@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

input::-ms-clear, input::-ms-reveal{display: none;}

select,
button,
input,
img {
  border: none;
}

select,
input,
button {
  outline: none;
}

ul li {
  float: left;
  list-style: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clf {
  clear: both;
  overflow: hidden;
}

.header-one span {
  border-left: 1px solid #dfdfdf;
}

a {
  text-decoration: none;
}

p {
  overflow: hidden;
}

.p-ofh {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  border: 5px solid #f2f2f2;
}

html {
  font-family: \5FAE\8F6F\96C5\9ED1;
}

header {
  clear: both;
  overflow: hidden;
}

.header-one {
  width: 1200px;
  height: 92px;
  line-height:92px;
  margin: 0 auto;
  position: relative;
}
.header-one .n-logo{width:376px;height:92px;line-height:92px;}
.header-one .n-logo > a{display:block;height:72px;width:376px;top:17px;background:url(../images/logo.png) no-repeat center center;text-indent:-99em;}

.header-one span {
  height: 38px;
  display: inline-block;
  padding-left: 20px;
  line-height: 38px;
  left: 368px;
  font-size: 20px;
  color: #666;
  position: absolute;
  bottom: 20px;
}
.header-one a {
  position: absolute;
  bottom: -22px;
  color: #999;
  font-size: 16px;
}
.header-one a:hover {
  color: #1975be;
}
.header-one .select {
  color: #1975be;
}
.header-one .a-have {
  right: 68px;
}
.header-one .a-login {
  right: 10px;
}

#footer-one {
  background: #051631;
}
#footer-one .footer-one {
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  padding-left: 100px;
  font-size: 12px;
  color: #bdbdbd;
  padding-top: 10px;
}

.header-two i {
  width: 504px;
  height: 87px;
  display: inline-block;
  background-image: url(../images/lou_big.jpg);
  position: absolute;
  bottom: 0;
  left: 330px;
}

.header-two {
  height: 102px;
  width: 1170px;
  margin: 0 auto;
  padding: 24px 15px 0;
  position: relative;
}
.header-two .right{
	padding:21px 120px 0 0;
}
.header-two .right a {
  padding: 10px 30px;
  display: inline;
  border-radius: 4px;
  color: #f00;
  font-size: 18px;
  color: #fff;
  float:left;
}
.header-two .right .logins {
  background: #fb694d;
}
.header-two .right .registers {
  margin-left:20px;
  background: #384c6d;
}
.header-two .right .student {
  right: 15px;
  background: #58b2fa;
}

.footer-two {
  width: 100%;
  /*height: 180px;*/
  margin: 0 auto;
  position: relative;
  background:  url(../images/bg-top-left.png) no-repeat center right;
  background-size: contain;
}
.footer-two .txtbox {
  width: 780px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  padding-top: 40px;
}
.footer-two .txtbox a {
  color: #666;
  padding: 0 10px;
  border-right: 1px solid #cdcdcd;
  display: inline-block;
  line-height: 18px;
}
.footer-two .txtbox a:last-child {
  border-right: none;
}
.footer-two .txtbox img {
  position: absolute;
  top: 38px;
  right: 56px;
}
.footer-two .txtbox .weixin {
  position: absolute;
  top: 114px;
  right: 50px;
}

.header-nav {
  height: 40px;
  /* background:url("../images/nav_bg.png"); */
  background-size:cover;
  position: relative;
}
.header-nav .red {
  width: 50%;
  height: 40px;
  background: #d83d29;
  position: absolute;
  top:0;
  right:0;
  z-index:1;
}
.header-nav .nav-box {
  position: relative;
  z-index:2;
  width: 1050px;
  display: block;
  text-align: center;
  padding-left:4px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
}
.header-nav .nav-box .nav {
  /* background: #ec254d; */
  width:100px;
  padding:0 20px;
  /*cursor: pointer;*/
  height: 40px;
  position:relative;
}
.header-nav .nav-box .nav.t{
	/* background: #02b754; */
}
.header-nav .nav-box .nav.last{
	/* background: #0e6cd7; */
  	position:relative;
}
.header-nav .nav-box .nav a.arrow{
  background: url(../images/sd-row.png) no-repeat right center;
}
.header-nav .nav-box .nav:hover {
  background-color:#ec254d;
}
.header-nav .nav-box .nav a {
  display:block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header-nav .nav-box .line{
  width: 2px;
  height: 40px;
  float: left;
  background: url(../images/t-line.png) no-repeat 0 center;
  /* background-color: rgb(236, 37, 77); */
}
.header-nav .nav-box .navsonbox{
	display:none;
	position:absolute;
	/* background:#ec254d; */
	padding:8px 28px 13px 12px;
	line-height:44px;
	color:white;
	font-size:16px;
	white-space:nowrap;
	text-align:left;
}
.header-nav .nav-box .t:hover {
  background-color:#02b754;
}
.header-nav .nav-box .last:hover {
  background-color:#0e6cd7;
}
.header-nav .nav-box .qrCode{
	position: absolute;
	right: -120px;
	bottom: -15px;
	display: none;
}
.header-nav .nav-box .green{
	background:#02b754;	
}
.header-nav .nav-box .blue{
	background:#0e6cd7;	
}
.header-nav .nav-box .navsonbox a{
	display:inline-block;
	color:white;
	height:44px;
	font-size:14px;
}
.header-nav .nav-box .navsonbox .line2{
	width:2px;
	background:url(../images/line.png) no-repeat 0 center;
	margin-left:6px;
}
.header-nav .nav-box .navsonbox .sectionnavhover:hover{
	color:#9cff03;
}
.sectionnavnocursor{
	cursor: default;
}
.header-nav .nav-box .navsonbox .thirdnav{
	margin-left:10px;
	font-size:12px;
}
.header-nav .nav-box .navsonbox .thirdnav:hover{
	color:#9cff03;
}
/* 初始默认宽度为1200px */
section {
  /*width: 1200px;*/
  margin: 0 auto;
}

.bannerbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner {
  width: 1920px;
  /*图片宽度*/
  position: absolute;
  left: 50%;
  margin-left: -960px;
  /*图片宽度的一半*/
}

.banner-btn {
  width: 200px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 14px;
  text-align: center;
}
.banner-btn a i {
  width: 50px;
  height: 100%;
  display: inline-block;
  background: #396cc5;
}
.banner-btn a.select i, .banner-btn a:hover i {
  background: #d83d29;
}

/*底部图片样式@liuyy*/
.bg-bottom-right img{
	width:50%;
	position:absolute;
	right:0;
	z-index:0;
	height:180px;
}
