.intelligent{
    font-family: "PingFang SC", Helvetica, "Microsoft Yahei", 微软雅黑, Arial, sans-serif;;
}
.intelligent .banner{
    height: 400px;
    background: #ececee url("banner.png") 50% 50% no-repeat;
}
.banner-decs-con{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}
.banner-desc{
    width: 480px;
    height: 220px;
    position: absolute;
    top: 89px;
    left: 0;
}
.banner-desc .main-title{
    color: #4c4c4c;
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;font-size: 50px;
}
.banner-desc .sub-title{
    height: 64px;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
	text-shadow: 1px 1px 1px #fff;
}
.banner-desc .main-title span{
    color: #fc495e;
	 font-size: 50px;
}
.banner-desc .sub-title .percent{
    color: #fc495e;
    font-size: 19px;
    font-style: italic;
}
.intelligent .red-btn{
    display: block;
    font-size: 18px;
    text-align: center;
    background: #f93e53;
    color: white;
    border-radius: 4px;
    transition: all 0.1s ease-in;
}
.intelligent .red-btn:hover{
    background: rgba(249, 62, 83, .8);
}
.intelligent .order-now{
    width: 177px;
    height: 48px;
    line-height: 48px;
    margin-top: 60px;
    background: url("red_large_btn.png") 50% 50% no-repeat;
}
.intelligent .order-now:hover{
    background: url("red_large_btn.png") 50% 50% no-repeat;
    color: rgba(255, 255, 255, .8);
}
.intelligent-nav-con{
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 1px 10px #e5e5e5;
}
.fixed-intelligent-nav-con{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    _top: expression(eval(document.documentElement.scrollTop));
    _position: absolute;
    _clear: both;
}
.intelligent-nav {
    height: 60px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.intelligent-nav li.current {
    border-bottom: 2px solid #fb3a4c;
}
.intelligent-nav li {
    width: 239px;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid white;
    cursor: pointer;
}
.intelligent-nav li.current a, .intelligent-nav li.current a:hover {
    color: #fc3a4e;
}
.intelligent-nav li a, .intelligent-nav li a:hover {
    color: #4c4c4c;
    font-size: 14px;
    background: none;
    width: 100%;
    display: block;
}
.introduce-area{
    padding: 15px 0 0 0;
    background: white;
}
.introduce-content{
    width: 960px;
    margin: 0 auto;
    background: transparent;
}
.introduce-title {
    height: 68px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #4c4c4c;
}
.introduce-title span{
    line-height: 40px;
    position: relative;
}
.introduce-title .title-line {
    background: #d7d7d7;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -20px;
    font-size: 0px;
}
.title-important{
    color: #fa3a4c;
    font-size: 36px;
}
.introduce-desc{
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 24px;
    margin-top: 35px;
}
#applyArea{
    background: url("apply-area.png") 50% 0 no-repeat;
}
.apply-area ul{
    width: 334px;
    height: 428px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    float: left;
    margin-top: 60px;
    overflow: hidden;
}
.apply-area ul.apply-right-con{
    float: right;
}
.apply-area ul .header{
    height: 144px;
    background: #FC3D5F;
    background-image: linear-gradient(-135deg, #FC3D5F 0%,#FC6D56  100%);
    margin-bottom: 27px;
    overflow: hidden;
}
.apply-area ul.apply-right-con .header{
    background: rgba(228, 77, 100, .15);
}
.apply-area ul .header span{
    width: 58px;
    height: 58px;
    display: block;
    margin: 19px auto;
}
ul.apply-right-con .header span{
    background: url("no-apply.png") 50% 50% no-repeat;
}
ul.apply-left-con .header span{
    background: url("apply.png") 50% 50% no-repeat;
}
.apply-area ul .header p{
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}
ul.apply-right-con .header p{
    color: #4C4C4C;
}
.apply-area ul li.item{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4C4C4C;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    margin-top: 10px;
}
ul.apply-right-con li.item{
    color: #4A4A4A;
}
.apply-area ul li.item:before{
    display: inline-block;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #999999;
    vertical-align: middle;
    margin-right: 6px;
}
.apply-area ul li.item span{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FB3A4C;
    line-height: 17px;
}
.apply-area ul .btn-con{
    margin-top: 48px;
}
.apply-area ul .btn-con a{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    width: 165px;
    height: 46px;
    line-height: 46px;
}
ul.apply-right-con .btn-con a{
    border: 1px solid #FB3A4C;
    color: #FB3A4C;
    border: 1px solid #FB3A4C;
}
.apply-area ul .btn-con a:hover{
  background:#FC425F;
  background-image: linear-gradient(-145deg, #FC425F 0%, #FC6956 100%);
  color:white;
}
ul.apply-left-con .btn-con a:hover{
    background: none;
    background:#FC425F;
    background-image: linear-gradient(-145deg, #FC6956 0%, #FC425F 100%);
}
ul.apply-left-con .btn-con a{
    background:#FC425F;
    background-image: linear-gradient(-145deg, #FC425F 0%, #FC6956 100%);
    box-shadow: 0 5px 10px 0 rgba(251,66,84,0.34);
    color: #FFFFFF;
    height: 48px;
    line-height: 48px;
}
.apply-area{
    height: 594px;
}
.service-area{
    height: 1070px;
    background:#fafafa url("service-bg.png") 50% 100% no-repeat;
}
.service-list{
    height: 480px;
    margin-top: 60px;
}
.service-list ul{
    float: left;
    height: 480px;
}
.service-type-content{
    width: 402px;
    height: 478px;
    border: 1px solid #e5e5e5;
    margin-right: 25px;
    background: white;
}
.service-type-cell{
    position: relative;
}
.service-type-cell .pointer{
    position: absolute;
    width: 22px;
    height: 29px;
    background: url("pointor.png") 0 0 no-repeat;
    left: -29px;
    top: 33px;
    display: none;
}
.service-type-list{
    width: 530px;
    background: transparent;
}
.service-type-list li{
    width: 530px;
    height: 96px;
    display: inline-block;
    transition: all 0.1s ease-in;
    cursor: pointer;
}
.service-type-list li.current{
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}
.service-type-list li.current .pointer{
    display: block;
}
.service-type-list .order-num{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    text-align: center;
    line-height: 60px;
    margin: 18px 0 18px 18px;
    float: left;
    font-size: 28px;
    color: #aeaeae;
}
.service-type-list li.current .order-num{
    border: 1px solid #fc5d6c;
    color: #fb3a4c;
}
.type-content{
    margin-left: 96px;
    padding-top: 24px;
    height: 48px;
}
.type-title{
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.type-desc{
    font-size: 12px;
    color: #4c4c4c;
}
.service-content-cell{
    padding: 18px;
    text-align: right;
    display: none;
}
.service-type-content li.current{
    display: block;
}
.service-content-title{
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 6px;
}
.service-content{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 32px;
}
.advantage-list{
    width: 960px;
    height: 270px;
    margin: 60px auto 0 auto;
}
.advantage-list .title{
    color: #4c4c4c;
    font-size: 16px;
    height: 32px;
}
.advantage-list .desc{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
}
.advantage-list li{
    float: left;
    width: 410px;
    height: 125px;
    padding-left: 70px;
}
.advantage-list li.advantage-technolegy{
    background: url("technolegy.png") 0 0 no-repeat;
}
.advantage-list li.advantage-translate{
    background: url("translate.png") 0 0 no-repeat;
}
.advantage-list li.advantage-edit{
    background: url("edit.png") 0 0 no-repeat;
}
.advantage-list li.advantage-saled{
    background: url("after_sale.png") 0 0 no-repeat;
}
.sample-area{
    height: 90px;
    background: #fafafa;
}
.sample-area .samples{
    position: relative;
    height: 430px;
    width: 960px;
    margin: 0 auto;
}
.sample-man{
    position: absolute;
    width: 387px;
    height: 430px;
    background: url(cooperation.png) 0 bottom no-repeat;
    z-index: 6;
    bottom: 0;
    left: 0;
}
.sample-con{
    position: absolute;
    width: 660px;
    height: 336px;
    right: 0;
    bottom: 40px;
    z-index: 4;
}
.sample-con .index-cons {
    letter-spacing: 0;
    margin-left: 70px;
}
.sample-con .index-cons a:hover, .sample-con .index-cons a.current {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid white;
    background: white;
    color: #fc3e60;
}
.sample-con .index-cons a {
    display: inline-block;
    cursor: pointer;
    width: 98px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fafafa;
    position: relative;
    z-index: 4;
    top: 1px;
    padding: 0 26px;
    border-bottom: 1px solid #e5e5e5;
}
.sample-cards {
    width: 100%;
    height: 293px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.sample-cards .current {
    z-index: 2;
}
.sample-cards .second {
    z-index: 1;
}
.sample-1 {
    transition: all 0.1s ease-in;
    background: white url(discuss.png) 50px 42px no-repeat;
}
.sample-2 {
    transition: all 0.1s ease-in;
    background: white url(kaola-sample.png)  50px 43px no-repeat;
}
.sample-cards li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 375px;
    z-index: 0;
}
.contact-us-con{
    height: 282px;
    width: 960px;
    margin:auto;
    margin-top: 60px;
}
.contact-us-con li{
    height: 78px;
}
.contact-us-con span{
    display: inline-block;
    width: 76px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: right;
}
.contact-us-con span.need{
    width: auto;
    color: #fa3a4c;
}
.contact-left{
    float: left;
    width: 446px;
    padding-right: 68px;
}
.contact-right{
    float: right;
    width: 446px;
    padding-right: 0;
}
.leave-message{
    display: inline-block;
    vertical-align: top;
    height: 102px;
    width: 404px;
    padding: 12px 12px 12px 40px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
    transition: all 0.1s ease-in;
    box-shadow: none;
    border: 1px solid #D5D5E0;
    border-radius: 4px;
    background: url('contact-note.png') 12px 15px no-repeat;
}
.leave-message::placeholder{
    color: #cccccc;
}
.leave-message:focus{
    background: url('contact-note-active.png') 12px 15px no-repeat;
    border: 1px solid #D5D5E0;
}
.contact-us-con input{
    width: 404px;
    height: 46px;
    font-size: 14px;
    transition: all 0.1s ease-in;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #D5D5E0;
    border-radius: 4px;
    padding-left: 40px;
}
.contact-us-con input::placeholder{
  color:#c2c2c2;
}
.contact-us-con .name{
    background: url("name.png") 12px 50% no-repeat;
}
.contact-us-con .name:focus, .contact-us-con .error .name{
    background: url("name-active.png") 12px 50% no-repeat;
}
.contact-us-con .email{
    background: url("email-icon.png") 12px 50% no-repeat;
}
.contact-us-con .email:focus, .contact-us-con .error .email{
    background: url("email-active.png") 12px 50% no-repeat;
}
.contact-us-con .word-count{
    background: url("count.png") 12px 50% no-repeat;
}
.contact-us-con .word-count:focus, .contact-us-con .error .word-count{
    background: url("count-active.png") 12px 50% no-repeat;
}
.contact-us-con .code{
    background: url("validate-code.png") 12px 50% no-repeat;
}
.contact-us-con .code:focus, .contact-us-con .error .code{
    background: url("code-active.png") 12px 50% no-repeat;
}
.contact-us-con .phone{
    background: url("phone.png") 12px 50% no-repeat;
}
.contact-us-con .phone:focus, .contact-us-con .error .phone{
    background: url("mobile-active.png") 12px 50% no-repeat;
}
.contact-us-con li.error input{
    border: 1px solid #F44336;
    color:#F44336;
}
.contact-us-con .error-notice{
    display: none;
}
.contact-us-con .error .error-notice{
    display: block;
}
.submit-con{
    margin-top: 60px;
}
.submit-con .submit-btn{
    width: 170px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    font-size: 14px;
    background: url("red_small_btn.png") 50% 50% no-repeat;
}
.submit-con .submit-btn:hover{
    background: url("red_small_btn.png") 50% 50% no-repeat;
    color: rgba(255, 255, 255, .8);
}
.contact-area{
    height: 674px;
}
.fixed-intelligent-nav-con .buy {
    float: right;
    border-right: none;
}
.fixed-intelligent-nav-con li {
    width: 160px;
}
.fixed-intelligent-nav-con .buy a, .fixed-intelligent-nav-con .buy a:hover {
    display: block;
    margin: 10px auto 0 auto;
    width: 122px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 14px;
    text-align: center;
    background: url(../paper/nav-buy.png) -1px 0px no-repeat;
}
.fixed-intelligent-nav-con .back-home {
    width: 150px;
    border-right: none;
    margin-right: 60px;
    background: url(../paper/back-home.png) 17px 14px no-repeat;
}
.fixed-intelligent-nav-con .intelligent-nav {
    width: 1200px;
}
.manual-result{
    height: 300px;
    background: url("manual-result.png") 9px 0 no-repeat;
}
.polish-result{
    height: 230px;
    background: url("polish-result.png") 13px 0 no-repeat;
}
.text-title{
    margin-bottom: 14px;
}
.intelligent #ServiceBox1{
    display: none;
}
.contact-us-con div.error-notice{
    font-size: 12px;
    color: #FB3A4C;
    text-align: right;
    width: auto;
    margin-top: 6px;
}
.count-notice a, .count-notice a:hover{
    font-size: 12px;
    color: #5595FE;
    line-height: 17px;
    background: none;
}
.file-info-btn, .file-info-btn:hover {
    display: inline-block;
    width: 210px;
    height: 46px;
    border: 1px solid #c2c2cc;
    line-height: 46px;
    background: #f5f5f7;
    font-size: 13px;
    text-align: center;
    position: relative;
    left: 0;
    cursor: pointer;
    z-index: 1;
    color: #666;
    border-radius: 4px;
}
.file-info-btn-con{
    position: relative;
}
.input-file {
    width: 210px!important;
    height: 48px!important;
    background: white;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
    padding-left: 0!important;
}
span.fileName {
    top: 4px;
    display: inline-block;
    width: auto;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    font-size: 12px;
    margin-left: 14px;
    vertical-align: middle;
}
.deleteFile, .deleteFile:hover{
    float: right;
    font-size: 14px;
    color: #5595FE;
    background: none;
    margin-top: 16px;
    display:none;
}

.polish-banner-con{
    _width:960px;
    max-width: 1920px;
    height: 440px;
    margin: 0 auto;
    background: url(polish-banner.png) 50% 50% no-repeat;
    background-size: cover;
}
.polish-banner-con .banner-content-con{
    width:960px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.polish-banner-con .banner-content{
    width:480px;
    height: 230px;
    position: absolute;
    top:126px;
    left: 16px;
}
.banner-content .title-1{
    color:white;
    font-size: 55px;
    margin-bottom:15px;
}
.banner-content .title-2{
    color:white;
    font-size: 18px;
    margin-bottom:6px;
}
.banner-content .title-3{
    color:white;
    font-size: 14px;
    margin-bottom:40px;
}
.order-now-btn, .order-now-btn:hover{
    width: 182px;
    height: 51px;
    display: block;
    background: url("order-now-btn.png") -9px -4px no-repeat;
    box-shadow: 1px 1px 6px #fc3d60;
    border-radius: 4px;
}
.polish-nav-con{
    height:60px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 1px 10px #e5e5e5;
}
.fixed-polish-nav-con{
    display: none;
    position: fixed;
    z-index: 999;
    top:0;
    left:0;
    width:100%;
    background: white;
    _top: expression(eval(document.documentElement.scrollTop));
    _position:absolute;
    _clear:both;
    /*_top:expression(eval(document.compatMode &&*/
               /*document.compatMode=='CSS1Compat') ?*/
               /*documentElement.scrollTop*/
               /*+(documentElement.clientHeight-this.clientHeight) - 1*/
               /*: document.body.scrollTop*/
               /*+(document.body.clientHeight-this.clientHeight) - 1);*/
}

.polish-nav{
    height: 60px;
    width:960px;
    margin:0 auto;
    overflow: hidden;
}
.polish-nav li{
    width:239px;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    height: 58px;
    line-height: 58px;
    border-bottom:2px solid white;
    cursor: pointer;
}
.polish-nav li.current{
    border-bottom: 2px solid #fb3a4c;
}
.polish-nav li a, .polish-nav li a:hover{
    color:#111111;
    font-size: 14px;
    background: none;
    width: 100%;
    display: block;
}
.polish-nav li a:hover{
    /*color:#989898;*/
    color:#fc3a4e;
}
.polish-nav li.current a, .polish-nav li.current a:hover{
    color:#fc3a4e;
}
.polish-nav li.last{
    border-right: none;
}
.fixed-polish-nav-con .polish-nav{
    width:1200px;
}
.fixed-polish-nav-con li{
    width:160px;
}
.fixed-polish-nav-con .back-home{
    width:150px;
    border-right: none;
    margin-right: 60px;
    background: url(back-home.png) 17px 14px no-repeat;
}
.fixed-polish-nav-con .buy{
    float: right;
    border-right: none;
}
.fixed-polish-nav-con .buy a, .fixed-polish-nav-con .buy a:hover{
    display: block;
    margin:10px auto 0 auto;
    width: 122px;
    height: 40px;
    line-height: 40px;
    background: url("nav-buy.png") -1px 0px no-repeat;
    color:white;
    font-size: 14px;
    text-align: center;
}

.introduce-cell{
    width:960px;
    margin: 70px auto 0 auto;
    display: none;
    opacity: 0;
    transition: all 0.01s ease-in;
}
.introduce-title{
    height: 68px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color:#4c4c4c;
    font-family: 'Hiragino Sans GB', Helvetica, 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
.introduce-title .title-pre{
    color:#fa3a4c;
}
.introduce-title .title-underline{
    background:#d7d7d7;
    height: 2px;
    width:70px;
    position: absolute;
    bottom: 1px;
    left:50%;
    margin-left: -35px;
    font-size: 0px;
}
.introduce-title a{
	color: #C5C5C5;
}
.introduce-desc{
    font-size: 14px;
    color:#4c4c4c;
    text-align: center;
    line-height: 24px;
    margin-top: 35px;
}
.case-desc-list{
    height: 44px;
    width:930px;
    margin: 40px auto;
}
.case-desc-list li{
    height: 42px;
    width:210px;
    text-align: center;
    line-height: 42px;
    color:#4c4c4c;
    font-size: 14px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    float:left;
    margin-right:20px;
    cursor: pointer;
}
.case-desc-list li.current{
    border:1px solid #fb4254;
    color:#fb4254;
}
.introduce-table-con{
    padding-bottom:90px;
    border-bottom:1px solid #e5e5e5;
}
.introduce-table{
    border-collapse: collapse;
    border:1px solid #e5e5e5;
    width:960px;
    margin:0 auto;
    display: none;
}
.current-case-table{
    display: table;
}
.introduce-table td, .introduce-table th{
    background: white;
    border: 1px solid #e5e5e5;
    padding: 8px;
    text-align: center;
    color:#4c4c4c;
    font-size: 14px;
}
.introduce-table th{
    background:#f2f3f7;
    color:#4c4c4c;
    font-weight: bolder;
}
.introduce-table td,.introduce-table td a{
    font-weight: normal;
    color:rgba(76, 76, 76, .6);
    line-height: 20px;

}
.introduce-table td a{
    text-decoration: underline;
}
.introduce-table td a:hover{
    background: none;
    color: #fb4254;
    color: rgba(251, 66, 84, .6);
}
.current-cell{
    display: block;
    opacity:1;
}

/*母语润色服务*/
.mother-lan-bg{
    background: url(mother-lan-bg1.png) 50% -95px no-repeat;
}
.curse-pic{
    background: url(course-pic.png) 50% 50% no-repeat;
    _width:960px;
    height: 400px;
    min-width: 960px;
    margin: 20px auto 90px auto;
}
.inspect-list{
    width:960px;
    height: 480px;
    margin: 50px auto 0 auto;
}
.inspect-list li{
    width:318px;
    height: 238px;
    border:1px solid #e5e5e5;
    float:left;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
}
.inspect-list li .inspect-con{
    background: white;
    position: absolute;
    width:100%;
    height: 100%;
    z-index:0;
    transition: all 0.1s ease-in;
    overflow: hidden;
}
.inspect-list li.current div.inspect-con{
    z-index:1;
    top:-1px;
    left:-1px;
    bottom:-1px;
    right:-1px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
.inspect-con .line{
    position: absolute;
    top:138px;
    left:50%;
    height: 2px;
    width:40px;
    background: #e9e9e9;
    margin-left:-20px;
    z-index: 1;
    font-size: 0px;
}
.inspect-con .content{
    width: 100%;
    overflow: hidden;
    zoom:1;
    position: absolute;
    top:0;
    left: 0;
}
.inspect-con .icon{
    width:70px;
    height: 65px;
    margin: 62px auto 0 auto;
    transition: all 0.2s ease-in;
}
.inspect-con .title{
    margin-top: 26px;
    text-align: center;
    color:#4c4c4c;
    transition: all 0.2s ease-in;
    font-size: 16px;
}
.inspect-con .title span{
    color:#fb3a4c;
    font-size: 12px;
}
.inspect-con .desc{
    color:#4c4c4c;
    text-align: center;
    margin-top: 70px;
    *margin-top:72px;
    transition: all 0.2s ease-in;
}
li.current .inspect-con .icon{
    margin-top:20px;
}
li.current .inspect-con .title{
    margin-top:6px;
    color:#fb4758;
}
li.current .inspect-con .desc{
    margin-top: 50px;
}
li.current .inspect-con .more-line .desc{
    margin-top: 30px;
}
.inspect-con .lan{
    background: url(inspect-icons.png) -84px 3px no-repeat;
}
.inspect-con .learn{
    background: url(inspect-icons.png) -4px 3px no-repeat;
}
.inspect-con .format{
    background: url(inspect-icons.png) -239px 3px no-repeat;
}
.inspect-con .literature{
    background: url(inspect-icons.png) -164px 3px no-repeat;
}
.inspect-con .abstract{
    background: url(inspect-icons.png) -329px 3px no-repeat;
}
.inspect-con .logic{
    background: url(inspect-icons.png) -413px 3px no-repeat;
}

.paper-sample{
    margin: 180px auto 0 auto;
    height: 695px;
    width:960px;
    position: relative;
    z-index: 1;
}
.paper-sample .sample-man{
    position: absolute;
    width:362px;
    height:518px; ;
    background: url("polish-sample-bg.png") 0 bottom no-repeat;
    z-index: 6;
    bottom: 0;
    left:0;
}
.paper-sample .sample-con{
    position: absolute;
    width:660px;
    height:430px;
    right: 0;
    bottom:40px;
    z-index: 4;
}
.sample-cards{
    width: 100%;
    height: 375px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    position: relative;
    overflow: hidden;
}
.sample-cards li{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 375px;
    z-index: 0;
}
.sample-cards .current{
    z-index:2;
}
.sample-cards .second{
    z-index:1;
}
.sample-1{
    transition: all 0.1s ease-in;
    background: white url("sample-1.png") 50% 50% no-repeat ;
}
.sample-1-hover{
    background: white url("sample-1-hover.png") 50% 50% no-repeat ;
}
.sample-2{
    transition: all 0.1s ease-in;
    background: white url("sample-2.png") 50% 50% no-repeat ;
}
.sample-2-hover{
    background: white url("sample-2-hover.png") 50% 50% no-repeat ;
}
.sample-3{
    transition: all 0.1s ease-in;
    background: white url("sample-3.png") 50% 50% no-repeat ;
}
.sample-3-hover{
    background: white url("sample-3-hover.png") 50% 50% no-repeat ;
}
.sample-con .index-cons{
    letter-spacing: 0;
    margin-left:70px;
}
.sample-con .index-cons a{
    display: inline-block;
    *display:inline;
    *zoom:1;
    cursor: pointer;
    width:98px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid white;
    position: relative;
    z-index: 4;
    top: 1px;
    border-bottom: 1px solid #e5e5e5;
}
.sample-con .index-cons a:hover, .sample-con .index-cons a.current{
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid white;
    background: white;
    color:#fc3e60;
}
.sample-con .magnifier{
    background: url("polish-magnifier-icon.png") 50% 50% no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -62px;
    width: 125px;
    height: 125px;
    color:#ff5a69;
    font-size: 16px;
    text-align: center;
}
.sample-con .magnifier span{
    padding-top: 40px;
    display: block;
    line-height: 20px;
}
.sample-con .magnifier:hover{
    _color:#ff5a69;
}
.three-service .title-underline{
    background: white;
    color:white;
}
.three-service .introduce-desc,  .three-service .title-pre{
    color:white;
}
#motherLan{
    width:auto;
}
.three-service{
    background: url(service-bg.png) 50% 0 no-repeat;
    padding: 100px 0 70px 0;
    border-bottom:1px solid #e5e5e5;
}
.service-list{
    width:960px;
    margin:80px auto 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.service-list .service-cell{
    width: 298px;
    height: 515px;
    margin-right: 29px;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    float: left;
    background: white;
}
.service-list .last{
    margin-right: 0;
}
.service-title{
    text-align:center;
    color:#fc495e;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    border-bottom:1px solid #e5e5e5;
}
.service-price{
    color:#4c4c4c;
    font-size:65px;
    text-align: center;
    padding-top: 24px;
    overflow: hidden;
    transition: all 0.1s ease-in;
    height: 115px;
    border-bottom:1px solid #e5e5e5;
}
.service-price .yuan{
    font-size:26px;
    margin-right: 5px;
}
.service-price-per{
    color:#565e6a;
    text-align: center;
    font-size: 14px;
    padding-bottom: 24px;
    transition: all 0.1s ease-in;
}
.service-point{
    margin:30px 30px;
}
.service-point li{
    padding: 0 0 0 20px;
    background: url(../doc-detail/dot.png) 2px 6px no-repeat;
    color: #4c4c4c;
    color:rgba(76, 76, 76,.7);
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 18px;
}
.service-buy, .service-buy:hover{
    display: block;
    margin: 25px auto;
    width: 139px;
    height: 37px;
    line-height: 38px;
    background: url(service-buy-btn.png) -1px -1px no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 1px 3px 6px #fc3d60;
    border-radius: 5px;
}
.service-cell:hover{
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    border:1px solid transparent;
}
.service-cell:hover .service-title, .service-cell:hover .service-price{
    border-color:transparent;
}
.service-cell:hover .service-price{
    background: url(service-price-bg.png) 0 0 no-repeat;
}
.service-cell:hover .service-price, .service-cell:hover .service-price-per{
    color:white!important;
}

#learningTeam{
    width:auto;
}
.learning-team-members{
    width:900px;
    height: 410px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.learning-team-members li{
    width:280px;
    height: 205px;
    /*border: 1px solid red;*/
    margin-right: 30px;
    float: left;
}
.learning-team-members li.last{
    margin-right: 0;
}
.members-icon{
    width:40px;
    height: 40px;
    margin:10px auto 0 auto;
}
.learning-team-members .mother-title{
    color:#4c4c4c;
    font-size: 16px;
    text-align: center;
    margin-top:16px;
}
.learning-team-members-con{
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 70px;
    padding-bottom: 200px;
}
.mother-desc{
    margin-top: 16px;
    color:#4c4c4c;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
.learning-team-members .mother-lan{
    background: url("leaning-members-icon.png") -5px 0 no-repeat;
}
.learning-team-members .school{
    background: url("leaning-members-icon.png") -57px 0 no-repeat;
}
.learning-team-members .magazine{
    background: url("leaning-members-icon.png") -108px 0 no-repeat;
}
.learning-team-members .experience{
    background: url("leaning-members-icon.png") -158px 0 no-repeat;
}
.learning-team-members .magazine-vip{
    background: url("leaning-members-icon.png") -209px 0 no-repeat;
}
.learning-team-members .editor{
    background: url("leaning-members-icon.png") -255px -2px no-repeat;
}
.specialist-list-con{
    margin: 70px 0 60px 0;
    padding-bottom: 80px;
    border-bottom:1px solid #e5e5e5;
}
.specialist-list{
    height: 387px;
    width:960px;
    margin:0 auto;
}
.specialist-list li{
    height: 385px;
    width:288px;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
}
.specialist-list li.last{
    margin-right: 0;
}
.specialist-list .subject-title{
    margin:20px 20px 0 20px;
    color:#4c4c4c;
    font-size:14px;
}
.specialist-list .specialist-name{
    font-size:18px;
    color:#fb3a4c;
    margin:16px 20px 0 20px;
}
.specialist-list .specialist-desc{
    margin:30px 20px 0 20px;
    color:#4c4c4c;
    font-size: 12px;
    line-height: 20px;
}
.specialist-list img{
    width:302px;
    height: 157px;
    display: block;
}
.specialist-directory-con{
    margin:70px auto 0 auto;
    padding-bottom:50px;
    border-bottom:1px solid #e5e5e5;
}
.specialist-directory{
    width:960px;
    margin:0 auto;
    overflow: hidden;
}
.specialist-directory li{
    float:left;
    margin-right: 30px;
    width:215px;
    height: 283px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.specialist-directory li.last{
    margin-right: 0;
}
.specialist-directory img{
    width:217px;
    height: 179px;
    display: block;
}
.specialist-directory .specialist-name,
.specialist-directory .subject-title,
.specialist-directory .specialist-desc{
    font-size:16px;
    color:#1a1a1a;
    margin:20px 16px 0 20px;
    font-weight: bolder;
}
.specialist-directory .subject-title{
    font-size:16px;
    font-weight: normal;
    margin-top: 5px;
}
.specialist-directory .specialist-desc{
    font-size:12px;
    color:#4c4c4c;
    margin-top:10px;
}
.publish-flow-con{
    margin:55px auto 65px auto;
    padding-bottom:75px;
    border-bottom:1px solid #e5e5e5;
}
.publish-flow-list{
    width:960px;
    margin:0 auto;
    height: 90px;
}
.publish-flow-list li{
    float:left;
    height: 88px;
    width:215px;
    border:1px solid #e5e5e5;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 4px;
    opacity: 0;
}
.publish-flow-list li.last{
    margin-right: 0;
}
.publish-flow-list .follow-num{
    float:left;
    width:60px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color:#fc3a4e;
    font-size: 32px;
    font-style: italic;
    font-weight: bolder;
}
.publish-flow-list .follow-desc{
    margin-left: 60px;
    height: 88px;
    color:#4c4c4c;
    font-size: 16px;
}
.publish-flow-list li .step{
    margin-top:21px;
}
.publish-flow-list li .desc{
    margin-top: 6px;
}
.publish-flow-list li.single-line .step{
    margin-top: 34px;
}
.learning-team-members .control{
    background: url(goodness-bg.png) -62px 0 no-repeat;
}
.learning-team-members .responsible{
    background: url(goodness-bg.png) -128px 0 no-repeat;
}
.learning-team-members .free-total{
    background: url(goodness-bg.png) -2px 0 no-repeat;
}
.goodness-list-con{
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 70px;
}
.goodness-list-con .learning-team-members{
    height: 205px;

}
.certificate-list{
    width:960px;
    margin:0 auto;
    text-align: center;
    _height:350xp;
}
.certificate-list li{
    display: inline-block;
    *zom:1;
    *float:left;
    width:250px;
    height: 350px;
    margin-right: 210px;
    *margin-left: 125px;
}
.certificate-list li.last{
    margin-right: 0;
   *margin-left: 0px;
}
.certificate-list li .certificate-bg{
    width:250px;
    height: 290px;
    overflow: hidden;
    transition: all 0.2s ease-in;
    cursor: pointer;
    background:url(certificate-bg-normal.png) 50% 50% no-repeat;
}
.certificate-list li:hover .certificate-bg{
    background:url(certificate-bg-activity.png) 50% 50% no-repeat;
}
.certificate-1{
    width:120px;
    height: 170px;
    display: block;
    margin:60px auto 0 auto;
}
.certificate-2{
    width:170px;
    height: 120px;
    display: block;
    margin:85px auto 0 auto;
}
.certificate-con{
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom:1px solid #e5e5e5;
}
.certificate-con li .desc{
    margin-top: 30px;
    color:#000000;
    font-size: 16px;
    width:250px;
}
#bigShow {
    position : fixed;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    z-index : 1000;
    display : none;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    /*_bottom:expression(eval(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight));*/
    _clear:both;
    /*_top:expression(eval(document.compatMode &&*/
               /*document.compatMode=='CSS1Compat') ?*/
               /*documentElement.scrollTop*/
               /*+(documentElement.clientHeight-this.clientHeight) - 1*/
               /*: document.body.scrollTop*/
               /*+(document.body.clientHeight-this.clientHeight) - 1);*/
}

#blackGround {
    width : 100%;
    height : 100%;
    background-color : black;
    *background-color : black;
    filter:Alpha(Opacity=50);
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    zoom: 1;
    cursor : pointer;
    z-index : 1000;
}

.bigImage {
    cursor : default;
    position : absolute;
    left : 50%;
    top : 50%;
    display : block;
    z-index : 2;
}

#leftImage {
    position : relative;
    top: 0;
    margin: 20px auto;
    left:0;

}

#rightImage {
    margin-left : -439.5px;
    margin-top : -308.5px;
}

.closeImage {
    background-image : url("../newImage/close.png");
    width : 30px;
    height : 30px;
    cursor : pointer;
    position : absolute;
    right : 0;
    top : 0;
}
.img-cover-con{
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
    top: -100%;
}
.introduce-paging-con{
    height: 20px;
    width: 960px;
    margin: 16px auto 0 auto;
}
.introduce-paging{
    float:right;
    height: 20px;
    line-height: 20px;
}
.introduce-paging a, .introduce-paging span{
    margin-left: 10px;
}

.introduce-paging a:hover{
    color:#fb4254;
    background: none;
}
.introduce-paging a.disable:hover{
    color:#333;
}
/*specialist-directory new start*/
.specialist-directory .specialist-name, .specialist-directory .subject-title, .specialist-directory .specialist-desc{
    margin: 0;
}
.specialist-directory .subject-title{
    font-weight:bold;
}
.specialist-directory li{
    width:279px;
    height:112px;
    overflow: hidden;
    /*padding:25px 15px 20px 15px;*/
}
.specialist-directory li a{
    overflow: hidden;
    display:block;
    padding:22px 15px 20px 0;
}
.specialist-directory li img{
    float: left;
    width: 76px;
    height:70px;
    margin:0 15px;
}
.specialist-directory li .specialist-meta{
    float: left;
    width:158px;
}
.specialist-directory li .specialist-meta .specialist-name{
    margin-top:0;
}
.specialist-directory li .specialist-meta .specialist-desc{
    color:#a9aaac;
    margin-top: 10px;
}
.showCv{
    display: block;
}
.showCv:hover{
    display: block;
    background-color: #FFF;
}
.specialist_cv{
    padding:0;
    width:810px;
    max-height:830px;
    height:auto;
    font-size: 14px;
    overflow: auto;
    overflow-x: hidden;
}
.specialist_short{
    width:720px;
    padding:20px 45px;
    background: url("specialist_cvbg.png") no-repeat 50% 50%;
    background-size:cover;
    color:#FFFFFF;
    /*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='specialist_cvbg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='specialist_cvbg.png', sizingMethod='scale')";
    */
}
.specialist_short .name{
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
}
.specialist_short .title{
    margin-right: 42px;
}
.specialist_short .des{
    margin-top: 10px;
}
.specialist_detail li{
    width: 720px;
    padding:25px 45px;
    overflow: hidden;
}
.specialist_detail li.odd{
    background-color: #f5f5f5;
}
.specialist_detail li.even{
    background-color: #ffffff;
}
.specialist_detail .item-name{
    float: left;
    font-weight: bold;
    color:#000000;
    width:120px;
}
.specialist_detail .item-detail{
    width: 600px;
    float: left;
    color:#4d4d4d;
}

.specialist-list li{
    height:auto;

}
.specialist-list .specialist-name{
    color:#000;
    font-weight:bold;
}
.specialist-list .specialist-name:hover{
    color:#fb3a4c;
}
.specialist-list .specialist-desc{
    margin:14px 20px 30px 20px;
}
.learning-team-members-con{
    padding-bottom: 70px;
}
li.hoverclass{
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
li.hoverclass .specialist-name, .specialist-directory li.hoverclass .subject-title{
    color:#fb3a4c;
}
/*specialist-directory new end*/
