.sub-top {
    height: 112px;
}

.sub-server {
    line-height: 109px;
    font-size: 14px;
}

.sub-server .server-tel {
    font-size: 17px;
}

.login {
    position: relative;
    background: url(../images/loginbg.jpg) top center no-repeat;
    background-size: cover;
    /* padding-top: 40%; */
    height: 768px;
    min-width: 1200px;
}

.login-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login-box {
    float: right;
    margin-top: 40px;
    background: #fff;
    border-top: 2px solid #ff3700;
    width: 300px;
    padding: 20px 40px;
}

.login-box h2 {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.login-box p {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
}

.login-bd {
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
}

.login-bd a {
    color: #aaaaaa;
}

.login-bd a:hover {
    color: #ff3700;
    text-decoration: underline;
}

.login-bd strong {
    font-weight: normal;
}

.regesiter-box {
    float: right;
    margin-top: 40px;
    background: #fff;
    width: 380px;
}

.regesiter-mn {
    display: none;
    padding: 20px 40px;
}

.regesiter-mn.show {
    display: block;
}

.regesiter-mn .demand-list {
    width: 100%;
    margin-bottom: 0;
}

.regesiter-mn .demand-list+.demand-list {
    margin-top: 15px;
}

.regesiter-mn .job-list {
    margin-top: 15px;
}

.regesiter-mn .vcode {
    background: #ff3700;
}

.citys1,
.citys2 {
    top: 257px;
    bottom: auto;
}


/* 需求测试 */

.teat-wrap {
    position: relative;
    padding-bottom: 80px;
}

.test-ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/testbg.jpg) top center no-repeat;
    background-size: 100% 100%;
    height: 337px;
}

.test-mn {
    width: 1190px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    top: 30px;
    z-index: 10;
    border: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.test-mn h2 {
    font-size: 36px;
    color: #333333;
    padding: 0 50px;
    line-height: 94px;
    font-weight: normal;
    border-bottom: 2px solid #ff7800;
}

.test-box {
    padding: 0 50px;
}

.test-list {
    padding: 30px 50px;
    border-bottom: 1px solid #f0f0f0;
}

.test-list dt {
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
}

.people-item {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    color: #666666;
    font-size: 18px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    margin-right: 15px;
}

.sitemap a {
    display: inline-block;
    line-height: 20px;
    padding:5px;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
}
.sitemap a:hover {
    background: #ff3700;
    text-decoration:none;
    color:#fff;
}
.people-item.active,
.people-item:hover {
    background: #ff3700;
    color: #fff;
}

.test-tip {
    color: #ff3700;
    font-size: 14px;
}

.demand-check {
    padding: 0 45px 0 30px;
    background: #f9f9f9 url(../images/test-icon.png) right center no-repeat;
}

.demand-check.active,
.demand-check:hover {
    background: #ff3700 url(../images/test-icon1.png) right center no-repeat;
}

.test-last {
    width: 385px;
    padding-left: 30px;
}

.test-last .vcode {
    border-radius: 0;
}

.test-label {
    line-height: 38px;
    color: #666666;
    font-size: 18px;
}

.regesiter-mn .job-inp:hover,
.login-box .job-inp:hover {
    border: 1px solid #ff3700;
}

.job-inp1 {
    width: 152px;
}

.job-inp4 {
    margin-left: 72px;
}

.test-btn {
    width: 262px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ff3700;
    color: #fff;
    border: 0;
    margin: 30px auto 0;
    display: block;
    border-radius: 5px;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    cursor: pointer;
    font-size: 18px;
}

.test-btn:hover {
    text-decoration: none;
    opacity: 0.85;
}

/* vip服务 */
.server-wrap {
    background: #f2f2f2;
    padding: 55px 0;
}

.server-table {
    width: 100%;
    background: #fff;
    border-left: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc
}

.server-table th {
    line-height: 80px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.server-table th.th1 {
    color: #ff3700;
    font-size: 16px;
    font-weight: bold;
}

.server-table th.th2 {
    background: #ff3700;
    transform: scale(1,1.1);
    transform-origin:  bottom center
}

.server-table td {
    border-right: 1px solid #dfdcdc;
    border-top: 1px solid #dfdcdc
}

.server-table th.th3 {
    background: #fe7e01
}

.server-table th.th4 {
    background: #ff6c98
}

.server-table th.th5 {
    background: #f9cd1c
}

.server-table td {
    line-height: 26px;
    padding: 20px 0;
    text-align: center
}

.server-table td.td1 {
    font-size: 16px;
    color: #333333;
}

.table-rank {
    display: inline-block;
    height: 26px;
}

.true-price {
    color: #ff3700;
    font-size: 20px;
}

.del-price {
    font-size: 16px;
    color: #666666;
}

.service-btn {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #ff3700;
    line-height: 27px;
    width: 95px;
}

.service-btn:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
}

.first,.second{
    position: relative
}

.first::before {
    position: absolute;
    left: -8px;
    content: '';
    height: 100%;
    width: 8px;
    display: block;
    top: 0;
    background: url(../images/shadow.png) left repeat-y
}
.second::before {
    position: absolute;
    left: -1px;
    content: '';
    height: 100%;
    width: 8px;
    display: block;
    top: 0;
    background: url(../images/shadow1.png) left repeat-y
}
/* 关于我们 */
.about-ban-tit{
    position: absolute;
    /* width: 200px; */
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.about-ban-tit h2{
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 20px;
}
.about-ban-tit h2::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    content: '';
    width: 84px;
    display: block;
    border-top: 2px solid #ff3700;
}
.about-ban-tit p{
    font-size: 24px;
    text-transform : uppercase;
    color: #fff;
    margin-top: 10px;
}
.about-ban{
    position: relative;
    width: 100%;
    height: 267px;
    background: url(../images/ban-about.jpg) top center no-repeat;
    background-size: 100% 100%;
}
.about-tab{
    text-align: center;
}
.about-tab a{
    display: inline-block;
    line-height: 50px;
    padding: 0 25px 0 53px; 
    border: 1px solid #d2d2d2;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}
.about-tab a:hover{
    text-decoration: none;
}
.about-tab-item1{
    background: url(../images/about-icon01.png) 25px center no-repeat;
}
.about-tab-item2{
    background: url(../images/about-icon1.png) 25px center no-repeat;
}
.about-tab-item3{
    background: url(../images/about-icon2.png) 25px center no-repeat;
}
.about-tab-item1:hover,.about-tab-item1.active{
    background: url(../images/about-icon.png) #fc5e32 25px center no-repeat;
    color: #fff;
    border: 1px solid #fff;
}
.about-tab-item2:hover,.about-tab-item2.active{
    background: url(../images/about-icon12.png) #fc5e32 25px center no-repeat;
    color: #fff;
    border: 1px solid #fff;
}
.about-tab-item3:hover,.about-tab-item3.active{
    background: url(../images/about-icon22.png) #fc5e32 25px center no-repeat;
    color: #fff;
    border: 1px solid #fff;
}
.about-information{
    margin-top: 40px;
}
.information-des{
    text-align: center;
    color: #333333;
    font-size: 16px;
}
.about-info-tit{
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-bottom: 44px;
    background: url(../images/about-tit.png) bottom center no-repeat;
    margin :40px auto;
}
.about-info-box{
    width: 1110px;
    margin: 0 auto;
}
.about-info-item{
    float: left;
    width: 306px;
    padding: 20px;
    height: 454px;
    box-shadow: 5px 5px 10px rgba(187, 187, 187, 0.3),-5px -5px 10px rgba(187, 187, 187, 0.3);
    transform: all 3s;
    cursor: pointer;
}
.about-info-item:hover{
    transform: translateY(-8px);
}
.about-info-item +.about-info-item{
    margin-left: 30px;
}
.info-item-icon{
    width: 135px;
    height: 134px;
    margin: 0 auto;
}
.info-item-icon1{
    background: url(../images/about-icon3.png) center no-repeat;
    background-attachment: 100% 100%;
}
.info-item-icon2{
    background: url(../images/about-icon4.png) center no-repeat;
    background-attachment: 100% 100%;
}

.info-item-icon3{
    background: url(../images/about-icon5.png) center no-repeat;
    background-attachment: 100% 100%;
}

.pay-item-icon{
    width: 80px;
    height: 80px;
    margin: 10px auto;
}
.info-item-icon4{
    background: url(../images/pay-icon1.png) center no-repeat;
    background-attachment: 100% 100%;
}
.info-item-icon5{
    background: url(../images/pay-icon2.png) center no-repeat;
    background-attachment: 100% 100%;
}

.info-item-icon6{
    background: url(../images/pay-icon3.png) center no-repeat;
    background-attachment: 100% 100%;
}

.about-info-item h3{
    font-size: 18px;
    color: #333;
    line-break: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.about-info-item p{
    color: #7b7b7b;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.about-server{
    width: 1110px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    box-shadow: 5px 5px 10px rgba(187, 187, 187, 0.3),-5px -5px 10px rgba(187, 187, 187, 0.3);
    margin: 0 auto;
}
.about-ct{
    width: 100%;
    background: #475459;
    margin-top: 65px;
    height: 470px;
    color: #fff;
}
.about-bd {
    color: #333;
}
.about-bd h3,.about-bd p,.about-bd .about-ct-list{
    padding-left: 30px;
}

.about-ct-box{
    float: left;
    width: 50%; 
    height: 100%;
    overflow: hidden;
}
.about-ct-hand{
    display: block;
    width: 100%;
}
.about-ct-box h3{
    font-size: 18px;
    margin-top: 60px;
}
.about-ct-box p{
    font-size: 16px;
    margin: 25px 0 40px;
}
.about-ct-list{
    margin-top: 20px;
}
.about-ct-list dt{
    float: left;
    width: 30px;
    height: 30px;
}
.about-ct-list dt img{
    display: block;
    width: 100%;
    height: 100%;
  
}
.about-ct-box>img{
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.about-ct-box:hover>img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.about-ct-list dd{
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-left: 20px;
}
.about-ct-list strong{
    font-weight: normal;
}
.BMapLabel {
    line-height: 26px !important;
    color: #ff6c12 !important;
    border: 0 !important;
    padding: 0 20px!important;
    border-radius: 30px;
}

/* 404 */
.tip-container{
    padding:  40px 0;
}
.bug-img{
    display: block;
    width: 434px;
    height: 344px;
    margin: 0 auto;
}
.bug-btn{
    display: block;
    margin: 20px auto 0;
    width: 108px;
    line-height: 33px;
    border: 1px solid;
    color: #ff4817;
    border-radius: 20px;
    text-align: center;
    position: relative;
    left: 25px;
}
.bug-btn:hover{
    text-decoration: none;
    background: #ff4817;
    color: #fff;
}
