.pure-g {
    margin: 0 auto;
    width: 1200px;
}
.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}
.pure-g [class*="pure-u"], .pure-g-r [class*="pure-u"] {
    font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
    width: 100%;
}
.pure-u-1{display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;}
::selection {
    color: #fff;
    background: #b41b1e;
}
.home-news{width:1200px;margin:50px auto 0 auto;padding-bottom: 15px;}
.home-stat {
  position: relative;
  
  height: 200px;
  overflow: hidden;
}
.home-stat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.home-stat ul:before,
.home-stat ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.home-stat ul:after {
  clear: both;
}
.home-stat ul li {
  float: left;
  width: 25%;
  height: 200px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.home-stat ul li:nth-child(4n+1) {
  background-color: #59a9cc;
}
.home-stat ul li:nth-child(4n+2) {
  background-color: #59a9cc;
}
.home-stat ul li:nth-child(4n+3) {
  background-color: #59a9cc;
}
.home-stat ul li:nth-child(4n) {
  background-color: #59a9cc;
}
.home-stat ul li big {
  display: block;
  margin-top: 60px;
  line-height:initial;
  font-size: 48px;
}
.home-stat ul li big small {
  font-size: 18px;
}

.index_news_itemText2 .title {
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-size:18px;
	color:#444;
}
.index_news_itemText2 .title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    background-color: #b41b1e;
}
.index_news_itemText2 .date {
    padding: 0.5em 0 0.5em 20px;
    color: rgba(51, 51, 51, 0.65);
	font-size:14px;text-align:left;
}
.index_news_itemText2 .summary {
    padding: 0 20px 20px;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    color: rgba(51, 51, 51, 0.65);
}
section  h1 {
  position: relative;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  background-image: url('../images/index/indexbg.png');
  background-repeat: no-repeat;
  background-position: right -4px;
}
section  h1 small {
  display: block;
  position: relative;
  margin-top: 0.75em;
  padding-top: 1em;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.75);
}
section  h1 small:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: #b41b1e;
}
section  h1 a.more {
  position: absolute;
  right: 0;
  bottom: 1em;
  padding: 0 2.5em;
  line-height: 2.5em;
  font-size: 18px;
  color: #b41b1e;
  border: 1px solid #b41b1e;
}
section .home-news .home-news-box {
  margin-top: 20px;
}
section .home-news .home-news-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  zoom: 1;
}
section .home-news .home-news-box ul:before,
section .home-news .home-news-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section .home-news .home-news-box ul:after {
  clear: both;
}
section .home-news .home-news-box li {
  float: left;
  margin-left: 15px;
  width: 390px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section .home-news .home-news-box li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
section .home-news .home-news-box li a {
  display: block;
}
section .home-news .home-news-box li a:hover {
  text-decoration: none;
}
section .home-news .home-news-box li img {
  display: block;
  width: 100%;
  height: 234px;
  background-color: #eee;
}
section .home-news .home-news-box li .title {
  color:#333;
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 18px;
}
section .home-news .home-news-box li .title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #1a62a2;
}
section .home-news .home-news-box li .date {
  padding: 10px 20px 10px 20px;
  color: #999; 
  overflow: hidden;
} 
section .home-news .home-news-box li .date span:nth-child(1){float: left;}
section .home-news .home-news-box li .date span:nth-child(2){float: right;}
section .home-news .home-news-box li .summary {
  padding:  10px 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: #666666;
}
section .home-activity {
  padding: 75px 0;
  background: #555 url(../images/activity-bg.jpg) no-repeat 50% 0 / cover;
}
section .home-activity h1 {
  color: #fff;
}
section .home-activity h1 small {
  color: rgba(255, 255, 255, 0.75);
}
section .home-activity h1 a.more {
  color: #fff;
  border-color: #fff;
}
section .home-activity .home-activity-box {
  margin-top: 50px;
}
section .home-activity .home-activity-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  zoom: 1;
}
section .home-activity .home-activity-box ul:before,
section .home-activity .home-activity-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section .home-activity .home-activity-box ul:after {
  clear: both;
}
section .home-activity .home-activity-box li {
  float: left;
  margin-left: 20px;
  width: 285px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section .home-activity .home-activity-box li:hover {
  background-color: #fff;
}
section .home-activity .home-activity-box li:hover .title {
  border-color: rgba(0, 0, 0, 0.1);
}
section .home-activity .home-activity-box li:hover p {
  color: rgba(51, 51, 51, 0.75);
}
section .home-activity .home-activity-box a {
  display: block;
  padding: 30px;
  color: #fff;
}
section .home-activity .home-activity-box a:hover {
  color: #333;
  text-decoration: none;
}
section .home-activity .home-activity-box .title {
  height: 3.5em;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section .home-activity .home-activity-box p {
  color: rgba(255, 255, 255, 0.75);
}
section .home-activity .home-activity-box i.fa {
  margin-right: 0.5em;
}
section .home-client .home-client-box {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}
section .home-client .home-client-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 30px -35px;
  height: 260px;
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section .home-client .home-client-box ul:before,
section .home-client .home-client-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section .home-client .home-client-box ul:after {
  clear: both;
}
section .home-client .home-client-box ul li {
  float: left;
  margin-left: 35px;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section .home-client .home-client-box ul li.active {
  margin: 0 30px 0 65px;
}
section .home-client .home-client-box ul li.active img {
  border: 2px solid #b41b1e;
  -webkit-transform: scale(1.3);
}
section .home-client .home-client-box ul li img {
  display: block;
  width: 200px;
  height: 200px;
  background: #eee;
  border: 1px solid #999;
  border-radius: 100%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section .home-client .home-client-box ul li .data {
  display: none;
}
section .home-client .home-client-box .client-info {
  margin: 70px 220px 0;
  text-align: center;
}
section .home-client .home-client-box .client-info .title {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
section .home-client .home-client-box .client-info .summary {
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.75);
}
section .home-client .home-client-box .navigator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section .home-client .home-client-box .navigator .prev,
section .home-client .home-client-box .navigator .next {
  position: absolute;
  bottom: 10px;
  font-size: 40px;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}
section .home-client .home-client-box .navigator .prev.disabled,
section .home-client .home-client-box .navigator .next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
section .home-client .home-client-box .navigator .prev {
  left: 85px;
}
section .home-client .home-client-box .navigator .next {
  right: 85px;
}
section .home-partner,
section .partner-list {
  padding: 75px 0;
  background-color: #f8f8f8;
}
section .home-partner .home-partner-box,
section .partner-list .home-partner-box {
  margin-top: 50px;
}
section .home-partner .home-partner-box ul,
section .partner-list .home-partner-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -20px 0 0 -20px;
  zoom: 1;
}
section .home-partner .home-partner-box ul:before,
section .partner-list .home-partner-box ul:before,
section .home-partner .home-partner-box ul:after,
section .partner-list .home-partner-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section .home-partner .home-partner-box ul:after,
section .partner-list .home-partner-box ul:after {
  clear: both;
}
section .home-partner .home-partner-box li,
section .partner-list .home-partner-box li {
  float: left;
  margin: 20px 0 0 20px;
  width: 285px;
}
section .home-partner .home-partner-box li a,
section .partner-list .home-partner-box li a {
  display: block;
}
section .home-partner .home-partner-box li img,
section .partner-list .home-partner-box li img {
  display: block;
  width: 285px;
  height: 142px;
  background: #fff;
}
section .partner-list {
  margin-top: 0;
  padding-top: 0;
}
section .partner-list .home-partner-box {
  margin-top: 30px;
}
section  h1 {
  position: relative;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}
section  h1 small {
  display: block;
  position: relative;
  margin-top: 0.5em;
  padding-top: 1em;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.75);
}
section  h1 small:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: #b41b1e;
}
section  h1 a.more {
  position: absolute;
  right: 0;
  bottom: 1em;
  padding: 0 2em;
  line-height: 2em;
  font-size: 18px;
  color: #b41b1e;
  border: 1px solid #b41b1e;
}
/*活动通告*/
.course-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.course-list ul:before,
.course-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-list ul:after {
  clear: both;
}
.course-list ul li {
  float: left;
  position: relative;
  margin: 0 10px 30px 0;
  width: 430px;
  background: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.course-list ul li:nth-child(3){margin-right:0}
.course-list ul li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.course-list ul li a {
  display: block;
  position: relative;
  zoom: 1;
}
.course-list ul li a:before,
.course-list ul li a:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-list ul li a:after {
  clear: both;
}
.course-list ul li a img {
  float: left;
  width: 180px; 
  background: #eee;
}
.course-list ul li a .title {
  float: left;
  margin: 26px 0 0 10px;
  width: 220px;
  font-size: 16px;
  color:#444;
}
.course-list ul li a .time,
.course-list ul li a .address {
  float: left;
  margin: 15px 0 0 10px;
  width: 205px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.65);
}
.course-list ul li a .time {
  margin-top: 10px;
}
.course-list ul li a .apply {
  position: absolute;
  right: 15px;
  bottom: 7px;
      padding: 3px 10px;
    border: 1px #b41b1e solid;
  color: #b41b1e;
}
.course-list ul li .labelss {
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 0 1em;
  line-height: 28px;
  color: #fff;
  background: #b41b1e;
}
.course-list ul li .labelss:before {
  position: absolute;
  z-index: 0;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid #b41b1e;
  border-width: 14px 10px;
  border-color: #b41b1e #b41b1e #b41b1e transparent;
}
.course-list ul li .labelss:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 3px solid green;
  border-color: #881417 transparent transparent #881417;
}
.course-list ul li .labelss.disabled {
  background-color: #999;
}
.course-list ul li .labelss.disabled:before {
  border-color: #999 #999 #999 transparent;
}
.course-list ul li .labelss.disabled:after {
  border-color: #808080 transparent transparent #808080;
}
/*合作伙伴*/
.home-partner-box{
    margin-top: 50px;
}
.home-partner-box li {
    float: left;
    margin: 20px 20px 0 0;
    width: 220px;
}
.home-partner-box li:htn-child(4n){margin-right:0}
.home-partner-box li a{display:black;}
.home-partner-box li img{
    display: block;
    width: 220px;
    height: 94px;
    background: #fff;
}
/*招商*/
.in_contgb8 {
    margin: 10px auto 0px auto;
    width: 1200px;
    height: 475px;
    overflow: hidden;
}
.in_contgb8 ul {
    overflow: auto;
    zoom: 1;
    clear: both;
    margin-left: -12.5px;
}
.in_contgb8 ul li {
    float: left;
    width: 230px;
    margin-left: 12.5px;
    margin-bottom: 15px;
}
.in_contgb8 ul li>a {
    display: block;
    width: 230px;
    height: 165px;
	color:#666;
	    text-decoration: none;
    position: relative;
}
.in_contgb8 ul li>a img {
    display: block;
    width: 230px;
    height: 165px;
	border-radius:5px;
}
.in_contgb8 ul li>.inco8 {
    height:20px;
    padding: 10px 0px;
    background: #fff;
    transition: all 0.6s;
    border-bottom: 1px solid #ff6600;
}
.in_contgb8 ul li>.inco8 a {
    transition: all 0.6s;
    color: #393939;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 30px;
}

/**/
.course {
  margin-bottom: 50px;
}
.course h1.title {
  font-size: 28px;
  font-weight: normal;
}
.course .subtitle {
  font-size: 16px;
}
.course .course-advantage,
.course .course-background {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #419bc0;
}
.course .course-advantage h2,
.course .course-background h2 {
  margin: 0;
  padding: 0 19px 0 49px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #419bc0;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.course .course-advantage .box,
.course .course-background .box {
  padding: 0 20px 10px;
  line-height: 1.75;
}
.course .course-advantage h2 {
  background-image: url(../images/course-icon-advantage-blue.png);
}
.course .course-background h2 {
  background-image: url(../images/course-icon-background-blue.png);
}
.course .course-client {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #419bc0;
}
.course .course-client h2 {
  margin: 0;
  padding: 0 19px 0 49px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #419bc0;
  background: url(../images/course-icon-client.png) no-repeat 19px 50%;
}
.course .course-client .box {
  padding: 0 19px 10px;
  line-height: 1.75;
}
.course .course-client .box p {
  margin: 0.5em 0;
}
.course .course-config {
  margin-top: 20px;
}
.course .course-config h2 {
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.course .course-config .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px;
  zoom: 1;
}
.course .course-config .box ul:before,
.course .course-config .box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course .course-config .box ul:after {
  clear: both;
}
.course .course-config .box ul li {
  float: left;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 15px 80px;
  width: 33.3333%;
  line-height: 2;
}
.course .course-config .box ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  height: 75px;
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
}
.course .course-config .box ul li.config-1:before {
  background-image: url(../images/course-icon-config-1.png);
}
.course .course-config .box ul li.config-2:before {
  background-image: url(../images/course-icon-config-2.png);
}
.course .course-config .box ul li.config-3:before {
  background-image: url(../images/course-icon-config-3.png);
}
.course .course-config .box ul li.config-4:before {
  background-image: url(../images/course-icon-config-4.png);
}
.course .course-config .box ul li.config-5:before {
  background-image: url(../images/course-icon-config-5.png);
}
.course .course-config .box ul li.config-6:before {
  background-image: url(../images/course-icon-config-6.png);
}
.course .course-config .box ul li .label {
  font-size: 16px;
}
.course .course-config .box ul li .value {
  color: rgba(51, 51, 51, 0.75);
}
.course .course-form {
  padding-left: 820px;
}
article .course-form {
  padding-left: 448px;
}
.course-form {
  margin-top: 30px;
  padding: 40px 60px 40px 518px;
  background: #ddd url(../images/course-form-bg.jpg) no-repeat 100% 50%;
}
.course-form .title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}
.course-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-form ul li {
  margin-top: 12px;
}
.course-form input[type=text],
.course-form select,
.course-form button {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
}
.course-form input[type=text],
.course-form select {
  padding: 0 0.75em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.course-form button {
  font-size: 16px;
  color: #fff;
  background-color: #419bc0;
}
.course-form button[disabled] {
  background-color: #999;
}
.contact-info h1 {
  font-size: 28px;
  font-weight: normal;
}
.contact-info p {
  margin: 0.5em 0;
}
.contact-qrcode {
  float: right;
  margin-top: 50px;
}
.contact-qrcode img {
  width: 105px;
  margin-left: 25px;
}
.contact-qrcode img:first-child {
  margin-left: 0;
}
.contact-qrcode .qrcode-desc {
  margin-top: 15px;
  text-align: center;
}
.contact-branches {
  margin: 10px 0 50px;
}
.contact-branch {
  margin-top: 30px;
}
.contact-branch h1 {
  position: relative;
  margin: 0 0 0.75em;
  padding-left: 15px;
  font-size: 16px;
}
.contact-branch h1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #419bc0;
}
.contact-branch .address {
  padding-left: 15px;
  line-height: 1.5;
}
.contact-branch .address p {
  margin: 0.5em 0;
}
.course-form input[type=text], .course-form select, .course-form button {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
}