* {
    margin: 0px;
    padding: 0px;
    font-family: "Arial";
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

@-webkit-keyframes bottomyd {
    from {bottom: 30px;}
    to {bottom: 10px;}
}
/* a:hover {
    color: #333 !important;
} */

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;

}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.maina-color {
    color: #c39043 !important;
}

p,
h2,
h3 {
    color: #333;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text_four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.text_fours {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */
    height: 304px;
}

.yy {
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 5px;
}

.w_1200 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /* overflow: hidden; */
}

.w_1600 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /* overflow: hidden; */
}

.gray20 {
    color: #333 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

/* .clearfix:before,
.clearfix:after {
    content: '';
    display: table;
} */

.clearfix {
    *zoom: 1;
}

.pt40 {
    padding-bottom: 40px !important;
}

.w_head {
    background-color: #fff;
    position: relative;
    padding: 15px 0;
}

.bg_f7 {
    background-color: #f7f7f7;
}

.bg_fff {
    background-color: #fff;
}

.p30 {
    padding: 30px 0px;
}

/* 首页 */
/* 首页轮播2 */
.banner {
    width: 100%;
    height: 938px;
    overflow: hidden;
    position: relative;
    font-size: 0
}
.banners{
    width: 100%;
    height: 938px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.b-img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

.b-img a {
    display: block;
    height: 100%;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.b-list {
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 10%;
    display: flex;
    justify-content: center;
    width: auto !important;
}

.b-list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    float: left;
    margin: 0 10px;
}

.b-list .spcss {
    background: #00b398;
}

.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0px;
    background: none;
    top: 0px;
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0px;
    background: none;
    top: 0px;
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) 0px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) -50px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-left .emcss {
    background-position: 0px -100px;
}

.bar-right .emcss {
    background-position: -50px -100px;
}

/* 首页轮播 */
.slideBox {
    float: left;
    width: 100%;
    height: 938px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translate(0, -50%);
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(../images/2015rfb_button_doc.png) left center no-repeat;
    width: 11px;
    height: 9px;
    margin-right: 15px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-position: right center;
}

.slideBox .bd {
    position: relative;
    height: 390px;
    z-index: 0;
}

.slideBox .bd ul {
    position: relative;
    width: 100%;
    height: 938px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.slideBox .bd li img {
    width: 100%;
    height: 938px;
    object-fit: cover;
}
.top-boxions{
    position: relative;
    top: 50%;
	transform: translate(0, -50%);
}
.top-boxions .head_box{
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 9999;
}

.top-boxion {
    position: relative;
}

.top-boxion .head_box {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 9999;
    /* background: rgba(255, 255, 255, 0.5); */

}

.head_ul {
    margin-top: 15px;
}

.head_ul li {
    float: left;
    /* width: 120px; */
    width: 100px;
    position: relative;
    text-align: center;
}

.head_ul li a {
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
}

/* .head_ul li.active a::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
} */
.head_box .fl-logo img {
    width: 200px;
    height: 56px;
    margin-top: 20px;
}

.cen-logo {
    position: absolute;
    text-align: center;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cen-logo h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 6px;
    padding-bottom: 10px;
}

.cen-logo img {
    width: 160px;
    height: 160px;
    margin: 0px auto 25px;
}

.cen-logo p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}

.cen-logo-copy-bd {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    bottom: 15%;
}

.wi100 {
    width: 100% !important;
}

.fis35 {
    font-size: 35px !important;
}

.dongtai {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 0px;


    font-size: 16px;
    color: #fff;
}
.dongtais {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 0px;


    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.dongtaitoo{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 0px;


    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.dongtais p:hover {
    cursor: pointer;
}
.dongtaitoo p:hover{
    cursor: pointer;
}

.dongtai p:hover {
    cursor: pointer;
}

.fu-box {
    position: fixed;
    right: 0px;
    bottom: 0%;
    z-index: 99;
}

.fu-box .dtbox {
    width: 260px;
    height: 100px;
    object-fit: cover;
    position: relative;
}

.fu-box .del {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.fu-box .del:hover {
    cursor: pointer;
}

.bgbox {
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;

}
.bgboxs{
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;

    width: 100%;
}

.about-boc .lf-cont {
    padding-top: 19%;
    width: 40%;
}
.about-boc .lf-conts {
    padding-top: 10%;
    width: 40%;
}
.about-boc .lf-conts p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.about-boc .lf-cont p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}


.ck-more {
    display: inline-block;
    background-color: #00b398;
    color: #fff;
    padding: 10px 0px;
    min-width: 150px;
    text-align: center;
    margin-top: 5%;

    font-size: 16px;
}

.about-boc .rg-img {
    width: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.about-boc .rg-img .imgbox {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.ptb60 {
    padding: 5% 0 8.8%;
    position: relative;
    /* overflow: hidden; */
}

.gywm-tit {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0%;
    right: 0;

    z-index: 999;
}

.gywm-tit h1 {
    font-size: 60px;
    color: #333;
    font-weight: 600;
    padding-right: 8%;
}

.gywm-tit h1 span {
    color: #fff;
}

.gywm-tit p {
    font-size: 26px;
    color: #333;
    font-weight: 600;

}

.gywm-tit p span {
    color: #fff;
}

.jj-ul {
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */

    padding-right: 20px;
    padding-top: 3%;
    position: relative;
    width: 220px;
    float: right;
}
.jj-ulz {
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */

    padding-right: 20px;
    padding-top: 3%;
    position: relative;
    width: 220px;
    float: right;
}
/* 改------- */
.jj-uls{
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */
    
    /* padding-right: 20px;
    padding-top: 3%; */
    position: relative;
    width: 220px;
    float: right;
}
.jj-uls li {
    /* margin-left: 80px; */
    cursor: pointer;
}
.jj-uls::after {
    content: '';
    width: 45px;
    height: 1px;
    border: 1px dashed #999;
    right: 0;
    top: 56%;
    position: absolute;
    left: 0;
    margin: auto;
}
.jj-uls li p {
    font-size: 15px;
    color: #999999;
}

.jj-uls li:first-child {
    float: left;
}

.jj-uls li:last-child {
    float: right;
}

.jj-uls li img {
    width: 40px;
    height: 40px;
    margin: 10px auto 10px;
}

.jj-uls li.active img {
    width: 40px;
    height: 40px;
    margin: 10px auto 10px;
}
/* 改------- */








.jj-ul li {
    /* margin-left: 80px; */
    cursor: pointer;
}
.jj-ulz li {
    /* margin-left: 80px; */
    cursor: pointer;
}

.jj-ul::after {
    content: '';
    width: 45px;
    height: 1px;
    border: 1px dashed #999;
    right: 0;
    top: 56%;
    position: absolute;
    left: 0;
    margin: auto;
}
.jj-ulz::after {    
    width: 45px;
    height: 1px;
    border: 1px dashed #999;
    right: 0;
    top: 56%;
    position: absolute;
    left: 0;
    margin: auto;
}

.jj-ul li p {
    font-size: 15px;
    color: #999999;
}
.jj-ulz li p {
    font-size: 15px;
    color: #999999;
}

.jj-ul li:first-child {
    float: left;
}
.jj-ulz li:first-child {
    float: left;
}

.jj-ul li:last-child {
    float: right;
}
.jj-ulz li:last-child {
    float: right;
}

.jj-ul li img {
    width: 40px;
    height: 40px;
    margin: 10px auto 10px;
}
.jj-ulz li img {
    width: 40px;
    height: 40px;
    margin: 10px auto 10px;
}

.jj-ul li.active img {
    width: 50px;
    height: 50px;
    margin: 10px auto 10px;
}
.jj-ulz li.active img {
    width: 50px;
    height: 50px;
    margin: 10px auto 10px;
}

/* 手风琴 */
.accordion-box-cont{
    padding-top: 8%;
}
.accordion-box-conts{
    padding-top: 8%;
    width: 100%;
}
.accordion-box {
    background: #ccf0ea;
  
}

.accordion {
    width: 85%;
    margin: auto;
    height: 700px;

}
.phone-text{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    height: 138px;
}
.phone-top{
    color: #333;
    height: 69px;
}
.phone-bottom{
    font-size: 14px;
    color: #fff;
}

.sfq-tit {
    position: absolute;
    top: -79px;
    left: -4px;
    z-index: 999;
}

.sfq-tit h4 {
    font-size: 60px;
    color: #333;
    font-weight: 600;
}

.sfq-tit h4 span {
    color: #fff;
}

.sfq-tit h4 em {
    font-size: 14px;
    color: #fff;
}

.accordion .accordion_center {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}

.accordion .accordion_center ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.accordion .accordion_center ul li {
    width: 20%;
    height: 100% !important;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.accordion .accordion_center ul li.accord_1 {
    background: url('../images/img3.png') no-repeat center center;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_2 {
    background: url('../images/img4.png') no-repeat center center;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_3 {
    background: url('../images/img5.png') no-repeat center center;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_4 {
    background: url('../images/img6.png') no-repeat center center;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_5 {
    background: url('../images/img7.png') no-repeat center center;
    background-size: cover;
}

.accordion .accordion_center ul li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-size: 100% 100%;
}

.accordion .accordion_center ul li.accord_1 .mask {
    background: rgba(0, 152, 228, 0.9) url('../images/img3_on.png') no-repeat center bottom;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_2 .mask {
    background: rgba(0, 152, 228, 0.9) url('../images/img4_on.png') no-repeat center bottom;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_3 .mask {
    background: rgba(0, 152, 228, 0.9) url('../images/img5_on.png') no-repeat center bottom;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_4 .mask {
    background: rgba(0, 152, 228, 0.9) url('../images/img6_on.png') no-repeat center bottom;
    background-size: cover;
}

.accordion .accordion_center ul li.accord_5 .mask {
    background: rgba(0, 152, 228, 0.9) url('../images/img7_on.png') no-repeat center bottom;
    background-size: cover;
}

.accordion .accordion_center ul li .slide-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(52, 74, 86, .6); */
}

.accordion .accordion_center ul li .slide-item img {
    width: 80px;
    height: 80px;
    margin: 0px auto 10px;
}

.accordion .accordion_center ul li .slide-item p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.partblock {
    position: relative;


}

.action_d {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* .xw-center {
    padding: 5% 0px 5%;
} */

.xw-center .xw-lft {
    width: 40%;
}

.xw-center .xw-lft .xw-tit {
    padding-bottom: 5%;
    padding-top: 10%
}

.xw-center .xw-lft .xw-tit h4 {
    font-size: 60px;
    color: #333;
    font-weight: 600;
}

.xw-center .xw-lft .xw-tit p {
    font-size: 18px;
    font-weight: 600;
}

.xw-center .xw-lft .xw-li li {
    padding: 12px 0px;
    display: flex;
    align-items: center;

    cursor: pointer;
}

.xw-center .xw-lft .xw-li li a {
    flex: 1;
    /* display: block; */
    font-size: 16px;
    color: #333;
}

.xw-center .xw-lft .xw-li li span {
    margin-left: 20px;
    font-size: 16px;
    color: #333;

}

.xw-center .xw-lft .xw-li li a:hover {
    color: #00b398;
}

.xw-center .xw-lft .xw-li li img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    /*  margin-top: -2px; */
}

.xw-center .xw-cont {
    width: 58%;
}

.xw-center .xw-cont li {
    float: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 46%;
    margin-left: 4%;
}

.big-img {
    width: 100%;
    overflow: hidden;
    height: 460px;
}

.xw-center .xw-cont li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.xw-center .xw-cont li img:hover {
    transform: scale(1.2);
}

.xw-center .xw-cont li .but-cont {
    padding: 12px 30px;
}

.xw-center .xw-cont li .but-cont h4 {
    font-size: 30px;
    color: #6cc24a;
}

.xw-center .xw-cont li .but-cont span {
    font-size: 14px;
    color: #6cc24a;
}

.xw-center .xw-cont li .but-cont p {
    font-size: 15px;
    color: #333;
    margin-top: 12px;
    /* height: 40px; */
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.dw-box {
    position: relative;
    padding: 6% 0 5%;

    
}

.dw-text {
    position: absolute;
    bottom: 15%;
    right: 0px;
    padding: 0;
}

.join-us {
    padding: 60px 0px 100px;
    position: relative;
}

.join-us h4 {
    font-size: 60px;
    color: #333;
    font-weight: 600;
}

.join-us h4 span {
    font-size: 15px;
}

.zw-box {
    height: 680px;
}

.join-us .lf-text {
    width: 65%;
    position: relative;
    height: 100%;
    box-shadow: 0 0 10px #b3b3b3;

}

.join-us .lf-text::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.join-us .lf-text img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;

}

.join-us .lf-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    color: #fff;
    z-index: 999;
    line-height: 70px;
    letter-spacing: 2px;
}

.join-us .bg-cont {

    background-color: #00b398;
    position: relative;
    width: 32%;
    height: 100%;
    box-shadow: 0 0 10px #b3b3b3;
}

.join-us .bg-cont .jiaru {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.join-us .bg-cont .jiaru p {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
}

.join-us .bg-cont .jiaru a {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
}

/* 头部效果 */
.header-bg-fff {
    background: rgba(255, 255, 255, 0.7);
}

.on a {
    color: #00b398 !important;
}

.on a::after {
    background-color: #00b398 !important;
}

.xf-bg {
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    display: none;
    /* border-top: 1px solid #b2b2b2; */
    z-index: 9999;
}

.xf-bg .nb-cont {
    display: flex;
    justify-content: flex-end;
    padding: 0px 17% 0px 0px;
}

.xf-bg .nb-cont .fk-list {
    padding: 0px 10px;
}

.xf-bg .nb-cont .fk-list li.active a {
    background-color: #cdf0ea;
    text-decoration: underline;
}

.xf-bg .nb-cont .fk-list li:first-child a {
    font-size: 20px;
    color: #00b398 !important;
}

.xf-bg .nb-cont .fk-list li a {
    font-size: 14px;
    color: #00b398;
    padding: 15px 0px 15px 10px;
    width: 100px;
    display: block;
}

.xf-bg .nb-cont .fk-list li a:hover {
    background-color: #cdf0ea;
    text-decoration: underline;
}


.head-egbox {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    padding: 10px 0;
}

/* .head-egbox::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
} */

.head_ul li:hover {
    background: rgba(255, 255, 255, 0.7);

}

.head_ul li:hover a {
    color: #00b398;
}

.head_ul li:hover .head-egbox {
    display: block;
}

.head_ul li:hover .head_box {
    background: #f00;
}

.head-egbox span {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
}

.head-egbox span:hover {
    color: #00b398;
}

/* 新闻中心 */

/* .mt150{
    margin-top: -150px;
} */
.tu-img {
    overflow: hidden;
    zoom: 1;
}

.tu-img li img {
    width: 100%;
    height: 938px;
}

.tu-img-copybd li img {
    width: 100%;
    height: 895px;
}

.bg-f5 {
    background-color: #f5fcfb;
}
.bg-f5s{
    background-color: #f5fcfb;
    /* min-height: 3000px; */
    /* min-height:100vh; */
    padding-bottom: 40px;
}

.new-center {
    margin-top: -200px;
}

.new-center .top-tag {
    padding: 20px;
}

.new-center .top-tag a {
    font-size: 16px;
    color: #fff;
}

.new-center .top-tag span {
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
}

.db-cont {
    background-color: #fff;


}

.qh-box {
    padding: 3% 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qh-box li {
    background-color: #e3e3e3;
    border: 15px solid #e3e3e3;
    padding: 10px 0px;
    /* min-width: 200px; */
    min-width: 160px;
    text-align: center;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
}

.qh-box li.active {
    background: #00b398;
    border: 15px solid #cdf0ea;

    color: #fff;
}

.xian {
    border: 1px dashed #e3e3e3 !important;
    height: 1px;
    padding: 0px !important;
    background-color: transparent !important;
    min-width: auto !important;
    width: 40%;
    margin: 0 20px;
}

.xx-li li {
    padding: 2% 3%;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    cursor: pointer;
}

.xx-li li:last-child {
    border-bottom: 0px;
}

.xx-li li img {
    width: 390px;
    height: 260px;
    object-fit: cover;
    margin-right: 30px;
}

.xx-li li .rg-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
}

.xx-li li .rg-cont h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.xx-li li .rg-cont h4:hover {
    color: #00b398;
}

.xx-li li .rg-cont p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.xx-li li .rg-cont p:hover {
    color: #00b398;
}

.xx-li li .rg-cont .chakan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xx-li li .rg-cont .chakan span {
    font-size: 14px;
    color: #999999;
}

.pager {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .pager .jt-box {
    width: 100px;
} */
.pager .jt-box img {
    width: 9px;
    height: 16px;
}

.pager .jt-box:hover {
    cursor: pointer;
}

.pager .ye-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager .ye-page li {
    width: 100px;

    font-size: 16px;
    color: #333333;
    text-align: center;
}

.pager .ye-page li.active a {
    font-size: 20px;
    color: #00b398;
    font-weight: 600;
}

/* 底部 */
.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;

}

/* .foot .w_1200 {
    width: 1200px;
} */
.footer {
    border-bottom: 1px solid #e6e6e6;
}

.lx-us {
    padding: 7.5% 0px 6%;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.web_map li .proinco {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0px 15px 0px 0px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.web_map li:hover .proinco {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.web_map li span {
    cursor: pointer;
}

.web_map li div#brand {
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li:hover div#brand {
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li div#zhizuo {
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li:hover div#zhizuo {
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li div#shangmen {
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li:hover div#shangmen {
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li div#marking {
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.web_map li:hover div#marking {
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.footer-biaoyu {
    margin: 30px 0 30px 0;
    height: auto;
    overflow: hidden;
}

.footer-biaoyu li {
    width: 300px;
    padding: 0px;
    border-right: 1px solid #e6e6e6;
}

.footer-biaoyu li.last {
    border-right: none;
}

.footer-biaoyu li img {
    margin: 0 18px 0 45px;
    width: 52px;
    height: 52px;
}

.footer-biaoyu li h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.footer-biaoyu li span {
    color: #333;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    font-weight: normal;
}

.foot_saoma {
    float: right;
    text-align: right;
}

.foot_saoma .ewmbox img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
}

.foot_saoma .ewmbox p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}

.foot_saoma .ewmbox p span {
    font-size: 18px;
}

.web_map {
    display: inline-block;
    float: left;
}

.web_map li {
    padding-bottom: 9%;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    width: 100%;
    margin-right: 20px;
    /* margin-left: 20px; */
    display: flex;
    align-items: center;
}

.web_map li img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.web_map>li span {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.web_map>li b {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.web_map>li p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.web_map_My {
    width: 100%;
    /* display: inline-block; */
    text-align: center;
    padding: 12px 0;
    background-color: #196172;
}

.bg-7f {
    background-color: #7f7f7f !important;
}
.bg-7fs {
    background-color: #7f7f7f !important;

    position: fixed;
    bottom: 0px;
}

/* .web_map_My a {
    color: #fff;
    cursor: pointer;
}

.web_map_My a:hover {
    text-decoration: underline;
    color: #f3484a;
} */

.web_map_My span.copyright {
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 60px;
}

.web_map_My span.copyright:hover {
    cursor: pointer;
}

.pb30 {
    padding: 5% 0;
}

/* 关于我们,集团介绍 */
.contentbox {
    padding: 0px 3%;
}

/* .contentbox p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding-bottom: 20px;
  
}.contentbox p span{
    font-size: 16px;font-weight: bold;
}
.contentbox img {
    width: 100%;
  
    object-fit: cover;
  
} */
/* 加入我们人才培养 */
.j_contentbox {
    padding: 2% 3%;
}

.j_contentbox .join-box {
    padding-bottom: 20px;
}

.j_contentbox .join-box h4 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
}

.j_contentbox .join-box p {
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

.j_contentbox img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.zp-box .zp-list {
    box-shadow: 0 0 10px #ddd;

}

.zp-box .zp-list li {
    padding: 2%;
    border-bottom: 1px solid #e3e3e3;

}

.zp-box .zp-list li a {
    display: block;
    display: flex;
    align-items: center;
}

.zp-box .zp-list li:last-child {
    border-bottom: 0px;
}

.zp-box .zp-list li .cont-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.zp-box .zp-list li .cont-box p {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    flex: 1;
    margin-right: 15px;
}

.zp-box .zp-list li .cont-box p:hover {
    color: #00b398;
}

.zp-box .zp-list li .cont-box span {
    font-size: 16px;
    color: #999999;
}

.zp-box .zp-list li img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.bm-btn {
    padding: 3% 0px;
}

.bm-btn a {
    display: flex;
    align-items: center;
    background-color: #cfa972;
    width: 200px;
    margin: auto;
    padding: 15px 0px;
    justify-content: center;
}

.bm-btn a img {
    width: 24px;
    height: 26px;
    margin-right: 10px;
}

.bm-btn a p {
    font-size: 20px;
    color: #fff;
}

/* 联系我们 */
.lxwm {
    background: #fff;
}

.lan {
    color: #00b398 !important;
}

.lxwm-zt li span {
    color: #333;
}

.plr150 {
    padding: 5% 0px;
}

.font-333 p {
    color: #333 !important;
}

/* newsdetail 新闻中心详细*/
.newsdetail_content {
    /* height: 200px; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.newsdetail_content .title p {
    font-size: 30px;
    color: #00b398;
}

/* titletime  */
.titletime {
    margin: 20px 0px;
}

.titletime p {
    color: #b2b2b2;
}

/* 正文字体1 */
/* .contenttext1 {
    height: auto;
    line-height: 30px;
}
.contenttext1 p {
    text-indent: 2em;
    font-size: 12px;
}
.contenttext1 img {
    width: 680px;
    height: 650px;
    object-fit: cover;
    margin: 20px auto;
} */
.contenttext1 img {
    height: auto !important;
}
/* 正文字体2 */
.contenttext2 {
    margin-bottom: 20px;
    height: auto;
    line-height: 30px;
}

.contenttext2 p {
    text-indent: 2em;
    padding: 0px 20px;
    font-size: 12px;
}

/* 正文字体3 */
.contenttext3 {
    margin-bottom: 20px;
    height: auto;
    line-height: 30px;
}

.contenttext3 p {
    text-indent: 2em;
    margin-bottom: 30px;
    padding: 0px 20px;
    font-size: 12px;
}

/* 技术平台 技术 */
/* 技术平台 技术 */

/* 报名 */
.top-box {
    background-image: url(../images/sign-up.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
}

.top-box .wk-top {
    margin-left: 60%;
}

.top-box .wk-top ul {
    display: flex;
    align-items: center;
    padding: 40px;
}

.top-box .wk-top ul li {
    margin-right: 50px;
}

.top-box .wk-top ul li .active {
    color: #1bbaa1;
    border-bottom: 1px solid #1bbaa1;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
}

.wk-second {
    margin-left: 60%;
}

.top-box .wk-second ul {
    display: flex;
    align-items: center;
    padding: 40px;
}

.top-box .wk-second ul li {
    margin-right: 50px;
}

.top-box .wk-second ul li .active {
    color: #1bbaa1;
    border-bottom: 1px solid #1bbaa1;
    padding: 6px 0;
    text-align: center;
}

/* 提交表单 */
/* .mar-top50{
    margin-top: 30%;
} */
.zwsq-ulbox {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
}

.zwsq-ulbox li {
    width: 33.33%;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    text-align: left;
    padding: 0 8%;
    box-sizing: border-box;
}

.zwsq-ulbox li span {
    width: 60px;
    font-size: 14px;
    color: #333;
    line-height: 44px;
    height: 44px;
}

.zwsq-rig {
    flex: 1;
    width: auto;
    border-bottom: 1px solid #e5e5e5;
    line-height: 44px;
    height: 44px;

}

.borfj0 {
    border-bottom: 0;
}

.zwsq-rig .zwsq-rig-inpt {
    width: 100%;
}

.tjfj-text {
    position: relative;
    color: #00b398;
    font-size: 14px;
    text-align: left;
}

.zwsq-rig-type {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

.tijiao-brth {
    background-color: #00b398;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    width: 100%;
    text-align: center;
}

#pfimg {
    position: absolute;
    z-index: 999;
}

.pfimg-del {
    position: absolute;
    top: 10px;
    right: 10px
}

/* 提交表单-end*/
.conpany_name {
    display: none;
}

/* 新 */
.pos-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pos-box img {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px;
}

.pos-box p {
    font-size: 20px;
    color: #fff;
    text-align: center ;
    line-height: 35px;
}


@media (max-width: 1680px) {
    .banner {
        height: 910px;
    }

    .tu-img li img {
        height: 910px;
    }

    .tu-img-copybd li img {
        width: 100%;
        height: 895px;
    }

    .tu-img-copybd li img {
        width: 100%;
        height: 865px;
    }

    .accordion {
        height: 600px
    }

    .zw-box {
        height: 580px
    }

    .about-boc .rg-img .imgbox {
        height: 520px;
    }

    .big-img {
        height: 420px;
    }
}

@media (max-width: 1600px) {
    .banner {
        height: 765px;
    }

    .tu-img li img {
        height: 760px;
    }

    .tu-img-copybd li img {
        width: 100%;
        height: 715px;
    }

    .accordion {
        height: 580px
    }

    .zw-box {
        height: 550px
    }

    .about-boc .rg-img .imgbox {
        height: 500px;
    }

    .big-img {
        height: 380px;
    }

}

@media (max-width: 1440px) {
    .banner {
        height: 760px;
    }

    .tu-img li img {
        height: 755px;
    }

    .tu-img-copybd li img {
        width: 100%;
        height: 715px;
    }

    .accordion {
        height: 500px
    }

    .zw-box {
        height: 500px
    }

    .about-boc .rg-img .imgbox {
        height: 400px;
    }

    .big-img {
        height: 280px;
    }

}
.toast {
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 45%;
    transition: all .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    background: rgba(17, 17, 17, 0.7);
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    max-width: 150px;
}
.wrap img{
    width: 100% !important;
    height: auto !important;
}
.lc-text p{
    color: #333 !important;
    vertical-align: middle;
    color: #fff;
    font-size: 22px !important;
    font-weight: 400 !important;
    padding: 5px 0;
}
.lc2-text p{
    vertical-align: middle !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    padding: 5px 0;
}
