/* 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:62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
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;
}
@font-face
{
	font-family: "HarmonyOSSansSC";
	src:url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0;
	background-size: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.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: 87.5%;
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}

.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;
	margin-right: 20px;
}

.headdvright ul li {
	line-height: 90px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
	margin: 0 20px;
}

.headdvright ul li a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.headdvright ul li a span{
	color: #ffffff;
}
.headdvright ul li a::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	transition: all 1s;
}
.headdvright ul li:hover a::after{
	background-color: #fff;
}
.slideUp  .headdvright ul li a span{
	color: #3c3c3c;
	transition: all 1s;
}
.slideUp  .headdvright ul li:hover a span{
	color: #009ae2;
}
.slideUp  .headdvright ul li:hover a::after{
	border-bottom: 2px solid #009ae2;
}
.slideUp .dh iconpark-icon{
	border: 1px solid #009ae2;
	color: #009ae2;
}
.slideUp .dh span{
	color: #009ae2;
}
.banners{
	position: relative;
	z-index: 3;
}
.banners img {
	display: block;
	width: 100%;
}
.ss{
	margin-left: 30px;
}
.ss iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.dh{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	display: flex;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
}
.dh span{
	color: #ffffff;
	font-size: 24px;
	font-family: "HarmonyOSSansSC";
	font-weight: bold;
}
.syabout{
	padding: 6.25rem 0rem;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
}
.syaboutdv{
	margin: 0 auto;
	width: 87.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syaboutdvleft{
	width: 50%;
	text-align: center;
}
.syaboutdvleft img{
	display: block;
	max-width: 100%;
}
.syaboutdvright{
	width: 47%;
}
.syaboutdvright h1{
	height: 80px;
	border-bottom: 1px solid #d4d5d7;
	color: #333333;
	font-size: 40px;
}
.syaboutdvright>i{
	display: block;
	width: 80px;
	height: 3px;
	background-color: #009ae2;
	margin-top: -3px;
}
.syaboutdvright p{
	margin-top: 3.75rem;
	color: #4c4c4c;
	line-height: 35px;
	font-size: 16px;
}
.syaboutdvright ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}
.syaboutdvright ul li{
	width: 100%;
}
.syaboutdvright ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.syaboutdvright ul li h2 span{
	color: #00a1e9;
	font-size: 60px;
	font-family: "Montserrat";
}
.syaboutdvright ul li h2 i{
	color: #00a1e9;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
}
.syaboutdvright ul li h4{
	color: #808080;
	font-size: 16px;
}
.fuwuduix{
	padding: 8.125rem 0px;
	background: url(../images/fwdxbg_02.jpg) center no-repeat;
	background-size: cover;
}
.fuwuduixbt{
	margin-bottom: 3.125rem;
}
.fuwuduixbt h1{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
}
.fuwuduixbt p{
	text-align: center;
	color: #fffefe;
	font-size: 16px;
	margin-top: 10px;
}
.fuwuduixbt h3{
	height: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	width: 300px;
	margin: 0% auto;
}
.fuwuduixbt i{
	display: block;
	width: 68px;
	height: 3px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: -3px;
}
.fwdxdv{
	width: 87.5%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.fwdxdvleft{
	width: 49%;
	background: url(../images/lou_03.png) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
}
.fwdxdvleft:last-child{
	background: url(../images/lou_05.png) center no-repeat;
	background-size: cover;
}
.fwdxdvbt{
	padding-top: 25px;
	width: 85%;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 15px;
}
.fwdxdvbt h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 5px;
}
.fwdxdvbt p{
	color: #ffffff;
	font-size: 14px;
}
.fwdxdvleft ul{
	width: 80%;
	margin: 0% auto;
	margin-top: 6.25rem;
	padding-bottom: 2.5rem;
}
.fwdxdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.fwdxdvleft ul li i{
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 3px;
	margin-right: 10px;
}
.fwdxdvleft ul li span{
	color: #fff;
	font-size: 16px;
}
.lxwm{
	padding: 8.75rem 0px;
	background-color: #ffffff;
}
.lxwmbts h1{
	color: #333333;
}
.lxwmbts p{
	color: #333333;
}
.fuwuduixbt h3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.fuwuduixbt i{
	background-color: #009ae2;
}
.lxwmdv{
	width: 87.5%;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: 32%;
	background: url(../images/lxwm_03.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 6.25rem 0px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #e9e9e9;
}
.lxwmdv ul li:nth-child(2){
	width: 32%;
	background: url(../images/lxwm_05.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv ul li:nth-child(3){
	width: 32%;
	background: url(../images/lxwm_07.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv ul li>iconpark-icon{
	color: #009ae2;
	font-size: 32px;
	font-weight: bold;
}
.lxwmdv ul li h1{
	color: #009ae2;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lxwmdv ul li p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.lxwmdv ul li p iconpark-icon{
	color: #808080;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwmdv ul li p i{
	color: #808080;
	font-size: 16px;
	margin-left: 10px;
}
.hxcp{
	padding-top: 6.875rem;
	padding-bottom: 8.75rem;
}
.hxcplist{
	width: 87.5%;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.hxcplist ul{
	display: flex;
	justify-content: space-between;
}
.hxcplist ul li{
	width: calc(12% - 50px);
	background: url(../images/bue_03.png) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
	padding: 65px 25px;
	transition: all 1s;
	overflow: hidden;
}
.hxcplist ul li>span{
	display: block;
	font-size: 56px;
	font-weight: bold;
	color: #47b3e7;
	margin-bottom: 2rem;
}
.hxcplist ul li h1{
	color: #ffffff;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 40px;
}
.hxcplist ul li dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom:10px;
	
}
.hxcplist ul li dl dd i{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-top: 10px;
	margin-right: 10px;
}
.hxcplist ul li dl dd span{
	width: 90%;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.hxcplist ul li a{
	opacity: 0;
}
.hxcplist ul li.on{
	width: 32%;
	background: #ebf7fd;
}
.hxcplist ul li.on h1{
	color: #009ae2;
}
.hxcplist ul li.on dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hxcplist ul li.on dl dd{
	margin-right: 15px;
	width: 40%;
}
.hxcplist ul li.on dl dd i{
	background-color: #009ae2;
	margin-right: 10px;
	margin-top: 12px;
}
.hxcplist ul li.on dl dd span{
	color: #808080;
}
.hxcplist ul li.on  a{
	opacity: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
	background-color: #009ae2;
	width: 135px;
	padding-left: 20px;
	padding-right: 25px;
	height: 48px;
	border-radius: 50px;
}
.hxcplist ul li.on  a span{
	color: #ffffff;
	font-size: 15px;
}
.hxcplist ul li.on  a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.foot{
	padding-top: 5rem;
	background-color: #262626;
	padding-bottom: 3.125rem;
}
.footdv{
	width: 87.5%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
} 
.footdvleft{
	width: 33.33%;
}
.footdvleft h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footdvleft h2{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.footdvleft  a{
	display: flex;
	width: 350px;
	border: 1px solid #434343;
	border-radius: 50px;
	height: 35px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.footdvleft  a span{
	color: #ffffff;
	font-size: 14px;
}
.footdvleft  a iconpark-icon{
	font-size: 18px;
	color: #fff;
	margin-left: 15px;
}
.footdvcenter {
	width: 33%;
	height: 235px;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	display: flex;
	justify-content: center;
}
.footdvcenter div{
	width: 80%;
}
.footdvcenter h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdvcenter h1 iconpark-icon{
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
}
.footdvcenter h1 span{
	color: #ffffff;
	font-size: 14px;
}
.footdvcenter p{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footdvcenter p iconpark-icon{
	font-size: 18px;
	color: #fff;
	margin-right: 5px;
	margin-top: 4px;
}
.footdvcenter p span{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}
.footdvright{
	width: 33%;
	display: flex;
	justify-content: center;
	
}
.footdvright ul{
	width: 265px;
	display: flex;
	justify-content: space-between;
}
.footdvright ul li{
	width: 120px;
}
.footdvright ul  li  img{
	display: block;
	width: 120px;
}
.footdvright ul li p{
	color: #e6e6e6;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	text-align: center;
}
.wdl{
	height: 65px;
	border-top: 1px solid #3c3c3c;
	background-color: #262626;
}
.wdldv{
	width: 87.5%;
	height: 65px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}


.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: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100%;
}
.bannersasg  .swiper-slide section h2{
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
}

.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin: 0 auto;
	margin-top: 6.875rem;
	transition: all 1s;
	background-color: #009ae2;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	
}
.bannersasg  .swiper-slide section a span{
	color: #f7f7f7;
	font-size: 16px;
}
.bannersasg .swiper-pagination-bullet-active{
	background: #009ae2;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

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


.zce{
	position: fixed;
	z-index: 999;
	top: 50%;
	left:15px;
	width: 50px;
	border-radius: 50px;
	padding:  20px 0px;
	background-color: rgba(1, 12, 22, 0.60);
	margin-top: -215px;
}
.zce ul li{
	margin: 5px 0px;
	position: relative;
}
.zce ul li span{
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	border-radius: 50px;
	background-color: #009ae2;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	height: 25px;
	line-height: 25px;
	margin-top: 12.5px;
	width: 90px;
	opacity: 0;
}
.zce ul li span em{
	display: block;
	width: 90px;
}
.zce ul li:hover span{
	opacity: 1;
	transform: translateX(40px);
}
.zce ul li i{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	transition: all 1s;
}
.zce ul li:hover i{
	color: #009ae2;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdvright h1{
		font-size: 32px;
	}
	.hxcplist{
		width: 95%;
	}
	.hxcplist ul li.on dl dd{
		width: auto;
	}
	.fwdxdv{
		width: 95%;
	}
	.fwdxdvleft ul {
	    margin-top: 3.25rem;
	}
	.lxwmdv{
		width: 95%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdvright h1{
		font-size: 26px;
	}
	.hxcplist{
		width: 95%;
	}
	.hxcplist ul li.on dl dd{
		width: auto;
	}
	.fwdxdv{
		width: 95%;
	}
	.fwdxdvleft ul {
	    margin-top: 3.25rem;
	}
	.lxwmdv{
		width: 95%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.syaboutdvright ul li h2 span {
		font-size: 42px;
	}
	.syaboutdvright ul li h2 i{
		color: #00a1e9;
		font-size: 14px;
		margin-top: 8px;
		margin-left: 10px;
	}
	.syaboutdvright ul li h4{
		font-size: 14px;
	}
	.hxcplist ul {
		display: block;
	}
	.hxcplist ul li.on{
		width: calc(100% - 50px);
		padding: 25px;
	}
	.hxcplist ul li{
		width: calc(100% - 50px);
		padding: 25px;
		margin: 10px 0px;
	}
	.hxcplist ul li dl{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.hxcplist ul li a{
		display: none;
	}
	.hxcplist ul li.on a{
		display: none;
	}
	.hxcplist ul li>span{
		font-size: 28px;
	}
	.hxcplist ul li h1{
		margin-bottom: 15px;
	}
	.fwdxdvleft ul li{
		margin-bottom: 5px;
	}
	.lxwmdv ul li p{
		align-items: flex-start;
		width: 95%;
		margin: 0 auto;
		line-height: 25px;
	}
	.lxwmdv ul li p i{
		margin-left: 3px;
		font-size: 14px;
	}
	.lxwmdv ul li p iconpark-icon{
		margin-top: 3px;
	}
	.lxwmdv ul li h1{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.footdvleft a{
		width: 90%;
	}
}

@media screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	
	.syaboutdv{
		width: 95%;
		display: block;
	}
	.syaboutdvright h1{
		font-size: 26px;
	}
	.hxcplist{
		width: 95%;
	}
	.hxcplist ul li.on dl dd{
		width: auto;
	}
	.fwdxdv{
		width: 95%;
	}
	.fwdxdvleft ul {
	    margin-top: 3.25rem;
	}
	.lxwmdv{
		width: 95%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.syaboutdvright ul li h2 span {
		font-size: 42px;
	}
	.syaboutdvright ul li h2 i{
		color: #00a1e9;
		font-size: 14px;
		margin-top: 8px;
		margin-left: 10px;
	}
	.syaboutdvright ul li h4{
		font-size: 14px;
	}
	.hxcplist ul {
		display: block;
	}
	.hxcplist ul li.on{
		width: calc(100% - 50px);
		padding: 25px;
	}
	.hxcplist ul li{
		width: calc(100% - 50px);
		padding: 25px;
		margin: 10px 0px;
	}
	.hxcplist ul li dl{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.hxcplist ul li a{
		display: none;
	}
	.hxcplist ul li.on a{
		display: none;
	}
	.hxcplist ul li>span{
		font-size: 28px;
	}
	.hxcplist ul li h1{
		margin-bottom: 15px;
	}
	.fwdxdvleft ul li{
		margin-bottom: 5px;
	}
	.lxwmdv ul li p{
		align-items: flex-start;
		width: 95%;
		margin: 0 auto;
		line-height: 25px;
	}
	.lxwmdv ul li p i{
		margin-left: 3px;
		font-size: 14px;
	}
	.lxwmdv ul li p iconpark-icon{
		margin-top: 3px;
	}
	.lxwmdv ul li h1{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.footdvleft a{
		width: 90%;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdv{
		display: flex;
		flex-direction: column-reverse;
	}
	.syaboutdvright{
		width: 95%;
	}
	.syaboutdvright h1{
		font-size: 20px;
		height: 45px;
		font-weight: bold;
	}
	.syaboutdvright p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutdvright ul li h2 span{
		font-size: 28px;
	}
	.syaboutdvright ul li h2 i {
		color: #00a1e9;
		font-size: 12px;
		margin-top: 3px;
		margin-left: 10px;
	}
	.syaboutdvleft{
		margin-top: 20px;
	}
	.fuwuduixbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.fuwuduixbt p{
		font-size: 14px;
	}
	.hxcplist ul li>span {
		font-size: 16px;
	}
	.hxcplist ul li h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.hxcplist ul li dl dd{
		margin-right: 15px;
		width: auto;
		margin-bottom: 0;
	}
	.hxcplist ul li dl dd i{
		margin-top: 12px;
	}
	.fwdxdv{
		display: block;
		margin-top: 20px;
	}
	.fwdxdv .fwdxdvleft{
		width: 90%;
		padding: 5%;
	}
	.fwdxdvleft{
		height: auto;
		margin-top: 10px;
	}
	.fwdxdvbt{
		width: 100%;
		padding-top: 0;
	}
	.fwdxdvbt h1{
		font-size: 17px;
		font-weight: bold;
	}
	.fwdxdvbt p{
		font-size: 12px;
	}
	.fwdxdvleft ul{
		width: 95%;
	}
	.fwdxdvleft ul li span{
		font-size: 14px;
	}
	.fwdxdvleft ul li {
		margin-bottom: 10px;
	}
	.lxwmdv{
		margin-top: 20px;
	}
	.lxwmdv ul{
		display: block;
	}
	.lxwmdv ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmdv ul li:nth-child(2),.lxwmdv ul li:nth-child(3){
		width: 90%;
		padding: 5%;
	}
	.footdv{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.footdvleft{
		width: 100%;
	}
	.footdvleft h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.footdvleft a{
		width: 100%;
		margin-top: 10px;
	}
	.footdvcenter{
		margin-top: 20px;
		border: none;
		height: auto;
		width: 100%;
	}
	.footdvcenter div{
		width: 100%;
	}
	.footdvright{
		width: 100%;
		margin-top: 20px;
	}
	.footdvright ul li{
		width: 100px;
	}
	.footdvright ul li img{
		width: 100px;
	}
	.wdl{
		padding: 15px 0px;
		height: auto;
	}
	.wdldv{
		width: 90%;
		display: block;
		height: auto;
	}
	.wdldv p{
		line-height: 25px;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 24px;
	}
	.zce{
		display: none;
	}
}




