﻿@charset "utf-8";
/*公用样式*/
/*--------------公共部分---------------------*/
*{
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Source Han Sans CN Regular';
    src: url('../font/SourceHanSansCN-Regular.otf');
    src:

      url('../font/SourceHanSansCN-Regular.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Source Han Sans CN ExtraLight';
    src: url('../font/SourceHanSansCN-ExtraLight.otf');
    src:

      url('../font/SourceHanSansCN-ExtraLight.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Source Han Sans CN Light';
    src: url('../font/SourceHanSansCN-Light.otf');
    src:

      url('../font/SourceHanSansCN-Light.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
body {
    color: #5a5a5a;
    width: 100%;
    /* overflow: hidden; */
    overflow-y: scroll;
	font-size: 0;
}

 

a { color:#555; 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.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all  0.5s;
}
.main{
    width: 1200px;
    margin: 0 auto;
    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{
    width: 620px;
    margin: 70px auto 0;
    overflow: hidden;

}
.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;
}
.fenye .sx:hover{
    border: 1px solid #2074c9;
    color: #2074c9;
}
.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;
}
.fenye .sz:hover{
    border: 1px solid #2074c9;
    color: #2074c9;
}
.fenye .hover{
    background-color: #2074c9;
    border: none;
    color: white;
}


@media (max-width: 700px) {
    .phone {
        display: block
    }
    .pc{
        display: none;
    }
    .main{
        width: 100%;
    }



    .fenye {
        width: 100%;
        margin: 0.5rem auto 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0;
        position: relative;
    }
    .fenye .sx {
        width: 1.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        text-align: center;
        margin-left: 0px;
        font-size: 0.24rem;
        color: #666666;
        background-color: white;
    }
    .fenye .sz {
        display: none;
    }
    .fenye .sz {
        width: 0.8rem;
        height: 0.8rem;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        text-align: center;
        line-height: 0.75rem;
        /* margin-left: 1rem; */
        margin: 0 auto;
        font-size: 0.24rem;
        color: white;
    }
    .fenye .hover {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }


    
}