/* 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: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_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;
	background-color: #fff;
	height: 6.25rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background-color: #fff;
}
.banheight{
	height: 6.25rem;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 6.25rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 1400px;
}

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

.headdvleft img {
	display: block;
	max-width: 100%;
	height: 100%;
}

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

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

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

.headdvright ul li a {
	display: block;
	padding: 0 10px;
	position: relative;
	color: #333333;
	font-size: 16px;
}

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

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

.headdvright ul li:hover a::after {
	background-color: #004ea2;
}

.headdvright ul li:hover a span {
	color: #004ea2;
}

.ss iconpark-icon {
	font-size: 20px;
	color: #0e58a7;
}

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

.incp {
	padding-top: 5.625rem;
	padding-bottom: 7.5rem;
	background: url(../images/cpbg_02.jpg) center no-repeat;
	background-size: cover;
}

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

.incpbtleft h2 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.incpbtleft p {
	color: #4c4c4c;
	font-size: 18px;
}

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

.incpdv {
	width: 1400px;
	margin: 0 auto;
}

.incpbtright {
	width: 41.25rem;
}

.incp .swiper-slide i {
	font-size: 42px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 1s;
}

.incp .swiper-slide h3 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 0.9375rem;
	transition: all 1s;
}

.incp .swiper-slide-thumb-active i {
	color: #fff;
	background-color: #004ea2;
}

.incp .swiper-slide-thumb-active h3 {
	color: #004ea2;
	font-size: 18px;
	font-weight: bold;
}

.incpdv #gallery {
	margin-top: 60px;
}


.incpdv #gallery .swiper-slide ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.incp #gallery .swiper-slide ul li {
	width: 24%;
	position: relative;
}

.incp #gallery .swiper-slide ul li .cpt {
	background-color: #fff;
	transform-origin: right;
	padding: 1.875rem;
	transition: all 1s;
}

.incp #gallery .swiper-slide ul li:hover .cpt {}

.incp #gallery .swiper-slide ul li .cpt span {
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_06.jpg) center no-repeat;
	margin-bottom: 2.5rem;
}

.incp #gallery .swiper-slide ul li .cpd {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 3.75rem);
	height: calc(100% - 3.75rem);
	transition: all .7s;
	transform-origin: left;
	overflow: hidden;
	padding: 1.875rem;
	background-color: #004ea2;
	opacity: 0;
}

.incp #gallery .swiper-slide ul li .cpt div {
	width: 100%;
	display: block;
	overflow: hidden;
}

.incp #gallery .swiper-slide ul li .cpt div img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.incp #gallery .swiper-slide ul li:hover .cpt div img {
	transform: scale(1.05);
}

.incp #gallery .swiper-slide ul li .cpt h3 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 2.1875rem;
	margin-bottom: 0.625rem;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.incp #gallery .swiper-slide ul li .cpt p {
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
	white-space:nowrap;
	line-height: 28px;
	overflow:hidden;
	height: 28px;
	text-overflow:ellipsis;
}

.incp #gallery .swiper-slide ul li:hover .cpd {
	opacity: 1;
}

.incp #gallery .swiper-slide ul li .cpd em {
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.jpg) center no-repeat;
}

.incp #gallery .swiper-slide ul li .cpd .ht1{
	opacity: 1;
}
.incp #gallery .swiper-slide ul li .cpt .ht1{
	opacity: 1;
}
.incp #gallery .swiper-slide ul li .cpd .ht0{
	opacity: 0;
}
.incp #gallery .swiper-slide ul li .cpt .ht0{
	opacity: 0;
}

.incp #gallery .swiper-slide ul li .cpd h3 {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	margin-top: 1.875rem;
	font-weight: bold;
	transition: all 1s;
	margin-bottom: 1.5625rem;
	white-space:nowrap;
	line-height: 30px;
	overflow:hidden;
	height: 30px;
	text-overflow:ellipsis;
	
}

.incp #gallery .swiper-slide ul li .cpd p {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
}

.incp #gallery .swiper-slide ul li .cpd p i {
	display: block;
	width: 60px;
	height: 25px;
	border-radius: 50px;
	background-color: #fff;
	color: #004ea2;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}

.incp #gallery .swiper-slide ul li .cpd p span {
	width: 90%;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}

.incp #gallery .swiper-slide ul li .cpd h2 {
	width: 130px;
	height: 40px;
	padding: 0 25px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 1.5625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.incp #gallery .swiper-slide ul li .cpd h2 span {
	color: #ffffff;
	font-size: 14PX;
}

.incp #gallery .swiper-slide ul li .cpd h2 iconpark-icon {
	color: #fff;
	font-size: 20px;
}

.ingywm {
	padding-top: 7.1875rem;
	padding-bottom: 7.5rem;
	background: url(../images/sygybt_06.jpg) center no-repeat;
	background-size: cover;
}

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

.ingywmdvleft {
	width: 45%;
}

.ingywmdvleft h2 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.ingywmdvleft p {
	color: #4c4c4c;
	font-size: 18px;
}

.ingywmdvright {
	width: 50%;
}

.ingywmdvright h2 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}

.ingywmdvright i {
	display: block;
	width: 55px;
	height: 18px;
	border-bottom: 2px solid #004ea2;
	margin-bottom: 1.875rem;
}

.ingywmdvright p {
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 30px;
}

.ingywmdvright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
	border-radius: 50px;
	height: 45px;
	background-color: #004ea2;
	width: 135px;
	margin-top: 4.375rem;
}

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

.ingywmdvright a iconpark-icon {
	color: #fff;
	font-size: 22px;
}

.sz {
	padding: 3.75rem 0px;
	background: url(../images/sz_06.jpg) center no-repeat;
	background-size: cover;
}

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

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

.szdv ul li {
	width: 23%;
}

.szdv ul li h3 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.szdv ul li h3 span {
	font-family: "Poppins_Bold";
	font-size: 60px;
	color: #fff;
}

.szdv ul li h3 i {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-left: 0.625rem;
}

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

.injjfa {
	padding-top: 6.875rem;
	background: url(../images/jjfabg_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}

.injjfadv {
	width: 1400px;
	margin: 0 auto;
}

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

.injjfabtleft h2 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.injjfabtleft p {
	color: #4c4c4c;
	font-size: 18px;
}

.injjfabtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
	border-radius: 50px;
	height: 45px;
	background-color: #004ea2;
	width: 135px;
}

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

.injjfabtright a iconpark-icon {
	color: #fff;
	font-size: 22px;
}

.injjfanr {
	position: relative;
	width: 100%;
	margin-top: 3.125rem;
}

.injjfanr .thumbs  .swiper-slide {
	position: relative;
	opacity: 0 !important;
}
.injjfanr  .thumbs  .swiper-slide-active {
	position: relative;
	opacity: 1 !important;
}

.injjfanr .swiper-slide img {
	display: block;
	width: 100%;
}
.injjfanr .swiper-slide .jjfan1{
	display: none;
}
.injjfanr .swiper-slide div {
	width: 45%;
	color: #333333;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 8.25rem;
	line-height: 35px;
}

.injjfanr #thumbs23 {
	position: absolute;
	width: 360px;
	height: 140px;
	right: 0;
	margin: 0;
	bottom: 0;
}

.injjfanr #thumbs23 .swiper-slide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.injjfanr #thumbs23 .swiper-slide h2 {
	display: flex;
	justify-content: space-between;
	width: 285px;
	align-items: center;
	position: relative;
	height: 70px;
}

.injjfanr #thumbs23 .swiper-slide h2 span {
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
	margin-left: 25px;
}

.injjfanr #thumbs23 .swiper-slide h2 i {
	margin-right: 25px;
	font-size: 48px;
	transition: all 1s;
}

.injjfanr #thumbs23 .swiper-slide h2::after {
	content: "";
	display: block;
	height: 100%;
	border-bottom: 1px solid #d0d8df;
	width: 100%;
	position: absolute;
	transition: all 1s;
	bottom: 0;
	right: 0;
}

.injjfanr #thumbs23 .swiper-slide-thumb-active h2 span {
	color: #004ea2;
	font-size: 22px;
	font-weight: bold;
}

.injjfanr #thumbs23 .swiper-slide-thumb-active h2 iconpark-icon {
	color: #004ea2;
}

.injjfanr #thumbs23 .swiper-slide-thumb-active h2::after {
	width: 150%;
	border-bottom: 1px solid #004ea2;
}

.innews {
	padding-top: 6.5625rem;
	padding-bottom: 8.4375rem;
	background: url(../images/mews_02.jpg) center no-repeat;
	background-size: cover;
}

.innewsdv {
	width: 1400px;
	margin: 0 auto;
}

.innewsbt h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.625rem;
}

.innewsbt p {
	color: #fff;
	font-size: 18px;
}

.innewslist {
	margin-top: 2.8125rem;
	display: flex;
	justify-content: space-between;
}
.innewslistdv {
	width: 45%;
}

.innewslistdv h3 {
	color: #e8e8e8;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.innewslistdv ul li {
	margin: 15px 0rem;
}

.innewslistdv ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewslistdv ul li a h4 {
	display: flex;
	justify-content: flex-start;
}

.innewslistdv ul li a h4 i {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #82a0bf;
	margin-left: 0.5rem;
	margin-top: 10px;
	margin-right: 0.5rem;
}

.innewslistdv ul li:hover a h4 i {
	background-color: #6ab0ff;
}

.innewslistdv ul li a h4 span {
	width: 90%;
	color: #ffffff;
	font-size: 00000000006;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	transition: all 1s;
	overflow: hidden;

	text-overflow: ellipsis;
}

.innewslistdv ul li a h2 {
	color: #FFf;
	font-size: 14px;
}

.innewslistdv ul li:HOVER a h4 span {
	color: #6ab0ff;
}

.innewslistdv ul li:HOVER a h2 {
	color: #fff;
	font-size: 14px;
	transition: all .5s;
}

.innewslistdv ul li:hover a h2 {
	color: #6ab0ff;
}

.shu {
	width: 1;
	border-left: 1px solid rgba(255, 255, 255, 0.2)
}


.foot {
	position: relative;
	background: url(../images/foot_02.png) center top no-repeat;
	z-index: 100;
	background-size: cover;
}

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

.footdvleft {
	width: 25%;
}

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

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

.footdvleft h3 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: 70%;
}

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

@keyframes beat {
	0% {
		top: -35px;
	}

	100% {
		top: -55px;
	}
}

.footxs {
	height: 70px;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0%;
	z-index: 55555;
}

.footxs iconpark-icon {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.footxs h3 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}

.foot {
	padding-top: 80px;
	margin-top: -50px;
}

.footxs {
	display: block;
	height: auto;
	animation-name: beat;
	/*动画名称*/
	animation-duration: 1s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	position: relative;
	/*正在运行*/
}

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

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

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

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

.footdv {
	margin-bottom: 65px;
}

.yqlj {
	width: 1400px;
	margin: 30px auto;
}

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

.yqlj dl {
	color: #cccccc;
	font-size: 15px;
}

.yqlj dl dd a {
	color: #cccccc;
	font-size: 15px;
}

.yqlj dl dd {
	margin-right: 15px;
}

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

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

.xuqdv h2 {
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 2.1875rem;
}

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

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



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

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

.lxwm {
	margin: 6.5625rem auto;
	width: 1400px;
}

.lxwmbt h1 {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0.9375rem;
}

.lxwmbt p {
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
}

.lxwmbt {
	margin-bottom: 3.75rem;
}

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

.lxwmlist ul li {
	width: calc(23% - 4.375rem);
	background-color: #f5f5f5;
	padding: 3.75rem 2.1875rem;
}

.lxwmlist ul li iconpark-icon {
	width: 70px;
	display: flex;
	height: 70px;
	border-radius: 50%;
	background-color: #e5ecf2;
	color: #0e76ce;
	font-size: 32px;
	margin: 0 auto;
	margin-bottom: 1.5625rem;
	transition: all 1s;
}

.lxwmlist ul li h3 {
	color: #4c4c4c;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all 1s;
}

.lxwmlist ul li p {
	text-align: center;
	color: #808080;
	font-size: 16px;
	transition: all 1s;
}

.lxwmlist ul li:hover {
	background: url(../images/lxbg_03.jpg) center no-repeat;
	background-size: cover;
}

.lxwmlist ul li:hover iconpark-icon {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.lxwmlist ul li:hover h3 {
	color: #fff;
}

.lxwmlist ul li:hover p {
	color: #fff;
}

.banshichu {
	background-color: #f5f5f5;
	padding: 6.5625rem 0px;
}

.banshichudv {
	margin: 0 auto;
}

.banshichudv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1400px;
	margin: 0 auto;
}

.banshichudv ul li {
	width: calc(32.33% - 3.75rem);
	background-color: #FFF;
	transition: all 1S;
	margin: 1% 0;
	padding: 2.5rem 1.875rem;
}

.banshichudv ul li {
	background-color: #fff;
	transition: all 1s;
}

.banshichudv ul li:hover {
	background-color: #004ea2;
}

.banshichudv ul li h3 {
	color: #333333;
	font-size: 22px;
	transition: all 1s;
}

.banshichudv ul li:hover h3 {
	color: #fff;
}

.banshichudv ul li i {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #004ea2;
	margin: 20px 0rem;
	transition: all 1s;
}

.banshichudv ul li:hover i {
	background-color: #fff;
}

.banshichudv ul li p {
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
}

.banshichudv ul li:hover p {
	color: #fff;
}

.zxly {
	padding: 80px 0px;
	padding-top: 90px;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.zxlybt {
	margin-bottom: 50px;
}

.zxlybt h1 {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
}

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

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

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

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

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

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

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


.shownav {
	display: block;
	box-shadow: 0px 0px 15px #bebebe8a;
	height: 75px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li a {
	width: 15rem;
	display: block;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

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

.shownav ul li a:hover {
	background-color: #004bbb;
	color: #fff;
}

.shownav ul li.active a {
	background-color: #004bbb;
	color: #fff;
}

.shownews {
	background-color: #f5f8fa;
	padding-top: 5rem;
	padding-bottom: 7.5rem;
}

.xwtj ul {
	width: 1400px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.xwtj ul li {
	width: 32%;
}

.xwtj ul li div {
	width: 100%;
	overflow: hidden;
}

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

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

.xwtj ul li section {
	padding: 25px;
	width: calc(100% - 50px);
	background-color: #fff;
}

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

.xwtj ul li section h1 span {
	color: #004ea2;
	font-size: 14px;
}

.xwtj ul li section h1 i {
	display: block;
	color: #808080;
	font-size: 14px;
}

.xwtj ul li section h2 {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	height: 35px;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1.25rem;
}

.xwtj ul li section p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}

.newslist {
	width: 1400px;
	margin: 0 auto;
}

.newslist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newslist ul li {
	margin-top: 1.875rem;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #fff;
	transition: all 1s;
}

.newslist ul li:hover {
	background-color: #004ea2;
}

.newslist ul li div {
	width: 15%;
	overflow: hidden;
}

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

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

.newslist ul li section {
	width: 83%;
}

.newslist ul li section h1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.9375rem;
}

.newslist ul li section h1 span {
	display: block;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	white-space: nowrap;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	transition: all 1s;
}

.newslist ul li section h1 i {
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}

.newslist ul li section p {
	line-height: 30px;
	font-size: 15px;
	color: #808080;
	transition: all 1s;
	height: 60px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.newslist ul li:hover section h1 i {
	color: #fff;
}

.newslist ul li:hover section h1 span {
	color: #fff;
}

.newslist ul li:hover section p {
	color: #fff;
}

.xw {
	background-color: #f5f5f5;
	padding-top: 6.25rem;
	padding-bottom: 5rem;
}

.shownewsdv {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.shownavdvleft {
	width: 73%;
}

.newlt {
	width: 95%;
	background-color: #fff;
	padding: 2.5%;
}

.shownavdvleftbt h1 {
	color: #333333;
	font-size: 26px;
	margin-bottom: 1rem;
}

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

.shownavdvleftbt h2 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.shownavdvleftbt h2 span {
	display: block;
	color: #808080;
	font-size: 14px;
}

.shownavdvleftwz {
	margin-top: 1.5625rem;
	border-top: 1px solid #e6e6e6;
	padding-top: 1.5625rem;
}

.shownavdvleftwz img{
	max-width: 100%;
}
.shownavdvright {
	background-color: #fff;
	padding: 2.5%;
	width: 20%;
}

.shownavdvright form {
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}

.shownavdvright form input {
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 14px;
	color: #999999;
	font-size: 14px;
}

.shownavdvright form button {
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

.rmlist ul li {}

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

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

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

.rmlist ul li a span {
	width: 85%;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
	text-overflow: ellipsis;
	color: #4c4c4c;
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}

.rmlist ul li a:hover i {
	background-color: #004ea2;
}

.rmlist ul li a:hover span {
	border-bottom: 1px solid #004ea2;
	color: #004ea2;
}

.faye {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}

.faye p {
	color: #808080;
	font-size: 14px;
}

.faye p a {
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}

.faye p a:hover {
	color: #004ea2;
}

.lberji {
	width: 1400px;
	margin: 0 auto;
}

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

.lberji ul li {
	width: 18%;
	text-align: center;
	margin: 1%;
}

.lberji ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 14px;
	line-height: 45px;
	background-color: #fff;
	transition: all 1s;
}

.lberji ul li a:hover {
	background-color: #004ea2;
	color: #fff;
}


.prolist ul {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.prolist ul li {
	margin: 1%;
	width: 23%;
	position: relative;
}

.prolist ul li .cpt {
	background-color: #fff;
	transform-origin: right;
	padding: 1.875rem;
	transition: all 1s;
}

.prolist ul li:hover .cpt {}

.prolist ul li .cpt span {
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_06.jpg) center no-repeat;
	margin-bottom: 2.5rem;
}

.prolist ul li .cpd {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 3.75rem);
	height: calc(100% - 3.75rem);
	transition: all .7s;
	transform-origin: left;
	overflow: hidden;
	padding: 1.875rem;
	background-color: #004ea2;
	opacity: 0;
}

.prolist ul li .cpt div {
	width: 100%;
	display: block;
	overflow: hidden;
}

.prolist ul li .cpt div img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.prolist ul li:hover .cpt div img {
	transform: scale(1.05);
}

.prolist ul li .cpt h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 2.1875rem;
	margin-bottom: 0.625rem;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}

.prolist ul li .cpt p {
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
	overflow:hidden;
	height: 30px;
	text-overflow:ellipsis;
	line-height: 30px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}

.prolist ul li:hover .cpd {
	opacity: 1;
}

.prolist ul li .cpd em {
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.jpg) center no-repeat;
}

.prolist ul li .cpt .ht1{
	opacity: 1;
}
.prolist ul li .cpd .ht1{
	opacity: 1;
}

.prolist ul li .cpt .ht0{
	opacity: 0;
}
.prolist ul li .cpd .ht0{
	opacity: 0;
}
.prolist ul li .cpd h1 {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	margin-top: 1.875rem;
	font-weight: bold;
	transition: all 1s;
	margin-bottom: 1.5625rem;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}

.prolist ul li .cpd p {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
	line-height: 25px;
	overflow:hidden;
	height: 50px;
	
}


.prolist ul li .cpd p i {
	display: block;
	width: 60px;
	height: 25px;
	border-radius: 50px;
	background-color: #fff;
	color: #004ea2;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}

.prolist ul li .cpd p span {
	width: 90%;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
}


.prolist ul li .cpd h2 {
	width: 130px;
	height: 40px;
	padding: 0 25px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 1.5625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prolist ul li .cpd h2 span {
	color: #ffffff;
	font-size: 14PX;
}

.prolist ul li .cpd h2 iconpark-icon {
	color: #fff;
	font-size: 20px;
}



.chanpinimg {
	width: 1400px;
	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: 28px;
	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: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.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: #004ea2;
}

.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: #004ea2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

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

.cpxqright {
	width: 60%;
}

.cpxqxq {
	margin-bottom: 35px;
}

.cpxqxq h2{
	    font-weight: bold;
	    font-size: 24px !important;
}
.cpxqxq h3{
	    font-weight: bold;
	    font-size: 19px !important;
}
.cpxqxq h4{
	    font-weight: bold;
	    font-size: 14px !important;
}
.shownavdvleftwz  h2{
	    font-weight: bold;
	    font-size: 24px !important;
}
.shownavdvleftwz h3{
	    font-weight: bold;
	    font-size: 19px !important;
}
.shownavdvleftwz h4{
	    font-weight: bold;
	    font-size: 14px !important;
}

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

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

.fy p a:hover {
	color: #004ea2;
}

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

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


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

.csfalist ul li {
	width: 32.833%;
	position: relative;
	overflow: hidden;
	margin-bottom: .7%;
}

.csfalist ul li .csfat {
	width: 100%;
	overflow: hidden;
	transform-origin: top;
}

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

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

.csfalist ul li .csfat h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 3.75rem);
	padding: 1.875rem;
	color: #fff;
	font-size: 22px;
	transition: all 1s;
}

.csfalist ul li:hover .csfat h1 {
	opacity: 0;
}

.csfalist ul li .csfad {
	position: absolute;
	width: calc(100% - 60px);
	padding: 30px;
	top: 0;
	left: 0;
	height: calc(100% - 5rem);
	background-color: rgba(249, 185, 49, 0.9);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
	transform: rotateX(90deg);
	transform-origin: bottom;
}

.csfalist ul li:hover .csfad {
	transform: rotateX(0);
}

.csfalist ul li .csfad h1 {
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	transition: all 1s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.csfalist ul li .csfad i {
	display: block;
	height: 3px;
	width: 60px;
	margin: 15px 0;
	transition: all 1s;
	background-color: #0f3c7a;
}

.csfalist ul li .csfad p {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	transition: all 1s;
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.csfalist ul li .csfad h3 {
	margin-top: 1.5625rem;
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	transition: all 1s;
}

.jjfa {
	width: 1400px;
	margin: 0 auto;
}

.jjfa .csfalist ul {
	justify-content: flex-start;
}

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

.jjfa .csfalist ul li .csfad {
	position: initial;
	transform: rotateX(0deg);
	height: auto;
	background-color: #fff;
}

.jjfa .csfalist ul li:hover .csfad {
	background-color: #004ea2;
}

.jjfa .csfalist ul li section h3 iconpark-icon {
	color: #999999;
	font-size: 20px;
	transition: all 1s;
}

.jjfa .csfalist ul li:hover .csfad h1 {
	color: #fff;
}

.jjfa .csfalist ul li:hover .csfad p {
	color: #fff;
}

.jjfa .csfalist ul li:hover .csfad i {
	background-color: #fff;
}

.jjfa .csfalist ul li:hover .csfad h3 {
	color: #fff;
}

.jjfa .csfalist ul li:hover section h3 iconpark-icon {
	color: #fff;
}

.cyu {
	width: 1400px;
	margin: 0 auto;
}

.cyubt {
	margin-bottom: 3.125rem;
}

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

.cyubt p {
	color: #4c4c4c;
	font-size: 18px;
}

.cyu ul li {
	padding: 0 50px;
	background-color: #ffffff;
}

.cyu ul li:nth-child(2n+1) {
	background-color: #eff2f9;
}

.cyu ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cyu ul li a h1,
.cyu ul li a h2,
.cyu ul li a h3 {

	color: #333333;
	font-size: 16px;
}

.cyu ul li a h1 {
	width: 80%;
	line-height: 55px;
}

.cyu ul li a h2 {
	width: 10%;
}

.cyu ul li a h3 {
	width: 10%;
}

.gsjj {
	width: 100%;
	padding: 6.25rem 0px;
	background: url(../images/abtbg_02.jpg) center no-repeat;
}

.gsjjdv {
	width: 1400px;
	margin: 0 auto;
}

.gsjjdv h1 {
	color: #333333;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.gsjjdv h2 {
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
	margin-bottom: 2.5rem;
}

.gsjjdv p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 30px;
}

.szdvs {
	width: 1400px;
	margin: 0 auto;
	margin-top: 4.375rem;
}

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

.szdvs ul li h3 {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.szdvs ul li h3 span {
	color: #004ea2;
	font-size: 60px;
	font-weight: bold;
}

.szdvs ul li h3 i {
	color: #004ea2;
	font-size: 16px;
	margin-left: 0.625rem;
}

.szdvs ul li p {
	color: #333333;
	font-size: 18px;
}

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

.ryzbt {
	width: 1400px;
	margin: 0 auto;
}

.ryzbt h1 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}

.ryzbt p {
	color: #4c4c4c;
	font-size: 18px;
	margin-top: 0.625rem;
}

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

.rylsit {
	width: 1300px;
}

.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: 80%;
}

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

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

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

.qywh {
	width: 1400px;
	margin: 6.875rem auto;
}

.jjg {
	margin-top: 3.75rem;
}

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

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

.jjg ul li:hover {
	background-color: #004ea2;
}

.jjg ul li iconpark-icon {
	font-size: 48px;
	color: #333333;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 2.1875rem;
	transition: all 1s;
}

.jjg ul li h3 {
	color: #333333;
	font-size: 22px;
	text-align: center;
	transition: all 1s;
}

.jjg ul li i {
	display: block;
	width: 30px;
	height: 3px;
	margin: 15px auto;
	background-color: #004ea2;
	transition: all 1s;
}

.jjg ul li p {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}

.jjg ul li:hover h3 {
	color: #fff;
}

.jjg ul li:hover p {
	color: #fff;
}

.jjg ul li:hover i {
	background-color: #fff;
}

.jjg ul li:hover iconpark-icon {
	color: #fff;
}

.fzlcheng {
	padding-top: 6.25rem;
	padding-bottom: 6.5625rem;
	background: url(../images/fzlc_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.rexiaocpbt {
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 2.8125rem;
}

.rexiaocpbt h1 {
	color: #ffffff;
	font-size: 40PX;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.rexiaocpbt p {
	color: #fff;
	font-size: 18px;
}

.fzlcheng .rexiaocpbt h1 {
	color: #fff;
}

.fzlcheng #thumbs23 {
	width: 1260px;
	margin: 0 auto;
	margin-top: 60px;
}

.fzlcheng #thumbs23::after {
	content: "";
	position: relative;
	top: -60px;
	left: 0;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #fff;
	display: block;
}

.fzlcheng #thumbs23 .swiper-slide h3 {
	width: 10px;
	margin: 0% auto;
	height: 10px;
	background-color: #91c6ff;
	border-radius: 50%;
	margin-top: 2px;
	margin-bottom: 1.25rem;
}

.fzlcheng #thumbs23 .swiper-slide h2 {
	color: #d0d0d0;
	text-align: center;
	font-size: 18px;
}

.fzlcheng #thumbs23 .swiper-slide-thumb-active h3 {
	transform: translateY(-1px);
	border: 2px solid #fff;
	background-color: #ffffff;

}

.fzlcheng #thumbs23 .swiper-slide-thumb-active h2 {
	color: #fff;

}

.fzlcheng #gallery23 {
	width: 1400px;
	margin-top: 4.6875rem;
}

.lishileft {
	width: 48%;
}

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

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

.lishiright {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lishiright section{
	width: 100%;
}
.lishiright section h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	line-height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lishiright section i {
	display: block;
	height: 25px;
	border-top: 1px solid #fff;
	width: 180px;
}

.lishiright section p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}

.lishiright section p em {
	display: block;
	width: 6px;
	height: 6px;
	color: #fff;
	background-color: #fff;
	border-radius: 50%;
	margin-top: 13px;
	margin-right: 10px;
}

.lishiright section p span {
	display: block;
	width: 95%;
}

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

.zys {
	display: none;
}

.gewhwreh>a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;

}

.gewhwreh>a iconpark-icon {
	font-size: 24px;
	color: #1159a7;
}

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

.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide .sgahhrj {
    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: 40px;
	margin-top: 1.5rem;
	font-weight: bold;
}
.bannersasg  .swiper-slide section h4{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	padding: 0 30px;
	width: 140px;
	border-radius: 50px;
	height: 50px;
	margin-top: 5rem;
	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;
}
.soq221{
	padding-top: 0;
}

.mbx{
	margin: 0 auto;
	width: 1400px;
	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: #004ea2;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #004ea2;
}
.lxwmlist ul li:nth-child(2):hover {
    background: url(../images/lxbg_031.jpg) center no-repeat;
    background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover {
    background: url(../images/lxbg_032.jpg) center no-repeat;
    background-size: cover;
}
.lxwmlist ul li:nth-child(4):hover {
    background: url(../images/lxbg_033.jpg) center no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv {
		width: 95%;
	}

	.headdvleft img {
		height: 100%;
	}

	.headdvright ul {
		width: 93%;
	}

	.headdvright {
		width: 65%;
	}

	.incpdv {
		width: 95%;
	}

	.ingywmdv {
		width: 95%;

	}

	.incpbtleft p,
	.ingywmdvleft p,
	.injjfabtleft p,
	.innewsbt p {
		font-size: 14px;
		line-height: 30px;
	}

	.incpbtright {
		width: 50%;
	}

	.szdv {
		width: 95%;
	}

	.szdv ul li p {
		font-size: 14px;
	}

	.szdv ul li h3 span {
		font-size: 45px;
	}

	.injjfadv {
		width: 95%;
	}

	.injjfanr .swiper-slide div {
		top: 10%;
		font-size: 14px;
	}

	.innewsdv {
		width: 95%;
	}

	.innewslistdv {
		width: 47%;
	}

	.innewslistdv ul li a h4 span {
		font-size: 14px;
	}

	.innewslistdv ul li a h4 {
		width: 80%;
	}

	.innewslistdv ul li a h2 {
		font-size: 14px;
	}

	.xuqdv,
	.footdv,
	.yqlj,
	.wdldv {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.banshichudv ul {
		width: 95%;
	}

	.zxlydv {
		width: 90%;
	}

	.xwtj ul {
		width: 95%;
	}

	.newslist {
		width: 95%;
	}

	.shownav ul {
		width: 95%;
	}

	.shownewsdv {
		width: 95%;
	}

	.prolist ul,
	.lberji {
		width: 98%;
	}

	.prolist ul li .cpd h1 {
		font-size: 17px;
	}

	.prolist ul li .cpd p span {
		height: 50px;
		overflow: hidden;

		text-overflow: ellipsis;

		display: -webkit-box;

		-webkit-box-orient: vertical;

		-webkit-line-clamp: 2;
	}

	.prolist ul li .cpd h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.prolist ul li .cpd h2 {
		width: 100px;
	}

	.lberji {
		margin-bottom: 25px;
	}

	.soq {
		padding-top: 3rem;
	}

	.jjfa {
		width: 95%;
	}

	.cyu {
		width: 95%;
	}

	.cyu ul li a h3 {
		width: 13%;
	}

	.cyu ul li a h1 {
		width: 74%;
	}

	.cyu ul li {
		padding: 0 3%;
	}

	.shownav ul li a {
		width: 170px;
	}

	.gsjjdv {
		width: 95%;
	}

	.szdvs {
		width: 95%;
	}

	.ryzbt {
		width: 95%;
	}

	.rydv {
		width: 95%;
	}

	.rylsit {
		width: 90%;
	}

	.qywh {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

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

	.chanpinimgright {
		width: 60%;
	}

	.cpxq {
		width: 95%;
	}

	.rexiaocpbt {
		width: 95%;
	}

	.fzlcheng #gallery23 {
		width: 95%;
	}

	.lishiright section h2 {
		font-size: 32px;
		line-height: 60px;
	}

	.gewhwreh {
		width: 95%;
	}

	.fzlcheng #thumbs23 {
		width: 90%;
	}

	.fzlcheng #thumbs23::after {
		top: -56px;
	}

	.bannersasg  .swiper-slide div {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 36px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 32px;
	}
	.mbx{
		width: 95%;
	}
}

@media screen and (max-width: 999px) {
	.mbx{
		display: none;
	}
	.htmleaf-container {
		display: block;
		height: 50px;
	}

	.heads {
		display: none;
	}

	.incp {
		padding: 30px 0px;
	}

	.incpdv {
		width: 95%;
	}

	.incpbt {
		display: block;
	}

	.incpbtleft h2 {
		text-align: center;
		font-size: 20px;
	}

	.incpbtleft p {
		font-size: 14px;
		text-align: center;
	}

	.incpbtright {
		width: 100%;
		margin-top: 15px;
	}

	.incp .swiper-slide iconpark-icon {
		font-size: 20px;
	}

	.incp .swiper-slide h3 {
		font-size: 14px;
	}

	.incpdv #gallery {
		margin-top: 20px;
	}

	.incpdv #gallery .swiper-slide ul {
		flex-wrap: wrap;
	}

	.incp #gallery .swiper-slide ul li {
		width: 48%;
		margin: 1%;
	}

	.incp #gallery .swiper-slide ul li .cpt {
		padding: 5%;
	}

	.incp #gallery .swiper-slide ul li .cpt span {
		width: 50px;
		height: 24px;
		background-size: cover;
	}

	.incp #gallery .swiper-slide ul li .cpt span {
		margin-bottom: 0;
	}

	.incp #gallery .swiper-slide ul li .cpt h3 {
		margin-top: 10px;
	}

	.incp #gallery .swiper-slide ul li .cpt h3 {
		font-size: 14px;
	}

	.incp #gallery .swiper-slide ul li .cpt p {
		font-size: 12px;
	}

	.incp #gallery .swiper-slide ul li:hover .cpd {
		opacity: 0;
	}

	.ingywm {
		padding: 30px 0px;
		background: url(../images/sygybt_06.jpg) center no-repeat;
    	background-size: cover;
    	background-position: 20%;
	}

	.ingywmdv {
		width: 95%;
		display: block;
	}

	.ingywmdvleft {
		width: 100%;
	}

	.ingywmdvleft h2 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}

	.ingywmdvleft p {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

	.ingywmdvright {
		width: 100%;
	}

	.ingywmdvright h2 {
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}

	.ingywmdvright i {
		margin: 0 auto;
	}

	.ingywmdvright p {
		font-size: 12px;
		line-height: 25px;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.ingywmdvright a {
		margin: 0 auto;
		margin-top: 15px;
	}

	.ingywmdvright a {
		width: 80px;
		height: 40px;
	}

	.ingywmdvright a span {
		font-size: 12px;
	}

	.ingywmdvright a iconpark-icon {
		font-size: 14px;
	}

	.sz {
		padding: 20px 0px;
	}

	.szdv {
		width: 95%;
	}

	.szdv ul {
		flex-wrap: wrap;
	}

	.szdv ul li {
		width: 48%;
		margin: 1%;
	}

	.szdv ul li h3 {
		margin: 10px auto;
		padding-bottom: 5px;
	}

	.szdv ul li h3 span {
		font-size: 26px;
	}

	.szdv ul li h3 i {
		font-size: 12px;
	}

	.szdv ul li p {
		font-size: 12px;
	}

	.injjfa {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.injjfadv {
		width: 95%;
	}

	.injjfabt {
		display: block;
	}

	.injjfabtleft h2 {
		text-align: center;
	}

	.injjfabtleft h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.injjfabtleft p {
		font-size: 14px;
		line-height: 25px;
	}

	.injjfabtright a {
		width: 80px;
		margin: 0 auto;
		margin-top: 15px;
		height: 40px;
	}

	.injjfabtright a span {
		font-size: 12px;
	}

	.injjfabtright a iconpark-icon {
		font-size: 14px;
	}

	.injjfanr {
		margin-top: 20px;
	}

	.injjfanr #thumbs23 {
		position: initial;
	}

	.injjfanr .swiper-slide div {
		width: 100%;
		position: inherit;
		top: 0;
		font-size: 12px;
		line-height: 25px;
		left: 0;
	}

	.injjfanr #thumbs23 .swiper-slide h2 {
		justify-content: center;
	}

	.injjfanr #thumbs23 .swiper-slide h2 span {
		margin-left: 0;
		font-size: 17px;
		margin-right: 10px;
	}

	.injjfanr #thumbs23 .swiper-slide h2 i {
		font-size: 36px;
		margin-right: 0;
	}
	.injjfanr #thumbs23 .swiper-slide-thumb-active h2::after{
		width: 100%;
	}
	.injjfanr #thumbs23 {
		height: auto;
	}

	.innews {
		padding: 30px 0px;
	}

	.innewsdv {
		width: 95%;
	}

	.innewsbt h2 {
		font-size: 20px;
		text-align: center;
	}

	.innewsbt p {
		font-size: 14px;
		text-align: center;
	}

	.innewslist {
		margin-top: 15px;
		display: block;
	}

	.innewslistdv {
		width: 100%;
	}

	.innewslistdv h3 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}

	.innewslistdv ul li {
		margin: 5px 0;
	}

	.innewslistdv ul li a h1 {
		width: 80%;
	}

	.innewslistdv ul li a h1 span {
		font-size: 12px;
	}

	.innewslistdv ul li a h2 {
		font-size: 12px;
	}

	.xuq {
		padding: 30px 0px;
	}

	.xuqdv {
		width: 95%;
	}

	.xuqdv h2 {
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.xuqdv form {
		display: block;
	}

	.xuqdv form input {
		display: block;
		width: 95%;
		padding: 0 2.5%;
		margin-bottom:10px;
	}

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

	.xuqdv form button {
		display: block;
		width: 50%;
		margin: 0 auto;
		font-size: 14px;
	}

	.foot {
		display: none;
	}

	.lxwm {
		margin: 30px auto;
		width: 95%;
	}

	.lxwmbt h1 {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.lxwmbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.lxwmbt {
		margin-bottom: 15px;
	}

	.lxwmlist {
		display: block;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}

	.lxwmlist ul li iconpark-icon {
		width: 40px;
		height: 40px;
		font-size: 22px;
		margin-bottom: 10px;
	}

	.lxwmlist ul li h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lxwmlist ul li p {
		font-size: 14px;
	}

	.banshichu {
		padding: 30px 0px;
	}

	.banshichudv ul {
		width: 95%;
		flex-wrap: wrap;
	}

	.banshichudv ul li {
		width: 40%;
		padding: 4%;
		margin: 1%;
	}

	.banshichudv ul li h3 {
		font-size: 16px;
	}

	.banshichudv ul li i {
		margin: 10px 0;
		width: 30px;
	}

	.banshichudv ul li p {
		font-size: 14px;
		line-height: 25px;
	}

	.zxly {
		padding: 30px 0px;
	}

	.zxlybt h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.zxlybt p {
		font-size: 14px;
		line-height: 25px;
	}

	.zxlybt {
		margin-bottom: 20px;
	}

	.zxlydv form div {
		display: block;
	}

	.zxlydv form div input {
		width: calc(100% - 30px);
		margin: 1% 0px;
		height: 40px;
		padding: 0 15px
	}

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

	.zxlydv form button {
		height: 40px;
		line-height: 40px;
		width: 120px;
	}

	.zxlydv {
		width: 90%;
		padding: 2.5%;
	}

	.xwtj {
		display: none;
	}

	.shownav {
		height: auto;
	}

	.shownav ul {
		width: 100%;
	}

	.shownav ul li {
		width: 33.33%;
	}

	.shownav ul li a {
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}

	.soq {
		padding: 30px 0px;
	}

	.newslist ul li {
		width: 90%;
		padding: 2.5%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.newslist ul li a {
		display: block;
	}

	.newslist {
		width: 100%;
	}

	.newslist ul li div {
		width: 90%;
		margin: 0 auto;
	}

	.newslist ul li section {
		width: 100%;
		margin-top: 15px;
	}

	.newslist ul li section h1 {
		display: block;
		margin-bottom: 0;
	}

	.newslist ul li section h1 span {
		width: 100%;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.newslist ul li section h1 i {
		text-align: left;
		width: 100%;
		font-size: 12px;
		margin: 0%;
		display: block;
	}

	.newslist ul li section p {
		font-size: 12px;
		height: 50px;
		line-height: 25px;
	}

	.xw {
		padding: 30px 0px;
	}

	.shownewsdv {
		width: 95%;
		display: block;
	}

	.shownavdvleft {
		width: 100%;
	}

	.newlt {
		width: 90%;
		padding: 5%;
	}

	.shownavdvleftbt h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.shownavdvleftbt h2 span {
		font-size: 12px;
	}

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

	.shownavdvright {
		width: 90%;
		padding: 5%;
	}

	.bsua span {
		font-size: 16px;
	}

	.shownavdvright form {
		height: 35px;
	}

	.shownavdvright form button {
		height: 35px;
		width: 35px;
	}

	.shownavdvright form input {
		line-height: 35px;
		font-size: 12px;
	}

	.bsua {
		margin-top: 15px;
	}

	.xwdv {
		width: 95%;
	}

	.lberji ul li {
		width: 48%;
		margin: 1%;
	}

	.lberji {
		width: 100%;
	}

	.lberji {
		margin-bottom: 20px;
	}

	.prolist ul {
		width: 97%;
	}

	.prolist ul li {
		width: 48%;
		margin: 1%;
	}

	.prolist ul li:hover .cpd {
		opacity: 0;
	}

	.prolist ul li .cpt {
		padding: 5%;
		width: 90%;
	}

	.prolist ul li .cpt span {
		display: block;
		width: 55px;
		height: 25px;
		background: url(../images/hot_06.jpg) center no-repeat;
		margin-bottom: 0rem;
		background-size: cover;
	}

	.prolist ul li .cpt p {
		font-size: 12px;
		line-height: 25px;
	}

	.prolist ul li .cpt h1 {
		margin-top: 0px;
		font-size: 16px;
	}

	.csfalist {
		width: 95%;
		margin: 0 auto;
	}

	.jjfa .csfalist ul li {
		width: 48%;
		margin: 1%;
	}

	.jjfa {
		width: 100%;
	}

	.jjfa .csfalist ul li .csfad {
		padding: 5%;
		width: 90%;
	}

	.csfalist ul li .csfad i {
		margin: 1%;
		margin-top: 10px;
	}

	.csfalist ul li .csfad h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.csfalist ul li .csfad p {
		font-size: 12px;
		line-height: 25px;
		height: 50px;
		margin-top: 10px;
	}

	.csfalist ul li .csfad h3 {
		margin-top: 10px;
		font-size: 12px;
	}

	.shownav ul {
		flex-wrap: wrap;
	}

	.gsjj {
		padding: 30px 0px;
	}

	.gsjjdv {
		width: 95%;
	}

	.gsjjdv h1 {
		font-size: 18px;
	}

	.gsjjdv h2 {
		font-size: 14px;
		line-height: 25px;
	}

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

	.gsjjdv h2 {
		margin-bottom: 20px;
	}

	.gsjjdv p {
		margin-bottom: 15px;
	}

	.szdvs {
		width: 95%;
		margin-top: 20px;
	}

	.szdvs ul {
		flex-wrap: wrap;
	}

	.szdvs ul li {
		width: 50%;
	}

	.szdvs ul li h3 span {
		font-size: 32px;
	}

	.szdvs ul li h3 i {
		font-size: 14px;
	}

	.szdvs ul li p {
		font-size: 12px;
		text-align: center;
	}

	.ryz {
		padding: 30px 0;
	}

	.ryzbt {
		width: 95%;
	}

	.ryzbt h1 {
		text-align: center;
		font-size: 20px;
	}

	.ryzbt p {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

	.rydv a {
		display: none;
	}

	.rydv {
		width: 95%;
		margin: 0 auto;
		margin-top: 30px;
	}

	.rylsit {
		width: 100%;
	}

	.qywh {
		width: 95%;
		margin: 30px auto;
	}

	.jjg {
		margin-top: 20px;
	}

	.jjg ul {
		display: block;
	}

	.jjg ul li {
		width: 90%;
		padding: 5%;
		margin-bottom: 2%;
	}

	.jjg ul li iconpark-icon {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.jjg ul li h3 {
		font-size: 16px;
	}

	.jjg ul li p {
		font-size: 14px;
		line-height: 25px;
	}

	.chanpinimg {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	.chanpinimgleft {
		width: 100%;
		flex-direction: column;
	}

	.maoyileft #thumbs2 {
		display: block;
		width: 100%;
	}

	.maoyileft #gallery2 {
		width: 100%;
	}

	.maoyileft {
		flex-direction: column;
	}

	.maoyileft #gallery2 {
		height: auto;
	}

	.houallsadsa {
		padding-top: 20px;
	}

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

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

	.chanpinimgright {
		width: 100%;
	}

	.dowmall2 {
		padding-top: 2.5%;
	}

	.chanpinimgright h1 {
		font-size: 16px;
	}

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

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

	.maoyileft #thumbs2 {
		height: auto;

	}

	.chanpinimgright {
		margin-top: 20px;
	}

	.chanpinimgright h1 {
		font-size: 18px;
		line-height: 45px;
		margin-bottom: 10px;
	}

	.chanpinimgright p {
		height: ;
	}

	.cyu {
		width: 95%;
	}

	.cyubt h1 {
		font-size: 20px;
		text-align: center;
	}

	.cyubt p {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

	.cyu ul li {
		padding: 0 5%;
	}

	.cyu ul li a h1 {
		width: 40%;
		height: 55px;
		overflow: hidden;
		white-space: nowrap;

		overflow: hidden;

		text-overflow: ellipsis;
	}

	.cyu ul li a h1,
	.cyu ul li a h2,
	.cyu ul li a h3 {
		font-size: 14px;
	}

	.cyu ul li a h2 {
		width: 17%;
	}

	.cyu ul li a h3 {
		width: 30%;
	}

	.cyubt {
		margin-bottom: 30px;
	}

	.rexiaocpbt {
		width: 95%;
	}

	.rexiaocpbt h1 {
		font-size: 18px;
		text-align: center;
	}

	.rexiaocpbt p {
		font-size: 14px;
		text-align: center;
		line-height: 25px;
		margin-top: 10px;
	}

	.fzlcheng #gallery23 {
		width: 95%;
	}

	.lishi {
		display: block;
	}

	.lishileft {
		width: 100%;
	}

	.lishiright {
		width: 100%;
	}

	.lishiright section h2 {
		font-size: 17px;
		font-weight: bold;
		line-height: 40px;
	}

	.lishiright section i {
		height: 10px;
	}

	.lishiright section p {
		font-size: 14px;
		margin-top: 5px;
	}

	.gewhwreh>a {
		display: none;
	}

	.gewhwreh {
		width: 100%;
	}

	.fzlcheng #thumbs23 {
		width: 95%;
		margin-top: 30px;
	}

	.fzlcheng #thumbs23 .swiper-slide h2 {
		font-size: 12px;
	}

	.fzlcheng #thumbs23::after {
		top: -37px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}

	.bannersasg .swiper-slide img{
		width: 150%;
        max-width: none;
        margin-left: -30%;
	}
	.bannersasg .swiper-slide .sgahhrj{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 22px;
		text-align: center;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 18px;
		text-align: center;
	}
	.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: #0068c1;
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.shownav ul{
		display: flex;
		justify-content: flex-start;
	}
	.shownav ul li:nth-child(2n){
		background-color: #f7f7f7;
	}
	.nrbanner{
		width: 100%;
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.banheight{
		height: 6.25rem;
		display: none;
	}
	.jjfa .csfalist ul li .csfad section{
		width: 100%;
	}
	.incp .swiper-slide i{
		font-size: 32px;
	}
	.lberji ul li a {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #333333;
	    font-size: 13px;
	    line-height: 35px;
	    background-color: #fff;
	    transition: all 1s;
	}
	.xuqdv form input{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.lishiright section p{
		height: auto;
	}
	.injjfanr .swiper-slide .jjfan1 {
	    display: block;
	}
	.injjfanr .swiper-slide .jjfan2{
		display: none;
	}
	.bannersasg .swiper-slide .sgahhrj section{
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bannersasg .swiper-slide .sgahhrj {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}	