*{padding:0;margin:0;}

div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}
img,input{border:none;vertical-align:middle;}
body{font-family:Tahoma,Arial,Helvetica,"微软雅黑";font-size:14px;text-align:left;background:#fff;color:#333;}
html{overflow-y:scroll;font-family:"微软雅黑";overflow-x: hidden;}
ul,ol{list-style-type:none;}
th,td,input{font-size:14px;}
h3{font-size:14px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.clearfix{zoom:1;}
a:link,a:visited{text-decoration:none;}
/* a:hover,a:active{text-decoration:underline;color:#f60;} */
a:link {text-decoration: none}

i, b, em {
    font-style: initial;
}


/* .header{
    width: 100%;
    background: #C3000A;
}
.header .header-box{
    width: 1400px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.header .header-box .header-l{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-box .header-l .logo{
    width: 281px;
    height: 57px;
}
.header .header-box .header-l .logo img{
    width: 100%;
    height: 100%;
}
.header .header-box .header-l .logo-list ul{
    display: flex;
    margin-left: 30px;
}
.header .header-box .header-l .logo-list ul li{
    color: #fff;
    font-size: 14px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
    
}
.header .header-box .header-l .logo-list ul li:nth-child(1){
    border-left: 0;
}
.header .header-box .header-r{
    display: flex;
    justify-content: center;
  
    flex-direction: column;
    color: #fff;
    font-size: 16px;
}
.header .header-box .header-r .top{
    display: flex;
    justify-content: flex-end;
}
.header .header-box .header-r .top .top-r{
    margin-left: 24px;
}
.header .header-box .header-r .bot{
    margin-top: 20px;
}
.header .header-box .header-r .bot ul{
    display: flex;
  
    justify-content: flex-end;

}
.header .header-box .header-r .bot ul li{
    margin-left: 30px;
   
   
    
} */
.fr {
    float: right;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.head-nav {
    height: 70px;
    background: #C3000A;
}
.head-title .login-icon .success{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-title .login-icon .name{
    margin: 4px 5px 0 0;
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
}
.personal-out-box {
    top:36px;
    left: 9px;
    width: 100px !important;
    height:auto !important;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 999;

}
.personal-out-box a {
    line-height: 30px !important;
    text-indent: 5px;
  
    color: #333 !important;
}
.pa {
    position: absolute;
}
.head-title p {
    line-height: 40px;
}
.login-icon .a1 {
    /* display: inline-block;
    padding: 5px 10px;
    background-color: #C3000A;
    color: #fff;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 12px; */
    font-size: 16px;
    font-weight: 500;
    color: #CC0F13;
}
.login-icon .a11{
    background: url(../img/new-name.png) no-repeat 0 center;
    background-size: 16px 17px;
    padding-left: 20px;
}
.login-icon .a22{
    background: url(../img/new-name1.png) no-repeat 0 center;
    background-size: 15px 16px;
    padding-left: 20px;
    margin-left: 50px;
}
.index-flex-ul li {
    flex-grow: 1;
    height: 70px;
    text-align: center;
}
.head-nav ul li a.choose, .head-nav ul li a:hover {
    color: #FFC700;
}
.head-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 27px;
    /* border-right: 1px solid #fff; */
}
.header .header-box .header-r .bot ul li a{
    color: #fff;
   

}

.text-c{
    text-align: center;
}



/* 页脚 */
.footer {


    font-size: 14px;
    color: #fff;
    transition: .5s all;


}
.footer .edition {
    background-color: #C3000A;
    width: 100%;
  text-align: center;
  padding: 50px 0;
}
.footer .edition span:nth-child(2){
    margin: 0 60px;

}
.home-link{
    background: #F1F1F1;
    padding-top: 20px;
    width: 100%;
    padding-left: 100px;
    padding-bottom: 6px;
}
.home-link  .title{
    font-size: 22px;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #000;
}

.home-link .f-size {
  
    margin: 0 auto;
    line-height: 22px;

}
@media screen and (min-width: 1400px){
  .f-size {
    width: 1400px;
}  
}
.home-link .text{
    font-size: 18px;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #666666;
    line-height: 50px;
}
.home-link .ul{
    margin-left: -12px;
}


a {
    text-decoration: none;
    color: inherit;
}
.fl {
    float: left;

}
.home-link .f-size li {
    margin-left: 10px;
    padding-right: 10px;
    
}




/* 分页样式 */
.pages-box {
    text-align: center;
    margin: 15px auto;
    clear: both;
}
.pages {
    display: inline-block;
    font-size: 14px;
    color: #333333;
}
.pages-box select {
    margin-right: 5px;
    width: 50px;
    height: 28px;
    border: 1px solid #d2d2d2;
    background: inherit;
}
.First_Page, .Fir_Page, .next_Page_Action, .Last_Page_Action, .First_Page_action, .Fir_Page_action, .next_Page, .Last_Page {
    padding: 0 9px;
}
.pages>a, .action_num, .First_Page, .Fir_Page, .next_Page_Action, .Last_Page_Action, .First_Page_action, .Fir_Page_action, .next_Page, .Last_Page {
    display: inline-block;
    box-sizing: border-box;
    min-width: 30px;
    border: 1px solid #d2d2d2;
    line-height: 30px;
    margin: 0 2px;
    cursor: pointer;
}

.Collection-state{
    cursor: pointer;
}
