 *{
    margin: 0;
    padding: 0;
}
/* head开始 */
 #head{
     width: 100%;
     height: 770px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .head-top{
     width: 1200px;
     height: 100px;
     /* background-color: gold; */
     padding-top: 55px;
 }
 .head-top h1{
     width: 100%;
     color: #94070a;
     display: flex;
     justify-content: center;
 }

 .head-top p{
     font-size: 10px;
     display: flex;
     justify-content: center;
     padding-top: 10px;
 }


 /* 轮播图开始 */
 .box {
    width: 900px;
    height: 590px;
    /* border: 1px solid #ccc; */
     margin: 35px auto; 
    /* padding: 5px; */
    background: rgba(243, 238, 238, 0.493);
}
.inner{
    width: 900px;
    height: 590px;
    position: relative;
    overflow: hidden;
}
.inner #box-0 img{
    width: 900px;
    height: 530px;
    vertical-align: top
}
#box-0 {
    width: 1000%;
    position: absolute;
    list-style: none;
    left:0;
    top: 0;
}
.inner #box-0 li{
    float: left;
}
.inner #box-0 li p{
    width: 100%;
    height: 60px;
    font-size: 20px;
    margin: 18px;
}

.inner #imgs{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 13px;
    right: 20px;
}

.inner .bar0 {
    position: absolute;
    height: 10px;
    right: 65px;
    bottom: 20px;
    text-align: center;
    padding: 5px;
}
.inner .bar0 li{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    font-size: 0px;
    background-color: rgb(219, 213, 214);
    margin: 5px;
    cursor: pointer;
    
}
.inner .bar0 .current{
    background-color: red;
    width: 15px;
    height: 8px;
}
.inner .bar0 .on{
    background-color: red;
    width: 15px;
    height: 8px;
}
#arr{
    display: none;
}
#arr span{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background: #fff;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
    font-size: 30px;
    color: #000;
    opacity: 0.5;
    border: 1px solid #fff;
}
#arr #right{
    right: 5px;
    left: auto;
}

 /* 轮播图结束 */
/* head结束 */

/* 底部 */
 #bottom{
   width: 100%;
   height: 700px;
   background-image: url(../image/IMG_8983.jpg);
   background-size: 100%;
   display: flex;
   justify-content: center;
}

#bottom #bottom-top{
    width: 1200px;
    height: 500px;
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

 .li-box1{
     width: 350px;
     height: 500px;
     background:rgba(221, 220, 217,.9);
     margin-right: 35px;
 }
 .li-box1 .li-box1-1{
     width: 90px;
     height: 40px;
     background:rgb(23, 55, 130);
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .li-box1 .li-box1-1 b{
     color: aliceblue;
     font-size: 18px;
 }
 .li-box1 img{
     width: 100%;
     height: 160px;
     margin-top: 9px;
 }

 ul ol{
     list-style: none;
 }
 .list02{
     width: 100%;
     height: 278px;
 }

 .list02 li{
    border-bottom: 1px solid rgb(214, 209, 209);
    transition: all 0.3s ease-in-out;
    min-height: 25px;
    margin-top: 10px;
 }

 .list02 li a{
    display: block;
    line-height: 21px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    padding-left: 10px;
 }

 a{
    outline: none;
    text-decoration: none;
    color: #414141;
 }

.list02{width: 100%;padding-bottom: 48px;}
.list02 li{padding-top: 15px;border-bottom: 1px solid #e4e4e4;transition: all 0.3s ease-in-out;min-height: 25px;margin-top:10px;}
.list02 li:hover,.list03 li:hover{box-shadow:3px 35px 77px -17px rgba(0, 0, 0, 0.8);transform: scale(1.06);z-index: 100;background-color: #fff;}
.list02 li:hover span{border:none;}
.list-date{width: 58px;height: 58px;border:1px solid #dbdbdb;float: left;text-align: right;border-bottom: none;}
.list-date strong,.list-date i{display: block;font-weight: normal;font-style: normal;padding-right: 5px;}
.list-date strong{font-size: 24px;color:#94070a;padding-top: 5px;}
.list-date i{font-size: 12px;color:#292929;}
.list02 li a{display: block;line-height: 21px;height: auto;overflow:hidden;}

 /* footer开始  */

 .footer{
     width: 100%;
     height: 113px;
     background-image: url(../image/9.png);
     position: relative;
    }
.footerTop{
    width: auto;
    position: absolute;
    width: 1200px;
    left: 52%;
    margin-left: -630px;
    top: -35px;
}
.friendLink{
    width: 1108px;
    float: left;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 51, 153, 0.651);
}
.friendLink a,.friendLink span,.friendLink strong{
    color:#fff;
    font-size: 15px;
}
.friendLink strong{
    padding-left: 19px;
    font-weight: normal;
}
.friendLink a{
    margin: 0 10px;
}

.copyRight{
    width: 1200px;
    margin:0 auto;
    padding:17px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.copyRight img{
    width: 64px;
    height: 70px;
}
.copyRight  a,.copyRight span,.copyRight i{color:#fff;
    font-style: normal;font-size: 6px;line-height: 22px;}
.copyRight span {margin:0 4px;}
.copyRight a:hover{opacity: 0.8}
.copyRight .lf{
    width: 800px;
    float: left;
}
.copyRight .rt{
    width: 250px;
    float: right;
    padding-top: 10px;
}

.rt .rt-ul li{
    list-style: none;
    margin: 0 12px;
    float: left;
}
.rt .rt-ul{
    width: 100%;
    
}
.rt ul li .code {
    height: 130px;
    /*left: -25px;*/
    bottom: 30px;
	display: none;
	
}
footer .col span a:hover{color:#e72a2a;}
footer .col a:hover{color: #e72a2a;}
footer .friendLink a:hover{color: #e72a2a;}

/* footer结束 */