﻿@charset "utf-8";

body {
    overflow-x: hidden;
}
-webkit-@keyframes ani_down{0%{transform:translateY(-4px)}50%{transform:translateY(4px)}100%{transform:translateY(-4px)}}
-moz-@keyframes ani_down{0%{transform:translateY(-4px)}50%{transform:translateY(4px)}100%{transform:translateY(-4px)}}
-ms-@keyframes ani_down{0%{transform:translateY(-4px)}50%{transform:translateY(4px)}100%{transform:translateY(-4px)}}
@keyframes ani_down{0%{transform:translateY(-4px)}50%{transform:translateY(4px)}100%{transform:translateY(-4px)}}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}
.banner .down{position:absolute;left:50%;bottom: 40px;z-index:9;width:60px;height:60px;margin-left:-30px;/* background:url(../images/i_down.png) no-repeat; */animation: ani_down 2s ease-out 0s infinite;cursor: pointer;}
.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);

}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 0;
    right: 0;
    padding-right: 130px;
    bottom: 35px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}


.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.banner .slick-dots {
    right: 55px;
    width: auto;
    margin: auto;
    bottom: auto;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.banner .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.banner .slick-dots li button {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
    transition: all 0.3s;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.banner .slick-dots li:first-child::before {
    content: none;
}

.banner .slick-dots li.slick-active button {
    background: url(../images/banner-dot-act.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}


.banner .slick-dots li::before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 1px;
    height: 50px;
    background-color: #fff;
    transition: all 0.3s;
    margin: 0 auto
}

.banner .slick-dots li.slick-active button {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.banner .slick-prev, .banner .slick-next {
    width: 51px;
    height: 51px;
    background: rgba(255, 255, 255, .25);
    top: auto;
    bottom: 35px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .slick-prev {
    left: auto;
    right: 50%;
    margin-right: -640px;
    background: rgba(255, 255, 255, .25) url(../images/banner-l.png) no-repeat;
    background-position: center center;
}

.banner .slick-next {
    right: 50%;
    margin-right: -700px;
    background: rgba(255, 255, 255, .25) url(../images/banner-r.png) no-repeat;
    background-position: center center;
}

.banner .slick-prev:hover {
    background: #583181 url(../images/banner-l.png) no-repeat;
    background-position: center center;
}

.banner .slick-next:hover {
    background: #583181 url(../images/banner-r.png) no-repeat;
    background-position: center center;
}

.gg-tit {
    margin-bottom: 40px;
}

.gg-tit h2 {
    float: left;
    font-size: 0;
    color: #583181;
}

.gg-tit h2 em {
    font-size: 32px;
    font-style: normal;
    letter-spacing: 3px;
}

.gg-tit h2 i {
    font-size: 20px;
}

.gg-tit a {
    float: right;
}

.gg-tit a span {
    font-size: 16px;
    color: #583181;
    vertical-align: middle;
}

.gg-tit a img {
    vertical-align: middle;
    margin-left: 10px;
}





.index {
    overflow: hidden;
}

.section1 {
    padding-top: 50px;
}

.s1-tit {
    line-height: 80px;
}

.s1-tit h2 {
    height: 80px;
    background-color: #583181;
    padding: 0 25px;
    position: relative;
    float: left;
    color: #fff;
}

.s1-tit h2::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 1px;
    width: 1920px;
    background: #583181;
}

.s1-tit h2 i {
    font-style: normal;
}

.s1-tit a {
    text-align: center;
    height: 90px;
    background: url(../images/s1-more-bj.png) no-repeat;
    background-position: center center;
    width: 76px;
    padding-top: 20px;
    position: relative;
    top: 0;
    transition: all .3s;
    margin-top: -10px;
}

.s1-tit a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    bottom: 100%;
    background: #583181;
}

.s1-tit a span {
    color: #fff;
    display: block;
    line-height: 30px;
}

.s1-tit a img {
    display: block;
    margin: 0 auto;
    animation: down 1.5s infinite;
    position: relative;
    margin-top: 0;
}

@keyframes down {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 5px;
    }

    100% {
        margin-top: 0;
    }
}

.s1-tit a:hover {
    top: 10px;
}

.s1-l {
    float: left;
    width: 44%;
    box-shadow: 0px 0px 6px 0px rgba(52, 52, 52, 0.27);
}

.s1-l .slick-dots{
    position: absolute;
    right:15px;
    bottom: 170px;
    text-align: right;
}

.s1-l .slick-dots li{
   display: inline-block; width:10px; height:10px;margin:0 5px;
}

.s1-l .slick-dots li button{ width:10px; height:10px; border-radius:100%;background: #fff; }
.s1-l .slick-dots li.slick-active button{background:#b5a600; }

.s1-r {
    float: right;
    width: 56%;

}

.s1-l li a .pic {
    padding-top: 66%;
}

.s1-linfo {
    background: #fff;
    padding: 20px;
    position: relative;
}

.s1-linfo span {
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #583181;
    font-size: 0;
    color: #fff;
    padding-left: 18px;
    padding-right: 10px;
    line-height: 52px;
    height: 52px;
}

.s1-linfo span::after {
    content: "";
    position: absolute;
    left: 100%;
    border-bottom: 52px solid #583181;
    border-right: 25px solid transparent;
}

.s1-linfo i {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}

.s1-linfo em {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.s1-linfo h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #202020;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #7f7f7f;
    height: 42px;
    overflow: hidden;
    margin-top: 15px;
}

.s1-r>div {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.s1-rpic-blc {
    box-shadow: 0px 0px 6px 0px rgba(52, 52, 52, 0.27);
}

.s1-rpic-blc a {
    display: block;
}

.s1-rpic-blc .pic {
    padding-top: 64%;
}

.s1-rpic-blc .idx-info h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.idx-info {
    background: #fff;
    padding: 15px 20px;
}

.idx-info a {
    display: block;
}

.idx-info h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #393939;
    overflow: hidden;
}

.idx-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #898989;
    margin-top: 25px;
}

.idx-info span {
    display: block;
    padding-left: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #6c6c6c;
    background: url(../images/icon-rili2.png) no-repeat;
    background-position: left center;
    margin-top: 28px;
}

.s1-r1 {
    margin-top: -43px;
}

.s1-r2 {
    margin-top: 53px;
}

.s1-r1>.idx-info {
    background: url(../images/s1-rlistbj2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: 30px;
}

.s1-r1>.idx-info h3 {
    color: #fff;
    height: 60px;
}

.s1-r1>.idx-info span {
    background: url(../images/icon-rili.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.s1-r2>.idx-info {
    background: url(../images/s1-rlistbj.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-bottom: 30px;
}

.s1-r2>.idx-info h3 {
    color: #fff;
    height: 60px;
}

.s1-r2>.idx-info span {
    background: url(../images/icon-rili.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.s1-rpic-blc:hover a .idx-info h3 {
    color: #583181;
    font-weight: 600;
}

.section2 {
    margin-top: 80px;
}

.s2-c {
    box-shadow: 0px 0px 13px 0px rgba(52, 52, 52, 0.27);
}

.s2-c div a {
    display: block;
}

.s2-c div a .pic {
    padding-top: 61.4%;
}

.s2-c .idx-info {
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s;
}

.s2-c .idx-info h3 {
    color: #232323;
    height: 52px;
    line-height: 26px;
}

.s2-c .idx-info p {
    margin-top: 15px;
}

.s2-c .idx-info div {
    background: url(../images/icon-right-green.png) no-repeat;
    background-position: right center;
}

.s2-c div a:hover .idx-info {
    background: url(../images/s1-rlistbj.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s2-c div a:hover .idx-info h3 {
    color: #fff;
}

.s2-c div a:hover .idx-info p {
    color: #fff;
}

.s2-c div a:hover .idx-info div {
    background: url(../images/icon-right-white.png) no-repeat;
    background-position: right center;
}

.s2-c div a:hover .idx-info span {
    background: url(../images/icon-rili.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.section3 {
    margin-top: 125px;
}

.s3-l {
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 68px;
    padding-right: 40px;
    position: relative;
    z-index: 10;
}

.s3-r {
    float: right;
    width: 54%;
    position: relative;
    z-index: 9;
}

.s3-l::before {
    content: "";
    position: absolute;
    right: -260px;
    left: -260px;
    top: 0;
    bottom: 0;
    background: url(../images/s3-lbj.jpg) no-repeat;
    background-position: center center;
    z-index: 8;
    background-size: cover;
}

.s3-l>div {
    position: relative;
    z-index: 9;
}

.s3-l .gg-tit h2 {
    color: #fff;
}

.s3-l .gg-tit a span {
    color: #fff;
}

.s3-l ul li {
    float: left;
    width: 30%;
    padding-top: 43px;
	margin-top: 20px;
}

.s3-l ul li:nth-child(2n) {
    margin-left: 3%;
}
.s3-l ul li:nth-child(3n) {
    margin-left: 3%;
}
.s3-l ul li:nth-child(5n) {
    margin-left: 3%;
}
.s3-l ul li:nth-child(4n) {
    margin-left: 0;
}

.s3-l ul li a {
    display: block;
    position: relative;
    background: #fff;
    padding: 55px 20px 35px 20px;
    transition: all 0.5s;
}

.s3-ldata {
    position: absolute;
    left: 20px;
    width: 57px;
    height: 57px;
    border: 1px solid #583181;
    text-align: center;
    overflow: hidden;
    transform: rotate(45deg);
    top: -30px;
    background: #fff;
}

.s3-ldata div {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-top: 12px;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);

}

.s3-ldata p {
    font-size: 16px;
    line-height: 26px;
    color: #583181;
}

.s3-ldata span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background: #583181;
}

.s3-p p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #2f2f2f;
}

.section3 .gg-tit {
    margin-bottom: 25px;
}

.s3-l ul li a:hover {
    background: #d2a211 url(../images/s3-llist-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-l ul li a:hover .s3-ldata {
    border-color: #fff;
}

.s3-l ul li a:hover .s3-ldata p {
    color: #d2a211;
}

.s3-l ul li a:hover .s3-ldata span {
    background: #d2a211;
    color: #fff;
}

.s3-l ul li a:hover .s3-p p {
    color: #fff;
}


.s3-r::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    background-position: center center;
    z-index: 8;
    background-size: cover;
}

.s3-r>div {
    position: relative;
    z-index: 9;
}

.s3-r ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s3-r ul li a::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/s3-rlist-bj.png) no-repeat;
    background-position: center right;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    z-index: 8;
}

.s3-r ul li:nth-child(1) .idx-info {
    border: none;
}

.s3-r ul li:nth-child(4) .idx-info {
    border-bottom: 1px dotted #d6d6d6;
}

.s3-r .idx-info {
    padding: 15px 20px 20px 20px;
    border-top: 1px dotted #d6d6d6;
    z-index: 9;
    position: relative;
    background: none;
}
.s3-r .idx-info h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s3-r .idx-info span {
    margin-top: 0;
    margin-bottom: 10px;
}

.s3-r ul li a:hover::before {
    right: 0;
}

.s3-r ul li a:hover .idx-info {
    border-color: transparent;
}

.s3-r ul li:hover+li .idx-info {
    border-color: transparent;
}

.s3-r ul li a:hover .idx-info span {
    background: url(../images/icon-rili.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.s3-r ul li a:hover .idx-info h3 {
    color: #fff;
}

.section4 {
    margin-top: 60px;
}

.section4 .gg-tit h2 {
    float: none;
    text-align: center;
}

.s4-c {
    position: relative;
    padding-top: 25px;
    padding-bottom: 35px;
}

.s4-c::before {
    content: "";
    position: absolute;
    left: 0;
    width: 300px;
    top: 0;
    bottom: 0;
    background-color: #583181;
    z-index: 8;
}
.s4-t{
    position: relative;
    z-index: 9;
}
.s4-tit {
    position: relative;
    z-index: 9;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 300px;
}

.s4-tit li {
    display: inline-block;
    width: 84px;
    height: 36px;
    line-height: 34px;
    border: solid 1px #edf3f1;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
}

.s4-tit li.on {
    width: 84px;
    height: 36px;
    background-color: #cc9900;
    border-color: #cc9900;
}

.s4-switch-btn {
    float: left;
    margin-left: 20px;
}

.s4-switch-btn>div {
    display: none;
}

.s4-switch-btn>div:first-child {
    display: block;
}

.s4-switch-btn>div div {
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.s4-switch-btn>div div img {
    display: block;
}

.s4-c .gg-tit {
    float: right;
}

.s4-c .gg-tit a {
    display: none;
}

.s4-c .gg-tit a:first-child {
    display: block;
}

.s4-b {
    position: relative;
}

.s4-b>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -8;
    transition: all 0.3s;
}

.s4-b>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s4-b>ul li a {
    display: block;
    margin-left: 36px;
    position: relative;
    
}

.s4-b>ul li a .pic {
    padding-top: 68%;
}

.s4-b>ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 53px;
    /* background-color: #cc9900; */
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.s4-b>ul li a:hover p {
    background: #ffffff;
    color: #000;
}

.section5 {
    margin-top: 75px;
    padding-top: 50px;
    position: relative;
    z-index: 8;
}

.section5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60.25%;
    background: #fff;
}

.s5-c {
    position: relative;
    z-index: 9;
}

.s5-l {
    float: left;
    width: 43.57%;
    padding-bottom: 55px;
}

.s5-l ul {
    overflow: hidden;
}

.s5-l ul li {
    float: left;
    width: 48%;
}

.s5-l ul li:nth-child(2n) {
    margin-left: 4%;
}

.s5-l ul li:nth-child(-n+2) {
    margin-bottom: 5.7%;
}

.s5-l ul li a {
    display: block;
}

.s5-l ul li a .pic {
    padding-top: 70%;
}

.s5-r {
    float: right;
    width: 52.85%;
    position: relative;
    z-index: 9;
}

.s5-t>div {
    display: none;
    padding-top: 62.4%;
    position: relative;
    background: #000;
}

.s5-t>div:first-child {
    display: block;
}

.s5-t>div video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
}

.s5-b>div {
    float: left;
    width: 27.7%;
    text-align: center;
    padding-top: 22.7%;
    background-color: #008512;
    position: relative;
    margin-top: -4.7%;
}

.s5-b>div div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.s5-b>div div h3 {
    font-size: 32px;
}

.s5-b>div div a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 7%;
}

.s5-b>ul {
    float: left;
    width: 72.3%;
}

.s5-b>ul li {
    float: left;
    width: 50%;
    padding-top: 24.8%;
    background-color: #ffffff;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.s5-b>ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 15px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: 100%;
}

.s5-b>ul li p {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
    color: #353535;
}

.s5-b>ul li.on {
    background: #cc9900;
}

.s5-b>ul li.on::before {
    border-bottom-color: #cc9900;
}

.s5-b>ul li.on p {
    color: #fff;
}

.section6 {
    margin-top: 65px;
    background: url(../images/s6-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 130px;
}

.section6 .gg-tit h2 {
    float: none;
    text-align: center;
}

.s6-btn {
    font-size: 0;
    text-align: center;
    position: relative;
}

.s6-btn div {
    display: inline-block;
    margin: 0 7px;
}

.s6-btn div img {
    display: block;
}

.s6-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 64px;
    height: 1px;
    background: #cc9900;
    top: 50%;
}

.s6-btn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: 64px;
    height: 1px;
    background: #008512;
    top: 50%;
}

.s6-t {
    margin-top: 25px;
}

.s6-t ul {
    margin: 0 -12px;
}

.s6-t ul li a {
    display: block;
    margin: 0 12px;
}

.s6-t ul li a .pic {
    padding-top: 50%;
}

.s6-b {
    margin-top: 110px;
}

.s6-b ul li a {
    display: block;
    text-align: center;
}

.s6-b ul li a div {
    height: 40px;
    line-height: 40px;
    font-size: 0;
}

.s6-b ul li a div img {
    display: inline-block;
    vertical-align: middle;
}

.s6-b ul li a p {
    font-size: 16px;
    line-height: 26px;
    color: #1f1f1f;
    margin-top: 30px;
}

.s6-b ul li a:hover .icon img {
    animation: icon-yh 0.6s linear;
}

@media screen and (max-width:1420px) {
    .banner .slick-slide a p {
        font-size: 24px;
        padding: 0 10px;
    }

    .banner .slick-prev {
        right: 70px;
        margin: 0;
    }

    .banner .slick-next {
        right: 10px;
        margin: 0;
    }

    .s1-linfo {
        padding: 15px 10px;
    }

    .idx-info {
        padding: 10px;
    }

    .idx-info p {
        margin-top: 15px;
    }

    .idx-info span {
        margin-top: 15px;
        padding-left: 30px;
    }

    .s1-linfo h3 {
        font-size: 18px;
    }

    .s1-tit h2 {
        height: 60px;
    }

    .s1-tit {
        line-height: 60px;
    }

    .gg-tit h2 em {
        font-size: 24px;
    }

    .gg-tit h2 i {
        font-size: 16px;
    }

    .s1-tit a {
        height: 60px;
        background-size: auto 100%;
        padding-top: 15px;
    }

    .gg-tit a span {
        font-size: 14px;
    }

    .s1-tit a span {
        line-height: 20px;
    }
    .s2-c .idx-info{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s3-l ul li a{
        padding: 50px 10px 20px 10px;
    }
    .s3-r .idx-info{
        padding: 10px;
    }
    .s3-r{
        padding: 50px  0 50px 20px;
    }
    .s4-b>ul li a{
        margin-left: 15px;
    }
    .s5-b>div div h3{
        font-size: 24px;
    }
}

@media screen and (max-width:1024px) {
    .banner .slick-slide a p {
        font-size: 16px;
        bottom: 10px;
        padding-right: 80px;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 26px;
        height: 26px;
        bottom: 10px;
    }

    .banner .slick-next {
        background-size: 8px;
    }

    .banner .slick-prev {
        background-size: 8px;
        right: 40px;
    }

    .banner .slick-dots {
        right: 10px;
    }

    .banner .slick-dots li button {
        width: 16px;
        height: 16px;
        background-size: 10px;
    }

    .banner .slick-dots li.slick-active button {
        background-size: 20px;
    }

    .banner .slick-dots li::before {
        height: 20px;
    }
    .gg-tit{
        margin-bottom: 20px;
    }
    .section3 .gg-tit{
        margin-bottom: 20px;
    }
    .s4-b>ul li a p{
        line-height: 36px;
        width: 120px;
        font-size: 16px;
    }
    .s5-b>div div h3{
        font-size: 20px;
    }
    .s5-b>div div a{
        font-size: 14px;
    }
    .s5-b>ul li p{
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
        left: 10px;
        right: 10px;
    }
    .s6-t ul{
        margin: 0 -5px;
    }
    .s6-t ul li a{
        margin: 0 5px;
    }
    .s6-b ul li a p{
        margin-top: 15px;
    }
    .section6{
        margin-top: 35px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .s6-b{
        margin-top: 30px;
    }
.s1-l .slick-dots{
    bottom: 146px;
   
}
}

@media screen and (max-width:768px) {
    .gg-tit h2 em{
        font-size: 20px;
    }
    .gg-tit h2 i{
        font-size: 12px;
    }
    .banner .slick-dots {
        top: 40%;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s1-r{
        float: none;
        width: auto;
    }
    .s1-r>div{
        width: 49%;
        margin-left: 0;
    }
    .s1-r>div:first-child{
        margin-right: 2%;
    }
    .s1-r1,.s1-r>div{
        margin-top: 20px;
    }
    .s1-r1>.idx-info{
        margin-top: 15px;
    }
    .s1-r2>.idx-info{
        margin-bottom: 15px;
    }
    .s1-linfo span{
        height: 36px;
        line-height: 36px;
    }
    .s1-linfo span::after{
        border-bottom-width: 36px;
    }
    .s1-linfo i{
        font-size: 20px;
    }
    .s1-linfo em{
        font-size: 12px;
    }
    .s1-tit h2{
        padding: 0 15px;
        height: 40px;
    }
    .s1-tit{
        line-height: 40px;
    }
    .s3-l{
        float: none;
        width: auto;
        padding-right: 0;
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .s3-l::before{
        right: -10px;
        left: -10px;
    }
    .s3-r{
        float: none;
        width: auto;
        margin-top: 25px;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .s3-r::before{
        left: -10px;
        right: -10px;
    }
    .s4-tit{
        width: auto;
        padding-left: 15px;
    }
    .s4-tit li{
        margin: 0;
        font-size: 16px;
        width: 65px;
        line-height: 28px;
        height: 30px;
    }
    .s4-tit li.on{
        width: 65px;
        height: 30px;
    }
    .s4-switch-btn>div div img{
        width: 28px;
    }
    .s4-switch-btn>div div{
        border: 1px solid #fff;
    }
    .s4-c::before{
        right: -10px;
        left: -10px;
        width: auto;
    }
    .s4-c .gg-tit a span{
        color: #fff;
    }
    .section4 .gg-tit h2{
        text-align: left;
    }
    .s5-l{
        float: none;
        width: auto;
        padding-bottom: 0;
    }
    .s5-r{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .section5::before{
        right: 0;
        width: auto;
    }
    .section5{
        padding: 30px 0;
        margin-top: 35px;
    }
    .s5-b>div div h3{
        font-size: 16px;
    }
    .s5-b>div div a{
        font-size: 12px;
    }
    .s6-btn div img{
        width: 30px;
    }
    .s6-btn::before{
        margin-right: 36px;
    }
    .s6-btn::after{
        margin-left: 36px;
    }
    .section6 .gg-tit h2{
        text-align: left;
    }
    .section2,.section3,.section4{
        margin-top: 35px;
    }
}

@media screen and (max-width:480px) {
    .s1-r1, .s1-r>div{
        float: none;
        width: auto;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:375px) {}