@charset "utf-8";
body,html{ min-width: 1200px; overflow-x: hidden; }
*{ margin:0; padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
box-sizing: border-box;  }
body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ margin:0; padding:0; color:#000; font-family:"Microsoft yahei"; }

body,p{ font-size:14px; border:none; color: #000;}
a{ font-size:14px; color:#000; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; font-size: 14px;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { /* WebKit browsers */ font-size:14px; color: #dfdfdf; } 
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; } 
.fl{float:left;}
.fr{float:right;}
.clearfix{*zoom:1;} 
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";}
.clearfix:after{clear:both;}
.box{  padding: 80px 85px;}
.inner { width:1200px; margin: 0px auto;}
/*导航*/
.barwrap{height: 120px; position: fixed; top: 0; left: 0; right: 0; z-index: 333; display: flex; display: -ms-flexbox; 
display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox;align-items: center; padding:25px 150px;}
.barwrap .logo{ display: block; }
.navbar{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display:  
-ms-flexbox; justify-content: center; flex: 2; justify-content: flex-end;}
.navbar li{ position:relative;overflow: hidden; width:100px; margin-right:20px; text-align:center;line-height:28px;}
.navbar .ac{background-image: url(/skin/images/ico1.png); background-repeat: no-repeat; background-position: right;}
.navbar li a{ color: #fff; font-size: 18px; transition: all 0.6s;  position: relative; display: block; }
.navbar li a:hover{ font-weight:bold; color:#ff643b; }

.navbar li:hover{ transform: scale(1);overflow: visible; }
.navbar li ul{ position:absolute; padding:10px; margin-left: -30px; background-color: rgb(155,154,154,0.8); }
.navbar li ul li { width:130px; text-align: center; margin:10px 5px; }

.barwrap  .div2{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; 
display: -ms-flexbox; align-items: center; padding-left: 30px; }
.barwrap .div2 h3{ font-size: 16px;color: #fff; font-weight:bold;}
.barwrap .div2 h3 a{ background:#295A95; padding:5px 10px; color: #fff;}
.barwrap .div2 h3 .en {background:none; color: #fff;}
.barwrap.on{ animation-name: down; animation-duration: 1s; background: #192861; border-bottom: none;}
.barwrap.on .div2 b{ color: #fff;}
.barwrap.on .div2{ border-left: 1px solid #e8b861;}
.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a { color: ##ff643b;}
.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{ background: #0aa4dd;}

/*搜索*/
.barwrap .zoom{ cursor: pointer; display: inline-block; vertical-align: middle; margin-left:60px; }
.search-close{ position: fixed; top: 30px; right: 30px; cursor: pointer;}
.search-box{ background: #fff; position: fixed; top: 0px; left: 0; right: 0; background: rgba(0,0,0,0.8); z-index: 333;
 bottom: 0;  display: flex;  display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display: 
-ms-flexbox; align-items: center; transform-origin: bottom center; transform: scaleY(0); 
 transition: transform .3s .5s;}
.search-box .div{ width: 800px; margin: 0 auto; transition: all .5s .3s; filter:alpha(opacity=0); opacity: 0; transform: translate(0px,20px);}
.search-box .in{ background: #fff; height: 50px; width: 700px; padding-left: 20px; font-size: 16px;}
.search-box .sub{ background: #d7a449; height: 50px; width: 100px; font-size: 16px; color: #fff; cursor: pointer;}
.search-box p{ padding: 30px 0 0 0;}
.search-box p a{ display: inline-block; padding: 0 20px; font-size: 14px; color: #fff; opacity: 0.8; filter:alpha(opacity=80); transition: all 0.36s;}
.search-box p strong{ display: inline-block; font-size: 16px; color: #fff;}
.search-box p a:hover{ color: #d7a449;}
.search-box .div.on{ opacity: 1; transform: translate(0,0); filter:alpha(opacity=100); }
.search-box.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}

/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
 -webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#d7a449;}
.banner .txt{
	position: absolute;
	top: 46%;
	left:30%;
	transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);  	width: 1200px;
padding:0 250px;
}
.banner .txt p{font-size: 22px;
	letter-spacing: 4px;
	margin-left: 20px;
	color: #FFFFFF;}
	.banner .txt p2{font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;}
.banner .txt img{ display: block; max-width: 100%;} 
.banner .txt .t2{ padding-top: 30px;}
.banner .txt span {font-size:26px; color:#FFFFFF; display:block; margin:30px 0;}
.banner .txt span a {color:#FFFFFF;}
.banner .txt .hb{ border-left: 2px solid ##FE653B;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}

/*banner优势条*/
.index-sec1{ background: #f3f3f3; }
.index-sec1 .ul1 li{ float: left; width: 20%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; justify-content: center; align-items: center;}
.index-sec1 .ul1 li h3{font-size: 16px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 12px; color: #cccccc; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg);}
.index-sec1 .ul1 li:hover{ box-shadow: 3px 0px 5px rgba(0,0,0,0.1); transform: translateY(-20px);}

/*公司介绍*/
.sec1-intro{ padding: 0; margin:0;min-height: 820px; background:#FFFFFF;}
.sec1-intro .intro-left { width:42%; float:left;}
.sec1-intro .intro-left img{ width:100%; max-height: 820px; }
.color-bg{ position: absolute; bottom:0; left: 0; right: 0; top: 50%; background: #; z-index: 0; background-attachment: fixed; background-size: contain;}
.sec1-intro .intro-right{ width:58%; float:left; padding:60px;}
.sec1-intro .intro-right h2{font-size: 40px; color: #172f87; margin-top:30px;line-height:35px; text-indent:10px; font-weight:bold; border-left:3px solid #ff643b; height:40px;}
.sec1-intro .intro-right h3{ color: #000; font-size: 18px; padding: 15px 0;}
.sec1-intro .intro-right p{ font-size: 16px; line-height: 35px; color: #000; margin-top:30px;} 
.sec1-intro .intro-right .hbpics { width:100%; padding:60px;}
.sec1-intro .intro-right .hbpics .pics { width:20%; float:left; text-align:center; padding:`10px;}
.sec1-intro .intro-right .hbpics .pics img {}

/*案例中心*/
.index-sec2{ background:url(../images/bg3.webp) no-repeat; background-attachment: scroll; min-height:1100px; padding:30px 10%;}
.index-sec2 h2{font-size: 40px; color: #172f87; margin-top:30px;line-height:35px; text-indent:10px; font-weight:bold; border-left:3px solid #ff643b; height:40px;}
.index-sec2 h3{ color: #000; font-size: 18px; padding: 15px 0;}
.index-sec2 .jc { margin:20px 3px;}
.index-sec2 .jc a { color:#FFFFFF}
.index-sec2 .jc img{ transition: transform 0.5s ease; }
.index-sec2 .jc img:hover {transform: scale(1.2);}
.index-sec2 .jc1{ width:53%; float:left; position:relative;overflow:hidden;}
.index-sec2  p{ padding:25px; font-size:30px; bottom:60px;position: absolute; display:block;}
.index-sec2  p a{ color:#FFFFFF}
.index-sec2  span{padding:0 25px; font-size:16px;bottom:30px;position: absolute;display:block; width:80%;}
.index-sec2 .jc2{ width:45%; float:left;position:relative;overflow:hidden; margin-left:2%;}
.index-sec2 .jc3 {width:26%; margin-top:20px; float:left; margin-right:1%;position:relative;overflow:hidden;}
.index-sec2 .jc4 {width:26%; margin-top:20px;  float:left; margin-right:1%;position:relative;overflow:hidden;}
.index-sec2 .jc5 {width:45%; margin-top:20px; float:right;position:relative;overflow:hidden;}


/*产品*/
.index-sec3{ background:url(../images/bg4.webp) no-repeat; background-attachment: scroll; min-height:1100px; padding:30px 10%;}
.index-sec3 h2{font-size: 40px; color: #172f87; margin-top:30px;line-height:35px; text-indent:10px; font-weight:bold; border-left:3px solid #ff643b; height:40px;}
.index-sec3 h3{ color: #000; font-size: 18px; padding: 15px 0;}

.index-sec3 ul{ display: flex;  display: -ms-flexbox; display: -moz-flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.index-sec3 ul li{ width: 24%; margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.15);position: relative; overflow: hidden;
z-index: 3;}
.index-sec3 ul li img{ width:100%;transition: transform 0.5s ease; }
.index-sec3 ul li img:hover {transform: scale(1.2);}
.index-sec3 li p{ font-size:18px;line-height:50px; color:#FFFFFF; text-align:center; background-color:#828282;z-index: 99990;position: relative;}
.index-sec3  a { color:#FFFFFF;}
.index-sec3 span {border-radius: 8px; background-color:#1F3686; padding:6px 20px;margin: 30px 45%;display: block; font-size:18px; text-align:center;}

/*新闻*/
.index-sec4{background:url(../images/bg5.webp) no-repeat; background-attachment: scroll; min-height:900px; padding:30px 10%;}
.index-sec4 h2{font-size: 40px; color: #fff; margin-top:30px;line-height:35px; text-indent:10px; font-weight:bold; border-left:3px solid #ff643b; height:40px;}
.index-sec4 h3{ color: #D4D4D6; font-size: 18px; padding: 15px 0;}
.index-sec4 .news { padding:10px; margin-top:20px;}
.index-sec4 .news .nleft { float:left; width:64%; margin-right:1%; background:rgba(255,255,255,0.7); padding:40px 35px;min-height: 580px; position:relative;}
.index-sec4 .news .nleft h4 { font-size:25px; color:#293C88;}
.index-sec4 .news .nleft .ntop { margin:30px 0;min-height: 210px}
.index-sec4 .news .nleft .ntop .toppic{ float:left; width:35%;}
.index-sec4 .news .nleft .ntop .top1 { padding:0 10px 30px 30px;float:left; width:65%;}
.index-sec4 .news .nleft .ntop .top1 span { color:#818181; font-size:16px; display:block; margin:0 0 10px;}
.index-sec4 .news .nleft .ntop .top1 li { font-size:22px; font-weight:bold; line-height:50px;}
.index-sec4 .news .nleft .ntop .top1 p { font-size:16px; line-height:32px;}
.index-sec4 .news .nleft .nlist { font-size:16px; line-height:50px; height:50px;}
.index-sec4 .news .nleft .nlist span { margin:0 25px 0 10px;}
.index-sec4 .news .nleft .nlist  a { font-size:16px;}
.index-sec4 .news .nleft .more { position:absolute; bottom:30px; right:30px;width:150px;border-radius: 8px; background-color:#1F3686; padding:6px 20px; font-size:18px; text-align:center; color:#FFFFFF;}
.index-sec4 .news .nright {float:left; width:35%;background:rgba(255,255,255,0.7); padding:40px 35px;min-height: 580px;}
.index-sec4 .news .nright h4{font-size:25px; color:#293C88;}
.index-sec4 .news .nright li { line-height:50px; height:50px;}
.index-sec4 .news .nright a { font-size:16px;}
.index-sec4 .news .nright .more { float:right; margin:30px 30px 0;width:150px;border-radius: 8px; background-color:#1F3686; padding:6px 20px; font-size:18px; text-align:center; color:#FFFFFF;}

 
/*合作伙伴*/
/*产品*/
.index-sec5{ background:url(../images/bg6.webp) no-repeat; background-attachment:scroll; min-height:500px; padding:30px 10%;}
.index-sec5 h2{font-size: 40px; color: #172f87; margin-top:30px;line-height:35px; text-indent:10px; font-weight:bold; border-left:3px solid #ff643b; height:40px;}
.index-sec5 h3{ color: #000; font-size: 18px; padding: 15px 0;}

.index-sec5 ul{ display: flex;  display: -ms-flexbox; display: -moz-flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.index-sec5 ul li{ width: 24%; margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.15);position: relative; overflow: hidden;
z-index: 3;}
.index-sec5 ul li img{ width:100%;transition: transform 0.5s ease;}
.index-sec5 ul li img:hover {transform: scale(1.2);}
.index-sec5 li p{ font-size:18px;line-height:50px; color:#192861; text-align:center; background-color:#ffffff;z-index: 99990;position: relative;}
.index-sec5  a { color:#FFFFFF;}
.index-sec5 span {border-radius: 8px; background-color:#1F3686; padding:6px 20px;margin: 30px 45%;display: block; font-size:18px; text-align:center;}

/*底部*/
.footer{ background: #1f3686; padding: 30px 80px; display:flex;}
.footer .div1{ width:20%; float:left; text-align:center; }
.footer .div1 p{ color:#FFFFFF;}
.footer .div1 img { margin:10px;}
.footer .div2{ width:80%; float:left;margin-top: 30px;}
.footer .div2 a{ font-size:16px; color:#d6d4d7;}
.footer .div2 ul li{ width:13%; float:left; border-left: 1px solid #d6d4d7; height:180px; list-style:none; text-indent:30px; font-weight:bold; line-height:17px;}
.footer .div2 ul li ul { margin:15px 0;}
.footer .div2 ul li ul li{float: left;width: 100%;line-height: 30px; height:30px; border:0;}
.footer .div2 ul li ul li a { font-size:14px; width:100%; font-weight:normal;}
.addr{background:#1C2B64; padding: 15px 80px; }
.addr li{font-size: 16px; color: #fff; line-height:30px; width:100%; padding-left:100px;}
.addr li a{font-size: 16px; color: #fff;}


/*内页banner*/
.pbanner{ position:relative; overflow:hidden;}
.pbanner figure{ display:block; line-height:0; overflow:hidden;}
.pbanner figure img{ display:block; width:100%; height:auto; line-height:0; position:relative;}
.pcomm{ position:absolute; left:50%; margin-left:-900px; top:50%; text-align:center; margin-top:-50px; z-index:20;}
.pcomm small{ display:block; text-align:center; color:#fff; font-size:30px; font-family:"Arial"; text-transform:uppercase; line-height:1; margin-bottom:16px;}
.pcomm strong{ display:block; text-align:center; line-height:1; color:#fff; font-size:24px; font-weight:normal;}
.ph3{ margin:auto; display:inline-block; width:30px; padding:45px 42px; position:relative; margin-bottom:30px; box-sizing: content-box;}
.pbanner span{ display:block; position:absolute; background:rgba(255,255,255,0.36); background:#fff\9; filter:alpha(opacity=36);} 
.pbanner span.line1{ width:100%; height:10px; left:0; top:-10px;}
.pbanner span.line3{ width:100%; height:10px; right:0; bottom:-16px;}
.pbanner span.line2{ width:10px; height:214px; right:0; top:0;}
.pbanner span.line4{ width:10px; height:214px; left:0; bottom:0px; top: 0;}
.pbanner span.line2{ height:240px;}
.ph4 span.line4{ height:240px;}
.ph3 strong{ display:block; position:relative; color:#fff; font-size:30px; text-align:center; line-height:1.2; font-weight:normal;}

.pcomm.article-block small{ opacity:0; transform:translateY(-50px); -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px);
 transition:0.54s 0s; }
.pcomm.articleShow small{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block strong{ opacity:0; transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); transition:0.5s;}
.pcomm.articleShow strong{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block .ph3 span.line1,.pcomm.article-block .ph3 span.line3{ transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); transition:0.26s 0.1s; transform-origin:0 top;}
.pcomm.article-block .ph3 span.line3{ transition:0.26s 0.8s; transform-origin:right top;}
.pcomm.articleShow .ph3 span.line1,.pcomm.articleShow .ph3 span.line3{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line2,.pcomm.article-block .ph3 span.line4{ transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleX(0); transition:0.45s 0.36s; transform-origin:0 top;}
.pcomm.articleShow .ph3 span.line2,.pcomm.articleShow .ph3 span.line4{ transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line4{ transform-origin:0 bottom; transition:0.45s 1s;}
.pbanner figure.article-block{ opacity:0.4; transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transition:1s ease-in-out;}
.pbanner figure.articleShow{ opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}

/*面包屑*/
.breadcrumb{ border-bottom: 1px solid #E0E0E0;}
.breadcrumb ul{ display: flex; justify-content: center; align-items: center;}
.breadcrumb li{ padding:0 50px; height: 70px;}
.breadcrumb li a{ display: block; color: #000; font-size: 16px;  position: relative; height: 70px; line-height: 70px;}
.breadcrumb li a::before{ display: block; content: ''; position: absolute; bottom: 0; left: 0; right: 0;
background: #172f87; height: 2px; width: 100%; transition: all 0.6s; transform: scale(0);}
.breadcrumb li:hover a::before,.breadcrumb li.on a::before{ transform: scale(1);}

/*新闻页面*/
.nei-box{ padding: 50px 80px; }
.casepage ul{ display: flex; flex-wrap: wrap; margin-right: -1%;}
.casepage li{width: 24%; margin-bottom:35px; overflow: hidden; margin-right: 1%;}
.casepage li figure{ position: relative; overflow: hidden;}
.casepage li figure .mask{ position: absolute; top: 50%; left:0; right: 0; bottom: 50%; background: rgba(208,143,46,0.7); transition: all 0.36s;
 transition: all 0.6s cubic-bezier(.4,0,.2,1); transform-origin: bottom; transform: scale(1,0);}
.casepage li figure span{ display: block; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -97px; transition: all 0.6s;
transition-delay: 0.36s; opacity: 0; transform: translateY(10px);}
.casepage li figure,.casepage li figure img{ display: block; width: 100%; transition: all 0.36s;}
.casepage li p{ font-size: 16px; text-align: center; color: #000; border-bottom: 2px solid #555; height: 70px; line-height: 70px; position: relative;}
.casepage li:hover .mask{ transform: none; top: 0; bottom: 0;}
.casepage li:hover img{ transform: scale(1.1);}

.fenye{  height: 80px; display: flex; display: -ms-flexbox; display: -moz-flex;  justify-content: center; align-items: center; 
margin-top: 20px;}
.fenye a{ display: block; height: 40px; width: 40px; border-radius: 100%; background: #F5F5F5; text-align: center; line-height: 40px;
margin: 0 20px; transition: all 0.6s;}
.fenye .prev a{
	width: auto;	
}
.fenye .prev a:hover{
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.fenye .next a{
	width: auto;
	
}
.fenye .next a:hover{
	width: auto;
padding-right: 5px;
	padding-left: 5px;
}
.fenye a.page-num-current,.fenye a:hover{ background: #D08F2E !important; color: #fff;}
.fenye span{ display: block; font-size: 16px; color: #666; margin: 0 20px;}

/*新闻页面*/
.news-top a{ display: flex; border:1px solid #E0E0E0; align-items: center; background: #fff; transition: all 0.36s; }
.news-top figure{ flex: 1; overflow: hidden; padding: 20px;}
.news-top figure img{ display: block; width: 100%;}
.news-top figcaption{ flex: 2; padding:0 30px; transition: all 0.6s;}
.news-top .btn-3{ border:0px solid #000; height: 50px; line-height: 50px; width: 180px; margin:20px 0 ; font-size: 16px;
background: #D08F2E; color: #fff;}
.news-top h4{ color: #999; font-family: "arial narrow"; font-size: 16px; letter-spacing: 1px;}
.news-top h2{ color: #D08F2E; font-size: 18px; padding: 20px 0;}
.news-top p{ line-height: 36px; color: #555; height: 72px; overflow: hidden;}
.news-top a:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.news-top a:hover .btn-3{ transform: translateX(15px);}

.newspage-wrap{ background: #f5f5f5;}
.newspage ul{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:20px;}
.newspage ul li{ width: 49%; margin-top: 30px; position: relative; overflow: hidden; transition: all 0.6s;}
.newspage li a{ display: flex; border:1px solid #E0E0E0; align-items: center;  background: #fff; padding: 15px;}
.newspage li figure{ flex: 1; overflow: hidden; }
.newspage li h2{ color: #000; font-size: 18px; padding: 15px 0 10px 0; transition: all 0.6s;}
.newspage li figure img{ display: block; width: 100%; transition: all 0.6s;  }
.newspage li figcaption{ flex: 2; padding:0 20px;}
.newspage li p{ line-height: 32px; color: #555; height: 64px; overflow: hidden;}
.newspage li:hover figure img{ display: block; transform: scale(1.1);}
.newspage li b{ position: absolute; top: 0; left: -20%; width: 100%; height: 150%; background:rgba(208,143,46,0.1); content: ''; 
-webkit-transition: -webkit-transform 1.2s; transition: transform 1.2s;
 -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0); transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);}
.newspage li:hover b{ -webkit-transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
 transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.newspage li:hover h2{ color: #D08F2E;}
.newspage li:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.newspage-wrap .fenye a{ background: #fff;}
.newspage-wrap .fenye{ padding-top: 30px;}
 
 
 /*详情页面*/
.detailwrap{ background: #f5f5f5; }
.detailpage{ padding: 50px 20px 50px 20px; background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.detailpage .box{ background: #fff; padding: 30px;}
.stace h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden; text-align: center;}
.stace strong{ display:block; overflow:hidden; padding:20px 0; overflow:hidden; margin-bottom:20px; border-bottom:1px #e0e0e0 solid; text-align: center;}
.stace strong span{ display:inline-block; color:#999; }
.stace .cont{ width:100%; overflow:hidden;}
.stace .cont p{ color:#333; line-height:34px; margin-top:15px; text-indent: 2em;}
.stace .cont img{ display:block; max-width:100%; margin: auto;}
.stace .zjlj{ width:100%; overflow:hidden; margin-top:60px; border:1px #e0e0e0 solid; border-left:none; border-right:none; 
line-height:40px; position:relative; padding: 20px 0;}
.stace .zjlj a{ display:block; overflow:hidden; color:#666; text-overflow:ellipsis; white-space:nowrap; font-size:14px;
transition: all 0.6s;}
.stace .zjlj a i{ color:#000;}
.stace .zjlj a:hover{ color: #D08F2E;}
.detailpage .backlist{ display: block; width: 170px; height: 50px; line-height: 50px; background: #172f87; color: #fff;
font-size: 16px; text-align: center; margin-top:35px; float: right; cursor: pointer; transition: all 0.6s;}
.detailpage .backlist:hover{ transform: translateX(-10px); border-radius: 5px;}  
.detail-left{ width: 75%; padding-right: 50px;}
.detail-right{ width:25%;}

.tade .zxsj{  position:relative; z-index:10;  }
.tade .zxsj input.text{ width:100%; color:#555; padding-left: 10px; line-height:40px; height:40px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;}
.tade .zxsj input::placeholder {  color: #555; font-size:14px}
.tade .zxsj textarea::placeholder {  color: #555; font-family:'微软雅黑'; font-size:14px}
.tade .zxsj textarea{width:100%; color:#555; padding:10px; height:100px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;font-family:'微软雅黑';}
.tade .zxsj input.sub{ border:none; width:100%; line-height:43px; height:43px; background:#fff; color:#fff;
 font-size:16px; margin-top:15px; border-radius:4px; cursor:pointer; background: #D08F2E;}
.tade .zxsj p{ color:#fff; font-size:12px; text-align:center; margin-top:8px;}

.tade .ming{ width:100%; height:36px; line-height:36px; border-bottom:1px #e0e0e0 solid; margin-top:20px;}
.tade .ming h1{ float:left; height:36px; border-bottom:1px #172f87 solid; font-size:16px;}
.tade .ming a{ color:#172f87; float:right;}
.tade .rmal{ width:100%; overflow:hidden;}
.tade .rmal a{ display:block; width:100%; overflow:hidden; margin-top:15px;}
.tade .rmal a em{ display:block; overflow:hidden;}
.tade .rmal a em img{ display:block; width:100%; -webkit-transition:all 0.4s linear;
height: 200px; -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.tade .rmal a:hover em img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.tade .rmal a h1{ font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 15px 0;}


/*联系我们*/
.ctapanel{background: #f5f5f5;}
.ctapanel .w1300{  width: 100%; max-width: 1300px; margin: 0 auto;}
.ctapanel .ctas {padding:0 20px;  }
#map{ background: url(../images/map.jpg) no-repeat center top;	height:555px;}
.ctas a{padding: 40px 0;	display:block;	width:33.33%;	float:left;	text-align:center;	color:#646464;	font-size:16px;	cursor:auto;}
.ctas .ico{	height:60px;	margin-bottom:15px;	display: block;}
.ctas .x{	padding:0 5px;	}
.ctas .email .ico{	background:url(../images/email.png) no-repeat center center;}
.ctas .addr .ico{	background:url(../images/addr.png) no-repeat center center;}
.ctas .call .ico{	background:url(../images/call.png) no-repeat center center;}
.index-footer-form .text{}
.index-footer-form{background: #ffffff;   padding:3% 4%; box-sizing: border-box;}
.index-footer-form .title {margin-bottom: 30px;}
.index-footer-form .title p{font-size: 20px; color: #141418;  }
.index-footer-form input{ width: 100%; height: 40px; line-height: 40px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 30px; text-indent: 45px;}
.index-footer-form textarea{width: 100%; height: 135px; padding-top: 10px; font-size: 14px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 20px;}
.index-footer-form .sub{background: #dab96a; color: #ffffff; margin-top: 20px; border: none; margin-bottom: 10px; width: 100%; text-indent: 0; border-radius: 25px; font-size: 16px; transition: all 0.6s; height: 50px; line-height: 50px;}
.index-footer-form .sub:hover{background: #333333; }

.index-footer-form input::placeholder{ color: #555; font-family:'微软雅黑'; font-size:14px}
.index-footer-form textarea::placeholder{ color: #555; font-family:'微软雅黑'; font-size:14px}
 
/*动画*/

@-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
	 }
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {	  
	    width: 13px;
	}
	40% {	  
	    width: 60px;
	}

}

@keyframes down{
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
 }


/*媒体查询*/

 @media screen and (max-width: 1800px){  	
  	.sec1-intro .intro-cont{ margin-left: 5%; }
  	.sec1-intro .intro-cont .right{ padding-right: 5%;}
  	.sec1-intro .right .btn-3{ border:6px solid #000; height: 85px; width: 300px; 
	 line-height: 76px; font-size: 18px;}
	 
  }

  @media screen and (max-width: 1700px){
  	.navbar{ justify-content: space-around;}
  	.navbar li{ padding: 0px; }
  	.banner .txt img{ max-width:50%;} 
  	.sec1-intro .tit b{ margin: 30px 0;}
  	
  }
	@media screen and (max-width: 1500px){				
	.sec1-intro .tit{ padding: 20px 0 0 0; }
	.sec1-intro .right p{ line-height: 36px;}
	.sec1-intro .tit h2{ padding-top: 15px;}	
	.index-sec2 .p2{ height: 70px; line-height: 70px; font-size:16px}
	.box{ padding:70px 30px;}
	.nei-box{ padding: 40px 30px;}
	.footer{ padding:30px;}
	.index-sec4{padding:0 30px; }
	.index-sec3 li .div1{ height: 40px; line-height: 40px;  margin-top: 15px;}
	.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ font-size: 40px;  height: 40px; line-height: 40px;}
	.index-sec3 li:hover strong{ margin-top: -40px;}
	.index-sec3 ul li{ padding: 30px 20px;}
	.index-sec3 li h3{ font-size: 20px; }
	.index-sec3 li p{ line-height: 30px; height: 60px; overflow: hidden; margin-top: 15px;}
	.index-sec5 ul li{ width:24%}
	.index-sec5 li .div1 b{ width: 60%;}
	.index-sec5 .btn-3{ border:7px solid #000; height:80px; width: 290px; 
	 line-height: 70px; font-size: 18px;}
	.index-sec4 .div2{ width: 260px;  height: 80px; padding: 8px;}
	.index-sec4 .div2 a{ height: 64px; line-height: 64px;}	
	.casepage li{width: 32%; }
	}
 	
  @media screen and (max-width: 1400px){
  	.navbar li a{ font-size: 14px;}
  	.logo img{ height: 55px;}
 	.barwrap .div2 strong{ font-size: 14px;}
 	.barwrap .div2 b{ font-size: 18px;}
  	.barwrap .div2{ padding-left: 30px; }
  	.barwrap .zoom{ margin-left: 10px;} 
  	.sec1-intro .right .btn-3{ margin-top: 30px;}
 }
 
 

  @media screen and (max-width: 1300px){  	
  	.sec1-intro .intro-cont{ padding: 20px;}
 	.sec1-intro .tit img{ width: 80%;}
 	.sec1-intro .tit h2{ font-size: 28px; padding-top: 5px;}
 	.sec1-intro .tit b{ margin: 15px 0; height: 30px;}
 	.sec1-intro .right .btn-3{ border:5px solid #000; height:70px; width: 260px; 
	 line-height: 62px; font-size: 18px;}
  }



#ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
#ab_img p{text-wrap: inherit !important; margin-bottom:20px}
#ab_img p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}