/* 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: "微软雅黑";
}
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:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.headdv{
	margin: 0 auto;
	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 i{
	display: block;
	color: #e6e6e6;
	font-size: 14px;
}
.headdvright ul li{
	line-height: 98px;
	margin: 0 15px;
	padding: 0 10px;
	transition: all .3s;
	border-top: 2px solid transparent;
}
.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:hover{
	border-top: 2px solid #3aa9d6;
}
.headdvright ul li.active{
	border-top: 2px solid #3aa9d6;
}
.ss{
	margin-left: 20px;
	margin-right: 20px;
}
.ss iconpark-icon{
	color: #3aa9d6;
	font-size: 20px;
}
.banner img{
	width: 100%;
	display: block;
}
.incpzx{
	margin: 90px auto;
}
.incpzxbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.incpzxbt i{
	display: block;
	width: 35px;
	height: 4px;
	background-color: #31a5d5;
	margin: 20px auto;
}
.incpzxbt p{
	font-family: Impact;
	font-size: 80px;
	font-weight: bold;
	color: rgba(49, 165, 213, 0.1);
	text-transform: uppercase;
	text-align: center;
	margin-top: -25px;
}
.incpzxdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}
.incpzxdvleft{
	width: 520px;
	background-color: #f2f5f7;
	padding: 50px;
}
.incptext h1{
	color: #262626;
	font-size: 26px;
	margin-bottom: 10px;
}
.incptext p{
	line-height: 25px;
	color: #808080;
	font-size: 14px;
}
.incptext section{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0px;
}
.incptext section a{
	display: block;
	width: 120px;
	height: 35px;
	background-color: #e4eff7;
	margin-right: 10px;
	line-height: 35px;
	color: #3aa9d6;
	font-size: 14px;
	transition: all .5s;
	border-radius: 5px;
	text-align: center;
}
.incptext section a:hover{
	background-color: #3aa9d6;
	color: #fff;
}
.incpimg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all .5s;
}
.incpzxdvleft:hover img{
	transform: scale(1.05);
}
.incpzxdvright{
	width: 760px;
}
.incpzxdvright ul{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.incpzxdvright ul li{
	display: flex;
	width: 640px;
	padding: 20px 60px ;
	justify-content: space-between;
	background-color: #f2f5f7;
	align-items: center;
}
.incpzxdvright ul li:last-child{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.incpzxdvright ul li div{
	display: block;
	overflow: hidden;
}
.incpzxdvright ul li  img{
	max-width: 100%;
	display: block;
	transition: all .5s;
}
.incpzxdvright ul li:hover  img{
	transform: scale(1.05);
}
.incptextas{
	width: 270px;
}
.incptextas h1{
	color: #262626;
	font-size: 26px;
	margin-bottom: 10px;
}
.incptextas p{
	line-height: 25px;
	color: #808080;
	font-size: 14px;
}
.incptextas section{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.incptextas section a{
	display: block;
	width: 120px;
	height: 35px;
	background-color: #e4eff7;
	margin-right: 10px;
	line-height: 35px;
	color: #3aa9d6;
	font-size: 14px;
	transition: all .5s;
	border-radius: 5px;
	text-align: center;
}
.incptextas section a:hover{
	background-color: #3aa9d6;
	color: #fff;
}
.shipin{
	position: relative;
	width: 100%;
}
.shipin img{
	display: block;
	width: 100%;
}
.shipin .anniu{
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}
.shipin .anniu img{
	display: block;
	width: 100%;
}
.rmcp{
	padding: 110px 0;
	background: url(../images/bingshan_02.jpg) center no-repeat;
	background-size: cover;
}
.rmcpdv{
	width: 1400px;
	margin: 0 auto;
}
.rmcpbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rmcpbtleft h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.rmcpbtleft p{
	font-family: Impact;
    font-size: 80px;
    font-weight: bold;
    color: rgba(49, 165, 213, 0.1);
    text-transform: uppercase;
    text-align: center;
    margin-top: -25px;
}
.rmcpbtleft i{
	display: block;
    width: 35px;
    height: 4px;
    background-color: #31a5d5;
    margin: 20px 0;
}
.rmcpbt #thumbs2{
	width: 400px;
	margin: 0;
}
.rmprodv{
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
}
.rmprodv ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.cpzxdvright .rmprodv ul li{
	width: calc(31% - 60px);
}
.rmprodv ul li{
	width: calc(23% - 60px);
	margin: 1%;
	padding: 30px;
	background-color: #ffffff;
}
.rmprodv ul li h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	transition: all .5s;
}
.rmprodv ul li p{
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.rmprodv ul li div{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.rmprodv ul li div{
	overflow: hidden;
	width: 100%;
}
.rmprodv ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.rmprodv ul li:hover div img{
	transform: scale(1.05);
}
.rmprodv ul li section{
	display: flex;
	justify-content: space-between;
}
.rmprodv ul li  section a{
	width: 48%;
	height: 40px;
	border: 1px solid #cccccc;
	line-height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.rmprodv ul li  section a:hover{
	background-color: #31a5d5;
	color: #fff;
	border-color:#31a5d5;
}
.rmprodv ul li section a:last-child:hover{
	background-color: #163971;
	color: #fff;
	border-color:#163971;
}
.rmprodv ul li section a:last-child:hover{
	background-color: #163971;
	color: #fff;
	border-color:#163971;
}
.rmprodv ul li:hover h1{
	color: #31a5d5;
	font-size: 20px;
}
.rmprodv ul li{
	color: #313131;
	font-size: 16px;
}
.rmcpbt #thumbs2 {
	color: #31a5d5;
	
}
.rmcpbt #thumbs2 .swiper-slide{
	padding: 20px 0px;
	display: flex;
	justify-content: center;
}
.rmcpbt #thumbs2 .swiper-slide span{
	padding-bottom: 10px;
	font-size: 16px;
	color: #313131;
	border-bottom: 2px solid #fff;
}
.rmcpbt #thumbs2 .swiper-slide-thumb-active span{
	border-bottom: 2px solid #31a5d5;
	font-size: 18px;
	font-weight: bold;
	color: #31a5d5;
}
.rmprodv ul li section a:first-child{
	background-color: #31a5d5;
	color: #fff;
	border-color:#31a5d5;
}
.inabout{
	padding-top: 130px;
	padding-bottom: 70px;
	background: url(../images/beijing_02.jpg) center no-repeat;
	background-size: cover;
}
.inaboutdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inaboutleft{
	width: 43%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutleft div h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.inaboutleft div i{
	display: block;
    width: 35px;
    height: 4px;
    background-color: #31a5d5;
    margin: 20px 0;
}
.inaboutleft div p {
    font-family: Impact;
    font-size: 80px;
    font-weight: bold;
    color: rgba(49, 165, 213, 0.1);
    text-transform: uppercase;
    margin-top: -25px;
}
.inaboutleft div h2{
	color: #333333;
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.inaboutleft div h4{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.inaboutleft div a{
	display: block;
	width: 175px;
	height: 55px;
	border-left: 5px solid #31a5d5;
	text-align: center;
	line-height: 55px;
	color: #4c4c4c;
	font-size: 14px;
	transition: all .5s;
	background-color: #fff;
	margin-top: 45px;
}
.inaboutleft div a:hover{
	background-color: #31a5d5;
	color: #fff;

}
.inaboutright{
	width: 53%;
	position: relative;
}
.inaboutright img{
	display: block;
	width: 100%;
}
.inaboutright ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.inaboutright ul li{
	position: absolute;
	left: 24%;
	top: 16%;
}
.inaboutright ul li a h1{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.inaboutright ul li a p{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.inaboutright ul li:nth-child(2){
	left: 9%;
	top: 46%;
}
.inaboutright ul li:nth-child(3){
	left: 24%;
	top: 77%;
}	
	
.daibiao{
	padding: 70px 0px;
	background: url(../images/gewhh_02.jpg) center no-repeat;
	background-size: cover;
}
.sz{
	width: 1400px;
	margin: 0 auto;
}
.sz ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sz ul li{
	width: 21%;
}
.sz ul li h1{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.sz ul li h1 i{
	font-size: 16px;
	color: #fff;
}
.sz ul li h1 span{
	color: #fff;
	font-size: 60px;
	font-family: "Impact";
}
.sz ul li h1 i{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}
.sz ul li p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}
.sz ul li h3{
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
}	
.inews{
	margin: 90px auto;
	width: 1400px;
}
.inewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inewsbtleft h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.inewsbtleft i{
	display: block;
    width: 35px;
    height: 4px;
    background-color: #31a5d5;
    margin: 20px 0;
}
.inewsbtleft p{
	font-family: Impact;
    font-size: 80px;
    font-weight: bold;
    color: rgba(49, 165, 213, 0.1);
    text-transform: uppercase;
    margin-top: -25px;
}
.inewsbt{
	width: 1400px;
	margin: 0 auto;
}
.inewsbtright{
	width: 330px;
}
.inewsbtright .swiper-slide span{
	display: block;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: 14px;
	transition: all .5s;
}
.inewsbtright .swiper-slide-thumb-active span{
	border-color: #31a5d5;
	background-color: #31a5d5;
	color: #fff;
}
.xwgz{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}
.xwgzleft{
	width: 680px;
	position: relative;
	overflow: hidden;
}
.xwgzleft img{
	display: block;
	transition: all .5s;
}
.xwgzleft div{
	position: absolute;
	width: 80%;
	top: 10%;
	left: 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwgzleft div h1{
	width: 80%;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.xwgzleft div  section{
	display: block;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
.xwgzleft div section i{
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
}
.xwgzleft div section span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.xwgzleft:hover img{
	transform: scale(1.05);
}
.xwgzleft iconpark-icon{
	position: absolute;
	bottom: 10%;
	left: 10%;
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #006ac8;
	font-size: 16px;
	border-radius: 50px;
	font-size: 20px;
	transition: all .5s;
}
.xwgzleft:hover iconpark-icon{
	background-color: #006ac8;
	color: #fff;
}
.xwgzright{
	width: 700px;
}
.xwgzright ul{
	display: flex;
	justify-content: space-between;
}
.xwgzright ul li{
	width: 280px;
	padding: 42px 30px;
	background-color: #f2f5f7;
}
.xwgzright ul li h1{
	color: #333333;
	line-height: 20px;
	height: 20px;
	font-size: 18px;
	margin-bottom: 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xwgzright ul li span{
	margin-bottom: 10px;
	color: #999999;
	font-size: 14px;
}
.xwgzright ul li span{
	display: block;
	margin-bottom: 10px;
}
.xwgzright ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	height: 50px;
	margin-bottom: 25px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xwgzright ul li div{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.xwgzright ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xwgzright ul li:hover div img{
	transform: scale(1.05);
}
.xwgzright ul li section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwgzright ul li section i{
	color: #666666;
	font-size: 14px;
}
.xwgzright ul li section iconpark-icon{
	color: #31a5d5;
	font-size: 18px;
}

.xwgzright ul li:hover h1{
	color: #31a5d5;
}
.foot{
	padding: 70px 0px;
	background-color: #f2f5f7;
	border-top: 5px solid #31a5d5;
}
.fotodv{
	width: 1400px;
	margin: 0 auto;
}
.footdvleft{
	width: 75%;
	padding-right: 5%;
	border-right: 1px solid #dfe2e5;
}
.foleft{
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.foleft form{
	width: 485px;
	display: flex;
	justify-content: space-between;
}
.foleft form input{
	width: 69%;
	border: 1px solid #dfe2e6;
	line-height: 45px;
	background-color: transparent;
	padding: 0 3%;
	outline: none;
	
}
.foleft form button{
	width: 20%;
	border: none;
	background-color: #31a5d5;
	border: 1px solid #31a5d5;
	color: #fff;
	font-size: 14px;
}
.dageg{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.dageg dl dt a{
	color: #4c4c4c;
	font-size: 16px;
}
.dageg dl dt{
	margin-bottom: 25px;
}
.dageg dl dd a{
	color: #808080;
	font-size: 14px;
}
.dageg dl dd {
	margin-bottom: 20px;
}
.footdvright{
	width: 20%;
	padding-left: 5%;
}
.fotodv{
	display: flex;
	justify-content: space-between;
}
.footdvright h1{
	color: #4c4c4c;
	font-size: 16px;
}
.footdvright i{
	display: block;
	width: 60px;
	height: 3px;
	margin: 10px 0;
	margin-bottom: 30px;
	background-color: #31a5d5;
}
.footdvright p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.footdvright p img{
	width: 24px;
	height: 24px;
	color: #333333;
	font-size: 14px;
	margin-right: 15px;
}
.footdvright p  span{
	color: #333333;
	font-size: 22px;
}
.footdvright ul{
	display: flex;
	margin-top: 20px;
	justify-content: flex-start;
}
.footdvright ul li{
	width: 100px;
	margin-right: 15px;
}
.footdvright ul li img{
	width: 100px;
	height: 100px;
}
.footdvright ul li p{
	justify-content: center;
	text-align: center;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.wdl{
	display: block;
	height: 80px;
	background-color: #edf0f5;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	margin: 0 auto;
	height: 80px;
}
.wdldv p{
	color: #999999;
	font-size: 14px;
}
.wdldv p a{
	color: #999999;
	font-size: 14px;
}
.cpzx{
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #f2f7fa;
}
.cpzxdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpzxdvleft{
	width: 280px;
	margin-top: 15px;
}
.cpzxdvleft h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.cpzxdvleft dl{
	padding: 30px 0px;
	border-bottom: 1px solid #d9d9d9;
}
.cpzxdvleft dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}
.cpzxdvleft dl dt span{
	color: #333333;
	font-size: 16px;
}
.cpzxdvleft dl dt span.active{
	color: #31a5d5;
}
.cpzxdvleft dl dt iconpark-icon {
	font-size: 22px;
	color: #828485;
}
.cpzxdvleft dl dd a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpzxdvleft dl dd a i{
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #b3b3b3;
	margin-right: 15px;
	margin-top: 2px;
}
.cpzxdvleft dl dd{
	margin-top: 15px;
}
.cpzxdvleft dl dd span{
	color: #4c4c4c;
	font-size: 14px;
}
.cpzxdvleft dl dd:hover a i{
	border-color: #006ac8;
	background-color: #006ac8;
}
.cpzxdvleft dl dd a.active i{
	border-color: #006ac8;
	background-color: #006ac8;
}
.cpzxdvright{
	width: 1060px;
}
.cpzxdvright ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpzxdvright .rmprodv{
	margin-top: 0;
}
.cpxq{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cpxqdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpxqdv{
	width: 100%;
}
.cpxqleft{
	width: 45%;
}
.cpxqright{
	width: 45%;
}
.cpxqleft .swiper-slide img{
	display: block;
	width: 100%;
}
.cpxqleft .swiper-slide div{
	border: 1px solid #fff;
}
.cpxqleft .swiper-slide-thumb-active div{
	width: calc(100% - 4px);
	border: 1px solid #31a5d5;
}
.cpxqleft #thumbs2{
	margin-top: 10px;
}
.cpxqrightsa{
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpxqrightsa div em{
	color: #31a5d5;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5%;
	background-color: #d7eef7;
	border-radius: 50px;
}
.cpxqrightsa div h1{
	margin-top: 15px;
	color: #333333;
	font-size: 30px;
	margin-bottom: 20px;
}
.cpxqrightsa div p{
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	margin-bottom: 40px;
}
.cpxqrightsa ul{
	display: block;
}
.cpxqrightsa ul li {
	margin-bottom: 20px;
}
.cpxqrightsa ul li span{
	color: #4c4c4c;
	font-size: 15px;
}
.cpxqrightsa ul li i{
	color: #4c4c4c;
	font-size: 15px;
	margin-left: 50px;
}
.cpxqrightsa  section{
	display: flex;
	margin-top: 50px;
	justify-content: flex-start;
}
.cpxqrightsa  section a{
	display: block;
	width: 180px;
	height: 45px;
	background-color: #31a5d5;
	color: #fff;
	margin-right: 15px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
}
.cpxqrightsa  section a:last-child{
	background-color: #163971;
}
.chanpinjieshao{
	width: 100%;
	margin-top: 40px;
}
.cpjsbt{
	border-bottom: 1px solid #cccccc;
}
#thumbs21{
	width: 220px;
	margin: 0;
	line-height: 50px;
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
}
#thumbs21 .swiper-slide-thumb-active{
	color: #31a5d5;
	font-size: 18px;
	border-bottom: 3px solid #31a5d5;
}
#gallery21{
	margin:40px auto;
}
#gallery21 img{
	max-width: 100%;
}

.lxwm{
	width: 1400px;
	margin: 70px auto;
}
.lxwmbt h1{
	color: #333333;
	font-size: 34px;
	text-align: center;
}
.lxwmbt i{
	width: 30px;
	display: block;
	margin: 15px auto;
	height: 3px;
	background-color: #31a5d5;
}
.lxwmbt p{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.lxwmlist{
	margin-top: 50px;
}
.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 32%;
	background-color: #f6f6f7;
	padding: 45px 0px;
	transition: all .5s;
}
.lxwmlist ul li iconpark-icon{
	color: #808080;
	font-size: 48px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	transition: all .5s;
}
.lxwmlist ul li h1{
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	transition: all .5s;
}
.lxwmlist ul li:hover{
	background-color: #31a5d5;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.zxly{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.zxlyleft{
	width: 900px;
}
.zxlyleft img{
	width: 100%;
	display: block;
}
.zxlyright {
	width: 500px;
	background: url(../images/lxwm_04.jpg) center no-repeat;
}
.zxlyright {
	display: flex;
	justify-content: center;
	align-items: center;
}
.zxlyright div{
	padding: 0 10%;
}
.zxlyright div h1{
	width: 100%;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	color: #fff;
}
.zxlyright div input{
	width: 94%;
	border: none;
	border: 1px solid #85b1e8;
	height: 50px;
	padding: 0 3%;
	background: none;
	outline: none;
	margin-bottom: 20px;
}
.zxlyright div input::placeholder{
	color: #fff;
}
.zxlyright div textarea{
	width: 94%;
	border: none;
	border: 1px solid #85b1e8;
	line-height: 50px;
	padding: 0 3%;
	background: none;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	outline: none;
}
.zxlyright div textarea::placeholder{
	color: #fff;
}
.zxlyright div button{
	width: 150px;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	color: #31a5d5;
	border: none;
	font-size: 14px;
	display: block;
	margin: 0% auto;
}


.zxnshi{
	padding-top: 90px;
	padding-bottom: 90px;
}
.zxnshitext{
	width: 1400px;
	margin: 0 auto;
}
.zxnshitext h1{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.zxnshitext p{
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	line-height: 30px;
	width: 80%;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.zxnshilist{
	width: 1400px;
	margin: 0 auto;
	margin-top:50px ;
}
.zxnshilist dl dt{
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	color: #31a5d5;
	font-weight: bold;
	line-height: 60px;
	background-color: #f0f0f0;
	font-weight: bold;
}
.lbnr{
	display: block;
	padding: 3% 5%;
	background-color: #fff;
	display: none;
	transition: all .5s;
	opacity: 0;
}
.lbnrtext{
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
}
.lbnrnr{
	margin: 15px 0px;
	margin-bottom: 30px;
}
.lbdibu p{
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
}
.lbdibu  a{
	width: 180px;
	display: block;
	height: 50px;
	border: 1px solid #31a5d5;
	border-radius: 5px;
	text-align: center;
	line-height:50px ;
	color: #31a5d5;
	font-size: 14px;
	transition: all .5s;
	margin-top: 30px;
}
.lbdibu a:hover{
	color: #fff;
	background-color: #31a5d5;
}
.zxnshilist dl dd:hover .lbnr{
	display: block;
	opacity: 1;
	background-color: #f5f6f7;
}
.zxnshilist dl dt h1{
	width: 20%;
}
.zxnshilist dl dt h2{
	width: 15%;
}
.zxnshilist dl dt h3{
	width: 10%;
}
.zxnshilist dl dt h4{
	width: 30%;
}
.zxnshilist dl dt h5{
	width: 10%;
}
.zxnshilist dl dt h6{
	width: 5%;
}
.zxnshilist dl dt h1,.zxnshilist dl dt h2,.zxnshilist dl dt h3,.zxnshilist dl dt h4,.zxnshilist dl dt h5{
	font-weight: bold;
	font-size: 17px;
	color: #31a5d5;
}
.zxnshilist dl dd .lbiao{
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	color: #4c4c4c;
	font-weight: bold;
	line-height: 60px;
	background-color: #f0f0f0;
	font-weight: bold;
	margin-top: 10px;
}
.zxnshilist dl dd h1{
	width: 20%;
}
.zxnshilist dl dd h2{
	width: 15%;
}
.zxnshilist dl dd h3{
	width: 10%;
}
.zxnshilist dl dd h4{
	width: 30%;
}
.zxnshilist dl dd h5{
	width: 10%;
}
.zxnshilist dl dd h6{
	width: 5%;
}
.zxnshilist dl dd .lbiao h1,.zxnshilist dl dd .lbiao h2,.zxnshilist dl dd .lbiao h3,.zxnshilist dl dd .lbiao h4,.zxnshilist dl dd .lbiao h5{
	font-size: 16px;
	color: #4c4c4c;
}
.zxnshilist dl dd:hover .lbiao{
	background-color: #31a5d5;
}
.zxnshilist dl dd:hover .lbiao h1,.zxnshilist dl dd:hover .lbiao h2,.zxnshilist dl dd:hover .lbiao h3,.zxnshilist dl dd:hover .lbiao h4,.zxnshilist dl dd:hover .lbiao h5{
	font-size: 16px;
	color: #fff;
}
.ygghlist{
	width: 1400px;
	margin: 0 auto;
}
.yggh{
	margin-bottom: 70px;
}
.ygghlists .swiper-slide div{
	width: 100%;
	overflow: hidden;
}
.ygghlists .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.ygghlists .swiper-slide div:hover img{
	transform: scale(1.05);
}
.ygghlists .swiper-slide  h1{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
}
.wmdtdbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.wmdtdbt i{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 30px;
	height: 4px;
	background-color: #31a5d5;
}
.wmdtdbt p{
	font-family: "Impact";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80px;
	color: rgba(49, 165, 213, 0.1);
	text-align: center;
	margin-bottom: 50px;
}
.kongjian{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	height: 50px;
	align-items: center;
}
.kongjian .swiper-button-next, .kongjian .swiper-button-prev{
	position: initial;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #f5f5f5;
	opacity: 1;
}
.kongjian .swiper-pagination{
	position: initial;
	width: 180px;
	margin-top: -25px;
}
.kongjian .swiper-button-next:after,.kongjian  .swiper-button-prev:after{
	font-size: 20px;
	color: #a5a5a5;
}
.kongjian  .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
}
.kongjian .swiper-pagination-bullet-active{
	width: 50px;
	height: 5px;
	border-radius: 5px;
	background-color: #31a5d5;
	opacity: 1;
}
.kongjian .swiper-button-next:hover, .kongjian .swiper-button-prev:hover{
	background-color: #31a5d5;
}
.kongjian .swiper-button-next:hover:after, .kongjian .swiper-button-prev:hover:after{
	color: #fff;
}
.anout{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 125px;
	margin-bottom: 100px;
}
.anoutleft{
	width: 45%;
}
.anoutleft h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.anoutleft i{
	display: block;
    width: 35px;
    height: 4px;
    background-color: #31a5d5;
    margin: 20px 0;
}
.anoutleft p {
    font-family: Impact;
    font-size: 80px;
    font-weight: bold;
    color: rgba(49, 165, 213, 0.1);
    text-transform: uppercase;
    margin-top: -25px;
}
.anoutleft h2{
	color: #333333;
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.anoutleft h4{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}
.anoutright{
	width: 50%;
}
.anoutright img{
	display: block;
	width: 100%;
}
.sdyshi{
	padding-top: 110px;
	padding-bottom: 95px;
	background: url(../images/bshan_02.jpg) center no-repeat;
	background-size: cover;
}
.sdyshidv{
	width: 1400px;
	margin: 0 auto;
}
.sdyshidv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1400px;
}
.sdyshidv ul{
	display: flex;
	width: 100%;
}
.sdyshidv ul li{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.sdyshidv ul li img{
	display: block;
	transition: all .5s;
	width: 100%;
}
.sdyshidv ul li:hover img{
	transform: scale(1.05);
}
.sdyshidv ul li:first-child {
	display: block;
}
.sdyshidv ul li:first-child h1{
	margin-top: 45px;
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 25px;
	font-weight: bold;
}	
.sdyshidv ul li:first-child p{
	font-family: Impact;
	font-size: 66px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
}
.sdyshidv ul li h2{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.sdyshidv ul li:nth-child(2){
	width: 20%;
	padding: 2.5%;
	background: url(../images/youshi_03.jpg) center no-repeat;
	background-size: cover;
}
.sdyshidv ul li p{
	color: #ffffff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 30px;
}
.sdyshidv ul li:nth-child(4){
	width: 20%;
	padding: 2.5%;
	background: url(../images/youshi_05.jpg) center no-repeat;
	background-size: cover;
}
.sdyshidv ul li:nth-child(5){
	width: 20%;
	padding: 2.5%;
	background: url(../images/youshi_08.jpg) center no-repeat;
	background-size: cover;
}
.sdyshidv ul li:nth-child(7){
	width: 20%;
	padding: 2.5%;
	background: url(../images/youshi_10.jpg) center no-repeat;
	background-size: cover;
}
.rongyuzz{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 110px;
	background: url(../images/ryzz_02.jpg) center no-repeat;
	background-size: cover;
}
.rongyubt h1{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}
.rongyubt i{
	display: block;
    width: 35px;
    height: 4px;
    background-color: #31a5d5;
    margin: 20px auto;
}
.rongyubt p{
	font-family: Impact;
    font-size: 80px;
    font-weight: bold;
    color: rgba(49, 165, 213, 0.1);
	text-align: center;
    text-transform: uppercase;
    margin-top: -25px;
}
.rongyulist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}

.rongyulist ul{
	display: flex;
	justify-content: center;
	align-items: center;
    margin-left: -33px;	
}
.rongyulist ul li{
	width: 100%;
}
.rongyulist ul li img{
	display: block;
}

.rongyulist .swiper-slide-duplicate-next,.rongyulist .swiper-slide-duplicate-prev{
	z-index: 4;
}
.rongyulist .swiper-slide-next,.rongyulist .swiper-slide-prev{
	z-index: 4;
}
.rongyulist ul li{
	z-index: 2;
}
.rongyulist ul li:last-child{
	z-index: 1;
}
.rongyulist ul li:last-child.swiper-slide-active{
	z-index: 5;
}
.rongyulist ul .swiper-slide-duplicate-active,.rongyulist ul .swiper-slide-active{
	z-index: 5;
}
.hzhuoban{
	padding-top: 115px;
	background: url(../images/hzhb_02.jpg) center no-repeat;
	padding-bottom: 145px;
	background-size: cover;
}
.hzlist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
}
.hzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzlist ul li{
	width: 18%;
	overflow: hidden;
	margin: 0.5% 1%;
}
.hzlist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.hzlist ul li:hover img{
	transform: scale(1.05);
}
.banners{
	display: block;
	width: 100%;
}
.banners .swiper-slide{
	position: relative;
} 
.banners .swiper-slide div{
	position: absolute;
	width: 1400px;
	height: 100%;
	left: 50%;top: 0;
	margin-left: -700px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.banners .swiper-slide div h1{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
}
.banners .swiper-slide div i{
	display: block;
    margin: 0 ;
    margin-top: 20px;
    width: 30px;
    height: 4px;
    background-color: #fff;
}
.banners .swiper-slide div p{
	color: rgba(255, 255, 255, 0.2);
	font-size: 80px;
	text-transform: uppercase;
	font-family: "Impact";
}
.banners .swiper-slide img{
	width: 100%;
}
.banners .swiper-slide div img{
	margin-top: 10%;
	width: 40px;
	display: block;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.bannersad .swiper-slide{
	position: relative;
}
.bannersad .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersad .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    margin-left: -700px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersad .swiper-slide section{
	width: 45%;
}
.bannersad .swiper-slide section h3{
	color:#ffffff;
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: bold;
}
.bannersad .swiper-slide section h4{
	font-size:18px;
	color: #ffffff;
}

@keyframes animationName {
	from {transform: translateY(-20px);}
	to {	transform: translateY(20px);}
}
.bannersad .swiper-slide a{
	display: flex;
	justify-content: space-between;
	border:1px solid #fff;
	color: #fff;
}
.bannersad .swiper-slide a iconpark-icon{
	font-size: 16px;
	color: #fff;
}
.bannersad .swiper-slide a:hover{
	background-color: #3aa9d6;
	border-color: #3aa9d6;
}

.bannersad .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width: 10px;border-radius: 50px;
	background-color: rgba(255, 255, 255, 1);
	height: 10px;opacity: 1;
}
.bannersad .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
	width: 40px;
	border-radius: 50px;
}
.bannersad .swiper-button-next,.bannersad .swiper-button-prev{
	right: 7.5%;
	border: 1px solid #fff ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	opacity: 1;
	transition: all .5s;
}
.bannersad .swiper-button-prev,.bannersad  .swiper-rtl .swiper-button-next{
	left: 83.5%;
	border: 1px solid #fff ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	z-index: 66;
	
}
.bannersad .swiper-button-next:hover,.bannersad .swiper-button-prevt:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-button-prev:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-rtl .swiper-button-next:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-button-next:after,.bannersad .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.bannersad .swiper-button-next:hover:after,.bannersad .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.bannersad .wiper-button-prev:after,.bannersad .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.bannersad .wiper-button-prev:hover:after,.bannersad .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.mfooldv{
	display: none;height: 45px;
}
.mfool{
	display: none;
}
.bannersad .swiper-slide section h4{
	font-size: 48px;
	color: #ffffff;
	line-height: 60px;
	text-transform: uppercase;
}
.bannersad .swiper-slide section h4{
	font-size: 18px;
	color: #ffffff;
	line-height: 35px;
	margin-top: 15px;
	text-transform: uppercase;
}
.bannersad .swiper-slide a{
    width: 180px;
    height: 50px;
   	transition: all .5s;
   	display: flex;
   	justify-content: space-around;
   	align-items: center;
   	font-size: 16px;
   	color: #fff;
   	margin-top: 55px;
}
.shownav{
	width: 100%;
	box-shadow: 0px 0px 20px #dcdcdc;
	position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li{
	width: 240px;
}
.shownav ul li a{
	display: block;
	height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 75px;
	text-align: center;
}
.shownav ul li a:hover{
	background-color: #31a5d5;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #31a5d5;
	color: #fff;
}

.newslist{
	margin-top: 55px;
}

.newsdvlist{
	width: 1400px;
	margin: 0 auto;
}
.newsdvlist ul li {
	border-top: 1px solid #e6e6e6;
}
.newsdvlist ul li:last-child{
	border-bottom: 1px solid #e6e6e6;
}
.newsdvlist ul li a{
	display: flex;
	
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	align-items: center;
}
.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: 70%;
	margin-right: 2.5%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;transition: all .5s;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #999999;transition: all .5s;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
}
.newsdvlist ul li iconpark-icon{
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #31a5d5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all .5s;
	color: #31a5d5;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover{
	border-color: transparent;
	box-shadow: 0px 0px 15px #e6e6e6;
}
.newsdvlist ul li:hover h1{
	color: #31a5d5;
}
.newsdvlist ul li:hover p{
	color: #31a5d5;
}
.newsdvlist ul li:hover iconpark-icon{
	color: #fff;
	background-color: #31a5d5;
}

.xwtj{
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
	display: none;
}
.xwtjleft{
	width: 46.5%;
	margin: 0 ;
}
.xwtjleft img{
	display: block;
	width: 100%;
}
.xwtjright{
	width: 50%;
}
.xwtjleft .swiper-pagination{
	width: 95%;
	bottom: 5%;
	display: flex;
	justify-content: flex-end;
}
.xwtjleft  .swiper-pagination-bullet{
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.xwtjleft  .swiper-pagination-bullet-active{
	background-color: #31a5d5;
}
.xwtjright ul li{
	padding: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.xwtjright ul li:last-child{
	border-bottom: none;
}
.xwtjright ul li h1{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 30px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all .5s;
}
.xwtjright ul li p{
	line-height: 25px;
	height: 50px;
	color: #808080;
	font-size: 14px;
	margin-bottom: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.xwtjright ul li span{
	color: #808080;
	font-size: 14px;
}
.xwtjright ul li:hover h1{
	color: #31a5d5;
}
.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-color: #1f67bf;
}
.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
	position: absolute;
    left: -65%;
    width: 200px;
	top: 80px;
	z-index: 5;
	padding-top: 20px;
}

.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd a:hover{
	
	color: #0082cd !important;
}
.headdvright ul li div span{

	background-color: transparent;
    border-radius: inherit;
    left: 50%;
    top: -5px;
    bottom: auto;
    margin-left: -5px;
    opacity: 1;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;display: none;
    border-color: transparent transparent #fff;

}
.headdvright ul li div dl dd a:hover i{
	color: #2d519d !important;
}

.headdvright ul li div dl dd a:hover i{
	transform: scale(1.05);
}
.mnavall{
	display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px){
	.headdv{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
		margin: 0 auto;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.incpzxdv{
		width: 95%;
	}
	.incpzxdvleft{
		width: 35%;
		padding: 2.5%;
	}
	.incpzxdvright{
		width: 57%;
	}
	.incpzxdvright ul li{
		width: 92%;
		padding: 2% 4%;
	}
	.bannersad .swiper-slide div {
	    position: absolute;
	    width: 95%;
	    height: 100%;
	    left: 2.5%;
	    margin-left: 0;
	    top: 0;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.rmcpdv{
		width: 95%;
	}
	.rmprodv ul li{
		padding: 3% 1.5%;
		width: 20%;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutleft div p{
		font-size: 72px;
	}
	.sz{
		width: 95%;
	}
	.inews{
		width: 95%;
	}
	.xwgzleft{
		width: 33%;
	}
	.xwgzright{
		width: 65.5%;
	}
	.xwgzright ul li{
		width: 39%;
	}
	.xwgzleft div h1{
		width: 57%;
	}
	.fotodv{
		width: 95%;
	}
	.footdvleft{
		width: 65%;
	}
	.footdvright {
		width: 25%;
	}
	.wdldv{
		width: 95%;
	}
	.inewsbt{
		width: 95%;
	}
	.cpzxdv{
		width: 95%;
	}
	.cpzxdvleft{
		width: 20%;
	}
	.cpzxdvright{
		width: 77%;
	}
	.rmprodv ul li section a{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.cpxqrightsa section a{
		width: 120px;
	}
	.anout{
		width: 95%;
	}
	.anoutleft p{
		font-size: 72px;
	}
	.sdyshidv{
		width: 95%;
	}
	.sdyshidv ul li:first-child h1{
		font-size: 32px;
	}
	.sdyshidv ul li:nth-child(3){
		background: url(../images/youshi_04.jpg) center  no-repeat;
		background-size: cover;
	}
	.sdyshidv ul li:nth-child(3) img{
		display: none;
	}
	.sdyshidv ul li:nth-child(6){
		background: url(../images/youshi_09.jpg) center  no-repeat;
		background-size: cover;
	}
	.sdyshidv ul li:nth-child(6) img{
		display: none;
	}
	.sdyshidv ul li:nth-child(8){
		background: url(../images/youshi_11.jpg) center  no-repeat;
		background-size: cover;
	}
	.sdyshidv ul li:nth-child(8) img{
		display: none;
	}
	.rongyulist{
		width: 95%;
	}
	.rongyulist ul{
		margin-left: -45px;
	}
	.rongyulist ul li{
		margin-left: -15px;
	}
	.hzlist{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.zxly{
		width: 95%;
	}
	.zxlyright{
		padding: 20px 0px;
	}
	.zxlyright div input{
		height: 40px;
	}
	.zxnshitext{
		width: 95%;
	}
	.zxnshilist{
		width: 95%;
	}
	.zxnshilist dl dd .lbiao h1, .zxnshilist dl dd .lbiao h2, .zxnshilist dl dd .lbiao h3, .zxnshilist dl dd .lbiao h4, .zxnshilist dl dd .lbiao h5{
		font-size: 14px;
	}
	.ygghlist{
		width: 95%;
	}
	.banners .swiper-slide div{
		position: absolute;
		width: 95%;
		height: 100%;
		left: 2.5%;top: 0;
		margin-left: 0px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads{
		display: none;
	}
	.incpzx{
		width: 95%;
		margin: 30px auto;
	}
	.incpzxbt h1{
		font-size: 22px;
	}
	.incpzxbt p{
		font-size: 32px;
	}
	.incpzxbt i{
		margin: 10px auto;
	}
	.incpzxdv{
		width: 100%;
	}
	.incpzxbt p{
		margin-top: 0px;
	}
	.incpzxdv{
		margin-top: 15px;
	}
	.incpzxdv{
		display: block;
	}
	.incpzxdvleft{
		width: 90%;
		padding: 5%;
	}
	.incpzxbt p{
		font-size: 24px;
	}
	.incptext h1{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.incptext section{
		margin: 10px auto;
		justify-content: center;
	}
	.incpimg{
		width: 50%;
		margin: 0 auto;
	}
	.incpimg img{
		display: block;
		width: 100%;
	}
	.incpzxdvright{
		width: 100%;
		display: block;
	}
	.incpzxdvright ul li{
		width: 90%;
		padding: 5%;
	}
	.incpzxdvright ul li{
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
	.incpzxdvright ul li div{
		width: 100%;
	}
	.incptextas h1{
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}
	.incptextas section{
		margin: 0 auto;
		margin-top: 15px;
		justify-content: center;
	}
	.incpzxdvright ul li img{
		margin: 0 auto;
		width: 50%;
	}
	.incpzxdvright ul li:last-child{
		flex-direction: column-reverse;
	}
	.shipin .anniu{
		width: 60px;
		margin-left: -30px;
		margin-top: -30px;
	}
	.rmcp{
		padding: 30px 0px;
	}
	.rmcpdv{
		width: 95%;
		display: block;
	}
	.rmcpbt{
		display: block;
	}
	.rmcpbtleft h1{
		text-align: center;
		font-size: 22px;
	}
	.rmcpbtleft i{
		margin: 10px auto;
	}
	.rmcpbtleft p{
		margin: 0;
		font-size: 24px;
	}
	.rmcpbt #thumbs2{
		width: 100%;
		margin-top: 20px;
	}
	.rmcpbt #thumbs2 .swiper-slide{
		padding: 10px 0px;
	}
	.rmprodv{
		margin-top: 10px;
	}
	.rmprodv ul{
		flex-wrap: wrap;
	}
	.rmprodv ul li{
		width: 43%;
		padding: 2.5%;
		margin: 1%;
	}
	.rmprodv ul li h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.rmprodv ul li section a{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.inabout{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutleft{
		width: 100%;
	}
	.inaboutleft div h1{
		width: 100%;
		font-size: 22px;
		text-align: center;
	}
	.inaboutleft div i{
		margin: 10px auto;
	}
	.inaboutleft div p{
		font-size: 24px;
		margin: 0;
		text-align: center;
	}
	.inaboutleft div h2{
		margin-top: 10px;
	}
	.inaboutleft div h2{
		font-size: 17px;
	}
	.inaboutright{
		width: 100%;
		margin-top: 20px;
	}
	.inaboutright ul li{
		position: absolute;
		left: 16%;
		top: 14%;
	}
	.inaboutright ul li:nth-child(2){
		left: 3%;
		top: 46%;
	}
	.inaboutright ul li:nth-child(3){
		left: 22%;
		top: 77%;
	}
	.daibiao{
		padding: 30px 0px;
	}
	.sz{
		width: 95%;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 50%;
		margin: 10px 0px;
	}
	.sz ul li h1 span{
		font-size: 26px;
	}
	.sz ul li h1 i{
		margin-left: 5px;
		font-size: 12px;
	}
	.sz ul li p{
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
	}
	.sz ul li h3{
		font-size: 12px;
		margin-top: 5px;
	}
	.inews{
		width: 95%;
		margin: 30px auto;
	}
	.inewsbt{
		display: block;
		width: 100%;
	}
	.inewsbtleft h1{
		text-align: center;
		font-size: 20px;
	}
	.inewsbtleft i{
		margin: 10px auto;
	}
	.inewsbtleft p{
		font-size: 24px;
		margin: 0 auto;
		text-align: center;
	}
	.inewsbtright{
		width: 100%;
		margin-top: 15px;
	}
	.inewsbtright .swiper-slide span{
		height: 35px;
		line-height: 35px;
	}
	.xwgz{
		margin-top: 15px;
		display: block;
	}
	.xwgzleft{
		width: 100%;
	}
	.xwgzleft img{
		width: 100%;
	}
	.xwgzleft div{
		width: 90%;
		top: 5%;
		left: 5%;
	}
	.xwgzleft div h1{
		width: 70%;
		font-size: 14px;
		line-height: 30px;
	}
	.xwgzleft iconpark-icon{
		left: 5%;
		bottom: 5%;
		width: 40px;
		height: 40px;
	}
	.xwgzright{
		width: 100%;
	}
	.xwgzright ul{
		display: block;
	}
	.xwgzright ul li{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.foot,.wdl{
		display: none;
	}
	.cpzx{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cpzxdv{
		width: 95%;
	}
	.cpzxdv{
		display: block;
	}
	.cpzxdvleft{
		display: none;
	}
	.cpzxdvright{
		width: 100%;
	}
	.cpxq,.cpxqdv{
		display: block;
	}
	.cpxqleft{
		width: 100%;
	}
	.cpxqrightsa{
		margin-top: 20px;
		width: 100%;
	}
	.cpxqrightsa section{
		display: flex;
		justify-content: space-between;
	}
	.cpxqrightsa section a{
		width: 48%;
		margin-right: 0;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.cpxqrightsa section{
		margin-top: 15px;
	}
	.cpxqrightsa ul li{
		margin-bottom: 10px;
	}
	.cpxqrightsa div h1{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.cpxqrightsa div p{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.chanpinjieshao{
		margin-top: 10px;
	}
	#thumbs21{
		width: 100%;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	#gallery21{
		margin: 0;
		margin-top: 20px;
	}
	.anout{
		width: 95%;
		display: block;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.anoutleft h1{
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	.anoutleft{
		width: 100%;
	}
	.anoutleft i{
		margin: 10px auto;
	}
	.anoutleft p{
		font-size: 24px;
		margin: 0 auto;
		text-align: center;
	}
	.anoutleft h2{
		font-size: 16px;
		text-align: center;
		margin-top: 20px;
	}
	.anoutleft h4{
		font-size: 14px;
	}
	.anoutright{
		width: 100%;
	}
	.sdyshi{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sdyshidv{
		width: 100%;
		display: block;
	}
	.sdyshidv ul{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.sdyshidv ul li{
		width: 100%;
	}
	.sdyshidv ul li:first-child{
		margin-bottom: 20px;
	}
	.sdyshidv ul li:first-child h1{
		margin-top: 0px;
		font-size: 22px;
		text-align: center;
		margin-bottom:0 ;
	}
	.sdyshidv ul li:first-child p{
		font-size: 24px;
		text-align: center;
		margin-top: 0;
	}
	.sdyshidv ul li:nth-child(2){
		width: 90%;
		padding: 5%;
	}
	.sdyshidv ul li h2{
		font-size: 18px;
		text-align: center;
	}
	.sdyshidv ul li p{
		font-size: 14px;
	}
	.sdyshidv ul li:nth-child(4){
		width: 90%;
		padding: 5%;
	}
	.sdyshidv ul li:nth-child(5){
		width: 90%;
		padding: 5%;
	}
	.sdyshidv ul li:nth-child(7){
		width: 90%;
		padding: 5%;
	}
	.rongyuzz{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.rongyubt h1{
		font-size: 22px;
	}
	.rongyubt i{
		margin: 10px auto;
	}
	.rongyubt p{
		font-size: 24px;
		text-align: center;
		margin: 0;
	}
	.rongyulist{
		width: 100%;
		margin-top: 20px;
	}
	.rongyulist ul li img{
		width: 100%;
	}
	.rongyulist ul{
		margin: 0;
	}
	.hzhuoban{
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.hzlist{
		width: 95%;
		margin-top: 15px;
	}
	.hzlist ul li{
		width: 48%;
		margin: 1%;
	}
	.lxwm{
		width: 95%;
		margin: 30px auto;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt i{
		margin: 10px auto;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmlist{
		margin-top: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-weight: bold;
	}
	.zxly{
		width: 95%;
		display: block;
	}
	.zxlyleft{
		width: 100%;
	}
	.zxlyright{
		width: 90%;
		padding: 5%;
	}
	.zxlyright div{
		padding: 0;
	}
	.zxlyright div h1{
		margin-bottom: 10px;
		font-size: 22px;
	}
	.zxlyright div input{
		margin-bottom: 10px;
		height: 35px;
		line-height: 35px;
	}
	.zxly{
		margin-bottom: 20px;
	}
	.zxlyright div button{
		height: 30px;
		width: 150px;
		line-height: 30px;
	}
	.zxnshi{
		padding-top: 30px;
		padding-bottom: 30px;
		width: 95%;
		margin: 0 auto;
	}
	.zxnshitext{
		width: 100%;
	}
	.zxnshitext h1{
		font-size: 18px;
	}
	.zxnshitext p{
		width: 100%;
		font-size: 14px;
	}
	.zxnshilist{
		margin-top: 20px;
		width: 100%;
	}
	.zxnshilist dl dt h3, .zxnshilist dl dt h4{
		display: none;
	}
	.zxnshilist dl dt h1{
		width: 30%;
	}
	.zxnshilist dl dt h2{
		width: 30%;
	}
	.zxnshilist dl dt h5{
		width: 30%;
	}
	.zxnshilist dl dt h6{
		width: 10%;
	}
	.zxnshilist dl dt h1, .zxnshilist dl dt h2, .zxnshilist dl dt h3, .zxnshilist dl dt h4, .zxnshilist dl dt h5{
		font-size: 16px;
	}
	.zxnshilist dl dt{
		height: 40px;
		line-height: 40px;
	}
	.zxnshilist dl dd h3, .zxnshilist dl dd h4{
		display: none;
	}
	.zxnshilist dl dd .lbiao{
		height: 40px;
		line-height: 40px;
	}
	.zxnshilist dl dd .lbiao h1, .zxnshilist dl dd .lbiao h2, .zxnshilist dl dd .lbiao h3, .zxnshilist dl dd .lbiao h4, .zxnshilist dl dd .lbiao h5{
		font-size: 14px;
	}
	.zxnshilist dl dd h1{
		width: 30%;
	}
	.zxnshilist dl dd h2{
		width: 30%;
	}
	.zxnshilist dl dd h5{
		width: 30%;
	}
	.zxnshilist dl dd h6{
		width: 10%;
	}
	.lbnr{
		padding: 5%;
	}
	.lbnrnr{
		margin-bottom: 15px;
	}
	.lbdibu a{
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
	.wmdtdbt h1{
		font-size: 22px;
	}
	.wmdtdbt i{
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		width: 30px;
		height: 4px;
		background-color: #31a5d5;
	}
	.wmdtdbt p{
		font-size: 24px;
		text-align: center;
		margin: 0 ;
		margin-top: 5px;
	}
	.ygghlist{
		margin-top: 15px;
		width: 95%;
	}
	.yggh{
		margin-bottom: 10px;
	}
	.kongjian .swiper-button-next, .kongjian .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.ygghlists .swiper-slide h1{
		font-size: 14px;
	}
	.kongjian{
		margin-top: 10px;
	}
	.kongjian .swiper-button-next:after, .kongjian .swiper-button-prev:after{
		font-size: 14px;
	}
	.bannersad .swiper-slide div {
	    position: absolute;
	    width: 95%;
	    height: 100%;
	    left: 2.5%;
	    margin-left: 0;
	    top: 0;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.bannersad .swiper-slide section {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.1);
		padding: 30px 0px;
	}
	.bannersad .swiper-slide section h3{
		font-size: 20px;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.bannersad .swiper-slide section h4{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.bannersad .swiper-slide section a{
		display: none;
	}
	.banners .swiper-slide div h1{
		font-size: 22px;
		text-align: center;
	}
	.newslist{
		margin-top: 30px;
	}
	.newsdvlist{
		width: 95%;
		margin-bottom: 30px;
	}
	.newsdvlist ul li a{
		padding: 3% 0px;
	}
	.newsdvlistime{
		display: none;
	}
	.newsdvlist ul li iconpark-icon{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		height: 30px;
		line-height: 30px;
		white-space:nowrap;
		margin-bottom: 5px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.shownav ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.shownav ul li{
		width: 33%;
	}
	.shownav ul li:nth-child(2){
		background-color: #f2f2f2;
	}
	.shownav ul li:nth-child(4){
		background-color: #f2f2f2;
	}
	.shownav ul li:nth-child(6){
		background-color: #f2f2f2;
	}
	.shownav ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.xwtj{
		width: 95%;
		margin-top: 20px;
		display: block;

	}
	.xwtjright{
		width: 100%;
	}
	.xwtjleft{
		width:100%;
	}
	.newsdvlist{
		margin-bottom: 0;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.nav-bread{
		height: 30px;
		line-height: 30px;
	}
	.bannersad .swiper-pagination .swiper-pagination-bullet{
		height: 5px;
	}
	.inaboutleft div a{
		width: 125px;
		height: 40px;
		margin: 15px auto;
		line-height: 40px;
		background-color: #f2f2f2;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #1f67bf;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #104f9c;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.xwtj{
		display: none;
	}
	.pagination li a{
		padding: 6px 8px;
	}
	.banners .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.cpzxdvright .rmprodv ul li{
		    width: 43%;
		    padding: 2.5%;
		    margin: 1%;
	}
	.incpzxdvleft,.incpzxdvright ul li{
		border-bottom: 10px solid #fff;
	}
	.rmcpbt #thumbs2 .swiper-slide-thumb-active span{
		font-size: 17px;
	}
	.pagination li span{
		border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	      padding: 6px 8px;
	    border: 1px solid #DCDCDC;
	        display: block;
	}
	.pagination li .current{
		display: block;
		background: #31a5d5;
	    color: #fff;
	    border: 1px solid #31a5d5;
	}

	.mnavall{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		height: 40px;
		align-items: center;
	}
	.mnavall h1{
		font-size: 18px;
		font-weight: bold;
	}
	.menu-wrap{
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-button {
	    position: relative;
	    margin: 0;
	    z-index: 2;
	    font-size: 1.1em;
	    margin-right: 15px;
	}
	.show-menu .icon-list a{
		font-size: 16px;
		font-weight: bold;
	}
	.show-menu .icon-list a.geheh{
		font-size: 14px;
		font-weight: normal;
		margin-left: 20px;
	}
	.mnav{
		display: block;
	}
	.cpxqrightsa div{
		width: 100%;
	}
}
