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

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;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.heads {
	height: 100px;
	width: 100%;
	transition: all .5s;
	background-color: #fff;
	box-shadow: 0px 0px 10px #d7d7d7;
}

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

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

}

.headdv {
	width: 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: 86px;
	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 span{
	color: #333333;
}
.headdvright ul li>a::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	top: 55px;
	left: 0;
	transition: all 1s;
}
.headdvright ul li:hover>a::after{
	background-color: #24ad39;
}
.headdvright ul li.active>a::after{
	background-color: #24ad39;
}
.ss iconpark-icon{
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.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;
}
.headtop{
	display: block;
	height: 40px;
	background-color: #26344f;
	position: relative;
	z-index: 2;
}
.headdvall{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvalleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headdvalleft ul li a{
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}
.headdvalleft ul i{
	display: block;
	width: 1px;
	background-color: #687184;
	height: 15px;
	margin: 0 20px;
}
.headdvalright{
	display: flex;justify-content: flex-start;
	align-items: center;
}
.headdvalright h1{
	color: #ffffff;
	font-size: 14px;
}
.headdvalright h1 span{
	font-weight: bold;
	color: #09a323;
	font-size: 14px;
}
.headdvalright em{
	display: block;
	width: 1px;
	background-color: #687184;
	height: 15px;
	margin: 0 20px;
}
.inabout{
	padding-top: 85px;
	padding-bottom: 80px;
	background: url(../images/gywm_02.jpg) center no-repeat;
	background-size: cover;
}
.inaboutdv{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.inaboutdvleft {
	width: 30%;
}
.inaboutdvleft h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 25px;
}
.inaboutdvleft .bdform{
	padding: 40px;
	background-color: #26344f;
}
.inaboutdvleft h2{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.inaboutdvleft form input::placeholder{
	color: #fff;
}
.inaboutdvleft form input{
	padding: 0 30px;
	height: 48px;
	display: block;
	width: calc(100% - 60px);
	border: 1px solid #495973;
	border-radius: 5px;
	background-color: #2e3d5c;
	color: #fff;
	font-size: 14px;
	outline: none;
	margin-bottom: 7px;
}
.inaboutdvleft form button{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #48597c;
	border: none;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	transition: all 1s;
}
.inaboutdvleft form button:hover{
	background-color: #22ad3a;
}
.inaboutdvright {
	width: 55%;
}
.inaboutdvright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inaboutdvright ul li{
	width: 20%;
	padding: 30px 0px;
	border-bottom: 2px solid #eceeef;
}
.inaboutdvright ul li:nth-child(6),.inaboutdvright ul li:nth-child(7),.inaboutdvright ul li:nth-child(8),.inaboutdvright ul li:nth-child(9){
	border-bottom: none;
}
.inaboutdvright ul li div{
	border-right: 1px solid #e2e5ec;
	padding-top: 15px;
}
.inaboutdvright ul li div i{
	display: block;
	text-align: center;
	font-size: 56px;
}
.inaboutdvright ul li div h1{
	margin-top: 30px;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 15px;
}
.inaboutdvright ul li:nth-child(5n) div{
	border: none;
}
.inaboutdvright ul li:last-child{
	border-bottom: none;
}
.hyjjfadv{
	width: 1400px;
	margin: 90px auto;
	margin-bottom: 110px;
}
.hyjjfabt{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.inaboutdvdz{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}
.inaboutdvdzleft h3{
	color: #333333;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}
.inaboutdvdzleft p{
	color: #808080;
	font-size: 14px;
}
.inaboutdvdzright{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutdvdzright iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #25334e;
	border-radius: 50px;
	font-size: 24px;
	margin-right: 10px;
}
.inaboutdvdzright section h3{
	color: #24344d;
	font-size: 14px;
	margin-bottom: 5px;
}
.inaboutdvdzright section h4{
	color: #24344d;
	font-size: 24px;
	font-weight: bold;
}
.hyjjfall{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.hyjjfallleft{
	width: 77.5%;
}
.hyjjfallright{
	width: 21.7%;
	height: 600px;
	background-color: #26344f;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hyjjfallright #thumbs{
	height: 500px;
	width: 150px;
	margin-left: 54.5px;
}
.hyjjfallleftdv{
	position: relative;
}
.hyjjfallleftdv img{
	width: 100%;
	display: block;
}
.hyjjfallleftdvht{
	position: absolute;
	bottom: 0;
	padding: 20px 50px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hyjjfallleftdvhtleft{
	width: 70%;
}
.hyjjfallleftdvhtleft h1{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.hyjjfallleftdvhtleft p{
	color: #ffffff;
	line-height: 25px;
	font-size: 14px;
}
.hyjjfallleftdvht a{
	display: block;
	width: 160px;
	height: 45px;
	background-color: #26344f;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
}
.hyjjfallright::after{
	content: "";
	display: block;
	width: 59px;
	border-right: 1px solid #b3b9c2;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hyjjfallright #thumbs .swiper-slide section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hyjjfallright #thumbs .swiper-slide section i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	border: 2px solid #8e95a3;
	background-color: #26344f;
	margin-right: 25px;
}
.hyjjfallright #thumbs .swiper-slide section span{
	color: #ffffff;
	font-size: 16px;
}
.hyjjfallright #thumbs .swiper-slide-thumb-active section span{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.hyjjfallright #thumbs .swiper-slide-thumb-active section i{
	border: 2px solid #ffffff;
}
.gxxq{
	padding: 105px 0;
	padding-bottom: 85px;
	background: url(../images/jjf_02.jpg) center  no-repeat;
	background-size: cover;
}
.gxxqdv{
	width: 1400px;
	margin: 0 auto;
}
.gxxqbt {
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 50px;
}
.gxxqlist{
	height: 500px;
}
.gxxqlist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.gxxqlist ul li{
	width: calc(25% - 80px);
	padding: 0 40px;
	padding-top: 60px;
	padding-bottom: 45px;
	transition: all 1s;
	border: 1px solid #d9dce2;
	border-right: none;

}

.gxxqlist ul li:first-child{
	border-left: 1px solid #d9dce2;
}
.gxxqlist ul li:last-child{
	border-right:  1px solid #d9dce2;
}
.gxxqlist ul li iconpark-icon{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #6d7788;
	margin-bottom: 20px;
	transition: all 1s;
}
.gxxqlist ul li h1{
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	transition: all 1s;
}
.gxxqlist ul li h1:nth-child(3){
	margin-bottom: 20px
}
.gxxqlist ul li p{
	display: flex;
}
.gxxqlist ul li p i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #26344f;
	transform: rotateZ(45deg);
	margin-right: 15px;
	margin-top: 10px;
	transition: all 1s;
}
.gxxqlist ul li p span{
	width: 90%;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
	transition: all 1s;
}
.gxxqlist ul li a{
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #48597c;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	color: #fff;
	transition: all 1s;
}
.gxxqlist ul li a:hover{
	background-color: #16972d;
}
.gxxqlist ul li:nth-child(4) p:nth-child(5) span{
	height: 90px;
}
.gxxqlist ul li.active{
	background-color: #26344f;
}

.gxxqlist ul li.active iconpark-icon{
	color: #fff;
}
.gxxqlist ul li.active h1{
	color: #fff;
	font-weight: bold;
}
.gxxqlist ul li.active p i{
	background-color: #fff;
}
.gxxqlist ul li.active p span{
	color: #fff;
}
.gxxqlist ul li.active a{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #48597c;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	color: #fff;
	transition: all 1s;
}
.gxxqlist ul li.active a:hover{
	background-color: #16972d;
}
.xwzx{
	margin: 90px auto;
}
.innewlist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}

.innewlist {
	margin-top: 50px;
}

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

.innewlistleft {
	width: 32%;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.innewlistleft section {
	padding: 30px 45px;
	box-shadow: 0px 0px 25px #dcdcdc;
}

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

.innewlistleft section h1 span {
	color: #26344f;
	font-size: 16px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.innewlistleft section h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 60px;
	line-height: 30px;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	transition: all 1s;
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

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

.innewlistleft:hover section h2 {
	color: #155bae;
}

.innewlistcenter {
	width: calc(32.5% - 100px);
	background: url(../images/gew_03.jpg) center no-repeat;
	padding: 65px 35px;
	background-size: cover;
}

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

.innewlistcenter h1 span {
	color: #26344f;
	font-size: 16px;
}

.innewlistcenter h1 i {
	color: #888888;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 18px;
}

.innewlistcenter h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	height: 60px;
	line-height: 30px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.innewlistcenter p {
	color: #7f7f7f;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
	border-radius: 50px;
	background-color: #26344f;
	text-align: center;
	line-height: 40px;
	margin-top: 70px;
	color: #155bae;
	font-size: 14px;
	transition: all 1s;
}
.innewlistcenter h4 iconpark-icon{
	color: #b3b8c2;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.innewlistright {
	width: 32.5%;
}

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

.innewlistright ul li a .inwleft {
	width: 40%;
	overflow: hidden;
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 53%;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #818181;
	font-size: 14px;
}
.innewlistright ul li a section iconpark-icon{
	font-size: 22px;
	margin-top: 10px;
	color: #b6b6b6;
	transition: all 1s;
}
.innewlistcenter:hover  h4{
	background-color: #089d26;
}
.innewlistcenter:hover  h4 iconpark-icon{
	color: #fff;
}
.innewlistright ul li:hover a section iconpark-icon{
	color: #089d26;
}

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

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

.innewlistright ul li:hover h1 {
	color: #155bae;
}
.xwzxbt{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.xwzxbt h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}

.nykf{
	padding-top: 140px;
	padding-bottom: 290px;
	background: url(../images/lb_02.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.nykfdv{
	width: 1400px;
	margin: 0 auto;
}
.nykfbt{
	width: 50%;
}
.nykfbt h1{
	color: #ffffff;
	font-size: 36px;
	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: 15px;
	line-height: 30px;
}
.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: 32px;
}
.nykfbt a:hover{
	background-color: #089d26;
}
.ayqg{
	height: 140px;
	width: 100%;
	background-color: #26344f;
	position: absolute;
	bottom: 0;
	left: 0;
}
.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 #515d72;
	position: relative;
}
.ayqgdv ul li:hover{
	border: none;
}
.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: #324260;
}
.ayqgdv ul li:first-child:hover section{
	height: 101px;
	border-top: none;
	transform: translateY(-102px);
	border-bottom: 1px solid #324260;
}
.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: #324260;
}
.ayqgdv ul li:first-child section dl{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}
.ayqgdv ul li:first-child section dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.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;
}
.innewlistright ul i{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #eeeeee;
}
.innewlistright ul i:last-child{
	display: none;
}

.xwzx #thumbs2{
	width: 300px;
	margin: 0;
}
.xwzx #thumbs2 .swiper-slide h2{
	color: #818181;
	font-size: 14px;
}
.xwzx #thumbs2 .swiper-slide-thumb-active h2{
	color: #089d26;
}
.hzhb{
	padding-top: 90px;
	padding-bottom: 100px;
	background: url(../images/hzhbbg_02.jpg) center no-repeat;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hzhbbt{
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 40px;
}
	.picScroll{ margin:0px auto;  position:relative;width:108%; overflow:hidden; margin-left: -6.9%; }
	.picScroll ul{ overflow:hidden; zoom:1; }
	.picScroll ul li{ width:12%; float:left; margin:0 10px;overflow:hidden;    }
	.picScroll ul li img{ width:100%;   display:block;  }

	.picScroll1{ margin:0px auto; position:relative;width:108%; overflow:hidden;   margin:15px 0px; }
	.picScroll1 ul{ overflow:hidden; zoom:1; }
	.picScroll1 ul li{ width:12%; float:left; margin:0 10px;overflow:hidden;   }
	.picScroll1 ul li img{ width:100%;   display:block;  }
	
	.picScroll2{ margin:0px auto;  position:relative;width:108%; overflow:hidden; margin-left: -6.9%;}
	.picScroll2 ul{ overflow:hidden; zoom:1; }
	.picScroll2 ul li{ width:12%; float:left;  margin:0 10px;overflow:hidden;    }
	.picScroll2 ul li img{ width:100%;   display:block;  }
.hzhb .xieshouzyleft {
	display: block;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, #fff, transparent);
	position: absolute;
	z-index: 99;
}

.hzhb .xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}
.any{
	background: url(../images/any_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.anydv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 45px;
	outline: none;
}
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #20374c;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	transition: all 1s;
}
.anydv form button:hover{
	background-color: #1da632;
}
.foot{
	background-color: #f7f7f7;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
}
.footdvtop{
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footdvtopleft img{
	display: block;
	width: 100%;
}
.footdvtopright ul{
	display: flex;
	justify-content: flex-start;
} 
.footdvtopright ul li{
	margin: 0 30px;
}
.footdvtopright ul li:last-child{
	margin-right: 0;
}
.footdvtopright ul li a{
	color: #5f5f5f;
	font-size: 16px;
	transition: all 1s;
}
.footdvtopright ul li a:hover{
	color: #089d26;
}
.lubofoot{
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.lubofootleft h1{
	color: #333333;
	font-size: 18px;
}
.lubofootleft i{
	display: block;
	width: 35px;
	height: 2px;
	background-color: #2faf40;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lubofootleft p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}
.lubofootleft p iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #089d26;
	border-radius: 50%;
	border: 1px solid #09a323;
	margin-right: 15px;
}
.lubofootleft ul{
	display: flex;
	justify-content: flex-start;
}
.lubofootleft ul li{
	width: 100px;
	margin-right: 20px;
}
.lubofootleft ul li img{
	display: block;
}
.lubofootleft ul li h1{
	text-align: center;
	font-size: 14px;
	color: #777777;
	line-height: 35px;
}
.lubofootright {
	display: flex;
	width: 960px;
	justify-content: space-between;
}
.lubofootright dl dt a{
	color: #333333;
	font-size: 18px;
}
.lubofootright dl dt{
	margin-bottom: 30px;
}
.lubofootright dl dd a{
	color: #777777;
	display: block;
	font-size: 14px;
	transition: all 1s;
}
.lubofootright dl dd a:hover{
	color: #089d26;
	transform: translateX(-10px);
}
.lubofootright dl dd{
	margin-bottom: 20px;
}
.wdl{
	border-top:1px solid #e8e8e8;
	height: 75px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.wdldv p{
	color: #777777;
	font-size: 14px;
}
.cpnav{
	width: 1400px;
	margin:45px auto;
}
.cpnav dl{
	display: flex;
	justify-content: flex-start;
}
.cpnav dl dt{
	margin-right: 10px;
}
.cpnav dl dt a{
	display: block;
	width: 120px;
	height: 50px;
	background-color: #26344f;
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
	line-height: 50px;
	margin-bottom: 10px;
}
.cpnav dl section{
	width: 1220px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpnav dl section dd{
	margin-right: 10px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
.cpnav dl section dd a{
	display: block;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
	line-height: 50px;
}
.lbcpbt{
	border-bottom: 1px solid #e5e5e5;
}
.lbcpbtdv{
	width: 1400px;
	margin: 0 auto;
}

.lblist{
	width: 1420px;
	margin: 30px auto;
}
.lblist ul li{
	position: relative;
	width: calc(23% - 42px);
	padding:20px 20px;
	border: 1px solid #e5e5e5;
}
.lblist ul li h1{
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	font-family: "Arial Black";
	line-height: 40px;
}
.lblist ul li i{
	width: 83px;
	height: 32px;
	display: block;
	
	position: absolute;
	top: 5%;
    right: 5%;
}
.lblist ul li div{
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}
.lblist ul li div img{
	display: block;
	transition: all .5s;
	width: 100%;
}
.lblist ul li p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 25px;
	overflow: hidden;
	height: 25px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.lblist ul li section{
	display: flex;
	justify-content: space-between;
}
.lblist ul li section a{
	display: block;
	width: 48%;
	height: 45px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #666666;
	transition: all .5s;
}
.lblist ul li:hover{
	box-shadow: 0px 0px 18px #f1f1f1;
}
.lblist ul li:hover img{
	transform: scale(1.04);
}
.lblist ul li section a:hover{
	background-color: #26344f;
	color: #fff;
}
.lblist ul li section a:hover:last-child{
	background-color: #46536c;
	color: #fff;
}
.lblist ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.lblist ul li{
	margin: 1%;
}
.lbcpbtdv{
	display: flex;
	justify-content: space-between;
	height: 70px;
	align-items: center;
}
.lbcpbtdvleft{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}
.lbcpbtdvright form{
	display: flex;
	border: 1px solid #b3b3b3;
	width: 260px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 50px;
	justify-content: space-between;
}
.lbcpbtdvright form input{
	border: none;
	height: 40px;
	outline: none;
}
.lbcpbtdvright form button{
	outline: none;
	border: none;
	background-color: transparent;
	color: #2e3b55;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lbcpbtdvleft{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.lbcpbtdvleft p{
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	color: #26344f;
}
.lbcpbtdvleft p a{
	font-size: 14px;
	color: #26344f;
}
.cpxiangq{
	width: 1400px;
	margin: 30px auto;
}
.cpxiangqleft{
	width: 48%;
}
.cpxiangqright{
	width: 510px;
}
.cpxiangqleft h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.cpxiangqleft p{
	line-height: 35px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}
.cpxiangqleft ul li{
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}
.cpxiangqleft .bj{
	width: 220px;
	height: 50px;
	background-color: #26344f;
	font-size: 15px;
	color: #fff;
	display: block;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
}
.cpxiangq{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpxiangqright #gallery .swiper-slide div{
	width: calc(100% - 2px);
	border: 1px solid #e5e5e5;
}
.cpxiangqright #gallery .swiper-slide div img{
	display: block;
	width: 100%;
}
.cpxiangqright #thumbs .swiper-slide div{
	width: calc(100% - 2px);
	border: 1px solid #e5e5e5;
	margin-top: 10px;
}
.cpxiangqright #thumbs .swiper-slide div img{
	display: block;
	width: 100%;
}
.cpxiangqright #thumbs .swiper-slide-thumb-active div{
	border: 1px solid #26344f;
}
.cpjshao{
	background-color: #edeff2;
}
.cpjshaobt{
	width: 1400px;
	height: 70px;
	margin: 0 auto;
}
.cpjshaobtall{
	width: 50%;
	margin: 0;
	height: 70px;
}
.cpjshaobtall .swiper-slide h1{
	line-height: 70px;
	cursor: pointer;
	color: #8a92a1;
	font-size: 16px;
}
.cpjshaobtall .swiper-slide-thumb-active h1{
	color: #26344f;
}
.cpxqsag{
	background-color: #f7f8fa;
}
.cpxiangqdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
.cpxqsagdvleft{
	width: 75%;
}
.cpxqsagdvleft .fy{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.cpxqsagdvleft .fy p{
	color: #26344f;
	font-size: 14px;
}
.cpxqsagsad{
	padding: 50px;
	background-color: #fff;
}
.cpxqsagsad img{
	max-width: 100%;
}
.cpxqsagdvrightbt{
	width: 360px;
	height: 45px;
	background-color: #26344f;
	color: #ffffff;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 15px;
}
.cpxqsagdvright{
	width: 23%;
}
.cpztul ul li{
	padding: 20px 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	margin-bottom: 10px;
}
.cpztul ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpztul ul li a div{
	overflow: hidden;
	width: 40%;
}
.cpztul ul li a img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cpztul ul li a h1{
	width: 55%;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.cpztul ul li:hover a div img{
	transform: scale(1.05);
}
.cpxiangqdv{
	padding-bottom: 80px;
}

.any{
	background: url(../images/cpxqlybg_02.jpg) center  no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 45px;
	outline: none;
}
.anydv form input::placeholder{
	color: #b2b2b2;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #262626;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.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: #26344f;
	color: #fff;
}
.shownav ul li.active a {
	background-color: #26344f;
	color: #fff;
}
.naxiwenti{
	background-color: #f7f7f7;
	padding: 70px 0px;
}
.cjwtlist{
	width: 1400px;
	margin: 0 auto;
}
.cjwtlist ul li{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
.cjwtlist ul li h1{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.cjwtlist ul li h1 i{
	display: block;
	width: 24px;
	height: 24px;
	background-color: #26344f;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 15px;
}
.cjwtlist ul li h1 span{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
}
.cjwtlist ul li section{
	display: flex;
	justify-content: flex-start;
}
.cjwtlist ul li section i{
	display: block;
	width: 24px;
	height: 24px;
	background-color: #878a8f;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 15px;
}
.cjwtlist ul li section h3{
	width: 95%;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.cjwtlist ul li h5{
	margin-left: 3%;
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cjwtlist ul li h5 span{
	color: #26344f;
	font-size: 14px;
}
.cjwtlist ul li h5 iconpark-icon{
	font-size: 15px;
	color: #26344f;
}
.cfsb{
	background-color: #fefefe;
	padding: 70px 0px;
}
.cfsblist ul{
	display: flex;
	justify-content: flex-start;
	width: 1400px;
	margin: 0 auto;
}
.cfsblist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cfsblist ul li{
	width: 31.33%;
	margin: 1%;
	border-radius: 10px;
	overflow: hidden;
}
.cfsblist ul li div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cfsblist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cfsblist ul li:hover div img{
	transform: scale(1.1);
}
.cfsblist ul li div h1{
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	transition: all 1s;
	transform: translateY(50px);
	background-image: linear-gradient(transparent, rgba(38,52,79,0.7));
}
.cfsblist ul li:hover div h1{
	transform: translateY(0);
}
.gclist{
	width: 1400px;
	margin: 0 auto;
}
.gclist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.gclist ul li{
	width: 23%;
	overflow: hidden;
	border-radius: 10px;
	margin: 1%;
}
.gclist ul li img{
	display: block;
	width: 100%;
}
.gclist ul li h1{
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-bottom: 4px solid #fff;
	background-color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.gclists{
	background-color: #f7f7f7;
}
.gclist ul li div{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gclist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.gclist ul li:hover div img{
	transform: scale(1.05);
}
.gclist ul li h1{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.gclist ul li:hover h1{
	font-size: 17px;
	font-weight: bold;
	color: #26344f;
	border-bottom: 4px solid #26344f;
}
.fengcai{
	background-color: #fbfbfb;
	padding: 80px 0px;
}
.fengcaidv{
	width: 1400px;
	margin: 0 auto;
}
.fengcaidv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.fengcaidv ul li{
	width: 23%;
	margin: 1% ;
	overflow: hidden;
}
.fengcaidv ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.fengcaidv ul li:hover img{
	transform: scale(1.05);
}
.rongyulist{
	width: 1400px;
	margin: 0 auto;
}
.rongyu{
	background-color: #f9f9f9;
	padding: 80px 0px;
}
.rongyulist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.rongyulist ul li{
	width: 18%;
	margin: 1%;
	overflow: hidden;
}
.rongyulist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.rongyulist ul li:hover img{
	transform: scale(1.05);
}
.spzxbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.spzxbt h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.spzxbt a{
	display: block;
	width: 165px;
	height: 45px;
	background-color: #26344f;
	line-height: 45px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	transition: all 1s;
}
.spzxbt a:hover{
	    background-color: #23ac3a;
}
.spzx{
	width: 1400px;
	margin: 0 auto;
	margin-top: 85px;
	margin-bottom: 75px;
}
.cjwt{
	padding: 85px 0px;
	background: url(../images/cjwt_02.jpg) center no-repeat;
	background-size: cover;
}
.cjwtdv{
	width: 1400px;
	margin: 0 auto;
}
.cjwtdv .cjwtlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cjwtdv .cjwtlist ul li{
	width: calc(49% - 80px);
	margin: 1% 0;
	overflow: hidden;
	border-radius: 10px;
}
.cjwtdv .cjwtlist ul li:hover h5 span{
	color: #22ab37;
}
.cjwtlist ul li:hover h1 span{
	color: #22ab37;
}
.wmcfsbdvsright ul li div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wmcfsbdvsright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.wmcfsbdvsright ul li:hover div img{
	transform: scale(1.1);
}
.wmcfsbdvsright ul li div h1{
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	transition: all 1s;
	transform: translateY(50px);
	background-image: linear-gradient(transparent, rgba(38,52,79,0.7));
}
.wmcfsbdvsright ul li:hover div h1{
	transform: translateY(0);
}
.wmcfsbdv{
	width: 1400px;
	margin: 85px auto;
}
.wmcfsbdvs{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wmcfsbdvsleft{
	width: 49%;
} 
.wmcfsbdvsleft{
	width:49%;
	border-radius: 10px;
	overflow: hidden;
}
.wmcfsbdvsleft div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wmcfsbdvsleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.wmcfsbdvsleft:hover div img{
	transform: scale(1.1);
}
.wmcfsbdvsleft div h1{
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	transition: all 1s;
	transform: translateY(50px);
	background-image: linear-gradient(transparent, rgba(38,52,79,0.7));
}
.wmcfsbdvsleft:hover div h1{
	transform: translateY(0);
}
.wmcfsbdvsright{
	width: 49%;
}
.wmcfsbdvsright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wmcfsbdvsright ul li{
	width: 48%;
	overflow: hidden;
	margin: 1% ;
	border-radius: 10px;
}
.lxwm{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 70px;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
}
.lxwmdvtop ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdvtop ul li{
	width: calc(48% - 90px);
	margin: 1%;
	display: flex;
	justify-content: space-between;
	padding: 50px 45px;
	background-color: #fff;
	transition: all 1s;
}
.lxwmdvtop ul li section h1{
	color: #333333;
	font-size: 24px;
	transition: all 1s;
	margin-bottom: 15px;
}
.lxwmdvtop ul li section i{
	display: block;
	transition: all 1s;
	width: 45px;
	height: 2px;
	background-color: #26344f;
	margin-bottom: 30px;
}
.lxwmdvtop ul li section p{
	color: #4c4c4c;
	font-size: 18px;
	transition: all 1s;
}
.lxwmdvtop ul li div{
	position: relative;
}
.lxwmdvtop ul li div iconpark-icon{
	font-size: 48px;
	color: #26344f;
	transition: all 1s;
	position: relative;z-index: 3;
}
.lxwmdvtop ul li div span{
	background: url(../images/quan_03.png) center no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	transition: all 1s;
	opacity: 0;
	left: 25px;
}
.lxwmdvtop ul li:hover{
	background: url(../images/lxwmbg_03.jpg) center no-repeat;
}
.lxwmdvtop ul li:last-child:hover{
	background: url(../images/lxwmbg_031.jpg) center no-repeat;
}
.lxwmdvtop ul li:hover section h1{
	color: #fff;
}
.lxwmdvtop ul li:hover section p{
	color: #fff;
}
.lxwmdvtop ul li:hover section i{
	background-color: #fff;
}
.lxwmdvtop ul li:hover div iconpark-icon{
	color: #fff;
}
.lxwmdvtop ul li:hover div span{
	opacity: 1;
}
.lxwmdvbot ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lxwmdvbot ul li{
	width: calc(23% - 100px);
	background-color: #fff;
	margin: 1%;
	padding: 30px 50px;
	transition: all 1s;
}
.lxwmdvbot ul li h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 1s;
}
.lxwmdvbot ul li h2{
	color: #666666;
	font-size: 15px;
	margin-bottom: 10px;
	transition: all 1s;
}
.lxwmdvbot ul li p{
	color: #666666;
	font-size: 15px;
	margin-bottom: 10px;
	transition: all 1s;
}
.lxwmdvbot ul li:hover{
	background-color: #3b4c6a;
}
.lxwmdvbot ul li:hover h1,.lxwmdvbot ul li:hover h2,.lxwmdvbot ul li:hover p{
	color: #fff;
}
.lxwmbt{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	width: 98%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.zxly{
	padding: 90px 0px;
	background: url(../images/lxwm_03.jpg) center no-repeat;
	background-size: cover;
}
.zxlydv{
	width: 1400px;
	margin: 0 auto;
}
.zxlybt{
	margin-bottom: 30px;
}
.zxlybt h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.zxlybt p{
	color: #ffffff;
	font-size: 16px;
}
.zxlydv form{
	background-color: #ffffff;
	padding: 45px 65px;
}
.zxlydv form div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.zxlydv form div input{
	width: calc(31.33% - 22px);
	border: none;
	border: 1px solid #cccccc;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
}
.zxlydv form textarea{
	width: calc(100% - 22px);
	padding: 10px;
	line-height: 35px;
	border: none;
	outline: none;
	border: 1px solid #cccccc;
	font-family: "微软雅黑";
}
.zxlydv form  button{
	display: block;
	width: 100%;
	border: none;
	line-height: 45px;
	background-color: #26344f;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}
.xwzx #gallery2{
	padding-bottom: 25px;
}
.xwall{
	width: 100%;
	padding: 65px 0px;
	background-color: #f7f7f7;
}
.xwalltj{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.xwalltj .innewlistright ul li{
	background-color: #fff;
}
.xwalltj .innewlistright ul li a .inwleft{
	width: 32%;
}
.xwalltj .innewlistright ul li a section{
	width: calc(65% - 40px);
	padding: 0 20px;
}

.newsdvlist {
	width: 1400px;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 1s;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all 1s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all 1s;
	display: block;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all 1s;
}

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all 1s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all 1s;
}

.newsdvlist ul li {
	transition: all 1s;
}

.newsdvlist ul li:hover a {
	background-color: #26344f;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}

.newsdvlist ul li iconpark-icon:nth-child() {
	border: 1px solid #076530;
	color: #076530;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}
.gsjj{
	padding-top: 60px;
	background: url(../images/gsjjbj_02.jpg) center no-repeat;
	background-size: cover;
}
.gsjjdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjdvleft{
	width: 48%;
}
.gsjjdvleft h1{
	color: #1e2c49;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gsjjdvleft h2{
	color: #2e2d2d;
	font-size: 22px;
	margin-bottom: 35px;
}
.gsjjdvleft p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.gsjjdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
}
.gsjjdvleft ul li{
	margin-right: 20%;
}
.gsjjdvleft ul li h3{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.gsjjdvleft ul li h3 span{
	color: #333333;
	font-family: 'HarmonyOS Sans';
	font-size: 48px;
	font-weight: bold;
}
.gsjjdvleft ul li h3 sub{
	color: #333333;
	font-size: 20px;
	font-family: 'HarmonyOS Sans';
	font-weight: bold;
	margin-top: 8px;
	margin-left: 5px;
}
.gsjjdvleft p{
	text-align: center;
}
.gsjjdvright{
	width: 50%;
}
.gsjjdvright img{
	display: block;
	max-width: 100%;
}
.qywh{
	padding: 125px 0px;
	padding-bottom: 155px;
	background: url(../images/qywh_02.jpg) center no-repeat;
	background-size: cover;
}
.qywhdv{
	width: 1400px;
	margin: 0 auto;
}
.qywhdvbt{
	margin-bottom: 60px;
}
.qywhdvbt h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.qywhdvbt p{
	color: #ffffff;
	font-size: 16px;
}
.qywhlist{
	width: 1400px;
	margin: 0 auto;
}
.qywhlist ul{
	display: flex;
	justify-content: space-between;
}
.qywhlist ul li{
	width: calc(24% - 80px);
	background: url(../images/white_03.png) center no-repeat;
	background-size: cover;
	padding: 0 40px;
	padding-top: 50px;
	padding-bottom: 35px;
	border-radius: 5px;
	overflow: hidden;
}
.qywhlist ul li img{
	display: block;
	transition: all 1s;
}
.qywhlist ul li:hover img{
	transform: rotateY(180deg);
}
.qywhlist ul li h1{
	margin-top: 110px;
	color: #26344f;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.qywhlist ul li p{
	line-height: 30px;
	font-size: 15px;
	color: #4c4c4c;
}
.ryzzs{
	width: 1400px;
	margin: 0 auto;
	margin-top: 55px;
}
.ryzzs .swiper-wrapper{
	align-items: end;
}
.ryzzs .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: end;
}
.ryzzs .swiper-slide img{
	width: 85%;
}
.ryzzs .swiper-slide-active img{
	width: 100%;
}
.fys .swiper-button-next,.fys .swiper-button-prev{
	position: initial;
}
.fys {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.fys .swiper-button-prev,.fys .swiper-button-next{
	width: 45px;
	height: 45px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin: 0px 20px;
	border: 1px solid #26344f;
	transition: all .5s;
	color: #26344f;
}
.fys .swiper-button-prev:after,.fys .swiper-button-next:after{
	font-size: 20px;
}
.fys .swiper-button-prev:hover,.fys .swiper-button-next:hover{
	background-color: #26344f;
	color: #fff;
}
.ryzzbt{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.ryzzbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.ryzzbt a{
	display: block;
	width:160px;
	height: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	background-color: #26344f;
	font-size: 14px;
	transition: all 1s;
}
.ryzzbt a:hover{
	background-color: #24ad39;
}
.ryzz{
	padding-top: 120px;
	padding-bottom: 80px;
	background: url(../images/wag8_02.jpg) center no-repeat;
	background-size: cover;
}
.lbfcai{
	padding-top: 85px;
	padding-bottom: 100px;
}
.scbj{
	width: 100%;
	padding: 120px 0px;
	background: url(../images/jej_02.jpg) center no-repeat;
	background-size: cover;
}
.scbjdv{
	width: 1400px;
	margin: 0 auto;
}
.scbjbt{
	display: flex;
	justify-content: space-between;
}
.scbjbtleft{
	width: 40%;
}
.scbjbtleft h1{
	color: #62718d;
	font-size: 18px;
	font-weight: bold;
}
.scbjbtleft h2{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.scbjbtright{
	width: 50%;
}
.scbjbtright{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}
.dt{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtleft{
	width: 20%;
}
.dtleft ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.dtleft ul li{
	margin: 20px 0px;
	width: 40%;
}
.dtleft ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dtleft ul li h1 span{
	color: #333333;
	font-size: 56px;
	font-family: "Montserrat";
	font-weight: bold;
}
.dtleft ul li h1 sub{
	font-size: 30px;
	font-family: "Montserrat Light";
	margin-left: 10px;
	margin-top: 10px;
}
.dtleft ul li p{
	color: #666666;
	font-size: 15px;
}
.dtleft a{
	display: flex;
	width: 280px;
	height: 60px;
	justify-content: space-between;
	margin-top: 90px;
}
.dtleft a iconpark-icon{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	background-color: #24ad39;
}
.dtleft a span{
	display: block;
	text-align: center;
	line-height: 60px;
	background-color: #26344f;
	width: 220px;
	transition: all 1s;
	color: #fff;
}
.dtleft a:hover span{
	background-color: #24ad39;
}
.dtright{
	width: 78%;
	position: relative;
}
.dtright img{
	display: block;
	width: 100%;
}
.dtright div{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #26344f;
	padding: 0 30px;
	border-radius: 10px;
	padding-bottom: 15px;
}
.dtright div h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 65px;
	border-bottom: 1px solid rgba(255, 255,255 ,.5);
	line-height: 65px;
	margin-bottom: 10px;
}
.dtright div p{
	display: flex;
	justify-content: flex-start;
	height: 35px;
	align-items: center;
}
.dtright div p span{
	color: #ffffff;
	font-size: 22px;
}
.dtright div p iconpark-icon{
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}
.dtright div p {
	color: #ffffff;
	font-size: 14px;
}
.lbfcailists .swiper-slide img{
	display: block;
	width: 100%;
}
.lbfcailists .swiper-button-next,.lbfcailists  .swiper-button-prev{
	width: 55px;
	height: 55px;
	border: 1px solid #26344f;
	border-radius: 50px;
	color: #26344f;
	transition: all 1s;
}
.lbfcailists .swiper-button-next:hover,.lbfcailists  .swiper-button-prev:hover{
	background-color: #26344f;
	color: #fff;
}
.lbfcailists .swiper-button-prev, .lbfcailists .swiper-rtl .swiper-button-next{
	left: 16%;
    right: auto;
}
.lbfcailists .swiper-button-next, .lbfcailists .swiper-rtl .swiper-button-prev{
	right: 16%;
	left: auto;
}
.lbfcailists .swiper-button-next:after,.lbfcailists .swiper-button-prev:after{
	font-size: 18px;
}
.hyjjfallleftdv img{
		width: auto;
	}
.cpnav dl section dd a:hover{
	background-color: #089d26;
	color: #fff;
}	
.cpnav dl section dd.active a{
	background-color: #089d26;
	color: #fff;
}	
.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: 1400px;
	margin: 0 auto;
}
.btext h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}
.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: 1400px;
	margin: 0 auto;
}
.bannersasg  .swiper-slide section a{
	width: 150px;
    height: 45px;
    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 #666666;
    padding-left: 30px;
    padding-right: 20px;
}
.bannersasg  .swiper-slide section a span {
    color: #666666;
    font-size: 14px;
}
.bannersasg  .swiper-slide section a i  {
    font-size: 32px;
    color: #666666;
    margin-right: 15px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #165b36;
	border-color: #165b36;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover i{
	color: #fff;
}
.bannersasg .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h2{
	color: #333333;
	font-size: 48px;
	line-height: 65px;
	width: 100%;
	font-weight: bold;
}
.bannersasg .swiper-slide section h4{
	color: #333333;
	font-size: 42px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
}
.bannersasg .swiper-slide section h4 span{
	color: #24ac39;
}
.bannersasg {
	width: 100%;
}
.mfoot{
		height: 45px;
		display: none;
	}
	.mfootdv{
		display: none;

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

}	
.headdvright ul li .tej{
	display: block;
	position: absolute;
	top: 95px;
	left: 0;
	background: #fff;
    width: 100%;
    transition: all 1s;
	padding-bottom: 0;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.headdvright ul li:hover .tej{
	display: block;
	padding-bottom: 25px;
    padding-top: 25px;
    height: 400px;
    overflow: hidden;
}
.headdvright ul li:nth-child(4):hover .tej{
	height: 500px;
}
.heads{
	position: relative;
}
.headdvright ul li .tej dl{
	display: flex;
	justify-content: flex-start;
	width: 1400px;
	line-height: 45px;
	margin: 0 auto;

}
.headdvright ul li .tej dl dt{
	width: 17%;
}
.headdvright ul li .tej dl dt a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutdvdzright section{
	width: 175px;
}
.headdvright ul li .tej dl dt a i{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #26334f;
	margin-right: 5px;
	border-radius: 50%;
}
.headdvright ul li .tej dl dt a span{
	font-size: 15px;
	color: #26334f;
	width: calc(100% - 11px);
	text-align: left;
}
.headdvright ul li .tej dl div{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	    width: 80%;
}
.headdvright ul li .tej dl div dd{
	margin-left: 15px;
}
.headdvright ul li .tej dl div dd a{
	font-size: 15px;
	color: #868686;
	font-size: 15px;
}
.headdvright ul li .tej dl div dd a:hover{
	color: #23ad3a;
}
.haskd{
	height:140px ;
}
.tdv{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.tej::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
 
.tej::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}
 
.tej::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdvall{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.headdvright ul li .tej dl{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvdzright section h4{
		font-size: 20px;
	}
	.inaboutdvright ul li:last-child{
		border: none;
	}
	.inaboutdvright{
		width: 60%;
	}
	.hyjjfadv{
		width: 95%;
	}
	.gxxqdv{
		width: 95%;
	}
	.nykfdv{
		width: 95%;
	}
	.ayqgdv{
		width: 100%;
	}
	.xwzxbt{
		width: 95%;
	}
	.innewlist{
		width: 100%;
	}
	.innewlistcenter h4{
		margin-top: 30px;
	}
	.anydv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvtopright ul li{
		margin: 0 20px;
	}
	.lubofootright{
		width: 71%;
	}
	.wdldv{
		width: 95%;
	}
	.xwalltj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.cpnav{
		width: 95%;
	}
	.lbcpbtdv{
		width: 95%;
	}
	.cpxiangq{
		width: 95%;
	}
	.cpjshaobt{
		width: 95%;
	}
	.cpxiangqdv{
		width: 95%;
	}
	.cpxqsagdvrightbt{
		width: 100%;
	}
	.cpztul ul li a h1{
		font-size: 15px;
	}
	.cpztul ul li{
		width: 90%;
		padding: 5%;
	}
	.lblist{
		width: 97%;
	}
	.cjwtlist{
		width: 95%;
	}
	.cfsblist ul{
		width: 95%;
	}
	.gclist{
		width: 95%;
	}
	.gsjjdv{
		width: 95%;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhlist{
		width: 95%;
	}
	.scbjdv{
		width: 95%;
	}
	.scbjbtleft h2{
		font-size: 34px;
	}
	.dt{
		width: 100%;
	}
	.dtleft{
		width: 25%;
	}
	.ryzzbt{
		width: 95%;
	}
	.ryzzs{
		width: 95%;
	}
	.lbfcailists .swiper-button-next, .lbfcailists .swiper-button-prev{
		width: 45px;
		height: 45px;
	}
	.fengcaidv{
		width: 95%;
	}
	.rongyulist{
		width: 97%;
	}
	.spzx{
		width: 95%;
	}
	.spzx .gclist{
		width: 100%;
	}
	.cjwtdv{
		width: 95%;
	}
	.cjwt .cjwtlist{
		width: 100%;
	}
	.wmcfsbdv{
		width: 95%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdvbot ul li{
		padding: 30px;
		width: calc(23% - 60px);
	}
	.zxlydv{
		width: 95%;
	}
	.btext div{
		width: 95%;
		margin: 0 auto;
	}
	.ssdv form{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdvall{
		width: 95%;
	}
	.headdvright ul li .tej dl{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvdzright section h4{
		font-size: 20px;
	}
	.inaboutdvright ul li:last-child{
		border: none;
	}
	.inaboutdvright{
		width: 60%;
	}
	.hyjjfadv{
		width: 95%;
	}
	.gxxqdv{
		width: 95%;
	}
	.nykfdv{
		width: 95%;
	}
	.ayqgdv{
		width: 100%;
	}
	.xwzxbt{
		width: 95%;
	}
	.innewlist{
		width: 100%;
	}
	.innewlistcenter h4{
		margin-top: 30px;
	}
	.anydv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvtopright ul li{
		margin: 0 20px;
	}
	.lubofootright{
		width: 71%;
	}
	.wdldv{
		width: 95%;
	}
	.xwalltj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.cpnav{
		width: 95%;
	}
	.lbcpbtdv{
		width: 95%;
	}
	.cpxiangq{
		width: 95%;
	}
	.cpjshaobt{
		width: 95%;
	}
	.cpxiangqdv{
		width: 95%;
	}
	.cpxqsagdvrightbt{
		width: 100%;
	}
	.cpztul ul li a h1{
		font-size: 15px;
	}
	.cpztul ul li{
		width: 90%;
		padding: 5%;
	}
	.lblist{
		width: 97%;
	}
	.cjwtlist{
		width: 95%;
	}
	.cfsblist ul{
		width: 95%;
	}
	.gclist{
		width: 95%;
	}
	.gsjjdv{
		width: 95%;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhlist{
		width: 95%;
	}
	.scbjdv{
		width: 95%;
	}
	.scbjbtleft h2{
		font-size: 28px;
	}
	.dt{
		width: 100%;
	}
	.dtleft{
		width: 25%;
	}
	.ryzzbt{
		width: 95%;
	}
	.ryzzs{
		width: 95%;
	}
	.lbfcailists .swiper-button-next, .lbfcailists .swiper-button-prev{
		width: 45px;
		height: 45px;
	}
	.fengcaidv{
		width: 95%;
	}
	.rongyulist{
		width: 97%;
	}
	.spzx{
		width: 95%;
	}
	.spzx .gclist{
		width: 100%;
	}
	.cjwtdv{
		width: 95%;
	}
	.cjwt .cjwtlist{
		width: 100%;
	}
	.wmcfsbdv{
		width: 95%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdvbot ul li{
		padding: 30px;
		width: calc(23% - 60px);
	}
	.zxlydv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.headdvright ul li{
		padding: 0 5px;
	}
	.inaboutdvleft{
		width: 35%;
	}
	.inaboutdvright{
		width: 62%;
	}
	.gxxqlist ul li{
		padding: 3%;
		width: 19%;
	}
	.innewlistright ul li a .inwleft{
		width: 32%;
	}
	.innewlistright ul li a section{
		width: 60%;
		padding: 0 2.5%;
	}
	.footdvtopright ul li{
		margin: 0 10px;
	}
	.lubofootright{
		width: 65%;
	}
	.cpxiangqright{
		width: 50%;
	}
	.cpxqsagsad{
		padding: 5%;
	}
	.lblist ul li section a{
		height: 38px;
		line-height: 38px;
	}
	.lblist ul li i{
		width: 50px;
		background-size: contain;
	}
	.anydv form{
		width: 70%;
	}
	.gsjjdvleft ul li{
		margin-right: 10%;
	}
	.qywhlist ul li{
		padding: 0 30px;
		padding-top: 50px;
		padding-bottom: 30px;
		width: calc(24% - 60px);
	}
	.zxlydv form{
		padding: 5%;
	}
	.btext div{
		width: 95%;
		margin: 0 auto;
	}
	.ssdv form{
		width: 95%;
	}
}

@media screen and (max-width: 999px) {
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.headtop,.heads{
		display: none;
	}
	.inabout{
		padding: 30px 0px;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.inaboutdvleft .bdform{
		padding: 5%;
	}
	.inaboutdvleft h2{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.inaboutdvleft form input{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
	}
	.inaboutdvleft form button{
		height: 40px;
		line-height: 40px;
	}
	.inaboutdvdz{
		margin-top: 15px;
	}
	.inaboutdvdzleft h3{
		font-size: 18px;
	}
	.inaboutdvdzright iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.inaboutdvdzright section h4{
		font-size: 18px;
	}
	.inaboutdvright{
		width: 100%;
	}
	.inaboutdvright ul li{
		width: calc(48% - 2px);
		padding: 15px 0px;
	}
	.inaboutdvright ul li div h1{
		margin-top: 10px;
	}
	.inaboutdvright ul li div iconpark-icon{
		font-size: 32px;
	}
	.inaboutdvright ul li{
		border: none;
		margin: 1%;
		border: 1px solid #eceeef;
	}
	.inaboutdvright ul li div{
		border-right: none;
	}
	.inaboutdvright{
		margin-top: 15px;
	}
	.inaboutdvright ul li:nth-child(6), .inaboutdvright ul li:nth-child(7), .inaboutdvright ul li:nth-child(8), .inaboutdvright ul li:nth-child(9){
		border-bottom: 1px solid #eceeef;
	}
	.hyjjfadv{
		width: 95%;
		margin: 30px auto;
	}
	.hyjjfabt{
		font-size: 22px;
		text-align: center;
	}
	.hyjjfall{
		margin-top: 20px;
	}
	.hyjjfall{
		display: block;
	}
	.hyjjfallleft{
		width: 100%;
	}
	.hyjjfallleftdv img{
		width: 160%;
		margin-left: -30%;
	}
	.hyjjfallleftdvht{
		display: block;
		padding: 5%;
		width: 90%;
	}
	.hyjjfallleftdvhtleft{
		width: 100%;
	}
	.hyjjfallleftdv{
		overflow: hidden;
	}
	.hyjjfallleftdvhtleft h1{
		font-size: 18px;
	}
	.hyjjfallleftdvht a{
		margin: 0 auto;
		margin-top: 13px;
		height: 40px;
		line-height: 40px;
	}
	.hyjjfallright{
		width: 100%;
		height: auto;
	}
	.hyjjfallright #thumbs{
		width: 100%;
		height: 50px;
		margin-left: 0;
	}
	.hyjjfallright::after{
		display: none;
	}
	.hyjjfallright #thumbs .swiper-slide-thumb-active section i{
		display: none;
	}
	.hyjjfallright #thumbs .swiper-slide section i{
		display: none;
	}
	.hyjjfallright #thumbs .swiper-slide section{
		justify-content: center;
		align-items: center;
		height: 50px;
	}
	.gxxq{
		padding: 30px 0px;
	}
	.gxxqdv{
		width: 95%;
	}
	.gxxqbt{
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}
	.gxxqlist ul{
		flex-wrap: wrap;
		border: none;
		align-items: initial;
	}
	.gxxqlist ul li{
		width: calc(40% - 2px);
		padding: 4%;
		margin: 1%;
		border: 1px solid #26344f;
	}
	.gxxqlist{
		height: auto;
	}
	.gxxqlist ul li a{
		height: 50px;
	}
	.gxxqlist ul li:nth-child(4) p:nth-child(5) span{
		height: auto;
	}
	.gxxqlist ul li h1{
		font-size: 17px;
	}
	.gxxqlist ul li:first-child{
		border: 1px solid #26344f;
	}
	.gxxqlist ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.gxxqlist ul li.active a{
		height: 40px;
		line-height: 40px;
	}
	.gxxqlist ul li p span{
		font-size: 14px;
	}
	.gxxqlist ul li p i{
		margin-top: 9px;
	}
	.gxxqlist ul li p span{
		line-height: 27px;
	}
	.nykf{
		padding-top: 30px;
		padding-bottom: 45px;
	}
	.nykfdv{
		width: 95%;
		display: block;
	}
	.nykfbt{
		width: 100%;
	}
	.nykfbt h1{
		font-size: 22px;
	}
	.nykfbt h2{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.nykfbt p{
		font-size: 14px;
	}
	.ayqgdv{
		width: 100%;
	}
	.ayqg{
		display: none;
	}
	.xwzx{
		margin: 30px auto;
	}
	.xwzxbt{
		text-align: center;
		margin: 0 auto;
		display: block;
		width: 95%;
	}
	.xwzxbt h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.xwzx #thumbs2{
		width: 100%;
	}
	.innewlist{
		margin-top: 20px;
		width: 95%;
		display: block;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li a .inwleft{
		width: 35%;
	}
	.innewlistright ul li a section{
		width: 60%;
		padding: 0 2.5%;
	}
	.innewlistright ul li a section iconpark-icon{
		display: none;
	}
	.innewlistright ul i{
		margin: 10px auto;
	}
	.hzhb{
		padding: 30px 0px;
	}
	.hzhbbt{
		font-size: 22px;
	}
	.picScroll ul li{
		width: 120px !important;
	}
	.picScroll1 ul li{
		width: 120px !important;
	}
	.picScroll2 ul li{
		width: 120px !important;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.anydv form{
		display: block;
		width: 100%;
	}
	.anydv form input{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.anydv form input:nth-child(3){
		width: 90%;
	}
	.anydv form button{
		margin-top: 10px;
	}
	.anydv form button{
		height: 40px;
		line-height: 40px;
	}
	.foot{
		display: none;
	}
	.gxxqlist ul li iconpark-icon{
		margin-bottom: 10px;
		font-size: 32px;
	}
	.shownav ul li{
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.xwalltj{
		display: none;
	}
	.newsdvlist{
		margin-top: 0;
		width: 95%;
	}
	.xwall{
		padding: 30px 0px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a{
		padding: 5%;
		width: 90%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}
	.newsdvlistext p{
		line-height: 27px;
		font-size: 14px;
	}
	.cpnav{
		width: 95%;
		display: none;
	}
	.lbcpbtdv{
		display: none;
	}
	.cpxiangq{
		width: 95%;
		display: flex;
		flex-direction: column-reverse;
	}
	.cpxiangqright{
		width: 100%;
	}
	.cpxiangqleft{
		width: 100%;
		margin-top: 20px;
	}
	.cpxiangqleft h1{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.cpxiangqleft p{
		line-height: 28px;
		margin-bottom: 15px;
	}
	.cpxiangqleft .bj{
		width: 160px;
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
	}
	.cpjshaobt{
		width: 95%;
		height: 50px;
	}
	.cpjshaobtall{
		width: 100%;
		height: 50px;
	}
	.cpjshaobtall .swiper-slide h1{
		line-height: 50px;
		text-align: center;
	}
	.cpxiangqdv{
		display: block;
		width: 95%;
	}
	.cpxqsagdvleft{
		width: 100%;
	}
	.cpxqsagsad{	
		padding: 5%;
	}
	.cpxiangqdv{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cpxqsagdvleft .fy{
		display: block;
		margin-bottom: 25px;
	}
	.cpxqsagdvleft .fy p{
		line-height: 30px;
	}
	.cpxqsagdvright{
		width: 100%;
	}
	.cpztul ul li{
		width: 90%;
		padding: 5%;
	}
	.lblist{
		width: 97%;
	}
	.lblist ul li{
		width: calc(42% - 2px);
		padding: 3%;
	}
	.lblist ul li section a{
		height: 35px;
		line-height: 35px;
	}
	.lblist ul li h1{
		font-size: 17px;
	}
	.lblist ul li i{
		width: 50px;
		background-size: contain;
	}
	.naxiwenti{
		padding: 30px 0;
	}
	.cjwtlist{
		width: 95%;
	}
	.cjwtlist ul li{
		padding: 5%;
	}
	.cjwtlist ul li h1 span{
		font-size: 17px;
	}
	.cjwtlist ul li h1{
		height: 25px;
	}
	.cjwtlist ul li h1 span{
		width: 85%;
		display: block;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		height: 25px;
	}
	.cjwtlist ul li section h3{
		overflow:hidden;
		
		text-overflow:ellipsis;
		
		display:-webkit-box;
		
		-webkit-box-orient:vertical;
		
		-webkit-line-clamp:2;
	}
	.cfsb{
		padding: 30px 0px;
	}
	.cfsblist ul{
		width: 95%;
	}
	.cfsblist ul li{
		width: 48%;
	}
	.gclist{
		width: 97%;
	}
	.gclist ul{
		display: flex;
	}
	.gclist ul li{
		width: 48%;
	}
	.gclist ul li h1{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.gsjj{
		padding-top: 30px;
	}
	.gsjjdv{
		width: 95%;
		display: block;
	}
	.gsjjdvleft{
		width: 100%;
	}
	.gsjjdvleft h1{
		font-size: 22px;
	}
	.gsjjdvleft h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.gsjjdvleft p{
		text-align: left;
	}
	.gsjjdvleft ul{
		width: 100%;
		justify-content: space-between;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.gsjjdvleft ul li{
		margin: 0;
	}
	.gsjjdvleft ul li h3 span{
		font-size: 26px;
	}
	.gsjjdvright{
		width: 75%;
	}
	.qywh{
		padding: 30px 0px;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhdvbt h1{
		font-size: 22px;
	}
	.qywhdvbt p{
		line-height: 25px;
		font-size: 14px;
	}
	.qywhdvbt{
		margin-bottom: 20px;
	}
	.qywhlist{
		width: 95%;
	}
	.qywhlist ul{
		flex-wrap: wrap;
	}
	.qywhlist ul li{
		width: 38%;
		padding: 5%;
		margin: 1%;
	}
	.qywhlist ul li img{
		display: block;
		margin: 0 auto;
		width: 45px;
	}
	.qywhlist ul li h1{
		margin-top: 20px;
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.qywhlist ul li p{
		font-size: 14px;
		line-height: 28px;
	}
	.scbj{
		padding: 30px 0px;
	}
	.scbjdv{
		width: 95%;
	}
	.scbjbt{
		display: block;
	}
	.scbjbtleft{
		width: 100%;
	}
	.scbjbtleft h2{
		font-size: 22px;
		line-height: 35px;
	}
	.scbjbtright{
		margin-top: 10px;
		line-height: 30px;
		font-size: 14px;
		width: 100%;
	}
	.dt{
		width: 100%;
		display: block;
	}
	.dtleft{
		width: 100%;
	}
	.dtleft ul{
		margin: 20px auto;
	}
	.dtleft ul li{
		margin: 10px 0px;
	}
	.dtleft ul li{
		width: 50%;
	}
	.dtleft ul li h1{
		justify-content: center;
	}
	.dtleft ul li h1 span{
		font-size: 32px;
	}
	.dtleft ul li p{
		text-align: center;
		font-size: 14px;
		margin-top: 5px;
	}
	.dtleft ul li h1 sub{
		font-size: 18px;
		font-family: "Montserrat Light";
		margin-left: 10px;
		margin-top: 10px;
	}
	.dtleft a{
		width: 150px;
		height: 40px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.dtright{
		width: 100%;
		margin-top: 30px;
	}
	.dtleft a span{
		width: 110px;
		line-height: 40px;
		font-size: 14px;
	}
	.dtleft a iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.dtright div{
		position: inherit;
	}
	.dtright div p span{
		font-size: 20px;
	}
	.ryzz{
		padding: 30px 0px;
	}
	.ryzzbt{
		width: 95%;
	}
	.ryzzbt h1{
		font-size: 22px;
	}
	.ryzzbt a{
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.ryzzbt{
		margin-top: 20px;
	}
	.ryzzs{
		margin-top: 0px;
		width: 95%;
	}
	.fys .swiper-button-prev, .fys .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.fys{
		margin-top: 25px;
	}
	.lbfcai{
		padding: 30px 0px;
	}
	.lbfcailists .swiper-button-next, .lbfcailists .swiper-button-prev{
		background-color: transparent;
		border: none;
	}
	.lbfcailists .swiper-button-next:after, .lbfcailists .swiper-button-prev:after{
		color: #26344f;
		font-size: 22px;
	}
	.lbfcailists .swiper-button-prev, .lbfcailists .swiper-rtl .swiper-button-next{
		left: 10%;
		right: auto;
	}
	.lbfcailists .swiper-button-next, .lbfcailists .swiper-rtl .swiper-button-prev {
	    right: 10%;
	    left: auto;
	}
	.ryzzbt{
		margin-bottom: 30px;
		margin-top: 0;
	}
	.fengcaidv{
		width: 97%;
	}
	.fengcai{
		padding: 30px 0px;
	}
	.rongyu{
		padding: 30px 0px;
	}
	.rongyulist{
		width: 95%;
	}
	.rongyulist ul li{
		width: 48%;
	}
	.spzx{
		width: 95%;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.spzxbt h1{
		font-size: 22px;
	}
	.spzxbt a{
		font-size: 14px;
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.spzxbt{
		margin-bottom: 20px;
	}
	.spzx .gclist{
		width: 100%;
	}
	.cjwt{
		padding: 30px 0;
	}
	.cjwtdv{
		width: 95%;
	}
	.cjwtdv .cjwtlist ul{
		width: 100%;
		display: block;
	}
	.cjwtdv .cjwtlist ul li{
		width: 90%;
		margin-bottom: 10px;
	}
	.cjwtdv .cjwtlist{
		width: 100%;
	}
	.wmcfsbdv{
		width: 95%;
		margin: 30px auto;
	}
	.lxwm{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmbt{
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.lxwmdvtop ul{
		display: block;
	}
	.lxwmdvtop ul li{
		width: 88%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmdvtop ul li section h1{
		font-size: 17px;
		font-weight: bold;
	}
	.lxwmdvtop ul li section i{
		margin-bottom: 20px;
	}
	.lxwmdvtop ul li section p{
		font-size: 14px;
	}
	.lxwmdvtop ul li div iconpark-icon{
		font-size: 30px;
	}
	.lxwmdvbot ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.lxwmdvbot ul li h1{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lxwmdvbot ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxly{
		padding: 30px 0px;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlybt{
		margin-bottom: 20px;
	}
	.zxlybt h1{
		font-size: 22px;
	}
	.zxlybt p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxlydv form{
		padding: 5%;
	}
	.zxlydv form div{
		display: block;
		margin-bottom: 0;
	}
	.zxlydv form div input{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.zxlydv form button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 10px;
	}
	.nrbanner{
		width: 100%;
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.btext h3 {
		color: #ffffff;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	.bannersasg .swiper-slide div section{
		width: 95%;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 22px;
		text-align: center;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
		text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right, #48597c , #26344f);
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #17492d;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.shownav ul li a{
		font-size: 15px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		        max-width: -webkit-fill-available;
		margin-left: -25%;
	}
	.haskd{
		display: none;
	}
}


