.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.Education .bg,.Education .bg img {
	width: 100%
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform,height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {
	bottom: 80px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	display: inline-block;
	background: #fff;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #50cec2
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate(0,-50%);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevd,.h_lHisNextd {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 50px;
	height: 83px;
	z-index: 9;
}

.h_lHisPrevd {
	left: 5%;
	background: url(../images/lt.png) center center no-repeat;
	background-size: 50px 83px;
}

.h_lHisNextd {
	right: 5%;
	background: url(../images/rt.png) center center no-repeat;
	background-size: 50px 83px;
}

.wap_nav_sw {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	top: calc(.44rem - 100vh);
	transition: all .5s ease;
}

.wap_nav {
	display: none
}

.box {
	width: 90%;
	margin: 0 auto
}

.header  .nav li {
	line-height: 80px;
	width: 80px;
	text-align: center;
	margin: 0 10px
}

.header .nav li a {
	font-size: 16px
}

.header .nav .top_tel {
	color: #2e9cd6;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 80px
}

.header .nav .top_tel i {
	position: relative;
	top: 4px;
	margin-left: 10px;
	font-style: italic;
}

.menu-down {
	position: absolute;
	z-index: 999;
	width: 150px;
	display: none;
	background-color: #ffffff;
	left: 0px;
	overflow: hidden;
	top: 0
}

.header ul li:hover .menu-pub dd a {
	font-weight: normal;
	background: #2f7e78;
	background-color: #fff;
/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(255,255,255,0.32);
 /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为明 */
}

.header .nav li .menu-pub dd a:hover {
	color: #2e9cd6
}

.header ul li .menu-pub dd a {
	color: #333333;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 50px;
	background: url(../images/dian_n.png) no-repeat 0 19px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: left;
}

.header ul li .menu-pub dd a:hover {
	overflow: hidden;
	background-color: #fff;
	background-color: rgba(255,255,255,0.08);
}

.header ul li .menu-pub dd a:hover,.header ul li .menu-pub dd a:hover i {
	color: #fff;
}

.header ul li .menu-pub dd a  i {
	color: #404040;
}

.header ul .menu-pub dd a {
	line-height: 36px;
	padding: 0 5px;
	font-size: 15px;
	display: block;
	padding-left: 17px;
}

.header  li.actives .menu-pub .menu-down {
	display: block
}

.header .nav li.active a.href {
	border-bottom: 3px #2e9cd6 solid;
	display: block
}

.home {
	background: url(../images/bg.jpg) no-repeat;
	padding-top: 30px
}

.pub_tit {
	padding-top: 50px;
}

.pub_tit h2 {
	font-size: 32px;
}

.pub_tit h2 i {
	color: #1e52e4;
	font-weight: bold;
}

.pub_tit  p {
	color: #6b707a;
	font-size: 18px;
	margin-top: 15px
}

.ck_pub {
	margin: 32px 0

}

.ck_pub  dl {
	width: 14.5%;
	height: 155px;
	background: url(../images/bg_04.png) no-repeat;
	display: flex;
	justify-content: center;
	font-size: 22px;
	cursor: pointer;
	background-size: 100% auto;
}

.ck_pub dl.cur,.ck_pub dl:hover {
	background: url(../images/bg_4.png) no-repeat;
	color: #fff;
	background-size: 100% auto;
}

.ck_pub  dd,.ck_pub  dt {
	align-self: center;
}

.ck_pub  dd {
	margin-left: 10px;
}

.ck_pub_sw .pub_left {
	width: 64%
}

.ck_pub_sw .img {
	width: 36%;
	padding-top: 40px
}

.ck_pub_sw .pub_left .text.mousehovered {
	width: 36%;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.05);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px
}

.ck_pub_sw .pub_left .text {
	margin-left: 5%;
	width: 27%;
	margin-bottom: 30px;
	cursor: pointer;
	align-self: center;
	transition: .5s;
	position: relative;
}

.ck_pub_sw .pub_left .text dl a {
	display: flex;
}

.ck_pub_sw .pub_left .text dt,.ck_pub_sw .pub_left .text dd {
	align-self: center;
}

.ck_pub_sw .pub_left .text:nth-child(3n+1) {
	margin-left: 0
}

.ck_pub_sw .word h2 {
	font-size: 24px;
}

.ck_pub_sw .word h2 img {
	margin-right: 15px;
}

.ck_pub_sw .word  p {
	font-size: 16px;
	line-height: 36px;
	margin: 25px 0;
	color: #2e2e2e
}

.ck_pub_sw .one,.ck_pub_sw .one .info-wrap,.ck_pub_sw .pub_left .text.mousehovered dl {
	display: none
}

.ck_pub_sw .one.cur,.ck_pub_sw .one .text.mousehovered .info-wrap {
	display: block
}

.ck_pub_sw .pub_left .text dd {
	font-size: 20px;
	margin-left: 10px
}

.ck_pub_sw .pub_left .dl {
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px #eff3f8 solid;
}

.home .home_t  .one {
	width: 49%
}

.ck_pub_sw .one .text.mousehovered .info-wrap {
	padding: 20px;
	min-width: 400px;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.ck_pub_sw .one .text.mousehovered .info-wrap h2 {
	font-size: 20px;
	color: #2e2e2e
}

.ck_pub_sw .one .text.mousehovered .info-wrap p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 90%;
	margin-left: 7%
}

.ck_pub_sw .one .text.mousehovered .info-wrap h3 {
	color: #8ba5ff;
	font-size: 16px;
	text-align: right;
	border-top: 1px #a3a8c1 solid;
	padding-top: 16px;
	width: 90%;
	margin-left: 7%
}

.ck_pub_sw .one .text.mousehovered .info-wrap h3 i,.home_t  .text a i {
	display: inline-block;
	position: relative;
	height: 0px;
	width: 0px;
	top: 2px;
	bottom: 0;
	margin: auto 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #8ba5ff;
	border-bottom: 8px solid transparent;
}

.ck_pub_sw .one .text.mousehovered .info-wrap h3 i::after,.home_t  .text a i::after {
	content: "";
	position: absolute;
	left: -11px;
	top: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 8px solid transparent;
}

.home_t  .text a i::after {
	left: -10px;
	border-left: 8px solid #1e52e4;
}

.home_t  .text a i:nth-child(2) {
	left: 2px;
}

.home_t  .text a i:nth-child(1) {
	margin-left: 5px
}

.ck_pub_sw .one .text.mousehovered .info-wrap h2 i {
	width: 20px;
	height: 20px;
	border: 3px solid #8ba5ff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 6px
}

.home_t {
	margin: 30px auto 60px auto
}

.home_t  .text a {
	background: #1e52e4;
	color: #fff;
	padding: 6px 25px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 15px
}

.home_t .text {
	text-align: right;
	position: absolute;
	padding: 40px;
	color: #fff;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	top: 50%;
	right: 0%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	width: 52%;
	background-color: #000000;
/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0,0,0,0.55);
 /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.home_t .text h2 {
	font-size: 30px;
}

.home_t .text p {
	margin: 20px 0;
	font-size: 17px;
	line-height: 32px;
}

.home_t .bg {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden
}

.home_t .bg img,.home_t .bg {
	width: 100%;
	height: 350px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.home_th {
	background: url(../images/bg_2.jpg) no-repeat;
	background-size: 100% 433px;
	height: 433px
}

.home_th .pub_tit,.home_th .pub_tit i,.home_th .pub_tit p {
	color: #fff;
}

.home_th .dl {
	padding: 40px 0
}

.home_th .dl p {
	width: 12%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 0.5%;
	margin-bottom: 0.5%
}

.home_th .dl p img {
	width: 100%
}

.home_th .dl p:nth-child(8n+1) {
	margin-left: 0
}

.footer {
	background: url(../images/bg_3.jpg) no-repeat;
	padding-top: 30px;
	background-size: 100%;
}

.header.fix {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
}

.click_ck {
	position: relative;
	bottom: 150px;
	z-index: 99999;
	text-align: center;
}

.click_ck img {
	cursor: pointer
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-moz-keyframes bounce {

	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {

	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.header h1 img {
	width: 200px
}

#module_1 {
	padding-top: 145px;
	margin-top: -145px;
}

#noe1,#noe2,#noe3,#module_1 {
	padding-top: 83px;
	margin-top: -83px;
}

.foot_lt {
	width: 45%
}

.foot_lt p a {
	color: #fff;
	font-size: 16px;
}

.foot_lt p {
	border-bottom: 1px #435058 solid;
	padding-bottom: 20px;
	padding-right: 10%
}

.foot_lt .dl dl {
	display: flex;
	color: #fff;
	margin-right: 25px;
	font-size: 14px;
	margin-top: 20px;
}

.foot_lt .dl dt {
	margin-right: 8px;
}

.foot_rt,.foot_rt dl {
	align-self: center;
	color: #fff;
}

.foot_rt dt {
	font-size: 28px;
}

.foot_rt dt i {
	font-style: italic;
	font-weight: bold;
	margin-left: 6px
}

.foot_rt dd {
	color: #828886;
	font-size: 14px;
	margin-top: 8px;
}

.foot_rt p:nth-child(2) {
	width: 70px;
	align-self: center;
	text-align: center;
}

.foot_rt p:nth-child(3) {
	width: 110px;
}

.foot_rt p:nth-child(3) img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.footer .Copyright {
	padding: 25px 0;
	color: #828886;
	font-size: 16px;
	border-top: 1px #435058 solid;
	padding-bottom: 20px;
	margin-top: 45px
}

.footer .Copyright a {
	color: #828886;
	font-size: 16px;
	margin-left: 30px
}

#banner .img img,#swiper .swiper-slide  img {
	width: 100%;
}

#banner .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 24px;
	width: 100%
}

#banner .txt h2 {
	font-size: 42px;
	font-weight: bold
}

#banner .txt em {
	display: block;
	width: 80px;
	height: 3px;
	margin: 20px auto;
	background: #fff
}

.product {
	background: #fdfdfd
}

.where {
	text-align: right;
	padding: 25px 0
}

.where,.where a {
	color: #626262;
	font-size: 16px;
}

.where a:hover {
	color: #2e9cd6
}

.slogn_l {
	position: absolute;
	left: 0;
	z-index: 0
}

.pro_ul .one {
	width: 23.255%;
	text-align: center;
	font-size: 20px;
	color: #575757;
}

.pro_ul .one.cur dl dd {
	color: #2e9cd6
}

.pro_ul .one dl:hover {
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
}

.pro_ul .one dl {
	padding: 8px;
	margin-bottom: 15px;
	border: 2px #fff solid;
	background: #fff
}

.pro_ul .one dd {
	margin: 25px auto
}

.product .pro_tow {
	margin-top: 35px
}

.product .tit_tit h2 {
	font-size: 34px;
	margin-bottom: 15px
}

.product  .tit_tit p i {
	background: #eeeeee;
	height: 1px;
	width: 47%;
	align-self: center;
}

.product .tit_tit p em {
	width: 4%;
	text-align: center;
	margin: 0 auto
}

.product .pro_tow .dl {
	margin: 25px 0
}

.product .pro_tow .dl .img {
	width: 37.2%
}

.product .pro_tow .dl .txt {
	width: 57%
}

.product .pro_tow .dl .txt h2 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px #e4e4e4 solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.product .pro_tow .dl .txt p {
	font-size: 16px;
	color: #595959;
	line-height: 42px;
}

.slogn_2 {
	position: absolute;
	right: 0
}

.product .pro_th {
	background: #f2f3f5;
	position: relative;
	padding-top: 50px
}

.pro_four {
	padding-top: 60px
}

.product .pro_th dl {
	margin: 25px 0 55px 0;
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
	cursor: pointer
}

.pro_four .swiper-container {
	text-align: left
}

.pro_four .new-split-banner-col-des p {
	color: #fff
}

.product .pro_th dt img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product .pro_th dd h2 {
	color: #000000;
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product .pro_th dd p {
	width: 84%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 32px;
	color: #262626;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product .pro_th dl:hover dd p {
	margin-top: -5px
}

.product .pro_th dl:hover dt img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.home_t .text {
	width: 65%;
	text-align: left
}

.pro_four .swiper-pagination {
	text-align: center;
	margin: 45px auto
}

.pro_four .swiper-pagination-bullet {
	background: #e7e7e7;
	margin: 0 10px
}

.pro_four .swiper-pagination-bullet-active {
	background: #2983c5;
}

.pro_ul .one i img {
	display: none
}

.pro_ul .one.cur i img,.pro_ul .one:hover i img {
	display: block;
	margin: 0 auto
}

.solution .one {
	padding: 60px 0
}

.solution .one:nth-child(odd) {
	background: #f8f8f8;
}

.solution .box {
	width: 65%;
	position: relative
}

.solution .txt {
	width: 41%
}

.solution .img {
	width: 45%
}

.solution .one:nth-child(odd) .txt,.solution .one:nth-child(even) .img {
	float: left
}

.solution .one:nth-child(odd) .img,.solution .one:nth-child(even) .txt {
	float: right
}

.solution .one:nth-child(odd) .txt {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.solution .one:nth-child(even) .txt {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.solution .txt h2 {
	color: #0085cd;
	font-size: 24px;
	font-weight: bold
}

.solution .txt p {
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 30px 0
}

.solution .txt a {
	background: #0085cd;
	font-size: 16px;
	color: #fff;
	display: block;
	width: 150px;
	text-align: center;
	line-height: 40px;
}

#banner .word {
	width: 48%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	min-height: 415px;
	padding: 60px;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

#banner {
	background: #f9f9f9;
}

#about .ab_one .video .vd {
	width: 100%
}

#banner .word .tb {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	padding-right: 5%
}

#banner .word h2 {
	color: #0085cd;
	font-size: 30px;
	font-weight: bold
}

#banner .word p {
	color: #373737;
	font-size: 16px;
	line-height: 32px;
}

#banner .word em {
	background: #3c7fd1;
	width: 115px;
	height: 3px;
	display: block;
	margin: 25px 0
}

.Edu_th {
	background: #f9f9f9;
}

.Education .Edu_one {
	background: url(../images/bg_bg.jpg) no-repeat;
	padding-bottom: 70px;
	background-size: 100%
}

.Education .tit_pub {
	font-size: 32px;
	position: relative
}

.Education .tit_pub.tit_pubs {
	padding-top: 50px;
	color: #fff
}

.Education .tit_pub.tit_pubs em {
	background: #fff
}

.Education .tit_pub em {
	background: #1d84c3;
	height: 3px;
	width: 80px;
	display: block;
	margin: 8px auto
}

.Edu_one.Edu_tow {
	padding-top: 30px;
	background: #f3f3f3
}

.Edu_one.Edu_tow dl {
	background: #fff;
	padding: 65px 0
}

.Edu_one.Edu_tow .dl {
	margin-top: 45px
}

.Edu_one.Edu_tow dd h2 {
	color: #414141;
	font-size: 24px;
	padding: 35px 0 25px 0
}

.Edu_one.Edu_tow dd p {
	color: #7b7b7b;
	font-size: 16px;
	line-height: 32px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Edu_one.Edu_tow dt img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Edu_one.Edu_tow dl:hover dt img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.Edu_one.Edu_tow dl:hover dd p {
	margin-top: -15px
}

.Edu_one.Edu_tow .home_t {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.Edu_one.Edu_tow .slogn_2 {
	bottom: 102px;
}

.edu_list {
	padding-bottom: 70px
}

.Edu_th .dl {
	margin-top: 35px;
}

.Edu_th .dl dl {
	width: 23.255%;
	background: #fff;
	border: 1px #f0f0f0 solid;
	margin-left: 2.3%
}

.Edu_th .dl dl:nth-child(1) {
	margin-left: 0
}

.Edu_th .dl dl:hover {
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
}

.Edu_th .dl dd {
	background: #fbfbfb;
	padding: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Edu_th .dl dl:hover dd {
	margin-top: -15px
}

.Edu_th .dl dd h2 {
	font-size: 24px;
	text-align: center;
	margin: 25px auto 18px auto
}

.Edu_one.Edu_tow dd em {
	display: block;
	background: #f3f3f3;
	width: 80px;
	height: 4px;
	margin: 0 auto 25px auto
}

.Edu_th .dl dd p {
	font-size: 16px;
	line-height: 32px;
	color: #303030;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#banner .pic {
	width: 38%
}

#banner .pic img {
	width: 100%
}

.case .ck_sk a {
	font-size: 16px;
	color: #3f3f3f;
	background: #fafafa;
	display: inline-block;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 20px;
	width: 100px;
	text-align: center
}

.case .ck_sk a.cur,.case .ck_sk a:hover {
	color: #fff;
	background: #2e9cd6;
}

.list_list dl {
	width: 49%;
	background: #fafafa;
	padding: 20px;
	margin-top: 2%;
	display: flex;
	cursor: pointer
}

.list_list dt {
	width: 46.4%;
	height: 220px;
	overflow: hidden
}

.list_list dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list_list dd {
	width: 52%;
	padding-left: 4%;
	align-self: center;
}

.list_list dd h2 {
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px #e4e4e4 solid;
	padding-bottom: 15px;
	font-weight: bold
}

.list_list dd p {
	font-size: 16px;
	color: #393939;
	line-height: 30px;
	margin: 25px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list_list dd  a {
	display: block;
	width: 105px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #0085cd;
	margin-top: 30px
}

.list_list dl:hover h2 {
	color: #0085cd
}

#pages li {
	display: inline-block
}

#pages li.active span,.page a:hover ,.page b {
	background: #20313b;
	border: 1px #20313b solid;
	color: #fff;
}

.page {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0
}

#pages {
	margin-bottom: 60px
}

#pages li span,.page a,.page b {
	border: 1px #e0e0e0 solid;
	display: inline-block;
	height: 38px;
	text-align: center;
	line-height: 34px;
	margin: 0 3px;
	padding: 1px 14px;
	font-size: 15px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

#pages li {
	display: inline-block
}

#pages li.active span,.page a:hover ,.page b {
	background: #1f7dcd;
	border: 1px #1f7dcd solid;
	color: #fff;
}

.list_list dl:hover h2 {
	color: #0085cd
}

#case {
	background: #f6f6f6
}

#case .where {
	text-align: left
}

.word_txt {
	background: #fff;
	padding: 45px;
	padding-bottom: 0;
}

.word_txt .title {
	border-bottom: 1px #f0f0f0 solid
}

.word_txt .title h2 {
	color: #2983c5;
	font-size: 24px;
}

.word_txt .title p {
	color: #3d3d3d;
	font-size: 16px;
	padding: 20px 0
}

.word_txt .test p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 36px;
	color: #3d3d3d
}

.word_txt .test p img {
	display: block;
	margin: 0 auto
}

.prv_net {
	border-top: 1px #f0f0f0 solid;
	padding: 30px 0;
	margin-top: 50px
}

.prv_net p {
	align-self: center;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.prv_net p:nth-child(2) {
	width: 20%;
	text-align: center
}

.prv_net p:nth-child(3) {
	text-align: right
}

.prv_net p a {
	color: #4b4b4b;
}

.prv_net p a:hover {
	color: #2983c5
}

.mb_top {
	padding-bottom: 70px
}

.back {
	display: none
}

#news .href {
	margin: 40px 0 15px 0
}

#news .href a {
	display: inline-block;
	margin-left: 20px;
	width: 110px;
	background: #f3f3f3;
	text-align: center;
	line-height: 44px;
	color: #3f3f3f
}

#news .href a:nth-child(1),#news .list dl:nth-child(3n+1) {
	margin-left: 0
}

#news .href a.cur,#news .href a:hover {
	background: #2e9cd6;
	color: #fff;
}

#news .list dl {
	width: 32%;
	background: #fafafa;
	padding: 30px;
	margin-left: 1.5%;
	margin-top: 1.5%
}

#news .list dd {
	display: flex;
}

#news .list dd span {
	width: 19%;
	align-self: center;
	border-right: 1px #e1e1e1 solid;
	margin-right: 6%;
	padding-right: 6%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 22px;
}

#news .list dd span i {
	display: block;
	font-size: 16px;
	text-align: right;
	margin-top: 5px
}

#news .list dd p {
	width: 75%
}

#news .list dd p {
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #363636;
	height: 60px
}

#news .list dt {
	margin-top: 30px;
	overflow: hidden;
	height: 250px;
	overflow: hidden
}

#news .list dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about {
	background: #f3f7ff;
	padding-top: 60px
}

#about .ab_one {
	background: #fff;
	padding: 60px 100px;
}

#about .ab_one .text {
	width: 58%
}

#about .ab_one .video {
	width: 37%
}

.ab_name {
	font-size: 30px;
}

#about  .ab_name {
	border-bottom: 1px #dbdbdb solid;
	padding-bottom: 30px
}

#about  .ab_name em {
	border-bottom: 2px #2983c5 solid;
	padding-bottom: 29px
}

#about .ab_one .word {
	margin: 30px 0
}

#about .ab_one .word p {
	font-size: 16px;
	line-height: 34px;
	color: #2d2d2d;
}

.ab_one .dl dl {
	width: 30.33%;
	display: flex;
	cursor: pointer;
}

.ab_one .dl dt {
	margin-right: 25px
}

.ab_one .dl dd h2 {
	color: #000000;
	font-size: 18px;
}

.ab_one .dl dl:hover dt img,#about .ab_tow dl:hover dt img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.ab_one .dl dt img,#about .ab_tow dt img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.ab_one .dl dd em {
	color: #8a8a8a;
	font-size: 14px;
	text-transform: uppercase;
}

.ab_one .dl dd {
	width: 56%;
	position: relative
}

.ab_one .dl dd img {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.ab_one .video .img_pop p img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 99;
}

.ab_one .video .dvd {
	display: none;
}

.ab_one #videoId {
	width: 100%;
	height: 415px;
	object-fit: cover;
}

#about .ab_tow {
	background: url(../images/bg_7.jpg) no-repeat;
	background-size: 100%;
	padding: 60px 0
}

#about .ab_tow dl {
	width: 24%;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: flex;
	padding: 50px
}

#about .ab_tow dt,#about .ab_tow dd {
	align-self: center;
}

#about .ab_tow dd {
	margin-left: 25px;
	color: #525252;
	font-size: 24px;
}

#about .ab_tow dd h2 {
	color: #209bfb;
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif
}

#about .ab_tow dd h2 i {
	color: #525252;
	font-size: 22px;
	margin-left: 10px
}

#about .ab_tow dl:nth-child(3) h2 i,#about .ab_tow dl:nth-child(4) h2 i {
	font-size: 38px;
}

.ab_th .bg_f {
	padding: 50px;
}

#about .tit_tit h2 {
	font-size: 30px;
}

#about .tit_tit p {
	margin: 30px auto
}

#about .tit_tit p i {
	background: #eeeeee;
	height: 1px;
	width: 46%;
	align-self: center;
}

#about .tit_tit p em {
	background: #2983c5;
	height: 2px;
	width: 6%;
	margin: 0 1%;
	align-self: center;
}

.ab_th .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #dadada;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 5px
}

.ab_th .swiper-pagination-bullet-active {
	background: #1e52e4;
}

.ab_th .swiper-pagination {
	text-align: center;
	margin-top: 30px
}

.ab_th  dd {
	margin-top: 15px
}

.ab_four {
	background: #fff;
	margin: 60px auto;
	padding-top: 140px;
	padding-bottom: 60px
}

.ab_four .box {
	background: #f9f9f9;
	padding: 0 60px;
}

.ab_four .box .img {
	width: 59%;
	position: relative;
	top: -65px
}

.ab_four .box .img img {
	width: 100%
}

#banner.pt60 {
	padding: 70px 0
}

.ab_four .box .test {
	width: 38%;
	padding-top: 40px
}

.header .nav li:nth-child(4) {
	position: relative
}

.header .nav li:nth-child(4) .menu-down {
	top: 83px;
	left: 0
}

.ab_four .box .test p {
	font-size: 16px;
	line-height: 34px;
	margin-top: 25px
}

.companyBox2 {
	background: url(../images/comBox2Bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0 70px;
}

.companyBox2 .mTitbg h2 {
	color: #ffffff;
}

.companyBox2 .mTitbg h2 p {
	color: #ffffff;
}

.comBox2Con {
	padding: 30px 0 50px;
}

.comBox2Item {
	margin: 0;
	background: #fff
}

.comBox2Img {
	padding-right: 50px;
}

.comBox2Img img {
	width: 261px;
}

.comBox2Year {
	font-size: 70px;
	color: #cb103b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.comBox2Text {
	font-size: 16px;
	color: #787878;
	line-height: 28px;
	font-weight: bold;
}

.comBox2Bot {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	position: relative;
	background: #fff url(../images/comBox2BotBg.png) left 48px repeat-x;
}

.comBox2Bot:before {
	left: 0;
}

.comBox2Bot:after {
	right: 0;
}

.comBox2Bot .swiper-container {
	height: 50px
}

.comBox2Date {
	position: relative;
	padding-top: 0;
	font-size: 16px;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.comBox2Date:before,.comBox2Date:after {
	display: block;
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.comBox2Date:before {
	width: 13px;
	height: 13px;
	background: #f6fafa;
	top: 20px;
}

.comBox2Date:after {
	width: 15px;
	height: 15px;
	border: 1px solid #a7a7a7;
	top: 20px;
}

.comBox2Prev,.comBox2Next {
	position: absolute;
	bottom: 28px;
	color: #000000;
	cursor: pointer;
	font-size: 26px;
	display: block;
	transform: scaleY(1.1);
	-webkit-transform: scaleY(1.8);
	z-index: 99999;
	width: 60px;
	text-align: center;
	background: #fff
}

.comBox2Prev {
	left: 0;
}

.comBox2Next {
	right: 0;
}

.swiper-slide-active .comBox2Date {
	color: #1e52e4;
}

.swiper-slide-active .comBox2Date:before {
	background: #fff;
}

.swiper-slide-active .comBox2Date:after {
	border-color: #1e52e4;
}

@-webkit-keyframes fadeInRights {

	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRights {

	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRights {
	-webkit-animation-name: fadeInRights;
	animation-name: fadeInRights;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.comBox2Item.media .img {
	width: 50%
}

.comBox2Item.media .txt {
	width: 43%;
	align-self: center;
	font-size: 30px;
	padding: 50px;
	padding-right: 0
}

.comBox2Item.media .txt h2 {
	margin-bottom: 25px
}

.comBox2Item.media .txt p {
	font-size: 16px;
	line-height: 36px;
}

.comBox2Item.media .img img {
	width: 100%;
}

#about .home_th {
	margin-top: 45px
}

.new-split-banner-col-des {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 70%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.new-split-banner-col-des h4 {
	padding-left: 20px;
	font-size: 26px;
	color: #fff;
	line-height: 38px;
	margin: 60px 0 5px 0;
	white-space: nowrap;
}

.new-split-banner-col-des h6 {
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0 0 25px 0;
	white-space: nowrap;
}

.new-split-banner-col-des span {
	font-style: normal;
	color: #fff;
	line-height: 20px;
	margin-left: 20px;
	opacity: 0;
	font-size: 16px;
	cursor: pointer;
}

.new-split-banner-col-des span:hover img {
	margin-left: 10px;
	transition: .4s
}

.home .home_t .one,.home_t .bg {
	overflow: hidden;
}

.home .home_t .one,.pro_four .home_t .one {
	cursor: pointer
}

.pro_four .new-split-banner-col-des h4 {
	margin: 40px 0 5px 0;
}

.new-split-banner-col-des {
	-webkit-transform: translate(0,25%);
	-moz-transform: translate(0,25%);
	transform: translate(0,25%);
	transition: .6s
}

.home .home_t .one:hover .new-split-banner-col-des,.pro_four .home_t  .one:hover .new-split-banner-col-des {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transform: translate(0,0);
	transition: .5s
}

.add_dl:hover .new-split-banner-col-des {
	-webkit-transform: translate(0,40px);
	-moz-transform: translate(0,40px);
	transform: translate(0,40px);
	transition: .5s
}

.home .home_t .one:hover .new-split-banner-col-des span,.pro_four .home_t .one:hover .new-split-banner-col-des span {
	opacity: 1
}

.new-split-banner-col-des {
	-webkit-transform: translate(0,25%);
	-moz-transform: translate(0,25%);
	transform: translate(0,25%);
	transition: .6s
}

.new-split-banner-col-des span a {
	color: #fff
}

.new-split-banner-col-des span img {
	position: relative;
	top: -1px;
}

.add_wrap {
	height: 90px;
	position: relative;
	overflow: hidden;
	margin-top: 10px
}

.wrap ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap ul li {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left
}

.mtp {
	height: 30px
}

.add_bg_w {
	background: #fafafa;
	position: relative;
	margin-top: -160px;
	padding: 50px;
	margin-bottom: 40px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
}

.add_bg_w .tit {
	text-align: right;
	margin-bottom: 40px
}

.add_bg_w .tit h2 {
	color: #333333;
	font-size: 32px;
	font-weight: bold
}

.add_bg_w .tit p {
	color: #666;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 2px;
}

.hot_new .swiper-slide {
	background: #fafafa;
	height: 540px;
	overflow: hidden
}

.hot_new .swiper-slide dl a {
	display: flex;
	justify-content: space-between;
}

.hot_new .swiper-slide dt {
	width: 55%;
	height: 540px;
	overflow: hidden
}

.hot_new .swiper-slide dd {
	width: 41%;
	align-self: center;
}

.hot_new .swiper-slide dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hot_new .h_lHisPrevd,.hot_new .h_lHisNextd {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 39px;
	height: 39px;
	z-index: 9;
}

.hot_new .h_lHisPrevd {
	left: 1%;
	background: url(../images/btn5.png) center center no-repeat;
	background-size: auto;
	background-size: 39px 39px;
}

.hot_new .h_lHisNextd {
	left: 51.5%;
	background: url(../images/btn6.png) center center no-repeat;
	background-size: auto;
	background-size: 39px 39px;
}

.hot_new .swiper-container {
	text-align: left
}

.hot_new .swiper-slide dd h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold
}

.hot_new .swiper-slide dd p {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 50px 0 70px 0
}

.hot_new .swiper-slide em {
	color: #8e8e8e;
}

.hot_new .swiper-slide em img {
	margin-left: 5px;
	transition: all .4s linear;
	position: relative;
	top: -2px;
}

.hot_new .swiper-slide em:hover img {
	margin-left: 10px;
	transition: .4s
}

.hot_new .swiper-slide.swiper-slide-active {
	position: relative;
	z-index: 9999
}

.hot_new .swiper-slide  dl:hover dd h2 {
	color: #2e9cd6
}

#add_bg_w.add_bg_w .tit {
	text-align: left
}

#add_bg_w .hot_new .h_lHisNextd {
	right: 1%;
	left: auto
}

#add_bg_w .hot_new .h_lHisPrevd {
	right: 51.5%;
	left: auto
}

#solution .ck_pub_sw .pub_left {
	width: 100%;
	text-align: center;
}

.solu_solu {
	border-top: 1px #eaeaea solid
}

#solution .ck_pub_sw .pub_left .word p {
	width: 66%;
	margin: 0 auto;
	padding: 25px 0 35px 0;
}

#solution .swiper-wrapper .swiper-slide:nth-child(odd) {
	background: #2983c5
}

#solution .swiper-wrapper .swiper-slide:nth-child(even) {
	background: #3b99e9
}

#solution .swiper-wrapper .swiper-slide {
	padding: 50px 0 30px 0;
}

#solution .swiper-wrapper .swiper-slide a {
	color: #fff;
	font-size: 24px;
}

#solution .swiper-wrapper .swiper-slide dd  p img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

#solution .swiper-wrapper .swiper-slide a:hover dd  p:nth-child(2) img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#solution .swiper-wrapper .swiper-slide p:nth-child(1) {
	margin: 25px auto
}

#solution .swiper-wrapper {
	padding: 60px 0 120px 0
}

#solution .swiper-pagination-bullet {
	background: #e7e7e7;
}

#solution .swiper-pagination-bullet-active {
	background: #2983c5;
}

/*#menu-down.flex{

	display:none

}*/

#menu-down {
	width: 100%;
	position: absolute;
	border-top: 1px #efefef solid;
	top: 83px;
	padding-bottom: 40px;
}

#menu-down dt {
	background: url(../images/mn.png) no-repeat 0 60px;
	line-height: 61px;
	text-align: left;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
	cursor: pointer
}

#menu-down dl {
	width: 13%
}

#menu-down dt img {
	margin-right: 6px;
	position: relative;
	top: -2px
}

#menu-down dd a {
	display: block;
	font-size: 14px;
	line-height: 36px;
}

.header ul #menu-down dd a {
	padding-left: 0
}

.add_dl .bg {
	padding-top: 40px;
	max-height:510px
}

.add_dl .new-split-banner-col-des {
	bottom: -30px;
}

.add_dl .new-split-banner-col-des h4 {
	font-size: 24px;
}

.add_dl {
	cursor: pointer
}

.Edu_five .box {
	border: 1px #dfdfdf solid;
	margin: 60px auto
}

.Edu_five .img {
	width: 25%;
	background: -webkit-linear-gradient(left, #007cb1, #278fc5);
	background: -o-linear-gradient(bottom, #007cb1, #278fc5);
	background: -moz-linear-gradient(bottom, #007cb1, #278fc5);
	background: linear-gradient(to bottom, #007cb1, #278fc5);
	text-align: center
}

.Edu_five .img dt {
	padding-top: 110px;
	margin-bottom: 65px
}

.Edu_five .pic {
	width: 75%;
	text-align: center;
	padding-bottom: 50px;
}

.Edu_th .tit_pub {
	padding-top: 30px
}

.Edu_th {
	background: #fff
}