*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;

}
/* 登录注册 */
.box{
    width: 100%;
    background: url(../images/bg2020.jpg) no-repeat;
    height: 100%;
}
.top{
    /* border: 1px solid red; */
}
.login{
    /* border: 1px solid #ccc;  */
    border-radius: 1px;
    padding: 10px 14px;
    width: 15%;
    margin-top: 10px;
    margin-left: 15px;
    float:right;
}
.login input{
    font-weight: bolder;
    outline-style: none ;
    border: 2px solid #ccc; 
    border-radius: 15px;
    width: 25%;
    padding: 5px 8px;
}
.login2{
    background-color: #e2211c;
    color: white;
    margin-left: 20px;
}
.center{
    width: 60%;
    /* border: 1px solid red; */
    margin: 0 auto;
    margin-top: 120px;
   text-align: center;
}
.center ul{
    width: 25%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    font-weight: bolder;
    margin-top: 100px;
    color:gray;
    font-size: 15px;
}
/* 主页搜索框 */
.center input{
 
    outline-style: none ;
    margin-top: 5px;
    border: 1px solid #ccc; 
}
.center_1{
    color:gray;
    padding: 7px 300px 7px 7px;
}
.center_2{
    background-color: #e2211c;
    color: white;
    padding: 7px 23px;
    overflow: hidden;
    margin-left: -6px;
    color: white;
}
/* 五个小标签 */
.center_button ul{
    margin: 0 auto;
    width: 70%;
    display: flex;
   justify-content: space-between;
   margin-top: 130px;
   color: #1e1a19;
   font-family: '黑体';
}
.center_button ul li{
    font-size: 16px;
    background-color: #c1c1c1;
    color: white;
    font-weight: bolder;
    padding: 13px  35px;
    border-radius: 12px;
    -webkit-transition: .25s;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

.center_button ul li:hover{
    -moz-box-shadow: 0px 4px 16px 0px #808080;
    -webkit-box-shadow: 0px 4px 16px 0px #808080;
    box-shadow: 4px 4px 10px 2px #808080;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
}


.center_button ul li a{

    color: white;
}

#button_11{
    background-color: #da251c;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(218, 37, 28, 0.2)));
}

/* 底部 */
.bottom{
    margin-top: 100px;
  /* border: 1px solid red; */
}
.bottom ul{
    width: 37%;
    font-size: 14px;
    /* display: flex; */
    justify-content: space-between;
    margin: 0 auto;
    color: #1e1a19;
    text-align: center;
    line-height: 150%;
    margin-bottom: 50px;
}



/* 页面1 */
.top1{
    background: url(../images/top_bg.jpg) no-repeat;
    width: 100%;
    border: 1px solid rgba(200, 200, 200, 0);
    height:280px;
}
.top1_right{
    /* width: 10%; */
    float: right;
    padding: 10px 30px;
}
.top1_center{
    width: 1000px;
    /* border: 1px solid red; */
    margin: 0 auto;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}
.top1_center input{
    outline-style: none ;
}
/* 搜索框 */
.center_3{
    color:gray;
    outline-style: none ;
    padding: 7px 200px 7px 7px;
}
.center_4{
    background-color: #e2211c;
    color: white;
    padding: 8px 23px;
    overflow: hidden;
    border: 0px solid red;
    margin-left: -10px;
}







/*  */
.center1{
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    border: 1px solid  rgba(200, 200, 200, 0);

}

/* 标题 */
.art{
    width: 1145px;
    margin:0 auto;
    background: white;
    padding: 30px 0;
    margin-top: 30px;
    /* border: 1px solid green; */
    text-align: center;
}

/* 表格 */
table.artheaer{
     margin: 40px auto;
     border-collapse: collapse;
    border: 1px solid #b28e60;
    width: 87%;
    text-align: center;

}
table.artheaer tr th{
    background: #b28e60;
    color: white;
    border: 1px solid white;
  
}
table.artheaer td{
    height: 40px;
}


/* 表格 */
table.artbody{
         margin: 40px auto;
    border-collapse: collapse;
    border: 0px solid white;
    width: 87%;

}
table.artbody tr th{
    background: #b28e60;
    color: white;
    border: 0px solid white;
  
}
table.artbody td{
  text-align: left;
  line-height: 200%;
  font-size: 16px;
}


.art p{
    font-size: 30px;
    text-align: center;
}

/* 承诺内容 */
.art img{
    /* border: 1px solid red; */
    padding:3px; 
    max-width:100%;
}


/* 底部 */
.bottom1{
    top: 30px;
    width: 1145px;
    margin:0 auto;
    margin-top: 20px;
    background: white;
    /* background: url(../images/foot_bg.png) no-repeat; */
    /* border: 1px solid red; */
}
#text{

    width: 65%;
    margin: 0px auto;
    font-size: 13px;
    padding: 30px 0px 0px 0px;
    /* border: 1px solid red; */
    margin-top: 30px;

}
#text ul{
    margin-top: 8px;
    /* line-height: 30px; */
    display: flex;
    justify-content: center;
}


/* 页面2 */
.five{
    width: 1145px;
    margin: 30px auto;
}

.five ul{

    display: flex;
    justify-content: space-between;
    /* position: relative; */
    z-index: 0;
}
.five ul li p{
     width: 212px;
     height: 104px;
     color: #f5f5f5;
     text-align: center;
     line-height: 104px;
     font-weight: bolder;
}
/* .five ul li {

    transition: all 0.3s;
} */
.five ul li p:hover{
    /* transform: scale(1.1); */
    color: #da251c;
}


/* 右 */
.two{
    width: 1145px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.two_left{
    width: 70%;
    background-color: white;

}

.two_left_red li{
    font-weight: bolder;
    color: #de371c;
    margin:20px auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid  #e1e1e1;
    padding-bottom: 8px;
}


.two_left_2 li{
    margin:20px auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid  #e1e1e1;
    padding-bottom: 8px;

}
.two_left_2 li:hover{
    color: #da251c;
}

.two_left_3 li{
    margin:20px auto;
    width: 90%;
    display: flex;
    border-bottom: 1.5px solid  #e1e1e1;
    padding-bottom: 8px;
}
.two_left_3 li p{
    color: #de371c;
    margin-left: 20px
}



/* 左边 */
.two_right{
    width: 28%;
    background-color: white;
}

.two_right ul{
    margin: 20px auto;
    width: 80%;

}

.two_right ul li{

    width: 90%;
    display: flex;
    /* justify-content: space-between; */
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 23px;
}
.two_right ul li p{
    margin-left: 20px;
}
.two_right ul li p:hover{
    color: #da251c;
}


#color_1{
    border-left: 4px solid #ff7b11;
}


#color_2{
    border-left: 4px solid #427fcc;
}


#color_3{
    border-left: 4px solid #44ae88;
}


.five2{
    width: 1145px;
    background-color: white;
    margin: 20px auto;
    border-top: 3px solid #da251c;
}

.five2 ul{
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
}

.five2 ul li img{
    cursor: pointer;
    transition: all 0.6s;
}
.five2 ul li img:hover{
    transform: scale(1.1);
}

/* 返回顶部 */
.arrow{
    border: 9px solid transparent;
    border-bottom-color: #da251c;
    width: 0px;
    height: 0px;
    top:5px
}
.stick{
    width: 8px;
    height: 14px;
    border-radius: 1px;
    background-color: #da251c;
    top:20px;
}
#back_top div{
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
}
#back_top{
    background-color: #dddddd;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 200px;
    bottom: 100px;
    display: none;
}