.g-box{
    width: 1200px;
}
.head-inner{
    width: 1000px;
}
.f1{
    overflow: hidden;
    padding: 0 190px;
}
.f1 li{
    float: left;
    width: 150px;
    height: 230px;
    box-sizing: border-box;
    padding:40px 0;
    text-align: center;
}
.f1 li:nth-child(1) {
    margin-right:180px;
}
.f1 li:nth-child(2) {
    margin-right:180px;
}
.icon{
    width: 72px;
    height: 72px;
    border-radius: 5px;
    margin: 0 auto;
}
.icon span{
    font-size: 42px;
    color: #fff;
    display: block;
    padding-top: 8px;
}
.icon-1{
    background: #e8264a;
}
.icon-2{
    background: #f0c71d;
}
.icon-3{
    background: #404f55;
}
.f1 .f1-t1{
    margin-top:5px;
    line-height: 40px;
    font-size: 18px;
}
.f1 .f1-st1{
    line-height: 24px;
}
.f1-st1 span{
    color: #e8473f
}

.f2{
    padding: 10px 100px 70px;
    height: 600px;
}
.f2 li{
    float:left;
}
.f2-ctn{
    margin-bottom: 20px;
    height: 210px;
}
.f2-ctn li{
    width: 305px;
    height: 210px;
    box-shadow: 0 0 5px 1px rgba(64, 64, 64, .1);
    border-radius: 10px;
}
.f2-ctn img{
    width: 100%;
    height: 167px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f2-ctn .u-m-r{
    margin-right: 42px;
}
.f2-img {
    position: relative;
}
.map-info{
    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;
}
.f2-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);
    cursor: pointer
}
.f2-lists{
    height: 160px;
}
.f2-lists li{
    float: left;
    width: 227px;
    height: 160px;
    box-shadow: 0 0 5px 1px rgba(64, 64, 64, .1);
    border-radius: 10px;
}
.f2-lists img{
    width: 100%;
    height: 107px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.f2-lists .u-m-r{
    margin-right: 30px;
}
.f2-list-img {
    position: relative;
}
.f2-ctn p, .f2-lists p{
    margin-top: 11px;
    margin-left: 25px;
}
.f2-list-img .map-info{
    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;
}
.video-btn{
    position: absolute;
    bottom: 58px;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255, 0.6);
    left:50%;
    transform: translateX(-50%);
    border-radius: 40px;
    cursor: pointer;
}
.v-play{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    margin-top: 19px;
    margin-left: 20px;
}
.f2-list-img .video-btn{
    bottom: 24px;
}
.bg-red{
    background: #d72645 !important
}
.ctn-mn .sceen-h{
    padding-top:30px;
}
.sceen-h .hd-tt, .sceen-h .hd-sub-tt{
    color:#fff !important;
}
.f3{
    height: 300px;
    padding: 20px 0 25px;
    box-sizing: border-box;
}
.f3 .cat-lists{
    float: left;
    width: 320px;
}
.f3 .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;
}
.f3 .cat-info{
    float: left;
    width: 850px;
    padding-left:115px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    padding-top:35px;
    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;
}
.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;
}
.f4{
    width: 1050px;
    margin: 0 auto;
    margin-top:-20px;
}
.f5{
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px;
    position: relative;
    margin-top:10px;
    padding-bottom: 80px;
}
.f5-part1{
    width: 570px;
    height: 300px;
    box-shadow: 0px 0px 9px 1px #ecf0f0;
    border-radius: 5px;
}
.f5-part1 h2, .f5-part2 h2{
    font-size: 20px;
    line-height: 56px;
    margin: 0 60px 0 60px;
    border-bottom: 2px solid #f3f3f3;
    text-align: center;
    letter-spacing: 2px;
}
.f5-part1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 85px 0 35px;
}
.f5-part1 li{
    padding-top:25px;
    width: 130px;
    text-align: center;
}
.f5-part1 li div, .f5-part2 li div{
    margin-top:15px;
    color: #404f55
}
.f5-part2{
    width: 507px;
    height: 225px;
    box-shadow: 0px 0px 9px 1px #ecf0f0;
    border-radius: 5px;
    background: #fff;
}
.f5-part2{
    position: absolute;
    right: 80px;
    top:40px;
}
.f5-part2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 35px;
}
.f5-part2 li{
    margin-top:40px;
    text-align: center;
}
.f6{
    padding: 0 85px;
}
.f6-l{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 40px;
    padding-top:70px;
}
.f6-l .active{
    background: #e8273f;
    color: #fff;
    border-radius: 40px;
    padding: 0 10px;
}
.f6-r ul{
    overflow: hidden;
    display: inline-block;
    margin:0 auto;
    padding-left: 135px;
}
.f6-l li{
    color: #8aa0a6;
    cursor: pointer;
}
.f6-r h1{
    font-size: 16px;
    color: #475961;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 1px;
}
.f6-r li{
    float:left;
    margin-right: 50px;
}
.f6-r li:nth-child(3){
    margin-right: 0;
}
.f6-r>div{
    display: none;
}
.f6-r>div:nth-child(1){
    display: block;
}
.f7{
    margin-top:-30px;
    margin-bottom: 50px;
}
.f7 p{
    line-height: 60px;
    text-align: center;
    color: #4f646a;
    opacity: 0.8;
    font-size: 18px;
}
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    background: #ccc;
    display: none;
}
.video-box>div{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 500px;
}
.btn-close {
    font-size: 25px;
    position: absolute;
    right: 100px;
    top:50px;
}

.title-tip {
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
}

.tools-align-center {
    padding-left: 0px!important;
    width: 665px;
    display: block!important;
}
.matchImg{
    width: 100%;
}