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

/*公共样式部分*/

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

#copy { display: none;}

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

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

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

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

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

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







/*标题*/
.t{text-align: center;}
.t b{font-size: 40px;color: #333;}
.t p{font-size: 18px;color: #666;}









/*导航*/
.top_bg{height: 130px;}
.logo{margin-top:38px;}

.top_bg{position: relative;}


.head_but{width: 46px;height: 46px;border-radius: 50%;margin-top:36px;margin-left: 20px;cursor: pointer;}
.search{background: url(//memberpic.114my.com.cn/junfeng888/uploadfile/image/20201128/20201128151103_284442991.png)#018bd3 no-repeat center;}


.search:hover .slideDown{opacity: 1;height: 190px;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top: 100%; width: 100%; height: 0px;    background: rgba(1, 139, 211, 0.9);z-index: 8;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;border-radius: 0px 0px 10px 10px;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1028px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot{ font-size: 14px; color: #fff;}
.search .slideDown .searchHot a{ color: #fff;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;padding-left: 10px;    float: left;}
.search-i { width: 32px; overflow: hidden;height: 32px;float: left;margin-top: 13px;}
@-webkit-keyframes "warn" {
    0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
    50% {transform: scale(0.5);-webkit-transform: scale(1); opacity: 0.0;}
    100% {transform: scale(0);-webkit-transform: scale(0); opacity: 0.0;}
    
}
.nav{ width:auto; height:100px; margin-right: 20px;}
.nav>ul>li{ float: left; display: block; padding: 0 10px; height:130px; position: relative;}
.nav>ul>li>a{display: block;padding: 0 20px;color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333;height:150px;line-height:130px;}
.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {background: #018bd3;color:#fff;}
.NavCeshi > li.navcurrent > a:after,.NavCeshi > li:hover > a:after{display:block;content:"";width:100%;height:2px;background: #fff;    margin-top: -2px;}
/*导航下拉*/
.nav ul li>.erji_nav{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:190px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:130px; margin-left:-94px; text-align:center;}
.nav ul li>.erji_nav tr{font-size:0px;}
.nav ul li> .erji_nav a{background: #018bd3;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 20px 0;width: 190px;height: 14px;line-height: 14px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>.erji_nav a:hover{background: #fff; text-indent: 10px;color: #018bd3;}
.nav ul li:hover > .erji_nav {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}














/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;background: #fff;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:280px;background-image:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201218/20201218110001_669392613.png);}
.banner_box .hd ul li.on{background:#ff6600;}
.banner_box{min-width:1400px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;display:none;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:10px; height:10px; 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:10px;}











/*了解丹富莱*/
.understand_bg{position: relative;margin-top: -46px;height:132px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217094900_1485240369.png)no-repeat center;}
.understand_fl{width:700px;padding-top: 25px;}
.understand_fl img{float:left;margin-top:5px;}
.understand_fl b{display:block;margin-bottom:5px;font-size: 20px;color:#333;    font-weight: 500;}
.understand_fl P{width: 500px;float:left;margin-left: 30px;font-size: 15px;color: #666;line-height: 23px;}
.understand_fr{width:700px;height:85px;margin-top:46px;background: #018bd3;}
.understand_fr li{float:left;width:269px;padding-left: 80px;color:#fff;position: relative;}
.understand_fr li:first-child:after{display:block;content:"";width:1px;height:45px;background:#0097ff;position: absolute; right: 0;top: 20px;}
.understand_fr li img{float:left;margin-top: 30px;}
.understand_fr li p{float:left;margin:20px 0 0 13px;font-size: 14px;color: #fff;    font-weight: 200;}
.understand_fr li b{display:block;font-size: 18px;line-height: 20px;}















/*数据*/
.data_bg{height:535px;background: #f5f5f5;}
.data{height:235px;background: #fff;border-top:10px #018bd3 solid;}
.data li{width:230px;float:left;margin-top: 45px;padding-left: 100px;}
.data li p{font-size: 60px;color:#018bd3;font-weight:bold;position:relative;}
.data li p:before{display:block;content: "";width:35px;height:35px;margin-bottom: 5px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217104124_12366186.png)no-repeat;}
.data li:nth-child(2) p:before{background-position:-35px 0;}
.data li:nth-child(3) p:before{background-position:-70px 0;}
.data li:nth-child(4) p:before{background-position:-105px 0;}
.data li p:after{display:block;content:"+";font-size:36px;color:#018bd3;position:absolute;top:40px;left:75px;}
.data li:nth-child(2) p:after{left:145px;}
.data li:nth-child(4) p:after{left:115px;}
.data li span{font-size: 18px;color:#666;}










/*产品中心*/
.prod_bg{height:1490px;}
.prod_fl{width:350px;}
.prod_fl_t{width:350px;height:122px;color:#fff;text-align: center;background:#018bd3 url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217112817_950405532.png)no-repeat center;}
.prod_fl_t b{display: block;padding-top: 35px;font-size: 26px;}
.prod_fl_t p{font-size: 16px;line-height: 30px;}
.prod_fl_b{border:2px #ccc solid;}
.prod_fl_b>table{width: 100%;    padding: 28px 29px 0;}
.prod_fl_b tbody tr{font-size:0px;}
.prod_fl_b>table>tbody>tr>td>a{display: block;width: 253px;height: 46px;line-height: 46px;margin-bottom: 12px;padding-left: 35px;border: 2px #ccc solid;font-size: 17px;color: #333;font-weight: 500 !important;}
.prod_fl_b>table>tbody>tr:hover>td>a{border: 2px #018bd3 solid;background:#018bd3;color:#fff;}
.prod_fl_b>table>tbody>tr>td table{padding-bottom:12px;}
.prod_fl_b>table>tbody>tr>td tbody a{display: block;padding-left: 54px;line-height: 30px; font-size: 15px;color: #333;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217215749_1295239507.png)no-repeat 40px center;}
.prod_fl_b>table>tbody>tr>td tbody tr:hover a{color:#018bd3;}

.prod_fr{width:1020px;    overflow: hidden;position: relative;}
.prodtop_fl img{width:376px;height:280px;}
.prod_fr_t{height:358px;padding:30px 50px 35px 50px;background:#f4f4f4}
.prod_fr_title{height: 44px; margin-bottom: 33px;border-bottom: 1px #ccc solid;}
.prod_fr_title b{font-size:24px;color:#018bd3;float:left;}
.prod_fr_title a{display:block;float:right;padding-right: 35px;font-size: 14px;color:#666;position:relative}
.prod_fr_title a:before{display:block;content:"";width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 4px solid #666;position: absolute;top: 5px;right: 6px;z-index: 2;}
.prod_fr_title a:after{display:block;content:"";width:18px;height:18px;background: #e1e1e1;border-radius: 100%;position:absolute;top:0px;right:0px;}
.prod_fr_text{width:485px;margin-left: 35px;}
.prod_fr_text b{display:block;margin: 20px 0;padding-bottom:20px;font-size:24px;color:#333;border-bottom:1px #ccc solid;}
.prod_fr_text p{font-size: 15px;color:#666;line-height: 30px;}
.prod_fr_text a{display:block;content:"";width:135px;height:45px;line-height: 45px;margin-top:30px; background: #018bd3;font-size: 15px;color:#fff;font-weight: bold;text-align: center;float:left;position:relative;}
.prod_fr_text a:nth-child(3){margin-right: 10px;}
.prod_fr_text a:nth-child(3):after{display:block;content:"";width: 0;height: 0;border-left: 8px solid transparent;border-right:9px solid transparent;border-bottom: 9px solid #fff;position:absolute;bottom: 0px;left: 50%;transform: translate(-50%);}
.prod_fr_text a:hover:nth-child(3){background:#333;}
.prod_fr_text a:nth-child(4){background: none;border:1px #ccc solid;color:#333;}
.prod_fr_text a:hover:nth-child(4){background:#333;color:#fff;}
.prod_fr_text a:nth-child(4):before{display:block;content:"";width:28px;height:1px;background: #f4f4f4;position:absolute;bottom:-1px;left:50%;transform:translate(-50%);}
.prod_fr_text a:nth-child(4):after{display:block;content:"";width: 0;height: 0;border-left: 8px solid transparent;border-right:9px solid transparent;border-bottom: 9px solid #ccc;position:absolute;bottom: 0px;left: 50%;transform: translate(-50%);z-index: 2}
.prod_fr_b{margin-top:22px;}
.prod_fr_b tr:last-child{    display: block;margin-top:15px;}
.prod_fr_b td{display: block;float: left;margin-right: 12px;padding-left: 0px !important;}
.prod_fr_b td:last-child{margin-right:0px;}
.prod_fr_b td>a{display:block;}
.prod_fr_b td br{display:none;}
.prod_fr_b td span a{display:block;height:60px;line-height:60px;    background: #f5f5f5;font-size: 16px;color: #333;}
.prod_fr_b td:hover span a{ background: #018bd3;transition: all 0.3s;color:#fff;}
.prod_fr_b td img{border:1px solid #eee;}










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

/*公共样式部分*/

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

#copy { display: none;}

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

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

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

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

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

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







/*标题*/
.t{text-align: center;}
.t b{font-size: 40px;color: #333;}
.t p{font-size: 18px;color: #666;}









/*导航*/
.top_bg{height: 130px;}
.logo{margin-top:38px;}

.top_bg{position: relative;}


.head_but{width: 46px;height: 46px;border-radius: 50%;margin-top:36px;margin-left: 20px;cursor: pointer;}
.search{background: url(//memberpic.114my.com.cn/junfeng888/uploadfile/image/20201128/20201128151103_284442991.png)#018bd3 no-repeat center;}


.search:hover .slideDown{opacity: 1;height: 190px;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top: 100%; width: 100%; height: 0px;    background: rgba(1, 139, 211, 0.9);z-index: 8;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;border-radius: 0px 0px 10px 10px;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1028px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot{ font-size: 14px; color: #fff;}
.search .slideDown .searchHot a{ color: #fff;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;padding-left: 10px;    float: left;}
.search-i { width: 32px; overflow: hidden;height: 32px;float: left;margin-top: 13px;}
@-webkit-keyframes "warn" {
    0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
    50% {transform: scale(0.5);-webkit-transform: scale(1); opacity: 0.0;}
    100% {transform: scale(0);-webkit-transform: scale(0); opacity: 0.0;}
    
}
.nav{ width:auto; height:100px; margin-right: 20px;}
.nav>ul>li{ float: left; display: block; padding: 0 10px; height:130px; position: relative;}
.nav>ul>li>a{display: block;padding: 0 20px;color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333;height:150px;line-height:130px;}
.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {background: #018bd3;color:#fff;}
.NavCeshi > li.navcurrent > a:after,.NavCeshi > li:hover > a:after{display:block;content:"";width:100%;height:2px;background: #fff;    margin-top: -2px;}
/*导航下拉*/
.nav ul li>.erji_nav{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:190px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:130px; margin-left:-94px; text-align:center;}
.nav ul li>.erji_nav tr{font-size:0px;}
.nav ul li> .erji_nav a{background: #018bd3;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 20px 0;width: 190px;height: 14px;line-height: 14px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>.erji_nav a:hover{background: #fff; text-indent: 10px;color: #018bd3;}
.nav ul li:hover > .erji_nav {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}














/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;background: #fff;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:280px;background-image:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201218/20201218110001_669392613.png);}
.banner_box .hd ul li.on{background:#ff6600;}
.banner_box{min-width:1400px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;display:none;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:10px; height:10px; 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:10px;}











/*了解丹富莱*/
.understand_bg{position: relative;margin-top: -46px;height:132px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217094900_1485240369.png)no-repeat center;}
.understand_fl{width:700px;padding-top: 25px;}
.understand_fl img{float:left;margin-top:5px;}
.understand_fl b{display:block;margin-bottom:5px;font-size: 20px;color:#333;    font-weight: 500;}
.understand_fl P{width: 500px;float:left;margin-left: 30px;font-size: 15px;color: #666;line-height: 23px;}
.understand_fr{width:700px;height:85px;margin-top:46px;background: #018bd3;}
.understand_fr li{float:left;width:269px;padding-left: 80px;color:#fff;position: relative;}
.understand_fr li:first-child:after{display:block;content:"";width:1px;height:45px;background:#0097ff;position: absolute; right: 0;top: 20px;}
.understand_fr li img{float:left;margin-top: 30px;}
.understand_fr li p{float:left;margin:20px 0 0 13px;font-size: 14px;color: #fff;    font-weight: 200;}
.understand_fr li b{display:block;font-size: 18px;line-height: 20px;}















/*数据*/
.data_bg{height:535px;background: #f5f5f5;}
.data{height:235px;background: #fff;border-top:10px #018bd3 solid;}
.data li{width:230px;float:left;margin-top: 45px;padding-left: 100px;}
.data li p{font-size: 60px;color:#018bd3;font-weight:bold;position:relative;}
.data li p:before{display:block;content: "";width:35px;height:35px;margin-bottom: 5px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217104124_12366186.png)no-repeat;}
.data li:nth-child(2) p:before{background-position:-35px 0;}
.data li:nth-child(3) p:before{background-position:-70px 0;}
.data li:nth-child(4) p:before{background-position:-105px 0;}
.data li p:after{display:block;content:"+";font-size:36px;color:#018bd3;position:absolute;top:40px;left:75px;}
.data li:nth-child(2) p:after{left:145px;}
.data li:nth-child(4) p:after{left:115px;}
.data li span{font-size: 18px;color:#666;}










/*产品中心*/
.prod_bg{height:1490px;margin-bottom:30px;}
.prod_fl{width:350px;}
.prod_fl_t{width:350px;height:122px;color:#fff;text-align: center;background:#018bd3 url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217112817_950405532.png)no-repeat center;}
.prod_fl_t b{display: block;padding-top: 35px;font-size: 26px;}
.prod_fl_t p{font-size: 16px;line-height: 30px;}
.prod_fl_b{border:2px #ccc solid;}
.prod_fl_b>table{width: 100%;    padding: 28px 29px 0;}
.prod_fl_b tbody tr{font-size:0px;}
.prod_fl_b>table>tbody>tr>td>a{display: block;width: 253px;height: 46px;line-height: 46px;margin-bottom: 12px;padding-left: 35px;border: 2px #ccc solid;font-size: 17px;color: #333;font-weight: 500 !important;}
.prod_fl_b>table>tbody>tr:hover>td>a{border: 2px #018bd3 solid;background:#018bd3;color:#fff;}
.prod_fl_b>table>tbody>tr>td table{padding-bottom:12px;}
.prod_fl_b>table>tbody>tr>td tbody a{display: block;padding-left: 54px;line-height: 30px; font-size: 15px;color: #333;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217215749_1295239507.png)no-repeat 40px center;}
.prod_fl_b>table>tbody>tr>td tbody tr:hover a{color:#018bd3;}

.prod_fr{width:1020px;}
.prod_fr_t{height:358px;padding:30px 50px 35px 50px;background:#f4f4f4}
.prod_fr_title{height: 44px; margin-bottom: 33px;border-bottom: 1px #ccc solid;}
.prod_fr_title b{font-size:24px;color:#018bd3;float:left;}
.prod_fr_title a{display:block;float:right;padding-right: 35px;font-size: 14px;color:#666;position:relative}
.prod_fr_title a:before{display:block;content:"";width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 4px solid #666;position: absolute;top: 5px;right: 6px;z-index: 2;}
.prod_fr_title a:after{display:block;content:"";width:18px;height:18px;background: #e1e1e1;border-radius: 100%;position:absolute;top:0px;right:0px;}
.prod_fr_text{width:485px;margin-left: 35px;}
.prod_fr_text b{display:block;margin: 20px 0;padding-bottom:20px;font-size:24px;color:#333;border-bottom:1px #ccc solid;}
.prod_fr_text p{font-size: 15px;color:#666;line-height: 30px;}
.prod_fr_text a{display:block;content:"";width:135px;height:45px;line-height: 45px;margin-top:30px; background: #018bd3;font-size: 15px;color:#fff;font-weight: bold;text-align: center;float:left;position:relative;}
.prod_fr_text a:nth-child(3){margin-right: 10px;}
.prod_fr_text a:nth-child(3):after{display:block;content:"";width: 0;height: 0;border-left: 8px solid transparent;border-right:9px solid transparent;border-bottom: 9px solid #fff;position:absolute;bottom: 0px;left: 50%;transform: translate(-50%);}
.prod_fr_text a:hover:nth-child(3){background:#333;}
.prod_fr_text a:nth-child(4){background: none;border:1px #ccc solid;color:#333;}
.prod_fr_text a:hover:nth-child(4){background:#333;color:#fff;}
.prod_fr_text a:nth-child(4):before{display:block;content:"";width:28px;height:1px;background: #f4f4f4;position:absolute;bottom:-1px;left:50%;transform:translate(-50%);}
.prod_fr_text a:nth-child(4):after{display:block;content:"";width: 0;height: 0;border-left: 8px solid transparent;border-right:9px solid transparent;border-bottom: 9px solid #ccc;position:absolute;bottom: 0px;left: 50%;transform: translate(-50%);z-index: 2}
.prod_fr_b{margin-top:22px;}
.prod_fr_b tr:last-child{    display: block;margin-top:15px;}
.prod_fr_b td{display: block;float: left;margin-right: 12px;padding-left: 0px !important;}
.prod_fr_b td:last-child{margin-right:0px;}
.prod_fr_b td>a{display:block;}
.prod_fr_b td br{display:none;}
.prod_fr_b td span a{display:block;height:60px;line-height:60px;    background: #f5f5f5;font-size: 16px;color: #333;}
.prod_fr_b td:hover span a{ background: #018bd3;transition: all 0.3s;color:#fff;}



.prod_fr{width:1020px;}
.prod_fr_top{    height: 315px;background: #f4f4f4;}
.prodtop_fr{width:470px;}
.prodtop_fr span{display:block;margin-top:30px;font-size: 28px;color:#343434;}
.prodtop_fr span:after{display:block;content:"";width:30px;height:2px;margin:28px 0;background: #008bd6;}
.prodtop_fr p{font-size: 15px;color:#666;line-height: 30px;}
.prodtop_fr a{display: block;width: 126px;height: 38px;line-height: 38px;margin-top: 40px;background: #f5f5f5;border: 1px #008bd6 solid;border-radius: 40px 0 0 40px;text-align: center;font-size: 15px;float:left;}
.prodtop_fr a:last-child{border-radius:0px 40px 40px 0px;background: #008bd6;color:#fff;}
.prodtop_fr a:hover{width: 128px;height: 40px;line-height: 40px;background: #ff6000;border: none;color: #fff;}
.prod_fr_top_switch{width:50px;height:90px;    background: rgba(0, 0, 0, 0.1);align-items: center;display: flex;justify-content: center;position: absolute;top: 174px;left: -50px;transition: all 0.3s;}
.prod_fr_top_switch:after{display:block;content:"";width:15px;height:27px;background:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201106/20201106163101_445582485.png)no-repeat;}
.prod_fr_top_btnr{left: 1057px;transform: rotate(180deg);}
.prod_fr .prod_fr_top:hover .prod_fr_top_btnl{left: 0px;}
.prod_fr .prod_fr_top:hover .prod_fr_top_btnr{left: 970px;}










/*就是与众不同*/
.merit_bg{height:505px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201223/20201223152439_947759907.jpg)no-repeat center;}
.t_merit b,.t_merit p{color:#fff;}
.merit li{    width: 215px;height: 105px;margin-right: 20px;padding-top: 70px;background: #fff;border-radius: 10px;text-align: center;position: relative;float: left;}
.merit li:last-child{margin-right: 0px;}
.merit li:before{display:block;content:"";width:95px;height:95px;background: #222;position:absolute;top: -42.5px;left:60px;border-radius:100%;    animation: rotate 2s linear infinite;}
.merit li:after{display:block;content:"";width:60px;height:60px;position:absolute;top: -25px;left: 77px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217142203_28398695.png)no-repeat;    animation: rotate 2s linear infinite;}
.merit li:nth-child(2):after{background-position:-60px 0px;}
.merit li:nth-child(3):after{background-position:-120px 0px;}
.merit li:nth-child(4):after{background-position:-180px 0px;}
.merit li:nth-child(5):after{background-position:-240px 0px;}
.merit li:nth-child(6):after{background-position:-300px 0px;}
.merit li span{font-size: 28px;color:#333;}
.merit li p{font-size: 18px;color:#666;    line-height: 30px;padding-top:6px;}

@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}














/*变频器6大优势*/
.t_prod_adva t{color:#018bd3;}
.prod_adva{height: 803px;background:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217144249_362410818.jpg)no-repeat center;}
.prod_adva li{width:700px;height:203px;float:left;position:relative;}
.prod_adva li:nth-child(even){float:right;text-align: right;}
.prod_adva li:nth-child(n+3):nth-child(-n+4){height:313px;}
.prod_adva li:before{display:block;content:"";width:107px;height:107px;background: #018bd3;border-radius: 100%;border:5px #e5e5e5 solid;position:absolute;top:0px;left:513px;    animation: Updown1 0.8s infinite alternate;}
.prod_adva li:nth-child(2):before{left:80px;}
.prod_adva li:nth-child(3):before{top:31px;left:368px;}
.prod_adva li:nth-child(4):before{top:31px;left:215px;}
.prod_adva li:nth-child(5):before{top:-30px;left:504px;}
.prod_adva li:nth-child(6):before{top:-30px;left:97px;}
.prod_adva li:after{display:block;content:"";width:70px;height:70px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217150356_1225880702.png)no-repeat; position: absolute;top:21px;left:537px;animation: Updown1 0.8s infinite alternate;}
.prod_adva li:nth-child(2):after{left:104px;background-position: -70px 0;}
.prod_adva li:nth-child(3):after{top:55px;left:393px;background-position: -140px 0;}
.prod_adva li:nth-child(4):after{top:55px;left:240px;background-position: -210px 0;}
.prod_adva li:nth-child(5):after{top:-6px;left:528px;background-position: -280px 0;}
.prod_adva li:nth-child(6):after{top:-6px;left:122px;background-position: -350px 0;}
.prod_adva li b{display:block;margin: 30px 0 7px 0;font-size: 28px;color:#333;}
.prod_adva li:nth-child(n+3):nth-child(-n+4) b{margin-top: 85px;}
.prod_adva li:nth-child(n+5):nth-child(-n+6) b{margin-top: 40px;}
.prod_adva li p{font-size: 15px;color:#666;line-height: 30px;}
.prod_adva li span{display: block;margin-top: 20px;font-size: 12px;color:#666;}
@keyframes Updown1 {
  from {
    margin-top: 65px;
  }
  to {
    margin-top: 55px;
  }
}
@keyframes Updown2 {
  from {
    margin-top: 295px;
  }
  to {
    margin-top: 305px;
  }
}
@keyframes Updown3 {
  from {
    margin-top: 655px;
  }
  to {
    margin-top: 645px;
  }
}
@keyframes Updown4 {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 0px;
  }
}











/*应用解决方案*/
.solution_bg{height:725px;background: #f5f5f5;}
.solution_t{width:945px;margin: auto;text-align: center;}
.solution_t a{display: block;float:left;width:135px;height:40px;line-height: 40px; font-size:16px;color:#333;}
.solution_t .on{background: #018bd3;color:#fff;transition: all 0.3s;}
.solution_b{height:400px;margin-top: 30px;position:relative;}
.solution_b tr{display:block;}
.solution_b tr td{display: block;float: left !important;padding: 0 !important;margin-right: 26px;overflow: hidden;}
.solution_b tr td>a{display: block;}
.solution_b tr td br{display:none;}
.solution_b td div{padding-top: 0px !important;}
.solution_b td div a{display: block;height: 62px;line-height: 62px;background: #fff;margin-top: 1px;font-size: 18px; color: #333;position:relative;}
.solution_b td div a:before,.solution_b td div a:after{position:absolute;transition:0.6s;}
.solution_b td div a:before{content:'+';width: 43px;height: 43px;font-size:22px;line-height: 50px;color: #fff;text-indent: 25px;bottom:-5px;right:2px;z-index:2;}
.solution_b td div a:after{content:'';width: 800px;height: 800px;transform: rotate(45deg);bottom: -588px;right: -736px;background: #018bd3;}
.solution_b td:hover div a:before{content: '+';bottom:178px;right: 50%;margin-right: -22px;transition:0.6s;border: 1px solid #fff;text-indent: 0;border-radius: 60px;line-height: 44px;}
.solution_b td:hover div a:after{opacity:0.6;bottom: -144px;right: -131px;transition:0.6s;background: rgba(1, 139, 211, 0.8);}
.solution_button{position:absolute;top: 152px;left: -80px;width:46px;height:46px;background: #333;    cursor: pointer;}
.solution_button:after{display:block;content:"";width:15px;height:27px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217160805_402890305.png)no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.solution_btnr{left:1435px;transform: rotate(180deg);}














/*优势*/
.adv_bg{height:945px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217161557_485210542.jpg)no-repeat top;}
.t_adv b,.t_adv p{color:#fff;}
.adv{height:758px;background: #fff;}
.adv_t{height:125px;}
.adv_t li{width:210px;height: 86px;float:left;padding: 35px 0 0 140px;position:relative;    cursor: pointer;}
.adv_t li:before{display:block;content:"";width:55px;height:55PX;background: #f1f1f1;border-radius:100%;position:absolute;top:37px;left:70px;}
.adv_t .on{border-bottom: 4px #018bd3 solid;}
.adv_t .on:before{background: #018bd3;}
.adv_t li:after{display:block;content:"";width:30px;height:30px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217162347_2118673114.png)no-repeat;position:absolute;top:50px;left:83px;transition: all 0.3s;}
.adv_t li:nth-child(2):after{background-position: -30px 0;}
.adv_t li:nth-child(3):after{background-position: -60px 0;}
.adv_t li:nth-child(4):after{background-position: -90px 0;}
.adv_t li:nth-child(1).on:after{background-position: 0px -30px;}
.adv_t li:nth-child(2).on:after{background-position: -30px -30px;}
.adv_t li:nth-child(3).on:after{background-position: -60px -30px;}
.adv_t li:nth-child(4).on:after{background-position: -90px -30px;}
.adv_t li b{font-size: 28px;color:#333;}
.adv_t li p{font-size: 14px;color:#999;text-transform: none;    line-height: 20px;}

.adv_b img{display: block;margin: auto;}
.adv_b p{width: 954px;height: 57px;line-height: 30px;margin: -80px auto 0;padding: 30px 75px;background: #fff;position: relative;font-size: 15px;color: #333;position:relative;}
.adv_b p:before,.adv_b p:after{display:block;content:"";width:19px;height:15px;position:absolute;top: 38px; left: 40px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217165610_1993740509.png)no-repeat;}
.adv_b p:after{left: 1045px;}















/*新闻*/
.news_bg{height:735px;background:#f5f5f5;margin-top:20px;}
.news_bt{width: 1400px; float: left;}
.news_btl{width: 383px; float: left; font-weight: 400; font-size: 42px;color:#333;}
.news_btl span{font-size: 18px; display: block; color: #999; font-weight: 100;}
.nb_tab{font-size:0;text-align: center;}
.nb_tab a{width:150px;height:50px;background:#fff;display:inline-block;vertical-align:top;color:#333; -webkit-box-shadow: 0px 0px 20px #eee; box-shadow: 0px 0px 20px #eee; border-radius: 30px;}
.nb_tab a+a{margin-left:30px;}
.nb_tab a.cur{background:#008cd6; color: #fff; background-size: 400% 370%; }
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:50px;font-weight: lighter;}
.nb_tab a b{font-size:18px; }

.nbc_list+.nbc_list{display: none;}
.nbcl_le{width:685px;}
.nbcl_le .news_div_item{width:325px;display: inline-block;vertical-align:top;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item_pic img{width:325px;height:240px;}
.news_div_item_title a{font-size:18px;    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nbcl_le .news_div_item_content{width:325px;height: 155px;padding-top: 30px;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:24px;font-size: 14px;color:#666;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201218/20201218110046_533296842.png) no-repeat right center;float: right;margin-top:17px;    margin: -15px 20px 0 0;}

.nb_con{height:435px;}
.nbcr_ri{width:680px;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{margin-bottom: 15px;font-size:0;padding:30px 0;position:relative;-webkit-transition:300ms;transition:300ms;background: #fff;}
.nbcr_ri .news_div_item:hover{-webkit-box-shadow:0 0 21px #d2d2d2;box-shadow:0 0 21px #d2d2d2;z-index:1;-webkit-transition:300ms;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align: center;font-size:0;}
.nbcr_ri .news_div_item_content{width:500px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight: bold;    line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:20px;color:#68686a;padding-right:20px;font-size:14px;}













/*简介*/
.com_bg{height:857px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217174020_2068752191.jpg)no-repeat center;}
.com{width:656px;}
.com_text b{display:block;margin:40px 0 8px 0;font-size: 30px;color:#333;}
.com_text span{display:block;font-size: 15px;color:#666;}
.com_text span:after{display:block;content: "";width:57px;height:4px;margin:30px 0;background: #008cd6;}
.com_text p{font-size: 16px;color:#9e9c9b;line-height: 35px;}
.com_text p a{font-size: 16px;color:#333;}
.com_content{margin-top: 30px;}
.com_content li{width:200px;height:145px;border:1px #ccc solid;float:left;text-align: center;    margin-right: 22px;}
.com_content li:last-child{margin-right:0px;}
.com_content li b{display:block;font-size: 22px;color:#333;}
.com_content li b:before{display:block;content:"";width:42px;height:42px;margin: 20px auto 10px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217174755_1136233927.png)no-repeat;}
.com_content li:nth-child(2) b:before{background-position:-42px 0;}
.com_content li:nth-child(3) b:before{background-position:-84px 0;}
.com_content li p{font-size: 14px;color:#ccc;margin-top:5px;}












/*企业形象*/
.ability_bg{height:365px;padding-top: 55px;}
.ability tr{display:block;}
.ability td{    display: inline-block;padding-left: 0px !important;margin-right: 19px}
.ability td>a{}
.ability td br{display:none;}
.ability td div{padding-top: 0px !important;height: 60px;line-height: 60px; background: #ececec;}
.ability td:hover div{ background: #008cd6;transition: all 0.3s;}
.ability td div a{font-size: 18px;color: #666;}
.ability td:hover div a{color:#fff;}













/*版权*/
.end1 {width: 1400px;margin: 0 auto;overflow: hidden;position: relative;padding: 10px 0;}
.copyright{ background:#222;}
.lines_bg{border:1px #eee solid;}
.links{ line-height:88px;}
.links p{ float:left; font-size:28px; color:#999;margin-right: 20px;}
.links d{float: left;font-size:18px;color:#333;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:65px 0 80px;}
.crkslj li{ float:left;padding:0 100px 0 0;}
.crkslj li p{ font-size:20px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 0 0 100px;height: 240px;border-left:1px solid #2e2e2e;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcon_ewm p{width: 162px;line-height: 30px;border: 1px solid #2e2e2e;text-align: center;margin-top: 5px;color: #999;}
.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;}
.end{ border-top:1px solid #2e2e2e; line-height:50px;}
.end,.end a{ font-size:15px; color:#999;}
.end a:hover{ color:#fff;}
.crcon_ewm img{width: 165px;}










/*就是与众不同*/
.merit_bg{height:505px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201223/20201223152439_947759907.jpg)no-repeat center;}
.t_merit b,.t_merit p{color:#fff;}
.merit li{    width: 215px;height: 105px;margin-right: 20px;padding-top: 70px;background: #fff;border-radius: 10px;text-align: center;position: relative;float: left;}
.merit li:last-child{margin-right: 0px;}
.merit li:before{display:block;content:"";width:95px;height:95px;background: #222;position:absolute;top: -42.5px;left:60px;border-radius:100%;    animation: rotate 2s linear infinite;}
.merit li:after{display:block;content:"";width:60px;height:60px;position:absolute;top: -25px;left: 77px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217142203_28398695.png)no-repeat;    animation: rotate 2s linear infinite;}
.merit li:nth-child(2):after{background-position:-60px 0px;}
.merit li:nth-child(3):after{background-position:-120px 0px;}
.merit li:nth-child(4):after{background-position:-180px 0px;}
.merit li:nth-child(5):after{background-position:-240px 0px;}
.merit li:nth-child(6):after{background-position:-300px 0px;}
.merit li span{font-size: 28px;color:#333;}
.merit li p{font-size: 18px;color:#666;    line-height: 30px;padding-top:6px;}

@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}














/*变频器6大优势*/
.t_prod_adva t{color:#018bd3;}
.prod_adva{height: 803px;background:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217144249_362410818.jpg)no-repeat center;}
.prod_adva li{width:700px;height:203px;float:left;position:relative;}
.prod_adva li:nth-child(even){float:right;text-align: right;}
.prod_adva li:nth-child(n+3):nth-child(-n+4){height:313px;}
.prod_adva li:before{display:block;content:"";width:107px;height:107px;background: #018bd3;border-radius: 100%;border:5px #e5e5e5 solid;position:absolute;top:0px;left:513px;    animation: Updown1 0.8s infinite alternate;}
.prod_adva li:nth-child(2):before{left:80px;}
.prod_adva li:nth-child(3):before{top:31px;left:368px;}
.prod_adva li:nth-child(4):before{top:31px;left:215px;}
.prod_adva li:nth-child(5):before{top:-30px;left:504px;}
.prod_adva li:nth-child(6):before{top:-30px;left:97px;}
.prod_adva li:after{display:block;content:"";width:70px;height:70px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217150356_1225880702.png)no-repeat; position: absolute;top:21px;left:537px;animation: Updown1 0.8s infinite alternate;}
.prod_adva li:nth-child(2):after{left:104px;background-position: -70px 0;}
.prod_adva li:nth-child(3):after{top:55px;left:393px;background-position: -140px 0;}
.prod_adva li:nth-child(4):after{top:55px;left:240px;background-position: -210px 0;}
.prod_adva li:nth-child(5):after{top:-6px;left:528px;background-position: -280px 0;}
.prod_adva li:nth-child(6):after{top:-6px;left:122px;background-position: -350px 0;}
.prod_adva li b{display:block;margin: 30px 0 7px 0;font-size: 28px;color:#333;}
.prod_adva li:nth-child(n+3):nth-child(-n+4) b{margin-top: 85px;}
.prod_adva li:nth-child(n+5):nth-child(-n+6) b{margin-top: 40px;}
.prod_adva li p{font-size: 15px;color:#666;line-height: 30px;}
.prod_adva li span{display: block;margin-top: 20px;font-size: 12px;color:#666;}
@keyframes Updown1 {
  from {
    margin-top: 65px;
  }
  to {
    margin-top: 55px;
  }
}
@keyframes Updown2 {
  from {
    margin-top: 295px;
  }
  to {
    margin-top: 305px;
  }
}
@keyframes Updown3 {
  from {
    margin-top: 655px;
  }
  to {
    margin-top: 645px;
  }
}
@keyframes Updown4 {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 0px;
  }
}











/*应用解决方案*/
.solution_bg{height:725px;background: #f5f5f5;}
.solution_t{width:945px;margin: auto;text-align: center;}
.solution_t a{display: block;float:left;width:135px;height:40px;line-height: 40px; font-size:16px;color:#333;}
.solution_t .on{background: #018bd3;color:#fff;transition: all 0.3s;}
.solution_b{height:400px;margin-top: 30px;position:relative;}
.solution_b tr{display:block;}
.solution_b tr td{display: block;float: left !important;padding: 0 !important;margin-right: 26px;overflow: hidden;}
.solution_b tr td>a{display: block;}
.solution_b tr td br{display:none;}
.solution_b td div{padding-top: 0px !important;}
.solution_b td div a{display: block;height: 62px;line-height: 62px;background: #fff;margin-top: 1px;font-size: 18px; color: #333;position:relative;}
.solution_b td div a:before,.solution_b td div a:after{position:absolute;transition:0.6s;}
.solution_b td div a:before{content:'+';width: 43px;height: 43px;font-size:22px;line-height: 50px;color: #fff;text-indent: 25px;bottom:-5px;right:2px;z-index:2;}
.solution_b td div a:after{content:'';width: 800px;height: 800px;transform: rotate(45deg);bottom: -588px;right: -736px;background: #018bd3;}
.solution_b td:hover div a:before{content: '+';bottom:178px;right: 50%;margin-right: -22px;transition:0.6s;border: 1px solid #fff;text-indent: 0;border-radius: 60px;line-height: 44px;}
.solution_b td:hover div a:after{opacity:0.6;bottom: -144px;right: -131px;transition:0.6s;background: rgba(1, 139, 211, 0.8);}
.solution_button{position:absolute;top: 152px;left: -80px;width:46px;height:46px;background: #333;    cursor: pointer;}
.solution_button:after{display:block;content:"";width:15px;height:27px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217160805_402890305.png)no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.solution_btnr{left:1435px;transform: rotate(180deg);}














/*优势*/
.adv_bg{height:945px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217161557_485210542.jpg)no-repeat top;}
.t_adv b,.t_adv p{color:#fff;}
.adv{height:758px;background: #fff;}
.adv_t{height:125px;}
.adv_t li{width:210px;height: 86px;float:left;padding: 35px 0 0 140px;position:relative;    cursor: pointer;}
.adv_t li:before{display:block;content:"";width:55px;height:55PX;background: #f1f1f1;border-radius:100%;position:absolute;top:37px;left:70px;}
.adv_t .on{border-bottom: 4px #018bd3 solid;}
.adv_t .on:before{background: #018bd3;}
.adv_t li:after{display:block;content:"";width:30px;height:30px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217162347_2118673114.png)no-repeat;position:absolute;top:50px;left:83px;transition: all 0.3s;}
.adv_t li:nth-child(2):after{background-position: -30px 0;}
.adv_t li:nth-child(3):after{background-position: -60px 0;}
.adv_t li:nth-child(4):after{background-position: -90px 0;}
.adv_t li:nth-child(1).on:after{background-position: 0px -30px;}
.adv_t li:nth-child(2).on:after{background-position: -30px -30px;}
.adv_t li:nth-child(3).on:after{background-position: -60px -30px;}
.adv_t li:nth-child(4).on:after{background-position: -90px -30px;}
.adv_t li b{font-size: 28px;color:#333;}
.adv_t li p{font-size: 14px;color:#999;text-transform: none;    line-height: 20px;}

.adv_b img{display: block;margin: auto;}
.adv_b p{width: 954px;height: 57px;line-height: 30px;margin: -80px auto 0;padding: 30px 75px;background: #fff;position: relative;font-size: 15px;color: #333;position:relative;}
.adv_b p:before,.adv_b p:after{display:block;content:"";width:19px;height:15px;position:absolute;top: 38px; left: 40px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217165610_1993740509.png)no-repeat;}
.adv_b p:after{left: 1045px;}















/*新闻*/
.news_bg{height:735px;background:#f5f5f5;margin-top:20px;}
.news_bt{width: 1400px; float: left;}
.news_btl{width: 383px; float: left; font-weight: 400; font-size: 42px;color:#333;}
.news_btl span{font-size: 18px; display: block; color: #999; font-weight: 100;}
.nb_tab{font-size:0;text-align: center;}
.nb_tab a{width:150px;height:50px;background:#fff;display:inline-block;vertical-align:top;color:#333; -webkit-box-shadow: 0px 0px 20px #eee; box-shadow: 0px 0px 20px #eee; border-radius: 30px;}
.nb_tab a+a{margin-left:30px;}
.nb_tab a.cur{background:#008cd6; color: #fff; background-size: 400% 370%; }
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:50px;font-weight: lighter;}
.nb_tab a b{font-size:18px; }

.nbc_list+.nbc_list{display: none;}
.nbcl_le{width:685px;}
.nbcl_le .news_div_item{width:325px;display: inline-block;vertical-align:top;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item_pic img{width:325px;}
.news_div_item_title a{font-size:18px;    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nbcl_le .news_div_item_content{width:325px;height: 155px;padding-top: 30px;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:24px;font-size: 14px;color:#666;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(//memberpic.114my.com.cn/028064/uploadfile/image/20201218/20201218110046_533296842.png) no-repeat right center;float: right;margin-top:17px;    margin: -15px 20px 0 0;}

.nb_con{height:435px;}
.nbcr_ri{width:680px;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{margin-bottom: 15px;font-size:0;padding:30px 0;position:relative;-webkit-transition:300ms;transition:300ms;background: #fff;}
.nbcr_ri .news_div_item:hover{-webkit-box-shadow:0 0 21px #d2d2d2;box-shadow:0 0 21px #d2d2d2;z-index:1;-webkit-transition:300ms;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align: center;font-size:0;}
.nbcr_ri .news_div_item_content{width:500px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight: bold;    line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:20px;color:#68686a;padding-right:20px;font-size:14px;}













/*简介*/
.com_bg{height:857px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217174020_2068752191.jpg)no-repeat center;}
.com{width:656px;}
.com_text b{display:block;margin:40px 0 8px 0;font-size: 30px;color:#333;}
.com_text span{display:block;font-size: 15px;color:#666;}
.com_text span:after{display:block;content: "";width:57px;height:4px;margin:30px 0;background: #008cd6;}
.com_text p{font-size: 16px;color:#9e9c9b;line-height: 35px;}
.com_text p a{font-size: 16px;color:#333;}
.com_content{margin-top: 30px;}
.com_content li{width:200px;height:145px;border:1px #ccc solid;float:left;text-align: center;    margin-right: 22px;}
.com_content li:last-child{margin-right:0px;}
.com_content li b{display:block;font-size: 22px;color:#333;}
.com_content li b:before{display:block;content:"";width:42px;height:42px;margin: 20px auto 10px;background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20201217/20201217174755_1136233927.png)no-repeat;}
.com_content li:nth-child(2) b:before{background-position:-42px 0;}
.com_content li:nth-child(3) b:before{background-position:-84px 0;}
.com_content li p{font-size: 14px;color:#ccc;margin-top:5px;}












/*企业形象*/
.ability_bg{height:365px;padding-top: 55px;}
.ability tr{display:block;}
.ability td{    display: inline-block;padding-left: 0px !important;margin-right: 19px}
.ability td>a{}
.ability td br{display:none;}
.ability td div{padding-top: 0px !important;height: 60px;line-height: 60px; background: #ececec;}
.ability td:hover div{ background: #008cd6;transition: all 0.3s;}
.ability td div a{font-size: 18px;color: #666;}
.ability td:hover div a{color:#fff;}













/*版权*/
.end1 {width: 1400px;margin: 0 auto;overflow: hidden;position: relative;padding: 10px 0;}
.copyright{ background:#222;}
.lines_bg{border:1px #eee solid;}
.links{ line-height:88px;}
.links p{ float:left; font-size:28px; color:#999;margin-right: 20px;}
.links d{float: left;font-size:18px;color:#333;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:65px 0 80px;}
.crkslj li{ float:left;padding:0 100px 0 0;}
.crkslj li p{ font-size:20px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 0 0 100px;height: 240px;border-left:1px solid #2e2e2e;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcon_ewm p{width: 162px;line-height: 30px;border: 1px solid #2e2e2e;text-align: center;margin-top: 5px;color: #999;}
.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;}
.end{ border-top:1px solid #2e2e2e; line-height:50px;}
.end,.end a{ font-size:15px; color:#999;}
.end a:hover{ color:#fff;}
.crcon_ewm img{width: 165px;}



/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#018bd3;margin-top: 1px;padding: 9px 0;height: 70px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/028064/uploadfile/image/20210222/20210222084356_1201291992.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:160px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#018bd3;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}



#newBridge .icon-right-center{top:88% !important;}