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;
}

.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: 1.7981rem;
    -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;
}

.about-history-btit {
    font-size: 27px;
    color: #111111;
    margin-bottom: 30px;
}

.about-history-item {}

.about-history-left,
.about-history-right,
.about-his-box {
    float: left;
}

.about-his-box {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.about-history-left {
    height: 163px;
    width: 3.8rem;
    position: relative;
}

.about-history-date {
    font-size: 20px;
    color: #0081cc;
    padding-top: 0.3906rem;
    padding-bottom: 0.2rem;
}

.about-history-tit {
    width: 3.375rem;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    text-align: justify;
}

.about-history-tit a,
.about-history-tit a:hover {
    color: #333333 !important;
}

.about-history-right {
    padding-top: 20px;
    width: 12.3rem;
    margin-left: 0.625rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about-history-right img {
    margin-right: 15px;
    float: left;
    width: 184px;
    height: 122px;
    border-radius: 0.09rem;
    margin-bottom: 20px;
}

.about-history-mes {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: -0.0781rem;
    text-align: justify;
    float: right;
    width: calc(100% - 205px);
}

.about-history-mes a {
    color: #666666 !important;
}

.about-history-mes a:hover {}

.about-history-dian {
    position: absolute;
    width: 0.2031rem;
    height: 0.2031rem;
    background: url(../image/about-history-date.png) no-repeat;
    background-size: 0.2031rem 0.2031rem;
    right: -0.1094rem;
    top: 0.5938rem;
}

.about-history-more {
    width: 16.7813rem;
    height: 0.875rem;
    border-radius: 5px;
    font-size: 0.3125rem;
    line-height: 0.875rem;
    text-indent: 7.5938rem;
    color: rgba(255, 255, 255, 0.8);
    background: #0081cc url(../image/about-history-more.png) no-repeat 54% 54%;
    background-size: 0.2344rem 0.1406rem;
    cursor: pointer;
}

.about-history-list {
    height: auto;
    overflow: hidden;
}

.agg-page-right {
    margin-bottom: 1rem;
}

.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;
}

.about-profile-jieshao {
    position: relative;
    background: url(../image/about-jieshao-bg.png) bottom no-repeat;
    background-size: 100%;
}

.about-jieshao-tit {
    font-size: 27px;
    color: #111111;
    margin-bottom: 30px;
}

.about-profile-jieshao p,
.profile-vision-left p,
.about-profile-target p,
.about-profile-core p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-profile-jieshao:after,
.about-profile-vision:after,
.about-culture-jieshao:after,
.about-organize-jieshao:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.about-profile-vision {
    position: relative;
}

.profile-vision-left p {
    width: 6.0938rem;
    text-align: justify;
}

.profile-vision-left {
    float: left;
    margin-top: 2.4rem;
}

.profile-vision-right {
    float: right;
    margin-top: 30px;
    width: 8.3906rem;
    height: 6.0625rem;
}

.profile-vision-right img {
    width: 8.3906rem;
    height: 6.0625rem;
}

.profile-vision-left .about-jieshao-tit,
.about-profile-target .about-jieshao-tit {
    margin-bottom: 30px;
}

.about-profile-target {
    margin-top: 60px;
    position: relative;
    background: url(../image/about-profile-bg.png) no-repeat right bottom;
    background-size: 11rem 5.3438rem;
}

.about-profile-target p {
    margin-bottom: 20px;
}

.zrmb-left {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
}

.zrmb-right {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
    width: calc(100% - 26px) !important;
}

.profile-target-tit {
    font-size: 18px;
    color: #0081cc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.profile-target-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-out 0s;
}

.profile-target-item1 {
    width: 9.8rem;
    height: 6.25rem;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin-right: 0.2813rem;
    position: relative;
}

.profile-target-item2,
.profile-target-item3 {
    width: 6.6563rem;
    height: 2.9688rem;
    border-radius: 10px;
    margin-bottom: 0.3125rem;
    float: right;
    position: relative;
    overflow: hidden;
}

.about-profile-target p.profile-target-item-mes {
    position: absolute;
    bottom: 0.3906rem;
    left: 0.3906rem;
    width: 90%;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: justify;
}

.profile-targe-phone-img {
    display: none;
}

.about-profile-core {
    margin-top: 65px;
}

.agg-page-profile-right {
    margin-bottom: 1.0938rem
}

.about-team-btit {
    font-size: 27px;
    color: #111111;
    margin-bottom: 30px;
}

.about-team-left {
    float: left;
}

.about-team-left {
    position: relative;
}

.about-team-name {
    font-size: 20px;
    color: #0081cc;
    padding-top: 0.6rem;
    padding-bottom: 0.1rem;
}

.about-team-name a,
.about-team-name a:hover {
    color: #0081cc !important;
}

.about-team-position {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    width: 4.5rem;
}

.about-team-right {
    float: right;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 11.8125rem;
}

.about-team-mes {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: -0.0781rem;
    text-align: justify;
}

.about-team-item {
    position: relative;
}

.about-team-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.agg-page-team-right {
    margin-bottom: 0.625rem;
}

.about-culture-jieshao {
    position: relative;
}

.about-culture-jieshao p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-culture-jieshao:after {
    margin-top: 30px;
}

.about-culture-img {
    margin-top: 60px;
    margin-bottom: 1.4063rem;
}

.about-culture-img img {
    width: 7rem;
    height: 7rem;
}

.about-culture-img1 {
    float: right;
}

.about-culture-img2 {
    float: right;
}

.about-culture-img-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
}

.about-culture-img-mes {
    margin-bottom: 0.625rem;
    float: left;
    margin-top: .6rem;
}

.about-culture-img-mes span {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-right: 1rem;
}

.about-organize-jieshao {
    position: relative;
}

.about-organize-jieshao p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-organize-jieshao:after {
    margin-top: 35px;
}

.about-organize-img {
    margin-top: 1.9063rem;
}

.about-organize-img img {
    width: 16.7344rem;
    margin: 0 auto;
}

.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;
}

.gywm-nav,
.core-nav,
.phone-nav-2,
.development-nav {
    display: none;
}

.development-pdf {
    width: 5.6782rem;
    height: 3.7855rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.development-pdf img {
    width: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

.development-pdf .down-icon {
    width: 1.1514rem;
    height: 1.1356rem;
    top: 36%;
    left: 39%;
}

.down-icon {
    -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;
}

.development-pdf-tit {
    font-size: 17px;
    color: #111111;
    margin-top: 14px;
    width: 5.6782rem;
}

.agg-jieshao {
    position: relative;
    background: none;
    background-size: 100%;
}

.news-company-jieshao-tit {
    position: relative;
    font-size: 27px;
    color: #111111;
    margin-bottom: 40px;
}

.news-company-jieshao:after {
    content: "";
    position: absolute;
    top: 170%;
    right: 0;
    left: 0;
    width: 100%;
    height: 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;
}

.news-go-more {
    display: none;
}

.manage-jieshao-tit {
    position: relative;
    font-size: 27px;
    color: #111111;
    margin-bottom: 60px;
}

.manage-jieshao-tit: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);
}

.manage-jieshao p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.manage-action-map-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
    margin-top: 12px;
}

.manage-action-map img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0.3rem;
}

.hse-subtit,
.csr-subtit,
.fz-zl-subtit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-top: 0px;
    margin-bottom: 13px;
}

.hse-cont img,
.csr-cont img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.hse-cont1 img {
    margin-bottom: 50px;
}

.hse-cont1 {
    position: relative;
}

.hse-cont1:after {
    content: "";
    position: absolute;
    top: 97%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.csr-subtit {
    margin-top: 0.2563rem;
}

.report-cont {
    min-height: 470px;
}

.report-img-box {
    width: 8.2344rem;
    height: 5.1875rem;
    /* border-radius:10px; */
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0.3125rem;
    margin-right: 0.3125rem;
}

.report-img-box:nth-child(even) {
    margin-right: 0;
}

.report-img-box img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}

.system-cont-box {
    margin-top: 1.5rem;
}

.system-cont-1,
.system-cont-2 {
    border-bottom: dashed 1px rgba(0, 0, 0, 0.12);
}

.system-cont img {
    width: 100%;
}

.system-cont-left {
    float: left;
}

.system-cont-right {
    float: right;
}

.system-cont-1 .system-cont-tit {
    font-size: 18px;
    color: #0081cc;
    margin-bottom: 15px;
    margin-top: 30px;
}

.system-cont-1 p {
    width: 8.0469rem;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.system-cont-1 .system-cont-right {
    width: 7.0625rem;
    height: 5.0469rem;
    margin-bottom: 1rem;
}

.system-cont-2 .system-cont-left {
    width: 7.5938rem;
    height: 6.0313rem;
    margin-top: 0.75rem;
    margin-bottom: 0.8438rem;
}

.system-cont-2 p {
    width: 6.5313rem;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
    margin-top: 2.2rem;
}

.system-cont-3 p {
    width: 7.375rem;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
    margin-top: 2.6rem;
}

.system-cont-3 .system-cont-right {
    width: 5.3906rem;
    height: 5.4063rem;
    margin-top: 0.8594rem;
}

.system-cont-box img {
    width: 100%;
}

/*system new*/
.systemn-cont-box{}
.systemn-cont{}
.systemn-cont1:after,.systemn-cont2: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);
}
.systemn-cont-tit{
	font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-top: 0px;
    margin-bottom: 13px;
    padding-top:30px;
}
.systemn-cont1 .systemn-cont-tit{
    padding-top:0px;
}
.systemn-cont p{
	color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}
.systemn-cont img{
	display:block;
	margin:0 auto;
	width:15.2969rem;
	margin-bottom: 1rem;
}



.rd-cont-box p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.rd-cont-1 img {
    display: block;
    margin: 0 auto;
    width: 15.2969rem;
    /*height: 9.3281rem;*/
    margin-bottom: 1rem;
}

.rd-cont:after,
.train-cont-1: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);
}

.rd-cont-tit,
.train-cont-tit,
.cooperation-cont-titl {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    padding-top: 30px;
    padding-bottom: 15px;
}

.cooperation-cont-titl{
	padding-top: 0px;
}

.rd-cxzx-left {
    float: left;
}

.rd-cxzx-left p {
    width: 8.6563rem;
    margin-bottom: 0.3438rem
}

.rd-cxzx-right {
    float: right;
    width: 7.3906rem;
    height: 5.7969rem;
    border-radius: 0.1563rem;
    margin-bottom: 50px;
    margin-top: 5px;
}

.rd-cxzx-right img {
    width: 100%;
}

.rd-nonghua-img,
.train-cont-img1 {
    float: left;
    width: 8.1563rem;
    height: 5.1875rem;
    margin-bottom: 0.9375rem;
}

.rd-nonghua-img2,
.train-cont-img2 {
    float: right;
    width: 8.1563rem;
    height: 5.1875rem;
    margin-bottom: 0.9375rem;
}

.rd-nonghua-img img,
.rd-nonghua-img2 img,
.train-cont-img1 img,
.train-cont-img2 img {
    width: 100%;
}

.rd-nengyuan:after {
    display: none;
}

.rd-nengyuan .last-p {
    margin-bottom: 0;
}

.train-cont p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 18px;
    text-align: justify;
}

.train-cont-xiaji {
    /*border-bottom: dashed 1px rgba(0, 0, 0, 0.12);*/
}
.train-cont-xiaji img,.cooperation-cont-mes img {
	display:block;
	margin:0 auto;
	width:15.2969rem;
}
.cooperation-cont-mes img.w1074 {
    width:100%;
}

.train-cont-subtit {
    font-size: 17px;
    line-height: 17px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 17px;
}

.cooperation-cont-mes p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.cooperation-cont-item {
    width: 8.1563rem;
}

.cooperation-cont-item-1,
.cooperation-cont-item-3 {
    float: left;
}

.cooperation-cont-item-2,
.cooperation-cont-item-4 {
    float: right;
}

.cooperation-cont-img {
    width: 8.1563rem;
    height: 5.1875rem;
}

.cooperation-cont-img img {
    width: 100%;
}

.cooperation-cont-tit {
    height: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
}

p.fuzhu-stit {
    font-size: 18px;
    color: #0081cc;
    position: relative;
    margin-top: 54px;
    margin-bottom: 10px;
}

.fuzhu-stit:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
    margin-top: -28px;
}

.fuzhu-lin-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    line-height: 50px;
}

.fuzhu-lin-item a {
    color: #0081cc;
    font-size: 16px;
    display: block;
}

.fuzhu-link {
    margin-top: -19px;
}

.fuzhu-lianxi p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: justify;
}

.fz-fengge {
    margin-bottom: 30px !important;
}

.fz-lx-tit {
    color: #0081cc;
    font-size: 18px;
    margin-bottom: 7px;
}

.fuzhu-lianxi {
    padding-bottom: 20px;
    padding-top: 25px;
    position: relative;
}

.fuzhu-lianxi-1 {
    padding-bottom: 25px;
    padding-top: 0;
}

.fuzhu-lianxi:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.fuzhu-lianxi-1:before {
    width: 0;
}

.corethird-cont-item p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
    text-align: justify;
}

.corethird-cont-item: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);
}

.corethird-cont-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
    margin-top: 62px;
}

.corethird-cont-img1 {
    float: left;
    width: 8.1563rem;
}

.corethird-cont-dianci-img,
.corethird-cont-dianci-img img {
    width: 100%;
    height: 100%;
}

.corethird-cont-dianci-img {
    padding-bottom: 45px;
}

.corethird-cont-img2 {
    float: right;
    width: 8.1563rem;
}

.corethird-cont-img img {
    width: 100%;
}
.corethird-cont-img31, .corethird-cont-img32, .corethird-cont-img33{
    float: left;
    width: 5.3906rem;
    margin-right: 0.2813rem;


}
.corethird-cont-img33{
    float: left;
    margin-right: 0;
}
.corethird-cont-img31 img, .corethird-cont-img32 img, .corethird-cont-img33 img{
    width: 5.3906rem;
    height: 3.4531rem;
}



.corethird-cont-imgtit {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 20px;
}

.corethird-cont-tit-2 {
    margin-top: 30px;
}

.corethird-cont-img-last {
    width: 16.7813rem;
    border-radius: 8px;
}

.corethird-cont-img-mid {
    margin-bottom: 30px;
}

.corethird-cont-item-last:after {
    display: none;
}

.corethird-cont-link {
    padding-top: 30px;
    border-top: dashed 1px rgba(0, 0, 0, 0.14);
}

.corethird-cont-link-tit {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    margin-bottom: 0 !important;
}

.corethird-cont-link-go {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #0081cc !important;
    margin-bottom: 15px;
}

.corethird-cont-link-go-last {
    margin-bottom: 30px;
}

.corethird-cont-lf p {
    width: 10rem;
    text-align: justify;
}

.corethird-cont-mes {
    float: left;
}

.corethird-cont-img-right {
    float: right;
    width: 6.25rem;
    height: 5.875rem;
    border-radius: 8px;
    margin-bottom: 45px;
}

.corethird-cont-lf:after {
    visibility: visible;
}

.corethird-cont-img-right img {
    margin-top: 0.1563rem;
}

.corethird-cont-yiyao-img1 {
    width: 7.4219rem;
}

.corethird-cont-yiyao-img2 {
    width: 8.9063rem;
}

.corethird-cont-tit-jsyf {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
    margin-top: 62px;
}

.corethird-cont-img-jsyf {
    float: right;
    width: 6.25rem;
    height: 4.875rem;
    border-radius: 8px;
    margin-bottom: 45px;
    margin-top: 40px;
}

.cp-xilie-tit{
    font-size: 18px;
    color: #333333;
    padding-bottom: 17px;
    border-bottom: 1px dashed rgba(0,0,0,0.14);
}
.corethird-cont-tit-cp {
    margin-top: 40px;
}
.cp-xilie-item{
    border-bottom: 1px dashed rgba(0,0,0,0.14);
}
.cp-xilie-item-tit{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.cp-xilie-item-mes{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 15px;
}
.cp-xilie-img{
    /* padding: 30px 0; */
    border-bottom: 1px dashed rgba(0,0,0,0.14);
    padding-bottom: 30px;
}
.table-top-img.cp-xilie-img{
    border-bottom:none;
}
.cp-xilie{
    padding-bottom: 25px;
}
.core-mobiao-tit{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.stock-box,
.substitute-box {
    width: 5.6782rem;
    height: 199px;
    background: url(../image/box-bg1.png) no-repeat;
    border-radius: 10px;
    margin-bottom: 0.4732rem;
    cursor: pointer;
}

.stock-box .stock-daima {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: 80% 85%;
}

.stock-box:hover .stock-daima {
    background: url(../image/left-jiantou.png) no-repeat 90% 85%;
    background-size: 0.2997rem 0.2839rem;
}

.substitute-box {
    background: url(../image/box-bg2.png) no-repeat;
}

.stock-daima {
    font-size: 18px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0.5678rem;
}

.stock-mes {
    font-size: 48px;
    color: #ffffff;
    padding-top: .2rem;
    padding-left: 0.5678rem;
}

.stock-mes sup {
    display: inline-block;
    font-size: 0.6309rem;
    margin-left: -0.3155rem;
    line-height: 0.625rem;
    top: 0;
}

.stock-up-down {
    display: inline-block;
    width: 0.5836rem;
    height: 0.6467rem;
    background: url(../image/stock-up.png) no-repeat;
    background-size: 0.5836rem 0.6467rem;
    margin-bottom: 0.0789rem;
}

.stock-down {
    background: url(../image/stock-down.png) no-repeat;
    background-size: 0.5836rem 0.6467rem;
}

.stock-zdf {
    font-size: 16px;
    color: #ffffff;
    padding-left: 0.5678rem;
    margin-top: -0.0315rem;
}

.stock-zdf span {
    margin-right: 0.1893rem;
}

.stock-date {
    padding-left: 0.5678rem;
    font-size: 16px;
    margin-top: 0.2208rem;
    color: rgba(255, 255, 255, 0.6);
}

.substitute-daima {
    font-size: 22px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0.5678rem;
}

.substitute-mes {
    padding-left: 0.5678rem;
    font-size: 16px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.substitute-email {
    padding-left: 0.5678rem;
    font-size: 16px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.substitute-phone {
    padding-left: 0.5678rem;
    font-size: 16px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.bod-cont-top-tit,
.bod-cont-bottom-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 15px;
}

.bod-cont-bottom-tit,
.bod-cont-top-tit-2 {
    margin-top: 30px;
    margin-bottom: 16px;
}

.bod-cont-top-mes {
    padding-bottom: 24px;
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.bod-cont-top-mes:after,
.bod-cont-list-1:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.bod-cont-list-1 {
    padding-bottom: 0.6rem;
    position: relative;
}

.bod-cont-item {
    border-top: dashed 1px rgba(0, 0, 0, 0.12);
    position: relative;
}

.bod-cont-left {
    float: left;
}

.bod-cont-name {
    font-size: 20px;
    color: #333333;
    padding-top: 25px;
    padding-bottom: 5px;
}

.bod-cont-position {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    width: 4.5rem;
}

.bod-cont-right {
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 11.8125rem;
}

.bod-cont-jieshao {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: -0.0781rem;
    text-align: justify;
}

.operate-cont p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.operate-cont-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
}

.rongzhi-tit {
    font-size: 18px;
    line-height: 18px;
    color: #0081cc;
    margin-bottom: 20px;
}

.rongzhi-tit-ht {
    margin-top: 30px;
}

.rate-p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: justify;
}

.rate-box {
    position: relative;
}

.questions-item {
    border-top: 1px dashed rgba(0, 0, 0, 0.14);
}

.questions {
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.answers {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 15px;
}

.questions-left,
.answers-left {
    float: left;
}

.questions-right {
    float: right;
    width: calc(100% - 20px);
}

.answers-right {
    float: right;
    width: calc(100% - 33px);
}

.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;
}

.table-rongzhi:after,
.rate-box: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);
}

.table-top-img {
    height: auto;
}

.table-top-img a {
    cursor: zoom-in;
}

.table-top-img img {
    width: 100%;
    height: auto;
}

.table-rongzhi img {
    margin-bottom: 30px;
}

.invthird-conttit p {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 28px;
}

.invthird-conttit-first-p {
    padding-bottom: 20px !important;
}

.join-p p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
}

.join-p-1 p {
    width: 10.5rem;
}

.join-p-2 {
    display: none;
}

.jion-us-top {
    border-bottom: 2px solid #dddddd;
}

.join-us-top-zw,
.join-us-top-yq,
.join-us-top-dq {
    float: left;
    height: 50px !important;
    font-size: 16px;
    line-height: 40px !important;
    color: #888888 !important;
}

.join-us-top-zw,
.join-us-mes-zw {
    float: left;
    width: 8.2688rem;
    text-indent: 18px;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join-us-top-zw a,
.join-us-mes-zw a {
    color: #333333 !important;
}

.join-us-top-yq,
.join-us-mes-yq {
    float: left;
    width: 4.8563rem;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    color: #333333;
    text-indent: 5px;
}

.join-us-top-dq,
.join-us-mes-dq {
    float: left;
    width: 2.9688rem;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    color: #333333;
    overflow:hidden;
}

.jion-us-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.join-us-cont {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
    display: none;
}

.join-us-cont .indent {
    text-indent: 0;
    margin-left: 18px;
    line-height: 30px;
}

.join-us-go {
    width: 110px;
    height: 40px;
    background-color: #0081cc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 30px 0 30px 18px;
}

.join-us-go a {
    color: rgba(255, 255, 255, 0.8);
}

.join-us-mes {
    background: url(../image/phone-down.png) no-repeat 98% center;
    background-size: 16px;
}

.join-us-mes.on {
    background: #f8f8f8 url(../image/phone-up.png) no-repeat 98% center;
    background-size: 16px;
}

.jion-us-list {
    min-height: 450px;
}

.news-th-search {
    position: absolute;
    right: 0;
    top: 0;
}

.news-th-search select {
    width: 180px;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
    border: solid 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;
}

.news-th-search .div-item {
    float: left;
    height: 40px;
}
.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: 14px;
    cursor: pointer;
    background: #fff;
}
.news-th-search-input {
    float: left;
    width: 180px;
    height: 38px;
    line-height: 30px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    text-indent: 20px;
    color: #666666;
    outline: none;
}

.news-th-search-input-box i {
    width: 16px;
    height: 16px;
    background: url(../image/news-serch.png) no-repeat;
    background-size: 16px;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

.fz-map .level-0 {
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    width: 100%;
    line-height: 32px;
}

.fz-map .level-0-first {
    padding-top: 0px;
}

.fz-map .level-0 a {
    color: #0081cc !important;
    font-size: 18px;
    line-height: 33px;
}

.fz-map .sub-0 li {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #666;
    padding-top: 0px;
}

.fz-map .sub-0 li a {
    font-size: 16px;
    color: #666 !important;
}

/*only kcxfz-img start*/

.fz-zl-cont img{ width:100%; height:auto; margin:0 auto 10px; display:block;}
.fz-zl-cont .w970{ width:15.29rem;}
.fz-xxaq-cont1{ min-height:900px;}
@media screen and (max-width:960px) {
    .fz-zl-cont .w970{ width:100%; height:auto;}
    .fz-xxaq-cont1{min-height:620px;}
}
.fz-zl-cont .w278{ width:278px;}
@media screen and (max-width:278px) {
    .fz-zl-cont .w278{ width:100%;}
}
.fz-zl-cont .w668{ width:668px;}
@media screen and (max-width:668px) {
    .fz-zl-cont .w668{ width:100%;}
}
@media screen and (min-width:669px) and (max-width:1200px) {
    .fz-zl-cont .w668{ width:15.23rem;}
}
.fz-zl-cont .w556{ width:8.77rem;}
@media screen and (min-width:556px) and (max-width:960px) {
    .fz-zl-cont .w556{ width:16.27rem;}
}
@media screen and (max-width:556px) {
    .fz-zl-cont .w556{ width:100%;}
}
.fz-zl-cont .w532{ width:532px;}
@media screen and (max-width:532px) {
    .fz-zl-cont .w532{ width:100%;}
}
@media screen and (min-width:533px) and (max-width:600px) {
    .fz-zl-cont .w532{ width:26.8rem;}
}

.fz-zl-cont .w175{ width:175px;}
@media screen and (max-width:175px) {
    .fz-zl-cont .w175{ width:100%;}
}
/*only kcxfz-img end*/
/*gl start*/
.gl-cont4-item{ padding:28px 0 18px; border-bottom:1px dashed #e1e1e1; overflow:hidden;}
.gl-cont4-item .cont4-item-left{ width:186px; float:left; margin-right:28px;}
.gl-cont4-item .cont4-item-left img{ width:100%;}
.gl-cont4-item .cont4-item-right{ width:calc(100% - 216px); float:right;}
.gl-cont4-item .cont4-item-right h5{ font-size:20px; color:#0081cc; font-weight:normal; margin:20px 0}
.gl-cont4-item .cont4-item-right p{ font-size:16px; color:#999; margin-bottom:0;}
@media screen and (max-width: 960px) {
    .gl-cont4-item{ padding:18px 0 8px;}
    .gl-cont4-item .cont4-item-left{ width:120px; margin-right:15px;}
    .gl-cont4-item .cont4-item-right{ width:calc(100% - 135px);}
    .gl-cont4-item .cont4-item-right h5{ font-size:18px; margin:5px 0;}
}

/*gl end*/

/*hxsq start*/
.hxsq-cont2-item{ overflow:hidden;}
.hxsq-cont2-item .cont2-left{ width:49%; float:left;}
.hxsq-cont2-item .cont2-left img{ width:100%;}
.hxsq-cont2-item .cont2-right{ width:49%; float:right;}
.hxsq-cont2-item .cont2-right img{ width:100%;}
@media screen and (max-width: 960px) {
    .hxsq-cont2-item .cont2-left,.hxsq-cont2-item .cont2-right{ width:100%;}
    .hxsq-cont2-item .cont2-left img,.hxsq-cont2-item .cont2-right img{width:532px;}
}
@media screen and (max-width: 532px) {
    .hxsq-cont2-item .cont2-left,.hxsq-cont2-item .cont2-right{ width:100%;}
    .hxsq-cont2-item .cont2-left img,.hxsq-cont2-item .cont2-right img{width:100%;}
}
/*hxsq end*/




@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 .about-culture-jieshao,
    .sec2 .about-culture-img,
    .sec2 .about-history-btit,
    .sec2 .about-history-list,
    .sec2 .about-history-more,
    .sec2 .about-team-btit,
    .sec2 .about-team-list,
    .sec2 .about-organize-jieshao,
    .sec2 .about-organize-img,
    .sec2 .about-profile-jieshao,
    .sec2 .about-profile-vision,
    .sec2 .about-profile-target,
    .sec2 .about-profile-core {
        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 .about-culture-img,
    .sec2 .about-history-list,
    .sec2 .about-history-more,
    .sec2 .about-team-list,
    .sec2 .about-profile-vision {
        -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 .about-organize-img,
    .sec2 .about-profile-target {
        -webkit-transition-delay: 0.8s, 0.8s, 0s;
        -moz-transition-delay: 0.8s, 0.8s, 0s;
        -ms-transition-delay: 0.8s, 0.8s, 0s;
        -o-transition-delay: 0.8s, 0.8s, 0s;
        transition-delay: 0.8s, 0.8s, 0s;
    }

    .sec2 .about-profile-core {
        -webkit-transition-delay: 1.2s, 1.2s, 0s;
        -moz-transition-delay: 1.2s, 1.2s, 0s;
        -ms-transition-delay: 1.2s, 1.2s, 0s;
        -o-transition-delay: 1.2s, 1.2s, 0s;
        transition-delay: 1.2s, 1.2s, 0s;
    }

    .sec2.active .about-culture-jieshao,
    .sec2.active .about-culture-img,
    .sec2.active .about-history-btit,
    .sec2.active .about-history-list,
    .sec2.active .about-history-more,
    .sec2.active .about-team-btit,
    .sec2.active .about-team-list,
    .sec2.active .about-organize-jieshao,
    .sec2.active .about-organize-img,
    .sec2.active .about-profile-jieshao,
    .sec2.active .about-profile-vision,
    .sec2.active .about-profile-target,
    .sec2.active .about-profile-core {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .sec2 .manage-jieshao,
    .sec2 .manage-action-map,
    .sec2 .news-company-jieshao,
    .sec2 .news-company-list,
    .sec2 .rd-cont-box,
    .sec2 .system-cont-box,
    .sec2 .train-cont-box,
    .sec2 .cooperation-cont-mes,
    .sec2 .cooperation-cont-item-box,
    .sec2 .manage-jieshao-tit,
    .sec2 .corethird-cont,
    .sec2 .invthird-conttit,
    .sec2 .table-top-img,
    .sec2 .bod-cont-box,
    .sec2 .operate-cont,
    .sec2 .invthird-cont-table,
    .sec2 .rate-box,
    .sec2 .questions-box,
    .sec2 .report-list,
    .sec2 .news-th-search,
    .sec2 .jion-us-top,
    .sec2 .jion-us-list {
        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 {
        -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-list,
    .sec2.active .news-company-jieshao,
    .sec2.active .manage-action-map,
    .sec2.active .manage-jieshao,
    .sec2.active .rd-cont-box,
    .sec2.active .system-cont-box,
    .sec2.active .train-cont-box,
    .sec2.active .cooperation-cont-mes,
    .sec2.active .cooperation-cont-item-box,
    .sec2.active .manage-jieshao-tit,
    .sec2.active .corethird-cont,
    .sec2.active .invthird-conttit,
    .sec2.active .table-top-img,
    .sec2.active .bod-cont-box,
    .sec2.active .operate-cont,
    .sec2.active .invthird-cont-table,
    .sec2.active .rate-box,
    .sec2.active .questions-box,
    .sec2.active .report-list,
    .sec2.active .news-th-search,
    .sec2.active .jion-us-top,
    .sec2.active .jion-us-list {
        -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:1375px) and (min-width:961px) {
    .ZMenu-left-nav li.ninet {
        line-height: 30px;
        padding: 6px 0;
    }
}

@media screen and (min-width:1366px) {
    .corethird-cont-tit-jsyf {
        margin-top: 77px;
    }
}

@media screen and (min-width:1440px) {
    .corethird-cont-tit-jsyf {
        margin-top: 110px;
    }
}

@media screen and (min-width:961px) and (max-width:1600px) {
    .banner-btit {
        font-size: 66px;
    }

    .banner-stit {
        font-size: 26px;
    }

    .second-banner .banner-stit {}

    .link-nav a {
        font-size: 15px;
    }

    .join-p-1 {
        display: none;
    }

    .join-p-2 {
        display: block;
    }

    .join-p-2 p {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width:961px) and (max-width:1366px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 38%;
    }

    .stock-box,
    .substitute-box {
        height: 170px;
    }

    .stock-daima {
        font-size: 15px;
        padding-top: 15px;
    }

    .stock-mes {
        font-size: 44px;
    }

    .stock-zdf {
        font-size: 14px;
    }

    .stock-date {
        font-size: 14px;
    }

    .substitute-daima {
        font-size: 22px;
        color: #ffffff;
        padding-top: 20px;
    }

    .substitute-mes {
        font-size: 16px;
        margin-top: 10px;
    }

    .substitute-email {
        font-size: 14px;
        margin-top: 10px;
    }

    .substitute-phone {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (min-width:961px) and (max-width:1200px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 42%;
    }

    .system-cont-1 .system-cont-tit {
        margin-top: 0;
    }

    .system-cont-2 p {
        margin-top: 1.7rem;
    }

    .system-cont-3 p {
        margin-top: 1.9rem;
    }
}

@media screen and (min-width:961px) and (max-width:1100px) {
    .corethird-cont-mes {
        float: none;
        margin-bottom: 0;
    }

    .corethird-cont-lf p {
        width: 100%;
        text-align: justify;
    }

    .corethird-cont-img-right {
        float: none;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        padding-bottom: 45px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .corethird-cont-tit-2 {
        margin-top: 30px;
    }
}

@media screen and (min-width:961px) and (max-width:1055px) {
    .system-cont-1 .system-cont-tit {
        margin-top: 0;
    }

    .system-cont-1 .system-cont-right {
        margin-top: 20px;
    }

    .system-cont-2 p {
        margin-top: 1.4rem;
    }

    .system-cont-3 p {
        margin-top: 1.8rem;
    }
}

@media screen and (max-width:960px) {
    .pc-header {
        display: none;
    }

    .swiper-container.swiper-banner {
        width: 30rem;
    }

    .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,
    .swiper-pagination-fraction {
        text-align: center;
        right: 0;
        width: auto;
        bottom: 0.9464rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 2.4rem;
        height: 3px;
        margin-left: 0.48rem;
    }

    .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;
        margin-bottom: 30px;
    }

    .container {
        width: 26.8rem !important;
        margin: 0 auto;
    }

    .gywm-nav,
    .core-nav,
    .development-nav {
        display: block;
        float: right;
        width: 28.4rem;
        padding-left: 1.6rem;
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }

    .gywm-nav .swiper-slide,
    .core-nav .swiper-slide,
    .development-nav .swiper-slide {
        width: auto;
        margin-right: 1.7rem;
    }

    .gywm-nav .swiper-slide a,
    .core-nav .swiper-slide a,
    .development-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-swiper .swiper-button-next,
    .about-swiper .swiper-button-prev {
        display: none;
    }

    .gywm-nav .swiper-slide.onthis-c a,
    .core-nav .swiper-slide.onthis-c a,
    .development-nav .swiper-slide.onthis-c a {
        color: #0081cc;
    }

    .onthis-c {
        box-sizing: border-box;
        border-bottom: 2px solid #0081cc;
    }

    .about-jieshao-tit, .about-jieshao-tit, .about-team-btit, .about-profile-target .about-jieshao-tit,.profile-vision-left .about-jieshao-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-culture-jieshao p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about-culture-jieshao:after,
    .about-organize-jieshao:after,
    .about-profile-jieshao:after {
        margin-top: 25px;
    }

    .about-culture-img1,
    .about-culture-img2,
    .about-team-left,
    .about-team-right {
        float: none;
        display: block;
    }

    .about-culture-img img {
        width: 100%;
        height: 100%;
        margin-bottom: 25px;
    }

    .about-culture-img {
        margin-bottom: 3.6rem;
        margin-top: 45px;
    }

    .about-culture-img-tit {
        font-size: 20px;
        line-height: 54px;
        color: #0081cc;
        margin-bottom: 0;
        text-align: justify;
        margin-left: -0.2344rem;
    }

    .about-culture-img-mes {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .about-culture-img-mes span {
        float: none;
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-right: 1rem;
        display: block;
    }

    .about-organize-jieshao p,
    .about-profile-jieshao p,
    .about-profile-core p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about-organize-img {
        margin-top: 60px;
    }

    .about-organize-img img {
        width: 100%;
        height: 100%;
        margin-bottom: 2.4rem;
    }

    .about-team-name {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .about-team-position {
        font-size: 16px;
        line-height: normal;
        width: 100%;
    }

    .about-team-mes {
        font-size: 16px;
        line-height: 28px;
    }

    .about-team-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .profile-vision-left {
        float: none;
        margin-top: 50px;
    }

    .profile-vision-right {
        float: none;
        margin-top: 15px;
        width: 100%;
        height: 100%;
    }

    .profile-vision-left p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        width: 100%;
    }

    .about-profile-target p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        width: 100%;
    }

    .profile-vision-right img {
        width: 100%;
        height: 100%;
    }

    .profile-target-tit {
        font-size: 18px;
        margin-bottom: 0.5625rem;
    }

    .about-profile-core {
        margin-top: 60px;
    }

    .about-history-btit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-history-item {
        height: auto;
        border-left: 1px solid rgba(0, 0, 0, 0.14);
        position: relative;
    }

    .about-history-list {
        height: auto;
    }

    .about-history-left,
    .about-history-right {
        float: none;
        margin-left: 1.4rem;
    }

    .about-history-left {
        width: 100%;
        border-right: none;
        height: auto;
        margin-bottom: 20px;
    }

    .about-history-date {
        font-size: 18px;
        line-height: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .about-history-tit {
        width: 12.9rem;
        font-size: 16px;
        line-height: 28px;
    }

    .about-his-box {
        border-left: none;
    }

    .about-history-right {
        width: 25.2rem;
        height: auto;
    }

    .about-history-right img {
        margin-right: 0;
        float: none;
        width: 120px;
        height: 78px;
        position: absolute;
        top: 15px;
        right: 0;
        margin-bottom: 0px;
    }

    .about-history-mes {
        font-size: 16px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .about-history-dian {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 0.7rem 0.7rem;
        right: auto;
        top: 17px;
        left: -1.76rem;
    }

    .about-history-list {
        overflow: unset;
    }

    .about-history-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;
    }

    .news-company-jieshao-tit {
        font-size: 20px;
        line-height: 20px;
        color: #111111;
        margin-bottom: 13px;
    }

    .news-company-jieshao:after {}

    .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-day:after {}

    .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;
    }

    .manage-jieshao-tit {
        font-size: 20px;
        line-height: 20px;
        color: #111111;
        margin-bottom: 31px;
    }

    .manage-jieshao p {
        color: #666666;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    p.fuzhu-stit {
        font-size: 18px;
        color: #0081cc;
        position: relative;
        margin-top: 28px;
        margin-bottom: 10px;
    }

    .fuzhu-stit:before {
        margin-top: -16px;
    }

    .manage-action-map-tit {
        font-size: 16px;
        line-height: 16px;
        color: #0081cc;
        margin-bottom: 20px;
        margin-top: 12px;
    }

    .manage-action-map img {}

    .hse-subtit,
    .csr-subtit,
    .fz-zl-subtit {
        font-size: 18px;
        line-height: 18px;
        color: #0081cc;
        margin-top: 0;
        margin-bottom: 13px;
    }

    .hse-cont1 img {
        margin-bottom: 50px;
    }

    .csr-cont img {
        margin-bottom: 24px;
    }

    .report-img-box {
        float: none;
        width: 26.8rem;
        height: 16.9rem;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .rd-cont-tit {
        font-size: 18px;
        line-height: 18px;
        padding-top: 25px;
    }

    .train-cont-tit {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 18px;
        padding-top: 25px;
    }

    .rd-cont-box p {
        margin-bottom: 15px;
        margin-top: 0;
        width: 100%;
    }

    .rd-cont-1 img,
    .rd-cxzx-right,
    .rd-nonghua-img,
    .rd-nonghua-img2,
    .systemn-cont img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .rd-nonghua-img {
        margin-bottom: 15px;
    }

    .train-cont p,
    .cooperation-cont-mes p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .train-cont-img1 {
        float: left;
        width: 13.04rem;
        height: 8.28rem;
        margin-bottom: 30px;
    }

    .train-cont-img2 {
        float: right;
        width: 13.04rem;
        height: 8.28rem;
        margin-bottom: 30px;
    }

    .train-cont-subtit {
        font-size: 17px;
        line-height: 17px;
        margin-top: 24px;
        margin-bottom: 15px;
    }
    
    .train-cont-xiaji img,.cooperation-cont-mes img{
    	width:100%;
    }
    
    .cooperation-cont-item {
        float: none;
        width: 100%;
    }

    .cooperation-cont-img {
        width: 26.8rem;
        height: 17.04rem;
    }

    .cooperation-cont-tit {
        height: auto;
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .profile-target-item {
        display: none;
    }

    .profile-targe-phone-img {
        display: block;
        width: 26.8rem;
        height: 25.88rem;
    }

    .profile-targe-phone-img img {
        width: 100%;
    }

    .corethird-cont-item p {
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 15px;
        text-align: justify;
    }

    .corethird-cont-tit {
        font-size: 18px;
        line-height: 24px;
        color: #0081cc;
        margin-bottom: 12px;
        margin-top: 40px;
    }
    .corethird-cont-tit-cp {
    margin-top: 22px;
}

    .corethird-cont-tit-jsyf {
        margin-top: 25px;
    }

    .corethird-cont-tit-2 {
        margin-top: 40px;
    }

    .corethird-cont-img1 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .corethird-cont-yiyao-img1 {
        float: left;
        width: 100%;
    }

    .corethird-cont-img2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .corethird-cont-imgtit {
        margin-bottom: 10px;
    }

    .corethird-cont-img-last {
        width: 100%;
        border-radius: 8px;
    }

    .corethird-cont-link {
        padding-top: 17px;
    }

    .corethird-cont-dianci-img {
        padding-bottom: 25px;
    }

    .corethird-cont-link-tit {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #333333;
        padding-bottom: 16px;
        margin-bottom: 0 !important;
    }

    .corethird-cont-lf p {
        width: 100%;
        text-align: justify;
    }

    .corethird-cont-img-right {
        float: right;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .corethird-cont-link-go-last {
        margin-bottom: 20px;
    }

    .corethird-cont-img-mid {
        margin-bottom: 18px;
    }

    .corethird-cont-img31, .corethird-cont-img33{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .corethird-cont-img32{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .corethird-cont-img31 img, .corethird-cont-img32 img, .corethird-cont-img33 img{
        width: 100%;
        height: 100%;
    }
    .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;
    }

    .phone-nav-2 {
        display: block;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .phone-nav-2-item {
        float: left;
        font-size: 15px;
        color: #333333;
        line-height: 15px;
        padding: 15px 7px;
        background-color: #ffffff;
        border-radius: 8px;
        border: solid 1px #dddddd;
        margin-right: 8px;
	margin-bottom: 8px;
    }

   

    .phone-nav-2-item:last-child {
        margin-right: 0px;
    }

    .phone-nav-2-item a {
        line-height: 15px;
        font-size: 15px;
        color: #333333;
    }

    .phone-nav-2-item.nav-on {
        background-color: #0081cc;
        border: solid 1px #0081cc;
    }

    .phone-nav-2-item.nav-on a {
        color: #ffffff;
    }

    .table-top-img a {
        cursor: auto;
    }

    .bod-cont-top-mes {
        margin-bottom: 18px;
    }

    .bod-cont-bottom-tit,
    .bod-cont-top-tit-2 {
        margin-top: 18px;
    }

    .bod-cont-left,
    .bod-cont-right {
        float: none;
    }

    .bod-cont-position {
        width: 100%;
    }

    .bod-cont-top-mes {
        line-height: 28px;
    }

    .bod-cont-name {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .bod-cont-right {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }

    .invthird-conttit p {
        font-size: 16px;
        line-height: 16px;
        color: #333333;
        padding-bottom: 18px;
    }

    .operate-cont p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .table-rongzhi img {
        margin-bottom: 25px;
    }

    .rongzhi-tit-ht {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .rate-p {
        line-height: 28px;
        padding-bottom: 15px;
    }

    .questions {
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .answers {
        line-height: 28px;
        padding-bottom: 10px;
        /* padding-left:0.3125rem; */
    }

    .news-th-search {
        position: absolute;
        right: 0;
        top: -16px;
    }

    .join-us-top-zw,
    .join-us-mes-zw {
        width: 12.2688rem;
    }

    .join-us-top-yq,
    .join-us-mes-yq {
        width: 8.8563rem;
    }

    .join-us-top-dq,
    .join-us-mes-dq {
        width: 2.9688rem;
    }

    .fz-map .level-0 {
        padding-top: 10px;
    }

    .join-p-1 {
        display: none;
    }

    .join-p-2 {
        display: block;
    }

    .join-p-2 p {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width:700px) and (max-width:960px) {
    .system-cont-1 .system-cont-tit {
        margin-top: 30px;
    }

    .system-cont-1 p {
        width: 15.0469rem;
    }

    .system-cont-1 .system-cont-right {
        width: 10.0625rem;
        height: 8.0469rem;
        margin-top: 30px;
    }

    .system-cont-2 p {
        width: 14.5313rem;
        margin-top: 3rem;
    }

    .system-cont-2 .system-cont-left {
        width: 10.5938rem;
        height: 9.0313rem;
    }

    .system-cont-3 p {
        width: 16.375rem;
        margin-top: 3.5rem;
    }

    .system-cont-3 .system-cont-right {
        width: 8.3906rem;
        height: 8.4063rem;
    }

    .rd-cxzx-left p {
        width: 17.6563rem;
    }

    .rd-cxzx-right {
        float: right;
        width: 7.3906rem;
        height: auto;
    }

    .rd-nonghua-img {
        float: left;
        width: 13.04rem;
        height: 8.28rem;
        margin-bottom: 30px;
    }

    .rd-nonghua-img2 {
        float: right;
        width: 13.04rem;
        height: 8.28rem;
        margin-bottom: 30px;
    }

    .cooperation-cont-item-1,
    .cooperation-cont-item-3 {
        float: left;
    }

    .cooperation-cont-item-2,
    .cooperation-cont-item-4 {
        float: right;
    }

    .cooperation-cont-item {
        width: 13.1rem;
    }

    .cooperation-cont-img {
        width: 13.1rem;
        height: 8.5rem;
    }

    .cooperation-cont-tit {
        height: 56px;
    }

    .report-img-box {
        float: left;
        margin-right: 0 !important;
        margin-bottom: 20px;
        width: 13.1rem;
        height: 8.5rem;
    }

    .report-img-box:nth-child(even) {
        margin-right: 0;
        float: right;
    }

    .report-cont {
        min-height: auto;
    }

    .corethird-cont-item p {
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 15px;
        text-align: justify;
    }

    .corethird-cont-tit {
        font-size: 18px;
        line-height: 22px;
        color: #0081cc;
        margin-bottom: 12px;
        margin-top: 40px;
    }

    .corethird-cont-tit-jsyf {
        margin-top: 77px;
    }

    .corethird-cont-tit-2 {
        margin-top: 20px;
    }

    .corethird-cont-img1 {
        float: left;
        width: 13.1rem;
    }

    .corethird-cont-yiyao-img1 {
        float: left;
        width: 11.1rem;
    }

    .corethird-cont-img2 {
        float: right;
        width: 13.1rem;
    }

    .corethird-cont-img31, .corethird-cont-img33{
        float: left;
        width: 13.1rem;
        margin-right: 0;
    
    }
    .corethird-cont-img32{
        float: right;
        width: 13.1rem;
        margin-right: 0;
    }
    .corethird-cont-img31 img, .corethird-cont-img32 img, .corethird-cont-img33 img{
        width: 100%;
        height: 100%;
    }

    .corethird-cont-imgtit {
        margin-bottom: 20px;
    }

    .corethird-cont-img-last {
        width: 100%;
        border-radius: 8px;
    }

    .corethird-cont-link {
        padding-top: 17px;
    }

    .corethird-cont-link-tit {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #333333;
        padding-bottom: 16px;
        margin-bottom: 0 !important;
    }

    .corethird-cont-lf p {
        width: 15rem;
        text-align: justify;
    }

    .corethird-cont-img-right {
        float: right;
        width: 9.25rem;
        height: 8.875rem;
        border-radius: 8px;
        margin-bottom: 25px;
    }

    .corethird-cont-img-jsyf {
        float: right;
        width: 9.25rem;
        height: 7.5rem;
        border-radius: 8px;
        margin-bottom: 25px;
        margin-top: 40px;
    }
}

@media screen and (min-width:700px) and (max-width:800px) {
    .corethird-cont-tit-jsyf {
        margin-top: 60px;
    }
}

@media screen and (max-width:699px) {
    .rd-cont-tit {
        font-size: 18px;
        line-height: 18px;
        padding-top: 25px;
        margin-bottom: -20px;
    }

    .system-cont-1 .system-cont-tit {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: -10px;
        margin-top: 0;
    }

    .system-cont-1 p,
    .system-cont-2 p,
    .system-cont-3 p,
    .rd-cont-box p {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .system-cont-left,
    .system-cont-right,
    .rd-cxzx-left,
    .rd-cxzx-right,
    .rd-nonghua-img,
    .rd-nonghua-img2 {
        float: none;
    }

    .system-cont-1 .system-cont-right,
    .system-cont-2 .system-cont-left,
    .system-cont-3 .system-cont-right {
        width: 17.8rem;
        height: auto;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .corethird-cont-tit-3 {
        margin-top: 25px;
    }

    .news-th-search {
        position: relative;
        right: 0;
        top: 0;
        padding-top: 5px;
    }

    .news-th-search select {
        width: 37%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .news-th-search select.news-select2 {
        margin-right: 0;
    }

    .join-us-top-yq,
    .join-us-mes-yq {
        display: none;
    }

    .join-us-top-zw,
    .join-us-mes-zw {
        width: 18.2688rem;
        text-indent: 9px;
    }

    .join-us-top-dq,
    .join-us-mes-dq {
        width: 3.9688rem;
        margin-left: 20px;
	overflow: hidden;
    }
    .news-buttom {
    text-indent: 0;
    text-align: center;
}
.news-th-search .div-item {
    float: none;
}
}

@media screen and (max-width:600px) {

    .system-cont-1 .system-cont-right,
    .system-cont-2 .system-cont-left,
    .system-cont-3 .system-cont-right {
        width: 19.8rem;
        height: auto;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}