

html { font-family: 'DINCond-Medium',Arial; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; background-color: #fff;}
body { margin: 0; font-size: 12px; line-height: 1.5; color: #333; font-family: 'DINCond-Medium',Arial,; background-color: #fff; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
body .owl-theme { position: relative; overflow: hidden; }
body .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 36px; height: 46px; margin-top: -23px; transition: all 0.3s linear; opacity: 0; filter: alpha(opacity=0); }
body .owl-theme .owl-dots { position: absolute; left: 0; bottom: 5px; text-align: center; width: 100%; }
body .owl-theme .owl-dots .owl-dot { width: 10px; height: 10px; margin: 5px; }
body .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; background: #fff; }
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span { background: #caa268; }
a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #333; }
a:focus, a:hover { color: #2c3388; text-decoration: none; }
.clearfix { zoom: 1; }
#dituContent img {max-width: initial;}
.mobile {display: none;}

 ul,li{
	list-style: none;
	padding: 0px;
	margin: 0px;
 }
 .clearfix {
    clear: both;
}

/*位置控制*/
.vertical-align {
	font-size: 0
}
.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.vertical-align-bottom,
.vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}


/* 头部导航 */
.rat-header {
	width: 100%;
	background-color: #2c3388;
	padding: 20px 0px;
	margin: 0px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: top 0.5s;
	z-index: 100;
}
.on{
	top: -100px;
}

.rat-header.open .btn-menu {display: none;}
.rat-header.open .btn-menu1 {display: initial;}
.rat-header.open .btn-menu1 .icon{background:none}
.rat-header.open .btn-menu1 .icon:before{transform:rotate(-45deg);top:0}
.rat-header.open .btn-menu1 .icon:after{transform:rotate(45deg);bottom:0}
.rat-header .logo{height:50px; padding: 0px; margin: 0px; overflow:hidden;float: left;}
.rat-header .logo .lighten:before{transform:translateY(-100%)}
.rat-header .logo .lighten:after{transform:translateY(0)}
.rat-header .logo img{height: 100%;}
.rat-header .navbar{padding: 0px; margin:10px 0px 0px; overflow: hidden; float: right;}
.rat-header .navbar .nav{display:flex;flex-wrap:nowrap}
.rat-header .navbar .nav a{white-space:nowrap;line-height:35px;padding:0 10px;transition:all .2s ease-in-out;font-size:15px;color:#bab2d9;border-radius:100px;text-align:center;display:block;background:rgba(255,255,255,0);}
.rat-header .navbar .nav a:hover{color: #fff; font-weight: 600; width:auto}
.rat-header .navbar .nav a.active{color: #fff; font-weight: 600;}
.rat-header .navbar .nav>li{margin-right:10px;position:relative}
.rat-header .navbar .nav>li:last-child {margin-right: 0px;}
.rat-header .navbar .nav>li>a{white-space:nowrap;line-height:35px;padding:0 15px;transition:all .2s ease-in-out;font-size:15px;color:#bab2d9;border-radius:100px;text-align:center}
/* .rat-header.on .navbar .nav>li .submenu>li a {color: #333;} */
.rat-header .navbar .nav>li>button {
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    line-height: 35px;
    margin-left: 20px;
    padding: 0px;
    color: #bab2d9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.rat-header .navbar .nav>li>button:hover {color: #fff;}
.rat-header .navbar .nav>li>button:focus {outline:none;}
.search-alert {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0,0,0,0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 50%;
	transform: translateY(-50%);
}
.search-alert .cent-form form {
    display: inline-block;
    position: relative;
    padding: 0px;
    border: 0 solid #d0d0d0;
    background: #fff;
    width: 100%;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  padding: 0px 90px 0px 10px;
}
.search-alert .cent-form .tex:focus {outline:none;}
.search-alert .cent-form .sub-butn {
  width: 75px;
	height: 50px;
	border: 0;
	background: #fddd00;
	cursor: pointer;
	vertical-align: top;
	position: absolute;
	right: 0;
	color: #000;
	font-size: 16px;
	top: 0;
}
.search-alert .cent-form .search-info {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 10px 0px 0px;
	margin: 0px;
}
.search-alert .cent-form .search-info a {
	color: #fff;
	padding-right: 20px;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
	opacity: 1;
}
/*.rat-header .form-search{border-radius:0px;overflow:hidden;}
.rat-header .form-search .form-control{width: 105px;
background-color: #5a5496;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #7e7bac;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    vertical-align: middle;
    border: #5a5496 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    outline: none;
    -webkit-border-radius: 0;
    display: block;}
.rat-header .form-search .btn{background: #fddd00;font-family: Microsoft YaHei; font-weight: normal; float: left; border: 0px; border-radius: 0px; padding: 0px;
    width: 57px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #434343;
    font-size: 14px;
    text-align: center;}
.rat-header .choose-lang{position:absolute;top:50%;right:5%;transform:translateY(-50%)}
.rat-header .choose-lang ul{list-style:none;display:flex;padding:0;margin-top:5px; margin-bottom: 0px;}
.rat-header .choose-lang ul li{margin:5px}
.rat-header .choose-lang ul li a{color:#fff;padding:8px;background:rgba(255,255,255,0.1);border-radius:100%}
.rat-header .choose-lang ul li:first-child a{background:rgba(255,255,255,0.5)}
.rat-header .choose-lang .flag{position:relative;display:inline-block;overflow:hidden;width:20px;height:20px;border-radius:100%;vertical-align:top;display:none}
.rat-header .choose-lang .flag.zh-CN img{margin-left:5px}
.rat-header .choose-lang .flag img{position:absolute;left:50%;transform:translateX(-50%);display:block;height:100%}*/
.rat-header .btn-menu{position:absolute;left:0;top:50%;transform:translateY(-50%);width:30px;height:30px;z-index:2;border-radius:4px;cursor:pointer;background:#f4a000;transition:all .2s ease-in-out;display:none}
.rat-header .btn-menu .icon{position:absolute;top:50%;left:50%;width:15px;height:2px;background:#fff;transform:translate(-50%, -50%);transition:all .2s ease-in-out}
.rat-header .btn-menu .icon:before,
.rat-header .btn-menu .icon:after{position:absolute;top:-6px;left:0;right:0;height:2px;content:"";background:#fff;transition:all .2s ease-in-out}
.rat-header .btn-menu .icon:after{top:auto;bottom:-6px}

.rat-header .btn-menu1{display: none; position:absolute;left:0;top:50%;transform:translateY(-50%);width:30px;height:30px;z-index:2;border-radius:4px;cursor:pointer;background:#f4a000;transition:all .2s ease-in-out;display:none}
.rat-header .btn-menu1 .icon{position:absolute;top:50%;left:50%;width:15px;height:2px;background:#fff;transform:translate(-50%, -50%);transition:all .2s ease-in-out}
.rat-header .btn-menu1 .icon:before,
.rat-header .btn-menu1 .icon:after{position:absolute;top:-6px;left:0;right:0;height:2px;content:"";background:#fff;transition:all .2s ease-in-out}
.rat-header .btn-menu1 .icon:after{top:auto;bottom:-6px}

@media (max-width: 1100px) {
	.rat-header .navbar .nav>li>a {padding: 0px 10px;}
}

@media (max-width:960px){
	body{overflow-x:hidden}
	.rat-header{padding: 10px 0px;}
	.rat-header .container {padding: 0px 15px;}
	.rat-header .logo {height: 40px;}
	.rat-header.open .navbar{transform:translateX(0)}
	.rat-header.open .choose-lang{opacity:1;pointer-events:all;margin-top:0}
	.rat-header .btn-menu {left:auto;right:15px;z-index:10;display:block}
	.rat-header .btn-menu1 {left:auto;right:15px;z-index:10;}
	.rat-header .choose-lang{left:20px;right:auto;z-index:10;opacity:0;pointer-events:none;margin-top:-10px;transition:all .3s ease-in-out .2s}
	.rat-header .navbar{position:fixed;top:50px;left:0;bottom:0;right:0;z-index:8;padding-top:0px;background:#2c3388;transform:translateX(100%);transition:all .3s ease-in-out}
	.rat-header .navbar .nav{display:block}
	.rat-header .navbar .nav>li:last-child {display: none;}
	.rat-header .navbar .nav li a{border-top:solid 1px rgba(255,255,255,0.1);font-size:1.4em;padding:10px 30px;border-radius:0;color: #bab2d9;}
	.rat-header .navbar .nav>li .submenu{display:none}
	.rat-header .navbar .nav>li .submenu>li{display:none}
	/* .rat-header .form-search{display:none} */
	.search-alert .cent-form .tex{
		height: 60px;
		line-height: 60px;
		font-size: 28px;
		background-position: 30px 20px !important;
	}
	.search-alert .cent-form{
		height: 60px;
		margin-top: -30px;
	}
	.search-alert .cent-form .sub-butn{
		height: 60px;
		line-height: 60px;
		margin-top: 0;
		/*background: url(../img/ico_36.png) no-repeat center;*/
		/*font-size: 0;*/
	}
}

/* 底部信息 */
.rat-footer-all {
	background-color: #1b233d;
	padding: 0px;
	margin: 0px 0px 0px;
}
.rat-footer-top {
	padding: 50px 0px 10px;
	margin: 0px;
}
.rat-footer-links {
	width: calc(100% - 50px);
	margin: 0px 50px 0px 0px;
	padding: 0px;
	position: relative;
}
.rat-footer-links li {
	padding: 0px;
	margin: 0px 0px 15px;
}
.rat-footer-links li .custom4 {
    width: 100%;
    text-align: center;
		font-size: 16px;
    border: solid 1px #e1e1e1;
    height: 35px;
		line-height: 35px;
}
.rat-footer-links li .custom4:hover,.rat-footer-links li.active .custom4 {
    background: #fff !important;
}
.rat-footer-links li .custom4 a {color: #fff;}
.rat-footer-links li .custom4 i {
	color: #fff;
	float: right;
	margin: 8px 10px 0px 0px;
}
.rat-footer-links li .custom4:hover a,.rat-footer-links li .custom4:hover i,.rat-footer-links li.active .custom4 a,.rat-footer-links li.active .custom4 i {
	color: #333;
}
.rat-footer-links li .rat-footer-linksdot {
	position: absolute;
	left: 310px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #484f63;
	border-bottom: 8px solid transparent;
	display: none;
}
.rat-footer-links li:first-child .rat-footer-linksdot {top: 10px;}
.rat-footer-links li:nth-child(2) .rat-footer-linksdot {top: 60px;}
.rat-footer-links li:nth-child(3) .rat-footer-linksdot {top: 110px;}
.rat-footer-links li:nth-child(4) .rat-footer-linksdot {top: 160px;}
.rat-footer-links li .rat-footer-linksbox {
	width: 700px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 320px;
	z-index: 10;
	display: none;
}
.rat-footer-links li:hover:first-child .rat-footer-linksdot, 
.rat-footer-links li:hover:nth-child(2) .rat-footer-linksdot,
.rat-footer-links li:hover:nth-child(3) .rat-footer-linksdot,
.rat-footer-links li:hover:nth-child(4) .rat-footer-linksdot,
.rat-footer-links li:hover .rat-footer-linksbox {display: block;}
.rat-footer-links li .rat-footer-linksbox .left {
	width: 100px;
	height: 185px;
	padding: 0px;
	background-color: #484f63;
	overflow: hidden;
	float: left;
}
.rat-footer-links li .rat-footer-linksbox .leftkuan {
	height: 165px;
	padding: 0px 10px;
	margin: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rat-footer-linksleftmain {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
}
.rat-footer-linksleftmain a {
	width: 100%;
	display: block;
	text-align: center;
	color: #bab2d9;
}
.rat-footer-linksleftmain a.spanActive {color: #fff;}
.rat-footer-links li .rat-footer-linksbox .main {
	width: 100%;
	height: 185px;
	padding: 0px;
	background-color: #484f63;
	overflow: hidden;
}
.rat-footer-links li .rat-footer-linksbox .mainkuan {
	height: 165px;
	padding: 0px 10px;
	margin: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rat-footer-links li .rat-footer-linksbox .right {
	width: calc(100% - 100px);
	height: 185px;
	padding: 0px;
	border-left: 2px solid #1b233d;
	background-color: #484f63;
	overflow: hidden;
	float: right;
}
.rat-footer-links li .rat-footer-linksbox .rightkuan {
	height: 165px;
	padding: 0px 10px;
	margin: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rat-footer-linksrightmain {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-linksrightmain a {padding: 0px 10px; margin: 0 15px 10px 0;color: #fff;display: inline-block;height: 30px; line-height: 30px;font-size: 14px;}

.rat-footer-contact {
	float: right;
	margin-right: 30px;
}
.rat-footer-contact .phone {
	font-family: Arial;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #fff;
}
.rat-footer-contact .contactinfo {
	display: flex;
	color: #fff;
	padding: 8px 5px;
	line-height: 20px;
}
.rat-footer-contact .contactinfo i {
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	margin-top: 5px;
}
.rat-footer-contact .contactinfo p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0px;
}
.rat-footer-mune {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-mune li {
	padding: 0px;
	margin: 0px 70px 0px 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-munetitle {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 15px;
	overflow: hidden;
	line-height: 40px;
}
.rat-footer-munelm {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-munelm a {
	display: block;
	font-size: 14px;
	line-height: 2.2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #fff;
}
.rat-footer-qrCode {
	width: 94px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
	float: right;
}
.rat-footer-qrCode p {
    background: #fff;
    margin: 0px 0px 8px;
    padding: 2px;
}
.rat-footer-qrCode img { width: 90px;}


/* 底部版权 */
.rat-footer-bottom {
	background-color: #000;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-copyright {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-copyright a {color: #fff; margin-left: 20px;}

/* 内页共用 */

.rat-nybanner {
	padding: 0px;
	margin: 50px 0px 0px;
	overflow: hidden;
	position: relative;
}
.rat-nybanner .pc {display: block;}
.rat-nybanner .mobile {display: none;}
.rat-banner-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-banner-title span {
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #333;
	background-color: #fddd00;
	padding: 0px 20px;
	overflow: hidden;
	display: block;
	float: left;
}
.rat-ny-breadcrumb {
	padding: 0px;
	margin: 0px;
	background-color: #f6f6f6;
	overflow: hidden;
}
.breadcrumb {
	padding: 10px 0px;
	margin: 0px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}
.rat-ny-infoall {
	padding: 25px 0px;
	margin: 0px;
	overflow: hidden;
}
.pager {margin: 10px 0px;}

.rat-header-2wmall {
    background: rgba(0,0,0,0.6);
    padding: 0px;
    margin: 0px;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.rat-header-2wm {
    position: absolute;
    background: #fff;
    width: 320px;
    height: 370px;
    padding: 40px 15px 20px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    margin: 0px;
    transform: translate(-50%, -50%);
}
.rat-header-2wm i {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.rat-header-2wmtxt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
.rat-header-2wmimg img {width: 100%;}

/*老师二维码*/
.erweima-dialog-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.erweima-dialog-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .45;
	filter: alpha(opacity=45);
}
.erweima-dialog{
    width: 300px;
    background-color: #fff;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
}
.erweima-title {
    padding: 10px;
    text-align: center;
	border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    margin: 0px;
    overflow: hidden;
    background-color: #f0f0f0;
}
.erweima-dialog .img{
	width: 100%;
	padding: 5px;
	border-radius: 0px 0px 10px 10px;
}
.erweima-dialog .img img{
	width: 100%;
}
.erweima-dialog .erweima-close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/teacher-close.png');
	background-size: cover;
}

@media (max-width: 1100px) {
	.rat-footer-qrCode {display: none;}
	.rat-footer-contact {margin-right: 0px;}
	.rat-footer-links li .rat-footer-linksbox {width: 680px; left: 260px;}
	.rat-footer-links li .rat-footer-linksdot {left: 250px;}
	
}
@media (max-width: 960px) {
    .rat-nybanner {margin-top: 60px;}
    .rat-nybanner .pc {display: none;}
	.rat-banner-title span {height: 40px; line-height: 40px; font-size: 20px;}
	.rat-footer-links {width: 100%; margin-right: 0px;}
	.rat-footer-contact {margin-right: 0px;}
	.rat-footer-mune li {margin-right: 35px;}
	.rat-footer-links li .rat-footer-linksbox {width: 530px; left: 180px;}
	.rat-footer-links li .rat-footer-linksdot {left: 170px;}
	.pc {display: none;}
	.mobile {display: block;}
}
@media (max-width: 767px) {
    .rat-nybanner .mobile {display: block;}
	.rat-footer-mune {display: none;}
	.rat-footer-top {padding: 10px 0px;}
	.rat-footer-contact {width: 100%; text-align: center;}
	.rat-footer-contact .contactinfo {display: inherit;}
	.rat-footer-contact .contactinfo i {display: none;}
}