.header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 99;
}
.logo{
    float: left;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 90%;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
    border: none;
}
.banner .swiper-pagination-bullet-active {
    width: 17px;
    background: #af124c;
    border-radius: 20px;
}
.aa .aaz,.aa .aay{
    width: 17px;
    height: 31px;
    margin-top: -16px;
    outline: none;
}
.aa .aaz{
    background: url(../images/z1.png) no-repeat;
    background-size: cover;
    left: 66px;
}

.aa .aay {
    background: url(../images/y1.png) no-repeat;
    background-size: cover;
    right: 66px;
}
.aa .aaz:hover{
    background: url(../images/z11.png) no-repeat;
    background-size: cover;
}

.aa .aay:hover{
    background: url(../images/y11.png) no-repeat;
    background-size: cover;
}
.index1{
    padding: 150px 0;
    background: url(../images/index1_03.png)top center no-repeat;
    background-size: cover;
}
.title{
    text-align: center;
    margin-bottom: 80px;
}
.title h3{
    font-size: 48px;
    color: #ff3300;
    font-weight: bold;
    margin-bottom: 15px;
}
.title h5{
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
}
.title h5 span{
    position: relative;
}
.title h5 span:before{
    position: absolute;
    content: "";
    left: -170px;
    top: 10px;
    width: 120px;
    height: 3px;
    background: #ffa500;
}
.title h5 span:after{
    position: absolute;
    content: "";
    right: -170px;
    top: 10px;
    width: 120px;
    height: 3px;
    background: #ffa500;
}
.index1_con img{
    max-width: 100%;
    margin: 0 auto;
}
.index2,.index3,.index4{
    padding: 150px 0 50px;
}
.index2 ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index2 ul li{
    width: 200px;
    margin-right: 200px;
    text-align: center;
    margin-bottom: 90px;
}
.index2 ul li:nth-child(4n){
    margin-right: 0;
}
.index2 ul li img{
    max-width: 100%;
    margin-bottom: 20px;
}
.index2 ul li p{
    font-size: 24px;
    color: #FF6600;
    font-weight: normal;
}
.index3 ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index3 ul li{
    width: 300px;
    text-align: center;
    margin-bottom: 90px;
}
.index3 ul li:nth-child(4n){
    margin-right: 0;
}
.index3 ul li img{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.index3 ul li p{
    font-size: 30px;
    color: #FF6600;
}
.index4 ul li{
    display: flex;
    flex-wrap: wrap;
    min-height: 240px;
    margin-bottom: 100px;
    border: 1px solid #ff3300;
}
.ind4_lf{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    background: #ff3300;
}
.ind4_lf img{
    max-width: 90%;
}
.ind4_ri{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 70px;
    color: #ffffff;
    text-align: center;
}
.ind4_ri h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.ind4_con{
    font-size: 16px;
    line-height: 40px;
}
.index5{
    padding: 150px 0;
}
.index5 ul li+li{
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #cccccc;
}
.index5 ul li img{
    max-width: 100%;
    margin: 0 auto;
}
.cop{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #444444;
}
.foot{
    padding: 60px 0;
}
.foot_lf{
    width: 1150px;
}
.foot_lf h3{
    font-size: 36px;
    color: #ff3300;
    font-weight: bold;
    margin-bottom: 35px;
}
.foot_lf ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot_lf ul li{
    width: 47.8%;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
}
.foot_ri{
    width: 250px;
}
.foot_logo{
    height: 110px;
}
.foot_logo img{
    max-width: 90%;
    max-height: 80%;
    margin: 0 auto;
}
.ewm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ewm img{
    width: 130px;
}
.ewm p{
    font-size: 14px;
    color: #999999;
}
