@charset "utf-8";
body {
	font-family: "Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
	font-size: 14px;
	background: #fff;
	color: rgb(85, 85, 85);
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd {
	padding: 0;
	margin:0;
	font-weight: normal;
}
* {
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a,a:link,a:hover,a:visited,a:active {
	text-decoration: none;
   border:none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color:transparent;
   outline:none;
}
i,em {
	font-style: normal;
}
img{ 
	border: none;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
input,button,select,textarea {
	background: transparent;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei";
	color: #6d6e66;
}
input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
}
button,select {
	cursor: pointer;
}
form textarea:-moz-placeholder,
form input:-moz-placeholder { 
	color: #333; opacity:1; 
}
form textarea::-moz-placeholder,
form input::-moz-placeholder {
    color: #333;opacity:1;
}
form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder{
    color: #333;opacity:1;
}
form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder{
    color: #333;opacity:1;
}
video {
	width: 100%;
	vertical-align: middle;
}
.pic {
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
	filter: alpha(opacity=100);
}
a:hover .pic img,
li:hover .pic img,
.pic:hover img {
	transform: scale(1.1) rotate(-2deg);
	-o-transform: scale(1.1) rotate(-2deg);
	-ms-transform: scale(1.1) rotate(-2deg);
	-moz-transform: scale(1.1) rotate(-2deg);
	-webkit-transform: scale(1.1) rotate(-2deg);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: .7;
	filter: alpha(opacity=70);
}
.container {
	margin: 0 auto;
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
  clear: both; 
} 
/*header*/
#header .head-top {
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: #00a5e3;
	font-size: 12px;
}
#header .head-top i.fa {
	margin-right: 4px;
}
#header .head-top span.left {
	float: left;
}
#header .head-top .right {
	float: right;
}
#header .head-top .right li {
	margin: 0 12px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
#header .head-top .right li:hover {
	color: #f49800;
}
#header .head-top .right li:last-child {
	margin-right: 0;
}
#header .head-top .right li .code {
	position: absolute;
	right: 0;
	top:100%;
	z-index: 1000;
	line-height: 1.8;
	background: #8eca72;
	width: 100%;
	float: none;
	text-align: center;
	color: #fff;
	opacity: 0;
	z-index: 99999;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}
#header .head-top .right li .code img {
	width: 100%;
}
#header .head-top .right li:hover .code {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

#header .head-bottom {
	position: relative;
	width: 100%;
	height: 96px;
	line-height: 96px;
	background: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header.fixed .head-bottom {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 70px;
	line-height: 70px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	background: rgba(255,255,255,.5);
}
#header .head-bottom .logo {
	float: left;
	font-size: 0;
	position: relative;
	z-index: 1000;
}
#header .head-bottom .logo.hide {
	z-index: 100;
}
#header .head-bottom .logo img {
	height: 63px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header.fixed .head-bottom .logo img {
	height: 50px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .menubox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#header .menubox .container {
	height: 100%;
}
#header .menubox .menu {
	height: 100%;
}
#header .menubox .menu ul {
	float: left;
	height: 100%;
	margin-left: 440px;
	font-size: 16px;
}
#header .menubox .menu ul li{
	float: left;
	height: 100%;
}
#header .menubox .menu ul li > a {
	padding: 0 25px;
	display: block;
	position: relative;
	color: #333;
	text-align: center;
	position: relative;
}
#header .menubox .menu ul li > a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background: #f49800;
	left: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .menubox .menu ul li.active > a:before,
#header .menubox .menu ul li.active > a:after,
#header .menubox .menu ul li:hover > a:before,
#header .menubox .menu ul li:hover > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .menubox .menu ul li > a:before {
	content: '';
	z-index: 999;
	position: absolute;
	bottom:4px;
	left: 50%;
	margin-left:-5px;
	border-bottom: 5px solid #f49800;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .menubox .menu ul li > a i {
	position: absolute;
	left: 90px;
	top: -17px;
	width: 21px;
	z-index: 999;
}
#header .menubox .menu ul li.active > a,
#header .menubox .menu ul li:hover > a {
	color: #f49800;
}
#header .menubox .menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 999;
	background: rgba(255,255,255,.5);
	border-top: 1px solid #f49800;
	padding: 15px 0;
	display: none;
	float: left;
}
#header .menubox .menu ul li dl {
	width: 300px;
	line-height: 2;
}
#header .menubox .menu ul li dd {
	float: left;
	min-width: 130px;
}
#header .menubox .menu ul li dd a {
	font-size: 14px;
	color: rgb(49, 49, 49);
}
#header .menubox .menu ul li dd a:hover {
	color: #f49800;
}
.menu-handler {
	width: 28px;
	height: 50px;
	cursor: pointer;
	display: none;
	float: right;
	position: relative;
	margin-top: 10px;
}
.menu-handler .burger {
	width: 28px;
	height: 4px;
	background: #f49800;
	display: block;
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 50%;
	margin: 0px 0px 0px -14px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.menu-handler .burger-2 {
	top: 23px;
}

.menu-handler .burger-3 {
	top: 31px;
}
#bg-santai {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	right: 240px;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	z-index: 10003;
	transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}
.touchevents #bg-santai {
	cursor: pointer;
}
.open {
    position: relative !important;
    right: 240px;
}
#header .head-bottom .head-search {
	float: right;
	width: 30px;
	text-align: center;
	height: 30px;
	border: 1px solid #f49800;
	line-height: 28px;
	background: #f49800;
	border-radius: 50%;
	margin-top: 33px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .head-bottom .head-search:hover {
	background: transparent;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header.fixed .head-bottom .head-search {
	margin-top: 20px;
}
#header .head-bottom .head-search .search-btn {
	color: #fff;
	cursor: pointer;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .head-bottom .head-search .search-btn:hover {
	color: #f49800;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .head-bottom .head-form {
	position: fixed;
	top: 0px;
    left: 0;
    width: 0;
    height: 0;
	z-index: 10000;
	background: rgba(0,0,0,.5);
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
}
#header .head-bottom .head-form i {
	position: fixed;
	top: -20px;
	left:-20px;
	cursor: pointer;
}
#header .head-bottom .head-form.show {
	width: 100%;
	height: 100%;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
#header .head-bottom .head-form.show i {
	top: 50px;
	left: 50px;
}
#header .head-bottom .head-search form {
	width: 80%;
	margin: 0 auto;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #eee;
	margin-top: 5%;
}
#header .head-bottom .head-search form input {
	width: 100%;
	font-size: 16px;
	height: 100%;
	color: #fff;
	padding-left: 8px;
	background: rgba(255,255,255,.1);
}
#header .head-bottom .head-search form input:-moz-placeholder { 
	color: #fff; opacity:1; 
}
#header .head-bottom .head-search form input::-moz-placeholder {
    color: #fff;opacity:1;
}
#header .head-bottom .head-search form input:-ms-input-placeholder{
    color: #fff;opacity:1;
}
#header .head-bottom .head-search form input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
#home-banner {
	position: relative;
}
#home-banner .hover {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#home-banner .hover .section {
	display: inline-block;
	float: right;
	margin-right: 180px;
}
#home-banner .hover .section h3 {
	font-size: 32px;
	line-height: 1;
	color: rgb(16, 16, 23);
}
#home-banner .hover .section h4 {
	font-size: 56px;
	color: rgb(0, 165, 227);
	font-weight: bold;
	line-height: 1;
	margin: 15px 0;
	border-bottom: 1px solid #f49800;
	position: relative;
	padding-bottom: 20px;
}
#home-banner .hover .section h4:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background: rgb(0, 165, 227);
	bottom: -2px;
	left: 0;
	z-index: 10;
}
#home-banner .hover .section p {
	font-size: 17px;
	color: rgb(93, 99, 115);
	line-height: 1.5;
}
.home-nav {
	height: 139px;
	padding-top: 50px;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/bg_1.jpg) no-repeat center center;
	background-size: auto 100%;
}
.home-nav li {
	float: left;
	width: 33.33%;
	color: #fff;
	text-align: center;
	position: relative;
}
.home-nav li:after {
	content: '';
	position: absolute;
	left: 100%;
	width: 1px;
	height: 58px;
	background: #27c4ff;
	top: 0;
}
.home-nav li:last-child:after {
	display: none;
}
.home-nav li dl {
	display: inline-block;
}
.home-nav li dt {
	float: left;
	margin-right: 20px;
}
.home-nav li:hover dt img {
	animation: tada 1s ease-in-out;
	-webkit-animation:tada 1s ease-in-out;
}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}
@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}
.home-nav li dd {
	float: left;
	text-align: left;
}
.home-nav li dd h4 {
	font-size: 22px;
	margin-bottom: 5px;
}
.how-work {
	height: 440px;
	overflow: hidden;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/bg_2.jpg) no-repeat center center;
}
.how-work .container {
	height: 100%;
}
.how-work .section {
	display: table;
	float: right;
	height: 100%;
	margin-right: 160px;
}
.how-work .section .inbox {
	display: table-cell;
	vertical-align: middle;
}
.how-work h4 {
	font-size: 16px;
	color: #a6a5a5;
	margin-bottom: 15px;
}
.how-work p {
	font-size: 22px;
	color: #333;
	line-height: 1.6;
}
.how-work .pic {
	position: relative;
	width: 255px;
	margin-top: 20px;
	border-radius: 5px;
	border: 6px solid #fff;
}
.how-work .pic .hover {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.how-work .pic .hover img {
	width: 28px;
}
.remodal {
	margin-bottom: 0;
	padding: 30px 40px;
	box-shadow: 0 0 2px 1px #ddd;
	text-align: left;
	color: #808080;
}
.remodal-overlay {
	background: rgba(255,255,255,.7);
}
.remodal-close {
	width: 25px;
	height: 25px;
	top: 10px;
	left: auto;
	right: 10px;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/close.png) no-repeat left top;
	background-size: 100%;
}
.remodal-close:before {
	display: none;
}
.home-tit {
	text-align: center;
}
.home-tit h3{
	color: #333;
	font-size: 30px;
	margin-bottom: 8px;
}
.home-tit span img {
	height: 21px;
}
.home-tit p {
	color: #5f5f5f;
	font-size: 16px;
	margin-top: 8px;
}
.service-pro {
	padding: 50px 0 100px;
}
.service-pro .service-box {
	margin-top: 40px;
	position: relative;
}
.service-pro .service-box .sideMenu {
	float: left;
	width: 275px;
}
.service-pro .service-box .sideMenu:nth-child(2) {
	float: right;
}
.service-pro .service-box .slide-box {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
	float: left;
	position: relative;
	cursor: pointer;
}
.service-pro .service-box .slide-box .top {
	float: left;
	width: 100%;
}
.service-pro .service-box .slide-box .top dt {
	float: left;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
}
.service-pro .service-box .slide-box .top dt img {
	width: 74px;
        height:74px;
}
.service-pro .service-box .slide-box .top dd {
	float: right;
	width: 65%;
	height: 74px;
	line-height: 74px;
	color: #5f5f5f;
}
.service-pro .service-box .slide-box .top dd p {
	float: left;
	font-size: 15px;
}
.service-pro .service-box .sideMenu:nth-child(2) .slide-box:last-child p {
	line-height: 1.5;
	margin-top: 15px;
}
.service-pro .service-box .slide-box .top dd .ico {
	float: right;
	width: 43px;
	font-size: 0;
}
.service-pro .service-box .slide-box .top dd .ico img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.service-pro .service-box .slide-box:hover .top dd .ico img {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.service-pro .service-box .slide-box .down {
	position: absolute;
	z-index: 9;
	width: 100%;
	background: #fff;
	left: 0;
	top: 100%;
	min-height: 100%;
	display: none;
}
.service-pro .service-box .slide-box:hover .down {
	display: block;
}
.service-pro .service-box .slide-box .down li {
	text-align: center;
	line-height: 1.8;
}
.service-pro .service-box .slide-box .down li a {
	color: #5f5f5f;
}
.service-pro .service-box .slide-box .down li:hover a {
	color: #00a5e3;
}
.service-pro .service-box .service-swpier {
	position: absolute;
	z-index: 9;
	width: 450px;
	bottom: -40px;
	left: 50%;
	margin-left: -225px;
	text-align: center;
}
.service-pro .service-box .service-swpier .swiper-container {
	padding-bottom: 40px;
	width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	line-height: 1;
	display: 
}
.service-pro .service-box .service-swpier .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: transparent;
	border: 1px solid #fff;
	position: relative;
	font-size: 0;
}
.service-pro .service-box .service-swpier .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #b0b0b0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	font-size: 0;
}
.service-pro .service-box .service-swpier .swiper-pagination-bullet-active {
	border: 1px solid #f49800;
}
.service-pro .service-box .service-swpier .swiper-pagination-bullet-active:after {
	background: #f49800;
}
.picture-list li {
	float: left;
	width: 16.666%;
}
.yj-school {
	padding: 55px 0 75px;
	background: #edeef2;
}
.yj-school li {
	float: left;
	text-align: center;
	width: 8.5%;
	margin-right: 9.8%;
	margin-top: 45px;
}
.yj-school li:last-child {
	margin-right: 0;
}
.yj-school li dt {
	width: 100%;
	height: 90px;
	line-height: 90px;
	margin-bottom: 15px;
	border-radius: 10px;
	font-size: 0;
	background-color: rgb(6, 170, 219);
}
.yj-school li:hover dt img {
	animation: tada 1s ease-in-out;
	-webkit-animation:tada 1s ease-in-out;
}
.yj-school li dd {
	font-size: 16px;
	color: rgb(95, 95, 95);
}
.home-news {
	padding: 50px 0 155px;
}
.home-news .xw-swiper {
	position: relative;
}
.home-news .swiper-container {
	margin-top: 45px;
	padding-bottom: 75px;
	border-bottom: 1px solid #edeef2;
}
.home-news .swiper-slide {
	border-radius: 5px;
}
.home-news .swiper-slide dt .pic {
	border-radius: 5px 5px 0 0;
}
.home-news .swiper-slide dd {
	border: 2px solid rgb(230, 230, 230);
	border-radius: 0 0 5px 5px;
}
.home-news .swiper-slide dd .top {
	padding: 25px 20px;
	color: rgb(95, 95, 95);
}
.home-news .swiper-slide dd .top h4 {
	font-size: 17px;
	margin-bottom: 5px;
}
.home-news .swiper-slide:hover dd .top h4 {
	color: #008bd3;
}
.home-news .swiper-slide dd .top p {
	line-height: 1.8;
}
.home-news .swiper-slide dd .bottom {
	background: #f8f8f8;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
 	color: rgb(158, 158, 158);
}
.home-news .swiper-slide dd .bottom ul li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #edeef2;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}
.home-news .swiper-slide dd .bottom ul li:last-child {
	border: none;
}
.home-news .swiper-slide dd .bottom ul li i {
	margin-right: 10px;
}
.home-news .swiper-pagination-bullets {
	display: inline-block;
	border-radius: 8px;
	background: #f1f1f1;
	width: auto;
	padding: 8px 10px;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.home-news .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 1px solid #dadada;
}
.home-news .swiper-pagination-bullet-active {
	background: #f49800;
	border-color: #f49800;
}
.home-form {
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/bg_3.jpg) no-repeat center center;
	background-size: auto 100%;
}
.home-form .form {
	position: relative;
	height: 380px;
}
.home-form .img {
	position: absolute;
	width: 434px;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.home-form .img img {
	width: 100%;
}
.home-form .right-form {
	float: right;
	display: table;
	height: 100%;
	width: 570px;
}
.home-form .right-form form {
	display: table-cell;
	vertical-align: middle;
}
.home-form .right-form form h4 {
	font-size: 17px;
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
}
.home-form .right-form form .fg {
	float: left;
	width: 49%;
	float: left;
}
.home-form .right-form form .fg:nth-of-type(2) {
	float: right;
}
.home-form .right-form form input,
.home-form .right-form form select {
	font-size: 13px;
	color: rgb(158, 158, 158);
	line-height: 50px;
	height: 54px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border: 2px solid rgb(228, 228, 227);
	margin-bottom: 15px;
}
.home-form .right-form button {
	width: 100%;
	background: #fff;
	font-size: 15px;
	color: rgb(6, 170, 219);
	line-height: 50px;
	height: 54px;
	border-radius: 5px;
	border: 2px solid rgb(6, 170, 219);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-form .right-form button:hover {
	background: rgb(6, 170, 219);
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-form .right-form form input:-moz-placeholder { 
	color: rgb(158, 158, 158); opacity:1; 
}
.home-form .right-form form input::-moz-placeholder {
    color: rgb(158, 158, 158);opacity:1;
}
.home-form .right-form form input:-ms-input-placeholder{
    color: rgb(158, 158, 158);opacity:1;
}
.home-form .right-form form input::-webkit-input-placeholder{
    color: rgb(158, 158, 158);opacity:1;
}
/*footer*/
.foot-top {
	background: #dff1f8;
	color: #3a3a3a;
	overflow: hidden;
}
.foot-top a {
	color: #7a7e7f;
}
.foot-top a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
.foot-top {
	padding: 50px 0;
}
.foot-top .left {
	float: left;
	width: 205px;
	margin-right: 115px;
}
.foot-top .left a.btn {
	display: block;
	background: #fff;
  	border-radius: 3px;
  	height: 38px;
  	line-height: 38px;
  	padding: 0 20px;
  	color: #808080;
  	margin-bottom: 15px;
  	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-top .left a.btn:hover {
	text-decoration: none;
	background: #00a5e3;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-top .left a.btn:hover i {
	color: #fff;
}
.foot-top .left a.btn i {
	font-size: 18px;
	color: #cacaca;
}
.foot-top .left a.btn i:nth-of-type(1) {
	margin-right: 20px;
}
.foot-top .left a.btn i:nth-of-type(2) {
	float: right;
	margin-top: 10px;
}

.foot-top .left span {
	font-size: 20px;
}
.foot-top .code {
	float: left;
	text-align: center;
	width: 133px;
}
.foot-top .code img {
	width: 100%;
}

.foot-top .code p {
	margin-top: 10px;
}
.foot-top dl {
	float: left;
	margin-left: 135px;
}
.foot-top dl dt {
	font-size: 16px;
	color: rgb(58, 58, 58);
	margin-bottom: 15px;
}
.foot-top dl a {
	display: block;
	margin-bottom: 8px;
}
.foot-bottom {
	font-size: 12px;
	color: rgb(255, 255, 255);
	background: #008bd3;
	height: 60px;
	line-height: 60px;
}
.foot-bottom p {
	float: left;
}
.foot-bottom .right a {
	color: #fff;
	margin:0 5px;
}
.foot-bottom a:hover {
	text-decoration: underline;
}
.foot-bottom span {
	margin-left: 15px;
}
.foot-bottom .right span a:hover {
	text-decoration: none;
	background: #008bd3;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-bottom .right {
	float: right;
}
.foot-bottom  .right span a {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #008bd3;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-bottom span a:nth-child(3) {
	background: #fff url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/kj.png) no-repeat center center;
	background-size: 14px;
	text-indent: -9999px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-bottom span a:nth-child(3):hover {
	background: #008bd3 url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/kj_1.png) no-repeat center center;
	background-size: 14px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*手机底部*/
.mobile-foot {
	background: #00a5e3;
	padding: 8px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}
.mobile-foot a {
	color: #fff;
	height: 35px;
	line-height: 33px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	padding: 0 15px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.mobile-foot a i {
	margin-right: 5px;
}
.mobile-foot a:hover {
	background: #fff;
	color: #00a5e3;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*服务项目*/
.banner-pic img {
	width: 100%;
}
.service {
	padding: 65px 0;
}
.service .service-list li {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.service .service-list li .left-pic {
	float: left;
	width: 50%;
}
.service .service-list li dl {
	float: left;
	width: 50%;
	padding-left: 26px;
	padding-top: 20px;
}
.service .service-list li dt {
	color: #f39700;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 22px;
	font-weight: bold;
}
.service .service-list li dd {
	margin-bottom: 7px;
}
.service .service-list li dd a {
	color: #5f5f5f;
}
.service .service-list li dd a:hover {
	color: #f39700;
}
/*服务细节*/
.detial-nav {
	padding: 9px 0;
	border-top: 1px solid #f49800;
	background: #f5f5f5;
}
.detial-nav ul {
	float: left;
	width: auto;
}
.detial-nav ul li {
	float: left;
	margin-right: 5px;
}
.detial-nav ul li a {
	display: block;
	padding: 5px 12px;
	color: #89898a;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.detial-nav ul li:hover a,
.detial-nav ul li.active a {
	color: #fff;
	background: #f49800;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.service-detial {
	padding: 55px 0 95px;
	color: #6d6d6d;
	font-size: 15px;
	line-height: 2;
}
.service-detial .title {
	margin-bottom: 50px;
}
.service-detial .title h3 {
	font-size: 23px;
	color: rgb(243, 151, 0);
}
.service-detial .title time {
	font-size: 15px;
	color: rgb(137, 137, 138);
}
.service-detial dl {
	margin-bottom: 30px;
}
.service-detial dd span,
.service-detial dt {
	font-size: 16px;
	color: rgb(61, 61, 61);
	font-weight: bold;
}
.service-detial .section {
	margin-top: 30px;
}
.service-detial h4 {
	color: rgb(243, 151, 0);
	font-size: 16px;
	font-weight: bold;
}
.service-detial a {
	color: #db3939;
	text-decoration: underline;
}
.service-detial a:hover {
	text-decoration: none;
	color: rgb(243, 151, 0);
}
/*新闻*/
.news-page {
	padding: 55px 0;
}
.news-page .news-list li {
	float: left;
	width: 47%;
	margin-bottom: 30px;
}
.news-page .news-list li:nth-child(2n) {
	float: right;
}
.news-page .news-list li dt {
	float: left;
	width: 216px;
}
.news-page .news-list li dd {
	float: right;
	width: 57%;
}
.news-page .news-list li dd h4 {
	color: rgb(95, 95, 95);
	font-size: 17px;
	line-height: 1.8;
}
.news-page .news-list li dd:hover h4 {
	color: #f49800;
}
.news-page .news-list li dd time {
	font-size: 13px;
	color: rgb(158, 158, 158);
	line-height: 2;
}
.news-page .news-list li dd p {
	line-height: 2;
	color: #5f5f5f;
	height: 4em;
	overflow: hidden;
}
/*新闻详情*/
.news-detial {
	color: #666;
	padding: 55px 0;
	line-height: 2;
}
.news-detial .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
}
.news-detial h3 {
	color: #535151;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
}
.news-detial p {
	line-height: 2;
	margin-bottom: 15px;
}
.news-detial .bottom {
	margin-top: 30px;
}
.news-detial .bottom a {
	color: #f49800;
	border-radius: 5px;
	border: 1px solid #f49800;
	padding: 6px 26px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-detial .bottom a:hover {
	background: #f49800;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-detial .bottom a i {
	margin-right: 5px;
}
.news-detial .bottom a:last-child i {
	margin: 0 0 0 5px;
}
/*加入我们*/
.join-us {
	padding: 55px 0;
}
.join-us .contact-lx {
	padding: 20px 0;
}
.join-us .contact-lx .lx-list li {
	float: left;
	text-align: center;
	width: 33.33%;
	color: rgb(102, 102, 102);
	margin-top: 20px;
	text-align: center;
}
.join-us .contact-lx .lx-list li dt {
	display: inline-block;
	background: #f49800;
	color: #fff;
	font-size: 40px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.join-us .contact-lx .lx-list li dd {
	line-height: 1.8;
}
.join-us .contact-form .form .fg {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #e0e0e0;
}
.join-us .contact-form .form .fg input {
	height: 100%;
	padding-left: 8px;
	width: 100%;
}
.join-us .contact-form .form .fg:nth-child(2n) {
	float: right;
}
.join-us .contact-form .form textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 8px;
	resize: none;
	height: 177px;
	clear: both;
	display: block;
}
.join-us .contact-form .form button {
	display: block;
	width: 150px;
	height: 48px;
	line-height: 44px;
	margin: 25px auto 0;
	font-size: 16px;
	border: 2px solid #f49800;
	color: #f49800;
	text-align: center;
	transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.join-us .contact-form .form button:hover {
	background: #f49800;
	color: #fff;
	transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.about-tit {
	padding: 35px 0;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}
.about-tit h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.about-tit h4 {
	font-size: 13px;
}
/*限时钜惠*/
.yh-page {
	padding: 40px 0 60px;
	background: #1a8bc7;
}
.yh-page .yh-list {
	padding: 0 100px;
}
.yh-page .yh-list li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.yh-page .yh-list li:hover {
	margin-left: -20px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.yh-page .yh-list li dt {
	float: left;
	width: 140px;
	height: 130px;
	text-align: center;
	color: #fff;
	background: #00a5e3;
	border-radius: 10px;
	line-height: 1;
	padding-top: 10px;
}
.yh-page .yh-list li dt span {
	font-size: 20px;
}
.yh-page .yh-list li dt i {
	display: block;
	font-size: 60px;
	margin: 5px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.yh-page .yh-list li dt time {
	font-size: 16px;
}
.yh-page .yh-list li dd {
	float: right;
	width: 85%;
	height: 130px;
	background: #00a5e3;
	border-radius: 10px;
	padding: 0 30px;
}
.yh-page .yh-list li dd .info  {
	float: left;
	width: 80%;
	color: #fff;
	padding-top: 15px;
}
.yh-page .yh-list li dd h4 {
	font-size: 30px;
	margin-bottom: 18px;
}
.yh-page .yh-list li dd h4 span {
	color: #f49800;
	font-size: 40px;
}
.yh-page .yh-list li dd h4 i {
	margin-left: 10px;
}
.yh-page .yh-list li dd p {
	font-size: 16px;
}
.yh-page .yh-list li dd .right {
	float: right;
	font-size: 36px;
    color: #0d6ea1;
    line-height: 130px;
} 
.yh-page .code {
	text-align: center;
	margin-top: 30px;
}
.yh-page .code img {
	width: 133px;
}
.yh-page .code dd {
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}
/*学院*/
.school-page {
	padding: 40px 0 60px;
}
.school-page .section {
	padding-bottom: 25px;
}
.school-page .section {
	line-height: 1.8;
}
.school-page .section p {
	text-indent: 2em;
}
.school-page .school-list {
	padding: 40px 0;
}
.school-page .school-list li {
	float: left;
	width: 16.66%;
	text-align: center;
}
.school-page .school-list dt {
	margin: 0 auto 15px;
	width: 100px;
	height: 90px;
	line-height: 90px;
	background: rgb(6, 170, 219);
	border-radius: 8px;
}
.school-page .school-list li:nth-child(1) dt img {
	height: 76px;
}
.school-page .school-list li:nth-child(2) dt img {
	height: 51px;
}
.school-page .school-list li:nth-child(3) dt img {
	height: 52px
}
.school-page .school-list li:nth-child(4) dt img {
	height: 63px;
}
.school-page .school-list li:nth-child(5) dt img {
	height: 75px;
}
.school-page .school-list li:nth-child(6) dt img {
	height: 59px;
}
.school-page .school-list dd h5 {
	font-size: 15px;
	margin-bottom: 8px;
}
.school-page .school-list dd p {
	line-height: 1.8;
}
.school-page .school-list dd a {
	color: rgb(85,85,85);
}
.school-page .school-list dd a:hover {
	color: rgb(6, 170, 219);
}
.school-page .school-list li:hover dt img {
	animation: tada 1s ease-in-out;
	-webkit-animation:tada 1s ease-in-out;
}
.school-page .school-pic {
	padding: 40px 0;
}
.school-page .school-pic li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
}
.school-page .school-pic li:last-child {
	margin-right: 0;
}
.school-page .school-pic li dd {
	color: rgb(85,85,85);
	margin-top: 15px;
	font-size: 15px;
}
.school-teacher {
	padding: 50px 0;
	background: #edeef2;
}
.school-teacher h4 {
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.ls-swiper .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.ls-swiper .swiper-slide img {
	width: 100%;
}
.ls-swiper .swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*学院培训*/
.detial-tit {
	margin-bottom: 18px;
	text-align: center;
}
.detial-tit h4 {
	font-size: 20px;
	color: #666;
	margin-bottom: 10px;
}
.detial-tit p {
	line-height: 1.8;
}
.career-qj,
.sh-dx,
.train-cont,
.zy-intro {
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}
.detial-box .section p {
	text-indent: 2em;
	line-height: 2;
}
.detial-box .img {
	text-align: center;
}
.career-qj {
	border: none;
}
/*教师*/
.teacher-list {
	padding: 40px 0;
}
.teacher-list li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.teacher-list li:nth-child(2n) {
	float: right;
}
.teacher-list li dt {
	float: left;
	width: 278px;
	margin-right: 30px;
}
.teacher-list li dd {
	float: left;
	width: 45%;
	padding-top: 25px;
}
.teacher-list li dd h4 {
	color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}
.teacher-list li dd p {
	line-height: 2;
}
/*视频*/
.video-page .top-video {
	padding: 40px 0;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/bg_4.jpg) no-repeat center center;
	background-size: cover;
}
.video-page .top-video .left {
	float: left;
	width: 960px;
	height: 588px;
	overflow: hidden;
}
.video-page .top-video .left embed {
	width: 100%;
	height: 100%;
}
.video-page .top-video .right-swiper {
	float: right;
	width: 210px;
	padding: 30px 20px;
	position: relative;
	background: #0e0c09;
	height: 588px;
}
.video-page .top-video .right-swiper .swiper-button-next,
.video-page .top-video .right-swiper .swiper-button-prev {
	position: absolute;
	z-index: 999;
	left: 0;
	margin: 0;
	top: 0;
	height: 30px;
	width: 100%;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/shang.png) no-repeat center center;
}
.video-page .top-video .right-swiper .swiper-button-next {
	top: auto;
	bottom: 0;
	background: url(https://web.archive.org/web/20181001011053im_/http://954508.com/temp/youjia/images/xia.png) no-repeat center center;
}
.video-page .top-video .right-swiper p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 12px;
	line-height: 2.5;
	padding: 0 10px;
}
.video-page .top-video .right-swiper .swiper-container {
	height: 100%;
	overflow: hidden;
}
.video-page .top-video .left a {
	display: none;
}
.video-page .video-list {
	padding-bottom: 40px;
}
.video-page .video-list h4 {
	color: #4b4846;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #dedede;
}
.video-page .video-list li {
	float: left;
	margin-top: 30px;
	width: 23.5%;
	margin-right: 2%;
}
.video-page .video-list li:nth-child(4n) {
	margin-right: 0;
}
.video-page .video-list li dt {
	position: relative;
}
.video-page .video-list li dt .hover {
	position: absolute;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.video-page .video-list li dt .hover img {
	width: 33px;
}
.video-page .video-list li dd {
	line-height: 2;
	color: rgb(85,85,85);
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.suspend-code {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 50%;
	margin-top: -45px;
}
.suspend-code li {
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	cursor: pointer;
	background: #00a5e3;
	text-align: center;
	line-height: 45px;
	color: #fff;
	position: relative;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	font-size: 0;
}
.suspend-code li i img {
	width: 26px;
}
.suspend-code li .code {
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 129px;
	display: none;
}
.suspend-code li .code img {
	width: 100%;
}
.suspend-code li:hover .code {
	display: block;
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	    width: 970px;
	}
	#header .head-bottom {
		height: 84px;
		line-height: 84px;
	}
	#header .menubox .menu ul {
		margin-left: 260px;
	}
	#header .head-bottom .logo img {
		height: 53px;
	}
	#header .head-bottom .head-search {
		margin-top: 27px;
	}
	#home-banner .hover .section {
		margin-right: 100px;
	}
	#home-banner .hover .section h3 {
		font-size: 30px;
	}
	#home-banner .hover .section h4 {
		font-size: 53px;
		margin: 12px 0;
		padding-bottom: 18px;
	}
	#home-banner .hover .section h4:after {
		width: 50px;
		bottom: -2px;
	}
	#home-banner .hover .section p {
		font-size: 16px;
	}
	.home-nav {
		height: 110px;
		padding-top: 30px;
	}
	.home-nav li:after {
		height: 50px;
	}
	.home-nav li dt {
		margin-right: 15px;
	}
	.home-nav li dt img {
		width: 38px;
	}
	.home-nav li dd h4 {
		font-size: 20px;
	}
	.how-work {
		height: 400px;
	}
	.how-work .section {
		margin-right: 100px;
	}
	.how-work h4 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.how-work p {
		font-size: 20px;
	}
	.how-work .pic {
		width: 255px;
		margin-top: 15px;
		border: 3px solid #fff;
	}
	.how-work .pic .hover img {
		width: 26px;
	}
	.home-tit h3{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.home-tit span img {
		height: 19px;
	}
	.home-tit p {
		font-size: 15px;
		margin-top: 5px;
	}
	.service-pro {
		padding: 40px 0 90px;
	}
	.service-pro .service-box {
		margin-top: 30px;
	}
	.service-pro .service-box .sideMenu {
		width: 260px;
	}
	.service-pro .service-box .slide-box {
		padding: 16px 0;
	}
	.service-pro .service-box .slide-box .top dt {
		width: 70px;
		height: 70px;
	}
	.service-pro .service-box .slide-box .top dd {
		width: 66%;
		height: 70px;
		line-height: 70px;
	}
	.service-pro .service-box .slide-box .top dd p {
		font-size: 14px;
	}
	.service-pro .service-box .sideMenu:nth-child(2) .slide-box:last-child p {
		margin-top: 15px;
	}
	.service-pro .service-box .slide-box .top dd .ico {
		width: 40px;
	}
	.service-pro .service-box .slide-box:hover .down {
		display: block;
	}
	.service-pro .service-box .service-swpier {
		width: 400px;
		bottom: -30px;
		margin-left: -200px;
	}
	.service-pro .service-box .service-swpier .swiper-container {
		padding-bottom: 30px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		margin-left: -3px;
	}
	.yj-school {
		padding: 40px 0 60px;
	}
	.yj-school li {
		width: 10%;
		margin-right: 8%;
		margin-top: 35px;
	}
	.yj-school li dt {
		height: 90px;
		line-height: 90px;
		margin-bottom: 12px;
	}
	.home-news {
		padding: 40px 0 140px;
	}
	.home-news .swiper-container {
		padding-bottom: 65px;
		margin-top: 35px;
	}
	.home-news .swiper-slide dd .top {
		padding: 20px 15px;
	}
	.home-news .swiper-slide dd .top h4 {
		font-size: 16px;
	}
	.home-news .swiper-slide dd .bottom {
		height: 43px;
		line-height: 43px;
		font-size: 13px;
	}
	.home-news .swiper-slide dd .bottom ul li {
		padding: 0 10px;
		height: 23px;
		line-height: 23px;
		margin-top: 10px;
	}
	.home-news .swiper-slide dd .bottom ul li i {
		margin-right: 8px;
	}
	.home-news .swiper-pagination-bullets {
		padding: 8px 10px;
		bottom: -15px;
	}
	.home-news .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.home-form .form {
		height: 330px;
	}
	.home-form .img {
		width: 390px;
	}
	.home-form .right-form {
		width: 500px;
	}
	.home-form .right-form form h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.home-form .right-form form input,
	.home-form .right-form form select {
		font-size: 13px;
		line-height: 46px;
		height: 50px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.home-form .right-form button {
		font-size: 15px;
		line-height: 46px;
		height: 50px;
	}
	.foot-top {
		padding: 40px 0;
	}
	.foot-top .left {
		width: 200px;
		margin-right: 80px;
	}
	.foot-top .left a.btn {
	  	height: 38px;
	  	line-height: 38px;
	  	padding: 0 15px;
	  	margin-bottom: 13px;
	}
	.foot-top .left a.btn i {
		font-size: 18px;
	}
	.foot-top .left a.btn i:nth-of-type(1) {
		margin-right: 15px;
	}
	.foot-top .left a.btn i:nth-of-type(2) {
		margin-top: 10px;
	}
	.foot-top .left span {
		font-size:19px;
	}
	.foot-top .code {
		width: 120px;
	}
	.foot-top .code p {
		margin-top: 6px;
	}
	.foot-top dl {
		margin-left: 90px;
	}
	.foot-top dl dt {
		font-size: 16px;
		margin-bottom: 13px;
	}
	.foot-top dl dd {
		margin-bottom: 8px;
	}
	.foot-bottom a {
		color: #fff;
		margin:0 5px;
	}
	.foot-bottom a:hover {
		text-decoration: underline;
	}
	.foot-bottom span {
		margin-left: 12px;
	}
	.foot-bottom span a {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.service {
		padding: 50px 0;
	}
	.service .service-list li {
		margin-bottom: 22px;
	}
	.service .service-list li dl {
		padding-left: 22px;
		padding-top: 16px;
	}
	.service .service-list li dt {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.service .service-list li dd {
		margin-bottom: 5px;
	}
	.service-detial {
		padding: 40px 0 80px;
		font-size: 14px;
	}
	.service-detial .title {
		margin-bottom: 40px;
	}
	.service-detial .title h3 {
		font-size: 21px;
	}
	.service-detial .title time {
		font-size: 14px;
	}
	.service-detial dl {
		margin-bottom: 20px;
	}
	.service-detial dd span,
	.service-detial dt {
		font-size: 15px;
	}
	.service-detial .section {
		margin-top: 20px;
	}
	.service-detial h4 {
		font-size: 15px;
	}
	.news-page {
		padding: 40px 0;
	}
	.news-page .news-list li {
		width: 49%;
		margin-bottom: 25px;
	}
	.news-page .news-list li dt {
		width: 200px;
	}
	.news-page .news-list li dd {
		width: 55%;
	}
	.news-page .news-list li dd h4 {
		font-size: 16px;
		line-height: 1.8;
	}
	.news-page .news-list li dd time {
		font-size: 13px;
	}
	.news-page .news-list li dd p {
		line-height: 1.8;
		height: 3.6em;
	}
	.join-us {
		padding: 50px 0 120px;
	}
	.join-us .contact-lx {
		padding: 10px 0;
	}
	.join-us .contact-lx .lx-list li {
		margin-top: 15px;
	}
	.join-us .contact-lx .lx-list li dt {
		font-size: 37px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.join-us .contact-form .form .fg {
		margin-bottom: 12px;
		height: 45px;
		line-height: 43px;
	}
	.join-us .contact-form .form textarea {
		height: 160px;
	}
	.join-us .contact-form .form button {
		width: 140px;
		height: 45px;
		line-height: 41px;
		margin: 20px auto 0;
		font-size: 15px;
	}
	.about-tit {
		padding: 30px 0;
	}
	.about-tit h3 {
		font-size: 22px;
	}
	.yh-page {
		padding: 30px 0 50px;
	}
	.yh-page .yh-list {
		padding: 0 100px;
	}
	.yh-page .yh-list li {
		margin-bottom: 18px;
	}
	.yh-page .yh-list li:hover {
		margin-left: -15px;
	}
	.yh-page .yh-list li dt {
		width: 130px;
		height: 120px;
		padding-top: 10px;
	}
	.yh-page .yh-list li dt span {
		font-size: 19px;
	}
	.yh-page .yh-list li dt i {
		font-size: 55px;
	}
	.yh-page .yh-list li dt time {
		font-size: 15px;
	}
	.yh-page .yh-list li dd {
		width: 82%;
		height: 120px;
		padding: 0 20px;
	}
	.yh-page .yh-list li dd .info  {
		width: 80%;
		padding-top: 15px;
	}
	.yh-page .yh-list li dd h4 {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.yh-page .yh-list li dd h4 span {
		font-size: 37px;
	}
	.yh-page .yh-list li dd h4 i {
		margin-left: 10px;
	}
	.yh-page .yh-list li dd p {
		font-size: 15px;
	}
	.yh-page .yh-list li dd .right {
		font-size: 33px;
	    line-height: 120px;
	} 
	.yh-page .code {
		margin-top: 20px;
	}
	.yh-page .code img {
		width: 120px;
	}
	.yh-page .code dd {
		font-size: 15px;
		margin-top: 20px;
	}
	.school-page .school-list {
		padding: 30px 0;
	}
	.school-page .school-pic {
		padding: 20px 0;
	}
	.school-teacher {
		padding: 40px 0;
		background: #edeef2;
	}
	.school-teacher h4 {
		font-size: 17px;
		margin-bottom: 25px;
	}
	.detial-tit {
		margin-bottom: 16px;
	}
	.detial-tit h4 {
		font-size: 19px;
		margin-bottom: 8px;
	}
	.career-qj,
	.sh-dx,
	.train-cont,
	.zy-intro {
		padding: 35px 0;
	}
	.teacher-list {
		padding: 30px 0;
	}
	.teacher-list li {
		margin-bottom: 25px;
	}
	.teacher-list li dt {
		width: 240px;
		margin-right: 20px;
	}
	.teacher-list li dd {
		width: 42%;
		padding-top: 15px;
	}
	.teacher-list li dd h4 {
	    font-size: 19px;
	    margin-bottom: 10px;
	}
	.video-page .top-video {
		padding: 30px 0;
	}
	.video-page .top-video .left {
		float: none;
		width: 100%;
		height: 400px;
	}
	.video-page .top-video .right-swiper {
		float: none;
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.video-page .top-video .right-swiper .swiper-button-next,
	.video-page .top-video .right-swiper .swiper-button-prev {
		display: none;
	}
	.video-page .top-video .right-swiper .swiper-container {
		height: auto;
		width: 100%;
	}
	.video-page .video-list {
		padding-bottom: 30px;
	}
	.video-page .video-list h4 {
	    font-size: 19px;
	    height: 60px;
	    line-height: 60px;
	}
	.video-page .video-list li {
		margin-top: 25px;
	}
	.video-page .video-list li dt .hover img {
		width: 30px;
	}
	.video-page .video-list li dd {
		padding: 0 5px;
	}
}
@media (max-width: 991px) {
	body {
	    -webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	    position: relative;
	    right: 0px;
	    padding: 105px 0 51px;
	}
	.detial-nav {
		padding: 9px 15px;
		overflow: hidden;
	}
	.detial-nav ul {
		white-space: nowrap;
		overflow-x: auto;
		font-size: 0;
		width: 100%;
	}
	.detial-nav ul li {
		display: inline-block;
		float: none;
		margin-right: 0;
	}
	.detial-nav ul li a {
		font-size: 13px;
		padding: 5px 8px;
	}
	#header .head-bottom .head-search {
		border-color: transparent;
	}
	.pc-foot {
		display: none;
	}
	.mobile-foot {
		display: block;
	}
	#header {
		position: fixed;
		z-index: 1000;
		width: 100%;
		background: #fff;
		left: 0;
		top: 0;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	.container {
	    width: 100%;
	    padding: 0 15px;
	}
	#header .head-bottom {
		height: 65px;
		line-height: 65px;
	}
	#header .head-bottom .logo {
		float: left;
		font-size: 0;
		position: relative;
		z-index: 1000;
	}
	#header .head-bottom .logo img {
		height: 50px;
	}
	.menu-handler{
		display: block;
	}
	#header .menubox{
	    display: inline-block;
	    position: fixed;
	    background-color: #fff;
	    float: right;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 0px;
	    line-height: 0;
	    z-index: 1000;
	    zoom: 1;
	    height: 100%;
	    overflow-x: hidden;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	    -webkit-transform: perspective(600px) rotateY(90deg);
	    -moz-transform: perspective(600px) rotateY(90deg);
	    -ms-transform: perspective(600px) rotateY(90deg);
	    transform: perspective(600px) rotateY(90deg);
	    -webkit-transform-origin: left center 0;
	    -moz-transform-origin: left center 0;
	    -ms-transform-origin: left center 0;
	    transform-origin: left center 0;
	    -webkit-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    transform-style: preserve-3d;
	    -webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	    opacity: 0;
    	left: auto;
	}
	.mibile-foot {
		display: block;
	}
	.open .mibile-foot,
	.open #header {
		left: -240px;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	.open #header .menubox{
		-webkit-transform: perspective(600px) rotateY(0deg);
	    -moz-transform: perspective(600px) rotateY(0deg);
	    -ms-transform: perspective(600px) rotateY(0deg);
	    transform: perspective(600px) rotateY(0deg);
	    width: 240px;
	    opacity: 1;
	}
	#header .menubox .container{
		width: auto;
		padding: 20px 0 0;
	}
	#header .menubox .menu ul {
		margin: 0;
		height: auto;
	}
	#header .menubox .menu ul li{
		width: 100%;
		margin: 0;
		float: left;
		height: auto;
		position: relative;
	}
	#header .menubox .menu ul li a {
	    padding: 0px 30px;
	    height: 40px;
	    line-height: 39px;
	    font-size: 14px;
	    position: relative;
	    display: block;
	    text-align: left;
	    width: 100%;
	    text-align: center;
	    border-bottom: 1px solid #666;
	}
	#header .menubox .menu ul li a:after,
	#header .menubox .menu ul li a:before {
		display: none;
	}
	#header .menubox .menu ul li a i {
		left: 62%;
		top: -9px;
	}
	#header .head-bottom .head-search {
		float: right;
		width: 100%;
		height: 40px;
		position: relative;
		margin-top: 0;
		background: transparent;
		border-radius: 0;
	}
	#header .head-bottom .head-form {
		position: relative;
		height: 40px;
	    line-height: 39px;
	    border-bottom: 1px solid #666;
	    width: 100%;
	    background: transparent;
	}
	#header .head-bottom .head-search .search-btn {
		display: none;
	}
	#header .head-bottom .head-search form {
		position: relative;
		width: 100%;
		right: 0;
		display: block;
		margin: 0;
		height: 100%;
		line-height: 39px;
	}
	#header .head-bottom .head-search form input {
		width: 100%;
		height: 100%;
		font-size: 14px;
		padding-left: 8px;
		background: transparent;
		color: #333;
		float: left;
	}
	#header .head-bottom .head-search form input:-moz-placeholder { 
		color: #333; opacity:1; 
	}
	#header .head-bottom .head-search form input::-moz-placeholder {
	    color: #333;opacity:1;
	}
	#header .head-bottom .head-search form input:-ms-input-placeholder{
	    color: #333;opacity:1;
	}
	#header .head-bottom .head-search form input::-webkit-input-placeholder{
	    color: #333;opacity:1;
	}
	#header .menubox .menu ul li .dropdown{
		width: 100%;
		padding: 0;
		position: relative;
		border: none;
		background: transparent;
	}
	#header .menubox .menu ul li dl {
		width: auto;
	}
	#header .menubox .menu ul li dl dd {
		float: none;
		width: auto;
	}
	#header .menubox .menu ul li dl dd a{
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    width: 750px;
	}
	#home-banner .hover .section {
		margin-right: 60px;
	}
	#home-banner .hover .section h3 {
		font-size: 28px;
	}
	#home-banner .hover .section h4 {
		font-size: 48px;
		margin: 10px 0;
		padding-bottom: 12px;
	}
	#home-banner .hover .section h4:after {
		width: 50px;
		bottom: -2px;
	}
	#home-banner .hover .section p {
		font-size: 15px;
	}
	.home-nav {
		height: 95px;
		padding-top: 25px;
	}
	.home-nav li:after {
		height: 48px;
	}
	.home-nav li dt {
		margin-right: 15px;
	}
	.home-nav li dt img {
		width: 35px;
	}
	.home-nav li dd h4 {
		font-size: 18px;
	}
	.how-work {
		height: 400px;
	}
	.how-work .section {
		margin-right: 50px;
	}
	.how-work h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.how-work p {
		font-size: 18px;
	}
	.how-work .pic {
		width: 235px;
		margin-top: 15px;
		border: 3px solid #fff;
	}
	.how-work .pic .hover img {
		width: 26px;
	}
	.home-tit h3{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.home-tit span img {
		height: 17px;
	}
	.home-tit p {
		font-size: 14px;
		margin-top: 5px;
	}
	.service-pro {
		padding: 30px 0 50px;
	}
	.service-pro .service-box {
		margin-top: 20px;
	}
	.service-pro .service-box .sideMenu {
		width: 200px;
	}
	.service-pro .service-box .slide-box {
		padding: 14px 0;
	}
	.service-pro .service-box .slide-box .top dt {
		width: 65px;
		height: 65px;
	}
	.service-pro .service-box .slide-box .top dd {
		width: 62%;
		height: 65px;
		line-height: 65px;
	}
	.service-pro .service-box .slide-box .top dd p {
		font-size: 14px;
	}
	.service-pro .service-box .sideMenu:nth-child(2) .slide-box:last-child p {
		margin-top: 12px;
	}
	.service-pro .service-box .slide-box .top dd .ico {
		width: 35px;
	}
	.service-pro .service-box .slide-box:hover .down {
		display: block;
	}
	.service-pro .service-box .service-swpier {
		width: 320px;
		bottom: -10px;
		margin-left: -160px;
	}
	.service-pro .service-box .service-swpier .swiper-container {
		padding-bottom: 30px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		margin-left: -3px;
	}
	.yj-school {
		padding: 30px 0 50px;
	}
	.yj-school li {
		width: 13%;
		margin-right: 4.4%;
		margin-top: 25px;
	}
	.yj-school li dt {
		height: 90px;
		line-height: 90px;
		margin-bottom: 12px;
	}
	.yj-school li dd {
		font-size: 15px;
	}
	.home-news {
		padding: 30px 0 120px;
	}
	.home-news .swiper-container {
		padding-bottom: 55px;
		margin-top: 25px;
	}
	.home-news .swiper-slide dd .top {
		padding: 20px 15px;
	}
	.home-news .swiper-slide dd .top h4 {
		font-size: 15px;
	}
	.home-news .swiper-slide dd .bottom {
		height: 43px;
		line-height: 43px;
		font-size: 13px;
	}
	.home-news .swiper-slide dd .bottom ul li {
		padding: 0 10px;
		height: 23px;
		line-height: 23px;
		margin-top: 10px;
	}
	.home-news .swiper-slide dd .bottom ul li i {
		margin-right: 8px;
	}
	.home-news .swiper-pagination-bullets {
		padding: 8px 10px;
		bottom: -15px;
	}
	.home-news .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.home-form .form {
		height: 300px;
	}
	.home-form .img {
		width: 330px;
	}
	.home-form .right-form {
		width: 400px;
		position: relative;
		z-index: 10;
	}
	.home-form .right-form form h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.home-form .right-form form input,
	.home-form .right-form form select {
		font-size: 13px;
		line-height: 42px;
		height: 46px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.home-form .right-form button {
		font-size: 15px;
		line-height: 42px;
		height: 46px;
	}
	.service {
		padding: 40px 0;
	}
	.service .service-list li {
		margin-bottom: 20px;
	}
	.service .service-list li dl {
		padding-left: 20px;
		padding-top: 15px;
	}
	.service .service-list li dt {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.service .service-list li dd {
		margin-bottom: 5px;
	}
	.service-detial {
		padding: 30px 0 60px;
		font-size: 14px;
	}
	.service-detial .title {
		margin-bottom: 30px;
	}
	.service-detial .title h3 {
		font-size: 19px;
	}
	.service-detial .title time {
		font-size: 14px;
	}
	.service-detial dl {
		margin-bottom: 15px;
	}
	.service-detial dd span,
	.service-detial dt {
		font-size: 14px;
	}
	.service-detial .section {
		margin-top: 15px;
	}
	.service-detial h4 {
		font-size: 14px;
	}
	.news-page {
		padding: 40px 0;
	}
	.news-page .news-list li {
		width: 48%;
		margin-bottom: 25px;
	}
	.news-page .news-list li dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-page .news-list li dd {
		width: 100%;
	}
	.news-page .news-list li dd h4 {
		font-size: 16px;
		line-height: 1.8;
	}
	.news-page .news-list li dd time {
		font-size: 13px;
	}
	.news-page .news-list li dd p {
		line-height: 1.8;
		height: 3.6em;
	}
	.news-detial {
		padding: 30px 0;
	}
	.news-detial .tit {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.news-detial h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.news-detial p {
		margin-bottom: 13px;
	}
	.news-detial .bottom {
		margin-top: 20px;
	}
	.news-detial .bottom a {
		padding: 6px 20px;
	}
	.join-us {
		padding: 30px 0 90px;
	}
	.join-us .contact-lx {
		padding: 5px 0;
	}
	.join-us .contact-lx .lx-list li {
		margin-top: 10px;
	}
	.join-us .contact-lx .lx-list li dt {
		font-size: 34px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.join-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		line-height: 38px;
	}
	.join-us .contact-form .form textarea {
		height: 130px;
	}
	.join-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.about-tit {
		padding: 25px 0;
	}
	.about-tit h3 {
		font-size: 20px;
	}
	.yh-page {
		padding: 20px 0 40px;
	}
	.yh-page .yh-list {
		padding: 0;
	}
	.yh-page .yh-list li {
		margin-bottom: 18px;
	}
	.yh-page .yh-list li:hover {
		margin-left: -15px;
	}
	.yh-page .yh-list li dt {
		width: 120px;
		height: 110px;
		padding-top: 6px;
	}
	.yh-page .yh-list li dt span {
		font-size: 18px;
	}
	.yh-page .yh-list li dt i {
		font-size: 50px;
	}
	.yh-page .yh-list li dt time {
		font-size: 15px;
	}
	.yh-page .yh-list li dd {
		width: 82%;
		height: 110px;
		padding: 0 15px;
	}
	.yh-page .yh-list li dd .info  {
		width: 80%;
		padding-top: 10px;
	}
	.yh-page .yh-list li dd h4 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.yh-page .yh-list li dd h4 span {
		font-size: 34px;
	}
	.yh-page .yh-list li dd h4 i {
		margin-left: 10px;
	}
	.yh-page .yh-list li dd p {
		font-size: 15px;
	}
	.yh-page .yh-list li dd .right {
		font-size: 30px;
	    line-height: 110px;
	} 
	.yh-page .code {
		margin-top: 20px;
	}
	.yh-page .code img {
		width: 110px;
	}
	.yh-page .code dd {
		font-size: 15px;
		margin-top: 20px;
	}
	.school-page {
		padding: 30px 0 50px;
	}
	.school-page .section {
		padding-bottom: 20px;
	}
	.school-page .school-list {
		padding: 25px 0;
	}
	.school-page .school-list li {
		width: 33.33%;
		margin-bottom: 15px;
	}
	.school-page .school-list dt {
		margin: 0 auto 12px;
		width: 90px;
		height: 80px;
		line-height: 80px;
	}
	.school-page .school-list li:nth-child(1) dt img {
		height: 70px;
	}
	.school-page .school-list li:nth-child(2) dt img {
		height: 47px;
	}
	.school-page .school-list li:nth-child(3) dt img {
		height: 48px
	}
	.school-page .school-list li:nth-child(4) dt img {
		height: 58px;
	}
	.school-page .school-list li:nth-child(5) dt img {
		height: 68px;
	}
	.school-page .school-list li:nth-child(6) dt img {
		height: 54px;
	}
	.school-page .school-list dd h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.school-page .school-pic {
		padding: 20px 0;
	}
	.school-page .school-pic li dd {
		margin-top: 13px;
		font-size: 14px;
	}
	.school-teacher {
		padding: 30px 0;
	}
	.school-teacher h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.detial-tit {
		margin-bottom: 15px;
	}
	.detial-tit h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.career-qj,
	.sh-dx,
	.train-cont,
	.zy-intro {
		padding: 30px 0;
	}
	.teacher-list {
		padding: 25px 0;
	}
	.teacher-list li {
		margin-bottom: 20px;
	}
	.teacher-list li dt {
		width: 180px;
		margin-right: 15px;
	}
	.teacher-list li dd {
		width: 41%;
		padding-top: 10px;
	}
	.teacher-list li dd h4 {
	    font-size: 18px;
	    margin-bottom: 6px;
	}
	.video-page .top-video {
		padding: 25px 0;
	}
	.video-page .top-video .left {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.video-page .top-video .left embed {
		display: none;
	}
	.video-page .top-video .left a {
		display: block;
	}
	.video-page .top-video .right-swiper {
		float: none;
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.video-page .top-video .right-swiper .swiper-button-next,
	.video-page .top-video .right-swiper .swiper-button-prev {
		display: none;
	}
	.video-page .top-video .right-swiper .swiper-container {
		height: auto;
		width: 100%;
	}
	.video-page .video-list {
		padding-bottom: 25px;
	}
	.video-page .video-list h4 {
	    font-size: 18px;
	    height: 50px;
	    line-height: 50px;
	}
	.video-page .video-list li {
		margin-top: 20px;
	}
	.video-page .video-list li dt .hover img {
		width: 28px;
	}
	.video-page .video-list li dd {
		padding: 0 5px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	#home-banner .hover .section {
		margin-right: 0;
	}
	#home-banner .hover .section h3 {
		font-size: 22px;
	}
	#home-banner .hover .section h4 {
		font-size: 40px;
		margin: 10px 0;
		padding-bottom: 12px;
	}
	#home-banner .hover .section h4:after {
		width: 40px;
	}
	#home-banner .hover .section p {
		font-size: 14px;
	}
	.home-nav {
		height: 95px;
		padding-top: 25px;
	}
	.home-nav li:after {
		height: 48px;
	}
	.home-nav li dt {
		margin-right: 10px;
	}
	.home-nav li dt img {
		width: 30px;
	}
	.home-nav li dd h4 {
		font-size: 16px;
	}
	.remodal {
		padding: 20px 25px;
	}
	.remodal-close {
		width: 15px;
		height: 15px;
		top: 6px;
		right: 6px;
	}
	.how-work {
		height: 300px;
		background-size: auto 100%;
	}
	.how-work .section {
		margin-right: 15px;
	}
	.how-work h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.how-work p {
		font-size: 16px;
	}
	.how-work .pic {
		width: 210px;
		margin-top: 10px;
		border: 3px solid #fff;
	}
	.how-work .pic .hover img {
		width: 26px;
	}
	.home-tit h3{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.home-tit span img {
		height: 15px;
	}
	.home-tit p {
		font-size: 14px;
		margin-top: 5px;
	}
	.service-pro {
		padding: 20px 0;
	}
	.service-pro .service-box {
		margin-top: 15px;
	}
	.service-pro .service-box .sideMenu {
		width:49%;
		margin-bottom: 15px;
	}
	.service-pro .service-box .slide-box {
		padding: 12px 0;
	}
	.service-pro .service-box .slide-box .top dt {
		width: 60px;
		height: 60px;
	}
	.service-pro .service-box .slide-box .top dd {
		width: 64%;
		height: 60px;
		line-height: 60px;
	}
	.service-pro .service-box .slide-box .top dd p {
		font-size: 13px;
	}
	.service-pro .service-box .sideMenu:nth-child(2) .slide-box:last-child p {
		margin-top: 12px;
	}
	.service-pro .service-box .slide-box .top dd .ico {
		width: 35px;
	}
	.service-pro .service-box .slide-box:hover .down {
		display: block;
	}
	.service-pro .service-box .service-swpier {
		clear: both;
		position: relative;
		width: 90%;
		bottom: 0;
		left: 5%;
		margin-left: 0;
	}
	.service-pro .service-box .service-swpier .swiper-container {
		padding-bottom: 30px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		margin-left: -3px;
	}
	.picture-list li {
		width: 33.33%;
	}
	.yj-school {
		padding: 20px 0 30px;
	}
	.yj-school li {
		width: 20%;
		margin-right: 20%;
		margin-top: 25px;
	}
	.yj-school li:nth-child(3n) {
		margin-right: 0;
	} 
	.yj-school li dt {
		width: 90px;
		height: 85px;
		line-height: 85px;
		margin: 0 auto 12px;
	}
	.yj-school li dd {
		font-size: 14px;
	}
	.home-news {
		padding: 20px 0 80px;
	}
	.home-news .swiper-container {
		padding-bottom: 45px;
		margin-top: 25px;
	}
	.home-news .swiper-slide dd .top {
		padding: 20px 15px;
	}
	.home-news .swiper-slide dd .top h4 {
		font-size: 14px;
	}
	.home-news .swiper-slide dd .bottom {
		height: 43px;
		line-height: 43px;
		font-size: 12px;
	}
	.home-news .swiper-slide dd .bottom ul li {
		padding: 0 10px;
		height: 23px;
		line-height: 23px;
		margin-top: 10px;
	}
	.home-news .swiper-slide dd .bottom ul li i {
		margin-right: 8px;
	}
	.home-news .swiper-pagination-bullets {
		padding: 4px  8px;
		bottom: -11px;
	}
	.home-news .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.home-form .form {
		height: 260px;
	}
	.home-form .img {
		width: 260px;
	}
	.home-form .right-form {
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.home-form .right-form form h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.home-form .right-form form input,
	.home-form .right-form form select {
		font-size: 12px;
		line-height: 38px;
		height: 42px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.home-form .right-form button {
		font-size: 14px;
		line-height: 38px;
		height: 42px;
	}
	.service {
		padding: 30px 0;
	}
	.service .service-list li {
		margin-bottom: 15px;
		width: 100%;
	}
	.service .service-list li .left-pic {
		max-width: 270px;
	}
	.service .service-list li dl {
		padding-left: 15px;
		padding-top: 10px;
	}
	.service .service-list li dt {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.service .service-list li dd {
		margin-bottom: 5px;
	}
	.service-detial {
		padding: 20px 0 40px;
		font-size: 13px;
	}
	.service-detial .title {
		margin-bottom: 20px;
	}
	.service-detial .title h3 {
		font-size: 17px;
	}
	.service-detial .title time {
		font-size: 13px;
	}
	.service-detial dl {
		margin-bottom: 10px;
	}
	.service-detial dd span,
	.service-detial dt {
		font-size: 13px;
	}
	.service-detial .section {
		margin-top: 10px;
	}
	.service-detial h4 {
		font-size: 13px;
	}
	.news-page {
		padding: 30px 0;
	}
	.news-page .news-list li {
		width: 49%;
		margin-bottom: 20px;
	}
	.news-page .news-list li dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-page .news-list li dd {
		width: 100%;
	}
	.news-page .news-list li dd h4 {
		font-size: 14px;
	}
	.news-page .news-list li dd time {
		font-size: 12px;
	}
	.news-page .news-list li dd p {
		line-height: 1.8;
		height: 3.6em;
	}
	.news-detial {
		padding: 20px 0;
	}
	.news-detial .tit {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.news-detial h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.news-detial p {
		margin-bottom: 10px;
	}
	.news-detial .bottom {
		margin-top: 20px;
	}
	.news-detial .bottom a {
		padding: 6px 18px;
	}
	.join-us {
		padding: 20px 0 60px;
	}
	.join-us .contact-lx {
		padding: 5px 0;
	}
	.join-us .contact-lx .lx-list li {
		margin-top: 10px;
		width: 50%;
	}
	.join-us .contact-lx .lx-list li dt {
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.join-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		line-height: 38px;
	}
	.join-us .contact-form .form textarea {
		height: 130px;
	}
	.join-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.about-tit {
		padding: 20px 0;
	}
	.about-tit h3 {
		font-size: 18px;
	}
	.yh-page {
		padding: 20px 0 30px;
	}
	.yh-page .yh-list {
		padding: 0;
	}
	.yh-page .yh-list li {
		margin-bottom: 15px;
	}
	.yh-page .yh-list li:hover {
		margin-left: 0;
	}
	.yh-page .yh-list li dt {
		width: 100%;
		float: none;
		height: 95px;
		padding-top: 6px;
		margin-bottom: 10px;
	}
	.yh-page .yh-list li dt span {
		font-size: 16px;
	}
	.yh-page .yh-list li dt i {
		font-size: 40px;
	}
	.yh-page .yh-list li dt time {
		font-size: 14px;
	}
	.yh-page .yh-list li dd {
		width: 100%;
		height: 95px;
		padding: 0 10px;
	}
	.yh-page .yh-list li dd .info  {
		width: 70%;
		padding-top: 15px;
	}
	.yh-page .yh-list li dd h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.yh-page .yh-list li dd h4 span {
		font-size: 26px;
	}
	.yh-page .yh-list li dd h4 i {
		margin-left: 5px;
	}
	.yh-page .yh-list li dd p {
		font-size: 14px;
	}
	.yh-page .yh-list li dd .right {
		font-size: 22px;
	    line-height: 95px;
	} 
	.yh-page .code {
		margin-top: 10px;
	}
	.yh-page .code img {
		width: 90px;
	}
	.yh-page .code dd {
		font-size: 14px;
		margin-top: 15px;
	}
	.school-page {
		padding: 20px 0 35px;
	}
	.school-page .section {
		padding-bottom: 15px;
	}
	.school-page .school-list {
		padding: 20px 0;
	}
	.school-page .school-list li {
		width: 33.33%;
		margin-bottom: 12px;
	}
	.school-page .school-list dt {
		margin: 0 auto 12px;
		width: 80px;
		height: 70px;
		line-height: 70px;
	}
	.school-page .school-list li:nth-child(1) dt img {
		height: 62px;
	}
	.school-page .school-list li:nth-child(2) dt img {
		height: 42px;
	}
	.school-page .school-list li:nth-child(3) dt img {
		height: 43px
	}
	.school-page .school-list li:nth-child(4) dt img {
		height: 53px;
	}
	.school-page .school-list li:nth-child(5) dt img {
		height: 62px;
	}
	.school-page .school-list li:nth-child(6) dt img {
		height: 50px;
	}
	.school-page .school-list dd h5 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.school-page .school-pic {
		padding: 15px 0;
	}
	.school-page .school-pic li dd {
		margin-top: 10px;
		font-size: 13px;
	}
	.school-teacher {
		padding: 20px 0;
	}
	.school-teacher h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.detial-tit {
		margin-bottom: 12px;
	}
	.detial-tit h4 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.career-qj,
	.sh-dx,
	.train-cont,
	.zy-intro {
		padding: 25px 0;
	}
	.teacher-list {
		padding: 20px 0;
	}
	.teacher-list li {
		margin-bottom: 15px;
	}
	.teacher-list li dt {
		float: none;
		margin-bottom: 15px;
		width: 180px;
		margin-right: 0;
	}
	.teacher-list li dd {
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.teacher-list li dd h4 {
	    font-size: 17px;
	    margin-bottom: 6px;
	}
	.video-page .top-video {
		padding: 20px 0;
	}
	.video-page .top-video .left {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.video-page .top-video .left embed {
		display: none;
	}
	.video-page .top-video .left a {
		display: block;
	}
	.video-page .top-video .right-swiper {
		float: none;
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.video-page .top-video .right-swiper .swiper-button-next,
	.video-page .top-video .right-swiper .swiper-button-prev {
		display: none;
	}
	.video-page .top-video .right-swiper .swiper-container {
		height: auto;
		width: 100%;
	}
	.video-page .video-list {
		padding-bottom: 25px;
	}
	.video-page .video-list h4 {
	    font-size: 18px;
	    height: 50px;
	    line-height: 50px;
	}
	.video-page .video-list li {
		margin-top: 20px;
		width: 32%;
	}
	.video-page .video-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.video-page .video-list li:nth-child(3n) {
		margin-right: 0;
	}
	.video-page .video-list li dt .hover img {
		width: 25px;
	}
	.video-page .video-list li dd {
		padding: 0 5px;
	}
}
@media (max-width: 479px) {
	body {
		font-size: 12px;
		padding: 80px 0 51px;
	}
	#header .head-top {
		height: 30px;
		line-height: 30px;
	}
	#header .head-top .left {
		display: none;
	}
	#header .head-top .right {
		width: 100%;
	}
	#header .head-bottom {
		height: 50px;
		line-height: 50px;
	}
	#header .head-bottom .logo img {
		height: 38px;
	}
	.menu-handler {
		margin-top: 0px;
	}
	#home-banner .hover .section {
		margin-right: 0;
	}
	#home-banner .hover .section h3 {
		font-size: 16px;
	}
	#home-banner .hover .section h4 {
		font-size: 27px;
		margin: 6px 0;
		padding-bottom: 10px;
	}
	#home-banner .hover .section h4:after {
		width: 30px;
	}
	#home-banner .hover .section p {
		font-size: 13px;
	}
	.home-nav {
		height: 100px;
		padding-top: 10px;
	}
	.home-nav li:after {
		height: 48px;
		top: 15px;
	}
	.home-nav li dt {
		float: none;
		margin-right: 0;
		margin-bottom: 6px;
		height: 31px;
		line-height: 31px;
	}
	.home-nav li dt img {
		width: 26px;
	}
	.home-nav li dd {
		text-align: center;
	}
	.home-nav li dd h4 {
		font-size: 14px;
	}
	.remodal {
		padding: 10px 15px;
	}
	.remodal-close {
		width: 10px;
		height: 10px;
		top: 3px;
		right: 3px;
	}
	.how-work {
		height: 260px;
		background-size: auto 100%;
	}
	.how-work .section {
		margin-right: 0px;
	}
	.how-work h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.how-work p {
		font-size: 14px;
	}
	.how-work .pic {
		width: 190px;
		margin-top: 10px;
		border: 3px solid #fff;
	}
	.how-work .pic .hover img {
		width: 26px;
	}
	.home-tit h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.home-tit span img {
		height: 13px;
	}
	.home-tit p {
		font-size: 13px;
		margin-top: 5px;
	}
	.service-pro {
		padding: 15px 0 20px;
	}
	.service-pro .service-box {
		margin-top: 12px;
	}
	.service-pro .service-box .sideMenu {
		width:100%;
		margin-bottom: 15px;
	}
	.service-pro .service-box .slide-box {
		padding: 10px 0;
	}
	.service-pro .service-box .slide-box .top dt {
		width: 55px;
		height: 55px;
	}
	.service-pro .service-box .slide-box .top dd {
		width: 70%;
		height: 55px;
		line-height: 55px;
	}
	.service-pro .service-box .slide-box .top dd p {
		font-size: 12px;
	}
	.service-pro .service-box .sideMenu:nth-child(2) .slide-box:last-child p {
		margin-top: 10px;
	}
	.service-pro .service-box .slide-box .top dd .ico {
		width: 35px;
	}
	.service-pro .service-box .slide-box:hover .down {
		display: block;
	}
	.service-pro .service-box .service-swpier {
		clear: both;
		position: relative;
		width: 90%;
		bottom: 0;
		left: 5%;
		margin-left: 0;
	}
	.service-pro .service-box .service-swpier .swiper-container {
		padding-bottom: 20px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.service-pro .service-box .service-swpier .swiper-pagination-bullet:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		margin-left: -3px;
	}
	.picture-list li {
		width: 50%;
	}
	.yj-school {
		padding: 15px 0 20px;
	}
	.yj-school li {
		width: 30%;
		margin-right: 5%;
		margin-top: 15px;
	}
	.yj-school li:nth-child(3n) {
		margin-right: 0;
	} 
	.yj-school li dt {
		width: 85px;
		height: 75px;
		line-height: 75px;
		margin: 0 auto 12px;
	}
	.yj-school li dd {
		font-size: 13px;
	}
	.home-news {
		padding: 20px 0 60px;
	}
	.home-news .swiper-container {
		padding-bottom: 35px;
		margin-top: 25px;
	}
	.home-news .swiper-slide dd .top {
		padding: 15px 10px;
	}
	.home-news .swiper-slide dd .top h4 {
		font-size: 13px;
	}
	.home-news .swiper-slide dd .bottom {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.home-news .swiper-slide dd .bottom ul li {
		padding: 0 10px;
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.home-news .swiper-slide dd .bottom ul li i {
		margin-right: 8px;
	}
	.home-news .swiper-pagination-bullets {
		padding: 4px  8px;
		bottom: -11px;
	}
	.home-news .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.home-form .form {
		height: 220px;
	}
	.home-form .img {
		width: 220px;
	}
	.home-form .right-form {
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.home-form .right-form form h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.home-form .right-form form input,
	.home-form .right-form form select {
		font-size: 12px;
		line-height: 33px;
		height: 37px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.home-form .right-form button {
		font-size: 14px;
		line-height: 33px;
		height: 37px;
	}
	.service {
		padding: 20px 0;
	}
	.service .service-list li {
		margin-bottom: 10px;
		width: 100%;
	}
	.service .service-list li .left-pic {
		max-width: 270px;
	}
	.service .service-list li dl {
		padding-left: 12px;
		padding-top: 10px;
	}
	.service .service-list li dt {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.service .service-list li dd {
		margin-bottom: 5px;
	}
	.service-detial {
		padding: 15px 0 25px;
		font-size: 13px;
	}
	.service-detial .title {
		margin-bottom: 15px;
	}
	.service-detial .title h3 {
		font-size: 16px;
	}
	.service-detial .title time {
		font-size: 13px;
	}
	.service-detial dl {
		margin-bottom: 10px;
	}
	.service-detial dd span,
	.service-detial dt {
		font-size: 13px;
	}
	.service-detial .section {
		margin-top: 10px;
	}
	.service-detial h4 {
		font-size: 13px;
	}
	.news-page {
		padding: 20px 0;
	}
	.news-page .news-list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.news-page .news-list li dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-page .news-list li dd {
		width: 100%;
	}
	.news-page .news-list li dd h4 {
		font-size: 14px;
	}
	.news-page .news-list li dd time {
		font-size: 12px;
	}
	.news-page .news-list li dd p {
		line-height: 1.8;
		height: 3.6em;
	}
	.news-detial {
		padding: 15px 0;
	}
	.news-detial .tit {
		padding-bottom: 10px;
		margin-bottom: 13px;
	}
	.news-detial h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.news-detial p {
		margin-bottom: 10px;
	}
	.news-detial .bottom {
		margin-top: 15px;
	}
	.news-detial .bottom a {
		padding: 4px 15px;
	}
	.join-us {
		padding: 20px 0 40px;
	}
	.join-us .contact-lx {
		padding: 5px 0;
	}
	.join-us .contact-lx .lx-list li {
		margin-top: 10px;
		width: 100%;
	}
	.join-us .contact-lx .lx-list li dt {
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.join-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		width: 100%;
		line-height: 38px;
	}
	.join-us .contact-form .form textarea {
		height: 100px;
	}
	.join-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.about-tit {
		padding: 15px 0;
	}
	.about-tit h3 {
		font-size: 16px;
	}
	.yh-page {
		padding: 15px 0 20px;
	}
	.yh-page .yh-list {
		padding: 0;
	}
	.yh-page .yh-list li {
		margin-bottom: 12px;
	}
	.yh-page .yh-list li:hover {
		margin-left: 0;
	}
	.yh-page .yh-list li dt {
		width: 100%;
		float: none;
		height: 80px;
		padding-top: 6px;
		margin-bottom: 10px;
	}
	.yh-page .yh-list li dt span {
		font-size: 15px;
	}
	.yh-page .yh-list li dt i {
		font-size: 30px;
	}
	.yh-page .yh-list li dt time {
		font-size: 13px;
	}
	.yh-page .yh-list li dd {
		width: 100%;
		height: auto;
		padding: 0 10px;
		padding: 8px 0;
	}
	.yh-page .yh-list li dd .info  {
		width: 100%;
		padding: 0px 10px 8px;
		float: none;
	}
	.yh-page .yh-list li dd h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.yh-page .yh-list li dd h4 span {
		font-size: 18px;
	}
	.yh-page .yh-list li dd h4 i {
		margin-left: 5px;
	}
	.yh-page .yh-list li dd p {
		font-size: 13px;
	}
	.yh-page .yh-list li dd .right {
		font-size: 16px;
	    line-height: 1;
	    width: 100%;
	    text-align: center;
	    float: none;
	} 
	.yh-page .code {
		margin-top: 10px;
	}
	.yh-page .code img {
		width: 80px;
	}
	.yh-page .code dd {
		font-size: 13px;
		margin-top: 12px;
	}
	.school-page {
		padding: 20px 0 25px;
	}
	.school-page .section {
		padding-bottom: 12px;
	}
	.school-page .school-list {
		padding: 15px 0;
	}
	.school-page .school-list li {
		width: 50%;
		margin-bottom: 12px;
	}
	.school-page .school-list dt {
		margin: 0 auto 12px;
		width: 70px;
		height: 65px;
		line-height: 65px;
	}
	.school-page .school-list li:nth-child(1) dt img {
		height: 57px;
	}
	.school-page .school-list li:nth-child(2) dt img {
		height: 38px;
	}
	.school-page .school-list li:nth-child(3) dt img {
		height: 39px
	}
	.school-page .school-list li:nth-child(4) dt img {
		height: 48px;
	}
	.school-page .school-list li:nth-child(5) dt img {
		height: 57px;
	}
	.school-page .school-list li:nth-child(6) dt img {
		height: 45px;
	}
	.school-page .school-list dd h5 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.school-page .school-pic {
		padding: 0px 0 15px;
	}
	.school-page .school-pic li {
		width: 100%;
		margin-bottom: 10px;
	}
	.school-page .school-pic li dd {
		margin-top: 10px;
		font-size: 13px;
	}
	.school-teacher {
		padding: 16px 0;
	}
	.school-teacher h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.ls-swiper {
		padding: 0 15px;
	}
	.detial-tit {
		margin-bottom: 10px;
	}
	.detial-tit h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.career-qj,
	.sh-dx,
	.train-cont,
	.zy-intro {
		padding: 20px 0;
	}
	.teacher-list {
		padding: 20px 0;
	}
	.teacher-list li {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.teacher-list li dt {
		float: none;
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.teacher-list li dd {
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.teacher-list li dd h4 {
	    font-size: 16px;
	    margin-bottom: 6px;
	}
	.video-page .top-video {
		padding: 15px 0;
	}
	.video-page .top-video .left {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.video-page .top-video .left embed {
		display: none;
	}
	.video-page .top-video .left a {
		display: block;
	}
	.video-page .top-video .right-swiper {
		float: none;
		width: 100%;
		padding: 5px 5px 0;
		height: auto;
	}
	.video-page .top-video .right-swiper .swiper-button-next,
	.video-page .top-video .right-swiper .swiper-button-prev {
		display: none;
	}
	.video-page .top-video .right-swiper .swiper-container {
		height: auto;
		width: 100%;
	}
	.video-page .video-list {
		padding-bottom: 20px;
	}
	.video-page .video-list h4 {
	    font-size: 16px;
	    height: 35px;
	    line-height: 35px;
	}
	.video-page .video-list li {
		margin-top: 15px;
		width: 49%;
	}
	.video-page .video-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.video-page .video-list li:nth-child(2n) {
		margin-right: 0;
	}
	.video-page .video-list li dt .hover img {
		width: 23px;
	}
	.video-page .video-list li dd {
		padding: 0 5px;
	}
	.suspend-code li i img {
		width: 22px;
	}
	.suspend-code li .code {
		width: 80px;
	}
}



#page ul{
     overflow: hidden;
     display: table;
     margin:0 auto 40px auto;
}
#page ul li:first-child{
     margin-left: 0;
}
#page ul li{
     float: left;
     padding:8px 12px;
     margin-left: -1px;
     color: #999;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid #eee;
}
#page ul li a{
     color:#999;
}
#page ul li.active{
     background: #e5e5e5;
     color:#666;
}
/*
     FILE ARCHIVED ON 01:10:53 Oct 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:40:55 Dec 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.668
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 21.055
  LoadShardBlock: 181.854 (3)
  PetaboxLoader3.datanode: 212.711 (4)
  load_resource: 204.723
  PetaboxLoader3.resolve: 146.588
*/