/* 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;
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@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_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Inter";
	src:url('../font/Inter-Regular_1.ttf');
}
body {
    font-size: 12px;
   	font-family: "Montserrat_Light";
}
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 {
	position:fixed;
	top:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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;
	background-color: #fff;
}
.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{
	width: 1500px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	position: relative;
}
.headdvright ul li{
	line-height: 98px;
	margin: 0 20px;
	border-bottom: 2px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul li a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.headdvright ul li:hover{
	border-bottom: 2px solid #fff;
}
.headdvright ul li:hover a{
	color: #fff;
}
.headdvright ul li.active{
	border-bottom: 2px solid #fff;
}
.headdvright ul li.active a{
	color: #fff;
}
.slideUp .headdvright ul li a{
	color: #333;
}
.slideUp .headdvright ul li:hover{
	border-bottom: 2px solid #00afb4;
}
.slideUp .headdvright ul li:hover a{
	color: #00afb4;
}
.slideUp .headdvright ul li.active{
	border-bottom: 2px solid #00afb4;
}
.slideUp .headdvright ul li.active a{
	color: #00afb4;
}
.ss img{
	display: block;
}
.yuyan {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yuyan a{
	display: block;
	width: 34px;
	height: 34px;
	background-color: #e5eefb;
	border-radius: 50%;
	line-height: 34px;
	font-family: "Montserrat Light";
	font-size: 16px;
}
.banner img{
	display: block;
	width: 100%;
}

.chromsep{
	width: 1420px;
	padding: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: -160px;
    z-index: 99;
    background-color: #fff;
   margin-bottom: 70px;
   box-shadow: 0px 0px 20px #f0efef;
}
.chromsep div{
	width: 100%;
    margin: 0 auto;
}
.chromsep div ul{
	display: flex;
	justify-content: space-between;
}
.chromsep div ul li {
	width: 24%;
	border-right: 1px solid #e5e5e5;
}
.chromsep div ul li:last-child{
	border-right: none;
}
.chromsep div ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.chromsep div ul li h1 span{
	color: #00afb4;
	font-size: 50px;
	font-family: "Impact";
}
.chromsep div ul li h1 sub{
	color: #00afb4;
	font-size: 18px;
	margin-top: -15px;
	margin-left: 5px;
}
.chromsep div ul li p{
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.cpfw{
	padding: 80px 0px;
	padding-bottom: 125px;
	background: url(../images/yf_02.jpg) center no-repeat;
	background-size: cover;
}
.cpfwdv{
	display: block;
	width: 1500px;
	margin: 0 auto;
}
.cpfwbt{
	display: flex;
	justify-content: space-between;
}
.cpfwbtleft i{
	width: 40px;
	height: 25px;
	display: block;
	border-top: 2px solid #00afb4;
}
.cpfwbtleft h1{
	color: #333333;
	font-size: 34px;
}
.cpfwbt a{
	width: 190px;
	height: 55px;
	background-color: #00afb4;
	display: block;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpfwbt a span{
	color: #ffffff;
	font-size: 14px;
	margin-left: 30px;
}
.cpfwbt a iconpark-icon{
	display: block;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 24px;
	color: #00afb4;
}
.cplist ul{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.cplist ul li{
	
	
	background-color: #fff;
	border-bottom: 2px solid #fff;
	transition: all .5s;
}
.cplist ul li a{
	display: block;
	padding: 20px;
	width: calc(100% - 40px);
}
.cplist ul li div{
	width: 100%;
	overflow: hidden;
}
.cplist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li section{
	padding: 35px 0;
	padding-bottom: 20px;
	background-color: #fff;
}
.cplist ul li section h1{
	color: #333333;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cplist ul li section p{
	width: 95%;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 40px;
}
.cplist ul li section span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #00afb4;
	font-size: 14px;
}
.cplist ul li section span iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-left: 10px;
}
.cplist ul li:hover{
	border-bottom: 2px solid #00afb4;
}
.cplist ul li:hover section h1{
	color: #00afb4;
}
.shiming{
	width: 100%;
	position: relative;
}
.shimingbt{
	width: 1500px;
	position: absolute;
	left: 50%;
	margin-left: -750px;
	top: 10%;
	z-index: 3;
}
.shimingbt .susongtopleft h1{
	color: #fff;
}
.shimingbt .susongtopleft h2{
	color: #fff;
}
.shimingdv #gallery1258 .swiper-slide img{
	width: 100%;
	display: block;
}
.shimingdv #gallery1258 .swiper-slide div img{
	width: 60px;
	margin-bottom: 10px;
}
.fwsleftgeh{
	width: 100%;
	background-color: rgba(0, 175, 180, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 160px;
}
.shimingdv #thumbs1258{
	width: 1500px;
	margin: 0 auto;
	overflow: visible;
}
.shimingdv #thumbs1258 .swiper-slide h1{
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	transition: all .5s;
	background-color: rgba(0, 175, 180, 0.9);
}
.shimingdv #thumbs1258 .swiper-slide h1 i{
	display: block;
}
.shimingdv #thumbs1258 .swiper-slide h1 img{
	display: block;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.shimingdv #thumbs1258 .swiper-slide-thumb-active h1{
	height: 200px;
	margin-top: -40px;
	background-color:rgba(0, 175, 180, 0.9);
}
.jjfa{
	width: 615px;
	padding: 50px 35px;
	position: absolute;
	right: 7.5%;
	top: 13%;
	z-index: 99;
	background-color: #fff;
	border-radius: 10px;
}
.jjfa h1{
	display: flex;
	align-items: center;
	color: #4c4c4c;
	font-size: 26px;
	margin-bottom: 10px;
}
.jjfa h1 img{
	display: block;
	width: 30px;
	margin-right: 10px;
}
.jjfa p{
	margin-bottom: 5px;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
}
.jjfa form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jjfa form div section{
	width: 48%;
	margin: 1% 0px;
	position: relative;
}
.jjfa form div input{
	width: 88%;
	padding: 0 6%;
	 border: none;
	 border-bottom: 1px solid #e6e6e6;
	 height: 40px;
	 line-height: 40px;
	 color: #999999;
	 font-size: 14px;
	 outline: none;
	 position: relative;
}
.jjfa form div section::after{
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid #00afb4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 16px;
	z-index: 3;
}
.jjfa form button{
	width: 155px;
	height: 45px;
	background-color: #00afb4;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	border: none;
	outline: none;
	border-radius: 50px;
}
.jjfa section{
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.jjfa section h2{
	color: #999999;
	font-size: 14px;
	margin-left: 20px;
}
.jjfa section span{
	display: block;
}
.jjfa section i{
	color: #333333;
	font-size: 28px;
}	
.shiming .cpfwbtleft i {
    width: 40px;
    height: 25px;
    display: block;
    border-top: 2px solid #fff;
}
.cpfwbtleft h1 {
    color: #333333;
    font-size: 34px;
}
#gallery1258 .swiper-slide {
	position: relative;
}
#gallery1258 .swiper-slide div{
	position: absolute;
	top: 30%;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
}

#gallery1258 .swiper-slide div h1{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
}
#gallery1258 .swiper-slide div p{
	width: 505px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 40px;
}
#gallery1258 .swiper-slide div a{
	color: #e7fafb;
	font-size: 14px;
}
.gywm{
	padding: 115px 0px;
	padding-bottom: 130px;
	background: url(../images/ab_02.jpg) center no-repeat;
}
.gywmdv{
	width: 1500px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.gywmdvleft{
	width: 50%;
}
.gywmdvleft img{
	display: block;
	width: 100%;
}
.gywmdvright{
	width: 45%;
}
.gywmdvright i{
	display: block;
	height: 10px;
	width: 45px;
	border-bottom: 2px solid #00afb4;
}
.gywmdvright h1{
	color: #333333;
	font-size: 34px;
	margin: 20px 0;
}
.gywmdvright h2{
	color: #333333;
	font-size: 20px;
	margin-bottom: 30px;
}
.gywmdvright p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.gywmdvright a{
	width: 190px;
	height: 55px;
	background-color: #00afb4;
	display: block;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.gywmdvright a span{
	color: #ffffff;
	font-size: 14px;
	margin-left: 30px;
}
.gywmdvright a iconpark-icon{
	display: block;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 24px;
	color: #fff;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #2e2e2e;
}
.wdldv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}
.shownav{
	box-shadow: 0px 0px 30px #dcdcdc;
	position: relative;
}
.shownavdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shownavdv ul{
	display: flex;
	justify-content: flex-start;
}
.shownavdv ul li{
	border-bottom: 3px solid #fff;
	margin-right: 100px;
}
.shownavdv ul li a{
	line-height: 75px;
	height: 75px;
	color: #4c4c4c;
	font-size: 16px;
}
.shownavdv ul li:hover{
	border-bottom: 3px solid #1f67bf;
	font-weight: bold;
	
}
.innews{
	width: 100%;
	padding: 85px 0px;
	background-color: #ffffff;
}
.innewsdv{
	width: 1500px;
	margin: 0 auto;
}
.innewlist{
	margin-top: 50px;
}
.innewlist{
	display: flex;
	justify-content: space-between;
}
.innewlistleft{
	width: 32.33%;
}
.innewlistleft div{
	display: block;
	overflow: hidden;
	width: 100%;
}
.innewlistleft div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.innewlistleft section{
	padding: 30px 45px;
	box-shadow: 0px 0px 25px #dcdcdc;
} 
.innewlistleft section h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.innewlistleft section h1 span{
	color: #4c4c4c;
	font-size: 14px;
}
.innewlistleft section h1 i{
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innewlistleft section h1 i iconpark-icon{
	margin-right: 10px;
	font-size: 16px;
}
.innewlistleft section h2{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	color: #404040;
	font-size: 22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewlistleft section p{
	color: #666666;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 14px;
}
.innewlistleft:hover div img{
	transform: scale(1.05);
}
.innewlistcenter{
	width: calc(32.3% - 100px);
	background: url(../images/xw_03.jpg) center no-repeat;
	padding: 80px 50px;
	background-size: cover;
}
.innewlistcenter  h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.innewlistcenter h1 span{
	color: #fff;
	font-size: 14px;
}
.innewlistcenter h1 i{
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innewlistcenter h1 i iconpark-icon{
	margin-right: 10px;
	font-size: 16px;
}
.innewlistcenter h2{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewlistcenter p{
	color: #fff;
	line-height: 25px;
	height: 100px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	font-size: 14px;
}
.innewlistcenter h4{
	display: block;
	width: 140px;
	height: 40px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 100px;
	color: #08b1b6;
	font-size: 14px;
}
.innewlistright {
	width: 32.5%;
}
.innewlistright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 25px #dcdcdc;
}
.innewlistright ul li a .inwleft{
	width: 170px;
	overflow: hidden;
}
.innewlistright ul li a .inwleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.innewlistright ul li:hover a .inwleft img{
	transform: scale(1.05);
}
.innewlistright ul li a section{
	width: 230px;
	padding: 0 35px;
}
.innewlistright ul li a section h1{
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewlistright ul li a section p{
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #333333;
	font-size: 17px;
}
.innewlistright ul li a section  h3{
	display: none;
}
.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.adva{
	width: 100%;
	height: 850px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.advadvbt h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.advadvbt h2{
	color: #fefefe;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.advadvbt p{
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	font-family: "Montserrat";
	color: #ffffff;
	line-height: 25px;
	margin: 0 auto;
	width: 80%;
}
.advadv{
	width: 1500px;
	position: relative;
	z-index: 5;
}
.advadv .gd{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	border: 1px solid #d6d6d6;
	margin-top: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
	font-family: "Poppins";
}
.advalist{
	width: 130%;
	position: absolute;
	height: 130%;
	transform: rotate(5deg);
}
.advalist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	height: 31.83%;
	margin: 1% 0;
}
.advalist ul li{
	width: 24%;
	margin: 0.5%;
	height: 100%;
}
.advalist ul li img{
	width: 100%;
	height: 100%;
}
.advalist div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 175, 180, 0.8);
}
.advadv ul{
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	margin-top: 120px;
}
.advadv ul li{
	width: 23%;
}
.advadv ul li img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.advadv ul li h3{
	margin-top: 25px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.advadv ul li h4{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.sw{
	display: block;
	background-color: #2e2e2e;
	border-bottom: 1px solid #4d4d4d;
}
.swdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swdvleft img{
	display: block;
	height: 110px;
}
.swdvright form{
	display: flex;
	justify-content: space-between;
}
.swdvright form input{
	background-color: #4a4a4a;
	border: none;
	height: 45px;
	padding: 0 12px;
	line-height: 45px;
	color: #9f9f9f;
	margin-right: 10px;
	width: 250px;
}
.swdvright form input::placeholder{
	color: #9f9f9f;
}
.swdvright form button{
	width: 120px;
	height: 45px;
	background-color: #00afb4;
	color: #fff;
	font-size: 14px;
	border: none;
}
.foot{
	width: 100%;
	padding: 60px 0px;
	background-color: #2e2e2e;
}
.footdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 390px;
}
.footdvleft h1{
	color: #cccccc;
	font-size: 18px;
	margin-bottom: 20px;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #cccccc;
	font-size: 14px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 960px;
}
.footdvright dt a{
	color: #e5e5e5;
	font-size: 18px;
}
.footdvright dt{
	margin-bottom: 30px;
}
.footdvright dd a{
	color: #cccccc;
	font-size: 14px;
	transition: all .5s;
}
.footdvright dd a:hover{
	color: #00afb4;
}
.footdvright dd{
	margin-bottom: 15px;
}
.footdvright dl:nth-child(6){
	display: none;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li img{
	width: 90px;
	display: block;
}
.footdvleft ul li h2{
	text-align: center;
	color: #fff;
	line-height: 35px;
}

.shownav{
	width: 100%;
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 20px #e9e9e9;
}
.shownav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li{
	width: 240px;
	position: relative;
}
.shownav ul li a{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	transition: all .5s; 
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.shownav ul li a:hover{
	background-color: #00afb4;
	color: #fff;
}

.lxfs{
	width: 1500px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 85px;
	display: flex;
	justify-content: space-between;
}
.lxfsleft{
	width: 425px;
}
.lxfsleft h1{
	color: #4c4c4d;
	font-size: 28px;
	line-height: 70px;
	border-bottom: 1px solid #d7d7d9;
}
.lxfsleft span{
	display: block;
	width: 30px;
	height: 5px;
	background-color: #00afb4;
	margin-top: -3px;
	margin-bottom: 10px;
}
.lxfsleft p{
	color: #4c4c4d;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 35px;
}
.lxfsleft h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #4c4c4d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.lxfsleft h2 i{
	color: #00afb4;
	font-size: 28px;
	font-family: "Impact";
	font-weight: normal;
	margin-left: 10px;
}
.lxfsleft h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #4c4c4d;
	margin: 10px 0px;
	font-size: 16px;
}
.lxfsleft h3 iconpark-icon{
	font-size: 24px;
	color: #4c4c4d;
	margin-right: 10px;
}
.lxfsright{
	width: 950px;
}
.lxfsright ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxfsright ul li{
	width: 460px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.lxfsright ul li img{
	transition: all .5s;
}
.lxfsright ul li img{
	display: block;
	width: 100%;
}
.lxfsright ul li section{
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;
}
.lxfsright ul li section h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
.lxfsright ul li section p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
}
.lxfsright ul li:hover img{
	transform: scale(1.05);
}
.xuqiu{
	width: 100%;
	padding: 90px 0px;
	padding-bottom: 65px;
	background: url(../images/lyxx_02.jpg) center no-repeat;
	background-size: cover;
}
.xuqiubt{
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.xuqiubt h1{
	color: #333333;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
}
.xuqiubt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.xuqiu form{
	width: 1500px;
	margin: 0 auto;
}
.xuqiu form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuqiu form div input{
	width: 47%;
	line-height: 50px;
	padding: 0 1%;
	margin-bottom: 25px;
	border: 1px solid #e0e0e0;
	outline: none;
}
.xuqiu form textarea{
	border: 1px solid #e0e0e0;
	outline: none;
	width: 98%;
	padding: 0 1%;
	line-height: 50px;
	font-family: "微软雅黑";
	margin-bottom: 25px;
}
.xuqiu form section{
	display: flex;
	justify-content: space-between;
}
.xuqiu form button{
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	width: 200px;
	outline: none;
	border: none;
	background-color: #00afb4;
}
.rczp{
	padding: 80px 0px;
	padding-bottom: 110px;
}
.rczpbt{
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.rczpbt h1{
	color: #333333;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
}
.rczpbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.rczplist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 35px;
}
.rczplist dl dt{
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f2f2f2;
}
.rczplist dl dt h1{
	width: 250px;
	color: #00afb4;
	font-size: 17px;
	font-weight: bold;
}
.rczplist dl dt h2{
	width: 230px;
	color: #00afb4;
	font-size: 17px;
	font-weight: bold;
}
.rczplist dl dt h3{
	width: 305px;
	color: #00afb4;
	font-size: 17px;
	font-weight: bold;
}
.rczplist dl dt h4{
	width: 450px;
	color: #00afb4;
	font-size: 17px;
	font-weight: bold;
}
.rczplist dl dt h5{
	width: 160px;
	color: #00afb4;
	font-size: 17px;
	font-weight: bold;
}
.rczplist dl dd{
	margin-top: 10px;
}
.rczplist dl dd .rczpxx{
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f2f2f2;
}
.rczplist dl dd .rczpxx h1{
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}
.rczplist dl dd .rczpxx h2{
	width: 230px;
	color: #4c4c4c;
	font-size: 16px;
}
.rczplist dl dd .rczpxx h3{
	width: 305px;
	color: #4c4c4c;
	font-size: 16px;
}
.rczplist dl dd .rczpxx h4{
	width: 450px;
	color: #4c4c4c;
	font-size: 16px;
}
.rczplist dl dd .rczpxx h5{
	width: 160px;
	color: #4c4c4c;
	font-size: 16px;
}
.rctext{
	padding: 30px 55px;
	background-color: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	display: none;
}
.rctextleft{
	width: 50%;
}
.rctextleft h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.rctextleft div{
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}
.rctextright{
	width: 560px;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
}
.rctextright p{
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}
.rctextright a{
	display: block;
	width: 220px;
	height: 45px;
	background-color: #00afb4;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.rczplist dl dd:hover .rctext{
	display: flex;
}
.about{
	width: 1500px;
	margin: 0 auto;
	margin-top: 90px;
}
.aboutdv{
	display: flex;
	justify-content: space-between;
	width: 1500px;
	margin: 0 auto;
}
.aboutdvleft{
	width: 48%;
}
.aboutdvleft i{
	width: 45px;
	height: 20px;
	display: block;
	border-bottom: 2px solid #00afb4;
	margin-bottom: 25px;
}
.aboutdvleft h1{
	color: #333333;
	font-size: 34px;
	margin-bottom: 55px;
}
.aboutdvleft h2{
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}
.aboutdvleft p{
	line-height: 35px;
	font-size: 16px;
	color: #4c4c4c;
}
.aboutdvright{
	width: 48%;
}
.aboutdvright img{
	display: block;
	width: 100%;
}
.pptx{
	width: 100%;
	background: url(../images/ysgsbj_02.jpg) center top no-repeat;
	padding-top: 220px;
	padding-bottom: 125px;
}
.pptxdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pptxleft{
	width: 45%;
}
.pptxleft img{
	display: block;
	width: 100%;
}
.pptxright{
	width: 45%;
}
.pptxright div h1{
	color: #00afb4;
	font-size: 24px;
	margin-bottom: 15px;
}
.pptxright div p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}
.pptxright div h1:nth-child(3){
	margin-top: 35px;
}
.jishu{
	padding: 70px 0px;
	background: url(../images/jish_02.jpg) center  no-repeat;
	margin-bottom: 70px;
	background-attachment: fixed;
}
.jishudv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.jishudv i{
	display: block;
	height: 20px;
	width: 45px;
	border-top: 2px solid #fff;
}
.jishudv h1{
	color: #ffffff;
	font-size: 34px;
}
.jishudvright{
	width: 80%;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
}
.jishu span{
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #18b7bc;
	position: absolute;
	bottom: -85px;
	left: 0;
}
.renwu{
	width: 1500px;
	margin: 80px auto;
}
.renwu ul li{
	box-shadow: 0px 0px 20px #ededed;
	margin-bottom: 40px;
	padding: 40px 65px;
}
.renwu ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	color: #333333;
	font-size: 26px;
	margin-bottom: 10px;
}
.renwu ul li h1 span{
	background-color: #00afb4;
	padding:  0px 5px;
	color: #fffefe;
	font-size: 14px;
	margin-left: 10px;
}
.renwu ul li h2{
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}
.renwu ul li p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}
.renwu ul li div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.renwu ul li div i{
	display: block;
	width: 50px;
	height: 5px;
	border-radius: 5px;
	background-color: #00afb4;
	margin-right: 5px;
}
.renwu ul li div h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.renwu ul li div h2 span{
	display: block;
	width: 5px;
	background-color: #00afb4;
	height: 5px;
	border-radius: 5px;
}
.pzqw{
	padding: 90px 0px;
	background: url(../images/ageh_02.jpg) center no-repeat;
}
.pzqwdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pzqwdvleft i{
	display: block;
	width: 45px;
	height: 20px;
	border-top: 2px solid #00afb4;
}
.pzqwdvleft h2{
	color: #333333;
	font-size: 34px;
}
.pzqwdvzy{
	display: flex;
	justify-content: flex-start;
}
.pzqwdvzy a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background-color: #e8ebee;
	border-radius: 50px;
	margin-right: 20px;
}
.pzqwdvzy a iconpark-icon{
	font-size: 26px;
}
.pzqwdvzy a:hover{
	color: #fff;
	background-color: #00afb4;
}
.pzqwdvlist{
	width: 1500px;
	margin: 0% auto;
	margin-top: 45px;
}
.pzqwdvlist .swiper-slide div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pzqwdvlist .swiper-slide div img{
	width: 100%;
	margin: 0 auto;
}
.pzqwdvlist .swiper-slide div img{
	width: 100%;
}
.pzqwdvlist .swiper-slide-active div img{
	width: 100%;
}
.pzqwdvlist .swiper-slide h1{
	display: block;
	color: #333333;
	font-size: 20px;
	margin-top: 90px;
	text-align: center;
	display: none;
}
.pzqwdvlist .swiper-wrapper  .swiper-slide{
	align-items: flex-end;
}
.pzqwdvlist .swiper-slide h1{
	display: none;
	opacity: 0;
}
.pzqwdvlist .swiper-slide-active h1{
	opacity: 1;
}
.fzi{
	padding: 95px 0;
	background: url(../images/fz_02.jpg) center no-repeat;
	background-size: cover;
}
.cpfwbt{
	width: 1500px;
	margin: 0 auto;
}
.cpfwbt{
	align-items: center;
}
.cpfwlist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
}
.cpfwlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpfwlist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cpfwlist ul li{
	width: 15.5%;
	margin-bottom: 1.5%;
	overflow: hidden;
}
.cpfwlist ul li:hover img{
	transform: scale(1.05);
}
.jishutj{
	width: 1500px;
	margin: 0 auto;
}
.newsall{
	width: 100%;
	padding: 70px 0px;
	background-color: #f7f7f7;
}
.jishutj ul{
	display: flex;
	justify-content: space-between;
}
.jishutj ul li{
	width: 32%;
}
.jishutj ul li div{
	width: 100%;
	overflow: hidden;
}
.jishutj ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.jishutj ul li section{
	padding: 35px 45px;
	background-color: #fff;
}
.jishutj ul li section h1{
	color: #404040;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.jishutj ul li section h2{
	color: #808080;
	font-size: 14px;
	display: block;
	margin: 10px 0px;
}
.jishutj ul li section p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	height: 60px;
	overflow: hidden;
}
.jishutj ul li:hover div img{
	transform: scale(1.05);
}
.newslist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 30px;
}
.newslist ul li{
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	padding-right: 40px;
}
.newslist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslist ul li a .newslistleft{
	width: 300px;
	overflow: hidden;
}
.newslist ul li a .newslistleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newslist ul li:hover a .newslistleft img{
	transform: scale(1.05);
}
.newslist ul li a .newslistright{
	width: 1060px;
}
.newslist ul li a .newslistright h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 5px;
}
.newslist ul li a .newslistright span{
	color: #808080;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.newslist ul li a .newslistright p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.wjsq{
	width: 100%;
	padding: 75px 0px;
	background-color: #f7f7f7;
}
.wjsqdv{
	width: 1500px;
	margin: 0 auto;
}
.wjsqbt{
	margin-bottom: 30px;
}
.wjsqbt h1{
	text-align: center;
	color: #333333;
	font-size: 34px;
	margin-bottom: 10px;
}
.wjsqbt p{
	color: #808080;
	font-size: 14px;
	text-align: center;
}
.wjsqform form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wjsqform form div section{
	width: 48%;
}
.wjsqform form section{
	margin-top: 15px;
}
.wjsqform form section h1{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 45px;
}
.wjsqform form div section input{
	width: 96%;
	padding: 0 2%;
	line-height: 50px;
	border: none;
	background-color: #fff;
	outline: none;
	font-size: 14px;
}
.wjsqform form section input{
	width: 98%;
	padding: 0 1%;
	line-height: 50px;
	border: none;
	background-color: #fff;
	outline: none;
	font-size: 14px;
}
.wjsqform form section textarea{
	width: 98%;
	padding: 0 1%;
	line-height: 50px;
	border: none;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑";
}
.wjsqform form button{
	width: 200px;
	height: 50px;
	background-color: #00afb4;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border: none;
	margin-top: 30px;
}
.yylist{
	padding: 95px 0px;
	background-color: #f7f7f7;
}
.yylistdv{
	width: 1500px;
	margin: 0 auto;
}
.yylistdv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylistdv ul li{
	width: calc(24% - 80px);
	padding: 40px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	transition: all .5s;
}
.yylistdv ul li div{
	position: relative;
	width: 160px;
	margin:0 auto;
}
.yylistdv ul li img{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.yylistdv ul li img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.yylistdv ul li:hover img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
}
.yylistdv ul li h1{
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin-bottom: 10px;
	transition: all .5s;
}
.yylistdv ul li p{
	color: #666666;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	transition: all .5s;
}
.yylistdv ul li:hover{
	background-color: #00afb4;
}
.yylistdv ul li:hover h1{
	color: #fff;
}
.yylistdv ul li:hover p{
	color: #fff;
}
.ziliaoxiazai{
	width: 1500px;
	margin: 0 auto;
}
.ziliaoxiazai h1{
	text-align: center;
	font-size: 34px;
	color: #333333;
	margin-bottom: 35px;
}
.zlxzbt form{
	display: flex;
	justify-content: space-between;
	border: 1px solid #00afb4;
	border-radius: 10px;
	align-items: center;
	padding-left: 40px;
}
.zlxzbt form button{
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border: none;
	background-color: #00afb4;
}
.zlxzbt form input{
	height: 60px;
	width: 82%;
	border: none;
	margin-left: 15px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-size: 14px;
}
.zlmc{
	padding: 0 50px;
	background-color: #fff;
	width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
}
.zlmc dl dt{
	display: flex;
	justify-content: space-between;
	line-height: 70px;
}
.zlmc dl dt h1{
	width: 930px;
	color: #4c4c4c;
	font-size: 16px;
}
.zlmc dl dt h2{
	width: 90px;
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
}
.zlmc dl dt h3{
	width: 110px;
	color: #4c4c4c;
	text-align: center;
	font-size: 16px;
}
.zlmc dl dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 59px;
	border-top: 1px solid #e6e6e6;
}
.zlmc dl dd  h1{
	width: 930px;
	color: #4c4c4c;
	font-size: 16px;
}
.zlmc dl dd  h2{
	width: 90px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
}
.zlmc dl dd a{
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	background-color: #f7f7f7;
	color: #00afb4;
	font-size: 14px;
	transition: all .5s;
}
.zlmc dl dd:hover a{
	background-color: #00afb4;
	color: #fff;
}
.zlmc dl dd:hover h1{
	color: #00afb4;
}
.cpyfw{
	width: 1500px;
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
}
.cpyfwleft {
	width: 350px;
}
.cpyfwleft .fw h1{
	width: 100%;
	height: 60px;
	background-color: #00afb4;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}
.cpyfwleft .fw dl{
	border: 1px solid #f0f0f0;
}
.cpyfwleft .fw dl dd h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 10px;
	color: #4c4c4c;
	font-size: 14px;
}
.cpyfwleft .fw dl dd h2 a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: 55px;
}
.cpyfwleft .fw dl dd h2 span{
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #808080;
	margin-top: 0;
}
.cpyfwleft .fw dl dd.active h2 a{
	color: #00afb4;
}
.cpyfwleft .fw dl dd.active h2 span{
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #00afb4;
	border-top: none;
	margin-top: 0;
}
.cpyfwleft .fw dl dd ul {
	display: none;
}
.cpyfwleft .fw dl dd.active ul{
	position: relative;
	height: 0%;
	overflow: auto;
	display: block;
}

.cpyfwleft .fw dl dd ul li a{
	display: block;
	text-indent: 20px;
	border-left: 3px solid #fff;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
	color: #595959;
	font-size: 13px;
}
.cpyfwleft .fw dl dd ul li:hover a{
	display: block;
	background-color: #edf9f9;
	border-left: 3px solid #00afb4;
}
.cpyfwleft .fw dl dd ul li.active a{
	display: block;
	background-color: #edf9f9;
	border-left: 3px solid #00afb4;
}
.rmtj h1{
	width: 100%;
	height: 60px;
	background-color: #00afb4;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	margin-top: 45px;
}
.rmtj ul{
	display: block;
}
.rmtj ul li{
	padding: 15px 0px;
	border-bottom: 1px solid #edeff0;
}
.rmtj ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rmtj ul li a div{
	width: 100px;
}
.rmtj ul li a div img{
	display: block;
	width: 100%;
}
.rmtj ul li a h3{
	color: #4c4c4c;
	font-size: 14px;
	width: 160px;
	line-height: 25px;
}
.rmtj ul li:last-child{
	border-bottom: none;
}
.cpyfwright{
	width: 1070px;
	margin: 0 auto;
}
.cpyfwrightbt{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.cpyfwrightbt h1{
	color: #333333;
	font-size: 22px;
}
.cpyfwrightbt form{
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 15px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpyfwrightbt form input{
	height: 35px;
	border: none;
	outline: none;
}
.cpyfwrightbt form button{
	display: block;
	border: none;
	background: transparent;
	outline: none;
}
.cpyfwlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}
.cpyfwlist ul li{
	width: 31.3333%;
	margin: 1% 0;
	margin-right: 2%;
}
.cpyfwlist ul li div{
	overflow: hidden;
}
.cpyfwlist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cpyfwlist ul li section {
	border: 1px solid #e6e6e6;
	height: 70px;
	border-top: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.cpyfwlist ul li section h1{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 25px;
	transition: all .5s;
}
.cpyfwlist ul li:hover div img{
	transform: scale(1.05);
}
.cpyfwlist ul li:hover section{
	background-color: #00afb4;
	border-color: #00afb4;
	height: 80px;
	margin-top: -10px;
}
.cpyfwlist ul li:hover section h1{
	color: #fff;
}
.tianliaodv{
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tianliaodvleft{
	width: 450px;
	overflow: hidden;
}
.tianliaodvleft img{
	display: block;
	width: 100%;
}
.tianliaodvright{
	width: 620px;
}
.tianliaodvright h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}
.tianliaodvright p{
	line-height: 25px;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 30px;
}
.tianliaodvright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #00afb4;
	font-size: 24px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 10px;
}
.tianliaodvright h2 img{
	margin-right: 10px;
	width: 24px;
}
.tianliaodvright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}
.tianliaodvright section a{
	display: block;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #00afb4;
	font-size: 16px;
	margin-right: 20px;
}
.tianliaodvright section a:last-child{
	background-color: #f5f6f7;
	color: #4c4c4c;
}
.cljie{
	margin-top: 45px;
}
.cljiebt{
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #f0f1f2;
}
.cljiebt ul{
	display: flex;
	justify-content: flex-start
}
.cljiebt ul li{
	color: #4c4c4c;
	margin-right: 60px;
	font-size: 16px;
}
.cljiebt ul li a:hover{
	display: block;
	height: 62px;
	color: #00afb4;
	border-bottom: 3px solid #00afb4;
	cursor: pointer;
}
.cpsm{
	margin-top: 40px;
}
.cpsmbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 45px;
}
.cpsmbt i{
	display: block;
	height: 30px;
	width: 4px;
	background-color: #00afb4;
	margin-right: 10px;
}
.cpsmbt span{
	color: #333333;
	font-size: 24px;
}
.cpsmdv{
	margin: 25px 0px;
}
.fanye{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	height: 70px;
	align-items: center;
}
.fanye a{
	color: #4c4c4c;
	font-size: 14px;
}
.fanye a:hover{
	color: #00afb4;
}
.xiangguancp{
	margin-top: 55px;
}
.xiangguancp h1{
	background-color: #f5f6f7;
	height: 50px;
}
.xiangguancp h1 span{
	display: block;
	width: 180px;
	height: 50px;
	background-color: #00afb4;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.nrbanner .btext p{
	font-size: 40px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.nrbanner .btext p a{
	font-size: 40px;
	color: #ffffff;
	font-size: 16px;
	text-align: 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: 1500px;
	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: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfoot{
		height: 45px;
		display: none;
}
.mfootdv{
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-color: #1f67bf;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1500px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -750px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	margin-top: 30px;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 48px;
	margin-bottom: 35px;
}
.bannersasg  .swiper-slide section h4{
	font-size: 30px;
	color: #ffffff;
}

.bannersasg  .swiper-slide section a{
	width: 190px;
    height: 55px;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #fff;
    margin-top: 80px;
    transition: all .5s;
}
.bannersasg  .swiper-slide section a span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    color: #00afb4;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #00afb4;
	border-color: #00afb4;
}
.shownav ul li.active a{
	    background-color: #00afb4;
	    color: #fff;
	}
.mnavall{
	display: none;
}	
.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -115px;
    width: 100%;
    top: 78px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -65px;
}
.headdvright ul li:nth-child(3) div dl{
	width: 230px;
}
.headdvright ul li:nth-child(4) div{
	left: -60px;
}
.headdvright ul li:nth-child(4) div dl{
	width: 240px;
}
.headdvright ul li:nth-child(5) div{
	left: -65px;
}
.headdvright ul li:nth-child(5) div dl{
	width: 230px;
}
.headdvright ul li:nth-child(6) div{
	left: -65px;
}
.headdvright ul li:nth-child(6) div dl{
	width: 230px;
}
.headdvright ul li:nth-child(7) div{
	left: -52px;
}
.headdvright ul li:nth-child(7) div dl{
	width: 230px;
}
.headdvright ul li:nth-child(8) div{
	left: -30px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 320px;
}
.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;
    z-index: 2;
}
.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: #00afb4;
}
.headdvright ul li div dl dd a:hover{
	background-color: #00afb4;
	color: #fff !important;
}	
.lxfsright ul li section{
		background-image: linear-gradient(transparent, #00acb0);
		left: 0;
		padding: 5%;
		width: 90%;
		bottom: 0;
	}
@media only screen and (min-width: 1201px) and (max-width: 1499px){
	.headdv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.chromsep {
	    width: 90%;
	    padding: 2.5%;
	    margin: 0 auto;
	    position: relative;
	    margin-top: -160px;
	    z-index: 99;
	    background-color: #fff;
	    margin-bottom: 70px;
	    box-shadow: 0px 0px 20px #f0efef;
	}
	.cpfwdv{
		width: 95%;
	}
	.shimingbt{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	#gallery1258 .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin: 0;
	}
	.jjfa{
		top: 8%;
		right: 2.5%;
		padding: 2%;
	}
	.shimingdv #thumbs1258{
		width: 100%;
	}
	#gallery1258 .swiper-slide div p{
		margin-bottom: 20px;
	}
	.gywmdv{
		width: 95%;
	}
	.gywm{
		padding: 80px 0;
	}
	.gywmdvright h2{
		font-size: 22px;
	}
	.gywmdvright h1{
		margin: 20px 0px;
	}
	.gywmdvright a{
		margin-top: 35px;
	}
	.gywmdvright p{
		font-size: 14px;
	}
	.innewsdv{
		width: 95%;
	}
	.innewlistcenter{
		width: 26.3%;
		padding: 3%;
	}
	.innewlistright ul li a section p{
		font-size: 16px;
	}
	.swdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 63%;
	}
	.wdldv{
		width: 95%;
	}
	.cpfwbt{
		width: 95%;
	}
	.jishutj{
		width: 95%;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li a .newslistright{
		width: 68%;
	}
	.cpyfw{
		width: 95%;
	}
	.cpyfwright{
		width: 70%;
	}
	.tianliaodvright {
		width: 40%;
	}
	.cpyfwlist ul li section h1{
		padding: 0 3%;
	}
	.about{
		width: 95%;
	}
	.aboutdv{
		width: 100%;
	}
	.aboutdvleft h2{
		font-size: 22px;
	}
	.aboutdvleft h1{
		margin-bottom: 30px;
	}
	.pptxdv{
		width: 95%;
	}
	.pptxright{
		width: 50%;
	}
	.pptxleft{
		width: 47%;
	}
	.pptxright div h1:nth-child(3){
		margin-top: 25px;
	}
	.pptxright div p {
	    color: #4c4c4c;
	    font-size: 14px;
	    line-height: 30px;
	}
	.jishudv{
		width: 95%;
	}
	.pptx{
		padding-bottom: 100px;
	}
	.renwu{
		width: 95%;
	}
	.renwu ul li{
		padding: 3%;
	}
	.pzqwdv{
		width: 95%;
	}
	.pzqwdvlist{
		width: 95%;
	}
	.cpfwlist{
		width: 95%;
	}
	.lxfs{
		width: 95%;
	}
	.lxfsright{
		width: 60%;
	}
	.lxfsright ul li{
		width: 48%;
	}
	.lxfsright {
	    width: 62%;
	    display: flex;
	}
	.xuqiubt{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.rczpbt{
		width: 95%;
	}
	.rczplist{
		width: 95%;
	}
	.rczplist dl dd .rczpxx{
		height: 60px;
		line-height: 25px;
		align-items: center;
	}
	.rczplist dl dd .rczpxx h3{
		width: 150px;
	}
	.rczplist dl dd .rczpxx h2{
		width: 150px;
	}
	.rczplist dl dt h2{
		width: 150px;
	}
	.rczplist dl dt h3{
		width: 150px;
	}
	.rctextright{
		width: 45%;
	}
	.lxfsleft h2 i{
		font-size: 36px;
	}
	.wjsqdv{
		width: 95%;
	}
	.yylistdv{
		width: 95%;
	}
	.ziliaoxiazai{
		width: 95%;
	}
	.zlmc{
		width: 90%;
		padding: 2.5%;
	}
	.zlmc dl dt h1{
		width: 70%;
	}
	.zlmc dl dd h1{
		width: 70%;
	}
	.bannersasg .swiper-slide div{
		width: 80%;
		left: 10%;
		margin-left: 0;
	}
	.shimingdv #gallery1258 .swiper-slide{
		overflow: hidden;
	}
	.shimingdv #gallery1258 .swiper-slide img{
		width: 120%;
		margin-left: -11.5%;
	}
	.shimingdv #gallery1258 .swiper-slide div img{
		margin-left: 0;
	}
	.jjfa{
		width: 450px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		font-size: 13px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		height: 140px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active h1{
		height: 180px;
	}
	.fwsleftgeh{
		height: auto;
	}
	.footdvright dl:nth-child(3){
		display: none;
	}
	.cpyfwright{
		width: 65%;
	}
	.lxfsright ul li section p{
		line-height: 25px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.headdvright ul li{
		margin: 0 5px;
		padding: 0 5px;
	}
	.headdv{
		width: 95%;
	}
	.ss{
		margin-left: 5px;
	}
	.chromsep {
	    width: 90%;
	    padding: 2.5%;
	    margin: 0 auto;
	    position: relative;
	    margin-top: -160px;
	    z-index: 99;
	    background-color: #fff;
	    margin-bottom: 70px;
	    box-shadow: 0px 0px 20px #f0efef;
	}
	.chromsep {
		padding: 50px 0px;
		background-size: contain;
	}
	.cpfwdv{
		width: 95%;
	}
	.cpfw{
		padding: 60px 0px;
	}
	.cplist ul li{
		width: calc(24% - 40px);
	}
	.shimingbt{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	#gallery1258 .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.jjfa{
		padding: 15px;
		top: 7%;
		right: 2.5%;
		width: 450px;
	}
	.jjfa h1{
		font-size: 22px;
	}
	#gallery1258 .swiper-slide div p{
		width: 350px;
	}
	.shimingdv #thumbs1258{
		width: 100%;
	}
	#gallery1258 .swiper-slide div p{
		margin-bottom: 10px;
	}
	.jjfa section i{
		font-size: 24px;
	}
	.jjfa section{
		margin-top: 15px;
	}
	#gallery1258 .swiper-slide div{
		top: 35%;
	}
	#gallery1258 .swiper-slide div h1{
		font-size: 24px;
	}
	.gywm{
		padding: 50px 0px;
	}
	.gywmdv{
		width: 95%;
	}
	.gywmdvright h2{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.gywmdvright p{
		font-size: 14px;
	}
	.gywmdvright a{
		margin-top: 20px;
	}
	.innewsdv{
		width: 95%;
	}
	.innewlistcenter{
		width: 27.3%;
		padding: 2.5%;
	}
	.innewlistright ul li a section{
		width: 50%;
		padding: 0 2.5%;
	}
	.innewlistright ul li a .inwleft{
		width: 40%;
	}
	.innewlistright ul li a section p{
		font-size: 16px;
	}
	.swdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.cpfwbt{
		width: 95%;
	}
	.footdvright{
		width: 65%;
	}
	.footdvleft{
		width:32%;
	}
	.wdldv{
		width: 95%;
	}
	.fwsleftgeh{
		z-index: 9999;
	}
	.innewlistleft section{
		padding: 30px 5%;
	}
	.jishutj{
		width: 95%;
	}
	.jishutj ul li section{
		padding: 30px 5%;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li a .newslistright{
		width: 62%;
	}
	.cpyfw{
		width: 95%;
	}
	.cpyfwright{
		width: 70%;
		margin: 0;
	}
	.cpyfwleft {
	    width: 28%;
	}
	.cpyfwlist ul li section{
		padding: 0 5%;
	}
	.rmtj ul li a h3{
		width: 58%;
	}
	.tianliaodvleft{
		width: 50%;
	}
	.tianliaodvright{
		width: 48%;
	}
	.tianliaodvright p{
		margin-bottom: 15px;
	}
	.tianliaodvright h2{
		font-size: 32px;
	}
	.tianliaodvright section a{
		margin-right: 10px;
	}
	.tianliaodvright h1{
		font-size: 22px;
	}
	.fanye a{
		width: 48%;
	}
	.about{
		width: 95%;
	}
	.aboutdv{
		width: 100%;
	}
	.aboutdvleft h1{
		margin-bottom: 25px;
	}
	.pptx{
		padding-top: 160px;
		padding-bottom: 100px;
	}
	.pptxdv{
		width: 95%;
	}
	.pptxleft{
		width: 46%;
	}
	.pptxright{
		width: 49%;
	}
	.jishudv{
		width: 95%;
	}
	.jishu{
		padding: 45px 0px;
	}
	.renwu{
		width: 95%;
	}
	.renwu ul li{
		padding: 5%;
	}
	.pzqwdv{
		width: 95%;
	}
	.pzqwdvlist{
		width: 95%;
	}
	.cpfwlist{
		width: 95%;
	}
	.lxfs{
		width: 95%;
	}
	.lxfsright{
		width: 56%;
	}
	.lxfsleft{
		width: 40%;
	}
	.lxfsright{
		display: flex;
		align-items: center;
	}
	.lxfsright ul li{
		width: 48%;
	}
	.lxfsleft h2 i{
		font-size: 32px;
	}
	.xuqiubt{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.rczpbt{
		width: 95%;
	}
	.rczplist{
		width: 95%;
	}
	.rczplist dl dd .rczpxx{
		height: 60px;
		line-height: 25px;
		align-items: center;
	}
	.rczplist dl dd .rczpxx h3{
		width: 150px;
	}
	.rczplist dl dd .rczpxx h2{
		width: 150px;
	}
	.rczplist dl dt h2{
		width: 150px;
	}
	.rczplist dl dt h3{
		width: 150px;
	}
	.rczplist dl dd .rczpxx h4,.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h2,.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h5{
		font-size: 14px;
	}
	.rctextright{
		width: 44%;
	}
	.wjsqdv{
		width: 95%;
	}
	.yylistdv{
		width: 95%;
	}
	.yylistdv ul li img{
		width: 90px;
	}
	.ziliaoxiazai{
		width: 95%;
	}
	.zlmc{
		width: 90%;
		padding: 0 2.5%;
	}
	.zlmc dl dd h1{
		width: 65%;
	}
	.zlmc dl dt h1{
		width: 65%;
	}
	.bannersasg .swiper-slide div{
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 32px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 22px;
	}
	.bannersasg .swiper-slide section a{
		margin-top: 40px;
	}
	.fwsleftgeh{
		height: 80px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		height: 80px;
		font-size: 14px;
		font-weight: normal;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active h1{
		height: 100px;
    	margin-top: -20px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1 img{
		width: 35px;
	}
	.shimingdv #gallery1258 .swiper-slide div img{
		display: none;
	}
	.headdvleft img{
		height: 80px;
		margin-top: 10px;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.chromsep div ul li p{
		font-size: 14px;
	}
	.chromsep div ul li h1 span{
		font-size: 42px;
	}
	.yylistdv ul li{
		padding: 2%;
		width: 20%;
	}
	.yylistdv ul li:hover img:last-child{
		width: 90px;
		left: auto;
	}
	.yylistdv ul li h1{
		font-size: 18px;
	}
	.yylistdv ul li img:last-child{
		left: auto;
	}
	.yylistdv ul li div{
		display: flex;
		justify-content: center;
	}
	.yylistdv ul li img{
		margin-bottom: 20px;
	}
	.aboutdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.pptxdv{
		display: block;
	}
	.pptxleft{
		width: 60%;
		margin: 0 auto;
	}
	.pptxright{
		width: 100%;
		margin-top: 15px;
	}
	.pptx{
		background-size: cover;
	}
	.pptxright div p{
		font-size: 14px;
		line-height: 30px;
	}
	.jishu span{
		bottom: -60px;
	}
	.jishudvright{
		line-height: 30px;
		font-size: 14px;
	}
	.jishudvright{
		width: 70%;
	}
	.footdvright dl:nth-child(3){
		display: none;
	}
	.footdvright dl:nth-child(4){
		display: none;
	}
	.renwu ul li p{
		font-size: 14px;
	}
	.lxfsright ul li section p{
		line-height: 20px;
		font-size: 14px;
	}
	.lxfsleft h1{
		font-size: 24px;
	}
	.shimingdv #gallery1258 .swiper-slide{
		overflow: hidden;
	}
	.shimingdv #gallery1258 .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		text-align: center;
		font-size: 12px;
	}
	.advadvbt p{
		width: 90%;
		font-size: 14px;
	}
	.advadv ul{
		width: 90%;
	}

}
@media screen and (max-width: 999px){
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.heads{
		display: none;
	}
	.chromsep{
		padding: 10px 0px;
		background-size: contain;
	}
	.chromsep {
	    width: 90%;
	    padding: 2.5%;
	   margin-bottom: 40px;
	}
	.chromsep div ul{
		flex-wrap: wrap;
	}
	.chromsep div ul li{
		width: 49.5%;
		margin: 15px 0;
	}
	.chromsep div ul li:nth-child(2){
		border: none;
	}
	.chromsep div ul li h1 span{
		font-size: 24px;
	}
	.chromsep div ul li h1 sub{
		font-size: 14px;
	}
	.chromsep div ul li p{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
	}
	.cpfw{
		padding: 20px 0px;
	}
	.cpfwdv{
		width: 95%;
	}
	.cpfwbt{
		width: 95%;
		display: block;
	}
	.cpfwbtleft i{
		height: 15px;
		margin: 0 auto;
	}
	.cpfwbtleft h1{
		font-size: 22px;
		text-align: center;
	}
	.cpfwbt a{
		width: 150px;
		height: 40px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.cpfwbt a iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.cplist ul{
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.cplist ul li{
		width: 43%;
		margin: 1.5% 0;
		padding: 3%;
	}
	.cplist ul li section{
		padding: 15px 0;
		padding-bottom: 0;
	}
	.cplist ul li section h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cplist ul li section p{
		line-height: 25px;
		height: 50px;
		margin-bottom: 15px;
	}
	.jjfa{
		position: initial;
		padding: 5%;
		width: 90%;
	}
	.shimingbt{
		position: inherit;
	}
	.shiming .cpfwbtleft i{
		border-top: 2px solid #00afb4;
	}
	.shiming{
		padding-top: 30px;
	}
	.shiming .cpfwbtleft i{
		height: 15px;
	}
	.shimingbt .susongtopleft h1{
		color: #333;
	}
	.shimingdv{
		margin-top: 20px;
	}
	#gallery1258 .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
		top: 15%;
	}
	#gallery1258 .swiper-slide div h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#gallery1258 .swiper-slide div p{
		line-height: 25px;
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#gallery1258 .swiper-slide div a{
		display: block;
	}
	.fwsleftgeh{
		position: inherit;
	}
	.shimingdv #thumbs1258{
		width: 100%;
	}
	.fwsleftgeh{
		height: 70px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		height: 70px;
		font-size: 14px;
	}
	.shimingdv #thumbs1258 .swiper-slide h1 iconpark-icon{
		font-size: 24px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active h1{
		height: 90px;
		margin-top: -20px;
	}
	.jjfa h1{
		font-size: 18px ;
		font-weight: bold;
	}
	.jjfa h1 img{
		width: 25px;
	}
	.jjfa p{
		font-size: 14px;
		line-height: 25px;
	}
	.jjfa section{
		margin-top: 15px;
	}
	.jjfa form button{
		height: 40px;
		line-height: 40px;
	}
	.jjfa section i{
		font-size: 22px;
	}
	.gywm{
		padding: 35px 0px;
	}
	.gywmdv{
		display: block;
		width: 95%;
	}
	.gywmdvleft{
		width: 100%;
	}
	.gywmdvright{
		width: 100%;
		margin-top: 10px;
	}
	.gywmdvright h1{
		margin: 10px 0;
		font-size: 22px;
	}
	.gywmdvright h2{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.gywmdvright p{
		font-size: 14px;
		line-height: 25px;
	}
	.gywmdvright a{
		margin-top: 15px;
		height: 40px;
		width: 150px;
	}
	.gywmdvright a iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.innews{
		padding: 30px 0;
	}
	.innewsdv{
		width: 95%;
	}
	.innewlist{
		display: block;
	}
	.innewlistleft{
		width: 100%;
	}
	.innewlistleft section{
		padding: 5%;
	}
	.innewlistleft section h2{
		font-size: 18px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.innewlistcenter{
		padding: 5%;
		width: 90%;
		margin: 10px 0px;
	}
	.innewlistcenter h2{
		font-size: 18px;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a section{
		padding: 0 20px;
	}
	.innewlistright ul li a section p{
		font-size: 14px;
	}
	.advadvbt h2{
		font-size: 22px;
	}
	.advadvbt p{
		width: 95%;
		line-height: 30px;
		font-size: 14px;
	}
	.advadv ul{
		width: 95%;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.advadv ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	.advadv ul li img{
		width: 50px;
	}
	.advadv ul li h4{
		text-align: center;
	}
	.adva{
		padding: 50px 0;
		height: auto;
	}
	.sw{
		display: none;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.shimingdv{
		width: 100%;
		overflow: hidden;
	}
	.shimingbt{
		width: 100%;
	}
	.innewlist{
		margin-top: 20px;
	}
	.shimingbt {
	    position: initial;
		margin-left: 0;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.jishutj{
		display: none;
	}
	.newsall{
		padding: 30px 0px;
	}
	.newslist{
		width: 95%;
		margin-top: 0;
	}
	.newslist ul li{
		margin-bottom: 10px;
		padding: 2.5%;
	}
	.newslist ul li a{
		display: block;
	}
	.newslist ul li a .newslistleft{
		width: 100%;
	}
	.newslist ul li a .newslistright{
		width: 100%;
		padding-top: 5%;
	}
	.newslist ul li a .newslistright h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.newslist ul li a .newslistright p{
		height: 50px;
		line-height: 25px;
		font-size: 14px;
	}
	.newslist ul li a .newslistright span{
		font-size: 12px;
	}
	.shownav ul li a{
		font-size: 15px;
	}
	.about{
		width: 95%;
		margin-top: 20px;
	}
	.aboutdv{
		width: 100%;
		display: block;
	}
	.aboutdvleft i{
		margin: 0 auto;
	}
	.aboutdvleft{
		width: 100%;
	}
	.aboutdvleft h1{
		text-align: center;
		font-size: 22px;
		margin-top: 15px;
	}
	.aboutdvleft h1{
		margin-bottom: 10px;
	}
	.aboutdvleft h2{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.aboutdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.aboutdvright{
		width: 100%;
		margin-top: 15px;
	}
	.pptx{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pptxdv{
		width: 95%;
		display: flex;
		flex-direction: column-reverse;
	}
	.pptxleft{
		width: 100%;
	}
	.pptxright{
		width: 100%;
	}
	.pptxright div h1{
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}
	.pptxright div p{
		font-size: 14px;
		line-height: 30px;
	}
	.pptxright div h1:nth-child(3){
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pptxleft{
		margin-top: 15px;
	}
	.jishu{
		padding: 20px 0px;
		background-size: cover;
		margin-bottom: 35px;
	}
	.jishudv{
		width: 95%;
		display: block;
	}
	.jishudv i{
		margin: 0 auto;
		height: 10px;
	}
	.jishudv h1{
		font-size: 22px;
		text-align: center;
	}
	.jishudvright{
		width: 100%;
		line-height: 30px;
		font-size: 14px;
		margin-top: 15px;
	}
	.jishu span{
		bottom: -35px;
	}
	.renwu{
		width: 95%;
		margin: 30px auto;
	}
	.renwu ul li{
		padding: 5%;
	}
	.renwu ul li h1{
		font-size: 22px;
	}
	.renwu ul li h2{
		margin-bottom: 10px;
	}
	.renwu ul li p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 27px;
	}
	.renwu ul li{
		margin-bottom: 20px;
	}
	.pzqw{
		padding: 30px 0px;
	}
	.pzqwdv{
		width: 95%;
		justify-content: center;
	}
	.pzqwdvzy{
		display: none;
	}
	.pzqwdvleft i{
		margin: 0 auto;
	}
	.pzqwdvleft h2{
		font-size: 22px;
	}
	.pzqwdvlist{
		width: 95%;
		margin-top: 15px;
	}
	.fzi{
		padding: 30px 0px;
	}
	.cpfwlist{
		width: 95%;
		margin-top: 20px;
	}
	.cpfwlist ul li{
		width: 32.5%;
		margin-bottom: 1.5%;
		overflow: hidden;
	}
	.lxfs{
		width: 95%;
		margin-top: 30px;
		margin-bottom: 30px;
		display: block;
	}
	.lxfsleft h1{
		font-size: 22px;
	}
	.lxfsleft{
		width: 100%;
	}
	.lxfsleft p{
		line-height: 25px;
		margin-bottom: 15px;
	}
	.lxfsleft h2 i{
		font-size: 22px;
	}
	.lxfsleft h2{
		margin-bottom: 10px;
	}
	.lxfsleft h3{
		font-size: 14px;
	}
	.lxfsright{
		width: 100%;
	}
	.lxfsright ul{
		display: block;
	}
	.lxfsright ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxfsright ul li section h1{
		font-size: 18px;
	}
	.xuqiu{
		padding: 30px 0px;
	}
	.xuqiubt{
		width: 95%;
	}
	.xuqiubt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		margin-bottom: 10px;
		width: 96%;
		padding:0 2%;
		line-height: 35px;
	}
	.xuqiu form textarea{
		width: 96%;
		padding: 0 2%;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.xuqiu form section{
		justify-content: center;
	}
	.xuqiu form button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.rczp{
		width: 95%;
		margin: 0 auto;
		padding: 30px 0px;
	}
	.rczpbt{
		width: 95%;
	}
	.rczpbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.rczpbt p{
		line-height: 25px;
	}
	.rczplist{
		width: 100%;
		margin-top: 15px;
	}
	.rczplist dl dt{
		padding: 0 2.5%;
	}
	.rczplist dl dd .rczpxx h4,.rczplist dl dt .rczpxx h4{
		display: none;
	}
	.rczplist dl dt h1,.rczplist dl dt h2,.rczplist dl dt h3,.rczplist dl dt h4,.rczplist dl dt h5{
		width: auto;
	}
	.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h2,.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h4,.rczplist dl dd .rczpxx h5{
		width: auto;
		font-size: 14px;
	}
	.rczplist dl dd .rczpxx{
		padding: 0 2.5%;
		line-height: 45px;
	}
	.rczplist dl dt h4{
		display: none;
	}
	.rczplist dl dd:hover .rctext{
		padding: 5%;
		display: block;
	}
	.rctextleft{
		width: 100%;
	}
	.rctextright{
		width: 100%;
		border-left: none;
		justify-content: flex-start;
	}
	.wjsq{
		width: 100%;
		padding: 30px 0px;
	}
	.wjsqdv{
		width: 95%;
	}
	.wjsqbt h1{
		font-size: 22px;
	}
	.wjsqform form div section{
		margin-top: 10px;
	}
	.wjsqbt{
		margin-bottom: 10px;
	}
	.wjsqform form div section{
		width: 100%;
		margin-top: 0;
	}
	.wjsqform form section h1{
		display: none;
	}
	.wjsqform form div section input{
		margin-top: 15px;
	}
	.wjsqform form section input{
		width: 96%;
		padding: 0 2%;
	}
	.wjsqform form section textarea{
		width: 96%;
		padding: 0 2%;
	}
	.wjsqform form button{
		margin-top: 15px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.yylist{
		padding: 30px 0px;
	}
	.yylistdv{
		width: 95%;
	}
	.yylistdv ul li{
		width: 39%;
		padding: 5%;
		margin-bottom: 8px;
	}
	.yylistdv ul li img{
		width: 80px;
		margin-bottom: 20px;
	}
	.yylistdv ul li h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.ziliaoxiazai{
		width: 95%;
	}
	.ziliaoxiazai h1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.zlxzbt form{
		padding-left: 5%;
		overflow: hidden;
	}
	.zlxzbt form input{
		height: 40px;
		line-height: 40px;
	}
	.zlxzbt form button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.zlmc{
		width: 90%;
		padding: 0 2.5%;
	}
	.zlmc dl dt h1{
		width: 53%;
	}
	.zlmc dl dt{
		line-height: 50px;
	}
	.zlmc dl dd h1{
		width: 53%;
		font-size: 14px;
	}
	.zlmc dl dd h2{
		font-size: 14px;
		width: 100px;
	}
	.zlmc dl dt h2{
		width: 100px;
	}
	.cpyfw{
		width: 95%;
		margin: 0px auto;
	}
	.cpyfwleft{
		display: none;
	}
	.cpyfwrightbt form{
		padding: 0 10px;
	}
	.cpyfwrightbt h1{
		font-weight: bold;
		font-size: 18px;
	}
	.cpyfwlist ul{
		margin-top: 15px;
	}
	.cpyfwlist ul li{
		margin: 1%;
		width: 48%;
	}
	.cpyfwlist ul li section h1{
		padding: 0 5%;
	}
	.cpyfwright{
		width: 100%;
	}
	.tianliaodvleft{
		display: block;
		width: 100%;
	}
	.tianliaodv{
		display: block;
	}
	.tianliaodvright{
		width: 100%;
		margin-top: 15px;
	}
	.tianliaodvright h1{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.tianliaodvright p{
		margin-bottom: 10px;
	}
	.tianliaodvright h2 img{
		width: 25px;
	}
	.tianliaodvright h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.tianliaodvright section a{
		width: 48%;
		height: 40px;
		line-height: 40px;
		margin: 0;
		font-size: 14px;
	}
	.tianliaodvright section{
		justify-content: space-between;
	}
	.cljie{
		margin-top: 15px;
	}
	.cljiebt ul li{
		font-size: 16px;
		width: 100%;
		margin:  0;
		text-align: center;
	}
	.cljiebt{
		height: 45px;
		line-height: 45px;
	}
	.cpsmbt{
		margin-top: 30px;
	}
	.cpsm{
		margin-top: 30px;
	}
	.cpsmbt span{
		font-size: 18px;
		font-weight: bold;
	}
	.cpsmbt i{
		height: 25px;
	}
	.cpsmdv{
		margin: 15px 0;
	}
	.fanye{
		display: block;
		padding-top: 15px;
	}
	.fanye a{
		display: block;
		line-height: 30px;
	}
	.xiangguancp{
		margin-top: 40px;
	}
	.xiangguancp h1 span{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.xiangguancp h1{
		height: 40px;
	}
	.advadv ul li h3{
		margin-top: 15px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide div section{
		margin-top: 0;
		width: 100%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
		margin-top: 0;
		text-align: center;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 17px;
		text-align: center;
	}
	.bannersasg .swiper-slide section a{
		margin-top: 40px;
		display: none;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.nrbanner .btext p{
		font-size: 14px;
	}
	.nrbanner .btext p a{
		font-size: 14px;
	}
	.mobile-inner-nav{
		z-index: 999;
	}
	.mnavall{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		height: 40px;
		align-items: center;
	}
	.mnavall h1{
		font-size: 18px;
		font-weight: bold;
	}
	.menu-wrap{
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-button {
	    position: relative;
	    margin: 0;
	    z-index: 2;
	    font-size: 1.1em;
	    margin-right: 15px;
	}
	.show-menu .icon-list a{
		font-size: 16px;
		font-weight: bold;
	}
	.show-menu .icon-list a.geheh{
		font-size: 14px;
		font-weight: normal;
		margin-left: 20px;
	}
	.mnav{
		display: block;
	}
	.cpyfwrightbt{
		display: none;
	}
	.tianliaodv{
		margin-top: 0;
	}
	.show-menu .icon-list a{
		font-weight: normal;
	}
	.menu-wrap a:hover, .menu-wrap a:focus {
	    color: #409693;
	}
	.cpyfwlist ul{
		margin-top: 0;
	}
	.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: #00afb4;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0b9599;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nav-bread{
		height: 30px;
		line-height: 30px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.chromsep{
		margin-top: 0;
	}
	.cplist ul{
		flex-wrap: nowrap;
	}
	.cplist ul li{
		padding: 0;
		margin:0;
	}
	.innewlistleft{
		display: none;
	}
	.innewlistcenter{
		display: none;
	}
	.pagination li a{
		padding: 6px 8px;
	}
	.rczplist dl dt h5,.rczplist dl dd h5{
		display: none;
	}
	.shimingdv #thumbs1258 .swiper-slide h1 img{
		margin-bottom: 5px;
		width: 30px;
	}
	.shimingdv #gallery1258 .swiper-slide div img{
		display: none;
	}
	.shimingdv #thumbs1258 .swiper-slide h1{
		text-align: center;font-size: 12px;
	}
	#gallery1258 .swiper-slide div p{
		font-size: 14px;
		line-height: 25px;
	}
	.show-menu .icon-list a.geheh{
		font-size: 12px;
	}
	.shownav ul li{
		overflow: hidden;
	}
	.lxfsright ul li section{
		background-image: linear-gradient(transparent, #00acb0);
		left: 0;
		padding: 5%;
		width: 90%;
		bottom: 0;
	}
	.bannersasg .swiper-slide section h3{
		margin-bottom: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 20px;
	}
	.advadvbt p{
		line-height: 27px;
	}
}



