html,
body {
    background: #fff;
}

.index-cont {
    width: 100%;
}

.phone-banner {
    display: none;
}

.second-banner .banner-btit,
.second-banner .banner-stit {
    color: #2f73b0;
}

.about-banner-btit,
.about-banner-stit {
    color: #ffffff !important;
}

.second-banner .banner-btit {
    left: 16%;
    top: 24%;
}

.second-banner .banner-stit {
    left: 16%;
    top: 37%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.2839rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.swiper-banner .swiper-button-next {
    background: url(../image/banner-rightpng1.png) no-repeat;
    right: 0.7886rem;
    left: auto;
    opacity: 0.2;
}

.swiper-banner .swiper-button-prev {
    background: url(../image/banner-left.png) no-repeat;
    left: 0.7886rem;
    right: auto;
    opacity: 0.2;
}

.swiper-banner:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-banner:hover .swiper-button-next {
    opacity: 1;
}

.swiper-slide-active .scaleBg {
    width: 100%;
    visibility: visible;
    -webkit-animation: scale-bg 1s linear;
    animation: scale-bg 1s linear;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../font/SourceHanSansCN-ExtraLight.eot');
    src: url('../font/SourceHanSansCN-ExtraLight.eot') format('embedded-opentype'), url('../font/SourceHanSansCN-ExtraLight.woff2') format('woff2'), url('../font/SourceHanSansCN-ExtraLight.woff') format('woff'), url('../font/SourceHanSansCN-ExtraLight.ttf') format('truetype'), url('../font/SourceHanSansCN-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.banner-btit {
    position: absolute;
    left: 29.6%;
    top: 35%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 0.2208rem;
    opacity: 1;
}

.banner-stit {
    position: absolute;
    left: 29.6%;
    top: 48%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2208rem;
    opacity: 1;
}
.news-select1 option:nth-of-type(3),.news-select1 option:nth-of-type(9){display:none;}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    right: 2.5237rem;
    width: auto;
    bottom: 0.9464rem;
}

.swiper-pagination-bullet {
    width: 0.9464rem;
    height: 0.0789rem;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1262rem;
}

.banner-scrol {
    position: absolute;
    right: 48.7%;
    opacity: 0;
    bottom: 0.7886rem;
    z-index: 100;
    animation: appearFromTB1 2s ease 1s infinite both;
}

.banner-scrol img {
    width: 0.7098rem;
    height: 1.6877rem;
}

.banner-scrol .scroll {
    -webkit-animation: appearFromTB1 2s ease 1s infinite both;
    -moz-animation: appearFromTB1 2s ease 1s infinite both;
    -ms-animation: appearFromTB1 2s ease 1s infinite both;
    -o-animation: appearFromTB1 2s ease 1s infinite both;
    animation: appearFromTB1 2s ease 1s infinite both;
}

@-webkit-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes appearFromTB1 {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.link-nav {
    display: block;
    width: 23.6593rem;
    background: url(../image/link-home.png) no-repeat left;
    margin: 38px auto 51px;
    font-size: 18px;
    color: #666666;
    background-size: 16px;
}

.link-nav a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
}

.link-home {
    margin-left: 25px !important;
}

.link-nav a {
    margin: 0 0.1rem;
}

.link-nav-jiantou {
    display: inline-block;
    width: 0.142rem;
    height: 0.2208rem;
    background: url(../image/img-go.png) no-repeat;
}

.agg-page-left {
    width: 6.735rem;
    float: left;
    position: relative;
}

.agg-page-right {
    width: 16.9243rem;
    float: left;
    position: relative;
}

.investor-right {
    width: 16.9243rem;
    float: left;
}

.ZMenu-left {
    width: 5.6782rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.7886rem;
}

.side-tit {
    width: 4.6057rem;
    font-size: 27px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ZMenu-left-nav li {
    width: 4.6057rem;
    height: auto;
    line-height: 55px;
    font-size: 17px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ZMenu-left-nav-a {
    font-size: 17px;
    color: #333333 !important;
}

.side-more-link {
    background: url(../image/side-more-on.png) no-repeat center right;
}

.ZMenu-left-nav li:hover a {
    color: #0081cc !important;
}

.side-more-link:hover {
    background: url(../image/side-more-link1.png) no-repeat center right;
}

.ZMenu-left {
    position: relative;
}

.ZMenu-left-label {
    position: absolute;
    width: 3px;
    height: 27px;
    background: #0081cc;
    right: 0;
    top: 77px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.topwz {
    top: 77px !important;
}

.child-item-nav {
    display: none;
}

.child-item-nav li a {
    padding-left: 0.6309rem;
}

.side-more-link-down {
    background: url(../image/side-more-down.png) no-repeat center right;
}

.about-video {
    width: 5.6782rem;
    height: 3.7855rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.about-video img {
    width: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

.about-video .videop {
    background: #000;
    border-radius: 12px;
    z-index: 3;
    width: 5.6782rem;
    height: 3.7855rem;
    transform: scale(0.99);
}

.about-video-tit {
    font-size: 17px;
    color: #111111;
    margin-top: 14px;
    width: 5.6782rem;
}

.ZMenu-left-nav-active.on .ZMenu-left-nav-a {
    color: #0081cc !important;
}

.agg-jieshao {
    position: relative;
    background: none;
    background-size: 100%;
}

.news-company-jieshao-tit {
    font-size: 27px;
    color: #111111;
    margin-bottom: 30px;
}

.news-company-jieshao:after {
    content: "";
    position: absolute;
    top: 170%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.news-company-item {
    height: 120px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news-company-left {
    float: left;
}

.news-company-left {
    height: 70px;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    margin-top: 25px;
    padding-right: 20px;
    margin-right: 20px;
}

.news-company-day {
    font-size: 44px;
    line-height: 48px;
    color: #333333;
    position: relative;
    margin-bottom: 11px;
    margin-top: -4px;
}

.news-company-day:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 3px;
    width: 35px;
    height: 2px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
    margin-top: 3px;
}

.news-company-date {
    font-size: 14px;
    color: #666666;
    text-indent: 0.0313rem;
}

.news-company-right {
    float: left;
    height: 70px;
    margin-top: 25px;
    overflow: hidden;
    width: calc(100% - 105px);
}

.news-company-tit {
    font-size: 16px;
    color: #333333;
    margin-bottom: 1px;
}

.news-company-tit a {
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-company-tit a:hover {
    color: #0081cc;
}

.news-company-mes {
    font-size: 14px;
    line-height: 23px;
    color: #888888;
    text-align: justify;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ZMenu-left-nav-active.on .ZMenu-left-nav-a {
    color: #0081cc !important;
}

.agg-page-cont {
    position: relative;
    height: auto;
}

.about-aside-left {
    width: 1.7192rem;
    height: 2.2555rem;
    position: absolute;
    left: 0;
    top: 36%;
}

.about-aside-left img {
    width: 1.7192rem;
    height: 2.2555rem;
}

.about-aside-right {
    width: 1.8297rem;
    height: 2.2555rem;
    position: absolute;
    right: 0;
    top: 74%
}

.about-aside-right img {
    width: 1.8297rem;
    height: 2.2555rem;
}

.agg-nav {
    display: none;
}

.phone-banner {
    display: none;
}

.news-go-more {
    display: none;
}

.i-pager {
    height: auto;
    font-size: 16px;
    margin-top: 30px;
    text-align: right;
    clear: both;
    color: #666666;
    margin-bottom: 0.7813rem;
}

.i-pager-first,
.i-pager-prev,
.i-pager-next,
.i-pager-last,
.i-pager-item {
    display: inline-block;
    width: auto;
    min-width: 38px;
    height: 38px;
    margin-left: 6px;
    border-radius: 4px;
    border: solid 1px rgba(102, 102, 102, 0.3);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    padding: 0;
    color: #666666 !important;
}

.i-pager-next,
.i-pager-last,
.i-pager-first,
.i-pager-prev {
    font-size: 15px;
    padding: 0 0.2188rem;
    vertical-align: bottom;
    color: #666666 !important;
}

.i-pager-info {
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(102, 102, 102, 0.3);
    font-size: 16px;
    vertical-align: bottom;
    color: #666666;
    margin-left: 7px;
}

.i-pager-current {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
    line-height: 38px;
    border: none;
    color: #666666;
    padding: 0;
}

.i-pager-info-c {
    color: #0081cc;
    width: auto;
    text-align: center;
    display: inline-block;
    padding-right: 0;
    padding-left: 6px;
    line-height: 34px;
    border: none;
}

.i-pager-info-p {
    color: #666666;
    width: auto;
    text-align: center;
    display: inline-block;
    padding-left: 6px;
    line-height: 34px;
    border: none;
}

.i-pager-info-t {
    color: #666666;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    line-height: 38px;
    border: none;
}

.i-pager a:hover {
    color: #fff !important;
}

.news-down-tit {
    font-size: 22px;
    line-height: 26px;
    color: #0081cc;
    padding-top: 30px;
    padding-bottom: 30px
}

.news-down-gomore {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 26px;
    color: #666666 !important;
}

.news-down-ndbg:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.news-down-ndbg {
    position: relative;
}

.news-down-ndbg-list {
    padding-bottom: 30px;
}

.report-list {
    margin-top: -15px;
}

.report-list-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    padding-top: 0.3438rem;
}

.report-list-item-1 {
    padding-top: 0;
}

.report-tit,
.report-date {
    float: left;
    font-size: 15px;
    line-height: 50px;
    color: #666666;
}

.report-tit a {
    font-size: 16px;
    line-height: 50px;
    color: #333;
}

.report-date {
    float: right;
}

.news-down-tit {
    font-size: 18px;
    line-height: 26px;
    color: #0081cc;
    padding-top: 25px;
    padding-bottom: 22px;
}

.news-down-gomore {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 26px;
    color: #666666 !important;
    width: 55px;
    background: url(../image/down-go-more.png) no-repeat 82%;
    background-size: 8px 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.news-down-gomore:hover {
    background: url(../image/down-go-more2.png) no-repeat 100%;
    background-size: 17px 14px;
}

.news-down-ndbg-tit,
.news-down-ndbg-time {
    font-size: 16px;
    line-height: 55px;
    color: #333333;
}

.news-down-ndbg-tit a {
    font-size: 16px;
    line-height: 55px;
    color: #333333;
}

.news-down-ndbg-tit {
    float: left;
}

.news-down-ndbg-time {
    float: right;
}

.news-down-ndbg-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

.news-down-ndbg-item:last-child {
    border-bottom: none;
}

.news-down-ndbg {
    position: relative;
}

.news-down-ndbg-list {
    padding-bottom: 30px
}

.news-down-ndbg:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.news-down-xcc-item {
    width: 8.2344rem;
    height: 5.1875rem;
    float: left;
    /* margin-right:0.3125rem; */
    margin-bottom: 0.3125rem;
}

.news-down-xcc-item-2,
.news-down-xcc-item-4 {
    margin-right: 0;
    float: right;
}

.news-down-xcc-item img {
    width: 8.2344rem;
    height: 5.1875rem;
}

.news-down-xcc-box {
    padding-bottom: 30px;
}

.news-zyt-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-zyt-item {
    float: left;
    margin-right: 0.375rem;
    margin-bottom: 20px;
    width: 5.3438rem;
}

.zyt-video {
    width: 5.3438rem;
    height: 3.5625rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.zyt-video img {
    width: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

.zyt-video .zyt-videop {
    background: #000;
    border-radius: 12px;
    z-index: 3;
    width: 5.3438rem;
    height: 3.5625rem;
    transform: scale(0.99);
}

.news-zyt-box-4 .news-zyt-itemtit,
.news-zyt-box-6 .news-zyt-itemtit {
    height: 46px;
}

.news-zyt-itemtit {
    width: 5.3438rem;
    font-size: 16px;
    color: #333;
    padding-top: 12px;
    height: 46px;
}


.news-zyt-itemtit a {
    font-size: 16px;
    color: #333 !important;
}

.news-zyt-item-3,
.news-zyt-item-6,
.news-zyt-item-9 {
    margin-right: 0rem;
}

.news-zyt-box {
    padding-bottom: 15px;
}

.news-zyt-line {
    position: relative;
}

.news-zyt-line:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.news-th-search {
    position: absolute;
    right: 0;
    top: 0;
}

.news-th-search .div-item {

    float: left;

    height: 40px;
}

.news-th-search select {
    width: 160px;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
    border: solid 1.1px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    padding-left: 20px;
    color: #666666;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url(../image/news-down.png) no-repeat scroll 90% center transparent;
    background-size: 16px;
    float: left;
    margin-right: 10px;
}

.news-th-search select::-ms-expand {
    display: none;
}

.news-th-search select option {
    font-size: 15px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    color: #666666;
}

.news-th-search-input-box {
    float: left;
    outline: none;
    position: relative;
    border-radius: 4px;
    border: solid 1.1px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}

.news-th-search-input {
    float: left;
    width: 160px;
    height: 38px;
    line-height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    text-indent: 20px;
    color: #666666;
    outline: none;
}

.news-buttom {
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1.1px rgba(0, 0, 0, 0.15);
    color: #0081cc;
    width: 60px;
    font-size: 16px;
    text-indent: 4px;
    cursor: pointer;
    background: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

@media screen and (min-width:961px) {

    .sec1 .ZMenu-left,
    .sec1 .sticky {
        opacity: 0;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    .sec1 .sticky {
        -webkit-transition-delay: 0.4s, 0.4s, 0s;
        -moz-transition-delay: 0.4s, 0.4s, 0s;
        -ms-transition-delay: 0.4s, 0.4s, 0s;
        -o-transition-delay: 0.4s, 0.4s, 0s;
        transition-delay: 0.4s, 0.4s, 0s;
    }

    .sec1.active .ZMenu-left,
    .sec1.active .sticky {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .sec2 .news-company-jieshao,
    .sec2 .news-company-list,
    .sec2 .news-company-more,
    .sec2 .news-company-more,
    .sec2 .news-th-search,
    .sec2 .news-zyt-line,
    .sec2 .news-down-ndbg {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: 0.2s, 0.2s, 0s;
        -moz-transition-delay: 0.2s, 0.2s, 0s;
        -ms-transition-delay: 0.2s, 0.2s, 0s;
        -o-transition-delay: 0.2s, 0.2s, 0s;
        transition-delay: 0.2s, 0.2s, 0s;
    }

    .sec2 .news-company-list,
    .sec2 .news-company-more {
        -webkit-transition-delay: 0.4s, 0.4s, 0s;
        -moz-transition-delay: 0.4s, 0.4s, 0s;
        -ms-transition-delay: 0.4s, 0.4s, 0s;
        -o-transition-delay: 0.4s, 0.4s, 0s;
        transition-delay: 0.4s, 0.4s, 0s;
    }

    .sec2.active .news-company-jieshao,
    .sec2.active .news-company-list,
    .sec2.active .news-company-more,
    .sec2.active .news-th-search,
    .sec2.active .news-zyt-line,
    .sec2.active .news-down-ndbg {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@media screen and (max-width:960px) {
    .onthis-c {
        box-sizing: border-box;
        border-bottom: 0.12rem solid #0081cc;
    }

    .gywm-nav .swiper-slide.onthis-c a {
        color: #0081cc;
    }

    .pc-header {
        display: none;
    }

    .swiper-container.swiper-banner {
        width: 30rem;
        height: 20.8rem;
    }

    .swiper-banner .swiper-button-prev,
    .swiper-banner .swiper-button-next,
    .banner-scrol img {
        display: none;
    }

    .second-banner .banner-btit {
        left: 11.5%;
        top: 17%;
        font-size: 2.64rem;
        letter-spacing: 0.16rem;
    }

    .second-banner .banner-stit {
        left: 13%;
        top: 40%;
        font-size: 1.12rem;
        letter-spacing: 0.36rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom {
        display: none;
    }

    .swiper-banner .swiper-slide {
        background: none !important;
    }

    .phone-banner {
        display: block;
    }

    .pc-banner {
        display: none;
    }

    .link-nav,
    aside,
    .agg-page-left {
        display: none;
    }

    .agg-page-cont {
        margin-top: 30px;
    }

    .agg-page-right {
        float: none;
        width: 26.8rem;
    }

    .container {
        width: 26.8rem !important;
        margin: 0 auto;
    }

    .agg-nav {
        display: block;
        float: right;
        width: 28.4rem;
        padding-left: 1.6rem;
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }

    .agg-nav .swiper-slide {
        width: auto;
        margin-right: 1.7rem;
    }

    .agg-nav .swiper-slide a {
        color: #333333;
        font-size: 16px;
        line-height: 60px;
        font-weight: bold;
    }

    .gywm-c a {
        color: #0081cc !important;
        border-bottom: .053rem solid #0081cc;
    }

    .about-jieshao-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-jieshao p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about-jieshao:after {
        margin-top: 25px;
    }

    .news-company-jieshao-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .news-company-jieshao:after {
        margin-top: 0;
    }

    .news-company-list {
        height: auto;
    }

    .news-company-item {
        height: 120px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    }

    .news-company-left {
        height: 70px;
        border-right: 1px solid rgba(0, 0, 0, 0.14);
        margin-top: 25px;
    }

    .news-company-day {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 9px;
    }

    .news-company-date {
        font-size: 14px;
        line-height: inherit;
    }

    .news-company-right {
        margin-top: 25px;
        height: 70px;
    }

    .news-company-tit {
        font-size: 16px;
        margin-bottom: 6px;
        height: 46px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: justify;
        line-height: 23px;
    }

    .news-company-tit a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: justify;
        white-space: normal;
    }

    .news-company-mes {
        display: none;
    }

    .news-go-more {
        display: block;
        background: url(../image/news-go-more.png) no-repeat right;
        background-size: 9px 14px;
    }

    .news-go-more a {
        display: block;
        font-size: 14px;
        color: #0081cc;
    }

    .news-company-more {
        width: 26.8rem;
        height: 3.76rem;
        border-radius: 0.4rem;
        font-size: 1.2rem;
        line-height: 3.76rem;
        text-indent: 10.56rem;
        background: #0081cc url(../image/about-history-more.png) no-repeat 61% 54%;
        background-size: 0.88rem 0.48rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .i-pager {
        height: auto;
        font-size: 14px;
        margin-top: 30px;
        text-align: right;
        clear: both;
        color: #666666;
        margin-bottom: 0;
    }

    .i-pager-first,
    .i-pager-prev,
    .i-pager-next,
    .i-pager-last,
    .i-pager-item {
        display: inline-block;
        width: auto;
        min-width: 27px;
        height: 27px;
        margin-left: 5px;
        border-radius: 4px;
        border: solid 1px rgba(102, 102, 102, 0.3);
        text-align: center;
        line-height: 27px;
        font-size: 14px;
        padding: 0;
        color: #666666 !important;
    }

    .i-pager-next,
    .i-pager-last,
    .i-pager-first,
    .i-pager-prev {
        font-size: 15px;
        padding: 0 5px;
        vertical-align: bottom;
        color: #666666 !important;
    }

    .i-pager-info {
        display: block;
        height: 27px;
        background-color: #ffffff;
        border-radius: 4px;
        border: none;
        font-size: 15px;
        vertical-align: bottom;
        color: #666666;
        margin-left: 0.0938rem;
        margin-top: 5px;
        margin-bottom: 3.2rem;
    }

    .i-pager-current {
        width: auto;
        text-align: center;
        display: inline-block;
        padding-left: 6px;
        line-height: 27px;
        border: none;
        color: #666666;
    }

    .i-pager-info-c {
        color: #0081cc;
        width: auto;
        text-align: center;
        display: inline-block;
        padding-right: 0;
        padding-left: 6px;
        line-height: 2rem;
        border: none;
    }

    .i-pager-info-p {
        color: #666666;
        width: auto;
        text-align: center;
        display: inline-block;
        padding-left: 6px;
        line-height: 2rem;
        /* letter-spacing: 0.24rem; */
        border: none;
    }

    .i-pager-info-t {
        color: #666666;
        width: auto;
        text-align: center;
        display: inline-block;
        padding: 0 0.24rem;
        line-height: 2rem;
        border: none;
    }

    .i-pager a:hover {
        color: #fff !important;
    }

    .news-zyt-tit,
    .news-down-tit {
        font-size: 18px;
        line-height: 26px;
        color: #0081cc;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .news-zyt-box {
        padding-bottom: 15px;
    }

    .news-zyt-item {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .zyt-video {
        width: 26.8rem;
        height: 17.88rem;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }

    .zyt-video .zyt-videop {
        background: #000;
        border-radius: 12px;
        z-index: 3;
        transform: scale(0.99);
        width: 26.8rem;
        height: 17.88rem;
    }

    .news-zyt-itemtit {
        width: 26.8rem;
        font-size: 16px;
        color: #333;
        padding-top: 10px;
        height: auto !important;
    }

    .report-list {
        margin-top: -5px;
    }

    .news-down-xcc-box {
        padding-bottom: 20px;
    }

    .news-down-xcc-item {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .news-down-xcc-item img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:960px) and (min-width:700px) {
    .news-zyt-box {
        padding-bottom: 15px;
    }

    .news-zyt-item {
        float: left;
        margin-right: 0.375rem;
        margin-bottom: 20px;
        width: 13.1rem !important;
    }

    .zyt-video {
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        width: 13.1rem !important;
        height: 8.7rem !important;
    }

    .zyt-video .zyt-videop {
        background: #000;
        border-radius: 12px;
        z-index: 3;
        transform: scale(0.99);
        width: 13.1rem !important;
        height: 8.7rem !important;
    }

    .news-zyt-itemtit {
        font-size: 16px;
        color: #333;
        padding-top: 12px;
        width: 13.1rem !important;
    }

    .news-down-xcc-box {
        padding-bottom: 15px;
    }

    .news-down-xcc-item {
        float: left;
        /* margin-right:0.375rem; */
        margin-bottom: 0.375rem;
        width: 13.1rem !important;
        height: 8.7rem !important;
    }

    .news-down-xcc-item img {
        width: 13.1rem !important;
        height: 8.7rem !important;
    }

    .news-zyt-item-2,
    .news-zyt-item-4,
    .news-zyt-item-6,
    .news-zyt-item-8,
    .news-down-xcc-item-2,
    .news-down-xcc-item-4,
    .news-down-xcc-item-6,
    .news-down-xcc-item-8 {
        margin-right: 0rem;
        float: right;
    }

    .news-th-search select,
    .news-th-search-input {
        width: 140px;
    }

    .news-th-search {
        position: absolute;
        right: 0;
        top: -8px;
    }
}

@media screen and (min-width:961px) and (max-width:1250px) {

    .news-th-search select,
    .news-th-search-input {
        width: 130px;
    }
}

@media screen and (min-width:961px) and (max-width:1100px) {

    .news-th-search select,
    .news-th-search-input {
        width: 115px;
    }

    .news-zyt-box-3 .news-zyt-itemtit {
        height: 46px;
    }
}

@media screen and (min-width:961px) and (max-width:1000px) {

    .news-th-search select,
    .news-th-search-input {
        width: 110px;
    }

    .news-th-search select {
        padding-left: 10px;
    }

    .news-th-search-input {
        text-indent: 10px;
    }
}

@media screen and (min-width:961px) and (max-width:1600px) {
    .banner-btit {
        font-size: 66px;
    }

    .banner-stit {
        font-size: 26px;
    }
}

@media screen and (min-width:961px) and (max-width:1366px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 38%;
    }
}

@media screen and (min-width:961px) and (max-width:1200px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 42%;
    }
}

@media screen and (max-width:699px) {
    .news-th-search {
        position: relative;
        right: 0;
        top: 0;
        padding-top: 25px;
        padding-bottom: 20px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
        width: 100%;
    }

    .FormSearch.news-th-search {

        padding-bottom: 35px;

    }

    .news-th-search .div-item {
        float: none;

    }

    .news-th-search select {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .news-th-search select.news-select2 {
        margin-right: 0;
    }

    .news-th-search-input-box {
        float: left;
        outline: none;
        position: relative;
        width: 80.5%;
        margin-right: 2%;
    }

    .news-th-search-input {
        width: 100%;
    }

    .news-buttom {
        width: 16%;
        text-indent: 0;
        text-align: center;
    }
}