@charset "utf-8";
/****** 首页 ******/

.warp {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.w1200 {
    width: 6rem;
    margin: 0 auto;
    overflow: hidden;
}

.bg-color {
    background: #efefef;
}

.bg-color2 {
    background: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 内容 */

.header {
    width: 100%;
    overflow: visible;
    float: left;
    background: #fff;
    position: relative;
}

.w1350 {
    width: 6rem;
    margin: 0 auto;
}

.header .top-box {
    width: 100%;
    height: auto;
    float: left;
}

.header .top-box ul {
    width: 100%;
    float: left;
}

.header .top-box ul li {
    padding: 0.13rem 0rem;
    float: left;
    font-size: 0.12rem;
    color: #02509a;
    margin-left: 0.2rem;
}

.header .top-box ul li:first-child {
    margin-left: 0rem;
}

.header .top-box ul li span img {
    margin-top: 0.02rem;
}

.header .top-box ul li a {
    color: #02509a;
}

.header .top-box ul .from-box {
    padding: 0rem 0rem;
    width: 2.65rem;
    height: 0.23rem;
    float: right;
    margin-left: 0rem;
    margin-top: 0.1rem;
    border-radius: 0.23rem;
    background: url("18149511.png") no-repeat center;
    background: #02509a;
    ;
}

.header .top-box ul .from-box input {
    display: block;
    width: 2.2rem;
    height: 0.2rem;
    float: left;
    margin: 0.02rem 0rem 0rem 0.1rem;
    line-height: 22rem;
    color: #fff;
    font-size: 0.12rem;
    background: #02509a;
}

.header .top-box ul .from-box button {
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    vertical-align: middle;
    float: right;
    margin: 0rem 0.02rem 0rem 0rem;
    border-radius: 50%;
    background: #02509a;
    ;
}

.header .top-box ul .from-box button img {
    margin-top: 0.03rem;
    width: 0.1rem;
}

.header .bottom-box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.header .bottom-box:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #f6f6f6;
    position: absolute;
    left: 0px;
    top: 0.95rem;
}

.header .bottom-box .header-logo {
    width: 100%;
    padding: 0.12rem 0rem 0.18rem 0rem;
    overflow: hidden;
    float: left;
    text-align: left;
}

.header .bottom-box .header-logo img {
    height: 0.65rem;
}

.header-nav {
    width: 100%;
    overflow: hidden;
    float: left;
}

.header-nav>ul>li {
    width: 33.333%;
    height: 0.80rem;
    line-height: 0.80rem;
    float: left;
    font-size: 0.18rem;
    text-align: center;
    color: #181717;
    position: relative;
}

.header-nav ul li>a {
    display: block;
    height: 100%;
    color: #181717;
}

.header-nav>ul>li:first-child {
    display: none;
}

.header-nav>ul>li:hover {
    background: #014099;
}

.header-nav>ul>li>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.8rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: solid 2px #dc3014;
    background: #014099;
}

.header-nav>ul>li>a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-nav>ul>li>a:hover {
    color: #fff;
}

.header-nav .subNavCon {
    display: none !important;
    position: absolute;
    left: 0px;
    top: 83px;
    width: 100%;
    height: auto;
    background: #fff;
}

.header-nav .subNavCon dl dd {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    position: relative;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.header-nav .subNavCon dl dd a {
    color: #222;
}

.header-nav .subNavCon dl dd:hover {
    background: #f62b2b;
}

.header-nav .subNavCon dl dd:hover a {
    color: #fff;
}

.content {
    width: 100%;
    /* overflow: hidden; */
    float: left;
}

/*.content a:hover {*/

/*color: #0e4b92!important;*/

/*}*/

/*.content img {*/

/*transition: all 1s;*/

/*}*/

/*.content img:hover {*/

/*transform: scale(1.1);*/

/*}*/

.content-boxs {
    width: 100%;
    /* overflow: hidden; */
    float: left;
}

.one {
    background: #fff;
}

.one .swiper-box {
    width: 100%;
    overflow: hidden;
    float: left;
}

.one .swiper-box .device {
    width: 100%;
    height: 3.88rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.one .swiper-box .device .arrow-left {
    background: url(/www/images/left-arrow.png) no-repeat center;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    margin-top: -0.245rem;
    width: 0.54rem;
    height: 0.49rem;
    z-index: 99999;
    border-radius: 50%;
}

.one .swiper-box .device .arrow-right {
    background: url(/www/images/right-arrow.png) no-repeat center;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.245rem;
    width: 0.54rem;
    height: 0.49rem;
    z-index: 99999;
    border-radius: 50%;
}

.one .swiper-box .swiper-container {
    width: 100%;
    overflow: hidden;
}

.one .swiper-box .swiper-wrapper {
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.one .swiper-box .swiper-slide {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.one .swiper-box .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.one .swiper-box .swiper-slide a>img {
    width: 100%;
    height: 3.88rem;
    overflow: hidden;
    vertical-align: middle;
}

.animate-box {
    width: 70%;
    height: 2.4rem;
    overflow: hidden;
    position: absolute;
    left: 15%;
    top: 1.15rem;
    z-index: 999;
}

.animate-position {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.animate-box .img-height {
    width: 100%;
    overflow: hidden;
    float: left;
    visibility: hidden;
}

.animate-box .img-height img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.animate-box .animate-one {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.swiper-slide-active .animate-box .animate-one {
    animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    /* Safari 与 Chrome */
}

.swiper-slide-active .animate-box .animate-two {
    animation: myfirst2 2s;
    -webkit-animation: myfirst2 2s;
    /* Safari 与 Chrome */
}

.animate-box .animate-two {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0rem;
    bottom: 1rem;
    z-index: 999;
}

@keyframes myfirst {
    0% {
        position: absolute;
        top: -1.39rem
    }
    100% {
        position: absolute;
        top: 0rem;
    }
}

@-webkit-keyframes myfirst {
    /* Safari 与 Chrome */
    0% {
        position: absolute;
        top: -1.39rem;
    }
    100% {
        position: absolute;
        top: 0rem;
    }
}

@keyframes myfirst2 {
    0% {
        position: absolute;
        bottom: -0.5rem;
    }
    100% {
        position: absolute;
        bottom: 0rem;
    }
}

@-webkit-keyframes myfirst2 {
    /* Safari 与 Chrome */
    0% {
        position: absolute;
        bottom: -0.5rem;
    }
    100% {
        position: absolute;
        bottom: 0rem;
    }
}

.animate-box .animate-one img,
.animate-box .animate-two img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.one .swiper-box .pagination {
    position: absolute;
    left: 0rem;
    bottom: 0.1rem;
    width: 100%;
    text-align: center;
    height: auto;
    z-index: 999;
}


.one .swiper-box .swiper-pagination-switch {
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.one .swiper-box .swiper-active-switch {
    height: 0.08rem;
    background: #dc3014;
}

.two {
    height: 0.55rem;
    background: #f7f7f7;
}

.two .w1200 {
    overflow: visible;
}

.two .left {
    width: 1.30rem;
    height: 0.55rem;
    line-height: 0.55rem;
    float: left;
    text-indent: 2em;
    font-size: 0.14rem;
    color: #004485;
    border-right: solid 1px #fff;
    background: url("/www/images/notice.png") no-repeat center left;
    -webkit-background-size: 17%;
    background-size: 17%;
}

.two .right {
    width: 4.4rem;
    height: 0.55rem;
    float: left;
    margin-left: 0.1rem;
    position: relative;
}

.two .right .device {
    opacity: 0;
    width: 100%;
    height: 0rem;
    overflow: visible;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    top: -0.55rem;
}

.two .right .device .arrow-left {
    background: url(/www/images/small-left-arrow.png) no-repeat center;
    position: absolute;
    right: -0.15rem;
    top: 0rem;
    width: 0.1rem;
    height: 0.55rem;
    z-index: 99999;
}

.two .right .device .arrow-right {
    background: url(/www/images/small-right-arrow.png) no-repeat center;
    position: absolute;
    right: -0.25rem;
    top: 0rem;
    width: 0.1rem;
    height: 0.55rem;
    z-index: 99999;
}

.two .right .swiper-container {
    width: 100%;
    height: 0.55rem;
    color: #fff;
    text-align: center;
}

.two .right .swiper-wrapper {
    height: 0.55rem !important;
    float: left;
    transform: translate3d(0px, 0px, 0px);
}

.two .right .swiper-slide {
    width: auto !important;
    height: 100%;
}

.two .right .swiper-slide a {
    display: block;
    width: auto;
    height: 0.55rem;
    padding: 0rem 0rem 0rem 0.3rem;
    line-height: 0.55rem;
    font-size: 0.14rem;
    color: #222222;
}

.two .right .pagination {
    display: none;
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.two .right .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.two .right .swiper-visible-switch {
    background: #aaa;
}

.two .right .swiper-active-switch {
    background: #fff;
}

.two .right .picMarquee-top {
    width: 100%;
    height: 0.55rem;
    float: left;
}

.two .right .picMarquee-top .bd {
    height: 0.55rem;
}

.two .right .picMarquee-top .tempWrap {
    height: 0.55rem;
}

.two .right .picMarquee-top .tempWrap ul {
    height: 0.55rem;
}

.two .right .picMarquee-top .bd ul li {
    width: auto !important;
    padding: 0rem 0.25rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.14rem;
}

.three {
    height: auto;
    overflow: hidden;
    background: #fff;
}

.three .top {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 0.33rem;
}

.three .top .top-left-box {
    width: 98%;
    padding: 0rem 1% 0.4rem 1%;
    overflow: hidden;
    float: left;
    line-height: 0.38rem;
    font-size: 0.26rem;
    color: #222222;
    text-align: center;
    background: auto;
}


.three  .device .arrow-left {
    background: url(/www/images/small-left-arrow.png) no-repeat center;
    position: absolute;
    right: -0.15rem;
    top: 0rem;
    width: 0.1rem;
    height: 0.55rem;
    z-index: 99999;
}

.three  .device .arrow-right {
    background: url(/www/images/small-right-arrow.png) no-repeat center;
    position: absolute;
    right: -0.25rem;
    top: 0rem;
    width: 0.1rem;
    height: 0.55rem;
    z-index: 99999;
}

.three  .swiper-container {
    width: 100%;
    height: 0.55rem;
    color: #fff;
    text-align: center;
}

.three  .swiper-wrapper {
    height: 0.55rem !important;
    float: left;
    transform: translate3d(0px, 0px, 0px);
}

.three  .swiper-slide {
    /* width: auto !important; */
    height: 100%;
}

.three  .swiper-slide a {
    display: block;
    width: auto;
    height: 0.55rem;
    padding: 0rem 0rem 0rem 0.3rem;
    line-height: 0.55rem;
    font-size: 0.14rem;
    color: #222222;
}
.three .top .top-right-box {
    width: 217px;
    height: 80px;
    text-align: center;
    display: none;
}

.three .top .top-right-box img {
    width: 100%;
    height: 100%;
}

.three .bottom {
    width: 100%;
    overflow: visible;
    float: left;
    border-top: solid 1px #ececec;
}

.three .bottom .bottom-left-box {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
    float: left;
}

.three .bottom .bottom-left-box .device {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

/*.three .bottom .bottom-left-box .device .arrow-left {*/

/*background: url(left-arrow.png) no-repeat center;*/

/*position: absolute;*/

/*left: 175px;*/

/*top: 50%;*/

/*margin-top: -24.5px;*/

/*width: 65px;*/

/*height: 49px;*/

/*z-index: 99999;*/

/*}*/

/*.three .bottom .bottom-left-box .device .arrow-right {*/

/*background: url(right-arrow.png) no-repeat center;*/

/*position: absolute;*/

/*right: 175px;*/

/*top: 50%;*/

/*margin-top: -24.5px;*/

/*width: 54px;*/

/*height: 49px;*/

/*z-index: 99999;*/

/*}*/

.three .bottom .bottom-left-box .swiper-container {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}

.three .bottom .bottom-left-box .swiper-wrapper {
    width: 100%;
    height: 4.2rem !important;
    overflow: hidden;
}

.three .bottom .bottom-left-box .swiper-slide {
    width: 100%;
    height: 4.2rem !important;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.three .bottom .bottom-left-box .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.three .bottom .bottom-left-box .swiper-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
}

.three .bottom .bottom-left-box .swiper-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
    height: 0.78rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: left;
    text-indent: 1em;
    background: url("18149533.png") center;
}

.three .bottom .bottom-left-box .pagination {
    position: absolute;
    right: 0.2rem;
    bottom: 0.18rem;
    width: auto;
    text-align: center;
    height: auto;
    z-index: 999;
}

.three .bottom .bottom-left-box .swiper-pagination-switch {
    display: inline-block;
    width: 0.02rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    cursor: pointer;
    background: #fff;
}

.three .bottom .bottom-left-box .swiper-active-switch {
    height: 0.3rem;
    background: #dc3014;
}

.three .bottom .bottom-right-box {
    width: 100%;
    overflow: visible;
    float: right;
    margin-top: 0.4rem;
}

.three .bottom .bottom-right-box .nav-all-box {
    display: block;
    width: 100%;
    height: 0.40rem;
    float: left;
    overflow: visible;
}

.three .bottom .bottom-right-box .style-active {
    display: block;
}

.three .bottom .bottom-right-box .nav-all-box ul li {
    width: auto;
    height: 0.38rem;
    float: left;
    line-height: 0.28rem;
    margin-left: 0.3rem;
    font-size: 0.24rem;
    color: #0f0f0f;
    position: relative;
}

.three .bottom .bottom-right-box .nav-all-box ul li:first-child {
    margin-left: 0px;
}

.three .bottom .bottom-right-box .nav-all-box ul li a {
    color: #787878;
}

.three .bottom .bottom-right-box .nav-all-box ul .style-active {
    height: 0.35rem;
    line-height: 0.30rem;
    color: #004485;
    font-size: 0.24rem;
    font-weight: 600;
    transition: all 200ms ease;
    border-bottom: 2px solid red;
}

.three .bottom .bottom-right-box .nav-all-box ul .style-active a {
    color: #181717;
}

.three .bottom .bottom-right-box .nav-all-box ul .style-active:after {
    /* content: '';
    display: block;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    margin-top: -0.025rem;
    width: 0.04rem;
    height: 0.05rem;
    background: #e9350c; */
}

.three .bottom .bottom-right-box .nav-all-box ul .style-active:before {
    /* content: '';
    display: block;
    position: absolute;
    right: -0.1rem;
    top: 50%;
    margin-top: -0.025rem;
    width: 0.04rem;
    height: 0.05rem;
    background: #e9350c; */
}

.three .bottom .bottom-right-box .con-text-box {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

.three .bottom .bottom-right-box .con-text-box .con-ul-box {
    display: none;
    opacity: 0;
    width: 100%;
    height: 2.45rem;
    overflow: hidden;
    float: left;
}

.three .bottom .bottom-right-box .con-text-box .on-active {
    display: block;
    opacity: 1;
    transition: all 700ms ease;
}

.three .bottom .bottom-right-box .con-text-box .con-ul-box ul li {
    width: 100%;
    height: 0.4rem;
    float: left;
    line-height: 0.4rem;
    font-size: 0.14rem;
}

.three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-title {
    width: 70%;
    height: 0.4rem;
    float: left;
    overflow: hidden;
    text-align: left;
    text-indent: 1em;
    background: url("/www/images/blue-arrow.png") no-repeat center left;
}

.three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-time {
    width: auto;
    height: 0.4rem;
    float: right;
    font-size: 0.14rem;
    text-indent: 1.1em;
    text-align: left;
    color: #a0a0a0;
    background: url(/www/images/clock.png) no-repeat center left;
    background-size: 13%;
}

@media screen and (min-width:300px) and (max-width:350px) {
    .header .top-box ul li span img {
        margin-top: 0.09rem;
        width: 0.2rem;
    }
    .header .top-box ul .from-box {
        width: 60%;
        height: 0.35rem;
        float: left;
        margin-left: 20%;
    }
    .header .top-box ul .from-box button {
        width: 0.35rem;
        height: 0.35rem;
    }
    .header .top-box ul .from-box input {
        height: 0.32rem;
    }
    .header .top-box ul .from-box button img {
        width: 0.2rem;
        margin-top: 0.06rem;
    }
    .two .left {
        width: 1.5rem;
    }
    .two .right {
        width: 4.35rem;
    }
    .three .bottom .bottom-left-box .swiper-title {
        line-height: 0.8rem;
    }
    .three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-title {
        width: 73%;
    }
    .six-text-box .six-nav ul li {
        width: 0.48rem !important;
        padding: 0.081rem !important;
    }
    .six-text-box .six-nav ul .style-active {
        width: 0.48rem !important;
        padding: 0.15rem 0.1rem 0.24rem 0.1rem !important;
    }
    .footer .bottom .right .r-footer-nav ul li {
        margin: 0.1rem 0.05rem !important;
        text-indent: 0.23rem !important;
    }
}

@media screen and (min-width:351px) and (max-width:420px) {
    .header .top-box ul li span img {
        margin-top: 0.06rem;
        width: 0.2rem;
    }
    .header .top-box ul .from-box {
        width: 60%;
        float: left;
        margin-left: 20%;
    }
    .header .top-box ul .from-box {
        height: 0.35rem;
    }
    .header .top-box ul .from-box input {
        height: 0.32rem;
    }
    .header .top-box ul .from-box button {
        width: 0.3rem;
        height: 0.3rem;
    }
    .header .top-box ul .from-box button img {
        width: 0.2rem;
        margin-top: 0.05rem;
    }
    .three .bottom .bottom-left-box .swiper-title {
        line-height: 0.8rem;
    }
    .three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-title {
        width: 76%;
    }
    .six-text-box .six-nav ul li {
        width: 0.43rem !important;
        padding: 0.096rem !important;
    }
    .six-text-box .six-nav ul .style-active {
        width: 0.48rem !important;
        padding: 0.15rem 0.2rem 0.24rem 0.2rem !important;
    }
    .footer .bottom .right .r-footer-nav ul li {
        margin: 0.1rem 0.05rem !important;
        text-indent: 0.17rem !important;
    }
}

@media screen and (min-width:421px) and (max-width:1024px) {
    .animate-box {
        height: 1.11rem;
    }
    .two .left {
        background-size: 15%;
    }
    .three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-time {}
}

.three .bottom .bottom-right-box .zt-box {
    width: 5.7rem;
    height: 0.77rem;
    overflow: visible;
    float: left;
    margin-top: 0.3rem;
}

.three .bottom .bottom-right-box .device {
    width: 100%;
    height: 0.77rem;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}

.three .bottom .bottom-right-box .swiper-container {
    width: 100%;
    height: 0.77rem !important;
    overflow: hidden;
}

.three .bottom .bottom-right-box .swiper-wrapper {
    width: 100%;
    overflow: hidden;
}

.three .bottom .bottom-right-box .swiper-slide {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.three .bottom .bottom-right-box .swiper-slide a {
    display: block;
    width: 100%;
    height: 75px !important;
}

.three .bottom .bottom-right-box .swiper-slide img {
    width: 100%;
    height: 0.77rem !important;
    overflow: hidden;
    vertical-align: middle;
}

.three .bottom .bottom-right-box .pagination {
    position: absolute;
    right: -0.3rem;
    bottom: 0rem;
    width: 10px;
    text-align: center;
    height: auto;
    z-index: 999;
}

.three .bottom .bottom-right-box .swiper-pagination-switch {
    display: inline-block;
    width: 0.11rem;
    height: 2px;
    float: left;
    margin: 0.05rem 0rem;
    cursor: pointer;
    background: #0749a5;
}

.three .bottom .bottom-right-box .swiper-active-switch {
    width: 0.2rem;
    background: #dc3014;
}

.four {
    height: 8.25rem;
    margin-top: 0.50rem;
    background: url("18149515.png") no-repeat center top;
}

.four .w1350 {
    width: 95%;
    margin-left: 5%;
}

.four .four-lanmu {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 0.70rem;
}

.four .four-lanmu .lanmu-box {
    width: 100%;
}

.four .four-lanmu .lanmu-title {
    color: #004485;
}

.four .four-lanmu .lanmu-title a {
    color: #004485;
}

.four .four-text-box {
    width: 100%;
    float: left;
    margin-top: 0.45rem;
    overflow-x: scroll;
    overflow-y: hidden;
}

.four .four-text-box ul {
    width: 11.9rem;
    float: left;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

.four .four-text-box ul li {
    width: 2.3rem;
    height: 6.1rem;
    float: left;
    margin-left: 0.1rem;
    background: #fff;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.four .four-text-box ul li:first-child {
    margin-left: 0rem;
}

.four .four-name,
.four .four-text,
.four .four-more {
    width: 1.8rem;
    padding: 0rem 0.25rem 0rem 0.25rem;
    overflow: hidden;
    float: left;
}

.four .position-con {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 6.1rem;
    overflow: hidden;
}

.four .four-name .f-name-img {
    width: 100%;
    height: 1.04rem;
    text-align: left;
    margin-top: 0.3rem;
}

.four .four-name .f-name-img img {
    width: 1.04rem;
    height: 1.04rem;
}

.four .four-name .f-name-img .img02 {
    display: none;
    opacity: 0;
    width: 1.04rem;
    height: 1.04rem;
    transition: all 700ms ease;
}

.four .four-name p {
    font-size: 0.18rem;
    padding: 0.09rem 0rem;
    margin-top: 0.13rem;
    color: #222222;
    text-align: left;
    position: relative;
}

.four .four-name p:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 0.32rem;
    height: 0.03rem;
    background: #f3f3f3;
}

.four .four-text {
    height: 3.2rem;
    overflow: hidden;
    float: left;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.35rem;
    font-size: 0.16rem;
    color: #022222;
    text-align: justify;
    text-indent: 2em;
    border-bottom: solid 1px #e8e8e8;
}

.four .four-more span {
    display: block;
    width: 1.3rem;
    height: 0.5rem;
    float: left;
    font-size: 0.16rem;
    line-height: 0.5rem;
    text-align: left;
    background: url("18149518.png") no-repeat center right;
    -webkit-background-size: 15%;
    background-size: 15%;
}

.four .four-more span a {
    display: block;
    width: 100%;
    height: 100%;
}

.four .position-img {
    display: none;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: -1;
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
    transition: all 3s;
}

.four .position-img img {
    width: 100%;
    height: 100%;
}

.four .four-text-box ul li:hover .four-text {
    border-bottom: solid 1px #3572a6;
}

.four .four-text-box ul li:hover .f-name-img .img01 {
    display: none;
    opacity: 0;
}

.four .four-text-box ul li:hover .f-name-img .img02 {
    display: block;
    opacity: 1;
    transition: all 700ms ease;
}

.four .four-text-box ul li:hover .four-name p {
    color: #fff;
}

.four .four-text-box ul li:hover .four-text {
    color: #fff;
}

.four .four-text-box ul li:hover .four-more span a {
    color: #e9340b;
}

.four .four-text-box ul li .four-more:hover span a {
    letter-spacing: 1px;
    transition: all 1s;
}

.four .four-text-box ul li .position-con:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
}

.four .four-text-box ul li .position-con:hover:after {
    opacity: 0;
}

.four .four-text-box ul li .position-con:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("18149571.jpg") center;
    transition: all 1s;
}

.four .four-text-box ul li .position-con:hover:before {
    transform: scale(1.2);
    display: block;
    opacity: 1;
}

/*.four .four-text-box ul li .position-img img {*/

/*transition: all 1s;*/

/*}*/

/*.four .four-text-box ul li:hover .position-img img {*/

/*transform: scale(1.2);*/

/*}*/

.five {
    height: auto;
    padding: 0rem 0rem 0.4rem 0rem;
    background: url("18149531.jpg") center top;
}

.five .ss-company {
    width: 100%;
    overflow: hidden;
    float: left;
}

.five .ss-company ul li {
    display: none;
    width: 100%;
    overflow: hidden;
    float: left;
}

.five .ss-company ul .on-active {
    display: block;
}

.five .lanmu-box {
    margin-top: 55px;
}

.lanmu-box {
    width: 100%;
    overflow: hidden;
    float: left;
}

.lanmu-title {
    padding: 0px 0.15rem;
    float: left;
    line-height: 0.3rem;
    position: relative;
    font-size: 0.30rem;
    color: #fff;
}

.lanmu-title a {
    color: #fff;
}

.lanmu-title:after,
.lanmu-title:before {
    content: '';
    display: block;
    width: 4px;
    height: 5px;
    background: #e9350c;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

.lanmu-title:after {
    left: 0px;
}

.lanmu-title:before {
    right: 0px;
}

.lanmu-more {
    width: 20px;
    height: 30px;
    float: right;
    display: none;
}

.lanmu-more a {
    display: block;
    width: 100%;
    height: 100%;
}

.lanmu-more img {
    margin-top: 15px;
}

.five .five-text-box {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 0.35rem;
}

.five .five-text-box .left {
    width: 2.5rem;
    overflow: hidden;
    float: left;
    border-right: solid 1px #3d6d9a;
}

.five .five-text-box .left dl dt {
    width: 100%;
    float: left;
    margin-left: 0rem;
}

.five .five-text-box .left dl dt p {
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.12rem;
}

.five .five-text-box .left dl dt p:first-child {
    font-size: 0.2rem;
    line-height: 0.35rem;
    margin-bottom: 0.1rem;
}

.five .five-text-box .left dl dd {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 0.3rem;
    text-align: left;
}

.five .five-text-box .left dl dd img {
    width: 1.75rem;
}

.five .five-text-box .right {
    width: 3.2rem;
    overflow: hidden;
    float: right;
}

.five .five-text-box .right p {
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.14rem;
    text-indent: 2em;
    text-align: justify;
}

.five .five-text-box .right p a {
    color: #e9350c;
}

.six {
    height: auto;
    overflow: visible;
    padding: 0rem 0rem 0.8rem 0rem;
    background: url(18149516.jpg) no-repeat center top;
    background-position: 0rem 0.4rem;
}

.six-text-box {
    width: 100%;
    height: auto;
    overflow: visible;
    float: left;
}

.six-text-box .six-nav {
    width: 100%;
    float: left;
}

.six-text-box .six-nav ul li {
    width: 0.41rem;
    padding: 0.105rem;
    float: left;
    font-size: 0.14rem;
    text-align: center;
    color: #222;
    border-left: solid 1px #f4f4f4;
    background: #fff;
}

.six-text-box .six-nav ul li:first-child {
    border-left: 0px;
}

.six-text-box .six-nav ul li a {
    color: #222;
}

.six-text-box .six-nav ul .style-active {
    width: 0.5rem;
    padding: 0.15rem 0.2rem 0.24rem 0.2rem;
    color: #222;
    font-size: 0.16rem;
    border-left: solid 1px #004485;
    border-bottom: solid 2px #e9350c;
    background: #004485;
    transition: all 700ms ease;
}

.six-text-box .six-nav ul .style-active a {
    color: #fff;
}

.six-con {
    width: 100%;
    height: auto;
    float: left;
    overflow: visible;
    margin-top: 0.4rem;
}

.six-con ul li {
    display: none;
    opacity: 0;
    width: 100%;
    overflow: visible;
    float: left;
}

.six-con ul .on-active {
    display: block;
    opacity: 1;
    transition: all 700ms ease;
}

.six-con dl dd {
    width: 31.5%;
    height: 1.89rem;
    float: left;
    margin-left: 2.7%;
    margin-top: 0.2rem;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.six-con dl dd:first-child {
    margin-left: 0px;
}

.six-con dl dd:nth-child(4) {
    margin-left: 0px;
}

.six-con ul li dl dd a {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.six-con dl dd a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: url("18149468.jpg") no-repeat center;
}

.six-con dl dd a:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: url("18149469.jpg") no-repeat center;
    transition: all 1s;
}

.six-con dl dd a:hover:after {
    display: block;
    opacity: 1;
    transform: scale(1.2);
    /* 放大1.2倍 */
}

.six-con ul li dl dd a:hover:before {
    display: none;
    opacity: 0;
}

.six-con ul li dl dd:hover .six-ht-img {
    opacity: 0;
    display: none;
}

.six-con ul li dl dd:hover .six-hover-img {
    opacity: 1;
    display: block;
}

.six-con ul li dl dd:hover .six-dd-name {
    color: #fff;
}

.six-con dl dd .six-position-box {
    position: absolute;
    left: 0rem;
    top: 0.35rem;
    width: 100%;
    height: 1.55rem;
    overflow: hidden;
    float: left;
    position: relative;
}

.six-con dl dd .six-position-box p {
    text-align: center;
}

.six-con dl dd .six-position-box p img {
    width: 50%;
}

.six-con dl dd .six-position-box .six-dd-name {
    position: absolute;
    left: 0px;
    bottom: 0.1rem;
    width: 100%;
    min-height: 0.30rem;
    padding: 0.05rem 0rem 0rem 0rem;
    line-height: 0.25rem;
    text-align: center;
    font-size: 0.12rem;
    color: #222222;
}

.six-con dl dd .six-dd-name:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #f3f3f3;
}

.six-con dl .bg-img03 .six-position-box .six-dd-name {
    display: none;
}

.six-con dl .bg-img03 .six-position-box .wap-six-dd-name {
    display: block;
}

/* 内容 end */

/* 脚部 */

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.footer .top {
    width: 100%;
    height: 4.5rem;
    float: left;
    background: #004485;
}

.footer .top .w1200 {
    overflow: visible;
    position: relative;
}

.footer .top .top-box {
    width: 100%;
    overflow: visible;
    float: left;
    margin-top: 0.55rem;
}

.footer .top .top-box .top-b-left {
    width: 30%;
    float: left;
    padding: 0.48rem 0rem;
    font-size: 0.26rem;
    color: #4f83b4;
    text-indent: 1.5em;
    background: #063b7f;
    position: relative;
}

.footer .top .top-box .top-b-left span {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    width: 154px;
    height: 137px;
}

.footer .top .top-box .top-b-left span img {
    width: 100%;
    float: left;
}

.footer .top .top-box .top-b-left a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
}

.footer .top .top-box .top-b-center {
    width: 30%;
    float: left;
    padding: 0.48rem 0rem;
    float: left;
    margin-left: 3.333%;
    font-size: 0.26rem;
    color: #4f83b4;
    text-indent: 1.5em;
    background: #063b7f;
    position: relative;
}

.footer .top .top-box .top-b-center span {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    width: 154px;
    height: 131px;
}

.footer .top .top-box .top-b-center span img {
    width: 100%;
    float: left;
}

.footer .top .top-box .top-b-center a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
}

.footer .top .top-box .top-b-right {
    position: absolute;
    left: 0rem;
    top: 2.3rem;
    width: 98%;
    float: left;
    padding: 0.28rem 1% 0rem 1%;
    background: #063b7f;
}

.footer .top .top-box .top-b-right ul li {
    width: 33.333%;
    overflow: hidden;
    float: left;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.12rem;
}

.footer .top .top-box .top-b-right ul li:first-child {
    margin-left: 0rem;
}

.footer .top .top-box .top-b-right ul li img {
    display: block;
    margin: 0 auto;
    height: 0.75rem;
}

.footer .top .bottom-box {
    position: absolute;
    right: 0rem;
    top: 0.55rem;
    width: 30%;
    float: left;
    padding: 0.48rem 0rem;
    overflow: hidden;
    float: left;
    background: #063b7f;
}

.footer .top .bottom-box dl dt {
    overflow: hidden;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
}

.footer .top .bottom-box dl dd {
    display: none;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 15px;
}

.footer .top .bottom-box dl dd select {
    width: 255px;
    height: 30px;
    color: #fff;
    margin-left: 35px;
    text-indent: 1.5em;
    border: solid 1px #386299;
    background: url("18149500.png") no-repeat center right;
}

.footer .top .bottom-box dl dd select:first-child {
    margin-left: 0px;
}

.footer .top .bottom-box dl dd select option {
    color: #000;
}

.footer .bottom {
    width: 100%;
    height: auto;
    float: left;
    background: #00376b;
}

.footer .bottom .left {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.35rem;
    text-align: left;
}

.footer .bottom .left img {
    height: 0.75rem;
}

.footer .bottom .right {
    width: 100%;
    overflow: hidden;
}

.footer .bottom .right .r-footer-nav {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 0.24rem;
}

.footer .bottom .right .r-footer-nav ul li {
    width: auto;
    height: 0.35rem;
    float: left;
    margin: 0.1rem;
    line-height: 0.35rem;
    font-size: 0.12rem;
    text-indent: 1em;
    background: url("18149459.png") no-repeat center left;
}

.footer .bottom .right .r-footer-nav ul li a {
    color: #b3c3d3;
}

.footer .bottom .right .r-footer-text {
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 0.20rem 0rem 0.35rem 0rem;
}

.footer .bottom .right .r-footer-text p {
    line-height: 0.30rem;
    color: #607694;
    font-size: 0.12rem;
    text-align: right;
}

/* 脚部 end */

/*社会责任*/

img {
    max-width: 100%;
}

.w1350_container {
    margin-bottom: 15px;
}

.route {
    display: none;
}

.title {
    display: none;
}

/*社会责任 end*/

/*人才招聘*/

.w1350 .w1350Left {
    display: none;
}

.w1350 .w1350Right {
    display: none;
}

.w1350 .w1350-img {
    text-align: center;
}

.w1350 .w1350-img img {
    margin-bottom: 15px;
}

/*人才招聘 end*/

/*网站群*/

.sjw-wzq .list {
    width: 6rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.sjw-wzq .tit {
    display: none;
}

.sjw-wzq ul li img {
    display: none;
}

.sjw-wzq ul li {
    width: 2.9rem;
    height: 0.8rem;
    background-color: #f8f8f8;
    float: left;
    margin-left: 0.1rem;
    margin-bottom: 0.15rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.sjw-wzq ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sjw-wzq ul li h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.sjw-wzq ul li span {
    font-size: 0.10rem;
}

/*网站群 end*/

/*信息公开 开始*/

.content-public {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 45px auto 0;
}

/* 信息公开 左侧列表   重大事项&经营管理 &重大人事信息 公共样式*/

.public-left {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.pubLeft-issues {
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
}

.issues-head {
    width: 100%;
    ;
    height: 35px;
}

/*信息公开  左侧列表  列表头部*/

.issuesTitle {
    padding: 0px 15px;
    line-height: 30px;
    position: relative;
    font-size: 24px;
    color: #181717;
    text-align: center;
    margin: 0 auto;
}

.issuesTitle:after,
.issuesTitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 5px;
    background: #e9350c;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

.issuesTitle:after {
    left: 0px;
}

.issuesTitle:before {
    right: 0px;
}

.issuesMore {
    display: none
}

/*信息公开  左侧列表  列表页*/

.issues-contentList {
    width: 100%;
}

.issues-contentList ul li {
    font-size: 16px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 20px;
}

.issuesList_title {
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 15px;
}

.issList_icon {
    width: 10px;
    height: 10px;
    background: url("/www/images/blue-arrow.png") no-repeat left center;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

.issuesList_pubTime {
    width: 110px;
    display: inline-block;
    float: right;
    color: #dcdcdc;
    background: url("/www/images/clock.png") no-repeat center left;
    text-align: right;
    font-size: 14px;
    display: none;
}

/*重大事项*/

.issuesText1 {
    width: 100px;
}

/*经营管理 */

.issuesText2 {
    width: 100px;
}

/*重大人事信息*/

.issuesText3 {
    width: 150px;
}

/* 信息公开 右侧列表   栏目样式 */

.comp-head {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 50px;
}

.compTitle {
    padding: 0px 15px;
    line-height: 30px;
    position: relative;
    font-size: 24px;
    color: #181717;
    text-align: center;
    margin: 0 auto;
}

.compTitle:after,
.compTitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 5px;
    background: #e9350c;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

.compTitle:after {
    left: 0px;
}

.compTitle:before {
    right: 0px;
}

/* 信息公开 右侧列表   图片 上市公司信息&人才招聘 */

.public-right {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.pubRight-imgList {
    width: 93%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.pubRight-imgList p {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pubRight-imgList p a img {
    width: 90%;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

/* 信息公开 右侧列表   上市公司 */

.compMs {
    width: 150px;
    overflow: hidden;
    height: auto;
}

.pubRight-informationComp {
    width: 100%;
}

.compMessage {
    width: 93%;
    height: 200px;
    border: 1px solid #f3f3f3;
    margin: 0 auto;
}

.compLogo {
    width: 210px;
    height: 35px;
    overflow: hidden;
    margin: 30px 20px;
}

.compIntroduce {}

.compMassage {
    padding: 0 10px;
}

.compMassage ul li {
    line-height: 2.5;
    display: none;
}

.compMassage ul li.massage {
    display: block;
}

.comps {
    width: 93%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    padding: 10px 0;
    margin: 0 auto;
}

.comps ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.comps ul li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.comps ul li:nth-child(n):after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.comps ul li:nth-child(n):after {
    right: 0;
}

.comps ul li:nth-child(5):after {
    left: 0;
}

.comps ul li:nth-child(9):after {
    left: 0;
}

.en {
    width: 85px;
    background: url("18149508.png") no-repeat center top;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

/* 信息公开 右侧列表   社会责任 */

.social {
    width: 120px;
}

.pubRight-socialResp {
    width: 93%;
    height: auto;
    margin: 0 auto 50px;
}

.socialRespList ul li {
    margin-top: 20px;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}

.socialRespList_icon {
    width: 3px;
    height: 3px;
    background: #333333;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.socialRespList_a {
    position: absolute;
    right: 0;
}

.qyrc {
    display: none;
}

.pubRight-imgList p a {
    width: 310px;
    height: 130px;
    margin: 0 auto;
}

.pubRight-imgList p a img {
    width: 310px;
    height: 130px;
    margin: 0 auto 16px;
}

/*信息公开 end*/

/* 新闻中心新增wap端css样式开始 */

.three .bottom .bottom-right-box {
    float: left;
}

.yw-title {
    display: none;
}

.yw-content {
    display: none;
}

.nav-all-box {
    display: none;
}

.jtyw {
    width: 90%;
    height: 69px;
    margin: 0 auto;
}

.jtyw ul {
    display: flex;
    justify-content: space-evenly;
}

.jtyw ul li {
    margin-top: 20px;
    font-size: 24px;
    position: relative;
}

/* .jtyw ul li:nth-child(1){
    margin-right: 20px;
} */

.jtyw-style-active::before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.jtyw-style-active::after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.z-four {
    width: 90%;
    margin: 0 auto;
}

.z-four .z-four-left-ul {
    display: flex;
    justify-content: space-evenly;
}

.z-four ul li {
    margin-top: 20px;
    font-size: 24px;
    position: relative;
}

.z-four-left-box-cont {
    margin-top: 0.3rem;
}

.z-four-left-box-pic {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.z-four-left-box-pic-img img {
    width: 100%;
}

.z-four-left-box-pic-text {
    background-image: url(#);
    background-size: 100% 100%;
    height: 1rem;
    margin-top: 0.1rem;
}

.z-four-left-box-pic-text .left {
    float: left;
    width: 3.0rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}

.z-four-left-box-pic-text .right {
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.2rem;
}

.z-four-left-box-pic-text .right span {
    font-size: 0.5rem;
    color: #014099;
}

.sixConNav .style-active::before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.sixConNav .style-active::after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.htrw {
    display: none;
}

.wap-htrw {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0.4rem;
}

.wap-htrw p {
    font-size: 24px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.wap-htrw p::after {
    content: '';
    display: block;
    position: absolute;
    left: 66%;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.wap-htrw p::before {
    content: '';
    display: block;
    position: absolute;
    right: 66%;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.wap-htrw .wap-htrw-grzl {
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
    height: 160px;
    position: relative;
}

.wap-htrw-grzl .left {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    overflow: hidden;
}

.wap-htrw-grzl .left img {
    width: 100%;
    height: 100%;
}

.wap-htrw-grzl .right {
    float: right;
    margin-top: 0.8rem;
    width: 200px;
    text-indent: 2em;
    text-align: left;
    font-size: 0.2rem;
    color: #b9b9b9;
    margin-right: 0.1rem;
}

.wap-htrw-grzl .right span {
    color: #f0b4b4;
}

.wap-htrw-img {
    margin-top: 0.4rem;
}

.z-four-left-lb {
    width: 6rem;
    margin: 0 auto;
}

.z-four-left-lb ul li {
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(/www/images/blue-arrow.png) no-repeat center left;
    line-height: 0.2rem;
}

.z-four-left-lb ul li:nth-child(4) {
    display: none;
}

.z-four-left-lb ul li:nth-child(5) {
    display: none;
}

.z-four-left-lb ul li:nth-child(6) {
    display: none;
}

.z-four-left-lb ul li:nth-child(7) {
    display: none;
}

.z-four-left-lb ul li:nth-child(8) {
    display: none;
}

.z-four-left-lb ul li:nth-child(9) {
    display: none;
}

.z-four-left-lb ul li:nth-child(10) {
    display: none;
}

.z-four-right-tit {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.z-four .z-four-right-tit .dj {
    font-size: 24px;
}

.z-four .z-four-right-tit .more {
    display: none;
}

.z-four-right-tit .dj a {
    position: relative;
}

.z-four-right-tit .dj :before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.z-four-right-tit .dj :after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.z-four-right-con {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.z-four-right-pic img {
    width: 100%;
}

.z-four-right-list {
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
}

.z-four-right-list ul li {
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(/www/images/blue-arrow.png) no-repeat center left;
    line-height: 0.2rem;
}

.z-four-right-list ul li:nth-child(4) {
    display: none;
}

.z-four-right-list ul li a {
    font-size: 0.2rem;
}

.ztzl {
    display: none;
}

.wap-ztzl {
    width: 90%;
    margin: 0 auto;
}

.wap-ztzl ul {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0.2rem;
}

.wap-ztzl ul li {
    font-size: 24px;
}

.wap-ztzl p {
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(/www/images/blue-arrow.png) no-repeat center left;
    line-height: 0.5rem;
}

/* 新闻中心新增wap端css样式结束 */

/*业务领域*/

.plate {
    width: 100%;
}

.plate .plate-title {
    width: 6rem;
    height: 0.9rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.45rem;
}

.plate .plate-centent {
    display: none;
}

.platform {
    width: 6rem;
    margin: 0 auto;
    background: url(18149553.jpg) no-repeat center;
    margin-bottom: 0.4rem;
}

.platform .platform-title {
    width: 6rem;
    overflow: hidden;
}

.platform .platform-box {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.45rem;
}

.platform ul li {
    width: 2.77rem;
    height: 1.43rem;
    float: left;
    margin-left: 0.45rem;
    margin-bottom: 0.4rem;
}

.platform>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

/*业务领域 end*/

/* 关于我们页 star */

.gywm_one .lanmu-title,
.gywm_qywh .lanmu-title,
.gywm_fzlc .lanmu-title {
    width: 1rem;
    margin: 0.3rem auto;
    font-size: 0.24rem;
    color: #181717;
    float: none;
}

.gywm_one a,
.gywm_two a {
    color: #181717;
}

.gywm_two .fl,
.gywm_two .fr {
    width: 100%;
    float: none;
}

.gywm_qyjj_js .fl img {
    width: 100%;
}

.gywm_zzjg_pic img {
    width: 100%;
}

.gywm_qyjj_js p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    margin-top: 0.35rem;
    color: #333;
}

.gywm_two {
    background: #f9f9f9;
    margin-top: 0.6rem;
}

.gywm_two .lanmu-box {
    float: none;
    margin-top: 0.6rem;
}

.gywm_qywh .lanmu-box,
.gywm_fzlc .lanmu-box {
    float: none;
    0.6rem;
}

.gywm_two .w1200 {
    background: url(18149490.png) center center no-repeat;
    background-size: 100%;
}

.gywm_two .lanmu-title {
    width: 1rem;
    font-size: 0.24rem;
    margin: 0.3rem auto;
    color: #181717;
    float: none;
}

/*--轮播1--  */

.gywm_lb1 {
    width: 5.1rem;
    height: 1.85rem;
    margin-bottom: 0.3rem;
    padding: 0 0.6rem;
    overflow: hidden;
    position: relative;
}

.gywm_lb1 .prev,
.gywm_lb1 .next {
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    margin-right: 0.05rem;
    margin-top: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    background: url(18149497.png) no-repeat;
    position: absolute;
    left: 0.05rem;
    top: 0.4rem;
    z-index: 10;
}

.gywm_lb1 .next {
    background: url(18149498.png) no-repeat;
    right: 0.3rem;
    left: auto;
}

.gywm_lb1 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.gywm_lb1 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("#") 0 -9px no-repeat;
}

.gywm_lb1 .hd ul li.on {
    background-position: 0 0;
}

.gywm_lb1 .bd {
    width: 4.8rem;
    height: 1.85rem;
    overflow: hidden;
}

.gywm_lb1 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_lb1 .bd ul li {
    margin-right: 0.7rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.gywm_lb1 .bd ul li .pic {
    text-align: center;
}

.gywm_lb1 .bd ul li .pic img {
    width: 2.03rem;
    height: 1.42rem;
    display: block;
}

.gywm_lb1 .bd ul li .title {
    line-height: 0.24rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}

/*--轮播2--  */

.gywm_lb2 {
    width: 5.1rem;
    height: 2rem;
    margin-bottom: 0.3rem;
    padding: 0 0.6rem;
    overflow: hidden;
    position: relative;
}

.gywm_lb2 .prev,
.gywm_lb2 .next {
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    margin-right: 0.05rem;
    margin-top: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    background: url(18149497.png) no-repeat;
    position: absolute;
    left: 5px;
    top: 0.4rem;
    z-index: 10;
}

.gywm_lb2 .next {
    background: url(18149498.png) no-repeat;
    right: 0.3rem;
    left: auto;
}

.gywm_lb2 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.gywm_lb2 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("#") 0 -9px no-repeat;
}

.gywm_lb2 .hd ul li.on {
    background-position: 0 0;
}

.gywm_lb2 .bd {
    width: 4.8rem;
    height: 1.85rem;
    overflow: hidden;
}

.gywm_lb2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_lb2 .bd ul li {
    margin-right: 0.35rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.gywm_lb2 .bd ul li .pic {
    text-align: center;
    width: 2.03rem;
}

.gywm_lb2 .bd ul li .pic img {
    width: 2.03rem;
    height: 1.42rem;
    display: block;
}

.gywm_lb2 .bd ul li .title {
    line-height: 0.24rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}

.gywm_lb2 .bd ul li .title a {
    color: #014099;
}

.gywm_lb2 .bd ul li .title2 {
    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #333;
}

.gywm_lb2 .bd ul li .title2 a {
    color: #333;
}

/*--轮播3--  */

.gywm_lb3 {
    width: 5.1rem;
    height: 2rem;
    margin-bottom: 0.3rem;
    padding: 0 0.6rem;
    overflow: hidden;
    position: relative;
}

.gywm_lb3 .prev,
.gywm_lb3 .next {
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    margin-right: 0.05rem;
    margin-top: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    background: url(18149497.png) no-repeat;
    position: absolute;
    left: 5px;
    top: 0.4rem;
    z-index: 10;
}

.gywm_lb3 .next {
    background: url(18149498.png) no-repeat;
    right: 0.3rem;
    left: auto;
}

.gywm_lb3 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.gywm_lb3 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("#") 0 -9px no-repeat;
}

.gywm_lb3 .hd ul li.on {
    background-position: 0 0;
}

.gywm_lb3 .bd {
    width: 4.8rem;
    height: 1.85rem;
    overflow: hidden;
}

.gywm_lb3 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_lb3 .bd ul li {
    margin-right: 0.35rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.gywm_lb3 .bd ul li .pic {
    text-align: center;
}

.gywm_lb3 .bd ul li .pic img {
    width: 2.03rem;
    height: 1.42rem;
    display: block;
}

.gywm_lb3 .bd ul li .title {
    line-height: 0.24rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}

.gywm_lb3 .bd ul li .title a {
    color: #014099;
}

.gywm_lb3 .bd ul li .title2 {
    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #333;
}

.gywm_lb3 .bd ul li .title2 a {
    color: #333;
}

.lanmu_ita .lanmu_ul {
    width: 3rem;
    margin: 0 auto;
}

.lanmu_ita .lanmu-more {
    display: none;
    position: absolute;
    width: 0rem;
    height: 0rem;
}

.lanmu_ul li {
    padding: 0rem 0.15rem;
    float: left;
    line-height: 0.3rem;
    position: relative;
    font-size: 0.24rem;
    margin-bottom: 30px;
    color: #989595;
}

.lanmu_ul li.on {
    color: #181717;
}

.lanmu_ul li.on:after,
.lanmu_ul li.on:before {
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.05rem;
    background: #e9350c;
    position: absolute;
    top: 50%;
    margin-top: -0.025rem;
}

.lanmu_ul li.on:after {
    left: 0px;
}

.lanmu_ul li.on:before {
    right: 0px;
}

.gywm_ita {
    height: 2.2rem;
    overflow: hidden;
}

.gywm_two .w1200 .fr {
    width: 6rem;
    float: none;
}

.gywm_two .gywm_dsh {
    margin-bottom: 0.4rem;
}

.gywm_two .lanmu-box .dsh {
    width: 0.75rem;
}

.gywm_two .gywm_dsh p {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.34rem;
    text-align: right;
    margin-right: 1.5rem;
}

/*--轮播4--*/

.gywm_qywh_lb {
    width: 6rem;
    height: 3.2rem;
}

.gywm_lb4 {
    width: 4.8rem;
    margin: 0 auto;
    height: 3.2rem;
    overflow: hidden;
    position: relative;
}

.gywm_lb4 .prev,
.gywm_lb4 .next {
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    margin-right: 0.05rem;
    margin-top: 0.22rem;
    overflow: hidden;
    cursor: pointer;
    background: url(18149470.png) no-repeat center;
    position: absolute;
    left: 0.05rem;
    z-index: 10;
}

.gywm_lb4 .hd {
    overflow: hidden;
    width: 1.3rem;
    margin: 0 auto;
    height: 0.7rem;
    padding: 0 0.1rem;
    position: relative;
}

.gywm_lb4 .next {
    background: url(18149471.png) no-repeat center;
    right: 0.05rem;
    left: auto;
}

.gywm_lb4 .hd ul {
    position: absolute;
    right: 0.5rem;
    bottom: 0rem;
    width: auto;
    text-align: center;
    height: auto;
    z-index: 999;
}

.gywm_lb4 .hd ul li {
    display: inline-block;
    text-indent: -999px;
    width: 0.02rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    cursor: pointer;
    background: #4c78b7;
}

.gywm_lb4 .hd ul li.on {
    height: 0.3rem;
    background: #dc3014;
}

.gywm_lb4 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_lb4 .bd ul li {
    margin-right: 0.8rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.gywm_lb4 .bd ul li .pic {
    text-align: center;
}

.gywm_lb4 .bd ul li .pic img {
    width: 1.87rem;
    height: 2.5rem;
    display: block;
}

.gywm_lb4 .bd ul li .title {
    line-height: 0.24rem;
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #333;
}

.gywm_fzlc .item {
    display: none;
}

.gywm_fzlc {
    margin-top: 0.3rem;
}

.fzlc_sj {
    width: 100%;
    height: 5.5rem;
    background: #f4f4f4;
}

.fzlc_sj .hd {
    height: 1rem;
    padding: 0.2rem 0rem;
    border-bottom: 0.03rem solid #009;
}

.fzlc_sj .hd ul {
    width: 10rem;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

.fzlc_sj ul li {
    float: left;
    width: 0.9rem;
    height: 1rem;
    margin-right: 0.2rem;
    padding: 0.03rem;
}

.fzlc_sj ul li.on {
    background: url(18149486.png) center no-repeat;
    background-size: 120%;
}

.fzlc_sj ul li p {
    font-size: 0.16rem;
    color: #c1c1c1;
    text-align: center;
}

.fzlc_sj .bd {
    width: 6rem;
    height: 4.2rem;
    background: url(18149484.png) no-repeat;
    background-position: 0.55rem top;
}

.fzlc_sj .bd .top_item {
    width: 5rem;
    float: right;
    padding-top: 0.6rem;
}

.fzlc_sj .bd .top_item .top {
    margin-bottom: 0.4rem;
    margin-left: 0.2rem;
}

.fzlc_sj .bd .top_item .top .pic {
    width: 1.2rem;
    height: 0.85rem
}

.fzlc_sj .bd .top_item .top .pic img {
    width: 1.2rem;
    height: 0.85rem
}

.fzlc_sj .bd .top_item .top .text {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    font-size: 0.18rem;
    color: #e94622;
}

.fzlc_sj .bd .top_item .top .text p {}

.fzlc_sj .bd .top_item .des {
    width: 4.4rem;
    line-height: 0.32rem;
    height: 1.3rem;
    padding: 0.3rem;
    background: url(18149483.png) no-repeat;
    background-size: 120%;
    font-size: 0.16rem;
}

/* 集团概况 end*/







