html,
body {
    position: relative;
    height: 100%;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1800px;
        width: 90%;
    }
}

.news-conner table,
.news-conner table tr,
.news-conner table tr td{
	border:1px solid #111111;
}

/*header PC*/

.headervue {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.headervue .iconfont {
    position: relative;
    top: 0.02rem;
    font-size: 0.2rem;
}

.headervue .item>a {
    display: flex;
    height: 100%;
    margin: 0 25px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
}

.headervue .item a:hover {
    color: #d80f24;
    text-decoration: none;
}

.headervue .header-wrap {
    color: #000;
    width: 100%;
    height: 88px;
    background-color: white;
    border-bottom: 1px solid #bbb;
}

.headervue .header-wrap .headerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headervue .header-wrap .header-logo {
    height: 88px;
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.headervue .header-wrap .header-logo img {
    width: auto;
    height: 20px;
}

.headervue .header-wrap .header-right {
    display: flex;
    align-items: center;
    color: #999999;
    margin-right: 20px;
}

.headervue .header-wrap .header-right .login-wrap {
    margin-right: 0.46rem;
    cursor: pointer;
}

.headervue .header-wrap .header-right .sign-out {
    display: inline-block;
    /*width: 0.5rem;*/
    height: 0.3rem;
    cursor: pointer;
}

.headervue .header-wrap .header-right .langImg img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 10px !important;
    height: 6px !important;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.lang.show>a>i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0);
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 和 Chrome */
    -o-transform: rotate(0);
    /* Opera */
}

.lang>a>i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: 5px;
    line-height: 100%;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.headervue .header-wrap .header-right .lang {
    position: relative;
    cursor: pointer;
    display: flex;
    height: 100%;
    font-size: 16px;
    align-items: center;
}

.headervue .header-wrap .header-right .lang .img {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

.headervue .header-wrap .header-right .lang .lang-list {
    position: absolute;
    color: #666 !important;
    top: 100%;
    max-height: 10.6rem;
    min-width: 1.2rem;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 5px;
}

.headervue .header-wrap .header-right .lang .lang-list p {
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0 0.2rem;
    /*border-bottom: 0.01rem solid $color-gray-white;*/
}

.headervue .header-wrap .header-right .lang .lang-list p:hover {
    background-color: #eee;
}

.headervue .header-wrap .header-right .img {
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    vertical-align: middle;
}

.headervue .header-wrap .header-right .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.headervue .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    background-color: #fff;
    /* font-size: 0.14rem; */
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 5px;
    margin-left: -70px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    z-index: -1;
    visibility: hidden;
}

.headervue .dropdown .show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 10;
}

.headervue .dropdown-menu a {
    text-align: center;
    color: #898989;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headervue .dropdown-menu a:hover {
    color: #000000;
    background-color: #eee;
}

.headervue .nav-pro-serise {
    position: relative;
}

.headervue .series-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*min-height: 70vh;*/
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    z-index: -1;
    visibility: hidden;
}

.headervue .series-wrap.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 10;
}

.series-content {
    height: 100%;
}

.pro-serise-pp {
    width: 20vw;
    border-right: 2px solid #b9b9b9;
}

.pro-serise-r {
    width: 80vw;
}

.pro-serise-pp ul li {
    list-style: none;
}

.pro-serise-pp ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    padding: 15px;
}

.pro-serise-pp ul li.on a {
    font-size: 16px;
    font-weight: bolder;
    color: #d80f24;
    background-color: #d6d6d6;
}

.pro-serise-pp ul li img {
    width: 60px;
    margin-right: 20px;
}

.pro-serise-r ul li {
    list-style: none;
}

.pro-serise-pp-con {
    display: flex;
}

.pro-serise-xl {
    width: 20vw;
    max-height: 60vh;
    overflow: auto;
}

.pro-serise-xl::-webkit-scrollbar {
    width: 0 !important
}

.pro-serise-xl {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.pro-serise-xlpro {
    width: 60vw;
}

.pro-serise-xl-name {
    display: block;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    color: #333;
    position: relative;
}

.pro-serise-xl-name i {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
    color: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
}

.pro-serise-xl .next-layer.arrow .pro-serise-xl-name {
    color: #e71827!important;
    font-weight: 700;
    font-size: 16px;
}

.pro-serise-xl .next-layer.arrow .pro-serise-xl-name i {
    color: #e71827;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0)!important;
    transform: rotate(0)!important;
}

.pro-serise-xl-item {
    display: block;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    color: #333;
    position: relative;
}

.pro-serise-xl-item i {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
    color: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
}

.pro-serise-xl-item:hover {
    text-decoration: none;
    color: #e71827!important;
    font-weight: 700;
    font-size: 16px;
    background-color: #d6d6d6!important;
}

.pro-serise-xl-item.cur {
    color: #e71827!important;
    font-weight: 700;
    font-size: 16px;
    background-color: #d6d6d6!important;
}

.pro-serise-xl-item.cur i,
.pro-serise-xl-item:hover i {
    color: #e71827!important;
}

.pro-serise-xlpro-ul {
    display: none;
}

.pro-serise-xlpro-ul.active {
    display: block;
}

.pro-serise-xlpro-ul li .pro-serise-xlpro-item img {
    display: none;
}

.pro-serise-xlpro-item {
    display: block;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    color: #333;
    position: relative;
}

.pro-serise-xlpro-item i {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
    color: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
}

.pro-serise-xlpro-item:hover {
    text-decoration: none;
    color: #e71827!important;
    font-weight: 700;
    font-size: 16px;
    background-color: #d6d6d6!important;
}

.pro-serise-xlpro-item.cur {
    color: #e71827!important;
    font-weight: 700;
    font-size: 16px;
    background-color: #d6d6d6!important;
}

.pro-serise-xlpro-item.cur i,
.pro-serise-xlpro-item:hover i {
    color: #e71827!important;
}

.pro-serise-xlpro-list {
    width: 20vw;
    max-height: 60vh;
    overflow: auto;
}

.pro-serise-xlpro-list::-webkit-scrollbar {
    width: 0 !important
}

.pro-serise-xlpro-list {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.pro-serise-xlpro-img {
    width: 40vw;
}

#header_vue {
    display: block;
}

#ph-nav {
    display: none;
}

#ph-nav {
    display: none;
    border-bottom: 1px solid #bbb;
}

#ph-nav .lang {
    display: flex;
}

#ph-nav .lang .dropdown-menu {
    left: -100%
}

#ph-nav.navbar-light .navbar-toggler {
    outline: 0;
    border: none;
}

#ph-nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 1px dashed #eaeaea;
}

#ph-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #b90101;
}

.navbar-collapse .dropdown.show a.nav-link {
    border: none;
    background: rgba(0, 0, 0, 0.2);
}

.navbar-collapse .dropdown-menu {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.navbar-collapse .dropdown-menu a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.navbar-collapse .dropdown-menu a:hover {
    background: none;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.2);
}

.Language_dr {
    display: flex;
    align-items: center;
}

.Language_dr .nav-link {
    font-size: 18px;
}

.Language_dr .nav-link:hover {
    color: #ae1812;
}

.lang_cn i {
    margin-right: 5px;
}

.banner-img {
    width: 100%;
}

#index-pro {
    position: relative;
}

.banner-pagination {
    bottom: 8% !important;
}

.banner-pagination .swiper-pagination-bullet {
    width: 150px;
    border-radius: 1px;
    height: 5px;
    background: #ffffff;
    margin: 0 10px !important;
    opacity: 0.8;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c80000;
}

.index-pro-bg {
    position: absolute;
    height: 213px;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.index-pro-container {
    padding-bottom: 80px;
    padding-top: 80px;
}

.index-pro-bg:after {
    content: "";
    height: 213px;
    width: 3840px;
    background: url(../images/index-pro-bg_05.png) no-repeat;
    position: absolute;
    left: 0px;
    animation: move linear 30s infinite;
}

.index-pro-serise-1 {
    margin-bottom: 20px;
}

.index-pro-serise-1 ul {
    display: flex;
    justify-content: center;
}

.index-pro-serise-1 ul li {
    list-style: none;
    min-width: 220px;
    padding: 15px;
    background: #cccccc;
    text-align: center;
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.index-pro-serise-1 ul li.on {
    background: #d80f24;
    color: #ffffff;
}

.index-pro-serise-2-ul ul {
    display: flex;
    justify-content: center;
}

.index-pro-serise-2-ul ul li {
    list-style: none;
    margin: 30px 3%;
    text-align: center;
    cursor: pointer;
    color: #bababa;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
}

.index-pro-serise-2-ul ul li.on {
    color: #111111;
}

.index-pro-serise-2-ul ul li.on:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 3px;
    left: -5%;
    bottom: -10px;
    background-color: #d80f24;
}

.index-pro-item {
    text-align: center;
}

.index-pro-item .pro-img img {
    width: 100%;
}

.index-pro-item .pro-name {
    font-size: 30px;
    color: #111111;
    font-weight: bolder;
    margin-top: 20px;
}

.index-pro-item .pro-name-more a {
    display: block;
    border-radius: 6px;
    margin: 30px auto;
    width: 180px;
    padding: 12px;
    background: #d80f24;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.index-pro-item .pro-name-more a:hover {
    -webkit-box-shadow: 2px 1px 8px #000;
    box-shadow: 2px 1px 8px #000;
    text-decoration: none;
}

.pro-swiper .swiper-slide {
    transform: scale(0.8);
}

.pro-swiper .swiper-slide .index-pro-item .pro-name,
.pro-swiper .swiper-slide .index-pro-item .pro-name-more {
    display: none;
}

.pro-swiper .swiper-slide-active,
.pro-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.pro-swiper .swiper-slide-active .index-pro-item .pro-name,
.pro-swiper .swiper-slide-active .index-pro-item .pro-name-more,
.pro-swiper .swiper-slide-duplicate-active .index-pro-item .pro-name,
.pro-swiper .swiper-slide-duplicate-active .index-pro-item .pro-name-more {
    display: block;
}

.index-news-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contain-title {
    margin-bottom: 30px;
}

.contain-title h1 {
    text-align: center;
    color: #111111;
    font-weight: bolder;
}

.index-news-swiper {
    overflow: hidden;
}

.news-item a {
    display: block;
}

.news-item a:hover {
    text-decoration: none;
}

.news-item a .news-img {
    overflow: hidden;
}

.news-item a .news-img img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-item a:hover .news-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-item a .news-con {
    background: #202020;
    color: #ffffff;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.news-item a .news-con:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 58px solid #d80f24;
    border-left: 58px solid transparent;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news-item a:hover .news-con:after {
    right: -10px;
    bottom: -10px;
}

.news-item a .news-con .news-name {
    font-size: 20px;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item a .news-con .news-jj,
.news-item a .news-con .news-time {
    margin-top: 6px;
}

.index-news-more {
    margin-top: 50px;
}

.index-news-more a {
    display: block;
    position: relative;
    margin: auto;
    width: 180px;
}

.index-news-more a span {
    display: block;
    width: 180px;
    padding: 15px;
    background: #eeeeee;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    position: relative;
}

.index-news-more a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -5px;
    bottom: -5px;
    background: #d80f24;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.index-news-more a:hover:after {
    right: -8px;
    bottom: -8px;
}

.index-news-more a:hover {
    text-decoration: none;
}

#index-video {
    background: url(../images/index-video-bg_22.jpg) no-repeat;
    background-size: cover;
}

.index-video-con {
    background: rgba(0, 0, 0, .4);
}

.index-video-container {
    min-height: 580px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-video-a {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.index-video-a:hover {
    text-decoration: none;
    color: #ffffff;
}

.index-video-a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.index-video-a:hover img {
    transform: scale(1.1);
}

.index-video-a p {
    margin-top: 50px;
}

#index-news {
    background: #ffffff;
}

#foot {
    background: #000000;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

#foot a {
    color: #ffffff;
}

#foot a:hover {
    color: #d80f24;
}

.foot-container {
    max-width: 1400px;
}

.foot-1 {
    padding-top: 100px;
}

.foot-nav {
    float: left;
    border-right: 1px solid #737373;
    width: calc(100% - 330px);
}

.foot-contact {
    float: right;
    width: 260px;
}

.foot-nav-item {
    float: left;
    width: 25%;
    padding-right: 15px;
}

.foot-nav-item .foot-nav-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.foot-nav-item .foot-nav-con ul li {
    list-style: none;
}

.foot-nav-item .foot-nav-con ul li a {
    color: #333333;
}

.foot-nav-item .foot-nav-con ul li a:hover {
    color: #d80f24;
    text-decoration: none;
}

.foot-ewm {
    display: flex;
}

.foot-ewm-item {
    text-align: center;
    margin-right: 15px;
}

.foot-ewm-item p {
    margin-top: 10px;
}

.foot-tel {
    margin-top: 15px;
}

.foot-tel i {
    margin-right: 15px;
}

.foot-tel p {
    font-size: 20px;
}

.foot-copyright {
    text-align: center;
    margin-top: 80px;
    padding: 20px 0 36px;
}

.foot-copyright a {
    color: #333333;
}

.foot-copyright a:hover {
    color: #0e5085;
    text-decoration: none;
}

.contain-con {
    padding-top: 80px;
    padding-bottom: 120px;
    max-width: 1400px;
}

.contain-con-title {
    margin-bottom: 30px;
}

.history-imgs-item {
    float: left;
    width: 25%;
    padding: 15px 25px;
    text-align: center;
}

.history-imgs-item .history-imgs-name {
    font-size: 20px;
    font-weight: bolder;
    color: #d80f24;
    margin-top: 10px;
}

.history-list {
    margin-top: 120px;
}

.history-list-title {
    margin-bottom: 90px;
}

.history-list-title h1 {
    font-size: 52px;
    color: #d80f24;
}

.history-item-con {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.history-item-con .history-content {
    width: 80%;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.history-item-con .point-con {
    position: absolute;
    right: -12px;
    top: 10px;
}

.point-dot {
    width: 24px;
    height: 24px;
    background: #d80f24;
    border-radius: 50%;
}

.history-item-con .point-con .point.point-dot {
    background: #d80f24;
}

.history-time {
    font-size: 24px;
    color: #111111;
    font-weight: bolder;
    margin-bottom: 10px;
}

.history-item-l .history-item-con {
    text-align: right;
    float: left;
    border-right: 1px solid #a3a4a4;
}

.history-item-r .history-item-con {
    float: right;
    border-left: 1px solid #a3a4a4;
    padding-left: 10%;
    margin-right: 1px;
}

.history-item-r .history-item-con .point-con {
    left: -12px;
    right: auto;
}

.honor-gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.honor-a {
    display: block;
    padding: 15px;
    float: left;
    width: 33.3%;
}

.honor-a-con {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.honor-title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0%;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    background: rgba(25, 24, 24, 0.6);
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 6px solid #d80f24;
    -webkit-transform: translate3d( 0px, 100%, 0px);
    -moz-transform: translate3d( 0px, 100%, 0px);
    -ms-transform: translate3d( 0px, 100%, 0px);
    -o-transform: translate3d( 0px, 100%, 0px);
    transform: translate3d( 0px, 100%, 0px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.honor-a:hover .honor-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

.jchb-con ul li{
	list-style:none;
}

.jchb-con ul li a{
    margin-bottom: 15px;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    flex-direction: row;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.jchb-con ul li:after {
    display: none;
}

.jchb-con ul li i {
    margin-right: 15px;
}

.jchb-con ul li i{
    font-size: 20px;
    color: #666;
}

.jchb-con ul li a {
    text-decoration: none;
}

.jchb-con ul li a:hover i.fa-download{
    color: #d80f24;
}

.jchb-con ul li a:hover {
    border: 1px solid #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #333333;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.envo-item a .news-con {
    background: #ffffff;
    padding: 20px 0;
}

.envo-item a .news-con .news-name {
    color: #111111;
    font-size: 18px;
    font-weight: normal;
}

.envo-item a:hover .news-con .news-name {
    color: #d80f24;
}

.envo-item a .news-con .news-time {
    color: #727272;
}

.envo-item a .news-con:after {
    display: none;
}

.news-contain {
    margin-left: -15px;
    margin-right: -15px;
}

.news-items {
    padding: 15px;
    float: left;
    width: 33.3%;
}

.news-con-title {
    text-align: center;
    color: #111111;
    font-size: 30px;
    margin-bottom: 20px;
}

.news-share {
    border: #c5c5c5 1px dashed;
    margin: 0 auto;
    margin-top: 15px;
}

.news-conner {
    margin-top: 15px;
}

.contact-contain-p {
    text-align: center;
    font-size: 16px;
}

.contact-conner {
    margin-top: 50px;
}

.contact-left {
    float: left;
    width: 45%;
}

.contact-right {
    float: right;
    width: 45%;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
    width: 100%;
    padding: 5px 15px;
    height: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: .5rem center;
    background-size: .5rem;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all .3s;
}

.feedback-form .form-textarea {
    height: auto;
    padding-left: 15px;
}

.feedback-form label {
    font-size: 18px;
}

.feedback-form .form-control-input .form-control:focus,
.feedback-form .form-control-input .form-textarea:focus {
    color: #ffffff;
    background-color: #dddddd;
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
    color: #ffffff;
}

.feedback-submit {
    background: #d80f24;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    height: 50px;
    /* float: right; */
    border: none;
    margin: 30px auto;
    display: block;
}

.feedback-submit:hover {
    color: #ffffff;
    background-color: #c60e20;
}

.map_box {
    position: relative;
    min-height: 500px;
}

.map_stores {
    position: relative;
    height: 800px;
}

.store-list-title {
    margin-bottom: 26px;
}

.store-list-title i {
    color: #d80f24;
    margin-right: 15px;
}

.store-list {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    padding: 30px;
    background-color: hsla(0, 0%, 100%, .8);
}

.store-list-items {
    overflow: auto;
    height: calc(100% - 30px);
}

.store-list-items::-webkit-scrollbar {
    width: 0 !important
}

.store-list-items {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.store-list-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c60e20;
}

.store-list-item-name {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.store-list-item-point {
    margin-top: 20px;
}

.store-list-item-point a {
    padding: 6px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
}

.store-list-item-point a:hover {
    background-color: #c60e20;
    border-color: #c60e20;
    color: #ffffff;
}

.pro-contain-title {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    margin-bottom: 60px;
}

.pro-contain-title-r {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pro-contain-title-r ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.pro-contain-title-r ul li a {
    padding: 15px 5px;
    display: block;
    position: relative;
    color: #111111;
    font-size: 16px;
}

.pro-contain-title-r ul li a:hover {
    text-decoration: none;
    color: #d80f24;
}

.pro-contain-title-r ul li a.cur {
    font-size: 20px;
    font-weight: bolder;
}

.pro-contain-title-r ul li a.cur:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    background-color: #d80f24;
}

.pro-serise-item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.pro-serise-item-con {
    margin-left: -15px;
    margin-right: -15px;
}

.pro-serise-item-name {
    margin-bottom: 20px;
    font-size: 26px;
}

.pro-items {
    width: 25%;
    padding: 15px;
    float: left;
}

.pro-item {
    text-align: center;
}

.pro-item a:hover {
    text-decoration: none;
    color: #d80f24;
}

.pro-item a .pro-name {
    font-size: 18px;
    color: #111111;
    font-weight: bolder;
    margin-top: 20px;
}

.pro-item a .pro-name-more {
    color: #727272;
}

.pro-item a:hover .pro-name-more {
    text-decoration: none;
    color: #d80f24;
}

.pro-item a .pro-img img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

.pro-item a:hover .pro-img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.pro-view-container .pro-view-left {
    width: 48%;
    float: left;
}

.pro-view-container .pro-view-right {
    width: 48%;
    float: right;
}

.pro-view-container .pro-img {
    text-align: center;
}

.pro-view-container .pro-title h2 {
    margin-top: 5px;
}

.pro-view-container .pro-title {
    font-size: 18px;
    position: relative;
    padding-right: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.pro-view-back {
    position: absolute;
    right: 0;
    color: #333333;
    font-size: 14px;
    top: 36px;
}

.pro-view-back a {
    color: #333333;
}

.pro-view-back a:hover {
    color: #d80f24;
    text-decoration: none;
}

.pro-view-container .pro-view-jj {
    min-height: 200px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.pro-view-img {
    margin: auto;
    position: relative;
}

.gallery-top {
    border: 1px solid #cdcdcd;
}

.gallery-top .swiper-slide {
    text-align: center;
    background: #ffffff;
}

.gallery-thumbs {
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    border: 1px solid #cdcdcd;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #d80f24;
}

.pro-view-btns {
    position: absolute;
    top: 45%;
    opacity: 0;
    width: 100%;
    left: 0;
}

.pro-view-btns .swiper-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    background: #d80f24;
    color: #ffffff;
    font-size: 36px;
}

.pro-view-img:hover .swiper-btns {
    opacity: 1;
}

.pro-view-img:hover .swiper-btns .swiper-btn {
    z-index: 10;
}

.pro-view-img .swiper-btns .swiper-btn.swiper-button-disabled,
.pro-view-img:hover .swiper-btns .swiper-btn.swiper-button-disabled {
    opacity: 0;
    cursor: unset;
}

.pro-view-img .swiper-btn.swiper-but-next {
    left: 3%;
}

.pro-view-img .swiper-btn.swiper-but-prev {
    right: 3%;
}

.pro-view-img .swiper-btn:hover {
    opacity: 1;
}

.pro-view-img .swiper-btn:focus {
    outline: none;
}

.product-view-detail {
    margin-top: 5rem;
}

.product-view-detail-con {
    padding: 15px 0;
}

.pro-view-color ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    border: 2px solid #dddddd;
}

.pro-view-color ul li.on {
    border-color: #d80f24;
}

.product-view-ul ul {
    display: flex;
    justify-content: center;
}

.product-view-ul ul li {
    list-style: none;
    margin: 30px 3%;
    text-align: center;
    cursor: pointer;
    color: #bababa;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
}

.product-view-ul ul li.on {
    color: #111111;
}

.product-view-ul ul li.on:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 3px;
    left: -5%;
    bottom: -10px;
    background-color: #d80f24;
}

@keyframes move {
    0% {
        left: 0px;
    }
    100% {
        left: -1920px;
    }
}

@media (max-width:1200px) {
    #header_vue {
        display: none;
    }
    #ph-nav {
        display: block;
    }
}

.clear1 {
    display: block;
}

.clear2 {
    display: none;
}

.clear3 {
    display: none;
}

@media (max-width:960px) {
    .foot-nav {
        display: none;
    }
    .foot-contact {
        float: none;
        width: 210px;
        margin: auto;
    }
    .history-imgs-item {
        width: 50%;
    }
    .history-item {
        padding-left: 20px;
    }
    .history-item-l .history-item-con {
        text-align: left;
        float: left;
        border-left: 1px solid #a3a4a4;
        border-right: 0;
        padding-left: 10%;
    }
    .history-item-r .history-item-con {
        float: left;
        border-left: 1px solid #a3a4a4;
        padding-left: 10%;
        margin-right: 0px;
    }
    .history-item-con .point-con {
        position: absolute;
        left: -12px;
        top: 10px;
    }
    .history-item-con {
        width: 100%;
    }
    .history-item-con .history-content {
        width: 100%;
    }
    .honor-a {
        width: 50%;
    }
    .honor-a .honor-title {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d( 0px, 0px, 0px);
        -moz-transform: translate3d( 0px, 0px, 0px);
        -ms-transform: translate3d( 0px, 0px, 0px);
        -o-transform: translate3d( 0px, 0px, 0px);
        transform: translate3d( 0px, 0px, 0px);
    }
    .contact-left {
        float: none;
        width: 100%;
    }
    .contact-right {
        float: none;
        width: 100%;
    }
    .pro-items {
        width: 50%;
    }
    .pro-view-container .pro-view-left {
        width: 100%;
        float: none;
    }
    .pro-view-container .pro-view-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .gallery-thumbs {
        display: none;
    }
    .pro-view-container .pro-view-jj {
        border-bottom: none;
    }
    .product-view-detail {
        margin-top: 2rem;
    }
    .clear1 {
        display: none;
    }
    .clear2 {
        display: block;
    }
    .clear3 {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .honor-a {
        width: 100%;
    }
    .pro-items {
        width: 100%;
    }
    .clear1 {
        display: none;
    }
    .clear2 {
        display: none;
    }
    .clear3 {
        display: block;
    }
}