﻿/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #2264b3;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.page{ margin:0 auto; width:1200px}
.box{margin: 0 auto;width: 90%;min-width: 1200px;}
.top10 {
    padding-top: 10px;
}
.top20 {
    padding-top: 20px;
}
.top25 {
    padding-top: 25px;
}

.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;
}
.bg{ width: 100%; min-width: 1100px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.bg {
    width: 100%;
    min-width: 1200px;
}
    
    
    

 /*标题*/
.biaoti{text-align: center;   padding: 70px 0 50px 0;}
.biaoti b{font-size: 44px;color: #333;}
.biaoti t{color: #2264b3;}
.biaoti p{font-size: 16px;color: #999;margin-top: 15px;}
.biaoti4 b,.biaoti4 p{color: #fff;}
/*标题结束*/ 

    
/*抬头*/
    .head_bg{    width: 100%; min-width: 1200px;height: 145px;}
    .head_f{color: #333;    width: 310px;    margin-top: 30px;}
    .head_f img{float:left;    margin-right: 25px;}
    .head_f b{font-size: 38px;    color: #333;}
    .head_f p{font-size: 18px;    line-height: 28px; color:#666;}
    
    .head_r_top{margin-top:35px;}
    .head_r_top b{font-size: 22px;color: #f47115;    float: left;}
    .head_r_top a{border-radius: 100px; height:32px;display: block;margin-left: 20px;width:133px;  color: #fff;line-height: 32px; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3189c9), color-stop(100%,#2366b4));
    background: -webkit-linear-gradient(top, #3189c9 0%,#2366b4 100%);
    background: -webkit-linear-gradient(left, #3189c9 0%,#2366b4 100%);
    background: linear-gradient(to right, #3189c9 0%,#2366b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3189c9', endColorstr='#2366b4',GradientType=0 );
}
:root .gradient{-webkit-filter:none;filter:none;}
.head_r_top a:before{content:""; display:block;width:54px; height:32px; float:left; background: url(img/20191113105836_1593130251.png)no-repeat center;}
.head_r_top a:hover{ background:#f47115;}
    .head_r_top p{float:right;font-size: 20px;    color: #2264b3;    font-family: "Impact"; text-transform: uppercase;font-weight: bold; line-height:32px;}
    .head_r_top t img{    margin: 4px 10px 0 20px;}
/*抬头结束*/  
    
    
    
/*栏目*/
.nav{ width: auto; height:75px;}
.nav>ul>li{ float: left; display: block;margin-left:18px; width:auto; position: relative;height: 80px;}
.nav>ul>li>a{ display: block; line-height:60px; color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333}
.nav ul>li:after,.nav>ul>li:after{content: '';display: block;background:#004199;width:0; height: 4px; position: absolute; bottom:0px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222;}
.nav ul li.navcurrent:after,.nav>ul>li:hover:after{ opacity: 1; filter: alpha(opacity=100);left: 0;color: #fff;width:100%;}

.drop { border-radius:0 0 5px 5px;background: #fff;opacity: 0; text-align:center; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; position: absolute;box-shadow: 0 0 10px #ccc; padding:10px 0; border-top:4px #2239a3 solid;z-index: 10;top: 100px; left:-70%;}
.nav>ul>li:hover .drop{opacity: 1; top:76px;}
.drop li{height: 40px !important;border-left: none !important;border-right: none !important;}
.drop ul li:after{display: none;}
.drop li>a {display: block;  font-size: 14px !important;  width: 160px;height: 40px !important; text-align: center;line-height: 40px !important; border-top: none;margin-top: 0px !important;padding-top: 0px !important;}
/*栏目结束*/
    



/*幻灯片*/
.banner_box,.banner_box .bd li{height:650px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:300px;background-image:url(img/20191122113356_515941921.png);}
.banner_box .hd ul li.on{background:#004199;}
.banner_box{width:100% !important; min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.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: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:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:20px; height:20px; 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}
.banner_box .hd ul li.on{ width: 32px; }



.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(img/20191122113357_531587263.png);}
.banner_n .hd ul li.on{background:#004199;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .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_n .banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_n .hd ul{ text-align: center}
.banner_n .hd ul li{ width:20px; height:20px; 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}
.banner_n .hd ul li.on{ width: 32px; }
/*幻灯片结束*/

    
    
    
    
    
/*搜索*/
.search_nbg{width: 100%; min-width:1200px; height:86px; margin:0 auto;position:absolute; top:495px;border-bottom: 1px solid #eee;}
.search_bg{width: 100%; min-width:1200px; height:86px; margin:0 auto;background:#fff;  box-shadow: 0 0 20px #eee; }
#search{ color: #999;width:1200px;height:86px;margin:0 auto;line-height:86px;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01{ float:left; width:850px; padding-left:2px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #2264b3;}
.search_02 form{padding-left:0;border: 1px #ccc solid;border-radius: 50px;}
.search_02{height:45px;width:310px;overflow:hidden;margin-top:22px;float:right;}
.search-i{width:56px; overflow:hidden; height:33px;padding-top: 10px;}
.search-bg{float:left;width:242px;height:40px;overflow:hidden;padding-left:10px;}
/*搜索结束*/





/*产品中心*/
.prod{    background: #f5f5f5;height: 1270px;}
.prod_fl_t{    background: url(img/20191122113357_659389866.jpg)no-repeat center;height: 120px; color: #fff;text-align: center;}
.prod_fl_t p{    font-weight: bold;font-size: 30px;padding-top:35px;}
.prod_fl_t span{    font-size: 14px; display: block;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.prod_fl_b tbody{width: 290px; display: block;}
.prod_fl_b>table>tbody>tr>td{background: url(img/20191122113357_1442112214.png)no-repeat 245px;height: 20px;}
.prod_fl_b tr{background: #fff !important;}
.prod_fl_b tr td a{font-size: 18px; width:100%;display: block;height: 80px;line-height: 80px;border: 1px #eee solid;    padding-left: 40px;border-left: none;border-right: none;}
.prod_fl_b>table>tbody>tr>td>a:hover{;color: #fff !important;background:#2264b3 url(img/20191122113357_1823235512.png)no-repeat 245px;}
.prod_fl_b tr td table tbody tr:first-child td a{margin-top: 15px;    display: block;}
.prod_fl_b tr td table tbody tr:last-child td a{margin-bottom: 30px;    display: block;}
.prod_fl_b tr td table tbody tr td a:hover{    color: #1f64b2 !important;}
.prod_fl_b tr td table tbody td a{font-size: 15px;    border: none;    width: 250px;    height: 46px;line-height: 46px;}
.prod_fl_b tr td table tbody td a:after{content: "";display: block;background:#ccc;    width: 12px;height: 1px;    float: left;margin:24px 15px 0 0;}

/*产品切换*/
.prod_fr_t{    width: 885px; float: right;}
.prod_fr_t .banner_box2,.prod_fr_t .banner_box2 .bd li{height:585px;    background: #fff;}
.prod_fr_t .banner_box2 .banner-btn2 a.prev,.prod_fr_t .banner_box2 .banner-btn2 a.next{top:270px;background-image:url(img/20191122113357_532823274.png);}
.prod_fr_t .banner_box2 .hd ul li.on{background:#004199;}
.prod_fr_t .banner_box2{width:100% !important; min-width:875px;position:relative;overflow:hidden;}
.prod_fr_t .banner_box2 .bd{ width:100% !important;}
.prod_fr_t .banner_box2 .bd li{width:100% !important;background-position: center;background-repeat: no-repeat;}
.prod_fr_t .banner_box2 .bd li img{    float: right;}
.prod_fr_t .banner_box2 .bd li a{display:block;background-size:auto;}
.prod_fr_t .banner-btn2 a{display:block;width:50px;height:70px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.prod_fr_t .banner-btn2 a.prev{left:0px;background-repeat:no-repeat;background-position:0 0;} 
.prod_fr_t .banner-btn2 a.next{right:0px;background-repeat:no-repeat;background-position:-50px 0;}

.prod_fr_t .banner_box2 .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.prod_fr_t .banner_box2 .hd ul{ text-align: center;    display: none;}
.prod_fr_t .banner_box2 .hd ul li{ width:20px; height:20px; 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}
.banner_box2 .hd ul li.on{ width: 32px; }
.banner_box2 li b,.product_wz1,.product_wz3{    margin-left: 50px;}
.banner_box2 ul li b{font-size:20px;color:#333;    float: left;}
.product_wz1 p{width:85px;height:25px;color:#fff;    float: left; text-align: center;line-height: 25px;font-size: 15px;    margin-right: 10px;}
.product_wz1 p:nth-child(1){background: #1f64b2;    margin-left: 30px}
.product_wz1 p:nth-child(2){background: #4381c8;}
.product_wz1 p:nth-child(3){background: #6fa6e5;}
.product_wz2{margin: 15px 0 25px 50px;}
.product_wz2 p{    font-size: 15px;color: #666;line-height: 28px;}
.product_wz3 a{color:#fff; font-size: 15px;width:100px;height:35px;    float: left;line-height: 35px;text-align: center;    border-radius: 20px;    margin-right: 20px;}
.product_wz3 a:nth-child(1){background: #666;}
.product_wz3 a:nth-child(2){background: #2264b3;}
.product_wz3 a:nth-child(3){background: #f6a204;}
/*产品切换结束*/
.prod_fr_b tr td{    padding-left: 25px !important;}
.prod_fr_b #roller_temp_pro{padding-left: 0px !important;}
.prod_fr_b tr td a:last-child{font-size: 16px;color: #333;font-weight: 900;    width: 277px;height: 110px; display: block;background: #fff;    margin-top: -20px;}
.prod_fr_b tr td a:last-child:after{content: "";display: block;background:#1f64b2 url(img/20191122113357_7974581.png)no-repeat center;width:40px;height:40px;border-radius: 50%;    margin-top: 20px;}
.prod_fr_b table table tr td:hover a:last-child:after{background:#f6a204 url(img/20191122113357_7974581.png)no-repeat center;}
/*产品中心结束*/  
 




/*定制服务*/
    .custo{    height: 570px;}
    .custo li{width:330px;height:450px;background: #f5f5f5; padding: 50px 23px 0 23px;    float: left;margin-right:35px;cursor: pointer; transition: all linear 0.5s;-moz-transition: all linear 0.5s; -ms-transition: all linear 0.5s; -webkit-transition: all linear 0.5s; }
    .custo li:hover{    margin-top: -20px; background: #2264b3;   }
    .custo li:hover p{    color: #fff;}
    .custo li:nth-child(3){    margin-right: 0px;}
    .custo li b{font-size: 30px;color: #fff;width: 210px;height:55px;background: #2264b3;display: block;border-radius: 50px;    line-height: 55px;text-align: center;    margin: 0 auto;}
    .custo li:hover b{background: #f6a204;}
    .custo li p{font-size: 14px;color: #666;    padding: 24px 0 0 0; height:100px; text-align: center; width: 295px;margin: 0 auto;    line-height: 24px;}
    .custo li img{    margin: 0 auto;display: block;}
/*定制服务结束*/  
 


    
/*广告条*/
    .banner_bg{background: url(img/20191122113358_1719605778.jpg)no-repeat center;height:344px;color: #fff;}
    .banner_bg_l{width: 685px;    margin: 80px 110px 0 40px;}
    .banner_bg_l b:before{content: "";display: block;background: url(img/20191122113358_926079846.png)no-repeat left;height:47px;    margin-bottom: 25px;}
    .banner_bg_l b{font-size: 32px;}
    .banner_bg_l p:before{ content: "";display: block;background: #4c85c3;height:1px;width:680px;    margin: 20px 0 25px 0;}
    .banner_bg_l p{color: #cfe5fe;font-size: 16px;}
    
    .banner_bg_r{width: 330px;}
    .banner_bg_r p{font-size: 18px;    margin-top: 35px;}
    .banner_bg_r p:after{content: "180 3809 9232";    display: block;font-size: 44px;font-family: "Impact";text-transform: uppercase;font-weight: bold;}
    .banner_bg_r a{font-size: 16px;background: #f68e10;width: 100px;height:30px;line-height: 30px;text-align: center;display: block;border-radius: 50px;    color: #fff;}
    .banner_bg_r a:after{content: "";display: block;background: url(img/20191122113713_1307696346.png)no-repeat left;height:207px;width:339px; margin-top: -20px;}
/*广告条结束*/





 /*优势*/
#xinou_adv.adv_pc .adv_content{ width:1200px;margin:0 auto;}
#xinou_adv.adv_pc .top_content{    width: 1100px;height: 400px;padding:40px 58px 40px 40px; background: #f6f6f6;}
#xinou_adv.adv_pc .adv_pic{ width:560px;height:395px;float: left;position: relative;}
#xinou_adv.adv_pc .adv_intro{ width:296px; height:396px;float: right;position: relative;}
#xinou_adv.adv_pc .bottom_content{width:1200px;height:137px;}
#xinou_adv.adv_pc .adv_pic img{ position: absolute; left:-200px;top:0;opacity: 0;transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;}
#xinou_adv.adv_pc .adv_pic img.active{left: 0;opacity: 1;}
#xinou_adv.adv_pc .bottom_content a{ width:198px;height:135px;display: block;overflow: hidden;    border-right: 1px solid #e1e1e1;background:#eee;position: relative;float: left;transition:all .5s;-moz-transition:all .5s; -o-transition:all .5s;-webkit-transition:all .5s;}
#xinou_adv.adv_pc .bottom_content #adv_4{    border: none;}
#xinou_adv.adv_pc .bottom_content a#adv_1{margin-left:0;}
#xinou_adv.adv_pc .bottom_content a.active{  width:600px;border-color:#1f64b2;background-color:#1f64b2;}
#xinou_adv.adv_pc .bottom_content .adv_info{ width:100%;height:20px;line-height:20px; font-size:16px; letter-spacing: 6px; color:#ffffff; opacity: 0; display: block;text-align: center;position: absolute;left: 0;bottom:-24px;transition:all .5s;
 -moz-transition:all .5s; -o-transition:all .5s;-webkit-transition:all .5s;}
#xinou_adv.adv_pc .bottom_content a.active .adv_info{bottom:34px;opacity: 0.5; transition-delay: .2s;-moz-transition-delay: .2s;-o-transition-delay: .2s; -webkit-transition-delay: .2s;}
#xinou_adv.adv_pc .bottom_content .adv_keyword{width:88px;height:50px;padding:0 8px;box-sizing: content-box;line-height:50px; font-size:22px;color:#333333;text-align: right;display: block;position: absolute; top:40px;
 left: 50%; margin-left:-52px;background-repeat: no-repeat;background-position: 8px 5px; transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;    font-weight: bold;}
#xinou_adv.adv_pc .bottom_content a#adv_1 .adv_keyword{background: url(img/20191122113713_964093026.png)no-repeat 10px;}
#xinou_adv.adv_pc .bottom_content a#adv_2 .adv_keyword{ background: url(img/20191122113713_220237496.png)no-repeat 10px;;}
#xinou_adv.adv_pc .bottom_content a#adv_3 .adv_keyword{background: url(img/20191122113713_1296863280.png)no-repeat 10px;;}
#xinou_adv.adv_pc .bottom_content a#adv_4 .adv_keyword{ background: url(img/20191122155016_761667410.png)no-repeat 10px;;}
#xinou_adv.adv_pc .bottom_content a.active .adv_keyword{ color:#ffffff; top:24px;}
#xinou_adv.adv_pc .bottom_content a#adv_1.active .adv_keyword{ background-image: url(img/20191122113713_899508975.png);}
#xinou_adv.adv_pc .bottom_content a#adv_2.active .adv_keyword{background-image: url(img/20191122113713_1818031756.png);}
#xinou_adv.adv_pc .bottom_content a#adv_3.active .adv_keyword{background-image: url(img/20191122113713_2090438958.png);}
#xinou_adv.adv_pc .bottom_content a#adv_4.active .adv_keyword{background-image: url(img/20191122155002_1261135146.png);}
#xinou_adv.adv_pc .adv_intro .intro_block{position: absolute;right:-200px;opacity: 0;transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s;-webkit-transition:all .5s;}
#xinou_adv.adv_pc .adv_intro .intro_block.active{right:0;opacity: 1;}
       
    .intro_block{width: 480px;    margin: 35px 25px 0 0;}
    .intro_block b{font-size: 30px;color: #333;}
    .intro_block t{font-size: 12px;color: #999;display: block; text-transform: uppercase;font-weight: lighter;    margin-top: 10px;}
    .intro_block t:after{content: "";display: block;background: url(img/20191122113714_405460927.png)no-repeat left;    height: 3px;    margin: 25px 0 20px 0;;}
    .intro_block p{font-size: 15px;color: #666;line-height: 28px;background: url(img/20191122113854_1493253568.png)no-repeat left 8px;padding-left: 30px;    margin-top: 10px;}
    .intro_block a{font-size: 16px;color: #fff;background:#1f64b2;width:225px;height:55px;line-height: 55px;text-align: center;display: block;    margin-top: 50px;}
.intro_block a:hover{background:#f6a204;}
/*优势结束*/



/*合作客户*/
.partner{height:430px;}
.partner .divdgweb_new_div_item{width: 298px; float: left;border: 1px #eee solid;height:320px; position: relative;}
.partner .active:before{ content: ""; display: block;background: #1f64b2; height: 370px; width: 350px;  position: absolute; top:-25px; left:-25px; z-index: 1; float: left;  box-shadow: 0px 0px 20px 5px #e6f2fe;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.partner .divdgweb_new_div_item_body{ display: none; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.partner .divdgweb_new_div_item_title{position: relative;}
.partner .active .divdgweb_new_div_item_title a{display: none;}
.partner .divdgweb_new_div .divdgweb_new_div_item_content{ position: relative;z-index: 2; }
.partner .divdgweb_new_div_item_a{ position: absolute; left: 0px;top: 180px;font-size: 20px;color: #333;font-weight: bold;display: block; text-align:center; width:100%;}
.partner .divdgweb_new_div_item_a:after{content: ""; display: block;background:#1f64b2 url(img/20191122113854_242698667.png)no-repeat center;width: 40px;height: 40px;border-radius: 50%;    margin: 30px auto;}
.partner .news_div_item_pic a{display: block;    position: relative;z-index: 9999;text-align:center; height:340px;}
.partner .news_div_item_pic a img{ margin: 45px auto;width: 210px;    border-radius: 10px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.partner .active .news_div_item_pic a img{ width: 300px; margin:20px auto;  }
.partner .active .news_div_item_pic a:after{ content: "";display: block;background:url(img/20191122113854_917277022.png)no-repeat center;    height: 9px; margin: 135px 0 0 210px; position: absolute; bottom:0px;right: -20px;width: 95px; height: 62px;}
.partner .active .divdgweb_new_div_item_body{ display: block; font-size: 16px;color: #fff; line-height: 30px;  position: absolute;top:200px;width: 285px;  left: 10px;  }


/*合作客户结束*/





/*简介*/
    .com_bg{background:url(img/20191122113854_1798655097.jpg)no-repeat center;height:1024px; }
    .com_bg_b{    text-align: center;}
    .com_bg_b img{    display: block; margin: 0 auto;}
    .com_bg_b p{font-size: 15px;color: #fff;width:100%;text-align: center;line-height: 36px;margin: 32px 0;}
    .com_bg_b a{color: #fff;}

.jdygkdn{margin-top: 35px;}
.strength_cc li:nth-child(1) b{left:226px;}
.strength_cc li:nth-child(2) b{left:254px;}
.strength_cc li:nth-child(3) b{left:118px;}
.strength_cc li:nth-child(4) b{left:136px;}
.counter{font-size: 50px;font-weight: bold;color: #fff;font-family:"Impact";    text-transform: uppercase;}
.ngrhjg{font-size:16px;color:#d8e9fd;line-height: 30px;}
.strength_cc ul li{float: left;text-align: center;    width: 25%;background: url(img/20191122113855_1732752172.png)no-repeat top;height:116px; }
/*简介结束*/




/*设备*/
.equ_bg{    background: #f5f5f5;height: 550px;}
.pronav { height: 50px; width: 100%; line-height: 50px;    padding: 60px 0 40px 0;}
.pronav ul { text-align: center;}
.pronav ul li { display: inline-block; width: 180px; margin:-2px; background: none;    border: 2px #2264b3 solid;}
.pronav ul li.active{ background: #2264b3;}
.pronav ul li.active a{color: #fff; }
.pronav ul li a{ text-align: center; display: block; color: #2264b3; font-size: 22px;}

.case_in table > tbody > tr > td { display: block; position: relative; padding: 0 !important;float: left; width: 380px; margin-right: 30px;}
.case_in table > tbody > tr > td:nth-child(3){margin-right: 0px;}

.case_in table > tbody > tr > td br { display: none; }
.case_in table > tbody > tr > td a{ display: block; }
.case_in table > tbody > tr > td > a{ overflow: hidden; position: relative; }
.case_in table > tbody > tr > td > a:after,.case_in table > tbody > tr > td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(img/20191122113855_755369460.png) no-repeat center; left:0; top: -100%; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.case_in table > tbody > tr > td > a > img { -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; height: 285px; width:97.4%;    border-bottom: 1px #ccc dashed;border: 5px #fff solid;}
.case_in table > tbody > tr > td > div { padding: 0 !important; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 100%; position: relative; top: 0; }
.case_in table > tbody > tr > td > div > a { font-size: 16px; color: #333; line-height: 50px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; display: block; text-align: center; overflow: hidden; height: 50px; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px;}
.case_in table > tbody > tr > td:hover > div { width: 100%; margin: 0 auto; background: #2264b3; top: 0px;}
.case_in table > tbody > tr > td:hover > div > a { color: #fff; }
.case_in table > tbody > tr > td:hover > a:after,.case_in table > tbody > tr > td:hover > a::after{ top: 0; }
/*设备结束*/






/*新闻*/
.news_bg{width: 100%;min-width: 1200px;height: 840px;}
.news .prod_t span{background: url(img/20191122113855_675399469.png)no-repeat center;}
.news_lt{float:left;width:735px;}
.news_l{ float:left; }
.news_l a{height:61px; width:165px;background: #eee; position: relative; display: block;float: left;font-size: 20px;color: #333;padding-top: 19px;padding-left: 80px;}
.news_l a span{display: block;float: left;line-height:45px;}
.news_l a:hover,.news_l a.active{ background:#1f64b2;color: #fff;}
.news_l a > *{ position: relative; z-index: 3}
.news_l a:nth-child(3){    background: #fafafa;color: #666;}
.news_l a:nth-child(3):hover{background:#1f64b2;color: #fff;}

.news_nor { height: 545px; width: 735px; overflow: hidden;}
.new_cont .news_row2 { position: absolute; left: 0; top: 0; display: none; width: 735px; height: 545px;background: #fff;}
.new_cont { position: relative; width: 735px; height: 545px; display: block; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div {height: 495px; font-weight: normal;    margin-top: 20px;}
.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative;height: 50px; overflow: hidden; -webkit-transition: 0.3s all ease; transition: 0.3s all ease;    border-bottom: 1px dashed #e9e9e9;}
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 20px; top: 17px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #999; font-size: 15px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }
.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; background: #2264b3; width: 6px; height: 6px; position: absolute; left: 10px; top: 22px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #666; padding-left: 26px; display: block; line-height: 50px; width: 380px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic { padding-top: 15px;}
.news_row2 .news_div_item_pic a, .news_row2 .news_div_item_pic a img { display: block; width: 300px; height: 221px; }
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on{ height: 245px; border-bottom: 1px solid #e1e1e1; padding: 0 0 20px; background: #fff;}
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 30px; color: #666; font-size: 15px; width:388px; text-align: justify; position: absolute; right: 18px; top: 50px; font-weight: lighter;    margin-top: 40px;}
.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top: 23px; right: 436px;display:none;}
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 305px; top:17px; font-size: 18px;    color: #333;font-weight: bold;    z-index: 999; height: 220px;}
.news_row2 .on .news_div_item_title .news_div_item_a:after, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a:after{    content: "";display: block;    border-bottom: 1px solid #e1e1e1;}
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div { font-weight: bold; color: #333; font-size: 24px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.news_row2 .on .news_div_item_date > .news_div_item_year:after,.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }
.news_row2 .news_div_item_content,.news_row2 .divdgweb_new_div_item_content{position: relative;}
.news_row2 .news_div_item_content:before,.news_row2 .divdgweb_new_div_item_content:before{content:"查看详情";position: absolute;top:175px;left:335px;font-size: 14px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;width: 130px;text-align: center;height: 35px;line-height: 35px;border-radius: 23px;background: #2264b3;color: #fff;}

.wend{ float: right; margin-right: 0;width:415px; height: 530px; background:#fff; }
.wend h2{ left:0; margin-bottom: 0; margin-bottom: 25px;height: 72px;background: #2264b3;}
.wend h2 a{ font-size:20px; color:#fff;font-weight: normal;line-height: 72px;    margin-left: 30px;}
.wend h2 a i{float: left;display: block;padding-top: 22px;margin-left: 24px;margin-right: 17px;}
.wend .divdgweb_new_div_item_a { font-size: 15px; }
.wend .divdgweb_new_div_item_content{border-bottom: 1px dotted #eee;     padding: 35px 0 10px 0;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item_title{ height:35px; padding-left:40px; line-height:29px; background:url(img/20191122113855_1343865190.png) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.wend .divdgweb_new_div_item_title a{ color:#333333;}
.wend .divdgweb_new_div_item_title a:hover{color: #333}
.wend .divdgweb_new_div_item_body{ padding-left:40px; background:url(img/20191122113855_1093871015.png) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;margin-top: 12px;}

.news_row2 .news_div_item_pic a img{border: 1px #e1e1e1 solid;}
.wend .fr a{width: 74px;height: 24px;line-height: 24px;text-align: center;font-size: 14px;color: #fff;border-radius: 5px;display: block;margin-right: 24px;margin-top: 24px;}
.wend .fr a:hover{background:#f6a204;}
/*新闻结束*/





/*版权*/
.footer_bg{background: #222;width: 100%;min-width: 1200px;height: 398px;}
.copy_bg{border-top: 1px #333 solid;width: 100%;min-width: 1200px;height: 102px;background: #222;}
.footer_wt{padding-top: 56px;}
.footer_wt li{display: block;float: left;margin-left: 108px;}
.footer_wt li:nth-child(1){margin-left: 0px;}
.footer_t{color: #fff;font-size: 18px;}
.footer_a{margin-top: 24px;}
.footer_a a{display: block;font-size: 15px;line-height: 40px;color: #999;}
.linkTagcs li a:hover{color:#fff !important;}
.footer_r{height: 354px;padding: 0px 30px;}
.footer_ma{padding-top: 58px;}
.footer_ma img{    width: 140px;    float: right;}
.footer_tel{text-align: center;}
.footer_tel p{font-size: 15px;background: #333;width: 125px; height: 30px;margin-left: 80px;line-height: 30px;border-radius: 30px;    margin: 30px 0 15px 80px;}
.footer_tel span{display: block;color: #fbce06;font-size: 30px;font-weight: bold;}

.copy{line-height: 30px; font-size: 14px;color: #999;padding-top:30px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #fff;}
.footer a:hover{color: #fff;}
/*版权结束*/










/*浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(img/20191122113855_591824436.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: #2264b3; 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: #2264b3; border-color: #2264b3; 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: #2264b3; border-color: #2264b3;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.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: #2264b3; 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:115px; height:114px; margin: 20px 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; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:190px;}
.y-kefu-box01 .y-email-infos p { color: #2264b3; 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:#f47115;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }
/*浮动结束*/