/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "HarmonyOS_Sans";
	src:url('../font/HarmonyOS_Sans_Regular.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_Bold";
	src:url('../font/HarmonyOS_Sans_Bold.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_Medium";
	src:url('../font/HarmonyOS_Sans_Medium.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC_Medium";
	src:url('../font/HarmonyOS_Sans_Medium.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC";
	src:url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC_Bold";
	src:url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}
body{
	font-family: "微软雅黑";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

.heads {
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background-color: transparent;
	position: fixed;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100%;
}

.headdvleft {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 7.5rem;
}
.headdvleft a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headdvleft img {
	display: block;
	height: 100%;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

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

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

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

.headdvright ul li a {
	display: block;
	position: relative;
}

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

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

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






.slideUp .headdvright ul li:hover a::after {
	background-color: #f9b931;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}

.slideUp .headdvright ul li.active a::after {
	background-color: #f9b931;
}
.dh{
	display: flex;
	justify-content: center;
	align-items: center;
}
.dh iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	border: 1px solid #FFF;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	transition: all 1s;
}
.dh span{
	font-size: 26px;
	font-family: "HarmonyOS_Sans_SC_Medium";
	color: #fff;
	transition: all 1s;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	font-size: 22px;
	color: #fff;
	transition: all 1s;
}
.huiyuan{
	width: 7.5rem;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f9b931;
}
.huiyuan section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: #000000;
}
.huiyuan section span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.banners img {
	display: block;
	width: 100%;
}
.cpal{
	background-color: #f9f9f9;
	padding-bottom: 7.1875rem;
}
.cpal #thumbs2{
	width: 100%;
}

.cpal #thumbs2 .swiper-slide .rxcp{
	display: block;
	height: 11.25rem;
}
.cpal #thumbs2 .swiper-slide .rxcp div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	position: relative;
	height: 10rem;
	transition: all 1s;
}
.cpal #thumbs2 .swiper-slide .rxcp div::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top:  0.9375rem solid #f9f9f9;
	position: absolute;
	bottom: -0.875rem;
	    opacity: 0;
	transition: all 1s;
}
.cpal #thumbs2 .swiper-slide .rxcp div section h1{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.cpal #thumbs2 .swiper-slide .rxcp div section p{
	font-size: 16px;
	color: #FFF;
	margin-top: 0.625rem;
}

.cpal #thumbs2 .swiper-slide-thumb-active .rxcp div{
	background-color: #f9b931;
}
.cpal #thumbs2 .swiper-slide-thumb-active .rxcp div::after{
	border-top:  0.9375rem solid #f9b931;
	    opacity: 1;
}
.cpal #thumbs2 .swiper-slide-thumb-active .rxcp div section h1{
	color: #1a1a1a;
}
.cpal #thumbs2 .swiper-slide-thumb-active .rxcp div section p{
	color: #1a1a1a;
}
.cpal #gallery2 .swiper-slide ul {
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.9375rem;
}
.cpal #gallery2 .swiper-slide ul li{
	width: 25.625rem;
	position: relative;
}
.cpal #gallery2 .swiper-slide ul li .cpt{	
	opacity: 1;
	transform: rotateY(0deg);
	background-color: #fff;
	transform-origin: right;
	padding: 2.1875rem;
	transition: all 0.5s;
}

.cpal #gallery2 .swiper-slide ul li .cpt span{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_05.jpg) center no-repeat;
}
.cpal #gallery2 .swiper-slide ul li .cpd{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4.375rem);
	height: calc(100% - 4.375rem);
	transition: all 0.5s;
	transform-origin: left;
	overflow: hidden;
	padding: 2.1875rem;
	opacity: 0;
	background-color: rgba(249, 185, 49, 0.9);
}
.cpal #gallery2 .swiper-slide ul li .cpt div{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 10px auto;
}
.cpal #gallery2 .swiper-slide ul li .cpt div img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.cpal #gallery2 .swiper-slide ul li .cpt  h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;

	text-overflow:ellipsis;
}
.cpal #gallery2 .swiper-slide ul li .cpt p{
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
	height: 60px;
	line-height: 30px;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;
}
.cpal #gallery2 .swiper-slide ul li:hover{
	background-color: #f9b931;
}
.cpal #gallery2 .swiper-slide ul li:hover .cpt{
	opacity: 0.8;
}
.cpal #gallery2 .swiper-slide ul li:hover .cpd{
	opacity: 1;
}
.cpal #gallery2 .swiper-slide ul li .cpd em{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.jpg) center no-repeat;
}
.cpal #gallery2 .swiper-slide ul li .cpd h1{
	text-align: center;
	color: #1a1a1a;
	font-size: 18px;
	margin-top: 1.75rem;
	font-weight: bold;
	margin-bottom: 1.1875rem;
}
.cpal #gallery2 .swiper-slide ul li .cpd p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
}
.cpal #gallery2 .swiper-slide ul li .cpd  p i{
	display: block;
	width: 50px;
	height: 25px;
	border-radius: 50px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.cpal #gallery2 .swiper-slide ul li .cpd p span{
	width: 90%;
	display: block;
	line-height: 25px;
	color: #1a1a1a;
	font-size: 14px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cpal #gallery2 .swiper-slide ul li .cpd h2{
	width: 130px;
	height: 45px;
	padding: 0 25px;
	background-color: #1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpal #gallery2 .swiper-slide ul li .cpd h2 span{
	color: #ffffff;
	font-size: 14PX;
}
.cpal #gallery2 .swiper-slide ul li .cpd h2 iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.cpal #gallery2 .csfalist ul li .csfad{
	opacity: 1;
}
#gallery2 .csfalist ul li .csfad section{
	width: 100%;
}
.csfalist ul li .csfad h1{
	font-size: 18px;
}
.csfa{
	width: 105rem;
	margin: 0 auto;
	margin-top: 6.875rem;
	margin-bottom: 7.5rem;
}
.csfabt{
	margin-bottom: 3.125rem;
}
.csfabt h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.9375rem;
}
.csfabt p{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.csfalist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfalist ul li{
	width: 32.833%;
	position: relative;
	overflow: hidden;
	margin-bottom: .7%;
}
.csfalist ul li .csfat{
	width: 100%;
	overflow: hidden;
	transform-origin: top;
}

.csfalist ul li .csfat img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.csfalist ul li:hover .csfat img{
	transform: scale(1.05);
}
.csfalist ul li .csfat h1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 3.75rem);
	padding: 1.875rem;
	color: #fff;
	font-size: 22px;
	transition: all 1s;
}
.csfalist ul li:hover .csfat h1{
	opacity: 0;
}
.csfalist ul li .csfad{
	position: absolute;
	width: calc(100% - 5rem);
	padding: 2.5rem;
	top: 0;
	left: 0;
	height: calc(100% - 5rem);
	background-color: rgba(249, 185, 49, 0.9);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .5s;
	transform-origin: bottom;
	opacity: 0;
}
.csfalist ul li:hover .csfad{
	opacity: 1;
}
.csfalist ul li .csfad section{
	width: 100%;
}
.csfalist ul li .csfad h1{
	color: #1a1a1a;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}
.csfalist ul li .csfad p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
}
.csfalist ul li .csfad  p i{
	display: block;
	width: 130px;
	height: 25px;
	border-radius: 50px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.csfalist ul li .csfad p span{
	width: 90%;
	display: block;
	line-height: 25px;
	color: #1a1a1a;
	font-size: 14px;
	overflow:hidden;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cpal #gallery2 .csfalist ul li .csfad p i{
	width: 80px;
}
.cpal .csfalist ul li .csfad h3{
	margin-top: 1.875rem;
	width: 60px;
	height: 30px;
	border-bottom: 1px solid #1a1a1a;
	color: #1a1a1a;
	font-size: 14px;
	display: none;
	line-height: 30px;
}
.about{
	position: relative;
}
.about>img{
	width: 100%;
	display: block;
}
.about .aboutdv{
	width: 112.5rem;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: end;
	height: 100%;
	top: 0;
}
.aboutdv .aice{
	width: 55rem;
	height: 12.5rem;
	background-color: #fff;
}
.aboutdv .aice ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.aboutdv .aice ul li{
	width: 100%;
}
.aboutdv .aice ul li h1{
	font-family: "HarmonyOS_Sans_SC_Bold";
	color: #404040;
	font-size: 48px;
	text-align: center;
	
}
.aboutdv .aice ul li p{
	color: #404040;
	font-size: 14px;
	text-align: center;
}
.ljar{
	width: 12.5rem;
	height: 12.5rem;
	background-color: #f9b931;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ljar section h1{
	color: #1a1a1a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.ljar section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ljar section h2 span{
	color: #1a1a1a;
	font-family: "Montserrat Light";
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 0.625rem;
}
.ljar section h2 iconpark-icon{
	font-size: 16px;
}
.ljar2{
	display: none;
}
.abtjj{
	width: 45rem;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.abtjjdv{
	width: 29.375rem;
}
.abtjjbt{
	background: url(../images/abbg_03.png) left center no-repeat;
	background-size: contain;
}
.abtjjbt h1{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 1.875rem;
}
.abtjjbt i{
	display: block;
	width: 3.75rem;
	height: 3px;
	background-color: #d6d7d7;
}
.abtjjdv h2{
	text-align: left;
	color: #fff;
	margin-top: 3.75rem;
	margin-bottom: 2.1875rem;
	font-size: 30px;
}
.abtjjdv  p{
	color: #fff;
	font-size: 15px;
	line-height: 35px;
}
.synews{
	background: url(../images/newbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 6.5625rem;
	padding-bottom: 6.875rem;
	background-attachment: fixed;
}
.synewsbt{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsbtleft h1{
	color: #1a1a1a;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.synewsbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 45px;
	padding: 0 25px;
	background-color: #1a1a1a;
	border-radius: 50px;
}
.synewsbtright a span{
	color: #fff;
	font-size: 14px;
}
.synewsbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.synewsbtleft #thumbs{
	width: 430px;
}
.synewsbtleft #thumbs .swiper-slide h2{
	color: #666;
	font-size: 16px;
	cursor:pointer;
}
.synewsbtleft #thumbs .swiper-slide-thumb-active h2{
	color: #efa609;
}
.synewnr{
	width: 105rem;
	margin: 0 auto;
	margin-top: 35px;
}
.synewnr #gallery .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.synewnr #gallery .swiper-slide ul li{
	width: calc(30.666% - 5.625rem);
	margin: 1%;
	padding: 2.8125rem  3.125rem;
	background-color: #FFF;
	box-shadow: 0px 0px 15px #e9e9e9;
	border-radius: 10px;
}
.synewnr #gallery .swiper-slide ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}
.synewnr #gallery .swiper-slide ul li h1 span{
	width: 110px;
	height: 35px;
	background-color: #f9b931;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 14px;
}
.synewnr #gallery .swiper-slide ul li h1 i{
	color: #808080;
	font-size: 14px;
}
.synewnr #gallery .swiper-slide ul li h2{
	white-space:nowrap;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	color: #333333;
	font-size: 17px;
	text-overflow:ellipsis;
	margin-bottom: 1.25rem;
}
.synewnr #gallery .swiper-slide ul li p{
	overflow:hidden;
	height: 60;
	text-overflow:ellipsis;
	line-height: 30px;
	display:-webkit-box;
	font-size: 15px;
	-webkit-box-orient:vertical;
	color: #666666;
	-webkit-line-clamp:2;
}
.foot{
	width: 100%;
	padding-top: 5.625rem;
	background-color: #1a1a1a;
	padding-bottom: 4.375rem;
}
.footdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 23.75rem;
}
.footdvleft>img{
	display: block;
	margin-bottom: 1.875rem;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footdvleft p img{
	width: 20px;
	margin-right: 8px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 75rem;
}
.footdvright dt a{
	color: #fff;
	font-size: 18px;
}
.footdvright dd a:hover{
	color: #f9b931;
}
.footdvright dt{
	margin-bottom: 1.875rem;
}
.footdvright dd a{
	color: #cccccc;
	display: block;
	font-size: 14px;
	transition: all .5s;
}
.footdvright dd:hover a{
	transform: translateX(10px);
	color: #f9b931;
}
.footdvright dd{
	margin-bottom: 1.25rem;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 2.875rem;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li img{
	width: 90px;
	display: block;
}
.footdvleft ul li h2{
	text-align: center;
	color: #cccccc;
	font-size: 14px;
	line-height: 35px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #1a1a1a;
}
.wdldv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}
.rexiaoangui{
	padding-top: 6.875rem;
	padding-bottom: 8.4375rem;
	background: url(../images/az_02.jpg) center no-repeat;
	background-size: cover;
}
.rexiaoanguibt{
	text-align: center;
	margin-bottom: 5rem;
	color: #1a1a1a;
	font-size: 40px;
	font-weight: bold;
}
.rexiaoanguilist{
	width: 114.375rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rexiaoanguilist #btn1,.rexiaoanguilist #btn2{
	width: 50px;
    height: 50px;
	background-color: #a2a2a2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
	transition: all 1s;
}
.rexiaoanguilist #btn1 iconpark-icon,.rexiaoanguilist #btn2 iconpark-icon{
	font-size: 22px;
	color: #fff;
	transition: all 1s;
}
.rexiaoanguilist #btn1:hover,.rexiaoanguilist #btn2:hover{
	background-color: #f9b931;
}
.rexiaoanguilist #btn1:hover iconpark-icon,.rexiaoanguilist #btn2:hover iconpark-icon{
	color: #1a1a1a;
}
.rexiaoanguilists{
	width: 105rem;
}

.rexiaoanguilists .swiper-slide li{
	position: relative;
}
.rexiaoanguilists .swiper-slide li .cpt{	
	
	transform: rotateY(0deg);
	background-color: #fff;
	transform-origin: right;
	padding: 2.1875rem;
	transition: all 1s;
}

.rexiaoanguilists .swiper-slide li .cpt span{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_05.jpg) center no-repeat;
}
.rexiaoanguilists .swiper-slide li .cpd{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4.375rem);
	height: calc(100% - 4.375rem);
	transition: all 1s;
	transform-origin: left;
	overflow: hidden;
	padding: 2.1875rem;
	opacity: 0;
	background-color: #f9b931;
}
.rexiaoanguilists .swiper-slide li .cpt div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.rexiaoanguilists .swiper-slide li .cpt div img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.rexiaoanguilists .swiper-slide li:hover .cpt div img{
	transform: scale(1.05);
}
.rexiaoanguilists .swiper-slide li .cpt  h1{
	color: #333333;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rexiaoanguilists .swiper-slide li .cpt p{
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	height: 25px;
	text-overflow:ellipsis;display: none;
}
.rexiaoanguilists .swiper-slide li:hover{
	background-color: #f9b931;
}
.rexiaoanguilists .swiper-slide li:hover .cpd{
	opacity: 1;
}
.rexiaoanguilists .swiper-slide li .cpd em{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.jpg) center no-repeat;
}
.rexiaoanguilists .swiper-slide li .cpd h1{
	text-align: center;
	color: #1a1a1a;
	font-size: 22px;
	margin-top: 1.75rem;
	font-weight: bold;
	margin-bottom: 1.1875rem;
}
.rexiaoanguilists .swiper-slide li .cpd p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
}
.rexiaoanguilists .swiper-slide li .cpd  p i{
	display: block;
	width: 50px;
	height: 25px;
	border-radius: 50px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.rexiaoanguilists .swiper-slide li .cpd p span{
	width: 90%;
	line-height: 25px;
	color: #1a1a1a;
	font-size: 14px;
	white-space:nowrap;
	height: 25px;
	overflow:hidden;

	text-overflow:ellipsis;
}
.rexiaoanguilists .swiper-slide li .cpd h2{
	width: 130px;
	height: 45px;
	padding: 0 25px;
	background-color: #1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 2.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rexiaoanguilists .swiper-slide li .cpd h2 span{
	color: #ffffff;
	font-size: 14PX;
}
.rexiaoanguilists .swiper-slide li .cpd h2 iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.synews2 .synewsbtright #thumbs{
	width: 430px;
}
.synews2 .synewsbtright #thumbs .swiper-slide h2{
	color: #666;
	font-size: 16px;
}
.synews2 .synewsbtright #thumbs .swiper-slide-thumb-active h2{
	color: #efa609;
}

.xilielist{
	width: 105rem;
	margin: 0 auto;
	margin-top: 6.25rem;
}
.xilielist ul {
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	margin-top: 5.9375rem;
	flex-wrap: wrap;
}
.xilielist ul li{
	width: 23%;
	position: relative;
	margin: 1%;
}
.xilielist ul li .cpt{	
	opacity: 1;
	background-color: #fff;
	transform-origin: right;
	padding: 2.1875rem;
	transition: all 1s;
}
.xilielist ul li:hover .cpt{
	
}
.xilielist ul li .cpt span{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_05.jpg) center no-repeat;
}
.xilielist ul li .cpd{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4.375rem);
	height: calc(100% - 4.375rem);
	transition: all 1s;
	transform-origin: left;
	overflow: hidden;
	padding: 2.1875rem;
	opacity: 0;
	background-color: rgba(249, 185, 49, 0.9);
}
.xilielist ul li .cpt div{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 15px auto;
}
.xilielist ul li .cpt div img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.xilielist ul li .cpt  h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 20px;
	overflow:hidden;
	line-height: 20px;
	text-overflow:ellipsis;
}
.xilielist ul li .cpt p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	display: none;
	overflow:hidden;

	text-overflow:ellipsis;
}
.xilielist ul li:hover{
	background-color: #f9b931;
}
.xilielist ul li:hover .cpd{
	opacity: 1;
}
.xilielist ul li .cpd em{
	display: block;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.jpg) center no-repeat;
}
.xilielist ul li .cpd h1{
	text-align: center;
	color: #1a1a1a;
	font-size: 17px;
	margin-top: 1.75rem;
	font-weight: bold;
	margin-bottom: 1.1875rem;
}
.xilielist ul li .cpd p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.9375rem;
}
.xilielist ul li .cpd  p i{
	display: block;
	width: 50px;
	height: 25px;
	border-radius: 50px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}
.xilielist ul li .cpd p span{
	width: 90%;
	display: block;
	line-height: 25px;
	color: #1a1a1a;
	font-size: 14px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}
.xilielist ul li .cpd h2{
	width: 130px;
	height: 45px;
	padding: 0 25px;
	background-color: #1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 2.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xilielist ul li .cpd h2 span{
	color: #ffffff;
	font-size: 14PX;
}
.xilielist ul li .cpd h2 iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.xilie{
	padding-bottom: 6.25rem;
	background-color: #f5f5f5;
}
.xilietop{
	width: 100%;
	padding: 4.375rem 0px;
	background-color: #f9b931;
}
.xilietopdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xilietopdvleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.xilietopdvleft h1 img{
	display: block;
	width: 24px;
	margin-top: 11px;
	margin-right: 10px;
}
.xilietopdvleft h1 span{
	color: #1a1a1a;
	font-size: 38px;
	font-weight: bold;
}
.xilietopdvright{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.xilietopdvright .xila{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 45px;
	padding: 0 25px;
	background-color: #1a1a1a;
	border-radius: 50px;
}
.xilietopdvright .xila span{
	color: #fff;
	font-size: 14px;
}
.xilietopdvright .xila iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.xilietopdvright ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 1.875rem;
}
.xilietopdvright ul li{
	margin: 0 1.25rem;
}
.xilietopdvright ul  i{
	width: 1px;
	border-left: 1px solid #1a1a1a;
	display: block;
	height: 15px;
}
.xilietopdvright ul  i:last-child{
	display: none;
}
.xilietopdvright ul li a{
	color: #1a1a1a;
	font-size: 16px;
}
.pall{
	background-color: #f5f5f5;
	padding-bottom: 6.875rem;
	    padding-top: 2rem;
}
.mbx{
	margin: 0 auto;
	width: 105rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #333333;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #f9b931;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #f9b931;
}
.cplilst{
	width: 105rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.cplilstbtleft h1{
	color: #1a1a1a;
	font-size: 40px;
	font-weight: bold;
}
.cplilstbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cplilstbtright ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 1.875rem;
}
.cplilstbtright ul li{
	margin: 0 1.25rem;
}
.cplilstbtright ul  i{
	width: 1px;
	border-left: 1px solid #666666;
	display: block;
	height: 15px;
}
.cplilstbtright ul  i:last-child{
	display: none;
}
.cplilstbtright ul li a{
	color: #666666;
	font-size: 16px;
	transition: all 1s;
}
.cplilstbtright ul li:hover a{
	color: #f9b931;
}
.cplilst .xilielist{
	margin-top: 3.125rem;
}
.cplilst .xilielist ul{
	margin-top: 0;
}
.cphead .headdvright ul li a span{
	color: #1a1a1a;
}
.cphead{
	background-color: #fff;
}
.cphead .dh iconpark-icon{
	border: 1px solid #f9b931;
	color: #f9b931;
}
.cphead .dh span{
	color: #f9b931;
}
.cphead .ss iconpark-icon{
	color: #1a1a1a;
}
.cpbanner>img{
	display: block;
	width: 100%;
}
.cpbanner{
	position: relative;
}
.cpbanner .mbx{
	position: absolute;
	top: 100px;
	left: 50%;
	height: 4.6875rem;
	margin-left: -52.5rem;
}
.cpbanner .mbx{
	 margin-left: -52.5rem;
}
.cpxq{
	width: 105rem;
	position: absolute;
	top: 10.625rem;
	left: 50%;
	height: calc(100% - 10.625rem);
	margin-left: -52.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpxqdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.cpxqleft{
	width: 48rem;
}
.cpxqleft h1{
	display: inline;
	color: #333333;
	font-size: 14px;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 50px;
	background-color: #f9b931;
}
.cpxqleft h2{
	color: #333333;
	margin-top: 3.125rem;
	margin-bottom: 2.8125rem;
	font-size: 38px;
}
.cpxqleft ul li{
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}
.cpxqleft section{
	display: flex;
	justify-content: flex-start;
}
.cpxqleft section a{
	display: block;
	width: 200px;
	height: 50px;
	background-color: #333333;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7.5rem;
	margin-right: 0.625rem;
	transition: all 1s;
}
.cpxqleft section a iconpark-icon{
	color: #f9b931;
	font-size: 20px;
	margin-right: 10px;
	transition: all 1s;
}
.cpxqleft section a span{
	color: #fff;
	transition: all 1s;
	font-size: 16px;
}
.cpxqleft section a:hover{
	background-color: #f9b931;
}
.cpxqleft section a:hover iconpark-icon{
	color: #333333;
}
.cpxqleft section a:hover span{
	color: #333333;
}
.cpxqright{
	width: 52.5rem;
}
.cpxqright img{
	max-width: 100%;
}
.cpxqright #gallery2 .cpxqright img{
	height: 100%;
}

.cpxqright #thumbs2 .swiper-slide {
	background-color: #fff;
}
.cpxqright #thumbs2 .swiper-slide-thumb-active{
	background-color: #cccccc;
}
.cpxqright #gallery2 .swiper-slide img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.cpgzxq{
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 7.5rem;
}
.cpgzxq #thumbs22 .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.cpgzxq #thumbs22 .swiper-wrapper .swiper-slide{
	width: 20%;
}
.cpgzxqdv{
	width: 105rem;
	margin: 0 auto;
}
.cpgzxqtop{
	width: 100%;
	height: 70px;
	background-color: #333333;
}
.cpgzxqtop #thumbs22{
	width: 105rem;
	margin: 0 auto;
}
.cpgzxqtop #thumbs22 .swiper-slide h1{
	line-height: 70px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.cpgzxqtop #thumbs22 .swiper-slide-thumb-active h1{
	background-color: #f9b931;
	color: #1a1a1a;
}
.cpgs{
	width: 100rem;
	padding: 2.5rem;
	margin: 20px auto;
	background-color: #FFF;
}
.cpsx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 105rem;
	margin: 0 auto;
	margin-top: 0;
}
.cpsx p a{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.cpsx p a:hover{
	color: #f9b931;
}
.cpsx div a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpsx div iconpark-icon{
	color: #696969;
	font-size: 16px;
	margin-right: 10px;
}
.cpsx div span{
	color: #333333;
	font-size: 14px;
}
.rexiaocp{
	width: 100%;
	padding-top: 1.875rem;
	padding-bottom: 7.5rem;
	background-color: #f5f5f5;
}
.rexiaocpbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.rexiaocpbt i{
	display: block;
	margin: 0 auto;
	margin-bottom: 3.125rem;
	margin-top: 1.25rem;
	width: 50px;
	height: 4px;
	background-color: #f9b931;
}
.rexiaocp .xilielist,.rexiaocp .xilielist ul{
	margin-top: 0;
}
.jja{
	padding: 3.75rem 0;
	background-color: #f5f5f5;
}
.jjfa{
	width: 105rem;
	margin: 0 auto;
}
.shownav{
	width: 100%;
	display: flex;
	justify-content: center;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 15rem;
	height: 4.6875rem;
}
.shownav ul li a{
	display: block;
	width: 100%;
	line-height: 4.6875rem;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.shownav ul li a:hover{
	background-color: #f9b931;
	color: #1a1a1a;
}
.shownav ul li.active a{
	background-color: #f9b931;
	color: #1a1a1a;
}
.jjfa .csfalist ul{
	justify-content: flex-start;
}
.jjfa .csfalist ul li{
	 width: 31.333%;
	 margin: 1%;
}
.jjfa .csfalist ul li .csfad{
	position: initial;
	transform: rotateX(0deg);
	height: auto;
	background-color: #fff;
	opacity: 1;
}
.jjfa .csfalist ul li:hover .csfad{
	background-color: #f9b931;
}
.jjfaxq{
	width: 105rem;
	margin: 0 auto;
}
.jjfaxqbt{
	text-align: center;
	color: #333333;
	font-size: 30px;
}
.hyjjie{
	width: 105rem;
	margin: 0 auto;
	margin-top: 1.875rem;
}
.hyjjiebt{
	background: url(../images/jjfaxq_03.jpg) center no-repeat;
	background-size: cover;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hyjjiebt i{
	display: block;
	width: 4px;
	height: 24px;
	background-color: #f9b931;
	margin-left: 2.5rem;
	margin-right: 0.8125rem;
}
.hyjjiebt span{
	color: #ffffff;
	font-size: 22px;
}
.hyxq{
	background-color: #fff;
	padding: 2.5rem;
}
.hylist ul{
	display: flex;
	margin-top: 1.25rem;
	justify-content: flex-start;
}
.hylist ul li{
	width: 24%;
	margin: 0 .5%;
	background-color: #fff;
}
.hylist ul li div{
	overflow: hidden;
	width: 100%;
}
.hylist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.hylist ul li:hover div img{
	transform: scale(1.05);
}
.hylist ul li section{
	padding: 1.875rem ;
}
.hylist ul li section h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}
.hylist ul li section p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 0.625rem;
}
.hylist ul li section p span{
	display: block;
    width: 80px;
    height: 25px;
    border-radius: 50px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
}
.hylist ul li section p i{
	width: 90%;
    line-height: 25px;
    color: #1a1a1a;
    font-size: 14px;
}
.hylist ul li section h2 {
    margin-top: 1.875rem;
    width: 60px;
    height: 30px;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 30px;
}
.xw{
	background-color: #f5f5f5;
	padding-top: 6.25rem;
	padding-bottom: 5rem;
}
.xwdv{
	width: 105rem;
	margin: 0 auto;
}
.xwdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xwdv ul li{
	width: 32.33%;
	margin: 0.5%;
	background-color: #fff;
	transition: all 1s;
}
.xwdv ul li div{
	overflow: hidden;
	width: 100%;
}
.xwdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwdv ul li:hover div img{
	transform: scale(1.05);
}
.xwdv ul li section{
	padding: 2.5rem;
}
.xwdv ul li section h1{
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.5625rem;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xwdv ul li section p{
	line-height: 30px;
	height: 60px;
	color: #4c4c4c;
	font-size: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xwdv ul li section h2 {
    margin-top: 1.875rem;
    width: 60px;
    height: 30px;
    border-bottom: 1px solid #f9b931;
    color: #f9b931;
    font-size: 14px;
    line-height: 30px;
	transition: all 1s; 
}
.xwdv ul li:hover{
	background-color: #f9b931;
}
.xwdv ul li:hover section h2 {
	border-bottom: 1px solid #1a1a1a;
	color: #1a1a1a;
}



.shownewsdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 77.5rem;
}
.newlt{
	width: 72rem;
	background-color: #fff;
	padding: 2.8125rem;
}
.shownavdvleftbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 1rem;
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.shownavdvleftbt h2 span{
	display: block;
	color: #808080;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-top: 1.5625rem;
}
.shownavdvright{
	background-color: #fff;
	padding: 1.875rem;
	width: 20.8125rem;
}
.shownavdvright form{
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.shownavdvright form input{
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 14px;
	color: #999999;
	font-size: 14px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
}

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

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

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

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

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

.rmlist ul li a:hover i {
	background-color: #f9b931;
}
.rmlist ul li a:hover span{
	border-bottom: 1px solid #f9b931;
	color: #f9b931;
}
.faye{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}
.faye p{
	color: #808080;
	font-size: 14px;
}
.faye p a{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.faye p a:hover{
	color: #f9b931;
}
.lxiwm{
	width: 100%;
	padding: 5rem 0px;
	background-color: #f5f5f5;
}
.lxiwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.lxiwmbt p{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}
.lxiwmlist{
	width: 105rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.lxiwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxiwmlist ul li{
	width: calc(32% - 5.625rem);
	padding: 2.8125rem;
	background-color: #fff;
	transition: all 1s;
	border-bottom: 3px solid #fff;
}
.lxiwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	font-size: 32px;
	color: #262626;
	background-color: #f9b931;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	transition: all 1s;
}
.lxiwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.25rem;
	transition: all 1s;
}
.lxiwmlist ul li p{
	line-height: 25px;
	text-align: center;
	color: #808080;
	transition: all 1s;
	font-size: 16px;
}
.lxiwmlist ul li:hover{
	background-color: #f9b931;
	border-bottom: 3px solid #f9b931;
}
.lxiwmlist ul li p a{
	    color: #808080;
}
.lxiwmlist ul li:hover iconpark-icon{
	color: #fff;
	background-color: #262626;
}
.zxly{
	padding: 5.3125rem 0rem;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
}
.zxlydv{
	width: 105rem;
	margin: 0 auto;
}
.zxlybt{
	margin-bottom: 3.125rem;
}
.zxlybt h1{
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.zxlybt p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5625rem;
}
.zxlydv form {
	width: 100rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
	margin-top: 3.75rem;
	border-radius: 10px;
}

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

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

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

.zxxjdv form section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxxjdv form section input{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;

}

.zxlydv form section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxlydv form section input{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;

}
.zxlydv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #f9b931;
}
.lxfwzx{
	padding: 5.625rem 0rem;
	background-color: #f5f5f5;
}
.lxfwzxlist{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxfwzxlistleft{
	width: 82.1875rem;
} 
.lxfwzxlistleft ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfwzxlistleft ul li{
	width: 36.25rem;
	height: 17.5rem;
	padding: 0 2.1875rem;
	background: url(../images/fwzx_03.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.25rem;
}
.lxfwzxlistleft ul li:nth-child(2){
	background: url(../images/fwzx_05.jpg) center no-repeat;
	background-size: cover;
}
.lxfwzxlistleft ul li:nth-child(3){
	background: url(../images/fwzx_11.jpg) center no-repeat;
	background-size: cover;
}
.lxfwzxlistleft ul li:nth-child(4){
	background: url(../images/fwzx_12.jpg) center no-repeat;
	background-size: cover;
}
.lxfwzxlistleft ul li section{
	width: 100%;
}
.lxfwzxlistleft ul li section h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.lxfwzxlistleft ul li section p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1rem;
}
.lxfwzxlistleft ul li section p iconpark-icon{
	font-size: 18px;
	color: #f9b931;
	margin-right: 0.625rem;
	margin-top: 3px;
}
.lxfwzxlistleft ul li section p span{
	display: block;
	width: 80%;
	color: #333333;
	font-size: 15px;
}
.lxfwzxlistright{
	width: 21.875rem;
	background: url(../images/fwzx_07.jpg) center no-repeat;
	background-size: cover;
	height: 36.25rem;
	margin-top: 1.25rem;
}
.lxfwzxlistright section{
	width: calc(100% - 4.375rem);
	padding: 2.1875rem;
}

.lxfwzxlistright section h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.lxfwzxlistright section p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1rem;
}
.lxfwzxlistright section p iconpark-icon{
	font-size: 18px;
	color: #f9b931;
	margin-right: 0.625rem;
	margin-top: 7px;
}
.lxfwzxlistright section p span{
	display: block;
	width: 80%;
	line-height: 30px;
	color: #333333;
	font-size: 15px;
}
.gfdp{
	width: 105rem;
	margin: 6.875rem auto;
}
.gfdpdv{
	display: flex;
	justify-content: space-between;
	width: 105rem;
	margin-top: 3.125rem;
}
.gfdpdvleft{
	width: calc(49% - 8.75rem);
	background-color: #e31d1a;
	padding: 1.875rem  4.375rem;
	border-radius: 10px;
}
.gfdpdvleft div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gfdpdvleft div img{
	width: 130px;
	display: block;
	margin-right: 1.875rem;
}
.gfdpdvleft div  section h1{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.gfdpdvleft div  section h2{
	margin-top: 1.875rem;
    width: 60px;
    height: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.gfdpdvright{
	width: calc(49% - 8.75rem);
	background-color: #eb6a2d;
	padding: 1.875rem  4.375rem;
	border-radius: 10px;
}
.gfdpdvright div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gfdpdvright div img{
	width: 130px;
	display: block;
	margin-right: 1.875rem;
}
.gfdpdvright div  section h1{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.gfdpdvright div  section h2{
	margin-top: 1.875rem;
    width: 60px;
    height: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.fxwl{
	padding-top: 5.3125rem;
	padding-bottom: 6.5625rem;
	background-color: #f5f5f5;
}
.fxwldv{
	width: 105rem;
	margin: 0% auto;
	margin-top: 2.8125rem;
}
.fxwldv form{
	border: 1px solid #f9b931;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fxwldv form h1{
	text-align: center;
	font-size: 16px;
	color: #f9b931;
	border-right: 1px solid #cccccc;
	width: 10rem;
}
.fxwldv form input{
	width: 75rem;
	border: none;
	font-size: 14px;
	line-height: 55px;
	outline: none;
	background: none;
}
.fxwldv form button{
	width: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	outline: none;
	background: none;
	border: none;
	background-color: #f9b931;
}
.fxwldv form button iconpark-icon{
	font-size: 18px;
	margin-right: 0.9375rem;
	color: #1a1a1a;
}
.fxwldv form button span{
	color: #1a1a1a;
	font-size: 16px;
}
.fxwldv dl{
	margin-top: 1.875rem;
	padding: 0 3.125rem;
	background-color: #fff;
	border-radius: 10px;
}
.fxwldv dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.fxwldv dl dt{
	line-height: 5rem;
	color: #4c4c4c;
	font-size: 18px;
}
.fxwldv dl dt h1{
	width: 15.625rem;
}
.fxwldv dl dt h2{
	width: 30rem;
}
.fxwldv dl dt h3{
	width: 40rem;
}
.fxwldv dl dt h4{
	width: 12.5rem;
}

.fxwldv dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.fxwldv dl dd{
	line-height: 4.375rem;
	color: #4c4c4c;
	font-size: 16px;
}
.fxwldv dl dd h1{
	width: 15.625rem;
}
.fxwldv dl dd h2{
	width: 30rem;
}
.fxwldv dl dd h3{
	width: 40rem;
}
.fxwldv dl dd h4{
	width: 12.5rem;
}
.fxwldv a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	margin-top: 3.125rem;
	background-color: #f9b931;
	border-radius: 7px;
}
.fxwldv a iconpark-icon {
	font-size: 20px;
	color: #000000;
	margin-right: 15px;
}
.fxwldv a span{
	color: #1a1a1a;
	font-size: 16px;
}
.zxxj{
	padding-top: 6.25rem;
	padding-bottom: 8.75rem;
	background-color: #f5f5f5;
}
.zxxjdv{
	width: 105rem;
	margin: 0 auto;
}
.zxxjtop{
	display: block;
	width: 100%;
}
.zxxjtop img{
	display: block;
	width: 100%;
}
.zxxjdown{
	margin-top: 3.125rem;
}
.zxxjia{
	width: 100%;
	height: 14.0625rem;
	background: url(../images/xj_06.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zxxjia div{
	margin-left: 3.125rem;
}
.zxxjia h1{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.zxxjia p{
	font-size: 16px;
	color: #fff;
}


.zxxjdv form {
	width: 100rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
}

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

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

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

.zxxjdv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #f9b931;
}
.ppjianj{
	margin: 7.1875rem auto;
	width: 105rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ppjianjleft{
	width: 55.3125rem;
}
.ppjianjleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.ppjianjleft h2{
	color: #4c4c4c;
	font-size: 16px;
}
.ppjianjleft p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 35px;
}
.ppjianjright{
	width: 42.5rem;
}
.ppjianjright img{
	display: block;
	width: 100%;
}
.sz{
	height: 15rem;
	width: 100%;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
}
.szdv{
	width: 105rem;
	margin: 0 auto;
	height: 100%;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.szdv ul li img{
	display: block;
	margin: 0 auto;
}
.szdv ul li h2{
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.szdv ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 10px;
}
.szdv ul li h1 span{
	color: #333333;
	font-size: 60px;
	font-weight: bold;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.szdv ul li h1 i{
	color: #333333;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 30px;
	margin-left: 10px;
	margin-top: 10px;
}
.wmdys{
	background-color: #f5f5f5;
	padding-top: 6.5625rem;
	padding-bottom: 5rem;
}
.wmdysdv{
	width: 105rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.wmdysdv ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.wmdysdv ul li{
	width: 19%;
	position: relative;
	transition: all 1s;
	transform: translateY(0px);
}
.wmdysdv ul li:nth-child(2n+1):hover{
	transform: translateY(20px);
}
.wmdysdv ul li:nth-child(2n):hover{
	transform: translateY(-20px);
}
.wmdysdv ul li div{
	overflow: hidden;
	width: 100%;
}
.wmdysdv ul li div img{
	display: block;
	width: 100%;
}
.wmdysdv ul li section{
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 5%;
}
.wmdysdv ul li section h1{
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.wmdysdv ul li section i{
	display: block;
	width: 45px;
	height: 3px;
	background-color: #f9b931;
	margin: 0 auto;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.wmdysdv ul li section  p{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.wmdysdv ul li:nth-child(2),.wmdysdv ul li:nth-child(4){
	margin-top: 4.0625rem;
}
.jszl{
	padding-top: 6.25rem;
	padding-bottom: 8.75rem;
	background: url(../images/jsbf_02.jpg) center no-repeat;
}
.jsdf{
	width: 105rem;
	margin: 0% auto;
	margin-top: 50px;
}
.jsdf ul{
	display: flex;
	justify-content: flex-start;
}
.jsdf ul li{
	width: 23%;
	margin: 1%;
}
.jsdf ul li div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.jsdf ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.jsdf ul li:hover img{
	transform: scale(1.05);
}
.jsdf ul li h1{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	font-size: 16px;
}
.fwzchi{
	width: 105rem;
	margin: 5.625rem auto;
}
.fwzhcilist{
	width: 105rem;
	margin: 0 auto;
}
.fwzhcilist ul{
	display: flex;
	justify-content: space-between;
}
.fwzhcilist ul li{
	width: calc(19% - 6.25rem);
	background-color: #f5f6f7;
	padding: 3.125rem ;
}
.fwzhcilist ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	margin-bottom: 2.5rem;
}
.fwzhcilist ul li h1{
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin-top: 2.1875rem;
}
.fwzhcilist ul li i{
	display: block;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	background-color: #f9b931;
	margin-top: 0.9375rem;
	margin-bottom: 1.5625rem;
}
.fwzhcilist ul li p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.shownavdvleftwz img{
	max-width: 100%;
}
.fzlcheng{
	padding-top: 6.25rem;
	padding-bottom: 6.5625rem;
	background: url(../images/fzlc_02.jpg) center no-repeat;
	background-size: cover;
}
.fzlcheng .rexiaocpbt h1{
	color: #fff;
}
.fzlcheng #thumbs23{
	width: 105rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.fzlcheng #thumbs23::after{
	content: "";
	position: relative;
	top: -50px;
	left: 0;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #4d4d4d;
	display: block;
}
.fzlcheng #thumbs23 .swiper-slide h1{
	width: 10px;
	height: 10px;
	border: 2px solid #4d4d4d;
	background-color: #1a1a1a;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}
.fzlcheng #thumbs23 .swiper-slide h2{
	color: #999999;
	font-size: 18px;
}

.fzlcheng #thumbs23 .swiper-slide-thumb-active h1{
	
	border: 2px solid #fff;
	background-color: #f9b931;
	
}
.fzlcheng #thumbs23 .swiper-slide-thumb-active h2{
	color: #fff;
	
}
.fzlcheng #gallery23{
	width: 105rem;
	margin-top: 4.6875rem;
}
.lishileft{
	width: 48%;
}
.lishileft img{
	width: 100%;
	display: block;
}
.lishi{
	display: flex;
	justify-content: space-between;
}
.lishiright{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lishiright section h1{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	line-height: 120px;
	border-bottom: 1px solid #4d4d4d;
	margin-top: ;
}
.lishiright section i{
	display: block;
	height: 25px;
	border-top: 1px solid #f9b931;
	width: 180px;
}
.lishiright section  p{
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
}
.fzlcheng #gallery23 .zys{
	position: absolute;
	bottom: 0;
	left: 52%;
}
.zys {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
}
.zys .swiper-button-next,.zys .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	position: initial;
}
.zys .swiper-button-next:after, .zys .swiper-button-prev:after{
	font-size: 14px;
	color: #4a4a4a;
}
.zys .swiper-button-next:hover,.zys .swiper-button-prev:hover{
	background-color: #f9b931;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}

.slideUp .headdvright ul li a span{
	color: #1a1a1a;
}
.slideUp{
	background-color: #fff;
}
.slideUp .dh iconpark-icon{
	border: 1px solid #f9b931;
	color: #f9b931;
}
.slideUp .dh span{
	color: #f9b931;
}
.slideUp .ss iconpark-icon{
	color: #1a1a1a;
}
.bannersasg h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.bannersasg .sgahhrj{
	width: 105rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -52.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bannersasg h2{
	color: #ffffff;
	font-size: 66px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.bannersasg h3{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}
.bannersasg  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	background-color: #f9b931;
	margin-top: 8.125rem;
}
.bannersasg  a span{
	color: #1a1a1a;
	font-size: 14px;
}
.bannersasg  a iconpark-icon{
	font-size: 20px;
}
.iwqjg{
	position: absolute;
	bottom: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 6;
}
.iwqjg h4{
	color: #fff;
	font-size: 16px;
}
.iwqjg div{
	margin:  0 30px;
}
.iwqjg div iconpark-icon{
	font-size: 32px;
	color: #fff;
	position: relative;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
@keyframes beat {
    0% {
       bottom: 20px;
    }
   
    100% {
   		bottom: 0px;
	}
}

.bannersasg img{
	display: block;
	width: 100%;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 52px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.cpzxsadsa{
	background-color: #f5f5f5;
	padding-top: 4.6875rem;
	padding-bottom: 6.25rem;
}
.wjxzlist{
	background-color: #f7f7f7;
	width: 105rem;
	margin: 0 auto;
}
.wjxzlist ul li{
	padding: 0 25px;
	padding-right: 0;
	height: 80px;
	margin-bottom: 10px;
	background-color: #ffffff;
	position: relative;
	transition: all 1s;
}
.wjxzlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wjxzlist ul li a h1{
	width: 83%;
	position: relative;z-index: 3;
	transition: all 1s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wjxzlist ul li a h1 i{
	display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #f9b931;
    margin-right: 20px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 i{
	background-color: #fff;
}
.wjxzlist ul li a h1 span{
	white-space:nowrap;
	width: 90%;
	overflow:hidden;
	height: 80px;
	text-overflow:ellipsis;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 span{
	color: #fff;
}
.wjxzlist ul li:hover a h1{
	color: #fff;
}
.wjxzlist ul li a iconpark-icon{
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
	height: 80px;
	font-size: 24px;
	color: #f9b931;
	position: relative;z-index: 3;
	transition: all 1s;
}

.wjxzlist ul li:hover{
	background-color: #f9b931;
}
.wjxzlist ul li:hover a iconpark-icon{
	background-color: #f9b931;
	color: #fff;
}
.log-in a.user-ico{
	width: 100%;
	height: auto;
	background:transparent;
}
.huiyuan .x1{
	width: 100%;
}
.log-in{
	position: initial;
}
.button-group, .button-group-y{
	width: 100%;
	display: flex;
	justify-content: center;
}
.log-in a.user-ico i{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 auto;
	background: #ECEFF5;
}
.log-in .button-group span{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
}
.dialog-body .input{
	height: 48px;
    padding: 0 12px;
    width: calc(100% - 24px);
}
.log-in a.user-head img{
	margin: 0 auto;
}
.log-in .button-group .drop-menu ul{
	display: block;
	width: auto;
}
.log-in .button-group .drop-menu{
	left: 0;
}
#gallery2 .csfalist ul li .csfad{
	position: initial;
	transform: rotateX(0deg);
	height: auto;
	background-color: #fff;
}
#gallery2 .csfalist ul li:hover .csfad{
	background-color: #f9b931;
}


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

.headdvright ul li:hover .headfwxm {
	padding:35px 2.5%;
	height: 240px;
}

.headfwxmleft {
	width: 15%;
	padding-right: 2.5%;
	border-right: 1px solid #e6e6e6;
	    margin-left: 5.5rem;

}

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

.headfwxmleft h1 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 25px;
	line-height: 35px;
	text-align: left;
}

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

.headfwxmleft p {
	color: #333333;
	line-height: 30px;
	font-size: 15px;
	text-align: left;
}

.headfwxmright {
	width: 75%;
	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: 17px;
}

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

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

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

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

.headdvright ul li .headfwxmright dl dd a {
	transition: all 1s;
	font-size: 14px;
}

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


.hot1{
	opacity: 1;
}
.hot0{
	opacity: 0;
}


.yce{
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}
.yce ul li{
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #f9b931;
}
.yce ul li i{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 16px;
}
.yce ul li iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 22px;
}
.yce ul li div{
	position: absolute;
	right: 20px ;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}
.yce ul li div h1{
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 190px;

	background-color: #f9b931;
}
.yce ul li:hover div{
	width: 190px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}
.yce ul li div img{
	display: block;
	width: 120px;
	margin: 0 auto;
}
.yce ul li:nth-child(3) div{
	width: 130px;
}
.yce ul li:nth-child(1){
	display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.dh span{
		font-size: 18px;
	}
	.headfwxmleft {
		margin-left: 0%;
	}
	.dh iconpark-icon{
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	.headdvright ul li a span{
		font-size: 16px;
	}
	.huiyuan section iconpark-icon{
		font-size: 22px;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div section h1{
		font-size: 24px;
	}
	.cpal #gallery2 .swiper-slide ul{
		width: 95%;
	}
	.cpal #gallery2 .swiper-slide ul li .cpd h1{
		font-size: 18px;
	}
	.cpal #gallery2 .swiper-slide ul li .cpd h2{
		display: flex;
	}
	.csfabt h1{
		font-size: 32px;
	}
	.csfabt p{
		font-size: 16px;
	}
	.csfa{
		width: 95%;
	}
	.csfalist ul li .csfad h1{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.csfalist ul li .csfad h3{
		margin-top: 0;
	}
	.csfalist ul li .csfat h1{
		font-size: 18px;
	}
	.about .aboutdv{
		width: 97.5%;
	}
	.abtjj{
		width: 50rem;
	}
	.ljar section h1{
		margin-bottom: 15px;
	}
	.abtjjbt h1{
		font-size: 32px;
	}
	.abtjjdv{
		width: 90%;
	}
	.abtjjdv h2{
		font-size: 22px;
	}
	.synewsbt{
		width: 95%;
	}
	.synewnr{
		width: 97%;
	}
	.synewnr #gallery .swiper-slide ul li h2{
		font-size: 18px;
		margin-bottom: 0.25rem;
	}
	.synewnr #gallery .swiper-slide ul li p{
		font-size: 14px;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft {
	    width: 34.75rem;
	}
	.wdldv{
		width: 95%;
	}
	.rexiaoanguibt{
		font-size: 32px;
	}
	.rexiaoanguilists .swiper-slide li .cpd h1{
		font-size: 18px;
	}
	.rexiaoanguilist{
		width: 97%;
	}
	.rexiaoanguilist #btn1, .rexiaoanguilist #btn2{
		width: 30px;
		height: 30px;
	}
	.rexiaoanguilist #btn1 iconpark-icon, .rexiaoanguilist #btn2 iconpark-icon{
		font-size: 18px;
	}
	.xilietopdv{
		width: 95%;
	}
	.xilietopdvleft h1 span{
		font-size: 32px;
	}
	.xilietopdvleft h1 img{
		font-size: 18px;
	}
	.xilietopdvright ul li a{
		font-size: 14px;
	}
	.xilielist{
		width: 95%;
	}
	.xilielist ul{
		width: 100%;
	}
	.xilielist ul li .cpd h1{
		font-size: 18px;
	}
	.xilielist ul li .cpd h2{
		display: flex;
	}
	.synewsbtleft h1{
		font-size: 32px;
	}
	.cplilst{
		width: 95%;
	}
	.cplilstbtleft h1{
		font-size: 32px;
	}
	.cplilstbtright ul li a{
		font-size: 14px;
	}

	.pall .xilielist{
		width: 100%;
	}
	.synews2 .synewsbtright #thumbs .swiper-slide h2{
		font-size: 14px;
	}
	.synewsbtleft #thumbs .swiper-slide h2{
		font-size: 14px;
	}
	.mbx{
		width: 95%;
	}
	.cpbanner .mbx{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.headdvleft{
		margin-left: 2.5%;
	}
	.mbxright a span{
		font-size: 14px;
	}
	.cpxq{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.cpxqleft h2{
		font-size: 28px;
	}
	.cpxqleft ul li{
		font-size: 14px;
	}
	.cpxqleft section a{
		margin-top: 4.5rem;
	}
	.cpgzxqtop #thumbs22{
		width: 95%;
	}
	.cpgzxqdv{
		width: 95%;
	}
	.cpgs{
		width: 95%;
		padding: 2.5%;
		margin-bottom: 0;
	}
	.cpsx{
		width: 100%;
		margin-top: 20px;
	}
	.cpgzxq{
		padding-bottom: 5rem;
	}
	.rexiaocpbt h1{
		font-size: 32px;
	}
	.jjfa{
		width: 95%;
	}
	.jjfaxq{
		width: 95%;
	}
	.hyjjie{
		width: 95%;
	}
	.hylist ul li section h1{
		font-size: 16px;
	}
	.jjfaxqbt{
		font-size: 28px;
	}
	.hyjjiebt span{
		font-size: 18px;
	}
	.xwdv{
		width: 95%;
	}
	.xwdv ul li section h1{
		font-size: 18px;
		margin-bottom: 0.5rem;
	}
	.xwdv ul li section p{
		font-size: 14px;
	}
	.xwdv ul li section h2{
		margin-top: 0.8rem;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvleft{
		width: 75%;
	}
	.newlt{
		width: 95%;
		padding: 2.5%;
	}
	.shownavdvleftbt h1{
		font-size: 18px;
	}
	.shownavdvright{
		width: 20%;
	}
	.lxiwmbt h1{
		font-size: 32px;
	}
	.lxiwmlist{
		width: 95%;
	}
	.lxiwmlist ul li p{
		font-size: 14px;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form{
		width: 95%;
		padding: 2.5%;
	}
	.lxfwzxlist{
		width: 95%;
	}
	.lxfwzxlistleft{
		width: 79%;
	}
	.lxfwzxlistright{
		width: 20%;
	}
	.gfdp{
		width: 95%;
	}
	.gfdpdv{
		width: 100%;
	}
	.fxwldv{
		width: 95%;
	}
	.fxwldv dl dd{
		font-size: 14px;
	}
	.lxfwzxlistleft ul li{
		width: 44.5%;
	}
	.ppjianj{
		width: 95%;
	}
	.ppjianjleft p{
		font-size: 14px;
	}
	.ppjianjright{
		width: 47%;
	}
	.szdv{
		width: 95%;
	}
	.wmdysdv{
		width: 95%;
	}
	.jsdf{
		width: 95%;
	}
	.fwzchi{
		width: 95%;
	}
	.fwzhcilist{
		width: 100%;
	}
	.fwzhcilist ul li p{
		font-size: 14px;
	}
	.fwzhcilist ul li h1{
		font-size: 18px;
	}
	.zxxjdv{
		width: 95%;
	}
	.zxxjdv form{
		width: 95%;
		padding: 2.5%;
	}
	.fzlcheng #thumbs23{
		width: 95%;
	}
	.fzlcheng #gallery23{
		width: 95%;
	}
	.cpal #gallery2 .swiper-slide ul li {
	    width: 27.625rem;
	    position: relative;
	}
	.wjxzlist{
		width: 95%;
	}
	.headdvleft img{
		height: 80%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.wjxzlist{
		width: 95%;
	}
	.headfwxmleft {
		margin-left: 0%;
	}
	.dh span{
		font-size: 18px;
	}
	.headdvright{
		width: 97.375rem;
	}
	.dh iconpark-icon{
		font-size: 16px;
		width: 25px;
		height: 25px;
	}
	.headdvright ul {
		width: 64.5rem;
	}
	.headdvright ul li a span{
		font-size: 14px;
	}
	.ss iconpark-icon {
	    font-size: 17px;
	    color: #fff;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div section p{
		font-size: 14px;
	}
	.cpal #gallery2 .swiper-slide ul li .cpd p span{
		width: 80%;
	}
	.huiyuan section iconpark-icon{
		font-size: 22px;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div section h1{
		font-size: 18px;
	}
	.cpal #gallery2 .swiper-slide ul{
		width: 95%;
	}
	.cpal #gallery2 .swiper-slide ul li .cpd h1{
		font-size: 18px;
	}
	.cpal #gallery2 .swiper-slide ul li .cpd h2{
		display: flex;
		height: 35px;
		width: 100px;
	}
	.rexiaoanguilists .swiper-slide li .cpd h2{
		display: flex;
		height: 35px;
		width: 100px;
	}
	.csfabt h1{
		font-size: 32px;
	}
	.csfabt p{
		font-size: 16px;
	}
	.csfa{
		width: 95%;
	}
	.csfalist ul li .csfad h1{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.csfalist ul li .csfad h3{
		margin-top: 0;
	}
	.csfalist ul li .csfat h1{
		font-size: 18px;
	}
	.about .aboutdv{
		width: 97.5%;
	}
	.abtjj{
		width: 50rem;
	}
	.ljar section h1{
		margin-bottom: 15px;
	}
	.abtjjbt h1{
		font-size: 32px;
	}
	.abtjjdv{
		width: 90%;
	}
	.abtjjdv h2{
		font-size: 22px;
	}
	.synewsbt{
		width: 95%;
	}
	.synewnr{
		width: 97%;
	}
	.synewnr #gallery .swiper-slide ul li h2{
		font-size: 18px;
		margin-bottom: 0.25rem;
	}
	.synewnr #gallery .swiper-slide ul li p{
		font-size: 14px;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft {
	    width: 34.75rem;
	}
	.wdldv{
		width: 95%;
	}
	.rexiaoanguibt{
		font-size: 32px;
	}
	.rexiaoanguilists .swiper-slide li .cpd h1{
		font-size: 18px;
	}
	.rexiaoanguilist{
		width: 97%;
	}
	.rexiaoanguilist #btn1, .rexiaoanguilist #btn2{
		width: 30px;
		height: 30px;
	}
	.rexiaoanguilist #btn1 iconpark-icon, .rexiaoanguilist #btn2 iconpark-icon{
		font-size: 18px;
	}
	.xilietopdv{
		width: 95%;
	}
	.xilietopdvleft h1 span{
		font-size: 22px;
	}
	.xilietopdvright ul li{
		margin: 0 7px;
	}
	.xilietopdvleft h1 img{
		font-size: 18px;
	}
	.xilietopdvright ul li a{
		font-size: 14px;
	}
	.xilielist{
		width: 95%;
	}
	.xilielist ul{
		width: 100%;
	}
	.xilielist ul li .cpd h1{
		font-size: 18px;
	}
	.xilielist ul li .cpd h2{
		display: flex;
		height: 35px;
		width: 100px;
	}
	.synewsbtleft h1{
		font-size: 32px;
	}
	.cplilst{
		width: 95%;
	}
	.cplilstbtleft h1{
		font-size: 32px;
	}
	.cplilstbtright ul li a{
		font-size: 14px;
	}
	.pall .xilielist{
		width: 100%;
	}
	.synews2 .synewsbtright #thumbs .swiper-slide h2{
		font-size: 14px;
	}
	.mbx{
		width: 95%;
	}
	.cpbanner .mbx{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.headdvleft{
		margin-left: 2.5%;
	}
	.mbxright a span{
		font-size: 14px;
	}
	.cpxq{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.cpxqleft h2{
		font-size: 24px;
	}
	.cpxqleft ul li{
		font-size: 14px;
	}
	.cpxqleft section a{
		margin-top: 4.5rem;
	}
	.cpgzxqtop #thumbs22{
		width: 95%;
	}
	.cpgzxqdv{
		width: 95%;
	}
	.cpgs{
		width: 95%;
		padding: 2.5%;
		margin-bottom: 0;
	}
	.cpsx{
		width: 100%;
		margin-top: 20px;
	}
	.cpgzxq{
		padding-bottom: 5rem;
	}
	.rexiaocpbt h1{
		font-size: 32px;
	}
	.jjfa{
		width: 95%;
	}
	.jjfaxq{
		width: 95%;
	}
	.hyjjie{
		width: 95%;
	}
	.hylist ul li section h1{
		font-size: 16px;
	}
	.jjfaxqbt{
		font-size: 24px;
	}
	.hyjjiebt span{
		font-size: 18px;
	}
	.xwdv{
		width: 95%;
	}
	.xwdv ul li section h1{
		font-size: 18px;
		margin-bottom: 0.5rem;
	}
	.xwdv ul li section p{
		font-size: 14px;
	}
	.xwdv ul li section h2{
		margin-top: 0.8rem;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvleft{
		width: 75%;
	}
	.newlt{
		width: 95%;
		padding: 2.5%;
	}
	.shownavdvleftbt h1{
		font-size: 18px;
	}
	.shownavdvright{
		width: 20%;
	}
	.lxiwmbt h1{
		font-size: 32px;
	}
	.lxiwmlist{
		width: 95%;
	}
	.lxiwmlist ul li p{
		font-size: 14px;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form{
		width: 95%;
		padding: 2.5%;
	}
	.lxfwzxlist{
		width: 95%;
	}
	.lxfwzxlistleft{
		width: 79%;
	}
	.lxfwzxlistright{
		width: 20%;
	}
	.gfdp{
		width: 95%;
	}
	.gfdpdv{
		width: 100%;
	}
	.fxwldv{
		width: 95%;
	}
	.fxwldv dl dd{
		font-size: 14px;
	}
	.lxfwzxlistleft ul li{
		width: 44.5%;
	}
	.ppjianj{
		width: 95%;
	}
	.ppjianjleft p{
		font-size: 14px;
	}
	.ppjianjright{
		width: 47%;
	}
	.szdv{
		width: 95%;
	}
	.wmdysdv{
		width: 95%;
	}
	.jsdf{
		width: 95%;
	}
	.fwzchi{
		width: 95%;
	}
	.fwzhcilist{
		width: 100%;
	}
	.fwzhcilist ul li p{
		font-size: 14px;
	}
	.fwzhcilist ul li h1{
		font-size: 18px;
	}
	.zxxjdv{
		width: 95%;
	}
	.zxxjdv form{
		width: 95%;
		padding: 2.5%;
	}
	.csfalist ul li .csfad p span,.rexiaoanguilists .swiper-slide li .cpd p span,.cpal #gallery2 .swiper-slide ul li .cpd p span,.xilielist ul li .cpd p span{
		overflow:hidden;
		height: 25px;
		text-overflow:ellipsis;
		white-space:nowrap;

		overflow:hidden;

		text-overflow:ellipsis;
	}
	.abtjjdv p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 30px;
	}
	.xilietopdvleft h1 img{
		width: 16px;
		margin-top: 8px;
	}
	.xilietopdvright .xila{
		width: 100px;
		height: 40px;
	}
	.szdv ul li h1 span{
		font-size: 42px;
	}
	.wmdysdv ul li section h1{
		font-size: 18px;
	}
	.shownav ul li{
		height: 45px;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.lxfwzxlistright section p span{
		font-size: 13px;
		width: 95%;
	}
	.lxfwzxlistleft ul li section p span{
		font-size: 14px;
	}
	.gfdpdvleft div section h1,.gfdpdvright div section h1{
		font-size: 20px;
	}
	.fxwldv dl dt{
		font-size: 16px;
	}
	.fxwldv dl dt h4{
		width: 13.5rem;
	}
	.fxwldv dl dt h3 {
	    width: 46rem;
	}
	.fxwldv dl dd h4{
		width: 13.5rem;
	}
	.fxwldv dl dd h3 {
	    width: 46rem;
	}
	.fzlcheng #thumbs23{
		width: 95%;
	}
	.fzlcheng #gallery23{
		width: 95%;
	}
	.lishiright section h1{
		font-size: 24px;
		line-height: 50px;
	}
	.cpal #gallery2 .swiper-slide ul li {
	    width: 27.625rem;
	    position: relative;
	}
	.cpal{
		padding-bottom: 0;
	}
	.headdvright ul {
	    width: 65.5rem;
	}
	.headdvright {
    	width: 95.375rem;
    }
    .headdvright ul li .headfwxmright dl dd a{
    	font-size: 14px;
    }
    .headdvright ul li .headfwxmright dl dd a{
    	height: 40px;
    	white-space:nowrap;

		overflow:hidden;

		text-overflow:ellipsis;
    }
    .headfwxmleft{
    	padding-right: 2.5%;
    }
    .headfwxmright{
    	width: 75%;
    }
    .headdvleft img{
		height: 65%;
	}
}
@media screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.cpal #thumbs2 .swiper-slide .rxcp{
		height: 100px;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div{
		height: 100px;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div section h1{
		font-size: 18px;
	}
	.cpal #thumbs2 .swiper-slide .rxcp div section p{
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		line-height: 20px;
	}
	.cpal #gallery2 .swiper-slide ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.cpal #gallery2 .swiper-slide ul li{
		width: 48%;
		margin: 1%;
	}
	.cpal #gallery2 .swiper-slide ul li .cpt span{
		background-size: cover;
		width: 51px;
		height: 24px;
	}
	.cpal #gallery2 .swiper-slide ul li .cpt h1{
		font-size: 15px;
	}
	.cpal #gallery2 .swiper-slide ul li .cpt p{
		font-size: 13px;
	}
	.cpal #gallery2 .swiper-slide ul li:hover .cpd{
		display: none;
	}
	.cpal #gallery2 .swiper-slide ul li:hover .cpt{
		transform: rotateY(0deg);
	}
	.csfa{
		width: 95%;
	}
	.csfabt h1{
		font-size: 18px;
	}
	.csfabt p{
		font-size: 13px;
		line-height: 25px;
	}
	.csfalist ul li{
		width: 48%;
		margin: 1%;
	}
	.csfalist ul li .csfat h1{
		font-size: 14px;
	}
	.csfalist ul li:hover .csfad{
		
	}
	.csfalist ul li:hover .csfat h1 {
	    opacity: 1;
	}
	.about .aboutdv{
		width: 100%;
		margin: 0 auto;
		position: inherit;
		flex-direction: column-reverse;
	}
	.abtjj{
		width: 100%;
		padding: 2.5% 0;
	}
	.abtjjdv{
		width: 95%;
	}
	.abtjjbt h1{
		font-size: 18px;
	}
	.abtjjdv h2{
		font-size: 16px;
	}
	.abtjjdv p{
		font-size: 12px;
		line-height: 30px;
	}
	.ljar{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.ljar section h1{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.aboutdv .aice{
		width: 100%;
		height: auto;
		padding: 10px 0px;
	}
	.aboutdv .aice ul li h1{
		font-size: 36px;
	}
	.aboutdv .aice ul li p{
		font-size: 12px;
	}
	.synewsbt{
		width: 95%;
		display: block;
	}
	.synewsbtleft h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.synewsbtleft #thumbs{
		width: 100%;
	}
	.synewsbtleft #thumbs .swiper-slide h2{
		font-size: 14px;
		text-align: center;
	}
	.synewsbtright a{
		width: 90px;
		height: 35px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.synewsbtright a span{
		font-size: 12px;
	}
	.synewnr{
		width: 97%;
		margin-top: 20px;
	}
	.synewnr #gallery .swiper-slide ul li{
		width: 44%;
		padding: 2%;
		margin: 1%;
	}
	.synewnr #gallery .swiper-slide ul li h1 span{
		width: 65px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.synewnr #gallery .swiper-slide ul li h1 i{
		font-size: 12px;
	}
	.synewnr #gallery .swiper-slide ul li h2{
		font-size: 16px;
		margin: 10px auto;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.synewnr #gallery .swiper-slide ul li p{
		height: 50px;
		font-size: 12px;
		line-height: 25px;
	}
	.foot,.wdl{
		display: none;
	}
	.aboutdv .aice ul li h1 img{
		width: 70px;
	}
	.rexiaoanguibt{
		font-size: 18px;
	}
	.rexiaoanguilist{
		width: 95%;
	}
	.rexiaoanguilist #btn1, .rexiaoanguilist #btn2{
		display: none;
	}
	.rexiaoanguilists{
		width: 100%;
	}
	.rexiaoanguilists .swiper-slide li .cpt span{
		background-size: cover;
		width: 51px;
		height: 24px;
	}
	.rexiaoanguilists .swiper-slide li .cpt h1{
		font-size: 15px;
	}
	.rexiaoanguilists .swiper-slide li .cpt p{
		font-size: 13px;
	}
	.synewsbtleft #thumbs .swiper-slide h2{
		font-size: 13px;
	}
	.rexiaoanguilists .swiper-slide li:hover .cpd{
		display: none;
	}
	.rexiaoanguilists .swiper-slide li:hover .cpt{
		transform: rotateY(0deg);
	}
	.xilietopdv{
		width: 95%;
		display: block;
	}
	.xilietopdvleft h1{
		justify-content: center;
	}
	.xilietopdvleft h1 img{
		width: 12px;
		margin-top: 6px;
	}
	.xilietopdvleft h1 span{
		font-size: 18px;
	}
	.xilietopdvright{
		display: block;
	}
	.xilietopdvright ul{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xilietopdvright ul li a{
		font-size: 12px;
	}
	.xilietopdvright .xila{
		width: 80px;
		height: 35px;
		margin: 0 auto;
	}
	.xilietopdvright .xila span{
		font-size: 12px;
	}
	.xilietopdvright .xila iconpark-icon{
		font-size: 16px;
	}
	.xilielist{
		width: 95%;
	}
	.xilielist ul{
		width: 100%;
	}
	.synews2 .synewsbtright #thumbs {
	    width: 100%;
	}
	.synews2 .synewsbtright #thumbs .swiper-slide h2{
		font-size: 14px;
	}
	.xilietopdvright ul li {
	    margin: 0 5px;
	}
	.xilietopdvright ul{
		flex-wrap: wrap;
	}
	.xilielist ul li{
		width: 48%;
	}
	.xilielist ul li .cpt span{
		background-size: cover;
		width: 51px;
		height: 24px;
	}
	.xilielist ul li .cpt h1{
		font-size: 16px;
	}
	.xilielist ul li .cpt p{
		font-size: 13px;
		line-height: 25px;
	}
	.xilielist ul li:hover .cpt {
	    transform: rotateY(0deg);
	}
	.xilielist ul li:hover .cpd {
	    display: none;
	}
	.mbx{
		display: none;
	}
	.cplilst{
		width: 95%;
	}
	.cplilstbt{
		display: block;
	}
	.cplilstbtleft h1{
		text-align: center;
		font-size: 18px;
	}
	.cplilstbtright ul li a{
		font-size: 12px;
	}
	.cplilstbtright ul{
		justify-content: space-between;
	}
	.cplilstbtright{
		margin: 15px auto;
	}
	.pall .xilielist{
		width: 100%;
	}
	.cpxq{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
		position: initial;
		margin: 0 auto;
	}
	.cpxqdv{
		flex-direction: column-reverse;
	}
	.cpbanner>img{
		display: none;
	}
	.cpxqright{
		width: 100%;
	}
	.cpxqright #thumbs2{
		margin-top: 10px;
	}
	.cpxqleft{
		width: 100%;
		margin-top: 20px;
	}
	.cpxqleft h1{
		font-size: 12px;
		padding: 5px 10px;
	}
	.cpxqleft h2{
		font-size: 16px;
	}
	.cpxqleft ul li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.cpxqleft section{
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.cpxqleft section a{
		width: 49%;
		margin-top: 10;
	}
	.cpxqleft section a{
		width: 49%;
		margin: 0;
		height: 35px;
	}
	.cpxqleft section a span{
		font-size: 14px;
	}
	.cpgzxqtop{
		height: 40px;
	}
	.cpgzxqtop #thumbs22{
		width: 95%;
	}
	.cpgzxqtop #thumbs22 .swiper-slide h1{
		line-height: 40px;
	}
	.cpgzxqtop #thumbs22 .swiper-slide h1{
		font-size: 14px;
	}
	.cpgzxqdv{
		width: 95%;
	}
	.cpgs{
		width: 95%;
		padding: 2.5%;
	}
	.cpsx{
		display: block;
		width: 100%;
	}
	.cpsx div{
		display: none;
	}
	.cpsx p a{
		line-height: 30px;
	}
	.rexiaocpbt h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.ppjianj{
		width: 95%;
		display: block;
	}
	.ppjianjleft{
		width: 100%;
	}
	.ppjianjleft h1{
		text-align: center;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.ppjianjleft h2{
		font-size: 14px;
	}
	.ppjianjleft p{
		margin-top: 15px;
		font-size: 12px;
		line-height: 25px;
	}
	.ppjianjright{
		width: 80%;
		margin: 20px auto;
	}
	.sz{
		height: auto;
	}
	.szdv{
		width: 95%;
		height: auto;
		padding: 20px 0px;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 33.33%;
		margin: 10px 0px;
	}
	.szdv ul li:nth-child(4),.szdv ul li:nth-child(5){
		width: 48%;
	}
	.szdv ul li h1{
		height: 35px;
	}
	.szdv ul li h1 span{
		font-size: 28px;
	}
	.szdv ul li h1 i{
		font-size: 14px;
	}
	.szdv ul li img{
		width: 60px;
	}
	.szdv ul li h2{
		font-size: 12px;
	}
	.wmdysdv{
		width: 95%;
		margin-top: 20px;
	}
	.wmdysdv ul{
		display: flex;
		flex-wrap: wrap;
	}
	.wmdysdv ul li:nth-child(2), .wmdysdv ul li:nth-child(4){
		margin-top: 0;
		margin: 1%;
	}
	.wmdysdv ul li{
		width: 48%;
		margin: 1%;
	}
	.wmdysdv ul li section h1{
		font-size: 16px;
	}
	.wmdysdv ul li section p{
		font-size: 12px;
		line-height: 25px;
	}
	.wmdysdv ul li section{
		width: 90%;
		left: 5%;
	}
	.jsdf{
		width: 95%;
		margin-top: 20px;
	}
	.jsdf ul{
		flex-wrap: wrap;
	}
	.jsdf ul li{
		width: 48%;
		margin: 1%;
	}
	.jsdf ul li h1{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.fwzhcilist ul{
		display: block;
	}
	.fwzchi{
		width: 95%;
	}
	.fwzhcilist{
		width: 100%;
		margin-top: 20px;
	}
	.fwzhcilist ul li{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.fwzhcilist ul li span{
		font-size: 24px;
	}
	.fwzhcilist ul li h1{
		font-size: 16px;
	}
	.fwzhcilist ul li i{
		margin-top: 10px;
	}
	.fwzhcilist ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.shownav ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.shownav ul li{
		width: 33.33%;
		line-height: 40px;
		height: auto;
	}
	.shownav ul li a{
		line-height: 40px;
		font-size: 14px;
	}
	.shownav ul li:nth-child(2n){
		background-color: #f5f5f5;
	}
	.jjfa{
		width: 95%;
	}
	.jjfa .csfalist ul li{
		width: 48%;
	}
	.csfalist ul li .csfad h1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.csfalist ul li .csfad p{
		display: block;
	}
	.csfalist ul li .csfad p i{
		margin-bottom: 5px;
		font-size: 12px;
		width: 75px;
	}
	.csfalist ul li .csfad p span{
		font-size: 12px;
	}
	.jjfaxqbt{
		font-size: 16px;
		margin: 12px auto;
	}
	.hyjjie{
		width: 95%;
	}
	.hyjjiebt span{
		font-size: 15px;
	}
	.hyjjiebt i{
		margin-right: 10px;
		height: 20px;
	}
	.hyjjiebt{
		height: 40px;
	}
	.hyxq{
		padding: 2.5%;
		width: 95%;
	}
	.hylist ul li{
		width: 48%;
		margin: 1%;
	}
	.hylist ul{
		flex-wrap: wrap;
	}
	.hylist ul li section h1{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.hylist ul li section p {
		display: block;
	}
	.hylist ul li section p i{
		font-size: 12px;
	}
	.lxiwmbt h1{
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.lxiwmbt p{
		font-size: 12px;
		line-height: 25px;
		width: 95%;
		margin: 0 auto;
	}
	.lxiwmlist{
		width: 95%;
	}
	.lxiwmlist ul{
		display: block;
	}
	.lxiwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxiwmlist ul li iconpark-icon{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.lxiwmlist ul li h1{
		font-size: 16px;
	}
	.lxiwmlist ul li p{
		font-size: 12px;
	}
	.zxlybt h1{
		font-size: 18px;
	}
	.zxlybt p{
		font-size: 12px;
		line-height: 20px;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form{
		width: 90%;
		padding: 5%;
	}
	.zxlydv form div{
		display: block;
	}
	.zxlydv form input{
		width: calc(98% - 12px);
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.zxlydv form textarea{
		width: calc(98% - 12px);
		padding: 0 10px;
		font-size: 12px;
	}
	.zxlydv form button{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.lxfwzxlist{
		width: 95%;
		display: block;
	}
	.lxfwzxlistleft{
		width: 100%;
	}
	.lxfwzxlistleft ul{
		display: block;
	}
	.lxfwzxlistleft ul li{
		width: 90%;
		height: auto;
		padding: 5%;
		margin-top: 10px;
	}
	.lxfwzxlistleft ul li section h1{
		font-size: 16px;
	}
	.lxfwzxlistleft ul li section p span{
		font-size: 12px;
	}
	.lxfwzxlistleft ul li section p{
		margin-top: 10px;
	}
	.lxfwzxlistright{
		width: 90%;
		height: auto;
		padding: 5%;
		margin-top: 10px;
	}
	.lxfwzxlistright section{
		padding: 0;
	}
	.lxfwzxlistright section h1{
		font-size: 16px;
	}
	.lxfwzxlistright section p span{
		font-size: 12px;
	}
	.gfdp{
		width: 95%;
	}
	.gfdpdv{
		width: 100%;
		display: block;
	}
	.gfdpdvleft{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.gfdpdvleft div img{
		width: 100px;
	}
	.gfdpdvleft div section h1{
		font-size: 16px;
	}
	.gfdpdvleft div section h2{
		margin-top: 1.875rem;
		width: 50px;
		height: 30px;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		line-height: 30px;
	}
	.gfdpdvright{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.gfdpdvright div img{
		width: 100px;
	}
	.gfdpdvright div section h1{
		font-size: 16px;
	}
	.gfdpdvright div section h2{
		margin-top: 1.875rem;
		width: 50px;
		height: 30px;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		line-height: 30px;
	}
	.fxwldv{
		width: 95%;
	}
	.fxwldv form h1{
		width: 15%;
		font-size: 14px;
	}
	.fxwldv form input{
		width: 60%;
		font-size: 14px;
		line-height: 40px;
	}
	.fxwldv form button{
		width:15%;
		height: 40px;
	}
	.fxwldv form button span{
		display: none;
	}
	.fxwldv dl dd{
		font-size: 12px;
		line-height: 20px;
	}
	.fxwldv dl dt{
		line-height: 45px;
		font-size: 14px;
	}
	.fxwldv a{
		width: 180px;
		height: 40px;
	}
	.fxwldv a span{
		font-size: 12px;
	}
	.shownav ul{
		justify-content: space-between;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.newlt{
		width: 90%;
		padding: 5%;
	}
	.shownavdvleftbt h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.faye p{
		font-size: 12px;
		line-height: 25px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
	}
	.bsua span{
		font-size: 16px;
	}
	.shownavdvright form{
		height: 35px;
	}
	.shownavdvright form button{
		height: 35px;
		width: 35px;
	}
	.shownavdvright form input{
		line-height: 35px;
		font-size: 12px;
	}
	.bsua{
		margin-top: 15px;
	}
	.xwdv{
		width: 95%;
	}
	.xwdv ul li{
		width: 48%;
		margin: 1%;
	}
	.xwdv ul li section h1{
		font-size: 16px;
	}
	.xwdv ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 75px;
	}
	.zxxjdv{
		width: 95%;
	}
	.zxxjia{
		height: auto;
		padding: 10px 0px;
	}
	.zxxjia h1{
		font-size: 18px;
	}
	.zxxjia p{
		font-size: 12px;
		line-height: 25px;
	}
	.zxxjdv form{
		width: 95%;
		padding: 2.5%;
	}
	.zxxjdv form div{
		display: block;
	}
	.zxxjdv form input{
		width: calc(98% - 12px);
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.zxxjdv form textarea{
		width: calc(98% - 12px);
		padding: 0 10px;
		font-size: 12px;
	}
	.zxxjdv form button{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.fzlcheng #thumbs23{
		width: 95%;
		margin-top: 20px;
	}
	.fzlcheng #thumbs23 .swiper-slide h1{
		margin: 0 auto;
	}
	.fzlcheng #thumbs23 .swiper-slide h2{
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.fzlcheng #thumbs23::after{
		top: -40px;
	}
	.fzlcheng #gallery23{
		width: 95%;
	}
	.lishi{
		display: block;
	}
	.lishileft{
		display: block;
		width: 100%;
	}
	.lishiright{
		width: 100%;
		display: block;
	}
	.fzlcheng #gallery23 .zys{
		width: 100%;
		top: 20%;
		left: 0;
		height: auto;
	}
	.lishiright section h1{
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	}
	.lishiright section i{
		width: 120px;
		height: 15px;
		margin: 0 auto;
	}
	.lishiright section p{
		font-size: 12px;
		line-height: 25px;
	}
	.zys .swiper-button-next, .zys .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.zys .swiper-button-next:after, .zys .swiper-button-prev:after{
		font-size: 12px;
	}
	.bannersasg .sgahhrj{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg h2{
		font-size: 20px;
		text-align: center;
	}
	.bannersasg h3{
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}
	.bannersasg a{
		display: none;
	}
	.sgahhrj section{
		width: 100%;
	}
	.nrbanner .btext h2{
		font-size: 20px;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		width: 130%;
		margin-left: -15%;
	}
	.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: #f9b931;
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg img{
		width: 135%;
		margin-left: -25%;
		max-width: none;
	}
	.iwqjg h4{
		font-size: 12px;
	}
	.iwqjg div iconpark-icon{
		font-size: 22px;
	}
	.cplilstbtright ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		line-height: 30px;
	}
	.xilielist ul li .cpt p{
		height: 50px;
		line-height: 25px;
	}
	.xilielist ul li .cpt h1{
		font-size: 15px;
	}
	.blank-large{
		height: 30px;
	}
	.rexiaoanguilists .swiper-slide li .cpt p{
		    overflow: hidden;
		    height: 50px;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.xilietopdvright ul li{
		line-height: 28px;
	}
	.synewnr #gallery .swiper-slide ul li h1 span{
		width: 80px;
	}
	.ljar{
		display: none;
	}
	.ljar2{
		display: flex;
	}
	.wjxzlist{
		width: 95%;
	}
	.wjxzlist ul li{
		height: 40px;
	}
	.wjxzlist ul li a{
		height: 40px;
	}
	.wjxzlist ul li a h1 span{
		font-size: 14px;
	}
	.wjxzlist ul li a iconpark-icon{
		font-size: 20px;
		height: 40px;
	}
	.wjxzlist ul li{
		padding: 0 15px;
		padding-right: 0;
	}
}
