
.stylebox_top+.summary{
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0;
    word-break: break-word;
    }

html {
  font-size: 100px; }
.c_product_detail-01001 .TabCont{display:block!important}
body {
  font-size: .14rem;
  line-height: 1.7;
  color: #666; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

section,
section div,
span,
h4,
h3,
h2,
a,
dd,
img,
p,
li {
  transition: 0.3s; }

div,
a,
img {
  -webkit-tap-highlight-color: transparent; }

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #206bd1; }

.menu-expanded {
  background-color: transparent;
  position: fixed;
  width: 340px;
  height: 100%;
  top: 0px;
  pointer-events: none;
  right: 0px;
  overflow: hidden !important;
  z-index: 5; }

.menu {
  float: right;
  margin: 15px 15px 0 0;
  height: 49px;
  pointer-events: auto;
  width: 49px;
  border-radius: 50%;
  background-color: rgba(231, 0, 15, 0.8);
  border: none;
  transition: all 0.40s ease-out; }

.main-menu {
  visibility: hidden;
  position: absolute;
  right: 50px;
  top: 160px;
  opacity: 0;
  transition: all 0.300s;
  transition-delay: 0s; }

.main-menu ul {
  list-style-type: none; }

.main-menu ul li {
  margin: 20px 0px; }

.main-menu ul li a {
  float: right;
  text-decoration: none;
  color: #fff;
  margin-top: 20px; }

.main-menu ul li a:hover {
  opacity: 0.7; }

.menu,
.linee {
  cursor: pointer; }

.over {
  transform: scale(100);
  transition: all 0.350s ease-in;
  cursor: default; }

.linea1 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 33px;
  transition: all 0.3s; }

.linea2 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 38px;
  opacity: 1;
  transition: opacity 0.5s; }

.linea3 {
  background: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 43px; }

.overL1 {
  animation: closetop 1s forwards;
  animation-direction: alternate;
  cursor: pointer; }

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer; }

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
  cursor: pointer; }

@keyframes closetop {
  0% {
    transform: translateY(5px) rotate(0deg); }
  25% {
    transform: translateY(5px) rotate(0deg); }
  75% {
    transform: translateY(5px) rotate(-45deg); }
  100% {
    transform: translateY(5px) rotate(-45deg); } }
@keyframes closebottom {
  0% {
    transform: translateY(0px) rotate(0deg); }
  25% {
    transform: translateY(-5px) rotate(0deg); }
  75% {
    transform: translateY(-5px) rotate(45deg); }
  100% {
    transform: translateY(-5px) rotate(45deg); } }
.overmain {
  visibility: visible;
  opacity: 1;
  transition: all 0.400s;
  transition-delay: 0.370s;
  pointer-events: auto; }

.pagebox .more {
  width: 150px;
  color: #206bd1;
  display: block;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 40px;
  margin-top:60px;
  height: 40px; }
  .pagebox .more:hover {
    background: #206bd1;
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 10px 20px rgba(32, 107, 209, 0.1);
    border-radius: 20px; }

.container {
  width: 1200px;
  box-sizing: content-box;
  padding: 0 15px;
  display: flex;
  margin: 0 auto; }

.titlebar .title {
  text-transform: uppercase;
  font-size: .26rem;
  color: #206bd1; }
.titlebar .subtitle {
  text-align: center;
  font-size: .16rem;
  color: #999; }

/*fullpage*/
body .fp-controlArrow.fp-next {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.2); }

body .fp-controlArrow.fp-prev {
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent; }

body .fp-slidesNav ul li a span,
#fp-nav ul li a span {
  background: #206bd1; }

/*bg*/
@keyframes bg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.home-about {
  background: url(../images/about_bg.png);
  background-position: 50%;
  background-repeat: no-repeat; }

.home-product {
  background: url(../images/product_bg.png);
  background-position: 50%;
  background-repeat: no-repeat; }

.home-news {
  background: url(../images/news_bg.png) #f6f6f6;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  }

section {
  display: flex;
  overflow: hidden;
  justify-content: center; }
  section > .bg {
    animation: bg 10s infinite alternate forwards; }

/*    header */
header {
  height: 88px;
  display: flex;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  width: 100%; }
  header nav {
    width: 500px;
    color: #333;
    margin: 0 0 0 120px;
    }
  header .container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 1400px;
    }
  header .nav {
    width: 100%;
    justify-content: space-between;
    display: flex; }
    header .nav li {
      width: 100%;
      text-align: center; }

header .nav li:hover .subnav {
    display: block;
}

.subnav {
    position: absolute;
    display: none;
    z-index: 2;
    background: #fff;
}

header .nav .subnav a {
    line-height: 35px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
}
    header .nav a {
      line-height: 88px;
      height: 100%;
      display: block; }
      header .nav a:hover {
        color: #fff;
        background: #206bd1; }

/* footer */
footer {
  width: 100%;
  color: #fff;
  background: url(../images/footer_bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  display: flex; }
  footer .footer-nav {
    display: flex;
    flex-flow: wrap; }
    footer .footer-nav li {
      width: 33%; }
  footer dt {
    margin: 0 0 20px 0;
    font-size: 0.16rem; }
  footer dd {
    margin: 10px 0; }
  footer a:hover {
    color: inherit; }
  footer h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 10px 0;
    padding: 0 0 10px 0; }
  footer > .container {
    justify-content: space-between;
    display: flex;
    padding: 70px 0; }
  footer .box:nth-child(1) {
    margin: 0 70px 0 0;
    width: 400px; }
  footer .box:nth-child(2) {
    flex: 1; }
  footer .box .content {
    justify-content: space-between;
    display: flex; }
    footer .box .content p {
      margin: 0 50px 0 0; }
  footer .copyright {
    padding: 15px 0;
    /*   background: darken($c, 39%); */
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%; }
    footer .copyright .container {
      justify-content: center; }

/*home*/
section {
  padding: 30px 0; }
  section .titlebar {
    margin: 0 0 40px 0;
    padding: 0 0 10px 0; }
    section .titlebar p {
      margin: 20px 0; }

.s1 .container {
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  display: flex; }
.s1 .box {
  justify-content: space-between;
  display: flex; }
.s1 .l {
  width: 1000px;
  margin: -30px 70px 0 0; }
  .s1 .l .subtitle {
    margin: 0 0 20px 0; }
  .s1 .l h3 {
    color: #206bd1;
    font-size: .18rem; }
.s1 .more {
  margin: 50px 0 0 0; }
.s1 p {
  text-indent: 2em; }

.s2 {
  background-position: 50% 0%;
  background-repeat: no-repeat; }
  .s2 .container {
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    display: flex; }
  .s2 .titlebar {
    text-align: center;
    width: 600px;
    color: rgba(255, 255, 255, 0.7); }

.s3 {
  background: url(../images/ys_bg.png);
  background-position: 50%;
  background-repeat: no-repeat; }
  .s3 .container {
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: flex-end; }
  .s3 .box {
    width: 630px;
    color: #fff; }
  .s3 li {
    justify-content: space-between;
    display: flex;
    margin: 0 0 20px 0;
    align-items: center; }
  .s3 .title {
    margin: 0 0 20px 130px;
    font-size: .18rem;
    font-weight: 800; }
  .s3 .img-box {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3); }
  .s3 .txt {
    width: 500px;
    margin: 0 0 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 10px 0; }
  .s3 h3 {
    font-weight: 400; }
  .s3 p {
    color: rgba(255, 255, 255, 0.8); }

.s4 {
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  display: flex; }
  .s4 .titlebar {
    width: 100%;
    border-bottom: 1px solid #ddd; }
    .s4 .titlebar .container {
      justify-content: space-between;
      display: flex; }

/*# sourceMappingURL=main.css.map */






/*stylebox*/
.stylebox_top {
    background: transparent!important;
}

.pagebox .stylebox_link {
    padding: 0;
    margin: 0;
}

.pagebox .stylebox_title {
    background-color: transparent!important;
    text-indent: 0;
    padding: 0!important;
    display: inline-flex;
    align-items: center;
}

[class*="product_category"] .stylebox_title {
    width: 100%;
    background: #206bd1!important;
}

.stylebox_link {
    color: inherit!important
}

.pagebox .stylebox_title .title_main {
    color: inherit;
}

.stylebox_content {
    border: 0!important;
}

/*/stylebox*/
/*w100*/
[id*="_detail-"]>.e_box {
    width: 100%
}

/*/w100*/
/*pd15*/
[class*="_form"], body [class*="_detail-"] {
    padding: 0 15px!important;
    font-size: .16rem!important;
}

.c_complaintPage_detail-01001 {
    display: none;
}

/*/pd15*/
/*fs-title*/


[class*="news_list"] .p_title .font,.pagebox .p_title,body [class*="_intro_list"], body [class*="_category"],[id*="_product_list"] .e_title ,[id*="_detail-"] .e_title ,[class*="_intro_list"] .e_title, [class*="_category"] .e_title {
    font-size: .16rem!important;
}

/*/fs-title*/
/*c333*/
[class^="c_news_detail"] .p_head {
    color: #333
}

/*/c333*/
/*container-1200*/
 .footerbar,  body [class*="_detail-"], .subpage [class*="_list-"], body [class*="_category"], body [class*="_form-"] ,body .c_search_result-01001{
    /* width: 640px!important; */
    width: 1200px!important;
}

/*/container=1200*/



/*container-100%*/
.pagebox,.subpage .banner-box{/* width: 640px; */width: 100%;}
/*/container-100%*/

/*p_d*/
.p_nextBox .p_MinorLink .font:hover, .p_nextBox .p_nextlink .font:hover {
    color: #206bd1;
    cursor: pointer;
}

/*/p_d*/
/*base*/
footer a:hover {
    color: inherit
}

.footerbar {
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
    /* border-top: 1px solid rgba(255,255,255,.5); */
    background: #206bd1;
    color: #fff;
    height: 88px;
    z-index: 1;
    padding: 5px 0;
}

.footerbar .fa {
    /* margin: 0 20px 0 0; */
    font-size: .26rem;
    display: block;
}

.footerbar a {
    /* width: 100%; */
    flex: 1;
    /* line-height: 80px; */
    text-align: center;
}

.footerbar a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-right: 1px solid rgba(255,255,255,.5);
}

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    /* display: flex; */
    height: auto!important;
    flex-flow: row;
    justify-content: center;
    background: transparent;
}

.pagebox {
    flex-flow: wrap;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: auto!important;
}

.subpage [class*="htmlCode"] {
    order: 0
}

.subpage .banner-box {
    order: 1
}

.subpage [class^="c_bread"] {
    order: 2
}

.pagebox .c_product_select-01001 {
    order: 3;
    display: flex;
    justify-content: center;
    z-index: inherit!important;
}

.pagebox .c_product_select-01001>div {
    width: 1200px!important;
}

.subpage [id*="_category"] {
    order: 3
}

.subpage [class*="product_category"] {
    width: 250px!important;
    margin-right: 30px;
}

.subpage [class*="product_detail"],.subpage [class*="product_list"] {
    width: 1050px!important;
}

.subpage [id*="_detail-"], .subpage [class*="_list-"], .subpage [class*="_form"],.c_search_result-01001 {
    order: 4
}

.subpage footer {
    order: 5
}

.c_public_htmlCode-01001>div {
  
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

[class*="_banner-"], .c_public_htmlCode-01001, .c_breadcrumb_nav-01001 {
    /* width: 640px!important; */
    /* width: 1920px!important; */
}

.home .pagebox [class*="_banner-"] {
    /* border-bottom: 20px solid #f5f5f5; */
    overflow: hidden!important;
}

.pagebox .e_box .e_btn {
    background-color: #206bd1!important;
    color: #fff;
    width: auto;
}

.pagebox .e_box .e_btn .font {
    color: inherit
}

.pagebox .e_box .e_btn:hover {
    box-shadow: none;
}

.video {
    max-width: 100%
}

.c_companyFile_list-01001 .p_header, .c_companyFile_list-01001 .p_about {
    pointer-events: none;
}

.pagebox .e_WButton {
    background: transparent;
    float: none;
    line-height: 40px;
    height: 100%;
}

.pagebox .e_box .e_box .e_box .InputText:hover {
    border-color: rgba(0, 0, 0, .1);
}

.pagebox .p_title {
    background: transparent;
    padding: 0;
    border: none;
    font-size: inherit;
    color: #333!important;
}

.pagebox .p_articles:hover {
    background-color: transparent
}

.pagebox .e_box {
    border: none;
    font-size: inherit;
    background: none;
    padding: 0;
    min-height: auto;
}

 .e_box [class*="c_product"] {
    padding: 0!important;
}

a, li, p, .pagebox .e_HtmlEditor {
    font-size: inherit;
    line-height: inherit;
}

.pagebox .resetHtmlCssStyle a {
    color: inherit;
}

.e_image:hover:after {
    background-color: transparent;
}

.ifr {
    width: 100%;
    height: 560px;
}

.font {
    line-height: inherit!important;
}

.pagebox .p_TimeBox {
    overflow: initial;
}

/*/base*/
/*subpage*/
.c_product_detail-01001 .p_images {
    pointer-events: none;
    /* width: 640px!important; */
    border: 1px solid #ddd;
}

.p_content .p_TitleBox {
    align-items: center;
    display: flex;
    justify-content: center;
}

.subpage {
    background/img/nybg.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    /* background-position: 50% 700px; */
    background: url(../images/subpage_bg.png) 50% 0px no-repeat;
    background-attachment: fixed;
}

.p_image img {
    position: static!important;
    transform: translate(0)!important;
    height: 100%;
    object-fit: cover;
    width: 100%!important;
}

body [class*="_intro_list"], body [class*="_category"] {
    border-bottom: 1px solid #ddd;
    color: #333;
    margin: 30px 0 20px 0;
    padding: 0 0 20px 0;
}

[class*="_intro_list"] .e_box, [class*="_category"] .e_box {
    margin: 0!important;
}

[class*="_intro_list"] .font, [class*="_category"] .font {
    /* height: 60px; */
    line-height: 40px!important;
    transition: .3s;
    text-align: center;
}

[class*="_intro_list"] .e_title, [class*="_category"] .e_title {
    padding: 0;
}

.subpage [class*="_category"] .p_image {
    display: none
}

.subpage>[class*="_list-"], .subpage>[class*="_detail-"] {
    padding: 30px 0 0px 0;
}

/*/sub-page*/
/*c*/
[id*="_category"] .stylebox_top {
    height: auto;
    display: flex;
    margin: 0px 0 33px 0;
    justify-content: center;
    /* display: none; */
}

[id*="product_category"] .stylebox_top {
    margin: 0;
}

.subpage [id*="_detail-"], .subpage [class*="_list-"], .subpage [class*="_form"] {
    padding: 0;
    /* color: #fff; */
    margin: 30px 0 50px 0;
    padding: 0 0 20px 0;
    /* min-height: 500px; */
}

[class*="_category"] .p_articlesBox {
    display: flex;
    justify-content: space-between;
}

[class*="product_category"] .p_articlesBox {
    flex-flow: wrap;
}

[class*="_category"] .p_articlesBox>.p_articles {
    width: 100%;
    /* margin: 0 2px!important; */
    order: 0;
}

[class*="_category"] .p_articlesBox .last-child {
    order: 1;
}

.pagebox [class*="_category"] .title_main {
    color: #206bd1;
    font-weight: 400;
    font-size: .24rem;
    /* display: none; */
    line-height: 2;
}

.pagebox [class*="product_category"] .title_main {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 80px;
}

[class*="_category"] .title_main:after {
    content: '';
    width: 70px;
    height: 1px;
    display: block;
    margin: 5px auto;
    background: currentColor;
}

[class*="product_category"] .title_main:after {
    width: 100%;
    color: #ddd;
    display: none;
}

[class*="_category"] .font:hover {
    background: #206bd1;
    color: #fff!important;
}

[class*="_category"] .font {
    background: #fff;
}

[class^="c_"] {
    position: static!important;
    width: 100%!important;
    height: auto!important;
    font-size: inherit!important;
    z-index: inherit!important;
    transition: 0s!important;
}

.home .stylebox_top {
    display: none
}

.e_link {
    /* width: 100%!important; */
    flex: 1;
}

/*/c*/
/*d*/
.reset_style a, .resetHtmlCssStyle .reset_style a {
    color: inherit
}

.c_product_detail-01001 tbody {
    font-size: 16px;
    width: 100%;
}

.c_product_detail-01001 table {
    width: 100%!important;
}

.pagebox .p_content {
    margin-top: 0;
    width: 100%;
}

.pagebox .resetHtmlCssStyle div {
    line-height: 1.7;
}

.reset_style * {
    font-size: .14rem;
}

.c_enquiry_submitForm-01001 .p_sub:active, .c_enquiry_submitForm-01001 .p_add:active {
    background: transparent;
    color: inherit;
}

/*/d*/
/*product-detail*/
.pagebox .c_product_detail-01001 .p_ThumbnailBox {
    /* padding-left: 20px; */
    width: 430px!important;
    display: flex;
}

/*/product-detail*/
/*news-detail*/
[class^="c_news_detail"] .p_head .font {
    overflow: hidden;
    width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

[class^="c_news_detail"] .p_header {
    border-bottom: 1px #ddd dashed;
    padding: 0 0 15px 0;
    margin: 20px 0 0 0;
}

/*/news-detail*/
/*next*/
.pagebox .p_PreviewTitle:hover {
    color: #206bd1;
}

.pagebox .p_PrevAndNext {
    margin: 0;
    border-top: 1px dashed #ddd;
    padding: 10px 0 0 0;
}

/*/next*/
/*news-list*/
.news-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    width: 100%;
}

.news-list li {
    width: calc(100% / 2 - 20px);
    flex-flow: row;
    margin: 0 10px 20px;
    display: flex;
    /* background: #fff; */
    /* border-bottom: 1px dashed #ddd; */
    /* padding: 0 0 10px 0; */
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}

.home .news-list li {
}

.news-list li:hover {
}

.news-list li img {
    height: 100%;
    object-fit: cover;
}

.news-list li:hover {
    box-shadow: 0px 5px 5px 0px rgba(101, 101, 101, 0.1);
    /* transform: perspective(2000px) rotateY(10deg); */
}

.news-list li:hover .txt-box {
    background: #206bd1;
}

.news-list li:hover .txt-box a,.news-list li:hover .txt-box div,.news-list li:hover .txt-box p {
    color: #fff;
}

.news-list li:hover .txt-box {
    /* transform: translate(0,5px); */
}

.news-list li:hover .title {
}

.news-list li:hover .summary {
}

.news-list li a:hover {
    color: inherit;
}

.news-list .img-box {
    overflow: hidden;
    /* display: none; */
    width: 35%;
}

.news-list .txt-box {
    padding: 15px;
    /* margin: 10px 0 0 0; */
    transition: .3s;
    width: 65%;
    /* background: #f5f5f5; */
}

.news-list li:hover img {
    transform: scale(1.1);
}

.news-list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #206bd1;
    font-weight: 400;
    font-size: .16rem;
    /* margin: 10px 0 5px; */
    /* padding: 0 10px; */
}

.news-list .date {
    color: #999;
    /* display: none; */
    font-size: .12rem;
    margin: 5px 0;
}

.news-list .summary {
    /* display: none; */
    padding: 0 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
    font-size: .12rem;
}

.news-list .fa {
    font-size: .24rem;
    height: 30px;
    border-radius: 50%;
    color: #999;
    align-items: center;
    justify-content: center;
    /* margin: 60px 0 0 0; */
    display: flex;
    /* display: none; */
    width: 30px;
}

.home .news-list .img-box {
    /* display: none; */
}

.home .news-list .txt-box {
    display: flex;
    /* align-items: center; */
    flex-flow: column;
    /* justify-content: space-between; */
}

.home .news-list .title {
    /* position: relative; */
    /* padding: 0 0 0 10px; */
}

.home .news-list .title:before {
    width: 4px;
    height: 4px;
    background: #206bd1;
    content: '';
    display: none;
    left: 0;
    top: 17px;
    position: absolute;
}

.home .news-list .date {
}

.home .news-list .summary {
    /* display: none; */
}

/*/news-list*/
/*product-list*/
.product-list {
    display: flex;
    flex-flow: wrap;
    margin: -35px -10px;
}

.product-list .img-box {
    overflow: hidden;
    /* height: 240px; */
    position: relative;
    border: 1px solid #ddd;
}

.product-list .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: .24rem;
    transition: .3s;
    z-index: 1;
    /* top: -100%; */
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-list li {
    width: calc(100%  / 4 - 20px);
    margin: 0 10px 20px 10px;
    /* border: 1px solid transparent; */
}

.home .product-list li {
    width: calc(74%  / 3 - 20px);
}

.product-list li:hover {
    border-color: #206bd1;
    box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
    /* transform: perspective(2000px) translateZ(50px); */
}

.product-list li:hover .fa {
    /* top: 0%!important; */
    opacity: 1;
}

.product-list li:hover .title {
    background: #206bd1;
}

.product-list li:hover a {
    color: #fff;
}

.product-list li img {
    width: 100%;
    object-fit: cover;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.product-list .title {
    text-align: center;
    font-size: .16rem;
    padding: 8px 0;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .product-list .title {
    /* color: #fff; */
}

.product-list .summary {
    margin: 0 0 10px 0;
    padding: 0 15px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    display: none;
}

/*/product-list*/
/*banner*/
.swipe li a img {
  
    height: 280px;
    object-fit: cover;
}



.subpage .banner-box {
    height: 350px;
    overflow: hidden;
    background: #f5f5f5;
}

.banner-box:after {
    content: '';
    width: inherit;
    height: 100%;
    display: block;
    background-repeat:no-repeat!important;
    /*     animation: bg-scale 10s infinite alternate forwards; */
}

.about .banner-box:after {
    background: url(../images/about_b.png) 50%;
    background-size: cover;
}

.product .banner-box:after {
    background: url(../images/product_b.png)50%;
    background-size: cover;
}

.news .banner-box:after {
    background: url(../images/news_b.png)50%;
    background-size: cover;
}

.contact .banner-box:after {
    background: url(../images/contact_b.png)50%;
    background-size: cover;
}

/*/banner*/
/*mobile*/
.c_news_categorylay-01001 .p_images {
    display: none
}

.p_IntroList {
    display: flex;
    justify-content: space-around;
}

.p_IntroList a:first-child .p_Intro {
    border: 0
}

[class*="c_product_category"] .p_category, [class*="c_news_categor"] .p_news {
    display: flex;
}

.pagebox .mobile-inner-header {
    background-color: transparent;
}

.pagebox .mobile-inner-header-icon span {
    background-color: #333;
}

.pagebox [class*="_news_list"] .p_articles {
    border: 0;
}

.home .pagebox .c_news_list-01001 .p_articles {
    padding: 0;
    border: none;
    margin: 0!important;
}

.pagebox .mobile-inner-nav {
    background-color: #fff
}

.pagebox .mobile-inner-nav a {
    color: #333;
    font-size: .24rem;
    height: auto;
    line-height: 2.5;
}

.pagebox .mobile-inner-nav a:hover {
    color: #333;
}

.pagebox .c_nav_bottom-01001 .p_bottom {
    background-color: #222222;
}

.pagebox .c_nav_bottom-01001 .p_bottom .font {
    color: #ddd
}

/*/mobile*/
/*mobile-nav*/
.mobile-inner-header-icon {
    color: #ffffff;
    height: 7vh;
    font-size: 18px;
    text-align: center;
    float: right;
    width: 7vh;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255,255,255,1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    position: absolute;
    top: 88px;
    left: 0px;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    font-size: 1.5em;
    height: 50px;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

/*/mobile-nav*/
/*bread*/
[class^="c_bread"] {
    /* background: #f5f5f5; */
    display: flex;
    border-bottom: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    height: 50px!important;
}

[class^="c_bread"] .p_content {
    display: none!important;
}

[class^="c_bread"] .p_breadcrumbList {
    width: 1200px;
}

[class^="c_bread"] .p_breadcrumbList .font {
    color: #666;
    border: 0!important;
    height: auto;
}

[class^="c_bread"] .p_breadcrumbCurrent span {
    width: 300px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    height: 30px;
    white-space: nowrap;
    line-height: 30px;
}

/*/bread*/
/*hide*/
.c_search_total-01001 .p_select,#pagenavi,[class*="_category"] .p_summary,.p_AssistInfo,[id*="_detail-"] .stylebox_top, .p_KeywordsBox, .d_keywordBox, .iconfont, .p_Icon, .e_Hline, [class*="_category"] .p_images, .d_KeywordBox, .p_KeywordBox, .c_intro_list-01001 .p_image, .c_product_categorylay-01001 .p_SummaryBox, .title_icon, .stylebox_top_line, .stylebox_bottom_line, .p_line, .home .p_OccupyBox, .c_enquiry_submitForm-01001 .p_addBtn, .p_PrevAndNext .iconfont, .p_QRCode, [class*="_detail-"] .p_SummaryBox, [class*="_detail-"] .p_Atlas, .p_AssistNameA, [class*="_list-"] .d_NomBox, .e_icon, .e_line, .c_news_category-02001 .p_articlesBox>div:nth-child(1), [class^="c_intro_detail"] .p_header, .p_CommentBox, [class*="_category"] .p_PromptNoneData, .p_numA, [class*="_category"] .e_image {
    display: none!important;
}

/*/hide*/
/*msg*/
[class*="_message"] .e_box, [class*="_message"] .e_input, [class*="_message"] .e_btn, [class*="_message"] .e_btn .font {
    width: 100%!important;
    border-radius: 0;
    display: flex;
    flex-flow: column;
    margin: 5px 0 !important;
}

[class*="_message"] .e_box .font{text-align:left}
[class*="_message"] .e_btn .font{text-align:center}
.pagebox [class*="_message"] {
    margin: 0 0 30px 0;
    width: 900px!important;
}

/*map*/
.amap-marker-label {
    border: 0;
    padding: 5px 15px!important;
    font-size: 14px;
}

.contact-box {
    display: flex;
    flex-flow: wrap;
}

#container {
    height: 300px;
    width: 640px;
    margin: 0 30px 0 0;
}

/*page*/
.p_page * {
    background: none!important;
    color: inherit!important;
}

.p_pagebox .ItemBox {
    border: 0!important;
}

.p_page {
    right: 0!important;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    width: 100%!important;
}

.p_page>div {
    margin: 0 10px;
}

.p_page>div:hover {
    cursor: pointer;
    color: #206bd1!important;
}

.p_pagebox>div {
    background: none!important;
    border: 0!important
}
.p_pagebox div{color:inherit!important}
/*/page*/


