﻿/*in-page1*/

body {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN !important;
}

.BMapLabel {
    background: none!important;
    border: none!important;
}

body::-webkit-scrollbar {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fixed-header {
    background: #fff;
}

.bghead .header-nav .nav-a {
    color: #fff;
}

.header-nav .nav-item .subnav{
    display: none;
}

.header-nav .nav-item:hover .subnav{
    display: block;
}

#section-5,
#section-5 .fp-tableCell {
    height: auto!important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .sw_banner {
    width: 100%;
    height: 100%;
   
}
.swiper-slide .sw_banner img{
	width: 100%;
    height: 100%;
	display: block;
}
.index_banner .swiper-pagination-bullet {
    width: 23px !important;
    height: 23px !important;
    background-color: transparent !important;
    border: solid 3px #ffffff !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    bottom: 20px !important;
}

.index_banner .swiper-pagination-bullet-active {
    border: solid 3px #ffffff;
    background-color: #FFFFFF !important;
}

@media (max-width: 767px) {
    .index_banner .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background-color: transparent !important;
        border: solid 1px #ffffff !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        bottom: 20px !important;
    }
    .index_banner .swiper-pagination-bullet-active {
        border: solid 1px #ffffff;
        background-color: #FFFFFF !important;
    }
}

.banner_msg1 {
    width: 18rem;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_logo {
    width: 18rem;
    margin-right: -4rem;
}

.banner_title {
    width: 11rem;
    background-image: url(../images/banner_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: .7rem;
    font-style: italic;
    letter-spacing: 3px;
    color: #fffefe;
    margin-top: -10rem;
    margin: auto;
    opacity: .9;
}

.banner_title2 {
    width: 11rem;
    background-image: url(../images/banner_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: .7rem;
    font-style: italic;
    letter-spacing: 3px;
    color: #fffefe;
    margin-top: -10rem;
    margin: auto;
    opacity: .9;
}

.banner_msg1 p {
    font-size: .45rem;
    font-style: italic;
    font-family: SourceHanSansCN-ExtraLight;
    letter-spacing: 2px;
    color: #fffefe;
    margin-top: .76rem;
    opacity: .8;
}

.icon_mouse {
    display: block;
    width: 30px;
    height: 41px;
    margin: 0 auto;
    margin-top: 71px;
}

.banner_msg2 {
    width: 18rem;
    position: absolute;
    top: 10rem;
    left: 0rem;
}

.banner_msg2 p {
    font-size: .45rem;
    font-style: italic;
    font-family: SourceHanSansCN-ExtraLight;
    letter-spacing: 2px;
    color: #fffefe;
    margin-top: .76rem;
    margin-left: 3rem;
    opacity: .8;
}

.icon_mouse1 {
    display: block;
    width: 30px;
    height: 41px;
    position: absolute;
    top: 6.5rem;
    left: 4.75rem;
}

.banner_msg3 {
    width: 19rem;
    position: absolute;
    top: 8.2rem;
    right: 0rem;
}

.banner_title3 {
    width: 10rem;
    height: 1.425rem;
    background-image: url(../images/banner3_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: .7rem;
    font-style: italic;
    letter-spacing: 3px;
    color: #3b73b7;
    margin-top: -10rem;
    margin: auto;
    opacity: .9;
}

.banner_msg3 p {
    font-size: .45rem;
    font-family: SourceHanSansCN-ExtraLight;
    font-style: italic;
    letter-spacing: 2px;
    color: #3b73b7;
    margin-top: 1.6rem;
    margin-right: 4.3rem;
    opacity: .8;
}

@media (max-width: 767px) {
    .banner_msg1 {
        width: 14rem;
        position: absolute;
        top: 4rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner_logo {
        width: 16rem;
        margin-right: -2rem;
        margin-top: 1rem;
    }
    .banner_title2 {
        width: 11rem;
        background-image: url(../images/banner_line.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: .7rem;
        font-style: italic;
        letter-spacing: 3px;
        color: #fffefe;
        margin-top: -10rem;
        margin: auto;
        opacity: .9;
    }
    .banner_msg1 p {
        font-size: .45rem;
        font-style: italic;
        font-family: SourceHanSansCN-ExtraLight;
        letter-spacing: 2px;
        color: #fffefe;
        margin-top: .76rem;
        opacity: .8;
    }
    .icon_mouse {
        display: block;
        width: 30px;
        height: 41px;
        margin: 0 auto;
        margin-top: 145px;
    }
    .banner_msg2 {
        width: 15rem;
        position: absolute;
        top: 10rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner_msg2 p {
        font-size: .45rem;
        font-style: italic;
        font-family: SourceHanSansCN-ExtraLight;
        letter-spacing: 2px;
        color: #fffefe;
        margin-top: .76rem;
        margin-left: 0rem;
        opacity: .8;
    }
    .icon_mouse1 {
        display: block;
        width: 30px;
        height: 41px;
        position: absolute;
        top: 240px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner_msg3 {
        width: 15rem;
        position: absolute;
        top: 10rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner_title3 {
        width: 10rem;
        height: 1.425rem;
        background-image: url(../images/banner3_line.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: .7rem;
        font-style: italic;
        letter-spacing: 3px;
        color: #3b73b7;
        margin-top: -10rem;
        margin: auto;
        opacity: .9;
    }
    .banner_msg3 p {
        font-size: .45rem;
        font-family: SourceHanSansCN-ExtraLight;
        font-style: italic;
        letter-spacing: 2px;
        color: #3b73b7;
        margin-top: 1.6rem;
        margin-right: 0;
        opacity: .8;
    }
}


/*in-page2*/

.page2bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/about_banner.png);
}

.page2_title {
    width: max-content;
    margin: auto;
    padding-top: 3.25rem;
}

.page2_line {
    display: block;
    width: 1.325rem;
    height: 1px;
    background-color: #ff8218;
    margin-top: .475rem;
}

.page2_ti {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: .9rem;
    color: #ff8218;
    margin: 0 .375rem;
}

.page2_title p {
    font-size: .5rem;
    color: #ff8218;
    text-align: center;
    margin-top: .5rem;
}

.page2_ul {
    /* display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox; */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    overflow: hidden;
}


/* @media (max-width: 768px) {
    .page2_ul {
        display: none;
    }
} */


/* @media (max-width: 1200px) {
    .page2_ul {
        display: none;
    }
} */


/* .page2_ul li {
    width: 12.65rem;
    height: 6.475rem;
    position: relative;
}

@media (max-width: 1680px) {
    .page2_ul li {
        width: 10rem;
        height: 5.08rem;
        position: relative;
    }
} */

.page2_img {
    width: 100%;
    /* height: 100%; */
    /* position: absolute; */
}

.li_msg {
    width: 4.5rem;
    height: 1.35rem;
    border-radius: 27px;
    border: solid 1px #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.li_msg p {
    font-size: .4rem;
    font-weight: bold;
    line-height: 1.35rem;
    color: #ffffff;
    text-align: center;
}

.page2_news {
    margin-top: 1.175rem;
}

.page2_news p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.page2_more {
    margin-top: 40px;
}

.page2_more p {
    font-size: .65rem;
    line-height: .8rem;
    letter-spacing: 0px;
    color: #ff8218;
    text-align: center;
}

.page2_moreimg {
    display: block;
    width: 5.9rem;
    height: .275rem;
    margin: auto;
    margin-top: .65rem;
}


/*page2m*/

.mpage2 {
    display: none;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .mpage2 {
        margin-top: .8rem;
        display: block;
    }
    .page2_news {
        margin-top: .9rem;
    }
    .page2_more {
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
}

.sw_page2 {
    height: 6.475rem !important;
}

.page2m_img {
    width: 100%;
    height: 6.475rem !important;
}

.mpage2_sw {
    position: static !important;
    margin-top: .2rem !important;
}

.mpage2_sw .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    background-color: #dddddd !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    bottom: 20px !important;
}

.mpage2_sw .swiper-pagination-bullet-active {
    background-color: #ff8218 !important;
}


/*page2m-end*/

.padd112 {
    padding: 0 2.8rem;
}

.mpage3 {
    display: none;
}

.fixed-header .subnav {
    position: absolute;
    top: 40px;
    color: #000;
    overflow: hidden;
}

@media (max-width:1199px) {
    .subnav {
        display: none;
    }
}

.subnav {
    position: absolute;
    top: 40px;
    color: #000;
    overflow: hidden;
    width: 200px;
}

.subnav li {
    font-size: 14px;
    line-height: 49px;
    position: relative;
    background-color: #ff8218;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    display: none;
    color: #fff;
    border: 1px solid #ff8218;
}

.list:hover .subnav li {
    display: block;
    white-space: nowrap;
}

.subnav li:hover {
    color: #ff8218;
    background-color: #fff;
}

@media (min-width: 320px) and (max-width: 980px) {
    .mpage3 {
        margin-top: .8rem;
        display: block;
    }
}

.page3bg {
    background-color: #FFFFFF;
}

.page3_title {
    margin-top: .5rem;
}

.page3_line {
    width: 86px;
    height: 1px;
    background-color: #ff8218;
    margin: auto;
}

.page3_title p {
    font-size: .5rem;
    color: #ff8218;
    text-align: center;
    margin-top: .5rem;
}

.page3_ul {
    margin-top: 1.05rem;
}

@media (max-width: 768px) {
    .page3_ul {
        display: none;
    }
}

@media (max-width: 1199px) {
    .page3_ul {
        display: none;
    }
}

@media (max-width: 1200px) {
    .page3_ul {
        display: block;
        /* width: 1000px; */
        margin: 0 auto;
    }
    .page3_ul li {
        display: inline-block;
        width: 20%;
        /* height: 5.65rem; */
        position: relative;
        /* margin: 0 .4rem .5rem 0; */
    }
}

.page3_ul li {
    display: inline-block;
    width: 19.5%;
    position: relative;
    box-sizing: border-box;
}

.video .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 51.2%;
}

.video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video .video-box a {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 19%;
}

.video .video-box a p {
    display: inline-block;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.25rem;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 27px;
    border: solid 1px #ffffff;
    padding: 0 13px;
}

@media (max-width:1199px) {
    .page3_ul li {
        display: inline-block;
        width: 24.5%;
        position: relative;
        box-sizing: border-box;
    }
    .page3bg.padd112 {
        padding: 0 .5rem;
    }
}

@media (max-width:800px) {
    .page3_ul li {
        display: inline-block;
        width: 32.5%;
        position: relative;
        box-sizing: border-box;
    }
}

@media (max-width:470px) {
    .page3_ul li {
        display: inline-block;
        width: 49%;
        position: relative;
        box-sizing: border-box;
    }
}

.page3_ul li .item {
    margin: 0 .4rem .5rem 0;
}
.page3_ul li .item .img_box{
	overflow: hidden;
	border: 1px solid #ddd;
}
@media (max-width:1199px) {
    .page3_ul li .item {
        margin: 0 .2rem .5rem 0;
    }
    .page3_ul li:nth-child(2n) .item {
        margin: 0 0 .5rem .2rem;
    }
    .page3_ul li:first-child .item {
        margin: 0 .2rem .5rem 0;
    }
}

.page3_img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.page3_ul .item {
    overflow: hidden;
}

.page3_ul .item:hover img.page3_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.li_msg3 {
    /*position: absolute;
    left: .65rem;
    bottom: .3rem;*/
    margin: auto;
}

.li_msg3 p {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page3_more {
    margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .page3_more {
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
}

.page3_more p {
    font-size: .65rem;
    line-height: .8rem;
    letter-spacing: 0px;
    color: #ff8218;
    text-align: center;
}

.page2_moreimg {
    display: block;
    width: 5.9rem;
    height: .275rem;
    margin: auto;
    margin-top: .65rem;
}

.page4bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/banner_advantage.png);
}

.page4_title {
    width: max-content;
    margin: auto;
    padding-top: 3.25rem;
}

.page4_line {
    display: block;
    width: 1.325rem;
    height: 1px;
    background-color: #FFFEFE;
    margin-top: .475rem;
}

.page4_ti {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: .9rem;
    color: #FFFEFE;
    margin: 0 .375rem;
}

.page4_titl {
    margin-top: .5rem;
}

.page4_bottomline {
    width: 86px;
    height: 1px;
    background-color: #FFFEFE;
    margin: auto;
}

.page4_titl p {
    font-size: .5rem;
    color: #FFFEFE;
    text-align: center;
    margin-top: .1rem;
}

.adv_ul {
    width: 98%;
}

.adv_ul li {
    height: 3.5rem;
    padding: .5rem 1rem .6rem 1rem;
}

.adv_ul li:first-child {
    background-color: #ee6f03;
}

.adv_ul li:nth-child(2) {
    background-color: #ff8218;
}

.adv_ul li:nth-child(3) {
    background-color: #fd992e;
}

.adv_ul li:nth-child(4) {
    background-color: #ff6f18;
}

.advantage {
    margin-top: .875rem;
}

.advantagefl {
    width: 54%;
}

.adv_num {
    width: .75rem;
    height: 1.7rem;
    display: block;

    font-size: 1.6rem;
    font-family: AlternateGotNo1D;
    color: #ffffff;
    margin-top: .25rem;
}

.adv_msg {
    width: 90%;
}

.adv_msg p {
    font-size: .375rem;
    line-height: .75rem;
    color: #ffffff;
    margin-top: .15rem;
}

.adv_msg p:last-child {
	font-size: 14px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width:1440px) {
    .adv_msg p:last-child {
        line-height: 22px;
        /*height: 1.4666666rem;*/
        /*overflow-y: auto;*/
    }
}


/* //滚动条整体部分 */

.adv_msg p:last-child::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: rgba(0, 0, 0, .8);
}


/* //scroll轨道背景 */

.adv_msg p:last-child::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .8);
}


/*   滚动条中能上下移动的小块 */

.adv_msg p:last-child::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b5b1b1;
}


/* @media (max-) */

.adv_msg p:first-child {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(250, 250, 250, .8);
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.advantagefr {
    width: 46%;
}

@media (max-width:1545px) {}

.pic_advantage {
    width: 49%;
    height: 14rem;
}

.pic_advantage img {
    width: 100%;
    height: 100%;
}

.page4_more {
    margin-top: 2rem;
}

.page4_more p {
    font-size: .65rem;
    line-height: .8rem;
    letter-spacing: 0px;
    color: #FFFEFE;
    text-align: center;
}

.box-news .news {
    margin: 0 -20px;
    margin-top: 30px;
}

@media (max-width:1199px) {
    .box-news .news {
        margin: 0;
        margin-top: 30px;
    }
}

@media (max-width: 1440px) {
    .box-news .news {
        padding: 0 6%;
    }
}

@media (max-width: 991px) {
    .box-news .news {
        padding: 0;
    }
}

.box-news .news .slick-slide {
    padding: 0 20px;
}

@media (max-width:767px) {
    .box-news .news .slick-slide {
        padding: 0 5px;
    }
}

.item {
    background-color: #FFFEFE;
}
.box-news .news .item{
	outline: none;
}
.box-news .news .item .date span {
    font-size: 20px;
    color: #ff8218;
    display: block;
    text-align: left;
}

.box-news .news .item .date span:after {
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 8px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #ff8218;
}

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
}

.box-news .news .item .img-box {
    /*padding-bottom: 59.70212766%;*/
    height: auto;
}

.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
}

.box-news .news .slick-track.p-slick {
    display: block;
}

.box-news .news .slick-track.m-slick {
    display: none;
}

@media (max-width: 992px) {
    .box-news .news .slick-track.m-slick {
        display: block;
    }
    .box-news .news .slick-track.p-slick {
        display: none;
    }
}

.box-news .news .item .note {
    padding: 15px 30px 45px 30px;
    background-color: #FFFEFE;
}

@media (max-width:1199px) {
    .box-news .news .item .note {
        padding: 10px;
        padding-bottom: 50px;
    }
}

.box-news .news .item .note b {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    overflow: hidden;
    height: 30px;
    color: #ff8218;
    text-overflow:ellipsis;
    white-space: nowrap;
   
}

@media (max-width: 767px) {
    .box-news .news .item .note b {
        font-size: 18px;
    }
}

.box-news .news .item .note p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #666666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-news .news .item:hover .date span:after {
    width: 100%;
}

.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*about*/

.about_page {
    padding-bottom: 100px;
}

.about_bg {
    margin-top: 88px;
    position: relative;
}

@media (max-width: 985px) {
    .about_bg {
        margin-top: 38px;
    }
}

.about_bg .about_banner {
    width: 100%;
    position: relative;
}

.about_bg .text-word {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.about_bg .text-word p {
    font-size: 17px;
}

@media(max-width:767px) {
    .about_bg .text-word {
        position: absolute;
        right: auto;
        left: 5%;
        /*top: 20%;*/display: none;
    }
    .about_more {
        display: block;
        width: 19px;
        height: 47px;
        position: absolute;
        right: 15%;
        bottom: 5%;
    }
    .about_bg .text-word p {
        font-size: 15px;
    }
}

.about_bg .text-word h2,
.about_bg .text-word p {
    text-align: right;
    color: #fff;
}

.about_bg .text-word div {
    overflow: hidden;
}

.about_bg .text-word h2 {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: right;
    /*font-weight: bold;*/
    padding-top: 16px;
    padding-bottom: 23px;
    font-size: 44px;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .about_bg .text-word h2 {
        font-size: 20px;
    }
    .about_bg .text-word h2 {
        display: inline-block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        float: right;
        font-weight: bold;
        padding-top: 7px;
        padding-bottom: 10px;
        /* margin-bottom: 20px; */
    }
    .about_bg .text-word p {
        color: #fff!important;
    }
}

.about_more {
    display: block;
    width: 19px;
    height: 47px;
    position: absolute;
    right: 10%;
    top: 63%;
    cursor: pointer;
    transition: all .3s;
}

.about_more:hover {
    margin-top: 20px;
}

@media (max-width: 985px) {
    .about_more {
        width: 12px;
        height: 40px;
        cursor: pointer;
    }
}

.about_title {
    width: 100%;
    height: 1.625rem;
    background-color: #FFFEFE;
    border-bottom: 1px solid #dddddd;
}

.about_scoll {
    position: fixed;
    z-index: 10;
    top: 88px;
    border-top: 1px solid #dddddd;
}

#intro,
#wenhua,
#zizhi {
    position: relative;
    top: -60px;
}

.about_ul {
    padding-left: 5rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about_ul {
        padding-left: 0rem;
    }
}

.about_ul li {
    width: 4.7rem;
    float: left;
    border-left: 1px solid #DDDDDD;
    /*border-right: 1px solid #DDDDDD;*/
}

.about_ul li:last-child {
    border-right: 1px solid #DDDDDD;
}

.about_ul li a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.625rem;
    color: #666666;
    text-align: center;
}

.li_active {
    background-color: #ff8218;
}

.li_active a {
    color: #FFFFFF !important;
}

.padd200 {
    padding: 0 5rem;
}

@media (max-width: 768px) {
    .padd200 {
        padding: 0 1rem;
    }
    .fp-tableCell .padd200 {
        padding: 0;
    }
}

@media (max-width: 414px) {
    .padd200 {
        padding: 0 15px;
    }
}

@media (max-width: 375px) {
    .padd200 {
        padding: 0 .5rem;
    }
}

@media (max-width: 320px) {
    .padd200 {
        padding: 0 1rem;
    }
}

.introduction {
    margin-top: 1.5rem;
}

.introduction_title {
    width: 11.75rem;
    margin: auto;
    margin-bottom: 1.6rem;
}

.in_line {
    display: block;
    width: 1.325rem;

    height: 1px;
    background-color: #ff8218;
    margin-top: .475rem;
}

.in_title {
    display: block;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: .9rem;
    color: #ff8218;
    margin: 0 .375rem;
}

.introduction_msg p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    margin: 0;
}

.introduction_msg div {
    font-size: .6rem;
    color: #224da0;
    margin: .75rem 0 1.25rem 0;
}

.culture {
    margin-top: 1.75rem;
}

.cultrue_ul li {
    /* width: 18.625rem;
    height: 6.45rem; */
    /* background-image: url(../images/libg.png);
     */
    /* background: #f1f1f1; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .7rem;
}

.cultrue_ul li div.item {
    overflow: hidden;
    background: #f1f1f1
}

.cultrue_ul li:hover .lifl img {
    transform: scale(1.1);
}

.lifl {
    position: relative;
    width: 9.9rem;
    padding-bottom: 34.5%;
    overflow: hidden;
}

.lifl img {
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.lifr {
    padding-top: 2rem;
    padding-right: 3rem;
}

.lifr .cul_title {
    width: 2.1rem;
    font-size: 24px;
    font-weight: bold;
    line-height: .9rem;
    color: #ff8218;
    padding-bottom: .4rem;
    border-bottom: .075rem solid #ff8218;
}

.lifr p {
    font-size: 16px;
    color: #666666;
    margin-top: .1rem;
}

.slick-slide .img-box img {
    width: 100%;
}

.honor_slide {
    display: block !important;
}
.honor_slide .img_box{
	overflow: hidden;
	border: 1px solid #ddd;
}
.honor_slide img {
    width: 100%;
    height: auto;
    display: block;
    transition:.35s;
}

.honor_slide p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
}

.about_swiper {
    position: static !important;
    margin-top: 1rem !important;
}

.about_swiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background-color: #dddddd !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    bottom: 20px !important;
}

.about_swiper .swiper-pagination-bullet-active {
    background-color: #ff8218 !important;
}


/*footer*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* @media (min-width: 1520px) .container {
    width: 1490px;
} */

.footer {
    width: 100%;
    /*height: 100%;*/
    background-color: #ff8218;
}

.footer_title {
    height: 82px;
    border-bottom: 1px solid rgba(210, 210, 210, .5);
}

.footer_ti {
    line-height: 82px;
    font-size: 18px;
    color: #FFFFFF;
    opacity: .9;
}
.footer_ti a{
	color: #fff;
}
.footer_ti a:hover{
	color: #999;
}
.footer_ti span {
    font-size: 20px !important;
    color: #FFFFFF;
    opacity: 1 !important;
    padding-right: .75rem;
}

.wlogo {
    width: 177px;
    height: 20px;
    margin-top: 30px;
}

.footer_content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.footer_content .footer_msg {
    display: inline-block;
    max-width: 17.2%;
    /*vertical-align: top;
	word-break: break-all;*/
}

.footer_content .footer_msg:nth-child(2) .footer_info {
   /* height: 350px;
    overflow-y: scroll;*/
}

.footer_li h3 {
    font-size: 20px;
    line-height: 32px;
    color: #FFFEFE;
    margin: 0;
}

.footer_info {
    margin-top: 30px;
}

.footer_info span {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background-color: #FFFEFE;
    margin-right: 12px;
}

.footer_info a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #FFFEFE;
    opacity: .8;
    cursor: pointer;
}

.footer_info a:hover {
    color: #FFFEFE;
}

.infoo {
    margin-top: 78px;
    margin-left: -25px;
}

.footer_li p {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.footer_li span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    opacity: .8;
}

.footer_info p {
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
}

.info_dis {
    margin-top: 20px !important;
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {
    /*.container>ul>li {
		display: inline-block;
		max-width: 14.28571429%;
		vertical-align: top;
		word-break: break-all;
	}*/
}

@media (max-width: 1199px) {
    /*.container>ul>li {
		display: inline-block;
		width: 33.33333333%;
		margin-right: -4px;
		padding: 0 15px;
		vertical-align: top;
	}*/
}

@media (max-width: 991px) {}

.copyright {
    border-top: 1px solid rgba(210, 210, 210, .5);
    padding: 20px 0;
    margin-top: 80px;
    position: relative;
}

@media (max-width: 991px) {
    .copyright {
        padding: 10px 0;
        text-align: center;
    }
}

.copyright p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #FFFEFE;
    opacity: .6;
}

.copyright p a{
    color: #FFFEFE;
}

.copyright p a:hover{
    color: #FFFEFE;
}

@media (max-width: 991px) {
    .copyright p {
        font-size: 14px;
    }
}

.copyright p span {
    display: inline-block;
}

.copyright .top {
    position: absolute;
    top: 22px;
    right: 0px;
}

.copyright .top a img {
    margin-right: 30px;
}

@media (max-width:1198px) {
    .copyright .top {
        position: absolute;
        top: 22px;
        right: -40px;
    }
    .copyright .top a img {
        margin-right: 10px;
    }
    .footer .footer_title,
    .footer .footer_content {
        display: none;
    }
    .copyright {
        border-top: 1px solid rgba(210, 210, 210, .5);
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .advantagefr {
        display: none;
    }
    .advantagefl {
        width: 100%;
    }
    .pic_advantage {
        width: 49%;
        height: auto;
        padding-top: 1rem;
        padding-right: .6rem;
    }
    .adv_ul li {
        height: auto;
        padding: .5rem 1rem .6rem 1rem;
    }
    .adv_msg p {
        font-size: .375rem;
        line-height: .75rem;
        color: #ffffff;
        margin-top: .15rem;
    }
    .adv_msg p:last-child {
        height: auto;
    }
}

@media (max-width:1800px) {
    .footer_info p {
        font-size: 15px;
        color: #FFFFFF;
        opacity: .8;
    }
    .footer_li p {
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }
    .footer_info a {
        display: block;
        font-size: 14px;
        line-height: 36px;
        color: #FFFEFE;
        opacity: .8;
        cursor: pointer;
    }
    .footer_li h3 {
        font-size: 18px;
        line-height: 32px;
        color: #FFFEFE;
    }
    .footer_ti {
        line-height: 82px;
        font-size: 16px;
        color: #FFFFFF;
        opacity: .9;
    }
}

@media (max-width:1400px) {
    .footer_info p {
        font-size: 14px;
        color: #FFFFFF;
        opacity: .8;
    }
    .footer_li p {
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }
    .footer_info a {
        display: block;
        font-size: 13px;
        line-height: 36px;
        color: #FFFEFE;
        opacity: .8;
        cursor: pointer;
    }
    .footer_li h3 {
        font-size: 17px;
        line-height: 32px;
        color: #FFFEFE;
    }
    .footer_ti span {
        font-size: 16px !important;
        color: #FFFFFF;
        opacity: 1 !important;
        padding-right: .75rem;
    }
}

.index_pro.swiper-container {
	padding-bottom: 50px;
}
.index_pro .swiper-pagination-bullet,.index_case .swiper-pagination-bullet{
	background: #000;
}
.index_pro .swiper-pagination-bullet-active,.index_case .swiper-pagination-bullet-active{
	background: #007aff;
}



.job{height: 50px;background: #0075c2;padding: 0 5%;border-bottom: 1px solid #fff;}
.job span{color: #fff;font-size: 16px;height: 50px;line-height: 50px;display: block;float:left;}
#job_left{float: left;}
#job_right{float: right;text-align:right;width:50px;}
.joblist{display: block;width: 100%;overflow: hidden;background: #eeeeee}
.joblist li{display: block;overflow:hidden;}
.jobmain_up{padding: 0 5%;height: 50px;border-bottom: 1px solid #fff; cursor: pointer;}
.jobmain_up span{float: left;display: block;height: 50px;line-height: 50px;font-size: 16px;transition:0.35s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.job span:nth-child(1){width: 19%;}
.job span:nth-child(2){width: 15%;}
.job span:nth-child(3){width: 26%;}
.job span:nth-child(4){width: 32%;}
.jobmain_up span:nth-child(1){width: 19%;}
.jobmain_up span:nth-child(2){width: 15%;}
.jobmain_up span:nth-child(3){width: 26%;}
.jobmain_up span:nth-child(4){width: 32%;}
.jobmain_up span:last-child{float: right;width: 45px;text-align: center;}
.jobmain_up i{display: block;width: 11px;height: 11px;margin: 16px 0 0 24px;position: relative;}
.jobmain_up span i:before{content: "";width: 100%;height: 1px;background: #0075c2;position: absolute;left: 0;top: 5px;transition: 0.3s;}
.jobmain_up span i:after{content: "";width: 1px;height: 100%;background: #0075c2;position: absolute;left: 5px;top: 0;transition: 0.3s;}
.jobmain_down{display: none;padding: 5%;overflow: hidden;border-bottom: 1px solid #fff;margin: 0;}
.jobmain_down dt{font-size: 15px;font-weight: bold;margin:9px 0;line-height: 1em;}
.jobmain_down dd{margin: 9px 0;font-size: 13px;color: #777;line-height: 20px;text-align: justify;}
.ljsq{display: block;width: 100px;height: 35px;line-height: 35px;background: #666;color: #fff;font-size: 13px;margin: 0 auto;text-align: center;}
.ljsq:hover{background:#0075c2;color:#fff;}
.job_on{background-color: #0075c2;color: #fff;}
.job_on span i:before{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 5px;transition: 0.3s;z-index: 1}



.apply_i {
  background: #fff;
  padding:0 50px;
  /*margin-top: 50px;*/
}
.apply_i_tit {
  font-size: 18px;
  color: #333333;
  padding: 32px 0 16px;
  border-bottom: 1px solid #e5e5e5;
}
.apply_i p {
  font-size: 14px;
  color: #666666;
}
.apply_i p span {
  color: #ff0000;
  width: 20px;
  margin-right: 10px;
}
.apply_i_inp label {
  display: block;
  float: left;
  width: calc(50% - 13px);
  margin-right: 25px;
  margin-top: 20px;
  font-weight: 400;
}
.apply_i_inp label:nth-child(2n) {
  margin-right: 0;
}
.apply_i_inp label:nth-child(2n + 1) {
  clear: both;
}
.apply_i_inp label input,
.apply_i_inp label select {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: solid 1px #dcdcdc;
  margin-top: 10px;
  padding: 0 20px;
  color: #999999;
  -webkit-appearance: button;
  line-height:50px;
}
.apply_i_inp label input::placeholder {
  color: #999;
}
.apply_i_textarea label {
  margin-top: 20px;
  display: block;
  font-weight: 400;
}
.apply_i_textarea .textarea {
  margin-top: 10px;
  position: relative;
}
.apply_i_textarea .textarea textarea {
  height: 180px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: solid 1px #dcdcdc;
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  width: 100%;
  resize: none;
}


.apply_i_textarea .textarea .select {
  position: absolute;
  left: 30px;
  top: 0px;
  right: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.apply_i_textarea .textarea .select select {
  background: transparent;
  font-size: 14px;
  color: #999;
  border: 0;
}
.apply_i .common_btn {
  width: 180px;
  border-radius: 3px;
  margin: 50px auto 0;
  display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i .common_btn:hover{
  background: #1a345a;
}
.msg_code{
    margin-top: 20px;
}
.msg_code label{
    display: block;   
    width: calc(50% - 13px);
    position: relative;
    font-weight: 400;
}
.msg_code p{
    font-size: 14px;
    color: #666666;
}
.msg_code input{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
}
.msg_code img{
    position: absolute;
    right: 15px;
    top: calc(50% + 17px);
    transform: translateY(-50%);
}



@media screen and (max-width: 1024px) {
  	.page2_ti{
  		font-size: 25px;
  	}
}


@media screen and (max-width: 768px) {
	.apply_i_inp label {
	  	float: none;
	  	width: 100%;
	  	margin-right: 0px;
	  	margin-top: 20px;
	}
	.msg_code label{
	  	width: 100%;
	}
	.about_page{
		padding-bottom: 40px;
	}
  .job span:nth-child(1){width: 80%;}
  .job span:nth-child(2){display: none;}
  .job span:nth-child(3){display: none;}
  .job span:nth-child(4){display: none;}
  .jobmain_up span:nth-child(1){width: 80%;}
  .jobmain_up span:nth-child(2){display: none;}
  .jobmain_up span:nth-child(3){display: none;}
  .jobmain_up span:nth-child(4){display: none;}
}

@media screen and (max-width: 767px) {
	.about_ul li{
		width: 25%;
		border-left: none;
		border-right: 1px solid #ddd;
	}
	.about_ul li:last-child{
		
	}
	.introduction{
		margin-top: 30px;
	}
	.introduction_title{
		margin-bottom: 30px;
	}
	.in_title{
		font-size: 24px;
	}
	.apply_i{
		padding: 0;
	}
}

/* 修改滚动条默认样式 */
::-webkit-scrollbar
{
    width: 8px; /*设置滚动条宽度为6px*/
    height: 8px; /*设置滚动条高度为6px*/
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #e7e7e7; /*修改轨道颜色*/
}
/*定义滚动滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e7e7e7; /*修改滑块颜色*/
}
 
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}

video {
  display: inline-block;
  vertical-align: baseline;
width:100%;
height:100%;
}

#video{height:600px;}
@media (max-width:1199px){
   #video{height:500px}
}
@media (max-width:991px){
   #video{height:400px}
}
@media (max-width:767px){
   #video{height:300px}
}






















