
a{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
@-webkit-keyframes upDown{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upDown{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upDown{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}




.top{
	height: 80px;
}
.logo{
	display: block;
	margin:12px 0 13px;
	z-index: 99;
}
.logo2{
	display: none;
}
.top-right{
	margin: 20px 0;
}
.search-box{
	position: relative;
}
.search_icon{
	display: block;
	width: 40px;
	height: 40px;
	background:url(../img/search_btn.png) center no-repeat;
	cursor: pointer;
}
.search-form{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 40px;
	background:#ccc;
	z-index: 9;
	overflow: hidden;
	opacity: 0;
	moz-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.search-form input[type="text"]{
	width: 170px;
	height: 40px;
	line-height: 40px;
	float: left;
	background:none;
	color: #fff;
}
.search-form .search-close{
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	background: url(../img/search_close.png) center no-repeat;
	cursor: pointer;
}
.top_down{
	line-height:14px;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
	margin: 13px 10px 0;
	padding: 0 18px;
}
.top .lan {
    height: 40px;
    line-height: 40px;
    position: relative;
}
.lan span i {
    width: 10px;
    height: 5px;
    display: inline-block;
    background: url(../img/sel_icon01.png) center no-repeat;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}
.lan ul {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    text-align: center;
    background: #fff;
    display: none;
    z-index: 99;
}
.lan ul a {
    display: block;
    height: 30px;
    line-height: 30px;
}
.top .nav_menu{
	margin-left: 25px;
	cursor: pointer;
	display: none;
}

/**/
.box{
	position: relative;
	z-index:1;
}
.header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: url(../img/nav_bg.png) center;
	z-index: 99;
	-webkit-animation: upDown 0.8s 0.1s both;
  -moz-animation: upDown 0.8s 0.1s both;
  -ms-animation: upDown 0.8s 0.1s both;
  -o-animation: upDown 0.8s 0.1s both;
  animation: upDown 0.8s 0.1s both;
  
}
.header.on{
	position: fixed;
	top: 0;
	left: 0;
}
#nav{
}
#nav>li{
	display: inline-block;
	position: relative;
}
#nav>li>a{
	display: block;
	line-height:60px;
	font-size: 16px;
	padding: 0 35px;
	color: #fff;
}
#nav>li.active::after,#nav>li:hover::after{
	width: 100%;
	height: 3px;
	background: #ffc600;
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
}
#nav .sub_nav{
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	display: none;
}
.sub_nav>a{
	display: block;
	line-height: 40px;
}
.sub_nav>a:hover{
	color: #d91c1c;
}
.menu {
	width: 40px;
	height: 40px;
	float: right;
	border: #ddd 1px solid;
	border-radius: 5px;
	text-align: center;
	margin:29px 20px 29px 40px;
	cursor: pointer;
	display: none;
	padding: 6px 8px;
}

.menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 5px;
	background: #888;
}

.menu:hover {
	background: #ddd;
}


/*banner*/

.box .swiper-container {
    width: 100%;
    position:initial;
}
.swiper-slide img{
	max-width: 100%;
}
.swiper-container .swiper-pagination-bullet{
	width:21px;
	height:21px;
	background:url(../img/point01.png) center no-repeat;
	opacity: 1;
	cursor: pointer;
}
.swiper-container .swiper-pagination-bullet-active{
	background:url(../img/point02.png) center no-repeat;
}
/*phone-nav*/
.aside-box{
	position: fixed;
	width:300px;
	height: 100%;
	left:-300px;
	top: 0;
	background: #333;
	padding:30px 20px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 999;
}
.aside-box.on{
	left: 0;
}
.aside-box ul li{
	border-bottom:rgba(0,0,0,.15) 1px solid;
}
.aside-box ul li>span,.aside-box ul li>a{
	display: block;
	line-height:50px;
	font-size: 16px;
	cursor: pointer;
}
.aside-box ul li>span{
	background: url(../img/sel_icon01.png) right center no-repeat;
}
.aside_sub{
	padding-bottom: 10px;
	display: none;
}
.aside_sub>a{
	display: block;
	line-height: 30px;
	color: #999;
}
.aside-box li>a:hover,
.aside-box li>span:hover,
.aside-box li.active>a,
.aside-box li.active>span{
	color: #D91C1C;
}
.aside-box li.nav_lan{
	display: none;
}
.aside-box li.nav_lan>a{
	display: inline-block;
	padding: 0 10px;
}
/*index*/
.index_pro{
	padding-top: 40px;
	padding-bottom: 40px;
}
.index_pro_left{
	margin: 38px 0 30px;
}
.index_pro_left h5{
	color: #000;
}
.index_pro_left h2{
	color: #d91c1c;
	margin-top: 10px;
}
.index_pro_left h2 span{
	font-size: 14px;
	color: #666;
}
#proScroll .owl-item{
	border-left:#e5e5e5 1px solid;
}
#proScroll .item{
	text-align: center;
	display: block;
}
#proScroll .owl-item:first-child{
	border:none;
}
#proScroll .owl-controls .owl-buttons div{
	width:26px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
#proScroll .owl-prev{
	background: url(../img/arrow-left01.png) center no-repeat;
	left: 0;
}
#proScroll .owl-next{
	background: url(../img/arrow-right01.png) center no-repeat;
	right: 0;
}

/*首页产品类别*/
.index_class{
	width: 100%;
	background: #f0f0f0;
	padding-top: 54px;
}
.index_pro_t{
	text-align: center;
}
.index_wrap{
	padding: 0 50px;
}

#proClass{
	margin-top: 50px;
	/*padding: 0 60px;*/
	position: relative;
	margin-bottom: -100px;
	 transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
   /* transform-origin: left bottom;*/
}
#proClass .owl-item{
	/*padding: 0 10px;*/
	padding: 0 5px;
}
#proClass .item{
	display: block;
	height: 290px;
    /*transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform-origin: left bottom;*/
    overflow: hidden;
    position: relative;
}
#proClass .owl-item:nth-child(2n-1){
	margin-top:30px;
}
#proClass .owl-item:nth-child(2n){
	/*padding-left:16px;*/
}
#proClass .pro_item{
	width: 100%;
    height: 100%;
    transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    margin-left: -40px;
    text-align: center;
    position:relative;
}
#proClass .pro_item img{
	max-width: initial;
}
#proClass .pro_item h3{
	position: absolute;
	top: 30px;
	left:30%;
	color: #fff;
	font-size: 26px;
	opacity: 0;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#proClass .pro_item h3::after{
	position: absolute;
	content: "";
	width:50px;
	height: 2px;
	background: #ffc600;
	left: 0;
	top: 40px;
}
#proClass .item:hover .pro_item h3{
	opacity: 1;
}
#proClass .owl-controls .owl-buttons div{
	width:30px;
	height:53px;
	position: absolute;
	top: 50%;
	margin-top:-27px;
	transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
}
#proClass .owl-prev{
	background: url(../img/arrow-left02.png) center no-repeat;
	left:-40px;
}
#proClass .owl-next{
	background: url(../img/arrow-right02.png) center no-repeat;
	right:-40px;
}
/*index-news*/
.index-news{
	margin:200px auto 70px;
}
.index-title{
	text-align: center;
}
.index-title h1{
	font-size: 40px;
	font-weight: bold;
	color:#333;
}
.index-title span{
	display: inline-block;
	width: 60px;
	height: 3px;
	background:#d91c1c;
}
.index-title p{
	font-size: 16px;
}
.news-wrap{
	margin-top: 45px;
}
.news_ul li{
	padding: 15px;
	border-bottom:#e5e5e5 1px solid;
}
.news_ul .date{
	text-align: center;
	color: #ffc600;
	font-weight: bold;
}
.news_ul .date h1{
	font-size: 40px;
}
.news_ul .news_ul_r h4{
	color: #000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_ul .news_ul_r h5{
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_ul li:hover{
	background: #f0f0f0;
}
.news_ul li:hover .date{
	color: #d91c1c;
}

.index-video{
	position: relative;
}
.index-video .video-n{
	position: absolute;
	width: 100%;
	height:60px;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	overflow: hidden;
	line-height: 60px;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
}
/*技术支持*/
.index-sup{
	position: relative;
}
.index-jishu{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
}
.index-sup-wrap{
	border-top: #d91c1c 5px solid;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left:110px;
	background:#fff;
}
.sup_left{
	border-right: #e5e5e5 1px solid;
}
.index-sup-wrap .item{
	text-align: center;
	position: relative;
}
.index-sup-wrap .item .img{
	height: 65px;
	line-height: 65px;
	margin-bottom: 10px;
}
.sup_right .item::after{
	width:36px;
	height: 36px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
	margin-right: -18px;
	background:url(../img/index-jia.png) center no-repeat;
}
.sup_right .item:nth-child(3n)::after{
	display: none;
}
.bottom{
	width: 100%;
	background: #F0F0F0;
	padding:122px 0 58px;
	text-align: center;
}
.bottom .share{
	width: 148px;
	margin:10px auto;
}
.share .bdsharebuttonbox>a{
	width:50px;
	height: 50px;
	margin: 0;
	background: url(../img/share-icons.jpg)0 0 no-repeat;
	margin-left: -1px;
}
.share .bdsharebuttonbox>a:first-child{
	margin-left: 0;
}
.share .bdsharebuttonbox>a.bds_weixin{
	background-position-x: -49px;
}
.share .bdsharebuttonbox>a.bds_more{
	background-position-x: -98px;
}
/*footer*/
.footer{
	width: 100%;
	background: #666;
	
}
.footer-con{
	/*height: 240px;*/
	position: relative;
	padding-top: 120px;
	padding-bottom: 25px;
}
.back{
	display: block;
	position:absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 50px;
	text-align: center;
	background: #d91c1c url(../img/top_btn.png) center no-repeat;
	color: #fff;
	cursor: pointer;
}

.link{
	margin-bottom: 20px;
	
}
.link select{
	width: 250px;
	height:38px;
	line-height: 38px;
}
.copyright{
	color: #fff;
}

@media only screen and (max-width:1200px) {
	.index-sup-wrap{
		padding-left: 80px;
	}
	#nav li>a{
	 	padding: 0 26px;
	 }
}
@media only screen and (max-width:1024px) {
	 #nav li>a{
	 	padding: 0 20px;
	 }
	 .index-sup-wrap{
		padding-left:15px;
	}
	
	.index-jishu{
		position: initial;
	}
	.bottom{
		padding-top: 40px;
	}
	.index_pro_t img{
		height:110px;
	}
	.index_class{
		padding: 50px 0 20px;
	}
	#proClass .pro_item h3{
		font-size:22px;
	}
	#proClass{
		margin-bottom: 0;
	}
	.index-news {
	    margin: 60px auto 70px;
	}
	#proClass .item{
		height: 260px;
	}
}

@media only screen and (max-width:991px) {
	.header{
		display: none;
	}
	.logo1{
		display: none;
	}
	.logo2{
		display: block;
	}
	.top_down{
		display: none;
	}
	.top{
		height: 60px;
	}
	.logo,.top-right{
		margin: 10px 0;
	}
	.logo img{
		height: 40px;
	}
	.index_pro_t img{
		height:80px;
	}
	.index-title h1,.news_ul .date h1{
		font-size: 30px;
	}
	.index-title p{
		font-size: 14px;
	}
	.news_ul .news_ul_r h4{
		margin: 0;
	}
	#proClass .pro_item h3{
		font-size:20px;
	}
	.index-video{
		margin-top: 20px;
	}
	
}

@media only screen and (max-width:767px) {
	.index_pro {
	    padding-top:20px;
	    padding-bottom:20px;
	}
	.index_pro_t img{
		height:60px;
	}
	.index-title h1,.news_ul .date h1{
		font-size:26px;
	}
	
}

@media only screen and (max-width:640px) {
	.index-title h1,.news_ul .date h1{
		font-size:20px;
	}
	.news_ul li{
		padding: 15px 0;
	}
	
	.footer-con{
		padding-top:70px;
	}
	#proClass .pro_item h3{
		font-size: 16px;
	}
	#proClass{
		margin-top: 30px;
	}
	.bottom {
	    padding: 30px 0;
	}
}

@media only screen and (max-width:480px) {
	.top .search-box,.top .lan{
		display: none;
	}
	.aside-box li.nav_lan{
		display:block;
	}
	.index-sup-wrap .sup_left,.index-sup-wrap .sup_right{
		width:100%;
	}
	.index-sup-wrap .item{
		/*width: 100%;*/
		margin-bottom: 20px;
		border:none;
	}
	.index-sup-wrap .item::after{
		display: none;
	}
	
	.news_ul .date{
		text-align: left;
		width: 100%;
	}
	#proClass .item{
		height: 200px;
	}
}

@media only screen and (max-width:320px) {
	.aside-box{
		width:260px;
	}
}

/*内页*/

.inside-banner {
    position: relative;
}
.inside-banner img {
    width: 100%;
}

.current{
	border-bottom: #E5E5E5 1px solid;
	overflow: hidden;
}
.current_left{
	line-height:56px;
	background: url(../img/home.jpg) left center no-repeat;
	padding-left: 21px;
	font-weight: bold;
}
.current .current_a{
	color: #d91c1c;
}
.tab-list{
	float: right;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.tab-list li{
	float: left;
	width: 140px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.tab-list li>a{
	display: block;
	width: 100%;
	height:56px;
	line-height: 56px;
	font-weight: bold;
}
.tab-list li.active{
	
}
.tab-list .on{
	border-top: #d91c1c 4px solid;
  background: #f2f2f2;
  width:0;
  height:56px;
  z-index: 2;
  position: absolute;
}

/*了解中强*/
.con{
	margin: 30px 0 50px;
}
.title{
	font-weight: bold;
	color: #000;
}
.about-con{
	margin-top: 40px;
}
.about-con h3{
	font-size: 26px;
	margin: 10px 0 12px;
	text-transform: uppercase;
}
.honor-list,.video-box{
	margin-top: 26px;
}
.honor-list li,.video-list li{
	text-align: center;
	margin-bottom: 40px;
}
.honor-list li .img{
	display: block;
	background: #f2f2f2;
	padding: 10px;
}
.honor-list li p,.video-list li p{
	margin-top: 12px;
	height: 26px;
	overflow: hidden;
}

.pager{
	margin:30px 0 50px;
}
.pager span{
	display: inline-block;
	margin: 4px;
}
.pager span>a{
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	font-size: 22px;
	border: #ccc 1px solid;
}
.pager span.active>a,.pager span:hover a{
	color: #fff;
	background: #666;
	border-color: #666;
}
.pager img {
    vertical-align: baseline;
}

/*news*/
.news-con{
	margin-top: 24px;
}
.news-left{
	width: 71%;
	float: left;
}
.news-right{
	width: 23%;
	float: right;
}
.news-list li{
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom:#ccc 1px dashed ;
}
.news-list li .news-info{
	margin:24px 0 0;
}
.news-list li .news-info2{
	margin: 0;
}
.news-info h4{
	font-weight: bold;
	margin-bottom: 8px;
}
.news-info .time,.news-info .news-text{
	color: #999;
	display: block;
}

.news-search{
	width: 100%;
	background: #f2f2f2;
	padding: 22px 22px 15px;
}
.news-search h3{
	font-size: 22px;
	color: #333;
	margin-bottom: 16px;
}
.news-search .form-control{
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	border-radius: 0;
}
.news-search input{
	width: 100%;
	padding: 0 10px;
}
.news-search button{
	width: 100%;
	background: #D91C1C;
	color: #fff;
	text-align: center;
	border: none;
}
.aside-video{
	margin-top: 28px;
}
.aside-video h3{
	font-size: 22px;
	margin: 12px;
}
.aside-video .video-img{
	position: relative;
}
.aside-video .video-img p{
	position: absolute;
	width: 100%;
	height:36px;
	bottom: 0;
	left: 0;
	line-height: 36px;
	background: rgba(0,0,0,.5);
	padding: 0 10px;
	overflow: hidden;
	color: #fff;
	z-index: 1;
}
/*新闻详情页*/
.news-title{
	text-align: center;
	padding: 32px 0 26px;
	border-top: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
}
.news-title h3{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
.news-title .time{
	color: #999;
	display: block;
	margin-top: 8px;
}
.news-detail{
	margin: 20px 0;
}

.prev-next{
	padding: 26px 30px 30px;
	border: #e5e5e5 1px solid;
	background: #fff;
	margin: 20px 0;
}
.prev-next .news-page{
	border-top: #ccc 3px solid;
	padding-top:17px;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
}
.prev-next .news-page a{
	color: #999;
}
.prev-next .news-page span{
	display: inline-block;
	width: 120px;
	height: 40px;
	margin-right: 16px;
	text-align: center;
	color:#fff;
	background: #ccc;
}
.prev-next .news-page:hover{
	border-color: #d91c1c;
}
.prev-next .news-page:hover span{
	background: #d91c1c;
}

.video-con{
	text-align: center;
}

.form-box{
	margin: 0 auto;
}

@media only screen and (min-width:520px) {
	.form-box{
		width: 500px;
	}
}
.form-box label{
	font-weight: normal;
	text-align-last: justify;
}
.form-box .form-control {
    display: initial;
    width:90%;
    border: #e6e6e6 1px solid;
}
.form-box i {
    font-style: normal;
    vertical-align: middle;
    padding-left: 5px;
    color: #d91c1c;
}
.form-box textarea{
    background: #fff;
    line-height: 26px;
    padding: 10px;
    resize: none;
}
.send-btn button {
    width: 120px;
    height:40px;
    text-align: center;
    line-height:40px;
    border: none;
    margin: 0 10px;
    color: #fff;
}
.send-btn {
     text-align: center; 
   /* padding-left: 13%;*/
    margin-top:10px;
}
.send-btn .send{
	background: #d91c1c;
}
.send-btn .reset {
    background: #808080;
}

/*download*/
.down-list li{
	margin-bottom: 24px;
}
.down-list li .d{
	background: #f2f2f2;
	padding: 30px 15px 15px;
	color: #000;
	overflow: hidden;
}
.down-list li b{
	color: #d91c1c;
}
.down-list li span{
	padding-left: 5px;
}
.down-list li h5{
	line-height: 26px;
	margin:10px 0;
}
.down-list li .down-btn{
	display: block;
	width: 50px;
	height: 50px;
	background:url(../img/down-btn01.png) center no-repeat;
}
.down-list li .down-btn:hover{
	background:url(../img/down-btn02.png) center no-repeat;
}

/*联系方式*/
.map{
	position: relative;
}
.contact-con{
	position: absolute;
	bottom: 20px;
	left: 5%;
	width:315px;
	background: #ffc600;
	padding-left: 24px;
	padding-top:70px;
	padding-bottom: 70px;
	color: #000;
}
.contact-con h3{
	font-size: 22px;
}
.contact-con .contact-add{
	line-height: 60px;
}
.contact-bottom{
	margin-top: 50px;
}
.contact-bottom h3{
	font-size: 22px;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.contact-list li{
	margin-bottom: 20px;
}
.contact-list li .add-li{
	background: #f2f2f2;
	padding: 20px 25px 12px;
}
.add-li h4{
	color: #000;
	position: relative;
}
.add-li h4::after{
	content: "";
	position: absolute;
	left: 0;
	top:26px;
	width: 30px;
	height: 2px;
	background: #d91c1c;
}
.add-li .add{
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin-top:24px;
}
/*在线咨询*/
.online{
	position: fixed;
	bottom: 10%;
	right:20px;
	width: 400px;
	height:162px;
	background: url(../img/zixun-img.png) center no-repeat;
	z-index: 999;
}
.online-con{
	width: 258px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding:16px 22px;
}
.online-con h4{
	line-height: 26px;
	margin-bottom: 12px;
}
.line-btn{
	text-align: center;
}
.line-btn>span{
	display: inline-block;
	width:82px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: #fff 1px solid;
	margin: 0 3px;
	cursor: pointer;
}
.line-btn .line-out{
	color: #fff;
}
.line-btn .line-on{
	background: #fff;
	color: #2599ba;
}

/*产品中心*/
.pro-search{
	border: #ededed 10px solid;
	margin: 20px 0 28px;
	padding: 22px 30px;
}
.pro-search .pro-select{
	float: left;
	margin-right: 28px;
	line-height: 40px;
	margin-bottom: 10px;
}
.pro-search .pro-select label{
	font-weight: normal;
	color: #000;
	margin-right:10px;
	margin-bottom: 0;
}
.pro-search .pro-select select{
	width: 250px;
	height: 40px;
	border: #e6e6e6 1px solid;
	color: #999;
	padding: 0 10px;
}
.pro-search .pro-btn{
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #606d75;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.pro-list li>a{
	display: block;
	position: relative;
	padding: 40px 0;
	text-align: center;
	margin-bottom: 40px;
}

.pro-list li>a>h4{
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.pro-list li .pro-mast{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(217,28,28,.8);
	color: #fff;
	padding:50px 20px 0;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}
.pro-mast h4{
	font-weight: bold;
	position: relative;
}
.pro-mast h4::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -20px;
	top: 30px;
}
.pro-mast h5{
	line-height: 26px;
	margin-top:30px;
	text-align: left;
}
.pro-list li:hover .pro-mast{
	opacity: 1;
}
.pro-list li:hover>a>h4{
	opacity: 0;
}
@media only screen and (max-width:1200px) {
	.contact-con{
		padding: 40px 20px;
	}
	.contact-con .contact-add{
		line-height: 40px;
	}
	.online{
		display: none;
	}
}
@media only screen and (max-width:991px) {
	.top .nav_menu{
		display: block;
	}
	.news-left,.news-right{
		width: 100%;
	}
	.news-right{
		display: none;
	}
	.news-search h3,
	.aside-video h3{
		font-size: 18px;
	}
	.news-title h3{
		font-size: 22px;
	}
	.prev-next{
		padding: 20px;
	}
	.prev-next .news-page span{
		width: 100px;
	}
	.prev-next .news-page{
		margin: 10px;
		font-size: 16px;
		padding: 10px 0;
	}
	.contact-con h3,.contact-bottom h3{
		font-size: 18px;
	}
	.contact-con{
		padding:20px 20px;
		position: initial;
		width: 100%;
	}
	.contact-bottom {
 	   margin-top:30px;
	}
	.pro-search .pro-btn{
		font-size: 16px;
	}
}
@media only screen and (max-width:480px) {
	.tab-list li{
		width: 100px;
	}
	.honor-list li,.video-list li,.contact-list li{
		width: 100%;
	}
	.pager span>a{
		font-size: 16px;
	}
	.news-search h3,
	.aside-video h3{
		font-size: 16px;
	}
	
	.news-list li .img,
	.news-list li .news-info{
		width: 100%;
	}
	.news-title{
		padding: 20px 0;
	}
	.news-title h3{
		font-size:16px;
	}
	.prev-next{
		padding:10px 0;
	}
	.prev-next .news-page{
		margin: 10px;
		font-size: 14px;
	}
	.prev-next .news-page span{
		width:60px;
	}
	.send-btn button{
		width: 80px;
	}
	.contact-con h3,.contact-bottom h3{
		font-size: 16px;
	}
	
	.pro-list li{
		width: 100%;
	}
	.pro-list li>a{
		padding: 20px 0;
	}
	
	.pro-search{
		padding:20px 10px;
	}
	.pro-search .pro-btn{
		font-size: 14px;
	}
	.pro-search .pro-select{
		margin-right: 0;
	}
	
	.current_left,.tab-list{
		width: 100%;
	}
}

/*产品详情页*/

/*圆形连接器*/
.box2 .header{
	position: initial;
}
.pro-current{
	border: none;
}
.pro-top{
	margin: 70px 0;
}
.pro-top .pro-left{
	text-align: center;
}
.pro-right h3{
	font-size: 26px;
	color: #000;
}
.pro-right .pro-info{
	margin:16px 0 20px;
	min-height: 78px;
}
.pro-link >span{
	display: block;
	margin-right:8px;
	margin-top: 5px;
	float: left;
}
.pro-link .pro-down,.pro-link .pro-user{
	width: 180px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
}
.pro-link .pro-down{
	background:#ffc600;
}
.pro-link .pro-down>a{
	color: #000;
}
.pro-link .pro-user{
	background: #999;
}
.pro-link .pro-user>a{
	color: #fff;
}
.pro-link .pro-share{
	background: #f3f3f3;
}
.pro-link .pro-share a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
	background: url(../img/pro-share.png) center no-repeat;
}


.pro-table{
	
	padding: 60px 0;
	background: #F7F7F7;
}
.pro-box{
	border: #ccc 1px solid;
}
.pro-title{
	width: 100%;
	height: 50px;
	background: #e6e6e6;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	padding-right: 18px;
}



.pro-title-li{
	overflow: hidden;
}
.pro-title-li>span,.pro-ul>li>span{
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
}
.pro-ul>li>span{
	height: 74px;
}
.pro-table .model{
	width: 24%;
	border-right: #ccc 1px solid;
}
.pro-table .img1{
	width: 18%;
	border-right: #ccc 1px solid;
}
.pro-table .img2{
	width: 28%;
	border-right: #ccc 1px solid;
}
.pro-table .num{
	width:30%;
	/*padding: 0 50px;*/
	
}

.pro-main{
	
}
.pro-ul{
	max-height:380px;
	overflow-y: scroll;
	position: relative;
	z-index: 999;
}
.pro-ul::-webkit-scrollbar{  /*滚动条整体设置*/
	    		width:18px; /*滚动条宽度*/
	    		height: 5px;  /*滚动条高度*/
	    	}
	    	.pro-ul::-webkit-scrollbar-track{  /*滚动条轨道*/
	    		background: #ddd;
	    		/*box-shadow: 0px 0px 4px #1A1A1A inset;*/
	    	}
	    	.pro-ul::-webkit-scrollbar-thumb{ /*滚动条小方框*/
	    		background: #444;
	    	}
.pro-ul>li{
	border-top: #ccc 1px solid;
	/*padding: 0 20px;*/
	height: 76px;
	line-height: 74px;
	font-size: 16px;
	position: relative;
}
/*.pro-ul>li:nth-child(6n),.pro-ul>li:last-child{
	border: none;
}*/
.pro-ul>li{
	
}
.pro-ul>li span img{
	max-height: 73px;
}
.pro-ul>li .img{
	position: relative;
	cursor: pointer;
}
.pro-ul>li .img i{
	display: block;
	position: absolute;
	width:21px;
	height:21px;
	bottom:5px;
	right:5px;
	background: url(../img/glass.png) center no-repeat;
}
.pro-ul>li .num{
	/*text-align: left;*/
	padding: 0 50px;
}
.pro-ul>li span.model{
	/*text-align: left;*/
}
.numScroll{
	height:34px;
	line-height:32px;
	border: #ccc 1px solid;
	margin: 22px 0;
	position: relative;
}
.numScroll i{
	display: inline-block;
	font-style: normal;
	/*border-right: #e6e6e6 1px solid;*/
	width: 30px;
	text-align: center;
	margin-right: 10px;
}
.numScroll .prev,.numScroll .next{
	position: absolute;
	display: block;
	width:34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
}
.numScroll .prev{
	background: url(../img/prev1.png) center no-repeat;
	left: -34px;
}

.numScroll .next{
	background: url(../img/next1.png) center no-repeat;
	right: -34px;
}
/*图片放大*/
.enlarge{
	width:400px;
	height:300px;
	position: absolute;
	text-align: center;
	line-height:300px;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.enlarge img{
	max-width:400px;
	max-height:300px;
	border: #b2b2b2 6px solid;
}

/*内容*/
.pro-datail-top{
	width: 100%;
	height: 180px;
	background: url(../img/pro-nybg.jpg) center no-repeat;
	position: relative;
}
.pro-tab{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}
/*.pro-tab.on{
	position: fixed;
	bottom: auto;
	top: 0;
	background: #fff;
}*/
.fixed-tab{
	position: fixed;
	bottom: auto;
	top: 0;
	background: #E3E3E3;
	display: none;
}
.pro-tab-ul{
	text-align: center;
}
.pro-tab li{
	display: inline-block;
	width: 32%;
	height: 60px;
	/*float: left;*/
	margin-right: 1%;
	background: #fff;
	color: #d91c1c;
	font-size: 18px;
	/*text-align: center;*/
	padding: 0 30px 0 0px;
	line-height: 60px;
	font-weight: bold;
	cursor: pointer;
}
.pro-tab-ul li span{
	display: block;
	background: url(../img/title-icon01.png) right center no-repeat;
}
.pro-tab-ul li:last-child{
	margin-right: 0;
}
.pro-tab-ul li.active{
	background: #d91c1c;
	color: #fff;
}
.pro-tab-ul li.active span{
	background: url(../img/title-icon02.png) right center no-repeat;
}
.cp-wrap h4{
	color: #000;
}
.cp-wrap .cp-info{
	margin: 30px 0;
}


/**/
.pro-table2 .img1{
	margin: 0 15%;
}
.pro-table3 .img1{
	margin: 0 14%;
}
.pro-table .img3{
	width: 28%;
}
.pro-table3 .numScroll li{
	text-align: center;
}
/*用户资料*/
.wrap{
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 64px;
}
.user-con{
	background: #fff;
	padding:60px 100px;
}

.cp-wrap{
	padding: 30px 15px;
}
@media only screen and (max-width:991px) {
	.wrap{
		padding-bottom: 40px;
	}
	.user-con{
		padding:30px 40px;
	}
	.pro-right h3{
		font-size: 22px;
	}
	.pro-top .pro-right{
		margin-top: 30px;
	}
}

@media only screen and (max-width:640px) {
	.wrap{
		padding-bottom:30px;
	}
	.user-con{
		padding:20px 10px;
	}
	.pro-link .pro-down, .pro-link .pro-user{
		font-size: 16px;
	}
	.pro-title,.pro-ul>li,.pro-tab li{
		font-size: 14px;
	}
	
	.pro-top {
	    margin: 30px 0;
	}
	.pro-right h3 {
	    font-size:18px;
	}
	
	.pro-ul>li{
		/*padding: 0 10px;*/
	}
	.pro-table3 .model{
		width: 30%;
	}
	.pro-table3 .img1 {
		width:30%;
	    margin: 0 2%;
	}
	.pro-table3 .num{
		width:36%;
		padding: 0 20px;
	}
	
	.pro-tab li{
		padding: 0 10px 0 0px;
		width: 48%;
		float: left;
		margin-top: 5px;
		height: 50px;
		line-height: 50px;
	}

	.enlarge{
		width:200px;
		height:150px;
		
	}
	.enlarge img{
		max-width:200px;
		max-height:150px;
		border: #b2b2b2 2px solid;
	}

	.pro-ul::-webkit-scrollbar{  /*滚动条整体设置*/
	    		width:4px; /*滚动条宽度*/
	    		height: 5px;  /*滚动条高度*/
	    	}
	.pro-title{
		padding-right: 4px;
	}
	
	.pro-ul>li .num{
		padding: 0 25px;
	}
	.numScroll .prev, .numScroll .next{
		width: 25px;
	}
	.numScroll .prev{
		left: -25px;
	}
	.numScroll .next{
		right: -25px;
	}
	.numScroll i{
		display: block;
		margin: 0;
		width: 100%;
	}
	.numScroll{
		line-height: 18px;
		height: 36px;
		text-align: center;
	}
}

table{
	 word-wrap: break-word;
}
.cp-info table{
	width: 100%;
}