@charset "utf-8";

/* body {
	min-width: 1400px;
	width: 100%;
} */

a,
img {
	vertical-align: top;
}

/**公用样式**/

.center {
	text-align: center;
}

.container {
	width: 72.91%;
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
	width: 1200px;
}

.zh60 {
	color: #fff;
	font-size: 60px;
}

.zh50 {
	font-size: 50px;
	color: #fff;
}

.zh46 {
	font-size: 46px;
	color: #fff;
}

.zh36 {
	font-size: 36px;
	color: #fff;
}

.zh42 {
	font-size: 42px;
	color: #fff;
}

.zh28 {
	font-size: 28px;
	color: #8b8b92;
}

.zh26 {
	font-size: 26px;
	color: #fff;
}

.zh24 {
	font-size: 24px;
	color: #c1c2cb;
}

.zh20 {
	font-size: 20px;
	color: #fff;
}

.zh18 {
	font-size: 18px;
	color: #ffffff;
}

.zh16 {
	font-size: 16px;
	color: #fff;
}

.zh15 {
	font-size: 15px;
	color: #fff;
}

.zh14 {
	font-size: 14px;
	color: #666666;
}

.zh13 {
	font-size: 13px;
	color: #7a94b9;
}

.zh12 {
	font-size: 12px;
	color: #fff;
}

/**mobile nav**/
.nav_box {
	width: 50%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -50%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50, 58, 67, .93);
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box.cur {
	left: 0;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box .box {
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul>li {
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul li a {
	color: #fff;
}

.nav_box .navlist ul li span {
	display: inline-block;
	width: 8px;
	height: 14px;
	right: 13px;
	margin-top: 23px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
	position: absolute;
	right: 13px;
	top: 0;
}


.nav_box .navlist ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
}

.nav_box .navlist ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.sja {
	display: none;
}

.sjbanner {
	display: none;
}

.sjdb {
	display: none;
}

.jyzx .sja a {
	border: 1px solid #999999;
	border-radius: 50px;
	padding: 19px 40px;
	display: inline-block;
}

.guide {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: #0b73b6;
	text-align: center;
	width: 90px;
	display: none;
}

.guide a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #2d87c0;
}

.guide a .jd .img {
	margin-bottom: 6px;
}

.guide a .jd span {
	color: #ffffff;
	font-size: 14px;
}

.guide .top {
	padding: 24px 0 27px;
}

.nav .sjandh {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}



/**导航**/
.topHeader {
	position: fixed;
	top: 0;
	z-index: 100;
	left: 0;
	width: 100%;
}

.topNav {
	width: 100%;
	position: relative;
	top: 0;
	left: 50%;
	background-size: 100% 7px;
	z-index: 100;
	transform: translateX(-50%);
}

.topNav.fixed-head {
	z-index: 999;
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	transform: translateX(0);
	left: 0;
	border: 0;
	background: #ffffff;
}

.nav .navBlue .tbans {
	text-align: right;
	margin-top: 16px;
}

.nav .navBlue .tbans .tsk {
	display: inline-block;
}

.nav .navBlue .tbans .tsk a {
	color: #8da7cd;
	float: left;
}

.nav .navBlue .tbans .tsk span {
	float: left;
	padding: 0 9px;
	color: #3d57a0;
}



.nav .fixed-head .xt {
	border-bottom: none;
}

.nav .tbdj .logo {
	float: left;
	margin-bottom: 15px;
}

.nav .tbdj .ul {
	float: right;
}

.nav .tbdj .ul ul li {
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	position: relative;
}

.nav .tbdj .ul ul li:nth-child(1) {
	margin-left: 0;
}

.nav .tbdj .ul ul li a {
	color: #ffffff;
}

.nav .tbdj .ul ul .cur a {
	color: #fff;
}

.nav .tbdj .ul ul li .wges {
	position: relative;
	padding-bottom: 15px;
}

.nav .tbdj .ul ul li .wges:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 2px;
	display: none;
}

.nav .fixed-head .tbdj .ul ul li .wges:before {
	background: #0d35cb;
}

.nav .tbdj .ul ul .cur .wges:before {
	display: block;
}

.nav .tbdj .ul ul li .wges:hover:before {
	display: block;
}

.nav .tbdj .ljsy {
	float: right;
	margin-top: 13px;
	margin-left: 53px;
}

.nav .tbdj .ljsy a {
	color: #fff;
}

.ppapa {
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0 19px 0 19px;
	width: 107px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.nav .tbdj .logo .pc {
	display: block;
}

.nav .tbdj .logo .sj {
	display: none;
}

.nav .fixed-head .logo .pc {
	display: none;
}

.nav .fixed-head .logo .sj {
	display: block;
}

.nav .fixed-head .tbdj .ul ul li a {
	color: #46494c;
}

.nav .fixed-head .ljsy a {
	background: #0d35cb;
}

.nav .fixed-head .tbans .tsk a {
	color: #999999;
}

.nav .fixed-head .tbans .tsk span {
	color: #999999;
}

.nav .navBlue .xt .sjandh {
	display: none;
}

.nav .navBlue .xt .sjandh .h {
	display: none;
}

.nav .fixed-head .xt .sjandh .h {
	display: block;
}

.nav .fixed-head .xt .sjandh .b {
	display: none;
}


.nav .tbdj .logo {
	width: 300px;
}



@media (max-width:1850px) {
	.index-hdkj .hdkj-left .hdkj-left2 {
		line-height: 26px;
	}

	.index-hdkj .hdkj-left .hdkj-left2a {
		margin-top: 4px;
	}


}

@media (max-width:1600px) {
	.container {
		width: 86%;
	}
}


@media (max-width:1350px) {
	.container {
		width: 86%;
	}

	.nav .tbdj .ul ul li {
		margin-left: 30px;
	}
}

@media (max-width:1450px) {

	.index-hdkj .lsbj .mainMore {
		margin-top: 20px;
	}
}


@media (max-width:1250px) {
	.nav .tbdj .logo {
		width: 250px;
	}

	.nav .tbdj .ul ul li {
		margin-top: 8px;
		padding-bottom: 26px;
	}

	.nav .tbdj .ljsy a {
		border-radius: 0 20px 0 20px;
	}
}

@media (max-width:1200px) {
	.index-hdkj .hdkj-left .hdkj-left1 {
		margin-bottom: 20px;
	}
}


@media (max-width:1100px) {
	.container {
		width: 94%;
	}

	.nav .navBlue .tbans {
		display: none;
	}

	.nav .tbdj .ljsy {
		display: none;
	}

	.nav .tbdj .ul {
		display: none;
	}

	.nav .tbdj .logo {
		margin-bottom: 0;
		padding: 0;
		width: 210px;
	}

	.nav .navBlue .xt {
		border: inherit;
		position: relative;
	}

	.nav .fixed-head .xt {
		padding: 10px 0;
	}

	.nav .navBlue .xt .sjandh {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		transform: translateY(-50%);
	}

	.topHeader {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 10px 0;
	}


}






/**首页**/
.bannerBox .con {
	position: absolute;
	top: 47%;
	width: 100%;
	text-align: center;
}

.bannerBox .con .zh20 {
	margin: 14px 0 0;
	text-transform: uppercase;

}
.maea {
      margin-top: 64px;
}


.maea a {
	color: #fff;
}

.hdkj-left .maea {
	margin-top: 85px;
}

.mainMore {
	background: url(../images/anjb.png) no-repeat center/cover;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 2.5;
	margin-top: 27px;
	text-align: center;
	background-size: 100% 100%;
}

.mainMore span {
	display: inline-block;
	margin-left: 6px;
	width: 16px;
	height: 12px;
	background: url(../images/anjt.png) no-repeat right center;
}

.banner {
	position: relative;
}

.bannerA {
	z-index: 5;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 52px;
}

.bannerA .bannerB .bannerA-a {
	color: #b9bcc7;
	float: left;
}

.bannerA .bannerB .cli {
	margin: 0 5px;
}

.bannerA .bannerB {
	padding-left: 49px;
}

.bannerA .dwii {
	position: relative;
}

.banner .swiper-button-next-yyy {
	background: url(../images/indexzyjt1.svg) no-repeat right center;
	width: 18px;
	height: 30px;
}

.banner .swiper-button-next-yyy:after {
	opacity: 0;
}

.banner .swiper-button-prev-yyy {
	background: url(../images/indexzyjt.svg) no-repeat right center;
	width: 18px;
	height: 30px;
}

.banner .swiper-button-prev-yyy:after {
	opacity: 0;
}

.nav .bannerA .swiper-button-disabled {
	opacity: 1;
}

.banner .swiper-pagination-yyy {
	left: 50%;
	top: 0;
	bottom: inherit;
	transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	border-radius: inherit;
	opacity: .3;
	background: #eeeeee;
	margin-right: 3px;
	position: relative;
}

.swiper-pagination-bullet {
	position: relative;
	transition: all 0.8s;
}

.banner .swiper-pagination-bullet:before {
	content: '';
	height: 3px;
	width: 0;
	transition: all 0.7s;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
}


.banner .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.nav .swiper-pagination-bullet-active:before {
	width: 100%;
}

.index-hdkj {
	padding: 115px 0 120px;
}

.index-hdkj .container {
	position: relative;
}

.lsbj .mainMore {
	background: inherit;
	margin-top: 111px;
	margin-top: 40px;
	color: #666666;
	border-radius: 0 19px 0 19px;
	border: 1px solid #cccccc;
}

.lsbj a span {
	background: url(../images/ztbhkj.png) no-repeat right center;
}

.lsbj a:hover span {
	background: url(../images/anjt.png) no-repeat right center;
}

.lsbj .mainMore:hover {
	color: #fff;
	border: inherit;
	background: url(../images/anjb1.png) no-repeat center/cover;
}

.index-hdkj .hdkj-left {
	float: left;
	width: 38%;
}

.hdkj-left .hdkj-left1 {
	margin-bottom: 42px;
	margin-bottom: 20px;
}

.index-hdkj .hdkj-left .hdkj-left2 {
	color: #4c4c4c;
	line-height: 28px;
	text-align: justify;
}

.index-hdkj .hdkj-left .hdkj-left2a {
	margin-top: 14px;
}

.index-hdkj .hdkj-right {
	float: right;
	width: 52%;
}

.index-hdkj .hdkj-right a img {
	height: 100%;
}


.index-jjfa {
	background: #55566a;
	padding: 107px 0 120px;
}



.index-jjfa .tabBox .box .box-ks {
	position: relative;
}

.index-jjfa .tabBox .box .box-ks .box-ksa {
	float: left;
	width: 69.2%;
	position: relative;
}

.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top: 31px;
	padding-bottom: 39px;
	padding-left: 44%;
	background: url(../images/sbnde.png) no-repeat top center/cover;
}

.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .ztb {
	color: #fff;
}

.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .zh26 {
	margin-bottom: 13px;
}

.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .zh15 {
	line-height: 26px;
	margin-bottom: 7px;
}

.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .zh15 p {
	height: 53px;
}


.index-jjfa .tabBox .box .box-ks .box-ksb {
	float: right;
	position: absolute;
	background: url(../images/wcnmlgbd.jpg) no-repeat top center/cover;
	width: 30%;
	right: 0;
	top: 0;
	height: 100%;
	padding: 65px 41px 0 53px;
}

.index-jjfa .tabBox .box .box-ks .box-ksb a {
	height: 100%;
	display: inline-block;
}

.index-jjfa .tabBox .box .box-ks .box-ksb .zh24 {
	color: #fff;
	margin-bottom: 14px;
}

.index-jjfa .tabBox .box .box-ks .box-ksb .zh15 {
	line-height: 28px;
	margin-bottom: 22px;
}

.index-jjfa .tabBox .box .box-ks .box-ksb a {
	position: relative;
}

.tabBox .box .box-ks .box-ksb .box-ksb4 {
	position: absolute;
	bottom: 50px;
	left: 0;
}


.index-khal {
	background: url(../images/index-khal.jpg) no-repeat top center/cover;
	background-size: 100% 100%;
	padding: 116px 0 105px;

}

.index-jjfa .tabBox .box .box-ks .jtimg img {
	width: 8px;
	height: 16px;
}

.index-jjfa .tabBox .box .box-ks .box-ksb .box-ksb3 img {
	width: 8px;
	height: 16px;
}


.index-khalc .pic2 {
	display: none;
}

@media(max-width: 1024px) {
	.index-khalc .pic1 {
		display: none;
	}

	.index-khalc .pic2 {
		display: block;
	}
}

.index-khal .index-khala {
	float: left;
}

.index-khal .index-khala .zh46 {
	color: #000000;
	line-height: 1;
}

.index-khal .index-khala .zh46 span {
	font-size: 22px;
    margin-left: 20px;
    display: initial;
}

.index-khal .index-khalb {
	float: right;
}

.index-khal .index-khalb .mainMore {
	margin-top: 0;
}

.index-khal .khale {
	margin-bottom: 45px;
}


.index-xwzx {
	padding: 118px 0 150px;
	position: relative;
}

.index-xwzx .index-xwzxa {
	margin-bottom: 42px;
}

.index-xwzxa .index-xwzxa1 {
	float: left;
}

.index-xwzxa1 .zh46 {
	color: #000000;
	line-height: 1;
	font-weight: bold;
}

.index-xwzxa1 .zh46 span {
	font-size: 22px;
    margin-left: 20px;
    display: initial;
}

.index-xwzxa .index-xwzxa2 {
	float: right;
}

.index-xwzxa .index-xwzxa2 .mainMore {
	margin-top: 0;
}

.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb {
	border: 1px solid #e6e6e6;
	border-top: inherit;
	padding: 27px 50px 37px 39px;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh14 {
	margin-bottom: 22px;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh24 {
	color: #1a1a1a;
	line-height: 32px;
	height: 59px;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh16 {
	color: #666666;
	line-height: 26px;
	margin: 20px 0 27px;
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh16 {
	color: #fff;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .a {
	color: #666666;
	font-size: 15px;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .a span {
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	margin-bottom: 1px;
	background: url(../images/jtimg5.svg) no-repeat right center;
}


.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb {
	background: #0e32c8;
	background-size: 100% 100%;
	border: inherit;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh14 {
	color: #fff;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh24 {
	color: #fff;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .a {
	color: #fff;
}

.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .a span {
	background: url(../images/jtimg.svg) no-repeat right center;
	opacity: 0.7;
}

.index-xwzx .swiper-pagination-obt {
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.index-xwzx .swiper-pagination-obt .swiper-pagination-bullet-active {
	background: #0e32c8;
}

.swiper-pagination-obt .swiper-pagination-bullet {
	background: #acb8e9;
	width: 38px;
	height: 5px;
	border-radius: inherit;
	margin-right: 12px;
	opacity: 1;
}


.swiper-pagination-obt .swiper-pagination-bullet:last-child {
	margin-right: 0;
}


.index-xzzx {
	background: #f6f6f7;
	padding: 110px 0;
}

.index-xzzx .index-xwzxa {
	margin-bottom: 43px;
}

.index-xzzxa {
	position: relative;
}

.index-xzzxa .bk {
	float: left;
	width: 32.8%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index-xzzxa .bk .bk1 {
	background: url(../images/xzzx1.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	padding: 35px 0 28px 32px;
}

.index-xzzxa .bk .bk1 .bk-a {
	margin-bottom: 6px;
}

.index-xzzxa .bk .bk1 .bk-b {
	color: #fff;
	margin-bottom: 27px;
}

.index-xzzxa .bk .bk-c {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 32px;
	bottom: 26px;
}

.index-xzzxa .gk {
	width: 32.8%;
	float: left;
	margin-left: 33.57%;
}

.index-xzzxa .gk .gk2 {
	background: url(../images/xzzx2.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	padding: 35px 0 28px 32px;
}

.index-xzzxa .gk .gk2 .gk-a {
	margin-bottom: 5px;
}

.index-xzzxa .gk .gk2 .gk-b {
	color: #fff;
	margin-bottom: 27px;
}

.index-xzzxa .gk .gk2 .gk-c {
	color: #fff;
	margin-top: 103px;
}

.gk .gk1 {
	background: #fff;
	padding: 38px 49px 49px 32px;
}

.index-xzzxa .gk .gk1 .ob {
	margin-bottom: 6px;
}

.index-xzzxa .gk .gk1 .zh16 {
	color: #666666;
}

.index-xzzxa .gk .gk1 .zh24 {
	color: #0e32c8;
	margin-bottom: 24px;
	font-weight: bold;
}

.index-xzzxa .gk .gk1 .jj {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-xzzxa .gk .gk1 .fazxa {
	margin-top: 29px;
}

.index-xzzxa .ck {
	position: absolute;
	right: 0;
	top: 0;
	width: 32.8%;
	background: #fff;
	height: 100%;
}

.index-xzzxa .ck .ob {
	color: #666666;
	padding: 38px 0 0 32px;
	margin-bottom: 6px;
}

.index-xzzxa .ck .zh24 {
	color: #0e32c8;
	padding-left: 32px;
	margin-bottom: 27px;
	font-weight: bold;
}

/* .index-xzzxa .ck .ovo .ck1 {
	position: relative;
} */

.index-xzzxa .ck .ovo .ck1 a {
	padding: 23px 0;
	padding-right: 80px;
	display: block;
}

.index-xzzxa .ck .ovo .ck1:hover {
	background: #f2f2f3;
}

/* .index-xzzxa .ck .ovo .ck1:before{display: none !important;}
.index-xzzxa .ck .ovo .ck1:before,
.index-xzzxa .ck .ovo .ck1: before{
	position: absolute;
	content: "";
	right: 5%;
	top: 50%;
	width: 15px;
	height: 16px;
	transform: translateY(-50%);
	background: url(../images/xzls1.png) no-repeat top center;
} */


.index-xzzxa .ck .ovo .ck1 a {
	position: relative;
}

.index-xzzxa .ck .ovo .ck1 a:before {
	position: absolute;
	content: "";
	right: 5%;
	top: 50%;
	width: 15px;
	height: 16px;
	transform: translateY(-50%);
	background: url(../images/xzls1.svg) no-repeat top center;
}


.index-xzzxa .ck .ovo .ck1 a:hover:before {
	background: url(../images/xzlsee.svg) no-repeat top center;
}

.index-xzzxa .ck .ovo .ck1 .cka1 {
	color: #333333;
	padding-bottom: 9px;
	position: relative;
	padding-left: 32px;
}


.index-xzzxa .ck .ovo .ck1 .cka1 p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.index-xzzxa .ck .ovo .ck1:hover .cka1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 22px;
	background: url(../images/oyes.png) no-repeat top center;

}

.index-xzzxa .ck .ovo .ck1 .cka2 {
	padding-left: 32px;
}

.index-xzzxa .ck .ckc {
	padding-left: 32px;
	margin-top: 20px;
}

.index-xzzxa .ck .ckc .fazxa a {
	font-size: 16px;
}

.index-xzzxa .ck .ckc .fazxa span {
	background: url(../images/ztbhkj.png) no-repeat right center;
}

.index-xzzxa .ck .ckc .fazxa:hover a {
	color: #fff;
}

.index-xzzxa .ck .ckc .fazxa:hover span {
	background: url(../images/anjt.png) no-repeat right center;
}

.index-xzzxa .ck .ckc .fazxa:hover {
	border: inherit;
	background: url(../images/anjb1.png) no-repeat center/cover;
}






.fazxa {
	border: 1px solid #d2d2d2;
	width: 120px;
	height: 40px;
	border-radius: 0 19px 0 19px;
	line-height: 40px;
	text-align: center;
}

.fazxa span {
	display: inline-block;
	margin-left: 6px;
	width: 15px;
	height: 16px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url(../images/xzls1.svg) no-repeat top center;
}

.fazxa:hover span {
	background: url(../images/xzls.svg) no-repeat right center;
}

.fazxa:hover {
	border: 1px solid #0e32c8;
	color: #0e32c8;
}


.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=88);
}

.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 660px;
	z-index: 1002;
	overflow: auto;
	transform: translate(-50%, -50%);
}

.white_content a {
	display: block;
	text-align: right;
}


.ycan {
	position: absolute;
	bottom: -27px;
	right: 88px;
	display: none;
}

.banner .sje {
	display: none;
}


@media (max-width:1500px) {
	.bannerBox .con .img {
		width: 40%;
		display: inline-block;
	}

	.zh46 {
		font-size: 40px;
	}

	.zh24 {
		font-size: 20px;
		color: #c1c2cb;
	}
}

@media (max-width:1250px) {
	.index-jjfa .tabBox .box .box-ks .box-ksb {
		padding: 20px 24px 0 23px;
	}
}


@media (max-width:1100px) {
	.zh20 {
		font-size: 18px;
	}

	.mainMore {
		margin-top: 15px;
		width: 141px;
		height: 42px;
		line-height: 2.8;

		margin-top: 10px;
	}

	.zh16 {
		font-size: 14px;
		color: #fff;
	}

	.bannerBox .con .zh20 {
		margin: 10px 0 0;
	}

	.banner .swiper-button-next-yyy {
		display: none;
	}

	.banner .swiper-button-prev-yyy {
		display: none;
	}

	.bannerA .bannerB {
		display: none;
	}

	.banner .swiper-pagination-yyy {
		width: 100%;
		text-align: center;
	}

	.banner .swiper-pagination-bullet {
		width: 20px;
	}



	.index-hdkj {
		padding: 30px 0 40px;
	}

	.index-hdkj .hdkj-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.index-hdkj .hdkj-right {
		width: 100%;
	}

	.index-hdkj .hdkj-left .hdkj-left1 {
		margin-bottom: 15px;
		display: inline-block;
	}

	.index-hdkj .hdkj-left .hdkj-left1 img {
		width: 100px;
	}

	.index-hdkj .hdkj-left .hdkj-left2a {
		margin-top: 0px;
	}

	.index-hdkj .lsbj .mainMore {
		line-height: 2.8;
		margin-top: 10px;
	}

	.zh46 {
		font-size: 26px;
	}

	.index-hdkj .hdkj-left .hdkj-left2 {
		line-height: 1.6;
		padding-left: 20px;
		padding-right: 20px;
	}

	.index-jjfa {
		padding: 30px 0 40px;
		display: none;
	}


	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		bottom: 20px;
		left: 20px;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .zh15 {
		margin-bottom: 10px;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksa {
		width: 100%;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksb {
		position: inherit;
		width: 100%;
		margin-top: 10px;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksb .box-ksb4 {
		position: inherit;
		bottom: inherit;
		left: inherit;
		margin: 20px 0 15px;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksb .zh15 {
		margin-bottom: 10px;
	}

	.index-jjfa .index-jjfaa {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 .zh26 {
		margin-bottom: 10px;
	}

	.index-khal {
		padding: 30px 0 40px;
	}

	.index-xwzx {
		padding: 30px 0 40px;
	}

	.index-xwzxa .index-xwzxa1 {
		float: inherit;
	}

	.index-xwzxa .index-xwzxa2 {
		display: none;
	}

	.index-xwzx .index-xwzxa {
		text-align: center;
		margin-bottom: 15px;
	}

	.index-xwzx .swiper-pagination-obt {
		bottom: 10px;
		width: 100%;
	}

	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh16 {
		line-height: 1.5;
		margin: 0px 0 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh14 {
		margin-bottom: 5px;
	}

	.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb {
		padding: 15px 15px 20px 15px;
	}



	.index-xzzx {
		padding: 30px 0 40px;
	}

	.index-xzzx .index-xwzxa {
		margin-bottom: 10px;
	}

	.gk .gk1 {
		padding: 20px;
		margin-bottom: 15px;
	}

	.index-xzzxa .bk .bk1 {
		padding: 20px;
	}

	.index-xzzxa .gk .gk2 {
		padding: 20px;
	}

	.index-xzzxa .ck .ob {
		padding: 20px 0 0 20px;
		display: none;
	}

	.index-xzzxa .ck .ovo .ck1 .cka1 {
		padding-left: 0;
		padding-bottom: 2px;
		font-weight: bold;
	}

	.index-xzzxa .ck .ovo .ck1 .cka2 {
		padding-left: 0;
	}

	.index-xzzxa .ck .ckc {
		padding-left: 0;
		line-height: 1.5;
		margin-top: 24px;
	}

	.index-xzzxa .ck .ovo .ck1 a {
		padding: 15px 0;
		padding-right: 35px;
	}

	.index-xzzxa .ck .zh24 {
		margin-bottom: 0px;
		padding-left: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #b2b2b2;
		font-size: 22px;
	}

	.index-xzzxa .gk .gk1 .zh24 {
		margin-bottom: 10px;
	}

	.index-xzzxa .gk .gk1 .fazxa {
		margin-top: 10px;
	}

	.index-xzzxa .gk .gk1 .jj {
		line-height: 1.5;
	}

	.index-xzzxa .bk {
		width: 100%;
		position: relative;
		height: 300px;
	}

	.index-xzzxa .gk {
		width: 100%;
		position: inherit;
		margin-left: 0;
		margin-top: 0;
	}

	.index-xzzxa .ck {
		width: 100%;
		position: inherit;
		float: left;
		margin-top: 0;
		padding: 25px 20px 33px 20px;
	}

	.index-xzzxa .ck .ovo .ck1 {
		border-bottom: 1px solid #e5e5e5;
	}

	.index-xzzxa .ck .ovo .ck1 a:before {
		right: 0;
	}

	.banner .sje {
		display: block;
	}

	.banner .pce {
		display: none;
	}

	.index-xzzxa .ck .ovo .ck1 .cka1 p {
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
	}

	.index-xzzxa .ck .ovo .ck1:hover {
		background: none;
	}

	.index-xzzxa .ck .ovo .ck1:hover .cka1:before {
		background: inherit;
	}

	.index-xzzxa .ck .ovo .ck1 a:before {
		background: url(../images/xzlsee.svg) no-repeat top center;
	}

}


@media (max-width:803px) {
	.index-jjfa .index-jjfaa .index-jjfaa1 {
		width: 100%;
		text-align: center;
	}

}

@media (max-width:750px) {

	.zh60 {
		font-size: 37px !important;
	}

	.zh26 {
		font-size: 20px;
	}


}



@media (max-width:500px) {
	.zh20 {
		font-size: 15px;
	}

	.zh16 {
		font-size: 14px;
	}

	.bannerBox .con .img {
		width: 55%;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		background: #373744;
		position: inherit;
		padding: 10px;
	}
}
















/**客户案例详情**/
.bannerb {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: none;
}

.bannerb .zh60 {
	margin-bottom: 14px;
}

.bannerb .zh20 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.bannerb .zh24 {
	color: #fff;
}

.mbx {
	background: #fbfbfb;
	padding: 15px 0 13px;
	border-bottom: 1px solid #f3f3f3;
}

.mbx .mbxa {
	float: left;
}

.mbx .mbxa a {
	color: #666666;
}

.mbx .mbxa a:hover {
	color: #0e32c8;
}

.mbx .mbxa span {
	vertical-align: middle;
}

.mbx .mbxb {
	float: right;
}

.mbx .mbxb a {
	color: #666666;
	position: relative;
	padding-left: 12px;
}


.mbx .mbxb a:before {
	position: absolute;
	content: "";
	width: 7px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 13px;
	display: inline-block;
	background: url(../images/mbx.png) no-repeat right center;
}

.alxq-jftd {
	padding: 110px 0 164px;
	position: relative;
}

.alxq-jftd:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 15px;
	width: 2560px;
	height: 147px;
	background: url(../images/jftdasdaw.jpg) no-repeat right center;
	background-size: 100% 100%;
}

.alxq-jftd .alxq-jftda {
	float: left;
	width: 45%;
	height: 410px;
	overflow: overlay;
}

.alxq-jftd .alxq-jftda::-webkit-scrollbar{
	width: 2px;
	
}
.alxq-jftd .alxq-jftda::-webkit-scrollbar-track{
	background: #fff;
	width: 2px;
}

.alxq-jftd .alxq-jftda::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.alxq-jftd .alxq-jftda::-webkit-scrollbar-thumb{
	background: #0d35cb;
	border: 5px;
		
}
.alxq-jftd .alxq-jftda::-webkit-scrollbar-button{
	display: none;
}

.alxq-jftd .alxq-jftda .alxq-jftda1 {
	float: left;
}

.alxq-jftd .alxq-jftda .alxq-jftda2 {
	float: right;
	width: 105px;
}



.alxq-jftd .alxq-jftdae {
	margin-bottom: 20px;
}

.alxq-jftd .khanxq-dek {
	padding-top: 35px;
}

.alxq-jftd .khanxq-dek .khanxq-deka {
	margin-bottom: 37px;
}

.alxq-jftd .khanxq-dek .khanxq-deka:last-child {
	margin-bottom: 0;
}

.alxq-jftd .khanxq-dek .khanxq-deka .khanxq-deka1 {
	color: #333333;
	margin-bottom: 21px;
}

.alxq-jftd .khanxq-dek .khanxq-deka .khanxq-deka2 {
	line-height: 28px;
}


.alxq-jftd .alxq-jftda3 {
	margin-bottom: 14px;
}

.alxq-jftd .alxq-jftda .zh16 {
	color: #666666;
	line-height: 26px;
}

.alxq-jftd .alxq-jftda .zh20 {
	color: #666666;
}

.zzsql {
	margin-bottom: 55px;
}

.xdtz .zh46 {
	color: #333333;
	line-height: 1;
}

.xdtz .yw {
	margin-top: 17px;
}

.alxq-jftda .xdtz .yw {
	margin-bottom: 47px;
}

.alxq-jftd .alxq-jftdb {
	float: right;
	width: 52.5%;
}


.yyld {
	background: url(../images/yyldbj.jpg) no-repeat top center;
	padding: 117px 0 106px;
	background-size: 100% 100%;
}

.yyld .ksbya1 .left {
	float: left;
	width: 250px;
	color: #000;
	line-height: 1;
}

.yyld .ksbya1 .right {
	float: right;
	width: calc(100% - 250px);
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.ksby .ksbya1:nth-child(n+2) {
	margin-top: 25px;
}


@media(max-width: 1100px) {
	.yyld .ksbya1 .left {
		width: 140px;
	}

	.yyld .ksbya1 .right {
		width: calc(100% - 140px);
	}

	.ksby .ksbya1:nth-child(n+2) {
		margin-top: 20px;
	}

	.hdkj-left .maea {
		margin-top: 5px;
	}

	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh24 {
		height: 70px;
	}

	.swiper-button-next-obte {
		display: none !important;
	}

	.swiper-button-prev-obte {
		display: none !important;
	}
}

@media (max-width:750px) {
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh24 {
		height: auto;
		font-weight: bold;
		line-height: 1.3;
	}

	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb .zh16 {
		line-height: 1.3;
		font-size: 14px;
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}
}

@media(max-width: 550px) {
	.yyld .ksbya1 .left {
		width: 110px;
	}

	.yyld .ksbya1 .right {
		width: calc(100% - 110px);
	}

	.ksby .ksbya1:nth-child(n+2) {
		margin-top: 20px;
	}
}

.yyld .yylda .yylda1 {
	float: left;
	width: 15%;
}

.yyld .yylda .yylda2 {
	float: left;
	width: 77.9%;
	margin-left: 7%;
}

.yyld .yylda .yylda2a {
	color: #666666;
	margin-bottom: 25px;
}

.yyld .yylda .yylda2a:last-child {
	margin-bottom: 0;
}

.yyld .yyds {
	margin-bottom: 90px;
}

.khalxq-cpdt {
	/* 	background: #f6f6f7; */
	padding: 107px 0 116px;
}

.khalxq-cpdt .khalxq-cpdta {
	text-align: center;
}

.khalxq-cpdt .khalxq-cpdta .zh46 {
	color: #000000;
}

.khalxq-cpdt .khalxq-cpdta .zh20 {
	color: #666666;
	margin-top: 18px;
}

.khalxq-cpdt .khalxq-cpdta {
	margin-bottom: 48px;
}

.khalxq-cpdt .khalxq-cpdtb ul li {
	float: left;
	width: 32.85%;
	margin-right: 0.72%;
}

.khalxq-cpdt .khalxq-cpdtb ul li:last-child {
	margin-right: 0;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a {
	border: 1px solid #e6e6e6;
	padding: 36px 34px 43px 34px;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh24 {
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 9px;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh16 {
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 {
	margin-top: 34px;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 .zh14 {
	float: left;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 .cpdtb-oyy {
	float: right;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 .cpdtb-oyy a {
	line-height: 1;
	color: #666666;
}

.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 .cpdtb-oyy a span {
	display: inline-block;
	margin-left: 9px;
	width: 8px;
	height: 14px;
	margin-bottom: 1px;
	vertical-align: middle;
	background: url(../images/jtimg5.svg) no-repeat right center;
}

.khalxq-cpdt .khalxq-cpdtb ul {
	margin-bottom: 25px;
}

.khalxq-cpdt .khalxq-cpdtb .maea {
	text-align: center;
}

.khalxq-cpdt .khalxq-cpdtb .maea .mainMore {
	margin-top: 0;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a {
	background: #0e32c8;
	border: indianred;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a .zh24 {
	color: #fff;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a .zh16 {
	color: #fff;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a .cpdtb-a1 .zh14 {
	color: #fff;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a .cpdtb-a1 .cpdtb-oyy a {
	color: #fff;
}

.khalxq-cpdt .khalxq-cpdtb ul li:hover .cpdtb-a .cpdtb-a1 .cpdtb-oyy a span {
	background: url(../images/jtimg.svg) no-repeat right center;
	opacity: 0.7;
}

@media (max-width: 1682px) {
	.yyld .yylda .yylda1 {
		width: 17%;
	}

	.yyld .yylda .yylda2 {
		width: 76%;
	}
}


@media (max-width:1500px) {
	.zh60 {
		font-size: 55px;
	}
}

@media (max-width:1300px) {
	.zh60 {
		font-size: 45px;
	}
}

@media (max-width:1100px) {
	.bannerb .zh20 {
		margin-bottom: 5px;
	}

	.bannerb .zh60 {
		margin-bottom: 5px;
	}

	.mbx {
		display: none;
	}

	.alxq-jftd {
		padding: 30px 0 40px;
	}

	.alxq-jftda .xdtz .yw {
		margin-bottom: 0px;
	}

	.alxq-jftd .alxq-jftda .zh16 {
		line-height: 1.5;
	}

	.alxq-jftd .alxq-jftdae {
		margin-bottom: 0px;
	}

	.alxq-jftd .alxq-jftda3 {
		margin-bottom: 5px;
	}

	.alxq-jftd .alxq-jftda {
		margin-top: 0;
		width: 100%;
	}

	.alxq-jftd .alxq-jftdb {
		width: 100%;
		margin-top: 15px;
	}

	.yyld {
		padding: 30px 0 40px;
	}

	.yyld .yyds {
		margin-bottom: 15px;
	}

	.yyld .yylda .yylda2 {
		width: 83%;
		margin-left: 0;
	}

	.khalxq-cpdt {
		padding: 30px 0 40px;
	}

	.khalxq-cpdt .khalxq-cpdta {
		margin-bottom: 15px;
	}

	.khalxq-cpdt .khalxq-cpdta .zh20 {
		margin-top: 5px;
		font-size: 14px;
	}

	.khalxq-cpdt .khalxq-cpdtb ul {
		margin-bottom: 15px;
	}

	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a {
		padding: 15px;
	}

	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .cpdtb-a1 {
		margin-top: 10px;
	}

	.yyld .yylda .yylda2a {
		margin-bottom: 7px;
	}

	.zzsql {
		margin-bottom: 15px;
	}
}


@media (max-width:750px) {
	.bannerb .zh60 {
		font-size: 30px;
	}

	.bannerb .zh24 {
		font-size: 16px;
	}

	.khalxq-cpdt .khalxq-cpdtb ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.zh24 {
		font-size: 18px;
		color: #c1c2cb;
	}

	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh24 {
		margin-bottom: 0;
	}

	.yyld .yylda .yylda2 {
		width: 100%;
	}

	.yyld .yylda .yylda1 {
		width: 100%;
	}
}

@media (max-width:500px) {
	.bannerb .zh60 {
		font-size: 25px;
	}
}









/**产品与解决方案**/
.banner .bannerc .zh50 {
	line-height: 65px;
	margin-bottom: 18px;
}

.cpjj-dyk {
	padding: 115px 0 104px;
	background: #f4f4f4;
}

.cpjj-dyk .container {
	position: relative;
}

.cpjj-dyk .cpjj-dyka {
	float: left;
	width: 71%;
}

.cpjj-dyk .cpjj-dykb {
	float: right;
	width: 21%;
	margin-top: 4%;
}

.cpjj-dyk .cpjj-dykb .zh46 {
	color: #000000;
}

.cpjj-dyk .cpjj-dykb .zh20 {
	color: #666666;
	margin-top: 40px;
}

.cpjj-jjfa {
	background: #55566a;
	padding: 109px 0 119px;
}

.cpjj-jjfa .cpjj-jjfaa {
	float: left;
}

.cpjj-jjfa .cpjj-jjfaa .zh46 {
	margin-bottom: 69px;
	line-height: 1;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an {
	/*border-bottom: 1px solid #6c6d80;*/
	margin-bottom: 53px;
	padding-left: 20px;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur {
	position: relative;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur:before {
	position: absolute;
	content: "";
	left: 0;
	top: -4px;
	height: 57px;
	width: 4px;
	background: url(../images/curqnm.png) no-repeat center center/cover;
}



.cpjj-jjfa .cpjj-jjfaa .tabTit .an a {
	display: inline-block;
	width: 100%;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an:last-child {
	border: inherit;
	padding-bottom: 0;
}


.cpjj-jjfa .cpjj-jjfaa .tabTit .an .ana {
	float: left;
	margin-right: 13px;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an .sj {
	display: none;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur .pc {
	display: none;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur .sj {
	display: block;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an .anb {
	float: left;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an .anb .anb1 {
	line-height: 1;
	color: #c1c2cb;
	margin-bottom: 5px;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .an .anb .anb2 {
	line-height: 1;
	color: #c1c2cb;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur .anb .anb1 {
	color: #fff;
}

.cpjj-jjfa .cpjj-jjfaa .tabTit .cur .anb .anb2 {
	color: #fff;
}


.cpjj-jjfa .tabBox {
	float: right;
	width: 78%;
	height: 556px;
}

.cpjj-jjfa .tabBox .box {
	position: relative;
	height: 100%;
	width: 100%;
	background: url(../images/boxxx.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.cpjj-jjfa .tabBox .box a {
	display: block;
	height: 100%;
}


.cpjj-jjfa .tabBox .box .zi {
	position: absolute;
	left: 60px;
	bottom: 46px;
}

.cpjj-jjfa .tabBox .box .zi .zh15 {
	line-height: 26px;
	margin-bottom: 28px;
}

.cpjj-jjfa .tabBox .box .zi .jtimg img {
	width: 8px;
	height: 16px;
}


.khal {
	padding: 112px 0 155px;
	position: relative;
}

.khal .swiper-button-prev-jw {
	width: 18px;
	height: 30px;
	top: 57%;
	left: 11%;
	background: url(../images/jwz.png) no-repeat center center/cover;
}

.khal .swiper-button-prev-jw:hover {
	background: url(../images/zjhesa.png) no-repeat right center;
}

.khal .swiper-button-prev-jw:after {
	opacity: 0;
}

.khal .swiper-button-next-jw {
	width: 18px;
	height: 30px;
	right: 11%;
	top: 57%;
	background: url(../images/jwr.png) no-repeat center center/cover;
}

.khal .swiper-button-next-jw:hover {
	background: url(../images/zjhesea.png) no-repeat right center;
}

.khal .swiper-button-next-jw:after {
	opacity: 0;
}

.swiper-container-jw .swiper-slide {
	overflow: hidden;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylsza {
	position: absolute;
	bottom: 24px;
	color: #fff;
	left: 29px;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb {
	position: absolute;
	bottom: -100%;
	height: 100%;
	background: rgba(17, 54, 197, 0.9);
	width: 100%;
	transition: all 0.6s;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide:hover .ylsza {
	display: none;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide:hover .ylszb {
	bottom: 0;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb2 {
	line-height: 28px;
	margin-bottom: 38px;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb2 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}


.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb a span {
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 14px;
	background: url(../images/jtimg.svg) no-repeat right center;
	vertical-align: middle;
	margin-top: -3px;
	opacity: .7;
}

.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .box {
	position: absolute;
	width: 100%;
	bottom: 28px;
	padding: 0 35px 0 31px;
}

.swiper-pagination-jw {
	left: 50%;
	bottom: 106px;
	transform: translateX(-50%) !important;
}

.swiper-pagination-jw .swiper-pagination-bullet {
	background: #acb8e9;
	border-radius: inherit;
	width: 38px;
	height: 5px;
	opacity: 1;
	margin-right: 12px;
}

.swiper-pagination-jw .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-jw .swiper-pagination-bullet-active {
	background: #0e32c8;
}

.khal .khala {
	margin-bottom: 32px;
}

.khal .swiper-pagination-jw {
	bottom: 96px;
}

.zhyyfw {
	background: #f6f6f7;
	padding: 117px 0 115px;
}

.zhyyfw .container {
	position: relative;
}

.zhyyfw .zhyyfw-a {
	float: left;
	width: 50%;
}

.zhyyfw .zhyyfw-b {
	position: absolute;
	height: 100%;
	width: 50.08%;
	right: 0;
	background: #0e32c8;
	padding: 86px 46px 20px 50px;
	border-radius: 0 65px 0 0;
}

.zhyyfw .zhyyfw-b .zh46 {
	float: left;
	color: #fff;
}

.zhyyfw .zhyyfw-b .zhyyfw-b1 {
	float: right;
}

.zhyyfw .zhyyfw-b .zh16 {
	color: #fff;
	line-height: 28px;
	margin-bottom: 18px;
}

.zhyyfw .zhyyfw-b .zh16:last-child {
	margin-bottom: 0;
}

.zhyyfw .zhyyfw-b .clearfix {
	margin-bottom: 36px;
}

.zhyyfw .zhyyfw-b .gybsban {
	padding-top: 25px;
}

.zhyyfw .zhyyfw-b .gybsban a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 0 19px 0 19px;
	display: inline-block;
}

.zhyyfw .zhyyfw-b .gybsban a:hover {
	background: #fff;
	color: #0a46db;
}

.zhyyfw .xdxy {
	position: relative;
	height: 100%;
}

.zhyyfw .xdxy:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 5px;
	width: 181px;
	height: 176px;
	background: url(../images/xdxy.png) no-repeat center center/cover;
}

.lzbd {
	padding: 114px 0 100px;
	background-size: 100% 100%;
	background: url(../images/lzbd.jpg) no-repeat center center/cover;
}

.lzbd .lzbda {
	float: left;
	width: 64.44%;
}

.lzbd .lzbda .lzbda1 {
	margin-bottom: 31px;
	line-height: 1;
}

.lzbd .ks .lzbda .tabBox .box {
	position: relative;
}

.lzbd .ks .lzbda .tabBox .box .lzbda1 {
	position: absolute;
	top: -24%;
}

.lzbd .lzbda ul li {
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	border: 1px solid #789bec;
	border-radius: 5px;
	padding: 10px 5px 16px 15px;
}

.lzbd .lzbda ul li:nth-child(3) {
	margin-right: 0;
}

.lzbd .lzbda ul li:nth-child(5) {
	margin-right: 0;
}

.lzbd .lzbda ul li input {
	width: 80%;
	float: left;
	border: 0px solid #789bec;
	background-color: transparent;
	color: #a2baf2;
	font-size: 16px;
}

.lzbd .lzbda ul li .xhe {
	float: left;
	color: #a2baf2;
	font-size: 16px;
	line-height: 1;
	margin-top: 3px;
}

.lzbd .lzbda ul li .z {
	float: left;
	color: #a2baf2;
	font-size: 16px;
	line-height: 1;
	margin-top: 3px;
}

.lzbd .lzbda ul .lzbdae {
	width: 49.37%;
	margin: 14px 1.25% 14px 0;
}

.lzbd .lzbda ul .lykk {
	width: 100%;
	margin-right: 0;
	height: 96px;
	margin-bottom: 26px;
	border: inherit;
	padding: 0;
}

.lzbd .lzbda ul li #mess {
	background-color: transparent;
	border: 1px solid #879ee8;
	width: 100%;
	color: #85a1ec;
	font-size: 16px;
	border-radius: 5px;
	height: 96px;
	padding: 10px 5px 16px 15px;
}

input::-webkit-input-placeholder {
	color: #a2baf2;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a2baf2;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a2baf2;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a2baf2;
}


.cbt::-webkit-input-placeholder {
	color: #fff;
}

.cbt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.cbt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.cbt:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

textarea::-webkit-input-placeholder {
	color: #a2baf2;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a2baf2;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a2baf2;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a2baf2;
}

.lzbd .lzbda .ljsy .btn {
	color: #c5d3ff !important;
	background-color: transparent !important;
	border: 1px solid #879ee8;
	border-radius: 0 23px 0 23px;
	width: 120px;
	height: 40px;
	line-height: 32px;
}

.lzbd .lzbda .ljsy .btn:hover {
	color: #0a46db !important;
	background: #fff !important;
	border: 0;
}

.lzbd .lzbdb {
	float: right;
	width: 30%;
	line-height: 49px;
}

.lzbd .lzbdb .lzbdb1 {
	margin-bottom: 26px;
	line-height: 1;
}

.lzbd .lzbdb .lzbdb2 {
	line-height: 28px;
	margin-bottom: 38px;
}

.lzbd .lzbdb .fwrx {
	margin-bottom: 0px;
	line-height: 1;
}

.lzbd .lzbdb .maea .maeaa {
	width: 120px;
	margin-top: 35px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: url(../images/anjb.png) no-repeat center/cover;
	display: inline-block;
	background-size: 100% 100%;
}

.zhyyfw .zhyyfw-a .img .sj {
	display: none;
}

.cpjj-dyk .cpjj-dyka .img .sj{
	display: none;
}

@media (max-width:2560px) {
	.khal .swiper-button-prev-jw {
		left: 16%;
	}

	.khal .swiper-button-next-jw {
		right: 16%;
	}
}

@media (max-width:2500px) {
	.khal .swiper-button-prev-jw {
		left: 15%;
	}

	.khal .swiper-button-next-jw {
		right: 15%;
	}
}

@media (max-width:2400px) {
	.khal .swiper-button-prev-jw {
		left: 14%;
	}

	.khal .swiper-button-next-jw {
		right: 14%;
	}
}

@media (max-width:2300px) {
	.khal .swiper-button-prev-jw {
		left: 13%;
	}

	.khal .swiper-button-next-jw {
		right: 13%;
	}
}

@media (max-width:2260px) {
	.khal .swiper-button-prev-jw {
		left: 11%;
	}

	.khal .swiper-button-next-jw {
		right: 11%;
	}
}


@media (max-width:1803px) {
	.cpjj-dyk .cpjj-dyka {
		width: 69%;
	}

	.cpjj-dyk .cpjj-dykb {
		width: 23%;
	}

	.zhyyfw .xdxy:before {
		width: 124px;
		height: 120px;
		background-size: 100% 100%;
	}
}

@media (max-width:1750px) {
	.lzbd .lzbdb {
		width: 31%;
	}
}

@media (max-width:1600px) {
	.khal .swiper-button-prev-jw {
		left: 4%;
	}

	.khal .swiper-button-next-jw {
		right: 4%;
	}
}


@media (max-width:1500px) {
	.zh50 {
		font-size: 45px;
	}
}



@media (max-width:1400px) {
	.cpjj-dyk .cpjj-dyka {
		width: 67%;
	}

	.cpjj-dyk .cpjj-dykb {
		width: 25%;
	}

	.cpjj-dyk .cpjj-dykb {
		width: 27%;
	}

	.cpjj-jjfa .tabBox {
		width: 80%;
	}

}

@media (max-width:1395px) {
	.lzbd .lzbdb {
		width: 35%;
	}

	.lzbd .lzbda {
		width: 59%;
	}
}

@media (max-width:1350px) {
	.zhyyfw .zhyyfw-b {
		padding: 40px 25px 20px 25px;
	}

	.zhyyfw .zhyyfw-b .clearfix {
		margin-bottom: 20px;
	}

	.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb2 {
		line-height: 28px;
		margin-bottom: 12px;
	}

	.khalb .swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb1 {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

@media (max-width: 1300px) {
	.zh50 {
		font-size: 35px;
	}

	.banner .bannerc .zh50 {
		margin-bottom: 5px;
	}

	.banner .bannerc .zh50 {
		line-height: 51px;
	}

	.cpjj-dyk .cpjj-dyka {
		width: 65%;
	}

	.cpjj-jjfa .cpjj-jjfaa {
		width: 19%;
	}

}

@media (max-width:1275px) {
	.lzbd .lzbdb {
		width: 37%;
	}
}

@media (max-width:1205px) {
	.cpjj-dyk .cpjj-dykb {
		width: 29%;
	}

	.lzbd .lzbda {
		width: 53%;
	}

	.lzbd .lzbdb {
		width: 41%;
	}

	.cpjj-jjfa .tabBox {
		width: 77.5%;
	}

	.cpjj-jjfa .cpjj-jjfaa {
		width: 21%;
	}
}

@media (max-width:1150px) {
	.zhyyfw .zhyyfw-b {
		padding: 25px 25px 20px 25px;
	}

	.zhyyfw .zhyyfw-b .clearfix {
		margin-bottom: 10px;
	}
}

@media (max-width:1100px) {
	.cpjj-dyk {
		padding: 30px 0 40px;
	}

	.cpjj-dyk .cpjj-dyka {
		width: 100%;
	}

	.cpjj-dyk .cpjj-dykb {
		width: 100%;
		position: inherit;
		transform: inherit;
		top: inherit;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.cpjj-dyk .cpjj-dykb .zh46 {
		margin-bottom: 10px;
	}

	.cpjj-dyk .cpjj-dykb .cpjj-dykb1 br {
		display: none;
	}

	.cpjj-jjfa .cpjj-jjfaa {
		width: 100%;
	}

	.cpjj-jjfa .tabBox {
		position: inherit;
		width: 100%;
		height: 500px;
		background-size: 100% 100%;
		margin-top: 15px;
	}

	.cpjj-jjfa {
		padding: 30px 0 40px;
		display: none;
	}

	.cpjj-jjfa .cpjj-jjfaa .zh46 {
		margin-bottom: 0px;
	}

	.cpjj-jjfa .tabBox .box .zi .zh15 {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.khal {
		padding: 30px 0 40px;
	}

	.khal .khala {
		margin-bottom: 10px;
	}

	.swiper-pagination-jw {
		bottom: 15px;
	}

	.swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .box {
		padding: 0 20px;
	}

	.swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb1 {
		margin-bottom: 10px;
	}

	.swiper-container-jw .swiper-wrapper .swiper-slide .ylszb .ylszb2 {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.zhyyfw .zhyyfw-a {
		width: 100%;
	}

	.zhyyfw .zhyyfw-a .img .pc {
		display: none;
	}

	.zhyyfw .zhyyfw-a .img .sj {
		display: block;
	}

	.zhyyfw .zhyyfw-b {
		position: initial;
		width: 100%;
		margin-top: 0;
		border-radius: 0 0 0 40px;
		display: inline-block;
		height: 35vw;
	}

	.zhyyfw {
		padding: 30px 0 40px;
	}

	.lzbd .lzbda {
		width: 100%;
	}

	.lzbd .lzbdb {
		width: 100%;
		margin-top: 15px;
		display: none;
	}

	.lzbd {
		padding: 30px 0 100px;
		background: url(../images/lzbda.jpg) no-repeat center center/cover;
	}

	.lzbd .lzbda .lzbda1 {
		margin-bottom: 15px;
		text-align: center;
	}

	.lzbd .lzbda .ljsy {
		text-align: center;
		margin-top: 12px;
	}

	.lzbd .lzbda ul .lykk {
		margin-bottom: 10px;
	}

	.lzbd .lzbdb .lzbdb1 {
		margin-bottom: 10px;
	}

	.lzbd .lzbdb .lzbdb2 {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.lzbd .lzbdb .maea .maeaa {
		margin-top: 10px;
	}

	.cpjj-dyk .cpjj-dykb .zh20 {
		margin-top: 10px;
		line-height: 1.5;
	}

	.khal .swiper-button-prev-jw {
		opacity: 0;
	}

	.khal .swiper-button-next-jw {
		opacity: 0;
	}

	.zhyyfw .zhyyfw-b .zh46 {
		font-size: 22px;
	}

}

@media (max-width:1000px) {
	.zhyyfw .zhyyfw-b {
		height: 45vw;
	}
}

@media (max-width:850px) {
	.zhyyfw .zhyyfw-b {
		height: 50vw;
	}
}

@media (max-width:750px) {
	.banner .bannerc .zh50 {
		line-height: 34px;
	}

	.zh50 {
		font-size: 25px;
	}

	.lzbd .ks .lzbda .tabBox .box .lzbda1 {
		top: -16%;
	}
	
	.cpjj-dyk .cpjj-dyka .img .sj{
		display: block;
	}

	.cpjj-dyk .cpjj-dyka .img .pc{
		display: none;
	}
}

@media (max-width:600px) {
	.zhyyfw .zhyyfw-b {
		height: 55vw;
	}
}

@media (max-width:570px) {
	.zhyyfw .zhyyfw-b {
		height: 63vw;
	}
}

@media (max-width:500px) {
	.cpjj-jjfa .tabBox {
		height: 300px;
	}

	.cpjj-jjfa .tabBox .box .zi {
		left: 20px;
		bottom: 20px;
	}

	.cpjj-jjfa .cpjj-jjfaa .tabTit .an {
		padding: 10px 0;
	}

	.cpjj-jjfa .cpjj-jjfaa .zh46 {
		margin-bottom: 5px;
	}
}


@media (max-width:480px) {
	.zhyyfw .zhyyfw-b {
		height: 73vw;
	}
}

@media (max-width:450px) {
	.zhyyfw .zhyyfw-b {
		height: 83vw;
	}
}

@media (max-width:400px) {
	.zhyyfw .zhyyfw-b {
		height: 88vw;
	}
}

@media (max-width:380px) {
	.zhyyfw .zhyyfw-b {
		height: 100vw;
	}
}

@media (max-width:350px) {
	.zhyyfw .zhyyfw-b {
		height: 120vw;
	}
}

@media (max-width:320px) {
	.zhyyfw .zhyyfw-b {
		height: 130vw;
	}
}










/**资管及运营解决方案详情页**/
.zgyyfaxq-hgkpl {
	padding: 101px 0 117px;
	background: #f6f6f7;
}

.zgyyfaxq-hgkpl .zgyyfaxq-hgkpla {
	text-align: center;
}

.zgyyfaxq-hgkpl .zgyyfaxq-wzyj {
	color: #000000;
	margin-bottom: 28px;
	text-align: center;
}

.zgyyfaxq-hgkpl .zgyyfaxq-hgkpla .zh46 {
	color: #000000;
	line-height: 54px;
	margin-bottom: 21px;
}

.zgyyfaxq-hgkpl .zgyyfaxq-hgkpla .zh20 {
	color: #666666;
	margin-bottom: 52px;
}

.zgyyfaxq-cpyy {
	background-size: 100% 100%;
	background: url(../images/cpyyy.jpg) no-repeat center/cover;
}

.zgyyfaxq-cpyy .swiper-pagination-box {
	left: 50%;
	transform: translateX(-50%);
	bottom: 128px;
}

.zgyyfaxq-cpyy .swiper-pagination-box .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	background: #acb8e9;
	opacity: 1;
	border-radius: inherit;
	margin-right: 12px;
}

.zgyyfaxq-cpyy .swiper-pagination-box .swiper-pagination-bullet-active {
	background: #0e32c8;
}

.zgyyfaxq-cpyy .swiper-pagination-box .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.zgyyfaxq-cpyy {
	padding: 107px 0 203px;
	position: relative;
}

.zgyyfaxq-cpyy .bt {
	text-align: center;
	margin-bottom: 54px;
}

.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box {
	background: #ffffff;
	padding: 46px 40px 40px 40px;
	border-radius: 0 56px 0 56px;
	height: 330px;
}

.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box .img {
	margin-bottom: 7px;
}

.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box .cpyy-box2 {
	color: #000000;
	margin: 8px 0 28px;
	font-weight: 800;
	height: 22px;
}

.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box .cpyy-box3 {
	color: #666666;
	line-height: 28px;
	min-height: 112px;
}


.zgyyfaxq-cpyy .addB {
	text-align: center;
}

.zgyyfaxq-cpyy .addB .swiper-slide {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 33%;
	margin: 0 10px;
}

.zgyyfaxq-cpyy .addB .swiper-wrapper {
	width: 100%;
	display: block;
}


.zgyyfaxq-yyfw {
	padding: 118px 0 115px;
}

.zgyyfaxq-yyfw .container {
	position: relative;
}

.zgyyfaxq-yyfw .yyfwa {
	height: 100%;
	background: #0e32c8;
	width: 50.5%;
	padding: 60px 50px 70px 50px;
	border-radius: 0 0 0 65px;
}

.zgyyfaxq-yyfw .yyfwa .yyfwa1 {
	margin-bottom: 41px;
}

.zgyyfaxq-yyfw .yyfwa .yyfwa1 .yyfwa1a {
	float: left;
}

.zgyyfaxq-yyfw .yyfwa .yyfwa1 .yyfwa1b {
	float: right;
}

.zgyyfaxq-yyfw .yyfwa .yyfwa2 {
	line-height: 28px;
}

.zgyyfaxq-yyfw .yyfwa .yyfwa2:last-child {
	margin-right: 0;
}

.zgyyfaxq-yyfw .yyfwb {
	float: right;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/yyfwb.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}

.zgyyfaxq-yyfw .yyfwa .qtmdaq {
	margin-top: 45px;
}

.qtmdaq a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 0 19px 0 19px;
	display: inline-block;
	color: #fff;
}

.qtmdaq a:hover {
	color: #0e32c8;
	background: #fff;
}



.zgyyfaxq-khal {
	background: #f6f6f7;
	padding: 96px 0 91px;
}

.zgyyfaxq-khal .khal-bt {
	color: #333333;
	margin-bottom: 45px;
}

.zgyyfaxq-khal ul li {
	float: left;
	width: 11.5%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
}

.zgyyfaxq-khal ul li:nth-child(8) {
	margin-right: 0;
}

.zgyyfaxq-khal ul li:last-child {
	margin-right: 0;
}

.zgyyfaxq-khal ul li .img img {
	width: 100%;
}

.zgyyfaxq-cpyy .swiper-button-prev-box {
	width: 18px;
	height: 30px;
	top: 50%;
	left: 10%;
	background: url(../images/jwz.png) no-repeat center center/cover;
}

.zgyyfaxq-cpyy .swiper-button-prev-box:hover {
	background: url(../images/zjhesa.png) no-repeat right center;
}

.zgyyfaxq-cpyy .swiper-button-prev-box:after {
	opacity: 0;
}

.zgyyfaxq-cpyy .swiper-button-next-box {
	width: 18px;
	height: 30px;
	right: 10%;
	top: 50%;
	background: url(../images/jwr.png) no-repeat center center/cover;
}

.zgyyfaxq-cpyy .swiper-button-next-box:hover {
	background: url(../images/zjhesea.png) no-repeat right center;
}

.zgyyfaxq-cpyy .swiper-button-next-box:after {
	opacity: 0;
}

@media (max-width:2560px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 16%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 16%;
	}
}

@media (max-width:2500px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 15%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 15%;
	}
}

@media (max-width:2400px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 14%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 14%;
	}
}

@media (max-width:2300px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 13%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 13%;
	}
}

@media (max-width:2260px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 11%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 11%;
	}
}

@media (max-width:1859px) {
	.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box {
		min-height: 360px;
	}

	.zgyyfaxq-cpyy .addB .swiper-wrapper .swiper-slide .cpyy-box {
		min-height: 300px;
	}
}

@media (max-width:1600px) {
	.zgyyfaxq-cpyy .swiper-button-prev-box {
		left: 4%;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		right: 4%;
	}
}


@media(max-width: 1480px) {
	.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box {
		padding: 30px 20px;
	}

	.zgyyfaxq-cpyy .addB .swiper-slide {
		width: 42%;
	}
}


@media (max-width:1500px) {
	.zgyyfaxq-khal ul li {
		margin-right: 0;
		width: 19%;
		margin-bottom: 1%;
		margin-right: 1%;
	}

	.zgyyfaxq-khal {
		padding: 30px 0 40px;
	}

	.zgyyfaxq-khal .khal-bt {
		margin-bottom: 10px;
	}

	.zgyyfaxq-khal ul li:nth-child(8) {
		margin-right: 1%;
	}

	.zgyyfaxq-khal ul li:nth-child(5n) {
		margin-right: 0;
	}
}

@media (max-width:1100px) {
	.zgyyfaxq-hgkpl {
		padding: 30px 0 40px;
	}

	.zgyyfaxq-hgkpl .zgyyfaxq-hgkpla .zh46 {
		line-height: 33px;
		margin-bottom: 5px;
	}

	.zgyyfaxq-hgkpl .zgyyfaxq-hgkpla .zh20 {
		margin-bottom: 15px;
	}

	.zgyyfaxq-cpyy {
		padding: 30px 0 40px;
	}

	.zgyyfaxq-cpyy .bt {
		margin-bottom: 10px;
	}

	.zgyyfaxq-cpyy .swiper-pagination-box {
		bottom: 10px;
	}

	.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box .cpyy-box2 {
		margin: 8px 0 10px;
	}

	.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box {
		min-height: 320px;
		padding: 20px 27px 50px 30px;
	}

	.zgyyfaxq-cpyy .addB .swiper-wrapper .swiper-slide .cpyy-box {
		min-height: 240px;
	}

	.zgyyfaxq-yyfw {
		padding: 30px 0 40px;
	}

	.zgyyfaxq-yyfw .yyfwa {
		padding: 20px;
		width: 100%;
		display: inline-block;
		height: 47vw;
		border-radius: 0 0 0 56px;
	}

	.zgyyfaxq-yyfw .yyfwb {
		width: 100%;
		position: inherit;
		height: 400px;
	}

	.zgyyfaxq-yyfw .yyfwa .yyfwa1 {
		margin-bottom: 10px;
	}

	.zgyyfaxq-yyfw .yyfwa .yyfwa2 {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.zgyyfaxq-cpyy .swiper-button-prev-box {
		opacity: 0;
	}

	.zgyyfaxq-cpyy .swiper-button-next-box {
		opacity: 0;
	}
	
	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh16{
		line-height: 1.5;
	}
	
	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh24{
		font-weight: bold;
	}
}

@media(max-width: 1024px) {
	.zgyyfaxq-cpyy .addB .swiper-slide {
		width: 49%;
		margin: 0;
	}

	.zgyyfaxq-cpyy .addB .swiper-slide:nth-child(1) {
		margin-right: 1%;
	}
}

@media(max-width: 600px) {
	.zgyyfaxq-cpyy .swiper-container .swiper-wrapper .swiper-slide .cpyy-box {
		min-height: 100px;
	}

	.zgyyfaxq-cpyy .addB .swiper-slide {
		width: 100%;
		margin: 10px 0;
	}

	.zgyyfaxq-cpyy .addB .swiper-slide:nth-child(1) {
		margin-right: 0;
	}
}





/**客户案例**/
.khal-dbkh {
	padding: 106px 0 100px;
	background-size: 100% 100%;
	background: url(../images/oblb.jpg) no-repeat center center/cover;
}

.khal-dbkh .khal-dbkha .dbkh-bt {
	color: #000000;
}

.khal-dbkh .khal-dbkha .zh20 {
	color: #666666;
	margin-top: 16px;
	margin-bottom: 68px;
}

.khal-khal {
	padding-top: 101px;
}

.khal-khal .khal-khal-bt {
	color: #000000;
	float: left;
	line-height: 1;
}

.khan-cy {
	margin-bottom: 40px;
}

.khal-khal .khal-khala {
	width: 43.8%;
	float: right;
}

.khal-khal .khal-khala .khal-khala1 {
	float: left;
	width: 24.2%;
	margin-right: 19px;
	position: relative;
}

.khal-khal .khal-khala.addE-a .khal-khala1 {
	width: 39.5%;
}

.khal-khal .khal-khala .khal-khala1 select {
	width: 100%;
	border: 1px solid #dddddd;
	height: 46px;
	color: #666666;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 8px 0 15px;
	font-size: 16px;
}

.khal-khal .khal-khala .khal-khala1:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/mm.png) no-repeat center/cover;
	width: 16px;
	height: 9px;
}

.khal-khal .khal-khala .khal-khala2 {
	width: 49.7%;
	float: left;
}

.khal-khal .khal-khala .khal-khala2 {
	width: 56.88%;
	float: right;
}

.khal-khal .khal-khala .khal-khala2 .inpp {
	float: left;
	width: 66.8%;
	background: #fff;
	height: 46px;
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 0 8px 0 15px;
	border-radius: 5px 0 0 5px;
}

.inpp::-webkit-input-placeholder {
	color: #666666;
}

.inpp::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

.inpp:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

.inppp:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}

.khal-khal .khal-khala .khal-khala2 .btn {
	width: 33.14%;
	height: 46px;
	background: #0e32c8;
	color: #fff;
	font-size: 16px;
	border: inherit;
	border-radius: 0 5px 5px 0;
}

.khal-khal ul li {
	float: left;
	width: 31.42%;
	margin-right: 2.87%;
	position: relative;
	margin-bottom: 2.87%;
	overflow: hidden;
}

.khal-khal ul li:nth-child(3n) {
	margin-right: 0;
}

.khal-khal ul li .khala {
	position: absolute;
	bottom: 21px;
	color: #fff;
	left: 29px;
}

.khal-khal ul li:hover .khala {
	display: none;
}

.khal-khal ul li .khalb {
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	background: rgba(17, 54, 197, 0.9);
	width: 100%;
	transition: all 0.6s;
}

.khal-khal ul li:hover .khalb {
	bottom: 0;
}

.khal-khal ul li .khalb .box {
	position: absolute;
	width: 100%;
	bottom: 27px;
	padding: 0 35px 0 39px;
}

.khal-khal ul li .khalb .box .khalb1 {
	color: #fff;
	margin-bottom: 20px;
}

.khalb .khalb1 {
	font-size: 18px;
}

.khal-khal ul li .khalb .box .khalb2 {
	line-height: 28px;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.khal-khal ul li .khalb .box a {
	color: #fff;
}

.khal-khal ul li .khalb .box .qnmes span {
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 1px;
	background: url(../images/jtimg.svg) no-repeat right center;
}

.page {
	text-align: center;
}

.page a:hover,
.page a.cur {
	background: #0a45da;
	color: #fff;
	border: none;
}

.page a {
	width: 47px;
	height: 40px;
	display: inline-block;
	border: 1px solid #dddddd;
	line-height: 39px;
	border-radius: 0 17px 0 17px;
	font-size: 16px;
	color: #999999;
	background: #fff;
	margin-right: 7px;
}

.page a:last-child {
	margin-right: 0;
}

.page .lasta {
	width: 95px;
	color: #686868;
}

.page2 {
	padding: 20px 0 113px;
}

.ppadpe {
	float: left;
}

.wcnmedoe {
	display: inline-block;
}

.oagea {
	float: left;
	margin-left: 10px;
}

.oagea .inpp {
	border: 1px solid #dddddd;
	width: 60px;
	height: 40px;
	float: left;
	border-radius: 0 0 0 17px;
	text-align: center;
}

.oagea .btn {
	border: 1px solid #dddddd;
	width: 56px;
	height: 40px;
	border-left: 0;
	float: left;
	border-radius: 0 17px 0 0;
	color: #999999;
	background: #f6f6f7;
}

@media (max-width:1100px) {
	.khal-dbkh {
		padding: 30px 0 40px;
	}

	.khal-dbkh .khal-dbkha .zh20 {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.khal-khal {
		padding-top: 30px;
	}

	.page2 {
		padding: 5px 0 40px;
	}

	.khal-khal .khal-khala {
		margin: 16px 0 15px;
	}

	.khal-khal .khal-khala .khal-khala1 {
		width: 100%;
		margin-bottom: 15px;
	}

	.khal-khal .khal-khala.addE-a .khal-khala1 {
		width: 49.5%;
		margin-bottom: 0;
		margin-right: 1%;
	}

	.khan-cy {
		margin-bottom: 0;
	}

	.khal-khal .khal-khala .khal-khala2 {
		width: 49.5%;
	}

	.khal-khal ul li .khalb .box {
		padding: 0 15px;
	}

	.khal-khal ul li .khalb .box .khalb1 {
		margin-bottom: 5px;
		font-weight: bold;
	}

	.khal-khal ul li .khalb .box .khalb2 {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.khal-khal .khal-khal-bt {
		float: inherit;
		text-align: center;
	}

	.khal-khal ul li .khalb .box .khalb2 {
		font-size: 13px;
	}

}

@media (max-width:850px) {
	.khal-khal ul li {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width:664px) {
	.white_content {
		width: 500px;
	}
}

@media (max-width:650px) {
	.page .lasta {
		width: 61px;
	}

	.page a {
		margin-right: 2px;
	}

}

@media (max-width:550px) {
	.white_content {
		width: 400px;
	}

	.bannerb .zh60 {
		font-size: 22px;
	}

	.zh20 {
		font-size: 15px;
	}

	.bannerb .zh24 {
		font-size: 14px;
	}
}

@media (max-width:450px) {
	.white_content {
		width: 350px;
	}

	.zh60 {
		font-size: 25px !important;
	}

}

@media (max-width:380px) {
	.white_content {
		width: 300px;
	}
}



/**底部**/
.footter {
	background: #373744;
	padding: 59px 0 44px;
}

.footter .foottera1 {
	float: left;
}

.footter .foottera1 dl {
	float: left;
	margin-right: 80px;
}

.footter .foottera1 dl:last-child {
	margin-right: 0;
}

.footter .foottera1 dt a {
	color: #fff;
}

.footter .foottera1 dt {
	margin-bottom: 16px;
}

.footter .foottera1 dd a {
	color: #85858d;
}

.footter .foottera1 dd {
	margin-bottom: 12px;
}

.footter .foottera1 dd:last-child {
	margin-bottom: 0;
}

.foottera1 .tpdt {
	margin-top: 37px;
}

.foottera1 .tpdt .tpdt1 {
	margin-bottom: 9px;
}

.foottera1 .tpdt .tpdt1 a {
	color: #fff;
}

.foottera1 .tpdt .tpdt1:last-child {
	margin-bottom: 0;
}

.footter .foottera2 {
	float: right;
	text-align: right;
}

.footter .foottera2 .wtnldb {
	/* 	font-size: 21px;
	color: #fff;
	line-height: 1;
	border: 1px solid #9b9ba2;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	border-radius: 0 23px 0 23px; */
	margin: 10px 0 9px;
	/* 	font-family: 宋体; */
}

.footter .foottera2 .wtnldb img {
	width: 280px;
	height: 58px;
}

/* .footter .foottera2 .wtnldb span {
	display: inline-block;
	margin-right: 13px;
	width: 21px;
	margin-top: -4px;
	height: 21px;
	vertical-align: middle;
	background: url(../images/dh.png) no-repeat right center;
} */

.footter .foottera2 .ewm .ewm1 {
	float: right;
	text-align: center;
	margin-right: 28px;
}

.footter .foottera2 .ewm .ewm11 {
	margin-right: 0;
}

.footter .foottera2 .ewm .ewm1 .ewm-z {
	margin-top: 13px;
}

.footter .footterb {
	margin-top: 58px;
}



.footter .footterb .footterb1 .footterb1a {
	margin-bottom: 9px;
	float: left;
}

.footter .footterb .footterb1 .footterb1b {
	float: right;
}

.footter .footterb .footterb1 .footterb1a .footterb1a1 {
	float: left;
	color: #828288;
}

.footter .footterb .footterb1 .footterb1a .footterb1a1 span {
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 19px;
	vertical-align: middle;
	background: url(../images/sw1.png) no-repeat right center;
}

.footter .footterb .footterb1 .footterb1a .gd {
	margin-left: 30px;
}

.footter .footterb .footterb1 .footterb1a .gd span {
	background: url(../images/sw2.png) no-repeat right center;
}

.footter .footterb .footterb1 .footterb1b ul li {
	float: left;
}

.footter .footterb .footterb1 .footterb1b ul li a {
	color: #828288;
}

.footter .footterb .footterb1 .footterb1b ul span {
	float: left;
	margin: 0 10px;
	color: #828288;
}

.footter .footterb .footterb1 .footterb1b .bbj {
	margin-left: 15px;
	color: #828288;
	margin-top: 3px;
}

.footter .footterb .footterb2 {
	float: right;
}

.footter .yqlj {
	margin-top: 20px;
}

.footter .yqlj .yqlja {
	float: left;
	margin-right: 32px;
}

.footter .yqlj .yqlja a {
	color: #7b7b82;
}

.footter .yqlj .yqlja:last-child {
	margin-right: 0;
}

.dfffwj {
	display: none;
}





@media (max-width:1300px) {
	.footter .foottera1 dl {
		margin-right: 45px;
	}
}

@media (max-width:1150px) {
	.footter .footterb .footterb1 .footterb1b ul span {
		margin: 1px 5px;
	}

	.footter .footterb .footterb1 .footterb1a .gd {
		margin-left: 10px;
	}
}

@media (max-width:1100px) {
	.footter .foottera1 {
		display: none;
	}

	.footter .foottera2 {
		text-align: left;
		width: 100%;
	}

	.kg {
		display: inline-block;
	}

	.footter {
		padding: 30px 0 40px;
	}

	.footter .yqlj {
		display: none;
	}

	.footter .foottera2 .wtnldb {
		margin: 15px 0;
	}

	.footter .footterb {
		margin-top: 0;
	}

	.footter .footterb {
		display: none;
	}

	.wtnldb {
		display: none;
	}


	.footter {
		display: none;
	}

	.dfffwj {
		display: block;
	}

	.dfffwj .dypsdq {
		background: #373744;
		padding-top: 30px;
	}

	.dfffwj .dypsdq .logo {
		border-bottom: 1px solid #5f5f69;
		padding: 0 3% 20px 3%;
	}

	.dfffwj .dypsdq .logo img {
		width: 220px;
	}

	.dfffwj .dypsdq .dfffwja  {
		border-bottom: 1px solid #41414e;
		font-size: 0.3rem;
		color: #fff;
		padding: 15px 3%;
	}

	.dfffwj .dypsdq .dfffwjb {
		padding: 15px 3%;
	}

	.dfffwj .dypsdq .dfffwjb .dfffwjb1 {
/*		float: left;*/
		text-align: center;
	}

	.dfffwj .dypsdq .dfffwjb .dfffwjb1 .ewm1 {
		text-align: center;
		display: inline-block;
	}

	.dfffwj .dypsdq .dfffwjb .dfffwjb1 .ewm1 .ewm-z {
		color: #fff;
		margin-top: 8px;
	}

	.dfffwj .dypsdq .dfffwjb .dfffwjb1 .ewm1:nth-child(1) {
		margin-right: 10px;
	}

	.dfffwj .dypsdq .dfffwjb .dfffwjb2 {
		float: right;
		color: #fff;
		line-height: 1.5;
		font-size: 0.26rem;
		margin-top: 25px;
		display: none;
	}

	.dfffwj .wsnda {
		background: #2b2b38;
		padding: 15px 3%;
	}

}

@media (max-width:750px) {
	.dfffwj .dypsdq .dfffwja .dfffwja1 {
		font-size: 0.26rem;
		text-align: center;
	}
}



/**新闻中心**/
.bjs {
	background: #fbfbfb;
}

.xwdt-spzx {
	border-bottom: 1px solid #f4f4f4;
}

.xwdt-spzx .xwdt-spzxa {
	float: left;
	margin-right: 56px;
}

.xwdt-spzx .xwdt-spzxa a {
	color: #666666;
	padding: 15px 0;
	display: inline-block;
	position: relative;
}

.xwdt-spzx .xwdt-spzxa .cur:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0e32c8;
}

.xwzx {
	margin-top: 62px;
	padding-bottom: 86px;
}

.xwzx .xwzxa {
	float: left;
	width: 71.28%;
}

.xwzx .xwzxa .yypuls {
	color: #000000;
	margin-bottom: 28px;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1a {
	float: left;
	background: #fff;
	width: 29.15%;
	margin-right: 1%;
	position: relative;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1aa {
	width: 51.9%;
	float: right;
}

.addE {
	width: 100%;
	position: relative;
}

.addE dl {
	position: relative;
}

.addE dt {
	line-height: 45px;
	border-radius: 4px;
	width: 100%;
	font-size: 16px;
	color: #666;
	padding-left: 10px;
	border: 1px solid #ddd;
}

.addE dd {
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 38px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 45px;
}

.addE dd a {
	display: block;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 16px;
}

.addE dl:hover dd {
	display: block;
	z-index: 10000;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1a:before {
	position: absolute;
	content: "";
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/mm.png) no-repeat center/cover;
	width: 16px;
	height: 9px;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1a select {
	height: 46px;
	width: 100%;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1b {
	float: right;
	width: 66.85%;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1b input {
	float: left;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1b .inpp {
	width: 66.85%;
	font-size: 16px;
	color: #666666;
	height: 46px;
	border: 1px solid #dddddd;
	border-radius: 4px 0 0 4px;
	padding-left: 15px;
}

.xwzx .xwzxa .xwzxa1 .xwzxa1b .btn {
	width: 33.1%;
	height: 46px;
	background: #0e32c8;
	color: #fff;
	border: 0px;
	font-size: 16px;
	border-radius: 0 4px 4px 0;

}

.xwzx .xwzxa .xwzxa1 .xwzxa1b {
	margin-bottom: 30px;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a {
	position: relative;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2a {
	width: 62.76%;
	float: left;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b {
	width: 37.17%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	height: 100%;
	padding: 46px 36px 20px 42px;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b2 {
	color: #1a1a1a;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 9px;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b1 {
	color: #999999;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b3 {
	color: #666666;
	line-height: 28px;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b4 {
	margin-top: 21px;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b4 a {
	color: #666666;
}

.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b4 a span {
	display: inline-block;
	width: 8px;
	height: 15px;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 1px;
	background: url(../images/jtimg5.svg) no-repeat center center/cover;
}

.xwzx .xwzxa .xwzxa3 {
	margin-top: 20px;
}

.xwzx .xwzxa .xwzxa3 ul li {
	background: #fff;
	margin-bottom: 20px;
	padding: 36px 30px 40px 52px;
}

.xwzx .xwzxa .xwzxa3 ul li .xwzxa3a {
	color: #000000;
	margin-bottom: 12px;
}

.xwzx .xwzxa .xwzxa3 ul li .xwzxa3b {
	color: #999999;
	margin-bottom: 10px;
}

.xwzx .xwzxa .xwzxa3 ul li .xwzxa3c {
	color: #666666;
	line-height: 26px;
}

.xwzx .xwzxa .xwzxa3 ul li:last-child {
	margin-bottom: 0;
}

.xwzx .xwzxa .xwzxa3 ul li:hover {
	background: #0e32c8;
}

.xwzx .xwzxa .xwzxa3 ul li:hover .xwzxa3a {
	color: #fff;
}

.xwzx .xwzxa .xwzxa3 ul li:hover .xwzxa3b {
	color: #fff;
}

.xwzx .xwzxa .xwzxa3 ul li:hover .xwzxa3c {
	color: #fff;
}

.jzgd {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}

.jzgd .jzgd1 a {
	color: #999999;
	display: block;
}

.jzgd .jzgd1 a span {
	display: inline-block;
	position: relative;
	left: 0;
	top: 11px;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	margin-left: 9px;
	background: url(../images/jzgd.png) no-repeat center center/cover;
}

.xwzx .xwzxb {
	float: right;
	width: 26.57%;
	background: #fff;
	padding-top: 17px;
}

.xwzx .xwzxb .xwzxb1 .xwzxb1a {
	float: left;
	margin-top: 3px;
	margin-right: 16px;
}

.xwzx .xwzxb .xwzxb2 {
	margin-top: 24px;
}

.xwzx .xwzxb .xwzxb2 ul li {
	padding: 0 20px;
}

.xwzx .xwzxb .xwzxb2 ul li .img {
	margin-bottom: 19px;
	position: relative;
}

.xwzx .xwzxb .xwzxb2 ul li .img:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 33px;
	height: 30px;
	background: url(../images/sadasd.png) no-repeat top center / cover;
	transform: translate(-50%, -50%);
}

.xwzx .xwzxb .xwzxb2 ul li .b2-li {
	padding-bottom: 62px;
}

.xwzx .xwzxb .xwzxb2 ul li .b2-li .b2-li1 {
	float: left;
}

.xwzx .xwzxb .xwzxb2 ul li .b2-li .b2-li1 .b2-li1a {
	color: #666666;
	margin-bottom: 9px;
}

.xwzx .xwzxb .xwzxb2 ul li .b2-li .b2-li2 {
	float: right;
	color: #999999;
	margin-top: 6px;
}

.xwzx .xwzxb .xwzxb2 ul li .b2-li .b2-li2 span {
	display: inline-block;
	width: 17px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	left: 0;
	height: 13px;
	background: url(../images/yj.png) no-repeat center center/cover;
}

.xwzx .xwzxb .xwzxb1 .xwzxb1b {
	float: left;
	color: #000000;
}




@media (max-width:1550px) {
	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b4 {
		margin-top: 30px;
	}
}


@media (max-width:1400px) {
	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b {
		padding: 25px 36px 20px 42px;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b2 {
		margin-top: 25px;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b3 {}
}

@media (max-width:1350px) {
	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b3 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}


@media (max-width:1250px) {
	.xwzx .xwzxb {
		width: 32%;
	}

	.xwzx .xwzxa {
		width: 65%;
	}
}

@media (max-width:1100px) {
	.xwzx .xwzxb {
		display: none;
	}

	.xwzx .xwzxa {
		width: 100%;
	}

	.xwzx {
		margin-top: 15px;
		padding-bottom: 40px;
	}

	.xwzx .xwzxa .yypuls {
		margin-bottom: 15px;
	}

	.xwzx .xwzxa .xwzxa3 .jzgd {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.xwzx .xwzxa .xwzxa3 ul li {
		padding: 20px;
		box-shadow: 0 0 80px #eaeaea;
	}

	.xwdt-spzx .xwdt-spzxa {
		width: 50%;
		margin-right: 0;
		text-align: center;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1a {
		width: 49%;
		margin-right: 2%;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1b {
		width: 49%;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1aa {
		width: 100%;
	}

	.addE dt {
		font-size: 14px;
		line-height: 39px;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1b .inpp {
		height: 40px;
		font-size: 14px;
		width: 77%;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1b .btn {
		height: 40px;
		font-size: 14px;
		width: 23%;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b2 {
		margin-top: 0px;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b3 {
		margin-top: 5px;
	}
}

@media (max-width:750px) {
	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b {
		position: initial;
		width: 100%;
		padding: 20px;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2b .a2b4 {
		margin-top: 8px;
	}

	.xwzx .xwzxa .xwzxa2 .xwzxa2a .a2a {
		width: 100%;
		float: initial;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1a {
		width: 100%;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1b {
		width: 100%;
		margin-top: 15px;
	}

	.xwzx .xwzxa .xwzxa1 .xwzxa1b {
		margin-bottom: 21px;
	}
}









/**新闻详情页**/
.xwxq-mbx {
	background: #fff;
}

.bjs .xwxqy {
	padding: 69px 0 116px;
}

.bjs .xwxqy .xwxqy-left {
	float: left;
	width: 71.28%;
}

.bjs .xwxqy .xwxqy-left .xwxqy-lefta {
	background: #fff;
	padding: 20px 30px 30px 30px;
}

.bjs .xwxqy .xwxqy-left .xwxqy-lefta .xz{margin-right: 20px;}
.bjs .xwxqy .xwxqy-left .xwxqy-lefta .xz:last-child{margin-right: 0;}



.bjs .xwxqy .xwxqy-left .xwxqy-lefta1 .zh24 {
	color: #1a1a1a;
	margin-bottom: 13px;
}

.bjs .xwxqy .xwxqy-left .xwxqy-lefta1 .zh14 {
	padding-bottom: 17px;
	/*border-bottom: 1px solid #eeeeee;*/
}

.bjs .xwxqy .xwxqy-left .xwxqy-lefta2 {
	line-height: 26px;
	color: #666666;
	margin-top: 22px;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb {
	background: #fff;
	padding: 33px 30px 30px 30px;
	position: relative;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 {
	float: left;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a a {
	color: #1a1a1a;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a a:hover {
	color: #0d35cb;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a a span {
	color: #1a1a1a;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a {
	margin-bottom: 16px;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a:last-child {
	margin-bottom: 0;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 a {
	color: #666666;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 a span {
	display: inline-block;
	width: 7px;
	height: 13px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(../images/mbx.svg) no-repeat center center/cover;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 a:hover span {
	background: url(../images/mbxa.svg) no-repeat center center/cover;
}

.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 a:hover {
	color: #0d35cb;
}

.xwxqy-right {
	float: right;
	width: 26.71%;

}

.xwxqy-right .xwxqy-righta1 .img {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

.xwxqy-right .xwxqy-righta {
	padding-top: 20px;
	padding-bottom: 32px;
	background: #fff;
}

.xwxqy-right .xwxqy-righta1 {
	margin-bottom: 23px;
}

.xwxqy-right .xwxqy-righta1 .xwxqy-z {
	float: left;
	color: #000000;
	padding-left: 20px;
	position: relative;
	line-height: 1;
}

.xwxqy-right .xwxqy-righta1 .xwxqy-z:before {
	position: absolute;
	content: "";
	left: 0;
	top: -2px;
	width: 4px;
	height: 30px;
	background: url(../images/wsnddd.png) no-repeat center center/cover;
}

.xwxqy-right ul li a {
	padding: 12px 20px 12px 20px;
	display: block;
}

.xwxqy-right ul li:hover {
	background: url(../images/xwxqy-rightbjt.png) no-repeat center center/cover;
	background-size: 100% 100%;
}

.xwxqy-right ul li:hover .ee {
	color: #fff;
}

.xwxqy-right ul li .ee {
	color: #333333;
	float: left;
}

.xwxqy-right ul li .img {
	float: right;
	width: 8px;
	height: 14px;
	margin-top: 5px;
	background: url(../images/jtimg5.svg) no-repeat right center;
}

.xwxqy-right ul li:hover .img {
	background: url(../images/jtimg.svg) no-repeat center center/cover;
}

.xwxqy-right .xwxqy-rightb {
	margin-top: 20px;
	background: #fff;
	padding: 20px 0 32px 0;

}

.xwxqy-right .xwxqy-rightb .xwxqy-righta1 {
	margin-bottom: 25px;
}

.xwxqy-right .xwxqy-rightb .xwxqy-rightb1 .htb {
	padding: 16px 0 5px;
}

.xwxqy-right .xwxqy-rightb .xwxqy-rightb1 .htb .htb1 {
	margin-bottom: 8px;
	color: #1a1a1a;
}

.xwxqy-right .xwxqy-rightb .xwxqy-rightb1 .htb .htb2 {
	color: #666666;
}

.xwxqy-right .xwxqy-rightb .xwxqy-rightb1 {
	margin-bottom: 24px;
	padding: 0 20px;
}

.xwxqy-right .xwxqy-rightb .xwxqy-rightb1:last-child {
	margin-bottom: 0;
}


@media (max-width:1100px) {
	.xwxqy-right {
		display: none;
	}

	.bjs .xwxqy .xwxqy-left {
		width: 100%;
	}

	.bjs .xwxqy {
		padding: 30px 0 40px;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-lefta2 {
		line-height: 1.5;
		margin-top: 10px;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-lefta {
		padding: 20px;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-leftb {
		padding: 20px;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 .xwxqy-leftb1a {
		margin-bottom: 10px;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-lefta .xz{margin-right: 0;display: block;margin-top: 6px;padding-bottom: 0;}
}

@media (max-width:500px) {
	.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb1 {
		width: 100%;
	}

	.bjs .xwxqy .xwxqy-left .xwxqy-leftb .xwxqy-leftb2 {
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
}



/**联系我们**/
.lxwm-gsdz {
	padding: 110px 0 117px;
}

.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza1 {
	float: left;
	color: #000000;
	line-height: 1;
}

.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza2 {
	float: right;
	width: 295px;
	position: relative;
}

.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza2:before {
	position: absolute;
	content: "";
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 9px;
	background: url(../images/mm.png) no-repeat center/cover;
}

.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza2 select {
	width: 100%;
	height: 46px;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
}

.lxwm-gsdz .lxwm-gsdzb {
	background: #0e32c8;
	margin-top: 38px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 {
	float: left;
	width: 38%;
	padding: 59px 29px 0 40px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb1 {
	color: #fff;
	margin-bottom: 36px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb2 .gsdzb2a {
	margin-bottom: 10px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb2 .gsdzb2a .img {
	display: inline-block;
	margin-right: 9px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb2 .gsdzb2a:last-child {
	margin-bottom: 0;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .lxwm-gsdzba {
	margin-top: 49px;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .lxwm-gsdzba a {
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: url(../images/anjb.png) no-repeat center/cover;
	background-size: 100% 100%;
}

.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb2 {
	float: right;
	width: 62%;
}


.lxwm-zxly {
	background: url(../images/zxlybj.jpg) no-repeat center/cover;
	padding: 105px 0 117px;
	background-size: 100% 100%;
}

.lxwm-zxly .lxwm-zxlya .zh46 {
	margin-bottom: 20px;
}

.lxwm-zxly .lxwm-zxlya {
	margin-bottom: 78px;
}

.lxwm-zxly .lxwm-zxlyb input {
	background-color: transparent;
	font-size: 16px;
	color: #fff;
}

.lxwm-zxly .lxwm-zxlyb .sqs {
	float: left;
	width: 28%;
	margin-right: 1%;
}

.lxwm-zxly .lxwm-zxlyb .myjj {
	margin-right: 0;
	width: 29%;
}

.lxwm-zxly .lxwm-zxlyb .xjj {
	margin-bottom: 15px;
}

.lxwm-zxly .lxwm-zxlyb .sqs input {
	width: 100%;
	border: 1px solid #6c6c74;
	height: 48px;
	padding-left: 10px;
	border-radius: 5px;
}

.lxwm-zxly .lxwm-zxlyb .spe {
	float: right;
	width: 40.85%;
	margin-left: 1%;
}

.lxwm-zxly .lxwm-zxlyb .spe input {
	width: 100%;
	border: 1px solid #6c6c74;
	height: 48px;
	padding-left: 25px;
	border-radius: 5px;
}

.lxwm-zxlyb .dxjj .ljl {
	float: left;
	width: 49.5%;
}

.lxwm-zxlyb .dxjj .ljll {
	margin-right: 1%;
}

.lxwm-zxly .lxwm-zxlyb .dxjj .ljll input {
	padding-left: 10px;
}

.lxwm-zxlyb .dxjj .ljl input {
	border: 1px solid #6c6c74;
	height: 48px;
	padding-left: 20px;
	border-radius: 5px;
	width: 100%;
}

.lxwm-zxlyb .dxjj {
	margin-bottom: 42px;
}

.lxwm-zxly .lxwm-zxlyb {
	width: 100%;
}

.lxwm-zxly .lxwm-zxlyb textarea {
	background-color: transparent;
	width: 100%;
	height: 104px;
	border: 1px solid #6c6c74;
	border-radius: 5px;
	padding: 14px 0 0 15px;
	font-size: 16px;
}

.lxwm-zxly .lxwm-zxlyc {
	text-align: center;
	margin-top: 25px;
}

.lxwm-zxly .lxwm-zxlyc a,
.lxwm-zxly .lxwm-zxlyc button {
	color: #fff;
	display: block;
	display: inline-block;
	background-color: transparent !important;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	border: 1px solid #fff;
	border-radius: 0 23px 0 23px;
}

.lxwm-rczp {
	padding: 94px 0 95px;
}

.lxwm-rczp .lxwm-rczpa .zh46 {
	color: #000000;
}

.lxwm-rczp .lxwm-rczpa .zh20 {
	color: #666666;
	margin-top: 15px;
	margin-bottom: 47px;
}

.lxwm-rczp .lxwm-rczpb ul li {
	float: left;
	width: 49.28%;
	border: 1px solid #eeeeee;
	margin-right: 1.44%;
	margin-bottom: 1.44%;
	padding: 40px 34px 39px 39px;
}

.lxwm-rczp .lxwm-rczpb ul li:hover {
	box-shadow: 0px 0px 20px #eef1fb;
}

.lxwm-rczp .lxwm-rczpb ul li:nth-child(2n) {
	margin-right: 0;
}

.lxwm-rczp .lxwm-rczpb ul li a {
	display: block;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s {

	padding-bottom: 22px;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s .li-a .li-a1 {
	float: left;
	color: #333333;
	text-transform: uppercase;
}

.lxwm-rczp .lxwm-rczpb ul li:hover .li-s .li-a .li-a1 {
	color: #0e32c8;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s .li-a .li-a2 {
	float: right;
	color: #333333;
}

.lxwm-rczp .lxwm-rczpb ul li:hover .li-s .li-a .li-a2 span {
	color: #0e32c8;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s .li-b {
	color: #333333;
	margin-top: 10px;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s .li-c {
	margin-top: 16px;
}

.lxwm-rczp .lxwm-rczpb ul li .li-s .li-c .li-c1 {
	float: left;
	color: #999999;
	text-transform: uppercase;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	margin-right: 10px;
	border-radius: 5px;
	height: 30px;
	line-height: 28px;
}

.lxwm-rczp .lxwm-rczpb ul li .li-x .z {
	color: #666666;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lxwm-ckan a {
	width: 120px;
	height: 40px;
	border: 1px solid #cccccc;
	display: inline-block;
	line-height: 40px;
	border-radius: 0 23px 0 23px;
	color: #666666;
}

.lxwm-ckan {
	text-align: center;
	margin-top: 30px;
}

.lxwm-ckan a span {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-left: 4px;
	background: url(../images/ckxqjt.png) no-repeat center center/cover;
}



@media (max-width:1780px) {
	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb2 {
		width: 60%;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 {
		width: 40%;
	}
}

@media (max-width:1450px) {
	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb2 {
		float: right;
		width: 58%;
	}

	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		padding-left: 53%;
	}
}

@media (max-width:1350px) {
	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		padding-left: 50%;
	}
}

@media (max-width:1330px) {
	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 {
		width: 37%;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb2 .gsdzb2a {
		line-height: 25px;
	}
}

@media (max-width:1100px) {
	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 {
		width: 100%;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb2 {
		width: 100%;
		margin-top: 15px;
	}

	.lxwm-gsdz .lxwm-gsdzb {
		margin-top: 15px;
		padding: 15px;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 {
		padding: 15px 15px 0 15px;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb1 {
		margin-bottom: 10px;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .gsdzb2 .gsdzb2a {
		line-height: 1;
	}

	.lxwm-gsdz .lxwm-gsdzb .lxwm-gsdzb1 .lxwm-gsdzba {
		margin-top: 15px;
	}

	.lxwm-gsdz {
		padding: 30px 0 40px;
	}

	.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza2 select {
		height: 30px;
		width: 100%;
		font-size: 14px;
	}

	.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza2 {
		width: 100%;
		margin-top: 15px;
	}

	.lxwm-zxly {
		padding: 30px 0 40px;
	}

	.lxwm-zxly .lxwm-zxlya {
		margin-bottom: 15px;
	}

	.lxwm-zxly .lxwm-zxlya .zh46 {
		margin-bottom: 5px;
	}

	.lxwm-zxlyb .dxjj {
		margin-bottom: 10px;
	}

	.lxwm-zxly .lxwm-zxlyb .xjj {
		margin-bottom: 10px;
	}

	.lxwm-zxly .lxwm-zxlyc {
		margin-top: 4px;
	}

	.lxwm-rczp {
		padding: 30px 0 40px;
	}

	.lxwm-rczp .lxwm-rczpa .zh20 {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.lxwm-ckan {
		margin-top: 0px;
	}
}

@media (max-width:850px) {
	.lxwm-rczp .lxwm-rczpb ul li {
		width: 100%;
		padding: 15px;
		margin-right: 0;
	}

}


@media (max-width:750px) {
	.lxwm-zxly .lxwm-zxlyb .sqs {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lxwm-zxly .lxwm-zxlyb .spe {
		width: 100%;
	}

	.lxwm-zxlyb .dxjj .ljl {
		width: 100%;
		margin-bottom: 10px;
	}

	.lxwm-zxlyb .dxjj {
		margin-bottom: 0;
	}
}

@media (max-width:500px) {
	.lxwm-rczp .lxwm-rczpb ul li .li-x .z {
		line-height: 1.5;
		padding-top: 5px;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s {
		padding-bottom: 15px;
	}
}










/**下载中心**/
.xzzx-mbx {
	background: #fff;
}

.ysob {
	background: #f6f6f7;
}

.ysob .yj-xzzxa {
	color: #000000;
	float: left;
	line-height: 1;
}

.cscyl {
	margin-bottom: 48px;
}

.ysob .yj-xzzxbe {
	float: right;
}

.ysob .yj-xzzxbe .inpp {
	float: left;
	width: 404px;
	height: 47px;
	padding-left: 21px;
	font-size: 16px;
	border: 1px solid #dddddd;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}

.ysob .yj-xzzxbe .btn {
	width: 115px;
	height: 47px;
	background: #0e32c8;
	color: #fff;
	font-size: 16px;
	border: inherit;
	border-radius: 0 5px 5px 0;
}

.yj-xzzx .yj-xzzxb ul li {
	float: left;
	background: #fff;
	width: 48.85%;
	margin-right: 2.3%;
	margin-bottom: 2.3%;
	padding: 40px 46px 34px 40px;
	border-radius: 5px;
	position: relative;
}

.yj-xzzx .yj-xzzxb ul li:nth-child(2n) {
	margin-right: 0;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia1 {
	float: left;
	margin-right: 25px;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 {
	float: left;
	width: 72.55%;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2a {
	color: #333333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2b {
	color: #666666;
	margin-top: 13px;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 .yj-lib a {
	color: #555555;
	width: 142px;
	height: 42px;
	border: 1px solid #cccccc;
	display: inline-block;
	line-height: 40px;
	border-radius: 0 23px 0 23px;
	color: #666666;
	text-align: center;
}

.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 .yj-lib a span {
	width: 15px;
	height: 16px;
	background: url(../images/xzls.png) no-repeat top center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.yj-xzzx {
	padding: 91px 0 84px;
}

.jzgd-1 {
	margin: 0;
	padding-bottom: 100px;
}

.yj-xzzx .yj-xzzxb ul li:hover .ycan-cy {
	background: #0e32c8;
}

.yj-xzzx .yj-xzzxb ul li .ycan-cy {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 13%;
}

.yj-xzzx .yj-xzzxb ul li .ycan-cy a {
	display: block;
	height: 100%;
	position: relative;
}

.yj-xzzx .yj-xzzxb ul li .ycan-cy a:before {
	content: "";
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/xzls1.svg) no-repeat top center;
}

.yj-xzzx .yj-xzzxb ul li:hover .ycan-cy a:before {
	background: url(../images/wcnmde.svg) no-repeat top center;
}

.yj-xzzx .yj-xzzxb ul li:hover {
	box-shadow: 0px 0px 20px #eef1fb;
}



@media (max-width:1421px) {
	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 {
		width: 85%;
	}
}

@media (max-width:1299px) {
	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 {
		width: 83%;
	}

}

@media (max-width:1100px) {
	.yj-xzzx {
		padding: 30px 0 30px 0;
	}

	.ysob .yj-xzzxa {
		margin-bottom: 15px;
		float: inherit;
	}

	.yj-xzzx .yj-xzzxb ul li {
		width: 100%;
		margin-bottom: 10px;
		padding: 20px;
	}

	.jzgd-1 {
		padding-bottom: 40px;
	}

	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2b {
		margin-bottom: 0;
	}

	.ysob .yj-xzzxbe {
		width: 100%;
	}

	.ysob .yj-xzzxbe .inpp {
		width: 80%;
	}

	.ysob .yj-xzzxbe .btn {
		width: 20%;
	}

	.cscyl {
		margin-bottom: 15px;
		text-align: center;
	}

}

@media (max-width:550px) {
	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 {
		width: 100%;
		margin-top: 10px;
	}

	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2b {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2 {
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
		width: 91.8%;
	}

	.ysob .yj-xzzxbe .inpp {
		font-size: 14px;
		height: 41px;
		padding-left: 10px;
	}

	.ysob .yj-xzzxbe .btn {
		font-size: 14px;
		height: 41px;
	}
}












/**运营服务**/
.yj-zxfw .yj-zxfwb {
	width: 68.5%;
	/* background:url(../images/zxfuds1.png) no-repeat center center/cover; */
	background: #f6f6f7;
	background-size: 100% 100%;
	padding: 43px 50px 55px 49px;
	float: right;
	border-radius: 0 60px 0 0;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb1 {
	color: #000000;
	margin-bottom: 9px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb2 {
	color: #666666;
}

.yj-zxfw .yj-zxfwb ul {
	margin-top: 28px;
	margin-bottom: 46px;
}

.yj-zxfw .yj-zxfwb ul li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
}

.yj-zxfw .yj-zxfwb ul li:last-child {
	margin-right: 0;
}

.yj-zxfw .yj-zxfwb ul li .img {
	float: left;
}

.yj-zxfw .yj-zxfwb ul li .li-z {
	float: left;
	margin-top: 5px;
	color: #333333;
	margin-left: 9px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input {
	width: 32.64%;
	float: left;
	border: 1px solid #cccccc;
	padding: 12px 14px;
	border-radius: 5px;
	margin-right: 1%;

}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input:nth-child(3) {
	margin-right: 0;
}

.zsdycye {
	width: 100%;
	display: inline-block;
	margin-top: 13px;
}

.zsdycye .clearfix .input {
	width: 49.5% !important;
}

.zsdycye .clearfix .input:last-child {
	margin-right: 0 !important;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input input {
	width: 80%;
	float: left;
	background-color: transparent;
	border: initial;
	font-size: 16px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .xhe {
	float: left;
	color: #999999;
	font-size: 16px;
	line-height: 1;
	margin-top: 3px;
}

.hsz::-webkit-input-placeholder {
	color: #999999;
}

.hsz::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.hsz:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.hsz:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

#mess::-webkit-input-placeholder {
	color: #a2baf2;
}

#mess::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

#mess:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

#mess:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .z {
	color: #999999;
	float: right;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b {
	margin-top: 10px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b .input {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b .input:last-child {
	margin-right: 0;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b .input input {
	width: 100%;
	background-color: transparent;
	height: 46px;
	border: 1px solid #cccccc;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 14px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c {
	width: 100%;
	margin-top: 10px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c textarea {
	width: 100%;
	background-color: transparent;
	height: 97px;
	border: 1px solid #cccccc;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 14px;
	padding-top: 12px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an {
	float: left;
	margin-right: 40px;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an:last-child {
	margin-right: 0;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an a,
.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an button {
	width: 160px;
	height: 50px;
	display: inline-block;
	border-radius: 0 23px 0 23px;
	border: 1px solid #cccccc;
	text-align: center;
	background: #f6f6f7;
	line-height: 50px;
	color: #000000;
	cursor: pointer;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an a:hover,
.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an button:hover {
	background: url(../images/anjb1.png) no-repeat center center/cover;
	background-size: 100% 100%;
	color: #fff;
	border: inherit;
}

.yj-zxfw .yj-zxfwb .yj-zxfwb4 {
	margin-top: 19px;
}

.yj-zxfw .clearfix {
	position: relative;
}

.yj-zxfw .yj-zxfwa {
	width: 31.5%;
	background: url(../images/5hbj.jpg) no-repeat center center/cover;
	background-size: 100% 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 0 0 0 60px;
}

.yj-zxfw .yj-zxfwa .xd {
	position: relative;
	height: 100%;
}

.yj-zxfw .yj-zxfwa .jd {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 {
	color: #fff;
	margin-top: 37px;
}

.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 span {
	font-size: 44px;
	border: 1px solid #ffffff;
	padding: 7px 12px 9px 12px;
	border-radius: 5px;
	margin: 0 17px;
}

.yj-zxfw {
	padding: 117px 0;
}

.yj-yyfw {
	position: relative;
}

.yj-yyfw .yj-yyfwleft {
	background: #0e32c8;
	float: left;
	width: 50%;
	padding: 91px 50px 165px 60px;
	border-radius: 0 0 0 60px;
}

.yj-yyfw .yj-yyfwleft .clearfix p {
	color: #fff;
	font-size: 17px;
}


.yj-yyfwleft .ztmzl {
	text-align: justify;
}

.ztmzl {
	color: #fff;
	line-height: 28px;
	margin: 0 0 0;
}

.yj-yyfw .yj-yyfwleft .yj-yyfwa {
	margin-bottom: 10px;
}

.yj-yyfw .yj-yyfwleft .yj-yyfwa-ss {
	line-height: 28px;
}

.yj-yyfw .yj-yyfwleft .yj-yyfwab {
	color: #cccccc;
	line-height: 26px;
	margin-top: 13px;
	margin-bottom: 76px;
}

.yj-yyfw .yj-yyfwleft .yj-yyfwac {
	color: #fff;
}

.yj-yyfw .yj-yyfwleft ul {
	margin-top: 24px;
}

.yj-yyfw .yj-yyfwleft ul li {
	float: left;
	width: 31.7%;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	margin-right: 1.7%;
	margin-bottom: 10px;
}

.yj-yyfw .yj-yyfwleft ul li:nth-child(3n) {
	margin-right: 0;
}

.yj-yyfw .yj-yyfwleft ul li .clearfix {
	display: inline-block;
}

.yj-yyfw .yj-yyfwleft ul li .ul {
	float: left;
	margin-right: 8px;
}

.yj-yyfw .yj-yyfwleft ul li .ula {
	float: left;
	line-height: 56px;
}

.yj-yyfw .yj-yyfwright {
	width: 50.1%;
	float: right;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/wanma.png) no-repeat center/cover;
	background-size: 100% 100%;
}

.yj-yyfw .yj-yyfwrighta {
	display: none;
}



.ywfw {
	background: #f6f6f7;
	padding: 105px 0 137px;
}

.ywfw .yj-ywfwa {
	color: #333333;
	margin-bottom: 43px;
}

.ywfw .yj-ywfwb {
	position: relative;
}

.ywfw .yj-ywfwb .yj-ywfwba {
	background: #fff;
	float: left;
	padding: 52px 20px 62px 38px;
	width: 32.14%;
}

.ywfw .yj-ywfwb .yj-ywfwbb {
	position: absolute;
	left: 34%;
	height: 100%;
	top: 0;
	width: 32.14%;
	background: url(../images/yyfw1.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}

.ywfw .yj-ywfwb .yj-ywfwba .yj-ywfwba1 {
	color: #000;
	margin-bottom: 22px;
	line-height: 28px;
}

.ywfw .yj-ywfwb .yj-ywfwba .zh16 {
	color: #666666;
}

.ywfw .yj-ywfwb .yj-ywfwbc {
	float: right;
}


.ywfw .yj-ywfwc .yj-ywfwca {
	background: #fff;
	padding: 52px 20px 62px 38px;
	width: 32.14%;
	margin-left: 34%;
}

.ywfw .yj-ywfwc .yj-ywfwca .yj-ywfwca1 {
	color: #000;
	margin-bottom: 22px;
	line-height: 28px;
}

.ywfw .yj-ywfwc .yj-ywfwca .zh16 {
	color: #666666;
}

.ywfw .yj-ywfwc {
	position: relative;
}

.ywfw .yj-ywfwc .yj-ywfwcb {
	position: absolute;
	left: 0%;
	height: 100%;
	top: 0;
	width: 32.14%;
	background: url(../images/yyfw2.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}

.ywfw .yj-ywfwc .yj-ywfwcc {
	position: absolute;
	height: 100%;
	top: 0;
	width: 32.14%;
	right: 0%;
	background: url(../images/yyfw3.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}


.ywfw .yj-ywfwcvv {
	background: #fff;
	margin-top: 30px;
	border-radius: 0 50px 0 50px;
}

.ywfw .yj-ywfwcvv ul {
	padding: 36px 0 39px;
}

.ywfw .yj-ywfwcvv ul li {
	float: left;
	width: 24.7%;
	text-align: center;
	border-right: 1px solid #f6f6f7;
}

.ywfw .yj-ywfwcvv ul li .wc-li {
	margin-top: 10px;
}

.ywfw .yj-ywfwcvv ul li .wc-li .zh24 {
	color: #333333;
}

.ywfw .yj-ywfwcvv ul li .wc-li .zh16 {
	color: #666666;
	margin-top: 9px;
}

.ywfw .yj-ywfwcvv ul li:last-child {
	border-right: 0px solid #000;
}

.sjxs {
	display: none;
}

.sjwcw {
	display: none;
}


@media (max-width:1831px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 21%;
		margin-right: 5%;
	}
}

@media (max-width:1752px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 22%;
		margin-right: 4%;
	}
}

@media (max-width:1682px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 23%;
		margin-right: 2.6%;
	}
}

@media (max-width:1600px) {
	.yj-yyfw .yj-yyfwleft {
		padding: 91px 50px 93px 60px;
	}
}


@media (max-width:1552px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 23%;
		margin-right: 2%;
	}
}

@media (max-width:1372px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 34%;
		margin-bottom: 10px;
		margin-right: 0%;
	}
}

@media (max-width:1300px) {
	.yj-yyfw .yj-yyfwleft {
		padding: 91px 50px 93px 60px;
	}
}

@media (max-width:1250px) {
	.yj-yyfw .yj-yyfwright {
		width: 40%;
	}

	.yj-yyfw .yj-yyfwleft {
		width: 60%;
	}
}

@media (max-width:1100px) {
	.yj-zxfw {
		padding: 30px 0 40px !important;
	}

	.yj-zxfw .yj-zxfwa {
		position: inherit;
		width: 100%;
		height: 400px;
		border-radius: 60px 0 0 0;
	}

	.yj-zxfw .yj-zxfwb {
		width: 100%;
		padding: 15px 15px 25px 15px;
		border-radius: 0 0 0 0;
		text-align: center;
	}

	.yj-zxfw .yj-zxfwb ul {
		margin: 10px 0 0px;
	}

	.yj-zxfw .yj-zxfwb ul li {
		width: 25%;
	}

	.yj-yyfw .yj-yyfwleft {
		padding: 20px;
		width: 100%;
		border-radius: 0;
	}

	.yj-yyfw .yj-yyfwright {
		width: 100%;
		position: inherit;
		height: 500px;
	}

	.yj-yyfw .yj-yyfwleft .yj-yyfwab {
		margin-bottom: 10px;
	}

	.yj-yyfw .yj-yyfwleft .yj-yyfwab {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.yj-yyfw .yj-yyfwleft ul {
		margin-top: 15px;
	}

	.ywfw {
		padding: 30px 0 40px;
	}

	.pcxs {
		display: none;
	}

	.sjxs {
		display: block;

	}

	.sjxs ul li {
		float: left;
		background: #fff;
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	.sjxs ul .zd {
		padding: 20px;
		height: 22.6vw;
	}

	.sjxs ul li .yj-ywfwba1 {
		color: rgb(0 0 0);
		margin-bottom: 5px;
		line-height: 28px;
	}

	.sjxs ul li .zh16 {
		color: #666666;
	}


	.sjxs ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ywfw .yj-ywfwcvv ul {
		padding: 20px 0 20px;
	}

	.yj-yyfw {
		padding: 30px 0 40px !important;
	}

	.yj-yyfw .yj-yyfwzhq .yj-yyfwzhq2 {
		margin-bottom: 20px !important;
	}

	.ztmzl {
		margin: 15px 0 0 !important;
	}


	.yj-zxfw .yj-zxfwb .yj-zxfwb4 {
		display: inline-block;
	}


	.yj-yyfw .yj-yyfwright {
		display: none;
	}

	.yj-yyfw .yj-yyfwrighta {
		display: block;
		height: 300px;
		background: url(../images/yj-yyfwright.jpg) no-repeat center/cover;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s .li-a .li-a1 {
		font-weight: bold;
	}
	
	.zgyyfaxq-yyfw .yyfwa .qtmdaq {
	    margin-top: 20px;
	}

}

@media (max-width:750px) {
	.yj-zxfw .yj-zxfwb ul li {
		width: 50%;
		text-align: center;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input {
		width: 100% !important;
		margin-bottom: 10px;
		border: 1px solid #666666;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .hsz::-webkit-input-placeholder {
		color: #666666;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .hsz::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #666666;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .hsz:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #666666;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .hsz:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #666666;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input .xhe {
		color: #666666;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c textarea{
		border: 1px solid #666666;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c .hsz::-webkit-input-placeholder {
		color: #666666;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c .hsz::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #666666;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c .hsz:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #666666;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c .hsz:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #666666;
	}
	
	

	.zsdycye {
		margin-top: 0;
	}


	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b .input {
		width: 100%;
		margin-bottom: 10px;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3b {
		margin-top: 0;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c {
		margin-top: 0;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb4 {
		margin-top: 10px;
	}

	.sjxs ul li .zh16 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.ywfw .yj-ywfwcvv ul li {
		width: 50%;
		margin-bottom: 0;
		padding: 20px :;;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s .li-a .li-a2 {
		color: rgb(14 50 200);
	}

	.yj-zxfw .yj-zxfwb ul {
		background: #fff;
		padding: 20px 0 10px;
		margin-bottom: 20px;
	}

	.yj-zxfw .yj-zxfwb ul li .img {
		float: none;
	}

	.yj-zxfw .yj-zxfwb ul li .li-z {
		float: none;
	}


	.sjwcw {
		display: inline-block;
	}

	.pcwcw {
		display: none;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb4{
		margin-top: 20px;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an button{
		background: #0e32c8;
		color: #fff;
		border-radius: 10px;
		border: 1px solid #0e32c8;
		padding: 0;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an a{
		background: #000000;
		color: #fff;
		border-radius: 10px;
		border: 1px solid #000000;
		padding: 0;
	}
}

@media (max-width:500px) {
	.yj-yyfw .yj-yyfwleft ul li {
		width: 49.5%;
		margin-right: 1%;
	}

	.yj-yyfw .yj-yyfwleft ul li:nth-child(2n) {
		margin-right: 0;
	}

	.yj-yyfw .yj-yyfwleft ul li:nth-child(3) {
		margin-right: 1%;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an {
		margin-right: 20px;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an a {
		line-height: 48px;
	}

	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3a .input input{
		font-size: 14px;
	}
	
	.yj-zxfw .yj-zxfwb .yj-zxfwb3 .yj-zxfwb3c textarea{
		font-size: 14px;
	}

	.sjxs ul li {
		width: 100%;
	}

	.sjxs ul .zd {
		height: 100%;
	}
	
}

@media (max-width:400px) {
	.yj-zxfw .yj-zxfwb .yj-zxfwb4 .an a, .yj-zxfw .yj-zxfwb .yj-zxfwb4 .an button{
		width: 120px;
		height: 42px;
		line-height: 41px;
	}
}

@media (max-width:350px) {
	.ywfw .yj-ywfwcvv ul li {
		width: 100%;
	}

	.zh50 {
		font-size: 19px;
	}

	.banner .bannerc .zh50 {
		line-height: 27px;
	}

	.zh20 {
		font-size: 14px;
	}

	.qnmde {
		top: 62%;
	}
}







/**视频中心**/
.yj-spzx {
	margin-top: 46px;
	padding-bottom: 50px;
}

.yj-spzx .yj-spzxa .yj-spzxa1 {
	float: left;
	color: #000000;
	line-height: 1;
}

.yj-spzx .yj-spzxa .yj-spzxa2 {
	float: right;
	padding-top: 8px;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a {
	float: left;
	border: 1px solid #cccccc;
	border-radius: 0 24px 0 24px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a:last-child {
	margin-right: 0;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .cur {
	background: url(../images/anjb1.png) no-repeat center/cover;
	border: inherit;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .cur .fixb {
	color: #ffffff !important;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a .fixb {
	color: #000000;
	position: relative;
	padding-left: 34px;
	display: inline-block;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a .fixb:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/fixb1.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a .fixb1:before {
	background: url(../images/fixb2.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a .fixb2:before {
	background: url(../images/fixb3.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a .fixb3:before {
	background: url(../images/fixb4.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .cur .fixb:before {
	background: url(../images/fixb1a.png) no-repeat center/cover;
}


.yj-spzx .yj-spzxa .yj-spzxa2 .cur .fixb1:before {
	background: url(../images/fixb2a.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .cur .fixb2:before {
	background: url(../images/fixb3a.png) no-repeat center/cover;
}

.yj-spzx .yj-spzxa .yj-spzxa2 .cur .fixb3:before {
	background: url(../images/fixb4a.png) no-repeat center/cover;
}

.yj-spzxb {
	margin-top: 40px;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li:nth-child(3n) {
	margin-right: 0;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .imga img {
	width: 100%;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .img {
	position: relative;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a {
	margin-top: 10px;
	margin-bottom: 36px;
	height: 50px;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zyswyxqy {
	float: left;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .spzxba1a1 {
	float: right;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .img .dwan {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li:hover .img .dwan {
	display: block;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zh20 {
	color: #666666;
	margin-bottom: 3px;
	width: 340px;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zh14 {
	color: #999999;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zh16 {
	color: #999999;
	margin-top: 8px;
	position: relative;
	padding-left: 22px;
}

.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zh16:before {
	position: absolute;
	content: "";
	background: url(../images/yj.png) no-repeat center/cover;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 13px;
	left: 0;
}

.yj-spzx .yj-spzxa .xwzxa1aa {
	float: right;
	width: 37%;
}

.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1a {
	width: 29%;
	float: left;
}

.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b {
	width: 66.92%;
	float: right;
}

.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b .inpp {
	width: 66.85%;
	height: 47px;
	border: 1px solid #dddddd;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	padding-left: 20px;
	float: left;
}

.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b .btn {
	float: left;
	background: #0e32c8;
	width: 33.15%;
	border-radius: 0 4px 4px 0;
	height: 47px;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
}


@media (max-width:1100px) {
	.yj-spzx {
		margin-top: 15px;
		padding-bottom: 20px;
	}


	.yj-spzx .yj-spzxa .yj-spzxa2 {
		width: 100%;
		padding-top: 15px;
	}

	.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a {
		width: 23.5%;
		margin-right: 2%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zh16 {
		margin-bottom: 20px;
	}

	.yj-spzxb {
		margin-top: 20px;
	}

	.index-khal .khale {
		margin-bottom: 15px;
	}

	.index-khal .index-khala {
		float: inherit;
	}

	.index-khal .index-khalb {
		display: none;
	}

	.index-khal .khale {
		text-align: center;
	}

	.lzbd .lzbda .ljsy .btn {
		width: 149px;
		height: 45px;
		line-height: 43px;
		color: #fff !important;
	}
}

@media (max-width:750px) {
	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li {
		width: 49%;
		margin-right: 2%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li:nth-child(3) {
		margin-right: 2%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a .zyswyxqy {
		width: 70%;
	}


}

@media (max-width:500px) {
	.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a {
		height: 45px;
		line-height: 42px;
		width: 49%;
		margin-bottom: 10px;
		margin-right: 2%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li {
		width: 100%;
	}

	.yj-spzxb {
		margin-top: 15px;
	}

	.yj-spzx .yj-spzxa .yj-spzxa2 .yj-spzxa2a:nth-child(2) {
		margin-right: 0;
	}
}





/**关于我们**/
.hdkj {
	background: url(../images/gywmdykbj.jpg) no-repeat top center/cover;
	background-size: 100% 100%;
	padding: 102px 0 107px;
}

.hdkj .hdkja {
	color: #464a4d;
	font-weight: bold;
	margin-bottom: 62px;
}

.hdkj .hdkjb .hdkjba {
	text-align: center;
}

.hdkj .hdkjb .hdkjba .clearfix {
	display: inline-block;
}

.hdkj .hdkjb .hdkjba ul li {
	float: left;
	margin-right: 119px;
	text-align: center;
}

.hdkj .hdkjb .hdkjba ul li:last-child {
	padding-right: 0;
}

.hdkj .hdkjb .hdkjba ul li dl .zy b {
	float: left;
	color: #0e32c8;
}

.hdkj .hdkjb .hdkjba ul li dl .zy p {
	float: left;
}

.hdkj .hdkjb .hdkjba ul li dl .zy .zh16 {
	color: #666666;
	margin-top: 23px;
}

.hdkj .hdkjb .hdkjba ul li dl .zy .ppp {
	color: #0e32c8;
	font-weight: bold;
}

.hdkj .hdkjb .hdkjba ul li dl .obl {
	color: #666666;
	margin-top: 3px;
}

.hdkj .hdkjb .hdkjba ul li dl .zy {
	display: inline-block;
}

.hdkj .hdkjb .hdkjbb {
	margin-top: 49px;
}

.hdkj .hdkjb .hdkjbb .zh16 {
	color: #666666;
	line-height: 28px;
}

.hdkj .hdkjb .hdkjbb .hdkjbba {
	margin-bottom: 27px;
}

.hdkj .hdkjb .hdkjbb .hdkjbba:last-child {
	margin-bottom: 0;
}

.hdkjqh {
	position: relative;
}



.lxyzx {
	background: url(../images/lxyzx.jpg) no-repeat center/cover;
	background-size: 100% 100%;
	padding: 54px 0 76px;
}

.lxyzx .lxyzxa {
	float: left;
}

.lxyzx .lxyzxa .zh46 {
	color: #000000;
	margin-bottom: 23px;
}

.lxyzx .lxyzxa ul li {
	float: left;
}

.lxyzx .lxyzxa ul .zh16 {
	color: #666666;
}

.lxyzx .lxyzxa ul li span {
	background: url(../images/dhobl.png) no-repeat center/cover;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

.lxyzx .lxyzxa ul li .eee {
	background: url(../images/dtlob.png) no-repeat center/cover;
}

.lxyzx .lxyzxa ul li .eeee {
	background: url(../images/yxlob.png) no-repeat center/cover;
}

.lxyzx .lxyzxa ul li:nth-child(2) {
	margin: 0 42px 0 43px;
}

.lxyzx .lxyzxb {
	float: right;
	margin-top: 54px;
}

.lxyzx .lxyzxb .maea a {
	background: url(../images/anjb.png) no-repeat center/cover;
	display: inline-block;
	width: 161px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.hxjzg {
	padding: 115px 0;
}

.hxjzg .hxjzga {
	/*background: url(../images/hxjzgbj.png) no-repeat center/cover;*/
	/*background-size: 100% 100%;*/
}

.hxjzg .hxjzga .bke {
	width: 100%;
	position: relative;
}

.addA {
	position: relative;
	width: 100%;
}

.addA-b {
	position: absolute;
	width: 59%;
	right: 0;
	top: 0;
	height: 100%;
}

.addA-b .img {
	height: 100%;
}

.addA-b .img img {
	width: 100%;
	height: 100%;
}

.hxjzg .hxjzga .bke .addA-a {
	position: relative;
	z-index: 10;
	width: 47%;
	height: 500px;
	padding: 55px 80px 72px 5%;
	position: relative;
	max-height: 504px;
	background: #0e32c8;
	border-bottom-left-radius: 58px;
}

.bke .swiper-pagination {
	bottom: 55px;
	left: 5%;
}

.hxjzg .hxjzga .bke .bt {
	margin-bottom: 56px;
}

.addA-b .img .sj {
	display: none;
}




@media(max-width: 1480px) {
	.hxjzg .hxjzga .bke .addA-a {
		padding: 50px 40px 0 30px;
	}

	.bke .swiper-pagination {
		bottom: 50px;
		left: 30px;
	}
}

@media(max-width: 1280px) {
	.hxjzg .hxjzga .bke .addA-a {
		padding: 30px 30px 0 30px;
	}

	.hxjzg .hxjzga .bke .bt {
		margin-bottom: 36px;
	}
}

@media(max-width: 1100px) {
	.hxjzg .hxjzga .bke .addA-a {
		padding: 30px 30px 0 30px;
	}

	.hxjzg .hxjzga .bke .bt {
		margin-bottom: 36px;
	}

	.addA-b .img .pc {
		display: none;
	}

	.addA-b .img .sj {
		display: block;
	}

	.hxjzg .hxjzga .bke {
		overflow: hidden;
		padding-bottom: 50px;
	}

	.hxjzg .hxjzga .bke .addA-a {
		width: 100%;
		height: auto;
	}

	.bke .swiper-pagination {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.addA-b {
		position: relative;
		left: 0;
		top: auto;
		width: 100%;
	}

}




.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea1 span {
	background: url(../images/axo.png) no-repeat center/cover;
	display: inline-block;
	width: 31px;
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
}

.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea1a span {
	background: url(../images/hho.png) no-repeat center/cover;
}

.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .gywmx span {
	background: url(../images/xtb03.png) no-repeat center/cover;
}

.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .gywmx1 span {
	background: url(../images/xtb04.png) no-repeat center/cover;
}


.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea2 {
	margin-bottom: 39px;
	line-height: 28px;
	margin-top: 15px;
	text-align: justify;
}

.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slideb {
	margin-top: 33px;
}

.hxjzg .hxjzga .bke .swiper-pagination-ntgt .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	background: #6e84de;
	margin-right: 20px;
	border-radius: inherit;
	opacity: 1;
	background: #6e84de;
}

.hxjzg .hxjzga .bke .swiper-pagination-ntgt .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.hxjzg .hxjzga .bke .swiper-pagination-ntgt .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1 !important;
}


.fzlc {
	background: url(../images/fzlcpbjt.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}

.fzlc .fzlca .zh46 {
	margin-bottom: 20px;
}


.fzlc .fzlcb .swiper-container-zbv .ntgta {
	display: inline-block;
	/* 	background: rgba(129, 129, 135, 0.6); */
	padding: 50px 100px 50px 90px;
	/* 	border-radius: 0 40px 0 40px; */
}

.fzlc .fzlcb .swiper-container-zbv .ntgta .ntgtb {
	margin-bottom: 16px;
}

.fzlc .fzlcb {
	margin-top: 80px;
}


.fzlc .fzlcc .swiper-container-zbn .swiper-slide {
	padding-top: 71px;
}

.fzlcc .swiper-slide-active {
	background: #000;
}

#swiper-container2 .slick-slide .zh16 {
	color: #bbbbbb;
	padding: 70px 0 31px;
	position: relative;
	text-align: center;
}

#swiper-container2 .slick-slide .zh16:before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	background: #5d5d71;
	width: 1px;
	bottom: 0;
	height: 22px;
}

.fzlc {
	padding: 110px 0 100px;
}

.fzlcc {
	position: relative;
}

.fzlcc:before {
	position: absolute;
	content: "";
	background: #5d5d71;
	width: 100%;
	height: 1px;
	bottom: 10px;
}

.fzlcc .slick-center .zh16 {
	opacity: 0;
}

.fzlcc .slick-center {
	position: relative;
}

.fzlcc .slick-center::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/cnhzd.png) no-repeat center/cover;
	width: 11px;
	height: 97px;
	bottom: 10px;
}

.fzlcb .slick-prev {
	/* 	width: 50px;
	height: 50px;
	background: url(../images/leftan.png) no-repeat center/cover;
	border: 0;
	top: 50%; */
	opacity: 0;
}

.fzlcb .slick-next {
	width: 50px;
	height: 50px;
	background: url(../images/rightan.png) no-repeat center/cover;
	border: 0;
	top: 50%;
}

.fzlcb .slick-prev:hover {
	background: url(../images/leftan1.png) no-repeat center/cover;
	width: 50px;
	height: 50px;
}

.fzlcb .slick-next:hover {
	background: url(../images/rightan1.png) no-repeat center/cover;
	width: 50px;
	height: 50px;
}

.qyjx {
	background: #fbfbfb;
	padding: 103px 0 113px;
	position: relative;
}


.qyjx .qyjxa .zh46 {
	color: #000;
}

.qyjx .qyjxa .zh20 {
	color: #666666;
	margin-top: 15px;
	margin-bottom: 46px;
}

.qyjx .qyjxb .swiper-container-tz .qyjxba {
	background: #fff;
	padding: 41px 33px 26px 38px;

}

.qyjx .qyjxb .swiper-container-tz .qyjxba .img {
	margin-bottom: 47px;
}

.qyjx .qyjxb .swiper-container-tz .qyjxba .qyjxba1 .qyjxba1a {
	color: #999999;
}

.qyjx .qyjxb .swiper-container-tz .qyjxba .qyjxba1 .qyjxba1b {
	color: #333333;
	margin-bottom: 9px;
}

.qyjx .qyjxb {
	position: relative;
}

.qyjxbrty {
	margin-top: 40px;
}

.qyjx .swiper-pagination-tz {
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.qyjx .swiper-pagination-tz .swiper-pagination-bullet {
	width: 38px;
	height: 4px;
	background: #acb8e9;
	opacity: 1;
	margin-right: 12px;
	border-radius: inherit;
}

.qyjx .swiper-pagination-tz .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.qyjx .swiper-pagination-tz .swiper-pagination-bullet-active {
	background: #0e32c8;
}

.qyjx .swiper-button-prev-tz {
	width: 18px;
	height: 30px;
	top: 55%;
	left: 10%;
	background: url(../images/jwz.png) no-repeat center center/cover;
}

.qyjx .swiper-button-prev-tz:after {
	opacity: 0;
}

.qyjx .swiper-button-next-tz {
	width: 18px;
	height: 30px;
	right: 10%;
	top: 55%;
	background: url(../images/jwr.png) no-repeat center center/cover;
}

.qyjx .swiper-button-next-tz:after {
	opacity: 0;
}

.qdgt .lzbda {
	width: 100%;
}

.qdgt .qdgta {
	margin-bottom: 36px;
}

.qdgt .qdgta .lzbda1 {
	margin-bottom: 0;
	float: left;
}

.qdgt .qdgta .an {
	float: right;

}

.qdgt .qdgta .an .ana {
	float: left;
	color: #fff;
	width: 120px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #dce3ff;
	border-radius: 0 23px 0 23px;
	text-align: center;
	margin-right: 14px;
}

.qdgt .qdgta .an .ana:hover {
	background: #fff;
	color: #0e32c8;
}

.qdgt .qdgta .an .ana:last-child {
	margin-right: 0;
}

.qdgt .qdgta .an .cur {
	color: #0e32c8;
	background: #ffffff;
	border: 0;
}

.lq-zql {
	text-align: center;
}

.lq-zql .btn {
	background-color: #ffffff !important;
	color: #000000 !important;
}

.wcnmae {
	margin-top: 25px;
}

.hdkjqh .swiper-slide .img .sj {
	display: none;
}

.sjt {
	display: none;
}

.hdkjqh .swiper-container-pobt .swiper-slide .imga {
	display: none;
}

@media (max-width:1600px) {
	.qyjx .swiper-button-prev-tz {
		left: 4%;
	}

	.qyjx .swiper-button-next-tz {
		right: 4%;
	}
}

@media (max-width:1550px) {
	.hdkj .hdkjb .hdkjba ul li dl .zy .zh16 {
		margin-top: 20px;
	}
}

@media (max-width:1376px) {
	.hdkj .hdkjb .hdkjba ul li {
		margin-right: 70px;
	}
}

@media (max-width:1350px) {
	.hdkj .hdkjb .hdkjba ul li dl .zy .zh16 {
		margin-top: 15px;
	}
}

@media (max-width:1200px) {
	.hdkj .hdkjb .hdkjba ul li {
		margin-right: 50px;
	}
}

@media (max-width:1100px) {
	.hdkj {
		padding: 30px 0 40px;
	}

	.hdkj .hdkja {
		margin-bottom: 15px;
	}

	.hdkj .hdkjb .hdkjbb {
		margin-top: 10px;
	}

	.hdkj .hdkjb .hdkjba ul li dl .zy .zh16 {
		margin-top: 5px;
	}

	.hdkj .hdkjb .hdkjbb .zh16 {
		line-height: 1.5;
		margin-bottom: 0;
	}

	.hxjzg {
		padding: 30px 0 15px;
	}

	.hdkjqh .swiper-button-next-pobt {
		left: 20%;
		bottom: 8%;
	}

	.hdkjqh .swiper-button-prev-pobt {
		bottom: 8%;
	}

	.hxjzg .hxjzga {
		background: none;
	}


	.sjt {
		display: block;
	}

	.hxjzg .hxjzga .bke .bt {
		margin-bottom: 15px;
		display: none;
	}

	.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea2 {
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.fzlcb .slick-prev {
		opacity: 0;
	}

	.fzlcb .slick-next {
		opacity: 0;
	}

	.fzlc {
		padding: 30px 0 40px;
	}

	.fzlc .fzlcb {
		margin-top: 20px;
	}

	.wcnmae {
		margin-top: 1px;
	}

	.qyjx {
		padding: 30px 0 40px;
	}

	.qyjxbrty {
		margin-top: 20px;
	}

	.qyjx .qyjxa .zh20 {
		margin-bottom: 15px;
	}

	.fzlc .fzlca .zh46 {
		margin-bottom: 10px;
	}

	.fzlc .fzlcb .swiper-container-zbv .ntgta .ntgtb {
		margin-bottom: 10px;
	}

	.lxyzx .lxyzxa ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.lxyzx .lxyzxa ul li:nth-child(2) {
		margin: 0 0 10px 0;
	}

	.lxyzx .lxyzxb {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.lxyzx {
		padding: 30px 0 40px;
	}

	.lxyzx .lxyzxa {
		text-align: center;
		width: 100%;
	}

	.lxyzx .lxyzxa .zh46 {
		margin-bottom: 10px;
	}

	.qyjx .qyjxb .swiper-container-tz .qyjxba {
		padding: 20px;
	}

	.qyjx .qyjxb .swiper-container-tz .qyjxba .img {
		padding-bottom: 16px;
		margin-bottom: 13px;
	}

	.qyjx .swiper-button-prev-tz {
		opacity: 0;
	}

	.qyjx .swiper-button-next-tz {
		opacity: 0;
	}

	.lzbd .lzbda ul li {
		width: 100%;
		margin-bottom: 13px;
	}

	.lzbd .lzbda ul .lzbdae {
		width: 100%;
		margin: 0 0 13px;
	}

	.backTop {
		display: none !important;
	}

	.hxjzg .hxjzga .bke .swiper-pagination-ntgt .swiper-pagination-bullet-active {
		background: #0e32c8 !important;
	}

	.hxjzg .hxjzga .bke .swiper-pagination-ntgt .swiper-pagination-bullet {
		background: #acb8e9;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-x .z {
		line-height: 17px;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s .li-b {
		margin-top: 4px;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s .li-c {
		margin-top: 8px;
	}

	.lxwm-rczp .lxwm-rczpb ul li .li-s {
		padding-bottom: 11px;
	}
}

@media (max-width:918px) {
	.hdkj .hdkjb .hdkjba ul li {
		margin-right: 20px;
	}

	.hdkjqh .swiper-button-next-pobt {
		left: 21%;
	}
}


@media (max-width:790px) {
	.hdkj .hdkjb .hdkjba ul li {
		width: 155px;
		margin-right: 0;
		margin-bottom: 10px;
		padding-right: 20px;
	}

}

@media (max-width:750px) {
	.hdkjqh .swiper-slide .img .sj {
		display: block;
	}

	.bannerb {
		padding: 0 10px;
	}

	.hdkjqh .swiper-slide .img .pc {
		display: none;
	}

	.hdkjqh .swiper-button-next-pobt {
		left: 22.5%;
	}

	.qdgt .qdgta .an .ana {
		width: 134px;
		line-height: 38px;
		height: 38px;
	}




	.fzlc .fzlcb .swiper-container-zbv .ntgta {
		padding: 20px 80px 25px 80px;
	}

	.lzbd .lzbda ul li input {
		width: 90%;
	}

	.mainMore {
		line-height: 2.8;
	}

	.zhyyfw .zhyyfw-b .zhyyfw-b1 {
		width: 6%;
	}

	.hdkjqh .swiper-container-pobt .swiper-slide .imga {
		display: block;
	}

	.hdkjqh .swiper-container-pobt .swiper-slide .img {
		display: none;
	}
}

@media (max-width:650px) {
	.hdkjqh .swiper-button-next-pobt {
		left: 23.5%;
	}
}

@media (max-width:550px) {
	.hdkj .hdkjb .hdkjba ul li {
		padding-right: 20px;
		width: 125px;
	}

	.hdkjqh .swiper-button-next-pobt {
		left: 26%;
	}

	.zh46 {
		font-size: 20px;
	}

	.zh18 {
		font-size: 14px;
	}

	.zh24 {
		font-size: 17px;
	}

	.qdgt .qdgta .an .ana {
		width: 122px;
		line-height: 38px;
		height: 38px;
	}

	.qdgt .qdgta {
		text-align: center;
		margin-bottom: 15px;
	}

	.qdgt .qdgta .lzbda1 {
		float: inherit;
		margin-bottom: 10px;
	}

	.qdgt .qdgta .an {
		float: inherit;
		display: inline-block;
	}

	.zhyyfw .zhyyfw-b .zhyyfw-b1 {
		width: 8%;
	}

	.lzbd .ks .lzbda .tabBox .box .lzbda1 {
		left: 50%;
		transform: translateX(-50%);
		top: -22%;
	}

	.lzbd {
		padding: 60px 0 100px;
	}

}

@media (max-width:450px) {
	.hdkjqh .swiper-button-next-pobt {
		left: 28%;
	}

	.fzlc .fzlcb .swiper-container-zbv .ntgta {
		padding: 20px 50px 25px 50px;
	}

	.lzbd .lzbda ul li input {
		width: 87%;
	}

	.qyjxbrty {
		margin-top: 13px;
	}

	.hdkj .hdkjb .hdkjba ul li {
		padding-right: 20px;
		width: 110px;
	}

	.hdkj .hdkjb .hdkjba ul li dl .obl {
		font-size: 12px;
	}
}

@media (max-width:350px) {
	.hdkj .hdkjb .hdkjba ul li {
		width: 100%;
		padding-right: 0;
	}

	.hdkjqh .swiper-button-next-pobt {
		left: 30%;
	}

	.lzbd .lzbda ul li input {
		width: 84%;
	}
}













.cyks {
	background: #f6f6f7;
	padding: 105px 0 100px;
}

.cyks .cyks-a {
	color: #333333;
	margin-bottom: 43px;
	text-align: center;
}

.cyks .cyks-b ul li {
	width: 32.14%;
	float: left;
	margin-right: 1.79%;
}

.cyks .cyks-b ul li:last-child {
	margin-right: 0;
}

.cyks .cyks-b ul li .cyks-b1 {
	background: #fff;
	padding: 52px 20px 62px 38px;
}

.cyks .cyks-b ul li .cyks-b1 .cyks-b1a {
	color: #000;
	margin-bottom: 22px;
	line-height: 28px;
}

.cyks .cyks-b ul li .cyks-b1 .zh16 {
	color: #666666;
}

.zwyy {
	display: none;
}

.cyks .fwzcxjk-b1b {
	text-align: center;
	margin-top: 50px;
}

.cyks .fwzcxjk-b1b a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #cccccc;
	color: #666666;
	border-radius: 0 19px 0 19px;
}








@media (max-width:1100px) {
	.zh42 {
		font-size: 30px;
	}

	.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 span {
		font-size: 30px;
	}

	.zgyyfaxq-cpyy .swiper-pagination-box .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.cyks {
		padding: 30px 0 40px;
	}

	.cyks .cyks-a {
		margin-bottom: 15px;
	}

	.cyks .cyks-b ul li {
		width: 100%;
		margin-bottom: 1.7%;
		position: relative;
	}

	.cyks .cyks-b ul li .cyks-b1 {
		width: 50%;
		float: left;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.cyks .cyks-b ul li .yj-ywfwcb {
		width: 50%;
		float: right;
	}

	.cyks .cyks-b ul li .cyks-b1 {
		background: #fff;
		padding: 20px;
	}

	.cyks .cyks-b ul li .cyks-b1 .zh16 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.cyks .cyks-b ul li .cyks-b1 .cyks-b1a {
		margin-bottom: 5px;
	}
}

@media (max-width:750px) {
	.zh42 {
		font-size: 25px;
	}

	.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 span {
		font-size: 25px;
	}

	.index-khal {
		padding: 30px 0 17px;
	}
	
	
	.ywfw .yj-ywfwcvv ul li:nth-child(1) {
		border-bottom: 1px solid #f6f6f7;
		padding: 20px 0;
	
	}
	
	
	
	.ywfw .yj-ywfwcvv ul li:nth-child(2) {
		border-bottom: 1px solid #f6f6f7;
		padding: 20px 0;
	
	}
	
	.ywfw .yj-ywfwcvv ul li:nth-child(3) {
		padding: 20px 0;
	
	}
	
	.ywfw .yj-ywfwcvv ul li:nth-child(4) {
		padding: 20px 0;
	
	}
}

@media (max-width:550px) {
	.khalxq-cpdt .khalxq-cpdtb ul li .cpdtb-a .zh24{
		font-size: 19px;
		margin-bottom: 5px;
	}
}

@media (max-width:500px) {
	.zh42 {
		font-size: 22px;
	}

	.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 {
		font-size: 20px !important;
	}

	.yj-zxfw .yj-zxfwa .jd .yj-zxfwa2 {
		font-size: 22px;
		margin-top: 20px;
	}

	.obe {
		display: none;
	}

	.zwyy {
		display: block;
	}

	.cyks .cyks-b ul li .yj-ywfwcb {
		width: 100%;
	}

	.cyks .cyks-b ul li .cyks-b1 {
		position: inherit;
		width: 100%;
	}

	.cyks .cyks-b ul li {
		margin-bottom: 20px;
	}

	.cyks {
		padding: 30px 0 20px;
	}
}

.inputerror {
	border: 1px solid #f00 !important;
	background-color: #ffe6e6 !important;
}

@-webkit-keyframes inputerrors {
	0% {
		background-color: #fff;
	}

	100% {
		background-color: #ffe6e6;
	}
}

.inputerror {
	animation: inputerrors 0.5s 3 ease;
}






.imgxz .neft {
	float: left;
}

.imgxz .nert {
	float: left;
	color: #0e32c8;
	font-weight: 600;
	/*margin-left: 10px;*/
}

.nav .fixed-head .tbdj .ul li:before {
	background: #0e32c8;
}

.nav .tbdj .ul ul li:hover .wges {
	color: #ffffff;
}

.nav .fixed-head .tbdj .ul ul li:hover .wges {
	color: #46494c;
}

/* .nav .tbdj .ul ul #qnmdzh {
	position: inherit;
} */



.nav .tbdj .ul ul li .gydh {
	position: absolute;
	background: rgba(25, 49, 108, 0.7);
	padding: 16px 0 20px;
	width: auto;
	min-width: 156px;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
	display: none;
	text-align: center;
}

.nav .tbdj .ul ul li:nth-child(3) .gydh {
	width: 156px;
}

.nav .tbdj .ul ul li:hover .gydh {
	display: block;
}

.nav .tbdj .ul ul li .gydh a:hover {
	color: #fff;

}

.nav .tbdj .ul ul li .gydh a {
	color: #c1c2cb;
	display: inline-block;
	padding: 10px 20px;

}

.jjpe {
	width: 1400px;
	margin: 0 auto;
}

.nav .tbdj .ul ul #qnmdzh:hover .xl {
	display: block;
}

.nav .tbdj .ul ul li .xl {
	position: absolute;
	background: rgba(25, 49, 108, 0.7);
	width: 100%;
	left: 0;
	top: 100%;
	padding: 23px 0;
	display: none;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a {
	float: left;
	font-size: 16px;
	color: #c1c2cb;
	border-right: 1px solid #5a5a62;
	padding: 0 80px;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a:last-child {
	border-right: 0px solid #5a5a62;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a:hover {
	color: #fff;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a .jjpea1 {
	float: left;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a .jjpea1 .sje {
	display: none;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a:hover .jjpea1 .sje {
	display: block;
}

.nav .tbdj .ul ul li .xl .jjpe .jjpea a:hover .jjpea1 .pce {
	display: none;
}


.nav .tbdj .ul ul li .xl .jjpe .jjpea a .jjpea2 {
	float: left;
	margin-left: 8px;
}



@media (max-width:1450px) {
	.nav .tbdj .ul ul li .xl {
		text-align: center;
	}

	.jjpe {
		display: inline-block;
		width: inherit;
		margin: inherit;
	}

	.jjpe .jjpea {
		display: inline-block;
	}

	.nav .tbdj .ul ul li .xl .jjpe .jjpea a {
		padding: 0 58px;
	}

	.nav .tbdj .ul ul li .xl .jjpe .jjpea a .jjpea2 {
		text-align: left;
	}
}

@media (max-width:1250px) {
	.nav .tbdj .ul ul li .xl .jjpe .jjpea a {
		padding: 0 38px;
	}
}

.zxfw-qnm {
	text-align: center;
}

.zxfw-qnm .yj-zxfwb1 {
	color: #000000;
	margin-bottom: 17px;
}

.zxfw-qnm .yj-zxfwb2 {
	color: #666666;
	margin-bottom: 46px;
}

.yyfw-qneeo {
	position: relative;
}

.yj-yyfw {
	padding: 100px 0 111px;
}

.yj-yyfw .yj-yyfwzhq {
	text-align: center;
}

.yj-yyfw .yj-yyfwzhq .yj-yyfwzhq1 {
	color: #000000;
	margin-bottom: 49px;
}

.yj-yyfw .yj-yyfwzhq .yj-yyfwzhq2 {
	color: #666666;
	margin-top: 6px;
	margin-bottom: 39px;
}

.qnmes {
	color: #fff;
}

.qnmes span {
	display: inline-block;
	margin-left: 9px;
	width: 8px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 1px;
	background: url(../images/jtimg.svg) no-repeat right center;
	opacity: 0.7;
}

.khal-khal ul li .khalb a {
	height: 100%;
	display: block;
}


.khal-dbkhb .sj {
	display: none;
}

@media (max-width:750px) {
	.khal-dbkhb .sj {
		display: block;
	}

	.khal-dbkhb .pc {
		display: none;
	}



}



.cnmd .tabTit {
	position: absolute;
	z-index: 6;
	padding-top: 68px;
}

.cnmd .tabTit .an {
	position: relative;
	padding-left: 35px;
	margin-bottom: 53px;
	cursor: pointer;
}

.cnmd .tabTit .cur:before {
	position: absolute;
	content: "";
	left: 0;
	width: 4px;
	height: 57px;
	top: -5px;
	background: url(../images/khwcnm.png) no-repeat right center;
}

.cnmd .tabTit .an .cnmda {
	float: left;
	margin-right: 17px;
}

.cnmd .tabTit .an .cnmdb .an-1 {
	line-height: 1;
	color: #c1c2cb;
}

.cnmd .tabTit .an .cnmdb .an-2 {
	margin-top: 3px;
	color: #c1c2cb;
}

.cnmd .tabTit .cur .cnmdb .an-1 {
	color: #fff;
}


.cnmd .tabTit .cur .cnmdb .an-2 {
	color: #fff;
}

.cnmd .tabTit .an .cnmdb {
	float: left;
}

.index-jjfa .index-jjfaa .index-jjfaa1 {
	float: left;
}
.index-jjfa .index-jjfaa .index-jjfaa1 span{
	font-size: 22px;
    margin-left: 20px;
    display: initial;
}

.index-jjfa .index-jjfaa .qnmlgbfd {
	float: right;
	width: 30%;
}

.index-jjfa .index-jjfaa {
	margin-bottom: 40px;
}

.index-jjfa .index-jjfaa p{
	font-size: 16px;
    color: #fff;

}

.cnmd .tabTit .an .dj {
	display: none;
}

.cnmd .tabTit .cur .dj {
	display: block;
}

.cnmd .tabTit .cur .mr {
	display: none;
}

.swiper-button-prev-obte {
	background: url(../images/zjhes.png) no-repeat right center;
	width: 18px;
	height: 30px;
	right: 0 !important;
	left: 10.5% !important;
}

.swiper-button-prev-obte:after {
	opacity: 0;
}

.swiper-button-next-obte {
	background: url(../images/zjhese.png) no-repeat right center;
	width: 18px;
	height: 30px;
	right: 10.5% !important;
}

.swiper-button-next-obte:after {
	opacity: 0;
}

.swiper-button-next-obte:hover {
	background: url(../images/zjhesea.png) no-repeat right center;
}

.swiper-button-prev-obte:hover {
	background: url(../images/zjhesa.png) no-repeat right center;
}

@media (max-width:1350px) {
	.cnmd .tabTit {
		width: 22%;
	}

	.cnmd .tabTit .an {
		margin-bottom: 30px;
	}
}

@media (max-width:1280px) {
	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		padding-left: 44%;
	}
}

@media (max-width:1100px) {
	.index-jjfa .tabBox .box .box-ks .box-ksa .box-ksa1 {
		padding-left: 40%;
	}
}


@media (max-width:2560px) {
	.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb {
		min-height: 340px;
	}

	.swiper-button-prev-obte {
		right: 0 !important;
		left: 16% !important;
	}

	.swiper-button-next-obte {
		right: 16% !important;
	}
}

@media (max-width:2500px) {

	.swiper-button-prev-obte {
		right: 0 !important;
		left: 15% !important;
	}

	.swiper-button-next-obte {
		right: 15% !important;
	}
}

@media (max-width:2400px) {

	.swiper-button-prev-obte {
		right: 0 !important;
		left: 14% !important;
	}

	.swiper-button-next-obte {
		right: 14% !important;
	}
}

@media (max-width:2300px) {

	.swiper-button-prev-obte {
		right: 0 !important;
		left: 13% !important;
	}

	.swiper-button-next-obte {
		right: 13% !important;
	}
}

@media (max-width:2260px) {
	.swiper-button-prev-obte {
		right: 0 !important;
		left: 11% !important;
	}

	.swiper-button-next-obte {
		right: 11% !important;
	}
}

@media (max-width:1600px) {
	.swiper-button-prev-obte {
		right: 0 !important;
		left: 3.5% !important;
	}

	.swiper-button-next-obte {
		right: 3.5% !important;
	}
}

@media (max-width:1920px) {
	.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba .index-xwzxbb {
		min-height: inherit;
	}
}

@media (max-width:1100px) {
	.index-jjfa .tabBox .box .box-ks .box-ksb {
		padding: 15px;
	}
}




.fwzcxjk {
	padding: 100px 0 0;
}

.fwzcxjk .container .fwzcxjk-a {
	text-align: center;
	color: #000000;
	margin-bottom: 46px;
}

.fwzcxjk .fwzcxjk-b {
	position: relative;
}

.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17.4%;
}

.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .fwzcxjk-b1a {
	color: #666666;
}

.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .fwzcxjk-b1a p {
	margin-bottom: 4px;
}

.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .fwzcxjk-b1b a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #cccccc;
	color: #666666;
	border-radius: 0 19px 0 19px;
}

.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .fwzcxjk-b1b {
	margin-top: 48px;
}

.yj-yyfwleft .fwzcxjk-b1b {
	margin-top: 43px;
}

.yj-yyfwleft .fwzcxjk-b1b a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0 19px 0 19px;
}

.yj-yyfwleft .fwzcxjk-b1b a:hover {
	border: 0;
	background: #fff;
	color: #0e32c8;
}

.hdkjqh .swiper-pagination-pobt {
	left: 13.5%;
	bottom: 120px;
}

.hdkjqh .swiper-pagination-pobt .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	background: #475178;
	margin-right: 20px;
	border-radius: inherit;
	opacity: 1;
}

.hdkjqh .swiper-pagination-pobt .swiper-pagination-bullet-active {
	background: #a3b5ff;
}

.wqnmlgbee .lxwm-gsdzb {
	border-bottom-left-radius: 58px;
	border-top-right-radius: 59px;
}

.wqnmlgbee .lxwm-gsdzb .lxwm-gsdzb2 .map {
	border-top-right-radius: 58px;
}








/****/
.xzyyds {
	background: #fbfbfb;
	padding: 58px 0 60px;
}

.xzyyds .xzyyds-nbk {
	background: #ffffff;
	padding: 28px 120px 76px 30px;
}

.xzyyds .xzyyds-nbk .xzyydsa {
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 43px;
}

.xzyyds .xzyyds-nbk .xzyydsb {
	color: #666666;
	line-height: 28px;
}

.xzyyds .xzyyds-nbk .xzyydsb p {
	margin-bottom: 17px;
}

.xzyyds .xzyyds-nbk .xzyydsb p:last-child {
	margin-bottom: 0;
}



.wdzjm::-webkit-input-placeholder {
	color: #a2baf2 !important;
}

.wdzjm::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a2baf2 !important;
}

.wdzjm:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a2baf2 !important;
}

.wdzjm:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a2baf2 !important;
}

.backTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
}



.wsnnd::-webkit-input-placeholder {
	color: #a2baf2 !important;
}

.wsnnd::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a2baf2 !important;
}

.wsnnd:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a2baf2 !important;
}

.wsnnd:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a2baf2 !important;
}


.cyks .fwzcxjk-b1b a:hover {
	color: #fff;
	border: inherit;
	background: url(../images/anjb1.png) no-repeat center/cover;
}




#bytte::-webkit-input-placeholder {
	color: #a2baf2;
}

#bytte::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a2baf2;
}

#bytte:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a2baf2;
}

#bytte:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a2baf2;
}



.lxwm-zxly ul li {
	width: 28%;
	float: left;
	margin-right: 1%;
	padding-left: 10px;
	border: 1px solid #6c6c74;
	border-radius: 5px;
	padding: 10px 5px 16px 15px;
}

.lxwm-zxly ul li:nth-child(3) {
	margin-right: 0;
	width: 41%;
	padding-left: 25px;
}

.lxwm-zxly ul .lzbdae {
	width: 49.5%;
	margin-top: 15px;
}

.lxwm-zxly ul .lzbdaee {
	margin-right: 0;
}

.lxwm-zxly ul .lykk {
	width: 100%;
	margin-top: 42px;
	height: 104px;
	border: 1px solid #6c6c74;
	border-radius: 5px;
	padding: 14px 0 0 15px;

}

.lxwm-zxly ul .lykk textarea {
	background-color: transparent;
	height: 100%;
	width: 100%;
	border: 0;
	font-size: 16px;
}

.lxwm-zxly ul li .z {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-top: 3px;
}

.lxwm-zxly ul li input {
	float: left;
	width: 80%;
	border: 0px solid #6c6c74;
	background-color: transparent;
	font-size: 16px;
}



.lxwm-zxly ul li input::-webkit-input-placeholder {
	color: #fff;
}

.lxwm-zxly ul li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}

.lxwm-zxly ul li input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.lxwm-zxly ul li input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}




.lykk .wdzjm::-webkit-input-placeholder {
	color: #fff !important;
}

.lykk .wdzjm::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
}

.lykk .wdzjm:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
}

.lykk .wdzjm:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}





.lykk .sdakjdnskaj::-webkit-input-placeholder {
	color: #85a1ec !important;
}

.lykk .sdakjdnskaj::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #85a1ec !important;
}

.lykk .sdakjdnskaj:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #85a1ec !important;
}

.lykk .sdakjdnskaj:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #85a1ec !important;
}





.inputerror input::-webkit-input-placeholder {
	color: #85a1ec !important;
}

.inputerror input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #85a1ec !important;
}

.inputerror input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #85a1ec !important;
}

.inputerror input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #85a1ec !important;
}

.lxwm-zxly ul .inputerror .z {
	color: #85a1ec;
}

.wsnda img {
	margin-right: 10px;
}


@media (max-width:1440px) {

	.qyjx .swiper-button-prev-tz {
		width: 18px;
		height: 30px;
		top: 55%;
		left: 5%;
		background: url(../images/jwz.png) no-repeat center center/cover;
	}

	.qyjx .swiper-button-next-tz {
		width: 18px;
		height: 30px;
		right: 5%;
		top: 55%;
		background: url(../images/jwr.png) no-repeat center center/cover;
	}
}


.index-xkkjb {
	background: #55566a;
	display: none;
	padding: 30px 0 60px;
	position: relative;
}

.index-xkkjb .swiper-pagination-jdxbw {
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	width: 100%;
}

.index-xkkjb .swiper-pagination-jdxbw .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	background: #acb8e9;
	margin-right: 10px;
	border-radius: 0;
	opacity: 1;
}

.index-xkkjb .swiper-pagination-jdxbw .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e32c8;
}

.index-xkkjb .swiper-pagination-jdxbw .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.index-xkkjb .index-xkkjba {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
	background: #0e32c8;
	text-align: center;
	padding: 14px 15px 10px 15px;
	min-height: 180px;
	position: relative;
}


.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq:before {
	position: absolute;
	content: "";
	width: 13px;
	height: 19px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/wcnezc2-span.png) no-repeat right center;
}

.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq .sjzyyqa {
	font-weight: bold;
	color: #fff;
	margin: 15px 0;
}

.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq .sjzyyqb {
	line-height: 1.5;
}

.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq a {
	display: inline-block;
	background: url(../images/jtdaw.jpg) no-repeat center center/cover;
	width: 13px;
	height: 26px;
	margin-top: 10px;
}

.mkhal {
	display: none;
	padding: 30px 0 60px;
	position: relative;
}

.mkhal .mkhal-bt {
	color: #000000;
	font-weight: bold;
	margin-bottom: 17px;
	width: 100%;
	text-align: center;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhala {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb {
	position: absolute;
	bottom: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(17, 54, 197, 0.9);
	transition: all 0.6s;
	padding: 18px;
}

.mkhal .swiper-container-mkhal .swiper-slide:hover .mkhalb {
	bottom: 0;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box {
	position: absolute;
	bottom: 0;
	left: 0;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb1 {
	margin-bottom: 10px;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb2 {
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.8;
}

.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .wqmsdas span {
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 14px;
	background: url(../images/jtimg.svg) no-repeat right center;
	vertical-align: middle;
	margin-top: -3px;
	opacity: .7;
}

.mkhal .swiper-pagination-mkhal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	width: 100%;
}

.mkhal .swiper-pagination-mkhal .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	background: #acb8e9;
	margin-right: 10px;
	border-radius: 0;
	opacity: 1;
}

.mkhal .swiper-pagination-mkhal .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e32c8;
}

.tmlhwa {
	display: none;
}

.fwzcxjk .fwzcxjk-b .img .sj {
	display: none;
}

.zxfwzj {
	display: none;
}

	.wcdwap{
		display: none;
	}


@media (max-width:1392px) {
	.khal-khal .khal-khala {
		width: 50%;
	}

	.khal-khal ul li {
		width: 49%;
		margin-right: 2%;
	}

	.khal-khal ul li:nth-child(2n) {
		margin-right: 0;
	}

	.khal-khal ul li:nth-child(3) {
		margin-right: 2%;
	}

	.khal-khal ul li:nth-child(9) {
		margin-right: 2%;
	}
}

@media (max-width:1218px) {
	.khal-khal .khal-khala .khal-khala1 {
		margin-right: 3%;
	}
}

@media (max-width:1100px) {
	.fwzcxjk {
		padding: 30px 0 0;
	}

	.fwzcxjk .container .fwzcxjk-a {
		margin-bottom: 17px;
	}

	.yj-yyfw .yj-yyfwzhq .yj-yyfwzhq1 {
		margin-bottom: 19px;
	}

	.zhyyfw .zhyyfw-b .gybsban {
		padding-top: 0;
	}

	.wqnmlgbee .lxwm-gsdzb {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		padding: 0;
	}

	.wqnmlgbee .lxwm-gsdzb .lxwm-gsdzb2 .map {
		border-radius: 0;
	}

	.lxwm-zxly ul li {
		width: 100%;
		margin-bottom: 15px;
		padding: 20px 15px;
	}

	.lxwm-zxly ul li:nth-child(3) {
		width: 100%;
		padding-left: 10px;
	}

	.lxwm-zxly ul .lzbdae {
		margin-top: 0;
		width: 100%;
	}

	.lxwm-zxly ul .lykk {
		margin-top: 0px;
		height: 84px;
	}

	.lxwm-rczp .lxwm-rczpb ul li {
		margin-bottom: 15px;
	}

	.zxfw-qnm .yj-zxfwb2 {
		margin-bottom: 20px;
	}

	.zxfw-qnm .yj-zxfwb1 {
		margin-bottom: 7px;
	}

	.khal-khal .khal-khala {
		width: 100%;
	}

	.yj-spzx .yj-spzxa .xwzxa1aa {
		width: 100%;
	}

	.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b .inpp {
		font-size: 14px;
	}

	.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b .inpp {
		font-size: 14px;
		height: 40.1px;
	}

	.yj-spzx .yj-spzxa .xwzxa1aa .xwzxa1b .btn {
		height: 40px;
		font-size: 14px;
	}

	.khal .swiper-pagination-jw {
		bottom: 14px;
	}

	.fzlc .fzlcb .swiper-container-zbv .ntgta {
		padding: 0px 100px 7px 90px;
	}

	.fzlcc .slick-center::before {
		width: 7px;
		height: 59px;
		background-size: 100% 100%;
	}

	.index-xwzxa1 .zh46 {
		text-align: center;
		margin-bottom: 16px;
	}

	.hdkjqh .swiper-pagination-pobt {
		bottom: 20px;
		left: 13%;
	}

	.hdkjqh .swiper-pagination-pobt .swiper-pagination-bullet-active {
		background: #d1d3dd !important;
	}

	.hdkjqh .swiper-pagination-pobt .swiper-pagination-bullet {
		width: 25px;
		background: #5e678a;
	}

	.lxwm-gsdza {
		text-align: center;
	}

	.lxwm-gsdz .lxwm-gsdza .lxwm-gsdza1 {
		float: inherit;
	}

	.index-xkkjb {
		display: block;
	}

	.mkhal {
		display: block;
	}

	.khal {
		display: none;
	}

	.tmlhwa {
		min-height: 300px;
		background: #f6f6f7;
		display: block;
	}

	.tmlhwa .container {
		position: relative;
	}

	.tmlhwa .tmlhwaa {
		background: #ffffff;
		text-align: center;
		padding: 20px 30px;
		position: absolute;
		margin-top: -70px;
		width: 100%;
	}

	.tmlhwa .tmlhwaa .wrnxrbb {
		color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.tmlhwa .tmlhwaa .tmlhwaa1 {
		margin-bottom: 15px;
	}

	.tmlhwa .tmlhwaa .zh16 {
		color: #666666;
		line-height: 1.5;
		font-size: 14px;
	}

	.tmlhwa .tmlhwaa .tmlhwaa3 {
		color: #666666;
		font-size: 16px;
		position: relative;
		display: inline-block;
		margin: 20px 0 14px;
	}

	.tmlhwa .tmlhwaa .tmlhwaa3:before {
		position: absolute;
		content: "";
		left: -36px;
		top: -4.5px;
		width: 28px;
		height: 30px;
		background: url(../images/tmlhwaa4.png) no-repeat right center;
		background-size: 100% 100%;
	}

	.tmlhwa .tmlhwaa .tmlhwaa4 {
		font-size: 22px;
		color: #666666;
	}

	.tmlhwa .tmlhwaa .a a {
		color: #fff;
		text-align: center;
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		display: inline-block;
		background: url(../images/anjb.png) no-repeat center/cover;
		background-size: 100% 100%;
	}

	.ywfw .yj-ywfwcvv {
		margin-top: 0;
	}

	.qdgt {
		padding: 30px 0 40px;
	}




	.hxjzg .hxjzga .bke .addA-a {
		border-top-left-radius: 44px;
		border-bottom-left-radius: inherit;
	}

	.hxjzg .hxjzga .bke .addA-a {
		padding: 57px 25px 30px 25px;
	}

	.yj-yyfw .yj-yyfwrighta {
		height: 300px;
		border-top-right-radius: 50px;
	}

	.yj-yyfw .yj-yyfwleft {
		border-bottom-left-radius: 50px;
		min-height: 21vw;
	}

	.index-xwzx .index-xwzxb .swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb {
		background: #fff;
	}

	.yj-yyfw .yj-yyfwleft .yj-yyfwac {
		font-size: 22px;
	}

	.ztmzl {
		line-height: 1.5;
	}

	.zxfwzj {
		display: block;
	}
	
	.mkhal .swiper-container-mkhal .swiper-slide .mkhala{
		font-size: 22px;
	}
	
	.khal-khal ul li .khala{
		font-size: 20px;
	}

}

@media (max-width:1000px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 23vw;
	}
}

@media (max-width:906px) {
	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		min-height: 197px;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq .sjzyyqb {
		min-height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

}

@media (max-width:833px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 28vw;
	}
}

@media (max-width:770px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 33vw;
	}
}

@media (max-width:750px) {
	#swiper-container2 .slick-slide .zh16 {
		padding: 26px 0 31px;
	}

	.fzlc .fzlcb .swiper-container-zbv .ntgta {
		padding: 0px 0 12px 0px;
	}

	.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb2 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.fwzcxjk .fwzcxjk-b .img .pc {
		display: none;
	}

	.fwzcxjk .fwzcxjk-b .img .sj {
		display: block;
	}

	.fwzcxjk .container .fwzcxjk-a {
		display: none;
	}

	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .zxfwzj {
		color: #222222;
		margin-bottom: 18px;
		width: 100%;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		
	}

	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .fwzcxjk-b1a {
		line-height: 1.5;
		display: none;
	}

	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2a {
		font-size: 16px;
		font-weight: bold;
	}

	.yj-xzzx .yj-xzzxb ul li .yj-lia .yj-lia2b {
		margin-top: 4px;
		font-size: 14px;
	}

	.xwzx .xwzxa .xwzxa3 ul li .xwzxa3a {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.xwzx .xwzxa .xwzxa3 ul li .xwzxa3c {
		line-height: 1.5;
	}

	.xwzx .xwzxa .xwzxa3 ul li .xwzxa3b {
		margin-bottom: 8px;
	}

	.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea1 {
		font-size: 22px;
	}

	.hxjzg .hxjzga .bke .swiper-container-ntgt .slide .slidea .slidea1 span {
		width: 28px;
		height: 22px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1{
		top: 0;
		right: auto;
		left: 0;
		transform: inherit;
		width: 100%;
		padding: 0 2.5%;
		position: inherit;
	}
	
	.fwzcxjk .fwzcxjk-b{
		background:url(../images/fwzcxjk-b1.jpg) no-repeat right ;
		padding: 30px 0 40px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa{
		background: rgba(255,255,255,0.4);
		width: 100%;
		border-radius: 15px;
		margin-bottom: 20px;
		padding: 24px 34px 34px 25px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa:last-child{
		margin-bottom: 0;
	}
	
	.wcdwap{
		display: block;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa .wcdwapa1{
		float: left;
		font-size: 0.25rem;
		color: #666666;
		margin-top: 48px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa .wcdwapa1 p{
		position: relative;
		padding-left: 14px;
		margin-bottom: 5px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa .wcdwapa1 p:before{
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		background: #666666;
		border-radius: 50%;
		height: 4px;
	}
	
	.fwzcxjk .fwzcxjk-b .fwzcxjk-b1 .wcdwap .wcdwapa .wcdwapa2{
		float: right;
	}
	
}


@media (max-width:700px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 36vw;
	}
}

@media (max-width:650px) {
	.khal-khal ul li {
		width: 100%;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq .sjzyyqa {
		margin: 15px 0 5px;
	}

	.yj-yyfw .yj-yyfwleft {
		min-height: 39vw;
	}
}

@media (max-width:637px) {
	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		padding: 4px 15px 10px 15px;
		min-height: 180px;
	}


}

@media (max-width:580px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 45vw;
	}
}

@media (max-width:573px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 50vw;
	}
}

@media (max-width:550px) {
	.khal-khal .khal-khala.addE-a .khal-khala1 {
		width: 100%;
		margin-bottom: 15px;
	}

	.khal-khal .khal-khala .khal-khala2 {
		width: 100%;
	}

	.addE dt {
		font-size: 14px;
		line-height: 39px;
	}

	.khal-khal .khal-khala .khal-khala2 .inpp {
		font-size: 14px;
		height: 39px;
		width: 77%;
	}

	.khal-khal .khal-khala .khal-khala2 .btn {
		height: 39px;
		font-size: 14px;
		width: 23%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li {
		width: 100%;
	}

	.yj-spzxb .yj-spzxba .yj-spzxba1 ul li .spzxba1a {
		margin-top: 10px;
		margin-bottom: 12px;
		height: auto;
	}

	.hdkj .hdkjb .hdkjba ul li dl .zy .zh16 {
		margin-top: 1px;
	}

	.hdkj .hdkjb .hdkjba .clearfix {
		display: inline-block;
	}

	.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb1 {
		font-size: 16px;
	}

	.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb2 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.5;
	}

	.yj-yyfw .yj-yyfwleft {
		min-height: 55vw;
	}

}

@media (max-width:520px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 60vw;
	}
}

@media (max-width:500px) {
	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		min-height: 180px;
	}
}

@media (max-width:470px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 67vw;
	}
	.hxjzg .hxjzga .bke .addA-a {
    height: 54vw;
}
}

@media (max-width:450px) {
	.page a {
		font-size: 12px;
		height: 34px;
		line-height: 35px;
	}

	.page .lasta {
		width: 45px;
	}

	.oagea .btn {
		height: 34px;
		font-size: 12px;
		width: 45px;
	}

	.oagea .inpp {
		height: 34px;
		width: 45px;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		min-height: 268px;
	}
}

@media (max-width:420px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 75vw;
	}
}

@media (max-width:410px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 80vw;
	}
}

@media (max-width:380px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 90vw;
	}
}

@media (max-width:350px) {
	.tmlhwa .tmlhwaa {
		padding: 18px 12px;
	}

	.tmlhwa .tmlhwaa .tmlhwaa1 {
		margin-bottom: 5px;
	}

	.tmlhwa .tmlhwaa .tmlhwaa3 {
		margin: 11px 0 11px;
	}

	.tmlhwa .tmlhwaa .a a {
		margin-top: 8px;
	}
}

@media (max-width:320px) {
	.yj-yyfw .yj-yyfwleft {
		min-height: 110vw;
	}
}



.bannerBox .boxa {
	display: none;
	height: 500px;
}

.qnsmdewsz {
	display: none;
}

@media (max-width:1100px) {
	.bannerBox .boxa {
		display: block;
	}

	.bannerBox .box {
		display: none;
	}

	.qnsmdewsz {
		display: block;
	}

	.qnsmdewsz img {
		width: 100%;
	}

	.zgyyfaxq-yyfw .yyfwb {
		display: none;
	}
}

.footter .foottera2 .wtnldb img {
	width: 270px;
	height: 62px;
}






/**新增**/
.index-khalsj {
	display: none;
}

.index-khalsj {
	padding: 30px 0 40px;
	background: #f6f6f7;
}

.index-khalsj .zh46 {
	text-align: center;
	color: #000000;
	line-height: 1;
	width: 100%;
}

.index-khalsj .index-khalsja {
	margin-top: 17px;
}

.index-khalsj .index-khalsja ul li {
	float: left;
	width: 23.87%;
	margin-right: 1.5%;
	margin-bottom: 16px;
}

.index-khalsj .index-khalsja ul li:nth-child(4n) {
	margin-right: 0;
}

.index-khalsj .index-khalsja ul li img {
	width: 100%;
}

.index-khalsj .index-khalsja ol {
	display: none;
}

.index-khalsj .index-khalsja ol li {
	float: left;
	width: 23.87%;
	margin-right: 1.5%;
	margin-bottom: 16px;
}

.index-khalsj .index-khalsja ol li img {
	width: 100%;
}

.index-khalsj .index-khalsja ol li:nth-child(4n) {
	margin-right: 0;
}

.index-khalsj .ckges {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.index-khalsj .ckges span {
	width: 23px;
	margin-top: 14px;
	height: 23px;
	background: url(../images/ckges.png) no-repeat right center;
	display: inline-block;
}

.index-khalsj .ckges .maea a {
	margin-top: 18px;
}


.index-xkkjb .index-xkkjbb .swiper-slide .img {
	position: relative;
}

.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 10px;
}

.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc1 {
	font-size: 25px;
	color: #fff;
	margin-top: 17px;
}

.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}

.rnzy-o {
	display: none;
	padding: 30px 0 10px;
}

.rnzy-o .rnzy-ots{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.rnzy-o .rnzy-ots:nth-child(3){
	border-bottom: inherit;
}

.rnzy-o .rnzy-ots .rnzy-oa {
	margin-bottom: 15px;
	position: relative;
}

.rnzy-o .rnzy-ots .rnzy-oa .rnzy-oa1{
	font-size: 22px;
	color: #0e32c8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.rnzy-o .rnzy-ots .rnzy-oa .rnzy-oa2{
	float: right;
	width: 17%;
}

.rnzy-o .rnzy-ots:nth-child(1) .rnzy-oa .rnzy-oa2{
	width: 16%;
}

.rnzy-o .rnzy-ots:nth-child(2) .rnzy-oa .rnzy-oa2{
	width: 16%;
}

.rnzy-o .rnzy-ots .rnzy-ob{
	font-size: 16px;
	color: #333333;
}

.rnzy-o .rnzy-ots .rnzy-ob p{
	margin-bottom: 8px;
}

.rnzy-o .rnzy-ots .rnzy-ob p:last-child{
	margin-bottom: 0;
}

.rnzy-o .img{
	margin-top: 20px;
}

.zgyyfaxq-hgkpl .zgyyfaxq-hgkplb .sj{
	display: none;
}

@media (max-width:1100px) {
	.index-khalsj {
		display: block;
	}

	.index-khalpc {
		display: none;
	}

	.index-khalsj .index-khalsja ul li {
		width: 47.87%;
	}
	
	.rnzy-o{
		display: block;
	}
	
	.alxq-jftd{
		display: none;
	}
	
	.mkhal .swiper-container-mkhal .swiper-slide .mkhalb a .box .ylszb1{
		font-size: 20px;
		font-weight: bold;
	}
	
	.zgyyfaxq-hgkpl .zgyyfaxq-hgkplb .sj{
		display: block;
	}
	
	.zgyyfaxq-hgkpl .zgyyfaxq-hgkplb .pc{
		display: none;
	}
	
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh16 {
		color: rgb(102 102 102);
	}
	
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh24{
		color: rgb(26 26 26);
	}
	
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .zh14{
		color: rgb(102 102 102);
	}
	
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .a{
		color: rgb(102 102 102);
	}
	
	.swiper-container-obt .swiper-wrapper .swiper-slide .index-xwzxba:hover .index-xwzxbb .a span{
		background: url(../images/jtimg5.svg) no-repeat right center;
	}
}

@media (max-width:750px) {
	.zh46 {
		font-size: 22px;
		font-weight: bold;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq .sjzyyqa {
		margin: 10px 0 8px;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		min-height: 180px;
	}
	
	.rnzy-o .rnzy-ots .rnzy-ob{
		font-size: 14px;
	}
}

@media (max-width:727px) {
	.zgyyfaxq-yyfw .yyfwa{
		height: 55vw;
	}
}

@media (max-width:650px) {
	.index-khalsj .index-khalsja ul li {
		width: 32.3%;
		margin-right: 1.5%;
	}

	.index-khalsj .index-khalsja ul li:nth-child(3n) {
		margin-right: 0;
	}

	.index-khalsj .index-khalsja ul li:nth-child(4n) {
		margin-right: 1.5%;
	}

	.index-khalsj .index-khalsja ul li:nth-child(12) {
		margin-right: 0;
	}

	.index-khalsj .index-khalsja ol li {
		width: 32.3%;
		margin-right: 1.5%;
	}

	.index-khalsj .index-khalsja ol li:nth-child(3n) {
		margin-right: 0;
	}

	.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc1 {
		font-size: 22px;
		margin-top: 12px;
	}

	.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc2 {
		margin-top: 6px;
	}
	
	.zgyyfaxq-yyfw .yyfwa{
		height: 60vw;
	}
}

@media (max-width:580px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 65vw;
	}
}

@media (max-width:550px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 70vw;
	}
}

@media (max-width:518px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 77vw;
	}
}

@media (max-width:500px) {
	.zh46 {
		font-size: 22px;
		font-weight: bold;
	}
	
	.zgyyfaxq-yyfw .yyfwa {
	    height: 82vw;
	}
	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq:before {
    bottom: 6px;
	}
	
}

@media (max-width:480px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 87vw;
	}
}

@media (max-width:450px) {
	.index-khalsj .index-khalsja ul li {
		width: 100%;
		margin-bottom: 6px;
	}

	.index-khalsj .index-khalsja ol li {
		width: 100%;
		margin-bottom: 15px;
	}

	.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .icon img {
		width: 13%;
	}

	.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc1 {
		font-size: 18px;
		margin-top: 6px;
	}

	.index-xkkjb .index-xkkjbb .swiper-slide .img .wcnezc .wcnezc2 {
		line-height: 1.8;
	}

	.index-xkkjb .index-xkkjbb .swiper-container-jdxbw .swiper-wrapper .swiper-slide .sjzyyq {
		min-height: 180px;
	}
	
	.zgyyfaxq-yyfw .yyfwa {
	    height: 93vw;
	}
}


@media (max-width:440px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 98vw;
	}
}

@media (max-width:415px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 104vw;
	}
}

@media (max-width:390px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 114vw;
	}
}

@media (max-width:370px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 125vw;
	}
}

@media (max-width:355px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 130vw;
	}
}

@media (max-width:335px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 140vw;
	}
}

@media (max-width:325px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 145vw;
	}
}

@media (max-width:315px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 153vw;
	}
}

@media (max-width:310px) {
	.zgyyfaxq-yyfw .yyfwa {
	    height: 160vw;
	}
}



.swiper-container-fade  .swiper-slide:nth-child(1) .maea{
	display: none;
}

.khanxq-deka .khanxq-deka2 p{
	line-height: 1.7;
	font-size: 16px;
    color: #333333;
}

@media (max-width: 750px){
.khanxq-deka .khanxq-deka2 p{

	font-size: 14px;

}	
}




/**2022-7-14新增**/

.ylbdc {
    width: 120px;
    position: relative;
    float: right;
}

.ylbdc .ylbdca{
	border: 1px solid #999;
    text-align: center;
    padding: 4px 0px;
    cursor: pointer;
    color: #000;
}

.ylbdc .ylbdca:hover{
    color: #000;
    background: #fff;	
}

.ylbdc .links {
    position: absolute;
    left: 0px;
    bottom: 28px;
    width: 120px;
    border: 1px solid #999;
    text-align: center;
    line-height: 36px;
    border-bottom: none;
    display: none;
    z-index: 10;
}

.ylbdc a {
    border-bottom: 1px solid #999;
    height: 36px;
    line-height: 36px;
    background: #000;
    display: block;
    display: inline-block;
    width: 100%;
    height: 100%;
   color: #999999;
}

.ylbdc a:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #fff;
}


.ylbdc:hover > .links {
	display:block;
}


/**2022-9-8新增**/
#newBridge{
    z-index: 9 !important;
}

.BMap_Marker{
	display: none !important;
}

.xiaomanxin{
	padding: 110px 0 117px;
	display: none;
}

.xiaomanxin .maxb-top {
	position: relative;
	z-index: 1;
}

.xiaomanxin .maxb-top .lxwm-gsdza1 {
    float: left;
    color: #000000;
    line-height: 1;
}

.xiaomanxin .moximoxi{
	width: 100%;
	float: right;
    height: 46px;
    border: 1px solid #cccccc;
    cursor: pointer;
    border-radius: 5px;
    width: 295px;
}

.xiaomanxin .moximoxi .aside__status-text___3dXKm{
	width: 100%;
	color: #333333;
    font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.xiaomanxin .moximoxi .aside__status-text___3dXKm span{
	display: inline-block;
	padding-left: 15px;
	width: 100%;
	position: relative;
}

.xiaomanxin .moximoxi .aside__status-text___3dXKm span:before {
    position: absolute;
    content: "";
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    background: url(../images/mm.png) no-repeat center/cover;
}

.xiaomanxin .moximoxi .selectBoxs{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 5px;
    background: #fff;
	display: none;
	width: 100%;
}

.xiaomanxin .moximoxi .selectBoxs li{
	font-size: 14px;
	color: #333333;
	line-height: 1;
	padding: 10px 15px;
}

.xiaomanxin .moximoxi .selectBoxs li:hover{
	background: rgba(118,118,118,1);
	color: #fff;
}

.xiaomanxin .moximoxi .selectBoxs li.cur{
	background: rgba(118,118,118,1);
	color: #fff;
}

.xiaomanxin .maxb-bott{
	margin-top: 38px;
	border-bottom-left-radius: 58px;
    border-top-right-radius: 59px;
	background: #0e32c8;
	overflow: hidden;
}

.xiaomanxin .maxb-bott .bottl{
	float: left;
	width: 38%;
}

.xiaomanxin .maxb-bott .bottl .box{
	display: none;
	padding: 59px 29px 0 40px;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb1 {
    color: #fff;
    margin-bottom: 36px;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb2 .gsdzb2a {
    margin-bottom: 10px;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb2 .gsdzb2a .img {
    display: inline-block;
    margin-right: 9px;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba {
    margin-top: 49px;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba a {
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../images/anjb.png) no-repeat center/cover;
    background-size: 100% 100%;
}

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba .zbal { float: left; }

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba .zbar { text-align: center; float: left; margin-left: 130px; }

.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba .zbar .ewm-z {
	margin-top: 13px;
}


.xiaomanxin .maxb-bott .bottl .box.cur{
	display: block;
}

.xiaomanxin .maxb-bott .bottr{
	float: left;
	width: 62%;
}

@media(max-width:1100px) {
	.xiaomanxin{
		padding: 30px 0 40px;
	}

	.xiaomanxin .maxb-top{
		text-align: center;
	}

	.xiaomanxin .maxb-top .lxwm-gsdza1{
		float: initial;
		margin-bottom: 15px;
	}
	
	.xiaomanxin .moximoxi{
		width: 100%;
		height: 40px;
		text-align: left;
	}

	.xiaomanxin .moximoxi .aside__status-text___3dXKm{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.xiaomanxin .maxb-bott{
		border-radius: 0;
	}

	.xiaomanxin .maxb-bott .bottl{
		width: 100%;
	}

	.xiaomanxin .maxb-bott .bottl .box{
		padding: 15px;
		width: 100%;
	}

	.xiaomanxin .maxb-bott .bottr{
		width: 100%;
	}

	.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb1 {
		margin-bottom: 10px;
	}

	.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .lxwm-gsdzba{
		margin-top: 15px;
	}

	.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb2 .gsdzb2a .img {
		width: 16px;
	}

	.xiaomanxin .maxb-bott .bottl .box .lxwm-gsdzb1 .gsdzb2 .gsdzb2a{
		margin-bottom: 10px;
	}

	.xiaomanxin .maxb-bott{
		margin-top: 15px;
	}
}




/**改版**/
.select_box {
    position:relative;
    width: 100%;
	height: 100%;
}
ul,li {list-style-type:none; padding:0; margin:0}
.select_box input {
    cursor:pointer;
    display: inline;
    width:100%;
    overflow:hidden;
    border:0 solid #D1D1D1;
    background:url(down.png) no-repeat 265px center;
    border-radius: 3px;
    padding: 0 0 0 15px;
	height: 100%;
	font-size:16px;

}
.select_box:before {
    position: absolute;
    content: "";
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    background: url(../images/mm.png) no-repeat center/cover;
}
.select_box input::-webkit-input-placeholder {color: #333333;}
.select_box input::-moz-placeholder {color: #333333;}
.select_box input:-moz-placeholder {color: #333333;}
.select_box input:-ms-input-placeholder {color: #333333;}
.select_box ul {
    width:100%;
    position:absolute;
    top:50px;
    left: 0;
	border: 1px solid #cccccc;
    background:#fff;
    overflow: hidden;
    display:none;
    z-index:99999;
	border-radius: 5px;
	overflow: hidden;
}
.select_box ul li {
    display:block;
    overflow:hidden;
    width:100%;
    cursor:pointer;
	font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 10px 15px;
}
 
.xinbanditu  { display: block; }
.xinbanditu .maxb-bott .bottl { width: 100%; }
.xinbanditu .maxb-bott .bottl .box { padding: 0; }
.xinbanditu .maxb-bott .bottl .box .lxwm-gsdzb1 { padding: 59px 29px 0 40px; float: left; width: 38%; }
.xinbanditu .maxb-bott .bottl .box .mshxas { float: left; width: 62%; }


@media(max-width:1100px) {
	.xinbanditu .maxb-bott .bottl .box .lxwm-gsdzb1 { width: 100%; padding: 15px; }
	.xinbanditu .maxb-bott .bottl .box .mshxas { width: 100%; }


}

