.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 90px;
    background: url(../images/header-bg.png) no-repeat center center;
    background-size: cover;
    z-index: 999;
}

.header.on {
    background-color: #094e8c;
    padding-bottom: 0;
}

.head {
    padding: 25px 35px;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    text-align: right;
}

.link-top {
    position: relative;
    line-height: 40px;
}

.link-top a {
    font-size: 16px;
    color: #fff;
}

.link-top a:hover {
    color: rgba(255, 255, 255, .7);
}

.link-top span {
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
}

.link-top img {
    vertical-align: middle;
    cursor: pointer;
}

.nav {
    margin-top: 15px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding: 0 30px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.nav>ul>li ul {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid #064882;
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #1f4880;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.search {
    display: inline-block;
    width: 265px;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    background-color: #4072ac;
    padding: 0 15px;
    font-size: 0;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 30px;
    z-index: 1001;
}

.search input[type="text"] {
    padding-left: 10px;
    width: 210px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

@font-face {
    font-family: 'sySong';
    src: url('sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.section1 {
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../images/section1-bg.png) no-repeat center right;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 50%;
}

.sect1-r {
    float: right;
    width: 46%;
}

.title {
    overflow: hidden;
    line-height: 36px;
}

.title h2 {
    float: left;
}

.title h2 img {
    vertical-align: middle;
    padding-right: 20px;
}

.title h2 span {
    font-size: 26px;
    color: #333;
    font-family: 'sySong';
    vertical-align: middle;
}

.title a {
    float: right;
    font-size: 14px;
    color: #333;
}

.title a:hover {
    color: #064882;
}

.news>ul {
    margin-top: 50px;
}

.news>ul>li {
    padding: 20px 30px;
    background: url(../images/list-icon.png) no-repeat left center;
    border-bottom: 1px dashed #e5e5e5;
}

.news>ul>li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.news>ul>li a .text-other {
    display: none;
    transition: all .3s;
}

.news>ul>li.on {
    background: url(../images/news-list-bg.png) no-repeat center center;
    border-bottom: none;
    margin-bottom: 10px;
}

.news>ul>li.on a {
    color: #fff;
    transition: all .3s;
    background: url(../images/list-more.png) no-repeat right top;
}

.news>ul>li.on .text-other {
    display: block;
}

.news>ul>li a .text-other p {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.news>ul>li a .text-other .date {
    margin-top: 10px;
    padding-left: 30px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
}

.sect1-r ul {
    margin-top: 35px;
}

.sect1-r ul>li {
    padding-top: 15px;
    padding-bottom: 20px;
}

.sect1-r ul>li>a {
    display: block;
    overflow: hidden;
}

.sect1-r>ul>li>a .date {
    float: left;
    width: 85px;
    height: 85px;
    border: 1px solid #0e5596;
    background-color: #fff;
    text-align: center;
    margin-right: 25px;
}

.sect1-r ul>li>a .date p {
    line-height: 49px;
    font-size: 40px;
    color: #0e58a5;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.sect1-r ul>li>a .date span {
    display: block;
    line-height: 36px;
    background-color: #0e58a5;
    font-size: 16px;
    color: #fff;
}

.sect1-r ul>li>a .text {
    overflow: hidden;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px dashed #e5e5e5;
}

.sect1-r ul>li>a .text p {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

.sect1-r ul>li:hover>a .text p {
    font-weight: bold;
    color: #0e58a5;
}

.section2 {
    padding: 45px 0;
    background: url(../images/section2-bg.png) no-repeat center center;
    background-size: cover;
}

.dj {
    overflow: hidden;
    margin-top: 45px;
}

.dj-l {
    float: left;
    width: 46%;
}

.dj-l a {
    position: relative;
    display: block;
    width: 100%;
}

.dj-l .slick-prev {
    width: 26px;
    height: 65px;
    background: url(../images/sect2-l.png) no-repeat center center;
    z-index: 9;
}

.dj-l .slick-next {
    width: 26px;
    height: 65px;
    background: url(../images/sect2-r.png) no-repeat center center;
    z-index: 9;
}

.dj-l a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/sect2-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.dj-l a img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.dj-l a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.dj-l a .text p {
    font-size: 16px;
    color: #fff;
}

.dj-l a .text .date {
    padding-left: 22px;
    background: url(../images/dj-date.png) no-repeat left center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.dj-r {
    float: right;
    width: 50%;
}

.sect2 .title {
    position: relative;
}

.sect2 .title h2 {
    float: none;
    text-align: center;
}

.sect2 .title h2 span {
    color: #fff;
}

.sect2 .title a {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
}

.dj-r>ul>li {
    float: left;
    width: 47.5%;
    margin-left: 5%;
    box-sizing: border-box;
    height: 180px;
    margin-top: 30px;
    padding: 25px;
    transition: all .3s;
}

.dj-r>ul>li.child1 {
    background: url(../images/dj-r-tc1.png);
}

.dj-r>ul>li.child2 {
    background: url(../images/dj-r-tc2.png);
}

.dj-r>ul>li.child3 {
    background: url(../images/dj-r-tc3.png);
}

.dj-r>ul>li.child4 {
    background: url(../images/dj-r-tc4.png);
}

.dj-r>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.dj-r>ul>li a {
    display: block;
}

.dj-r>ul>li a h2 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    height: 60px;
    overflow: hidden;
}

.dj-r>ul>li a p {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    height: 48px;
    overflow: hidden;
}

.dj-r>ul>li:first-child {
    margin-top: 0;
}

.dj-r>ul>li:first-child+li {
    margin-top: 0;
}

.dj-r>ul>li a .date {
    margin-top: 10px;
    padding-left: 23px;
    background: url(../images/dj-date-other.png) no-repeat left center;
    font-size: 14px;
    color: #999;
}

.dj-r>ul>li:hover {
    transform: translate(5px);
}

.dj-r>ul>li:hover:nth-child(2n) {
    transform: translate(-5px);
}

.dj-r>ul>li:hover h2 {
    font-weight: bold;
    color: #0e58a5;
}

.section3 {
    padding: 50px 0;
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 46%;
}

.sect3-r {
    float: right;
    width: 46%;
}

.sect3 ul li {
    margin-top: 29px;
}

.sect3 ul li a {
    display: block;
    overflow: hidden;
}

.sect3 ul li a .tp {
    float: left;
    width: 180px;
    margin-right: 30px;
}

.sect3 ul li a .tp .pic {
    position: relative;
    /* padding-top: 77.78%; */
    overflow: hidden;
    width: 100%;
    height: 140px;
}

.sect3 ul li a .tp .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    transition: all .3s;
}

.sect3 ul li a .tp .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sect3 ul li a .text {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.sect3 ul li a .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sect3 ul li a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect3 ul li a .text .date {
    padding-left: 25px;
    margin-top: 10px;
    background: url(../images/dj-date-other.png) no-repeat left center;
    font-size: 14px;
    color: #999;
}

.sect3 ul li:hover a .text h2 {
    color: #064882;
}