/*标签样式初始化*/
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:#0077cb;text-decoration: none; border-bottom-style:}
.page{ margin:0 auto; width:1400px;}
.bg{ width: 100%;min-width: 1400px;}
.box{margin: 0 auto;width:90%; min-width:1400px;}
.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;padding-top: 70px;}
.t span{font-size: 80px;font-family: 'Impact';color: #e5e5e5;text-transform: uppercase;}
.t p{font-size: 40px;color:#222; font-weight:bold;margin-top: -65px;}
.t d{color:#0077cb;}
.t dd{color: #666;font-size: 20px;line-height: 30px;}




/*抬头*/
.top_bg{background: #000;height: 45px;line-height: 45px;}
.top_bg p{font-size: 14px;color: #666;float: left;font-weight: lighter;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091359_737653061.png)no-repeat center left;padding-left: 25px;line-height: 45px;height: 45px;}

.top_bg a{font-size: 16px;color: #666;}
.top_bg span{color: #ccc;font-weight: normal;margin-left: 10px;}
.top_bg d{font-size: 20px;color: #0077cb;font-family: 'Arial';font-weight: bold;}
.top_bg a:hover{color:#0077cb;}
/*导航*/
.head{height: 120px;}
.logo{margin-top:30px;}
.logo img{display: block;}
.name{margin-top: 22px;margin-left: 20px;}
.name p{font-size:28px;font-weight: bold;color: #222;}
.name p d{color: #ee0a09;font-size:34px;}
.name dd{font-size: 18px;color: #666;letter-spacing: 5px;font-weight: lighter;line-height: 36px;}


/*导航*/
.nav{height:120px;}
.nav>ul>li{ float: left; display: block;height:120px;position: relative;z-index: 99;width: 120px;}
.nav>ul>li>a{display: block; color: #333; font-size: 16px;text-align: center; z-index: 3333;line-height: 120px;position: relative;}
.nav>ul>li.navcurrent,.nav>ul>li:hover{background: #0077cb;}
.nav>ul>li.navcurrent a,.nav>ul>li:hover a{color: #fff;}

@media (max-width: 1800px){
   .nav>ul>li{width:110px;}
}
@media (max-width: 1650px){
   .tel p{display: none;}
}
@media (max-width: 1500px){
   .nav>ul>li{width:100px;}
}


/*幻灯片开始*/
.banner-box{ min-width:1400px; height:700px; position:relative; overflow:hidden; background:#eee; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 274px; left: 0; margin-left: 0; height: 356px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; 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:-50px; background:url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091424_35861352.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091424_35861352.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center; }
.banner-box .hd ul li{ width:100px; height:6px; 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; }
.banner-box .hd ul li.on{ background:#203e86; width: 100px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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; }



/*搜索*/
.search_bg{height: 80px;box-sizing: initial;background: #fff;border-bottom: 1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 565px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:300px;height:46px;overflow: hidden;margin-top: 17px;}
.search{height: 80px;}
.search_l{line-height: 80px;color: #666;}
.search_l dd{font-size: 16px;color: #0077cb;display: inline-block;}
.search_l a{font-size: 14px;color: #666;}
.search_l a:hover{color:#0077cb;}
.search-bg #infoname{width:300px;background:#f5f5f5 ;outline:none; color:#ccc;border: none;height:46px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}



/*实力*/
.strength_t{text-align: left;padding-top: 0px;}
.strength_l{width: 48%;padding-left: 5%;position: relative;}
.strength_t span{color: #eee;letter-spacing: 3px;}
.strength_t dd{margin-top: 20px;font-size:16px;}
.strength_l:before{content: '';background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230707/20230707095115_1167126369.png)no-repeat;width: 150px;height: 8px;display: block;position: absolute;left: -100px;top: 50px;}
.strength_l li{width: 114px;height: 114px;display: block;float: left;border: 1px dashed #eee;border-radius: 10px;position: relative;background: #fff;transition: 0.3s ease all;cursor:pointer;}
.strength_l li+li{margin-left: calc((100% - 570px) / 4);}
.strength_l li i{width: 40px;height: 40px;margin: 20px auto 15px;display: block;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091521_1211516839.png)no-repeat bottom left;transition: 0.3s ease all;}
.strength_l li p{text-align: center;font-size: 15px;color: #333;transition: 0.3s ease all;}
.strength_l li:nth-child(2) i{background-position-x:-40px; }
.strength_l li:nth-child(3) i{background-position-x:-80px; }
.strength_l li:nth-child(4) i{background-position-x:-120px; }
.strength_l li:nth-child(5) i{background-position-x:-160px; }
.strength_l li:after{content: '';width: 195px;height: 166px;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091542_1574999565.png)no-repeat;display: block;position: absolute;left: 0px;top: 0px;z-index: -1;}
.strength_tel{margin-top: 120px;}
.strength_tel p{font-size: 15px;color: #666;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091602_1561772928.png)no-repeat left center;padding-left: 30px;}
.strength_tel p d{font-size: 30px;font-family: 'Arial';font-weight: bold;color: #0077cb;}
.strength_r {width: 48%;}
.strength_r .video{padding: 40px;background-image: linear-gradient(to right,#fff 30% ,#0077cb 0%);}
.strength_r .video_img{background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230707/20230707095612_1119199361.jpg);width: 100%;height: 456px;}
.strength_r .video_img a{width: 100%;height: 100%;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091624_1797340236.png)no-repeat center;display: block;animation: sca 3s infinite;}
.strength_l li.on{background:#0077cb;border:1px solid #0077cb;}
.strength_l li.on i{background-position-y:0px;}
.strength_l li.on p{color:#fff;}

@-webkit-keyframes sca {
    50% {transform: scale(1.2);}
    100%{transform: scale(1);}
}

/*产品中心*/
.prod_bg{background:#f5f5f5;}
.prod_list .prolist2021 li{float: left;background: #fff;width:25%;height: 60px;transition: 0.3s all linear;}
.prod_list .prolist2021 li+li{margin-left: 1%;}
.prod_list .prolist2021 li .prolist2021_one{font-size: 18px;line-height: 60px;text-align: center;display: block;}
.prod_list .prolist2021 li.on{width: 48%;background: #0077cb;}
.prod_list .prolist2021 li.on .prolist2021_one{color:#fff;}
.prod_list .prolist2021 li:nth-child(2).on dl{height: 60px;display: block;}
.prod_list .prolist2021 ul{position: relative;}
.prod_list .prolist2021 ul li dl{display: none;position: absolute;width: 100%;left: 0px;border: 1px #ddd solid;height: 0px;line-height: 60px;
    padding-left: 1%;
}
.prod_list .prolist2021 ul li dt{display: block;float: left;position: relative;}
.prod_list .prolist2021 ul li dt a{font-size: 16px;position: relative;padding-left: 20px;}
.prod_list .prolist2021 ul li dt+dt{margin-left:3%;}

.prod_list .prolist2021 ul li dt a::after{content:"";position: absolute;top:6px;left:0px;background:#999;width:10px;height:10px;border-radius:50%;}

.prod_list .prolist2021 ul li dt a:hover::after{background:#0077cb;}
.prod_list .prolist2021 ul li dt a:hover{color:#0077cb;}

.prod_cont{}
.prod_cont li{display: flex;flex-direction: column;width:23.95%;padding:12px 12px 0 12px !important; border:1px solid #e5e5e5; background:#f5f5f5; overflow:hidden; position:relative;}
.prod_cont li br{ display:block;}
.prod_cont li a{ display:block; position:relative; overflow:hidden; z-index:1;}
.prod_cont li>a img{ transition:all .6s ease; width:100%; height:auto;}
.prod_cont li:hover>a img{ transform:scale(1.1);}
.prod_cont li span a{ line-height:83px; font-size:18px; color:#333333; padding-right:100px; white-space:nowrap; text-overflow:ellipsis; text-align:left;transition:all .3s ease;}
.prod_cont li span a:after{ content:'+more'; display:block; width:80px; line-height:36px; position:absolute; right:0; top:0; bottom:0; margin:auto 0; background:#9a9a9a; text-align:center; font-size:14px; color:#fff; text-transform:uppercase; height:36px;transition:all .3s ease;}
.prod_cont li:after{ content:''; display:block; position:absolute; width:100%; height:100%; background:#0077cb; opacity:0; left:0; top:0; transform:rotate(-90deg); transition:all .5s ease; left:-100%;}
.prod_cont li+li{ margin-left:1.4%;}
.prod_cont ul+ul{ margin-top:25px;}
.prod_cont li:hover:after{ opacity:1; transform:rotate(0); left:0;}
.prod_cont li:hover span a{ color:#fff;}
.prod_cont li:hover span a:after{ background:#fff; width:100px; color:#0077cb;}
.prod_cont .progdwz2021:nth-child(2) li{width: 18.88%;}
.prod_cont .progdwz2021{margin-top: 40px;}
.prod_cont .progdwz2021:nth-child(2){margin-top: 100px;}
.prod_cont ul{display: flex;}


/*appli*/
.appli {padding: 80px 0px 80px 0px ;overflow: hidden;}
.appli_box {width:1500px;margin: 0 auto;}
.appli_tit {display: flex;justify-content: space-between;align-items: center;}
.appli_tit p {font-size: 32px;color: #0077cb;font-weight: bold;display: flex;flex-direction: column;position: relative;    line-height: 50px;}
.appli_tit p>span {font-size: 30px;color: #eee;font-family: Arial Black;font-weight: 100;text-transform: uppercase;}
.appli_tit p:after {content:'';width: 16px;height: 2px;background: #0077cb;position: absolute;bottom: -15px;left: 0;}
.appli_tit em {font-size: 36px;display: flex;flex-direction: column;text-transform:capitalize;color: #cfcfcf;align-items: center;position: relative;line-height: 35px;}
.appli_tit em>a {font-size: 16px;font-style: normal;}
.appli_tit em:after {content:'';width:1px;height: 100px;background: #ddd;position: absolute;top:-15px;left:-30px;}
.appli_con { display: flex;position: relative;    padding-top: 60px;overflow: hidden;}
.appli_call {}
.appli_call .tempWrap {width:100% !important;}
.appli_call tbody {display:flex;justify-content: space-between;}
.appli_call tr {margin-right: 27px; }
.appli_call tr td {display: inline-block; padding-left: 0 !important;overflow:hidden; position: relative; border-radius: 20px;}
.appli_call tr td img {-webkit-transition: .8s; -o-transition: .8s; transition: .8s;}
.appli_call tr td+td {margin-left: 14px;}
.appli_call td div {height: 42px;background:rgba(0,119,203,0.7);line-height: 42px; padding-top: 0 !important;transition: all 0.3s linear;width:100%;    position: absolute;bottom: -42px;}
.appli_call td div a {font-size: 1rem;color: #ffffff !important;}
.appli_call tr td:hover:before {height: 100%;}
.appli_call tr td:before {height: 0%;width: 3px;}
.appli_call tr td:before {position: absolute;content: "";left: 0; top: 0; background: #0077cb; transition: all 0.5s ease;z-index: 1;}
.appli_call tr td:hover:after {width: 100%;}
.appli_call tr td:after { width: 0%;height: 3px;}
.appli_call tr td:after { position: absolute;content: "";left: 0;top: 0;background: #0077cb;
transition: all 0.5s ease;z-index: 1;}
.appli_call table tr td a:hover:before {height: 100%;}
.appli_call table tr td a:before {width: 3px;height: 0%;}
.appli_call table tr td a:before { position: absolute; content: ""; right: 0;bottom: 0;
background: #0077cb;transition: all 0.5s ease;z-index: 1;}
.appli_call table tr td a:hover:after {width: 100%;}
.appli_call table tr td a:after {width: 0%;height: 3px;}
.appli_call table tr td a:after {position: absolute; content: "";right: 0;bottom: 0;
 background: #0077cb;transition: all 0.5s ease;z-index: 1;}
.appli_call tr td:hover div {bottom:2px;}
.appli_call table tr td:hover div a {display: block;transition: all 0.3s linear;}
.appli_call table tr td:hover img {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); border-radius: 0px;}
.appli_call table tr td a {display:block;overflow:hidden;}
.appli_call table tr td br {display:none;}
.appli_after .prev ,.appli_after .nex{position: absolute;left: 2%;top:52%;margin-top: -25px;width:39px;height:55px;
background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091845_1005069528.png) -106px 10px no-repeat #333;filter: alpha(opacity=50);opacity: 0.5; transition: all 0.3s linear;}
.appli_after .next {position: absolute;right:2%; width:39px;height:55px;top:48%;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091845_1005069528.png) 11px 11px no-repeat #333; filter: alpha(opacity=50);opacity: 0.5;}


/*case*/
.case {padding:0px 0px 80px 0px;overflow: hidden;position:relative;z-index: 5;}
.case:after {content:'';width:50%;height:100%;background:#eef5fb;position:absolute;top:0;left:0;z-index: -1;}
.case_box {width:1500px;margin: 0 auto;width: 78.83%;}
.case_tit { margin: 0 auto;width: 1500px;text-align: center;}
.case_tit p {font-size: 42px;color: #005299;font-weight: bold;display: flex;flex-direction: column;position: relative;    line-height: 60px;}
.case_tit p:after {content:'';width: 16px;height: 2px;background: #005299; margin: 0 auto; margin-top:16px;}
.case_tit p>span {font-size: 30px;color: #ddd;font-family: Arial Black;font-weight: 100;text-transform: uppercase;}
.case_tab {padding-top:50px;position: relative;}
.case_nav {width: 1500px;margin: 0 auto;}
.case_nav ul {width: 1500px; display: flex;justify-content: space-around;}
.case_nav li {display: flex;align-items: center;justify-content: space-between;}
.case_nav li i {width:70px;height: 70px;font-size: 35px; line-height:50px;text-align: center; padding:10px; border: 1px #eee solid;border-radius: 50%; background: #fff;box-sizing: content-box;}
.case_nav li p {font-size: 20px;display: flex;flex-direction: column;line-height: 24px;padding-left:12px;}
.case_nav li p span {font-size: 14px;text-transform: uppercase; color: #ccc;}
.case_con {padding-top: 60px;height: 560px;overflow: hidden;height:auto;}
.case_big {display: flex;justify-content:space-between;align-items: center;width: 1500px;width: 78.823%;margin: 0 auto;}
.case_pic {width: 652px ;width: 43.467%;background: #ddd;    overflow: hidden;}
.case_pic img {width:652px; height:442px;}
.case_txt {display: flex;flex-direction: column;width: 700px;width:46%;}
.case_txt p {font-size: 20px;display: flex;flex-direction: column;color: #ccc;}
.case_txt p span {font-size: 42px;color: #333;}
.case_txt i {width: 100%;height: 1px;background: #ddd;display: inline-block;margin: 40px 0;position: relative;}
.case_txt i:before {content:'';width: 200px;height: 3px;background-image: linear-gradient(to right,#0077cb 0,#036dc1 100%);position: absolute;top:-1px;left:0;}
.case_txt em {font-size: 16px;color: #666;display: inline-block;line-height: 36px; font-weight: 100;font-style: normal;width: 80%;}
.case_txt a {width: 200px;height: 50px;background-image: linear-gradient(to right,#0077cb 0,#036dc1 100%);display: inline-block;font-size: 16px;text-align: center;line-height: 50px;color: #fff;margin-top: 50px; transition: all 0.6s;}
.case_txt a:hover{width: 300px; transition: all 0.6s; letter-spacing: 2px;}
.case_after .prev ,.case_after .nex{position: absolute;left: 7%;top:67%;margin-top: -25px;width:39px;height:55px;
background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091845_1005069528.png) -106px 10px no-repeat #333;filter: alpha(opacity=50);opacity: 0.5; transition: all 0.3s linear;}
.case_after .next {position: absolute;right:7%; width:39px;height:55px;top:64%;background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091845_1005069528.png) 11px 11px no-repeat #333; filter: alpha(opacity=50);opacity: 0.5;}


/*定制流程*/
.w1410 { width: 1410px;margin: 0 auto;}
.flow_bg{position: relative; padding-top: 10px; padding-bottom: 105px; background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708091957_1561124562.png) no-repeat center top;}
.flow_bg ul{position: relative; margin-top:112px; margin-left: 113px; z-index: 5;}
.flow_bg li{float: left; width: 234px; height: 234px; line-height: 1; text-align: center; padding-right: 23px; background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708140151_422096372.png) no-repeat center top; overflow: hidden; cursor: pointer;}
.flow_bg li.l1{margin-top: -66px;}
.flow_bg li.l2{margin-top: 4px; margin-left: 1.2%;}
.flow_bg li.l3{margin-top: -66px; margin-left:0.7%;}
.flow_bg li.l4{margin-top: 4px; margin-left:2.7%;}
.flow_bg li.l5{margin-top: -66px; margin-left: 3.5%;}
.flow_bg li.l6{margin-top: -45px; margin-left: 4.1%;}
.flow_bg li:hover{background-position: center bottom;}
.flow_bg li i{display: block; color: #eee; font-size: 48px; margin-top: 27px;font-style: normal;}
.flow_bg li strong{display: block; font-size: 23px; font-weight: normal; letter-spacing: 1px; margin-top: 20px;}
.flow_bg li span{display: block; margin-top: 7px;}

.flow_bg li span .f{display: none;}
.flow_bg li:hover i{color: #fff;}
.flow_bg li:hover{color: #fff;}
.flow_bg li:hover span .f{display: inline-block;}


/*广告图*/
.baner_bg{height: 312px; background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708092351_2046882900.jpg); background-attachment: fixed; background-position: center; text-align: center; color: #fff; display: flex; flex-direction: column;justify-content: center; align-items: center;}
.baner_bg p{ font-size: 40px; line-height:40px;font-weight: bold;}
.baner_bg dd{width: 650px; height: 74px; line-height: 74px; background: #2067b9 url(https://memberpic.114my.com.cn/25672/uploadfile/image/20230708/20230708092426_200472.png)no-repeat 60px center;border-radius: 100px; margin: 0 auto; font-size: 18px; text-indent: 38px; margin-top: 32px;}
.baner_bg b{font-size: 50px;position: relative;font-family: Arial;vertical-align: bottom;    line-height: 70px;}


/*厂房设备*/
.enterprise_bg{background:#f5f5f5;}
.enterprise_d .new_web_div2021 li{float: left;width: 23.5%;position: relative;overflow: hidden;}
.enterprise_d .new_web_div2021 li img{display: block;width: 100%;height: 100%;transition: all .6s ease;}
.enterprise_d .new_web_div2021 li:hover img{transform: scale(1.1);}
.enterprise_d .new_web_div2021 li+li{margin-left:2%;}
.enterprise_d .new_web_div2021 ul+ul li{margin-top:2%;}
.enterprise_d .new_web_div2021 li p{position: relative;z-index: 2;background: #fff;height: 60px;text-align: center;line-height: 60px;}
.enterprise_d .new_web_div2021 li p a{font-size: 16px;}
.enterprise_d .new_web_div2021 li:hover p{background: #0077cb;}
.enterprise_d .new_web_div2021 li:hover p a{color:#fff;}
/*新闻*/
.news_bg{margin-top:80px;}
.news_fl{width:12%;}
.news_fl_title span{font-size: 40px;color: #ccc;line-height:50px;}
.news_fl_title p{font-size: 40px;color: #222;}
.news_fl_a a{display: block;width: 150px;height: 44px;line-height: 44px;margin-bottom: 30px;border: 2px #ccc solid;border-radius: 25px;font-size: 16px;color: #666;text-align: center;transition: all 0.3s ease-in-out;}
.news_fl_a a:first-child{margin-top:95px;}
.news_fl_a a.on{background:#0077cb;border: 2px #0077cb solid;color: #fff;}

.news_fr{width:80% !important;}
.news_fr .news_div_item{position: relative;}

/*第一条新闻*/
.news_ul_fl{width:52%;}
.news_ul_fl .news_div_item{float: left;width: 100%;}
.news_ul_fl .news_div_item .news_div_item_pic{position: absolute;top: 0;width:100%;height: 400px;overflow: hidden;}
.news_ul_fl .news_div_item .news_div_item_image{width: 100%;border: 1px #eee solid;position: absolute;bottom:0px;}
.news_ul_fl .news_div_item .news_div_item_date{position: absolute;top: 470px;left: 15px;}
.news_ul_fl .news_div_item .news_div_item_year,.news_ul_fl .news_div_item .news_div_item_month,.news_ul_fl .news_div_item .news_div_item_day{float:left;}
.news_ul_fl .news_div_item .news_div_item_content{height:245px;margin: 30px 35px 0 15px;position: absolute;top: 400px;}
.news_ul_fl .news_div_item .news_div_item_a{font-size:24px;color:#333;position: relative;}
.news_ul_fl .news_div_item .news_div_item_a:after{display:block;content:"了解详细";width: 175px;height: 42px;line-height: 42px;background: #eee;font-size: 15px;color: #666;text-align: center;position: absolute;top: 200px;transition: all 0.3s ease-in-out;}
.news_ul_fl .news_div_item_content:hover .news_div_item_a:after{background: #000;color:#fff;}
.news_ul_fl .news_div_item .news_div_item_body{margin-top: 45px;font-size: 15px;color: #666;line-height: 30px;}




/*第二到第四条新闻*/
.news .swiper-slide{padding:30px 0;}
.news_ul_fr{width:44%;padding:0 30px;}
.news_ul_fr .news_div_item:first-child,.news_ul_fr .news_div_item .news_div_item_image{display:none;}
.news_ul_fr .news_div_item_body{position: absolute;top: 105px;line-height: 30px;font-size: 15px; opacity: 0;width:90%;}
.news_ul_fr .news_div_item{height:120px;margin-bottom: 25px;padding:0 33px;box-shadow: 0 0 30px rgba(0,0,0,.08);overflow: hidden;transition: all 0.3s ease-in-out;}
.news_ul_fr .news_div_item_date{position: absolute;top: 70px;left: 33px;}
.news_ul_fr .news_div_item_year,.news_ul_fr .news_div_item_month,.news_ul_fr .news_div_item_day{float:left;}
.news_ul_fr .news_div_item_a{font-size: 18px;color: #333;position: absolute;top: 38px;display: block;height: 230px;width: 100%;position: relative;z-index: 9;}
.news_ul_fr .news_div_item.on{height:270px;}
.news_ul_fr .news_div_item.on .news_div_item_body{opacity: 1;}
.news_ul_fr .news_div_item_body:after{content:'了解详细';width:175px;height:40px;display:block;background:#f5f5f5;line-height:40px;text-align:center;font-size:15px;color:#666;margin-top:30px;}

/*友情链接*/
.links{width:100%; overflow:hidden; padding:37px 0; background: #FFF;border-top:1px solid #f5f5f5;}
.links_l{float:left; width:117px; border-right:solid 1px #f5f5f5;}
.links_lm{font-size:16px; line-height:18px; color:#222;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#000;}
.links_r{float:left; width:90%; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}
.linkTagcs{width:100% !important;}


/*版权*/
.foot_dh{ width:100%; min-width:1400px;background:#272727;}
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px; padding-top:18px;}
.foot_dh li p {font-size: 17px;color: #ddd;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh li {float: left;width: 15%;margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:20px; color:#ddd; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#b6b6b6; line-height:35px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 360px;}
.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:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#0077cb;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #363636;}
.copy_bg{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; font-size:14px;}
.copy span a:hover{ color: #fff;}


/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/25672/uploadfile/image/20201028/20201028154636_1745087767.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; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #0077cb; }/*颜色更改*/
.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: #0077cb; border-color: #0077cb; 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; }
.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: #0077cb; border-color: #0077cb;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.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: #0077cb; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.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;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.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: 94px; height: 94px; margin: 30px auto 10px; }
.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; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #0077cb; 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:#0077cb;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }