/* 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: "HarmonyOS_Sans";
	src:url('../font/HARMONYOS_SANS_REGULAR.TTF');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC";
	src:url('../font/HARMONYOS_SANS_SC_REGULAR.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;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.heads {
	position: fixed;
	height: 100px;
	top: 0;
	width: 100%;
	transition: all .5s;
	background-color: #ffffff;
}

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

.headdvleft img {
	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;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}

.headdvright ul li a {
	color: #333333;
	font-size: 16px;
	position: relative;
}
.headdvright ul li a::after{
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	top: 35px;
	left: 50%;
	margin-left: -15px;
	transition: all 1s;
}
.headdvright ul li:hover a::after{
	background-color: #5ead1c;
}
.headdvright ul li.active a::after{
	background-color: #5ead1c;
}
.ss{
	margin-left: 35px;
}

.ss iconpark-icon{
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #5ead1c;
}

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

.xycpzx{
	width: 1400px;
	margin: 75px auto;
}
.xycpzxbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xycpzxbt h1{
	color: #1e2c49;
	font-weight: bold;
	font-size: 30px;
}
.xycpzxbt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 45px;
	border-radius: 8px;
	background-color: #5ead1c;
	padding: 0 20px;
	transition: all 1s;
}
.xycpzxbt a span{
	color: #ffffff;
	font-size: 14px;
}
.xycpzxbt a i{
	color: #fff;
	font-size: 36px;
}
.xycpzxbt a:hover{
	width: 120px;
	padding: 0 40px;
}
.xycpzxlist{
	margin: 0 auto;
	margin-top: 60px;
}
.xycpzxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xycpzxlist ul li{
	width: 19%;
	margin-bottom: 15px;
	position: relative;
}
.xycpzxlist ul li div{
	width: 100%;
	overflow: hidden;
}
.xycpzxlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xycpzxlist ul li section{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 60px;
	background-image: linear-gradient( transparent , rgba(30,145,229,0.9));
	transition: all 1s;
}
.xycpzxlist ul li section p{
	display: none;
}
.xycpzxlist ul li section h1{
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	text-align: center;
}
.xycpzxlist ul li:hover div img{
	transform: scale(1.1);
}
.xycpzxlist ul li:hover section{
	width: 100%;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color:  rgba(30,145,229,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.xycpzxlist ul li:hover section p{
	display: block;
	font-size: 14px;
	color: #ffffff;
}
.xycpzxlist ul li:hover section h1{
	line-height: normal;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 15px;
}
.xycpzxlist ul li:hover section p{
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	height: 75px;
}
.sdysh{
	padding-top: 75px;
	padding-bottom: 75px;
	background: url(../images/siyys_02.jpg) center no-repeat;
	background-size: cover;
}
.sdyshbt {
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.sdyshbt h1{
	color: #1e2c49;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sdyshbt p{
	color: #404652;
	font-size: 16px;
}
.sdyshlist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 75px;
	height: 440px;
}
.sdyshlist ul{
	display: flex;
	justify-content: space-between;
}
.sdyshlist ul li{
	border-right: none;
	border-top:  1px solid #d7dade;
	border-bottom:  1px solid #d7dade;;
	border-right: 1px solid #d7dade;
	padding: 50px;
	width: calc(25% - 51px);
	position: relative;
	height: 300px;
	display: flex;
    align-items: center;
	transition: all 1s; 
}
.sdyshlist ul li:first-child{
	border-left: 1px solid #d7dade;
}
.sdyshlist ul li:last-child{
	border-right: 1px solid #d7dade;
}
.sdyshlist ul li iconpark-icon{
	display: flex;
	align-items: center;
	color: #3e4a63;
	font-size: 65px;
	margin-bottom: 20px;
	transition: all 1s;
}
.sdyshlist ul li h1{
	color: #263450;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	transition: all 1s;
}
.sdyshlist ul li p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	height: 120px;
	overflow: hidden;
	transition: all 1s;
}
.sdyshlist ul li section{
	display: none;
}

.sdyshlist ul li:hover section{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.sdyshlist ul li section span{
	color: #ffffff;
	font-size: 16px;
}
.sdyshlist ul li section iconpark-icon{
	display: flex;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50px;
	justify-content: center;
	margin-bottom: 0;
	align-items: center;
	transition: all 1s;
	color: #fff;
	margin-left: 15px;
	font-size: 18px;
}
.sdyshlist ul li:hover{
	height: 385px;
	transform: translateY(-40px);
	background-color: #2791e5;
}
.sdyshlist ul li:hover  iconpark-icon{
	color: #fff;
}
.sdyshlist ul li:hover  h1{
	color: #fff;
}
.sdyshlist ul li:hover p{
	color: #fff;
}
.xwal{
	margin: 75px auto;
	width: 1400px;
}
.xwallsit{
	width: 100%;
	margin-top: 55px;
}
.xwaldv .xwaltop {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.xwaltop img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwaldv:hover .xwaltop img{
	transform: scale(1.1);
}
.xwaldv .xwaltop section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: all 1s;
}
.xwaldv:hover .xwaltop section{
	opacity: 1;
}
.xwaldv .xwaltop section h1{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}
.xwaldv .xwaltop section h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
}
.xwaldv .xwaltop section h3 span{
	color: #fff;
	font-size: 14px;
}
.xwaldv .xwaltop section h3 iconpark-icon{
	display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    transition: all 1s;
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
}
.xwaldown{
	padding: 20px 0;
	transition: all 1s;
}
.xwaldown h1{
	color: #5ead1c;
	font-size: 14px;
	margin-bottom: 10px;
	transition: all 1s;
}
.xwaldown p{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.xwaldv:hover .xwaldown{
	background-color: #2791e5;
	padding:  20px 30px;
}
.xwaldv:hover .xwaldown h1{
	color: #fff;
}
.xwaldv:hover .xwaldown p{
	color: #fff;
}
.xwallsit  .swiper-pagination{
	position: initial;
	margin-top: 50px;
}
.xwallsit .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #d6d6d6;
	opacity: 1;
}
.xwallsit .swiper-pagination-bullet-active{
	width: 40px;
	height: 8px;
	background-color: #5ead1c;
	border-radius: 15px;
}
.xwallsit .swiper-button-next, .xwallsit .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	top: 35%;
}
.xwallsit .swiper-button-next, .xwallsit  .swiper-rtl .swiper-button-prev{
	right:0;
	left: auto;
}
.xwallsit  .swiper-button-prev,.xwallsit  .swiper-rtl .swiper-button-next{
	right:auto;
	left: 0;
}
.xwallsit .swiper-button-next:after,.xwallsit  .swiper-button-prev:after{
	font-size: 24px;
}

.zjxyuan{
	padding-top: 130px;
	padding-bottom: 90px;
	background: url(../images/lou_02.jpg) center no-repeat;
	background-size: cover;
}
.zjxyuandv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.zjxyuandvright h1{
	color: #1e2c49;
	font-size: 30px;
	font-weight: bold;
}
.zjxyuandvright h2{
	color: #2e2d2d;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.zjxyuandvleft{
	width: 50%;
}
.zjxyuandvright{
	width: 50%;
}
.zjxyuandvright p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
}
.zjxyuandvright  ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.zjxyuandvright  ul li h4{
	color: #333333;
	font-size: 48px;
	text-align: center;
	font-family: "HarmonyOS_Sans";
}
.zjxyuandvright  ul li h5{
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
.zjxyuandvright  a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 8px;
    background-color: #5ead1c;
    padding: 0 20px;
	margin-top: 80px;
	transition: all 1s;
}
.zjxyuandvright a span{
	color: #ffffff;
	font-size: 14px;
}
.zjxyuandvright a i{
	color: #fff;
    font-size: 36px;
}
.zjxyuandvright  a:hover{
	padding: 0 40px;
	width: 120px;
}
.xyxiwzx{
	padding:100px 0px ;
	background-color: #f2f5fa;
}
.xyxiwzx .xycpzxbt{
	width: 1500px;
	margin: 0 auto;
}
.xyxiwzx .xycpzxbt a{
	background-color: transparent;
	border: 1px solid #cccccc;
}
.xyxiwzx .xycpzxbt a span{
	color: #828181;
	font-size: 14px;
}
.xyxiwzx .xycpzxbt a i{
	color: #828181;
	font-size: 36px;
}

.xyxiwzx .xycpzxbt a:hover{
	background-color: #5ead1c;
	border: 1px solid #5ead1c;
}
.xyxiwzx .xycpzxbt a:hover span,.xyxiwzx .xycpzxbt a:hover i{
	color: #fff;
}
.xyxiwzxdv{
	width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.xyxiwzxdvleft{
	width: calc(33.33% - 80px);
	padding: 40px;
	border-right: 1px solid #dfe3eb;
	background-color: #fff;
}
.xyxiwzxdvleft div{
	width: 100%;
	overflow: hidden;
}
.xyxiwzxdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xyxiwzxdvleft:hover div img{
	transform: scale(1.1);
}
.xyxiwzxdvleft h1{
	margin-top: 35px;
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 35px;
	height: 20px;
	line-height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.xyxiwzxdvleft h2{
	color: #8a8b8e;
	font-size: 12px;
	margin-bottom: 15px;
}
.xyxiwzxdvleft p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #8a8b8e;
	font-size: 14px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xyxiwzxdvleft:hover h1{
	color: #5ead1c;
}
.xyxiwzxdvright{
	width: calc(66.66% - 80px);
	padding: 40px;
	background-color: #fff;
}
.xyxiwzxdvright .xyxiwzxdvtop {
	display: flex;
	justify-content: space-between;
}
.xyxiwzxdvright .xyxiwzxdvtop ul{
	display: flex;
	justify-content: space-between;
}
.xyxiwzxdvright .xyxiwzxdvtop ul li{
	width: 47%;
}
.xyxiwzxdvright .xyxiwzxdvtop{
	border-bottom: 1px solid #dfe3eb;
	padding-bottom: 40px;
}
.xyxiwzxdvtop  ul li a h1{
	margin-top: 35px;
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 35px;
	height: 20px;
	line-height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.xyxiwzxdvtop  ul li a h2{
	color: #8a8b8e;
	font-size: 12px;
	margin-bottom: 15px;
}
.xyxiwzxdvtop  ul li a p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #8a8b8e;
	font-size: 14px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xyxiwzxdvtop  ul li a:hover h1{
	color: #5ead1c;
}
.xyxiwzxdvdown{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.xyxiwzxdvdown .cjwt{
	width: 47%;
}
.xyxiwzxdvdown .cjwt h1{
	color: #1e2c49;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.xyxiwzxdvdown .cjwt ul li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}
.xyxiwzxdvdown .cjwt ul li a{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.xyxiwzxdvdown .cjwt ul li a h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
}
.xyxiwzxdvdown .cjwt ul li a h3 i{
	width: 5px;
	height: 5px;
	background-color: #5ead1c;
	border-radius: 50px;
	margin-right: 10px;
}
.xyxiwzxdvdown .cjwt ul li a h3  span{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	width: 80%;
}
.xyxiwzxdvdown .cjwt ul li a h4{
	color: #8a8b8e;
	font-size: 12px;
}
.xyxiwzxdvdown .cjwt ul li:hover a h4{
	color:#5ead1c;
}
.xyxiwzxdvdown .cjwt ul li:hover a span{
	color:#5ead1c;
}
.shbz{
	padding-top: 80px;
	padding-bottom: 65px;
	background: url(../images/bz_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.shbzdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shbzdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shbzdvleft{
	width:50% ;
	display: flex;
	align-items: center;
}
.shbzdvleft h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
.shbzdvleft h2{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shbzdvleft p{
	color: #eff6fb;
	font-size: 14px;
	margin-bottom: 35px;
}
.shbzdvleft  section div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shbzdvleft  section div a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 45px;
	background-color: #fff;
	border-radius: 5px;
}
.shbzdvleft  section div a iconpark-icon{
	font-size: 24px;
	color: #2791e5;
	margin-right: 15px;
}
.shbzdvleft  section div a span{
	font-size: 14px;
	color: #2791e5;
}
.shbzdvleft  section div h5{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
}
.shbzdvleft  section div h5 iconpark-icon{
	width: 50px;
	height: 50px;
	background-color: #3f99e1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	margin-right: 15px;
}
.shbzdvleft  section div h5 p {
	margin-bottom: 0;
}
.shbzdvleft  section div h5 p span{
	color: #eff6fb;
	font-size: 14px;
	display: block;
}
.shbzdvleft  section div h5 p i{
	margin-bottom: 0;
	color: #ffffff;
	font-size: 24px;
	display: block;
	font-family: "HarmonyOS_Sans_SC";
	font-weight: bold;
}
.shbzdvright{
	width: 45%;
}
.shbzdvright form div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.shbzdvright form div input{
	width: 42%;
	height: 45px;
	padding:0% 3%;
	border: none;
	background-color: rgba(255, 255, 255, 0.4);
	outline: none;
}
.shbzdvright form div input::placeholder{
	color: #fff;
}
.shbzdvright form textarea{
	padding:2% 3%;
	line-height: 30px;
	width: 94%;
	border: none;
	background-color: rgba(255, 255, 255, 0.4);
	outline: none;
	font-family: "微团雅黑";
	margin-bottom: 15px;
}
.shbzdvright form textarea::placeholder{
	color: #fff;
}
.shbzdvright form button{
	display: block;
	width: 100%;
	border: none;
	text-align: center;
	line-height: 45px;
	color: #1889e3;
	font-size: 16px;
	outline: none;
	transition: all 1s;
}
.shbzdvright form button:hover{
	background-color: #1889e3;
	color: #fff;
}
.foot{
	padding-top: 60px;
	background-color: #042a4d;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt a{
	color: #e8f2fb;
	font-size: 16px;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd a{
	color: #aab8c4;
	font-size: 14px;
	transition: all 1s;
	display: block;
	transform: translateX(0px);
}
.footdv dl dd a:hover{
	transform: translateX(-10px);
	color: #fff;
}
.footdv dl dd {
	margin-bottom: 15px;
}
.footdv dl div{
	display: block;
	width: 100%;
}
.footdv dl div img{
	width: 115px;
	display: block;
}
.footdv  div h1{
	color: #b6c6d4;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #1e405f;
	margin-top: 50px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.wdldv p{
	color: #b6c6d4;
	font-size: 14px;
}
.wdldv p a{
	color: #b6c6d4;
	font-size: 14px;
}

.shownav{
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 25px #dcdcdc;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li a{
	display: block;
	padding: 0 50px;
	height: 75px;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
}
.shownav ul li a:hover{
	background-color: #5ead1c;
	height: 100px;
	margin-top: -25px;
	line-height: 100px;
	color: #ffffff;
	font-size: 18px;
}
.shownav ul li.active a{
	background-color: #5ead1c;
	height: 100px;
	margin-top: -25px;
	line-height: 100px;
	color: #ffffff;
	font-size: 18px;
}
.anlislitdv{
	width: 1450px;
	margin: 0 auto;
}
.anlislit{
	padding: 80px 0;
	background-color: #f0f4fa;
}
.anlislitdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.anlislitdv ul li{
	width: 31.33%;
	margin: 1%;
}
.anlislitdv ul li div{
	width: 100%;
	overflow: hidden;
}
.anlislitdv ul li div img{
	display: block;
	width: 100%;
}
.anlislitdv ul li section{
	padding: 20px 25px;
	background-color: #fff;
	transition: all 1s;
}
.anlislitdv ul li section h1{
	color: #5ead1c;
	font-size: 14px;
	margin-bottom: 10px;
	transition: all 1s;
}
.anlislitdv ul li section p{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.anlislitdv ul li:hover section{
	background-color: #5ead1c;
	padding: 30px 25px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}
.anlislitdv ul li:hover section h1{
	color: #fff;
}
.anlislitdv ul li:hover section p{
	color: #fff;
}
.khfw{
	padding-top: 70px;
	padding-bottom: 110px;
	background: url(../images/albg_02.jpg) center no-repeat;
	background-size: cover;
}
.khfwbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.khfwbt i{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #5ead1c;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 40px;
}
.khfwlist ul{
	display: flex;
	justify-content: space-between;
}
.khfwlist{
	width: 1400px;
	margin: 0 auto;
}
.khfwlist ul{
	display: flex;
	justify-content: space-between;
}
.khfwlist ul li{
	position: relative;
	width: 20%;overflow: hidden;
}
.khfwlist ul li img{
	transition: all 1s;
	display: block;
}
.khfwlist ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.khfwlist ul li div section iconpark-icon {
	width: 100px;
	height: 100px;
	background-color: #2791e5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 48px;
	margin: 0 auto;
}
.khfwlist ul li div section h1{
	margin-top: 25px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}
.khfwlist ul li div section p{
	margin-top: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	opacity: 0.5;
}
.khfwlist ul li:hover img{
	transform: scale(1.1);
}
.cstr ul li{
	padding: 50px 0px;
	background-color: #fff;
}
.cstr ul li a{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cstr ul li a div{
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cstr ul li a section{
	width: 100%;
}
.cstr ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.cstr ul li:hover a div img{
	transform: scale(1.1);
}
.cstr ul li a section h1{
	color: #333333;
	font-size: 30px;
}
.cstr ul li a section i{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #5ead1c;
	margin-top: 15px;
	margin-bottom: 25px;
}
.cstr ul li a section  p{
	line-height: 30px;
	font-size: 16px;
	color: #7a7a7a;
}
.cstr ul li a section span{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #d9d9d9;
	margin-top: 50px;
	text-align: center;
	line-height: 50px;
	transition: all 1s;
	color: #808080;
	font-size: 14px;
}
.cstr ul li a section span:hover{
	background-color: #5ead1c;
	color: #fff;
	border-color: #5ead1c;
}
.cstr ul li:nth-child(2n){
	background-color: #f5f8fa;
}
.cstr ul li:nth-child(2n) a{
	display: flex;
	flex-direction: row-reverse;
}
.lxwm{
	width: 1400px;
	margin: 90px auto;
}
.lxwmbt {
	margin-bottom: 40px;
}
.lxwmbt h1{
	color: #404040;
	font-size: 28px;
	text-align: center;
}
.lxwmbt p{
	color: #808080;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width:calc(31% - 80px);
	padding: 40px;
	box-shadow: 0px 0px 20px #dcdcdc;
	border-bottom: 3px solid  #5ead1c;
	transition: all  1s;
}
.lxwmlist ul li iconpark-icon{
	font-size: 42px;
	color: #5ead1c;
	margin-bottom: 45px;
	transition: all  1s;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 15px;transition: all  1s;
	font-weight: bold;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 15px;
	transition: all  1s;
	line-height: 30px;
}
.lxwmlist ul li:hover{
	background-color: #2791e5;
	border-bottom: 3px solid  #2791e5;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.zxly{
	padding-top: 80px;
	padding-bottom: 70px;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.zxlybt h1{
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}
.zxlybt p{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}
.zxly form{
	width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}
.zxly form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zxly form div input{
	width: 30.33%;
	padding: 0 1%;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	height: 50px;
	outline: none;
	color: #fff;
}
.zxly form div input::placeholder{
	color: #fff;
}
.zxly form textarea{
	padding: 1%;
	width: 98%;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	outline: none;
	color: #fff;
	font-family: "微软雅黑";
	margin-top: 15px;
	height: 150px;
}
.zxly form textarea::placeholder{
	color: #fff;
}
.zxly form button{
	display: block;
	width: 200px;
	height: 50px;
	background-color: #fff;
	color: #2791e5;
	font-size: 16px;
	margin-top: 15px;
	border: none;
	transition: all 1s;
}
.zxly form button:hover{
	background-color: #2791e5;
	color: #fff;
}
.zqgc{
	background-color: #f5f8fa;
	padding-top: 75px;
	padding-bottom: 75px;
}
.zqgcdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.zqgcdvleft{
	padding: 50px;
	background-color: #fff;
	width: 920px;
}
.zqgcdvright{
	width: 340px;
}
.zqgcdvright ul li{
	width: 98%;
	margin: 1%;
	margin-bottom: 15px;
}
.zqgcdvright ul li div{
	width: 100%;
	overflow: hidden;
}
.zqgcdvright ul li div img{
	display: block;
	width: 100%;
}
.zqgcdvright ul li section{
	padding: 20px 25px;
	background-color: #fff;
	transition: all 1s;
}
.zqgcdvright ul li section h1{
	color: #5ead1c;
	font-size: 14px;
	transition: all 1s;
	text-align: center;
}
.zqgcdvright ul li section p{
	color: #333333;
	font-size: 15px;
	transition: all 1s;
	text-align: center;
	margin-bottom: 10px;
}
.zqgcdvright ul li:hover section{
	background-color: #5ead1c;
	padding: 30px 25px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}
.zqgcdvright ul li:hover section h1{
	color: #fff;
}
.zqgcdvright ul li:hover section p{
	color: #fff;
}
.zqgcimgall{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zqgcimg{
	width: 80%;
}
.zqgcimg #gallery2 .swiper-slide img{
	display: block;
	width: 100%;
}
.zqgcimg #thumbs2 {
	margin-top: 10px;
}
.zqgcimg #thumbs2 .swiper-slide img{
	display: block;
	width: 100%;
	border: 1px solid #fff;
}
.zqgcimgall a{
	display: block;
	font-size: 42px;
	color: #5ead1c;
}
.zqgcimg #thumbs2 .swiper-slide-thumb-active img{
	border: 1px solid #5ead1c;
}
.xmgk .xmgkbt{
	background-color: #f5f8fa;
	border-left: 3px solid #5ead1c;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	color: #666666;
}
.zqgcimgall{
	margin-bottom: 85px;
}
.xmgkdv img{
	max-width: 100%;
}
.xmgkdv{
	margin-top: 20px;
	margin-bottom: 30px;
}
.fy{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.fy p a{
	color: #666666;
	font-size: 14px;
}
.fy p a:hover{
	color: #5ead1c;
	font-size: 14px;
}
.gyxy{
	padding:110px 0px ;
	background: url(../images/abou_02.jpg) center no-repeat;
	background-size: cover;
}
.gyxydv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gyxyleft{
	width: 48%;
}
.gyxyleft h1{
	color: #1e2c49;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gyxyleft h2{
	color: #2e2d2d;
	font-size: 22px;
	margin-bottom: 50px;
}
.gyxyleft p{
	margin-bottom: 45px;
	line-height: 30px;
	color: #808080;
	font-size: 14px;
}
.qywhua{
	padding: 85px 0px;
	padding-bottom: 125px;
	background: url(../images/qywhuasg_02.jpg) center no-repeat;
	background-size: cover;
}
.qywhuabt h1{
	text-align: center;
	color: #1e2c49;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.qywhuabt p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}
.qywhuabt{
	margin-bottom: 40px;
}
.qywhuadv{
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}
.qywhuadvleft{
	width: 49%;
	overflow: hidden;
	position: relative;
}
.qywhuadvleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.qywhuadvleft:hover img{
	transform: scale(1.1);
}
.qywhuadvleft section{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 130px);
	padding: 65px;
}
.qywhuadvleft section h1{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.qywhuadvright{
	width: 49%;
}
.qywhuadvright ul{
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.qywhuadvright ul li{
	position: relative;
	overflow: hidden;
}
.qywhuadvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.qywhuadvright ul li div{
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywhuadvright ul li div h1{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.qywhuadvright ul li div p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}
.qywhuadvright ul li:hover img{
	transform: scale(1.05);
}
.hezbdv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hezbdv ul li{
	width: 20%;
}
.hezb{
	padding: 70px 0;
	width: 1400px;
	margin: 0 auto;
}
.hezbbt{
	margin-bottom: 40px;
}
.hezbbt h1{
	color: #1e2c49;
	font-size:30px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
} 
.hezbbt p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}
.hezbdv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hezbdv ul li{
	width: 19%;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
	overflow: hidden;
}
.hezbdv ul li img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.hezbdv ul li:hover img{
	transform: scale(1.05);
}
.ryzzhi{
	padding-top: 90px;
	padding-bottom: 40px;
	background: url(../images/ihw_02.jpg) top center no-repeat;
	background-color: #f2f5fa;
}
.ryzzhibt{
	margin-bottom: 35px;
}
.ryzzhibt h1{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ryzzhibt p{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ry{
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}
.rylist .swiper-slide div{
	overflow: hidden;
	width: calc(100% - 40px);
	padding: 20px;
}
.rylist .swiper-slide div img{
	display: block;
	width: 100%;
	transform: scale(1);
}
.rylist .swiper-slide-active div img{
	transform: scale(1.1);
}
.rylist .swiper-slide-active div{
	
}
.rylist .swiper-slide  h1{
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.rylist  .swiper-button-next,.rylist .swiper-button-prev{
	width: 35px;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 1s;
}
.rylist .swiper-button-next:after,.rylist .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}
.rylist  .swiper-button-next:hover,.rylist .swiper-button-prev:hover{
	background-color: #5ead1c;
}
.rylist .swiper-pagination{
	position: initial;
	margin-top: 15px;
}
.rylist .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.rylist .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	background-color: #5ead1c;
	border-radius: 10px;
}
.xwallsit .swiper-button-next:hover, .xwallsit .swiper-button-prev:hover{
	background-color: #5ead1c;
}
.xwallsit .swiper-button-next:after, .xwallsit .swiper-button-prev:after{
	font-size: 18px;
}
.xmgk .xmgkbt{
	height: 40px;
	line-height: 40px;
}
.xwaldown p{
	height: 20px;
	line-height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xwtj{
	width: 1500px;
	margin: 0 auto;
}
.xwfslist{
	width: 100%;
}
.xwfslist ul li{
	width: 30.33%;
}
.xwfslist ul{
	display: flex;
	justify-content: space-between;
}
.xwfslist ul i{
	display: block;
	width: 2px;
	border-right: 1px solid #e6e6e6;
}
.xwfslist ul li div{
	width: 100%;
	overflow: hidden;
}
.xwfslist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xwfslist ul li section{
	background-color: #ffffff;
	padding: 35px 0px;
}
.xwfslist ul li section h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwfslist ul li section h1 span{
	color: #4c4c4c;
	font-size: 14px;
}
.xwfslist ul li section i{
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	width: auto;
	border: none;
	padding: 5px 10px;
	background-color: #f3f3f3;
	color: #5ead1c;
}
.xwfslist ul li section i iconpark-icon{
	font-size: 16px;
	margin-right: 5px;
	color: #5ead1c;
}
.xwfslist ul li section h2{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	transition: all .5s;
}
.xwfslist ul li section p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.xwfslist ul li:hover div img{
	transform: scale(1.05);
}
.xwfslist ul li:hover h2{
	color: #5ead1c;
}
.xwtj{
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.newslist {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.newslist ul li{
	padding: 30px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.newslist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newslist ul li .newslistleft{
	width: 80px;
}
.newslist ul li .newslistleft i{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #5ead1c;
	border: 1px solid #5ead1c;
	text-align: center;
	font-size: 36px;
}
.newslist ul li .newslistleft span{
	width: 100%;
	height: 35px;
	display: block;
	border: 1px solid #5ead1c;
	line-height: 35px;
	text-align: center;
	color: #5ead1c;
	font-size: 14px;
}
.newslist ul li .newlistright{
	width: 90%;
}
.newslist ul li .newlistright h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	transition: all 1s;
}
.newslist ul li .newlistright p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #808080;
	font-size: 14px;
}
.newslist ul li .newlistright h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.newslist ul li .newlistright  span{
	display: block;
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #5ead1c;
    border-bottom: 5px solid transparent;
	margin-right: 5px;
}
.newslist ul li .newlistright i{
	color: #4c4c4c;
	font-size: 14px;
}
.newslist ul li:hover .newlistright h1{
	color: #5ead1c;
}


.nykf{
	padding-top: 140px;
	padding-bottom: 205px;
	background: url(../images/aghah_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.nykfdv{
	width: 1400px;
	margin: 0 auto;
}
.nykfbt h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
}
.nykfbt  h2{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.nykfbt p{
	color: #d7e0f2;
	font-size: 14px;
	line-height: 30px;
	width: 60%;
}
.nykfbt a{
	display: flex;
	width: 140px;
	padding: 0 30px;
	height: 43px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-top: 40px;
	align-items: center;
	justify-content: space-between;
	transition: all 1s;
}
.nykfbt a span{
	color: #fff;
	font-size: 14px;
}
.nykfbt a i{
	color: #fff;
	font-size: 36px;
}
.nykfbt a:hover{
	background-color: #5ead1c;
	border: 1px solid #5ead1c;
}
.ayqg{
	height: 140px;
	width: 100%;
	background-color: #2791e5;
}
.ayqgdv{
	width: 1400px;
	margin: 0 auto;
}
.ayqgdv ul{
	display: flex;
	justify-content: space-between;
}
.ayqgdv ul li{
	width: 33.333%;
	height: 100%;
	border-right: 1px solid #379ced;
	position: relative;
}
.ayqgdv ul li div{
	height: 140px;
	transition: all 1s;
}
.ayqgdv ul li div a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.ayqgdv ul li div a iconpark-icon{
	font-size: 42px;
	color: #fff;
	margin-right: 15px;
}
.ayqgdv ul li div a span{
	color: #ffffff;
	font-size: 18px;
}
.ayqgdv ul li:hover div{
	background-color: #1b80d0;
}
.ayqgdv ul li:first-child:hover div{
	height: 100px;
	transform: translateY(-102px);
	border-bottom: 1px solid #379ced;
}
.ayqgdv ul li:first-child section{
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 1s;
	opacity: 0;
	    background-color: #1b80d0;
}
.ayqgdv ul li:first-child section dl{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.ayqgdv ul li:first-child section dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:0 20px;
}
.ayqgdv ul li:first-child section dl dd i{
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 8px;
}
.ayqgdv ul li:first-child section dl dd span{
	color: #ffffff;
	font-size: 14px;
}
.ayqgdv ul li:first-child:hover section{
	opacity: 1;
}

.ayqgdv ul li:nth-child(2):hover div{
	height: 100px;
	transform: translateY(-102px);
	border-bottom: 1px solid #379ced;
}
.ayqgdv ul li:nth-child(2) section{
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 1s;
	opacity: 0;
	    background-color: #1b80d0;
}
.ayqgdv ul li:nth-child(2) section dl{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.ayqgdv ul li:nth-child(2) section dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:0 20px;
}
.ayqgdv ul li:nth-child(2) section dl dd i{
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 8px;
}
.ayqgdv ul li:nth-child(2) section dl dd span{
	color: #ffffff;
	font-size: 14px;
}
.ayqgdv ul li:nth-child(2):hover section{
	opacity: 1;
}

.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.nrbanner{
	position: relative;
	z-index: 3;
}
.btext {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0%;
}
.btext div{
	width: 95%;
	margin-top: 60px;
	margin: 0 auto;
	animation: moveDown 1s ease-in-out;
}
.btext h3 {
	color: #ffffff;
	font-size: 40px;
	text-align: center;
}
.btext p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.btext p a{
		text-align: center;
	color: #fff;
	font-size: 14px;

}


.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 1500px;
	margin: 0 auto;
}

.bannersasg .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h2{
	color: #ffffff;
	font-size: 50px;
	line-height: 65px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.bannersasg .swiper-slide section h4{
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}
.bannersasg {
	width: 100%;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	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;

}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	.headdv{
		width: 95%;
	}
	.xycpzx{
		width: 95%;
	}
	.xycpzxlist{
		margin-top: 40px;
	}
	.sdyshbt{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
	}
	.sdyshlist{
		width: 95%;
	}
	.xwal{
		width: 95%;
	}
	.zjxyuandv{
		width: 95%;
	}
	.xyxiwzx .xycpzxbt{
		width: 95%;
	}
	.xyxiwzxdv{
		width: 95%;
	}
	.shbzdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.cstr ul li a{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.zxly form{
		width: 95%;
	}
	.gyxydv{
		width: 95%;
	}
	.gyxy{
		padding: 70px 0px;
	}
	.qywhuadv{
		width: 95%;
	}
	.ry{
		width: 95%;
	}
	.hezb{
		width: 95%;
	}
	.zqgcdv{
		width: 95%;
	}
	.zqgcdvleft{
		width: 63%;
		padding: 4%;
	}
	.zqgcdvright{
		width: 26%;
	}
	.zqgcdvright ul li section p{
		font-size: 14px;
	}
	.anlislitdv{
		width: 95%;
	}
	.khfwlist{
		width: 95%;
	}
	.ss{
		margin-left: 15px;
	}
	.xwtj{
		width: 95%;
	}
	.newslist{
		width: 95%;
	}
	.bannersasg .swiper-slide div section{
		width: 95%;
	}
	.btext div{
		width: 95%;
	}
	.nykfdv{
		width: 95%;
	}
	.ayqgdv{
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.headdv{
		width: 95%;
	}
	.ssdv form{
		width:95%;
	}
	.xycpzx{
		width: 95%;
	}
	.xycpzxlist{
		margin-top: 40px;
	}
	.sdyshbt{
		width: 95%;
	}
	.sdyshlist{
		width: 95%;
	}
	.xwal{
		width: 95%;
	}
	.zjxyuandv{
		width: 95%;
	}
	.xyxiwzx .xycpzxbt{
		width: 95%;
	}
	.xyxiwzxdv{
		width: 95%;
	}
	.shbzdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.cstr ul li a{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.zxly form{
		width: 95%;
	}
	.gyxydv{
		width: 95%;
	}
	.gyxy{
		padding: 70px 0px;
	}
	.qywhuadv{
		width: 95%;
	}
	.ry{
		width: 95%;
	}
	.hezb{
		width: 95%;
	}
	.zqgcdv{
		width: 95%;
	}
	.zqgcdvleft{
		width: 63%;
		padding: 4%;
	}
	.zqgcdvright{
		width: 26%;
	}
	.zqgcdvright ul li section p{
		font-size: 14px;
	}
	.anlislitdv{
		width: 95%;
	}
	.khfwlist{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.xyxiwzxdvdown .cjwt ul li a h4{
		line-height: 25px;
	}
	.xyxiwzxdvdown .cjwt ul li a h3{
		width: 74%;
	}
	.shbzdvleft h2{
		font-size: 28px;
	}
	.xyxiwzxdvtop ul li a h1{
		margin-bottom: 15px;
	}
	.xyxiwzxdvtop ul li a h1{
		margin-top: 0;
	}
	.xyxiwzxdvdown{
		margin-top: 20px;
	}
	.xyxiwzxdvright .xyxiwzxdvtop{
		padding-bottom: 20px;
	}
	.xyxiwzxdvdown .cjwt h1{
		margin-bottom: 15px;
	}
	.shownav ul li a{
		padding: 0 25px;
	}
	.cstr ul li a section span{
		margin-top: 30px;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.rylist .swiper-slide div{
		width: calc(100% - 20px);
		padding: 10px;
	}
	.qywhuadvleft section{
		padding: 5%;
		width: 90%;
	}
	.gyxyleft{
		width: 63%;
	}
	.fy p{
		width: 48%;
	}
	.ss{
		margin-left: 15px;
	}
	.xwtj{
		width: 95%;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li .newlistright{
		width: 88%;
	}
	.nykfdv{
		width: 95%;
	}
	.ayqgdv{
		width: 95%;
	}
}

@media screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.xycpzx{
		width: 95%;
		margin: 25px auto;
	}
	.xycpzxbt{
		display: block;
	}
	.xycpzxbt h1{
		text-align: center;
		font-size: 22px;
	}
	.xycpzxbt a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100px;
		height: 35px;
		border-radius: 8px;
		background-color: #5ead1c;
		padding: 0 15px;
		margin: 10px auto;
	}
	.xycpzxlist{
		margin-top: 20px;
	}
	.xycpzxlist ul li{
		width: 49%;
		margin-bottom: 6px;
	}
	.xycpzxlist ul li section{
		height: 55px;
	}
	.xycpzxlist ul li section h1{
		line-height: 60px;
	}
	.xycpzxlist ul li:hover section h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.xycpzxlist ul li:hover section p{
		height: 50px;
		overflow: hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.sdysh{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sdyshbt{
		width: 95%;
		margin-bottom: 20px;
	}
	.sdyshbt h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.sdyshbt p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		color: #646464;
	}
	.sdyshlist{
		width: 95%;
		margin-top: 25px;
	}
	.sdyshlist ul{
		flex-wrap: wrap;
	}
	.sdyshlist ul li{
		width: calc(40% - 2px);
		margin-bottom: 10px;
		padding: 4.5%;
		border: 1px solid #d7dade;
		height: auto;
	}
	.sdyshlist ul li iconpark-icon{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.sdyshlist ul li h1{
		margin-bottom: 10px;
	}
	.sdyshlist ul li p{
		height: 90px;
	}
	.sdyshlist ul li:hover{
		height: auto;
	}
	.sdyshlist ul li:hover{
		transform: translateY(0);
	}
	.sdyshlist ul li:hover section{
		margin-top: 10px;
	}
	.sdyshlist ul li section span{
		font-size: 14px;
	}
	.sdyshlist ul li:hover section iconpark-icon{
		width: 25px;
		height: 25px;
		margin-left: 10px;
	}
	.xwal{
		width: 95%;
		margin: 25px auto;
	}
	.xwallsit{
		margin-top: 15px;
	}
	.xwallsit .swiper-pagination{
		margin-top: 20px;
	}
	.zjxyuandv{
		width: 95%;
	}
	.zjxyuandvleft{
		display: none;
	}
	.zjxyuandvright{
		width: 100%;
	}
	.zjxyuan{
		padding: 0px 0px;
	}
	.zjxyuandvright h1{
		font-size: 22px;
		text-align: center;
	}
	.zjxyuandvright h2{
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}
	.zjxyuandvright ul li h4{
		font-size: 30px;
	}
	.zjxyuandvright ul li{
		width: 31%;
	}
	.zjxyuandvright ul{
		margin-top: 15px;
	}
	.zjxyuandvright a{
		margin-top: 20px;
		width: 120px;
		height: 40px;
	}
	.zjxyuandv{
		padding: 30px 2.5%;
		width: 95%;
		background: linear-gradient(63deg, white, transparent);
	}
	.xyxiwzx{
		padding: 30px 0rem;
	}
	.xyxiwzx .xycpzxbt{
		width: 95%;
	}
	.xyxiwzxdv{
		width: 95%;
		display: block;
		margin-top: 30px;
	}
	.xyxiwzxdvleft{
		display: block;
	}
	.xyxiwzxdvleft{
		width: 90%;
		padding: 5%;
		border-right: none;
		margin-bottom: 10px;
	}
	.xyxiwzxdvleft h1{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.xyxiwzxdvleft h1{
		font-size: 17px;
		font-weight: bold;
	}
	.xyxiwzxdvleft h2{
		margin-bottom: 5px;
	}
	.xyxiwzxdvright{
		width: 90%;
		padding: 5%;
	}
	.xyxiwzxdvright .xyxiwzxdvtop{
		display: none;
	}
	.xyxiwzxdvdown{
		margin-top: 0;
		display: block;
	}
	.xyxiwzxdvdown .cjwt{
		width: 100%;
	}
	.xyxiwzxdvdown .cjwt h1{
		margin-bottom: 15px;
	}
	.xyxiwzxdvdown .cjwt ul li a h3{
		width: 77%;
	}
	.xyxiwzxdvdown .cjwt ul li{
		margin-bottom: 10px;
	}
	.xyxiwzxdvdown .cjwt h1{
		font-size: 17px;
		margin-bottom: 10px;
		text-align: center;
	}
	.shbz{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.shbzdv{
		width: 95%;
		display: block;
	}
	.shbzdvleft{
		width: 100%;
	}
	.shbzdvleft h2{
		font-size: 20px;
	}
	.shbzdvleft p{
		line-height: 25px;
		margin-bottom: 15px;
	}
	.shbzdvleft section div{
		display: block;
	}
	.shbzdvleft section div a{
		width: 125px;
		height: 40px;
	}
	.shbzdvleft section div h5{
		margin-left: 0;
		margin: 15px 0px;
	}
	.shbzdvleft section div h5 p i{
		font-size: 17px;
	}
	.shbzdvright{
		width: 100%;
	}
	.shbzdvright form div input{
		height: 40px;
	}
	.shbzdvright form button{
		line-height: 37px;
		font-size: 14px;
		width: 50%;
		margin: 0 auto;
	}
	.foot{
		display: none;
	}
	.anlislit{
		padding: 20px 0px;
	}
	.anlislitdv{
		width: 95%;
	}
	.anlislitdv ul li{
		width: 48%;
	}
	.anlislitdv ul li section{
		padding: 5%;
	}
	.anlislitdv ul li section p{
		line-height: 25px;
		font-size: 14px;
	}
	.anlislitdv ul li section h1{
		margin-bottom: 5px;
	}
	.khfw{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.khfwbt h1{
		font-size: 22px;
	}
	.khfwbt i{
		margin-bottom: 30px;
	}
	.khfwlist{
		width: 95%;
	}
	.khfwlist ul{
		flex-wrap: wrap;
	}
	.khfwlist ul li{
		width: 33.333%;
	}
	.khfwlist ul li img{
		width: 100%;
	}
	.khfwlist ul li div section iconpark-icon{
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
	.khfwlist ul li div section h1{
		margin-top: 15px;
		font-size: 17px;
		font-weight: bold;
	}
	.khfwlist ul li div section p{
		font-size: 12px;
	}
	.khfwlist ul li:nth-child(5),.khfwlist ul li:nth-child(4){
		width: 50%;
	}
	.khfwlist ul li{
		width: 50%;
	}
	.shownav ul{
		display: flex;
		flex-wrap: wrap;
	}
	.shownav ul li a{
		height: 40px;
		line-height: 40px;
	}
	.shownav ul li{
		width: 33.333%;
		text-align: center;
	}
	.shownav ul li a{
		padding: 0;
		font-size: 14px;
	}
	.shownav ul li:nth-child(2n+1){
		background-color: #f1f1f1;
	}

	.shownav ul li.active a{
		line-height: auto;
		height: auto;
		background-color: transparent;
		margin-top: 0px;
		line-height: 40px;
		color: #4c4c4c;
		font-size: 14px;
		height: 40px;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.cstr ul li a{
		display: block;
		width: 95%;
	}
	.cstr ul li a div{
		width: 100%;
	}
	.cstr ul li{
		padding: 25px 0px;
	}
	.cstr ul li a section{
		margin-top: 15px;
	}
	.cstr ul li a section h1{
		font-weight: bold;
		font-size: 17px;
	}
	.cstr ul li a section i{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cstr ul li a section p{
		font-size: 14px;
		line-height: 25px;
	}
	.cstr ul li a section span{
		width: 120px;
		height: 35px;
		margin: 0 auto;
		line-height: 35px;
		margin-top: 15px;
	}
	.cstr ul li:nth-child(2n) a{
		display: block;
	}
	.lxwm{
		width: 95%;
		margin: 30px auto;
	}
	.lxwmbt h1{
		font-size: 18px;
		font-weight: bold;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmbt{
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 32px;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 5px;
	}
	.lxwmlist ul li h1{
		text-align: center;
		font-size: 17px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li p{
		text-align: center;
		font-size: 14px;
		line-height: 25px;
	}
	.zxly{
		padding: 30px 0px;
	}
	.zxlybt{
		width: 95%;
		margin: 0 auto;
	}
	.zxlybt h1{
		font-size: 22px;
		font-weight: bold;
	}
	.zxlybt p{
		line-height: 25px;
	}
	.zxly form{
		width: 95%;
		margin-top: 20px;
	}
	.zxly form div{
		display: block;
	}
	.zxly form div input{
		width: 94%;
		padding: 0 3%;
		height: 40px;
		margin-bottom: 10px;
	}
	.zxly form textarea{
		margin-top: 0;
		width: 94%;
		padding: 3%;
	}
	.zxly form button{
		width: 120px;
		height: 40px;
		margin: 0 auto;
		margin-top: 15px;
		font-size: 14px;
	}
	.gyxy{
		padding: 40px 0px;
	}
	.gyxydv{
		width: 95%;
	}
	.gyxyleft{
		width: 100%;
	}
	.gyxyleft p{
		margin-bottom: 15px;
		text-indent: 2em;
	}
	.gyxyleft h2{
		font-size: 16px;
		text-align: center;
		margin-bottom: 15px;
	}
	.gyxyleft h1{
		font-size: 22px;
		text-align: center;
	}
	.qywhua{
		padding: 30px 0px;
	}
	.qywhuabt h1{
		font-size: 22px;
	}
	.qywhuabt p{
		width: 95%;
		margin: 0 auto;
		line-height: 25px;
		color: #7c7c7c;
	}
	.qywhuabt{
		margin-bottom: 20px;
	}
	.qywhuadv{
		width: 95%;
		display: block;
	}
	.qywhuadvleft{
		width: 100%;
	}
	.qywhuadvleft section{
		padding: 5%;
		width: 90%;
	}
	.qywhuadvright{
		width: 100%;
	}
	.qywhuadvright ul li{
		margin-top: 10px;
	}
	.qywhuadvright ul li div h1{
		font-size: 20px;
	}
	.qywhuadvright ul li div p{
		margin-top: 10px;
		font-size: 14px;
	}
	.ryzzhi{
		padding: 30px 0px;
	}
	.ryzzhibt{
		width: 95%;
		margin: 0 auto;
	}
	.ryzzhibt h1{
		font-size: 22px;
	}
	.ryzzhibt p{
		line-height: 25px;
		font-size: 14px;
	}
	.ry{
		width: 95%;
		margin-top: 20px;
	}
	.rylist .swiper-slide div{
		width: calc(100% - 20px);
		padding: 10px;
	}
	.hezb{
		width: 95%;
		padding: 30px 0px;
	}
	.hezbbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.hezbbt p{
		line-height: 25px;
		font-size: 14px;
	}
	.hezbbt{
		margin-bottom: 20px;
	}
	.hezbdv ul li{
		width: 31%;
		margin-bottom: 10px;
	}
	.zqgc{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.zqgcdv{
		width: 95%;
		display: block;
	}
	.zqgcdvleft{
		width: 90%;
		padding: 5%;
	}
	.zqgcimgall a{
		font-size: 26px;
	}
	.zqgcimgall{
		margin-bottom: 25px;
	}
	.fy{
		display: block;
		margin-top: 20px;
	}
	.fy p a{
		display: block;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.zqgcdvright{
		width: 100%;
		margin-top: 15px;
	}
	.zqgc{
		padding-bottom: 15px;
	}
	.xwtj{
		width: 95%;
		padding: 30px 0px;
		display: none;
	}
	.xwfslist ul i{
		display: none;
	}
	.newslist{
		width: 95%;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.newslist ul li{
		padding: 15px 0px;
	}
	.newslist ul li .newlistright{
		width: 71%;
	}
	.newslist ul li .newlistright h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.newslist ul li .newlistright p{
		line-height: 25px;
		height: 50px;
	}
	.newslist ul li .newlistright h3{
		margin-top: 10px;
	}
	.newslist ul li .newslistleft i{
		height: 50px;
		line-height: 50px;
		font-size: 32px;
	}
	.newslist ul li .newslistleft span{
		height: 30px;
		line-height: 30px;
	}
	.nykf{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.nykfdv{
		width: 95%;
	}
	.nykfbt h1,.nykfbt h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.nykfbt p{
		width: 100%;
	}
	.nykfbt a{
		margin: 0 auto;
		margin-top: 20px;
		width: 100px;
	}
	.ayqg{
		height: 80px;
	}
	.ayqgdv{
		width: 100%;
		height: 80px;
	}
	.ayqgdv ul li div a iconpark-icon{
		font-size: 30px;
		margin-right: 10px;
	}
	.ayqgdv ul li div a span{
		font-size: 14px;
	}
	.ayqgdv ul li div{
		height: 80px;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 22px;
		line-height: 20px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 17px;
	}
	.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: #5ead1c;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #4f9117;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		max-width: initial;
		margin-left: -25%;
	}
	.bannersasg .swiper-slide{
		width: 100%;
		overflow: hidden;
	}
	.bannersasg .swiper-slide section h4{
		margin-top: 10px;
	}
	.shbzdvleft section div a iconpark-icon{
		font-size: 16px;
	}
	.shbzdvleft section div a{
		height: 35px;
	}
	.shbzdvleft section div h5 iconpark-icon{
		font-size: 18px;
		width: 40px;
		height: 40px;
	}
	.shbzdvright form div input{
		height: 38px;
	}
	.mobile-inner-nav{
		z-index: 30;
	}
	.banner img{
		width: 150%;
		margin-left: -25%;
	}
	.btext h3{
		font-size: 22px;
	}
	.btext p{
		margin-top: 7px;
	}
	.shownav ul li a:hover{
		height: auto;
		margin-top: 0;
		line-height: 40px;
		font-size: 14px;
	}
	.newslistleft{
		display: none;
	}
	.newslist ul li .newlistright{
		width: 100%;
	}
}

