@charset "utf-8";
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"."}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
/****** 首页 ******/
.warp {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    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;
    background:#f4f4f4;
}

.w1200-con {
    width: 1200px;
    margin: 0 auto;
}

.header .top-box {
    width: 100%;
    height: 40px;
    float: left;
}
.header .top-box ul {
    float: right;
}
.header .top-box ul li {
    padding: 13px 0px;
    float: left;
    font-size: 12px;
    color: #02509a;
    margin-left: 20px;
}
.header .top-box ul li:first-child {
    margin-left: 0px;
}
.header .top-box ul li span img {
    margin-top: 2px;
}
.header .top-box ul li a {
    color: #02509a;
}
.header .top-box ul .from-box {
    padding: 0px 0px;
    width: 175px;
    height: 23px;
    float: left;
    margin-top: 10px;
    border-radius: 23px;
    background: url("18149511.png") no-repeat center;
}
.header .top-box ul .from-box input {
    display: block;
    width: 140px;
    height: 20px;
    float: left;
    margin: 2px 0px 0px 10px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background: #02509a;
}

.header .top-box ul .from-box button {
    display: block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    float: left;
    border-radius: 50%;
    background: none;
}
.header .top-box ul .from-box button img {
    margin-top: 4px;
}


.header .bottom-box {
    width: 100%;
    height: 85px;
    float: left;
}
.header .bottom-box .w1200-con {
    position: relative;
}

.header .bottom-box .header-logo {
    width: 370px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin-top: -10px;
}
.header .bottom-box .header-logo img {
    width: 100%;
}

.header-nav {
    position: absolute;
    right: 0px;
    top: 2px;
    z-index: 999;
}
.header-nav > ul > li {
    width: auto;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #181717;
    position: relative;
}
.header-nav ul li:first-child {
    margin-left: 0px;
}
.header-nav ul li > a {
    display: block;
    padding: 0px 13px;
    height: 100%;
    color: #181717;
}

.header-nav ul .two-nav {
    background: url(18149520.png) no-repeat center right;
}

.header-nav ul .nav-active {
    border-bottom: solid 2px #dc3014;
    background: #014099;
}
.header-nav ul .nav-active > a {
    display: block;
    width: 100%;
    height: 80px;
    color: #fff;
}


.header-nav > ul > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    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 .two-bottom-nav {
    display: none;
    position: absolute;
    left: 0px;
    top: 83px;
    width: 100%;
    height: auto;
    background: #fff;
}
.header-nav .two-bottom-nav 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 .two-bottom-nav dl dd a {
    color: #222;
}
.header-nav .two-bottom-nav dl dd:hover {
    background: #f62b2b;
}
.header-nav .two-bottom-nav 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%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.one .swiper-box .device .arrow-left {
    background: url(18149512.png) no-repeat center;
    position: absolute;
    left: 175px;
    top: 50%;
    margin-top: -24.5px;
    width: 54px;
    height: 49px;
    z-index: 99999;
}
.one .swiper-box .device .arrow-right {
    background: url(18149528.png) no-repeat center;
    position: absolute;
    right: 175px;
    top: 50%;
    margin-top: -24.5px;
    width: 54px;
    height: 49px;
    z-index: 99999;
}
.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;
}

.one .swiper-box .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.one .swiper-box .swiper-slide img {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}


.animate-box {
    width: 70%;
    height: 240px;
    overflow: hidden;
    position: absolute;
    left: 15%;
    top: 115px;
    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%;
    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;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

@keyframes myfirst {
    0% {
        position: absolute;
        top: -139px;
    }

    100% {
        position: absolute;
        top: 0px;
    }
}
@-webkit-keyframes myfirst { /* Safari 与 Chrome */
    0% {
        position: absolute;
        top: -139px;
    }

    100% {
        position: absolute;
        top: 0px;
    }
}


@keyframes myfirst2 {
    0% {
        position: absolute;
        bottom: -50px;
    }

    100% {
        position: absolute;
        bottom: 0px;
    }
}
@-webkit-keyframes myfirst2 { /* Safari 与 Chrome */
    0% {
        position: absolute;
        bottom: -50px;
    }

    100% {
        position: absolute;
        bottom: 0px;
    }
}

.animate-box .animate-one img, .animate-box .animate-two img {
    display: block;
    width: 100%;
    height: auto;
}


.one .swiper-box .pagination {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    text-align: center;
    height: auto;
    z-index: 999;
}
.one .swiper-box .swiper-pagination-switch {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
}
.one .swiper-box .swiper-active-switch {
    height: 30px;
    background: #dc3014;
}


.two {
    height: 55px;
    background: #f7f7f7;
}
.two .left {
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 0px;
    line-height: 55px;
    float: left;
    text-indent: 2em;
    font-size: 14px;
    color: #004485;
    border-right: solid 1px #fff;
    background: url("18149535.png") no-repeat center left;
}

.two .right {
    width: 1070px;
    height: 55px;
    float: left
}
.two .right .device {
    width: 100%;
    height: 55px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}
.two .right .device .arrow-left {
    background: url(18149450.png) no-repeat center;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 10px;
    height: 55px;
    z-index: 99999;
}
.two .right .device .arrow-right {
    background: url(18149451.png) no-repeat center;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 10px;
    height: 55px;
    z-index: 99999;
}
.two .right .swiper-container {
    width: 100%;
    height: 55px;
    color: #fff;
    text-align: center;
}
.two .right .swiper-slide {
    width: auto!important;
    height: 100%;
}
.two .right .swiper-slide a {
    display: block;
    width: auto;
    height: 55px;
    padding: 0px 0px 0px 30px;
    line-height: 55px;
    font-size: 14px;
    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;
}


.three {
    height: 685px;
    overflow: hidden;
    background: #fff;
}
.three .top {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 60px;
}
.three .top .top-left-box {
    width: 790px;
    padding: 0px 0px 0px 95px;
    min-height: 80px;
    overflow: hidden;
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #222222;
    text-align: center;
    background: url(18149534.png) no-repeat left top;
}

.three .top .top-right-box {
    width: 217px;
    height: 80px;
    text-align: center;
}
.three .top .top-right-box img {
    width: 100%;
    height: 100%;
}


.three .bottom {
    width: 100%;
    overflow: visible;
    float: left;
    margin-top: 30px;
    padding-top: 40px;
    border-top: solid 1px #ececec;
}
.three .bottom .bottom-left-box {
    width: 555px;
    height: 390px;
    overflow: hidden;
    float: left;
}
.three .bottom .bottom-left-box .device {
    width: 100%;
    height: 390px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

/*.three .bottom .bottom-left-box .device .arrow-left {*/
    /*background: url(18149512.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(18149528.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%;
    overflow: hidden;
}
.three .bottom .bottom-left-box .swiper-wrapper {
    width: 100%;
    height: 390px;
    overflow: hidden;
}

.three .bottom .bottom-left-box .swiper-slide {
    width: 100%;
    height: 390px;
    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: 94px;
    line-height: 130px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-indent: 1em;
    background: url("18149533.png") no-repeat;
}

.three .bottom .bottom-left-box .pagination {
    position: absolute;
    right: 30px;
    bottom: 18px;
    width: auto;
    text-align: center;
    height: auto;
    z-index: 999;
}
.three .bottom .bottom-left-box .swiper-pagination-switch {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
}
.three .bottom .bottom-left-box .swiper-active-switch {
    height: 30px;
    background: #dc3014;
}


.three .bottom .bottom-right-box {
    width: 575px;
    height: 390px;
    overflow: visible;
    float: right;
}

.three .bottom .bottom-right-box .nav-all-box {
    width: 100%;
    height: 40px;
    float: left;
    overflow: visible;
}

.three .bottom .bottom-right-box .nav-all-box ul li {
    width: auto;
    height: 38px;
    float: left;
    line-height: 28px;
    margin-left: 30px;
    font-size: 24px;
    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: 35px;
    line-height: 30px;
    color: #004485;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
}
.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: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}
.three .bottom .bottom-right-box .nav-all-box ul .style-active:before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    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: 245px;
    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: 40px;
    float: left;
    line-height: 40px;
    font-size:16px;
}
.three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-title {
    width: 460px;
    height: 40px;
    float: left;
    text-align: left;
    text-indent: 1em;
    background: url("18149530.png") no-repeat center left;
}
.three .bottom .bottom-right-box .con-text-box .con-ul-box ul li .li-time {
    width: 95px;
    height: 40px;
    float: right;
    font-size: 14px;
    text-indent: 1.5em;
    text-align: left;
    color: #a0a0a0;
    background: url(18149532.png) no-repeat center left;
}


.three .bottom .bottom-right-box .zt-box {
    width: 100%;
    height: 75px;
    overflow: visible;
    float: left;
    margin-top: 11px;
}

.three .bottom .bottom-right-box .device {
    width: 100%;
    height: 75px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}

.three .bottom .bottom-right-box .swiper-container {
    width: 100%;
    height: 75px!important;
    overflow: hidden;
}
.three .bottom .bottom-right-box .swiper-wrapper {
    width: 100%;
    overflow: hidden;
}

.three .bottom .bottom-right-box .swiper-slide {
    width: 100%;
    height: 75px!important;
    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: 75px!important;
    overflow: hidden;
    vertical-align: middle;
}

.three .bottom .bottom-right-box .pagination {
    position: absolute;
    right: -20px;
    bottom: -5px;
    width: 10px;
    text-align: center;
    height: auto;
    z-index: 999;
}
.three .bottom .bottom-right-box .swiper-pagination-switch {
    display: inline-block;
    width: 11px;
    height: 2px;
    float: left;
    margin: 5px 0px;
    cursor: pointer;
    background: #0749a5;
}
.three .bottom .bottom-right-box .swiper-active-switch {
    width: 20px;
    background: #dc3014;
}


.four {
    height: 725px;
    background: url("18149448.jpg") no-repeat center top;
}
.four .four-lanmu {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 75px;
}
.four .four-lanmu .lanmu-box {
    width: 480px;
}
.four .four-lanmu .lanmu-title {
    color: #004485;
}
.four .four-lanmu .lanmu-title a {
    color: #004485;
}

.four .four-text-box {
    width: 100%;
    height: 480px;
    float: left;
    margin-top: 45px;
}
.four .four-text-box ul li {
    width: 230px;
    height: 480px;
    float: left;
    margin-left: 10px;
    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: 0px;
}
.four .four-name,.four .four-text,.four .four-more {
    width: 160px;
    padding: 0px 35px 0px 35px;
    overflow: hidden;
    float: left;
}


.four .position-con {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.four .four-name .f-name-img {
    width: 100%;
    height: 104px;
    text-align: left;
    margin-top: 30px;
}
.four .four-name .f-name-img img {
    width: 104px;
    height: 104px;
}
.four .four-name .f-name-img .img02 {
    display: none;
    opacity: 0;
    width: 104px;
    height: 104px;
    transition: all 700ms ease;
}
.four .four-name p {
    font-size: 18px;
    padding: 9px 0px;
    margin-top: 13px;
    color: #222222;
    text-align: left;
    position: relative;
}
.four .four-name p:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 32px;
    height: 2px;
    background: #f3f3f3;
}
.four .four-text {
    height: 180px;
    overflow: hidden;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 26px;
    font-size: 16px;
    color: #022222;
    text-align: justify;
    text-indent: 2em;
    border-bottom: solid 1px #e8e8e8;
}
.four .four-more span {
    display: block;
    width: 80px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: left;
    background: url("18149518.png") no-repeat center right;
}
.four .four-more span a {
    display: block;
    width: 100%;
    height: 100%;
}
.four .position-img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 480px;
    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") no-repeat 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: 298px;
    background: url("18149531.jpg") no-repeat center top;
}

.five .lanmu-box {
    margin-top: 55px;
}

.lanmu-box {
    width: 100%;
    overflow: hidden;
    float: left;
}
.lanmu-title {
    padding: 0px 15px;
    float: left;
    line-height: 30px;
    position: relative;
    font-size: 30px;
    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;
}
.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: 55px;
}
.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 .five-text-box .left {
    width: 415px;
    overflow: hidden;
    float: left;
}

.five .five-text-box .left dl dt {
    min-width: 165px;
    max-width: 220px;
    float: left;
    margin-left: 55px;
    border-right: solid 1px #3d6d9a;
}
.five .five-text-box .left dl dt p {
    line-height: 25px;
    color: #fff;
    font-size: 12px;
}
.five .five-text-box .left dl dt p:first-child {
    font-size: 14px;
    line-height: 27px;
}

.five .five-text-box .left dl dd {
    width: 192px;
    overflow: hidden;
    float: right;
    text-align: right;
}
.five .five-text-box .left dl dd img {
    height: 30px;
    margin-top: 35px;
}

.five .five-text-box .right {
    width: 785px;
    overflow: hidden;
    float: left;
}
.five .five-text-box .right p {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    padding: 0px 52px 0px 42px;
}
.five .five-text-box .right p a {
    color: #e9350c;
}


.six {
    height: 535px;
    background: #f9f9f9;
}
.six-text-box {
    width: 100%;
    height: 535px;
    overflow: hidden;
    float: left;
}
.six-text-box .six-nav {
    width: 100%;
    height: 70px;
    float: left;
    background: #fff;
}
.six-text-box .six-nav ul li {
    width: 123px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
    color: #222;
    border-left: solid 1px #f4f4f4;
}
.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: 146px;
    height: 79px;
    line-height: 70px;
    color: #222;
    font-size: 16px;
    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: 465px;
    float: left;
    overflow: visible;
    margin-top: 130px;
}

.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: 178px;
    height: 189px;
    float: left;
    margin-left: 26px;
    -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 ul li dl dd a {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: block;
    width: 178px;
    height: 189px;
    overflow: hidden;
}

.six-con dl dd a:before {
    content: '';
    display: block;
    width: 178px;
    height: 189px;
    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: 178px;
    height: 189px;
    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;
}

.wap-six-dd-name {
    display: none;
}

.six-con dl dd .six-position-box {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 100%;
    height: 155px;
    overflow: hidden;
    float: left;
    position: relative;
}

.six-con dl dd .six-position-box p {
    text-align: center;
}

.six-con dl dd .six-position-box .six-dd-name {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 158px;
    min-height: 30px;
    padding: 5px 10px 0px 10px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    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;
}
/* 内容 end */


/* 脚部 */
.footer {
    width: 100%;
    height: 572px;
    overflow: hidden;
    float: left;
}

.footer .top {
    width: 100%;
    height: 410px;
    float: left;
    background: #004485;
}
.footer .top .top-box {
    width: 100%;
    overflow: visible;
    float: left;
    margin-top: 55px;
}
.footer .top .top-box .top-b-left {
    width: 368px;
    height: 123px;
    float: left;
    line-height: 123px;
    font-size: 26px;
    color: #4f83b4;
    text-indent: 1.5em;
    background: #063b7f;
    position: relative;
}
.footer .top .top-box .top-b-left span {
    display: block;
    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: 368px;
    height: 123px;
    float: left;
    margin-left: 45px;
    line-height: 123px;
    font-size: 26px;
    color: #4f83b4;
    text-indent: 1.5em;
    background: #063b7f;
    position: relative;
}
.footer .top .top-box .top-b-center span {
    display: block;
    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 {
    width: 309px;
    height: 103px;
    padding: 20px 30px 0px 30px;
    float: left;
    margin-left: 47px;
    background: #063b7f;
}
.footer .top .top-box .top-b-right ul li {
    width: 75px;
    overflow: hidden;
    float: left;
    margin-left: 42px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer .top .top-box .top-b-right ul li:first-child {
    margin-left: 0px;
}
.footer .top .top-box .top-b-right ul li img {
    height: 75px;
}

.footer .top .bottom-box {
    width: 1140px;
    height: 115px;
    padding: 35px 30px 0px 30px;
    overflow: hidden;
    float: left;
    margin-top: 45px;
    background: #063b7f;
}
.footer .top .bottom-box dl dt {
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 26px;
    color: #4f83b4;
}
.footer .top .bottom-box dl dd {
    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: 160px;
    float: left;
    background: #00376b;
}

.footer .bottom .left {
    width: 371px;
    height: 75px;
    overflow: hidden;
    margin-top: 40px;
}
.footer .bottom .left img {
    width: 100%;
}

.footer .bottom .right {
    width: 610px;
    overflow: hidden;
}

.footer .bottom .right .r-footer-nav {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 25px;
}
.footer .bottom .right .r-footer-nav ul li {
    width: auto;
    height: 25px;
    float: left;
    margin-left: 20px;
    line-height: 25px;
    font-size: 12px;
    text-indent: 1.15em;
    background: url("18149459.png") no-repeat center left;
}
.footer .bottom .right .r-footer-nav ul li:first-child {
    margin-left: 15px;
}
.footer .bottom .right .r-footer-nav ul li a {
    color: #b3c3d3;
}

.footer .bottom .right .r-footer-text {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 8px;
}
.footer .bottom .right .r-footer-text p {
    line-height: 25px;
    color: #607694;
    font-size: 12px;
    text-align: right;
}
/* 脚部 end */


/*当前路径*/
.route{
    width: 100%;    
    overflow: hidden;
    float: left;
    height: 50px;
    border-bottom: 1px #ccc solid;
    line-height:50px;
}
.route .w1200-con span{
    margin-left: 10px;
}
.route .w1200-con span img{
    display: inline-block;
    vertical-align: middle;
}

/*当前路径 end*/


/*社会责任*/
.content_warp{
    width: 100%;    
    overflow: hidden;
    margin-top: 60px;
}

.w1200-con_container{
    height: 350px;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}
.pic_warp{
    width: 40%;
    float: left;
    overflow: hidden;
}
.pic_warp:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.pic_warp img{
    transition: all 1s;
    -webkit-transition:all 1s ;
}
.title{
    width: 56%;
    float: right;
}
.title p:nth-child(1) b{
    font-size: 25px;
    color: #e8340c;
    cursor: pointer;
}
.title p:nth-child(1) a{
    color: #013e97;
    font-weight: 600;
}
.title p:nth-child(2) a{
    font-size: 30px;
}
.title p:nth-child(3){
    line-height: 28px;
    color: #ccc;
}
.title p:nth-child(3):hover{
    color: #0066cc;
}
.title p:nth-child(3) span a{
    color:#e8340c ;
    cursor: pointer;
}
/*社会责任 end*/


/* 二级列表页 */
.mar-top30 {
    margin-top: 30px;
}
.url-nav {
    width: 100%;
    height: 20px;
    margin: 15px 0;
    float: left;
    font-size: 16px;
    color: #1a1a1a;
    padding: 0px 0px 15px 0px;
    border-bottom: solid 1px #1a1a1a;
    position: relative;
}
.url-nav:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 999;
    display: block;
    width: 14px;
    height: 16px;
}
.url-nav a {
    color: #1a1a1a;
}
.url-nav a:hover {
    color: #fff!important;
}


.news-box {
    width: 100%;
    overflow: hidden;
    float: left;
}
.news-box ul {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 50px;
}
.news-box ul li {
    width: 100%;
    line-height: 40px;
    float: left;
    position: relative;
}

.news-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.news-box ul li .fl {
    text-align: left;
    font-size: 16px;
    text-indent: 1em;
}
.news-box ul li .fr {
    text-align: right;
    font-size: 14px;
    color: #000;
}

.news-box ul li a:hover .fr {
    color: #004ea2;
}


.page {
    display: table;
    text-align: center;
    margin: 50px auto;
    font-size: 10px!important;
}
.page font {
    padding: 3px 8px;
    color: #fff;
    margin: 0px 4px;
    border: solid 1px #0066cc;
    background: #0066cc;
}
.page a {
    padding: 3px 8px;
    color: #000;
    margin: 0px 4px;
    border: solid 1px #0066cc;
}

.page a:hover {
    color: #fff!important;
    border: solid 1px #0066cc;
    background: #0066cc;
}
/* 二级列表页 end */


/* 内容页 */
.content-text-box {
    width: 100%;
    overflow: hidden;
    float: left;
}

.content-text-box .title-all {
    width: 100%;
    line-height: 45px;
    float: left;
    font-size: 24px;
    text-align: center;
}
.content-text-box .fb-time {
    width: 960px;
    padding: 20px 0px;
    margin: 0px 20px 15px 20px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #000;
}

.content-text-box .text-boxs {
    width: 960px;
    margin: 0px 20px 0px 0px;
    padding-bottom: 60px;
    overflow: hidden;
    float: left;
    text-indent: 2em;
}
.content-text-box .text-boxs p {
    line-height: 30px;
    padding: 10px 0px;
    font-size: 16px;
}
/* 内容页 end */


/*人才招聘*/
.w1200-conLeft{
    width: 75%;
    float: left;
    overflow: hidden;
}
.w1200-conLeft span{
    display: inline-block;
    vertical-align: middle;
    
}
.w1200-conLeft b{
    font-size: 25px;
    margin: 5px;
}
.w1200-conLeft ul li{
    width: 85%;
    height: 80px;
    border-bottom: 1px #ccc solid;
    line-height: 80px;
    position: relative;
}

.w1200-conLeft ul li a:hover{
    color: #0066cc;
}
.w1200-conLeft ul li span img{
    display: inline-block;
    vertical-align:middle ;
    margin: 5px;
}
#spanR{
    float: right;
    color: #ccc;
}
#spanL{
    float: left;
}

#spanL img{
    display: inline-block;
    vertical-align:middle ;
    margin: 5px;
}
.w1200-conLeft ol li{
    width: 44px;
    height: 44px;
    border-radius: 5px;
    border: 1px #ccc solid;
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 44px;
}
.w1200-conLeft ol{

    height: 45px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.w1200-conRight{
    width: 25%;
    overflow: hidden;
}


.w1200-conRight ol li{
    position: relative;
    margin-top: 10px;
}
.w1200-conRight .pic_box{
    position: relative;
    width: 310px;
    height:130px;
    overflow: hidden;
}
.pic_mask{
    width: 310px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34,81,171,0.7);
    text-align: center;
}
.w1200-conRight ol li:hover .pic_box img { 
    transform: scale(1.3);
 }
.w1200-conRight ol li .pic_box img{
    transition: all 1s;
}
.pic_mask b{
    color: #fff;
    font-size: 25px;
}

.w1200-con-img{
    display:none;
}

/*人才招聘*/


/*网站群*/
.sjw-wzq{
    width:1200px;
    margin:0 auto;
    margin-bottom:100px;
}
.sjw-wzq .tit{
    padding:40px 0;
    font-size:30px;
    text-align:center;
    color:#003279;
    margin-top:45px;
}
.sjw-wzq  img{
    margin:0 auto;
}
.sjw-wzq .list ul,.sjw-wzq .foot ul{
    margin-right:-12px;
}
.sjw-wzq .list ul li{
    float:left;
    background:#fff;
    width:280px;
    height:300px;
    margin:0 12px 12px 0;
    display:inline;
}
.sjw-wzq .list ul li {
    text-align:center;
    background: #f4f4f4;
}
.sjw-wzq .list ul li img{
    border-radius:50%;
    margin-top:30px;
}
.sjw-wzq .list ul li:hover{
    background:#fff;
    box-sizing:border-box;
    border:1px solid #989898;
}
.sjw-wzq .list ul li a{
    line-height:32px;
}
.sjw-wzq .list ul li h3{
    padding-top:10px;
    font-size:18px;
    color:#00409A;
    font-weight:bold;
}
.sjw-wzq .list ul li p{
    color:#02112E;
    font-size:16px;
}
.sjw-wzq .list ul li span{
    color:#989898;
}
.sjw-wzq .list ul li:hover h3{
    color:#004485;
}
.sjw-wzq .list ul li:hover p{
    color:#989898;
}
.sjw-wzq .list ul li:hover span{
    color:#989898;
}
.sjw-wzq .list ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sjw-wzq .list ul li img{
    transition: all 1s;
    -webkit-transition:all 1s ;
}

/*网站群 end*/


/*信息公开 开始*/
.content-public{width: 1200px;height: 100%;overflow: hidden;margin: 45px auto 0;}

/* 信息公开 左侧列表   重大事项&经营管理 &重大人事信息 */
.public-left{width: 790px;height:100%;overflow: hidden;display: inline-block;float: left;}
.pubLeft-issues{width: 790px;margin-bottom: 45px;overflow: hidden;}
.issues-head{width: 790px;float: left;height:35px;}

/*信息公开  左侧列表  列表头部*/
.issuesTitle{ padding: 0px 15px; float: left;line-height: 30px;position: relative;font-size: 30px;color: #181717;}
.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{ width: 20px;height: 30px; float: right;margin-right: 40px;}
.issuesMore img {margin-top: 15px;}
.issuesMore a{display: block;width: 100%;height: 100%;}

/*信息公开  左侧列表  列表页*/
.issues-contentList{width: 790px;}
.issues-contentList ul li{line-height: 80px;font-size: 16px;border-bottom: 1px solid #e5e5e5;overflow: hidden;float: left;}
.issues-contentList ul li a{width: 790px;height: 80px;display: block;}
.issues-contentList ul li a:hover{color: #0066cc;}
.issues-contentList ul li:last-child{border:none;}
.issuesList_title{width: 660px;display: inline-block;float: left;position: relative;padding-left: 15px;}
.issList_icon{width: 3px;height: 3px;background: #333333;display: inline-block;border-radius:50%;position: absolute;top:40px;left: 0;}
.issuesList_pubTime{width: 110px;display: inline-block;float: right;color: #dcdcdc;background: url("18149532.png") no-repeat center left;text-align: right;font-size: 14px;}

/* 信息公开 右侧列表   公共样式 */
.comp-head{width: 310px;height:40px;text-align: center;margin-top: 50px;}
.compTitle{ padding: 0 15px; line-height: 30px;position: relative;font-size: 30px;color: #181717;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: 310px;height:100%;overflow: hidden;display: inline-block;float: right;}
.pubRight-imgList{width: 310px;overflow: hidden;}
.pubRight-imgList p{display:none;}
.qyrc{}
.qyrc .qyrc_box{
    position: relative;
    width: 310px;
    height:130px;
    overflow: hidden;
}
.qyrc_mask{
    width: 310px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34,81,171,0.7);
    text-align: center;
}
.qyrc ol li:hover .qyrc_box img { 
    transform: scale(1.3);
 }
 .qyrc ol li:last-child{margin-top:16px;}
.qyrc ol li .qyrc_box img{
    transition: all 1s;
}
.qyrc_mask b{
    color: #fff;
    font-size: 25px;
}
/* 信息公开 右侧列表   上市公司 */
.compMs{width: 180px;overflow: hidden;height: auto;}
.pubRight-informationComp{width: 310px;}
.compMessage{width:308px;height:250px;border: 1px solid #f3f3f3;margin-top: 35px;}
.compLogo{width: 210px;height: 35px;overflow: hidden;margin: 45px auto;}
.compIntroduce{}
.compMassage{padding: 0 10px;}
.compMassage ul li{line-height: 2.5;display: none;}
.compMassage ul li.massage{display: block;}
.comps{width: 310px;height:auto;overflow: hidden;background: #f3f3f3;padding: 5px 0;}
.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(3n-1):after,.comps ul li:nth-child(3n-1):before{content: '';display: block;width: 1px;height: 18px;background: #e4e4e4;position: absolute;top: 50%;margin-top: -8px;}
.comps ul li:nth-child(3n-1):after{left: 0;}
.comps ul li:nth-child(3n-1):before{right: 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: 310px;height: auto;}
.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;}

/*信息公开 END*/


/* 新闻中心pc版新增内容css样式 */
/* wap端改pc版的内容  wap端有，pc端没有 */
.jtyw{
    display: none;
}
.wap-ztzl{
    display: none;
}
.wap-htrw{
    display: none;
}
/* wap端改pc版的内容end */


.z-w1200 {
    width: 1200px;
    margin: 0 auto;
}

#z-there {
    height: 470px;
}

.z-dqwz {
    margin-top: 20px;
    font-size: 14px;
}

.z-dqwz-xwzx {
    color: #e75959;
}

.three .bottom .bottom-right-box ul #z-active a {
    color: #000;
}

.three .bottom .bottom-right-box .yw {
    margin-top: 55px;
}

.three .bottom .bottom-right-box .yw .yw-title {
    font-size: 24px;
    color: #014099;
}

.three .bottom .bottom-right-box .yw .yw-content {
    margin-top: 18px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 26px;
    margin-bottom: -12px;
}

.z-four {
    width: 100%;
    height: 418px;
    overflow: hidden;
    margin-top: 30px;
}

.z-four-left-box {
    width: 788px;
    float: left;
}

.z-four-left-box-title {
    width: 100%;
    height: 40px;
    float: left;
    overflow: visible;
}

.z-four-left-box-title ul li {
    float: left;
    height: 35px;
    line-height: 30px;
    color: #004485;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
}

.z-four-left-box-title ul .style-active :before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.z-four-left-box-title ul .style-active :after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.z-four-left-box-title .style-active {
    position: relative;
    height: 35px;
    line-height: 30px;
    color: #004485;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
    margin-right: 20px;
    margin-left: 20px;
}

.z-four-left-box-cont {
    width: 100%;
    height: 351px;
    margin-top: 28px;
}

.z-four-left-box-pic {
    width: 419px;
    height: 340px;
    float: left;
}

.z-four-left-box-pic-img {
    width: 417px;
    height: 219px;
}

.z-four-left-box-pic-text {
    margin-top: 10px;
    width: 417px;
    height: 120px;
    background-image: url(#);
}

.z-four-left-box-pic-text .left {
    margin-top: 33px;
    margin-left: 40px;
    font-size: 18px;
    width: 230px;
    float: left;
}

.z-four-left-box-pic-text .right {
    float: right;
    margin-top: 40px;
    margin-right: 24px;
    color: #333;
}

.z-four-left-box-pic-text .right span {
    color: #014099;
    font-size: 28px;
}

.z-four-left-lb {
    float: right;
    width: 346px;
    height: 349px;

}

.z-four-left-lb ul li {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(18149530.png) no-repeat center left;
    line-height: 36px;
   font-size:16px;
}

.z-four-right {
    width: 385px;
    height: 418px;
    float: right;
}

.z-four-right-tit {
    position: relative;
    width: 363px;
}

.z-four-right-tit .dj {
    float: left;
    height: 35px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.z-four-right-tit .more {
    float: right;
    font-size: 40px;
    margin-top: -27px;
}

.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: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.z-four-right-pic {
    width: 385px;
    height: 193px;
}

.z-four-right-list {
    margin-top: 15px;
}

.z-four-right-list ul li {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(18149530.png) no-repeat center left;
    line-height: 39px;
    font-size:16px;
}

.ztzl {
    width: 100%;
    overflow: hidden;
}

.ztzl-tit {
    position: relative;
    line-height: 100px;
}

.ztzl-tit .dj {
    float: left;
    height: 35px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.ztzl-tit .dj :before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.ztzl-tit .dj :after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.ztzl-tit .more {
    float: right;
    font-size: 40px;
    margin-top: -42px;
}

.xw-list ul{
    display: flex;
    justify-content: space-around;
}
.xw-list ul li{
    width: 380px;
    height: 228px;
    /* border: 1px solid #000; */
}
.xw-list .qtxw-tit{
    margin-top: 60px;
    height: 25px;
    margin-bottom: 20px;
}
.qtxw-tit .tit{
    font-size: 24px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.qtxw-tit .tit:before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}
.qtxw-tit .tit:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}
.qtxw-tit .more{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    margin-top: -10px;
}
.qtxw p{
    margin-left: 10px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 1em;
    background: url(18149530.png) no-repeat center left;
    line-height: 30px;
    font-size:16px;
}
.htrw{
    width: 100%;
    margin-top: 58px;
    overflow: hidden;
    margin-bottom: 100px;
}
.htrw-tit {
    position: relative;
    line-height: 100px;
}

.htrw-tit .dj {
    float: left;
    height: 35px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    transition: all 200ms ease;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.htrw-tit .dj :before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.htrw-tit .dj :after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
    width: 4px;
    height: 5px;
    background: #e9350c;
}

.htrw-tit .more {
    float: right;
    font-size: 40px;
    margin-top: -42px;
}

.htrw-content{
    margin-top: 35px;
}
.htrw-content ul{
    display: flex;
    justify-content: space-around;
}
.htrw-content ul li{
    width: 380px;
    height: 220px;
}
.htrw-content .htrw-one{
    width: 340px;
    height: 140px;
    background-color: #f9f9f9;
    margin-top: 35px;
    position: relative;
}
.htrw-content .htrw-one .htrw-img{
    position: absolute;
    top: 20px;
    left: 20px;
    height: 100px;
    width: 100px;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
}
.htrw-content .htrw-one .htrw-img img{
    width: 100px;
    height: 100px;
}
.htrw-content .htrw-one .htrw-jieshao{
    text-indent: 2em;
    float: right;
    width: 194px;
    margin-top: 25px;
   
}
.htrw-content .htrw-one .htrw-jieshao a{
    color: #cecece;
}
.htrw-content .htrw-one .htrw-jieshao span{
    color: #e86767;
}

.htrw .img{
    text-align: center;
}

/* 新闻中心pc版新增内容css样式end */

/*业务领域*/
.plate{
    width:100%;
}
.plate .plate-title{
    width: 1200px;
    height: 90px;
    overflow: hidden;
    margin: 45px auto 0;
}
.plate .plate-centent{
    width:100%;
}
.plate .plate-centent .plate-centent-box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.plate .plate-centent .plate-centent-box ul li{
    width:213px;
    height:143px;
    float:left;
    margin-left:25px;
}
.plate .plate-centent .plate-centent-box ul li.fwzb{
    background:url(18149543.jpg) no-repeat center;
    margin-left:0;
}
.plate .plate-centent .plate-centent-box ul li.fwzb:hover{
    background:url(18149548.jpg) no-repeat center;
    margin-left:0;
}
.plate .plate-centent .plate-centent-box ul li.htcy{
    background:url(18149544.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.htcy:hover{
    background:url(18149554.jpg) no-repeat center;
}

.plate .plate-centent .plate-centent-box ul li.xxjs{
    background:url(18149545.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.xxjs:hover{
    background:url(18149555.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.zbzz{
    background:url(18149546.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.zbzz:hover{
    background:url(18149556.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.xdfw{
    background:url(18149547.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-box ul li.xdfw:hover{
    background:url(18149557.jpg) no-repeat center;
}
.plate .plate-centent .plate-centent-text{
    width:100%;
    margin-top:70px;
}
.plate .plate-centent .plate-centent-text .plate-act{
    display:none;
}
.plate .plate-centent .plate-centent-text .plate-active{
    width:100%;
    height:683px;
    display:block;

}

.platform{
    width:100%;
    height:426px;
    background:url(18149553.jpg) no-repeat center;
    margin-top:60px;
}
.platform .platform-title{
    width: 1200px;
    height: 90px;
    overflow: hidden;
    margin: 45px auto 0;
}
.platform .platform-box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.platform ul li{
    width:277px;
    height:143px;
    float:left;
    margin-left:30px;
}
.platform ul li:hover img { 
    transform: scale(0.8);
 }

.platform ul li img{
    transition: all 1s;
}
/*业务领域 end*/


/*关于我们-集团概况 star*/
.gywm_one .lanmu-title,.gywm_two .lanmu-title,.gywm_qywh .lanmu-title, .gywm_fzlc .lanmu-title{ font-size:24px; color:#181717; margin-bottom:35px;}
.gywm_one a,.gywm_two a{color:#181717;}
.gywm_one{margin-top:40px; margin-bottom:60px;}
.gywm_qyjj{width:760px; float:left;}
.gywm_qyjj_js .fl{width:488px;}
.gywm_qyjj_js .fr{width:245px;}
.gywm_qyjj_js p{font-size:16px; line-height:30px; color:#333;}


.gywm_zzjg{width:410px; float:right;}
.gywm_zzjg .lanmu-title{left:140px;}


.gywm_two{height:787px; background:#f9f9f9;}
.gywm_two .lanmu-box{float:none; margin-top:60px;}
.gywm_qywh .lanmu-box,.gywm_fzlc .lanmu-box{float:none; margin-top:60px;}
.gywm_two .w1200{ height:100%; background:url(18149490.png) center center no-repeat;}

.gywm_two .w1200 .fl{width:760px;}

.lanmu_ul li{ padding: 0px 15px;
    float: left;
    line-height: 30px;
    position: relative;
    font-size: 24px;
    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: 4px;
    height: 5px;
    background: #e9350c;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

.lanmu_ul li.on:after {
    left: 0px;
}

.lanmu_ul li.on:before {
    right: 0px;
}


/*--轮播--  */
.gywm_lb1{ width:670px; height:200px; padding:0 45px; overflow:hidden; position:relative;  }

.gywm_lb1 .prev,.gywm_lb1 .next{ display:block;  width:17px; height:33px; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url(18149497.png) no-repeat; position:absolute; left:5px; top:60px; z-index:10;}
.gywm_lb1 .next{ background:url(18149498.png) no-repeat; right:5px; 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 ul{ overflow:hidden; zoom:1; }
.gywm_lb1 .bd ul li{ margin-right:30px; 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:203px; height:142px; display:block; }
.gywm_lb1 .bd ul li .title{ line-height:24px; margin-top:30px; font-size:16px; color:#333;  }


.gywm_lb2{ width:670px; height:345px; padding:0 45px; overflow:hidden; position:relative;  }
.gywm_lb2 .prev,.gywm_lb2 .next{ display:block;  width:17px; height:33px; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url(18149497.png) no-repeat; position:absolute; left:5px; top:80px; z-index:10;}
.gywm_lb2 .next{ background:url(18149498.png) no-repeat; right:5px; 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 ul{ overflow:hidden; zoom:1; }
.gywm_lb2 .bd ul li{ margin-right:30px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.gywm_lb2 .bd ul li .pic{ text-align:center; }
.gywm_lb2 .bd ul li .pic img{ width:203px; height:215px; display:block; }
.gywm_lb2 .bd ul li .title{ line-height:24px; margin-top:30px; font-size:16px; font-weight:bold; color:#014099;  }
.gywm_lb2 .bd ul li .title a{color:#014099;}
.gywm_lb2 .bd ul li .title2{ line-height:24px;  font-size:14px; color:#333;  }
.gywm_lb2 .bd ul li .title2 a{color:#333;}


.gywm_lb3{ width:670px; height:345px; padding:0 45px; overflow:hidden; position:relative;  }
.gywm_lb3 .prev,.gywm_lb3 .next{ display:block;  width:17px; height:33px; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url(18149497.png) no-repeat; position:absolute; left:5px; top:80px; z-index:10;}
.gywm_lb3 .next{ background:url(18149498.png) no-repeat; right:5px; 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 ul{ overflow:hidden; zoom:1; }
.gywm_lb3 .bd ul li{ margin-right:30px; 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:203px; height:215px; display:block; }
.gywm_lb3 .bd ul li .title{ line-height:24px; margin-top:30px; font-size:16px; font-weight:bold; color:#014099;  }
.gywm_lb3 .bd ul li .title a{color:#014099;}
.gywm_lb3 .bd ul li .title2{ line-height:24px;  font-size:14px; color:#333;  }
.gywm_lb3 .bd ul li .title2 a{color:#333;}


.gywm_two .w1200 .fr{width:410px;}
.gywm_two .fr .lanmu-title{left:140px;}
.gywm_two .gywm_dsh p{font-size:16px; color:#333; line-height:34px; text-align:right; margin-right:60px;}

.gywm_qywh{ }


.gywm_qywh_lb{width:1200px; height:320px;}

.gywm_lb4{ width:1200px; height:320px; overflow:hidden; position:relative;  }
.gywm_lb4 .prev,.gywm_lb4 .next{ display:block;  width:17px; height:33px; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url(18149497.png) no-repeat; position:absolute; left:5px; z-index:10;}

.gywm_lb4 .hd{ overflow:hidden; width:120px; margin:0 auto;  height:55px; padding:0 10px; position:relative; }
.gywm_lb4 .next{ background:url(18149498.png) no-repeat; right:5px; left:auto;  }
.gywm_lb4 .hd ul{  position: absolute; right: 45px; bottom: 10px; width: auto;text-align: center; height: auto;z-index: 999; }
.gywm_lb4 .hd ul li{  display: inline-block; text-indent:-999px; width: 2px; height: 16px; margin: 0 5px; cursor: pointer; background: #4c78b7; }
.gywm_lb4 .hd ul li.on{ height: 30px; background: #dc3014; }
.gywm_lb4 .bd ul{ overflow:hidden; zoom:1; }
.gywm_lb4 .bd ul li{ margin-right:67px; 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:187px; height:250px; display:block; }
.gywm_lb4 .bd ul li .title{ line-height:24px; margin-top:30px; font-size:16px; color:#333;  }


.gywm_fzlc{ margin-bottom:100px;}
.fzlc_sj{display:none;}
.gywm_fzlc .item{
    width: 1200px;
    position: relative;
    overflow: hidden;
}
.gywm_fzlc .item .course{
    width: 2668px;
    overflow: hidden;
    background:url(18149480.png) no-repeat 0 0;
    position: relative;
    left:0;

}
.gywm_fzlc .course .c_top,.gywm_fzlc .course .c_bottom{
    margin-right: -600px;
}
.gywm_fzlc .course a{
    display: block;
    float: left;
    width: 322px;
    height: 173px;
    margin-right: 300px;
}
.gywm_fzlc .course .c_top a{
    border-right: 1px solid #cbcbcb;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position:relative;
}
.gywm_fzlc .course .c_bottom{
    padding-left: 380px;
}
.gywm_fzlc .course .c_bottom a{
    border-left: 1px solid #cbcbcb;
    padding-left: 20px;
    padding-top: 40px;
    margin-top: 10px;
}
.gywm_fzlc .course a .text {
    font-size: 18px;
    color: #014099;
    text-align: right;
    margin-right: 20px;
    padding-top: 24px;
}
.gywm_fzlc .course .c_bottom a .text{
    text-align: left;
    margin-left: 20px;
}
.gywm_fzlc .course a .text p{
    font-size: 14px;
    font-weight: bold;
}
.gywm_fzlc .course a p.des{
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    margin-top: 13px;
}

.item #up,.item #down{ position: absolute; width:50px; height:43px; z-index:999; top:180px;  width:30px; }
.item #up{ left:0; background:url(18149482.png) no-repeat;}
.item #down{ right: 0; background:url(18149481.png) no-repeat;}
/*集团概况 end*/