/*标签样式初始化*/
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; font-size:14px;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
#copy { display: none;}
a {color: #666; text-decoration: none;}
a:hover { color:#015cb5;text-decoration: none; border-bottom-style:}
.bg{ width: 100%;min-width: 1300px;position: relative;}
.box{ margin:0 auto;width:100%;min-width: 1300px;max-width:1600px; box-sizing: border-box;padding-left:5%;padding-right:5%;}
.fl { float: left;}
.fr {float: right;}

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

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}



/*间隙*/
.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;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


/*标题*/
/*标题*/
.t {text-align: center;margin-bottom: 50px;}
.t h3{font-size:40px;font-weight:bold;color:#000;line-height:70px;display:inline-block; position: relative;}
.t h3 b{display:inline-block;position: relative;z-index: 2;}
.t h3:after{content:""; display:inline-block; background:rgba(1,92,181,0.4); width:20px; height:8px; position: absolute; bottom:14px; left:0; animation:after 1.5s ease infinite;}
.t p{font-size:18px;color:#333;}
@-webkit-keyframes after{
	0%{width:0;}
	50%{width:100%;}
	100%{width:0;}
}



/*抬头*/
.top_a:before{background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211216/20211216175452_263219552.png)no-repeat left;height:20px;width: 38px;margin: 12px 6px 0 0;}	
.top_bg{width:100%;border-bottom:1px solid #EEEEEE;}
.top_box{width:90%;margin:0 auto;height:44px;line-height:44px;font-size:14px;color:#c1c1c1;}	
.top_a:before,.top_m:before,.top_t:before,.top_w:before{content:"";display:block;float:left;}
.top_m:before{background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211030/20211030090950_1011499831.png)no-repeat left;height:20px;width: 18px;margin: 12px 6px 0 0;}	
.top_w:before{background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211030/20211030091008_460834092.png)no-repeat left;height:20px;width: 24px;
    margin: 12px 6px 0 0;}	
.top_t:before{background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211030/20211030091028_1901725800.png)no-repeat left;height:24px;width: 26px;
    padding-left: 10px;
    margin: 10px 0 0 20px;}	

.top_t b{font-size:24px;color:#FFF;font-family: Arial;}	
.top_t{margin-left:30px; padding-right:1vw;height:44px;
background: -moz-linear-gradient(top, #0176ed 0%,#0061ae  100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0176ed), color-stop(100%,#0061ae));
    background: -webkit-linear-gradient(top, #0176ed 0%, #0061ae 100%);
    background: -o-linear-gradient(top, #0176ed 0%, #0061ae 100%);
    background: -ms-linear-gradient(top, #0176ed 0%, #0061ae 100%);
    background: linear-gradient(to bottom, #0176ed 0%, #0061ae 100%);}
.top_m:hover a{color:#333;}
.top_m a{color:#c1c1c1;font-size:14px;}
.top_a a{color:#c1c1c1;font-size:14px;}
.top_a a:hover{color:#015cb5;}
.top_a{margin-right: 30px;}
.top_w{width: 90px;margin-left: 30px;position: relative;}
.top_w .top_ewm{transition: .3s all linear;    position: absolute;top: 100%;z-index: 3;width: 100px;height: 100px;display: none;     box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.top_w .top_ewm img{width: 100%;}
.top_w:hover .top_ewm{display: block;}




/*抬头导航*/
.head_bg{background: #fff;position: relative;height:120px;}
.head{width:90%;height: 120px;margin:0 auto; min-width:1300px; }
.logo{margin-top: 28px;}
.name{margin-top: 26px;margin-left:1vw;}
.name h3{display: block;color:#015cb5;font-weight:bold;font-size:26px;line-height: 40px;}
.name p i{font-size:16px;color:#222;display: inline-block;font-style: normal;}
.name p i:before{content:"";display:block;float:left;width:8px;height:8px;background:#222;border-radius:50%;margin:7px 7px 0 0;}
.name p i+i{margin-left:1.2vw;}







/*导航*/
.nav{height:120px;}
.nav>ul>li{ float: left; display: block;height:120px;}
.nav>ul>li+li{padding-left:1.6vw;}
.nav>ul>li>a{ display: block; color: #333; font-size: 0.96vw; text-align: center;position: relative; z-index: 2;   line-height: 120px; transition: .3s all linear;}
.nav>ul>li>a:after{content:"";display:none;height: 7px;width: 37px;
background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031115450_1265869537.png)no-repeat;
position:absolute;top: 66%;left:0;right:0;margin:0 auto;transition: .3s all ease-in-out;}
.nav>ul>li>a:hover,.NavCeshi > li.navcurrent>a{font-weight:bold; color:#015cb5;}
.NavCeshi > li.navcurrent>a:after, .NavCeshi > li:hover >a:after{display:block;transition: .3s all ease-in-out;}

.dropmenu{ position:absolute; width:100%; left:0; background:rgba(0,0,0,0.3); top:110%; opacity:0; visibility:hidden; -webkit-transition:all .6s ease; transition:all .6s ease; z-index:333; padding:10px 0; text-align:center;}
.dropmenu table td table{ display:none;}
.dropmenu a,.dropmenu table td a{ display:inline-block;  line-height:40px; color:#fff;font-size:0.96vw;}
.dropmenu a+a{ margin-left:60px;}
.dropmenu table,.dropmenu table tbody{ width:100% !important; display:block;}
.dropmenu table tr{ display:inline-block;}
.dropmenu table tr+tr{ margin-left:25px;}
.nav li:hover .dropmenu{ top:100%; opacity:1; visibility:visible;}



@media (max-width: 1600px){
.head{width:94%;}
.top_box{width:94%;}
.nav>ul>li{padding-left:2vw;}
}
@media (max-width: 1400px){
.top_t b{font-size:20px;}
.head{width:98%;}
.top_box{width:98%;}
.nav>ul>li{padding-left:1.8vw;}
}





/*幻灯片*/
.banner-box,.banner-box .bd li{height:800px;background: #000;}
.banner-box .banner-btn a.prev{background-image:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031115517_1162907246.png);}
.banner-box .banner-btn a.next{background-image:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031115535_1722407529.png);}
.banner-box .hd ul li.on{background:#0061ae;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;z-index: 99;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100% !important;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:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}
.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .bd ul{width:100% !important;}
.banner-box .hd ul{ text-align: center;}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{ width: 32px;}



/*搜索*/
.search_bg{height:100px;border-bottom:1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 565px;height:100px;border-bottom:1px solid #eee;}
.search_nbg .search{margin:0 auto;}
.search-bg{width:260px;height:40px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;font-weight: bold;}
.search_l a+a{padding-left:10px;}
.search_l a{font-size: 15px;color: #999; padding-right:10px;}
.search_l a:hover{color:#0061ae;}
.search-bg #infoname{width:310px;background:#eee ;outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:310px;height: 40px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 16px;top: 30%;height: 15px;}



/*产品*/
.pro-left{ width:22%; }
.pro-tlt{ height:100px; background:#015cb5; text-align: center;}
.pro-tlt em{ display:block; padding-top: 22px; font-size: 25px; color: #fff; font-family:microsoft yahei; font-style: normal;}
.pro-tlt span{color:#fff; line-height:24px;}

.prod_d{width: 100%;border:1px #eee solid;line-height: 60px; }
.prod_d ul li{    position: relative;transition:all 0.5s;}
.prod_d ul li>a{display:block; border-bottom:1px #eee solid; color:#333; font-size:16px; padding:0 10%; background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121140_275058212.png)no-repeat 17vw center;    height: 80px;line-height: 80px;}
.prod_d ul li dl a{ font-size:15px; line-height:50px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;padding:0 10%;}
.prod_d ul li>a:hover{color:#015cb5 !important;}
.prod_d ul li dl{width:100%;transition:all 0.5s; overflow : hidden;background: #f5f5f5;}
.prod_d ul li:hover dl{height:auto;padding:10px 0;}
.prod_d ul li:hover{border-left:4px #015cb5 solid;}
.prod_cont{width:74%;}
.prod_cont .progdwz2021 li{float: left;width: 32%;position: relative;overflow: hidden;text-align: center;}
.prod_cont .progdwz2021 li+li{margin-left: 2%;}
.prod_cont .progdwz2021 li img{display: block;width: 100%;height: 100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.prod_cont .progdwz2021 li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.prod_cont .progdwz2021 li br{display:none;}
.prod_cont .progdwz2021 ul+ul li{margin-top: 2%;}
.prod_cont .progdwz2021 li span{display: block;height: 50px;line-height:50px;position: relative;z-index: 2;background: #fff;}
.prod_cont .progdwz2021 li span a{font-size:16px;}


/*产品优势*/
.index-set3 {width: 100%;background: url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121204_1367520876.jpg) no-repeat center;padding: 84px 0;height:544px;}
.index-set3 .left {padding-top: 20px;}
.index-set3 .left h3 {font-size: 40px;color: #fff;line-height: 1.2;margin-bottom: 30px;font-weight: bold;}
.index-set3 .left li {font-size: 16px;color: #a2c3f1;line-height: 2.5;}
.index-set3 .rigth {width: 70%;}
.index-set3 .rigth li {width: 24.5%;float: left;margin-right: 0.666%;height: 184px;position: relative;margin-bottom: 8px;}
.index-set3 .rigth li:nth-of-type(4n) {margin-right: 0;}
.index-set3 .rigth li > div {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index-set3 .rigth li .text {background: #fff;z-index: 1;text-align: center;padding-top: 46px;transition: all 0.6s ease 0s;backface-visibility: hidden;}
.index-set3 .rigth li .text h6 {font-size: 18px;color: #333;margin-top: 17px;}
.index-set3 .rigth li .cont {background: #dc2b23;padding: 40px 26px;font-size: 16px;transform: rotateY(-180deg);transition: all 0.5s ease 0s;backface-visibility: hidden;}
.index-set3 .rigth li .cont h6 {margin-bottom: 10px;font-size:18px;color:#fff;}
.index-set3 .rigth li:hover p{color:#fff;opacity: 0.8;}
.index-set3 .rigth li:hover .text {transform: rotateY(180deg);}
.index-set3 .rigth li:hover .cont {transform: rotateY(0deg);}
.index-set3 .left .to {width: 150px;line-height: 45px;font-size: 16px;color: #fff;background:#ccc;display: block;text-align: center;margin-top: 30px;border-radius: 3px;}
.index-set3 .left a:hover{background:#dc2b23;color:#fff;}


/*案例*/
.strudy_d .new_web_div2021 ul li{display: inline-block;position: relative;overflow: hidden;padding-left:0!important;text-align: center;width: 32%;}
.strudy_d .new_web_div2021 ul li+li{margin-left:2%;}
.strudy_d .new_web_div2021 ul+ul li{margin-top:2%;}
.strudy_d .new_web_div2021 ul li br{display:none;}
.strudy_d .new_web_div2021 ul li img{display: block;width: 100%;height: 100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.strudy_d .new_web_div2021 ul li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.strudy_d .new_web_div2021 ul li p{display: block;height: 60px;line-height: 60px;background: #fff;position: relative;z-index: 2;border-top: 1px #eee solid;}
.strudy_d .new_web_div2021 ul li p a{font-size: 16px;}

/*优势*/
.case{background:#f8f8f8;padding:90px 0px;overflow:hidden}
.w1200{width:1200px;margin:0 auto;}
.adv_rt p{ font-size: 20px; color: #333;}
.adv_rt h3{font-size: 30px; color: #111; border-bottom:1px #e1e1e1 solid; padding-bottom: 3vw; margin-bottom:2.6vw;}
.adv_rt h3 b{color: #077e82;}
.adv_rt dd{ font-size: 15px; line-height: 30px; margin-top: 1.4vw;}
.adv_rt dd:before{content:"";    display: inline-block;width:8px; height:8px; border:2px #e1e1e1 solid;border-radius: 100%; margin-right:10px;}
.case .case-con{margin-top:43px;width:1660px;margin-left:-100px}
.case .case-con .tempWrap{margin-left:-1760px!important}
.case .case-con dl{width:1660px;float:left;background:#fff;margin-right:100px}
.case .case-con dl dt{float:right;width:960px;height:680px;overflow:hidden;line-height:0}
.case .case-con dl dt img{width:960px;height:680px;display:block;transition:1s}
.case .case-con dl dt:hover img{transform:scale(1.03)}
.case .case-con dl dd{float:left;width:700px;height:680px;background:#fff;padding-left:100px;box-sizing:border-box;padding-top:100px}
.case .case-con dl dd h4 a{display:block;font-size:36px;font-weight:400;line-height:36px;color:#333;text-transform:uppercase;margin-bottom:34px;position:relative;top:0;transition:.25s}
.case .case-con dl dd h4 a:hover{top:10px}
.case .case-con dl dd em a{font-size:18px;font-weight:400;line-height:45px;color:#fff;display:block;background:#015cb5 url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121233_352029843.png);background-repeat:no-repeat;background-position:right 29px center;background-size:auto auto;width:180px;border-radius:23px;text-indent:32px;transition:.35s;margin-top:46px;font-style: normal;}
.case .case-con dl dd em a:hover{text-indent:35px;background-position:right 35px center}
.case .case-con dl::after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.case .case-con::after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.case .case-tit{width:1400px;margin-left:-100px;background:#fff;height:140px;z-index:1;margin-top:-140px;position:relative}
.case .case-tit ul{width:1200px;position:absolute;left:100px;top:0;text-align:center}
.case .case-tit ul li{font-size:20px;font-weight:400;line-height:140px;color:#666;display:inline-block;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica;margin-right:56px;vertical-align:middle}
.case .case-tit ul li:last-of-type{margin-right:0}
.case .case-tit ul li::before{content:"";width:0;height:2px;background:#666;display:inline-block;vertical-align:middle;transition:.5s;margin-top:-10px}
.case .case-tit ul li:first-of-type::before{display:none}
.case .case-tit ul li:first-of-type::after{content:"";width:0;height:2px;background:#666;display:inline-block;vertical-align:middle;transition:.5s;margin-top:-10px}
.case .case-tit ul li:first-of-type.cur::after,.case .case-tit ul li:first-of-type:hover::after{margin-left:50px;width:100px}
.case .case-tit ul li.cur,.case .case-tit ul li:hover{font-size:36px;font-weight:400;line-height:140px;color:#333}
.case .case-tit ul li.cur::before,.case .case-tit ul li:hover::before{width:100px;margin-right:55px}
.case .case-tit .prev{position:absolute;left:100px;top:50%;transform:translateY(-50%);z-index:1;cursor:pointer;transition:.25s}
.case .case-tit .prev:hover{top:calc(50% + 5px)}
.case .case-tit .next{position:absolute;right:100px;top:50%;transform:translateY(-50%);z-index:1;cursor:pointer;transition:.25s}
.case .case-tit .next:hover{top:calc(50% + 5px)}
.case .case-con dl dd p{ font-size: 20px;color: #333;}
.case .case-con dl dd h3{font-size: 30px;color: #111;border-bottom: 1px #e1e1e1 solid;padding-bottom: 30px;margin-bottom: 32px;width: 502px;}
.case .case-con dl dd h3 b{    color: #015cb5;}
.case .case-con dl dd span{font-size: 15px;line-height: 30px;margin-top: 1.4vw;display:block;width: 502px;}
.case .case-con dl dd span:before{content: "";display: inline-block;width: 8px;height: 8px;border: 2px #e1e1e1 solid;border-radius: 100%;margin-right: 10px;}


/**/
.flow_path{height:379px; background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121257_1246286022.jpg) no-repeat center;}
.proys_t h3{color: #fff;}
.flow .lc-con .lc{width:137px; float:left;}
.flow .t:after,.flow .t:before{background:#fff;}
.flow .lc-con .lc em{display: block; width:74px;height:74px;margin:0 auto 20px; position: relative; overflow: hidden;}
.flow .lc-con .lc em i{display: block; width:74px; height:74px; line-height: 0; overflow: hidden;}
.flow .lc-con .lc em i img{width:100%;}
.flow .lc-con .lc em i.default{position: absolute;left:0;top:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.flow .lc-con .lc em i.hover{position: absolute;left:0;top:0;opacity: 0; transform: scale(0);transition: .5s;}
.flow .lc-con .lc span{display:block; text-align: center; line-height: 18px;font-size: 16px; color:#FFF; }
.flow .lc-con b{display: block; width:20px; height:16px;  background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121319_402498070.png) no-repeat center; float:left; margin-top: 58px;}
.flow .lc-con .lc.cur i.default{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.flow .lc-con .lc.cur i.hover{opacity: 1; transform: scale(1);}
.flow .lc-con .lc.cur span{color:#E60012; font-weight: bold;}


/*简介*/
.com_bg{padding-top: 100px; height: 550px; background-image: url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031113559_1517815567.jpg); background-attachment: fixed; background-position: center; }
.com_w{ text-align:center; }
.com_w h3{font-size: 40px; color: #015cb5; }
.com_w span{color: #fff; font-size:18px;  line-height: 40px;}
.com_w dd{font-size: 15px; line-height: 32px; padding: 3vw 0; color:#fff;}
.com_w a{display: block; width: 170px; height: 40px; line-height: 40px; background: #015cb5; color: #fff; font-size: 16px; text-align: center; border-radius: 100px; transition: 0.3s ease all; margin:0 auto;}
.com_w a:hover{width: 250px;}



.com_b{position: relative;text-align:center; margin-top:70px; padding:4vw; background: #fff;box-shadow: 0 0 100px rgba(0,0,0,0.1);}

.com_b ul li{display:inline-block;  width:23%; margin-right:2vw; transition: 0.3s ease all;position: relative; }
.com_b ul li>a{display: block;overflow: hidden; transition: 0.3s ease all;border:1px #eee solid;}
.com_b .tempWrap{width:100% !important;  }
.com_b img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.com_b li:hover img{transform: scale(1.1);}
.com_b li p{    position: absolute; bottom:0; width:100%; height:40px; line-height:40px; background:rgba(0,0,0,0.4);}
.com_b li p a{ font-size:15px; color:#fff;}
.com_btn{background-color:rgba(0,0,0,0.3); background-image:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121341_1075029659.png);  background-repeat:no-repeat; background-position: center; width: 40px;height: 84px;position: absolute;top: 38%;cursor: pointer;}
.com_btn.btnl{left:0;}
.com_btn.btnr{right: 0;transform: rotate(180deg);}


/*新闻*/
.news_bg{}
.news_top ul{text-align:center; margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{display:inline-block; background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:linear-gradient(-90deg, #015cb5, #4f92d3);box-shadow:0px 0px 10px rgba(1,92,181, 0.3);width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#005cab;}
.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121406_267244012.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{  height: 14vw; overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #015cb5;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}




/*友情链接*/
.link_bg {height: 100px;border-top:1px solid #ccc;}
.links_bj{position:relative;height: 100px;line-height: 100px;overflow: hidden;}
.links_zbt{width:80px;font-size:15px;color:#333;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{font-size:14px;color:#333;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:14px;line-height:80px;color:#333 !important;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #999999;}




/*版权*/
.foot_dh{ width:100%; min-width:1300px;background: url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211031/20211031121437_459128942.jpg)no-repeat center;}
.foot_dh li span{ font-size:16px; display:block; padding-top:18px;}
.foot_dh li p {font-size: 16px;color: #fff;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh li {float: left;width: 15%;margin-top: 40px;font-size: 14px;color: #ccc;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:16px;padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#ccc; line-height:32px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 28%;}
.foot_dh li:nth-child(5) {float: right; width:255px;}
/*切换*/
.erweimatab {padding-top: 56px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#3a3a3a; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#015cb5;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #999;}
.copy_bg{ border-top: 1px solid rgba(255,255,255,0.1); margin-top:40px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #ccc;line-height: 90px;text-align: left;}
.copy span a{ color: #ccc; font-size:14px;}
.copy span a:hover{ color: #fff;}





/*浮动*/


.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/xianfengdr/uploadfile/image/20211126/20211126094223_1257561602.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: #015cb5; 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: #015cb5; border-color: #015cb5; 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:#015cb5; border-color: #015cb5;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.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: 220px; 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:#015cb5; 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: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.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:#015cb5; 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:#015cb5;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }