html,body{padding: 0;margin: 0;font-family:"微软雅黑";font-size: 16px;color: #333;overflow-x:hidden;}
.wrap{max-width:1400px;margin: 0 auto; width:100%}
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: 3;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 3011749 */
  src: url('//at.alicdn.com/t/c/font_3011749_zs8q4tskysa.woff2?t=1709864627930') format('woff2'),
       url('//at.alicdn.com/t/c/font_3011749_zs8q4tskysa.woff?t=1709864627930') format('woff'),
       url('//at.alicdn.com/t/c/font_3011749_zs8q4tskysa.ttf?t=1709864627930') 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{position:fixed; top:0; left:0; width:100%; z-index:99; height:90px; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2);}
header .header-container{max-width:1400px; margin:0 auto; width:100%;}
header .logo{ float:left; width:20%}
header .logo a{height:90px; position:relative; z-index:99; display:flex; align-items:center;}
header .logo img{max-height:90%;}

header .rightDiv{ float:left; width:72%}
header .rightDiv .menu{text-align:right; position:relative; height:90px; overflow:hidden}
header .rightDiv .menu ul{width:100%}
header .rightDiv .menu ul li{float:left; width:14.28%; height:90px; line-height:90px; position:relative; text-align:center; position:relative; cursor:pointer;}
header .rightDiv .menu ul li:after {content:""; position:absolute; left:0; right:0; bottom:-90px; width:100%; height:90px; transition:all 0.2s ease-out; z-index:9; background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
header .rightDiv .menu ul li.cur:after{bottom:0}
header .rightDiv .menu ul li:hover:after{bottom:0}
header .rightDiv .menu ul li a{display:block; color:#666; font-size:16px; position:absolute; z-index:10; text-align:center; width:100%; }
header .rightDiv .menu ul li.cur a{color:#fff;}
header .rightDiv .menu ul li:hover a{color:#fff;}
header .search{float:right; width:3%}
header .search i{font-size:26px; color:#999; line-height:90px}
header .language{float:right; width:3%; height:90px; position:relative; z-index:99; display:flex; align-items:center;}



header .mbtn {display: inline-block;width: 50px;height: 50px;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:1400px) {
.wrap{width:96%;}
header .header-container{width:96%;}
header .logo{ float:left; width:17%}
header .rightDiv{ margin-left:3%}
}

@media (max-width:992px) {
img{max-width: 100%;height:auto!important;}	
header {position: fixed !important;z-index: 99;top: 0;left: auto;right: 0;width: 100%;height:50px;transition: right 300ms !important;}
header .mbtn {display: block;}
header .logo a{height:50px}	
header .logo img {max-height:80%;}	
header .rightDiv .menu ul li {padding:0; margin:0; width:100%; height:50px; line-height:50px}
header .rightDiv .menu ul li.cur a{height:50px; line-height:50px; text-align:left}
header .rightDiv .menu ul li:hover a{text-align:left; height:50px; line-height:50px; }
header .rightDiv .menu ul li.cur a{color:#c30d23;}
header .language{ display:none}
.menu{width:100%}
.menu ul{width:100%;display: block;}
.menu ul ul{top: 0;border: 0;}
.menu ul li a{padding: 0 20px;}
.menu ul li:after{ display:none}
.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%; height:auto; border-top:1px solid rgba(120,120,120,.15);}
.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#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:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;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;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {float: right;position: fixed;top: 0px;right: 0;width: 100%;height: 100%;padding-top: 0;background-color: rgba(255, 255, 255, .9);/*border-bottom: 1px solid #f8f8f847;*/transition: right 300ms;        right: -100%;padding: 0;overflow-y: auto;}
	header .rightDiv .menu>ul{ width:100%}
	
	header .rightDiv .menu ul li a {display: block;line-height: 50px;height: 50px;/*color: #fff;*//*padding: 0 15px;*/text-align: left;font-size: 16px;}
	header .rightDiv .menu>ul {display: block;padding-top: 50px;}
	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 .rightDiv .menu ul li i{display: block;}
	header .rightDiv .menu ul li>a{margin: 0;width: calc(100% - 50px);}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li:hover, header .rightDiv .menu>ul>li:focus, header .rightDiv .menu>ul>li.active{background: none;}
	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 .search{display: none;}
}
@media (max-width:580px) {
.wrap{width:94%;}
header .logo{ float:left; width:30%}	
}
/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width: 100%; position:relative; margin-top:80px}
.ui-homebanner .swiper-slide{overflow: hidden;}
.ui-homebanner .img{width: 100%;display: block;height:920px;min-height:920px;background: none no-repeat center;background-size: cover;}
.ui-homebanner .img a{ display:block; width:100%; height:100%}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0;}
.ui-homebanner .swiper-pagination-bullet {width: 72px;height: 35px;text-align: center;line-height: 30px;font-size: 20px;color: #fff;opacity: .5; margin: 0;border-bottom: 2px solid rgba(255,255,255,1);background: none;border-radius: 0;position: relative;font-family: fontC;}
.ui-homebanner .swiper-pagination-bullet:before{content: "";width: 2px;height: 10px;background: rgba(255,255,255,1);position: absolute;left: -2px;bottom: -6px;}
.ui-homebanner .swiper-pagination-bullet:after{content: "";width: 2px;height: 10px;background: rgba(255,255,255,1);position: absolute;right: 0;bottom: -6px;}
.ui-homebanner .swiper-pagination-bullet-active {opacity: 1;}
.index-banner .swiper-button-next,.index-banner .swiper-button-prev{ width:40px; height:40px; line-height:40px; text-align: center}
.index-banner i{font-family:"iconfont" !important;font-size:40px; font-style:normal; color: rgba(255,255,255,.6);}
.index-banner i:hover{color: rgba(255,255,255,.9);}
@media (max-width:1920px) {
.ui-homebanner .img{height:720px;min-height:720px;}
}
@media (max-width:1400px) {
.ui-homebanner .img{height:620px;min-height:620px;}
}
@media (max-width:1100px) {
.ui-homebanner .img{height:480px;min-height:480px;}
}
@media (max-width:992px) {
.index-banner{margin-top:50px}	
.ui-homebanner .img{height:400px;min-height:400px;}
}
@media (max-width:580px) {
.ui-homebanner .img{height:210px;min-height:210px;}
}
@media (max-width:380px) {
.ui-homebanner .img{height:180px;min-height:180px;}
}

/*手机*/
@media (max-width:767px) {
	img{max-width: 100%;height:auto!important;}
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
	.ui-homebanner .swiper-pagination-bullet{width: 42px;font-size: 16px;height: 30px;line-height: 25px;}
	.breadcrumbDiv{float: initial;margin: 0 15px;font-size: 14px;line-height: 50px;}	
}



.main{margin:0; padding:80px 0;}
.main02{background-image:url(../images/d.jpg); background-position:center  top ; background-repeat:no-repeat; background-size:cover}
.index-main{margin:0;}

.index-title{visibility:visible; animation-name:fadeInDown; position:relative}
.index-title .wz{ z-index:10; position:relative}
.index-title span{color:#c30d23; font-size:36px; font-weight:bold; display:block}
.index-title b{color:#666; font-size:14px; font-weight:normal; display:block}
.index-title p{font-family:Avenir Heavy; font-size:98px; color:#e7e7e7; font-weight:bold; text-transform:uppercase; position:absolute; left:-50px; top:-33px; z-index:9}

.index_more{position:absolute; right:0; top:30px; z-index:11}
.index_more a{width:120px; height:36px; line-height:36px; display:block; text-align:center; color:#fff; background:#2f3438; font-family:font1; font-size:12px; text-align:center; position:relative; font-style:normal; text-transform:uppercase}
.index_more a b{height:36px; width:4px; position:absolute; left:0; top:0; background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a); transition: all .6s ease 0s;}
.index_more a:hover b{width:100%;}
.index_more a em{position:relative;z-index: 1;font-style: normal;transition: all .8s ease 0s;}
.index_more a:hover em{color: #fff;font-style: normal;}

@media (max-width:1400px) {
.main{padding:60px 0;}	
.index-title p{left:0px;}
}
@media (max-width:1024px) {
.main{padding:50px 0;}	
.index-title p{font-size:60px; top:-5px;}
.index_more{top:20px;}
}
@media (max-width:992px) {
.main{padding:40px 0;}	
}
@media (max-width:580px) {
.main{padding:30px 0;}	
.index-title p{display:none}
.index-title span{ font-size:30px}
.main02{background:#c30d23;}
}




/**首页产品展示**/
.index_prod{padding:80px 0; overflow:hidden;  background-image:url(../images/bj01.png); background-position:center  top ; background-repeat:no-repeat; background-size:cover}
.in-pro-lb{margin-top:50px}
.in-pro-box01{width:100%; overflow:hidden; margin-left:-25px; padding-bottom:10px;}
.in-pro-box01 li{float:left; width:20%; overflow:hidden; padding:0 0 30px 30px; box-sizing:border-box; visibility: visible; animation-name: bounceIn;}
.in-pro-box01 a{transition: all .4s ease 0s;display: block; overflow:hidden; height: 46px; text-align: center; font-size: 14px; color: #555555; line-height: 46px; background:#fff; -box-shadow:0 0 5px rgba(0, 0, 0, .1);  -moz-box-shadow:0 0 5px rgba(0, 0, 0, .1);  box-shadow:0 0 5px rgba(0, 0, 0, .1); }
.in-pro-box01 a:hover{color:#fff; background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.in-pro-box01 li:nth-child(1){animation-delay:0.2s;}
.in-pro-box01 li:nth-child(2){animation-delay:0.3s;}
.in-pro-box01 li:nth-child(3){animation-delay:0.4s;}
.in-pro-box01 li:nth-child(4){animation-delay:0.5s;}
.in-pro-box01 li:nth-child(5){animation-delay:0.6s;}
.in-pro-box01 li:nth-child(6){animation-delay:0.7s;}
.in-pro-box01 li:nth-child(7){animation-delay:0.8s;}

.in-pro-box02{width:100%; overflow:hidden; background:#fff; padding:4%}
.in-pro-box02 li{width:100%; overflow:hidden; margin-bottom:30px}
.in-pro-box02 li:last-child{margin-bottom:0px}
.in-pro-box02 li .cpzs_left{float:left; width:45%; visibility:visible; animation-delay:0.2s; animation-name:fadeInLeft;}
.in-pro-box02 li .cpzs_left h2{font-size:30px; font-weight:bold; color:#c30d23}
.in-pro-box02 li .cpzs_left .bt{width:100%; height:30px; line-height:30px; border:1px solid #c30d23; overflow:hidden; margin:15px 0; background:#fff}
.in-pro-box02 li .cpzs_left .bt b{width:22%; height:30px; line-height:30px; display:block; background:#c30d23; float:left; color:#FFF; font-size:14px; text-align:center; font-weight:normal}
.in-pro-box02 li .cpzs_left .bt p{width:78%; height:30px; line-height:30px; float:left; color:#c30d23; font-size:14px; padding-left:20px}
.in-pro-box02 li .cpzs_left .wz{font-size:14px; color:#444444; line-height:24px;}
.in-pro-box02 li .cpzs_left .wz p{position:relative; padding-left:15px; margin-bottom:5px}
.in-pro-box02 li .cpzs_left .wz p:before {content:""; display:inline-block; width:6px; height:6px; background:#c30d23; border-radius:100%; position:absolute; z-index:10; left:0; top:9.4px}
.in-pro-box02 li .btnn{display:block;width:140px; height:42px; line-height:42px; position:relative; text-align:center; font-size:14px; color:#fff; background:#2f3438; margin-top:50px;}
.in-pro-box02 li .btnn span{transition:all .4s ease 0s; height:42px;width:4px;background:#c30d23;position:absolute;left:0;top:0;}
.in-pro-box02 li .btnn em{font-style:normal;position:relative;z-index:1;transition:all .6s ease 0s;}
.in-pro-box02 li .btnn:hover span{ width:100%}
.in-pro-box02 li .btnn:hover em{color:#FFF}

.in-pro-box02 li .cpzs_right{float:right; width:52%; visibility:visible; animation-delay:0.4s; animation-name:fadeInRight;}
.in-pro-box02 li .cpzs_right img{ width:100%}



@media (max-width:1400px) {
.index_prod{padding:60px 0;}		
}
@media (max-width:1024px) {
.index_prod{padding:50px 0;}
.in-pro-lb{margin-top:30px}	
.in-pro-box01{padding-bottom:20px;}
.in-pro-box01 li{padding: 0 0 20px 30px;}
.in-pro-box01 a{ overflow:hidden}
.in-pro-box02 li .cpzs_left{width:48%;}
.in-pro-box02 li .cpzs_left .bt b{width:25%;}
.in-pro-box02 li .cpzs_left .bt p{width:75%;}
.in-pro-box02 li .btnn{margin-top:20px;}

}
@media (max-width:992px) {
.index_prod{padding:40px 0;}
.in-pro-box01{padding-bottom:10px;}	
.in-pro-box01 li{width:33.33%;}
.in-pro-box02 li{margin-bottom:10px;}
.in-pro-box02 li .cpzs_left{width:100%;}
.in-pro-box02 li .cpzs_right{width:100%;}
}
@media (max-width:520px) {
.in-pro-lb{margin-top:20px}	
.index_prod{padding:30px 0;}	
.in-pro-box01{ margin:0 auto; width:100%; margin-left:0px;}
.in-pro-box01 li{width:50%; padding: 0 10px 10px 0;}
.in-pro-box01 li:nth-child(2n){padding: 0 0 10px 0;}
.in-pro-box02 li .cpzs_left h2{font-size:22px; margin-bottom:0}
.in-pro-box02 li .cpzs_left .bt{margin:10px 0;}
.in-pro-box02 li .cpzs_left .bt b{width:40%;}
.in-pro-box02 li .cpzs_left .bt p{width:60%;}
}



.in-products-box{width:100%; overflow:hidden; float:right}
.in-products-box ul{overflow:hidden; margin-left:-30px;}
.in-products-box li{width:25%; padding: 0 0 30px 30px; box-sizing: border-box; float:left;}
.in-products-box li .cptp_b{overflow:hidden; border:1px solid #dddddd; background:#fff; text-align:center; display:block; width:100%; height:285px; padding:0; position:relative;}
.in-products-box li .cptp_b .cptp_c{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.in-products-box li .cptp_b 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:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}
.in-products-box li .cptp_tx{padding:4%; background:#f3f3f3; transition: All 0.4s ease-in-out;}
.in-products-box li .cptp_tx h2{font-weight:bold; font-size:18px; color:#c30d23; margin-bottom:10px; overflow: hidden;}
.in-products-box li .cptp_tx p{font-size:14px; line-height:25px; height:25px; color: #666666;}
.in-products-box li .btn2{display:block; width:140px; height:42px; position: absolute; text-align:center; line-height:42px; font-size:14px; color: #fff;background: #2f3438; float:right; bottom:10px; right:10px; z-index:11;} 
.in-products-box li:hover .btn2 span{width:100%;}
.in-products-box li .btn2 span{transition: all .4s ease 0s;height: 42px; width: 4px; background: #c30d23; position: absolute;left: 0; top:0;}
.in-products-box li .btn2 em{font-style: normal;position: relative;z-index: 1;transition: all .6s ease 0s;}
.in-products-box li:hover .btn2 em{color: #fff;}
@media (max-width:1380px) {
.in-products-box ul{margin-left:-20px;}
.in-products-box li{padding: 0 0 20px 20px;}
.in-products-box li .cptp_b{ height:275px;}
}
@media (max-width:1180px) {
.in-products-box li .cptp_b{ height:265px;}	
}
@media (max-width:992px) {
.in-products-box li .cptp_b{ height:245px;}
.in-products-box{width:100%;}
.in-products-box ul{margin-left:-10px;}
.in-products-box li{padding: 0 0 10px 10px;}
}
@media (max-width:580px) {
.in-products-box ul{margin-left:0px;}
.in-products-box li{width:100%; padding: 0 0 10px 0;}	
}



/**首页新闻资讯**/
.index_news{padding:80px 0; overflow:hidden; background:#f5f5f5;}
.index_news_hot{width:100%; overflow:hidden; margin-top:40px}
.index_news_left{width:50%; height:495px; float:left; overflow:hidden; position:relative; visibility:visible; animation-delay:0.2s; animation-name:fadeInLeft;}
.index_news_left img{width:100%; height:100%;transition:all .8s ease 0s;}
.index_news_left:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }

.index_news_right{width:48.6%; float:right;}
.index_news_right .zw_top{position:relative; overflow:hidden; background:#000; visibility: visible; animation-delay: 0.4s; animation-name: fadeInRight;}
.index_news_right .zw_top .zwimg{height:250px; background-size:100%; background-position:center; transition:all .8s ease 0s;}
.index_news_right .zw_top:hover .zwimg{background-size:110%;}
.index_news_right .wz_bottom ul{overflow:hidden; padding-top:15px;}
.index_news_right .wz_bottom li{}
.index_news_right .wz_bottom li{float:left; width:48.7%; overflow:hidden; margin-right:2.6%; position: relative; box-sizing:border-box; visibility:visible; animation-name:fadeInRight; }
.index_news_right .wz_bottom li img{width:100%; transition:all .8s ease 0s; height:230px; transition:all .8s ease 0s;}
.index_news_right .wz_bottom li:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }

.index_news .zwtext{position:absolute; width:100%; bottom:0; left:0; padding:20px 30px; z-index:15; box-sizing: border-box; background: rgba(0,0,0,.4);}
.index_news .zwtext p{font-size:16px; color:#fff; padding-bottom:25px; position:relative;}
.index_news .zwtext h2{font-weight:bold; font-size:20px; color:#fff; line-height:30px;}
.index_news .zwtext p:before{width:26px; border-bottom:2px solid #fff; position:absolute; content: "" ; bottom:14px; left:0;}
.index_news_right .zw_top h2,.index_news_right .wz_bottom h2{font-size:16px !important;}
.index_news_right .zw_top .zwtext{padding:2% 3%;}
.index_news_right .wz_bottom .zwtext{padding:3% 5%;}

.index_news_right .wz_bottom li:nth-child(1){animation-delay:0.6s;}
.index_news_right .wz_bottom li:nth-child(2){animation-delay:0.8s; margin-right:0;}

.index_news_lb{width:100%; overflow:hidden;}
.index_news_lb ul{overflow: hidden;}
.index_news_lb li{float:left; width:23%; box-sizing: border-box; margin-right:2.6%; margin-top:30px; visibility:visible; animation-name:fadeInRight;}
.index_news_lb li:nth-child(4n){margin-right:0}
.index_news_lb a{display:block; position:relative; padding-bottom:25px; border-bottom:4px solid #bfbfbf;}
.index_news_lb h2{font-size:18px; color:#555555; font-weight:bold;box-sizing: border-box; line-height:30px; height:30px}
.index_news_lb h4{font-size:14px; color:#888888; padding:10px 0; font-weight: bold;  }
.index_news_lb p{font-size:14px; line-height:22px; color:#777777;}
.index_news_lb span{transition:all .6s ease 0s; width:0; height:4px ;background:#c30d23; left:0; position:absolute; bottom:-4px;}
.index_news_lb a:hover span{width:100%;}
.index_news_lb a:hover h2{color:#c30d23;}
.index_news_lb a:hover h4{color:#c30d23;}
.index_news_lb li:nth-child(1),.index_news_lb li:nth-child(5){animation-delay:0.2s;}
.index_news_lb li:nth-child(2),.index_news_lb li:nth-child(6){animation-delay:0.4s;}
.index_news_lb li:nth-child(3),.index_news_lb li:nth-child(7){animation-delay:0.6s;}
.index_news_lb li:nth-child(4),.index_news_lb li:nth-child(8){animation-delay:0.8s;}

@media (max-width:1400px) {
.index_news{padding:60px 0}		
}
@media (max-width:1024px) {
.index_news{padding:50px 0;}
.index_news_hot{margin-top:30px;}	
.index_news_left{height:395px;}
.index_news_right .zw_top .zwimg{height:220px;}
.index_news_right .wz_bottom li img{height:160px;}
.index_news_lb li{ margin-top:20px}
.index_news_lb a{padding-bottom:15px;}
.index_news_lb h4{padding:5px 0;}

}
@media (max-width:992px) {
.index_news{padding:40px 0;}	
.index_news_left{width:100%}
.index_news_right{width:100%; margin-top:15px}
.index_news_lb li{width:48%;}
.index_news_lb li:nth-child(2n){margin-right: 0;}
.index_news_lb h2{height:28px;}
}
@media (max-width:520px) {
.index_news_hot{margin-top:20px;}	
.index_news{padding:30px 0;}
.index_news_left{height: auto;}
.index_news_lb li{ margin-top:10px}

}


/**首页关于我们**/
.index_about{padding:80px 0; overflow:hidden; background:#fff;}
.index_about .index-title p{color:#f5f5f5;}
.index_about_nr{width:100%; overflow:hidden; margin-top:40px}

.index_about_left{width:50%; float:left; visibility:visible; animation-delay:0.2s; animation-name:fadeInLeft;}
.index_about_left h2{font-weight:bold; font-size:36px; padding-bottom:50px; color:#2f3438; position:relative;}
.index_about_left h2:before{position:absolute; content:""; border-bottom:4px solid #2f3438; width:84px; bottom:20px; left:0;}
.index_about_left p{font-size:14px; line-height:25px; color:#666666; padding-bottom:10px; text-indent:2em}

.index_about_right{width:46%; float:right; position:relative; visibility:visible; animation-delay:0.4s; animation-name:fadeInRight;}
.index_about_right .kan{width:95%; border:7px solid #d1d1d1; box-sizing:border-box; padding:10px; float:right}
.index_about_right .bftv{position:absolute; display: block; padding-right:25px; left:0; top:25px; width:100%; box-sizing: border-box;}
.index_about_right .bftv img{width:100%;}
.index_about_right .kanbox{background:#fff; background:#fff; height:350px;}

@media (max-width:1400px) {
.index_about{padding:60px 0}		
}
@media (max-width:1024px) {
.index_about{padding:50px 0;}
.index_about_left h2{ display:none}	
.index_about_right .bftv{padding-right:0px; top:40px;}
.index_about_nr{margin-top:30px;}
}
@media (max-width:992px) {
.index_about{padding:40px 0;}	
.index_about_left{width:100%; margin-bottom:20px}
.index_about_right{width:100%;}
.index_about_right .kanbox{height: 460px;}
}
@media (max-width:580px) {
.index_about{padding:30px 0;}
.index_about_nr{margin-top:20px;}
.index_about_right .bftv{top:20px;}
.index_about_right .kanbox{height:260px;}
}
@media (max-width:380px) {
.index_about_left{margin-bottom:10px;}
.index_about_right .kanbox{height:230px;}
}


/**首页合作伙伴**/
.index_partner{padding:80px 0; overflow:hidden; background:#f5f5f5;}

.index_partner_box{width:100%; overflow:hidden; margin-top:40px; visibility:visible; animation-name:fadeInUp; animation-duration:1s; animation-delay:.4s;}
.index_partner_box li{float:left; width:24%; margin-right:1%; margin-bottom:20px}
.index_partner_box a{display:block; width:100%; overflow:hidden; height:140px; overflow:hidden; padding:0;}
.index_partner_box a .imgDiv{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.index_partner_box a img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; ransition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.index_partner_box a:hover .imgDiv{border:1px solid #c30d23;}
.index_partner_box a:hover img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.index_partner_box span{display:block; font-size:14px;text-align: center; padding:10px 0 0; color: #666;}

.index_link_box{width:100%; overflow:hidden; margin-top:40px; visibility:visible; animation-name:fadeInUp; animation-duration:1s; animation-delay:.4s;}
.index_link_box li{float:left; width:13.4%; margin-right:1%; margin-bottom:10px; background-color:#fff; border:1px solid #dfdfdf; text-align:center; line-height:40px}
.index_link_box li:nth-child(7n){margin-right: 0;}
.index_link_box li a{color:#666; font-size:15px; display:block; width:100%}
.index_link_box li:hover{background-color:#c30d23; border:1px solid #c30d23;}
.index_link_box li:hover a{color:#fff;}

@media (max-width:1400px) {
.index_partner{padding:60px 0}		
}
@media (max-width:1024px) {
.index_partner{padding:50px 0;}	
.index_link_box{margin-top:30px;}
}
@media (max-width:992px) {
.index_partner{padding:40px 0;}	
.index_partner_box a{height: 100px;}
.index_partner_box{margin-top:30px;}
}
@media (max-width:580px) {
.index_partner{padding:30px 0;}
.index_partner_box{margin-top:20px;}
.index_partner_box li{width:49%; margin-bottom:10px;}
.index_link_box{margin-top:20px;}
.index_link_box li{width:32.666%;}
.index_link_box li:nth-child(7n){margin-right:1%;}
.index_link_box li:nth-child(3n){margin-right: 0;}
}


/**底部**/
.footer {background:#2f3438; padding:40px 0 30px; overflow:hidden}
.footer .foot_nav{border-bottom:1px solid #656c72; margin-bottom:30px}
.footer .foot_nav a{width:14.28%; display:block; float:left; padding-bottom:20px; color:#fff; font-size:16px; position:relative; text-align:center}
.footer .foot_nav a:before{opacity:0; content:""; position:absolute; left:0; bottom:-1px; width:100%; height:2px; background:#c30d23; transition:all 0.2s ease-out;}
.footer .foot_nav a:hover {color:#c30d23;}
.footer .foot_nav a:hover:before{opacity:1;}

.foot_nav_box{width:100%; overflow:hidden;}
.footer .foot-left {float:left; width:30%}
.footer .foot-left .foot_logo{ float:left; margin-top:30px}
.footer .foot-left .ewm {float:right; overflow:hidden}
.footer .foot-left .ewm img {height:140px}

.footer .foot-right{float:right; width:60%}
.footer .foot-right .tit{color:#f5f5f5; font-size:20px; font-weight:bold}
.footer .foot-right .left {margin-right:90px; float:left;}
.footer .foot-right .left .dh {margin-top:12px;color:#fff;font-size:34px;font-family:arial;font-weight:bold}
.footer .foot-right .left .dh i{ font-weight:normal; padding-right:10px}
.footer .foot-right .right{ float:right}
.footer .foot-right .right .t{color:#f5f5f5; font-size:15px; line-height:25px;}
.footer .foot-right .right .t a{color:#f5f5f5;}
.footer .foot-right .right .t a:hover{color:#c30d23;}

.footer .foot_foot{width:100%; margin-top:40px; text-align:center; color:#f5f5f5; font-size:14px; line-height:25px}
.footer .foot_foot a{color:#f5f5f5;}
.footer .foot_foot a:hover{color:#c30d23;}
@media (max-width:1400px) {
.footer .foot-right{width:65%}
}

@media (max-width:1024px) {
.footer .foot-left{width:40%; text-align:center}		
.footer .foot-left .foot_logo{ width:100%; margin-top:0px;}	
.footer .foot-left .ewm{ width:100%; margin-top:20px;}	
.footer .foot-right{width:60%;}
.footer .foot-right .left{ width:100%; margin-top:0px;}	
.footer .foot-right .right{ width:100%; margin-top:10px;}	
.footer .foot_foot{margin-top:30px;}
}
@media (max-width:992px) {
.footer{padding:30px 0 10px}
.footer .foot-left{width:28%;}
.footer .foot-right{width:60%;}
.footer .foot_foot{margin-top:20px;}
}
@media (max-width:580px) {
.footer .foot_nav{}
.footer .foot_nav a{width:25%; padding-bottom:10px;}
.footer .foot-left{width:60%; margin:0 auto; float:none; margin-bottom:30px; overflow:hidden}
.footer .foot-right{width:80%; margin:0 auto; float:none;}
}
@media (max-width:380px) {
.footer .foot_nav{margin-bottom:20px;}
}



/**nybanner**/
.ny-banner{width:100%; height:450px; min-height:450px; margin-top:90px;}
.ny-banner .textDiv{width:100%; padding-top:145px}
.ny-banner .textDiv b{display: block; font-size:40px; font-weight: bold; color:#fff; position:relative;}
.ny-banner .textDiv b:before{position:absolute; content:""; border-bottom:5px solid #FFF; width:80px; bottom:-20px; left:0}
.ny-banner .textDiv span{ font-size:18px; color:#FFF; text-transform:uppercase; }
.ny-banner .textDiv p{font-size:14px; margin:40px 0 0; color:#FFF}
.ny-banner .textDiv p a{ color:#FFF}
.ny-banner .textDiv_f span,.ny-banner .textDiv_f p,.ny-banner .textDiv_f p a{color:#FFF}
@media (max-width:1400px) {
.ny-banner{height:350px; min-height:350px;}
.ny-banner .textDiv{padding-top:100px}
}
@media (max-width:1024px) {
.ny-banner{height:250px; min-height:250px;}
.ny-banner .textDiv{width:100%; padding-top:70px}
.ny-banner .textDiv b:before{ display:none}
.ny-banner .textDiv p{margin:0;}
}
@media (max-width:992px) {
.ny-banner{height:200px; min-height:200px; margin-top:50px;}
.ny-banner .textDiv{width:100%; padding-top:50px}
.ny-banner .textDiv b{font-size:30px;}
}
@media (max-width:580px) {
.ny-banner{height:150px; min-height:150px;}
.ny-banner .textDiv{display:none}
}

.ny-title{width:100%; overflow:hidden;}
.ny-title .box{ float:left}
.ny-title h4{font-family:Avenir Heavy; color:#c3c3c3; font-size:40px; font-weight:bold; text-transform:uppercase}
.ny-title span{color:#c30d23; font-size:30px; line-height:30px; font-weight:normal; margin-top:5px; display:none}
.main02 .ny-title h4,.main02 .ny-title span{color:#FFF}
@media (max-width:580px) {
.ny-title h4{font-size:30px; }
.ny-title .box{ width:100%}
}


/**关于我们**/
.about_box{width:100%; overflow:hidden; margin-top:40px}
.about_box .about_left{width:50%; float:left;}
.about_box .about_left p{font-size:14px; line-height:25px; color:#333; padding-bottom:10px; text-indent:2em}
.about_box .about_right{width:46%; float:right; position:relative;}
.about_box .about_right .kan{width:95%; border:7px solid #d1d1d1; box-sizing:border-box; padding:10px; float:right}
.about_box .about_right .bftv{position:absolute; display: block; padding-right:25px; left:0; top:25px; width:100%; box-sizing: border-box;}
.about_box .about_right .bftv img{width:100%;}
.about_box .about_right .kanbox{background:#fff; background:#fff; height:350px;}
@media (max-width:1024px) {
.about_box{ margin-top:30px}
.about_box .about_left{width:100%; margin-bottom:20px}
.about_box .about_right{width:100%;}
.about_box .about_right .kanbox{height:600px;}
}
@media (max-width:992px) {
.about_box{margin-top:20px;}	
.about_box .about_right .kanbox{height:480px;}
}
@media (max-width:580px) {
.about_box .about_left{margin-bottom:10px}
.about_box .about_right .kanbox{height:250px;}
}
@media (max-width:380px) {
.about_box .about_right .kanbox{height:230px;}
}


/**企业文化**/
.cul_box{margin-top:40px; overflow:hidden}
.cul_box li {float:left; width:32.666%; text-align:center; overflow:hidden; padding:60px 0; margin-right:1%; background: rgba(255,255,255,.8);}
.cul_box li:nth-child(3){margin-right:0}
.cul_box li .top {width:100%; position:relative}
.cul_box li .top i{width:100%; display:block; font-size:60px; color:#c30d23}
.cul_box li .top h3{font-size:30px; margin:10px 0 5px; color:#333}
.cul_box li .top p{font-size:14px; text-transform:uppercase; color:#999}
.cul_box li .text {margin-top:20px}
.cul_box li .text h3 {font-size:16px; font-weight:normal; display:block; height:50px; line-height:25px; color:666}
@media (max-width:992px) {
.cul_box{margin-top:30px;}
.cul_box li{padding:30px 0;}
.cul_box li .text{margin-top:10px;}
}
@media (max-width:580px) {
.cul_box{margin-top:20px;}
.cul_box li {width:100%; margin-bottom:10px}
}



/**荣誉资质**/
.honor_box_pc{width:100%; overflow:hidden; margin-top:30px}
.honor_box_pc li{ width:19%; float:left; margin:0 0.5%; margin-bottom:20px}
.honor_box_pc li .pro_img{display:block; width:100%; height:210px; overflow:hidden; padding:0;}
.honor_box_pc li .pro_img .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:rgba(255,255,255,.3); border:1px solid #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.honor_box_pc li .pro_img .img img{display:block; max-width:95%; max-height:95%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1;}
.honor_box_pc li .pro_img .img i{width:100%; height:210px; line-height:210px; text-align:center; background:rgba(0,0,0,.7); display:block; position:absolute; z-index:2; font-size:40px; color:#fff; bottom:-210px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.honor_box_pc li:hover .pro_img .img i{ bottom:0}
@media (max-width:992px) {
.honor_box_pc li{ width:32.33%; margin-bottom:10px}
}
@media (max-width:580px) {
.honor_box_pc{margin-top:20px}
.honor_box_pc li{ width:49%; margin-bottom:5px}
}


/**产品中心**/
.pro_list{margin-top:40px; overflow: hidden; width:100%}
.ny_left{width:18%; float:left}


.products-box{width:80%; overflow:hidden; float:right}
.products-box ul{overflow:hidden; margin-left:-30px;}
.products-box li{width:33.33%; padding: 0 0 30px 30px; box-sizing: border-box; float:left;}
.products-box li .cptp_b{overflow:hidden; border:1px solid #dddddd; text-align:center; display:block; width:100%; height:300px; padding:0; position:relative;}
.products-box li .cptp_b .cptp_c{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.products-box li .cptp_b 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:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}
.products-box li .cptp_tx{padding:4%; background:#f3f3f3; transition: All 0.4s ease-in-out;}
.products-box li .cptp_tx h2{font-weight:bold; font-size:18px; color:#c30d23; margin-bottom:10px; overflow: hidden;}
.products-box li .cptp_tx p{font-size:14px; line-height:25px; height:25px; color: #666666;}
.products-box li .btn2{display:block; width:140px; height:42px; position: absolute; text-align:center; line-height:42px; font-size:14px; color: #fff;background: #2f3438; float:right; bottom:10px; right:10px; z-index:11;} 
.products-box li:hover .btn2 span{width:100%;}
.products-box li .btn2 span{transition: all .4s ease 0s;height: 42px; width: 4px; background: #c30d23; position: absolute;left: 0; top:0;}
.products-box li .btn2 em{font-style: normal;position: relative;z-index: 1;transition: all .6s ease 0s;}
.products-box li:hover .btn2 em{color: #fff;}
.products-box01 li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1);}
@media (max-width:1380px) {
.products-box ul{margin-left:-20px;}
.products-box li{padding: 0 0 20px 20px;}
.products-box li .cptp_b{ height:280px;}
}
@media (max-width:992px) {
.pro_list{margin-top:30px;}
.products-box li .cptp_b{ height:260px;}
.ny_left{width:100%; margin-bottom:20px}
.products-box{width:100%;}
.products-box ul{margin-left:-10px;}
.products-box li{padding: 0 0 10px 10px;}
}
@media (max-width:580px) {
.pro_list{margin-top:20px;}
.products-box ul{margin-left:0px;}
.products-box li{width:100%; padding: 0 0 10px 0;}	
}


/**产品Details**/
.nr_main_box{ width:100%; overflow:hidden}
.pro_detail_box01{width:100%; overflow:hidden; clear:both;}
.pro_detail_img{ float:left; width:52%; overflow:hidden; display:block; padding:0; position:relative}
.pro_detail_img .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:4%}
.pro_detail_img .img img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0;}

.pro_detail_text{ float:right; width:44%; overflow:hidden}
.pro_detail_text h1{font-size:30px; color:#c30d23; font-weight:bold;}
.pro_detail_text .bt{height:40px; line-height:40px; border:1px solid #c30d23; overflow:hidden; margin:15px 0; background:#fff; width:100%}
.pro_detail_text .bt b{display:block; background:#c30d23;color:#FFF; font-size:16px; font-weight:normal; padding:0 30px; float:left}
.pro_detail_text .bt p{color:#999; font-size:14px; padding:0 30px; float:left}
.pro_detail_text .wz{font-size:14px; color:#444444; line-height:24px;}
.pro_detail_text .wz p{position:relative; padding-left:15px; margin-bottom:5px}
.pro_detail_text .wz p:before {content:""; display:inline-block; width:6px; height:6px; background:#c30d23; border-radius:100%; position:absolute; z-index:10; left:0; top:9.4px}

.pro_detail_text .pro_ms{margin-top:10px; clear:both; overflow:hidden;line-height:35px; color:#666; font-size:16px; text-indent:2em}
.pro_detail_text .pro_dt{padding:20px 0; border-top:1px solid #dfdfdf; margin-top:10px;}
.pro_detail_text .pro_dt li{ height:40px; line-height:40px; font-size:14px; color:#666; width:100%}
.pro_detail_text .pro_dt li b{font-size:24px; color:#c30d23}
.pro_detail_text .pro_dt li span a{font-size:16px; color:#333}
.pro_detail_text .pro_dt li i{font-family:"iconfont" !important; font-style:normal; margin-right:10px; font-size:22px; color:#c30d23}
.pro_detail_text .pro_dt li a{color:#c30d23}
.pro_detail_text .order{ display:block; width:50%; height:50px; line-height:50px; background:#2f3438; text-align:center; color:#FFF; font-size:18px; transition: all .4s ease 0s;}
.pro_detail_text .order:hover{background:#c30d23; width:60%;}

.ny_pro_box02{ width:100%; overflow:hidden; clear:both;}
.ny_pro_box02 .box{margin-top:50px;}
.ny_pro_box02 .bt{width:100%; height:60px; line-height:60px; overflow:hidden; background:#2f3438; margin-bottom:30px}
.ny_pro_box02 .bt b{display:block; background:#c30d23; float:left; color:#FFF; font-size:24px; padding:0 30px}
.ny_pro_box02 .bt p{width:78%; float:left; color:#999; font-size:14px; padding-left:20px; text-transform:uppercase}
.ny_pro_box02 .video_right{width:70%; margin:0 auto}
.ny_pro_box02 table{width:90%; margin:0 auto}
.ny_pro_box02 table tr{background:#dddddd}
.ny_pro_box02 table tr:nth-child(2n){ background:#f5f5f5}
.ny_pro_box02 table tr td{ border-right:1px solid #fff; padding:10px 0 10px 20px; line-height:25px; font-size:16px; color:#333}
@media (max-width:1400px) {
.ny_pro_box02 .video_right{width:90%;}
.ny_pro_box02 table tr td{width:25%;}
}
@media (max-width:1024px) {
.pro_detail_img,.pro_detail_text{width:100%; margin-bottom:30px}
.ny_pro_box02 .box{margin-top: 10px;}
.ny_pro_box02 .video_right,.ny_pro_box02 table{width:100%;}
}
@media (max-width:992px) {
.ny_pro_box02 .bt{margin-bottom:10px}
.ny_pro_box02 table tr td{padding:10px;}
}
@media (max-width:580px) {
.pro_detail_img,.pro_detail_text{margin-bottom:20px}
.pro_detail_text h1{font-size:26px;}
.pro_detail_text .order{width:100%;}
.ny_pro_box02 .bt b{font-size:20px; padding: 0 40px;}
.ny_pro_box02 table tr td{font-size:12px;}

}


/**新闻资讯**/
.news-box{margin-top:40px; overflow: hidden;}
.news-box ul{overflow: hidden; margin-left: -30px;}
.news-box li{float:left; width:33.33%; padding: 0 0 30px 30px; box-sizing: border-box;}
.news-box li .xwlbnn{background: #f0f0f0;}
.news-box li .xwlbtp{overflow:hidden; height:340px;}
.news-box li .xwlbtp img{width:100%; transition: all .8s ease 0s;}
.news-box li .xwlb_text{ padding:4%}
.news-box li .xwlb_text h2{font-size:18px; color:#333; font-weight:bold; margin-bottom:10px}
.news-box li .xwlb_text p{font-size:14px; color:#666666; line-height:25px;}
.news-box li h4{transition: All 0.4s ease-in-out; padding: 0 4%; border-top: 1px solid #dadada; line-height:60px; color:#666; font-size:16px;}
.news-box li:hover h4{color:#fff;  background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.news-box li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1);}
@media (max-width:1200px) {
.news-box li .xwlbtp{overflow:hidden; height:280px;}	
}
@media (max-width:1024px) {
.news-box{margin-top:30px;}
.news-box li .xwlbtp{overflow:hidden; height:250px;}	
}
@media (max-width:992px) {
.news-box ul{margin-left:-20px;}
.news-box li{width:50%; padding: 0 0 20px 20px;}	
}
@media (max-width:580px) {
.news-box{margin-top:20px;}
.news-box ul{margin-left:0px;}
.news-box li{width:100%; padding: 0 0 20px 0;}	
.news-box li .xwlbtp{height: auto;}	
}

.donw_box {width:100%; margin-top:40px; overflow:hidden;}
.donw_box li{width:49%; overflow:hidden; border: 1px solid #f5f5f5; margin-bottom:20px; float:left; height:100px; line-height:100px; cursor:pointer}
.donw_box li:nth-of-type(even){ float:right}
.donw_box li a{ display:block;}
.donw_box li i{color:#c30d23; font-size:40px; float:left; display:block; width:80px; text-align:center}
.donw_box li p{width: calc(100% - 180px); font-size:15px; line-height:50px; height:50px; color:#666; display:block; float:left; margin-top:25px}
.donw_box li span{font-size:14px; color:#999; display:block; float:right; width:100px}
.donw_box li:hover{background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.donw_box li:hover i,.donw_box li:hover p,.donw_box li:hover span{ color:#FFF}
@media (max-width:1024px) {
.donw_box{margin-top:30px;}
}
@media (max-width:992px) {
}
@media (max-width:580px) {
.donw_box{margin-top:20px;}
.donw_box li{width:100%; margin-bottom:10px;}
.donw_box li p{width:58%}
}




/**技术支持**/
.support-box{margin-top:40px; overflow: hidden;}
.support-box li{width:100%; margin-bottom:30px; overflow:hidden;}
.support-box .jszx_right{width:30%; overflow: hidden; float: left; height:295px;}
.support-box .jszx_right img{width:100%; height:100%; transition: all .8s ease 0s;}
.support-box .jszc_left{width:68%; float:right; background:#f0f0f0; height:295px;}
.support-box .jszc_left .jszcbox{border-bottom:1px solid #dadada; margin:4%; padding-bottom:4%}
.support-box .jszc_left .jszcbox h2{font-size:20px; color:#333; font-weight:bold; margin-bottom:20px}
.support-box .jszc_left .jszcbox p{font-size:16px; color:#666666; line-height:25px; height:75px;}
.support-box .jszc_left h4{background:#ddd; transition: All 0.4s ease-in-out; padding: 0 4%; line-height:60px; font-size:14px; color:#666; margin-bottom:0}
.support-box li:hover h4{color:#fff; background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.support-box li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1);}
@media (max-width:1400px) {
.support-box .jszx_right{height:255px;}
.support-box .jszx_right img{height:100%}	
.support-box .jszc_left{height:255px;}
.support-box .jszc_left .jszcbox{margin:3% 4%; padding-bottom:2%}
.support-box .jszc_left h4{line-height:40px;}
}
@media (max-width:1024px) {
.support-box{margin-top:30px;}
.support-box .jszx_right{height:200px;}
.support-box .jszc_left{height:200px;}
.support-box .jszc_left .jszcbox{margin:3% 4% 1%; padding-bottom:2%}
.support-box .jszc_left .jszcbox h2{margin-bottom:10px;}
}
@media (max-width:992px) {
.support-box li{margin-bottom:20px;}
.support-box .jszx_right{width:100%; height:auto}
.support-box .jszc_left{width:100%; height:auto}
}
@media (max-width:580px) {
.support-box{margin-top:20px;}

}






/**文章Details**/
.newsDetailDiv .hdDiv{padding:0 15px;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:14px; line-height:25px}
.newsDetailDiv .bdDiv img{margin: 5px 0;}
.newsDetailDiv .otherPage{padding: 10px 0 45px;}
.newsDetailDiv .otherPage a{color: #333;margin-top: 10px;max-width: 50%;}
.newsDetailDiv .otherPage a:hover{color:#c30d23;}
.newsDetailDiv .caseimg{width:50%; margin:0 auto}
@media (max-width:992px) {
.newsDetailDiv .caseimg{width:80%;}
}
@media (max-width:520px) {
.newsDetailDiv .hdDiv{padding:0px 0 0px; }
.newsDetailDiv .otherPage .fl,.newsDetailDiv .otherPage .fr{ width:100%}
.newsDetailDiv .caseimg{width:100%;}
}


/**在线留言**/
.fbform_1{width:100%; overflow:hidden; margin-top:40px}
.fbform_1 ul li{ padding-bottom:0.8em; margin-bottom:2em;float:left; width:48%; border-bottom:1px #cecfd1 solid; position:relative}
.fbform_1 ul li:nth-child(2n){float:right;}
.fbform_1 ul li p{ position:absolute; top:0; left:0; color:#F00}
.fbform_1 ul li input{font-family: "SourceHanSansCN-Normal";border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em; height:50px}
.fbform_1 ul li textarea{font-family: "SourceHanSansCN-Normal"; height:6.25em;border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em;}
.fbform_1 ul li .yzm_box{ float:left;     width: calc(100% - 180px);}
.fbform_1 ul li .yzm{ float:right;}
.fbform_1 ul li:nth-child(5){ width:100%}
.fbform_1 .more-button{cursor: pointer; border: none; padding: 0 15%; height: 50px; font-size: 14px; color: #fff; background: #c30d23!important;}
.fbform_1 .more-button:hover{background: #2f3438 !important;}
@media (max-width:992px) {
.fbform_1{margin-top:30px}	
}
@media (max-width:480px) {
.fbform_1{margin-top:20px}		
.fbform_1 ul li{width:100%;}
.fbform_1 .more-button{width:100%;}
}


/*联系我们*/
.contact_box{width:100%; overflow:hidden; margin-top:40px}
.contact_box li{width:33%; float:left; margin-right:0.5%; margin-bottom:10px; border:1px solid #EEEEEE; padding:2% 3%}
.contact_box li i{display:block; font-size:45px; color:#c30d23; height:65px; width:30%; float:left}
.contact_box li .bt{width:70%; float:left}
.contact_box li b{font-size:18px; color:#999; display: block; font-weight:normal}
.contact_box li p{font-size:16px; color:#666; line-height:25px; height:50px}
.contact_box li p a{ display:block; color:#666;}
.contact_box li:nth-child(3n){margin-right:0}
.contact_box li:nth-child(4){width:60%;}
.contact-map{ width:100%;overflow:hidden}
#container{min-width:100%; min-height:520px; padding:1%}
#container .map_wz{ font-size:16px; color: #c30d23; 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:1400px) {
.contact_box li{padding:2% 2%}
.contact_box li i{width:25%;}
.contact_box li .bt{width:75%;}
}
@media (max-width:992px) {
.contact_box{margin-top:30px}
.contact_box li{width:48.5%; margin-right:1.5%; margin-bottom:10px;}	
.contact_box li:nth-child(2n){margin-right:0}
.contact_box li:nth-child(3n){margin-right:1.5%;}
}
@media (max-width:580px) {
.contact_box{margin-top:20px}
.contact_box li{width:100%; margin-right:0%; margin-bottom:10px; padding:3%}	
.contact_box li i{width:20%; text-align:center}
.contact_box li .bt{width:78%; float:right}
#container{min-height:350px;}
}




/**内页导航**/
.twoMenuDiv{background:rgba(99,163,140,.1); overflow:hidden}
.twoMenuDiv .categoryDiv .hd{ display:none}
.twoMenuDiv .categoryDiv .bd li{float:left; width:14%; height:70px; line-height:70px; position:relative; text-align:center; position:relative; cursor:pointer;}
.twoMenuDiv .categoryDiv .bd li:after {content:""; position:absolute; left:0; right:0; bottom:-70px; width:100%; height:70px; background:linear-gradient(0deg,#76b669,#63a38c);background:-webkit-linear-gradient(-90deg #76b669,#63a38c);transition:all 0.2s ease-out; z-index:9}
.twoMenuDiv .categoryDiv .bd li.active:after{bottom:-68px;}
.twoMenuDiv .categoryDiv .bd li:hover:after{bottom:0px;}
.twoMenuDiv .categoryDiv .bd li a{display:block; color:#666; font-size:16px; }
.twoMenuDiv .categoryDiv .bd li.active{ background:#fff}
.twoMenuDiv .categoryDiv .bd li.active a{color:#63a38d; position:absolute; z-index:10; bottom:0px; height:70px; line-height:70px; text-align:center; width:100%;}
.twoMenuDiv .categoryDiv .bd li:hover a{color:#fff; position:absolute; z-index:10; bottom:0px; height:70px; line-height:70px; text-align:center; width:100%;}

.pro_menu{width:100%}
.pro_menu .categoryDiv .hd{background:#c30d23; height:60px; line-height:60px; color:#fff; font-size:16px; padding-left:20px; display:block}
.pro_menu .categoryDiv .hd i{ opacity:0}
.pro_menu .categoryDiv .bd{border:1px solid #eee;}
.pro_menu .categoryDiv .bd li{width:100%; height:50px; line-height:50px; background:#f5f5f5; position:relative; cursor:pointer; border-bottom:1px solid #eee; padding-left:20px; overflow:hidden; text-align:left; }
.pro_menu .categoryDiv .bd li:last-child{border-bottom:none;}
.pro_menu .categoryDiv .bd li:after{ display:none}
.pro_menu .categoryDiv .bd li a{display:block; color:#666; font-size:13px}
.pro_menu .categoryDiv .bd li.active{background:#f5f5f5} 
.pro_menu .categoryDiv .bd li.active a,.pro_menu .categoryDiv .bd li:hover a{color:#c30d23; height:50px; line-height:50px; text-align:left;}
.pro_menu .categoryDiv .bd li:hover{background:#f5f5f5} 

@media (max-width:1024px) {
.twoMenuDiv .categoryDiv .bd li{width:20%;}
}
@media (max-width:992px) {	
.twoMenuDiv{ background:none}
.twoMenuDiv .wrap{padding: 0;}
.twoMenuDiv .categoryDiv{}
.twoMenuDiv .categoryDiv .hd{ display:block; text-align:center; font-size:22px; color:#FFF; background:#222; padding-left:0}
.twoMenuDiv .categoryDiv .hd.on { background:#c30d23;}
.twoMenuDiv .categoryDiv .hd i{font-family: "iconfont" !important;font-size:22px; font-style: normal; margin-left:10px; opacity:1}
.twoMenuDiv .categoryDiv .bd { display:none;}
.twoMenuDiv .categoryDiv .bd ul{ border:1px solid #eee; overflow:hidden; border-top:none; border-bottom:none}
.twoMenuDiv .categoryDiv .bd ul li{ width:100%; height:50px; line-height:50px; text-align:center}
.twoMenuDiv .categoryDiv .bd ul li:last-child { border:0;}
.twoMenuDiv .categoryDiv .bd ul li a {height:50px; line-height:50px; font-size:18px; width:100%; border-bottom:1px solid #eee}
.twoMenuDiv .categoryDiv .bd li:after{ display:none}
.twoMenuDiv .categoryDiv .bd li.active a{height:50px; line-height:50px; text-align:center}
.twoMenuDiv .categoryDiv .bd li:hover a{height:50px; line-height:50px; text-align:center}
}
@media (max-width:520px) {	
.twoMenuDiv .categoryDiv .hd{font-size:18px;}
.twoMenuDiv .categoryDiv .bd ul li a{font-size:16px;}
}



/*分页样式 开始*/
#fengye {overflow: hidden; margin-top:30px; height:80px}
#fengye{ clear:both; margin:auto 0; text-align:center;}
div.digg {text-align: left; font-size:14px; display:inline-block; height:50px; margin-top:20px}
div.digg a {border: #ccc 1px solid;  padding:12px 18px; margin: 2px; color: #666;text-decoration: none;}
div.digg a:hover {border:#2f3438 1px solid; color: #fff; background:#2f3438}
div.digg a:active {border: #e46015 1px solid; color: #000;}
div.digg span.current {border: #c30d23 1px solid;font-weight: bold; padding:12px 18px;margin: 2px; color: #fff;background-color: #c30d23;}
div.digg span.disabled {border: #ccc 1px solid; padding:12px 18px;margin: 2px;color: #999;}
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: 5%; left: 5%; text-align: center; width: 90%; height: 90%; }
.rebox-contents .rebox-content { border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-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:#f08200}	
.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%}
}







/**搜索**/
#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;padding:10px;width:50px;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;width:20px;height:20px;color:#333;font-family:"iconfont" !important;font-size:24px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#0000ff}



.all_back {position:fixed; right:30px; bottom:30px; z-index:9999; display:none; cursor:pointer; background:rgba(230,33,42,.6); width:50px; height:50px; line-height:50px; border-radius:0; -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:22px}
.all_back:hover {background:rgba(195,13,35,.9); border-radius:50%;}
.all_back:hover i{ color:#fff;}

.search-tit{ width:100%; margin:30px 0; overflow:hidden; text-align:center}
.search-tit strong{color: #c30d23;}

.search-box li .xwlbtp{ border:1px solid #eee}




.case-box{width:100%; overflow:hidden; margin-top:40px;}
.case-box ul{overflow:hidden; margin-left:-30px;}
.case-box li{width:33.33%; padding: 0 0 30px 30px; box-sizing: border-box; float:left;}
.case-box li .cptp_b{overflow:hidden; border:1px solid #dddddd; text-align:center; display:block; width:100%; height:340px; padding:0; position:relative;}
.case-box li .cptp_b .cptp_c{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.case-box li .cptp_b 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;}
.case-box li .cptp_tx{padding:4%; background:#f3f3f3; transition: All 0.4s ease-in-out;}
.case-box li .cptp_tx h2{font-weight:bold; font-size:18px; color:#c30d23; margin-bottom:10px; overflow: hidden;}
.case-box li .cptp_tx p{font-size:14px; line-height:25px; height:25px; color: #666666;}
.case-box li .btn2{display:block; width:140px; height:42px; position: absolute; text-align:center; line-height:42px; font-size:14px; color: #fff;background: #2f3438; float:right; bottom:10px; right:10px; z-index:11;} 
.case-box li:hover .btn2 span{width:100%;}
.case-box li .btn2 span{transition: all .4s ease 0s;height: 42px; width: 4px; background: #c30d23; position: absolute;left: 0; top:0;}
.case-box li .btn2 em{font-style: normal;position: relative;z-index: 1;transition: all .6s ease 0s;}
.case-box li:hover .btn2 em{color: #fff;}
.case-box li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1);}
@media (max-width:1380px) {
.case-box ul{margin-left:-20px;}
.case-box li{padding: 0 0 20px 20px;}
.case-box li .cptp_b{ height:300px;}
}
@media (max-width:992px) {
.case-box{margin-top:30px;}
.case-box li .cptp_b{ height:280px;}
.case-box{width:100%;}
.case-box ul{margin-left:-10px;}
.case-box li{padding: 0 0 10px 10px;}
}
@media (max-width:580px) {
.case-box{margin-top:20px;}
.case-box ul{margin-left:0px;}
.case-box li{width:100%; padding: 0 0 10px 0;}	
}



.news_fl{width:40%; float:right;}
.news_fl li{position:relative; width:32.333%; text-align:center; float:left; height:60px; line-height:60px; background:#f5f5f5; margin-left:1%}
.news_fl li a{color:#666; display:block;}
.news_fl li:hover{background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.news_fl li:hover a{color:#fff;}
.news_fl li.active{background: linear-gradient(0deg, #c30d23,#e6212a); background: -webkit-linear-gradient(0deg #c30d23,#e6212a);}
.news_fl li.active a{color:#fff;}
@media (max-width:580px) {
.news_fl{width:100%; margin-top:20px}
.news_fl li{height:50px; line-height:50px;width:32.666%; }
.news_fl li:nth-child(1){margin-left:0}
}

