.swiper_two ul, li {
    list-style: none;
}
.swiper_two .wrap {
    margin: 0 auto;
    width: 100%;
}
.swiper_two .slider {
    position: relative;
    margin: 50px auto;
    height: 318px;
}
.swiper_two .slider li {
    position: absolute;
}
.swiper_two .slider li img {
    width: 390px;
    height: 100%;
}
.swiper_two .slider .arrow-l,
.swiper_two .slider .arrow-r{
    position: absolute;
    top: 0;
    display: none;
    width: 80px;
    height: 400px;
    background-size: 80px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 99;
}
.swiper_two .arrow-r {
    right: 80px;
    background: url(../img/btn_r.png) no-repeat 0;
}
.swiper_two .arrow-l {
    left: 80px;
    background: url(../img/btn_l.png) no-repeat 0;
}

.branch{
    margin: 0 auto;
    /*border: 1px red solid;*/
    overflow: hidden;
}
.branch .swiper-container {
    width: 100%;
    height: 280px;
    /*border: 1px red solid;*/
}
.branch .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
}
.branch .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.img_top{
    width: 410px;
    height: 306px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    /*border: 1px red solid;*/
}
.img_top img{
    width: 100%;
    height: 306px;
    display: block;
}
.banner{
    /*border: 1px red solid;*/
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.business>h5{
    display: flex;
    justify-content: center;
    margin: 54px 0 40px;
}
.business>h5>span{
    text-align: center;
    background: #ff8517;
    font-size: 20px;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 50px;
}
.busines_content{
    display: flex;

}
.busines_content img{
    height: 185px;
    width: 250px;
    display: block;
}
.busines_content p{
    font-size: 18px;
    line-height: 40px;
    margin-left: 15px;
}
.busines_content p b{
    font-size: 20px;
    color: #ff8517;
}

.synopsis{
    display: flex;
    justify-content: space-between;
}
.synopsis img{
    width: 100%;
}
.synopsis div{
    background: #ffeddc;
    height: auto;
    width: 288px;
    padding-bottom: 35px;
}
.synopsis div:nth-child(2){
    width: 288px;
    /*padding:30px 0;*/
}
.synopsis div span{
    font-size: 26px;
    color: #ff7a09;
    text-align: center;
    display: block;
    padding: 10px 0;
    font-weight: bold;
}
.synopsis div ul{
    margin: 15px auto 0;
}
.synopsis div ul li,
.synopsis div ul li a{
    font-size: 18px;
    color: #736e68;
    /*text-indent: 46px;*/
    line-height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px #d2c9c1 solid;
}
.synopsis div ul li a{
    border: none;
}
.synopsis div ul li i{
    width: 10px;
    height: 10px;
    display: block;
    background: #ff7a09;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 30px;
}
.hot{
    height: 228px;
    background-image:url('../img/dangjian.jpg');
    background-size: 100% 100%;
    margin: 100px auto 0;
    display: flex;
    justify-content: flex-end;
}
.hot ul{
    margin-right: 285px;
}
.hot ul li,
.hot ul li a{
    font-size: 18px;
    color: #736e68;
    line-height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px #d2c9c1 solid;
}
.hot ul li a{
    border: none;
}
.hot ul li i{
    width: 10px;
    height: 10px;
    display: block;
    background: #ff7a09;
    border-radius: 50%;
    margin-right: 10px;
    /*margin-left: 30px;*/
}
.branch_com{
    border: 3px #ff8517 solid;
    border-radius: 10px;
}
.branch_com h5{
    text-align: center;
    margin-top: -20px;
}
.branch_com>h5>span{
    text-align: center;
    background: #ff8517;
    font-size: 20px;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 50px;
}
.branch_com>h5>b{
    display: block;
    font-size: 20px;
    color: #d64715;
    margin-top: 10px;
}
.foot{
    height: 228px;
    background-image:url('../img/up.jpg');
    background-size: 100% 100%;
    margin: 60px auto 0;
}
.foot_box{
    display: flex;
    justify-content: space-around;
}
.foot_box div{
    margin-top: 38px;
}
.foot_box div span{
    width: 279px;
    display: block;
    line-height: 33px;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
}
.foot_box_one dl{
    display: flex;
}
.foot_box_one a{
    flex: 1;
    font-size: 18px;
    color: #ffffff;
    margin: 10px 0 0;
}
.foot_box_two dd{
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 0 10px;
}
.foot_box_two p{
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 0;
    width: 342px;
}


































