@charset "utf-8";

/* CSS Document */
body {
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.float {
    width: 768px;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    margin-left: -384px;
    background-color: rgba(32, 35, 38, 0.8);
    z-index: 1200;
    display: none;
}

.float>.f-navlist {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1002;
    display: none;
}

.float>.f-navlist>ul {
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.float>.f-navlist>ul>li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.float>.f-navlist>ul>li+li {}

.float>.f-navlist>ul>li>a,
.float>.f-navlist>ul>li>a:hover {
    color: #FFF !important;
}

.float>.f-navlist>ul>li>a>i {
    color: #FFF;
    font-size: 14px;
}

.float>.f-navlist>ul>li:hover {
    background-color: #000;
}

.float>.f-navlist>ul>li:hover>a,
.float>.f-navlist>ul>li>a:hover,
.float>.f-navlist>ul>li:hover>a>i,
.float>.f-navlist>ul>li:hover>a:hover>i {
    color: #FFF !important;
}

/*修改导航栏背景色*/
.header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /* background-color:rgba(232,245,254,1)!important; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.hd-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    background: url(../images/headerBg.png) no-repeat;
    background-size: 100% 100%;
}

/*logo样式*/
.logo {
    display: block;
    width: 200px;
    flex-shrink: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.logo img {
    width: 100%;
}

.logo img:nth-of-type(1) {
    display: block;
}

.logo img:nth-of-type(2) {
    display: none;
}

.header .hd-right {
    width: 70%;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 7%;
    height: 100px;
    height: auto;
    position: relative;
}

.header .hd-right .tools {
    width: auto;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.header .hd-right .tools a {
    color: #FFF !important;
}

.header .hd-right>.nav {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.header .hd-right>.nav>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.header .hd-right>.nav>ul>li {
    width: auto;
    text-align: center;
    font-size: 18px;
    position: relative;
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .hd-right>.nav>ul>li>a {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid transparent;
    width: 100%;
    padding: 0 10px;
    color: #fff !important;
    background-color: transparent;
    height: 36px;
    line-height: 36px;
}

.header .hd-right>.nav>ul>li>a>img {
    width: 20px;
    height: 20px;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
}

/*导航栏边框*/
.header .hd-right>.nav>ul>li>p {
    width: 120%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 83px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    animation: fadeInUp2 0.5s ease-in-out;
    -webkit-animation: fadeInUp2 0.5s ease-in-out;
    text-align: center;
    padding: 10px 0
}

.header .hd-right>.nav>ul>li>p::after {
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: 16px solid rgba(0, 0, 0, 0.3);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -12px;
}

/*.header .hd-right > .nav > ul > li > p::after{content: ' '; width:0; height:0; border-bottom:12px solid #FFF; border-left:8px solid transparent; border-right:8px solid transparent; position: absolute; top:-12px; left:50%; margin-left:-8px;}*/
/*.header .hd-right > .nav > ul > li > p{*/
/*    width: 120%;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    left: -10%;*/
/*    top: 80px;*/
/*    background-color: #FFF;*/
/*    display: none;*/
/*    animation: fadeInUp 0.5s ease-in-out;*/
/*    -webkit-animation: fadeInUp 0.5s ease-in-out;*/
/*    padding: 10px 0;*/
/*}*/
/*春节样式*/

.header .hd-right>.nav>ul>li>p>a {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #FFF !important;
    line-height: 32px;
    display: block;
    text-align: center;
}

.header .hd-right>.nav>ul>li:hover>p {
    display: block;
}

.header .hd-right>.nav>ul>li.on>a,
.header .hd-right>.nav>ul>li:hover>a {
    color: #FFF !important;
    /* background-color: rgba(0,0,0,0.3); */
}

.header .hd-right>.nav>ul>li:hover>p {
    display: block;
}

/*.header .hd-right > .chat{ display: block; width: 24px;height: 24px; line-height: 20px; flex-shrink: 0; font-size: 20px; text-align: center; align-self: center; margin-left: 10px; }*/
.header .hd-right>.nav>ul>li.headerSearch>.searchForm {
    width: 202px;
    height: 40px;
    background-color: rgba(29, 29, 29, 1);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 620;
    display: none;
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.header .hd-right>.nav>ul>li.headerSearch.active>.searchForm {
    display: flex;
}

.sechInput {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 1px 10px;
}

.sechInput input {
    width: 100%;
    border: 0;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    color: #FFF;
    font-size: 14px;
}

.sechBtn {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.sechBtn input {
    width: 30px;
    height: 30px;
    border: 0;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: transparent;
}

.header .nav-btn {
    width: 24px;
    height: 16px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.header .nav-btn span {
    height: 2px;
    width: 100%;
    background-color: #333;
    display: flex;
    position: absolute;
    transition: .5s;
}

.header .nav-btn span:nth-child(1) {
    top: 0;
    left: 0;
}

.header .nav-btn span:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.header .nav-btn span:nth-child(3) {
    bottom: 0;
    left: 0;
}

.header .nav-btn-active span:nth-child(1) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .nav-btn-active span:nth-child(2) {
    opacity: 0;
}

.header .nav-btn-active span:nth-child(3) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


/*.header-blank{ background-color:transparent; height:151px;}*/


/*滚动后导航*/
.scrolltop {
    /* background-color:rgba(232,245,254,0.5)!important;  */
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    z-index: 510;
}

.scrolltop>h3.tx {
    color: #333;
}


.scrolltop .logo img:nth-of-type(2) {
    display: block;
}

.scrolltop .logo img:nth-of-type(1) {
    display: none;
}

.scrolltop .hd-right>.nav>ul>li>a {
    #f9c474 !important;
}

.scrolltop .hd-right>.nav>ul>li.on>a,
.scrolltop .header .hd-right>.nav>ul>li:hover>a {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0);
}

.scrolltop .hd-right>.nav>ul>li>p {
    background-color: rgba(0, 0, 0, 0.3);
}

.scrolltop .hd-right>.nav>ul>li.headerSearch>a>img:nth-of-type(2) {
    display: block;
}

.scrolltop .hd-right>.nav>ul>li.headerSearch>a>img:nth-of-type(1) {
    display: block;
}

/*主体*/
.main {
    height: auto;
}

/****/

/*底部*/
.foot-blank {
    height: auto;
    width: 100%;
}

.footer {
    box-sizing: border-box;
    height: auto;
    background-color: #FFF;
    background-image: url(../images/footerBg.png);
    background-size: 100% 100%;
    background-position: center center;
    margin-top: 3%;
}

.service,
.online {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    min-width: 320px;
    /*margin-top: 4%;*/
}

.service>.c-con,
.online>.c-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.online {
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.online>.c-con {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    align-items: center;
}

.logo2 {
    display: block;
    width: 200px;
    flex-shrink: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.logo2 img {
    width: 100%;
}

.link {
    width: 255px;
    height: auto;
    position: relative;
    z-index: 1190;
    cursor: pointer;
    margin-right: 30px
}

/*新增*/
.servlink {
    width: 120px;
    float: right;
}

.link>h3 {
    width: 100%;
    height: 52px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #333;
    position: relative;
}

.link>h3>span {
    display: inline-block;
    height: 32px;
    width: 42px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    /*border-left:1px solid #DDD;*/
}

.link>h3::after {
    content: ' ';
    width: 1px;
    height: 32px;
    background-color: #DDD;
    position: absolute;
    left: 208px;
    top: 50%;
    margin-top: -16px;
}

.link>h3>span>i {
    font-size: 14px;
}

.link:hover>h3>span {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.link>.linkList {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    z-index: 1200;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.link>.linkList>ul>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
}

.link:hover>.linkList {
    display: block;
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
    z-index: 510;
}

.link>p {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    font-weight: 700;
}

.link>.QTCode_news {
    width: 100% !important;
    text-align: center;
}

.link>.QTCode_news>img {
    width: 107px;
    margin: 0 auto 3%;
}

.link>.QTCode_news>p {
    text-align: center;
    font-size: 14px;
}

/*新增*/
.link>.link_fw {
    font-size: 18px;
    font-weight: bold;
}

.servNav {
    width: 100%;
}

.servNav>ul {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.servNav>ul>li {
    width: 13.5%;
    height: auto;
}

.servNav>ul>li>h3 {
    width: 100%;
    text-align: left;
    font-weight: 550;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}

.servNav>ul>li>p {
    width: 100%;
    height: auto;
    text-align: left;
}

.servNav>ul>li>p>a {
    display: block;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 2.7;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
}

.servNav>ul>li>p>a:hover {
    color: #666 !important;
}

.servOnline {
    flex-shrink: 0;
    margin-left: 2%;
    display: flex;
    color: #333;
    justify-content: space-between;
}

.servOnline h3 {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    font-weight: 550;
}

.soPhone {
    width: 100%;
    font-weight: 550;
    font-size: 28px;
    line-height: 2;
    margin-bottom: 1%;
    color: #2C6E2E;
}

.soAside {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 2;
    font-size: 14px;
}

.servOnbox {
    width: 70%;
}

/*.QTCode_news {width:100%;}*/
/*.QTCode_news img{width:107px;margin-bottom:3%}*/
/*.QTCode_news p{text-align:center;font-size: 14px;}*/
.QTCode {
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: 1%;
}

.QTCode>h3 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.QTCode>h3>img {
    width: 100%;
    height: 100%;
}

.QTCode>p {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
}

.QTCode>p>img {
    width: 100%;
    height: 100%;
}

.QTCode:hover>p {
    display: block;
}

.footer2 {
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.6);
    height: auto;
    width: 100%;
    min-width: 320px;
    border-top: 1px solid rgba(255, 255, 255, 0.01);
}

.footer2>.c-con {
    box-sizing: border-box;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.copyright {
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    text-align: left;
    margin-top: 2%;
}

.copyright>.span_icp>.safe {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-safe.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}

.copyright a {
    color: rgba(0, 0, 0, 0.8);
}

.help {
    flex-shrink: 0;
    height: auto;
    line-height: 24px;
    margin-right: 3%;
    color: rgba(255, 255, 255, 0.8);
}

.help>a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
}


.goTop {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    background-image: url(../images/gotop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.goTop:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/*首页*/
/*焦点图*/
.flash {
    width: 100%;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin-top: 0px
}

.swiper1 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0.5%;
    bottom: 2%;
    left: auto;
    text-align: center;
    padding-right: 3%;
    box-sizing: border-box;
}

.swiper1 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 60px;
    height: 6px;
    border-radius: 0px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 60px;
}

.swiper1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper1 .swiper-slide>a {
    display: block;
    width: 100%;
    position: relative;
}

.swiper1 .swiper-slide>a>img {
    width: 100%;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.swiper1 .swiper-slide>a>.slideAbout {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    box-sizing: border-box;
}

.swiper1 .swiper-slide>a>.slideAbout>h4,
.swiper1 .swiper-slide>a>.slideAbout>h3,
.swiper1 .swiper-slide>a>.slideAbout>p {
    width: 100%;
    line-height: 2;
    height: auto;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper1 .swiper-slide>a>.slideAbout>h4 {
    font-size: 30px;
    line-height: 1.5;
}

.swiper1 .swiper-slide>a>.slideAbout>h3 {
    font-size: 52px;
    font-weight: 550;
    line-height: 1.5;
    margin-top: 1%;
    margin-bottom: 1%;
}

.swiper1 .swiper-slide>a>.slideAbout>.saIcon {
    position: absolute;
    left: 0;
    bottom: 3.5%;
    width: 24px !important;
    height: 160px !important;
    background-image: url(../images/icon-mouse.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.swiper1 .swiper-slide > a > .slideAbout > .saIcon > img{ width:100% !important; height:100% !important; }*/
.swiper1 .swiper-slide-active>a>img {
    width: 100%;
    animation: kuoda 6s linear 0.5s 1;
    animation-fill-mode: forwards;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
    color: rgba(255, 255, 255, 0.2);
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 0%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: -30px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper1 .swiper-button-next {
    background-image: url(../images/goRight.png);
    left: auto;
    right: 3%;
}

.swiper1 .swiper-button-prev {
    background-image: url(../images/goLeft.png);
    right: auto;
    left: 3%;
}

.swiper1 .swiper-button-next:hover,
.swiper1 .swiper-button-prev:hover {
    color: rgba(237, 31, 36, 1) !important;
}

.swiper1 .swiper-button-next i,
.swiper1 .swiper-button-prev i {
    font-size: 1.0rem;
}

.news {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
}

.news>.c-con {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.newsFlash {
    width: 600px;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    flex-shrink: 0;
    margin-right: 2%;
}

.swiperNews .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0.5%;
    bottom: 2%;
    left: auto;
    text-align: right;
    padding-right: 3%;
    box-sizing: border-box;
}

.swiperNews .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
}

.swiperNews .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 12px;
}

.swiperNews .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiperNews .swiper-slide>a {
    display: block;
    width: 100%;
    position: relative;
}

.swiperNews .swiper-slide>a>img {
    width: 100%;
    height: 400px;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.swiperNews .swiper-slide>a>.snTitle {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px 20px;
}

.swiperNews .swiper-slide>a>.snTitle>p,
.swiperNews .swiper-slide>a>.snTitle>h3 {
    width: 100%;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FFF !important;
}

.swiperNews .swiper-slide>a:hover>.snTitle>p,
.swiperNews .swiper-slide>a:hover>.snTitle>h3 {
    /* color: #cb0000 !important; */
}

.swiperNews .swiper-slide>a>.snTitle>p {
    font-size: 14px;
}

.swiperNews .swiper-button-next,
.swiperNews .swiper-button-prev {
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: -30px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}

.swiperNews .swiper-button-next {
    background-image: url(../images/goRight.png);
    left: auto;
    right: 3%;
}

.swiperNews .swiper-button-prev {
    background-image: url(../images/goLeft.png);
    right: auto;
    left: 3%;
}

.swiperNews .swiper-button-next:hover,
.swiperNews .swiper-button-prev:hover {
    color: rgba(237, 31, 36, 1) !important;
}

.swiperNews .swiper-button-next i,
.swiperNews .swiper-button-prev i {
    font-size: 1.0rem;
}

.newsRight {
    width: 100%;
    height: 400px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}

.nrTab {
    width: 100%;
    /* height: 48px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    margin-bottom: 2%;
}
.nrTab>.nrTabLeft{
    font-weight: bold;
    font-size: 42px;
    color: #2C6E2E;
}
.nrTab>.nrTabRight{
    
    /* height: 48px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    /* margin-bottom: 2%; */
}
.nrTab>.nrTabRight>p {
    flex: 1;
    /* height: 48px; */
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 550;
    position: relative;
    color: #333;
}

/*.nrTab > p::after{ content: ' '; width:1px; height:24px; background-color: #EEE; position: absolute; left:0; top:50%; margin-top: -12px; }*/
.nrTab>.nrTabRight>p:nth-of-type(1)::after {
    display: none;
}

.nrTab>.nrTabRight>p.active {
    background: #2C6E2E;
    border-radius: 4px;
}

.nrTab>.nrTabRight>p.active,
.nrTab>.nrTabRight>p.active>a {
    color: #ffffff;
}

.nrTab>.nrTabRight>p.active>a:hover {
    color: #ffffff !important;
}

.newsRight {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.newsList {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.newsList>p {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.newsList>p>a {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsList>p>span {
    flex-shrink: 0;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 10px;
    overflow: hidden;
    color: #999;
}

/*.newsheader{ width:1400px; margin:0 auto; height:auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; box-sizing: border-box; padding-bottom: 2%;}
.newsheader > h3{ font-weight: 550; line-height: 1.8; font-size: 42px;  }
.newsheader > .nhMore{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; font-size: 16px;}
.leader-listnt{ width:100%; height: auto; overflow: hidden; box-sizing: border-box; padding:0 68px;  position: relative; }
.swiper2 .swiper-pagination{right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;  display: none; }
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box;  background-color: #d0d0d0; color: #999; }
.swiper2 .swiper-pagination-bullet-active{background-color: #1b96d5; color: #333;}
.swiper2 .swiper-slide{ position:relative; background-color: #FFF;}
.swiper2 .swiper-slide > a{ display: block; width: 100%; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; box-sizing: border-box;  position: relative;}
.swiper2 .swiper-slide > a > .sliderBulidItemTitle{ width: 100%; margin:0 auto;  position: relative;}
.swiper2 .swiper-slide > a > .sliderBulidItemTitle > p{ width:100%; height: 0; padding-top: 78.3410%; position: relative; overflow: hidden; }
.swiper2 .swiper-slide > a > .sliderBulidItemTitle > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper2 .swiper-slide:hover > a > .sliderBulidItemTitle > p > img{transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.sbitDate{ width:72px; height: 72px; background-color: #2C6E2E; position: absolute; left:10%; bottom:-30px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.sbitDate > h3,.sbitDate > p{ width:100%; font-weight: 550; font-size: 24px; color: #FFF !important; height:auto; line-height: 1.5; text-align: center; overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.sbitDate > p{ font-size: 14px; font-weight: normal; }
.swiper2 .swiper-slide > a > .sliderBuildItemAbout{width:100%; height:auto;box-sizing: border-box; padding:10%; border-bottom: 1px solid #EEE;}
.swiper2 .swiper-slide > a > .sliderBuildItemAbout > h3{ width: 100%; height: 60px; line-height: 30px; overflow: hidden; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; font-weight: normal; font-size: 22px; box-sizing: border-box;}
.swiper2 .swiper-slide > a > .sliderBuildItemAbout > h4{ width:60px; height: 4px; background-color: #2C6E2E; overflow: hidden; margin-top: 8%; margin-bottom: 8%; }
.swiper2 .swiper-slide > a > .sliderBuildItemAbout > p{ width:100%; height: 24px; line-height: 24px; overflow: hidden;display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-top: 10px; font-size: 16px; color: #999; }
.swiper2 .swiper-slide > a:hover{ background-color: rgba(29,29,29,1); }
.swiper2 .swiper-slide > a:hover > .sliderBuildItemAbout > h3{ color: #FFF !important }
.swiper2 .swiper-slide > a:hover > .sliderBuildItemAbout > p > span{ color: #2C6E2E !important; background-color: #FFF; }
.leader-listnt .swiper-button-next,.leader-listnt .swiper-button-prev{ color:rgba(0,0,0,0.5);  border-radius:0; border:0; height:100px; width:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; top:50%; margin-top: -34px; box-sizing:border-box; background-repeat: no-repeat; background-position: center center; background-size: 60% 60%; background-color: #dddddd;} 
.leader-listnt .swiper-button-next{ right:0; background-image: url(../images/goright3.png);  } 
.leader-listnt .swiper-button-prev{ left:0; background-image: url(../images/goleft3.png); }
.leader-listnb{ width:100%; height: 0; overflow: hidden; box-sizing: border-box; position: relative; }
.swiper3 .swiper-pagination{right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;  display: none; }
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box;  background-color: #d0d0d0; color: #999; }
.swiper3 .swiper-pagination-bullet-active{background-color: #1b96d5; color: #333;}b.swiper3 .swiper-slide{ position:relative; background-color: #FFF;}
.swiper3 .swiper-slide > a{ display: block; width: 100%; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; box-sizing: border-box;  position: relative;}
.swiper3 .swiper-slide > a > .sliderBulidItemTitle{ width: 100%; margin:0 auto;  position: relative;}
.swiper3 .swiper-slide > a > .sliderBulidItemTitle > p{ width:100%; height: 0; padding-top: 78.3410%; position: relative; overflow: hidden; }
.swiper3 .swiper-slide > a > .sliderBulidItemTitle > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper3 .swiper-slide:hover > a > .sliderBulidItemTitle > p > img{transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.sbitDatenb{ width:80px; height: 80px; background-color: #2C6E2E; position: absolute; left:10%; bottom:-30px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.sbitDatenb > h3,.sbitDatenb > p{ width:100%; font-weight: 550; font-size: 24px; color: #FFF !important; height:auto; line-height: 1.5; text-align: center; overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.sbitDatenb > p{ font-size: 14px; font-weight: normal; }
.swiper3 .swiper-slide > a > .sliderBuildItemAbout{width:100%; height:auto;box-sizing: border-box; padding:10%; border-bottom: 1px solid #EEE;}
.swiper3 .swiper-slide > a > .sliderBuildItemAbout > h3{ width: 100%; height: 30px; line-height: 30px; overflow: hidden; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; font-weight: normal; font-size: 22px; box-sizing: border-box;}
.swiper3 .swiper-slide > a > .sliderBuildItemAbout > h4{ width:60px; height: 4px; background-color: #2C6E2E; overflow: hidden; margin-top: 8%; margin-bottom: 8%; }
.swiper3 .swiper-slide > a > .sliderBuildItemAbout > p{ width:100%; height: 24px; line-height: 24px; overflow: hidden;display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-top: 10px; font-size: 14px; color: #999; }
.swiper3 .swiper-slide > a:hover{ background-color: rgba(29,29,29,1); }
.swiper3 .swiper-slide > a:hover > .sliderBuildItemAbout > h3{ color: #FFF !important }
.swiper3 .swiper-slide > a:hover > .sliderBuildItemAbout > p > span{ color: #2C6E2E !important; background-color: #FFF; }
.leader-listnb .swiper-button-next,.leader-listnb .swiper-button-prev{ color:rgba(0,0,0,0.5);  border-radius:50%; border:0; height:60px; width:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; top:50%; margin-top: -60px; box-sizing:border-box; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; background-color: #AAA;} 
.leader-listnb .swiper-button-next{left:auto; right:5%; background-image: url(../images/goright4.png);  } 
.leader-listnb .swiper-button-prev{ left:5%; right:auto; background-image: url(../images/goleft4.png); }*/

/****/
.cases {
    width: 100%;
    height: auto;
    min-width: 320px;
    background-image: url(../images/casesBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.cases>.c-con {
    box-sizing: border-box;
    padding-top: 3%;
    padding-bottom: 1%;
}

.caseHeader {
    width: 100%;
    height: auto;
}

.caseHeader>h3,
.caseHeader>p {
    width: 100%;
    height: auto;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    font-size: 16px;
    overflow: hidden;
    box-sizing: border-box;
    color: #FFF;
}

.caseHeader>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 42px;
    font-weight: 550;
}

/****/
.casesList {
    width: 100%;
    height: auto;
    margin-top: 2%;
    /*background-color: rgba(255,255,255,0.3);*/
    box-sizing: border-box;
    padding-bottom: 50px;
    position: relative;
}

.casesList>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

.casesList>ul>li {
    width: 27.144%;
    box-sizing: border-box;
    overflow: hidden;
    /*transition: all 0.5s linear; -webkit-transition: all 0.5s linear;*/
}

.casesList>ul>li.active {
    width: 46%;
}

.casesList>ul>li>a {
    display: block;
    width: 100%;
    color: #FFF !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    box-sizing: border-box;
    position: relative;
}

.casesList>ul>li>a>p {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 120% 100%;
}

.casesList>ul>li.active>a>p {
    padding-top: 38.3%;
    background-size: 100% 100%;
}

/*.casesList > ul > li > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}*/
/*.casesList > ul > li:hover > a > p > img{transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}*/
.casesList>ul>li>a>.slidercAbout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: 360;
    box-sizing: border-box;
    padding: 6% 6%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.casesList>ul>li>a>.slidercAbout>h3,
.casesList>ul>li>a>.slidercAbout>h4,
.casesList>ul>li>a>.slidercAbout>p {
    width: 100%;
    line-height: 1;
    font-weight: normal;
    height: auto;
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.casesList>ul>li>a>.slidercAbout>h4 {
    font-weight: 550;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0.8;
    line-height: 30px
}

.casesList>ul>li>a>.slidercAbout>p {
    font-size: 16px;
    color: #FFF;
}

.casesList>ul>li.active>a>.slidercAbout>h3 {
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
}

.casesList>ul>li.active>a>.slidercAbout>h4 {
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
}

.casesList>ul>li.active>a>.slidercAbout>p {
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
}

.casesSlide {
    width: 100%;
    height: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.casesSlide p {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 0 3px;
}

.casesSlide p.active {
    width: 30px;
}

.swipercm {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    /*margin:0 auto; */
    overflow: hidden;
    padding-bottom: 0;
    /* margin-top: 3%; */
}

.swipercm .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.swipercm .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF60;
    color: #999;
}

.swipercm .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    width: 30px;
    color: #333;
}

.swipercm .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swipercm .swiper-slide>a {
    display: block;
    width: 100%;
    color: #FFF !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    box-sizing: border-box;
    position: relative;
}

.swipercm .swiper-slide>a>p {
    width: 100%;
    height: 0;
    padding-top: 48.625%;
    position: relative;
    overflow: hidden;
}

.swipercm .swiper-slide>a>p>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swipercm .swiper-slide:hover>a>p>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.swipercm .swiper-slide>a>.slidercAbout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: 360;
    box-sizing: border-box;
    padding: 3% 6%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.swipercm .swiper-slide>a>.slidercAbout>h3,
.swipercm .swiper-slide>a>.slidercAbout>h4,
.swipercm .swiper-slide>a>.slidercAbout>p {
    width: 100%;
    line-height: 1;
    font-weight: normal;
    height: auto;
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swipercm .swiper-slide>a>.slidercAbout>h4 {
    font-weight: 550;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.swipercm .swiper-slide>a>.slidercAbout>p {
    font-size: 16px;
    color: #FFF;
}

.swipercm .swiper-button-next,
.swipercm .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -60px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #AAA;
    display: none;
}

/****/
.about {
    width: 100%;
    height: auto;
    min-width: 320px;
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.aboutLeft,
.aboutVideo {
    width: 50%;
    position: relative;
    z-index: 240;
    box-sizing: border-box;
}

.aboutLeft {
    z-index: 300;
}

.aboutLeft>p,
.aboutVideo>p {
    width: 100%;
    height: 0;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1);
}

.aboutLeft>p>img,
.aboutVideo>p>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*.aboutVideo > p > img{ opacity: 0; }*/
.alMain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 320;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 2%;
    padding-right: 12%;
    padding-bottom: 6%;
    /*overflow: hidden;*/
    flex-direction: column;
    justify-content: center;
}

.alMain>a>h4,
.alMain>a>h3,
.alMain>a>.almMemo {
    width: 100%;
    height: auto;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    font-size: 26px;
    overflow: hidden;
    box-sizing: border-box;
}

.alMain>a>h4,
.alMain>a>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 1%;
}

.alMain>a>h3 {
    font-size: 32px;
    font-weight: 550;
}

.alMain>a>.almMemo {
    font-weight: normal;
    line-height: 2;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 4%;
}

.alMain>a>.almore {
    width: 36px;
    height: 24px;
    background: #2C6E2E;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    margin-top: 4%;
}

.alMain>a>p {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 10%;
}

.alMain>a>p>span {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 24px;
    background-color: #2C6E2E;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF !important;
}

.alMain>a>.almCount {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 6.5%;
    z-index: 360;
    box-sizing: border-box;
    padding: 3% 3%;
}

.alMain>a>.almCount>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.alMain>a>.almCount>ul>li {
    width: 50%;
}

.alMain>a>.almCount>ul>li>.almcNums {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

.alMain>a>.almCount>ul>li>.almcNums>span {
    color: #2C6E2E;
    font-weight: 550;
    font-size: 52px;
}

.alMain>a>.almCount>ul>li>.almcNums>span.cacItemUnit {
    font-size: 20px;
}

.alMain>a>.almCount>ul>li>.almcNums>p {
    color: #999;
    font-size: 16px;
}

.alMain>a>.almCount>ul>li>.almcNums>span.cacItemUnit,
.alMain>.almCount>ul>li>.almcNums>p {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
}

.alMain>a>.almCount>ul>li>.almcTitle {
    width: 100%;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 5%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}

.alMain>a:hover {
    color: unset !important;
}

.videoMain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video {
    width: 100%;
    height: 100%;
}

.model {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 220;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.btn {
    width: 50px;
    height: 50px;
}

.btn img {
    width: 100%;
    height: 100%;
}


/**job**/
.jobs {
    width: 100%;
    height: auto;
    background-color: #2C6E2E;
    min-width: 320px;
    box-sizing: border-box;
}

.jobs>.c-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2%;
    padding-bottom: 2%;
}

.jobTitle {
    width: 100%;
    height: auto;
}

.jobTitle>span {
    float: left;
    margin-right: 20px;
}

.jobTitle > h3,.jobTitle > p{ width:100%; height: 100%; font-weight: 550; line-height: 1.2; text-align: left; color: #FFF; font-size: 32px;}
.jobTitle > p{ font-size: 16px; margin-top: 1.2%; font-weight: normal; text-align: left !important}
.jobTitle>span>h3,
.jobTitle>span>p {
    width: 100%;
    height: 100%;
    font-weight: 550;
    line-height: 1.2;
    text-align: left;
    color: #FFF !important;
    font-size: 32px;
}

.jobTitle>span>p {
    font-size: 16px;
    margin-top: 10px !important;
    font-weight: normal;
    text-align: center;
}

.jobMore {
    display: inline-block;
    box-sizing: border-box;
    width: 60px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF !important;
    flex-shrink: 0;
    margin-left: 5%;
    border-radius: 2px;
}

.jobMore:hover {
    border: 1px solid #FFFFFF80;
    color: #FFFFFF80 !important;
}

/******内页*******/
/****/
.colFlash {
    width: 100%;
    height: auto;
    position: relative;
    /* margin-top: 90px */
}

.colFlash>img {
    width: 100%;
    max-height: 515px;
}

.colFlashAbout {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 3%;
    /* display: none; */
}

.colFlashAbout>h3,
.colFlashAbout>p {
    width: 100%;
    font-size: 42px;
    color: #FFF;
    line-height: 1.5;
    text-align: left;
    font-weight: 550;
}

.colFlashAbout>p {
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
}

/*****/
.location {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.location>.c-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.locaTitle {
    height: 80px;
    width: 100%;
    line-height: 80px;
    text-align: left;
    font-size: 20px;
    color: #9a9a9a;
}

.locaTitle>a {
    color: #9a9a9a;
}

.locaTitle>a.ltHome>i {
    font-size: 20px;
    color: #2C6E2E !important;
}

.locaTitle i {
    font-size: 14px;
}

.locaNav {
    flex-shrink: 0;
    height: 80px;
}

.locaNav>ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.locaNav>ul>li {
    width: auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 20px;
    box-sizing: border-box;
    margin-left: 30px;
    border-bottom: 1px solid transparent;
}

.locaNav>ul>li.active,
.locaNav>ul>li:hover {
    border-bottom: 1px solid #2C6E2E;
}

/****/
.colTitle{
    margin-top: 3%;
}
.colTitle div{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}
.colTitle h3{
    font-weight: 400;
    font-size: 36px;
    color: #333333;
}
.colTitle p{
    width: 96px;
    height: 2px;
    background: #2C6E2E;
    margin-top: 20px;
}
.hui{
    background: #F4F4F4;
    padding-bottom: 3%;
}
.colAbout {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    padding-top: 1%;
    padding-bottom: 6%;
    position: relative;
}

.colAbout::after {
    content: ' ';
    width: 1px;
    height: 100%;
    background-color: #DDD;
    position: absolute;
    top: 0;
    left: 68.5714%;
}
.colCsr::after {
   display: none;
}
.caAbout {
    width: 65.5714%;
    box-sizing: border-box;
}

.whjs-box{
    background: url(../images/whjs-bg.png) no-repeat;
    background-size: 100% 100%;
}
.csrBox{
    overflow: hidden;
    background: url(../images/csr-back.png) bottom center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 12%;
}
.csrBox .caAbout{
    width: 55.5714%;
}
.csrBox .caCount{
    width: 38.4286%;
}
.gshbBox{
    overflow: hidden;
    /* padding-bottom: 2%; */
}
.gshbBox .caAbout{
    width: 55.5714%;
}
.gshbBox .caCount{
    width: 38.4286%;
}
.ryzzBox{
    overflow: hidden;
    background: url(../images/ryzz-back.png) bottom center no-repeat;
    background-size: 100% 100%;
    margin-top: 3%;
    padding-bottom: 2%;
}
.ryzzBox ul{
    margin-left: 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 6%;
}
.ryzzBox ul li{
    width: 47%;
    padding-bottom: 1.5%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ryzzBox ul li a{
    font-size: 22px;
}

.caAbout>h3,
.caAbout>h4,
.caAbout>div {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
    color: #999;
    margin-top: 3%;
}

.caAbout>h3 {
    font-size: 32px;
    margin-top: 5%;
    margin-bottom: 2%;
    color: #2C6E2E;
}

.caAbout>h4 {
    font-size: 28px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.caAbout>.box {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.caAbout>.box>p {
    text-indent: 2em;
    margin-bottom: 2%;
}
.caAbout>.box>div{
    float: right;
    margin-top: 1%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}
.caAbout>.box> img{
    width: 100%;
    margin-bottom: 3%;
}
.caAbout>.cocply{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;

}
.caAbout>.cocply div{
    width: 32%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.caAbout>.cocply div img{
    width: 100%; 
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.caAbout>.cocply div:hover img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}
.caAbout>.cocply div p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.caAbout>.cocply div p span{
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    position: absolute;
    bottom: 6%;
    left: 8%;
}
.caCount {
    width: 28.4286%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.caCount>.cacItem {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.caCount>.cacItem:nth-last-of-type(1) {
    border-bottom: 0;
}

.caCount>.cacItem>h3,
.caCount>.cacItem>p {
    width: 100%;
    font-size: 16px;
    text-align: left;
    height: auto;
    line-height: 2;
}

.caCount>.cacItem>h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    line-height: 1.1;
}

.caCount>.cacItem>h3>span {
    color: #2C6E2E;
    font-weight: 550;
    font-size: 58px;
}

.caCount>.cacItem>h3>span.cacItemUnit {
    font-size: 20px;
    font-weight: normal;
}

.caCount>.cacItem>h3>span.cacItemUnit,
.caCount>.cacItem>h3>p {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.caCount>.cacItem>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
}
.caCount>.cacItem>img{
    width: 100%;
}
.colAboutVideo {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    position: relative;
}

.colAboutVideo>img {
    width: 100%;
}

.cavAbout {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    color: #FFF;
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; */
    box-sizing: border-box;
    padding-top: 3%;
}

.cavAbout>h3 {
    width: 100%;
    height: auto;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    font-size: 32px;
}

.cavAbout>p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    height: auto;
    line-height: 2;
    text-align: center;
    font-size: 20px;
    margin-top: 1%;
    margin-bottom: 2%;
}
.aboutvideo{
    display: none;
}
.cavAbout>a {
    display: inline-block;
    background-color: #FFF;
    width: 36px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #c40000;
}
.cavAbout>.video{
    width: 49%;
    height: auto;
    display: block;
    margin: auto;
}

/****/
.colOrganise {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 5.7%;
    padding-bottom: 5.7%;
}

.colOrganise>p {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 2 !important;
    font-family: "微软雅黑" !important;
}

.colOrganise>p img {
    width: 100%;
}

/****/
.colNewsList {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /*padding-top: 3%; padding-bottom: 3%;*/
}

.colNewsList>ul>li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}

.colNewsList>ul>li>a {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    overflow: hidden;
}

.colNewsList>ul>li>a>.cnlImg {
    width: 32.15%;
}

.colNewsList>ul>li>a>.cnlImg>p {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.colNewsList>ul>li>a>.cnlImg>p>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.colNewsList>ul>li>a:hover>.cnlImg>p>img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}

.colNewsList>ul>li>a>.cnlDate {
    width: 72px;
    height: 72px;
    background-color: #01d56e;
    position: absolute;
    left: 0;
    bottom: calc(12% + 10px);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*.colNewsList > ul > li > a:hover > .cnlDate{animation: fadeInLeft 0.5s ease-in-out; -webkit-animation: fadeInLeft 0.5s ease-in-out;}*/
.colNewsList>ul>li>a>.cnlDate>h3,
.colNewsList>ul>li>a>.cnlDate>p {
    width: 100%;
    line-height: 1.5;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.colNewsList>ul>li>a>.cnlDate>h3 {
    font-weight: 550;
    font-size: 24px;
    line-height: 1.2;
}

.colNewsList>ul>li>a>.cnlDate>div {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #999;
    font-size: 14px;
    display: none;
    margin-top: 10px;
}

.colNewsList>ul>li>a>.cnlAbout {
    width: 67.85%;
    box-sizing: border-box;
    padding-left: 2.35%;
}

.colNewsList>ul>li>a>.cnlAbout>h3,
.colNewsList>ul>li>a>.cnlAbout>div {
    width: 100%;
    height: auto;
    line-height: 2;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.colNewsList>ul>li>a>.cnlAbout>h3 {
    font-weight: 550;
    font-size: 24px;
    color: #333 !important;
}

.colNewsList>ul>li>a:hover>.cnlAbout>h3 {
    color: #cb0000 !important;
}

.colNewsList>ul>li>a>.cnlAbout>div {
    -webkit-line-clamp: 5;
    font-size: 18px;
    color: #999 !important;
}

/*.colNewsList > ul > li > a:hover > .cnlAbout > h3{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; }*/
/*.colNewsList > ul > li > a:hover > .cnlAbout > div{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}*/

.pages {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4%;
}

.pages>.pageBtn,
.pages>.pageText {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 5px 10px 5px;
}

.pages>ul>li {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 5px 10px 5px;
}

.pages>.pageBtn {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.pages>ul>li:hover,
.pages>ul>li.active {
    border: 1px solid #01d56e;
    background-color: #01d56e;
    color: #FFF !important;
}

.pages>ul>li:hover a,
.pages>ul>li.active a {
    color: #FFF !important;
}

.pages>ul>li>form a {
    width: 120px;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pages>ul>li>form a input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
}

.pages>.pageInput {
    width: 72px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    display: flex;
    padding: 5px 10px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    border-radius: 4px;
    overflow: hidden;
}

.pages>.pageInput input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.pages>.pageSubmit {
    width: 60px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 5px 10px 5px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pages>.pageSubmit>input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

/****/
.colCulture {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    /*padding-top: 4.21875%; padding-bottom: 4.81275%; background-image: url(../images/culture.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.colCulture::before{ content: ' '; background-color: rgba(0,0,0,0.6); position: absolute; left:0; top:0; height:100%; width:;  }*/
.colCulture>.c-con {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 240;
}

.ccHeader {
    /*width:36%;*/
    flex-shrink: 0;
    padding-right: 2%;
    padding-top: 4.21875%;
    padding-bottom: 4.81275%;
    box-sizing: border-box;
}

.ccHeader>p {
    width: 400px;
}

.ccHeader>p>img {
    width: 100%;
}

.ccleft {
    width: 62%;
}

.ccleft img {
    width: 100%;
    height: 100%
}

.ccRight {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 4%;
    padding-top: 4.21875%;
    padding-bottom: 4.81275%;
    background-image: url(../images/ccRight.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ccRight>ul>li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 2%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 1%
}

.ccRight>ul>li:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ccRight>ul>li>h3,
.ccRight>ul>li>h4,
.ccRight>ul>li>div {
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    font-weight: normal;
}

.ccRight>ul>li>h3,
.ccRight>ul>li>h4 {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FFF;
    margin-bottom: 0.5%;
}

.ccRight>ul>li>h3 {
    font-size: 32px;
    -webkit-line-clamp: 2;
}

.ccRight>ul>li>h4 {
    font-size: 18px;
}

.ccRight>ul>li>div {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 2;
}

.colBulid {
    width: 1536px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 3% 3% 3%;
}

.colBulidHeader {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 1.5% 0;
}

.colBulidHeader>h3 {
    font-size: 28px;
    font-weight: normal;
}

.colCylz {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 1%;
}

.colCylz>h3 {
    font-size: 32px;
    color: #2C6E2E;
}

.leader-list2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 68px;
    position: relative;
    /*margin-top: 2%;*/
}

.swiper4 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.swiper4 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #d0d0d0;
    color: #999;
}

.swiper4 .swiper-pagination-bullet-active {
    background-color: #1b96d5;
    color: #333;
}

.swiper4 .swiper-slide {
    position: relative;
}

.swiper4 .swiper-slide>a {
    display: block;
    width: 100%;
    color: #333 !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    box-sizing: border-box;
    position: relative;
}

.swiper4 .swiper-slide>a>p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 340px;
}

/*文化建设轮播图大小*/
.swiper4 .swiper-slide>a>p>img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: 100%;
    object-fit: fill;
}

.swiper4 .swiper-slide:hover>a>p>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.swiper4 .swiper-slide>a>.sliderBuildItemAbout {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 4%;
    border-bottom: 1px solid #EEE;
}

.swiper4 .swiper-slide>a>.sliderBuildItemAbout>h3 {
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: 22px;
    box-sizing: border-box;
}

.swiper4 .swiper-slide>a>.sliderBuildItemAbout>p {
    width: 100%;
    height: 24px;
    margin-top: 10px;
}

.swiper4 .swiper-slide>a>.sliderBuildItemAbout>p>span {
    width: 36px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    color: #FFF;
    background-color: #2C6E2E;
}

.homesw4 .swiper-slide>a>.sliderBuildItemAbout {
    border: 0
}

.homesw4 .swiper-slide>a>.sliderBuildItemAbout>h3 {
    text-align: center;
    height: 30px
}

.homesw4 .swiper-slide>a:hover {
    background-color: #ffffff !important;
}

.swiper4 .swiper-slide>a:hover {
    background-color: #2C6E2E;
}

.swiper4 .swiper-slide>a:hover>.sliderBuildItemAbout>h3 {
    color: #FFF !important
}

.homesw4 .swiper-slide>a:hover>.sliderBuildItemAbout>h3 {
    color: #333333 !important
}

.swiper4 .swiper-slide>a:hover>.sliderBuildItemAbout>p>span {
    color: #2C6E2E !important;
    background-color: #FFF;
}

.leader-list2 .swiper-button-next,
.leader-list2 .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 0;
    height: 68px;
    width: 68px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -34px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.leader-list2 .swiper-button-next {
    right: 0;
    background-image: url(../images/goright2.png);
}

.leader-list2 .swiper-button-prev {
    left: 0;
    background-image: url(../images/goleft2.png);
}

.leader-list3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.swiper5 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.swiper5 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #d0d0d0;
    color: #999;
}

.swiper5 .swiper-pagination-bullet-active {
    background-color: #1b96d5;
    color: #333;
}

.swiper5 .swiper-slide {
    position: relative;
}

.swiper5 .swiper-slide>a {
    width: 100%;
    color: #333 !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.swiper5 .swiper-slide>a>p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper5 .swiper-slide>a>p>img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper5 .swiper-slide>a>.sliderBuildItemAbout {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 12px 4%;
    border-bottom: 1px solid #EEE;
}

.swiper5 .swiper-slide>a>.sliderBuildItemAbout>h3 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: 16px;
    box-sizing: border-box;
}

.swiper5 .swiper-slide>a>.sliderBuildItemAbout>p {
    width: 100%;
    height: 24px;
    margin-top: 10px;
}

.swiper5 .swiper-slide>a>.sliderBuildItemAbout>p>span {
    width: 36px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    color: #FFF;
    background-color: #2C6E2E;
}

.leader-list3 .swiper-button-next,
.leader-list3 .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -60px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.leader-list3 .swiper-button-next {
    right: 10px;
    background-image: url(../images/goright.png);
}

.leader-list3 .swiper-button-prev {
    left: 10px;
    background-image: url(../images/goleft.png);
}

/****/
.business {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%
}

.busiMenu {
    width: 21.4288%;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 3%;
}

.busiMenu>h3 {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #2C6E2E;
    border: 1px solid #2C6E2E;
    color: #FFF;
    display: none;
}

.busiMenu>ul>li {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5%;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%
}

.busiMenu>ul>li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.busiMenu>ul>li::after {
    content: ' ';
    width: 4px;
    height: 16px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.busiMenu>ul>li.active,
.busiMenu>ul>li:hover {
    font-weight: 550;
    background-color: #2C6E2E;
}

.busiMenu>ul>li.active::after,
.busiMenu>ul>li:hover::after {
    background-color: #2C6E2E;
}

.busiMenu>ul>li>a {
    color: #333 !important;
}

.busiMenu>ul>li.active>a {
    color: #ffffff !important
}

.busiMenu>ul>li:hover>a {
    color: #ffffff !important
}

.busiRight {
    width: 100%;
    height: auto;
}

.brTitle {
    width: 100%;
    height: auto;
    line-height: 2;
    font-weight: 550;
    text-align: center;
    font-size: 28px;
}

.brMemo {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 18px;
    text-align: left;
    color: #666;
    margin-top: 10px;
    margin-bottom: 2%;
}

.brMemo p,
.brMemo span {
    line-height: 2 !important;
    font-size: 18px !important;
    color: #666 !important;
    font-family: "微软雅黑" !important;
}

.brMemo img {
    margin: 20px auto;
    width: 600px !important;
}

.busiItems {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 8% 0;
}

.busiItems>ul>li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    overflow: hidden;
}

.busiItems>ul>li:nth-of-type(3n) {
    margin-right: 0;
}

.busiItems>ul>li>a {
    display: block;
    width: 100%;
    position: relative;
}

.busiItems>ul>li>a>.biImg {
    width: 100%;
    height: 0;
    padding-top: 136.3636%;
    position: relative;
    overflow: hidden;
    z-index: 120;
}

.busiItems>ul>li>a>.biImg>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 150
}

.busiItems>ul>li>a>.biImg>h3 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 160;
    box-sizing: border-box;
    padding: 16%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.busiItems>ul>li>a>.biImg>h3>p,
.biAboutMemo>h3 {
    width: 100%;
    line-height: 1;
    height: auto;
    font-size: 36px;
    color: #FFF !important;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.busiItems>ul>li>a>.biAbout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 220;
    background-color: #2C6E2E;
    background-image: url(../images/bannerItemBg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 65% auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 16%;
    display: none;
}

.busiItems>ul>li>a>.biAbout>.biAboutMemo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.busiItems>ul>li>a>.biAbout>.biAboutMemo>p {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    color: #FFF;
    margin-top: 5%;
}

.busiItems>ul>li>a>.biAbout>.biAboutMore {
    width: 36px;
    height: 22px;
    line-height: 22px;
    border-radius: 20px;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 10px;
}

.busiItems>ul>li>a:hover>.biAbout {
    display: flex;
}

.busiItems>ul>li>a>.biAbout>.biAboutMemo {
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
}

.busiItems>ul>li>a>.biAbout>.biAboutMore {
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
}

/****/
.busiList {
    width: 100%;
    height: auto;
    padding-bottom: 6%
}

.busiList>ul>li {
    width: 100%;
    height: auto;
}

.busiItemTitle {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 1.6%;
    padding-bottom: 2%;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
}

.busiItemTitle>p {
    display: inline-block;
    font-size: 32px;
    line-height: 2.625;
    position: relative;
}

.busiItemTitle>p::after {
    content: ' ';
    width: 60px;
    height: 4px;
    background-color: #c30505;
    position: absolute;
    left: 0;
    bottom: 0;
}

.busiList>ul>li>.busiItemMain {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: #c30505;
    margin-top: 3%;
}

.busiList>ul>li:nth-of-type(2n)>.busiItemMain {
    flex-direction: row;
}

.cimImg {
    display: block;
    width: 60%;
    overflow: hidden;
    flex-shrink: 0;
}

.cimImg img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.cimImg:hover img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.cimAbout {
    width: 100%;
    /*height:100%;*/
    flex: 1;
    box-sizing: border-box;
    padding: 5% 5% 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}

.cimAbout>p {
    width: 90px;
}

.cimAbout>p>img {
    width: 100%;
}

.cimAbout>h3 {
    font-weight: normal;
    font-size: 32px;
    text-align: left;
    padding-bottom: 5%;
    position: relative;
    color: #FFF;
}

.cimAbout>h3::after {
    content: ' ';
    width: 72px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cimAboutMemo {
    width: 100%;
    height: 180px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
    margin-top: 4%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.cimAboutOption {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2%;
}

.cimAboutOption>p {
    width: 30px;
    flex-shrink: 0;
    margin: 14px 10px;
}

.cimAboutOption>p>img {
    width: 100%;
}

.cimAboutOption>div {
    width: 100%;
    height: auto;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 10px;
}

.cimAboutOption>div>h4,
.cimAboutOption>div>p {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.cimAboutOption>div>p {
    margin-top: 5px;
}

.cimAbout>.cimAboutLink {
    display: inline-block;
    width: 140px;
    height: 40px;
    border-radius: 30px;
    background-color: #FFF;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 5%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.cimAbout:hover>.cimAboutLink {
    box-sizing: border-box;
    border: 1px solid #FFF;
    background-color: #c30505;
    color: #FFF !important;
}

.cimAbout>.lmore {
    margin-top: 15%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    display: flex;
    flex-direction: row-reverse;
    width: 100%
}

.cimAbout>.lmore img {
    width: 40px;
    height: 12px;
}

.cimAbout>.lmoretext {
    color: #ffffff;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.colBusiAbout {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    min-width: 320px;
}

.colBusiAbout>.c-con {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 120;
}

.colBusiAbout>.c-con>.cbaImg {
    width: 71.4288%;
    display: block;
    box-sizing: border-box;
    padding: 8% 0;
}

.colBusiAbout>.c-con>.cbaImg>p {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.colBusiAbout>.c-con>.cbaImg>p>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.colBusiAbout>.c-con>.cbaMemo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.colBusiAbout>.c-con>.cbaMemo>div {
    width: 64.2857%;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 3%;
}

.colBusiAbout>.c-con>.cbaMemo>div>h3 {
    width: 100%;
    line-height: 1.2;
    font-weight: 550;
    font-size: 42px;
    text-align: left;
    overflow: hidden;
    height: auto;
    color: #2C6E2E;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.colBusiAbout>.c-con>.cbaMemo>div>p {
    margin-top: 2.5%;
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/****/
/*contact联系我们*/
/*.colContact{ width:100%; height:auto; box-sizing: border-box; padding:4% 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: stretch; }*/
.colContact {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 4% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 240
}

.contactMap {
    width: 100%;
    background-color: #EEE;
}

.map {
    width: 70%;
    height: auto
}

#map{ width:100%; height: 100%; }
.contactOnline{ width:auto; flex-shrink: 0; background-color: #2C6E2E; background-image: url(../images/bannerItemBg.png); background-position: right bottom; background-size: 60% auto; background-repeat: no-repeat; box-sizing: border-box; padding:2% 3%; }

.contactOnline {
    width: 40%;
    background-color: #2C6E2E;
    background-image: url(../images/lxwm-bg.png);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 2% 3%;
    padding-bottom: 10%;
}

.coLogo {
    display: block;
    width: 46%;
}

.coLogo>img {
    width: 100%;
}

.contactOnline>.coItem {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 6%;
}

.contactOnline>.coItem>.coiIcon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    margin-right: 10px;
    overflow: hidden;
}

.contactOnline>.coItem>.coiIcon>img {
    width: 100%;
    height: 100%;
}

.contactOnline>.coItem>.coiRight {
    width: 100%;
    height: auto;
    color: #FFF;
}

.contactOnline>.coItem>.coiRight>h3 {
    width: 100%;
    line-height: 26px;
    height: 26px;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
}

.contactOnline>.coItem>.coiRight>.coirMemo {
    width: 100%;
    height: auto;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.contactOnline>.coItem>.coiRight>.coirQTCode {
    width: 116px;
    height: 116px;
    overflow: hidden;
    margin-top: 5%;
}

.contactOnline>.coItem>.coiRight>.coirQTCode img {
    width: 100%;
    height: 100%;
}

/****/
/*.colQuali{ width:100%; height: auto; box-sizing: border-box; display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between; align-items:stretch; padding-top: 5%; padding-bottom: 5%; }
.cqImg{ width: 30%; height:auto; flex-shrink: 0;}
.cqImg > p{ width:100%; height:0; padding-top: 157.1429%; position: relative; overflow: hidden; }
.cqImg > p > img{ width:100%; height: 100%; position: absolute; left: 0; top:0; }
.cqLeft{ width:100%; box-sizing: border-box; border: 1px solid #DDD; padding:0 3%; display: flex; flex-direction: column; flex-wrap: nowrap;justify-content: center; align-items: center;}
.cqlMain{ width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-start; }
.dqlLogo{ width:64px; height: auto; flex-shrink: 0; margin-right: 3%;  }
.dqlLogo > p{ width:100%; overflow: hidden; border-radius: 10px; }
.dqlLogo > p > img{ width:100%; }
.dqlLogo > h3{ width:100%; font-size: 1.5; margin-top: 6px; font-weight: normal; font-size: 16px; text-align: center; }
*/



/****/
/*.quailBanner{ width:100%; height:auto; background-image: url(../images/honorBg.png); background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; min-width: 320px; box-sizing: border-box; padding-top: 5%; padding-bottom: 5%; }
.quabanHeader{ width:100%; height:auto; box-sizing: border-box; border-bottom:1px solid #FFF; padding-bottom: 3%; margin-bottom: 3%; }
.quabanHeader > h3{ font-weight: normal; font-size: 28px;  }*/
/*.carousel,.carousel-list{ width:100%; height:auto;  position: relative; z-index: 500; overflow: hidden; }

.carousel-list{ width:60%; box-sizing: border-box; margin:0 20%; height:360px; z-index: 510; }
.carousel-list .carousel-item{ width:434px; height:auto; position: absolute; left:50%; margin-left:-217px; top:0; z-index: 520; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; box-sizing: border-box; padding:20px; background-color: #FFF;}
.carousel-list .carousel-item p{ width:100%; height:auto; position: relative; box-sizing: border-box; border:1px solid #FFF; overflow: hidden; }
.carousel-list .carousel-item p img{ width:100%;}
.carousel-list .carousel-item h3{ width:100%; height: 24px; line-height: 24px; font-weight: normal; font-size: 14px; overflow: hidden;display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-top: 10px; text-align: center;}

.prev,.next{ width:48px; height: 48px;line-height: 48px; text-align: center; font-size: 16px; background-color: transparent; border-radius: 50%; position: absolute; top:50%; margin-top: -24px;  z-index: 600; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%;}
.prev{ left:10%; background-image: url(../images/goLeft.png);}
.next{ right:10%;  background-image: url(../images/goRight.png);}

.swiperh{ height:0; overflow: hidden; }
.swiperh .swiper-pagination {right:0; display:inline-block; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiperh .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:10px; height:10px; border-radius:5px; box-sizing:border-box; background-color: rgba(255,255,255,0.6); display: none;}
.swiperh .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1); width:30px;}
.swiperh .swiper-slide{ position:relative;}
.swiperh .swiper-slide > a{ display: block; width: 100%; position: relative; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.swiperh .swiper-slide > a > p{ width:100%; height:auto; box-sizing: border-box; padding:3%; background-color: #FFF;  }
.swiperh .swiper-slide > a > p > img{ width:100%;}
.swiperh .swiper-slide > a > h3{ width:100%; line-height: 3; height:auto; overflow: hidden;  font-weight: normal; font-size: 18px; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position: absolute; left:0; bottom:0; background-color: rgba(29,29,29,1); color: #FFF; text-align: center; }
.swiperh .swiper-button-next,.swiperh .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.3); border-radius:50%; height:60px; width:60px; line-height:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%;} 
.swiperh .swiper-button-next{ background-image: url(../images/goRight.png); left:auto; right:3%; }
.swiperh .swiper-button-prev{ background-image: url(../images/goLeft.png); right:auto; left:3%;}
.swiperh .swiper-button-next:hover,.swiperh .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiperh .swiper-button-next i,.swiperh .swiper-button-prev i{ font-size:1.0rem; }*/




.cmain {
    max-width: 1200px;
}

.article {
    width: 100%;
    height: auto;
    padding: 3% 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
}

.article>h3,
.article>p {
    text-align: center;
    font-weight: 550;
    font-size: 30px;
}

.article>p {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}

.articleMain {
    width: 100%;
    height: auto;
    padding: 2% 0 10px 0;
    box-sizing: border-box;
    line-height: 2.25;
    text-align: left;
    color: #000 !important;
    font-size: 18px;
}

.articleMain img {
    margin: 20px auto;
    max-width: 600px !important;
    display: block;
}

.articleMain table {
    border: 1px solid #000 !important;
    margin: 0 auto !important;
    max-width: 90% !important;
}

.articleMain table,
.articleMain table tr th,
.articleMain table tr td {
    border: 1px solid #000 !important;
}

.articleMain p,
.articleMain span {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 2 !important;
    font-family: "微软雅黑" !important;
}

.jobMain {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.jobLeft {
    display: block;
    width: 60%;
    overflow: hidden;
    flex-shrink: 0;
}

.jobLeft img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.jobRight {
    width: 100%;
    /*height:100%;*/
    flex: 1;
    box-sizing: border-box;
    padding: 1% 5% 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: nowrap;
    align-items: flex-start;
    cursor: pointer;
}

.jobRight p {
    width: 110%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
}

/**/
.jobRight>.td_address {
    width: 110%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
}

/****/
.honorHeader {
    width: 100%;
    height: auto;
    line-height: 3;
    font-size: 32px;
    background-color: #2C6E2E;
    border-radius: 15px 15px 0 0;
    color: #FFF;
    text-align: center;
    margin-top: 6%;
}

.colHonor {
    width: 100%;
    height: auto;
}

.colHonor>ul>li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 2.2857%;
    background-color: #fffefc;
}

.colHonor>ul>li:nth-of-type(2n) {
    background-color: #fefbf4;
}

.colHonor>ul>li>.colHonorItem-icon {
    width: 25%;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}

.colHonor>ul>li>.colHonorItem-icon>p {
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin: auto;
}

.colHonor>ul>li>.colHonorItem-icon>p>img {
    width: 100%;
    height: 100%;
}

.colHonor>ul>li>.colHonorItem-icon>h3 {
    font-weight: 550;
    font-size: 24px;
    line-height: 2.4;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    width: 100%;
}

.colHonor>ul>li>.colHonorItem-icon>h3>span {
    font-size: 20px;
    font-weight: normal;
}

.colHonor>ul>li>.colHonorItem-right {
    width: 100%;
}

.colHonor>ul>li>.colHonorItem-right>ul>li {
    width: 100%;
    height: auto;
}

.colHonor>ul>li>.colHonorItem-right>ul>li+li {
    margin-top: 2%;
}

.colHonor>ul>li>.colHonorItem-right>ul>li>h4 {
    width: 100%;
    height: auto;
    line-height: 3;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 550;
    color: #2C6E2E;
}

.colHonor>ul>li>.colHonorItem-right>ul>li>p {
    width: 100%;
    height: auto;
    line-height: 2.625;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aptitudeList {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 0 2.2857% 2.2857% 2.2857%;
}

.aptitudeList>ul>li {
    width: 45%;
    height: auto;
    line-height: 6;
    font-size: 22px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 3%;
    border-bottom: 1px solid #CCC;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aptitudeList>ul>li:nth-of-type(2n) {
    float: right;
}

/****/
.colParty {
    width: 100%;
    min-width: 320px;
    background-color: #c5c5c5;
}

.hotParty {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.hotParty .hplImg {
    width: 32.15%;
}

.hotParty .hplImg>p {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.hotParty .hplImg>p>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.hotParty .hplImg:hover>p>img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}

.hotParty>a {
    width: 67.85%;
    box-sizing: border-box;
    padding-left: 2.35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.hotParty>a>.hpAbout {
    width: 100%;
    box-sizing: border-box;
}

.hotParty>a>.hpAbout>h3,
.hotParty>a>.hpAbout>h4,
.hotParty>a>.hpAbout>div,
.hotParty>a>.hpAbout>p {
    width: 100%;
    height: auto;
    line-height: 2;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hotParty>a>.hpAbout>h3 {
    font-weight: 550;
    font-size: 24px;
    color: #2C6E2E !important;
}

.hotParty>a>.hpAbout>h3:hover {
    color: #cb0000 !important;
}

.hotParty>a>.hpAbout>h4 {
    font-size: 18px;
    color: #000 !important;
}

.hotParty>a>.hpAbout>div {
    -webkit-line-clamp: 3;
    font-size: 18px;
    color: #545454 !important;
}

.hotParty>a>.hpAbout>p {
    font-size: 18px;
}

.hotParty>a:hover {
    color: #cb0000 !important;
}

/****/
.introMain {
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 160;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}
.introTitle{
    overflow: hidden;
    width: 1400px;
    padding-top: 3%;
}
.introTitle div{
    font-weight: bold;
    font-size: 28px;
    color: #2C6E2E;
    text-align: center;
    margin-bottom: 1%;
}
.introTitle p{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}
.introTitle p span{
    width: 96px;
    height: 2px;
    background: #2C6E2E;
    display: block;
    margin: auto;
}
.introTitle img{
    width: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
}
.introYy{
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin-top: 2%;

}
.introYy ul{
    width: 1420px;
    display: flex;
    flex-wrap: wrap;
}
.introYy ul li{
    width: 16%;
    float: left;
    margin-bottom: 30px;
    margin-right: 0.6666%;
}
.introzd ul li{
    width: 19.3%;
}

.introYy ul li img{
    width: 100%;
    display: block;
}
.introYy ul li p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 2%;
    text-align: center;
}
.introFzys{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.introFzys .li{
    width: 24%;
    height: 358px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}
.introFzys .li div{
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    width: 116px;
    height: 116px;
    background: #2C6E2E;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 3;
    text-align: center;
    line-height: 116px;
}
.introFzys .li p{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 6%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: 208px;
    padding-top: 32px;
    overflow: hidden;
}

.leader-list4 {
    width: 1600px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 90px;
    position: relative;
    margin-top: 2%;
}

/*荣誉资质*/
.swiper6 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.swiper6 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #d0d0d0;
    color: #999;
}

.swiper6 .swiper-pagination-bullet-active {
    background-color: #1b96d5;
    color: #333;
}

.swiper6 .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.swiper6 .swiper-slide>a {
    width: 100%;
    color: #333 !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

/**/
.swiper6 .swiper-slide>a>p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
    box-sizing: border-box;
    padding: 20px;
    /* height: 187px */
}

.swiper6 .swiper-slide>a>p>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper6 .swiper-slide:hover>a>p>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.swiper6 .swiper-slide>a>h3 {
    width: 100%;
    font-size: 18px;
    line-height: 3;
    text-align: center;
    font-weight: normal;
    color: #333 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*荣誉资质*/
.swiper8 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.swiper6 .swiper-pagination-bullet {
    swiper8: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #d0d0d0;
    color: #999;
}

.swiper8 .swiper-pagination-bullet-active {
    background-color: #1b96d5;
    color: #333;
}

.swiper8 .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.swiper8 .swiper-slide>a {
    width: 100%;
    color: #333 !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

/**/
.swiper8 .swiper-slide>a>p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
    box-sizing: border-box;
    padding: 20px;
    height: 300px
}

.swiper8 .swiper-slide>a>p>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper8 .swiper-slide:hover>a>p>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.swiper8 .swiper-slide>a>h3 {
    width: 100%;
    font-size: 18px;
    line-height: 3;
    text-align: center;
    font-weight: normal;
    color: #333 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.leader-list4 .swiper-button-next,
.leader-list4 .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    height: 60px;
    width: 60px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -60px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    background-color: #FFF;
}

.leader-list4 .swiper-button-next {
    right: 0;
    background-image: url(../images/goRight5.png);
}

.leader-list4 .swiper-button-prev {
    left: 0;
    background-image: url(../images/goLeft5.png);
}


.leader-list5 {
    width: 100%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-top: 2%;
}

.swiper7 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.swiper7 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #d0d0d0;
    color: #999;
}

.swiper7 .swiper-pagination-bullet-active {
    background-color: #1b96d5;
    color: #333;
}

/*.swiper7 .swiper-slide{ position:relative;background-color: rgba(255,255,255,0.01); border-radius: 6px;}*/
.swiper7 .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.swiper7 .swiper-slide>a {
    width: 100%;
    color: #333 !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 5px;
}

.swiper7 .swiper-slide>a>p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
    box-sizing: border-box;
    padding: 10px;
}

.swiper7 .swiper-slide>a>p>img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper7 .swiper-slide:hover>a>p>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.swiper7 .swiper-slide>a>h3 {
    width: 100%;
    font-size: 14px;
    line-height: 3;
    text-align: center;
    font-weight: normal;
    color: #333 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.leader-list5 .swiper-button-next,
.leader-list5 .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    height: 42px;
    width: 42px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -42px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.leader-list5 .swiper-button-next {
    right: 10px;
    background-image: url(../images/goright5.png);
}

.leader-list5 .swiper-button-prev {
    left: 10px;
    background-image: url(../images/goleft5.png);
}


/******/
.colNewsTab {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 1.6%;
    padding-bottom: 2%;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
}

.colNewsTab>p {
    display: inline-block;
    font-size: 32px;
    line-height: 2.625;
    position: relative;
    margin-right: 3%;
    color: #999;
    cursor: pointer;
    color: #999
}

.colNewsTab>p::after {
    content: ' ';
    width: 60px;
    height: 4px;
    background-color: #c30505;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.colNewsTab>p>a {
    color: #999 !important;
}

.colNewsTab>p.active {
    color: #333 !important;
}

.colNewsTab>p.active::after {
    display: block;
}

.colNewsTab>p.active a {
    color: #333 !important;
}

.hotNews {
    width: 100%;
    min-width: 320px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 4% 0;
}

.colHotNews {
    width: 100%;
    height: auto;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.chnImg {
    width: 40%;
    height: auto;
    box-sizing: border-box;
    padding-right: 2%;
    flex-shrink: 0;
}

.chnImg>img {
    width: 100%;
}

.chnAbout {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.chnAbout>h3 {
    width: 100%;
    font-weight: normal;
    font-size: 36px;
    text-align: left;
}

.chnAbout>div {
    width: 100%;
    text-align: left;
    font-size: 16px;
    height: 300px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    margin-top: 1%;
}

.chnAbout>p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 30px;
    background-image: url(../images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    text-align: left;
    color: #999;
}

.colNewsLine {
    display: none;
}

.colNewsList {
    width: 100%;
    margin-top: 4%;
}

.colNewsList>ul>li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    border-bottom: 1px solid #E5E5E5;
}

.colNewsList>ul>li>.cniDate {
    width: 120px;
    height: 200px;
    margin-left: 5px;
    border-radius: 5px;
    /* background-color: #f7f7f7; */
    flex-shrink: 0;
    align-self: center;
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.colNewsList>ul>li>.cniDate>h3 {
    font-size: 52px;
    /* font-weight: 550; */
    color: #4D4D4D;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.colNewsList>ul>li>.cniDate>p {
    /* font-weight: 550; */
    font-size: 18px;
    color: #4D4D4D;
    width: 100%;
    text-align: center;
}

.colNewsList>ul>li>.cniAbout {
    width: 100%;
    /* height: 142px; */
    box-sizing: border-box;
    padding: 0 3%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: left;
    order: 2;
}

.colNewsList>ul>li>.cniAbout>a>h3 {
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-weight: normal;
}

.colNewsList>ul>li>.cniAbout>a>div,
.colNewsList>ul>li>.cniAbout>p {
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: left;
    color: #999;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
}

.colNewsList>ul>li>.cniAbout>a>p {
    height: 24px;
}

.colNewsList>ul>li>.cniAbout>a>div {
    margin-top: 2%;
    margin-bottom: 5px;
}

.colNewsList>ul>li>.cniImg {
    order: 3;
    display: flex;
    align-items: center;
    width: 220px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.colNewsList>ul>li>.cniImg>img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.colNewsList>ul>li:hover {
    /* background-color: #f7f7f7; */
}

.colNewsList>ul>li:hover>.cniDate {
    background: url(../images/news-bgon.png)left center no-repeat;
    background-size: 100% 100%;
}
.colNewsList>ul>li:hover>.cniDate h3,.colNewsList>ul>li:hover>.cniDate p{
    color: #FFFFFF; 
}

.colNewsList>ul>li:hover>.cniImg>img {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.newsLoadMore {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 3.5;
    font-size: 24px;
    color: #333;
    background-color: #f7f7f7;
    margin-top: 3%;
}

.newsColBlank {
    width: 100%;
    height: 10px;
    margin-top: 5%;
}

/*百度地图*/
.BMapLabel {
    background-color: #2C6E2E !important;
    border: 1px solid #2C6E2E !important;
    color: white !important;

}

/*春节样式*/

.header>.left {
    position: fixed;
    top: 90px;
    width: 28%;
    left: -140px;
    z-index: 900;
}

.header>.left img {
    width: 100%;
    /*height:200%;*/
}

.header>.right {
    position: fixed;
    width: 28%;
    top: 90px;
    right: -140px;
    z-index: 900;
}

.header>.right img {
    width: 100%;
    /*height:200%;*/
}

.header>.right-t {
    position: fixed;
    z-index: 900;
    right: 0px;
}

/*.header>img{*/
/*    position: fixed;*/
/*    width:1920px;*/
/*    z-index:900;*/
/*}*/
/*.container{*/
/*    position: relative;*/
/*}*/
/*.flash > img {*/
/*    position: absolute;*/
/*    z-index: 900;*/
/*top: 20px;*/
/*left: 100px;*/
/*    width:;*/
/*    height:520px;*/
/*}*/
/*关于我们*/
.about {
    position: relative;
}

.about>.about-left {
    position: absolute;
    top: -40px;
    left: 150px;
    /*width: 40%;*/
    height: 200px;
    /*left: 20px;*/
    z-index: 900;
}

.about>.about-left img {
    width: 200%;
    height: 200%;
}

/*.about>.about-two{*/
/*    position: absolute;*/
/*    top:20px;*/
/*     width:50%;*/
/*    height:50%;*/
/*width: 40%;*/
/*height: 200px;*/
/*left: 20px;*/
/*    z-index: 900;*/
/*}*/
/*.about>.about-two img{*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/
.newsRight {
    position: relative;
}

.newsRight>.news-right {
    position: absolute;
    z-index: -300;
}

/*.newsRight>.news-right img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/**/
/*商务合作*/
/*.colBulidHeader{*/
/*    position: relative;*/
/*}*/
/*.colBulidHeader div{*/
/*    font-size: 28px;*/
/*}*/
/*.colBulidHeader>.c-right{*/
/*position: absolute;*/
/*right: -200px;*/
/*    width:10%;*/
/*    z-index:900;*/
/*left:52%;*/
/*margin-left: 50px;*/

/*   margin-left: 96px;*/

/*}*/
/*.colBulidHeader>.c-right img{*/
/*    width:100%;*/

/*}*/
/*.colBulidHeader>.c-left{*/
/*position: absolute;*/
/*right: -200px;*/
/*    width:10%;*/
/*z-index:900;*/
/*left:35%;*/
/*    margin-right: 96px;*/

/*}*/
/*.colBulidHeader>.c-left img{*/
/*    width:100%;*/

/*}*/
.jobs {
    position: relative;
}

.jobs>.jobs-right {
    position: absolute;
    z-index: 900;
    top: -10px;
    right: 60px;
    text-align: center;
}

.jobs>.jobs-right>img {
    width: 100%;
    height: 100%;
}

.news {
    position: relative;
}

.new-top {
    position: absolute;
    top: 2px;
    width: 100%;
    height: 120px;
    z-index: 900;
}

.new-top>img {
    width: 100%;
}

.news>.c-con {
    padding-top: 3%;
}

.header>.left-two {
    position: fixed;
    z-index: 600;
    top: 180px;
    width: 5%;
    left: -10px;
}

.header>.right-two {
    position: fixed;
    z-index: 600;
    top: 180px;
    right: -10px;
    width: 5%;
}

.header>.left-two img {
    width: 100%;

}

.header>.right-two img {
    width: 100%;
}

/*.about{*/
/*    position: relative;*/
/*}*/
.about>.alMain-left {
    position: absolute;
    width: 10%;
    z-index: 900;
    left: 32%;
    top: 6%;
}

/*.about>.alMain-left img{*/
/*    width:100%;*/
/*    height: 100%;*/
/*}*/
/*.bgright{*/
/*    background-image: url('../images/cj/xcyh.gif');*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*     background-position: center;*/

/*     z-index: -100px;*/
/*}*/
.clRczp{
    margin-top: 3%;
    margin-bottom: 4%;
}
.clRczp-title{
    background: #2C6E2E;
    display: flex;

}
.clRczp-title div:nth-child(1){
    width: 10%;
}
.clRczp-title div:nth-child(2){
    width: 40%;
}
.clRczp-title div:nth-child(3){
    width: 20%;
}
.clRczp-title div:nth-child(4){
    width: 10%;
}
.clRczp-title div:nth-child(5){
    width: 20%;
}
.clRczp-title div{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 2% 0;
}

.clRczp-li{
    display: flex;
    border-bottom: 1px dashed #2C6E2E;
    cursor: pointer;
}

.clRczp-li div:nth-child(1){
    width: 10%;
}
.clRczp-li div:nth-child(2){
    width: 40%;
}
.clRczp-li div:nth-child(3){
    width: 20%;
}
.clRczp-li div:nth-child(4){
    width: 10%;
}
.clRczp-li div:nth-child(5){
    width: 20%;
}
.clRczp-li div{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding: 2% 0;
}
.clRczp-lidesc{
    background: #F4F4F4;
    padding: 2%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: none;
}
.searchTitle{
    font-size: 20px;
    margin-top: 3%;
}
.searchTitle span{
    color: #01d56e;
    font-size: 24px;
    font-weight: bold;
}