/* 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: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}

@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
body {
	font-family: "Montserrat_Light";
}
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;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
}

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

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

}

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

.headdvleft img {
	display: block;
	height: 90px;
}

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

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

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

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

.headdvright ul li a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	position: relative;
	padding: 0 10px;
}
.headdvright ul li a span{
	color: #ffffff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.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: #fff;
}
.slideUp .headdvright ul li:hover a::after{
	background-color: #e60641;
}
.headdvright ul li.active a::after{
	background-color: #fff;
}
.slideUp .headdvright ul li.active a::after{
	background-color:#e60641;
}
.slideUp .headdvright ul li.active a::after{
	background-color:#e60641;
}
.cpyfwleft .fw dl dd ul li a:hover{
	color: #e60641;
}
.ss iconpark-icon{
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.slideUp .ss iconpark-icon{
	color: #e60641;
}
.banner{
	position: relative;
	z-index: 3;
}
.banner img {
	display: block;
	width: 100%;
}
.dh{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 35px;
}
.dh iconpark-icon{
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 5px;
	margin-right: 10px;
}
.dh span{
	color: #fff;
	font-family: "Tungsten";
	font-weight: bold;
	font-size: 36px;
}
.slideUp .yyan{
	background-color: #e60641;
}
.yyan{
	width: 70px;
	height: 33px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	margin-left: 20px;
	border-radius: 50px;
}
.yyan a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan h1{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.yyan iconpark-icon {
	color: #e60641;
	font-size: 22px;
}
.slideUp .yyan iconpark-icon {
	color: #fff;
}
.yyan span{
	font-size: 14px;
	color: #e60641;
}
.slideUp .yyan span{
	color: #fff;
}
.incpzx{
	width: 1400px;
	margin: 90px auto;
}
.incpzxbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.incpzxbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.incpzxbt a{
	color: #808080;
	font-size: 16px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}
.incpzxlisttop{
	display: flex;
	justify-content: space-between;
}
.incpzxlistleft{
	position: relative;
	overflow: hidden;
	transition: all 1s;
}
.incpzxlistright{
	width: 49.5%;
	transition: all 1s;
}
.incpzxlistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incpzxlistleft:hover img{
	transform: scale(1.05);
}
.incpzxlistright img{
	display: block;
	width: 100%;
}
.incpzxlistleft a div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.incpzxlistleft a div section h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.incpzxlistleft a div section p{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	transition: all 1s;
}
.incpzxlistright{
	position: relative;
	overflow: hidden;
}
.incpzxlistright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incpzxlistright:hover img{
	transform: scale(1.05);
}
.incpzxlistright a h1{
	width: 90%;
	position: absolute;
	top: 10%;
	left: 5%;
	text-align: left;
	color: #333333;
	font-size: 26px;
}
.incpzxlistdown{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.incpzxlistdownall{
	width: 24.3%;
	position: relative;
	overflow: hidden;
} 
.incpzxlistdownall img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incpzxlistdownall:hover img{
	transform: scale(1.05);
}
.incpzxlistdownall a h1{
	width: 90%;
	position: absolute;
	top: 10%;
	left: 10%;
	text-align: left;
	color: #333333;
	font-size: 26px;
}
.incpzxlistdownall img.img2{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.incpzxlistdownall  section p{
	display: none;
}
.ingywmdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ingywmdvleft{
	width: 45%;
}
.ingywmdvleft h1{
	color: #333333;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px;
}
.ingywmdvleft div{
	padding: 40px 0px;
	background-color: #e60641;
	position: relative;
}
.ingywmdvleft div section{
	position: relative;
	z-index: 3;
}
.ingywmdvleft div h2{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ingywmdvleft div h3{
	color: #ffffff;
	font-size: 26px;
}
.ingywmdvleft div p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 25px;
}
.ingywmdvleft div a{
	display: block;
	width: 150px;
	height: 45px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
	border-radius: 50px;
	transition: all 1s;
}
.ingywmdvleft div a:hover{
	 background-color: #fff;
	 color: #e60641;
}
.ingywmdvleft div::after{
	content: "";
	width: 190%;
	height: 100%;
	background-color: #e60641;
	position: absolute;
	top: 0;
	left: -40%;
}
.ingywmdvright{
	width: 44%;
	position: relative;z-index: 2;
}
.ingywmdvright img{
	display: block;
	width: 100%;
}
.ingywm{
	background: url(../images/ddd_03.jpg) right top no-repeat;
	background-size: contain;
	padding-top: 40px;
}
.zzydv{
	width: 1400px;
	margin: 110px auto;
}
.zzybt{
	text-align: left;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.zzydvlist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	height: 610px;
}
.zzydvlist ul li{
	width: calc(50% - 100px);
	border: 1px solid #dedede;
	border-left: none;
	padding: 50px;
	transition: all 1s;
}
.zzydvlist ul li:first-child{
	border-left: 1px solid #dedede;
}
.zzydvlist ul li div{
	display: block;
	position: relative;
	width: 80px;margin: 0 auto;
}
.zzydvlist ul li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: all 1s;
	width: 100%;
}
.zzydvlist ul li img:nth-child(2){
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.zzydvlist ul li:hover img:nth-child(2){
	opacity: 1;
}
.zzydvlist ul li h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	transition: all 1s;
}
.zzydvlist ul li p{
	line-height: 30px;
	color: #666666;
	font-size: 15px;
	min-height: 120px;
	transition: all 1s;
	height: 300px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.zzydvlist ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	height: 0px;
	overflow: hidden;
	transition: all 1s;
}
.zzydvlist ul li a span{
	color: #ffffff;
	font-size: 14px;
}
.zzydvlist ul li a iconpark-icon{
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	margin-left: 10px;
}
.zzydvlist ul li:hover{
	background-color: #e60641;
}
.zzydvlist ul li:hover a{
	display: flex;
	height: 32px;
	margin-top: 20px;
}
.zzydvlist ul li:hover h1{
	color: #fff;
}
.zzydvlist ul li:hover p{
	color: #fff;
}
.khal{
	padding: 80px 0px;
	background: url(../images/kehuanli_02.jpg) center no-repeat;
	background-size: cover;
}
.khaldv{
	width: 1400px;
	margin: 0 auto;
}
.khalist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.khalist ul li{
	width: calc(49% - 140px);
	margin-top: 25px;
	padding: 40px 70px;
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
	align-items: center;
	transition: all 1s;
}
.khalist ul li  div{
	width: 90px;
	margin-right: 70px;
}
.khalist ul li div section{
	width: 90px;
	position: relative;
}
.khalist ul li div section img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.khalist ul li:hover div section img:nth-child(2){
	opacity: 1;
}
.khalist ul li:hover div section img:nth-child(1){
	opacity: 0;
}
.khalist ul li div img{
	display: block;
	width: 90px;
	transition: all 1s;
}
.khalist ul li div h1{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	transition: all 1s;
}
.khalist ul li section i{
	display: block;
	width: 30px;
	height: 2px;
	transition: all 1s;
	background-color: #e60641;
	margin-bottom: 15px;
}
.khalist ul li section p{
	line-height: 30px;
	font-size: 15px;
	transition: all 1s;
	color: #666666;
}
.khalist ul li:hover{
	background: url(../images/gewh_03.jpg) center no-repeat;
	background-size: cover;
}
.khalist ul li:nth-child(2):hover{
	background: url(../images/gewh_031.jpg) center no-repeat;
	background-size: cover;
}
.khalist ul li:nth-child(3):hover{
	background: url(../images/gewh_032.jpg) center no-repeat;
	background-size: cover;
}
.khalist ul li:nth-child(4):hover{
	background: url(../images/gewh_033.jpg) center no-repeat;
	background-size: cover;
}
.khalist ul li:hover div h1{
	color: #fff;
}
.khalist ul li:hover section p{
	color: #fff;
}
.khalist ul li:hover section i{
	background-color: #fff;
}

.zxzx{
	width: 1400px;
	margin: 80px auto;
}
.zxzxup{
	display: flex;
	justify-content: space-between;
}
.zxzxupleft{
	width: 66.166%;
}
.zxzxupright{
	background-color: #e60641;
}
.zxzxupleftlist .swiper-slide div{
	position: relative;
	overflow: hidden;
}
.zxzxupleftlist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zxzxupleftlist .swiper-slide div:hover img{
	transform: scale(1.05);
}
.zxzxupleftlist .swiper-slide div section{
	width: 90%;
	padding: 5%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.zxzxupleftlist .swiper-slide div section h1{
	font-family: "Montserrat Light";
	font-size: 14px;
	margin-bottom: 15px;
	color: #fff;
}
.zxzxupleftlist .swiper-slide div section h2{
	color: #ffffff;
	font-size: 18px;
}
.zxzxupleftlist .swiper-pagination{
	text-align: right;
	width: 95%;
	right: 5%;
	bottom: 5%;
}
.zxzxupleftlist  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.9);
}
.zxzxupleftlist .swiper-pagination-bullet-active{
	background-color: #e60641;
}
.zxzxupright {
	width: calc(32.73% - 90px);
	padding: 50px 45px;
}
.zxzxupright h1{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat Light";
	margin-bottom: 15px;
}
.zxzxupright h2{
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
}
.zxzxupright p{
	margin-top: 20px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.zxzxupright  h3{
	margin-top: 55px;
	width: 95px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 20px;
}
.zxzxupright  h3 span{
	color: #fff;
}
.zxzxupright  h3 iconpark-icon{
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zxzxdown ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.zxzxdown ul li{
	width: calc(32.73% - 90px);
	padding: 50px 45px;
	background-color: #f5f6f7;
}
.zxzxdown ul li h1{
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat Light";
	margin-bottom: 15px;
}
.zxzxdown ul li h2{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	white-space:nowrap;
	height: 35px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 25px;
}
.zxzxdown  h3{
	margin-top: 10px;
	width: 95px;
	height: 40px;
	border: 1px solid #e60641;
	border-radius: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 20px;
	background-color: #e60641;
}
.zxzxdown  h3 span{
	color: #fff;
}
.zxzxdown  h3 iconpark-icon{
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot{
	background-color: #e60641;
	padding-top: 70px;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
}
.footdvleft img{
	display: block;
	margin-bottom: 50px;
}
.footdvleft div{
	display: flex;justify-content: flex-start;
	align-items: flex-start;
	line-height: 40px;
}
.footdvleft div iconpark-icon{
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background-color: #eb3867;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
	margin-top: 7px;
}
.footdvleft div p{
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}
.footdvright{
	width: 68%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	margin-bottom: 25px;
}
.footdvright dl dd{
	margin-bottom: 15px;
}
.footdvright dl dd a{
	color: #ffffff;
	font-size: 15px;
}
.wdl{
	height: 60px;
	display: flex;
	align-items: center;
}
.wdl div{
	width: 1400px;
	margin: 0% auto;
	display: flex;
	justify-content: space-between;
}
.wdl p {
	color: #fff;
	font-size: 14px;
}
.wdl p a{
	color: #fff;
	font-size: 14px;
}

.cpyfw{
	width: 1400px;
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
}
.cpyfwleft {
	width: 280px;
}
.cpyfwleft .fw h1{
	width: 100%;
	height: 60px;
	background-color: #e60641;
	text-align: left;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	text-indent: 30px;
}

.cpyfwleft .fw dl dd{
	border: 1px solid #f0f0f0;
	border-bottom: 0;
}
.cpyfwleft .fw dl dd h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	color: #4c4c4c;
	font-size: 16px;
}
.cpyfwleft .fw dl dd h2 a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
}
.cpyfwleft .fw dl dd h2 span{
	display: block;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #808080;
	margin-top: 0;
}
.cpyfwleft .fw dl dd.active h2 span{
	display: block;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #929292;
	border-top: none;
	margin-top: 0;
}
.cpyfwleft .fw dl dd.active h2{
	border-left: 3px solid #e60641;
	background-color: #f7f7f7;
}
.cpyfwleft .fw dl dd.active ul{
	position: relative;
	height: 0%;
	overflow: auto;
}
.cpyfwleft .fw dl dd ul li a{
	display: block;
	text-indent: 40px;
	line-height: 50px;
	border-top: 1px solid #f0f0f0;
	color: #595959;
	font-size: 14px;
}
.cpyfwleft .fw dl dd ul li:hover a{
	display: block;
	color: #e60641;
}

.cpyfwright{
	width: 1060px;
	margin: 0 auto;
}
.cpyfwrightbt{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.cpyfwrightbt h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}
.cpyfwrightbt form{
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 15px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpyfwrightbt form input{
	height: 35px;
	border: none;
	outline: none;
}
.cpyfwrightbt form button{
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	outline: none;
}
.tianliaodv{
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tianliaodvleft{
	width: 475px;
	overflow: hidden;
}
.tianliaodvleft img{
	display: block;
	width: 100%;
}
.tianliaodvright{
	width: 470px;
}
.tianliaodvright h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 20px;
}
.tianliaodvright p{
	line-height: 25px;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 70px;
}
.tianliaodvright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #e60641;
	font-size: 42px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 20px;
}
.tianliaodvright h2 img{
	margin-right: 10px;
	width: 42px;
}
.tianliaodvright section{
	display: flex;
	justify-content: flex-start;
}
.tianliaodvright section a{
	display: block;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #e60641;
	font-size: 16px;
	margin-right: 20px;
	border:1px solid #e60641;
}
.tianliaodvright section a:last-child{
	background-color: #fff;
	color: #e60641;
}
.cljie{
	margin-top: 45px;
}
.cljiebt{
	
	border-bottom: 1px solid #f0f1f2;
}
.cljiebt ul{
	display: flex;
	justify-content: flex-start
}
.cljiebt ul li{
	margin-right: 60px;
	font-size: 16px;
	width: 200px;
	height: 50px;
	background-color: #e60641;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.cljiebt ul li a{
	color: #fff;
}
.cpsmbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 45px;
}
.cpsmbt i{
	display: block;
	height: 30px;
	width: 4px;
	background-color: #e60641;
	margin-right: 10px;
}
.cpsmbt span{
	color: #333333;
	font-size: 24px;
}
.cpsmdv{
	margin: 25px 0px;
}
.fanye{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	height: 70px;
	align-items: center;
}
.fanye a{
	color: #4c4c4c;
	font-size: 14px;
}
.fanye a:hover{
	color: #e60641;
}
.fw2{
	margin-top: 30px;
}
.fw2 ul{
	border: 1px solid #f0f0f0;
	border-top: none;
	padding: 27px;
}
.fw2 ul h1{
	color: #4c4c4c;
	font-size: 15px;
}
.fw2 ul li{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.fw2 ul li iconpark-icon{
	color:#e60641;
	font-size:20px;
	margin-right: 10px;
	margin-top: 6px;
}
.fw2 ul li span{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.cpxtlist{
	width: 100%;
}
.cpxtlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpxtlist ul li{
	width: 32%;
	margin-top: 15px;
	margin-right: 1%;
	overflow: hidden;
}
.cpxtlist ul li div{
	width: calc(100% - 2px);
	overflow: hidden;
	border:1px solid #e6e6e6;
	border-bottom: none;
}
.cpxtlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpxtlist ul li:hover img{
	transform: scale(1.1);
}
.cpxtlist ul li h1{
	height: 60px;
	border: 1px solid #e6e6e6;
	border-top: none;
	white-space:nowrap;
	line-height: 60px;
	overflow:hidden;
	color: #333333;
	font-size: 16px;
	text-overflow:ellipsis;
	text-align: center;
	padding: 0 10px;
}
.lxwm{
	padding: 75px 0;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: 430px;
	padding-top: 55px;
	padding-bottom: 40px;
	border-bottom: 2px solid #e60641;
	background-color: #f7f9fa;
	transition: all 1s;
}
.lxwmdv ul li iconpark-icon{
	font-size: 48px;
	color: #e60641;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom:  5px;
	transition: all 1s;
}
.lxwmdv ul li h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	transition: all 1s;
}
.lxwmdv ul li p{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
	line-height: 30px;
}
.lxwmdv ul li:hover{
	background-color: #e60641;
}
.lxwmdv ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmdv ul li:hover h1{
	color: #fff;
}
.lxwmdv ul li:hover p{
	color: #fff;
}
.xuqiu{
	width: 100%;
	padding: 90px 0px;
	padding-bottom: 65px;
	background: url(../images/zxlx_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.xuqiubt{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.xuqiubt h1{
	color: #333333;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
.xuqiubt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.xuqiu form{
	width: 1400px;
	margin: 0 auto;
}
.xuqiu form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuqiu form div input{
	width: 47%;
	line-height: 50px;
	padding: 0 1%;
	margin-bottom: 25px;
	border: none;
	outline: none;
}
.xuqiu form textarea{
	border: none;
	outline: none;
	width: 98%;
	padding: 0 1%;
	line-height: 50px;
	font-family: "微软雅黑";
	margin-bottom: 25px;
}
.xuqiu form section{
	display: flex;
}
.xuqiu form button{
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	width: 200px;
	outline: none;
	border: none;
	background-color: #e60641;
}
.xzzx{
	background-color: #f5f5f5;
	padding:80px 0px ;
}
.xzzxlist{
	width: 1425px;
	margin: 0 auto;
}
.xzzxlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xzzxlist ul li{
	width: calc(25% - 25px);
	margin: 20px 12.5px;
}
.xzzxlist ul li div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.xzzxlist ul li div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.xzzxlist ul li div section{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 1s;
}
.xzzxlist ul li div section img{
	width: auto;
	display: block;
}
.xzzxlist ul li:hover div section{
	opacity: 1;
}
.xzzxlist ul li:hover div img{
	transform: scale(1.05);
}
.xzzxlist ul li:hover div section img{
	transform: scale(1);
}
.xzzxlist ul li h1{
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	background-color: #fff;
	transition: all 1s;
}
.xzzxlist ul li:hover h1{
	background-color: #e60641;
	color: #fff;
}
.shownav {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 15px #eaeaea;
}

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

.shownav ul li {
	width: 240px;
	height: 70px;
	text-align: center;
}

.shownav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #4c4c4c;
	line-height: 70px;
	font-size: 16px;
	transition: all .5s;
}

.shownav ul li a:hover {
	background-color: #e60641;
	color: #fff;
}
.shownav ul li.active a {
	background-color: #e60641;
	color: #fff;
}
.xwxq{
	padding: 75px 0px;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.xwxqleft{
	width: 1060px;
}
.xwxqright{
	width: 280px;
}
.xqwwbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 10px;
}
.xqwwbt h2{
	color: #808080;
	font-size: 14px;
}
.xqwwbt{
	padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.xwxqtext{
	margin: 30px auto;
}
.newstj form{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	height: 40px;
	border: 1px solid #e6e6e6;
}
.newstj form input{
	border: none;
	background-color: transparent;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	outline: none;
}
.newstj form button{
	border: none;
	background-color: transparent;
	line-height: 35px;
	color: #999999;
	font-size: 14px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newstj form button iconpark-icon{
	font-size: 22px;
}
.tjnews{
	margin-top: 30px;
}
.tjnewsbt{
	margin-bottom: 25px;
	color: #4c4c4c;
	font-size: 20px;
	border-left: 3px solid #e60641;
	text-indent: 10px;
}
.newslist{
	margin-bottom: 30px;
}
.tjnewslist ul li{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top: 5px;
	transition: all 1s;
}
.tjnewslist ul li a{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.newslist ul li{
	padding: 40px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.newslist ul li:first-child{
	padding-top: 0;
}
.newslist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslist ul li a .newslistleft{
	width: 280px;
	overflow: hidden;
}
.newslistleft img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.newslistright{
	width: 735px;
}
.newslistright h1{
	color: #333333;
	font-size: 22px;
	transition: all 1s;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newslistright span{
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #808080;
	font-size: 14px;
}
.newslistright p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.newslist ul li:hover .newslistleft img{
	transform: scale(1.05);
}
.newslist ul li:hover .newslistright h1{
	color: #e60641;
}
.newslist ul li:hover{
	border-color:  #e60641;
}
.gywm{
	width: 1400px;
	margin: 90px auto;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gywmleft,.gywmright{
	width: 45%;
}
.gywmleft h1{
	color: #e60641;
	font-size: 36px;
	margin-bottom: 15px;
}
.gywmleft h2{
	color: #333333;
	font-size: 30px;
	margin-bottom: 50px;
}
.gywmleft .aboutjj{
	line-height: 30px;
	font-size: 15px;
	color: #4c4c4c;
}
.gywmright img{
	display: block;
	width: 100%;
}
.qmhfwyx{
	background-color: #ffffff;
}
.qyzs{
	background-color: #f7f7f7;
	padding: 95px 0px;
}
.qyzsbt{
	width: 1400px;
	margin: 0 auto;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.qyzslist{
	width: 1400px;
	margin: 0 auto;
}
.qyzslist ul{
	display: flex;
	justify-content: space-between;
}
.qyzslist ul li{
	width: 31%;
}
.qyzslist ul li div{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.qyzslist ul li div img{
	width: 100%;
	display: block;
	transition: all  1s;
}
.qyzslist ul li:hover div img{
	transform: scale(1.1);
}
.qyzslist ul li div span{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.qyzslist ul li div span img{
	display: block;
	width: auto;
}
.fwtx{
	padding-top: 100px;
	padding-bottom: 90px;
	background-color: #e60641;
}
.fwtxdv{
	width: 1400px;
	margin: 0 auto;
}
.fwtxdvtop{
	display: flex;
	justify-content: space-between;
}
.fwtxbt{
	width: 1400px;
	margin: 0 auto;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 45px;
}
.fwtxdvtop .swiper-slide div{
	padding-bottom: 25px;
}
.fwtxdvtop .swiper-slide div li img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.fwtxdvtop .swiper-slide div li h1{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.fwtxdvtop #thumbs {
	border-bottom: 1px solid #f59bb3;
}
.fwtxdvtop .swiper-slide-thumb-active div li h1{
	font-weight: bold;
}
.fwtxdvtop .swiper-slide-thumb-active div{
	border-bottom: 3px solid #fff;
}
.fuwunr{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin-top: 30px;
}
.fuwunrleft{
	width: 50%;
}
.fuwunrleft img{
	display: block;
	width: 100%;
}
.fuwunrright{
	width: 40%;
	padding: 0 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fuwunrright section h1{
	display: flex;
	justify-content: flex-start;
	color: #333333;
	font-size: 24px;
	align-items: baseline;
	margin-bottom: 20px;
}
.fuwunrright section h1 span{
	color: #e60641;
	font-size: 24px;
	margin-right: 10px;
}
.fuwunrright section p{
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}
.fuwunrright div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.fuwunrright div a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e60641;
	margin-right: 20px;
	transition: all 1s;
}
.fuwunrright div a iconpark-icon{
	color: #e70c45;
	font-size: 24px;
	transition: all 1s;
}
.fuwunrright div a:hover iconpark-icon{
	color: #fff;
}
.fuwunrright div a:hover{
	background-color: #e70c45;
}
.shuchu{
	width: 100%;
	margin: 75px auto;
	margin-bottom: 0;
}
.shuchubt{
	width: 1400px;
	margin: 0 auto;
}
.shuchubt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.shuchubt p{
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.falistfa{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.falist #thumbs{
	width: 1400px;
	margin:0 auto;
}
.falist #thumbs .swiper-slide h1{
	width: calc(100% - 30px);
	background-color: #f5f7f7;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	padding: 10px 15px;
}
.falist #thumbs .swiper-slide h1 i{
	display: block;
	width: 4px;
	height: 20px;
	border-radius:10px ;
	background-color: #e60641;
	margin-right: 12px;
}
.falist #thumbs .swiper-slide h1 span{
	display: block;
	color: #333333;
	font-size: 16px;
}
.falist #thumbs .swiper-slide-thumb-active h1{
	background-color: #e60641;
}
.falist #thumbs .swiper-slide-thumb-active h1 i{
	background-color: #fff;
}
.falist #thumbs .swiper-slide-thumb-active h1 span{
	color: #fff;
}
.falist #gallery .falistfa{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.falist #gallery  .falistfaleft{
	width: 40%;
}
.falist #gallery  .falistfaleft h1{
	color: #333333;
	font-size: 36px;
}
.falist #gallery  .falistfaleft h2{
	margin-top: 15px;
	color: #e60641;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 60px;
}
.falist #gallery  .falistfaleft a{
	display: block;
	width: 240px;
	height: 45px;
	border: 1px solid #e7144b;
	border-radius: 5px;
	color: #e7144b;
	text-align: center;
	font-size: 15px;
	line-height: 45px;
}
.falist #gallery .falistfaright{
	width: 55%;
}
.falist #gallery .falistfaright p{
	color: #4c4c4c;
	line-height: 30px;
	font-size: 15px;
}
.falist #gallery .falistfaright h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.falist #gallery .falistfaright h1 i{
	display: block;
	width: 8px;
	height: 8px;
	background-color: #e60641;
	margin-right: 10px;
}
.falist #gallery .falistfaright h1 span{
	display: block;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}
.gahasd{
	width: 100%;
	background-color: #eeefef;
}
.gahasd img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    margin-left: -700px;
    left: 50%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: auto;
	padding: 50px 65px;
	padding-right: 20%;
	background: url(../images/bai_03.png) center no-repeat;
	background-size: cover;
}
.bannersasg  .swiper-slide section a{
	width: 190px;
    height: 55px;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    float: right;
}
.bannersasg  .swiper-slide section a span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}

.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h2{
	color: #e60641;
	font-size: 28px;
	line-height: 65px;
	width: 100%;
	font-weight: bold;
}
.bannersasg .swiper-slide section h4{
	color: #1b1b1b;
	font-size: 42px;
	line-height: 30px;
	color: #1b1b1b;
	margin-top: 15px;
	font-weight: bold;
}
.bannersasg {
	width: 100%;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.incpzxlistright img.img1{
	display: block;
}
.incpzxlistright section p{
	display: none;
}
.incpzxlistright img.img2{
	
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.incpzxlistleft img.img1{
	display: none;
}
.incpzxlistleft img.img2{
	display: block;
	opacity: 1;
}
.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -50px;
    width: 100%;
    top: 80px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -50px;
}
.headdvright ul li:nth-child(4) div{
	left: -50px;
}
.headdvright ul li:nth-child(5) div{
	left: -68px;
}
.headdvright ul li:nth-child(7) div{
	left: -50px;
}
.headdvright ul li:nth-child(8) div{
	left: -50px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 210px;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #e60641;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #e60641;
	color: #fff !important;
	font-weight: normal;
}
.cpyfwleft .fw dl dd ul li.active a{
	color: #e60641;
}
.bannersasg  .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 0.8;
}
.footdvleft h4{
	color: #fff;
	font-size: 15px;
	margin-bottom: 50px;
	text-align: center;
}
.footdvleft img{
	margin-bottom:10px;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.headdv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.incpzx{
		width: 95%;
	}
	.ingywmdv{
		width: 95%;
	}
	.zzydv{
		width: 95%;
	}
	.zzydvlist ul li{
		width: 44%;
		padding: 3%;
	}
	.zzydvlist ul li p{
		min-height: 180px;
	}
	.khaldv{
		width: 95%;
	}
	.khalist ul li:hover{
		background-size: cover;
	}
	.zxzx{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdl div{
		width: 95%;
	}
	.shuchu{
		width: 95%;
	}
	.falist{
		width: 100%;
	}
	.gahasd img{
		width: 100%;
	}
	.cpyfw{
		width: 95%;
	}
	.cpyfwleft{
		width: 25%;
	}
	.cpyfwright{
		width: 70%;
	}
	.tianliaodvleft{
		width: 47.5%;
	}
	.tianliaodvright{
		width: 47%;
	}
	.tianliaodvright h2{
		font-size: 32px;
	}
	.tianliaodvright p{
		margin-bottom: 30px;
	}
	.tianliaodvright section a{
		line-height: 40px;
		height: 40px;
	}
	.cljiebt ul li{
		width: 150px;
		height: 50px;
	}
	.gywm{
		width: 95%;
	}
	.fwtxbt{
		width: 95%;
	}
	.fwtxdv{
		width: 95%;
	}
	.fuwunrright section p{
		height: auto;
	}
	.fuwunrright section h1{
		margin-bottom: 15px;
	}
	.fuwunrright div{
		margin-top: 20px;
	}
	.qyzsbt{
		width: 95%;
	}
	.qyzslist{
		width: 95%;
	}
	.zzydv{
		margin: 80px auto;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdv ul li{
		width: 32%;
	}
	.xuqiubt{
		width: 100%;
	}
	.xuqiu form{
		width: 95%;
	}
	.xzzxlist{
		width: 95%;
	}
	.xwxq{
		width: 95%;
	}
	.xwxqleft{
		width: 70%;
	}
	.xwxqright{
		width: 25%;
	}
	.newslistright{
		width: 60%;
	}
	.newslist ul li a .newslistleft{
		width: 35%;
	}
	.bannersasg  .swiper-slide div {
		margin-left: 0;
		left: 2.5%;
		width: 95%;
	}
	.footdvright{
		width: 77%;
	}
	.footdvleft img {
	    display: block;
	    margin-bottom: 50px;
	    width: 50%;
	}
}
@media screen and (max-width: 999px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.incpzx{
		width: 95%;
		margin: 30px auto;
	}
	.incpzxbt{
		justify-content: center;
		margin-bottom: 20px;
	}
	.incpzxbt h1{
		font-size: 24px;
		text-align: center;
	}
	.incpzxbt a{
		display: none;
	}
	.incpzxlisttop{
		width: 100%;
		flex-wrap: wrap;
	}
	.incpzxlistleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.incpzxlistright{
		width: 100%;
		margin-bottom: 10px;
	}
	.incpzxlistleft a div section h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.incpzxlistleft a div section p{
		font-size: 14px;
	}
	.incpzxlistright a h1{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.incpzxlistdown{
		margin-top: 0;
		flex-wrap: wrap;
	}
	.incpzxlistdownall{
		width: 48.5%;
		margin-bottom: 10px;
	}
	.incpzxlistdownall a h1{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		left: 0;
	}
	.ingywm{
		padding-top: 30px;
	}
	.ingywmdv{
		width: 95%;
		display: block;
	}
	.ingywmdvleft{
		width: 100%;
	}
	.ingywmdvleft h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.ingywmdvleft div{
		padding: 25px 0px;
	}
	.ingywmdvleft div h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.ingywmdvleft div h3{
		text-align: center;
		font-size: 18px;
	}
	.ingywmdvleft div p{
		margin-top: 10px;
		line-height: 30px;
		font-size: 14px;
	}
	.ingywmdvright{
		width: 100%;
	}
	.zzydv{
		width: 95%;
		margin: 30px auto;
	}
	.zzybt{
		text-align: center;
		font-size: 24px;
	}
	.heads{
		display: none;
	}
	.zzydvlist ul{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: initial;
		margin-top: 20px;
	}
	.zzydvlist ul li{
		width: 40%;
		padding: 4%;
		margin: 1% 0;
	}
	.zzydvlist ul li{
		border: 1px solid #dedede;
	}
	.zzydvlist ul li img{
		width: 35px;
		margin-bottom: 10px;
	}
	.zzydvlist ul li h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.zzydvlist ul li p{
		font-size: 14px;
		line-height: 30px;
	}
	.khal{
		padding: 40px 0px;
	}
	.khaldv{
		width: 95%;
	}
	.khalist ul{
		display: block;
	}
	.khalist ul li{
		width: 90%;
		padding: 5%;
	}
	.khalist ul li div img{
		width: 50px;
		margin: 0 auto;
	}
	.khalist ul li div h1{
		font-size: 18px;
	}
	.khalist ul li div{
		margin-right: 5%;
	}
	.khalist ul li section{
		width: 95%;
	}
	.khalist ul li section i{
		display: none;
	}
	.khalist ul li{
		margin-top: 10px;
	}
	.zzybt{
		margin-bottom: 30px;
	}
	.zxzx{
		width: 95%;
		margin: 30px auto;
	}
	.zxzxup{
		display: block;
	}
	.zxzxupleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.zxzxupleftlist .swiper-slide div section h2{
		font-size: 16px;
	}
	.zxzxupright{
		width: 90%;
		padding: 5%;
	}
	.zxzxupright h2{
		height: 30px;
		overflow: hidden;
	}
	.zxzxupright p{
		margin-top: 10px;
	}
	.zxzxupright h3{
		margin-top: 15px;
	}
	.zxzxupright h3{
		height: 35px;
	}
	.zxzxdown ul{
		flex-wrap: wrap;
	}
	.zxzxdown ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.zxzxdown ul li h2{
		height: 30px;
		line-height: 30px;
		white-space:nowrap;
		font-size: 16px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.zxzxdown h3{
		height: 35px;
	}
	.foot{
		display: none;
	}
	.shuchu{
		width: 95%;
		margin: 30px auto;
	}
	.shuchubt h1{
		font-size: 22px;
	}
	.shuchubt p{
		margin-top: 10px;
		line-height: 25px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.falist{
		width: 95%;
	}
	.falist #thumbs .swiper-slide h1 span{
		font-size: 14px;
	}
	.falist #gallery .falistfa{
		margin-top: 20px;
		display: block;
	}
	.falist #gallery .falistfaleft{
		width: 100%;
	}
	.falist #gallery .falistfaleft h1{
		font-size: 22px;
		text-align: center;
	}
	.falist #gallery .falistfaleft h2{
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.falist #gallery .falistfaright{
		width: 100%;
		margin-top: 15px;
	}
	.falist #gallery .falistfaleft a{
		margin: 0 auto;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.gahasd img{
		width: 95%;
	}
	.cpyfw{
		width: 95%;
		margin: 30px auto;
	}
	.cpyfwleft{
		display: none;
	}
	.cpyfwrightbt{
		display: none;
	}
	.cpxtlist ul li{
		width: 48%;
		margin: 1%;
	}
	.cpxtlist ul li h1{
		height: 40px;
		line-height: 40px;
	}
	.cpyfwright{
		width: 100%;
	}
	.tianliaodv{
		display: block;
	}
	.tianliaodvleft{
		width: 100%;
		margin-top: 0;
	}
	.tianliaodv{
		margin-top: 0;
	}
	.tianliaodvright{
		width: 100%;
		margin-top: 15px;
	}
	.tianliaodvright h1{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.tianliaodvright p{
		line-height: 30px;
		margin-bottom: 15px;
	}
	.tianliaodvright h2{
		font-size: 24px;
	}
	.tianliaodvright h2 img{
		width: 25px;
	}
	.tianliaodvright section a{
		height: 35px;
		line-height: 35px;
	}
	.cljie{
		margin-top: 20px;
	}
	.cljiebt ul li{
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.fanye{
		height: auto;
		display: block;
		padding-top: 10px;
	}
	.fanye a{
		display: block;
		line-height: 30px;
	}
	.shownav ul li{
		height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.gywm{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.gywmleft, .gywmright{
		width: 100%;
	}
	.gywmleft h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.gywmleft h2{
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.gywmleft .aboutjj{
		font-size: 14px;
		line-height: 30px;
	}
	.gywmright img{
		margin-top: 15px;
	}
	.qyzs{
		padding: 30px 0px;
	}
	.qyzsbt{
		width: 95%;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.qyzslist{
		width: 95%;
	}
	.qyzslist ul{
		display: flex;
		flex-wrap: wrap;
	}
	.qyzslist ul li{
		width: 49%;
	}
	.qyzslist ul li:last-child{
		display: none;
	}
	.fwtx{
		padding: 30px 0px;
	}
	.fwtxbt{
		width: 95%;
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.fwtxdv{
		width: 95%;
	}
	.fuwunr{
		margin-top: 20px;
		display: block;
	}
	.fuwunrleft{
		width: 100%;
	}
	.fuwunrright{
		width: 90%;
		padding: 5%;
	}
	.fuwunrright section h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.fuwunrright section p{
		height: auto;
	}
	.fuwunrright div{
		margin-top: 15px;
	}
	.qyzslist ul li div span img{
		width: 35px;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdv ul{
		display: block;
	}
	.lxwmdv ul li{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.lxwmdv ul li iconpark-icon{
		font-size: 32px;
	}
	.lxwmdv ul li p{
		font-size: 14px;
	}
	.lxwmdv ul li h1{
		margin-bottom: 10px;
	}
	.xuqiu{
		padding: 30px 0px;
	}
	.xuqiubt{
		width: 95%;
	}
	.xuqiubt h1{
		font-size: 22px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div{
		width: 100%;
		display: block;
	}
	.xuqiu form div input{
		width: 94%;
		padding: 0 3%;
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
	}
	.xuqiu form textarea{
		margin-bottom: 15px;width: 94%;
		padding: 0 3%;
	}
	.xuqiu form button{
		width: 160px;
	}
	.xzzx{
		padding: 30px 0px;
	}
	.xzzxlist{
		width: 95%;
	}
	.xzzxlist ul li{
		width: 48%;
		margin: 1%;
	}
	.xzzxlist ul li h1{
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		overflow: hidden;
	}
	.xwxq{
		width: 95%;
		margin: 20px auto;
		padding: 15px 0px;
	}
	.xwxqright{
		display: none;
	}
	.xwxqleft{
		width: 95%;
		margin: 0 auto;
	}
	.xqwwbt h1{
		font-size: 17px;
	}
	.xwxqtext{
		margin: 15px auto;
	}
	.newslist ul li a .newslistleft{
		display: none;
	}
	.xwxqleft{
		width: 100%;
	}
	.newslistright{
		width: 100%;
	}
	.newslistright h1{
		font-size: 18px;
	}
	.newslist ul li{
		padding: 15px 0px;
	}
	.newslistright p{
		font-size: 14px;
		line-height: 30px;
	}
	.newslistright h1{
		font-size: 17px;
		font-weight: bold;
		height: 30px;
		overflow: hidden;
	}
	.ingywmdvleft{
		overflow: hidden;
	}
	.bannersasg  .swiper-slide div {
		margin-left: 0;
		left: 2.5%;
		width: 95%;
	}
	.bannersasg .swiper-slide div section{
		padding:5%;
		width: 90%;
		background-color: rgba(255, 255, 255, 0.7);
	}
	.bannersasg  .swiper-slide section h2{
		font-size: 24px;
		text-align: center;
		line-height: inherit;
	}
	.bannersasg  .swiper-slide section h4{
		font-size: 18px;
		text-align: center;
	}
	.ingywmdvleft div section{
		padding: 0 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-image: linear-gradient(to right,#e60641 , #e60641);
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #b51f47;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.zxzxupright{
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		margin-top: 5px;
	}
	.bannersasg .swiper-slide div section{
		width: 75%;
		margin:0 auto;
	}
	.bannersasg .swiper-pagination-bullet-active{
		height: 8px;
	}
	.shuchubt{
		width: 95%;
	}
	.falist #thumbs{
		width: 95%;
	}
	.falistfa{
		width: 95%;
		margin-bottom: 20px;
	}
	.fwtxdvtop .swiper-slide div{
		padding-bottom: 10px;
	}
	.fwtxdvtop .swiper-slide div li img{
		width: 40px;
	}
	.cpsmdv img{
		max-width: 100% !important;
	}
}


