﻿/*公共样式--开始*/
html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, textarea, th, ul,table,tr {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
	font-family: "微软雅黑";
	margin: 0 auto;
	overflow-x: hidden;
    width: 100%;
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
}
button, input, select, textarea {
    font-size: 100%;
}

input {
    padding: 0 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
    max-height: 100%;
}
a {
    text-decoration: none;
    color: #444443;
    font-size: 14px;
    cursor: pointer;
}
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea, button {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
    padding: 5px;
}
@font-face {
  font-family: 'iconfont';  /* project id 887346 */
  src: url('img/font_887346_8su89atac34.eot');
  src: url('img/font_887346_8su89atac34.eot?#iefix') format('embedded-opentype'),
  url('img/font_887346_8su89atac34.woff2') format('woff2'),
  url('img/font_887346_8su89atac34.woff') format('woff'),
  url('img/font_887346_8su89atac34.ttf') format('truetype'),
  url('img/font_887346_8su89atac34.svg') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
     }
     .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*头部导航*/
.header{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.box{
	background-color: #f8f8f8;
    height: 40px;
}
.top{
	width: 1200px;
    margin: 0 auto;
    z-index: 30;
}
.topLeft{
	display: block;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    float: left;
}
.topLeft p{
	float: left;
    color: #999999;
}
.topLeft span{
	display: block;
    float: right;
    background-color: #1f8adc;
    color: #ffffff;
    padding: 0px 6px;
    margin: 5px 10px;
    line-height: 24px;
}
.topRight,.topRight li{
	float: right;
}

.topRight li a{
	overflow: hidden;
    display: block;
    color: #999999;
}
.topRight li a span{
	float: left;
    color: #999999;
    font-size: 20px;
    margin-right: 4px;
    margin-left: 15px;
     line-height: 40px;
}
.topRight li a p{
	float: left;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
}
.topRight img{
	position: absolute;
  width: 140px;
  height: 140px;
    display: none;
    z-index: 50;
}
.topLeft:hover p{ color: #ee7800;}
 .top li :hover p,.top li :hover span{ color: #ee7800;}
.topRight :hover img{ display: block;}
.topLogo{
	background-color: #ffffff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.topLogos{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}
.topLogoa{
	display: block;
    width: 30%;
}
/*logo闪光*/
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.logo_flash{ position: relative; margin: 0 auto; transition-duration: 1.2s; }
.logo_flash:before{
content:"";
position: absolute;
left: -665px;
top: -460px;
width: 250px;
height: 10px;
background-color: rgba(255,255,255,.4);
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
transform: rotate(-35deg);
-webkit-animation: searchLights 1s ease-in 1s infinite;
-o-animation: searchLights 1s ease-in 1s infinite;
animation: searchLights 1s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
/*logo闪光结束*/
.topLogoNav{
	width: 45%;
	overflow: hidden;
    position: absolute;
    left: 42%;
    bottom: 0%;
}
.topLogoNav a:hover{ color: #ee7800;}
.topLogoNav li{
	font-size: 17px;
	float: left;
    overflow: hidden;
    line-height: 55px;
    margin-left: 10px;
}
.topLogoNav li a{
	padding: 0 10px;
	font-size: 17px;
	font-weight: 500;
}
.topLogoTel{
	width: 16%;
    position: absolute;
    right: 6%;
    top: 0%;
}
.nav{
	width: 100%;
	height: 100px;
	background-color: #f18110;
}
.centerBox{
	width: 1200px;
	position: relative;
    margin: 0 auto;
    height: 90px;
}
.navLeft{
	width: 8%;
}
.navLeft a{
	color: #FFFFFF;
	 font-size: 18px;
    line-height: 90px;
}
.navMajor{
	width: 90%;
	font-size: 12.5px;
    position: relative;
    z-index: 11;
    left: 10%;
    top: -78px;
}
.navMajor li{
	width: 11%;
    float: left;
    color: #ffffff;
    padding: 1% 0 1.2% 0;
    position: relative;
}
.navMajor li span{
	font-size: 30px;
    line-height: 33px;
	display: block;
    text-align: center;
      color: #FFFFFF;
}
.navMajor li p{
	text-align: center;
	  color: #FFFFFF;
	   font-size: 16px;
}
.navMajor li:hover{
	background: #EE7800;
	margin-bottom:-2px; 
	 padding:1.2% 0 1% 0;
}
/*头部结束*/
/*底部开始*/
.footer{
	width: 100%;
	height: 390px;
	background-color: #f8f8f8;
}
.footerNav{
	width: 1200px;
	margin: 0 auto;
	height: 315px;
	border-bottom: 2px solid #DFDFDF;
}
.footerNavLeft{
	width: 60%;
	padding-top: 80px;
    position: relative;
}
.footerNavLeft ul{
	width: 25%;
    float: left;
}
.footerNavLeft li a,.footerNavRight p{
	 color: #7E7E7E;
	 font-size: 14.5px;
	 line-height: 30px;
}
.footerTitle,.footerNavRight h4{
	color: #535050;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bolder;
}
.footerNavRight{
	width: 40%;
    position: relative;
    float: right;
}
.footerNavRight h3{
	 font-size: 34px;
    font-weight: bolder;
    color: #ee7800;
}
.footerNavRight a{
	 color: #7E7E7E;
	 font-size: 30px;
	 line-height: 40px;
}
.footerNavRight img{
	position: absolute;
	top: 15px;
	right: 1%;
}
.copyright{
	width: 1200px;
	margin: 0 auto;
}
.copyright p{
	font-size: 12.5px;
	color: #7E7E7E;
	line-height: 60px;
}
.footerNavLeft ul :hover a{
	color: #ee7800;
}
.clear{
	clear: both;
}
/*头图视频*/
.newNav {
    width: 100%;
    min-width: 1200px;
	position: relative;
	height: 425px;
	overflow: hidden;
	background: #ccc;
}

.newNav .newNavMusk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .48;
	z-index: 9
}

.newNav .newNavContent {
	width: 1200px;
	position: relative;
	height: 425px;
	margin: 0 auto;
	z-index: 19
}

.newNav .newNavContent .newNavContentMk {
	padding-top: 150px;
	text-align:center;
}

.newNav .newNavContent .newNavContentMk h2 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size:38px;
    line-height: 1.2;
    font-weight: 400;
}

.newNav .newNavContent .newNavContentMk span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size:58px;
	line-height: 1.3;
	font-weight: 400
}

.newNav video {
	position: absolute;
    width: 1920px;
    left: 50%;
    top: -260px;
    margin-left: -960px;
}
/*头图视频结束*/
/**popup&float**/

.x-zxtc{
    width:100px;
    position:fixed;
    right:0;
    top:34%;
    z-index:9999999;
}
.x-zxtc:before{
	width: 10px;
	content: '';
	height: 100px;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 88px;
	z-index: 2;
}
.x-zxtc .x-zxtc-swt {
	height: 92px;
	width: 94px;
	position: relative;
	float: right;
	background: #ff7f00;
	transition: .2s;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    cursor: pointer;
}

.x-zxtc .x-zxtc-swt a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.x-zxtc .x-zxtc-tel {
	width: 340px;
	height: 92px;
	float: right;
	background: #ffae00;
	margin-right: -246px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	position: relative;
	z-index: 1;
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
	width: 246px;
	height: 92px;
	float: left
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
	width: 227px;
	height: 42px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	margin-top: 24px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(8,1,3,.2);
	-webkit-box-shadow: 0 0 3px rgba(8,1,3,.2);
	-moz-box-shadow: 0 0 3px rgba(8,1,3,.2)
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
	display: block;
	width: 120px;
	padding: 0 13px;
	height: 42px;
	float: left;
	color: #a4a4a4;
	border: none;
	outline: 0;
	font-weight: 300
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a {
	display: block;
	width: 81px;
	height: 42px;
	float: right;
	line-height: 42px;
	text-align: center;
	background-color: #ff7f00;
	font-size: 14px;
	color: #fff;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a:hover {
	background-color: #d16900
}

.x-zxtc .x-zxtc-tel:hover {
	margin-right: 0
}

.x-zxtc .x-zxtc-item {
	width: 94px;
	height: 92px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	overflow: hidden
}

.x-zxtc .x-zxtc-item i {
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px auto 0;
    background: url('img/4.svg') no-repeat;
}

.x-zxtc .x-zxtc-swt:hover {
	width: 100px;
	background: #e70
}

.x-zxtc .x-zxtc-backtop {
	width: 94px;
	height: 92px;
	background: rgba(0,0,0,.6);
	float: right;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}


.x-zxtc .x-zxtc-backtop:hover {
	width: 100px
}


.x-zxtc2 {
	width: 538px;
	height: 460px;
	margin: -230px 0 0 -267.5px;
	position: fixed;
	top: 48%;
    left: 50%;
    z-index:999999;
}

.x-zxtc2 .x-zxyc-inner {
	width: 538px;
	height: 460px;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	box-shadow:0 0 80px #6b6b6b;
	-webkit-box-shadow:0 0 80px #6b6b6b;
	-moz-box-shadow:0 0 80px #6b6b6b;
}

.x-zxtc2 .x-zxyc-inner .x-zxyc-inner-link {
	width: 100%;
	height: 295px;
	position: absolute;
	top: 0;
	left: 0
}

.x-zxtc2 .x-zxtc2-telinput {
	width: 365px;
	height: 58px;
	position: absolute;
	background: #fff;
	margin-left: -182.5px;
	left: 50%;
	bottom: 20px
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item {
	width: 236px;
	height: 46px;
	margin: 2px auto 0;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	overflow: hidden;
	background: #d7f0ff
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item input {
	display: block;
	width: 126px;
	height: 46px;
	padding: 0 15px;
	outline: 0;
	border: none;
	float: left;
	font-weight: 300;
	color: #7c7c7c;
	font-size: 15px;
	background: 0 0
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a {
	display: block;
	width: 72px;
	height: 46px;
	float: right;
	background: #1c8bd1;
	color: #fff;
	line-height: 46px;
	font-size: 15px;
	padding-left: 8px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a:hover {
	background: #197ab6
}

.x-zxtc2 .x-zxtc2-item {
	width: 415px;
	margin: 40px auto 0
}

.x-zxtc2 .x-zxtc2-item ul li {
	height: 32px;
	margin-bottom: 8px
}

.x-zxtc2 .x-zxtc2-item ul li i {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url('img/4.svg') -356px -72px no-repeat
}

.x-zxtc2 .x-zxtc2-item ul li a {
	display: block;
	width: 278px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-left: 12px
}

.x-zxtc2 .x-zxtc2-item ul li span {
	display: block;
	width: 84px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	color: #f74627;
	float: right;
	text-align: center;
	font-weight: 400;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 2px;
	cursor: pointer
}

.x-zxtc2 .x-zxtc2-item ul li span:hover {
	box-shadow: 0 2px 5px #fff
}

.x-zxtc2 .x-zxtc2-close {
	width: 39px;
	height: 39px;
	position: absolute;
	right: -15px;
	top: -15px;
	background: url('img/4.svg') -356px -32px no-repeat #333;
	box-shadow: 0 0 10px #333;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.x-zxtc2 .x-zxtc2-item-zxbtn {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 320px
}

.x-zxtc2 .x-zxtc2-item-zxbtn p {
    display: inline-block;
    width: 147px;
    height: 41px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 41px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/k86snkk8ts.png);
    background-size: 100%;
    margin: 0 10px;
    cursor: pointer;
}

/*底部后加入口 2019.8.15*/
.dau{ padding-bottom:60px;}
.dbgd {width:100%; height:60px;overflow:hidden;display:block;position:fixed;bottom:0;z-index:999;transition:bottom 1s;background:#da0023;  }
.dbgd ul {width:1200px;overflow:hidden;margin:0 auto;}
.dbgd ul li {float:left; margin-top:14px;}
.dbgd ul li img {display:block;}
/*.dbgd ul li:nth-child(2) {font-size:20px; padding-left:18px;line-height:30px; color:#ffff01; font-family:"微软雅黑";}
.dbgd ul li a {font-size:20px;line-height:78px;color:#eda313;text-decoration:none;}
.dbgd ul li:nth-child(3) {width:390px;  height:25px;line-height:30px; font-family:"微软雅黑";font-size:20px; color:#FFF;}*/
.mfrx54530{ width:545px; height:30px; float:left; font-family:"微软雅黑";font-size:20px;margin-top:20px;}
.mfrx29{ width:550px;  padding-left:18px; float:left;  font-family:"微软雅黑";font-size:18px;}
.yellow_a01{ color:#ffff01;} .baise_a01{ color:#FFF;} .z{ float:left;letter-spacing:1pt;} 
.bd540{ width:553px; float:right; height:30px;   font-family:"微软雅黑";font-size:20px;margin-top:20px;}
 .inputdh{ font-size:15px; font-family:"微软雅黑"; color:#FFF; float:left; }
.inputb{ height:34px;width:189px; border:none;}
/*.mfrx332{ width:500px;  font-family:"微软雅黑";font-size:20px; }*/
.tj13432{ width:134px; height:27px; background-color: #fffc00;font-size:15px;   font-family:"微软雅黑"; color:#2e2e2d; }
.tjbutton{
	width: 244px;
	height: 51px;
	text-align: center;
	outline: none;
	border: none;
	background-color: #5f90e0;
	font-size: 20px;
	color: #ffffff;
	border-radius:50px;
	margin-top:35px;
}
 .inputdh{ font-size:12px; font-family:"微软雅黑"; color:#FFF; float:left; }
.tjlq{/*background-color:#FF0; width:134px; height:32px; */display:inline; margin-left:30px;     color:#fffc00;font-family:"微软雅黑"; }
 /*.tell_bsii {height:28px;background:#fff;border:none;width:80px;font-size:14px;color:#f30000;cursor:pointer;margin:15px 0 0 0;}*/
 #submit1 {
	 width:134px;
	  height:32px;
	display: block; 
	border: 1px solid #D1C091;
 	background: #fffc00;
	color:#000  ;
	font-size:13px; 
	letter-spacing: 1px;
}
/*底部后加入口结束 2019.8.15*/


#pt_4d2e4802_branding {display:none;}

/*了解学费详情*/
.x-zxtc .x-zxtc-apply {
	background: #ff5a00 ;
	width: 94px;
	height: 92px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	overflow: hidden
}

.x-zxtc .x-zxtc-apply i {
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px auto 0;
	background: url("img/zxbm_icon.png") center center no-repeat;!important;

}

 