@charset "utf-8";
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
    font-display: fallback;
}
@font-face {
    font-family: 'Source_Sans_Pro';
    src: url('../fonts/sans/SourceSansPro-Regular.ttf');
    font-display: fallback;
}
@font-face {
    font-family: 'Nunito_Sans';
    src: url('../fonts/sans/NunitoSans-Bold.ttf');
    font-display: fallback;
}
@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../fonts/sans/NunitoSans-Regular.ttf');
    font-display: fallback;
}
@font-face {
    font-family: 'NunitoSans-Black';
    src: url('../fonts/sans/NunitoSans-Black.ttf');
    font-display: fallback;
}
@font-face {
    font-family: 'SourceSansPro-SemiBoldItalic';
    src: url('../fonts/sans/NunitoSans-SemiBold.ttf');
    font-display: fallback;
}
/*--------------------------reset main.css---------------------------*/
/* font color */
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#083791;}
a{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.index-cate-item,
.product-item .gd-btn-link{
    font-family: 'SourceSansProBlack';
}
.lsz_top_layout {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}
/* clear floating */
.gd-row:after,
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after,
.contact-layer .contact-items:after,
.partner-list:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gd-row,
.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact,
.contact-layer .contact-items,
.partner-list{
    *zoom:1;
}
/* layout */
.layout,
.path-bar .path-nav{
    width: auto;
    max-width: 1200px;
}
.index-main-content{
    padding: 0;
    background: none;
    margin-bottom: 151px;
}
.disabled{
    display: none;
}
/* inquiry-pop */
.inquiry-pop-bd{
    width: 100%!important;
    height: 100%!important;
}
/* service bug */
.side_content,
.show_btn{
    position: absolute;
    right: 0;
    top: 0;
}
/* inquiry pop */
html .inquiry-pop-bd .inquiry-pop{
    border: 4px solid #2059d5;
    box-shadow: none;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2059d5;
    border-radius: 50%;
    right: -20px;
    top: -20px;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:before{
    font-family: 'fontawesome';
    content: '\f00d';
    color: #fff;
    font-size: .16rem;
}
/* owl carousel */
.owl-carousel .owl-controls{
    height: auto;
}
.owl-carousel .owl-controls .owl-nav{
    position: absolute;
    top: auto;
    left: auto;
    text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    font-weight: bold;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    background-color: #999;
    font-size: .18rem;
    color: #fff;
    margin: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f105';
}
/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    width: 100%;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
}
.holder,
.head-search,
.head-search .search-toggle:after,
.topbar,
.head-layout,
.head-layout .logo,
.nav-bar .nav,
.nav-bar .nav lit,
.change-language{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/* topbar */
.topbar{
    /* position: relative; */
    padding-top: 20px;
    padding-bottom: 54px;
    text-align: right;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
    /* z-index: 90; */
}
.topbar,
.topbar a{
    color: #b3bcc3;
}
.topbar .topleft{
    display: inline;
    float: left;
    line-height: 30px;
}
.topbar .topleft,
.topbar .topleft a{
    color: #333;
}
.topbar .topleft a:hover{
    color:#083791;
}
.topbar .topr {
    display: inline;
    float: right;
}
.index-logo span {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 21px;
    color: #283C88;
    background: linear-gradient(0deg, #253587 3.6865234375%, #1A98D6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    top: 5px;
}
.index-logo img {
    max-width: 155px;
}
.head-wrapper .head-contact{
}
.head-wrapper .head-contact li{
    float: left;
}
.head-wrapper .head-contact li a{
    display: inline-block;
}
.head-wrapper .head-contact .gd-ico{
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    border: 1px solid #083791;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-wrapper .head-contact .gd-ico-tel:before{
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../img/ysz/tel-icon.webp) no-repeat;
    background-size: 100% 100%;
}
.head-wrapper .head-contact .gd-ico-email:before{
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../img/ysz/email-icon.webp) no-repeat;
    background-size: 100% 100%;
}
.head-wrapper .head-contact li a:hover .gd-ico{
    background-color: #fff;
    color: #083791;
}
.head-icon-box {
    display: flex !important;
    align-items: center;
}
.tel-num, .email-num {
    text-align: left;
    margin-left: 25px;
}
.email-title, .tel-title {
    font-family: 'Nunito_Sans';
    font-weight: 400;
    font-size: 20px;
    color: #232323;
}
.email-num span, .tel-num span  {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}
.email-num span:hover,
.tel-num span:hover{
  color: #083791;
}
.line-span {
    width: 1px;
    height: 41px;
    background: #E8E8E8;
    margin-left: 29px;
    margin-right: 34px;
    display: inline-block;
    margin-top: 10px;
}
.index-logo {
    width: 162px;
}
.index-head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.a-index-link .GETAQUOTES {
    cursor: pointer;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #083791;
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 14px;
    color: #083791;
    margin-left: 40px;
}
.a-index-link .GETAQUOTES:hover {
    color: #fff;
    border: 1px solid #FF8E32;
    background: #FF8E32;
}
.btn--search {
    position: relative;
    cursor: pointer;
}
.btn--search {
    width: 24px;
    height: 24px;
    content: '';
    display: inline-block;
    background: url(../img/ysz/search-icon.webp) no-repeat;
    background-size: 100% 100%;
}
.ensemble {
    padding: 0 15px;
    box-sizing: border-box;
}
.change-language {
   z-index: 3!important;
   /* margin-left: .1rem; */
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #333;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
    color: #333!important;
}
.change-language-info .language-icon{
    color: #083791!important;
}
.change-language-cont,
.change-language-cont a{
    color: #333
}
.change-language-cont a:hover{
}
/* logo */
.head-layout{
    padding: .35rem 0;
}
.head-layout .logo{
    float: left;
}
.head-layout .logo img{
    max-height: .65rem;
}
/* nav */
.dh-top {
    /* position: absolute;
    width: 100%; */
    margin-top: -30px;
    z-index: 1000;
}
.nav-bar {
    width: 100%;
    height: 66px;
    background: #083791;
    border-radius: 5px;
    display: flex;
}
.nav-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-bar .nav {
    float: left;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #fff;
}
.nav-bar .nav>li{
    float: left;
    position: relative;
    font-weight: bold;
    padding: 0 23px;
    box-sizing: border-box;
}
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Nunito_Sans';
}
.nav-bar .nav:hover>li>a,
.nav-bar .nav:hover>li.nav-current>a{
    background: none;
    color: #fff;
}
.nav-bar .nav:hover>li>a:hover,
.nav-bar .nav>li>a:hover,
.nav-bar .nav>li.nav-current>a,
.nav-bar .nav>li.li-hover>a {
    color: #FF8E32;
}
.nav-bar .nav>li>a:hover{
    color: #083791;
}
.nav-bar .nav ul {
    width: 200px;
    width: auto;
    position: absolute;
    top: .27rem;
    left: 0;
    padding: .15rem 0;
    background:#e8e9ed;
    text-align: left;
    z-index: 999;
    box-shadow: .02rem .02rem  0 rgba(0,0,0,.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
}
.nav-bar .nav li ul {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.nav-bar .nav li span {
    color: #8F97AB;
    height: 14px;
}
.nav-bar .nav li ul li{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: .12rem;
}
.nav-bar .nav li li {
    display: block;
    font-size: .16rem;
    padding: 0 .2rem;
}
.nav-bar .nav li li a {
    color: #333;
    padding: 0;
    display: block;
    height: .36rem;
    line-height: .36rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-family: 'Nunito_Sans';
    white-space: nowrap;
}
.nav-bar .nav li li a:before{
    font-family: 'fontawesome';
    content: '\f105';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}
.nav-bar .nav li li:hover > a{
    text-indent: .12rem;
}
.nav-bar .nav li li:hover > a:before{
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.nav-bar .nav li.li-hover > ul {
    opacity:1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav  li li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li:last-child a{
    border-bottom: 0;
}
.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left:17.86em;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #ff6f00;
}
/* .nav-bar .nav li .nav-ico {
    display: inline-block;
    line-height: 1.5;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
} */
/* .nav-bar .nav li .nav-ico:after {
    content: '\f107';
} */
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}
.nav-bar .nav > li.li-hover > a{
    color: #333;
}
.nav-bar .nav > li.li-hover > a .nav-ico{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* fixed nav */
.fixed-nav{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
    /* box-shadow: 0 0 1px rgba(0,0,0,.3); */
    /* background-color: rgba(50,86,164,.95); */
}
.fixed-nav .topbar{
    display: none;
}
.fixed-nav .head-layout{
    padding-top: .15rem;
    padding-bottom: .15rem;
}
.head-fixed-holder{
    display: none!important;
}
.search-lang {
    display: flex;
    align-items: center;
}
.change-language-title.medium-title .language-flag.language-flag-en b.country-flag {
    background-image: url(../img/ysz/lan.webp);
    background-position: center !important;
    background-size: cover;
    width: 24px;
    height: 24px;
}
.lan-text, .change-language-info .language-icon {
    display: none !important;
}
.head_right {
    height: 66px;
    border-left: 1px solid rgba(143, 151, 171, .49);
    border-right: 1px solid rgba(143, 151, 171, .49);
    display: flex;
    align-items: center;
    padding: 0 20px;
}
/*--------------------------footer---------------------------*/
.foot-wrapper{
    background: #083791;
}
.footer-logo {
    margin-bottom: 18px;
}
.footer-logo img {
    width: 113px;
}
.footer-item p {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 17px;
    color: #9CA6BF;
    line-height: 25px;
}
.read-more-foot {
    color: rgba(255, 142, 50, 1);
}
.read-more-foot:hover {
    color: rgba(255, 142, 50, 1);
    opacity: 0.7;
}
.footer-item-title {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 41px;
    text-transform: uppercase;
}
.footer-item ul li {
    margin-bottom: 16px;
}
.footer-item ul li a, .footer-item ul li span {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #9CA6BF;
    line-height: 25px;
}
.footer-items-box {
    display: flex;
    justify-content: space-between;
    padding-top: 81px;
    padding-bottom: 77px;
}
.footer-item {
    /* flex: 1; */
}
.footer-item ul li a:hover {
    color: rgba(255, 142, 50, 1);
}
.footer-item:nth-child(2) {
    padding-left: 80px;
}
.icon-links {
    display: flex;
}
.icon-links a {
    width: 36px;
    height: 36px;
    background: #FF8E32;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-right: 9px;
    transition: transform 0.3s ease;
}
.icon-links a:hover {
    transform: translateY(-5px);
}
.icon-links a:last-child {
    margin-right: 0;
}
.copy-right a{
    font-size: 14px;
    color: #E8E8E8;
    text-align: center;
}
.copy-right {
    background: #001648;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #E8E8E8;
    padding-top: 24px;
    padding-bottom: 27px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-right p {
    text-align: center;
}
.foorts-hz {
    width: 47%;
    display: flex;
    justify-content: space-around;
    padding-right: 100px;
}
.last-only-info {
    width: 25%;
}
.foorts-hz .footer-item {
    /* max-width: 200px; */
}
.fi-first {
    width: 33%;
    padding-right: 60px;
}
.img-mobile-icon {
    display: none;
}
.footer-end {
    display: none;
}
/* gotop */
.gotop{
    width:.5rem;
    height: .5rem;
    line-height: .5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
    background-color: #333;
    font-size: .12rem;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease ;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: .1rem;
    right: .15rem;
    z-index: 99;
    opacity: .8;
    display: none;
}
.gotop:hover{
    opacity: 1;
    color: #fff;
    background-color: #3161c8;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f077';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .14rem;
    text-indent: 0;
    text-align: center;
}
@-webkit-keyframes btnUpDown {
    0%{
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    50%{
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes btnUpDown {
    0%{
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    50%{
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
/*-------------------------------------------------------- 
                                                    page: index
                                                                    ------------------------------------------------------*/
.gd-row:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gd-layer{
    padding: 1rem 0;
}
.gd-layer,
.gd-layer a{
    color: #333;
}
.gd-layer a:hover{
    color: #000;
}
.layer-hd{}
.layer-body{}
.gd-row{}
.index-title-bar{}
.index-title-bar .index-title{}
.index-title-bar .title-desc{}
.learn-more-bar {}
.gd-btn{}
.gd-layer .gd-btn{
    color: #fff;
    padding-left: .2rem;
    padding-right: .2rem;
}
/* slide banner */
.rev_slider_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .5rem;
    background-color: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff!important;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.3rem!important;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tp-leftarrow{
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.tp-rightarrow{
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.tp-leftarrow:before{
    content: '\f053';
}
.tp-rightarrow:before{
    content: '\f054';
}
.tp-bullets.simplebullets{
    padding-bottom: 10px;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width:.12rem;
    height:.12rem;
    border-radius: 50%;
}
.tp-bullets.simplebullets .bullet:not(.selected){
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
}
.tp-bullets.simplebullets .bullet{
    background-color: #fff;
    border: 3px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #FF8E32;
    border-color: #FF8E32;
}
.tp-bullets.simplebullets .bullet:before{
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 1px solid #FF8E32;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.tp-bullets.simplebullets .bullet.selected:before{
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff!important;
}
.tp-loader.spinner0 {
    background: url(../img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}
.owl-carousel .owl-controls .owl-dots{
    padding: .2rem 0 0;
    position: static;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius:50%;
    border: 1px solid #ccc;
    background: #ccc;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #333;
    border-color: #333;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background-color: #37dd3d;
}
/* title */
.index-title-bar {
    margin: 0 auto 53px;
    text-align: center;
    position: relative;
}
.index-title-bar .index-title{
    display: inline-block;
    position: relative;
    font-size:.4rem;
    line-height: 1.2;
    font-weight: bold;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #232323;
    font-family: 'NunitoSans-Black';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 38px;
}
.index-title-bar .index-title:after{
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    margin: .1rem auto 0;
    background: #C3C3C3;
    border-radius: 2px;
}
.index-title-bar .title-desc{
    display: block;
    padding: .18rem 0 0;
    font-size: .15rem;
    font-size: .18rem;
    font-style: italic;
}
.index-title-bar .title-desc,
.index-title-bar .title-desc a{
    color: #aaa;
}
.title-line{
    display: block;
    width: 300px;
    height: 1px;
    background-color: #37dd3d;
    margin: .35rem auto 0;
    position: relative;
}
.title-line:before{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #37dd3d;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}
/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn-box{
    text-align: center;
}
.gd-btn,
.gd-btn-link {
    display: inline-block;
    border: 1px solid #083791;
    background-color: #083791;
    color: #fff;
    padding: .08rem .15rem;
    line-height: .22rem;
    cursor: pointer;
    font-size: .16rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.gd-btn:hover,
a.gd-btn:hover{
    background-color: #FF8E32;
    border-color: #FF8E32;
    color: #000;
}
.gd-btn-link,
a.gd-btn-link{
    display: inline-block;
    background-color: transparent;
    color: #083791;
}
/**product**/
.index-title-bar p {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 27px;
    margin-top: 22px;
}
.product-box {
    padding-top: 109px;
    padding-bottom: 102px;
    box-sizing: border-box;
}
.product-list {
    position: relative;
}
.product-list ul {
    display: flex;
}
.product-list ul li:hover .imgBox img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product-list .imgBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 74.3%;
}
.product-list .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.product-list li {
    width: 32%;
    overflow: hidden;
    transition: all ease-in-out .35s;
    border: 1px solid #D4D4D4;
}
/* .product-list li a:hover .product-info-title {
    color: #FF8E32;
} */
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.product-info {
    padding-top: 21px;
    padding-left: 15px;
    box-sizing: border-box;
}
.product-info-title {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 22px;
    color: #232323;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-info .product-info-titlea {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    /* height: 54px; */
    /* line-height: 27px; */
    opacity: 0.79;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden; */
}
.a-more-btn {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 14px;
    color: #083791;
    display: flex;
    align-items: center;
    margin-top: 7px;
    padding-left: 15px;
    padding-bottom: 22px;
    box-sizing: border-box;
}
.a-more-btn:hover {
    color: #FF8E32;
}
.a-more-btn span {
    font-size: 12px;
    margin-left: 5px;
}
.swiper_buttons {
    position: relative;
}
.index_show_advantage_wrap .swiper-button-prev:before, 
.index_show_advantage_wrap .swiper-container-rtl .swiper-button-next:before {
    content: '';
    display: inline-block;
    background: url(../img/ysz/arrow-left-img.webp) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
}
.index_show_advantage_wrap .swiper-button-prev, 
.index_show_advantage_wrap .swiper-container-rtl .swiper-button-next {
    left: unset;
    /* bottom: 0; */
    opacity: 1 !important;
}
.index_show_advantage_wrap .swiper-button-next:before, 
.index_show_advantage_wrap .swiper-container-rtl .swiper-button-prev:before {
    content: '';
    display: inline-block;
    background: url(../img/ysz/arrow-left-img.webp) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
}
.index_show_advantage_wrap .swiper-button-next, 
.index_show_advantage_wrap .swiper-container-rtl .swiper-button-prev {
    opacity: 1 !important;
}
.index_show_advantage_wrap .swiper-button-prev::before {
    background: url(../img/ysz/arrow-right-img.webp) #FF8E32 no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    cursor: pointer;
    border: 1px solid #FF8E32;
}
.index_show_advantage_wrap .swiper-button-next::before {
    background: url(../img/ysz/arrow-right-img.webp) #FF8E32 no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
    border: 1px solid #FF8E32;
}
.index_show_advantage_wrap .swiper-button-next.swiper-button-disabled::before {
    background: url(../img/ysz/arrow-left-img.webp) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    border: 1px solid #D4D4D4;
    pointer-events: none;
    cursor: none;
}
.index_show_advantage_wrap .swiper-button-prev.swiper-button-disabled::before {
    background: url(../img/ysz/arrow-left-img.webp) no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
    border: 1px solid #D4D4D4;
    pointer-events: none;
    cursor: none;
}
.swiper_buttons {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 57px;
}
.pro-concat-box {
    font-family: 'NunitoSans-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #232323;
    text-align: center;
    margin-top: 122px;
}
.pro-concat-box a {
    color: rgba(8, 55, 145, 1);
    /* font-weight: bold; */
    text-decoration: underline;
}
.pc-imgbanner {
    display: block;
}
.mobile-imgbanner {
    display: none;
}
/***loadDown**/
.loadDown-box {
    background: url(../img/ysz/loaddown-img.webp) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
    padding-top: 73px;
    padding-bottom: 82px;
}
.load-title {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 52px;
}
.loadDown-inner p {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.loadDown-inner a {
    background: #083791;
    border-radius: 6px;
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    padding: 0 42px;
    display: inline-block;
    margin-top: 31px;
}
.loadDown-inner a:hover {
    opacity: .7;
}
/**about----**/
.index-about-top {
    display: flex;
    align-items: center;
}
.index-about-top-left {
    width: 40%;
    margin-top: 79px;
    margin-left: 27px;
}
.iatl-img {
    position: relative;
}
.iatl-img::after {
    position: absolute;
    top: -29px;
    left: -27px;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: #E9E9E9;
}
.iatl-img img {
    width: 100%;
    z-index: 100;
    position: relative;
}
.index-about-top-right {
    width: 60%;
    max-width: 100%;
    margin-left: 79px;
}
.index-about-p {
    margin-bottom: 33px !important;
}
.index-about-p p {
    margin-top: 0;
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 27px;
}
.index-about {
    margin-top: 108px;
}
.index-about-p .index-title {
    margin-bottom: 21px;
}
.index-about-link {
    margin-top: 19px;
}
.index-about-link span {
    font-family: 'Source_Sans_Pro';
    font-weight: normal;
    font-size: 18px;
    color: #2583CC;
    line-height: 27px;
    font-style: italic;
}
.about-link-jump {
    border-top: 1px solid #DCDCDC;
    text-align: center;
    max-width: 554px;
    margin: 0 auto;
}
.about-link-jump a {
    background: #083791;
    border-radius: 5px;
    padding: 0 62px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: 'Nunito_Sans';
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 45px;
}
.about-link-jump a:hover {
    opacity: .7;
}
.index-about-bottom {
    margin-top: 91px;
}
.index-about-bottom ul {
    display: flex;
    flex-wrap: wrap;
}
.index-about-bottom ul li {
    width: 33.333%;
    background: #E9E9E9;
    overflow: hidden;
}
.index-about-bottom p,
.index-about-bottom a p {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    position: relative;
    padding-top: 54px;
    padding-left: 16px;
    padding-right: 15px;
    box-sizing: border-box;
    max-height: 220px;
    overflow-y: auto;
}
.index-about-bottom p::before,
.index-about-bottom a p::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 39px;
    width: 64px;
    height: 2px;
    background: #FF8E32;
}
.video-box {
    position: relative;
    display: flex;
    align-items: center;
}
.video-box::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, .49);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.video-box img {
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
/* .video-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/ysz/play-ho.webp) no-repeat;
    width: 38px;
    height: 38px;
} */
.lsz_layout li:hover .video-box img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/*our-clients-box*/
.our-clients-box {
    margin-top: 115px;
    background: url(../img/ysz/main-bg-box.webp) center center no-repeat;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    padding-top: 76px;
    box-sizing: border-box;
}
.our-clients-box .index-title-bar {
    padding-bottom: 55px;
}
.our-clients-box .index-title-bar p {
    font-family: 'Source_Sans_Pro';
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #FFFFFF;
}
.our-clients-box .index-title, .our-clients-box .index-title a {
    font-family: 'Nunito_Sans';
    font-weight: 900;
    font-size: 38px;
    color: #FFFFFF !important;
}
.our-clients-down {
    background: #083791;
}
.icon-list {
    display: flex;
    flex-wrap: wrap;
    background: #E9E9E9;
    border-radius: 5px;
    padding-left: 71px;
    padding-right: 71px;
    padding-bottom: 37px;
    padding-top: 39px;
    box-sizing: border-box;
    position: relative;
    top: -48px;
}
.icon-list li {
    width: 20%;
    height: 76px;
    padding: 0 6px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 13px;
    overflow: hidden;
}
.icon-list li a {
    background: #fff;
    height: 76px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}
.development-path {
    background: url(../img/ysz/Pattern.webp) no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
    overflow: hidden;
}
.development-path .index-title {
    padding-top: 40px;
}
.time-bar {
    width: 100%;
    display: flex;
    margin-top: 222px;
}
.time-bar-item {
    width: 14.28%;
    height: 2px;
    background: #E9E9E9;
    position: relative;
}
.time-bar-item:nth-child(2) .time-bar-item-text p {
    width: 60%;
    margin: 0 auto;
} 
.time-bar-item:nth-child(3) .time-bar-item-text p {
    width: 70%;
    margin: 0 auto;
} 
.time-bar-item:nth-child(4) .time-bar-item-text p {
    width: 60%;
    margin: 0 auto;
} 
.time-bar-item::after {
    content: '';
    display: inline-block;
    width: 18.8px;
    height: 18.8px;
    background: url(../img/ysz/ui-dot.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.time-bar-item:last-child::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.time-bar-item:first-child::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.time-bar-item i {
    position: absolute;
    width: 9.2px;
    height: 9.2px;
    background: #FF8E32;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: inline-block;
    z-index: 1000;
}
.time-bar-item:nth-child(1) .time-bar-item-text{
    text-align: center;
    position: absolute;
    top: -155px;
    right: -66px;
}
.time-bar-item:nth-child(3) .time-bar-item-text {
    text-align: center;
    position: absolute;
    top: -155px;
    right: -108px;
}
.time-bar-item:nth-child(5) .time-bar-item-text {
    right: -132px;
    text-align: center;
    position: absolute;
    top: -155px;
}
.time-bar-item:nth-child(2) .time-bar-item-text,
.time-bar-item:nth-child(4) .time-bar-item-text,
.time-bar-item:nth-child(6) .time-bar-item-text {
    text-align: center;
    position: absolute;
    top: 46px;
}
.time-bar-item:nth-child(2) .time-bar-item-text {
    right: -130px;
}
.time-bar-item:nth-child(4) .time-bar-item-text {
    right: -118px;
}
.time-bar-item:nth-child(6) .time-bar-item-text {
    right: -81px;
}
.bar-year {
    font-family: 'Source_Sans_Pro';
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    font-style: italic;
}
.time-bar-item-text p {
    font-family: 'Source_Sans_Pro';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-style: italic;
}
.seize {
    width: 100%;
    height: 208px;
}
/******联系*******/
.concat-box {
    margin-top: 110px;
}
.form-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
}
.form-img-box {
    width: 48%;
}
.form-img-box img {
    width: 100%;
}
.form-input-box {
    width: 52%;
    padding-left: 44px;
    padding-right: 42px;
    box-sizing: border-box;
}
.form-item {
    display: flex;
}
.form-input {
    font-family: 'Source_Sans_Pro';
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    border-bottom: 1px solid #DFDFDF;
    margin-right: 28px;
    margin-top: 39px;
    width: 100%;
}
.form-input:last-child {
    margin-right: 0;
}
.form-input span {
    color: rgba(255, 0, 0, 1);
}
.form-input input {
    border: 0;
    padding: 0 6px;
    box-sizing: border-box;
    height: 30px;
    margin: 10px 0px;
}
.form-input textarea {
    border: 0;
    padding: 20px 16px;
    box-sizing: border-box;
    width: 100%;
}
.submit-input {
    background: #083791;
    border-radius: 5px;
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 29px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border: 0;
    margin-top: 40px;
}
.submit-input:hover {
    opacity: 0.7;
}
/* about */
.about-us{
    padding: 3rem 0 1.5rem;
    text-align: center;
    font-size: .18rem;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.about-us,
.about-us a{
    color: #fff;
}
.about-us p{
    padding-bottom: .15rem;
}
.about-us .about-detail{
    width:90%;
    margin: 0 auto;
}
.about-us .about-desc{
    display: block;
    font-size: .34rem;
    line-height: 1.8;
}
.about-us .about-desc p{
    padding-bottom: .2rem;
}
.about-us .index-title-bar,
.about-us .index-title-bar a{
    color: #fff;
}
.about-us .layout{
    position: relative;
    z-index: 2;
}
.about-us .layer-ico{
    width: 33%;
    height: 3.5rem;
    position: absolute;
    left: 0;
    top: -1.3rem;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: contain;
    background-size: contain;
    display: none;
}
.about-us .learn-more-bar{
    padding-bottom: .1rem;
}
.about-us .gd-btn-link{
    border:2px solid #888b92;
    color: #888b92;
}
.about-us .gd-btn-link:hover{
    background-color: #FF8E32;
    border-color: #FF8E32;
    color: #333;
}
/**news**/
.news-list ul {
    display: flex;
}
.news-list .imgBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 74.3%;
}
.news-list .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.news-list li:hover .imgBox img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news-list li {
    width: 32%;
    overflow: hidden;
    transition: all ease-in-out .35s;
    box-shadow: 0px 1px 38px 0px rgba(0,0,0,0.04);
    background: #FFFFFF;
}
.news-list li a:hover .news-info-title {
    color: #FF8E32;
}
.news-list li:hover .pro-icon-num {
    background: #FF8E32;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.news-info {
    padding-top: 21px;
    padding-left: 15px;
    box-sizing: border-box;
}
.news-title-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 56px;
}
.news-info-title {
    font-family: 'Muli ExtraBold';
    font-weight: bold;
    font-size: 20px;
    color: #083791;
    line-height: 28px;
    margin-bottom: 11px;
    display: flex;
    position: relative;
    padding-left: 84px;
}
.pro-icon-num {
    border-radius: 5px;
    font-family: 'Muli Black';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 18px 14px;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    left: 0;
    background: #083791;
}
.news-info p {
    font-family: 'Muli';
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 27px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-more-btn {
    font-family: 'Muli';
    font-weight: bold;
    font-size: 16px;
    color: #083791;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 22px;
    margin-top: 8px;
}
.news-more-btn:hover {
    color: #FF8E32;
}
.news-more-btn span {
    font-size: 12px;
    margin-left: 5px;
}
.newstop {
    margin-top: 109px;
}
.newstop .index-title-bar {
    margin-bottom: 56px;
}
/* product list */
.product-item {
    position: relative;
    width: 25%;
    padding: .3rem;
    margin: 0 0 .22rem;
    float: left;
}
.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}
.product-item .item-wrap {
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
}
.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-color: #f6f6f6;
}
.product-item .item-img img {
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    object-fit: cover;
}
.product-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item .item-wrap:hover.item-img:before,
.product-item .item-img:hover:before{
    background-color: rgba(255,255,255,.3);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product-item .item-info {
}
.product-item .item-info .item-title {
    text-transform: capitalize;
    font-size: .14rem;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding: .1rem 0;
}
.product-item .item-info .item-title a{
    display: block;
    height: .4rem;
    line-height:.2rem;
    overflow: hidden;
    padding: 0 15%;
    position: relative;
    z-index: 3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info .item-title:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background-color: #083791;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item .item-wrap{
    background-color: #fff;
    border: 1px solid #ddd;
    outline: .1rem solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item .item-wrap:hover{
    box-shadow: 0 0 .4rem rgba(0,0,0,.15);
}
.product-item .item-wrap:hover .item-info .item-title:before,
.product-item .item-info .item-title:hover:before{
    height: 100%;
    opacity: 1;
}
.product-item .item-wrap:hover .item-info .item-title a,
.product-item .item-info .item-title:hover a{
    color: #fff;
}
.product-item .item-wrap:hover 
.product-item .item-info .item-btn{
    padding-top: .2rem;
}
.product-item .item-wrap:hover .gd-btn-link{
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .item-wrap:hover .gd-btn-link{
    top: 0;
}
.product-items {
    position: relative;
    width: 100%;
    position: relative;
    background-color: #f2f6ff;
}
.product-items:before{
    content: '';
    display: block;
    width: 22%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -.5rem;
    background: url(../img/demo/product_layer_ico.png) center 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.product-items .layout{
    position: relative;
    z-index: 2;
}
.product-items .layer-body{
    margin: 0 -.2rem;
}
.product-items .gd-btn:before{
    display: none;
}
.product-items .items-content {
}
.product-items .product-item {
    width:33.333333%;
}
.product-items .product-item .item-info .item-title a{
    font-size: .17rem;
}
.product-items .product-item:nth-child(3n+1){
    clear: left;
}
.product-items .owl-carousel .owl-controls {
    width: auto;
    height: auto;
    position: absolute;
    right: .3rem;
    top: -.85rem;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    padding-top: 0;
    position: static;
    text-align: right;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    width: auto;
    padding: 0;
    display: inline-block;
    background: none;
    color: #666;
    font-size: .18rem;
    margin: 0 0 0 .2rem;
    line-height: .3rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:before{
    content: '\f060';
}
.product-items .owl-carousel .owl-controls .owl-next:before{
    content: '\f061';
}
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background: none;
    color: #083791;
}
.product-items .owl-carousel .owl-controls .owl-dots{
    display: none;
    position: static;
    padding-top: .1rem;
    display: none!important;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.items_list .product-item{
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.items_list .product-item .item-info{
    padding-left: 0;
    padding-right: 0;
}
.items_list .product-item .item-info .btn-view,
.goods-items .product-item .item-info .btn-view{
    padding: .05rem .15rem;
    font-size: .12rem;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}
/* partner */
.partner-layer{
}
.partner-layer .owl-carousel .owl-stage-outer{
    background-color: #e8e8e8;
}
.partner-list{
    width: auto;
    margin: 0 -.2rem;
}
.partner-list .partner-item {
    width: 25%;
    padding: .2rem;
    float: left;
    text-align: center;
    overflow: hidden;
}
.partner-list .partner-item a {
    display: block;
    position: relative;
}
.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-list .partner-item:hover img{
    opacity: 1;
    filter: alpha(opacity=10);
}
.partner-list .partner-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(255,255,255,0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-list .partner-item a:hover {
    border-color: #ccc;
}
.owl-loaded .partner-item {
    display: block;
    padding: 0 .2rem;
}
.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
    margin: 0;
}
.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
    opacity: 1;
    color: #fff;
}
.partner-wrap .owl-prev:before {
    content: "\f104";
}
.partner-wrap .owl-next:before {
    content: "\f105";
}
.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}
.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.partner-layer .owl-carousel .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -.175rem;
}
.partner-layer .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.partner-layer .owl-carousel .owl-controls .owl-dots{
    padding: .25rem 0 0;
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-dot{
    border-radius: 50%;
    margin: 0 .035rem;
}
/*----------------------------------page nav---------------------------------*/
.sub-head{
    padding: 2.2rem 0 .5rem;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto .55rem;
}
.sub-head,
.sub-head a{
    color: #fff;
}
.sub-head .sub-head-title{
    font-size: .5rem;
    padding: .5rem 0 .7rem;
}
.path-bar{
    margin-bottom: .3rem;
}
.path-bar .path-nav{
    padding-bottom:.15rem;
}
.path-bar .path-nav,
.path-bar .path-nav a{
    color: #fff;
}
.path-bar .path-nav a:hover{
    color: #FF8E32;
}
.path-bar .path-nav li{
    display: inline;
    font-size: .16rem;
}
.path-bar .path-nav li:after{
    content: '\f0da';
    padding: 0 .12rem 0 .15rem;
    -webkit-transform: scale(1, .8);
    -ms-transform: scale(1, .8);
    -o-transform: scale(1, .8);
    transform: scale(1, .8);
}
.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a{
    color: #FF8E32;
}
.path-bar .path-nav li:last-child:after{
    display: none;
}
.page-bar {
    text-align: right;
}
.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}
.pages a,
.pages span{
    color: #666;
    background: -webkit-linear-gradient(top,#fff,#ddd);
    background: linear-gradient(top,#fff,#ddd);
}
.pages a,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}
.pages a.current,
.pages a:hover {
    background:#FF8E32;
    border-color:#FF8E32;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}
/*----------------------------------aside---------------------------------*/
.aside {
    float: left;
    width: 18.75%;
    padding-bottom: .6rem;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    background-color: #083791;
    font-size: .18rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: normal;
    padding-left: .12rem;
}
.side-tit-bar .side-tit,
.side-tit-bar .side-tit a{
    color: #fff;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0 .2rem .12rem;
}
.side-cate li {
    position: relative;
    line-height: 38px;
    font-size: .16rem;
}
.side-cate > li{
}
.side-cate ul {
    display: none;
}
.side-cate li a {
    position: relative;
    display: block;
    height: .38rem;
    line-height: .38rem;
    overflow: hidden;
    margin-right: .2rem;
}
.side-cate li .icon-cate {
    position: absolute;
    right: 1rem;
    top: 0;
    font-size: .17rem;
    cursor: pointer;
    line-height: .38rem;
}
.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f0da';
}
.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f0d8';
}
.side-cate li li{
    font-size: .14rem;
}
.side-cate li li a{
    padding-left: .15rem;
    padding-right: 0;
}
.side-cate li li a:before{
    content: '';
    display: inline-block;
    width: .04rem;
    height: .04rem;
    position: absolute;
    left: 0;
    top: .17rem;
    background-color: #333;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #FF8E32;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #083791;
}
.side-product-items {
    position: relative;
    padding: .5rem 0;
}
.side-product-items .items_content {
    position: relative;
}
.side-product-items .items_content {}
.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .85rem;
    overflow: hidden;
}
.side_product_item .item-img {
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}
.side_product_item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.side_product_item .item-img:hover + figcaption a{
    color: #083791;
}
.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side_product_item .item-img:hover img{
    border-color: #083791;
}
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}
.side_product_item figcaption a{
    display: inline-block;
    line-height: .18rem;
    max-height: .36rem;
    overflow: hidden;
    padding-left: .25rem;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-product-items .btn-prev {
    top: .2rem;
    background: url(../img/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(../img/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover{
    opacity: .35;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}
/*----------------------------------main---------------------------------*/
.main {
    position: relative;
    width: 78.3%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .25rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .35rem;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.main-tit-bar .title{
    line-height: .35rem; text-transform: capitalize;
}
.main-tit-bar .path-bar{
    margin: 0;
    padding: 0;
}
.main-tit-bar .path-bar .path-nav{
    width: auto;
    max-width: inherit;
    border-bottom: 0;
    padding: 0;
}
.main-tit-bar .share-this{
    width: 30%;
    max-width: 265px;
    text-align: right;
}
.main-tit-bar .share-this img{
    max-width: 100%;
}
/* banner */
.main-banner {
    position: relative;
    overflow: hidden;
}
.main-banner .item{
    display: none;
}
.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}
.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
    display: none;
}
.goods-summary {
    margin: .17rem 0 .25rem;
}
.goods-summary,
.goods-summary a{
    color: #666;
}
.items_list {
    background-color: #f4f7fe;
    padding:.15rem .25rem;
}
.items_list ul {
    margin: 0 -.25rem;
}
.items_list .product-item {
    margin-bottom: 0;
    width: 33.333333%;
}
.items_list .product-item .item-wrap{
    outline: .05rem solid #fff;
}
.items_list .product-item .item-info{
    position: relative;
}
.items_list ul{
    margin: 0 -.15rem;
}
.items_list .product-item{
    padding: .2rem;
}
/*-------------------------------------------------------- 
													page:single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
    max-width: 850px;
}
.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}
.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}
.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
.product-view .swiper-slide {
    padding-bottom: 1px;
}
.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.product-view {
    position: relative;
    width: 37.6%;
    float: left;
}
.product-view .product-image {
    position: relative;
    border: 1px solid #ddd;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
}
.product-view .image-additional li {
    position: relative;
    width: 100%;
    width: 33.3333%;
    float: left;
    overflow: visible;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.product-view .image-additional li.single {
    display: none;
}
.product-view .image-additional li img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.product-view .image-additional li a {
    display: block;
    position: relative;
    border: 1px solid #c0c0c0;
    padding: 1px;
    margin: 0 15%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-view .image-additional li.current>a {
    border: 2px solid #4a4c51;
    padding: 0;
}
.product-view .image-additional img.popup {
    display: none;
}
.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-family: "fontawesome";
    margin-top: -15px;
    opacity: 1;
    line-height: 30px;
    font-size: 28px;
    background: none;
    -webkit-transform: scale(.6, 1);
    -ms-transform: scale(.6, 1);
    -o-transform: scale(.6, 1);
    transform: scale(.6, 1);
    font-weight: bold;
}
.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
    left: -10px;
}
.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
    right: -10px;
}



/*product summary*/
.product-summary {
    position: relative;
    width: 53%;
    float: right;
    font-size: .14rem;
}
.product-summary .product-title{
    font-size: .24rem;
    line-height: 1;
    font-weight: normal;
    padding: 0 0 .25rem;
    text-transform: capitalize;
}
.product-summary .product-meta {
    line-height: 25px;
}
.product-summary .product-meta h3 {
    margin: 0 0 .15rem;
    font-size: .18rem;
    font-weight: normal;
}
.product-summary .product-meta ul{
}
.product-summary .product-meta li{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    padding-bottom: .03rem;
    font-size: .14rem;
}
.product-summary .product-meta li em{
    width: 40%;
    max-width: 12em;
}
.product-summary .product-meta li span{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.product-summary .product-meta li em{
    color: #999;
}
.product-btn-wrap {
    position: relative;
    margin: .6rem 0 0;
    text-align: left;
}
.product-btn-wrap .pdf {
    margin: 0 0 .05rem .2rem;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #083791;
    border: 2px solid #083791;
    color: #FFF;
    font-size: .14rem;
    text-transform: uppercase;
}
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before{
    margin-right: .05rem;
}
.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}
.product-btn-wrap .email:before {
    content: "\f003";
    padding: 0 3px 0 0;
}
.product-btn-wrap .pdf:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
}
.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: none;
    color: #083791;
    border-color: #083791;
}
.product-summary .share-this {
    margin: .4rem 0 0;
    text-align: right;
}
/* product detail */
.product-detail {
    position: relative;
    padding-top: .5rem;
    margin-bottom: .6rem;
}
.detail-tabs {
    position: relative;
    border-bottom: 0 solid #ddd;
}
.detail-tabs .title {
    display: inline-block;
    height: .35rem;
    line-height: .35rem;
    font-size: .17rem;
    padding: 0 .15rem;
    border: 1px solid #ddd;
    background: -webkit-linear-gradient(top,#fff,#ddd);
    background: linear-gradient(top,#fff,#ddd);
    text-transform: uppercase;
    margin-right: .1rem;
    cursor: pointer;
}
.detail-tabs .title.current,
.detail-tabs .title.current a{
    color: #fff;
    background: #083791;
    border-color: #083791;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}
.tab-panel-wrap{
    min-height: 300px;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #FF8E32;
}
.tab-panel-wrap .entry p{
    font-size: .16rem;
    padding: .2rem 0;
}
.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4{
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}
.tab-panel-wrap .entry h2{
    font-size: .32rem;
}
.tab-panel-wrap .entry h3{
    font-size: .24rem;
}
.tab-panel-wrap .entry h4{
    font-size: .24rem;
}
/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
    background-color: #083791;
    color: #fff;
    font-size: .16rem;
}
.inquiry-form{
    border-color: #ccc;
}
.inquiry-form .form-item{
    padding-bottom: .05rem;
}
.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text{
    border-color: #ccc;
}
/* like product
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}
.goods-title-bar {
    line-height: .32rem;
    padding: 0 0 .05rem;
    margin: 0 auto .25rem;
    border-bottom: 1px solid #d6d6d6;
}
.goods-title-bar .title {
    display: inline-block;
    font-size: .18rem;
    position: relative;
}
.goods-title-bar .title,
.goods-title-bar .title a {
    color: #333;
}
.goods-may-like .goods-items{
    padding:.1rem .4rem;
    width: auto;
    background-color: #f2f6ff;
}
.goods-may-like .product-item{
    width: auto;
    float: none;
    display: none;
    padding-left: 0;
    padding-right: 0;
    margin: .1rem;
}
.goods-may-like .product-item .item-wrap{
    overflow: hidden;
    position: relative;
}
.goods-may-like .owl-carousel .owl-stage-outer{
    /*padding: 1rem!important;*/
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:0;
    top: -.55rem;
}
.goods-may-like .owl-carousel .owl-item{
    overflow: visible;
}
.goods-may-like .owl-carousel .owl-controls .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-next{
    display: inline-block;
    width: auto;
    height: auto;
    font-size: .16rem;
    line-height: .25rem;
    text-align: center;
    border-radius: 0;
    padding: 0 .02rem;
    color: #333;
    background: none;
    margin-left: .1rem;
}
.goods-may-like .owl-carousel .owl-controls .owl-prev:before{
    content: '\f0d9';
}
.goods-may-like .owl-carousel .owl-controls .owl-next:before{
    content: '\f0da';
}
.goods-may-like .owl-carousel .owl-controls .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-next:hover{
    background: none;
    color: #FF8E32;
}
.goods-may-like .owl-carousel .owl-controls .owl-next{
    margin-left: .1rem;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
/*.goods-may-like .product-item .item-info .item-title a{
    display: inline-block;
}
*/
/*-------------------------------------------------------- 
                                                    page: blog list
                                                                    ------------------------------------------------------*/ */
.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:.3rem 0;
}
.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.blog-item:after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top:1px solid #083791;
    border-bottom:1px solid #083791;
    background-color: #083791;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2.5rem;
    margin: 0 .3rem 0 0;
    float: left;
    padding-bottom: 17.1%;
    width: 30%;
}
.blog-item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item .item-info {}
.blog-item .item-info .item-title {
    font-size: .24rem;
    font-weight: normal;
}
.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
}
.blog-item .item-info .item-detail {}
.blog-item .item-info .item-more {
    float: right;
    color: #666;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-item .item-info .item-more:hover{
    background-color: #083791;
    border-color: #083791;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    border-color: #083791;
    color: #083791;
}
.blog-item:hover .item-info .item-more:hover{
    color: #fff;
}
/*-------------------------------------------------------- 
                                                    page: download list
                                                                    ------------------------------------------------------*/
.download_list {
    position: relative;
    width: 100%;
}
.download-item {
    position: relative;
    overflow: hidden;
    padding: .25rem 0 .15rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}
.download-item:hover{
    background-color: #fafafa;
}
.download-item .item-img {
    max-width: 25px;
}
.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}
.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}
.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}
/*-------------------------------------------------------- 
                                                    page: faq list
                                                                    ------------------------------------------------------*/
.faq_list {
    position: relative;
    width: 100%;
}
.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faq-item:hover{
    background-color: #fafafa;
}
.faq-item .faq-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}
.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -10px 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height:20px;
    font-size: .12rem;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faq-item .faq-title.show-title:before {
    content: '\f068';
}
.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}
.faq-item:first-child .faq-cont {
    display: block;
}
/*-------------------------------
search  start
----------------------------------*/
.container { position: relative; min-height:100vh;overflow: hidden;}
.search-ipt { border: 0; background: transparent; border-radius: 0; -webkit-appearance: none; }
.web-search { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;visibility: hidden; }
.web-search .btn--search-close { display:inline-block;font-size:1.8em;border-radius:50%; position:absolute; top:1.25em; right:1.25em; display:none; background-image:url(../img/ysz/search_btn_close.png);background-position:center;background-repeat:no-repeat; -webkit-background-size: auto 35%;background-size: auto 35%; background-color:#ccc;width:42px;height:42px;line-height:42px;cursor:pointer;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease; }
.web-search .btn--search-close:hover{background-color:#105EF6;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.js .btn--search-close { display: block; }
.web-search .search-ipt { font-family: inherit; line-height: 1; display: inline-block; box-sizing: border-box; width: 75%; padding: 0.05em 0; color: #333; border-bottom: 3px solid; font-size:20px; line-height:10px }
.web-search .search-ipt::-webkit-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-moz-placeholder {opacity: 1;color: #333;font-weight: bold;}
.web-search .search-ipt:-ms-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {-webkit-appearance: none;}
.web-search .search-ipt::-ms-clear {display: none;}
.web-search .search-attr { font-size: 90%;display: block; width: 75%; margin: 0 auto; padding: 0.85em 0; text-align: right; color: #333; }
.js .container { position: relative; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.js .main-wrap--move {height: 100vh; }
.js .web-search { pointer-events: none; }
.js .search--open { pointer-events: auto; opacity:1; visibility:visible;}
.web-search .btn--search-close { opacity: 0;-webkit-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease; }
.search--open .btn--search-close { opacity: 1; -webkit-transition: transform .3s ease;-o-transition: transform .3s ease;transition: transform .3s ease; -webkit-animation: bounceInA 1s ease;-o-animation: bounceInA 1s ease;animation: bounceInA 1s ease;}
.search__suggestion, .web-search .search-attr { opacity: 0;-moz-transform: translate3d(0, 30px, 0); -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);-moz-transition: opacity 0.8s, transform 0.8s; -webkit-transition: opacity 0.8s, transform 0.8s; -ms-transition: opacity 0.8s, transform 0.8s; -o-transition: opacity 0.8s, transform 0.8s; transition: opacity 0.8s, transform 0.8s; }
.search--open .search-attr { opacity: 1;-moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); font-size:20px; }
.js .web-search .search-ipt {font-size: 60px;font-weight: bold;border-bottom-width: 1px;padding: 15px 0;-moz-transform: scale3d(0, 1, 1); -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); -o-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1);-moz-transform-origin: 0% 50%; -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%;-moz-transition: transform .3s; -webkit-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; opacity: 0;text-transform: uppercase;}
.js .web-search .search-ipt,.web-search .search-attr {-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;}
.js .search--open .search-ipt {-moz-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);opacity: 1;-moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; }
.js .search--open .search-btn { display:none !important; }
.web-search .search-attr{padding-bottom: 0;}
.js .web-search{width: 70%;height: 240px;position: fixed;left: 0;top: 0;right: 0;bottom: 0;padding: 50px 0;margin: auto;border-radius: 8px;z-index: 100001;perspective: 1200px;}
.js .web-search::before {content: '';position: absolute;top: 0;right: 0;width: 100%;height: 100%;opacity: 0;background: rgba(255, 255, 255, 0.98);background-color: #fff\9;-webkit-transform:translateY(-30%) scale(1,0);-ms-transform:translateY(-30%) scale(1,0);-o-transform:translateY(-30%) scale(1,0);transform:translateY(-30%) scale(1,0);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.js .search--open::before {opacity: 1;-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.main-wrap--move:after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);position: fixed;left: 0;top: 0;z-index: 100000;}
/*-------------------------------
            search  end
            ----------------------------------*/
/*-------------------------------
swiper-slide start
----------------------------------*/
/* .web_main {padding-top: 150px;} */
.slider_banner { position: relative; overflow: hidden; }
.swiper-container-no-flexbox .swiper-slide { float: left }
.swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.swiper-container-multirow>.swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }
.swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; overflow: hidden; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform }
.swiper-invisible-blank-slide { visibility: hidden }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform }
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y }
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 36px; height: 50px; line-height: 50px; text-align: center; margin-top: -25px; z-index: 2; cursor: pointer; opacity: 0; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size: 30px; border-radius: 2px; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.swiper-button-next:before, .swiper-button-prev:before { display: inline-block; }
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { cursor: auto;/*pointer-events:none;*/ opacity: 0.3; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto }
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before { content: '\f104'; }
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before { content: '\f105'; }
.swiper-button-lock { display: none }
.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 2 }
.swiper-pagination.swiper-pagination-hidden { opacity: 0 }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100% }
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0 }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33); position: relative }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
.swiper-pagination-bullet, .swiper-pagination-bullet:before, .swiper-pagination-bullet:after { display: inline-block; width: 10px; height: 10px; vertical-align: top; }
.swiper-pagination-bullet { margin: 0 5px; position: relative; overflow: hidden; border-radius: 50%; }
.swiper-pagination-bullet:before { content: ''; background-color: rgba(233, 233, 233, .29); }
.swiper-pagination-bullet-active:before { background-color:  #E9E9E9; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer }
.swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block }
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px }
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top, .3s -webkit-transform; transition: .2s top, .3s -webkit-transform; -o-transition: .2s transform, .3s top; transition: .2s transform, .3s top; transition: .2s transform, .3s top, .3s -webkit-transform }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left, .3s -webkit-transform; transition: .2s left, .3s -webkit-transform; -o-transition: .2s transform, .3s left; transition: .2s transform, .3s left; transition: .2s transform, .3s left, .3s -webkit-transform }
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right, .3s -webkit-transform; transition: .2s right, .3s -webkit-transform; -o-transition: .2s transform, .3s right; transition: .2s transform, .3s right; transition: .2s transform, .3s right, .3s -webkit-transform }
.swiper-pagination-progressbar { background: rgba(0, 0, 0, .25); position: absolute }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top }
.swiper-container-horizontal { overflow: hidden; }
.swiper-container-horizontal>.swiper-pagination-progressbar { width: 100%; height: 4px; left: 0; top: 0 }
.swiper-container-vertical>.swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0 }
.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, .25) }
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff }
.swiper-pagination-black .swiper-pagination-bullet-active { background: #000 }
.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, .25) }
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000 }
.swiper-pagination-lock { display: none }
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, .1) }
.swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% }
.swiper-container-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98% }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, .5); border-radius: 10px; left: 0; top: 0 }
.swiper-scrollbar-cursor-drag { cursor: move }
.swiper-scrollbar-lock { display: none }
.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center }
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain }
.swiper-slide-zoomed { cursor: move }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite }
.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-position: 50%; background-size: 100%; background-repeat: no-repeat }
.swiper-lazy-preloader-white:after { }
@-webkit-keyframes swiper-preloader-spin { 100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin { 100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000 }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out }
.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-cube { overflow: visible }
.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100% }
.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0 }
.swiper-container-flip { overflow: visible }
.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 }
.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px }
.slider_swiper_buttons .icon-arrow-left,.slider_swiper_buttons .icon-arrow-right {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
}
/* banner */
.slider_banner {
    /* padding-top: 6.1875rem; */
}
.swiper-button-white:hover {
    background: #FF8E32;
    border-radius: 50%;
}
.slider_swiper_buttons .swiper-button-white:hover .icon-arrow-left, .slider_swiper_buttons .swiper-button-white:hover .icon-arrow-right {
    border: 1px solid #FF8E32;
}
.product-view .swiper-button-white {
    display: block;
    top: 87%;
}
.product-view .swiper-button-white:hover{ background: inherit !important;}
.swiper-button-white {
    position: absolute;
    top: 50% ;
    z-index: 5;
    cursor: pointer;
    /* opacity: .5; */
    opacity: 0;
    transition: all .3s ease;
}
.swiper-button-white:hover{
    opacity: 1;
}
.banner_button_prev{
    left: 87px;
}
.banner_button_next{
    right: 87px;
}
.swiper-button-white .iconfont{
    color: #fff;
}
.slider_banner .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}
/* banner end*/
/******/
/* .sub-head-banner {
    margin-bottom: 58px;
} */
.sub-head-banner img {
    width: 100%;
}
/**产品详情**/
.detail-wrapper-box {
    margin-top: 20px;
}
.detail-wrapper-title {
    width: fit-content;
    height: 49px;
    line-height: 49px;
    background: #E9E9E9;
    font-family: 'Nunito_Sans';
    font-weight: 900;
    font-size: 18px;
    color: #083791;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-left: 68px;
    padding-right: 37px;
    box-sizing: border-box;
}
.detail-wrapper-title::before {
    content: '';
    display: block;
    width: 45px;
    height: 54px;
    background: url(../img/ysz/left-top-img-icon.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -5px;
}
.atext {
    margin-bottom: 25px;
}
.atext p {
    font-family: 'NunitoSans-Regular';
    font-weight: 400;
    font-size: 16px !important;
    padding: 0 !important;
    color: #000000;
    line-height: 36px;
}
.pword {
    color: #083791 !important;
    font-weight: bold !important;
}
.imgsdetail {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
/**zs**/
.zs-box {
    margin-top: 103px;
    margin-bottom: 122px;
}
.company-info-box {
    padding-bottom: 60px;
}
.zs-title {
    font-family: 'Nunito_Sans';
    font-weight: bold;
    font-size: 38px;
    color: #232323;
    line-height: 43px;
}
.zs-title span {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.zs-title span::before {
    content: '';
    display: inline-block;
    width: 195px;
    height: 2px;
    border-radius: 2px;
    background: #083791;
    position: absolute;
    left: 0;
    bottom: 0;
}
.zs-list {
    margin-top: 35px;
    margin-left: -20px;
    margin-right: -20px;
}
.zs-list li {
    width: 25%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
}
.zs-list li img {
    width: 100%;
}
/****/
.info-brief {
    margin-top: 68px;
}
.info-brief p {
    font-family: 'Source_Sans_Pro';
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 27px;
    margin-bottom: 25px;
}
.info-brief-left {
    float: left;
    flex: 1;
    margin-right: 60px;
}
.ibbox {
    display: flex;
}
.aboutimg-box img {
    max-width: 100%;
}



.page-download .title{position: relative;display: flex;justify-content: start;align-items: center;color: #333;font-size: 48px;font-weight: bold;}
.page-download .title .right_line{display: flex;flex-direction: column;justify-content: space-evenly;margin-left: 15px;height: 46px;}
.page-download .title .right_line::before{width: 70px;height: 3px;content: ' ';display: inline-block;background-color: #083791;}
.page-download .title .right_line::after{width: 106px;height: 3px;content: ' ';display: inline-block;background-color: #083791;}
.page-download .title .left_line{display: flex;flex-direction: column;justify-content: space-evenly;margin-right: 15px;height: 46px;align-items: end;}
.page-download .title .h1{font-size: 48px;}
.page-download .title .left_line::before{width: 70px;height: 3px;content: ' ';display: inline-block;background-color: #083791;}
.page-download .title .left_line::after{width: 106px;height: 3px;content: ' ';display: inline-block;background-color: #083791;}


.pdf_list{margin-top: 3%;}
.pdf_list .title{justify-content: center;}
.pdf_list .content .list{width: 78%;margin-right: 2%;display: flex;justify-content: start;flex-wrap: wrap;}
.pdf_list .content .right_nav{width: 20%;}
.pdf_list .content{display: flex;justify-content: space-between;align-items: start;margin-top: 2%;}
.pdf_list .content .list{width: 78%;margin-right: 2%;}
.pdf_list .pdf_item{width: 31%;margin-right: 3.5%;background-color: #f7f7f7;padding: 3% 2%;display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 3.5%;}
.pdf_list .pdf_item:nth-child(3n){margin-right: 0;}
.pdf_list .pdf_item .desc{text-align: center;margin: 3% 0 6%;}
.pdf_list .pdf_item .button_warp{display: flex;justify-content: space-around;align-items: start;width: 100%;}

.products_warp .title{justify-content: center;}
.products_warp .title_warp .desc{font-size: 16px;color: #666666;line-height: 1.7;text-align: center;margin: 15px 0 30px;}
.product_contenr{display: flex;justify-content: start;align-items: start;}
.product_contenr .product_item{width: 32%;margin-right: 1.3%;}
.product_contenr .product_item .img_warp{position: relative;padding-bottom: 95%;overflow: hidden;}
.product_contenr .product_item .img_warp img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;transition: all .3s;}
.product_contenr .product_item:hover img{transform: scale(1.1);}
.product_contenr .product_item .info_warp{background-color: #f7f7f7;padding: 3% 4%;text-align: left;}
.product_contenr .info_warp .title{font-weight: bold;font-size: 20px;color: #333333;justify-content: start;margin-bottom: 12px;height: 3em;align-items: start;}
.product_contenr .info_warp .desc{height: 15em}
.news_warp{margin-top: 5%;margin-bottom: 5%;}
.news_warp .title{justify-content: center;}
.news_warp .title_warp .desc{font-size: 16px;color: #666666;line-height: 1.7;text-align: center;margin: 15px 0 30px;}
.news_contenr{margin-top: 3%;flex-direction: column;;}
.news_contenr .news_item{background-color: #fff;display: flex;justify-content: space-between;align-items: center;margin-bottom: 24px;}
.news_contenr .news_item:nth-child(n){flex-direction: row-reverse;}
.news_contenr .news_item:nth-child(2n){flex-direction: row;}
.news_contenr .news_item .img_warp{width: 74%;padding-bottom: 30%;position: relative;overflow: hidden; width: 24%;}
.wbox_box > .img_warp{width: 122%  !important;padding-bottom: 25% !important;position: relative;overflow: hidden;}
.news_contenr .news_item .img_warp img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;transition: all .3s;}
.news_contenr .news_item .img_warp:hover img{transform: scale(1.1);}
.news_contenr .news_item .info_warp{padding: 4% 5% 4% 8%;position: relative; flex: 1;}
.news_contenr .news_item .info_warp::before{content:' ';height: 20%;width: 16px;background-color: #083791;display: block;position: absolute;left: 6%;top: 4%;min-height: 106px;}
.news_contenr .news_item .info_warp .title{font-size: 20px;line-height: 1.2;margin-bottom: 14px;margin-top: 10px;justify-content: start;}
.news_contenr .news_item .info_warp .link{border: 2px solid transparent;transition: all .3s;display: flex;width: 152px;height: 48px;margin-top: 4%;border-radius: 0 24px 0;background-color: #083791;color: #fff;justify-content: center;align-items: center;font-size: 20px;font-weight: bold;}
.news_contenr .news_item .info_warp .link:hover{background-color: #fff;color: #083791;border: 2px solid #083791;}


.faq-Resources-right-box>div {border: 1px solid #333333;padding: 24px 18px;margin-bottom: 22px;width: 100%;}
.faq-Resources-right-box>div>div {display: flex;}
.faq-Resources-right-box>div>div>div:last-child {margin-left: 60px;width: 100%;}
.faq-Resources-right-boxtop {padding-bottom: 10px;border-bottom: 1px solid #E7E7E7;}
.faq-Resources-right-boxtop>div:first-child {width: 25px;height: 25px;background: #0D44A8;border-radius: 50%;}
.faq-Resources-right-boxbot {padding-top: 10px;}
.faq-Resources-right-boxbot>div:first-child {width: 25px;height: 25px;background: #666666;border-radius: 50%;}
.faq-Resources-right-boxbot>div:first-child,
.faq-Resources-right-boxtop>div:first-child {display: flex;justify-content: center;align-items: center;font-family: Arial;font-weight: 400;font-size: 16px;color: #FFFFFF;line-height: 37px;}
.faq-Resources-right-foot {display: flex;justify-content: center;width: 100%;}
.faq-Resources-right-foot>div:first-child {margin-right: 7px;}
.faq-Resources-right-foot>div:last-child {margin-left: 7px;}
.faq-Resources-right-foot-prev,
.faq-Resources-right-foot-next {background-color: #F4F4F5;width: 34px;height: 34px;}
.faq-Resources-right-foot-font>div {width: 34px;height: 34px;background-color: #F4F4F5;margin-right: 7px;}

.application-top {
    width: 100%;
    padding-top: 82px;
}

.application-top-title {
    width: 100%;
    text-align: center;
    margin-bottom: 77px;

}

.application-top-title>p {
    font-family: Arial;
    font-weight: 400;
    font-size: 45px;
    color: #0d44a8;
    line-height: 53px;
    margin-bottom: 21px;
}
.application-top-title>h1 {
    font-family: Arial;
    font-weight: 400;
    font-size: 45px;
    color: #0d44a8;
    line-height: 53px;
    margin-bottom: 21px;
}

.application-top-title>span {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.application-bottom-cont-box {
    display: flex;
    margin-bottom: 58px;
}

.application-bottom-cont-box:nth-child(2n),
.application-bottom-cont-boxflex {
    flex-direction: row-reverse;
}

.application-bottom-cont-boxleft {
    width: 50%;
    overflow: hidden;
    position: relative;
    padding-bottom: 45%;
}

.application-bottom-cont-boxleft img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.application-bottom-cont-boxleft img:hover{
    transform: scale(1.1);
}

.application-bottom-cont-boxright {
    width: 50%;

}

.application-bottom-cont-boxright-font {
    background-color: #F0F0F0;

}

.application-bottom-cont-boxright-tit {
    padding-left: 42px;
    margin-top: 66px;
}

.application-bottom-cont-boxright-tit a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
}

.application-bottom-cont-boxright-text {
    padding-left: 42px;
    margin-top: 25px;
    margin-bottom: 42px;
}

.application-bottom-cont-boxright-text a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    color: #1449aa;
    line-height: 47px;
}

.application-bottom-cont-boxright-font {
    padding: 28px 56px 45px 42px;
}

.application-bottom-cont-boxright-font p a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 47px;
}

.application-bottom-cont-boxright-font span a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.faq-Resources-left .box1 {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(13, 68, 168, 0.11);
    border: 1px solid #B6C7E5;
    margin-top: 41px;
}

.faq-Resources-left .box1-title {
    background: #F2F2F2;
}

.faq-Resources-left .box1-title a {
    text-align: center;
    padding: 21px 0;
    display: block;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #0D44A8;
}

.box1-div1 {
    padding: 22px 17px;
}

.box1-div1img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box1-div1img img {
    max-height: 206px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.box1-div1text .home-new-leftrow{margin-top: 15px;}
.box1-div1text .p1 {
    margin-top: 15px;
}

.box1-div1text .p1>a {

    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.faq-Resourcesflex1 {
    flex-direction: row-reverse;
}

.faq-Resources-left {
    margin-right: 0px !important;
}

.pr1 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.divv1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.divv2 {
    display: flex;
    align-items: center;
}

.ulr1 {
    display: flex;
}

.ulr1 .lir1 {
    width: 36px;
    height: 36px;
    background: #0D44A8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
}

.faq-Resources-right span {
    display: block;
}

.divimg11 {
    width: 100%;
    max-height: 522px;
    overflow: hidden;
    margin-bottom: 78px;
}

.divimg11 img {
    width: 100%;
    height: 100%;
}

.faq-Resources-right .spanr3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
}

.faq-Resources-right .spanr4 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    margin-top: 42px;
    margin-bottom: 43px;
}

.faq-Resources-right .spanr5 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
}

.faq-Resources-right .spanr6 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    margin-top: 41px;
    margin-bottom: 46px;
}

.faq-Resources-right .spanr7 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
}

.faq-Resources-right .spanr8 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    margin-top: 92px;
    margin-bottom: 50px;
}

.faq-Resources-right .divv3,
.faq-Resources-right .divv4 {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    display: flex;

}

.faq-Resources-right .divv3>span,
.faq-Resources-right .divv4>span {
    margin-left: 22px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 57px;
}

.faq-Resources-right .divv3>p,
.faq-Resources-right .divv4>p {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 57px;
}

.margintop {
    margin-top: 0px !important;
}

.faq-Resources {
    margin-top: 99px !important;
    margin-bottom: 62px;
}

@media screen and (max-width: 530px) {
    .divv1 {
        flex-direction: column;
        align-items: normal
    }

    .divv2 {
        margin-left: 0px;
        margin-top: 20px;
    }

    .faq-Resources-right .divv3,
    .faq-Resources-right .divv4 {
        flex-direction: column;
    }

    .faq-Resources-right .divv3>span,
    .faq-Resources-right .divv4>span {
        margin-left: 0px;
        line-height: 29px;
    }
}

/* .table th,
table td:first-child {
    padding-left: 0px;
}

.table th,
table td:last-child {
    padding-right: 0px;
} */

.faq-Resources-right>p>img {
    max-width: 100%;
}

.faq-Resources-right>p {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
}

.Project {
    width: 100%;
    margin-bottom: 89px;
}

.Project--box1 {
    padding-top: 105px;
}

.Project-ap1 {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 74px;
    color: #0D44A8;
    margin-bottom: 32px;
}

.Project-ap1>span {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .Project-ap1 {
        font-size: 30px;
    }

    .Project-ap1>span {
        font-size: 30px;
    }
}

.Project-box {
    display: flex;
    width: 100%;
}

.Project-img {
    width: 40%;
}

.Project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Project-text {
    width: 60%;
    padding: 69px 0px 77px 58px;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.Project-box1>span,
.Project-box2>span,
.Project-box3>span,
.Project-box4>span {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: block;
    margin-top: 30px;
}

.Project-p1 {
    margin-top: 30px;
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 34px;
}

.Project-p2 {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 20px;
    color: #0D44A8;
    line-height: 34px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.Project-p2::before {
    width: 29px;
    height: 2px;
    background-color: #0D44A8;
    content: "";
    display: block;
    margin-right: 10px;
}

.Project-box5 {
    background-color: #0D44A8;
    width: 100%;
    padding: 55px 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.Project-box5-p1 {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.marginbot {
    margin-bottom: 89px;
}

@media screen and (max-width: 1024px) {
    .Project-box {
        flex-direction: column;
    }

    .Project-img {
        width: 100%;
    }

    .Project-text {
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    .Project--box1 {
        padding-top: 44px
    }
}

@media screen and (max-width: 1024px) {
    .application-bottom-cont-box {
        flex-direction: column;
    }
    .application-bottom-cont-box:nth-child(2n){flex-direction: column;}

    .application-bottom-cont-boxleft {
        width: 100%;
    }

    .application-bottom-cont-boxright {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .application-top {
        padding-top: 30px !important;
    }

    .application-top-title {
        margin-bottom: 24px;
    }

    .application-bottom-cont-boxright-tit {
        margin-top: 38px;
    }
}
.more{
    width: 179px;
    height: 56px;
    background: #0D44A8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-left: 42px;
    text-align: center;
    line-height:56px;
}
.more a{
    color:#fff;
    width: 100%;
    height:100%;
}



@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1500px) {
    .index-logo span {
        font-size: 18px;
    }
    .line-span {
        margin-left: 27px;
        margin-right: 32px;
    }
}
@media only screen and (max-width: 1400px) {
    .index-logo span {
        font-size: 16px;
    }
    .line-span {
        margin-left: 25px;
        margin-right: 30px;
    }
    .a-index-link .GETAQUOTES {
        width: 140px;
    }
    .index-logo img {
        max-width: 125px;
    }
}
@media only screen and (max-width: 1300px) {
    .index-logo span {
        font-size: 15px;
    }
    .line-span {
        margin-left: 20px;
        margin-right: 25px;
    }
    .a-index-link .GETAQUOTES {
        width: 140px;
    }
    .index-logo img {
        max-width: 125px;
    }
    .tel-num {
        margin-left: 20px;
    }
    .a-index-link .GETAQUOTES {
        cursor: pointer;
        width: 130px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #083791;
        font-family: 'Nunito_Sans';
        font-weight: bold;
        font-size: 13px;
        color: #083791;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }
    .side-tit-bar .side-tit {
        font-size: .15rem;
    }
}
@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
    .layout {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-wrapper .foot-social{
        display: none;
    }
    .head-wrapper .nav-bar .nav{
        float: none;
        text-align: center;
    }
    .head-wrapper .nav-bar .nav>li{
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .nav-bar .nav>li {
        
        padding: 0 14px;}

    .head-wrapper .nav-bar .nav>li>a{
        float: none;
    }
    .head-wrapper .nav-bar .nav>li>ul{
        text-align: left;
    }
    .nav-bar,
    .logo img {
    }
    .index-title-bar .title {
        font-size: .33rem;
    }
    .partner-layer .owl-carousel .owl-controls .owl-prev{
        left: 0;
    }
    .partner-layer .owl-carousel .owl-controls .owl-next{
        right: 0;
    }
    .rev_slider_wrapper{
        max-width: inherit;
    }
    .head-wrapper .layout,
    .index-main-content .layout {
        max-width: 1200px;
    }
    .index-cate-layer .gd-row{
        margin-left: -.15rem;
        margin-right: -.15rem;
    }
    .index-cate-item{
        padding: .15rem;
    }
    .index-cate-item .item-tit{
        font-size: .36rem;
    }
    .index-cate-item .item-info{
        font-size: .14rem;
    }
    .product-items .layer-body{
        margin-left: -.15rem;
        margin-right: -.15rem;
    }
    .product-items .product-item{
        padding-left: .15rem;
        padding-right: .15rem;
    }
}
@media only screen and (max-width: 1240px) {
    .head-wrapper .head-contact li {
        /* transform: scale(0.8); */
    }
    .line-span {
        margin-left: 10px;
        margin-right: 15px;
    }
    .a-index-link .GETAQUOTES {
        margin-left: 20px;
        width: 104px;
        height: 40px;
        line-height: 40px;
        margin-top: 6px;
    }
    .email-title, .tel-title {
        font-size: 17px;
    }
    .email-num span, .tel-num span {
        font-size: 14px;
    }
    .index-logo span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .pdf_list .content .right_nav{display: none;}
	.pdf_list .content .list{width: 100%;margin-right: 0;}
    .aside {
        /*width: 200px;*/
        width: 20%;
    }
    .main{
        width: 78%;
    }
    .footer-item p {
        font-size: 14px;
    }
    .footer-item ul li a, .footer-item ul li span {
        font-size: 15px;
    }
    .foorts-hz {
        padding-right: 60px;
    }
    .footer-item-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1110px) {
    .line-span {
        margin-left: 10px;
        margin-right: 15px;
    }
    .a-index-link .GETAQUOTES {
        margin-left: 20px;
        width: 104px;
        height: 40px;
        line-height: 40px;
        margin-top: 6px;
        font-size: 12px;
    }
    .email-title, .tel-title {
        font-size: 16px;
    }
    .email-num span, .tel-num span {
        font-size: 13px;
    }
    .index-logo span {
        font-size: 12px;
    }
    .index-logo img {
        max-width: 95px;
    }
    .line-span {
        margin-top: 3px;
    }
    .tel-num, .email-num {
        text-align: left;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .main {
        /*width: 76%;*/
    }
    .foorts-hz {
        padding-right: 40px;
    }
    .footer-item:nth-child(2) {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}
@media only screen and (max-width: 950px) {
    .products_warp{margin: 5% 0;}
    .pdf_list .pdf_item{width: 49%;margin-right: 2%;background-color: #f7f7f7;padding: 3% 2%;display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 2%;}
    .pdf_list .pdf_item:nth-child(3n){margin-right: 2%;}
    .pdf_list .pdf_item:nth-child(2n){margin-right: 0%;}
    .product_contenr{flex-direction: column;}
    .product_contenr .product_item{width: 100%;margin-bottom: 15px;}
    .product_contenr .info_warp .desc{min-height: 8em;}
    .news_contenr .news_item:nth-child(n){flex-direction: column;padding: 8% 0;background-color: #f7f7f7;}
    .news_contenr .news_item .img_warp{padding-bottom: 52%;}
    .news_contenr .news_item .info_warp{margin-top: 4%;}
    .news_contenr .news_item .info_warp::before{left: 2%;}
    .news-list .new-item .info_warp .title{font-size: 18px;}
    .page-download .title{font-size: 22px;}
    .page-download .title .h1{font-size: 22px;}
    html {
        font-size: 550%;
    }
    .z10000 {
        position: relative;
        z-index: 100000;
    }
    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(../img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }
    img {
        max-width: 100%;
    }
    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }
    .head-wrapper{display: none;}
    .head-wrapper:before{
        display: none;
    }
    .head-wrapper .mobile-body-mask{
        z-index: 90;
    }
    .lang-more {
        display: none !important
    }
    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 60px;
        line-height: 60px;
        display: flex;
        align-items: center;
        z-index: 9999;
    }
    .mobile-head-item {
        float: left;
        width: 45px;
    }
    .mobile-head-item:first-child {
        width: auto;
    }
    .mobile-head-item.mobile-head-aside {
        float: right
    }
    .mobile-head-item .title {
        width: 100%;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        color: #000;
        display: flex;
        align-items: center;
    }
    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }
    .mobile-head-item.mobile-head-logo a {
        padding-left: 16px;
    }
    .mobile-head-item.mobile-head-logo img {
        height: 32px;
    } 
    .mobile-head-item.mobile-head-logo{
        flex: 1;
    }
    /* .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    } */
    .mobile-head-item.mobile-head-nav .title:before {
        content: '';
        background: url(../img/ysz/menu-icon.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .mobile-head-item.mobile-head-language .title:before {
        content: '';
        background: url(../img/ysz/diqiu-icon.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .mobile-head-item.mobile-head-search .title:before {
        content: '';
        background: url(../img/ysz/fangdajing-icon.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }
    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }
    .web_head .head-search { display: none; }
	.head-search { position: relative; width: 90%; height: 35px; background: #000; margin: 0 auto; }
	.head-search .search-ipt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #FFF; padding: 0 10px; }
	.head-search .search-btn { position: absolute; width: 35px; height: 100%; background: url(../img/ysz/search_btn_mobile.png) no-repeat center center; -webkit-background-size: auto 16px; background-size: auto 16px; border: none; right: 0; top: 0; display: block !important; }
	.head-search .search-attr { display: none; }
    .topbar{
        padding-top: 35px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #083791;
        border: 0;
    }
    .topbar .topleft{
        display: block;
        float: none;
    }
    .topbar .topleft,
    .topbar .topleft a,
    .topbar .topleft a:hover{
        color: #fff;
    }
    .head-wrapper .head-contact li{
        display: inline-block;
        float: none;
        margin: 0 .08rem;
        position: relative;
    }
    .head-wrapper .head-contact .gd-ico{
        background-color: #fff;
        color: #083791;
    }
    .nav-bar {
        padding:0;
        height: auto;
    }
    .head-layout{
        height: auto;
        padding: 0;
    }
    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .head-layout .logo img{
        max-height:.6rem;
    }
    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #000;
        font-family: 'fontawesome';
    }
    /*nav */
    .nav-bar{
        border-top: 0;
        border-bottom: 0;
    }
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav li a{
        display: block;
    }
    .nav li a:active{
        color: #b7045f;
    }
    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }
    .nav>li.has-child  b{
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .nav>li.has-child b:after {
        content: '\f105';
        color: #999;
        font-size: 24px;
        font-family: 'fontawesome';
    }
    .nav li ul {
        display: block;
        width: 100%;
    }
    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }
    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .nav li ul li:active{
        background-color: #f5f5f5;
    }
    .nav li ul li:active li{
        background: none;
    }
    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }
    .nav li ul li li:before {
        display: none;
    }
    .nav-bar:before{
        display: none;
    }
    .fixed-nav{
        position: static;
    }
    .head-r{
        display: block;
        float: none;
        padding-top: .1rem;
    }
    .head-wrapper{
        padding-bottom: .3rem;
        position: relative;
        top: auto;
        background-color: #083791;
    }
    .head-wrapper .head-contact{
        float: none;
        padding: 0;
        text-align: center;
    }
    .head-wrapper .head-contact li .val{
        font-style: italic;
    }
    .head-wrapper .head-contact li.head-phone {
        font-size:14px;
        position: relative;
    }
    .head-wrapper .head-contact li.head-phone .label{
        display: none;
    }
    .head-wrapper .head-contact li.head-phone:before{
        top: 0;
        margin-right: .1rem;
    }
    .head-wrapper .head-contact li .contact-link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav-bar .foot-social{
        display: none;
    }
    .head-wrapper .logo{
        padding-top: .1rem;
    }
    .sub-head{
        padding: .4rem .15rem;
    }
    .sub-head .layout{
        padding: 0;
    }
    .sub-head .sub-head-title{
        padding: 0;
        font-size: .32rem;
    }
    .sub-head .path-bar{
        margin: 0;
    }
    .sub-head .path-bar .path-nav{
        padding: 0;
    }
    /*footer*/
    .foot-items .foot-item{
        width: 45%;
        padding: .15rem .2rem .15rem 0;
    }
    .foot-items .foot-item:nth-child(2n+1){
        clear: left;
    }
    /* index */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .gd-layer{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .36rem;
    }
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .product-items .owl-carousel .owl-controls{
        width: 100%;
        top: -.5rem;
        position: static;
    }
    .product-items .owl-carousel .owl-controls .owl-nav{
        text-align: center;
        display: none!important;
    }
    .product-items .owl-carousel .owl-controls .owl-dots{
        display: block!important;
        padding-top: .1rem;
    }
    .synopses-tabs .tab-item{
        margin: 0 .2rem;
    }
    .has-mobile-link{
        position: relative;
    }
    span.has-mobile-link{
        display: inline-block;
    }
    .has-mobile-link .link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .index-cate-layer{
        padding-top: .1rem;
    }
    .index-cate-layer .gd-row{
        margin: 0 -.1rem;
    }
    .index-cate-item{
        width: 50%;
        padding: .075rem;
    }
    .index-cate-item:nth-child(n){
        clear: none;
    }
    .index-cate-item:nth-child(2n+1){
        clear: left;
    }
    .about-us{
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: inherit;
        padding: 1.9rem 0 .8rem;
    }
    .service-layer{
        padding: .6rem 0;
    }
    .partner-list{
        margin: 0 -.15rem;
    }
    .partner-list .partner-item{
        padding: .15rem;
    }
    /* aside */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-product-items{
        padding-top:.2rem;
    }
    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 1px solid #eee;
    }
    .product-view br{
        display: none;
    }
    .product-view .product-image {
        display: none
    }
    .product-view .image-additional li img,
    .product-view .image-additional li.current img{
        border: 0;
        outline: 0;
        vertical-align: middle;
    }
    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-view .image-additional ul {
        width: 100%;
    }
    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }
    .product-view .image-additional li a {
        padding: 0;
    }
    .product-view .image-additional li.current img {
        border-color: inherit;
    }
    .product-view .image-additional li.current a{
        border: 0;
        padding: 0;
    }
    .product-view .image-additional li.single {
        display: block
    }
    .product-view .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        padding-top: 0;
        bottom: .18rem;
        z-index: 1;
    }
    .product-view .owl-carousel .owl-controls .owl-dots .owl-dot{
        border: 0;
        background-color: rgba(0,0,0,.4);
    }
    .product-view .owl-carousel .owl-controls .owl-dots .active{
        background-color:#083791;
    }
    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }
    .product-btn-wrap{
        text-align: left;
        margin-top: .4rem;
    }
    .product-summary .share-this{
        text-align: left;
        margin: .2rem 0;
        float: none;
    }
    .product-btn-wrap .email,
    .product-btn-wrap .pdf,
    .product-btn-wrap .buy{
        margin: 0 .05rem .2rem 0;
    }
    /* product detail  */
    .product-detail{
        border: 0;
        padding:.6rem 0 0;
    }
    .product-detail .tab-panel-content{
        padding: .15rem 0;
    }
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        font-size: .32rem;
        font-weight: normal;
        margin: 0 0 15px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}
    /* Customers Also Bought */
    .goods-may-like .owl-carousel .owl-controls{
        height: auto;
        visibility: visible;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }
}
@media only screen and (max-width: 768px) {
    .layout,
    .path-bar .path-nav{
        width: auto;
        /*max-width: 90%;*/
    }
    .head-layout{
        max-width:inherit;
    }
    .topbar .topleft,
    .topbar .top-links{
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }
    .layout .logo{
    }
    .layout .logo img{
        height:.5rem;
    }
    /* index */
    .gd-layer{
    }
    .index-title-bar{
        margin-bottom: .4rem;
    }
    .synopsis-item .item-wrap{
        display: block;
    }
    .synopsis-item .item-info{
        padding-right: 0;
    }
    .product-item .item-wrap{
        outline: 0;
    }
    .product-item .item-info{
        padding-top: .15rem;
    }
    .product-item .gd-btn-box{
        display: none;
    }
    .product-items .layer-body{
        margin-left: -.05rem;
        margin-right: -.05rem;
    }
    .product-items .items-content{
        padding-bottom: 0;
    }
    .product-items .product-item{
        padding: .05rem;
        width: 50%;
    }
     .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .service-layer .index-title-bar{
        margin-bottom: .2rem;
    }
    .service-layer .layer-body{
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    .inquiry-pannel{
        width: 100%;
    }
    .about-us .about-detail{
        width: 100%;
        max-width: 500px;
    }
    /* product list */
    .items_list{
        padding:.15rem .1rem;
    }
    .items_list .product-item{
        width: 33.333333%;
        padding: .05rem;
    }
    .items_list .product-item .item-wrap {
        outline: 0;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(3n+1){
        clear: left;
    }
    .items_list .product-item .item-info{
    }
    .items_list .product-item .item-wrap .btn-view{
        display: block;
    }
    /* product */
    .goods-may-like .goods-items{
        padding: .2rem .1rem;
    }
    .goods-may-like .product-item{
        padding: 0;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots{
        padding: .2rem 0;
    }
    /* footer */
    .partner-list{
        padding: 0;
    }
    .gotop{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #083791;
    }
    .foot-bar{
        display: block;
        padding: .3rem 0;
        text-align: center;
    }
    .foot-bar .foot-layout{
        display: block;
    }
    .foot-social li{
        padding: 0 .05rem;
    }
    .foot-social li a{
        padding: 10px;
    }
    .foot-social li img{
        max-width: 14px;
    }
    .foot-bar .foot-info{
        text-align: center;
        padding-top: .15rem;
    }
}
@media only screen and (max-width: 500px) {
    .layout,
    .path-bar .path-nav{
        width: auto;
        max-width: inherit;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }
    .head-layout .logo img{
        max-height:.5rem;
    }
    /* page nav */
    .path-bar .path-nav{
        padding-bottom: 0;
        border-bottom-width: 1px;
    }
    /* index */
    .index-title-bar{
        margin-bottom: .25rem;
    }
    .index-title-bar .index-title{
        padding-top: .1rem;
    }
    .index-title-bar .index-title,
    .about-us .about-detail .about-title{
        font-size: .26rem;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .index-title-bar .title-desc{
        width: 100%;
        max-width: inherit;
    }
    .gd-btn{
        border-radius: .03rem;
    }
    .gd-btn:before{
        display: none;
    }
    .product-item{
        padding: .05rem;
    }
    .product-items:before{
        display: none;
    }
    .product-items .items-content{
        margin: 0 -.05rem;
        padding-bottom: 0;
    }
    .product-items .layer-body{
        margin: 0 -.05rem;
    }
    .product-items .product-item .item-img:before,
    .product-items .product-item .item-img:after{
        display: none;
    }
    .product-items .product-item{
        width: 50%;
    }
    .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .product-items .owl-carousel .owl-controls .owl-prev,
    .product-items .owl-carousel .owl-controls .owl-next{
        display: none;
    }
    .product-items .owl-carousel .owl-controls .owl-dot{
        display: inline-block;
    }
    .items_list ul{
        margin: 0 -.1rem;
    }
    .items_list .product-item{
        width: 50%;
        padding-top: .05rem;
        padding-bottom: .05rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .index-cate-item{
        width: 100%;
        float: none;
    }
    .about-us{
        background: #434955;
        background-image: none!important;
        padding: .8rem 0;
    }
    .about-us .about-desc{
        font-size: .2rem;
    }
    .partner-list .partner-item{
        width: 50%;
    }
    .partner-list .partner-item img{
        max-height: 60px;
    }
    /* product */
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .share-this{
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .main-tit-bar .share-this img{
        max-width: 60%;
    }
    .side_product_item {
        width: 100%;
    }
    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }
    .inquiry-form {
        padding:.2rem .1rem;
    }
    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }
    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }
    .inquiry-form textarea.form-text {
        width: 100%;
    }
    .goods-may-like .goods-items{
    }
    .goods-may-like .owl-carousel .owl-item{
        overflow: visible;
    }
    .goods-may-like .product-item{
        overflow: visible;
    }
    .goods-may-like .product-item .item-wrap{
        position: relative;
    }
    /* blog */
    .blog-item .item-img{
        float: none;
        margin-right: 0;
    }
    .blog-item .item-info .item-title{
        font-size: .24rem;
        line-height: 1.1;
        font-weight: normal;
        padding-top: .15rem;
    }
    .blog-item .item-info time{
        color: #999;
    }
    .blog-item .item-info .item-detail{
        color: #666;
    }
    .blog-item .item-info .item-more{
        border-radius: .18rem;
        background-color:#083791;
        color: #fff;
        border-color: rgba(0,0,0,0);
        margin: .1rem auto 0;
    }
    .blog-item:hover .item-info .item-more{
        color: #fff;
    }
    /* download */
    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }
    .download-item .item-button {
        float: none;
    }
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {
    .synopsis-item,
    .product-item,
    .items_list .product-item,
    .product-items .product-item {
        width: 100%
    }
}
@media only screen and (max-width:950px) {
    .change-language-cont {
        top: auto!important;
        padding: 0!important;
        width: 100%!important;
        text-align: left!important
    }
    .sub-content {
        position: relative!important;
        display: block!important;
        right: auto!important;
        border-radius: 0!important;
        border: none!important;
        box-shadow: none!important;
        z-index: 99999!important
    }
    .change-language-title {
        display: none!important
    }
    .change-language-cont ul li {
        width: 25%!important;
        margin: 0!important;
        border: none!important
    }
}
@media only screen and (max-width:768px) {
    .change-language-cont ul li {
        width: 33.33333%!important
    }
}
@media only screen and (max-width:640px) {
    .change-language-cont ul li {
        width: 50%!important
    }
}
@media only screen and (max-width:320px) {
    .change-language-cont ul li {
        width: 50%!important
    }
}
.none {
    display: none
}
.mobile-imgbanner {
    width: 100%;
    height: auto;
}
/**jh**/
@media only screen and (max-width:950px) {
    .topbar, .dh-top {
        display: none;
    }
    .slider_swiper_buttons {
        display: none;
    }
    .web_main {
        padding-top: 0;
    }
    .product-box {
        padding-top: 43px;
        padding-bottom: 38px;
    }
    .index-title-bar .index-title, .index-title-bar .index-title a {
        font-size: 24px;
    }
    .index-title-bar p {
        line-height: 24px;
        font-size: 14px;
    }
    .product-info-title {
        font-size: 16px;
    }
    .product-info p {
        font-size: 14px;
    }
    .a-more-btn {
        font-size: 13px;
    }
    .a-more-btn span {
        margin-top: -2px;
    }
    .index_show_advantage_wrap .swiper-button-prev:before, 
    .index_show_advantage_wrap .swiper-container-rtl .swiper-button-next:before,
    .index_show_advantage_wrap .swiper-button-next:before, 
    .index_show_advantage_wrap .swiper-container-rtl .swiper-button-prev:before  {
        width: 34px;
        height: 34px;
    }
    .swiper_buttons {
        width: 90px;
        margin-top: 50px;
    }
    .pro-concat-box {
        font-size: 15px;
        margin-top: 82px;
    }
    .loadDown-box {
        background: url(../img/ysz/mobile-loaddown-img.webp) no-repeat;
        background-size: 100% 100%;
    }
    .load-title {
        font-size: 12px;
        line-height: 26px;
    }
    .loadDown-inner p {
        font-size: 18px;
    }
    .loadDown-inner a {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
    }
    .index-about-top {
        display: flex;
        flex-direction: column;
    }
    .index-about-top-right {
        order: 1;
        margin-left: 0;
        width: 100%;
    }
    .index-about-top-left {
        order: 2;
        width: 96%;
        margin-left: 18px;
        margin-top: 20px;
    }
    .index-about {
        margin-top: 46px;
    }
    .about-link-jump {
        display: none;
    }
    .iatl-img::after {
        left: -18px;
        top: -20px;
    }
    .index-about-bottom {
        background: #E9E9E9;
        margin-top: 44px;
        padding-bottom: 40px;
    }
    .index-about-bottom ul {
        flex-direction: column;
        flex-wrap: unset;
    }
    .index-about-bottom ul li {
        width: 100%;
    }
    .index-about-bottom ul li:nth-child(2n) {
        border-bottom: 1px solid rgba(38, 38, 38, .19);
        padding-bottom: 32px;
    }
    .index-about-bottom ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .index-about-bottom ul li p {
        /* padding-right: 60px; */
        padding-bottom: 18px;
        padding-left: 0;
        font-family: 'Source_Sans_Pro';
        font-weight: 400;
        font-size: 14px;
        color: #262626;
    }
    .index-about-bottom p,
    .index-about-bottom a p{
      max-height: none;
    }
    .index-about-bottom p::before,
    .index-about-bottom a p::before {
        top: 32px;
        left: 0;
        width: 32px;
    }
    .our-clients-box .index-title-bar p {
        font-family: 'Source_Sans_Pro';
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
    }
    .icon-list {
        padding: 20px 14px 7px 14px;
        box-sizing: border-box;
        border-radius: 0;
    }
    .icon-list li {
        width: 33.333%;
        height: 38px;
    }
    .icon-list li a {
        height: 38px;
    }
    .icon-list li:nth-child(8) img {
        height: 38px;
    }
    .development-path {
        background: url(../img/ysz/mobile-pattern.webp) no-repeat;
        background-size: 100% 100%;
        margin-top: 0;
        overflow: hidden;
    }
    .time-bar {
        flex-direction: column;
        position: relative;
        left: 50%;
        margin-top: 0;
    }
    body .time-bar-item .time-bar-item-text p {
        width: 100% !important;
    }
    .time-bar-item {
        height: 62px;
        width: 2px;
        background: #E9E9E9;
    }
    .time-bar-item::after {
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .time-bar-item:first-child::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .time-bar-item:last-child::after {
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .time-bar-item i {
        top: unset;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .time-bar-item:nth-child(1) .time-bar-item-text,
    .time-bar-item:nth-child(3) .time-bar-item-text,
    .time-bar-item:nth-child(5) .time-bar-item-text  {
        top: 16px;
        right: unset;
        left: -40vw;
        width: 35vw;
    }
    .time-bar-item:nth-child(5) .time-bar-item-text {
        /* left: -182px; */
    }
    .time-bar-item:nth-child(2) .time-bar-item-text, 
    .time-bar-item:nth-child(4) .time-bar-item-text,
    .time-bar-item:nth-child(6) .time-bar-item-text {
        top: 3px;
        right: -40vw;
        width: 35vw;    
    }
    .time-bar-item:nth-child(6) .time-bar-item-text {
        /* right: -125px; */
    }
    .seize {
        height: 44px;
    }
    .bar-year {
        font-size: 24px;
    }
    .time-bar-item-text p {
        font-size: 14px;
        line-height: unset;
    }
    .development-path .index-title-bar {
        margin-bottom: 0;
    }
    .newstop {
        margin-top: 43px;
    }
    .news-info {
        padding-top: 10px;
    }
    .news-list ul {
        flex-direction: column;
    }
    .news-list li {
        width: 100%;
        background: #E9E9E9;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.04);
        margin-bottom: 18px;
    }
    .news-info p, .news-more-btn {
        display: none;
    }
    .news-info-title {
        margin-bottom: 0;
        padding-bottom: 17px;
    }
    .newstop .index-title-bar {
        margin-bottom: 25px;
    }
    .form-box {
        flex-direction: column;
    }
    .form-img-box, .form-input-box {
        width: 100%;
    }
    .form-input-box {
        padding: 0 11px 24px 11px;
        box-sizing: border-box;
    }
    .form-input-box label{
      display: block;
      width: 100%;
    }
    .form-input {
        display: flex;
    }
    .form-input input {
        height: 30px;
        font-size: 12px;
        width: 100%;
    }
    .form-item:first-child .form-input {
        width: 50%;
    }
    .form-item:first-child .form-input:first-child {
        margin-right: 14px;
    }
    .submit-input {
        font-size: 15px;
        height: 38px;
        line-height: 38px;
        margin-top: 28px;
        margin-left: 50%;
        /* transform: translateX(-50%); */
    }
    .concat-box {
        margin-top: 44px;
    }
    .index-main-content {
        margin-bottom: 42px;
    }
    .footer-items-box {
        flex-direction: column;
        justify-content: unset;
        padding-bottom: 34px;
        padding-top: 50px;
    }
    .fi-first {
        width: unset;
        display: flex;
        padding-right: 0;
    }
    .roh-footer {
        flex: 1;
        margin-left: 46px;
    }
    .footer-item:nth-child(2) {
        padding-left: 0;
    }
    .down1 .footer-item-title {
        position: relative;
        border-bottom: 1px solid #E9E9E9;
        height: 58px;
        line-height: 58px;
        margin-bottom: 0;
    }
    .down1 .footer-item-title::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 15px;
        background: url(../img/ysz/icon-right.webp) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }
    .down1.active .footer-item-title::after {
        transform: rotate(90deg);
    }
    .down1 ul {
        padding-top: 0;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .down1.active ul {
        padding-top: 24px;
    }
    .icon-links {
        padding-left: 0;
        padding-top: 16px;
    }
    .foorts-hz {
        width: unset;
        flex-direction: column;
        justify-content: unset;
        padding-right: 0;
    }
    .down1.active .down-menu {
        max-height: 290px;
        border-bottom: 1px solid #E9E9E9;
    }
    .down-menu {
        transition: max-height 0.5s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }
    .img-mobile-icon {
        width: 20px;
        height: 20px;
        display: block;
        margin-right: 13px;
    }
    .foorts-hz .footer-item {
        max-width: unset;
    }
    .foorts-hz .footer-item li {
        display: flex;
        align-items: center;
    }
    .last-item-ul li {
        display: flex;
        align-items: center;
    }
    .last-only-info {
        width: unset;
    }
    .last-only-info .footer-item-title {
        padding-top: 23px;
        margin-bottom: 21px;
    }
    .foorts-hz {
        margin-top: 38px;
    }
    .copy-right {
        background: transparent;
        border-top: 1px solid rgba(233, 233, 233, .29);
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 12px;
        color: #E8E8E8;
        text-align: center;
        padding: 14px 0 55px;
    }
    .copy-right a{
        font-size: 12px;
        color: #E8E8E8;
        text-align: center;
    }
    .footer-end {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }
    .footer-end li {
        background: #001648;
        height: 46px;
        width: 33.333%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #083791;
    }
    .footer-end li:last-child {
        border-right: 0;
    }
    .footer-end li img {
        width: 20px;
        height: 20px;
    }
    .footer-logo {
        display: flex;
        align-items: center;
    }
    .footer-item p, .read-more-foot {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-item ul li a, .footer-item ul li span {
        font-size: 14px;
    }
    .footer-item ul li {
        margin-bottom: 6px;
    }
    .down1.active .down-menu {
        padding-bottom: 20px;
    }
    .our-clients-box {
        padding-top: 38px;
    }
    .pc-imgbanner {
        display: none;
    }
    .mobile-imgbanner {
        display: block;
    }
    .sub-head-banner {
        /* margin-bottom: 29px; */
        margin-top: 60px;
    }
    .ibbox {
        flex-direction: column;
    }
    .aboutimg-box {
        order: 1;
        margin-bottom: 20px;
    }
    .info-brief-left {
        order: 2;
        margin-right: 0;
    }
    .info-brief p {
        font-size: 14px;
    }
    .company-info-box {
        padding-bottom: 20px;
    }
    .zs-title {
        font-size: 19px;
        line-height: unset;
    }
    .info-brief {
        margin-top: 34px;
    }
    .zs-box {
        margin-top: 36px;
        margin-bottom: 70px;
    }
    .zs-list li {
        width: 50%;
        padding: 0;
    }
    .zs-list {
        margin-left: 0;
        margin-right: 0;
    }
}
.pc_banner_swiper {
    display: block;
    margin-top: 152px;
}
@media only screen and (max-width:950px) { 
   body .pc_banner_swiper {
        display: none;
    }
}
.phone_banner_swiper {
    display: none;
}
@media only screen and (max-width:950px) { 
   body .phone_banner_swiper {
        display: block;
        margin-top: 60px;
    }
 }
.pc_banner_swiper .swiper-slide img{
    width: 100%;
    height: auto;
}
 .crumb{
    line-height:54px;
    margin-bottom: 24px;
    background: #F5F5F5;
    color: #000;
    box-sizing: content-box;
}
.crumb a{
    color: #000;
}
.crumb a:hover{color: #083791; text-decoration: underline;}
.crumb a:first-child::before,
.crumb .home::before{
    content:'\e625';
    font-family: iconfont;
    color: #083791;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.crumb em{
    margin: 0 10px;
    color: #CCCCCC;
}
.crumb .pageName{
    color: #000;
    /* text-transform: capitalize; */
}
.crumb span.pageName{
    color: #083791;
}
.companyTitle{
    font-size: 1.875rem;
    font-family: Anton, Anton;
    text-align: center;
}
.aboutPage p{
    line-height: 1.8;
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow:ellipsis;}
.ellipsis6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;text-overflow:ellipsis;}
.fl-rich-text img {max-width: 100%;height: auto;width: auto;}
.yiny {-moz-box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);-webkit-box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);}
.img_cover{object-fit:cover !important}
.img_contain{object-fit:contain !important}
.con_proImg{position:relative;height: 0;overflow: hidden;padding-bottom: 60%;}
.con_proImg img{position:absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;}
.listH {}
.listH li {z-index:1;-webkit-transition:all 150ms ease-out 0ms;-moz-transition:all 150ms ease-out 0ms;-o-transition:all 150ms ease-out 0ms;transition:all 150ms ease-out 0ms;}
.listH li:hover {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);opacity:1;z-index:20;box-shadow:0 40px 100px 0 rgba(84,84,84,0.5);cursor:pointer !important;}
.tList:after {content:'';display:table;clear:both;}
.tList li {float:left;}
.tList2 {}
.tList2 li {width:48%;margin-left:4%;/* border:1px solid #CDCDCD; */margin-bottom:4%;}
.tList2 li:nth-of-type(2n+1) {margin-left:0;}
.tList3 {}
.tList3 li {width:31%;margin-left:3.5%;margin-bottom:3.5%;}
.tList3 li:nth-of-type(3n+1) {margin-left:0;}
.tList3_miji li{width:33.33%;}
.tList4 {}
.tList4 li {width:23.5%;margin-left:2%;margin-bottom:2%;}
.tList4 li:nth-of-type(4n+1) {margin-left:0;}
.tList5 {}
.tList5 li {width:17%;margin-left:3.75%;margin-bottom:2%;}
.tList5 li:nth-of-type(5n+1) {margin-left:0;}
.tList6 {}
.tList6 li {width:16.666%;}
.tList6 li:nth-of-type(6n+1) {margin-left:0;}
@media screen and (max-width: 550px) {
	.tList4 li{width:49%;margin-left: 0;}
	.tList4 li:nth-of-type(2n+1){float:right}
	.tList3 li{width:100%;margin-left:0}
}
.hide{display: none !important;}
.show{display: block !important;}
.t-c{text-align: center;}
.t-l{text-align: left;}
.t-r{text-align: right;}
.f-s12{font-size: 12px;}
.f-s13{font-size: 3px;}
.f-s14{font-size: 14px;}
.f-s15{font-size: 15px;}
.f-s16{font-size: 16px;}
.f-s17{font-size: 17px;}
.f-s18{font-size: 18px;}
.f-s19{font-size: 19px;}
.f-s20{font-size: 20px;}
.f-s21{font-size: 21px;}
.f-s22{font-size: 22px;}
.f-s23{font-size: 23px;}
.f-s24{font-size: 24px;}
.f-s25{font-size: 25px;}
.f-s26{font-size: 26px;}
.f-s27{font-size: 27px;}
.f-s28{font-size: 28px;}
.f-s29{font-size: 29px;}
.f-s30{font-size: 30px;}
.f-s31{font-size: 31px;}
.f-s32{font-size: 32px;}
.f-s33{font-size: 33px;}
.f-s34{font-size: 34px;}
.f-s35{font-size: 35px;}
.f-s36{font-size: 36px;}
.f-s37{font-size: 37px;}
.f-s38{font-size: 38px;}
.f-s39{font-size: 39px;}
.f-s40{font-size: 40px;}
.w5{width: 50%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}
.m-auto{margin: 0 auto;display: block;}
.m-t5{margin-top: 5px;}
.m-t10{margin-top: 10px;}
.m-t15{margin-top: 15px;}
.m-t20{margin-top: 20px;}
.m-t25{margin-top: 25px;}
.m-t30{margin-top: 30px;}
.m-t35{margin-top: 35px;}
.m-t40{margin-top: 40px;}
.m-t45{margin-top: 45px;}
.m-t50{margin-top: 50px;}
.m-t55{margin-top: 55px;}
.m-t60{margin-top: 60px;}
.m-t65{margin-top: 65px;}
.m-t70{margin-top: 70px;}
.m-t75{margin-top: 65px;}
.m-t80{margin-top: 80px;}
.m-t85{margin-top: 85px;}
.m-t90{margin-top: 90px;}
.m-t95{margin-top: 95px;}
.m-t100{margin-top: 100px;}
.m-b5{margin-bottom: 5px;}
.m-b10{margin-bottom: 10px;}
.m-b15{margin-bottom: 15px;}
.m-b20{margin-bottom: 20px;}
.m-b25{margin-bottom: 25px;}
.m-b30{margin-bottom: 30px;}
.m-b35{margin-bottom: 35px;}
.m-b40{margin-bottom: 40px;}
.m-b45{margin-bottom: 45px;}
.m-b50{margin-bottom: 50px;}
.m-b55{margin-bottom: 55px;}
.m-b60{margin-bottom: 60px;}
.m-b65{margin-bottom: 65px;}
.m-b70{margin-bottom: 70px;}
.m-b75{margin-bottom: 65px;}
.m-b80{margin-bottom: 80px;}
.m-b85{margin-bottom: 85px;}
.m-b90{margin-bottom: 90px;}
.m-b95{margin-bottom: 95px;}
.m-b100{margin-bottom: 100px;}
.pd5{padding:5px}
.p-t5{padding-top: 5px;}
.p-t10{padding-top: 10px;}
.p-t15{padding-top: 15px;}
.p-t20{padding-top: 20px;}
.p-t25{padding-top: 25px;}
.p-t30{padding-top: 30px;}
.p-t35{padding-top: 35px;}
.p-t40{padding-top: 40px;}
.p-t45{padding-top: 45px;}
.p-t50{padding-top: 50px;}
.p-t55{padding-top: 55px;}
.p-t60{padding-top: 60px;}
.p-t65{padding-top: 65px;}
.p-t70{padding-top: 70px;}
.p-t75{padding-top: 65px;}
.p-t80{padding-top: 70px;}
.p-t85{padding-top: 85px;}
.p-t90{padding-top: 90px;}
.p-t95{padding-top: 95px;}
.p-t100{padding-top: 100px;}
.p-b5{padding-bottom: 5px;}
.p-b10{padding-bottom: 10px;}
.p-b15{padding-bottom: 15px;}
.p-b20{padding-bottom: 20px;}
.p-b25{padding-bottom: 25px;}
.p-b30{padding-bottom: 30px;}
.p-b35{padding-bottom: 35px;}
.p-b40{padding-bottom: 40px;}
.p-b45{padding-bottom: 45px;}
.p-b50{padding-bottom: 50px;}
.p-b55{padding-bottom: 55px;}
.p-b60{padding-bottom: 60px;}
.p-b65{padding-bottom: 65px;}
.p-b70{padding-bottom: 70px;}
.p-b75{padding-bottom: 75px;}
.p-b80{padding-bottom: 80px;}
.p-b85{padding-bottom: 85px;}
.p-b90{padding-bottom: 90px;}
.p-b95{padding-bottom: 95px;}
.p-b100{padding-bottom: 100px;}
.p-b30_bai{padding-bottom: 30%;}
.p-b40_bai{padding-bottom: 40%;}
.p-b50_bai{padding-bottom: 50%;}
.p-b60_bai{padding-bottom: 60%;}
.p-b70_bai{padding-bottom: 70%;}
.p-b80_bai{padding-bottom: 80%;}
.p-b150_bai{padding-bottom: 150%;}
.inquiry-pop-bd{position:fixed;left:50%;top:50%;width:550px;height:500px;/* background:#FFF; */box-shadow:0 0 10px rgba(255, 255, 255, .5);display:none;z-index:200000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background: rgba(0, 0, 0, .3);z-index:-1;}
.inquiry-pop-bd .inquiry-pop {position:absolute;width:100%;height:100%;left:0;top:0;padding:22px;z-index:1;background:#FFF;-webkit-animation:fadeInDownA .4s ease;-o-animation:fadeInDownA .4s ease;animation:fadeInDownA .4s ease;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {position:absolute;right:-10px;top:-10px;width:30px;height:30px;background: url(./img/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.inquiry-form-wrap {position:relative;height: 420px;width: 100.5%;}
.ad_prompt {position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
@media screen and (max-width: 550px) {
.inquiry-pop-bd{width: auto;left: 10px;right: 10px;top: 10px;bottom: 10px;margin: auto;}
.inquiry-pop-bd .inquiry-pop{padding:10px;}
.scrollsidebar {display:none;}
.inquiry-form-wrap{height:auto}
}
.content-wrap.form .ch_form_wrap{ width:100%; font-family:Arial, Helvetica, sans-serif;margin:0;padding:0;font-size:13px;}
.content-wrap.form .ch_form_wrap .title{/* background:#013e5a; */width: 100%;/* height:55px; *//* line-height:55px; *//* color:#fff; */margin:0;padding:0;font-size:16px;padding:0 20px;font-weight:normal;}
.content-wrap.form .ch_form_wrap .title em{ font-style:normal}
.content-wrap.form .ch_form_wrap .title svg{ display:none}
.content-wrap.form .ch_form_wrap form{position:relative;}
.content-wrap.form .ch_form_wrap ul{ padding:20px 20px 5px;}
.content-wrap.form .ch_form_wrap ul li{ position:relative;list-style:none; margin:0 0 14px;display: flex;min-height: auto;line-height: 40px;}
.content-wrap.form .ch_form_wrap ul li label{ float: left;min-width: 80px}
.content-wrap.form .ch_form_wrap ul,.content-wrap.form .ch_form_wrap ul li,.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{position:relative;width:100%;}
.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{border:1px solid #eee;border-left: 3px solid #ff6f00;height:39px;padding:0 10px;font-family:Arial, Helvetica, sans-serif;font-size:13px;}
.content-wrap.form .ch_form_wrap ul textarea{ height:95px; padding:10px;resize: none;}
.content-wrap.form .ch_form_wrap .item_submit{ padding:0 20px;}
.content-wrap.form .ch_form_wrap .item_submit input{width:100%;height:33px;color:#fff;background: #445ba7;border:none;cursor:pointer;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.content-wrap.form .ch_form_wrap .item_submit input:hover{background: #ff6f00;}
.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong{ position:absolute; right:7px; top:0; display:block; line-height:39px;color:red;pointer-events:none;}
.content-wrap.form .ch_form_wrap .Validform_error{ border-color:red !important;border-left-color:#013e5a !important}
.content-wrap.form .ch_form_wrap .form_tip{position:relative;color:red; padding:0 0 10px;}
.content-wrap.form .ch_form_wrap .email_point{display:none;}
.content-wrap.form .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit]{width:60px;height: 30px;margin: 5px 10px}
.content-wrap.form #gif-show{top:0 !important;height:100%;display: flex;align-items: center;text-align: center;justify-content: center;}
.content-wrap.form #gif-show img{margin-top:0 !important;}
.content-wrap.livechat{width: 100%;font-family: Arial, Helvetica, sans-serif;margin: 0;padding: 0;font-size: 12px;/*border: 1px solid #36a9e1;*/border-top: none;border-radius: 15px 15px 0 0;overflow: hidden;background: #FFFFFF}
.content-wrap.livechat .ch_form_wrap {width: 100%;font-family: Arial, Helvetica, sans-serif;margin: 0;padding: 0;font-size: 12px;}
.content-wrap.livechat .ch_form_wrap .title {position: relative;display: flex;justify-content: space-between;align-items: center;background: #36A9E1;width: 101%;height: 45px;line-height: 45px;color: #fff;margin-left: -2px;font-size: 15px;padding: 0 20px;font-weight: normal;cursor: pointer;}
.content-wrap.livechat .ch_form_wrap .title em {font-style: normal}
.content-wrap.livechat .ch_form_wrap .title svg {position: relative;display: block;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s;}
.content-wrap .ch_form_wrap form{position:relative;background: #fff;/* height: 420px; */}
.content-wrap.livechat .ch_form_wrap ul {padding: 20px 20px 5px;}
.content-wrap.livechat .ch_form_wrap ul li {position: relative;list-style: none;margin: 0 0 18px;display: flex;min-height: auto;line-height: 40px}
.content-wrap.livechat .ch_form_wrap ul li label{ float: left;min-width: 80px}
.content-wrap.livechat .ch_form_wrap ul, .content-wrap.livechat .ch_form_wrap ul li, .content-wrap.livechat .ch_form_wrap ul input, .content-wrap.livechat .ch_form_wrap ul textarea, .content-wrap.livechat .ch_form_wrap ul select {position: relative;width: 100%;}
.content-wrap.livechat .ch_form_wrap ul input,.content-wrap.livechat .ch_form_wrap ul textarea,.content-wrap.livechat .ch_form_wrap ul select{border: 1px solid #e5e5e5;height: 39px;padding: 0 13px;font-family: Arial, Helvetica, sans-serif;font-size: 12px;border-radius: 25px;}
.content-wrap.livechat .ch_form_wrap ul textarea {height: 95px;padding: 10px 13px;resize: none;}
.content-wrap.livechat .ch_form_wrap .item_submit {padding: 0 20px;}
.content-wrap.livechat .ch_form_wrap .item_submit input {width: 100%;height: 33px;color: #fff;background: #86C953;border: none;cursor: pointer;border-radius: 25px;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s;}
.content-wrap.livechat .ch_form_wrap .item_submit input:hover {background: #94D662;}
.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
	position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;}
.content-wrap.livechat .ch_form_wrap .Validform_error {border-color: red !important;}
.content-wrap.livechat .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit]{width:60px;height: 30px;margin: 5px 10px}
.content-wrap.livechat .ch_form_wrap .form_tip {position: relative;color: red;padding: 0 0 10px;}
.content-wrap.livechat .ch_form_wrap .email_point {display: none;position: absolute;width: 45px;height: 45px;text-align: center;padding: 15px 0 0;right: 0;top: 0;z-index: 1;background: #36A9E1;color: #fff;cursor: pointer;}
.content-wrap.form .ch_form_wrap ul .labeldiv{display:block;float: none;width: 100%;}
.content-wrap.form .ch_form_wrap ul .labeldiv input{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	margin-top: 4px;
}
.content-wrap.form .ch_form_wrap ul .labeldiv .txt{
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	color: #999999;
	font-size: 12px;
	line-height: 1.7;
}
.content-wrap .ch_form_wrap form{ background: #fff;/*border: 1px solid #36a9e1;*/}
.content-wrap.livechat .ch_form_wrap form{ border: 1px solid #36a9e1;}
.content-wrap .ch_form_wrap .input-radio-checkbox {display: flex;white-space: nowrap;}
.content-wrap .ch_form_wrap ul li input[type=radio],.content-wrap .ch_form_wrap ul li input[type=checkbox]{width:20px;-webkit-appearance: radio;}
.content-wrap .ch_form_wrap .input-radio-checkbox input{margin: 0px 10px 0px 5px;}
@media screen and (max-width: 400px) {.content-wrap.form .ch_form_wrap .title{display:none}}
.item-input-checkbox,.item-input-radio {overflow-y :auto}
.artic_tit p{display: flex;justify-content: space-between;align-items: center;}
	.newsxq_page{padding-bottom: 70px;}
.newsxq_fl{ width: 66%; float: left;}
.artic_tit h3{ color: #666666;}
.artic_tit .back{ float: right;color: #666666; font-size: 16px;}
.artic_tit .back .iconfont{ display: inline-block; margin-right:5px; font-size: 18px;}
.artic_tit .back:hover{ color: #1052EE;}
.artic_tit h4{ font-size: 36px; font-weight: bold; margin: 20px 0; margin-bottom: 30px;}
.news_timg img{ display: block; width: 100%;}
.news_artic{ padding: 60px 0;}
.news_share,.news_next .tit{  float: left;}
.news_next .tit{margin-right: 5px;}
.news_share a{ display:inline-block; margin-right: 20px!important; background: none!important; padding: 0!important;}
.news_share a.iconfont{ font-size: 24px; color: #bbbbbb;}
.news_share a.iconfont:hover{ color: #1052EE;}
.artic_content{font-size: 16px;line-height: 28px;}
.artic_content img{ max-width: 100%!important; height: auto!important;}
.news_next{ margin-top: 20px;}
.news_next .tit{ font-size: 18px; font-weight: bold;}
.news_next .con{width: 74.5%; float: left; font-size: 18px; position: relative; box-sizing: border-box;}
.news_next .con h3{ font-size: 18px; font-weight: bold;}
.news_next .time{ position: absolute; border-top:2px solid #dddddd; padding: 10px ; border-bottom:2px solid #ddd; text-align: center;font-family: "num2"; right: 0; top: 50%; font-size: 16px; color: #999999; transform: translateY(-50%);}
.news_next .time em{ display: block;font-size: 40px; color: #000; line-height: 40px; margin-bottom: 5px; }
.newsxq_fr{ width:28%; float: right;}
.newsxq_fr .tit{ font-size: 24px; font-weight: bold; color: #FF8E32;}
.news_tj li a{ display: block; padding: 18px 0; border-bottom:1px solid #cccccc;}
.news_tj li .ellipsis2{font-size: 18px;line-height: 34px;/* height: 68px; */font-weight: bold;margin-bottom: 20px;/* overflow: hidden; */}
.news_tj li h4{ font-size: 16px; color: #999999;}
.news_tj li .lg{color: #FF8E32;margin-right: 10px;}
.news_tj li:hover h3{ color: #FF8E32;}
.contact_for {
    margin: 0 auto;
}
.contact_for p {
    font-size: 14px;
    color: #999;
}
 .Asterisk_Text .asterisk_red {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    /* left: 2px; */
    top: 6%;
}
.contact_for .gaug_outfit {
    font-size: 16px;
}
.header_ul li img{
    width: auto;
}
.header_ul {
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 22;
}
 .header_ul li {
    margin-top: 22px;
    padding: 17px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    width: 22.5%;
    margin-left: 3%;
    margin-bottom: 2%;
}
.contact_for .header_ul li .t1 {
    /* width: 30%; */
    text-align: right;
    width: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
}
.contact_for .header_ul li .t1 img {
    width: auto;
}
.contact_for .header_ul li .t2 {
    margin-right: 10px;
}
.contact_for .header_ul li .t2 p {
    color: #666666;
}
@media only screen and (max-width: 900px) {
    .contact_for .header_ul li{
        width: 45% !important;
        margin-left: 3% !important;
    }
    .contact_for .header_ul li:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}
.contact_for .header_ul .t3 {
    color: #333333; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis; height: 40px;
}
.Asterisk_Text textarea {
    height: 233px ;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}
.Asterisk_Text textarea::placeholder {
    color:#999;
  }
  @media only screen and (max-width: 480px) {
	.pdf_list .pdf_item{width: 100%;margin-right: 0;}

  }
@media only screen and (max-width: 700px) {
    .contact_for .Asterisk_Text textarea {
        height: 200px;
    }
    .form_ul li {
        width: 100% !important;
    }
    .form_ul  .asterisk{
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }
    .contact_for  .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }
    .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }
    .contact_for .header_ul .t3 {
        height: auto;
    }
}
.contact_for .Message_ex {
    padding-bottom: 20px;
}
.form_ul li {
    width: 365px;
    justify-content: space-between;
}
.form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}
 .asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}
.form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}
.form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}
.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}
.submiring {
    padding: 0 !important;
}
.gtm_submit_btn {
    background-color: #083791 ;
    width: 150px !important;
    height: 40px !important;
    line-height: 40px;
    color: #fff;
    margin-top: 15px !important;
}
.contact_for .iframe_we {
    padding-top: 20px;
}
.contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}
.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}
.Submit_tent{
    padding-top: 50px;
    padding-bottom: 47px;
}
/* 已加 */
.tListing:after {content:'';display:table;clear:both;}
.tListing li {float:left;}
.tList_1 {}
.tList_1 li {width:23.5%;margin-left:2%;margin-bottom:2%;}
.tList_1 li:nth-of-type(4n+1) {margin-left:0;}
@media only screen and (max-width: 1366px) {
    .form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }
    .contact_for  .header_ul li {
        width: 31.3%;
    }
    .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }
    .Asterisk_Text .asterisk {
        width: 100%;
    }
}
.page-bar{ position:relative;  line-height:31px; height:33px; margin:50px 0; text-align:center; font-size:12px;}
.page-bar a,.page-bar  span{position:relative; display:inline-block; vertical-align:top; min-width:33px;line-height: 33px; padding:0 5px;  border:1px solid #ccc; margin:0 0 0 8px; text-align:center; border-radius:3px;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#e3e3e3',gradientType='0');}
.page-bar a.current,.page-bar a:hover{ color:#FFF; background:#333333;  border-color:#333333 }
.page-bar ul{display: flex;justify-content: center;align-items: center;}
.page-bar ul li.active span{color:#FFF; background:#333333;  border-color:#333333 }
.pro1-txt a,.entry a,.artic_content a{color: #FF8E32;}
.pro1-txt a:hover,.entry a:hover,.artic_content a:hover{text-decoration: underline;}
@media only screen and (max-width: 950px) {
  .newsxq_page{display: flex;flex-direction: column;}
    .newsxq_fl{width: 100%;}
    .newsxq_fr{width: 100%;margin-top: 20px;}
}
.nav-activecolor>a{
    color:  #FF8E32 !important;
}
.scrollBtn{
    width: 60px;
    height: 60px;
    background: #083791;
    border-radius: 10px;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.scrollBtn .iconfont{
    font-size:30px ;
    color: #fff;
    display: flex;
      justify-content: center;
      align-items: center;
}
.scrollBtn .iconfont img {
    width: 38px;
    height: auto;
}
.scrollBtn .scrollInfo{
    padding: 10px;
    /* min-width: 150px; */
    background:#083791;
    position: absolute;
    right: 100%;
    top: 50%;
    display: none;
    transition: all ease .5s;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%);
}
.scrollBtn:hover  .scrollInfo{
    display: block;
} 
.gotop {
    display: none !important;
}
.h1_hidden {
    display: none;
}
.pro1-txt a,.entry a,.artic_content a{color: #FF8E32; }
.pro1-txt a:hover, .entry a:hover, .artic_content a:hover {
    text-decoration: underline;	
  }
  .pagination{text-align: center;}
  .pagination ul{    display: flex;
    justify-content: center;}
    .pagination span.current,
    .pagination ul li span{       position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ddd;
        line-height: 25px;
        min-width: 26px;
        padding: 3px 12px;
        border-radius: 3px;
        margin: 0 0 0 5px;
        border-radius: 3px;}
        .pagination span.current,
        .pagination .active span{ background:#FF8E32 ; color: #fff; border-color: #FF8E32;}



        /*like product*/
.goods-may-like{position: relative;overflow: hidden;}
/* .goods-may-like .title{line-height: 35px;font-size:16px;margin:50px 0 20px;padding: 0 15px;text-transform: uppercase;font-weight: bold;background-color: #004113;color: #fff;} */
.goods-may-like .product_item{width: 25%;margin:0;padding:0;}
.goods-may-like .swiper-slide{width: 25%;overflow: visible;}
.goods-may-like .product_item{padding-bottom: 0px;margin-right: 0;}
.goods-may-like .product_item figure{border: 1px solid #d8d8d8;padding: 3px;margin: 0;}
.goods-may-like .product_item .item_title a{max-width: 90%;}
.goods-may-like .product_item .item_img {}
.goods-may-like .swiper-control{position: absolute;right: 10px;top: 55px;}
.goods-may-like .swiper-button-prev,.goods-may-like .swiper-button-next{display: inline-block;width: 20px;height: 25px;line-height: 25px;font-size: 20px;margin-left: 5px;background: none;color: #fff;margin-left: 5px;position: static;margin: 0;opacity: 1;filter: alpha(opacity=100);}
/*public*/


.application-top-title p a{
    color: #083791
}
.application-top-title p a:hover{
    text-decoration: underline;
}

.pdf_list .content  .imglist{
    display: flex;
        justify-content: space-between;
        padding: 0 10px
}
.gallery__item {
    width: 46%;
    text-align: center;
}
.gallery__item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
 .gallery__caption, .gallery__caption {
    padding: 1em;
    border-top: 10px solid #083791;
    background-color: #fff;
}
.gallery__item .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.gallery__item .table-cell {
    display: table-cell;
    float: none !important;
}
.gallery__item .mb01 {
    font-size: 20px;
    color: #083791;
}
.gallery__thumb {
    overflow: hidden;
}

.panel--gallery .gallery__item-inner:hover .gallery__thumb > img{
    transform: scale(1.15);
}






/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
  }
  
  .mfp-wrap {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    max-width: 1000px;
    margin: auto;
    left: 0;
    right: 0;
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
  }
  
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  
  .mfp-ajax-cur {
    cursor: progress;
  }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .mfp-loading.mfp-figure {
    display: none;
  }
  
  .mfp-hide {
    display: none !important;
  }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
  }
  .mfp-preloader a {
    color: #CCC;
  }
  .mfp-preloader a:hover {
    color: #FFF;
  }
  
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  
  .mfp-s-error .mfp-content {
    display: none;
  }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
  }
  .mfp-close:active {
    top: 1px;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }
  
  .mfp-counter {
    /* position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; */
    display: none;
  }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mfp-arrow:active {
    margin-top: -54px;
  }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
  }
  .mfp-arrow:before, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
  }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
  }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
  }
  
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
  }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
  }
  
  .mfp-arrow-right {
    right: 0;
  }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
  }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
  }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
  }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0;
  }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
  }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  .mfp-figure figure {
    margin: 0;
  }
  
  .mfp-bottom-bar {
    margin-top: -100px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    border-top: 8px solid #083791;
    padding: 1.2em .8em;
    background-color: #fff;
    color: #f1424a;
  }
  
  .mfp-title {
    /* text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; */
    padding: 1em;
    /* border-top: 10px solid #083791; */
    background-color: #fff;font-size: 20px;
    text-align: center;
  }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
    }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
    }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
    }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  
  @media all and (max-width: 750px) {
    .gallery__item {
        width: 100%;
        text-align: center;
    }
    .gallery__item img{
        width: 100%;
        height: auto;
        
    }
  }
  
  /*# sourceMappingURL=magnific-popup.css.map */

  

.say_wapr {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      /* align-items: center; */
    }
    
    .say_wapr .say_item {
      padding: 2%;
      width: 46%;
    }
    
    .say_wapr .top {
      display: flex;
      justify-content: start;
      align-items: center;
      margin-bottom: 30px;
    }
    
    .say_wapr .img_warp {
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      padding-bottom: 30%;
      width: 30%;
    }
    
    .say_wapr .img_warp img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
    }
    
    .say_wapr .top .text {
      padding-left: 3%;
    }
    
    .say_wapr .top .text .title {
      font-family: Arial;
      font-weight: bold;
      font-size: 26px;
      color: #333333;
      padding-bottom: 10px;
    }
    
    .say_wapr .top .text .desc {
      font-family: Arial;
      font-weight: 400;
      font-size: 16px;
      color: #666666;
    }
    
    .say_wapr .content {
      font-family: Arial;
      font-weight: 400;
      font-size: 16px;
      color: #666666;
    }
    
    .say_wapr .say_item:hover {
      box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      background-color: #4E5045;
    }
    
    .say_wapr .say_item:hover .text .title {
      color: #fff;
    }
    
    .say_wapr .say_item:hover .text .desc {
      color: #fff;
    }
    
    .say_wapr .say_item:hover .content {
      color: #fff;
    }
    @media only screen and (max-width: 950px) {
    .say_wapr {
        flex-direction: column;
    }
    .say_wapr .say_item {
        width: 100%;
        margin-bottom: 20px;
    }
}