.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.banner a {
    display: block;
    font-size: 0;
}

.banner:after {
    position: absolute;
    left: 3.5rem;
    bottom: 20px;
    z-index: 3;
    width: 140px;
    height: 35px;
    content: "";
    background: url(../images/icon_mouse_w.png) center no-repeat;
    animation: mousedown 2s linear 0s infinite both;
}

@keyframes mousedown {
    0% {
        transform: translate3d(0,-8px,0);
    }

    25% {
        transform: translate3d(0,0px,0);
    }

    50% {
        transform: translate3d(0,8px,0);
    }

    75% {
        transform: translate3d(0,0px,0);
    }

    100% {
        transform: translate3d(0,-8px,0);
    }
}

.banner .swiper-slide {
    height: 100%;
}

.banner .slick-list,.banner .swiper-wrapper,.banner .slick-slider .slick-track,.banner .slick-slider .slick-list,.banner .slick-slider .slick-slide >div {
    height: 100%;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    margin: 0 auto;
}

.banner .container {
    position: relative;
    height: 100%;
    z-index: 100;
}

.banner .container .con {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font: 16px "microsoft yahei","SourceHanSerifCN","microsoft JhengHei", Helvetica, sans-serif;
}

.banner .container .con .title {
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    color: #fff;
}

.banner .container .con .enname {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 1.5rem;
    font-family: 'Dosis';
    text-transform: uppercase;
}

.banner .container .con .subtitle {
    font-size: 2.1rem;
    color: #f6ce53;
    line-height: 1.5;
    position: relative;
    margin-top: 1.5rem;
    font-weight: bold;
    padding: 0.6rem 0;
}

.banner .container .con .subtitle:before {
    width: 21.0rem;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.banner .container .con .subtitle:after {
    width: 2.0rem;
    height: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #f6ce53;
    content: "";
    top: -0.1rem;
}

.banner .container .con .desc {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    color: #fff;
}

.banner .container .con .desc p {
    padding-left: 1.4rem;
    background: url(../images/banner_zi_dian.png) left 0.4rem center no-repeat;
    margin-right: 1.1rem;
    display: inline-block;
    vertical-align: middle;
}

.banner .container .con .btns {
    margin-top: 2.5rem;
}

.banner .container .con .btns a {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: top;
    margin-right: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 9.0rem;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    transition: all 0.6s;
    cursor: pointer;
}

.banner .container .con .btns a .iconfont {
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 0.5rem;
}

.banner .container .con .btns a.on,.banner .container .con .btns a:hover {
    background-color: #fff;
    color: #ec3630;
}

.banner .bgb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner .bgb .mimg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-slide .bgb {
    -ms-transform: scale(1.02,1.02);
    -o-transform: scale(1.02,1.02);
    -moz-transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
    -webkit-transition: transform 8000ms ease-in-out;
    -moz-transition: transform 8000ms ease-in-out;
    -o-transition: transform 8000ms ease-in-out;
    -ms-transition: transform 8000ms ease-in-out;
    transition: transform 8000ms ease-in-out;
}

.banner .swiper-slide-active .bgb,.banner .slick-active .bgb {
    -ms-transform: scale(1.0,1.0) rotate(0.00001deg);
    -o-transform: scale(1.0,1.0) rotate(0.00001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.00001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.00001deg);
    transform: scale(1.0,1.0) rotate(0.00001deg);
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â»*/
.banner .con .title,.banner .con .enname,.banner .con .subtitle,.banner .con .desc {
    opacity: 0;
    transition: all 1.2s ease-out;
    transform: translateX(-200px);
}

.banner .slick-active .con .title,.banner .swiper-slide-active .con .title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

.banner .slick-active .con .enname,.banner .swiper-slide-active .con .enname {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.banner .slick-active .con .subtitle,.banner .swiper-slide-active .con .subtitle {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.banner .slick-active .con .desc,.banner .swiper-slide-active .con .desc {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.9s;
}

.banner .swiper-slide-active .container img,.banner .once .container img {
    opacity: 1;
}

.banner .swiper-slide-active .container .con .wenzi,.banner .once .container .con .wenzi {
    opacity: 1;
}

.banner .pagination_wrap {
    width: 10px;
    position: absolute;
    z-index: 99;
    right: 50px;
    bottom: 50%;
    transform: translateY(50%);
    display: none;
}

.banner .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    width: 10px;
}

.banner .swiper-pagination span {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.6s;
    opacity: 1;
    margin: 5px 0!important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    height: 2.0rem;
    /*background-color: #0065bf;*/
}

.main_visual_autoplay {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: -5px;
    position: relative;
}

.main_visual_autoplay>span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    cursor: pointer;
    background: url(../images/icon_pause_w.png) center no-repeat;
    background-size: 20px;
}

.main_visual_autoplay .autoplay_play {
    background-image: url(../images/icon_play_w1.png);
    opacity: 0;
}

.main_visual_autoplay.pause .autoplay_play {
    opacity: 1;
}

.main_visual_autoplay.pause .autoplay_pause {
    opacity: 0;
}

.pagination_wrap .swiper-button-prev,.pagination_wrap .swiper-button-next {
    position: relative;
    margin-bottom: 5px;
    margin-top: 0;
    width: 40px;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/icon_up_w.png) center no-repeat;
    background-size: 24px;
}

.pagination_wrap .swiper-button-next {
    top: auto;
    bottom: 0;
    margin-top: 5px;
    background-image: url(../images/icon_down_w.png);
}

.banner .slider_pagination {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0%;
    bottom: 4.5rem;
    text-align: center;
}

.banner .slider_pagination span {
    font-size: 0;
    width: 2.0rem;
    height: 2.0rem;
    position: relative;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}

.banner .slider_pagination span:first-child {
    margin: 0;
}

.banner .slider_pagination span button {
    display: inline-block;
    background: none;
    width: 2.0rem;
    height: 2.0rem;
    box-sizing: border-box;
    border: 0;
    position: relative;
    cursor: pointer;
}

.banner .slider_pagination span button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    left: 50%;
    margin-left: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    opacity: .6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner .slider_pagination span.active button:before {
    opacity: 1;
}

.banner .slider_pagination .progress {
    width: 2.0rem;
    height: 2.0rem;
    line-height: 2.2rem;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    opacity: 0;
}

.banner .slider_pagination span.active .progress {
    opacity: 1;
}

.banner .slider_pagination .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .slider_pagination .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner .slider_pagination .progress .progress-left {
    left: 0;
}

.banner .slider_pagination .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fff;
    box-sizing: border-box;
}

.banner .slider_pagination .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 2.0rem;
    border-bottom-right-radius: 2.0rem;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.banner .slider_pagination span.active .progress .progress-left .progress-bar {
    -webkit-animation: loading-2 3s linear forwards 3s;
    animation: loading-2 3s linear forwards 3s;
}

.banner .slider_pagination .progress .progress-right {
    right: 0;
}

.banner .slider_pagination .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 2.0rem;
    border-bottom-left-radius: 2.0rem;
    border-right: 0;
}

.banner .slider_pagination span.active .progress .progress-right .progress-bar {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: loading-1 3s linear forwards;
    animation: loading-1 3s linear forwards;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.typebar {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    display: block;
    padding-right: 70px;
    position: relative;
}

.typebar h2 {
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
    padding-right: 67px;
    background: url(../images/icon_typbar_em.png) center right no-repeat;
}

/*.typebar h2:after{position: absolute;right: -25px;width: 33px;height: 25px;background: url(../images/icon_typbar_em.png) center no-repeat;content: "";}*/
.typebar .enname {
    font-size: 1.2rem;
    color: #888;
    text-transform: uppercase;
}

.typebar .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 3.1rem;
    height: 3.1rem;
    line-height: 3.1rem;
    border-radius: 3.1rem;
    background: #332a9a;
    color: #fff;
    font-size: 1.6rem;
    transition: all 0.66s;
    text-align: center;
    transform: rotate(-30deg);
}

.typebar .more:hover {
    background-color: #fff;
    transform: rotate(0deg);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1);
    color: #332a9a;
}

.typebar .desc {
    font-size: 0.9rem;
    color: #1b1b1b;
}

.typebar.white {
    padding-bottom: 1rem;
}

.typebar.white h2 {
    color: #fff;
}

.typebar.white .enname {
    color: #eee;
}

.typebar.white:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #fff;
    content: "";
}

.index_main {
    position: relative;
    z-index: 11;
    background-color: #fff;
}

.tjnews {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    height: 66px;
    top: -66px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 30px;
    line-height: 66px;
}

.tjnews .typename {
    width: 100px;
    float: left;
    font-size: 24px;
}

.tjnews .cons {
    float: left;
    width: calc(87% - 120px);
    margin-left: 12.8%;
    overflow: hidden;
    position: relative;
}

.tjnews .cons .swiper-pagination {
    position: absolute;
    right: 30px;
    width: 70px;
    left: auto;
    height: 66px;
    line-height: 66px;
    bottom: 0;
    font-size: 16px;
}

.tjnews .cons .swiper-button-prev,.tjnews .cons .swiper-button-next {
    position: absolute;
    right: 0;
    width: 25px;
    background-image: none;
}

.tjnews .cons .swiper-button-prev {
    right: 100px;
    left: auto;
}

.tjnews .cons .swiper-button-prev .iconfont,.tjnews .cons .swiper-button-next .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
}

.tjnews .cons .swiper-button-prev:hover .iconfont,.tjnews .cons .swiper-button-next:hover .iconfont {
    color: #393199;
}

.tjnews .cons .con {
    padding-right: 26%;
}

.tjnews .date {
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}

.tjnews h3 {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tjnews .con:hover h3 {
    color: #393199;
}

.index_news {
    padding-bottom: 3.5rem;
}

.index_newslist {
    margin-top: 3rem;
}

.newslist_wap {
    display: none;
}

.index_newslist .con {
    width: calc(32%);
    margin-right: 2%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.index_newslist .con:last-child {
    margin-right: 0;
}

.index_newslist .con .img {
    width: 100%;
    position: relative;
    height: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding-top: 68%;
    overflow: hidden;
}

.index_newslist .con .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.66s cubic-bezier(0.215,.61,.355,1);
}

.index_newslist .con .text {
    width: 85%;
    padding: 1.5rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: all 0.66s cubic-bezier(0.215,.61,.355,1);
}

.index_newslist .con h3 {
    font-size: 1.0rem;
    height: 3.0rem;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s;
}

.index_newslist .con .desc {
    font-size: 0.8rem;
    height: 2.4rem;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 0.75rem;
    color: #555;
}

.index_newslist .con .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 0.8rem;
    background: url(../images/icon_arr_right_black.png) center right no-repeat;
    position: relative;
}

.index_newslist .con .more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #333;
    content: "";
    transition: all 0.6s;
}

.index_newslist .con:hover .text {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15),-5px -5px 15px rgba(0,0,0,0.15);
}

.index_newslist .con:hover h3 {
    color: #332a9a
}

.index_newslist .con:hover .more {
    background-image: url(../images/icon_arr_right_blue.png);
}

.index_newslist .con:hover .more:after {
    width: 100%;
}

.index_newslist .con:hover .img img {
    transform: scale(1.05);
}

.index_about {
    padding-top: 8rem;
    position: relative;
}

.index_about .content {
    position: relative;
}

.index_about:after {
    width: 68.5%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #eeeff7;
    content: "";
    z-index: 0;
}

.index_about .aboutcon {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.index_about .aboutcon .container {
    position: relative;
    z-index: 2;
}

.index_about .aboutcon .text {
    width: 30%;
    font-size: 0.9rem;
    line-height: 2;
    text-align: justify;
}

.index_about .aboutcon:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 48.3%;
    background: url(../images/index_about_bg.jpg) center no-repeat;
    content: "";
}

.index_about .aboutcon span.more {
    display: none;
}

.index_about .aboutcon .more {
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    line-height: 3.1rem;
    text-align: center;
    border-radius: 3.1rem;
    background: #332a9a;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 2.0rem;
    transform: rotate(-30deg);
    transition: all 0.66s;
}

.index_about .aboutcon .more:hover {
    background-color: #fff;
    transform: rotate(0deg);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1);
    color: #332a9a;
}

.index_about .video_wrap {
    position: absolute;
    top: 50%;
    margin-top: -8.3%;
    right: 0;
    z-index: 5;
    width: 59.375%;
    height: 0;
    padding-top: 33.34%;
    box-sizing: content-box;
    background: url(../images/video_bg.jpg) center no-repeat;
    background-size: cover;
}

.index_about .video_wrap .play {
    background: url(../images/icon_play.png) center no-repeat;
    width: 6.6rem;
    height: 6.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.bussiness_wrap {
    padding-top: 3.5rem;
    padding-bottom: 6.2rem;
    background: url(../images/bussness_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bussiness_list {
}

.bussiness_list .con {
    width: calc(23%);
    margin-right: 2.66%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background-color: rgba(41,36,101,0.70);
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: all 0.6s;
}

.bussiness_list .con:nth-child(2n) {
    position: relative;
    top: 3.2rem;
}

.bussiness_list .con:last-child {
    margin-right: 0;
}

.bussiness_list .con:hover {
    background-image: url(../images/bussness_item_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bussiness_list .con h3 {
    color: #fff;
}

.bussiness_list .con .img {
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 1rem;
}

.bussiness_list .con .img img {
    vertical-align: middle;
}

.bussiness_list .con .enname {
    font-size: 14px;
    margin-top: 0.5rem;
    color: #fff;
}

.bussiness_list .con .desc {
    font-size: 0.8rem;
    line-height: 1.4rem;
    height: 2.8rem;
    overflow: hidden;
    color: rgba(255,255,255,0.8);
    margin-top: 1rem;
}

.bussiness_list .con .more {
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 0.8rem;
    background: url(../images/icon_arr_right_1_w.png) center right no-repeat;
    position: relative;
    color: #fff;
    text-align: left;
}

.bussiness_list .con .more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: all 0.6s;
}

.bussiness_list .con:hover .more:after {
    width: 100%;
}

.caselist_wrap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: url(../images/case_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.caselist_wrap .desc {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}

.caselist {
    margin-top: 3rem;
}

.caselist .con {
    width: 15%;
    margin-right: 2%;
    /* height: 103px; */
    line-height: 61px;
    margin-bottom: 2%;
    text-align: center;
    /* padding: 20px;*/
    transition: all 0.6s;
    position: relative;
}

.caselist .con:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    z-index: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.caselist .con:before {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.caselist .con:hover:before {
    border-color: #393199;
}

.caselist .con:hover:after {
    opacity: 1;
}

.caselist .con img {
    vertical-align: middle;
    transition: all 0.6s;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.caselist .con .img1 {
}

.caselist .con .img2 {
    display: none;
    opacity: 0;
}

.caselist .con:hover .img1 {
    opacity: 0;
    display: none;
}

.caselist .con:hover .img2 {
    opacity: 1;
    display: inline-block;
}

.caselist .con:nth-child(6n) {
    margin-right: 0;
}

.partners_wrap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: url(../images/hezuo_bg.png) center bottom no-repeat;
}

.partners_wrap .typebar {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.partners_wrap .typebar .titles {
    flex: 0 0 auto;
    width: 27%;
    margin-right: 3%;
}

.partners_wrap .typebar .desc {
    width: 54%;
    line-height: 2;
}

.partners_list {
    width: calc(70% - 60px);
    margin-left: 27%;
}

.partners_list .con {
    width: 23%;
    margin-right: 2.66%;
    height: 100px;
    padding: 20px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 1rem;
}

.partners_list .con img {
    transition: all 0.6s;
}

.partners_list .con:hover img {
    transform: scale(0.9);
}

.partners_list .con:nth-child(4n) {
    margin-right: 0;
}

.video_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.video_inner {
    position: fixed;
    width: 900px;
    margin: 0 auto;
    text-align: right;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
    display: none;
}

.video_inner span {
    display: inline-block;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.subbanner {
    width: 100%;
    height: 27.5rem;
    min-height: 27.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.subbanner .container {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.banner_type h1 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 1rem;
    position: relative;
}

.banner_type h1:after {
    width: 3.5rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #fff;
}

.banner_type .desc {
    font-size: 1.2rem;
    line-height: 1.8;
    text-transform: uppercase;
}

.banner_type .down {
    width: 3.0rem;
    height: 3.0rem;
    transform: translateY(4.0rem);
    animation: 2s linear infinite roateY;
    background: url(../../images/icon_scrollmore_w.png) center no-repeat;
}

@keyframes roateY {
    to {
        transform: translateY(4.0rem) rotateY(360deg);
    }
}

.subpage_wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    min-height: 20vh;
    padding-top: 1px;
}

.subpagenav {
    width: 100%;
    transition: all ease 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.subpagenav.fixed {
    position: fixed;
    top: 70px;
}

.subpagenav.fixed .container {
}

.subpagenav .container {
    text-align: left;
}

.subpagenav .container>a {
    display: inline-block;
    margin-right: 5.0rem;
    height: 3.6rem;
    vertical-align: top;
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 3.6rem;
    position: relative;
}

.subpagenav .container>a:after {
    background-color: #393199;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    transform: scale3d(0,1,1);
}

.subpagenav .container>a.on:after,.subpagenav .container>a:hover:after {
    transform: scale3d(1,1,1);
}

.position {
    position: relative;
    float: right;
    padding-left: 30px;
    background: url(../images/icon_home_p.png) left center no-repeat;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 16px;
}

.position a {
    padding: 0 5px;
    font-size: 16px;
}

.about_page {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.about_con {
    padding-top: 7.5rem;
}

.about_con .img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 3.5rem;
}

.about_con .img img {
    width: 100%;
}

.about_content {
    margin-bottom: 3.5rem;
    padding: 0 5%;
}

.about_content .typebar {
    flex: 0 0 auto;
}

.about_content .con {
    flex: 1;
    line-height: 2;
    font-size: 20px;
}

.typebar2 {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    position: relative;
}

.typebar2.white .enname,.typebar2.white h2 {
    color: #fff;
}

.typebar2.text-left {
    text-align: left;
}

.typebar2 .enname {
    font-size: 1.5rem;
    color: #999999;
    text-transform: uppercase;
}

.typebar2 h2 {
    font-size: 1.8rem;
    color: #393199;
    /*font-weight: bold;*/
    position: relative;
}

.typebar2 h2.xian:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: calc(100% - 10rem);
    height: 1px;
    background-color: #ccc;
    content: "";
}

.typebar2 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.9rem;
    color: #28226c;
}

.typebar2 .more .iconfont {
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.typebar2 .enname.endou {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.typebar2 .enname.endou:after {
    position: absolute;
    top: 0;
    line-height: 1;
    right: -4rem;
    font-size: 3.6rem;
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â";
    color: #d9d9d9;
}

.history {
    position: relative;
    padding: 3.5rem;
    background: url(../images/history_bg.jpg) center no-repeat;
    background-size: cover;
}

.history:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: 2.55rem;
    content: "";
    background-color: rgba(255,255,255,0.8);
    z-index: 0;
}

.history > .container {
    position: relative;
    z-index: 1;
}

.history_wrap {
    position: relative;
    z-index: 1;
}

.history_wrap .swiper-container-fazhan {
    margin: 0 5%;
    width: 90%;
    position: relative;
    z-index: 1;
}

.history .con {
    color: #fff;
    padding: 1.5rem 1rem;
    height: 19.0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.8s;
}

.history .con .year {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    position: relative;
    transition: all 0.8s;
}

.history .con:after {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 46%;
    margin-top: -25px;
    margin-left: -5px;
    border-radius: 50%;
}

.history .con:before {
    width: 20px;
    height: 20px;
    border: 1px solid #393199;
    content: "";
    position: absolute;
    left: 50%;
    top: 46%;
    margin-top: -5px;
    margin-left: -10px;
    opacity: 0;
    border-radius: 50%;
}

.history .con:hover:after {
    background-color: #393199;
    margin-top: -24px;
}

.history .con:hover:before {
    opacity: 1;
    margin-top: -29px
}

.history .con .desc {
    color: #fff;
    height: 5.0rem;
    margin-top: 3.0rem;
    margin-bottom: 1rem;
    text-align: center;
    overflow: auto;
    transition: all 0.8s;
}

.history .con img {
    display: none;
    width: 100%;
    height: 7rem;
}

.history .con:hover {
    background-color: #fff;
}

.history .con:hover .year {
    color: #333;
}

.history .con:hover .desc {
    color: #333;
    margin-top: 1rem;
}

.history .con:hover img {
    display: block;
}

.history .swiper-button-next,.history .swiper-button-prev {
    width: 42px;
    height: 42px ;
    background: rgba(255,255,255,0.5) url(../images/icon_right_w.png) center no-repeat;
    right: 0%;
    left: auto;
    margin-top: -2.7rem;
    z-index: 1;
}

.history .swiper-button-prev {
    background-image: url(../images/icon_left_w.png);
    left: 0%;
    right: auto;
}

.ceo_wrap {
    padding: 3.5rem 0;
    background: url(../images/about_bg2.jpg) center no-repeat;
    background-size: cover;
}

.ceo_wrap .imgcon {
    width: 45%;
    text-align: center;
}

.ceo_wrap .imgcon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ceo_wrap .imgcon .img1 {
}

.ceo_wrap .imgcon .img2 {
    margin-top: 2.0rem;
}

.ceo_wrap .textcon {
    width: 55%;
    line-height: 2;
    padding: 0 2rem 0 1rem;
}

.ceo_wrap .textcon .typebar2 {
    text-align: left;
}

.ceo_wrap .textcon p {
    text-indent: 0rem;
    margin-bottom: 10px;
}

.linian {
    padding: 3.5rem 0;
    overflow: hidden;
}

.linian .linianlist {
    width: 37%;
}

.linian .linianlist .con {
    width: 100%;
    height: 6.65rem;
    padding: 0.75rem 0 0.75rem 23%;
    position: relative;
    background-color: #e6ecfc;
    margin-bottom: 10px;
}

.linian .linianlist .con:last-child {
    margin-bottom: 0;
}

.linian .linianlist .title {
    font-size: 1rem;
    line-height: 2/*;font-weight: bold*/;
    color: #282828;
    position: relative;
    z-index: 1;
}

.linian .linianlist .desc {
    font-size: 0.rem;
    line-height: 2;
    color: #666;
    position: relative;
    z-index: 1;
}

.linian .linianlist .con:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    background-color: #393199;
    opacity: 0;
    transition: all 0.6s;
}

.linian .linianlist .con:hover:after,.linian .linianlist .con.cur:after {
    width: 120%;
    opacity: 1;
}

.linian .linianlist .con:hover .title,.linian .linianlist .con:hover .desc,.linian .linianlist .con.cur .title,.linian .linianlist .con.cur .desc {
    color: #fff;
}

.linian .img {
    width: 63%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s;
}

.youshi {
    padding: 3.5rem 0 5rem;
    background: url(../images/about_youshi_bg.jpg) center no-repeat;
    background-size: cover;
}

.youshilist {
    height: 20.85rem;
}

.youshilist_wrap {
    perspective: 60.0rem;
}

.animating {
    transition: all .3s;
    -webkit-transition: all .3s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotateY(0deg) rotateX(0deg);
}

.youshilist .con {
    width: 25%;
    height: 100%;
    background-color: rgba(40,34,108,0.6);
    color: #fff;
    text-align: center;
}

.youshilist .con .iconfont {
    font-size: 3.5rem;
    color: #fff;
}

.youshilist .con .title {
    line-height: 1.6;
    margin-top: 1.2rem;
    font-size: 1.2rem;
}

.youshilist .con:nth-child(2n) {
    background-color: rgba(40,34,108,0.4);
}

.business_page {
}

.business_list {
    margin-top: 7rem;
}

.business_list .item {
    margin-bottom: 7rem;
    position: relative;
}

.business_list .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 62.5%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.business_list .item .text .bg {
    background: url(../images/bussiness_pic1.jpg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.business_list .item .text {
    margin-left: 45.5%;
    width: 54.5%;
    position: relative;
    height: 22.75rem;
    z-index: 1;
    top: 3.5rem;
}

.business_list .item .text_wrap {
    position: relative;
    padding: 4.0rem 3.5rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.96);
    height: 22.75rem;
    transition: all 0.5s;
}

.business_list .item .text_wrap:hover {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1)
}

.business_list .item .entitle {
    font-size: 1.1rem;
    color: #393199;
}

.business_list .item h3 {
    font-size: 1.3rem;
    color: #393199;
    margin-top: 1rem;
    font-weight: bold;
}

.business_list .item .desc {
    font-size: 0.8rem;
    color: #333;
    margin-top: 2rem;
    line-height: 2.2;
}

.business_list .item:nth-child(2n) .text {
    margin-left: 0;
}

.business_list .item:nth-child(2n) .img {
    position: absolute;
    right: 0;
    left: auto;
}

.qtyewu {
    position: relative;
}

.qtyewu .yewunav {
    position: absolute;
    left: 3.2rem;
    top: 3.2rem;
    z-index: 2;
}

.qtyewu .yewunav .con {
    display: block;
    width: 14.65rem;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 4.0rem;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.qtyewu .yewunav .con:after {
    width: 1.2rem;
    height: 2px;
    position: absolute;
    left: 1.4rem;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
    content: "";
}

.qtyewu .yewunav .con:hover,.qtyewu .yewunav .con.cur {
    color: #393199;
    background-color: #fff;
}

.qtyewu .yewunav .con:hover:after,.qtyewu .yewunav .con.cur:after {
    background-color: #393199;
}

.qtyewu .content {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.qtyewu .content .con {
    position: relative;
}

.qtyewu .content .bg {
    width: 100%;
    height: 0;
    box-sizing: content-box;
    padding-top: 53.618%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.qtyewu .content .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48%;
    padding: 4.0rem;
    color: #fff;
    background-color: rgba(89,107,200,0.8);
}

.qtyewu .content .text .enname {
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.qtyewu .content .text .title {
    font-size: 1.7rem;
}

.qtyewu .content .text .desc {
    font-size: 0.8rem;
    margin-top: 1rem;
    line-height: 2.2
}

.qtyewu .content .text .more {
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(51,42,154,0.8);
}

.qtyewu .content .swiper-button-next,.qtyewu .content .swiper-button-prev {
    width: 4.0rem;
    height: 4.0rem;
    background-color: #2d2d2d;
    right: 10%;
    left: auto;
    bottom: 0;
    top: auto;
    background-image: none;
    text-align: center;
    line-height: 4.0rem;
    font-size: 40px;
}

.qtyewu .content .iconfont {
    font-size: 1.6rem;
    color: #fff;
}

.qtyewu .content .swiper-button-next:hover .iconfont,.qtyewu .content .swiper-button-prev:hover .iconfont {
    color: #393199;
}

.qtyewu .content .swiper-button-prev {
    margin-right: 4.1rem;
}

.qtyewu .content .swiper-button-next:hover,.qtyewu .content .swiper-button-prev:hover {
    background-color: #fff;
}

.qtyewu .content .swiper-button-next.swiper-button-disabled, .qtyewu .content .swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
}

.business_list2 {
    margin-top: 4rem;
    overflow: hidden;
}

.business_list2 .item {
    position: relative;
    background: #f7f7f7 url(../images/business_list2_bg1.jpg) center no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

.business_list2 .item .img {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.business_list2 .item .text {
    width: 50%;
    padding: 1.0rem 2rem;
    position: relative;
    z-index: 1;
    min-height: 20rem;
}

.business_list2 .item .text_wrap {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.business_list2 .item .entitle {
    font-size: 1.2rem;
    color: #999999;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.business_list2 .item h3 {
    font-size: 1.7rem;
    color: #393199;
}

.business_list2 .item .desc {
    font-size: 0.8rem;
    color: #333;
    margin-top: 2rem;
    line-height: 2.2;
}

.business_list2 .item:nth-child(2n) .text {
    order: -1;
}

.business_list2 .item:nth-child(2n) {
    background-image: none;
}

.zengzhiyewu {
    padding: 3.5rem 0;
}

.zzywlist .con {
    width: 29.3%;
    margin-bottom: 4%;
    padding: 3rem 3rem;
    background: url(../images/yewu1_bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 14rem;
    transition: all 0.6s;
}

.zzywlist .con:nth-child(2) {
    background-image: url(../images/yewu2_bg.jpg);
}

.zzywlist .con:nth-child(3) {
    background-image: url(../images/yewu3_bg.jpg);
}

.zzywlist .con:nth-child(4) {
    background-image: url(../images/yewu4_bg.jpg);
}

.zzywlist .con:nth-child(5) {
    background-image: url(../images/yewu5_bg.jpg);
}

.zzywlist .con:nth-child(6) {
    background-image: url(../images/yewu6_bg.jpg);
}

.zzywlist .con .title {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.6s;
}

.zzywlist .con .title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.5rem;
    height: 1px;
    background-color: #232323;
    content: "";
    margin-left: -1.25rem;
    transition: all 0.6s;
}

.zzywlist .con .desc {
    font-size: 16px;
    line-height: 2.2;
    transition: all 0.6s;
}

.zzywlist .con:hover {
    background-image: url(../images/yewu_h_bg.jpg);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2),-10px -10px 20px rgba(0,0,0,0.2);
}

.zzywlist .con:hover .title,.zzywlist .con:hover .desc {
    color: #fff;
}

.zzywlist .con:hover .title:after {
    background-color: #fff;
}

.hezuo_wrap {
    margin-top: 7rem;
}

.hezuolist {
    margin-left: -1.5%;
    margin-right: -1.5%;
    padding-bottom: 3.5rem;
}

.hezuolist .con {
    width: 22%;
    margin: 0 1.5% 1.0rem;
    text-align: center;
    transition: all 0.6s;
}

.hezuolist .con .img {
    height: 100px;
    line-height: 100px;
}

.hezuolist .con .img img {
    vertical-align: middle;
    transition: all 0.6s;
}

.hezuolist .con .img1 {
}

.hezuolist .con .img2 {
    display: none;
}

.hezuolist .con .title {
    padding: 1rem;
    border-top: 1px solid #eee;
    font-size: 18px;
}

.hezuolist .con:hover {
    /*background-color: #393199;color: #fff;*/
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05),-5px -5px 10px rgba(0,0,0,0.05)
}

/*.hezuolist .con:hover .img1{display: none;}*/
/*.hezuolist .con:hover .img2{display: inline-block;}*/
.project_page {
    padding-top: 7rem;
}

.shangtai {
    position: relative;
    margin-bottom: 1.5rem;
}

.shangtai_content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.25rem;
    transform: translate(-50%,-50%);
    text-align: center;
}

.shangtai_content .title {
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 50%;
    background-color: #625bb9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 1.2rem ;
}

.shangtai_content p {
    font-size: 1.3rem;
    color: #000;
}

.shangtai_content .p2,.shangtai_content .p3 {
    width: 30px;
    font-size: 1.3rem;
    line-height: 1.9;
    left: -2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.shangtai_content .p3 {
    right: -2.5rem;
    left: auto;
}

.shangtai_list {
}

.shangtai_list .item {
    width: 48%;
    border-radius: 1.0rem;
    padding: 2.5rem 7.14%;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    margin-bottom: 2.5rem;
}

.shangtai_list .item:nth-child(2n) {
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    text-align: right;
}

.shangtai_list .item:nth-child(2n) .iconfont {
    order: 2;
    margin-right: 0;
    margin-left: 1.4rem;
}

.shangtai_list .item .iconfont {
    font-size: 3.9rem;
    color: #746cd0;
    margin-right: 1.4rem;
}

.shangtai_list .item .text {
}

.shangtai_list .item .title {
    font-size: 1.5rem;
}

.shangtai_list .item .desc {
    font-size: 1.2rem;
    color: #666;
    margin-top: 0.25rem;
}

.project_industrial {
    padding: 3.5rem 0;
    background: url(../images/gykj_bg.jpg) center no-repeat;
    background-size: cover;
}

.project_industrial .content {
    width: 35%;
    font-size: 0.9rem;
    line-height: 3;
    color: #000;
}

.project_industrial .gykj_list {
    width: 55%;
}

.project_industrial .gykj_list .con {
    width: 30%;
    margin-bottom: 1.5rem;
}

.project_industrial .gykj_list .img {
    margin: 0 auto;
    width: 8.0rem;
    height: 4.0rem;
    line-height: 4.0rem;
    text-align: center;
    transition: all 0.6s;
}

.project_industrial .gykj_list img {
    vertical-align: middle;
}

.project_industrial .gykj_list .con:hover .img {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1);
}

.project_financial {
    padding: 3.5rem 0 3.5rem;
    background-color: #ffffff;
}

.financial_list {
}

.financial_list .con {
    padding: 3rem;
    height: 25rem;
    text-align: center;
    width: 30%;
    color: #000;
    background: url(../images/jrkjpic2.jpg) center no-repeat;
    background-size: cover;
    transition: all 0.6s;
}

.financial_list .con:nth-child(3) {
    background-image: url(../images/jrkjpic3.jpg);
}

.financial_list .con .iconfont {
    font-size: 3rem;
    margin-bottom: 3.0rem;
}

.financial_list .con:nth-child(1) .iconfont {
    font-size: 2.5rem;
}

.financial_list .con .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.financial_list .con .desc {
    font-size: 0.8rem;
    line-height: 2.2;
}

.financial_list .con:hover {
    background-color: #393199;
    color: #fff;
    background-image: none;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3),-10px -10px 20px rgba(0,0,0,0.3)
}

.project_low_carbon {
    padding: 3.5rem 0;
    background: url(../images/lowcarbon_bg.jpg) center no-repeat;
    background-size: cover;
}

.project_low_carbon .typebar2 {
    margin-bottom: 3rem;
}

.low_carbon_list {
    position: relative;
}

.low_carbon_list h3.title {
    width: 11.0rem;
    height: 11.0rem;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    background-color: #393998;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.low_carbon_list h3.title:after {
    position: absolute;
    width: calc(100% + 7.0rem);
    height: calc(100% + 7.0rem);
    border-radius: 50%;
    border: 1px solid #393998;
    left: -3.5rem;
    top: -3.5rem;
    content: "";
}

.low_carbon_list h3.title .iconfont {
    position: absolute;
    font-size: 1.7rem;
    color: #fff;
    width: 3.0rem;
    height: 3.0rem;
    background-color: #858fc9;
    border-radius: 50%;
    transition: all 0.6s;
    z-index: 2;
}

.low_carbon_list h3.title .iconfont:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.low_carbon_list .con {
    width: calc(50% - 12.0rem);
    float: left;
    margin-bottom: 5rem;
    position: relative;
}

.low_carbon_list .con .title {
    position: relative;
    height: 3.0rem;
    line-height: 1.8;
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.low_carbon_list .con .title:after {
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 110%;
    height: 1px;
    background-color: #999;
    content: "";
}

.low_carbon_list .con .title:before {
    position: absolute;
    left: -5%;
    bottom: -0.2rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #393998;
    content: "";
    z-index: 1;
}

.low_carbon_list .con .desc {
    flex: 1;
    margin-left: 1.5rem;
    opacity: 0;
    transition: all 0.6s;
    line-height: 1.6;
}

.low_carbon_list .con:nth-of-type(1) {
    float: none;
    clear: both;
    left: 50%;
    position: relative;
    margin-left: -2.5rem;
}

.low_carbon_list .con:nth-of-type(3),.low_carbon_list .con:nth-of-type(5) {
    float: right;
}

.low_carbon_list .con:nth-of-type(2) .desc,.low_carbon_list .con:nth-of-type(4) .desc {
    order: -1;
    margin-left: 0;
    margin-right: 1.5rem;
}

.low_carbon_list .con:nth-of-type(2) .title:before,.low_carbon_list .con:nth-of-type(4) .title:before {
    right: -5%;
    left: auto;
}

.low_carbon_list .con:nth-of-type(1) .desc {
}

.low_carbon_list .con:nth-of-type(4) {
    clear: left;
}

.low_carbon_list h3.title .iconfont:nth-of-type(1) {
    top: -5rem;
    left: 50%;
    margin-left: -1.5rem;
}

.low_carbon_list h3.title .iconfont:nth-of-type(2) {
    top: -2%;
    left: -4.5rem;
    background-color: #71bc87;
}

.low_carbon_list h3.title .iconfont:nth-of-type(3) {
    top: -2%;
    right: -4.5rem;
    background-color: #7bb3d4;
}

.low_carbon_list h3.title .iconfont:nth-of-type(4) {
    bottom: -2%;
    left: -4.5rem;
    background-color: #91a9d5;
}

.low_carbon_list h3.title .iconfont:nth-of-type(5) {
    bottom: -2%;
    right: -4.5rem;
    background-color: #71c4cd;
}

.low_carbon_list h3.title .iconfont:hover,.low_carbon_list h3.title .iconfont.cur {
    transform: scale(1.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15),-5px -5px 10px rgba(0,0,0,0.15)
}

.low_carbon_list .con:hover .desc,.low_carbon_list .con.cur .desc {
    opacity: 1;
}

.project_pre_ipo {
    padding: 3.5rem 0;
}

.pre_ipo_list {
    position: relative;
}

.pre_ipo_list h3 {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    margin-top: -1.5rem;
    transform: translate(-50%,-50%);
    width: 11.6rem;
    height: 11.6rem;
    border-radius: 50%;
    text-align: center;
    background-color: #fafafa;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1);
    font-size: 1.6rem;
}

.pre_ipo_list .con {
    width: 47%;
    padding: 2.5rem 3.6rem;
    color: #fff;
    background: url(../images/preipopic1.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
}

.pre_ipo_list .con:nth-of-type(2) {
    background-image: url(../images/preipopic2.jpg);
}

.pre_ipo_list .con:nth-of-type(3) {
    background-image: url(../images/preipopic3.jpg);
}

.pre_ipo_list .con:nth-of-type(4) {
    background-image: url(../images/preipopic4.jpg);
}

.pre_ipo_list .con .title {
    font-size: 1.2rem;
}

.pre_ipo_list .con .desc {
    font-size: 16px;
    margin-top: 2rem;
    line-height: 1.8;
}

.news_page {
    position: relative;
    padding-top: 1rem;
    z-index: 1;
    background-color: #fff;
}

.newspage_content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #fff;
}

.bgcl {
    background-color: #f6f6f6!important;
}

.news_item1 {
}

.news_item1 .img {
    width: 45%;
    height: 0;
    padding-top: 35.45%;
    box-sizing: content-box;
    position: relative;
}

.news_item1 .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: all 0.5s ease 0;
    display: none;
}

.news_item1 .newslist {
    width: 55%;
    box-shadow: 6px 6px 12px -3px rgba(0,0,0,0.3)
}

.news_item1 .item {
    flex: 1;
    -ms-flex: 1;
    padding: 1.0rem 6% 0 3.9%;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
    transition: all 0.5s
}

/*.newslist .item:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";transition: all 0.5s ease;background-image: linear-gradient(to right, #1060bf, #13bbe0);-ms-background-image: linear-gradient(to right, #1060bf, #13bbe0);opacity: 0;transform: translate3d(0%,0,0);}*/
/*.newslist .item:hover:after,.newslist .item.on:after{opacity: 1;transform: translate3d(0%,0,0);}*/
.news_item1 .item:hover,.news_item1 .item.on {
    color: #fff;
    border-color: transform;
    background-color: #393199;
}

.news_item1 .item:hover .more,.news_item1 .item:hover .desc,.news_item1 .item.on .more,.news_item1 .item.on .desc {
    color: #fff!important;
}

.news_item1 .item h3,.news_item1 .item .desc,.news_item1 .item .date {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0;
}

.news_item1 .item h3 {
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_item1 .item .desc {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1.0rem;
}

.news_item1 .item .date {
    margin-right: 1rem;
}

.news_item1 .item .more {
    font-weight: bold;
    color: #393199;
    transition: all 0.5s ease 0;
}

.news_item2 {
}

.news_item2 .item {
    width: 29.125%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
    display: block;
}

.news_item2 .item .img {
    height: 0;
    padding-top: 63.7%;
    box-sizing: content-box;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news_item2 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.news_item2 .item .text {
    height: 10rem;
    background-color: #fff;
    padding: 1.0rem 1rem;
}

.news_item2 .item h3 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_item2 .item .desc {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
}

.news_item2 .item .date {
    margin-right: 1rem;
    color: #666;
}

.news_item2 .item .more {
    color: #333;
    transition: all 0.6s;
    position: relative;
    padding-bottom: 0.5rem;
}

.news_item2 .item .more:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #9b98ba;
    content: "";
    transition: all 0.5s;
}

.news_item2 .item:hover {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1),-5px -5px 10px rgba(0,0,0,0.1);
}

.news_item2 .item:hover h3,.news_item2 .item:hover .more {
    color: #393199;
}

.news_item2 .item:hover .desc {
    color: #666;
}

.news_item2 .item:hover .more:after {
    width: 100%;
}

.news_item2 .item:hover .date {
    color: #666;
}

.news_item3 {
}

.news_item3 .item {
    width: 49%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
    margin-bottom: 1.6rem;
    padding: 0.5rem 2rem;
    background-color: #ffffff;
    border-left: 1px solid #eee;
    transition: all 0.5s;
}

.news_item3 .item .text {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.news_item3 .item .img {
    width: 6.5rem;
    margin-left: 2.0rem;
}

.news_item3 .item h3 {
    font-size: 0.9rem;
}

.news_item3 .item .desc {
    margin-top: 0.5rem;
    transition: all 0.5s;
}

.news_item3 .item .date {
    position: relative;
    z-index: 1;
    margin-right: 0.5rem;
}

.news_item3 .item .more {
    color: #393199;
    transition: all 0.5s
}

.news_item3 .item:hover,.news_item3 .item.on {
    color: #fff;
    border-color: transform;
    background-color: #393199;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.1),-8px -8px 16px rgba(0,0,0,0.1);
}

.news_item3 .item:hover .more,.news_item3 .item:hover .desc,.news_item3 .item.on .more,.news_item3 .item.on .desc {
    color: #fff!important;
}

.news_item3 .item h3,.news_item3 .item .desc,.news_item3 .item .date {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0;
}

.news_item4 {
}

.news_item4 .item {
    width: 49%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
    margin-bottom: 1.0rem;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc;
}

.news_item4 .item h3 {
    font-size: 0.9rem;
}

.news_item4 .item:hover h3 {
    color: #0065bf;
}

.news_item4 .item:hover .date {
    color: #666;
}

.news_item4 .item:hover:after {
    display: none;
}

.news_item4 .item .date {
    position: relative;
    z-index: 1;
    margin-right: 1rem;
}

.news_item5 {
}

.news_item5 .item {
    width: 100%;
    position: relative;
    margin-bottom: 1.6rem;
    padding: 1.25rem 2rem 1.25rem 1.25rem;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.6s;
}

.news_item5 .item:hover {
    box-shadow: 8px 8px 16px rgba(0,0,0,0.1),-8px -8px 16px rgba(0,0,0,0.1);
}

.news_item5 .item h3 {
    font-size: 0.9rem;
}

.news_item5 .item .date {
    position: relative;
    z-index: 1;
    margin-right: 1.4rem;
    flex: 0 0 auto;
    padding: 20px 25px;
    background-color: #393199;
    color: #fff;
    font-size: 1.0rem;
    font-family: "Dosis";
}

.news_item5 .item .date .day {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
}

.news_item5 .item .date .day:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: all 0.5s;
}

.news_item5 .item .ewm,.news_item5 .item .ewm img {
    width: 74px;
    height: 74px;
}

.news_item5 .item .text {
    flex: 1;
    margin-right: 5rem;
}

.news_item5 .item h3 {
    font-size: 1.1rem;
}

.news_item5 .item .desc {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item5 .item:hover h3 {
    color: #393199;
}

.news_item5 .item:hover .date {
    color: #fff;
}

.news_item5 .item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #393199;
    content: "";
    transition: all 0.5s;
}

.news_item5 .item:hover:after {
    width: 100%;
}

.item .img {
    overflow: hidden;
}

.item .img img {
    transition: all 0.5s ease-in-out;
}

.item:hover .img img {
    transform: scale(1.1,1.1);
}

.com-fenye1 {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    -js-display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -ms-align-items: center;
    -ms-justify-content: center;
    margin: 2rem 0 0;
}

.com-fenye1 .a1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.4s ease;
    margin: 0 3px;
    text-align: center;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    -js-display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.com-fenye1 .a1:hover, .com-fenye1 .a1.active {
    background: #393199;
    color: #ffffff;
}

.newslist_content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 1.5rem;
}

.newslist_content .tjimgs {
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

.newslist_content .tjimgs .item {
    display: block;
}

.newslist_content .tjimgs .img {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 0;
    padding-top: 28%;
    box-sizing: content-box;
}

.newslist_content .tjimgs .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(transparent, #222);
    opacity: 0.1;
    z-index: 0;
}

.newslist_content .tjimgs .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newslist_content .tjimgs .text {
    width: 50%;
    padding: 2rem;
    background-color: #f9f9f9;
    position: relative;
}

.newslist_content .tjimgs .text h3 {
    font-size: 1.2rem;
}

.newslist_content .tjimgs .text .desc {
    font-size: 0.8rem;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2;
}

.newslist_content .tjimgs .text .more {
    font-size: 0.9rem;
    margin-top: 1rem;
}

.newslist_content .tjimgs .text .ewm {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 74px;
    height: 74px;
}

.newslist_content .tjimgs .text:hover h3,.newslist_content .tjimgs .text:hover .more {
    color: #393199;
}

.newslist_content .tjimgs:hover .img img {
    transform: scale(1.05);
}

.newslist_content .tjimgs .swiper-pagination {
    width: 50%;
    right: 0;
    bottom: 2rem;
    left: auto;
    text-align: left;
    padding-left: 2rem;
}

.newslist_content .tjimgs .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 8px;
}

.newslist_content .content {
    margin-top: 3.5rem;
}

.newslist_content .left_con {
    width: 71.625%;
}

.newslist0 .item {
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.newslist0 .item .img {
    width: 29.3%;
    height: 0;
    box-sizing: content-box;
    padding-top: 12.67%;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    margin-right: 1.7rem;
    display: block;
}

.newslist0 .item .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.newslist0 .item .text {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.newslist0 .item .text h3 {
    font-size: 1.0rem;
    display: block;
}

.newslist0 .item:hover .text h3,.newslist0 .item:hover .more {
    color: #393199;
}

.newslist0 .item:hover .desc {
    color: #333;
}

.newslist0 .item .text .desc {
    font-size: 0.8rem;
    height: 3.0rem;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist0 .item .text .date {
    color: #666;
    font-size: 0.9rem;
    font-family: 'Dosis';
    padding-left: 30px;
    background: url(../images/icon_time.png) left center no-repeat;
}

.newslist0 .item .text .more {
    margin-bottom: 12px;
}

.newslist_content .right_con {
    width: 22.375%;
}

.newslist_content .right_con .item {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 63.7%;
    box-sizing: content-box;
    background-color: #eee;
    margin-bottom: 1.5rem;
}

.newslist_content .right_con .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 1;
    z-index: 0;
}

.newslist_content .right_con .item .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 1;
    background-color: #eee;
    padding: 1.5rem;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.newslist_content .right_con .item h3 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    transition: all 0.5s ease 0;
}

.newslist_content .right_con .item .date {
    position: relative;
    z-index: 2;
    font-size: 14px;
    transition: all 0.5s ease 0;
}

.newslist_content .right_con .item:hover .text {
    color: #fff;
    background-color: rgba(0,85,184,0.5);
}

.newslist_content .right_con .item:hover img {
    opacity: 1;
}

.newslist_content .right_con .item:hover img:after {
    opacity: 1;
}

.news_con {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
}

.news_con .leftbar {
    width: 100px;
    text-align: center;
}

.news_con .leftcon {
    width: calc(75% - 100px);
    position: relative;
    padding: 0 3%;
}

.news_con .leftcon:before {
    width: 1px;
    height: 80%;
    background-color: #f0f0f0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.news_con h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.news_con h2 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}


.news_con .source {
    margin-bottom: 2.5rem;
    padding: 0.75rem;
    background-color: #f6f6f6;
    text-align: center;
}

.news_con .source span {
    padding: 0 15px;
    font-size: 14px;
}

.news_con_body {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
    border-top: 1px solid #ddd;
    1pxborder:solid;padding-top: 2rem;
}

.news_con_body p {
    text-indent: 2em;
    line-height: 2;
}

.news_con_body p,.news_con_body div {
    margin-bottom: 20px;
}

.news_con_body img {
    max-width: 90%;
    margin: 20px auto;
    display: block;
}

.news_con .right_con {
    width: 25%;
}

.news_con .return_list {
    margin: 2rem 0;
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    background: #28226c ;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
}

.news_con .return_list .icon {
    width: 30px;
    height: 30px;
    background: url(../images/icon_menu_w.png) center center no-repeat;
}

.news_con .leftbar .date {
    font-size: 1.0rem;
    color: #000;
    font-family: "Dosis";
    margin-bottom: 1rem;
}

.news_con .leftbar .day {
    font-size: 1.5rem;
}

.news_con .leftbar .year {
    position: relative;
    display: inline-block;
}

.news_con .leftbar .year:after,.news_con .leftbar .year:before {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0.8rem;
    height: 1px;
    background-color: #c8c8c8;
    content: "";
}

.news_con .leftbar .year:after {
    right: -20px;
    left: auto;
}

.news_con .share {
}

.share .name {
    font-size: 14px;
    color: #666;
    position: relative;
    display: inline-block;
}

.share .name:after,.share .name:before {
    position: absolute;
    left: -1.0rem;
    top: 50%;
    width: 0.8rem;
    height: 1px;
    background-color: #c8c8c8;
    content: "";
}

.share .name:after {
    right: -1.0rem;
    left: auto;
}

.lhShare_list {
}

.share .lhShare {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 1rem auto 1rem;
    border-radius: 50%;
    background-color: #ccc;
    transition: all 0.6s;
}

.share .lhShare:hover {
    background-color: rgb(61,190,91);
}

.share .lhShare[data-type='xinlang']:hover {
    background-color: rgb(213,44,43)
}

.share .lhShare[data-type='qqhy']:hover {
    background-color: rgb(22,154,218)
}

.share .lhShare[data-type='kongjian']:hover {
    background-color: rgb(253,207,0)
}

.share .lhShare .iconfont {
    font-size: 30px;
    color: #fff;
}

.newslist3 {
    margin-top: 2.5rem;
}

.newslist3 h3 {
    font-size: 1.5rem;
    line-height: 1;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #555;
    padding-left: 1.0rem;
    border-left: 0.2rem solid #004098;
}

.newslist3 .item {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: 50%;
    color: #555;
    transition: all 0.5s ease;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    padding-right: 30px;
}

.newslist3 .item:hover {
    color: #004097;
}

.newslist4 {
    margin-bottom: 2rem;
}

.newslist4 h3 {
    font-size: 1.2rem;
    line-height: 2.2;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #555;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    background: url(../images/icon_fire_b.png) left 5px center no-repeat;
}

.newslist4 h3.tjicon {
    background-image: url(../images/icon_new.png);
}

.newslist4 .item {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #555;
    transition: all 0.5s ease;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    padding-right: 30px;
    position: relative;
}

.newslist4 .item span {
    padding: 0 10px;
}

.newslist4 .item.hot {
    background: url(../images/icon_hot.png) right center no-repeat;
}

.newslist4 .item:after {
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    content: attr(data-num);
    color: #fff;
}

.newslist4 .item:nth-of-type(1) span {
    color: #c80000;
}

.newslist4 .item:nth-of-type(2) span {
    color: #ff0909;
}

.newslist4 .item:nth-of-type(3) span {
    color: #ff9000;
}

.newslist4 .item:hover {
    color: #393199;
}

.newslist5 {
    margin-top: 2.5rem;
}

.newslist5 h3 {
    font-size: 1.2rem;
    line-height: 2.2;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #555;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    background: url(../images/icon_flag.png) left center no-repeat;
}

.newslist5 .item {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: auto;
    margin-right: 15px;
    background-color: #f8f8f8;
    text-align: center;
    color: #555;
    transition: all 0.5s ease;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    padding: 5px 20px;
}

.newslist5 .item:hover {
    color: #393199;
}

.bt {
    border-top: 1px solid #ccc;
}

.fanpian {
    padding-top: 1.0rem;
    width: 100%;
}

.fanpian a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #444;
    transition: all 0.5s ease;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fanpian a:hover {
    color: #393199;
}

.sharebox {
    line-height: 37px;
    margin-top: 30px;
    font-size: 16px;
}

/*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¸Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬*/
.product_page {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.product_page .product_list {
}

.product_list .item {
    position: relative;
    z-index: 0;
    padding: 4rem 3rem;
    overflow: hidden;
}

.product_list .item:nth-of-type(2n+1):after {
    position: absolute;
    right: 0;
    top: 0;
    width: 27.4%;
    height: 100%;
    background: url(../images/bgService.png) center;
    content: "";
    transform: translateX(100%);
    transition: all 1s ease;
}

.product_list .item:nth-of-type(4n+2):after {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: #f1f7fe;
    content: "";
    transform: translateX(-100%);
    transition: all 1s ease;
}

.product_list .item:nth-of-type(4n):after {
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: #f1f7fe;
    content: "";
    transform: translateX(100%);
    transition: all 1s ease;
}

.product_list .Visual.item:nth-of-type(2n+1):after {
    transform: translateX(0%);
}

.product_list .Visual.item:nth-of-type(4n+2):after {
    transform: translateX(0%);
}

.product_list .Visual.item:nth-of-type(4n):after {
    transform: translateX(0%);
}

.product_list .item .container {
    position: relative;
    z-index: 1;
}

.product_list .item .imgcon {
    width: 50%;
    padding: 0 2rem;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}

.product_list .item:nth-of-type(2n+1) .text {
    order: -1;
}

.product_list .item .imgcon .img {
    width: 100%;
    position: relative;
    height: 0;
    box-sizing: content-box;
    padding-top: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: block;
    display: block;
}

.product_list .item .imgcon .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.product_list .item:hover img {
    transform: scale(1);
}

.product_list .item .imgcon .img:hover img {
    transform: scale(1.05);
}

.product_list .item .text {
    width: 50%;
    padding: 0 2rem;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}

.product_list .item .text h3 {
    font-size: 2.4rem;
    color: #0653b8;
    font-weight: bold;
    position: relative;
    display: inline;
    line-height: 1.6;
}

.product_list .item .text h3 a {
    font-size: 2.4rem;
    color: #0653b8;
}

.product_list .item .text h3:after {
    position: absolute;
    right: -8.0rem;
    top: 50%;
    width: 7.0rem;
    height: 0.25rem;
    background-image: linear-gradient(to right, #1060bf, #13bbe0);
    -ms-background-image: linear-gradient(to right, #1060bf, #13bbe0);
    content: "";
}

.product_list .item .text .en {
    text-transform: capitalize;
    font-size: 2.5rem;
    color: rgba(6,83,184,0.3);
    margin-bottom: 1rem;
}

.product_list .item .text .desc {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.product_list .item .text .more {
    display: block;
    width: 6.5rem;
    height: 2.25rem;
    border: 1px solid #333;
    text-align: center;
    line-height: 2.25rem;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.product_list .item .text .more span {
    position: relative;
    z-index: 1;
}

.product_list .item .text .more:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1060bf, #13bbe0);
    -ms-background-image: linear-gradient(to right, #1060bf, #13bbe0);
    content: "";
    transition: all 0.5s ease;
    transform: translateX(-100%);
    z-index: 0;
}

.product_list .item .text .more:hover {
    color: #fff;
    border-color: transparent;
}

.product_list .item .text .more:hover:after {
    transform: translateX(0%);
}

/*jobs*/
.jobs_page {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.jobs_content {
    padding-top: 3.5rem;
}

.rzfz_content {
}

.rzfz_content .item {
}

.rzfz_content .item:nth-of-type(2n) .text {
    order: -1;
}

.rzfz_content .item .img {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    /*height: 0;box-sizing: content-box;padding-top: 25%;*/
}

.rzfz_content .item .imgbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rzfz_content .item .text {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 3.0rem;
    background-color: #f9f9f9;
}

.rzfz_content .item .text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666666;
    position: relative;
    padding-bottom: 0.75rem;
}

.rzfz_content .item .text h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.5rem;
    height: 1px;
    background-color: #ccc;
    content: "";
}

.rzfz_content .item .text .desc {
    padding: 3.5rem 0;
    position: relative;
    margin-top: 1.5rem;
    font-size: 1.0rem;
    color: #666666;
    line-height: 1.7;
}

.rzfz_content .item .text .desc:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.35rem;
    height: 2.5rem;
    background: url(../images/yinhao_left.png) center no-repeat;
    background-size: 100%;
    content: "";
}

.rzfz_content .item .text .desc:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.35rem;
    height: 2.5rem;
    background: url(../images/yinhao_right.png) center no-repeat;
    background-size: 100%;
    content: "";
}

.rzfz_content .item:hover .img .imgbg {
    transform: scale(1.05);
}

.job_list_wrap {
    padding-top: 3.5rem;
}

.job_search {
    margin-bottom: 1.5rem;
    color: #333;
}

.job_search select {
    border: 1px solid #eee;
    height: 2.8rem;
    width: 15.5rem;
    margin-right: 1.5rem;
    font-size: 1rem;
}

.job_search input[type='text'] {
    border: 1px solid #eee;
    height: 2.8rem;
    flex: 1;
    margin-right: 1.5rem;
    font-size: 1rem;
}

.job_search button[type='submit'] {
    height: 2.8rem;
    width: 11.7rem;
    background-color: #393199;
    color: #fff;
    border: 0;
    font-size: 1rem;
}

/*jobs*/
.joblist {
    margin-bottom: 3.0rem;
}

.joblist .tt {
    background: #f0f0f0;
    margin-bottom: 10px;
    color: #555;
    font-weight: bold;
}

.joblist .tt p {
    float: left;
    width: 20%;
    padding-left: 2.5%;
    color: #555;
    line-height: 3.25rem;
    font-size: 1rem;
    text-align: center;
}

.joblist ul {
    background: #fff;
    border-bottom: 0;
}

.joblist ul li .dt {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.joblist ul li .dt p {
    float: left;
    width: 20%;
    padding-left: 2.5%;
    color: #666;
    line-height: 56px;
    font-size: 0.9rem;
    text-align: center;
}

.joblist ul li .dt p a,.joblist .cont .wyyp a {
    width: 9.0rem;
    background: #393199;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2.7;
    margin-top: 10px;
}

.joblist .cont .wyyp a {
    margin: 15px 0 10px;
}

.joblist ul li .dt .zkbtn {
    position: absolute;
    right: 40px;
    top: 0;
    width: 24px;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 40px;
    cursor: pointer;
    color: #c8c8c8;
    background: url(../images/icon_jia.png) center no-repeat;
    background-size: 16px;
}

.joblist ul li .dt .zkbtn.open {
    background-image: url(../images/icon_jian.png);
    background-size: 9px;
}

.joblist ul li .cont {
    padding: 2.5%;
    font-size: 14px;
    color: #757474;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
    display: none;
    background-color: #f2f2f2;
}

.joblist .cont_body {
    margin-bottom: 1.0rem;
}

.joblist .cont_body .item {
    width: 48%;
}

.joblist .cont_body .item .name {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.joblist .cont_body .bodycon {
    font-size: 14px;
    line-height: 2;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬*/
.contact_page {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.contact_list_content {
}

.contact_list .item {
    width: 33.33%;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background-color: #fbfbfb;
    position: relative;
    padding: 4% 5%;
    transition: all 0.5s ease;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.contact_list .item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1060bf, #13bbe0);
    content: "";
    transform: translate3d(-101%,0,0);
    z-index: 0;
    transition: all 0.5s ease;
}

.contact_list .item:hover:after {
    transform: translate3d(0%,0,0);
}

.contact_list .item:hover,.contact_list .item:hover .name {
    color: #fff;
}

.contact_list .item .name {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #0065bf;
    transition: all 0.5s ease;
    font-weight: bold;
}

.contact_list .item p {
    position: relative;
    z-index: 1;
    line-height: 1.6;
    font-size: 0.9rem;
}

.contact_list .item:nth-of-type(2n+1) {
    background-color: #f1f1f1
}

.contact_list .item:nth-of-type(1) {
    background-image: url(../images/contact_bg1.png);
}

.contact_list .item:nth-of-type(2) {
    background-image: url(../images/contact_bg2.png);
}

.contact_list .item:nth-of-type(3) {
    background-image: url(../images/contact_bg3.png);
}

.contact_list .item:nth-of-type(4) {
    background-image: url(../images/contact_bg4.png);
}

.contact_list .item:nth-of-type(5) {
    background-image: url(../images/contact_bg5.png);
}

.contact_list .item:nth-of-type(6) {
    background-image: url(../images/contact_bg6.png);
}

.contact_map {
    margin-top: 6rem;
    position: relative;
}

.contact_map .map {
    width: 100%;
    height: 32.5rem;
}

.contact_map .mapbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

.group_content {
    padding-top: 3.5rem;
}

.group_content .info {
    width: 40%;
    margin-right: 5%;
}

.group_content .info p {
    padding-left: 2.25rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    background-position: left top 0.2rem;
    background-repeat: no-repeat;
    background-size: 1.2rem;
}

.group_content .info p.paddr {
    background-image: url(../images/icon_addr_l.png);
}

.group_content .info p.ptel {
    background-image: url(../images/icon_tel_l.png);
}

.group_content .info p.pfax {
    background-image: url(../images/icon_fax_l.png);
}

.group_content .feedback {
    width: 50%;
    margin-right: 5%;
    font-size: 1.0rem;
}

.group_content .feedback .items .item {
    width: 49%;
}

.group_content .feedback input[type='text'] {
    height: 2.2rem;
    font-size: 0.9rem;
}

.group_content .feedback textarea {
    font-size: 0.9rem;
}

.group_content .feedback button[type='submit'] {
    height: 2.2rem;
    background-color: #333333;
    color: #fff;
    font-size: 0.9rem;
    border: 0;
    width: 10.0rem;
}

.group_content .feedback .item {
    margin-bottom: 1.0rem;
}

.group_content .feedback img {
    height: 2.2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.contact_guanzhu {
    padding-top: 3.5rem;
}

.codelist {
    margin-top: 2rem;
}

.codelist .item {
    width: 15%;
    text-align: center;
}

.codelist .item .img {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.codelist .item .img img {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3)
}

.codelist .item p {
    font-size: 16px;
    margin-top: 0.5rem;
}

.qtyewu_wrap {
    padding-bottom: 3.5rem;
}

@media(max-width: 1650px) {
    html {
        font-size: 18px;
    }

    .head .rightnav>ul>li>a {
        font-size: 16px;
    }

    .news_right .index_newslist .item {
        padding: 5% 0 5% 180px;
    }

    .news_right .index_newslist .img {
        top: 1.9rem;
    }

    .news_right .index_newslist h4,.newslist2 .item h4 {
        font-size: 16px;
    }

    .subnavwarp .con[data-typeid='1'] .name {
        margin-left: 10rem;
    }

    .subnavwarp .con[data-typeid='2'] .name {
        margin-left: 16rem;
    }

    .subnavwarp .con[data-typeid='3'] .name {
        margin-left: 21rem;
    }

    .head .rightnav>ul>li>a {
        padding: 0 0.7rem;
        margin: 0 0.7rem;
    }
}

@media(max-width: 1440px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 90%;
    }

    .banner_nav {
        height: 120px;
    }

    .banner_nav .item {
        padding: 20px;
    }

    .banner_nav .text .desc {
        line-height: 1.4;
    }

    .banner_nav .icon img {
        width: 60px;
    }

    .banner_nav .item.on .icon img {
        width: 40px;
    }

    .product_list .item:nth-of-type(4n+2):after {
        width: 95%;
    }

    .product_list .item:nth-of-type(4n):after {
        width: 95%;
    }

    /*.head .rightnav>ul>li>a{padding: 0}*/
    .product_list .item .text .desc,.about_con .about_data .desc,.com-fenye1 .a1,.fanpian a,.news_con_body,.product_con_body {
        font-size: 14px;
    }

    .low_carbon_list .con {
        margin-bottom: 2.5rem;
    }

    .low_carbon_list .con .desc {
        font-size: 14px;
    }

    .history .swiper-button-next, .history .swiper-button-prev {
        margin-top: -2.9rem;
    }
}

@media(max-width: 1280px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 95%;
    }

    .head .rightnav>ul>li>a {
        padding: 0 0.4rem;
        margin: 0 0.4rem;
    }

    .subnavwarp .con[data-typeid='2'] .name {
        margin-left: 16rem;
    }

    .subnavwarp .con[data-typeid='4'] .name {
        margin-left: 22rem;
    }

    .subnavwarp .name {
        padding-right: 3rem;
    }

    .subnavwarp .xialanav {
        padding-left: 3rem;
    }

    .news_right .index_newslist .item {
        padding: 3.5% 0 3.5% 180px;
    }

    .news_right .index_newslist .img {
        top: 1.2rem;
    }

    .low_carbon_list .con {
    }
}

@media(max-width: 1023px) {
    .subnavwarp {
        top: 70px;
    }

    .head .rightnav ul {
        display: none;
    }

    .head .rightnav>ul>li>a {
        padding: 0 0.2rem;
        margin: 0 0.2rem;
    }

    .low_carbon_list .con .desc {
        width: 100%;
    }

    .banner .slider_pagination {
        bottom: 20px;
    }
}
