*{
    margin: 0;
    padding: 0;
}
img{
    border: 0px;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
html,body{
    min-width: 1200px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.nav .active{
    border-bottom:2px solid rgb(229,0,18) ;
    color: rgb(229,0,18) !important;
}
.nav .active-left{
    color: rgb(229,0,18) !important;
}
/* 2018-11-14 新版 start*/
.header {
    background: #fff;
}
.header .nav{
    width: 1200px;
    margin: 0 auto;
    height: 66px;
}
.header .nav .headlogo{
    width: 101px;
    vertical-align: center;
    margin-top: 11px;
    margin-left: 20px;
}
.header ul{
    float: right;
    margin: 0;
}
.header ul li{
    float: left;
    list-style: none;
    height: 66px;
    box-sizing: border-box;
    margin: 0 10px;
}
.header ul li a{
    text-decoration: none;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 63px;
    letter-spacing: 0px;
    color: #1b273d;
    display: inline-block;
    height: 66px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.header ul li a:hover{
    color: #e3120b;
}
.head_zhengce_hover{
    position: relative;
}
.zhengce_ul{
    z-index: 9999;
    border-top: 2px solid #b91724;
    position: absolute;
    width: 120px;
    top: calc(100% - 2px);
    left: 0;
    background: #fff;
    transition: all .36s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.zhengce_ul li{
    width: 100%;
    margin: 0 !important;
}
.zhengce_ul li a{
    display: block;
    width: 100%;
    height: 45px;
    transition: all .1s ease;
}
.zhengce_ul li a:hover{
    color: #b91724;
}

.zhengce_more{
    text-align: right;
    color: #666;
}
.zhengce_ul li a:hover{
    border: none !important;
    color: #b91724;
}
/* 2018-11-14 新版 start*/
.register{
    width: 345px;
    float: left;
    line-height: 70px;
    position: relative;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: right;
}
.register a:nth-of-type(1){
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
    width: 135px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: rgb(193, 36, 17);
    text-align: center;
}
.register_gouwu:hover {
    color: #fff;
}
.register a:nth-of-type(2){
    margin-left: 30px;
    color: rgb(102,102,102);
 }
.register img{
    position: absolute;
    top: 27px;
    
}
/* 2018-11-14 新版 start*/
.apiNew_friend_foot .navfoot{
    width: 100%;
    height: 14px;
    display: flex;
    justify-content: center;
    padding: 0 90px;
    box-sizing: border-box;
    margin: 38px auto;
    display: -ms-flexbox;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    -ms-justify-content: center;
}
.apiNew_friend_foot .navfoot a{
    height: 14px;
    text-align: center;
    display: inline-block;
    width: 170px;
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #1b273d;
    float: left;
}
.apiNew_friend_foot .navfoot a:first-child{
    margin-left: 175px;
}
.apiNew_friend_foot .navfoot a:not(:last-child){
    border-right: 1px solid #1b273d;
}
.apiNew_friend_foot .navfoot a:hover{
    color: #e3120b;
}
.apiNer_friend_copy{
    width: 100%;
}
.apiNer_friend_copy p{
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #858c98;
    text-align: center;
}
/* 2018-11-14 新版 end*/


.back-top{
    width: 32px;
    height: 83px;
    background:#ccc;
    position: fixed;
    bottom: 35px;
    right: 20px;
    background: url("../images/back_top_hui.png") no-repeat center;
}
.back-top:hover{
    background: url("../images/back_top.png")
}
/* 分页 */

/* 右边固定 */
.fixed{
    position: fixed;
    left: 50%;
    bottom:300px;
    width: 50px;
    height: 150px;
    background: rgb(23, 29, 41);
    margin-left: 600px;
}
.wx,.weibo,.star{
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    box-sizing: border-box;
}
.star{
    background: red;
}