body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,hr { margin: 0; padding: 0;font-family: arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;}
.clearfix:after{content:".";display:block;height:0;visibility:hidden}
.clearfix{display:inline-block}
.clearfix{display:block}
.clearfix:after,.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.clear{ clear: both;}
li {
    list-style: none;
}

.dialog{
    width: 100%;
    height: 100%;
   background: rgba(0, 0, 0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999;
    display: none;
}
.dialog_inner{
    width: 500px;
    height: 260px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -130px;
    box-sizing: border-box;
    padding-top: 40px;
}
.dialogPhone{
    display: block;
    width: 210px;
    height: 120px;
    margin: 0 auto;
    background: url("../images/dialogPhone.png") no-repeat 0 0;
}
.dialogProcess{
    display: block;
    width: 210px;
    height: 120px;
    margin: 0 auto;
    background: url("../images/dialogProcess.png") no-repeat 0 0;
}
.dialog_inner p{
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
}
.dialogClose{
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/dialogClose.png") no-repeat 0 0;
    float: right;
    margin-top: -52px;
    margin-right: -10px;
    cursor: pointer;
}
.sh-left{
	display:none;
    width: 64px;
    position: fixed;
    bottom: 300px;
    right: 32px;
    z-index: 9;
}
.sh-left li{
    background: #75c4ff;
    color: #FFF;
    min-height: 45px;
    position: relative;
    padding: 8px 0;
    width: 64px;
    margin-bottom: 2px;
    cursor: pointer;
}
.sh-left li:hover{
    background-color: rgb(81,161,240);
}
.sh-left li:hover .detail-middle{
    display: block;
}
.sh-left li:hover .right-arrow{
    display: block;
}
.sh-left li i{
    height: 22px;
    display: block;
    margin: 4px auto 0;
    width: 30px;
}
.sh-left li h6{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    width: 2em;
    margin: 0 auto;
}
.sh-left li:nth-child(1) i{
    background: url("../images/sh_qq.png") no-repeat 0 0;
}
.sh-left li:nth-child(2) i{
    background: url("../images/sh_phone.png") no-repeat 0 0;
}
.sh-left li:nth-child(3) i{
   margin:10px auto 0;
    background: url("../images/sh_code.png") no-repeat 0 0;
}
.sh-left li:nth-child(4) i{
    margin:7px auto 0;
    background: url("../images/sh_top.png") no-repeat center center;
}
.shLi:hover .shlison{
      margin:10px auto 0;
    background: url("../images/sh_topHover.png") no-repeat center center;
}
.detail-middle.helper-form{
    overflow: hidden;
    bottom: auto;
    cursor: default;
}
.detail-middle{
    display: none;
    position: absolute;
    z-index: 1000;
    right: 64px;
    top: 0;
    border: 1px solid #51a1f0;
    background: #FFF;
    padding: 0 17px;
    overflow: visible;
    color: #8c8c8c;
    bottom: 0;
}
.sh-left li i.right-arrow{
    display: none;
    border: 5px solid #51a1f0;
    border-left: 5px solid #FFF;
    height: 0;
    width: 0;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -5px;
    z-index: 1001;
}
.weixin-wraper{
    min-height: 120px;
}
.weixin-wraper1{
    min-height: 175px;
    padding: 16px 20px 11px;
}
.helper-formBox {
    padding: 21px 10px 21px 8px;
    min-width: 160px;
}
.helper-inputTxtBox {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
}
.helper-input {
    background-color: #fff;
    height: 24px;
    line-height: 24px\9;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    border:none;
}
.helper-btnBox {
    padding: 10px 0 0;
}
.helper-btn {
    background-color: #0092ff;
    height: 28px;
    line-height: 28px;
    width: 80px;
    display: block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border:none;
}
.weixin-2code{
    border: 1px solid #e2e2e2;
    width: 122px;
    height: 122px;
    margin-bottom: 5px;
    display: block;
}
.weixin-wraper1 h4{
    line-height: 18px;
    font-size: 14px;
    text-align: center;
}
.shPhone{
    display: none;
    width: 170px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 10px;
    background-color: transparent;
}
.sh-left li:hover .shPhone{
    display: block;
}
.shPhone_con{
    border:1px solid #ebedf0;
    width: 150px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.shPhone_con p{
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #3399ff;
}
.sh-left li:hover .shQQ{
    display: block;
}
.shQQ{
    display: none;
    width: 170px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: -4px;
    background-color: transparent;
}
.shQQ_con{
    box-sizing: border-box;
    padding-top: 5px;
    border:1px solid #ebedf0;
    width: 150px;
    height: 60px;
    background-color: #fff;
    border-radius: 4px;
}
.shQQ_con a{
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: url("../images/shQQ1.png") no-repeat 20PX center;
    color: #666;
    text-indent: 46px;
    font-size: 14px;
}
.shQQ_con a:hover{
    background: url("../images/shQQ2.png") no-repeat 20PX center;
    color: #3399ff;
}
.phone_auction{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.phone_auction_con{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 640px;
    height: 380px;
    margin-top: -140px;
    margin-left: -320px;
    background-color: #fff;
}
.phone_auction_head{
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    color:#262525;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-indent: 20px;
}
.phone_auction_head img{
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.process_bar{
    margin-top: 38px;
    margin-left: 72px;
    width: 464px;
    height: 7px;
    background-color: #efefef;
    position: relative;
}
.phoneMain{
    width: 100%;
}
#process_bar_con{
    width: 75px;
    height: 45px;
    position: absolute;
    top: -6px;
}
#process_bar_con h5{
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    margin: 0 auto;
    color: #abaaaa;
    background-color: #fff;
}
#process_bar_con h5.on{
    border: solid 1px  #fc7d56;
    color: #fc7d56;
}
#process_bar_con h6{
    text-align: center;
    line-height: 30px;
    color: #5d5c5d;
    letter-spacing: 1px;

}
#process_bar_con:nth-child(1){
    left: -47px;
}
#process_bar_con:nth-child(2){
    left: 200px;
}
#process_bar_con:nth-child(3){
    left: 436px;
}
.wait_call{
    width: 100%;
    height: 282px;
    background: #fff url("../images/waitCall.png") no-repeat center 76px;
    display: none;
}
.wait_callShow{
    display: block;
}
.wait_call h6{
    width: 100%;
    height: 40px;
    text-indent: 60px;
    font-size: 24px;
    color: #fb623d;
    line-height: 45px;
    background: url("../images/ph_icon.png") no-repeat 20px 0;
}
.phoneCall{
    width: 242px;
    height: 177px;
    margin: 0 auto;
    margin-top: 60px;
}
.phoneCall_con{
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
}
.phoneCall_con input[type=text]{
    box-sizing: border-box;
}
.phoneCall_con input[name=phone_num]{
    width: 100%;
    height: 40px;
    border:1px solid #e5e5e5;
    text-indent: 10px;
}
.phoneCall_con input[name=phone_pwd]{
    width: 110px;
    height: 40px;
    border:1px solid #e5e5e5;
    text-indent: 10px;
    float: left;
}
.phone_pwd_btn{
    display: block;
    width: 123px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #5d5c5d;
    background-color: #eeeeee;
    float: right;
    cursor: pointer;
    border: none;
}
.phoneCall_con input[type=submit]{
    width: 100%;
    height: 40px;
    background-color: #fc7d56;
    color: #fff;
    border:none;
}
.phone_attention{
    text-align: center;
    letter-spacing: 1px;
    color: #8e8e8e;
}
.qqAsk{
    width: 210px;
    height: 230px;
    position: absolute;
    background-color: transparent;
    right: 70px;
    top: -92px;
    z-index: 999;
    display: none;
}
.qqAsk_con{
    width: 200px;
    height: 230px;
    border-radius: 10px;
    box-shadow: 0 0 10px #d9d9d9;
    background-color: #fff;
}
.sbAuction h6{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-indent: 45px;
    font-size: 14px;
    color: #e94716;
    background:#fafafa url("../images/writeX_icon.png") no-repeat 30px center;
}
.sbAuction p{
    width: 100%;
    height: 30px;
   text-indent: 76px;
    line-height: 30px;
    background: url("../images/qqBg.png") no-repeat 45px center;
}
.sbAuction p a{
    color: #333;
}
.sbAuction p a:hover{
     color: #e94716;
}
.indBanner{
    width: 100%; 
    height: 600px;
	max-width:1920px;
    position: relative;
	margin:0 auto;
}
.baner{
    width:100%;
    min-width: 1280px;
    height:600px;
    overflow:hidden;
    position:relative;
}
.box1{
    width:100%;
    height:600px;
    overflow:hidden;
    margin:0 auto;
    position:relative;
}
.box1 li{
    width: 100%;
    height: 100%;
}
.box1 li a{
    display: block;
    width: 1280px;
    height: 600px;
    margin: 0 auto;
}
.box1 li:first-of-type{
    background: url("../images/banner1.png") no-repeat 0 0;
}
.box1 li:first-of-type a{
    background: url("../images/banner1_font.png") no-repeat 140px 108px;
}
.box1 li:nth-child(2){
    background: url("../images/banner2.png") no-repeat 0 0;
}
.box1 li:nth-child(2) a{
    background: url("../images/banner2_font.png") no-repeat 140px 108px;
}
.box1 li:nth-child(3){
    background: url("../images/banner3.png") no-repeat 0 0;
}
.box1 li:nth-child(3) a{
    background: url("../images/banner3_font.png") no-repeat 140px 108px;
}
.box1 li:nth-child(4){
    background: url("../images/banner4.png") no-repeat 0 0;
}
.box1 li:nth-child(4) a{
    background: url("../images/banner4_font.png") no-repeat 140px 108px;
}
.box2Out{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.box2{
    width: 260px;
    height: 200px;
    box-sizing: border-box;
    padding: 22px 15px;
    background: rgba(0, 0, 0,.3);
    position: absolute;
    right: 140px;
    top: -492px;
}
.box2 li{
    width: 100%;
    height: 24px;
    background: rgba(255, 255, 255,.7);
    margin-bottom: 20px;
    line-height: 24px;
    text-indent: 10px;
    color: #192233;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box2 li:last-of-type{
    margin-bottom: 0;
}
.box2 li.on{
    background-color: #3399ff;
    color: #fff;
}
.bannerForm{
    box-sizing: border-box;
    /* padding-top: 100px; */
    /* padding-left: 148px; */
    position: absolute;
    width: 1000px;
    height: 200px;
    background:#fff url("../images/bannerForm.png") no-repeat 0 0;
    top: -250px;
    z-index: 2;
    left: 140px;
}
.bannerForm input{
    float: left;
    box-sizing: border-box;
    width: 236px;
    height: 70px;
}
.bannerForm input[name=bfName]{
    border: 2px solid #e6e8eb;
    text-indent: 60px;
    font-size: 16px;
}
.bannerForm input[name=bfPhone]{
    border: 2px solid #e6e8eb;
    border-left: none;
    border-right: none;
    text-indent: 60px;
    font-size: 16px;
}
.bannerForm input[name=bfCon]{
    border: none;
    background-color: #3399ff;
    font-size: 24px;
    color: #fff;
}
.indexSec{
    box-sizing: border-box;
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}
.indexSec.on{
    border-bottom: 1px solid #c4c8cc;
}
.indexSec_title{
    width: 100%;
    height: 155px;
    overflow: hidden;
}
.indexSec_titleLeft{
    width: 400px;
    float: left;
    margin-top: 52px;
}
.indexSec_titleLeft h1{
    font-size: 30px;
    color: #333;
    line-height: 40px;
}
.indexSec_titleLeft p{
    font-size: 18px;
    line-height: 28px;
}
.indexSec_title span{
    float: right;
    margin-top: 92px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
/* .indexSec_title h1{
    font-size: 30px;
    line-height:90px;
    color: #333;
    float: left;
}
.indexSec_title h1 span{
    font-size: 14px;
    color: #999;
    margin-left: 20px;
} */
.hzSection{
    width: 1280px;
    height: 310px;
    /* overflow: hidden; */
}
.hzSection ul{
    margin-right: -13px;
}
.hzSection li{
    width: 310px;
    height: 310px;
    float: left;
    margin-right: 13px;
    /* background-color: #f5f7fa; */
    cursor: pointer;
    transition: all 0.5s ease;
}
.hzSection li:hover{
    /* box-shadow: 0 5px 30px #c8cacc; */
    transform: translateY(-8px);
}
.hzSectionPic img{
    transition: all 0.5s ease;
}
.hzSection li:hover .hzSectionPic img{
    transform: scale(1.1);
}
.hzSectionPic{
    width: 310px;
    height: 160px;
    overflow: hidden;
}
.hzSectionFont{
    width: 310px;
    height: 150px;
}
.hzSectionFont h6{
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    text-align: center;
    /* font-weight: bold; */
    margin-bottom: 15px;
}
.hzSectionFont p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.ds_li{
	float: left;
    width: 305px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.hzSectionFont button{
    display: block;
    width: 110px;
    height: 34px;
    font-size: 14px;
    margin: 0 auto;
    border: none;
    outline: none;
    background-color: #3399ff;
    color: #fff;
    border-radius: 4px;
}
.zcSection{
    width: 1280px;
    height: 400px;
}
.zcSection ul{
    margin-right: -40px;
}
.zcSection li{
    width: 400px;
    height: 400px;
    float: left;
    margin-right: 40px;
    /* background-color: #f5f7fa; */
    transition: all 0.3s ease;
}
.zcSectionPic{
    width: 100%;
    height: 190px;
    position: relative;
}
.zcSectionPic span{
    display: block;
    width: 110px;
    height: 32px;
    background-color: #e61717;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}
.zcSectionCon{
    width: 100%;
    height: 210px;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}
.zcSectionCon h6{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 25px;
}
.zcSectionPic img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zcSectionPic p{
    font-size: 26px;
    color: #fff;
   font-weight:bold;
    position: relative;
    text-align: center;
    line-height: 190px;
    text-shadow: 0 1px 4px #333;
	z-index: 2;
}
.zcSectionCon h6 span{
    font-size: 14px;
    font-weight: normal;
}
.zcSectionCon button{
    width: 130px;
    height: 36px;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #3399ff;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.inOnline{
    float: left;
}
.inPhone{
    float: right;
}
.zcSection li:hover{
    box-shadow: 0 5px 30px #c8cacc;
}
.eduBtn{
    float: right;
    margin-top: 28px;
}
.eduBtn li{
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
}
.eduBtn li.on{
    color: #fff;
    background-color: #e62e2e;
    border-radius: 4px;
}
.eduSection{
    width: 1280px;
    height: 310px;
    display: none;
    overflow: hidden;
}
.eduSection ul{
    margin-right: -13px;
}
.eduSection li{
    float: left;
    width: 310px;
    height: 310px;
    margin-right: 13px;
    background-color: #f5f7fa;
}
.eduSectionPic{
    width: 100%;
    height: 160px;
    position: relative;
}
.eduSectionPic img{
	width:310px;
	height:160px;
}
.eduSection li:hover .eduSectionPic_son{
    opacity: 1;
}
.eduSectionPic_son{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0,.6);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}
.eduSectionPic_son span{
    display: block;
    width: 110px;
    height: 34px;
    border-radius: 4px;
    background-color: #3399ff;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-left: 100px;
    margin-top: 64px;
    font-size: 14px;
}
.eduSectionCon{
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.eduSectionCon h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.eduSectionCon h6{
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.eduSectionCon p{
    font-size: 12px;
    color: #999;
}
.bossSb{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: url("../images/bossSb.jpg") no-repeat center center;
}
.bossSb_cen{
    width: 1280px;
    height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 86px;
    padding-top: 62px;
}
.bossSb_cen ul{
    margin-right: -118px;
}
.bossSb_cen li{
    width: 210px;
    float: left;
    margin-right: 118px;
}
.bossSb_cen li p{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 8px;
}
.bossSb_cen li span{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.index_ourAdvan{
    width: 1280px;
    height: 220px;
    margin: 0 auto;
    background: url("../images/index_ourAdvan.jpg") no-repeat 0 0;
    box-sizing: border-box;
    padding-top: 60px;
    padding-left: 200px;
}
.index_ourAdvanCon{
    width: 318px;
    height: 92px;
    background-color: #3399ff;
}
.index_ourAdvanCon h6{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
}
.index_ourAdvanCon p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-indent: 20px;
}
.boradsSection{
    width: 1280px;
    height: 480px;
}
.boradsSection li{
    float: left;
    width: 256px;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.boradsSection li img{
    position: absolute;
    top: 0;
    z-index: -1;
}

.boradLi_inner{
    width: 256px;
    height: 480px;
    box-sizing: border-box;
    padding-top: 172px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.boradLi_inner h6{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 1px #424242;
    letter-spacing: 8px;
}
.boradLi_inner p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 1px #424242;
    margin-top: 25px;
}
.boradsSection li:hover .boradLi_inner{
    opacity: 0;
}
.boradsSection li:hover .boradLi_show{
    transform: translateY(-300px);
}
.boradLi_show{
    box-sizing: border-box;
    padding-top: 35px;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0,.7);
    position: absolute;
    top: 480px;
    transition: all 0.3s ease;
}
.boradLi_show h5{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 45px;
}
.boradLi_show p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.boradLi_show button{
    display: block;
    width: 110px;
    height: 34px;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 70px;
    background-color: #3399ff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
/* gai */
.aboutGu_detail{
    width: 1280px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 88px;
}
.aboutGu_detail ul{
    margin-right: -66px;
}
.aboutGu_detail li{
    float: left;
    box-sizing: border-box;
    /* padding-top: 109px; */
    width: 270px;
    margin-right: 66px;
    padding-left: 50px;
    padding-right: 40px;
}
.aboutGu_detailPic{
    width: 100%;
    height: 109px;
}
.aboutGu_detail li:nth-child(1) .aboutGu_detailPic{
    background: url("../images/aboutGu_icon1.png") no-repeat 0 0;
}
.aboutGu_detail li:nth-child(2) .aboutGu_detailPic{
    background: url("../images/aboutGu_icon2.png") no-repeat 0 0;
}
.aboutGu_detail li:nth-child(3) .aboutGu_detailPic{
    background: url("../images/aboutGu_icon3.png") no-repeat 0 0;
}
.aboutGu_detail li:nth-child(4) .aboutGu_detailPic{
    background: url("../images/aboutGu_icon4.png") no-repeat 0 0;
}
.aboutGu_detail h1{
    line-height: 34px;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.aboutGu_detail p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
/* gai end */
.inFoot{
    width: 100%;
    height: 330px;
    background-color: #18334f;
}
.inFoot_top{
    width: 1280px;
    height: 240px;
    margin: 0 auto;
}
.inFoot_top ul{
    float: left;
    margin-top: 40px;
    margin-right: 80px;
}
.inFoot_top ul p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.inFoot_top ul li{
    line-height: 25px;
    font-size: 14px;
}
.inFoot_top ul li a{
    color: #fff;
}
.aboutCode{
    float: right;
    margin-top: 40px;
}
.inFoot_btm{
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px solid #4c5966;
    width: 1280px;
    height: 90px;
    padding-top: 25px;
}
.inFoot_btm p{
    text-align: center;
    color: #fff;
    line-height: 25px;
}
.inFoot_btm p a{
    color: #fff;
    margin-right: 5px;
}
/* 首页结束 */
.highShool_banner{
    width: 100%;
    height: 100px;
    background: url("../images/highShoolBg.png") repeat 0 0;
}
.highShool_banner_center{
    width: 1280px;
    height: 100px;
    margin: 0 auto;
}
.highShool_banner_center h1{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 100px;
}
.highShool_body{
    width: 100%;
    background-color: #f2f5f7;
}
.highShool_main{
    width: 1280px;
    margin: 0 auto;
}
.highShool_main_top{
    width: 100%;
    height: 163px;
}
.highShool_main_topFont{
    float: left;
    margin-top: 60px;
}
.highShool_main_topFont h6{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.highShool_main_topFont p{
    font-size: 14px;
    color: #666;
}
.highShool_main_topbtn{
    float: right;
    margin-top: 75px;
}
.highShool_main_topbtn li{
    float: left;
    margin-left: 30px;
}
.highShool_main_topbtn li a{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.highShool_main_topbtn li a.on{
    background-color: #e62e2e;
    color: #fff;
}
.highShool_list{
    width: 1280px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.highShool_list ul{
    margin-right: -20px;
}
.highShool_list li{
    float: left;
    width: 305px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.highShool_listPic{
    width: 100%;
    height: 160px;
}
.highShool_listPic img{
    width: 100%;
    height: 100%;
}
.highShool_listDetail{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 0 10px;
}
.highShool_listDetail h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
.highShool_listDetail h6{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.highShool_listDetail p{
    color: #999;
}
/* 学校列表结束 */
.uniHead{
    width: 100%;
    height: 100px;
    background: url("../images/highShoolBg.png") repeat 0 0;
}
.uniHead_center{
    width: 1280px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.uniHead_center h1{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    float: left;
}
.uniHead_center h1 a{
    color: #fff;
    font-size: 16px;
    margin-left: 40px;
    font-weight: normal;
}
.uniHead_center p{
    float: right;
    line-height: 110px;
    color: #fff;
    font-size: 16px;
}
.uniPic{
    width: 1280px;
    height: 280px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #00a2ff;
}
.uniPic_left{
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 50px;
    width: 570px;
    height: 280px;
    float: left;
}
.uniPic_left h1{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}
.uniPic_left p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}
.uniPic_right{
    width: 710px;
    height: 280px;
    float: right;
    overflow: hidden;
}
.uniPic_right img{
    width: 100%;
    height: 100%;
}
.uniTitle{
    width: 1280px;
    height: 90px;
    margin: 0 auto;
}
.uniTitle h1{
    float: left;
    line-height: 90px;
    font-size: 30px;
    color: #333;
}
.uniTitle p{
    float: right;
    margin-top: 45px;
    font-size: 14px;
    color: #999;
}
.uniProcess{
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.uniProcess ul{
    margin-right: -40px;
}
.uniProcess li{
    width: 400px;
    height: 400px;
    background-color: #fff;
    float: left;
    margin-right: 40px;
}
.uniProcess_title{
    width: 100%;
    height: 100px;
    background: url("../images/uniTitle.png") no-repeat 0 0;
}
.uniProcess_title h1{
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.uniProcess_con{
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 20px 30px 0 30px;
    position: relative;
}
.uniProcess_con p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.uniProcess_btn{
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #e62e2e;
    position: absolute;
    bottom: 40px;
    left: 142px;
}
.uniTable {
    width: 1280px;
    margin: 0 auto;
    border: none;
}
.uniTable th{
    height: 50px;
    color: #fff;
    font-size: 20px;
}
.uniTable tr:nth-child(even) td:nth-child(odd){
	background-color: #edeff2;
}
.uniTable tr:nth-child(even) td:nth-child(even){
	background-color: #fff;
}
.uniTable tr:nth-child(odd) td:nth-child(even){
	background-color: #edeff2;
}
.uniTable tr:nth-child(odd) td:nth-child(odd){
	background-color: #fff;
}
.uniTable th.on{
    background-color: #0095ff;
}
.uniTable th.on1{
    background-color: #00a2ff;
}
.uniTable td{
    height: 80px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
/* 关于我们 */
.About{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.AboutCen{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
    background-color: #f5f7fa;
}
.AboutMain{
    width: 888px;
    margin: 0 auto;
}
.AboutMain_font{
    box-sizing: border-box;
    padding: 26px 0 25px 0;
}
.AboutMain_font.on{
    border-bottom: 1px solid #e1e3e6;
}
.AboutMain_font h1{
    font-size: 28px;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px;
}
.AboutMain_font p{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: lighter;
    line-height: 24px;
}
.AboutMain_add{
    width: 100%;
    height: 240px;
    background-color: #fff;
}
/* 关于我们结束 */
/* 职称评审开始 */
.reviewBanner{
    width: 100%;
    height: 600px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.reviewWhat{
    width: 100%;
    height: 360px;
    box-sizing: border-box;
}
.reviewWhat_cen{
    width: 1280px;
    height: 360px;
    margin: 0 auto;
    background:url("../images/reviewWhatBg.png") no-repeat center center;
}
.reviewGood{
    width: 100%;
    height: 870px;
}
.reviewGood_cen{
    width: 1280px;
    margin: 0 auto;
}
.reviewGood_cenTitle{
    width: 1280px;
    height: 165px;
    margin: 0 auto;
}
.reviewGood_cenTitle h1{
    font-size: 36px;
    color: #333;
    line-height: 165px;
    float: left;
}
.reviewGood_cenTitle h1.on{
    color: #fff;
}
.reviewGood_cenTitle span{
    float: right;
    font-size: 30px;
    color: #bbb;
    line-height: 165px;
    font-weight: lighter;
}
.reviewGood_cenTitle span.on{
    color: #fff;
}
.reviewGood_cenDetail{
    width: 1280px;
    margin: 0 auto;
}
.reviewGood_cenDetail ul{
    margin-left: -128px;
}
.reviewGood_cenDetail li{
    float: left;
    width: 224px;
    height: 345px;
    margin-left: 128px;
}
.reviewGood_cenDetail li span{
    display: block;
    width: 224px;
    height: 224px;
    margin: 0 auto;
}
.ztmsb{
    border-radius: 100px;
}
.reviewGood_cenDetail li:hover .ztmsb{
    box-shadow: 0 5px 20px #f9f9f9;
}
.reviewGood_cenDetail_font{
    width: 185px;
    margin: 0 auto;
    position: relative;
    min-height: 50px;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-top: 35px;
}

.reviewGood_cenDetail_font p{
    font-size: 18px;
    color: #333;
    word-break: keep-all;
    text-align: center;
    letter-spacing: 2px;
}
.reviewGood_cenDetail_font p:nth-child(2){
    margin-top: 10px;
}
.reviewTen{
    width: 100%;
    height: 632px;
    overflow: hidden;
    background: url("../images/reviewTen.png") no-repeat center 0;
}
.reviewKnow{
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.reviewKnow_title{
    width: 100%;
    height: 165px;
    line-height: 165px;
}
.reviewKnow_title h1{
    float: left;
    font-size: 36px;
    color: #333;
    letter-spacing: 1px;
}
.reviewKnow_title p{
    float: right;
    font-size: 30px;
    color: #333;
}
.reviewKnow_title p a{
    color: #3399ff;
}
.reviewKnow_con ul{
    margin-right: -40px;
}
.reviewKnow_con li{
    float: left;
    width: 400px;
    height: 510px;
    margin-right: 40px;
    background-color: #f5f7fa;
    transition: all 0.3s ease;
}
.reviewKnow_con li:hover{
    box-shadow: 0 0 20px #e1e1e1;
}
.reviewKnow_con li:hover p{
    color: #3399ff;
}
.reviewKnow_conPic{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.reviewKnow_conPic span{
    width: 137px;
    height: 40px;
   background: url("../images/reviewKnowBtn.png") no-repeat 0 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.reviewKnow_conFont{
    width: 100%;
}
.reviewKnow_conFont h1{
    color: #333;
    font-size: 18px;
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.reviewKnow_conFont h1 span{
    position: absolute;
    line-height: 30px;
    bottom: -3px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 2px;
    background-color: #3399ff;
}
.reviewKnow_conFont h1 span.on{
    background-color: #f23d3d;
}
.reviewKnow_conFont h1 span.on1{
    background-color: #fbd93a;
}
.reviewKnow_conFont p{
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 40px;
}
.reviewPage{
    width: 100%;
    height: 600px;
    background: url("../images/reviewPage.png") no-repeat center 0;
    background-size: 100% 100%;
}
.reviewPage_cen{
    width: 1280px;
    margin: 0 auto;
}
.reviewPage_cen ul{
    margin-right: -40px;
}
.reviewPage_cen li{
    float: left;
    margin-right: 40px;
    width: 400px;
    height: 350px;
    border-radius: 4px;
    overflow: hidden;
}
.reviewPage_cen li:nth-child(1){
    background: url("../images/reviewPage1.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.reviewPage_cen li:nth-child(2){
    background: url("../images/reviewPage2.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.reviewPage_cen li:nth-child(3){
    background: url("../images/reviewPage3.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.reviewGreen{
    width: 1280px;
    height: 425px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
}
.reviewGreen_left{
    float: left;
    width: 500PX;
    height: 300PX;
    overflow: hidden;
}
.reviewGreen_left img{
    width: 100%;
    height: 100%;
}
.reviewGreen_right{
    width: 755px;
    height: 300px;
    float: right;
   background: url("../images/reviewGreen_bg.png") no-repeat 0 0;
}
.reviewGreen_right h1{
    width: 100%;
    height: 88px;
    text-align: center;
    line-height: 88px;
    font-size: 30px;
    color: #333;
}
.reviewGreen_rightSon{
    width: 636px;
    height: 193px;
    margin: 0 auto;
    background: url("../images/reviewGreen1.png") no-repeat 0 0;
    box-sizing: border-box;
    padding-top: 40px;
}
.reviewGreen_rightSon p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}
.reviewTable{
    width: 100%;
    height: 1703px;
    box-sizing: border-box;
    padding-top: 70px;
    background: url("../images/reviewTable.png") no-repeat center 0;
    margin-bottom: 30px;
}
.reviewTable_title{
    width: 1280px;
    height: 115px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-bottom: none;
    margin: 0 auto;
    position: relative;
}
.reviewTable_title p{
    text-align: center;
    line-height: 115px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.reviewTable_title span{
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 75px;
    background-color: #fbd93a;

}
.reviewTable_cen{
    width: 1280px;
    margin: 0 auto;
    border: 1px solid #fff;
}
.reviewTable_cen th{
    height: 60px;
    font-size: 18px;
    color: #fbd93a;
    font-weight: normal;
}
.reviewTable_cen th p span{
    color: #fff;
}
.reviewTable_cen tr td{
    height: 80px;
    font-size: 14px;
    color: #fff;
}
.reviewTable_cen tr td:nth-child(1){
    text-align: center;
}
.reviewTable_cen tr td:nth-child(2){
    box-sizing: border-box;
    padding: 0 35px;
}
.reviewProcess{
    width: 1280px;
    height: 280px;
    margin: 0 auto;
}
.reviewProcess_title{
    width: 1280px;
    height: 190px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 150px;
}
.reviewProcessCon{
    width: 125px;
    height: 200px;
    float: left;
    /* box-shadow: 0 0 5px #f1f1f1; */
}
.reviewProcessCon h5{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 145px;
    letter-spacing: 2px;
}
.reviewProcessCon p{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 133px;
    letter-spacing: 2px;
}
.reviewProcessCon h6{
    font-size: 18px;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
}
.reviewProcessCon:nth-child(1){
    background: url("../images/rp1.png") no-repeat center 0;
}
.reviewProcessCon:nth-child(3){
    background: url("../images/rp2.png") no-repeat center 0;
}
.reviewProcessCon:nth-child(5){
    background: url("../images/rp3.png") no-repeat center 0;
}
.reviewProcessCon:nth-child(7){
    background: url("../images/rp4.png") no-repeat center 0;
}
.reviewProcessCon:nth-child(9){
    background: url("../images/rp5.png") no-repeat center 0;
}
.reviewProcessCon:nth-child(11){
    background: url("../images/rp6.png") no-repeat center 0;
}
.reviewProcessCon1{
    width: 106px;
    height: 200px;
    float: left;
    background: url("../images/rpIcon.png") no-repeat center 50px;
    background-size: 100% auto;
}
/* 职称评审结束 */
/* 杭州落户开始 */
.settleCs{
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    height: 200px;
    background-color: #f5f7fa;
}
.settleCs_cen{
    width: 1285px;
    height: 176px;
    margin: 0 auto;
    background: url("../images/settlecs.png") no-repeat 0 0;
}
.settleCs_cen a{
    display: block;
    width: 140px;
    height: 40px;
    background-color: #fbd93a;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 287px;
    margin-top: 63px;
    border-radius: 4px;
    font-size: 18px;

}
.settlePro{
    width: 1280px;
    height: 560px;
    margin: 0 auto;
}
.settlePro_title{
    box-sizing: border-box;
    padding-top: 55px;
    width: 1280px;
    height: 210px;
    text-align: center;
}
.settlePro_title h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.settlePro_title p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.settlePro_con{
    width: 100%;
    height: 350px;
}
.settlePro_conSon{
    width: 180px;
    height: 350px;
    float: left;
}
.settlePro_conPic{
    width: 180px;
    height: 181px;
}
.settlePro_conPic img{
    width: 100%;
    height: 100%;
}
.settlePro_conFont{
    width: 180px;
}
.settlePro_conFont h6{
    width: 100%;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    color: #333;
}
.settlePro_conFont p{
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 25px;
}
.settlePro_icon{
    width: 95px;
    height: 350px;
    float: left;
    background: url("../images/settleIcon.png") no-repeat center 50px;
}
.settleSolve{
    width: 100%;
    height: 702px;
    background: url("../images/settleSolve_bg.png") no-repeat center 0;
}
.settleSolve_title{
    width: 1280px;
    height: 153px;
    margin: 0 auto;
    text-align: center;
    line-height: 153px;
}
.settleSolve_title h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.settleSolve_title h1 span{
    color: #f91c1c;
}
.settleSolve_inner{
    width: 1280px;
    margin: 0 auto;
}
.settleSolve_inner ul{
    margin-right: -40px;
}
.settleSolve_inner li{
    width: 400px;
    float: left;
    margin-right: 40px;
}
.settleSolve_innerTitle{
    width: 400px;
    height: 60px;
    background-color: #3399ff;
    margin-bottom: 20px;
}
.settleSolve_innerTitle p{
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}
.settleSolve_innerTitle p i{
    font-size: 40px;
    color: #fbd93a;
    font-weight: bold;
}
.settleSolve_innerPic{
    width: 400px;
    height: 200px;
    border: 1px solid #3399ff;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}
.settleSolve_innerCon{
    box-sizing: border-box;
    padding: 10px 0;
    width: 400px;
    height: 205px;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    letter-spacing: 1px;
}
.settleSolve_ins{
    box-sizing: border-box;
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,.7);
    box-shadow: 0 0 5px #eee;
}
.settleSolve_innerCon span{
    display: block;
    width: 300px;
    height: 1px;
    background-color: #3399ff;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.settleGood{
    width: 100%;
    height: 500px;
    background: url("../images/settleGood.png") no-repeat center center;
}
.settleGood_title{
    width: 1280px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    line-height: 150px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.settleGood_inner{
    width: 1280px;
    margin: 0 auto;
}
.settleGood_inner ul{
    margin-right: -66px;
}
.settleGood_inner li{
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    width: 270px;
    height: 120px;
    margin-right: 66px;
    margin-bottom: 30px;
    background: url("../images/settleGood_inner1.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.settleGood_inner li:nth-child(2){
    background: url("../images/settleGood_inner2.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(3){
    background: url("../images/settleGood_inner3.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(4){
    background: url("../images/settleGood_inner4.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(5){
    background: url("../images/settleGood_inner5.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(6){
    background: url("../images/settleGood_inner6.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(7){
    background: url("../images/settleGood_inner7.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li:nth-child(8){
    background: url("../images/settleGood_inner8.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleGood_inner li h5{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.settleGood_inner li h5 span{
    display: block;
    width: 30px;
    height: 2px;
    background-color:#fbd93a;
    position: absolute;
    bottom: 0;
    left: 0; 
}
.settleGood_inner li p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.settleTj{
    width: 1280px;
    height: 660px;
    margin: 0 auto;
}
.settleTj_title{
    width: 100%;
    height: 130px;
    text-align: center;
    line-height: 130px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.settleTj_title h1{
    font-weight: bold;
}
.settleTj_inner{
    width: 1280px;
}
.settleTj_inner ul{
    margin-right: -20px;
}
.settleTj_inner li{
    width: 240px;
    height: 390px;
    float: left;
    margin-right: 20px;
    background: url("../images/settleTj_innerShadow.png") no-repeat center bottom;
}
.settleTj_inner li:nth-child(even){
    margin-top: 90px;
}
.settleTj_inner li:hover .settleTj_innerMain{
    box-shadow: 0 2px 20px #f1f1f1;
    transform: translateY(10px);
}
.settleTj_innerMain{
    box-sizing: border-box;
    padding: 10px;
    width: 240px;
    height: 300px;
    box-shadow: 0 2px 5px #f1f1f1;
    transition: all 0.3s ease;
}
.settleTj_innerMain img{
    width: 220px;
    height: 120px;
    border: none;
}
.settleTj_innerMain_btm{
    width: 100%;
    height: 160px;
}
.settleTj_innerMain_btm h6{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid #3399ff;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.settleTj_innerMain_btm p{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.settleChoose{
    width: 100%;
    height: 646px;
    background: url("../images/settleChoose.png") no-repeat center 0;
}

.settleChoose_inner{
    width: 1280px;
    margin: 0 auto;
    margin-top: 110px;
}
.settleChoose_inner ul{
    margin-right: -76px;
}
.settleChoose_inner li{
    width: 150px;
    float: left;
    margin-right: 76px;
    transition: all 0.3s ease;
}
.settleChoose_inner li:hover{
    transform: translateY(-10px);
}
.settleChoose_inner li span{
    display: block;
    width: 128;
    height: 128px;
  margin-left: 11px;
}
.scli1 span{
    background: url("../images/settleChoose_inner1.png") no-repeat 0 0;
}
.scli1:hover span{
    background: url("../images/settleChoose_inner11.png") no-repeat 0 0;
}
.scli2 span{
    background: url("../images/settleChoose_inner2.png") no-repeat 0 0;
}
.scli2:hover span{
    background: url("../images/settleChoose_inner21.png") no-repeat 0 0;
}
.scli3 span{
    background: url("../images/settleChoose_inner3.png") no-repeat 0 0;
}
.scli3:hover span{
    background: url("../images/settleChoose_inner31.png") no-repeat 0 0;
}
.scli4 span{
    background: url("../images/settleChoose_inner4.png") no-repeat 0 0;
}
.scli4:hover span{
    background: url("../images/settleChoose_inner41.png") no-repeat 0 0;
}
.scli5 span{
    background: url("../images/settleChoose_inner5.png") no-repeat 0 0;
}
.scli5:hover span{
    background: url("../images/settleChoose_inner51.png") no-repeat 0 0;
}
.scli6 span{
    background: url("../images/settleChoose_inner6.png") no-repeat 0 0;
}
.scli6:hover span{
    background: url("../images/settleChoose_inner61.png") no-repeat 0 0;
}
.settleChoose_inner li h6{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.settleChoose_inner li h6 i{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fbd93a;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}
.settleChoose_inner li p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.settleAuction{
    width: 1280px;
    height: 810px;
    margin: 0 auto;
}
.settleAuction_title{
    width: 100%;
    height: 150px;

}
.settleAuction_title h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
}
.settleAuction_main{
    width: 100%;
    height: 600px;
    background: url("../images/settleAuction_main.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.settleAuction_mainLeft{
    width: 320px;
    height: 600px;
    float: left;
    box-sizing: border-box;
    background: url("../images/settleAuctionBg.png") no-repeat center 15px;
}
.settleAuction_mainLeft a{
    display: block;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    background: #3399ff url("../images/settleAuction_phone.png") no-repeat 15px center;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 520px;
}
.settleAuction_mainRight{
    width: 960px;
    height: 600px;
    box-sizing: border-box;
}
.settleAuction_mainRight tr{
    height: 300px;
}
.settleAuction_mainRight tr td{
    width: 240px;
    text-align: center;
}
.settleAuction_mainRight tr td p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 100px;
}
.settleAuction_mainRight tr td a{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    background: linear-gradient(to top, #b2d9ff, #e5f2ff);
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}
.settleAuction_mainRight tr td a:hover{
    background: #3399ff;
    color: #fff;
}
.settleZc{
    width: 100%;
    height: 270px;
    background-color: #fff;
}

.settleZc_bg{
    width: 100%;
    height: 300px;
    background: url("../images/settleZc.png") no-repeat center 0;
}
.settleZc_bgCen{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.settleZc_bgCen ul{
    position: absolute;
    top: -100px;
    margin-right: -40px;
}
.settleZc_bgCen li{
    float: left;
    width: 400px;
    height: 260px;
    margin-right: 40px;
}
.settleZc_bgCen li p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 400px;
}
.settleZc_bgCen li p span{
    color: #fc1301;
}
/* 注册开始 */
.publicSecond_con{
    width: 100%;
    background-color: #fff;
}
.regMain{
    width: 1000px;
    height: 550px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 60px;
}
.regMain_left{
    width: 500px;
    height: 550px;
    float: left;
}
.regMain_right{
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 40px;
    width: 500px;
    height: 550px;
    float: right;
}
.regMain_right h1{
    width: 300px;
    height: 42px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
}
.regMain_right h1 a{
    font-size: 16px;
    float: right;
    color: #3399FF;
    font-weight: normal;
    line-height: 55px;
}
.regForm{
    width: 300px;
    margin-top: 34px;
}
.regForm_input{
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
}
.regForm_input input{
    box-sizing: border-box;
    border-radius: 4px;
}
.largeInput{
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    text-indent: 20px;
    color: #333;
    font-size: 14px;
}
.smallInput{
    width: 170px;
    height: 100%;
    border: 1px solid #e5e5e5;
    text-indent: 20px;
    float: left;
    color: #333;
    font-size: 14px;
}
.littleInput{
    width: 110px;
    height: 100%;
    border: 1px solid #e5e5e5;
    text-indent: 20px;
    float: left;
    color: #333;
    font-size: 14px;
}
.btnForm{
    font-size: 14px;
    border-radius: 4px;
    width: 100px;
    border: none;
    height: 100%;
    float: right;
    background-color: #3399ff;
    color: #fff;
}
.subBtn{
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #3399ff;
    font-size: 16px;
    border: none;
    font-size: 16px;
}
.regP{
    font-size: 16px;
    text-align: center;
    color: #4d4d4d;
    line-height: 28px;
}
.regP a{
    color: #3399ff;
}
.yzmPic{
    width: 160px;
    height: 100%;
    background-color: #3399ff;
    float: right;
    border-radius: 4px;
    overflow: hidden;
}
.yzmPic img{
    width: 160px;
    height: 40px;
    border-radius: 4px;
}
.loginBtn{
    width: 300px;
    height: 38px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #bfbfbf;
}
.loginBtn li{
    float: left;
    width: 150px;
    height: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #b2b2b2;
    cursor: pointer;
}
.loginBtn li.on{
    color: #3399ff;
    border-bottom: 2px solid #3399ff;
}
.regForm_input p{
    float: left;
    font-size: 16px;
    color: #4c4c4c;
    float: left;
    line-height: 40px;
}.regForm_input p label{
    margin-left: 5px;
}
.regForm_input a{
    float: right;
    color: #3399ff;
    font-size: 16px;
    line-height: 40px;
}
.loginMain{
    display: none;
}
.thirdLogin{
    width: 300px;
    height: 28px;
    margin-bottom: 15px;
}
.thirdLogin p{
    float: left;
    line-height: 28px;
    font-size: 18px;
    color: #b2b2b2;
}
.thirdLogin ul{
    float: right;
}
.thirdLogin li{
    float: left;
    width: 34px;
    height: 28px;
    margin-left: 25px;
    cursor: pointer;
}
/* 注册结束 */
/* 404开始 */
.errorMain{
    box-sizing: border-box;
    padding-top: 380px;
    width: 1280px;
    height: 700px;
    margin: 0 auto;
    background: url("../images/errorBg.png") no-repeat center 140px;
}
.errorMain p{
    font-size: 24px;
    color: #999;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.errorMain a{
    display: block;
    width: 100px;
    height: 40px;
    background-color: #3399ff;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
}
/* 404结束 */
/* 主页开始 */
.homeMain{
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
.homeMain_left{
    width: 240px;
    float: left;
}
.homeMain_right{
    width: 720px;
    float: right;
    min-height: 492px;
    background-color: #fff;
}
.homeMain_leftHead{
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    height: 200px;
    background-color: #fff;
}
.homeMain_leftHead span{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.homeMain_leftHead span img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.homeMain_leftHead p{
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
.homeMain_leftUl{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px 0 25px 70px;
    margin-top: 30px;
}
.homeMain_leftUl li a{
    display: block;
    line-height: 26px;
    width: 100%;
    height: 26px;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.homeMain_leftUl li:last-of-type a{
    margin-bottom: 0;
}
.homeMain_rightTitle{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.homeMain_rightTitle h1{
    text-indent: 70px;
    font-size: 24px;
    color: #333;
    line-height: 60px;
}
.homeMain_child{
    width: 100%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 30px;
}
.homeMain_input{
    width: 100%;
    margin-bottom: 30px;
    min-height: 36px;
}
.homeMain_input.on{
    margin-bottom: 12px;
}
.homeMain_input1{
    width: 130px;
    height: 36px;
    float: left;
    font-size: 20px;
    color: #666;
    line-height: 36px;
}
.homeMain_input2{
    width: 300px;
    height: 36px;
    float: left;
}
.homeMain_input2 input{
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 16px;
    color: #b2b2b2;
    float: left;
}
.homeMain_input2 input.on{
    width: 160px;
}
.homeMain_input2 input.on1{
    width: 110px;
    border: none;
    height: 36px;
    background-color: #3399ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-indent: 0;
    margin-left: 28px;
}
.homeMain_input2 input.homeSubBtn{
    width: 300px;
    border: none;
    height: 36px;
    background-color: #3399ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-indent: 0;
}
.homeMain_input2 p{
    font-size: 20px;
    color: #333;
    line-height: 36px;
    float: left;
}
.homeMain_input2 a{
    font-size: 18px;
    color: #3399ff;
    line-height: 36px;
    float: right;
}
.homeMain_input3{
    width: 110px;
    height: 36px;
    float: left;
    margin-left: 30px;
}
.homeBtn{
    width: 110px;
    height: 36px;
    border: none;
    background-color: #3399ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.homeMainProcess{
    width: 570px;
    min-height: 34px;
    border-radius: 4px;
    background-color: #3399ff;
    margin-bottom: 20px;
}
.homeMainProcess_left{
    float: left;
    width: 130px;
    height: 34px;
    box-sizing: border-box;
    padding: 5px 0 5px 20px;
}
.homeMainProcess_left p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.homeMainProcess_right{
    width: 440px;
    float: left;
    box-sizing: border-box;
    padding: 5px 20px 5px 0;
}
.homeMainProcess_right p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.homeMain_photo{
    width: 180px;
    height: 180px;
    border-radius:4px;
    margin-top: 40px;
    margin-left: 200px;
    overflow: hidden;
}
.homeMain_photo img{
    width: 180px;
    height: 180px;
    border-radius: 4px;
}
.upPicBtn{
    width: 180px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background-color: #3399ff;
    margin-left: 200px;
    margin-top: 30px;
    border-radius: 4px;
    position: relative;
}
.upPicBtn input{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
}
/* 主页结束 */
/* 移民开始 */
.immiMain{
    width: 1280px;
    margin: 0 auto;
}
.immiTitle{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #d8dfe6;
}
.immiTitle h1{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 100px;
}
.immiTitle h1 span{
    margin-left: 10px;
}
.immiTitle_sec{
    width: 100%;
    height: 88px;
}
.immiTitle_sec h2{
    font-size: 28px;
    color: #333;
    line-height: 88px;
}
.immiDetail{
    width: 100%;
    height: 400px;
    background-color: #fff;
}
.immiDetail_left{
    box-sizing: border-box;
    padding: 0 24px;
    width: 640px;
    height: 400px;
    float: left;
}
.immiDetail_right{
    width: 640px;
    height: 400px;
    float: left;
}
.immiDetail_leftTitle{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.immiDetail_leftTitle p{
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.immiDetail_leftFont{
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}
.immiDetail_leftFont p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.immiProgram_title{
    width: 100%;
    height: 88px;
}
.immiProgram_title p{
    font-size: 28px;
    color: #333;
    line-height: 88px;
    float: left;
}
.immiProgram_title ul{
    float: left;
    margin-left: 50px;
    margin-top: 29px;
}
.immiProgram_title li{
    float: left;
    width: 100px;
    height: 30px;
    margin-right: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.immiProgram_title li.on{
    background-color: #e62e2e;
    color: #fff;
}
.immiProgram{
    width: 1280px;
}
.immiProgram ul{
    margin-right: -40px;
}
.immiProgramLi{
    width: 400px;
    height: 320px;
    float: left;
    margin-bottom: 30px;
    background-color: #fff;
    margin-right: 40px;
}
.immiProgramLi_head{
    box-sizing: border-box;
    padding: 26px 30px;
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #e5e5e5;
}
.immiProgramLi_head h6{
    font-size: 20px;
    color: #3399ff;
    line-height: 30px;
    margin-bottom: 10px;
}
.immiProgramLi_head p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.immiProgramLi_detail{
    width: 100%;
    box-sizing: border-box;
    padding: 25px 30px 0 30px ;
}
.immiProgramLi_detail ul{
    margin-right: -40px;
}
.immiProgramLi_detail li{
    float: left;
    width: 150px;
    margin-right: 40px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.immiProgramLi_detail a{
    display: block;
    float: left;
    width: 130px;
    height: 36px;
    background-color: #3399ff;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-top: 15px;
}
.immiProgramLi_detail a:last-of-type{
    margin-left: 80px;
}
/* 移民结束 */
/* 积分测评开始 */
.accumulateMain{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.accumulateMain_title{
    box-sizing: border-box;
    padding-top: 60px;
    width: 100%;
    height: 150px;
    text-align: center;
    position: relative;
    background: url("../images/accumulateMain_title.png") no-repeat 0 75px;
}
.accumulateMain_title h1{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.accumulateMain_title p{
   font-size: 24px;
   color: #bbb;
   margin-top: 15px;
}
.accumulateMain_nb{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 160px;
    margin: 80px 0 50px 0;
}
.accumulateMain_nb p{
    height: 50px;
    width: 200px;
    line-height: 42px;
    float: left;
    font-size: 24px;
    color: #fff;
   text-indent: 40px;
    background: url("../images/accumulateMain_nb.png") no-repeat 0 0;
}

.accumulateSon{
    width: 100%;
    min-height: 24px;
    margin-bottom: 30px;
    position: relative;
}
.accumulateSon_left{
    width: 164px;
    min-height: 24px;
    float: left;
}
.accumulateSon_right{
    width: 960px;
    min-height: 24px;
    float: left;
}
.on{
    box-sizing: border-box;
    padding-left: 25px;
    background: url("../images/accIcon3.png") no-repeat 0 5px;
	width:85%;     float: left;
}
.on h2{
    font-size: 16px;
    color: #333;
    line-height:30px;
}
.accumulateSon_right.on p{
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.accumulate_problem{
    width:210px;
    min-height: 24px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 30px;
    float: left;
}
.accumulate_problem.on{
    background: url("../images/accIcon1.png") no-repeat 0 5px;
}
.accumulate_problem.on2{
    background: url("../images/accIcon2.png") no-repeat 0 5px;
}
.accumulate_problem p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.accumulateSon_right select{
    width: 300px;
    height: 24px;
    padding-left: 10px;
    float: left;
    color: #999;
}
.accumulateResult{
    width:160px;
    height: 24px;
    float: left;
    margin-left: 55px;
}
.accumulateResult p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.accumulateResult p span{
    color: #de2525;
}
.accumulateResults{
    width:160px;
    height: 24px;
    float: left;
    margin-left: 55px;
}
.accumulateResults p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.accumulateResults p span{
    color: #de2525;
}
.accumulateMsg{
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    width:350px;
    min-height: 145px;
    border: 1px solid #ccc;
    left: 820px;
    background-color: #fff;
    z-index: 2;
    color: #999;
    display: none;
}
.accumulateMsg span{
    position: absolute;
    display: block;
    width:100%;
    height:4px;
    background-color: #ff0000;
    left: 0;
    top: -1px;
}
.accBtn{
    display: block;
    width: 180px;
    height: 60px;
    background-color: #de2525;
    color: #fff;
    font-size:30px;
    border: none;
    margin: 0 auto;
    margin-top: 70px;
}
.accBlack{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.3);
    position: fixed;
    top: 0;
    left:0;
    display: none;
}
.accBlack{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.3);
    position: fixed;
    top: 0;
    left:0;
    display: none;
}
.accBlack_Main{
    width: 630px;
    height: 300px;
    box-sizing: border-box;
    padding: 0 35px;
    position: absolute;
	z-index:10000;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -150px;
    background-color: #fff;
	border:1px solid #ddd;
}
.close_accBlack{
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    background: url("../images/accIcon14.png") no-repeat 0 0;
    cursor: pointer;
    margin-right: -36px;
}
.accBlack_Main h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;
}
.accBlack_Main h5{
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.accBlack_Main h5 b{
    font-size: 18px;
    color: #de2525;
}
.accBlack_Main h6{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}
.accBlack_Main p{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 30px;
}
/* 积分测评结束 */