
.wrap{
 	width: 100%;
 	height: auto;
 	min-width: 1200px;
 	margin: 0 auto;
 }
.bread-nav {
	width: 1200px;
	margin: 26px auto 0 auto;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px dashed #bbbbbb;
}

.bread-nav .bread-con {
	border-left: 8px solid #1eacad;
	line-height: 26px;
	margin-bottom: 16px;
	height: 26px;
	overflow: hidden;
	padding-left: 6px;
}

.bread-nav .bread-con a,
.bread-nav .bread-con span {
	color: #7b7b7b;
	text-transform: uppercase;
}

.bread-nav .bread-con a {
	padding: 0 10px;
}

.bread-nav .bread-con span {
	padding-left: 10px;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿about*/

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.moduls-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.moduls-content .moduls-classify {
	margin-top: 80px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.moduls-content .moduls-classify a {
	display: block;
	width: 280px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	background-color: #e6e6e6;
	color: #333333;
	font-size: 22px;
	margin: 0 30px;
}

.moduls-content .moduls-classify .current,.moduls-content .moduls-classify a:hover{
	background: #003985;
	color: #fff;
}


/*about*/

.moduls-content .about-pic {
	width: 1200px;
	margin-top: 42px;
}

.about-content .about-pic img {
	width: 100%;
}

.honor-pic{
	text-align: left;
	width: 100%;
	height: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.honor-pic strong,.honor-pic b{font-weight:bold;}
/*product*/

.product-list {
	margin-top: 60px;
}

.product-list li {
	width: 270px;
	float: left;
	height: auto;
	margin: 0 15px;
	margin-bottom: 30px;
	height: 418px;
}
.product-list li:nth-child(4n){}

.product-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.product-list li a div.t{overflow:hidden;
	border-bottom: 2px solid #ededed;padding:0 10px}
.product-list li a p {
	color: #333;
	font-size: 20px;
	text-align: left;
	line-height: 50px;
	height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 324px;
}
.product-list li a div.t div{float:left;height:0;overflow:hidden;width: 0;color: #555;font-size: 16px;line-height:28px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.product-list li a span{font:28px/50px Arial;color: #1eacad;float:right;margin-right:2px;}
.product-list li:hover{ -moz-box-shadow:1px 0px 8px #bbb; -webkit-box-shadow:1px 0px 8px #bbb; box-shadow:1px 0px 8px #bbb;}
.product-list li:hover a div.t{padding:0 10px;background-color:#efefef}
.product-list li:hover a div.t div{width:100%;height:56px;}
.product-list li:hover a div.t p{float:none;}
.product-list li:hover a div.t span{float:none;display:block;width:100%;margin:0 auto; text-align:center}

.product-list li a img {
	width: 100%;
	display: block;
}
.content-pro-detail{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.content-pro-detail .pro-tit{
	width: 1000px;
	height: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 40px;
}
.content-pro-detail .pro-tit .pro-des-pic{
	width: 420px;
	float: left;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.content-pro-detail .pro-tit .pro-des-pic img{
	padding: 30px 0;
}
.content-pro-detail .pro-tit .pro-des-right{
	width: 530px;
	float: right;
}
.content-pro-detail .pro-tit .pro-des-right .quiry-btn{
	float: left;
	padding: 10px 30px;
	background-color: #003985;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	cursor: pointer;
}
.content-pro-detail .pro-tit .pro-des-right .pro-name{
	width: 100%;
	text-align: left;
	font-size: 30px;
}
.content-pro-detail .pro-tit .pro-des-right .pro-des{
	text-align: left;
	margin: 24px 0;
	line-height: 2em;
	color: #555;
}
.content-pro-detail .pro-detail{
	padding-bottom: 50px;
}
.content-pro-detail .pro-btns{
	width: 100%;
	height: 50px;
	margin-top: 60px;
	line-height: 50px;
	clear: both;
	background-color: #e6e6e6;
	
}
.content-pro-detail .pro-btns p{
	float: left;
	padding: 0 30px;
	color: #333;
	cursor: pointer;
}
.content-pro-detail .pro-btns .current-btn{
	background-color: #003985;
	color: #FFFFFF;
}
.pro-detai-con{
	padding-top: 30px;
	text-align: left;
	line-height: 2em;
}
.pro-detai-con table td{border:1px solid #ddd;text-indent:10px;color:#333}
.pro-detai-con strong{font-weight:bold;}
.quiry-con{
	display: none;
	margin-top: 30px;
}
.quiry-con table{
	width: 80%;
	margin: 0 auto
}
.quiry-con table tr{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.quiry-con table tr td{
	text-align: right;
}
.quiry-con table tr .table-input{
	text-align: left;
}
.quiry-con table tr .table-input input{
	height: 30px;
	line-height: 30px;
	outline: none;
	width: 60%;
}
.quiry-con table tr .table-input input,.quiry-con table tr .table-input textarea{
	padding-left: 5px;
}
.quiry-con table tr .table-input textarea{
	width: 75%;
	margin-top: 10px;
	height: 80px;
}
.coolbg{
	outline: none;
    background: no-repeat;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
/*NEWS*/
.news-list{
	width: 1200px;
    margin: 40px auto;
    margin-top: 45px;
    border-top: 1px solid #eaeaea;
    height: 100%;
}
.news-list .news-list-li{
	width: 100%;
	padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    height: 100%;
    overflow: hidden;
}
.news-list .news-list-li .news-list-left{
	width: 106px;
    height: 80px;
    float: left;
    border-right: 1px solid #ccc;
}
.news-list-li .news-list-left .date-year{
	width: 100%;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 40px;
}
.news-list-li .news-list-left .date-month-day{
	width: 100%;
    color: #666;
    font-size: 22px;
    line-height: 38px;
}
.news-list-li .news-list-right{
	width: 1058px;
    float: right;
    color: #666;
    font-size: 15px;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
}
.news-list-li .news-list-right .news-list-title{
	color: #003985;
}
.news-detail {
	width: 1200px;
	margin: 20px auto;
	text-align: center;
}

.news-detail h1 {
	font-size: 26px;
	line-height: 40px;
}

.news-detail h4 {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
}

.news-detail p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
/*contact*/
.contact-detail{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin-top: 72px;
	margin-bottom: 50px;
}
.contact-detail .leftpic{
	width: 599px;height:422px;float: left;
}
.contact-detail .contact-list{
	width: 566px;
	padding-left: 35px;
	float: left;
	padding-top: 20px;
}
.contact-detail .contact-list h1{
	width: 100%;height: 36px;border-bottom: 4px solid #fafafa; font-size: 20px;line-height: 20px;
}
.contact-detail .contact-list .contact-list-con{
	width: 100%;height: 52px;padding-top:26px;
}
.contact-detail .contact-list .contact-list-con p{
	width: 100%;
	height: 18px;
	line-height: 18px;
	border-left: 6px solid #1eacad;
	font-size: 18px;
	margin-bottom: 14px;
	padding-left: 20px;
}
.contact-detail .contact-list .contact-list-con span{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 28px;
	color: #666666;
	font-size: 16px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾*/
.map-wrap{
	width: 1200px;
	height: 500px;
	position: relative;
}
.amap-marker-label{
	width: 300px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
    white-space: normal;
    line-height: 24px;
    border: 1px solid #e6e6e6;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.honor-list{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 40px auto;
}
.honor-list li{
	width: 267px;
	height: 195px;
	padding:10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #e6e6e6;
}
.honor-list li img{
	width: 100%;
	height: 100%;
}
.pop-pic{
	width: 100%;
	height: 100%;
	display: none;
}
.pop-pic .mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	z-index: 3;
}
.pop-pic .honor-pic{
	width: 500px;
	height: 375px;
	position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -258px;
    z-index: 4;
	padding:16px;
	background-color:#fff;
}
.pop-pic .honor-pic img{
	width: 100%;
	height: 100%;
}
.pop-pic .swiper-container {
 	width: 100%;
 	height: 100%;
 }
.pop-pic .swiper-slide {
 	text-align: center;
 	font-size: 18px;
 	background: #fff;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	-webkit-justify-content: center;
 	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-webkit-align-items: center;
 	align-items: center;
 }
.pop-pic .swiper-slide img{
 	width: 100%;
 }
.pop-pic .swiper-button-next{
 	background-image: url(../image/bannerright.png);
 	width: 40px;
 	height: 40px;
 	background-size: 40px 40px;
 	right: 10px;
 }
.pop-pic .swiper-button-prev{
 	background-image: url(../image/bannerleft.png);
 	width: 40px;
 	height: 40px;
 	background-size: 40px 40px;
 	left: 10px;
 }
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/
.detail-con-wrap{
	width: 1000px;
	/*float: left;
	margin-left: 40px;*/
	margin: 0 auto;
}
.pro-left-nav{
	width: 300px;
	float: left;
	margin-top: 60px;
}
.pro-left-nav a{
	display: block;
	width: 260px;
	height: 20px;
	padding: 20px 10px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	background-color: #84c9ff;
}
.pro-left-nav a.current-nav{
	background-color: #106bbe;
}
.table-form{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
.table-form table{
	width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.table-form table tr td,.table-form table tr th{
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin: 0;
	padding: 10px 5px;
}


/*page*/
.page{
	width: 1200px;
	margin: 20px auto 0 auto;
	height: 40px;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.page span,.page a{
	
	padding: 12px 16px;
}
.page a{
	color: #929292;
}
.page .thisclass{
	color: #FFFFFF;
	background-color:#195c9d;
}


.content-news-detail{width:1200px;margin:0 auto}
.ctitle{font-size: 28px;margin:50px 0 30px 0;text-align:center}
.datetime{font-size:16px;text-align:center;color:#666;margin-bottom:30px;border:1px dashed #ededed;padding:4px 0;}
.datetime span{color:#333;margin:0 20px 0 0;}
.cdetail{font:16px/2em Arial;color:#333;margin:0 14px;}
.cdetail p{text-indent:2em;}

.npage{margin:20px auto;background: #f2f2f2;padding: 10px 0;}
.npage li{float:left;width: 40%;font-size: 16px;line-height: 24px;color: #666;padding: 0 5%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 10px 0;}
.npage li a{font-weight: bold;}
.npage li span{border:1px solid #e9e9e9;border-radius:8px;padding: 0px 10px;background:#FFF;color:#565656;font-size: 18px;margin-right:24px;line-height: 66px;height: 66px;display: inline-block;}
.npage li:hover a{color:#1eacad}

