body {
	color: #333;
	font-size: 14px;
	font-family: "Arial", "microsoft Yahei", Helvetica, Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	background: #fffefe;
}
html{overflow-x: hidden;}
.img-hide {
	overflow: hidden;
	display: block;
}
.slick-slider {
	touch-action: auto!important;
}
.img-hide img, .div-img {
	transition: 0.5s all;
	transform: scale(1, 1);
}
.img-hide:hover img, .img-hide:hover .div-img {
	transform: scale(1.05, 1.05);
}
.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.txt-elise2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
li {
	list-style: none;
}
a {
	color: #333;
}
ul {
	padding: 0;
	margin: 0;
}
a:hover, a {
	text-decoration: none !important;
}
a:focus {
	text-decoration: none !important;
	outline: none !important;
}
button:focus, button:hover, input:focus {
	outline: none!important;
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.nav-click {
	display: none;
}
.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}
.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #12428d;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.cross {
	margin-top: -8px;
}
.cross .bar {
	margin: 13px auto;
}
.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
	opacity: 0;
}
.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}
.search-box-c {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 54px;
	background: #fff;
	padding-right: 115px;
	margin-left: -400px;
	z-index: 1000010;
}
.search-box-c .form-control {
	height: 54px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	border: none;
}
.modal {
	z-index: 100000001;
}
.modal-backdrop {
	z-index: 10000000;
}
.modal-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000010;
}
.btn-search-c, .btn-search-c:hover, .btn-search-c:focus {
	position: absolute;
	right: 0;
	background: #9a0813;
	top: 0;
	width: 115px;
	height: 54px;
	border: none;
	border-radius: 0;
	padding: 0
}
.modal-back {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.5);
}
.nav-down {
	position: absolute;
	display: none;
	left: 50%;
	top: 100%;
	width: 250px;
	margin-left: -125px;
	background: #12428d;
}

.nav-down li a {
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 10px 10px;
	border-bottom:1px solid rgba(255,255,255,.3);
	font-weight: normal!important;
	background: none!important;
}
.nav-down li a:hover{background: #1b58b7 !important;}
.nav-down li {
	float: none;
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
}
.layer {
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 100000;
}
.layer .close {
	font-size: 60px;
	display: block;
	font-family: "";
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	color: #ccc;
}
.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
}
.layer.showdiv .search_box {
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}
.layer .search_box .kw {
	background: #fff;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer .search_box .ok {
	background: #0d3a7e;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer.active {
	opacity: 1;
	z-index: 1000000;
}
.search-one {
	display: none;
}
.search-one.showdiv {
	display: block;
}
.layer .search_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-list li:hover .nav-down {
	display: block;
}
.nav-list li {
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
}
.banner img {
	width: 100%;
}
.banner {
	margin: 0;
	overflow: hidden;
	padding-top: 180px;
}
.banner .slick-prev {
	left: 30px;
	top: 60%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 100;
	background: url(../images/ban-left.png) center no-repeat;
}
.banner .slick-next {
	right: 30px;
	top: 60%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 100;
	background: url(../images/ban-right.png) center no-repeat;
}
.banner .slick-prev:hover {
	background: url(../images/ban-left1.png) center no-repeat;
}
.banner .slick-next:hover {
	background: url(../images/ban-right1.png) center no-repeat;
}
.banner .slick-dots {
	bottom: 25px;
}
.banner .slick-dots li {
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.banner .slick-dots li.slick-active {
	width: 40px;
	border-radius: 10px;
}
.header {
	position: fixed;
	/* border-bottom: solid 1px rgba(255,255,255,0.2); */
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}
.header-top {
	background: #fff;
}
.logo {
	line-height: 120px;
}
.header.active {
	position: fixed;/* background: #12428d; */
}
.header-right-a {
	padding-top: 25px;
	color: rgba(255,255,255,0.5);
}
.header-right-a a {
	color: #333;
}
.header-right-a a:hover {
	color: #12428e;
}
.header-right-a span, .header-right-botom .txt-bot span {
	padding: 0 12px;
	color: #333;
}
.header-right-botom {
	position: relative;
	margin-top: 20px;
}
.header-right-botom .txt-bot a {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.phone-head-txt {
	display: none;
}
.header-bottom {
	background: #12428e;
	height: 60px;
}
.nav-list li {
	float: left;
	position: relative;
	margin-left:88px;
}
.nav-list li a {
	font-size: 18px;
	display: block;
	line-height: 30px;
	color: #fff;
}
.nav-a {
	position: absolute;
	right: 0;
	top: 0;
}
.r-sear {
	width: 210px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	background: #d0d9e8;
	position: relative;
}
.r-se-inp {
	width: calc(100% - 55px);
	position: absolute;
	left: 10px;
	outline: none;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
}
.r-se-btn {
	position: absolute;
	right: 10px;
	top: 5px;
}
.container {
	width: 1590px;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-dots li button:before {
	display: none;
}
.slick-slider {
	touch-action: auto!important;
}
.back-one {
	padding: 60px 0;
}
.one-icon li{
	width:20%;
	margin:0 2.5%;
	float:left;
	}
.one-icon li a{display:block;padding-top:20px;}
.one-icon-img{height:130px;}
.one-icon-img img{margin:0 auto;}
.one-icon-img .one-hid{display: block;}
.one-icon li a h3{font-size: 24px;color:#333;padding-bottom:20px;font-weight:bold;}
.one-icon li a p{
    font-size:14px;
    color:#999;
    line-height:1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 118px;
    }
.one-icon li:hover .one-icon-img .one-hid{display:block;}
.one-icon li:hover .one-icon-img .one-show{display:none;}
.one-icon li:hover a h3{color:#12428d;}



.back-two {
	padding: 60px 0;
	background:#f8fafe;
}
.title-box {
	font-size: 34px;
	font-weight: bold;
	color: #333;
	position: relative;
	background:url(../images/b-line.png) no-repeat center bottom;
	padding-bottom:20px;
}
.title-box a{color: #333;}
.title-top {
	position: relative;
	margin-bottom: 20px;
}
.tt-more {
	top: 0px;
	position: absolute;
	font-family: "Arial";
	right: 0;
	font-size: 14px;
	color: #616161;
	font-weight: bold;
	line-height: 42px;
}
.media-slick a {
	display: block;
}

.media-cot .pic {
	position: relative;
	padding-top: 60%;
	transform: scale(1, 1);
	overflow: hidden;
}

.media-cot .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.5s all;
}

.media-cot .pic .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.media-bot {
	padding: 25px 0px;
	transition: 0.5s all;
	border-bottom: 1px solid #d7d7d7;
}

.med-title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}



.med-time {
	font-size: 14px;
	color: #999;

}

.med-t-l img {
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.media-slick a:hover .media-bot {
	border-bottom:1px solid #12428d;
}

.media-slick a:hover .med-time,
.media-slick a:hover .med-title {
	color: #12428d;
}
.media-slick a:hover .media-cot .pic{box-shadow:0 0 25px #8f9eb4}
.media-slick a:hover .media-cot .pic img{transform:scale(1.1);}
.media-slick a:hover .med-title:after {
	background: #12428d;
}

.media-slick .slick-slide {
	padding: 30px 19px 0 19px;
}

.media-slick {
	margin: 0 -19px;
}

.media-slick .slick-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;

	z-index: 100;
	margin-top: -25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	left: -50px;
}

.media-slick .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;

	z-index: 100;
	margin-top: -25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	right: -50px;
}










.back-three {
	
	padding: 60px 0;
}
.about-right{width:57.3%;}
.about-right-img{position:relative;padding-top:65.5%;}
.about-right-img img{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;}
.about-left{width:35.2%;}
.back-three .title-box{background-position:left bottom;}
.back-three .about-cont{padding-top:75px;}
.back-three .about-cont h3{font-size:24px;color:#333;font-weight:bold;}
.back-three .about-cont p{margin-top:35px;color:#999;line-height:1.72;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;height: 168px;}
.back-three .about-cont a{display:inline-block;margin-top:75px;padding:15px 36px;font-size:20px;font-weight:bold;color:#fff;background:url(../images/more-bg.png) no-repeat center;background-size:cover;}



.back-four {
	background: #f4f4f6;
	padding: 60px 0;
}
.key-di a {
	display: block;
	position: relative;
}

.key-di .pic {
	position: relative;
	padding-top: 64%;
	/* transform: scale(1, 1); */
	overflow: hidden;
}
.key-txt{display:none;position:absolute;bottom: -83px;background:#fff;padding: 35px;/* width: 100%; */left: 76px;right: 76px;}
.key-di .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.5s all;
}
.key-di .slick-slide {
	margin: 55px 50px 0 50px;
	width: 430px;
	transform: scale(.9);
}

.key-di .slick-center {
	margin: 30px 50px 0 50px;
	/* transform: scale(1.8); */
	width: 850px;
	transform: scale(1);
}

.key-di .slick-center .key-txt{display:block;/* transform: scale(1); */box-shadow: 0 0 14px #8f9eb4;}
.key-di .key-txt h4{margin:0;font-size: 24px;/* transform:scale(.6); *//* width: 100%; */font-weight: bold;}
.key-di .key-txt p{font-size: 14px;padding-top: 30px;line-height: 1.71;color: #999;}
.key-di .slick-list{padding: 0px 0 100px 0!important;}
.key-di {
	margin: 0 -350px;
	position:relative;
}

.key-di .slick-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
    background:url(../images/k-left.png) no-repeat;
	z-index: 100;
	margin-top: -20px;
	left: 32%;
	top:40%;
}

.key-di .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
    background:url(../images/k-right.png) no-repeat;
	z-index: 100;
	margin-top: -20px;
	right: 32%;
	top:40%;
}
.back-five{
	padding:60px 0;	}
.aca-list{padding-top:35px;}
.aca-list li{width:32%;margin-right:2%;float:left;box-shadow: 0 0 14px #dae5f0;margin-bottom:30px;}
.aca-list li:nth-child(3n){margin-right:0;}
.aca-list li a{display:block;padding:35px;}
.aca-list li a h3{font-size:16px;font-weight:bold;color:#333;line-height:1.625;margin:0;margin-bottom: 20px;height: 52px;}
.aca-list li a p{font-size:14px;color:#999;line-height:1.71;padding-top:20px;border-top:1px solid #d7d7d7;}
.aca-list li:hover{background:url(../images/ac-bj.png) no-repeat;background-size:cover;box-shadow: 0 0 14px #8f9eb4;}
.aca-list li:hover a h3{color:#fff;}
.aca-list li:hover a p{color:#fff;border-top:1px solid rgba(255,255,255,.2);}


.footer-top {
	background: url(../images/f-bj.png) center bottom no-repeat;
	background-size: cover;
	padding: 50px 0 0;
}
.footer-box-sm {
	position: relative;
}
.footer-box-sm .f-links {
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	padding-bottom:20px;
}
.footer-list p{
	line-height:1.71;
	font-size: 14px;
	color: #a7c9ff;
	}
.footer-list a {
	display:block;
	font-size: 14px;
	color: #a7c9ff;
}
.footer-list a:hover {
	color: #fff;
}
.footer-list span {
	color: #a9cafd;
	padding: 0 15px;
	margin-top: 10px;
}
.footer {
	padding: 50px 0;
}
.footer-a a {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	color: #a9cafd;
	width: 32%;
	text-align: center;
}
.footer-a a:hover {
	color: #fff;
}
.footer-a span {
	color: #a9cafd;
	padding: 0 15px;
	margin-top: 10px;
}
.footer-a {/* padding-top: 35px; */
}
.footer-left {
	width: 35.5%;
	padding-right: 65px;
	border-right: 1px solid #3b6fc1;
	padding: 15px 65px 15px 0;
}
.footer-left-lb {
	width: 43.5%;
	padding: 15px 110px;
	border-right: 1px solid #3b6fc1;
}
.footer-center {/* margin-left: 120px; *//* padding-top: 35px; */
	font-size: 16px;
	color: #a9cafd;
}
.footer-center .pull-left {
	margin-right: 10px;
	font-size: 14px;
	color: #a7c9ff;
}
.footer-center img {
	margin-bottom: 5px;
}
.footer-right-top {
	width: 17.9%;
	padding: 15px 65px;
	border-right: 1px solid #3b6fc1;
	min-height: 189px;
}
.footer-right-top a {
	display: inline-block;
	width: 150px;
	text-align: center;
	border-radius: 40px;/* margin-left: 8px; */
	line-height: 34px;
	border: solid 1px rgba(255,255,255,0.2);
	font-size: 16px;
	color: #a9cafd;
	margin-bottom: 15px;
}
.footer-right-top a span {
	padding-left: 35px;
	background: url(../images/icon-yx.png) left center no-repeat;
}
.footer-right-top a:hover {
	color: #fff;
}
.footer-right-p p {
	color: #a7c9ff;
	font-size: 14px;
}
.footer-right-p {
	padding: 20px 0;
	background: #103b7f;
}
.footer-right-p p span {
	padding-right: 15px;
	display: inline-block;
}

.footer-right {
	padding-top: 35px;
}
.slick-dots li button:before {
	display: none;
}
.js-box-x {
	padding: 80px 0;
}
.js-left {
	width: 55%;
}
.ks-tt {
	position: relative;
}
.ks-tt-left {
	position: relative;
}
.ks-tt-name {
	display: inline-block;
	font-size: 37px;
	color: rgb(18,66,142);
	font-weight: bold;
	
	padding-right: 30px;
}
.ks-tt-img {
	position: absolute;
	top: 7px;
	left: 0;
}
.ks-p {
	font-size: 18px;
	color: #333;
	text-align: justify;
	line-height: 35px;
	margin-top: 30px;
	text-indent: 2em;
}
.ks-bottom-p {
	margin-left: 20px;
	padding-top: 5px;
	font-size: 18px;
	color: #12428e;
}
.ks-bottom-p span {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	font-family: "Bodoni Bd BT";
}
.ks-bottom-left {
	margin-top: 40px;
	margin-right: 60px;
}
.ks-bottom-p font {
	font-size: 20px;
	color: #333;
}
.js-right {
	width: 40%;
	padding-right: 30px;
	padding-bottom: 30px;
	position: relative;
}
.js-right img {
	position: relative;
	z-index: 10;
}
.js-right:before {
	display: block;
	position: absolute;
	content: "";
	left: 20px;
	top: 30px;
	right: 0;
	bottom: 0;
	background: #0c7bc3;
	border-radius: 30px 30px 0 30px;
}
.zz-back {

	background-size: cover;
	padding: 80px 0;
}
.zz-tabs li {
	float: left;
	margin-top: 10px;
}
.zz-tabs li a {
	display: block;
	font-family: "";
	line-height: 60px;
	padding: 0 25px;
	background: #ff9900;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.zz-tabs li a span {
	padding-left: 45px;
	
	background-size: 32px auto;
}
.zz-tabs li.active a span {
	padding-left: 50px;
	background-size: 37px auto;
}
.zz-tabs li.active a {
	font-size: 30px;
	background: #12428e;
	line-height: 70px;
	height: 70px;
}
.zz-tabs li.active {
	margin-top: 0;
}
.zz-box {
	background: #fff;
	padding: 40px;
}
.zz-scroll p {
	margin: 0;
	font-size: 18px !important;
	color: #333;
	line-height: 38px !important;
	text-align: justify;
}
.zz-scroll {
	height: 360px;
	padding-right: 45px;
	overflow-y: auto;
}
 .zz-scroll::-webkit-scrollbar {
width:6px;
}
 .zz-scroll::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0, 0, 0, 0.3);
border-radius:6px;
background: #ececec;
}
 .zz-scroll::-webkit-scrollbar-thumb {
border-radius:6px;
background:#12428d;
-webkit-box-shadow:inset006pxrgba(0, 0, 0, 0.5);
}
.zz-scroll::-webkit-scrollbar-thumb:window-inactive {
background:#12428d;
}
.bm-left {
	width: 38%;
}
.bs-img img {
	width: 200px;
	height: 116px;
}
.bs-right {
	margin-left: 225px;
}
.bs-tt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.bs-date {
	color: #11428e;
	margin-top: 10px;
}
.bs-p {
	color: #999;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bs-ul li a {
	display: block;
	padding-right: 90px;
	position: relative;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	color: #333;
	line-height: 70px;
	padding-left: 25px;
	
}
.bs-ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #888;
}
.bs-ul {
	padding-top: 12px;
}
.bs-ul li a:hover {
	color: #12428c;
}
.bm-right {
	width: 31%;
	padding-left: 50px;
}
.zd-ul-date {
	width: 75px;
	padding-top: 2px;
	height: 75px;
	font-size: 14px;
	color: #fff;
	font-family: "";
	font-weight: bold;
	background: #12428c;
}
.zd-ul-date span {
	font-size: 30px;
}
.zd-ul-right {
	margin-left: 90px;
}
.zd-ul-tt {
	font-size: 18px;
	line-height: 18px;
	color: #333;
}
.zd-ul li {
	margin-bottom: 35px;
}
.xc-back {
	background: #e1edff;
	margin-top: 110px;
	padding: 65px;
	position: relative;
}
.xc-back-sm {
	position: relative;
	padding-left: 80px;
}
.xc-title {
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	line-height: 30px;
	text-align: center;
	width: 40px;
	font-weight: bold;
	font-family: "";
	padding-top: 60px;
	
}
.cs-slick a {
	display: block;
	position: relative;
	margin-left: 20px;
	padding-top: 59.5%;
}
.cs-slick a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cs-slick .slick-next {
	right: 0;
	top: -125px;
	
	width: 44px;
	height: 44px;
}
.cs-slick .slick-prev {
	left: auto;
	right: 65px;
	top: -125px;
	
	width: 44px;
	height: 44px;
}
.cs-slick {
	margin-bottom: 0;
	min-height: 200px;
}
.xc-back:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 523px;
	height: 70px;
	
}
a:hover .zd-ul-tt, a:hover .bs-tt {
	color: #12428c;
}
.js-slick-zj-img {
	width: 21.5%;
	position: relative;
}
.js-slick-zj-img div {
	padding-top: 150%;
	position: relative;
}
.js-slick-zj-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.js-slick-zj-right {
	width: 78.5%;
	padding-left: 30px;
	padding-top: 25px;
}
.zj-name {
	font-size: 18px;
	color: #12428a;
}
.zj-name span {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	padding-right: 20px;
}
.zj-slick-p {
	font-size: 16px;
	line-height: 35px;
	margin-top: 20px;
	color: #333;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 105px;
}
.js-box-zj {
	position: relative;
}
.js-slick-zj {
	margin: 0;
}
.js-slick-zj .slick-next {
	left: 21.5%;
	margin: 0 0 0 95px;
	top: 170px;
	
	width: 44px;
	height: 44px;
}
.js-slick-zj .slick-prev {
	left: 21.5%;
	z-index: 100;
	margin: 0 0 0 30px;
	top: 170px;
	
	width: 44px;
	height: 44px;
}
.js-slick-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 78.5%;
	padding-left: 30px;
}
.js-slick-bottom-zj .slick-slide {
	padding: 0 15px;
}
.js-slick-bottom-zj {
	margin: 0 -15px;
}
.js-slick-bottom-zj a {
	padding-top: 150%;
	position: relative;
	display: block;
}
.js-slick-bottom-zj a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cz-box .title-box {
	display: inline-block;
}
.cz-label span {
	display: inline-block;
	font-size: 16px;
	color: #333;
	margin: 0 20px;
}
.cz-label span font {
	display: inline-block;
	font-size: 14px;
	background: #ff5c24;
	padding: 1px 5px;
	margin-right: 10px;
	color: #fff;
}
.cz-label span font.f {
	background: #1089d2;
}
.cz-label span font.zhi {
	background: #1eabaf;
}
.cz-label span font.t {
	background: #e42b0a;
}
.cz-label-table span {
	margin: 5px 0;
}
.table-bordered > thead > tr > th {
	background: #e5ebef;
	border-width: 1px!important;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 8px;
	color: #12428a;
	text-align: center;
	vertical-align: middle;
}
.table > tbody > tr > td {
	vertical-align: middle;
	padding: 15px 20px;
	color: #12428a;
	font-size: 18px;
	text-align: center;
}
.cz-label-table {
	text-align: left;
}
.table-responsive {
	margin-top: 30px;
}
.table-txt-p {
	font-size: 16px;
	color: #555;
	padding-bottom: 50px;
}
.table-txt-p span {
	color: #ff2200;
}
.js-box-right-box {
	position: absolute;
	left: 100%;
	top: 0;
	width: 808px;
}
.js-box-li-lg .js-box-right-box {
	left: 200px;
}
.js-box-li {
	overflow: hidden;
}
.js-tabs, .phone-tab {
	display: none;
}
.news-one-ul li a:hover, a:hover .img-right, .title a:hover {
	color: #12428d;
}
a:hover .tow-left-tt {
	font-weight: bold;
}
.tow-list-ul li a:hover {
	z-index: 10;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.list-box {
	position: relative;
	margin-top: -80px;
}
.list-box:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	background: #6787b8;
	height: 90px;
}
.list-box .container {
	position: relative;
	z-index: 10;
}
.list-box-title {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
}
.nav-b {
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	background: url(../images/nav-b.png) left center no-repeat;
	padding-left: 32px;
}
.nav-b a {
	color: #fff;
}
.list-box-sm {
	background: #f2f3f3;/* margin-top: 40px; */
	padding-bottom: 70px;
}
.list-box-sm1 {
	padding-bottom: 0;
	background: none;
}
.list-box-tabs {
	background: #fff;
	/* margin-top: -40px; */
	/* padding: 1em 0; */
	box-shadow: 0 0 10px rgba(100,100,100,.5);
}
.list-box-tabs li {
	float: left;
	margin-left: 40px;
	position: relative;
	width: auto;
	display: block!important;
	padding: 1em 0;
}
.list-box-tabs li.active a{color:#12428d;font-weight:bold;}
.list-box-tabs li:hover {
	z-index: 100;
}
.list-box-tabs li a {
	display: block;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.swiper-down {
	position: absolute;
	display: none;
	left: 50%;
	padding: 10px 0;
	min-width: 100%;
	background: #33b289;
	transform: translate(-50%, 0);
}
.swiper-down li {
	float: none!important;
	margin: 0!important;
	white-space: nowrap;
}
.swiper-down li a {
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
}
.swiper-down li a:hover {
	color: #ffe681!important;
}
.swiper-down:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	right: 0;
	height: 27px;
	
}
.list-box-tabs li:hover .swiper-down {
	display: block;
}
.list-box-tabs li a.active, .list-box-tabs li a:hover {
	color: #12428d;
}
.swiper-wrapper {
	display: block;
}
.lb-list li a {
	display: block;
	position: relative;
	padding-right: 120px;
	border-bottom: solid 1px #ddd;
	line-height: 71px;
	font-size: 18px;
	color: #555;
	padding-left: 15px;
	transition: all .3s;
}
.key-list li a{line-height: 2.5;background: url(../images/dian.png) no-repeat left center;padding-right: 0;border-bottom: 0;}
.page-box {
	padding: 30px 0 0;
}
.lb-list li a:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 70%;
	background: #12428e;
	top: 15%;
	left: 0;
	transition: all .1s;
}
.lb-list li a:hover {
	background: #f2f7fe;
	font-weight: bold;
	padding-left: 25px;
}
.lb-list li a:hover:before {
	width: 3px;
}
.lb-list li a:hover {
	color: #12428d;
	background: #f2f7fe;
    font-weight: bold;
}




.lb-list li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}
.ks-top {
	margin-top: 60px;
}
.ks-img {
	position: relative;
	width: 45%;
}
.ks-img img {
	width: 100%;
}
.ks-img:before {
	display: block;
	content: "";
	position: absolute;
	width: 86px;
	height: 86px;
	z-index: 10;
	
	background-size: 100% 100%;
	right: -43px;
	bottom: -43px;
}
.ks-right {
	width: 50%;
}
.ks-title {
	line-height: 42px;
	font-weight: bold;
	font-size: 30px;
	color: #12428d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	padding-left: 50px;
}
.ks-title span {
	font-weight: normal;
	font-size: 16px;
	padding-left: 10px;
}
.ks-txt {
	text-align: justify;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}
.zj-title span {
	font-size: 30px;
	color: #12428d;
	font-weight: bold;
	
	padding-left: 50px;
}
.zj-title {
	margin-top: 105px;
	margin-bottom: 55px;
	position: relative;
	line-height: 30px;
}
.zj-title a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #ce9933;
}
.zj-slick-img {
	position: relative;
	padding-top: 150%;
}
.zj-slick-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.zj-slick-name {
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}
.zj-back {
	position: relative;
	padding-bottom: 60px;
}
.zj-back:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 360px;
	bottom: 0;
	
	background-size: cover;
}
.zj-slick-txt {
	font-size: 16px;
	color: #fff;
	text-align: justify;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.zj-slick .slick-slide {
	padding: 0 20px;
}
.zj-slick {
	margin: 0 -20px;
}
.zj-slick .slick-prev {
	width: 40px;
	height: 40px;
	background: url(../images/left04.png) center no-repeat;
	background-size: 100% 100%;
	left: -60px;
	margin-top: -20px;
}
.zj-slick .slick-next {
	width: 40px;
	height: 40px;
	background: url(../images/right04.png) center no-repeat;
	background-size: 100% 100%;
	right: -60px;
	margin-top: -20px;
}
.zy-back {
	
	margin-bottom: 75px;
	background-size: cover;
	padding: 30px 40px;
}
.zy-back p {
	line-height: 50px;
	text-indent: 2em;
	font-size: 18px;
	margin: 0;
}
.article-tt {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
.article-sm span {
	font-size: 16px;
	color: #888;
	display: inline-block;
}
.article-p p {
	font-size: 18px !important;
	color: #555;
	text-align: justify;
	line-height: 2 !important;
}
.article-p {
	margin: 30px 0;
	min-height: 300px;
}
.article-bottom {
	border-top: solid 1px #d5dfef;
	padding: 30px 0 0px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.article-bottom a {
	font-size: 16px;
	color: #888;
}
.article-bottom a:hover {
	color: #12428d;
}
.ks-box {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	margin-top: 50px;
	
	background-size: cover;
	min-height: 390px;
	position: relative;
	padding-left: 150px;
	overflow: hidden;
	border-radius: 40px 0 0 0;
}
.ks-left {
	position: absolute;
	background: #12a577;
	left: 0;
	top: 0;
	bottom: 0;
	width: 150px;
}
.ks-left-tt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
}
.ks-left-tt span {
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding-top: 50px;
	
	width: 40px;
	line-height: 30px;
}
.ks-ul li {
	float: left;
	padding: 15px;
	width: 20%;
}
.ks-ul li a {
	display: block;
	border: solid 1px #ddd;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
	line-height: 48px;
	padding: 0 2%;
}
.ks-ul {
	padding: 25px;
}
.ks-left02 .ks-left-tt span {
	
}
.ks-left02 {
	background: #3fb7d2;
}
.ks-left03 .ks-left-tt span {
	
}
.ks-left03 {
	background: #e6c372;
}
.ks-left04 .ks-left-tt span {

}
.ks-left04 {
	background: #12428d;
}
.ks-left05 .ks-left-tt span {
	

}
.ks-left05 {
	background: #3bb7d3;
}
.ks-left06 .ks-left-tt span {
	
}
.ks-left06 {
	background: #e5c373;
}
.ks-left07 .ks-left-tt span {
	
}
.ks-left07 {
	background: #12428d;
}
.ks-left08 .ks-left-tt span {
	
}
.ks-left08 {
	background: #3bb7d3;
}
.ks-bottom {
	margin-bottom: 80px;
}
.ks-ul li a:hover {
	background: #12428d;
	color: #fff;
	border-color: #12428d;
}
.ld-list li {
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-top: 40px;
}
.ld-list li a {
	display: block;
	border: solid 1px #d1dae9;
	border-radius: 0 30px 0 30px;
	height: 240px;
	padding: 19px 20px;
}
.ld-list-img img {
	width: 143px;
	height: 200px;
}
.ld-list-name {
	font-size: 16px;
	color: #888;
}
.ld-list-name span {
}
.ld-list-right {
	margin-left: 170px;
	padding-top: 15px;
}
.ld-list-p {
	text-align: justify;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ld-list-label {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #12428d;
	width: 100px;
	height: 40px;
	background: #e3e7ed;
	text-align: center;
	line-height: 40px;
}
.ld-list-label span {
	padding-right: 30px;
	background: url(../images/raw.png) right center no-repeat;
}
.ld-list {
	margin: 0 -20px;/* padding-bottom: 70px; */
}
.ld-list li a:hover {
	border-color: #12428d;
}
.news-list-lb li a {
	display: block;
	position: relative;
	background: #fff;
	padding: 50px 40px;
	height: 230px;
}
.news-list-lb li a:hover, .news-list-lb li:nth-child(even) a:hover {
	background: #12428d;
}
.news-list-lb li a:hover:before {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: solid 1px #195c8d;
}
.news-list-date {
	font-size: 16px;
	line-height: 16px;
	color: #555;
	float: left;
}
.news-list-date span {
	font-size: 24px;
	color: #12428d;
	line-height: 24px;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news-list-date span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	margin-left: -10px;
	border-top: solid 1px #12428d;
}
.news-list-right {
	margin-left: 90px;
	margin-right: 340px;
}
.news-list-tt {
	font-size: 20px;
	color: #333;
	line-height: 1;
}
.news-list-p {
	font-size: 16px;
	color: #888;
	margin-top: 15px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}
.news-list-img {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 300px;
	height: 168px;
}
.news-list-img img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}
.news-list-img:hover img {
	transform: translate(0, -50%);
}
.news-list-lb {
	margin-top: 40px;
}
.news-list-lb li:nth-child(even) a {
	background: #f8f8f8;
}
.news-list-lb li a:hover .news-list-date, .news-list-lb li a:hover .news-list-tt, .news-list-lb li a:hover .news-list-p {
	color: #fff;
}
.news-list-lb li a:hover .news-list-date span {
	color: #fff;
}
.news-list-lb li a:hover .news-list-date span:before {
	border-color: #fff;
}
.fg-list li {
	float: left;
	padding: 0 18px;
	width: 33.333333%;
	margin-top: 40px;
}
.fg-list li a {
	display: block;
	padding-bottom: 25px;
	position: relative;
}
.fg-list-img {
	position: relative;
	padding-top: 56%;
}
.fg-list-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fg-list-tt {
	position: absolute;
	left: 0;
	background: #ededed;
	border-radius: 0 50px 50px 0;
	font-size: 20px;
	color: #333;
	padding: 0 25px;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 70%;
}
.fg-list li a:hover .fg-list-tt {
	background: #12428d;
	color: #fff;
}
.js-box-c {
	margin: 70px 0;
}

.js-number {
	float: right;
	margin-left: 40px;
	padding: 20px;
	width: 340px;
	height: 540px;
	background: url(../images/js-number.png) center no-repeat;
	background-size: cover;
	border-radius: 0 60px 0 0;
}
.js-box-c p {
	font-size: 18px;
	color: #333;
	text-align: justify;
	text-indent: 2em;
	line-height: 35px;
	margin: 0;
}
.js-box-c p.js-title {
	font-size: 30px;
	color: #12428d;
	font-weight: bold;
	text-indent: 0;
	margin-left: 32px;
	margin-bottom: 25px;
}
.js-number li {
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding: 20px 0;
}
.number-r {
	margin-left: 105px;
}
.number-top {
	font-size: 30px;
	color: #fff;
	font-family: "Clarendon BT";
}
.number-p {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.js-number li:last-child {
	border: none;
}
.js-top {
	/* height: 70px; */
	margin-top: 50px;
	padding-left: 40px;
	font-size: 20px;
	color: #12428e;
	font-weight: bold;
	background-size: cover;
	line-height: 3;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.key-list{background:#fff;padding:20px;}
.js-lb li {
	float: left;
	width: 16.6666%;
	padding: 10px;
}
.js-lb {
	padding: 30px;
	background: #fff;
}
.js-lb li a {
	display: block;
	border-radius: 10px;
	border: solid 1px #ddd;
	font-size: 18px;
	color: #333;
	line-height: 48px;
	padding: 0 10px;
	text-align: center;
}
.js-lb li a:hover {
	color: #12428e;
	border-color: #12428e;
}
.js-row {
	padding-bottom: 70px;
}
.lm-back {

	background-size: cover;
	padding-bottom: 110px;
}
.lm-bottom {
	
	padding: 70px 0;
}
.lm-title {
	position: relative;
	margin-bottom: 30px;
	font-size: 30px;
	color: #12428d;
	
	padding-left: 50px;
}
.lm-title a {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	color: #b19b6b;
}
.lm-img img {
	width: 200px;
	height: 116px;
}
.lm-right {
	margin-left: 220px;
}
.lm-right-tt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.lm-date {
	font-size: 14px;
	color: #12428d;
	margin-top: 10px;
}
.lm-p {
	color: #888;
	line-height: 25px;
	margin-top: 10px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dt-ul li a {
	display: block;
	position: relative;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	color: #333;
	line-height: 69px;
	
	padding-left: 25px;
	padding-right: 115px;
}
.dt-ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #888;
}
.dt-ul {
	padding-top: 15px;
}
.tz-ul-number {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "";
	background: #12428d;
	width: 75px;
	height: 75px;
	background: #12428d;
}
.tz-ul-number span {
	font-size: 30px;
}
.tz-ul-list-right {
	margin-left: 90px;
}
.tz-list-tt {
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.tz-ul-list li a {
	display: block;
	margin-bottom: 34px;
}
.lm-row .col-xs-6 {
	padding: 0 25px;
}
.lm-row {
	margin: 0 -25px;
}
.tj-row-box {
	background: #fff;
	margin-top: 45px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 40px;
}
.tj-img a {
	display: block;
	padding-top: 47.36%;
	position: relative;
}
.tj-img a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tj-list li a {
	display: block;
	font-size: 18px;
	color: #333;
	position: relative;
	
	padding-left: 25px;
	line-height: 50px;
}
.tj-list {
	margin-top: 28px;
}
.tj-list li a:hover, .tz-ul-list li a:hover .tz-list-tt, .dt-ul li a:hover, a:hover .lm-right-tt {
	color: #229772;
}
.jz-width {
	width: 40%;
}
.jz-width-sm {
	width: 30%;
}
.lm-bottom-no {
	background: none;
}
.tj-row-lg .col-xs-4 {
	width: 50%;
}
.tj-row-lg .tj-img a {
	padding-top: 30%;
}
.img-slick .slick-prev {
	left: auto;
	top: auto;
	right: 118px;
	bottom: 220px;
	width: 40px;
	height: 40px;
	background: url(../images/left02.png) center no-repeat;
	z-index: 10;
}
.img-slick .slick-next {
	left: auto;
	top: auto;
	right: 65px;
	bottom: 220px;
	width: 40px;
	height: 40px;
	background: url(../images/right02.png) center no-repeat;
	z-index: 10;
}
.img-slick .slick-prev:hover {
	background: url(../images/left03.png) center no-repeat;
	opacity: 1;
}
.img-slick .slick-next:hover {
	background: url(../images/right03.png) center no-repeat;
	opacity: 1;
}
.phone-nav {
	display: none;
}
.s1-lb-tit .lia {
	color: #999;
	background: none !important;
	margin-right: 30px;
}
.s1-lb-tit .lia.on {
	
	color: #333;
}
.ldxq-cont {
	position: relative;
}
.ldxq-cont-lb {
	width: 100%;
	text-align: right;
}
.ldxq-cont-lb a {
	display: inline-block;
	text-align: right;
	background:  #0d97df;
	background-size: 30px;
	font-size: 15px;
	padding: 8px 10px;
	color: #fff;
	padding-left: 40px;
}
.ldxq-bct .cz-label span font {
	line-height: 22px;
}
.ldxq-bct .cz-label {
	text-align: left;
}
.ld-cont-yewm {
	position: absolute;
	right: 0;
	top: 50px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 15px;
}
.ld-cont-yewm img {
	width: 200px;
	height: auto;
	display: block;
	padding: 5px;
}
.ld-cont-yewm p {
	color: #333;
	font-size: 15px;
	text-align: center;
	background: #fff;
	line-height: 30px;
}
.ld-top {
	padding: 0px 0px 20px;
}
.js-img img {
	width: 250px;
	height: 350px;
}
.js-right1 {
	margin-left: 280px;
}
.ld-list-name {
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 5px;
	color: #12428d;
	font-size: 28px;
	font-weight: bold;
}
.ld-list-name span {
	font-size: 16px;
	color: #555;
	padding: 7px 0px;
	margin-left: 15px;
	position: relative;
}
.js-right1 .ld-list-p {
	padding-left: 0;
}
.ld-list-p {
	font-size: 16px;
	line-height: 25px;
	color: #555;
	margin-top: 10px;
}
.ld-box {
	background: #fff;
	margin-top: 10px;
	padding: 30px;
}
.ld-box-title {
	padding-bottom: 0px;
}
.ld-box-title span {
	display: inline-block;
	font-size: 18px;
	color: #0d97df;
	font-weight: bold;
	padding-left: 120px;
	
}
.ld-box-p {
	margin-top: 15px;
	margin-bottom: 30px;
}
.ld-box-p p {
	text-align: justify;
	font-size: 18px;
	color: #555;
	margin: 0;
	line-height: 36px;
}
.ld-list-jj {
	font-size: 22px;
	color: #0d97df;
	font-weight: bold;
	margin-top: 20px;
	
	margin-bottom: 10px;
}
.js-right1 p {
	font-size: 18px;
	color: #555;
	line-height: 36px;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.header-top .header-right-a a.search-a {
	display: none;
}

.banner-list img{width:100%;}


 @media(max-width: 1749px) {
.nav-list li {
	margin-left: 88px;
}
}
 @media(max-width: 1649px) {
.nav-list li {
	margin-left: 88px;
}

}
 @media(max-width: 1579px) {
.container {
	width: 1230px;
}
.kj-icon {
	margin-top: 100px;
}
.kj-icon li a {
	height: 190px;
	padding-top: 30px;
}
.icon-one {
	height: 80px;
}
.kj-icon li.kj-03 a {
	height: 245px;
	padding-top: 60px;
}
.kj-icon li.kj-04 a {
	height: 310px;
	padding-top: 85px;
}
.kj-icon li.kj-05 a {
	height: 122.5px;
	padding-top: 35px;
}
.kj-icon li.kj-06 a {
	height: 122.5px;
	padding-top: 35px;
}
.notice-list li {
	line-height: 53px;
}
.news-list li a {
	line-height: 44px;
}
.sec2-list ul>li .not-abst {
	margin-top: 30px;
}
.sec2-list ul>li {
	margin-bottom: 40px;
}
.one-tz-ul a {
	padding: 10px;
}
.one-tz-tt {
	font-size: 16px;
}
.one-tz-ul {
	margin-top: 10px;
}
.footer-center {
	margin-left: 30px;
}
.footer-left {
	width: 350px;
	padding-right: 30px;
}
.footer-left-lb {
	padding-left: 30px;
	padding-right: 30px;/* width: 300px; */
}
.footer-right-top {
	padding: 15px 30px;
}
.footer-right-p p {
	font-size: 14px;
}
.footer-a {
	/* width: 360px; */
	padding-top: 10px;
}
.logo img {
	width: 400px;
}
.nav-list li a {
	font-size: 16px;
}
.header {
/* padding: 0 15px; */
}
.nav-list li {
	margin-left: 60px;
}
	 .one-icon li a h3{font-size:22px;}
.one-txt {
	font-size: 24px;
}
.header-right-botom {
/* padding-right: 100px; */
}
}
 @media(max-width: 1479px) {
.container {
	width: 1230px;
}
.js-box-right-box {
	width: 620px;
}
.footer-center {
	margin-left: 20px;
}
.footer-nav {
	margin-right: 15px;
}
.logo-f {
	width: 30%;
}
.ks-ul li {
	width: 25%;
}
.js-slick-zj-right {
	padding-top: 0;
}
.js-slick-zj .slick-prev,  .js-slick-zj .slick-next {
	top: 170px;
}
}

 @media(max-width: 1300px) {
	 .list-box-title{float:none !important;line-height: 60px;}
	 .nav-b{float:none !important;line-height: 1.6;}
	 .list-box:before{height:130px;}
	 .list-box-sm{margin-top:30px;}
 }

 @media(max-width: 1279px) {
.nav-click {
	display: block;
	transition: 0.3s all;
	z-index: 10000;
	position: absolute;
	color: #fff;
	right: 0;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.nav-click.active {
	transform: rotate(180deg);
}
.menu-button {
	display: block;
}
.nav-list {
	position: fixed;
	display: none;
	height: 100vh;
	padding-bottom: 50px;
	left: 0;
	top: 50px;
	bottom: 0;
	margin: 0;
	right: 0;
	background: #12428d;
	z-index: 10000;
	overflow-y: auto;
	border-top: solid 1px #ddd;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
.nav-list li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav-list li a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.header:before {
	display: none;
}
.nav-list li.active a {
	background: none;
}
.nav-list li:hover:before {
	display: none;
}
.nav-list li:hover .nav-down {
	display: none;
	width: 100%;
	background: #0f3674;
}
.nav-down {
	position: static;
	padding: 0;
	margin-left: 0;
}
	 .one-icon li{width:22%;margin:0 1.5%;}
	 .one-icon-img img{transform:scale(.9)}
	 .one-icon-img{height:92px;}
	 .one-icon li a h3{min-height:68px;}
	 .back-three .about-cont{padding-top:35px;}
	 .back-three .about-cont h3{font-size:20px;}
	 .back-three .about-cont a{font-size:18px;margin-top:50px;}
	 .key-di{margin: 0 0px;}
	 .key-di .slick-slide{margin-left:20px;margin-right:20px;}
	 .key-txt{left:20px;right:20px;padding: 15px;bottom:-60px;display:block;}
	 .key-di .slick-prev, .key-di .slick-next{top:50%;}
	 .key-di .key-txt h4{font-size:18px;}
	 .key-di .key-txt p{padding-top:15px;}
	 .key-di .slick-list{padding-bottom:50px !important;}
	 .footer-right{float:none !important;width:100%;text-align:center;overflow: hidden;}
	 .footer-center .pull-left{float:none !important;display: inline-block;}
.header-top {
	background: none;/* padding: 0 15px; */
}
.title-box {
	font-size: 24px;
}
.header-top .container {
	width: 100%;
}
.banner {
	padding-top: 50px;
}
.header-bottom {
	height: auto;
	background: none;
}
.phone-head-txt {
	display: block;
	margin: 15px;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 10px;
}
.banner .slick-prev {
	top: 50%;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.banner .slick-next {
	top: 50%;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.js-slick-bottom {
	display: none;
}
.table-responsive>.table>thead>tr>th,  .table-responsive>.table>tbody>tr>th,  .table-responsive>.table>tfoot>tr>th,  .table-responsive>.table>thead>tr>td,  .table-responsive>.table>tbody>tr>td,  .table-responsive>.table>tfoot>tr>td {
	white-space: nowrap;
}
.container {
	width: 970px;
}
.js-box-right-box {
	width: 512px;
}
.js-box-slick-img img {
	width: 100%;
	height: 195px;
	max-width: 200px;
}
.js-box-ul li a {
	font-size: 18px;
}
.one-left {
	padding: 20px;
}
.title {
	font-size: 24px;
	/* line-height: 24px; */
	margin-bottom: 20px;
}
.title a {
	font-size: 16px;
}
.news-one-ul li a {
	font-size: 16px;
	line-height: 55px;
}
.logo-f {
	width: 100%;
	text-align: center;
}
.footer-center {
	margin-left: 0;
	width: 100%;
	text-align: center;
	padding-top: 0;
	overflow: hidden;
}
.ks-ul li {
	width: 33.333333%;
}
.js-box-li-lg .js-box-li-tt {
	width: 100px;
}
.js-box-li-lg .js-box-right-box {
	left: 100px;
}
.footer-left,  .footer-a {
	width: 50%;
	padding-right: 0;
	/* border-right: 0; */
}
.footer-left-lb {
	width: calc(50% - 30px);
	/* margin-top: 20px; */
	border-right: 0;
	/* padding-left: 0; */
}
.footer-right-top {
	width: 30%;
}
.footer-right-top .text-right {
	text-align: center;
}
.footer-right-p .pull-left, .footer-right-p .pull-right {
	float: none !important;
	width: 100%;
	text-align: center;
}
.footer-right-p .pull-right {
	margin-top: 10px;
}
.logo-b {
	text-align: center;
}
.header {
	height: 50px;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}
.logo img {
	width: auto;
	height: 40px;
}
.logo {
	line-height: 50px;
}
.header-top .header-right-a a,  .header-top .header-right-a span {
	display: none;
}
.header-top .header-right-a a.search-a {
	display: block;
}
.header-right-a {
	padding-top: 0;
	line-height: 50px;
	padding-right: 120px;
}
.phone-head-txt .header-right-a {
	padding-right: 0;
}
.phone-head-txt .header-right-a a, .phone-head-txt .header-right-a span {
	color: #fff;/* width: 25%; */
	padding: 0 5px;
}
.phone-head-txt .header-right-botom {
	margin-top: 0px;
}
.header-right-botom .txt-bot a, .header-right-botom .txt-bot span {
	color: #fff;
	font-size: 14px;
}
.nav-a {
	top: -50px;
	line-height: 50px;
	display: none;
}
.nav-list {
	position: fixed;
	display: none;
	left: 0;
	border-top: solid 1px #fff;
	top: 50px;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	background: #12428d;
}
.header-top .header-right-botom {
	padding: 0;
	margin: 0;
	display: none;
}
.nav-list li {
	float: none;
	margin: 0;
	padding: 0;
}
.nav-list li a {
	line-height: 40px;
	padding: 0 15px;
}
.menu-button {
	display: block;
}
.header-right-a {
	padding-right: 40px;
}
.qpdh ul li .h2 a {
	font-size: 16px;
}
.qpdh ul li .list h3 a {
	font-size: 14px;
}
.qpdh {
	padding: 100px 10px 20px 10px;
}
}
 @media(max-width: 1100px) {

.about-right-img{margin-top:40px;}
}
 @media( max-width: 991px) {
	 .js-lb li{width:33.333333%;}
	 .one-icon-img img{transform:scale(.7)}
	 .back-three .about-cont{padding-top:15px;}
	 .footer-left, .footer-a{width:100%;border-right:0;text-align: center;}

.title-box {
	font-size: 25px;
}

.back-one, .back-two, .back-four, .back-three,.back-five {
	padding: 30px 0;
}
.kj-icon {
	margin-top: 30px;
	width: 100%;
}
.kj-icon li a {
	height: auto;
	padding: 30px 0;
}
.icon-one {
	height: 80px;
}
.one-txt {
	font-size: 20px;
}
.icon-one img {
	transform: scale(.8)
}
.phone-head-txt .header-right-botom .txt-bot a {
	color: #fff;
}
.js-right1 p {
	height: 144px;
	overflow-y: auto;
	padding-right: 5px;
}
.footer-left-lb {
	width: 100%;
	min-height: auto;
	padding-left: 0;
	text-align: center;
}
.footer-right-top {
	width: 40%;
	border-right: 0;
	margin-top: 20px;
}
 .js-right1 p::-webkit-scrollbar {
 width: 7px;
 border-radius: 5px;
}
 .js-right1 p::-webkit-scrollbar-track {
 border-radius: 5px;
 background:#ccc;
}
 .js-right1 p::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: rgba(27, 140, 236, 0.5);
}
.js-right1 .ld-list-p {
	margin-right: 130px;
	padding-left: 0;
	white-space: wrap;
}
.list-box-title {
	font-size: 20px;
}
.close {
	display: block;
}
.search-a {
	position: absolute;
	width: 18px;
	right: 55px;
	top: 0;
	line-height: 50px;
	display: block;
	margin: 0!important;
	z-index: 100;
}

.header {
	opacity: 1;
	padding: 0;
	transform: translate(0, 0)!important;
	position: fixed;
	z-index: 1000
}
.header2 {
	display: none!important;
}
.home, .home body {
	height: auto;
	overflow: auto;
	overflow-x: hidden;
}
.body_home {
	height: auto;
	overflow: visible;
}
.banner a img {
	display: block;
}
.banner {
	position: relative;
	padding-top: 0;
}
.banner .slick {
	margin: 0;
}
.bb, .top {
	display: none;
}
.container {
	width: 750px;
}
.body_b {
	width: auto;
	height: auto;
	position: static;
	opacity: 1;
	transform: none;
	overflow: hidden;
}
.nav-click {
	display: block;
	transition: 0.3s all;
	z-index: 10000;
	position: absolute;
	color: #fff;
	right: 0;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.nav-click.active {
	transform: rotate(180deg);
}
.menu-button {
	display: block;
}
.nav-list {
	position: fixed;
	display: none;
	height: 100vh;
	padding-bottom: 50px;
	left: 0;
	top: 50px;
	bottom: 0;
	margin: 0;
	right: 0;
	background: #12428d;
	z-index: 10000;
	overflow-y: auto;
	border-top: solid 1px #ddd;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
.nav-list li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav-list li a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.header:before {
	display: none;
}
.nav-list li.active a {
	background: none;
}
.nav-list li:hover:before {
	display: none;
}
.nav-list li:hover .nav-down {
	display: none;
	width: 100%;
	background: #0f3674;
}
.nav-down {
	position: static;
	padding: 0;
	margin-left: 0;
}
.header {
	height: 50px;
}
.header-list {
	height: 50px!important;
}
.header .container {
	width: 100%;
}
.header {/* padding:0 15px; */
}
.header-txt {
	display: none;
}
.header-a {
	margin-top: 0;
	line-height: 50px;
	margin-right: 20px;
}
.search-a-b {
	margin-top: 0;
	line-height: 50px;
	margin-right: 50px;
	margin-left: 0;
}
.page-one {
	padding-top: 30px;
}
.logo {
	padding: 0;
	margin: 0;
	line-height: 50px;
	width: auto;
}
.logo img {
	height: 30px;
}
body {
	padding-top: 50px;
}
.header-link-a {
	display: none;
}

.tow-list-ul li a {
	font-size: 16px;
}
.js-box .js-box-li {
	width: 100%!important;
	height: 60px;
	overflow: hidden;
}
.js-box-li-tt, .js-box-li-lg .js-box-li-tt {
	position: static;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 15px;
}
.js-box-li-tt span, .js-box-li-lg .js-box-li-tt span {
	font-size: 24px;
	display: inline-block;
	width: 100%;
}
.js-box .js-box-li-lg {
	padding: 0;
	height: auto;
}
.js-box-right-box {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
}
.js-box-sm {
	width: 100%;
	padding: 15px;
}
.js-box-ul li {
	width: 33.333333%;
}
.js-box-ul li a {
	font-size: 16px;
	line-height: 40px;
}
.js-box-ul {
	height: auto;
}
.js-box-right {
	width: 100%;
	padding: 20px;
}
.js-box-slick-img img {
	height: auto;
}
.js-box-p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	-webkit-line-clamp: 2;
}
.js-box .js-box-li {
	height: auto;
}
.js-box {
	display: none;
}
.js-tabs {
	display: block;
}
.js-tabs li {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.js-tabs li a {
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #12428d;
	text-align: center;
	border: solid 1px #12428d;
	border-radius: 4px;
}
.js-tabs li.active a {
	background: #12428d;
	color: #fff;
}
.phone-tab {
	display: block;
}
.js-box-slick .slick-prev {
	left: 50%;
	margin-left: -50px;
}
.js-box-slick .slick-next {
	right: 50%;
	margin-right: -50px;
}
.layer {
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 100000;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 100000;
}
.layer .close {
	font-size: 60px;
	display: block;
	font-family: "";
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	color: #ccc;
}
.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
}
.layer.showdiv .search_box {
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}
.layer .search_box .kw {
	background: #fff;
	color: #333;
	height: 45px;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer .search_box .ok {
	background: #12428d;
	right: 0;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.layer.active {
	opacity: 1;
	z-index: 1000000;
}
.search-one {
	display: none;
}
.search-one.showdiv {
	display: block;
}
.layer .search_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header-right-box {
	position: relative;
	z-index: 100000;
}
.header .container {
	z-index: 10000;
}
.header-form {
	margin-left: 0;
}
.lb-list li a {
	line-height: 70px;
}
.ks-img {
	width: 100%;
}
.ks-img:before {
	display: none;
}
.ks-right {
	width: 100%;
	margin-top: 30px;
}
.ks-ul li {
	width: 50%;
}
.ld-list li {
	width: 100%;
}
.fg-list li {
	width: 33%;
}
.js-row .col-xs-6 {
	width: 100%;
}
.list-box-tabs-lg li {
	width: 25%;
	margin: 0;
}
.lm-row .col-xs-6 {
	width: 100%;
	margin-top: 30px;
}
.lm-bottom {
	padding-top: 50px;
}
.tj-row .col-xs-4 {
	width: 100%;
	margin: 0;
}
.tj-row-box {
	margin-top: 30px;
}
.title-top-b {
	margin-left: 0;
}
.about-top {
	left: 30px;
	top: 80px;
}
.footer-right {
	width: 230px;
	float: none !important;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}
.footer-right-p p span {
	padding-right: 0;
}
.footer {
	padding: 30px 0;
}
.js-box-x {
	padding: 30px 0;
}
.js-left, .bm-left, .bm-right {
	width: 100%;
	padding-left: 0;
}
.js-right {
	display: none;
}
}
 @media( max-width: 767px) {
	 .one-icon li{width:47%;}
	 .about-right{width:100%;padding:0 15px;}
	 .about-left{width:100%;margin-top:20px;}
	 .back-three .about-cont a{margin:20px auto;/* display: block; */padding:10px 15px;font-size:16px;position: relative;left: 50%;transform: translate(-50%, 0);}
	 .key-di .slick-slide{transform:scale(1);margin-top:30px;}
	 .key-txt{display:block;}
	 .key-di .slick-slide{margin:30px 10px;}
	 .key-di{margin:0 40px;}
	 .aca-list li{width:48%;margin-bottom: 15px;}
	 .aca-list li:nth-child(2n){margin-right:0}
	 .aca-list li:nth-child(3){margin-right:2%;}
	 .aca-list li a{padding:15px;}
	 .media-slick{margin:0;}
	 .key-di .slick-prev{left:-35px;width:30px;height:30px;background-size:cover;}
	 .key-di .slick-next{right:-35px;width:30px;height:30px;background-size:cover;}
	 .footer-box-sm .f-links,.one-icon li a h3{font-size:18px;}
	 .article-p .img{width:100%;height:auto !important;}
.ld-top {
	margin-top: 20px;
}
.ldxq-cont-lb {
	margin-bottom: 15px;
}
.search-box-c {
	left: 15px;
	right: 15px;
	width: auto;
	margin-left: 0;
}
.container {
	width: 100%;
}
body {
	padding-top: 50px!important;
}
.layer .search_box {
	width: 90%;
}
.header-a {
	display: none;
}
.search-a-b {
	margin-right: 40px;
}
.col-xs-7, .col-xs-5 {
	width: 100%;
}
.col-xs-5 {
	padding-top: 20px;
}
.img-right {
	font-size: 18px;
}
.img-p {
	font-size: 16px;
}
.tow-left {
	display: none;
}
.tow-right {
	width: 100%;
	float: none!important;
}
.tow-list-ul li {
	width: 33.333333%;
}
.tow-list-ul li a {
	height: auto;
	padding: 20px 0;
}
.tow-list-ul li:nth-of-type(4), .tow-list-ul li:nth-of-type(5) {
	display: none;
}
.tow-list-img span img {
	height: 35px;
}
.tow-list-img span {
	height: 50px;
}
.tow-left-ul {
	position: static;
	margin-top: 20px;
	width: 100%;
	padding: 0;
}
.page-tow {
	margin-top: 30px;
}
.js-box-ul {
	margin-top: 20px;
}
.js-box-right {
	padding: 0;
}
.back-box {
	padding: 25px 0;
}
.col-xs-4 {
	width: 100%;
	margin-bottom: 15px;
}
.page-five {
	margin-top: 10px;
}
.logo-f {
	padding-top: 0;
}
.footer {
	padding-top: 20px;
}
.footer-tt {
	font-size: 18px;
	margin-top: 15px;
}
.footer-nav li a {
	font-size: 14px;
}
.footer-b {
	font-size: 14px;
	margin-top: 20px;
}
.page-four .news-one-ul {
	padding-top: 10px;
}
.page-four {
	margin-top: 60px;
}
.nav-b {
	/* display: none; */
float: none !important;line-height: 1.5;}
.list-box-tabs li.swiper-slide {
	width: auto!important;
	padding: 0 20px;
}
.mySwiper {
	background: #fff;
	padding: 0 10px;
	overflow: hidden;
	height: 50px;
	margin-top: -40px;
}
.list-box-tabs {
	margin: 0;
	padding: 0;
}
.swiper-slide-active a {
	color: #12428d;
}
.list-box-tabs li {
	margin-left: 0;
	float: none;
	width: 50%;
	float: left;
	padding: 5px 0;
}
.list-box-tabs li a {
	font-size: 16px;
	line-height: 50px;
}
.list-box-title {
	font-size: 24px;
	line-height: 60px;
float: none !important;}
.list-box {
	margin-top: 0px;
}
.list-box:before {
	height: 130px;
}
.lb-list li a {
	line-height: 55px;
	padding-right: 100px;
	font-size: 16px;
}
.lb-list li a span {
	font-size: 14px;
}
.page-box {
	padding: 25px 0;
}
.ks-top {
	margin-top: 20px;
}
.ks-title {
	font-size: 24px;
}
.ks-title span {
	font-size: 13px;
}
.ks-txt {
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}
.zj-title {
	text-align: left;
	margin: 20px 0 20px 0;
	font-size: 24px;
}
.zj-title span {
	font-size: 28px;
}
.zj-title a {
	font-size: 16px;
}
.zj-back {
	padding-bottom: 30px;
}
.zy-back p {
	font-size: 14px;
	line-height: 25px;
}
.zy-back {
	padding: 15px 20px;
	margin-bottom: 30px;
}
.article-tt {
	font-size: 20px;
}
.article-sm span {
	font-size: 14px;
}
.article-p p {
	font-size: 14px;
	line-height: 25px;
}
.article-p {
	margin-top: 20px;
}
.article-bottom .col-xs-6 {
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}
.article-bottom .col-xs-6 a {
	font-size: 14px;
}
.article-bottom {
	padding: 20px 0;
	margin-top: 20px;
}
.ks-box {
	padding: 0;
	border-radius: 10px 0 0 0;
}
.ks-left {
	position: static;
	width: 100%;
	padding: 10px 0;
}
.ks-left-tt {
	position: static;
	transform: translate(0, 0);
}
.ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left02 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left03 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left04 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left05 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left06 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left07 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-left08 .ks-left-tt span {
	width: auto;
	padding: 0 0 0 40px;
	font-size: 18px;
	
	background-size: 30px auto;
}
.ks-ul li a {
	font-size: 16px;
	line-height: 40px;
}
.ks-ul {
	padding: 10px;
}
.ks-ul li {
	padding: 10px;
}
.ks-box {
	margin-top: 20px;
}
.ks-bottom {
	margin-bottom: 30px;
}
.ld-list li {
	margin-top: 20px;
}
.ld-list {
	padding-bottom: 30px;
}
.news-list-img {
	position: static;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.news-list-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	position: static;
	transform: translate(0, 0);
}
.news-list-img:hover img {
	transform: translate(0, 0);
}
.news-list-lb li a {
	height: auto;
	padding: 40px;
}
.news-list-right {
	margin-right: 0;
}
.news-list-lb {
	margin-top: 20px;
}
.fg-list li {
	width: 100%;
	margin-top: 20px;
}
.fg-list-tt {
	font-size: 16px;
}
.js-number {
	width: 100%;
	margin: 0;
	float: none!important;
}
.js-box-c {
	margin: 20px 0;
}
.js-box-c p.js-title {
	margin: 0 0 10px 28px;
	font-size: 18px;
	margin-top: 20px;
}
.js-box-c p {
	font-size: 14px;
	line-height: 25px;
}
.list-box-tabs-lg {
	display: block;
}
.list-box-tabs-lg li {
	float: left;
	width: 25%;
}
.list-box-tabs-lg li a {
	font-size: 14px;
	line-height: 40px;
}
.js-top {
	/* height: 50px; */
	margin-top: 20px;
	line-height: 2.5;
	padding-left: 20px;
	font-size: 16px;
}
.js-lb {
	padding: 10px;
}
.js-lb li {
	width: 50%;
	padding: 5px 10px;
}
.js-lb li a {
	font-size: 16px;
	line-height: 34px;
}
.lm-back {
	padding-bottom: 20px;
}
.lm-bottom {
	padding-top: 0;
	padding-bottom: 20px;
}
.lm-title {
	font-size: 24px;
	margin-bottom: 20px;/* line-height: 24px; */
}
.lm-title a {
	font-size: 16px;
}
.dt-ul li a {
	line-height: 50px;
	font-size: 16px;
	padding-right: 100px;
}
.tz-ul-list li a {
	margin-bottom: 20px;
}
.tj-row-box {
	margin-top: 20px;
	padding: 20px;
}
.tj-list li a {
	font-size: 16px;
	line-height: 45px;
}
.tj-list {
	margin-top: 5px;
}
.tz-ul-list li:last-child a {
	margin: 0;
}
.lm-row .col-xs-6 {
	margin-top: 20px;
}
.img-slick .slick-next {
	right: 15px;
	bottom: 195px;
}
.img-slick .slick-prev {
	right: 70px;
	bottom: 195px;
}
.list-box-tabs li:hover .swiper-down {
	display: none;
}
.phone-nav {
	display: block;
	padding-top: 10px;
}
.phone-nav li {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.phone-nav li a {
	display: block;
	padding: 6px 15px;
	min-width: 96px;
	border-radius: 30px;
	background: #e0ebe7;
	color: #12428d;
}
.phone-nav li a.active, .phone-nav li a:hover {
	background: #12428d;
	color: #fff;
}
.title-top {
	margin: 0px 0 20px 0;
}
.title-box {
	font-size: 20px;
	/* padding-left: 40px; */
	background-size: 30px auto;
	text-align: center;
}
	 .back-three .title-box{background-position:center bottom;}
.one-slick-img div {
	height: auto;
	padding-top: 75%;
}
.one-slick {
	height: auto;
}
.back-one {
	padding-bottom: 30px;
}
.icon-tt-ks {
	position: static;
	margin-bottom: 20px;
	width: 100%;
	font-size: 24px;
	padding: 0 0 0 30px;
	
}
.back-tow {
	padding-bottom: 30px;
}
.gk-list li {
	width: 100%;
	padding: 0;
}
.gk-list li a {
	font-size: 16px;
	line-height: 45px;
}
.hd-title {
	font-size: 24px;
}
.hd-date {
	font-size: 16px;
	margin-top: 10px;
}
.hd-p {
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	margin-top: 15px;
}
.tp-a a {
	font-size: 16px;
	margin-top: 20px;
}
.back-six {
	padding-bottom: 30px;
}
.footer-box-sm span {/* display: block; */
	line-height: 18px;
	position: static;
	font-size: 16px;
}
.footer-left-lb {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer-box-sm {
	padding: 15px 0 15px 0;
}
.footer-list {
	padding-top: 0;
}
.footer-a span {
	display: none;
}
.footer-a a {
	font-size: 16px;
	float: left;
	text-align: center;
	width: 25%;
}
.footer-center .pull-left {
	display: inline-block;
	margin: 0 5px;
	float: none!important;
}
.footer-center {
	text-align: center;
	padding-top: 0px;
	width: 100%;
}
.footer-right, .footer-right-top, .footer-right-p {
	width: 100%;
	text-align: center;
	min-height: auto;/* padding-top: 0; */
}
.footer-right-top a span {
	padding-left: 0;
	background: none;
}
.footer-right-top a {
	width: 90px;
	font-size: 14px;
	line-height: 34px;
}
.footer {
	padding-bottom: 20px;
}
.ks-p {
	font-size: 14px;
	line-height: 25px;
}
.ks-bottom-p font {
	font-size: 18px;
}
.ks-bottom-left {
	margin-top: 20px;
}
.zz-tabs li a span {
	font-size: 16px;
	background-size: auto auto;
	height: 50px;
	display: block;
	line-height: 50px;
}
.zz-tabs li a {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.zz-tabs li.active a span, .zz-tabs li.active a {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
}
.zz-box {
	padding: 20px;
}
.zz-scroll p {
	font-size: 14px;
	line-height: 25px;
}
.zz-scroll {
	padding-right: 10px;
}
.zz-back {
	padding: 30px 0;
}
.bs-ul li a {
	font-size: 16px;
	line-height: 55px;
}
.bs-right {
	margin-left: 210px;
}
.zd-ul li {
	margin-bottom: 20px;
}
.zd-ul li:last-child {
	margin-bottom: 0;
}
.xc-back {
	padding: 30px 0;
	margin-top: 30px;
}
.xc-title {
	position: static;
	margin-bottom: 20px;
	font-size: 24px;
	padding: 0 0 0 40px;
	line-height: 40px;
	
	background-size: 30px auto;
	width: 100%;
	text-align: left;
}
.xc-back:before {
	display: none;
}
.xc-back-sm {
	padding: 0;
}
.cs-slick a {
	margin: 0;
}
.cs-slick .slick-slide {
	padding: 0 10px;
}
.cs-slick {
	margin: 0 -10px;
}
.ks-p {
	margin-top: 20px;
}
.zj-slick-p {
	font-size: 14px;
	line-height: 25px;
	max-height: 75px;
	margin-top: 10px;
}
.js-slick-zj-right {
	padding-left: 15px;
}
.js-slick-zj {
	padding-bottom: 70px;
}
.js-slick-zj .slick-prev, .js-slick-zj .slick-next {
	top: auto;
	bottom: 0;
}
.zz-back .title-top {
	margin-top: 0;
}
.table-bordered > thead > tr > th {
	font-size: 14px;
	padding: 8px;
}
.cz-label span {
	font-size: 14px;
}
.cz-label span {
	margin: 0 5px 5px 5px;
}
.cz-label {
	text-align: left;
}
.table > tbody > tr > td {
	font-size: 16px;
}
.cz-label-table span {
	margin: 5px 0;
}
.swiper-wrapper {
	display: flex;
}
.list-box-sm {
	padding-bottom: 0;
margin-top: 20px;}
}
 @media( max-width:640px) {

.js-img {
	float: none !important;
	width: 100%;
}
.header-right-botom .txt-bot a {
	font-size: 14px;
}
.phone-head-txt .header-right-a {
	padding: 15px 10px 0;
	line-height: 1.8;
}
.phone-head-txt .header-right-a a {
	display: inline-block;/* width:15%; */
	line-height: 1.8;
}
.phone-head-txt .header-right-a span {/* display:none; */
}

.js-img img {
	width: 100%;
	height: auto;
}
.js-right1 {
	margin-left: 0;
	margin-top: 20px;
}
.js-right1 .ld-list-p {
	margin-right: 0;
}
.js-right1 p {
	height: auto;
	-webkit-line-clamp: 20;
}
.sec2-list ul>li .not-abst {
	margin-top: 15px;
}
.ld-cont-yewm {
	position: relative;
}
.ld-cont-yewm img {
	margin: 0 auto;
}
.ld-cont-yewm p {
	color: #fff;
	background: #0d97df;
}
	 	 .aca-list li{width:100%;margin-bottom: 15px;margin-right:0;}
}
 @media( max-width:420px) {

	 .aca-list li:nth-child(2n){margin-right:0}
	 .aca-list li:nth-child(3){margin-right:0%;}
	 .list-box-tabs li{width:100%;padding: 0;}
	 .list-box-tabs li a{line-height:40px;}
.js-tabs li {
	width: 50%;
}
.logo img {
	height: 24px;
}

	 .js-lb li {
	width: 100%;
	padding: 5px 10px;
}

}