@charset "UTF-8";

/* public */

pre {
    font-family: 'SiYuanRegular1689337fdb1dd5c' !important;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    border: 0;
}

ul,
dl,
li,
dt,
dd {
    list-style: none;
}

body {
    font-family: " ";
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
    color: #333;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: all .45s;
    z-index: 99999;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*IE/7/6*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea,
select {
    outline: none;
    font-family: " ";
    line-height: normal;
    border: none;
    background: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

i,
em {
    font-style: normal;
}

table {
    max-width: 100%;
    overflow: hidden;
}

.u_hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.z-container {
    width: 1400px;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.z-container2 {
    width: 1200px;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.z-row {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

*:before,
*:after {
    z-index: -1;
}

@font-face {
    font-family: 'en';
    /* project id 574899 */
    src: url("../fonts/Blogger Sans.woff.ttf");
}

body,
.bodys {
    transition: all .8s;
}

body.fixed .z_header {
    transform: translateY(-100%);
    visibility: hidden;
}

.z_header {
    height: 80px;
    overflow: hidden;
    /* background: rgba(255, 255, 255, .8);*/
    background: #ba1b27;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.z_header .logo {
    position: absolute;
    left: 100px;
    top: 0;
    height: 80px;
    line-height: 80px;
}

.z_header .logo img {
    vertical-align: middle;
}

.tel_bar {
    position: absolute;
    right: 100px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 40px;
    color: #fff;
}

.tel_bar em {
    display: block;
    font-size: 16px;
}

.tel_bar span {
    font-size: 12px;
    font-style: italic;
}

.header_nav {
    margin: 0 auto;
}

.header_nav li {
    display: inline-block;
    line-height: 80px;
    margin: 0 20px;
    position: relative;
    padding: 0 8px;
}

    .header_nav li a {
        font-size: 16px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

.header_nav li:before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .6s;
}

.header_nav li.active:before,
.header_nav li:hover:before {
    width: 100%;
    left: 0;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.banner .swiper-pagination span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border-radius: 2px;
    width: 4px;
    height: 26px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    transition: all .8s;
    cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
    background: #ba1b27!important;
    height: 48px!important;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.banner .swiper-pagination {
    position: absolute;
    left: 100px;
    bottom: 28px;
    z-index: 12;
}

.banner {
    width: 100%;
    height: 100vh;
    border-bottom: 4px solid #ba1b27;
}

.banner img {
    width: 100%;
}

.banner li .img {
    height: 100%;
    opacity: 0;
    transform: scale(1.03);
    transition: ease 3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner li.swiper-slide-duplicate-active {
    z-index: 2;
}

.banner li.swiper-slide-active .img,
.banner li.swiper-slide-duplicate-active .img {
    transform: scale(1);
    opacity: 1;
}

.banner .banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    width: 100%;
}

.banner .box {
    display: inline-block;
    background: rgba(255, 255, 255, .6);
    border-left: 5px solid #ef7315;
    padding: 70px 50px;
    opacity: 0;
    transform: translateX(100%);
    transition: ease 2s;
}

.banner .en {
    font-family: "en";
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    color: #43a460;
}

.line_dot {
    display: block;
    width: 45px;
    height: 1px;
    background: #4aa766;
    position: relative;
    margin: 20px 0;
}

.line_dot:after {
    content: "";
    display: block;
    z-index: 1;
    width: 45px;
    height: 1px;
    background: #4aa766;
    position: absolute;
    left: 53px;
    top: 0;
}

.line_dot:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #4AA766;
    transform: rotate(45deg);
    position: absolute;
    left: 48px;
    top: -3px;
    margin-left: -3px;
    z-index: 1;
}

.banner p {
    font-size: 18px;
    font-weight: bold;
}

.banner .swiper-slide-active {
    visibility: visible;
}

.banner .swiper-slide-duplicate-active .box,
.banner .swiper-slide-active .box {
    transform: translateX(0);
    opacity: 1;
}

.index_about {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.index_about .cir {
    display: block;
    width: 25%;
    height: 190px;
    transition: all .6s;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url(../images/cir.png) no-repeat bottom center;
    background-size: 100% auto;
}

.index_about .cir:hover {
    transform: scale(1.1, 1.1);
}

.about_left {
    width: 60%;
    float: left;
    padding-left: 17%;
    box-sizing: border-box;
}

.index_tit .en {
    font-size: 60px;
    font-family: "en";
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #ffd366, #f1791c);
    -webkit-background-clip: text;
    color: transparent;
}

.index_tit p {
    display: block;
    font-size: 24px;
    padding-left: 270px;
    position: relative;
    z-index: 1;
}

.index_tit p:before {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffd165;
}

.index_tit2 P {
    padding-left: 0;
}

.index_tit2 P:before {
    display: none;
}

.index_h {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
}

.index_desc {
    border-left: 1px solid #f17a1d;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 24px;
    color: #888888;
    margin-bottom: 60px;
}

.about_icon li {
    display: inline-block;
    ;
    text-align: center;
    margin-right: 4vw;
}

.about_icon li h3 {
    transition: all .4s;
}

.about_icon li .img {
    padding: 16px 0;
}

.about_icon li img {
    transition: all .6s;
}

.about_icon li:hover img {
    transform: rotate(360deg);
}

.about_icon li:hover h3 {
    color: #4AA766;
}

.about_cir {
    width: 450px;
    height: 450px;
    float: right;
    position: relative;
    margin-top: 50px;
}

.about_cir .img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    border-radius: 50%;
}

.about_cir:hover .img {
    transform: scale(1.1, 1.1);
}

.about_cir:before {
    content: "";
    display: block;
    width: 170px;
    height: 170px;
    background: rgba(255, 160, 138, .6);
    position: absolute;
    left: -40px;
    top: -55px;
    z-index: 1;
    border-radius: 50%;
}

.index_about .index_tit {
    margin-bottom: 50px;
}

.pro_show {
    background: url(../images/pro_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.show_info {
    width: 47%;
    padding: 150px 0;
    color: #fff;
}

.show_info .index_desc {
    color: #fff;
    border-left-color: #ffd266;
    margin-top: 80px;
}

.show_icon {
    position: relative;
    z-index: 1;
}

.show_icon:before {
    content: "";
    display: block;
    width: 67%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5d535;
}

.show_icon ul {
    height: 190px;
    display: flex;
    align-items: center;
}

.show_icon .img {
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.show_icon img {
    transition: all .6s;
}

.show_icon li {
    margin-right: 4vw;
}

.show_icon li:hover img {
    transform: rotate(360deg);
}

.show_pic {
    position: absolute;
    bottom: 0;
    right: 13.5%;
    z-index: 2;
    max-width: 36.4%;
}

.show_pic img {
    vertical-align: bottom;
    max-width: 100%;
}

.index_box {
    background: url(../images/index_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}

.index_box ul {
    margin-left: -1%;
}

.index_box li {
    width: 24%;
    float: left;
    margin-left: 1%;
    position: relative;
}

.index_box li img {
    width: 100%;
}

.index_box li .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.index_box li .tit {
    padding: 60px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.index_box li .en {
    font-size: 36px;
    font-family: "en";
    white-space: nowrap;
}

.index_box li span {
    font-size: 18px;
}

.index_box .flot_text {
    margin-top: 20px;
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 14px;
    transition: all .6s;
}

.index_box li:hover .flot_text em {
    color: #f5d535;
}

.index_box li:hover .flot_text {
    padding: 0 10px;
    font-family: cn;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    transform: translateY(50px);
}

.index_box .iconfont {
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    background: #ba1b27;
    line-height: 50px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    transition: all .6s;
    opacity: 0;
}

.index_box li:hover .iconfont {
    opacity: 1;
    transform: translateY(-50px);
}

.swiper-slide .swiper-slide-active {
    z-index: 2!important;
}

.index_news,
.index_case {
    background: #f9f9f9;
    padding: 180px 0;
}

.news_left {
    width: 24%;
    float: left;
}

.news_right {
    width: 76%;
    float: right;
}

.line_dot2 {
    background: #f17a1d;
    margin: 30px 0;
}

.line_dot2:before {
    border-color: #f17a1d;
}

.line_dot2:after {
    background: #f17a1d;
    z-index: 1;
}

.news_left h4 {
    color: #888;
}

.news_right .img,
.news_list .img {
    width: 100%;
    overflow: hidden;
}

.news_right img,
.news_list img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    vertical-align: bottom;
}

.news_right li:hover img,
.news_list li:hover img {
    transform: scale(1.1, 1.1);
}

.news_right .desc,
.news_list .desc {
    padding: 30px 40px;
    box-sizing: border-box;
}

.news_right .info,
.news_list .info {
    background: #fff;
}

.news_right .desc h3,
.news_list .desc h3 {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all .6s;
}

.news_right .desc p,
.news_list .desc p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #888888;
}

.news_right .time_bar,
.news_list .time_bar {
    line-height: 65px;
    padding: 0 40px;
    box-sizing: border-box;
    border-top: 1px solid #f6f6f6;
    color: #bdbdbd;
}

.news_right .iconfont,
.news_list .iconfont {
    float: right;
    transition: all .6s;
}

.news_right li:hover h3,
.news_right li:hover .iconfont,
.news_list li:hover h3,
.news_list li:hover .iconfont {
    color: #EF7315;
}

.news_btn {
    margin-top: 160px;
}

.news_btn span {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #ba1b27;
    border: none;
    background: #ba1b27;
    color: #fff;
}

.news_btn .swiper-button-disabled {
    border: 1px solid #888888;
    color: #888888;
    background: none;
}

.index_video {
    background: url(../images/video_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 630px;
    z-index: 2;
}

.index_video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}

.vdo_text {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.vdo_text h3 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "en";
    text-transform: uppercase;
}

.vdeo_bar {
    display: flex;
    align-items: center;
    height: 70px;
}

.vdeo_bar .playbtn {
    margin-right: 20px;
}

.vdeo_bar .playbtn img {
    transition: all .6s;
}

.vdo_text:hover .playbtn img {
    transform: rotate(360deg);
}

.vdo_text .tit {
    font-style: italic;
    position: relative;
    line-height: 30px;
}

.vdo_text .tit:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video_pop {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/colse.png) no-repeat center;
    z-index: 100;
    cursor: pointer;
}

#video {
    width: 100%;
    max-height: 100%;
}

.case_right .img {
    width: 100%;
    /*height: 420px;*/
    overflow: hidden;
}

.case_right img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}


/*.case_right li:hover img{ transform: scale(1.1,1.1);}*/

.case_right .info {
    line-height: 70px;
    height: 70px;
    background: #fff;
    transition: all .5s;
    padding: 0 20px;
    box-sizing: border-box;
}

.case_right .info span {
    display: inline-block;
    width: 80%;
    font-size: 16px;
}

.case_right .icon-arr_r {
    float: right;
}

.case_right li:hover .info {
    background: #ba1b27;
    color: #fff;
}

.footer {
    background: #ba1b27;
    color: #fff;
    padding: 30px 0;
}

.foot_link {
    padding: 60px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.foot_link a {
    color: #fff;
    display: inline-block;
}

.foot_btm {
    padding: 50px 0;
}

.foot_left {
    float: left;
}

.foot_right {
    float: right;
    margin-top: 30px;
}

.foot_addre p {
    line-height: 24px;
}

.foot_addre p span {
    display: inline-block;
    margin-right: 30px;
}

.foot_copy {
    margin-top: 20px;
}

.foot_copy a {
    color: #fff;
}

.foot_code span {
    line-height: 20px;
    text-align: right;
    display: block;
    float: right;
    vertical-align: bottom;
    margin-right: 20px;
    margin-top: 40px;
}

.foot_code img {
    float: right;
    width: 80px;
    height: 80px;
}

.foot_code em {
    display: block;
}

.foot_top {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.foot_nav {
    display: inline-block;
}

.foot_nav a {
    color: #fff;
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
}

.footer .tel_bar {
    position: relative;
    float: right;
    color: #fff;
    background-image: url(../images/tel2.png);
    margin: 0;
    top: auto;
    display: inline-block;
    right: auto;
    margin-top: 10px;
}

.sidebox {
    position: fixed;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
}

.sidebox li {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}

.sidebox a {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -1px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 2;
    background: #ba1b27;
}

.sidebox a:hover {
    color: #fff;
}

.sidebox .iconfont {
    font-size: 20px;
}

.sidebox .cont {
    transition: all .4s;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ba1b27;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 100%;
    top: 0;
}

.sidebox li img {
    vertical-align: middle;
}

.sidebox li:hover .cont {
    width: 100px;
}

.sidebox li em {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sidebox .code .cont {
    height: auto;
    line-height: normal;
}

.sidebox .code .cont img {
    width: 80px;
    height: 80px;
}

.sidebox li.code:hover .cont {
    width: 80px;
    padding: 5px;
}

.other_banner {
    position: relative;
}

.other_banner img {
    width: 100%;
    vertical-align: bottom;
}

.other_banner .banner_text {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}

.other_banner .index_tit .en {
    font-size: 48px;
}

.other_banner .index_tit p {
    font-size: 18px;
    font-weight: bold;
}

.page_nav {
    line-height: 64px;
    height: 64px;
    background: #ba1b27;
    text-align: center;
}

.page_nav li {
    display: inline-block;
    margin: 0 25px;
}

.page_nav li a {
    color: #fff;
    font-size: 16px;
}

.about_page .about_left {
    padding-left: 0;
    width: 57%;
}

.about_page .index_desc {
    border-left: none;
    padding-left: 0;
}

.about_page .about_cir {
    height: auto;
    width: 380px;
}

.about_page .about_cir:before {
    display: none;
}

.about_page .about_cir img {
    border-radius: 0;
    width: 100%;
}

.about_wh {
    background: #f8f8f8;
    padding: 130px 0;
    text-align: center;
}

.index_tit3 .en {
    font-size: 48px;
}

.about_wh .index_tit3 .line_dot2 {
    margin: 20px auto;
}

.wh_box {
    margin-left: -1.3%;
    margin-top: 40px;
}

.wh_box li {
    width: 32%;
    float: left;
    margin-left: 1.3%;
    position: relative;
}

.wh_box li img {
    width: 100%;
    vertical-align: bottom;
}

.wh_box li .info {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s;
    padding-top: 56px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wh_box li h3,
.wh_box li span {
    font-size: 18px;
}

.wh_box li span {
    font-family: "en";
}

.wh_box li .line {
    display: block;
    opacity: 0;
    width: 18%;
    height: 1px;
    background: #fff;
    margin: 20px auto;
    transition: all .6s;
}

.wh_box li .add {
    display: block;
    width: 18%;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 0 auto;
}

.wh_box li .flex {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.wh_box li .desc {
    line-height: 28px;
    transform: translateY(40px);
    opacity: 0;
    transition: all .6s;
}

.wh_box li:hover .desc {
    transform: translateY(0);
    opacity: 1;
}

.wh_box li:hover .line {
    width: 46%;
    opacity: 1;
}

.wh_box li:hover .add {
    opacity: 0;
    display: none;
}

.wh_box li:hover .info {
    background: rgba(66, 164, 96, .9);
    padding-top: 0;
}

.index_team {
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0;
}

.index_team .warp {
    width: 50%;
    float: right;
}

.index_team .index_desc {
    padding: 0;
    border-left: none;
}

.index_team .team_box {
    width: 62.5%;
}

.more_btn {
    display: block;
    width: 120px;
    line-height: 40px;
    height: 40px;
    background: #ba1b27;
    color: #fff;
    text-align: center;
    transition: all .6s;
}

.more_btn em {
    display: inline-block;
    margin-left: 10px;
}

.more_btn:hover {
    background: linear-gradient(to right, #ffd366, #f1791c);
}

.index_team .index_tit {
    margin: 35px 0;
}

.yg_list ul {
    margin-left: -1.1%;
}

.yg_list li {
    width: 32.2%;
    float: left;
    margin-left: 1.1%;
}

.yg_part .more_btn {
    margin-top: 45px;
}

.about_honor .fr,
.about_honor .fl {
    width: 50%;
    float: left;
    height: 570px;
}

.about_honor .fl {
    background: url(../images/honor.jpg) no-repeat center;
    background-size: cover;
}

.about_honor .fr {
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.about_honor .honor_box {
    width: 59%;
}

.about_honor .index_desc {
    padding: 0;
    border: none;
}

.other_page {
    background: #f8f8f8;
    padding: 110px 0;
}

.honor_list ul {
    margin-left: -1.5%;
}

.honor_list li {
    width: 31.8%;
    float: left;
    margin-left: 1.5%;
    transition: all .6s;
    text-align: center;
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.honor_list li img {
    width: 100%;
    height: 240px;
    vertical-align: bottom
}

.honor_list li h3 {
    line-height: 68px;
    font-size: 16px;
    color: #666666;
}

.honor_list li:hover {
    background: #ba1b27;
}

.honor_list li:hover h3 {
    color: #fff;
}

.load_more {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
    transition: all .6s;
    margin-top: 70px;
}

.load_more:hover {
    background: linear-gradient(to right, #ffd366, #f1791c);
    color: #fff;
}

.team_list {
    width: 1000px;
    margin: 0 auto;
}

.team_list .img {
    width: 440px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.team_list .img img {
    transition: all .6s;
    width: 100%;
    height: 100%;
}

.team_list .info {
    height: 380px;
    width: 560px;
    background: #fff;
    float: right;
    padding: 60px;
    box-sizing: border-box;
}

.team_list li:hover img {
    transform: scale(1.1, 1.1);
}

.team_list li {
    margin-bottom: 30px;
}

.team_list .info h3 {
    font-size: 18px;
    margin-bottom: 20px;
    transition: all .6s;
}

.team_list .info .desc {
    color: #666;
    line-height: 24px;
    height: 216px;
    overflow: hidden;
}

.team_list li:hover h3 {
    color: #ba1b27;
}

.gy_head .img {
    width: 46.6%;
    float: left;
    height: 455px;
}

.gy_head .img img {
    width: 100%;
    height: 100%;
}

.gy_head .info {
    width: 53.4%;
    float: right;
    height: 455px;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
}

.gy_head .en {
    font-size: 30px;
}

.gy_head .index_tit p {
    font-size: 18px;
    margin-bottom: 40px;
}

.gy_head .desc {
    line-height: 24px;
    color: #888888;
    height: 192px;
    overflow: hidden;
}

.gy_list li {
    margin-top: 40px;
}

.gy_list .time {
    width: 134px;
    height: 134px;
    background: #ba1b27;
    color: #fff;
    text-align: center;
    padding-top: 26px;
    box-sizing: border-box;
    float: left;
}

.gy_list .time em {
    display: block;
    font-size: 48px;
    font-family: "en";
}

.gy_list .info {
    background: #fff;
    width: 1030px;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    float: right;
}

.gy_list .info h3 {
    font-size: 24px;
    margin-bottom: 50px;
    transition: all .5s;
}

.gy_list .info p {
    line-height: 24px;
    color: #888888;
    height: 72px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gy_list .pic_box img {
    max-width: 40%;
    margin-right: 10px;
}

.gy_list li:hover h3 {
    color: #ba1b27;
}

.case_list ul {
    margin-left: -3.3%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case_list li {
    width: 30%;
    float: left;
    margin-left: 3.3%;
    margin-bottom: 50px;
}

.news_list ul {
    margin-left: -1.7%;
}

.news_list li {
    width: 31.6%;
    float: left;
    margin-left: 1.7%;
    margin-bottom: 30px;
}

.news_list li .img {
    height: 270px;
}

.news_list li img {
    height: 100%;
}


/*新闻详情*/

.artic_page {
    background: #fff;
    padding: 80px 160px;
    box-sizing: border-box;
}

.news_tit {
    border-bottom: 1px solid #c9c9c9;
}

.news_tit h3 {
    font-size: 24px;
}

.news_tit p {
    margin: 20px 0;
    line-height: 20px;
}

.news_tit p span {
    display: inline-block;
    margin: 0 10px;
    color: #666;
}

.news_tit .time {
    background: url(../images/time.png) no-repeat left center;
    padding-left: 30px;
    height: 20px;
}

.news_con {
    padding: 40px 0;
    color: #666;
    line-height: 24px;
    min-height: 400px;
    border-bottom: 1px solid #c9c9c9;
}

.news_con img {
    max-width: 100%;
}

.pages_bar2 a {
    width: 120px;
}

.pages_bar2 a:nth-child(2) {
    border: none;
}

.pages_bar {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.pages_bar a {
    display: block;
    width: 120px;
    border: 1px solid #c9c9c9;
    transition: all .4s;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.pages_bar a:hover {
    background: #ba1b27;
    color: #fff;
    border-color: #ba1b27;
}


/*联系我们*/

.contact_bar {
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
    height: 660px;
    position: relative
}

.contact_bar .textbox {
    position: absolute;
    left: 32.8%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.contact_bar h3 {
    font-size: 30px;
}

.contact_bar p {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
}

.contact_bar .see {
    display: block;
    width: 148px;
    height: 44px;
    background: #0061b3;
    text-align: center;
    line-height: 44px;
    color: #fff;
}

.contact_bar .yan {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/yan.png) no-repeat center;
    background-position-y: -24px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}

.contact_info {
    padding: 100px 0;
    padding-top: 50px;
}

.contact_info .titbar {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
}

.contact_info .titbar .tel {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    color: #878787;
    font-size: 14px;
}

.titbar .tel em {
    display: block;
    color: #f05137;
    font-size: 24px;
    margin-top: 5px;
    font-weight: bold;
}

.contact_btm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.conatct_addre {
    float: left;
}

.conatct_addre p {
    margin-bottom: 10px;
    color: #666;
}

.contact_btm .foot_code {
    margin-left: auto;
}

.conatct_addre .qq {
    display: inline-block;
    margin-left: 20px;
    background: #f05137;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.conatct_addre em {
    margin-right: 10px;
}

.contact_map img {
    width: 100%;
    vertical-align: bottom;
}

.pro_info {
    background: url(../images/pro_bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    padding-bottom: 165px;
}

.pro_info .z-container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_info .pro_img {
    width: 50%;
    float: left;
}

.pro_img img {
    max-width: 100%;
}

.pro_info .pro_text {
    width: 45%;
    float: right;
}

.pro_info .desc {
    line-height: 24px;
    color: #888888;
}

.pro_info .index_h {
    margin: 40px 0;
}

.pro_nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65px;
    line-height: 65px;
    background: rgba(66, 164, 96, .15);
    text-align: center;
}

.pro_nav a {
    display: inline-block;
    line-height: 62px;
    margin: 0 25px;
    font-size: 16px;
}

.pro_nav a.active {
    border-bottom: 3px solid #ba1b27;
    color: #ba1b27;
}

.pro_xq {
    padding: 80px 0;
    background: #f8f8f8;
}

.pro_xq .pro_content {
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
}

.pro_way li {
    margin-bottom: 12px;
}

.pro_way li a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
}

.pro_way li span {
    display: inline-block;
    width: 80%;
    transition: all .2s;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    z-index: 1;
}

.pro_way li span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #ba1b27;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_way li .iconfont {
    float: right;
    color: #d9d9d9;
    transition: all .2s;
}

.pro_way li:hover .iconfont {
    color: #ba1b27;
}

.pro_way li:hover span {
    color: #ba1b27;
}

.yz_find {
    background: #f8f8f8;
    padding: 90px 0;
}

.find_bar {
    margin-bottom: 10px;
}

.find_bar li {
    display: inline-block;
    background: #fff;
    height: 40px;
}

.find_bar li select {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 164px;
    color: #888888;
    background: url(../images/arr.png) no-repeat right 20px center;
    box-sizing: border-box;
}

.store_search {
    display: inline-block;
}

.store_search .text {
    height: 40px;
    width: 337px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.store_search .btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ba1b27;
}

.store_search .btn .iconfont {
    margin-right: 10px;
}

.station_map {
    width: 780px;
    float: left;
}

.station_map img {
    max-width: 100%;
}

.station_box {
    width: 314px;
    background: #ba1b27;
    height: 470px;
    padding: 30px 0px;
    box-sizing: border-box;
    float: right;
    margin-top: 80px;
    color: #fff;
}

.station_box li {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.station_box h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.station_box p {
    line-height: 24px;
}

.station_box em {
    display: inline-block;
    margin-right: 5px;
}

.station_box .icon-dizhi {
    margin-right: 16px;
}

.station_box ul {
    height: 384px;
    position: relative;
    padding: 0 10px;
    padding-left: 30px;
}


/*.station_box ul.on{overflow-y: scroll; }
.station_box ul::-webkit-scrollbar { width: 4px; height: 4px;   }
.station_box ul::-webkit-scrollbar-track { border-radius: 2px; background-color:rgba(255,255,255,.3); }
.station_box ul::-webkit-scrollbar-thumb { border-radius: 2px; background-color:#fff;height: 20px; }*/

.join_us {
    background: url(../images/add_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0;
}

.join_us .desc {
    line-height: 24px;
    margin-bottom: 50px;
}

.join_us li {
    background: #fff;
    height: 45px;
    width: 184px;
    display: inline-block;
}

.join_us li input,
.join_us li select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.join_us li select {
    background: url(../images/arr.png) no-repeat right 20px center;
}

.join_us li input::-webkit-input-placeholder {
    color: #333;
}

.join_us .btn {
    width: 97px;
    height: 45px;
    background: #ba1b27;
    color: #fff;
}

.station_left {
    width: 30%;
    position: relative;
    float: left;
    height: 760px;
    display: flex;
    align-items: center;
}

.station_left .flex {
    width: 57%;
}

.station_addre {
    margin-top: 50px;
}

.station_addre h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.station_addre p {
    color: #9b9b9b;
    line-height: 24px;
}

.station_addre .icon-dizhi {
    margin-right: 7px;
}

.pc-slide {
    width: 70%;
    float: right;
    height: 760px;
    position: relative;
}

.pc-slide img {
    width: 100%;
    height: 100%;
}

.pc-slide .view {
    width: 100%;
    height: 100%;
}

.preview {
    position: absolute;
    left: 3%;
    bottom: 30px;
    width: 94%;
    z-index: 99;
}

.preview span {
    width: 120px;
    height: 84px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0 2px;
    cursor: pointer;
}

.preview span.swiper-pagination-bullet-active {
    border: 4px solid #ba1b27;
}

.view .swiper-container {
    width: 100%;
    height: 100%;
}

.view .swiper-slide {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.lh-swiper-ul li.swiper-slide-active {
    z-index: 2!important;
}

.yz_banner {
    width: 81.25%;
    float: right;
    position: relative;
}

.yz_banner .index_tit {
    position: absolute;
    left: 0;
    top: 110px;
}

.yz_banner .yz_btn {
    position: absolute;
    bottom: 110px;
    left: 0;
    z-index: 99;
}

.yz_banner .yz_btn a {
    display: inline-block;
    margin-right: 10px;
    transition: all .4s;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #898989;
    border: 1px solid #898989;
}

.yz_banner .yz_btn a:hover {
    background: #ba1b27;
    color: #fff;
}

.yg_list .info p,
.news_list2 .info p {
    display: none
}

.yg_list .info h3,
.news_list2 .info h3 {
    margin-bottom: 0
}

.rebox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-filter: none !important;
    background: rgb(0, 0, 0);
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
}

.rebox * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.rebox-contents {
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rebox-contents .rebox-content {
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
    max-width: 100%;
    max-height: 100%;
}

.rebox-loading {
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.rebox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.rebox-button {
    position: absolute;
    z-index: 9999;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(0, 0, 0);
    opacity: 0.4;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.rebox-close {
    right: 10px;
    top: 10px;
}

.rebox-next {
    right: 10px;
    top: 48%;
}

.rebox-prev {
    left: 10px;
    top: 48%;
}

.rebox-loading {
    left: 50%;
    top: 48%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1680px) {
    .about_cir {
        width: 350px;
        height: 350px;
    }
    .show_icon ul {
        margin-left: 7vw;
    }
}

@media screen and (max-width: 1450px) {
    .z-container {
        width: 86%;
    }
    .about_left {
        padding-left: 0%;
        width: 50%;
    }
    .station_left {
        justify-content: center;
    }
}

@media screen and (max-width: 1400px) {
    .index_about,
    .show_info,
    .index_box,
    .index_news,
    .index_case {
        padding: 70PX 0;
    }
    .news_btn {
        margin-top: 80px;
    }
    .tel_bar {
        right: 50px;
    }
    .z_header .logo {
        left: 50px;
    }
    .z-container {
        width: 90%;
    }
    .index_box li:hover .flot_text {
        font-size: 20px
    }
}

@media screen and (max-width: 1200px) {
    .about_cir {
        width: 350px;
        height: 350px;
    }
    body {
        min-width: 1200px;
    }
}