/* 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;
}
@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');
}
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;
	background-color: #fff;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
}
.heiagaga{
	height: 100px;
}
.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{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.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;
	height: 60px;
}
.headdvright ul li{
	margin: 0 30px;
	padding: 15px 0px;
	transition: all .3s;
	border-bottom: 3px solid #fff;
}
.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li a{
	color: #4c4c4c;
	font-size: 18px;
}
.headdvright ul li:hover{
	border-bottom: 3px solid #0082cd;
}
.headdvright ul li:hover a{
	color: #0082cd;
}
.headdvright ul li.active{
	border-bottom: 3px solid #0082cd;
}
.headdvright ul li.active a{
	color: #0082cd;
}
.rm{
	display: none;
}
.ss{
	margin-left: 50px;
}
.banner img{
	width: 100%;
	display: block;
}
.rm{
	height: 80px;
	border-bottom: 1px solid #e6e6e6;
}
.rmdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.rmdvleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 20px;
}
.rmdvleft h1{
	color: #333333;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	font-weight: bold;
}
.rmdvleft h1 i{
	color: #1e7fcc;
	margin-right: 5px;
}
.rmdvleft a{
	display: block;
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px;
}
.rmdvright{
	width: 250px;
	height: 45px;
	border-radius: 50px;
	background-color: #f2f8fc;
	overflow: hidden;
	padding: 0 25px;
}
.rmdvright form input{
	border: none;
	line-height: 45px;
	background: none;
	outline: none;
}
.rmdvright button{
	width: 45px;
	height: 45px;
	border: none;
	background: none;
}
.rmdvright  form{
	display: flex;
	justify-content: space-between;
}
.rmdvright  form iconpark-icon{
	font-size: 24px;
	color: #1182dc;
}
.cp{
	 margin: 70px auto;
	 width: 1400px;
}
.cpbt h1{
	text-align: center;
	color: #1e2c49;
	font-weight: bold;
	font-size: 36px;
}
.cpbt h1 i{
	color: #1e7fcc;
	font-size: 36px;
}
.cpbt p{
	text-align: center;
	color: #1e2c49;
	font-size: 16px;
	margin-top: 10px;
}
.cpbt {
	
}
.cplist ul{
	display: flex;
	justify-content: space-between;
}
.cplist ul li{
	width: 460px;
	overflow: hidden;
}
.cplist ul li{
	position: relative;
}
.cplist ul li .cptext{
	width: 100%;
}
.cplist ul li .cptext img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.cplist ul li:hover .cptext img{
	transform: scale(1.05);
}
.cplist ul li section{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	padding: 0 40px;
	padding-top: 50px;
	width: calc(100% - 80px);
}
.cplist ul li section .cptext h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 10px;
}
.cplist ul li section .cptext p{
	color: #4c4c4c;
	line-height: 30px;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}
.cplist ul li section .cptext span{
	width: 100px;
	height: 40px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	margin-top: 30px;
	border-radius: 50px;
	color: #333333;
	font-size: 14px;
	transition: all .5s;
}
.cplist ul li:hover section .cptext span{
	color: #fff;
	background-color: #8cc63e;
}
.cplist ul li section .cptext iconpark-icon{
	color: #8cc63e;
	font-size: 20px;
}
.cplist ul li:hover section .cptext iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.cplist ul:last-child li{
	width: 695px;
	margin-top: 10px;
}
.gcsj{
	padding-top: 80px;
	padding-bottom: 70px;
	background: url(../images/bg_02.jpg) center no-repeat;
	background-size: cover;
}
.gcsjbt{
	width: 1400px;
	margin: 0 auto;
}
.gcsjbt h1{
	color: #1e2c49;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.gcsjbt h1 i{
	color: #1e7fcc;
}
.gcsjbt p{
	text-align: center;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.gcsj img{
	width: 1400px;
	margin: 0 auto;
	display: block;
}
.gcsj ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	margin-top: -80px;
	justify-content: space-between;
}
.gcsj ul li h1{
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #1e7fcc;
	font-size: 18px;
}
.gcsj ul li h1 span{
	color: #333333;
	font-size: 60px;
	font-family: "Impact";
}
.gcsj ul li h1 sub{
	display: block;
	margin-left: 5px;
}
.gcsj ul li p{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.gy{
	width: 100%;
	padding-top: 100px;
	background: url(../images/gsl_02.jpg) center no-repeat;
	background-size: cover;
}
.gybt h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.gybt p{
	color: #ffffff;
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}
.gydv{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}
.gydvright{
	width: 40%;
	padding: 5%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gynrleft h1{
	color: #1e7fcc;
	font-size: 26px;
	margin-bottom: 10px;
}
.gynrleft h2{
	color: #3f3f3f;
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.gynrleft p{
	margin-top: 30px;
	line-height: 30px;
	color: #808080;
	font-size: 14px;
}

.cdxxleft{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #ffffff;
}
.cdxxleft ul{
	width: 700px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cdxxleft ul li{
	width: 25%;
	margin: 35px 0;
}
.cdxxleft ul li img{
	display: block;
	width: 40px;
	margin: 0 auto;
}
.cdxxleft ul li h1{
	color: #666666;
	font-size: 15px;
	margin-top: 10px;
	transition: all .5s;
	text-align: center;
}
.cdxxleft ul li:hover a h1{
	color: #2988d4;
	font-size: 16px;
	font-weight: bold;
}
.cdxxright{
	width: 40%;
	padding: 0 5%;
	background-color: #2f8dd8;
}
.cdxx{
	display: flex;
	justify-content: space-between;
}
.cdxxright{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cdxxright iconpark-icon{
	color: #fff;
	font-size: 22px;
	margin-right: 20px;
}
.cdxxright a{
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
}
.hzhb{
	padding-top: 115px;
	padding-bottom: 140px;
	background-color: #f1faff;
}
.picMarquee-left2{
	margin-top: 15px;
}
.picMarquee-left{ width:1400px;  overflow:hidden; position:relative;}
.picMarquee-left .bd{ }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:100%; display:block; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.cplist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 35px;
}
.shbzdvleft h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
.shbz{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 70px;
	background: url(../images/hj_02.jpg) center no-repeat;
	background-size: cover;
}
.shbzdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shbzdvleft h2{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shbzdvleft p{
	color: #eff6fb;
	font-size: 15px;
}
.shbzdvleft .shbdv{
	display: flex;
	margin-top: 55px;
}
.shbzdvleft .shbdv a{
	display: block;
	font-size: 14px;
	color: #2791e5;
	background-color: #ffffff;
	width: 160px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-right: 20px;
	transition: all .5s;
}
.shbzdvleft .shbdv a iconpark-icon{
	font-size: 22px;
	margin-right: 15px;
	transition: all .5s;
}
.shbzdvleft .shbdv a:hover{
	background-color: #2791e5;
	color: #fff;
}
.shbzdvleft .shbdv a:hover iconpark-icon{
	color: #fff;
}
.shbdv div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shbdv div iconpark-icon{
	font-size: 22px;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
}
.shbdv div section h4{
	color: #eff6fb;
	font-size: 14px;
}
.shbdv div section  h5{
	font-size: 24px;
	font-family: "";
	font-weight: bold;
	color:#fff;
}
.shbzdvright{
	width: 600px;
}
.shbzdvright div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shbzdvright div input{
	width: 44%;
	padding: 0 2%;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	height: 45px;
	color: #fff;
	outline: none;
}
.shbzdvright div input::placeholder{
	color: #fff;
}
.shbzdvright textarea{
	width: 96%;
	border: none;
	outline: none;
	padding: 2%;
	margin-top: 20px;
	font-family: "微软雅黑";
	height: 100px;
	background-color: rgba(255, 255, 255, 0.2);
}
.shbzdvright textarea::placeholder{
	color: #fff;
}
.shbzdvright button{
	display: block;
	width: 100%;
	height: 45px;
	background-color: #8cc63e;
	border: none;
	outline: none;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}
.xwzx{
	background-color: #f1faff;
	padding-top: 90px;
	padding-bottom: 100px;
}
.xwzxdv{
	width: 1400px;
	margin: 0 auto;
	margin-top: 35px;
}
.gynrright{
	background: url(../images/dbj.jpg) center no-repeat;
	background-attachment: fixed;
	margin-left: 60px;
}
.xwzxdvleft{
	width: 370px;
	border-right: 1px solid #dfe3eb;
	padding: 40px;
	background-color: #fff;
}
.xwzxdvleft div{
	width: 100%;
	overflow: hidden;
}
.xwzxdvleft div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xwzxdvleft:hover div img{
	transform: scale(1.05);
}
.xwzxdvleft  h1{
	margin-top: 40px;
	height: 20px;
	line-height: 20px;
	color: #4c4c4c;
	font-size: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 20px;
	transition: all .5s;
}
.xwzxdvleft span{
	display: block;
	color: #8a8b8e;
	font-size: 12px;
	margin-bottom: 20px;
}
.xwzxdvleft p{
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	line-height: 30px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #8a8b8e;
}
.xwzxdvleft:hover h1{
	color: #1e7fcc;
	font-size: 18px;
}
.xwzxdvright{
	width: 830px;
	background-color: #fff;
	padding: 50px 60px;
}
.xwzxdv{
	display: flex;
	justify-content: space-between;
}
.xwdvrigh ul{
	display: flex;
	justify-content: space-between;
}
.xwdvrigh ul li{
	width: 45%;
}
.xwdvrigh ul li h1{
	height: 20px;
	line-height: 20px;
	color: #4c4c4c;
	font-size: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 20px;
	transition: all .5s;
}
.xwdvrigh ul li span{
	display: block;
	color: #8a8b8e;
	font-size: 12px;
	margin-bottom: 20px;
}
.xwdvrigh ul li p{
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	line-height: 30px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #8a8b8e;
}
.xwdvrigh ul li:hover h1{
	color: #1e7fcc;
	font-size: 18px;
}
.xwzxdv{
	display: flex;
	justify-content: space-between;
}
.xwdvrigh{
	padding-bottom: 45px;
	border-bottom: 1px solid #dfe3eb;
}
.gsxw ul{
	width: 45%;
}
.gsxw ul:last-child{
	border-bottom: none;
}
.gsxw{
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.gsxw ul h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
	color: #1e2c49;
	font-weight: bold;
}
.gsxw ul li a{
	display: flex;
	align-items: center;
	height: 34px;
	justify-content: space-between;
}
.gsxw ul li a i{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #0082cd;
	border-radius: 50%;
	margin-right: 5px;
}
.gsxw ul li a section {
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.gsxw ul li a section h2{
	width: 90%;
	height: 20px;
	line-height: 20px;
	color: #4c4c4c;
	font-size: 14px;
}
.gsxw ul li a span{
	color: #8a8b8e;
	font-size: 12px;
}
.gsxw ul li:hover a section h2{
	color: #106ac9;
}
.foot{
	padding-top: 100px;
	background-color: #042a4d;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.footdv dl dt a{
	color: #e8f2fb;
	font-size: 16px;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd a{
	color: #aab8c4;
	font-size: 14px;
}
.footdv dl dd{
	margin-bottom: 15px;
}
.footdv dl dd a:hover{
	color: #fff;
}
.footdv div img{
	width: 115px;
	display: block;
}
.footdv div p{
	text-align: center;
	color: #b6c6d4;
	font-size: 14px;
	margin-top: 10px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #1e405f;
	height: 60px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.wdldv p{
	color: #b6c6d4;
	font-size: 14px;
}
.wdldv p a{
	color: #b6c6d4;
	font-size: 14px;
}
.sjdv{
	padding-top: 160px;
	padding-bottom: 15px;
	background: url(../images/shijing_02.png) top center no-repeat;
	background-size: cover;
}
.sjdvs{
	width: 1400px;
	overflow: initial;
	margin: 0 auto;
}
.sjdvs .swiper-slide{
	width: 100%;
	height: 100%;
}
.sjdvs .swiper-slide img {
    width: 99%;
    display: block;
    margin: 0 auto;
}
.sjdv-w{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sjdvs .swiper-slide-prev{
	-f:.10;--r:0px;
	--f: .1; /* the parallax factor (the smaller the better) */
	--r: 0px; /* radius */
	--_f: calc(100%*var(--f)/(1 + var(--f)));
	--_a: calc(90deg*var(--f));
	aspect-ratio: calc(1 + var(--f));
	object-fit: cover;
	clip-path: inset(0 var(--_f) 0 0 round var(--r));
	transform: perspective(400px) var(--_t,rotateY(var(--_a)));
	transition: .5s;
	cursor: pointer;
}
.sjdvs .swiper-slide-next{
	-f:.10;--r:0px;
	--f: .1; /* the parallax factor (the smaller the better) */
	--r: 0px; /* radius */
	--_f: calc(100%*var(--f)/(1 + var(--f)));
	--_a: calc(90deg*var(--f));
	aspect-ratio: calc(1 + var(--f));
	object-fit: cover;
	clip-path: inset(0 var(--_f) 0 0 round var(--r));
	transform: perspective(400px) var(--_t,rotateY(var(--_a)));
	transition: .5s;
	cursor: pointer;
	clip-path: inset(0 0 0 var(--_f) round var(--r));
	--_t: translateX(calc(-1*var(--_f))) rotateY(calc(-1*var(--_a)))
}
.sjdvs .swiper-slide-active{
	transform: scale(1.35);
	z-index: 2;
	transition: all .5s;
}
.sjdvs .swiper-slide-active img{
	transition: all .5s;
}
.sjdvs .swiper-slide-active:hover img{
	transform: scale(1.05);
}
.zysf{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.zysf .swiper-button-next,.zysf .swiper-button-prev{
	width: 100px;
	height: 40px;
	background-color: #e7eaeb;
	opacity: 1;
	position: relative;
	transition: all .5s;
	margin: 0 15px;
}
.zysf .swiper-button-next:after,.zysf .swiper-button-prev:after{
	color: #333;
	font-size: 22px;
	transition: all .5s;
}
.zysf .swiper-button-next:hover,.zysf .swiper-button-prev:hover{
	background-color: #0082cd;
}
.zysf .swiper-button-next:hover:after,.zysf .swiper-button-prev:hover:after{
	color: #fff;
}

.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: #0a66c8;
}
.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: 16px;
	text-align: center;
	transition: all .5s;
}
.lxwmlist ul li:hover{
	background-color: #1e7fcc;
}
.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/lyy_03.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: #0a66c8;
	border: none;
	font-size: 14px;
	display: block;
	margin: 0% auto;
}
.aboutleft{
	width: 1170px;
	background: url(../images/wm_03.jpg) left no-repeat;
	background-size: contain;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}
.about{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 105px auto;
}
.aboutleft div{
	width: 810px;
	padding: 45px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.aboutleft div h1{
	color: #1e7fcc;
	font-size: 26px;
	margin-bottom: 25px;
}
.aboutleft div p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
}
.aboutright{
	width: 230px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	
}
.asfag{
	background: url(../images/dbj.jpg) center no-repeat;
    background-attachment: fixed;
        height: 400px;
}
.aboutright img{
	display: block;
}
.aboutrightsaf{
	position: relative;
	margin-top: 45px;
}
.aboutrightsaf div{
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: -50px;
}
.aboutrightsaf div a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #1e7fcc;
}
.aboutrightsaf div a iconpark-icon{
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50px;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	background-color: #1e7fcc;
}
.ditasg{
	padding: 100px 0px;
	background: url(../images/ditua_02.jpg) center  no-repeat;
}
.ditabt{
	text-align: center;
}
.ditabt h1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.ditabt p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Montserrat";
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.sming{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	margin-top: 70px;
	justify-content: space-between;
}
.sming ul{
	width: 450px;
}
.sming ul li img{
	width: 58px;
	margin-right: 30px;
	display: block;
}
.sming ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.sming ul li:last-child{
	margin-bottom: 0;
}
.sming ul li div{
	width: 310px;
}
.sming ul li div h1{
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 10px;
}
.sming ul li div p{
	color: #d9e0e9;
	font-size: 16px;
	line-height: 25px;
}
.cpzxall{
	width: 1400px;
	margin: 50px auto;
}
.cpzxleft{
	width: 280px;
}
.cpzxright{
	width: 1040px;
}
.cpzxleft h1{
	width: 100%;
	height: 90px;
	text-align: center;
	align-items: center;
	font-size: 24px;
	line-height: 90px;
	color: #fff;
	font-weight: bold;
	background-color: #1e7fcc;
}
.cpzxleft ul {
	border: 1px solid #f0f0f0;
	border-top: none;
	margin-bottom: 35px;
}
.cpzxleft ul li h2{
	border-bottom: 1px solid #f0f0f0;
}
.cpzxleft ul li h2 a{
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	align-items: center;
	height: 60px;
	color: #4c4c4c;
	font-size: 16px;
}
.cpzxleft ul li h2 a span{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #808080;
}
.cpzxleft ul li dl dd a{
	display: flex;
	border-bottom: 1px solid #f0f0f0;
	height: 50px;
	padding: 0 40px;
	border-left: 3px solid #fff;
	align-items: center;
	color: #595959;
	font-size: 14px;
	transition: all .5s;
}
.cpzxleft ul li dl dd a:hover{
	border-left: 3px solid #0a66c8;
	color: #0a66c8;
	background-color: #f1f5fc;
	border-bottom: 1px solid #f1f5fc;
}
.cpzxleft ul li dl dd.active a{
	border-left: 3px solid #0a66c8;
	color: #0a66c8;
	background-color: #f1f5fc;
	border-bottom: 1px solid #f1f5fc;
}
.cpzxleft div{
	padding: 15px;
	border: 1px solid #f0f0f0;
	border-top: none;
}
.cpzxleft div img{
	width: 100%;
}
.cpzxleft div h3{
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.cpzxleft div p{
	color: #666666;
	font-size: 14px;
	line-height: 35px;
}
.cpzxrbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
}
.cplistssaf ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
}
.cpzxall{
	display: flex;
	justify-content: space-between;
}
.cpzxright .cpzxrbt h1{
	color: #333333;
	font-size: 22px;
}
.cpzxrbt{
	border-bottom: 1px solid #e6e6e6;
}
.cpzxrbt form{
	display: flex;
	justify-content: flex-start;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	height: 40px;
	overflow: hidden;
	align-items: center;
	padding: 0 20px;
}
.cpzxrbt form input{
	border: none;
	outline: none;
	line-height: 40px;
	font-size: 14px;
}
.cpzxrbt form  button{
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	background: none;
	color: #287dc5;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cplistssaf ul li{
	width: 31.33%;
	margin: 1%;
}
.cplistssaf ul li div{
	border: 1px solid #e6e6e6;
	transition: all .5s;overflow: hidden;
}
.cplistssaf ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.cplistssaf ul li  h1{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.cplistssaf ul li:hover div{
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0px 0px 20px #cacaca;
}
.cplistssaf ul li:hover img{
	transform: scale(1.05);
}
.cplistssaf ul li:hover h1{
	color: #0082cd;
}
.showpro{
	display: flex;
	margin-top: 35px;
	justify-content: space-between;
}
.showproleft{
	width: 48%;
	border: 1px solid #e6e6e6;
}
.showproleft img{
	display: block;
	width: 100%;
}
.showproright{
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright span{
	color: #1e7fcc;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 50px;
	background-color: #e9f1f7;
}
.showproright h1{
	margin-top: 15px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 30px;
}
.showproright p{
	line-height: 30px;
	font-size: 15px;
	color: #4c4c4c;
}
.showproright h2{
	padding: 25px;
	border-top: 1px solid #e4e7e7;
	border-bottom: 1px solid #e4e7e7;
	margin: 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright h2 img{
	display: block;
	width: 52px;
	margin-right: 10px;
}
.showproright h2 i{
	color: #1e7fcc;
	font-size: 52px;
	font-family: "Tungsten";
	font-weight: bold;
}
.showproright  section{
	display: flex;
	justify-content: flex-start;
}
.showproright  section a{
	display: block;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #8cc63e;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
.showproright  section a:last-child{
	background-color: #287dc5;
}
.cpxqing{
	margin-top: 40px;
}
.cpxqingbt{
	border-bottom: 1px solid #e6e6e6;
	height: 30px;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpxqingbt i{
	display: block;
	width: 3px;
	height: 20px;
	background-color: #0082cd;
	margin-right: 10px;
}
.cpxqingbt {
	color: #333333;
	font-size: 22px;
}
.cpxqingdv{
	margin: 30px auto;
}
.cpxqingdv img{
	max-width: 100%;
}
.zjp{
	background: url(../images/beijjj_02.jpg) center  no-repeat;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 90px;
}
.zjpdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zjpdvleft{
	width: 49%;
}
.zjpdvright{
	width: 45%;
}
.zjpdvright img{
	display: block;
	width: 100%;
}
.zjpdvleft h1{
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.zjpdvleft h2{
	font-size: 36px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.zjpdvleft h2 i{
	font-weight: bold;
}
.zjpdvleft p{
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}
.zjpdvright{
	position: relative;
}
.zjpdvright span{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 39%;
	margin-left: -45px;
}
.changfang{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 80px 0px;
	background: url(../images/jhi_02.jpg) center no-repeat;
	background-size: cover;
}
.changfangdv{
	background: none;
}
.changfangleft{
	width: 50%;
}
.changfangleft img{
	display: block;
	width: 100%;
}
.changfangright{
	width: 35%;
	right: 10%;
}
.changfangright .cfrihg{
}
.changfangright{
	position: relative;
}
.cfrihg h1{
	margin-top: 55px;
	color: rgba(40, 125, 197, 0.1);
	font-size: 45px;
	font-family: "Impact";
	text-transform: uppercase;
}
.cfrihg h2{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-top: -40px;
	margin-bottom: 15px;
}
.cfrihg h3{
	color: #333333;
	font-size: 22px;
	margin-bottom: 35px;
}
.cfrihg p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 35px;
}
.cfrihg section{
	display: flex;
	justify-content: flex-start;
}
.cfrihg section a{
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #8cc63e;
	margin-right: 10px;
	font-size: 14px;
}
.cfrihg section a:last-child{
	background-color: #287dc5;
}
.lunhuan{
	position: absolute;
	width: 980px;
	display: flex;
	padding: 5% 0px;
	background-color: #fff;
	justify-content: space-between;
	right: 0;
	margin-top: 50px;
	align-items: center;
}
.lunhuandv .swiper-slide img{
	display: block;
	width: 100%;
}
.lunhuan{
	position: absolute;
	width: 980px;
	display: flex;
	padding: 5% 0px;
	background-color: #fff;
	justify-content: space-between;
	right: 0;
	margin-top: 50px;
	align-items: center;
}
.lunhuandvs .swiper-slide img{
	display: block;
	width: 100%;
}
#btn1 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn2 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn3 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn4 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
.changfangdv .changfangright{
	left: 10%;
}
.changfangdv .lunhuan{
	left: 0;
	box-shadow: 0px 0px 15px #cfcfcf;
}
.sbwb{
	width: 100%;
	padding-top: 85px;
	padding-bottom: 90px;
	background-color: #f3f3f3;
}
.sbwbbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.sbwbbt p{
	color: #333333;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.sbwblist{
	width: 1400px;
	margin: 0 auto;
}
.sbwblist ul {
	display: flex;
	justify-content: space-between;
}
.sbwblist ul li{
	width: 31%;
}
.sbwblist ul li div {
	display: block;
	overflow: hidden;
}
.sbwblist ul li div img{
	display: block;
	transition: all .5s;
	width: 100%;
}
.sbwblist ul li section{
	width:calc(100% - 80px);
	padding: 40px;
	background-color: #fff;
	transition: all .5s;
}
.sbwblist ul li section h1{
	font-size: 24px;
	color: #333333;
	transition: all .5s;
	margin-bottom: 15px;
}
.sbwblist ul li section p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	transition: all .5s;
}
.sbwblist ul li section a{
	margin-top: 35px;
	display: block;
	border: 1px solid #287dc5;
	width: 120px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #287dc5;
	font-size: 14px;
	border-radius: 50px;
	transition: all .5s;
}
.sbwblist ul li:hover section {
	background-color: #287dc5;
}
.sbwblist ul li:hover section h1{
	color: #ffffff;
}
.sbwblist ul li:hover section p{
	color: #fff;
}
.sbwblist ul li:hover section a{
	background-color: #fff;
	color: #0082cd;
}
.sbwblist ul li:hover div img{
	transform: scale(1.05);
}
.dropdown{
	display: none;
}
.shownav{
	width: 100%;
	box-shadow: 0px 5px 10px #eeeeee;
	position: relative;
}
.shownav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li{
	padding: 0 35px;
	height: 65px;
	transition: all .5s;
}
.shownav ul li:hover{
	background-color: #006ac8;
}
.shownav ul li.active {
    background-color: #006ac8;
}
.shownav ul li a{
	display: block;
	line-height: 65px;
	color: #4c4c4c;
	font-size: 16px;
	transition: all .5s;
}
.shownav ul li:hover a{
	color: #ffffff;
}
.shownav ul li.active a{
	color: #ffffff;
}
.newslist{
	margin: 75px auto;
	width: 1425px;
	margin-bottom: 10px;
}
.newstjtop .inewslist dl{
	justify-content: flex-start;
}
.newstjtop .inewslist dl dd{
	margin: 1%;
}

.newsdvlist{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 0;
}
.newsdvlist ul li {
	margin-top: 30px;
}
.newsdvlist ul li a{
	display: flex;
	
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f2f4f7;
	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-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;transition: all .5s;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;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 #006ac8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all .5s;
	color: #006ac8;
}
.newsdvlist ul li{
	
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #006ac8;
}
.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;
}
.newsdvlist ul li:hover  iconpark-icon{
	background-color: #fff;
}
.inewslist dt{
	width: 49%;overflow: hidden;
	position: relative;
}
.inewslistdvimg{
	width: 100%;
}
.inewslistdvimg img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.inewslist dt:hover img{
	transform: scale(1.05);
}
.inewslistdvtext{
	position: absolute;
	top: 0;
	left: 0;
	margin: 5%;
	height: 80%;
	width: 90%;
}
.inewslistdvtext section{
	width: 50%;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.inewslistdvtext div{
	border: 1px solid #fff;
	position: absolute;
	top: 0%;
	right: 5%;
	padding: 15px;
	border-radius: 10px;
}
.inewslistdvtext div i{
	display: block;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.inewslistdvtext div em{
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.inewslistdvtext span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	position: absolute;
	bottom: 0%;
	left: 0;
	transition: all .5s;
}
.inewslistdvtext span iconpark-icon{
	font-size: 24px;
	color: #006ac8;
	transition: all .5s;
}
.inewslistdvtext:hover span{
	background-color: #006ac8;
}
.inewslistdvtext:hover  iconpark-icon{
	color: #fff;
}
.inewslist dl{
	display: flex;
	justify-content: space-between;
}
.inewslist dl dd{
	padding: 30px;
	width: calc(23% - 60px);
	background-color: #f2f5f7;
}
.inewslist dl dd h1{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 18px;white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all .5s;
}
.inewslist dl dd h2{
	color: #999999;
	font-size: 14px;
	margin: 10px 0;
}
.inewslist dl dd p{
	line-height: 30px;
	height: 60px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 14px;
}
.inewslist dl dd div{
	overflow: hidden;
	margin: 20px 0px;
	width: 100%;
}
.inewslist dl dd div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.inewslist dl dd h3{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.inewslist dl dd h3 span{
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.inewslist dl dd h3 iconpark-icon{
	font-size: 24px;
	color: #006ac8;
}
.inewslist dl dd:hover h1{
	color: #006ac8;
}
.inewslist dl dd:hover img{
	transform: scale(1.05);
}
.inewslist dl dd:hover h3 span{
	color: #006ac8;
}
.banners{
	display: block;
	width: 100%;
}
.banners .swiper-slide{
	position: relative;
} 
.banners .swiper-slide div{
	position: absolute;
	width: 1400px;
	height: 85%;
	left: 50%;top: 0;
	margin-left: -700px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.banners .swiper-slide div h1{
	font-size: 40px;
	color: #2180cc;
	font-weight: bold;
}
.banners .swiper-slide div p{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
}
.banners .swiper-slide img{
	width: 100%;
}
.banners .swiper-slide div section{
	width: 100%;
}
.banners .swiper-slide div section h3{
	text-transform: uppercase;
	width: 55%;
	color:#ffffff;
	font-size: 25px;
	font-weight: bold;
}
.banners .swiper-slide:nth-child(2) div section h3{
	color: #1182dc;
}
.banners .swiper-slide:nth-child(2) div section h4{
	color: #333;
}
.banners .swiper-slide div section i{
	display: block;
	width: 80px;
	height: 3px;
	background-color: #2180cc;
	margin-top: 30px;
	margin-bottom: 35px;
}
.banners .swiper-slide div section h4{
	width: 49%;
	color:#ffffff;
	font-size: 48px;
	margin-bottom: 45px;
	font-weight: bold;margin-top: 20px;
}
.banners .swiper-slide div section a{
	display: block;
	width: 140px;
	padding: 0 30px;
	height: 50px;
	border: 1px solid #1182dc;
	text-align: center;
	line-height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	background-color: #1182dc;
	transition: all .5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banners .swiper-slide div section a iconpark-icon{
	font-size: 22px;
}
.banners .swiper-slide div section a:hover{
	background-color: #006ac8;
    color: #fff;
    border-color: #006ac8;
}
.mfoot,.mfootdv{
	display: none;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 6%;
}
.blank-large{
	height: 0;
	line-height: 0;
}
.cplistssaf{
	margin-bottom: 30px;
}
.mnav{
	display: none;
}
.banners21{
		display: block;
	}
.bannersassa{
	display: none;
}
.tempWrap{
	width: 100% !important;
}
.picMarquee-left .bd ul li{
	width: 260px !important;
}
.picMarquee-left .bd ul{
	width: 3600px !important;
}
.picMarquee-left2 .bd ul{
	width: 4430px !important;
}
.zjpdvright .spdv{
	display: none;
	position:fixed ;
	top: 15%;
	width: 1000px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
}
.zjpdvright .spdv video{
	width: 100%;
}
.zjpdvright .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	left: auto;

}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdv{
		width: 95%;
	}
	.ss{
		margin-left: 25px;
	}
	.rmdv{
		width: 95%;
	}
	.rmdvleft {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    height: 45px;
	    flex-flow: wrap;
	    overflow: hidden;
	    line-height: 45px;
	}
	.rmdvleft a{
		margin: 0 10px;
	}
	.cp{
		width: 95%;
	}
	.cplist{
		width: 100%;
	}
	.cplist ul li section{
		padding: 5%;
		width: 90%;
		align-items: center;
		
	}
	.cplist ul li .cptext{
		width: 100%;
	}
	.cpimg{
		width: 40%;
	}
	.cpimg img{
		display: block;
		width: 100%;
	}
	.cplist ul li section .cptext span{
		margin-top:  5px;
	}
	.cplist ul li{
		width: 32.33%;
	}
	.cplist ul li section .cptext h1{
		font-size: 20px;
	}
	.sjdv-w{
		width: 95%;
	}
	.sjdvs{
		width: 100%;
	}
	.gcsjbt{
		width: 95%;
	}
	.gcsj img{
		width: 95%;
	}
	.gcsj ul{
		width: 95%;
	}
	.gydvright{
		width: 70%;
	}
	.picMarquee-left{
		width: 950px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.shbzdv{
		width: 95%;
	}
	.shbzdvleft h2{
		font-size: 22px;
	}
	.shbzdvright{
		width: 48%;
	}
	.xwzxdv{
		width: 95%;
	}
	.xwzxdvleft{
		width: 30%;
		padding: 2.5%;
	}
	.xwzxdvright{
		width: 60%;
		padding: 2.5%;
	}
	.gsxw ul li a section{
		width: 72%;
	}
	.xwdvrigh{
		padding-bottom: 20px;
	}
	.gsxw{
		margin-top: 20px;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.about{
		width: 100%;
	}
	.aboutleft{
		width: 75%;
		background-size: cover;
		padding: 50px 0;
		height: auto;
	}
	.aboutleft div{
		width: 80%;
	}
	.aboutrightsaf div{
		left: 0;
	}
	.sming{
		width: 95%;
	}
	.cpzxall{
		width: 95%;
	}
	.cpzxright{
		width: 67%;
	}
	.cpzxleft{
		width: 30%;
	}
	.cplistssaf ul li h1{
		margin-top: 15px;
	}
	.showproright section a{
		width: 120px;
	}
	.showproright h2 i{
		font-size: 42px;
	}
	.showproright h2 img{
		width: 36px;
	}
	.showproright h2{
		padding: 10px;
		margin: 10px 0;
	}
	.showproright section a{
		height: 45px;
		line-height: 45px;
	}
	.showproright p{
		font-size: 14px;
		line-height: 25px;
	}
	.showproright h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.cpxqingdv{
		margin: 25px 0;
	}
	.lxwm{
		width: 95%;
	}
	.zxly{
		width: 95%;
	}
	.zxlyright div input{
		height: 35px;
	}
	.zxlyright div textarea{
		line-height: 35px;
	}
	.zjpdv{
		width: 95%;
	}
	.zjpdvright span{
		top: 32%;
	}
	.cfrihg h1{
		font-size: 32px;
		margin-top: 0px;
	}
	.cfrihg h2{
		margin-top: -20px;
	}
	.lunhuan{
		width: 100%;
		padding: 15px 0px;
		margin-top: 20px;
	}
	.changfangright{
		right: 5%;
		width: 40%;
	}
	.changfangdv .changfangright{
		left: 5%;
	}
	.sbwblist{
		width: 95%;
	}
	.sbwblist ul li{
		width: 32%;
	}
	.newslist{
		width: 97%;
	}
	.newstjtop .inewslist dl dd{
		width: 19%;
	}
	.newsdvlist {
		width: 95%;
	}
	.banners .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.swiper-pagination{
		width: 95% !important;
		left: 2.5%	!important;
		margin-left:  0px;
		display: flex;
		justify-content: flex-start;
	}
	.headdvright ul li{
		margin: 0 20px;
		padding: 15px 0px;
		transition: all .3s;
		border-bottom: 3px solid #fff;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads{
		display: none;
	}
	.rm{
		height: auto;
	}
	.rmdv{
		display: block;
		width: 95%;height: auto;
	}
	.rmdvleft{
		display: none;
		flex-wrap: wrap;
		height: auto;
	}
	.rmdvright{
		width: 90%;
		padding: 0 5%;
		margin: 10px 0;
		line-height: 40px;
		height: 40px;
	}
	.rmdvright form input{
		line-height: 40px;
	}
	.rmdvright button{
		height: 40px;
		width: 40px;
	}
	.cp{
		margin: 20px auto;
		width: 95%;
	}
	.cpbt{
		margin-bottom: 20px;
	}
	.cpbt h1,.cpbt h1 i{
		font-size: 22px;
	}
	.cpbt p{
		font-size: 14px;
	}
	.cplist{
		width: 100%;
	}
	.cplist ul{
		display: block;
	}
	.cplist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.cplist ul li section{
		width: 90%;
		padding: 5%;
		height: 80%;
		align-items: center;
	}
	.cplist ul li section .cpimg{
		width: 35%;
	}
	.cplist ul li section .cpimg img{
		display: block;width: 100%;
	}
	.cplist ul li section .cptext h1{
		font-size: 18px;
	}
	.cplist ul li section .cptext p{
		line-height: 25px;
		height: 50px;
	}
	.cplist ul li section .cptext span{
		margin-top: 10px;
	}
	.cplist ul li{
		background: url(../images/beij2_03.jpg) center no-repeat;
	}
	.cplist ul:last-child li{
		width: 100%;
		height: 200px;
		background: url(../images/beij_05.jpg) center no-repeat;
	}
	.sjdv{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.cplist ul:last-child li>.cptext{
		display: none;
	}
	.sjdv-w{
		width: 95%;
	}
	.sjdvs{
		width: 100%;
	}
	.sjdvs .swiper-slide-active{
		transform: scale(1);
	}
	.zysf{
		margin-top: -70px;
	}
	.gcsj{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gcsjbt{
		width: 95%;
	}
	.gcsjbt h1{
		font-size: 22px;
	}
	.gcsjbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.gcsj img{
		width: 100%;
	}
	.gcsj ul{
		width: 95%;
		margin-top: -15px;
	}
	.gcsj ul li h1 span{
		font-size: 32px;
	}
	.gcsj ul li p{
		font-size: 12px;
	}
	.gy{
		padding-top: 30px;
	}
	.gybt h1{
		font-size: 22px;
	}
	.gybt p{
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.gydv{
		margin-top: 30px;
	}
	.gydvright{
		width: 90%;
		display: block;
	}
	.gynrleft h1{
		font-size: 20px;
	}
	.gynrleft h2{
		font-size: 14px;
		padding-bottom: 15px;
	}
	.gynrleft p{
		margin-top: 15px;
	}
	.gynrright{
		width: 100%;
	}
	.gynrright{
		display: none;
		transform: rotate(270deg);
	}
	.gynrright img{
		display: block;
		width: 60%;
	}
	.cdxx{
		display: block;
	}
	.cdxxleft{
		width: 100%;
	}
	.cdxxleft ul{
		width: 100%;
	}
	.cdxxleft ul li{
		margin: 15px 0rem;
	}
	.cdxxleft ul li img{
		width: 35px;
	}
	.cdxxright{
		width: 90%;
		height: 40px;
	}
	.cdxxright a{
		font-size: 14px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hzhb{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cpbt p{
		line-height: 25px;
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.picMarquee-left{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.picMarquee-left .bd ul li{
		height: auto;
		width: 33%;
	}
	.shbz{
		padding: 30px 0px;
	}
	.shbzdv{
		width: 95%;
		display: block;
	}
	.shbzdvleft h1{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.shbzdvleft h2{
		font-size: 22px;
	}
	.shbzdvleft p{
		font-size: 14px;
	}
	.shbzdvleft .shbdv{
		margin-top: 25px;
		display: block;
	}
	.shbzdvleft .shbdv a{
		width: 120px;
		height: 40px;
	}
	.shbzdvleft .shbdv a iconpark-icon{
		margin-right: 5px;
	}
	.shbdv div{
		margin: 10px auto;
	}
	.shbdv div section h5{
		font-size: 18px;
	}
	.shbdv div iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.shbzdvright{
		width: 100%;
	}
	.shbzdvright div input{
		height: 40px;
		width: 45%;
		line-height: 40px;
	}
	.shbzdvright textarea{
		height: auto;
		margin-top: 10px;
	}
	.xwzxdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.xwzxdvleft{
		width: 90%;
		padding: 5%;
	}
	.xwzxdvleft h1{
		margin-top: 15px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.xwzxdvleft span{
		margin-bottom: 10px;
	}
	.xwzxdvright{
		width: 90%;
		margin-top: 10px;
	}
	.xwzxdvright{
		padding: 5%;
		display: block;
	}
	.xwdvrigh ul{
		display: block;
	}
	.xwdvrigh ul li{
		width: 100%;
		margin: 10px auto;
		margin-bottom: 25px;
	}
	.xwdvrigh ul li:last-child{
		margin-bottom: 0;
	}
	.xwdvrigh ul li h1{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.xwdvrigh ul li span{
		margin-bottom: 10px;
	}
	.xwdvrigh{
		padding-bottom: 15px;
	}
	.xwdvrigh ul li:hover h1{
		font-size: 16px;
	}
	.gsxw{
		margin-top: 15px;
		display: block;
	}
	.gsxw ul{
		display: block;
	}
	.gsxw ul{
		width: 100%;
		margin-top: 15px;
	}
	.gsxw ul h1{
		margin-bottom: 10px;
	}
	.xwzxdv{
		margin-top: 25px;
	}
	.xwzx{
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.foot{
		display: none;
	}
	.sjdv-w{
		padding-top: 25px;
	}
	.cpbt{
		margin-bottom: 0px;
	}
	.zjp{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.zjpdv{
		width: 95%;
		display: block;
	}
	.zjpdvleft{
		width: 100%;
	}
	.zjpdvleft h1{
		margin-bottom: 10px;
	}
	.zjpdvleft h2{
		font-size: 22px;
	}
	.zjpdvleft p{
		margin-top: 10px;
	}
	.zjpdvleft h2{
		padding-bottom: 10px;
	}
	.zjpdvright{
		width: 100%;
		margin-top: 15px;
	}
	.zjpdvright span{
		width: 50px;
		height: auto;
		top: 35%;
		margin-left: -25px;
	}
	.changfang{
		padding: 30px 0px;
		flex-direction: column-reverse;
	}
	.changfangright{
		width: 95%;
		right: 0;
		margin: 0 auto;
	}
	.cfrihg h1{
		margin-top: 0;
		font-size: 36px;
	}
	.cfrihg h2{
		font-size: 22px;
		margin-top: -25px;
		margin-bottom: 10px;
	}
	.cfrihg h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.cfrihg p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.cfrihg section a{
		width: 160px;
		height: 40px;
		line-height: 40px;
	}
	.lunhuan{
		position: relative;
		margin-top: 10px;
		width: 100%;
	}
	.changfangleft{
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.changfangdv{
		flex-direction: column;
	}
	.changfangdv .changfangright{
		left: 0;
	}
	.cfrihg h1{
		font-size: 32px;
	}
	.cfrihg section{
		justify-content: space-between;
	}
	.cfrihg section a{
		width: 48%;
		margin: 0;
	}
	#btn4 iconpark-icon,#btn3 iconpark-icon,#btn2 iconpark-icon,#btn1 iconpark-icon{
		font-size: 32px;
	}
	.sbwb{
		padding-top: 30px;
	}
	.sbwbbt h1{
		font-size: 22px;
	}
	.sbwbbt p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sbwblist{
		width: 95%;
	}
	.sbwblist ul{
		display: block;
	}
	.sbwblist ul li{
		width: 100%;
	}
	.sbwblist ul li section{
		padding: 5%;
		width: 90%;
	}
	.sbwblist ul li section h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.sbwblist ul li section p{
		line-height: 25px;
		font-size: 14px;
	}
	.sbwblist ul li section a{
		width: 120px;
		height: 35px;
		margin: 0 auto;
		margin-top: 15px;
		line-height: 35px;
	}
	.sbwb{
		padding-bottom: 30px;
	}
	.cpzxall{
		width: 95%;
		margin: 30px auto;
	}
	.cpzxleft{
		display: none;
	}
	.cpzxrbt form{
		display: none;
	}
	.cpzxrbt{
		height: 35px;
		padding-bottom: 10px;
	}
	.cpzxright .cpzxrbt h1{
		font-size: 18px;
	}
	.cpzxall{
		margin: 10px auto;
	}
	.showpro{
		margin-top: 20px;
		display: block;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		margin-top: 20px;
	}
	.showproright h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.showproright p{
		font-size: 14px;
	}
	.showproright h2{
		margin: 10px auto;
		padding: 10px 0;
	}
	.showproright h2 img{
		width: 25px;
	}
	.showproright h2 i{
		font-size: 24px;
	}
	.showproright section a{
		line-height: 35px;
		width: 48%;
		height: 35px;
	}
	.showproright section{
		display: flex;
		justify-content: space-between;
	}
	.showproright{
		width: 100%;
	}
	.cpxqing{
		margin-top: 20px;
	}
	.cpxqingbt{
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.cpxqingdv{
		margin: 15px auto;
	}
	.cplistssaf ul li{
		width: 48%;
	}
	.cplistssaf{
		margin-bottom: 25px;
	}
	.cplistssaf ul li h1{
		margin-top: 0;
		line-height: 35px;
		font-size: 13px;
	}
	.lxwm{
		width: 95%;
		margin: 25px auto;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt i{
		margin: 8px auto;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmlist{
		margin-top: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 100%;
		padding: 15px 0;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.zxly{
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.zxlyleft{
		width: 100%;
	}
	.zxlyright{
		width: 90%;
		padding: 5%;
	}
	.zxlyright div{
		padding: 0;
	}
	.zxlyright div h1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.zxlyright div input{
		width: 94%;
		height: 35px;
		line-height: 35px;
	}
	.zxlyright div textarea{
		line-height: 35px;
	}
	.zxlyright div button{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.about{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.aboutleft{
		width: 100%;
		height: auto;
	}
	.aboutleft div{
		width: 90%;
		padding: 5%;
	}
	.aboutleft div h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.aboutright{
		width: 100%;
	}
	.aboutright img{
		display: none;
	}
	.aboutrightsaf img{
		display: block;
	}
	.aboutrightsaf{
		margin: 0 auto;
		margin-top: 20px;
	}
	.ditasg{
		padding: 30px 0;background-size: cover;
	}
	.ditabt h1{
		font-size: 22px;
	}
	.ditabt p{
		font-size: 14px;
	}
	.sming{
		width: 95%;
	}
	.sming ul li img{
		width: 35px;
		margin-right: 15px;
	}
	.sming ul li div h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.sming ul li div p{
		font-size: 14px;
	}
	.sming ul li{
		margin-bottom: 25px;
	}
	.picMarquee-left{
		margin-top: 15px;
	}
	.dropdown {
	  position: relative;
	  display: inline-block;
	  margin:0 auto;
	  margin-bottom: 15px;
	  width: 100%;
	}

	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 160px;
	  width: 100%;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}

	.dropdown-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	  font-size: 14px;
	  color: #333;
	  line-height: 25px;
	}

	.dropdown-content a:hover {background-color: #f1f1f1}

	.dropdown:hover .dropdown-content {
	  display: block;
	}

	.dropdown:hover .dropbtn {
	  background-color: #0a7cb9;
	}
	.dropbtn {
	  background-color: #0a7cb9;
	  color: white;
	  width: 100%;
	  padding:8px;
	  font-size: 16px;
	  border: none;
	  cursor: pointer;
	  text-align: center;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.dropbtn iconpark-icon{
		font-size: 20px;
		color: #fff;
	}
	.cpzxall{
		display: block;
	}
	.cpzxright{
		width: 100%;
	}
	.blank-large{
		height:40px;
		line-height: 40px;
	}
	.newstjtop{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newslist{
		display: none;
	}
	.newsdvlistime,.newsdvlist ul li iconpark-icon{
		display: none;
	}
	.newsdvlist ul li a{
		width: 90%;
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
		margin-right: 0;
	}
	.newsdvlistext h1{
		font-size: 18px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newsdvlist ul {
		margin-top: 30px;
	}
	.banners .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.banners .swiper-slide div section h3{
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
	.banners .swiper-slide div section i{
		margin:0 auto;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.banners .swiper-slide div section h4{
		width: 100%;
		display: block;
		text-align: center;
		line-height: 35px;
		font-size: 18px;
		margin-bottom: 0px;
	}
	.banners .swiper-slide div section a{
		display: none;
	}
	.banners .swiper-slide{
		overflow: hidden;
	}
	.banners .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.banners .swiper-slide div h1{
		font-size: 22px;
		text-align: center;
		width: 100%;
	}
	.banners .swiper-slide div p{
		text-align: center;
		width: 100%;
		margin-top: 5px;
		font-size: 14px;
	}
	.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:#006ac8;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #065b94;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.shownav ul li{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.shownav ul li a{
		line-height: 40px;
	}
	.newsdvlist{
		margin-bottom: 35px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.swiper-pagination{
		width: 95% !important;
		left: 2.5%	!important;
		margin-left:  0px;
		display: flex;
		justify-content: center;
	}
	.cplist{
		margin-top: 20px;
	}
	.shbzdvleft .shbdv a{
		height: 35px;
	}
	.sming{
		width: 80%;
		margin-top: 30px;
	}
	.sming ul{
		width: 100%;
	}
	.shbzdvright button{
		height: 35px;
		line-height: 35px;
	}
	.mnav{
		display: block;
	}
	.menu-button{
		margin:0;
	}
	.cpzxrbt{
		display: flex;
		justify-content: flex-start;
	}
	.menu-wrap{
		position: fixed;
		top: 0;
		z-index: 999;
		left: -2.5%;
	}
	.menu-button{
		position: relative;
		margin:0;
		z-index: 2;
		font-size: 1.1em;
		margin-right: 15px;
	}
	.show-menu .icon-list .dat{
		font-size: 18px;
		font-weight: bold;
		color: #f4f4f4;
	}
	.show-menu .icon-list .geheh{
		font-size: 14px;
		color: #f4f4f4;
	}
	.close-button{
		font-size: 1.75em;
	}
	.zxlyright div button{
		height: 35px;
		line-height: 35px;
	}
	.banners21{
		display: none;
	}
	.bannersassa{
		display: block;
	}
	.picMarquee-left .bd ul li{
		width: 120px !important;
	}
	.picMarquee-left .bd ul{
		width: 2400px !important;
	}
	.picMarquee-left2 .bd ul{
		width: 2430px !important;
	}
	.bannersassa  img{
		width: 100%;
		display: block;
	}
	.heiagaga{
		height: 0;
	}
}