/* 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";
	src:url('../font/HARMONYOS_SANS_SC_REGULAR.TTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR_1.TTF');
}
@font-face
{
	font-family: "HarmonyOS_Sans";
	src:url('../font/HARMONYOS_SANS_REGULAR.TTF');
}
@font-face
{
	font-family: "Montserrat_Hairline";
	src:url('../font/MONTSERRAT-HAIRLINE.OTF');
}


body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

.heads {
	position: fixed;
	height: 6.25rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	background-color: #fff;
	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;
}

.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: 105rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 60.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	line-height: 6.25rem;
	transition: all .3s;
}
.headdvright ul li{
	padding: 0 10px;
}
.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #1a1a1a;
}
.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 150%;
	height: 3px;
	bottom: -1px;
	left: -25%;
	transition: all 1s;
}
.headdvright ul li:hover a span{
	color: #0071ba;
}
.headdvright ul li:hover a::after {
	background-color: #0071ba;
}
.headdvright ul li.active a span{
	color: #0071ba;
}
.headdvright ul li.active a::after {
	background-color: #0071ba;
}

.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.banners img{
	display: block;
	width: 100%;
}
.dianhua{
	width: 224px;
	height: 30px;
}
.dianhua{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dianhua iconpark-icon{
	color: #0071ba;
	font-size: 24px;
	border-radius: 50px;
	margin-right: 10px;
}
.dianhua span{
	color: #0071ba;
	font-size: 24px;
	font-family: "HarmonyOS_Sans_SC";
	font-weight: bold;
}
.ss iconpark-icon{
	font-size: 22px;
	color: #000000;
}
.zxintop{
	background-color: #0071ba;
	height: 5rem;
	margin-top: -2px;
}
.zxintopdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.zxintopright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.zxintopright a span{
	height: 30px;
}
.zxintopright a iconpark-icon{
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zxintopleft{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxintopleft h1{
	color: #ffffff;
	font-size: 16px;
}
.zxintopleft i{
	display: block;
	width: 1px;
	background-color: #fff;
	height: 20px;
	margin: 0 2.1875rem;
}
.zxintoplist {
	width: 38.125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxintoplist iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}
.zxintopright a  span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxintopright a iconpark-icon{
	margin-left: 0.9375rem;
	font-size: 22px;
}
.zxintoplist .zxxx{
	width: 80%;
	margin: 0;
	height: 30px;
}
.zxintoplist .zxxx .swiper-slide a{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	color: #fff;
}
.syprobt{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sypro{
	margin: 6.25rem auto;
}
.syprobtleft{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.syprobtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 15px;
	width: 130px;
	height: 45px;
	background-color: #0071ba;
	border-radius: 50px;
}
.syprobtright a span{
	color: #ffffff;
	font-size: 14px;
}
.syprobtright a iconpark-icon{
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.syprodt{
	position: relative;
	padding: 2.1875rem;
	width: calc(100% - 4.375rem);
}
.syprodt em{
	position: absolute;
	top:0;
	left: 0;
	background-color: #f4f4f4;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.syprodt h1{
	color: #333333;
	font-size: 22px;
	position: relative;
	z-index: 3;
}
.syprodt p{
	position: relative;
	z-index: 3;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.syprodt  div{
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: 100%;
}
.syprodt  div img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all 1s;
}
.syprolist {
	height: auto !important;
	margin-top: 3.75rem;
}
.syprolist .swiper-slide:hover .syprodt  div img{
	transform: scale(1.05);
}

.syprodt section{
	display: block;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.syprodt section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	height: 45px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #fff;
	transform: translate(2.1875rem,2.1875rem);
	border-radius: 50px;
	text-replace: auto; 
}
.syprodt section h3 span{
	color: #333333;
	font-size: 14px;
	line-height: 45px;
}
.syprodt section h3 iconpark-icon{
	font-size: 22px;
	color: #333333;
}

.syprolist .swiper-slide:hover .syprodt em {
	border-radius: 50%;
	 background: url(../images/cpbg_013.png) center no-repeat;
    background-size: contain;
}



.yshi{
	 position: relative;
}
.yshi #gallery{
	width: 100%;
}
.yshi #gallery .swiper-slide img{
	display: block;
	width: 100%;
}
.yshi #gallery .swiper-slide div{
	position: absolute;
	top: 21.875rem;
	left: 50%;
	margin-left: -52.5rem;
}
.yshi #gallery .swiper-slide div h1{
	width: 28.75rem;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.yshibt{
	width: 105rem;
	margin: 0 auto;
	position: absolute;
	top: 7.5rem;
	left: 50%;
	margin-left: -52.5rem;
	z-index: 3;
}
.yshibt h1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.yshibt p{
	color: #fff;
	font-size: 16px;
}
.yshi #thumbs{
	width: 105rem;
	margin: 0 auto;
	position: absolute;
	bottom: 4.375rem;
	left: 50%;
	margin-left: -52.5rem;
	z-index: 3;
	background-color: #fff;
}
.lxia{
	padding: 1.875rem;
}
.lxia img{
	width: 40px;
}
.lxia .kl2{
	display: none;
}
.lxia .kl1{
	display: block;
}
.yshi #thumbs .swiper-slide:nth-child(2n){
	background-color: #f5f5f5;
}
.lxia div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxia div section h1{
	color: #333333;
	font-size: 24px;
}
.lxia div section p{
	color: #999999;
	font-size: 14px;
}
.lxia div  iconpark-icon{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ebebeb;
	color: #999999;
	border-radius: 50%;
	font-size: 20px;
}
.yshi #thumbs .swiper-slide-thumb-active .lxia{
	background-color: #0071ba;
}
.yshi #thumbs .swiper-slide-thumb-active .lxia .kl2{
	display: block;
} 
.yshi #thumbs .swiper-slide-thumb-active .lxia .kl1{
	display: none;
}
.yshi #thumbs .swiper-slide-thumb-active .lxia h1{
	color: #fff;
}
.yshi #thumbs .swiper-slide-thumb-active .lxia div section p{
	color: #fff;
}
.yshi #thumbs .swiper-slide-thumb-active .lxia div iconpark-icon{
	border: 2px solid #fff;
	color: #0071ba;
	background-color: #fff;
}
.syabout{
	padding-top: 7.5rem;
	background: url(../images/syabout_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.syabout::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/qianjing.png) center no-repeat;
	background-size: cover;
	z-index: 2;
}
.syaboutdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index:3;
	justify-content: space-between;
}
.syaboutdvleft{
	width: 48%;
}
.syaboutdvleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.syaboutdvleft h2{
	color: #0071ba;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0.625rem;
}
.syaboutdvleft p{
	margin-top: 1.875rem;
	color: #4e4e4e;
	font-size: 16px;
	line-height: 30px;
}
.syaboutdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4.0625rem;
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 48px;
	background-color: #0071ba;
	border-radius: 50px;
}
.syaboutdvleft a span{
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 48px;
}
.syaboutdvleft a  iconpark-icon{
	color: #fff;
	font-size: 22px;
}
.syaboutsz{
	margin-top: 4.375rem;
	border-top: 1px solid #cfd3d6;
	position: relative;
	z-index:3;
}
.syaboutsz ul{
	width: 105rem;
	margin: 0 auto;
	padding: 4.375rem 0px;
	display: flex;
	justify-content: space-between;
}
.syaboutsz ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.syaboutsz ul li h3 span{
	color: #333333;
	font-family: "HarmonyOS_Sans_SC";
	font-weight: bold;
	font-size: 56px;
}
.syaboutsz ul li h3 i{
	color: #333333;
	font-size: 36px;
	font-family: "HarmonyOS_Sans_SC";
	font-weight: bold;
	margin-left: 10px;
}
.syaboutsz ul li p{
	text-align: center;
	margin-top:  5px;
	color: #898989;
	font-size: 16px;
}
.syxw{
	margin: 6.875rem auto;
	width: 105rem;
}
.syxwdv{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.syxwdvleft{
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #e9e9e9;
}
.syxwdvleft div{
	width: 100%;
	overflow: hidden;
}
.syxwdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
} 
.syxwdvleft:hover div img{
	transform: scale(1.05);
}
.syxwdvleft section{
	display: block;
	padding: 2.1875rem 2.8125rem;
	background-color: #fff;
}
.syxwdvleft section  h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwdvleft section h1 span{
	color: #0071ba;
	font-size: 14px;
}
.syxwdvleft section h1 i{
	color: #808080;
	font-size: 14px;
}
.syxwdvleft section h2{
	margin-top: 0.9375rem;
	margin-bottom: 5px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	text-overflow:ellipsis;
}
.syxwdvleft section p{
	line-height: 30px;
	height: 60px;
	color: #808080;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.syxwdvcenter{
	width: 32%;
	background: url(../images/xwbg_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 15px;
}
.syxwdvcenter section{
	display: block;
	padding: 2.1875rem 2.8125rem;
	padding-top: 4.6875rem;
}
.syxwdvcenter section  h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwdvcenter section h1 span{
	color: #fff;
	font-size: 14px;
}
.syxwdvcenter section h1 i{
	color: #fff;
	font-size: 14px;
}
.syxwdvcenter section h2{
	margin-top: 0.9375rem;
	margin-bottom: 5px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	color: #fff;
	font-size: 22px;
	text-overflow:ellipsis;
	margin: 1.875rem auto;
}
.syxwdvcenter section p{
	line-height: 30px;
	height: 90px;
	color: #fff;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.syxwdvcenter  h3{
	width: 140px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6.25rem;
	color: #ffffff;
	transition: all 1s;
	font-size: 14px;
}
.syxwdvcenter:hover  h3{
	background-color: #fff;
	color: #0071ba;
}
.syxwdvright {
	width: 32%;
}
.syxwdvright ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.syxwdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwdvright ul li div{
	width: 40%;
	overflow: hidden;
	border-radius: 10px;
}
.syxwdvright ul li  div img{
	transition: all 1s;
	width: 100%;
}
.syxwdvright ul li:hover div img{
	transform: scale(1.05);
	
}
.syxwdvright ul li section{
	width: 54%;
}
.syxwdvright ul li section h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-overflow:ellipsis;
	margin-bottom: 0.5rem;
}
.syxwdvright ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; /
}
.syxwdvright ul li section iconpark-icon{
	color: #0071ba;
	font-size: 25px;
	margin-top: 0.625rem;
}
.picScroll {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll ul li img {
	width: 100%;
	display: block;
}

.picScroll1 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin: 15px 0px;
}

.picScroll1 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll1 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll1 ul li img {
	width: 100%;
	display: block;
}

.picScroll2 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll2 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll2 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll2 ul li img {
	width: 100%;
	display: block;
}
.hzhb .xieshouzyleft {
	display: block;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, #fff, transparent);
	position: absolute;
	z-index: 99;
}

.hzhb .xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}
.hzhb{
	overflow: hidden;
	padding: 6.25rem 0;
	position: relative;
	background-color: #f5f5f5;
}
.hzhbbt{
	width: 105rem;
	margin: 0 auto;
	margin-bottom: 2.1875rem
}
.hzhbbt h1{
	text-align: center;
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.hzhbbt i{
	display: block;
	width: 58px;
	height: 3px;
	margin: 1.25rem auto;
	background: url(../images/h_03.jpg) center no-repeat;
	background-size: cover;
}
.hzhbbt p{
	margin: 0 auto;
	width: 60%;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.foot{
	padding-top: 5.625rem;
	background-color: #2d2d2d;
}
.footdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.wdl{
	border-top: 1px solid #424242;
}
.wdldv{
	width: 105rem;
	margin: 0% auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #ffffff;
	font-size: 14px;
}
.footdv dl dt{
	display: flex;
	justify-content: flex-start;
	align-self: baseline;
	margin-bottom: 1.5625rem;
}
.footdv dl dt span{
	color: #f6fbfd;
	font-size: 18px;
}
.footdv dl dt i{
	color: #f6fbfd;
	font-size: 14px;
}
.footdv dl dd {
	margin-top: 15px;
}
.footdv dl dd a{
	display: block;
	font-size: 15px;
	color: #ffffff;
	transform: translateX(0px);
	transition: all 1s;
}
.footdv dl dd:hover a{
	transform: translateX(10px);
}
.footdv dl dd h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdv dl dd h2 img{
	display: block;
	margin-right: 10px;
}
.footdv dl dd h2 span{
	display: block;
	font-size: 15px;
	color: #ffffff;
}
.ftewm h1{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.ftewm h2{
	color: #0071ba;
	font-size: 26px;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}
.ftewm ul{
	display: flex;
	justify-content: flex-start;
}
.ftewm ul li{
	width: 90px;
	margin-right: 10px;
}
.ftewm ul li img{
	display: block;
	width: 100%;
}
.ftewm ul li p{
	color: #f6fbfd;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}
.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;
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.shownav ul li a::after {
	content: "";
}

.shownav ul li a:hover {
	background-color: #0071ba;
	color: #fff;
}

.shownav ul li.active a {
	background-color: #0071ba;
	color: #fff;
}
.tybg{
	background-color: #f5f5f5;
	padding: 3.75rem 0;
}
.cplist{
	width: 105rem;
	margin: 0% auto;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cplist ul li{
	width: 23%;
	margin: 1%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.cplist ul li div{
	overflow: hidden;
}
.cplist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}

.cplist ul li section{
	padding: 1.875rem;
	transition: all 1s;
	padding-bottom: 0;
	background-color: #;
}
.cplist ul li:Hover div img{
	transform: scale(1.05);
}
.cplist ul li section h1{
	color: #333333;
	transition: all 1s;
	font-size: 22px;
}
.cplist ul li:hover section h1{
	color: #fff;
}
.cplist ul li section h2{
	color: #0071ba;
	font-size: 17px;
	font-weight: bold;
	transition: all 1s;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 20px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.cplist ul li section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	border-top: 1px solid #e6e6e6;
	z-index: 999;
}
.cplist ul li section {
	background-color: #fff;
} 
.cplist ul li section h3 span{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.cplist ul li:hover section h3 span{
	color: #fff;
}
.cplist ul li section h3 iconpark-icon{
	font-size: 22px;
	transition: all 1s;
	color: #666666;
}
.cplist ul li:hover section{
	background-color: #0071ba;
}
.cplist ul li:hover section{
	color: #fff;
}
.cplist ul li:hover section h3 iconpark-icon{
	color: #fff;
}
.cplist ul li:hover h2{
	color: #fff;
}
.gxai{
	background: url(../images/jfax_06.jpg) center no-repeat;
	padding: 100px 0px;
	background-size: cover;
	background-attachment: fixed;
}
.gxai h1{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 15px;
}
.gxai p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.syxinwenlist{
	width: 105rem;
	margin: 0 auto;
}
.syxinwenlist .syxwdv{
	margin-top: 0;
}
.newsdvlist{
	width: 105rem;
	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: "HarmonyOS_Sans";
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
	font-family: "HarmonyOS_Sans";
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	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-color: #0071ba;
}
.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;
}

.lxwm{
	padding-top: 5rem;
	padding-bottom: 9.6875rem;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-bottom: 0.9375rem;
}
.lxwmbt p{
	font-size: 16px;
	text-align: center;
	color: #4c4c4c;
}
.lxwmbt{
	margin-bottom: 25.625rem;
}
.lxwmlist{
	width: 105rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 32%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2.8125rem 0px;
	transition: all 1s;
}

.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0976bc;
	font-size: 32px;
	width: 70px;
	height: 70px;
	background-color: #e9f1f6;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: all 1s;
}
.lxwmlist ul li:hover iconpark-icon{
	    background-color: rgb(27 135 205);
	color: #fff;
}
.lxwmlist ul li:hover{
	background-color: #0976bc;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.zxly{
	padding-top: 5.625rem;
	padding-bottom: 7.8125rem;
	background: url(../images/lxwmbg_02.jpg) center no-repeat;
	background-size: cover;
	    background-attachment: fixed;
}
.zxlybt{
	margin-bottom: 3.75rem;
}
.zxlybt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-bottom: 0.9375rem;
}
.zxlybt p{
	font-size: 16px;
	text-align: center;
	color: #4c4c4c;
}

.zxlydv {
	width: 1340px;
	margin: 0 auto;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
}

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

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #e6e6e6;
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #e6e6e6;
	font-family: "微软雅黑";
}

.zxlydv form button {
	margin-top: 15px;
	width: 170px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #0071ba;
}

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






.cpbanner>img{
	display: block;
	width: 100%;
}
.cpbanner{
	position: relative;
}
.cpbanner .mbx{
	position: absolute;
	top: 5.625rem;;
	left: 50%;
	height: 4.6875rem;
	margin-left: -52.5rem;
}
.cpbanner .mbx{
	 margin-left: -52.5rem;
}
.cpxq{
	width: 105rem;
	position: absolute;
	top: 10.625rem;
	left: 50%;
	height: calc(100% - 26.625rem);
	margin-left: -52.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpxqdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.cpxqleft{
	width: 48rem;
}
.cpxqleft h1{
	color: #0071ba;
	font-size: 38px;
	font-weight: bold;
}
.cpxqleft h2{
	color: #333333;
	margin-top: 1rem;
	margin-bottom: 3.125rem;
	font-size: 38px;
}
.cpxqleft p{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}
.cpxqright{
	width: 50%;
}
.cpxqright img{
	max-width: 100%;
}
.cpxqright #gallery2 .cpxqright img{
	height: 100%;
}

.cpxqright #thumbs2 .swiper-slide {
	background-color: #fff;
}
.cpxqright #thumbs2 .swiper-slide-thumb-active{
	background-color: #cccccc;
}
.cpxqright #gallery2 .swiper-slide img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.cpxqright #thumbs2{
	width: 60%;
}
.cpgzxq{
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 7.5rem;
}
.cpgzxqdv{
	width: 105rem;
	margin: 0 auto;
}
.cpgzxqtop{
	width: 100%;
	height: 5rem;
	background-color: #333333;
}
.cpgzxqtop #thumbs22{
	width: 105rem;
	margin: 0 auto;
}
.cpgzxqtop #thumbs22 .swiper-slide h1{
	line-height: 5rem;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.cpgzxqtop #thumbs22 .swiper-slide-thumb-active h1{
	background-color: #0071ba;
	color: #fff;
}
.cpgs{
	width: 100rem;
	padding: 2.5rem;
	margin: 2.75rem auto;
	background-color: #FFF;
}

.cpsx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 105rem;
	margin: 0 auto;
	margin-top: 0;
}
.cpsx p a{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.cpsx p a:hover{
	color: #0071ba;
}
.cpsx div a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpsx div iconpark-icon{
	color: #696969;
	font-size: 16px;
	margin-right: 10px;
}
.cpsx div span{
	color: #333333;
	font-size: 14px;
}
.rexiaocp{
	width: 100%;
	padding-top: 1.875rem;
	padding-bottom: 7.5rem;
	background-color: #f5f5f5;
}
.rexiaocpbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.rexiaocpbt i{
	display: block;
	margin: 0 auto;
	margin-bottom: 3.125rem;
	margin-top: 1.25rem;
	width: 50px;
	height: 4px;
	background-color: #0071ba;
}
.gywm{
	padding-top: 7.5rem;
	background: url(../images/abbg_02.jpg) center  no-repeat;
	background-size: cover;
}
.gywmdv{
	display: flex;
	width: 105rem;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 6.25rem;
}
.gywmdvleft{
	width: 40%;
}
.gywmdvleft img{
	display: block;
	width: 100%;
}
.gywmdvright{
	width: 50%;
}
.gywmdvright h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.gywmdvright h2{
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 3.75rem;
}
.gywmdvright p{
	margin-bottom: 1.875rem;
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
}
.qywh{
	background: url(../images/hz_02.jpg) left no-repeat;
	background-size: 72.5rem 47.5rem;
	background-size: cover;
}
.qywhdv{
	display: flex;
	justify-content: space-between;
}
.qywhdvleft{
	margin-left: 7.5rem;
	margin-top: 5.625rem;
}
.qywhdvleft h1{
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}
.qywhdvleft p{
	color: #fff;
	font-size: 16px;
}
.qywhdvright{
	width: 71.25rem;
}
.qywhdvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywhdvright ul li{
	width: calc(33.333% - 5.625rem);
	height: 265px;
	padding: 2.8125rem;
	background-color: #0071ba;
	display: flex;
	justify-content: flex-start;
	align-items: end;
}
.qywhdvright ul li iconpark-icon{
	color: #fff;
	font-size: 36px;
}
.qywhdvright ul li h1{
	color: #ffffff;
	font-size: 26px;
}
.qywhdvright ul li h2{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Hairline";
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 1.875rem;
}
.qywhdvright ul li p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.qywhdvright ul li:nth-child(1){
	background-color: rgba(0, 24, 57, 0.1);
}
.qywhdvright ul li:nth-child(4){
	background-color: rgba(0, 24, 57, 0.4);
}
.qywhdvright ul li:nth-child(6){
	background-color: #404245;
}
.qywhdvright ul li:nth-child(2){
	background-color: #404245;;
}

.mfoot,.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: 105rem;
	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;

}
.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: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.nrbanner .btext section p{
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
.baheig{
	height: 6.25rem;
}



.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: 105rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -52.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 28px;
	margin-top: 1.5rem;
}
.bannersasg  .swiper-slide section h4{
	font-size: 56px;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	padding: 0 30px;
	width: 140px;
	border-radius: 50px;
	height: 50px;
	margin-top: 5rem;
	border: 1px solid #fff;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a span{
	color: #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;
}
.cpgs img{
	max-width: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 78rem;
	}
	.headdvright ul{
		width: 46rem;
	}
	.dianhua span{
		font-size: 20px;
	}
	.dianhua iconpark-icon{
		font-size: 20px;
	}
	.dianhua{
		width: auto;
	}
	.zxintopdv{
		width: 95%;
	}
	.zxintopleft i{
		margin: 0 1.1875rem;
	}
	.zxintopleft{
		width: 85%;
	}
	.syprodt p{
		font-size: 14px;
	}
	.syprobt{
		width: 95%;
	}
	.yshibt{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.yshi #thumbs{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.yshi #gallery .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		
	}
	.yshi #gallery .swiper-slide div h1{
		width: 100%;
	}
	.yshi #gallery .swiper-slide {
		overflow: hidden;
	}
	.yshi #gallery .swiper-slide img{
		height: 860px;
		width: auto;
		margin: 0 auto;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutsz ul{
		width: 95%;
	}
	.syxw{
		width: 100%;
	}
	.syxwdv{
		width: 95%;
		margin: 0 auto;
		margin-top: 3.75rem;
	}
	.syxwdvright ul li section iconpark-icon{
		display: none;
	}
	.syxwdvleft section{
		padding: 5%;
	}
	.syxwdvcenter section{
		padding: 10%;
	}
	.hzhbbt{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdv dl:nth-child(4){
		width: 30%;
	}
	.wdldv{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.cplist{
		width: 95%;
	}
	.cplist ul li section{
		padding: 5%;
		padding-bottom: 0;
	}
	.syxinwenlist{
		width: 100%;
	}
	.newsdvlist{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.zxlydv{
		width: calc(95% - 60px);
	}
	.cpxq{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.cpbanner .mbx{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.cpxqleft{
		width: 48%;
	}
	.cpxqright{
		width: 40%;
	}
	.cpxqleft h2{
		font-size: 32px;
	}
	.cpxqleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.cpgzxqtop #thumbs22{
		width: 95%;
	}
	.cpgzxqdv{
		width: 95%;
	}
	.cpgs{
		width: 94%;
		padding: 3%;
	}
	.cpsx{
		width: 100%;
	}
	.cplist ul li section h3{
		height: 50px;
	}
	.rexiaocp{
		padding-bottom: 3rem;
	}
	.gxai{
		padding: 6.25rem 0px;
	}
	.gywmdv{
		width: 95%;
	}
	.qywhdvleft{
		margin-left: 2.5%;
	}
	.qywhdvright{
		width: 65%;
	}
	.qywhdvleft{
		width: 30%;
	}
}
@media only screen and (max-width: 1000px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.zxintop{
		display: none;
	}
	.sypro{
		width: 95%;
		margin: 30px auto;
	}
	.syprobt{
		width: 95%;
		display: block;
	}
	.syprobtleft{
		text-align: center;
		font-size: 20px;
	}
	.syprobtright a{
		display: none;
	}
	.syprolist{
		margin-top: 20px;
	}
	.syprodt{
		padding: 5%;
		width: 90%;
	}
	.syprodt h1{
		font-size: 18px;
		text-align: center;
	}
	.syprodt p{
		font-size: 12px;
		text-align: center;
	}
	.syprodt section{
		
	}
	.syprodt section h3{
		transform: translate(0);
		height: 35px;
	}
	.syprolist .swiper-slide:hover .syprodt em {
	    border-radius: 0%;
	}
	.yshibt{
		width: 95%;
		position: initial;
		margin: 0 auto;
	}
	.yshi #thumbs{
		position: inherit;
	}
	.yshibt{
		margin-bottom: 20px;
	}
	.yshibt h1{
		font-size: 20px;
		text-align: center;
		color: #333;
	}
	.yshibt p{
		font-size: 14px;
		color: #333;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}
	.yshi #gallery .swiper-slide div{
		top: 0%;
		margin-left: 0%;
		left: 5%;
		width: 90%;
		text-align: center;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.yshi #gallery .swiper-slide div h1{
		font-size: 17px;
		width: 100%;
		line-height: 30px;
	}
	.yshi #thumbs{
		margin-left: 0;
		width: 100%;
		top: 0;
		left: 0;
	}
	.lxia{
		padding: 5% 10%;
	}
	.lxia>iconpark-icon{
		font-size: 26px;
	}
	.lxia div section h1{
		font-size: 16px;
		margin-bottom: 0.625rem;
	}
	.lxia div iconpark-icon{
		display: none;
	}
	.lxia div section p{
		font-size: 12px;
		display: none;
	}
	.syabout{
		padding-top: 30px;
	}
	.syaboutdv{
		display: block;
		width: 95%;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		font-size: 20px;
	}
	.syaboutdvleft h2{
		font-size: 17px;
	}
	.syaboutdvleft p{
		margin-top: 15px;
		font-size: 14px;
	}
	.syaboutdvleft a{
		margin-top: 15px;
		width: 100px;
		height: 35px;
	}
	.syaboutsz{
		margin-top: 30px;
	}
	.syaboutsz ul{
		width: 95%;
		padding: 20px 0px;
		flex-wrap: wrap;
	}
	.syaboutsz ul li{
		width: 31%;
		margin: 1% 0;
	}
	.syaboutsz ul li h3 span{
		font-size: 24px;
	}
	.syaboutsz ul li h3 i{
		font-size: 16px;
		margin-left: 5px;
	}
	.syaboutsz ul li p{
		font-size: 14px;
	}
	.syaboutsz ul li:nth-child(4),.syaboutsz ul li:nth-child(5){
		width: 48%;
	}
	.syxw{
		margin: 30px auto;
		width: 95%;
	}
	.syxwdv{
		margin-top: 20px;
		display: block;
	}
	.syxwdvleft,.syxwdvcenter{
		display: none;
	}
	.syxwdvright{
		width: 100%;
		margin: 0 auto;
	}
	.syxwdvright ul li{
		margin-bottom: 10px;
	}
	.syxwdvright ul li section iconpark-icon{
		display: none;
	}
	.syxwdvright ul li section h1{
		font-size: 16px;
	}
	.syxwdvright ul li section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.hzhb{
		padding: 30px 0px;
	}
	.hzhbbt{
		width: 95%;
	}
	.hzhbbt h1{
		font-size: 20px;
	}
	.hzhbbt i{
		margin: 10px auto;
	}
	.hzhbbt p{
		width: 80%;
		font-size: 14px;
	}
	.picScroll ul li {
		width: 32%;
	}
	.picScroll1 ul li {
		width: 32%;
	}
	.foot{
		display: none;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav{
		height: 45px;
	}
	.shownav ul li {
		width: 100%;
	}
	.shownav ul li a{
		width: 100%;
		font-size: 14px;
		line-height: 45px;
	}
	.tybg{
		padding: 20px 0px;
	}
	.cplist{
		width: 98%;
	}
	.cplist ul li{
		width: 48%;
		margin: 1%;
	}
	.cplist ul li section{
		padding: 5%;
	}
	.cplist ul li section h1{
		font-size: 14px;
	}
	.cplist ul li section h2{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.cplist ul li section h3{
		height: 30px;
	}
	.cplist ul li section h3 iconpark-icon{
		font-size: 16px;
	}
	.gxai{
		padding: 30px 0px;
	}
	.gxai h1{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.gxai p{
		font-size: 14px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding:3% 5%;
		width: 90%;
	}
	.newsdvlistext{
		width: 100%;
		padding: 0;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.lxwm{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lxwmbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.lxwmbt p{
		width: 95%;
		margin: 0 auto;
		line-height: 25px;
		font-size: 14px;
	}
	.lxwmbt{
		margin-bottom: 20px ;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.zxly{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.zxlybt h1{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	.zxlybt p{
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
	}
	.zxlybt{
			margin-bottom: 15px;
	}
	.zxlydv form div {
		display: block;
	}
	
	.zxlydv form div input {
		width: calc(100% - 30px);
		margin: 1% 0px;
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	
	.zxlydv form textarea {
		padding: 10px 15px;
		width: calc(100% - 30px);
		border: none;
		line-height: 30px;
		font-size: 14px;
		margin: 1% 0px;
		border-radius: 5px;
		outline: none;
		background-color: transparent;
		border: 1px solid #dbdcde;
		font-family: "微软雅黑";
	}
	
	.zxlydv form button {
		height: 40px;
		line-height: 40px;
		width: 120px;
	}
	
	.zxlydv {
		width: 90%;
		padding: 2.5%;
	}
	.gywm {
		padding-top: 10px;
	}
	.gywmdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.gywmdvleft{
		width: 100%;
	}
	.gywmdvright{
		width: 100%;
		margin-top: 15px;
	}
	.gywmdvright h1{
		font-size: 20px;
		text-align: center;
		margin-top: 10px;
	}
	.gywmdvright h2{
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
	}
	.gywmdvright p{
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.qywhdv{
		display: block;
	}
	.qywhdvleft{
		margin: 0 auto;
	}
	.qywhdvleft h1{
		font-size: 20px;
		text-align: center;
	}
	.qywh{
		background-size: cover;
		padding-top: 30px;
	}
	.qywhdvleft p{
		font-size: 14px;
		text-align: center;
		line-height: 30px;
	}
	.qywhdvright{
		width: 100%;
	}
	.qywhdvright ul li{
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.qywhdvright ul li iconpark-icon{
		font-size: 32px;
	}
	.qywhdvright ul li h1{
		font-size: 18px;
	}
	.qywhdvright ul li h2{
		margin-bottom: 10px;
	}
	.qywhdvright ul li:nth-child(2) h1{
		font-size: 18px;
	}
	.qywhdvright ul li p{
		height: auto;
	}
	.cpbanner .mbx{
		display: none;
	}
	.cpxq{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
		position: initial;
		margin: 0 auto;
	}
	.cpxqdv{
		flex-direction: column-reverse;
	}
	.cpbanner>img{
		display: none;
	}
	.cpxqright{
		width: 100%;
	}
	.cpxqright #thumbs2{
		margin-top: 10px;
	}
	.cpxqleft{
		width: 100%;
		margin-top: 20px;
	}
	.cpxqleft h1{
		font-size: 14px;
	}
	.cpxqleft h2{
		font-size: 18px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.cpxqleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.cpgzxq{
		margin-top: 10px;
		padding-bottom:  0px;
	}
	.cpxqleft ul li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.cpxqleft section{
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.cpxqleft section a{
		width: 49%;
		margin-top: 10;
	}
	.cpxqleft section a{
		width: 49%;
		margin: 0;
		height: 35px;
	}
	.cpxqleft section a span{
		font-size: 14px;
	}
	.cpgzxqtop{
		height: 40px;
	}
	.cpgzxqtop #thumbs22{
		width: 95%;
	}
	.cpgzxqtop #thumbs22 .swiper-slide h1{
		line-height: 40px;
	}
	.cpgzxqtop #thumbs22 .swiper-slide h1{
		font-size: 14px;
	}
	.cpgzxqdv{
		width: 95%;
	}
	.cpgs{
		width: 95%;
		padding: 2.5%;
		margin: 15px auto;
	}
	.cpsx{
		display: block;
		width: 100%;
	}
	.cpsx div{
		display: none;
	}
	.cpsx p a{
		line-height: 30px;
	}
	.rexiaocpbt h1{
		font-size: 18px;
	}
	.rexiaocpbt i{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.rexiaocp{
		padding-bottom: 20px;
	}
	.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: #0068c1;
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.baheig{
		height: 6.25rem;
		display: none;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.nrbanner .btext section p{
		font-size: 14px;
		color: #fff;
		margin-top: 15px;
		text-align: center;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 200%;
		margin-left: -50%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide div h4{
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide div h3{
		text-align: center;
		font-size: 14px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		    max-width: initial;
		        width: 170%;
        margin-left: -55%;
	}
	.lxia img{
		width: 30px;
		margin: 0 auto;
	}
	.lxia div section h1{
		text-align: center;
	}
	.lxia div{
		justify-content: center;
	}
	.article .post h1{
		font-size: 18px;
		line-height: 30px;
	}
	.qywh {
	    background: url(../images/aboutimg_013.jpg) center no-repeat;
	    background-size: cover;
	}
	.syabout::after {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: url(../images/shoujibeijin.jpg) center no-repeat;
	    background-size: cover;
	    z-index: 2;
	}
	.cpxqright{
		background: url(../images/xqbanner_02.jpg) center no-repeat;
		background-size: cover;
	}
	.cpxqright #thumbs2{
		width: 100%;
	}
	.cpgs p strong span{
		font-size: 17px !important;
	}
	.cpgs p span{
		font-size: 14px !important;
	}
	.bannersasg .swiper-slide div{
		width: 100%;
		margin-left: 0;
		height: 0;
		height: 100%;
		margin-left: 0;
		background-color: rgba(0,0,0,.2);
		left: 0;
	}
	.syprodt p{
		height: 20px;
		line-height: 20px;
		overflow: hidden;
	}
	.qywhdvright ul li:nth-child(4) {
	   background-color: #404245;
	}
}