/* 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;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
body {
	font-family: "微软雅黑";
}

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;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 68.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 90px;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 17px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #fff;
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a span {
	color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.headdvleft img{
	display: block;
}
.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #029581;
}
.slideUp .headdvright ul li.active a span{
	color: #029581;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #029581;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #029581;
}
.banners img{
	display: block;
	width: 100%;
}
.dli{
	margin: 5.625rem auto;
	width: 93.75rem;
}
.dlibt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dlibtleft{
	width: 38.125rem;
	background: url(../images/cpbt_03.png) left center no-repeat;
	background-size: contain;
}
.dlibtleft h2{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dlibtleft p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dlibtleft  p i{
	width: 45px;
	height: 2px;
	background-color: #029581;
	margin-right: 10px;
}
.dlibtleft  p span{
	color: #029581;
	font-size: 18px;
	font-weight: bold;
}
.dlibtright{
	width: 485px;
}
.dlibtright  #thumbs{
	width: 100%;
}
.dlibtright  #thumbs .swiper-slide h2{
	text-align: center;
	color: #868686;
	font-size: 16px;
	transition: all 1s;
}
.dlibtright  #thumbs .swiper-slide i{
	display: block;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 10px;
	transition: all 1s;
}
.dlibtright  #thumbs .swiper-slide-thumb-active h2{
	color: #029581;
}
.dlibtright  #thumbs .swiper-slide-thumb-active i{
	background-color: #029581;
}
.zhiyun{
	padding: 6.25rem 0;
	background-image: linear-gradient(#e7f6f4, #fff);
}
.zhiyunbt{
	background: url(../images/cpbt_03.png) center no-repeat;
	margin-bottom: 4.0625rem;
}
.zhiyunbt h2{
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 40px;
}
.zhiyunbt p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhiyunbt p i{
	display: block;
	width: 45px;
	height: 2px;
	background-color: #029581;
}
.zhiyunbt p span{
	margin: 0 1.25rem;
	color: #029581;
	font-size: 18px;
	font-weight: bold;
}
.zhiyunlist{
	width: 93.75rem;
	margin: 0 auto;
}
.zhiyunlist ul{
	display: flex;
	justify-content: space-between;
}
.zhiyunlist ul li{
	width: 8.125rem;
	background: url(../images/jbbg_03.png) center no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	transition: all 1s;
}
.zhiyunlist ul li h2{
	color: #535353;
	font-size: 21px;
	margin-bottom: 10px;
	transition: all 1s;
}
.zhiyunlist ul li p{
	color: #666666;
	font-size: 14px;
	font-family: 'Poppins';
	margin-bottom: 45px;
	transition: all 1s;
	height: 20px;
	line-height: 20px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.zhiyunlist ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zhiyunlist ul li h3 span{
	color: #666666;
	transition: all 1s;
	font-size: 14px;
}
.zhiyunlist ul li h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #666666;
	font-size: 18px;
	margin-left: 1.25rem;
}
.zhiyunlist ul li a>i{
	display: block;
	margin-top: 125px;
	font-size: 72px;
	transition: all 1s;
	color: #444444;
}
.gyudvright {
	width: 150px;
}
.zhiyunlist ul li.active{
	width: 12.5rem;
	background: #029581;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}
.zhiyunlist ul li.active h2,.zhiyunlist ul li.active h3 span,.zhiyunlist ul li.active p,.zhiyunlist ul li.active h3 iconpark-icon,.zhiyunlist ul li.active a>i{
	color: #fff;
}
.yycj{
	padding: 5.9375rem 0;
	background: url(../images/yycjbg_02.jpg) center no-repeat;
	background-size: cover;
}
.yycjbt{
	background: url(../images/yycjbt_03.png) center no-repeat;
}
.yycjlist .swiper-slide a div{
	width: 100%;
	overflow: hidden;
}
.yycjlist .swiper-slide a div img{
	width: 100%;
	display: block;
}
.yycjlist .swiper-slide a div {
	padding-top: 15px;
}
.yycjlist .swiper-slide-active a div {
	padding-top: 0;
}
.yycjlist .swiper-slide a h2{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	transition: all 1s;
	font-weight: bold;
}
.yycjlist .swiper-slide-active a h2{
	color: #029581;
}
.gd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
	height: 48px;
	border: 1px solid #cccccc;
	 border-radius: 50px;
	 margin: 0 auto;
	 margin-top: 4.375rem;
	 padding-left: 30px;
	 padding-right: 10px;
	 transition: all 1s;
}
.gd a span{
	color: #666666;
	font-size: 14px;
	transition: all 1s;
}
.gd a iconpark-icon{
	display: flex;
	width: 34px;
	height: 34px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	font-size: 20px;
	color: #666666;
	transition: all 1s;
}
.gd a:hover iconpark-icon{
	color: #fff;
	background-color: #029581;
	border-color: #029581;
}
.gd a:hover span{
	color: #029581;
}
.gd a:hover{
	border: 1px solid #029581;
}
.gyu{
	padding-top: 5.625rem;
	background: url(../images/abbt_03.jpg) center no-repeat;
	background-size: cover;
}
.gyudv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gyudvleftbt{
	background: url(../images/abbt_03.png) left no-repeat;
	margin-bottom: 4.375rem;
}
.gyudvleft>p{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 35px;
}
.gyudvleft{
	width: 40.625rem;
}
.gyudvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
	height: 48px;
	 border-radius: 50px;
	 margin-top: 4.375rem;
	 padding-left: 30px;
	 padding-right: 10px;
	 transition: all 1s;
	 background-color: #029581;
}
.gyudvleft a span{
	color: #fff;
	font-size: 14px;
	transition: all 1s;
}
.gyudvleft a iconpark-icon{
	display: flex;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	transition: all 1s;
}
.gyudv>img{
	display: block;
}
.gyudvright ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gyudvright ul li h3 span{
	color: #029581;
	font-size: 48px;
	font-family: "Montserrat_SemiBold";
	margin-right: 8px;
}
.gyudvright ul li h3 i{
	color: #029581;
	font-size: 14px;
	margin-top: 8px;
}
.gyudvright ul li p{
	color: #4d4d4d;
	font-size: 14px;
}
.gyudvright ul li:nth-child(2){
	margin: 4.6875rem 0;
}
.jiazhi{
	background-color: #029581;
	padding: 6.25rem 0px;
}
.jiazhibt{
	background: url(../images/pack_03.png) center no-repeat;
}
.jiazhibt h2,.jiazhibt p span{
	color: #fff;
}
.jiazhibt p i{
	background-color: #fff;
}
.jiazhilist{
	width: 93.75rem;
	margin: 0 auto;
}
.jzdv{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 0;
	border-radius: 8px;
}
.jzdv div{
	width: 100%;
	overflow: hidden;
}
.jzdv div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.jzdv:hover div img{
	transform: scale(1.05);
}
.jzdv  h3{
	height: 75px;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	white-space:nowrap;
	text-align: center;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.qhuan{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.375rem;
}
.qhuan a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0 10px;
	transition: all 1s;
}
.qhuan a iconpark-icon{
	color: #fff;
	font-size: 22px;
	transition: all 1s;
}
.qhuan a:hover{
	background-color: #fff;
}
.qhuan a:hover iconpark-icon{
	color: #029581;
}
.synewsbt{
	background: url(../images/newsbt_03.png) center no-repeat;
}
.synews{
	margin: 6.25rem auto;
	width: 93.75rem;
}
.synewslist ul{
	display: flex;
	justify-content: space-between;
}
.synewslist ul li{
	width: 32%;
}
.synewslist ul li div{
	overflow: hidden;
	width: 100%;
}
.synewslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewslist ul li:hover div img{
	transform: scale(1.05);
}
.synewslist ul li section{
	margin-top: 25px;
}
.synewslist ul li section h2{
	white-space:nowrap;
	color: #404040;
	overflow:hidden;
	font-size: 20px;
	text-overflow:ellipsis;
	height: 35px;
	line-height: 35px;
}
.synewslist ul li section p{
	color:#808080;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.synewslist ul li section h3{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.synewslist ul li section h3 span{
	font-size: 14px;
	color: #029581;
}
.synewslist ul li section h3 iconpark-icon{
	font-size: 18px;
	color: #029581;
}
.foot{
	background-color: #262626;
	padding-top: 4.0625rem;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3.75rem;
}
.footdvleft>img{
	display: block;
	width: auto;
	margin-bottom: 25px;
}
.footdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.footdvleft ul li img{
	display: block;
	width: 22px;
	margin-right: 10px;
}
.footdvleft ul li span{
	color: #FFF;
	font-size: 14px;
}
.footdvleft dl{
	display: flex;
	justify-content: flex-start;
	margin-top: 3.75rem;
}
.footdvleft dl dd {
	margin-right: 10px;
}
.footdvleft dl dd img{
	display: block;
	width: 90px;
}
.footdvleft dl dd p{
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #ffffff;
}
.footdvright{
	width: 1000px;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 16px;
}
.footdvright dl dt{
	margin-bottom: 2.1875rem;
}
.footdvright dl dd{
	margin-bottom: 1.25rem;
}
.footdvright dl dd a{
	display: block;
	transition: all 1s;
	font-size: 14px;
	color: #cccccc;
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
	color: #029581;
}
.wdl{
	width: 100%;
	border-top: 1px solid #3c3c3c;
	height: 65px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #fff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
	font-size: 14px;
}
.shownav{
    box-shadow: 0px 8px 10px #efefef;
    position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 93.75rem;
	margin: 0 auto;
	height: 75px;
}
.shownav ul li{
	width: 15rem;
	height: 75px;
	line-height: 75px;
}
.shownav ul li a{
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.shownav ul li:hover a{
	background-color: #029581;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #029581;
	color: #fff;
}
.sabe{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
	padding-top: 3.75rem;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #f7f7f7;
	background-color: #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #029581;
	background-color: #fff;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 31.875rem;
	margin: 0;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.soq221{
	padding-top: 0;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #333333;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #029581;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #029581;
}

.chanpinimg {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #585858;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #029581;
	font-size: 30px;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
}

.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}

.chanpinimgright a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #dc0c22;
	font-size: 14px;
}

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #029581;
	line-height: 45px;
	transition: all 1s;
	border-radius: 50px;
	margin-top: 5.625rem;
	margin-right: 1.25rem;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #029581;
}
.cpxq {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #029581;
}

.cpxqbt span {
	color: #585858;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

.cpxqleft ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
	overflow: hidden;
}

.cpxqleft ul li a div img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpxqleft ul li:hover a div img {
	transform: scale(1.05);
}
.cpxqleft ul li a section h1 {
	color: #585858;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}

.cpxqleft ul li a section p {
	color: #029581;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}
.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}
.chanpinimgright  h4{
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright  h4 img{
	display: block;
	margin-right: 15px;
}
.chanpinimgright h4 span{
	color: #029581;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.cpxqxq img {
	max-width: 100%;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
}

.fy p a:hover {
	color: #029581;
}
.pronav{
	width: 93.75rem;
	margin: 0 auto;
}
.pronav ul{
	display: flex;
	justify-content: flex-start;
}
.pronav ul li{
	width: 235px;
	height: 50px;
	background-color: #f7f7f7;
	text-align: center;
	margin-right: 1.25rem;
	transition: all 1s;
}
.sabes{
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
.pronav ul li a{
	display: block;
	color: #585858;
	font-size: 16px;
	line-height: 50px;
	transition: all 1s;
}
.pronav ul li:hover{
	background-color: #029581;
}
.pronav ul li:hover a{
	color: #fff;
}
.pronav ul li.active{
	background-color: #029581;
}
.pronav ul li.active a{
	color: #fff;
}
.prolist{
	width: 95.8rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	margin-bottom: 2.5rem;
}
.maoyileft #gallery2 .swiper-slide{
	background-color: #fff;
}
.prolist ul li{
	background: url(../images/cpbg_05.jpg) center no-repeat;
	background-size: cover;
	width: calc(23% - 50px);
	margin: 1%;
	padding: 25px;
	transition: all 1s;
}
.prolist ul li:hover{
	background: url(../images/cpbg_03.jpg) center no-repeat;
	background-size: cover;
}
.prolist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li div{
	overflow: hidden;
	width: 100%;
}
.prolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li i{
	width: 30px;
	height: 2px;
	background-color: #029581;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	margin-top: 0.9375rem;
	transition: all 1s;
}
.prolist ul li h2{
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #585858;
	font-size: 18px;
	transition: all 1s;
}
.prolist ul li:hover i{
	background-color: #fff;
}
.prolist ul li:hover h2{
	color: #fff;
}
.hezuo{
	width: 95.8rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.hezuo ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hezuo ul li{
	width: 23%;
	margin: 1%;
	transition: all 1s;
}
.hezuo ul li div{
	width: 100%;
	overflow: hidden;
}
.hezuo ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.hezuo ul li:hover div img{
	transform: scale(1.05);
}
.hezuo ul li h2{
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #f7f7f7;
	color: #585858;
	transition: all 1s;
	font-size: 16px;
	white-space:nowrap;
	padding: 0 20px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.hezuo ul li:hover h2{
	background-color: #029581;
	color: #fff;
}
.changjing{
	width: 95.8rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.changjing ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.changjing ul li{
	width: calc(23% - 20px);
	margin: 1%;
	padding: 10px;
	padding-bottom: 0;
	transition: all 1s;
	background-color: #f7f7f7;
}
.changjing ul li div{
	width: 100%;
	overflow: hidden;
}
.changjing ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.changjing ul li:hover div img{
	transform: scale(1.03);
}
.changjing ul li h2{
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #585858;
	font-size: 16px;
	transition: all 1s;
}
.changjing ul li:hover{
	background-color: #029581;
}
.changjing ul li:hover h2{
	color: #fff;
}
.xinpro{
	width: 93.75rem;
	margin: 6.25rem auto;
}
.xinprodv{
	width: 93.75rem;
	margin: 0 auto;
}
.xinprodv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xinprodv ul li{
	width: calc(23% - 70PX);
	margin: 1%;
	padding: 0 35px;
	background: url(../images/xxbg_05.png) center no-repeat;
	background-size: cover;
	padding-top: 3.75rem;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.xinprodv ul li:hover{
	background: url(../images/xxbg_03.png) center no-repeat;
	background-size: cover;
}
.xinprodv ul li h1{
	color: #535353;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
} 
.xinprodv ul li p{
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-family: "Poppins";
	transition: all 1s;
}
.xinprodv ul li a>i{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4.6875rem auto;
	color: #404040;
	font-size: 100px;
	transition: all 1s;
}
.xinprodv ul li:hover h1,.xinprodv ul li:hover p,.xinprodv ul li:hover i,.xinprodv ul li:hover iconpark-icon{
	color: #fff;
}
.xinprodv ul li h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5.625rem;
	border-top: 1px solid #d0dad9;
}
.xinprodv ul li h2 span{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.xinprodv ul li:hover h2 span{
	color: #fff;
}
.xinprodv ul li h2 iconpark-icon{
	color: #808080;
	font-size: 22px;
	transition: all 1s;
}
.lxfshi{
	padding: 5.625rem 0px;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
}
.lxfshibt h1{
	text-align: center;
	color: #333333;
	font-size: 34px;
	margin-bottom: 15px;
}
.lxfshibt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.lxfslist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}
.lxfslist ul{
	display: flex;
	justify-content: space-between;
}
.lxfslist ul li{
	width: 23%;
}
.lxfslist ul li iconpark-icon{
	display: flex;
	width: 90px;
	margin: 0 auto;
	height: 90px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: #029581;
	color: #fff;
	font-size: 48px;
	margin-bottom: 2.5rem;
}
.lxfslist ul li h2{
	color: #4c4c4d;
	font-size: 20px;
	text-align: center;
}
.lxfslist ul li i{
	display: block;
	margin: 1.25rem auto;
	width: 30px;
	height: 2px;
	background-color: #029581;
}
.lxfslist ul li p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	font-family: "Montserrat_Light";
}
.fzr{
	padding: 5.9375rem 0rem;
	background-color: #f7f7f7;
}
.fzrlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 60px;
}
.fzrlist ul{
	display: flex;
	justify-content: space-between;
	    flex-flow: wrap;
}
.fzrlist ul li{
	width: 24%;
	box-shadow:  0px 0px 20px #e1dfdf;
	padding: 50px 0px;
	background: #fff;
	transition: all 1s;
	    margin: 10px 0;
}
.fzrlist ul li h2{
	color: #4c4c4c;
	font-size: 24px;
	text-align: center;
	transition: all 1s;
}
.fzrlist ul li i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #029581;
	margin: 25px auto;
	transition: all 1s;
}
.fzrlist ul li h3{
	color: #333333;
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
}
.fzrlist ul li p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	transition: all 1s;
}
.fzrlist ul li:nth-child(1):hover{
	background: url(../images/nengyuanbu.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(2):hover{
	background: url(../images/gonchengbu.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(3):hover{
	background: url(../images/shoudianbu.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(4):hover{
	background: url(../images/wuzibu.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(5):hover{
	background: url(../images/wuzibu1.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(6):hover{
	background: url(../images/wuzibu2.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(7):hover{
	background: url(../images/wuzibu3.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:nth-child(8):hover{
	background: url(../images/wuzibu4.jpg) center no-repeat;
	background-size: cover;
}
.fzrlist ul li:hover p,.fzrlist ul li:hover h2,.fzrlist ul li:hover h3{
	color: #fff;
}
.fzrlist ul li:hover i{
	background-color: #fff;
}
.lybt h2,.lybt p{
	color: #fff;
}
.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/lybg_06.jpg) center no-repeat;
	background-size: cover;
}

.xuqiu h2 {
	color: #fff;
	font-size: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.xuqiu p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.lybt {
	margin-bottom: 3.75rem;
}

.xuqiu form {
	width: 93.75rem;
	margin: 0 auto;
}

.xuqiu form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xuqiu form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #666666;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #7bb5ae;
	color: #fff;
}
.xuqiu form div input::placeholder,.xuqiu form textarea::placeholder{
	color: #fff;
	font-size: 14px;
}
.xuqiu form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	line-height: 30px;
	font-family: "微软雅黑";
	outline: none;
	background-color: transparent;
	border: 1px solid #7bb5ae;
}

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #7bb5ae;
	transition: all 1s;
}
.xuqiu form button:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #029581;
}
.gywm{
	padding: 5.625rem 0px;
	background: url(../images/gywmbg_02.jpg) center no-repeat;
	background-size: cover;
}
.gywmdv{
	width: 93.75rem;
	margin: 0 auto;
}
.gywmbt{
	margin-bottom: 3.125rem;
}
.gywmbt h2{
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
	font-size: 34px;
}
.gywmbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.gywmdv>p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	text-indent: 2em;
}
.gywmdv ul{
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}
.gywmdv ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gywmdv ul li h3 span{
	color:#029581;
	font-size: 52px;
	font-family: "Montserrat_SemiBold";
}
.gywmdv ul li h3 i{
	font-size: 18px;
	color:#029581;
	margin-top: 10px;
	margin-left: 10px;
}
.gywmdv ul li p{
	color: #808080;
	font-size: 16px;
}
.ryzz{
	padding-top: 6.25rem;
	padding-bottom: 13.125rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.ryzzdy{
	width: 103.4375rem;
	display: flex;justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.rylist{
	width: 93.75rem;
}
#btn3,#btn4{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #029581;
	transition: all 1s;
}
#btn3 iconpark-icon ,#btn4 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	width: 50px;
	height: 50px;
	transition: all 1s;
}
#btn3:hover,#btn4:hover{
	background-color: #029581;
}
#btn3:hover iconpark-icon ,#btn4:hover iconpark-icon {
	color: #fff;
}
.rylist img{
	width: 100%;
	display: block;
}
.qywhdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qywh{
	padding: 7.1875rem 0rem;
	background: url(../images/qywhbg_02.jpg) center no-repeat;
	background-size: cover;
}
.qwh h1{
	color: #ffffff;
	font-size: 34px;
	width: 200px;
	height: 90px;
	border-bottom: 1px solid #54b6aa;
}
.qywhdvleft{
	width: 390px;
}
.qywhdvright{
	width: 300px;
	height: 550px;
}
.qwh i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-top: -2px;
}
.whtext{
	margin-top: 70px;
}
.whtext h2{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.whtext h2 span{
	font-size: 50px;
	font-family: "Poppins_SemiBold";
	color: rgba(255, 255, 255, 0.5);
	margin-right: 15px;
}
.whtext h2 i{
	color:#ffffff;
	font-size: 20px;
}
.whtext p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.qywhdvright{
	position: relative;
}
.qywhdvright::after{
	content: "";
	position: absolute;
	top:0;
	right:7px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #85cbc2;
}
.qywhdvright #thumbs2{
	width: 100%;
	height: 100%;
}
.qywhdvright .swiper-slide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.qywhdvright .swiper-slide div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywhdvright .swiper-slide div section h1{
	color: #ffffff;
	text-align: right;
	font-size: 18px;
	margin-bottom: 5px;
}
.qywhdvright .swiper-slide div section p{
	color: #ffffff;
	font-size: 12px;
	font-family: 'Poppins';
}
.qywhdvright .swiper-slide-thumb-active div section h1{
	font-size: 20px;
	font-weight: bold;
}
.qywhdvright .swiper-slide-thumb-active div section p{
	font-family: 'Poppins_SemiBold';
	font-size: 14px;
}
.qywhdvright .swiper-slide i{
	width: 9px;
	display: block;
	height: 9px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	margin-left: 1.5625rem;
	background-color: #029581;
}
.dli #gallery{
	margin-top: 4.375rem;
}
.zhdvleft{
	width: 21.875rem;
}
.zhdvleft p{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 35px;
}
.zhdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 2.5rem;
	margin-bottom: 4.375rem;
}
.zhdvleft  ul li i{
	display: block;
	font-size: 56px;
	color: #999999;
}
.zhdvleft  ul li h2{
	color: #999999;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.zhdvleft  ul li {
	margin-right: 15%;
}
.zhdvleft  a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zhdvleft a span{
	color: #666666;
	font-size: 14px;
	transition: all 1s;
	margin-right: 15px;
}
.zhdvleft  a iconpark-icon{
	font-size: 20px;
	color: #666666;
	transition: all 1s;
}
.zhdvleft a:hover span,.zhdvleft a:hover iconpark-icon{
	color: #029581;
}
.zhdvright{
	width: 70rem;
}
.zhdvright ul{
	display: flex;
	justify-content: space-between;
}
.zhdvright ul li{
	background: url(../images/cpbg_05.jpg) center no-repeat;
	background-size: cover;
	width: calc(31% - 50px);
	margin: 1%;
	padding: 25px;
	transition: all 1s;
}
.zhdvright ul li:hover{
	background: url(../images/cpbg_03.jpg) center no-repeat;
	background-size: cover;
}
.zhdvright ul li div{
	overflow: hidden;
	width: 100%;
}
.zhdvright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zhdvright ul li:hover div img{
	transform: scale(1.05);
}
.zhdvright ul li i{
	width: 30px;
	height: 2px;
	background-color: #029581;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	margin-top: 0.9375rem;
	transition: all 1s;
}
.zhdvright ul li h2{
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #585858;
	font-size: 18px;
	transition: all 1s;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.zhdvright ul li:hover i{
	background-color: #fff;
}
.zhdvright ul li:hover h2{
	color: #fff;
}
.zhdv{
	display: flex;
	justify-content: space-between;
}
.dli #gallery .swiper-pagination{
	width: 18.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dli #gallery .swiper-pagination-bullet{
	opacity: 1;
	background-color: #029581;
}
.dli #gallery .swiper-pagination-bullet-active{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	line-height: 42px;
	background-color: #fff;
	background: url(../images/quan.gif) center no-repeat;
}
.qywhdvcenter{
	width: 35rem;
}
.qywhdvcenter img{
	display: block;
	width: 100%;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}

.bannersasg  .swiper-slide section h4{
	color:#ffffff;
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.bannersasg  .swiper-slide section h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 93.75rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
	text-align: center;
}
.nrbanner .btext section i{
	display: block;
	width: 40px;
	height: 4px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 10px;
}
.mfoot,.mfootdv{
	display: none;
}
.sabes .synewslist{
	width: 93.75rem;
    margin: 0 auto;
}
.newsdvlist{
	width: 93.75rem;
    margin: 20px auto;
   	margin-top: 50px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #f7f7f7;
	overflow: hidden;
	transition: all .5s;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f7f7f7;
	align-items: center;
	transition: all .5s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #f7f7f7;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all .5s;
}
.sjnav{
	display: none;
}

.newsdvlist ul li {
	transition: all .5s;
}

.newsdvlist ul li:hover a {
	background-color: #029581;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}

.newsdvlist ul li iconpark-icon {
	border: 1px solid #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}


.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	    left: 50%;
    margin-left: -80px;
    width: 100%;
    top: 70px;
    z-index: 5;
    padding-top: 20px;
}



.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 160px;
	background-color: #fff;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
}
.headdvright ul li div dl dd a::after{
	display: none;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #029581;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #029581;
	color: #fff !important;
	font-weight: normal;
}

.yce{
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}
.yce ul li{
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #029581;
}
.yce ul li i{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 16px;
}
.yce ul li iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 22px;
}
.yce ul li div{
	position: absolute;
	right: 20px ;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}
.yce ul li div h1{
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 190px;

	background-color: #029581;
}
.yce ul li:hover div{
	width: 190px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}

.yce ul li div img{
	display: block;
	width: 120px;
	margin: 0 auto;
}
.yce ul li:nth-child(3) div{
	width: 130px;
}
.yce ul li:nth-child(4) div h1 {
	    width: 220px;
}
.yce ul li:nth-child(4):hover div{
	width: 220px;
}
.yce ul li:nth-child(1){
	display: none;
}

 .spdv{
	display: none;
	position:fixed ;
	top: 15%;
	width: 1000px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
	background: #fff;
}
 .spdv video{
	width: 100%;
}
 .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;

}
 .spdv  span iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
}
  .sdbr{
 	position: absolute;
    top: 50%;
    left: 42%;
    display: block;
    z-index: 15;
    border-radius: 50%;
 }


.fangdatu{
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -500px;
	padding: 30px;
	padding-top: 50px;
	width: 940px;
	background-color: #fff;
	display: none;
	box-shadow: 0px 0px 15px #efefef;
	z-index: 99;
}
.fangdatu img{
	display: block;
	width: 100%;
}
.fangdatu span{
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright {
		width: 80.75rem;
	}
	.dli{
		width: 95%;
	}
	.zhdvleft,.dli #gallery .swiper-pagination{
		width: 300px;
	}
	.zhdvright{
		width: 73%;
	}
	.zhiyunlist,.gyudv,.jiazhilist,.synews,.footdv,.wdldv,.pronav,.prolist,.mbx,.chanpinimg,.cpxq,.gywmdv,.qywhdv,.ryzzdy,.hezuo,.lxfslist,.fzrlist,.xuqiu form,.xinpro,.changjing,.sabes .synewslist,.newsdvlist{
		width: 95%;
	}
	.zhiyunlist ul li {
	    width: 12.125rem;
	}
	.zhiyunlist ul li h2{
		font-size: 18px;
	}
	.xinprodv{
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 56px;
	}

}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvright {
        width: 90.75rem;
    }
	.dli{
		width: 95%;
	}
	.zhdvleft,.dli #gallery .swiper-pagination{
		width: 300px;
	}
	.zhdvright{
		width: 73%;
	}
	.zhiyunlist,.gyudv,.jiazhilist,.synews,.footdv,.wdldv,.pronav,.prolist,.mbx,.chanpinimg,.cpxq,.gywmdv,.qywhdv,.ryzzdy,.hezuo,.lxfslist,.fzrlist,.xuqiu form,.xinpro,.changjing,.sabes .synewslist,.newsdvlist{
		width: 95%;
	}
	.zhiyunlist ul li {
	    width: 12.125rem;
	}
	.zhiyunlist ul li h2{
		font-size: 16px;
	}
	.xinprodv{
		width: 100%;
	}
	.zhdvright ul li h2{
		font-size: 14px;
	}
	.dli #gallery .swiper-pagination{
		bottom: 0;
	}
	.dlibtleft{
		width: 45.125rem;
	}
	.zhdvleft p{
		font-size: 14px;
	}
	.gyudv>img{
		width: 450px;
	}
	.gyudvleft>p{
		font-size: 14px;
	}
	.shownav ul li {
	    width: 19rem;
	}
	.prolist ul li h2{
		font-size: 14px;
	}
	.qywhdvleft{
		width: 350px;
	}
	.whtext p{
		font-size: 14px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 48px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.heads {
		display: none;
	}
	.dli{
		width: 95%;
	}
	.zhdvleft,.dli #gallery .swiper-pagination{
		width: 300px;
	}
	.zhdvright{
		width: 73%;
	}
	.zhiyunlist,.gyudv,.jiazhilist,.synews,.footdv,.wdldv,.pronav,.prolist,.mbx,.chanpinimg,.cpxq,.gywmdv,.qywhdv,.ryzzdy,.hezuo,.lxfslist,.fzrlist,.xuqiu form,.xinpro,.changjing{
		width: 95%;
	}
	.zhiyunlist ul li {
	    width: 12.125rem;
	}
	.zhiyunlist ul li h2{
		font-size: 16px;
	}
	.xinprodv{
		width: 100%;
	}
	.zhdvright ul li h2{
		font-size: 14px;
	}
	.dli #gallery .swiper-pagination{
		bottom: 0;
	}
	.dlibtleft{
		width: 45.125rem;
	}
	.zhdvleft p{
		font-size: 14px;
	}
	.gyudv>img{
		width: 450px;
	}
	.gyudvleft>p{
		font-size: 14px;
	}
	.shownav ul li {
	    width: 19rem;
	}
	.prolist ul li h2{
		font-size: 14px;
	}
	.qywhdvleft{
		width: 350px;
	}
	.whtext p{
		font-size: 14px;
		line-height: 30px;
	}
	.dlibt{
		display: block;
	}
	.dlibtleft{
		width: 100%;
	}
	.dlibtleft h2{
		font-size: 20px;
		text-align: center;
	}
	.dlibtleft p{
		justify-content: center;
	}
	.dlibtleft p i{
		display: none;
	}
	.dlibtleft{
		background: url(../images/cpbt_03.png)  center no-repeat;
		background-size: 50%;
	}
	.dlibtright{
		width: 100%;
		margin-top: 25px;
	}
	.dlibtright #thumbs .swiper-slide h2{
		font-size: 13px;
	}
	.zhdv{
		display: block;
	}
	.zhdvleft, .dli #gallery .swiper-pagination{
		width: 100%;
	}
	.zhdvleft p{
		line-height: 30px;
	}
	.zhdvleft ul li{
		margin-right: 0;
	}
	.zhdvleft ul{
		justify-content: space-around;
	}
	.zhdvright{
		width: 100%;
		margin-top: 20px;
	}
	.dli #gallery .swiper-pagination{
		position: inherit;
		margin-top: 20px;
	}
	.zhdvright ul li{
		width: 27%;
		padding: 3%;
	}
	.zhiyunbt h2{
		font-size: 20px;
	}
	.zhiyunbt p span{
		font-size: 17px;
	}
	.zhiyunbt p i{
		width: 25px;
	}
	.zhiyunbt{
		background-size: 50%;
	}
	.zhiyunlist ul{
		flex-wrap: wrap;
	}
	.zhiyunlist ul li{
		width:40%;
		margin: 1%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.zhiyunlist ul li.active{
		width:40%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.zhiyunlist ul li p{
		margin-bottom: 15px;
	}
	.zhiyunlist ul li h3 span{
		font-size: 12px;
	}
	.zhiyunlist ul li h3 iconpark-icon{
		font-size: 15px;
	}
	.zhiyunlist ul li a>i{
		margin-top: 15px;
		font-size: 36px;
	}
	.yycjlist {
		width: 95%;
		margin: 0 auto;
	}
	.yycjlist .swiper-slide a h2{
		margin-top: 10px;
		font-size: 14px;
		font-weight: normal;
	}
	.gd a{
		margin-top: 5rem;
		width: 120px;
		height: 38px;
		padding-right: 5px;
	}
	.gd a iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.gyudv{
		display: block;
	}
	.gyudvleft{
		width: 100%;
	}
	.gyudvleft>p{
		margin-bottom: 15px;
	}
	.gyudvleft a{
		width: 115px;
		padding-right: 6px;
		height: 40px;
	}
	.gyudvleft a iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.gyudv>img{
		width: 70%;
		margin: 0 auto;
	}
	.gyudvright{
		margin-top: 20px;
	}
	.gyudvright ul{
		display: flex;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.gyudvright ul li h3 span{
		font-size: 32px;
	}
	.gyudvright ul li:nth-child(2){
		margin: 0;
	}
	.jzdv h3{
		line-height: 45px;
		height: 45px;
		font-size: 14px;
	}
	.qhuan a{
		width: 35px;
		height: 35px;
	}
	.qhuan a iconpark-icon{
		font-size: 18px;
	}
	.synewslist ul{
		display: block;
		
	}
	.synewslist ul li{
		width: 100%;
		margin-top: 20px;
	}
	.synewslist ul li section{
		margin-top: 15px;
	}
	.synewslist ul li section h2{
		font-size: 18px;
	}
	.foot{
		display: none;
	}
	.shownav ul li{
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.shownav ul{
		width: 100%;
		height: 45px;
	}
	.pronav ul li a{
		font-size: 14px;
	}
	.pronav ul{
		flex-wrap: wrap;
	}
	.pronav ul li{
		width: 31.33%;
		margin: 1%;
	}
	.prolist ul li{
		width: 40%;
		padding: 4%;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.soq221{
		padding-top: 15px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width:100%;
		margin-top: 15px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 17px;
		line-height: 40px;
	}
	.chanpinimgright p{
		font-size: 13px;
	}
	.chanpinimgright h4 img{
		width: 35px;
		margin-right: 5px;
	}
	.chanpinimgright h4 span{
		font-size: 22px;
	}
	.cennuodv a{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.cpxq {
		flex-direction: column-reverse;
		margin-top: 20px;
		width: 95%;
	}
	
	.cpxqright {
		width: 100%;
	}
	
	.cpxqbt {
		margin-bottom: 15px;
	}
	
	.cpxqxq {
		margin-bottom: 20px;
	}
	
	.fy {
		display: block;
	}
	
	.fy p {
		margin: 10px 0;
		display: block;
	}
	
	.fy p a {
		font-size: 12px;
		line-height: 25px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.soq221{
		padding-top: 10px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.cpxqxq{
		width: 95%;
		padding: 2.5%;
	}
	.cpxqleft {
		margin-top: 15px;
		width: 100%;
	}
	
	.cpxqleft ul li a section h1 {
		font-size: 16px;
	}
	
	.cpxqleft ul li a section p {
		font-size: 12px;
	}
	
	.cpxqleft ul li {
		margin-bottom: 10px;
	}
	.cpxqbt span{
		font-size: 17px;
		font-weight: bold;
	}
	.cpxqleft ul li a div{
		margin-right: 20px;
	}
	.cpxqleft ul li a section h1{
		margin-bottom: 10px;
	}
	.hezuo ul li{
		width: 48%;
	}
	.hezuo ul li h2{
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.lxfshibt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.lxfshibt p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
	}
	.lxfslist ul{
		flex-wrap: wrap;
	}
	.lxfslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxfslist ul li iconpark-icon{
		width: 45px;
		height: 45px;
	}
	.lxfslist ul li iconpark-icon{
		font-size: 26px;
		width: 45px;
		height: 45px;
	}
	.lxfslist ul li h2{
		font-size: 17px;
	}
	.lxfslist ul li p{
		font-size: 14px;
	}
	.lxfslist ul li{
		margin-bottom: 20px;
	}
	.fzrlist{
		margin-top: 30px;
	}
	.fzrlist ul{
		flex-wrap: wrap;
	}
	.fzrlist ul li{
		width: 48%;
		margin: 1%;
		padding: 25px 0px;
	}
	.fzrlist ul li h2{
		font-size: 17px;
		font-weight: bold;
	}
	.fzrlist ul li i{
		margin: 15px auto;
	}
	.fzrlist ul li h3{
		font-size: 15px;
	}
	.xuqiu h2{
		font-size: 20px;
		font-weight: bold;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 96%;
		padding: 0 2%;
		height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.xuqiu form textarea{
		height: 90px;
		width: 96%;
		padding:  2%;
	}
	.xuqiu form button{
		margin-top: 15px;
		width: 100px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
	}
	.xinprodv ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
		padding-bottom: 0;
	}
	.xinprodv ul li h1{
		font-size: 18px;
	}
	.xinprodv ul li h2{
		line-height: 40px;
		height: 40px;
	}
	.changjing ul li{
		width: 44%;
		padding: 2%;
		padding-bottom: 0;
	}
	.changjing ul li h2{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.xinprodv ul li a>i{
		font-size: 48px;
	}
	.lxfslist ul li i{
		margin: 15px auto;
	}
	.gywmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.gywmbt h2{
		font-size: 20px;
		font-weight: bold;
	}
	.gywmdv>p{
		font-size: 14px;
	}
	.gywmdv ul li h3 span{
		font-size: 28px;
	}
	.gywmdv ul li h3 i{
		font-size: 14px;
		color: #029581;
		margin-top: 4px;
		margin-left: 6px;
	}
	.gywmdv ul li p{
		font-size: 14px;
	}
	.gywmbt p{
		width: 90%;
		margin: 0 auto;
	}
	#btn3, #btn4{
		width: 35px;
		height: 35px;
	}
	#btn3 iconpark-icon, #btn4 iconpark-icon{
		width: 35px;
		height: 35px;
	}
	.rylist {
	    width: 75%;
	}
	.qywhdv{
		display: block;
	}
	.qywhdvleft{
		width: 100%;
	}
	.qwh h1{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		height: auto;
		border: none;
	}
	.qwh i{
		display: none;
	}
	.whtext{
		margin-top: 20px;
	}
	.whtext h2 span{
		font-size: 36px;
	}
	.whtext h2 i{
		font-size: 18px;
	}
	.qywhdvcenter{
		width: 50%;
		margin: 20px auto;
	}
	.qywhdvright{
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner {
		overflow: hidden;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#029581;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #118172;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.article .post h1{
		font-size: 18px;
	}
	.sabes .synewslist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a{
		padding: 2.5%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlistext h1{
		font-size: 16px;
	}
	.newsdvlist{
		margin-top: 0px;
		margin-bottom: 0;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.bannersasg .swiper-slide {
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		max-width: none;
		width: 130%;
		margin-left: -15%;
	}
	.gyudvright {
		width: 100%;
	}
	.zhdvleft ul li i{
		font-size: 32px;
		text-align: center;
	}
	.gyudv img{
		max-width: 100%;
	}
	.spdv{
		width: 90%;
		padding: 2.5%;
		left:2.5%;
		margin: 0 auto;
		padding-top: 80px;
	}
	.fangdatu{
		position: fixed;
		top: 20%;
		left: 2.5%;
		margin-left: 0;
		padding: 30px;
		padding-top: 50px;
		width: calc(95% - 60px);
		background-color: #fff;
		display: none;
		box-shadow: 0px 0px 15px #efefef;
		z-index: 99;
	}

					.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.glptlist ul li span{
		font-size: 32px;
		text-align: center;
	}
	.duijielist ul li h1 img{
		width: 35px;
	}
	.duijielist ul li h1 img:last-child{
		width: 35px;
	}
	.qywhdvcenter {
	    padding: 14.6875rem;
	}
	.sybtright a{
		display: none;
	}
	#lj{
		display: none;
	}
	.sycplist ul li .sycptext p{
		height: 30px;
	}
	.shownav1{
		display: none;
	}
	.pronav ul{
		display: none;
	}
}