.f1, .f2, .f3, .f4, .f6{
    padding: 10px 90px;
    overflow: hidden;
}
.f1 .platform li{
    float: left;
    width: 185px;
    height: 240px;
}
.f1 .match li{
    float: left;
    width: 260px;
    height: 178px;
    background: pink;
    position: relative;
    border-radius: 20px;
}
.f1 .platform li img{
    width: 185px;
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f1 .match li img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.f1 .u-m-r{
    margin-right: 25px;
}
.f1 .u-m-r20{
    margin-right: 20px;
}
.f1 .f1-ctn{
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    height: 100%;
    transition:all 1s ease 0s;
}
.f1 .f1-ctn:hover{
    transition:all 1s ease 0s;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
}
.f1 .f1-box{
    position: relative;
    margin-bottom: 18px;
    transition:all 1s ease 0s;
}
.f1-box p{
    position: absolute;
    width: 136px;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    text-align: center;
    line-height: 24px;
    color: transparent;
    transition:all 1s ease 0s;
}
.f1-box .f1-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0);*/
    top:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition:all 0.5s ease 0s;
}
.f1-box:hover p{
    color: #fff;
    transition:all 0.5s ease 0s;
}
.f1-box:hover .f1-bg{
    background: rgba(0,0,0,0.6);
}
.f1-ctn>p{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #333
}
.f1 .m-info{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0,0,0,0.4);
    transition:all 1s ease 0s;
}
.f1 .m-info:hover {
    background: rgba(0,0,0,0.7);
}
.f1 .m-info:hover img{
    width: 0 !important;
    height:0 !important;
}
.m-info p:nth-child(2){
    opacity: 0;
    width: 95%;
    margin:0 auto;
    margin-bottom: 10px;
    transition:all 0.5s ease 0s;
    height: 0px;
}
.m-info:hover p:nth-child(2){
    opacity: 1;
    height: 40px;
}
.assist .m-info:hover p:nth-child(3){
    margin-top: 70px !important;
}
.f1 .m-info img{
    width: 50px !important;
    height: 45px !important;
    margin-top:20px;
    margin-bottom: 10px;
    transition:all 0.5s ease 0s;
}
.f1 .m-info p{
    margin-top:5px;
    transition:all 0.5s ease 0s;
}
.u-m-t10{
    margin-top: 10px;
}
.u-m-t15{
    margin-top: 15px;
}
.h100{
    height: 100px;
}
.f6{
    padding-top: 10px;
    padding-bottom: 80px;
}
.f6 ul{
    float:left;
    height: 280px;
}
.f6 .part-left{
    width: 190px;
    text-align: center;
}
.f6 .part-left li{
    padding-top:148px;
    font-size: 19px;
    line-height: 40px;
    color: #666;
    letter-spacing: 1px;
}
.f6 .part-name{
    padding: 0 2px;
    border-bottom: 2px solid #666;
    margin-right:10px;
}
.f6 .red-line{
    border-right: 2px solid #e7483f;
    position: relative;
    top:3px;
}
.f6 .part-mid{
    width: 30px;
    text-align: center;
    margin-right: 60px;
}
.f6 .part-mid li.active{
    color: #e7483f
}
.f6 .part-mid li{
    margin-top:35px;
    line-height: 40px;
    font-size: 19px;
    color: #a6a6a6;
    cursor: pointer;
}
.f6 .part-mid li:nth-child(1) {
    margin-top:73px;
}
.f6 .part-right{
    color: #5f5f5f;
    font-size: 14px;
    line-height: 22px;
    width: 505px;
}
.f6 .part-right li:nth-child(1){
    width: 520px;
}
.f6 .part-right li:nth-child(1) p{
    padding-left:30px;
}
.f6 .part-right .img-box{
    text-align: center;
}
.f6 .part-right img{
    height: 220px;
    margin-top: 10px;
}
.f6 .txt-idx{
    text-indent: 2em;
}
.f6 .d-none{
    display: none;
}
.f6 .part-right li:nth-child(3) img{
    height: 230px;
}
.swiper-box .flexslider:hover .flex-prev { opacity: 0.7; left: -50px;}
.swiper-box .flexslider:hover .flex-next { opacity: 0.7; right: -50px;}
.swiper-box .flexslider:hover .flex-next:hover, .swiper-box .flexslider:hover .flex-prev:hover { opacity: 1; }
.swiper-box .flex-direction-nav .flex-prev { opacity: 1; left: -50px;}
.swiper-box .flex-direction-nav .flex-next { opacity: 1; right: -50px;}
.swiper-box .flexslider{
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.swiper-box li{
   border-radius: 10px;
}
.swiper-box img{
    border-radius: 10px;
}
.f2 {
}

.f2-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 25px;
}

.f2-r-b {
    display: none;
}
.f2-l{
    position: relative;
}
.f2-l .nav-bar{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-color: #e8473f;
    transition: all .2s;
}
.f2-l li {
    width: 125px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    text-align: center;
}

.f2-l li:hover {
    color: #e8473f
}

.f2-l li.active {
    color: #fff
}

.f2-r {
}

.f2-r h1 {
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    /*height: 50px;*/
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.f2-r-ctn li{
    float:left
}

.f2-r-ctn .iconfont {
    font-size: 54px;
    color: #8f8f8f
}

.f2-r-ctn p {
    color: #5f5f5f;
    line-height: 30px;
    font-size: 16px
}



.f2-r-ctn li img {
    height: 65px;
    width: 115px;
    box-shadow: 0 0 1px 1px rgba(64, 64, 64, .1);
    margin-bottom: 10px;
    cursor: pointer
}
.f2-r-ctn li p{
    text-align: center;
    font-size: 14px;
    color: #5f5f5f;
}

.f2-r-ctn li img:hover {
    -webkit-box-shadow: 0 6px 30px 0 rgba(64, 64, 64, .3);
    box-shadow: 0 6px 30px 0 rgba(64, 64, 64, .3)
}
.f2-r-ctn .u-m-r{
    margin-right: 111px;
}
.f3 {
}

.f3 li{
    float:left;
}
.f3-ctn{
    margin-bottom: 20px;
    height: 175px;
}
.f3-ctn li{
    width: 255px;
    height: 175px;
    box-shadow: 0 0 5px 1px rgba(64, 64, 64, .1);
    border-radius: 10px;
}
.f3-ctn img{
    width: 100%;
    height: 135px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f3-ctn .u-m-r{
    margin-right: 25px;
}
.f3-img {
    position: relative;
}
.map-info{
    line-height: 22px;
    position: absolute;
    top:0px;
    background: rgba(0,0,0,0);
    transition:all 1s ease 0s;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f3-img p{
   position: absolute;
    width: 210px;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 12px;
    margin: 0 !important;
}
.map:hover .map-info{
    background: rgba(0,0,0,0.4);
}
.map:hover .map-info p{
    color: #fff
}
.f3-ctn p, .f3-lists p{
    margin-top: 11px;
    margin-left: 25px;
}
.f3-lists li{
    float: left;
    width: 186px;
    height: 130px;
    box-shadow: 0 0 5px 1px rgba(64, 64, 64, .1);
    border-radius: 10px;
}
.f3-lists img{
    width: 100%;
    height: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f3-lists .u-m-r{
    margin-right: 25px;
}
.f3-list-img {
    position: relative;
}
.f3-list-img div{
    position: absolute;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0,0,0,0);
    transition:all 1s ease 0s;
}
.f3-list-img p{
    position: absolute;
    width: 170px;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 12px;
    margin: 0 !important;
    transition:all 1s ease 0s;
}
.m-ct-hd.f4-hd{
    height: 70px;
    padding-top:40px;
}
.f4 {
    height: 320px;
}
.f4 .m-info p{
    line-height: 95px;
}
.f4 .match li{
    height: 140px;
}
.f4-info{
    font-size: 12px;
    padding-top:10px;
}
.f4-info p{
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f4-info span{
    color: #e8473f;
}
.f4-info .u-m-l{
    padding-left: 5px;
}
.m-img{
    position: relative;
}
.m-img img {
    width: 100%;
    height: 180px;
    background: #fff;
}
.m-img .desc{
    position: absolute;
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    bottom:50px;
    left: 90px;

}
.m-img-2 .desc{
    font-size: 26px;
    top: 70px;
    left: 60px;
}
.flexslider .slides .slide-item img{
    /*height: 740px;*/
}
body{
    min-width: 1000px;
}

.f5{
    height: 300px;
    padding: 20px 0 25px;
    box-sizing: border-box;
}
.f5 .cat-lists{
    float: left;
    width: 200px;
}
.f5 .cat-lists li{
    line-height: 38px;
    width: 90px;
    margin: 0 auto;
    margin-top:14px;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    color: #fff
}
.cat-lists .active{
    background: #fff;
    color: #000 !important;
}
.f5 .cat-info{
    float: left;
    width: 800px;
    padding-left:75px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    padding-top:25px;
    padding-bottom:20px;
}
.cat-info h1{
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    margin-bottom:25px;
}
.cat-info ul{
    /*padding-left: 30px;*/
}
.cat-info li{
    float: left;
    margin-right:55px;
    color: #fff;
    text-align: center;
}
.cat-info li img{
    width: 115px;
    height: 60px;
    border-radius: 5px;
}
.cat-info li p{
    margin-top: 10px;
}
.cat-info>div{
    display: none;
}
.cat-info>div:nth-child(1){
    display: block;
}
.bg-red{
    background: #d72645 !important
}
.t-x-c{
    text-align: center;
}