@charset "utf-8";

body {
    color: #333333;
    font-size: 14px;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.Validform_checktip {
    display: none !important;
}

a {
    cursor: pointer;
}


/* header */

.header {
    width: 100%;
    height: 500px;
    background: url(../img/headBanner.jpg) no-repeat center top;
    position: relative;
}

.headCon {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.headCon h1 * {
    position: absolute;
    right: 0;
}

.headCon h1 b {
    font-size: 54px;
    top: 84px;
    color: #2630a8;
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: -moz-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, #2630a8, #0086f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headCon h1 span {
    font-size: 44px;
    top: 158px;
    color: #2630a8;
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: -moz-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, #2630a8, #0086f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headCon h1 em {
    font-size: 24px;
    top: 245px;
    color: #FFFFFF;
    right: 37px;
}

.headCon h1 i {
    font-size: 24px;
    top: 318px;
    color: #2630a8;
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: -moz-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, #2630a8, #0086f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    right: 104px;
}

.headBtn {
    position: absolute;
    top: 382px;
    right: 0;
}

.headBtn a {
    display: inline-block;
    width: 148px;
    height: 48px;
    border: 1px solid #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-right: 25px;
}

.headBtn b {
    font-size: 18px;
}

.headBtn a:hover {
    color: #FFFFFF;
    background-color: #333333;
}


/* header */


/* nav */

.mainNav {
    width: 100%;
    height: 60px;
}

.mainNav .mainNav_wrap {
    width: 100%;
    height: 60px;
    background: url(../img/nabBg.jpg) no-repeat center;
}

.mainNav ul {
    width: 1000px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    height: 60px;
    text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mainNav li {
    cursor: pointer;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 17px;
}

.mainNav a {
    display: block;
    font-size: 16px;
    float: right;
    height: 60px;
    line-height: 60px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
    color: #ff6637;
}


/* nav */


/* lead and form */

.leadAndForm {
    background: #F2F5FE;
    padding-bottom: 60px;
}

.lf-content {
    padding-top: 70px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.lead {
    width: 500px;
}

.lead-tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.lead p {
    font-size: 16px;
    line-height: 36px;
}

.biaodan {
    width: 425px;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    padding: 30px 0;
    position: absolute;
    top: 25px;
    right: 0;
    border-bottom: 5px solid #ECEBE9;
}

.biaodan h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.biaodan form div {
    margin-bottom: 10px;
}

.biaodan form div.noMR {
    margin-right: 0;
}

.biaodan h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
    height: 38px;
    font-family: "微软雅黑";
    width: 264px;
    color: #aab2bd;
}

.biaodan form input {
    padding-left: 5px;
    width: 256px;
    position: relative;
    top: 1px;
}

.mobile,
.name,
.Nstep,
.Occupation {
    width: 265px;
    padding: 1px 0;
    margin: 0 auto;
    padding-left: 42px;
    margin-bottom: 10px;
    height: 40px;
}

.biaodan div.mobile {
    background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan div.name {
    background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan div.Nstep {
    background: url(../img/eduBox.jpg) no-repeat center;
}

.biaodan div.Occupation {
    background: url(../img/jobBox.jpg) no-repeat center;
}

#submit {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-color: #ff6637;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
}

#submit:hover {
    background-color: #df872d;
}


/*lead and form*/


/** common style **/

.section {
    width: 100%;
    padding: 70px 0;
    background-color: #FFFFFF;
}

.section.pbnone {
    padding-bottom: 0;
}

.section-content {
    width: 1000px;
    margin: 0 auto;
}

.section-content h2 {
    margin-bottom: 50px;
    text-align: center;
}

.section-content h2 b,
.section-content h2 span {
    display: block;
    position: relative;
}

.section-content h2 b {
    font-size: 34px;
    padding-bottom: 20px;
    background: url(../img/titBg.png) no-repeat center bottom;
}

.section-content h2 span {
    font-size: 28px;
    margin-top: 10px;
}

.ly-wrap {
    width: 510px;
    margin: 0 auto;
    text-align: center;
}

.ly-link {
    display: block;
    width: 248px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin: 40px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ff6637;
    border: 1px solid #ff6637;
}

.ly-link:hover {
    background-color: #ff6637;
    color: #FFFFFF;
}

.grayBg {
    background-color: #F5F5F5;
}

.section .part-tit {
    background: url(../img/subTitBg.png) no-repeat center;
    width: 502px;
    height: 66px;
    line-height: 66px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 50px;
}

.connect,
.connect2 {
    position: relative;
}

.connect:after {
    position: absolute;
    content: "";
    width: 92px;
    height: 92px;
    top: -120px;
    left: -230px;
    background: url(../img/connect.png) no-repeat center;
}

.connect2:after {
    position: absolute;
    content: "";
    width: 87px;
    height: 122px;
    right: -215px;
    top: -140px;
    background: url(../img/connect2.png) no-repeat center;
}

.list li {
    width: 240px;
    padding: 20px 0;
    float: left;
    margin-right: 13px;
    background-color: #FFFFFF;
}

.list li.noMR {
    margin-right: 0;
}

.list img {
    margin: 0 auto;
}

.list h3 {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
}

.list p {
    line-height: 24px;
    color: #666666;
}

.tab {
    width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #333333;
    border-right: 0;
}

.tab li {
    float: left;
    width: 149px;
    height: 48px;
    border-right: 1px solid #333333;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.tab .active,
.tab li:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.contents .content {
    display: none;
}

.contents .active {
    display: block;
}


/** common style **/


/*<!--analysis-->*/

.anaList li {
    padding: 20px 25px;
    width: 190px;
    background-color: #F2F5FE;
}


/*<!--analysis-->*/


/*<!--vs-->*/

.compare {
    padding: 35px 55px;
    background: url(../img/vs.png) no-repeat center 20px #FFFFFF;
    margin-bottom: 50px;
}

.compare h4 {
    width: 340px;
    height: 66px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 66px;
    margin: 0 auto 30px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

.compare .left,
.compare .right {
    width: 420px;
}

.vs .left h4 {
    background-color: #aeaeae;
}

.vs .right h4 {
    background-color: #44cb94;
}

.compare p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    margin-top: 10px;
}

.compare .left p {
    background-color: #AEAEAE;
}

.compare .right p {
    background-color: #44cb94;
}

.question li {
    width: 485px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.vs .ly-link {
    margin-top: 10px;
}

.question li b {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    text-align: center;
    float: left;
    background-color: #44CB94;
    color: #FFFFFF;
    font-size: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.question li span {
    display: block;
    font-size: 17px;
    color: #666666;
    line-height: 30px;
    margin-left: 120px;
    padding: 20px 40px 20px 0;
}


/*<!--vs-->*/


/*<!--advan-->*/

.advan .part-tit {
    margin-top: 50px;
}

.advanList li {
    padding: 0;
    background-color: #F2F5FE;
}

.advanList h4 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #BEC9FF;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-indent: 60px;
}

.advanList h4 img {
    position: absolute;
    top: -16px;
    left: 35px;
}

.advanList h5 {
    color: #9999FF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 18px 0 12px;
}

.advanList p {
    padding: 0 33px 30px;
    color: #666666;
}

.stepList {
    width: 1000px;
    height: 81px;
    border: 0;
}

.stepList li {
    width: 205px;
    border: 0;
    left: -5px;
    position: absolute;
    background: url(../img/step.png) no-repeat center;
    font-size: 16px;
    line-height: 28px;
    height: 81px;
    color: #666666;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stepList li:hover,
.stepList li.active {
    background-image: url(../img/activeStep.png);
    color: #333333;
    background-color: transparent !important;
}

.stepList .step1 {
    left: 0;
    background: url(../img/oneStep.png) no-repeat center;
}

.stepList .step1:hover,
.stepList .step1.active {
    background-image: url(../img/activeOneStep.png);
    background-color: transparent;
}

.stepList .step2 {
    left: 199px;
}

.stepList .step3 {
    left: 398px;
}

.stepList .step4 {
    left: 597px;
}

.stepList .step5 {
    left: 796px;
}

.stepList b {
    display: block;
}

.stepCon .content {
    padding: 20px 35px;
    background-color: #F5F5F5;
    line-height: 26px;
    color: #666666;
}


/*<!--advan-->*/


/*<!--fitFor-->*/

.fitFor {
    background: url(../img/bg.jpg) no-repeat center;
}

.fitFor h2 {
    color: #FFFFFF;
}

.fitFor h2 b {
    background-image: url(../img/titBg_white.png);
}

.fitCon {
    padding: 55px 0;
    position: relative;
    background-color: rgba(255, 255, 255, .9);
}

.fitCon:before {
    content: "";
    width: 370px;
    height: 401px;
    background: url(../img/pic.png) no-repeat center;
    position: absolute;
    left: 18px;
    bottom: 0;
}

.fitCon p {
    padding-left: 428px;
    line-height: 48px;
    font-size: 18px;
}

.fitFor .ly-link {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.fitFor .ly-link:hover {
    background-color: #FFFFFF;
    color: #1D51C3;
}


/*<!--fitFor-->*/


/*<!--package-->*/

.package-ul {
    width: 450px;
}

.package .tab {
    border: solid 1px #135acf;
}

.package .tab li {
    border-right: 1px solid #135acf;
    color: #6281b3;
}

.package .tab .active,
.tab li:hover {
    background-color: #135acf;
    color: #ffffff;
}

.js-contents-pack {
    margin-top: 50px;
}

.sm-part-tit {
    border-radius: 50px;
    width: 320px !important;
    background-size: cover !important;
}

.content-pack .ul-box li {
    float: left;
    width: 152px;
    height: 160px;
    color: #0e97ef;
    font-size: 18px;
    text-align: center;
    margin-right: 14px;
    box-shadow: -4px 11px 30px #dfe5e8;
    background: url(../img/circleBg1.png) #fff no-repeat right bottom;
}

.content-pack .ul-box li.nomr {
    margin-right: 0;
}

.content-pack .ul-box p {
    width: 152px;
    height: 130px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.content-pack .ul-list li {
    float: left;
    width: 280px;
    height: 490px;
    padding: 40px;
    font-size: 18px;
    text-align: center;
    margin-right: 14px;
    box-sizing: border-box;
    box-shadow: -4px 11px 30px #dfe5e8;
}

.content-pack .ul-list li:nth-child(1) {
    color: #0e97ef;
    background: url(../img/circleBg1.png) #fff no-repeat right bottom;
}

.content-pack .ul-list li:nth-child(2) {
    color: #44cb94;
    background: url(../img/circleBg2.png) #fff no-repeat right bottom;
}

.content-pack .ul-list li:nth-child(3) {
    color: #ff9231;
    background: url(../img/cicleBg3.png) #fff no-repeat right bottom;
}

.content-pack .ul-list li:nth-last-child {
    margin-right: 0;
}

.content-pack .ul-list h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-pack .ul-list p {
    line-height: 45px;
    margin-top: 12px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.content-pack .ul-list.Two {
    width: 588px;
    margin: 0 auto;
}

.content-pack .ul-list.wide {
    width: 800px;
}

.content-pack .ul-list.wide li {
    width: 386px;
}

.content-pack .ul-list.Three {
    width: 1000px;
    margin: 0 auto;
}

.content-pack .ul-list.Three li {
    width: 319px;
    height: 570px;
    padding: 40px 30px;
}

.content-pack .ul-list.Three p {
    line-height: 28px !important;
    padding-bottom: 10px !important;
}

.linkTo {
    display: block;
    height: 220px;
    margin-top: 70px;
    background: url(../img/linkTo.jpg) no-repeat center;
}


/*<!--package-->*/


/*<!--cooperate-->*/

.cooperate li {
    float: left;
    width: 190px;
    height: 190px;
    line-height: 190px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}

.cooperate li.nomr {
    margin-right: 0;
}

.res-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 26px;
    background: url(../img/hoverBg.jpg) no-repeat center;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0;
}

.res-content p {
    height: 150px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}

.cooperate li:hover .res-content {
    /*opacity: 0.9;*/
}

.cooperate .img-box {
    height: 190px;
    width: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cooperate img {
    margin: 0 auto;
}

.cooperate .ly-link {
    margin-top: 30px;
}


/*<!--cooperate-->*/


/*<!--resource-->*/

.resList li {
    padding: 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 15px #CCCCCC;
    -moz-box-shadow: 2px 2px 15px #CCCCCC;
    box-shadow: 2px 2px 15px #CCCCCC;
}

.resList img {
    display: block;
    float: left;
    margin-top: 6px;
}

.resList b {
    display: block;
    float: left;
    width: 200px;
    padding-left: 10px;
    line-height: 72px;
    font-size: 18px;
    color: #1D51C3;
}

.resList span {
    display: table-cell;
    width: 680px;
    padding-right: 20px;
    height: 72px;
    vertical-align: middle;
    line-height: 24px;
    color: #666666;
}

.resource .part-tit {
    margin-top: 50px;
    width: 320px;
    background: url(../img/subTit2.png) no-repeat center;
}

.govSlide {
    width: 1000px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.govSlide .hd {
    overflow: hidden;
    height: 18px;
    background: #f4f4f4;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
}

.govSlide .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    width: 1000px;
    text-indent: -14px;
}

.govSlide .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #333333;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.govSlide .hd ul li.on {
    background-color: #333333;
}

.govSlide .bd ul {
    overflow: hidden;
    zoom: 1;
}

.govSlide .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    width: 1000px;
    margin-right: 30px;
}

.govSlide .bd ul div {
    width: 385px;
    height: 175px;
    padding: 30px 50px;
    background-color: #E1EDFD;
    -webkit-box-shadow: 2px 2px 15px #CCCCCC;
    -moz-box-shadow: 2px 2px 15px #CCCCCC;
    box-shadow: 2px 2px 15px #CCCCCC;
}

.govSlide .bd ul div h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #3366CC;
    margin-bottom: 12px;
}

.govSlide .bd ul div p {
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

.govSlide .bd ul div b {
    display: block;
    font-weight: normal;
    line-height: 24px;
}

.govSlide .bd ul div img {
    float: left;
}

.govSlide .bd ul div span {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
    padding-left: 12px;
}


/*<!--resource-->*/


/*<!--recommand-->*/

.recommand .part-tit {
    margin-top: 50px;
}

.recList li {
    width: 320px;
    height: 240px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    top: 0;
}

.recList li:hover {
    top: -5px;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.recList .nomr {
    margin-right: 0;
}

.recList p {
    height: 240px;
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
}

.recList b {
    height: 240px;
    width: 320px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}

.recList em {
    font-weight: normal;
}


/*<!--recommand-->*/

.form {
    margin-top: 70px;
    background-color: #F5F5F5;
}

.biaodan2 {
    width: 1000px;
    padding: 35px 0;
    background: seagreen;
    margin: 0 auto;
    background: url(../img/circleBg4.png) no-repeat right bottom;
}

.biaodan2 div {
    display: block;
    float: left;
    margin-right: 10px;
}

.biaodan2 div {
    width: 170px;
    height: 40px;
    line-height: 40px;
    /* background: url(../img/nameBox2.jpg) no-repeat center; */
    padding-left: 40px;
}

.biaodan2 div.name {
    background: url(../img/nameBox2.jpg) no-repeat center;
}

.biaodan2 div.Nstep {
    background: url(../img/eduBox2.jpg) no-repeat center;
}

.biaodan2 div.Occupation {
    background: url(../img/jobBox2.jpg) no-repeat center;
}

.biaodan2 input,
.biaodan2 select {
    width: 159px;
    height: 38px;
    padding: 0 5px;
    color: #666666;
}

.biaodan2 select {
    width: 170px;
}

#submit2 {
    height: 40px;
    background-color: #59c0c7;
    width: 130px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#submit2:hover {
    background-color: #4ea6ac;
}


/*<!--idpAdvan-->*/

.ab-advan-ul {
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
    text-align: center;
}

.ab-advan-ul li {
    display: inline-block;
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    width: 120px;
}

.ab-advan-ul p {
    margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.ab-advan-ul .ab-advan-img img {
    margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
    height: 34px;
}

.ab-advan-ul li.lastAdvan {
    margin-right: 0;
}


/*<!--idpAdvan-->*/


/*template style*/

.serviceLis li {
    background-color: #FFFFFF !important;
}

.ausys_con {
    height: 90px !important;
}

.serviceLis .service_txt h6 {
    color: #60B1FF !important;
}

.advantage dt {
    border-color: #CCCCCC !important;
}

.foot {
    line-height: 28px;
}


/*template style*/


/*add style*/

.internship {
    margin-top: 30px;
}

.team-content ul {
    width: 576px;
}

.team-content li {
    width: 185px;
    height: 206px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.team-content li:nth-child(3n) {
    margin-right: 0;
}

.layer {
    width: 185px;
    height: 206px;
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: bold;
    line-height: 206px;
    text-align: center;
    font-size: 18px;
}

.team-content li.active {
    border: 5px solid #ccccff;
    box-sizing: border-box;
}

.team-contents {
    width: 385px;
    float: right;
    padding-top: 15px;
}

.t-content h3 {
    color: #8095ff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.t-content p {
    color: #666;
    font-size: 14px;
    line-height: 23px;
}

.t-content {
    display: none;
}

.current {
    display: block;
}

.tb_applyforjob thead {
    background: #33cc99;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.tb_applyforjob th {
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.tb_applyforjob th:nth-child(1) {
    width: 200px;
}

.tb_applyforjob tr td {
    color: #666;
    font-size: 14px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
    border-right: 2px solid #33cc99;
    border-bottom: 1px dashed #33cc99;
}

.tb_applyforjob tr td:nth-child(1) {
    text-align: center;
}

.tb_applyforjob tr td:last-child {
    border-right: 0;
}

.tb_applyforjob {
    border: 2px solid #33cc99;
}

.tb_applyforjob tr:last-child td {
    border-bottom: none;
}

.change_tb thead {
    background: #43a9ff;
}

.change_tb {
    border: 2px solid #43a9ff;
}

.change_tb tr td {
    text-align: center;
    border-right: 2px solid #43a9ff;
    border-bottom: 1px dashed #43a9ff;
}
.change_tb thead,
.change_tb tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.change_tb thead th{
	border-right: 2px solid #ffffff;
}

.change_tb thead th:last-child{
	border-right: none;
}

.change_tb tr td:nth-child(1) {
	text-align: left;
	width: 260px;
}
.change_tb tr td:nth-child(2) {
	width: 230px;
}
.change_tb tr td:nth-child(3) {
	width: 220px;
}
.change_tb tr td:nth-child(4) {
	width: 280px;
}

.change_tb tr td a {
    color: #666666;
}

.change_tb tr td a:hover {
    text-decoration: underline;
}
.change_tb tbody{
	display: block;
    height: 466px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cooperate li.active .res-content {
    opacity: 0.9;
}

.successcase-ul {
    width: 300px;
}

.case-content div {
    width: 465px;
    /*margin-right: 30px;*/
}

.case-content div h3 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.case-content div p {
    color: #666;
    line-height: 30px;
}

.case-content,
.recList {
    display: none;
}

.current {
    display: block;
}

.case-content a {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #ff8d49;
}

.recommand-ul {
    width: 450px;
}

/*add style*/