@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/







body,
button,
input,
select,
textarea {
  font-family: Arial, "microsoft yahei", Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  borer-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #1f8ceb;
}
a.active {
  color: #1f8ceb;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 698200 */
  src: url("/public/t/font_698200_pu731p6qhvs.eot")/*tpa=http://at.alicdn.com/t/font_698200_pu731p6qhvs.eot*/;
  src: url("/public/t/font_698200_pu731p6qhvs.eot-#iefix")/*tpa=http://at.alicdn.com/t/font_698200_pu731p6qhvs.eot?#iefix*/ format('embedded-opentype'), url("/public/t/font_698200_pu731p6qhvs.woff")/*tpa=http://at.alicdn.com/t/font_698200_pu731p6qhvs.woff*/ format('woff'), url("/public/t/font_698200_pu731p6qhvs.ttf")/*tpa=http://at.alicdn.com/t/font_698200_pu731p6qhvs.ttf*/ format('truetype'), url("/public/t/font_698200_pu731p6qhvs.svg#iconfont")/*tpa=http://at.alicdn.com/t/font_698200_pu731p6qhvs.svg#iconfont*/ format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-flw {
  float: left;
  width: 100%;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-bg-home {
  background: #008bcd !important;
}
.c-bg-white {
  background: #fff;
}
.c-textarea {
  color: #666 !important;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-bt0 {
  border-top: 0 !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-w100 {
  width: 100px !important;
}
.c-w150 {
  width: 150px !important;
}
.c-w200 {
  width: 200px !important;
}
.c-w250 {
  width: 250px !important;
}
.c-w300 {
  width: 300px !important;
}
.c-w350 {
  width: 350px !important;
}
.c-w400 {
  width: 400px !important;
}
.c-w450 {
  width: 450px !important;
}
.c-w500 {
  width: 500px !important;
}
.c-w550 {
  width: 550px !important;
}
.c-w600 {
  width: 600px !important;
}
.c-w650 {
  width: 650px !important;
}
.c-w700 {
  width: 700px !important;
}
.c-w750 {
  width: 750px !important;
}
.c-w800 {
  width: 800px !important;
}
.c-w850 {
  width: 850px !important;
}
.c-w900 {
  width: 900px !important;
}
.c-w950 {
  width: 950px !important;
}
.c-w1000 {
  width: 1000px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
.hide {
  display: none;
}
/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  background: #fff;
}
.header .logo {
  float: left;
  width: 336px;
  height: 70px;
  margin-top: 14px;
  margin-right: 10px;
}
.header .offical {
  position: relative;
  float: left;
  display: inline-block;
  width: 45px;
  height: 26px;
  line-height: 26px;
  margin-top: 37px;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #1f8ceb;
}

.header .offical:after {
 
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 26px;
  background: #000;
  content: '';
 
}

.header .slogan {
  float: left;
  width: 330px;
  height: 40px;
  margin-top: 29px;
}
.header .slogan p{
  font-size:18px;
  line-height: 20px;
  font-weight:bold;
  color:#888;
}
.header .tel {
  float: right;
  margin-top: 26px;
  color: #ff6537;
}
.header .tel i.iconfont {
  float: left;
  line-height: 44px;
  margin-right: 5px;
  font-size: 36px;
}
.header .tel .text {
  float: left;
}
.header .tel .text .num {
  margin-top: 4px;
  line-height: 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma Bold;
}
.header .tel .text .info {
  line-height: 22px;
  font-size: 12px;
  color: #666;
}
/*导航*/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index:9999;
  width: 100%;
  height: 50px;
  margin-top: 100px;
  background: url("../images/nav-bg.jpg")/*tpa=http://www.shangdaojigou.com/public/images/nav-bg.jpg*/ repeat-x;
}
.nav li {
  position: relative;
  float: left;
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.nav li a {
  font-size:16px;
  display: block;
  color: #fff;
  text-align: center;
}
.nav li a.active,
.nav li a:hover {
  background: #1f8ceb;
}
.nav li .sub-nav {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 10;
  width: 100%;
  background: #1f8ceb;
}
.nav li .sub-nav a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.nav li .sub-nav a:hover {
  font-weight: bold;
}
/*footer*/
.footer {
  width: 100%;
}
.footer .main-bg {
  width: 100%;
  padding: 40px 0;
  background: #262d30;
  border-bottom: 1px solid #666;
  overflow: hidden;
}
.footer .main-bg .code {
  float: left;
  width: 400px;
  background: url("../images/footer-line.png")/*tpa=http://www.shangdaojigou.com/public/images/footer-line.png*/ right top repeat-y;
  overflow: hidden;
}
.footer .main-bg .code .item {
  float: left;
  width: 117px;
  margin-right: 60px;
}
.footer .main-bg .code .item img {
  width: 155px;
  height: 155px;
}
.footer .main-bg .code .item p {
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.footer .main-bg dl {
  float: left;
  width: 148px;
  padding-left: 78px;
  background: url("../images/footer-line.png")/*tpa=http://www.shangdaojigou.com/public/images/footer-line.png*/ right top repeat-y;
}
.footer .main-bg dl dt {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.footer .main-bg dl dd {
  line-height: 30px;
  color: #fff;
}
.footer .main-bg dl dd a {
  display: block;
  color: #fff;
}
.footer .main-bg dl dd a:hover {
  text-decoration: underline;
}
.footer .main-bg dl.contact {
  width: 270px;
}
.footer .copyright {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #1a1f21;
}
.footer .copyright a {
  color: #fff;
}
/*浮动窗*/
.float-nav-bar {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -220px;
  z-index: 100;
  width: 170px;
  color: #fff;
  -webkit-animation: shake 7s 0s infinite;
  animation: shake 7s 0s infinite;
}
.float-nav-bar .nav-top {
  padding-bottom: 10px;
  background: #1f8ceb;
}
.float-nav-bar .nav-top p {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.float-nav-bar .nav-top .countdown {
  height: 88px;
  margin-left: 10px;
}
.float-nav-bar .nav-top .countdown strong {
  display: inline-block;
  line-height: 78px;
  padding: 3px;
  background: #fff;
  color: #ff6537;
  font-size: 70px;
}
.float-nav-bar .nav-top .countdown span {
  margin-left: 5px;
}
.float-nav-bar ul {
  background: #585858;
}
.float-nav-bar ul li {
  width: 160px;
  height: 50px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.float-nav-bar ul li p {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.float-nav-bar ul li p.name {
  font-size: 14px;
}
.float-nav-bar ul li p i.iconfont {
  margin-right: 3px;
  font-size: 19px;
}
.float-nav-bar ul li:last-child {
  border-bottom: 0;
}
.float-nav-bar ul li a {
  display: block;
  color: #fff;
}
.float-nav-bar ul li a:hover {
  color: #585858;
  background: #fff;
}
.float-nav-bar .float-nav-footer {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #1f8ceb;
  color: #fff;
}
.float-nav-bar .right-btn {
  position: absolute;
  right: -25px;
  bottom: 50%;
  margin-bottom: -70px;
  width: 25px;
  height: 93px;
  padding-top: 50px;
  text-align: center;
  cursor: pointer;
  background: url("../images/float-nav-right-btn.png")/*tpa=http://www.shangdaojigou.com/public/images/float-nav-right-btn.png*/ no-repeat;
}
/*试听课程弹窗*/
.iframe-form {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  z-index: 110;
  margin-left: -300px;
  width: 600px;
  height: 400px;
}
.student-form {
  width: 600px;
  height: 400px;
  background: #fff;
}
.student-form .title {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  color: #0f2749;
}
.student-form .title .exit {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  width: 29px;
  height: 32px;
  cursor: pointer;
  background: url("../images/sprite.png")/*tpa=http://www.shangdaojigou.com/public/images/sprite.png*/ -27px -16px no-repeat;
}
.student-form .form-list {
  width: 350px;
  height: 268px;
  margin: 0 auto;
  padding-top: 10px;
}
.student-form .form-list label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.student-form .form-list li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.student-form .form-list li > label {
  display: inline-block;
  width: 85px;
  height: 30px;
  text-align: right;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.student-form .form-list li div {
  display: inline-block;
}
.student-form .form-list li div input,
.student-form .form-list li div select {
  width: 200px;
  height: 28px;
  padding-left: 23px;
  border: 1px solid #e6e6e6;
}
.student-form .form-list li .sex input {
  display: inline-block;
  width: 15px;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  border-width: 0;
}
.student-form .form-list .tips {
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #ff6537;
}
.student-form .btn-appoint {
  display: block;
  width: 350px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  background: #ff6537;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
/*遮罩*/
.body-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #1f8ceb;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn02 {
  color: #1f8ceb;
  border: 1px solid #1f8ceb;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 36px;
}
.g-title01 h2 {
  position: relative;
  float: left;
  font-size: 20px;
  color: #333;
}
.g-title01 h2:before {
  position: absolute;
  top: 45px;
  left: 0;
  content: '';
  width: 24px;
  height: 5px;
  background: #1f8ceb;
}
.g-title01 .more {
  float: right;
  font-size: 14px;
  color: #333;
}
.g-title01 .more:hover {
  text-decoration: underline;
  color: #1f8ceb;
}
.g-title02 {
  position: relative;
  width: 100%;
  height: 53px;
  line-height: 40px;
  margin-bottom: 36px;
}
.g-title02 h2 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.g-title02:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  display: block;
  content: '';
  width: 34px;
  height: 5px;
  background: #1f8ceb;
}
.g-title03 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.g-title03 h1 {
  line-height: 74px;
  font-size: 36px;
  color: #272c30;
}
.g-title03 h2 {
  line-height: 74px;
  font-size: 36px;
  color: #272c30;
}
.g-title03 p {
  height: 68px;
  line-height: 35px;
  font-size: 26px;
  color: #333;
  background: url("../images/g-title-bg01.png")/*tpa=http://www.shangdaojigou.com/public/images/g-title-bg01.png*/ center 40px no-repeat;
}
.g-title04 {
  width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
}
.g-title04 h2 {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.g-title04 h3 {
  font-size: 14px;
  font-family: Arial;
  color: #666;
}
.g-title04 .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-top: 24px;
}
.g-title04 .line em {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #1f8ceb;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #1f8ceb;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #1f8ceb;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '>>';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*分页*/
.page {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
}
.page li {
  float:left;
}
.page a {
  display: inline-block;
  min-width: 18px;
  height: 34px;
  line-height: 34px;
  margin: 0 3px;
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
}
.page a.active,.page li.thisclass a,
.page a:hover {
  background: #1f8ceb;
  color: #fff;
}
/*css3*/
/* 弹出 变小 */
.a-bounceout {
  -webkit-animation: 0.5s ease-in forwards;
  -moz-animation: 0.5s ease-in forwards;
  -ms-animation: 0.5s ease-in forwards;
  animation: 0.5s ease-in forwards;
  -webkit-animation-name: bounceout;
  -moz-animation-name: bounceout;
  -ms-animation-name: bounceout;
  animation-name: bounceout;
}
/* 弹出 变大 */
.a-bouncein {
  -webkit-animation: 0.5s ease-in forwards;
  -moz-animation: 0.5s ease-in forwards;
  -ms-animation: 0.5s ease-in forwards;
  animation: 0.5s ease-in forwards;
  -webkit-animation-name: bouncein;
  -moz-animation-name: bouncein;
  -ms-animation-name: bouncein;
  animation-name: bouncein;
}
/* 淡出 */
.a-fadeout {
  -webkit-animation: 0.5s ease-in forwards;
  -moz-animation: 0.5s ease-in forwards;
  -ms-animation: 0.5s ease-in forwards;
  animation: 0.5s ease-in forwards;
  -webkit-animation-name: fadeout;
  -moz-animation-name: fadeout;
  -ms-animation-name: fadeout;
  animation-name: fadeout;
}
/* 淡入 */
.a-fadein {
  -webkit-animation: 0.3s ease-in forwards;
  -moz-animation: 0.3s ease-in forwards;
  -ms-animation: 0.3s ease-in forwards;
  animation: 0.3s ease-in forwards;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -ms-animation-name: fadein;
  animation-name: fadein;
}
/*向上出现*/
.fadeInBottomBig {
  -webkit-animation: fadeInLeftBig 1s;
  -moz-animation: fadeInLeftBig 1s;
  -ms-animation: fadeInLeftBig 1s;
  animation: fadeInLeftBig 1s;
  -webkit-animation-name: fadeInBottomBig;
  -moz-animation-name: fadeInBottomBig;
  -ms-animation-name: fadeInBottomBig;
  animation-name: fadeInBottomBig;
}
/* 弹出 变小*/
@-webkit-keyframes bounceout {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceout {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-ms-keyframes bounceout {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@keyframes bounceout {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
/* 弹出 变大*/
@-webkit-keyframes bouncein {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncein {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes bouncein {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes bouncein {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
/* 淡出 */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 淡入 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*向上出现*/
@-webkit-keyframes fadeInBottomBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottomBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*震动*/
@-webkit-keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
@-moz-keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
@keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
/*首页*/
.banner-index {
  margin-top:150px;
  margin-bottom: 30px;
}
/*内页banner*/
.banner-page {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner-page img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 300px;
}
/*优势*/
.advantage-section {
  width: 1200px;
  margin: 0 auto 20px;
}
.advantage-section ul {
  width: 1216px;
  overflow: hidden;
}
.advantage-section ul li {
  float: left;
  width: 288px;
  height: 155px;
  padding-top: 25px;
  margin-right: 16px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.advantage-section ul li i.iconfont {
  font-size: 60px;
}
.advantage-section ul li .tit {
  line-height: 36px;
  font-size: 18px;
}
.advantage-section ul li .desc {
  line-height: 24px;
  font-size: 14px;
}
.advantage-section ul li.color01 {
  background: #ff8106;
}
.advantage-section ul li.color02 {
  background: #11c8ea;
}
.advantage-section ul li.color03 {
  background: #62cf38;
}
.advantage-section ul li.color04 {
  background: #379cee;
}
/*会计培训*/
.accounting-section {
  width: 100%;
  padding: 20px 0 10px;
  background: #ebeef1;
  overflow: hidden;
}
.accounting-section .layout {
  opacity: 0;
}
.accounting-section ul {
  width: 1228px;
  overflow: hidden;
}
.accounting-section ul li {
  float: left;
  width: 381px;
  margin-right: 28px;
  margin-bottom: 28px;
}
.accounting-section ul li>img {
  display: block;
  width: 381px;
  height: 260px;
}
.accounting-section ul li .text {
  padding: 18px 10px 20px 10px;
  background: #fff;
  text-align: left;
  color: #333;
}
.accounting-section ul li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
  padding-bottom: 10px;
}
.accounting-section ul li .text .tit_p {
  height: 60px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  color:#888;
}

.tit_top_left{
  float:left;
  text-align: right;
  width:161px;
  height:50px;
  font-size: 14px;
}
.tit_top_right{
  float:right;
  text-align: right;
  width:150px;
  height:50px;
  font-size: 30px;
  color:red;
}
.tit_bottom_left{
  float:left;
  text-align: left;
  width:184px;
  height:34px;
  font-size: 14px;
}
.tit_bottom_right{
  float:right;
  text-align: right;
  width:102px;
  height:34px;
}
.tit_info{
  line-height: 62px;
  font-size: 20px;
  text-align: center;
  color:red;
  font-weight: bold;
}
.accounting-section ul li .text .tit .tit_span {
  float:right;
  height: 20px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
.accounting-section ul li .text .tit a {
  color: #333;
}
.accounting-section ul li .text .desc {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.accounting-section ul li .text .btn-consult {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #1f8ceb;
  border: 1px solid #1f8ceb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.accounting-section ul li .text .btn-consult:hover {
  color: #fff;
  background: #1f8ceb;
}
/*学历教育*/
.education-section {
  width: 1200px;
  margin: 20px auto 20px;
}
.education-section .item {
  margin-bottom: 40px;
  overflow: hidden;
}
.education-section .item img {
  float: left;
  width: 586px;
  height: 345px;
}
.education-section .item .text {
  float: left;
  width: 592px;
  padding-top: 16px;
}
.education-section .item .text .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 30px;
}
.education-section .item .text .desc {
  height: 360px;
  line-height: 36px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #555;
  overflow: hidden;
}
.education-section .item .text .btn-det {
  display: block;
  width: 248px;
  height: 60px;
  line-height: 60px;
  background: #1f8ceb;
  color: #fff;
  font-size: 20px;
  text-align: center;
  box-shadow: 1px 3px 5px #545252;
}
.education-section .item .mr22 {
  margin-right: 22px;
}
/*师资团队*/
.teacher-section {
  width: 100%;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  background: #ebeef1;
}
.teacher-section li {
  position: relative;
  float: left;
  width: 252px;
  margin: 0 24px;
}
.teacher-section li img {
  display: block;
  width: 252px;
  height: 384px;
}
.teacher-section li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.teacher-section li .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.teacher-section li .text .name {
  width: 136px;
  height: 36px;
  margin: 114px auto 40px;
  line-height: 36px;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}
.teacher-section li .text .desc {
  width: 200px;
  max-height: 81px;
  line-height: 27px;
  margin: 0 auto;
  font-size: 14px;
}
/*荣誉*/
.honor-section {
  width: 100%;
  margin-bottom: 40px;
}
.honor-section ul {
  width: 1230px;
}
.honor-section ul li {
  float: left;
  width: 380px;
  height: 258px;
  margin-right: 30px;
  /*border: 5px solid #9c4c2f;*/
  border-radius: 5px;
}
.honor-section ul li img {
  width: 380px;
  height: 211px;
}
.honor-section ul li p{
  text-align: center;
  font-size: 18px;
}
/*为什么选择我们*/
.ada_section {
  width: 100%;
  height: 110px;
  margin-top: 66px;
  margin-bottom: 42px;
  color: #fff;
  background: url("/public/images/ada.jpg") center center no-repeat;
}
.reasons-section {
  width: 100%;
  height: 800px;
  margin-bottom: 42px;
  color: #fff;
  background: url("../images/reasons-bg.jpg") center center no-repeat;
}
.reasons-section .cont {
  height: 720px;
  padding-top: 80px;
  position: relative;
}
.reasons-section .cont .title {
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.reasons-section .cont .title span {
  color: #ff6537;
}
.reasons-section .cont .item {
  position: absolute;
  width: 570px;
  overflow: hidden;
}
.reasons-section .cont .item .text {
  float: left;
  width: 465px;
  margin-right: 10px;
  text-align: right;
  opacity: 0;
}
.reasons-section .cont .item .text .tit {
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}
.reasons-section .cont .item .text .desc {
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}
.reasons-section .cont .item .num {
  float: left;
  width: 95px;
  height: 95px;
  line-height: 95px;
  opacity: 0;
  background: url("../images/reason-num-bg.png")/*tpa=http://www.shangdaojigou.com/public/images/reason-num-bg.png*/ no-repeat;
  font-size: 48px;
  font-family: impact;
  color: #ff6537;
  text-align: center;
}
.reasons-section .cont .item.item01 {
  top: 205px;
  left: 140px;
}
.reasons-section .cont .item.item02 {
  top: 366px;
  left: 80px;
}
.reasons-section .cont .item.item03 {
  top: 538px;
  left: 20px;
}
/*新闻资讯*/
.news-section {
  width: 1200px;
  margin: 30px auto 40px;
  overflow: hidden;
}
.news-section .left {
  float: left;
  width: 578px;
  margin-right: 16px;
}
.news-section .left .first-news {
  position: relative;
  float: left;
  width: 282px;
  height: 169px;
  margin-right: 16px;
}
.news-section .left .first-news a {
  display: block;
}
.news-section .left .first-news img {
  display: block;
  width: 282px;
  height: 169px;
}
.news-section .left .first-news h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 264px;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.news-section .left .news-list {
  float: left;
  width: 280px;
}
.news-section .left .news-list li {
  width: 100%;
  height: 33px;
  line-height: 33px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.news-section .right {
  float: left;
  width: 576px;
}
.news-section .right ul {
  width: 592px;
  overflow: hidden;
}
.news-section .right ul li {
  float: left;
  width: 280px;
  height: 33px;
  line-height: 33px;
  margin-right: 16px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
/**/
.pass-section {
  width: 100%;
  margin-bottom: 42px;
}
.pass-section .title {
  width: 568px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 50px;
  font-size: 22px;
  text-align: center;
  background: url("../images/c-tit-bg.jpg")/*tpa=http://www.shangdaojigou.com/public/images/c-tit-bg.jpg*/ 0 center repeat-x;
}
.pass-section .title span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
}
.pass-section li {
  float: left;
  width: 170px;
  height: 152px;
  margin: 0 65px;
  text-align: center;
  background: url("../images/pass-bg.png")/*tpa=http://www.shangdaojigou.com/public/images/pass-bg.png*/ no-repeat;
}
.pass-section li a {
  display: block;
  color: #fff;
}
.pass-section li a i.iconfont {
  display: block;
  margin: 44px auto 0;
  font-size: 42px;
}
.pass-section li a span {
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
}
.pass-section li.item01 {
  background-position: 0 0;
}
.pass-section li.item02 {
  background-position: 0 -152px;
}
.pass-section li.item03 {
  background-position: 0 -304px;
}
.pass-section li.item04 {
  background-position: 0 -456px;
}
/*内页*/
/*关于我们*/
.page-about {
  width: 1200px;
  margin: 0 auto;
  /*简介*/
  /*师资*/
  /*风采*/
}
.page-about .intro {
  margin-bottom: 30px;
}
.page-about .intro .cont {
  line-height: 30px;
}
.page-about .teacher {
  margin-bottom: 30px;
}
.page-about .teacher ul {
  width: 1220px;
  overflow: hidden;
}
.page-about .teacher ul li {
  float: left;
  width: 590px;
  height: 384px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
  overflow: hidden;
}
.page-about .teacher ul li img {
  float: left;
  width: 252px;
  height: 384px;
  margin-right: 10px;
}
.page-about .teacher ul li .text {
  float: left;
  width: 318px;
  height: 364px;
  padding: 10px 10px 10px 0;
  font-size: 13px;
  overflow: hidden;
}
.page-about .teacher ul li .text p {
  line-height: 31px;
  color: #666;
}
.page-about .teacher ul li .text p.name {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.page-about .teacher ul li .text p span {
  font-weight: bold;
  color: #333;
}
.page-about .team {
  width: 1215px;
  overflow: hidden;
}
.page-about .team img {
  float: left;
  width: 228px;
  height: 171px;
  margin-right: 15px;
  margin-bottom: 15px;
}
/*招聘*/
.page-job {
  width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.page-job .job-list {
  float: left;
  width: 880px;
  margin-right: 20px;
}
.page-job .job-list li {
  width: 848px;
  padding: 10px 15px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: url("../images/job-li-bg.jpg")/*tpa=http://www.shangdaojigou.com/public/images/job-li-bg.jpg*/ 0 0 no-repeat;
}
.page-job .job-list li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px dashed #ddd;
  font-weight: bold;
}
.page-job .job-list li .attr {
  line-height: 30px;
  color: #666;
  font-size: 13px;
}
.page-job .job-list li .attr span {
  margin-right: 10px;
}
.page-job .job-list li .desc {
  line-height: 30px;
}
/*新闻*/
.page-news {
  width: 1200px;
  margin: 0 auto 30px;
  /*新闻列表*/
  /*新闻详情*/
}
.page-news .news-list {
  float: left;
  width: 880px;
  margin-right: 20px;
}
.page-news .news-list li {
  height: 168px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.page-news .news-list li a.pic {
  width: 280px;
  height: 168px;
  overflow: hidden;
}
.page-news .news-list li a.pic img {
  float: left;
  width: 280px;
  height: 168px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-news .news-list li a.pic:hover img {
  transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
}
.page-news .news-list li .text {
  float: left;
  width: 590px;
}
.page-news .news-list li .text .tit {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
}
.page-news .news-list li .text .tit a {
  color: #000;
}
.page-news .news-list li .text .tit a:hover {
  color: #1f8ceb;
}
.page-news .news-list li .text .desc {
  max-height: 75px;
  line-height: 25px;
  color: #666;
  overflow: hidden;
}
.page-news .news-list li .text .time {
  display: block;
  line-height: 40px;
  font-size: 13px;
  color: #666;
}
.page-news .news-list li .text .time i.iconfont {
  margin-right: 5px;
  font-size: 17px;
  color: #000;
}
.page-news .news-detail {
  float: left;
  width: 880px;
  margin-right: 20px;
}
.page-news .news-detail h1 {
  line-height: 40px;
  font-size: 22px;
}
.page-news .news-detail .attr {
  padding: 10px 5px 0;
}
.page-news .news-detail .attr span {
  margin-right: 20px;
  vertical-align: middle;
  color: #999;
}
.page-news .news-detail .attr span .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.page-news .news-detail .cont {
  margin-top: 20px;
  line-height: 2;
  color: #555;
  font-size: 14px;
}
.page-news .news-detail .cont p img {
  max-width: 100%;
}
.page-news .news-detail .cont img {
  max-width: 100%;
}
/*侧边 sidebar*/
.sidebar {
  float: left;
  width: 240px;
  padding: 10px 20px;
  border: 10px solid #f6f5f2;
  /*新闻详情侧边*/
}
.sidebar .title {
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.sidebar .cont {
  width: 240px;
}
.sidebar .cont .contact .info {
  margin-top: 15px;
  line-height: 26px;
  font-size: 13px;
  color: #5a5a5a;
}
.sidebar .cont li {
  margin-bottom: 10px;
}
.sidebar .cont li a {
  display: block;
  color: #545454;
  font-size: 14px;
}
.sidebar .cont li a img.img-prod {
  width: 240px;
  height: 240px;
  margin-bottom: 6px;
}
.sidebar .cont li a img.img-news {
  width: 240px;
  height: 144px;
  margin-bottom: 6px;
}
.sidebar .cont li a h3 {
  max-height: 50px;
  line-height: 25px;
}
.sidebar .cont li a:hover {
  color: #1f8ceb;
}
.sidebar .news-detail-cont {
  width: 240px;
}
.sidebar .news-detail-cont li {
  padding: 20px 0;
  line-height: 2;
  border-bottom: 1px solid #ececec;
}
.sidebar .news-detail-cont li .tit {
  margin-bottom: 6px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}
.sidebar .news-detail-cont li .time {
  display: block;
  font-size: 13px;
  color: #676767;
}
.sidebar .news-detail-cont li h3 {
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}
.sidebar .news-detail-cont li h3 a {
  color: #555;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.sidebar .news-detail-cont li h3 a:hover {
  color: #1f8ceb;
}
/*联系我们*/
.page-contact {
  width: 1200px;
  margin: 0 auto 20px;
}
.page-contact .tel {
  line-height: 40px;
  margin-top: 16px;
  font-size: 34px;
  text-align: center;
  color: #666;
  font-family: 'intro_regular';
}
.page-contact .tel span {
  padding-left: 50px;
  background: url("../images/contact_01.png")/*tpa=http://www.shangdaojigou.com/public/images/contact_01.png*/ left center no-repeat;
}
.page-contact .para {
  margin-top: 12px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page-contact .para p {
  line-height: 28px;
  color: #666;
  text-align: center;
}
.page-contact .map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-contact .map #allmap {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.page-contact .map dl,
.page-contact .map dt,
.page-contact .map dd,
.page-contact .map ul,
.page-contact .map li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .map dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
.page-contact .map dd {
  padding: 5px 0 0 5px;
}
.page-contact .map li {
  line-height: 28px;
}
/*在线留言*/
.page-message {
  width: 632px;
  margin: 20px auto 20px;
}
.page-message .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
.page-message .cont {
  width: 100%;
}
.page-message .cont .item {
  margin-bottom: 20px;
}
.page-message .cont .item label {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.page-message .cont .item input {
  width: 620px;
  height: 28px;
  line-height: 28px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  outline: none;
}
.page-message .cont .item textarea {
  width: 620px;
  height: 120px;
  line-height: 30px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px dotted #e0e0e0;
  outline: none;
  resize: none;
}
.page-message .cont .btn-submit {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #1f8ceb;
  color: #fff;
  cursor: pointer;
  border: 0;
}
/*课程详情*/
.prod-detail {
  width: 1200px;
  margin: 0 auto 20px;
}
.prod-detail .det-top {
  margin-bottom: 20px;
  overflow: hidden;
}
.prod-detail .det-top img {
  float: left;
  width: 488px;
  height: 350px;
}
.prod-detail .det-top .group {
  float: left;
  width: 692px;
  height: 350px;
  padding-left: 20px;
  background: #efefef;
}
.prod-detail .det-top .group .title {
  height: 40px;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
}
.prod-detail .det-top .group .desc {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  overflow: hidden;
}
.prod-detail .det-top .group .apply .tit {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.prod-detail .det-top .group .apply .item {
  width: 420px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}
.prod-detail .det-top .group .apply .item input,
.prod-detail .det-top .group .apply .item select {
  width: 313px;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  border: 1px solid #c4c4c4;
  outline: none;
  border-radius: 10px;
}
.prod-detail .det-top .group .apply .item select option {
  display: block;
  min-height: 1.2em;
}
.prod-detail .det-top .group .apply .item .np{
  width:14px;
  height:14px;
}
.prod-detail .det-top .group .apply .item .radio{
  float:left;
  margin-right:14px;
  font-size: 16px;
}
.prod-detail .det-top .group .apply .btn-submit {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1f8ceb;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}
.prod-detail .det-cont {
  width: 100%;
  overflow: hidden;
}
.prod-detail .det-cont .left {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.prod-detail .det-cont .left .title {
  width: 185px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  background: #1f8ceb;
  color: #fff;
}
.prod-detail .det-cont .left ul {
  width: 170px;
  padding: 10px 15px;
  background: #f6f6f6;
}
.prod-detail .det-cont .left ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.prod-detail .det-cont .left ul li a {
  color: #333;
  font-size: 16px;
}
.prod-detail .det-cont .intro {
  float: left;
  width: 980px;
}
.prod-detail .det-cont .intro  ul.newslist li {
  height: 48px;
  line-height: 66px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}

.prod-detail .det-cont .intro  ul.newslist li .time {
  float:right;
  display: inline-block;
  line-height: 66px;
  font-size: 15px;
  color: #666;
}
.prod-detail .det-cont .intro  ul.newslist li .time i.iconfont {
  margin-right: 5px;
  font-size: 17px;
  color: #000;
}


.prod-detail .det-cont .intro  ul.newslist li a {
  color: #333;
  font-size: 16px;
}
.prod-detail .det-cont .intro .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  background: #efefef;
}
.prod-detail .det-cont .intro h1.title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  background: #fff;
  text-align: center;
}
.prod-detail .det-cont .intro .title span {
  display: block;
  width: 166px;
  background: #1f8ceb;
  text-align: center;
  color: #fff;
}
.prod-detail .det-cont .intro .cont {
  width: 958px;
  padding: 0 10px;
  line-height: 32px;
}
.prod-detail .det-cont .intro .cont .title {
  line-height: 40px;
  font-size: 22px;
}
.prod-detail .det-cont .intro .cont .attr {
  padding: 10px 5px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom:50px;
}
.prod-detail .det-cont .intro .cont .attr span {
  margin-right: 20px;
  vertical-align: middle;
  color: #999;
}
.prod-detail .det-cont .intro .cont .attr span .iconfont {
  font-size: 20px;
  margin-right: 5px;
}

.prod-detail .det-cont .intro .cont p img {
  max-width: 100%;
}
.prod-detail .det-cont .intro .cont img {
  max-width: 100%;
}
/*学员风采*/
.students-list {
  width: 100%;
  margin: 0 0 20px 0;
}
.students-list ul {
  width: 1220px;
}
.students-list ul li {
  float: left;
  width: 224px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.students-list ul img {
  width: 224px;
  height: 224px;
  margin-bottom: 5px;
}
.students-list ul h3 {
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  overflow: hidden;
}
.students-list ul .desc {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
}
/*弹出福袋图片*/
.pop-box-adimg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 110;
  margin-left: -240px;
  margin-top: -180px;
  width: 480px;
  height: 360px;
}
.pop-box-adimg img {
  display: block;
  width: 480px;
  height: 360px;
}
.pop-box-adimg .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
/*会计测试专题*/
.page-test {
  width: 880px;
  padding: 50px 0;
  margin: 0 auto;
}
.page-test ul {
  padding-bottom: 60px;
  font-size: 16px;
  color: #1a1a1a;
}
.page-test ul li {
  margin-bottom: 40px;
  height: 75px;
}
.page-test ul li h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 22px;
}
.page-test ul li .cont {
  width: 920px;
  overflow: hidden;
}
.page-test ul li .cont .item {
  float: left;
  width: 390px;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  padding-left: 30px;
  background: #f5f5f5;
}
.page-test .btn-det {
  display: block;
  width: 242px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  background: #1f8ceb;
  color: #fff;
  font-size: 18px;
}
.page-test .btn-det:hover {
  background: #1c7fd6;
}
/*遮罩*/
.section-mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
/*预约报名弹出框*/
.pop-box-apply {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -309px;
  margin-top: -159px;
  z-index: 10001;
  width: 618px;
  height: 318px;
  background: #fff;
  box-shadow: 0 0 5px #333;
}
.pop-box-apply .title {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px solid #e6e6e6;
}
.pop-box-apply .title span {
  margin-left: 20px;
}
.pop-box-apply .title .exit {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  width: 29px;
  height: 32px;
  background: url("../images/sprite.png")/*tpa=http://www.shangdaojigou.com/public/images/sprite.png*/ -27px -16px no-repeat;
}
.pop-box-apply .cont {
  width: 350px;
  height: 310px;
  margin: 0 auto;
  padding-top: 10px;
}
.pop-box-apply .cont .input-area {
  height: 55px;
  line-height: 55px;
  margin-bottom: 10px;
}
.pop-box-apply .cont .input-area label {
  display: inline-block;
  width: 85px;
  text-align: right;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.pop-box-apply .cont .input-area label span {
  color: #ff7878;
}
.pop-box-apply .cont .input-area input {
  width: 223px;
  height: 28px;
  padding-left: 25px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}
.pop-box-apply .cont .tips {
  margin-bottom: 30px;
  line-height: 30px;
  color: #4c4c4c;
}
.pop-box-apply .cont .btn-appoint {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #1f8ceb;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*提交成功弹出框*/
.pop-box-success {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -259px;
  margin-top: -150px;
  z-index: 10002;
  width: 518px;
  height: 300px;
  background: #fff;
  box-shadow: 0 0 5px #333;
}
.pop-box-success .exit {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  width: 29px;
  height: 32px;
  background: url("../images/sprite.png")/*tpa=http://www.shangdaojigou.com/public/images/sprite.png*/ -27px -16px no-repeat;
}
.pop-box-success .cont {
  width: 412px;
  margin: 24px auto 0;
  text-align: center;
}
.pop-box-success .cont h1 {
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #1f8ceb;
}
.pop-box-success .cont p {
  line-height: 24px;
  color: #4c4c4c;
  font-size: 12px;
}
.pop-box-success .cont p.tips02 {
  font-weight: bold;
}
