
.innerBanner{
	 width: 100%;
	 height: 312px;
	 overflow: hidden;
	 position: relative;
}
.innerBanner .innerBanImg{
	width: 1800px;
	height: 312px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -900px;
}

.path{
	border-bottom: #dedede 1px solid;
	padding: 10px 0 0 0;
	
}

.addrBox{
	text-align: right;
	display: inline-block;
	float: right;
	overflow: hidden;
}

.path .container{
	padding: 0;
}
.path-address{
	display: inline-block;
	width: 350px;
	text-align: left;
	float: left;
}
.path-address p{
	color: #666;
	font-size: 14px;
	letter-spacing: -1px;
}

.addrBox .path-address{
	float: none;
}

.path-tab-a{
	margin-top: 25px;
	display: inline-block;
	float: left;
}
.path-tab-a .btn-large{
	border-radius: 20px;
	background: #fff;
	border:1px solid #b5b5b5;
	color: #666;
	padding: 6px 20px;
	margin: 0 35px 0 0;
	width: auto;
}
.path-tab-a .btn-large.active{
	background: #e96c01;
	color: #fff;
	box-shadow: none;
	border:1px solid #e96c01;
}

.news-Tab .tab-pane{
	display: none;
}
.news-Tab .tab-pane.active{
	display: block;
}

.pager li > a, .pager li > span{
	border-radius: 0;
	margin: 0 5px;
	color: #666;
}
.pager li > a:hover{
	background: #dd6128;
	color: #fff;
	border-color: #dd6128;
}

.page-link.disabled,.pager li > span,.pager li > span:hover{
	color: #666;
	background: #ddd;
}

/*news*/
.news-list{
	min-height: 600px;
	margin-top: 50px;
}
.news-list .news-item{
	padding:20px 10px;
	display: table;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.news-list .news-item:after{
	position: absolute;
	left: 10px;
	border-bottom: #e9e9e9 1px solid;
	bottom: 0px;
	content: '';
	right: 10px;
}
.news-list .container{
	padding: 0 ;
}
.news-list .container .col-md-5{
	padding-left: 0;
}

.news-list .container .col-md-7{
	padding-right: 0;
}
.news-list .news-item:hover{
	background: #f6f6f6;
}
.news-list .news-item .col-md-5 img{
	max-width: 100%;
	width: 384px;
	height: 239px;
}
.news-list .news-item h2{
	font-size: 16px;
	margin-top: 15px;
}
.news-list .news-item h2 a{
	color: #666;
}
.news-list .news-item h2 a:hover{
	color: #e96c01;
}
.news-list .news-item h5{
	font-size: 12px;
	margin:10px 0 15px 0;
	height: 40px;
	color: #666;
}
.news-list .news-item h6{
	text-align: right;
	padding-right: 30px;
}
.news-list .news-item p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	letter-spacing: 1px;
	height: 98px;
}
.news-list .news-item .btn-large{
	border-radius: 20px;
	background: none;
	border: 1px solid #ddd;
	width: auto;
	font-size: 12px;
	color: #bdbdbd;
}
.news-list .news-item .btn-large:hover{
	background: #e96c01;
	color: #fff;
	box-shadow: none;
	border:1px solid #e96c01;
}


/*-------*/
.title-h1{
	text-align: center;
	font-size: 24px;
	color: #737373;
	margin-top: 10px;
}
.news-title{
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}
.sub-title{
	font-size: 12px;
	color: #b9b9b9;
	margin: 10px 0;
	text-align: center;
}
.share-net{
	float: right;
}
.news-content {
	margin: 20px 0;
	min-height: 400px;
}
.news-content p{
	font-size: 14px;
	color: #999;
}
.news-content p img{
	max-width: 100%;
	height: auto;
}
.news-time{
	color: #B9B9B9;
	font-size: 12px;
}
.news-detial-bottom-share .container:first-child{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.news-next{padding: 0;margin-top: 15px;}
.news-next a{
	color: #666;
}
.news-next .col-md-6:last-child{text-align: right;}
.other-news{
	margin-top: 30px;
}
.other-news .container{
	padding: 0;
}
.other-news .container .col-md-6{
	padding-left: 10px;
	position: relative;
	line-height: 28px;
}
.other-news .container .col-md-6:before{
	width: 5px;
	height: 19px;
	content: '';
	background: #d8d8d8;
	position: absolute;
	left: 0;
	top: 5px;
}
.other-news .container .col-md-6 a{
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}
.other-news .container .col-md-6 a:hover{
	color: #e96c01;
}
.title-other{
	font-size: 24px;
}


/*---coop-box----*/
.coop-box{
	padding: 50px 0 20px 0;
	
}
.coop-title{
	
}
.coop-title h3{
	font-size: 24px;
	color: #e96c01;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: 600;
}
.coop-title h4{
	font-size: 20px;
	color: #666;
	text-indent: 2em;
	line-height: 32px;
}
.coop-img{
	text-align: center;
	padding: 20px 0;
}
.coop-img img{
	max-width: 100%;
	margin: 10px;
}
.coop-area{
	background: #f6f6f6;
	padding: 60px 0;
}
.coop-area .title{
	font-size: 24px;
	text-align: center;
	color: #666;
}

.brand{
	padding: 60px 0 0 0;
}
.brand .title{
	font-size: 24px;
	text-align: center;
	color: #656565;
}
.brand .sub-title{
	font-size: 18px;
	color: #686868;
}
.coop-list{
	margin: 40px 0 0 0;
}
.coop-item{
	text-align: center;
	padding-bottom: 0px;
	height: 200px;
}
.coop-item p{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
	position: relative;
}
.coop-item p:after{
	content: '';
	width: 36px;
	height: 2px;
	background: #bfbfbf;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -18px;
}

.cp1{background-image: url(../images/icon_coop1.png);}
.cp2{background-image: url(../images/icon_coop2.png);}
.cp3{background-image: url(../images/icon_coop3.png);}
.cp4{background-image: url(../images/icon_coop4.png);}
.cp5{background-image: url(../images/icon_coop5.png);}
.cp6{background-image: url(../images/icon_coop6.png);}
.cp7{background-image: url(../images/icon_coop7.png);}
.cp8{background-image: url(../images/icon_coop8.png);}
.icon-coop{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;;
	height: 90px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/*---*/
.apply-box{
	position: fixed;
	width: 990px;
	height: 350px;
	left: 50%;
	top: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	box-shadow: 0 5px 5px #CCCCCC inset,0 5px 5px #CCCCCC;
	display: none;
	transition: ease .3s;
}
.apply-box .container{
	width: 900px;
}
.apply-box .box-title{
	text-align: center;
	font-size: 24px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.box-content{
	margin: 70px 0 0 0;
}
.box-content .form-control{
	border-radius: 0;
}
.submitBtn{
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
.submitBtn p{
	font-size: 12px;
	margin-top: 15px;
}
.submitBtn .btn-large{
	margin-bottom: 10px;
	background: none;
	border-radius: 20px;
	border: 1px solid #dedede;
	padding: 6px 30px;
	color: #666;
	margin:0 20px;
}
.submitBtn .btn-large:hover{
	background: #e96c01;
	color: #fff;
	border: 1px solid #e96c01;
}

/*---case-----*/
.case-title{
	font-size: 24px;
	margin: 30px;
	line-height: 30px;
	text-align: center;
}
.case-Tab .container{
	padding: 0 30px;
}
#case-carousel{
	position: relative;
	height: 1068px;
}
.case-img p{
	overflow: hidden;
}
.case-img img{
	max-width: 100%;
	max-height: 100%;
}
.case-intro p{
	font-size: 14px;;
	line-height: 28px;
	color: #666;
}
.case-introTxt .cell-item{
	display: none;
}
.case-introTxt .cell-item.active{
	display: block;
}
.icon_case.left{
	background-image: url(../images/icon_case2.png);
	left: -50px;
}
.icon_case.right{
	background-image: url(../images/icon_case1.png);
	right: -50px;
}
.icon_case{
	width: 42px;
	height: 81px;
	display: inline-block;
	position: absolute;
	background-position: center center;
	top: 50%;
	margin-top: -40px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.icon_case.left:hover{
	background-image: url(../images/icon_case2_hover.png);
}
.icon_case.right:hover{
	background-image: url(../images/icon_case1_hover.png);
}


/*---about---*/
.about-Tab{
	margin: 40px 0;
}

.about-title{
	overflow: hidden;
	margin-bottom: 20px;
}
.about-title span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.about-title span b{
	color: #e96c01;
	font-size: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.about-title span em{
	font-style: normal;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	color: #666;
	text-transform: uppercase;
	
}
.about-content{
	overflow: hidden;
}
.about-content p,.about-content-product p{
	font-size: 14px;
	color: #666;
	line-height: 27px;
}

.about-content-product{
	overflow: hidden;
	margin: 40px 0;
	background: #f1f1f1;
	padding: 40px 0;
}
.about-img{
	text-align: center;
	background: #fff;
	padding: 15px;
	margin: 20px 0;
}
.about-img img{
	margin: 10px 25px;
	width: 188px;
	height: 138px;
}

.about-Tab .tab-pane{
	display: none;
	min-height: 600px;
}
.about-Tab .tab-pane.active{
	display: block;
}

.zizhi-title{
	text-align: center;
}
.zizhi-title h3{
	font-size: 26px;
	color: #e96c01;
}
.zizhi-title p{
	font-style: normal;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin-top: 10px;
	
}
.zizhi-item{
	margin-bottom: 50px;
}
.zizhi-item .content{
	text-align: center;
}

/*--adv-title---*/
.adv-title h4{
	text-align: left;
	font-size: 26px;
	color: #e96c01;
	
}
.adv-title h6{
	text-align: left;
	font-size: 18px;
	color: #666;
	margin-bottom: 6px;
}
.adv-title .container{
	padding-left: 30px;
}
.adv-list{
	margin: 20px 0;
}
.adv-list .item em{
	font-size: 26px;
	font-family: arial;
	font-weight: lighter;
	color: #e96c01;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.adv-list .item span{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #666;
}
.adv-list .item,.adv-list .item2{
	margin-top: 15px;
	margin-bottom: 15px;
}
.grey{
	background: #f9f9f9;
}
.advantage .grey,.advantage .white{
	padding: 30px 0;
}


.adv-list .item2 h4 em{
	font-size: 26px;
	font-family: arial;
	font-weight: lighter;
	color: #e96c01;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.adv-list .item2 h4 span{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #e96c01;
}
.adv-list .item2 p{
	padding-left: 45px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.xian-sp{
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	margin-right: 10px;
	line-height: 16px;
}

.item-top{
	background-color: #eeeeee;
	padding:15px 30px;
}
.item-top h6{
	font-size: 12px;
	position: relative;
	padding-left: 15px;
}
.item-top h6:before{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #cdcdcd;
	position: absolute;
	left: 0;
	top:0;
	content: '';
}
.item-top h5{
	font-size: 14px;
	margin: 10px 0;
}
.item-top h3{
	font-size: 16px;
	color: #e96c01;
}
.item-inner{
	padding:20px 30px;
}
.item-tit{
	position: relative;
	margin: 20px 0;
	
}
.item-tit span{
	display: inline-block;
	background-color: #fff;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	z-index: 2;
	position: relative;
}
.item-tit:after{
	border-top: 1px solid #e7e7e7;
	position: absolute;
	left: 0;
	height: 1px;
	right: 0;
	top: 48%;
	content: '';
}
.join-require p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.join-item{
	margin-bottom: 50px;
}


/*------*/
.pro-img{
	margin: 30px 0;
	overflow: hidden;
}
.pro-img .text-center img{
	width: 188px;
	height: 138px;
}
.pro-intro p{
	font-size: 14px;
	line-height: 27px;
	color: #666;
}

.parameter .container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pro-title{
	font-size: 18px;
	color: #e96c01;
	margin-bottom: 30px;
}
.icon_pro.left{
	background-image: url(../images/icon_1.png);
	left: -50px;
}
.icon_pro.right{
	background-image: url(../images/icon_2.png);
	right: -50px;
}
.icon_pro{
	display: inline-block;
	width: 24px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	opacity: .5;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	transform: scale(.7);
}
.pro-item-img .col-md-6{
	padding-left: 0;
}
.icon_pro:hover{
	opacity: 1;
}
#pro-carousel{
	height: 360px;
	
}
#pro-carousel-2{
	height: 230px;
	
}
#pro-carousel-3{
	height: 160px;
	
}
.option{
	font-size: 11px;
	line-height: 16px;
}
.option > div{
	margin-bottom: 6px;
	overflow: hidden;
}
.pro-item-tit{
	font-size: 18px;
	color: #e96c01;
	margin-bottom: 10px;
}
.pro-item-img img{
	max-width: 100%;
	max-height: 100%;
	width: 225px;
	height: 155px;
}
.pro-item{
	margin-bottom: 30px;
}
.pro-det2 .col-md-6 img{
	width: 307px;
	height: 230px;
}
.pro-det2 .patarm{
	margin-top: 30px;
}

.pro-det3 .pro-item .option{
	margin-top: 15px;
	margin-left: 30px
}
.pro-det3 .pro-item .option p{margin-bottom: 0px;line-height: 24px;}

.more-pro{
	width: 144px;
	height: 48px;
	font-size: 18px;
	background: none;
	border-radius: 30px;
	line-height: 42px;
	border:2px solid #ddd;
	color: #e96c01;
	padding: 0 20px;
	margin-top: 40px;
}
.more-pro:hover{
	background: #e96c01;
	color: #fff;
	border:2px solid #e96c01;
}

.ApplicationField h4{
	font-size: 16px;
	color: #e96c01;
	margin:30px 0 15px 0;
	font-weight: bold;
}
.ApplicationField p{
	font-size: 14px;
	line-height: 27px;
	color: #666;
}

.ApplicationField .col-md-6 img{
	width: 461px;
	height: 329px;
}

.product-advantage{
	margin-top: 50px;
	overflow: hidden;
}
.pro-adv-content img{
	max-width: 100%;
}
.proAdv-title{
	font-size: 24px;
	color: #585858;
	font-weight: 900;
	text-align: center;
}
.adv-table1{
	width: 960px;
	display: table;
	margin: 50px auto 10px auto;
	text-align: center;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
}
.adv-table1 th{
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	font-weight: lighter;
	border-right: 1px solid #717171;
	border-bottom: 1px solid #717171;
	width: 50%;
}
.adv-table1 td{
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
	font-weight: lighter;
	border-right: 1px solid #717171;
	border-bottom: 1px solid #717171;
	line-height: 24px;
	width: 50%;
	vertical-align: middle;
}
.adv-table1 td h4{
	font-weight: 900;
	color: #717171;
	line-height: 24px;
	margin-bottom: 5px;
}
.adv-table1 td p{
	margin-bottom: 0;
	color: #717171;
	line-height: 24px;
}
.product-advantage .grey{
	padding: 40px 0;
}
.adv-submit{
	margin-top: 35px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.adv-submit h5{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #717171;
}
.adv-submit ul{
	padding: 0;
	margin: 0;
}
.adv-submit ul li{
	width: 20%;
	float: left;
	list-style: none;
	color: #717171;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 30px;
}
.adv-submit ul li b{
	font-weight: bold;
	display: inline-block;
	width: 50px;
	color: #717171;
}

.proAdv-title2{
	font-size: 24px;
	margin:20px 0 20px 0;
	text-align: center;
	font-weight: bold;
}
.proAdv-title2 span{
	margin: 0 15px;
}
.heating{
	margin-top: 60px;
}
.adv-table2{
	width: 1000px;
	display: table;
	margin: 30px auto 10px auto;
	text-align: center;
	border-top: 1px solid #ed6e0b;
	border-left: 1px solid #ed6e0b;
}
.adv-table2 th{
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	font-weight: lighter;
	border-right: 1px solid #ed6e0b;
	border-bottom: 1px solid #ed6e0b;
	width: 14.29%;
	color: #fff;
	background: #ed6e0b;
}
.adv-table2 td{
	text-align: center;
	font-size: 18px;
	padding: 12px 0;
	font-weight: lighter;
	border-right: 1px solid #ed6e0b;
	border-bottom: 1px solid #ed6e0b;
	line-height: 24px;
	width: 14.29%;
	vertical-align: middle;
	color: #848484;
	
}
.adv-table2 td b{
	line-height: 24px;
	font-size: 18px;
	color: #ed6e0b;
	font-weight: lighter;
}
.adv-table2 td span{
	line-height: 24px;
	font-size: 16px;
}

.webEn .path-tab-a .btn-large{
	margin-right: 15px;
}
.webEn .pro-item-img .col-md-6{
	line-height: 12px;
}

@media(max-width:1024px) {
	.innerBanner{
		height: auto;
	}
	.innerBanner .innerBanImg{
		width: 100%;
		position: inherit;
		height: auto;
		left: 0%;
		margin-left: 0%;
	}
	.path .container{
		padding: 10px;
	}
	.addrBox{
		float: none;
		width: auto;
		text-align: left;
	}
	.path-address{
		width: auto;
		float: none;
	}
	.path-tab-a{
		float: none;
		display: block;
	}
	.path-tab-a .btn-large{
		margin-bottom: 15px;
		display: block;
		margin-right: 0;
		line-height: 36px;
	}
	#pro-carousel,#pro-carousel-2,#pro-carousel-3{
		height: auto;
	}
	.pro-item-tit{
		margin-top: 1rem;
	}
	.about-img img{
		width: 100%;
		height: auto;
	}
	.ApplicationField .col-md-6{
		padding: 0;
	}
	.ApplicationField .col-md-6 img,
	.zizhi-item img,
	.adv-list img,
	.coop-img img,
	.area-img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.adv-table1,.adv-table2{
		width: 100%;
	}
	.adv-submit{
		width: auto;
	}
	.adv-submit ul li{
		width: auto;
		float: none;
	}
	.adv-table2 td{
		font-size: 16px;
	}
	.pagination{
		text-align: center;
	}
	.pager li{
		display: inline-block;
	}
	#case-carousel{
		height: auto
	}
	#case-carousel img{
		width: 100%;
	}
	.icon_case.right{
		right: 0;
	}
	.icon_case.left{
		left: 0;
	}
	.coop-img img{
		margin: 10px 0;
		width: 493px;
		height: 310px;
	}
	
	.pro-item-img .col-md-6{
		padding-right: 0;
	}
	.pro-item-img img,.pro-det2 .col-md-6 img{
		width: 100%;
		height: auto;
	}
	
	.pro-det2 .col-md-6,.pro-det2,.news-list .news-item .col-md-5{
		padding: 0;
	}
	
	.news-list .news-item .col-md-5 img{
		width: 100%;
		height: auto;
		
	}
	.news-list .news-item h5{
		height: auto;
	}
	
	.item-inner{
		padding: 20px 0;
	}
	
	.apply-box{
		width: auto;
		height: auto;
		left: 15px;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.apply-box .container{
		width: auto;
	}
	
	.apply-box .container .col-sm-12{
		margin-bottom: 10px;
	}
	.apply-box .box-title{
		margin: 20px 0;
	}
	.box-content{
		margin: 20px 0;
	}
	.submitBtn{
		margin-top: 20px;
	}
}