.container {
  margin-top: 60px;
  min-height: 760px;
  min-width: 1200px;
}
/*--------------------------
    Header
---------------------------*/
.header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  min-width: 1200px;
}
.header-inner {
  width: 1200px;
  margin: 0 auto;
}
.header-inner .logo {
  float: left;
  display: block;
  margin-right: 30px;
  padding-top: 14px;
}
.header-inner .logo img {
  height: 26px;
}
.header-inner .main-menu {
  float: left;
  margin: 0;
  padding: 0;
}
.header-inner .main-menu li {
  float: left;
  display: block;
}
.header-inner .main-menu li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 25px;
  color: #333;
  transition: all .3s ease;
  text-align: center;
}
.header-inner .main-menu li.active a:after {
  content: '';
  width: 33px;
  height: 3px;
  border-radius: 4px;
  background-color: #38CC96;
  display: block;
  margin: 0 auto;
}
.header-inner .main-menu li a:hover {
  color: #32c37c;
}
.header-inner .btn-group {
  float: right;
  padding: 15px 0;
}
.header-inner .btn-group .intoWorkbench{
  display: block;
  line-height: 28px;
  text-align: center;
  padding: 0 35px;
  float: left;
  font-size: 14px;
  margin-left: 15px;
  border-radius: 2px;
  transition: all .3s ease;
}
.header-inner .btn-group a {
  display: block;
  line-height: 28px;
  text-align: center;
  padding: 0 35px;
  float: left;
  font-size: 14px;
  margin-left: 15px;
  border-radius: 2px;
  transition: all .3s ease;
}

.green-btn {
  background-color: #32c37c;
  color: #fff;
  border: 1px solid #32c37c;
}
.white-btn {
  border: 1px solid #32c37c;
  color: #32c37c;
}
.green-btn:hover {
  opacity: .9;
}
.white-btn:hover {
  background-color: #32c37c;
  color: #fff;
}
/*--------------------------
    Footer
---------------------------*/
.footer {
  background: #282D36;
  font-weight: 300;
  width: 100%;
  min-width: 1200px;
}
.footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.ft-logo {
  float: left;
  color: #fff;
  width: 300px;
  margin-right: 100px;
}
.ft-logo p {
  font-size: 14px;
  padding-top: 10px;
  color: #9c9c9c;
}
.ft-section {
  float: left;
  margin-right: 60px;
}
.ft-section .title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 300;
}
.ft-section ul {
  margin: 0;
  padding: 0;
}
.ft-section ul li {
  display: block;
}
.ft-section ul li a {
  display: block;
  color: #9c9c9c;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all .3s ease;
}
.ft-section ul li a:hover {
  color: #fff;
}
.ft-follow {
  float: right;
}
.qr-code {
  float: left;
  width: 115px;
}
.contact-info {
  float: left;
  color: #9c9c9c;
  padding-left: 20px;
}
.contact-info .title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.contact-info p {
  font-size: 12px;
  color: #9c9c9c;
  margin-bottom: 30px;
}
.contact-info .contact-list {
  font-size: 14px;
  color: #fff;
}
.footer-bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  color: #939393;
  font-size: 13px;
}
/*--------------------------
    首页
---------------------------*/
.banner-wrp {
  margin-top: 60px;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.banner-page {
  width: 1200px;
  margin: 0 auto;
}
.banner-text {
  float: left;
  width: 54%;
  padding-top: 140px;
  color: #fff;
}
.banner-text .main-title {
  font-size: 36px;
  margin-bottom: 10px;
}
.banner-text p {
  font-size: 16px;
  max-width: 500px;
}
.banner-text .btn-group {
  zoom: 1;
  margin-top: 30px;
}
.banner-text .btn-group a {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 30px;
  margin-right: 20px;
  font-size: 14px;
  border-radius: 2px;
}
.banner-text .btn-group .primary {
  background: #fff;
  color: #32c37c;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
}
.banner-text .btn-group .secondary {
  color: #fff;
  border: 1px solid #fff;
}
.banner-text .btn-group .primary:hover {
  opacity: .9;
}
.banner-text .btn-group .secondary:hover {
  background-color: rgba(255,255,255,.23);
}
.banner-img {
  float: left;
  width: 46%;
  padding-top: 60px;
}
.banner-wrp-bg {
  position: absolute;
  width: 100%;
  height: 550px;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.banner-bg {
  width: 120%;
  height: 550px;
  background: #38CC96;
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.intro-wrp {
  margin-top: 180px;
  padding-bottom: 80px;
  min-width: 1200px;
}
.intro-page {
  width: 1200px;
  margin: 0 auto;
}
.intro-page .main-title {
  text-align: center;
  font-size: 30px;
}
.intro-page .main-title:after {
  content: '';
  width: 85px;
  height: 3px;
  border-radius: 4px;
  background-color: #57db9b;
  display: block;
  margin: 10px auto;
}
.intro-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.intro-box-img {
  float: left;
  width: 50%;
}
.intro-box-text {
  float: left;
  width: 50%;
  padding-left: 5%;
}
.intro-box-text .title {
  font-size: 28px;
  margin-bottom: 1em;
}
.intro-box-text .sub-title {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.intro-box-text .sub-title:before {
  content: "·";
  color: #333;
  font-size: 24px;
  position: absolute;
  left: 0;
  line-height: 30px;
  width: 10px;
  text-align: center;
  font-weight: bold;
}
.intro-box-text p {
  font-size: 14px;
  color: #666;
  margin-bottom: 1em;
  padding-left: 20px;
}
.box-wrp {
  width: 100%;
  padding: 80px 0;
  position: relative;
  min-width: 1200px;
}
.title-box-wrp {
  width: 100%;
  padding: 50px 0 30px 0;
  position: relative;
  min-width: 1200px;
}
.bg-grey {
  background-color: rgba(244,248,251,.6);
}
.box-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.box-inner > img {
  width: 1000px;
  margin: 0 auto;
  display: block;
}
.box-text {
  float: left;
  width: 50%;
  padding-top: 50px;
}
.box-text .main-title {
  font-size: 28px;
}
.box-text p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #666;
}
.box-text .summary {
  font-size: 18px;
}
.box-text .summary li {
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}
.box-text .summary li:before {
  content: "·";
  color: #333;
  font-size: 24px;
  position: absolute;
  left: 0;
  line-height: 40px;
  width: 10px;
  text-align: center;
  font-weight: bold;
}
.box-text .btn-group {
  overflow: hidden;
  zoom: 1;
  margin-top: 30px;
}
.box-text .btn-group a {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 40px;
  margin-right: 20px;
  font-size: 14px;
  border-radius: 2px;
}
.box-img {
  float: left;
  width: 50%;
}
.box-inner .title-mid {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.box-inner .box-title {
  font-size: 30px;
  text-align: center;
}
.box-inner .box-title:after {
  content: '';
  width: 85px;
  height: 3px;
  border-radius: 4px;
  background-color: #57db9b;
  display: block;
  margin: 10px auto;
}
.box-inner > p {
  width: 700px;
  text-align: center;
  width: 700px;
  margin: 0 auto;
  font-size: 18px;
  color: #666;
  padding-top: 10px;
}
#triangular {
  border: 20px solid transparent;
  border-bottom: 30px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -20px;
}
/*--------------------------
    功能
---------------------------*/
.top-banner {
  margin-top: 60px;
  background: url(../img/newIndexImg/bg.png);
  min-width: 1200px;
}
.top-banner-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.top-text {
  color: #fff;
  text-align: center;
}
.top-text .title {
  font-size: 36px;
  margin-bottom: 10px;
}
.top-text p {
  max-width: 660px;
  font-size: 18px;
  margin: 0 auto;
}
.top-img {
  float: left;
  width: 46%;
}
.features-box {
  min-width: 1200px;
  padding: 80px 0;
}
.features-inner {
  width: 1100px;
  margin: 0 auto;
}
.features-img {
  float: left;
  width: 46%;
}
.features-text {
  float: left;
  width: 54%;
  position: relative;
  padding-left: 4%;
}
.features-text > img {
  position: absolute;
  left: 20;
  top: 0;
  z-index: -1;
}
.features-text .title {
  font-size: 32px;
  margin-top: 100px;
  margin-left: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}
.features-text p {
  font-size: 18px;
  max-width: 420px;
  margin-left: 40px;
}
/*--------------------------
    定价
---------------------------*/
.pricing-wrp {
  margin-top: 60px;
  padding-bottom: 80px;
}
.pricing-wrp-inner {
  width: 1200px;
  margin: 0 auto;
  min-height: 600px;
  padding-top: 30px;
}
.pricing-box {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.pricing-box-inner {
  padding: 20px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
  border-radius: 2px;
}
.box-hd {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding-top: 30px;
  /* padding-bottom: 40px; */
  position: relative;
}
.box-hd .main-title {
  font-size: 28px;
}
.box-hd .intro {
  color: #666;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
}
.box-hd .intro:after {
  content: '';
  width: 60px;
  height: 2px;
  border-radius: 4px;
  background-color: #32C37C;
  display: block;
  margin: 10px auto;
}
.box-hd .price .num {
  font-size: 28px;
}
.box-hd .price .unit {
  font-size: 14px;
}
.pricing-box-inner .btn {
  display: block;
  width: 180px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #32C37C;
  margin: 20px auto;
  font-size: 14px;
  color: #fff;
  background: #32C37C;
}
.pricing-box-inner .btn:hover {
  opacity: .9;
}
.pricing-box-inner .exchange {
  font-size: 14px;
  line-height: 20px;
  color: #32C37C;
  display: block;
  text-align: center;
}
.pricing-box-inner .exchange:hover {
  opacity: .9;
}
.pricing-box-inner .box-bd {
  padding: 20px 0;
  height: 230px;
  border-bottom: 1px solid #eee
}
.pricing-box-inner .box-ft {
  padding: 20px 0;
  height: 90px;
  max-height:170px;
}
.pricing-box-inner .sub-title {
  font-size: 14px;
  color: #666;
  padding: 10px 0;
}
.pricing-box-inner ul {
  margin: 0;
  padding: 0;
}
.pricing-box-inner li {
  display: block;
  line-height: 32px;
}
.pricing-box-inner li > span {
  padding-right: 10px;
  font-weight: 300;
  color: #32C37C;
  display: inline-block;
  line-height: 32px;
}
.box-ft ul li .price {
  font-size: 14px;
  padding-left: 5px;
  color: #ff3939;
}
.highlight {
  background: url(../img/newindexImg/diamond.png) no-repeat 20px top;
}
.attention-tips{
  font-size: 12px;
  margin-top: 10px;
}
/*--------------------------
    在线服务
---------------------------*/
.entrust-banner {
  background: url(../img/newIndexImg/bg.png);
  height: 300px;
  text-align: center;
  min-width: 1200px;
}
.entrust-banner .main-title {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-top: 80px;
}
.entrust-banner .btn {
  display: block;
  width: 160px;
  margin: 25px auto;
  background: #fff;
  color: #32c37c;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  line-height: 34px;
  font-size: 14px;
  border-radius: 2px;
}
.entrust-banner .btn:hover {
  opacity: .9;
}
.entrust-box {
  padding: 80px 0;
  min-width: 1200px;
}
.entrust-intro-inner {
  width: 1200px;
  margin: 0 auto;
}
.entrust-intro-inner li {
  float: left;
  width: 33.33%;
  padding: 15px;
  text-align: center;
}
.entrust-intro-inner li .title {
  font-size: 20px;
  margin: 10px 0;
}
.entrust-intro-inner li:first-child .intro {
  width: 280px;
}
.entrust-intro-inner li .intro {
  width: 260px;
  margin: 0 auto;
  color: #666;
}
.entrust-process-wrp {
  padding: 80px 0;
  min-width: 1200px;
}
.entrust-process-wrp .process-intro {
  padding: 40px 0 0 0;
  margin: 0;
}
.entrust-process-wrp .process-intro li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  display: block;
}
.entrust-process-wrp .process-intro li .rt-right {
  position: absolute;
  width: 40px;
  height: 4px;
  line-height: 40px;
  position: absolute;
  right: -20px;
  top: 20px;
  font-size: 24px;
  color: #32c37c;
}
.entrust-process-wrp .process-intro li .title {
  font-size: 20px;
  margin-top: 15px;
}
.data-list,
.price-list {
  width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #e5e8ed;
  border-radius: 2px;
}
.data-list tr th,
.price-list tr th {
  text-align: center;
  padding: 10px 0;
  background: #f3f5f9;
  font-weight: bold;
}
.price-list tr td {
  text-align: center;
  padding: 5px 0;
}
.data-list tr td {
  padding: 5px 20px;
}
.data-list tr td:last-child {
  text-align: center;
}
.price-list tr td .price-unit {
  font-size: 13px;
  padding-left: 5px;
}
.explain {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 2px;
  margin-top: -1px;
}
.explain .sm-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.explain > div {
  margin-bottom: 10px;
}
/*--------------------------
    预评价学院
---------------------------*/
.video-wrp {
  width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.video-list {
  margin: 0 -15px;
  padding-top: 15px;
  /* min-height: 600px; */
}
.video-list li {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.video-list li a {
  display: block;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
}
.college-intro {
  padding-top: 30px;
}
.inner-intro {
  padding: 10px 20px;
  background:rgba(0,197,135,.1);
  border-radius: 2px;
}
.college-intro > img {
  float: left;
  padding-left: 30px;
}
.video-list li a .video-img {
  height: 210px;
  overflow: hidden;
}
.video-list li a img {
  border-radius: 2px 2px 0 0;
}
.video-title {
  padding: 15px;
  color: #333;
}
.video-list li a:hover {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
}
/*--------------------------
    服务
---------------------------*/
.service-banner {
  background: url(../img/newIndexImg/tabList-banner.png) repeat;
  padding: 30px;
  min-width: 1200px;
}
.service-banner-inner {
  width: 1200px;
  margin: 0 auto;
}
.service-banner-inner .service-text {
  float: left;
  width: 54%;
  padding-top: 40px;
}
.service-banner-inner .service-img {
  float: left;
  width: 46%;
  overflow: hidden;
  zoom: 1;
}
.service-banner-inner .service-img img {
  width: 500px;
  float: right;
}
.service-banner-inner .service-text .title {
  font-size: 36px;
  margin-bottom: 10px;
}
.service-banner-inner .service-text p {
  font-size: 18px;
  max-width: 600px;
}
.service-banner-inner .service-text .btn {
  display: block;
  width: 160px;
  line-height: 32px;
  border: 1px solid #32c37c;
  color: #32c37c;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  margin-top: 40px;
}
.service-banner-inner .service-text .btn:hover {
  background: #32c37c;
  color: #fff;
}
.tab-wrp {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.tab-inner {
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.tab-inner ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
  width: 400px;
}
.tab-inner ul li {
  display: block;
  float: left;
  width: 50%;
}
.tab-inner ul li a {
  display: block;
  text-align: center;
  color: #333;
}
.tab-inner ul li.active a {
  color: #32c37c;
  border-bottom: 2px solid #32c37c;
}
.article-wrp {
  width: 800px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 1em;
}
.article-wrp > p,
.article-wrp > ul,
.article-wrp > img {
  max-width: 800px;
}

/*--------------------------
    材料库
---------------------------*/
.tab-change {
  background: #fff;
}
.tab-change ul {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}
.tab-change ul li {
  float: left;
  width: 50%;
  line-height: 60px;
}
.tab-change ul li a {
  display: block;
  color: #797979;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.tab-change ul li.active a {
  color: #000;
}
.tab-change ul li.active a:after {
  content: ' ';
  width:0;
  height:0;
  overflow:hidden;
  font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width:10px;
  border-style:solid;  /*ie6下会出现不透明的兼容问题*/
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -18px;
}
.tab-change ul li a:hover {
  color: #000;
}















