*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul,li{list-style: none;}
body{
    background-color: #ccc;
}
header{
    width: 1500px;
    margin: 0 auto;
    background-color: #fff;
}
header>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}
header>div .logo img{
    width: 141px;
    height: 43px;
}
header>div a{
    display: block;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #B43433;
    color: #fff;
    font-size: 16px;
}
.banner{
    width: 1500px;
    height: 640px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: relative;
}
.banner .left{
    position: absolute;
    left: 8.5%;
    top: 30%;
    color: #fff;
}
.banner .left h1{
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 3px;
}
.banner .left p{
    font-size: 16px;
}
.banner .left>a{
    width: 257px;
    height: 65px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom,rgb(255,170,0),rgb(255,136,0));
    font-size: 20px;
    margin-top: 20px;
}
.banner .left>a p{
    font-size: 20px;
    line-height: 20px;
}
.banner .left>a p span{
    font-size: 12px;
}
.banner .left>a p:nth-child(2){
    font-size: 50px;
    margin-left: 30px;
}
.banner .right img{
    width: 1000px;
    height: 836px;
    position: absolute;
    bottom: -50%;
    right: -9.5%;
}
.banner .bottom{
    position: absolute;
    bottom: 8%;
    left: 12%;
}
.banner .bottom img{
    width: 150px;
    height: 150px;
}
.haoping{
    width: 1500px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.haoping .title{
    margin-bottom: 30px;
    font-size: 34px;
}
.haoping .top{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.haoping .top div{
    display: flex;
    align-items: center;
}
.haoping .top div img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.haoping .saoma{
	margin-top: 5px;
    width: 140px;
    position: absolute;
    background-color: #B43433;
    border-radius: 5px;
    right: 1%;
    top: 0;
}
.haoping .saoma img{
    width: 118px;
    height: 118px;
    padding: 5px;
    background-color: #fff;
}
.haoping .saoma p:nth-child(1){
    color: #fff;
    margin-top: 10px;
}
.haoping .saoma p:nth-child(2){
    color: #F5B6B6;
    margin: 5px;
    font-size: 14px;
}
.beijing{
    width: 1500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    background-color: rgb(249, 249, 249);
}
.beijing>p{
    margin-bottom: 30px;
    font-size: 34px;
}
.beijing .list{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.beijing .list>div{
    width: 355px;
    padding: 20px;
    margin: 30px 0;
}
.beijing .list>div img{
    width: 65px;
    height: 65px;
}
.beijing .list>div p{
    font-size: 30px;
    margin: 10px 0;
}
.beijing .list>div span{
    font-size: 23px;
}
.xuqiu{
    width: 1500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    background-color: rgb(255,255,255);
}
.xuqiu>p{
    margin-bottom: 30px;
    font-size: 34px;
}
.xuqiu .list{
    width: 1300px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.xuqiu .list>div{
    width: 18%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    background-color: rgb(251, 251, 251);
    text-align: left;
    padding:25px 40px;
}
.xuqiu .list>div img{
    width: 65px;
    height: 65px;
    margin-right: 20px;
}
.xuqiu .list>div span{
    font-size: 14px;
    color: #999999;
}
.fangshi{
    width: 1500px;
    height: 608px;
    margin: 0 auto;
    background-color: rgb(249, 249, 249);
    display: flex;
    position: relative;
    overflow: hidden;
}
.fangshi .left{
    width: 550px;
    position: absolute;
    top: 25%;
    left: 8%;
}
.fangshi .left h1{
    font-size: 40px;
    font-weight: normal;
}
.fangshi .left>p{
    margin: 10px 0;
    font-size: 12px;
}
.fangshi .left a{
    padding: 5px 10px;
    display: inline-block;
    align-items: center;
    border: 1px solid #B43433;
    color: #B43433;
    margin-right: 10px;
}
.fangshi .left a img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.fangshi .left a p{
    display: flex;
    align-items: center;
}
.fangshi .left>img{
    display: block;
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-left: 100px;
}
.fangshi .bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.fangshi .bottom img{
    width: 100%;
}
.fangshi .right img:nth-child(1){
    width: 282px;
    height: 518px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 35%;
    padding: 6px;
    background-color: #000;
    border-radius: 10px;
}
.fangshi .right img:nth-child(2){
    width: 818px;
    height: 608px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.banner2{
    width: 1500px;
    height: 229px;
    margin: 0 auto;
    background-image: url(../images/banner2-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.banner2 div{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-25%,-50%);
    text-align: right;
    color: #fff;
    z-index: 2;
}
.banner2 div h1{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
}
.banner2 div p{
    color: #F3DFDF;
}
.banner2>img{
    width: 100%;
    height: 229px;
    position: absolute;
    z-index: 1;
}
.baogao{
    width: 1500px;
    height: 330px;
    margin: 0 auto;
    background-image: url(../images/baogao_ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.baogao>div{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baogao .left{
    padding: 10px;
    width: 356px;
    height: 279px;
    border: 3px solid #812525;
    background-color: #fff;
    margin-top: 30px;
    border-bottom: 0px;
}
.baogao .left .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.baogao .left .title>div{
    width: 70%;
    height: 1px;
    border-bottom: 1px solid #000;
}
.baogao .left .title img{
    width: 30px;
    height: 30px;
}
.baogao .left .title p{
    font-size: 19px;
}
.baogao .left .center{
    text-align: center;
    margin-top: 30px;
    line-height: 40px;
}
.baogao .left .center p:nth-child(1){
    color: #B43433;
    font-size: 40px;
    margin: 5px 0;
}
.baogao .left .center p:nth-child(2){
    color: #B43433;
    font-size: 40px;
    margin-bottom: 5px;
}
.baogao .left .center p:nth-child(3){
    font-size: 25px;
}
.baogao .left .center p:nth-child(4){
    font-size: 20px;
    color: #999999;
}
.baogao .left .center p:nth-child(5){
    font-size: 20px;
}
.baogao .right{
    margin-left: 50px;
    margin-top: -100px;
}
.baogao .right a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #791A1A;
    color: #fff;
    font-size: 26px;
    display: block;
    border-radius: 30px;
}
.baogao .right p{
    margin-top: 10px;
    color: #666666;
}
footer{
    width: 1500px;
    margin: 0 auto;
    background-image: url(../images/footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
footer>div{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
footer>div>div p{
    color: #fff;
}
footer>div>div .line{
    width: 100%;
    border-bottom: 1px solid  rgb(255, 255, 255,.5);
}
footer>div .list>div{
    display: flex;
}
footer>div .list>div ul{
    margin-right: 30px;
    margin-top: 20px;
    line-height: 30px;
}
footer>div .list>div ul li a{
    color: #FCE1E1;
    font-size: 14px;
}
footer>div .about>div ul{
    margin-right: 30px;
    margin-top: 20px;
    line-height: 30px;
}
footer>div .about>div ul li a{
    color: #FCE1E1;
    font-size: 14px;
}
footer>div .erweima img{
    width: 104px;
    height: 104px;
    margin-top: 20px;
}
footer>div .erweima p{
    color: #FCE1E1;
    font-size: 12px;
    margin-top: 5px;
}
footer>div .erweima>div{
    display: flex;
}
footer>div .erweima>div div:nth-child(1){
    margin-right: 20px;
}