@font-face {
 font-family:fontDin1;
 src: url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}
@font-face {
 font-family:fontDin2;
 src: url(../cssnew/DIN-BOLD_otf.txt),url(../cssnew/DIN-BOLD_woff.txt),url(../cssnew/DIN-BOLD_eot.txt),url(../cssnew/DIN-BOLD_woff2.txt),url(../cssnew/DIN-BOLD_ttf.txt)}
 
/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
 
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color:#0365c8;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}

#copy { display: none;}

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

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

.title{text-align: center;font-size: 40px;color: #333;}
.title em{color: #0365c8;}
.title span{display: block;font-size: 18px;color: #9a9b9d;margin:14px 0 26px 0;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.title i::after{right: 0px;left: inherit;background:#333;animation:allTitleAfter 3s infinite linear;}
.title i::before{background:#0365c8;animation:allTitleBefore 3s infinite linear;}
.title t{width: 30px;height: 5px;background:#fca600;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}

.mainhovercolor a:hover{color: #d80004;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top100{ margin-top:100px;}
.hovermaincolor a:hover{ color:#fca600;}

/*公用*/
.page,.content{ width:1400px; margin:0 auto; overflow: hidden;}
.content1{ width:1400px; margin:0 auto; position: relative;}
.pr{position: relative;}
.pa{position: absolute;}
.nno{margin:0px !important;padding:0px !important;border:none !important;}
.nnx{margin-right:0px !important;}
.page.w1400{overflow:visible;}
/*抬头*/
.header{ height:120px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;padding-right:3%;}
.hright,.hright nav ul,.hbtn,.htel,.hlogo,.aligbb{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hleft{ position:relative; z-index:99; height:154px; width:192px;}
.hlogo{height:154px; width:192px; background:#0365c8;justify-content:center;}
.hlogo img{justify-content:center; margin-top:4px;}

.hmean{ text-align:center; font-size:23px; color:#333;  font-weight: bold; position:absolute; margin-top:0.7%; margin-left:218px;}
.hmean strong{ color:#0073c8; font-family:din; font-size:40px;  font-weight: bold;}
.hmean p{ color:#888; font-size:18px; font-weight:100; margin-top:5px;}

.nav ul li{ position:relative; margin-right:50px;}
.nav ul li>a{ display:block; font-size:18px; color:#333333; line-height:120px; position:relative;}
.nav ul li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; width:21px; height:18px; transition:all .3s ease; transform:scale(0); bottom:12px;} 
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ transform:scale(1);}
.nav ul li.cur>a,.nav ul li:hover>a{color:#0365c8;}
.nav>ul>li .dropmenu{width:200%;position:absolute;top:100%;left:-50%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size:14px;display:block;line-height:50px;text-align:center;color:#fff;background:rgba(0,0,0,.6);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#0365c8;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}

.nav>ul>li>a:after,.nav>ul>li>a:before{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; z-index:9; transition:all .3s ease;}
.nav>ul>li>a:after{ width:7px; height:7px; border:3px solid #fff; background:#0365c8; border-radius:50%; top:28px; transform:scale(0);}
.nav>ul>li>a:before{ width:1px; height:0; background:#0365c8; z-index:10;}
.nav>ul>li.cur>a:before,.nav>ul>li:hover>a:before{ height:32px;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}
@media screen and (max-width:1700px){
	.nav ul li{ margin-right:38px;}
	.nav ul li>a{ font-size:17px;}
	}
@media screen and (max-width:1580px){
	.nav ul li{ margin-right:26px;}
	.nav ul li>a{ font-size:16px;}
	}
	
.htelicon{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.htelicon span{ display:block; margin:6px; background:#0365c8 url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323165333_844722494.png) no-repeat center; border-radius:50%; width:38px; height:38px;}

.alibbgb{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.alibbgb span{ display:block; margin:6px; background:#0365c8 url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210322/20210322090132_1891287001.png) no-repeat center; border-radius:50%; width:38px; height:38px;}

.hseaicon{background:rgba(14,93,212,.2); border-radius:50%; cursor:pointer;}
.hseaicon span{display:block; margin:6px; background:#0365c8 url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323165111_1367490078.png) no-repeat center; border-radius:50%; width:38px; height:38px;}
.hsearch{ height:98px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}

.hsearch:hover .iser_box{transform: rotateX(0deg);}
.hsearch:hover .hseaicon span{ background-color:#0d469c;}
.hsearch:hover .htelicon span{ background-color:#0d469c;}
.aligbb:hover .alibbgb span{ background-color:#0d469c;}

.iser_box{background: rgba(255,255,255,0.8); position: absolute;top:105%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:600px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_l a:hvoer{color: #0365c8 !important;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:228px;}
.itel_box p{padding-left:25px;color:#333;position:relative;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#0365c8;margin-top:10px;}
.htel{ width:500px;}
.htel p+p{ margin-left:60px; font-size:16px; color:#888888;}
.htel p em{ display:block; font-size:30px; color:#0e5dd4; font-family:Arial, Helvetica, sans-serif; padding-top:8px;}


/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#f5f5f5;}
.banner-box{ min-width:1400px; height:700px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:260px; left: 0; margin-left: 0; height: 400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323165040_1348878075.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323165040_1348878075.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #0e5dd4;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

/*实力厂家*/
.zbkglsk{ width:696px;}

/*数字*/
.dgglsgk{ text-align:center;}
.dgglsgk li{width:206px; height:320px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210320/20210320155715_1216183126.jpg) center no-repeat; margin-right:25px; float:left;}
.zbkglsk > .dgglsgk li:nth-child(3){ margin-right:0px;}
.ssahgszh{ font-size:56px; color:#fff; padding-top:52px;font-family: fontDin1;}
.qugbshs{ font-size:18px; color:#a4d1ff;padding-top:110px;}
.spright{position:relative;top:18%;left:0%;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:50%;top:80%;height:30px;width:30px;margin-top:-24px;margin-left:-15px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(181, 218, 249,0.64);-o-box-shadow: 0 0 0 0 rgba(181, 218, 249, 0.64);box-shadow: 0 0 0 0 #b5daf9;animation: ripple 3s infinite;}
.ripple{background: rgba(181, 218, 249, 1);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; font-size:20px; color:#0365c8;}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
.chgnxmhs{ width:668px; padding:50px 60px 54px 60px; background:#f6f6f6; margin-top:25px;}
.chgnxmhs:hover{ background:#fff; cursor:pointer;box-shadow: 0 0 15px #e5e6e7;}
.szwhgbt{ font-size:30px; text-align:center; color:#333;}
.ghgnsqq{ font-size:15px; text-align:center; color:#888; font-weight:lighter; line-height:32px; padding-top:24px;}
.hgkdtb{ width:380px; margin:0 auto; margin-top:28px;}
.dhtubg img{ width:28px; height:23px; padding-top:7px;}
.zxfwre{ font-size:16px;color:#888; padding:10px 0px 0px 10px;}
.dhgsjh{font-size:30px;color:#0365c8; font-family: fontDin1;}

.qobchj{ width:704px;}
.ubgkdh{}
.ubgkdh li{ background:#f6f6f6;padding:0px 13px 0px 45px; height:208px; margin-bottom:25px; cursor:pointer;}
.ubgkdh li:hover{ background:#fff; cursor:pointer;box-shadow: 0 0 15px #e5e6e7;}
.qobchj > .ubgkdh li:nth-child(3){ margin-bottom:0px;}
.wenyslk{ width:355px; font-size:16px; color:#999; font-weight:lighter; line-height:32px; padding-top:40px;}
.wenyslk p{font-size:24px; color:#333;font-weight:lighter;}
.wenyslk p:after {content: '';display: block;width: 36px;height: 2px;background:#0365c8;transition: all .3s ease;margin:18px 0 18px 0;}
.wenyslk a{font-size:24px;}
.wenyslk:hover p:after{ width:202px; background:#fca600;}
.eylyqbt{ margin-top:14px;}
.zybgcjt{ position:absolute; right:0px; z-index:-1;}

/*产品中心*/
.chgpbsk{ background:#fff; padding:3.6% 2% 3% 2%; margin:7.5% 3% 0% 3%;box-shadow: 0 0 15px #c9cacb;}

.prod_r {width:1052px;}
.ny_list_t{background:#0365c8;width:318px;color:#fff;padding:20px 9px 20px 9px; text-align:center;}
.ny_list_t p{font-size:26px;padding-left:30px;line-height:54px;}
.ny_list_t span{font-size:15px;font-family: Arial, Helvetica, sans-serif;PADDING-LEFT: 10px; color:#a3cdf7; text-transform:uppercase;}
.ny_list_d{background:#f5f5f5;width:318px;position:relative; padding:23px 20px 23px 20px;}
.ny_list_dline{width:260px;margin:auto;}
.ny_list_dline::-webkit-scrollbar{width:4px;height:0;background: #eee;border-radius: 100px;}
.ny_list_dline::-webkit-scrollbar-thumb {border-radius: 100px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);background: #aaa; }
.ny_list_dline::-webkit-scrollbar-button{display:none;}
.ny_list_d #classimgshow1{margin-bottom: 10px;position: relative; width:260px;-webkit-transition:0.3s; transition:0.3s; padding-left:0px !important;    background: url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323165012_1104466890.jpg)no-repeat bottom;}
.ny_list_d #classimgshow1 a{font-size:18px; position: relative; z-index:2; display:block;color:#333;background:#ffff; padding-left:25px;}
.ny_list_d #classimgshow1 a:after{content:"";float:right;width:0;height:0;width:16px;height:40px;background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210322/20210322092404_515789130.png)no-repeat 0px 24px;}
.ny_list_d .classimgshow2_cls{padding: 0 0 14px 0;}
.ny_list_d #classimgshow2{height:45px !important;padding: 0px !important;}
.ny_list_d #classimgshow2 a{font-size:14px; font-weight:100;line-height:45px;position:relative;width:235px;display:block;padding-left:25px;}
.ny_list_d #classimgshow2 a:before{content:""; display:block; width:16px; height:16px;background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164929_517539835.png)no-repeat center;position:absolute;right:4px;top:12px;}

.prod_r tr+tr{display:block;margin-top:22px;}
.prod_r td{display:inline-block;vertical-align:top;height:334px;position:relative;background: #fff;overflow:hidden;padding: 0px !important;border: 3px #0365c8 solid;}
.prod_r td+td{margin-left:16px;}
.prod_r td>a{display:block;overflow: hidden;}
.prod_r td br{display:none;}
.prod_r td br+span{width: 100%;color:#656565;text-align: left;padding-left: 20px;opacity:0;transition: 0.3s ease all;}
.prod_r td:hover br+span{position:absolute;top:23px;left: 0px;margin-top:-23px;text-align:center;padding-left: 0px;z-index:10;opacity: 1;display: block;transition-delay:300ms;height: 100%;display: block;}
.prod_r td br+span a{display:block;font-size: 0px;color:#fff;opacity:0;transition: 0.3s ease all;}
.prod_r td:hover br+span a{opacity:1;font-size:18px;height: 100%;line-height:260px;}
.prod_r td img{transform:scale(1);transition: 500ms linear;}

.prc_more {position:absolute;bottom: 8px;right: 8px;z-index:9;transition: 600ms linear;}
.prc_more::before,.prc_more::after{content: '';position: absolute;left: 50%;top: 50%;z-index: 1;background: rgba(3, 101,200, 0.5);border-radius: 100%;}
.prc_more::before{width: 129px;height: 129px;animation: prodh 2s linear -.5s infinite;margin-left: -64px;margin-top: -64px;}
.prc_more::after {width: 109px;height: 109px;animation: prodh 2s linear infinite;margin-left: -54px;margin-top: -54px;}
.prod_r td:hover .prc_more::before,.prcl_con td:hover .prc_more::after{width:1182px;height:1182px;margin-left: -591px;margin-top: -591px;transition:300ms;}
.prod_r td:hover .prc_more::after{transition-delay: 100ms;}
.prod_r td .prc_more::before{}
.prc_more>a{width: 84px;height: 84px;display:inline-block;vertical-align:top;font-size:0;border-radius: 100%;position: absolute;bottom: -42px;right: -42px;}
.prc_more b{display:none;}
.prc_more>a::after{content:'';color: #fff;position:absolute;bottom: 50%;right: 50%;font-size: 32px;z-index: 10;margin-bottom: 0px;margin-right: 2px;background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164825_1387880011.png)no-repeat;width:19px;height:12px;display:block;top: 25px;left: 20px; }
.prc_more b+a{margin-left: 6px;background:rgba(3, 101,200, 0.5);}
.prod_r td:hover .prc_more b+a{width:1270px;height:1270px;bottom: -591px;right: -591px;transition:300ms;transition-delay:200ms;}
.prod_r td:hover .prc_more>a::after{top:40%;left: 39.5%;transition-delay:300ms;background-image:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164850_1022698772.png);width:41px;height:41px;}
@keyframes prodh {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		transform: scale(1.1);
		opacity: .5;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/*应用案例*/
.top130{ margin-top:130px;}
.appli_call { padding:3% 3% 0% 3%;}
.appli_call tr td {width: 24.4%;height: auto;display: inline-block; margin-bottom: 20px; padding-left: 0 !important;overflow:hidden;    position: relative;}
.appli_call tr td img {-webkit-transition: .8s; -o-transition: .8s; transition: .8s;    width: 100%;
    height: auto;}
.appli_call tr td+td {margin-left:0.8%;}

.appli_call div {height: 42px;background:rgb(22 79 186 / 0.7);line-height: 42px; padding-top: 0 !important;transition: all 0.3s linear;width:100%;    position: absolute;bottom: -42px;}
.appli_call div a {font-size: 1rem;color: #ffffff !important;}
.appli_call tr td:hover:before {height: 100%;}
.appli_call tr td:before {height: 0%;width: 3px;}
.appli_call tr td:before { position: absolute;content: "";left: 0; top: 0; background: #0365c8; transition: all 0.5s ease;z-index: 1;}
.appli_call tr td:hover:after {width: 100%;}
.appli_call tr td:after { width: 0%;height: 3px;}
.appli_call tr td:after { position: absolute;content: "";left: 0;top: 0;background: #0365c8;
transition: all 0.5s ease;z-index: 1;}
.appli_call table tr td a:hover:before {height: 100%;}
.appli_call table tr td a:before {width: 3px;height: 0%;}
.appli_call table tr td a:before { position: absolute; content: ""; right: 0;bottom: 0;
background: #0365c8;transition: all 0.5s ease;z-index: 1;}
.appli_call table tr td a:hover:after {width: 100%;}
.appli_call table tr td a:after {width: 0%;height: 3px;}
.appli_call table tr td a:after {position: absolute; content: "";right: 0;bottom: 0;
 background: #0365c8;transition: all 0.5s ease;z-index: 1;}
.appli_call tr td:hover div {bottom:2px;}
.appli_call table tr td:hover div a {display: block;transition: all 0.3s linear;}
.appli_call table tr td:hover img {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.appli_call table tr td a {display:block;overflow:hidden;}
.appli_call table tr td br {display:none;}

.pro_more {display: flex;justify-content: center;align-items: center;width: 336px;height:50px;margin: 0 auto;border-radius:50px;margin-top: 60px;position: relative; overflow: hidden;z-index: 5;cursor: pointer;transition: all 0.3s ease;}
.pro_more a {font-size: 18px;color: #ffffff;}
.pro_more:after {position: absolute; content: " ";z-index: -1; top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s ease;background:#0365c8;}
.pro_more:hover:after {-webkit-transform: scale(2) rotate(180deg); transform: scale(2) rotate(180deg);    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);background: #fca600;transition: all 0.3s ease;}
.pro_more:hover {    background: transparent;box-shadow: 4px 4px 6px 0 rgba(255,255,255,.7), -4px -4px 6px 0 rgba(116, 125, 136, .4), inset -4px -4px 6px 0 rgba(255,255,255,.7), inset 4px 4px 6px 0 rgba(116, 125, 136, .5);transition: all 0.3s ease;}

/*优势*/
.btjjtt{ width:26px; height:25px; margin:0 auto;}
.ysbghjk{ position:absolute; right:0px; z-index:-1;}

.advcenter{ margin-top:80px;}
.advtab{ height:199px; font-size:0;}
.advtab li{ display:inline-block; font-size:24px; color:#fff; width:25%; text-align:center; position:relative; cursor:pointer; box-sizing:border-box; padding-top:42px; height:226px;}
.advtab li em{ display:block; font-size:14px; color:#80a9d2; text-transform:uppercase; margin-top:4px;}
.advtab li+li:after{ content:''; display:block; position:absolute; width:1px; height:88px; background:#267dd4; left:0; top:56px;}
.advtab li span{ position:relative; display:inline-block; width:65px; height:65px; border-radius:50%; background:#fff; margin:0 0 13px 0;transition:all .5s ease;}
.advtab li span i{ display:block; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20230308/20230308090355_304841349.png) no-repeat left top; width:42px; height:33px; transition:all .5s ease;}
.advtab li:nth-child(2) span i{ background-position-x:-61px; width:40px; height:32px;}
.advtab li:nth-child(3) span i{ background-position-x:-115px;}
.advtab li:nth-child(4) span i{ background-position-x:-183px; width:35px; height:37px;}
.advtab li:before{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; width:38px; height:30px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323095106_231141418.png) no-repeat center; bottom:-20px; transition:all .3s ease; opacity:0; visibility:hidden; z-index:3;}
.advtab li.on span{ background:#fca600;}
.advtab li.on:before{ bottom:-14px; visibility:visible; opacity:1;}
.advtab li.on span i{background-position-Y:-49px;}
.advcen{ padding:60px; background:#fff; margin-top:20px;box-shadow:0px 4px 8px #dae4eb;}
.advleft{ width:520px;}
.adv_t span{ font-size:28px; color:#2e2f30; display:block; line-height:60px;}
.adv_t em{font-family:impact; color:#e0e4e7; font-size:76px;}
.adv_t:after{ content:''; display:inline-block; width:40px; height:3px; background:#0365c8; margin-top:20px;}
.adv_c{ font-size:16px; color:#adadae; line-height:38px; margin:35px 0 42px 0;}
.advphone{ padding-left:40px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164736_885442009.png) no-repeat left center; font-size:16px; color:#aaaaaa;}
.advphone em{ font-size:30px; color:#0365c8; font-family:Arial, Helvetica, sans-serif; vertical-align:sub; padding-left:20px;}
.advnum{ margin-top:50px; font-size:30px; color:#2c3134; position:relative;}
.advnum em{ color:#0365c8;}
.advnum i{ display:block; position:absolute; right:0; top:0; bottom:0; margin:auto 0; height:1px; width:320px; background:#dfe1e2;}
.advnum i:after{ content:''; display:block; position:absolute; width:25%; height:3px; top:-1px; background:#0365c8; left:0; transition:all .3s ease;}
.advnum i.an2:after{ width:50%;}
.advnum i.an3:after{ width:75%;}
.advnum i.an4:after{ width:100%;}
.yyysdt{ width:1400px; height:108px; margin:0 auto;}


/*流程*/
.Process{ margin-top:50px;}
.Process li{ width: 250px; height: 250px; float: left;border-radius: 200px; border: 1px solid #eeeeee; text-align: center; box-sizing: border-box; margin-right: 37px; position: relative;}
.Process li:nth-child(5){ margin-right: 0;}
.Process li img{ margin: 45px auto 15px; transition: all 0.5s; position: relative; z-index: 1;}
.Process li strong{ font-size: 20px; color: #222222; display: block;position: relative; z-index: 1;}
.Process li p{ line-height: 28px;  color: #555555; font-weight: 100; margin-top:14px; font-size:15px;position: relative; z-index: 1;padding: 0px 30px;}
.Process li:hover strong{ color:#fff;}
.Process_digital{ position: absolute; background: #0365c8; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size:22px; color: #fff; font-family: Arial; bottom: -17px; left: 50%; margin-left: -20px; border-radius: 20px; z-index: 2;    box-sizing: border-box;cursor:pointer;}
.Process li .Process_box::before{ content: ""; display: block; width: 100%;  height: 0; transition: 0.5s all; background: #0365c8; border-radius: 50%; position: absolute; left: 0; top: 0;z-index: 0;cursor:pointer; }
.Process li:hover .Process_box::before{ height:100%;}
.Process_box{width: 250px; height: 250px;overflow: hidden;position: absolute; left: 0; top: 0;border-radius: 50%;z-index: 0;cursor:pointer;}
.Process li:hover img:nth-child(2){display: none;}
.Process li:hover img:nth-child(3){display:  block;}
.Process li img:nth-child(3){display: none; }
.Process li:hover p{ color:#90beec;}
.Process li:hover .Process_digital{border:2px solid #fff; background:#fca600; line-height:36px;}

/*简介*/
.about{ height:810px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323142536_1020297836.jpg) no-repeat center; padding-top:80px; margin-top:88px;}
.ableft{ width:620px; margin-top:50px;}
.abtitle em{ font-size:60px; color:#dbdbdb; font-family:fontDin1; text-transform:uppercase;}
.abtitle b{ display:block; font-size:22px; color:#0365c8; margin:10px 0 20px 0;}
.abtitle:after{ content:''; display:inline-block; width:46px; height:3px; background:#f9922d;}
.abwa{ margin:40px 0 87px 0; font-size:15px; line-height:36px; color:#888888; text-indent:2em;}
.abbtn a{ display:inline-block; vertical-align:top; transition:all .3s ease; width:150px; line-height:48px; border-radius:24px; background:#fff; text-align:center; font-size:17px; color:#333333;}
.abbtn a+a{ margin-left:35px;}
.abbtn a:hover{ background:#ff9000; color:#fff;}

/*企业形象*/
.bgdtk{ width: 100%;min-width: 1400px; margin-top:80px;}
.kdngdqy{ margin:0 auto; width:89%;}
.comp_img .owl-item{float: left;padding:0 10px;}
.comp_img .owl-wrapper-outer{overflow: hidden;}
.comp_img{text-align: center;}
.comp_img .owl-item{width:36%;}
.comp_img .owl-item img{width:100%;}
.comp_img .owl-item .text{position: absolute;top: -100%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);font-size: 16px;color: #fff;line-height: 16vw;transition: 0.3s ease all;}
.comp_img .owl-item:hover .text{top:0px;}
.comp_img .owl-item a{display:block;position: relative;}

/*新闻*/
.news{ background:#f0f0f0;padding:80px 0;}
.news_tab{margin:50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 20px #eee; width: 230px; height: 56px; line-height: 56px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; display:block;}
.news_tab li.on{color:#fff; background:#fca600;box-shadow: 0px 0px 10px #ddd;width:230px; height:56px; line-height:56px;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:580px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:240px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164706_911091061.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:340px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323161518_1683041067.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #fca600;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #fca600;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;transition:0.5s;}

/*版权*/
.copyright{ background:#222222;}
.crcon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative;}
.crcright{ width:440px; height:504px; background:#383838; border:1px solid #4b4b4b; text-align:center; padding-top:70px; position:relative; z-index:9;}
.crcode{ font-size:0; margin-bottom:35px;}
.crcode li{ display:inline-block; vertical-align:top; font-size:18px; color:#fff;}
.crcode li img{ display:block; margin-top:10px; width:140px; height:140px;}
.crcode li+li{ margin-left:20px;}

.crtel{ font-size:16px; color:#cacaca;}
.crtel em{ display:block; font-size:32px; font-family:fontDin1; color:#fff;}
.crtel p+p{ margin-top:25px;}

.links{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; height:126px; width:950px;}
.links>p{ line-height:40px; font-size:16px; font-weight:bold; color:#fff; padding-left:35px; background:url(//memberpic.114my.com.cn/xsl688/uploadfile/image/20210323/20210323164628_919684294.png) no-repeat left center; width:180px;}
.links>p span{ font-size:18px; padding:0 20px 0 5px;color:#cacaca;}

.crtel{ font-size:16px; color:#cacaca;}
.crtel em{ display:block; font-size:32px; font-family:fontDin1; color:#fff;}
.crtel p+p{ margin-top:25px;}
.kslj{ height:374px; padding-top:70px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj li{ width:100px;}
.kslj p{ font-size:20px; color:#fff;}
.kslj p i{ display:block; width:100%; height:1px; background:#434343; position:relative; margin:20px 0 25px 0;}
.kslj p i:after{ content:''; display:block; position:absolute; left:0; top:0; width:30%; height:1px; background:#0365c8; transition:all .3s ease;}
.kslj li+li{ margin-left:120px;}
.kslj li:hover i:after{ width:100%;}
.kslj li a{ display:block; font-size:14px; color:#898989; line-height:36px; white-space:nowrap;}
.kslj li a:hover{ color:#fff;}

.crcon:after{ content:''; display:block; position:absolute; left:-50vw; width:200vw; height:1px; bottom:130px; background:#000000; border-top:1px solid #2c2c2c;}
.end{ background:#0365c8;}
.end .w1400{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.end,.end a{ line-height:86px; font-size:15px; color:#ffffff;}
.end a:hover{ color:#ff0;}
.end .w1400 p+p{ width:440px; text-align:center; position:relative; z-index:3;}
.end .w1400 p+p:after{ content:''; display:block; position:absolute; left:0; height:100%; width:100vw; background:#fca600; top:0; z-index:-1;}


.dw_pic, .dw_pic img{height:auto;}