body{
	font-family: Helvetica, Arial,"Open Sans", "Helvetica Neue","Microsoft Yahei", sans-serif;
}

/* header footer */
.header-padding {
    padding-top: 86px;
}
.error {
	color: red;
}

.header-box {
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: url("../images/header-bg.png");
    background-size: 100% 100%;
}
.change-item{
	padding: 10px 15px;
    float: left;
    width: 33.33333333%;
    text-align: center;
}
.change-item a{
	color: #595959!important;
}
.change-com:hover{
	cursor:pointer;
	color:#e70334
}

.change-item:hover{
	background-color:#eee;
	cursor:pointer;
}
.header-con {
    width: 1200px;
    height: 86px;
    margin: 0 auto;
    /*padding: 0 40px;*/
    overflow: hidden;
}
.change-com{
	line-height: 86px;
    margin-right: 15px;
}
.change-com-wrap{
	float:left;
	position:relative;
}
.change-com-select{
	position: fixed;
    top: 86px;
    background: white;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    border-radius: 4px;
    display:none;
}
.change-com-wrap:hover .change-com-select{
	display:block;
}

.header-logo {
    float: left;
    width: 328px;
    height: 73px;
    margin: 7px 0;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

.header-btn {
    float: left;
    width: 110px;
    height: 38px;
    line-height: 36px;
    margin: 24px 10px 24px 0;
    text-align: center;
/*    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    white-space: nowrap;*/
    overflow: hidden;
}


.header-btn a{
    color: #fff; 
    
}

.header-btn a:hover {
    color: #e70334;
}

/* .header-btn:hover {
    color: #e70334;
    border-color: #e70334;
} */

.header-menu {
    float: right;
    margin-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.menu-btn {
    float: left;
    margin: 0 10px;
    padding: 0 5px;
    height: 76px;
    line-height: 86px;
    color: #fff;
    text-align: center;
}

.menu-btn:hover {
    color: #e70334;
}

.menu-btn.active {
    font-weight: bold;
    color: #e70334;
    border-bottom: 2px solid #e70334;
}

.in-header-box {
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.in-header-box .menu-btn {
    color: #595959;
}

.in-header-box .menu-btn.active {
    color: #e70334;
}

.in-header-box .menu-btn:hover {
    color: #e70334;
}

.in-header-box .header-btn {
    color: #e70334;
    border-color: #e70334;
}
.in-header-box .header-btn a {
    color: #e70334;
}

.fixed-box {
    position: fixed;
    width: 65px;
    height: 140px;
    bottom: 100px;
    right: 20px;
    z-index: 1001;
}

.consult-fixed {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: url("../images/consult-item.png") center center no-repeat;
    background-color: #e70334;
    border-radius: 100%;
}

.consult-fixed:hover {
    box-shadow: 0 0 10px #e70334;
}

.consult-word{
    display: none;
    position: absolute;
    width: 150px;
    height: 110px;
    line-height: 55px;
    left: -150px;
    top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #e70334;
    border-radius: 10px;
}

.consult-fixed:hover .consult-word{
    display: block;
}

.back-top {
    width: 65px;
    height: 65px;
    margin-top: 10px;
    border-radius: 100%;
    background: url("../images/back-top.png") center center no-repeat;
    background-color: #e6e6e6;
    cursor: pointer;
}

.back-top:hover {
    background-image: url("../images/back-top-hover.png");
    background-color: #e70334;
}

.segment-box {
    height: 149px;
    background: url("../images/segment.png") center center no-repeat;
    background-size: auto 100%;
}

/*sider*/

.sider-box {
    color: #fff;
    background-color: #28292d;
}

.sider-con {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    padding: 45px 40px;
    overflow: hidden;
}

.sider-word {
    float: right;
    margin-top: 66px;
    line-height: 25px;
}

.sider-qrcode {
    float: right;
    width: 136px;
    height: 136px;
    margin-right: 12px;
}

.sider-qrcode img {
    width: 100%;
    height: 100%;
}

.sider-about {
    float: left;
    width: 455px;
}

.sider-head {
    height: 42px;
    font-size: 24px;
    color: #fff;
    background: url("../images/down-line.png") left bottom no-repeat;
}

.sider-contact {
    float: right;
    width: 330px;
    margin-right: 20px;
}

.sider-content {
    margin-top: 30px;
    line-height: 25px;
}

.sider-icon {
    padding-left: 18px;
}

.icon-addr {
    background: url("../images/icon-addr.png") left center no-repeat;
}

.icon-tel {
    background: url("../images/icon-tel.png") left center no-repeat;
}

.icon-email {
    background: url("../images/icon-email.png") left center no-repeat;
}

.footer-box {
    height: 65px;
    line-height: 65px;
    color: #ccc;
    background-color: #232427;
    text-align: center;
}

/*index Banner*/
.swiper-index img {
    width: 100%;
    max-height: 600px;
}

.swiper-index > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-index .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #e70334;
    opacity: 1;
}

.swiper-index .swiper-pagination-bullet-active {
    width: 46px;
    background: #e70334;
    border-radius: 10px;
}

/*link*/
.link-box {
    display: flex;
    width: 1200px;
    height: 210px;
    margin: 0 auto;
}

.link-con {
    width: 25%;
    text-align: center;
}

.link-title {
    font-size: 18px;
    color: #111;
}

.link-short {
    line-height: 30px;
    font-size: 12px;
    color: #898989;
}

.link-icon {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    margin: 32px auto 10px;
    transition: all .5s ease;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.link-icon:hover {
    box-shadow: 0 0 20px #e70334;
    border-color: #e70334;
    /*background-color: #e70334;*/
}

.icon-course {
    background: url("../images/course-hover.png") center center no-repeat;
    background-size: 40px 40px;
    background-color: #e70334;
}

.icon-tutor {
    background: url("../images/tutor-hover.png") center center no-repeat;
    background-size: 40px 40px;
    background-color: #e70334;
}

.icon-plate {
    background: url("../images/plate-hover.png") center center no-repeat;
    background-size: 40px 40px;
    background-color: #e70334;
}

.icon-ask {
    background: url("../images/askAnswer-hover.png") center center no-repeat;
    background-size: 40px 40px;
    background-color: #e70334;
}

.link-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s;
}

.link-icon:hover:after {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    background: #e70334;
}

/*logoBac*/
.logoBack-box{
	position:relative;
	background-color:white;
	text-align:center;
	padding-bottom:70px;
}
.overlay-btn-wrap{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.2);
}
.overlay-btn-text{
	font-size: 37px;
    color: white;
    line-height: 205px;
}

/*custom*/
.custom-box {
    height: 690px;
    box-shadow: 0 30px 20px #f7f7f7 inset;
}

.custom-con {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    overflow: hidden;
}

.custom-item {
    float: left;
    cursor: pointer;
    transition: all .5s ease;
}

.custom-item:nth-child(even) .custom-gray {
    background-color: #aaa;
}

.custom-item:nth-child(odd) .custom-gray {
    background-color: #c8c8c8;
}

.custom-gray {
    width: 160px;
    height: 410px;
    transition: all .5s ease;
}

.custom-title {
    font-size: 38px;
    color: #e70334;
    text-align: center;
}

.custom-short {
    height: 45px;
    margin-top: 18px;
    font-size: 24px;
    color: #2c2c2c;
    text-align: center;
}

.custom-cont {
    margin-top: 65px;
    overflow: hidden;
}

.custom-class {
    width: 22px;
    height: 240px;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 22px;
    color: #fff;
}

.custom-class2 {
    width: 50px;
}

.custom-add {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url("../images/circle-more.png");
}

.custom-red {
    display: none;
    width: 400px;
    height: 410px;
    padding-top: 45px;
    color: #fff;
    background: #e70334;
    transition: all .5s ease;
}

.custom-item.active .custom-gray {
    display: none;
}

.custom-item.active .custom-red {
    display: block;
}

.custom-name {
    height: 55px;
    line-height: 55px;
    padding-left: 180px;
    font-size: 26px;
    background-position: 110px center;
    background-repeat: no-repeat;
    background-size: 55px 55px;
}

.icon-protocol {
    background-image: url("../images/protocol.png");
}

.icon-whole {
    background-image: url("../images/whole.png");
}

.icon-prior {
    background-image: url("../images/prior.png");
}

.icon-enhance {
    background-image: url("../images/enhance.png");
}

.icon-abroad {
    padding-left: 120px;
    background-position: 50px center;
    background-image: url("../images/abroad.png");
}

.icon-soldier {
    padding-left: 120px;
    background-position: 50px center;
    background-image: url("../images/soldier.png");
}

.custom-name2{
    padding-left: 120px;
    background-position: 50px center;
}

.custom-type {
    height: 100px;
    background-position: center 45px;
    background-repeat: no-repeat;
    background-size: 55px 55px;
}

.custom-info {
    margin: 25px auto;
    padding: 0 30px;
    line-height: 25px;
    text-align: center;
}

.custom-suit {
    width: 340px;
    height: 40px;
    line-height: 40px;
    margin: 25px auto;
    text-align: center;
    color: #fff;
    border: 1px solid #f36e85;
    border-radius: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.custom-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #ef3f51;
    border-radius: 50px;
    box-shadow: 0 5px 5px #d61336;
}

/*advicer*/

.advicer-box {
    height: 994px;
    background: url("../images/consult-bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.advicer-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.advicer-title {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.advicer-short {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.swiper-advicer {
    width: 1200px;
    margin-top: 58px;
    overflow: hidden;
}

.swiper-button-next:not(.cus-response-right) {
    position: absolute;
    right: -40px;
    top: 465px;
    z-index: 10;
    background-image: url("../images/arrowNext.png");
}

.swiper-button-prev:not(.cus-response-left) {
    position: absolute;
    left: -40px;
    top: 465px;
    z-index: 10;
    background-image: url("../images/arrowPrev.png");
}

.swiper-button-next:not(.cus-response-right):hover {
    background-image: url("../images/arrowNext-hover.png");
}

.swiper-button-prev:not(.cus-response-left):hover {
    background-image: url("../images/arrowPrev-hover.png");
}

.advicer-cont {
    position: relative;
    float: left;
    width: 275px;
    height: 290px;
    margin-right: 33px;
    margin-bottom: 25px;
    padding: 16px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}

.advicer-cont:nth-child(4n) {
    margin-right: 0;
}

.advicer-head {
    height: 188px;
}

.advicer-head img {
    display: block;
    width: 188px;
    height: 188px;
    margin: 0 auto;
    border-radius: 100%;
}

.advicer-name {
    line-height: 47px;
    font-size: 18px;
    color: #393939;
    text-align: center;
}

.advicer-btn-box {
    height: 24px;
    text-align: center;
    overflow: hidden;
}

.advicer-btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 3px;
    padding: 0 5px;
    text-align: center;
    background-color: #e7e7e7;
}

.advicer-back {
    position: absolute;
    left: 0;
    top: 290px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 6px;
    background: url("../images/opacity-red.png");
}

.advicer-bd {
    width: 190px;
    height: 250px;
    margin: 17px auto;
    padding: 10px 0;
    text-align: center;
    background: url("../images/opacity-bd.png");
    background-size: 100% 100%;
}

.advicer-item {
    line-height: 25px;
    color: #fff;
}

.advicer-qrcode {
    width: 155px;
    /*height: 155px;*/
    margin: 10px auto;
}

.advicer-qrcode img {
    width: 100%;
    height: 100%;
}

.exclusive-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #f0545a, #e70334);
    background: -moz-linear-gradient(top, #f0545a, #e70334);
    background: -ms-linear-gradient(top, #f0545a, #e70334);
    background: linear-gradient(top, #f0545a, #e70334);
}

/*student*/
.student-box {
    position: relative;
    height: 720px;
    background: url("../images/stu-bg.png") center bottom no-repeat;
}

.student-con {
    position: relative;
    width: 1200px;
    padding: 60px 0;
    margin: 0px auto;
}

.student-item {
    display: none;
    float: right;
    width: 480px;
    padding-top: 60px;
    margin-right: 30px;
}

.student-item.active {
    display: block;
}

.student-course {
    font-size: 24px;
}

.student-offer {
    display: inline-block;
    line-height: 30px;
    margin: 20px 0;
    padding: 0 15px;
    font-size: 16px;
    color: #595959;
    background-color: #f2f2f2;
}

.student-short {
    height: 180px;
    line-height: 30px;
    font-size: 16px;
    color: #898989;
    overflow: hidden;
}

.student-btn {
    width: 170px;
    font-size: 15px;
    color: #fff;
    background: #1a1a1a;
    margin: 50px 0 0 0;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #666, #2c2c2c);
    background: -moz-linear-gradient(top, #666, #2c2c2c);
    background: -ms-linear-gradient(top, #666, #2c2c2c);
    background: linear-gradient(top, #666, #2c2c2c);
}

.student-dot {
    position: absolute;
    z-index: 10;
    width: 133px;
    height: 133px;
    line-height: 133px;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/circle.png") center center no-repeat;
    transition: all .5s ease;
}

.student-dot:hover {
    color: #fff;
    background-image: url("../images/circle-active.png");
}

.student-dot.active {
    color: #fff;
    background-image: url("../images/circle-active.png");
}

.dot-one {
    left: -20px;
    top: 312px;
}

.dot-two {
    left: 160px;
    top: 222px;
}

.dot-three {
    left: 410px;
    top: 272px;
}

.dot-four {
    left: 470px;
    top: 420px;
}

.student-logo {
    display: none;
    position: absolute;
    left: 239px;
    top: 503px;
}

.student-logo.active {
    display: block;
}

.student-info {
    display: none;
    position: absolute;
    left: 316px;
    top: 493px;
    z-index: 10;
    width: 210px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: url("../images/oval-line.png") center center no-repeat;
}

.student-info.active {
    display: block;
}

.student-name {
    height: 55px;
    font-size: 35px;
    color: #000;
    white-space: nowrap;
}

.student-school {
    height: 40px;
    line-height: 40px;
}

/*ask*/
.ask-box {
    height: auto;
    overflow: hidden;
}

.ask-con {
    position: relative;
    width: 1200px;
    padding-top: 0;
}

.ask-tip {
    height: 193px;
    padding-top: 60px;
    background: url("../images/stu-bg2.png") top center no-repeat;
}

.ask-title {
    font-size: 38px;
    color: #000;
    text-align: center;
}

.ask-short {
    height: 45px;
    margin-top: 18px;
    font-size: 24px;
    color: #2c2c2c;
    text-align: center;
}

.swiper-ask {
    position: relative;
    width: 1200px;
    height: 670px;
    margin: 0 auto;
    padding: 0 37px;
    border: 2px solid #f7f7f7;
    box-shadow: 0 0 10px #f7f7f7;
    overflow: hidden;
}

.ask-cont {
    float: left;
    width: 540px;
    height: 200px;
    margin-top: 40px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    transition: all .5s ease;
}

.ask-cont:nth-child(2) {
    margin-top: 80px;
}

.ask-cont:nth-child(2n) {
    float: right;
}

.ask-top {
    height: 82px;
    padding: 15px 25px 0 75px;
    color: #fff;
    background: url("../images/question.png") 25px center no-repeat;
    background-color: #333;
}

.ask-question {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}

.ask-content {
    width: 506px;
    height: 82px;
    line-height: 27px;
    margin: 18px auto;
    text-indent: 30px;
    color: #595959;
    background: url("../images/guide.png") left top no-repeat, url("../images/guide-reverse.png") right bottom no-repeat;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ask-info {
    height: 20px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
}

.ask-man {
    float: left;
    margin-right: 15px;
}

.ask-date {
    float: left;
    margin-right: 15px;
}

.ask-time {
    float: left;
}

.ask-cont:hover .ask-top {
    background-image: url("../images/question-hover.png");
    background-color: #e70334;
}

.ask-cont:hover {
    box-shadow: 0 0 10px #ccc;
    transform: translateY(-12px);
}

.ask-dotBox {
    position: absolute;
    left: 50%;
    top: 0;
    width: 23px;
    margin-left: -11.5px;
    z-index: 2;
    background: url("../images/linebg.png") center top no-repeat;
}

.ask-dot {
    width: 23px;
    height: 23px;
    margin-bottom: 94px;
    background: url("../images/dot-bg.png") center center no-repeat;
}

.ask-dot:first-child {
    margin-top: 75px;
}

.ask-dot.active {
    background-image: url("../images/dot-hover.png");
}

.ask-angle {
    width: 23px;
    height: 23px;
    background: url("../images/tri-bg.png") center center no-repeat;
}

.ask-btn {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 35px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #f0545a, #e70334);
    background: -moz-linear-gradient(top, #f0545a, #e70334);
    background: -ms-linear-gradient(top, #f0545a, #e70334);
    background: linear-gradient(top, #f0545a, #e70334);
}


/*responsibility-box*/
.responsibility-box {
    height: auto;
    overflow: hidden;
    box-shadow: 0 30px 20px #f7f7f7 inset;
    position:relative;
    background:white;
}
.responsibility-tip{
	height: 170px;
    padding-top: 60px;
    background: url("../images/stu-bg2.png") top center no-repeat;
}
.responsibility-title {
    font-size: 38px;
    color: #000;
    text-align: center;
}
.responsibility-con{
	position: relative;
    width: 1300px;
    padding: 0 75px;
    margin-bottom:70px;
    min-height:70px;
}
.responsibility-con .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
}
.responsibility-con .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.responsibility-con .swiper-slide{
	padding:10px 0;
}
.responsibility-con .swiper-slide img{
	width: 100%;
    height: 100%;
    box-shadow: 2px 1px 15px #888888;
}
.responsibility-btn-wrap{
	text-align:center;
	margin-top:45px;
	padding-bottom:45px;
}
.responsibility-btn {
	display:inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #f0545a, #e70334);
    background: -moz-linear-gradient(top, #f0545a, #e70334);
    background: -ms-linear-gradient(top, #f0545a, #e70334);
    background: linear-gradient(top, #f0545a, #e70334);
}

 /*jobWant*/   
.jobWant-box{
	height: auto;
    overflow: hidden;
    position:relative;
    background:white;
}
.jobWant-tip{
	height: 170px;
    padding-top: 60px;
}
.jobWant-title {
    font-size: 38px;
    color: #000;
    text-align: center;
}
.jobWant-con{
	position: relative;
    width: 1300px;
    padding-top: 0;
    padding-bottom:0;
    padding-right:75px;
    padding-left:75px;
    margin-bottom:100px;
    min-height:70px;
}
.jobWant-con .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
}
.jobWant-con .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.jobWant-con .swiper-slide{
	padding:15px 0;
}
.jobWant-con .swiper-slide img{
	width: 100%;
    height: 100%;
    box-shadow: 2px 1px 15px #888888;
}

.jobWant-btn {
	position: absolute;
    bottom:110px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #f0545a, #e70334);
    background: -moz-linear-gradient(top, #f0545a, #e70334);
    background: -ms-linear-gradient(top, #f0545a, #e70334);
    background: linear-gradient(top, #f0545a, #e70334);
}
.rotate-wrap{
	background: url(../images/stu-bg2.png) top center no-repeat;
    height: 110px;
    transform: rotate(180deg);
    margin-top: 40px;
}

 /*socialResponsibility*/ 
.socialResponsibility-con{
	width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

 /*article*/ 
.article-box{
	background:white;
}
.article-tip {
    height:80px;
    padding-top: 60px;
    background: url(../images/stu-bg2.png) top center no-repeat;
}
.article-con{
	position: relative;
    width: 1200px;
    height: 670px;
    margin: 0 auto;
    border: 2px solid #f7f7f7;
    box-shadow: 0 0 10px #f7f7f7;
    padding:10px;
    overflow: hidden;
}
.article-left{
    float:left;
    width:565px;
    box-shadow: 0 10px 30px #f7f7f7;
    border: 1px solid #f7f7f7;
}
.article-item-wrap a{
	color:#595959
}
.article-item-tit{
	background-color: #333;
    color: white;
    padding: 0 15px;
    font-size: 20px;
    line-height: 50px;
}
.article-right{
    float:right;
    width:565px;
    box-shadow: 0 10px 30px #f7f7f7;
    border: 1px solid #f7f7f7;
}
.article-item{
	line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}
.article-item:hover{
	color:#e70334;	
	background:#f7f7f7;
}
.article-item:last-child{ 
	border-bottom: none;
}
.article-more-btn{
	font-size: 14px;
    color: #e70334;
    float: right;
    cursor:pointer;
}

/*courseCoach*/
.in-banner {
    display: block;
    position: relative;
}

.in-banner img {
    width: 100%;
}

.in-control {
    position: absolute;
    left: 19%;
    bottom: 20%;
    /*margin-left: -600px;*/
    width: 400px;
    height: 45px;
    z-index: 10;
}

.in-link {
    display: block;
    width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #f0545a, #e70334);
    background: -moz-linear-gradient(top, #f0545a, #e70334);
    background: -ms-linear-gradient(top, #f0545a, #e70334);
    background: linear-gradient(top, #f0545a, #e70334);
}

.sort-course {
    border-bottom: 1px solid #f6f6f6;
}

.sort-con {
    display: flex;
    width: 1200px;
    margin: 20px auto;
    justify-content: space-around;
}

.sort-btn {
    margin: 0 5px;
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #595959;
    font-size: 16px;
}

.sort-btn.active {
    color: #fff;
    background-color: #e70334;
    border-radius: 100px;
}

.sort-btn:hover {
    color: #e70334;
}

.sort-btn.active:hover {
    color: #fff;
}

.course-plan {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    background: url("../images/growthplanBg.png") 70px 35px no-repeat;
}

.course-plan-title {
    font-size: 30px;
    color: #000;
}

.course-plan-line {
    width: 30px;
    margin: 0 10px;
    background: url("../images/down-line.png") center 72px no-repeat;
}

.course-content {
    background-image: url("../images/courseBg.png");
}

.plan-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
}

.plan-con {
    width: 93.75px;
    text-align: center;
    padding-bottom: 40px;
}

.plan-dot {
    width: 50px;
    background: url("../images/dotBg.png") center 50px no-repeat;
    background-size: 80% auto;
}

.plan-icon {
    height: 93.75px;
}

.icon-direct {
    background: url("../images/icon-plan1.png") center center no-repeat;
    background-size: 100% 100%;
}

.plan-name {
    margin-top: 15px;
    line-height: 25px;
    color: #333;
    font-size: 18px;
}

.plan-short {
    line-height: 20px;
    color: #898989;
}

.course-box {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #f6f6f6;
}

.course-top {
    display: flex;
    height: 80px;
    line-height: 80px;
    background-color: #e70334;
}

.course-sort {
    width: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.course-chooseBox{
    width: 500px;
    margin: 20px auto;
    border-radius: 100px;
    overflow: hidden;
    background-color: #f2f2f2;
    box-shadow: inset 0 0 20px #ccc;
}
.course-choose{
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #e70334;
    cursor: pointer;
    text-align: center;
}

.course-choose.active{
    color: #fff;
    background-color: #e70334;
    box-shadow: inset 0 0 20px #ccc;
    border-radius: 100px;
}

.course-itemCon{
    display: none;
}

.course-itemCon.active{
    display: block;
}

.course-con {
    display: flex;
    padding: 25px 0;
    background: #e6e6e6;
}

.course-con:hover {
    box-shadow: 0 0 10px #ccc;
}

.course-key {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    color: #595959;
    font-size: 16px;
    font-weight: bold;
}
.course-keyBox{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.course-key2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #595959;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.course-value {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
    align-items: center;
}

.course-item {
    width: 100%;
    /*height: 50px;*/
    line-height: 50px;
    color: #595959;
    font-size: 16px;
}

.gray-bg {
    background-color:#dbdbdb;
}

.course-protocol {
    display: block;
    width: 1200px;
    margin: 0 auto;
    line-height: 70px;
    color: #e50936;
}

.course-protocol:hover {
    text-decoration: underline;
}

/*user center*/

/*login*/
.vip-bg {
    min-width: 1200px;
    height: 960px;
    overflow: hidden;
    background: url("../images/vip-bg.png") center center no-repeat;
}

.vip-box {
    width: 700px;
    height: 600px;
    margin: 50px auto;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px #000;
}

.vip-left {
    float: left;
    width: 260px;
    height: 600px;
    background: url("../images/vip-left.png");
}

.vip-right {
    float: right;
    width: 440px;
    height: 600px;
}

.vip-logo {
    display: block;
    width: 152px;
    height: 72px;
    margin: 120px auto 0;
}

.vip-high {
    display: block;
    width: 205px;
    height: 13px;
    margin: 20px auto;
}

.vip-btn {
    display: block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    color: #fff;
    background: url("../images/op-bg.png");
    overflow: hidden;
}

.vip-btn-login {
    margin: 145px auto 0;
}

.vip-btn-regist {
    margin: 12px auto;
}

.vip-btn:hover {
    background-image: url("../images/op-hv.png");
}

.vip-btn.active {
    background-image: url("../images/op-hv.png");
}

.icon-vip {
    float: right;
    width: 14px;
    height: 35px;
}

.icon-login {
    background: url("../images/icon-login.png") center center no-repeat;
}

.icon-regist {
    background: url("../images/icon-regist.png") center center no-repeat;
}

.vip-right {
    padding: 0 64px;
}

.login-title {
    line-height: 30px;
    margin: 90px auto 50px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.vip-input-box {
    position: relative;
}

.vip-key {
    height: 25px;
    color: #B2B2B2;
}

.vip-input {
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.vip-input:focus{
    border-color:#e70334;
}

.vip-input::-webkit-input-placeholder{
    color: #333;
}

.vip-input-box label.error {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    color: red;
}

.vip-tip {
    height: 16px;
    color: #898989;
}

.vip-tip-chk {
    float: left;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.vip-remember {
    float: left;
    margin: 0 8px;
}

.vip-forget {
    float: right;
    color: #898989;
}

.vip-button {
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #fff;
    background-color: #e70334;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.vip-go {
    margin-top: 90px;
}

/*regist*/
.regist-title {
    line-height: 30px;
    margin: 30px auto 38px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.code-btn {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222;
    cursor: pointer;
}

.code-time {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #222;
    cursor: pointer;
}

.vip-re {
    margin-top: 30px;
}

/*myInfo*/
.center-top {
    position: relative;
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
}

.center-name {
    height: 120px;
    line-height: 130px;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.center-tutor{
    margin-left: 50px;
}

.center-logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 90px;
    height: 90px;
    padding: 5px;
    margin-left: -45px;
    margin-top: -45px;
    background-color: #fff;
    border-radius: 100%;
}

.center-logo img {
    width: 80px;
    height: 80px;
}

.center-sider {
    display: flex;
    justify-content: center;
    height: 80px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.center-sider-btn {
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #595959;
    font-size: 16px;
}

.center-sider-btn.active {
    color: #fff;
    background-color: #e70334;
    border-radius: 100px;
}

.center-sider-btn:hover {
    color: #e70334;
}

.center-sider-btn.active:hover {
    color: #fff;
    background-color: #e70334;
}

.info-box {
    width: 402px;
    margin: 50px auto 100px;
}

.info-con {
    height: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.info-cont {
    float: left;
    width: 320px;
    height: 30px;
    line-height: 30px;
    color: #898989;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.info-edit {
    float: right;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #e70334;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.info-edit:hover {
    text-decoration: underline;
}

.info-editPwd:hover {
    color: #e70334;
    text-decoration: underline;
}

.info-modify {
    position: relative;
    margin-top: 20px;
}

.info-key {
    line-height: 30px;
    color: #898989;
    font-size: 16px;
}

.info-input {
    width: 100%;
    height: 30px;
    color: #898989;
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
}

.info-modify label.error {
    position: absolute;
    right: -200px;
    bottom: 0;
    height: 30px;
    color: red;
}

/*question*/
.issue-box {
    width: 1200px;
    margin: 40px auto;
}

.issue-con {
    cursor: pointer;
    margin-bottom: 25px;
}

.issue-top {
    height: 85px;
    padding-left: 80px;
    padding-top: 15px;
    background: url("../images/ques-bg.png") 25px center no-repeat;
    background-color: #f8f8f8;
}

.issue-tip {
    line-height: 25px;
    color: #898989;
}

.issue-title {
    line-height: 30px;
}

.issue-mid {
    display: none;
    padding: 0 18px;
    transition: all .5s ease;
}

.issue-tips {
    margin-top: 20px;
    height: 18px;
    font-size: 18px;
    color: #111;
}

.issue-answer {
    margin: 15px auto;
    padding: 0 10px;
    text-indent: 28px;
    line-height: 25px;
    color: #595959;
    background: url("../images/guide.png") left top no-repeat, url("../images/guide-reverse.png") right bottom no-repeat;
    overflow: hidden;
}

.issue-time {
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    color: #5d5d5d;
    background-color: #dedede;
}

.issue-con.active {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px #e5e5e5;
}

.issue-con.active .issue-time {
    color: #fff;
    background-color: #e70334;
}

.issue-con.active .issue-mid {
    display: block;
}

.page-box {
    display: flex;
    width: 1200px;
    margin: 50px auto;
    justify-content: center;
}

.page-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    text-align: center;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.page-btn.active {
    color: #e70334;
    border-color: #fff;
    background: none;
}

.page-btn.dot {
    border-color: #fff;
    background: none;
}

.page-button {
    width: 85px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    text-align: center;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.page-button.disabled {
    color: #ccc;
    background: none;
}

.page-total {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 10px;
    color: #666;
}

.page-to {
    height: 40px;
    line-height: 40px;
    color: #666;
}

.page-input {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
}

.page-submit {
    width: 56px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    text-align: center;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    cursor: pointer;
}

/*beTutor*/
.tutor-box {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 50px auto;
}

.tutor-con {
    display: flex;
    width: 50%;
    margin-bottom: 20px;
}

.tutor-keyBox {
    display: flex;
    flex-direction: row-reverse;
    width: 40%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #898989;
}

.tutor-item {
    width: 60%;
}

.tutor-star {
    width: 15px;
    height: 50px;
    background: url("../images/star.png") left center no-repeat;
}

.tutor-key {
    padding-right: 15px;
}

.tutor-br {
    line-height: 25px;
    padding-top: 10px;
    text-align: right;
}

.tutor-input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.tutor-text {
    width: 100%;
    height: 160px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    resize: none;
}

.tutor-upload {
    position: relative;
    width: 70px;
    height: 30px;
    line-height: 28px;
    margin-top: 10px;
    color: #e70334;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
}

.tutor-file {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 2;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*cursor: pointer;*/
    /*opacity: 0;*/
    height: 30px;
    margin-top: 15px;
}

.tutor-tip {
    margin-top: 15px;
    height: 75px;
    line-height: 25px;
    color: #a9a9a9;
}

.tutor-img {
    position: relative;
    width: 158px;
    height: 158px;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
}

.tutor-img img {
    width: 100%;
    height: 100%;
}

.tutor-delete {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url("../images/file-del.png");
    cursor: pointer;
}

.tutor-files{
    height: 30px;
    overflow: hidden;
}
.tutor-filesName{
    float: left;
    width: 275px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.tutor-filesDelete{
    float: right;
    width: 24px;
    height: 30px;
    background: url("../images/file-del.png") center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.tutor-imgName{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.tutor-hint {
    width: 100%;
    margin: 50px auto;
    line-height: 20px;
    color: #e70334;
    text-align: center;
}

.tutor-submit {
    display: block;
    width: 170px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background-color: #e70334;
    border-radius: 100px;
    cursor: pointer;
    border: none;
}

/*瀵煎笀鍒楄〃*/
.tutor-container {
    width: 1200px;
    margin: 0 auto;
}

.in-title {
    height: 120px;
    padding-top: 60px;
    font-size: 30px;
    color: #000;
}

.in-tutor {
    background: url("../images/mentor-bg.png") 85px 38px no-repeat;
}

.tutor-cont {
    min-height: 290px;
    width: 595px;
    margin-right: 5px;
    float: left;
    margin-bottom: 50px;
    background: #fbfbfb;
    /*border-radius: 200px;*/
    overflow: hidden;
    border-bottom: 1px solid grey;
}

.tutor-cont img {
    float: left;
    /*max-width: 110px;
    max-height: 185px;
    border-radius: 100%;*/
    width:180px;
    margin-right: 15px;
}

.tutor-man {
    /*float: right;
    width: 475px;
    margin-right: 70px;*/
}

.tutor-name {
    line-height: 60px;
    font-size: 30px;
    color: #111;
    margin-top: 10px;
    overflow: hidden;
}

.tutor-short {
    min-height: 110px;
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}

.tutorView-container {
    width: 1050px;
    margin: 0 auto;
}

.tutor-body {
    overflow: hidden;
}

.tutor-body img {
    float: left;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    margin: 0 15px;
}

.tutor-info {
    float: right;
    width: 780px;
}

.tutor-right {
    height: 34px;
    margin: 25px 0;
    overflow: hidden;
}

.tutor-names {
    float: left;
    margin-right: 20px;
    font-size: 30px;
    color: #111;
}

.tutor-manage {
    float: left;
    font-size: 18px;
    color: #898989;
    line-height: 40px;
}

.tutor-good {
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}

.tutor-single {
    margin: 20px auto;
    padding: 20px 25px;
    background: #f7f7f7;
    line-height: 25px;
    color: #595959;
}

.tutor-single span {
    font-size: 18px;
}

.tutor-to {
    height: 80px;
    line-height: 90px;
    font-size: 30px;
    color: #000;
}

.tutor-detail {
    line-height: 25px;
    margin: 18px auto 40px;
    padding: 45px 0;
    text-indent: 30px;
    color: #595959;
    background: url("../images/word-bg.png") left top no-repeat, url("../images/word-bg2.png") right bottom no-repeat;
    overflow: hidden;
}

/*瀛﹀憳鎴樼哗鍒楄〃*/
.in-record {
    background: url("../images/achieve-bg.png") 85px 38px no-repeat;
    text-align:center;
}

.record-box {
    position: relative;
    padding: 65px 20px 20px 20px;
    margin-top: 90px;
    background: url("../images/stu-bd.png") center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}

.record-img {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -40px;
    left: 20px;
    z-index: 10;
    border-radius: 100%;
    background-color: #eee;
}

.record-img img {
    width: 80px;
    height: 80px;
    margin: 5px;
}

.record-info {
    position: absolute;
    height: 40px;
    top: -40px;
    left: 120px;
    z-index: 10;
    line-height: 40px;
    overflow: hidden;
}

.record-name {
    float: left;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}

.record-school {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.record-offer {
    position: absolute;
    top: 17px;
    left: 120px;
    height: 26px;
    line-height: 26px;
    z-index: 10;
    padding: 0 15px;
    background-color: #f2f2f2;
}

.record-item {
    line-height: 30px;
    overflow: hidden;
    color: #595959;
}

.record-key {
    float: left;
    color: #111;
    font-weight: bold;
    margin-right: 10px;
}

.record-course {
    float: left;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    background-color: #e70334;
}

/*椤鹃棶鍜ㄨ*/
.in-advicer {
    background: url("../images/adviser.png") 85px 38px no-repeat;
}

.advice-box {
    overflow: hidden;
}

.advice-item {
    position: relative;
    float: left;
    width: 275px;
    height: 390px;
    margin: 20px 33px 20px 0;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.advice-item:nth-child(4n) {
    margin-right: 0;
}

.advice-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 20px auto 0;
    border-radius: 100%;
}

.advice-name {
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    background: url("../images/linebg-sm.png") center bottom no-repeat;
}

.advice-short {
    height: 120px;
    line-height: 24px;
    margin: 10px auto;
    color: #595959;
    overflow: hidden;
}

.advice-back {
    position: absolute;
    left: 0;
    top: 390px;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow:hidden;
    background: url("../images/opacity-red.png");
}

.advice-bd {
    width: 240px;
    height: 355px;
    margin: 17px auto;
    padding-top: 50px;
    text-align: center;
    background: url("../images/opacity-bd.png");
    background-size: 100% 100%;
}

.advice-info {
    line-height: 25px;
    color: #fff;
}

.advice-qrcode {
    width: 190px;
    height: 190px;
    margin: 10px auto;
}

.advice-qrcode img {
    width: 100%;
    height: 100%;
}

/*姹傝亴闂瓟*/
.in-question {
    background: url("../images/question-bg.png") 85px 38px no-repeat;
}

.publish-box {
    width: 900px;
    margin: 40px auto;
}

.publish-text {
    width: 900px;
    height: 420px;
    padding: 20px;
    line-height: 25px;
    border: 1px solid #eee;
    resize: none;
}

.publish-sub {
    display: block;
    margin: 40px auto;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background-color: #e70334;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.publish-success {
    height: 70px;
    margin-top: 60px;
    background: url("../images/success-sub.png") center center no-repeat;
}

.publish-title {
    line-height: 70px;
    color: #e70334;
    font-size: 30px;
    text-align: center;
}

.publish-hint {
    color: #898989;
    font-size: 16px;
    text-align: center;
}

/*鍔犲叆鎴戜滑*/
.in-join {
    background: url("../images/recruit.png") 85px 38px no-repeat;
}

.join-box {
    border: 1px solid #eee;
    cursor: pointer;
}

.join-title {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 20px;
    padding: 0 30px;
}

.join-con {
    display: none;
    padding: 0 30px 20px 30px;
}

.join-tip {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 20px;
}

.join-cont {
    color: #595959;
    line-height: 30px;
}

.join-box.active .join-title {
    color: #f5f5f5;
    background-color: #e70334;
}

.join-box.active .join-con {
    display: block;
}

/*鏈�鏂板姩鎬�*/
.trends-box {
    width: 1200px;
    margin: 40px auto;
}

.trends-item {
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
}

.trends-img {
    float: left;
    width: 390px;
    height: 230px;
}

.trends-con {
    float: left;
    width: 750px;
    height: 230px;
    margin-left: 30px;
}

.trends-title {
    height: 60px;
    line-height: 22px;
    font-size: 20px;
    color: #000;
}

.trends-time {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}

.trends-cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 16px;
    color: #898989;
}

.trends-item:hover .trends-title {
    color: #e70334;
    font-weight: bold;
}

.trend-box {
    width: 980px;
    margin: 30px auto 0;
}

.trend-title {
    font-size: 24px;
    text-align: center;
}

.trend-line {
    width: 150px;
    height: 2px;
    margin: 25px auto;
    background: #e70334;
}

.trend-info {
    display: flex;
    justify-content: center;
}

.trend-con {
    margin: 0 20px;
    color: #898989;
}

.trend-item {
    margin: 30px auto;
}

.trend-item img {
    display: block;
    width: 95%;
    margin: 20px auto;
}

.trend-cont {
    text-indent: 35px;
    line-height: 30px;
    color: #898989;
}

/*鏈烘瀯绠�浠�*/
.summary-box {
    width: 1200px;
    margin: 40px auto;
    padding: 0 10px;
}

.summary-title {
    padding: 0 35px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.summary-cont {
    line-height: 50px;
    font-size: 16px;
    color: #595959;
    text-indent: 35px;
}

/*鏈烘瀯鑽ｈ獕*/
.honor-box {
    padding: 20px 10px;
    width: 1220px;
    margin: 20px auto;
    overflow: hidden;
}

.honor-item {
    float: left;
    position: relative;
    width: 380px;
    height: 280px;
    margin: 20px 20px 20px 0;
    background-color: #f3f3f3;
}

.honor-item:nth-child(3n) {
    margin-right: 0;
}

.honor-img {
    display: block;
    width: 300px;
    height: 200px;
    margin: 40px auto;
}

.honor-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 170px 10px 10px 10px;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: url("../images/opacityBg.png");
}

.honor-item:hover {
    box-shadow: 0 0 10px #000;
}

.honor-item:hover .honor-overlay {
    display: block;
}

/*鑱旂郴鎴戜滑*/
.contact-box {
    width: 1050px;
    margin: 50px auto;
    text-align: center;
}

.contact-ch {
    font-size: 30px;
    color: #111;
}

.contact-en {
    color: #ccc;
    line-height: 30px;
}

.contact-con {
    display: flex;
    justify-content: space-around;
    margin: 55px auto;
}

.contact-item {
    line-height: 30px;
}

.focus-title {
    display: inline-block;
    width: 260px;
    height: 24px;
    font-size: 24px;
    background: url("../images/focus.png") center center no-repeat;
}

.focus-con {
    margin: 30px auto;
}

.focus-btn {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.focus-wechat {
    background: url("../images/wechat.png");
}

.focus-weibo {
    background: url("../images/weibo.png");
}

.focus-qq {
    background: url("../images/qq.png");
}

.focus-box{
    display: none;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.focus-box img{
    width: 100%;
    height: 100%;
}

.focus-btn:hover .focus-box{
    display: block;
}

.protocol-cont{
    font-size: 16px;
    line-height: 25px;
}

/* global */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovh {
    overflow: hidden;
}

.fwb {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mt70 {
    margin-top: 70px;
}

.none {
    display: none;
}

.a-link:hover {
    color: #e70334;
}

/*animate*/
.ani-up {
    visibility: hidden;
    opacity: 0;
}

.fadeInUp {
    visibility: visible;
    animation: fadeInUp ease-out .6s forwards;
    -webkit-animation: fadeInUp ease-out .6s forwards;
    -moz-animation: fadeInUp ease-out .6s forwards;
}

.link-con:nth-child(2) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.link-con:nth-child(3) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.link-con:nth-child(4) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.custom-item:nth-child(2) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.custom-item:nth-child(3) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.custom-item:nth-child(4) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.custom-item:nth-child(5) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.custom-item:nth-child(6) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.ask-cont:nth-child(2) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.ask-cont:nth-child(3) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.ask-cont:nth-child(4) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.advicer-cont:nth-child(2) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.advicer-cont:nth-child(3) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.advicer-cont:nth-child(4) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

.paper-csa{
    color: white;
    background-color:#e70334;
    padding: 10px 20px;
    border: 1px solid white;
    letter-spacing: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}
