/* 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;
}

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

@font-face {
	font-family: "Quicksand_Medium";
	src: url('../font/Quicksand-Medium-2.ttf');
}

@font-face {
	font-family: "Quicksand";
	src: url('../font/Quicksand-Book-3.otf');
}

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

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

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

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

@font-face {
	font-family: "Montserrat";
	src: url('../font/MONTSERRAT-REGULAR_1.TTF');
}


body {
	font-family: "Poppins";
}

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

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	background-color: #fff;
	left: 0;
	background-size: cover;
	box-shadow: 0px 0px 15px #ccc;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
	/*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 {
	width: 1500px;
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

.headdvleft img {
	display: block;
}

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

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

.headdvright ul li {
	line-height: 86px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
	margin: 0 20px;
}

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

.headdvright ul li a span {
	color: #333333;
}

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

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

.headdvright ul li.active a::after {
	background-color: #e93421;
}

.ss iconpark-icon {
	color: #e93421;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
}

.banners {
	position: relative;
	z-index: 3;
}

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

.yuyan{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yuyan dl{
	position: absolute;
	top: 75%;
	left: 50%;
	background-color: #fff;
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: -100px;
	box-shadow: 0px 0px 10px #dcdcdc;
	display: none;
}
.yuyan:hover dl{
	display: block;
}
.yuyan dl dd{
	line-height: 35px;
	transition: all 0.5s;
}
.yuyan dl dd a{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	transition: all 0.5s;
}
.yuyan dl dd:hover{
	background-color: #e93421;
}
.yuyan dl dd:hover a{
	color: #fff;
	border-bottom: 1px solid #e93421;
}
.yuyan iconpark-icon {
	color: #e93421;
	font-size: 20px;
}

.xinwen {
	padding: 100px 0px;
	padding-bottom: 165px;
	background-image: url(../images/xwbg_02.jpg);
	/* 替换为你的图片路径 */
	background-repeat: repeat-x;
	background-position: 0 0;
	background-position: bottom;
	animation: slideBackground 30s linear infinite;
	background-size: cover;
}

@keyframes slideBackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2160px 0;
	}
}



.sybt h1 {
	color: #333333;
	font-size: 40px;
	text-align: center;
}

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

.xinwlist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}

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

.xinwlist ul li {
	width: 360px;
}

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

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

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

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

.xinwlist ul li h1 {
	line-height: 30px;
	color: #333333;
	font-size: 17px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 1s;
	font-weight: bold;
	transition: all 1s;
}

.xinwlist ul li h2 {
	margin: 10px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	color: #999999;
}

.xinwlist ul li h2 iconpark-icon {
	color: #999999;
	font-size: 17px;
	margin-right: 5px;
}

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

.xinwlist ul li:hover h1 {
	color: #e93421;
}

.wmdcp {
	padding-top: 85px;
	padding-bottom: 120px;
	background: url(../images/cpbg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wmdcplist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 35px;
}

.wmdcplist #thumbs {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.wmdcplist #thumbs .swiper-slide h1 {
	width: 100%;
	height: 40px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #333333;
	transition: all 1s;
	line-height: 40px;
}

.wmdcplist #gallery .swiper-slide img {
	display: block;
	width: 100%;
}

.wmdcplist #thumbs .swiper-slide:hover h1 {
	background-color: #e93421;
	color: #fff;
}

.wmfwdv {
	position: relative;
}

.wmfwdv .wmfwbt {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	top: 10%;
	left: 0;
}

.wmfwdv .wmfwbt h1 {
	color: #ffffff;
	font-size: 40px;
}

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

.wmfwdv #gallery2 {
	overflow: hidden;
}

.wmfwdv #gallery2 img {
	display: block;
	width: 100%;
}

.wmfwdv #thumbs2 {
	position: absolute;
	bottom: 10%;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
}
.wmfwdv #thumbs2 .swiper-slide{
	padding-top: 15px;
}
.wmfwdv #thumbs2 .swiper-slide h1 {
	transition: all 1s;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	animation-name: example;
	
}

.wmfwdv #thumbs2 .swiper-slide h1::after {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 1s;
	
}

@keyframes siaze {
  	0 { 
	  	border: 1px solid rgba(255, 255, 255, 0.1);
   	}
  	50% {
  		border: 5px solid rgba(255, 255, 255, 0.1);
  	}
  	100%{
  		border: 1px solid rgba(255, 255, 255, 0.1);
  	}
}
.wmfwdv #thumbs2 .swiper-slide h1 i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 48px;
	color: #99837d;
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wmfwdv #thumbs2 .swiper-slide p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
}

.wmdcplist #thumbs .swiper-slide-thumb-active h1{
	    background-color: #e93421;
    color: #fff;
}

.wmfwdv #thumbs2 .swiper-slide:hover h1 {
	background-color: rgba(233, 52, 33, 0.1);
}

.wmfwdv #thumbs2 .swiper-slide:hover h1::after {
	background-color: rgba(233, 52, 33, 0.2);
}

.wmfwdv #thumbs2 .swiper-slide:hover h1 i {
	background-color: #e93421;
	color: #fff;

}

.wmfwdv #thumbs2 .swiper-slide-thumb-active h1 {
	background-color: rgba(233, 52, 33, 0.1);
}

.wmfwdv #thumbs2 .swiper-slide-thumb-active h1::after {
	background-color: rgba(233, 52, 33, 0.2);
}

.wmfwdv #thumbs2 .swiper-slide-thumb-active h1 i {
	background-color: #e93421;
	color: #fff;

}
.wmfwdv #thumbs2 .swiper-slide-thumb-active p{
	color: #e93421;
}

.ryzz {
	padding: 100px 0;
	background: url(../images/lang_02.jpg) center no-repeat;
	padding-bottom: 0;
	padding-bottom: 80px;
	background-size: cover;
}

.ryzzdvlist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 55px;
}

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

.ryzzdv .swiper-slide div {
	width: 100%;
	overflow: hidden;
}

.ryzzdvlist .swiper-slide:hover img {
	transform: scale(1.05);
}

.ryzzdvlist h1 {
	font-weight: 600;
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}

.ryzzdvlistfy {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ryzzdvlistfy div {
	position: initial;
	background-color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 0 30px;
	opacity: 1;
}

.ryzzdvlistfy div:hover {
	background-color: #e93421;
}

.ryzzdvlistfy div:hover:after {
	color: #fff;
}

.ryzzdvlistfy .swiper-button-next:after,
.ryzzdvlistfy .swiper-button-prev:after {
	color: #b3b3b3;
	font-size: 16px;
}

.ryzzdvlistfy .swiper-button-next.swiper-button-disabled,
.ryzzdvlistfy .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.wmhb {
	padding: 105px 0px;
	overflow: hidden;
	background: url(../images/hzhb_02.jpg) center no-repeat;
	background-size: cover;
}

.wmhbsz {
	margin: 60px auto;
}

#gallery .swiper-slide img{
	opacity: 0;
	transition: all 1s;
}
#gallery .swiper-slide-active img{
	opacity: 1;
}
.wmhbsz ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wmhbsz ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 50px;
}

.wmhbsz ul li h1 span {
	color: #e93421;
	font-size: 48px;
	font-weight: bold;
}

.wmhbsz ul li h1 i {
	color: #e93421;
	font-size: 48px;
	font-weight: bold;
}

.wmhbsz ul li p {
	margin-left: 20px;
	color: #333333;
	font-size: 22px;
}

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

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

.footxs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footxs .footxsleft img {
	display: block;
}

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

.footxs .footxsright form input {
	width: 340px;
	height: 40px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 0 20px;
	margin-right: 7px;
}

.footxs .footxsright form button {
	display: block;
	width: 120px;
	height: 40px;
	border: none;
	background-color: #f04432;
	line-height: 40px;
	text-align: center;
	color: #fefefe;
	font-size: 14px;
}

.footlist {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.footlist dl dt a {
	color: #ffffff;
	font-size: 18px;
}

.footlist dl dt {
	margin-bottom: 20px;
}

.footlist dl dd {
	margin-bottom: 15px;
}

.footlist dl dd a {
	color: #ffffff;
	font-size: 14px;
}

.wdl {
	margin-top: 65px;
	height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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


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

.jtjjdv {
	width: 1500px;
	margin: 0 auto;
	margin-top: 60px;
}

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

.jtjjdvallleft {
	width: 48%;
}

.jtjjdvallleft h1 {
	color: #e93421;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.jtjjdvallleft p {
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
	font-size: 14px;
}

.jtjjdvallleft a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.spinjesbt {





}

.jtjjdvallleft a span {
	color: #808080;
	font-size: 14px;
}

.jtjjdvallleft a iconpark-icon {
	font-size: 16px;
}

.jtjjdvallright {
	overflow: hidden;
	width: 49%;
}

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

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

.jtjjdv #thumbs2 {
	margin-top: 70px;
}

.jtjjdv #thumbs2 .swiper-slide h1 {
	border: 1px solid #fff;
	transition: all 1s;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	height: 95px;
	text-align: center;
	line-height: 95px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.jtjjdv #thumbs2 .swiper-slide h1 a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

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

.jtjjdv #thumbs2 .swiper-slide:hover h1 {
	border: 1px solid #e93421;
	color: #e93421;
}

.jtjjdv #thumbs2 .swiper-slide:hover h1 a {
	color: #e93421;
}

.qywhua {
	width: 1500px;
	margin: 75px auto;
}

.qywhuadv {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.qywhuadvleft {
	position: relative;
	width: 49.5%;
	border-radius: 10px;
	overflow: hidden;
}

.qywhuadvleft img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.qywhuadvleft:hover img{
	transform: scale(1.05);
}

.qywhuadvleft div {
	position: absolute;
	padding: 7%;
	top: 0;
	left: 0;
}

.qywhuadvleft div h1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.qywhuadvleft div p {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 14px;
}

.qywhuadvright {
	width: 49.5%;
}

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

.qywhuadvright ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
}

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

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

.qywhuadvright ul li div {
	position: absolute;
	padding: 7%;
	top: 0;
	left: 0;
}

.qywhuadvright div h1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.qywhuadvright div p {
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	width: 225px;
}

.silj {
	width: 1500px;
	margin: 80px auto;
}

.siljimg {
	margin-top: 50px;
}

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

.jjfalist {
	width: 1500px;
	margin: 60px auto;
}

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

.jjfalistdv ul li {
	width: 32%;
	margin: 0.667%;
	overflow: hidden;
}

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

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

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

.jjfalistdv ul li h1 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.bannerheight {
	height: 90px;
}

.zbiao {
	background-color: #e93421;
	height: 50px;
}

.zbiaodv {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1500px;
	margin: 0 auto;
	height: 50px;
	color: #f9cbc6;
}

.zbiaodv a {
	color: #f9cbc6;
	font-size: 14px;
}

.zbiaodv a:last-child {
	color: #fff;
}

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

.wmzj {
	padding-top: 100px;
	padding-bottom: 90px;
	background: url(../images/zujibg_02.jpg) center no-repeat;
	background-size: cover;
}

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

.zujileft {
	width: 410px;
}

.zujitop {
	padding: 40px;
	background-color: #e93421;
	border-radius: 10px;
}

.zujitop h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.zujitop p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.zujitop p i {
	font-size: 18px;
	font-weight: bold
}

.zujidown {
	padding: 40px;
	background-color: #f8f6f4;
	border-radius: 10px;
	margin-top: 25px;
}

.zujidown h1 {
	font-size: 22px;
	font-weight: bold;
	color: #e93421;
	margin-bottom: 20px;
}

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

.zujidown ul li {
	font-size: 14px;
	color: #333333;
	margin: 7px 0px;
	width: 45%;
}

.zujidown ul li i {
	color: #e93421;
	font-size: 18px;
	font-weight: bold;
}

.zujiright {
	width: 1000px;
}

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

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

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

.shzr {
	margin: 105px auto;
	width: 1500px;
}

.shzrlist ul {
	display: flex;
	margin-top: 55px;
	justify-content: space-between;
}

.shzrlist ul li {
	width: 23%;
}

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

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

.shzrlist ul li:hover div img {
	transform: scale(1.1);
}

.shzrlist ul li section {
	margin-top: 30px;
}

.shzrlist ul li section h1 {
	color: #333333;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 15px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	transition: all 1s;
}

.shzrlist ul li:hover section h1 {
	color: #e93421;
}

.shzrlist ul li section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.spinjes {
	width: 100%;
	position: relative;
}

.spinjesbt {
	width: 1500px;
	margin: 0 auto;
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -750px;
	z-index: 3;
}

.spinjesbt h1 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

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

#thumbs123 {
	bottom: 10%;
	width: 1500px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -750px;
}

#thumbs123 .swiper-slide h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, .8);
	height: 60px;
	font-size: 14px;
	color: #333333;
}

#thumbs123 .swiper-slide h1 i {
	color: #e93421;
	font-size: 30px;
	margin-right: 10px;
	display: block;
}

#thumbs123 .swiper-slide h1 span {
	color: #333333;
	font-size: 16px;
}

#thumbs123 .swiper-slide-thumb-active h1 {
	background-color: #e93421;
	color: #fff;
}

#thumbs123 .swiper-slide-thumb-active h1 i {
	color: #fff;
}

#thumbs123 .swiper-slide-thumb-active h1 span {
	color: #fff;
}

#gallery123 .swiper-slide {
	position: relative;
}

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

#gallery123 .swiper-slide div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#gallery123 .swiper-slide div p {
	width: 60%;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}

.mbxie {
	padding: 40px 0px;
	background-color: #faf7f5;
}

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

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

.mbxiedv ul li {
	width: calc(19% - 2px);
	margin: 0.5%;
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #fff;
	transition: all 1s;
}

.mbxiedv ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 73px;
}

.mbxiedv ul li i {
	color: #e93421;
	font-size: 32px;
	margin-right: 10px;
}

.mbxiedv ul li span {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	transition: all 1s;
	width: 75%;
}

.mbxiedv ul li:hover {
	border: 1px solid #e93421;
}

.mbxiedv ul li:hover i {
	color: #e93421;
}

.mbxiedv ul li:hover span {
	color: #e93421;
}

.mbxiedv ul li.active {
	border: 1px solid #e93421;
}

.mbxiedv ul li.active i {
	color: #e93421;
}

.mbxiedv ul li.active span {
	color: #e93421;
}

.yanfashil {
	width: 1500px;
	margin: 80px auto;
}

.yanfashilbt h1 {
	color: #333333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.yanfashilbt p {
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
}

.yanfashilbt p i {
	color: #e93421;
	font-size: 18px;
	font-weight: bold;
}

.yfsllist {
	margin-top: 40px;
}

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

.yfsllist ul li {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	border-radius: 5px;
	overflow: hidden;
}

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

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

.yfsllist ul li h1 {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 90%;
	padding: 0 5%;
	color: transparent;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	z-index: 2;
	color: #ffffff;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
}

.ras {
	background: url(../images/ras_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

.jjfaxqleft {
	width: 45%;
}

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

.jjfaxqright {
	width: 49%;
}

.jjfaxqright h3 {
	color: #333333;
	font-size: 38px;
	margin-bottom: 30px;
}

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

.yycpall span {
	color: #333333;
	font-size: 15px;
}

.yycpallist {
	width: 80%;
}

.yycpallist .swiper-slide div {
	width: calc(100% - 4px);
	border: 1px solid #e6e6e6;
	overflow: hidden;
}

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

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

.yycpallist .swiper-slide h1 {
	text-align: center;
	color: #333333;
	font-size: 15px;
	line-height: 35px;
}

.jjfaxqright section {
	margin-top: 65px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jjfaxqright section a {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #e93421;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	color: #ffffff;
	margin-right: 35px;
}

.jjfaxqright section div {
	display: flex;
	justify-content: flex-start;
}

.jjfaxqright section div iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #e93421;
	border-radius: 50px;
	color: #e93421;
	font-size: 28px;
	margin-right: 10px;
}

.jjfaxqright section p i {
	display: block;
	color: #656566;
	font-size: 14px;
}

.jjfaxqright section p span {
	display: block;
	color: #323333;
	font-size: 30px;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	font-weight: bold;
	line-height: 30px;
}

.fanganxiangq {
	width: 1500px;
	margin: 70px auto;
}

.fanganxiangqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 55px;
	background-color: #faf7f5;
	padding: 0 20px;
}

.fanganxiangqbt i {
	display: block;
	width: 4px;
	height: 20px;
	border-radius: 50px;
	background-color: #e93421;
	margin-right: 5px;
}

.fanganxiangqbt span {
	color: #333333;
	font-size: 18px;
}

.fanganxiangqwz {
	margin-top: 30px;
	border-top: 1px solid #e6e6e6;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.fanganxiangqwz img{
	max-width: 100%;
}

.ksongdv ul li iconpark-icon {
	margin-bottom: 35px;
	transition: all 1s;
	transform: scale(1);
}
.ksongdv ul li:hover iconpark-icon{
	transform: rotate(360deg);
	transform: scale(1.2);
}
.ksong {
	padding-top: 110px;
	padding-bottom: 220px;
	background: url(../images/lllsw_02.jpg) center no-repeat;
	background-size: cover;
}

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

.ksongdv h1 {
	text-align: center;
	color: #333333;
	font-size: 40px;
	margin-bottom: 60px;
}

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

.ksongdv ul li {
	width: 24%;
}

.ksongdv ul li iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
	background-color: #e93421;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 30px;
}

.ksongdv ul li h1 {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.ksongdv ul li p {
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}

.ksongdv ul li img {
	display: block;
	width: 122px;
	margin: 0 auto;
}

.ksongdv ul li h2 {
	color: #666666;
	font-size: 15px;
	margin-top: 25px;
	text-align: center;
}

.kaslist {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: -140px;
}

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

.kaslist ul li {
	background-color: #ffffff;
	padding: 40px;
	padding-left: 70px;
	width: calc(49% - 110px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 15px #dddddd8a;
	margin-bottom: 30px;
	position: relative;
}
.kaslist ul li::before{
	content: "";
	width: 0%;
	height: 0%;
	border-top: 1px solid #e93421;
	border-right: 1px solid #e93421;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 1s;
}
.kaslist ul li:hover::before{
	width: 100%;
	height: 100%;
}
.kaslist ul li::after{
	content: "";
	width: 0%;
	height: 0%;
	border-bottom: 1px solid #e93421;
	border-left: 1px solid #e93421;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 1s;
}
.kaslist ul li:hover::after{
	width: 100%;
	height: 100%;
}
.kaslist ul li .lx h1 {
	color: #333333;
	font-size: 22px;
	margin-bottom: 60px;
}
.lx{
	position: relative;
	z-index: 8;
}
.lx .lxifashi {
	display: flex;
	justify-content: space-between;
	width: 435px;
}

.lx .lxifashi section {
	width: 45%;
}

.lx .lxifashi section h2 {
	height: 45px;
	border-bottom: 1px solid #f8c2bc;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lx .lxifashi section p {
	color: #808080;
	font-size: 15px;
}

.lxewm {
	width: 102px;
	margin-top: 25px;
}

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

.lxewm h2 {
	color: #808080;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
}

.ybal {
	padding: 75px 0px;
	background: url(../images/alsv_02.jpg) center no-repeat;
	background-size: cover;
}

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

.ybalist ul li {
	padding: 55px 70px;
	background-color: #ffffff;
	margin-bottom: 50px;
	transition: all 1s;
}

.ybalist ul li:hover {
	box-shadow: 0px 0px 15px #dfdfdf;
}

.ybalist ul li h1 {
	color: #333333;
	font-size: 30px;
	margin-bottom: 15px;
}

.ybalist ul li p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}

.ybalist ul li h2 {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #999999;
}

.ybalist ul li h2 iconpark-icon {
	font-size: 20px;
	color: #999999;
	margin-right: 5px;
}

.ybalist ul li dl {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.ybalist ul li dl dd {
	width: 24%;
	overflow: hidden;
}

.ybalist ul li dl dd img {
	width: 100%;
	transition: all 1s;
}

.ybalist ul li dl dd:hover img {
	transform: scale(1.05);
}

.newsnav .mbxiedv ul {
	display: flex;
	justify-content: center;

}

.newslist {
	margin: 70px auto;
	width: 1500px;
}

.newslist ul li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px;
	margin-top: 25px;
	transition: all 1s;
	position: relative;
}
.newslist ul li::after{
	content: "";
	border-bottom: 1px solid #e93421;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 1s;
	width: 0%;
}
.newslist ul li:hover::after{
	width: 100%;
}

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

.newslistleft {
	width: 1100px;
}

.newslist ul li a .newslistleft h1 {
	color: #333333;
	font-size: 18px;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslist ul li a .newslistleft h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0;
	color: #666;
}

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

.newslistright {
	width: 300px;
	overflow: hidden;
}

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

.newslist ul li:hover {
}

.newslist ul li:hover a .newslistleft h1 {
	color: #e93421;
}

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

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

.osaiywfwbt {
	height: 80px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.osaiywfwbt h1 {
	color: #333333;
	text-align: left;
	font-size: 22px;
	margin-bottom: 15px;
}

.osaiywfwbt h2 {
	display: flex;
	justify-content: flex-start;
}

.osaiywfwbt h2 iconpark-icon {
	font-size: 20px;
}

.osaiywfwbt h2 {
	color: #999999;
	font-size: 14px;
}

.osaiywfwleft {
	width: 73%;
}

.osaiywfwwz {
	margin-bottom: 30px;
}

.osaiywfwwz img{
	max-width: 100%;
}
.osaiywfwwz em{
	font-style: italic;
	margin-right: 2px;
}
.fye {
	display: flex;
	justify-content: space-between;
}

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

.fye p a:hover {
	color: #1064b3;
}

.osaiywfwright {
	width: 23%;
}

.osaiywfwright form {
	border: 1px solid #e6e6e6;
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.osaiywfwright form input {
	height: 40px;
	border: none;
	outline: none;
	font-size: 14px;
	width: 80%;
}

.hzuoali {
	background-color: #faf7f5;
	padding-bottom: 1px;
}

.hzuoali ul li {
	margin: 15px 20px;
	border-radius: 10px;
	overflow: hidden;
}

.hzuoali h1 {
	height: 50px;
	background-color: #e93421;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}

.hzuoali ul li {
	border-bottom: 1px solid #e1e4e6;
	padding-bottom: 15px;
}

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

.hzuoali ul li div {
	overflow: hidden;
	width: 130px;
}

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

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

.hzuoali ul li h2 {
	height: 75px;
	padding: 0 5%;
	color: #404040;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	width: 175px;
}

.xzs {
	margin: 100px auto;
	width: 1500px;
}

.xzsbt {
	margin-bottom: 60px;
}

.xzsbt h1 {
	text-align: center;
	color: #333333;
	font-size: 40px;
	margin-bottom: 15px;
}

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

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

.xzsdvleft {
	width: 49%;
}

.xzsdvleft p {
	line-height: 30px;
	margin-bottom: 25px;
	color: #333333;
	font-size: 15px;
}

.xzsdvright {
	width: 47%;
}

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

.thumbs12334 .swiper-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.thumbs12334 .swiper-wrapper .swiper-slide {
	width: 200px;
	margin: 7px;
}

.xzsdvleft h1 {
	color: #333333;
	font-size: 17px;
	line-height: 35px;
	font-weight: bold;
}

.xzsdvleft p i {
	font-weight: bold;
	font-size: 17px;
}

.zhaoxns {
	width: 1500px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 80px;
	position: relative;
}

.zhaoxnsbt {
	text-align: center;
	font-size: 40px;
	color: #333333;
	margin-bottom: 60px;
}

.zhaoxnslists .swiper-slide .rdv {
	width: 100%;
	overflow: hidden;
}

.zhaoxnslists .swiper-slide .rdv img {
	display: block;
	width: 100%;
	margin-top: 3px;
	transition: all 1s;
}

.zhaoxnslists .swiper-slide:hover .rdv img {
	transform: scale(1.05);
}

.zhaoxnslists .swiper-slide .rdv {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.zhaoxnslists .swiper-slide .rdv h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.zhaoxnslists .swiper-slide .rdv h1 img {
	display: block;
	width: auto;
}

.zhaoxnslists .swiper-slide section {
	padding: 0 25px;
	padding-top: 45px;
	position: relative;
	z-index: 3;
	margin-top: -15%;
	background: url(../images/sah_03.png) top right no-repeat;
	background-size: cover;
	padding-bottom: 20px;
}

.zhaoxnslists .swiper-slide section h1 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.zhaoxnslists .swiper-slide section p {
	color: #f6ddda;
	font-size: 14px;
	line-height: 25px;
	min-height: 100px;
}

#btn1,
#btn2 {
	position: absolute;
	top: 55%;
	left: -75px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #fff;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #e83422;
	transition: all 1s;
}

#btn2 {
	left: auto;
	right: -75px;
}

#btn1 iconpark-icon,
#btn2 iconpark-icon {
	color: #e83422;
	font-size: 32px;
	transition: all 1s;
}

#btn1:hover,
#btn2:hover {
	background-color: #e83422;
}

#btn1:hover iconpark-icon,
#btn2:hover iconpark-icon {
	color: #fff;
}

.zyfaz {
	width: 100%;
	padding: 100px 0;
	padding-bottom: 30px;
	background: url(../images/zysbg_02.jpg) center no-repeat;
	background-size: cover;
}

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

.zyfazbt {
	margin-bottom: 50px;
}

.zyfazbt h1 {
	color: #333333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.zyfazbt p {
	width: 50%;
	margin: 0 auto;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.zyfazlistright {
	width: 50%;
}

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

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

.gsfli {
	padding-top: 95px;
	padding-bottom: 200px;
	background: url(../images/zsnag_02.jpg) top center no-repeat;
	background-size: cover;
}

.gsflibt {
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 40px;
}

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

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

.gsflidv ul li {
	padding: 50px 30px;
	width: 220px;
	background: url(../images/ugakuk_03.jpg) center no-repeat;
	border-radius: 10px;
}

.gsflidv ul li img {
	display: block;
}

.gsflidv ul li h1 {
	margin-top: 40px;
	color: #333333;
	font-size: 20px;
	margin-bottom: 25px;
}

.gsflidv ul li p {
	height: 150px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #e93421;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:5;
}

.gzhjnbt {
	text-align: center;
	color: #333333;
	font-size: 40px;
	margin-bottom: 30px;
}

.gzhjn {
	padding: 100px 0px;
	background-color: #faf7f5;
}

.gsfcvbtright {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.gsfcvbtright span {
	display: block;
	width: 220px;
	height: 40px;
	border: 1px solid #e93421;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin: 0 35px;
	color: #e93421;
	font-size: 16px;
}

.gsfcvbtright span.hover {
	background-color: #e93421;
	color: #fff;
}

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

.gsfcvbtsagleft {
	width: 49.4%;
	overflow: hidden;
	position: relative;
}

.gsfcvbtsagleft h1 {
	position: absolute;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	bottom: 0%;
	left: 0%;
	width: 90%;
	padding: 0 5%;
}

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

.gsfcvbtsagleft:hover img {
	display: block;
	transform: scale(1.1);
}

.gsfcvbtsagright {
	width: 49.5%;
}

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

.gsfcvbtsagright ul li {
	width: 49%;
	position: relative;
	overflow: hidden;
	margin-bottom: 2%;
}

.gsfcvbtsagright ul li:last-child,
.gsfcvbtsagright ul li:nth-child(3) {
	margin-bottom: 0;
}

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

.gsfcvbtsagright ul li:hover img {
	transform: scale(1.1);
}

.gsfcvbtsagright ul li h1 {
	position: absolute;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 15px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	bottom: 0%;
	left: 0%;
	width: 90%;
	padding: 0 5%;
}

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

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

.zplic {
	padding: 100px 0px;
	background: url(../images/saopin_02.jpg) center no-repeat;
}

.zpliclist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 70px;
}

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

.zpliclist ul li {
	width: calc(49% - 150px);
	padding: 50px 75px;
	background: url(../images/kzhao_03.jpg) center no-repeat;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zpliclist ul li:last-child {
	background: url(../images/kzhao_05.jpg) center no-repeat;
}

.zpliclist ul li div h1 {
	color: #ffffff;
	margin-bottom: 50px;
	font-size: 22px;
}

.zpliclist ul li div p {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.zpliclist ul li section p {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

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

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

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

.cpqbdvlist ul li {
	width: 194px;
	height: 50px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}

.cpqbdvlist ul li a {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	transition: all 1s;
}

.cpqbdvlist ul li a:hover {
	background-color: #e93421;
	color: #fff;
}

.cpqbdvlist ul li.active a {
	background-color: #e93421;
	color: #fff;
}

.cpolist {
	position: relative;
}

.cpolist #thumbs2 {
	margin-top: 30px;
}

.cpolist #thumbs2 .swiper-slide div {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cpolist #thumbs2 .swiper-slide:hover div {
	box-shadow: 0px 0px 15px #efefef;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.cpolist #thumbs2 .swiper-slide h1 {
	color: #d93327;
	font-size: 15px;
}

.cpolist #thumbs2 .swiper-slide div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.cpolist #thumbs2 .swiper-slide:Hover div img {
	transform: scale(1.05);
}

.cpolist #thumbs2 .swiper-slide h1 {
	text-align: center;
	color: #333333;
	line-height: 25px;
	margin-top: 15px;
}



.cpolist #thumbs2 .swiper-slide-thumb-active div {
	box-shadow: 0px 0px 15px #efefef;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.cpolist #thumbs2 .swiper-slide-thumb-active h1 {
	color: #d93327;
}
.cpolist #btn1,
.cpolist #btn2 {
	top: 120px;
	left: -5%;
}

.cpolist #btn2 {
	left: auto;
	right: -5%;
}

.xqogng {
	padding: 40px;
	margin-top: 40px;
	width: calc(100% - 80px);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xqogngleft {
	width: 500px;
}

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

.xqogngright {
	width: 750px;
}

.xqogngright h1 {
	color: #333333;
	font-size: 28px;
}

.xqogngright h2 {
	margin: 20px 0px;
	color: #e93421;
	font-size: 20px;
	font-weight: bold;
}

.xqogngright ul li {
	border-top: 1px solid #d9d9d9;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.xqogngright ul li:nth-child(2) {
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	height: auto;
}

.xqogngright ul li:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.xqogngright section {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.xqogngright section a {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #e93421;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	color: #ffffff;
	margin-right: 35px;
	font-size: 16px;
}

.xqogngright section div {
	display: flex;
	justify-content: flex-start;
}

.xqogngright section section{
	width: 120px;
	margin-left: 20px;
	margin-top: 0;
	display: block;
}

.xqogngright section section p{
	text-align: center;
	    color: #656566;
}

.xqogngright section section img{
	display: block;
	width: 100%;
}

.xqogngright section div iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #e93421;
	border-radius: 50px;
	color: #e93421;
	font-size: 28px;
	margin-right: 10px;
}

.xqogngright section p i {
	display: block;
	color: #656566;
	font-size: 14px;
}

.xqogngright section p span {
	display: block;
	color: #323333;
	font-size: 30px;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	font-weight: bold;
	line-height: 30px;
}

.quxy {
	width: 1500px;
	margin: 60px auto;
}

.quxydvlist ul li {
	width: 100%;
	padding: 40px 60px;
	box-shadow: 0px 0px 20px #efeeee;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.quxydvlistleft {
	width: 80%;
}

.quxydvlistleft h1 {
	color: #333333;
	font-size: 28px;
}

.quxydvlistleft dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.quxydvlistleft dl dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 16px;
	width: 30%;
}

.quxydvlistleft dl dd span {
	color: #e93421;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 50px;
	background: #feeae8;
	margin-right: 15px;
}

.quxydvlistright {
	color: #e93421;
	font-size: 36px;
}

.quxydvlist ul li {
	border-top: 3px solid #fff;
	transition: all 1s;
}

.quxydvlist ul li:hover {
	border-top: 3px solid #e93421;
}

.shzrlist ul li div img {
	display: block;
}

.zyfazlistleft {
	width: 49%;
}

.zyfazlistleft #thumbs444 {
	border-bottom: 1px solid #e93421;
}

.zyfazlistleft #thumbs444 .swiper-slide h1 {
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.zyfazlistleft #thumbs444 .swiper-slide-thumb-active h1 {
	background-color: #e93421;
	color: #fff;
}

.neitta {
	margin-top: 15px;
	padding: 45px 0px;
	background-color: #fff;
}

.neitta h1 {
	color: #333333;
	font-size: 22px;
	text-align: center;
}

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

.neitta i {
	display: block;
	width: 320px;
	height: 20px;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.neittadvleft h1 {
	color: #333333;
	font-size: 22px;
}

.neittadvleft h2 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}

.neittadvleft p {
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}

.neittadvright h1 {
	color: #333333;
	font-size: 22px;
}

.neittadvright h2 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}

.neittadvright p {
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}

.mfoot,
.mfootdv {
	display: none;
}

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

.ssdv {
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	max-width: 1500px;
	width: 90%;
	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: #e72a17;
	color: #fff;
	width: 20%;
	font-size: 14px;

}

.fzlcheng {
	width: 100%;
	padding: 90px 0px;
	background: url(../images/bas_02.jpg) center no-repeat;
	background-size: cover;
}

.fzlchengbt {
	width: 100%;
}

.fzlchengbt h1 {
	color: #333333;
	font-size: 40px;
	margin-bottom: 15px;
	text-align: center;
}

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

.fzlchengdv {
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}

.kd {
	width: 100%;
}

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

.kdlistal {
	margin-top: 30px;
}

.kdlistal h1 {
	color: #e93421;
	font-size: 46px;
	font-family: "Poppins";
	margin-bottom: 15px;
}

.kdlistal div {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.kdlistal div img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.kdlistal p {
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}

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

.xqogngright ul li dl {
	width: 85%;
}

.kdlist .swiper-button-next,
.kdlist .swiper-button-prev {
	color: #e93421;
	font-size: 22px;
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 16px;
	position: initial;
}

.kdlist .ryzzdvlistfy {
	margin-top: 30px;
}

.kdlist .swiper-button-next:after,
.kdlist .swiper-button-prev:after {
	font-size: 16px;
}

.headdvright ul li:hover .headfwxm {
	display: flex;
}

@keyframes example {
	from {
		background-color: rgba(255, 255, 255, 0.1);
	}

	to {
		background-color: rgba(255, 255, 255, 0.3);
	}
}




.slideUp .headdvright ul li .headfwxmright dl dd a {
	color: #fff;
}

.headfwxm {
	width: 90%;
	padding: 0px 5%;
	background-color: #e92c18;
	position: absolute;
	left: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.headdvright ul li:hover .headfwxm {
	padding: 65px 5%;
	height: 260px;
}

.headfwxmleft {
	width: 26%;
	padding-right: 5%;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

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

.headfwxmleft h1 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 35px;
	text-align: left;
}

.headdvright .headfwxmleft i {
	display: block;
	width: 45px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 0%;
}

.headfwxmleft p {
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	text-align: left;

	text-align: justify;
}

.headfwxmright {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.headfwxmright dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
}

.headfwxmright dl dd {
	width: 50%;
	height: 40px;
}



.headfwxmright dl dd a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}

.headfwxmright dl dd a iconpark-icon {
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}

.headfwxmright div{
	width: 50%;
}
.headfwxmright img {
	width: 100%;
	display: block;
}

.headfwxmright dl dd a span{
	display: block;
    color: #fff;
    width: 90%;
    height: 40px;
    white-space:nowrap;
    text-align: left;
	overflow:hidden;

	text-overflow:ellipsis;
}
.headdvright ul li:hover dl dd a {
	color: #fff;
}

.headdvright ul li dl dd a:hover {
	color: #fff;
}

.headdvright ul li .headfwxmright dl dd a {
	transition: all 1s;
}

.headdvright ul li .headfwxmright dl dd a:hover {
	transform: translateX(-10px);
}

.cpolist .swiper-button-next,
.cpolist .swiper-button-prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #e93421;
	z-index: 9;
	color: #e93421;
}

.biankuang {
	width: 100%;
	overflow: hidden;
}

.cpolist #btn1,
.cpolist #btn2 {
	border: none;
}
.gsfcvbtsagdv{
	overflow: hidden;
}
.bannersasg{
	margin-top: 90px;
}
.bannersasg .slide-inner>img{
	display: block;
	width: 100%;
}
.bannersasg .slide-inner {
	position: relative;
}
.bannersasg .slide-inner>div{
	position: absolute;
	width: 1500px;
	top: 0;
	left: 50%;
	margin-left: -750px;
	height: 100%;
}
.bannersasg .slide-inner>div img{
	display: block;
}
.wenzi3{
	width: 30%;
	    bottom: 20%;
	    position: absolute;

}
.naiyou3{
	width: 26%;
	position: absolute;
	bottom: 0;
	right: 31%;
}
.renwu3{
	width: 32%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.bannersasg .swiper-slide1  .slide-inner .spawenzi1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannersasg .swiper-slide1  .slide-inner .spawenzi1 img{
	display: block;
	width: 100%;
}
.bannersasg .swiper-slide2 .slide-inner div{
	width: 100%;
	left: 0;
	margin-left: 0;
}
.bannersasg .swiper-slide4 .wenzi4{
	position: absolute;
    top: 30%;
    left: 0;
    width: 45%;
}
.bannersasg .swiper-slide4 .naiyou4{
	 position: absolute;
    top: 50%;
    left: 0;
    width: 30%;
}
.bannersasg .swiper-slide4 .renwu4{
	width: 64%;
    right:0;
    bottom: 0;
    position: absolute;
}
.bannersasg .swiper-slide5 .slide-inner div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannersasg .swiper-slide5 .slide-inner div img{
	display: block;
	max-width: 100%;
}
.hondi2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.wenzi2{
	position: absolute;
	    bottom: 7%;
	left: 50%;
	margin-left: -750px;
	width: 1500px;
	z-index: 2;
}
.spawenzi1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spawenzi1 div{
	width: 100%;
}
.spawenzi1 div h1{
	color: #e93421;
	font-size: 48px;
	text-align: center;
	margin-bottom:5px ;
	font-weight: bold;
}
.spawenzi1 div h2{
	color: #e93421;
	font-size: 26px;
	font-family: "weilai";
}
.spawenzi1 div ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 35px;
}
.spawenzi1 div ul li{
	margin: 0 3%;
}
.spawenzi1 div ul li h3{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.spawenzi1 div ul li h3 span{
	font-size: 48px;
	font-weight: bold;
	color: #e93421;
	font-family: "Quicksand";
}
.spawenzi1 div ul li h3 i{
	font-size: 22px;
	color: #333333;
	font-family: "weilai_Medium";
}
.spawenzi1 div ul li p{
	color: #131313;
	font-size: 18px;
	font-family: "Quicksand";
	text-align: center;
}
.bannersasg .swiper-pagination-bullet{
	border-radius: 50px;
	width: 15px;
	height: 5px;
	background-color: #000;
}
.bannersasg .swiper-pagination-bullet-active{
	background-color: #d93327;
	width: 35px;
}
.spawenzi1 img{
	display: block;
	width: 100%;
}
.bannersasg .slide-inner .spawenzi1 div{
		position: initial;
		height: auto;
	}
#back-to-top{
	position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
	display: flex;
	width: 45px;
	height: 45px;
	background-color: #e72a17;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	z-index: 999;
}	
#back-to-top iconpark-icon{
	color: #fff;
	font-size: 24px;
}












.jianjiesi{
	background-color: #e83521;
	padding-top: 40px;
	padding-bottom: 40px;
}
.jianjiesi #thumbs2{
	width: 1500px;
	margin: 0 auto;
}
.jianjiesi #thumbs2 .swiper-slide h1 img{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.jianjiesi #thumbs2 .swiper-slide h2{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}
.falcheng{
	padding: 90px 0px;
	background: url(../images/fazlc_02.jpg) center no-repeat;
	background-size: cover;
}
.fazlchengbt h1{
	color: #333333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.fazlchengbt p{
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
}
.newjjfa{
	padding: 70px 0px;
	width: 100%;
	background-color: #faf7f5;
}
.newjjfadv{
	width: 1530px;
	margin: 0 auto;
}

.newjjfadv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.newjjfadv ul li{
	width: 480px;
	margin: 15px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.newjjfadv ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newjjfadv ul li:hover img{
	transform: scale(1.05);
}
.newjjfadv ul li div{
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	background-color: rgba(0, 0, 0 ,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s;
}
.newjjfadv ul li:hover div{
	opacity: 1;
}
.newjjfadv ul li div h1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.newjjfadv ul li div p{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.newjjfadv ul li div h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.newjjfadv ul li div h2 span{
	display: block;
	font-size: 14px;
	color: #fff;
}
.newjjfadv ul li div h2  iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin-left: 15px;
	color: #fff;
}
.xinshownav{
	padding: 30px 0px;
}
.xinshownavdv{
	width: 1500px;
	margin: 0 auto;
}
.xinshownavdv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xinshownavdv ul li{
	width: 12%;
}
.xinshownavdv ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #e93421;
	font-size: 56px;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50px;
	transition: all 1s;
}
.xinshownavdv ul li span{
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.xinshownavdv ul li:hover span{
	color: #e93421;
}
.xinshownavdv ul li:hover i{
	background-color: #fef5f4;
}
.xinshownavdv ul li.active  span{
	color: #e93421;
}
.xinshownavdv ul li.active  i{
	background-color: #fef5f4;
}
.xinshownavs{
	padding-top: 45px;
	padding-bottom: 170px;
	background: url(../images/cpbeijing_02.png) center top no-repeat;
	margin-bottom: 25px;
}
.xinshownavs ul{
	display: flex;
	width: 1500px;
	margin: 0 auto;
	justify-content: space-between;
}
.xinshownavs ul li {
	width: 150px;
}
.xinshownavs ul li img{
	display: block;
	margin: 0 auto;

}

.xinshownavs ul li:hover img{
	animation-name: test;
	animation-duration: 1.5s; /* 动画周期为2秒 */
	animation-timing-function: linear; /* 动画速度匀速 */
	animation-iteration-count: 1; /* 动画播放1次 */
}

@keyframes test{
     0%{
    	
		transform: translateY(0px);
  	}
    50%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0px);
	}
}
.xinshownavs ul li h1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 55px;
	line-height: 68px;
	background: transparent;
}
.xinshownavs ul li:hover h1{
	background: url(../images/bangbang_25.png) center  no-repeat;
	color: #fff;
}
.xinshownavs ul li.active h1{
	background: url(../images/bangbang_25.png) center  no-repeat;
	color: #fff;
}
.cpqb{
	padding-top: 0;
	background-size: cover;
}
.cpqbdv{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 60px;
	width: 1380px;
	border-radius: 10px;
	position: relative;
}
.cpqbdvdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 25px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.cpqbdvlistbt{
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.cpqbdvlist ul li{
	width: auto;
	height: auto;
	margin-bottom: 0;
}
.cpqbdvlist ul li a{
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 10px 10px;
	border-radius: 50px;
}
.cpolist #thumbs2{
	width: 1240px;
	    padding: 15px 15px;
}
.xqogng{
	background-color: transparent;
	margin-top: 0;
}
.cpinxqingbt{
	 background-color: #f1f1f1;
	 height: 50px;
	 padding-left: 25px;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 margin-bottom: 20px;
}
.cpinxqingbt i{
	display: block;
	background-color: #e93421;
	width: 4px;
	height: 20px;
	border-radius: 10px;
	margin-right: 15px;
}
.cpinxqingbt h1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.cpinxqingtext{
	padding-bottom: 25px;
}
#btn1, #btn2{
	top: 250px;
	left: 60px;
	border: none;
	background-color: #f9f1ef;
}
#btn2{
	left:auto;
	right: 60px;
}

.shijieji{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 90px;
}
.dashiji{
	position: absolute;
	width: 157px;
	height: 80px;
	background: url(../images/dshjj_03.png) center right no-repeat;
	margin-top: -40px;
	line-height: 80px;
	color: #333333;
	font-size: 24px;
}
.falchengdv{
	width: 100%;
}
.saijgwe {
	width: 85%;
	margin: 0 auto;
	border-top: 1px dashed #474646;
	border-right: 1px dashed #474646;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
	padding-right: 5%;
	height: 300px;
	margin: 0;
	margin-left:  10%;
}
.saijgwe ul{
	display: flex;
	justify-content: space-between;
}
.saijgwe ul li{
	    width: 300px;
	margin-left: 35px;
}
.saijgwe ul li em{
	width: 72px;
	height: 44px;
	display: block;
	background: url(../images/hduaw_03.png) center no-repeat;
	text-align: center;
	line-height: 54px;
	color: #fefefe;
	font-size: 16px;
	margin-top: -28px;
	margin-bottom: 20px;
}
.saijgwe ul li h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 20px;
}
.saijgwe ul li p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.saijgwe ul li p i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #e93421;
    margin-top: 10px;
	margin-right: 7px;
}
.saijgwe ul li p span{
	width: 95%;
	color: #333333;
	font-size: 14px;
	line-height: 27px;
}
.saijgwe2{
	border-top: 1px dashed #474646;
	border-left: 1px dashed #474646;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;
	padding-right: 0%;
	padding-left: 5%;
	margin-left: 0;
}
.saijgwe:last-child{
	border-right: none;
	border-radius: 0px;
}
.saijgwe{
	position: relative;
}
.saijgwe h6{
	position: absolute;
	right: -6.5px;
	top: 50%;
	margin-top: -7.5px;
}
.saijgwe2 h6{
	right: 0;
	left: -7.5px;
}
.bannersasg .swiper-button-next,.bannersasg .swiper-button-prev{
	position: absolute;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 30px;
    opacity: 1;
    top: 50%;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
}
.bannersasg .swiper-button-next:after, .bannersasg .swiper-button-prev:after{
	color: #b3b3b3;
    font-size: 16px;
}
.bannersasg .swiper-button-next:hover ,.bannersasg .swiper-button-prev:hover{
    background-color: #e93421;
}
.bannersasg .swiper-button-next:hover:after, .bannersasg .swiper-button-prev:hover:after{
	color: #fff;
}
.saijgwe23{
	border-left: none;
}
.saijgwe23 ul{
	justify-content: flex-end;
	
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv {
		width: 95%;
	}

	.headdvright ul li {
		margin: 0 6px;
	}

	.xinwlist {
		width: 95%;
	}

	.xinwlist ul li {
		width: 23%;
	}

	.wmdcplist {
		width: 95%;
	}

	.wmfwdv #thumbs2 {
		width: 97%;
		left: 1.5%;
		margin-left: 0;
	}

	.ryzzdvlist {
		width: 95%;
	}

	.zuji {
		width: 95%;
	}

	.shzr {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.jtjjdv {
		width: 95%;
	}

	.qywhua {
		width: 95%;
	}

	.yanfashil {
		width: 95%;
	}

	.silj {
		width: 95%;
	}

	.mbxiedv {
		width: 97%;
	}

	.newsnav .mbxiedv ul {
		flex-wrap: wrap;
	}

	.mbxiedv ul li {
		width: 24%;
	}

	.mbxiedv ul li span {
		font-size: 17px;
	}

	.mbxiedv ul li i {
		margin-right: 5px;
	}

	.cpqbdv {
		width: 95%;
	}

	.zbiaodv {
		width: 95%;
	}

	.xqogngright {
		width: 55%;
	}

	.xqogngleft {
		width: 40%;
	}

	.xqogngright section {
		margin-top: 35px;
	}

	.xzs {
		width: 95%;
	}

	.xzsdv {
		width: 100%;
	}

	.spinjesbt {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	#thumbs123 {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.thumbs12334 .swiper-wrapper .swiper-slide {
		width: 200px;
	}

	.mbxiedv ul li {
		width: calc(24% - 2px);
	}

	.jjfalist {
		width: 97%;
	}

	.jjfaxq {
		width: 95%;
	}

	.fanganxiangq {
		width: 95%;
	}

	.fanganxiangqbt {
		width: calc(100% - 40px);
	}

	.kaslist {
		width: 95%;
	}

	.lx {
		width: 70%;
	}

	.kaslist ul li .lx h1 {
		font-size: 24px;
	}

	.lx .lxifashi {
		width: 100%;
	}

	.ksongdv {
		width: 95%;
	}

	.quxy {
		width: 95%;
	}

	.quxydvlist ul li {
		width: calc(100% - 120px);
	}

	.osaiywfwright {
		width: 25%;
	}

	.osaiywfw {
		width: 95%;
	}

	.newslist {
		width: 95%;
	}

	.newslistleft {
		width: 71%;
	}

	.ybalist {
		width: 95%;
	}

	.ybalist ul li {
		padding: 3%;
	}

	.zhaoxns {
		width: 95%;
	}

	#btn1,
	#btn2 {
		left: 0;
		z-index: 3;
	}

	#btn2 {
		left: auto;
		right: 0px;
	}

	.zyfazdv {
		width: 95%;
	}

	.gsflidv {
		width: 95%;
	}

	.gsflidv ul li {
		width: 13%;
		padding: 3%;
	}

	.gsfcvbtsag {
		width: 95%;
	}

	.zpliclist {
		width: 95%;
	}

	.fzlchengdv {
		width: 95%;
	}
	.bannersasg .slide-inner div{
		position: absolute;
		width: 95%;
		top: 0;
		left: 2.5%;
		margin-left: 0;
		height: 100%;
	}
	.wenzi2{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.wenzi3{
		width: 30%;
	    bottom: 15%;
	    position: absolute;
	}
	.spawenzi1 div h1{
		font-size: 42px;
	}
	.spawenzi1 div ul {
	    display: flex;
	    justify-content: center;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.bannersasg .slide-inner .spawenzi1 div{
		position: initial;
		height: auto;
	}
	.spawenzi1 div ul li h3 span{
		font-size: 46px;
	}


	.shijieji{
		width: 95%;

	}
	.saijgwe{
		height: auto;
		padding-bottom: 50px;
		border-bottom: 1px dashed #474646;
		width: 82%;
		margin-left: 13%;
	}
	.saijgwe2{
		border-top: none;
		margin-left: 0%;
	}
	.saijgwe2{
		padding-left: 4%;
		
	}
	.saijgwe:last-child{
		border-bottom: none;
	}
	.jianjiesi #thumbs2{
		width: 95%;
	}
	.saijgwe3{
		border-top: none;
	}



	.xinshownavs ul{
		width: 95%;
	}
	.cpqbdv{
		        width: 85%;
		padding: 10px 5%;
	}
	.cpqbdvlist ul li{
		margin-right: 10px;
	}
	.cpolist #thumbs2{
		width: 96%;
	}
	#btn1, #btn2{
		left: 15px;
	}
	#btn2{
		left: auto;
        right: 15px;
	}
	.xqogng{
		padding: 0;
		margin: 20px 0px;
	}
	.cpqbdvlist{
		width: 83%;
	}
	.xinshownavdv{
		width: 95%;
	}
	.newjjfadv{
		width: 97%;
	}
	.newjjfadv ul li{
		width: 31.333%;
		margin: 1%;
	}
	.xinshownavdv ul li span{
		font-size: 13px;
	}
	.wmfwdv #thumbs2 .swiper-slide p{
		font-size: 14px;
	}
	.mbxiedv ul li span{
		font-size: 14px;
		width: 78%;
	}
	.kaslist ul li .lx h1{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.lx .lxifashi section h2{
		font-size: 16px;
	}
	.lx .lxifashi section p{
		font-size: 13px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdv {
		width: 95%;
	}

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

	.headdvright ul li a {
		padding: 0 7px;
		font-size: 16px;
	}

	.ss iconpark-icon {
		margin-right: 10px;
	}

	.wmdcplist #thumbs {
		width: 100%;
	}

	.headdvleft img {
		height: 55px;
	}

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

	.xinwlist {
		width: 95%;
	}

	.xinwlist ul li {
		width: 23%;
	}

	.wmdcplist {
		width: 95%;
	}

	.wmfwdv #thumbs2 {
		width: 97%;
		left: 1.5%;
		margin-left: 0;
	}

	.ryzzdvlist {
		width: 95%;
	}

	.zuji {
		width: 95%;
	}

	.shzr {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.jtjjdv {
		width: 95%;
	}

	.qywhua {
		width: 95%;
	}

	.yanfashil {
		width: 95%;
	}

	.silj {
		width: 95%;
	}

	.mbxiedv {
		width: 97%;
	}

	.newsnav .mbxiedv ul {
		flex-wrap: wrap;
	}

	.mbxiedv ul li {
		width: 24%;
	}

	.mbxiedv ul li span {
		font-size: 17px;
	}

	.mbxiedv ul li i {
		margin-right: 5px;
	}

	.cpqbdv {
		width: 95%;
	}

	.zbiaodv {
		width: 95%;
	}

	.xqogngright {
		width: 55%;
	}

	.xqogngleft {
		width: 40%;
	}

	.xqogngright section {
		margin-top: 35px;
	}

	.xzs {
		width: 95%;
	}

	.xzsdv {
		width: 100%;
	}

	.spinjesbt {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	#thumbs123 {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.thumbs12334 .swiper-wrapper .swiper-slide {
		width: 200px;
	}

	.mbxiedv ul li {
		width: calc(24% - 2px);
	}

	.jjfalist {
		width: 97%;
	}

	.jjfaxq {
		width: 95%;
	}

	.fanganxiangq {
		width: 95%;
	}

	.fanganxiangqbt {
		width: calc(100% - 40px);
	}

	.kaslist {
		width: 95%;
	}

	.lx {
		width: 70%;
	}

	.kaslist ul li .lx h1 {
		font-size: 24px;
	}

	.lx .lxifashi {
		width: 100%;
	}

	.ksongdv {
		width: 95%;
	}

	.quxy {
		width: 95%;
	}

	.quxydvlist ul li {
		width: calc(100% - 120px);
	}

	.osaiywfwright {
		width: 25%;
	}

	.osaiywfw {
		width: 95%;
	}

	.newslist {
		width: 95%;
	}

	.newslistleft {
		width: 71%;
	}

	.ybalist {
		width: 95%;
	}

	.ybalist ul li {
		padding: 3%;
	}

	.zhaoxns {
		width: 95%;
	}

	#btn1,
	#btn2 {
		left: 0;
		z-index: 3;
	}

	#btn2 {
		left: auto;
		right: 0px;
	}

	.zyfazdv {
		width: 95%;
	}

	.gsflidv {
		width: 95%;
	}

	.gsflidv ul li {
		width: 13%;
		padding: 3%;
	}

	.gsfcvbtsag {
		width: 95%;
	}

	.zpliclist {
		width: 95%;
	}

	.wmfwdv #thumbs2 .swiper-slide h1 {
		width: 80px;
		height: 80px;
	}

	.wmfwdv #thumbs2 .swiper-slide h1 i {
		width: 80px;
		height: 80px;
	}

	.wmfwdv #thumbs2 .swiper-slide h1::after {
		width: 94px;
		height: 94px;
		top: -7px;
		left: -7px;
	}

	.wmfwdv #thumbs2 {
		padding: 7px 0;
	}

	#gallery123 .swiper-slide div p {
		width: 80%;
	}

	.jjfaxqright section p span {
		font-size: 20px;
	}

	.jjfaxqright {
		width: 52%;
	}

	.kaslist ul li {
		width: 43%;
		padding: 3%;
	}

	.quxydvlistleft dl dd {
		width: auto;
	}

	.hzuoali ul li h2 {
		height: 50px;
	}

	.newslistleft {
		width: 65%;
	}

	.ybalist ul li {
		margin-bottom: 25px;
	}

	.zhaoxnslists .swiper-slide .rdv h1 {
		font-size: 17px;
	}

	#btn1,
	#btn2 {
		top: 40%;
	}

	.zhaoxnslists .swiper-slide section {
		margin-top: 0;
		background-color: #e83422;
		padding-top: 25px;
	}

	.zhaoxnslists .swiper-slide section h1 {
		font-size: 17px;
	}

	.gsflidv ul li {
		background-size: cover;
	}

	.gsflidv ul li h1 {
		margin-top: 30px;
	}

	.gsflidv ul li img {
		width: 40px;
	}

	.gsflidv ul li p {
		height: 220px;
	}

	.zpliclist ul li {
		padding: 50px;
		width: calc(49% - 100px);
	}

	.fzlchengdv {
		width: 95%;
	}

	.kdlistal h1 {
		font-size: 36px;
	}
	.bannersasg .slide-inner div{
		position: absolute;
		width: 95%;
		top: 0;
		left: 2.5%;
		margin-left: 0;
		height: 100%;
	}
	.wenzi3{
		width: 30%;
	    bottom: 15%;
	    position: absolute;
	}
	.wenzi2{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.spawenzi1 div h1{
		font-size: 42px;
	}
	.spawenzi1 div ul {
	    display: flex;
	    justify-content: center;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.bannersasg .slide-inner .spawenzi1 div{
		position: initial;
		height: auto;
	}
	.spawenzi1 div ul li h3 span{
		font-size: 46px;
	}
	.shijieji{
		width: 95%;

	}
	.saijgwe{
		height: auto;
		padding-bottom: 50px;
		border-bottom: 1px dashed #474646;
		width: 82%;
		margin-left: 13%;
	}
	.saijgwe2{
		border-top: none;
		margin-left: 0%;
	}
	.saijgwe2{
		padding-left: 4%;
		
	}
	.saijgwe:last-child{
		border-bottom: none;
	}
	.jianjiesi #thumbs2{
		width: 95%;
	}
	.saijgwe3{
		border-top: none;
	}
	.saijgwe ul li{
		margin-left: 15px;
	}
	.saijgwe2 ul li{
		margin-left: 35px;
	}
	.xinshownavs ul{
		width: 95%;
	}
	.cpqbdv{
		        width: 85%;
		padding: 10px 5%;
	}
	.cpqbdvlist ul li{
		margin-right: 10px;
	}
	.cpolist #thumbs2{
		width: 96%;
	}
	#btn1, #btn2{
		left: 15px;
	}
	#btn2{
		left: auto;
        right: 15px;
	}
	.xqogng{
		padding: 0;
		margin: 20px 0px;
	}
	.cpqbdvlist{
		width: 83%;
	}
	.cpqbdvlistbt{
		font-size: 22px;
	}
	#btn1, #btn2{
		top: 210px;
	}
	.xqogngright section p span{
		font-size: 18px;
	}
	.xqogngright section a{
		width: 170px;
	}


	.xinshownavdv{
		width: 95%;
	}
	.newjjfadv{
		width: 97%;
	}
	.newjjfadv ul li{
		width: 31.333%;
		margin: 1%;
	}
	.xinshownavdv ul li span{
		font-size: 15px;
	}
	.spawenzi1 div h1{
		font-size: 28px;
	}
	.spawenzi1 div ul li h3 span{
		font-size: 30px;
	}
	.spawenzi1 div ul li h3 i{
		font-size: 14px;
	}
	.spawenzi1 div ul li p{
		font-size: 14px;
	}
	.qywhuadvleft div{
		padding: 5%;
	}
	.qywhuadvright ul li div{
		padding: 4%;
	}
	.kaslist ul li .lx h1{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.lx .lxifashi section h2{
		font-size: 15px;
	}
	.lx{
		width: 80%;
	}
}

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

	.heads {
		display: none;
	}

	.xinwen {
		padding: 30px 0px;
	}

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

	.sybt p {
		font-size: 12px;
		margin-top: 5px;
	}

	.xinwlist {
		width: 95%;
		margin-top: 25px;
	}

	.xinwlist ul {
		flex-wrap: wrap;
	}

	.xinwlist ul li {
		width: 49%;
		margin-bottom: 1%;
	}

	.xinwlist ul li section {
		padding: 5%;
		width: 90%;
	}

	.xinwlist ul li h1 {
		font-size: 14px;
        line-height: 25px;
        height: 50px;
	}
	.xinwlist ul li h2{
		margin: 5px 0px;
	}
	.xinwlist ul li p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.wmdcp {
		padding: 30px 0px;
	}

	.wmdcplist {
		width: 95%;
		margin-top: 25px;
	}

	.wmdcplist #thumbs {
		width: 100%;
	}

	.wmdcplist #thumbs .swiper-wrapper {
		flex-wrap: wrap;
	}

	.wmdcplist #thumbs .swiper-slide {
		width: 31.33% !important;
		margin: 1% !important;
	}

	.wmdcplist #thumbs .swiper-slide h1 {
		font-size: 14px;
	}

	.wmdcplist #thumbs {
		margin-bottom: 20px;
	}

	.ryzz {
		padding: 30px 0px;
	}

	.ryzzdvlist {
		width: 95%;
		margin-top: 25px;
	}

	.ryzzdvlist h1 {
		margin-top: 15px;
		font-size: 14px;
	}

	.ryzzdvlistfy {
		margin-top: 10px;
	}

	.ryzzdvlistfy div {
		margin: 0 15px;
		height: 35px;
		width: 35px;
	}

	.ryzzdvlistfy .swiper-button-next:after,
	.ryzzdvlistfy .swiper-button-prev:after {
		font-size: 14px;
	}

	.wmzj {
		padding: 30px 0px;
	}

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

	.zuji {
		display: block;
	}

	.zujileft {
		width: 100%;
	}

	.zujitop {
		padding: 5%;
	}

	.zujitop h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.zujitop p {
		font-size: 12px;
		    margin: 5px 0px;
	}

	.zujitop p i {
		font-size: 14px;
	}

	.zujidown {
		padding: 5%;
		margin-top: 15px;
	}

	.zujidown h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.zujidown ul li {
		font-size: 12px;
		margin: 5px 0;
	}

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

	.zujiright {
		width: 100%;
	}

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

	.wmhb {
		padding: 30px 0px;
	}

	.picScroll {
		margin-top: 30px;
	}

	.picScroll ul li {
		width: 25%;
	}

	.picScroll1 ul li {
		width: 25%;
	}

	.picScroll2 ul li {
		width: 25%;
	}

	.wmfwdv .wmfwbt h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.wmfwdv .wmfwbt p {
		font-size: 14px;
	}

	.wmfwdv #gallery2 img {
		width: 350%;
		margin-left: -125%;
	}

	.wmfwdv #gallery2 .swiper-slide {
		overflow: hidden;
	}

	.wmfwdv #thumbs2 {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
		z-index: 3;
	}

	.wmfwdv #thumbs2 .swiper-slide h1 i {
		width: 40px;
		height: 40px;
	}

	.wmfwdv #thumbs2 .swiper-slide h1::after {
		width: 40px;
		height: 40px;
		top: 5px;
    	left: 5px;
	}

	.wmfwdv #thumbs2 .swiper-slide h1 {
		width: 50px;
		height: 50px;
	}

	.wmfwdv #thumbs2 .swiper-wrapper {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
	}

	.wmfwdv #thumbs2 .swiper-slide {
		width: 46% !important;
	}

	.wmfwdv #thumbs2 .swiper-slide h1 i {
		font-size: 24px;
	}

	.wmfwdv #thumbs2 .swiper-slide p {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
	}

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

	.shzrlist ul {
		margin-top: 25px;
		flex-wrap: wrap;
	}

	.shzrlist ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.mobile-inner-nav{
		z-index: 99;
	}
	.shzrlist ul li section {
		margin: 10px 0px;
		margin-bottom: 0;
	}
	#back-to-top{
		bottom: 10%;
	}
	.shzrlist ul li section h1 {
		height: 20px;
		line-height: 20px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.shzrlist ul li section p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	.foot {
		display: none;
	}

	.jtjj {
		padding: 30px 0px;
	}

	.jtjjdv {
		width: 95%;
		display: block;
		margin-top: 20px;
	}

	.jtjjdvall {
		display: block;
	}

	.jtjjdvallleft {
		width: 100%;
	}

	.jtjjdvallleft h1 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.jtjjdvallleft p {
		font-size: 12px;
		margin-bottom: 20px;
		line-height: 25px;
	}

	.jtjjdvallright {
		width: 100%;
		margin-top: 25px;
	}

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

	.jtjjdv #thumbs2 .swiper-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.jtjjdv #thumbs2 .swiper-slide {
		width: 48% !important;
		margin: 1% !important;
	}

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

	.qywhuadv {
		margin-top: 20px;
		display: block;
	}

	.qywhuadv .qywhuadvleft {
		width: 100%;
	}

	.qywhuadvleft div {
		padding: 5%;
	}

	.qywhuadvleft div h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

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

	.qywhuadvright {
		width: 100%;
	}

	.qywhuadvright ul li {
		margin-top: 15px;
	}

	.qywhuadvright ul li div {
		padding: 5%;
		width: 90%;
	}

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

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

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

	.yanfashilbt h1 {
		font-size: 20px;
        font-weight: bold;
		margin-bottom: 10px;
	}
	.yanfashilbt p i{
		font-size: 15px;
	}
	.yanfashilbt p {
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}

	.yfsllist {
		margin-top: 25px;
	}

	.yfsllist ul li {
		width: 49%;
	}

	.yfsllist ul li h1 {
		font-size: 12px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
	}

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

	.siljimg {
		margin-top: 20px;
	}

	.bannerheight {
		display: none;
	}

	.zbiaodv {
		width: 95%;
	}

	.mbxie {
		padding: 20px 0px;
	}

	.mbxiedv ul {
		flex-wrap: wrap;
	}

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

	.mbxiedv {
		width: 100%;
	}

	.mbxiedv ul li a {
		height: 45px;
	}

	.mbxiedv ul li span {
		font-size: 17px;
	}

	.cpqb {
		padding: 30px 0px;
	}

	.cpqbdv {
		width: 95%;
	}

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

	.cpqbdvlist ul li {
		width: 48%;
		margin: 0;
	}

	.cpqbdvlist ul li a {
		font-size: 16px;
		line-height: 40px;
	}

	.cpolist #thumbs2 .swiper-slide h1 {
		font-size: 14px;
	}

	.xqogng {
		display: block;
		padding: 5%;
		width: 90%;
	}

	.cpqb {
		background-size: cover;
	}

	.xqogngleft {
		width: 100%;
	}

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

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

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

	.xqogngright h2 {
		font-size: 17px;
		margin: 10px auto;
		margin-bottom: 15px;
	}

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

	.xqogngright section {
		margin-top: 20px;
		display: block;
	}

	.xqogngright section a {
		margin: 0 auto;
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.xqogngright section div iconpark-icon {
		width: 40px;
		height: 40px;
	}

	.xqogngright section p span {
		font-size: 22px;
	}
	.cpinxqingbt h1{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.xqogngright section div {
		align-items: center;
		justify-content: center;
	}

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

	.xzsbt h1 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.xzsbt p {
		font-size: 14px;
	}

	.xzsbt {
		margin-bottom: 20px;
	}

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

	.xzsdvleft {
		width: 100%;
	}

	.xzsdvleft p {
		font-size: 12px;
		margin-bottom: 15px;
		line-height: 25px;
	}

	.xzsdvright {
		width: 100%;
	}

	.spinjesbt {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.spinjesbt h1 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.spinjesbt p {
		font-size: 14px;
	}

	.spinjesbt {
		top: 5%;
	}

	#gallery123 .swiper-slide {
		overflow: hidden;
	}

	#gallery123 .swiper-slide img {
		display: block;
		width: 200%;
		margin-left: -50%;
	}

	#gallery123 .swiper-slide div p {
		width: 95%;
		line-height: 25px;
		font-size: 12px;
	}

	#thumbs123 {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.thumbs12334 .swiper-wrapper .swiper-slide {
		width: 48% !important;
		margin: 1%;
	}

	#thumbs123 .swiper-slide h1 span {
		font-size: 14px;
	}

	#thumbs123 .swiper-slide h1 i {
		margin-right: 10px;
	}

	#thumbs123 .swiper-slide h1 {
		height: 35px;
		font-size: 13px;
	}

	#gallery123 .swiper-slide img {
		width: 280%;
		margin-left: -90%;
	}

	#gallery123 .swiper-slide div p {
		margin-top: -40%;
	}
	.xzsdvleft p i{
		font-size: 14px;
	}
	.beiyijia .swiper-slide img {
		width: 200% !important;
		margin-left: -50% !important;
	}

	.beiyijia .swiper-slide div p {
		margin-top: -10% !important;
	}

	.songzhixin .swiper-slide img {
		width: 315% !important;
		margin-left: -150% !important;
	}

	.songzhixin .swiper-slide div p {
		margin-top: -45% !important;
	}

	.spinjes #thumbs123 .swiper-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.spinjes #thumbs123 .swiper-wrapper .swiper-slide {
		width: 48% !important;
		margin: 1% !important;
	}

	.wmhbsz {
		margin: 20px auto;
	}

	.wmhbsz ul {
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.wmhbsz ul li {
		margin: 0 10px;
		display: block;
	}

	.wmhbsz ul li h1 span {
		font-size: 26px;
	}

	.wmhbsz ul li h1 i {
		font-size: 14px;
	}

	.wmhbsz ul li p {
		margin-left: 0;
		font-size: 14px;
	}

	.mbxiedv ul li {
		width: calc(48% - 2px);
	}

	.mbxiedv ul li i {
		font-size: 22px;
		margin-right: 5px;
	}

	.mbxiedv ul li span {
		font-size: 15px;
	}

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

	.jjfalistdv ul li {
		width: 48%;
	}

	.jjfalistdv ul li h1 {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}

	.jjfaxq {
		width: 95%;
		margin: 30px auto;
		display: block;
	}

	.jjfaxqleft {
		width: 100%;
	}

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

	.jjfaxqright h3 {
		font-weight: bold;
		font-size: 18px;
	}

	.yycpall {
		display: block;
	}

	.yycpallist {
		width: 100%;
	}

	.jjfaxqright h3 {
		margin-bottom: 10px;
	}

	.yycpall span {
		display: block;
		margin-bottom: 10px;
	}

	.jjfaxqright section {
		margin-top: 15px;
	}

	.jjfaxqright section {
		margin-top: 20px;
		display: block;
	}

	.jjfaxqright section a {
		margin: 0 auto;
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.jjfaxqright section div iconpark-icon {
		width: 40px;
		height: 40px;
	}

	.jjfaxqright section p span {
		font-size: 22px;
	}

	.jjfaxqright section div {
		align-items: center;
		justify-content: center;
	}

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

	.fanganxiangqbt span {
		font-weight: bold;
	}

	.fanganxiangqbt {
		height: 50px;
		width: calc(100% - 40px);
	}

	.fanganxiangqwz {
		margin-top: 15px;
		padding: 15px 0px;
		margin-bottom: 25px;
	}

	.ksong {
		padding: 30px 0px;
	}

	.ksongdv {
		width: 95%;
	}

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

	.ksongdv ul {
		flex-wrap: wrap;
	}

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

	.ksongdv ul li iconpark-icon {
		margin-bottom: 15px;
	}

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

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

	.kaslist {
		margin-top: 0;
		width: 95%;
	}

	.kaslist ul li {
		padding: 5%;
		width: 90%;
		display: block;
		margin-bottom: 15px;
	}

	.kaslist ul li .lx h1 {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}

	.lx .lxifashi {
		display: block;
		width: 100%;
	}
	.lxewm h2{
		font-size: 12px;
	}
	.lx .lxifashi section h2 {
		font-size: 15px;
		line-height: 45px;
	}

	.lx .lxifashi section {
		width: 100%;
	}
	.lx .lxifashi section p{
		font-size: 12px;
	}
	.kaslist {
		margin-bottom: 30px;
	}

	.zpi ul li {
		width: calc(30% - 2px);
	}

	.zpi ul li span {
		font-size: 14px;
	}

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

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

	.quxydvlistleft h1 {
		font-size: 16px;
		font-weight: bold;
	}

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

	.quxydvlistleft dl dd {
		width: 100%;
		margin-bottom: 10px;
	}
	.quxydvlistleft dl dd span{
		font-size: 12px;
	}
	.quxydvlistleft dl dd {
		font-size: 12px;
	}

	.quxydvlistleft {
		width: 70%;
	}

	.quxydvlistright {
		font-size: 18px;
	}

	.quxydvlist ul li {
		margin-bottom: 15px;
	}

	.osaiywfw {
		width: 95%;
	}

	.osaiywfw {
		margin: 30px auto;
		display: block;
	}

	.osaiywfwleft {
		width: 100%;
		margin-bottom: 20px;
	}

	.osaiywfwbt h1 {
		        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
	}

	.osaiywfwwz {
		margin-bottom: 20px;
	}

	.osaiywfwright {
		width: 100%;
	}

	.osaiywfwright form {
		margin-bottom: 10px;
	}

	.hzuoali h1 {
		height: 40px;
		line-height: 40px;
	}

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

	.newslist ul li a {
		display: flex;
		flex-direction: column-reverse;
	}

	.newslistright {
		width: 100%;
	}

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

	.newslistleft {
		width: 100%;
		margin-top: 10px;
	}

	.newslist ul li a .newslistleft h1 {
		font-size: 14px;
	}

	.newslist ul li a .newslistleft h2 {
		margin: 5px auto;
		font-size: 12px;
		color: #939393;
	}

	.newslist ul li a .newslistleft h2 iconpark-icon {
		font-size: 16px;
	}

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

	.newslist ul li {
		padding-bottom: 15px;
		margin-top: 15px;
	}

	.newslist {
		margin-bottom: 30px;
	}

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

	.ybal {
		padding: 25px 0px;
	}

	.ybalist ul li {
		padding: 5%;
	}

	.ybalist ul li h1 {
		font-size: 18px;
		font-weight: bold;
	}

	.ybalist ul li p {
		line-height: 27px;
		font-size: 14px;
	}

	.ybalist ul li h2 {
		margin-top: 10px;
	}

	.ybalist ul li dl {
		margin-top: 15px;
		flex-wrap: wrap;
	}

	.ybalist ul li dl dd {
		width: 48%;
		margin: 1%;
	}

	.ybalist ul li dl dd img {
		display: block;
	}

	.ybalist ul li {
		margin-bottom: 15px;
	}

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

	.zhaoxnsbt {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.zhaoxnslists .swiper-slide .rdv h1 {
		font-size: 17px;
	}

	#btn1,
	#btn2 {
		top: 40%;
	}

	.zhaoxnslists .swiper-slide section {
		margin-top: 0;
		background-color: #e83422;
		padding-top: 25px;
	}

	.zhaoxnslists .swiper-slide section h1 {
		font-size: 17px;
	}

	#btn1,
	#btn2 {
		top: 40%;
	}

	#btn1,
	#btn2 {
		left: 0;
		z-index: 3;
	}

	#btn2 {
		left: auto;
		right: 0px;
	}

	.zyfazdv {
		width: 95%;
	}

	.zhaoxnslists .swiper-slide .rdv h1 {
		bottom: 5%;
	}

	.zyfaz {
		padding: 30px 0px;
	}

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

	.zyfazbt p {
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}
	.zyfazlistleft #thumbs444 .swiper-slide h1{
		font-size: 15px;
	}
	.zyfazlist {
		display: block;
	}

	.zyfazlistleft {
		width: 100%;
		margin-bottom: 15px;
	}

	.zyfazlistright {
		width: 100%;
	}

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

	.gsfli {
		padding: 50px 0;
	}

	.gsflibt {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.gsflidv {
		width: 95%;
	}

	.gsflidv ul {
		flex-wrap: wrap;
	}

	.gsflidv ul li {
		width: 48%;
	}

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

	.gsflidv ul li img {
		width: 40px;
	}

	.gsflidv ul li h1 {
		margin-top: 15px;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.gsflidv ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.gsflidv ul li:last-child {
		width: 92%;
		background-size: cover;
	}

	.gsflidv ul li p {
		height: auto;
		border-bottom: 0;
	}

	.gzhjn {
		padding: 30px 0px;
	}

	.gzhjnbt {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 25px;
	}
	.gsfcvbtsagleft h1{
		font-size: 12px;
	}
	.gsfcvbtright span {
		margin: 0 10px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}

	.gsfcvbtsag {
		width: 95%;
	}

	.gsfcvbtsagdv {
		display: block;
	}

	.gsfcvbtsagleft {
		width: 100%;
	}

	.gsfcvbtsagright {
		margin-top: 2%;
		width: 100%;
	}

	.zplic {
		padding: 30px 0px;
	}

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

	.zpliclist ul {
		display: block;
	}

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

	.zpliclist ul li div h1 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 30px;
	}

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

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

	.neittadv {
		width: 90%;
	}

	.neitta h1 {
		font-size: 16px;
		font-weight: bold;
	}

	.neittadvright h2,
	.neittadvleft h2 {
		font-size: 14px;
		font-weight: bold;
	}

	.neitta i {
		width: 270px;
	}

	.neittadvleft p,
	.neittadvright p {
		font-size: 12px;
		line-height: 30px;
	}

	.neitta {
		padding: 30px 0px;
	}

	.gsfli {
		padding: 35px 0px;
	}

	.zpliclist ul li img {
		width: 100px;
		display: block;
	}

	.cpqbdvlist ul li a {
		height: 35px;
		font-size: 13px;
	}

	.cpqbdvlist ul li {
		width: 49%;
		margin-bottom: 1.5%;
	}

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

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

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

	.fzlcheng {
		padding: 30px 0;
	}

	.fzlchengbt h1 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.fzlchengbt p {
		font-size: 14px;
	}

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

	.kd {
		display: none;
	}

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

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

	.kdlistal {
		margin-top: 0;
	}

	.jtjjdv #thumbs2 .swiper-slide h1 {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.bannersasg{
		margin-top: 0;
	}
	.bannersasg img {
		display: none;
	}

	.bannersasg {
		height: 200px !important;
	}

	.shijieji{
		width: 95%;

	}
	.saijgwe{
		height: auto;
		padding-bottom: 50px;
		border-bottom: 1px dashed #474646;
		width: 82%;
		margin-left: 13%;
	}
	.saijgwe2{
		border-top: none;
		margin-left: 0%;
	}
	.saijgwe2{
		padding-left: 4%;
		
	}
	.saijgwe:last-child{
		border-bottom: none;
	}
	.jianjiesi #thumbs2{
		width: 95%;
	}
	.saijgwe3{
		border-top: none;
	}
	.saijgwe ul li{
		margin-left: 15px;
	}
	.saijgwe2 ul li{
		margin-left: 35px;
	}
	.jianjiesi{
		padding: 20px 0px;
	}
	.jianjiesi .swiper-wrapper{
		flex-wrap: wrap;
	}
	.jianjiesi .swiper-slide{
		width: 48% !important;
		margin: 1% !important;
		margin-right: 0 !important;
	}
	.jianjiesi #thumbs2 .swiper-slide h2{
		font-size: 12px;
	}
	.jianjiesi #thumbs2 .swiper-slide h1 img{
		width: 50%;
	}
	.falcheng{
		padding: 30px 0px;
	}
	.fazlchengbt h1{
		font-size: 20px;
        font-weight: bold;
		margin-bottom: 5px;
	}
	.fazlchengbt p{
		font-size: 14px;
	}
	.dashiji{
		display: none;
	}
	.saijgwe{
		width: 100%;
		margin-left: 0;
	}
	.shijieji{
		margin-top: 20px;
	}
	.saijgwe {
		border: none !important;
	}
	.saijgwe ul{
		flex-wrap: wrap;
	}
	.saijgwe ul li{
		margin-left: 0;
		width: 48%;
		margin: 1%;
	}
	.saijgwe ul li em{
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.saijgwe ul li h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.saijgwe2 ul{
		flex-flow: wrap-reverse;
		        flex-direction: row-reverse;
	}
	.saijgwe2{
		padding: 0;
	}
	.saijgwe{
		padding-bottom: 15px;
	}
	.saijgwe ul li h1{
		display: none;
	}
	.saijgwe{
		padding: 0%;
	}
	.saijgwe ul li p span{
		font-size: 12px;
	}
	
	.xinshownavs{
		padding: 30px 0px;
	}
	.xinshownavs ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.xinshownavs ul li {
		width: 48%;
		margin: 1%;
	}
	.xinshownavs ul li{
		width: 31.33%;
	}
	.xinshownavs ul li h1{
		font-size: 14px;    line-height: 61px;
	}

	.cpqbdv{
		padding: 5%;
		width: 90%;
	}
	.cpqbdvlistbt{
		display: none;
	}
	.cpqbdvdv{
		display: block;
	}
	.cpqbdvlist{
		width: 100%;
	}
	.cpqbdvdv{
		padding-top: 0;
		height: auto;
	}
	.cpqbdvlist ul li a{
		height: 35px;
		padding: 0;
		line-height: 35px;
	}
	.cpolist #thumbs2{
		width: 100%;
		padding: 0;
		margin: 15px 0px;
	}
	.xqogng{
		padding: 0;
		width: 100%;
	}
	#btn1, #btn2{
		top: 300px;
	}
	.cpinxqingbt{
		margin-top: 15px;
	}
	.cpinxqingtext img{
		max-width: 100%;
	}

	.xinshownavdv{
		width: 95%;
	}
	.newjjfadv{
		width: 97%;
	}
	.newjjfadv ul li{
		width: 48%;
		margin: 1%;
	}
	.xinshownavdv ul li span{
		font-size: 17px;
	}
	.xinshownavdv ul li i{
		width: auto;
    	height: auto;
    	width: 35px;
    	height: 35px;
    	font-size: 28px;
	}
	.xinshownavdv ul li span{
		font-size: 13px;
		margin-top: 5px;
		line-height: 20px;
	}
	.xinshownavdv ul li{
		width: 22%;
		margin-bottom: 15px;
	}
	.newjjfa{
		padding: 30px 0;
	}
	.pagination li a{
    	padding: 5px 10px;
	}
	.newjjfadv ul li div{
		position: initial;
		width: 100%;
		height: auto;
		padding: 0;
		background-color: #fff;
		opacity: 1;
	}
	.newjjfadv ul li div h1{
		color: #333;
	}
	.newjjfadv ul li div p,.newjjfadv ul li div h2{
		display: none;
	}
	.newjjfadv ul li div h1{
		line-height: 45px;
		font-size: 13px;
		font-weight: normal;
	}
	.xinshownavs{
		margin-bottom: 0;
	}
	.xinshownavs{
		margin-top: -30px;
		padding: 0;
	}
	.xqogngright ul li{
		height: auto;
		line-height: 35px;
	}
	.xqogngright ul li dl{
		width: 80%;
	}
	.saijgwe h6{
		position: absolute;
		right: -6.5px;
		top: 50%;
		display: none;
		margin-top: -7.5px;
	}
	.saijgwe2 h6{
		right: 0;
		left: -7.5px;
		display: none;
	}
	.xqogngright section section{
		width: 100%;
		margin: 0;
	}
	.xqogngright section section img{
		display: block;
		margin: 0 auto;
		width: 120px;
	}

	.bannersasg .slide-inner>div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.spawenzi1 div h1{
		font-size: 20PX;
	}
	.spawenzi1 div h2{
		font-size: 12px;
	}
	.spawenzi1 div ul li h3 span{
		font-size: 16px;
	}
	.spawenzi1 div ul li h3 i{
		font-size: 13px;
	}
	.spawenzi1 div ul li p{
		font-size: 12px;
	}
	.spawenzi1 div ul{
		margin: 10px 0px;
		flex-wrap: wrap;
	}
	.spawenzi1 div ul li{
		width: auto;
		margin: 0 1.5%;
	}
	.bannersasg .swiper-button-next, .bannersasg .swiper-button-prev{
		margin: 0;	
		width: 35px;
		height: 35px;
	}
	.bannersasg .swiper-button-next:after, .bannersasg .swiper-button-prev:after{
		font-size: 13px;
	}
	.wenzi2{
		margin-left: 0;
	}
	.bannersasg .wenzi2{
		width: 95%;
		margin: 0 auto;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .hondi2{
		height: 100%;
	}
	.bannersasg .slide-inner>img{
		height: 100%;
	}
	.wmdcplist #thumbs .swiper-slide h1{
		font-size: 12px;
		line-height: 35px;
		height: 35px;
	}
	.wmfw{
		position: relative;
	}
	.wmfw::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .35);
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.wmfwdv .wmfwbt{
		z-index: 3;
		top: 5%;
	}
	.ryzzdvlist h1{
		font-size: 12px;
		line-height: 20px;
	}
	.xinshownavs ul li.active h1{
		background-size: contain;
	}
	.xinshownavs ul li:hover h1{
		    background: url(../images/bangbang_25.png) center no-repeat;
		background-size: contain;
	}
	.xinshownavs ul li img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	#btn1, #btn2{
		width: 35px;
		height: 35px;
	}
	#btn1 iconpark-icon, #btn2 iconpark-icon{
		font-size: 20px;
	}
	.xinshownavs ul{
		padding-top: 20px;
	}
	.zyfazlistleft #thumbs444 .swiper-slide-thumb-active h1 {
	    background-color: #e93421;
	    color: #fff;
	    font-size: 15px;
	}
	.pagination li span{
		border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	           padding: 5px 10px;
	    border: 1px solid #DCDCDC;
	}
	.pagination li span.current {
               padding: 5px 10px;
        background: #e7341e;
	    color: #fff;
	   	border-radius: 4px;
	   	border:noen;
    }
    .spawenzi1 div ul li h3 i{
    	font-size: 10px;
    }
    .xinshownavdv ul li{
    	width: 50%;
    }
    .xinshownavdv ul li span{
    	font-size: 12px;
    }
    .mbxiedv ul li a{
    	display: block;
    	padding: 10px;
    }
    .mbxiedv ul li i{
    	display: block;
    	margin: 0 auto;
    	text-align: center;
    }
    .mbxiedv ul li span{
    	display: block;
    	width: 100%;
    	font-size: 12px;
    	text-align: center;
    }
    .mbxiedv ul li a{
    	height: auto;
    }
    .mbxiedv ul li i{
    	font-size: 28px;
    }
    .cpinxqingbt h1{
    	text-transform: uppercase;
    }
    .yuyan {
	    position: absolute;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    right: 17%;
	    top: 0;
	    z-index: 99;
	}
	.yuyan dl{
    	z-index: 999;
    	width: 100px;
    	margin-left: -50px;
	}
	.yuyan dl dd a{
		font-size: 12px;
	}
}