@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333333;
    font-family: 'Helvetica','Microsoft YaHei', Arial, 'FontAwesome', 'Glyphicons Halflings' !important;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
ul,ol{
    margin: 0;
}
.clear {
    display: block;
    clear: both;
}

.clearfix {
    display: block;
    clear: both;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    max-width: 100%;
    height: auto;
}
/* 特别定义分类主色 */
.category_color_4{
    background-color: #0f83c6 !important;
}
.category_color_5{
    background-color: #66b62e !important;
}
.category_color_6{
    background-color: #f4a74c !important;
}
.category_color_7{
    background-color: #fccf00 !important;
}
.category_color_23{
    background-color: #7f33f5 !important;
}

.category_color_14{
    background-color: #0f83c6 !important;
}
.category_color_15{
    background-color: #66b62e !important;
}
.category_color_16{
    background-color: #f4a74c !important;
}
.category_color_17{
    background-color: #fccf00 !important;
}
.category_color_24{
    background-color: #7f33f5 !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  @media (min-width: 280px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
      }
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  @media (min-width: 1366px) {
    .container {
      width: 1200px;
    }
  }
  @media (min-width: 1920px) {
    .container {
      width: 1320px;
    }
  }
  @media (min-width: 2560px) {
    .container {
      width: 1760px;
    }
  }
  @media (min-width: 3840px) {
    .container {
      width: 2640px;
    }
  }



#headdiv {
    width: 100%;
    height: 90px;
    padding: 0;
    background-color: #000;
    background-color: #001925;
}


.logo {
    float: left;
}

.logo a {
    display: block;
    text-align: left;
    width: 22vw;
    max-width: 422px;
    max-height: 34px;
    margin-top: 24px;
}

.logo a img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.showpc {
    display: inline-block;
}

.showmob {
    display: none;
}

.logo a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

#mobileNavButton {
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.4rem;
    color: #000;
}

#mobileNavButton a i {
    color: #009fe8;
}
#language {
    width: 3.4375%;
    float: right;
    margin: 0 auto;
    margin-top: 27px;
}
#language img {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
}
.searchDiv {
    width: 13vw;
    height: 100%;
    float: right;
    margin-top: 28px;
    margin-right: 30px;
}
.form-group {
    margin-bottom: 0px;
}
#searchtxt{
    border-color:#009fe8;
    color:#009fe8;
    background-color: transparent;
}
.btnkuang{
    background-color: #009fe8;
    border: 1px solid #009fe8;
    color:#fff;
}
.searchBtn{
    border:none;
    background-color: transparent;
}

.pcnav{
    width: 100%;
    height: 48px;
    border-bottom:1px solid #f1f1f1;
}

.navdiv {
    width: 100%;
    margin-top: 0px;
}

.navdiv>ul {
    display: block;
    width: 100%;
    font-size: 0px;
    margin: 0 auto;
    padding: 0 0%;
    text-align: center;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.navdiv>ul>li {
    display: inline-block;
    width: 10.0%;
    width: 14.28%;
    width: 16.66%;
    text-align: center;
    position: relative;
    z-index: 3;
    background: url(../images/navline.jpg) center right no-repeat;
}
.navdiv>ul>li:first-child{
    background: url(../images/navline.jpg) center right no-repeat, url(../images/navline.jpg) center left no-repeat;
}

.navdiv>ul>li>a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
    text-transform: uppercase;
    
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.navdiv>ul>li>a>i {
    font-size: 1.4rem;
    margin-right: 6px;
    color: #333333;
}

.navdiv>ul>li>a:hover {
    color: #009fe8;
    /* font-weight: 700; */
}


.navdiv>ul>li>a.on,
.navdiv>ul>li>a:active,
.navdiv>ul>li>a:focus {
    color: #009fe8;
    /* font-weight: 700; */
}

.navdiv ul li:hover ul {
    display: block;
}

.navdiv ul li:hover ul ul {
    display: none
}

.navdiv ul li ul {
    position: absolute;
    left: 0;
    background-color: #fafafa;
    color: #333;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    display: none;
}

.navdiv ul li ul li {
    display: block;
    width: 240px;
    height: inherit;
    padding-left: 21px;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    overflow: visible;
    position: relative;
    list-style: disc inside;
}

.navdiv ul li ul li:nth-of-type(1) {
    border-top: none;
}

.navdiv ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.5rem;
    color: #333;
    /* text-transform: uppercase; */
    position: relative;
}

.navdiv ul li ul li a::before {
    content: "\f105";
    font-size: 1.5rem;
    padding-right: 7px;
}

.navdiv ul li ul li:hover {
    background-color: #009fe8;
}

.navdiv ul>li>ul>li:hover a {
    color: #fff;
    font-size: 1.5rem;
}

.navdiv ul>li>ul>li>ul>li>a {
    color: #333 !important;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.navdiv ul>li>ul>li>ul>li:hover a {
    color: #fff !important;
    font-size: 1.5rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}

.navdiv ul li ul li ul {
    position: absolute;
    left: 240px;
    top: -1px;
    background-color: #fafafa;
    display: none;
}

.navdiv ul li ul li ul li {
    width: 240px;
    height: inherit;
    overflow: visible;
}

.navdiv ul li ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.4rem;
    color: #333;
    text-transform: capitalize;
    position: relative;
}

.navdiv ul li ul li ul li:hover a {
    color: #fff;
    font-size: 1.5rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}

.fullpic {
    width: 100%;
    margin: 0 auto;
}

.fullpic img {
    max-width: 100%;
    height: auto;
}

.innerban {
    width: 100%;
    height: auto;
    background: #ccc;
}

.innerban img {
    width: 100%;
    height: auto;
}

.main {
    width: 100%;
    margin: auto;
}

.mainContainer {
    width: 100%;
    padding: 50px 12.5% 100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ebookBox {
    width: 100%;
}

.ebookItem {
    width: 24.984%;
    margin-right: 2.14%;
    margin-bottom: 36px;
    float: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.ebookpic {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.ebookpic a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
}

.ebookpic a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.ebooktxt {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    line-height: 50px;
}

.ebooktxt a {
    font-size: 15px;
    color: #333;
    text-align: center;
}

.ebooktxt a {
    color: #ff0000;
}
.m_nav{ display: none;}

/* 轮播 */
.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.abc{
    clear: both;
}
.centered-btns_nav {
    position: absolute;
    z-index: 2;
    font-size: 0;
    bottom: 22px;
    overflow: hidden;
    opacity: .7;
}

.prev {
    left: 48%;
    left: calc(50% - 25px);
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
}
.next {
    left: 52%;
    left: calc(50% + 25px);
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow-right.png);
    background-size: cover;
}

.prev:hover, .next:hover{
    opacity: 1;
}

.centered-btns_nav:active {
    opacity: 1;
}

.centered-btns_tabs {
    /*
    text-align: center; 
    font-size: 0; 
    list-style-type: none; 
    position: absolute; 
    top:97%; 
    left:47%; 
    z-index:99;
    */
}

.centered-btns_tabs {
    margin: -10px auto 0 auto;
    /*text-align:center;*/
    list-style-type: none;
    font-size: 0px;
    position: relative;
    left: 50%;
    z-index: 99;
    display: none;
}

.centered-btns_tabs li {
    display: inline-block;
    margin: 0 3px;
    *display: inline;
    *zoom: 1;
}

.centered-btns_tabs a {
    display: inline-block;
    width: 60px;
    height: 3px;
    /*border-radius: 50%;*/
    line-height: 20px;
    background-color: rgba(255, 255, 255, .3);
    background-color: #f00\9;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

.centered-btns_tabs .centered-btns_here a {
    background-color: rgba(255, 255, 255, .8);
    background-color: #fff\9;
}


.videoDiv{
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background: url(../images/muti-linebg.jpg) repeat;
}
.blackBg{
    background-color: #000;
}
.videoObj{
    width: 960px;
    height: 540px;
    margin: 0 auto;
    position: relative;
}
#longVideo {
    width: 100%;
    height: 100%;
}
.videoPlayBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/playBtn.svg) center center no-repeat transparent;
    /* background: url(../images/playBtn.svg) 5% 95% no-repeat transparent; */
    background-size: 75px 75px;
    cursor: pointer;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
.videoPlayBtn:hover{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.pcategories{
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #fff;
}
.pcTitle{
    margin-bottom: 30px;
    text-align: center;
}
.pcTitle h3{
    font-size: 3.0rem;
    text-transform: uppercase;
}
.productCategoriesList{
    width: 100%;
}
.pclitem{
    width: 33.33%;
    float: left;
}
.pclitemwrap{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.pclitempic{
    width: 100%;
    padding: 20%;
}
.pclitem:first-child .pclitempic{
    padding: 0;
    padding: 5%;
    margin-top: -38px;
}
.pclitem:nth-of-type(3) .pclitempic{
    padding: 0;
    padding: 14%;
    margin-top: 0px;
}
.pclitem:nth-of-type(6) .pclitempic{
    padding: 0;
    padding: 11%;
    margin-top: 0px;
}
.pclitempic1{
    width: 100%;
    padding: 9%;
    margin-top: 15px;
}

.k01{
    background-color: #000;
}
.k02{
    background-color: #0f83c6;
}
.k03{
    background-color: #66b62e;
}
.k04{
    background-color: #f4a74c;
}
.k05{
    background-color: #7f33f5;
}
.k06{
    background-color: #fccf00;
}
.pclitemCenterTxt{
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
    position:absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
}
.pclitemtxt{
    position: absolute;
    left: 0;
    bottom: 11.25%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.pclitemtxt a{
    display: inline-block;
    padding: 9px 13px;
    border:1px solid #fff;
    font-size: 1.8rem;
    font-weight: 700;
    color:#fff;
    position: relative;
    z-index: 2;
}
.pclitemtxt a::before{
    content: '';
    display: block;
    float: left;
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0;
    background-color: #000;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.pclitemtxt a:hover::before{
    width: 100%;
}

.pclitempic a:hover img{
    transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -o-transform: scale(1.14);
}
.pclitempic1 a:hover img{
    transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -o-transform: scale(1.14);
}

/* 滚动模块 */
.recommendedProducts {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background: url(../images/gundongBg.jpg) center center no-repeat;
    background-size: cover;
}
.titleh2{
    font-size: 3.0rem;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}

.iproductlist {
    width: 100%;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.swiper-slide {
    text-align: center;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    position: static!important;
    margin-top: 30px;
}

.iproductItem {
    padding: 15px;
    padding: 0px;
    width: 100%;
}

.itemcontainerPic {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 16.0%;
}

.itemcontainerPic a img {
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.itemcontainerBtn {
    width: 100%;
    margin: 0 auto;
}

.itemcontainerBtn a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.itemcontainerBtn a:hover {
    color: #ffffff;
    background-color: #009fe8;
}

.swiper-slide:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.swiper-slide:hover .iproductItem .itemcontainerPic a img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}


/* footer*/
.footer{
    width: 100%;
    padding: 50px 0;
    background-color: #000;
}
.footer_left{
    float: left;
}
.footer_left p{
    font-size: 1.6rem;
    color:#009fe8;
}
.footer_right{
    float: right;
    text-align: right;
}
.qrcode {
    display: inline-block;
    width: 125px;
    text-align: center;
}
.qrcode p {
    padding-top: 12px;
    color: #009fe8;
}
.updownBtn {
    float: right;
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 9;
}

.upBtn,
.downBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
}

.upBtn a,
.downBtn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #009fe8;
    line-height: 36px;
}

.upBtn a {
    line-height: 32px;
}
.updownBtn a:active, .updownBtn a:hover, .updownBtn a:focus{
    outline: none;
}




.locationDiv{
    width: 100%;
    padding: 50px 0 20px;
    border-bottom: 1px solid #009fe8;
    margin-bottom: 30px;
}
.pageTitle{
    float: left;
}
.pageTitle h2{
    font-size: 3.6rem;
    text-transform: uppercase;
}
.pageTitle h3{
    font-size: 2.8rem;
    text-transform:capitalize;
}
.localurl{
    float: right;
    text-align: right;
    font-size: 1.4rem;
    color:#333;
}
.localurl a{
    font-size: 1.4rem;
    color:#333;
    text-transform:uppercase;
    padding: 0 10px;
}
.localurl a:hover{
    color:#009fe8;
}
.mainDiv{
    width: 100%;
    min-height: 50vh;
    padding-bottom: 100px;
}

.mainContent{
    width: 100%;
}

.mainContent div,
.mainContent p,
.mainContent span,
.mainContent dl dd,
.mainContent dl dt,
.mainContent ul li,
.mainContent ol li,
.mainContent tr td{
    font-size: 1.6rem;
    line-height: 1.8;
}

/* product */
.sideLeftBar {
    float: right;
    float: left;
    width: 25%;
    width: 22%;
}
.nav_p_l {
    position: fixed;
    top: 0px;
    z-index: 2;
}

.mainleftbar {
    padding-left: 5%;
    padding-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
    width: 85%;
    box-sizing: border-box;
    position: relative;
    background-color: #f1f1f1;
    /*float: right;*/
    margin-right: 15%;
    /*border-radius: 15px 15px 0px 0px;*/
}

.mobProductSubmenu {
    margin-bottom: 10px;
}

.categoriesmodal {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}

.titlebar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/pcbg.jpg) center center no-repeat;
    background-color: #001925;
    border-left: 3px solid #ff4800;
}

.titlebar h3 {
    font-size: 1.7rem;
    padding-left: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.productSubmenu {
    padding: 0 15px;
}

.productSubmenu h4 {
    padding: 14px 0px 14px 15px;
    background-color: transparent;
    font-weight: normal;
    margin-bottom: 4px;
    background-color: #fff;
}

.productSubmenu h4:first-child {
    border-top: none;
}

.productSubmenu h4 a {
    display: block;
    font-size: 15px;
    color: #000000;
    position: relative;
    padding-left: 12px;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.productSubmenu h4 a::before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline;
    color: #000;
    position: absolute;
    left: 0;
    top: 0px;
}

.productSubmenu h4 a:hover {
    color: #009fe8;
    padding-left: 20px;
}

.productSubmenu h4 a:hover::before {
    color: #009fe8;
    left: 8px;
}

.productSubmenu h4.on {
    /* background-color: #00a5dc; */
}

.productSubmenu h4.on a {
    color: #009fe8;
}

.productSubmenu h4.on a::before {
    color: #009fe8;
}

.productSubmenu ul {
    padding-left: 24px;
}



.productSubmenu ul li {
    padding: 8px 0;
    background-color: transparent;
    list-style: none;
}

.productSubmenu ul li:hover {
    /* background-color: #f5f5f5; */
}

.productSubmenu ul li a {
    display: block;
    font-size: 16px;
    color: #444;
    position: relative;
    padding-left: 12px;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.productSubmenu ul li a::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline;
    color: #000;
    position: absolute;
    left: 0;
    top: 0px;
}

.productSubmenu ul li a:hover {
    color: #009fe8;
    padding-left: 20px;
}

.productSubmenu ul li a.active {
    color: #009fe8;
}

.productSubmenu ul li a:hover::before,
.productSubmenu ul li a.active:hover::before {
    color: #009fe8;
    left: 5px;
}

.productBar {
    width: 100%;
    width: 75%;
    width: 78%;
    float: left;
}

.searchh3 {
    margin-bottom: 20px;
}

.productDetailBar {
    width: 100%;
    padding: 0 13% 100px;
    background-color: #f1f1f1;
    width: 75%;
    padding: 0;
    float: left;
}

.pcwhite {
    width: 100%;
    padding-top: 0px;
    background-color: #fff;
}

.productlistContainer {
    width: 100%;
    padding: 0px 0;
}

.prolist {
    float: left;
    width: 23.698%;
    width: 31.6%;
    margin-right: 1.736%;
    margin-right: 2.6%;
    margin-bottom: 30px;
}

.prolist:nth-of-type(4n) {
    margin-right: 0;
    margin-right: 2.6%;
}

.prolist:nth-of-type(3n) {
    margin-right: 1.736%;
    margin-right: 0;
}

.prolistwrap {
    width: 100%;
    padding: 15px;
    padding: 0px;
    border-radius: 10px;
    border-radius: 0px;
    background-color: #000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.prolistwrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.prolistpic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #000;
    overflow: hidden;
}

.prolistpic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 17.3%;
}

.prolistpic a span{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.prolistpic a span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.prolistpic:hover a span img {
    transform: scale(1.12) translate(-50%, -50%);
    -ms-transform: scale(1.12) translate(-50%, -50%);
    -moz-transform: scale(1.12) translate(-50%, -50%);
    -webkit-transform: scale(1.12) translate(-50%, -50%);
    -o-transform: scale(1.12) translate(-50%, -50%);
}

.prolisttxt {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #f1f1f1;
}

.prolisttxt h3 {
    font-size: 3.0rem;
    /*color: #009fe8;*/
    color: #777777;
    margin-top: 0px;
    margin-bottom: 0px;
}

.prolisttxt p {
    text-align: left;
    font-size: 13px;
    color: #777;
    color: #999;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.prolisttxt p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}

.prolisttxt a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 12px 0px;
    background-color: #fff;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.prolisttxt a:hover {
    color: #fff;
    background-color: #009fe8;
}


/*search list*/

.searchlist {
    float: left;
    width: 23.698%;
    margin-right: 1.736%;
    margin-bottom: 30px;
}

.searchlist:nth-of-type(3n) {
    margin-right: 1.736%;
}

.searchlist:nth-of-type(4n) {
    margin-right: 0%;
}

.searchlistwrap {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.searchlistwrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.searchlistpic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
}

.searchlistpic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.searchlistpic a img {
    width: 100%;
    height: auto !important;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.searchlistpic a:hover img {
    transform: scale(1.20) translateY(-50%);
    -ms-transform: scale(1.20) translateY(-50%);
    -moz-transform: scale(1.20) translateY(-50%);
    -webkit-transform: scale(1.20) translateY(-50%);
    -o-transform: scale(1.20) translateY(-50%);
}

.searchlisttxt {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #f1f1f1;
}

.searchlisttxt h3 {
    font-size: 3.0rem;
    /*color: #009fe8;*/
    color: #777777;
    margin-top: 0px;
    margin-bottom: 0px;
}

.searchlisttxt p {
    text-align: left;
    font-size: 13px;
    color: #777;
    color: #999;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.searchlisttxt p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}

.searchlisttxt a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 12px 0px;
    background-color: #fff;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.searchlisttxt a:hover {
    color: #009fe8;
}

.pagediv {
    clear: both;
    margin: 20px 0px 50px 0px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica";
}

.pagediv a {
    display: inline-block;
    font-size: 15px;
    border: #e4e4e4 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    background-color: #e4e4e4;
    font-family: "Helvetica";
}

.pagediv a:hover,
.pagediv a:focus {
    font-size: 15px;
    border: #009fe8 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #009fe8;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    border: #009fe8 1px solid;
    font-size: 15px!important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #009fe8;
    display: inline-block;
    font-family: "Helvetica";
}

.pagediv .pageinfo {
    background-color: #e4e4e4;
    border: #e4e4e4 1px solid;
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2rem!important;
}

/*product detail*/
.productDetailBar {
    width: 100%;
    padding: 0 13% 100px;
    background-color: #f1f1f1;
    width: 75%;
    width: 78%;
    padding: 0;
    float: left;
}
.productBar {
    width: 100%;
    width: 75%;
    float: left;
}
.pcwhite {
    width: 100%;
    padding-top: 0px;
    background-color: #fff;
}
.p1248px {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.productleft {
    width: 45%;
    width: 48%;
    float: left;
}
.bigPhoto {
    /* width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1; */
    width: 100%;
    padding: 17.3%;
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.bigPhoto:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bigPhoto a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    position: relative;
}

.bigPhoto a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.bigPhoto a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.bigPhoto span{
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
}
.bigPhoto span img{
    height: 3vh;
    width: auto;
}

.biglist {
    display: block;
    width: 100%;
    font-size: 0px;
    letter-spacing: -3px;
    margin-top: 15px;
}

.biglist li {
    display: inline-block;
    width: 76px;
    height: 76px;
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #000;
}

.biglist li:hover {
    border-color: #009fe8;
}

.biglist li a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.biglist li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.productright {
    width: 55%;
    width: 52%;
    float: left;
    padding-left: 30px;
}
.colorTitle{
    width: 100%;
    padding: 8px 30px;
    margin-bottom: 0px;
    background-color: #f1f1f1;
    color:#fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
}
.pfeature{
    width: 100%;
    padding-top: 15px;
    padding-left: 30px;
}
.pfeature h4{
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-decoration: underline;
}
.pfeature ul{
    margin-bottom: 20px;
}
.pfeature ul li{
    font-size: 1.5rem;
    color:#333;
    line-height: 1.75;
    list-style: inside disc;
}

.pfeature table {
    width: 100%;
    border-collapse: collapse;
}

.pfeature table tr th,
.pfeature table tr td {
    padding: 5px;
    border: 1px solid #151515;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color:#151515;
}


.productdetails {
    width: 100%;
    margin-top: 30px;
}
.backBtn {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.backBtn a {
    display: block;
    width: 142px;
    height: 36px;
    background-color: #ff4800;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    line-height: 36px;
}
.backBtn a:hover {
    background-color: #cc4800;
    color: #fff;
}
.productdetailsContainer div,
.productdetailsContainer p,
.productdetailsContainer span,
.productdetailsContainer a,
.productdetailsContainer li,
.productdetailsContainer dd,
.productdetailsContainer dt,
.productdetailsContainer td,
.productdetailsContainer th {
    font-size: 15px;
}

.productdetailsContainer table {
    width: 100%;
    border-collapse: collapse;
}

.productdetailsContainer table tr th,
.productdetailsContainer table tr td {
    padding: 5px;
    border: 1px solid #fff;
}

.productdetailsContainer table tr th {
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #00a5dc;
}

.productdetailsContainer table tr:nth-of-type(even) td {
    text-align: center;
    background-color: #e6e6e6;
}

.productdetailsContainer table tr:nth-of-type(odd) td {
    text-align: center;
    background-color: #fafafa;
}

.productdetailsContainer table:nth-of-type(2) tr:first-child td{
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #00a5dc;
}

.productdetailsContainer ul,
.productdetailsContainer ol {
    margin-left: 30px;
}

.productdetailsContainer ul li {
    list-style: disc outside;
    padding-left: 8px;
}

.productdetailsContainer ol li {
    list-style: lower-alpha outside;
    padding-left: 8px;
}

.productdetailsContainer img {
    width: 100%;
    /* max-width: 100%; */
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.productdetailsContainer h1,
.productdetailsContainer h2,
.productdetailsContainer h3,
.productdetailsContainer h4,
.productdetailsContainer h5,
.productdetailsContainer h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
}

.connectTitle{
    font-size: 2.1rem;
    font-weight: 700;
    color:#009fe8 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.spaceLine{
    width: 100%;
    height: 5px;
    font-size: 0;
    background-color: #cccccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*video*/
.videoCon{
    width: 960px;
    margin: 0 auto;
}
.videoItem{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.videoObj1{
    width: 100%;
    height: auto;
    background-color: #000;
    position: relative;
}
/*
.videoObj::-webkit-media-controls-timeline{
    display: none;
}
.videoObj::-webkit-media-controls-current-time-display{
    display: none;
}
.videoObj::-webkit-media-controls-time-remaining-display{
    display:none;
}
.videoObj::-webkit-media-controls-play-button{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100px !important;
    height: 100px !important;
}*/


.videoTitle{
    padding: 10px 0;
    font-size: 18px;
    color:#333;
    font-weight: 600;
    text-transform: capitalize;
}
.playCover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/playBtn.svg) 50% 40% no-repeat transparent;
    background-size: 75px 75px;
    cursor: pointer;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
.playCover:hover{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

/* 新闻模块 */
.newsDiv {
    width: 100%;
    padding: 0px 0 100px;
    background-color: #fff;
}

.newsItem {
    width: 31.373333%;
    float: left;
    margin-right: 2.94%;
    margin-bottom: 40px;
    border: 1px solid #e2e0e0;
}

.newsItem:nth-of-type(3n) {
    margin-right: 0;
}

.newsThumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 53.84%;
    padding-bottom: 66.5%;
    position: relative;
    overflow: hidden;
    background-color: #edeaea;
}

.newsThumbnail a {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.newsThumbnail a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.newsTitle {
    width: 100%;
    padding: 24px 6.5% 30px;
}

.newsTitle a {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 1.6rem;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.newsDate {
    width: 100%;
    padding: 0px 6.5% 38px;
    color: #999;
    font-size: 1.6rem;
}

.newsDate i {
    margin-right: 7px;
}

.newsItem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #009fe8;
}

.newsItem:hover .newsThumbnail a img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.newsItem:hover .newsTitle a {
    color: #009fe8;
}
.newsinner{
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
}
.newsviewTop {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 40px;
}

.newsviewTop h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 3.6rem;
    color: #333333;
}

.newsviewTop p {
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}

.newsviewTop p span {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 1.6rem;
}

.newsviewTop p span i {
    padding-right: 7px;
}

.newsContent,
.newsContent div,
.newsContent p,
.newsContent span,
.newsContent i,
.newsContent em,
.newsContent li,
.newsContent dt,
.newsContent dd,
.newsContent td {
    font-size: 1.5rem;
    color: #555555;
    line-height: 2;
}
.newsContent h1,
.newsContent h2,
.newsContent h3,
.newsContent h4,
.newsContent h5,
.newsContent h6{
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsContent img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.updowndiv {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.updowndiv dl {
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 0;
}

.updowndiv dl dt {
    display: inline-block;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dt span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dt a {
    font-size: 1.5rem;
    color: #000000;
}

.updowndiv dl dt a:hover {
    color: #009fe8;
}

.updowndiv dl dd {
    display: inline-block;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dd span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dd a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000000;
}

.updowndiv dl dd a:hover {
    color: #009fe8;
}

.rebackBtn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.rebackBtn a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 8px;
    background-color: #009fe8;
}

.rebackBtn a i {
    padding-left: 8px;
}

.rebackBtn a:hover {
    background-color: #001925;
}
.contactInfo{
    padding: 30px 0;
    text-align: center;
}
.contactInfo h3{
    margin-bottom: 30px;
}
.contactInfo p{
    font-size: 1.6rem;
    color:#454545;
}
.contactInfo p span{
    color:#333;
    font-weight: 700;
}
.searchBar{
    width: 100%;
}

@media (max-width:767px) {
    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #001925;;
        background-image: none;
    }
    .logo a {
        width: 54vw;
        max-width: 204px;
        max-height: 15px;
        margin-top: 15px;
    }
    .logo a img {
        max-height: 36px;
    }
    .searchDiv{
        display: none;
    }
    #language {
        width: 11.0%;
        margin-top: 13px;
        margin-right: 5px;
    }
    #language img{
        width: 24px;
        height: 24px;
    }
    /* Mobile nva style */
    #mobileNavButton {
        display: block;
        margin-top: 8px;
        margin-right: 0px;
    }
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        left: 0px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #009fe8;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav>ul>li>a::before {
        content: "";
        font-size: 0;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 18px;
        top: 14px;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 35px;
        color: #333;
        font-size: 1.4rem;
        text-transform: uppercase;
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 35px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 18px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 35px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .pcnav{
        display: none;
    }
    .wrap{}
    .centered-btns_nav {
        bottom: 0px;
    }
    
    .prev {
        left: 48%;
        left: calc(50% - 15px);
        width: 24px;
        height: 24px;
    }
    .next {
        left: 52%;
        left: calc(50% + 15px);
        width: 24px;
        height: 24px;
    }
    .rslides img {
        display: block;
        width: auto;
        height: 200px;
        max-width: none;
        transform: translateX(-14%);
        transform: translateX(-18%);
    }
    .videoDiv{
        padding: 15px 0;
    }
    .videoDiv .container{
        padding-left: 0;
        padding-right: 0;
    }
    .videoObj{
        width: 100%;
        height: auto;
    }
    #longVideo {
        width: 100%;
        height: auto;
    }
    .videoPlayBtn{
        background-size: 50px 50px;
    }
    .footer_right {
        margin-top: 30px;
        float: left;
        text-align: left;
    }
    .footer_left p {
        font-size: 1.4rem;
    }
    .updownBtn {
        right: 5px;
        display: none !important;
    }
    .upBtn,
    .downBtn {
        width: 30px;
        height: 30px;
    }
    .upBtn a,
    .downBtn a {
        font-size: 1.2rem;
        line-height: 30px;
    }



    .recommendedProducts{
        padding: 30px 0;
    }
    .titleh2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .itemcontainerBtn a{
        font-size: 1.3rem;
    }
    .pcategories {
        width: 100%;
        padding: 30px 0;
    }
    .pcategories .container{
        padding-left: 0;
        padding-right: 0;
    }
    .pcTitle {
        margin-bottom: 15px;
        text-align: center;
    }
    .pcTitle h3 {
        font-size: 1.8rem;
        text-transform: uppercase;
    }
    .pclitem{
        width: 50%;
        float: left;
    }
    .pclitemtxt a{
        font-size: 1.2rem;
    }

    .pclitem:first-child .pclitempic {
        padding: 0;
        padding: 6%;
        margin-top: -27px;
    }

    .pclitemCenterTxt{
        width: 52%;
        font-size: 12px;
    }
    .mainDiv{
        padding-bottom: 30px;
    }
    .locationDiv {
        width: 100%;
        padding: 30px 0 20px;
        border-bottom: 1px solid #009fe8;
        margin-bottom: 12px;
    }
    .pageTitle{
        width: 100%;
        margin-bottom: 10px;
    }
    .pageTitle h2{
        font-size: 1.8rem;
    }
    .sideLeftBar {
        float: right;
        float: left;
        width: 100%;
    }
    .localurl{
        float: left;
    }
    .localurl a{
        padding: 0 5px;
        color: #337ab7;
        font-size: 1.2rem;
    }
    .localurl a:first-child{
        padding-left: 0;
    }
    .panel-body ul li {
        list-style: disc inside;
        border-bottom: 1px dotted #ccc;
        padding: 6px 0px 4px;
    }
    .panel-body ul li a {
        font-size: 13px;
        color: #454545;
    }
    .panel-body ul li ul {
        padding-left: 15px;
        padding-top: 0px;
    }
    .panel-body>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    .productDetailBar{
        width: 100%;
    }
    .productBar {
        float: left;
        width: 100%;
    }
    .productleft {
        width: 100%;
        float: left;
    }
    .titlebar {
        border-bottom: 1px solid #ccc;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .titlebar h3 {
        padding-left: 0px;
        font-size: 21px;
        margin-top: 0;
        text-align: center;
    }
    .productlistContainer {
        width: 100%;
        padding: 10px 0;
    }
    .prolist {
        width: 48.7%;
    }
    .prolist:nth-of-type(3n) {
        margin-right: 2.6%;
    }
    .prolist:nth-of-type(2n) {
        margin-right: 0%;
    }
    .prolistwrap {
        padding: 0px;
    }
    .prolisttxt a {
        font-size: 12px;
    }
    .prolisttxt p {
        font-size: 12px;
    }
    .pagediv {
        clear: both;
        margin: 20px 0px 20px 0px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Helvetica";
    }
    .productright {
        width: 100%;
        float: left;
        padding-left: 0px;
        padding-top: 10px;
    }
    .colorTitle{
        padding: 8px 15px;
        font-weight: 700;
    }
    .pfeature{
        padding-left: 15px;
        padding-top: 15px;
    }
    .videoCon {
        width: 100%;
        margin: 0 auto;
    }
    .videoObj1{
        width: 100%;
    }
    .videoTitle{
        font-size: 1.4rem;
    }
    .playCover{
        background-size: 50px 50px;
        display: none;
    }
    .newsDiv {
        width: 100%;
        padding: 0px 0 10px;
        background-color: #fff;
    }
    .newsItem {
        width: 47.42%;
        margin-right: 5.16%;
        margin-bottom: 20px;
    }
    .newsItem:nth-of-type(3n) {
        margin-right: 5.16%;
    }
    .newsItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .newsTitle {
        width: 100%;
        padding: 10px 6.5% 15px;
    }
    .newsTitle a {
        height: 36px;
        font-size: 1.2rem;
        line-height: 18px;
    }
    .newsDate {
        width: 100%;
        padding: 0px 6.5% 15px;
        font-size: 1.2rem;
    }

    .newsinner{
        width: 100%;
        padding: 15px;
        padding-bottom: 0;
    }
    .newsviewTop {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .newsviewTop h3 {
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.8rem;
        color: #000;
    }
    .newsviewTop p,.newsviewTop p span {
        font-size: 1.3rem;
        color: #999;
    }
    .newsContent, 
    .newsContent div, 
    .newsContent p, 
    .newsContent a, 
    .newsContent span, 
    .newsContent i, 
    .newsContent em, 
    .newsContent li, 
    .newsContent dt, 
    .newsContent dd, 
    .newsContent td {
        font-size: 13px;
        font-size: 1.3rem;
        color: #454545;
        line-height: 1.6;
    }
    .newsContent h1{
        font-size: 2.4rem;
    }
    .newsContent h2{
        font-size: 2.1rem;
    }
    .newsContent h3{
        font-size: 1.8rem;
    }
    .newsContent h4{
        font-size: 1.6rem;
    }
    .newsContent h5{
        font-size: 1.4rem;
    }
    .newsContent h5{
        font-size: 1.3rem;
    }

    .updowndiv {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .updowndiv dl dt {
        width: 100%;
        padding: 0px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .updowndiv dl dt span {
        font-size: 13px;
    }
    .updowndiv dl dd {
        width: 100%;
        padding: 0px;
        font-size: 13px;
    }
    .updowndiv dl dd span {
        font-size: 13px;
    }
    .updowndiv dl dt a,
    .updowndiv dl dd a {
        font-size: 13px;
    }
    .rebackBtn {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .rebackBtn a {
        font-size: 13px;
    }

    .contactInfo{
        padding: 15px 0;
        text-align: center;
    }
    .contactInfo h3{
        margin-bottom: 20px;
        font-size: 2.0rem;
    }
    .contactInfo p{
        font-size: 1.5rem;
    }
    .contactInfo p span{
        font-size: 1.5rem;
        font-weight: 700;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    #headdiv {
        width: 100%;
        height: 75px;
        padding: 0;
        position: relative;
        background-color: #001925;
        background-image: none;
    }
    .logo a {
        width: 54vw;
        max-width: 280px;
        max-height: 15px;
        margin-top: 25px;
    }
    .logo a img {
        max-height: 36px;
    }
    .searchDiv{
        display: none;
    }
    #language {
        width: 11.0%;
        margin-top: 20px;
        margin-right: 5px;
    }
    #language img{
        width: 36px;
        height: 36px;
    }
    /* Mobile nva style */
    #mobileNavButton {
        display: block;
        margin-top: 12px;
        margin-right: 0px;
    }
    #mobileNavButton a {
        font-size: 3.6rem;
        color: #000;
    }
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 74px;
        left: 0px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #009fe8; */
        border-bottom: 1px solid #009fe8;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav>ul>li>a::before {
        content: "";
        font-size: 0;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 18px;
        top: 14px;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 35px;
        color: #333;
        font-size: 1.4rem;
        text-transform: uppercase;
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 35px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 18px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 35px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .pcnav{
        display: none;
    }
    .centered-btns_nav {
        bottom: 1px;
    }
    
    .prev {
        left: 48%;
        left: calc(50% - 15px);
        width: 24px;
        height: 24px;
    }
    .next {
        left: 52%;
        left: calc(50% + 15px);
        width: 24px;
        height: 24px;
    }
    .videoDiv{
        padding: 10px 0;
    }
    .videoObj{
        width: 80%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    #longVideo {
        width: 100%;
        height: auto;
    }
    .footer_left {
        float: left;
        width: 70%;
    }
    .mainDiv{
        padding-bottom: 30px;
    }
    .locationDiv {
        width: 100%;
        padding: 30px 0 20px;
        border-bottom: 1px solid #009fe8;
        margin-bottom: 12px;
    }
    .mainleftbar{
        display: none;
    }
    .pageTitle{
        width: auto;
    }
    .pageTitle h2{
        font-size: 2.4rem;
    }
    .sideLeftBar {
        float: right;
        float: left;
        width: 100%;
    }
    .localurl{
        float: right;
    }
    .localurl a{
        padding: 0 10px;
        font-size: 1.2rem;
    }
    .localurl a:first-child{
        padding-left: 0;
    }
    .panel-body ul li {
        list-style: disc inside;
        border-bottom: 1px dotted #ccc;
        padding: 6px 0px 4px;
    }
    .panel-body ul li a {
        font-size: 13px;
        color: #454545;
    }
    .panel-body ul li ul {
        padding-left: 15px;
        padding-top: 0px;
    }
    .panel-body>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    .productBar {
        float: left;
        width: 100%;
    }
    .titlebar {
        border-bottom: 1px solid #ccc;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .titlebar h3 {
        padding-left: 0px;
        font-size: 21px;
        margin-top: 0;
        text-align: center;
    }
    .productlistContainer {
        width: 100%;
        padding: 10px 0;
    }
    .prolist {
        float: left;
        width: 31.6%;
        margin-right: 2.6%;
        margin-bottom: 30px;
    }
    .prolist:nth-of-type(4n) {
        margin-right: 2.6%;
    }
    .prolist:nth-of-type(3n) {
        margin-right: 0%;
    }
    .prolistwrap {
        padding: 0px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }
    .prolisttxt a {
        font-size: 12px;
    }
    .prolisttxt p {
        font-size: 12px;
    }
    .pagediv {
        clear: both;
        margin: 20px 0px 20px 0px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Helvetica";
    }
    .mobProductSubmenu{
        display: block !important;
    }
    .productDetailBar{
        width: 100%;
    }
    .videoCon {
        width: 100%;
        margin: 0 auto;
    }
    .videoObj1{
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
    .playCover{
        display: none;
    }
}