/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color: #d22723;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width: 1300px; }
.bg{ width: 100%; min-width: 1300px;}
.box{margin: 0 auto;width: 92%;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}









/*标题*/
.t{text-align: center;}
.t b{font-size:40px;color:#222;}
.t t{color:#d22723;}
.t p{font-size: 18px;line-height: 40px;}








/*抬头*/
.top_bg{height:40px;line-height: 40px;background: #0148b7;}
.top_fl{font-size: 14px;color:#5f97ef;}
.top_fr p,.top_fr a{float:left;display:block;width:140px;height: 40px;}
.top_fr p{background: #0468cc;}
.top_fr p:hover{background: #d22723;}
.top_fr p:after{display:block;content:"";width:140px;height:0px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210130/20210130161055_1034487870.png)no-repeat;background-size: 100%;position: relative;z-index: 99999;transition: all 0.3s;}
.top_fr p:hover:after{height:130px;box-shadow: 0px 4px 21px 3px rgba(0, 0, 0, 0.09);}
.top_fr p img{float: left;padding:10px 0 0 25px;}
.top_fr p span{display: block;padding-left: 55px;font-size: 14px;color:#fff;}
.top_fr a{background: #0550c6;}
.top_fr a:hover{background: #d22723;}
.top_fr a img{float:left;margin:14px 0 0 25px;}
.top_fr a span{padding-left:7px;font-size: 14px;color:#fff;}





@media (min-width:1400px) and (max-width:1590px){
.head_fr a{display: none;}
}
@media (min-width:1200px) and (max-width:1439px){
.head{width:98%;}
.nav{margin-left: 2%;}
}






/*导航*/
.head_bg{height:124px;}
.logo{padding-top:25px;}
.head_fl{margin-top: 30px;margin-left: 20px;}
.head_fl p{font-size:18px;color: #333;line-height: 24px;}
.nav{margin-left: 4vw;}
.NavCeshi > li {float: left;padding: 0 0.5vw;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out;  position: relative;}
.NavCeshi > li > a {display: block;width:6vw;height:115px;line-height:115px;text-align: center; color: #454545; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out;position: relative; z-index: 88; -webkit-box-sizing: border-box; box-sizing: border-box; }
.NavCeshi > li > a > i{display: block;padding-top: 38px;line-height: 24px;font-size: 16px;color: #333; position: relative; z-index: 99; font-style: normal; }
.NavCeshi > li.navcurrent > a >i, .NavCeshi > li:hover > a > i,.NavCeshi > li.navcurrent > a > i >span, .NavCeshi > li:hover > a > i >span{font-weight:bold;}
.NavCeshi > li.navcurrent > a > i >span:after, .NavCeshi > li:hover > a > i >span:after{display:block;content:"";width:100%;height:4px;margin: 34px auto 0;background:#d22723;transition: all 0.3s;}
.NavCeshi > li > a > i >span{display: block;font-size: 12px;color: #999;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ height: 140px;}

/*导航下拉*/
.nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9;left:0;top:124px;  background:#fff; padding:40px;width:400px; }
.NavCeshi > li:nth-child(5) .nav2,.NavCeshi > li:nth-child(6) .nav2{left:-250px;}

.nav2 a{ display: block;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;  transition-property: color, background, text-indent, opacity; line-height:40px;}
.nav2_w{padding-top:20px;}
.nav2_w table{display: block; width:200px;}
.nav2_w table tr{display: block; float:left; padding-right:24px;}
.nav2_w table a{font-weight:normal !important;}
.nav3{ width:500px;}
.nav2 img{width:300px;display: block;float: right;}
.nav2 a:hover{color: #0148b7;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}




.head_fr a{display: block;padding:14px; margin-top:35px;border:1px #eee solid;float: left;}
.tel{margin: 40px 0 0 25px;color:#333;}
.tel p{font-size:16px;padding-left: 25px;background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118150035_1411982525.png)no-repeat left;}
.tel b{font-size: 20px;font-family: "GalanoGrotesqueDEMO";}



@media (min-width:1301px) and (max-width:1590px){
.head_fr a{display:none;}
}
@media (min-width:1119px) and (max-width:1300px){
.head_fr a{display:none;}
.box{width:98%;}
}








/*幻灯片*/
.banner_box,.banner_box .bd li{height:680px;background: #fff;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:280px;background-image:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210121/20210121211142_934267769.png);}
.banner_box .hd ul li.on{background:#0148b7;}
.banner_box{min-width:1300px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:16px; height:16px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}










/*搜索*/
.search_nbg{ color: #999;width:100%; min-width:1300px; height:95px;line-height:95px;background: #fff;position:absolute; top:546px; border-bottom:1px #eee solid;}
.search_bg{ color: #999;width:100%; min-width:1300px;height:95px;line-height:95px;margin:0 auto;background: #fff;position: relative;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01{ float:left; width:900px;}
.search_01 img{float: left;margin: 34px 15px 0 0;}
.search_02{width:314px;height:50px;overflow:hidden;margin-top:23px;float:right;}
.search_02 form{padding-left:0;}
.search-i{ width:44px; overflow:hidden; height:49px;}
.search-bg{float:left;width:259px;height:49px;overflow:hidden;padding-left:10px;background: #f5f5f5;border-radius: 24px 0 0 24px;}
.search-bg{float:left;width:259px;height:49px;overflow:hidden;padding-left:10px;background: #f5f5f5;border-radius: 24px 0 0 24px;}
.search_01 a{font-size:15px;}










/*产品*/
.prod_bg{background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118143124_1923975591.jpg);position: relative;}
.t_prod{padding:70px 0 18px 0;border-bottom: 1px #e1e1e1 solid;}
.t_prod p:after{display: block;content: "";width:55px;height:5px;margin: auto;background: #0148b7;position: relative;top: 20px;}
.prod_box{margin: 0 auto;width:1300px;}
.prod_t{width: 1219px;margin: auto;}
.prod_t table{width: 100%;}
.prod_t tr{display: block;float: left;}
.prod_t td a{display: block;width: 135px;height: 42px;line-height: 42px;text-align: center;font-size: 16px;color: #333;font-weight:bold !important;transition: all 0.3s;}
.prod_t tr.on a{background: #0148b7;color: #fff; }
.prod_t tr.on a:after{display:block;content:"";width: 0;height: 0;margin: auto;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 10px solid #0148b7;}
.prod_b{margin-top:30px !important;position: relative;}
.prod_b .divproduct_new_div_item{width:32%;height:423px;margin-right:2%; margin-bottom:2%; float: left;position: relative;}
.prod_b .divproduct_new_div_item:nth-child(3n){margin-right:0px;}
.prod_b .divproduct_new_div_item_content{width:100%;height:110px;padding:20px 30px;position: absolute;left:0;bottom: 0;background:#fff;box-sizing: border-box;transition: all 0.3s; text-align:center;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_content{background:#0148b7; }
.prod_b .divproduct_new_div_item_a{display:block;font-size: 18px; color: #222;font-weight: bold;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#fff;}
.prod_b .divproduct_new_div_item_a:after{display:block;content:"了解详细";width: 111px;height: 32px;line-height: 32px;background: #0148b7;border-radius: 15px;font-size: 14px;color: #fff;text-align: center;font-weight: initial;position: absolute;bottom:20%; left:0;right:0; margin:0 auto;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{    background: #d22723;}
.prod_b .divproduct_new_div_item_body{margin-top: 10px;font-size: 14px;line-height: 24px;color: #666;display:none;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_body{color:#fff;}
.prod_b .product_div_item_pic{width:416px; height:312px; overflow: hidden;}
.prod_b .product_div_item_pic a{display:block;}
.prod_b .product_div_item_pic img{    width: 100%;transition: all .5s;}
.prod_b .divproduct_new_div_item:hover .product_div_item_pic img{transform:scale(1.05);}

.prod_b_ul{position: relative;}
.prod_button{width: 65px;height: 65px;background: #fff;border-radius: 100%;position: absolute;left: -115px; top: 157px;cursor: pointer;}
.prod_button:after{content: "";display: block;width:58px;height:14px;position: absolute;z-index: 2;left: 27px;top: 23px;background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210119/20210119151351_1155024102.png)no-repeat;}
.prod_btnr{left: 105%;}
.prod_btnr:after{transform: rotateY(180deg);left: -19px;}









/*对比*/
.compared_bg{position: relative;height:990px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118153106_306245049.jpg)no-repeat top;}
.compared_bg:after{display:block;content:"";width:1300px;height:60px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118160745_1036583238.jpg)no-repeat;position: absolute;bottom: 0;left: 50%;transform: translate(-50%);}
.t_compared b,.t_compared p{color:#fff;}
.compared{position:relative;}
.compared_fl{width:521px;height:710px;padding:0 68px 0 61px;background: #eee;}
.compared_fl t{display: block;width: 650px;height:88px;line-height: 88px;margin-left: -61px;background: #d22723;font-size: 30px;color:#fff;text-align: center;}
.compared_fl p:nth-child(2){margin-top:33px;}
.compared_fl p{height:56px;line-height: 56px;margin-top:25px;padding-left: 60px;background: #fff;border-radius: 28px;font-size: 18px;color:#333;position:relative;}
.compared_fl p:after{display:block;content:"";width:24px;height:20px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118155900_1279235933.png)no-repeat;position:absolute;top: 20px;left: 27px;}
.compared_fr{background: #f5f5f5;}
.compared_fr t{background: #222;}
.compared_fr p{background: #f5f5f5;box-shadow: 0 0 30px rgba(0,0,0,.07);}
.compared_fr p:after{width:24px;height:24px;top:17px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118161158_931419150.png)no-repeat;}
.compared_b{position: absolute;top: 20px;left: 50%;transform: translate(-50%);}













/*优势*/
.adv_bg{height:830px;}
.t_adv p{width:380px;height:34px;line-height:34px;margin: 13px auto 0;background: #d22723;border-radius: 16px;color: #fff;}
.adv li{width:18.3%;height:665px;float:left;transition: all 0.3s;cursor: pointer;position: relative;}
.adv li:after{content:""; display:block; width:100%; height:100%; background:rgba(0,0,0,0.6);position: absolute; top:0; left:0;transition: all 0.3s;}
.adv li:nth-child(1){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123105016_1060564121.jpg)no-repeat center;}
.adv li:nth-child(2){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123105704_198963649.jpg)no-repeat center;}
.adv li:nth-child(3){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123105818_1328383211.jpg)no-repeat center;}
.adv li:nth-child(4){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123105924_1693329531.jpg)no-repeat center;}
.adv li.on{width: 45.1%;}
.adv li.on:after{display:none;}
.adv li .adv_display{position: relative; z-index: 2;}
.adv li .adv_display p{padding-top:330px;font-size:1.8rem;color:#fff;text-align: center;}
.adv li .adv_display b{display: block;padding-top: 180px;font-size: 80px;color: rgba(255, 255, 255, 0.2);text-align: center;font-family: "Aemstel";}
.adv li.on .adv_display{display:none;}
.adv .adv_none{width: 100%;height:280px; position: absolute; left:0; right:0;bottom:0; margin:0 auto;padding:40px; background: rgba(1, 72, 183, 0.9);color:#fff;    box-sizing: border-box;    opacity: 0;transition: all 0.3s;overflow: hidden; }
.adv li.on .adv_none{    opacity: 1;}
.adv .adv_none b{display: block;text-align: center;font-size: 2.2rem;}
.adv .adv_none span{display: block;font-size:1.6rem;width:200px;height: 46px;line-height: 46px;text-align: center;background: #d22723;border-radius: 22px;margin: 14px auto;}
.adv .adv_none p{margin: auto;line-height: 28px;font-size: 0.95rem;transition: all 0.3s;}















/*视频中心*/
.video_bg{height:760px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123150504_1308627742.jpg)no-repeat center bottom;}



/* indexvideo  */
.indexvideo { position: relative; overflow: hidden;width:1400px; height:525px; margin:0 auto;}
#indexvideo-slide {position: relative;width:1300px;margin:0 auto;}
#indexvideo-slide  .swiper-slide { width:600px; height:450px;background: #fff; border: 1px solid #e0e0df; box-sizing: border-box;}
#indexvideo-slide  .swiper-slide:after { content: ''; display: block; position: absolute; left: 0; bottom: -4.8125rem; background: url("//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123142201_883533518.png") top no-repeat; width: 100%; height: 4.8125rem;  background-size: 100%;}
#indexvideo-slide  .swiper-slide img{display:block; width: 100%;}
#indexvideo-slide  .swiper-slide p { font-size: 20px; color: #666; text-align: center; margin-top: 15px;}
.indexvideo .swiper-prev {cursor:pointer; position: absolute; left:0; top:45%;z-index:999; background-color: #fff; width: 57px; height: 57px; line-height:57px; text-align:center; color:#999; font-size:1.2vw; border-radius: 50%; background-image:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123145400_1623275840.png); background-repeat: no-repeat;background-position: center;transform: rotate(180deg);}
.indexvideo .swiper-next{cursor:pointer;position: absolute; right:0; top: 45%; z-index:999;background-color: #fff;background-image:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123145400_1623275840.png); background-repeat: no-repeat;background-position: center;width: 57px; height: 57px; line-height:57px; text-align:center; color:#999; font-size:1.2vw; border-radius: 50%; }
.indexvideo .swiper-prev:hover ,.indexvideo .swiper-next:hover { background-color: #0148b7; background-image:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123150109_1775586102.png); }

.swiper-slide-active a{position: relative; display:block; width:100%; height:100%;}
.swiper-slide-active a:before,.swiper-slide-active a:after{content:""; display:block;  position: absolute; left:0; right:0; margin:0 auto; }
.swiper-slide-active a:before{width:48px; height:48px; top:46%; z-index: 2; background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123180753_462842187.png)no-repeat center; }
.swiper-slide-active a:after{width:40px; height:40px; top:47%;border-radius: 100%;background:rgba(1,72,183,0.7);  animation:move 1s infinite;}
@-webkit-keyframes move{
            0%{box-shadow:0 0 0 rgba(1,72,183,0.2);}
            50%{box-shadow:0 0 0 40px rgba(1,72,183,0.2);}
            100%{box-shadow:0 0 0 40px rgba(1,72,183,0);}
        }


.swiper-container { overflow: unset;}

.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}

.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}


.video_v{display: block;width:78px; height:16px; margin:0 auto; margin-top:-30px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210123/20210123150814_1078325269.png)no-repeat center; animation:flymove 1s infinite;}

@-webkit-keyframes flymove{
            0%{background-position:-37px center;}
            100%{background-position:0px center;}
        }








/*简介*/
.com_fl{width:600px;}
.com_fl t{display: block;padding:35px 0 0 47px;font-size: 24px;color:#333;position:relative;}
.com_fl t:before{display:block;content:"";width:25px;height:450px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118172006_551105032.png)no-repeat;position: absolute;top:35px;left: 0;}
.com_fl t:after{display:block;content:"";width:128px;height:77px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118172055_2031829028.png)no-repeat;position: absolute;top: -10px;right: 0;}
.com_fl span{display: block;font-size: 12px;color:#999;line-height: 24px;}
.com_fl p{font-size: 15px;color:#666;line-height: 28px;text-indent: 2em;}
.com_fl p:nth-child(2){margin-top: 30px;}
.com_fl p:nth-child(5){margin-bottom:40px;}
.com_fl a{display:block;width:160px;height: 44px;line-height: 44px;border:1px #0148b7 solid;border-radius:23px;float:left;font-size: 16px;color: #0148b7;text-align: center;}
.com_fl a:hover{border: 1px #d22723 solid;background: #d22723;color:#fff;}
.com_fl a:last-child{margin-left: 20px;background: #0148b7;border-radius: 1px #0148b7 solid;color:#fff;}
.com_fl a:last-child:hover{background: #d22723;}
.com_fr{margin-right: -20px;}

















/*厂房设备*/

.ability_b td a:first-child{display: block; width:380px; height:280px;overflow: hidden; }
.ability_b td>a+a{display: block; line-height:44px; font-size:16px;transition: all .5s;}
.ability_b td:hover>a+a{background:#0148b7; color:#fff;}
.ability_b td>a img{ transition: all .5s;}
.ability_b td:hover>a img{transform:scale(1.1);}
.ability_b td br{display:none;}
















/*流程*/
.pess_bg{height:612px;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210119/20210119084954_1226168602.jpg)no-repeat 15%;position:relative;}
.pess_bg:after{display:block;content:"";width: 22.85vw;height: 15.75vw;background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210119/20210119092722_162485490.png)no-repeat;position:absolute;right: 0;bottom: 0;}
.pess_fl{color:#fff;width:17%;}
.pess_fl t{display:block;font-size: 22px;padding-top:100px;}
.pess_fl b{font-size: 2.1vw;}
.pess_fl p{font-size: 20px;line-height: 30px;}
.pess_fl p:before{display:block;content:"";width:44px;height:25px;margin: 23px 0 40px 0;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118212144_653048617.png)no-repeat;}
.pess_fl span{display:block;padding-left: 40px;margin:25px 0 10px 0;font-size: 1.6vw;color:#ffff00;font-family: "Aemstel";font-weight: bold;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210118/20210118212358_1275697802.png)no-repeat left;}
.pess_fl a{display:block;width:175px;height:50px;line-height: 50px;background: #307ffb;border-radius:23px;font-size: 16px;color:#fff;text-align: center;}
.pess_fl a:hover{background:#d22723;}

.pess_fr{width:77.4%;height:338px;margin-top:5.7%;padding:5.4% 0 0 4.8%;background: #fff;}
.pess_fr li{width:273px;height:90px;margin-right: 56px;float:left;position:relative;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210119/20210119090636_911570573.png)no-repeat;}
.pess_fr li:nth-child(n+1):nth-child(-n+3){margin-bottom: 70px;}
.pess_fr li:nth-child(3n){margin-right: 0px;}
.pess_fr li:before{display:block;content:"";width:102px;height:118px;position:absolute;top: -15px;left: 0;background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210119/20210119090801_482827159.png)no-repeat;transition: all 0.3s;}
.pess_fr li:nth-child(2):before{background-position:-102px 0px;}
.pess_fr li:nth-child(3):before{background-position:-204px 0px;}
.pess_fr li:nth-child(4):before{background-position:-306px 0px;}
.pess_fr li:nth-child(5):before{background-position:-408px 0px;}
.pess_fr li:nth-child(6):before{background-position:-510px 0px;}
.pess_fr li:nth-child(1):hover:before{background-position:0px -118px;}
.pess_fr li:nth-child(2):hover:before{background-position:-102px -118px;}
.pess_fr li:nth-child(3):hover:before{background-position:-204px -118px;}
.pess_fr li:nth-child(4):hover:before{background-position:-306px -118px;}
.pess_fr li:nth-child(5):hover:before{background-position:-408px -118px;}
.pess_fr li:nth-child(6):hover:before{background-position:-510px -118px;}
.pess_fr li p{padding-left: 115px;font-size: 16px;color:#333;line-height: 24px;}
.pess_fr li p:first-child{margin-top:20px;}















/*新闻*/
.news_bg{height:780px;}
.t_news{text-align:left; float:left; width:300px;}

.news_t{width:540px;float:right; margin-top:10px;}
.news_t a{display:block;width:180px;height:60px;line-height: 40px;font-size: 18px;color:#333;float:left;font-weight:bold;    text-indent: 10px;box-sizing: border-box;}
.news_t a:before{display:block;content:"";width:40px; height:40px; float:left; transition: all 0.3s;margin-left:20px;  background-image:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210128/20210128104204_96441350.png);}
.news_t a:nth-child(1):before{background-position: 0 0;}
.news_t a:nth-child(2):before{background-position: -40px 0;}
.news_t a:nth-child(3):before{background-position: -80px 0;}
.news_t a.on:nth-child(1):before{background-position: 0 -40px;}
.news_t a.on:nth-child(2):before{background-position: -40px -40px;}
.news_t a.on:nth-child(3):before{background-position: -80px -40px;}
.news_t a.on{color:#0148b7; border-bottom:3px solid #0148b7;}
.news_b{height:520px;margin-top:40px;}
.news_b .news_div_item{overflow: hidden;float: right;position: relative;}

/*新闻第一条样式*/
.news_b .news_div_item:first-child{width:490px;height:510px;float: left;}
/*日期*/  .news_b .news_div_item:first-child .news_div_item_date{width: 133px;height: 40px;line-height: 40px;background: rgba(1, 72, 183, 0.8);padding-left: 32px;position: absolute;top: 310px;z-index: 2;font-size: 18px;color: #fff;font-family: "Arial";}
 .news_b .news_div_item:first-child .news_div_item_year{float: left;}
 .news_b .news_div_item:first-child .news_div_item_month{float: left;}
 .news_b .news_div_item:first-child .news_div_item_day{float: left;}
/*文字*/  .news_b .news_div_item:first-child .news_div_item_content{position: absolute;top: 380px;}
.news_b .news_div_item:first-child .news_div_item_a{display: block;font-size: 18px; color: #333;}
.news_b .news_div_item:first-child .news_div_item_a:after{display:block;content:"了解详细";width: 134px;height: 36px;line-height: 36px;background: #ccc;border-radius: 16px;font-size: 14px;color: #333;text-align: center;position: absolute;top: 93px;transition: all 0.3s;}
.news_b .news_div_item:first-child .news_div_item_body{margin-top: 10px;font-size: 14px;color: #666;line-height: 24px;}
/*图片*/  .news_b .news_div_item:first-child .news_div_item_pic{position: absolute;top: 0;    display: block; border:1px #eee solid;}
.news_b .news_div_item:first-child .news_div_item_image{width: 100%;height: 350px;}
/*新闻第一条样式结束*/

/*新闻第二条到第五条样式*/
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5){width:323px;height:186px;padding:29px 28px;border: 1px #eee solid;}
.news_b .news_div_item:nth-child(2),.news_b .news_div_item:nth-child(3){margin-bottom:25px;}
.news_b .news_div_item:nth-child(3),.news_b .news_div_item:nth-child(5){margin-right:22px;}
/*日期*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_date{position: absolute;top: 60px;font-size: 14px;color: #999;font-family: "Arial";}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_year{float: left;}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_month{float: left;}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_day{float: left;}
/*文字*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_content{}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_a{position: absolute;left: 24px;font-size: 18px;color: #333;}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_a:after{display:block;content:"了解详细";width: 134px;height: 36px;line-height: 36px;background: #ccc;border-radius: 16px;font-size: 14px;color: #333;text-align: center;position: absolute;top:157px;transition: all 0.3s;}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5) .news_div_item_body{position: absolute;top: 95px;font-size: 14px;color: #666; line-height: 24px;width: 325px;}
/*图片*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_pic{display: none;}
/*新闻第二条到第五条样式结束*/




.news_b .news_div_item:hover .news_div_item_a:after{background:#0148b7 !important;color:#fff !important;}













/*友情链接*/
.link_bg{background: #eee;height: 70px;line-height: 70px;}
.link_l{font-size: 15px; color:#333; line-height: 70px;}
.linkTagcs li a{ font-size: 14px;}


.footer_bg .waveWrapper{top: -43px;}
.waveWrapper {overflow: hidden;position: absolute;left: 0;right: 0;margin: auto;height: 43px;z-index: 9;}
.waveTop {right: 0;left: auto;position: absolute;width: 4112px;animation: move_wave_reverse 20s linear infinite;height: 100%;background-repeat: repeat-x;background-position: 0 bottom;transform-origin: center bottom;}





/*版权*/
.footer_bg{background:#222;position: relative;}
.footer{padding-top:70px;}
.footer_l{width:360px;border-right: 1px solid #333;height: 220px;}
.fonter_a {height:56px;width: 350px;}
.fonter_a a{width:130px;height:34px;display:block;line-height:34px;font-size:16px;border:1px solid #fff;text-align: center;    float: left; color:#fff;}
.fonter_a a:nth-child(2){margin-left:20px;}
.fonter_a a:hover{background:#d22723; color:#fff;}
.fonter_tel{font-size:38px;color:#fff;font-family: "Arial";background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210121/20210121211318_1386772108.png)no-repeat left center;;font-weight:lighter;padding-left: 38px;}
.fonter_d{margin-top:20px;}
.fonter_d li{font-size:15px;color:#fff;padding-left:30px;}
.fonter_d li:nth-child(1){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210121/20210121211318_268322926.png)left center no-repeat;}
.fonter_d li:nth-child(2){background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210121/20210121211318_1929738960.png)no-repeat left center;}
.fonter_d li{line-height:36px;}
.footer_r{padding-left: 56px;width:560px;}
.footer_r li{width:180px;float:left;}
.footer_r li a{font-size:15px;color:#ccc;display:block;line-height:36px;}
.footer_r li a:hover{color:#d22723;}
.footer_t{font-size:18px !important;color:#fff !important;margin-bottom:10px; }
.footer_t:after{content:""; display:block; width:16px; height:1px; background:#d22723; margin-top:10px;transition: all linear 0.5s;}
.footer_r li:hover .footer_t:after{width:80px;}

.wechat{width:165px;height:196px;background:#fff;text-align: center;}
.wechat img{margin-top: 8px;width: 150px;}
.wechat p{font-size:15px;color:#333;    margin-top: 8px;}
.copy_bg{width:100%;min-width:1300px; padding:20px 0;margin-top:40px; border-top:1px solid #333;}
.copy_bg a:hover{color:#d22723;}
.copy,.copy a{color:#ccc;font-size:15px;line-height:50px;}


.crcodecon li img{ border:10px solid #fff; border-radius:5px; width:144px; height:auto;}
.crcodecon { margin-right:17px;}
.crcodecon li{ width:173px !important; position:relative;}
.crcodecon li:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(//memberpic.114my.com.cn/jiangxinge88/uploadfile/image/20201030/20201030165942_1398128622.png) no-repeat left center;}
.crcodecon li:nth-child(2):after{ top:15px;}
.crcodecon li:nth-child(3):after{ top:72px;}
.crcodecon li:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#ccc; width:120px; height:45px; line-height:45px; border-radius:25px;background:#333; position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:#0148b7; color:#fff;}
.crcodetab p span{ margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210128/20210128110610_1983247111.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(//memberpic.114my.com.cn/015894/uploadfile/image/20210128/20210128110610_1983247111.png) no-repeat center;}






.course{position: relative;}
.course_bg{width:1800px;margin: auto;position: relative;z-index: 99;}
.course_bg .tempWrap{padding-left: 10px;}
.course_bg ul{    height:450px;padding-top: 70px !important;}
.course_bg li{float: left;width:240px;height:220px;margin-right: 60px;padding:55px 35px 45px 35px; background: #fff;box-shadow: 0px 0px 15px 4px #eee;text-align: center;}
.course_bg_content t{display: block;width:85px;height:85px;background: #116937;border-radius:100%;    margin: auto;align-items: center;display: flex;justify-content: center;}
.course_bg_content span{display:block;margin-top:35px;font-size:22px;color:#333;}
.course_bg_content p{font-size: 14px;color:#333;}
.course_bg_p{display:none;}
.course_bg_p p{width:105px;float: left;padding-left: 15px;font-size: 14px;color:#666;text-align: left;position:relative;}
.course_bg_p p:after{content:"";display:block;width:8px;height:8px;background: #999;border-radius:100%;position:absolute;top: 6px; left: 0px;}
.course_bg_a{margin-top:20px;}
.course_bg_a a{display:block;float: left;width:100px;height:30px;line-height: 30px; background: #333;color: #fff;}
.course_bg_a a:last-child{margin-left:38px; background: #116937;}
.canvas{width: 100%;height: 495px;overflow: hidden;position: absolute; top:5%;left: 0;}






/* 在线客服*/
.y-kefu-box { position: fixed;right: 0; top: 40%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/015894/uploadfile/image/20210128/20210128135546_1699752339.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #0148b7; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0148b7; border-color: #0148b7; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#0148b7; border-color: #0148b7;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#0148b7; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:140px; height:140px; margin:8px auto 0; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#0148b7; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0148b7;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }