.banner{
    width: 100%;
    height: 461px;
    background: url("../images/partner1/15.png") no-repeat;
    background-size: 100% 100%;
    background-color: #f8f8f8;
}
.banner >div:first-of-type{
    display: flex;
    justify-content: space-between;
}
.playvideo{
    position: fixed;
    width:700px;
    height:500px;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.showvideo{
    display: block;
}
.playvideo img{
    position: absolute;
    right: -20px;
    width: 40px;
    cursor: pointer;
}
video{
    width:700px;
    height:500px;
}
.allrezhao{
    color: #fff;
}
.allrezhao h1{
    font-size: 40px;
    margin: 112px 0 20px;
}
.allrezhao >div{
    margin-top: 60px;
}
.allrezhao a{
    display: inline-block;
    width: 132px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.allrezhao a img{
   position: relative;
   top: -10px;
   margin-right: 10px;
}
.allrezhao a:first-of-type{
    margin-right: 20px;
    background: #fff;
    color: #E82D1E;
}
.input{
    display: flex;
    justify-content: center;
    width: 920px;
    height: 66px;
    background: #fff;
    border-radius: 4px;
    margin: 46px auto 0;
}
.input .address{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    border-right: 1px solid #eee;
    cursor: pointer;
}
.input .address span{
    font-size: 18px;
    margin-left: 14px;
}
.input .address span img{
    width: 10px;
    transform: rotate(90deg);
    margin-left: 14px;
}
.input .center{
    width: 611px;
}
.firstselect,
.secselect{
    opacity: 0;
    position: absolute;
    width: 186px;
    height: 240px;
    background: #fff;
    z-index: 9;
    top: 64px;
    border: 1px solid #eee;
    border-top: none;
    overflow-y: auto;
    text-align: center;
    line-height: 38px;
    transform: all .3s;
}
.firstselect::-webkit-scrollbar,
.secselect::-webkit-scrollbar{
    display:none;
  }
.secselect{
    left: 188px;
}
.input .address .active{
    opacity: 1;
}
.input .center input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: #999;
    text-indent: 20px;
}
.input .center input::placeholder{
    font-size: 18px;
    color: #999;
}
.input .chaxun{
    width: 120px;
    background: linear-gradient(-55deg, #F23145 0%, #F6784D 100%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}
.shouyihigh{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.shouyihigh >div{
    width: 380px;
    height: 230px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.6);
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.shouyihigh >div img{
    margin: 30px 0 22px;
}
.shouyihigh >div p:first-of-type{
    font-size: 18px;
    margin-bottom: 19px;
}
.shouyihigh >div:hover{
    transform: translateY(-10px);
}
.jibukuai{
    overflow: hidden;
    width: 100%;
    height: 628px;
    background: url("../images/partner1/14.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 69px;
}
.jibukuai .section-title h1{
    margin-top: 60px;
}
.jibukuai_info{
    margin-top: 28px;
}
.jibukuai_info li{
    float: left;
    width: 400px;
    height: 155px;
    cursor: pointer;
}
.jibukuai_info li p{
    margin-left: 30px;
}
.jibukuai_info li p:first-of-type{
    margin-bottom: 26px;
    margin: 37px 0 21px 30px;
}
.jibukuai_info li p img{
    position: relative;
    top: 3px;
    margin-right: 20px;
}
.jibukuai_info li span{
    font-size: 18px;
}
.jibukuai_info li:hover{
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.6);
}
.projieshao{
    width: 100%;
    height: 761px;
    background: url("../images/partner1/482.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.projieshao .section-title h1{
    padding-top: 74px;
}
.projieshao .section-title p{
    color: #fff;
}
.projieshao-more {
    overflow: hidden;
    width: 1200px;
    display: flex;
    margin-top: 53px;
}
.projieshao-more li{
    position: relative;
    min-width: 278px;
    height: 395px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
}
.projieshao-more li img{
    margin: 43px 0 20px;
}
.projieshao-more li .title{
    color: #323232;
    font-size: 18px;
    margin-bottom: 20px;
}
.projieshao-more li a{
    display: block;
    width: 140px;
    height: 40px;
    background: linear-gradient(0deg, #F23145 0%, #F6784D 100%);
    border-radius: 4px;
    line-height: 40px;
    color: #fff;
    margin: 30px auto 25px;
}
.projieshao-more li span{
    color: #F33C46;
    font-size: 14px;
}
.projieshao-more li:hover .desc{
    color: #323232;
}
.paginations{
    overflow: hidden;
    width: 116px;
    background: #fff;
    margin: 32px auto 0;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.28);
}
.paginations .btn{
    float: left;
    width: 58px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.paginations .btn-l{
    border-radius: 4px 0 0 4px;
}
.paginations .btn div{
    width: 13px;
    height: 23px;
    margin: 14.5px auto;
}
.paginations .btn-l div{
    background: url("../images/partner1/11.png");
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.paginations .btn-l.disabled div{
    background: url("../images/notshuju.png");
    background-size: 100% 100%;
    transform: rotate(0);
}
.paginations .disabled{
    pointer-events: none;
    background: #eee;
}
.paginations .btn-r{
    border-radius: 0 4px 4px 0;
}
.paginations .btn-r div{
    background: url("../images/partner1/11.png");
    background-size: 100% 100%;
}
.paginations .btn-r.disabled div{
    background: url("../images/notshuju.png");
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.paginations img{
    vertical-align: middle;
}
.paginations .imgactive{
    display: block;
}
.partner-con{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.partner-con li{
    width: 216px;
    height: 224px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.28);
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.partner-con li p:first-of-type{
    margin-bottom: 18px;
}
.partner-con li .iconimg{
    width: 34px;
    height: 34px;
    margin: 40px 0 20px;
}
.partner-con li .iconimg1{
    background: url("../images/partner1/483.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li .iconimg2{
    background: url("../images/partner1/484.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li .iconimg3{
    background: url("../images/partner1/485.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li .iconimg4{
    background: url("../images/partner1/486.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li .iconimg5{
    background: url("../images/partner1/487.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li:hover{
    background: linear-gradient(0deg, #F23145 0%, #F6784D 100%);
    color: #fff;
}
.partner-con li:hover .desc{
    color: #fff;
}
.partner-con li:hover .iconimg1{
    background: url("../images/partner1/483-1.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li:hover .iconimg2{
    background: url("../images/partner1/48412.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li:hover .iconimg3{
    background: url("../images/partner1/4852.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li:hover .iconimg4{
    background: url("../images/partner1/33.png") no-repeat;
    background-size: 100% 100%;
}
.partner-con li:hover .iconimg5{
    background: url("../images/partner1/48721.png") no-repeat;
    background-size: 100% 100%;
}
.liucheng{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.liucheng div:nth-of-type(2n-1) img{
    width: 120px;
    height: 120px;
    margin-bottom: 14px;
}
.liucheng div:nth-of-type(2n){
    margin: -40px 70px 0;
} 
.lastbottom{
    overflow: hidden;
    width: 100%;
    height: 240px;
    background: url("../images/partner1/489.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}
.lastbottom h1{
    font-size: 34px;
    margin: 70px 0 30px;
}
.lastbottom a{
    display: inline-block;
    width: 160px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #F23345;
    line-height: 46px;
}