/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.header-navigation {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	  -webkit-transform:translateY(-110px);
	-ms-transform:translateY(-110px);
	-o-transform:translateY(-110px);
	transform:translateY(-110px);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	  -webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}
.headdv{
	width: 100%;
	background-color: #fff;
}
.headdvall{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	width: 100%;
	display: block;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.headdvright ul li{
	margin: 0 5px;
}
.headdvright ul li a{
	display: block;
	font-size: 16px;
	line-height: 100px;
	padding: 0 20px;
	transition: all .5s;
	line-height: 97px;
	border-bottom: 3px solid #fff;
}
.headdvright ul li a:hover{
	border-bottom: 3px solid #009787;
	color: #009787;
}
.headdvright ul li.active a{
	border-bottom: 3px solid #009787;
	color: #009787;
}
.banners img{
	display: block;
	width: 100%;
}
.ztcp{
	width: 100%;
	padding: 70px 0px;
}
.ztcptop {
	margin-bottom: 50px;
}
.ztcptop h1{
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 32px;
	margin-bottom: 15px;
}
.ztcptop p{
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.sygywm{
	background: url(../images/lou_02.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.sygywmdv{
	width: 100%;

	background-size: cover;
	padding-top: 100px;
	padding-bottom: 180px;
	
}
.sygywmdv section{
	width: 90%;
	margin: 0 auto;
}
.sygywmdv h1{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.sygywmdv h2{
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
}
.sygywmdv a{
	display: block;
	margin-top: 40px;
	width: 160px;
	height: 45px;
	background-color: #fff;
	color: #009787;
	text-align: center;
	color: #00a786;
	font-size: 16px;
	line-height: 45px;
}
.gywmlist{
	width: 90%;
	margin: 0 auto;
	margin-top: -100px;
	background-color: #fff;
	padding: 45px 0;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #dcdcdc;
}
.gywmlist ul{
	display: flex;
	justify-content: space-between;
}
.gywmlist ul li{
	width: 25%;
	text-align: center;
	border-right: 1px solid #9ad9d2;
}
.gywmlist ul li:last-child{
	border: none;
}
.gywmlist ul li h4{
	color: #4c4c4c;
	font-size: 18px;
	margin-top: 30px;
}
.gsi{
	padding:60px 0px;
}
.gsidv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsidvleft{
	width: 40%;
}

.gsidvleft h1{
	color: #333333;
	font-size: 28px;
	margin-bottom: 15px;
}
.gsidvleft h2{
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 40px;
}
.gsidvleft  p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.gsidvleft ul{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.gsidvleft ul li h3{
	display: flex;
	justify-content: flex-start;
}
.gsidvright{
	width: 55%;
}
.gsidvright img{
	display: block;
	max-width: 100%;
}
.gsidvleft ul li h3 span{
	color: #333333;
	font-size: 56px;
	font-weight: bold;
	font-family: 'Montserrat';
	background: linear-gradient(to right, #10a18e , #87c548);
	-webkit-background-clip: text;
	color: transparent;
}
.gsidvleft ul li h3 i{
	color: #808080;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
}
.index_news{
	width: 100%;
	background-color: #f5f5f5;
	padding: 80px 0px;
}
.index_newsbt{
	width: 100%;
}
.index_newsbt h1{
	color: #333333;
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.index_newsbt h2{
	color: #666666;
	font-size: 16px;
	margin-bottom: 70px;
	text-align: center;
}
.index_newsdv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index_newsdvleft{
	width: 49%;
	overflow: hidden;
}
.index_newsdvleft div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.index_newsdvleft div img{
	display: flex;
	width: 100%;
	transition: all .5s;
	height: 340px;
}
.index_newsdvleft section{
	padding: 5%;
	padding-bottom: 30px;
	background-color: #fff;
}
.index_newsdvleft section h1{
	width: 110px;
	height: 35px;
	background-color: #02a08f;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.index_newsdvleft section h2{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.index_newsdvleft section p{
	font-size:16px ;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #666666;  display: -webkit-box;
                text-overflow: ellipsis;
                overflow: hidden;-webkit-line-clamp: 2; 
                -webkit-box-orient: vertical;
}
.index_newsdvleft section span{
	display: block;
	width: 100%;
	padding: 15px 0px;
	color: #808080;
	font-size: 16px;
}
.index_newsdvright{
	width: 49%;
}
.index_newsdvright ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column-reverse;
}
.index_newsdvright ul  section{
	padding: 5%;
	padding-bottom: 30px;
	background-color: #fff;
}
.index_newsdvright ul h1{
	width: 110px;
	height: 35px;
	background-color: #02a08f;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.index_newsdvright ul h2{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.index_newsdvright ul p{
	font-size:16px ;
	line-height: 30px;
	color: #666666;
}
.index_newsdvright ul span{
	display: block;
	width: 100%;
	padding: 15px 0px;
	color: #808080;
	font-size: 16px;
}
.hzhb{
	margin: 70px 0px;
}
.hzhbbt{
	text-align: center;
}
.hzhbbt h1{
	text-align: center;
	color: #333333;
	font-size: 32px;
	margin-bottom: 15px;
}
.hzhbbt p{
	margin-bottom: 50px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.hzhbdv{
	width: 90%;
	margin: 0 auto;
}
.hzhbdv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzhbdv ul li{
	width: calc(15% - 2px);
	border: 1px solid #e6e6e6;
	margin-bottom: 2%;
	overflow: hidden;
}
.hzhbdv ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.hzhbdv ul li:hover img{
	transform: scale(1.1);
}
.index_newsdvleft:hover img{
	transform: scale(1.1);
}
.xuqiu{
	width: 100%;
	background: url(../images/bj_02.jpg) center no-repeat;
	padding: 45px 0px;
	background-size: cover;background-attachment: fixed;
}
.xuqdv{
	width: 90%;
	margin: 0 auto;
}
.xuqdv h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 30px;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: 23%;
	padding:0 1%;
	background-color: #fff;
	border: none;
	line-height: 45px;
}
.xuqdv form input:nth-child(3){
	width: 35%;
}
.xuqdv form button{
	width: 10%;
	border: none;
	background-color: #009787;
	font-size: 14px;
	color: #fff;
}
.xuqdv p{
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
}
.foot{
	width: 100%;
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 130px;
}
.footdv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 35px;
}
.footdv dl dt span{
	color: #4c4c4c;
	font-size: 18px;
}
.footdv dl dt i{
	color: #808080;
	font-size: 14px;
}
.footdv dl dd{
	margin-top: 20px;
}
.footdv dl dd a{
	color: #808080;
	font-size: 14px;
	transition: all .5s;
}
.footdv dl dd a:hover{
	color: #333;
}
.ftlx dd {
	display: flex;justify-content: flex-start;align-items: center;
	color: #808080;
	font-size: 14px;
}
.ftlx dd img{
	margin-right: 10px;
}
.footdv div ul{
	display: flex;
	justify-content: space-between;
}
.footdv div ul li p{
	line-height: 35px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.wdl{
	width: 100%;
	background: #009787;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	width: 90%;
	margin: 0 auto;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
}
.ztcplist{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.ztcplistacp{
	width:calc(100% - 10px) ;
	margin: 0 auto;
}
.ztcplistacp div{
	width: calc(100% - 2px);
	border: 1px solid #f1f1f1;
	overflow: hidden;
}
.ztcplistacp div img{
	display: block;
	width: 100%;
	transition: all .4s;
}
.ztcplistacp  section{
	background-color: #f1f1f1;
	padding:15px 30px;	
	transition: all .4s;
}
.ztcplistacp  section h1{
	height: 35px;
	border-bottom: 1px solid #cccccc;
	color: #4c4c4c;
	font-size: 16px;transition: all .4s;
}
.ztcplistacp  section p{
	margin: 10px 0px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;transition: all .4s;
	height: 50px;
	overflow: hidden;
	  display: -webkit-box;
                text-overflow: ellipsis;
                overflow: hidden;-webkit-line-clamp: 2; 
                -webkit-box-orient: vertical;
}
.ztcplistacp:hover section h1{
	color: #fff;
	border-bottom-color:#7ab7b0 ;
}
.ztcplistacp:hover section {
	background-color: #009787;
}
.ztcplistacp:hover section p{
	color: #fff;
}
.ztcplistacp:hover div img{
	transform: scale(1.1);
}
.ztcplistacp:hover div {
	border-color: #fff;
}
.ztcplistacp:hover{
	box-shadow: 0px 0px 10px #ddd;
}
.ztcplist .swiper{
	padding: 10px 0px;
	overflow: initial;
	width: 97%;
}
.ztcplist .swiper-button-next,.ztcplist .swiper-button-prev{
	width: 100px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.5);
}
.ztcplist .swiper-button-prev,.ztcplist .swiper-rtl .swiper-button-next{
	left: -1.5%;
}
.ztcplist .swiper-button-next,.ztcplist .swiper-rtl .swiper-button-prev{
	right: -1.5%;
}
.ztcplist .swiper-button-next:after,.ztcplist .swiper-rtl .swiper-button-prev:after{
	font-size: 20px;
}
.ztcplist .swiper-button-prev:after,.ztcplist .swiper-rtl .swiper-button-next:after{
	font-size: 20px;
}
.ztcplist .swiper-button-next:hover, .ztcplist .swiper-button-prev:hover{
	background-color: #009787;
}
.guanyu p{
	margin-top:40px ;
}
.lxwm{
	width: 100%;
	background-color: #f2f2f2;
	padding: 70px 0px;
}
.lxwmdv{
	width: 90%;
	margin: 0 auto;
}
.lxwmbt h1{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	color: #4c4c4c;
}
.lxwmbt p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 50px;
	text-align: center;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: 20%;
	padding:40px 2%;
	background-color: #fff;
	border-bottom:4px solid #009787;
	transition: all .5s;
}
.lxwmdv ul li iconpark-icon{
	color: #27a699;
	font-size: 48px;
	margin-bottom: 30px;
	transition: all .5s;
}
.lxwmdv ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.lxwmdv ul li p{
	color: #808080;
	font-size: 14px;
}
.lxwmdv ul li:hover{
	border-bottom-color:#88b82a ;
}
.lxwmdv ul li:hover iconpark-icon{
	color: #88b82a;
}
.zxly{
	padding: 70px 0px;
	background: url(../images/zxly_02.png) center no-repeat;
	background-size: cover;
}
.zxlybt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.zxly form{
	width: 90%;
	margin: 0 auto;
}
.zxly form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly form div input{
	border: none;
	border: 1px solid #fff;
	padding: 1%;
	width: 47.3%;
	background-color: transparent;
	outline: none;
	margin-bottom: 1%;
	color: #fff;
}
.zxly form textarea{
	border: none;
	border: 1px solid #fff;
	padding: 1%;
	width: 98%;
	line-height: 30px;
	height: 180px;
	background-color: transparent;
	outline: none;
	color: #fff;
}
.zxly form button{
	width: 120px;
	border: none;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #009787;
	background-color: #fff;
	margin-top: 20px;
	background-color: #fff;
}
.zxly form div input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}
.zxly form textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}
.shownav{
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ddd;
}
.newsbox{
	width: 100%;
	padding: 80px 0px;
	background-color: #f5f5f5;
	padding-bottom: 0;
}
.newsboxlist ul  {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}	
.newsboxtop{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newsboxtop .index_newsdvleft div img{
	height: auto;
}
.newsboxlist{
	width: 90%;
	margin: 0 auto;
}
.newsboxlist ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
}
.newsboxlist ul  li{
	width: 49%;
	margin-top: 35px;
}
.newsboxlist ul  section{
	width: 90%;
	padding: 5%;
	padding-bottom: 30px;
	background-color: #fff;
}
.newsboxlist ul h1{
	width: 110px;
	height: 35px;
	background-color: #02a08f;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.newsboxlist ul h2{
	color: #404040;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.newsboxlist ul p{
	font-size:16px ;
	line-height: 30px;
	color: #666666;font-size:16px ;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #666666;  display: -webkit-box;
                text-overflow: ellipsis;
                overflow: hidden;-webkit-line-clamp: 2; 
                -webkit-box-orient: vertical;
}
.newsboxlist ul span{
	display: block;
	width: 100%;
	padding: 15px 0px;
	color: #808080;
	font-size: 16px;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 75px;
	align-items: center;
	box-shadow: 0px 0px 15px #ddd;
}
.shownav ul li{
	margin: 0 20px;
}
.shownav ul li a{
	display: block;
	height: 73px;
	border-bottom: 2px solid #fff;
	line-height: 75px;
	font-size: 18px;
	color: #4c4c4c;
}
.shownav ul li a:hover{
	display: block;
	height: 73px;
	border-bottom: 2px solid #009787;
}
.shownav ul li.active a{
	display: block;
    height: 73px;
    border-bottom: 2px solid #009787;
}
.prolist{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.prolist .ztcplistacp{
	width: 23%;
	margin: 1%;
}
.mbx{
	width: 100%;
	background-color: #fff;
	height: 80px;
	line-height: 80px;
}
.mbxdv{
	width: 90%;
	margin: 0% auto;
	color: #404040;
}
.mbxdv a{
	color: #404040;
	font-size: 14px;
}
.cc{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f5f5f5;
}
.cpms {
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.cpmsbt{
	height: 30px;
	border-left: 4px solid #009787;
	color: #404040;
	font-size: 24px;
	text-indent: 0.5em;
	margin-bottom: 30px;
} 
.ms{
	width:96%;
	padding: 2%;
	background-color: #fff;
}
.cctopright{
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cctopright div h1{
	color: #4c4c4c;
	font-size: 32px;
	margin-bottom: 50px;
}
.cctopright div h2{
	height: 50px;
	border-bottom: 1px solid #cccccc;
	line-height: 35px;
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 10px;
}
.cctopright div p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 60px;
}
.cctop{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cctopright section{
	color: #0b876f;
	font-size: 32px;
	font-family: "Arial";
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cctopright section img{
	margin-right: 10px;
	width: 40px;
}
.cctopright section a{
	display: block;
	width: 160px;
	height: 50px;
	border: 1px solid #0b876f;
	color: #0b876f;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	margin-right: 15px;
	transition: all .5s;
}
.cctopright section a{
	display: block;
	width: 160px;
	height: 50px;
}
.cctopright section a:hover{
	background-color: #0b876f;
	color: #fff;
}
.cctopleft{
	width: 50%;
	display: flex;
	justify-content: space-between;
	
}
#thumbs .swiper-slide img{
	width:100%;
	display: block;
	margin: 0 auto;
	
}
#gallery{
	width: 78% ;
}
#gallery img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	

}
#thumbs{
	width: 20%;
}
#thumbs .swiper-wrapper{
	height: auto;
}
.htmleaf-container{
	display: none;
}
.mfooldv{
	display: none;
	height: 50px;
}
.mfool{
	display: none;
}
.text-center {text-align:center}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.bg-black,.border-black .button.active,.pointer.border-black .active,.nav-pills.border-black .active a,.nav-main.border-black .nav-head,.pagination.border-black .active {background-color:#121212}

.bg-white,.button.bg,.border-white .button.active,.pointer.border-white .active,.nav-pills.border-white .active a,.nav-main.border-white .nav-head,.pagination.border-white .active {background-color:#fff}
.bg-red,.border-red .button.active,.pointer.border-red .active,.nav-pills.border-red .active a,.nav-main.border-red .nav-head,.pagination.border-red .active {background-color:#F72076}
.bg-yellow,.border-yellow .button.active,.pointer.border-yellow .active,.nav-pills.border-yellow .active a,.nav-main.border-yellow .nav-head,.pagination.border-yellow .active {background-color:#009787}
.bg-blue,.border-blue .button.active,.pointer.border-blue .active,.nav-pills.border-blue .active a,.nav-main.border-blue .nav-head,.pagination.border-blue .active {background-color:#1D4696}
.bg-green,.border-green .button.active,.pointer.border-green .active,.nav-pills.border-green .active a,.pagination.border-green .active {background-color:#00CC18}
/*分页 begin*/
.pagination{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;

}
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#009787;color:#fff;border:1px solid #009787;}

/*分页 end*/

.newsbox .pagination{
	margin-top: 20px;
}

.sidebar-l{
	    margin-top: 50px;
}
.showtext{
	display: block;
	width: 100%;
	padding: 50px 0px;
	background-color: #f2f2f2;
}
.showtextdv{
	width: calc(90% - 100px);
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
}
.showtextdvtop{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 35px;

}
.mbanner{
		display: none;
	}
	.sbanner{
		display: block;
	}
.hzlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hzlist ul li{
	width: 15%;
	margin: 0.7%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.hzlist ul li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all .5s;
}	
.hzlist ul li:hover img{
	transform: scale(1.05);
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 90%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #009787;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.ms img{
	max-width: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px){
	.headdvright ul li a{
		padding:0 5px ;
	}
	.headdvleft{
		width: 25%;
	}
	.headdvleft{
		display: flex;
		align-items: center;
	}
	.gsidvleft{
		width: 50%;
	}
	.xuqdv form button{
		width: 20%;
	}
	.xuqdv form input:nth-child(3){
		width: 25%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1100px){
	.footdv dl dt i{
		display: block;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
	}
	.mobile-inner-img img{
		height: 50px;
		display: block;
		margin-top: 0;
	}
	.headdv{
		display: none;
	}
	.ztcp{
		padding: 35px 0px;
	}
	.ztcptop h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.ztcptop p{
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
	}
	.ztcptop{
		margin-bottom: 20px;
	}
	.ztcplist{
		width: 95%;
	}
	.ztcplist .swiper-button-next, .ztcplist .swiper-button-prev{
		width: 50px;
		height: 35px;
	}
	.sygywmdv{
		padding-top: 30px;
	}
	.sygywmdv h1{
		font-size: 16px;
	}
	.sygywmdv h2{
		font-size: 20px;
	}
	.sygywmdv section{
		width: 95%;
	}
	.sygywmdv a{
		margin-top: 20px;
		width:120px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.gywmlist ul li{
		width:calc(50% - 1px);
		margin-bottom: 15px;
	}
	.gywmlist ul li:nth-child(2){
		border: none;
	}
	.gywmlist{
		padding: 20px 0px;
	}
	.gywmlist ul{
		flex-wrap: wrap;
	}
	.gywmlist ul li img{
		display: block;
		width: 30px;
		margin: 0 auto;
	}
	.gywmlist ul li h4{
		margin-top: 10px;
		font-size: 16px;
	}
	.sygywmdv{
		padding-bottom: 120px;
	}
	.gsidv{
		display: block;
		width: 90%;
	}
	.gsidvleft{
		width: 100%;
	}
	.gsi{
		padding: 25px 0px;
	}
	.gsidvleft h1{
		font-size: 24px;
	}
	.gsidvleft h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.gsidvleft p{
		font-size: 14px;
		text-align: justify;
	}
	.gsidvleft ul{
		margin-top: 10px;
	}
	.gsidvleft ul li h3 span{
		font-size: 36px;
	}
	.gsidvright{
		width: 100%;
	}
	.index_news{
		padding: 30px 0px;
	}
	.index_newsbt h1{
		font-size: 24px;
	}
	.index_newsbt h2{
		width: 90%;
		font-size: 14px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.index_newsdv{
		display: block;
	}
	.index_newsdvleft{
		width: 100%;
	}
	.index_newsdvleft div img{
		height: auto;
	}
	.index_newsdvleft section{
		padding-bottom: 5%;
	}
	.index_newsdvleft section h1{
		margin-bottom: 10px;
	}
	.index_newsdvleft section h2{
		font-size: 18px;
		margin-bottom:10px ;
	}
	.index_newsdvleft section p{
		font-size: 14px;
		line-height: 25px;height: 50px;
	}
	.index_newsdvleft section span{
		padding: 10px 0px;
		font-size: 14px;
	}
	.index_newsdvright ul li{
		margin-top: 15px;
		width: 100%;
	}
	.index_newsdvright ul,.index_newsdvright{
		width: 100%;
	}
	.index_newsdvright ul h2{
		font-size: 18px;
		margin-bottom:10px ;
	}
	.index_newsdvright ul h1{
		margin-bottom: 10px;
	}
	.index_newsdvright ul p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.index_newsdvright ul span{
		padding: 10px 0px;
		font-size: 14px;
	}
	.index_newsdvright ul section{
		padding-bottom: 5%;
	}
	.hzhb{
		margin: 20px 0px;
	}
	.hzhbbt h1{
		font-size: 24px;
		margin-bottom:10px;
	}
	.foot{
		display: none;
	}
	.hzhbbt p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.hzhbdv ul li{
		width: calc(32% - 2px);
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: 95%;
		margin-bottom: 15px;
		padding: 0 2.5%;
	}
	.xuqdv form input:nth-child(3){
		width: 95%;
	}
	.xuqdv form button{
		width: 100%;
		line-height: 45px;
	}
	.xuqiu{
		padding: 30px 0px;
	}
	.xuqdv h1{
		margin-bottom: 15px;
		text-align: center;
	}
	.wdl{
		display: none;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmbt h1{
		font-size: 24px;
	}
	.lxwmbt p{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmdv ul{
		flex-wrap: wrap;
	}
	.lxwmdv ul li{
		width: 44%;
		margin: 1%;
		padding: 2% 2%;
		text-align: center;
	}
	.lxwmdv ul li iconpark-icon{
		font-size: 36px;
		text-align: center;
		margin: 10px auto;
	}
	.lxwmdv ul li h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.lxwmdv ul li p{
		line-height: 25px;
	}
	.zxly{
		padding: 30px 0px;
	}
	.zxlybt{
		font-size: 24px;
	}
	.zxlybt{
		margin-bottom: 20px;
	}
	.zxly form div input{
		width: 96%;
		padding: 0 2%;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.zxly form textarea{
		width: 96%;
		padding: 0 2%;
	}
	.zxly form button{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.newsboxtop{
		display: block;
	}
	.newsboxtop .index_newsdvleft{
		margin-bottom: 15px;
	}
	.newsboxlist ul li{
		width: 98%;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.newsboxlist ul section{
		padding-bottom: 5%;
	}
	.newsboxlist ul span{
		padding: 10px 0px;
	}
	.newsboxlist ul h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.newsbox{
		padding: 20px 0;
	}
	.newsboxlist ul p{
		font-size: 14px;
		line-height: 25px;
	}
	.shownav ul li{
		margin: 0 10px;
	}
	.shownav ul{
		height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
		font-size: 14px;
		height: 43px;
	}
	.shownav ul li a:hover{
	    display: block;
	    height: 43px;
	    border-bottom: 2px solid #009787;
	}
	.prolist .ztcplistacp{
		width: 48%;
	}
	.ztcplistacp section{
		padding: 5%;
	}
	.prolist {
		width: 95%;
	}
	.ztcplistacp section h1{
		overflow: hidden;
	}
	.mbx{
		height: 45px;
		line-height: 45px;
	}
	.cc{
		padding: 25px 0;
		display: block;
	}
	.cctop{
		width: 95%;
		display: block;
	}
	.cctopright{
		width: 100%;
	}
	.cctopright div h1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.cctopright div h2{
		font-size: 18px;
		height: 40px;
		line-height: 30px;
	}
	.cctopright div p{
		margin-bottom: 15px;
	}
	.cctopright section{
		font-size: 24px;
	}
	.cctopright section img{
		width: 25px;
	}
	.cctopright section a{
		margin-top: 15px;
	}
	.cctopright section a{
		line-height: 40px;height: 40px;
	}
	.cpms{
		width: 95%;
		margin-top: 30px;
	}
	.cpmsbt{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.ms{
		width: 90%;
		padding: 5%;
	}
	.cctopleft{
		width: 100%;
		display: block;
	}
	#gallery{
		width: 100%;
	}
	#thumbs{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	#thumbs .swiper-slide img{
		height: auto;
		width: 100%;
		margin-top: 10px;
	}
	.mfooldv{
		display: block;
	}
	.mfool{
		height: 50px;
		line-height: 50px;display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;z-index: 999;
	}
	.mfool ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
		
		background-color: #02a08f;
	}
	.mfool ul li{
		width: 100%;
		text-align: center;
		border-right: 1px solid #009787;
	}
	.mfool ul li a{
		display: block;
		width: 100%;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 14px;
	}
	.blank-middle{
		height: 0;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.sidebar-l{
		margin-top: 20px;
		margin-right: 0px;

	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 20px;

	}
	.padding-big-bottom{
		margin-bottom: 10px;

	}
	.button-big {
		display: none;
	}
	.showtext{
		display: block;
		width: 100%;
		padding: 30px 0px;
		background-color: #f2f2f2;
	}
	.showtextdv{
		width: calc(90% - 40px);
		margin: 0 auto;
		background-color: #fff;
		padding: 20px;
	}
	.showtextdvtop{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
		
	}
	.banner-info{
		overflow: hidden;
		width: 100%;
	}
	.banner-info img{
		width: 200% !important;
		margin-left: -50%;
	}
	.mbanner{
		display: block;
	}
	.sbanner{
		display: none;
	}
	.hzlist ul li{
		width: 48%;
		margin: 0.5%;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	.showtext{
		padding-bottom: 30px !important;
	}
	.showtexthz{
		margin-bottom: 30px;

	}
	.showtexthztop .pagination{
		margin-bottom: 0;
	}
	.hheight{
		height: 0;
	}
	.shownav ul li.active a{
		height: auto;
	}
}