.header{
	width: 100%;
	height: 90px;
	position: relative;
}
.logo{
	float: left;
	display: block;
	width: 15%;
	height: 90px;
	padding: 10px 30px;
	background: url(../images/top-left.png) right center no-repeat;
}
.logo img{
	width: 100%;
}
.head-nav{
	width: 70%;
	display: block;
	float: left;
	background: #d55761;
	padding: 0 10%;
}
.head-nav li{
	width: 16%;
	float: left;
	text-align: center;
	line-height: 90px;
}
.head-nav li a{
	color: #fff;
	display: block;
	font-family: arial;
	font-size: 16px;
	transition: all 0.3s ease;
}
.menu{
	width: 20%;
	float: right;
	background: #d55761;
	text-align: center;
	height: 90px;
	padding-top: 22px;
	cursor: pointer;
	display: none;
}
.search-box{
	position: absolute;
	top: 90px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	right: 0px;
	border-radius: 5px;
	background: #fff;
	z-index: 1;
	display: none;
}
.search-box input{
	width: 150px;
	background: none;
	padding-left: 10px;
}

.search-box button{
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/search-btn.png) center no-repeat;
	border: none;
}
.head-nav li:hover a,.head-nav li.active a{
	color: #feb4ba;
}
.head-right{
	width: 15%;
	height: 90px;
	line-height: 90px;
	float: right;
	background:#d55761 url(../images/top-right.png) left center no-repeat;
}
.head-right span{
	width: 48%;
	display: inline-block;
	float: left;
}
.head-right .search{
	text-align: center;
}
.head-right .share-btn{
	color:#fff;
	display:block;
	font-size: 16px;
	background: url(../images/share-btn.png) 58px center no-repeat;
	float: none;
	padding-left: 0;
	height: 90px;
	line-height: 90px;
	margin: 0;
}
.share-btn.bdshare-button-style1-24 a{
	
}

/**/
.row1{
	position: relative;
	margin-top: -128px;
}
.row1>div{
	padding: 0;
}
.choose{
	background: #3e8ddc;
	color: #fff;
	height: 507px;
	padding: 0 30px;
}
.title1{
	display:inline-block;
	padding: 28px 0;
}
.choose dl{
	padding-right: 10%;
}
.choose dl dt{
	font-size: 36px;
	margin-bottom: 38px;
	font-weight: normal;
}
.choose dl dd{
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0;
	padding-right: 60px;
	border-top: #fff 1px solid;
	font-family: "arial, helvetica, sans-serif";
}
.download{
	background: #f1f1f1;
	height: 435px;
	margin-top: 72px;
	padding-left: 50px;
	padding-right: 80px;
	overflow: hidden;
}
.title2{
	padding: 28px 0 38px;
	border-bottom: #bfbfbf 1px solid;
}
.title2 span{
	display: inline-block;
	vertical-align: bottom;
}
.title2 .data{
	margin-left: 30px;
	text-transform: uppercase;
	color: #000;
	font-size: 18px ;
}
.title2 .more{
	color: #8a8a8a;
	display:block;
	float: right;
	width: 100px;
	color: #8A8A8A;
	margin-top: 17px ;
	background: url(../images/more-icon1.png)right center no-repeat;
}
.download-list li{
	margin-top: 42px;
	overflow: hidden;
	
}
.download-list i{
	font-size: 48px;
	font-style: normal;
	color: #8a8a8a;
	display: block;
	float: left;
}
.download-list li .time{
	color: #8a8a8a;
	text-align: center;
	display: block;
	float: left;
	padding:5px;
}
.download-list li .time h3{
	margin: 0;
	font-size: 14px;
}
.download-list li .time h4{
	margin: 16px 0 0;
	font-size: 14px;
	position: relative;
}
.download-list li .time h4:before{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #8A8A8A;
	position: absolute;
	content: "";
	margin-top: -10px;
	left: 50%;
}
.download-list .download-info{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #4a4a4a;
	font-size: 16px;
	float: right;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.download-list li:hover .time,
.download-list li:hover i,
.download-list li:hover .download-info{
	color: #d55761;
}
.download-list li:hover h4:before{
	background: #d55761;
}
@media only screen and (max-width:1360px ) {
	.head-nav{
		padding: 0;
		display: block;
	}
	.head-right .share-btn{
		background: url(../images/share-btn.png) 40px center no-repeat;
	}
}
@media only screen and (max-width:980px ) {
	.head-nav{
		width: 100%;
		position: absolute;
		top: 90px;
		display: none;
		z-index: 1;
	}
	.logo{
		width: 20%;
		background: none;
	}
	.logo img{
		width: 200px;
	}
	.head-right{
		display: none;
	}
	.head-nav li{
		width: 100%;
		text-align: center;
		line-height:60px;
	}
	.menu{
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	.choose dl{
		padding-right: 15%;
	}
}
@media only screen and (max-width:768px ){
	.row1{
		margin-top: 0;
	}
	.download{
		margin: 0 0 20px;
	}
	.about-wrap{
		padding: 50px 0 !important;
	}
}
@media only screen and (max-width:480px ){
	.logo{
		width: 50%;
	}
	.logo img{
		width: 100%;
		margin-top: 20px;
	}
	.choose dl dt{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.choose dl dd{
		padding-right: 10px;
	}
	.pro-title{
		padding: 0 !important;
	}
	.contact-wrap{
		font-size: 40px !important;
		height: 200px;
		line-height: 200px;
	}
	.download{
		padding: 0 10px;
	}
	.about-wrap{
		padding: 50px 0 !important;
	}
}
/*about*/
.about-wrap{
	width: 100%;
	background: url(../images/about-img.jpg) 50% 0% no-repeat;
	padding: 136px 0 110px;
}
.about{
	padding-left: 10%;
	padding-right: 10%;
	/*height: 139px;*/
	background: rgba(62,141,220,.8);
	color: #fff;
	padding-bottom: 24px;
}
.about h3{
	font-size: 36px;
	padding: 20px 0 10px;
	margin: 0;
	color: #fff;
}
.about-info{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #fff;
}
.about-icon,.about-more{
	display: block;
	text-align: center;
	padding-top: 56px;
}
.product-wrap{
	background: #f1f1f1;
}
.pro-title{
	text-align: center;
	padding: 0 20%;
}
.pro-title h3{
	font-size: 36px;
	color: #2a2a2a;
}
.pro-title p{
	color: #8a8a8a;
	line-height: 24px;
}
.pro-p{
	width: 100%;
	height: 74px;
	overflow: hidden;
	line-height: 74px;
	color: #505050;
	background: #cecece;
	text-align: center;
}
.owl-item{
	margin: 0 1px;
}
.owl-carousel .item:hover .pro-p{
	background: #d55761;
	color: #fff;
}
.pro{
	margin-top: 15px;
}
.pro .owl-controls {
    margin-top: 30px;
    margin-bottom: 42px;
    text-align: center;
}
.pro .owl-page{
	display: inline-block;
    zoom: 1;
    cursor: pointer;
}
.pro-img img{ 
	width: 100%;
}
.pro .owl-page span{
	display: block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #cacaca;
    overflow: hidden;
}
.pro .owl-page.active span,.pro .owl-page:hover span{
	background:#0c4da2;
}
.custom-info{
	padding:60px 8% 0;
}
.custom-info h4{
	color: #d55761;
	font-size: 24px;
	background: url(../images/pic-icon.png) right center no-repeat;
	margin-bottom: 20px;
}
.custom-info h5{
	color: #9f9f9f;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: #d55761 1px solid;
}
.contact-wrap{
	background: url(../images/contact-img.jpg) 50% 0% no-repeat;
	height: 270px;
	line-height: 270px;
	text-align: center;
	font-size: 70px;
	color: #fff;
}
.contact-wrap a{
	color: #fff;
}
.footer{
	background: #292929;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
/*内页*/
.contain{
	margin-top: 46px;
}
.current{
	color:#999;
	padding-bottom: 16px;
	border-bottom: #e2e2e2 2px solid;
}
.current a{
	color: #999;
	font-size: 12px;
}
.pro-class{
	margin: 24px 0;
	font-size: 22px;
	color: #000;
	font-weight:bold;
}
/*产品分类*/
.classify{
	border-bottom: #e2e2e2 1px solid;
	/*height: 40px;*/
	/*overflow: hidden;*/
}
.classify span {
    /*float: left;*/
    display: inline-block;
    position: relative;
}
.classify span .a_cur {
    color: #6a6a6a;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    position: relative;
}
.classify span .a_cur.on,.classify span .a_cur:hover{
	border-bottom: #3e8ddc 4px solid;
}
.child_a{
	display: none;
	width:420px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 2;
	border: #e2e2e2 1px solid;
	background: #f5f5f5;
	padding-right:20px;
}
.child_a>a{
	display: block;
	font-size: 12px;
	/*height: 40px;*/
	line-height: 40px;
	color: #6a6a6a;
	padding-left: 20px;
	padding-right: 25px;
	background: url(../images/li.png) right center no-repeat;
}

.classify span:hover .child_a{
	display: block;
}
.pro-list{
	margin-top: 42px;
	overflow: hidden;
}
.pro-list img{
	max-width: 100%;
}
.pro-list>div.col-md-3{
	padding: 0 1px;
	margin-bottom: 48px;
}
.pro-i{
	border: #e8e8e8 1px solid;
	
}
.pro-list .pro-i:hover .pro-p{
	background: #d55761;
	color: #fff;
}
/*分页*/
.page{
	margin: 30px 0 80px;
	text-align: center;
}
.page span{
	margin: 0 4px;
}
.page span a {
	display: inline-block;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #6a6a6a;
	border: #dfdfdf 1px solid;
	font-size: 13px;
}

.page span .active,
.page span:hover a {
	background: #016aba;
	color: #fff;
	border-color: #016aba;
}
.con{
	padding: 20px 0;
	line-height: 24px;
	min-height: 400px;
}
.contain .pager{
	margin: 30px 0 40px;
}
.contain .pager span{
	padding: 0 5px;
}
