/* ��С��Ļ���ֻ���С�� 768px�� */
.laiyuan {display: none}
.home-title {
    padding: 40px 15px 30px;
    text-align: left;
}
.home-title dt {
    font-size: 12px;
    color:#333;
    margin-bottom:5px;
    font-weight: 100;
}
.home-title dd {
    font-size: 22px;
    color:#b9130e;
    font-weight:bold;
}
.home-title p {
    font-size:14px;
    color:#999999;
    margin-top:5px;
}
/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 5px 0;
    background: #fff;
}
.header .logo {}
.header .logo img {height: 50px}

/*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;
    font-size: 28px;
    text-align: center;
    line-height: 42px;
}
#nav_mobile ul li p .icon2 {
    float: right;
}
#nav_mobile ul li p.active .icon{
    color: #b81d20;
}
#nav_mobile ul li p.active .icon2{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
#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}
/****brand*****/
.brand {
    padding-top: 10px;
    padding-bottom: 40px;
    background:url("../images/band.jpg") no-repeat center;
}
.brand a {
    display: inline-block;
    margin: 10px 0;
}
.brand a img {
    max-height: 45px;
}
/***********about************/
.about-index {
    background:#fff;
    padding-top: 50px;
}
.about-index ul {
    margin: 25px 0 ;
}
.about-index ul li {
    background-color: #dedede;
    color: #333;
    position: relative;
    z-index: 2;
    width: calc((100% - 30px) / 3);
    float: left;
}
.about-index ul li + li {
    margin-left: 15px;
}
.about-index ul li a {
    display: block;
    padding: 7px 0;
    text-align: center;
}
.about-index li i {
    display: inline-block;
    font-size: 32px;
    color: #b9130e;
    vertical-align: middle;
    transition: all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.about-index li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #bd201b;
    text-align: left;
}
.about-index .about-pic {
    position: relative;
}
.about-index .about-pic .pic{
    overflow: hidden;
}
.about-index .about-pic .pic img {
    width: 100%;
}
.syaright_con {
    /*padding: 16px;*/
    /*background: rgba(247, 247, 249, 0.9);*/
}
.syaright_con p{
    margin:0;
    line-height:2;
    font-size: 14px;
    text-align: justify;
}
.syaright_con p:nth-of-type(1),
.syaright_con p:nth-of-type(2){line-height: 1 }
.syaright_con p:nth-of-type(1){font-size: 24px; margin-bottom: 10px}
.syaright_con p:nth-of-type(2){font-size: 30px;margin-bottom: 20px }

.syaright_con a.more {
    margin-top:25px;
    display:inline-block;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 5px;
    color: #fff;
    background: #b9130e;
}


/**************/
.goods-index-n {
    padding: 80px 0;
    background: url("../images/1567070120586953.jpg") no-repeat center;
    background-size: auto 100%;
}
.goods-index-n .sypro_con {
    background:rgba(255,255,255,0.7);
    text-align:center;
    padding:3% 6%;
    transition: 0.5s;
}
.goods-index-n .sypro_con p {
    line-height:2;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
.goods-index-n .sypro_con .p1 {
    font-size: 24px;
    color: #1b1b1b;
}
.goods-index-n .sypro_con .p2 {
    font-size: 16px;
    color: #666;
}
.goods-index-n .sypro_con a.more {
    display:block;
    width:142px;
    height:37px;
    background:#b81d20;
    color:#fff;
    line-height:37px;
    text-align:center;
    margin:20px auto 0;
}
.goods-index-n .sypro_con a.more:hover {
    opacity:0.8;
}
.goods-index-n .sypro_con:hover {
    background:#fff;
}
/**/
.goods-index {
    padding-bottom: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 .home-title dd,
.goods-index .home-title p {
    color: #fff;
}
.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 .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: 63px;
    height: 63px;
    background-repeat: no-repeat;
    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/wm_button_icon.png");
    float: left;
    left:-60px;
    background-position: center top;
}
.goods-index #swiper-box .swiper-button-next {
    background-image: url("../images/wm_button_icon.png");
    float: right;
    right:-60px;
    background-position: center -130px;
}
.goods-index #swiper-box .swiper-button-prev:hover {background-position: center -65px;}
.goods-index #swiper-box .swiper-button-next:hover {background-position: center bottom;}
/**********/
/**/
.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 {
    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;
}

/*******agent*********/
.agent-index {
    background: #eeeeee;
}
.join_content {
    z-index:1;
    padding:40px 15px;
    text-align: center;
}
.join_content p {
    line-height:1.8;
    text-align: center;
}
.join_content .p1 {
    display: inline-block;
    font-size: 20px;
    color:#090909;
    border:1px solid #030000;
    padding:0 7px;
}
.join_content .p1 span,
.join_content .p2 {
    font-size: 14px;
    color: #666;
}
.join_content .p3 a {
    font-size: 30px;
    color: #2a2a2a;
}
.join_content p + p {margin-top: 15px;}

/**/
.footer {
    width: 100%;
    display: block;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom:40px;
    position: relative;
}

.footer .menu {
}
.foot {
    background: #222 url(../images/nav_bg.jpg) center top no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.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-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;
    text-align: center;
}
.backTop i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}
.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: #b81d20}
/*.l_navigation {background: #222 url(../images/nav_bg.jpg) center top no-repeat;}*/
/*.l_navigation li {margin-top: 4px}*/
.tab_swiper-slide {
    float: left;
    text-align: center;
}
.tab_swiper-slide:hover,.tab_swiper-slide.active {background-color: rgba(255, 255, 255, 0.12)}
.tab_swiper-slide a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
}
.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 .info_content {
    font-size: 14px;
    line-height: 2;
    color: #767676;
    padding-bottom: 50px;
    text-align: justify;
}
.l_introduction .scrolldown {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 30px;
    transform: rotate(90deg);
    color: #fff;
    background: #b9130e;
    text-align: center;
    line-height: 44px;
}
#about_body #a1 {
    background: url("../images/plux_info1.jpg") no-repeat center bottom;
    background-size: cover;
}
#about_body #a1 .container {
    padding-left: 0;
    padding-right: 0;
}

.introduction {
    padding-top: 72px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
    background: rgba(247, 247, 249, 0.9);
    margin-top: -22px;
}
.introduction p,
.introduction div {
    font-size: 14px;
    line-height: 2;
    color: #767676;
    margin-bottom: 10px;
    text-align: justify;
}
.introduction-list {margin-top: 74px}
.introduction-list li img{width: auto}
.introduction-list li span {
    font-size: 20px;
    line-height: 20px;
    margin-top: 24px;
}
/**********culture**************/
.culture {
    position: relative;
    z-index: 2;
}
.culture p.text-center {
    font-size: 14px;
    line-height: 2;
    color: #666;
    padding-bottom: 30px;
}

/*************************/
.about-s3 {
    width: 100%;
    display: block;
    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;
}

/**************certificate****************/
.certificate {background: #f3f4f8;}
#certify {
    position: relative;
    width: 100%;
}
#certify .swiper-container {padding-bottom: 60px;}
#certify .swiper-wrapper {display: block}
#certify  .swiper-slide {
    width: calc(50% - 15px);
    background: #fff;
    height: 150px;
    float: left;
    overflow: hidden;
    margin-top: 15px
}
#certify  .swiper-slide:nth-child(2n) {margin-left: 15px}
#certify  .swiper-slide img{
    display: block;
}
#certify  .swiper-slide p {
    line-height: 30px;
    text-align: center;
    color: #636363;
    font-size: 14px;
}
/******history*********/
.history {
    padding-top: 55px;
    padding-bottom: 60px;
}
.history .container {
    position: relative;
    font-size: 14px;
    z-index: 2;
    padding-bottom: 25px;
}
.history .container:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
    background-color: #dcdcdc;
}
.history .row {}
.history .col-lg-6 {
    padding-right: 44px;
    padding-left: 0;
}
.history .col-lg-6 + .col-lg-6 {
    padding-left: 44px;
    padding-right: 0;
}
.proces-t-l {}
.proces-t {
    font-size: 16px;
    line-height: 32px;
    color: #767676;
}
.proces-t.proces-t-r {
    font-size: 36px;
    line-height: 1.2;
    color: #b81d20;
    margin-bottom: 16px;
}
.proces-info {
    font-size: 25px;
    line-height: 25px;
    color: #2f2f2f;
    margin-bottom: 40px;
}
.proces-info.proces-info-r {
    color: #646464;
    font-size: 16px;
}
/*.proces-list*/
.proces-list .p-year {
    /*border-bottom: 1px solid #dcdcdc;*/
}
.proces-list .p-year span {
    display: inline-block;
    font: bold 28px/40px "HelveticaNeueCondensed","times new roman",Helvetica,arial,sans-serif;
    color: #b81d20;
    transform: translateX(29px);
}
.proces-list .dd {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-left: 44px;
    z-index: 3;
}
.proces-list .dd:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 10px;
    z-index: -1;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background:#b81d20 ;
}
.proces-list .p-time {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #323232;
    font-weight: bold;
    vertical-align: top;
}
.proces-list .p-txt {
    line-height: 25px;
    font-size: 13px;
    color: #767676;
    display: block;
}
.history_more {margin-top: 28px}
.history_more_btn {
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 23px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #383838;
    color: #383838;
}
.history_more_btn i {
    margin-left: 17px;
}
.history_more_btn:hover{
    color:#b81d20 ;
    border-color: #b81d20;
}
/*******************goods****************/
.cat-tree-title {
    text-align: center;
}
.cat-tree-title h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin: 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: 40%;
    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,.newsi_m 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,
.join-s2 {
    padding-bottom: 20px;
}
/**************************************/
/*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: 20px;
}
.pg_17195_a ul li.col-lg-9 {
    padding: 5px 50px;
    background: url('../images/ldot.png') no-repeat 15px top,url('../images/rdot.png') no-repeat calc(100% - 15px) bottom;
    background-size: 28px auto;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 2;
    color: #333;
    margin-bottom: 10px;
}
.pg_17195_c .home-title {padding-bottom: 20px;}
.pg_17195_c .home-title + p {
    font-size: 14px;
    line-height: 2;
    padding: 0 15px 20px;
    text-align: justify;
}
.pg_17195_c .home-title + p br {display: none}
.pg_17195_c .sb_box {
    background: url("../images/z2-bj.jpg") no-repeat center;
    padding: 24px 0;
    text-align: center;
}
.pg_17195_c .sb_box p {
    font-size: 12px;
    color: #fff;
    line-height: 2;
    padding-top: 24px;
}

/***************************************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: #f7f7f9 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;
        margin-bottom: 10px;
    }
}
/* С��Ļ��ƽ�壬���ڵ��� 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,.newsi_m a.prev:hover {
        padding-left: 0;
        cursor:not-allowed
    }
}

/* �е���Ļ��������ʾ�������ڵ��� 992px�� */
@media (min-width:992px) {
    .home-title {
        padding:85px 0 65px;
        text-align:center
    }
    .home-title dt {
        font-size:26px;
        color:#333;
        margin-bottom:5px;
        font-weight: 100;
    }
    .home-title dd {
        font-size:30px;
        color:#b9130e;
        font-weight:bold;
    }
    .home-title p {
        font-size:14px;
        color:#999999;
        margin-top:5px;
    }
    /*����*/
    .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 {
        padding: 23px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        width: 100%;
        position: inherit;
        overflow: visible;
        background: url("../images/nav_bg.jpg") no-repeat center top #fff;
    }
    .header.this {padding: 0;}
    .header .logo {height: 80px}
    .header .logo img {height:auto}
    .header .logo + div.right {position: inherit;}
    /*nav*/
    .nav-top {
        font-size: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 80px;
    }
    .nav-top > li {
        display: block;
        width: calc(100% / 7);
        float: left;
        z-index: 2;
    }
    .nav-top > li + li {
        background: url("../images/li_brd.jpg") no-repeat left center;
    }
    .nav-top > li a.m {
        display: inline-block;
        padding: 30px 0;
        transition: all .4s ease-in-out;
    }
    .nav-top > li a.m span {
        position: relative;
        font-size: 15px;
        /*transition: all .4s ease-in-out;*/
    }
    .nav-top > li a.m span:after {
        position: absolute;
        left: 0;
        bottom: -10px;
        content: '';
        display: inline-block;
        width: 0;
        height: 2px;
        transition: width .4s ease-in-out;
    }
    .nav-top > li:hover a.m span,.nav-top > li.active a.m span {font-weight: bold;color: #333}
    .nav-top > li:hover a.m span:after,.nav-top > li.active a.m span:after {
        width: 40%;
        background: #de1c65
    }
    .nav-top .child {display: none}

    .seed {
        display: none;
        background: rgba(255, 255, 255, 0.77);
        width: 100%;
        z-index: 300;
        box-sizing: border-box;
        overflow: hidden;
        /*padding: 50px 0 25px;*/
        position: absolute;
        left: 0;
    }
    .seed .left-con {

    }
    .seed .left-con h1 {
        font-size: 24px;
        color: #333;
        margin-bottom: 4px;
        margin-top: 28px;
    }
    .seed .left-con h4 {
        font-size: 14px;
        color: #333;
        opacity: .6;
        font-family: "Arial";
        margin-bottom: 16px;
    }
    .seed .left-con .p {
        font-size: 14px;
        color: #696969;
        line-height: 28px;
        height: 84px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 32px;
        text-align: justify
    }
    .seed .left-con .btn a {
        display: block;
        width: 116px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border-radius: 28px;
        border: 1px solid #ccc;
        background: #F4F4F4;
        color: #555;
        font-size: 14px;
        font-family: "Arial";
        transition: all 0.3s ease;
        position: relative;
    }
    .seed .left-con .btn a:hover {
        color: #fff;
        border-color: #c7000b;
        background: #c7000b;
    }
    .seed-list {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .seed-list >div {

    }
    .seed-list >div a {
        display: block;
        position: relative;
    }
    .seed-list >div a:after {
        content: "";
        right: 40px;
        position: absolute;
        top: 50%;
        width: 23px;
        height: 23px;
        margin-top: -13px;
        transition: all 0.3s ease;
    }
    .seed-list >div a:hover:after {
        transform: translate(6px, 0);
    }
    .seed-list >div .p span {
        color: #C7000B;
    }
    .seed-list >div a .img {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }
    .seed-list >div a .img img {
        transition: all .4s ease-in-out;
    }
    .seed-list >div a .p {
        vertical-align: top;
        margin-top: -33px;
        background: rgba(0, 0, 0, 0.48);
        line-height: 28px;
        color: #fff;
        position: relative;
    }
    .seed-list >div a .p span {
        width: 60px;
        font-size: 15px;
        color: #fff;
    }
    .seed-list >div a:hover .img img {
        transform: scale(1.1);
    }

    .goods_c > div .row .col{
        max-width: 285px;
    }

    .seed .more-btn {
        text-align: right;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        transform: translate(-30px, 0);
        -webkit-transform: translate(-30px, 0);
        -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        width: 100%;
        float: left;
    }
    .seed .more-btn a {
        font-size: 14px;
        color: #141414
    }
    .seed .more-btn span {
        margin-top: -4px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 13px;
    }

    /***********************/
    .banner-index {
        margin-top: 0;
        font-size: 0;
    }
    #banner-i .swiper-slide {
        font-size: 0;
        background: #f7f7f9;
    }
    #banner-i .swiper-slide img {
        display: inline-block;
        max-width: 100%;
    }
    #banner-prev {left: 8%}
    #banner-next {right: 8%}
    .banner-pagination {bottom: 50px!important;}
    /********brand********/
    .brand {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .brand a img {
        max-height: 45px;
    }
    /***********about************/
    .about-index {
        padding-top: 100px;
    }
    .about-index ul {
        margin: 50px 0 0;
    }
    .about-index ul li {
        background-color: #f7f7f9;
        color: #333;
        position: relative;
        z-index: 2;
        width: 100%;
        float: none;
    }
    .about-index ul li:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: url("../images/nav_bg.jpg") no-repeat center bottom;
        background-size: 100% 100%;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .about-index ul li:hover:before {right: 0}
    .about-index ul li + li {
        /*margin-top: 15px;*/
        /*margin-left: 0;*/
    }
    .about-index ul li a {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .about-index li i {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        border: 1px solid #7d7d7d;
        font-size: 32px;
        text-align: center;
        line-height: 65px;
        color: #7d7d7d;
        margin-bottom: 10px;
    }
    .about-index li p {
        font-size: 16px;
        color: #7d7d7d;
    }
    .about-index li p span {
        display: block;
        font-size: 14px;
        color: #303030;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .about-index ul li:hover i {
        background-color: #b9130e;
        color: #fff;
        border-color: #b9130e;
    }
    .about-index .about-pic {
        position: relative;
    }
    .about-index .about-pic .pic{
        width: 90%;
        height: 495px;
        overflow: hidden;
    }
    .about-index .about-pic .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .syaright_con {margin-top: 140px;}

    .syaright_con p{
        line-height:2;
        font-size: 14px;
        text-align: justify;
        color: #000;

    }
    .syaright_con p:nth-of-type(1),
    .syaright_con p:nth-of-type(2){line-height: 1}
    .syaright_con p:nth-of-type(1){font-size: 22px; margin-bottom: 20px}
    .syaright_con p:nth-of-type(2){font-size: 40px;margin-bottom: 30px }

    .syaright_con a.more {
        margin-top: 50px;
        display:inline-block;
        line-height: 38px;
        padding: 0 40px;
        border: 2px solid #b9130e;
        border-radius: 5px;
        color: #b9130e;
        background: transparent;
    }
    /******goods-index-n********/
    .goods-index-n {
        background-size: cover;
    }
    .goods-index-n .sypro_con {
        background:rgba(255,255,255,0.7);
        text-align:center;
        padding:3% 6%;
        transition: 0.5s;
    }
    .goods-index-n .sypro_con p {
        line-height:2;
        font-size: 14px;
        text-align: center;
        color: #303030;
    }
    .goods-index-n .sypro_con .p1 {
        font-size: 24px;
        color: #1b1b1b;
    }
    .goods-index-n .sypro_con .p2 {
        font-size: 16px;
        color: #666;
    }
    .goods-index-n .sypro_con a.more {
        display:block;
        width:142px;
        height:37px;
        background:#b81d20;
        color:#fff;
        line-height:37px;
        text-align:center;
        margin:20px auto 0;
    }
    .goods-index-n .sypro_con a.more:hover {
        opacity:0.8;
    }
    .goods-index-n .sypro_con:hover {
        background:#fff;
    }
    /*****goods-index******/
    .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 .home-title dd {color: #b9130e}
    .goods-index .home-title p {color: #999999}
    .goods-index #swiper-nva {
        text-align: center;
    }
    .goods-index #swiper-nva .swiper-wrapper {
        width: auto;
        display: inline-block;
    }
    .goods-index #swiper-nva .swiper-slide {
        width: auto;
        display: inline-block;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        float: left;
        position: relative;
        background-color: transparent;
        padding: 0 20px;
    }
    .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: 8px;
        margin-bottom: 0;
    }
    .goods-index #swiper-box .left {
        width: 60%;
    }
    .goods-index #swiper-box .right {
        width: 40%;
        padding: 90px 100px;
    }
    .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: 165px;
        border-radius: 5px;
        border: 1px solid #666;
        text-align: center;
    }
    .goods-index #swiper-box div[class*="swiper-button-"] {
        width: 63px;
        height: 63px;
        background-repeat: no-repeat;
        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/wm_button_icon.png");
        float: left;
        left:-60px;
        background-position: center top;
    }
    .goods-index #swiper-box .swiper-button-next {
        background-image: url("../images/wm_button_icon.png");
        float: right;
        right:-60px;
        background-position: center -130px;
    }
    .goods-index #swiper-box .swiper-button-prev:hover {background-position: center -65px;}
    .goods-index #swiper-box .swiper-button-next:hover {background-position: center bottom;}
    /***********news***********/
    .news-index {
        background-color: #fff;
    }
    .news-index .title {
        display: inline-block;
        width: 100%;
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        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 {
        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: #eee;
        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: 63px;
        height: 63px;
        background-repeat: no-repeat;
    }
    .news-index .news-button-prev {
        background-image: url("../images/wm_button_icon.png");
        left:-60px;
        background-position: center top;
    }
    .news-index .news-button-next {
        background-image: url("../images/wm_button_icon.png");
        right:-60px;
        background-position: center -130px;
    }
    .news-index .news-button-prev:hover {background-position: center -65px;}
    .news-index .news-button-next:hover {background-position: center bottom;}
    .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;
    }
    /*******agent*********/
    .agent-index {
        background: #eeeeee;
        padding-bottom: 70px;
    }
    .sytit {
        padding:70px 0 40px;
    }
    .sytit h3 {
        font-size: 30px;
        color: #303030;
        position: relative;
        line-height:28px;
    }
    .sytit h3 a {
        font-size: 12px;
        padding:8px 20px;
        position:absolute;
        right: 0;
        top:0;
        border: 1px solid #707070;
        background: none;
        display: inline-block
    }
    .sytit h3 a:hover {
        color: #fff;
        border-color:#b81d20;
    }
    .sytit h3 a.hvr-rectangle-out:before {
        background:#b81d20;
    }
    .hvr-rectangle-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }
    .hvr-rectangle-out:hover:before,
    .hvr-rectangle-out:focus:before,
    .hvr-rectangle-out:active:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .join_content {
        background:rgba(255,255,255,0.5);
        z-index:1;
        padding:5% 16% 4%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        text-align: center;
    }
    .join_content p {
        line-height:1.8;
        text-align: center;
    }
    .join_content .p1 {
        display: inline-block;
        font-size: 20px;
        color:#090909;
        border:1px solid #030000;
        padding:0 7px;
    }
    .join_content .p1 span,
    .join_content .p2 {
        font-size: 14px;
        color: #666;
    }
    .join_content .p3 a {
        font-size: 30px;
        color: #2a2a2a;
    }
    .join_content p + p {margin-top: 15px;}
    /*************************footer****************************/
    .footer {
        background: #fff;
        padding-top: 40px;
        padding-bottom:40px;
        border-top: 1px solid #efefef;
    }
    .avd_f {
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd ;
    }
    .avd_f li span{
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
    }
    .avd_f li p {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        color: #333;
        vertical-align: middle;
    }
    .avd_f li p em {
        display: block;
        font-style: normal;
        font-size: 14px;
        color: #737373;
    }
    .footer .menu {text-align: center}
    .footer .menu >div + div {
        background: url("../images/li_brd.jpg") repeat-y left center;
    }
    .footer .menu a {
        font-size: 16px;
        color: #333;
    }
    .footer .menu >div:hover a {font-weight: bold}
    .footer .info {}
    .footer .info a {
        display:inline-block;
        *display:inline;
        *zoom:1;
        color:#666;
        font-size:14px;
        margin:0 25px;
        line-height:36px;
        letter-spacing: 0.5px;
    }
    .footer .info a i {
        background:url(../images/foot_icon.png) no-repeat;
        display:inline-block;
        width:20px;
        height:16px;
        vertical-align:middle;
        margin-right:10px;
    }
    .footer .info a i.i1 {
        background-position:0 0 ;
    }
    .footer .info a i.i2 {
        background-position:0 -23px
    }
    .footer .info a i.i3 {
        background-position:0 -43px
    }
    .footer .info a i.i4 {
        background-position:0 -63px
    }
    .footer .info a i.i5 {
        background-position:0 -83px
    }
    .footer .info a i.i6 {
        background-position:0 -101px
    }
    .footer .famous {
        text-align:center;
        margin-bottom:30px;
    }
    .footer .famous>a {
        display:inline-block;
        *display:inline;
        *zoom:1;
        margin:0 15px;
        vertical-align:middle;
        cursor:pointer;
        position: relative;
    }

    .footer .famous>a i {
        background:url(../images/famous_icon.png) no-repeat;
        display:block;
        width:33px;
        height:28px;
        transition:all .5s
    }
    .footer .famous .weixin i {
        background-position:0 -48px;
    }
    .footer .famous .weixin:hover i {
        background-position:-2px -4px;
    }
    .footer .famous .weibo i {
        background-position:-53px -48px;
    }
    .footer .famous .weibo:hover i {
        background-position:-53px 0
    }
    .footer .famous .tmao i {
        width:23px;
        background-position:-107px -48px;
    }
    .footer .famous .tmao:hover i {
        background-position:-107px 0
    }
    .footer .famous .info {
        border: 1px solid #fff;
        background:#fff;
        position:absolute;
        width: 150px;
        top: 0;
        left: 50%;
        display:none;
        transition:all .2s;
        transform: translate(-50%,-114%);
        box-shadow: 1px 1px 10px 0 #5050504f;
        font-size: 14px;
        line-height:  2;
    }
    .footer .famous>a .info:before {
        content: '';
        width: 100%;
        height: 16px;
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: 0;
        background: url("../images/info.png") no-repeat center top;
        transform: translate(-50%,100%);
    }
    .footer .famous>a:hover .info {
        display:block;
    }
    .footer .famous .tmao .info {
        transform: translate(-50%,-180%);
        border-radius: 5px;
    }
    .footer .famous .special {
        width:100%;
        margin-top:40px;
    }
    .footer .famous .special a {
        display:inline-block;
        color:#666;
        font-size:14px;
        margin:0 25px;
        line-height:36px;
    }

    .foot {
        background: #222 url(../images/nav_bg.jpg) center top no-repeat;
        padding-top: 50px;
        padding-bottom: 30px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .member{color: transparent}
    .member:hover{color: inherit}
    /**/
    .backTop {
        background-position: center 15px;
        width: 72px;
        height: 72px;
        position: fixed;
        bottom: 5%;
    }
    .backTop i {
        color: #494949;
    }
    .backTop span {
        font-size: 12px;
    }
    .backTop:hover {
        background-color: #333;
    }
    .backTop:hover i,.backTop:hover span {
        color: #fff;
    }
    .c_banner{margin-top: 0}

    /*layout conmmon style*/
    .l_navigation {background: #b81d20}
    .l_navigation li {margin-top: 0}
    .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: #eaeaea;
        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 {}
    .l_introduction .info_content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 50px;
        text-align: center;
    }
    .l_introduction .scrolldown {
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        font-size: 30px;
        transform: rotate(90deg);
        color: #fff;
        background: #b9130e;
        text-align: center;
        line-height: 44px;
    }
    #about_body #a1 {
        background: url("../images/plux_info1.jpg") no-repeat center bottom;
        background-size: cover;
    }
    #about_body #a1 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .introduction {
        padding-top: 103px;
        padding-right: 75px;
        padding-left: 75px;
        padding-bottom: 40px;
    }
    .introduction p,
    .introduction div {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .introduction-list {margin-top: 74px}
    .introduction-list li img{width: auto}
    .introduction-list li span {
        font-size: 20px;
        line-height: 20px;
        margin-top: 24px;
    }
    /**********culture**************/
    .culture {
        position: relative;
        z-index: 2;
        padding-bottom: 30px;
    }
    .culture p.text-center {
        font-size: 16px;
        line-height: 2;
        color: #666;
        padding-bottom: 30px;
        font-style: italic;
        letter-spacing: 2px;
    }
    .culture .row .item-box {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        position: relative;
        transform: translateY(-50%);
        box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.25);
        transition: all .4s ease-in-out;
    }
    .culture .row .item-box:hover {
        transform: translateY(-60%);
    }
    .culture .row .title-layout {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .culture .row .title-layout h3 {
        font-size: 26px;
        line-height: 1.2;
        font-weight: normal;
    }
    .culture .row .title-layout h4 {
        font-size: 14px;
        font-weight: normal;
    }
    .culture .row .title-layout + p {
        font-size: 14px;
        text-align: center;
        padding: 0 15px;
    }

    /**************certificate****************/
    .certificate {padding-bottom: 69px;}
    #certify {}
    #certify .swiper-container {padding-bottom: 60px;}
    #certify .swiper-wrapper {display: flex}
    #certify  .swiper-slide {
        width: 520px;
        height: 408px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
        float: none;
        margin-top: 0;
    }
    #certify  .swiper-slide:nth-child(2n) {margin-left: 0}
    #certify  .swiper-slide img{
        width: 520px;
        height: 310px;
    }
    #certify  .swiper-slide p {
        line-height: 98px;
        font-size: 16px;
    }
    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }
    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #1b1e21;
        background-color: transparent;
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #b81d20;
    }
    #certify .swiper-button-prev {
        left: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }
    #certify .swiper-button-prev:hover {
        background-position: 0 -46px;
        background-size: 100%
    }
    #certify .swiper-button-next {
        right: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -93px;
        background-size: 100%;
    }
    #certify .swiper-button-next:hover {
        background-position: 0 -139px;
        background-size: 100%
    }
    #certify .swiper-button-next:after,#certify .swiper-button-prev:after {content: none}
    /******history*********/
    .history {
        padding-top: 83px;
        padding-bottom: 130px;
    }
    .history .container {
        position: relative;
        font-size: 14px;
        z-index: 2;
        padding-bottom: 25px;
    }
    .history .container:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: -1;
        background-color: #dcdcdc;
    }
    .history .row {padding: 0 110px;}
    .history .col-lg-6 {
        padding-right: 44px;
        padding-left: 0;
    }
    .history .col-lg-6 + .col-lg-6 {
        padding-left: 44px;
        padding-right: 0;
    }
    .proces-t-l {}
    .proces-t {
        font-size: 16px;
        line-height: 32px;
        color: #767676;
    }
    .proces-t.proces-t-r {
        font-size: 46px;
        line-height: 45px;
        color: #b81d20;
        margin-bottom: 16px;
    }
    .proces-info {
        font-size: 25px;
        line-height: 25px;
        color: #2f2f2f;
        margin-bottom: 0;
    }
    .proces-info.proces-info-r {
        color: #646464;
        font-size: 16px;
    }
    /*.proces-list*/
    .history .row:nth-of-type(2) {
        margin-top: 100px;
    }
    .proces-list .p-year {
        border-bottom: 1px solid #dcdcdc;
        height: 62px;
    }
    .proces-list .p-year span {
        display: inline-block;
        padding-right: 44px;
        font: bold 40px/62px "HelveticaNeueCondensed","times new roman",Helvetica,arial,sans-serif;
        color: #b81d20;
        transform: translateX(-50%);
    }
    .proces-list .dd {
        padding-top: 83px;
        margin-bottom: 12px;
        position: relative;
        width: 100%;
        padding-left: 44px;
        z-index: 3;
    }
    .proces-list .dd:before {
        content: '';
        position: absolute;
        top: 86px;
        left: -5px;
        z-index: -1;
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        background:#b81d20 ;
    }
    .proces-list .p-time {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 19px;
        color: #323232;
        font-weight: bold;
        vertical-align: top;
    }
    .proces-list .p-txt {
        line-height: 25px;
        font-size: 13px;
        color: #767676;
        padding-right: 29px;
        display: block;
    }
    .history_more {margin-top: 28px}
    .history_more_btn {
        font-size: 12px;
        text-transform: uppercase;
        padding: 15px 23px;
        display: inline-block;
        cursor: pointer;
        border: 2px solid #383838;
        color: #383838;
    }
    .history_more_btn i {
        margin-left: 17px;
    }
    .history_more_btn:hover{
        color:#b81d20 ;
        border-color: #b81d20;
    }
    /*************************/
    .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;
    }
/******************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,
    .join-s2 {
        padding-top: 22px;
        padding-bottom: 80px;
    }
    /**************************************/
    /*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: 0;
        margin-bottom: 64px;
    }

    .pg_17195_c .home-title {padding-bottom: 20px;}
    .pg_17195_c .home-title + p {
        font-size: 16px;
        padding: 0 0 20px;
        line-height: 2;
    }
    .pg_17195_c .home-title + p br {display: block}
    .pg_17195_c .sb_box {
        background: url("../images/z2-bj.jpg") no-repeat center;
        padding: 40px 0;
        text-align: center;
    }
    .pg_17195_c .sb_box p {
        font-size: 14px;
        color: #fff;
        line-height: 2;
        padding-top: 33px;
    }

    /***************************************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) {

}
