/*介绍*/
.i_foundation_text {
    font-size: 16px;
    margin: 30px 0;
    line-height: 2;
}

.i_foundation_text p {
    margin: 15px 0;
    text-indent: 2em;
}

/*文字标题*/
.th_text32 {
    font-size: 32px;
    line-height: 1.2;
    margin: 10px 0;
}

.th_text28 {
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0;
}

.th_text282 {
    font-size: 22px;
    margin: 16px 0;
}

.th_text24 {
    font-size: 24px;
    line-height: 1.2;
}

.box_p50 {
    padding: 50px 0;
}

#certify {
    position: relative;
    margin-bottom: 20px;
}

#certify .swiper-container {
    padding-bottom: 100px;
}

#certify .swiper-slide {
    width: 520px;
    height: 420px;
    background: #fff;
    -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    padding: 10px 10px 0 10px;
}

#certify .swiper-slide img {
    display: block;
    height: 360px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

#certify .swiper-slide p {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    position: relative;
    border: none;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #f08200;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    width: 100%;
    height: 100%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: none;
    background-color: transparent;
    background-color: #f08200 \9;
    *background-color: #f08200;
}

.swiper-pagination-bullet-active {
    border: none;
    background-color: #f08200 !important;
}

#certify .swiper-button-prev, #certify .swiper-button-next {
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url("../static/index/images/icon/btn_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 140px auto;
    background-position: 0 -70px;
    top: 40%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 0;
}

#certify .swiper-button-next {
    right: 0;
    left: auto;
    background-position: -70px -70px;
}

#certify .swiper-button-next:hover {
    background-position: -70px 0px;
}

.hide_box {
    height: auto;
    overflow: hidden;
}

.hide_box .hd ul {
    overflow: hidden;
    height: 55px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide_box .hd ul li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 10px 8px 30px;
    background: #ccc;
    text-indent: -999px;
    cursor: pointer;
}

.hide_box .hd ul li.on {
    background: #ec881e;
}

.listTitle2 {
    text-align: center;
    color: #f08200;
    font-size: 1.875rem;
    margin-bottom: 30px;
    font-weight: 700;
}


.i_news_text {
    font-size: 16px;
    margin-bottom: 100px;
    color: #666;
    line-height: 1.8;
}

.i_news_text p {
    margin: 25px 0;
}
.i_news_text .img_r {
    margin-left: 50px;
}

.w_1200, .w_1200_r, .w_9 {
    width: auto;
    margin: 0 auto;
}

.white_bj {
    background-color: #fff;
}

/*大事速览*/
#dssl {
    margin-top: 30px;
}

#dssl dl dt, #dssl dl dd {
    display: inline-block;
    vertical-align: top;
}

#dssl dl dt {
    width: 250px;
    text-align: right;
    padding-right: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

#dssl dl dt span {
    font-weight: 100;
    font-size: 16px;
    color: #999;
}

#dssl dl dd {
    width: 750px;
    text-align: left;
    padding: 3px 0 30px 50px;
    border-left: 1px solid #DDD;
    position: relative;
}

#dssl dl dd i {
    display: inline-block;
    position: absolute;
    font-size: 21px;
    color: #f08200;
    left: -7px;
    top: -4px;
    font-style: normal;
}

#dssl dl dd i.red {
    color: #e60000;
}

#dssl dl dd.dd_br {
    padding-top: 2.2rem;
}

#dssl dl dd.dd_br i {
    top: 1.8rem;
}

.dssl1 dl dt {
    padding: 30px 50px 30px 0;
}


/*  人才招聘详情  */
.jobShow .top {
    margin-bottom: 15px;
}

.jobShow .box {
    margin-bottom: 25px;
}

.jobShow .box strong {
    font-size: 1.286em;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.jobShow .box {
    margin-bottom: 25px;
}

.jobShow .more {
    float: right;
    display: block;
    height: 28px;
    line-height: 28px;
    background: #f08200;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-top: -50px;
}

.jobShow .more:hover {
    background: #f08200;
}

.jobShow .back {
    float: right;
    font-size: 1.286em;
    color: #f08200;
}

/*  联系我们  */
.contactBox {
    width: 48%;
    border: 1px solid #e7e7e7;
    padding: 5%;
}

.contactBox h4 {
    color: #005bac;
    font-size: 1.714em;
    margin-bottom: 20px;
}

.contactBox .txt p {
    padding-left: 25px;
    margin-bottom: 8px;
}

.contactBox .txt i {
    font-style: normal;
    color: #045bac;
    margin-left: -25px;
    float: left;
}


/*新闻*/
.box_1920_father {
    position: relative;
    overflow: hidden;
}

.news_scroll {
    position: relative;
}

.box_1920_w, .box_1920_w2 {
    position: absolute;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    top: 0;
}

.news_scroll .pic {
    width: 960px;
    height: 470px;
    overflow: hidden;
}

.news_scroll .t_r {
    padding: 50px 0 0 100px;
}

.news_scroll .t_r_w {
    width: 500px;
}

.img_425 {
    width: 425px;
}

.news_scroll h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news_scroll .t_t {
    margin: 25px 0 30px 0;
}

.news_scroll .t_t .hide1 {
    width: 360px;
}

.news_scroll .t_t_l {
    border-right: 1px solid #ccc;
    font-size: 30px;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 1.1;
}

.news_scroll .t_t_l p {
    font-size: 14px;
}

.news_scroll .t_t_l span {
    font-size: 30px;
    line-height: 1.1;
}

.news_scroll .t_r_r h5 {
    font-size: 22px;
    height: 1.2em;
    line-height: 1.2em;
}

.news_scroll .t_r_r p {
    color: #666;
    margin-top: 3px;
}

.news_scroll .t_d {
    color: #888;
}

.news_scroll .t_d p {
    margin-bottom: 10px;
}

.news_scroll .d_btn {
    margin-top: 30px;
}

.d_btn {
    margin-top: 30px;
}

.sp-con {
    display: flex;
    flex-wrap: wrap;
}

.sp-con li {
    width: 20%;
}


.i_pro_scroll .t_r {
    padding: 50px 100px 0 0;
    color: #666;
    font-size: 16px;
}

.i_pro_scroll .t_r_w {
    width: 500px;
}

.i_pro_scroll .t_r p {
    margin-bottom: 25px;
}

#ind-con li {
    width: 15%;
}

/*经过图片变暗*/
.hover_pic_black {
    overflow: hidden;
    text-align: center;
}

.hover_pic_black {
    background-color: #000;
}

.hover_pic_black a:hover img {
    opacity: .7;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*间距*/
.box_md50 {
    margin-bottom: 50px;
}

.box_m50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*高度*/
.h_470 {
    height: 470px;
}

.h_400 {
    height: 400px;
}

.h_570 {
    height: 540px;
}


.w30 {
    width: 30% !important;
}

.w18 {
    width: 18% !important;
    margin-bottom: 20px;
}

.f_center {
    align-items: center;
}

.w20 {
    width: 20%;
}

.w30 .text1, .w30 .text2 {
    text-align: center
}

.f_b{
    display: flex;
    justify-content: space-between;
}

.f2 {
    display: flex;
    flex-wrap: wrap;
}

.fcon div {
    width: 10%;
    display: flex;
    justify-content: center;
}

.fcon div img {
    height: 53px !important;
}

#inn {
    font-size: 18px !important;
}

#inn ul, .b1 {
    list-style-image: url("/images/fk.jpg") !important;
    padding: revert;
}

#inn li {
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 1px;
    color: #262626;

}

.green1 {
    color: #87b275;
    text-align: center;
}

.green2 {
    color: #548337;
    text-align: center;
}

.green3 {
    color: #3a602f;
    text-align: center;
}

.green1, .green2, .green3 {
    font-weight: bold
}

.titleh4 {
    padding-left: 16px;
    border-left: 4px solid #f08200;
    margin: 16px 0px;
    font-size: 18px;
    font-weight: bold;
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt80 {
    margin-top: 80px
}

#yarnre .t1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}

#yarnre .t2 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 18px;
}

#yarnre .cont_title {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 8px;
    color: #ffffff;
    background-color: #ff8634;
    border-radius: 5px;
    padding: 0px 18px;
}

#yarnre li {
    font-size: 18px;
    color: #262626;
    line-height: 2.2;
    padding-left: 8px;
}

#yarnre .foot {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    color: #333333;
}

.f {
    display: flex
}

.f_c {
    justify-content: space-around
}

.f_a{
    display: flex;
    justify-content: space-around;
}
.f_column {
    display: flex;
    flex-direction: column;
}
.flc{
    display: flex;
    align-items: center;
}


.showCon div {
    font-size: 18px;
}

.u2 {
    padding-left: 30px;
}
.zh_b {
    padding-top: 35px;
    padding-left: 21px;
    width: 300px;
    height: 383px;
    box-shadow: 1px 4px 7px 0px
    rgba(0, 0, 0, 0.15);
}
.zk_b_title{
    font-family: SourceHanSansSC-Bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #3e3a39;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 18px;
}
.zk_b_cont{
    font-size: 20px;
    line-height: 20px;
    color: #3e3a39;
}
.zk_b_cont li{
    padding: 10px 0px;
}

.tabli{
    display: flex;
    justify-content: space-between;
    color: #4c4948;
    font-size: 18px;
    flex-wrap: wrap;
}
.tabli a{
    margin: 16px  0px !important;
    display: inline-block;
    padding:12px 16px;
    background-color: #f7f8f8;
    box-shadow: 1px 4px 7px 0px
    rgba(0, 0, 0, 0.15);
}
.tabli a:hover{
    color: #ffffff;
    background-color: #f08200;
}



/*  联系我们  */
.contactBox2 {
    width: 35%;
    border: 1px solid #e7e7e7;
    padding: 3%;
}

.contactBox2 h4 {
    color: #f08300;
    font-size: 1.714em;
    margin-bottom: 20px;
}

.contactBox2 .txt p {
    padding-left: 25px;
    margin-bottom: 8px;
}

.contactBox2 .txt i {
    font-style: normal;
    color: #f08300;
    margin-left: -25px;
    float: left;
}