/* 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: "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: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
@font-face{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT_0.TTF');
}
@font-face{
	font-family: "Impact";
	src:url('../font/IMPACT.TTF');
}
html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-family: "Poppins";
}

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: 6.25rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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: #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 {
	margin: 0 auto;
	height: 6.25rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100%;
}
.headdvleft{
	height: 100%;
	margin-left: 3.75rem;
}
.headdvleft img {
	display: block;
	height: 100%;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}
.headdvright {
	    width: 81.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	line-height: 6.25rem;
	transition: all .3s;
}

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

.headdvright ul li a span {
	font-family: "Poppins_Medium";
	font-size: 16px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	 background-color: #fff; 
}
.headdvright ul li.active a::after {
	 background-color: #fff; 
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #155bae
}
.slideUp .headdvright ul li.active a span{
	color: #155bae
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #155bae; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #155bae; 
}
.ss img{
	display: block;
	width: auto;
}
.banners img{
	display: block;
	width: 100%;
}
.dh{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 5px;
	margin-right: 10px;
}
.dh span{
	color: #fff;
	font-size: 2.25rem;
	font-family: "Impact";
}

.ssbgayy{
	width: 13.125rem;
	height: 100%;
	background: linear-gradient(to right, #00e8f4, #0079c0);
	display: flex;
	justify-content: center;
	align-items: center;
}
.ssbgayy i{
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 0 1.25rem;
}
.ssbgayy iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-top: 4px;
}
.ssbgayy a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.inservice{
	width: 93.75rem;
	margin: 5.625rem auto;
}
.inservicebt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inservicebtleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inservicebtleft h1 i{
	width: 3.125rem;
	 border: 1px solid #155bae;
	 margin-right: 10px;
}
.inservicebtleft h1 span{
	color: #155bae;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
}
.inservicebtleft2 h1 span{
    font-size: 38px;
}
.inservicebtleft h2{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.inservicebtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 9.6875rem;
	height: 3.125rem;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 0 1.875rem;
	transition: all 1s;
}
.inservicebtright a span{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.inservicebtright a iconpark-icon{
	color: #333333;
	font-size: 22px;
	transition: all 1s;
}
.inservicebtright a:hover{
	background-color: #155bae;
	border: 1px solid #155bae;
}
.inservicebtright a:hover span{
	color: #fff;
}
.inservicebtright a:hover iconpark-icon{
	color: #fff;
}
.inservicelist{
	margin-top: 2.8125rem;
}
.inservicelist ul{
	display: flex;
	justify-content: space-between;
}
.inservicelist ul li{
	width: 13.75rem;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}
.inservicelist ul li.active{
	width: 36.25rem;
}
.inservicelist ul li img{
	display: block;
}
.inservicelist ul li section{
	position: absolute;
	bottom: 0rem;
	padding: 1.5rem;
	width: calc(100% - 3rem);
	background-size: cover;
}
.inservicelist ul li section h1{
	color: #fefefe;
	font-size: 22px;
	margin-bottom: 1.5625rem;
	font-family: "Poppins_Medium";
}
.inservicelist ul li section p{
	height: 0;
	transform: rotateX(90deg);
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 3.75rem;
	
}
.inservicelist ul li.active section p{
	height: 90px;
	transform: rotateX(0deg);
	transform-origin: top;
	margin-top: 25px;
	margin-bottom: 1.875rem;
	transition: all 1s;
	width: 30rem;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:3;
}
.inservicelist ul li section h2{
	color: #fefefe;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	line-height: 25px;
	height: 120px;
	
}
.inservicelist ul li.active section h2{
	height: auto;
	font-size: 24px;
	line-height: 35px;
	width: 30rem;
}
.inservicelist ul li i{
	font-size: 48px;
	color: #fff;
}
.inservicelist ul li.active section{
	background: url(../images/gylbg_03.png) center no-repeat;
	background-size: cover;
}
.inabout{
	padding-top: 9.375rem;
	background: url(../images/guwm_06.jpg) top center no-repeat;
	background-size: cover;
}
.inaboutdv{
	width: 93.75rem;
	margin: 0 auto;
}
.inaboutdvleft{
	width: 40rem;
}
.inaboutdvleft .inservicebtleft h2{
	line-height: 50px;
	margin-top: 0.9375rem;
}
.inaboutdvleft p{
	color: #4e4e4e;
	font-size: 16px;
	line-height: 35px;
	margin-top: 2.5rem;
}
.inaboutdvleft a{
	width: 13.75rem;
	height: 3.125rem;
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/abg_03.jpg) center no-repeat;
	border-radius: 5px;
	overflow: hidden;
}
.inaboutdvleft a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inaboutdvleft a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
}
.inaboutdvleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
}
.sz{
	margin-top: 4.6875rem;
	width: 100%;
	border-top: 1px solid #dfe4e7;
}
.szdv{
	display: block;
	width: 93.75rem;
	padding-top: 3.75rem;
	padding-bottom: 4.375rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.szdv ul li h1 span{
	color: #333333;
	font-size: 60px;
	font-weight: bold;
}
.szdv ul li h1 i{
	display: block;
	color: #333333;
	font-size: 48px;
	margin-top: -15px;
}
.szdv ul li p{
	color: #b2b2b2;
	font-size: 16px;
}
.zhizao {
	display: flex;
	border-radius: 0.2rem;
	overflow: hidden;
}

.zhizaoleft {
	width: 61.1%;
	background: url(../images/lc_02.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0.8rem;
	position: relative;
	z-index: 2;
}

.zhizaoright {
	width: 38.9%;
	height: 890px;
	position: relative;
}

.zhizaoright .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.zhizaoright .pic.on {
	opacity: 1;
}

.zhiaosa {
	position: relative;
    overflow: hidden;
    width: 27.4375rem;
    color: #ffffff;
    height: 45.25rem;
}

.zhizaoleft .quan {
	position: absolute;
	top: 0%;
	right: -343.5px;
	width: 680px;
	height: 100%;
	background: url(../images/quan_03.png) no-repeat center;
	transform: rotate(35deg);
	transition: all 1s;
	background-size: contain;
}

.hu {
	position: relative;
	width: 510px;
	height: 40.625vw;
}

.hu ul {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

.hu ul li {
	margin-bottom: 65px;
	opacity: 0.6;
	transition: all 0.5s;
	font-size: 22px;
	color: #fff;
}

.hu ul li.on {
	opacity: 1;
}

.zhiaosa h1 {
	color: #00e4f3;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 1.5625rem;
}

.zhiaosa h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

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

.zhiaosa a {
	width: 9.6875rem;
	height: 3.125rem;
	border-radius: 5px;
	padding: 0 1.875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
	border: 1px solid #fff;
	transition: all 1s;
}

.zhiaosa a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.zhiaosa a span {
	margin-left: 10px;
	color: #ffffff;
	font-size: 14px;
}

.zhiaosa a:hover{
	background-color: #0079c0;
	border-color: #0079c0;
}


.zhizao .zhizaoleft .btns {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
	cursor: pointer;
}

.zhizao .zhizaoleft .btns:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(../images/ab3_quan.png);
	background-size: 100% 100%;
	transition: all 0.5s;
	z-index: -1;
}

.zhizao .zhizaoleft .btns:hover:before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.zhizao .zhizaoleft .btns .prev,
.zhizao .zhizaoleft .btns .next {
	position: absolute;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%);
}

.zhizao .zhizaoleft .btns .prev {
	top: 60px;
}

.zhizao .zhizaoleft .btns .next {
	bottom: 60px;
}

.zhizao .zhizaoleft>div:nth-child(2) {
	position: relative;
	width: 510px;
	height: 40.625vw;
}

.zhizao .zhizaoleft>div:nth-child(2) ul {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	width: 12.5rem;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li {
	cursor: pointer;
	text-align: right;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li {
	margin-bottom: 9.375rem;
	opacity: 0.6;
	transition: all 0.5s;
	font-size: 16px;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(2){
	transform: translateX(-3.125rem);
}
.zhizao .zhizaoleft>div:nth-child(2) ul li.on {
	opacity: 1;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li:last-child {
	margin-bottom: 0;
}

.zhizao .zhizaoleft>div:nth-child(2).on1 .quan {
	transform: rotate(35deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on2 .quan {
	transform: rotate(2deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on3 .quan {
	transform: rotate(-35deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on4 .quan {
	transform: rotate(-46deg);
}
.innews{
	padding-top: 5.9375rem;
	padding-bottom: 7.1875rem;
	background-color: #f5f8fa;
}
.innewsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.innewsdvlist {
	margin: 0 auto;
	margin-top: 3.125rem;
}
.innewsdvlist ul{
	display: flex;
	justify-content: space-between;
}
.innewsdvlist ul li{
	width: 30rem;
}
.innewsdvlist ul li div{
	width: 100%;
	overflow: hidden;
}
.innewsdvlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvlist ul li:hover div img{
	transform: scale(1.05);
}
.innewsdvlist ul li section{
	display: block;
	width: calc(100% - 5rem);
	padding: 2.5rem;
	background-color: #fff;
	padding-bottom: 1.5625rem;
}
.innewsdvlist ul li section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.innewsdvlist ul li section h2 iconpark-icon {
	display: flex;
	width: 35px;
	height: 35px;
	background: linear-gradient(to right, #0058a7, #0058a7);
	border-radius: 50px;
	color: #fff;
	transition: all 1s;
	margin-right: 10px;
}
.innewsdvlist ul li section h2 span{
	display: block;
	color: #4c4c4c;
	display: block;
	transition: all 1s;
	font-size: 16px;
} 
.innewsdvlist ul li section h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	color: #4c4c4c;
	font-size: 20px;
	text-overflow:ellipsis;
	margin-bottom: 0.625rem;
	line-height: 30px;
	font-family: "Poppins_Medium";
}
.innewsdvlist ul li section p{
	overflow:hidden;
	color: #808080;
	text-overflow:ellipsis;
	font-size: 15px;
	display:-webkit-box;
	line-height: 30px;
	-webkit-box-orient:vertical;
	height: 60px;
	-webkit-line-clamp:2;
}
.innewsdvlist ul li:hover section h2 iconpark-icon {
	background: linear-gradient(to right, #00e5f3, #007cc1);
}
.innewsdvlist ul li:hover section h2 span{
	color: #0058a7;
}
.inprovide{
	width: 100%;
	margin: 0 auto;
	margin-top: 5.625rem;
	display: flex;
	justify-content: space-between;
	background: url(../images/geh_03.jpg) center no-repeat;
	background-position-x: 31.25rem;
	padding-bottom: 4.875rem;
	position: relative;
}
.inprovideleft{
	width: 39.25rem;
	margin-left: 13.125rem;
}
.inservicebtleft h2{
	line-height: 50px;
	margin-top: 0.9375rem;
}
.inservicebtleft h1 span{
	text-transform: uppercase;
}
.inprovideleft a{
	width: 13.75rem;
    height: 3.125rem;
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/abg_03.jpg) center no-repeat;
    border-radius: 5px;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inprovideleft a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
}
.inprovideleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
}
.inproviderightlist .swiper-slide h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.625rem;
}
.inproviderightlist .swiper-slide h1 span{
	color: #4c4c4c;
	font-size: 18px;
	font-family: 'Poppins_Medium';
	display: block;
	width: 95%;
}
.inproviderightlist .swiper-slide h1 iconpark-icon{
	color: #ef6103;
	font-size: 30px;
}
.inproviderightlist .swiper-slide p{
	color: #808080;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #dce2e6;
}
.inprovideright{
	width: 50%;
	height: 30rem;
	margin-top: 4.0625rem;
	overflow: hidden;
	
}
.inproviderightlist .swiper-slide  a{
	display: block;
	
	padding: 16px 0;
	padding-right: 13.125rem;
}
.inproviderightlist .swiper-slide {
	height: auto !important;
}
.inwork{
	width: 93.75rem;
	margin: 0 auto;
}
.inworkbt{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dce2e6;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
}
.inworklist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.875rem 0rem;
}
.inworklistleft{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
} 
.inworklistright{
	width: 65.625rem;
}
.hzhbs img{
	display: block;
	max-width: 100%;
}
.infeatured{
	display: block;
	background-color: #f5f8fa;
	padding-top: 110px;
	padding-bottom: 5.3125rem;
}
.infeatureddv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.infeatureddvleft{
	width: 41.25rem;
}
.infeatureddvleft img{
	display: block;
	width: 100%;
}
.infeatureddvright {
	width: 39.0625rem;
}
.infeatureddvright .inservicebtleft p{
	color: #4e4e4e;
	font-size: 16px;
	line-height: 1.875rem;
	margin-top: 1.25rem;
}
.infeatureddvright ul{
	margin-top: 30px;
}
.infeatureddvright ul li{
	margin-top: 1.25rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.infeatureddvright ul li img{
	display: block;
	width: 5rem;
	margin-right: 1.25rem;
}
.infeatureddvright ul li h1{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.infeatureddvright ul li:hover h1{
	transform: translateX(10px);
}
.inlog{
	background: url(../images/dachuan_02.jpg) center no-repeat;
	padding-top: 6.25rem;
	padding-bottom: 8.125rem;
}
.inlogdv{
	width: 93.75rem;
	margin: 0% auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inlogdvleft{
	width: 39.875rem;
}
.inlogdv .inservicebtleft h1 span{
	color: #fff;
}
.inlogdv .inservicebtleft h1 i{
	border: 1px solid #fff;
}
.inlogdv .inservicebtleft h2{
	color: #fff;
}
.inlogdvleft a {
	width: 9.6875rem;
	height: 3.125rem;
	border-radius: 5px;
	padding: 0 1.875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
	border: 1px solid #fff;
	transition: all 1s;
}

.inlogdvleft a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.inlogdvleft a span {
	margin-left: 10px;
	color: #ffffff;
	font-size: 14px;
}

.inlogdvleft a:hover{
	background-color: #0079c0;
	border-color: #0079c0;
}
.inlogdvright {
	background-color: rgba(255, 255, 255, 0.95);
	width: 35.625rem;
	padding: 4.375rem;
	padding-top: 3.4375rem;
	padding-bottom: 2.5rem;
	border-radius: 15px;
	box-shadow: -10px 10px 0px rgba(255, 255, 255, 0.2);
}
.touchbt{
	height: 3.4375rem;
	border-bottom: 1px solid #e1e4e6;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.touchbt::after{
	content: "";
	width: 50px;
	left: 1.25rem;
	height: 2px;
	position: absolute;
	bottom: 0;
	background-color: #0058a7;
}
.touchbt h1{
	font-weight: bold;
}
.inlogdvright form{
	margin-top: 1.875rem;
}
.inlogdvright form h1{
	color: #333333;
	font-size: 14px;
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
}
.inlogdvright form  input{
	outline: none;
	border: 1px solid #e1e4e6;
	border-radius: 7px;
	width: calc(100% - 15px);
	padding-left: 15px;
	line-height: 45px;
	background-color: transparent;
	color: #999999;
	font-size: 14px;
	font-family: "Poppins";
}
.inlogdvright form  textarea{
	outline: none;
	border: 1px solid #e1e4e6;
	border-radius: 7px;
	width: calc(100% - 15px);
	padding-left: 15px;
	line-height: 45px;
	background-color: transparent;
	color: #999999;
	font-size: 14px;
	font-family: "Poppins";
}
.inlogdvright form button{
	    width: 13.75rem;
	    height: 3.125rem;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background: url(../images/abg_03.jpg) center no-repeat;
	    border-radius: 5px;
	    overflow: hidden;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		border: none;
		color: #ffffff;
		font-size: 14px;
		margin-top: 1.25rem;
}
.foot{
	position: relative;
	background: url(../images/foot_02.png) center top no-repeat;
	z-index: 100;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
}
.footdvright{
	width: 100%;
}
.footdvright  .footdvlist{
	display: flex;
	justify-content: space-between;
}
.footdvright  .footdvlist dl{
	width: 18%;
}
.footdvright .footdvlist dl dt{
	height: 45px;
	border-bottom: 1px solid #4f5a64;
	text-transform: uppercase;
}
.footdvright  .footdvlist dl dt a{
	color: #ffffff;
	font-size: 16px;
}
.footdvright  .footdvlist dl dt{
	margin-bottom: 30px;
}
.footdvright  .footdvlist dl dd{
	margin-bottom: 20px;
}
.footdvright  .footdvlist dl dd a{
	color: #cccccc;
	display: block;
	font-size: 14px;
	transition: all 1s;
	line-height: 25px;
	transform: translateX(0px);
}
.footdvright .footdvlist dl dd a:hover{
	color: #fff;
	transform: translateX(10px);
}
.footdvright  .footdvlist dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footdvright  .footdvlist dl dd img{
	display: block;
	width: 22px;
	margin-right: 15px;
	
}
.footdvright  .footdvlist dl dd span{
	color: #ccc;
	font-size: 14px;
	line-height: 25px;
}
@keyframes beat {
    0% {
       top:  -35px;
    }
    100% {
   		top: -55px;
	}
}
.footxs{
	height: 70px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0%;
    z-index: 55555;
}
.footxs iconpark-icon{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.footxs h1{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}
.foot{
	padding-top: 80px;
	margin-top: -50px;
}
.footxs{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        position: relative;
        /*正在运行*/
}
.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid #1d2b38;
	background-color: #031321;
}

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

.wdldv p {
	color: #cccccc;
	font-size: 14px;
}

.wdldv p a {
	color: #cccccc;
	font-size: 14px;
}
.footdv{
	margin-bottom: 1.875rem;
}
.ftla{
	margin-top: 1.875rem;
	display: flex;
	justify-content: space-between;
}



.xiala{
	position: fixed;
	top: 1.6875rem;
	right: 0.625rem;
	opacity: 0;
	z-index: 9999;
	height: 35px;
	overflow: hidden;
	border-radius: 5px;
}
.xiala a{
	display: block;
	height: 35px;
	background-color: #fff;
	padding: 0 10px;
	font-size: 14px;
	transition: all 1s;
	line-height: 35px;
}
.xiala a:hover{
	background-color: #004bbb;
	color: #fff;
}
.inservicebtleft2 p{
	margin-bottom: 8.75rem;
}
.sz2{
	background: url(../images/ysabg_02.jpg) center no-repeat;
	
}
.sz2 .szdv{
	padding-bottom: 3.375rem;
}
.sz2 .szdv ul li h1 span{
	color: #fff;
}
.sz2 .szdv ul li h1 i{
	color: #fff;
	margin-left: 5px;
}
.sz2 .szdv ul li h1 i{
	font-size: 36px;
}
.sz2 .szdv ul li p{
	color: #fff;
}
.partner{
	padding-top: 6.875rem;
	padding-bottom: 6.25rem;
	background: url(../images/dqiu_02.jpg) center top no-repeat;
	background-size: cover;
}
.partnerdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.partnerbtright a{
	width: 13.75rem;
	height: 3.125rem;
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/abg_03.jpg) center no-repeat;
	border-radius: 5px;
	overflow: hidden;
}
.partnerbtright a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.partnerbtright a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
}
.partnerbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
}
.partnerlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}
.partnerlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partnerlist ul li{
	margin: 0.625rem;
	width: 10.325rem;
	overflow: hidden;
}
.partnerlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.partnerlist ul li:hover img{
	transform: scale(1.05);
}
.esoon{
	width: 93.75rem;
	margin: 7.5rem auto;
	margin-bottom: 10.625rem;
}
.esoonbt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.esoonbtright{
	width: 45.625rem;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.esoonlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.4375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.esoonlistleft{
	width: 46.875rem;
	overflow: hidden;
}
.esoonlistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.esoonlistleft:hover img{
	transform: scale(1.05);
}
.esoonlistright{
	width: 45.9375rem;
}
.esoonlistright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.esoonlistright ul li{
	width: 22.5rem;
	overflow: hidden;
}
.esoonlistright ul li:first-child,.esoonlistright ul li:nth-child(2){
	margin-bottom: 1.25rem;
}
.esoonlistright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.esoonlistright ul li:hover img{
	transform: scale(1.05);
}
.detail{
	margin: 0 auto;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detaileft{
	width: 40rem;
}
.detaileft h1{
	color: #333333;
	font-size: 34px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.detaileft  p{
	margin-bottom: 1.875rem;
	color: #808080;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
}
.detaileft a{
	width: 13.75rem;
    height: 3.125rem;
    margin-top: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0058a7;
}
.detaileft a::after{
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	transition: all 1s;
	background: url(../images/abg_03.jpg) center no-repeat;
}
.detaileft a:hover::after{
	width: 100%;
}
.detaileft a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 3;
}
.detaileft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
	position: relative;
	z-index: 3;
}
.detairight{
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}
.detairight img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.detairight:hover img{
	transform: scale(1.05);
}
.sed{
	padding-top: 5.3125rem;
	padding-bottom: 9.375rem;
	background-color: #f5f8fa;
}
.sedtext{
	text-align: center;
	color: #333333;
	font-size: 34px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.sednr{
	width: 87.5rem;
	margin: 0 auto;
	background-color: #fff;
	padding: 3.125rem;
	margin-top: 2.5rem;
}
.sedtext2{
	margin-top: 4.6875rem;
}
.sedlist ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	margin-top: 3.125rem;
}
.sedlist ul li{
	width: 21.875rem;
	margin: 0% 0.9375rem;
}

.sedlist ul li div{
	overflow: hidden;
}
.sedlist ul li div img{
	transition: all 1s;
	display: block;
	width: 100%;
}
.sedlist ul li:hover div img{
	transform: scale(1.05);
}
.sedlist ul li section{
	width: calc(100% - 3.125rem);
	padding: 1.5625rem;
	background-color: #ffffff;
}
.sedlist ul li section h1{
	line-height: 35px;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	height: 105px;
}
.sedlist ul li section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.sedlist ul li section h2 iconpark-icon {
	display: flex;
	width: 35px;
	height: 35px;
	background: linear-gradient(to right, #0058a7, #0058a7);
	border-radius: 50px;
	color: #fff;
	transition: all 1s;
	margin-right: 10px;
	font-size: 18px;
}
.sedlist ul li section h2 span{
	display: block;
	color: #4c4c4c;
	display: block;
	transition: all 1s;
	font-size: 16px;
} 
.sedlist ul li:hover section h2 iconpark-icon {
	background: linear-gradient(to right, #00e5f3, #007cc1);
}
.sedlist ul li:hover section h2 span{
	color: #0058a7;
}
.inqw:nth-child(2n){
	background-color: #f5f8fa;
}
.inqw:nth-child(2n) .detail{
	flex-direction: row-reverse;
}
.conta{
	margin: 6.5625rem auto;
	width: 93.75rem;
}
.contabt h1{
	text-align: center;
	color: #333333;
	font-size: 2.5rem;
	font-family: "Poppins";
	font-weight: bold;
}
.contabt p{
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.contabt{
	margin-bottom: 2.5rem;
}
.contalist ul{
	display: flex;
	justify-content: space-between;
}
.contalist ul li{
	width: 18.75rem;
	background-color: #f5f8fa;
	padding: 0 5rem;
	padding-top: 2.8125rem;
	padding-bottom: 1.5625rem;
	border-bottom: 3px solid #0058a7;
	position: relative;
}
.contalist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	width: 75px;
	height: 75px;
	background: url(../images/contactbg_05.jpg) center no-repeat;
	color: #0058a7;
	font-size: ;
	margin: 0 auto;
	border-radius: 50%;
	border-radius: 50%;
	transition: all 1s;
}
.contalist ul li:hover iconpark-icon{
	background: url(../images/contactbg_03.png) center no-repeat;
	color: #fff;
}
.contalist ul li h1{
	margin-top: 25px;
	color: #323333;
	font-size: 24px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 0.625rem;
}
.contalist ul li p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.contalist ul li::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: linear-gradient(45deg, #00e8f5, #0079bf);
    z-index: 1;
    width: 0%;
    height: 3px;
	transition: all 1s;
}
.contalist ul li:hover::before {
	 width: 100%;
}
.zxly {
	padding-top: 5rem;
	padding-bottom: 8.4375rem;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
}
.zxlybt{
	margin-bottom: 2.1875rem;
}
.zxlybt h1{
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	text-align: center;
}
.zxlybt p{
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Poppins';
}
.zxlyform {
	width: 93.75rem;
	margin: 0 auto;
}
.zxlyform form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxlyform form div input{
	width: calc(49% - 30px);
	margin: 0.5% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	color: #fff;
	font-family: "Poppins";
}
.zxlyform form input::placeholder{
	color: #fff;
}
.zxlyform form textarea {
	padding:10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 0.5% 0px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.2);
	font-family: "Poppins";
	color: #fff;
}
.zxlyform form textarea::placeholder{
	color: #fff;
}
.zxlyform form button {
	width: 180px;
	height: 48px;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	border: none;
	color: #fff;
	background: linear-gradient(to right, #00e8f4, #0079c0);
}
.shownav{
	display: block;
	box-shadow: 0px 0px 15px #bebebe8a;
	height: 75px;
	background-color: #fff;
	position: relative;z-index: 2;
}
.shownav ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li a{
	width: 15rem;
	display: block;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.shownav ul li a::after{
	content: "";
}
.shownav ul li a:hover{
	background-color: #004bbb;
	color: #fff;
}
.shownews{
	background-color: #f5f8fa;
	padding-top: 5rem;
	padding-bottom: 7.5rem;
}
.shownewsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 67.5rem;
}
.shownavdvleftbt h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 0.625rem;
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.shownavdvleftbt h2 span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
}
.shownavdvright{
	background-color: #fff;
	padding: 1.875rem;
	width: 17.5rem;
}
.shownavdvright form{
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.shownavdvright form input{
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 15px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #5d5d5d;
	font-size: 17px;
	outline: none;
}
.rmbt{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
	margin-top: 1.875rem;
	margin-bottom: 15px;
}
.shownavdvright ul li{
	border-bottom: 1px solid #ffffff;
	height: 40px;
	transition: all 1s;
}
.shownavdvright ul li a{
	color: #666666;
	font-size: 14px;
	font-family: 'Poppins';
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
	display: block;
}
.shownavdvright ul li a h1{
	white-space:nowrap;
	height: 40px;
	overflow:hidden;
	line-height: 40px;
	text-overflow:ellipsis;
}
.shownavdvright ul li:hover{
	border-bottom: 1px solid #0058a7;
}
.shownavdvright ul li:hover a{
	color: #0058a7;
}
.newslist{
	width: 93.75rem;
	margin: 0 auto;
}
.newslist ul li{
	border-bottom: 1px solid #e6e6e6;
	margin: 3.125rem 0;
	padding-bottom: 3.125rem;
}
.newslist ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslist ul li .newslistleft{
	width: 22.8125rem;
	overflow: hidden;
}
.newslistleft img{
	display: block;
	transition: all 1s;
	display: block;
	width:100%;
}
.newslist ul li:hover .newslistleft img{
	transform: scale(1.05);
}
.newslistright{
	width: 67.5rem;
}
.newslistright h1{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 0.9375rem;
}
.newslistright p{
	color: #808080;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.newslistright section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.125rem;
}
.newslistright section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newslistright section h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #999999;
	margin-right: 10px;
}
.newslistright section h2 span{
	display: block;
	color: #999999;
	font-size: 14px;
}


.newslistright section a{
	width: 180px;
}
.newslistright section a{
	width: 13.75rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0058a7;
	transition: all 1s;
}
.newslistright section a:hover{
	border: 1px solid #f5f8fa;
}
.newslistright section a::after{
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	transition: all 1s;
	background: url(../images/abg_03.jpg) center no-repeat;
}
.newslistright section a:hover::after{
	width: 100%;
}
.newslistright section a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 3;
	color: #0058a7;
	transition: all 1s;
}
.newslistright section a:hover span{
	color: #fff;
}
.newslistright section a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
	position: relative;
	z-index: 3;
	color: #0058a7;
	transition: all 1s;
}
.newslistright section a:hover iconpark-icon{
	color: #fff;
}
.fealist{
	padding: 6.875rem 0px;
}
.fealist:nth-child(2n){
	background-color: #f5f8fa;
}
.fealist:nth-child(2n) .fealistdv{
	flex-direction: row-reverse;
} 
.fealistdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fealistleft{
	width: 40rem;
}
.fealistleft h1{
	color: #333333;
	font-size: 34px; 
	font-family: "Poppins_SemiBold";
	margin-bottom: 2.1875rem;
}
.fealistleft p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.fealistleft a{
	width: 13.75rem;
    height: 3.125rem;
    margin-top: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0058a7;
}
.fealistleft a::after{
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	transition: all 1s;
	background: url(../images/abg_03.jpg) center no-repeat;
}
.fealistleft a:hover::after{
	width: 100%;
}
.fealistleft a span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 3;
}
.fealistleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-left: 1.875rem;
	position: relative;
	z-index: 3;
}
.fealistright{
	width: 46.875rem;
	border-radius: 10px;
	overflow: hidden;
}
.fealistright img{
	display: block;
	transition: all 1s;
}
.fealistdv:hover .fealistright img{
	transform: scale(1.05);
}
.inproviderightlist{
	height: 100%;
	overflow-y: auto;
}
.inproviderightlist .swiper-wrapper{
	display: block;
}
.inproviderightlist::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.sednr img{
	max-width: 100%;
}
.shownavdvleftwz img{
	max-width: 100%;
}
.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 h2{
	font-size: 54px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.nrbanner .btext p{
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	width: 50%;
	margin-top: 15px;
	font-family: "Montserrat";
	font-weight: bold;
}
.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%;
	margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 54px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.bannersasg  .swiper-slide section i{
	display: block;
	height: 20px;
	width: 300px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	position: relative;
}
.bannersasg  .swiper-slide section i::after{
	content: "";
	width: 100px;
	height: 3px;
	bottom:-2px;
	left: 50%;
	margin-left: -50px;
	display: block;
	position: absolute;
	background: #fff;
}
.bannersasg  .swiper-slide section h4{
	font-size: 36px;
	color: #ffffff;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section a{
	width: 240px;
	height: 50px;
	border-radius: 50px;
	border:1px solid #fff;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	color: #fff;
}
.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.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;
}
.mfoot{
	display: none;
}
.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	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;

}
.fyy{
	margin-bottom: 70px;
}
.partnerlists ul li{
	background-color: #fff;
	border: 1px solid #ccc;
}


.inprovideright{
	position: relative;
}
.inprovideright  h6{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(rgba(255, 255, 255, 1), transparent );
	z-index: 6;
}
.inprovideright  h5{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(transparent, rgba(255, 255, 255, 1));
	z-index: 6;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdvleft{
		margin-left: 2.5%;
	}
	.headdvright{
		width: 83.375rem;
	}
	.headdvright ul{
		width: 66.625rem;
	}
	.inservice{
		width: 95%;
	}
	.inservicebtleft h2{
		font-size: 32px;
	}
	.inservicelist ul li.active section h2{
		width: 100%;
	}
	.inservicelist ul li.active section p{
		width: 100%;
	}
	.inservicelist ul li section h2{
		color: #fefefe;
		font-size: 16px;
		font-family: "Poppins_SemiBold";
		line-height: 25px;
		height: 120px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft{
		width: 48%;
	}
	.szdv{
		width: 95%;
	}
	.zhiaosa h2{
		font-size: 30px;
	}
	.zhiaosa a{
		width: 12.6875rem;
		height: 4.125rem;	
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul{
		width: 200px;
	}
	.zhizaoleft{
		padding: 0 0 0 1.8rem;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvlist ul li{
		width: 32%;
	}
	.inprovide{
		width: 95%;
	}
	.inprovideleft{
		margin: 0;
	}
	.inproviderightlist .swiper-slide a{
		padding-right:0 ;
	}
	.inwork{
		width: 95%;
	}
	.infeatureddv{
		width: 95%;
	}
	.inlogdv{
		width: 95%;
	}
	.infeatureddvleft{
		width: 50%;
	}
	.infeatureddvright{
		width: 45%;
	}
	.inworklistright{
		width: 72%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.partnerdv{
		width: 95%;
	}
	.partnerlist{
		width: 95%;
	}
	.esoon{
		width: 95%;
	}
	.inservicebtright a{
		width: 12.6875rem;
		height: 4.125rem;
	}
	.inservicelist ul li{
		width: 16.75rem;
	}
	.inservicelist ul li.active{
		width: 40.25rem;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li{
		margin-bottom: 9.375rem;
		opacity: 0.6;
		transition: all 0.5s;
		font-size: 16px;
		width: 90%;
		margin-left: 10%;
	}
	.inprovideright{
		height: 48rem;
	}
	.inprovideleft a{
		    width: 15.75rem;
		    height: 4.125rem;
	}
	.inlogdvleft a{
		width: 15.6875rem;
		height: 4.125rem;
	}
	.touchbt{
		height: 5.4375rem;
	}
	.inlogdvright form button {
		width: 13.75rem;
		height: 4.125rem;
	}
	.esoonlist{
		width: 100%;
	}
	.partnerlist ul li{
		margin: 0.5%;
		width: 15.5%;
	}
	.esoonlistleft{
		width: 49.5%;
	}
	.esoonlistright{
		width: 49.5%;
	}
	.esoonlistright ul li{
		width: 49%;
	}
	.esoonbtright{
		width: 68.625rem;
	}
	.detail{
		width: 95%;
	}
	.detaileft{
		width: 45%;
	}
	.detaileft h1{
		font-size: 32px;
	}
	.sednr{
		width: 90%;
		padding: 2.5%;
	}
	.sedtext{
		font-size: 32px;
	}
	.sedlist ul{
		width: 95%;
	}
	.sedlist ul li{
		width: 23%;
		margin: 1%;
	}
	.conta{
		width: 95%;
	}
	.contabt h1{
		font-size: 32px;
	}
	.contalist ul li{
		width: 27%;
		 padding: 0 3rem;
		padding-top: 2.8125rem;
		padding-bottom: 1.5625rem;
	}
	.zxlyform{
		width: 95%;
	}
	.zxlyform form div input{
		width: calc(48.5% - 30px);
	}
	.detaileft a{
		width: 15.75rem;
		height: 4.125rem;
	}
	.detaileft h1{
		font-size: 28px;
	}
	.fealistdv{
		width: 95%;
	}
	.fealistleft{
		width: 45%;
	}
	.fealistright{
		width: 50%;
	}
	.fealistleft h1{
		font-size: 28px;
	}
	.fealistleft a{
		width: 15.75rem;
		height: 4.125rem;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvleft{
		width: 70%;
	}
	.shownavdvright{
		width: 27.5rem;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li .newslistleft{
		width: 30%;
	}
	.newslistright{
		width: 67.5%;
	}
	.newslistright p{
		font-size: 14px;
	}
	.newslistright section a{
		width: 16.75rem;
		height: 4.125rem;
	}
}


@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdvright{
		width: 95.375rem;
	}
	.headdvright ul{
		width: 79.625rem;
	}
	.inservice{
		width: 95%;
	}
	.inservicebtleft h2{
		font-size: 28px;
	}
	.inservicebtright a{
		width: 17.6875rem;
		height: 5.125rem;
	}
	.inservicelist ul li{
		width: 16.75rem;
	}
	.inservicelist ul li.active{
		width: 41.25rem;
	}
	.inservicelist ul li.active section h2{
		width: 100%;
		font-size: 20px;
	}
	.inservicelist ul li.active section p{
		width: 100%;
		height: 120px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft{
		width: 50%;
	}
	.inaboutdvleft .inservicebtleft h2{
		line-height: 40px;
	}
	.inaboutdvleft a{
		width: 17.75rem;
		height: 5.125rem;
	}
	.inaboutdvleft p{
		color: #4e4e4e;
		font-size: 14px;
		line-height: 30px;
		margin-top: 2.5rem;
	}
	.inprovideleft{
		margin: 0;
	}
	.inproviderightlist .swiper-slide a{
		padding-right:0 ;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul li h1 span{
		font-size: 42px;
	}
	.szdv ul li h1 i{
		font-size: 24px;
	}
	.szdv ul li p{
		font-size: 14px;
	}
	.zhizaoright{
		height: 700px;
	}
	.zhizao .zhizaoleft>div:nth-child(2){
		width: 350px;
	}
	.zhiaosa h2{
		font-size: 28px;
	}
	.zhizaoleft{
		width: 90%;
	}
	.zhiaosa{
		width: 35rem;
	}
	.zhiaosa a{
		margin-top: 3rem;
		width: 15.6875rem;
		height: 5.125rem;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvlist ul li{
		width: 32%;
	}
	.innewsdvlist ul li section h2 iconpark-icon{
		font-size: 16px;
	}
	.inprovide{
		width: 95%;
	}
	.inservicebtleft h2{
		line-height: 40px;
	}
	.inprovideleft a{
		width: 16.75rem;
		height: 5.125rem;
	}
	.inprovideright{
		height: 50rem;
	}
	.inwork{
		width: 95%;
	}
	.inworklistleft{
		font-size: 24px;
	}
	.inworklistright{
		width: 78.625rem;
	}
	.infeatureddv{
		width: 95%;
	}
	.infeatureddvleft{
		width: 50%;
	}
	.infeatureddvright{
		width: 45%;
	}
	.infeatureddvright .inservicebtleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.infeatureddvright ul li h1{
		font-size: 17px;
	}
	.inlogdv{
		width: 95%;
	}
	.inlogdvleft{
		width: 53rem;
	}
	.inlogdvleft a{
		width: 16.6875rem;
		height: 5.125rem;
	}
	.touchbt{
		height: 7.4375rem;
	}
	.inlogdvright{
		width: 42.625rem
	}
	.inlogdvright form button{
		width: 16.75rem;
		height: 5.125rem;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.partnerdv{
		width: 95%;
	}
	.partnerbtright a {
		width: 16.75rem;
		height: 5.125rem;
	}
	.partnerlist{
		width: 95%;
	}
	.partnerlist ul li{
		width: 11%;
	}
	.esoon{
		width: 95%;
	}
	.esoonbtright{
		width: 60%;
	}
	.esoonlist{
		width: 100%;
	}
	.partnerlist ul li{
		margin: 0.5%;
		width: 15.5%;
	}
	.esoonlistleft{
		width: 49.5%;
	}
	.esoonlistright{
		width: 49.5%;
	}
	.esoonlistright ul li{
		width: 49%;
	}
	.detail{
		width: 95%;
	}
	.detaileft{
		width: 47%;
	}
	.detaileft h1{
		font-size: 28px;
	}
	.detaileft a{
		width: 16.75rem;
		height: 5.125rem;
	}
	.sedtext{
		font-size: 28px;
	}
	.sednr{
		width: 89%;
		padding: 3%;
	}
	.sedlist ul{
		width: 95%;
	}
	.sedlist ul li{
		width: 23%;
	}
	.sedlist ul li section h1{
		font-size: 17px;
		line-height: 30px;
		height: 90px;
	}
	.conta{
		width: 95%;
	}
	.contalist ul li{
		width: 28%;
		padding: 0 2%;
		padding-top: 2.8125rem;
		padding-bottom: 1.5625rem;
	}
	.contalist ul li p{
		line-height: 25px;
	}
	.contalist ul li h1{
		font-size: 22px;
	}
	.contabt h1{
		font-size: 28px;
	}
	.zxlybt h1{
		font-size: 28px;
	}
	.zxlyform{
		width: 95%;
	}
	.zxlyform form div input{
		width: calc(48% - 30px);
	}
	.detaileft h1{
		font-size: 24px;
	}
	.fealistdv{
		width: 95%;
	}
	.fealistleft{
		width: 47%;
	}
	.fealistright{
		width: 50%;
	}
	.fealistleft h1{
		font-size: 24px;
	}
	.fealistright img{
		display: block;
		width: 100%;
	}
	.fealistleft a{
		width: 16.75rem;
		height: 5.125rem;
	}
	.shownav ul{
		width: 95%;
	}
	.shownav ul li a{
		width: 25rem;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvleft{
		width: 70%;
	}
	.shownavdvright{
		padding: 1.875rem;
		width: 27.5rem;
	}
	.rmbt{
		margin-bottom: 0.9375rem;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li .newslistleft{
		width: 30%;
	}
	.newslistright{
		width: 67.5%;
	}
	.newslistright p{
		font-size: 14px;
	}
	.newslistright section a{
		width: 17.75rem;
		height: 5.125rem;
	}
}


@media only screen and (max-width: 1000px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.inservice{
		width: 95%;
	}
	.inservicebt{
		display: block;
	}
	.inservicebtleft h1{
		justify-content: center;
	}
	.inservicebtleft h1 span{
		font-size:15px;
	}
	.inservicebtleft h2{
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}
	.inservicebtright a{
		width: 40.6875rem;
		height: 10.125rem;
		margin: 15px auto;
	}
	.inservicelist ul{
		display: block;
	}
	.inservicelist ul li{
		width: 100%;
	}
	.inservicelist ul li img{
		width: 100%;
	}
	.inservicelist ul li.active{
		width: 100%;
	}
	.inservicelist ul li section{
		padding: 5%;
		width: 90%;
	}
	.inservicelist ul li section {
	    background: url(../images/gylbg_03.png) center no-repeat;
	    background-size: cover;
	}
	.inservicelist ul li section h1{
		font-size: 18px;
	}
	.inservicelist ul li section h2{
		width: 100%;
		height: auto;
		font-size: 16px;
	}
	.inservicelist ul li.active section h2{
		font-size: 16px;
	}
	.inservicelist ul li section p{
		font-size: 13px;
	}
	.inservicelist ul li section p{
		height: auto;
		transform: rotateX(0deg);
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.inservicelist ul li.active section h2{
		width: 100%;
		height: auto;
		font-size: 16px;
	}
	.inservicelist ul li.active section p{
		height: auto;
		transform: rotateX(0deg);
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 20px;
		width: 100%;
		margin-top: 10px;
	}
	.inservicelist ul li iconpark-icon{
		font-size: 32px;
	}
	.inservicelist ul li{
		margin-bottom: 10px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft .inservicebtleft h2{
		line-height: 25px;
		font-size: 20px;
	}
	.inaboutdvleft p,.szdv ul li p{
		font-size: 14px;
		line-height: 27px;
	}
	.inaboutdvleft a{
		width: 41.75rem;
		height: 12.125rem;
		margin: 0 auto;
		margin-top: 2.5rem;
	}
	.inabout{
		background-size: contain;
		background-position: center;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul li{
		width: 48%;
		text-align: center;
		margin: 10px 0px;
	}
	.szdv ul li p{
		font-size: 13px;
		line-height: 25px;
	}
	.szdv ul li h1 span{
		font-size: 28px;
	}
	.szdv ul li h1 i{
		font-size: 17px;
	}
	.szdv ul li p{
		margin-top: -5px;
	}
	.zhizao{
		display: block;
	}
	.zhizaoleft{
		width:90%;
		padding: 5%;
		display: flex;
		flex-direction: column-reverse;
	}
	.zhiaosa{
		width: 100%;
		height: 300px;
		margin-top: 15px;
	}
	.zhiaosa h2{
		font-size: 20px;
	}
	.touchbt h1{
		font-size: 18px;
	}
	.zhiaosa h1{
		font-size: 18px;
	}
	.zhiaosa a{
		width: 40.6875rem;
		height: 10.125rem;
	}
	.zhizao .zhizaoleft>div:nth-child(2){
		width: 100%;
	}
	.zhizaoleft .quan{
		display: none;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul{
		width: 100%;
	}
	.zhizao .zhizaoleft .btns{
		display: none;
	}
	.zhizaoright{
		width: 100%;
		height: 200px;
	}
	.zhizaoright img{
		width: 100%;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul{
		display: block;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li{
		margin-bottom: 0;
		text-align: center;
		line-height: 40px;
	}
	.hu{
		height: auto;
	}
	.zhizao .zhizaoleft>div:nth-child(2){
		height: 120px;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li.on{
		background: url(../images/abg_03.jpg) center no-repeat;
		background-size: cover;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvlist ul{
		display: block;
	}
	.innewsdvlist ul li{
		width: 100%;
	}
	.innewsdvlist ul li section h1{
		font-size: 17px;
	}
	.innewsdvlist ul li section p{
		font-size: 14px;
	}
	.innewsdvlist ul li section h2{
		margin-top: 5px;
	}
	.innewsdvlist ul li section h2 iconpark-icon{
		font-size: 16px;
	}
	.innewsdvlist ul li{
		margin-bottom: 15px;
	}
	.innewsdvlist ul li section{
		width: 90%;
		padding: 5%;
	}
	.inprovide{
		width: 90%;
		display: block;
	}
	.inprovideleft{
		width: 100%;
	}
	.inprovideleft a{
		width: 40.75rem;
		height: 12.125rem;
		margin: 10px auto;
	}
	.inprovideright{
		width: 100%;
		height: 400px;
		margin-top: 20px;
	}
	.inproviderightlist .swiper-slide p{
		font-size: 14px;
	}
	.inwork{
		width: 95%;
	}
	.inworklist{
		display: block;
	}
	.inworklistleft {
		font-size: 20px;
	}
	.inworklistright{
		width: 100%;
	}
	.hzhbs {
		margin: 15px auto;
	}
	.infeatured{
		display: block;
		padding-top: 20px;
	}
	.infeatureddv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.infeatureddvleft{
		width: 100%;
	}
	.infeatureddvright{
		width: 100%;
		margin-top: 20px;
	}
	.infeatureddvright .inservicebtleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.infeatureddvright ul{
		margin-top: 15px;
	}
	.infeatureddvright ul li img{
		width: 40px;
		height: 40px;
	}
	.infeatureddvright ul li h1{
		font-size: 16px;
	}
	.inlogdv{
		width: 95%;
		display: block;
	}
	.inlogdvleft{
		width: 100%;
	}
	.inlogdvleft a{
		width: 40.6875rem;
		height: 10.125rem;
		margin: 0 auto;
		margin-top: 3.25rem;
	}
	.inlogdvright{
		margin: 0 auto;
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}
	.foot{
		display: none;
	}
	.touchbt{
		height: 12.4375rem;
		font-size: 20px;
	}
	.inlogdvright form{
		margin-top: 15px;
	}
	.inlogdvright form h1{
		margin-bottom: 5px;
	}
	.inlogdvright form input{
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}
	.inlogdvright form button{
		margin-top: 15px;
		width: 29.75rem;
		height: 11.125rem;
	}
	.inservicelist ul li.active section h2{
		line-height: 30px;
	}
	.partnerdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.partnerbtright a{
		margin: 0 auto;
		width: 40.75rem;
		height: 11.125rem;
		margin-top: 15px;
	}
	.partnerlist{
		width: 95%;
	}
	.partnerlist ul li{
		width: 31%;
		margin: 1%;
	}
	.esoon{
		width: 95%;
	}
	.esoonbt{
		display: block;
	}
	.esoonbtright{
		width: 100%;
	}
	.esoonbtright p{
		font-size: 14px;
		margin-top: 10px;
	}
	.esoonlist{
		width: 100%;
		display: block;
	}
	.esoonlistleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.esoonlistright{
		width: 100%;
	}
	.esoonlistright ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.esoonlistright ul li:first-child, .esoonlistright ul li:nth-child(2){
		margin-bottom: 10px;
	}
	.detail{
		width: 95%;
		display: block;
	}
	.detaileft{
		width: 100%;
	}
	.detaileft h1{
		font-size: 20px;
	}
	.detaileft a{
		width: 40.75rem;
		height: 11.125rem;
	}
	.detairight{
		margin-top: 15px ;
		width: 100%;
	}
	.sedtext{
		font-size: 22px;
	}
	.sednr{
		width: 90%;
		padding: 2.5%;
		margin-top: 15px;
	}
	.sedlist ul{
		margin-top: 15px;
		width: 95%;
		flex-wrap: wrap;
	}
	.sedlist ul li{
		width: 48%;
		margin: 1%;
	}
	.sedlist ul li section{
		width: 90%;
		padding: 5%;
	}
	.sedlist ul li section h1{
		font-size: 15px;
		line-height: 30px;
		height: 90px;
	}
	.sedlist ul li section h2{
		margin-top: 10px;
	}
	.sedlist ul li section h2 span{
		font-size: 14px;
	}
	.conta{
		width: 95%;
	}
	.contabt h1{
		font-size: 22px;
	}
	.contalist ul{
		display: block;
	}
	.contalist ul li{
		width: 90%;
		margin-bottom: 10px;
		padding: 5%;
	}
	.contalist ul li iconpark-icon{
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.contalist ul li h1{
		margin-top: 10px;
		font-size: 18px;
	}
	.contalist ul li p{
		font-size: 14px;
	}
	.zxlybt h1{
		font-size: 22px;
	}
	.zxlybt p{
		width: 95%;
		margin: 0 auto;
		margin-top: 5px;
		font-size: 14px;
	}
	.zxlyform{
		width: 95%;
	}
	.zxlyform form div input{
		width: calc(100% - 30px);
		height: 40px;
		padding: 0 15px;
		line-height: 40px;
		margin: 1% 0;
	}
	.zxlyform form textarea{
		margin: 1% 0;
		width: calc(100% - 30px);
		padding: 10px 15px;
	}
	.zxlyform form button{
		width: 160px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.fealistdv{
		width: 95%;
		display: block;
	}
	.fealistleft{
		width: 100%;
	}
	.fealistleft h1{
		font-size: 20px;
	}
	.fealistleft p{
		line-height: 28px;
	}
	.fealistleft a{
		width: 40.75rem;
		height: 11.125rem;
	}
	.fealistright{
		margin-top: 15px;
		width: 100%;
	}
	.fealistright img{
		display: block;
		width: 100%;
	}
	.shownav ul li a{
		width: auto;
		line-height: 50px;
		padding: 0 15px;
	}
	.shownav ul{
		width: 95%;
		justify-content: space-between;
	}
	.shownav{
		height: 50px;
	}
	.shownav ul li a{
		padding: 0 10px;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li .newslistleft{
		width: 35%;
	}
	.newslistright{
		width: 61%;
	}
	.newslist ul li .newslistleft img{
		display: block;
		width: 100%;
	}
	.newslistright section{
		display: none;
	}
	.newslistright h1{
		font-size: 16px;
	}
	.newslistright p{
		font-size: 13px;
		line-height: 23px;
		height: 46px;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.shownavdvleftbt h1{
		font-size: 18px;
	}
	.shownavdvleftbt h2{
		margin-top: 10px;
	}
	
	.shownavdvleftbt h2 iconpark-icon{
		font-size: 14px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.shownavdvleftwz{
		width: 100%;
		margin-top: 15px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
	}
	.rmbt{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.shownavdvright ul li{
		height: 30px;
	}
	.shownavdvright ul li a{
		height: 30px;
		line-height: 30px;
	}
	.shownavdvright{
		margin-top: 15px;
	}
	.nrbanner{
		overflow: hidden;
		width: 100%;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 17px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 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-image: linear-gradient(to right, #008eca , #008eca);
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #60b8de;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.inservicelist ul li section p{
		line-height: 25px;
		height: 75px;
		overflow:hidden;

		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:3;
	}
	.zhiaosa p{
		line-height: 25px;
	}
	.esoonbtright p{
		line-height: 27px;
	}
	.detaileft h1{
		font-size:18px;
	}
	.sedtext{
		font-size: 20px;
	}
	.sedlist ul li section h1{
		height:60px;
		font-size:14px;
		overflow:hidden;

		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:2;
	}
	.inprovideleft{
		margin: 0;
	}
	.inproviderightlist .swiper-slide a{
		padding-right:0 ;
	}
	.inprovideleft{
		margin: 0;
	}
	.inproviderightlist .swiper-slide a{
		padding-right:0 ;
	}
	.partnerlist ul li{
		width: calc(31% - 2px);
	}
}
