html,body{padding: 0;margin: 0;font-size: 16px;color: #333;overflow-x:hidden;     font:14px/1.8 "微软雅黑", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;}
.wrap{margin: 0 auto; width:94%;}
.ny_wrap{margin: 0 auto; width:80%; max-width:1520px; overflow:hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus,select:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.row{margin-right:0; margin-left:0}
dl, ol, ul, p{margin-bottom:0px}

@font-face {
  font-family: "iconfont"; /* Project id 4249492 */
  src: url('../font/iconfont.woff2?t=1694572272187') format('woff2'),
       url('../font/iconfont.woff?t=1694572272187') format('woff'),
       url('../font/iconfont.ttf?t=1694572272187') format('truetype');
}

.iconfont{font-family:"iconfont"!important; font-style:normal;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#aaa; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#fff;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#fff;}

.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

/**导航菜单**/

header{width:100%; z-index:999; background:rgba(255,255,255,0); position:fixed; transition: .6s linear; padding-top:20px}
header .logo{float:left; width:25%;}
header .logo a{width:100%; position:relative; z-index:99;}
header .logo img{margin-top:12px; max-width:100%}

header .rightDiv{float:right; width:72%;}
header .rightDiv .menu{position:relative;}
header .rightDiv .menu ul{width:100%; }
header .rightDiv .menu ul li{float:left; width:10%; height:80px; line-height:80px; text-align:center;  cursor:pointer; position:relative;}
header .rightDiv .menu ul li a{color:#222; font-size:17px; position:relative; font-weight:400; text-transform:uppercase}
header .rightDiv .menu ul li a:after{content:""; display:block;  width:0; height:4px; margin-top:-5px; overflow:hidden; transition:all 0.3s ease-out; background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99);}
header .rightDiv .menu ul li:hover a{color:#173b99}
header .rightDiv .menu ul li:hover a:after{width:100%;}
header .rightDiv .menu ul li.cur a{color:#173b99 !important;}
header .rightDiv .menu ul li:nth-child(9){float:right}
header .rightDiv .menu ul li:nth-child(9) a:after{opacity:0}

header .rightDiv .menu ul ul{position:absolute; text-align:left; background:rgba(255,255,255,1); box-shadow:0px 5px 5px rgba(0,0,0,.1); width:100%;  left:0; top:80px; opacity:0; overflow:hidden; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s; border-radius:3px}
header .rightDiv .menu ul .ej{width:240px; left:-55px;}
header .rightDiv .menu li:hover ul{opacity:1;}
header .rightDiv .menu li:hover ul li{height:50px; line-height:50px;}
header .rightDiv .menu li ul li{width:100%; height:0px; line-height:0px; display:inline-block; border-bottom: 1px solid #eee; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .rightDiv .menu ul ul li:last-child{border-bottom:none;}
header .rightDiv .menu ul ul li:hover{border-bottom:none; height:60px; line-height:60px; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
header .rightDiv .menu ul ul li:hover a{color:#fff !important}
header .rightDiv .menu ul ul li a{font-size:14px; color:#999; text-transform:capitalize}
header .rightDiv .menu ul ul li a:hover,header .rightDiv .menu ul li.cur ul li:hover a{color:#fff !important}
header .rightDiv .menu ul ul li a,header .rightDiv .menu ul li.cur ul li a{ color:#666 !important}
header .rightDiv .menu ul ul li a:after{ display:none}
header .rightDiv .menu ul .lang{ float:right}
header .rightDiv .menu ul .lang i{margin-right:5px; color:#999}

header .search{float:right; width:2%; text-align:center}
header .search i{font-size:18px; color:#999; line-height:80px}

header .mbtn {display: inline-block;width:56px; height:56px;background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../images/menu.png) no-repeat center center;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{position:fixed; top:0; left:0; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2); padding-top:0px}
.on-fixed header .logo .img{display:block}
.on-fixed header .logo .img02{display:none}
.on-fixed header .rightDiv .menu ul li a,.on-fixed header .rightDiv .menu ul .lang i,.on-fixed header .search i{color:#333;}
.on-fixed header .rightDiv .menu ul li:hover a{color:#173b99}
@media (max-width:1780px) {
header .rightDiv .menu ul .ej{left:-65px;}
}
@media (max-width:1680px) {
header .rightDiv .menu ul .ej{left:-68px;}
}
@media (max-width:1480px) {
header .rightDiv .menu ul .ej{left:-72px;}
}
@media (max-width:1380px) {
.wrap{width:96%;}	
.ny_wrap{width:96%;}
header .search i{font-size:20px}
header .logo img{margin-top:20px;}
}
@media (max-width:1180px) {
header .logo img{margin-top:20px;}
header .rightDiv{width:72%;}
header .rightDiv .menu ul li a{font-size:15px}
header .rightDiv .menu ul .ej{width:240px; left:-75px;}
header .search i{font-size:18px}
}
@media (max-width:1024px) {
header .rightDiv .menu ul li a{font-size:13px}
header .search i{font-size:16px}
.on-fixed header .logo .img{margin-top:25px;}
}
@media (max-width:992px) {
img{max-width:100%;height:auto!important;}	
header{position:fixed; z-index:9999; top:0; left:auto; right:0; width:100%; height:60px; transition: right 300ms; background:rgba(255,255,255,0); padding-top:0}
.on-fixed header{height:60px;}
header .mbtn {display: block; top:0}
header .logo img{max-width:95%; margin-top:12px;}
header .logo{width:45%;}	

.on-fixed header .mbtn{top:0px;}
.on-menu header{height:60px;}
.on-menu header .top{height:0}
.on-menu header .mbtn{top:0px;}
header .rightDiv .menu ul li.en{background: url(../images/en.png) no-repeat 20px center;}	
header .rightDiv .menu ul li.en{padding-left:30px}

header .rightDiv .menu {float:right; position:fixed; top:0px; right:0; width:100%; height:100%; padding-top:0;background-color: rgba(255, 255, 255, 1); transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}

header .rightDiv .menu ul{width:100%;  padding-top:60px; display:block !important}
header .rightDiv .menu ul li{padding:0; margin:0; width:100%; height: auto; border-top:1px solid rgba(120,120,120,.15); line-height:40px}
header .rightDiv .menu ul li a:after{ display:none}
header .rightDiv .menu ul li:last-child{border-bottom:1px solid rgba(120,120,120,.15);}
header .rightDiv .menu ul li:hover a{text-align:left; height:40px; line-height:40px; width: calc(100% - 50px); position: relative;}
header .rightDiv .menu ul li a{display:block; color:#666; line-height:40px; height:40px; text-align:left;font-size:16px; width: calc(100% - 50px); padding:0 40px 0 20px; margin:0;}


header .rightDiv .menu ul li.cur a{height:40px; line-height:40px; text-align:left; width: calc(100% - 50px);}
header .rightDiv .menu ul li.cur a{color: #666; position:relative}
header .rightDiv .menu ul li.cur ul li a{color: #173b99;}
header .rightDiv .menu ul li:after{ display:none}
header .rightDiv .menu>ul>li:hover, header .rightDiv .menu>ul>li:focus, header .rightDiv .menu>ul>li.active{background: none;}

header .rightDiv .menu ul ul{top:0; border: 0;    opacity:1; background: transparent;border-bottom:none;padding: 0; display:none !important}
header .rightDiv .menu li ul.open{display:block !important}
header .rightDiv .menu li:hover ul{ width:100%; display:none}

header .rightDiv .menu ul li a span {display: none;}
header .rightDiv .menu ul li a.on {background: none;}
body.on-menu header .rightDiv .menu {right: 0;}
body.on-menu .main {right: 0;}

header.indexHeader .rightDiv .menu>ul>li.on>a{color: #fff;}
header .rightDiv .menu>ul>li:hover>a{color:#333;}
.menu ul ul{box-shadow: none;}
header .rightDiv .menu .linkDiv{display: none;}
header .rightDiv .menu>ul>li.has-sub{padding: 0;}
header .rightDiv .menu>ul>li>a::before{display: none;}

header .rightDiv .menu ul ul li{width:100%; background:rgba(255,255,255,.4); height:40px; line-height:40px;}
header .rightDiv .menu ul ul li a{font-size:14px;color:#173b99; height:40px; line-height:40px; margin:0 10px;}
header .rightDiv .menu ul li.cur li a{height:40px; line-height:40px}


header .rightDiv .menu>ul>li,header .rightDiv .menu.align-center>ul>li,header .rightDiv .menu.align-right>ul>li{float:none;display:block}
header .rightDiv .menu ul ul ul li a{padding-left:40px}
header .rightDiv .menu ul ul,
header .rightDiv .menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
header .rightDiv .menu>ul>li.has-sub>a::after,header .rightDiv .menu ul ul li.has-sub>a::after{display:none}
header .rightDiv .menu li:hover>ul{left: auto;margin-left: auto;}

#menu-line{display:none}

.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,.15);height:40px;width:45px;cursor:pointer}
.menu .submenu-button::after{content:'';position:absolute;top:15px;left:22px;display:block;width:1px;height:11px;background:#333;z-index:99}
.menu .submenu-button::before{content:'';position:absolute;top:20px;left:17px;display:block;width:11px;height:1px;background:#333;z-index:99}
.menu .submenu-button.submenu-opened:after{display:none}

.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
.menu ul ul ul{top: 0;}
header .search{ display:none}
body.on-menu header .mbtn{z-index: 1;}	
header .rightDiv .menu ul .lang i{ display:none}

.on-menu header .logo .img{ display:block}
.on-menu header .logo .img02{ display: none}
header .rightDiv .menu ul .ej{width:100%; left:0;}
header .rightDiv .menu li:hover ul li{ height:40px; line-height:40px}
}
@media (max-width:780px) {
header .logo img{max-width:110%;}	
}
@media (max-width:540px) {
header{height:45px;}
.on-fixed header{height:45px;}
.on-menu header{height:45px;}
header .rightDiv .menu ul{padding-top:45px;}
header .mbtn{height:45px; background-size:18px auto; width:45px}
body.on-menu header .mbtn{background-size:18px auto;}
header .logo{width:60%;}
header .logo img{max-width:100%; margin-top:5px;}	
}
@media (max-width:420px) {
header .logo{width:70%;}	
}

/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width:100%; position:relative; z-index:998;}
.index-banner .swiper-slide{position:relative;}
.index-banner .swiper-container{ overflow: inherit}
.index-banner .img{width:100%; height:860px; min-height:860px; background-attachment:fixed; background-position:center center; background-size:cover; background-repeat:no-repeat}
.index-banner .img a{display:block; width:100%; height:100%}

.index-banner .swiper-pagination-bullets{width:100%; bottom:20px; z-index:2; text-align:center; display:none}
.index-banner .swiper-pagination-bullet{width:8px; height:8px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.4}
.index-banner .swiper-pagination-bullet-active{width:80px; height:8px; border-radius:20px; opacity:.9}
.index-banner .swiper-pagination-bullet span{ border:none}

.index_slogan{position:absolute; background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99); color:#fff; padding:40px 400px 50px 250px; bottom:-72px; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s;}
.index_slogan b{font-size:50px; display:block; height:70px}
.index_slogan p{font-size:40px;}
.index_slogan span{font-size:16px; text-transform:uppercase}

.index-banner .xt{position:absolute; visibility:visible; animation-name:fadeIn; animation-duration:4s; animation-delay:2s; width:100%; height:100%; bottom:0}
@media (max-width:1780px) {
.index-banner .img{height:772px; min-height:772px;}	
}
@media (max-width:1600px) {
.index-banner .img{height:680px; min-height:680px;}	
.index_slogan{padding:40px 300px 50px 150px;}
.index_slogan b{font-size:45px; height:65px}
.index_slogan p{font-size:35px;}
}
@media (max-width:1380px) {
.index-banner .img{height:720px; min-height:720px;}	
.index_slogan{padding:40px 200px 50px;}
.index_slogan b{font-size:40px; height:60px}
.index_slogan p{font-size:30px;}
}
@media (max-width:1180px) {
.index_slogan{padding:30px 150px 40px;}
.index_slogan b{font-size:30px; height:50px}
.index_slogan p{font-size:25px;}
}
@media (max-width:1024px) {
.index-banner .img{height:680px; min-height:680px;}	
}
@media (max-width:992px) {
.index-banner .img{height:620px; min-height:620px;}	
.index_slogan{padding:30px 100px 40px;}
.index_slogan b{font-size:28px; height:45px}
.index_slogan p{font-size:22px;}
.index_slogan span{font-size:14px;}
}
@media (max-width:540px) {
.index-banner .img{height:540px; min-height:540px;}	
.index_slogan{width:100%; padding:30px}
.index-banner .swiper-pagination-bullets{bottom:5px;}
.index-banner .swiper-pagination-bullet{width:8px; height:8px;}
.index-banner .swiper-pagination-bullet-active{width:60px; height:8px;}
}
@media (max-width:420px) {
.index-banner .img{height:450px; min-height:450px;}	
.index_slogan span{font-size:12px;}
}
@media (max-width:380px) {
.index-banner .img{height:400px; min-height:400px;}	
.index_slogan b{font-size:24px; height:38px}
.index_slogan p{font-size:20px;}
}


.inner{max-width:1900px; width:85%; margin:0 auto;}
.index_box{padding:150px 0 60px; position:relative; overflow:hidden; width:100%;}
.index_box02{padding:0 0 80px;}
.tit_box_dh{visibility:visible; animation-name:fadeInDown; animation-duration:1.5s; animation-delay:.1s;}
.tit_box{position:relative; margin-bottom:40px; text-align:center;}
.tit_box .tit_cn{font-size:30px; color:#333; display:inline-block; padding:0px 120px 10px; position:relative; border-bottom:1px solid #d3d8dc;}
.tit_box .tit_cn:before{content:"";display:block;width:60px;height:3px; left:50%;margin-left:-30px;bottom:-1px;position:absolute; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.tit_box p{ font-size:16px; color:#999; margin-top:10px}

.index_more{margin-top:40px; position:relative; z-index:99; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s;}
.index_more .more{background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99); color:#fff; font-size:14px; display:block; width:220px; height:50px; line-height:50px; text-align:center; border-radius:1px; transition:all 0.3s ease-out; margin:0 auto}
.index_more .more:hover{border-radius:25px;}

@media (max-width:1680px) {
.inner{width:90%;}
}
@media (max-width:1480px) {
.tit_box{margin-bottom:30px;}
.index_more{margin-top:30px;}
.index_more .more{width:180px; height:45px; line-height:45px;}
}
@media (max-width:1380px) {
.inner{width:94%;}
.index_box{padding:140px 0 50px;}
.index_box02{padding:0 0 60px;}
.tit_box .tit_cn{font-size:28px;}
}
@media (max-width:1180px) {
.tit_box{margin-bottom:20px;}
.index_more{margin-top:20px;}
.index_more .more{width:160px; height:40px; line-height:40px;}
}
@media (max-width:1024px) {
.index_box{padding:130px 0 40px;}
.index_box02{padding:0 0 50px;}
.tit_box .tit_cn{font-size:26px;}
.index_more .more{font-size:14px}
}
@media (max-width:992px) {
.tit_box .tit_cn{font-size:24px;}
.tit_box p{ font-size:14px; margin-top:5px}
}
@media (max-width:540px) {
.index_box{padding:100px 0 40px;}
.index_box02{padding:0 0 40px;}

}
@media (max-width:420px) {
.index_box{padding:100px 0 30px;}
.index_box02{padding:0 0 30px;}
}

/*首页产品中心*/
.index_case_box01{background-color:#fff}
.index_case_box01 li{width:32%; margin-right:1%; position:relative; margin-bottom:15px; float:left; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_case_box01 li:nth-child(3n){margin-right:0}
.index_case_box01 .img{width:100%; height:320px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:9;}
.index_case_box01 .img:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg,rgba(0,0,0,0) 40%,#000000 100%); z-index:1; opacity:.5;}
.index_case_box01 .img b{border-left:6px solid #009cff; padding:10px 12px; display: block; color:#fff; font-size:20px; position:absolute; bottom:20px; z-index:2; transition:all 0.3s ease-out;}

.index_case_box01 .wz{left:0; top:0; width:100%; height:0; box-shadow:0px 1px 30px rgba(0,0,0,0.1); overflow:hidden; padding:30px; z-index:10; opacity:0; position:absolute; transition:all 0.5s ease-out; background:rgba(23,59,153,.9); }
.index_case_box01 .wz b{font-size:20px; display:block; color:#fff}
.index_case_box01 .wz b:after{content: ""; width:30px; height:4px; display:block; margin:10px 0; transition:all 0.3s ease-out; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.index_case_box01 .wz p{font-size:16px; line-height:35px; color:#fff}
.index_case_box01 .wz span{font-size:14px; margin-top:30px; display:block; color:#fff; border:1px solid #fff; height:50px; line-height:50px; width:180px; border-radius:2px; text-align:center; transition:all 0.3s ease-out;}

.index_case_box01 li:hover .img b{opacity:0}
.index_case_box01 li:hover .wz{opacity:1; height:100%;}

.index_case_box01 li:nth-child(1){animation-delay:.2s;}
.index_case_box01 li:nth-child(2){animation-delay:.3s;}
.index_case_box01 li:nth-child(3){animation-delay:.4s;}
.index_case_box01 li:nth-child(4){animation-delay:.6s;}
.index_case_box01 li:nth-child(5){animation-delay:.8s;}
.index_case_box01 li:nth-child(6){animation-delay:1s;}
@media (max-width:1480px) {
.index_case_box01 .img{height:280px;}
.index_case_box01 .img b{padding:3px 12px; font-size:18px;}
.index_case_box01 .wz b{font-size:18px;}
.index_case_box01 .wz p{font-size:14px; line-height:30px;}
.index_case_box01 .wz span{margin-top:20px;}
}
@media (max-width:1180px) {
.index_case_box01 .img{height:240px;}
.index_case_box01 .img b{padding:2px 8px; font-size:16px;}
.index_case_box01 .wz{padding:20px;}
.index_case_box01 .wz b{font-size:16px;}
.index_case_box01 .wz p{line-height:25px;}
.index_case_box01 .wz span{height:45px; line-height:45px; width:160px}
}
@media (max-width:1024px) {
.index_case_box01 .img{height:200px;}
.index_case_box01 .wz p{line-height:25px; display:block; height:50px}
}
@media (max-width:992px) {
.index_case_box01 li{width:49%;}
.index_case_box01 li:nth-child(2n){ float:right}
.index_case_box01 .img{height:260px;}
.index_case_box01 .wz p{height:75px}
}
@media (max-width:540px) {
.index_case_box01 .img{height:250px;}
.index_case_box01 li{width:100%; margin-right:0}
.index_case_box01 .wz p{ width:90%}
}







/*首页关于我们*/
.index_about{background-color:#fff}
.index_about .tit_box{ margin-bottom:0}
.index_about_txt{width:100%; overflow:hidden}

.index_about_data{position:relative; z-index:2; text-align:center; width:100%; margin:40px 0;}
.index_about_data li{position:relative; width:20%; margin:0 1%; overflow:hidden; padding:50px; text-align:left; box-shadow:0px 1px 30px rgba(0,0,0,0.1); border-radius:3px; position:relative; display:inline-block; background-repeat:no-repeat; background-position:center center; background-size:cover; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_about_data li p{font-size:16px; color:#333; display:block; margin-bottom:20px}
.index_about_data li .timer{font-size:50px; font-weight:bold; margin-right:5px; background-image:-webkit-linear-gradient(90deg,#009cff,#173b99);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.index_about_data li em{font-size:14px; color:#999; font-style:normal;}
.index_about_data li b{font-size:14px; color:#666; display:block; font-weight:normal; line-height:30px; width:100%; margin:20px 0 50px}
.index_about_data li:nth-child(1){animation-delay:.2s;}
.index_about_data li:nth-child(2){animation-delay:.3s;}
.index_about_data li:nth-child(3){animation-delay:.4s;}
.index_about_data li:nth-child(4){animation-delay:.5s;}

.index_about_wz{position:relative; width:100%; padding:110px; margin-top: -100px; overflow:hidden; background-image:url(../images/bg01.jpg); background-color:#173b99; background-repeat:no-repeat; background-position:center center; background-attachment:fixed; background-size:cover}
.index_about_wz .wz{width:50%; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.2s;}
.index_about_wz .bt{font-size:30px; display:block;color:#fff; font-weight:normal;}
.index_about_wz .bt:after{content: ""; width:30px; height:3px; background-color:#fff; display:block; margin:20px 0}
.index_about_wz p{font-size:16px; line-height:35px; text-align: justify; color:#fff}
.index_about .index_more{float:left}
.index_about .index_more .more{background:#fff; color:#173b99; }
@media (max-width:1600px) {
.index_about_data li{padding:40px;}
}
@media (max-width:1480px) {
.index_about_data li{padding:30px;}
.index_about_wz .bt{font-size:26px;}
.index_about_wz p{font-size:14px; line-height:30px;}
}
@media (max-width:1380px) {
.index_about_data li p{margin-bottom:10px}	
.index_about_data li .timer{font-size:40px;}
.index_about_data li b{margin:10px 0 30px}
.index_about_wz{padding:110px 90px; margin-top: -120px;}
.index_about_wz .bt:after{margin:10px 0}
}
@media (max-width:1180px) {
.index_about_data li{padding:20px;}	
.index_about_wz{padding:100px 70px; margin-top: -120px;}
.index_about_wz p{line-height:25px;}
.index_about_wz .wz{width:60%;}
}
@media (max-width:1024px) {
.index_about_data{margin:30px 0;}	
.index_about_data li{width:22%;}
.index_about_data li p{margin-bottom:0px;}
.index_about_data li .timer{font-size:36px;}
.index_about_data li b{line-height:25px; width:70%; margin:0 0 30px;}
.index_about_wz{padding:80px 40px; margin-top:-100px;}
.index_about_wz .wz{width:70%;}
}
@media (max-width:992px) {
.index_about_data li b{width:80%; margin:0 0 20px;}
}
@media (max-width:780px) {
.index_about_data li{width:23%; margin:0 0.5%;}
}
@media (max-width:540px) {
.index_about_data li{width:48%; box-shadow:1px 1px 5px rgba(0,0,0,0.1);}
.index_about_data li b{font-size:13px}
.index_about_wz .wz{width:90%;}
.index_about_wz{padding:80px 20px 40px; margin-top:-100px;}

}


/*首页新闻资讯*/
.index_news{width:100%; overflow:hidden;}
.index_news_box{width:100%;}
.index_news_box li{float:left; width:32%; margin-right:2%; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;  box-shadow:0px 1px 30px rgba(0,0,0,0.1); margin-bottom:30px}
.index_news_box li:nth-child(3){margin-right:0}
.index_news_box li a{display:block; width:100%; overflow:hidden}
.index_news_box li .img{width:100%; height:290px; overflow:hidden;}
.index_news_box li .img img{width:100%; transition: all .4s;}
.index_news_box li .text{width:100%; overflow:hidden; padding:20px}
.index_news_box li .text .date{color:#fff; font-size:16px; display: block; width:120px; text-align:center; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99); margin-bottom:10px}
.index_news_box li .text b{font-size:20px; color:#333; }
.index_news_box li .text p{font-size:16px; color:#666;}
.index_news_box li:nth-child(1){animation-delay:.2s;}
.index_news_box li:nth-child(2){animation-delay:.4s;}
.index_news_box li:nth-child(3){animation-delay:.6s;}
.index_news_box li:after{content:''; width:0; height:6px; display:block; margin:20px 0 0; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99); transition: all .4s;}
.index_news_box li:hover:after{width:100%;}
.index_news_box li:hover .img img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.index_news_box .more{visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s; display:block; color:#999; padding-left:20px}
.index_news_box .more font{margin-right:10px; font-size:16px}

.index_support{width:100%; overflow:hidden;}
.index_support_box{width:100%; overflow:hidden;  position:relative; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.index_support_left{float:left; width:60%; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_support_right{float:right; width:40%; padding:100px; color:#fff; font-size:20px; line-height:40px; font-weight:bold; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.4s;}
.index_support_box .index_more{position:absolute; right:100px; bottom:100px}
.index_support_box .index_more .more{background:#fff; color:#173b99; }

.index_partner{width:100%; overflow:hidden;}
.index_partner_box{visibility:visible; animation-name:fadeIn; animation-duration:1.5s; animation-delay:.2s;}
.index_partner_box .img{display:block; width:100%; height:140px; overflow:hidden; padding:0; position:relative; border:1px solid #eee}
.index_partner_box .img .por{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.index_partner_box .img .por img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10}
@media (max-width:1780px) {
.index_news_box li .img{height:270px;}
}
@media (max-width:1680px) {
.index_news_box li .img{height:258px;}
}
@media (max-width:1600px) {
.index_news_box li .img{height:245px;}
.index_support_right{padding:60px;}
.index_support_box .index_more{right:60px; bottom:60px}
}
@media (max-width:1480px) {
.index_news_box li .img{height:220px;}
.index_partner_box .img{height:100px; }
.index_news_box li .text b{font-size:18px;}
.index_news_box li .text p{font-size:14px;}
}
@media (max-width:1380px) {
.index_news_box li .text b{font-size:16px;}
.index_support_right{font-size:18px;}
}
@media (max-width:1280px) {
.index_news_box li .img{height:210px;}	
}
@media (max-width:1180px) {
.index_news_box li .img{height:195px;}	
.index_partner_box .img{height:80px;}	
}
@media (max-width:1024px) {
.index_news_box li{width:32.666%; margin-right:1%;}
.index_news_box li .img{height:175px;}	
}
@media (max-width:992px) {
.index_news_box li .img{height:155px;}	
.index_support_left{width:100%;}
.index_support_right{width:100%; padding:60px 60px 120px}
}
@media (max-width:820px) {
.index_news_box li .img{height:140px;}		
}
@media (max-width:780px) {
.index_news_box li .img{height:132px;}	
}
@media (max-width:540px) {
.index_news_box li{width:100%; margin-right:0; margin-bottom:10px}
.index_news_box li .text{margin: 5px 0;}
.index_news_box li:after{margin: 20px 0 0;}
.index_news_box li .img{height: auto;}	
.index_support_right{padding:30px 30px 120px; font-size:16px}
.index_support_box .index_more{left:30px; right:auto}
}







/**底部**/
.footer{width:100%; overflow:hidden; padding:80px 0; position:relative; background:#111}
.footer b{font-size:16px; color:#ddd; display:block; text-transform:uppercase}
.footer b:after{content: ""; width:20px; height:4px; display:block; margin:10px 0; background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99);}
.footer .foot_name{width:15%; float:left;}
.footer .foot_logo{width:100%;}

.footer .foot_left {float:left; width:43%;}
.footer .foot_left .foot_nav{width:33.33%; overflow:hidden; float:left;}
.footer .foot_left .foot_nav li{width:100%; height:35px; line-height:35px;}
.footer .foot_left .foot_nav li a{font-size:14px; color:#999}



.footer .foot_cont{width:23%; float:left;}
.footer .foot_cont p{color:#999; font-size:14px; line-height:35px;}
.footer .foot_cont a{color:#999}

.footer .foot-right{width:7.5%; float:right; margin-left:2%}
.footer .foot-right img{width:100%; margin-top:8px}

.foot_box{width:100%; overflow:hidden; background:#000; height:50px; line-height:50px; color:#999; text-align:center; font-size:12px}
.foot_box a{color:#999; font-size:12px; margin-left:10px}
@media (max-width:1380px) {
.footer{padding:60px 0;}
}
@media (max-width:1180px) {
.footer b:after{height:3px; margin:5px 0}
.footer .foot_left .foot_nav li{height:25px; line-height:25px;}
.footer .foot_cont p{line-height:25px;}
}
@media (max-width:1024px) {
.footer .foot_name{width:10%; margin-right:3%}
.footer .foot_left {width:50%;}
}

@media (max-width:540px) {
.footer{padding:40px 0;}
.footer .foot_name{width:100%; float:none; text-align:center; margin-right:0;  margin-bottom:20px}	
.footer .foot_left {width:100%; float:none; overflow:hidden; margin-bottom:10px}
.footer .foot_left .foot_nav{width:100%; margin-bottom:10px}
.footer .foot_left .foot_nav li{width:33%; float:left}
.footer .foot_cont{width:100%; margin-bottom:10px}
.footer .foot_cont p{width:33%; float:left}
.footer .foot-right{width:100%;}
.footer .foot-right img{width:30%; margin-top:8px; margin-left:35%}
.foot_box{ height:auto; line-height:20px; padding:10px 0}
}
@media (max-width:420px) {
.footer .foot_cont p{width:50%; float:left}
.footer .foot-right img{width:35%; margin-top:0; margin-left:32%}
}


/**nybanner**/
.ny-banner{width:100%; position:relative; min-height:600px; z-index:98;}
.ny-banner .tit{font-size:45px; color:#fff; display:block; text-transform:uppercase; text-align:center; font-weight:bold; padding-top:7%}
.ny-banner .tit:after{content: ""; width:60px; height:4px; background-color:#173b99; display:block; margin:0 auto}

/**内页**/
.ny_box{width:100%; overflow:hidden; padding:100px 0;}
.ny_box02{background:#f5f5f5}
.ny_box .inner{max-width:1400px}
.ny_left{width:16%; float:left}
.ny_right{width:80%; overflow:hidden; float:right}

.ny_box .tit_box{margin-bottom:30px;text-align:center; width:100%}
.ny_box .tit_box b{font-size:32px; line-height:40px; text-transform:uppercase; background-image:-webkit-linear-gradient(top,#009cff,#173b99);-webkit-background-clip: text;-webkit-text-fill-color: transparent; display:block}
.ny_box .tit_box p{ text-transform:uppercase; font-size:20px; color:#ddd; margin:0; font-weight:bold}
@media (max-width:1440px) {
.ny-banner{min-height:500px;}
.ny_box{padding:80px 0;}
}
@media (max-width:1380px) {
.ny-banner{min-height:500px;}
}
@media (max-width:1024px) {
.ny-banner{min-height:400px;}
.ny_box{padding:60px 0;}
.ny_box .tit_box{margin-bottom:20px;}
.ny_box .tit_box b{font-size:28px; line-height:35px;}
.ny_box .tit_box p{font-size:18px;}
}
@media (max-width:992px) {
.ny-banner{min-height:300px; margin-top:60px}
.ny_left{width:100%;}
.ny_right{width:100%;}
}
@media (max-width:540px) {
.ny-banner{min-height:200px; margin-top:45px}
.ny_box{padding:40px 0;}
.ny_box .tit_box b{font-size:24px; line-height:30px;}
.ny_box .tit_box p{font-size:16px;}
}
@media (max-width:420px) {
.ny-banner{min-height:150px;}
}

/**内页导航**/
.left_menu{width:90%; margin-top:-75px; position:relative; height:150px; line-height:150px; z-index:99; background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99);}
.left_menu .categoryDiv{ margin-left:8.5%}
.left_menu .categoryDiv .hd{position:relative; color:#FFF; font-size:30px; font-weight:bold; float:left; padding-left:20px}
.left_menu .categoryDiv .hd:before {content:""; position:absolute; left:0; top:62px; height:30px; width:5px; background:#fff;}
.left_menu .categoryDiv .hd i{font-family: "iconfont" !important;font-size:15px; font-style: normal; margin-left:10px; opacity:0}
.left_menu .categoryDiv .bd{text-align:center; overflow:hidden; float:right; margin-right:80px}
.left_menu .categoryDiv .bd ul{}
.left_menu .categoryDiv .bd li{position:relative; text-align:center; cursor:pointer; display:inline-block; margin-left:50px;}
.left_menu .categoryDiv .bd li a{position:relative; display:block; transition: all 0.5s; color:#fff; font-size:16px}
.left_menu .categoryDiv .bd li a i{transition: all 0.4s; opacity:0; font-size:14px}
.left_menu .categoryDiv .bd li.active a i{ opacity:1}
.left_menu .categoryDiv .bd li:hover a,.left_menu .categoryDiv .bd li.active a{font-size:18px; font-weight:bold}
@media (max-width:1680px) {
.pro_menu .categoryDiv .bd li{margin-left:30px;}
}
@media (max-width:1600px) {
.pro_menu .categoryDiv .bd li{margin-left:25px;}
}
@media (max-width:1480px) {
.pro_menu .categoryDiv .bd{margin-right:50px}
.pro_menu .categoryDiv .bd li{margin-left:10px;}
.pro_menu .categoryDiv .bd li:hover a,.pro_menu .categoryDiv .bd li.active a{font-size:16px;}
.pro_menu .categoryDiv .bd li a{font-size:14px}
}
@media (max-width:1380px) {
.left_menu{width:94%;}
.left_menu .categoryDiv{ margin-left:3%}
.left_menu .categoryDiv .bd{margin-right:60px;}	
.left_menu .categoryDiv .bd li{margin-left:30px;}
.pro_menu .categoryDiv .bd{margin-right:30px}	
.pro_menu .categoryDiv .bd li{margin-left:10px;}
}

@media (max-width:1024px) {
.left_menu{height:120px; line-height:120px; margin-top:-60px;}	
.left_menu .categoryDiv .hd{font-size:24px; padding-left:20px}
.left_menu .categoryDiv .hd:before{top:48px; height:25px;}
.left_menu .categoryDiv .bd li:hover a,.left_menu .categoryDiv .bd li.active a{font-size:16px;}
.left_menu .categoryDiv .bd li a{font-size:14px}
.pro_menu .categoryDiv .bd{margin-right:10px}	
.pro_menu .categoryDiv .bd li{margin-left:5px;}
.pro_menu .categoryDiv .bd li:hover a,.pro_menu .categoryDiv .bd li.active a{font-size:14px;}
.pro_menu .categoryDiv .bd li a{font-size:12px}
}
@media (max-width:992px) {
.left_menu .categoryDiv02{display: block}
.left_menu{position:relative; height:60px; line-height:60px; width:100%; margin:0}
.left_menu .categoryDiv{margin-left:0}
.left_menu .categoryDiv .hd{text-align:center; font-size:18px; color:#fff; padding-left:0; width:100%}
.left_menu .categoryDiv .hd:before{display:none}
.left_menu .categoryDiv .hd i{opacity:1}
.left_menu .categoryDiv .bd {width:100%; height:auto; display:none; position:absolute; margin-top:60px; margin-right:0px}
.left_menu .categoryDiv .bd ul{width:100%; overflow:hidden; border-top:none; border-bottom:none;}
.left_menu .categoryDiv .bd ul li{width:100%; height: auto; line-height:50px; float:left; background:#f5f5f5; text-align:center;  padding-left:0; margin-left:0;}
.left_menu .categoryDiv .bd ul li a {height:50px; line-height:50px; font-size:14px; width:100%; border-bottom:1px solid #eee; position: relative; color:#666;}
.left_menu .categoryDiv .bd li:after,.left_menu .categoryDiv .bd li a i{display:none}
.left_menu .categoryDiv .bd li.active a,.twoMenuDiv .categoryDiv .bd li:hover a{color:#173b99;}
.left_menu .categoryDiv .bd li.active{border-right:none}
.pro_menu .categoryDiv .bd li:hover a,.pro_menu .categoryDiv .bd li.active a{font-size:14px;}
.pro_menu .categoryDiv .bd li a{font-size:14px}
.pro_menu02{ display:none}
}


/**关于我们**/
.ny_aboutus_box{width:100%; overflow:hidden;}
.ny_aboutus_box img{width:35%; float:left; margin-right:30px}
.ny_aboutus_box p{font-size:16px; line-height:35px; color:#333; text-indent:2em}
/**发展历程**/
#history{position:relative; background-repeat:no-repeat; background-position:center bottom; background-size:cover; background-image:url(../images/bg_d.jpg)}
.history_box{overflow:hidden;}
.history_box .swiper-slide{position:relative; cursor:pointer; text-align:center; overflow:hidden; margin-bottom:150px;}
.history_box .xt{position:absolute; display:block; width:100%; height:1px; background:#dedede; top:244px}
.history_box .swiper-slide h1{ display:block; font-size:24px; font-weight:bold; width:100%; z-index:11; top:0; color:#173b99}
.history_box .swiper-slide h1:after{content:""; position:absolute; top:35px; left:0; right:0; z-index:10; width:9px; height:9px; border-radius:50%; background:#173b99; display:block; margin:0 auto}
.history_box .swiper-slide h1:before{content: ""; position:absolute; top:50px; left:0; right:0; z-index:9; display:block; width:1px; height:25px; background:#dedede;  margin:0 auto}
.history_box .swiper-slide .wz{width:100%; padding:12px 20px; overflow:auto; text-align:left; margin-top:50px}
.history_box .swiper-slide .wz p{line-height:30px; font-size:14px; color:#333;}
.history_box .swiper-button-next,.history_box .swiper-button-prev{top:33%; bottom:0px; width:50px; height:50px; line-height:50px; text-align:center; background:rgba(255,255,255,0.9);}
.history_box .swiper-button-prev{left:6%;}
.history_box .swiper-button-next{right:6%}  
.history_box .swiper-button-next:hover,.history_box .swiper-button-prev:hover{background: linear-gradient(90deg, #009cff, #173b99);}
.history_box .swiper-button-next i,.history_box .swiper-button-prev i{color:#999; position: absolute; font-size:20px; display:block; width:100%}
.history_box .swiper-button-next:hover i,.history_box .swiper-button-prev:hover i{color:#fff;}
/**组织架构**/
#organiz{text-align:center}
/**企业文化**/
#culture{}
.culture_box{}
.culture_box li{width:33%; float:left; padding:50px 0; text-align:center; color:#fff; margin:.15%; position:relative;background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.culture_box li::before {content:"";position:absolute;top:0;left:0;width:100%;height:100%; background:#000; opacity:.4; z-index:1}
.culture_box li i{display:block; font-size:50px; z-index:2; position:relative}
.culture_box li b{font-size:20px; z-index:2; position:relative}
.culture_box li p{font-size:16px; z-index:2; position:relative; line-height:35px; height:70px; display:block}
.culture_box li:nth-child(1){background-image:url(../images/culture01.jpg)}
.culture_box li:nth-child(2){background-image:url(../images/culture04.jpg)}
.culture_box li:nth-child(3){background-image:url(../images/culture03.jpg)}
.culture_box li:nth-child(4){background-image:url(../images/culture04.jpg)}
.culture_box li:nth-child(5){background-image:url(../images/culture05.jpg)}
.culture_box li:nth-child(6){background-image:url(../images/culture06.jpg)}
/**公司风采**/
#style{ background:#f5f5f5}
.environment_box{position:relative; width:100%;margin:0 auto}
.environment_box .swiper-container{margin-top:30px;}
.environment_box .swiper-slide{width:800px; height:600px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.environment_box .swiper-slide img{width:100%; height:100%; display:block;}
.environment_box .swiper-pagination-bullets{bottom:0px; margin:0 auto; width:800px; position:relative; padding:20px 0 0; display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.environment_box .swiper-pagination-bullet{width:100%; height:3px; opacity:1; background:#d1d1d1; position: relative; border-radius:0;}
.environment_box .swiper-pagination-bullet-active {opacity: 1; background:#173b99;}
/**荣誉证书**/
.honor_box{}
.honor_box .swiper-slide{ background:#f5f5f5; text-align:center}
.honor_box .swiper-slide .img{display:block; width:100%; height:280px; overflow:hidden; padding:0; position:relative;}
.honor_box .swiper-slide .img .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.honor_box .swiper-slide .img .pro img{display:block; max-width:90%; max-height:85%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:all 0.3s ease-out; z-index:98}
.honor_box .swiper-slide p{ font-size:16px; margin-bottom:30px; color:#666}
@media (max-width:1380px) {	
.history_box .xt{ display:none}
}
@media (max-width:1024px) {	
.ny_aboutus_box img{width:40%; margin-right:20px}
.ny_aboutus_box p{font-size:14px; line-height:30px;}
.history_box .swiper-slide{margin-bottom:80px;}
.history_box .swiper-slide h1{font-size:20px;}
.culture_box li{padding:60px 0;}
.culture_box li i{font-size:40px;}
}
@media (max-width:992px) {	
.culture_box li{width:49.8%; margin:.1%;}
}
@media (max-width:540px) {	
.ny_aboutus_box img{width:100%; margin-bottom:10px}
.ny_aboutus_box p{font-size:14px; line-height:30px;}
.history_box .swiper-slide .wz{ text-align:center}
.culture_box li{width:100%; margin:.1%; padding:100px 0;}
.environment_box .swiper-slide{width:100%; height:400px;}
.environment_box .swiper-container{margin-top:20px}
}
@media (max-width:420px) {	
.environment_box .swiper-container{margin-top:10px}
.environment_box .swiper-slide{width:100%; height:320px;}
.history_box .swiper-slide{margin-bottom:0px;}
}



/*产品展示*/
.products_box{width:100%; overflow:hidden; margin-bottom:40px}
.products_box li{width:24%; margin-right:1.33%; padding:5px; float:left; background:#f5f5f5; border:1px solid #eee; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:15px}
.products_box li:nth-child(4n){margin-right:0}
.products_box li .more{position:absolute; width:100%; height:0%; bottom:0; left:0; background:rgba(23,59,153,.8); z-index:9; text-align:center; color:#fff; transition:all 0.3s ease-out;}
.products_box li .more i{font-size:40px; display:block; margin-top:32%}
.products_box li .more span{font-size:14px; text-transform:uppercase}
.products_box li .imgDiv{display:block; width:100%; height:250px; overflow:hidden; padding:0; position:relative; background:#fff; z-index:8}
.products_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.products_box li .imgDiv .pro img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10}
.products_box li .text{width:100%; overflow:hidden; text-align:center; background:#fff; color:#333; font-size:16px; padding-bottom:20px}
.products_box li:hover{background:#173b99; border:1px solid #173b99;}
.products_box li:hover .more{height:100%;}
@media (max-width:1024px) {
.products_box li .imgDiv{height:150px;}
}
@media (max-width:540px) {
.products_box{margin-bottom:20px}
.products_box li{width:49%; margin-right:0}	
.products_box li:nth-child(2n){ float:right}
}



/**产品详情**/
.pro_detail_box{width:100%; overflow:hidden; margin-bottom:30px}
.picture_box{width:45%; float:left}
.picture_box .gallery-top{border:1px solid #eee; text-align:center; position:relative}
.picture_box .swiper-container {width:100%;}

.picture_box .gallery-top .swiper-slide{display:block; width:100%; height:400px; overflow:hidden; padding:0; position:relative;}
.picture_box .gallery-top .swiper-slide .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.picture_box .gallery-top .swiper-slide .img img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s; z-index:98}

.picture_box .swiper-slide {background-size:120%; background-repeat:no-repeat; background-position:center;}
.picture_box .gallery-thumbs {height:100px; box-sizing:border-box; width:100%; margin:0 auto; margin-top:20px; cursor: pointer; z-index:99}
.picture_box .gallery-thumbs .swiper-slide {height:100%; opacity:0.4; border:2px solid #eee;}
.picture_box .gallery-thumbs .swiper-slide-thumb-active {opacity:1; border:2px solid #173b99;}

.picture_box .swiper-button-next,.picture_box .swiper-button-prev{top:50%; bottom:0px; background:rgba(0,0,0,.3); width:50px; height:50px; line-height:50px; text-align:center; position:absolute; z-index:99}
.picture_box .swiper-button-prev{left:0;}
.picture_box .swiper-button-next{right:0}
.picture_box .swiper-button-next:hover,.picture_box .swiper-button-prev:hover{background:rgba(23,59,153,1);}
.picture_box .swiper-button-next i,.picture_box .swiper-button-prev i{color:#fff;}
.picture_box .swiper-button-next:hover i,.picture_box .swiper-button-prev:hover i{color:#fff;}

.pro_detail_text{float:right; width:52%; overflow:hidden}
.pro_detail_text b{font-size:38px; line-height:38px; color:#173b99; margin-bottom:15px; font-weight:bold; display:block}
.pro_detail_text span{font-size:18px; color:#222}
.pro_detail_text .txt{margin-top:5px; clear:both; overflow:hidden; margin-bottom:20px}
.pro_detail_text .txt p{font-size:15px; line-height:40px}
.pro_detail_text .tel{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#222; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:left;cursor: pointer}
.pro_detail_text .order{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#173b99; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:right;cursor: pointer}
.pro_detail_text .tel a,.pro_detail_text .order a{color:#FFF;}
.pro_detail_text i{margin-right:10px}

.red_pro_box{width:100%; overflow:hidden;}
.red_pro_box .bt{background:#f4f4f4; overflow:hidden; height:60px; line-height:60px; padding-left:20px; font-size:20px; margin-bottom:20px; border-left:3px solid #173b99; color:#173b99; text-transform:uppercase; font-weight:bold}
.red_pro_box02{ margin-bottom:30px}


.product_details ul{border:1px solid #eee; width:100%}
.product_details ul li{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;border-bottom:1px solid #e4e4e4; line-height:60px}
.product_details ul li:last-child {border-bottom-width:0}
.product_details ul li .n-product-bot-l {padding:0 2%;width:23%;background-color:#f5f5f6;border-right:1px solid #e4e4e4;box-sizing:border-box;font-size:18px;color:#181818;font-weight:bold;}
.product_details ul li .n-product-bot-r {padding:0 2%;width:77%;box-sizing:border-box;font-size:14px;color:#181818}

.red_pro_box .ny_products_box li{ width:24%}
.red_pro_box .ny_products_box li:nth-child(3n){margin-right:1.3%}
.red_pro_box .ny_products_box li:nth-child(4n){margin-right:0}

.product_details table td{ border:1px solid #eee; height:30px; line-height:30px; padding-left:10px}
@media (max-width:1380px) {	
.picture_box .gallery-thumbs {height:80px;}
.pro_detail_text b{font-size:34px; height:34px; line-height:34px;}
.pro_detail_text .txt p{line-height:35px}
}
@media (max-width:1180px) {	
.pro_detail_text .txt p{font-size:14px; line-height:35px}
.product_details ul li .n-product-bot-l { font-size:16px}
}
@media (max-width:1024px) {	
.picture_box .gallery-top .swiper-slide{height:320px;}
.picture_box .gallery-thumbs {height:70px; margin-top:10px}
.pro_detail_text b{font-size:28px; height:28px; line-height:28px; margin-bottom:10px;}
.pro_detail_text .txt{margin-top:0; margin-bottom:10px}
.pro_detail_text .txt p{font-size:12px; line-height:25px}
.red_pro_box .bt{height:50px; line-height:50px; font-size:18px}
.product_details .video{height:450px;}
.product_details ul li{line-height:50px}
.product_details ul li .n-product-bot-l{font-size:14px;}
}
@media (max-width:992px) {	
.picture_box{width:100%; margin-bottom:20px}
.picture_box .gallery-top .swiper-slide{height:400px;}
.picture_box .gallery-thumbs {height:120px;}
.pro_detail_text .txt p{font-size:14px; line-height:30px}
.pro_detail_text{width:100%}
}
@media (max-width:780px) {	
.picture_box .gallery-thumbs {height:100px;}
.product_details .video{height:400px;}
.red_pro_box .ny_products_box li{width:49%; margin-right:0 !important}
.red_pro_box .ny_products_box li:nth-child(2n){ float:right}
}
@media (max-width:540px) {	
.pro_detail_box,.red_pro_box02{margin-bottom:20px}
.picture_box .gallery-thumbs {height:90px;}
.pro_detail_text b{font-size:20px; height:20px; line-height:20px;}
.pro_detail_text span{ font-size:16px}
.pro_detail_text{margin-bottom:10px}
.product_details .video{height:350px; margin-bottom:10px}
.red_pro_box .bt{margin-bottom:5px; font-size:16px; padding-left:15px; height:40px; line-height:40px}
.product_details ul li{line-height:25px}
.product_details ul li .n-product-bot-l,.product_details ul li .n-product-bot-r{font-size:13px; padding:2%;}
}
@media (max-width:420px) {	
.picture_box .gallery-top .swiper-slide{height:320px;}
.picture_box .gallery-thumbs {height:70px;}
.pro_detail_text .tel,.pro_detail_text .order{width:49%; font-size:16px}
.product_details .video{height:300px; margin-bottom:10px}
.product_details ul li{line-height:20px;}
.product_details ul li .n-product-bot-l,.product_details ul li .n-product-bot-r{font-size:12px;}
}
@media (max-width:390px) {	
.pro_detail_text .tel,.pro_detail_text .order{font-size:14px}
}




/**视频展示**/
.video_box{width:100%; overflow:hidden; margin-bottom:40px}
.video_box li{width:32.333%; float:left; margin-right:1%; margin-bottom:15px; position:relative; background:#fff; position:relative}
.video_box li:nth-child(3n){margin-right:0}
.video_box li .img{width:100%; height:230px; overflow:hidden}
.video_box li .img img{width:100%; height:100%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.video_box li .video-show{position: absolute;z-index: 3;left:49%;top:43%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;color: #FFFFFF;width: 100%;}
.video_box li .videoicon{ display:block; width:75px; height:75px; background: url(../images/sp.png) no-repeat center center;-moz-background-size:100%;-o-background-size:100%; background-size:100%; margin: 0 auto; opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, -webkit-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s; transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
.video_box li:hover .videoicon{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.video_box li:hover .img img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.video_box li .wz{font-size:16px; text-align:center; height:50px; line-height:50px; color:#222; background:#f5f5f5}
@media (max-width:1180px) {
.video_box li .img{height:180px;}
}
@media (max-width:992px) {
.video_box{margin-bottom:30px}
.video_box li{width:49%; margin-right:0;}
.video_box li:nth-child(even){float:right}
.video_box li .img{height:220px;}
}
@media (max-width:820px) {
.video_box li .img{height:190px;}
}
@media (max-width:540px) {
.video_box{margin-bottom:20px}
.video_box li{width:100%;}
.video_box li .img{height: auto;}
}



/*新闻资讯*/
.index_news_box02{width:100%; overflow:hidden}
.index_news_box02 li{float:left; width:32%; margin-right:2%; box-shadow:0px 1px 30px rgba(0,0,0,0.1); margin-bottom:30px}
.index_news_box02 li:nth-child(3n){margin-right:0}
.index_news_box02 li a{display:block; width:100%; overflow:hidden}
.index_news_box02 li .img{width:100%; height:240px; overflow:hidden;}
.index_news_box02 li .img img{width:100%; transition: all .4s;}
.index_news_box02 li .text{width:100%; overflow:hidden; padding:20px}
.index_news_box02 li .text .date{color:#fff; font-size:16px; display: block; width:120px; text-align:center; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99); margin-bottom:10px}
.index_news_box02 li .text b{font-size:20px; color:#333; }
.index_news_box02 li .text p{font-size:16px; color:#666;}
.index_news_box02 li:after{content:''; width:0; height:6px; display:block; margin:20px 0 0; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99); transition: all .4s;}
.index_news_box02 li:hover:after{width:100%;}
.index_news_box02 li:hover .img img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.index_news_box02 .more{display:block; color:#999; padding-left:20px}
.index_news_box02 .more font{margin-right:10px; font-size:16px}
@media (max-width:1780px) {
.index_news_box02 li .img{height:220px;}
}
@media (max-width:1480px) {
.index_news_box02 li .text b{font-size:18px;}
.index_news_box02 li .text p{font-size:14px;}
}
@media (max-width:1380px) {
.index_news_box02 li .text b{font-size:16px;}
}
@media (max-width:1280px) {
.index_news_box02 li .img{height:210px;}	
}
@media (max-width:1180px) {
.index_news_box02 li .img{height:195px;}	
}
@media (max-width:1024px) {
.index_news_box02 li{width:32.666%; margin-right:1%;}
.index_news_box02 li .img{height:175px;}	
}
@media (max-width:992px) {
.index_news_box02 li{width:49%; margin-right:0; margin-bottom:20px}
.index_news_box02 li:nth-child(2n){ float:right}
.index_news_box02 li .img{height:230px;}	
}
@media (max-width:820px) {
.index_news_box02 li .img{height:200px;}		
}
@media (max-width:780px) {
.index_news_box02 li .img{height:190px;}	
}
@media (max-width:540px) {
.index_news_box02 li{width:100%; margin-right:0; margin-bottom:10px}
.index_news_box02 li:nth-child(6){ margin-bottom:30px}
.index_news_box02 li .text{margin: 5px 0;}
.index_news_box02 li:after{margin: 20px 0 0;}
.index_news_box02 li .img{height: auto;}	
}


/**新闻资讯**/
.news_box{width:100%; overflow:hidden; margin-bottom:40px}
.news_box li{max-width:100%; padding:0; overflow: hidden; border-bottom:1px solid #eee; padding-bottom:30px; margin-bottom:20px}
.news_box li .imgDiv{width:20%; float:left; height:130px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.news_box li .textDiv{ width:65%; float:left; margin-left:2%}
.news_box li .textDiv .title{font-size:18px; color:#666; overflow:hidden; height:35px; line-height:35px; margin:10px 0}
.news_box li .textDiv .p{font-size:16px; color:#999; line-height:35px}
.news_box li .timeDiv{width:11%; float:right; border-left:1px solid rgba(0,0,0,.06); margin-top:35px}
.news_box li .timeDiv .sj{float:left; text-align:center; width:70%; padding-left:15%}
.news_box li .timeDiv .sj p{font-size:30px; height:30px; line-height:30px; margin-bottom:10px; font-weight:bold; color:#666; }
.news_box li .timeDiv .sj span{color:#999; font-size:14px}
.news_box li .timeDiv .more{float:right; text-align:right; display:block; width:30%; color:#ddd; font-size:30px}
.news_box li .timeDiv02{display:none; color:#173b99;}
.news_box li:hover .textDiv .title,.news_box li:hover .timeDiv .sj p,.news_box li:hover .timeDiv .sj span,.news_box li:hover  .timeDiv .more{color:#173b99;}
@media (max-width:1600px) {
.news_box li .textDiv .title{margin:5px 0}
.news_box li .timeDiv{margin-top:25px}
}
@media (max-width:1380px) {
.news_box li{padding-bottom:20px; }	
.news_box li .textDiv .title{font-size:20px;}
.news_box li .textDiv .p{font-size:14px; line-height:30px}
.news_box li .timeDiv .more{ font-size:28px}
}
@media (max-width:1280px) {
.news_box li .imgDiv{height:110px;}	
}
@media (max-width:1180px) {
.news_box li{padding-bottom:30px; }		
.news_box li .imgDiv{height:100px;}	
.news_box li .timeDiv{margin-top:20px}
.news_box li .textDiv .title{font-size:18px; margin:0}
}
@media (max-width:1024px) {
.news_box li{padding-bottom:20px; }	
.news_box li .textDiv .title{font-size:16px;}	
.news_box li .textDiv .p{line-height:25px}
.news_box li .timeDiv{margin-top:15px}
.news_box li .timeDiv .sj p{font-size:25px; height:25px; line-height:25px; margin-bottom:5px;}
}
@media (max-width:992px) {
.news_box li .imgDiv{width:20%; height:80px;}	
.news_box li .textDiv{width:60%;}
.news_box li .timeDiv{width:15%;}
}
@media (max-width:540px) {
.news_box{margin-bottom:30px}
.news_box li{padding:0; margin-bottom: 10px; padding-bottom:10px}
.news_box li .imgDiv{width:100%; height:auto}	
.news_box li .imgDiv img{width:100%;}
.news_box li .textDiv{width:100%; margin-left:0}	
.news_box li .timeDiv{display:none}
.news_box li .timeDiv02{display:block;}
}

/**文章详情**/
.newsDetailDiv{width:90%; margin:0 auto}
.newsDetailDiv .hdDiv{text-align: center;}
.newsDetailDiv .hdDiv .title{font-size: 24px;font-weight: bold;}
.newsDetailDiv .hdDiv .title02{ overflow:hidden; margin:10px 0}
.newsDetailDiv .hdDiv span{color: #999999; margin:0 10px; font-size:14px}
.newsDetailDiv .bdDiv{border-top:1px solid #eee; border-bottom: 1px solid #eee; padding:10px 0;}
.newsDetailDiv .bdDiv p{margin:0; color:#333; font-size:16px; line-height:35px; text-indent:2em}
.newsDetailDiv .bdDiv img{margin: 5px 0;}
.newsDetailDiv .otherPage{padding: 10px 0 45px; font-size:16px; color:#999}
.newsDetailDiv .otherPage div{width: 50%;}
.newsDetailDiv .otherPage .fr{ text-align:right}
.newsDetailDiv .otherPage a{color: #333; }
.newsDetailDiv .otherPage a:hover{color:#173b99;}

.newsDetailDiv .down{margin-top:10px; color:#173b99; font-size:18px; font-weight:bold; display:block; text-align:center}
.newsDetailDiv .down i{ margin-right:5px}

.newsDetailDiv .more{width:300px; display:block; height:50px; line-height:50px; text-align:center; margin:0 auto; background: linear-gradient(90deg, #009cff, #173b99); color:#fff; font-size:16px; border-radius:10px;}
.newsDetailDiv .more:hover{color:#fff;}
.newsDetailDiv table td{border-bottom:1px solid #eee;}
@media (max-width:1380px) {
.newsDetailDiv{width:100%;}	
}
@media (max-width:540px) {
.newsDetailDiv .hdDiv{padding:0px 0 0px; }
.newsDetailDiv .otherPage .fl,.newsDetailDiv .otherPage .fr{ width:100%}
.newsDetailDiv .otherPage{font-size:14px;     padding: 10px 0;}
}
@media (max-width:420px) {
.newsDetailDiv .hdDiv .title{ font-size:18px}
.newsDetailDiv .more{ width:100%}
}

/*应用范围*/
.case_box{width:100%; overflow:hidden;}
.case_box li{width:32%; margin-right:1%; position:relative; margin-bottom:15px; float:left;}
.case_box li:nth-child(3n){margin-right:0}
.case_box .img{width:100%; height:320px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:9;}
.case_box .img:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg,rgba(0,0,0,0) 40%,#000000 100%); z-index:1; opacity:.5;}
.case_box .img b{border-left:6px solid #009cff; padding:10px 12px; display: block; color:#fff; font-size:20px; position:absolute; bottom:20px; z-index:2; transition:all 0.3s ease-out;}
.case_box .wz{left:0; top:0; width:100%; height:0; box-shadow:0px 1px 30px rgba(0,0,0,0.1); overflow:hidden; padding:30px; z-index:10; opacity:0; position:absolute; transition:all 0.5s ease-out; background:rgba(23,59,153,.9); }
.case_box .wz b{font-size:20px; display:block; color:#fff}
.case_box .wz b:after{content: ""; width:30px; height:4px; display:block; margin:10px 0; transition:all 0.3s ease-out; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.case_box .wz p{font-size:16px; line-height:35px; color:#fff}
.case_box .wz span{font-size:14px; margin-top:30px; display:block; color:#fff; border:1px solid #fff; height:50px; line-height:50px; width:180px; border-radius:2px; text-align:center; transition:all 0.3s ease-out;}
.case_box li:hover .img b{opacity:0}
.case_box li:hover .wz{opacity:1; height:100%;}
@media (max-width:1480px) {
.case_box .img{height:280px;}
.case_box .img b{padding:3px 12px; font-size:18px;}
.case_box .wz b{font-size:18px;}
.case_box .wz p{font-size:14px; line-height:30px;}
.case_box .wz span{margin-top:20px;}
}
@media (max-width:1180px) {
.case_box .img{height:240px;}
.case_box .img b{padding:2px 8px; font-size:16px;}
.case_box .wz{padding:20px;}
.case_box .wz b{font-size:16px;}
.case_box .wz p{line-height:25px;}
.case_box .wz span{height:45px; line-height:45px; width:160px}
}
@media (max-width:1024px) {
.case_box .img{height:200px;}
.case_box .wz p{line-height:25px; display:block; height:50px}
}
@media (max-width:992px) {
.case_box li{width:49%;}
.case_box li:nth-child(2n){ float:right}
.case_box .img{height:260px;}
.case_box .wz p{height:75px}
}
@media (max-width:540px) {
.case_box .img{height:250px;}
.case_box li{width:100%; margin-right:0}
.case_box .wz p{ width:90%}
}


/**服务支持**/
.ny_box_wz{text-align:center;}
.ny_box_wz p{ font-size:18px; line-height:45px}
.ny_box_wz h3{font-size:32px; text-transform:uppercase; background-image:-webkit-linear-gradient(top,#009cff,#173b99);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

/**专利证书**/
.certif_box{width:100%; overflow:hidden; margin-bottom:40px}
.certif_box li{width:19%; margin-right:1.2%; margin-bottom:15px; overflow: hidden; float:left; background:#f5f5f5; border:1px solid #eee; position:relative}
.certif_box li:nth-child(5n){margin-right:0}
.certif_box li .more{position:absolute; width:100%; height:100%; bottom:0; left:0; background:rgba(23,59,153,.8); z-index:99; text-align:center; color:#fff; transition:all 0.3s ease-out; opacity:0}
.certif_box li .more i{font-size:40px; display:block; margin-top:45%}
.certif_box li .more span{font-size:14px; text-transform:uppercase}
.certif_box li .img{display:block; width:100%; height:350px; overflow:hidden; padding:0; position:relative;}
.certif_box li .img .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.certif_box li .img .pro img{display:block; max-width:95%; max-height:85%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:all 0.3s ease-out; z-index:98}
.certif_box li .text{text-align:center; font-size:14px; color:#333; font-weight:normal; margin-bottom:10px; display:none}
.certif_box li:hover .more{opacity:1;}

/**试验设备**/
.equip_box{width:100%; overflow:hidden; border:1px solid #eee; border-bottom:none; margin-bottom:50px}
.equip_box li{width:33.333%; float:left; text-align:center; border-right:1px solid #eee; border-bottom:1px solid #eee; position:relative}
.equip_box li:nth-child(3n){border-right:none}
.equip_box li .img{display:block; width:100%; height:350px; overflow:hidden; padding:0; position:relative;}
.equip_box li .img .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.equip_box li .img .pro img{display:block; max-width:95%; max-height:95%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:all 0.3s ease-out; z-index:98}
.equip_box li .text b{font-size:16px; color:#666; font-weight:normal; display:block; width:80%; background: linear-gradient(90deg, #009cff, #173b99); color:#fff; line-height:40px; border-radius:8px; margin:0 auto; margin-bottom:50px}
@media (max-width:1380px) {
.certif_box li .img{height:320px;}
.equip_box li .img{height:320px;}
.equip_box li .text b{margin-bottom:40px}
}
@media (max-width:1024px) {
.ny_box_wz p{font-size:16px; line-height:35px}
.ny_box_wz h3{font-size:28px;}
.certif_box{margin-bottom:30px}
.certif_box li .img{height:250px;}
.equip_box li .img{height:250px;}
.equip_box li .text b{margin-bottom:30px}
}
@media (max-width:780px) {
.equip_box li .img{height:220px;}
.equip_box li .text b{font-size:13px; line-height:35px;}
}
@media (max-width:540px) {
.ny_box_wz p{font-size:14px; line-height:30px}
.ny_box_wz h3{font-size:24px;}
.certif_box{margin-bottom:20px}
.certif_box li{width:49%; margin-right:0;}
.certif_box li:nth-child(even){ float:right}
.certif_box li .img{height:300px;}
.equip_box{margin-bottom:40px}
.equip_box li{width:50%;}
.equip_box li:nth-child(3n){border-right:1px solid #eee;}
.equip_box li:nth-child(2n){border-right:none}
}
@media (max-width:420px) {
.certif_box li{margin-bottom:10px;}
.equip_box{margin-bottom:30px}
.equip_box li .img{height:180px;}
.equip_box li .text b{margin-bottom:20px}
}


/**联系我们**/
.contact_box{width:37%; overflow:hidden; float:left; padding-left:8%; position:relative;  overflow:hidden}
.contact_box h3{font-weight:bold; font-size:30px; color:#173b99; margin-bottom:50px}
.contact_box li{width:100%; font-size:16px; line-height:35px}
.contact_box li i{color:#999}
.contact_box li b{ color:#666; font-weight:normal}
.contact_box li p{font-size:15px;}
.contact_box li a{color:#333}
.contact_box .ewm {margin:50px 0 150px; width:120px; text-align:center; z-index:10; position:relative}
.contact_box:after{content: "PUJING"; font-size:150px; font-weight:bold; color:#eee; position:absolute; left:16%; bottom:0; z-index:9}

.contact_map{width:55%; float:right; background:#f5f5f5; padding:10px 0 10px 10px; box-shadow: 12px 12px 20px rgba(0, 0, 0, .1); height:500px;} 
#container{width:100%; height:100%;}
#container .map_wz{font-size:17px; color:#173b99; font-family:Verdana, Geneva, sans-serif; font-weight:bold; margin-bottom:1px; display:block}
#container .map_wzz{font-size:14px; font-family:Verdana, Geneva, sans-serif;}

/**在线留言**/
.feedback_form{width:100%; overflow:hidden; margin:0 auto}
.feedback_form ul li{ margin-bottom:10px; float:left; width:49.5%; background:#f5f5f5; border:1px solid #eee; position:relative; padding-left:10px; background:#fff}
.feedback_form ul li:nth-child(2n){float:right;}
.feedback_form ul li p{ position:absolute; top:15px; right:10px; color:#d36c00}
.feedback_form ul li input{font-family: "SourceHanSansCN-Normal";border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em; height:50px; }
.feedback_form ul li textarea{font-family: "SourceHanSansCN-Normal"; height:300px;border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em;}
.feedback_form ul li .yzm_box{ float:left; width: calc(100% - 180px);}
.feedback_form ul li .yzm{ float:right; margin-top:12px; margin-right:10px;}
.feedback_form ul li:nth-child(5){width:100%}
.feedback_form ul li:nth-child(6){ float:left}
.feedback_form ul li:nth-child(7){ padding-left:0px; float:right; background:none; border:none;}
.feedback_form .more-button{cursor:pointer; border: none; width:100%; height: 50px; font-size: 14px; color: #fff; background: #4c4948!important;}
.feedback_form .more-button:hover{background: linear-gradient(90deg, #009cff, #173b99) !important; background: -webkit-linear-gradient(-90deg #009cff,#173b99) !important;}
@media (max-width:1380px) {
.contact_box{padding-left:3%;}
.contact_box:after{font-size:120px; left:8%;}
}
@media (max-width:1280px) {
.contact_box:after{font-size:100px;}	
}
@media (max-width:1024px) {
.contact_box h3{font-size:28px; margin-bottom:40px}
.contact_box:after{font-size:90px;}	
}
@media (max-width:992px) {
.contact_box{width:90%; margin:0 auto; margin-bottom:20px; float:none}	
.contact_box h3{font-size:26px; margin-bottom:10px;}
.contact_box .left{width:60%; float:left}
.contact_box .ewm{margin:0; float:right; width:40%}
.contact_box:after{ display:none}
.contact_map{width:90%; margin:0 auto; float:none; padding:10px; height:400px;}
.contact_box:after{}
}
@media (max-width:540px) {
.contact_box,.contact_map{width:94%;}
.contact_box h3{font-size:22px; margin-bottom:5px;}
.contact_box li{font-size:14px; line-height:30px}
.contact_map{height:300px;}
.feedback_form{width:100%;}
.feedback_form .more-button{width:100%;}
.feedback_form ul li textarea{font-size:14px; height:200px;}
.feedback_form ul li input{font-size:14px; height:40px;}
.feedback_form .more-button{height:40px;}
}
@media (max-width:420px) {
.contact_box h3{font-size:18px; margin-bottom:5px;}
.feedback_form ul li{width:100%; padding-left:5px;}
.feedback_form ul li textarea{height:150px;}	
.feedback_form ul li input,.feedback_form ul li textarea{font-size:13px;}
}
@media (max-width:390px) {
.contact_box h3{font-size:16px;}	
}


/*分页样式 开始*/
#fengye{margin:auto 0; text-align: center;}
div.digg{text-align:left; font-size:16px; display:inline-block; height:50px;}
div.digg span.disabled{padding:14px 20px; margin:0 2px; color:#666; background:#f4f4f4}
div.digg span.current{padding:14px 20px; margin:0 2px; color:#fff; background:#173b99;}
div.digg a{padding:14px 20px; margin:0 2px; color:#666; text-decoration: none; background:#f4f4f4}
div.digg a:hover {background:#173b99; color:#fff;}
div.digg .keng{ display:none}


/**相册**/
.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top:10%; left:10%; text-align: center; width:80%; height:80%;}
.rebox-contents .rebox-content { border: 5px solid #fff;   border-radius: 1px; height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }
.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4; 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox a:hover{ color:#e89312}	
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10px; top: 10px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}
@media (max-width:520px) {
.rebox-contents{top:18%}
}

.all_back {position:fixed; right:30px; bottom:30px; z-index:9999; display:none; cursor:pointer; background:rgba(32,60,160,.7); width:50px; height:50px; line-height:50px;  -webkit-transition:all 0.6s linear;transition:all 0.6s linear; text-align:center; }
.all_back i {color:#fff; display:block; font-style:normal; font-size:24px}
.all_back:hover {background:rgba(32,60,160,1); border-radius:50%;}
.all_back:hover i{ color:#fff;}
@media (max-width:540px) {
.all_back{right:20px; bottom:20px;}	
}


/**搜索**/
#pop__search {display:none;margin-bottom:0;position:relative}
#pop__search .box {width:680px;height:52px;background:#fff;border:1px solid #ddd;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}
#pop__search .box form {display:block;width:100%;height:50px;position:relative;padding-right:50px}
#pop__search .box form .btn01 {width:100%;height:50px;line-height:50px;border:none;background:none;outline:0;padding:0 0 0 20px;font-size:14px;color:#666}
#pop__search .box form .btn01::-webkit-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01::-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-ms-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn02 {display:block;width:50px;height:50px; line-height:50px; border:none;background:none;outline:0;position:absolute;right:0;top:0}
#pop__search .box form .btn02 i {vertical-align:top;margin-top:0px; color:#333;font-family:"iconfont" !important;font-size:24px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#0000ff}

/**漂浮**/
.online_q {position:fixed;right:2px;bottom:30%;z-index:998}
.online_q .btn2 {width:50px; height:50px; cursor:pointer; position:relative; background:#f5f5f5; transition:.3s; border:1px solid #eee; border-bottom:none}
.online_q .btn2 span i{display:block; font-size:22px; height:50px; line-height:50px; color:#999}
.online_q .btn2 span {display:block;width:100%;height:100%;text-align:center;position:relative; z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;font-size:12px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; border-bottom:1px solid #eee;}
.online_q .btn2.btn-top span{ color:#fff; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.online_q .btn2.btn-top span p{font-weight:bold}
.online_q .btn2 .open.tel a{ color:#fff; font-size:16px}
.online_q .btn2 .open.pic {position:absolute; width:140px;height:140px;right:120px;top:50%;margin-top:-60px;text-align:right;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.online_q .btn2 .open.pic:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #173b99;position:absolute;right:-15px;top:45%;margin-top:-10px}
.online_q .btn2 .open.pic img {width:120px;height:120px;margin-top:10px;margin-right:10px}
.online_q .btn2 .open.tel {position:absolute; width:200px;height:50px;border-radius:25px;color:#fff;font-size:18px;font-family:arial;text-align:center;line-height:50px;right:100px;top:50%;margin-top:-25px;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden; background:linear-gradient(90deg, #009cff, #173b99); background:-webkit-linear-gradient(-90deg #009cff,#173b99);}
.online_q .btn2 .open.tel:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #173b99;position:absolute;right:-16px;top:50%;margin-top:-10px}
.online_q .btn2:hover .open.pic {opacity:1;right:70px;visibility:visible}
.online_q .btn2:hover .open.tel {opacity:1;right:70px;visibility:visible}
.online_q #gotop {transition:.5s;overflow:hidden;height:73px}
.online_q #gotop.hide {height:0}
.online_q #gotop.hide i{color:#fff;}


.loading {position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;}
.loading .bg {position:absolute;z-index:10;left:0;right:auto;top:auto;bottom:auto;width:100%;height:50%;background:linear-gradient(90deg,#009cff,#173b99);background:-webkit-linear-gradient(-90deg #009cff,#173b99);transition:All 1s ease;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;}
.loading .bg.bgT {top:0;}
.loading .bg.bgB {bottom:0;}
.loading .logo {display:block; width:100%; height:100%; background-image:url(../images/logo02.png); background-repeat:no-repeat; background-position:center center; position:absolute;z-index:10;left:0;right:auto;top:0;bottom:auto;}
.loading.hide .bg {height:0;}
.loading.hide .logo {opacity:0;}




/**搜索**/
.search_tit{ text-align:center; margin-bottom:30px; font-size:16px}
.search_tit strong{ color:#173b99; font-size:20px;}
@media (max-width:540px) {
.search_tit{margin-bottom:10px; font-size:14px}	
.search_tit strong{font-size:16px;}
}



.culture_box02{width:100%; overflow:hidden; margin-bottom:10px}
.culture_box02 li{width:33.333%; height:600px; float:left; text-align:center; color:#fff; position:relative;background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.culture_box02 li i{display:block; font-size:50px; z-index:2; position:relative; padding-top:40px}
.culture_box02 li b{font-size:20px; z-index:2; position:relative}
.culture_box02 li p{font-size:16px; z-index:2; position:relative; display:block; line-height:30px; height:60px}
.culture_box02 li:nth-child(1){background-image:url(../images/culture01.jpg)}
.culture_box02 li:nth-child(2){background-image:url(../images/culture02.jpg)}
.culture_box02 li:nth-child(3){background-image:url(../images/culture03.jpg)}
.culture_box02 li .box{height:300px; background:rgba(23,59,153,.6); margin-top:300px}
.culture_box02 li:nth-child(2) .box{margin-top:0px}
@media (max-width:1780px) {
.culture_box02 li i{padding-top:50px}
}
@media (max-width:1180px) {
.culture_box02 li{height:500px;}
.culture_box02 li .box{height:250px; margin-top:250px}
.culture_box02 li i{font-size:40px; padding-top:40px}
.culture_box02 li b{font-size:18px;}
.culture_box02 li p{font-size:14px;}
}
@media (max-width:768px) {
.culture_box02 li{width:100%; height:400px; background-size:100%; background-position:center center;}	
.culture_box02 li .box{height:400px; margin-top:0}
.culture_box02 li i{padding-top:100px}
}
@media (max-width:430px) {
.culture_box02 li{height:300px;}
.culture_box02 li .box{height:300px;}
.culture_box02 li i{padding-top:70px}
}


/**产品页**/
.prodclass_box{width:100%; overflow:hidden; margin-bottom:30px;}
.prodclass_box li{width:24%; float:left; margin:0 0.5%; background:#fff; border:4px solid #eee; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:15px}
.prodclass_box li .text{width:60%; overflow:hidden; color:#333; font-size:18px; float:left; padding:25px}
.prodclass_box li .imgDiv{width:40%; float:right; display:block; height:150px; overflow:hidden; padding:0; position:relative; z-index:8}
.prodclass_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.prodclass_box li .imgDiv .pro img{display:block; max-width:100%; max-height:100%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.prodclass_box li:hover{border:4px solid #173b99;}
.prodclass_box li:hover .text{color:#173b99;}
.prodclass_box li:hover .imgDiv .pro img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
@media (max-width:1380px) {
.prodclass_box li .text{font-size:16px; padding:20px}
}
@media (max-width:1024px) {
.prodclass_box li .text{font-size:14px; padding:15px}
.prodclass_box li .imgDiv{height:130px;}
}
@media (max-width:992px) {
.prodclass_box li{width:49%; margin-bottom:10px}	
.prodclass_box li .imgDiv{height:180px;}
.prodclass_box li .text{font-size:18px; padding:20px}
}
@media (max-width:540px) {
.prodclass_box{margin-bottom:20px;}
.prodclass_box li{width:100%; margin:0; margin-bottom:10px}		
}
@media (max-width:430px) {
.prodclass_box li .imgDiv{height:160px;}	
}

/**产品分类**/
.pro_cate{overflow:hidden;}
.pro_cate .categoryDiv .hd{display:none; color:#fff; background-color:#173b99; padding:40px 30px; width:100%;}
.pro_cate .categoryDiv .hd b{font-size:24px; display:block}
.pro_cate .categoryDiv .hd i{opacity:0}
.pro_cate .categoryDiv .bd{border-bottom: none}
.pro_cate .categoryDiv .bd li{overflow:hidden; border-bottom: 1px solid #eee; margin-bottom:1px; background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99);}
.pro_cate .categoryDiv .bd li a{color:#fff; display:block; height:60px; line-height:60px; padding-left:20px;}
.pro_cate .categoryDiv .bd li ul li a.active{color:#173b99; border-bottom:3px solid #173b99;}
.pro_cate .categoryDiv .bd li ul li a.active p{font-weight:bold}
.pro_cate .categoryDiv .bd li a p{width:100%; display:block; float:left; margin-bottom:0; font-size:16px; line-height:60px; font-weight:bold}
.pro_cate .categoryDiv .bd li a i{font-family:"iconfont"!important; font-style: normal; float:right; margin-right:5%; color:#ccc}
.pro_cate .categoryDiv .bd li a:hover i{color:#aaa}
.pro_cate .categoryDiv .bd li a.active i{font-weight:normal}
.pro_cate .categoryDiv .bd li ul li{background:#f8f8f8; overflow:hidden; margin-bottom:0px; border-bottom: 1px solid #FFF;}
.pro_cate .categoryDiv .bd li ul li a{height:50px; line-height:50px; padding-left:10px; color:#666; }
.pro_cate .categoryDiv .bd li ul li a P{font-size:14px; height:50px; line-height:50px; font-weight:normal; text-indent:1em}
.pro_cate .categoryDiv .bd li:last-child{border-bottom:none;}

@media (max-width:1440px) {
.pro_cate .categoryDiv .hd{padding:40px 25px;}
.pro_cate .categoryDiv .hd b{font-size:20px;}
.pro_cate .categoryDiv .hd span{font-size:18px;}	
}
@media (max-width:1180px) {
.pro_cate .categoryDiv .hd{padding:30px 20px; background-position:80px -120px;}	
.pro_cate .categoryDiv .hd b{font-size:18px;}
.pro_cate .categoryDiv .hd span{font-size:16px;}	
.pro_cate .categoryDiv .bd li a,.pro_cate .categoryDiv .bd li ul li a{padding-left:20px;}
}
@media (max-width:1024px) {
.pro_cate .categoryDiv .hd span{font-size:14px;}	
.pro_cate .categoryDiv .bd li a{height:50px; line-height:50px;}	
.pro_cate .categoryDiv .bd li a p{font-size:14px; line-height:50px;}
.pro_cate .categoryDiv .bd li ul li a{height:40px; line-height:40px;}
.pro_cate .categoryDiv .bd li ul li a P{font-size:12px; height:40px; line-height:40px;}
}
@media (max-width:992px) {
.pro_cate{position:relative; width:100%; margin:0; overflow:inherit; margin-bottom:20px}
.pro_cate .categoryDiv .hd{display:block; padding:20px 0; text-align:center; width:100%; background-position: right top; background-repeat:no-repeat}
.pro_cate .categoryDiv .hd b{font-size:18px; display:block}
.pro_cate .categoryDiv .hd i{margin-left:5px; font-weight:normal}
.pro_cate .categoryDiv .hd span{display:none}
.pro_cate .categoryDiv .hd i{opacity:1}
.pro_cate .categoryDiv .bd {width:100%; height:auto; display:none; position:absolute; z-index:99;}
.pro_cate .categoryDiv .bd ul{width:100%; overflow:hidden; border-top:none; border-bottom:none;}
.pro_cate .categoryDiv .bd ul li{width:100%; height: auto; line-height:50px; float:left; background:#ddd; text-align:center;  padding-left:0; margin-left:0; margin-bottom:0;}
.pro_cate .categoryDiv .bd ul li a{height:50px; line-height:50px; width:100%; border-bottom:1px solid #eee; position: relative; color:#666;}
.pro_cate .categoryDiv .bd ul li a p{font-size:16px;}
.pro_cate .categoryDiv .bd li:after,.left_menu .categoryDiv .bd li a i{display:none}
.pro_cate .categoryDiv .bd li.active a,.pro_cate .categoryDiv .bd li:hover a{color:#173b99;}
.pro_cate .categoryDiv .bd li.active{border-right:none}
.pro_cate .categoryDiv .bd li a p{width:100%;}
.pro_cate .categoryDiv .bd li a,.pro_cate .categoryDiv .bd li ul li a{padding-left:0px;}
.pro_cate .categoryDiv .bd li ul li a P{font-size:14px;}
}
@media (max-width:430px) {
.pro_cate .categoryDiv .hd{padding:15px 0;}	
}

.prodclassjs_box{width:100%; overflow:hidden; margin-bottom:30px}
.prodclassjs_box .imgDiv{display:block; width:40%; float:left; border:1px solid #eee; height:300px; overflow:hidden; padding:0; position:relative; z-index:8}
.prodclassjs_box .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.prodclassjs_box .imgDiv .pro img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10}
.prodclassjs_box .text{width:56%; float:right; font-size:16px; line-height:35px}

.products_box02{width:100%; overflow:hidden; margin-bottom:20px}
.products_box02 li{width:49%; padding:5px; float:left; border:1px solid #eee; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:15px}
.products_box02 li:nth-child(2n){float:right;}
.products_box02 li .imgDiv{display:block; width:40%; float:left; height:200px; overflow:hidden; padding:0; position:relative; background:#fff; z-index:8}
.products_box02 li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.products_box02 li .imgDiv .pro img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10}
.products_box02 li .text{width:55%; overflow:hidden; float:right; padding:10px}
.products_box02 li .text .btt{color:#173b99; font-size:14px; margin-bottom:5px}
.products_box02 li .text .wz{ font-size:12px; line-height:25px; color:#999}
.products_box02 li .text .more{ display:block; background:#f5f5f5; width:100px; height:30px; line-height:30px; text-align:center; color:#999; margin-top:10px; transition:all 0.3s ease-out;}
.products_box02 li:hover .text .more{background: linear-gradient(90deg, #009cff, #173b99); background: -webkit-linear-gradient(-90deg #009cff,#173b99); color:#fff; width:120px;}
@media (max-width:1440px) {
.prodclassjs_box .text{font-size:14px; line-height:30px}
}
@media (max-width:992px) {
.products_box02 li{width:100%;}
.products_box02 li .imgDiv{width:30%}
.products_box02 li .text{width:68%;}
}
@media (max-width:540px) {
.prodclassjs_box .imgDiv{width:100%; margin-bottom:10px}	
.prodclassjs_box .text{width:100%;}
}
@media (max-width:430px) {
.products_box02 li .imgDiv{width:40%}
.products_box02 li .text{width:58%;}	
}




