@charset "utf-8";
/*公用样式*/
/*--------------公共部分---------------------*/
*{
    padding: 0;
    margin: 0;
    font-family: "Source Han Sans CN";
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body { overflow-y: scroll; }
  

a { color:#262626; text-decoration:none; }
/* a:hover { text-decoration:underline; } */
em{font-style:normal}
li{list-style:none}
img{
    border:0;
    vertical-align:middle;  
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
    z-index: 99999;
}
i{
    font-style: inherit;
}
.clearfix{
    /*兼容 IE*/
    zoom: 1;
    position: relative;

}
.Tran{
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.main{
    width: 1200px;
    margin: 0 auto;
    color: white;
    /* position: relative; */
    
}
.right{
    float: right;
    overflow: hidden;
}
.left{
    float: left;
}
em{font-style:normal}
li{list-style:none}
img{
    border:0;
    vertical-align:middle;  
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
    z-index: 99;
}
i{
    font-style: inherit;
}
.clearfix{
    /*兼容 IE*/
    zoom: 1;
    position: relative;

}
button{
    outline:none !important;
    cursor: pointer;
   
}
/* .clearfix span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

/*新浪使用方式*/
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/* 弹出层样式 */
.modal-alert {
    position: fixed;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    left: 0%;
    /* margin-left:-150px; */
    top: 0;
    z-index: 9999;
    background-color: rgba(153, 153, 153, 0.4);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-alert-info {
    padding: 30px;
    height: 80px;
    width: 300px;
    border-radius: 10px;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
    text-align: center;
    font-size: 14px;
    background-color: white;
}
.phone{
    display: none;
}
/* 分页 */
.fenye div{
    width: 620px;
    margin: 70px auto 0;
    overflow: hidden;
    text-align:center;

}
/*.fenye div{*/
    /*float: left;*/
    /*!* display: inline-block; *!*/
/*}*/
.fenye .sx{
    width: 125px;
    height: 50px;
    line-height:  50px;
    border: 1px solid #e6e6e6;
    border-radius:60px; 
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
    background-color: white;
    display: inline-block;
}
.fenye .sx:hover{
    border: 1px solid #ff671f;
    color: #ff671f;
}

.fenye .sz{
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius:50%;
    text-align: center;
    line-height: 45px;
    margin-left: 20px; 
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.fenye .sz:hover{
    border: 1px solid #ff671f;
    color: #ff671f;
}
.fenye .current :hover{
    color: white;
}
.fenye .current {
    background-color: #ff671f;
    border: 1px solid #ff671f;
    color: white;
}


@media (max-width: 700px) {
    .phone {
        display: block
    }
    .pc{
        display: none;
    }
}