/* 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-size: 12px;
    font-family: "微软雅黑";
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Thesignature";
	src:url('../font/Thesignature.ttf');
}
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 {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	background-color: #ffffff;
	height:90px;
	top: 30px;
	width: 90%;
	left: 5%;
	transition: all .5s;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-o-transform:translateY(-30px);
	transform:translateY(-30px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	width: 100%;
	left: 0;
	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;
	width: 90%;
	left: 5%;
	transition: all .5s;
	
}
.headdv{
	padding: 0 5%;
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 86px;
	margin: 0 15px;
	border-top: 4px solid #fff;
	padding: 0 10px;
	transition: all .3s;
	position: relative;
}

.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li a{
	color: #4c4c4c;
	font-size: 16px;
}
.headdvright ul li dl{
	display: none;
	position: absolute;
    background-color: #fff;
    width: 130%;
    padding: 10%;
    top: 85px;
    left: -10%;
}
.headdvright ul li dl dd a{
	display: block;
	font-size: 14px;
	line-height: 35px;
}
.headdvright ul li dl dd a:hover{
	color: #546fa9;
}
.headdvright ul li:hover{
	border-top: 4px solid #546fa9;
}
.headdvright ul li:hover dl{
	display: block;
}
.headdvright ul li.hover{
	border-top: 4px solid #546fa9;
}
.scheng a{
	color: #004ea2;
	font-size: 18px;
	font-weight: bold;
	line-height: 90px;
}
.ss{
	margin-left: 35px;
}
.ss iconpark-icon{
	font-size: 24px;
	color: #4d4d4d;
}
.banner img{
	display: block;
	width: 100%;
}
.incpinbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.incpin{
	width: 1400px;
	margin: 70px auto;
}
.incpinbtleft img{
	display: block;
}
.incpinbtleft h1{
	display: flex;
	justify-content: flex-start;align-items: center;
	margin-top: -10px;
}
.incpinbtleft h1 span{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}
.incpinbtleft h1 i{
	color: #333333;
	font-size: 30px;
	margin-left: 5px;
}
.incpinbtright a{
	display: flex;
	justify-content: space-between;
	width: 250px;
	transition: all .5s;
}
.incpinbtright a span{
	display: block;
	width: 200px;
	border: 1px solid #e6e6e6;
	line-height: 48px;
	color: #3b62a3;
	font-size: 14px;
	text-align: center;
}
.incpinbtright a iconpark-icon{
	display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(to right, #0c368c , #5693d6);
    color: #fff;
    font-size: 19px;
    align-items: center;
}
.incpinbtright a:hover{
	background-color: #0c368c;

}
.incpinbtright a:hover span{
	color: #fff;border:1px solid #0c368c ;
}
.incpindvs{
	margin-top: 50px;
	border-left: 1px solid #e6e6e6;
}
.incpindvxx{
	border: 1px solid #e6e6e6;
	border-left: none;
	padding: 50px;
	padding-bottom: 30px;
}
.incpindvxxdv{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.incpindvxxdv img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.incpindvxx:hover div img{
	transform: scale(1.1);
}
.incpindvxxdv section{
	position: absolute;
	top: 0;
	width: 100%;
	height: 0%;
	left: 0;
	background: url(../images/probg_03.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	overflow: hidden;
}
.incpindvxxdv section div{
	padding: 35px;
}
.incpindvxxdv section div h1{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.incpindvxxdv section div p{
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
}
.incpindvxx h1{
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.incpindvxx h1 span{
	color: #333333;
	font-size: 16px;
}
.incpindvxx h1 i{
	color: #999999;
	font-size: 14px;
	transition: all .5s;
}
.incpindvxx:hover .incpindvxxdv section{
	height: 100%;
}
.incpindvxx:hover h1 i{
	color: #19559f;
	font-size: 14px;
}
.inabout{
	padding-top: 110px;
}
.inaboutdv{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.inaboutdvleft{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.inaboutdvleft section{
	width: 90%;
	max-width: 700px;
}
.inaboutdvleft section img{
	display: block;
	
}
.inaboutdvleft section h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.inaboutdvleft section h2{
	display: flex;
	justify-content: flex-start;align-items: center;
	margin-top: -10px;margin-bottom: 80px;
}
.inaboutdvleft section h2 span{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}
.inaboutdvleft section h2 i{
	color: #333333;
	font-size: 30px;
	margin-left: 5px;
}
.inaboutdvleft section p{
	margin-top: 40px;
	color: #666666;
	line-height: 35px;
	font-size: 16px;
	margin-top: 40px;
}
.inaboutdvleft div{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inaboutdvright img{
	width: 100%;
	display: block;
}
.inaboutdvleft div{
	background: url(../images/abtbg_02.png) center no-repeat;
	width: 120%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 250px;
}
.inaboutdvleft h4{
	height: 300px;
	margin-top: 80px;
	width: 100%;
}
.inaboutdvleft div ul{
	display: flex;
	height: 300px;
	justify-content: space-between;
	align-items: center;width: 85%;
	max-width: 700px;
}
.inaboutdvleft div ul li {
	width: 33%;
}
.inaboutdvleft div ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 10px;
}
.inaboutdvleft div ul li h1 span{
	color: #ffffff;
	font-size: 56px;
	font-weight: bold;
	font-family: "Montserrat";
}
.inaboutdvleft div ul li h1 sub{
	color: #ffffff;
	font-size: 30px;
	font-family: "Montserrat";
}
.inaboutdvleft div ul li p{
	color: #dfe8f8;
	font-size: 15px;
	line-height: 30px;
}
.inaboutdvright img{
	position: relative;
	z-index: 3;
}
.inaboutdvright{
	position: relative;
}
.inaboutdvright a{
	position: absolute;
	width: 280px;
	height: 60px;
	left:0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
.inaboutdvright a i{
	display: block;
	width: 220px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #3b62a3;
	line-height: 60px;
}
.inaboutdvright a span{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #111518;
	text-align: center;
}
.inaboutdvright a span iconpark-icon{
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.innews{
	width: 1400px;
	margin: 70px auto;
}
.innewsdv{
	width: 1400px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	position: relative;
	overflow: hidden;
}
.innewsdvleft img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.innewsdvleft:hover img{
	transform: scale(1.08);
}
.innewsdvleft section{
	padding: 40px;
	position: absolute;
	bottom: 0;
	width: calc(100% - 80px);
}
.innewsdvleft section span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.innewsdvleft section h1{
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	white-space:nowrap;
	height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 20px;
}
.innewsdvleft section i{
	color: #fff;
	display: block;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 14px;
}
.innewsdvleft section h2{
	color: #ffffff;
	font-size: 14px;
}
.innewsdvcenter{
	width: 32%;
}
.innewsdvcenter ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.innewsdvcenter ul li{
	padding: 35px;
	background-color: #f2f4f7;
}
.innewsdvcenter ul li h1{
	color: #808080;
	padding-top: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}
.innewsdvcenter ul li h2{
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.innewsdvcenter ul li span{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}
.innewsdvcenter ul li p{
	line-height: 25px;
	height: 50px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}
.innewsdvcenter ul li i{
	color: #004ea2;
	font-size: 14px;
}
.innewsdvright{
	width: 32%;
	
	background: url(../images/bej_03.png) center no-repeat;
}
.innewsdvrightbt{
	padding: 45px;
	padding-bottom: 0;
}
.innewsdvrightbt h1{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
}
.innewsdvrightbt h2{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
}
.innewsdvrightlist ul li{
	padding: 20px 45px;
	transition: all .5s;
}
.innewsdvrightlist ul li h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvrightlist ul li span{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}
.innewsdvrightlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvrightlist ul li section{
	width: 90%;
}
.innewsdvrightlist ul li iconpark-icon{
	color: #ecf1f8;
	font-size: 24px;
	opacity: 0;
	transition: all .5s;
}
.innewsdvrightlist ul li:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.innewsdvrightlist ul li:hover iconpark-icon{
	opacity: 1;
}
.innewsdvrightbtn{
	padding: 45px;
	padding-top: 0;
}
.innewsdvrightbtn a{
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.hzhb{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 150px;
	background: url(../images/hzhb_06.png) center no-repeat;
	background-size: cover;
}
.hzhb .incpinbt{
	width: 1400px;
	margin: 0 auto;
}
.hzhblist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 30px;
}
.hzhblist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzhblist ul li{
	width: 18%;
	margin: 1%;
	overflow: hidden;
}
.hzhblist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.hzhblist ul li:hover img{
	transform: scale(1.08);
}
.foot{
	padding: 140px 0px;
	background: url(../images/foot_02.png) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
}
.footdvleft{
	width: 240px;
}
.footdvleft ul{
	display: flex;
	justify-content: space-between;
}
.footdvleft ul li{
	width: 110px;
}
.footdvleft ul li img{
	display: block;
	width: 100%;
}
.footdvleft ul li p{
	color: #b2becc;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.footdv{
	display: flex;
	justify-content: space-between;
	padding-bottom: 140px;
}
.footdvcenter{
	width: 600px;
	display: flex;
	justify-content: space-between;
}
.footdvcenter dt a{
	color: #edf3fa;
	font-size: 16px;
}
.footdvcenter dt{
	margin-bottom: 15px;
}
.footdvcenter dd a{
	color: #b2becc;
	font-size: 14px;
	transition: all .5s;
}
.footdvcenter dd a:hover{
	color: #fff;
}
.footdvcenter dd{
	margin-bottom: 15px;
}
.footdvright h1{
	color: #edf3fa;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 5px;
} 
.footdvright h2{
	color: #b2becc;
	font-size: 14px;
	margin-bottom: 15px;
}
.footdvright p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #b2becc;
	line-height: 35px;
	font-size: 14px;
}
.footdvright p iconpark-icon{
	font-size: 20px;
	margin-right: 5px;
}
.wdl{
	width: 100%;
	height: 65px;
	border-top: 1px solid #183f5d;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #b2becc;
	font-size: 14px;
}
.wdldv p a{
	color: #b2becc;
	font-size: 14px;
}
.shownav{
	width: 100%;
	height: 70px;
	box-shadow: 0px 10px 20px #e3e3e3;
	position: relative;
	z-index: 2;
}
.shownav ul{
	display: flex;
	justify-content: center;
	height: 70px;
}
.shownav ul li a{
	display: block;
	padding: 0 60px;
	line-height: 70px;
	color: #4c4c4c;
	font-size: 16px;
	position: relative;
}
.shownav ul li a span{
	position: relative;
	z-index: 3;
	transition: all .5s; 
}
.shownav ul li a::after{
	content: "";
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	background-image: linear-gradient(to right, #0c368c , #5692d5);
	transition: all .5s; 
}
.shownav ul li a::before{
	content: "";
	width: 100%;
	height: 35px;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 17.5px;
	left: 0;
	transition: all .5s; 
	opacity: 1;
}
.shownav ul li a:hover span{
	color: #fff;
}
.shownav ul li a:hover::before{
	opacity: 0;
}
.shownav ul li a:hover::after{
	width: 100%;
}
.shownav ul li.active a span{
	color: #fff;
}
.shownav ul li.active a::before{
	opacity: 0;
}
.shownav ul li.active a::after{
	width: 100%;
}
.prolist{
	width: 1400px;
	margin: 90px auto;
	margin-bottom: 30px;
}
.blank-large{
	height: 45px;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.prolist ul li .incpindvxx{
	border-top: none;
}
.hzhbnr{
	background: url(../images/hzbg_02.png) center no-repeat;
	background-size: cover;
	padding: 70px 0px;
}
.hzhbnrbt{
	width: 1400px;
	margin: 0 auto;
}
.hzhbnrbt h1{
	color: #333333;
	font-size: 32px;
	margin-bottom: 15px;
	text-align: center;
}
.hzhbnrbt p{
	color: #333333;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.hzhbnrlist{
	width: 1400px;
	margin: 0 auto;
}
.hzhbnrlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hzhbnrlist ul li{
	width: 18%;
	margin: 1%;
}
.hzhbnrlist ul li div{
	width: 100%;
	overflow: hidden;
}
.hzhbnrlist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.hzhbnrlist ul li:hover div img{
	transform: scale(1.08);
}
.hzhbnrlist ul li p{
	text-align: center;
	color: #333333;
	font-size: 15px;
	line-height: 35px;
}
.anl{
	width: 1400px;
	margin: 75px auto;
}
.anldt{
	text-align: center;
}
.anldt h1{
	color: #333333;
	font-size: 30px;
	margin-top: -15px;
}
.anlist{
	margin-top: 50px;
}
.anlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.anlist ul li{
	margin: 1%;
	width: 31.3%;
	transition: all .5s;
}
.anlist ul li div{
	width: 100%;
	overflow: hidden;
}
.anlist ul li div img{
	display: block;width: 100%;
	transition: all .5s;
}
.anlist ul li:hover div img{
	transform: scale(1.08);
}
.anlist ul li section{
	padding: 25px 35px;
	border: 1px solid #e6e6e6;
	border-top: none;
}
.anlist ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom: 10px;
	transition: all .5s;
}
.anlist ul li section span{
	display: block;
	color: #808080;
	font-size: 14px;
	transition: all .5s;
}
.anlist ul li section h2{
	margin-top: 14px;
	padding-top: 18px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.anlist ul li section h2 i{
	color: #808080;
	font-size: 14px;
	transition: all .5s;
}
.anlist ul li section h2 iconpark-icon{
	font-size: 20px;
	color: #bababa;
	transition: all .5s;
}
.anlist ul li:hover section{
	border: none;
	background-image: linear-gradient(to right, #0c368c , #5692d5);
}
.anlist ul li:hover section span{
	color: #fff;
}
.anlist ul li:hover section h1{
	color: #fff;
}
.anlist ul li:hover section h2 i{
	color: #fff;
}
.anlist ul li:hover section h2 iconpark-icon{
	color: #fff;
}
.anlist .swiper-button-next,.anlist .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
	top: 35%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 0;
}
.anlist .swiper-button-next:after,.anlist .swiper-button-prev:after{
	font-size: 22px;
}
.anldt img{
	width: auto;
	margin: 0 auto;
	display: block;
}


.lxwm{
	width: 1400px;
	margin: 0 auto;
	padding: 70px 0px;
	display: flex;
	justify-content: space-between;
}
.lxwmbt{
	margin: 0 auto;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.lxwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	
}
.lxwmdvleft{
	width: 40%;
	padding: 50px 5%;
	background-color: #035aa7;
	display: flex;
	align-items: flex-start;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;position: relative;
    z-index: 2;
    background-image: linear-gradient(135deg, #035aa7, #548fd2);
}
.lxwmdvright{
	width: 40%;
	padding: 50px 5%;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px #dcdcdc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.lxwmdvleft h1{
	color: #ffffff;
	font-size: 30px;
}
.lxwmdvleft i{
	display: block;
	height: 10px;
	border-bottom: 3px solid #fff;
	width: 35px;
}
.lxwmdvleft h4{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.lxwmdvleft ul{
	margin-top: 45px;
}
.lxwmdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0px;
}
.lxwmdvleft ul li span{
	display: block;
	margin-right: 20px;
	height: 70px;
	width: 70px;
}
.lxwmdvleft ul  li span img{
	display: block;
	width: 100%;
}
.lxwmdvleft ul li div h2{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.lxwmdvleft ul li div p{
	color: #ffffff;
	font-size: 16px;
}
.zxlybt{
	text-align: center;
}
.zxlybt h1{
	color: #323333;
	font-size: 30px;
	margin-bottom: 10px;
}
.zxlybt p{
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.lxwmdvright form{
	margin-top: 25px;
}
.lxwmdvright form input{
	width: 96%;
	border: none;
	border: 1px solid #e6e6e6;
	line-height: 45px;
	padding: 0 2%;
	margin-bottom: 15px;
	outline: none;
	border-radius: 5px;
	font-size: 14px;
}
.lxwmdvright form textarea{
	height: 135px;
	width: 96%;
	border: none;
	border: 1px solid #e6e6e6;
	line-height: 45px;
	padding: 0 2%;font-size: 14px;
	margin-bottom: 15px;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.lxwmdvright form button{
	width: 220px;line-height: 45px;
	background-color: #035aa7;
	text-align: center;
	color: #fff;border: none;
	font-size: 14px;
	border-radius: 5px;
}
.lxwmdv{
	position: relative;
	z-index: 2;
}
.map{
	margin-top: -100px;
}
.map img{
	width: 100%;
	display: block;
}

.newsdvlist{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.newsdvlist ul li {
	margin-top: 30px;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	background-color: #f2f4f7;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
	margin-right: 2.5%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;transition: all .5s;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-image: linear-gradient(to right, #0c368c , #5692d5);
}
.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: #fff;
}
.showcpzs{
	width: 1400px;
	margin: 75px auto;
	margin-top: 0;
	padding-top: 75px;
	display: flex;
	justify-content: space-between;
}
.showcpzsleft{
	width: 50%;
}
.showcpzsright{
	width: 40%;
}
.showcpzsright h1{
	color: #035aa7;
	font-size: 16px;
	margin-bottom: 15px;
}
.showcpzsright h2{
	color: #333333;
	font-size: 40px;
}
.showcpzsright i{
	display: block;
	height: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.showcpzsright ul{
	margin: 30px auto;
}
.showcpzsright ul li{
	display: flex;
	justify-content: flex-start;
}
.showcpzsright ul li span{
	display: block;
	width: 30%;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
}
.showcpzsright ul li b{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
	color: #4c4c4c;
}
.showcpzsright h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showcpzsright h3 em{
	display: block;
	margin-right: 10px;
	width: 51px;
}
.showcpzsright h3 em img{
	display: block;
	width: 100%;
}
.showcpzsright h3 span{
	color: #035aa7;
	font-size: 60px;
	font-family: "Tungsten";
	font-weight: bold;
}
.showcpzsright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.showcpzsright section a{
	width: 160px;
	height: 50px;
	border: 1px solid #035aa7;
	line-height: 50px;
	margin-right: 20px;
	color: #035aa7;
	font-size: 14px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.showcpzsright section a span{
	display: block;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.showcpzsright section a::after{
	content: "";
	width: 0%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #0c378c , #5692d6);
	transition: all .5s;
}
.showcpzsright section a:hover {
	border-color: transparent;
}
.showcpzsright section a:hover span{
	color: #fff;
}
.showcpzsright section a:hover::after{
	width: 100%;
}
.showpro{
	width: 1400px;
	margin: 50px auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 360px;
}
.showproright{
	width: 950px;
	margin-bottom: 40px;
}
.showproleft .productlistall{
	padding: 40px 0px;
}
.showproleft .productlist{
	width: 100%;
	display: block;
}
.showproleft .productlist .swiper-slide{
	width: 100%;
}
.showproleft .cpzxgallerytext{
	padding: 5%;
}
.showproleft .cpzxgallerytext h1{
	margin-top: 25px;
}
.showprobt{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 20px;
}
.showprobt i{
	display: block;
	width: 4px;
	height: 20px;
	background-color: #035aa7;
	margin-right: 10px;
}
.showcpzsright p{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0px;
	color: #666666;
	height: 75px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.inaboutdvleft h3{
	margin-top: 65px;
	width: 700px;
}
.aboutlb{
	background: url(../images/abtbg_02.png) center no-repeat;
	width: 100%;
	height: 250px;
	background-size: cover;
}
.aboutlb ul{
	display: flex;
	width: 1400px;height: 250px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.aboutlb ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 10px;
}
.aboutlb ul li h1 span{
	color: #ffffff;
	font-size: 56px;
	font-weight: bold;
	font-family: "Montserrat";
}
.aboutlb ul li h1 sub{
	color: #ffffff;
	font-size: 30px;
	font-family: "Montserrat";
}
.aboutlb ul li p{
	color: #dfe8f8;
	font-size: 15px;
	line-height: 30px;
}
.qywh{
	width: 1400px;
	margin: 75px auto;
}
.qiyewnlist{
	width: 100%;
	margin-top: 60px;
}
.qiyewnlist ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qiyewnlist ul li{
	width: 33.33%;
	position: relative;
	overflow: hidden;
	overflow: hidden;
}
.qiyewnlist ul li img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.qiyewnlist ul li:hover img{
	transform: scale(1.08);
}
.qiyewnlist ul li section{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10%;
}
.qiyewnlist ul li section h1{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.qiyewnlist ul li section h2{
	color: #ffffff;
	font-size: 14px;
	color: #fff;
}
.qiyewnlist ul li section p{
	margin-top: 25px;
	color: #ffffff;
	line-height: 25px;
	font-size: 16px;
}
.qiyewnlist ul li:nth-child(2){
	background-color: #19abc1;
}
.qiyewnlist ul li:nth-child(4){
	background-color: #f5f5f5;
}
.qiyewnlist ul li:nth-child(4) h1{
	color: #333333;
}
.qiyewnlist ul li:nth-child(4) h2{
	color: #333333;
}
.qiyewnlist ul li:nth-child(4) p{
	color: #666666;
}
.qiyewnlist ul li:last-child{
	background-color: #19559f;
}
.qiyewnlist ul li:hover img{
	background-size: calc(1.05);
}
.ryzz{
	background: url(../images/sheq_02.png) center no-repeat;
	padding: 90px 0px;
}
.ryzz .incpinbt{
	width: 1400px;
	margin: 0 auto;
}
.ryzz .thumbs{
	margin: 0 auto;
}
.ryzz .thumbs .swiper-slide p{
	width: 178px;
	height: 50px;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 50px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	position: relative;
}
.ryzz .thumbs .swiper-slide p span{
	position: relative;
	color: #666666;
	transition: all .5s;
	z-index: 6;
}
.ryzz .incpinbtright{
	width: 370px;
}
.ryzz .thumbs .swiper-slide p::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 50px;
	background-image: linear-gradient(to right, #0c378c , #5692d6);
	transition: all .5s;
}
.ryzz .thumbs .swiper-slide p:hover::after{
	width: 100%;
}
.ryzz .thumbs .swiper-slide p:hover span{
	color: #fff;
}
.ryzz .thumbs .swiper-slide-thumb-active p::after{
	width: 100%;
}
.ryzz .thumbs .swiper-slide-thumb-active p span{
	color: #fff;
}
.ryzz #gallery{
	width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
}
.ryzz #gallery .ryzzlist  .swiper-slide{
	transition: 300ms;
	transform: scale(0.8);
} 
.ryzz #gallery .ryzzlist  .swiper-slide img{
	width: 100%;
	display: block;
} 
.ryzz #gallery .ryzzlist  .swiper-slide h1{
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #999999;
	display: none;
}
.ryzz #gallery .ryzzlist  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.ryzz #gallery .ryzzlists  .swiper-slide{
	transition: 300ms;
	transform: scale(0.8);
} 
.ryzz #gallery .ryzzlists  .swiper-slide img{
	width: 100%;
	display: block;
}
.ryzz #gallery .ryzzlists  .swiper-slide h1{
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #999999;
}
.ryzz #gallery .ryzzlists  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.cpfy {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
}
.cpfy p{
	padding-top: 20px;
}
.cpfy p a{
	color: #4c4c4c;
	font-size: 14px;
}
.cpfy p a:hover{
	color: #0e6fb8;
}
.cpgs{
	margin: 20px 0px;
}
.cpgs img{
	max-width: 100%;
}
.lingyu{
	width: 100%;
	padding-top: 180px;
	background: url(../images/xab_02.png) top center no-repeat;
	background-size: cover;
}
.lingyudv{
	display: flex;
	width: 1400px;
	margin: 0 auto;
	justify-content: space-between;
	padding-bottom: 50px;
}
.lingyuleft{
	width: 410px;
	margin-top: 60px;
}
.lingyuleft h2{
	display: flex;
	justify-content: flex-start;align-items: center;
	margin-top: -15px;margin-bottom: 40px;
}
.lingyuleft h2 span{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}
.lingyuleft h2 i{
	color: #333333;
	font-size: 30px;
	margin-left: 5px;
}
.lingyuleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.lingyuleft h1{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-top: 70px;
	line-height: 45px;
	margin-bottom: 25px;
}
.lingyuleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.lingyuleft a{
	display: flex;
    justify-content: space-between;
    width: 250px;
	margin-top: 85px;
	background-color: #ffffff;
}
.lingyuleft a span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	border: 1px solid #e6e6e6;
	line-height: 48px;
	color: #3b62a3;
	font-size: 14px;
	text-align: center;
}
.lingyuleft a iconpark-icon{
	display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(to right, #0c368c , #5693d6);
    color: #fff;
    font-size: 19px;
    align-items: center;
}
.lingyuleft a span iconpark-icon {
	display: inline;
	height: auto;
	line-height: 20px;
	color: #004ea2;
	 background-image: linear-gradient(to right, #fff , #fff);
	 width: auto;
	 margin-right: 10px;
}
.lingyuright{
	width: 890px;
}
.showproleft .prolist{
	width: 100%;
	margin-top: 25px;
}
.incpindvxxdv section div h1{
	font-size: 20px;
}
.incpindvxxdv section div p{
	line-height: 25px;
	font-size: 14px;
}
.showcpzsleft{
	width: 53%;
	display: flex;
    justify-content: space-between;
}

.showcpzsleft #gallery2 {
    width: 565px;
}
.showcpzsleft #gallery2 .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.showcpzsleft #gallery2 .swiper-slide img{
	display: block;
	width: 100%;
}
.showcpzsleft #thumbs2 {
    width: 110px;
}
.showcpzsleft .thumbs .swiper-slide section{
	border: 1px solid #dcdcdc;
}
.showcpzsleft .thumbs .swiper-slide img{
	width: 100%;
	display: block;
}
.nrbanner{
	position: relative;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nrbanner .btext h1{
	color: rgba(255, 255, 255 ,0.1);
	font-size: 100px;
	font-family:"Montserrat" ;
	font-weight: bold;
}
.nrbanner .btext h2{
	margin-top: -90px;
	text-align: center;
	font-size: 44px;
	color: #FFF;
}
.nrbanner .btext p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}
.nrbanner .btext p a{
	color: #fff;
}

.lingyuright{
	width: 890px;
	position: relative;
}
.lingyuright{
	display: flex;
	justify-content: space-between;
	height: 740px;
}
.lingyuright #gallery2{
	width: 540px;
	border-radius: 50%;
	border: 100px solid rgba(255, 255, 255, 0.5);
	margin: 0;
}
.lingyuright #gallery2 .swiper-slide img{
	width: 100%;
}
.lingyuright #thumbs2{
	width: 100%;
	position: absolute;
	height: 780px;
	left: 0;
	top: -20px;
}
.lingyuright #thumbs2 section{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.lingyuright #thumbs2 section div{
	border-radius:50% ;
	overflow: hidden;
	border: 5px solid #fff;
}
.lingyuright #thumbs2 section div img{
	display: block;
	width: 100%;
}
.lingyuright #thumbs2 section h1{
	color: #333333;
	font-size: 16px;
	margin-left: 10px;
}
.lingyuright #thumbs2 .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lingyuright #thumbs2 .swiper-slide:first-child section{
	margin-right: 20%;
}
.lingyuright #thumbs2 .swiper-slide:nth-child(2) section{
	margin-right: 8%;
}
.lingyuright #thumbs2 .swiper-slide:nth-child(3) section{
	margin-right: 0%;
}
.lingyuright #thumbs2 .swiper-slide:nth-child(4) section{
	margin-right:  2%;
}
.lingyuright #thumbs2 .swiper-slide:nth-child(5) section{
	margin-right: 11%;
}
.lingyuright #thumbs2 .swiper-slide:nth-child(6) section{
	margin-right: 25%;
}
.lingyuright #thumbs2 .swiper-slide-thumb-active section div{
	border: 5px solid #19559f;
}
.showcpzsleft #gallery2 .swiper-slide section{
	width: calc(100% - 2px);
	border: 1px solid #dcdcdc;
}
.prolist ul li{
	width: 33.33%;
}
.showproleft .prolist ul li{
	width: 100%;
}
.incpindvxxdv section div p{
	height: 50px;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;
}
.cpgs table{
	width: 100%;
	float: none;
}
.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: 90%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfootdv{
		display: none;
		height: 50px;
	}
	.mfoot{
		display: none;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 45px;
	    background-color: #1F67BF;
	}
.inaboutdvright a i{
	transition: all .5s;
	
}	
.inaboutdvright a:hover i{
	background-color: #111518;
	color: #fff;
}
.lingyuleft a span{
	transition: all .5s;
}
.lingyuleft a:hover span{
	background-color: #0c368c;
	color: #fff;
	border: 1px solid #0c368c;
}
.lingyuleft a:hover span iconpark-icon{
	background-color: transparent;
	background-image:none;
	color: #fff;
}
.banners{
		display: block;
	}
	.bannerss{
		display: none;

	}
.banners .swiper-slide{
	position: relative;
}
.banners .swiper-slide div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banners .swiper-slide div section{
	width: 1400px;
}
.banners .swiper-slide div section h1{
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 20px;
}
.banners .swiper-slide div section p{
	color: #ffffff;
	font-size: 44px;
	font-family: "Montserrat";
	font-weight: bold;
	width: 50%;
	line-height: 70px;
}
.banners .swiper-slide div section p i{
	background-image: linear-gradient(60deg, #05b765, #167ecf);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.innewsdvcenter ul li{
	transition: all .5s;
}
.innewsdvcenter ul li:hover{
	background-color:#3267b3;
}
.innewsdvcenter ul li:hover h1{
	color: #fff;
}
.innewsdvcenter ul li:hover h2{
	color: #fff;
}
.innewsdvcenter ul li:hover span{
	color: #fff;
}
.innewsdvcenter ul li:hover p{
	color: #fff;
}
.innewsdvcenter ul li:hover i{
	color: #fff;
}
.prolist{
	margin-top: 50px;
}
.prolist .ssdv1{
	display: block;
	position: initial;
}
.ssdv1{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 37px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all .5s;
}
.ssdv1 form{
	width: 100%;
	margin: 0 auto;
}
.ssdv1 form{
	display: flex;
	justify-content: space-between;
}
.ssdv1 form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv1 form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.newsdv .innewsdvleft section h1{
	height: 60px;
	line-height: 30px;
	overflow:hidden;

	text-overflow:ellipsis;
    white-space: initial;
	display:-webkit-box;

	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.heads{
		width: 90%;
		padding: 0 2.5%;
		left: 2.5%;
	}
	.headdv{
		padding: 0;
		width: 100%;
	}
	.headdvright ul li{
		margin: 0 2px;
	}
	.incpin{
		width: 95%;
	}
	.incpindvxx{
		padding: 5%;
	}
	.lingyudv{
		width: 95%;
	}
	.inaboutdvleft section{
		width: 95%;
	}
	.inaboutdvright{
		width: 48%;
	}
	.inaboutdvleft div{
		width: 200%;
	}
	.inaboutdvleft div ul{
		height: 250px;
		width: 80%;
	}
	.inaboutdvleft h4{
		margin-top: 0;
	}
	.innews{
		width: 95%;
	}
	.innewsdv{
		width: 100%;
	}
	.innewsdvleft{
		background-size: cover;
	}
	.innewsdvcenter ul li p{
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.innewsdvrightlist ul li section{
		width: 87%;
	}
	.innewsdvleft img{
		height: 100%;
		width: auto;
	}
	.innewsdvleft section{
		padding: 5%;
		width: 90%;
	}
	.hzhb .incpinbt{
		width: 95%;
	}
	.hzhblist{
		width: 95%;
	}
	.hzhb{
		padding-bottom: 90px;
	}
	.footdv{
		width: 95%;
		padding-bottom: 40px;
	}
	.footdvcenter{
		width: 32%;
	}
	.foot{
		padding-top: 100px;
	}
	.wdldv{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.prolist ul li{
		width: 33.33%;
	}
	.incpindvxxdv section div h1{
		margin-top: 0px;
	}
	.showcpzs{
		width: 95%;
	}
	.showpro{
		width: 95%;
	}
	.showproleft{
		width: 30%;
	}
	.showproright{
		width: 68%;
	}
	.inabouts .inaboutdv{
		display: flex;
		align-items: center;
	}
	.aboutlb{
		margin-top: 25px;
	}
	.qywh{
		width: 95%;
	}
	.aboutlb ul{
		width: 95%;
	}
	.inaboutdvleft h3{
		width: 95%;
	}
	.ryzz .incpinbt{
		width: 95%;
	}
	.ryzz #gallery{
		width: 100%;
	}
	.qiyewnlist ul li section p{
		font-size: 14px;
		margin-top: 10px;
	}
	.hzhbnrbt,.hzhbnrlist{
		width: 95%;
	}
	.anl{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmdv{
		width: 95%;
	}
	.newsdv .innewsdv{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlistext p{
		height: 60px;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
		.lingyuleft{
		width: 40%;
	}
	.lingyudv{
		align-items: center;
	}
	.lingyuright{
		width: 58%;
		height: auto;
	}
	.lingyuright #gallery2{
		width: 345px;
		height: 345px;
		border: 50px solid rgba(255, 255, 255, 0.5);
	}
	.lingyuright #thumbs2{
		height: 445px;
	}
	.lingyuright #thumbs2{
		top:0;
	}
	.lingyuright #thumbs2  section div{
		width: 45px;
		height: 45px;
	}
	.lingyuright #thumbs2 .swiper-slide{
		justify-content: flex-start;
	}
	.lingyuright #thumbs2 .swiper-slide:first-child section{
		margin-right: 0%;
		margin-left: 310px;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(2) section{
		margin-right: 0%;
		margin-left: 390px;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(3) section{
		margin-right: 0%;
		margin-left: 420px;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(4) section{
		margin-right: 0%;
		margin-left: 420px;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(5) section{
		margin-right: 0%;
		margin-left: 390px;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(6) section{
		margin-right: 0%;
		margin-left: 310px;
	}
	.showcpzsleft #gallery2{
		width:80%;
	}
	.showcpzsleft #thumbs2{
		width: 15%;
	}
	.banners .swiper-slide div section{
		width: 95%;
	}
	.banners .swiper-slide div section h1{
		font-size: 32px;
	}
	.banners .swiper-slide div section p{
		font-size: 30px;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.incpin{
		width: 95%;
		margin: 30px auto;
	}
	.incpinbtleft img{
		height: 30px;
		margin: 0 auto;
	}
	.incpinbt{
		display: block;
	}
	.incpinbtleft h1{
		justify-content: center;
	}
	.incpinbtleft h1 span{
		font-size: 10px;
	}
	.incpinbtleft h1 i{
		font-size: 22px;
	}
	.incpinbtright {
		margin-top: 15px;
	}
	.incpinbtright a{
		width: 150px;
		margin: 0 auto;
	}
	.incpinbtright a span{
		width: 110px;
		line-height: 38px;
	}
	.incpinbtright a iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.incpindvs{
		margin-top: 15px;
	}
	.incpindvxx{
		padding: 5%;
		width: 89%;
	}
	.incpindvxxdv section div h1{
		margin-top: 0;
		font-size: 18px;
	}
	.incpindvxxdv section div p{
		font-size: 14px;
	}
	.incpindvxx h1{
		margin-top: 20px;
	}
	.lingyu{
		padding-top: 120px;
	}
	.lingyudv{
		width: 95%;
		display: block;
	}
	.lingyuleft{
		width: 100%;
	}
	.lingyuleft img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.lingyuleft h2{
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.lingyuleft h2 span{
		font-size: 10px;
	}
	.lingyuleft h2 i{
		font-size: 22px;
	}
	.lingyuleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.lingyuleft h1{
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 35px;
	}
	.lingyuleft a{
		margin: 0 auto;
		margin-top: 20px;
	}
	.inabout{
		padding-top: 30px;
	}
	.inaboutdv{
		display: block;
	}
	.inaboutdvleft{
		width: 95%;
		margin: 0 auto;
	}
	.inaboutdvleft section img{
		height: 30px;
		margin: 0 auto;
	}
	.inaboutdvleft section h2{
		justify-content: center;
		margin-bottom: 25px;
	}
	.inaboutdvleft section h2 span{
		font-size: 10px;
	}
	.inaboutdvleft section h2 i{
		font-size: 22px;
	}
	.inaboutdvleft section h1{
		font-size: 20px;
	}
	.inaboutdvleft section p{
		margin-top: 15px;
		font-size: 14px;
	}
	.inaboutdvleft h4{
		display: none;
	}
	.inaboutdvleft div{
		position: inherit;
		margin-top: 15px;
		width: 100%;
		height: auto;
		padding: 20px 0px;
	}
	.inaboutdvleft div ul{
		height: 200px;
	}
	.inaboutdvleft div ul li h1 span{
		font-size: 28px;
	}
	.inaboutdvleft div ul{
		width: 90%;
		height: auto;
	}
	.inaboutdvleft div ul li p{
		font-size: 14px;
		line-height: 22px;
	}
	.inaboutdvright{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		box-shadow: 0px 0px 15px #dcdcdc;
	}
	.inaboutdvright a{
		width: 180px;
		height: 40px;
	}
	.inaboutdvright a i{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 140px;
	}
	.inaboutdvright a span{
		width: 40px;
		height: 40px;
	}
	.innews{
		width: 95%;
		margin: 25px auto;
		margin-top: 35px;
	}
	.innewsdv{
		width: 100%;
		margin: 25px auto;
		display: block;
	}
	.innewsdvleft{
		width: 100%;
	}
	.innewsdvleft section{
		padding: 5%;
		width: 90%;
	}
	.innewsdvleft section h1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.innewsdvleft section span{
		margin-bottom: 5px;
	}
	.innewsdvleft section i{
		margin-bottom: 10px;
	}
	.innewsdvcenter{
		width: 100%;
	}
	.innewsdvcenter ul li{
		margin-top: 10px;
		padding: 5%;
	}
	.innewsdvcenter ul li span{
		margin-bottom: 15px;
	}
	.innewsdvcenter ul li p{
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.innewsdvright{
		width: 100%;
		margin-top: 10px;
	}
	.innewsdvrightbt{
		padding: 5%;
	}
	.innewsdvrightbt h2{
		margin-bottom: 0;
	}
	.innewsdvrightlist ul li{
		padding: 5%;
	}
	.innewsdvrightbtn{
		padding: 5%;
	}
	.innewsdvrightbtn a{
		margin: 0 ;
	}
	.innewsdvcenter ul li h2{
		font-size: 16px;
	}
	.hzhb .incpinbt{
		width: 95%;
	}
	.hzhb{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.hzhblist{
		width: 95%;
	}
	.hzhblist ul li{
		width: 48%;
	}
	.foot{
		display: none;
	}
	.lingyuright{
		width: 100%;
	}
	.shownav{
		height: 45px;
	}
	.shownav ul{
		line-height: 45px;
		height: 45px;
	}
	.shownav ul li{
		width: 25%;
	}
	.shownav ul li a{
		padding: 0;
		line-height: 45px;
		text-align: center;
	}
	.shownav ul li a::before{
		height: 30px;
		top: 7.5px;
	}
	.shownav ul li a::after{
		height: 45px;
	}
	.prolist{
		margin: 30px auto;
		width: 95%;
	}
	.prolist ul li{
		width: 50%;
	}
	.prolist .incpindvxxdv section{
		display: none;
	}
	.incpindvxx h1 i{
		display: none;
	}
	.prolist .incpindvxx h1{
		margin-top: 10px;
	}
	.incpindvxx h1 span{
		font-size: 14px;
	}
	.hzhbnrbt{
		width: 95%;
	}
	.hzhbnr{
		padding: 20px 0px;
	}
	.hzhbnrbt h1{
		font-size: 22px;
	}
	.hzhbnrbt p{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.hzhbnrlist{
		width: 95%;
	}
	.hzhbnrlist ul li{
		width: 48%;
	}
	.anl{
		width: 95%;
		margin: 30px auto;
	}
	.anldt img{
		height: 30px;
	}
	.anldt h1{
		font-size: 22px;
	}
	.anlist{
		margin-top: 25px;
	}
	.anlist ul li section{
		padding: 5%;
	}
	.anlist ul li section h1{
		font-size: 16px;
	}
	.anlist ul li section h2{
		padding-top: 10px;
	}
	.newsdv{
		width: 95%;
		margin: 0 auto;
	}
	.innewsdvleft{
		margin-bottom: 10px;
	}
	.newsdvlist{
		width: 100%;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.innewsdv{
		margin-bottom: 10px;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.lxwm{
		width: 100%;
		padding: 20px 0rem;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmdv{
		width: 95%;
		display: block;
	}
	.lxwmdvleft{
		width: 90%;
		padding: 5%;
		border-radius: 0;
	}
	.lxwmdvleft h1{
		font-size: 20px;
	}
	.lxwmdvleft h4{
		font-size: 14px;
	}
	.lxwmdvleft ul{
		margin-top: 15px;
	}
	.lxwmdvleft ul li{
		margin: 15px 0;
	}
	.lxwmdvleft ul li span{
		width: 50px;
		height: 50px;
	}
	.lxwmdvleft ul li div h2{
		font-size: 16px;
	}
	.lxwmdvleft ul li div p{
		font-size: 14px;
	}
	.lxwmdvleft ul li div{
		width: 75%;
	}
	.lxwmdvright{
		width: 90%;
		padding: 5%;
		border-radius: 0;
	}
	.zxlybt h1{
		font-size: 22px;
	}
	.lxwmdvright form input{
		line-height: 40px;
	}
	.lxwmdvright form button{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.map{
		margin-top: 15px;
	}
	.aboutlb ul{
		height: auto;
		width: 90%;
		padding: 5%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.aboutlb{
		margin: 0 auto;
		margin-top: 15px;
		height: auto;
		padding: 0 5%;
		width: 90%;
	}
	.aboutlb ul li{
		margin-bottom: 15px;
	}
	.aboutlb ul li h1 {
		margin-bottom: 0;
	}
	.aboutlb ul li h1 span{
		font-size: 32px;
	}
	.aboutlb ul{
		display: flex;
		flex-wrap: wrap;
	}
	.qywh{
		width: 95%;
		margin: 25px auto;
		overflow: hidden;
	}
	.qiyewnlist{
		margin-top: 15px;
	}
	.qiyewnlist ul li{
		width: 100%;
		height: 200px;
	}
	.qiyewnlist ul li section h1{
		font-size: 18px;
	}
	.qiyewnlist ul li section p{
		font-size: 14px;
	}
	.qiyewnlist ul li img{
		width: 100%;
		height: 200px;
	}
	.ryzz{
		padding: 35px 0px;
	}
	.ryzz .incpinbt{
		width: 95%;
	}
	.ryzz .thumbs .swiper-slide p{
		height: 40px;
		line-height: 40px;
	}
	.ryzz #gallery{
		width: 95%;
	}
		.lingyuright{
		width: 100%;
		height: auto;
		display: block;
	}
	.lingyuright #gallery2{
		width: 95%;
		border: 10px solid rgba(255, 255, 255, 0.5);
	}
	.lingyuright #thumbs2{
		height: 445px;
		position: relative;
	}
	.lingyuright #thumbs2{
		top:0;
		height: auto;
	}
	.lingyuright #thumbs2  section div{
		width: 70px;
		margin: 0 auto;
		height: 70px;
		margin-bottom: 10px;
	}
	.lingyuright #thumbs2 .swiper-slide{
		justify-content: center;
	}
	.lingyuright #thumbs2 .swiper-slide:first-child section{
		margin-right: 0%;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(2) section{
		margin-right: 0%;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(3) section{
		margin-right: 0%;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(4) section{
		margin-right: 0%;
	}
	.lingyuright #thumbs2 .swiper-slide:nth-child(5) section{
		margin-right: 0%;
	}
	.lingyuright #thumbs2 .swiper-slide section{
		display: block;
		margin-top: 15px;
		justify-content: center;
	}
	.lingyuright #thumbs2 section h1{
		margin-left: 0;
		font-size: 14px;
		text-align: center;
	}
	.lingyuright #gallery2{
		margin-top: 20px;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		background-color: #fff;
	}
	.inaboutdvleft div ul li h1 sub{
		font-size: 0px;
	}
	.showcpzs{
		width: 95%;
		margin: 30px auto;
		display: block;
		padding-top: 0;
	}
	.showcpzsleft{
		width: 100%;
		display: block;
	}
	.showcpzsleft #gallery2{
		width: 100%;
	}
	.showcpzsleft #gallery2 .swiper-slide section{
		width: calc(99% - 2px);
	}
	.showcpzsleft #thumbs2{
		width: 100%;
		margin-top: 15px;
	}
	.showcpzsright{
		width: 100%;
		margin-top: 25px;
	}
	.showcpzsright h1{
		margin-bottom: 5px;
	}
	.showcpzsright h2{
		font-size: 20px;
		font-weight: bold;
	}
	.showcpzsright h3 span{
		font-size: 32px;
	}
	.showcpzsright h3 em{
		width: 28px;
	}
	.showcpzsright section{
		margin-top: 15px;
	}
	.showcpzsright section a{
		height: 40px;
		line-height: 40px;
	}
	.showpro{
		width: 95%;
		margin: 0 auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.showproright{
		width: 100%;
		margin: 0 auto;
	}
	.cpgs{
		margin: 10px auto;
	}
	.cpfy{
		display: block;
		margin-bottom: 30px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 20px;
	}
	.padding-big-bottom{
		padding-bottom: 10px;

	}
	.blank-middle{
		height: 15px;
	}
	.blank-large{
		height: 20px;
	}
	.newsdvlist{
		margin-bottom:15px ;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}
	.incpindvxx h1 span {
	    font-size: 14px;
	    display: block;
	    width: 100%;
	    line-height: 25px;
	    height: 25px;
	    overflow: hidden;
	    white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.showcpzsright section a::after{
		height: 40px;
	}
	.nrbanner .btext h1{
		font-size: 24px;
		text-align: center;
		display: none;
	}
	.nrbanner .btext h2{
		font-size: 24px;
		margin-top: 0px;
	}
	.nrbanner .btext p{
		margin-top: 10px;
	}
	.mfootdv{
		display: block;
		height: 50px;
	}
	.mfoot{
		display: block;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 45px;
	    background-color: #1F67BF;
	}
	.mfoot ul {
	    display: flex;
	    justify-content: space-between;
	}
	.mfoot ul li {
	    width: 25%;
	    height: 45px;
	    line-height: 45px;
	    border-right: 1px solid #2190DE;
	}
	.mfoot ul li a {
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    color: #fff;
	}
	.banners{
		display: none;
	}
	.bannerss{
		display: block;
	}
	.xwzxlist ul li p{
		height: 60px;
		overflow:hidden;

		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:2;
	}
	.innewsdvleft{
		display: none;
	}
	
	.lingyuright #gallery2{
		width: 65%;
		margin: 0 auto;
		margin-top: 35px;
	}
	.incpindvxxdv section div{
		padding: 5%;
	}
	.lingyuleft{
		width: 100%;
		margin-top: 0px;
	}
	.inaboutdvleft section{
		width: 100%;
	}
	.newsdvlistext p{
		overflow:hidden;
		height: 60px;
		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:2;
	}
	.anlist ul li{
		width: 48%;
		margin: 1%;
	}
}