.top {
    width: 100%;
    margin-bottom: 0;
}

.title {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

.title .titleimg {
    width: 31.66%;
    margin: 0 auto;
}

.title .titleimg img {
    display: block;
    width: 100%;
}

.banner {
    position: relative;
}

.banner .hd {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    z-index: 9;
}

.banner .hd li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    float: left;
    margin-left: 10px;
    background: #fff;
    transition: all 0.4s linear;
}

.banner .hd li.on {
    width: 30px;
}

.banner .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10;
}

.banner .next {
    position: absolute;
    left: auto;
    right: 3%;
    background-position: 8px 5px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner img {
    display: block;
    width: 100%;
}

.sq1,
.sq3,
.sq4,
.sq5,
.sq6 {
    width: 100%;
    padding-bottom: 25px;
    background-color: #fff;
    overflow: hidden;
}

.sq1inner,
.sq2inner {
    width: 100%;
    overflow: hidden;
}

.sq1inner ul,
.sq2inner ul {
    width: 1230px;
}

.sq1inner ul li {
    width: 220px;
    height: 65px;
    line-height: 65px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.sq1inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    font-size: 18px;
    background-color: #efefef;
    transition: all 0.5s ease;
}

.sq1inner ul li a i {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    display: none;
    vertical-align: middle;
}

.sq1inner ul li:nth-child(1) a i {
    background: url('tagkicon1.png') center center no-repeat;
}

.sq1inner ul li:nth-child(2) a i {
    background: url('tagkicon2.png') center center no-repeat;
}

.sq1inner ul li:nth-child(3) a i {
    background: url('tagkicon3.png') center center no-repeat;
}

.sq1inner ul li:nth-child(4) a i {
    background: url('tagkicon4.png') center center no-repeat;
}

.sq1inner ul li:nth-child(5) a i {
    background: url('tagkicon5.png') center center no-repeat;
}

.sq1inner ul li:nth-child(6) a i {
    background: url('tagkicon6.png') center center no-repeat;
}

.sq1inner ul li:nth-child(7) a i {
    background: url('tagkicon7.png') center center no-repeat;
}

.sq1inner ul li:nth-child(8) a i {
    background: url('tagkicon8.png') center center no-repeat;
}

.sq1inner ul li:nth-child(9) a i {
    background: url('tagkicon9.png') center center no-repeat;
}
.sq1inner ul li:nth-child(10) a i {
    background: url('tagkicon3.png') center center no-repeat;
}
.sq1inner ul li:nth-child(11) a i {
    background: url('tagkicon4.png') center center no-repeat;
}
.sq1inner ul li:nth-child(12) a i {
    background: url('tagkicon5.png') center center no-repeat;
}
.sq1inner ul li:nth-child(13) a i {
    background: url('tagkicon6.png') center center no-repeat;
}
.sq1inner ul li:nth-child(14) a i {
    background: url('tagkicon7.png') center center no-repeat;
}
.sq1inner ul li:hover a {
    background-color: #245399;
    color: #fff;
}

.sq2 {
    width: 100%;
    padding-bottom: 25px;
}

.sq2inner ul li {
    width: 220px;
    height: 360px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sq2inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    position: relative;
}

.sq2inner ul li a img {
    transition: all 0.5s ease;
}

.sq2inner ul li a p {
    position: absolute;
    width: 80px;
    padding: 15px 30px;
    transition: all 0.5s ease;
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sq2inner ul li a:hover img {
    transform: scale(1.2);
}

.slidetab .hd {
    width: 100%;
    overflow: hidden;
}

.slidetab .hd ul {
    width: 1230px;
    overflow: hidden;
}

.slidetab .hd ul li {
    width: 220px;
    height: 65px;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 65px;
    transition: all 0.3s linear;
    border: 1px solid #efefef;
    margin-right: 25px;
    margin-bottom: 40px;
    cursor: pointer;
    overflow: hidden;
}

.slidetab .hd ul li.on {
    border: 1px solid #245399;
    color: #245399;
}

.slidetab .bd ul {
    width: 1300px;
    padding: 0 45px;
    overflow: hidden;
}

.slidetab .bd ul li {
    width: 240px;
    float: left;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 45px;
    cursor: pointer;
    overflow: hidden;
}

.slidetab .bd ul li a {
    padding-bottom: 20px;
    display: block;
    transition: all 0.3s linear;
    border: 1px dashed #ccc;
}

.slidetab .bd ul li img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.slidetab .bd .text h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.slidetab .bd .text p {
    font-size: 12px;
}

.slidetab .bd ul li:hover a {
    border: 1px dashed #bf1735;
}

.sq4 {
    background-color: transparent;
    padding-bottom: 25px;
}

.sq4 .sq4inner {
    width: 100%;
    overflow: hidden;
}

.sq4 .sq4inner .tabs {
    font-size: 0;
    margin-bottom: 40px;
    text-align: center;
}

.sq4 .tab-swiper-slide {
    position: relative;
}

.sq4 .tab-swiper-slide .arrow-left {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.sq4 .tab-swiper-slide .arrow-right {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.sq4 .sq4inner .tabs a {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin-right: 45px;
    color: #333;
    border: 1px solid #999999;
}

.sq4 .sq4inner .tabs a.active {
    color: #245399;
    border: 1px solid #245399;
}

.sq4 .sq4inner .tab-swiper {
    width: 100%;
    height: 510px;
}

.sq4 .sq4inner .scroll-swiper {
    width: 100%;
    height: 510px;
}

.sq4 .sq4inner .scroll-swiper .swiper-slide {
    width: 100%;
}

.sq4 .sq4inner .scroll-swiper .swiper-slide a {
    display: block;
    padding: 0 7px;
    margin-bottom: 15px;
    width: 100%;
}

.sq4 .sq4inner .scroll-swiper .swiper-slide a .itemimg {
    width: 100%;
    position: relative;
}

.sq4 .sq4inner .scroll-swiper .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.sq4 .sq4inner .scroll-swiper .swiper-slide a img {
    width: 100%;
    display: block;
}

.sq5 {
    width: 100%;
    padding-bottom: 45px;
}

.sq5inner {
    width: 100%;
    overflow: hidden;
}

.sq5inner .sq5lef,
.sq5inner .sq5rig {
    width: 48.5%;
    float: left;
    overflow: hidden;
}

.sq5inner .sq5rig {
    float: right;
}

.sq5inner ul li a {
    float: none;
    display: block;
    width: 100%;
}

.sq5imglist {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.sq5imglist a {
    float: left;
    width: 380px;
    height: 192px;
    margin-right: 30px;
}

.sq5imglist a img {
    display: block;
    width: 100%;
    height: 100%;
}

.sq6 {
    width: 100%;
    background-color: transparent;
    padding-bottom: 45px;
}

.sq6 .sq6inner {
    width: 100%;
    overflow: hidden;
}

.sq6 .sq6inner ul {
    width: 1230px;
    overflow: hidden;
}

.sq6 .sq6inner ul li {
    width: 280px;
    height: 220px;
    float: left;
    margin-right: 26px;
}

.sq6 .sq6inner ul li a {
    display: block;
    width: 280px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.sq6 .sq6inner ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sq6 .sq6inner ul li a p {
    font-size: 22px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sq6 .sq6inner ul li a img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 992px) {
    .sq1,
    .sq3,
    .sq4,
    .sq5,
    .sq6 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .title {
        margin: 20px 0;
    }
    .title .titleimg {
        width: 55%;
        margin: 0 auto;
    }
    .sq1inner ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 4px;
    }
    .sq1inner ul li {
        width: 50%;
        padding: 0 4px;
        margin-right: 0;
    }
    .sq2inner ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 0 4px;
    }
    .sq2inner ul li {
        width: 50%;
        height: auto;
        padding: 0 4px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .sq2inner ul li img {
        display: block;
        width: 100%;
    }
    .slidetab .hd {
        width: 100%;
        margin-bottom: 10px;
    }
    .slidetab .hd ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 8px;
    }
    .slidetab .hd ul li {
        width: 49%;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .slidetab .bd ul {
        width: 100%;
        padding: 0 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }
    .slidetab .bd ul li {
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .sq4 .sq4inner .tabs {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sq4 .sq4inner .tabs a {
        width: 49%;
        height: 45px;
        margin-right: 0;
        line-height: 45px;
    }
    .sq4 .sq4inner .tab-swiper {
        width: 100%;
        height: 160px;
    }
    .sq4 .tab-swiper-slide .arrow-left,
    .sq4 .tab-swiper-slide .arrow-right {
        width: 23px;
        height: 40px;
    }
    .sq4 .tab-swiper-slide .arrow-left img,
    .sq4 .tab-swiper-slide .arrow-right img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sq4 .sq4inner .scroll-swiper .swiper-slide a p {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .sq4 .sq4inner .scroll-swiper {
        height: 160px;
    }
    .sq4 .sq4inner .scroll-swiper .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }
    .sq4 .sq4inner .scroll-swiper .swiper-slide a {
        margin-bottom: 8px;
    }
    .sq5inner .sq5lef,
    .sq5inner .sq5rig {
        width: 100%;
        float: none;
        padding: 0 8px;
    }
    .sq5imglist {
        margin-top: 20px;
    }
    .sq5imglist>div {
        display: flex;
        width: 100% !important;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 8px;
    }
    .sq5imglist>div a {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .sq6 {
        width: 100%;
        margin-bottom: 25px;
    }
    .sq6 .sq6inner ul {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 8px;
    }
    .sq6 .sq6inner ul li {
        width: 49%;
        height: auto;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .sq6 .sq6inner ul li a {
        width: 100%;
        height: 100%;
    }
}