﻿.index {
    position: relative;
}

.nav-right {
    position: fixed;
    right: 15px;
    width: 85px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 16.83px 0.17px rgba(196, 196, 196, 0.4);
    text-align: center;
    background: #fff;
}

.nav-right ul li a {
    display: block;
    padding: 15px 0;
    text-align: center;
}

.nav-right ul li a.active {
    background: #2861db;
    background-image: linear-gradient(to bottom, #2d66e1, #154bc3);
}

.nav-right ul li a .icon {
    position: relative;
    height: 27px;
}

.nav-right ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.nav-right ul li a .icon img.nav-r-icon {
    z-index: 6;
}

.nav-right ul li a .icon img.nav-r-icon-other {
    z-index: -1;
}

.nav-right ul li a.active .icon img.nav-r-icon {
    z-index: -1;
}

.nav-right ul li a.active .icon img.nav-r-icon-other {
    z-index: 6;
}

.nav-right ul li a p {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.nav-right ul li a.active p {
    color: #fff;
}

.title {
    text-align: center;
}

.title {
    position: relative;
    text-align: center;
}

.title:after {
    content: "";
    position: absolute;
    left: 47%;
    top: 10px;
    width: 134px;
    height: 39px;
    transform: translateX(-50%);
    background: url(/lib/images/tit-bg.png) no-repeat center center;
}

.title h2 {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    padding-right: 250px;
    padding-left: 250px;
}

.sect1 .title {
    text-align: left;
}

.sect1 .title h2 {
    padding-left: 0;
}

.title h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 242px;
    height: 26px;
    background: url(/lib/images/tit-sm-bg.png) no-repeat center center;
    bottom: 20px;
}

.sect1 .title:after {
    left: 30px;
}

.title h2 span {
    position: relative;
    font-size: 50px;
    color: #164dc5;
    font-family: "pangzheng";
    font-weight: normal;
    z-index: 6;
}

.title h2 i {
    position: relative;
    font-size: 32px;
    color: #333333;
    font-family: "sisong";
    z-index: 6;
}

.title a {
    position: absolute;
    right: 0;
    padding-right: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    font-size: 14px;
    color: #666;
    transition: all .6s;
}

.section1 {
    padding-top: 25px;
    padding-bottom: 55px;
}

.sect1-l {
    float: left;
    width: 66%;
}

.sect1-l ul {
    margin-top: 30px;
}

.sect1-l ul li {
    float: left;
    width: 48%;
    position: relative;
    margin-left: 4%;
}

.sect1-l ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect1-l ul li a {
    position: relative;
    display: block;
}

.sect1-l ul li a .pic {
    padding-top: 65.85%;
}

.sect1-l ul li a .date {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 78px;
    height: 66px;
    background: url(/lib/images/date.png) no-repeat center center;
    background-size: cover;
    padding-top: 5px;
    text-align: center;
    font-family: "Century Gothic";
    color: #fff;
    box-sizing: border-box;
}

.sect1-l ul li a .date p {
    font-size: 28px;
}

.sect1-l ul li a .date span {
    display: inline-block;
    font-size: 15px;
}

.sect1-l ul li a .text {
    background-color: #fff;
    padding: 20px 15px 40px 15px;
    transition: all .3s;
    box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.15);
    /* background-position: center center; */
}

.sect1-l ul li a .text h2 {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    /* font-weight: normal; */
    height: 64px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sect1-l ul li a .text p {
    line-height: 28px;
    font-size: 14px;
    color: #999;
    height: 56px;
    overflow: hidden;
}

.sect1-l ul li:hover a .text {
    background: #1c53cc;
}

.sect1-l ul li:hover a .text h2 {
    color: #fff;
}

.sect1-l ul li:hover a .text p {
    color: #fff;
}

.sect1-r {
    float: right;
    width: 31.5%;
}

.date-list {
    margin-top: 20px;
}

.date-list>li {
    transition: all .3s;
}

.date-list>li:last-child {
    border-bottom: none;
}

.date-list>li a {
    display: block;
    padding: 13px 0;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 75px;
    height: 70px;
    /* border: 1px solid #6e9ccb; */
    background: #f1f5ff;
    text-align: center;
    color: #164dc5;
}

.date-list>li:hover a .date {
    background: #164dc5;
    color: #fff;
}

.date-list>li a .date p {
    font-size: 30px;
    font-weight: lighter;
    line-height: 33px;
    padding-top: 10px;
}

.date-list>li a .date span {
    display: block;
    font-size: 14px;
    font-weight: lighter;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 35px;
    height: 70px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover a .text p {
    color: #2d66e1;
    text-decoration: underline;
}

.sect1-r .title h2 {
    padding-right: 150px;
}

.sect1-r .title h2::after {
    width: 140px;
    background-size: 140px auto;
    top: 60%;
}

.section2 {
    padding-top: 40px;
    padding-bottom: 100px;
    background: url(/lib/images/s2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect2 .title h2::after {
    background: url(/lib/images/s2-tit-r.png) no-repeat center center;
}

.title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    transform: translatey(-50%);
    width: 266px;
    height: 15px;
    background: url(/lib/images/s2-tit-l.png) no-repeat center center;
}

.sect1 .title h2::before {
    display: none;
}

.sect2 .title h2 span {
    color: #fff;
}

.sect2 .title h2 i {
    color: #fff;
}

.sect2 .title:after {
    background: url(/lib/images/s2-tit-bg.png) no-repeat center center;
}

.sect2 ul {
    margin-top: 30px;
}

.sect2 ul li {
    float: left;
    width: 15%;
    margin-left: 2%;
    margin-top: 40px;
}

.sect2 ul li:nth-child(6n-5) {
    margin-left: 0;
}

.sect2 ul li a {
    display: block;
}

.sect2 ul li a .pic {
    padding-top: 44%;
}

.sect3 .title h2::before {
    background: url(/lib/images/s3-tit.png) no-repeat center center
}

.sect3-top {
    padding-top: 70px;
    padding-bottom: 50px;
}

.s3-t {
    margin-top: 65px;
}

.s3-t ul {
    margin: 0 -17.5px;
}

.s3-t ul li a {
    position: relative;
    display: block;
    margin: 0 17.5px;
    padding: 30px 25px;
    overflow: hidden;
    background: #f9f9f9;
}

.s3-t ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 99%;
    background: url(/lib/images/s3-txt-bg.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s;
}

.s3-t ul li:hover a::after {
    bottom: 0;
}

.s3-t ul li a .tpp {
    position: relative;
    float: left;
    width: 155px;
    z-index: 9;
}

.s3-t ul li a .tpp .pic {
    padding-top: 139.6%;
}

.s3-t ul li a .text {
    position: relative;
    overflow: hidden;
    padding-left: 25px;
    z-index: 9;
}

.s3-t ul li a .text h2 {
    line-height: 36px;
    font-size: 20px;
    color: #333;
    height: 72px;
    overflow: hidden;
    font-weight: normal;
}

.s3-t ul li:hover a .text h2 {
    color: #fff;
}

.s3-t ul li a .text p {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    height: 48px;
    overflow: hidden;
}

.s3-t ul li:hover a .text p {
    color: #fff;
}

.s3-t ul li a .text span {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    color: #999999;
}

.s3-t ul li:hover a .text span {
    color: #fff;
}

.sect3 .slick-prev {
    width: 40px;
    height: 55px;
    left: -55px;
    background: #eef3ff url(../images/jt-l.png) no-repeat center center;
    transition: all .3s;
}

.sect3 .slick-prev:hover {
    background: #2961da url(../images/jt-l-other.png) no-repeat center center;
}

.sect3 .slick-next {
    width: 40px;
    height: 55px;
    right: -55px;
    background: #eef3ff url(../images/jt-r.png) no-repeat center center;
    transition: all .3s;
}

.sect3 .slick-next:hover {
    background: #2961da url(../images/jt-r-other.png) no-repeat center center;
}

.s3-d ul {
    margin: 0 -10px;
}

.s3-d ul li {
    margin-top: 45px;
    margin-bottom: 60px;
}

.s3-d ul li a {
    display: block;
    padding: 15px;
    margin: 0 10px;
    padding-bottom: 0;
    transition: all .3s;
}

.s3-d ul li:hover a {
    box-shadow: 0px 2px 6.93px 0.07px rgba(196, 196, 196, 0.8);
}

.s3-d ul li a .pic {
    padding-top: 68.29%;
}

.s3-d ul li a .text {
    margin-top: 20px;
    border: 1px solid #f3f3f3;
    padding-bottom: 30px;
    border-top: none;
}

.s3-d ul li:hover a .text {
    border: 1px solid transparent;
}

.s3-d ul li a .text p {
    font-size: 20px;
    color: #333;
    text-align: center;
}