/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face
{
	font-family: "HarmonyOS_Sans_SC_Bold";
	src:url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC_Medium";
	src:url('../font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC";
	src:url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Inter_Bold";
	src:url('../font/Inter-Bold_1.ttf');
}
@font-face
{
	font-family: "Inter_Light";
	src:url('../font/Inter-Light_1.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Anton";
	src:url('../font/Anton-Regular.ttf');
}
@font-face
{
	font-family: "Montserrat_Semi_Bold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
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: 5.625rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	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 {
	margin: 0 auto;
	height: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.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: 50.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

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

.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;
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #0058a7; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #0058a7; 
}
.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 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.banners img{
	display: block;
	width: 100%;
}
.dh{
	background-color: #ffffff;
	width: 100px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.dh a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	color: #3777d6;
	font-size: 20px;
	border-radius: 50px;
	margin-right: 10px;
}
.dh span{
	color: #3777d6;
	font-size: 14px;
}
.ss{
	font-size: 20px;
	color: #fff;
}
.inpro{
	padding-top: 5.9375rem;
	padding-bottom: 13.75rem;
	background: url(../images/probg_02.jpg) center bottom no-repeat;
}
.inprobt{
	margin-bottom: 2.5rem;
}
.inprobt h1{
	color: #155bae;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.inprobt h2{
	text-align: center;
	color: #333333;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
}
.inpro #thumbs2{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.inpro #thumbs2 .swiper-slide h1 i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 56px;
	margin-bottom: 0.625rem;
	color: #333333;
}
.inpro #thumbs2 .swiper-slide h1 p{
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.inpro #thumbs2 .swiper-slide-thumb-active h1 i{
	color: #004bbb;
}
.inpro #thumbs2 .swiper-slide-thumb-active h1 p{
	color: #004bbb;
	font-family: "Poppins_SemiBold";
}
.inpro #gallery2{
	width: 93.75rem;
}
.inprolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.inprolist ul li{
	width: 23%;
	margin: 1%;
}
.inprolist ul li div{
	width: 100%;
	overflow: hidden;
}
.inprolist ul li div img{
	transition: all 1s;
	width: 100%;
	display: block;
}
.inprolist ul li:hover img{
	transform: scale(1.05);
}
.inprolist ul li section{
	height: 70px;
	background-color: #f7f9fc;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.inprolist ul li section h1{
	width: 90%;
	margin: 0 auto;
	color: #333333;
	font-size: 16px;
	position: relative;
	z-index: 3;
	transition: all 1s;
	overflow:hidden;
	height: 70px;
	text-overflow:ellipsis;
	line-height: 70px;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:1;
}
.inprolist ul li section::after{
	content: '';
	width: 0;
	height: 100%;
	transition: all .5s;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 5px solid #004bbb;
	background-image: linear-gradient(to right, #004bbb , #4cbedf);
}
.inprolist ul li:hover section::after{
	width: calc(100% - 5px);
}
.inprolist ul li:hover section h1{
	color: #fff;
}
.inabout{
	width: 100%;
	padding: 10rem 0px;
	background: url(../images/iabbg_02.jpg) center no-repeat;
}
.inaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inaboutdvleft{
	width: 470px;
}
.inaboutdvleft h1{
	color: #fff;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.inaboutdvleft h2{
	font-weight: bold;
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
}
.inaboutdvleft p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
	margin-top: 2.8125rem;
	margin-bottom: 5.3125rem;
}
.inaboutdvleft a{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	transition: all 1s;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.inaboutdvleft a:hover{
	background-color: #004bbb;
	border-color: #004bbb;
}
.innews{
	width: 93.75rem;
	margin: 6.25rem auto;
	margin-bottom: 5rem;
}
.innewsbt h1{
	color: #155bae;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.innewsbt h2{
	font-weight: bold;
	font-size: 42px;
	color: #333333;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
}
.synewtext{
	width: 98%;
	margin: 0 auto;
	margin-top: 3.4375rem;
	box-shadow: 0px 0px 10px #edeaea;
}
.synewtext div{
	width: 100%;
	display: block;
	overflow: hidden;
	
}
.synewtext{
	margin-bottom: 15px;
}
.synewtext div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewtext:hover div img{
	transform: scale(1.05);
}
.synewtext section{
	display: block;
	padding: 35px;
	padding-bottom: 25px;
	background-color: #fff;
	padding-top: 40px;
	
	position: relative;
}
.synewtext section span{
	padding: 8px 15px;
	background-image: linear-gradient(to right, #004bbb , #4cbedf);
	text-align: center;
	font-size: 14px;
	font-family: "Poppins_Medium";
	color: #fff;
	position: absolute;
	top: -20px;
}
.synewtext section h1{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.synewtext section p{
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.synewtext section h2{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.synewtext section h2 iconpark-icon{
	width: 35px;
	height: 35px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #2062c4;
	color: #003e9b;
	transition: all 1s;
}
.synewtext:hover section h2 iconpark-icon{
	background-color: #2062c4;
	color: #fff;
}
.synewtext section h2 i{
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
	font-family: "Poppins_Light";
}
.synewtext:hover section h2 i{
	color: #004bbb;
}
.synews .swiper-pagination{
	position: inherit;
	margin-top: 2.5rem;
}
.synews .swiper-pagination span{
	width: 8px;
	height: 8px;
	background-color: #004bbb;
	position: relative;
}
.synewslist .swiper-pagination {
    position: inherit;
    margin-top: 2.5rem;
}
.synewslist .swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #004bbb;
    position: relative;
}
.any{
	padding: 50px 0;
	background-image: linear-gradient(to right, #004bbb , #4cbedf);
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #004bbb;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Poppins_Light";
}
.foot{
	padding-top: 5rem;
	background: url(../images/foot_06.jpg) center top no-repeat;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 285px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Poppins_Light";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 500px;
}
.footdvright dl:nth-child(2) section{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section h1{
	width: 50%;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdvright dl:nth-child(2) section h1:last-child{
	width: 100%;
	margin-top: 20px;
}
.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.insup{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 1.875rem;
	margin-bottom: 7.8125rem;
}
.insupbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.insupbtleft{
	width: 34.375rem;
}
.insupbtleft h1{
	color: #155bae;
    font-family: "Poppins_SemiBold";
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.insupbtleft h2 {
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    text-transform: uppercase;
    line-height: 50px;
}
.insupbtright 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;
}
.insupbtright a span{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.insupbtright a iconpark-icon{
	color: #333333;
	font-size: 22px;
	transition: all 1s;
}
.insupbtright a:hover{
	background-color: #155bae;
	border: 1px solid #155bae;
}
.insupbtright a:hover span{
	color: #fff;
}
.insupbtright a:hover iconpark-icon{
	color: #fff;
}
.inservicelist{
	margin-top: 2.8125rem;
}
.inservicelist ul{
	display: flex;
	justify-content: space-between;
}
.inservicelist ul li{
	width: 16.25rem;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}
.inservicelist ul li.active{
	width: 43.125rem;
}
.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;
}
.inservicelist ul li section h2{
	color: #fefefe;
	font-size: 24px;
	font-family: "Poppins_SemiBold";
	line-height: 35px;
	height: 120px;
	
}
.inservicelist ul li.active section h2{
	height: auto;
	font-size: 24px;
	line-height: 35px;
	width: 30rem;
}
.inservicelist ul li iconpark-icon{
	font-size: 48px;
	color: #fff;
}
.inservicelist ul li.active section{
	background: url(../images/gylbg_03.png) center no-repeat;
	background-size: cover;
}
.sabout{
	padding-top: 7.5rem;
	padding-bottom: 6.875rem;
	background: url(../images/aboutbg_02.png) center no-repeat;
	background-size: cover;
}
.saboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.saboutdvleft{
	width: 45%;
}
.saboutdvleft h1{
	color: #333333;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 2.8125rem;
}
.saboutdvleft p{
	margin-bottom: 1.875rem;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins";
	line-height: 30px;
}

.saboutdvleft 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;
}
.saboutdvleft a span{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.saboutdvleft a iconpark-icon{
	color: #333333;
	font-size: 22px;
	transition: all 1s;
}
.saboutdvleft a:hover{
	background-color: #155bae;
	border: 1px solid #155bae;
}
.saboutdvleft a:hover span{
	color: #fff;
}
.saboutdvleft a:hover iconpark-icon{
	color: #fff;
}
.sz{
	padding: 70px 0;
	background: url(../images/szbg_02.jpg) center no-repeat;
	background-size: cover;
}
.szdv{
	width: 93.75rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.szdv ul li h3 span{
	color: #fff;
	font-size: 62px;
	font-family: "Montserrat";
}
.szdv ul li h3 i{
	display: block;
	color: #fff;
	font-size: 30px;
	margin-top: -25px;
	margin-left: 10px;
	font-family: "Poppins_Medium";
}
.szdv ul li p{
	color: #fff;
	font-size: 16px;
	font-family: "HarmonyOS_Sans_SC";
}
.network{
	margin: 0 auto;
	width: 93.75rem;
	margin-top: 6.25rem;
	margin-bottom: 2.5rem;
}
.network h1{
	text-align: center;
	margin-bottom: 1.5625rem;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
}
.network img{
	display: block;
	width: 100%;
}
.adv{
	padding: 5.9375rem 0px;
	background-color: #f6f6f6;
}
.advbt h1{
	margin-bottom: 3.125rem;
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins";
	font-weight: bold;
}
.advlist{
	width: 93.75rem;
	margin: 0 auto;
}
.advlist ul{
	display: flex;
	justify-content: space-between;
}
.advlist ul li{
	width: 24%;
	overflow: hidden;
	position: relative;
}
.advlist ul li img{
	width: 100%;
	display: block;
	transition: all 1s; 
}
.advlist ul li:hover img{
	transform: scale(1.05);
}
.advlist ul li div{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: all 1s;
}
.advlist ul li:hover div{
	background-color: rgba(0, 75, 187, 0.8);
}
.advlist ul li div section{
	width: 80%;
}
.advlist ul li div section>i{
	color: #fff;
	font-size: 50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.advlist ul li div section h1{
	color: #fefefe;
	font-family: "Poppins_SemiBold";
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	height: 60px;
}
.advlist ul li div section h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}
.advlist ul li div section h2 span{
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: bold;
}
.advlist ul li div section h2 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin-left: 0.625rem;
	height: 1.25rem;
}

.lxwm{
	padding-top: 5.625rem;
	padding-bottom: 7.5rem;
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	font-family: "Poppins";
}
.lxwmbt i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #004bbb;
	margin: 0 auto;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-top: 1.875rem;
	font-family: "Poppins";
}
.lxwmlist{
	margin-top: 40px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 8.75rem);
	background-color: #f0f4fa;
	padding: 0 4.375rem;
	padding-top: 45px;
	padding-bottom: 50px;
	transition: all .5s;
	
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	color: #004bbb;
	font-size: 52px;
	transition: all .5s;
	margin-bottom: 30px;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 24px;
	transition: all .5s;
	font-family: "Poppins_Medium";
	text-align: center;
}
.lxwmlist ul li p{
	margin: 0 auto;
	color: #4c4c4c;
	font-size: 15px;
	margin-top: 0.625rem;
	transition: all .5s;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.lxwmlist ul li:hover{
	background: url(../images/lxwmbg_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.liy{
	padding-top: 5.9375rem;
	padding-bottom: 5rem;
	background: url(../images/zxlybg_02.jpg) center no-repeat;
	background-size: cover;
}
.liy form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 35px;
}
.liy form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liy form div input{
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	border: 1px solid #eaeced;
	c
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: "Poppins";
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	border: 1px solid #eaeced;
}
.liy form button{
	width: 180px;
	height: 50px;
	background-color: #004bbb;
	line-height: 50px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	font-family: "Poppins";
}
.cpzx{
	padding-top: 6.25rem;
	padding-bottom: 6.875rem;
	background-color: #ebeff5;
}
.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	font-family: "Poppins";
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.synewslist {
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	font-family: "Poppins";
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-image: linear-gradient(to right, #004bbb , #4cbedf);
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #e11f26;
	color: #e11f26;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
}
.xinwen{
	background-color: #ebeff5;
	padding-top: 5.9375rem;
	padding-bottom: 5.3125rem;
}

.shownewsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 70.5625rem;
}
.newlt{
	width: 65.3125rem;
	background-color: #fff;
	padding: 2.8125rem;
}
.shownavdvleftbt h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 1rem;
}
.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: 0.325rem;
	color: #4c4c4c;
	font-size: 18px;
}
.shownavdvleftbt h2 span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-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: 14px;
	color: #999999;
	font-size: 14px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #150e52;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
}

.rmlist ul li{
	border-bottom: 1px solid #fff;
	transition: all 1s;
}
.rmlist ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
}

.rmlist ul li a i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #a19bd3;
	margin-top: 17px;
	margin-right: 15px;
}

.rmlist ul li a:hover {
	color: #e21f27;
}

.rmlist ul li a span {
	width: 100%;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	height: 40px;
	text-overflow:ellipsis;
	color: #666666;
	transition: all 1s;
}
.rmlist ul li:hover{
	border-bottom: 1px solid #0058a7;
}
.rmlist ul li a:hover span{
	color: #0058a7;
}

.faye{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}
.dowmall{
	width: 100%;
	padding-top: 6.25rem;
	padding-bottom: 5rem;
	background-color: #f5f5f5;
}

.cp{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}
.cpleft{
	width: 21.875rem;
}
.cpright{
	width: 68.75rem;
	
}
.cpright .rmcplist{
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}
.cpright .rmcplist ul{
	justify-content: flex-start;
	margin-top: 0;
}
.cpright .rmcplist ul li{
	margin-bottom: 2%;
	margin-left: 1.275rem;
}
.casedvleft h1{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-indent: 1em;
	background-image: linear-gradient(to right, #004bbb , #4cbedf);
	color: #ffffff;
	font-size: 26px;
	background-size: cover;
}
.casedvleft ul{
	background-color: #fff;
	padding:10px 30px;
}
.caselb1{
	margin-top: 30px;
}
.casedvleft ul li{
	border-bottom: 1px solid #e4e6eb;
	    padding-bottom: 15px;
		padding-top: 15px;
}
.casedvleft ul li h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
.casedvleft ul li h2 a{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.casedvleft ul li h2 iconpark-icon{
	color: #004bbb;
	font-size: 20px;
	transition: all 1s;
}

.casedvleft ul li dl dd{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 1em;
}
.casedvleft ul li dl dd a{
	font-size: 14px;
	color: #666666;
	transition: all 1s;
}
.casedvleft ul li dl dd a:hover{
	color: #dc0c22;
}
.caselb1 h1{
	background-color: #dc0c22;
}
.caselb1>div{
	background-color: #fff;
	padding: 30px;
}
.caselb1>div h2{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}
.caselb1>div p{
	
}

.caselb1>div p span{

	display: block;
	color: #4c4c4c;
	margin-left: 7px;
	font-size: 14px;
	line-height: 25px;
}
.caselb1>div div{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0.9375rem;
}
.caselb1>div div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	color: #004bbb;
	font-size: 20px;
	margin-right: 10px;
}
.caselb1>div div section{
		width: 85%;
}
.caselb1>div div section h3{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.caselb1>div div section h4{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}
.cpright .inprolist ul li{
	width: 31.333%;
	margin-top: 0;
	margin-bottom: 2%;
}
.dowmall2{
	padding-top: 0;
}
.xiagqeg{
	width: 93.75rem;
	padding: 2.5rem 0rem;
	margin: 0 auto;
}
.xiagqegleft{
	color: #808080;
	font-size: 14px;
}

.xiagqegleft a{
	color: #808080;
	font-size: 14px;
}
.xiagqegleft a:last-child{
	color: #0051bd;
}
.xiagqeg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xiagqegright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0051bd;
	font-size: 16px;
}
.xiagqegright iconpark-icon{
	font-size: 18px;
	color: #0051bd;
	margin-right: 7px;
}
.chanpinimg{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft{
	width: 44.0625rem;
}
.chanpinimgright{
	width: 36.25rem;
}
.chanpinimgright h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 1.25rem;
	font-family: "HarmonyOS_Sans_SC SC";
	font-weight: bold;
}
.chanpinimgright p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 3.75rem;
}
.chanpinimgright a{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-image: linear-gradient(to right, #004cbb , #4cbedf);
	font-size: 14px;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}
.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

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

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

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

.maoyileft #gallery2 {
	width: 31.875rem;
	height: 31.875rem;
	background-color: #f7f7f7;
}
.mfoot,.mfootdv{
	display: none;
}
.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.pd{
	width: 93.75rem;
	margin: 4.375rem auto;
}
.pdec{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.pdec span{
	height: 50px;
	display: block;
	width: 170px;
	color: #333333;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #333333;
}
.pddv{
	background-color: #fff;
	padding: 40px;
	margin-top: 30px;
}
.fhui{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.fhui p a{
	color: #333333;
	font-size: 14px;
	font-family: "HarmonyOS_Sans_SC SC";
}
.fhui p a:hover{
	color: #004bbb;
}
.fhui div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div iconpark-icon{
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.fhui div span{
	display: block;
	color: #333333;
	font-size: 14px;
}
.rmtk{
	width: 93.75rem;
	margin:0 auto ; 
}
.rmtk .rmcplist{
	padding-top: 0;
	margin-top: 30px;
}
.rmtkbt{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
.rmtk .inprolist{
	margin-top: 35px;
}
.saboutdvright{
	width: 50%;
}
.saboutdvright img{
	display: block;
	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:42px;
	color: #ffffff;
	font-family: "Anton";
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 50%;
}
.bannersasg  .swiper-slide section h1{
	color: #fff;
	font-family: "Poppins";
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section h3{
	color: #fff;
	font-family: "Anton";
	margin-bottom: 2.1875rem;
	font-size: 48px;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	line-height: 30px;
	font-size: 17px;
}
.bannersasg  .swiper-slide section i{
	display: block;
	width: 42px;
	height: 26px;
	background: url(../images/qquan.png) center no-repeat;
	margin: 3.125rem 0px;
}

.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
	border: 1px solid #fff;
	transition: all 1s;
}

.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 16px;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #004bbb;
	color: #fff;
	border: 1px solid  #004bbb;
}
.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: 5px;
	height: 5px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 5px;
	border-radius: 15px;
}
.sjnav{
	display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 60.625rem;
	}
	.headdvright ul{
		width: 46.75rem;
	}
	.inpro #gallery2,.insup,.inaboutdv,.innews,.anydv,.footdv,.wdldv,.lxwm,.liy form{
		width: 95%;
	}
	.insupbtleft {
	    width: 50.375rem;
	}
	.insupbtright a{
		width: 12.6875rem;
		height: 4.125rem;
	}
	.inservicelist ul li{
		width: 20.25rem;
	}
	.inservicelist ul li.active {
	    width: 48.125rem;
	}	
	.synewslist{
		width: 100%;
	}
	.cpzx .synewslist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.shownewsdv{
		width: 95%;
	}
	.newlt{
		width: 74.3125rem;
	}
	.shownavdvleft {
	    width: 82.5625rem;
	}
	.shownavdvright{
		width: 27.5rem;
	}
	.cp{
		width: 95%;
	}
	.cpleft{
		width: 30.875rem;
	}
	.cpright {
	    width: 80.75rem;
	}
	.xiagqeg{
		width: 95%;
	}
	.chanpinimg,.pd,.rmtk,.saboutdv{
		width: 95%;
	}
	.chanpinimgleft {
		width: 53.0625rem;
	}
	.maoyileft #gallery2 {
	    width: 40.875rem;
	    height: 40.875rem;
	}
	.maoyileft #thumbs2 {
	    width: 7.8rem;
	    height: 40.875rem;
	}
	.chanpinimgright {
	    width: 52.25rem;
	}
	.saboutdvleft a{
		width: 12.6875rem;
		height: 4.125rem;
	}
	.szdv,.network,.advlist{
		width: 95%;
	}
	.advlist ul li div section h2 iconpark-icon{
		width: 10rem;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 60.625rem;
	}
	.headdvright ul{
		width: 46.75rem;
	}
	.inpro #gallery2,.insup,.inaboutdv,.innews,.anydv,.footdv,.wdldv,.lxwm,.liy form{
		width: 95%;
	}
	.insupbtleft {
	    width: 50.375rem;
	}
	.insupbtright a{
		width: 12.6875rem;
		height: 4.125rem;
	}
	.inservicelist ul li{
		width: 20.25rem;
	}
	.inservicelist ul li.active {
	    width: 48.125rem;
	}	
	.synewslist{
		width: 100%;
	}
	.cpzx .synewslist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.shownewsdv{
		width: 95%;
	}
	.newlt{
		width: 74.3125rem;
	}
	.shownavdvleft {
	    width: 82.5625rem;
	}
	.shownavdvright{
		width: 27.5rem;
	}
	.cp{
		width: 95%;
	}
	.cpleft{
		width: 30.875rem;
	}
	.cpright {
	    width: 80.75rem;
	}
	.xiagqeg{
		width: 95%;
	}
	.chanpinimg,.pd,.rmtk,.saboutdv{
		width: 95%;
	}
	.chanpinimgleft {
		width: 53.0625rem;
	}
	.maoyileft #gallery2 {
	    width: 40.875rem;
	    height: 40.875rem;
	}
	.maoyileft #thumbs2 {
	    width: 7.8rem;
	    height: 40.875rem;
	}
	.chanpinimgright {
	    width: 52.25rem;	
	}
	.saboutdvleft a{
		width: 12.6875rem;
		height: 4.125rem;
	}
	.szdv,.network,.advlist{
		width: 95%;
	}
	.advlist ul li div section h2 iconpark-icon{
		width: 10rem;
	}	
	.bannersasg .swiper-slide section h3{
		font-size: 42px;
	}
	.bannersasg .swiper-slide div section{
		width: 60%;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.inprobt h1{
		font-size: 14px;
	}
	.inprobt h2{
		font-size: 18px;
	}
	.inpro #thumbs2{
		width: 95%;
	}
	.inpro #thumbs2 .swiper-slide h1 iconpark-icon{
		font-size: 36px;
	}
	.inpro #thumbs2 .swiper-slide h1 p{
		font-size: 12px;
	}
	.inpro #gallery2{
		width: 95%;
	}
	.inprolist ul li{
		width: 48%;
	}
	.inprolist ul li section{
		height: 40px;
	}
	.inprolist ul li section h1{
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		overflow: hidden;
		
	}
	.insup{
		width: 95%;
	}
	.insupbt{
		display: block;
	}
	.insupbtleft{
		width: 100%;
	}
	.insupbtleft h2{
		font-size: 18px;
		line-height: 25px;
	}
	.insupbtleft h1{
		margin-bottom: 5px;
	}
	.insupbtright a{
		width: 100px;
		height: 35px;
		margin-top: 15px;
	}
	.insupbtright a span{
		font-size: 12px;
	}
	.insupbtright a iconpark-icon {
		font-size: 16px;
    }
	.inservicelist ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.inservicelist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.inservicelist ul li img{
		width: 100%;
		display: block;
	}
	.inservicelist ul li.active{
		width: 100%;
	}
	.inservicelist ul li.active section h2{
		width: 100%;
	}
	.inservicelist ul li.active section p{
		width: 100%;
	}
	.inservicelist ul li section h1{
		font-size: 14px;
	}
	.inservicelist ul li.active section h2{
		font-size: 16px;
		line-height: 20px;
	}
	.inservicelist ul li.active section p{
		margin-top: 5px;
	}
	.inservicelist ul li.active section p{
		font-size: 12px;
		line-height: 25px;
		height: 75px;
	}
	.inservicelist ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 75px;
	}
	.inservicelist ul li iconpark-icon{
		font-size: 36px;
	}
	.inservicelist ul li section h2{
		font-size: 16px;
		height: auto;
		line-height: 20px;
	}
	.inservicelist ul li section p{
		transform: rotateX(0deg);
	}
	.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 iconpark-icon{
		margin-top: 10px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft h2{
		font-size: 14px;
	}
	.inaboutdvleft h2{
		font-size: 18px;
		line-height: 20px;
	}
	.inaboutdvleft h1{
		margin-bottom: 5px;
	}
	.inaboutdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.inabout{
		background: url(../images/iabbg_02.jpg) center no-repeat;
		background-size: cover;
	}
	.inaboutdvleft a{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.innews{
		width: 95%;
	}
	.innewsbt h2{
		font-size: 18px;
		line-height: 20px;
	}
	.innewsbt h1{
		margin-bottom: 5px;
	}
	.synewslist{
		width: 100%;
	}
	.synewtext section{
		padding: 5%;
		width: 90%;
	}
	.synewtext section span{
		font-size: 12px;
	}
	.synewtext section h1{
		font-size: 16px;
	}
	.synewtext section p{
		font-size: 12px;
	}
	.synewtext section h2{
		margin-top: 5px;
	}
	.synewtext section h2 iconpark-icon{
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.synewtext section h2 i{
		font-size: 12px;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}
	.anydv form{
		display: block;
		width: 100%;
	}
	.anydv form input{
		display: block;
		width: 94%;
		padding: 0 3%;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.anydv form input:nth-child(3){
		width: 94%;
	}
	.anydv form button{
		width: 120px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.foot{
		display: none;
	}
	.saboutdv{
		width: 95%;
	}
	.saboutdv{
		display: block;
	}
	.saboutdvleft{
		width: 100%;
	}
	.saboutdvleft h1{
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	.saboutdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.saboutdvleft a{
		width: 100px;
		height: 35px;
		margin:0 auto;
		font-size: 12px;
		padding: 0 3.875rem;
	}
	.saboutdvleft a span{
		font-size: 12px;
	}
	.saboutdvleft a iconpark-icon{
		font-size: 15px;
	}
	.saboutdvright{
		width: 100%;
		margin-top: 15px;
	}
	.sz{
		padding: 30px 0px;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 49%;
		margin: 2% 0;
	}
	.szdv ul li h3 span{
		font-size: 32px;
	}
	.szdv ul li h3 i {
		font-size: 14px;
		margin-top: -15px;
		margin-left: 5px;
	}
	.szdv ul li p{
		font-size: 12px;
	}
	.network{
		width: 95%;
	}
	.network h1{
		font-size: 18px;
	}
	.advbt h1{
		font-size: 18px;
	}
	.advlist{
		width: 95%;
	}
	.advlist ul{
		flex-wrap: wrap;
	}
	.advlist ul li{
		width: 48%;
		margin: 1%;
	}
	.advlist ul li div section>i{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.advlist ul li div section h1{
		font-size: 16px;
	}
	.advlist ul li div section{
		width: 90%;
	}
	.advlist ul li div section h2 iconpark-icon{
		width: auto;
	}
	.advlist ul li div section h2 span{
		font-size: 12px;
	}
	.advlist ul li div section h2 iconpark-icon{
		font-size: 16px;
	}
	.advlist ul li div section h1{
		font-size: 14px;
	}
	.lxwmbt h1{
		font-size: 18px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt p{
		font-size: 12px;
	}
	.lxwmlist{
		margin-top: 14px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		height: auto;
		font-size: 32px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.liy form{
		width: 95%;
	}
	.liy form div{
		display: block;
	}
	.liy form div input{
		width: 94%;
		padding: 0 3%;
		margin-bottom: 10px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.liy form textarea{
		width: 94%;
		padding: 0 3%;
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 35px;
	}
	.liy form button{
		width: 120px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.cpzx .synewslist{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
		width: 90%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 16px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.newlt{
		width: 90%;
		padding: 5%;
	}
	.shownavdvleft{
		width: 100%;
	}
	.shownavdvleftbt h1{
		font-size: 16px;
		line-height: 30px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.shownavdvright form input{
		width: ;
	}
	.bsua span{
		font-size: 16px;
	}
	.rmlist ul li a span{
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.cp{
		width: 95%;
	}
	.cpleft{
		display: none;
	}
	.cpright{
		width: 100%;
	}
	.cpright .inprolist ul li{
		width: 48%;
		margin: 1%;
	}
	.xiagqeg{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		flex-direction: column;
	}
	.maoyileft #thumbs2{
		display: block;
		width: 100%;
	}
	.maoyileft #gallery2{
		width: 100%;
	}
	.maoyileft{
		flex-direction: column-reverse;
	}
	.maoyileft #gallery2{
		height: auto;
	}
	.houallsadsa{
		padding-top: 20px;
	}
	.maoyileft #thumbs2{
		margin-top: 15px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width: 100%;
	}
	.dowmall2{
		padding-top: 2.5%;
	}
	.chanpinimgright h1{
		font-size: 18px;
	}
	.chanpinimgright p{
		font-size: 12px;
		line-height: 25px;
	}
	.chanpinimgright a{
		width: 120px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.pd{
		width: 95%;
	}
	.pdec{
		height: 45px;
	}
	.pdec span{
		height: 45px;
		line-height: 45px;
	}
	.pddv{
		padding: 5%;
		margin-top: 15px;
	}
	.fhui{
		display: block;
		margin-top: 15px;
	}
	.fhui div{
		display: none;
	}
	.fhui p{
		margin-bottom: 15px;
	}
	.rmtk{
		margin-top: 25px;
	}
	.rmtkbt{
		font-size: 18px;
	}
	.rmtk .inprolist{
		margin-top: 10px;
	}
	.rmtk{
		width: 95%;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide div section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h1,.bannersasg .swiper-slide section i,.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 18px;
		text-align: center;
	}
	.bannersasg .swiper-slide section p{
		font-size: 13px;
		line-height: 25px;
		text-align: center;
	}
	.nrbanner img {
		width: 130%;
		margin-left: -15%;
	}

	.nrbanner {
		width: 100%;
		overflow: hidden;
	}
	.nrbanner .btext h2{
		font-size: 20px;
		text-align: center;
	}
	.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: #124ed5;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #094a85;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.pagination li a{
		    padding: 5px 10px;
	}
	.inpro #thumbs2 .swiper-slide h1 i{
		font-size: 36px;
	}
	.yuyan{
		position: absolute;
        right: 70px;
        top: 10px;
        z-index: 99;
        width: 40px;
        height: 30px;
       	text-align: center;
        line-height: 30px;
        border: 1px solid #155bae;
        border-radius: 5px;
	}
	.yuyan a{
		text-align: center;
		color: #155bae;
	}
}