﻿@charset "UTF-8";

#index .index-banner {
    width: 100%;
    position: relative;
}

#index .index-banner .index-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

#index .index-banner .index-swiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#index .index-banner .index-swiper .swiper-slide > img {
    width: 100%;
    opacity: 0;
}

#index .index-banner .index-swiper .swiper-slide .center-position {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#index .index-banner .index-swiper .swiper-slide .center-position .text-box {
    width: 1680px;
    margin: 0 auto;
}

#index .index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ef001e;
    border-radius: 25px;
    opacity: 0.9;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 50px;
}

#index .index-banner .index-swiper .swiper-slide .center-position .text-box .t1 {
    margin-bottom: 25px;
}

#index .index-banner .index-swiper .swiper-slide .center-position .text-box p {
    color: #eee;
    font-size: 20px;
    line-height: 2em;
}

#index .index-banner .index-swiper .swiper-slide .center-position .text-box p span {
    font-size: 36px;
    color: #fff;
}

#index .index-banner .index-swiper .page-box {
    bottom: 40px;
    left: 0 !important;
    position: absolute;
    width: 100%;
}

#index .index-banner .index-swiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: url("../images/dot2.png") no-repeat center center;
    opacity: 1;
    margin-right: 0.2rem;
}

#index .index-banner .index-swiper .swiper-pagination {
    width: 100%;
}

#index .index-banner .index-swiper .swiper-pagination-bullet-active {
    background: url("../images/dot.png") no-repeat center center;

}

#index .index-banner .mouse {
    width: 15px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 15px 64px;
    background-image: url("../images/mouse.png");
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

#index .num-position {
    margin-top: -120px;
    position: relative;
    z-index: 10001;
    background: url("../images/gongsijieshao.png") no-repeat top center;
    padding-bottom: 0.5rem;
    height: 8.2rem;
}

#index .num-position .num-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1600px;
}

#index .num-position .num-box li {
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 1rem;
}

#index .num-position .num-box li img {
    position: absolute;
    left: 20px;
    bottom: 0.2rem;
}

#index .num-position .num-box li .t1 {
    color: #333333;
    font-size: 0.24rem;
    width: 100%;
    box-sizing: border-box;
}

#index .num-position .num-box li .pad1 {
}

#index .num-position .num-box li .pad2 {
}

#index .num-position .num-box li .pad3 {
    padding-left: 45px;
}

#index .num-position .num-box li .num {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    text-align: left;
    width: 100%;
}

#index .num-position .num-box li .num .t2 {
    color: #ef001e;
    font-size: 0.3rem;
    height: 72px;
    display: inline;
    font-weight: bold;
}
#index .num-position .num-box li .num .t2  span{
    font-size: 0.5rem;
    margin-right: 2px;
}
#index .num-position .num-box li .info {
    text-align: center;
    margin-top: 20px;
}

#index .num-position .num-box li .info p {
    line-height: 1.8em;
    color: #999;
    font-size: 14px;
}

#index .num-position .num-box li .des {
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

#index .num-position .num-box li:last-of-type {
    border-right: none;
}

#index .business-area {
}

#index .business-area .area-box {
    margin-top: 45px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/area00.jpg");
    position: relative;
    transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
}

#index .business-area .area-box .area-position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#index .business-area .area-box .area-position .area-list {
    width: 1680px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

#index .business-area .area-box .area-position .area-list li {
    width: 25%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 36px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

#index .business-area .area-box .area-position .area-list li > p {
    font-weight: bold;
}

#index .business-area .area-box .area-position .area-list li .info-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(201, 38, 29, 0.8);
    display: inline-block;
    padding: 65px 30px 0;
    display: none;
}

#index .business-area .area-box .area-position .area-list li .info-cover .title {
    color: #fff;
    font-size: 36px;
}

#index .business-area .area-box .area-position .area-list li .info-cover .line {
    width: 80px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}

#index .business-area .area-box .area-position .area-list li .info-cover .info {
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
    height: 52%;
}

#index .business-area .area-box .area-position .area-list li .info-cover .txt {
    color: #fecfcc;
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fecfcc;
}

#index .business-area .area-box .area-position .area-list li .info-cover .arr {
    width: 0px;
    height: 5px;
    background-size: 27px 5px;
    background-repeat: no-repeat;
    background-image: url("../images/arr.png");
    display: inline-block;
    position: absolute;
    right: 70px;
    bottom: 30px;
    transition: right .8s;
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
}

#index .business-area .area-box .area-position .area-list li .info-cover:hover .arr {
    right: 30px;
}

#index .business-area .area-box .area-position .area-list li:nth-of-type(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#index .business-area .area-box img {
    width: 100%;
    opacity: 0;
}

#index .business-area .area-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

#index .business-area .area-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 50%;
    z-index: 1000;
    left: 0;
}


#news .news-content {
    margin-top: 30px;
    margin-bottom: 40px;
}

#news .news-content .news-display {
    width: 100%;
    height: 520px;
}

#news .news-content .news-display .left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

#news .news-content .news-display .right {
    float: right;
    padding: 50px 25px 0 40px;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background: #fff;
    position: relative;
}

#news .news-content .news-display .right .title {
    padding-right: 50px;
    font-size: 36px;
    color: #333;
    line-height: 1.8em;
}

#news .news-content .news-display .right .info-box {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 50px;
    height: 205px;
    overflow-y: auto;
    /*定义滑块 内阴影+圆角*/
}

#news .news-content .news-display .right .info-box::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #F5F5F5;
}

#news .news-content .news-display .right .info-box::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #ffffff;
}

#news .news-content .news-display .right .info-box::-webkit-scrollbar-thumb {
    background-color: #fed130;
}

#news .news-content .news-display .right .date {
    color: #bbb;
    font-size: 14px;
    bottom: 30px;
    position: absolute;
}

#news .news-content .news-list {
    margin-top: 70px;
}

#news .news-content .news-list li {
    width: 530px;
    /*height: 660px;*/
    height: auto !important;
    background: #fff;
    position: relative;
    float: left;
    margin-right: 24px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    margin-bottom: 40px;
}

#news .news-content .news-list li > a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

#news .news-content .news-list li .pic {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

#news .news-content .news-list li .pic img {
    width: 100%;
    /*height: 100%;*/
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
}

#news .news-content .news-list li .bottoms-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#news .news-content .news-list li .info-box {
    padding: 25px 30px 25px;
}

#news .news-content .news-list li .info-box .tt {
    color: #222;
    font-size: 22px;
    height: 30px;
}

#news .news-content .news-list li .info-box .info {
    line-height: 1.5;
    margin-top: 5px;
    color: #888;
    font-size: 16px;
}

#news .news-content .news-list li .bottom {
    height: 60px;
    position: static;
    width: 100%;
    bottom: 0;
    display: block;
}

#news .news-content .news-list li .bottom .time {
    width: calc(100% - 60px);
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
}

#news .news-content .news-list li .bottom .arr {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: center center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    line-height: 60px;
    text-align: center;
}

#news .news-content .news-list li:nth-of-type(3n) {
    margin-right: 0;
}

#news .news-content .news-list li:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 91, 160, 0.31);
}

#news .news-content .news-list li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#news .news-content .news-list li:hover .info-box .tt {
    color: #005ba0;
}

#news .news-content .news-list li:hover .bottom .arr {
}

#news .news-content .content {
    width: 100%;
    margin: 20px auto;
    max-width: 13.4rem;
}

#news .news-content .content .title-box {
    padding-bottom: 65px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

#news .news-content .content .title-box .t1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 50px;
    text-align: left;
    margin-top: -40px;
}

#news .news-content .content .title-box .t2 {
    font-size: 0.36rem;
    color: #101010;
    margin-bottom: 0.2rem;
}

#news .news-content .content .title-box .t3 {
    font-size: 16px;
    color: #808080;
    margin-top: 10px;
}

#news .news-content .content .title-box .t3 span:last-of-type {
    margin-left: 30px;
}

#news .news-content .content .cont {
    padding-top: 35px;
    padding-bottom: 130px;
}

#news .news-content .content .cont p {
    /*color: #666;*/
    /*font-size: 14px;*/
    /*line-height: 1.8em;*/
    /*text-indent: 2em; */
}

#news .news-content .content .cont .tt {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

#news .news-content .content .cont .first {
    letter-spacing: 7px;
}

#news .news-content .content .cont .date {
    text-align: right;
}

#news .news-content .content .cont img {
    max-width: 100%;
}



#news .news-content .news-nav-right {
}

#news .news-content .news-nav-right .top {
    color: #333;
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding-left: 30px;
}

#news .news-content .news-nav-right .top .line {
    display: inline-block;
    vertical-align: text-bottom;
    width: 4px;
    height: 20px;
    background: #e00c00;
    margin-right: 10px;
}

#news .news-content .news-nav-right .nav-list {
    margin-top: 10px;
}

#news .news-content .news-nav-right .nav-list li {
    padding: 25px 30px 25px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#news .news-content .news-nav-right .nav-list li .t1 {
    color: #333;
    font-size: 24px;
}

#news .news-content .news-nav-right .nav-list li .t2 {
    color: #333;
    font-size: 18px;
    line-height: 1.8em;
}

#news .news-content .news-nav-right .nav-list li .info {
    color: #999;
    font-size: 14px;
    line-height: 2em;
    margin-top: 25px;
}

#news .news-content .news-nav-right .nav-list li:last-of-type {
    border-bottom: 0;
}

#news .news-content .news-nav-right .nav-list li:hover .t1,
#news .news-content .news-nav-right .nav-list li:hover .t2 {
    color: #ef001e;
}

#news .news-content .news-nav-right .nav-list .active .t1,
#news .news-content .news-nav-right .nav-list .active .t2 {
    color: #ef001e;
}

#news .law-content .content {
    width: 100% !important;
}


#recruitment .recruitment-content .recruitment {
    padding: 0px 0px;
}

#recruitment .recruitment-content .recruitment .recruit-center {
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box {
    width: 100%;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li {
    margin-bottom: 18px;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top {
    width: 100%;
    height: 90px;
    padding: 0px 40px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div {
    color: #666666;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div span {
    color: #222;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(2),
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(3) {
    text-align: center;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(4) {
    text-align: right;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover {
    background: #005ba0;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover > div {
    color: #fff;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover > div span {
    color: #fff;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active {
    background: #005ba0;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active > div {
    color: #fff;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active > div span {
    color: #fff;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content {
    width: 100%;
    padding: 0px 40px 80px 40px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    font-size: 0.22rem;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .t1 {
    color: #333;
    font-size: 18px;
    padding-bottom: 25px;
    padding-top: 25px;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .content p {
    line-height: 2em;
    color: #666;
    font-size: 14px;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #eee;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box .tt {
    color: #666;
    font-size: 14px;
    line-height: 2em;
}

#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .join-in {
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background: #ef001e;
    margin-top: 35px;
}




#search .search-result {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 50px;
    min-height: 600px;
}

#search .search-result .item {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
}

#search .search-result .item .title {
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#search .search-result .item .title i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ef001e;
    margin-right: 10px;
}

#search .search-result .item .title p {
    display: inline-block;
    width: calc(100% - 14px);
}

#search .search-result .item .date {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 10px;
    padding-left: 14px;
}

#search .search-result .pages-box {
    margin-top: 30px;
}

.newtt {
    text-align: center;
    display: block !important;
    padding: 0.8rem 0.2rem 0.4rem;
}

.newtt > h3 {
    font-size: 0.46rem;
    padding-top: 0.3rem;
    color: #1a1a1a;
    background: url("../images/mytt.png") no-repeat top center;
    background-size: auto 66%;
}

.newtt > p {
    font-size: 0.24rem;
    color: #666666;
}

.section3 {
    /* 	background: url(../images/ywfw.png) no-repeat center;
        background-size: cover; */
    position: relative;
}

.section3 .inliner-banner-con {
    width: 800px;
    height: 800px;
    margin: auto;
    position: relative;
    z-index: 6;
    background: url(../images/i10.png) no-repeat center;
    background-size: 100%;
}

.section3 .inliner-banner-con .ul {
    width: 510px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto;
    z-index: 12;
}

.section3 .inliner-banner-con .item-text {
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 1;
}

.section3 .inliner-banner-con .item-text .h02 {
    margin-top: 12px;
    margin-bottom: 33px;
}

.section3 .inliner-banner-con .item-text .line {
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #fff;
}

.section3 .inliner-banner-con .item-text .p {
    line-height: 28px;
    height: 56px;
    margin-top: 40px;
}

.section3 .inliner-banner-con .item-text .h03 {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.section3 .inliner-banner-con {

}

.section3 .inliner-banner-con .center {
    width: 6.6rem;
    height: 6.6rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 8;
}

@keyframes zhuan0 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.section3 .inliner-banner-con .center .cbox {
    width: 100%;
    height: 100%;
    background: url(../images/i9.png) no-repeat center;
    background-size: 100%;
    animation: zhuan0 7s infinite linear .65s;
}

.section3 .inliner-banner-con .center .ul {
    display: none;
}

.section3 .inliner-banner-con .center .i {
    display: block;
    color: #ef001e;
    position: absolute;
    width: 65px;
    height: 65px;
    opacity: 0;
    cursor: pointer;
}

.section3 .inliner-banner-con .center .i.active img, .section3 .inliner-banner-con .center .i:hover img {
    background: #ef001e;
    transition: 0.5s ease-in-out;
}

.section3 .inliner-banner-con .center .i.active span {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.section3 .inliner-banner-con .center .i span {
    width: 120px;
    display: block;
    height: 65px;
    line-height: 65px;
    position: absolute;
    top: 0;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.section3 .inliner-banner-con .center .i img {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.section3 .inliner-banner-con .center .i.s1 span, .section3 .inliner-banner-con .center .i.s2 span, .section3 .inliner-banner-con .center .i.s3 span, .section3 .inliner-banner-con .center .i.s4 span {
    left: -120px;
}

.section3 .inliner-banner-con .center .i.s5 span, .section3 .inliner-banner-con .center .i.s6 span, .section3 .inliner-banner-con .center .i.s7 span, .section3 .inliner-banner-con .center .i.s8 span {
    right: -120px;
}

.section3 .inliner-banner-con .center .i.s1 {
    opacity: 1;
    top: -1%;
    left: 5.5%;
}

.section3 .inliner-banner-con .center .i.s2 {
    opacity: 1;
    top: 28%;
    left: -13%;
}

.section3 .inliner-banner-con .center .i.s3 {
    opacity: 1;
    bottom: 30.5%;
    left: -14.5%;
}

.section3 .inliner-banner-con .center .i.s4 {
    opacity: 1;
    bottom: 1.5%;
    left: 2.5%;
}

.section3 .inliner-banner-con .center .i.s5 {
    opacity: 1;
    bottom: 1.5%;
    right: 2.5%;
}

.section3 .inliner-banner-con .center .i.s6 {
    opacity: 1;
    bottom: 30.5%;
    right: -14.5%;
}

.section3 .inliner-banner-con .center .i.s7 {
    opacity: 1;
    top: 28%;
    right: -13%;
}

.section3 .inliner-banner-con .center .i.s8 {
    opacity: 1;
    top: -1%;
    right: 5.5%;
}

.section .dingk .i {
    width: 100%;
    height: 100%;
}

.inliner-banner ul, .inliner-banner-con ul {
    width: 100%;
    height: 100%;
}

.inliner-banner li, .inliner-banner-con li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    transform: scale(0.8);
    z-index: 1;
}

.inliner-banner li.index, .inliner-banner-con li.index {
    z-index: 2;
}

.inliner-banner li:first-child, .inliner-banner-con li:first-child {
    left: 0;
    transform: scale(1);
}

.inliner-banner li .con, .inliner-banner-con li .con {
    display: block;
    width: 606px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -303px;
    transform: scale(0);
}

.inliner-banner li h3, .inliner-banner-con li h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.inliner-banner li h2, .inliner-banner-con li h2 {
    font-size: 45px;
    color: #fff;
    line-height: 51px;
}

.split_line {
    background-color: #ef001e;
    height: 12px;
    width: 2px;
    display: inline-block;
    margin-top: 9px;
}

.item-text .ft42 {
    font-size: .42rem;
}

.com-title2 {
    color: #fff;
    font-size: 0.46rem;
    padding-top: 0.2rem;
}

.com-title_3 {
    color: #fff;
    font-size: 16px;
}

.more {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    transition: .5s ease-in-out;
    text-transform: uppercase;
    text-align: center;
}

.more span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    transition: .5s ease-in-out;
}

/* .videolist { position:relative; float:left; width:500px; height:300px; margin-right:50px; margin-top:15px; margin-bottom:30px; } */
.videolist:hover {
    cursor: pointer;
}

.videoed {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    margin-left: -0.4rem;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
    text-align: center;
}

.videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -5rem;
    margin-top: -2.5rem;
    z-index: 10002;
    width: 10rem;
    height: 5rem;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.videos video {
    width: 100%;
}

.videoed h5 {
    color: #fff;
    font-size: 0.16rem;
    line-height: 3;
}

.mbox {
    display: none;
}

.yewyfw {
    position: relative;
    z-index: 99;
}

.swiper-pagination-bullet-active{
    background-color: #ef001e;
}
.qywh, .jiaruzp {
    max-width: 1700px;
    width: 95%;
    margin: 20px auto;
}

.div_img {
    margin: 20px auto;
}

.div_img img {
    display: block;
    max-width: 100%;
}

.div_img3 {
    margin: 20px auto;
    overflow: hidden;
}

.div_img3 img {
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
}

.div_img3 img:last-of-type {
    margin-right: 0;
}

.qywhdj {
    overflow: hidden;
}

.qywhdjA {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.qywhdjA:nth-of-type(2n) {
    margin-right: 0;
}

.qywhdjA img {
    display: block;
    max-width: 100%;
}

.qywhdjA h4 {
    line-height: 0.79rem;
    background-color: #fff;
    font-size: 0.24rem;
    color: #666666;
    overflow: hidden;
    padding: 0 20px;
}

.jiarumpBox {
    padding: 30px;
    background-color: #fff;
    margin: 0.3rem auto;
    width: 95%;
    max-width: 1700px;
}

.jiarump {
    height: 6.8rem;
    width: 100%;
}

.lxfs {
    overflow: hidden;
    padding: 30px 10%;
    line-height: 2;
}

.lxfsA {
    float: left;
    font-size: 0.2rem;
    color: #222222;
    width: 50%;
}

.lxfsA:nth-of-type(2n) {
}

.num-positionX {
    position: relative;
    z-index: 10001;
    padding-bottom: 0.5rem;
}

.num-positionX .num-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1600px;
    justify-content: space-between;
}

.num-positionX .num-box li {
    /* width: 33.33%; */
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 0;
}

.num-positionX .num-box li img {
    position: absolute;
    left: 20px;
    bottom: 0.2rem;
    max-width: 0.7rem;
}

.num-positionX .num-box li .t1 {
    color: #333333;
    font-size: 0.2rem;
    width: 100%;
    box-sizing: border-box;
}

.num-positionX .num-box li .pad1 {
}

.num-positionX .num-box li .pad2 {
}

.num-positionX .num-box li .pad3 {
    padding-left: 45px;
}

.num-positionX .num-box li .num {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    text-align: center;
    width: 100%;
}

.num-positionX .num-box li .num .t2 {
    color: #ef001e;
    font-size: 0.35rem;
    height: 72px;
    display: inline;
    font-weight: bold;
}
.num-positionX .num-box li .num .t2 span{
    font-size: 0.55rem;
}

.num-positionX .num-box li .info {
    text-align: center;
    margin-top: 20px;
}

.num-positionX .num-box li .info p {
    line-height: 1.8em;
    color: #999;
    font-size: 14px;
}

.num-positionX .num-box li .des {
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.num-positionX .num-box li:last-of-type {
    border-right: none;
}


.im10 {
}

.im10 img {
    display: block;
    width: 100%;
}

.videolistV {
    width: 100%;
    height: 6rem;
}


.dhab{
    overflow: hidden;

 
 
 margin:0.6rem 0 0 0;
display:flex;
flex-direction:row;
justify-content:center;align-items:center;

 
}
.dhab a{margin-left:.1rem;text-align:center;width:2.11rem;height:.54rem;background-color:#fff;border:0.01rem solid #d6d6d6;display:block; line-height:.54rem;font-size:.14rem}
.dhab a.on{background-color:#d1222c;color:#fff}



.aboutM {
    position: relative;
    background-size: 100% 100%;
    background-position: center;
}

.aboutZ {
    padding: 0.3rem 0;
    text-align: center;
    min-height: 8rem;
    background-size: cover;
    background-position: center;
}

.aboutZt {

}

.aboutZt h3 {
    font-size: 0.42rem;
    line-height: 3;
    color: #fff;
    font-weight: normal;
}

.aboutZt h4 {
    font-size: 0.32rem;
    color: #fff;
    font-weight: normal;
}

.aboutZc {
    max-width: 1000px;
    margin: 20px auto;
}

.aboutZcx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutZcx a {
    width: 229px;
    height: 119px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
}

.aboutZcx a.on {
    background-color: #dd8322;
}

.aboutZcx a img {
    display: block;
    margin: 0.3rem auto 0.1rem;
}

.aboutZbx {
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 88%;
    margin: 0.4rem auto;
    display: none;
}

.rongyuBox {
    background: url(../images/rongyubj.png) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
}

.pagesX {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

.pagesX img {
    margin: 0 10px;
}

.aboutLc {
    max-width: 1053px;
    width: 100%;
    margin: 0.5rem auto 0;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.9rem;
}

.aboutJg {
    padding: 0.8rem 0;
}

.aboutJg .tit {
    width: 44px;
    height: 54px;
    background: url(../images/qidian.png) no-repeat center center;
    margin: 20px auto 0;
}

.aboutJg ul {
    background: url(../images/timeline.png) repeat-y center;
    padding-top: 0.4rem;
}

.clearfix-time {
    display: block;
    zoom: 1;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

.ccc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ptkkb{
    overflow: hidden;
    padding-top: 0.1rem;
}
.ptkkc{
    width: 0.4rem;
    height: 0.4rem;
    float: left;
    margin-right: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.ptkkc.on{
    border: 1px solid #ef001e;
}


.cp-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    background-color: rgba(127,182,222,0.6);
}

.cp-swiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.cp-swiper .swiper-slide .cpbj {
    width: 100%;
    display: block;
}
.cp-swiper .swiper-slide .cpbjBox {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(127,182,222,0.6);

}

.cp-swiper .swiper-slide .cpcp1 {
    position: absolute;
    z-index: 1000;
    max-height: 100%;
    top: 0;
    right: 0;
}
.cp-swiper .swiper-slide .cpcp2 {
    position: absolute;
    z-index: 1001;
    max-height: 100%;
    top: 0;
    right: 0;
}
.cp-swiper .page-box {
    bottom: 0.4rem;
    left: 0 !important;
    position: absolute;
    width: 100%;
}

.cp-swiper .page-box .swiper-pagination-index span {
    margin-right: 20px;
}

.cp-swiper .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 0;
    opacity: 0.6;
}

.cp-swiper .swiper-pagination {
    width: 100%;
}

.cp-swiper .swiper-pagination-bullet-active {
    opacity: 1;

}
.cpfwlbb:hover, .fwyzcb:hover, .fwyzcala .xxala:hover,#company .award-content .award-list li:hover{
    box-shadow:5px 5px 15px 0px rgba(232, 93, 111, 0.42);
}
.fwyzcbza.sy .lj:hover,.linked:hover,.cpfwlbc .lj:hover{
    color: #ff0020;
}
.fwyzcala .xxala,.pic_box{
    overflow: hidden;
}
.fwyzcala .t1{
    width: 100%;
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
}
.fwyzcala .xxala:hover .t1{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}




.gyqsls{
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.gyqslsa{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 13.4rem;
}
.gyqsls .zsbt{
    line-height: 1;
    margin-top: 0.8rem;
    color: #005ba0;
    font-size: 0.48rem;
}
.gyqsls .zsbt span{
    color: #248e3e;
}
.gyqsls .zsbta{
    line-height: 1;
    margin-top: 0.2rem;
    color: #005ba0;
    font-size: 0.38rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
}
.gyqsls .zsbtb{
    font-size: 0.32rem;
}
.gyqslsa .bjcq{
    display: block;
    width: 100%;
    margin: 0.6rem auto;
}
.gyqslsa .p2{
    font-size: 0.2rem;
    width: 8.5rem;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}
.gyqslsa .p3{
    font-size: 0.18rem;
    width: 8.5rem;
    margin: 0 auto;
    color: #666;
    margin-bottom: 0.1rem;
}
.gyqslsb{
    overflow: hidden;
    margin: 0.6rem auto;
    width: 100%;
    max-width: 13.4rem;
}
.gyqslsbl{
    width: 44.7%;
    float: left;
    overflow: hidden;
}
.gyqslsbl:nth-of-type(2n){
    float: right;
}
.gyqslsbl .t1{
    width: 100%;
}
.gyqslsbl h1{
    font-weight: normal;
    font-size: 0.3rem;
    line-height: 1;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
}
.gyqslsbl .p1{
    font-size: 0.2rem;
    width: 8.5rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}
.gyqslsbl .p2{
    font-size: 0.18rem;
    width: 8.5rem;
    margin: 0 auto;
    color: #666;
    margin-bottom: 0.1rem;
}
.gyqslsc{
    overflow: hidden;
    width: 100%;
    height: 7.8rem;
    background: url("../images/qsdw.png") no-repeat top center;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.8rem;
}
.gyqslsc h1{
    margin-top: 1.2rem;
    line-height: 1;
    font-size: 0.48rem;
}
.gyqslsc h2{
    font-weight: normal;
    line-height: 1;
    font-size: 0.38rem;
    margin-bottom: 0.55rem;
    margin-top: 0.25rem;
}
.gyqslsc .p1{
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
}
.gyqslsd{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
}
.gyqslsda{
    float: left;
    width: 6.4rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.17rem;
}
.gyqslsda h1{
    font-size: 0.3rem;
    font-weight: normal;
    margin-top: 0.75rem;
    margin-bottom: 0.45rem;
}
.gyqslsda:nth-of-type(2n){
    padding-left: 0.65rem;
}
.gyqslsda .p1{
    font-size: 0.2rem;
    color: #888;
    float: left;
    margin-bottom: 0.08rem;
}
.yl{
    overflow: hidden;
}
.gyqslsda i{
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: #888;
    float: left;
    margin-top: 0.1rem;
    margin-right: 0.15rem;
}
.gyqslsda .dt{
    width: 100%;
}
.gyqslsda.tt{
    width: 7rem;
    padding-left: 0;
}
.gyqslseBox{
    background: #F7F9FA;
    padding-bottom: 80px;
}
.gyqslse{
    overflow: hidden;
}
.gyqslsea{
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
    overflow: hidden;
}
.gyqslse .dtt{
    display: block;
    margin: 0 auto;
}
.gyqslsf{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.gyqslsfa{
    float: left;
    margin-right: 0.25rem;
    width: 4.3rem;
}
.gyqslsfa:nth-of-type(3n){
    margin-right: 0;
}
.gyqslsfa .t1{
    width: 100%;
    margin-bottom: 0.3rem;
}
.gyqslsfa h1{
    font-size: 0.24rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.15rem;
}
.gyqslsfa i{
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: #888;
    float: left;
    margin-top: 0.06rem;
    margin-right: 0.08rem;
}
.gyqslsfa .p1{
    float: left;
    color: #888;
    font-size: 16px;
}
.gyqslsh{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
}
.gyqslsha{
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
}
.gyqslshb{
    float: left;
    width: 25%;
    overflow: hidden;
}
.gyqslshb .gy{
    float: left;
    width: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}
.gyqslshb .wz{
    float: left;
    width: 2.6rem;
}
.gyqslshb .wz h1{
    font-size: 0.36rem;
    color: #666;
    line-height: 1;
}
.gyqslshb .wz p{
    font-size: 16px;
    color: #888;
}
.gyqslshb .wz h2{
    font-weight: normal;
    font-size: 0.24rem;
    color: #666;
    margin-bottom: 0.3rem;
    line-height: 1;
    margin-top: 0.05rem;
}
.gyqslshb.on  h1,.gyqslshb.on  h2{
    color: #005ba0;
}
.qywhls{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
}
.qywhls .dbt{
    text-align: center;
    font-size: 0.48rem;
    color: #005ba0;
    line-height: 1;
    margin-top: 0.75rem;
    margin-bottom: 0.3rem;
}
.qywhls .dbt span{
    color: #248e3e;
}
.qywhls .xbt{
    font-weight: normal;
    text-align: center;
    font-size: 0.38rem;
    color: #005ba0;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.qywhls .wz1{
    font-size: 0.32rem;
    margin-bottom: 0.75rem;
    text-align: center;
}
.qysml{
    overflow: hidden;
}
.qysml img{
    float: left;
    margin-right: 0.24rem;
    width: 4.3rem;
}
.qysml img:nth-of-type(3n){
    margin-right: 0;
}
.qywhlsa{
    overflow: hidden;
}
.qyyjl{
    overflow: hidden;
}
.qyyjla{
    width: 48.5%;
    float: left;
    position: relative;
}
.qyyjla:nth-of-type(2n){
    float: right;
}
.qyyjla .t1{
    width: 100%;
}
.qyyjlb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qyyjlb .t2{
    margin: 0 auto;
    width: 0.77rem;
    display: block;
}
.qyyjlb .w1{
    font-size: 0.24rem;
    line-height: 1;
    margin-top: 0.3rem;
    margin-bottom: 0.15rem;
}
.qyyjlb .w2{
    font-size: 0.16rem;
}
.qyjzg{
    overflow: hidden;
}
.qyjzg .bt{
    width: 100%;
    height: 0.97rem;
    line-height: 0.97rem;
    color: #ffffff;
    font-size: 0.36rem;
    text-align: center;
    background: url("../images/jzg1.png") no-repeat center top;
    background-size: 100% 100%;
    margin-bottom: 0.5rem;
}
.content .xqt{
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
    margin-top: 0.1rem;
}
.title-box .yb{
    float: right;
    overflow: hidden;
}
.title-box .yb img{
    float: left;
    margin-left: 0.2rem;
}
.title-box .yb span{
    float: left;
    font-size: 14px;
    display: block;
    margin: 0.1rem 0.5rem;
}
.title-box .yb .tt1{
    margin-top: 0.11rem;
    width: 0.18rem;
}
.title-box .yb .tt2{
    width: 0.4rem;
}
.jreml{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
    margin-top: 0.75rem;
}
.jremla .tt{
    width: 100%;
}
.jremlb{
    position: absolute;
    left: 50%;
    width: 6.54rem;
    margin-left: -3.27rem;
    top: 50%;
    margin-top: -1.74rem;
    height: 3.48rem;
    background-color: rgba(51, 124, 179, 0.86);
    text-align: center;
    color: #ffffff;
}
.jremla {
    position: relative;
}
.jremlb h1{
    font-size: 0.38rem;
    margin-top: 0.5rem;
    margin-bottom: 0.55rem;
    font-weight: normal;
}
.jremlb h2{
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
}
.jremlb .p1{
    font-size: 0.2rem;
    text-align: left;
    margin-left: 1.95rem;
    margin-bottom: 0.08rem;
}
.joinus2{
    background-color: #f5f5f5;
}
.jrwmlx{
    margin-top: 0.5rem;
    position: relative;;
}
.jrwmlx .a1{
    display:block ;
    width: 1.3rem;
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    border-radius: 0.05rem;
    margin-right: 0.3rem;
    font-size: 18px;
    float: left;
    background-color: #005ba0;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.jrwmlx .ewm{
    width: 1.9rem;
    height: 2.1rem;
    border-radius: 0.04rem;
    background-color: #fff;
    z-index: 10000;
    box-shadow:0 0 13px 1px #ddd;
    position: absolute;
    bottom: 0.3rem;
    left: 1.35rem;
    text-align: center;
    display: none;
}
.jrwm2{
    overflow: hidden;
    background-color: #f5f5f5;
}
.footer{
    overflow: hidden;
}

.jrwmlx .ewm img{
    width: 1.24rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.28rem;
}
.jrwmlx .ewm span{
    font-size: 14px;
    color: #222;
}
.jrwmlx a.wm:hover .ewm{
    display: block;
}
.jrwmss{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0 auto;
    margin-top: 0.8rem;
}
.jrwmss .ssk{
    max-width: 13.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #005ba0;
    margin-bottom: 0.2rem;
    height: 40px;
    overflow: hidden;
}
.no_index.W.rjbj{
    background-color: #f5f5f5;
}
.jrwmss .ssk input{
    height: 38px;
    line-height: 38px;
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    padding-left: 0.6rem;
    font-size: 16px;
}
.jrwmss .sska{
    float: right;
    width: 110px;
    height: 40px;
    color: #ffffff;
    background-color: #005ba0;
}
.jrwmss .sska span{
    float: left;
    font-size: 16px;
    line-height: 40px;
    display: block;
}
.jrwmss .sska img{
    float: left;
    width: 18px;
    margin-top: 12px;
    margin-left: 27px;
    margin-right: 10px;
}
.jrwmss .gzyq{
    background-color: #fff;
    overflow: hidden;
}
.jrwmss .gzyqa{
    overflow: hidden;
    border-bottom: 1px solid #F5F5F5;
}
.jrwmss .gzyqa .tt{
    float: left;
    margin-left: 0.18rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    width: 0.17rem;
}
.jrwmss .gzyqa .p1{
    color: #000;
    font-size: 24px;
    margin-right: 0.2rem;
}
.jrwmss .gzyqa p{
    line-height: 0.6rem;
    float: left;
}
.jrwmss .gzyq .yl{
    float: left;
    overflow: hidden;
    width: 87%;
}
.jrwmss .gzyqa .p2{
    color: #666;
    font-size: 18px;
    /* line-height: 0.6rem; */
    float: left;
    display: block;
}
.jrwmss .gzyqa .p2:hover{
    color: #1276e5;
}
.jrwmss .gzyqa .p2 span{
    display: block;
    line-height: 0.4rem;
    border-right: 1px solid #F5F5F5;
    margin-top: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.jrwmss .gzyqa .p2.on{
    color: #1276e5;
}
.jrwmss .gzyqa .p2 span:last-of-type{
    border-right: none;
}
.jrwmss .gzyq .yla{
    width: 90%;
    float: left;
}
.gzyqa .xl{
    float: right;
    width: 0.15rem;
    margin-right: 0.35rem;
    margin-top: 0.24rem;
}
.s-about{
    overflow: hidden;
    width: 100%;
    max-width: 13.4rem;
    margin: 0.8rem auto;
}
.s-aboutl{
    float: left;
    overflow: hidden;
}
.s-about .bt{
    display: block;
    margin-bottom: 0.2rem;
    height: auto;
    max-width: 100%;
}
.s-aboutl p{
    font-size: 0.22rem;
    color: #666666;
    width: 5.5rem;
    line-height: 1.5;
    margin-bottom: 1.3rem;
}
.ckgdl{
    width: 1.63rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url("../images/ckgd.png") no-repeat center;
    background-size: 100%;
    padding-left: 0.25rem;
    font-size: 16px;
}
.s-about .xt{
    float: right;
    width: 7.23rem;
}
.s-news{
    width: 100%;
    max-width: 13.4rem;
    margin: 0.8rem auto;
}
.s-news .bt{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.s-news p{
    font-size: 0.22rem;
    color: #666666;
    text-align: center;
    margin-bottom: 0.65rem;
}
.s-newsa{
    overflow: hidden;
}
.s-newsa li{
    width: 32%;
    height: auto !important;
    position: relative;
    float: left;
    margin-right: 24px;
    margin-bottom: 40px;
}
.s-newsa li .pic{
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.s-newsa li h1{
    line-height: 1;
    font-size: 0.24rem;
    margin-top: 0.27rem;
    margin-bottom: 0.15rem;
    font-weight: normal;
}
.s-newsa li span{
    font-size: 16px;
    color: #888888;
}
.s-newsa li:nth-of-type(3n){
    margin-right: 0;
}
.s-news .ckgdl{
    margin: 0 auto;
}
.s-join{
    background-color: #f7f9fa;
    overflow: hidden;
    padding: 0.8rem 0;
}
.s-joina{
    width: 100%;
    margin: 0 auto;
    max-width: 13.4rem;
    overflow: hidden;
}
.s-joina .bt{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.s-joina p{
    font-size: 0.22rem;
    color: #666;
    text-align: center;
    margin-bottom: 0.8rem;
}
.s-joina .btt{
    display: block;
    width: 100%;
}
.s-qiye{
    overflow: hidden;
    background-color: #00263c;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.s-qiye .bt{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.qyjzgtpBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0.5rem 0.2rem;
}
.qyjzgtpBox2{
    justify-content: space-around;
    padding: 0.5rem 0.5rem 0.2rem;
}
.qyjzgtpX{
    width: 3.36rem;
    position: relative;
    font-size: 0.32rem;
    color: #222222;
}
.qyjzgtpX2{
    margin-top: -2rem;
}
.qyjzgtpX img{
    display: block;width: 100%;
}
.qyjzgtpX h4{
    position: absolute;
    right: -1.3em;
    top: 2rem;
}
.qyjzgtpX h5{
    position: absolute;
    right: -1.5em;
    bottom: 0;
    writing-mode: vertical-rl;
}
.qy-swiperBox{
    padding: 0.4rem 0.3rem;
}
.qy-swiperBox.wc{
    margin-left: -25%;
}
.qy-swiper .swiper-slide img{
    max-width: 100%;
}
#index  .qy-swiper{
}
.s-qiyeBox{
    position: relative;
}
.s-qiye .swiper-pagination {
    width: 100vw;
    margin: 20px 0;
}
.s-qiye .swiper-pagination-bullet{
    width: 60px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    margin: 4px 8px;
}
.s-qiye>h4{
    font-size: 22px;
    color: #888888;
    text-align: center;
}
.s-qiye .swiper-button-prev{
    background: url(../images/leftJ.png) no-repeat center;
    width: 37px;
    height: 22px;
    left: 0.4rem;
}
.s-qiye .swiper-button-next{
    width: 37px;
    height: 22px;
    background: url(../images/rightJ.png) no-repeat center;
    right: 0.4rem;
}
















.dianht{
    width: 0.19rem;
    height: 0.15rem;
    margin-right: 0.05rem;
    margin-top: -0.05rem;
}
.m-yanjh{
    background: url("../images/yjhbg.png") no-repeat center top;
    background-size: 100% 100%;
}
.yanjha{
    max-width: 14.7rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 1.27rem;
    padding-bottom: 1.22rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.yanjhc{
    width: 4.24rem;
    height: 4.27rem;
    background: url("../images/yjdt.png") no-repeat center top;
    background-size: 100% 100%;
    float: right;
}
.yanjhc .a2{
    margin-top: 1.32rem;
    float: right;
    display: block;
    margin-right: 0.2rem;
    width: 1.15rem;
    height: 1.15rem;
}
.yanjhc .a1{
    margin-top: 1.79rem;
    float: left;
    display: block;
    margin-left: 0.2rem;

}
.yanjhc .a1:hover,.yanjhc .a2:hover{
     animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
.yanjhc img{
    width: 1.15rem;
    height: 1.15rem;
}
.yanjhb{
    float: left;
    max-width: 63%;
    position: relative;
    min-height: 4.3rem;
}
.yanjhb .bt{
    width: 5.37rem;
    margin-bottom: 0.4rem;
}
.yanjhb p{
    font-size: 0.18rem;
    line-height: 2;
    color: #000000;
}
.yanjhb .lj{
    width: 0.62rem;
    height: 0.62rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.s-hyzz{
    background-color: #e5e5e5;
    overflow: hidden;
}
.s-hyzza{
    max-width: 14.7rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0.2rem;
}
.hyfc{
    overflow: hidden;
    padding-top: 0.9rem;
}
.hyfc .bt{
    width: 3.24rem;
    margin-bottom: 0.4rem;
}
.hyfca{
    overflow: hidden;
    padding-bottom: 1.1rem;
}
.hyfcb{
    width: 24%;
    float: left;
    background-color: #fff;
    margin-right: 1.333%;
}
.hyfcb:nth-of-type(4n){
    margin-right: 0;
}
.hyfcb .tt{
    width: 100%;
}
.hyfcc{
    overflow: hidden;
    padding: 0.2rem;
}
.hyfcc .yl{
    overflow: hidden;
    margin-bottom: 0.18rem;
}
.hyfcc .p1{
    font-size: 0.2rem;
    color: #000;
    float: left;
    margin-right: 0.1rem;
}
.hyfcc .p2{
    font-size: 0.16rem;
    color: #000;
    float: left;
    margin-top: 0.03rem;
}
.hyfcc .p3{
    font-size: 0.14rem;
    color:#333333;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    line-height: 1.8;
}
.zzjg{
    overflow: hidden;
    padding-bottom: 1.15rem;
}
.zzjg .bt{
    width: 6.22rem;
    margin-bottom: 0.4rem;
}
.zzjga{
    overflow: hidden;
    background-color: #fff;
}
.zzjgb{
    width: 25%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}
.zzjgb .tt{
    width:100%;
}
.hyfc .lj{
    display: block;
    float: right;
    width: 0.62rem;
    margin-top: 0.15rem;
}
.hyfc .lj img{
    width: 0.62rem;
}
.hyfc .yl{
    overflow: hidden;
}
.s-xwdt{
    overflow: hidden;
    max-width: 14.7rem;
    margin: 0 auto;
    padding-top: 1.15rem;
    padding-bottom: 0.25rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.s-xwdt .yl{
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.s-xwdt .lj{
    display: block;
    float: right;
    width: 0.62rem;
    margin-top: 0.15rem;
}
.s-xwdt .lj img{
    width: 0.62rem;
}
.s-xwdt .bt{
    width: 4.21rem;
}
.xwdta{
    overflow: hidden;
}
.xwdtal{
    float: left;
    width: 41.5%;
}
.xwdtal .tt{
    width: 5.9rem;
    max-width: 100%;
    margin-bottom: 0.2rem;
}
.xwdtar{
    float: right;
    width: 52.7%;
}
.xwdta .wzl{
    overflow: hidden;
    display: block;
    margin-bottom: 0.55rem;
}
.xwdta .wzl h1{
    font-size: 0.2rem;
    color: #000;
    margin-bottom: 0.15rem;
}
.xwdta .w2{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    margin-bottom: 0.18rem;
}
.xwdta .w1{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    line-height: 2;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.s-yjcg{
    background-color: #221f1f;
}
.yjcga{
    max-width: 14.7rem;
    overflow: hidden;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.yjcga .bt{
    float: left;
    width: 4.35rem;
    margin-top: 0.15rem;
    max-width: 38%;
}
.yjcgb{
    float: right;
    width: 60%;
}
.yjcgb .yh{
    float: left;
    width: 0.69rem;
    max-width: 12%;
}
.yjcgc{
    float: right;
    overflow: hidden;
    width: 85%;
}
.yjcgc h1{
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.yjcgc p{
    line-height: 2;
    font-size: 0.14rem;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 0.6rem;
}
.zthd{
    max-width: 14.7rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 1.2rem 0.2rem 0;
}
.zthd .bt{
    margin-bottom: 0.75rem;
    width: 4.44rem;
}
.zthda{
    overflow: hidden;
}
.zthdb{
    background-color: #fff;
    text-align: center;
    margin-right: 1.5%;
    width: 32.333%;
    float: left;
}
.zthdb:nth-of-type(3n){
    margin-right: 0;
}
.zthdb p{
    height: 0.63rem;
    line-height: 0.63rem;
    font-size: 0.16rem;
    color: #000;
}
.zthdb img{
    width: 100%;
    height:3.24rem;
}
.zthd .yl{
    overflow: hidden;
}
.zthd .lj{
    float: right;
    width: 0.62rem;
    height: 0.62rem;
    display: block;
}
.zthd .lj img{
    width: 100%;.
}
.xzzxls{
    overflow: hidden;
}

.about {

     overflow: hidden;
    margin: 0 auto;
    max-width: 14.7rem;
    margin-top: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background: #fff;
    min-height:3rem
}


.newshow {

     overflow: hidden;
    margin: 0 auto;
    max-width: 14.7rem;
    margin-top: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background: #fff;
}

.newshow h1{text-align:center;padding:0.4rem 0 .2rem 0}

.newshow .time{text-align:center;color:#666666;padding-bottom:.2rem}
.newshow .p{}


.xzzxa{
    overflow: hidden;
    margin: 0 auto;
    max-width: 14.7rem;
    margin-top: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.xzzxb{
    height: 5.5rem;
    background: #fff;
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 32.5%;
    margin-right: 1.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.27rem 0.24rem;
}
.xzzxb:nth-of-type(3n){
    margin-right: 0;
}
.xzzxb .tt{
    width: 4.2rem;
    max-width: 100%;
     height: 2.9rem; 
    margin-bottom: 0.25rem;
}
.xzzxb h1{
    font-size: 0.2rem;
    color: #000;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.xzzxb i{
    width: 0.4rem;
    height: 1px;
    display:block;
    background: #CCCCCC;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}
.xzzxb .wz{
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.8;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.xzzxb .sj{
    font-size: 0.14rem;
    color: #999999;
    margin: 0.15rem 0;
}
.zsfyl{
    overflow: hidden;
    max-width: 14.7rem;
    padding: 0 0.2rem;
    margin: 0 auto;
}
.inner-banner .dh{
    color: #ffffff;
    font-size: 0.16rem;
    line-height: 0.25rem;
    bottom: 0.6rem;
    position: absolute;
    max-width: 14.3rem;
    left: 7.5%;
}
.inner-banner .dh img{
    margin-right: 0.15rem;
    width: 0.21rem;
}

.zt-swiper{
    width: 100%;
    padding-bottom: 50px;
}
.zt-swiper .swiper-slide{
    width: 100%;
}
.zt-swiper .swiper-pagination {
    width: 100%;
    margin-top: 20px;
}
.zt-swiper .swiper-pagination-bullet{
    margin-right: 14px;
    background: #ffa;
}
.zt-swiper .swiper-pagination-bullet-active{
    background-color: #ef001e;
}






 .pages-box  a,.pages-box span{
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 0.18rem;
    color: #808080;
    margin-right: 0.1rem;
     background-color: #fff;
}
 .pages-box   a:last-of-type{
    margin-right: 0;
}
 .pages-box span.current{
    color: #ffffff;
    background-color: #d1222c;
}
.pages-box p{
    float: left;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.1rem;
}
 .pages-box  a.qd{
    width: 0.9rem;
}





.fzxbm{
    overflow: hidden;
}
.fzxbm h1{
    line-height: 1;
    color: #333333;
    font-size: 0.16rem;
    font-weight: normal;
    margin-bottom: 0.25rem;
}
.fzxbm .bbt{
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.fzxbm .bbt p{
    float: left;
    width: 1.74rem;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #333;
}
.fzxbm .bbt i{
    width: 43%;
    float: left;
    height: 0.15rem;
    border-bottom: 1px solid #eeeeee;
}
.fsmfk{
    overflow: hidden;
    margin: 0.5rem auto;
    width:  70%;
    text-align: center;
}
.fsmfk .p1{
    font-size: 0.16rem;
    color: #999999;
}
.fsmfk .p1 span{
    color: #f6342c;
}
.fsmfk .fk{
    width: 70%;
    margin: 0.2rem auto;
}
.fsmfk .ww{
    float: left;
    width: 0.29rem;
    margin-right: 0.1rem;
    margin-left: 0.2rem;
}
.fsmfk .p2{
    font-size: 0.18rem;
    color: #222;
    float: left;
    line-height: 0.27rem;
}

.fsmf1k{ overflow: hidden;
    margin: 0.5rem auto;
   }
.fsmf1k .form1{width: 100%;display: flex;flex-direction: row;justify-content: flex-start;flex-flow:row wrap}
.fsmf1k .form1 label{width: 1.3rem;text-align: right;height: .38rem;line-height: .38rem;font-size: 0.16rem;margin-bottom:0.1rem}
.fsmf1k .form1 input{width: 2.3rem;border:1px solid #eeeeee;color: #222; height: .38rem;line-height: .38rem;font-size: 0.16rem;border-radius: 0.04rem;margin-bottom:0.1rem}
.fsmf1k .form1 select{width: 1.3rem;border:1px solid #eeeeee;color: #222; height: .38rem;line-height: .38rem;font-size: 0.16rem;border-radius: 0.04rem;background-color:#fff;margin-bottom:0.1rem}
.fsmf1k .form1 button{text-align: center;

background-color: #d1222c;
color: #ffffff;
font-size: 0.16rem;
width: 1.04rem;
height: 0.38rem;
line-height: 0.38rem;
border-radius: 0.04rem;
 margin-left: .2rem;margin-bottom:0.1rem;
border: none;}

.fsmf1k .jg2{margin-top: .4rem;display: none;}
.fsmf1k .jg{margin-top: .4rem;display: none;}
.fsmf1k .jg table th{background-color: #d1222c;height: 0.38rem;padding:0.1rem 0;
line-height: 0.38rem;font-size: 0.16rem;color: #FFFFFF;text-align: left;padding:0 .02rem;}
.fsmf1k .jg table td{
	height: 0.38rem;padding:0.1rem 0;
	line-height: 0.38rem;font-size: 0.14rem;color: #222;text-align: left;;padding:0 .02rem;border: 1px solid #eeeeee;
}

.fsmf1k .jg2 .tips{width: 100%;text-align: center;font-size: 0.16rem;color:#ff0000;}
.jfdiv{font-size:0.28rem;}
.jfdiv span{font-size:0.30rem;font-weight:bold;color:#ef001e}

.jszgpic{width:14.7rem;height:10.69rem;background:url('../images/jszg.jpg') no-repeat;position:relative}

.jszgpic .xm{position:absolute;top:3.61rem;left:7.12rem;font-size:.24rem}
.jszgpic .sex{position:absolute;top:3.61rem;left:11.05rem;font-size:.24rem}
.jszgpic .major{position:absolute;top:4.1rem;left:7.12rem;font-size:.24rem}
.jszgpic .alevel{position:absolute;top:4.1rem;left:11.05rem;font-size:.24rem}
.jszgpic .sfz{position:absolute;top:4.6rem;left:7.62rem;font-size:.24rem}
.jszgpic .zsbh{position:absolute;top:5.1rem;left:7.62rem;font-size:.24rem}
.jszgpic .yxq{position:absolute;top:5.6rem;left:7.38rem;font-size:.24rem}
.jszgpic .xueshi{position:absolute;top:7.82rem;left:9.28rem;font-size:.24rem}
.jszgpic .xmmc{position:absolute;top:7.82rem;left:2.68rem;font-size:.24rem}


.jszgpic .pic{position:absolute;top:3.3rem;left:2.88rem;width:2rem;height:2.6rem}
.jszgpic .pic img{width:100%;height:100%}



.cpzspic{width:14.7rem;height:10.69rem;background:url('../images/szcp.jpg') no-repeat;position:relative}

.cpzspic .xm{position:absolute;top:5.32rem;left:8.98rem;font-size:.18rem;font-weight: bold}
.cpzspic .sex{position:absolute;top:5.32rem;left:12.02rem;font-size:.18rem;font-weight: bold}
.cpzspic .major{position:absolute;top:6.06rem;left:12.02rem;font-size:.18rem;font-weight: bold}
.cpzspic .alevel{position:absolute;top:6.44rem;left:12.02rem;font-size:.18rem;font-weight: bold}
.cpzspic .sfz{position:absolute;top:4.56rem;left:9.4rem;font-size:.18rem;font-weight: bold}
.cpzspic .zsbh{position:absolute;top:4.96rem;left:9.4rem;font-size:.18rem;font-weight: bold}
.cpzspic .guoj{position:absolute;top:5.68rem;left:8.98rem;font-size:.18rem;font-weight: bold}
.cpzspic .sr{position:absolute;top:5.68rem;left:12.4rem;font-size:.18rem;font-weight: bold}
.cpzspic .minz{position:absolute;top:6.06rem;left:8.98rem;font-size:.18rem;font-weight: bold}
.cpzspic .qzj{position:absolute;top:6.44rem;left:9.2rem;font-size:.18rem;font-weight: bold}
.cpzspic .pic{position:absolute;top:2.2rem;left:9.86rem;width:1.52rem;height:2.04rem}
.cpzspic .pic img{width:100%;height:100%}













