@charset "utf-8"; html {
    font-size: 160px;
}

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: #1491d6;
}

.pagebox {
    /* background: #f7f7f7; */
}

.pagebox .more {
    line-height: 0.4rem;
    display: block;
    width: 1.5rem;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    text-transform: uppercase;
    /*  border: 1px solid currentColor; */
    background: #1491d6;
    /*  border-radius: 20px; */
}

.pagebox .more:hover {
    background: #1491d6;
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 10px 20px rgba(196, 46, 45, 0.1);
}

.container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    flex-flow: wrap;
}

main {
    background: #fff;
    max-width: 1200px;
    margin: 50px auto;
}

.titlebar {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ddd;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.titlebar .line {
    flex: 1;
    height: 1px;
    background: #333;
    display: block;
}

.titlebar a {
    color: #999;
    font-size: 0.12rem;
}

.titlebar .title {
    font-size: 0.18rem;
    color: #1491d6;
    /*  &:after {
      @include line;
      background: $c;
    } */
}

.titlebar .title span {
    font-size: 0.14rem;
    color: #999;
    margin: 0 0 0 10px;
}

.titlebar p {
    margin: 20px 0;
}

/*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: #1491d6;
}

/*bg*/
@keyframes bg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

section {
    display: flex;
    padding: 40px 0;
    overflow: hidden;
    border-bottom: 10px solid #f5f5f5;
    justify-content: center;
}

section > .bg {
    animation: bg 10s infinite alternate forwards;
}

/*    header */
header {
    /*   position: absolute; 
      top: 0;
     left: 0;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    min-height: 90px;
    width: 100%;
    flex-flow: column wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    background: #fff;
}

header .subnav {
    display: none;
}

header > .container {
    align-items: center;
    margin: 10px auto;
}

header .logo {
    flex: 5;
}

header .tel {
    background: url(/img/tel.png) transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    font-size: 0.16rem;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 0 20px;
    color: #1491d6;
}

header .box {
    height: 100%;
}

header .top {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 5px 0;
}

header .top img {
    margin: 0 10px 0 0;
}

header .top .container {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

header .lang {
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

header nav {
    text-transform: capitalize;
    flex: 7;
    width: 100%;
}

header .nav {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

header .nav > li {
    position: relative;
}

header .nav > li:hover .subnav {
    display: block;
    position: absolute;
    width: 100%;
}

header .nav > li > a {
    line-height: 40px;
    padding: 0 10px;
    display: block;
    border-bottom: 2px solid transparent;
}

header .nav > li > a:hover {
    border-bottom: 2px solid #1491d6;
}

/* footer */
footer {
    width: 100%;
    /* padding: 20px 0 0 0; */
    color: #666;
    background: #fff;
    background: url(/img/footer_bg.png) transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-flow: column wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

footer > .container {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin: 50px auto;
}

footer .box:nth-child(1) {
    flex: 4;
    margin: 0 50px 0 0;
}

footer .box:nth-child(2) {
    flex: 6;
}

footer .link {
    width: 100%;
    margin: 30px 0 0 0;
}

footer .link ul {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

footer .inner {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

footer .content {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

footer .nav {
    text-transform: capitalize;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    min-width: auto;
}

footer .nav li {
    width: 33%;
    display: flex;
    align-items: center;
}

footer .top {
    background: #206c3d;
    padding: 2px 10px;
}

footer dt {
    font-size: 0.16rem;
    margin: 0 0 20px 0;
}

footer dd {
    margin: 10px 0;
}

footer a:hover {
    color: inherit;
}

footer h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 400;
    text-transform: uppercase;
}

footer .copyright {
    width: 100%;
    margin: 15px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .copyright .container {
    justify-content: center;
}

.news-box {
    width: 100%;
}

.list .img-box {
    overflow: hidden;
}

.list .title {
    font-weight: 400;
}

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

.product-list {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
}

.product-list li {
    margin: 0 4px 4px 0;
    background: #f3f3f3;
    min-height: 260px;
    text-align: center;
}

.product-list .img-box {
    margin: 30px 0 0 0;
}

.product-list .title {
    font-weight: 400;
}

.product-list .more {
    background: #1491d6;
    margin: 10px auto;
    width: 90px;
    line-height: 30px;
}

.news-list .txt-box {
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
}

.news-list .fa {
    display: none;
}

.news-list .title {
    flex: 1;
    font-size: 0.14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .title a {
    /* display: flex; */
    align-items: center;
}

.news-list .title a:before {
    content: "";
    background: #1491d6;
    height: 4px;
    width: 4px;
    margin: 0 4px 0 0;
}

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

.news-list .summary {
    display: none;
}

.news-list .img-box img {
    object-fit: cover;
    width: 100%;
}

.news-list .date {
    color: #999;
    font-size: 0.12rem;
}

/*home*/
/*# 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;
}

.stylebox_link {
    color: inherit!important
}

.product-box,.news-box {
    width: 100%
}

.pagebox .stylebox_title .title_main {
    color: inherit;
    text-transform: capitalize;
}

.stylebox_content {
    border: 0!important;
}

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

/*/w100*/
/*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*/
/*p_d*/
.p_nextBox .p_MinorLink .font:hover, .p_nextBox .p_nextlink .font:hover {
    color: #1491d6;
    cursor: pointer;
}

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

.footerbar {
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
    background: #1491d6;
    color: #fff;
    height: 90px;
    max-width: 640px;
    width: 100%;
    z-index: 1;
    padding: 5px 0;
}

.footerbar .fa {
    font-size: .18rem;
    display: block;
}

.footerbar a {
    flex: 1;
    text-align: center;
}

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

.footerbar a:nth-child(1) {
    border: 0
}

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

body {
    height: auto!important;
    justify-content: center;
}

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

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

[class*="banner"] {
    order: 1
}

[class^="c_bread"] {
    order: 2;
    margin: 0 0 40px 0;
}

.subpage [id*="_category"],.subpage [id*="c_member"],[class*="Form"],.subpage .pagebox [class*="c_intro_list"] {
    order: 3;
}

.c_companyplace_network-01001, .pagebox>[id*="_detail"], .subpage [class*="_list-"], .pagebox>[class*="form"], .c_search_result-01001, .pagebox>[class*="Form"] {
    order: 4;
    padding: 20px 20px 20px 20px!important;
}

.subpage footer {
    order: 5;
    position: relative;
}

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

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

.p_CommonBtnA ,.p_btn, .p_SaveWBtn, .p_SubmitBtn {
    width: 100%!important
}

.pagebox .e_box .e_btn .font {
    color: inherit;
    padding: 0 10px;
}

.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.e_articles-001.p_videoslist {
}

.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;
}

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

.pagebox .p_TimeBox {
    overflow: initial;
}

/*/base*/
/*subpage*/
.c_product_detail-01001 .TabCont {
    display: block!important
}

.subpage footer {
    margin: 50px 0 0 0
}

.nav2 {
    display: flex;
    flex-flow: wrap;
}

.nav2 li {
    width: 33%;
}

.c_product_detail-01001 .p_images {
    pointer-events: none;
}

.c_product_detail-01001 .p_images .p_imageA {
    width: 640px!important;
}

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

.subpage .pagebox {
    background/img/nybg.jpg) 50% 0 no-repeat; background-attachment: fixed;
    background: #f7f7f7;
    /* background: url(/img/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: auto!important;
}

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

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

[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: 20px 0 30px 0;
    height: 70px;
    justify-content: center;
    /* display: none; */
}

.pagebox [class*="result"], .pagebox>[class*="_detail"], .subpage [class*="_list"], .subpage [class*="_form"], .subpage [id*="_category"] {
    background: #fff;
    display: flex;
    justify-content: center;
}

body [class*="banner"], body .c_public_htmlCode-01001, body .c_breadcrumb_nav-02001 {
    max-width: 100%!important;
}

.resetHtmlCssStyle {
    border: 0!important;
}

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

[class*="_category"] .p_articlesBox>.p_articles {
    width: 100%;
    /* margin: 0 2px!important; */
    order: 0;
    border-bottom: 1px solid #ddd;
}

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

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

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

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

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

.pagebox .c_complaintPage_detail-01001 {
    display: none;
}

.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: 130px!important;
}

/*/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: #1491d6;
}

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

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

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

.product-list .img-box {
    overflow: hidden;
    height: 220px;
    background: #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin: 0 30px 0 0; */
}

.img-box {
}

.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: 0;
    left: 0;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.subpage .product-list li {
    width: calc(100% / 3 - 5px);
    flex-flow: column;
    display: flex;
    /* background: #fff; */
    /* margin: 0 10px 20px 10px; */
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.home .product-list li:nth-child(6)~li {
    display: none;
}

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

.product-list li:hover .fa {
    opacity: 1;
}

.product-list li:hover .title {
    /* background: #1491d6; */
}

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

.product-list li img {
    /* height: auto; */
    width: auto;
    object-fit: cover;
}

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

.product-list .title {
    text-align: center;
    font-size: .16rem;
    font-weight: 400;
    /* color: #333; */
    display: flex;
    padding: 10px;
}

.product-list .title a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
}

.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 .txt-box {
}

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

.subpage .banner-box {
    background: #f5f5f5;
    display: flex;
    height: 180px;
    justify-content: center;
}

.subpage .banner-box:after {
    background: linear-gradient(transparent, #fff);
    content: '';
    display: none;
    width: 100%;
    position: absolute;
    height: 190px;
    opacity: .5;
    bottom: 0;
    left: 0;
}

.subpage .banner-box img {
    object-fit: 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;
    width: 100%;
    justify-content: space-around;
}

.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;
    height: auto;
    line-height: 2.5;
}

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

/*/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: 90px;
    left: 0px;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

.mobile-inner-nav li {
    width: 50%;
    float: left;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    font-size: .16rem;
    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-nav*/
/*home*/
/*search*/
.c_search_total-01001 .e_btn {
    height: 35px;
    padding: 0 20px 0 30px;
    background: url(/img/search.png) 10px 50% no-repeat;
    background-size: initial;
}

.c_search_total-01001 .p_headbox {
    display: flex;
}

#search_keyword {
    border: 0;
    color: #666;
    width: 670px;
    border: 1px solid #ddd;
    height: 35px;
}

.c_search_total-01001 .p_searchBox .p_input {
    width: 100%
}

.p_videoslist {
    display: none
}

/*bread*/
[class^="c_bread"] {
    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 {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

[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;
}

.nav2 {
    display: none
}

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

.pagebox>[class*="_message"] .e_box .font {
    text-align: left;
}

.pagebox>[class*="_message"] .e_btn .font {
    text-align: center
}

.pagebox [class*="_message"] {
}

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

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

.contact-box .content {
}

#container {
    height: 300px;
    max-width: 770px;
    width: 100%;
    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: #1491d6!important;
}

.p_pagebox>div {
    background: none!important;
    border: 0!important
}

.p_pagebox div {
    color: inherit!important
}

/*/page*/
