/*标签样式初始化*/
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: #1275ed;text-decoration: none; border-bottom-style:}

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

.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;height: 110px;}
.t b{font-size: 40px;color:#222;}
.t p{font-size: 18px;color:#666;margin-top:5px;}
.t2{width:75px;margin:20px auto 0;}
.t2 i{display:block;width:14px;height:14px;background:rgba(18, 117, 237, 0.1) ;float:left;border-radius:100%; animation: bounce_fountainG 1.2s linear infinite;}
.t2 i:nth-child(1){animation-delay: .4s;}
.t2 i:nth-child(2){margin:0 15px;background: #1275ed;animation-delay: .6s;}
.t2 i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}









/*按钮效果*/
@-webkit-keyframes criss-cross-left {  0% {left: -20px;}    50% {left: 50%; width: 20px;height: 20px;}    100% { left: 50%;width: 375px;height: 375px;}}
@keyframes criss-cross-left {          0% {left: -20px;}    50% {left: 50%;width: 20px;height: 20px;}     100% {left: 50%;width: 375px;height: 375px;}}
@-webkit-keyframes criss-cross-right { 0% {right: -20px;}   50% {right: 50%;width: 20px;height: 20px;}    100% {right: 50%;width: 375px;height: 375px;}}
@keyframes criss-cross-right {         0% {right: -20px;}   50% { right: 50%; width:20px;height: 20px;}   100% { right: 50%;width: 375px;height: 375px;}}
.button{position: relative;background:#116937;border-radius:70px;overflow: hidden;}
.button:before, .button:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background-color: #1275ed;border-radius: 50%;z-index: 99;}
.button:before{ left: -20px;transform: translate(-50%, -50%);}
.button:after{right: -20px;transform: translate(50%, -50%);}
.button:hover{color: #edddf0;}
.button:hover:before {animation: criss-cross-left 0.8s both; animation-direction: alternate;}
.button:hover:after {animation: criss-cross-right 0.8s both;animation-direction: alternate;}
.btn-1{position: relative; display: block;z-index: 100;}










/*抬头*/
.top{height:39px;line-height: 39px;border-bottom:1px #eee solid;min-width:1300px;}
.top_fl{font-size:15px; color:#7d8588;}
.top_fr{width:42%;}
.top_fr a{float:left;display:block;width:80px;padding-left: 40px;border-left:1px #eee solid;font-size:14px;color:#666;position:relative;
overflow: hidden;}
.top_fr a:hover{color:#1275ed;}
.top_fr a:before{display:block;content:"";width:20px;height:20px;position:absolute;top: 10px;left: 13px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201125/20201125214509_1190563936.png)no-repeat;}
.top_fr a:nth-child(2):before{background-position: -20px 0;}
.top_fr a:nth-child(3):before{background-position: -40px 0;}
.top_fr a:hover:nth-child(1):before{background-position: 0px -20px;}
.top_fr a:hover:nth-child(2):before{background-position: -20px -20px;}
.top_fr a:hover:nth-child(3):before{background-position: -40px -20px;}
.top_fr a:nth-child(4){width:261px;}
.top_fr a:nth-child(1):before{display:block;content:"";width: 35px;height: 86px;position:absolute;top: -3px;left: 7px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20230515/20230515154222_1959207416.png)no-repeat;background-size: contain;}
.top_fr a:hover:nth-child(1):before{background-position: 0px -27px;}
.top_fr a p{float:right;font-weight:bold;color:#ea2518;font-size:21px;}










/*导航*/
.head_bg{height: 110px;min-width:1300px;}
.logo{margin-top: 17px;}
.name{margin-left: 17px;margin-top: 25px;}
.name b{font-size: 27px;color:#333;}
.name p{font-size: 16px;color:#666;}

.nav{ width:auto; height:110px;}
.nav>ul>li{ float: left; display: block; padding: 0 1.9vw; height:110px; position: relative;}
.nav>ul>li>a{ display: block; color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333; line-height:110px;}
.nav ul li:after{content: ''; display: block;width: 0; height: 4px; background:#1275ed; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222; margin: -4px auto;}
.nav ul li.navcurrent:after,.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #222;}

/*导航下拉*/
.nav ul li .erji_menu{-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:110px; margin-left:-94px; text-align:center; border-top:4px #1275ed solid;}
.nav ul li .erji_menu a{background: #1275ed;-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;font-weight: initial !important;}
.nav ul li .erji_menu a:hover{background: #fff; text-indent: 10px;color: #1275ed;}
.nav ul li:hover .erji_menu {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;}
















/*幻灯片*/
.focus {width: 100%;min-width: 1300px;height:600px;overflow: hidden;position: relative;z-index: 1}
.focus ul {height: 100%;position: absolute;overflow: hidden;}
.focus ul li {float: left;width: 100%;height: 100%;overflow: hidden;position: relative;background: #000;}
.focus ul li div {position: absolute;overflow: hidden;width: 100%;height: 100%;}
.focus .btnBg {position: absolute;width: 100%;height: 20px;left: 0;bottom: 0;background: #000;display: none;}
.focus .btn {position: absolute;width: 952px;height: 23px;margin-left: -480px;left: 50%;bottom: 15px;text-align: center;}
.focus .btn span {font-size: 0;display: inline-block;_display: inline;_zoom: 1;width: 10px;height: 10px;text-align: center;_font-size: 0;margin-left: 16px;cursor: pointer;background: #fff;border-radius: 50%;}
.focus .btn span.on {background: #1275ed;}
.focus .preNext {width: 45px;height: 100px;position: absolute;top:250px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152148_1442991943.png) no-repeat 0 0;cursor: pointer;}
.focus .pre {left: -45px;}
.focus .next {right:-45px;background-position: right top;}
.focus:hover .pre{left: 80px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.focus:hover .next{right: 80px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}












/*搜索*/
.search_nbg{width: 100%; min-width:1300px; height:80px; margin:0 auto;position:absolute; top:450px;background: #f5f5f5;}
.search_bg{width: 100%; height:80px; margin:0 auto;background: #fff;border-bottom: 1px solid #eee;}
#search{ color: #999;width:1300px;	height:80px;margin:0 auto;line-height:80px;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01{ float:left; width:800px; padding-left:2px;}
.search_01 d{display: block;float: left;padding-left: 40px;color:#333;font-size: 16px;position:relative;}
.search_01 d:before{display:block;content:"";width:27px;height:32px;position: absolute;top: 20px;left: 0px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126085004_545659828.png)no-repeat;}
.search_01 a{font-size: 16px;color: #666;}
.search_01 a:hover{color: #0071bc;}
.search_02{width: 250px;height: 30px;float: right;position: relative;}
.search-i {margin-top: 17px;position: absolute;right:0px;}
.search_nbg .search-bg #infoname{background:#fff;}
.search-bg #infoname{width:190px;margin-top: 17px; outline:none; color:#ccc; border: none; height:42px; line-height:42px;font-size: 14px;padding-left: 20px;font-weight: lighter;background: #eee;border-radius:15px;}










/*产品*/
.prod_bg{height:1165px;background: #f5f5f5;}
.prod_t_fl{width:265px;height:113px;padding:33px 0  0 23px;background: #1275ed;font-size: 32px;color:#fff;position:relative;}
.prod_t_fl:before{display:block;content:"";width:89px;height:92px;position:absolute;bottom: 0;right: 0;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126093541_28163888.png)no-repeat;}
.prod_t_fl:after{display:block;content:"+";width:25px;height:25px;line-height:20px; font-size: 40px;color:#fff;position: absolute;top:110px;right: 15px;transition:all 0.3s;}
.prod_t_fl:hover:after{transform: rotate(90deg);}
.prod_t_fl p{font-size: 20px;line-height: 40px;}
.prod_t_fr{width:1010px;height:146px;background:#fff;}
.prod_t_fr table{width:100%;}
.prod_t_fr tr{width:202px;height: 73px;line-height: 73px;float:left;}
.prod_t_fr tr:nth-child(n+1):nth-child(-n+5){border-bottom: 1px #eee solid;}
.prod_t_fr tr a{display:block;width: 202px;text-align: center;font-weight: inherit !important;font-size: 15px; color: #333 !important;border-right: 1px #eee solid;}
.prod_t_fr tr:hover a{background: #1275ed;color: #fff !important;}
.prod_t_fr tr:nth-child(5n) a{border:none;}
.prod_b{margin-top:40px;    }
.prod_b1_fl{width:969px;height:313px;background: #fff;border:1px #eee solid;}
.prod_b1_image{border-right:1px #eee solid;position:relative;}
.prod_b1_image:after{display:block;content:"";height:60px;position:absolute;top:0;left: 0;width:60px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127171030_1571351917.png)no-repeat;}
.prod_b1_content{width:512px;height:213px;padding: 50px 44px 50px 32px;}
.prod_b1_content b{display:block;font-size: 24px;color:#333;}
.prod_b1_content b:after{display:block;content:"";width:513px;height:1px;margin:20px 0;background: #eee;}
.prod_b1_content p{font-size: 15px;color:#666;line-height: 30px;}
.prod_b1_button{display:block;width:125px;height:40px;line-height: 40px;margin-top:50px;background: #1275ed;border-radius:5px;text-align: center;float:left;}
.prod_b1_button:last-child{margin-left: 17px;background: #fa7d05;}
.prod_b1_button a{font-size: 15px;color:#fff;}
.prod_b1_button:before, .prod_b1_button:after{    background-color: #333;}
.prod_b1_fr{width:311px;height:315px;}
.prod_b .product_div_item_pic a{display:block;overflow: hidden;}
.prod_b .product_div_item_pic img{width:308px;height:207px;border-bottom: 1px #e6eaec solid;transition: 0.3s all linear;}
.prod_b .divproduct_new_div_item:hover .product_div_item_pic img{    transform: scale(1.3);}
.prod_b .divproduct_new_div_item{position: relative;width: 308px;height: 312px;border: 1px #e6eaec solid;}
.prod_b .divproduct_new_div_item:after{display:block;content:"";height:60px;position:absolute;top:0;left: 0;width:60px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127170913_15297057.png)no-repeat;}
.prod_b .divproduct_new_div_item_content{width: 271px;height: 66px;padding: 19px;background: #e5e5e5;position: absolute; top:208px; left: 0px;}
.prod_b .divproduct_new_div_item_content:after{display: block;content: "";width:309px;height:0px;background: #1275ed;transition: 0.2s all ease-in-out;position: absolute; top: 0;left: 0px;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_content:after{height:104px;}
.prod_b .divproduct_new_div_item_a{display: block;width: 100%;font-size:18px;color:#333;text-align: center;position: absolute;top: 15px;left: 50%;transform: translate(-50%);z-index: 9;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_a{    color: #fff;}
.prod_b .divproduct_new_div_item_body{font-size:14px;color:#999;line-height:22px;position: absolute;top:45px;z-index: 9;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_body{color:#fff;}
.prod_b .product_div_item_pic{position: absolute;}
.prod_b2{margin-top:20px;}
.prod_b2 .divproduct_new_div_item{float: left;margin-right:19px;}
.prod_b2 .divproduct_new_div_item:first-child{display:none;}
.prod_b2 .divproduct_new_div_item:last-child{margin:0px;}












/*匠心工艺*/
.craft_bg{height:952px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126104253_654882715.jpg)no-repeat center;}
.t_craft b,.t_craft p{color:#fff;}
.t_craft .t2 i{background: hsla(0, 0%, 100%, 0.1);}
.t_craft .t2 i:nth-child(2){background: #fff;}
.craft{position:relative;}
.craft:before{display:block;content:"";width:358px;height:631px;position:absolute;top: 28px;
left: 475px;background:url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126111132_1547145290.png)no-repeat;}
.craft li{width:325px;height:98px;padding:72px 40px 30px 40px; background: #004dbe;font-size: 28px;color:#fff;position:relative;}
.craft li:hover{-webkit-animation: test 0.3s ease-in 2;    background: #000;}
.craft_fl li:nth-child(1),.craft_fr li:nth-child(1){margin-top:120px;}
.craft_fl li:nth-child(2),.craft_fr li:nth-child(2){margin-top:70px;}
.craft li t{display:block;width:70px;height:105px;background: #fa7d05;border-radius:35px;position:absolute;top: -50px;left: 40px;}
.craft_fl li t:before,.craft_fr li t:before{display:block;content:"";width:41px;height:41px;margin: 20px auto 14px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126134616_1258004225.png)no-repeat;}
.craft_fl li:nth-child(2) t:before{background-position: -82px 0;}
.craft_fr li:nth-child(1) t:before{background-position: -41px 0;}
.craft_fr li:nth-child(2) t:before{background-position: -123px 0;}
.craft li t:after{display:block;content:"";width:42px;height:3px;margin:auto;background:rgba(255, 255, 255, 0.1);}
.craft li span{font-size: 18px;color:#8bbeff;line-height: 30px;}
.craft li:hover span{color:#fff;}



.craft_video{position: relative;top:-300px;left:625px;}
.craft_video2{background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d55f19), to(#f87b06));width: 80px;height:80px;border-radius: 50%;align-items: center;display: flex;justify-content: center;}
.craft_video2 a{position:relative;z-index: 99;}
.craft_video:before{width:110px;height:110px;display: block;border-radius: 50%;background: #fa7d05;margin: 0 auto;z-index:9;-webkit-animation: warn1 1.7s ease-out;animation: warn1 1.7s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;content:"";position: absolute;top: -14px;left: -15px;}

 @-webkit-keyframes warn1 {
0% {-webkit-transform: scale(.3);transform: scale(.3);opacity: 0.0;}
25% {-webkit-transform: scale(0.3);transform: scale(0.3);opacity: 0.1;}
50% {-webkit-transform: scale(0.5);transform: scale(0.5);opacity: 0.3;}
75% {-webkit-transform: scale(0.8);transform: scale(0.8);opacity: 0.5;}
100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0.0;}
}

@-webkit-keyframes warn1 {
0% {-webkit-transform: scale(.3);transform: scale(.3);opacity: 0.0;}
25% {-webkit-transform: scale(0.3);transform: scale(0.3);opacity: 0.1;}
50% {-webkit-transform: scale(0.5);transform: scale(0.5);opacity: 0.3;}
75% {-webkit-transform: scale(0.8);transform: scale(0.8);opacity: 0.5;}
100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0.0;}
}

@keyframes warn1 {
0% {-webkit-transform: scale(.3);transform: scale(.3);opacity: 0.0;}
25% {-webkit-transform: scale(0.3);transform: scale(0.3);opacity: 0.1;}
50% {-webkit-transform: scale(0.5);transform: scale(0.5);opacity: 0.3;}
75% {-webkit-transform: scale(0.8);transform: scale(0.8);opacity: 0.5;}
100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0.0;}
}

@-webkit-keyframes craft_video2{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
20%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
40%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}
60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
80%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}
100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}

@-webkit-keyframes craft_video2{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
20%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
40%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}
60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
80%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}
100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}

@keyframes craft_video2{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
20%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
40%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}
60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
80%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}
100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}

@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}












/*行业应用*/
.apply_bg{height:835px;}
.apply_t{height:72px;background: #f5f5f5;}
.apply_t a{display: block;float:left;width:216.5px;height:72px;line-height: 72px;font-size: 18px;color:#666;text-align: center;}
.apply_t a:hover{    color: #1275ed;}
.apply_t a:after{display:block;content:"";float: right;margin-top: 27px;width:1px;height:17px;background: #ccc;}
.apply_t a:last-child:after{display: none;}
.apply_b{margin-top: 35px;}
.apply_b tr{display: block;}
.apply_b td{display: block; float: left;height: 381px;padding: 17px 17px 34px 17px !important;border: 1px #eee solid;margin-right: 24px;cursor: pointer;}
.apply_b td div a{display: block;margin: 20px 0;font-size:18px;color:#333;}
.apply_b td div a:after{display:block;content:"+点击查看更多案例详情";width: 225px;height: 40px;line-height: 40px;margin-top: 20px;font-size: 15px;color: #666;text-align: center;border: 1px #434343 solid;border-radius: 40px;    transition: all 0.3s;}
.apply_b td:hover div a:after{background:#1275ed;color:#fff;border:none;}
.apply_b td br{display:none;}
.apply_b td div{padding-top: 0px !important;}












/*四大优势*/
.adv_bg{height:1000px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126170645_789257099.jpg)no-repeat center;}
.adv_t li{float:left;width:201px;height:94px;margin-right: 19px; padding:26px 0 0 109px;background: #004dbe;font-size: 30px;color:#fff;position:relative;transition: all 0.3s;cursor: pointer;}
.adv_t .on{background: #fa7d05;}
.adv_t li:last-child{margin-right: 0px;}
.adv_t li:after{display:block;content:"";width:55px;height:55px;position:absolute;top: 35px;left: 38px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126171752_1558611641.png)no-repeat;}
.adv_t li:nth-child(1):after{background-position:0px -55px;}
.adv_t li:nth-child(2):after{background-position:-55px -55px;}
.adv_t li:nth-child(3):after{background-position:-110px -55px;}
.adv_t li:nth-child(4):after{background-position:-165px -55px;}
.adv_t li:nth-child(1).on:after{background-position:0px 0px;}
.adv_t li:nth-child(2).on:after{background-position:-55px 0px;}
.adv_t li:nth-child(3).on:after{background-position:-110px 0px;}
.adv_t li:nth-child(4).on:after{background-position:-165px 0px;}
.adv_t li p{font-size: 14px;color:#4d83d2;line-height: 25px;}
.adv_t .on p{color:#fff;}
.adv_b{margin-top:25px !important;}
.adv_b_fl{width:540px;height:435px;padding:50px 55px; background:#fff;}
.adv_b_title{height:80px;position:relative;}
.adv_b_title:after{display:block;content:"";width:540px;height:1px;background: #ccc;position:absolute;top:120px;}
.adv_b_title t{width:85px;height:80px;line-height: 80px; background: #1275ed;font-size: 40px;color:#fff;display: block;text-align: center;float:left;}
.adv_b_title b{display: block;font-size: 30px;color:#1275ed;}
.adv_b_title p{width:370px;padding-left: 35px;font-size: 24px;color:#666;float:left;line-height: 40px;}
.adv_b_content{margin-top:90px;}
.adv_b_content p{padding-left: 30px;font-size: 15px;color:#666;line-height: 30px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126175020_434871419.png)no-repeat left 8px;}
.adv_b_content p:nth-child(2){margin-top:25px;}
.adv_b_content span{display: block;margin-top:60px;padding-left:43px;font-size: 20px;color:#999;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126175432_2074875909.png)no-repeat left;}
.adv_b_content b{font-size: 28px;color:#1275ed;}













/*流程*/
.pess_bg{height:655px;min-width:1300px;}
.pess{width:1146px;height:300px;margin-top:27px;padding: 0 70px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126210626_505008850.jpg)no-repeat center;}
.pess p{width:286px;height:103px;font-size: 16px;color:#666;text-align: center;position:relative;float:left;cursor: pointer;}
.pess p:hover{color:#1275ed;}
.pess p:nth-child(n+5):nth-child(-n+8){margin-top:90px;line-height: 190px;}
.pess p:before{display: block;content:"";width:72px;height:72px;background: #f9f9f9;border-radius:100%;position:absolute;top: 30px;left: 100px;transition: all 0.3s;}
.pess p:hover:before{background: #1275ed;}
.pess p:after{display:block;content:"";width:36px;height:36px;position:absolute;top:48px;left: 118px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126212234_1583188809.png)no-repeat;transition: all 0.3s;}
.pess p:nth-child(2):after{background-position:-36px 0px;}
.pess p:nth-child(3):after{background-position:-72px 0px;}
.pess p:nth-child(4):after{background-position:-108px 0px;}
.pess p:nth-child(5):after{background-position:-144px 0px;}
.pess p:nth-child(6):after{background-position:-180px 0px;}
.pess p:nth-child(7):after{background-position:-216px 0px;}
.pess p:nth-child(8):after{background-position:-252px 0px;}
.pess p:nth-child(1):hover:after{background-position:0px -36px;}
.pess p:nth-child(2):hover:after{background-position:-36px -36px;}
.pess p:nth-child(3):hover:after{background-position:-72px -36px;}
.pess p:nth-child(4):hover:after{background-position:-108px -36px;}
.pess p:nth-child(5):hover:after{background-position:-144px -36px;}
.pess p:nth-child(6):hover:after{background-position:-180px -36px;}
.pess p:nth-child(7):hover:after{background-position:-216px -36px;}
.pess p:nth-child(8):hover:after{background-position:-252px -36px;}
.pess p:nth-child(n+5):nth-child(-n+8):before{top: 0px;}
.pess p:nth-child(n+5):nth-child(-n+8):after{top:18px;}












/*简介*/
.com_bg{height:684px;background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201126/20201126221151_1963999524.jpg)no-repeat center;width:100%;min-width:1300px;}
.com_image{padding:50px;}
.com_content{width:543px;}
.com_content b{display: block;margin-top: 70px;font-size: 40px;color:#333;}
.com_content t{color:#1275ed;}
.com_content p{margin-top: 5px;font-size: 18px;color:#666;}
.com_content p:after{display:block;content:"";width:80px;height:5px;margin:30px 0 25px 0;background: #187af0;}
.com_content span{font-size: 15px;color:#666;line-height:30px;}
.com_content .com_button{display:block;width:135px;height:45px;line-height: 45px;margin-top:40px;border:2px #ccc solid;font-size: 16px;color:#333;text-align: center; border-radius: 0px; background: none;}
.com_content .com_button:hover a{color:#fff;}









/*厂房设备*/
.plant tr{display: block;}
.plant td{display: block; float: left;margin-right: 40px;padding-left: 0px !important;}
.plant td>a{display:block;}
.plant td br{display:none;}
.plant td div{padding-top: 0px !important;}
.plant td div a{display:block;height:58px;line-height:58px;font-size: 18px;color: #333;border: 1px #eee solid;}
.plant td:hover div a{color: #fff; background: #1275ed;border: none;transition: all 0.3s;}











/*新闻*/
.news{background: #fff;}
.news > .page > .fl{width: 430px;height: 583px;background: #f5f5f5;position: relative;}
.news > .page > .fr{width: 850px;height: 583px;}
.news > .page > .fl .news_tit{background:url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152453_1900578287.jpg) no-repeat center;width:360px;height: 178px;padding: 30px 35px;}
.news_tit a{font-size: 28px;color: #fff;display: block;line-height: 30px;position: relative;}
.news_tit a .en{font-size: 14px;font-family: arial,microsoft yahei;display: block;line-height:25px;font-weight: 100;text-transform: capitalize;}
.news_tit a i{position: absolute;width: 25px;height: 25px;background:#1275ed;right: 0;top: 13px;font-weight: lighter;font-style: normal;line-height: 22px;text-align: center;}
.news_l_cont{width: 360px;position: absolute;left: 35px;top: 110px;}
.news_l_cont_in{width: 100%;}
.news_l_cont_i{display: block;width: 100%;}
.news_l_cont_i img{width: 100%;height: 240px;display: block;border: 1px #eee solid;}
.news_l_cont_i strong,.news_r2_cont_i strong{font-size: 18px;font-weight: normal;color: #343434;white-space: nowrap;overflow: hidden;width: 100%;display: block;line-height: 50px;padding: 10px 0 0;text-overflow: ellipsis;}
.news_l_cont_i p,.news_r2_cont_i p{font-size: 14px;font-weight: 100;color: #999;line-height: 28px;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_l_cont_tit{position: absolute;width: 96%;top: 210px;text-align: right;left: 0;}
.news_l_cont_tit li{width: 10px;height: 10px;background: #ccc;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_l_cont_tit li.cur{width: 30px;background: #1275ed}
.news_l_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 55px;}
.news_l_cont_i i:after,.news_r2_cont_i i:after{content: '';width: 65px;height: 1px;top: 14px;background: #ccc;display: block;position: absolute;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news_l_cont_i *,.news_r2_cont_i *{-webkit-transition:0.3s all ease;transition:0.3s all ease}
.news_l_cont_i:hover i:after,.news_r2_cont_i:hover i:after{background: #1275ed;width: 100px}
.news_l_cont_i:hover strong,.news_r2_cont_i:hover strong{color: #1275ed;}
.news_r2_cont_i{width: 365px;float: left;margin-right: 50px}
.news_r2_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 25px;}
.news_l_cont_i i em,.news_r2_cont_i i em{font-size: inherit;font-style: normal;font-family: inherit;float: right;}
.news_row2{padding:30px 35px;width: 780px;height: 215px;background: #fff;position: relative;border: 1px #eee solid;}
.news_row2 .news_tit a,.news_row3 .news_tit a{color: #343434}
.news_row2 .news_tit a .color,.news_row3 .news_tit a .color{color: #1275ed;font-size: inherit;font-weight: bold;}
.news_row2 .news_tit a .en,.news_row3 .news_tit a .en{color: #999}
.news_row3{padding:30px 35px;width: 780px;height: 225px;background: #fff url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152453_1499851612.jpg) no-repeat 35px center;margin-top: 20px;position: relative;border: 1px #eee solid;}
.news_row3 .fl{width: 365px;}
.news_row3 .fr{width: 360px}
.news_r2_cont{overflow: hidden;}
.news_r2_cont_tit{position: absolute;width: 96%;top: 50px;text-align: right;left: 0;}
.news_r2_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r2_cont_tit li.cur{width: 30px;background: #1275ed;}
.news_r3_cont{position: relative;}
.news_r3_cont_i p{background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152453_117177677.png) no-repeat left center;font-size: 16px;color: #333;font-weight: normal;padding-left: 40px;line-height: 38px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news_r3_cont_i span.small{background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152453_1066881482.png) no-repeat left center;font-size: 14px;color: #999;padding-left: 40px;display: block;line-height: 32px;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_r3_cont_i{display: block;padding: 15px 0 0px;}
.news_r3_cont_tit{position: absolute;width: 100%;top: -35px;text-align: right;left: 0;}
.news_r3_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r3_cont_tit li.cur{width: 30px;background: #1275ed;}











/*版权*/
.end1 { width: 1300px;margin: 0 auto;overflow: hidden;position: relative; padding: 10px 0;}
.copyright{ background:#222;}
.links{ line-height:88px; border-bottom:1px dashed #363a3e;}
.linkTagcs li a{font-size: 14px;color: rgba(255,255,255,0.8) !important;}
.links p{ float:left; font-size:16px; color:#fff;}
.links p:nth-child(1){ padding-left:37px; background:url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201127/20201127152607_531960959.png) no-repeat left center;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:50px 0; border-bottom:1px solid #403d3d;}
.crkslj li{ float:left;border-right:1px dashed #363a3e; padding:0 80px;}
.crkslj li:nth-child(1){border-left:1px dashed #363a3e;}
.crkslj li p{ font-size:20px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#adacac; line-height:30px;}
.crkslj li a:hover{ color:#fff;}
.codecon dl p{ font-size:18px; color:#fff; margin-bottom:20px; text-align:center;}
.codecon dl img{ display:block; padding:4px; border:1px solid #2f373d;}
.codecon dl { width:150px !important;}
.codetab{ margin:47px 0 0 47px;}
.codetab p{ border-radius:50%; cursor:pointer; background:#4c4b4b;}
.codetab p+p{ margin-top:14px;}
.codetab p.on{ background:#1275ed;}
.end{ border-top:1px solid #161c22; line-height:50px;}
.end,.end a{ font-size:15px; color:#adacac;}
.end a:hover{ color:#fff;}

.solution_button {overflow: hidden;position: relative;z-index: 0;cursor: pointer;}
.solution_anim {-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;z-index: -1;}
.solution_anim:before {position: relative;content: '';display: block;margin-top: 100%;}
.solution_anim:after {content: '';position: absolute;top: 0; bottom: 0;left: 0;right: 0;border-radius: 50%;}
.clickable .toggle:checked + .solution_anim {-webkit-animation: anim-in 0.75s;animation: anim-in 0.75s;}
.clickable .toggle:checked + .solution_anim:after {-webkit-animation: anim-in-pseudo 0.75s;animation: anim-in-pseudo 0.75s;}
.clickable .toggle:not(:checked) + .solution_anim { -webkit-animation: anim-out 0.75s;animation: anim-out 0.75s;}
.clickable .toggle:not(:checked) + .solution_anim:after {-webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s;}
.solution_button:hover > .solution_anim {-webkit-animation: anim-out 0.75s;animation: anim-out 0.75s;}
.solution_button:hover > .solution_anim:after {-webkit-animation: anim-out-pseudo 0.75s;animation: anim-out-pseudo 0.75s;}
@-webkit-keyframes anim-in {0% {width: 0%;}100% {width: 100%; }}
@keyframes anim-in { 0% {width: 0%;}100% {width: 100%;}}
@-webkit-keyframes anim-in-pseudo {0% {background: rgba(0, 0, 0, 0.25);}100% {background: transparent;}}
@keyframes anim-in-pseudo {0% {background: rgba(0, 0, 0, 0.25);}100% {background: transparent;}}
@-webkit-keyframes anim-out {0% {width: 0%;}100% {width: 100%;}}
@keyframes anim-out {0% {width: 0%;}100% {width: 100%;}}
@-webkit-keyframes anim-out-pseudo {0% {background: rgba(0, 0, 0, 0.25);}100% {background: transparent;}}
@keyframes anim-out-pseudo {0% {background: rgba(0, 0, 0, 0.25);}100% { background: transparent;}}





/*浮动ＱＱ*/
.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: #1275ed;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/076983146273/uploadfile/image/20201226/20201226160637_1967857392.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:145px;}
.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:#1275ed;}
.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;}