@charset 'UTF-8';


.slick-initialized {
 opacity: 1;
}


/*--------staff_slider------------*/


.cms_bu_slider {
 width: 325px;
 margin: 0 auto;
 position: relative;
}

.cms_bu_slider .slick-list {
 overflow: visible;
}

.cms_bu_slider .slick-dots button {
 background: none;
 border: none;
 content: "";
 font-size: 0;
 padding: 0;
}

.cms_bu_slider .slick-dots li button:before {
 font-family: 'slick';
 font-size: 18px;
 line-height: 20px;
 position: absolute;
 top: 0;
 left: 0;
 border-radius: 50%;
 width: 15px;
 height: 15px;
 content: '';
 background: #ccc;
 text-align: center;
 color: #ccc;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 cursor: pointer;
}

.cms_bu_slider .slick-dots li.slick-active button:before {
 background: #ff7200;
}

.cms_t_toushi_box .cms_bu_slider .slick-dots li.slick-active button:before {
 background: #eb5586;
}

.cms_bu_slider .slick-dots {
 overflow: hidden;
 width: 100%;
 padding: 0;
 list-style: none;
 text-align: center;
 margin: 40px 0 0;
}

.cms_bu_slider .slick-dots li {
 position: relative;
 display: inline-block;
 margin: 0 5px;
 max-width: 13px;
 padding: 0;
 width: 15px;
 height: 15px;
 border-radius: 100%;
 cursor: pointer;
}

.cms_bu_slider .prev_a {
 width: 50px;
 height: 50px;
 display: block;
 position: absolute;
 left: -255px;
 top: 157px;
 z-index: 50;
 border-radius: 50%;
 box-sizing: border-box;
 border: solid 1px #fff;
 white-space: nowrap;
 background: rgb(0 0 0 / 60%);
 cursor: pointer;
 transition-duration: 0.3;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.cms_bu_slider .prev_a::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #fff;
 border-right: solid 2px #fff;
 display: block;
 transform: rotate(225deg);
 position: absolute;
 top: 20px;
 right: 17px;
}

.cms_bu_slider .next_a {
 width: 50px;
 height: 50px;
 display: block;
 position: absolute;
 right: -255px;
 top: 157px;
 z-index: 50;
 border-radius: 50%;
 box-sizing: border-box;
 border: solid 1px #fff;
 white-space: nowrap;
 background: rgb(0 0 0 / 60%);
 cursor: pointer;
 transition-duration: 0.3;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.cms_bu_slider .next_a::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #fff;
 border-right: solid 2px #fff;
 display: block;
 transform: rotate(45deg);
 position: absolute;
 top: 20px;
 right: 20px;
}

.cms_bu_slider .next_a:hover,
.cms_bu_slider .prev_a:hover {
 background: rgb(66 66 66 / 60%);
 transition: 0.3s;
}


/*--------staff_slider------------*/


.staff_slider {
 width: 480px;
 margin: 0 auto;
 position: relative;
}

.staff_slider .slick-list {
 overflow: visible;
}

.staff_slider .slick-dots button {
 background: none;
 border: none;
 content: "";
 font-size: 0;
 padding: 0;
}

.staff_slider .slick-dots li button:before {
 font-family: 'slick';
 font-size: 18px;
 line-height: 20px;
 position: absolute;
 top: 0;
 left: 0;
 border-radius: 50%;
 width: 15px;
 height: 15px;
 content: '';
 background: #ccc;
 text-align: center;
 color: #ccc;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 cursor: pointer;
}

.staff_slider .slick-dots li.slick-active button:before {
 background: #194582;
}

.staff_slider .slick-dots {
 overflow: hidden;
 width: 100%;
 padding: 0;
 list-style: none;
 text-align: center;
 margin: 40px 0 0;
}

.staff_slider .slick-dots li {
 position: relative;
 display: inline-block;
 margin: 0 5px;
 max-width: 13px;
 padding: 0;
 width: 15px;
 height: 15px;
 border-radius: 100%;
 cursor: pointer;
}
