html,body{padding:0; margin:0; color:#333; overflow-x:hidden; font:14px/1.8 "微软雅黑", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;}
.wrap{margin: 0 auto; max-width:1500px; width:85%;}
.ny_wrap{margin: 0 auto; width:85%; max-width:1500px; 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 4404230 */
  src: url('../font/iconfont.woff2?t=1704770194365') format('woff2'),
       url('../font/iconfont.woff?t=1704770194365') format('woff'),
       url('../font/iconfont.ttf?t=1704770194365') 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;  position:fixed; transition: .6s linear;}
header .top{width:100%; overflow:hidden; height:80px; line-height:80px; background:rgba(255,255,255,1); transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .logo{float:left;}
header .logo .img{max-width:520px}
header .logo a{position:relative; z-index:99; width:100%}
header .rightDiv{width:100%; margin:0 auto; position:relative; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .rightDiv:after{content:'';position:absolute;top:0px;left:0;display:block; width:100%; height:50px;background:#0042a1; z-index:1}
header .rightDiv .menu{position:relative; z-index:2}
header .rightDiv .menu ul{width:100%; background:#0042a1;}
header .rightDiv .menu ul li{float:left; width:12.5%; height:50px; line-height:50px; text-align:center;  cursor:pointer; position:relative; background:#0042a1}
header .rightDiv .menu ul li a{color:#fff; font-size:15px; position:relative; text-transform:uppercase}
header .rightDiv .menu ul li a:hover{color:#E8B847}
header .rightDiv .menu li:hover ul{opacity:1;}
header .rightDiv .menu ul ul{position:absolute; text-align:left; text-align:center; width:100%;  left:0; top:50px; opacity:0; overflow:hidden; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s; border-left:1px solid #ddd; border-right:1px solid #ddd;}
header .rightDiv .menu ul .ej{width:250px; left:-35px;}
header .rightDiv .menu li ul li{width:100%; height:0px; line-height:0px; background:rgba(255,255,255,1); border-bottom:1px solid #ddd; display:inline-block; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s; color:#606060; font-size:12px;}
header .rightDiv .menu li ul li p{ padding:0 10px}
header .rightDiv .menu li:hover ul li{height:50px; line-height:50px;}
header .rightDiv .menu li ul li:hover{color:#fff;  background:#E8B847; border-bottom:1px solid #E8B847;}
header .rightDiv .menu ul li.cur{background:#E8B847}
header .rightDiv .menu ul li.cur a:hover{color:#fff}
.on-fixed header .top{height:0px; line-height:0px; }

header .rightDiv .menu ul .lang{ float:right}
header .rightDiv .menu ul .lang i{margin-right:5px; color:#999}

header .search{float:right; line-height:80px; font-size:17px; color:#999;}
header .language{float:right; line-height:80px; font-size:17px; color:#999; margin-left:20px;}
header .search i,header .language i{margin-right:5px; font-weight:normal;}
header .search:hover,header .language:hover{color:#E8B847;}
header .tel{float:right; color:#E8B847; margin-left:20px; font-size:22px; line-height:80px;}
header .tel i{float:left; margin-right:5px}
header .tel .box{float:left; color:#E8B847; font-weight:bold}

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;}
@media (max-width:1680px) {
.wrap,.ny_wrap{width:90%;}	
}
@media (max-width:1480px) {
header .rightDiv .menu ul .ej{width:200px; left:-20px;}
}
@media (max-width:1380px) {
.wrap,.ny_wrap{width:94%;}	
}
@media (max-width:1180px) {
header .rightDiv .menu ul .ej{width:200px; left:-30px;}
header .search,header .language{font-size:15px;}
header .tel{font-size:18px;}
}
@media (max-width:1024px) {
header .rightDiv .menu ul .ej{left:-40px;}	
}

@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}
header .top{height:60px; line-height:60px;}
.on-fixed header{height:60px;}
header .mbtn {display: block; top:0}
header .logo .img{max-width:400px}
header .search,header .language,header .tel{line-height:60px;}
header .tel{margin-right:30px; font-size:18px;}
header .rightDiv{ position:absolute; top:0}
header .rightDiv:after{ display:none}

.on-fixed header .mbtn{top:0px; background-color:#fff}
.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:#333; transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}

header .rightDiv .menu ul{width:100%;  padding-top:60px; display:block !important; background-color:#333;}
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; background-color:#333;}
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:#fff; line-height:40px; height:40px; text-align:left;font-size:16px; width:100%; padding:0 0 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: #fff; position:relative}
header .rightDiv .menu ul li.cur ul li a{color: #fff;}
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 li ul li{color: #fff; text-align:left}
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:#fff;}
.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,0); height:40px; line-height:40px;}
header .rightDiv .menu ul ul li a{font-size:14px;color:#fff; 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:#fff;z-index:99}
.menu .submenu-button::before{content:'';position:absolute;top:20px;left:17px;display:block;width:11px;height:1px;background:#fff;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:98;}	
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:540px) {
header .top{height:45px; line-height:45px}
.on-fixed header{height:45px;}
.on-menu header{height:45px;}
header .search,header .language,header .tel{line-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 .img, header .logo .img02{max-width:280px;}
header .logo .img02{display:none}
header .tel{ display:none}
header .language{ float:left; margin-left:150px}
}
@media (max-width:430px) {
header .language{ float:left; margin-left:30px}
}
@media (max-width:390px) {
header .language{ float:left; margin-left:10px}
}

/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width:100%; position:relative; z-index:998; margin-top:130px}
.index-banner .swiper-slide{position:relative;}
.index-banner .swiper-container{ overflow: inherit}
.index-banner .img{width:100%; height:800px;  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;}
.index-banner .swiper-pagination-bullet{width:8px; height:8px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.9}
.index-banner .swiper-pagination-bullet-active{width:80px; height:8px; border-radius:20px; opacity:.9; background:#fff;}
.index-banner .swiper-pagination-bullet span{ border:none}

.index_dh{visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_slogan{position:absolute;  color:#fff; top:32%; left:11.5%;}
.index_slogan b{font-size:50px; display:block; text-shadow: 1px 2px 2px #12252e}
.index_slogan p{font-size:30px; text-shadow: 1px 2px 2px #12252e}
.index_slogan span{font-size:20px; text-shadow: 1px 2px 2px #12252e; text-transform:uppercase}
.index_slogan02{left:0; width:100%; text-align:center}
@media (max-width:1780px) {
.index-banner .img{height:720px;}
.index_slogan{left:8%;}
.index_slogan02{left:0;}
}
@media (max-width:1680px) {
.index_slogan{left:5%;}
.index_slogan02{left:0;}
}
@media (max-width:1440px) {
.index_slogan b{font-size:40px;}
.index_slogan p{font-size:28px;}
}
@media (max-width:1380px) {
.index_slogan{left:4%;}
.index_slogan02{left:0;}
}
@media (max-width:1280px) {
.index-banner .img{height:670px;}
}
@media (max-width:1180px) {
.index_slogan02{width:100%;}
}
@media (max-width:1024px) {
.index-banner .img{height:640px; min-height:640px;}	
.index_slogan b{font-size:36px;}
}
@media (max-width:992px) {
.index-banner{margin-top:60px}
.index-banner .img{height:580px; min-height:580px;}	
.index_slogan02{width:100%;}
}
@media (max-width:840px) {
.index-banner .img{height:520px; min-height:520px;}		
.index_slogan b{font-size:36px;}
.index_slogan p{font-size:24px;}
}
@media (max-width:780px) {
.index-banner .img{height:480px; min-height:480px;}		
}
@media (max-width:540px) {
.index-banner{margin-top:45px}
.index-banner .img{height:340px; min-height:340px;}	
.index_slogan b{font-size:20px;}
.index_slogan p{font-size:16px;}
.index_slogan span{font-size:16px;}
.index_slogan{width:60%; top:34%;}
.index_slogan02{width:90%; left:5%}
.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:430px) {
.index-banner .img{height:280px; min-height:280px;}	
.index_slogan b{font-size:18px;}
.index_slogan p{font-size:16px;}
.index_slogan span{font-size:14px;}
.index_slogan03{width:60%; left:5%}
.index_slogan03 p{ display:none}	
}
@media (max-width:420px) {
.index-banner .img{height:240px; min-height:240px;}	
.index_slogan{top:26%;}
.index_slogan b{font-size:16px;}		
}
@media (max-width:380px) {
.index_slogan span{font-size:13px;}		
}


.inner{max-width:1500px; width:85%; margin:0 auto;}
.index_box{padding:120px 0; position:relative; overflow:hidden; width:100%;}
.tit_box_dh{visibility:visible; animation-name:fadeInDown; animation-duration:1.5s; animation-delay:.1s;}
.tit_box{position:relative; margin-bottom:40px; z-index:2}
.tit_box .cn{font-size:28px; color:#333; display:block; position:relative; font-weight:normal; padding-bottom:10px; text-transform:uppercase;}
.tit_box .cn:before{content:""; display:block; width:60px; height:3px; left:0; bottom:0; position:absolute; background:#ffba00;}
.tit_box .en{font-size:30px; color:#ddd; text-transform:uppercase; font-weight:bold; display:block; line-height:30px; letter-spacing:3px;}
.tit_box.white .cn,.tit_box.white .en{color:#fff;}

.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:none; border:1px solid #E8B847; color:#E8B847; font-size:14px; display:block; width:220px; height:50px; line-height:50px; text-align:center; border-radius:0; transition:all 0.3s ease-out;}
.index_more .more:hover{background:#E8B847; border:1px solid #E8B847; color:#fff; border-radius:25px;}
@media (max-width:1680px) {
.inner{width:90%;}
.index_box{padding:100px 0;}
}
@media (max-width:1440px) {
.tit_box{margin-bottom:30px;}
.tit_box .cn,.tit_box .en{font-size:26px;}
.tit_box .en:after {top:35px; left:44%; }
.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:80px 0;}
.tit_box .cn{font-size:28px;}
}
@media (max-width:1180px) {
.tit_box{margin-bottom:20px;}
.tit_box .cn,.tit_box .en{font-size:24px;}
.index_more{margin-top:20px;}
.index_more .more{width:160px; height:40px; line-height:40px;}
}
@media (max-width:1024px) {
.index_box{padding:60px 0;}
.tit_box .cn,.tit_box .en{font-size:22px;}
.tit_box .en:after{top:32px; left:43%; }
.index_more .more{font-size:14px}
}
@media (max-width:992px) {
.tit_box .en:after{display:none}
}
@media (max-width:540px) {
.index_box{padding:40px 0;}
.tit_box .en{letter-spacing:1px;}
}


/*首页关于我们*/
.index_about{width:100%; overflow:hidden; background-color:#fff; background-position: right center; background-repeat:no-repeat; background-size: auto 80%; background-image:url(../images/map.png);}
.index_about_box{width:46%; overflow:hidden; float:left}
.index_about_box .bt01{display:block; font-size:40px; color:#0042a1;}
.index_about_box .bt02{display:block; font-size:36px; color:#333}
.index_about_box .wz{width:100%; margin:0 auto; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_about_box p{font-size:16px; line-height:35px; color:#666}
.index_about .index_more{margin-top:40px;}

.index_about_data{width:50%; overflow:hidden; float:right}
.index_about_data li{width:50%; overflow:hidden; float:left; position:relative; transition:all 0.4s ease-out; padding:40px 30px 90px; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_about_data li i{display:block; float:left; font-size:50px; color:#E8B847; height:60px; line-height:60px}
.index_about_data li .sz{float:left; margin-left:20px}
.index_about_data li span{font-size:24px; color:#E8B847; line-height:35px; display:block}
.index_about_data li p{font-size:14px; display:block; color:#999}
.index_about_data li:hover i,.index_about_data li:hover span{color:#0042a1;}

.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_data li:nth-child(5){animation-delay:.6s;}
.index_about_data li:nth-child(6){animation-delay:.7s;}
@media (max-width:1780px) {
.index_about_data li{padding:40px 20px 90px;}
}
@media (max-width:1480px) {
.index_about_box .bt01{font-size:36px; height:50px}
.index_about_box .bt02{font-size:32px;}
.index_about_box p{font-size:14px; line-height:30px;}	
.index_about_data li{padding:30px 0 80px;}
}
@media (max-width:1380px) {
.index_about_data li{padding:30px 0 70px;}	
.index_about_data li span{font-size:22px; line-height:30px;}
}
@media (max-width:1280px) {
.index_about_box .bt01{font-size:32px;}
.index_about_box .bt02{font-size:28px;}
.index_about_data li i{font-size:42px; height:50px; line-height:50px}	
.index_about_data li .sz{margin-left:10px}
}
@media (max-width:1180px) {
.index_about_data{width:52%;}
}
@media (max-width:1024px) {
.index_about_box{width:100%;}
.index_about_data{width:100%;}
.index_about .index_more{margin-top:20px;}
.index_about_data li{padding:30px 0 0; width:33.333%}
.index_about_data li i{font-size:38px; height:40px; line-height:40px}	
.index_about_data li span{font-size:18px; line-height:22px}
}
@media (max-width:840px) {
.index_about_data li{padding:30px 0 0; width:50%}
}
@media (max-width:540px) {
.index_about .index_more{margin-top:20px}
.index_about_box .bt01{font-size:26px; height:40px}
.index_about_box .bt02{font-size:22px;}
.index_about_data li p{font-size:12px;}
}
@media (max-width:430px) {
.index_about_data li{ text-align:center}
.index_about_data li p{ display:none}	
.index_about_data li span{ line-height:20px}
}


/*首页Products*/
.index_product{width:100%; overflow:hidden; background-color:#f5f5f5; background-position:center top; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img02.jpg);}
.index_product:after{content:''; position:absolute; top:0px; left:0; z-index:1; width:45.625%; height:100%; top:0; background-image:url(../images/img08.jpg); background-position:center; background-repeat:no-repeat; background-size:cover;}
.index_product_box .swiperWrap{position:relative; z-index:2; margin-bottom:60px}
.index_product_box .swiper-slide{visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_product_box .product_box {text-align:center; background-color:#fff; padding:1em; border-radius:0;}
.index_product_box .product_box .img {position:relative; text-align:center; height:300px;}
.index_product_box .product_box .img_img {position:absolute;left:0;width:100%;text-align:center;top:50%;transform:translateY(-50%)}
.index_product_box .product_box .img_img img {max-width:200px;}
.index_product_box .swiper-slide:nth-child(1){animation-delay:.2s;}
.index_product_box .swiper-slide:nth-child(2){animation-delay:.3s;}
.index_product_box .swiper-slide:nth-child(3){animation-delay:.4s;}
.index_product_box .swiper-slide:nth-child(4){animation-delay:.5s;}

.index_product_box .product_box .bt {text-align:center;color:#333; font-size:18px;}
.index_product_box .product_box .more {-webkit-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s;text-align:center;margin-top:1.3em;margin-left:auto;margin-right:auto;margin-bottom:1.3em;max-width:8em;}
.index_product_box .product_box .more span {padding-right:.875em; color:#0042a1; padding-bottom:.3em; padding-top:.3em; display:inline-block; position:relative; overflow:hidden;}
.index_product_box .product_box .more span:before {content:'';position:absolute;right:0;background-position:center;background-repeat:no-repeat;background-image:url(../images/img11.png);width:9px;height:9px;top:50%;top:50%;transform:translateY(-50%);background-repeat:no-repeat;}
.index_product_box .product_box:hover .more span {color:#fff;background-color:#0042a1;padding-left:1.75em;-webkit-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s;border-radius:1.875em;padding-right:1.875em;}
.index_product_box .product_box:hover .more span:before {right:1em;background-image:url(../images/img12.png);}
.index_product_box .product_box:hover .more span:after {display:none}
.index_product_box .product_box .more span:after {content:"";position:absolute;bottom:0;left:0;width:100%;height:0;border-bottom:1px solid #2c4670;transition:all 0.8s cubic-bezier(0.555,0.205,0.295,0.975);}

.index_product_box .product_box .img_bo {position:absolute;left:0;width:100%;text-align:center;top:50%;transform:translateY(-50%);z-index:10;opacity:0;-webkit-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s;}
.index_product_box .product_box:hover .img_bo {opacity:1;}
.index_product_box .product_box .img_bo img {width:100%;opacity:0;}
.index_product_box .product_box .img_bo span {position:absolute;left:0;top:0;width:100%;height:100%;border-radius:100%;}
.index_product_box .product_box .img_bo span:nth-child(1) {background-color:#0042a1;opacity:.07;}
.index_product_box .product_box .img_bo span:nth-child(2) {background-color:#0042a1;opacity:.07;transform:scale(0.7267441860465116,0.7267441860465116);}
.index_product_box .product_box .img_bo span:nth-child(3) {background-color:#0042a1;opacity:.13;transform:scale(0.5436046511627907,0.5436046511627907);}
.index_product_box .product_box .img_bo:after {z-index:10;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(../images/img10.png);content:'';position:absolute;width:23.83720930232558%;height:23.83720930232558%;left:50%;top:50%;transform:translate(-50%,-50%);}
@keyframes ripple {0% {opacity:0;transform:scale(.1,.1)}
5% {opacity:.3}
100% {opacity:0;transform:scale(1)}
}
.index_product_box .product_box .img_bo span:nth-child(1) {opacity:0;-webkit-animation:ripple 4s ease-out 225ms infinite;-moz-animation:ripple 4s ease-out 225ms infinite;-o-animation:ripple 4s ease-out 225ms infinite;animation:ripple 4s ease-out 225ms infinite}
.index_product_box .product_box .img_bo span:nth-child(2) {opacity:0;-webkit-animation:ripple 4s ease-out 725ms infinite;-moz-animation:ripple 4s ease-out 725ms infinite;-o-animation:ripple 4s ease-out 725ms infinite;animation:ripple 4s ease-out 725ms infinite}
.index_product_box .product_box .img_bo span:nth-child(3) {opacity:0;-webkit-animation:ripple 4s ease-out 1225ms infinite;-moz-animation:ripple 4s ease-out 1225ms infinite;-o-animation:ripple 4s ease-out 1225ms infinite;animation:ripple 4s ease-out 1225ms infinite}

.index_product_box .swiper-button-next,.index_product_box .swiper-button-prev{background:#E8B847; border:0; width:50px; line-height:50px; text-align:center;}
.index_product_box .swiper-button-next:hover,.index_product_box .swiper-button-prev:hover{background:#0042a1;}
.index_product_box i{color:#fff; font-size:16px}
.index_product_box .swiper-button-prev{position:absolute; left:auto; right:52px; top: auto; bottom:-70px; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s;}
.index_product_box .swiper-button-next{position:absolute; right:0; top: auto; bottom:-70px; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s;}
@media (max-width:1480px) {
.index_product_box .product_box .img {height:260px;}
.index_product_box .product_box .img_img img {max-width:180px;}	
}
@media (max-width:1180px) {
.index_product_box .product_box .bt{font-size:16px}
.index_product_box .product_box .img {height:240px;}
.index_product_box .product_box .img_img img {max-width:180px;}	
}
@media (max-width:1024px) {
.index_product_box .swiper-button-next,.index_product_box .swiper-button-prev{width:40px; height:40px; line-height:40px;}	
.index_product_box .swiper-button-prev{right:42px; bottom:-60px;}
.index_product_box .swiper-button-next{bottom:-60px;}
}
@media (max-width:840px) {
.index_product_box .product_box .img {height:200px;}
.index_product_box .product_box .img_img img {max-width:150px;}		
}
@media (max-width:540px) {
.index_product_box .swiper-button-prev{bottom:-50px;}
.index_product_box .swiper-button-next{bottom:-50px;}
}
@media (max-width:430px) {
.index_product_box .product_box .img {height:250px;}
.index_product_box .product_box .img_img img {max-width:200px;}		
}


/*首页Cases display*/
.index_appli{width:100%; overflow:hidden; background-position:center bottom; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img04.jpg);}
.index_appli_box{background-position:center bottom; background-repeat:no-repeat; background-size:cover; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.4s;}
.index_appli_box .swiperWrap{position:relative; margin-bottom:60px;}
.index_appli_box .img{width:100%; height:500px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:9;}
.index_appli_box .img:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,.4) 20%, rgba(0,0,0,0) 100%); z-index:1; opacity:.5;}
.index_appli_box .img .bt{position:absolute; bottom:30px; left:30px; z-index:2; color:#fff; transition:all 0.3s ease-out;}
.index_appli_box .img .bt:before{content: ''; display:block; width:20px; height:3px; background:rgba(255,255,255,.8); margin-bottom:10px}
.index_appli_box .img .bt b{font-size:18px; font-weight:normal}
.index_appli_box .swiper-slide .img:after{background: linear-gradient(180deg,rgba(0,0,0,0) 40%,#000000 100%);}

.index_appli_box .swiper-button-next,.index_appli_box .swiper-button-prev{background:#E8B847; border:0; width:50px; line-height:50px; text-align:center;}
.index_appli_box .swiper-button-next:hover,.index_appli_box .swiper-button-prev:hover{background:#0042a1;}
.index_appli_box i{color:#fff; font-size:16px}
.index_appli_box .swiper-button-prev{position:absolute; left:auto; right:52px; top: auto; bottom:-70px; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s;}
.index_appli_box .swiper-button-next{position:absolute; right:0; top: auto; bottom:-70px; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s;}
@media (max-width:1480px) {
.index_appli_box .img{height:450px;}	
}
@media (max-width:1380px) {
.index_appli_box .img .bt b{font-size:16px;}
}
@media (max-width:1180px) {
.index_appli_box .img{height:400px;}	
}
@media (max-width:1024px) {
.index_appli_box .img{height:340px;}	
.index_appli_box .swiper-button-next,.index_appli_box .swiper-button-prev{width:40px; height:40px; line-height:40px;}	
.index_appli_box .swiper-button-prev{right:42px; bottom:-60px;}
.index_appli_box .swiper-button-next{bottom:-60px;}
}
@media (max-width:840px) {
.index_appli_box .img{height:300px;}	
}
@media (max-width:540px) {
.index_appli_box .img{height:380px;}	
.index_appli_box .swiper-button-prev{bottom:-50px;}
.index_appli_box .swiper-button-next{bottom:-50px;}
.index_appli_box .img .bt{bottom:20px; left:20px;}
}
@media (max-width:430px) {
.index_appli_box .img{height:350px;}		
}


/*首页新闻资讯*/
.index_news{width:100%; overflow:hidden; background-position:center bottom; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img05.jpg);}
.index_news_box{width:50%; overflow:hidden; float:left; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.4s;}
.index_news_box .swiper-container{width:100%; height:590px;}
.index_news_box .swiper-slide{width:100%; background:#0042a1; position:relative}
.index_news_box .swiper-slide .img{width:100%; height:100%}
.index_news_box .swiper-slide .img img{width:100%; height:100%}
.index_news_box .swiper-slide .text{position:absolute; bottom:0; left:0; padding:30px 20px 30px 30px; background: linear-gradient(180deg,rgba(0,0,0,0) 10%,#0c181e 100%); width:100%; color:#fff;}
.index_news_box .swiper-slide .text .date{font-size:16px;}
.index_news_box .swiper-slide .text .date i{margin-right:5px}
.index_news_box .swiper-slide .text b{font-size:18px; font-weight:normal; display:block; width:90%}
.index_news_box .swiper-slide .text p{font-size:14px; display:block; width:90%}

.index_news_box .swiper-pagination-bullets{width:50px; bottom:30px; z-index:2; text-align:center; right:20px; left:auto}
.index_news_box .swiper-pagination-bullet{width:8px; height:8px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.9}
.index_news_box .swiper-pagination-bullet-active{opacity:.9; background:#E8B847;}
.index_news_box .swiper-pagination-bullet span{border:none}

.index_news_box_two{width:50%; overflow:hidden; float:right; border:1px solid #ddd; border-bottom:none; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.6s;}
.index_news_box_two li{padding:30px 20px 30px 30px; background:rgba(255,255,255,.5); border-bottom:1px solid #ddd; transition:all 0.3s ease-out; overflow:hidden}
.index_news_box_two li .date{font-size:16px; color:#999}
.index_news_box_two li .date i{margin-right:5px}
.index_news_box_two li b{font-size:18px; color:#333; font-weight:normal}
.index_news_box_two li p{font-size:14px; color:#999;}
.index_news_box_two li .text{width:calc(100% - 70px); float:left}
.index_news_box_two li .jt{width:70px; float:right; font-size:30px; text-align:center; display:block; color:#ddd; padding-top:20px; transition:all 0.3s ease-out;}
.index_news_box_two li:hover{background:rgba(0,66,161,.9);}
.index_news_box_two li:hover .date,.index_news_box_two li:hover b,.index_news_box_two li:hover p{color:#fff}
.index_news_box_two li:hover .jt{color:#fff; padding-left:20px}
@media (max-width:1440px) {
.index_news_box .swiper-container{height:575px;}
.index_news_box .swiper-slide .text b,.index_news_box_two li b{font-size:16px;}	
}
@media (max-width:1180px) {
.index_news_box .swiper-container{height:495px;}
.index_news_box .swiper-slide .text{padding:20px;}
.index_news_box_two li{padding:20px}
.index_news_box_two li .text{width:calc(100% - 40px)}	
.index_news_box_two li .jt{width:30px; font-size:26px;}
}
@media (max-width:1024px) {
.index_news_box .swiper-container{height:415px;}
.index_news_box .swiper-slide .text{padding:10px 20px;}
.index_news_box_two li{padding:10px 20px}	
}
@media (max-width:992px) {
.index_news_box,.index_news_box_two{width:100%;}
.index_news_box .swiper-container{width:100%; height: auto;}	
}

.index_partner{width:100%; overflow:hidden; background-position:center bottom; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img01.png);}
.index_partner_box{border:1px solid #eee; border-right:none; border-bottom:none; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.4s;}
.index_partner_box .img{display:block; width:100%; height:140px; overflow:hidden; background:#fff; padding:0; position:relative; border-bottom:1px solid #eee; border-right: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:80%; max-height:80%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10}
@media (max-width:1440px) {
.index_partner_box .img{height:100px;}
}
@media (max-width:992px) {
.index_partner_box .img{height:80px;}
}
@media (max-width:540px) {
.index_partner_box .img{height:60px;}	
}


/**底部**/
.footer{width:100%; overflow:hidden; padding:80px 0 0; position:relative; background-color:#222; background-position:center bottom; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img06.jpg);}

.footer .foot_top{width:100%; overflow:hidden; padding-bottom:40px; border-bottom: 1px solid #232323;}
.footer .foot_logo{float:left; color:#E8B847; font-size:26px}
.footer .foot_tel{float:right; color:#E8B847; font-size:26px}
.footer .foot_tel i{float:left; margin-right:10px}
.footer .foot_tel p{float:left}

.footer .foot_centre{width:100%; overflow:hidden; margin:40px 0}
.footer .foot_centre b{ font-size:16px; font-weight:bold; color:#fff}
.footer .foot_nav{width:20%; overflow:hidden; float:left;}
.footer .foot_nav li{width:100%; height:35px; line-height:35px;}
.footer .foot_nav li a{font-size:14px; color:#999}
.foot_nav:nth-child(2){width:30%}
.foot_nav:nth-child(3){width:10%}

.footer .foot_cont{width:24%; float:left;}
.footer .foot_cont p{color:#999; font-size:14px; line-height:35px;}
.footer .foot_cont a{color:#999}

.footer .foot_right{width:10%; float:right;}
.footer .foot_right img{width:100%; margin-top:8px}

.foot_bottom{width:100%; overflow:hidden; border-top: 1px solid #232323; font-size:12px; line-height:70px}
.foot_bottom p{color:#999; float:left}
.foot_bottom a{ float:right; color:#999; margin-left:10px}
@media (max-width:1440px) {
.footer{padding:60px 0 0;}
.footer .foot_top{padding-bottom:30px;}
.footer .foot_centre{margin:30px 0;}
.footer .foot_nav li{height:30px; line-height:30px;}
.footer .foot_cont p{line-height:30px;}
.foot_bottom{line-height:60px}
}
@media (max-width:1380px) {
.footer .foot_logo,.footer .foot_tel{font-size:22px}	
}
@media (max-width:1180px) {
.foot_nav:nth-child(1){width:15%}
.foot_nav:nth-child(2){width:32%}
.footer .foot_cont{width:25%;}
}
@media (max-width:1024px) {
.foot_nav:nth-child(2){width:24%}
.footer .foot_cont{width:34%;}
}
@media (max-width:992px) {
.footer{padding:40px 0 0;}
.footer .foot_top{padding-bottom:20px;}
.footer .foot_centre{margin:20px 0;}
.footer .foot_tel{ font-size:20px}
.footer .foot_right{display:none}	
.foot_nav:nth-child(1){width:20%}
.foot_nav:nth-child(2){width:32%}
.foot_nav:nth-child(3){width:10%}
.footer .foot_cont{width:38%}
}
@media (max-width:540px) {
.footer .foot_logo{width:100%;}
.footer .foot_tel{width:100%;}
.footer .foot_nav{display:none}
.footer .foot_cont{width:70%}
.footer .foot_right{display:block; width:30%}
.footer .foot_right img{ width:80%}
.foot_bottom{ text-align:center}
.foot_bottom p{width:100%; line-height:25px}
.foot_bottom a{width:100%; margin-left:0px; line-height:25px}
}
@media (max-width:430px) {
.footer .foot_cont{width:70%}
.footer .foot_right{width:30%}	
.footer .foot_right img{width:100%}
.footer .foot_cont p{ font-size:12px; line-height:25px}
.footer .foot_centre b{ font-size:14px}
}

/**nybanner**/
.ny-banner{width:100%; position:relative; min-height:500px; z-index:98; margin-top:130px}
.ny-banner .tit{width:100%; overflow:hidden; padding-top:160px}
.ny-banner .tit p{font-size:40px; color:#fff; font-weight:bold; text-transform:uppercase;}
.ny-banner .tit p:after{content: ""; width:40px; height:4px; background-color:#E8B847; display:block; margin:20px 0}
.ny-banner .crumbs{color:#fff; font-size:14px}
.ny-banner .crumbs .a{color:#fff}
.ny-banner .crumbs a{color:#E8B847}
@media (max-width:1600px) {
.ny-banner{min-height:400px;}	
.ny-banner .tit{padding-top:110px}
.ny-banner .tit p{font-size:34px;}
}
@media (max-width:1180px) {
.ny-banner{min-height:320px;}	
.ny-banner .tit{padding-top:90px}
.ny-banner .tit p{font-size:30px;}	
}
@media (max-width:992px) {
.ny-banner{min-height:280px; margin-top:60px}	
.ny-banner .tit p{font-size:24px;}	
.ny-banner .tit p:after{width:30px; margin:10px 0}	
}
@media (max-width:540px) {
.ny-banner{min-height:180px; margin-top:45px}
.ny-banner .tit{padding-top:40px}
.ny-banner .tit p{font-size:20px;}	
.ny-banner .tit p:after{width:20px;}	
}
@media (max-width:390px) {
.ny-banner{min-height:150px;}	
.ny-banner .tit{padding-top:30px}
}

/**内页**/
.ny_box{width:100%; overflow:hidden; padding:80px 0;}
.ny_left{width:18%; float:left}
.ny_right{width:80%; overflow:hidden; float:right;}
@media (max-width:992px) {
.ny_box{padding:50px 0;}
.ny_left{width:100%; margin-bottom:20px}
.ny_right{width:100%}	
}
@media (max-width:540px) {
.ny_box{padding:40px 0;}	
}
@media (max-width:430px) {
.ny_box{padding:30px 0;}	
}

.navigation_box{background:#f5f5f5; height:80px; line-height:80px;}
.navigation_box ul{margin:0; padding:0; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center}
.navigation_box ul li{margin:0 30px; font-size:16px; color:#333}
.navigation_box ul li a{color:#666; display:block; background-image: linear-gradient(to bottom, rgba(0,0,0,0) 95%, #E8B847 0%); background-size: 0 100%; background-repeat: no-repeat; -moz-transition: background-size .36s cubic-bezier(0.32, 0.17, 0, 1);-o-transition: background-size .36s cubic-bezier(0.32, 0.17, 0, 1);-webkit-transition: background-size .36s cubic-bezier(0.32, 0.17, 0, 1);transition: background-size .36s cubic-bezier(0.32, 0.17, 0, 1);}
.navigation_box ul li a:hover,.navigation_box ul li a.active{color:#E8B847; background-size:100% 100%; font-weight:bold}
@media (max-width:992px) {
.navigation_box{height:60px; line-height:60px;}
.navigation_box ul li{margin:0 20px; font-size:14px;}
}
@media (max-width:780px) {
.navigation_gywm ul li{margin:0 12px;}
}
@media (max-width:540px) {
.navigation_gywm{height:auto; overflow:hidden}
.navigation_gywm ul{display: block}
.navigation_gywm ul li{width:25%; float:left; margin:0; text-align:center; height:60px; line-height:60px;}	
}
@media (max-width:430px) {
.navigation_gywm ul li{height:50px; line-height:50px;}	
}


/**关于我们**/
.ny_tit_box{font-size:24px; font-weight:bold; color:#0042a1; display:block; position:relative; padding-left:18px; margin-bottom:20px}
.ny_tit_box:after{content:""; position:absolute; z-index:9; left:0; top:18px; width:10px; height:10px; background:#E8B847; overflow:hidden;}

.ny_aboutus_box{width:100%; overflow:hidden;}
.ny_aboutus_box img{width:60%; float:left; margin-right:30px}
.ny_aboutus_box .about_img{width:40%; float:left; margin-right:30px}
.ny_aboutus_box p{font-size:16px; line-height:35px; color:#333; text-indent:2em}

.cul_box{width:100%; overflow:hidden; margin-top:30px}
.cul_box02{margin:0 0 30px}
.cul_box li{float:left; width:49%; text-align:center; overflow:hidden;}
.cul_box li:nth-child(2n){float:right;}
.cul_box li:nth-child(1),.cul_box li:nth-child(2){margin-bottom:30px}
.cul_box li .img {width:100%;}
.cul_box li .wz{ padding:20px 30px 30px; background:#f5f5f5}
.cul_box li b{width:100%; display:block; font-size:20px; color:#E8B847;}
.cul_box li b:after{content:"";  width:30px; height:2px; background:#E8B847; margin:5px auto; display:block;}
.cul_box li .text{font-size:15px; color:#666;}
@media (max-width:1180px) {	
.cul_box li b{font-size:17px;}
.cul_box li .wz{ padding:20px 30px 30px;}
}
@media (max-width:1024px) {	
.ny_aboutus_box img{margin-right:20px}
.ny_aboutus_box .about_img{margin-right:20px}
.ny_aboutus_box p{font-size:14px; line-height:30px;}
.cul_box li{width:100%;}
.cul_box li:nth-child(1),.cul_box li:nth-child(2){margin-bottom:20px}
}
@media (max-width:540px) {	
.ny_tit_box{font-size:20px; padding-left:14px;}
.ny_tit_box:after{top:15px; width:8px; height:8px;}

.ny_aboutus_box img,.ny_aboutus_box .about_img{width:100%; margin-bottom:10px; margin-right:0px}

.cul_box{margin-top:20px}
.cul_box02{margin:0 0 20px}
.cul_box li b{font-size:18px;}
.cul_box li .wz{ padding:20px 10px;}
.cul_box li:nth-child(1),.cul_box li:nth-child(2){margin-bottom:10px}
}
@media (max-width:430px) {	
.ny_tit_box{margin-bottom:10px}
}

/**International exchanges**/
.exter_box{width:100%; overflow:hidden; margin-bottom:30px}
.exter_box li{width:24%; margin-right:1.333%; float:left; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:20px}
.exter_box li:nth-child(4n){margin-right:0}
.exter_box li .imgDiv{display:block; width:100%; height:260px; overflow:hidden; padding:0; position:relative; background:#fff; z-index:8; border:1px solid #eee;}
.exter_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.exter_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; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.exter_box li .text{width:100%; overflow:hidden; text-align:center; color:#666; font-size:14px; height:40px; line-height:40px; background:#f5f5f5}
.exter_box li:hover .text{background:#0042a1; color:#fff} 
.exter_box li:hover .imgDiv{border:1px solid #0042a1;}
@media (max-width:1180px) {
.exter_box li .imgDiv{height:180px;}
}
@media (max-width:1024px) {

.exter_box li .imgDiv{height:160px;}
}
@media (max-width:992px) {
.exter_box li{width:49%; margin-right:0}	
.exter_box li:nth-child(2n){float:right}
.exter_box li .imgDiv{height:260px;}
}
@media (max-width:540px) {
.exter_box{margin-bottom:20px}
.exter_box li{margin-bottom:10px}
.exter_box li .imgDiv{height:180px;}
}
@media (max-width:430px) {
.exter_box li{width:100%;}
.exter_box li .imgDiv{height:280px;}	
}
@media (max-width:390px) {
.exter_box li .imgDiv{height:250px;}	
.exter_box li .more i{margin-top:20%}	
}

/*荣誉证书*/
.honor_box{width:100%; overflow:hidden; margin-bottom:30px}
.honor_box li{width:24%; margin-right:1.333%; float:left; position:relative; background:#f5f5f5; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:20px; border:1px solid #eee;}
.honor_box li:nth-child(4n){margin-right:0}
.honor_box li .imgDiv{display:block; width:100%; height:260px; overflow:hidden; padding:0; position:relative;}
.honor_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.honor_box li .imgDiv .pro img{display:block; max-width:95%; max-height:95%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute;}
.honor_box li .text{width:100%; overflow:hidden; text-align:center; color:#333; font-size:14px; margin-bottom:10px; padding:0 10px}

.scientific_box{width:100%; overflow:hidden; margin:30px 0}
.scientific_box li{width:19%; margin-right:1.25%; float:left; position:relative; background:#fff; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:20px; border:1px solid #eee;}
.scientific_box li:nth-child(5n){margin-right:0}
.scientific_box li .imgDiv{display:block; width:100%; height:240px; overflow:hidden; padding:0; position:relative;}
.scientific_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.scientific_box li .imgDiv .pro img{display:block; max-width:95%; max-height:95%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute;}
.scientific_box li .text{width:100%; overflow:hidden; text-align:center; color:#333; font-size:14px; height:50px; line-height:25px; margin-bottom:10px; padding:0 10px}
.scientific_box li .text02{height:25px;}
@media (max-width:1600px) {
.honor_box li .imgDiv{height:250px;}
.scientific_box li .imgDiv{height:220px;}
}
@media (max-width:1440px) {
.honor_box li .imgDiv{height:220px;}
.scientific_box li .imgDiv{height:200px;}
}
@media (max-width:1280px) {
.honor_box li .imgDiv{height:210px;}
}
@media (max-width:1180px) {
.honor_box li,.scientific_box li{margin-bottom:15px;}
.honor_box li .imgDiv{height:190px;}
}
@media (max-width:1024px) {
.honor_box li .imgDiv{height:165px;}
.scientific_box li .imgDiv{height:150px;}
}
@media (max-width:992px) {
.honor_box li,.scientific_box li{width:49%; margin-right:0; margin-bottom:10px}	
.honor_box li:nth-child(2n),.scientific_box li:nth-child(2n){float:right}
.honor_box li .imgDiv{height:300px;}
.scientific_box li .imgDiv{height:300px;}
}
@media (max-width:540px) {
.honor_box{margin-bottom:20px}
.honor_box li .imgDiv{height:180px;}
.scientific_box{margin:20px 0}
.scientific_box li .imgDiv{height:200px;}
}
@media (max-width:430px) {
.honor_box li{width:100%;}
.honor_box li .imgDiv{height:290px;}
.scientific_box li .imgDiv{height:180px;}
}
@media (max-width:420px) {
.honor_box li .imgDiv{height:280px;}
.scientific_box li .imgDiv{height:170px;}
}
@media (max-width:390px) {
.honor_box li .imgDiv{height:260px;}
.scientific_box li .imgDiv{height:160px;}
}
@media (max-width:380px) {
.honor_box li .imgDiv{height:250px;}
.scientific_box li .imgDiv{height:150px;}
}


/**Development history**/
#history{background-repeat:no-repeat; background-position:center bottom; background-size:cover; background-image:url(../images/bg_d.jpg)}
.history_box{overflow:hidden; position:relative;}
.history_box .swiper-slide{position:relative; cursor:pointer; text-align:center; overflow:hidden; margin-top:80px; margin-bottom:250px}
.history_box .xt{position:absolute; display:block; width:100%; height:1px; background:#dedede; top:155px}
.history_box .swiper-slide h1{ display:block; font-size:24px; font-weight:bold; width:100%; z-index:11; top:0; color:#E8B847}
.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:#E8B847; 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:60px; }
.history_box .swiper-slide .wz h3{color:#0042a1; font-size:20px; margin-top:10px}
.history_box .swiper-slide .wz p{line-height:30px; font-size:14px; color:#666;}
.history_box .swiper-button-next,.history_box .swiper-button-prev{top: auto; bottom:30%; width:50px; height:50px; line-height:50px; text-align:center; background:#0042a1;}
.history_box .swiper-button-prev{left:46%;}
.history_box .swiper-button-next{right:46%}  
.history_box .swiper-button-next:hover,.history_box .swiper-button-prev:hover{background:#E8B847;}
.history_box .swiper-button-next i,.history_box .swiper-button-prev i{color:#fff; 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;}
@media (max-width:1380px) {	
.history_box .xt{ display:none}
.history_box .swiper-button-prev{left:0}
.history_box .swiper-button-next{right:0}  
}
@media (max-width:1024px) {	
.history_box .swiper-slide{margin-bottom:80px;}
.history_box .swiper-slide h1{font-size:20px;}
}
@media (max-width:540px) {	
.history_box .swiper-slide{margin-bottom:100px;}
.history_box .swiper-slide .wz{ text-align:center}
.history_box .swiper-slide .wz h3{font-size:16px;}
.history_box .swiper-button-next,.history_box .swiper-button-prev{ display:none}
}


/**Enterprise culture**/
.cul_box03{overflow:hidden;}
.cul_box03 li{width:32.666%; margin-right:1%; background:#f5f5f5; padding:50px 0; float:left; text-align:center; margin-bottom:20px}
.cul_box03 li:nth-child(3n){margin-right:0}
.cul_box03 li .top i{color:#E8B847; display:block; font-size:60px; font-weight:bold; height:90px}
.cul_box03 li .top b{font-size:20px; color:#333; background:none; padding-bottom:0px;}
.cul_box03 .text{margin-top:0px; font-size:15px; color:#666}

.cul_box04{overflow:hidden;}
.cul_box04 li{width:32.666%; margin-right:1%; float:left;}
.cul_box04 li .img{height:230px; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.cul_box04 li .bt{ text-align:center; font-size:15px; color:#333; height:40px; line-height:40px}
.cul_box04 li:nth-child(3n){margin-right:0}
@media (max-width:1024px) {	
.cul_box03 li{width:49%; margin-right:0;}
.cul_box03 li:nth-child(2n){float:right}
.cul_box04 li{width:100%; margin-right:0}
.cul_box04 li .img{height:450px;}
}
@media (max-width:540px) {	
.cul_box03 li{width:100%; padding:30px 0;}
.cul_box03 li .top b{font-size:18px;}
.cul_box04 li .img{height:280px;}
}
@media (max-width:430px) {
.cul_box04 li .img{height:200px;}	
}



/**产品分类**/
.pro_cate{overflow:hidden;}
.pro_cate .categoryDiv .hd{display:block; color:#fff; background-color:#0042a1; padding:40px 10px; width:100%; background-image:url(../images/tiao.png); background-position:100px -80px; background-repeat:no-repeat}
.pro_cate .categoryDiv .hd b{font-size:24px; display:block}
.pro_cate .categoryDiv .hd span{font-size:20px; text-transform:uppercase; font-weight:bold}
.pro_cate .categoryDiv .hd i{opacity:0}
.pro_cate .categoryDiv .bd{border-bottom: none}
.pro_cate .categoryDiv .bd li{background:#eee; overflow:hidden; border-bottom: 1px solid #eee; margin-bottom:1px}
.pro_cate .categoryDiv .bd li a{color:#333; display:block; height:60px; line-height:60px; padding-left:10px;}
.pro_cate .categoryDiv .bd li:hover{background:#E8B847;}
.pro_cate .categoryDiv .bd li:hover a{color:#fff;}
.pro_cate .categoryDiv .bd li:hover li a{color:#666;}
.pro_cate .categoryDiv .bd li a.active{color:#fff; background:#E8B847; font-weight:bold}
.pro_cate .categoryDiv .bd li a.active p,.twoMenuDiv .categoryDiv .bd li a.active i{color:#fff;}
.pro_cate .categoryDiv .bd li a p{width:80%; display:block; float:left; margin-bottom:0; font-size:14px; 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:0px; color:#666; }
.pro_cate .categoryDiv .bd li ul li a P{font-size:12px; height:50px; line-height:50px; font-weight:normal; text-indent:1em}
.pro_cate .categoryDiv .bd li ul li:hover{background:#0042a1;}
.pro_cate .categoryDiv .bd li ul li a:hover{background-size:0; color:#fff}
.pro_cate .categoryDiv .bd li:last-child{border-bottom:none;}

#pro_menu ul{position:relative}
#pro_menu ul li ul {display:none;} 
#pro_menu ul li em {cursor:pointer; width:20%; height:60px; position: absolute; right:10px; background: url(../images/off.png) no-repeat 90% 22px;} 
#pro_menu ul li em.off {background: url(../images/open.png) no-repeat 90% 22px;} 
#pro_menu ul.off { display:block; } 

@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;}	
.pro_cate .categoryDiv .bd li a,.pro_cate .categoryDiv .bd li ul li a{padding-left:25px;}
}
@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{overflow:inherit;}
.pro_cate .categoryDiv .hd{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:94%; 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;}
#pro_menu ul li em{ display:none}
}
@media (max-width:430px) {
.pro_cate .categoryDiv .hd{padding:15px 0;}	
.pro_cate .categoryDiv .bd ul li a p{font-size:14px;}
}

/*Products*/
.products_box{width:100%; overflow:hidden; margin-bottom:40px}
.products_box li{width:32%; 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(3n){margin-right:0}
.products_box li .more{position:absolute; width:100%; height:0%; bottom:0; left:0; background:rgba(0,66,161,.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:25%}
.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:#666; font-size:16px; padding-bottom:20px}
.products_box li:hover{background:#0042a1; border:1px solid #0042a1;}
.products_box li:hover .more{height:100%;}
@media (max-width:1180px) {
.products_box{margin-bottom:20px}
.products_box li .imgDiv{height:220px;}
.products_box li .more i{font-size:36px; margin-top:30%}
}
@media (max-width:1024px) {
.products_box li{margin-bottom:10px}
.products_box li .imgDiv{height:200px;}	
.products_box li .text{font-size:14px; padding-bottom:10px}
}
@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}
}
@media (max-width:430px) {
.products_box li .more i{font-size:32px; margin-top:28%}
.products_box li .imgDiv{height:150px;}		
}
@media (max-width:390px) {
.products_box li .imgDiv{height:130px;}		
}

/**产品详情**/
.pro_detail_box{width:100%; overflow:hidden;}
.picture_box{width:45%; float:left}
.picture_box {display:block; height:450px; overflow:hidden; padding:0; position:relative; border:1px solid #eee}
.picture_box .pro .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.picture_box .pro .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}
.pro_detail_text{float:right; width:52%; overflow:hidden}
.pro_detail_text b{font-size:20px; color:#0042a1; margin-bottom:20px; padding-bottom:10px; font-weight:bold; display:block; border-bottom:1px dashed #eee}
.pro_detail_text span{font-size:16px; color:#fff; background:#E8B847; padding:5px 30px;}
.pro_detail_text .txt{margin-top:5px; clear:both; overflow:hidden; margin:10px 0}
.pro_detail_text .txt p{font-size:14px; line-height:25px}
.pro_detail_text .tel{font-weight:normal; font-size:30px; cursor: pointer; font-weight:bold}
.pro_detail_text .tel a{color:#E8B847;}
.pro_detail_text .tel i{margin-right:10px; font-weight:normal}
.red_pro_box{width:100%; overflow:hidden; margin-top:30px}
.red_pro_box .bt{background:#f5f5f5; overflow:hidden; height:60px; line-height:60px; padding-left:20px; font-size:20px; margin-bottom:20px; border-left:3px solid #0042a1; color:#0042a1; text-transform:uppercase; font-weight:bold}
.product_details{width:96%; margin:0 auto}
.product_details img{ max-width:800px}

.index_product_lb_two{width:100%; overflow:hidden; background:#f5f5f5;}
.index_product_lb_two li{width:20%; height:60px; float:left; color:#666; background:#f5f5f5; text-align:center; border-left:none; cursor:pointer; }
.index_product_lb_two li h1{font-size:16px; line-height:60px;}
.index_product_lb_two li.active{background:#0042a1;  color:#fff;}
.index_product_lb_two li.active:hover{color:#fff;}
.index_product_lb_two li:hover{color:#004e98;}
.index_ppro{width:100%; overflow:hidden; margin-top:30px;}
.index_ppro .boxbox { overflow:auto}
.index_ppro .boxbox dl{display:none; margin-top:20px}
.index_ppro .boxbox dl table{ margin:0 auto}
.index_ppro .boxbox dl table td{border:1px solid #CCC;}
@media (max-width:1680px) {	
.picture_box {height:400px;}
}
@media (max-width:1440px) {	
.red_pro_box .products_box li .imgDiv{height:180px;}
}
@media (max-width:1380px) {	
.picture_box {height:350px;}
.product_details{width:100%;}
}
@media (max-width:1280px) {	
.red_pro_box .products_box li .imgDiv{height:160px;}
}
@media (max-width:1180px) {	
.product_details ul li .n-product-bot-l { font-size:16px}
}
@media (max-width:1024px) {	
.red_pro_box .bt{height:50px; line-height:50px; font-size:18px}
.red_pro_box .products_box li .imgDiv{height:140px;}
}
@media (max-width:820px) {	
.picture_box {height:320px;}
.product_details img{ max-width:100%}
}
@media (max-width:780px) {	
.red_pro_box .products_box li{width:49%; margin-right:0 !important}
.red_pro_box .products_box li:nth-child(2n){ float:right}
.red_pro_box .products_box li .imgDiv{height:240px;}
.index_product_lb_two li{width:50%; height:50px;}
.index_product_lb_two li h1{line-height:50px;}
}
@media (max-width:540px) {	
.picture_box{width:100%; margin-bottom:20px; height:400px;}
.pro_detail_text{width:100%}
.pro_detail_text{margin-bottom:10px}
.red_pro_box{margin-top:10px;}
.red_pro_box .bt{margin-bottom:5px; font-size:16px;}
.red_pro_box .products_box li .imgDiv{height:200px;}
.red_pro_box{ margin-top:0px}

.index_ppro{margin-top:10px;}
.index_ppro .boxbox dl{margin-top:10px}
}
@media (max-width:430px) {	
.picture_box{height:350px;}
.red_pro_box .products_box li .imgDiv{height:150px;}
.pro_detail_text b{font-size:16px;}
}
@media (max-width:420px) {	
.picture_box{height:320px;}
}
@media (max-width:390px) {	
.red_pro_box .products_box li .imgDiv{height:130px;}
}



/*新闻资讯*/
.news_box{width:100%; overflow:hidden}
.news_box li{float:left; width:32%; margin-right:2%; margin-bottom:30px; background:#f5f5f5}
.news_box li:nth-child(3n){margin-right:0}
.news_box li a{display:block; width:100%; overflow:hidden}
.news_box li .img{width:100%; height:350px; overflow:hidden;}
.news_box li .img img{width:100%; transition: all .4s;}
.news_box li .text{width:100%; overflow:hidden; padding:20px}
.news_box li .text .date{color:#fff; font-size:16px; display: block; width:120px; text-align:center; background:#0042a1; margin-bottom:10px}
.news_box li .text b{font-size:18px; color:#333; }
.news_box li .text p{font-size:16px; color:#666;}
.news_box li:after{content:''; width:0; height:6px; display:block; margin:20px 0 0; background:#0042a1; transition: all .4s;}
.news_box li:hover:after{width:100%;}
.news_box li:hover .img img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.news_box .more{display:block; color:#999; padding-left:20px}
.news_box .more font{margin-right:10px; font-size:14px}
@media (max-width:1780px) {
.news_box li .img{height:340px;}
}
@media (max-width:1600px) {
.news_box li .img{height:330px;}
}
@media (max-width:1480px) {
.news_box li .img{height:300px;}
.news_box li .text b{font-size:16px;}
.news_box li .text p{font-size:14px;}
}
@media (max-width:1280px) {
.news_box li .img{height:280px;}	
}
@media (max-width:1180px) {
.news_box li .img{height:260px;}	
}
@media (max-width:1024px) {
.news_box li{margin-bottom:20px;}
.news_box li .img{height:240px;}	
}
@media (max-width:992px) {
.news_box li{width:49%; margin-right:0; margin-bottom:20px}
.news_box li:nth-child(2n){ float:right}
.news_box li .img{height:300px;}	
}
@media (max-width:820px) {
.news_box li .img{height:290px;}		
}
@media (max-width:780px) {
.news_box li .img{height:270px;}	
}
@media (max-width:540px) {
.news_box li{width:100%; margin-right:0; margin-bottom:10px}
.news_box li:nth-child(6){ margin-bottom:30px}
.news_box li .text{margin: 5px 0;}
.news_box li:after{margin: 20px 0 0;}
.news_box li .img{height: auto;}	
}


/**文章详情**/
.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; max-width:800px}
.newsDetailDiv .otherPage{padding: 10px 0 45px; font-size:16px; color:#999}
.newsDetailDiv .otherPage .fl,.newsDetailDiv .otherPage .fr{ width:50%}
.newsDetailDiv .otherPage .fr{ text-align:right}
.newsDetailDiv .otherPage a{color: #333; margin-top: 10px;max-width: 50%;}
.newsDetailDiv .otherPage a:hover{color:#E8B847;}

.newsDetailDiv .more{width:260px; display:block; height:50px; line-height:50px; text-align:center; margin:0 auto; background:#0042a1; color:#fff; font-size:16px; }
.newsDetailDiv .more:hover{color:#fff; background:#E8B847;}
@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;}
.newsDetailDiv .otherPage .fr{ text-align:left}
}
@media (max-width:420px) {
.newsDetailDiv .hdDiv .title{ font-size:18px}
.newsDetailDiv .more{ width:100%}
}


/**案例中心**/
.case_box{width:100%; overflow:hidden; margin-bottom:30px}
.case_box li{width:24%; margin-right:1.333%; float:left; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:20px}
.case_box li:nth-child(4n){margin-right:0}
.case_box li .imgDiv{display:block; width:100%; height:260px; overflow:hidden; padding:0; position:relative; background:#fff; z-index:8; border:1px solid #eee;}
.case_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.case_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; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.case_box li .text{width:100%; overflow:hidden; text-align:center; color:#666; font-size:14px; height:40px; line-height:40px; background:#f5f5f5}
.case_box li:hover .text{background:#0042a1; color:#fff} 
.case_box li:hover .imgDiv{border:1px solid #0042a1;}
@media (max-width:1180px) {
.case_box li .imgDiv{height:180px;}
}
@media (max-width:1024px) {
.case_box li{margin-bottom:10px}
.case_box li .imgDiv{height:160px;}
}
@media (max-width:540px) {
.case_box{margin-bottom:20px}
.case_box li{width:49%; margin-right:0}	
.case_box li:nth-child(2n){float:right}
.case_box li .imgDiv{height:200px;}
}
@media (max-width:430px) {
.case_box li .imgDiv{height:160px;}	
.case_box li .more i{font-size:35px; margin-top:24%}	
}
@media (max-width:390px) {
.case_box li .imgDiv{height:140px;}	
.case_box li .more i{margin-top:20%}	
}

.partner_box{width:100%; overflow:hidden; margin-bottom:30px}
.partner_box li{width:19%; margin-right:1.25%; float:left; position:relative; transition:all 0.3s ease-out; overflow:hidden; margin-bottom:20px}
.partner_box li:nth-child(5n){margin-right:0}
@media (max-width:540px) {
.partner_box{ margin-bottom:20px}
.partner_box li{width:32.333%; margin-right:1.33%; margin-bottom:10px}
.partner_box li:nth-child(3n){margin-right:0}
}


/**Recruit**/
.job_box{width:100%; overflow:hidden;}
.job_box .top{height:60px; line-height:60px; background:#f5f5f5; padding-left:15px; overflow:hidden; font-size:14px}
.job_box li{float: left; width:100%; margin-bottom:30px}
.job_box li:nth-child(2n){float:right;}
.job_box li i{color:#E8B847; margin-right:5px; font-size:24px; float:left}
.job_box .position{ float:left; color:#666; letter-spacing: 0.5px; margin-right:10px; }
.job_box .position span{font-weight: bold; display: inline; color:#333;}
.job_box li .content .text{padding:20px; border: 1px solid #efefef; min-height: 168px; }
.job_box li .content .text em{ color: #333; font-style:normal}
.job_box li .content .text em span{ color: #666; }
.job_box li .content .text .textde{line-height: 26px;color: #666;font-size: 13px; margin-top: 5px;margin-bottom: 20px; letter-spacing: 0.75px; min-height: 104px;}
@media (max-width:1024px) {
.job_box li{width:100%; margin-bottom:20px}
.job_box li .content .text .textde{min-height:auto; height:auto; margin-bottom:10px}
}
@media (max-width:430px) {
.job_box .top{height:50px; line-height:50px; padding-left:15px; font-size:14px}
}
@media (max-width:390px) {
.job_box li .content .text{padding:15px;}
}



/**Message**/
.feedback_form{width:60%; overflow:hidden; float:left}
.feedback_form ul li{ margin-bottom:10px; float:left; width:49.5%; background:#f5f5f5; border:1px solid #eee; position:relative; padding-left:10px}
.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:14px; 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:14px;}
.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 .more-button{cursor:pointer; border: none; width:300px; height: 50px; font-size:14px; color: #fff; background: #4c4948!important; float:left}
.feedback_form .more-button:hover{background:#0042a1!important;}

.feedback_wz{width:36%; overflow:hidden; float:right; position:relative}
.feedback_wz p{font-size:14px; line-height:30px;color: #444; text-indent: 2em;}
.feedback_wz .feedback-tel{font-weight: bold; font-size:40px; color:#0042a1; padding-bottom: 40px;}
.feedback_wz .feedback-tel i{ margin-right:10px}
.feedback_wz img{ float:right}
@media (max-width:1180px) {
.feedback_wz .feedback-tel{font-size:35px;}
}
@media (max-width:1024px) {
.feedback_form .more-button{width:40%;}
.feedback_wz .feedback-tel{font-size:30px;}
}
@media (max-width:992px) {
.feedback_wz .feedback-tel{font-size:26px;}
.feedback_form{width:100%;}
.feedback_form .more-button{width:100%;}
.feedback_wz{width:100%;}
.feedback_wz .feedback-tel{font-size:30px; padding-bottom:20px;}
.feedback_wz img{ display:none}
}
@media (max-width:540px) {
.feedback_form ul li{width:100%;}	
.feedback_form ul li textarea{height:200px;}
}

/**Contact**/
.contact_box{width:37%; overflow:hidden; float:left; padding-left:8%; position:relative;  overflow:hidden}
.contact_box h3{font-weight:bold; font-size:22px; color:#0042a1; margin-bottom:10px}
.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: "TIANLI"; 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:#E8B847; 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;}

@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:20px;}
.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:18px;}
.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 .left{ width:100%}
.contact_box .ewm{width:100%}
.contact_box .ewm img{width:40%}
.contact_box h3{font-size:16px; margin-bottom:5px;}
.contact_box li{font-size:14px; line-height:30px}
.contact_map{height:300px;}
}



/*分页样式 开始*/
#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:#999; background:#f4f4f4}
div.digg span.current{padding:14px 20px; margin:0 2px; color:#fff; background:#0042a1;}
div.digg a{padding:14px 20px; margin:0 2px; color:#999; text-decoration: none; background:#f4f4f4}
div.digg a:hover {background:#0042a1; 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:1; 
    text-decoration: none; font-size:32px; 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;  background:rgba(255,255,255,1);}
#pop__search .box {width:680px;height:50px;background:#fff; -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; border:1px solid #ddd}
#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:100px;height:50px; line-height:50px; border:none;background: #0042a1;outline:0;position:absolute;right:0;top:0}
#pop__search .box form .btn02 i {vertical-align:top;margin-top:0px; color:#fff;font-family:"iconfont" !important;font-size:20px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#fff}
#pop__search svg {color:#333}

/**漂浮**/
.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;}


.ui-dialog-grid{ width:300px; height:200px; background:#FFF; text-align:center; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;}
.ui-dialog-close{ width:20px; height:20px; font-size:16px; float:right; margin-right:5%; line-height:20px}
.ui-dialog-title{ font-size:24px; color:#333}
.ui-dialog-content{ font-size:16px; color:#666}
.ui-dialog-autofocus{ width:50px; height:30px; font-size:16px;}



/**搜索**/
.search_tit{ text-align:center; margin-bottom:30px; font-size:16px}
.search_tit strong{ color:#0042a1; font-size:20px;}
@media (max-width:540px) {
.search_tit{margin-bottom:10px; font-size:14px}	
.search_tit strong{font-size:16px;}
}

