﻿/*标签样式初始化*/
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}
/*公共样式部分*/
body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}
#copy {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #bc001d;
    text-decoration: none;
}
.box {
    margin: 0 auto;
    width: 80%;
    min-width: 1300px;
    box-sizing: border-box;
}
.page {
    margin: 0 auto;
    width: 1300px;
    min-width: 1300px;
}
.bg {
    width: 100%;
    min-width: 1300px;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
/*间隙*/
.top10 {
    padding-top: 10px;
}
.top20 {
    padding-top: 20px;
}
.top30 {
    padding-top: 30px;
}
.top40 {
    padding-top: 40px;
}
.top50 {
    padding-top: 50px;
}
.top60 {
    padding-top: 60px;
}
.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
/*英文样式*/
.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.en {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.t {
    text-align: center;
}
.t p {
    font-size: 40px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.t d {
    color: #bc001d;
}
.t dd {
    font-size: 18px;
    margin-top: 10px;
}
.t span {
    width: 30px;
    height: 5px;
    background-image: linear-gradient(to right, #bc001d 50%, #ffa600 0);
    display: block;
    margin: 20px auto 0;
}
.head {
    width: 90% !important;
}
.head_bg {
    height: 120px;
    background: #fff;
    overflow: initial;
    position: relative;
}
.head .logo {
    margin-top: 28px;
}
.head .logo img {
    height: 64px;
}
.head .name {
    margin-top: 25px;
    margin-left: 20px;
}
.head .name p {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    letter-spacing: 3px
}
.head .name d {
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    line-height: 28px;
}
/*导航*/
.nav {
    height: 120px;
}
.nav>ul>li {
    float: left;
    display: block;
    height: 120px;
    z-index: 99;
    padding-left: 20px;
}
.nav>ul>li>a {
    color: #333;
    font-size: 16px;
    text-align: center;
    z-index: 3333;
    line-height: 120px;
    position: relative;
    transition: 0.3s ease all;
    display: block;
}
.nav>ul>li>a:before {
    content: '';
    width: 0px;
    height: 4px;
    display: inline-block;
    background: #bc001d;
    margin-top: 56px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    transition: 0.3s ease all;
}
.nav>ul>li.navcurrent>a:before, .nav>ul>li:hover>a:before {
    width: 20px;
}
.nav>ul>li.navcurrent>a, .nav>ul>li:hover>a {
    color: #bc001d;
}
.head_tel {
    color: #222;
    font-size: 25px;
    font-family: 'Agency FB';
    line-height: 120px;
    background: url(../img/20210623154307_401005672.png)no-repeat center left;
    padding-left: 35px;
}
.head_ewm span {
    width: 16px;
    height: 120px;
    background: url(../img/20210623154806_95215191.png)no-repeat center;
    display: block;
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease all;
    z-index: 999;
}
.head_ewm span:nth-child(3) {
    width: 18px;
    background-image: url(../img/20210623154806_1258088350.png);
    margin-right: 20px;
}
.head_ewm span:nth-child(2) {
    width: 25px;
    background-image: url(../img/20210623154806_1347371940.png);
}
.head_ewm span p {
    position: absolute;
    width: 110px;
    top: 70%;
    left: -45px;
    z-index: 99999;
    height: 0px;
    overflow: hidden;
    transition: 0.3s ease all;
}
.head_ewm span:hover p {
    height: 110px;
}
.head_ewm span p img {
    width: 100%;
}
.head_ewm {
    margin: 0 30px;
}
.head_ewm:before, .head_ewm:after {
    content: '';
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #eee;
    position: absolute;
    top: 50px;
}
.head_ewm span:hover {
}
.head_ewm span a {
    display: block
}

@media (max-width: 1800px) {
.nav>ul>li {
    padding-left: 15px;
}
}

@media (max-width: 1750px) {
.head {
    width: 95% !important;
}
}

@media (max-width: 1650px) {
.nav>ul>li {
    padding-left: 10px;
}
}

@media (max-width: 1600px) {
.head_ewm {
    display: none;
}
.nav {
    margin-right: 20px;
}
}
#banner, .tp-banner-container {
    min-width: 1300px;
}
/*下拉*/
.drop {
    border-radius: 0 0 5px 5px;
    opacity: 1;
    text-align: center;
    position: absolute;
    box-shadow: 0 20px 20px rgba(0,0,0,0.08);
    z-index: 999;
    top: 110%;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
}
.drop li {
    width: 10%;
    height: 80px;
    display: inline-block;
    line-height: 80px;
}
.drop li>a {
    display: inline-block;
    font-size: 16px !important;
    width: 100%;
    height: 80px !important;
    text-align: center;
    color: #333;
}
.nav>ul>li:hover .drop {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.drop li>a:hover {
    color: #bc001d;
}
/*产品中心*/
.prod_bg {
    background: #f5f5f5
}
.prod_l {
    width: 20%;
}
.prod_top {
    width: 100%;
    height: 165px;
    background-image: linear-gradient( 260deg, rgb(250 0 0) 0%, rgb(191 2 2) 100%);
}
.prod_top p {
    font-size: 28px;
    color: #fff;
}
.prod_top d {
    font-size: 15px;
    color: rgba(255,255,255,0.4);
    line-height: 28px;
}
.prod_top {
    text-align: center;
    padding-top: 50px;
}
.prod_list td {
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: block;
    background: #fff;
}
.prod_list table {
    width: 100% !important;
}
.prod_list table.home-pro-t{
    margin-top: 15px;
}
.prod_list table.home-pro-t tr td{
    height: 50px;
    line-height: 50px;
}
.prod_list td a {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal !important;
}
.prod_list td:hover a {
    color: #bc001d !important;
}
.prod_list tr td {
    border-bottom: 1px solid #f5f5f5;
}
.prod_list>a {
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: block;
    background: #fff;
    ;
    padding-left: 20px;
    font-size: 16px;
}
.prod_r {
    width: 77%;
}
.prod_tit {
    width: 100%;
    height: 350px;
    background: #fff;
    overflow: hidden;
}
.prod_img {
    float: left;
    width: 32%;
}
.prod_img img {
    width: 100%;
}
.prod_wz {
    float: left;
    padding: 70px 50px 0;
    width: 57%;
}
.prod_wz p {
    font-size: 32px;
    color: #222;
}
.prod_wz d {
    font-size: 12px;
    color: #ccc;
    font-family: 'Arial';
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
}
.prod_wz dd {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.prod_wz a {
    width: 130px;
    height: 40px;
    background: #bc001d;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s ease all;
}
.prod_wz a:hover {
    width: 180px;
}
.prod_wz a:last-child {
    background: #ffa600;
}
#bodycon #left {
    width: 23%;
}
#bodycon #left .prod_l {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}
#bodycon.pro-box #center {
    width: 74% !important;
    float: right !important;
}
#bodycon.pro-box-all #center{
    width: 100% !important;
}
#bodycon.pro-box #center #bodycontent {
    width: 100% !important;
}
.prod_top {
    box-sizing: border-box !important;
}
.ny_prototal {
    width: 100%;
    overflow: hidden;
}
.ny_prolist {
    width: 31.3%;
    margin: 0 1%;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
}
.ny_propic {
    position: relative;
    overflow: hidden;
}
.ny_propic a {
    display: block;
}
.ny_propic a img {
    width: 100%;
}
.ny_propic a:before {
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(0 ,0,0,0.3);
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    transition: all 0.3s;
}
.ny_propic span {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -30px;
    top: 39%;
    border: solid 1px #fff;
    border-radius: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
}
.ny_prolist:hover .ny_propic a:before {
    width: 100%;
    height: 100%;
}
.ny_prolist:hover .ny_propic span {
    display: block;
}
.ny_protil {
    width: 100%;
    background: #f5f5f5;
    margin-top: 0.8%;
    position: relative;
    overflow: hidden;
}
.ny_protil a {
    height: 45%;
    padding: 3% 4% 4% 5%;
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_protil span {
    display: block;
    width: 67px;
    height: 12px;
    background: url(//cdn.dg.114my.cn/img/2020/20200522095054_1768699360.png);
    margin-top: 3%;
}
.ny_prolist:hover .ny_protil span {
    background-position: 0px -12px;
    transition: all 0.3s;
}
.ny_prolist:hover .ny_protil a {
    color: #fff;
}
.ny_protil:before {
    width: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5811a;
    transition: all 0.3s;
}
.ny_prolist:hover .ny_protil:before {
    width: 100%;
}
.clear {
    clear: both;
}
#igetxt {
    width: 96%;
    height: auto;
}
#igetxt ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#igetxt ul li {
    padding: 0px;
    margin: 0px;
    _padding: 0px;
    _margin: 0px;
    list-style: none;
    float: left;
    line-height: 20px;
    border: 1px solid #D9D9D9;
    margin-left: 6px;
    _margin-left: 6px;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 4px;
    _margin-bottom: 4px;
}
#igetxt ul li h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.txtgetshow {
    width: 95%;
    padding: 6px 0px;
    line-height: 23px;
}
.pcontent_title_h4 {
    width: 1300px
}
;
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee;
}
.swiper {
    width: 100%;
    height: 300px;
    margin: 10px auto;
}
.pro-imgall .swiper{
    height: initial;
    margin: 0 auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.mySwiper2 {
    height: 80%;
    width: 100%;
    margin: 0 auto;
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search {
    width: 100%;
    height: 90px;
    line-height: 90px;
    width: 1300px;
}
.search-i input {
    height: 46px;
    width: 54px;
    background: url(../img/20210623210031_1177972745.png) no-repeat center center;
}
.search_l span {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    background: url(../img/20210623205136_1479875857.png)no-repeat center left;
    display: inline-block;
    padding-left: 30px;
}
.search_l a {
    font-size: 16px;
    color: #666;
}
.search_l a:hover {
    color: #bc001d;
}
.search-bg #keys {
    width: 300px;
    background: #f5f5f5;
    outline: none;
    color: #ccc;
    border: none;
    height: 46px;
    line-height: 6;
    font-size: 14px;
    padding-left: 20px;
    font-weight: lighter;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    border-radius: 23px;
    box-shadow: inset 0px 0px 6.23px 0.77px rgba(0, 0, 0, 0.08);
}
.search-bg {
    position: relative;
}
.search-i {
    position: absolute;
    right: 0px;
    top: 18px;
    height: 46px;
}
.search-i input {
    margin-top: -10px;
}
.prod_cont {
    overflow: hidden;
    width: 100%;
}
.prod_cont tr {
    display: block;
}
.prod_cont td {
    padding: 0px !important;
    width: calc((100% - 40px) / 3);
    display: block;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 20px;
}
.prod_cont td img {
    width: 100%;
    height: auto;
    transition: 0.3s ease all;
}
.prod_cont td>a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
.prod_cont td:hover img {
    transform: scale(1.1);
}
.prod_cont td span, .prod_box td span a {
    width: 100% !important;
    display: block;
}
.prod_cont td span a {
    color: #666;
    text-align: left;
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prod_cont td br {
    display: none;
}
.prod_cont td:hover span a {
    color: #bc001d;
}
/*.prod_cont td span a:after {
    content: 'Read More';
    font-size: 12px;
    font-family: 'Arial';
    color: #ccc;
    float: right;
    background: url(../uploadfile/image/20210625/20210625163853_1738997282.png)no-repeat center right;
    padding-right: 15px;
    transition: 0.3s ease all;
    overflow: hidden;
}*/
.prod_cont td:hover span a:after {
    color: #ffa600;
    background-image: none;
    padding-right: 0px;
}
.prod_cont .tempWrap {
    width: 100% !important;
}
/*产品优势*/
.padv_bg {
    background: url(../images/20210705112909_742901975.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    height: 710px;
    background-attachment: fixed;
}
.padv {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.padv_l {
    width: 50%;
}
.padv_l p {
    font-size: 40px;
    color: #fff;
}
.padv_l span {
    width: 50px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 20px 0 30px;
}
.padv_l dd {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.padv_l a {
    width: 178px;
    height: 44px;
    color: #fff;
    background: #bc001d;
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    margin-top: 40px;
}
.padv_r {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
}
.padv_r li {
    width: 50%;
    display: block;
    float: left;
    height: 355px;
    background: rgba(0,0,0,0.1);
    padding: 50px 40px;
    display: flex;
    align-items: center;
    transition: 1s ease all;
    cursor: pointer;
}
.padv_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    left: 0;
}
.padv_r li:nth-child(2n) {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.padv_r li:nth-child(n+3) {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.padv_r li p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.padv_r li d {
    font-size: 12px;
    font-family: 'Arial';
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
}
.padv_r li dd {
    font-size: 16px;
    color: #fff;
}
.padv_r li:hover {
    background: rgb(248 2 2 / 95%);
}
.padv_r li span img {
    transition: 0.3s ease all;
}
.padv_r li:hover span img {
    transform: rotateY(180deg);
}
/*应用案例*/
.case_bg {
    position: relative;
    overflow: hidden;
}
.case_t d {
    font-size: 66px;
    color: #eee;
    font-weight: bold;
    font-family: 'Agency FB';
}
.case_t p {
    font-size: 40px;
    color: #222;
}
.case_t a {
    width: 350px;
    height: 60px;
    background: #ffa600;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: relative;
    margin-top: 40px;
    animation: shine 20s infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    background: #ffa600;
    background-image: linear-gradient(-45deg, #ffa600 50%, #eb9a04 60%, #fcaf21 70%);
    background-size: 600% 100%;
    border-radius: 10px;
    transition: 0.3s ease all;
}
.case_t a:before {
    content: 'VIEW MORE';
    font-size: 48px;
    color: #feab0f;
    font-family: 'Arial';
    font-weight: bold;
    position: absolute;
    width: 100%;
    display: block;
}
.case_t a span {
    position: relative;
    font-size: 15px;
}
.case_t a span:after {
    content: '';
    width: 18px;
    height: 13px;
    background: url(../img/20210624162801_1383014058.png)no-repeat center;
    display: inline-block;
    margin-left: 20px;
    transition: 0.3s ease all;
}
.case_cont {
    width: 1920px;
}
.case_cont .case_tit p {
    font-size: 28px;
    color: #222;
    font-weight: bold;
    line-height: 80px;
}
.case_cont .case_tit d {
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.case_cont .swiper-slide {
    display: block;
    float: left;
    width: calc((100% - 30%) / 2);
    margin-right: 3%;
}
.case_cont .swiper-slide .case_img img {
    width: 100%;
    border-radius: 10px;
}
.case_cont .swiper-slide .case_tit {
    padding: 0 30px;
    transition: 0.3s ease all;
}
.case_cont .case_tit d:after {
    content: '';
    width: 78px;
    height: 4px;
    display: block;
    background: #bc001d;
    margin-top: 20px;
}
.case_cont .swiper-slide:hover .case_tit {
    padding: 0px;
}
/*合作客户*/
.partner_bg {
    background: url(../images/20210624192427_424686458.jpg)no-repeat center;
    background-size: cover;
}
.partner_t p {
    color: #fff;
}
.partner_t dd {
    color: rgba(255,255,255,0.6);
}
.partner_cont table tr {
    text-align: center;
}
.partner_cont table td {
    width: calc((98% - 80px) / 5);
    position: relative;
    padding-left: 0px !important;
    display: inline-block;
}
.partner_cont table td+td {
    margin-left: 20px;
}
.partner_cont table * {
    display: block;
}
.partner_cont table td>div {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transform: rotate(45deg) scale(0);
    text-align: center;
    transition: 0.3s ease all;
}
.partner_cont table td>div a {
    display: block;
    transform: rotate(-45deg);
    font-size: 28px;
    color: #fff;
    text-align: center;
    top: 50%;
    width: 100%;
    height: 100%;
    line-height: 280px;
}
.partner_cont table td img {
    width: 100%;
    height: auto;
}
.partner_cont table tr:nth-child(2) {
    display: block;
    margin: 0 auto;
}
.partner_cont table td br {
    display: none;
}
.partner_cont table td:nth-child(n+6) {
    margin-top: calc(-100% / 11.5);
}
.partner_cont table td:nth-child(6) {
    margin-left: 0px !important;
}
/*.partner_cont table td:hover div {
    transform: rotate(45deg) scale(0.7);
}*/
.partner_tel {
    width: 450px;
    height: 70px;
    text-align: center;
    animation: shine 20s infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    background: #ffa600;
    background-image: linear-gradient(-45deg, #ffa600 50%, #eb9a04 60%, #fcaf21 70%);
    background-size: 600% 100%;
    margin: 40px auto 0;
    border-radius: 10px;
    transition: 0.3s ease all;
}
.partner_tel a {
    width: 450px;
    height: 70px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.partner_tel a:before {
    content: 'VIEW MORE';
    font-size: 48px;
    color: #feab0f;
    font-family: 'Arial';
    font-weight: bold;
    position: absolute;
    width: 100%;
    display: block;
}
.partner_tel a span {
    position: relative;
}
.partner_tel a span:after {
    content: '';
    width: 18px;
    height: 13px;
    background: url(../img/20210624162801_1383014058.png)no-repeat center;
    display: inline-block;
    margin-left: 20px;
    transition: 0.3s ease all;
}
/*优势*/
.adv_t {
    position: relative;
}
.adv_cont .tempWrap {
    width: 77%;
    padding-left: 2.5%;
}
.adv_img {
    width: 50%;
    overflow: hidden;
    height: 450px;
}
.adv_tit {
    width: 48%;
    padding-left: 25px;
    padding-top: 25px;
}
.adv_box:nth-child(2n) .adv_tit {
    float: left;
    padding-left: 0px;
}
.adv_box:nth-child(2n) .adv_img {
    float: right;
}
.adv_tit d {
    font-size: 40px;
    font-weight: bold;
    color: #ffa600;
    line-height: 36px;
}
.adv_tit p {
    font-size: 28px;
    color: #222;
    margin-top: 20px;
}
.adv_tit span {
    width: 3px;
    height: 20px;
    display: block;
    margin: 15px 0;
    background: #bc001d;
}
.adv_tit dd {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
.adv_tit dd:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #bc001d;
    position: absolute;
    left: 0px;
    top: 8px;
}
.adv_cont .box {
    position: relative;
}
.adv_box {
    overflow: hidden;
    align-items: center;
}
 @keyframes shine {
 0% {
background-position-x:400%
}
 50% {
background-position-x:0%
}
 100% {
background-position-x:-400%
}
}
.case_t a:hover, .partner_tel:hover, .adv_tel:hover {
    background: #feab0f;
}
.case_t a:hover span:after, .partner_tel:hover a span:after, .adv_tel:hover a span:after {
    margin-left: 30px;
}
/*公司简介*/
.about_bg {
    background: url(../images/20210705105356_623489394.jpg)no-repeat center top;
}
.about_l {
    width: 48%;
}
.about_l i {
    font-size: 100px;
    color: rgba(255,255,255,0.06);
    font-style: normal;
    text-transform: uppercase;
}
.about_l p {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: -60px;
    margin-bottom: 20px;
}
.about_l d {
    font-size: 28px;
    color: #fff;
}
.about_l span {
    width: 60px;
    height: 4px;
    display: block;
    background: #fff;
    margin: 20px 0 50px;
}
.about_l dd {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.about_l a {
    font-size: 15px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    background: #fff;
    color: #222;
    margin-top: 70px;
}
.about_r {
    width: 49%;
    background: url(../images/20210705101325_1952372939.jpg)no-repeat center;
    height: 450px;
    margin-top: 70px;
    border: 4px solid #fff;
}
.comp_bg {
    margin-top: -150px;
    position: relative;
    z-index: 999;
    overflow: initial !important;
}
.comp {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.comp table td {
    padding-left: 0px !important;
    float: left;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}
.comp * {
    display: block;
}
.comp table td img {
    width: 100%;
    height: auto;
}
.comp table .tempWrap {
    width: 100% !important;
    overflow: hidden;
}
.comp table td>div {
    display: none;
}
.comp table br {
    display: none;
}
/*新闻*/
.news_bg {
    background: #fff;
}
.newstab {
    font-size: 0;
    text-align: center;
}
.newstab a {
    display: inline-block;
    width: 222px;
    line-height: 56px;
    border-radius: 30px;
    background: #edeff0;
    text-align: center;
    font-size: 18px;
    color: #222;
    transition: all .3s ease;
}
.newstab a.on {
    background: #bc001d;
    color: #fff;
}
.newstab a+a {
    margin-left: 36px;
}
.newscon {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 10px;
}
.newsleft {
    width: 100%;
    float: left;
    padding-bottom: 1%;
}
.newsright {
    width: 51%;
    float: right;
    padding-bottom: 1%;
}
.newsright .news_div_item_a {
    position: relative;
}
.news .newsleft .news_div_item_body {
    margin: 5% 0 10% 4%;
}
.news .news_div_item {
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row-reverse;
}
.newsleft .news_div_item {
    padding: 26px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px #e5e6e7;
    width: 48%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.newsright .news_div_item_content {
    width: 77%;
}
.newsleft .news_div_item_content {
    float: right;
    width: 65%;
    padding-left: 10px;
}
.newsleft .news_div_item_pic {
    overflow: hidden;
    width: 35%;
    float: left;
}
.news .news_div_item_pic img {
    width: 100%;
    height: auto;
    transition: all .6s ease;
}
.news .news_div_item:hover .news_div_item_pic img {
    transform: scale(1.1);
}
.news_div_item:hover .news_div_item_a {
    color: #bc001d;
}
.news .news_div_item_a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #666666;
    margin-left: 4%;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.news .news_div_item_body {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    line-height: 30px;
    height: 64px;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsleft .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 43px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: url(../img/20210625144941_1251867854.png) no-repeat center;
}
.newsright .news_div_item {
    padding: 16px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px #ddd;
}
.newsright .news_div_item_pic {
    width: 25%;
    overflow: hidden;
}
.newsright .news_div_item_body {
    height: 60px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-left: 4%;
    width: 75%;
}
.newsright .news_div_item+.news_div_item {
    margin-top: 2%;
}
.newsright .news_div_item_date {
    position: absolute;
    padding-left: 20px;
    text-align: center;
    height: 115px;
    border-left: 1px solid #f0f2f1;
    top: 0;
    margin: auto 0;
    bottom: 0;
    right: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-family: 'FuturaBT2';
}
.newsright .news_div_item_month, .newsright .news_div_item_day {
    display: inline-block;
    font-family: fontDin1
}
.newsright .news_div_item_year {
    font-size: 25px;
    font-family: fontDin1
}
.newsright .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 25px;
    height: 25px;
    background: url(../img/20210625144941_1251867854.png) no-repeat center;
}
.newsleft .news_div_item_date {
    font-size: 0;
    position: absolute;
    bottom: 43px;
    left: calc(40% + 5px);
}
.newsleft .news_div_item_date>div {
    display: inline-block;
    font-size: 18px;
    color: #999;
    font-family: fontDin1;
}
.nynewslist {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background: #FFF;
}
.nynewslist a {
    text-decoration: none;
}
.nynewslist:hover {
    box-shadow: 0 0 60px -10px rgba(0,0,0,.2);
}
.nynewslist:hover .nynewslist_l {
    left: 20px;
}
.nynewslist:hover .nynewslist_r {
    left: 20px;
}
.nynewslist:hover .nynewslist_rmore {
    left: 29%;
}
.nynewslist_l {
    width: 23%;
    float: left;
    position: relative;
    left: 0;
    overflow: hidden;
    transition: all .5s;
}
.nynewslist_l img {
    width: 100%;
    transition: all 0.5s;
}
.nynewslist:hover img {
    transform: scale(1.2);
}
.nynews_time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 122px;
    height: 75px;
    background: rgba(27,97,225,0.9);
    font-family: arial;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.ny_day {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.ny_month {
    font-size: 16px;
    line-height: 20px;
}
.nynewslist_r {
    text-align: left;
    position: relative;
    width: 72%;
    padding: 20px;
    float: right;
    transition: all .5s;
    left: 0;
}
.nynewslist_r p {
    margin-bottom: 20px;
}
.nynewslist_r a {
    font-size: 20px;
}
.nynewslist_r span {
    display: block;
    color: #888;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d9d9d9;
    margin-bottom: 30px;
}
.nynewslist_rmore {
    display: block;
    background: url({style}/img/20200522134923_171532523.jpg) no-repeat;
    position: absolute;
    left: 27%;
    bottom: 40px;
    padding-left: 22px;
    line-height: 21px;
    transition: all 0.5s;
}
.nynewslist_r a.nynewslist_rmore {
    font-size: 14px;
}

@media screen and (max-width:1380px) {
.news .news_div_item_a {
    width: 75%;
    font-size: 16px;
    color: #333;
}
.news .news_div_item_body {
    height: 60px;
}
.newsleft .news_div_item_date {
    bottom: 30px;
}
.newsleft .news_div_item_a:after {
    bottom: 30px;
}
}
.nylist {
    width: 100%;
}
.nylist li {
    width: 31.3%;
    margin: 0% 1% 2%;
    float: left;
}
.nylist-photo {
    width: 100%;
    display: block;
    overflow: hidden;
}
.nylist-photo img {
    width: 100%;
    transition: all linear 0.5s;
}
.nylist li:hover .nylist-title:after {
    transform: rotate(180deg);
    top: 15px;
    right: 23px;
}
.nylist-title {
    line-height: 60px;
    background: #f5f5f5;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
}
.nylist li:hover .nylist-title {
    color: #ea5b2d;
}
.nylist-title:after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 20px;
    transition: 0.5s;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    font-size: 40px;
    font-weight: normal;
    line-height: 20px;
    font-family: SimSun;
}
.clear {
    clear: both;
}
.nylist-title {
    position: absolute !important;
    width: 100%;
    bottom: 0;
}
.nylist li {
    position: relative;
}
.nylist-title {
    background-image: linear-gradient(to top, rgba(0,0,0,0.1), transparent) !important;
    background-color: transparent !important;
}
.nylist-photo {
    /*border: 1px solid #eee;*/
    box-sizing: border-box !important;
}
/*footer*/
.footer {
    display: flex;
}
.footer_bg {
    width: 100%;
    color: #fff;
    background: #131513;
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}
.bq_item li {
    position: relative;
}
.bq_item li {
    float: left;
    position: relative;
}
.bq_item li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #bc001d;
    top: 24px;
    left: -22px;
}
.bq_item li+li {
    margin-left: 14%;
}
.bq_item li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255,255,255,0.47);
    font-weight: lighter;
}
.bq_item li a:hover {
    color: #fff;
}
.footer_t {
    font-size: 18px !important;
    color: #fff !important;
    line-height: 48px !important;
    position: relative;
    font-weight: bold;
}
.footer li p img {
    width: 130px;
}
.copy {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    padding-top: 10px;
}
.copy a {
    font-size: 14px;
    color: #999;
}
.copy a:hover {
    color: #ff7b0f;
}
.copy_bg {
    height: 80px;
    background: #131513;
    line-height: 80px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copy_b {
    display: flex;
    justify-content: space-between;
}
.copy_bg div {
    color: rgba(255,255,255,0.47);
}
.copy_b div:nth-child(1) {
    width: 65%;
}
.copy_bg div a {
    color: rgba(255,255,255,0.47);
    font-size: 14px;
}
.copy_bg div a:hover {
    color: #fff;
}
.foo_icon li div p {
    margin-top: 3px;
}
.cl {
    clear: both;
}
.banq {
    width: 65%;
}
.bq_cl>b, .bq_cr>b, .bq_r>b {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    line-height: 48px;
}
.bq_ewm {
    display: flex;
    padding-top: 40px;
    position: relative;
}
.bq_ewm li span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #131513;
    border: 1px solid rgba(255,255,255,0.3);
}
.bq_ewm li span img {
    width: 100%;
}
.bq_ewm li span:hover {
    background: #bc001d;
    border-color: #bc001d;
}
.ewm_cc {
    position: absolute;
    top: -100px;
    left: 0;
    display: none;
}
.bq_r {
    width: 35%;
    padding-left: 80px;
    position: relative;
    box-sizing: border-box;
}
.bq_lx {
    line-height: 36px;
}
.bq_lx li {
    font-size: 16px;
    color: rgba(255,255,255,0.47);
}
.bq_ewm li+li {
    margin-left: 10px;
}
.bq_item li:first-child {
    padding-left: 20px;
}
.bq_item li:first-child:before {
    left: 0;
}
.links {
    height: 92px;
    padding: 0 15px;
    background: #bc001d;
    line-height: 92px;
    font-size: 18px;
    color: #fff;
}
.links p.fl {
    background: url(../img/20210625150829_1062284203.png) no-repeat left center;
    padding-left: 33px;
}
.links p.fr a {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}
.end {
    text-align: center;
}
.end, .end a {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: lighter;
    line-height: 70px;
}
.linkTagcs li a {
    color: #fff !important;
    font-size: 15px;
}
/*浮动*/
.y-kefu-box {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
    font-size: 13px;
}
.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}
.y-kefu-box01 .icon {
    display: block;
    background: url(../img/20220524163053_930269080.png) no-repeat;
    margin: 0 auto 6px;
}
.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}
.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #bc001d;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
}
.y-kefu-box01 .show-status {
    position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
    background-color: #bc001d;
    border-color: #bc001d;
    color: #fff;
    margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
}
.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}
.line-b {
    border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}
.y-kefu-box01 .hver:hover {
    background-color: #bc001d;
    border-color: #bc001d;
}
.y-kefu-box01 .hver:hover>p {
    color: #fff;
}
.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
    border-bottom: 1px #efefef solid;
    border-top: 0px !important;
}
.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}
.y-kefu-box01 .kf-zixun1:hover>i {
    background-position: -30px -180px;
}
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}
.y-kefu-box01 .mobile-infos {
    width: 220px;
    text-align: left;
    top: 0;
}
.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}
.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
    color: #b9b9b9;
}
.y-kefu-box01 .mobile-infos p {
    color: #bc001d;
    font-size: 18px;
}
y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}
y-kefu-box .right-arrow1, y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}
y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}
.y-kefu-box01 .y-ewm-box {
    width: 140px;
    top: -60px;
}
.y-kefu-box01 .y-ewm-box>div {
    width: 140px;
    padding: 10px;
}
.y-kefu-box01 .y-ewm-box>div p {
    line-height: 34px;
}
.y-kefu-box01 .y-ewm-box img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 140px;
}
.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}
/*email*/
.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}
.y-kefu-box01 .y-email-infos p {
    color: #bc001d;
    font-size: 16px;
}
.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}
.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #bc001d;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}
/* 在线留言 */
.apply_i {
    background: #fff;
    border: #e2e2e2 1px solid;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
}
.apply_i * {
    box-sizing: border-box;
}
.apply_i_tit {
    font-size: 18px;
    color: #333333;
    padding: 32px 0 16px;
    border-bottom: 1px solid #e5e5e5;
}
.apply_i p {
    font-size: 14px;
    color: #666666;
}
.apply_i p span {
    color: #ff0000;
    width: 20px;
    margin-right: 10px;
}
.apply_i_inp label {
    display: block;
    float: left;
    width: calc(50% - 13px);
    margin-right: 25px;
    margin-top: 5px;
}
.apply_i_inp label:nth-child(2n) {
    margin-right: 0;
}
.apply_i_inp label:nth-child(2n + 1) {
    clear: both;
}
.apply_i_inp label input, .apply_i_inp label select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
    line-height: 50px;
}
.apply_i_inp label input::placeholder {
 color: #999;
}
.apply_i_textarea label {
    margin-top: 20px;
    display: block;
}
.apply_i_textarea .textarea {
    margin-top: 10px;
    position: relative;
    width: 100%;
    padding: 0;
}
.apply_i_textarea .textarea textarea {
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    width: 100% !important;
    resize: none;
}
.apply_i_textarea .textarea .select {
    position: absolute;
    left: 30px;
    top: 0px;
    right: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.apply_i_textarea .textarea .select select {
    background: transparent;
    font-size: 14px;
    color: #999;
    border: 0;
}
.apply_i .common_btn {
    width: 180px;
    border-radius: 3px;
    margin: 20px auto 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i .common_btn:hover {
    background: #e00012;
}
.msg_code {
    margin-top: 5px;
}
.msg_code label {
    display: block;
    width: calc(50% - 13px);
    position: relative;
}
.msg_code p {
    font-size: 14px;
    color: #666666;
}
.msg_code input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
}
.msg_code #code img {
    position: absolute;
    right: 15px;
    top: calc(50% + 17px);
    transform: translateY(-50%);
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
#code + img {
    position: absolute;
    top: 46px;
    right: 5px;
}
.icde #code + img {
    top: 46px;
}
.green-black {
    padding: 3px 4px 5px;
    text-align: center;
}
.green-black a {
    padding: 8px 12px;
    border: #d2d2d2 1px solid;
    background: #f2f2f2;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    margin-right: 8px;
    text-decoration: none;
}
.green-black a:hover {
    border: #c2000e 1px solid;
    background: #c2000e;
    color: #fff;
}
.green-black a:active {
    border: #c2000e 1px solid;
    background: #c2000e;
    color: #fff;
}
.green-black a.current {
    border: #c2000e 1px solid;
    padding: 8px 12px;
    font-weight: bold;
    background: #c2000e;
    color: #fff;
    margin-right: 8px;
}
.green-black a.disabled {
    border: #c2000e 1px solid;
    padding: 8px 12px;
    color: #ccc;
    margin-right: 8px;
}
/**/
.xypg-left-nav>li>a, .xypg-left-nav .xypg-left-subnav>li>a, .xypg-left-nav .xypg-left-threenav>li>a, .xypg-product-list li h3 a, .xypg-case-list li h3 a, .xypg-news-list li .tit h3, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-product-slick .owl-item p, .relate-news-list li a, .xypg-jod-detail .job-detail-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xypg-left-box {
    margin-bottom: 20px;
}
.xypg-left-news {
    margin-top: 20px;
    display: inline-block;
    clear: both;
}
.xypg-left-title {
    background-image: linear-gradient(260deg, rgb(250 0 0) 0%, rgb(191 2 2) 100%);
    padding: 10px 20px;
    position: relative;
}
.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.xypg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    display: none;
}
.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,0.4);
    margin-left: 10px;
    text-transform: capitalize;
}
.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
}
.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
    display: -webkit-box;
}
.latest-news {
    padding: 10px 0;
}
.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}
.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}
.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.latest-news li a:hover {
    color: #d30011;
}
.latest-news li a:hover:before {
    color: #d30011;
}
.hot-keys {
    width: 100%;
    padding: 20px 7px 8px 7px;
}
.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}
.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}
.hot-keys li a:hover {
    color: #d30011;
    border-color: #d30011;
}
.page-wrap-contact {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}
.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}
.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}
.page-message-img img {
    border: 1px solid #d2d2d2;
    width: 100%;
}
.page-wrap-right {
    overflow: hidden;
}
.page-wrap-right .xypg-right-content h2 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid rgb(204, 204, 204);
    padding: 0px 4px 8px 0px;
    text-align: left;
    margin: 0px 0px 10px;
}
.page-wrap-right .xypg-right-content h2 span {
    font-size: 24px;
}
.page-wrap-right .xypg-right-content p {
    font-size: 16px;
    line-height: 30px;
}
.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}
.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}
.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #d30011;
    opacity: .7;
}
.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}
.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}
.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
.page-mob-tool {
    display: none;
}
}
/*产品底部*/
.xypg-detail-tags {
    margin-top: 40px;
    clear: both;
}
.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #d30011;
    line-height: 40px;
    border-bottom: 3px solid #d30011;
    margin-bottom: -1px;
}
.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}
.xypg-detail-tags .tags-content {
    padding-top: 12px;
}
.xypg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}
.xypg-detail-tags .tags-content a:hover {
    color: #d30011;
}
.xypg-detail-url {
    margin-top: 15px;
}
.xypg-detail-url a {
    word-break: break-all;
}
.xypg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}
.xypg-detail-pn {
    margin-top: 30px;
}
.xypg-detail-pn div+div {
    margin-top: 15px;
}
.xypg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
    display: -webkit-box;
}
.xypg-detail-pn div b {
    font-size: 14px;
    color: #d30011;
    float: left;
    font-weight: normal;
}
.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}
.xypg-detail-pn div a:hover {
    color: #d30011;
}

@media (max-width: 600px) {
.xypg-detail-pn div a {
    width: 60%;
}
}

@media (max-width: 600px) {
.xypg-detail-pn div a {
    width: 50%;
}
}
.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}
/*相关产品 和 相关新闻*/

.xypg-relate {
    margin-top: 45px;
}
.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}
.relate-title span {
    display: inline-block;
    color: #d30011;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}
.relate-product-slick {
    position: relative;
}
.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}
.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}
.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #d30011;
    text-align: center;
}
.relate-product-slick .owl-item:hover p {
    color: #d30011;
}
.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}
.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}
.xypg-relate .relate-news {
    margin-top: 45px;
}
.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #d30011;
}
.relate-news-list li:nth-child(even) {
    float: right;
}
.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}
.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}
.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}
.relate-news-list li:hover a {
    color: #d30011;
}
.relate-news-list li:hover a:before {
    color: #d30011;
}
.relate-news-list li:hover span {
    color: #d30011;
}

.relate-news-list.relate-down-list li{
    width: 100%;
}

.relate-news-list.relate-down-list li a:before{
    content: '→';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

@media (max-width: 990px) {
.xypg-relate {
    display: none;
}
}
/*图片展示*/
#prefecture {
    margin: 25px 0 10px 0px;
    line-height: 8px;
}
#prefecture .box {
    display: block;
    min-width: initial;
    width: 100%;
}
#prefecture .box.active {
    display: block;
}
.picxx .zp_pictit {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 400;
}
.picxx {
    height: auto;
}
.picxx ul li {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.picxx ul li#supplierdiv, .picxx ul li.sys {
    display: inline-block;
    padding-right: 30px;
}
.picxx .antistop span, .picxx .antistop ul {
    float: left;
    font-size: 14px;
    color: #666;
}
.picxx .antistop span {
    margin-top: 3px;
}
.picxx .antistop ul li {
    float: left;
    width: max-content;
    border: 1px solid #dedede;
    text-align: center;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 0;
}
/*.right section h2 {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin: 17px 0px 6px; 
}

    .right section h2 b {
        font-size: 14px;
        font-weight: 400;
    }*/


    /*.right section h2 span {
        float: right;
        float:left;
        color: #bc001d;
        font-size: 12px;
    }*/

.picxx ul li span {
    font-size: 14px;
    /*white-space: pre-wrap;*/
        /*word-break: break-all;*/
    word-break: break-word;
    white-space: nowrap;
}
.picxx ul li span:nth-child(2n) {
    color: #333;
}
.picxx ul li span:nth-child(2n-1) {
    color: #333;
}
.picxx ul li span.content {
    margin-left: 15px;
}
.picxx ul li a {
    font-size: 14px;
    color: #666;
}
#prefecture .box ul li {
    /*border-bottom: 1px solid #eee;*/
    cursor: pointer;
    width: 225px;
    float: left;/*margin-top:10px;*/
}
#prefecture .box ul li:nth-child(2n-1) {
    margin-left: 30px;
}
#prefecture .box ul li p {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
}
#prefecture .box ul li p span.format {
    display: inline-block;
}
#prefecture .box ul li p .demo--label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 20px 0px 35px 0;
    box-sizing: border-box;
    cursor: pointer;
}
#prefecture .box ul li p span.sort {
    display: inline-block;
    width: max-content;
    min-width: 32px;
    margin-left: 6px;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    position: relative;
}
#prefecture .box ul li p span.label-hui {
    float: left;
    font-size: 12px;
    padding: 8px 0px 0px 20px;
    color: #a0a0a0;
    clear: both;
    width: inherit;
    white-space: nowrap;
}
/*#prefecture .box ul li p i {*/
            /*background: url(/images/search2016/wh.png) no-repeat 0px;*/
            /*display: inline-block;
            width: 12px;
            height: 16px;*/
         /*   margin-left: 5px;*/
            /*cursor: pointer;
            vertical-align: sub;
        }*/

#prefecture .box ul li p .demo--radio {
    display: none;
}
#prefecture .box ul li p .demo--radioInput {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    border: 2px solid #bc001d;
}
#prefecture .box ul li p .demo--radio:checked + .demo--radioInput:after {
    background-color: #bc001d;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 1px;
    width: 8px;
    margin-top: 1px;
}
#prefecture .box ul li p .demo--checkbox.demo--radioInput,  #prefecture .box ul li p .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
    border-radius: 0;
}
#prefecture .box ul li p .demo--radio:checked + .demo--radioInput {
    border: 2px solid #bc001d;
}
#prefecture .box ul li p span {
    /* font-size: 12px;*/
    color: #666;
}
#prefecture .box ul li p b {
    /*width: 50px;*/
    text-align: left;
    font-size: 16px;
    color: #bc001d;
    float: right;
    margin-top: -2px;
    font-weight: 700;
}
#prefecture .box ul li:hover p {
/* background: #eee;*/
}
#sdownimg a span, #cdownimg a span, #vcdownimg a span, #vsdownimg a span {
    display: block;
    color: #bc001d !important;
    font-weight: 400;
}
#combo a {
    background-color: #e60415;
    /* width: 190px*/
    margin-left: 10px;
}
.download a:hover {
    background-color: #f27600;
}
#combo a:hover {
    background-color: #bf0a0a;
}
.buy, .addcart, .package {
    float: left;
    font-size: 18px;
}
.right_bottom {
    width: 100%;
    /* position: absolute; */
    bottom: 0px;
    margin: 0;
    float: right;
    margin-top: 10px !important;
}
.addcart a {
    background-color: #bc001d;
    width: 240px;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 48px;
}
.btnPersonal a {
    /* width: 156px; */
    width: 240px;
}

.butcon {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    height: 28px !important;
    margin: 11px auto 10px;
    position: relative;
    text-align: left;
    padding-bottom: 5px;
}


#dibButcon .zp_butcon {
    display:flex;
    text-align: center;
    margin: 0 auto;
    padding: 0px 50px;
}
#dibButcon .zp_butcon a {
    /*margin: 0 15px;*/
    flex: 1;
    display: inline-block;
}

.fav {
    background: rgba(0, 0, 0, 0) url("../images/fav.png?v=1") no-repeat scroll 0;
    display: inline-block;
    width: 65px;
    height: 28px;
    text-align: right;
    line-height: 28px;
}

    .fav:hover {
        background: url(../images/fav2.png?v=1) no-repeat 0;
        color: #bc001d;
    }

.share {
    float: left;
    background: url(../images/share.png) no-repeat 0 3px;
    padding-left: 18px;
    width: 29px;
}

    .share:hover {
        background: url(../images/share2.png) no-repeat 0 3px;
        color: #f69200;
    }

.jb {
    background: rgba(0, 0, 0, 0) url(../images/jb1_03.png?v=1) no-repeat scroll 0;
    display: inline-block;
    width: 65px;
    height: 28px;
    text-align: right;
    line-height: 28px;
}

    .jb:hover {
        background: url(../images/jb2_03.png) no-repeat 0;
        color: #f69200;
    }

.resemble {
    background: rgba(0, 0, 0, 0) url(../images/ico_same3.png) no-repeat scroll 0;
    display: inline-block;
    width: 65px;
    height: 28px;
    text-align: right;
    line-height: 28px;
}

    .resemble:hover {
        background: url(../images/ico_same2.png) no-repeat 0;
        color: #f69200;
    }

.bdshare_popup_bottom {
    display: none !important;
}

/*扫描二维码*/
#sub_btn {
    background: rgba(0, 0, 0, 0) url("../images/xj1.png") no-repeat scroll 0;
    float: left;
    /*margin-right: 50px;*/
    padding-left: 19px;
    width: 70px;
    cursor: pointer;
}

    #sub_btn:hover {
        background: url(../images/xj.png) no-repeat 0;
    }

#saomiao {
    margin-top: 10px;
    width: 190px;
    height: 184px;
    margin: 0 auto;
    border: 1px solid;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
}

#saomiao img{
    width: 100%;
}

.arrow-up {
    color: #fff;
    font-size: 19px;
    top: -11px;
    z-index: 3;
}

#code {
    padding-left: 30px;
}

.y,
.z {
    position: absolute;
    left: 87px;
    top: -19px;
}

.y {
    color: #ccc;
    font-size: 28px;
    z-index: 1;
}
/*模拟小三角*/

.z {
    color: #fff;
    font-size: 31px;
    z-index: 3;
}
/*模拟小三角*/
.phone_sm {
    position: absolute;
    /*left: 480px;*/
    top: 30px;
    z-index: 99;
}

.bdshare_dialog_bg {
    z-index: -9999 !important;
}

.bdselect_share_box {
    z-index: -9999 !important;
}
/*扫描二维码*/

#picurl {
       vertical-align: middle;
}




















