@charset "utf-8";
.index {
    overflow: hidden;
    /* margin-top: 2px; */
    position: relative;
    z-index: 9;
}

.gg-tit {
    line-height: 30px;
    padding-top: 45px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ddd;
}

.gg-tit>h2 {
    float: left;
    padding-bottom: 15px;
}

.gg-tit>h2 span {
    float: left;
    font-size: 22px;
    color: #333333;
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: normal;
    margin-left: 30px;
}

.gg-tit>h2 span:first-child {
    margin-left: 0;
}

.gg-tit>h2 span img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.gg-tit>h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    height: 4px;
    background: transparent;
}

.gg-tit>h2 span::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 42px;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
}

.gg-tit>h2 span.on::before {
    border-left-color: #25506b;
}

.gg-tit>h2 span.on::after {
    background: #015293;
}

.gg-tit>h2 em {
    float: left;
    font-style: normal;
    margin: 0 10px;
}

.gg-more {
    float: right;
    overflow: hidden;
}

.gg-more>a {
    float: left;
    display: none;
    padding-left: 55px;
    background: url(/new/images/gg-tit-more.png) no-repeat;
    background-position: left center;
    color: #333333;
    font-size: 14px;
}

.gg-more>a:first-child {
    display: block;
}

.gg-more>a:hover {
    color: #015293;
}

.switch-bd {
    position: relative;
}

.switch-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.switch-bd>div.on {
    position: static;
    opacity: 1;
    z-index: 9;
}

.i-list {
    overflow: hidden;
}

.i-list li {
    font-size: 14px;
    line-height: 36px;
}

.i-list li a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    left: 2px;
    top: 50%;
    margin-top: -2px;
}

.i-list li a {
    padding: 0 60px 0 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    position: relative;
}

.i-list li a:hover {
     color: #044d86;
}

.i-list li span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
}

.idx1 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.idx1 ul li a {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.idx1 ul li a:hover img{
    transform: scale(1.1);
}

.idx1 ul li a:hover p {
    color: #015293;
}

.idx1 ul li a div {
    line-height: 65px;
    font-size: 0;
}

.idx1 ul li a div img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}

.idx1 ul li a p {
    color: #010000;
    line-height: 20px;
    margin-top: 5px;
}

.idx2-l {
    float: left;
    width: 380px;
    margin-right: 40px;
}

.idx2-r {
    overflow: hidden;
}

 
.img-list .slick-dots {
       bottom: 70px;
}

.img-list .slick-dots li {
    width: 8px;
    height: 8px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin: 0 5px;
}

.img-list .slick-dots .slick-active {
    background: #fff;
}
.idx2-r  .img-list{
    float:left;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
    }
.img-list{box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.img-list li {
    /* float: left; */
    width: 48%;
}

.img-list li:first-child {
}

.img-list li a {
    display: block;
    background: #fff;
 /*   box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
    padding-bottom: 10px;
}

.img-list li a .pic {
    padding-top: 65%;
}

.img-list li a p {
    font-size: 14px;
    line-height: 24px;
    height: 58px;
    padding: 10px 20px 0 20px;
    color: #484241;
    overflow: hidden;
}

.img-list li a:hover p {
    color: #015293;
}

.i-list2 {
    overflow: hidden;
}

.i-list2 li {
    float: left;
    width: 48%;
    margin-top: 20px;
}

.i-list2 li:first-child {
    margin-right: 4%;
}

.i-list2 li a {
    padding-right: 0;
    white-space: pre-wrap;
    line-height: 25px;
    height: 50px;
}

.i-list2 li a::before {
    top: 12px;
}

.data-list {
    overflow: hidden;
}

.data-list li {
    float: left;
    width: 30%;
    margin-top: 20px;
}

.data-list li:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}

.data-list li a {
    display: block;
    overflow: hidden;
    padding: 8px 16px;
    background: #fff;
    border-radius: 5px;
}

.s2-rdate {
    float: left;
    overflow: hidden;
    margin-right: 13px;
    text-align: center;
    width: 50px;
    background: #bbbbbb;
    color: #fff;
    transition: all 0.3s;
}

.s2-rdate p {
    font-size: 14px;
    line-height: 40px;
    background: #015293;
    line-height: 22px;
}

.s2-rdate span {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #333;
    background: #e4e8ea;
}

.data-list li a>h3 {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    color: #333333;
    overflow: hidden;
    margin-top: 4px;
}

.data-list li a>h3 span {
    color: #015293;
}

.data-list li a:hover>h3 {
    color: #015293;
    font-weight: 600;
}

.data-list li a:hover .s2-rdate {
    background: #015293;
}

.idx3 {
    background: url(/new/images/idx3-bj.png) no-repeat;
    background-position: center bottom;
  /**  background-size: cover;*/
    padding-bottom: 76px;
    position: relative;
    z-index: 9;
}

.idx3 .gg-tit>h2 span {
    color: #fff;
}

.idx3 .gg-tit {
    text-align: center;
}

.idx3 .gg-tit>h2 {
    float: none;
    font-size: 0;
    height: 45px;
}

.idx3 .gg-tit>h2 span {
    float: none;
    display: inline-block;
}

.idx3 .gg-tit>h2 span.on::after {
    background: #fff;
}

.idx3 .gg-tit>h2 span.on::before {
    border-left-color: #fff;
}

.switch-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url(/new/images/idx3-more.png) no-repeat; */
    background-position: center top;
    text-align: center;
    padding-bottom: 40px;
    font-size: 0;
}

.switch-more a {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.switch-more a:first-child {
    display: inline-block;
}

.idx4 {
    background: url(/new/images/idx4-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 35px;
    position: relative;
    z-index: 8;
}

.idx4 .gg-tit {
    margin-bottom: 0;
}

.idx4 .i-list3 {
    /*background: #fff;*/
    padding: 25px 40px 30px 40px;
   /* box-shadow: 0 5px 5px rgba(0, 0, 0, .1);*/
}

.i-list3 {
    overflow: hidden;
}

.i-list3 li {
    float: left;
    width: 30%;
}

.i-list3 li:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}

.i-list3 li a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333333;
}

.i-list3 li a:hover {
    color: #015293;
}

.i-list3 li div {
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.i-list3 li div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #e5e2d8;
}

.idx5 {
    margin-top: 20px;
}

.idx5-l {
    float: left;
    width: 725px;
    margin-right: 40px;
}

.idx5-l ul {
    overflow: hidden;
}

.idx5-l ul li {
    width: 65px;
    overflow: hidden;
    float: left;
    transition: all 0.3s;
    position: relative;
}

.idx5-l ul li.on {
    width: 530px;
}

.idx5-l ul li.on .idx5-lpic h3,
.idx5-l ul li.on .idx5-lpic p {
    opacity: 1;
}

.idx5-l ul li.on .idx5-ltit {
    opacity: 0;
}

.idx5-l ul li a {
    display: block;
    position: relative;
}

.idx5-lpic {
    width: 530px;
    position: relative;
}

.idx5-lpic img {
    display: block;
    width: 530px;
    height: 450px;
    object-fit: cover;
}

.idx5-lpic h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    background: #015293;
    padding: 20px 10px 20px 10px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s;
}

.idx5-lpic p {
    position: absolute;
    left: 35px;
    background: #000000;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    bottom: 20px;
    padding: 0 10px;
    line-height: 32px;
    transition: all 0.3s;
}

.idx5-ltit {
    position: absolute;
    width: 65px;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .68);
    color: rgba(255, 255, 255, .6);
    padding: 20px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
    z-index: 9;
}

.idx5-r {
    overflow: hidden;
}

.idx5-rtit {
    float: left;
    width: 52px;
    text-align: center;
    background: #b95582 url(../images/) no-repeat;
    background-position: left bottom;
    padding: 15px 0;
}

.idx5-rtit img {
    display: block;
    margin: 0 auto;
}

.idx5-rtit h3 {
    width: 22px;
    line-height: 24px;
    font-size: 22px;
    margin: 0 auto;
    color: #fff;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 30px;
}

.idx5-rtit a {
    display: block;
    margin: 0 auto;
    width: 14px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
}

.idx5-rt {
    border-top-left-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 10px;
}

.idx5-rt ul {
    overflow: hidden;
    padding: 20px 25px 0px 25px;
}

.idx5-rt ul li {
    float: left;
    width: 48%;
}

.idx5-rt ul li:first-child {
    margin-right: 4%;
}

.idx5-rt ul li a {
    display: block;
}

.idx5-rt ul li a:hover p {
    color: #015293;
}

.idx5-rt ul li .pic {
    padding-top: 68%;
}
.idx5-rt ul li  .pic video{
  position:absolute;
 top:50%;
 left:50%;
min-width:100%;
min-height:100%;
transform: translateX(-50%) translateY(-50%);
width:100%;
}
.idx5-rt ul li .pic img {
    z-index: 7;
}

.idx5-rt ul li  .pic::before {
  /*  content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 8;
}

.idx5-rt ul li .pic::after {
   /* content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/new/images/icon-play.png) no-repeat;*/
    background-position: center center;
    z-index: 9;
   
}

.idx5-rt ul li a p {
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    margin-top: 10px;
}

.idx5-rb {
    border-top-left-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 10px;
}

.idx5-rb .idx5-rtit {
    background: #c37931 url() no-repeat;
    background-position: left bottom;
}

.idx5-rb ul {
    padding: 0 20px;
    overflow: hidden;
}

.idx5-rb ul li {
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.idx5-rb ul li a {
    display: block;
    position: relative;
}

.idx5-rb ul li a h3 {
    line-height: 26px;
    overflow: hidden;
    position: relative;
}

.idx5-rb ul li a h3>img {
    float: left;
    margin-right: 10px;
}

.idx5-rb ul li a h3 span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 60px;
}

.idx5-rb ul li a h3 b {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 21px;
    line-height: 19px;
    border: 1px solid #276e51;
    border-radius: 15px;
    color: #276e51;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

.idx5-rb ul li a h3 b:hover {
    background: #276e51;
    color: #fff;
}

.idx5-rb ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #888888;
    padding-left: 36px;
    margin-top: 10px;
}

.idx5-rb ul li a:hover h3 span {
    color: #015293;
}

.idx6 ul {
    margin: 0 -7px;
}

.idx6 ul li a {
    display: block;
    margin: 0 7px;
}

.idx6 ul li a .pic {
    padding-top: 48%;
}

.idx6 .slick-prev,
.idx6 .slick-next {
    width: 14px;
    height: 24px;
}

.idx6 .slick-prev {
    left: -30px;
    background: url(/new/images/idx6-l.jpg) no-repeat;
    background-size: 100%;
}

.idx6 .slick-next {
    left: auto;
    right: -30px;
    background: url(/new/images/idx6-r.jpg) no-repeat;
    background-size: 100%;
}

.idx7 {
    border-top: 25px solid #fff;
    position: relative;
    background: url(/new/images/idx7-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 25px;
    padding-bottom: 45px;
}

.idx7-t {
    position: absolute;
    left: 0;
    top: -40px;
    right: 0;
    margin: 0 auto;
}

.idx7-t img {
    display: block;
    margin: 0 auto;
}

.idx7 .gg-tit>h2 {
    float: none;
    text-align: center;
    color: #000000;
    font-size: 24px;
}

.idx7 .gg-tit>h2 span {
    float: none;
    display: block;
    padding: 0;
    font-size: 24px;
}

.idx7 ul li a {
    display: block;
    width: 124px;
    height: 124px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    padding: 1px;
}

.idx7 ul li a::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px dashed #cccccc;
    border-radius: 50%;
    text-align: center;
}

.idx7 ul li a>div {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    margin: 15px;
}

.idx7 ul li a>div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 8;
}

.idx7 ul li a>div div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}

.idx7 ul li a>div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 9;
}

.idx7 ul li a>div div p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.idx7 ul li a:hover {
    background: url(/new/images/idx-yq.png) no-repeat;
    background-size: 100%;
}

.idx7 ul li a:hover>div::before {
    background: rgb(37 80 107 / 0.5);
}

.idx7 .slick-dots {
    position: static;
    text-align: center;
    font-size: 0;
    margin-top: 35px;
}

.idx7 .slick-dots li {
    width: 20px;
    height: 7px;
    border-radius: 3px;
    border: 1px solid #015293;
}

.idx7 .slick-dots li.slick-active {
    background: #015293;
}

@media screen and (max-width:1480px) {
    .idx6>ul {
        margin: 0;
        padding: 0 25px;
    }
    .idx6 .slick-prev {
        left: 0;
    }
    .idx6 .slick-next {
        right: 0;
    }
}

@media screen and (max-width:1200px) {
    .idx2-l {
        margin-right: 20px;
    }
    .idx5-l {
        margin-right: 20px;
    }
    .idx5-rt ul li  .pic::after {
        background-size: 35px;
    }
    .idx5-rtit {
        float: none;
        font-size: 0;
        width: auto;
        text-align: left;
        padding: 10px 15px;
    }
    .idx5-rtit img {
        display: inline-block;
        vertical-align: middle;
        height: 25px;
    }
    .idx5-rtit h3 {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 10px;
        font-size: 18px;
    }
    .idx5-rtit a {
        float: right;
        width: auto;
        line-height: 25px;
    }
    .idx5-rt ul {
        padding: 15px;
    }
    .idx5-l {
        width: 650px;
    }
    .idx5-l ul li.on {
        width: 455px;
    }
    .idx5-rb ul li {
        padding: 10px 0;
    }
    .idx5-rb ul li a p {
        margin-top: 5px;
    }
    .idx5-rb ul {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1024px) {
    .index {
        margin-top: 0;
    }
    .idx2-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .gg-tit>h2 span img {
        width: 25px;
    }
    .gg-tit>h2 span {
        font-size: 16px;
        padding-left: 40px;
        padding-right: 5px;
        margin-left: 10px;
    }
    .data-list li,
    .i-list3 li {
        width: 49%;
    }
    .data-list li:nth-child(3n+2),
    .i-list3 li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .data-list li:nth-child(2n+1),
    .i-list3 li:nth-child(2n+1) {
        margin-right: 2%;
    }
.idx3 .data-list li:nth-child(9),.idx4 .i-list3 li:nth-child(9){
  display:none;
}
    .idx4 .i-list3 {
        padding: 25px 15px;
    }
    .idx5-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .idx5-l ul li {
        float: none;
        width: auto;
    }
    .idx5-l ul li.on {
        width: auto;
    }
    .idx5-l ul li.on .idx5-lpic {
        height: auto;
        margin-top: 0;
    }
    .idx5-ltit {
        display: none;
    }
    .idx5-l ul li {
        margin-top: 10px;
    }
    .idx5-l ul li a {
        position: relative;
        z-index: 8;
    }
    .idx5-lpic {
        width: auto;
        height: auto;
        padding: 15% 8%;
    }
    .idx5-lpic img {
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .idx5-lpic p {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
        text-align: center;
    }
    .idx5-lpic h3 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .idx1 ul li a div {
        line-height: 45px;
    }
    .idx1 ul li a div img {
        max-height: 35px;
    }
.idx2-r .img-list{float:none;width:auto;margin-right:0;margin-bottom:10px;}
    .idx3 .gg-tit>h2 {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .idx3 .gg-tit>h2 span {
        float: none;
        display: inline-block;
    }
    /* .idx3 .gg-tit>h2::-webkit-scrollbar {
        width: 0 !important
    } */
    .idx3 .gg-tit>h2 {
        -ms-overflow-style: none;
    }
    .idx3 .gg-tit>h2 {
        overflow: -moz-scrollbars-none;
    }
    .data-list li,
    .i-list3 li {
        width: auto;
        float: none;
    }
    .data-list li:nth-child(2n+1),
    .i-list3 li:nth-child(2n+1) {
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .i-list2 li, .idx5-rt ul li {
        float: none;
        width: auto;
    }
    .img-list li:first-child,
    .i-list2 li:first-child,
    .idx5-rt ul li:first-child {
        margin-right: 0;
    }
    .idx5-rt ul li {
        margin-bottom: 15px;
    }
}