body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea {
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0f0;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

input, select:focus {
    outline: none;
}

.clearfix:after {
    content: "200B";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

textarea, button, input:focus {
    outline: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.header-top {
    border-bottom: 1px solid #e5e5e5;
    height: 32px;
    line-height: 32px;
}

.header-top span {
    font-size: 14px;
    color: #888888;
    margin-right: 18px;
}

.header-top .chengsi {
    font-size: 14px;
    color: #eb5404;
}

.header {
    height: 118px;
    background: #fff;
}

.header .logo {
    float: left;
    margin-top: 25px;
}

.header .sousuo {
    float: left;
    width: 300px;
    height: 32px;
    border: 1px solid #d2d2d2;
    border-right: none;
    margin-left: 150px;
    margin-top: 25px;
}

.header .sousuo select {
    float: left;
    width: 95px;
    height: 32px;
    border: none;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
}

.header .sousuo input {
    float: left;
    width: 152px;
    height: 32px;
    border: none;
    padding-left: 10px;
    color: #666;
    font-size: 14px;
}

.header .sousuo select:focus {
    outline: none;
}

.header button {
    width: 75px;
    margin-top: 25px;
    float: left;
    height: 34px;
    background: #e25f23;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.header .icon {
    float: right;
    margin-top: 24px;
}

.header .icon a {
    position: relative;
    display: inline-block;
}

.header .icon a span {
    position: absolute;
    right: 0;
    top: -20px;
    width: 34px;
    height: 13px;
    display: inline-block;
    background: #65ab4d;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border-radius: 3px;
}

.nav {
    background: #e25f23;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.nav ul {
    float: left;
}

.nav ul:nth-child(2) {
    float: right;
}

.nav li {
    float: left;
    text-align: center;
    font-size: 18px;
}

.nav li a {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    transition: 0.3s;
}
.nav li a.active{
    background: #e24500;
}

.nav li a:hover {
    background: #e24500;
}

.header2 {
    height: 83px;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #e4551d;
}

.header2 .logo {
    margin-top: 24px;
    float: left;
}

.header2 .uu1 {
    float: right;
    margin-top: 45px;
}

.header2 .uu1 li {
    float: left;
    font-size: 16px;
    color: #666666;
}

.header2 .uu1 li a {
    color: #666666;
}
.header2 .uu1 li.active{
    color: #e24500;
}
.header2 .uu1 li a.active{
    color: #e24500;
    font-weight: bold;
}
.header2 .uu1 span {
    float: left;
    margin: 0 15px;
}

.footer {
    float: left;
    width: 100%;
    background: #333;
    padding-top: 26px;
    padding-bottom: 21px;
    margin-top: 40px;
}

.footer .top {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 27px;
    float: left;
    width: 100%;
}

.footer .top h3 {
    line-height: 63px;
    font-size: 18px;
    color: #e5e5e5;
    font-weight: normal;
}

.footer .ul1 {
    float: left;
    /*width: 409px;*/
    width: 100%;
}

.footer .ul1 li {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-right: 30px;
}


.footer .ul1 li a {
    color: #999999;
    display: block;
    transition: 0.5s;
}

.footer .ul1 li a:hover {
    color: #e24500;
    display: block;
}

.footer .ul2 {
    float: left;
    width: 315px;
    margin-left: 60px;
}

.footer .ul2 li {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-right: 30px;
}

.footer .ul2 li:nth-child(4) {
    margin-right: 0px;
}

.footer .ul2 li a {
    color: #999999;
    display: block;
    transition: 0.5s;
}

.footer .ul2 li a:hover {
    color: #e24500;
    display: block;
}

.footer .top .topLeft {
    float: left;
    width: 100%;
}

.footer .top .topMid {
    float: left;
    width: 150px;
    margin-left: 74px;
}

.footer .top .topMid span {
    font-size: 18px;
    color: #e4551b;
    font-weight: bold;
    line-height: 28px;
    display: block;
}

.footer .top .topMid time {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.footer .top .topRight {
    float: left;
    margin-left: 50px;
}

.footer .top .topRight a {
    float: left;
    margin-right: 13px;
    display: inline-block;
}

.footer .bot {
    float: left;
    padding-top: 29px;
    width: 100%;
}

.footer .bot .txt {
    float: left;
}

.footer .bot p {
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    display: block;
    width: 100%;
}

.footer .bot p a {
    color: #666666;
}

.footer .bot img {
    float: right;
    margin-left: 10px;
}

.move {
    width: 100%;
    height: 9999999px;
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    display: none;
}

.menugtab a {
    margin: 0px 10px;
    color: #666666;
}

.menub1_1 {
    width: 100%;
    height: 52px;
    text-align: center;
    background: #fafafa;
    color: #eb5404;
    line-height: 52px;
}

.menub1_2 {
    width: 132px;
    height: 52px;
    text-align: center;
    background: none;
    color: #666;
    line-height: 52px;
}


.denglu {
    width: 520px;
    height: 408px;
    /*border: 1px solid #eaeaea;*/
    margin: 110px auto;
    overflow: hidden;
}

.denglu-top {
    width: 100%;
    height: 52px;
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
}

.denglu-bot {
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
}

.bot-input p {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #dcdcdc;
    text-align: center;
    width: 100%;
    align-items: center;
}
.bot-input p span{
    color: #333333;
    font-size: 16px;
    width: 102px;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
}

.bot-input p input {
    width: 346px;
    height: 48px;
    border: 1px solid #eaeaea;
    padding-left: 10px;
    color: #999;
    border-radius: 4px;
}
.bot-input p #mobile_vcode{
    width: 205px;
}
.bot-input #sms_send{
    width: 130px;
    height: 48px;
    background: #eb5404;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
}


.bot-input .login {
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 4px;
    width: 397px;
    height: 48px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.bot-input .login a{
    color: #fff;
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.btn.short-text-btn {
    width: 150px;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 38px;
    background-color: #E3413D;
    color: #fff;
    border-radius: 3px;
}

.btn.short-text-btn span {
    width: 30px;
    margin: 0;
    color: #fff;
    height: 40px;
}

.zuce {
    width: 520px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}
.reg-form-item button{
    width: 102px;
    height: 38px;
    background: #eb5404;
    color: #ffffff;
    font-size: 16px;
    border: none;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.zuce ul li {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.zuce .sort{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.zuce .choice{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 30px;
}

.zuce .choice a{
    display: inline-block;
    width: 45%;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #a3a3a3;
    color: #fff;
    border-radius: 3px;
    margin-left: 0;
}
.zuce .choice a.active{
    background-color: #eb5404;
    color: #fff;
}
.zuce .sort label{
    display: flex;
    align-items: center;
}
.zuce .sort label.active{
    color: #ea5404;
}
.zuce .sort label:last-child{
    margin-left: 60px;
}
.zuce .sort label input{
    margin-right: 12px;
    width: 16px;
    height: 16px;
}
.zuce ul li span {
    display: inline-block;
    width: 94px;
    min-width: 94px;
    text-align: left;
    color: #333;
    margin-right: 20px;
    margin-left: 15px;
}
.zuce ul .zf_box_zz {
    flex-flow: wrap;
}
.zuce ul li #up_img2 {
    display: inline-block;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.zuce ul li #up_img3 {
    display: inline-block;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.zuce ul li #up_img4 {
    display: inline-block;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.zuce ul li #up_img5 {
    display: inline-block;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.zuce ul .zf_box_zz p {
    margin-left: 130px;
    margin-top: 10px;
}
.zuce ul .multiple_industry_choices{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-left: 129px;
}
.zuce ul .multiple_industry_choices label{
    margin-right: 15px;
}
.zuce ul .multiple_industry_choices input{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}



.zuce ul li .send_tel_code {
    display: inline-block;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #eb5404;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.zuce ul li font {
    color: #e3413d;
    margin-right: 5px;
}
.zuce ul li font a{
    color: #e3413d;
}
.zuce ul li input {
    width: 262px;
    height: 38px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 10px;
    color: #666;
}

.zuce ul li .layui-upload-file{
    display: none;
}
.zuce ul li:last-child input{
    width: 15px;
    height: auto;
    transform: translateY(1px);
    margin-right: 3px;
}
.zuce ul li input[type="button"] {
    width: 104px;
    vertical-align: middle;
    height: 40px;
    margin-left: 10px;
    border: none;
    background-color: #eb5404;
    color: #fff;
}
.zuce ul .checkBox{
    padding-left: 125px;
}
.zuce ul .checkBox label{
    margin-right: 10px;
}
.zuce ul .checkBox input{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}



.zuce ul li .tijiao {
    width: 140px;
    height: 44px;
    color: #fff;
    background-color: #eb5404;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.bot-input .rememberThePassword{
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: flex-start;
    color: #999;
    margin-left: 82px;
}
.bot-input .rememberThePassword input{
    width: 16px;
    margin-right: 10px;
}


.agreement-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    z-index: -1;
    padding: 50px;
    opacity: 0;
    transition: all 0.3s;
    background: #fff;
}
.agreement-box h4{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.agreement-box.active{
    z-index: 91;
    opacity: 1;
}
.agreement-model{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: -1;
    transition: all 0.3s;
}
.agreement-model.active{
    background: rgba(0,0,0,0.7);
    z-index: 9;
}