/* 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;
}
*:focus {
  outline: none !important;
}
html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}

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

.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: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 95%;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
}

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

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

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 100px;
}

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

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	display: block;
	transition: all 1s;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #07397d;
}
.slideUp .headdvright ul li:hover a span{
	color: #07397d;
}
.slideUp .headdvright ul li.active a span{
	color: #07397d;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #07397d;
}
.slideUp .headdvright ul li.active::after{
	background-color: #07397d;
}

.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.yyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan span{
	color: #fff;
	font-size: 16px;
}
.slideUp .dianhua section h1{
	color:  #07397d;
}
.slideUp .dianhua section p{
	color:  #07397d;
}
.slideUp .dianhua iconpark-icon{
	background-color: rgb(7 57 126);
}
.banners img{
	display: block;
	width: 100%;
}
.agw{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 27%;
}
.dianhua {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dianhua iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
}
.dianhua section h1{
	color: #ffffff;
	text-align: left;
	font-size: 12px;
}
.dianhua section p{
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	font-family: "Montserrat_Light";
}
.heng{
	height: 55px;
	background: url(../images/tiao_02.jpg) center no-repeat;
	background-size: cover;
}
.cpsl{
	padding-top: 4.375rem;
	padding-bottom: 9.375rem;
	background-color: #eeeeee;
}
.cpsldv{
	width: 100rem;
	margin: 0 auto;
}
.cpslbt{
	text-align: center;
	margin-bottom: 40px;
}
.cpslbt h1{
	text-align: center;
	color: #747474;
	font-size: 42px;
	margin-bottom: 10px;
}
.cpslbt h1 i{
	color: #07397d;
}
.cpslbt p{
	color: #747474;
	font-family: "Poppins_Light";
	text-align: center;
	font-size: 14px;
}
.cpsllist ul {
	display: flex;
	justify-content: space-between;
}
.cpsllist ul li{
	background-color: #fffffe;
	border-radius: 10px;
	width: calc(23% - 60px);
	padding: 0 30px;
	padding-top: 60px;
}
.cpsllist ul li h1{
	color: #08387d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	white-space:nowrap;
	height: 20px;
	overflow:hidden;
	line-height: 20px;
	text-overflow:ellipsis;
}
.cpsllist ul li p{
	text-align: center;
	color: #747474;
	font-size: 14px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	margin-bottom: 15px;
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
	line-height: 30px;
}
.cpsllist ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpsllist ul li h3 span{
	color: #08387d;
	font-size: 14px;
	margin-right: 15px;
}
.cpsllist ul li h3 iconpark-icon{
	color: #08387d;
	font-size: 16px;
}
.cpsllist ul li div{
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.cpsllist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.cpsllist ul li:hover div img{
	transform: scale(1.05);
}

.gywm{
	padding: 5.625rem 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gywmright{
	width: 45%;
}
.gywmright img{
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.gywmleft{
	width: 48%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.gywmall{
	width: 47.5rem;
}
.gywmall h1{
	color: #747474;
	margin-bottom: 10px;
	font-size: 42px;
}
.gywmall h1 i{
	color: #07397d;
}
.gywmall h2{
	color: #747474;
	font-size: 16px;
	font-family: "Poppins_Light";
	margin-bottom: 25px;
}
.gywmall p{
	text-indent: 2em;
	line-height: 35px;
	color: #747474;
	font-size: 16px;
}
.gywmall a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 20px;
	padding-right: 15px;
	height: 45px;
	background-color: #08387d;
	margin-top: 20px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.gywmall a span{
	color: #ffffff;
	font-size: 14px;
}
.gywmall a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.gywmleftdv  .swiper-slide div{
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.gywmleftdv  .swiper-slide div img{
	display: block;
	width: 100%;
}
.teeh{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.teeh .swiper-pagination{
	position: inherit;
	width: 80px;
}
.teeh .swiper-pagination-bullet-active{
	background-color: #07397d;
}
.teeh i{
	display: block;
	width: 80%;
	border-bottom: 1px solid #d8d7d7;
	height: 1px;
}
.teeh .swiper-button-prev{
	display: none;
}
.teeh .swiper-button-next{
	position: inherit;
	margin: 0;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 50%;
}
.teeh .swiper-button-next:after {
	color: #807f7f;
	font-size: 16px;
}
.sz{
	padding: 40px 0px;
	background-color: #08387d;
}
.szdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szdv ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szdv ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.szdv ul li h1 span{
	color: #ffffff;
	font-size: 60px;
	font-family: "Montserrat_Light";
}
.szdv ul li h1 i{
	color: #ffffff;
	font-size: 16px;
	margin-top: 37px;
	margin-left: 5px;
}
.szdv ul li p{
	color: #ffffff;
	font-size: 16px;
}
.yyal{
	padding-top: 4.6875rem;
	padding-bottom: 9.375rem;
	background: url(../images/yyali_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.yyalbt{
	text-align: center;
}
.yyalbt h1{
	color: #ffffff;
	font-size: 42px;
	text-align: center;
	margin-bottom: 10px;
}
.yyalbt p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-family: "Poppins_Light";
}
.yyaldv ul{
	display: flex;
	justify-content: space-between;
	width: 100rem;
	margin: 0 auto;
	margin-top: 35px;
}
.yyaldv ul li{
	width: 32%;
}
.yyaldv ul li h2{
	height: 3.75rem;
	border-top: 2px solid #5e5b5a;
	position: relative;
}
.yyaldv ul li h2::after{
	content: "";
	position: absolute;
	left:0px;
	width: 10%;
	transition: all 1s;
	border-top: 2px solid #004ebe;
	top: -2px;
}
.yyaldv ul li:hover h2::after{
	width: 100%;
}
.yyaldv ul li div{
	width: calc(100% - 60px);
	padding: 30px;
	padding-top: 60px;
	background: url(../images/agew_03.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
	border-radius: 15px;
}
.yyaldv ul li div section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yyaldv ul li div section>i{
	width: 68px;
	height: 68px;
	background-color: #08387d;
	border-radius: 50%;
	color: #fff;
	transition: all 1s;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyaldv ul li:hover div section>i{
	background-color: #fff;
	color: #08387d;
}
.yyaldv ul li div section h1{
	width: 80%;
}
.yyaldv ul li div section h1 span{
	color: #08387d;
	display: block;
	font-size: 28px;
	transition: all 1s;
}
.yyaldv ul li div section h1 i{
	color: #747474;
	font-size: 18px;
	transition: all 1s;
	margin-top: 5px;
	display: block;
}
.yyaldv ul li div h3{
	margin-top: 2.1875rem;
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 8px;
	transition: all 1s;
}
.yyaldv ul li div p{
	color: #747474;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 90px;
	text-overflow:ellipsis;
	transition: all 1s;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.yyaldv ul li div h4{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.5rem;
}
.yyaldv ul li div h4 span{
	color: #08387d;
	font-size: 14px;
	transition: all 1s;
}
.yyaldv ul li div h4 iconpark-icon{
	color: #08387d;
	font-size: 18px;
	margin-left: 10px;
	transition: all 1s;
}
.yyaldv ul li:hover div{
	background: url(../images/agew_05.jpg) center no-repeat;
	background-size: cover;
}
.yyaldv ul li:hover div section iconpark-icon{
	background-color: #fff;
	color: #07397d;
}
.yyaldv ul li:hover div section h1 span,.yyaldv ul li:hover div section h1 i{
	color: #fff;
}
.yyaldv ul li:hover div h3,.yyaldv ul li:hover div p{
	color: #fff;
}
.yyaldv ul li:hover div h4 iconpark-icon,.yyaldv ul li:hover div h4 span{
	color: #fff;
}
.dt{
	padding-top: 5.625rem;
	padding-bottom: 9.375rem;
	background-color: #f1f0f0;
}
.dtdv{
	width: 100rem;
	margin: 0 auto;
}
.dtdvbt h1{
	text-align: center;
	color: #747474;
	font-size: 42px;
	margin-bottom: 10px;
}
.dtdvbt h1 i{
	color: #08387d;
}
.dtdvbt p{
	color: #747474;
	font-size: 16px;
	text-align: center;
	font-family: "Poppins_Light";
}
.dtdvlist{
	margin-top: 3.125rem;
}
.dtdvlist ul{
	display: flex;
	justify-content: space-between;
}
.dtdvlist ul li{
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.dtdvlist ul li div{
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}
.dtdvlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.dtdvlist ul li:hover div img{
	transform: scale(1.05);
}
.dtdvlist ul li .dtdvlisttext{
	padding: 0 30px;
	padding-top: 15px;
	width: calc(100% - 60px);
	background-color: #fff;
}
.dtdvlist ul li .dtdvlisttext h1{
	color: #747474;
	margin-bottom: 10px;
	font-size: 14px;
}
.dtdvlist ul li .dtdvlisttext h2{
	color: #08387d;
	font-size: 18px;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	height: 25px;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.dtdvlist ul li .dtdvlisttext p{
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	height: 90px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:3;
}
.dtdvlist ul li .dtdvlisttext h4{
	border-top: 1px solid #c1cdde;
	margin-top: 45px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtdvlist ul li .dtdvlisttext h4 span{
	color: #08387d;
	font-size: 14px;
}
.dtdvlist ul li .dtdvlisttext h4 iconpark-icon{
	color: #08387d;
	font-size: 20px;
}
.jqr{
	padding-top: 4.6875rem;
	padding-bottom: 4.6875rem;
	background: url(../images/ewt_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.jqrdv{
	width: 1200px;
	margin: 0 auto;
}
.jqrdv h1{
	color: #08387d;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.jqrdv h2{
	color: #08387d;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.jqrdv i{
	display: block;
	width: 65px;
	margin: 0 auto;
	height: 3px;
	background-color: #08387d;
	margin-top: 20px;
	margin-bottom: 2.8125rem;
}
.jqrdv p{
	text-align: center;
	color: #747474;
	font-size: 16px;
	line-height: 30px;
}
.jqrdv a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 20px;
	padding-right: 15px;
	height: 45px;
	background-color: #08387d;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 20px;
	margin-top: 3.75rem;
}
.jqrdv a span{
	color: #ffffff;
	font-size: 14px;
}
.jqrdv a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.foot{
	padding-top: 65px;
	background-color: #08387d;
}
.footdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 8rem;
}
.footdv dl dt a{
	color: #ffffff;
	font-size: 20px;
}
.footdv dl dt{
	margin-bottom: 1.875rem;
}
.footdv dl dd{
	margin-bottom: 10px;
}
.footdv dl dd a{
	color: #ffffff;
	font-size: 14px;
}
.footdv dl h1{
	color: #ffffff;
	font-size: 20px;
}
.footdv dl h2{
	color: #ffffff;
	font-size: 24px;
	font-family: "Montserrat_Light";
	margin-top: 10px;
	margin-bottom: 25px;
}
.footdv dl p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.footdv dl p img{
	color: #fff;
	display: block;
	margin-right: 10px;
	margin-top: 3px	;
}
.footdv dl p span{
	color: #ffffff;
	font-size: 14px;
}
.footdv dl h4{
	text-align: center;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}
.wdl{
	border-top: 1px solid #1b4887;
	height: 80px;
}
.wdldv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}

.shownav{
	box-shadow: 0px 0px 15px #d7d7d7;
	position: relative;
}
.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 12%;
	position: relative;
	text-align: center;
}

.shownav ul li a {
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	position: relative;
}
.shownav ul li a::after{
	content:"";
	border-bottom: 2px solid #fff;
	height: 100%;
	width: 100%;
	left: 0;
	display: block;
	transition: all 1s;
	position: absolute;
	top: 25px;
}
.shownav ul li a:hover::after{
	border-bottom: 2px solid #08387d;
}

.shownav ul li.active  a::after{
	border-bottom: 2px solid #08387d;
}
.bjall{
	padding: 6.25rem 0px;
	background-color: #ffffff;
}
.newsall{
	width: 100rem;
	margin: 0 auto;
}
.newsall .dtdvlist{
	margin-top: 0;
}
.newsall .dtdvlist ul li .dtdvlisttext{
	background-color: #f7f7f7;
}

.newsdvlist{
	width: 100%;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #f7f7f7;
	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: #f7f7f7;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #808080;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #808080;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #808080;
	font-size: 20px;
	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: #808080;
	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: #08387d;
}
.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;
}
.gert{
	width: 100rem;
	margin: 5.625rem auto;
}
.yingyonganli ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.yingyonganli ul li{
	width: 31.33%;
	margin: 1%;
	position: relative;
}
.yingyonganli ul li .yywimg{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.yingyonganli ul li .yywimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.yingyonganli ul li:hover .yywimg img{
	transform: scale(1.05);
}
.yingyonganli ul li .yywtext{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yingyonganli ul li .yywtext section h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.yingyonganli ul li .yywtext section p{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}
.yingyonganli ul li .yywtext iconpark-icon {
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	color: #07397d;
	font-size: 18px;
	transition: all 1s;
}
.yingyonganli ul li:hover .yywtext iconpark-icon {
	background-color: rgba(8, 56, 125, 0.8);
	color: #fff;
}
.pawge{
	padding: 5.625rem 0px;
	background-color: #f5f5f5;
}
.prolist{
	width: 100rem;
	margin: 0 auto;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	width: calc(23% - 90px);
	margin: 1%;
	background-color: #ffffff;
	padding: 50px 45px;
	background-color: #fff;
	border-radius: 15px;
	border-top: 4px solid #fff;
	transition: all 1s;
}
.prolist ul li h1{
	color: #817f7f;
	font-size: 14px;
	margin-bottom: 5px;
}
.prolist ul li h2{
	color: #333333;
	font-size: 18px;
	white-space:nowrap;
	line-height: 20px;
	overflow:hidden;
	height: 20px;
	text-overflow:ellipsis;
}
.prolist ul li div{
	margin-top: 15px;
	overflow: hidden;
}
.prolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	width: calc(100% - 42px);
	border: 1px solid #d9d8d8;
	border-radius: 5px;
	height: 45px;
	padding: 0 20px;
	transition: all 1s;
}
.prolist ul li section span{
	color: #817f7f;
	font-size: 14px;
}
.prolist ul li section iconpark-icon{
	font-size: 18px;
}
.prolist ul li:hover {
	border-top: 4px solid  #08387d;
}
.prolist ul li:hover section{
	background-color: #08387d;
	border: 1px solid #08387d;
}
.prolist ul li:hover section span,.prolist ul li:hover section iconpark-icon{
	color: #fff;
}



.pape{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.papeleft{
	width: 40%;
}
.papeleft #gallery2{
	border-radius: 25px;
}
.papeleft #gallery2 img{
	width: 100%;
	display: block;
}
.papeleft #thumbs2{
	margin-top: 10px;
} 
.papeleft #thumbs2 .swiper-slide div{
	border: 1px solid #e6e6e6;
}
.papeleft #thumbs2 .swiper-slide-thumb-active div{
	border: 1px solid #08387d;
}
.papeleft #thumbs2 img{
	width: 100%;
	display: block;
}
.paperight{
	width: 55%;
}

.paperight span{
	padding: 5px 20px;
	background-color: #08387d;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
}
.paperight h2{
	margin-top: 20px;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}
.paperight p{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 35px;
}
.paperight section{
	margin-top: 4.25rem;
	display: flex;
	justify-content: flex-start;
}
.paperight section a{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #08387d;
	border-radius: 5px;
	margin-right: 15px;
	text-align: center;
	transition: all 1s;
	line-height: 50px;
	color: #08387d;
}
.paperight section a:hover{
	background-color: #08387d;
	color: #fff;
}
.cpgshu{
	padding: 4.375rem 0px;
	background-color: #f5f5f5;
}
.cpgshudv{
	width: 100rem;
	margin: 0 auto;
}
.cpgshudvbt{
	font-size: 32px;
	color: #333333;
	margin-bottom: 30px;
}
.cpgshudvtext img{
	max-width: 100%;
}
.cpgshudvtext{
	padding: 50px;
	background-color: #fff;
}
.xguancp{
	width: 100rem;
	margin: 4.375rem auto;
}
.xguancp .prolist ul li{
	background-color: #f5f5f5;
}
.lxwm{
	padding: 4.6875rem 0rem;
	background-color: #f5f5f5;
}
.lxwmdv{
	width: 100rem;
	margin: 0 auto;
}
.lxwmbt h1 {
	text-align: center;
	color: #747474;
	font-size: 42px;
}
.lxwmbt h1 i{
	color: #07397d;
}
.lxwmbt p{
	text-align: center;
	color: #747474;
	font-size: 16px;
	margin-top: 10px;
	font-family: "Poppins_Light";
}
.lxwmbt{
	margin-bottom: 3.125rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	background-color: #fff;
	border-radius: 15px;
	padding: 40px;
	width: calc(32% - 80px);
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #08387d;
}
.lxwmlist ul li iconpark-icon{
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4d4d4d;
	font-size: 42px;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon::after{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: rgba(8, 56, 125, .2);
	top: 0%;
	left: 51%;
	position: absolute;
}
.lxwmlist ul li h1{
	margin-top: 2.5rem;
	text-align: center;
	color: #4c4c4d;
	font-size: 20px;
	font-weight: bold;
}
.lxwmlist ul li p{
	text-align: center;
	color: #808080;
	font-size: 14px;
	margin-top: 15px;
}
.lxwmlist ul li:hover iconpark-icon,.lxwmlist ul li:hover p,.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover iconpark-icon::after{
	background-color: rgba(255,255,255,0.2);
}
.zxly{
	margin: 5.625rem auto;
	width: 100rem;
}

.zxly form div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zxly form div input{
	width: calc(49% - 50px);
	background-color: #f5f5f5;
	border: none;
	padding: 0 25px;
	margin-bottom: 15px;
	height: 50px;
	border-radius: 7px;
	outline: none;
	color: #333;
	font-size: 14px;
}
.zxly form div input::placeholder{
	color: #747474;
}
.zxly form textarea{
	width: calc(100% - 50px);
	background-color: #f5f5f5;
	border: none;
	padding: 25px;
	margin-bottom: 15px;
	height: 50px;
	border-radius: 7px;
	outline: none;
	color: #ffffff;
	font-family: "Poppins";
	font-size: 14px;
}
.zxly form textarea::placeholder{
	color: #747474;
}
.zxly form button{
	border: none;
	background-color: #08387d;
	height: 50px;
	width: 200px;
	line-height: 50px;
	text-align: center;
	margin-top: 25px;
	color: #fff;
	border-radius: 10px;
	
}
.gsjj{
	padding: 8.125rem 0rem;
	background: url(../images/gsjj_02.jpg) center no-repeat;
	background-size: cover;
}
.gsjjdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjdvleft{
	width: 45%;
}
.gsjjdvright{
	width: 45%;
}
.gsjjdvright img{
	display: block;
	width: 100%;
}
.gsjjdvleft h1{
	color: #747474;
	font-size: 42px;
}
.gsjjdvleft h1 i{
	color: #07397d;
}
.gsjjdvleft h2{
	color: #747474;
	font-size: 16px;
	font-family: "Poppins_Light";
	margin-top: 10px;
	margin-bottom: 2.5rem;
}
.gsjjdvleft p{
	color: #747474;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}
.qywh{
	padding: 5.625rem 0px;
	background: url(../images/qywh_02.jpg) center no-repeat;
	background-size: cover;
}
.qywhdv{
	width: 100rem;
	margin: 0 auto;
}
.qywhbt h1{
	text-align: center;
	color:#747474;
	font-size: 42px;
}
.qywhbt h1 i{
	color: #07397d;
}
.qywhbt p{
	color: #747474;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	font-family: "Poppins_Light";
}
.qywhlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.qywhlist ul{
	display: flex;
	justify-content: space-between;
}
.qywhlist ul li{
	width: 24%;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	transition: all 1s;
}
.qywhlist ul li div img:nth-child(1){
	display: none;
}
.qywhlist ul li section{
	position: absolute;
	width: calc(100% - 120px);
	padding: 60px;
	top: 0;
	left: 0;
}
.qywhlist ul li section i{
	font-size: 64px;
	display: block;
	color: #fff;
	margin-bottom: 3.125rem;
}
.qywhlist ul li section h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
}
.qywhlist ul li section p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.qywhlist ul li.active{
	width: 50%;
}
.qywhlist ul li.active div img:nth-child(1){
	display: block;
}
.qywhlist ul li.active div img:nth-child(2){
	display: none;
}



.fazlc {
	padding: 5.9375rem 0px;
	background: url(../images/fazkc_02.jpg) center no-repeat;
	background-size: cover;
}

.fazlcdv {
	width:100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}



.hisdv {
	width: 100rem;
	margin: 0 auto;
	position: relative;
}

#sjxx h1 {

	/* 超大字号，撑满画面 */
	font-size: 280px;
	/* 紧凑数字间距 */
	letter-spacing: -20px;
	text-align: center;
	line-height: 1;
	/* 层级放最底层 */
	z-index: -1;
	user-select: none;
	/* 核心：垂直渐变 上深粉 → 下透明 */
	background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	/* 整体半透 */
	opacity: 0.7;
	font-family: "Poppins_SemiBold";
	    letter-spacing: 15px;
}

#sjtime {
	width: 84.375rem;
}

#sjtime h2 {
	color: #808080;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	top: 145px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#sjtime .swiper-slide:nth-child(2n) h2 {
	padding-top: -20px;
	margin-top: -18px;
}

#sjxx .swiper-slide div {
	width: 460px;
	margin: 0 auto;
	color: #808080;
	font-size: 16PX;
	line-height: 30px;
}

.hisdvs {
	position: absolute;
	width: 100%;
	top: 200px;
	z-index: 9;
}

.hisdvs::after {
	content: "";
	width: 100%;
	display: block;
	background-image: linear-gradient(to right, rgba(255,0,0,0), #08387d,rgba(255,0,0,0));
	background-size: cover;
	height: 6px;
	top: 47%;
	position: absolute;
	left: 0;
}

#sjtime h2::after {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	display: block;
	background-color: #08387d;
	border-radius: 50px;
	left: 50%;
	margin-left: -10px;
	top: 47px;
}

#sjtime .swiper-slide:nth-child(2n) h2::after {
	top: 112%;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/ewgr_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2::after {
	display: none;
}

#sjtime .swiper-slide-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/aboutsz_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-active .sjtimedv h2::after {
	display: none;
}



#sjxx .swiper-slide div {
	margin-top: 60px;
	text-align: center;
}

#yfen {
	margin-top: 65px;
	height: 60px;
	width: 53.25rem;
	padding: 0 2.75rem;
}

#yfen span {
	text-align: center;
	color: #808080;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	margin-top: 15px;
	font-family: "Poppins";
}

#yfen .ck {
	border-bottom: 2px solid #08387d;
	color:#08387d;
}

#yfen .swiper-slide-thumb-active span {
	border-bottom: 2px solid #08387d;
	color: #08387d;
}

#yfen .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#yfen .swiper-button-next,
#yfen .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #08387d;
	transition: all 1s;
}

#yfen .swiper-button-next::after,
#yfen .swiper-button-prev::after {
	font-size: 18px;
}

#yfen .swiper-button-next:hover,
#yfen .swiper-button-prev:hover {
	background-color: #08387d;
}

#yfen .swiper-button-next:hover::after,
#yfen .swiper-button-prev:hover::after {
	color: #fff;
}





.sygsjjdvleft h1 {
	color: #08387d;
}

.sygsjj {
	background: url(../images/abbg_06.jpg) center no-repeat;
	background-size: cover;
}

.sygsjjdvright p {
	color: #333333;
}



.yce {
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}

.yce ul li {
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}

.yce ul li:hover {
	background-color: #f9b931;
}

.yce ul li i {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.yce ul li iconpark-icon {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
}

.yce ul li div {
	position: absolute;
	right: 20px;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}

.yce ul li div h1 {
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 190px;

	background-color: #f9b931;
}

.yce ul li:hover div {
	width: 190px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}

.yce ul li div img {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.yce ul li:nth-child(3) div {
	width: 130px;
}

.yce ul li:nth-child(1) {
	display: none;
}
#sjxx .swiper-slide div h4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #08387d;
	font-size: 22px;
}
#sjxx .swiper-slide div h4 i{
	display: block;
	width: 6px;
	height:6px;
	background-color: #08387d;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 13px;
}
#sjxx .swiper-slide div p{
	text-align: left;
	margin-top: 15px;
	color: #747474;
	font-size: 16px;
}
.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.sjnav{
	display: none;
}
.ssdv form {
	width: 100rem;
	margin: 0 auto;
	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{
	margin: 0 auto;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 44px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
.nrbanner .btext section p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.nrbanner .btext section p a{
	font-size: 14px;
	color: #ffffff;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 

.bannersasg .swiper-slide:nth-child(4) img{
	margin: 0 auto;
}
.bannersasg .swiper-slide:nth-child(4) section a{
	margin: 0 auto;
	    margin-top: 6.875rem;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 48px;
	font-family: "Montserrat_Bold";
	width: 58%;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section img{
	display: block;
	width: auto;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #fff;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #51b353;
	
}
.bannersasg  .swiper-slide section a span{
	color: #51b353;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #51b353;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 93.75rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 48px;
	font-family: "Montserrat_Bold";
	width: 58%;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #fff;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #08387d;
	
}
.bannersasg  .swiper-slide section a span{
	color: #08387d;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #08387d;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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;
	background: #ffffff;
	opacity: 1;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.bannersasg .swiper-pagination-bullet-active{
	opacity: 1;
}
@media only screen and (min-width: 1100px) and (max-width: 1599px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.headdvleft {
	    height: 100%;
	    width: 30%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvleft img{
		width: 100%;
	}
	.agw {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    width: 260px;
	}
	.headdvright{
		width: 67%;
	}
	.dianhua section p{
		font-size: 18px;
	}
	.cpsldv{
		width: 95%;
	}
	.gywmall{
		width: 95%;
		margin-left: 5%;
	}
	.szdv{
		width: 95%;
	}
	.yyaldv ul{
		width: 95%;
	}
	.yyaldv ul li div section h1 span{
		font-size: 22px;
	}
	.yyaldv ul li div section h1 {
	    width: 75%;
	}
	.yyaldv ul li div section>i {
	    width: 58px;
	    height: 58px;
	}
	.dtdv{
		width: 95%;
	}
	.jqrdv{
		width: 95%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.headdvright{
		justify-content: flex-end;
	}
	.agw{
		justify-content: flex-start;
	}
	.ss{
		margin: 0px 10px;
	}
	.newsall{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.prolist ul li{
		width: calc(23% - 50px);
		margin: 1%;
		background-color: #ffffff;
		padding: 30px 25px
	}
	.shownav ul li{
		width: 20%;
	}
	.gert{
		width: 95%;
	}
	.gsjjdv{
		width: 95%;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhlist{
		width: 100%;
	}
	.fazlcdv{
		width: 95%;
	}
	.hisdv{
		width: 100%;
	}
	.lxwmdv{
		width: 95%;
	}
	.zxly{
		width: 95%;
	}
	.sgahhrj section{
		width: 95%;
	}
}

@media only screen and (max-width: 1099px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.cpsldv{
		width: 95%;
	}
	.cpslbt h1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.cpsl{
		padding: 25px 0px;
	}
	.cpslbt{
		margin-bottom: 20px;
	}
	.cpsllist ul{
		flex-wrap: wrap;
	}
	.cpsllist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.cpsllist ul li h1{
		font-size: 16px;
	}
	.cpsllist ul li h1{
		margin-bottom: 5px;
	}
	.cpsllist ul li p{
		line-height: 25px;
		height: 50px;
		margin-bottom: 10px;
	}
	.gywm{
		padding: 30px 0px;
		display: block;
	}
	.gywmleft{
		width: 95%;
		margin: 0 auto;
	}
	.gywmall{
		width: 100%;
	}
	.gywmall h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 5px;
	}
	.gywmall h2{
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.gywmall p {
	    text-indent: 2em;
	    line-height: 28px;
	    color: #747474;
	    font-size: 14px;
	}
	.gywmall a{
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	.teeh i{
		width: 62%;
	}
	.gywmright{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.foot{
		display: none;
	}
	.jqrdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul {
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 31%;
		margin: 20px 0px;
	}
	.szdv ul li h1{
		display: flex;
		justify-content: center;
	}
	.szdv ul li h1 span{
		font-size: 30px;
	}
	.szdv ul li h1 i {
	    color: #ffffff;
	    font-size: 11px;
	    margin-top: 15px;
	    margin-left: 5px;
	}
	.szdv ul li p {
	    color: #ffffff;
	    font-size: 14px;
	    text-align: center;
	    margin-top: 10px;
	}
	.szdv ul img{
		display: none;
	}
	.szdv ul li:nth-child(7),.szdv ul li:nth-child(9){
		width: 48%;
	}
	.sz{
		padding: 30px 0px;
	}
	.yyal{
		padding: 30px 0px;
	}
	.yyalbt h1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.yyalbt p{
		font-size: 14px;
	}
	.yyaldv ul{
		width: 95%;
		display: block;
	}
	.yyaldv ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.yyaldv ul li div{
		padding: 5%;
		width: 90%;
	}
	.yyaldv ul li div section h1 span{
		font-size: 18px;
	}
	.yyaldv ul li div section h1 i{
		font-size: 14px;
	}
	.yyaldv ul li div section>i {
	    width: 50px;
	    height: 50px;
	    background-color: #08387d;
	    border-radius: 50%;
	    color: #fff;
	    transition: all 1s;
	    font-size: 24px;
	}
	.yyaldv ul li div h3{
		margin-top: 10px;
		font-size: 16px;
	}
	.dt{
		padding: 30px 0px;
	}
	.dtdv{
		width: 95%;
	}
	.dtdvbt h1{
		margin-bottom: 5px;
		font-size: 22px;
	}
	.dtdvbt p{
		font-size: 14px;
	}
	.dtdvlist ul{
		display: block;
	}
	.dtdvlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.dtdvlist ul li .dtdvlisttext{
		padding: 0 5%;
		padding-top: 5%;
		width: 90%;
	}
	.dtdvlist ul li .dtdvlisttext h2 {
	    color: #08387d;
	    font-size: 16px;
	    white-space: nowrap;
	    line-height: 25px;
	    overflow: hidden;
	    height: 25px;
	    text-overflow: ellipsis;
	    margin-bottom: 5px;
	}
	.dtdvlist ul li .dtdvlisttext h4 {
	    border-top: 1px solid #c1cdde;
	    margin-top: 10px;
	    height: 45px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.jqr{
		padding: 30px 0px;
	}
	.jqrdv h1{
		font-size: 15px;
	}
	.jqrdv h2{
		font-size: 18px;
	}
	.jqrdv p{
		font-size: 14px;
		line-height: 27px;
	}
	.jqrdv a{
		margin-bottom: 0;
	}
	.jqrdv a{
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.newsall{
		width: 95%;
	}
	.newsall .dtdvlist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
		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;
	}
	.shownav ul{
		flex-wrap: wrap;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li a{
		font-size: 15px;
	}
	.shownav ul li:nth-child(1),.shownav ul li:nth-child(4),.shownav ul li:nth-child(5){
		background-color: #f7f7f7;
	}
	.prolist{
		width: 95%;
	}
	.shownav ul li a::after{
		top: 5px;
		border-bottom: 2px solid transparent;
	}
	.prolist ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.prolist ul li h1{
		font-size: 12px;
	}
	.prolist ul li h2{
		font-size: 15px;
	}
	.prolist ul li div{
		margin-top: 10px;
	}
	.prolist ul li section{
		height: 35px;
	}
	.gert{
		margin: 30px auto;
		width: 95%;
		
	}
	.yingyonganli ul li{
		width: 48%;
	}
	.yingyonganli ul li .yywtext{
		bottom: 10px;
	}
	.yingyonganli ul li .yywtext section h1{
		font-size: 16px;
	}
	.yingyonganli ul li .yywtext iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.gsjjdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.gsjjdvleft{
		width: 100%;
	}
	.gsjjdvleft h1{
		text-align: center;
		font-size: 20px;
	}
	.gsjjdvleft h2{
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.gsjjdvleft p{
		font-size: 14px;
		line-height: 28px;
	}
	.gsjjdvright{
		width: 100%;
		margin-top: 15px;
	}
	.qywh{
		padding: 30px 0px;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhbt h1{
		font-size: 22px;
	}
	.qywhbt p{
		margin-top: 5px;
		font-size: 14px;
	}
	.qywhlist{
		width: 100%;
		margin-top: 25px;
	}
	.qywhlist ul{
		display: block;
	}
	.qywhlist ul li,.qywhlist ul li.active{
		width: 100%;
		margin-bottom: 10px;
	}
	.qywhlist ul li.active div img:nth-child(2),.qywhlist ul li div img:nth-child(2) {
	    display: none;
	}
	.qywhlist ul li.active div img:nth-child(1),.qywhlist ul li div img:nth-child(1) {
	    display: block;
		width: 100%;
	}
	.qywhlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.qywhlist ul li section i{
		font-size: 32px;
	}
	.qywhlist ul li section h1{
		font-size: 18px;
		font-weight: bold;
	}
	.qywhlist ul li section p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 25px;
	}
	#yfen {
		width: 90%;
		padding: 0 5%;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	#yfen span {
		margin-top: 0px;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-rtl .swiper-button-prev {
		right: 0px;
	}

	#yfen .swiper-button-prev,
	#yfen .swiper-rtl .swiper-button-next {
		left: 0;
	}

	#sjxx h1 {
		
		font-size: 22px;
		letter-spacing: -20px;
		text-align: center;
		line-height: 1;
		z-index: -1;
		user-select: none;
		background: linear-gradient(to bottom, #08387d, rgba(255, 255, 255, 0));
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		opacity: 0.7;
		font-family: "Poppins_SemiBold";
		letter-spacing: 15px;
		
	}

	.hisdvs {
		display: none;
	}

	#sjxx {
		margin-top: 20px;
	}

	#sjxx .swiper-slide div {
		margin-top: 10px;
	}

	#sjxx .swiper-slide div {
		font-size: 14px;
		width: 100%;
		line-height: 25px;
	}

	#yfen {
		margin-top: 15px;
	}

	#yfen {
		width: 100%;
		padding: 0;
	}

	#yfen span {
		font-size: 14px;
	}

	#yfen .swiper-button-next::after,
	#yfen .swiper-button-prev::after {
		font-size: 12px;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-button-prev {
		display: none;
	}

	#yfen {
		height: auto;
	}
	.sze ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.sze ul li{
		width: 50%;
	}
	.sze h1 span{
		font-size: 32px;
	}
	.sze p{
		font-size: 14px;
		margin-top: 0;
	}
	.sze h1 i{
		font-size: 14px;
	}
	.sze{
		    padding: 30px 0px;
	}
	.fazlcdv{
		width: 95%;
	}
	.hisdv{
		width: 100%;
	}
	#sjxx .swiper-slide div h4{
		font-size: 17px;
	}
	#sjxx .swiper-slide div h4 i {
	    display: block;
	    width: 6px;
	    height: 6px;
	    background-color: #08387d;
	    border-radius: 50%;
	    margin-right: 7px;
	    margin-top: 11px;
	}
	#sjxx .swiper-slide div p {
	    text-align: left;
	    margin-top: 5px;
	    color: #747474;
		line-height: 25px;
	    font-size: 14px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmbt h1 {
	    text-align: center;
	    color: #747474;
	    font-size: 22px;
	}
	.lxwmbt p {
	    text-align: center;
	    color: #747474;
	    font-size: 14px;
	    margin-top: 5px;
	    font-family: "Poppins_Light";
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 28px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
	}
	.lxwmlist ul li p {
	    text-align: center;
	    color: #808080;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.zxly{
		width: 95%;
	}
	.zxly form div input{
		height: 40px;
		width: calc(49% - 30px);
		background-color: #f5f5f5;
		border: none;
		padding: 0 15px
	}
	.zxly form textarea{
		width: calc(100% - 30px);
		background-color: #f5f5f5;
		border: none;
		padding: 15px;
		margin-bottom: 15px;
	}
	.zxly form button {
	    border: none;
	    background-color: #08387d;
	    height: 40px;
	    width: 140px;
	    line-height: 40px;
	    text-align: center;
	    margin-top: 10px;
	    color: #fff;
	    border-radius: 10px;
	}
	.nrbanner .btext section h2{
		font-size: 24px;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 17px;
	}
	.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:#08387d;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #1b55a9;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 24px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section img{
		width: 64%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.pape{
		width: 95%;
		display: block;
	}
	.papeleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.paperight{
		width: 100%;
	}
	.paperight h2{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.paperight p {
	    color: #4d4d4d;
	    font-size: 14px;
	    line-height: 30px;
	}
	.paperight section a{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.cpgshudv{
		width: 95%;
	}
	.cpgshudvbt {
	    font-size: 22px;
	    color: #333333;
	    margin-bottom: 15px;
	}
	.cpgshudvtext{
		padding: 5%;
	}
	.xguancp{
		width: 95%;
		margin: 7.375rem auto;
	}
	.xguancp .prolist{
		width: 100%;
	}
	.cpgshudvtext img{
		height: auto !important;
	}
}



