@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}
.head {}



body {
    overflow-x: hidden;
}

.banner {
    /* position: relative; */
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.banner .slick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center 0px;
}

.banner .slick .slick-dots {
    top: 50%;
    bottom: auto;
    width: 90px;
    left: auto;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
}

.banner .slick .slick-dots li {
    display: block;
    position: relative;
    padding: 1px 0;
    width: auto;
    height: auto;
    margin: 0;
}

.banner .slick .slick-dots li span {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    width: 30px;
    text-align: center;
    margin: 20px 0;
}

.banner .slick .slick-dots li.slick-active span {
    font-weight: 600;
    font-size: 24px;
}

.banner .slick .slick-dots li.slick-active::after {
    content: "";
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
}

.banner .slick .slick-dots li.slick-active::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 3px;
    background-color: #ffffff;
    right: 28px;
}






.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
}

.banner-list {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 80px;
    height: 80px;
    background: #085ba8;
    z-index: 9;
    bottom: 0;
}

.banner-list .px1520 {
    position: relative;
    z-index: 9;
}

.banner-list::after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    height: 90px;
    background: #fff;
    z-index: 8;
}

.banner-list .px1520::before {
    content: "";
    position: absolute;
    left: 315px;
    bottom: 0;
    border-right: 20px solid #fff;
    border-top: 90px solid transparent;
}


.banner-list p {
    color: #fff;
    float: left;
    width: 335px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.banner-list p img {
    vertical-align: middle;
    margin-right: 10px;
}

.banner-list ul {
    overflow: hidden;
    background: #fff;
    position: relative;
    border-top: 10px solid #fff;
    margin-top: -10px;
    padding: 0 20px;
}

.banner-list ul li a {
    display: block;
    color: #333333;
    padding-left: 20px;
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.banner-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #b2b2b2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.banner-list ul li a:hover {
    font-size: 18px;
    font-weight: 600;
    color: #085ba8;
}

.banner-list ul li a:hover::before {
    border-left-color: #085ba8;
}

.tit {
    font-size: 0;
    text-align: center;
    position: relative;
}

.tit h2 {
    display: inline-block;
    position: relative;
    font-size: 38px;
    line-height: 40px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 9;
    font-weight: 600;
}

.tit h2 span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 50%;
    margin: 0 20px;
}

.tit h2 img {
    position: absolute;
    left: 100%;
    top: 0;
}

.tit h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 44px;
    height: 3px;
    background-color: #085ba8;
}

.tit h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #b3b3b3;
    opacity: 0.3;
    z-index: 8;
}

.tit2 {
    text-align: left;
    margin-bottom: 30px;
}

.tit2 h2::after {
    left: 0;
    transform: translateX(0);
}

.tit2 h3 {
    text-align: left;
}

.tit2 .more {
    float: right;
    margin-top: 45px;
}

.section1 {
    background: url(../images/s1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    padding-top: 228px;
}

.s1-c {
    margin-top: 35px;
}

.s1-l {
    float: left;
    width: 740px;
    margin-right: 30px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo p {
    text-decoration: underline;
}

.s1-l ul li a .pic {
    padding-top: 56%;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.s1-linfo p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 55px;
    padding-left: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.s1-l .slick-dots {
    text-align: center;
    width: 100%;
    font-size: 0;
    position: static;
    max-width: 427px;
    background: url(../images/s1-ldot-bj.png) no-repeat;
    background-position: right center;
    background-size: cover;
    height: 43px;
    padding-top: 16px;
}

.s1-l .slick-dots li {
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
}

.s1-l .slick-dots li.slick-active {
    background: #fff;
}


.s1-r {
    overflow: hidden;
}

.s1-rl {
    float: left;
    width: 48%;
}

.s1-rr {
    float: right;
    width: 48%;
}

.s1-rl ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 30px 20px 30px;
    transition: all 0.3s;
}

.s1-rl ul li a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
}

.s1-rl ul li a p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #888888;
    margin-top: 10px;
}

.s1-rl ul li a div {
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
    background: url(../images/s1-rmore.png) no-repeat;
    background-position: right bottom;
}

.s1-rl ul li a div span {
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, .5);
}


.s1-rl ul li a div span b {
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
    color: #808080;
    line-height: 30px;
    display: inline-block;
}

.s1-rl ul li a:hover {
    background-color: #085ba8;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.s1-rl ul li a:hover h3 {
    color: #fff;
}


.s1-rl ul li a:hover p {
    color: rgba(255, 255, 255, 0.67);
}


.s1-rl ul li a:hover div {
    border-color: rgba(227, 227, 227, .17);
}

.s1-rl ul li a:hover div span {
    color: rgba(228, 242, 255, .5);
}

.s1-rl ul li a:hover div span b {
    color: #fff;
}


.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    padding: 22px 0 21px 30px;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    line-height: 97px;
}

.text-list2 li:first-child a {
    margin-top: 0;
}

.text-list2 li a:hover {}

.date2 {
    width: 70px;
    text-align: left;
    transition: all 0.3s;
    font-size: 0;
}

.date2 div {
    display: inline-block;
    vertical-align: middle;
}

.date2 p {
    line-height: 28px;
    font-size: 26px;
    color: #808080;
    transition: all 0.3s;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.date2 p::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: rgba(0, 0, 0, .14);
}

.date2 span {
    display: block;
    color: rgba(51, 51, 51, .5);
    font-size: 14px;
    line-height: 20px;
    border-top: 1px dashed transparent;
    padding-top: 15px;
}

.text-list2 li a .date2 {
    float: left;
}

.text-list2-p {
    overflow: hidden;
    line-height: 70px;
    font-size: 0;
    border-left: 1px solid #e3e3e3;
    padding-left: 25px;
    padding-right: 15px;
}

.text-list2-p p {
    font-size: 16px;
    overflow: hidden;
    line-height: 28px;
    vertical-align: middle;
    max-height: 56px;
    overflow: hidden;
    color: #1a1a1a;
}

.text-list2-p img {
    display: block;
    margin-top: 31px;
}


.text-list2 li a:hover {
    background: #085ba8;
}

.text-list2 li a:hover .date2 span {
    color: rgba(255, 255, 255, 0.67);
}

.text-list2 li a:hover .date2 p {
    color: #fff;
}

.text-list2 li a:hover .date2 p::after {
    background: #fff;
}

.text-list2 li a:hover .text-list2-p {
    border-color: rgba(255, 255, 255, 0.67);
}

.text-list2 li a:hover .text-list2-p p {
    color: #fff;
}

.s1-c .more {
    margin-top: 40px;
}

.more {
    font-size: 0;
    overflow: hidden;
}

.more a {
    float: right;
    font-size: 16px;
    line-height: 28px;
    color: #085ba8;
}

.more a img {
    vertical-align: middle;
}


.section2 {
    padding: 60px 0;
}

.s2-c {
    margin-top: 35px;
}

.s2-c .slick-list {
    padding: 10px 0;
}

.s2-c ul {
    margin: 0 -15px;
}

.s2-c ul li a {
    display: block;
    position: relative;
    margin: 0 15px;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.s2-c ul li a:hover {
    background: #9cc9f3;
}

.s2-c ul li a:hover .s2-info h3 {
    color: #085ba8;
    font-weight: 600;
}

.s2-text a {
    border-top: 8px solid #f26c14;
}


.s2-data {
    position: relative;
    line-height: 30px;
}

.s2-data b {
    font-size: 18px;
    font-weight: 600;
    color: #f26c14;
    vertical-align: super;
    margin-right: 10px;
}

.s2-data span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    vertical-align: sub;
}

.s2-data::after {
    content: "";
    position: absolute;
    left: 13px;
    width: 30px;
    height: 1px;
    top: 50%;
    background: #d7d7d7;
    transform: rotate(-60deg);
}

.s2-info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;

    margin: 15px 0;
}

.s2-info p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #737373;
}

.s2-c ul li:nth-child(2n) {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s2-c ul li:nth-child(2n+1) {
    transform: translateY(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s2-c ul li.s2-pics a {
    padding: 0;
    border-bottom: 8px solid #085ba8;
}

.s2-c ul li.s2-pics a .pic {
    padding-top: 75%;
}

.s2-c ul li.s2-pics a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zzc2.png) repeat-x;
    background-position: center bottom;

}

.s2-pinfo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 15px;
}

.s2-pinfo p {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, .73);
}

.s2-pinfo h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-c .more {
    margin-top: 40px;
}

.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 0 80px 0;
}

.section3 .tit h2 {
    color: #fff;
}

.section3 .tit h2::after {
    background: #fff;
}

.section3 .more a {
    color: #fff;
}

.s3-l {
    float: left;
    width: 47%;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s3-r {
    float: right;
    width: 47%;
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.dt-list2 {
    overflow: hidden;
    background: #fff;
    padding: 40px 30px;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}

.dt-list2 li:first-child {
    padding-top: 0;
}

.dt-list2 li:hover {}

.dt-list2 li:hover a .date span {
    background: #085ba8;
    color: #fff;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #1e67aa;
    font-weight: 600;
    font-size: 18px;
}

.dt-list2 li:hover {
    border-color: #1e67aa;
}

.dt-list2 li:hover a .dt-text p {}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    float: left;
    width: 92px;
    text-align: center;
}

.dt-list2 li .date p {
    font-size: 14px;
    line-height: 37px;
    background: #fff;
    color: #1e67aa;
    border: solid 1px #57a5ed;
    border-top: none;
}

.dt-list2 li .date span {
    display: block;
    font-size: 26px;
    background: #57a5ed;
    line-height: 55px;
    color: #fff;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.s3-r ul li a {
    display: block;
    line-height: 100px;
    margin-top: 3px;
}

.s3-r ul li:first-child a {
    margin-top: 0;
}

.s3-rdata {
    float: left;
    width: 64px;
    font-size: 0;
    background: #fff;
    text-align: center;
    margin-right: 3px;
}

.s3-rdata div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.s3-rdata div b {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #085ba8;
    font-weight: 600;
}

.s3-rdata div i {
    display: block;
    height: 25px;
    font-style: normal;
    width: 1px;
    background: #d7d7d7;
    transform: rotate(30deg);
    margin: 0 auto;
}

.s3-rdata div span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

.s3-rinfo {
    overflow: hidden;
    font-size: 0;
    background: #fff;
    padding: 0 30px;
}

.s3-rinfo p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
}

.s3-r ul li a:hover .s3-rdata {
    background: #57a5ed;
}

.s3-r ul li a:hover .s3-rdata b {
    color: #fff;
}

.s3-r ul li a:hover .s3-rdata i {
    background: #fff;
}

.s3-r ul li a:hover .s3-rdata span {
    color: #fff;
}

.s3-r ul li a:hover .s3-rinfo {
    background: #57a5ed;
}

.s3-r ul li a:hover .s3-rinfo p {
    color: #fff;
}

.section4 {
    position: relative;
}

.section4::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    bottom: 0;
    background: rgba(220, 220, 220, .3);
}

.s4-l {
    padding-top: 50px;
    padding-bottom: 20px;
    float: left;
    width: 47%;
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s4-r {
    padding-top: 50px;
    padding-bottom: 20px;
    float: right;
    width: 47%;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s4-l ul {
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
}

.s4-l ul li a {
    display: block;
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #cccccc;
}

.s4-l ul li:first-child a {
    padding-top: 0;
}

.s4-l ul li a p {
    width: 80px;
    line-height: 20px;
    background-color: rgba(8, 91, 168, .15);
    border-radius: 10px;
    font-size: 14px;
    color: #f26c14;
    text-align: center;
}

.s4-l ul li a p.orange {
    background: rgba(242, 108, 20, .15);
    color: #f26c14;
}

.s4-l ul li a p.blue {
    background: rgba(8, 91, 168, .15);
    color: #085ba8;
}

.s4-l ul li a h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 10px;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s4-l ul li a h3 span {
    position: absolute;
    right: 0;
    top: 0;
}

.s4-l ul li a:hover h3 {
    color: #085ba8;
}



.s4-r ul {
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
}

.s4-r ul li a {
    display: block;
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #cccccc;
}

.s4-r ul li:first-child a {
    padding-top: 0;
}

.s4-r ul li a p {
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    padding-left: 30px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}

.s4-r ul li a h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s4-r ul li a h3 span {
    position: absolute;
    right: 0;
    top: 0;
}

.s4-r ul li a:hover h3 {
    color: #085ba8;
}

.section5 {
    margin-top: 30px;
    padding-bottom: 100px;
}

.s5-c ul {
    margin: 0 -15px;
}

.s5-c .slick-list {
    padding: 85px 0 10px 0;
}


.s5-c ul li:nth-child(2n) {
    transform: translateY(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s5-c ul li:nth-child(2n+1) {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s5-c ul li a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
    height: 350px;
    line-height: 350px;
    text-align: center;
    font-size: 0;
    position: relative;
    transition: all 0.3s;
    top: 0;
}

.s5-c ul li a>div {
    display: inline-block;
    vertical-align: middle;
}

.s5-c ul li a>div div {
    font-size: 0;
    line-height: 80px;
}

.s5-c ul li a>div div img {
    display: none;
    vertical-align: middle;
}

.s5-c ul li a>div div img:first-child {
    display: inline-block;
}

.s5-c ul li a div h3 {
    font-size: 26px;
    line-height: 28px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 60px;
}

.s5-c ul li a div p {
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #085ba8;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
}

.s5-c ul li a:hover {
    background: #085ba8;
    background-position: right bottom;
    top: -40px;
    box-shadow: 0px 6px 40px 3px rgba(30, 103, 170, 0.61);
}

.s5-c ul li a:hover::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, .27);
}

.s5-c ul li a:hover div div img {
    display: inline-block;
}

.s5-c ul li a:hover div div img:first-child {
    display: none;
}

.s5-c ul li a:hover div h3 {
    color: #fff;
}

.s5-c ul li a:hover div p {
    background: #fff;
    color: #1e67aa;
}

.section6 {
    background: url(../images/s6-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section6 .tit h2 {
    color: #fff;
}

.section6 .tit h2 span {
    background: #fff;
}

.section6 .tit h2::after {
    background: #fff;
}

.s6-c {
    position: relative;
}

.s6-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5760px;
    background: url(../images/s6-line.png) repeat-x;
    background-position: left 40px;
    animation: s6-line linear infinite 50s;
}



@keyframes s6-line {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.s6-c .slick-list {
    padding-top: 120px !important;
}

.s6-c ul li a {
    display: block;
    position: relative;
}

.s6-icon {
    max-width: 205px;
    border: 10px solid #2781d0;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s;
    font-size: 0;
}

.s6-c ul li:nth-child(2n) .s6-icon {
    max-width: 170px;
}

.s6-icon div {
    padding-top: 100%;
    border-radius: 50%;
    background: #fff;
}

.s6-c ul li:nth-child(5n+2) a {
    top: -40px;
}

.s6-icon div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    max-width: 40%;
    max-height: 40%;
    transition: all 0.3s;
}

.s6-icon div img:first-child {
    opacity: 1;
}

.s6-info {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.s6-info h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
}

.s6-info p {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

.s6-c ul li a:hover .s6-icon::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -25px;
    bottom: -25px;
    right: -25px;
    border-radius: 50%;
    border: 1px dashed #fff;
    background: rgba(255, 255, 255, 0.05);
}

.s6-c ul li a:hover .s6-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            #90caff 100%);
    box-shadow: 0px 1px 49px 1px rgba(0, 2, 3, 0.27);
}

.s6-c ul li a:hover .s6-icon div {
    background: #085ba8;
    background-image: linear-gradient(0deg,
            #085ba8 0%,
            #137dde 100%);
    box-shadow: 0px 1px 49px 1px rgba(0, 2, 3, 0.27);
}

.s6-c ul li a:hover .s6-icon div img {
    opacity: 1;
}

.s6-c ul li a:hover .s6-icon div img:first-child {
    opacity: 0;
}

.s6-c ul li a:hover .s6-icon {
    animation: s6-icon 10s infinite linear;
}

.s6-c ul li a:hover .s6-icon::before {
    animation: s6-icon2 10s infinite linear;

}

.s6-c ul li a:hover .s6-icon div {
    animation: s6-icon2 10s infinite linear;

}

.s6-c .slick-dots {
    position: static;
    margin-top: 70px;
}

.s6-c .slick-dots li {
    background: rgba(255, 255, 255, 0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 15px;
}

.s6-c .slick-dots li.slick-active {
    background: #fff;
}

@keyframes s6-icon {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);

    }
}

@keyframes s6-icon2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);

    }
}

.section7 {
    padding-top: 50px;
    position: relative;
    z-index: 9;
}

.s7-l {
    float: left;
    width: 47%;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s7-r {
    float: right;
    width: 48%;
}

.s7-lc {
    position: relative;
    padding-top: 25px;
}

.s7-lpics {
    width: 75%;
}

.s7-lpics ul li a {
    display: block;
}

.s7-lpics ul li a .pic {
    padding-top: 78.5%;
}

.s7-lbtns {
    position: absolute;
    right: 0;
    top: 10%;
    width: 25%;
    bottom: 10%;
    margin-top: 12px;
}

.s7-lbtns ul {
    height: 100%;
    background-color: #fbfafa;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.s7-lbtns ul li {
    height: 20%;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    position: relative;
    display: table;
    width: 100%;
    cursor: pointer;
}

.s7-lbtns ul li:first-child {
    border-top: none;
}

.s7-lbtns ul li p {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #333232;
    position: relative;
    z-index: 9;
}

.s7-lbtns ul li.on::before {
    content: "";
    position: absolute;
    left: -15%;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/s7-llibj.png) no-repeat;
    background-size: 100% 100%;
    z-index: 7;
}

.s7-lbtns ul li.on p {
    color: #fff;
    background: url(../images/s7-ljt.png) no-repeat;
    background-position: 5% center;
}

.s7-rc .slick-list {
    padding: 25px 0;
}

.s7-rc ul {
    margin: 0 -8px;
}

.s7-rc .slick-prev, .s7-rc .slick-next {
    display: none !important;
}

.s7-rc ul li:nth-child(2n) {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s7-rc ul li:nth-child(2n+1) {
    transform: translateY(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s7-rc ul li:nth-child(2n) a {
    margin-top: 20px;
}

.s7-rc ul li a {
    display: block;
    padding-top: 219.5%;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.s7-rc ul li a div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 8;
    transition: all 1s;
}

.s7-rc ul li a p {
    position: absolute;
    left: 15%;
    top: 15%;
    bottom: 15%;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    z-index: 9;
}

.s7-rc ul li a:hover div {
    transform: scale(1.1);
}

.s7-rbtn {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 9;
}

.s7-rbtn div {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .52);
    border: solid 1px rgba(121, 121, 121, .52);
    text-align: center;
    line-height: 45px;
    margin-left: 35px;
    cursor: pointer;
    color: #085ba8;
    font-weight: bolder;
    font-size: 20px;
    float: left;
    font-family: "宋体";
}

.s7-rbtn div:first-child {
    margin-left: 0;
}

.s7-rbtn div:hover {
    background-color: #085ba8;
    box-shadow: 0px 0px 8px 0px rgba(12, 80, 169, 0.57);
    color: #fff;
}

.footer {
    padding-top: 950px;
    margin-top: -450px;
    background: url(../images/foot-bj.png) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 8;
}


.s1-c.showdiv .s1-l, .s1-c.showdiv .s1-r, .s2-c.showdiv ul li:nth-child(2n), .s2-c.showdiv ul li:nth-child(2n+1), .section3>div.showdiv .s3-r, .section3>div.showdiv .s3-l, .section4>div.showdiv .s4-r, .section4>div.showdiv .s4-l, .s5-c.showdiv ul li:nth-child(2n+1), .s5-c.showdiv ul li:nth-child(2n), .section7>div.showdiv .s7-l, .section7>div.showdiv .s7-rc ul li:nth-child(2n), .section7>div.showdiv .s7-rc ul li:nth-child(2n+1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

@media screen and (max-width:1540px) {
    .banner-list .px1520::before {
        left: 325px;
    }
}

@media screen and (max-width:1400px) {
    .banner-list ul li a {
        font-size: 16px;
    }

    .section1 {
        padding-top: 170px;
    }

    .tit h2 {
        font-size: 30px;
    }

    .tit h3 {
        font-size: 36px;
    }

    .s1-l {
        width: 550px;
        margin-right: 20px;
    }

    .s1-rl {
        width: 49%;
    }

    .s1-rr {
        width: 49%;
    }

    .s1-rl ul li a {
        padding: 15px;
    }

    .s1-rl ul li a h3 {
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .s1-rl ul li a div {
        margin-top: 15px;
        padding-top: 15px;
    }

    .text-list2 li a {
        padding: 15px 0 15px 15px;
    }

    .text-list2 li a {
        line-height: 75px;
    }

    .text-list2-p img {
        margin-top: 13px;
    }

    .date2 p {
        padding-bottom: 10px;
    }

    .date2 span {
        padding-top: 10px;
    }

    .date2 {
        width: 65px;
    }

    .text-list2-p {
        padding-left: 15px;
        padding-right: 10px;
    }

    .text-list2-p p {
        line-height: 26px;
        height: 52px;
    }

    .dt-list2 {
        padding: 25px 15px;
    }

    .dt-list2 li .date {
        width: 75px;
    }

    .dt-list2 li .date span {
        font-size: 22px;
    }

    .dt-list2 li {
        padding: 20px 0;
    }

    .s3-r ul li a {
        line-height: 84px;
    }

    .s3-rinfo {
        padding: 0 15px;
    }

    .s4-l ul, .s4-r ul {
        padding: 20px 15px;
    }

    .s6-info h3 {
        font-size: 24px;
    }

    .s6-c .slick-dots {
        margin-top: 50px;
    }
}



@media screen and (max-width: 1220px) {
    .banner .slick-slide a p {
        padding-left: 10px;
        font-size: 24px;
    }

    .s1-l {
        margin-right: 20px;
    }

    .s6-c .slick-list {
        padding-top: 80px !important;
    }

    .s6-c .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .s7-lbtns ul li p {
        font-size: 14px;
    }

    .s7-l, .s7-r {
        width: 49%;
    }
}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .banner .slick-slide a p {
        font-size: 18px;
    }

    .banner .slick .slick-slide a::after {
        content: none;
    }

    .banner .slick .slick-dots li span {
        margin: 5px 0;
        font-size: 14px;
    }

    .banner .slick .slick-dots li.slick-active span {
        font-size: 18px;
    }

    .banner .slick .slick-dots {
        width: 45px;
    }

    .banner .slick .slick-dots li.slick-active::after {
        width: 20px;
    }

    .banner .slick .slick-dots li.slick-active::before {
        width: 15px;
        right: 0;
        height: 2px;
    }

    .banner-list {
        position: static;
        height: auto;
        padding-bottom: 10px;
        line-height: 60px;
    }

    .banner-list p {
        width: auto;
        float: none;
        margin-top: 0;
    }

    .banner-list ul {
        margin-top: 0;
        border-top: none;
        padding: 0 10px;
    }

    .banner-list .px1520::before, .banner-list::after {
        content: none;
    }

    .banner-list ul li a {
        line-height: 50px;
        padding-right: 10px;
    }

    .tit h2 {
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .tit h3 {
        top: 15px;
        font-size: 30px;
    }

    .section1, .section2, .section3, .section5 {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .s4-l {
        padding-top: 30px;
    }

    .s4-r {
        padding-top: 30px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-r {
        margin-top: 20px;
    }

    .s4-l ul li a, .s4-r ul li a {
        padding: 15px 0;
    }

    .s5-c .slick-list {
        padding-top: 40px;
    }

    .s5-c ul li a:hover {
        top: 0;
        box-shadow: none;
    }

    .s5-c ul li a {
        height: 260px;
        line-height: 260px;
    }

    .s5-c ul li a div h3 {
        font-size: 20px;
        margin: 15px 0 30px;
    }

    .s5-c ul li a>div div img {
        max-width: 50%;
    }

    .s6-info h3 {
        font-size: 20px;
    }

    .s6-c .slick-list {
        padding-top: 35px !important;
    }

    .s6-c .slick-dots {
        margin-top: 25px;
    }

    .s6-c ul li:nth-child(5n+2) a {
        top: 0;
    }
    .s7-l{
        float: none;
        width: auto;
    }
    .s7-r{
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .footer {
        background: url(../images/footer-bj.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: 35px;
        padding-top: 0 !important;
    }

}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        text-align: center;
    }

    .banner .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .banner .slick-slide a p {
        bottom: 5px;
        text-align: center;
        padding-right: 0;
        font-size: 16px;
    }

    .s1-rl, .s3-l, .s4-l {
        float: none;
        width: auto;
    }

    .s1-rr, .s3-r, .s4-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .s1-rl ul li:first-child a {
        margin-bottom: 20px
    }

    .section4::after {
        content: none;
    }

    .s4-r {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .s7-rc .slick-list{
        padding: 0;
    }

    .s7-rbtn div{
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
    }
    .s7-lbtns ul li.on p{
        background: none;
    }
    .s7-lbtns{
        margin-top: 0;
        width: 35%;
    }
    .s7-lpics{
        width: 90%;
    }
    .s7-lc{
        padding-top: 0;
    }

}

@media screen and (max-width: 480px) {}

@media screen and (max-height: 900px) {}

@media screen and (max-height: 900px) {}