*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
    resize: none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.box .box_b{
    width: 100%;
    height: auto;
    overflow: hidden;

}

.w-1200{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.w-1300{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10000;
}
.head img{
    display: block;!important;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .head-le{
    width: auto;
    height: 80px;
    display: flex;
}
.head-le .logo{
    width: 139px;
    height: 48px;
    margin-top: 16px;
    margin-right: 50px;
}
.head-le .head-box{
    width: auto;
    height: 80px;
    display: flex;
    overflow: hidden;
    margin-right: 20px;
}
.head-box .head-item{
    width: 70px;
    height: 80px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 80px;
    margin-right: 30px;
    position: relative;
    cursor:pointer;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.head-item .head-line{
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: #db3030;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: none;
}
.head-item.active a{
    color: #ff0000;
    font-weight: bold;
}
.head-item.active .head-line{
    display: block;
}
.head-le .head-search{
    width: 100px;
    height: 40px;
    border-radius: 50px;
    background: #f8f8f8;
    padding: 0 25px;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 40px;
}
.head .head-ri{
    width: auto;
    height: 80px;
    color: #333333;
    line-height: 80px;

    display: flex;
}
.head-ri .iconfont{
    font-size: 20px;
}
.head-ri span{
    font-size: 14px;
}

.head-ri .up{
    display: block;
    width: auto;
    height: 80px;
    overflow: hidden;
    cursor:pointer;
    color: #333333;
}

.head-ri .avatar{
    width: 40px;
    height: 40px;
    margin: 20px;
    border-radius: 50%;
    cursor:pointer;
    position: relative;
}
.avatar:hover .ava-box{
    display: block;
}
.avatar .ava-box{
    width: 327px;
    height: 145px;
    position: absolute;
    bottom: -145px;
    left: -285px;
    box-shadow: 0px 0px 10px #eeeeee;
    background: #ffffff;
    border-radius: 10px;
    display: none;
}

.ava-box .ava-head{
    width: 100%;
    height: 76px;
    background: url(../images/a.png) no-repeat center center / 100% 100%;
    overflow: hidden;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.ava-head .ava-avatar{
    width: 56px;
    height: 56px;
    margin-top: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.ava-head .ava-ri{
    width: 210px;
    height: 56px;
    margin-top: 10px;
    overflow: hidden;
}
.ava-ri .ava-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-top: 3px;
}
.ava-ri .ava-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
.ava-box .ava-bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
.ava-bottom .ava-item{
    display: block;
    width: auto;
    height: 60px;
    overflow: hidden;
    color: #333333;
}
.ava-item a{
    display: block;
    width: 100%;
    height: 20px;
    color: #333333;
}
.ava-item .iconfont{
    display: block;
    width: 100%;
    height: 20px;
    margin: 12px auto 0;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
.ava-item .ava-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 4px;
}

.ava-item:hover {
    color: #db3030;
}

.head-item:hover a{
    color: #ff0000;
}








.con-le .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-head .con-top{
    width: 100%;
    height: 114px;
    margin: 27px auto 0;
    position: relative;
    overflow: hidden;
}
.con-top .con-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.con-top .con-icon{
    width: 89px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 95px;
}
.con-head .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-top: 5px;

}
.con-head .con-tel{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.con-head .con-key{
    width: 100%;
    height: 20px;
    overflow: hidden;
    display: flex;
    margin-top: 15px;
    padding-left: 60px;
    box-sizing: border-box;
}
.con-key .key-le{
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.con-key .key-ri{
    width: auto;
    height: 20px;
    display: flex;
    margin-left: 10px;
}
.key-ri .key-li{
    width: 50px;
    height: 20px;
    background: #e62b2b;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.con-head .con-on{
    width: 100%;
    height: 42px;
    display: flex;
    margin-top: 15px;
}
.con-on .con-l{
    width: 50%;
    height: 42px;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-l:last-child{
    border-right: 0;
}
.con-l .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #e62b2b;
    text-align: center;
    line-height: 21px;
}
.con-l .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 21px;
}

.con-head .con-btn{
    width: 100%;
    height: 95px;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-top: 8px;
}
.con-btn .btn{
    width: 260px;
    height: 40px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 0;
}


.con-le .con-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}
.con-last .con-item{
    width: 100%;
    height: 60px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    border-bottom: 1px solid #eeeeee;
}
.con-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.con-item:last-child{
    border-bottom: 0;
}
.con-item.active{
    border-left: 4px solid #db3030;
    color: #db3030;
}
.con-item.active a{
    color: #db3030;
}
.con-item:hover{
    background: #db3030;

}
.con-item:hover a{
    color: #ffffff;
}













.last{
    width: 100%;
    height: 163px;
    background: #282828;
}
.last .last-top{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #666666;
    display: flex;
    justify-content: space-between;
}
.last-top .last-le{
    width: 150px;
    height: 51px;
    margin-top: 22px;
}
.last-top .last-ri{
    width: 980px;
    height: 120px;
    overflow: hidden;
}
.last-ri .last-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 30px;
}
.last-box .last-tel{
    width: auto;
    height: 26px;
    font-size: 16px;
    overflow: hidden;
    line-height: 26px;
    color: #818181;
}
.last-tel .iconfont{
    font-size: 26px;
}
.last-box .last-ul{
    width: auto;
    height: 26px;
    display: flex;
    overflow: hidden;
}
.last-box .last-item{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #818181;
    line-height: 26px;

}
.last-box .last-item:nth-of-type(n+2){
    margin-left: 40px;
}
.last-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #818181;
}
.last-item.active a{
    color: #e62b2b;
}
.last-ri .last-bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 15px;
}
.last-bottom .last-li{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #818181;
    line-height: 24px;
    margin-right: 40px;
}
.last-li .iconfont{
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
}
.last .last-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 45px;
}
.last-on a{
    color: #666666;
}



.popup{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.popup .pop-box{
    width: 468px;
    height: 235px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;
}
.pop-box .pop-head{
    width: 100%;
    height: 53px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 53px;
}
.pop-box .pop-text{
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    margin-top: 10px;
}
.pop-box .pop-btn{
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.pop-btn .btn{
    width: 120px;
    height: 38px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    cursor:pointer;
}
.btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.pop-btn .btn:last-child{
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #333333;
}
.pop-box .pop-de{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 0;
}
.pop-de .iconfont{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    cursor:pointer;
}
.pop-box .pop-on{
    width: 100%;
    height: 44px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.pop-on .pop-out{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor:pointer;
}
.pop-out input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.pop-out .pop-name{
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}
.pop-out .iconfont{
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}
.pop-out .pop-ul{
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow-x: hidden;
    z-index: 100;
    background: #ffffff;
    position: absolute;
    top: 44px;
    left: 0;
    box-shadow: 0px 0px 10px #eeeeee;
    overflow-y: auto;
}
.pop-ul .pop-li{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
    cursor:pointer;
}
.pop-li:hover{
    background: #f4f4f4;
    color: #db3030;
}
.pop-ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.pop-ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.pop-ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}




.page-bar{
    width: auto;
    overflow: hidden;
    margin:50px auto 50px;
}

ul,li {
    margin: 0px;
    padding: 0px;
}
.page-bar ul{
    width: 100%;
    display: table;
    text-align: center;
}
.page-bar li {
    list-style: none;
    display: inline-block;
}

.page-bar li:first-child>a {
    margin-left: 0px
}

.page-bar a {
    border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    cursor: pointer
}

.page-bar a:hover {
    background-color: #eee;
}

.page-bar .active a {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.page-bar i {
    font-style:normal;
    color: #d44950;
    margin: 0px 4px;
    font-size: 12px;
}


