@charset "utf-8";
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"微软雅黑";font-weight:500;}/*外边距，内边距都为0*/
body{font:16px/1.5 \5b8b\4f53,Arial,sans-serif;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{font-size:100%}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.pull-right{float:right}/*向右浮动*/
.pull-left{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.container{
	width:1200px;
	margin:0 auto;
}
.header{
	width: 100%;
}
.header-top{
	padding: 5px 0;
	background: #11161c;
	color: #fff;
}
.ht-tt{
	padding: 3px;
	color: #fff;
}
.ht-r{
	padding: 3px 0;
}
.ht-r a{
	color: #fff;
}
.ht-r span{
	color: #ffb901;
}
.ht-r input{
	width: 90px;
	height: 20px;
	padding: 1px;
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
.ht-r input::-webkit-input-placeholder{
	color: #fff;
}
.ht-r input:-moz-placeholder {
	color: #fff;
}
.ht-r input::-moz-placeholder {
	color: #fff;
}
.ht-r input:-ms-input-placeholder {
	color: #fff;
}
.ht-r .sub,.ht-r .res{
	width: 40px;
	height: 20px;
	border-radius: 5px;
	background: #4c4c4c;
	color: #fff;
	text-align: center;
}
.header_bot{
	width: 100%;
}
.lanmu{
	margin-left: 120px;
	margin-right: 20px;
}
.lanmu ul{
	width: 100%;
	padding: 10px 0;
}
.lanmu ul .text_box{
	width: 100px;
	height: 55px;
	line-height: 55px;
	margin: 0 5px;
	text-align: center;
	position: relative;
	float: left;
}
.lanmu ul .text_box .hide{ 
	position: absolute;
    z-index: 999;
	width: 100%;
	height: 55px;
	font-size: 18px;
	display: block;
	color: #000;
}
.lanmu ul .text_box:hover .hide{
	color: #007572; 
}
.lanmu ul:hover .text_box{
	display: block;
}
.lanmu ul .text_box .hide:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:0px;
	height:2px;
	background:#007572;
	transition:all .5s ease-in-out;
}
.lanmu ul .text_box:hover .hide:after{
	left:10%;
	width:80%;
}
/*.lanmu ul .text_box ul{
    position: absolute;
    z-index: 900;
    left: 20px;
    top: 55px;
    padding-top:30px; 
    width: 335px;
    font-size: 14px;
    padding: 0;
    display: none;
}
.lanmu ul .text_box:hover ul{
	display: block;
}
.lanmu ul .text_box ul li{
	width: 335px;
	height: 35px;
	margin-bottom: 2px;
	left: 0;
	top: 0;
}
.lanmu ul .text_box ul li a{
	width: 335px;
	height: 35px;
	padding-left: 30px;
	line-height: 35px;
	background: #007fbd url(../images/hover1.png) no-repeat;
	background-position: 15px center;
	color: #fff;
	text-align: left;
	display: block;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lanmu ul .text_box ul li:hover a{
	width: 365px;
	color: #000;
	background: #fff;
	text-align: center;
	padding-left: 0;
}*/
.header-con{
	padding: 10px 0;
}
.logo{
	width: 190px;
	padding: 10px 0;
	margin-right: 15px;
}
.logo img{
	width: 100%;
}
.ss{
	width: 175px;
	height: 35px;
	margin-top: 20px;
	position: relative;
}
.ss .ss_bd{
	width: 175px;
	height: 35px;
	padding-left: 15px;
	border: 0;
	color: #ffffff;
	border-radius: 18px;
	background:#007572;
	float: left;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ss .ss_bd:focus{
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}
.ss input::-webkit-input-placeholder {
	color: #fff;
}
.ss input:-moz-placeholder {
	color: #fff;
}

.ss input::-moz-placeholder {
	color: #fff;
}

.ss input:-ms-input-placeholder {
	color: #fff;
}
.ss .ss_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	border: 0;
	width: 20px;
	height: 35px;
	color: #fff;
	background: url(../images/ss.png) no-repeat center;
}
.banner{ position: relative; z-index: 1;}
.bannerx{ width:100%;  position:relative; font-size:0;min-width:1200px;min-height:480px; position: relative; z-index: 1;}
.bannerxList li { position: absolute; left: 0px; top: 0; width:100%;  font-size:0; min-width:1200px;min-height:480px;}
.bannerxList img { width:100%; min-width:1200px; min-height:480px;}
.bannerxBton{
	position:absolute;
	bottom:5%;
	left:48.5%;
	z-index:10;
}
.bannerxBton li{
	cursor:pointer;
	width:10px;
	height:10px;
	float:left;
	border-radius: 50%;
	margin-right:10px;
	background:#fff;
} 
.bannerxBton li.up{
	width: 35px;
	border-radius: 15px;
}
.banner1{
	width: 100%;
	position: relative;
}
.banner1 li a img{
	width: 100%;
}
.banner1 .bantt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner1 .bantt .bantt1{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 125px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.banner1 .bantt .bantt1 a{
	font-size: 36px;
}
.banner1 .bantt .bantt1 span{
	font-size: 30px;
}
.footer{
	width: 100%;
	background: #007572;
}
.footer_con{
	width: 100%;
	padding: 35px 0;
	color: #fff;
}
.fc-l{
	width: 265px;
	padding: 50px 0;
}
.fcl-t{
	width: 100%;
	height: 40px;
}
.fcl-t a{
	padding-top: 13px;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	padding-bottom: 10px;
	color: #fff;
	display: block;
}
.fcl-c{
	font-size: 30px;
	font-weight: bold;
}
.fcl-b{
	font-size: 16px;
}
.fc-c{
	width: 130px;
	height: 180px;
	padding: 20px 10px;
}
.fc-c h1{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.fc-c ul{
	padding: 10px 0;
}
.fc-c ul li{
	width: 100%;
	height: 25px;
	margin-bottom: 4.5px;
}
.fc-c ul li a{
	width: 100%;
	height: 25px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease;
	display: block;
}
.fc-c ul li:hover a{
	padding-left: 15px;
}
.fc-r{
	width: 155px;
	margin-right: 20px;
	text-align: center;
	margin-top: 30px;
}
.fc-r a{
	margin: 10px 0;
	color: #fff;
	float: left;
	font-size: 14px;
}
.fc-r a img{
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}
.footer .footer_bot{
	padding: 10px 0;
	color: #fff;
	background: #006c69;
	text-align: center;
}
.sjly{
	width: 100%;
	padding: 50px 0;
}
.sj-tt{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.sj-tt a{
	font-size: 36px;
	font-weight: bold;
}
.sj-tt span{
	font-size: 17px;
}
.sj-c{
	margin-bottom: 30px;
}
.sj-c li{
	width: 180px;
	padding: 10px;
	text-align: center;
	float: left;
}
.sj-c li a{
	color: #000;
	display: block;
	font-size: 14px;
}
.sj-c li a h1{
	font-size: 16px;
	font-weight: bold;
}
.gcyj{
	width: 100%;
	padding: 110px 0;
	background: url(../images/bjt1.jpg) no-repeat;
	background-size: 100% 100%;
}
.gc-l{
	width: 345px;
	padding: 50px 0; 
}
.gc-l .gcl-tt{
	font-size: 32px;
	color: #fff;
	line-height: 25px;
}
.gc-l .gcl-tt a{
	font-size: 16px;
}
.gcl-c{
	margin: 50px 0;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.more{
	display: block;
    width: 140px;
    height: 43px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.more span, .more img {
    vertical-align: middle;
}
.more img {
    margin-left: 5px;
    transition: all 0.5s ease;
}
.more:hover img{
	margin-left: 20px;
}
.gc-r ul li{
	width: 180px;
	height: 475px;
	margin-left: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
.gc-r ul li img{
	width: 180px;
	height: 475px;
	cursor: pointer;
	transition: all 0.5s;
}
.gc-r ul li:hover img{
	transform: scale(1.2);
}
.gc-r ul li .aaa{
	width: 135px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
}
.gc-r ul li .aaa a{
	background: #007572;
	color: #fff;
	display: block;
}
.gc-r ul li .aaa:hover a{
	background: #ff5032;
}
.gongcheng {
	padding: 60px 0;
}
.gongcheng li{
	width: 379px;
	height: 270px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
}
.gongcheng li:nth-child(3),.gongcheng li:nth-child(6){
	margin-right: 0;
}
.gongcheng li .g-img{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.gongcheng li .g-img img{
	width: 100%;
	height: 270px;
	cursor: pointer;
	transition: all 0.5s;
}
.gongcheng li:hover .g-img img{
	transform: scale(1.2);
}
.gongcheng li .bbb{
	position: absolute;
	width: 379px;
	height: 270px;
	line-height: 270px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/jx2.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.gongcheng li:hover .bbb{
	display: block;
}
.gywm{
	width: 100%;
	padding: 70px 0;
}
.gy-tt{
	font-size: 32px;
	line-height: 25px;
	margin-bottom: 30px;
}
.gy-tt span{
	font-size: 16px;
}
.gy-c .gyc-l{
	width: 517px;
	height: 355px;
}
.gy-c .gyc-l img{
	width: 517px;
	height: 355px;
}
.gy-c .gyc-r{
	width: 655px;
	line-height: 40px;
	color: #666666;
}
.more1{
	border: 1px solid #006e6b;
	color: #006e6b;
	margin-top: 30px;
}
.main{
	width: 100%;
}
.m-tt{
	width: 100%;
	margin: 0 auto;
	background: url(../images/jx5.jpg) no-repeat;
	background-position: center 79%;
}
.m-tt .mtt1{
	margin: 0 auto;
	display: table;
}
.m-tt .mtt1 li{
	width: 100px;
	height: 80px;
	line-height: 80px;
	float: left;
	display: inline;
}
.m-tt .mtt1 li a{
	width: 100px;
	height: 80px;
	text-align: center;
	color: #333333;
	display: block;
}
.m-tt .mtt1 li:hover a{
	font-weight: bold;
	color: #007572;
	background: url(../images/jx3.jpg) no-repeat;
	background-position: center 100%;
}
.m-tt .mtt1 li a.active{
	font-weight: bold;
	color: #007572;
	background: url(../images/jx3.jpg) no-repeat;
	background-position: center 100%;
}
.mtt2{
	margin: 0 auto;
	display: table;
}
.mtt2 li{
	width: 205px;
	height: 45px;
	float: left;
	margin: 10px;
	display: inline;
}
.mtt2 li a{
	width: 205px;
	height: 45px;
	line-height: 44px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	background: #007572;
	display: block;
}
.mtt2 li:hover a{
	background: #ff5032;
}
.mtt2 li a.active{
	background: #ff5032;
}
.about{
	padding: 20px 0;
	color: #666666;
	line-height: 40px;
	margin-bottom: 50px;
}
.pro{
	padding: 45px 0;
}
.pro-tt tr td{
	border: 1px solid #0f928f;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 5px;
}
.pro tr .td1{
	width: 80px;
}
.pro tr .td2{
	width: 178px;
}
.pro tr .td3{
	width: 128px;
}
.pro tr .td4{
	width: 128px;
}
.pro tr .td5{
	width: 128px;
}
.pro tr .td6{
	width: 258px;
}
.pro tr .td7{
	width: 218px;
}
.pro-con tr td{
	padding: 5px;
	border: 1px solid #e2e2e2;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.page{
	margin: 30px auto;
	display: table;
}
.page a{
	padding: 0 15px;
	height: 39px;
	color: #999999;
	line-height:39px;
	text-align: center;
	background: #fff;
	border: 0.5px solid #ececec;
	float: left;
	display: inline;
}
.page a:hover{
	color: #fff;
	background: #007572;
	border: 0.5px solid #007572;
}
.page .select{
	padding: 0 15px;
	height: 39px;
	color: #fff;
	background: #007572;
	border: 0.5px solid #007572;
}
.product ul li{
	width: 378px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
}
.product ul li:nth-child(3),.product ul li:nth-child(6),.product ul li:nth-child(9){
	margin-right: 0;
}
.product ul li .p-img{
	width: 100%;
	height: 270px;
	padding: 0.5px;
	border: 0.5px solid #d6d6d6;
	overflow: hidden;
}
.product ul li .p-img img{
	width: 100%;
	height: 270px;
	cursor: pointer;
	transition: all 0.5s;
}
.product ul li:hover .p-img img{
	transform: scale(1.2);
}
.product ul li a .p-c{
	height: 35px;
	line-height: 35px;
	color: #333333;
	text-align: center;
}
.product ul li:hover a .p-c{
	color: #007572;
}
.ps-tt{
	padding: 20px 0;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ps-tt span{
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}
.ps-img{
	padding: 40px;
	text-align: center;
	border-top: 1px dashed #e2e2e2;
	border-bottom: 1px dashed #e2e2e2;
	margin: 20px auto;
}
.ps-con{
	padding: 40px 0;
	border-top: 1px dashed #e2e2e2;
	border-bottom: 1px dashed #e2e2e2;
	line-height: 35px;
	color: #333333;
}
.next1{
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
}
.next1 a{
	color: #444444;
}
.next1 a:hover{
	color: #007572;
}
.gbook{
	width: 100%;
	padding: 30px 0 60px 0;
}
.gbook ul .li-gb{
	width: 31.59%;
	height: 45px;
	margin: 0 1% 1% 0;
	padding-left: 1%;
	color: #b3b3b3;
	background: #f5f5f5;
	border-radius: 10px;
}
.gbook ul .li-gb:nth-child(3){
	margin-right: 0;
}
.gbook ul li input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
 	/* placeholder颜色  */
	color: #b3b3b3;
}
.gbook ul .li-gb .gb{
	width: 94%;
	height: 44px;
	border: none;
	background: #f5f5f5;
	border-radius: 10px;
}
.gbook ul .li-gb a{
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	color: red; 
	font-weight: bold;
}
.gbook ul .li-gbk{
	width: 100%;
	margin: 2% 0;
}
.gbook ul .li-gbk .gbk{
	width: 98.3%;
	height: 110px;
	border: none;
	color: #b3b3b3;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
}
.gbook ul .submit{
	width: 330px;
	margin: 0 auto;
	margin-top: 15px; 
}
.gbook ul .submit .sub{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #007572;
	color: #fff;
	border-radius: 7px;
	margin-right: 20px;
}
.gbook ul .submit .res{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #ff5032;
	color: #fff;
	border-radius: 7px;
}
.n-list li{
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
/*.n-list li:nth-child(3){
	border-bottom:none;
}*/
.n-list li .nl-l{
	width: 190px;
	height: 101px;
	padding: 30px 0;
	padding-right: 45px;
	font-size: 36px;
	text-align: right;
	color: #000;
	line-height: 40px;
}
.n-list li .nl-l span{
	font-size: 24px;
}
.n-list li .nl-r{
	width: 680px;
	padding: 25px;
	line-height: 30px;
}
.n-list li .nl-r h1{
	font-size: 18px;
	color: #007572;
	margin-bottom: 10px;
}
.n-list li .nl-r span{
	color: #666666;
}
.n-list li .nl-img{
	width: 215px;
	height: 130px;
	padding: 10px;
}
.n-list li .nl-img img{
	width: 215px;
	height: 130px;
}
.n-list li:hover .nl-l{
	color: #fff;
	background: #007572;
}
.n-list li:hover .nl-r h1{
	font-weight: bold;
}
.nc{
	padding: 50px 0;
}