/* 超小屏幕（手机，小于 768px） */
.laiyuan {display: none}
/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 15px 0;
}
.header .logo {}
.header .logo img {height: 42px}

/*nav*/
#nav_button {
   /* margin-top: 15px;*/
    position: relative;
    height: 22px;
   /* float: right;*/
}
#nav_button span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#nav_button span::before,#nav_button span::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#nav_button span::before {
    transform-origin: left top;
    -ms-transform-origin: left top;
    /* IE 9 */
    -webkit-transform-origin: left top;
    /* Safari 和 Chrome */
    -moz-transform-origin: left top;
    /* Firefox */
    -o-transform-origin: left top;
    top: -10px;
}
#nav_button span::after {
    transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    /* IE 9 */
    -webkit-transform-origin: left bottom;
    /* Safari 和 Chrome */
    -moz-transform-origin: left bottom;
    /* Firefox */
    -o-transform-origin: left bottom;
    bottom: -10px;
}
#nav_button.on span:before {
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}
#nav_button.on span {
    background-color: transparent;
}
#nav_button.on span:after {
    transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
}
#nav_mobile {
    position: fixed;
    z-index: 190000;
    width: 100%;
    height: calc(100% - 53px);
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 53px;
    display: none;
}
#nav_mobile a {
    color: #333
}
#nav_mobile ul {
    background-color: #f9f9f9;
    width: 100%;
    padding: 0;
}
#nav_mobile ul li {
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    font-size: 0;
}
#nav_mobile ul li p {
    display: inline-block;
    width: 100%;
    height: 43px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 0 0.6rem;
}
#nav_mobile ul li p i {
    display: inline-block;
    float: left;
    height: 100%;
}
#nav_mobile ul li p a {
    font-size: 14px;
    display: inline-block;
    height: 100%;
    float: left;
    line-height: 42px;
    margin-left: 20px;
    width: 60%;
}
#nav_mobile ul li p .icon,
#nav_mobile ul li p .icon2 {
    width: 42px;
    height: 42px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#nav_mobile ul li p .icon img {
    width: 32px;
    margin: 5px;
}
#nav_mobile ul li p .icon2 {
    float: right;
}
#nav_mobile ul li p .icon2 img {
    display: block;
    width: 16px;
    margin: 13px;
}
#nav_mobile ul li p.active .icon img {
    transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -webkit-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
}
#nav_mobile ul li p.active .icon2 img {
    transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -webkit-transform: translateY(-29px);
    -moz-transform: translateY(-29px);
    -o-transform: translateY(-29px);
}
#nav_mobile ul li p.active a {
    color: #b81d20;
}
#nav_mobile ul li dl {
    display: none;
}
#nav_mobile ul li p.active + .sub {
    display: block;
}
#nav_mobile ul li dl dd {
    padding: 14px 5%;
    font-size: 14px;
    line-height: 1;
}
#nav_mobile ul li dl dd.active a {
    color: #ff8400;
}
#nav_mobile ul li dl dd a {
    font-size: 14px;
    display: block;
}

/*search*/
#nav_mobile ul .cd-search {
    position: relative;
    padding: 1.2em 5% 0.6em;
    width: 100%
}
#nav_mobile ul .cd-search form {
    width: 100%;
    height: 36px;
    border: 1px solid #e4e4e4;
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
}
#nav_mobile ul .cd-search form input:focus {
    outline: none;
}
#nav_mobile ul .cd-search form input {
    float: left;
    border: none;
    display: inline-block;
    height: 100%;
    width: calc(100% - 36px);
    padding-left: 0.6rem
}
#nav_mobile ul .cd-search form input.search_bottom {
    width: 36px;
    background: url("../images/icon-test_1.png") no-repeat center / auto 70%;
}

/*banner*/
.banner-index,.c_banner {margin-top: 60px}
.banner-pagination {bottom: 10px!important;}
.banner-pagination span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
}
.banner-pagination span.swiper-pagination-bullet-active {background-color: #b81d20}

/*****************/
.about-index {padding: 30px 0}
.about-index .p1 {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: bold;
}
.about-index b.p1 {
    font-size: 25px;
}
.about-index .p2 {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-align: justify;
    padding-top: 30px;
    line-height: 2;
    color: #666666;
}
.about-index .row {margin-top: 35px;}
.about-index .row dd {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.about-index .row dd b {
    width: auto;
    display: inline-block;
    font-family: Arial;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    padding: 0 4px;
    vertical-align: text-bottom;
}
.about-index .row dd span {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #b81d20;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.about-index .row dd em {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    vertical-align: baseline;
}
.about-index .row dd p {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
    margin-top: 10px;
}

/**************/
.fixed-bg {
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    background: transparent;
    background-size: cover;
}
.fixed-bg .container {
    color: #fff;
    text-align: center
}
.fixed-bg .fixed-img {
    width: 100%;
}
.fixed-bg .v_box {
    position: relative;
    z-index: 2;
}
.fixed-bg .v_box .h_box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: max-content;
}
.fixed-bg .h1 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei";
}
.fixed-bg .h2 {
    display: block;
    margin-top: 0;
    width: 100%;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.fixed-bg .h2 em {
    border: 1px solid #fff;
    border-radius: 2.5px;
    padding: 2.5px 3.5px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-style: italic;
    margin-left: 10px;
    vertical-align: middle;

}
.fixed-bg .h3 {
    display: block;
    margin-top: 16.5px;
    width: 100%;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 14px;
}
.fixed-bg .btn {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    height: 44px;
    border: 1px solid #333;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    line-height: 44px;
    padding: 0;
}
/**/
.goods-index {
    padding: 63px 0 40px;
    background-image:url(../images/home-s3-bg1.png);
    background-position:right top;
    background-repeat: no-repeat;
    background-color: #b81d20;
    background-size: 241px 208px;
}
.goods-index .title {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.goods-index .title .left,
.goods-index .title .right {
    width: 100%!important;
}
.goods-index .title .title-box {
    width: 100%;
}
.goods-index .title h3 {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;

}
.goods-index .title p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 15px;
}
/**/
.goods-index #swiper-box {
    width: 100%;
    display: block;
    position: initial;
}
.goods-index #swiper-box .swiper-wrapper{
    display: block;
}
.goods-index #swiper-box .swiper-slide {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.goods-index #swiper-box .left {
    width: 100%;
}
.goods-index #swiper-box .left .img,.goods-index #swiper-box .left .img a,.goods-index #swiper-box .left .img a img{
   /* height: 100%;*/
    display: block;
    /*object-fit: cover;*/
}
.goods-index #swiper-box .right {
    width: 100%;
    padding: 20px;
    background: #fff;
    text-align: left;
}
.goods-index #swiper-box h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}
.goods-index #swiper-box p {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    float: right;
}
.goods-index #swiper-box .btn {
    width: 158px;
    display: block;
    font-size: 16px;
    line-height: 42px;
    color: #666;
    margin-top: 165px;
    border-radius: 42px;
    border: 1px solid #666;
    text-align: center;
}
.goods-index #swiper-box div[class*="swiper-button-"] {
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 79px;
}
.goods-index #swiper-box div[class*="swiper-button-"]:after {
    content: none;
}
.goods-index #swiper-box .swiper-button-prev {
    background-image: url("../images/home-s4-slide-icon1.png");
    float: left;
    left:-60px
}
.goods-index #swiper-box .swiper-button-next {
    background-image: url("../images/home-s4-slide-icon2.png");
    float: right;
    right:-60px
}
.goods-index #swiper-box div[class*="swiper-button-"]:hover {
    background-position: 0 -53px;
}
/**/
.agent-index {
    padding: 34px 38px;
}
.agent-index .row .col1 {
    text-align: center;
}
.agent-index .row .col1 h3{
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.agent-index .agent-box {


}
.agent-index .btn {
    width: 100%;
    display: inline-block;
    background: #b81d20;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
/**/
.news-index {background-color: #f6f6f6;}
.news-index .container {
    position: relative;
}
.news-index .title {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 0;
}
.news-index .title-p {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 30px;
}
.news-index .news-list {
    position: initial;
    padding-bottom: 25px;
}
.news-index .news-list .swiper-wrapper {
    display: block;
}
.news-index .news-list .swiper-slide {
    border-radius:0;
    overflow: hidden;
    margin-bottom: 15px;
    height: 90px;
}
.news-index .news-list a {
    width: 100%;
    display: inline-block;
    height: 100%;
}
.news-index .news-list a .imgbox {
    width: 30%;
    height: 100%;
    padding-top: 0;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
}
.news-index .news-list a .imgbox span {
    width: 100%;
    display:inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #b81d20;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    transition: all 0.3s ease-in-out;
}
.news-index .news-list a:hover .imgbox span {
    bottom: 0;
}
.news-index .news-list .info {
    width: 70%;
    display: block;
    height: auto;
    padding:10px;
    float: right;
    text-align: justify;
}
.news-index .news-list .info h4 {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    overflow:hidden;
    color: #333;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.news-index .news-list .info p {
    width: 100%;
    height: 42px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow:hidden;
    margin-bottom: 0;
}
.news-index .news-list a:hover h4 {
    color: #b81d20;
}
.news-index .news-btn {
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.news-index .news-button-prev {
    background-image: url("../images/home-s4-slide-icon1.png");
    left: -60px;
}
.news-index .news-button-next {
    background-image: url("../images/home-s4-slide-icon2.png");
    right:-60px;
}
.news-index .news-btn:hover {
    background-position:0 -53px ;
}
.news-index .news-btn:after {content: none}
.news-index .news-pagination {
    margin-top: 66px;
    margin-bottom: 60px;
    position: initial;
}
.news-index .news-pagination span {
    background: #333333;
}
.news-index .news-pagination.active span {
    background: #b81d20;
}

/**/
.footer {
    width: 100%;
    display: block;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom:40px;
    position: relative;
}

.footer .menu {
    display:none;
}
.footer .foot {
    font-size: 14px;
    color: #999;
    background-color: #f6f6f6;
}
.footer .foot .left .tel {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 21px;
    line-height: 2;
    font-weight: bold;
    padding-left: 28px;
}
.footer .foot .left .tel:hover {
    color: #000000;
}
.footer .foot .left .tel:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("../images/tel-icon.png") no-repeat;
    left: 0;
    top:calc(50% - 9px);
    position: absolute
}
.footer .foot p{
    display: inline-block;
    color: #999999;
    width: 100%;
    line-height: 2;
}
.footer .foot .copy {
    width: 100%;
    display: inline-block;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
}
/**/
.backTop {
    background-image: url(../images/backTop_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color:rgba(203, 203, 203, 0.58) ;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 5%;
    right: -76px;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
}
.backTop .ico {
    padding-top: 40px;
    display: block;
    font-size: 14px;
    color: #494949;
}
.backTop.showme {
    right: 12px;
    transform: scale(1) rotate(-360deg) translate(0px);
    -webkit-transform: scale(1) rotate(-360deg) translate(0px);
    -moz-transform: scale(1) rotate(-360deg) translate(0px);
    -o-transform: scale(1) rotate(-360deg) translate(0px);
}

/*
layout conmmon style
*/
.l_navigation {background-color: #b81d20}
.tab_swiper-slide {
    float: left;
    text-align: center;
}
.tab_swiper-slide:hover,.tab_swiper-slide.active {background-color: rgba(14, 14, 14, 0.12)}
.tab_swiper-slide a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.goodscat-s {
    background: url(../images/product-g-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 15px 90px;
}
.goodscat-s li {
    margin-top: 30px;
}
.goodscat-s li a {
    display: inline-block;
    background: url(../images/product-g-list.jpg) no-repeat center;
    background-size: cover;
    padding: 76px 0;
    width: 100%;
    text-align: center;
}

.goodscat-s li a p {
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    color: #b81d20;
}
.goodscat-s li a h3 {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 26px;
    display: block;
    color: #333;
}
.goodscat-s li a span {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}
.main_body_box{padding-top: 20px}

/*图片*/
.l_img_box li {margin: 20px 0}
.l_img_box li .item {
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.l_img_box li .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f5f5f5;
}
.l_img_box li .text {
    width: 100%;
    background: #b81d20;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
/**********分页*********/
.flip {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}
.flip a,
.flip span {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-right: 10px;
    color: #333;
}
.flip span {
    background-color: #b81d20;
    color: #fff;
}
/********************/
.title-layout {
    width: 100%;
    display: block;
    padding-top: 21.5px;
    padding-bottom: 13.5px;
}
.title-layout h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
}
/*layout about*/
.l_introduction {padding-bottom: 70px}
.l_introduction .introduction {
}
.l_introduction .introduction p,
.l_introduction .introduction div {
    font-size: 14px;
    line-height: 2;
    color: #666666;
    text-align: justify;
    padding-bottom: 20px;
}
.introduction-list {margin-top: 37px}
.introduction-list li img {width: 100%}
.introduction-list li span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 12px;
}
.about-s2 {
}
.about-s2 .container {height: 100%}
/*************************/
.about-s3 {
    width: 100%;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
}
.about-s3 .item-text {
}
.about-s3 .title-layout {
    position: relative;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.about-s3 .title-layout:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #b81d20;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-s3 .title-layout h3 {
    width:auto;
    display: inline-block;
    padding-right: 26.5px;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}
.about-s3 .title-layout h3:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background:url(../images/about-s3-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.about-s3 .title-layout h4 {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #cdcdcd;
    text-transform: uppercase;
}

.about-s3 .item-text:hover .title-layout,.about-s3 .item-text:hover p {
    transform: translateY(-10px)
}
.about-s3 .item-text p {
    width: 100%;
    display: block;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    transition: all .3s ease-in-out;
    text-align: justify;
}

.about-s3 .item-img {
    border-radius: 10px;
    overflow: hidden;
}

.about-s3 .row + .row {
    margin-top: 45px;
}
/***************/
.about-s4 {
    background: url(../images/about-s4-bg-1.jpg) no-repeat center;
    background-size: 100% auto;
    height: auto;
    padding: 100px 15px;
}
.about-s4 .container {height: 100%}
/******/
.l_culture {
    padding-top: 45px;
    padding-bottom: 25px;
}
.l_culture .title {
    width: 100%;
    display: block;
    padding-bottom: 18px;
    padding-top: 0;
}
.l_culture .title .h3 {
    width: auto;
    display: inline-block;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 33px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
}
.l_culture .title p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color:#666;
    margin-top: 12px;
}
.l_culture .imgbox {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.l_culture .imgbox img {
    transition: all 0.3s ease-in-out;
}
.l_culture li {margin-bottom: 46px}
.l_culture li:hover img {
    transform: scale(1.05)
}

.about-s6 {
    background: url(../images/about-s6-bg.jpg) no-repeat center;
    background-size: auto 100%;
    padding: 25px 15px
}
.about-s6 .block {
    width: 100%;
    display: block;
    color: #fff;
    padding-top: 40px;
    border: 2px solid #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 0;
}
.about-s6 .block h3 {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}
.about-s6 .block h4 {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-top: 10px;
}
.about-s6 .block dl {
    width: auto;
    display: inline-block;
    margin:23px auto 13px;
}
.about-s6 .block dt,.about-s6 .block dd {
    float: left;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    text-align: left;
}
.about-s6 .block dt {
    width: 84px;
    display: block;
    padding-left: 12px;
}
.about-s6 .block dt:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px)
}
.about-s6 .block .row {
    margin-bottom: 10px;
}
.about-s6 .block dd {
    padding-left: 16px;
}
.about-s6 .block dd:before {
    content: '';
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    border-left:6px solid #fff;
    position: absolute;
    left: 0;
    top:calc(50% - 6px)
}


/*******************goods****************/
.cat-tree-title {
    text-align: center;
}
.cat-tree-title h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.cat-tree-title p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
}

.goodscat-list-s li {
    padding: 0 30px;
    background-color: #b81d20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.goodscat-list-s li a {
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    background-image: url("../images/icon-right.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right center;
}

/****************************layout-news*******************/
.l_list_box {}
.l_list_box ul .li1 {
    margin-bottom: 20px;
    box-shadow:5px 5px 0 #ededed;
    border: 1px solid #ececec;
    padding-top: 20px;
    padding-bottom: 20px
}
.l_list_box ul .li1 .cover {
    float: left;
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
}
.l_list_box ul .li1 .cover .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.l_list_box ul .li1 .cover .img img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l_list_box ul .li1 .content {
    float: left;
    width: 100%;
    padding-top: 16px;
}
.l_list_box ul .li1 .content .title {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.l_list_box ul .li1 .content .time {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 3px solid #999;
    position: relative
}
.l_list_box ul .li1 .content .abstract {
    padding-top: 15px;
    line-height: 1.75;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 1px;
}
.l_list_box ul .li1 .content .more {
    display: inline-block;
    width: 120px;
    height: 30px;
    background: #b81d20;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 16px;
}
.l_list_box ul .li1 .content .more:hover {
    background: #333;
    color: #fff;
}
.l_list_box ul .li1 .content .time:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background-color: #b81d20;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    position: absolute;
    left: 0;
    bottom: -3px
}
.l_list_box ul .li1:hover .content .time:after {
    width: 100%
}
.l_list_box ul .li1:hover .cover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}
.l_list_box ul .li2 {
    padding-top: 15px;
    transition: all 0.4s ease-in-out;
    padding-bottom: 15px;
    margin-bottom: 20px;
    box-shadow:5px 5px 0 #ededed;
    border: 1px solid #ececec
}
.l_list_box ul .li2 .date {
    font-size: 14px;
    font-family: Arial;
    text-align: left;
    color: #969696
}
.l_list_box ul .li2 .date span {
}
.l_list_box ul .li2 .con {
    width: 100%;
}
.l_list_box ul .li2 .con .tit {
    font-size: 18px;
    color: #333;
    padding-bottom: 16px;
    border-bottom: 1px dashed #9e9e9e;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.l_list_box ul .li2 .con .desc {
    font-size: 14px;
    text-align: justify;
}
.l_list_box ul .li2 .con .more {
    display: inline-block;
    width: 116px;
    background: #b81d20;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
}
.l_list_box ul .li2 .pic {
    float: right;
    width: 30%;
    height: 0;
    padding-top: 13%;
    overflow: hidden;
    position: relative
}
.l_list_box ul .li2 .pic .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.l_list_box ul .li2 .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.l_list_box ul .li2 .con .more:hover {
    background: #333;
    color: #fff;
}
.l_list_box ul .li2:hover {
    box-shadow:5px 5px 0px #be012b;
}

/*新闻详情*/
.l_list_details {
    padding-top: 30px;
    padding-bottom: 30px
}
.l_list_details .details_left .left_content {
}
.l_list_details .details_left .left_content .info_cnt h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
    text-align: justify;
}
.l_list_details .details_left .left_content .info_box p,.news_info .news_info_box div {
    font-size: 16px;
    line-height: 2;
    text-align: justify
}
.l_list_details .details_left .left_content .info_times {
    margin-bottom: 22px;
}
.l_list_details .details_left .left_content .info_times span {
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    color: #576b95;
    padding-right: 14px
}
.l_list_details .details_left .left_content .qrcode #qrcode {
    display: inline-block;
    vertical-align: baseline;
}
/*新闻详情翻页*/
.detail_page {
    height: 40px;
    margin-top: 25px;
    position: relative;
    background: #fff
}
.detail_page .dpages {
    font-size: 0!important;
    position: relative;
    height: 100%;
    border: 1px solid #ebebeb;
}
.detail_page .dpages:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    left: 50%;
    top: 0
}
.detail_page a {
    display: inline-block;
    width:calc(100% / 2);
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: middle;
    line-height: 40px;
    color: #333;
}
.detail_page a img {
    margin-right: 30px;
    vertical-align: middle
}
.detail_page a.previous, .detail_page a.prev {
    float: left
}
.detail_page a.next, .detail_page a.nexts {
    float: right
}
.detail_page a.prev, .detail_page a.nexts {
    color: #888;
}
.detail_page a:hover {
    padding-left: 10px;
}
.detail_page a.nexts:hover,.detail_page a.prev:hover {
    padding-left: 0;
    cursor:not-allowed
}
/*右侧推荐*/
.l_list_details .details_right {
    overflow: hidden
}
.l_list_details .details_right .list {}
.details_right .hot,.details_right .new {
    width: 100%;
    display: block;
    border-radius: 6px;
    box-shadow:0 4px 20px 0 rgba(222, 222, 224, 0.5);
    background: #fff;
    overflow: hidden;
}
.details_right .hot dt,.details_right .new dt {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 50px;
    padding-left: 49px;
    position: relative;
    color: #fff;
    background-color: #333;
    overflow: hidden;
}
.details_right .hot dd,.details_right .new dd {
    width: 100%;
    display: block;
    padding:12px 18px;
}
.details_right .hot dt:before,.details_right .new dt:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.details_right .hot dt:before {
    background-image: url("../images/icon-hot.png");
}
.details_right .hot a {
    width: 100%;
    min-height: 50px;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 12px;
    padding-top: 9px;
    line-height: 22px;
    color: #666;
    position: relative;
}
.details_right .hot a + a {
    border-top: 1px solid #dddddd;
}
.details_right .hot a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #b81d20;
    position: absolute;
    left: 0;
    top: 17px;
    border-radius: 7px;
}
.details_right .hot a:hover {
    color: #b81d20;
}
.details_right .hot + .new {
    margin-top: 20px;
}
.details_right .new dt:before {
    background-image: url("../images/icon-new.png");
}
.details_right .new {
    width: 100%;
    display: block;
}
.details_right .new dt {
    margin-bottom: 7px;
}
.details_right .new dd a {
    width: 100%;
    display: block;
    margin-top: 15px;
}
.details_right .new dd a:last-child .text {
    border-bottom: 0;
}
.details_right .new .text {
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
}

/******************layout-agent********************/
.join-s1 {
    width: 100%;
    display: block;
    text-align: justify;
}
.join-s1 h3 {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #333333;
    padding-top: 25px;
}
.join-s1 h4 {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.join-s1 p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2;
    color:#666;
    margin-top: 26px;
    text-align: justify;
}

/*******************/
.join-s2 {
    background: url(../images/about-s6-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0;
}

.join-s2 .block {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.join-s2 .block h4 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}
.join-s2 .block h3 {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
}

/*****************************/
.join-s3 {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #f5f5f5;
}
.join-s3 .title {
    width: 100%;
    display: block;
    border: 4px solid #b81d20;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 33px;
}
.join-s3 .title h3 {
    width: 100%;
    display: block;
    font-size: 23px;
    line-height:1.5;
    color: #333;
    text-align: center;
}

.join-s3 .row,
.join-s3 .item{
    overflow: hidden;
}

.join-s3 .item-text .box {
    height: 100%;
    padding: 25px;
    background: #fff;
}

.join-s3 .item-text dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.join-s3 .item-text dt {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    float: left;
    width: 60px;
    color: #b81d20;
}

.join-s3 .item-text dd {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    width: calc(100% - 60px);
    color: #333;
}

.join-s3 .item-text p {
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #666;
}

.join-s3 .row + .row {
    margin-top: 30px;
}

/**************************************/
.join-s4 {
    background: url(../images/join-s4-bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 35px 0;
    width: 100%;
}

.join-s4 .block h3 {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}
.join-s4 .block p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 30px;
}

/**************************************/
.join-s5 {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #f5f5f5;
}
.join-s5 .title {
    width: 100%;
    display: block;
    border: 4px solid #b81d20;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 33px;
}
.join-s5 .title h3 {
    width: 100%;
    display: block;
    font-size: 23px;
    line-height:1.5;
    color: #333;
    text-align: center;
}
.join-s5 .p1 {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 2;
    color:#666;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.join-s5 .item-block {
}
.join-s5 .item {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
}
.join-s5 .item > img {
    border-radius: 6px;
    display: block;
    width: 100%;
}
.join-s5 .item .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 15px;
}


.join-s5 .item.item-num {
    padding-top: 55px;
    font-size: 194px;
    line-height: 145px;
    text-align: center;
    color: #b81d20;
    transition: all 0.3s ease-in-out;
}
.join-s5 .item.item-num:before {
    display: none;
}
.join-s5 .item h5 {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.join-s5 .item:before {
    content: '';
    width: calc(100% - 14px);
    height: 100%;
    display: block;
    background: rgba(228, 0, 51, 0.2);
    position: absolute;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border-radius: 18px;
}
.join-s5 .item:hover:before {
    opacity: 1;
}
.join-s5 .item-box {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0;
    z-index: 2;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
/****************************************/
.join-s7 {
    width: 100%;
    display: block;
    padding-top: 56px;
    padding-bottom: 50px;
    background: url("../images/join-table-bg.jpg") no-repeat center;
    background-size: auto 100%;
}
.join-s7 .title {
    width: 100%;
    display: block;
    border: 4px solid #fff;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 40px;
}
.join-s7 dl {
}
.join-s7 dd {
    text-align: center;
    font-size: 0;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.join-s7 dd:before {
    content: '';
    width: 8px;
    height: 14px;
    display: block;
    background: url(../images/join-s7-1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -4px;
    top: 60px;
}
.join-s7 dd:nth-of-type(3):before {
    right: calc(50% - 4px);
    transform: rotate(90deg);
    top: auto;
    bottom: -30px;
}
.join-s7 dd:nth-of-type(4):before {
    display: none;
}
.join-s7 dd:nth-of-type(5):before,
.join-s7 dd:nth-of-type(6):before {
    transform: rotate(180deg);
}
.join-s7 .icon {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}
.join-s7 .icon img {
    width: auto;
    height: 100%;
}
.join-s7 p {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #fff;
}
/**************************************/
/*page 时尚设计*/
.pg_a_title {
    padding-bottom: 30px;
    font-size: 28px;
    padding-top: 10px;
    letter-spacing: 2px;
}
.pg_a_title p {
    font-size: 15px;
    padding-top: 5px;
}
.pg_17194_a {padding-bottom: 40px;}
.pg_17194_a .pg_b_content h3 {
    font-size: 19px;
    line-height: 1.5;
    padding: 20px 0;
    letter-spacing: 1px;
}
.pg_17194_a .pg_b_content p {
    font-size: 15px;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 2;
}
.pg_17194_b {
    padding:40px 0;
    background-color: #b91d20;
}
.pg_17194_b p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 30px;
}
.pg_17194_b p + p {
    padding-top: 10px;
}
.pg_17194_c .pg_c_title {
    padding-top: 50px;
    padding-bottom: 25px
}
.pg_17194_c .pg_c_title p {
    padding-top: 25px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.5px;
}
.pg_17194_c .pg_c_title p b {
    font-size: 16px;
    color:#b91d20 ;
}
.pg_17194_c .pg_c_title + li {
    padding-bottom: 50px
}
/*pg_17195*/
.pg_17195_a {
    padding-bottom: 40px;
}
.pg_17195_a ul li.col-lg-9 {
    padding: 8px 38px;
    background: url('../images/ldot.png') no-repeat left top,url('../images/rdot.png') no-repeat right bottom;
    background-size: 28px auto;
    font-size: 12px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 2;
    color: #333;
    margin-top: 29px;
    margin-bottom: 10px;
}
.pg_17195_b ul {
    padding: 40px 0;
    border-top: 1px dashed #aaa;
}
.pg_17195_b ul li:nth-of-type(1) img:nth-of-type(1) {
    margin: 0 auto 15px;
    display: block
}
.pg_17195_b ul li:nth-of-type(1) img:nth-of-type(2) {
    margin: 50px auto 0;
    display: block
}
.pg_17195_b ul li > p {
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

/*pg_12290*/
.procespage {
    position: relative;
    font-size: 14px;
    padding-bottom: 32px;
}
.procespage:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: #b5b5b5;
}
.pg_12290_a .col-lg-6 {
    padding-left: 50px;
}
.proces-t-l {}
.proces-t {
    color: #c8c8c8;
    text-transform: uppercase;
    font: 40px/1.1 "futura_lightregular","times new roman","microsoft yahei";
}
.proces-t.proces-t-r {
    font: 60px/1 "futuramedium","times new roman","microsoft yahei";
    color: #b81d20;
}
.proces-info {
    color: #323232;
    font-size: 20px;
    line-height: 2;
}
.proces-info.proces-info-r {
    color: #646464;
    font-size: 16px;
}
/*.proces-list*/
.proces-list .dd {
    padding-top: 23px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.proces-list .dd:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 8px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/h-dot.png") no-repeat center #cecece;
    z-index: -1;
    border-radius: 100%;
}
.proces-list .dd:after {
    content: '';
    position: absolute;
    top: 0;
    right:15px;
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    background: url("../images/h-bg.png") no-repeat left top,url("../images/h-bg1.png") no-repeat left bottom #cecece;
    z-index: -1;
    border-radius: 6px;
}
.procespage .proces-list:nth-of-type(3) .dd:before,
.procespage .proces-list:nth-of-type(3) .dd:after {background-color: #fff7d2;}
.procespage .proces-list:nth-of-type(4) .dd:before,
.procespage .proces-list:nth-of-type(4) .dd:after {background-color: #fde2f4;}
.procespage .proces-list:nth-of-type(5) .dd:before,
.procespage .proces-list:nth-of-type(5) .dd:after {background-color: #e0f9ff;}
.procespage .proces-list:nth-of-type(6) .dd:before,
.procespage .proces-list:nth-of-type(6) .dd:after {background-color: #ffefe8;}
.procespage .proces-list:nth-of-type(7) .dd:before,
.procespage .proces-list:nth-of-type(7) .dd:after {background-color: #ffebe6;}
.procespage .proces-list:nth-of-type(8) .dd:before,
.procespage .proces-list:nth-of-type(8) .dd:after {background-color: #e5f7ee;}
.procespage .proces-list:nth-of-type(9) .dd:before,
.procespage .proces-list:nth-of-type(9) .dd:after {background-color: #eaeaea;}
.procespage .proces-list:nth-of-type(10) .dd:before,
.procespage .proces-list:nth-of-type(10) .dd:after {background-color: #f8e2e5;}
.procespage .proces-list:nth-of-type(11) .dd:before,
.procespage .proces-list:nth-of-type(11) .dd:after {background-color: #fdedd7;}
.procespage .proces-list:nth-of-type(12) .dd:before,
.procespage .proces-list:nth-of-type(12) .dd:after {background-color: #e1f7f3;}
.procespage .proces-list:nth-of-type(13) .dd:before,
.procespage .proces-list:nth-of-type(13) .dd:after {background-color: #e9f6fb;}

.proces-list .p-year {
    border-bottom: 1px solid #efefef;
    height: 62px;
    margin-bottom: 45px;
}
.proces-list .p-year span {
    display: inline-block;
    padding-right: 160px;
    font: bold 40px/62px "HelveticaNeueCondensed","times new roman",Helvetica,arial,sans-serif;
    color: #b81d20;
}
.proces-list .p-time {
    color: #323232;
    font-weight: bold;
    font-size: 20px;
    vertical-align: top;
}

.proces-list .p-txt {
    font-size: 16px;
    vertical-align: top;
    line-height: 2;
}

.proces-list .p-txt span {
    display: block;
    width: calc(100% - 15px);
    padding-bottom: 22px;
    text-align: justify;
}

/***************************************contact*****************************/
.l_contact_box {
    padding: 35px 0 70px;
}
.l_contact_box .container {
}

.l_contact_box li .address {
    padding-bottom: 20px;
}
.l_contact_box li .address + .address {
    border-top: 1px dashed #C6C6C6;
    padding-top: 10px;
}
.l_contact_box li .address h1 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
}
.l_contact_box li .address p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1px;
}
#myMap {height:400px}
/*************************************招聘****************************/
.talent_cnt {
}
.talent_cnt .talent_cnt_1 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.talent_cnt .talent_cnt_1 h1 {
    font-size: 24px;
    font-weight:600
}
.talent_cnt .talent_cnt_1 .talent_cnt_p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    color: #4e4e4e;
    padding: 20px 0
}
.talent_cnt .talent_cnt_1 .talent_cnt_p1 {
    display:block;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    width: 100%;
    padding: 15px;
    background: #ededed;
    border-radius: 5px;
    color: #333;
}
.talent_cnt .talent_list {
    padding-top: 45px;
    background: #ededed;
}
.talent_cnt .talent_list .container {position: relative}
.talent_cnt .talent_list .container:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    display: inline-block;
    position: absolute;
    left: 60px;
    top: -45px;
}
.talent_cnt .talent_list li {
    background: #ededed;
    padding: 40px 15px
}
.talent_cnt .talent_list li + li {border-top: 1px dotted #cbcbcb}
.talent_cnt .talent_list li h1 {
    font-size: 22px;
    padding-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    position: relative
}
.talent_cnt .talent_list li h1 img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    width: 45px;
}
.talent_cnt .talent_list li h1 span {
    display: inline-block;
    vertical-align: bottom
}
.talent_cnt .talent_list li h1 span strong {
    font-size: 12px;
    color: #cecece;
    text-transform: uppercase;
    font-weight: normal;
    line-height: initial;
    display: block;
}
.talent_cnt .talent_list li .request {
    margin:10px 0;
    text-align: justify;
    color: #666;
    font-size: 16px;
}
.talent_cnt .talent_list li .request span {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    text-align: left
}
.talent_cnt .talent_list li .duty {color: #666}
.talent_cnt .talent_list li .duty h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.talent_cnt .talent_list li .duty p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify
}

@media (max-width: 991px) {
    #goods_body .l_img_box li .text {
        background-color: transparent;
    }
    #goods_body .flip span,#goods_body .flip a {
        color: #fff;
        border-radius: 0;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 5px 14px;
        line-height: 1;
    }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    /*新闻详情*/
    .l_list_details {
        padding-top: 60px;
        padding-bottom: 50px
    }
    .l_list_details .details_left .left_content {
        padding: 55px 40px;
        background: #fff;
        overflow: hidden;
        position: relative;
        border: 1px solid #ebebeb;
    }
    .l_list_details .details_left .left_content .info_cnt h2 {
        line-height: 1.5;
    }
    .l_list_details .details_left .left_content .info_box p,
    .news_info .news_info_box div {
        font-size: 16px;
        line-height: 2;
        text-align: justify
    }
    .l_list_details .details_left .left_content .info_times span {
        font-size: 15px;
        word-wrap: break-word;
        word-break: break-all;
        color: #576b95;
        padding-right: 30px
    }
    .l_list_details .details_left .left_content .qrcode {
        position: absolute;
        right: 55px;
        top: 26px;
        font-size: 14px;
        color: #7b7b7b;
    }
    .l_list_details .details_left .left_content .qrcode #qrcode {
        display: none;
        vertical-align: baseline;
        background: #ffffff;
        padding: 5px;
        border: 1px solid #eaeaea;
        margin-top: 5px;
    }
    /*新闻详情翻页*/
    .detail_page {
        height: 57px;
    }
    .detail_page a {
        line-height: 57px;
    }
    .detail_page a img {
        margin-right: 30px;
        vertical-align: middle
    }
    .detail_page a.previous,
    .detail_page a.prev {
        float: left
    }
    .detail_page a.next,
    .detail_page a.nexts {
        float: right
    }
    .detail_page a.prev,
    .detail_page a.nexts {
        color: #888;
    }
    .detail_page a:hover {
        padding-left: 10px;
    }
    .detail_page a.nexts:hover,.detail_page a.prev:hover {
        padding-left: 0;
        cursor:not-allowed
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) {
    .l_list_details .details_left .left_content .info_cnt {padding-right: 118px}
    .l_list_details .details_left .left_content .qrcode {
        right: 41px;
        top: 55px;
        cursor: pointer;
    }
    .l_list_details .details_left .left_content .qrcode span {
        display: inline-block;
        width: 30px;
        opacity: 0.5;
    }
    .l_list_details .details_left .left_content .qrcode:hover #qrcode {
        display: block;
    }

    .header{
        position: initial;
        left: initial;
        top: initial;
        padding: 0;
    }
    .header .logo img {height:auto}

    /*nav*/
    .nav-top {
        font-size: 0;
        text-align: right;
        margin: 0 auto;
        width: 100%;
    }
    .nav-top > li {
        display: block;
        width: calc(100% / 7);
        float: left;
    }
    .nav-top > li a {
        display: inline-block;
        padding: 30px 0;
        transition: all .4s ease-in-out;
    }
    .nav-top > li a span {
        position: relative;
        font-size: 15px;
    }
    .nav-top > li a span:after {
        position: absolute;
        left: 0;
        bottom: -10px;
        content: "";
        display: inline-block;
        width: 0;
        height: 1px;
        transition: width .4s ease-in-out;
    }
    .nav-top > li:hover a span,.nav-top > li.active a span {color: #b81d20}
    .nav-top > li:hover a span:after,.nav-top > li.active a span:after {
        width: 40%;
        background: #b81d20;
    }
    .nav-top .child {display: none}

    /**/
    .banner-index {
        /*position: fixed;*/
        /*top: 90px;*/
        /*left: 0;*/
        /*z-index: -1;*/
        /*height: 700px;*/
    }
    .banner-index{margin-top: 0}
    #banner-i {height: 100%;}
    #banner-i .swiper-slide {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -o-background-size: cover !important;
        background-position: center 0;
        background-repeat: no-repeat !important;
        background-attachment:local;
    }
    #banner-prev {left: 8%}
    #banner-next {right: 8%}
    .banner-pagination {bottom: 50px!important;}
    /**/
    .about-index {
        width: 100%;
        display: block;
        padding-top: 80px;
        padding-bottom: 90px;
        font-size: 14px;
        background: #fff;
        text-align: center;
    }
    .about-index .p1 {
        width: 100%;
        display: block;
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        font-weight: normal;
    }
    .about-index b.p1 {
        margin-top: 22px;
        font-size: 50px;
        font-weight: bold;
    }
    .about-index .p2 {
        font-size: 18px;
        line-height: 32px;
        padding-top: 42px;
        text-align: center;
    }
    .about-index .row {margin-top: 70px;}
    .about-index .row dd {margin-bottom: 0}
    .about-index .row dd b {
        font-size: 48px;
        line-height: 48px;
    }
    .about-index .row dd span {
        width: 100%;
        display: inline-block;
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        color: #b81d20;
        font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    }
    .about-index .row dd em {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
    }
    .about-index .row dd p {
        font-size: 18px;
        line-height: 18px;
    }

    /**************/
    .fixed-bg {
        background: url(../images/home-s3-bg.jpg) no-repeat fixed;
        padding: 0;
    }
    .fixed-bg .fixed-img {
        display: none;
    }
    .fixed-bg .container {
        position: relative;
        left: 0;
        padding-top: 146px;
        padding-bottom: 206px;
        color: #fff;
        text-align: center
    }
    .fixed-bg .h1 {
        font-size: 44px;
        line-height: 44px;
    }
    .fixed-bg .h1 b {
        margin-right: 10px;
    }
    .fixed-bg .h2 {
        margin-top: 40px;
        letter-spacing: 15px;
        font-weight: 700;
        font-size: 61px;
        line-height: 61px;
    }
    .fixed-bg .h3 {
        margin-top: 18px;
        letter-spacing: 2px;
        font-size: 22px;
        line-height: 22px;
    }
    .fixed-bg .btn {
        margin-top: 84px;
        width:157px;
        height: 42px;
        border: 1px solid #fff;
        border-radius: 21px;
        font-size: 15px;
        line-height: 40px;
        color: #fff;
    }
    .fixed-bg .btn:hover {
        background-color: #fff;
        color: #b81d20;
    }

    /***********/
    .goods-index {
        background-image: url(../images/home-s4-bg-1.png),
        url(../images/home-s4-bg-2.png);
        background-position: left top,right bottom;
        background-color: #f7f7f9;
        background-size: 897px 634px,592px 515px;
    }
    .goods-index .container {position: relative}
    .goods-index .title {
        padding-top: 10px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .goods-index .title .left {
        width: 100%!important;
        text-align: center;
    }
    .goods-index .title .right {
        width: 100%!important;
    }
    .goods-index .title .title-box {
        width: 100%;
    }
    .goods-index .title h3 {
        font-size: 50px;
        line-height: 50px;
        color: #333;
    }
    .goods-index .title p {
        font-size: 18px;
        line-height: 18px;
        color: #999;
        margin-top: 30px;
    }
    .goods-index #swiper-nva {
        text-align: right;
        margin-top: 72px;
    }
    .goods-index #swiper-nva .swiper-wrapper {
        width: auto;
        display: inline-block;
        float: right;
    }
    .goods-index #swiper-nva .swiper-slide {
        width: 130px;
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 24px;
        float: left;
        position: relative;
        background-color: transparent;
    }
    .goods-index #swiper-nva .active-nav {
        color: #b81d20;
    }
    .goods-index #swiper-nva .swiper-slide:before {
        content: "";
        width: 2px;
        height: 20px;
        display: block;
        background: #333;
        position: absolute;
        left: 0;
        top: 2px;
    }
    .goods-index #swiper-nva .swiper-slide:first-child:before {
        width: 0;
    }
    .goods-index #swiper-box {
        margin-bottom: 90px;
    }
    .goods-index #swiper-box .swiper-wrapper{
        display: flex;
    }
    .goods-index #swiper-box .swiper-slide {
        border-radius: 16px;
        margin-bottom: 0;
        display: flex;
        align-items: stretch;
    }
    .goods-index #swiper-box .left {
        width: 60%;
    }
    .goods-index #swiper-box .right {
        width: 40%;
        padding: 90px 45px;
    }
    .goods-index #swiper-box .h1 {
        width: 100%;
        display: block;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }
    .goods-index #swiper-box h3 {
        width: 100%;
        font-size: 36px;
        line-height: 36px;
        margin-top: 19px;
    }
    .goods-index #swiper-box p {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        margin-top: 47px;
        float: none;
    }
    .goods-index #swiper-box .btn {
        width: 158px;
        display: block;
        font-size: 16px;
        line-height: 42px;
        color: #666;
        margin-top: 65px;
        border-radius: 42px;
        border: 1px solid #666;
        text-align: center;
    }
    .goods-index #swiper-box .btn:hover{
        background-color: #b81d20;
        color: #fff;
        border-color: #b81d20;
    }
    .goods-index #swiper-box div[class*="swiper-button-"] {
        width: 53px;
        height: 53px;
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-top: 79px;
    }
    .goods-index #swiper-box div[class*="swiper-button-"]:after {
        content: none;
    }
    .goods-index #swiper-box .swiper-button-prev {
        background-image: url("../images/home-s4-slide-icon1.png");
        float: left;
        left:-60px
    }
    .goods-index #swiper-box .swiper-button-next {
        background-image: url("../images/home-s4-slide-icon2.png");
        float: right;
        right:-60px
    }
    .goods-index #swiper-box div[class*="swiper-button-"]:hover {
        background-position: 0 -53px;
    }

    /************/
    .agent-index {
        padding: 0;
        height: 675px;
        background: url("../images/home-s5-bg.jpg") no-repeat center center /cover;
    }
    .agent-index .agent-box {
        padding-left: 25%;
        padding-top: 189px;
    }
    .agent-index h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 52px;
    }
    .agent-index p {
        width: 100%;
        display: block;
        background: #f2d3d5;
        border-radius: 5px;
        padding-left: 46px;
        position: relative;
        color: #333;
        font-size: 22px;
        line-height: 43px;
    }
    .agent-index p:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #b81d20;
        position: absolute;
        left: 14px;
        top: 16px;
    }
    .agent-index .p1 {
        margin-top: 15px;
    }
    .agent-index .btn {
        width: 157px;
        height: 42px;
        font-size: 15px;
        line-height: 42px;
        border-radius: 21px;
        margin-top: 82px;
        text-align: center;
        border: 1px solid #666;
        color: #666;
        background: transparent;
    }
    .agent-index .btn:hover {
        background: #b81d20;
        color: #fff;
        border: 1px solid #b81d20;
    }

    /**/
    .news-index {
        background-color: transparent;
    }
    .news-index .title {
        display: inline-block;
        width: 100%;
        font-size: 50px;
        line-height: 50px;
        color: #333;
        font-weight: bold;
        text-align: center;
        padding-top: 110px;
        padding-bottom: 58px;
    }
    .news-index .news-list {padding-bottom: 0;}
    .news-index .news-list .swiper-wrapper {
        display: flex;
    }
    .news-index .news-list .swiper-slide {
        border-radius: 18px;
        margin-bottom: 0;
        height: auto;
    }
    .news-index .news-list a .imgbox {
        width: 100%;
        height: 0;
        padding-top: 66%;
        float: none;
    }
    .news-index .news-list a .imgbox span {
        width: 100%;
        display:inline-block;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: #b81d20;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        transition: all 0.3s ease-in-out;
    }
    .news-index .news-list a:hover .imgbox span {
        bottom: 0;
    }
    .news-index .news-list .info {
        width: 100%;
        height: 160px;
        background: #f7f7f7;
        padding:36px 44px 34px;
        float: none;
    }
    .news-index .news-list .info h4 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 22px;
    }
    .news-index .news-list .info p {
        height: 52px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    .news-index .news-list a:hover h4 {
        color: #b81d20;
    }
    .news-index .news-btn {
        width: 53px;
        height: 53px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .news-index .news-button-prev {
        background-image: url("../images/home-s4-slide-icon1.png");
       left: -60px;
    }
    .news-index .news-button-next {
        background-image: url("../images/home-s4-slide-icon2.png");
        right:-60px;
    }
    .news-index .news-btn:hover {
        background-position:0 -53px ;
    }
    .news-index .news-btn:after {content: none}
    .news-index .news-pagination {
        margin-top: 66px;
        margin-bottom: 60px;
        position: initial;
    }
    .news-index .news-pagination span {
        background: #333333;
    }
    .news-index .news-pagination.active span {
        background: #b81d20;
    }

    /*************************footer****************************/
    .footer {
        /*background: transparent;*/
        padding-top: 60px;
        padding-bottom:67px;
        border-top: 1px solid #efefef;
    }

    .footer .menu {
        width: 100% ;
        font-size: 0;
        margin-bottom: 60px;
        align-items: flex-start;
    }
    .footer .menu > div {
        width: auto;
        display:inline-flex;
    }
    .footer .menu dl {
        display: block;
        float: left;
        font-size: 14px;
    }
    .footer .menu dl dt {
        width: 100%;
        display: block;
        font-weight:bold;
        margin-bottom: 6px;
    }
    .footer .menu dl a {
        width:auto;
        line-height: 40px;
        display: inline-block;
    }
    .footer .foot {
        background-color: transparent;
    }
    .footer .foot .left .tel {
        font-size: 38px;
        line-height: 2;
    }

    .footer .foot p{
        width: initial;
    }
    .footer .foot .copy {
        width: 100%;
        display: inline-block;
        border-top: 1px solid #cdcdcd;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        line-height: 14px;
    }
    .footer .foot .right {text-align: right}
    .footer .wx-box {
        width: 120px;
        text-align: center;
        margin-left: 20px;
        color:#999999 ;
        display: inline-block;
        vertical-align: top;
        line-height: 2;
    }
    .member{color: transparent}
    .member:hover{color: inherit}
    /**/
    .backTop {
        background-position: center 15px;
        width: 72px;
        height: 72px;
        position: fixed;
        bottom: 5%;
    }
    .backTop:hover {
        background-image: url(../images/backTop_ico1.png);
        background-color: #333;
    }
    .backTop:hover span {
        color: #fff
    }
    .c_banner{margin-top: 0}

    /*
    layout conmmon style
    */
    .l_navigation {background-color: #b81d20}
    .tab_swiper-slide {
        float: left;
        text-align: center;
    }

    .tab_swiper-slide a {
        font-size: 16px;
        line-height: 42px;
    }
    .main_body_box{padding-top: 80px}

    /*图片*/
    .l_img_box li {margin: 20px 0}
    .l_img_box li .item {
        height: 0;
        padding-top: 100%;
        position: relative;
        border-radius: 9px;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    .l_img_box li .item:hover {
        box-shadow:0 5px 9px 1px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px)
    }
    .l_img_box li .item:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0,0,0,.3);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .l_img_box li .item:after {
        content: "";
        width: 44px;
        height: 44px;
        display: block;
        background: url("../images/list-icon.png") no-repeat center center;
        position: absolute;
        left: calc(50% - 22px);
        top: calc(50% - 22px);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        z-index: 2;
    }
    .l_img_box li .item:hover:before,
    .l_img_box li .item:hover:after {
        opacity: 1;
        visibility: visible;
    }
    .l_img_box li .img {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        border-radius: 14px;
        padding: 2px;
    }
    .l_img_box li .text {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        background: #b81d20;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        z-index: 3;
    }
    .l_img_box li .item:hover .text {
        bottom: 0;
    }
    /**********分页*********/
    .flip {
        font-size: 0;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .flip a,
    .flip span {
        display: inline-block;
        font-size: 16px;
        line-height: 46px;
        padding: 0 20px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #f7f7f7;
        margin-right: 10px;
        color: #333;
    }
    .flip span {
        background-color: #b81d20;
        color: #fff;
    }

    /******************************/
    .title-layout {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .title-layout h3 {
        font-size: 50px;
        line-height: 50px;
    }
    /*layout about*/
    .l_introduction {padding-bottom: 140px}
    .l_introduction .introduction {
    }
    .l_introduction .introduction p,
    .l_introduction .introduction div {
        font-size: 18px;
        line-height: 32px;
    }
    .introduction-list {margin-top: 74px}
    .introduction-list li img{width: auto}
    .introduction-list li span {
        font-size: 20px;
        line-height: 20px;
        margin-top: 24px;
    }
    .about-s2 {
        height: 500px;
        background: url(../images/about-s2-bg.jpg) no-repeat center fixed;
        padding: 50px 15px;
        background-size: cover;
    }
    .about-s2 .container {height: 100%}
    /*************************/
    .about-s3 {
        width: 100%;
        display: block;
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .about-s3 .item-text {
        padding-right: 60px;
    }
    .about-s3 .title-layout {
        padding-bottom: 39px;
        margin-bottom: 33px;
    }
    .about-s3 .title-layout:after {
        width: 0;
    }

    .about-s3 .title-layout h3 {
        padding-right: 53px;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 23px;
    }
    .about-s3 .title-layout h3:after {
        width: 32px;
        height: 32px;
        top: 2px;
    }
    .about-s3 .title-layout h4 {
        width: 100%;
        display: block;
        font-size: 24px;
        line-height: 24px;
        color: #cdcdcd;
        text-transform: uppercase;
    }

    .about-s3 .item-text:hover .title-layout,.about-s3 .item-text:hover p {
        transform: translateY(-10px)
    }
    .about-s3 .item-text.item-text-right {
        padding-left: 60px;
        padding-right: 0;
    }
    .about-s3 .item-text p {
        padding-right: 100px;
        font-size: 18px;
        line-height: 32px;
    }
    .about-s3 .item-text:hover .title-layout:after {
        width: 100%;
    }
    .about-s3 .item-img {
        border-radius: 18px;
    }
    .about-s3 .item-img img {
        transition: all 0.3s ease-in-out;
    }
    .about-s3 .item-img:hover img {
        transform: scale(1.02)
    }
    .about-s3 .row + .row {
        margin-top: 74px;
    }
/***************/
    .about-s4 {
        background: url(../images/about-s4-bg.jpg) no-repeat center;
        height: 400px;
    }
    .about-s4 .container {height: 100%}
    /******/
    .l_culture {
        padding-top: 150px;
        padding-bottom: 56px;
    }
    .l_culture .title {
        padding-bottom: 60px;
    }
    .l_culture .title .h3 {
        border: 2px solid #333;
        font-size: 34px;
        line-height: 57px;
        border-radius: 8px;
        padding: 10px 30px;
    }
    .l_culture .title p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }
    .l_culture .imgbox {
        border-radius: 17px;
    }
    .l_culture .imgbox img {
        transition: all 0.3s ease-in-out;
    }
    .l_culture li {margin-bottom: 94px}
    .l_culture li:hover img {
        transform: scale(1.05)
    }

    .about-s6 {
        height: 800px;
        background: url(../images/about-s6-bg.jpg) no-repeat center fixed ;
        background-size: cover;
    }
    .about-s6 .block {
        width: 835px;
        margin: 105px auto;
        padding-top: 80px;
        border: 4px solid #fff;
        border-radius: 18px;
    }
    .about-s6 .block h3 {
        width: 100%;
        display: block;
        font-size: 50px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
    }
    .about-s6 .block h4 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 20px;
    }
    .about-s6 .block dl {
        margin:60px auto 30px;
    }
    .about-s6 .block dt,.about-s6 .block dd {
        font-size: 24px;
        line-height: 24px;
    }
    .about-s6 .block dt {
        width: 190px;
        padding-left: 32px;
    }
    .about-s6 .block dt:before {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px)
    }
    .about-s6 .block .row {
        margin-bottom: 40px;
    }
    .about-s6 .block dd {
        padding-left: 34px;
    }
    .about-s6 .block dd:before {
        border-top:6px solid transparent;
        border-bottom:6px solid transparent;
        border-left:11px solid #fff;
        top:calc(50% - 6px)
    }
/******************layout-news****************/
    .l_list_box ul .li1 {
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .l_list_box ul .li1 .cover {
        width: 45%;
        padding-top: 24%;
    }
    .l_list_box ul .li1 .cover .img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
    .l_list_box ul .li1 .cover .img img {
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition:all 0.4s ease-in-out;
        -o-transition:all 0.4s ease-in-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .l_list_box ul .li1 .content {
        width: 55%;
        padding-left: 48px
    }
    .l_list_box ul .li1 .content .abstract {
        line-height: 2;
        font-size: 16px;
    }
    .l_list_box ul .li1 .content .more {
        width: 140px;
        height: 45px;
        line-height: 45px;
        margin-top: 30px;
    }
    .l_list_box ul .li2 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .l_list_box ul .li2 .date {
        float: left;
        font-size: 46px;
        font-family: Arial;
        text-align: center;
    }
    .l_list_box ul .li2 .date span {
        display: block;
        font-size: 20px;
    }
    .l_list_box ul .li2 .con {
        float: left;
        margin-left: 20px;
        width: 58%
    }

    /******************layout-agent********************/
    .join-s1 {
        padding-top: 10px;
    }
    .join-s1 h3 {
        font-size: 42px;
        line-height: 40px;
        padding-top: 80px;
    }
    .join-s1 h4 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .join-s1 p {
        font-size: 16px;
        margin-top: 32px;
    }

    /*******************/
    .join-s2 {
        background: url(../images/join.jpg) no-repeat center fixed;
        background-size: cover;
        padding: 252px 0;
    }

    .join-s2 .block {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .join-s2 .block h4 {
        font-size: 60px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    .join-s2 .block h3 {
        font-size: 50px;
        line-height: 60px;
    }

    /*****************************/
    .join-s3 {
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .join-s3 .title {
        border: 8px solid #b81d20;
        padding-top: 34px;
        padding-bottom: 34px;
        margin-bottom: 66px;
    }
    .join-s3 .title h3 {
        font-size: 46px;
        line-height:58px;
    }
    .join-s3 .row{
        border-radius: 15px;
    }
    .join-s3 .item{
        padding: 0;
    }

    .join-s3 .item-text .box {
        height: 100%;
        padding: 49px 48px 0;
    }

    .join-s3 .item-text dl {
        margin-bottom: 47px;
    }

    .join-s3 .item-text dt {
        font-size: 52px;
        width: 86px;
    }

    .join-s3 .item-text dd {
        font-size: 20px;
        width: calc(100% - 86px);
    }

    .join-s3 .item-text p {
        margin-top: 32px;
    }



    /**************************************/
    .join-s4 {
        background: url(../images/join-s4-bg.jpg) no-repeat center fixed;
        background-size: cover;
        padding: 252px 0;
        width: 100%;
    }

    .join-s4 .block h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .join-s4 .block p {
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    /**************************************/
    .join-s5 {
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .join-s5 .title {
        border: 8px solid #b81d20;
        padding-top: 34px;
        padding-bottom: 34px;
        margin-bottom: 66px;
    }
    .join-s5 .title h3 {
        font-size: 46px;
        line-height:58px;
    }

    .join-s5 .p1 {
        font-size: 18px;
        line-height: 32px;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 70px;
    }
    .join-s5 .item-block {
    }
    .join-s5 .item {
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
        float: left;
        margin-bottom: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .join-s5 .item > img {
        border-radius: 18px;
    }
    .join-s5 .item .icon {
        width: 68px;
        height: 68px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .join-s5 .item.item-num {
        padding-top: 55px;
        font-size: 194px;
        line-height: 145px;
        text-align: center;
        color: #b81d20;
        transition: all 0.3s ease-in-out;
    }
    .join-s5 .item.item-num:before {
        display: none;
    }
    .join-s5 .item h5 {
        width: 100%;
        display: block;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .join-s5 .item:before {
        content: "";
        width: calc(100% - 14px);
        height: 100%;
        display: block;
        background: rgba(228, 0, 51, 0.2);
        position: absolute;
        left: 7px;
        right: 7px;
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        border-radius: 18px;
    }
    .join-s5 .item:hover:before {
        opacity: 1;
    }
    .join-s5 .item-box {
        padding-top: 70px;
    }
    /****************************************/
    .join-s7 {
        padding-top: 112px;
        padding-bottom: 100px;
        background-size: cover;
    }
    .join-s7 .title {
        border: 8px solid #fff;
        font-size: 46px;
        font-weight: bold;
        line-height: 125px;
        margin-bottom: 82px;
    }
    .join-s7 dl {
    }
    .join-s7 dd {
        margin-bottom: 0;
    }
    .join-s7 dd:first-child:before {
        display: none;
    }
    .join-s7 dd + dd:before {
        content: "";
        width: 16px;
        height: 28px;
        display: block;
        background: url(../images/join-s7-1.png) no-repeat;
        position: absolute;
        left: -8px;
        top: 120px;
    }
    .join-s7 dd:nth-of-type(3):before {
        right: auto;
        transform: rotate(0);
        top: 120px;
        bottom: auto;
    }
    .join-s7 dd:nth-of-type(4):before {
        display: block;
    }
    .join-s7 dd:nth-of-type(5):before,
    .join-s7 dd:nth-of-type(6):before {
        transform: rotate(0);
    }

    .join-s7 .icon {
        height: 63px;
        margin-bottom: 37px;
    }
    .join-s7 p {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
    }


    /**************************************/
    /*page 时尚设计*/
    .pg_a_title {
        padding-bottom: 60px;
        font-size: 40px;
    }
    .pg_a_title p {
        font-size: 18px;
        padding-top: 10px;
    }
    .pg_17194_a {padding-bottom: 80px;}
    .pg_17194_b {
        padding:60px 0;
    }
    .pg_17194_b p {
        padding-top: 50px;
    }
    .pg_17194_c .pg_c_title {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .pg_17194_c .pg_c_title p {
        padding-top: 50px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .pg_17194_c .pg_c_title p b {
        font-size: 18px;
    }
    .pg_17194_c .pg_c_title + li {
        padding-bottom: 70px
    }

    /*pg_17195*/
    .pg_17195_a {
    }
    .pg_17195_a ul li.col-lg-9 {
        padding:42px 45px;
        background-size: auto;
        font-size: 15px;
        margin-top: 82px;
        margin-bottom: 64px;
    }
    .pg_17195_b ul {
        padding: 80px 0;
    }
    .pg_17195_b ul li:nth-of-type(1) img:nth-of-type(1) {
        margin: 0 auto 30px;
    }
    .pg_17195_b ul li:nth-of-type(1) img:nth-of-type(2) {
        margin: 50px auto 0;
        display: block
    }
    .pg_17195_b ul li > p {
        font-size: 16px;
        line-height: 2;
        padding-bottom: 20px;
    }

    /*pg_12290*/
    .procespage {
        position: relative;
        font-size: 14px;
        padding-bottom: 32px;
    }
    .procespage:after {
        left: 50%;
        z-index: -1;
        background-color: #efefef;
    }
    .pg_12290_a .col-lg-6 {
        padding-right: 44px;
        padding-left: 0;
    }
    .pg_12290_a .col-lg-6 + .col-lg-6 {
        padding-left: 44px;
        padding-right: 0;
    }
    .proces-t-l {}
    .proces-t {
        color: #c8c8c8;
        text-transform: uppercase;
        font: 40px/1.1 "futura_lightregular","times new roman","microsoft yahei";
    }
    .proces-t.proces-t-r {
        font: 60px/1 "futuramedium","times new roman","microsoft yahei";
        color: #b81d20;
    }
    .proces-info {
        color: #323232;
        font-size: 20px;
        line-height: 2;
    }
    .proces-info.proces-info-r {
        color: #646464;
        font-size: 16px;
    }
    /*.proces-list*/
    .proces-list .dd {
        padding-top: 23px;
        margin-bottom: 12px;
        position: relative;
    }
    .proces-list .dd:before,
    .proces-list .dd:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.4s, -webkit-transform .4s;
        -moz-transition: opacity 0.4s, -moz-transform .4s;
        -o-transition: opacity 0.4s, -o-transform .4s;
        transition: opacity 0.4s, transform .4s;
    }
    .proces-list .dd:before{
        border-top: 1px solid  #b81d20;
        border-bottom: 1px solid  #b81d20;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .proces-list .dd:after{
        border-right: 1px solid  #b81d20;
        border-left: 1px solid  #b81d20;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    /*.proces-list .dd:hover:before,*/
    /*.proces-list .dd:hover:after{*/
    /*    opacity: 1;*/
    /*    -webkit-transform: scale(1);*/
    /*    -moz-transform: scale(1);*/
    /*    -o-transform: scale(1);*/
    /*    transform: scale(1);*/
    /*}*/
    .proces-list .p-year {
        border-bottom: 1px solid #efefef;
        height: 62px;
        margin-bottom: 45px;
    }
    .proces-list .p-year span {
        display: inline-block;
        padding-right: 160px;
        font: bold 40px/62px "HelveticaNeueCondensed","times new roman",Helvetica,arial,sans-serif;
        color: #b81d20;
    }
    .proces-list .p-time {
        color: #323232;
        font-weight: bold;
        font-size: 20px;
        vertical-align: top;
    }
    .proces-list:nth-child(2n-1) .p-time {
        float: left;
        text-align: right;
        padding-right: 44px;
    }
    .proces-list:nth-child(2n) .p-time {
        float: right;
        text-align: left;
        padding-left: 44px;
    }
    .proces-list .p-txt {
        font-size: 16px;
        vertical-align: top;
        line-height: 2;
    }
    .proces-list:nth-child(2n-1) .p-txt {
        float: right;
        text-align: left;
        padding-left: 44px;
    }
    .proces-list:nth-child(2n) .p-txt {
        float: left;
        text-align: right;
        padding-right: 44px;
    }
    .proces-list .p-txt span {
        display: block;
        width: 80%;
        padding-bottom: 22px;
        border-bottom: 1px solid #efefef;
    }
    .proces-list:nth-child(2n) .p-txt span{
        margin-left: auto;
        margin-right: 0;
    }

    /***************************************contact*****************************/
    .l_contact_box {
        padding: 35px 0 70px;
    }
    .l_contact_box .container {
        padding: 45px 40px 45px 70px;
        background-color: #fbfafa;
        border: 1px solid #cecece;
    }
    .l_contact_box li {
        float: left;
    }
    .l_contact_box li .address {
        padding-bottom: 20px;
    }
    .l_contact_box li .address + .address {
        border-top: 1px dashed #C6C6C6;
        padding-top: 10px;
    }
    .l_contact_box li .address h1 {
        font-size: 18px;
        line-height: 2;
        font-weight: bold;
    }
    .l_contact_box li .address p {
        font-size: 15px;
        color: #333;
    }
    #myMap {height: 472px}

    /**********************zhaopin**********************/
    .talent_cnt .talent_cnt_1 {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .talent_cnt .talent_cnt_1 h1 {
        font-size: 28px;
    }
    .talent_cnt .talent_cnt_1 .talent_cnt_p {
        font-size: 16px;
        padding: 40px 0
    }
    .talent_cnt .talent_cnt_1 .talent_cnt_p1 {
        font-size: 15px;
        padding: 30px;
        background: #e0e0e0;
        border-radius: 10px;
        color: #828282;
    }
    .talent_cnt .talent_list {padding-top: 90px;}
    .talent_cnt .talent_list .container:after {
        left: 124px;
        top: -90px;
    }
    .talent_cnt .talent_list li {
        margin-bottom: 20px;
        background-color: #fff;
        padding: 60px 40px
    }
    .talent_cnt .talent_list li + li {border-top: 0}
    .talent_cnt .talent_list li h1 {
        font-size: 26px;
        padding-bottom:25px;
    }
    .talent_cnt .talent_list li h1 img {
        margin-right: 20px;
        width: auto;
    }
    .talent_cnt .talent_list li .request {
        margin:30px 0;
        font-size: 16px;
    }
    .talent_cnt .talent_list li .request span {
        font-size: 16px;
        margin-right: 20px;
    }
    .talent_cnt .talent_list li .duty h3 {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .talent_cnt .talent_list li .duty p {
        font-size: 14px;
        line-height: 28px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {

}
