*{
    /*div,p,h1,h2,h3,h4,h5,h6,a,span,i,html,body,ol,ul,li,dl,dt,dd,input,button*/
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Tahoma,Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    /*color: #333;*/

    /*鏈�鍚庡姞涓婃枃瀛椾笉鍙�変腑*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

li{
    list-style: none;
}

.center{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}


/*澶撮儴*/
#header{
    background: #f40;
}
.ze_header{
    width: 100%;
    height: 56px;
    line-height: 56px;
    /*background: #f40;*/
}
.ze_header .ze_logo{
    color: #fff;
    float: left;
    font-size: 33px;
    font-weight: bold;
}
.ze_header .ze_login{
    float: right;
    color: #fff;
    font-size: 14px;
    height: 56px;
    padding: 22px 0 0;
}
.ze_header .ze_login div{
    float: left;
    cursor: pointer;
    height: 17px;
    border-right: 1px solid #fff;
    line-height: 17px;
    padding:0 10px;
}
.ze_header .ze_login span{
    float: left;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    border-right: 1px solid #fff;
    line-height: 17px;
    padding:0 10px;
}
.ze_header .ze_login span:nth-last-child(1){
    border: 0;
    padding:0 0 0 14px;
}
.ze_header .ze_login div i{
    vertical-align: middle;
    margin: 0 3px;
}
.ze_header .ze_login .iphone{
    border-left: 1px solid #fff;
    padding: 0 10px 0 30px;
    position: relative;
}
.ze_header .ze_login .iphone .ze_code:before{
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*鏄洜涓�, 铏界劧瀹介珮搴︿负0, 浣嗗湪IE6涓嬩細鍏锋湁榛樿鐨� */
    line-height: 0;  /* 瀛椾綋澶у皬鍜岃楂�, 瀵艰嚧鐩掑瓙鍛堢幇琚拺寮�鐨勯暱鐭╁舰 */
    border-width:10px;
    border-style:solid dashed dashed dashed;/*IE6涓�, 璁剧疆浣欎笅涓夋潯杈圭殑border-style涓篸ashed,鍗冲彲杈惧埌閫忔槑鐨勬晥鏋�*/
    border-color:#f30 transparent transparent transparent;
}
.ze_header .ze_login .iphone .ze_code {
    display: none;
    position: absolute;
    top: 30px;
    left: -30px;
    background: #fff;
    padding: 8px 5px 5px;
    color: #333;
    text-align: center;
    font-size: 14px;
    height: auto;
    z-index: 999999;
    border: 1px solid #ccc;
}
.ze_header .ze_login .iphone .ze_code img{
    width: 178px;
    height: 178px;
}
.ze_header .ze_login .iphone:hover .ze_code{
    display: block;
}
.ze_header .ze_login .iphone i{
    display: inline-block;
    transform: rotate(180deg);
    transition: transform 0.3s;
    font-size: 16px;
}
.ze_header .ze_login .iphone:hover i{
    transform: rotate(0deg);
    transition: all 0.3s;
}
.ze_header ul{
    float: right;
}
.ze_header ul li{
    float: left;
    width: auto;
    color: #fff;
    padding: 3px 0 0;
    height: 56px;
    font-size: 16px;
    font-weight:bold;
    margin-right: 32px;
    cursor: pointer;
}
.ze_header ul li:nth-last-child(1){
    margin-right: 28px;
}
.ze_header ul li.active{
    border-bottom: 3px solid #fff;
    border-radius: 0;
}


/*搴曢儴*/
.ze_footer{
    width: 100%;
    height: 190px;
    background: #333;
    padding-top: 18px;
}
.ze_footer ol{
    width: 48%;
    height: 52px;
    border-bottom: 1px solid #c3c3c3;
    padding-top: 15px;
    margin-bottom: 28px;
}
.ze_footer ol li{
    float: left;
    display: inline;
    color: #999;
    border-right: 1px solid #999;
    cursor: pointer;
    font-size: 14px;
    padding:0 9px;
}
.ze_footer ol li:nth-last-child(1){
    border: 0;
}
.ze_footer ol li:hover{
    color: #fff;
}
.ze_footer .ze_bottom{
    float: left;
    width: calc(100% - 300px);
    color: #999;
}
.ze_footer .ze_bottom_code{
    float: left;
    width: 300px;
}
.ze_footer .ze_bottom_code img{
    width: 70px;
    height: 70px;
    float: left;
    margin-top: -40px;
}
.ze_footer .ze_bottom_code p{
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: -36px;
}

/*娓愬彉*/
.jianbian{
    background: -webkit-linear-gradient(left,#f40, #ff6b00) !important;
    background: -moz-linear-gradient(left, #f40, #ff6b00) !important;
    background: -ms-linear-gradient(left, #f40, #ff6b00) !important;
}

/*鍘绘帀number绫诲瀷涓婁笅绠ご*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}


/*澶撮儴*/
#header{
    width: 100%;
    height: 56px;
    min-width: 1200px;
}
#footer{
    width: 100%;
    height: 190px;
    min-width: 1200px;
}
.ze_yq_link{
    color: #999;
}
.ze_yq_link ul{
    display: inline-block;
}
.ze_yq_link ul li{
    display: inline-block;
    margin-right: 10px;
}
.ze_yq_link ul li a{
    color: #999;
    cursor: pointer;
}
.content{
    min-width: 1200px;
}