/* 内页样式 */

.page_wh {
  width: 96%;
  max-width: 1480px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .page_wh {
    width: 77vw;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .page_wh {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .page_wh {
    padding: 0 12px;
  }
}

@media (min-width: 991px) {
  .page-wrap {
    position: relative;
    z-index: 20;
  }
}

/* 内容 */
.page-wrap {
  /* padding-top: 32px; */
}

@media (min-width: 1921px) {
  .page-wrap {
    /* padding-top: 1.7%; */
  }
}
@media (max-width: 1650px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .page-wrap {
    padding: 24px 0 30px 0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* 内页banner */
.page-banner img {
  min-height: 150px;
  object-fit: cover;
}
.page-banner .nybt {
  display: none;
}

.page_banner {
  overflow: hidden;
  position: relative;
}
.page_banner .imgs {}
.page_banner .imgs img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.page_banner_wz {
  display: none;
}
.page_position {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
}
.page_position a {
  font-size: inherit;
  color: inherit;
}
.page_position a:first-child {
  /* padding-left: 2.3em; */
  padding-left: 1.8em;
  background-image: url("../images/icon-home.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(15 / 14 * 1em);
}
.page_position a:hover {
  color: #255390;
}

@media (min-width: 1921px) {
  .page_position {
    font-size: 0.7vw;
  }
}
@media (max-width: 1650px) {
  .page_position {
    bottom: 1.9vw;
  }
  .page_position a:first-child {
    padding-left: 1.5em;
  }
}
@media (max-width: 1200px) {
  .page_banner .imgs img {
    min-height: 180px;
  }
  .page_position {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .page_banner .imgs img {
    min-height: 160px;
  }
}
@media (max-width: 768px) {
    .page_banner{padding-top:60px;}
}
@media (max-width: 640px) {
  .page_banner .imgs img {
    min-height: 150px;
  }
  .page_position {
    bottom: 8px;
    font-size: 12px;
  }
  .page_position a:first-child {
    padding-left: 1.8em;
  }
}



/* 关于我们专题页 */
/* 标题 */
.page_about_tit {
    text-align: center;
}
.page_about_tit h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
}

@media (min-width: 1921px) {
    .page_about_tit h3 {
        font-size: 1.8vw;
    }
}
@media (max-width: 1650px) {
    .page_about_tit h3 {
        font-size: 2.2vw;
    }
}
@media (max-width: 1200px) {
    .page_about_tit h3 {
        font-size: 28px;
    }
}
@media (max-width: 990px) {
    .page_about_tit h3 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_about_tit h3 {
        font-size: 22px;
    }
}

/* 公司简介 */
.page_about_intro {
    padding: 70px 0 110px; 
}
.page_about_intro {}

.about_intro_text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.84%;
}

.about_intro_uls {
    margin-top: 5.6%;
}
.about_intro_uls ul {
    justify-content: space-between;
}
.about_intro_uls li {
    width: 32%;
}
.about_intro_uls li a {
    display: block;
}
.about_intro_uls li .imgs {
    padding-top: calc(370 / 474 * 100%);
}

@media (min-width: 1921px) {
    .page_about_intro {
        padding: 3.6% 0 5.6%; 
    }
    .about_intro_text {
        font-size: 0.83vw;
    }
}
@media (max-width: 1650px) {
    .page_about_intro {
        padding: 4.2% 0 6%; 
    }
    .about_intro_text {
        font-size: 15px;
        margin-top: 2.5%;
    }
}
@media (max-width: 1200px) {
    .page_about_intro {
        padding: 40px 0 55px;
    }
    .about_intro_text {
        margin-top: 20px;
    }
    .about_intro_uls {
        margin-top: 40px;
    }
}
@media (max-width: 990px) {
    .page_about_intro {
        padding: 36px 0 45px;
    }
    .about_intro_text {
        margin-top: 15px;
    }
    .about_intro_uls {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_about_intro {
        padding: 32px 0 36px;
    }
    .about_intro_text {
        font-size: 14px;
        margin-top: 10px;
    }
    .about_intro_uls {
        margin-top: 24px;
    }
    .about_intro_uls ul {
        flex-flow: column;
    }
    .about_intro_uls li {
        width: 100%;
    }
    .about_intro_uls li:nth-child(n+2) {
        margin-top: 10px;
    }
}

/* 企业文化 */
.page_about_culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}
.page_about_culture .page_about_tit {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 30;
}
.page_about_culture .page_about_tit h3 {
    color: #ffffff;
}
.about_culture_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_culture_back .imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}
.about_culture_back .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_culture_back .imgs.acts {
    z-index: 10;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.about_culture_con {
    position: relative;
    z-index: 10;
}
.about_culture_con ul {
    justify-content: space-between;
    align-items: unset;
}
.about_culture_con li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}
.about_culture_con li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#000000,rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
}
.about_culture_con li.acts::after {
    opacity: 0.3;
    transition: 0.3s all;
}
.about_culture_con li:last-child {
    border-right: none;
}
.about_culture_con li a {
    display: block;
    padding: 91% 17% 38.8%;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    z-index: 20;
}
.about_culture_con li .imgs {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: 0.5s ease;
}
.about_culture_con li.acts .imgs {
    opacity: 1;
    transform: translateY(-32px);
}
.about_culture_con li .imgs img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}
.about_culture_con li .text {
    margin-top: 9%;
    transition: 0.5s ease;
}
.about_culture_con li.acts .text {
    transform: translateY(-32px);
}
.about_culture_con li .text h4 {
    font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
}
.about_culture_con li .text .sums {
    font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
    margin-top: 11%;
    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


@media (min-width: 1921px) {
    .about_culture_con li .imgs {
        height: 3.1vw;
    }
    .about_culture_con li .text h4 {
        font-size: 1.25vw;
    }
    .about_culture_con li .text .sums {
        font-size: 0.78vw;
    }
}
@media (max-width: 1650px) {
    .about_culture_con li .text h4 {
        font-size: 22px;
    }
    .about_culture_con li .imgs {
        height: 50px;
    }
    .about_culture_con li .text .sums {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    .about_culture_con li .text h4 {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .about_culture_con li a {
        padding: 90% 12% 32%;
    }
    .about_culture_con li.acts .imgs,
    .about_culture_con li.acts .text {
        opacity: 1;
        transform: translateY(-24px);
    }
    .about_culture_con li .imgs {
        height: 45px;
    }
    .about_culture_con li .text h4 {
        font-size: 18px;
    }
}
@media (max-width: 990px) {
    .page_about_culture {
        padding: 36px 0 20px;
    }
    .page_about_culture .page_about_tit {
        position: relative;
        top: 0;
    }
    .about_culture_con {
        margin-top: 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .about_culture_con ul {
        padding-bottom: 10px;
    }
    .about_culture_con li {
        width: 40vw;
        flex: none;
    }
    .about_culture_con li a {
        padding: 40px 30px 32px;
    }
    .about_culture_con li.acts .imgs,
    .about_culture_con li.acts .text {
        opacity: 1;
        transform: translateY(-16px);
    }
    .about_culture_con li .imgs {
        opacity: 1;
        height: 42px;
    }
    .about_culture_con li .text {
        margin-top: 12px;
    }
    .about_culture_con li .text .sums {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .about_culture_con {
        margin-top: 24px;
    }
    .about_culture_con li {
        width: 240px;
    }
    .about_culture_con li a {
        padding: 32px 20px 24px;
    }
    .about_culture_con li.acts .imgs,
    .about_culture_con li.acts .text {
        opacity: 1;
        transform: translateY(-10px);
    }
    .about_culture_con li .imgs {
        height: 36px;
    }
    .about_culture_con li .text h4 {
        font-size: 17px;
    }
    .about_culture_con li .text .sums {
        font-size: 13px;
    }
}
/* 制造能力 */
.page_about_manu {
    padding: 90px 0 130px;
    overflow: hidden;
}
.about_manu_text {
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #333333;
    width: 87.8%;
    margin: 1.25em auto 0; 
    display: block;
    text-align: center;
}

.about_manu_uls {
    margin-top: 5%;
    overflow: hidden;
}
.about_manu_uls .swiper {
    margin: 0 -47.5%;
    width: 195%;
}
.about_manu_uls li {
    
}
.about_manu_uls li a {
    display: block;
    opacity: 0.26;
}
.about_manu_uls li .imgs {
    padding-top: calc(510 / 958 * 100%);
}

.about_manu_uls li.swiper-slide-active a {
    opacity: 1;
}


@media (min-width: 1921px) {
    .about_manu_text {
        font-size: 0.83vw;
    }
}
@media (max-width: 1650px) {
    .page_about_manu {
        padding: 5% 0 6%;
    }
    .about_manu_uls {
        margin-top: 4%;
    }
    .about_manu_text {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .about_manu_text {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .page_about_manu {
        padding: 36px 0 45px;
    }
    .about_manu_text {
        margin-top: 15px;
    }
    .about_manu_uls {
        margin-top: 24px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_about_manu {
        padding: 36px 0 40px;
    }
    .about_manu_text {
        margin-top: 10px;
    }
    .about_manu_uls {
        margin-top: 20px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .about_manu_uls .swiper {
        margin: 0 -75%;
        width: 250%;
    }
}



/* 列表页 */
.page_product_cont {
  background-color: #f6f6f6;
    padding: 60px 0;
}

.page_product_sort {
  background-color: #ffffff;
    display: none;
}
.page_product_sort ul {
    padding: 1.75% 3.78%;
    flex-wrap: wrap;
}
.page_product_sort li {
    min-width: 130px;
    margin-right: 1%;
}
.page_product_sort li a {
    display: block;
}
.page_product_sort li h4 {
    display: block;
    font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: 0px;
  color: #666666;
}
.page_product_sort li:hover h4,
.page_product_sort li.acts h4 {
    color: #255390;
}

.page_product_list {
    margin-top: 4.4%;
}
.page_product_list ul {
    flex-wrap: wrap;
}
.page_product_list li {
    /* width: 23.5%;
    margin-bottom: 2.7%;
    margin-right: 2%; */
  background-color: #ffffff;

    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.page_product_list li:hover {
    outline: 1px solid #255390;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.02));
}
/* .page_product_list li:nth-child(4n) {
    margin-right: 0;
} */
.page_product_list li:nth-child(3n) {
    margin-right: 0;
}
.page_product_list li:nth-child(n+5) {
}
.page_product_list li .imgs {
}
.page_product_list li .imgs .fixed_ratio {
    display: block;
    padding-top: calc(800 / 800 * 100%);
}
.page_product_list li .text {
    padding: 8% 7.7% 9.4%;
}
.page_product_list li .text h4 {
    display: block;
    text-align: center;
    font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_product_list li:hover .text h4 {
    color: #255390;
}
.page_product_list li .text .text_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8%;
}
.page_product_list li .text .text_a a {
    display: block;
    text-align: center;
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.75;
  letter-spacing: 0px;
  color: #255390;
    width: 8.75em;
  border: solid 1px transparent;
}
.page_product_list li .text .text_a a:first-child {
  border: solid 1px #255390;
  background-color: #ffffff;
}
.page_product_list li .text .text_a a:first-child:hover {
    background-color: #255390;
    color: #ffffff;
}
.page_product_list li .text .text_a a:last-child {
  background-color: #255390;
    color: #ffffff;
}
.page_product_list li .text .text_a a:last-child:hover {
    background-color: #8c0614;
}


@media (min-width: 1921px) {
    .page_product_sort li h4 {
        font-size: 0.9vw;
    }
    .page_product_list li .text h4 {
        font-size: 0.9vw;
    }
}
@media (max-width: 1540px) {
    .page_product_sort li h4 {
        font-size: 1.2vw;
    }
    .page_product_list li .text h4 {
        font-size: 1.2vw;
    }
    .page_product_list li .text .text_a a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .page_product_cont {
        padding: 50px 0;
    }
    .page_product_sort li h4 {
        font-size: 14px;
    }
    .page_product_list li .text h4 {
        font-size: 15px;
    }
    .page_product_list li .text .text_a a {
        font-size: 14px;
    }
}
@media (max-width: 990px) {
    .page_product_cont {
        padding: 40px 0;
    }
    .page_product_sort {
        display: none;
    }
    .page_product_list {
        margin-top: 0;
    }
    .page_product_list ul {
        justify-content: space-between;
    }
    .page_product_list li {
        width: 48.5%;
        margin-right: 0;
    }
    .page_product_list li:nth-child(n+3) {
        margin-top: 20px;
    }
    .page_product_list li .text .text_a {
        justify-content: center;
    }
    .page_product_list li .text .text_a a {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_product_cont {
        padding: 30px 0;
    }
    .page_product_list li .text h4 {
        font-size: 14px;
    }
    .page_product_list li .text .text_a a {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .page_product_list li {
        width: 100%;
    }
    .page_product_list li:nth-child(n+2) {
        margin-top: 20px;
    }
    .page_product_list li .text {
        padding: 20px;
    }
    .page_product_list li .text h4 {
        font-size: 17px;
    }
    .page_product_list li .text .text_a {
        margin-top: 15px;
    }
    .page_product_list li .text .text_a a {
        font-size: 13px;
    }
}

/* 列表页左侧更改 */
.page_product_cont .page_wh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page_product_sort_left {
    width: 280px;
    margin-right: 3%;
}

.page_product_sort_left {}
.sort_left_tit {
    text-align: center;
    background-color: #255390;
    padding: 16px;
}
.sort_left_tit h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff;
}
.sort_left_tit h4 {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: normal;
}

.sort_left_list {
}
.sort_left_list li {
    margin-top: 6px;
}
.sort_left_list li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 17px;
    line-height: 3;
    font-weight: normal;
    background-color: #ffffff;
    color: #666666;
    padding: 0 1.5em 0 2em;
    position: relative;
}
.sort_left_list li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
}
.sort_left_list li h4 {
    display: block;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}
.sort_left_list li:hover a {
    background-color: #255390;
    color: #ffffff;
}

.sort_left_list li.acts a{
    background-color: #255390;
    color: #ffffff;
}

.sort_left_list li span {
    display: block;
    width: 1.3em;
    height: 1.3em;
    border-radius: 50%;
    background-color: #eeeeee;
    margin-top: 0.85em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icon-jt.png");
    background-size: calc(8 / 22 * 100%) auto;
    margin-left: 1em;
}

.page_product_list {
    width: 77%;
    flex-grow: 1;
    margin-top: 0;
}

.page_product_list .xypg-pagination {
    padding-bottom: 0;
    margin: 3% 0 2%;
}



@media (min-width: 1921px) {
    .sort_left_tit h3 {
        font-size: 1.56vw;
    }
    .sort_left_tit h4 {
        font-size: 0.78vw;
    }
}
@media (max-width: 1650px) {
    .sort_left_tit h3 {
        font-size: 28px;
    }
}
@media (max-width: 1540px) {
    .page_product_sort_left {
        width: 260px;
    }
    .sort_left_tit h3 {
        font-size: 24px;
    }
    .sort_left_tit h4 {
        font-size: 14px;
    }
    .sort_left_list li a {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .page_product_sort_left {
        width: 220px;
    }
    .sort_left_tit h3 {
        font-size: 22px;
    }
    .sort_left_tit h4 {
        font-size: 13px;
        line-height: 1.5;
    }
    .sort_left_tit {
        padding: 12px;
    }
    .sort_left_tit h4 {
        font-size: 13px;
    }
    .sort_left_list li a {
        font-size: 15px;
        padding: 0 1em 0 1.5em;
    }
}
@media (max-width: 990px) {
    .page_product_sort_left {
        display: none;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
.page_product_list .xypg-pagination {
    padding-bottom: 0;
    margin: 30px 0 5px;
}
}




.prodetailbox{
  margin-top:0px;
}
.prodetailbox .pic{ 
  float:left; 
  width:42%;
}
.prodetailbox .pic img{ 
  width:100%;
}

.prodetailbox .pic .slider-for{
  margin:5px;
  box-shadow: 0 0 0 2px #ccc;
}
.prodetailbox .proinfo .slider-nav { 
  margin-top: 20px; 
}
.prodetailbox .proinfo .slider-nav .item{ 
  padding: 2px 5px;
    width: 20%;
}
.prodetailbox .proinfo .slider-nav .item a{ 
  display: block;
    padding-bottom: 100%;
    opacity: 0.8;
    box-shadow: 0 0 0 2px #ccc;
    background-size: 100%;
}
.prodetailbox .proinfo .slider-nav .slick-current a{ 
  opacity: 1; 
  box-shadow: 0 0 0 2px #255390
}
.prodetailbox .proinfo .slider-nav .slick-prev, 
.prodetailbox .proinfo .slider-nav .slick-next{ 
  background-color: #01409f ; 
  z-index: 10; 
  height: 100%;
  display: none !important;
}

.prodetailbox .proinfo {
    float: right;
    width: 52%;
    padding-right: 0%;
    color: #333;
}
.prodetailbox .proinfo h2{
  font-weight: 400;
    letter-spacing: normal;
  font-size: 30px;
    margin-top: 4px;
    border-bottom: 2px solid #666;
    padding-bottom:12px;
    margin-bottom:20px;
}
.prodetailbox .proinfo .prodesc{
  padding:12px 20px;
  background: #f2f2f2;
}
.prodetailbox .proinfo .prodesc strong{
  font-size:18px;
  line-height:2;
  padding-bottom:16px;
  color:#000;
}
.prodetailbox .proinfo .prodesc p{
  line-height:32px;
  font-size:14px;
}

.prodetailbox .proinfo .prodesc strong{
    font-size:18px;
    line-height:2;
    padding-bottom:16px;
    color:#000;
}
.prodetailbox .proinfo .prodesc .promiaoshu{
    line-height:32px;
    font-size:14px;
}


.prodetailbox .proinfo #prev{
    width: 100%;
    float: left;
    font-size: 16px;    line-height: 26px;    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prodetailbox .proinfo #next{
    width: 100%;
    float: right;
    font-size: 16px;    
    line-height: 26px;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin-top:6px;
}
.prodetailbox .proinfo .back {    
    margin-top:10px;
  /*display: flex;
    margin-top: 20px;
    justify-content: space-between;*/
}
.prodetailbox .proinfo .back>a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: .3rem;
    font-weight: bold;
    padding:8px 14px;
    background: #255390;
    border-radius:8px;
}
.prodetailbox .proinfo .back>a::before {
    display: block;
    font-size: 3rem;
    margin-bottom: 9px;
}
.prodetailbox .proinfo .back>a:hover {
    color: #255390;
}


.prodetailbox .protags_title{
  margin-top:24px;
  border-bottom:2px solid #255390;
  margin-bottom:20px;
}
.prodetailbox .protags_title span{
  width:110px;
  padding:0 0px;
  font-size:16px;
  text-align:center;
  height:48px;
  line-height:48px;
  margin-bottom: -1px;
  background:#255390;
  color:#fff;
  display:block;
  margin-left: 5px;
  border: 1px solid #255390;
  border-bottom:1px solid #255390;
  font-weight:bold;
}

.prodetailbox .procon{
  font-size:14px;

}
.prodetailbox .procon p{
    font-size:14px;
    line-height:32px;

}
.prodetailbox .procon img{
    max-width: 100%;
}
.prodetailbox .procon table{
  width:100%; 
  max-width:960px; 
  margin:0 auto; 
  background: #ccc; 
  border:0px solid #ccc;
  border-collapse: collapse;}
.prodetailbox .procon table td{
  background: #fff; 
  border:1px solid #ccc; 
  padding-left: 0px; 
  line-height:32px; 
  text-align: center;
  padding:5px 10px;
}
.prodetailbox .procon table td:nth-child(1){
  text-align: right;
}
.prodetailbox .procon table td:nth-child(2){
  text-align: left;
}

.prodetailbox .procon img{
    display: block;
    margin:0 auto;
    padding:20px 20px;
    background-color: #fff;
}

.prorelated ul {
  display: inline-block;
  width: 100%;
}

.prorelated ul li {
  width: 23.5%;
  float: left;
  position: relative;
  margin-bottom: 2%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.3);
  border: #ddd solid 1px;
  transition: all ease 0.36s;
  overflow: hidden;
}
.prorelated ul li:nth-child(3n) {
  margin-right: 2%;
}
.prorelated ul li:nth-child(4n) {
  margin-right: 0;
}

.prorelated ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #255390;
  line-height: 36px;
  font-weight: 700;
  padding-left: 0%;
  margin-top: 0%;
  background-size: 26px 26px;
  display: inline-block;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background-position-x: 300px;
}

.prorelated ul li a {
  background: #fff;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 5px;
}

.prorelated ul li p {
  font-size: 22px;
  color: #999;
  line-height: 22px;
  padding-left: 10%;
  padding-top: 16px;
}

.prorelated ul li img {
  display: block;
  padding-top: 0px;
  border-radius: 0px;
  width: 100%;
}

.prorelated ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.6);
}


.newsmain{
    margin-top:64px;
}

.page_news_list {}
.page_news_list ul {}
.page_news_list li {
    margin-bottom: 3%;
}
.page_news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page_news_list li .imgs {
    width: 480px;
}
.page_news_list li .imgs .fixed_ratio {
    padding-top: calc(360 / 620 * 100%);
}
.page_news_list li .text {
    width: calc(95% - 480px);
    padding-top: 1%;
}
.page_news_list li .text h4 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.page_news_list li:hover .text h4 {
    color: #255390;
}
.page_news_list li .text .sums {
    font-size: 15px;
    line-height: 2;
    font-weight: normal;
    color: #666666;
    margin-top: 0.5em;
    text-align: justify;
    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page_news_list li .text .times {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 2;
    margin-top: 1em;
}
.page_news_list li .text .a_btn {
    display: block;
    width: 8em;
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
    color: #ffffff;
    background-color: #255390;
    border-radius: 5px;
    margin-top: 4%;
    overflow: hidden;
    position: relative;
}
.page_news_list li .text .a_btn::before {
    content: "";
    display: block;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2.75em;
    z-index: 1;
    transform: scale(0);
    transform-origin: center;
    background-color: #000000;
    opacity: 0;
    transition: 0.5s ease;
}
.page_news_list li:hover .text .a_btn::before {
    transform: scale(1);
    opacity: 0.2;
}
.page_news_list li .text .a_btn span {
    display: block;
    position: relative;
    z-index: 10;
}

@media (min-width: 1921px) {
    .page_news_list li .imgs {
        width: 29vw;
    }
    .page_news_list li .text {
        width: calc(95% - 29vw);
    }
    .page_news_list li .text h4 {
        font-size: 1.1vw;
    }
    .page_news_list li .text .sums {
        font-size: 0.8vw;
    }
    .page_news_list li .text .times {
        font-size: 0.7vw;
    }
    .page_news_list li .text .a_btn {
        font-size: 0.7vw;
    }
}
@media (max-width: 1650px) {
}
@media (max-width: 1540px) {
    .page_news_list li .imgs {
        width: 36vw;
    }
    .page_news_list li .text {
        width: calc(95% - 36vw);
    }
    .page_news_list li .text h4 {
        font-size: 1.4vw;
    }
}
@media (max-width: 1200px) {
    .page_news_list li .imgs {
        width: 450px;
    }
    .page_news_list li .text {
        width: calc(95% - 450px);
    }
    .page_news_list li .text h4 {
        font-size: 17px;
    }
    .page_news_list li .text .sums {
        font-size: 13px;
    }
    .page_news_list li .text .times {
        font-size: 13px;
    }
    .page_news_list li .text .a_btn {
        font-size: 13px;
    }
}
@media (max-width: 990px) {
    .page_news_list li {
        margin-bottom: 32px;
    }
    .page_news_list li a {
        flex-flow: column;
    }
    .page_news_list li .imgs {
        width: 100%;
    }
    .page_news_list li .text {
        width: 100%;
        padding-top: 10px;
    }
    .page_news_list li .text .a_btn {
        margin-top: 1em;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_news_list li {
        margin-bottom: 24px;
    }
    .page_news_list li .text .sums {
        margin-top: 0.5em;
    }
    .page_news_list li .text .times {
        margin-top: 0.5em;
    }
    .page_news_list li .text .a_btn {
        margin-top: 0.8em;
    }
}


.news-detailmain{
    margin:64px 0px;
}
.news-detail-hot{
    width:424px;
}
.news-detail-hotback a{
    display: flex;
    align-items: center;
}
.news-detail-hotback img{
    width: 10px;
    margin-right: 10px;
}
.news-detail-hotback p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 300;
    font-family: 'MontserratLight6' !important;
}

.news-detail-hot ul{
    margin-top:35px;
}
.news-detail-hot ul li{
    margin-bottom:35px;
    position: relative;
    z-index: 3;
}
.news-detail-hot ul li a{
    display: block;
    width:100%;
    position: relative;
    padding:0px;
}
.hotnews{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hotnewsimg{
    width:30%;
}
.hotnewsimg img{
    width:100%;
}
.hotnewscon{
    width:calc(70% - 20px);
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.75);
}
.hotnewscon h3{
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 300;
    font-family: 'MontserratLight6' !important;
    transition: all .36s;
    height: 48px;
    overflow: hidden;
}
.hotnewscon p{
    margin-top: 16px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-family: 'MontserratRegular' !important;
}

.news-detail-hot ul li:hover a .hotnewscon h3{
    color: rgba(0, 0, 0, 0.75);
}

.news-detail{
    width: calc(100% - 424px);
    padding-left: 153px;
    padding-right: 134px;
}
.detail-title{
    width:100%;
    font-size: 32px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    font-family: 'MontserratRegular';
}
.detail-info-bar{
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.detail-con {
    font-size: initial;
    color: #333;
    line-height: 1.7;
}
.detail-con p{
    font-size: 16px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 16px;
}
.detail-con table{
    width:100%;
    margin-bottom:12px;
}
.detail-con table td{
    background: #fff; 
    border:1px solid #ccc; 
    padding-left: 0px; 
    line-height:32px; 
    text-align: center;
}

.detail-con img, .detail-con p img {
    margin:0 auto;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.detail-pn {
    margin-top: 30px;
}

.detail-pn div + div {
    margin-top: 15px;
}

.detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}

.detail-pn div b {
    font-size: 14px;
    color: #255390;
    float: left;
    font-weight: normal;
}

.detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.detail-pn div a:hover {
    color: #255390;
}

@media (max-width: 600px) {
    .detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .detail-pn div a {
        width: 50%;
    }
}

.detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}



.n_case{ padding:60px 0;    background-color: #eff0f5;
    background-image: url(../images/about1bg.jpg);background-repeat: no-repeat;
    background-position: center top;}
.n_case .fl02 ul{font-size:0;margin: 0 -1.5625rem; margin-bottom:2rem}
.n_case .fl02 ul li{display:inline-block;padding: 0 1.5625rem;width:33.333333%;margin-bottom: 1.5rem;text-align: center;}

.n_case.n_honor .fl02 ul li{
    width: 20%;
}
.n_case .fl02 ul li .img, .n_case .fl02 ul li .img img{ position:relative; width:100%; overflow:hidden;}
.box_table_cell img{ position:relative; width:100%; overflow:hidden; max-width:32px;}

.n_case .fl02 ul li .img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:0.6s;display: none;}
.n_case .fl02 ul li a{ display:block}
.n_case .fl02 ul li .img .top{position:absolute;text-align:center;top: 0;left: 0;right: 0;bottom: 0;transition:0.96s;transform: translateY(100%);} 
.n_case .fl02 ul li .img .top svg{display:inline-block;width: 1.5rem;height: 1.5rem;fill:#fff;vertical-align: middle;margin: -3px 0.375rem 0 0;transition:0.6s;}
.n_case .fl02 ul li h5{font-size: 16px;line-height:2;color: #404346;padding: 6px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}
.slow img {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}
@media (min-width: 768px){
    .n_case .fl02 ul li a:hover .img .top{ transform:translateY(0); background: rgba(0, 0, 0, 0.45);}
    .n_case .fl02 ul li a:hover h5{ color:#255390}
    .n_case .fl02 ul li a:hover .img img{ transform:scale(1.05)}

}

@media (max-width: 992px){
    .n_case{
        padding: 40px 0;
    }
    .n_case .fl02 ul li{ width:50%;}
    .n_case .fl02 ul li h5{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .n_case .fl02 ul{margin:0 -7px;margin-bottom: 0;}
    .n_case .fl02 ul li{padding:0 7px;margin-bottom: 0.5rem;}
    .n_case.n_honor .fl02 ul li{width:50%;}
}


/* 联系介绍 */
.page_contact_lxn {
    padding: 55px 0 110px;
}

.contact_top {
    justify-content: space-between;
}
.contact_top_tit {}
.contact_top_tit h3 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
}
.contact_top_tit h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 0.55em;
}
.contact_top_ewm {
    width: 218px;
}
.contact_top_ewm ul {
    width: 100%;
    justify-content: space-between;
}
.contact_top_ewm li {
    width: 45%;
}
.contact_top_ewm li a {
    display: block;
}
.contact_top_ewm li img {
    width: 100%;
}
.contact_top_ewm li p {
    /*display: none;*/
    text-align: center;
    font-size: 14px;
    color:#666;
    line-height:30px;
}

.contact_maps {
    margin-top: 4%;
}
.contact_maps .maps_list {}
.contact_maps .maps_list ul {
    justify-content: space-between;
    justify-content: center;
    align-items: unset;
}
.contact_maps .maps_list li {
    background-color: #f8f8f8;
    width: 48%;
    position: relative;
}
.contact_maps .maps_list li::after {
    content: "";
    display: block;
    width: 40px;
    height: 16px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #255390;
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
        box-sizing: border-box;
}
.contact_maps .maps_list li.acts {
    background-color: #255390;
}
.contact_maps .maps_list li.acts::after {
    opacity: 1;
    visibility: visible;
}
.contact_maps .maps_list li .twz {
    display: block;
    padding: 5.6% 8.4%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.875;
    letter-spacing: 0px;
    color: #333333;
}
.contact_maps .maps_list li.acts .twz {
    color: #ffffff;
}
.contact_maps .maps_tab {
    margin-top: 4%;
    text-align: center;
}
.contact_maps .maps_tab ul {
}
.contact_maps .maps_tab li {
    width: 100%;
    overflow: hidden;
    display: none;
}
.contact_maps .maps_tab li.acts {
    display: block;
}

@media (min-width: 1921px) {
    .contact_top_tit h3 {
        font-size: 1.8vw;
    }
    .contact_top_tit h5 {
        font-size: 0.9vw;
    }
    .contact_top_ewm {
        width: 11vw;
    }
    .contact_maps .maps_list li .twz {
        font-size: 0.88vw;
    }
}
@media (max-width: 1650px) {
    .page_contact_lxn {
        padding: 3.3% 0 6.6%;
    }
    .contact_top_tit h3 {
        font-size: 2.2vw;
    }
    .contact_top_tit h5 {
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .page_contact_lxn {
        padding: 40px 0 70px;
    }
    .contact_top_tit h3 {
        font-size: 26px;
    }
    .contact_top_tit h5 {
        font-size: 16px;
    }
    .contact_maps .maps_list li .twz {
        font-size: 15px;
    }
    .contact_maps .maps_tab {
        max-height: 500px;
        overflow: hidden;
    }
}
@media (max-width: 990px) {
    .contact_maps .maps_tab {
        max-height: 420px;
    }
    .contact_top_tit h3 {
        font-size: 24px;
    }
    .contact_top_tit h5 {
        font-size: 15px;
        margin-top: 0.4em;
    }
    .contact_maps .maps_list li .twz {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_contact_lxn {
        padding: 24px 0 30px;
    }
    .contact_top {
        flex-flow: column;
    }
    .contact_top_tit h3 {
        font-size: 22px;
    }
    .contact_top_tit h5 {
        font-size: 14px;
        margin-top: 0.2em;
    }
    .contact_top_ewm {
        width: 100%;
        max-width: 180px;
        margin-top: 15px;
    }
    .contact_maps {
        margin-top: 20px;
    }
    .contact_maps .maps_list li .twz {
        font-size: 13px;
        padding: 15px 20px;
    }
    .contact_maps .maps_list ul {
        flex-flow: column;
    }
    .contact_maps .maps_list li {
        width: 100%;
    }
    .contact_maps .maps_list li:nth-child(n+2) {
        margin-top: 15px;
    }
    .contact_maps .maps_list li::after {
        display: none;
    }
}

/* 留言 */
.page_contact_message {
    padding: 68px 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.page_contact_message .dth_wh {
    position: relative;
    z-index: 20;
}
.page_contact_message .back_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.contact_message_tit {
    text-align: center;
}
.contact_message_tit h3 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}
.contact_message_tit h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #fffefe;
    margin-top: 0.5em;
}
.message_form {
    margin-top: 4.5%;
}
#message_form {
    padding: 5.5% 8.8%;
    background-color: #ffffff;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
#message_form input {
    border: none;
    background: none;
    outline: none;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    height: 3.75em;
    padding: 1em;
    border-radius: 5px;
}
#message_form input::placeholder {
    color: #999999;
}
#message_form textarea {
    border: none;
    background: none;
    outline: none;
    resize: none;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 2;
    padding: 1em;
    height: 8em;
    border-radius: 5px;
}
#message_form textarea::placeholder {
    color: #999999;
}
#message_form input:focus,
#message_form textarea:focus {
    outline: 1px solid #255390;
}
.message_form_input,
.message_form_textarea {
    margin-bottom: 30px;
}
.message_form_input {
    width: calc(50% - 10px);
}
.message_form_input label,
.message_form_textarea label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-bottom: 0.5em;
}
.message_form_input input,
.message_form_textarea textarea {
    display: block;
    width: 100%;
}
.message_form_input div {
    justify-content: space-between;
    align-items: center;
}
.message_form_textarea {
    width: 100%;
}
.message_form_input.sub {

}
.message_form_input.check {
    position: relative;
}
.message_form_input.check #checkcode {
    padding-right: 180px;
}
.message_form_input.check #codeimg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 150px;
    height: 40px;
}
#message_form input[name="btn"] {
    background-color: #255390;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    width: 10em;
    height: 3.3em;
    margin-top: 2%;
    margin-left: auto;
}
#message_form input[name="btn"]:hover {
    background-color: #8c0614;
}
#message_form .statement {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #999999;
    padding-top: 4.1%;
}

@media (min-width: 1921px) {
    .page_contact_message {
        padding: 3.5vw 0;
    }
    .contact_message_tit h3 {
        font-size: 1.6vw;
    }
    .contact_message_tit h5 {
        font-size: 0.83vw;
    }
    #message_form .statement {
        font-size: 0.73vw;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 0.83vw;
    }
    #message_form input,
    #message_form textarea {
        font-size: 0.83vw;
    }
    .message_form_input.check #checkcode {
        padding-right: 9.3vw;
    }
    .message_form_input.check #codeimg {
        width: 7.8vw;
        height: 2.08vw;
        bottom: 0.5vw;
    }
}
@media (max-width: 1650px) {
    .page_contact_message {
        padding: 4.1% 0;
    }
    .contact_message_tit h3 {
        font-size: 2.2vw;
    }
    .contact_message_tit h5 {
        font-size: 15px;
    }
    #message_form input {
        font-size: 15px;
    }
    #message_form input[name="btn"] {
        font-size: 16px;
    }
    .message_form_input.check #codeimg {
        width: 132px;
        height: 36px;
    }
}
@media (max-width: 1200px) {
    .contact_message_tit h3 {
        font-size: 26px;
    }
    .contact_message_tit h5 {
        font-size: 14px;
        margin-top: 0.4em;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 14px;
    }
    #message_form input {
        font-size: 14px;
    }
    #message_form input[name="btn"] {
        font-size: 15px;
    }
    .message_form_input.check #codeimg {
        width: 120px;
        height: 32px;
    }
}
@media (max-width: 990px) {
    .page_contact_message {
        padding: 36px 0 20px;
    }
    .contact_message_tit h3 {
        font-size: 24px;
    }
    .message_form {
        margin-top: 24px;
    }
    #message_form {
        padding: 30px;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 14px;
    }
    #message_form .statement {
        line-height: 1.8;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_contact_message {
        padding: 32px 0 5px;
    }
    .message_form {
        margin-top: 20px;
    }
    .contact_message_tit h3 {
        font-size: 22px;
    }
    .contact_message_tit h5 {
        line-height: 1.6;
    }
    #message_form {
        padding: 20px;
    }
    .message_form_input, 
    .message_form_textarea {
        margin-bottom: 20px;
    }
    .message_form_input,
    .message_form_textarea {
        width: 100%;
    }
    #message_form input[name="btn"] {
        font-size: 13px;
    }
    #message_form .statement {
        font-size: 12px;
    }
}


/* 隐私 */
.privacy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.privacy:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.privacy .gb {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    line-height: 56px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 26px;
    z-index: 2;
    height: 60px;
    cursor: pointer;
}

.privacy .con {
    max-width: 1200px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    padding: 30px 0;
}

.privacy .con iframe {
    width: 100%;
    height: calc(100vh - 60px);
}

.yins {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.yins span {
    color: #000;
}

@media (max-width: 480px) {
    .privacy .gb {
        width: 30px;
        line-height: 26px;
        font-size: 20px;
        height: 30px;
    }
}


.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.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: #255390;
    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;
    }


}

@media (max-width: 640px) {
    .prodetailbox .pic{
        width:100%;
    }
    .prodetailbox .proinfo{
        width:100%;
    }

    .prorelated ul li{
        width:49%;
        margin-top: 0px;
    }
    .prorelated ul li:nth-child(n){
        margin-top: 0px;
    }
    .prorelated ul li:nth-child(2n){
        margin-right:0px;
        margin-top: 0px;
    }
}
