/* 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: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: 'HarmonyOS_Sans_SC_Bold';
	src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}

@font-face {
	font-family: :"HarmonyOS_Sans_Medium";
	src: url('../font/HarmonyOS_Sans_SC_Bold.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;
}

.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: 1500px;
}

.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;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #094aab;
}
.slideUp .headdvright ul li.active a span{
	color: #094aab;
}

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

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

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

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

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

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

.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #094aab;
}
.banners img {
	display: block;
	width: 100%;
}

.dh {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dh iconpark-icon {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.dh section h3 {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.dh section h4 {
	color: #ffffff;
	font-size: 20px;
	font-family: "Montserrat_Light";
}
.slideUp .dh iconpark-icon {
	    background-color: rgb(9 74 171 / 10%);
	color: #094aab;
}
.slideUp .dh section h3,.slideUp .dh section h4{
	color: #094aab;
}

.sycp {
	padding: 5.625rem 0;
	background: url(../images/cpbj_02.jpg) center no-repeat;
	background-size: cover;
}

.sycpdv {
	width: 1500px;
	margin: 0 auto;
}

.sycpbt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sycpbtleft h2 {
	color: #404040;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.sycpbtleft p {
	color: #666666;
	font-size: 16px;
}

#sycpbty {
	width: 600px;
}

#sycpbty .swiper-slide i {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #666666;
}

#sycpbty .swiper-slide h2 {
	text-align: center;
	color: #666666;
	font-size: 16px;
}

#sycpbty .swiper-slide-thumb-active i {
	color: #094aab;
}

#sycpbty .swiper-slide-thumb-active h2 {
	color: #094aab;
	font-size: 18px;
	font-weight: bold;
}

#sycpbtz {
	margin-top: 3.75rem;
}

#sycpbty .swiper-slide:nth-child(2),
#sycpbty .swiper-slide:nth-child(1) {
	position: relative;
}

#sycpbty .swiper-slide:nth-child(2)::after,
#sycpbty .swiper-slide:nth-child(1)::after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #c3c4c4;
	position: absolute;
	top: 15px;
	right: 0;
}

.sycpbtzul {
	display: flex;
	justify-content: flex-start;
}

.sycpbtzul li {
	width: calc(23.5% - 60px);
	margin: .5%;
	background-color: #fff;
	padding: 30px;
	position: relative;
}

.sycpbtzul li .sycphotone {
	transition: all 1s;
	opacity: 1;
}

.sycpbtzul li .sycphotone>img {
	display: block;
	margin-bottom: 15px;
}

.sycpbtzul li .sycphotone div {
	display: block;
	overflow: hidden;
}

.sycpbtzul li .sycphotone div img {
	display: block;
	width: 100%;
}

.sycpbtzul li .sycphotone h2 {
	margin-top: 15px;
	height: 30px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #404040;
	font-weight: bold;
	font-size: 17px;
}

.sycpbtzul li .sycphotone p {
	white-space: nowrap;
	height: 30px;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	text-overflow: ellipsis;
	color: #666666;
	font-size: 15px;
}

.sycpbtzul li .sycphottwo {
	display: block;
	width: calc(100% - 60px);
	padding: 30px;
	height: calc(100% - 60px);
	background-color: #094aab;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	opacity: 0;
}

.sycpbtzul li .sycphottwo>img {
	display: block;
	margin-bottom: 30px;
}

.sycpbtzul li .sycphottwo h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.sycpbtzul li .sycphottwo section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 10px;
}

.sycpbtzul li .sycphottwo section i {
	display: block;
	width: 50px;
	height: 25px;
	border-radius: 50px;
	background-color: #fff;
	color: #004ea2;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}

.sycpbtzul li .sycphottwo section span {
	width: 14rem;
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sycpbtzul li .sycphottwo div {
	width: 130px;
	margin: 0 auto;
	padding: 0 25px;
	margin-top: 25px;
	background-color: #6b92cd;
	height: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sycpbtzul li .sycphottwo div span {
	color: #ffffff;
	font-size: 14px;
}

.sycpbtzul li .sycphottwo div iconpark-icon {
	display: block;
	color: #fff;
	font-size: 20px;
}

.sycpbtzul li:hover .sycphotone {
	opacity: 0;
}

.sycpbtzul li:hover .sycphottwo {
	opacity: 1;
}

.sylingyu {
	padding: 5.625rem 0px;
	background: url(../images/suabg_02.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sylingyudv {
	width: 1500px;
	margin: 0 auto;
}

.sylingyubt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.sylingyubtleft p {
	color: #ffffff;
	font-size: 16px;
}

.sylingyubtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
	height: 50px;
	padding: 0 25px;
	border: 1px solid #fff;
	border-radius: 50px;
}

.sylingyubtright a span {
	color: #ffffff;
	font-size: 14px;
}

.sylingyubtright a iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 24px;
}

.sylingyulist {
	margin-top: 3.125rem;
}

.sylingyulist ul {
	display: flex;
	justify-content: space-between;
}

.sylingyulist ul li {
	width: 24%;
}

.sylingyulist ul li div {
	overflow: hidden;
}

.sylingyulist ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.sylingyulist ul li .qgew{
	transition: all 1s;
}
.sylingyulist ul li:hover div img {
	transform: scale(1.05);
}
.sylingyulist ul li:hover .qgew{
	background-color: #094aab;
}

.sylingyulist ul li .qgew {
	background-color: #fff;
	padding: 25px 30px;
	width: calc(100% - 60px);
}

.sylingyulist ul li .qgew section {
	display: flex;
	justify-content: space-between;
}

.sylingyulist ul li .qgew section div h2 {
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	transition: all 1s;
}
.sylingyulist ul li:hover .qgew section div h2{
	color: #fff;
}
.sylingyulist ul li .qgew section div i {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #094aab;
	margin-top: 10px;
	margin-bottom: 15px;
	transition: all 1s;
}
.sylingyulist ul li:hover .qgew section div i{
	background-color: #fff;
}
.sylingyulist ul li .qgew section span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 25px;
}

.sylingyulist ul li .qgew section span {
	color: #939393;
	font-size: 14px;
	transition: all 1s;
}
.sylingyulist ul li:hover .qgew section span{
	color: #fff;
}

.sylingyulist ul li .qgew section span iconpark-icon {
	color: #939393;
	font-size: 20px;
	transition: all 1s;
}
.sylingyulist ul li:hover .qgew section span iconpark-icon {
	color: #fff;
}

.sylingyulist ul li .qgew p {
	color: #4d4d4d;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}
.sylingyulist ul li:hover .qgew p{
	color: #fff;
}

.syabout {
	 background-color: #f7f7f7;
	padding: 5.625rem 0;
	display: flex;
	justify-content: space-between;
	background-size: cover;
}

.syaboutleft {
	width: 50%;
	display: flex;
	position: relative;
	z-index: 6;
	justify-content: flex-end;
}

.syaboutright {
	width: 50%;
}

.syaboutright img {
	display: block;
	width: 100%;
}

.syaboutleftdv {
	width: 46.875rem;
	position: relative;
}

.syaboutleftdv h2 {
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.syaboutleftdv h2 i {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #094aab;
}

.syaboutleftdv h2 span {
	color: #094aab;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-left: 10px;
}

.syaboutleftdv h3 {
	color: #404040;
	font-size: 36px;
	font-weight: bold;
	margin: 15px auto;
}

.syaboutleftdv p {
	color: #666666;
	font-size: 16px;
}

.gehht {
	background: url(../images/hreh_03.jpg) center no-repeat;
	background-size: cover;
	width: 60rem;
	padding: 3.75rem;
	margin-top: 30px;
}

.gehht h4 {
	border-bottom: 1px solid #cbcacf;
	height: 60px;
	color: #094aab;
	font-size: 22px;
	font-weight: bold;
}

.gehht i {
	display: block;
	height: 2px;
	width: 80px;
	background-color: #094aab;
	margin-top: -2px;
}

.gehht>p {
	margin: 25px 0px;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.gehht>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	padding: 0 25px;
	height: 50px;
	background-color: #094aab;
	border-radius: 50px;
	height: 50px;
}

.gehht>a span {
	color: #fff;
	font-size: 14px;
}

.gehht>a iconpark-icon {
	color: #fff;
	font-size: 24px;
}

.sz {
	padding: 50px 0px;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.szdv {
	width: 1500px;
	margin: 0 auto;
}

.szdv ul {
	display: flex;
	justify-content: space-between;
}

.szdv ul li {
	width: 23%;
}

.szdv ul li h2 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 80px;
}

.szdv ul li h2 span {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
}

.szdv ul li h2 i {
	font-size: 18px;
	color: #fff;
	margin-left: 15px;
}

.szdv ul li p {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-top: 15px;
}

.synews {
	background: url(../images/syxwbg_02.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.synewdv {
	width: 1500px;
	margin: 0 auto;
}

.synewsbt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.synewsbtleft h2 {
	color: #404040;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.synewsbtleft p {
	color: #666666;
	font-size: 16px;
}

.synewsbtright a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	padding: 0 25px;
	height: 50px;
	background-color: #094aab;
	border-radius: 50px;
	height: 50px;
}

.synewsbtright a span {
	color: #fff;
	font-size: 14px;
}

.synewsbtright a iconpark-icon {
	color: #fff;
	font-size: 24px;
}


.innewlist {
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;

}

.innewlist {
	margin-top: 3.75rem;
}

.innewlist {
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 30rem;
	box-shadow: 0px 0px 20px #dddbdb;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #4d4d4d;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 18px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #150e52;
}

.innewlistcenter {
	width: 23.75rem;
	background: url(../images/synews_05.jpg) center no-repeat;
	padding: 5rem 3.125rem;
	background-size: cover;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innews {
	margin: 7.5rem auto;
}

.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 8.75rem;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 6.25rem;
	font-size: 14px;
	border-color: #fff;
	background-color: #fff;
	color: #1f67bf;
	transition: all 1s;
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #1f67bf;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	box-shadow: 0px 0px 20px #dddbdb;
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;

}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul li {}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.innewlistright ul i:last-child {
	display: none;
}



.xuq {
	padding: 50px 0px;
	background: url(../images/yu_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqdv {
	width: 1500px;
	margin: 0 auto;
}

.xuqdv h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 2.1875rem;
}

.xuqdv form {
	display: flex;
	justify-content: space-between;
}

.xuqdv form input {
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #fff;
	border-radius: 5px;
}

.xuqdv form input:nth-child(3) {
	width: 30%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #87b0de;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}




.foot {
	position: relative;
	background-color: #2d2d2d;
	z-index: 100;
	background-size: cover;
}

.footdv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footdvleft {
	width: 25%;
}

.footdvleft img {
	display: block;
	max-width: 100%;
	margin-bottom: 1.125rem;
}

.footdvleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0.9375rem;
}

.footdvleft h1 img {
	display: block;
	margin-bottom: 0;
	margin-right: 5px;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
}

.footdvleft ul li img {
	display: block;
	margin-bottom: 10px;
	width: 90px;
}

.footdvleft ul li {
	margin-right: 10px;
	margin-top: 20px;
}

.footdvleft ul li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.footdvright {
	width: 73%;
}

.footdvright .footsag {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footdvright .footsag form {
	display: block;
	width: 32.5rem;
	height: 50px;
	background-color: #313131;
	padding: 0 20px;
	padding-right: 0;
}

.footdvright .footsag form input {
	height: 50px;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
	width: 70%;

}

.footdvright .footsag form input::placeholder {
	color: #999999;
}

.footdvright .footsag form {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}

.footdvright .footsag form button {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #0f6eb6;
}

.footdvright .footsag form iconpark-icon {
	font-size: 24px;
	color: #fff;
	width: 80px;
	background-color: #0f6eb6;
	color: #fff;
}

.footdvright .footdvlist {
	display: flex;
	justify-content: space-between;
}

.footdvright .footdvlist dl dt a {
	color: #ffffff;
	font-size: 16px;
}

.footdvright .footdvlist dl dt {
	margin-bottom: 30px;
}

.footdvright .footdvlist dl dd {
	margin-bottom: 20px;
}

.footdvright .footdvlist dl dd a {
	color: #cccccc;
	font-size: 14px;
	transition: all 1s;
}

.footdvright .footdvlist dl dd a:hover {
	color: #0058a7;
}



.foot {
	padding-top: 80px;
}


.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid #424242;
	background-color: #2d2d2d;
}

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

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

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

.footdv {
	margin-bottom: 65px;
}

.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;
}

.hezuo {
	padding: 100px 0;
	background-color: #e8eff5;
	position: relative;
	overflow: hidden;
}

.hezuo .hezuodv {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}

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

.hezuo .xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}

.hexin {
	padding: 5.625rem 0rem;
	background: url(../images/hexin_02.jpg) center no-repeat;
	background-size: cover;
}

.hexindv {
	width: 1500px;
	margin: 0 auto;

}

.cgal {
	padding: 6.25rem 0px;
	background: url(../images/albge_02.jpg) center no-repeat;
	background-size: cover;
}

.cgalbt h2 {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.cgalbt p {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.cgaldv {
	margin-top: 4.375rem;
}

.cgalist {
	width: ;
}

.dxue {
	width: 100%;
	display: block;
}

.dxue img {
	display: block;
	width: 100%;
}

.dxue h3 {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 5rem;
}

.cgalist .swiper-slide .dxue div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.cgalist .swiper-slide .dxue div {
	display: block;
	overflow: hidden;
}

.cgalist .swiper-slide:hover .dxue div img {
	transform: scale(1.05);
}

.cgalist .swiper-slide:hover .dxue h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.cgaldva {
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	width: 140px;
	padding: 0 25px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 50px;
	margin-top: 30px;
	transition: all 1s;
}

.cgaldva span {
	color: #fff;
	font-size: 14px;
	transition: all 1s;
}

.cgaldva iconpark-icon {
	color: #fff;
	font-size: 24px;
	transition: all 1s;
}

.cgaldva:hover {
	background-color: #fff;
}

.cgaldva:hover span,
.cgaldva:hover iconpark-icon {
	color: #1f67bf;
}

.shownav {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 20px #ececec;
}

.shownav ul {
	display: flex;
	justify-content: center;
}

.shownav ul li {
	width: 240px;
	height: 85px;
}

.shownav ul li a {
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 85px;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #004ea2;
	color: #fff;
}
.shownav ul li.active a {
	background-color: #004ea2;
	color: #fff;
}
.nys .innewlist {
	width: 1500px;
}

.nys {
	padding-bottom: 3.75rem;
}

.newsdvlist {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #f7f7f7;
	overflow: hidden;
	transition: all .5s;
}

.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 #f7f7f7;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	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: #004ea1;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}

.newsdvlist ul li iconpark-icon {
	border: 1px solid #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}

.lxwmbt {
	display: block;
	margin-bottom: 2.8125rem;
}

.lxwm {
	width: 1500px;
	margin: 0 auto;
	margin-top: 5.625rem;
	margin-bottom: 8.125rem;
}

.lxwmbt h2 {
	color: #404040;
	font-size: 36px;
	text-align: center;
}

.lxwmbt p {
	color: #808080;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}

.lxwmlist ul li {
	width: calc(32% - 100px);
	padding: 50px;
	background-color: #f7f7f7;
	transition: all 1s;
}

.lxwmlist ul li div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lxwmlist ul li div section h2 {
	color: #404040;
	font-size: 22px;
	margin-bottom: 15px;
	transition: all 1s;
}

.lxwmlist ul li div section i {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #2255a4;
	transition: all 1s;
}

.lxwmlist ul li div iconpark-icon {
	display: block;
	font-size: 48px;
	color: #4b4b4b;
	transition: all 1s;
}

.lxwmlist ul li p {
	color: #404040;
	font-size: 16px;
	font-family: 'Montserrat_Light';
	transition: all 1s;
}

.lxwmlist ul li:hover{
	background-color: #2255a4;
}
.lxwmlist ul li:hover div section h2,.lxwmlist ul li:hover div iconpark-icon,.lxwmlist ul li:hover p {
	color: #ffffff;
}
.lxwmlist ul li:hover div section i {
	background-color: #fff;
}
.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/lybg_02.jpg) center no-repeat;
	background-size: cover;
}

.xuqiu h2 {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
}

.xuqiu p {
	color: #808080;
	font-size: 16px;
	text-align: center;
}

.xuqiubt {
	margin-bottom: 30px;
}

.xuqiu form {
	width: 1500px;
	margin: 0 auto;
}

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

.xuqiu form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #666666;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dcdcdc;
}

.xuqiu form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	line-height: 30px;
	font-family: "微软雅黑";
	outline: none;
	background-color: transparent;
	border: 1px solid #dcdcdc;
}

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	background-color: #2255a4;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 50px;
}

.anllist {
	padding: 4.375rem 0;
	background-color: #f5f5f5;
}

.anldv {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.anldv ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.anldv ul li {
	width: 31.333%;
	margin: 1%;
}

.anldv ul li div {
	width: 100;
	overflow: hidden;
	position: relative;
}
.anldv ul li div span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/lbj_03.png) center no-repeat;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: all 1s;
}

.anldv ul li div img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.anldv ul li section {
	padding: 25px 20px;
	background-color: #fff;
	transition: all 1s;
}

.anldv ul li section h2 {
	line-height: 45px;
	color: #333333;
	font-size: 20px;
	height: 45px;
	white-space: nowrap;
	transition: all 1s;
	overflow: hidden;

	text-overflow: ellipsis;
}

.anldv ul li section p {
	overflow: hidden;
	color: #666666;
	text-overflow: ellipsis;
	font-size: 15px;
	display: -webkit-box;
	line-height: 30px;
	-webkit-box-orient: vertical;
	height: 60px;
	-webkit-line-clamp: 2;
}

.anldv ul li section h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.25rem;
}
.anldv ul li section h3 iconpark-icon{
	width: 25px;
	height: 25px;
	border-radius: 50px;
	border: 1px solid #808080;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #808080;
	transition: all 1s;
	margin-right: 5px;
}
.anldv ul li section h3 span{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.anldv ul li:hover div img {
	transform: scale(1.05);
}
.anldv ul li:hover div span{
	opacity: 1;
}
.anldv ul li:hover section{
	background: url(../images/lbj_05.png) center no-repeat;
	background-color: #fff;
}
.anldv ul li:hover section h2{
	color: #094aab;
}
.anldv ul li:hover section h3 iconpark-icon{
	border: 1px solid #094aab;
	background-color: #094aab;
	color: #fff;
}
.anldv ul li:hover section h3 span{
	color: #094aab;
}
.nyspro{
	background-color: #f7f7f7;
	padding-top: 4.375rem;
}
.nyspro .sycpbtzul{
	width: 1500px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.nyspro .sycpbtzul ul{
	flex-wrap: wrap;
}
.nyspro .sycpbtzul li .sycphotone h2{
	font-weight: normal;
	font-size: 17px;
}
.nyspro .sycpbtzul li .sycphottwo h2{
	font-weight: normal;
}
.jszc ul li{
	padding: 5rem 0px;
	background-color: #f7f7f7;
}
.jszc ul li .jszcdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jszc ul li .jszcdv .jszcleft{
	width: 52%;
	overflow: hidden;
	border-radius: 10px;
}
.jszc ul li .jszcdv .jszcleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.jszc ul li:hover .jszcdv .jszcleft img{
	transform: scale(1.05);
}
.jszc ul li .jszcdv .jszcright{
	width: 42%;
}
.jszc ul li .jszcdv .jszcright h2{
	color: #4d4d4d;
	font-size: 30px;
	margin-bottom: 15px;
}
.jszc ul li .jszcdv .jszcright p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}
.jszc ul li .jszcdv .jszcright  dl{
	margin-top: 10px;
}
.jszc ul li .jszcdv .jszcright  dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	overflow: hidden;
}
.jszc ul li .jszcdv .jszcright  dl dd i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #094aab;
	margin-right: 8px;
}
.jszc ul li .jszcdv .jszcright  dl dd span{
	width: 95%;
	height: 40px;
	line-height: 40px;
	color: #808080;
	font-size: 16px;
}
.jszc ul li:nth-child(2n){
	background-color: #fff;
}
.jszc ul li:nth-child(2n) .jszcdv{
	flex-direction: row-reverse;
}

.soq {
	padding: 5.625rem 0px;
	background-color: #f5f5f5;
}



.chanpinimg {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #004ea2;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #004ea2;
	font-size: 36px;
	font-weight: bold;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
}

.chanpinimgright p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}

.chanpinimgright a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #dc0c22;
	font-size: 14px;
}

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #004ea2;
	line-height: 45px;
	transition: all 1s;
	border-radius: 50px;
	margin-top: 4.375rem;
	margin-right: 1.25rem;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #004ea2;
}

.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

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

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

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

.maoyileft #gallery2 {
	width: 31.875rem;
	margin: 0;
	height: 31.875rem;
	background-color: #f7f7f7;
}

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

.cpxq {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

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

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #094aab;
}

.cpxqbt span {
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

.cpxqleft ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
}

.cpxqleft ul li a div img {
	display: block;
	width: 100%;
}

.cpxqleft ul li a section h1 {
	color: #094aab;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}

.cpxqleft ul li a section p {
	color: #333333;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}
.cpxqxq {
	background-color: #fff;
	padding: 5%;
	width: 90%;
}

.cpxqxq img {
	max-width: 100%;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #333333;
	font-size: 15px;
}

.fy p a:hover {
	color: #094aab;
}
.mbx{
	margin: 0 auto;
	width: 1500px;
	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: #094aab;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #094aab;
}
.soq221{
	padding-top: 0;
}

.hzhb{
	overflow: hidden;
	padding: 6.25rem 0;
	position: relative;
	background: url(../images/hzbhbg_03.jpg) center no-repeat;
	background-size: cover;
}
.hzhbbt{
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 3.1875rem
}
.hzhbbt h1{
	text-align: center;
	color: #404040;
	font-size: 36px;
}
.hzhbbt p{
	margin-top: 15px;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.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;
}



.rczplist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #eef5ff;
	align-items: center;
	margin-bottom: 10px;
}
.rczplist dl dt i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;·1
    border-right: 7px solid transparent;
    border-top: 10px solid #f0f1f2;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #094aab;
    margin-top: 0px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 250px;
	color: #094aab;
	font-size: 17px;
	font-weight: bold !important;
}

.rczplist dl dt h2 {
	width: 230px;
	color: #094aab;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h3 {
	width: 305px;
	color: #094aab;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h4 {
	width: 450px;
	color: #094aab;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #094aab;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dd {
	background-color: #fff;
	margin-bottom: 10px;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	height: 60px;
	
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 230px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 305px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 450px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd:hover .rczpxx  {
	background-color: #0058a7;
}
.rczplist dl dd.active .rczpxx {
    background-color: #0058a7;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
	
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 46%;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
	height: 200px;
	align-items: center;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #155bae;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}



.zxzp{
	padding-top: 5.625rem;
	padding-bottom: 6.25rem;
	background: url(../images/zxzp_03.jpg) center no-repeat;
	background-size: cover;
}

.ryzhi{
	padding-top: 6.25rem;
	padding-bottom: 13.125rem;
	background: url(../images/rybga_02.jpg) center no-repeat;
	background-size: cover;
}


.rydv {
	width: 101.875rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
}

.rylsit {
	width: 1500px;
}

.rylsit .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.rylsit .swiper-wrapper {
	align-items: center;
}

.rylsit .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rylsit .swiper-slide-active img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rydv a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #e8eef2;
	color: #333;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}

.rydv a:hover {
	color: #fff;
	background-color: #004ea2;
}

.gy{
	padding-top: 5.9375rem;
	padding-bottom: 8.125rem;
	background: url(../images/fwqg_02.jpg) center no-repeat;
	background-size: cover;
}
.gydv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gydvleft{
	width: 48%;
}
.gydvright{
	width: 48%;
}
.gydvright img{
	display: block;
	width: 100%;
}
.gydvleft h2{
	color: #404040;
	font-size: 36px;
	margin-bottom: 15px;
}
.gydvleft h3{
	color: #666666;
	margin-bottom: 1.5625rem;
	font-size: 16px;
}
.gydvleft p{
	line-height: 35px;
	font-size: 16px;
	color: #808080;
}
.hexin{
	padding-top: 5.625rem;
	padding-bottom: 30px;
	background: url(../images/hexbg_02.jpg) bottom center no-repeat;
	background-size: cover;
	
}
.hexindv{
	display: flex;
	width: 1500px;
	margin: 0 auto;
	justify-content: space-between;
}
.hexindvleft{
	width: 680px;
}
.hexindvleft h2{
	color: #404040;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.hexindvleft p{
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}
.hxinlogo{
	width: 1500px;
	margin: 0 auto;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	margin-top: 3.125rem;
	border-top: 1px solid #d2d2d8;
}
.hxinlogo ul{
	display: flex;
	justify-content: space-between;
}
.hxinlogo ul li {
	margin: 0 1%;
	overflow: hidden;
	position: relative;
}
.hxinlogo ul li img{
	display: block;
	max-width: 100%;
}
.hxinlogo ul li .i1{
	opacity: 1;
	transition: all 1s;
}
.hxinlogo ul li .i2{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	transition: all 1s;
}
.hxinlogo ul li:hover .i1{
	opacity: 0;
}
.hxinlogo ul li:hover .i2{
	opacity: 1;
}
.hexindvright{
	width: 750px;
	height: 100%;
}
.hexindvleft #thumbs23{
	margin-top: 2.75rem;
	border-bottom: 1px solid #cbcacf;
	margin-bottom: 1.875rem;
}
.hexindvleft #thumbs23 .swiper-slide h3{
	line-height: 55px;
	color:#404040;
	border-bottom: 2px solid transparent;
	transition: all 1s;
	font-size: 16px;
	text-align: center;
}
.hexindvleft #thumbs23 .swiper-slide-thumb-active h3{
	border-bottom: 2px solid #094aab;
	color: #094aab;
}
.hexindvleft #gallery23 .swiper-slide p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.hexindvright {
	position: relative;
}
.hexindvright .blue-slide{
	position: absolute;
	top:0;right: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hexindvright .blue-slide h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	left: 105px;
	top: 107px;
	z-index: 3;
} 
.hexindvright .blue-slide:nth-child(2) h2{
	left: 50px;
	top: 235px;
}
.hexindvright .blue-slide:nth-child(3) h2{
	left: 64px;
	top: 387px;
}
.hexindvright .blue-slide:nth-child(4) h2{
	left: 142px;
	top: 505px;
}
.hexindvright .blue-slide h2 span{
	color: #404040;
	font-size: 20px;
	margin-right: 1rem;
}

.hexindvright .blue-slide h2 i{
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #cacbcf;
	border-radius: 50%;
	transition: all 1s;
	background-color: #fff;
}
.qqqq{
	position: relative;
}
.dquan{
	width: 600px;
}
.dquan img{
	width: 100%;
}
.dquanasd{
	width: 510px;
	position: absolute;
	top: 45px;
	left: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.dquanasd img{
	display: block;
	width: 100%;
}
.hexindv{
	    height: 640px;
	align-items: center;
}
.hexindvright .blue-slide  h2 span{
	opacity: 0;
	transition: all 1s;
}
.hexindvright .blue-slide .qqqq .dquanasd{
	opacity: 0;
	transition: all 1s;
}
.hexindvright .blue-slide-active .qqqq .dquanasd{
	opacity: 1;
}
.hexindvright .blue-slide-active h2 span{
	opacity: 1;
	color: #094aab;
	font-size: 20px;
}
.hexindvright .blue-slide-active h2 i{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 2px solid #094aab;
	
	opacity: ;
}
.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: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    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: 26px;
	margin-top: 1.5rem;
	text-align: center;
}
.bannersasg  .swiper-slide section h4{
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	padding: 0 30px;
	width: 140px;
	border-radius: 50px;
	height: 50px;
	margin-top: 5rem;
	background-color: #004ea2;
}
.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;
}
.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 h2{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
}
.mfoot,.mfootdv{
	display: none;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px) {
	.sycpbtzul li .sycphottwo section {
		margin-top: 15px;
	}

	.sycpbtzul li .sycphottwo section span {
		line-height: 25px;
		height: 25px;
		width: 12rem;
	}

	.headdvright ul {
		width: 57.375rem;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 77.75rem;
	}
	.sycpdv{
		width: 95%;
	}
	.hexindv{
		width: 95%;
	}
	.hexindvright .blue-slide h2{
		left: 110px;
		top: 107px;
	}
	.hexindvleft{
		width: 480px;
	}
	.hexindvright .blue-slide:nth-child(2) h2 {
	    left: 55px;
	    top: 235px;
	}
	.hexindvright .blue-slide:nth-child(3) h2 {
	    left: 68px;
	    top: 387px;
	}
	.hexindvright .blue-slide:nth-child(4) h2 {
	    left: 146px;
	    top: 505px;
	}
	.hxinlogo {
		width: 95%;
	}
	.sylingyudv{
		width: 95%;
	}
	.syaboutleft{
		display: flex;
	}
	.syaboutleftdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft{
		width: 31%;
	}
	.innewlistcenter{
		width: 29%;
		background: url(../images/synews_05.jpg) center no-repeat;
		padding: 2% 3.125rem;
	}
	.innewlistright{
		width: 31%;
	}
	.innewlistright ul li a .inwleft{
		width: 13.25rem;
	}
	.innewlistright ul li a section {
	    width: 18.625rem;
	    padding: 0 1.25rem;
	}
	.hezuo .hezuodv{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sycpbtzul li .sycphottwo section span{
		width: 16rem;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqright {
	    width: 62%;
	}
	.maoyileft #thumbs2 .swiper-slide-thumb-active div{
		width: calc(100% - 4px);
	}
	.nyspro .sycpbtzul{
		width: 95%;
	}
	.anldv{
		width: 95%;
	}
	.jszc ul li .jszcdv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.nys .innewlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.gydv{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rylsit{
		width: 90%;
	}
	.hzhbbt{
		width: 95%;
	}
	.rczplist{
		width: 95%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 79.75rem;
	}
	.sycpdv{
		width: 95%;
	}
	.sycpbtleft p{
		font-size: 14px;
	}
	.sycpbtzul li .sycphottwo h2{
		height: 30px;
		line-height: 30px;
		font-size: 17px;
		white-space:nowrap;
		
		overflow:hidden;
		
		text-overflow:ellipsis;
	}
	.sycpbtzul li .sycphottwo>img {
	    display: block;
	    margin-bottom: 20px;
	}
	.hexindv{
		width: 95%;
	}
	.hexindvright .blue-slide h2{
		left: 110px;
		top: 107px;
	}
	.hexindvleft{
		width: 380px;
	}
	.hexindvleft #gallery23 .swiper-slide p{
		font-size: 14px;
	}
	.hexindvright .blue-slide-active h2 span{
		font-size: 18px;
	}
	.hexindvright .blue-slide:nth-child(2) h2 {
	    left: 55px;
	    top: 235px;
	}
	.hexindvright .blue-slide:nth-child(3) h2 {
	    left: 68px;
	    top: 387px;
	}
	.hexindvright .blue-slide:nth-child(4) h2 {
	    left: 146px;
	    top: 505px;
	}
	.hxinlogo {
		width: 95%;
	}
	.sylingyudv{
		width: 95%;
	}
	.syaboutleft{
		display: flex;
	}
	.syaboutleftdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft{
		width: 31%;
	}
	.innewlistcenter{
		width: 29%;
		background: url(../images/synews_05.jpg) center no-repeat;
		padding: 2% 3.125rem;
	}
	.innewlistright{
		width: 31%;
	}
	.innewlistright ul li a .inwleft{
		width: 13.25rem;
	}
	.innewlistright ul li a section {
	    width: 18.625rem;
	    padding: 0 1.25rem;
	}
	.hezuo .hezuodv{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sycpbtzul li .sycphottwo section span{
		width: 14rem;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqright {
	    width: 62%;
	}
	.maoyileft #thumbs2 .swiper-slide-thumb-active div{
		width: calc(100% - 4px);
	}
	.nyspro .sycpbtzul{
		width: 95%;
	}
	.anldv{
		width: 95%;
	}
	.jszc ul li .jszcdv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.nys .innewlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.gydv{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rylsit{
		width: 90%;
	}
	.hzhbbt{
		width: 95%;
	}
	.rczplist{
		width: 95%;
	}
	.jszc ul li .jszcdv .jszcright p{
		font-size: 15px;
	}
	.jszc ul li .jszcdv .jszcright dl dd span{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h2,.rczplist dl dd .rczpxx h4,.rczplist dl dd .rczpxx h5{
		font-size: 14px;
	}
	.rczplist dl dt h4,.rczplist dl dd .rczpxx h4{
		width: 300px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvright {
		width: 82.75rem;
	}
	.sycpdv{
		width: 95%;
	}
	.sycpbtleft p{
		font-size: 14px;
	}
	.sycpbtzul li .sycphottwo h2{
		height: 30px;
		line-height: 30px;
		font-size: 17px;
		white-space:nowrap;
		
		overflow:hidden;
		
		text-overflow:ellipsis;
	}
	.sycpbtzul li .sycphottwo div{
		display: none;
	}
	.sycpbtzul li .sycphottwo>img {
	    display: block;
	    margin-bottom: 20px;
	}
	.hexindv{
		width: 95%;
	}
	.hexindvright .blue-slide h2{
		left: 110px;
		top: 107px;
	}
	.hexindvleft{
		width: 280px;
	}
	.hexindvleft #gallery23 .swiper-slide p{
		font-size: 14px;
	}
	.hexindvright .blue-slide-active h2 span{
		font-size: 18px;
	}
	.hexindvright .blue-slide:nth-child(2) h2 {
	    left: 55px;
	    top: 235px;
	}
	.hexindvright .blue-slide:nth-child(3) h2 {
	    left: 68px;
	    top: 387px;
	}
	.hexindvright .blue-slide:nth-child(4) h2 {
	    left: 146px;
	    top: 505px;
	}
	.hxinlogo {
		width: 95%;
	}
	.sylingyudv{
		width: 95%;
	}
	.syaboutleft{
		display: flex;
	}
	.syaboutleftdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft{
		width: 31%;
	}
	.innewlistcenter{
		width: 29%;
		background: url(../images/synews_05.jpg) center no-repeat;
		padding: 2% 3.125rem;
	}
	.innewlistright{
		width: 31%;
	}
	.innewlistright ul li a .inwleft{
		width: 13.25rem;
	}
	.innewlistright ul li a section {
	    width: 18.625rem;
	    padding: 0 1.25rem;
	}
	.hezuo .hezuodv{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sycpbtzul li .sycphottwo section span{
		width: 14rem;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqright {
	    width: 62%;
	}
	.maoyileft #thumbs2 .swiper-slide-thumb-active div{
		width: calc(100% - 4px);
	}
	.nyspro .sycpbtzul{
		width: 95%;
	}
	.anldv{
		width: 95%;
	}
	.jszc ul li .jszcdv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.nys .innewlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.gydv{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rylsit{
		width: 90%;
	}
	.hzhbbt{
		width: 95%;
	}
	.rczplist{
		width: 95%;
	}
	.jszc ul li .jszcdv .jszcright p{
		font-size: 15px;
	}
	.jszc ul li .jszcdv .jszcright dl dd span{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h2,.rczplist dl dd .rczpxx h4,.rczplist dl dd .rczpxx h5{
		font-size: 14px;
	}
	.rczplist dl dt h4,.rczplist dl dd .rczpxx h4{
		width: 300px;
	}
	#sycpbty {
	    width: 521px;
	}
	.sycpbtzul li{
		width: calc(23.5% - 40px);
		padding: 20px;
	}
	.sycpbtzul li .sycphottwo{
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		padding: 20px;
	}
	.hexindvleft #thumbs23 .swiper-slide h3{
		font-size: 15px;
	}
	.hexindvleft p{
		font-size: 14px;
	}
	.hexindvright .blue-slide:nth-child(3) h2 {
		left: 60px;
		top: 387px;
	}
	.hexindvright .blue-slide:nth-child(2) h2 {
		left: 47px;
		top: 235px;
	}
	.gehht>p{
		font-size: 14px;
		line-height: 30px;
	}
	.innewlistright ul li a section h1{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads{
		display: none;
	}
	.sycpdv{
		width: 95%;
	}
	.sycpbt{
		display: block;
	}
	.sycpbtleft h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.sycpbtleft p{
		line-height: 25px;
		font-size: 14px;
		text-align: center;
	}
	#sycpbty{
		width: 100%;
		margin-top: 15px;
	}
	#sycpbty .swiper-slide iconpark-icon{
		font-size: 26px;
	}
	#sycpbty .swiper-slide-thumb-active h2{
		color: #094aab;
		font-size: 16px;
		font-weight: normal;
	}
	.sycpbtzul{
		flex-wrap: wrap;
	}
	.sycpbtzul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.sycpbtzul li .sycphotone>img{
		width: 50px;
	}
	.sycpbtzul li .sycphotone h2{
		font-size: 16px;
	}
	.sycpbtzul li .sycphottwo{
		display: none;
	}
	.sycpbtzul li:hover .sycphotone {
	    opacity: 1;
	}
	.hexindv{
		width: 95%;
		display: block;
		height: auto;
	}
	.hexindvleft{
		width: 100%;
	}
	.hexindvleft h2{
		text-align: center;
		font-size: 20px;
	}
	.hexindvleft p{
		font-size: 14px;
	}
	.hexindvleft #thumbs23 .swiper-slide h3{
		text-align: center;
		line-height: 40px;
	}
	.hexindvleft #gallery23 .swiper-slide p{
		font-size: 14px;
		line-height: 30px;
	}
	.hexindvright{
		width: 100%;
		height: 410px;
		margin-top: 20px;
	}
	.hexindvright .blue-slide h2{
		display: none;
	}
	.dquan{
		width: 100%; 
	}
	.dquanasd{
		width: 90%;
		top: 5%;
		left: 5%;
	}
	.hxinlogo{
		width: 95%;
		margin: 0 auto;
	}
	.hxinlogo ul {
		flex-wrap: wrap;
	}
	.hxinlogo ul li{
		width: 21%;
		margin: 1%;
	}
	.hexin{
		padding-bottom: 0;
	}
	.sylingyu{
		padding: 30px 0px;
	}
	.sylingyudv{
		width: 95%;
	}
	.sylingyubt{
		display: block;
	}
	.sylingyubtleft h2{
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sylingyubtleft p{
		text-align: center;
		line-height: 25px;
		font-size: 14px;
	}
	.sylingyubtright a{
		margin: 0 auto;
		width: 80px;
		text-align: center;
		height: 30px;
		padding: 0 20px;
		margin-top: 15px;
	}
	.sylingyubtright a span{
		font-size: 12px;
	}
	.sylingyubtright a iconpark-icon{
		font-size: 18px;
	}
	.sylingyulist{
		margin-top: 15px;
	}
	.sylingyulist ul{
		flex-wrap: wrap;
	}
	.sylingyulist ul li{
		width: 48%;
		margin: 1%;
	}
	.sylingyulist ul li .qgew{
		padding: 5%;
		width: 90%;
	}
	.sylingyulist ul li .qgew section div h2{
		font-size: 16px;
	}
	.sylingyulist ul li .qgew section div i {
	    display: block;
	    width: 40px;
	    height: 2px;
	    background-color: #094aab;
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
	.sylingyulist ul li .qgew section span{
		font-size: 12px;
	}
	.sylingyulist ul li .qgew section iconpark-icon{
		font-size: 15px;
	}
	.syabout{
		display: block;
	}
	.syaboutleft{
		width: 95%;
		margin: 0 auto;
	}
	.syaboutleftdv{
		width: 100%;
	}
	.syaboutleftdv h2{
		margin-top: 10px;
	}
	.syaboutleftdv h2 span{
		font-size: 12px;
	}
	.syaboutleftdv h2 i{
		width: 30px;
	}
	.syaboutleftdv h3 {
	    color: #404040;
	    font-size: 20px;
	    font-weight: bold;
	    margin: 10px auto;
	}
	.syaboutleftdv p{
		font-size: 14px;
		line-height: 25px;
	}
	.gehht{
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}
	.gehht h4{
		font-size: 16px;
		height: 40px;
	}
	.gehht>a{
		width: 100px;
		height: 40px;
		padding: 0 20px;
	}
	.gehht>a span{
		font-size: 12px;
	}
	.gehht>a iconpark-icon{
		font-size: 15px;
	}
	.syaboutright{
		width: 100%;
	}
	.sz{
		padding: 30px 0px;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;s
	}
	.szdv ul li{
		width: 48%;
		margin: 1%;
	}
	.szdv ul li h2 span{
		font-size: 25px;
	}
	.szdv ul li h2{
		height: 40px;
	}
	.szdv ul li p{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.szdv ul li h2 i {
	    font-size: 18px;
	    color: #fff;
	    margin-left: 5px;
	}
	.synews{
		padding: 30px 0px;
	}
	.synewdv{
		width: 95%;
	}
	.synewsbt{
		display: block;
	}
	.synewsbtleft h2{
		font-size: 20px;
		text-align: center;
	}
	.synewsbtleft p{
		line-height: 25px;
		font-size: 14px;
		text-align: center;
	}
	.synewsbtright{
		margin-top: 15px;
	}
	.synewsbtright>a{
		width: 100px;
		height: 40px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.synewsbtright>a span{
		font-size: 12px;
	}
	.synewsbtright>a iconpark-icon{
		font-size: 15px;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a{
		padding: 2.5%;
	}
	.innewlistright ul li a .inwleft{
		width: 35%;
	}
	.innewlistright ul li a section{
		width: 60%;
	}
	.innewlistright ul li a section h1{
		font-size: 16px;
	}
	.innewlistright ul li a section p{
		font-size: 12px;
	}
	.cgalbt h2{
		font-size: 20px;
	}
	.cgalbt p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.cgaldv{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.dxue h3{
		margin-top: 15px;
		font-size: 14px;
	}
	.cgaldva{
		width: 100px;
		height: 40px;
		padding: 0 20px;
		margin-top: 20px;
	}
	.cgaldva span{
		font-size: 12px;
	}
	.cgaldva iconpark-icon{
		font-size: 15px;
	}
	.hezuo{
		padding: 30px 0px;
	}
	.hezuo .hezuodv{
		width: 95%;
		margin-bottom: 20px;
	}
	.picScroll ul li{
		width: 30%;
	}
	.picScroll1 ul li{
		width: 30%;
	}
	.picScroll2 ul li{
		width: 30%;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 20px);
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 20px);
	}
	.xuqdv form button{
		width: 125px;
		font-size: 12px;
	}
	.xuqdv p{
		line-height: 25px;
	}
	.foot{
		display: none;
	}
	
	.maoyileft #thumbs2 {
		display: block;
		width: 100%;
	}

	.maoyileft #gallery2 {
		width: 100%;
	}

	.maoyileft {
		flex-direction: column;
	}

	.maoyileft #gallery2 {
		height: auto;
	}

	.houallsadsa {
		padding-top: 20px;
	}

	.maoyileft #thumbs2 {
		margin-top: 15px;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: calc(100% - 6px);
	}

	.chanpinimgright {
		width: 100%;
	}

	.dowmall2 {
		padding-top: 2.5%;
	}

	.chanpinimgright h1 {
		font-size: 17px;
		line-height: 35px;
	}

	.chanpinimgright p {
		font-size: 12px;
		line-height: 25px;
	}

	.cennuodv {
		display: flex;
		justify-content: space-between;
	}

	.cennuodv a {
		width: 48%;
		margin: 0;
		margin-top: 15px;
		height: 35px;
		line-height: 35px;
	}

	.cpxq {
		flex-direction: column-reverse;
		margin-top: 20px;
		width: 95%;
	}

	.cpxqright {
		width: 100%;
	}

	.cpxqbt {
		margin-bottom: 15px;
	}

	.cpxqxq {
		margin-bottom: 20px;
	}

	.fy {
		display: block;
	}

	.fy p {
		margin: 10px 0;
		display: block;
	}

	.fy p a {
		font-size: 12px;
		line-height: 25px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.soq221{
		padding-top: 10px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.cpxqxq{
		width: 95%;
		padding: 2.5%;
	}
	.cpxqleft {
		margin-top: 15px;
		width: 100%;
	}

	.cpxqleft ul li a section h1 {
		font-size: 16px;
	}

	.cpxqleft ul li a section p {
		font-size: 12px;
	}

	.cpxqleft ul li {
		margin-bottom: 10px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.shownav ul li{
		height: auto;
	}
	.nyspro .sycpbtzul{
		width: 95%;
	}
	.nyspro .sycpbtzul li .sycphotone h2{
		font-size: 16px;
	}
	.sycpbtzul li .sycphotone p{
		font-size: 13px;
		line-height: 25px;
		height: 25px;
	}
	.anldv{
		width: 95%;
		padding: 2.5%;
	}
	.anldv ul li{
		width: 48%;
	}
	.anldv ul li section{
		padding: 5%;
	}
	.anldv ul li section h2{
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}
	.anldv ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.anldv ul li section h3 iconpark-icon{
		width: 20px;
		height: 20px;
		font-size: 14px;
	}
	.anldv ul li section h3 span{
		font-size: 12px;
	}
	.jszc ul li{
		padding: 2.5%;
	}
	.jszc ul li .jszcdv{
		width: 100%;
		display: block;
	}
	.jszc ul li .jszcdv .jszcleft{
		width: 100%;
	}
	.jszc ul li .jszcdv .jszcright{
		width: 100%;
		margin-top: 15px;
	}
	.jszc ul li .jszcdv .jszcright h2{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.jszc ul li .jszcdv .jszcright p{
		font-size: 12px;
		line-height: 25px;
	}
	.jszc ul li .jszcdv .jszcright dl dd span{
		font-size: 12px;
	}
	.jszc ul li .jszcdv .jszcright dl dd{
		line-height: 30px;
		height: 30px;
	}
	.nys .innewlist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a{
		padding: 2.5%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlistext h1{
		font-size: 16px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h2{
		font-size: 20px;
		font-weight: bold;
	}
	.lxwmbt p{
		line-height: 25px;
		font-size: 14px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li div section h2{
		font-size: 16px;
	}
	.lxwmlist ul li div iconpark-icon{
		font-size: 30px;
	}
	.lxwmlist ul li p{
		margin-top: 10px;
		font-size: 14px;
	}
	.xuqiu h2{
		font-size: 20px;
		font-weight: bold;
	}
	.xuqiu p{
		font-size: 14px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 96%;
		padding: 0 2%;
		height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.xuqiu form textarea{
		height: 90px;
		width: 96%;
		padding:  2%;
	}
	.xuqiu form button{
		margin-top: 15px;
		width: 100px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
	}
	.gydv{
		width: 95%;
		display: block;
	}
	.gydvleft {
		width: 100%;
	}
	.gydvleft h2{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.gydvleft h3{
		font-size: 14px;
		line-height: 30px;
	}
	.gydvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.gydvright{
		width: 100%;
		margin-top: 15px;
	}
	.hzhbbt{
		width: 95%;
	}
	.hzhbbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.hzhbbt p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 15px;
	}
	.rydv{
		width: 100%;
		margin: 0 auto;
	}
	.rylsit{
		width: 100%;
	}
	.rydv>a{
		display: none;
	}
	.rydv{
		width: 95%;
		margin-top: 10px;
	}
	.rczplist{
		width: 100%;
	}
	.rczplist{
		width: 95%;
		margin: 0 auto;
	}
	.rczplist dl dt{
		padding: 0 2.5%;
	}
	.rczplist dl dt h4,.rczplist dl dd .rczpxx h4{
		display: none;
	}
	.rczplist dl dd .rczpxx{
		padding: 0 2.5%;
	}
	.rczplist dl dd .rczpxx h2,.rczplist dl dt h2{
		display: none;
	}
	.rczplist dl dd .rczpxx h3,.rczplist dl dt h3{
		display: none;
	}
	.rczplist dl dd .rczpxx h5,.rczplist dl dd .rczpxx h1{
		font-size: 14px;
	}
	.rczplist dl dd i{
		margin-top: 5px;
	}
	.rctext{
		display: block;
		width: 94%;
	}
	.rctextleft{
		width: 100%;
	}
	.rczplist dl dt{
		line-height: 40px;
	}
	.rczplist dl dt h1,.rczplist dl dt h5{
		font-size: 17px;
	}
	.rczplist dl dd .rczpxx{
		height: 40px;
	}
	.rctextleft div p{
		font-size: 12px;
	}
	.rctextleft h1{
		font-size: 16px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 21px;
		line-height: 35px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.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:#094aab;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0e3b7f;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext h2{
		font-size: 20px;
	}
	.anldv{
		margin-bottom: 10px;
	}
	.article .post h1{
		font-size: 18px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.bannersasg .swiper-slide {
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 130%;
		margin-left: -15%;
		    max-width: none;
	}
	.hexindvright{
		width: 75%;
		margin:  0 auto;
	}
	.hexindvright{
		height: 350px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 130%;
		margin-left: -15%;
	}
	.shownav ul li a{
		overflow: hidden;
	}
	.pagination li a{
		    padding: 6px 10px;
	}
	.nyspro{
		padding-bottom: 30px;
	}
}