html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}
    img { max-width: 100%; }
    body {
        color: #636363;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
    }
    :root { 
        --hcolor:#2373d1;
        --wbfb: 16%;
     }
    a, a > * {
        color: #333;
        text-decoration: none;
        -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
           -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
            -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
             -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
                transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    }
    a:hover, a > *:hover {
        color: var(--hcolor); 
    }

    a.g-link { color: #333; text-decoration: none; }
    a.g-link:hover { color: var(--hcolor);  text-decoration: none;}
    
    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; font-weight: 400; }
    h4 { font-size: 16px; font-weight: 400; }
    h5 { font-size: 12px; }
    h6 { font-size: 11px; }

    h1, h2, h3, h4, h5, h6 {
        color: #333;
        line-height: 1.25;
        /*text-transform: uppercase; */
    }

.news_time { background: #333; z-index: 9999; height: 50px; line-height: 48px; color: #fff; font-family: daxie;  }
/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */
    
    #header {
        height: 95px; position: relative; margin-left: var(--wbfb); margin-right: var(--wbfb);
    }
    #header .menu { display: none; }
    #header .mlang { display: none; }
    #header .lang { display: block; }
    #logo {
        float: left; padding-top: 16px;
    }
    #logo img { height: 65px; }
    /*  Navigation  --------------------------------*/
    #navigation { float: right; }
    #navigation li {
        float: left;
        position: relative;
    }
    #navigation > li:first-child { display: none; }
   
    #navigation li.gray img { -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
    #navigation li.gray img:hover { -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: all;  }
    #navigation a {
        color: #333;
        display: block;
         
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 0 30px;
        padding: 38px 0 15px;
        position: relative; 
    }
    #navigation a:hover, #navigation .hover > a, #navigation .current > a {
        color: var(--hcolor); text-decoration: none;
    }
    #navigation a:hover span, #navigation .hover > a span, #navigation .current > a span {  color: var(--hcolor); }
    #navigation .icons { font-size: 11px; }
    #navigation .language { font-size: 16px; }

    /*  Dropdown  --------------------------------*/

    #navigation ul {
        background: #fff;
        border-top: var(--hcolor) solid 2px;
        display: none;
        left: 0;
        margin: 0 0 0 17px;
        padding: 0;
        position: absolute;
        top: 75px;
        width:190px;
        z-index: 9999;
    }
    #navigation ul li {
        float: none;
    }
    #navigation ul li:last-child {
        border-bottom: none;
    }
    #navigation ul li i {
        background: url(../image/menu_i.png) no-repeat 0 0;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 40%;
        width: 3px;
    }
    #navigation ul a {
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding: 8px 10px;
        text-transform: none;
    }
    #navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: var(--hcolor); background: #f5f5f5;
    }

    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        left: 190px;
        width: 325px;
        margin: 0;
        top: -2px;
    }
    /*  Responsive Nav  --------------------------------*/

    .selectnav { display: none; }
    .tab-bav { background: var(--hcolor); color: #fff;  padding-top: 8px;}
    .tab-bav p { margin-left: var(--wbfb); font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif; font-size:18px; line-height: 22px; }
    .content { display: -webkit-flex; display: flex; margin-left: var(--wbfb); margin-right: var(--wbfb); }
    .content .product-menu { flex: 1; margin-top: 35px; }
    .content .product-show {  flex: 2.5; margin-top: 35px; margin-left: 30px; }
    .content .product-show .show-pic,
    .content .product-show .show-text { position: relative; margin-bottom: 10px; }
    .content .product-show .show-pic .product-video {  position: absolute; left: 0; top: 0; background: #000; height: calc(100%); z-index: 99; display: none; width: 100%;  }
    .content .product-show .show-pic #close-video { position: absolute; background: var(--hcolor); color: #fff; right: 0; top: 0; z-index: 100; padding: 7px 10px; display: none; }
    .content .product-show .show-pic img { border: var(--hcolor) solid 2px; margin-top: 10px; }
    .content .product-show .show-pic .btn {width: 100%; position: absolute; right: 0; bottom: 0;  font-family: daxie; font-size: 12px; }
    .product-show .show-pic .btn > div {background: var(--hcolor); padding: 6px 10px; color: #fff; margin-bottom: -7px;  width: auto; }
    .product-show .show-pic .btn .catalog { float: left; margin-left: -13px; }
    .product-show .show-pic .btn .video { float: right; margin-right: -13px; }

    .product-show dl.provideo {  }
    .product-show dl.provideo dt { font-family: daxie; font-size: 18px; font-weight: 400; }
    .product-show dl.provideo dd { font-family: xiaoxie; }
    .product-show dl.provideo dd p { border-bottom: #dedede dotted 1px; line-height: 21px; padding: 5px; }
    .product-show dl.provideo dd span { margin-right: 10px; }
    .product-show dl.provideo dd a { color: #333; cursor: pointer; }
    .product-show dl.provideo dd a:hover { color: var(--hcolor); text-decoration: none;}

    .product-show .show-text .show-company { position: absolute; right: 0; top:10px; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: daxie; font-weight: 400; border: #EFEFEF solid .5px; padding: 3px 12px; }
    .product-show .show-text .show-company img { margin: 5px 10px 5px; max-width: 130px; }
    .product-show .show-text h4 {  line-height: 25px; padding-top: 10px; font-size: 20px; font-weight: bold; font-family: daxie; width: 60%; }
    .product-show .show-text h5 { font-size: 18px; font-family: daxie; width: 60%; }
    .product-show .show-text p { font-family: xiaoxie; font-size: 12px; font-weight: 300; }
    .product-show .showbd { border-top: var(--hcolor) solid 2px; min-height: 50px; margin-top: 0px; }

    .content ul.product-list { flex: 2.5; margin-top: 35px; min-height: 400px; margin-left: 25px; }
    .content ul.product-list li { display: -webkit-flex; display: flex; margin-bottom: 30px; padding-bottom: 30px; border-bottom: #2373d1 solid 2px;  }
    .content ul.product-list li .proimg { flex: 2; margin-right: 25px; }
    .content ul.product-list li .proimg img { max-width: 100%; border:var(--hcolor) solid 2px;}
    .content ul.product-list li .pro-info { flex: 3; display: inline-flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; line-height: 23px;  }
    .content ul.product-list li .pro-info h3 {  font-family: daxie; padding-top: 8px; color: #000; font-weight: 600; font-size: 14px; margin-top: 0; }
    .content ul.product-list li .pro-info p { font-family: xiaoxie; font-size: 14px; }
    .content ul.product-list li .pro-info > a { font-family: daxie; background: #efefef;  padding:7px 20px; color: #000; font-size: 12px; font-weight: bold; text-decoration: none; }
    .content ul.product-list li .pro-info > a:hover { background: var(--hcolor); color: #fff; }

/*/--------------------------product-menu---------*/
.v{float:right;width:14px;height:14px;overflow:hidden;display:inline-block;margin-top:-5px;margin-bottom:-5px;}
/*.v{float:right;width:14px;height:14px;overflow:hidden;
    background:url(../images/vicon.png) no-repeat;
    display:inline-block;margin-top:-5px;margin-bottom:-5px;}*/
.v01{background-position:0 0;}
.v02{background-position:0 -16px;;}
.vtitle{height:40px; line-height:30px; background: #566565; font-size:16px; font-weight: bold; color:#fff; font-family: daxie; cursor:pointer; padding: 5px 15px;}
.v-select { color:#fff;  }
.vtitle em{margin:10px 10px 0 0;}
.vconlist{ border-left: #566565 dotted 2px; margin: 30px 0 30px 20px; }
.vtitle a,
.vtitle a:hover { color:#fff; text-decoration:none; }
.vconlist li a{ line-height:18px; margin-left: 20px; padding: 5px; display:block; font-size:14px; color:#000; cursor: pointer; font-family: daxie; font-weight: 400; }
.vconlist li.select a,.vconlist li a:hover{color:#a514b2;text-decoration:none;}
/*/--------------------------product-menu-end---------*/

.index-about { display: -webkit-flex;display: flex;   }
.index-about .factory { flex:5.2; padding: 25px 10px 0; text-align: center; background: #f6f5f6; }
.index-about .factory h5 {font-family: daxie; font-size: 12px; }
.index-about .factory p { font-size: 12px; font-family: xiaoxie; }

.index-about .factory > .div1 { margin: 0 auto; width: 60%;  padding: 15px;  }
.index-about .factory .divbtm { margin-top: 5px; display: inline-flex; }
.index-about .factory .divbtm > div {   flex: 2; margin: 5px 5px 0; padding: 15px;  }
.index-about .about {  flex:4.8; padding: 25px 20px 0;  }
.index-about .about h3,
.index-about .about p { margin-left: 20px; font-family: xiaoxie; margin-right: 10%; }


.pro-title { text-align: center; padding: 20px 0; font-family: xiaoxie; }
.pro-title h3 { position: relative; color: #000;  font-weight: 300; margin: 0 auto; display: inline-block; }
.pro-title h3:before,.pro-title h3:after { content: ''; position: absolute;   
            top: 52%; background: #000; width: 55px; height: 1px; }
.pro-title h3:before{ left: -66px;}
.pro-title h3:after { right: -66px; }
.pro-title p { padding: 0; }

.our-products { background: #f6f5f6; text-align: center; font-family: xiaoxie; padding: 30px 0 50px; }
.our-products .home-pro-list { display: -webkit-flex;display: flex; margin:0 var(--wbfb); flex-wrap:wrap; justify-content:space-between; gap: 20px;  }
.our-products .home-pro-list .pro-list { padding: 40px 20px 15px; flex: 1; background: #fff; text-align: left; min-width:31%; }
.our-products .home-pro-list .pro-list:hover { background: var(--hcolor); }
.home-pro-list .pro-list h3 { color: #333; font-weight: bold; font-size: 18px; font-family:daxie; }
.home-pro-list .pro-list p { font-size: 12px; line-height: 21px; margin-bottom: 40px; }
.home-pro-list .pro-list a.more { border:#ddd solid 1px; padding: 3px 0; display: flex; justify-content: center; align-items: center; color: #666; text-decoration: none;  font-family: 'Hei Regular'; font-size: 10px;  }
.home-pro-list .pro-list img { max-height: 40px; }
.home-pro-list .pro-list:hover h3 { color: #fff; }
.home-pro-list .pro-list:hover p { color: #fff; }
.home-pro-list .pro-list:hover a.more,.home-pro-list .pro-list:hover a span { color: #fff; }

.newslist { margin:0 var(--wbfb); }

.our-news { text-align: center; padding: 30px 0 50px; }
.our-news .home-news-list { display: -webkit-flex;display: flex; margin:0 var(--wbfb); }
.our-news .home-news-list .news-list { text-align: left; flex: 1; }
.our-news .home-news-list .news-list:nth-child(2) { margin-left: 20px; margin-right: 20px; }
.our-news .home-news-list .news-list img { max-width: 100%; }
.our-news .home-news-list .news-list h5 { font-size: 14px; margin-top: 15px; font-weight:400; }
.our-news .home-news-list .news-list p { font-size: 12px; font-weight: 300; }
.home-news-list .news-list a.more,
.index-about .about p a.more { border-radius: 2px; border:#ddd solid 1px; color: #666; padding:3px 25px; font-size: 12px; text-decoration: none; width: 38%; display: flex; justify-content: center; align-items: center; font-family: 'Hei Regular';  }
.home-news-list .news-list a.more:hover,
.index-about .about p a.more:hover { color: #fff; background: var(--hcolor); border: var(--hcolor) solid 1px;  }
.home-news-list .news-list a.more:hover span,
.index-about .about p a.more:hover span { color: #fff; }
.index-about .about p a.more { width: 80px; }

.our-news-bg {  background: #f6f5f6; }
.contact-bg {background: url(https://www.innovexmed.com.cn/Public/page/images/map.png) no-repeat center bottom; background-size: 100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover; }
.home-contact { padding: 30px 0 50px; display: -webkit-flex;display: flex; margin:0 var(--wbfb); }
.home-contact .contact-info { flex: 3; padding-right: 50px; }

.home-contact .contact-info h2 { font-family: xiaoxie; font-size: 26px; line-height: 25px; display: inline-flex; }
.home-contact .contact-info h2 span { font-size: 48px; margin-right: 10px; color: #999; }
.home-contact .contact-info p { font-family: xiaoxie; margin-bottom: 0;  line-height: 25px; }
.home-contact .contact-info .m10 { margin-bottom:15px; line-height: 21px; }
.home-contact .contact-wechat { flex: 1; padding-top: 50px; }
.home-contact .contact-wechat2 { flex: 1; }
.home-contact .contact-wechat2 img { max-height: 150px; }
.home-contact .contact-wechat .share { display: flex; justify-content: space-between; align-items: center; }
.home-contact .contact-wechat .share span { color: #666; font-size: 28px; }
.home-contact .contact-wechat .share span:hover { color: var(--hcolor); }
.home-contact .contact-wechat .share a { text-decoration: none; }

p.ct { font-weight: bold; font-family: daxie; }

.news-nav { padding-bottom: 40px; padding-top: 15px; }
.news-nav a { padding: 5px 25px; margin: 0 5px; border-radius: 2px; font-family: daxie;color: #000; text-decoration: none; font-size: 12px; font-weight: bold; background: #e6e6e6; }
.news-nav a:hover,
.news-nav a.active { color: #fff; background: var(--hcolor); text-decoration: none; }

    .wrapper { margin: 0; padding: 0; }
    .wrapper img { max-width: 100%; }

#footer { background:#464646; padding:15px 0 0; text-align: center; overflow: hidden;}
#footer .foot-nav { display: -webkit-flex;display: flex; width: 66%; margin: 0 auto; justify-content: space-between; align-items: flex-start; }

#footer .foot-nav .item { flex-direction: column; padding: 10px 10px 10px 0; text-align: left; }
#footer .foot-nav .item h3 { font-size: 12px; color: #fff; margin: 8px 0;  line-height: 21px; }
#footer .foot-nav .item a { color: #fff; font-family: daxie; font-weight: bold; text-decoration: none; }
#footer .foot-nav .item a.level { color:#aeaeae;}
#footer .foot-nav .item a:hover{ color: #2373d1; }

#copyright{ padding: 10px 0px; margin: 0;  }
#copyright .copy-link { border-top: #595959 solid 3px; padding: 15px 0 10px; font-size: 12px; width: 68%; margin: 0 auto; text-align: left;  color: #d2d2d2; line-height: 27px; font-family: daxie; }
#copyright .copy-link a { color: #888; font-size: 12px; }
#copyright .copy-link a:hover { color: #fff;  }

.about1 { margin: 35px var(--wbfb); display: -webkit-flex;display: flex;}
.about1 .about-title { flex: 1; margin-left: -5px; text-align: center; position: relative; }
.about1 .about-title h2 {  font-size: 22rem; color: #f9f8f8; font-weight: bold; margin-top: 0; margin-left: 0;  }
.about1 .about-title h3 { position: absolute; left: -2%; top: 35%; width: 100%; text-align: center; font-family: xiaoxie; line-height: 22px; }
.about1 .about-title h3 span:after { content: '▃▃'; color: var(--hcolor); font-size: 14px; }
.about1 .about-content { flex: 3; padding-top: 20px; padding-left: 30px; line-height: 23px; font-family: inherit;font-size: 15px; }

.about2 { padding: 35px var(--wbfb); background: #f5f5f5;  display: -webkit-flex;display: flex;}
.about2 .about-title { flex: 1; text-align: center; position: relative; }
.about2 .about-title h2 {  font-size: 22rem; color: #efeeee; font-weight: bold; margin-top: 0; margin-left: 0;  }
.about2 .about-title h3 { position: absolute; left: -2%; top: 35%; width: 100%; text-align: center; font-family: xiaoxie; line-height: 22px; }
.about2 .about-title h3 span:after { content: '▃▃'; color: var(--hcolor); font-size: 14px; }
.about2 .about-content { flex: 3; overflow: hidden; padding-top: 20px; padding-right: 30px; line-height: 23px; font-family: xiaoxie; font-size: 15px;}
.about2 .about-content2 { flex: 3; padding-top: 20px; padding-right: 30px; line-height: 21px; font-family: xiaoxie; font-size: 15px;}
.about2 .about-factory {  display: inline-flex; align-items: center; margin-bottom:10px; padding:0 10px; }
.about2 .about-factory h5 { margin-bottom: 5px; }
.about2 .about-factory p { line-height: 16px; font-size: 12px; }
.about2 .about-factory img { margin-right: 20px; max-width: 150px; }

.news-show { font-family: xiaoxie; margin: -15px var(--wbfb) 50px; }
.news-show .news-title { font-size: 18px; font-family: daxie; border-bottom: #dedede dotted 1px; }
.news-show .news-title p { font-size: 12px; text-align: center; color: #999; margin-top: 5px; }
.news-show .news-content { padding: 20px 0; text-align: left; }
.news-show .news-content p { text-indent: 2rem; }
.news-show .pager { text-align: left; font-family: daxie; font-size: 12px; }
.news-show .pager a { color: #666; font-weight: 200;  }
.news-show .pager a:hover { color: var(--hcolor); }

    .cert-swiper { margin-top: -20px; position: relative; }
    .swiper-container {
      width: 400px; 
    }
    .swiper-slide {  }
    .cert-swiper .button-prev { position: absolute; left: 55px; top: 50%; font-size: 28px; color: #666; z-index: 99;  }
    .cert-swiper .button-next { position: absolute; right: 20px; top: 50%; font-size: 28px; color: #666; z-index: 99;  }
    .cert-swiper span:hover { color: var(--hcolor); }

    

/* ------------------------------------------------------------------------------- */
/*  15.  Media Queries
/* ------------------------------------------------------------------------------- */

    /* Standard 960 or larger (browsers) */
    @media only screen and (min-width: 960px) {

    }



    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {

    }



    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
    
    }

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) { 
        :root { 
         --wbfb: 2%;
        }
    }


  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 912px) {
		#navigation a{    margin: 0 0 0 18px;}    
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
         
    }

    @media only screen and (min-width: 280px) and (max-width: 768px) {
        
        #header {
            height: 80px; position: relative;
        }
        #header .mlang { display: block; display: flex; justify-content: center; align-items: center; }
        #header .mlang img { margin:0 10px; }
        #header .lang { display: none; }
        #header .menu { display: block; position: absolute; right: 15px; top: 20px; font-size: 28px; }
        #logo {
            float: left; padding-top: 20px;
        }
        #logo img { height: 40px; }
    /*  Navigation  --------------------------------*/
    #navigation { float: none; position: fixed; left: 0; top: 0; height: 100%; background:rgba(255,255,255,.9); display: flex; justify-content: flex-start; align-items: center; flex-direction: column; z-index: 9999;  width: 100%;
    overflow: auto; display: none; }
    #navigation li { width: 100%; border-bottom:rgba(0,0,0,0.05) solid 1px; padding: 10px 0;
        float: none; text-align: center;
        position: relative;
    }
    #navigation > li:first-child { display: block; border-bottom: none; height: 55px; }
    #navigation > li:last-child a { margin-left:0; }
    #navigation li img.gray { -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
    #navigation a {
        margin: 0;
        padding: 10px 0;
    }
    /*  Dropdown  --------------------------------*/
    #navigation ul {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 60px;
        width:100%;
        z-index: 9999;
    }
 

    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        left: 0;
        width: 100%;
        margin: 0;
        top: 50px;
    }
        .index-about { flex-direction: column; padding-bottom: 20px;   }
        .index-about .factory { flex:1; padding: 25px 10px 0;  }
        .index-about .factory > .div1 { margin: 0 auto; width: 60%;  padding: 15px;  }
        .index-about .factory .divbtm > div {   flex: 1;    }
        .index-about .about {  flex:1; padding: 20px 20px 0;  }
        .index-about .about h3 { text-align: center; }
        .index-about .about p { margin-left:0;margin-right: 10%; }
        .our-products .home-pro-list { flex-direction: column; }
        .our-products .home-pro-list .pro-list { margin-bottom: 10px; }
        .our-products .home-pro-list .pro-list:nth-child(2) { margin-left: 0; margin-right: 0; }

        .home-contact { padding: 30px 0 50px; flex-direction: column;}
        .home-contact .contact-info { flex: 1; padding-right: 20px; padding-left: 20px; }

        .home-contact .contact-info h2 { font-size: 26px; line-height: 25px; display: inline-flex; }
        .home-contact .contact-info h2 span { font-size: 48px; margin-right: 10px; color: #999; }
        .home-contact .contact-info p { margin-bottom: 0;  line-height: 25px; }
        .home-contact .contact-info .m10 { margin-bottom:15px; line-height: 21px; }
        .home-contact .contact-wechat { flex: 1; padding-top: 20px; }
        .home-contact .contact-wechat { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
        .home-contact .contact-wechat img { max-height: 150px; }
        .home-contact .contact-wechat .share { display: flex; }
        .home-contact .contact-wechat .share span { color: #666; margin:5px 10px; }

        .about1 { flex-direction: column; }
        .about1 .about-title h2 {  font-size: 18rem; }
        .about1 .about-content { flex: 1; padding:0 15px; }
        .about2 { flex-direction: column-reverse;}
        .about2 .about-title h2 {  font-size: 18rem;  }
        .about2 .about-content { flex: 1;  padding-top: 0; padding:0 25px; line-height: 21px;}
        .about2 .about-content2 { flex: 1; padding-right: 20px; line-height: 21px; }
        .about2 .about-factory p { line-height: 16px; font-size: 12px; }
        .about2 .about-factory img { margin-right: 10px; margin-left: 10px; max-width: 120px; }

        .swiper-container {
          width: 100%; 
        }
        .cert-swiper .button-prev { left: 25px;   }
        .cert-swiper .button-next { right: 25px;  }
        .product-menu { display: none; }
        .content ul.product-list { flex: 1; margin-left: 0; }
        .content ul.product-list li .proimg { margin-right: 20px; }
        .content .product-show {  flex: 1; margin-top: 35px; margin-left: 0; padding-bottom: 30px; }
        .product-show .show-text .show-company img { margin: 5px 10px 5px; max-width: 120px; }
        .product-show .show-text h4 {  font-size: 18px; }
        .product-show .show-text h5 { font-size: 16px; }
 
        #footer .foot-nav { width: 92%; }
        #copyright .copy-link { border-top: #595959 solid 2px; padding: 15px 0 10px; width:100%;   }
}

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 320px) {

    }


.paginationBox {
    width: 100%;
    height: auto;
    margin: 40px 0 20px 0;
	text-align: center;
}
.paginationBox .on {
    background-color: #2373d1;
    color: white;
}
.paginationBox a:hover {
    color: #fff;
    background-color: #2373d1;
}
.paginationBox a {
	text-decoration: none!important;
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px;
    color: #808080;
    background-color: #f2f2f2;
    transition: all .3s;
}


.product-menu .active{ color: #2373d1;}
.contaip p{font-size: 16px!important;font-family: 宋体, SimSun!important;}

.left_nav {
    clear: both;
}.left_h {
    margin: 0;
    display: block;
    padding: 10px 0 15px 0;
    color: #4c4b4b;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
}.left_nav_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 15px 0 0 0;
}.left_nav_ul>li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 8px 0 8px 18px;
    background: url(/babimg/image/left_li.gif) 6px 15px no-repeat;
}.left_nav_ul>li>a {
    text-decoration: none;
    color: #4c4b4b;
    font-size: 16px;
}.menu_head {
    cursor: pointer;
    font: 600 18px / 30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #4c4b4b;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
}ul.left_snav_ul {
    list-style: none;
    padding: 0;
    display: none;
    padding-top: 8px;
}ul.left_snav_ul>li {
    margin: 0;
    padding: 5px 0 5px 10px;
    background: url(/babimg/image/left_sli.gif) 0 13px no-repeat;
}ul.left_snav_ul>li>a {
    border: 0;
    color: #797979;
    padding: 5px 0 5px 0;
}
.actives{color: #2373d1!important;}
