﻿@charset"utf-8";
.cont{
	font-size: 0;
	overflow: hidden;
	zoom: 1;
}
.cont h3{
	overflow: hidden;
	border-left: 3px #006599 solid;
	margin-top: 0.4rem;
	margin-left: 0.2rem;
}
.cont h3 span:last-child{
	color: #AEAEAE;
}
.cont h3 span{
	font-size: 0.36rem;
	line-height: 0.40rem;
	padding-left: 0.1rem;
}
.product img{width:100%}
/*
.about1 .img_one{
	margin-top: 10px;
	width: 92%;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.about1 .img_one img{
	width: 100%;
}
.company h4{
	font-size: 0.30rem;
	font-weight: bold;
	text-align: center;
	padding: 0.1rem 0;
}
.company p{
	font-size: 0.24rem;
	line-height: 0.48rem;
	text-indent: 2em;
	padding: 0.2rem 0.2rem;
}
.main_center1{
	width: 90%;
	margin: 0 auto;
}
.main_center1 ul{
	width: 3.5rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.main_center1 ul li{
	font-size: 0.28rem;
	width: 1.4rem;
	float: left;
	text-align: center;
	background-color: #006599;
	color: #fff;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-left: 10px;
	border-radius: 10px;
}
.main_center1 .hide{
	display: none;
}
.box1{
	font-size: 0.24rem;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	margin-top: 0.2rem;
	line-height: 0.6rem;
}
.box1 li{
	border-bottom: 1px #666666 dashed;
	overflow: hidden;
	margin-top:10px;
	zoom: 1;
}
*/
.cont .selected{
	background-color: #F1B900;
}
.main_center1 .ol_left{
	float: left;
}
.main_center1 .ol_right{
	float: right;
}
#owl-demo .item{
	margin: 10px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-carousel .owl-wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init*/
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	margin-top:20px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
.grabbing{
	cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	/*IE7 fix*/opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	/*IE7 fix*/opacity: 1;
}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images*/
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.owl-buttons{ display: none; }
/*产品列表   */

/*分页   *************/
.page{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
.page a{
	display: inline-block;
	width: 0.4rem;
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color: #d5d5d5;
	/*border: 1px #D5D5D5 solid;*/
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: center;
	margin-right: 6px;
}
.page .wd{
	width: 1rem;
}
.page .one{
	color: #006599;
}
/*产品列表*/
.box1_product{
	line-height: 0.4rem;
}
.product_box{
	width: 98%;
}
.product_box dl{
	width: 46%;
	float: left;
	margin-left: 3.5%;
	margin-top: 20px;
	margin-bottom: 1px;
}
.product_box dt{
	margin-bottom: 0.1rem;
}
.product_box dt img{
	width: 100%;
	border: 1px #999 solid;
}
.product_box  dd{	width:100%; font-size:0.3rem; color:#333; text-align:center; overflow:hidden;
}
.product_img img{
	width: 100%;
}

/*******新闻详情*********/
em{font-style:normal;}

.index-new h1 {
    border-bottom: 1px dashed #D5D5D5;
    color: #163590;
    font-family: "宋体";
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.index-new p{ padding:0 10px;font-size: 14px; line-height:28px;}
.index-new img{width:100%;display: block;}

.nav4{
	height:45px;
}
.nav4 ul{
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%
}
.nav4 li{
	border:1px solid rgba(190,190,190,1);
	height:45px;
	border-bottom:0;
	border-right:0;
	position:relative;
	-webkit-box-shadow:inset 0 0 3px #fff;
	float:left;
	width:24.73%;
}
.nav4 li:nth-of-type(1){border-left;0;}
.nav4 li>a{
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*border:1px solid #f9f8f9;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-bottom:0;
	display:block;
	line-height:45px;
	text-align:center;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
}
.nav4 li>a:only-child span{
	background:none;
	padding-left:0;
}
.nav4 li>a.on + dl{
	display: block;
}
.nav4 li>a span{
	color: #4f4d4f;
	display: inline-block;
	padding-left: 15px;
	background: url(../images/1.svg#2) no-repeat 4px 18px;
	-webkit-background-size: 9px auto;
	text-shadow:0px 1px 0px #ffffff;
}


/*
@media screen and (max-width: 750px) {
    .foot_nav{
		width: 100%;
	}
	.foot_nav a{
		border-right: 1px #fff solid;
		text-align: center;
	}
.new_box .date{
		float: left;
		width: 20%;
		margin-right: 0.2rem;
	}
.new_box .date span{
		width: 1.2rem;
	}
.new_box dt{
		float: left;
		width: 70%;
	}
.new_box dd{
		float: left;
		margin: 0 auto;
		line-height: 0.4rem;
		margin-top: 0.2rem;
		padding-left: 0;
	}
	.new_box dt img{
		display: none;
	}
	*/
/*
.m_form{
	width:90%;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
	margin-top: 0.2rem;

}
.m_form label{
	float: left;
	font-size: 0.30rem;
	width:15%;
	text-align: right;
}
.m_form p{
	margin-top: 0.15rem;
}
.m_form input{
	float: left;
	width:80%;
	margin-left: 0.15rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-width: 1px 1px 1px 1px; 
	border-color: #ccc; 
	border-style: solid;
}
.m_form textarea{
	margin-left: 0.15rem;
	height: 1rem;
	width:80%;
	border-width: 1px 1px 1px 1px; 
	border-color: #ccc; 
	border-style: solid;
}
.m_form .yanzhengma{
	width:30%;
	margin-right: 0.1rem;

}
.m_form .yan_img{
	float: left;
	width:20%;
}
.m_form .yan_img img{
	vertical-align: middle;
	width: 100%;
}
.m_form a{
	font-size: 0.30rem;
	float: left;
	padding-top: 0.1rem;
	padding-left: 0.1rem;
}
.m_form .sub{
	float: left;
	width:30%;
	margin-left:35%;
	border: 0;
	background-color: #F1B900;
	color: #fff;
	height: 0.7rem;
	border-radius: 20px;
	margin-top: 0.3rem;
	font-size: 0.3rem;
}
/*新闻内容页
.news_box{
	width:90%;
	margin: 0 auto;
	text-align: center;
}
.news_box h4{
	font-size: 0.3rem;
	border-bottom: 1px #EBEBEB solid;
	padding: 0.2rem 0;
	margin-bottom: 0.1rem;
}
.news_box .de_txt span{
	font-size: 0.24rem;
}
.details_img{
	width:100%;
	text-align: center;
	margin-top: 0.2rem;
}
.details_img img{
	width:100%;
}
.details_cont p{
	text-align: left;
	text-align: justify;
	text-indent: 2em;
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}
.posts{
	margin-top: 0.2rem;
}
.posts a{
	font-size: 0.24rem;
	display:block;
	text-align: left;
	line-height: 0.3rem;
	color: #006599;
}
/* 联系我们*/
.contact{
	width:85%;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.contact h6{
	font-size: 0.30rem;
	margin-bottom: 0.1rem;
}
.contact p{
	font-size:0.24rem;
	line-height: 0.35rem;
}

/*
.box2{
	font-size: 0.24rem;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	margin-top: 0.2rem;
	line-height: 0.6rem;
}
.box2 li{
	border-bottom: 1px #666666 dashed;
	overflow: hidden;
	padding:10px 0;
	zoom: 1;
}

.box2 li h2{ font-size:14px; font-weight:bold; text-align:center; margin-top:15px;}
.box2 li img{width:100%;}


.box3{
	font-size: 0.24rem;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	margin-top: 0.2rem;
	line-height: 0.6rem;
}
.box2 li{
	border-bottom: 1px #666666 dashed;
	overflow: hidden;
	padding:10px 0;
	zoom: 1;
}

.box3 li h2{ font-size:14px; font-weight:bold; text-align:center; margin-top:15px;}
.box3  img{width:100%;}



.box1 li .imgs{width:30%; float:left;}
.box1 li .new{width:63%; float:right;}
.box1 li .titles{ font-size:13px; font-weight:bold;}
*/

.shuiyuan{width:100%; margin:0 0 1px 0; overflow:hidden;}
.shuiyuan .bg{ margin-top:0.3rem;width:100%;  overflow:hidden; background:url(../images/shuiyuan.jpg) repeat-y ;}/*background-size:100%;*/
.shuiyuan .shuoming{ width:94%;  margin:0.3rem 3%; color:#fff; }
.shuiyuan .shuoming .ttitle{ font-size:0.35rem; text-align:left; font-weight:bold }
.shuiyuan .shuoming p{ margin:0.3rem 0; font-size:0.25rem;text-align:left; line-height:24px;}
.shuiyuan .shuoming .vidio{ height:4rem; border:1px solid #fff;}


/**********首页新闻********/
.index-new{width:100%;  margin:0.3rem 0 0 0;}
.index-new ul{width:96%;  margin:0.3rem 2%;}
.index-new ul li{width:100%; overflow:hidden;  border-bottom:1px solid #ddd;}
.index-new ul li .ll{width:28%; height:1.5rem; padding:5px; float:left; border:1px solid #ddd; margin:0.2rem 0; overflow:hidden;}
.index-new ul li .ll img{width: 100%;height:1.4rem;}

.index-new ul li .rr{width:66%; height:1.9rem; float:right; margin-left:2%;}
.index-new ul li .rr .title{width:100%; height:0.23rem; padding:10px 0; font-size:0.28rem; overflow:hidden;}
.index-new ul li .rr .title a{ color:#333;}
.index-new ul li .rr  .nr{padding:5px 0; height:0.73rem; font-size:0.23rem; overflow:hidden; color:#666; line-height:0.36rem;}
.index-new ul li .rr .kuang{width:0.7rem; height:0.35rem; padding:0.1rem; float:right; font-size:0.22rem; color:#fff; background-color:#2d0a5e;border-radius: 8px}

.index-new ul li .rr .kuang a{ color:#fff;}


/**********首页关于我们**********/

.index-about{width:100%;  margin:0.3rem 0 0 0;}
.index-about .about{width:96%;  margin:0.3rem 2%;}
.index-about .about img {
    width: 100%;
    margin: 10px 0;
}
.index-about .about p{ line-height:30px; font-size:0.25rem;}

.contacts{width:100%;  margin:0.3rem 0 0 0;}
.contacts  .contact{width:94%;  margin:0.5rem 3%;}
.contacts .contact p{ line-height:30px; font-size:0.25rem;}













