html {
    overflow: hidden;
}

body {
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

body ul li {
    list-style: none;
}

.header {
    -moz-box-shadow:0 1px 1px #999;              
    -webkit-box-shadow:0 1px 1px #999;           
    box-shadow:0 1px 1px #999;     
    overflow: hidden;
    z-index: 100;
    position: absolute;
    top: 0px;
    height: 70px;
    width: 100%;
    background: white;
}

.logo {
    z-index: 101;
    position: absolute;
    height: 50px;
    top: 10px;
    left: 100px;
}

.logo img {
    float: left;
}

.logo-right {
    float: right;
    margin-left: 10px;
}

.logo-right span {
    display: block;
}

.logo-right-top {
	margin-top: 5px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: #4c4c4c;
}

.logo-right-bottom {
	margin-top: -5px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #7f7f7f;
}

.navbar {
    position: absolute;
    height: 30px;
    width: 576px;
    background: white;
    border: 0;
    margin-left: 36%;
    margin-top: 20px;
}

.nav_new {
    width: 100%;
}

.nav_new li {
    padding: 0;
    width: 10%;
    display: block;
    padding: 1px;
    float: left;
    margin-left: 36px;
    height:50px;
}

.nav_new span {
    display: block;
    float: left;
    font-size: 20px;
    margin-top: 2px;
    color: #919191 !important;
}

.nav_new li:hover {
    border-bottom: 3px solid #007AFF;
    padding: 0;
}

.nav_new li a:hover {
    color: #007AFF !important;
}

.nav_new li.active {
    background: none;
    width: 10%;
    border-bottom: 3px solid #007AFF;
    padding: 0;
}

.nav_new li.active a {
    color: #007AFF !important;
    float: left;
}

.nav_new li a {
	font-family: 微软雅黑;
    float: left;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 37px;
    color: #8c8c8c !important;
    font-size: 18px;
}

.nav_new .differ a{
    background: #f88917;
    margin-top: -5px;
    font-size: 19px;
    line-height: 44px;
    border-radius: 2px;
    color: #fff !important;
    -webkit-box-shadow: 0 1px 3px #a4a3a3;
    -moz-box-shadow: 0 1px 3px #a4a3a3;
    box-shadow: 0 1px 3px #a4a3a3;
}

.nav_new .differ a:hover{
    background: #ef7900;
    color: #fff !important;
}

.imgOuter {
    height: 182px;
    width: 262px;
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 500px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.bigimg {
    max-width: none !important;
}

.clear {
    clear: both;
}

@media (max-width: 1280px) {
    .title {
        font-size: 40px !important;
    }
    .subtitle_content {
        font-size: 25px;
    }
    .pagerDefined {
        width: 40px !important;
    }
    .resgisterer {
        width: 150px;
        height: 50px;
        line-height: 30px;
    }
    .register a {
        font-size: 19px;
    }

    #register, #registerSuccess{
        margin-top: 130px;
    }

    #register .inputInfo {
        height: 36px;
        padding: 3px 6px;
        line-height: 36px;
        line-height: normal; 
    }

    #inputMobile>div, #inputCompanyInfo>div {
        height: 36px !important;
    }

    #register #sendVerify {
        font-size: 13px;
        height: 36px;
        line-height:36px;
    }
}

@media (max-width: 800px) {
    html {
        overflow-x: initial;
    }
    .pagerDefined {
        left: 700px !important;
    }
    .header {
        width: 800px;
    }
    .containnerBody {
        width: 800px !important;
    }
}

@media (max-height: 600px) {
    .titleOuter {
        margin-top: 0px !important;
    }
    .subtitleOuter {
        margin-top: 0px !important;
    }
}


@media (max-width: 1370px) {
    .pageContainer{
        width: 1000px !important;
    }

    .nav-inner li{
        width: 242px !important;
        height: 100px !important;
    }

    .nav-inner li div{
        width: 243px !important;
        height: 100px !important;
    }

    .btn-outer img{
        margin-right:10px !important;
        width: 33%;
    }
    .page-content{
        height: 485px;
    }
    .large{
        margin-top: -100px
    }
}