@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.index-head-bg {
    z-index: 1;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
}

.index-head-bg img {
    width: 100%;
}

.head-wrapper {
    position: relative;
    width: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    height: 105px;
}

.logo, .language, .head-search, .nav-bar .nav, .head-contact, .head-contact .head-phone, .head-contact .head-email {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: left;
}

.head-right {
    width: 41.66%;
    position: relative;
    float: right;
    padding: 0 .15rem 0 .3rem;
}

.nav-bar {
    position: relative;
    width: 1200px;
    margin: auto;
    z-index: 9999;
    height: 105px;
}

/*============================================================
					change-language
============================================================*/
.change-language {
    float: right;
    margin: .15rem 0.45rem 0 0;
}

.change-language-info .change-language-title span, .change-language-info .change-language-title .language-icon:before {
    color: #151515 !important;
}

.change-language-info .change-language-title.title-show span, .change-language-info .change-language-title.title-show .language-icon:before {
    color: #666 !important;
}

.logo {
    position: relative;
    float: left;
    margin-top: 21px;
}

.logo img {
    position: relative;
}

.tasking {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #ececec;
    overflow: hidden;
    display: none;
    z-index: 1;
}

/*===========================
			 head-search
=============================*/
.head-search {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 100%;
    z-index: 1;
}

.head-search .head-search-form {
    position: absolute;
    right: 0;
    width: 0;
    height: 45px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    z-index: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.head-search .search-ipt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    color: #000;
}

.head-search-form .search-btn {
    font-family: 'fontawesome';
}

.head-search .search-btn, .head-search .search-toggle {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
    color: #151515;
    font-size: .16rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.head-search .search-toggle:before {
    font-family: 'fontawesome';
    content: "\f002";
}

.head-search-show.head-search .head-search-form {
    width: 92%;
}

/*=============================
			nav
=============================*/
.meun-icon {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: .76rem;
    font-family: 'Lato-Bold';
    display: inline-block;
    letter-spacing: 1px;
    padding-right: 15px;
    cursor: pointer;
}

.meun-icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    display: block;
    border: 5px solid #fff;
    visibility: visible;
    border-color: #fff transparent transparent transparent;
}

.nav-bar .nav {
    background-image: linear-gradient(to right, #38c778, #0077c1);
    background-image: -webkit-linear-gradient(to right, #38c778, #0077c1);
    position: absolute;
    left: 0;
    top: .76rem;
    padding: .3rem;
    width: 100%;
    display: none;
    padding-top: .2rem;
}

.nav-bar .nav li {
    position: relative;
    display: block;
}

.nav-bar .nav > li {
    display: block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 .15rem;
}

.nav-bar .nav > li.nav-current > a {
}

.nav-bar .nav > li > a {
    position: relative;
    display: block;
    line-height: .28rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato-Bold';
    letter-spacing: 1px;
    margin-top: 10px;
}

.nav-bar .nav li li {
    display: block;
    *display: block;
    line-height: .35rem;
}

.nav-bar .nav li li a {
    padding: 0 .15rem;
    display: block;
    color: #fff;
    font-family: 'Lato-Bold';
}

.nav-bar .nav ul {
    width: 2.55rem;
    position: absolute;
    top: 0;
    left: -2.85rem;
    text-align: left;
    display: none;
    z-index: 999;
    background-image: linear-gradient(to right, #38c778, #0077c1);
    background-image: -webkit-linear-gradient(to right, #38c778, #0077c1);
}

.nav-bar .nav ul ul, .fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left: 2.57rem;
}

.nav-bar .nav ul li:hover > a {
    color: #0077c1;
}

.nav-bar .nav li .nav-ico {
    font-size: .12rem;
    margin: 0 0 0 5px;
}

.nav-bar .nav li .nav-ico:after {
    content: '\f0da';
}

.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';
}

.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 10009;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

/*--------------------------footer---------------------------*/
.foot-wrapper {
    position: relative;
    width: 100%;
    z-index: 0;
    padding-bottom: .66rem;
    overflow: hidden;
    border-top: 1px solid #f3f3f3;
}

.foot-wrapper:before {
    font-family: 'Lato-Black';
    font-size: 380px;
    position: absolute;
    right: 0;
    bottom: -.5rem;
    display: block;
    line-height: 280px;
    letter-spacing: 33px;
    z-index: 0;
    font-weight: 800;
    color: rgba(23, 22, 23, 0.03);
}

.foot-wrapper, .foot-wrapper a {
    color: #171617;
    line-height: .24rem;
    font-size: 14px;
}

.foot-wrapper li {
    line-height: .24rem;
}

.foot-items {
    padding: .9rem 0 .5rem 0;
    line-height: 2.3;
}

.foot-items .foot-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 25%;
}

.foot-items .foot-item .foot-tit {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 .25rem;
    font-weight: normal;
    font-size: .18rem;
    color: #171617;
    letter-spacing: 1.2px;
    font-family: 'Lato-Black';
}

.foot-items .foot-item.foot-item-social {
    width: 15%;
}

.head-social {
    position: relative;
    display: block;
}

.head-social li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .15rem 0 0;
}

.head-social li img {
}

.foot-items .foot-item.foot-item-imformation {
    width: 17%;
}

.foot-items .foot-item.foot-item-company {
    width: 36%;
}

.foot-items .foot-item.foot-item-contact {
    width: 32%;
    padding: 0 5%;
}

.foot-item.foot-item-contact li {
    position: relative;
    padding: 0 0 0 .35rem;
}

.foot-item.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    width: .35rem;
    text-align: center;
}

.foot-item.foot-item-contact li.foot_addr:before {
    content: "\f041";
}

.foot-item.foot-item-contact li.foot_phone:before {
    content: "\f015";
}

.foot-item.foot-item-contact li.foot_email:before {
    content: "\f003"
}

.foot-item.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}

.foot-item.foot-item-contact li.foot_skype:before {
    content: "\f17e"
}

.foot-items .foot-item.foot-item-company .company-info {
    font-size: .18rem;
    line-height: .3rem;
    margin-top: 20px;
}

/*--------------------------------------------------------
													page: index
																	------------------------------------------------------*/

.main_content {
    z-index: 999;
    position: relative;
    margin-top: 40px;
}

.index-title-bar {
    position: relative;
    text-align: left;
    padding: .2rem 0 .3rem 0;
}

.index-title-bar .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.index-title-bar .title a {
    font-family: 'Lato-Bold';
    color: #171617;
    font-size: 34px;
    line-height: .48rem;
    text-transform: uppercase;
}

.xtit {
    color: #3d3d3d;
    font-size: 18px;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}

.cptit a {
    font-size: 34px !important;
}

.index-title-bar .sub-title {
    color: #727272;
    margin-bottom: 11px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 17.6px;
}

/*============================
			about-us 
=============================*/

.about-us {
    position: relative;
    overflow: hidden;
    padding: 0 0 .5rem;
}

.about-us .about-img {
    position: relative;
    width: 50%;
    float: left;
}

.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.about-us .about-detail {
    position: relative;
    width: 31%;
    float: left;
    padding: 0 .3rem;
    padding-right: 0;
    min-width: 600px;
}

.sup-title {
    color: #0077c1;
    text-align: left;
    font-family: 'Lato-Black';
    font-size: .36rem;
    line-height: .36rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
}

.about-us .index-title-bar {
    padding: 0;
}

.about-us .index-title-bar .title a {
    margin: .2rem 0 10px 0;
    display: block;
}

.about-us .sub-title {
    color: #949494;
    font-family: 'Lato-Bold';
    font-size: .26rem;
    line-height: .36rem;
}

.about-us .about-detail .about-info {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .3px;
    color: #000000;
}

.about-us .about-more a, .special-more {
    position: relative;
    z-index: 0;
    background: #1274fa;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 22px;
    display: inline-block;
    margin-top: .2rem;
    font-family: 'Lato-Bold';
    letter-spacing: 1px;
    min-width: 1.46rem;
    text-align: center;
}

.about-us .about-more a:before, .special-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #0077c1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.about-us .about-more a:hover:before, .special-more:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.about-us .about-img .flex-control-paging li a {
    width: .12rem;
    height: .12rem;
}

.about-us .about-img .flex-direction-nav {
    display: none;
}

/*=============================
		index-special-product
=============================*/
.index-special-product {
    position: relative;
    overflow: hidden;
}

.index-special-product .special-img {
    width: 50%;
    float: left;
    text-align: center;
}

.index-special-product .special-img img {
}

.index-special-product .special-detail {
    width: 50%;
    float: right;
    padding: 15px 0 .7rem .3rem;
    background-color: #fff;
}

.special-bg img {
    width: 100%;
}

.special-info {
    color: #171617;
    font-size: 18px;
    line-height: .3rem;
}

.special-more:hover {
    color: #fff;
}

/*=============================
		index-blog-wrap
=============================*/
.index-blog-wrap {
    position: relative;
    background-color: #282d39;
    overflow: hidden;
}

.index-blog-wrap:before {
    content: "";
    font-family: 'Lato-Black';
    font-size: 300px;
    position: absolute;
    left: -.3rem;
    bottom: 0;
    display: block;
    color: rgba(255, 255, 255, .1);
    line-height: 280px;
    letter-spacing: 33px;
    z-index: 0;
    font-weight: 800;
}

.index-blog-wrap .blog-img {
    width: 50%;
    float: right;
    z-index: 1;
    position: relative;
}

.index-blog-wrap .blog-img img {
    width: 100%;
}

.index-blog-wrap .blog-detail {
    width: 31%;
    float: right;
    position: relative;
    color: #fff;
    padding: .9rem 17px .6rem;
    min-width: 600px;
}

.index-blog-wrap .index-title-bar .title a {
    color: #fff;
}

.index-time {
    color: #0077c1;

    font-size: .24rem;
    line-height: .36rem;
}

.index-blog-info {
    font-size: .18rem;
    line-height: .3rem;
}

/*=============================
		index-inquiry-wrap
=============================*/
.index-inquiry-wrap {
    position: relative;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    padding: .7rem 0 .9rem;
    overflow: hidden;
}

.index-inquiry-wrap .inquiry-left {
    width: 31%;
    float: right;
    min-width: 600px;
}

.newsletter-description {
    font-family: 'Lato-Bold';
    color: #171617;
    font-size: 18px;
    line-height: .36rem;
    text-transform: uppercase;
}

.newsletter-description span {
    color: #1274fa
}

.index-inquiry-wrap .inquiry-right {
    width: 50%;
    float: right;
    background-image: linear-gradient(to right, #0c7dbb, #016bad);
    background-image: -webkit-linear-gradient(to right, #0c7dbb, #016bad);
    padding: .65rem .38rem .67rem;
}

.subscribe .button {
    display: inline-block;
    line-height: .6rem;
    padding: 0 .75rem;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #fff;
    font-family: 'Lato-Bold';
    font-size: .18rem;
    letter-spacing: 1px;
}

.subscribe .button:before {
    font-family: "fontawesome";
    content: "\f003";
    margin: 0 .05rem 0 0;
}

.subscribe .button:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #171617;
}

/*=============================
		index-product-wrap
=============================*/

.index-product-wrap .index-title-bar {
    text-align: center;
}

.index-product-wrap .product-item .item-info .item-title, .index-product-wrap .product-item .item-info .item-title a {
    color: #a4a4a4;
    font-family: 'Lato-Black';
    padding: .2rem 0 .35rem 0;
    text-transform: uppercase;
    font-size: .18rem;
    font-weight: 100;
}

/*=============================
		product-items 
=============================*/
.product-container {
    width: 102.45%;
}

.product-items {
    position: relative;
    width: 100%;
    padding: 0 0 .3rem;
}

.product-items .items-content {
}

.product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 33%;
    margin: 0 0 .22rem;
}

.product-items .product-item, .goods-items .product-item {
    width: 100%;
    margin: 0;
    visibility: visible !important;
}

.product-item .item-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 22px 0 0;
}

.product-items .product-item .item-wrap {
}

.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-item .item-img a{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-color:#fff;
    background-position: center;
    background-repeat: no-repeat;
}

.product-item .item-img a:hover span{
    display: block;
}

.product-item .item-img a span{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 1rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: none;
}

.product-item .item-img img {
    position: relative;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
    width: 100%;
}

.product-item:hover .item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.product-item .item-info .item-title {
    padding: .1rem .3rem;
    text-transform: capitalize;
}

.product-item .item-info .item-title, .product-item .item-info .item-title a {
    color: #252525;
    font-family: 'SourceSansProLight';
    font-size: .14rem;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .item-img .img-shadow {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item .item-img .img-shadow:after {
    content: "\f002";
    color: #fff;
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: .22rem;
    background: #0077c1;
    height: .5rem;
    width: .5rem;
    line-height: .5rem;
}

/*----------------------------------page nav---------------------------------*/

.path-bar {
    position: relative;
    line-height: .65rem;
    margin: .3rem 0;
}

.path-nav {
    background-image: linear-gradient(to right, #38c778, #0077c1);
    background-image: -webkit-linear-gradient(to right, #38c778, #0077c1);
    padding: 0 .3rem;
}

.path-bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: .16rem;
}

.path-bar li:after {
    content: "/";
    margin: 0 .1rem;
    font-size: .18rem;
    color: #fff;
}

.path-bar li a {
    color: #fff;
    font-size: .16rem;
}

.path-bar li:first-child a {
    font-size: 0;
}

.path-bar li:first-child a:after {
    content: "\f015";
    font-size: .18rem;
}

.path-bar li:last-child:after {
    display: none;
}

.page-bar {
}

.pages {
    position: relative;
    text-align: center;
    margin: .4rem 0 .15rem;
}

.pages .thisclass{
    border: 1px solid #0077c1;
    line-height: 25px;
    min-width: 26px;
    padding: 0 8px;
    background: #0077c1;
    color: #fff;
}

.pages a {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #0077c1;
    line-height: 25px;
    min-width: 26px;
    padding: 0 8px;
    margin: 0 0 0 5px;
}

.pages a.current, .pages a:hover {
    background: #0077c1;
    color: #FFF;
}

.pages span {
    border: 1px solid rgba(0, 89, 139, .2);
    line-height: 25px;
    min-width: 26px;
    padding: 0 8px;
    margin: 0 0 0 5px;
    display: inline-block;
}

/*----------------------------------aside---------------------------------*/
.aside {
    float: left;
    width: 225px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: .18rem;
    line-height: .37rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px #babdc4 solid;
    font-family: 'Lato-Bold';
}

.side-tit-bar .side-tit::after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1e263b;
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}

.side-cate {
    padding: .2rem 0;
}

.side-cate li {
    position: relative;
    line-height: 33px;
}

.side-cate li {
    padding: 0 0 0 .15rem;
}

.side-cate > li {
    position: relative;
}

.side-cate > li:before {
    width: 3px;
    height: 3px;
    background-color: #000;
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
}

.side-cate ul {
    display: none;
}

.side-cate li a {
    position: relative;
    display: block;
    width: 96%;
}

.side-cate li a.on{
    color: #125afa;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #99abbf;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate li.nav-current > a, .side-cate li:hover > a, li.show_li > a {
    color: #0077c1;
}

.side-cate li.nav-current > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li > .icon-cate {
    color: #0077c1;
}

.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    padding: .12rem 0;
    overflow: hidden;
    height: auto !important;
}

.side_product_item figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item .item-img {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .2rem 0 0;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}

.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}

.side-product-items .btn-prev, .side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
}

.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;
}

.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: .7rem;
}

.main-tit-bar {
    border-bottom: 1px solid rgba(0, 89, 139, .2);
    margin: 0 0 .12rem;
    overflow: hidden;
}

.main-tit-bar .title {
    color: #333;
    font-size: .22rem;
    text-transform: uppercase;
    float: left;
}

.main-tit-bar .share-this {
    float: right;
}

.main-banner {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 89, 139, .2);
}

.main-banner .item, .main-banner .item img {
    position: relative;
    width: 100%;
}

.main-banner .flex-control-nav {
    display: none;
}

.main-banner .flex-direction-nav {
    display: block;
}

.main-banner .flex-direction-nav .flex-next {
    right: .4rem;
}

.main-banner .flex-direction-nav .flex-prev {
    left: .4rem;
}

.goods-summary {
    margin: .17rem 0 .25rem;
}

.items_list {
}

.items_list ul {
    width: 102.45%;
}

.goods-items .product-item .item-wrap .item-img, .items_list ul .product-item .item-wrap .item-img {
    border: 1px solid #d2d2d2;
}

/*--------------------------------------------------------
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    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 {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.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: 38%;
    float: left;
}

.product-view .product-image {
    position: relative;
    padding: 3px;
    border: 1px solid rgba(0, 89, 139, .2);
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.product-view .image-additional ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.product-view .image-additional li {
    position: relative;
    width: 107px;
    margin: 0 23px 0 0;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    width: 100%;
    border: 1px solid #bbbab9;
    box-sizing: border-box;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .1rem;
}

.product-view .image-additional li.current img {
    border-color: #0077c1;
}

.product-view .image-additional img.popup {
    display: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
    top: 50%;
    margin: -.1rem 0 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev::after {
    display: none;
}

/*product summary*/
.product-summary {
    position: relative;
    width: 58%;
    float: right;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta h3 {
    font-family: 'SourceSansProSemibold';
    margin: 0 0 10px;
    font-size: 16px;
}

.product-btn-wrap {
    position: relative;
}

.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 3px;
    background: #0077c1;
    border: 1px solid #0077c1;
    color: #FFF;
    margin: 10px 20px 0 0;
    font-size: 16px;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:before {
    content: "\f0e0";
    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: #0077c1;
}

.product-summary .share-this {
    margin: .3rem 0 0;
}

/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    margin-top: 30px;
}


.detail-tabs {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #0077c1;
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height: 33px;
    cursor: pointer;
    font-size: .16rem;
    margin: 0 .03rem 0 0;
    padding: 0 .18rem;
    text-transform: uppercase;
    font-weight: normal;
    color: #0077c1;
    border: 1px solid transparent;
    font-family: 'SourceSansProSemibold';
}

.detail-tabs .title.current {
    color: #fff;
    background: #0077c1;
    border-color: #0077c1;
}

.product-detail .tab-panel-content {
    padding: .3rem 0;
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}

/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}

.goods-title-bar {
    color: #0077c1;
    border-bottom: 1px #babdc4 solid;
    position: relative;
}

.goods-title-bar:after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1e263b;
}

.goods-title-bar .title {
    font-size: .16rem;
    text-transform: uppercase;
    font-weight: normal;
    line-height: .33rem;
    padding-left: 0;
    font-family: 'SourceSansProSemibold';
}

.goods-title-bar .title, .goods-title-bar .title a {
    color: #0077c1;
}

.goods-items {
    width: 102.45%;
    margin: .2rem 0 0;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav {
    padding-right: 20px;
}

/*--------------------------------------------------------
													page: blog list
																	------------------------------------------------------*/
.blog_list {
    position: relative;
    width: 100%;
}

.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}

.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog-item .item-wrap {
}

.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2rem;
    margin: 0 .2rem 0 0;
    float: left;
}

.blog-item .item-img img {
    position: relative;
    width: 100%;
}

.blog-item .item-info {
}

.blog-item .item-info .item-title {
    font-size: .16rem;
}

.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: #0077c1;
}

/*--------------------------------------------------------
                                                    page: download list
                                                                    ------------------------------------------------------*/
.download-list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.download-list ul {
}

.download-list ul li {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: left;
}

.download-list ul li .download-cont .download-pic {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
    max-width: 25px;
    max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    font-size: 18px;
    font-family: 'Graphik-Semibold';
}

.download-list ul li .download-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-left-color: #C1C1C1;
    border-right-color: #C1C1C1;
    border-top-color: #C9C9C9;
    border-bottom-color: #A5A5A5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
    background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
    background: -o-linear-gradient(top, #F1F1F1, #DADADA);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}

.download-list ul li .download-button a {
    position: relative;
    display: block;
    padding: 0 12px 0 40px;
    color: #0A0A0A;
    background-image: url(img/icons08.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

.download-list ul li {
    border-bottom: none;
}

.download-list ul li .download-cont {
    display: block;
    margin: 0 0 20px;
}

/*--------------------------------------------------------
													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;
}

.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: -.13rem 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height: .2rem;
    font-size: .12rem;
    font-weight: normal;
}

.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;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1550px) {
}

@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, .path-bar .path-nav, .nav-wrap {
        width: 98%;
    }

    body, .nav-bar {
        min-width: 100%;
        width: 100%;
    }

    .scrollsidebar, .bottomsidebar {
        display: none;
    }

    .swiper-container {
        margin-bottom: .3rem;
    }

    .product-items .items-content {
        width: 100%;
        margin-left: 0;
    }

    .items_list ul, .goods-items {
        width: 100%;
    }

    .product-container {
        width: 100%;
    }

    .product-item .item-wrap {
        margin: 0 .11rem;
    }

    .product-items {
        padding: 0 0 .5rem;
    }

    .index-inquiry-wrap {
        padding: .5rem 0;
    }

    .foot-wrapper {
        padding-bottom: .4rem;
    }

    .about-us {
        padding: .3rem 0;
    }

    .about-us .about-detail, .index-blog-wrap .blog-detail {
        width: 50%;
        min-width: auto;
    }

    .index-inquiry-wrap .inquiry-left {
        width: 50%;
        min-width: auto;
        padding-left: 1%;
    }

    .index-title-bar {
        padding: 0 0 .3rem 0;
    }

    .index-special-product .special-detail {
        padding: 15px 0 .5rem .3rem;
    }

    .foot-items {
        padding: .5rem 0;
    }

    .index-product-wrap .product-items {
        width: 100%;
    }

    .index-product-wrap .product-items .items-content.owl-carousel .owl-controls .owl-nav {
        padding-right: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .aside {
        width: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .main {
        width: 76%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width: 950px) {

    html {
        font-size: 550%;
    }

    .nav-bar {
        z-index: 0;
    }

    .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;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 999;
    }

    .mobile-head-item {
        float: left;
        width: 45px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }

    .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;
    }

    .nav-bar .nav, .change-language, .head-social, .head-search-form, .nav-bar .head-right {
        display: none !important;
    }

    .mobile-head-items .head-search-form, .mobile-head-items .head-social, .mobile-contact .head-contact {
        display: block !important;
    }

    .head-wrapper {
        z-index: 99999;
    }

    .logo {
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 25px;
        float: none;
    }

    .head-search-form {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }

    .head-search-form .search-ipt {
        background-image: linear-gradient(to right, #38c778, #0077c1);
        background-image: -webkit-linear-gradient(to right, #38c778, #0077c1);
        height: .4rem;
        line-height: .4rem;
        width: 100%;
        border: none;
        padding-left: .15rem;
        color: #fff;
    }

    .head-search-form .search-btn {
        position: absolute;
        right: 0;
        line-height: .4rem;
        height: .4rem;
        width: .4rem;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 18px;
    }

    .head-social {
        float: none;
        text-align: center;
        margin-top: 0;
    }

    .mobile-contact .head-contact {
        position: fixed;
        bottom: 0;
        background: #000;
        width: 100%;
        z-index: 999999;
    }

    .head-contact {
        float: none;
    }

    .head-contact .head-phone, .head-contact .head-email {
        padding: 0;
        margin: 0;
        width: 50%;
        display: inline-block;
        text-align: center;
    }

    .head-contact .head-email {
        background: #0077c1;
    }

    .head-contact .head-phone::before, .head-contact .head-email::before {
        left: 25%;
    }

    /*nav */
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .nav > li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }

    .nav > li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px;
    }

    .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 li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .nav li ul li li:before {
        display: none;
    }

    /*---------index------*/
    .fullscreen-container {
        margin-top: 0;
    }

    .main_content {
        margin-top: 0 !important;
    }

    .product-items {
        padding: 0 0 .5rem;
    }

    .foot-items {
        padding: .3rem 0;
    }

    .foot-items .foot-item {
        padding: 0;
    }

    .foot-item-social{
        display: none;
    }

    .foot-items .foot-item.foot-item-contact, .foot-items .foot-item.foot-item-company, .foot-items .foot-item.foot-item-imformation {
        width: 50%;
        margin: 0 0 .2rem;
        padding: 0;
    }

    .foot-items .foot-item .foot-tit {
        margin: 0 0 10px;
    }

    .foot-items .foot-item.foot-item-contact {
    }

    .about-us .about-img, .about-us .about-detail, .index-blog-wrap .blog-detail, .index-special-product .special-img, .index-special-product .special-detail, .index-blog-wrap .blog-img {
        width: 100%;
        float: none;
    }

    /*index*/
    .about-us .about-detail {
        padding: .3rem 3%;
    }

    .about-us .index-title-bar {
        padding: 0;
    }

    .sup-title {
        font-size: .25rem;
        line-height: .25rem;
    }

    .about-us .index-title-bar .title a {
        margin: 15px 0 0 0;
        font-size: .3rem;
        line-height: .3rem;
    }

    .sup-title:before, .special-bg {
        display: none;
    }

    .about-us .sub-title {
        font-size: 14px;
        line-height: 28px;
    }

    .index-product-wrap .product-item .item-info .item-title, .index-product-wrap .product-item .item-info .item-title a {
        padding: 10px 0 .2rem 0;
        text-transform: capitalize;
        font-size: 14px;
    }

    .index-blog-wrap .blog-detail {
        padding: .3rem 1%;
    }

    .index-inquiry-wrap {
        padding: .3rem 0;
    }

    .subscribe .button {
        padding: 0 .5rem;
    }

    /* 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%;
    }

    /* main */
    .main {
        width: 98%;
        float: none;
        margin: 0 auto;
        padding-bottom: .4rem;
    }

    .path-bar {
        line-height: .45rem;
        margin: 15px 0;
    }

    .product-items .product-item {
        visibility: visible !important;
    }

    /* product intro */
    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional {
        width: 100%;
        margin: 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.single {
        display: block
    }

    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    /* product detail  */
    .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-family: 'SourceSansProSemibold';
        margin: 0 0 15px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {
    }

    /* Customers Also Bought */

    .rdnav{
        display: none;
    }

    .mobile-head-search{
        display: none;
    }

    .banner a{
        height: 100% !important;
        background-size: cover !important;
    }

    .banner{
        height: 173px;
    }

    .content .movie{
        width: 100% !important;
    }

    .nytit h1{
        font-size: 20px !important;
    }

    .content .movie{
        padding: 30px 0 30px !important;
    }

    .nytit .line{
        margin-bottom: 35px !important;
    }

    body{
        overflow-x: hidden;
    }

    .content .qualitybg{
        padding: 30px 0 !important;
    }

    .aboutm2{
        padding: 0 3%;
    }

    .aboutm2 img{
        height: auto !important;
    }

    .main-tit-bar .share-this{
        display: none;
    }

    .zbanner{
        height: 160px !important;
        background-size: cover;
    }

    .main-tit-bar{
        margin: 20px 0 .12rem !important;
    }

    .common_contact .container_s{
        width: 95% !important;
        padding: 15px !important;
    }

    .common_contact .left {
        width: 100% !important;
        float: none !important;
    }

    .common_contact .right {
        width: 100% !important;
        float: none !important;
    }

    .product-detail img{
        height: auto !important;
    }

    .product-item .item-img .img-shadow:after{
        height: .4rem !important;
        width: .4rem !important;
        line-height: .4rem !important;
        font-size: .18rem !important;
    }
}

.mobile-head-nav{
    width: 63px;
}

.mobile-head-nav span{
    float: right;
}

.pages li{
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .index-inquiry-wrap .inquiry-right {
        width: 100%;
        float: none;
        padding: .3rem 0;
        text-align: center;
    }

    .index-inquiry-wrap .inquiry-left {
        width: 100%;
        min-width: auto;
        float: none;
    }

    .index-title-bar .title a {
        font-size: .24rem !important;
        line-height: .24rem;
        background: none;
        border: 0;
    }

    .xtit{
        font-size: 14px !important;
    }

    .index-product-wrap{
        margin-bottom: 35px !important;
    }

    .oem a{
        margin: 10px auto 0 !important;
        width: 30% !important;
    }

    .oem a img{
        max-width: 74% !important;
    }

    .oem a span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 12px;
    }

    .index-title-bar {
        padding: 10px 0;
    }

    .newsletter-description {
        font-size: 12px;
        line-height: .24rem;
        padding: 0 5%;
    }

    .index-blog-info, .special-info, .about-us .about-detail .about-info {
        font-size: 12px;
        line-height: 24px;
    }

    .index-blog-wrap .blog-detail {
        padding: 15px 1%;
    }
}

@media only screen and (max-width: 640px) {
    .product-items {
        padding: .3rem 0;
    }

    .product-item .item-info .item-title {
        padding: 0 1%;
    }

    .foot-items .foot-item.foot-item-contact, .foot-items .foot-item.foot-item-company, .foot-items .foot-item.foot-item-imformation {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .logo img {
    }

    .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;
    }

    .about-us .about-img {
        width: 100%;
    }

    .blog-item .item-img {
        max-width: 1.5rem;
        margin: 0 .15rem 0 0;
    }

    .product-item {
        width: 50%;
    }

    .foot-items .foot-item.foot-item-contact {
        width: 100%;
    }

    .foot-items .foot-item.foot-item-contact {
        padding: 0;
    }

    .side_product_item {
        width: 100%;
    }

    .product-view {
        width: 100%;
    }

    .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%;
    }

    .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) {
    .product-item {
        width: 100%
    }
}

@media only screen and (max-width: 950px) {
    .change-language-cont {
        top: auto !important;
        *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;;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .swiper-container {
        margin-bottom: 0;
    }
}

@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;
}

.rdnav {
    position: absolute;
    right: 0;
    bottom: 22px;
}

.rdnav > li {
    display: inline-block;
    margin-left: 60px;
}

.rdnav > li a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 2px 5px;
    border-bottom: 2px solid #565656;
}

.rdnav > li a:hover, .rdnav > li.on a{
    color: #0077c1;
    border-bottom: 2px solid #0077c1;
}

.nav-wrap {
    height: 105px;
}

.more {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #0077c1;
    display: block;
    margin: auto;
}

.more:hover {
    color: #fff;
    background: #0784d2;
}

.index-product-wrap {
    margin-bottom: 50px;
}

.index-product-wrap .layout{
    border-bottom: 1px #c7c7c7 dashed;
    padding-bottom: 50px;
}

.oem {
    text-align: center;
}

.oem a {
    display: inline-block;
    text-align: center;
    margin: 0 39px;
}

.oem a span {
    display: inline-block;
    margin-top: 10px;
}

.zbanner {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
}

.treebg {
    width: 100%;
    height: 55px;
    background: #f3f4f8;
}

.tree {
    width: 1200px;
    margin: 0 auto;
    line-height: 55px;
    color: #999999;
}

.tree a {
    color: #999999;
    padding: 0 10px;
}

.tree a:hover {
    color: #0784d2;
}

.content .movie {
    width: 1200px;
    margin: 0 auto;
    vertical-align: top;
    padding: 50px 0 50px;
}

.nytit h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #222222;
    text-align: center;
}

.nytit .line {
    width: 68px;
    height: 22px;
    border-bottom: 2px solid #0784d2;
    margin: 0 auto;
    margin-bottom: 55px;
}

.content .qualitybg {
    width: 100%;
    background: url(../../../images/500290099_banner.jpg) fixed no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.zs .owl-item {
    padding: 0 20px;

}

.section1 {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.common_contact .container_s {
    padding: 80px;
    overflow: hidden;
    background: #fff url(../../../images/contact_img1.jpg) center bottom no-repeat;
    box-shadow: 0 10px 30px rgba(4, 0, 0, .1);
    box-sizing: border-box;
    width: 86%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.common_contact .left {
    width: 47%;
    float: left;
}

.common_contact .left h3 {
    font-size: 36px;
    color: #444;
}

.common_contact .left h3 span {
    display: block;
    color: #e70011;
}

.common_contact .left .desc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: justify;
}

.common_contact .left .info .name {
    font-size: 22px;
    color: #444;
    margin-bottom: 20px;
}

.common_contact .left .info p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.common_contact .right {
    width: 45%;
    float: right;
}

.common_contact .right h3 {
    font-size: 26px;
    color: #444;
}

.common_contact .right .form {
    margin-top: 20px;
}

.common_contact .right .form .box {
    margin-top: 10px;
    position: relative;
}

.common_contact .right .form .box input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background: #f3f3f3;
    color: #777;
    border: 1px solid #dedede;
}

.common_contact .right .form .box textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    background: #f3f3f3;
    color: #777;
    font-family: 'Microsoft YaHei';
    resize: none;
    border: 1px solid #dedede;
}

.common_contact .right .form .box button {
    width: 100%;
    height: 60px;
    border: 2px solid #0077c1;
    font-size: 16px;
    color: #0077c1;
    background: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.common_contact .right .form .box button:hover {
    background: #0077c1;
    color: #fff;
}

.map_contant span {
    font-size: 14px;
}

.common_contact .right .form .box img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
}

.map {
    height: 400px;
}

#google_translate_element {
    position: absolute;
    right: 68px;
    top: 17px;
}

.sybm .items_list {
    margin-bottom: 30px;
    line-height: 26px;
}

.cprztb img {
    height: 50px;
}

.side-product-items .items_content{
    overflow: inherit !important;
    height: 880px !important;
}

.mobile-head-aside{
    width: 95px;
    padding-right: 10px;
}

.mobile-head-aside span{
    float: right;
}

@media screen and (max-width: 769px){
    .owl-carousel .owl-controls .owl-dots {
        bottom: 0 !important;
    }
}

.items_list img{
    max-width: 100%;
    height: auto !important;
}

.gxhdz{
    height: 150px;
}

.cplist{
    width: 100% !important;
}

.cplist .product-item{
    width: 33% !important;
}
.prosj{
    position: relative;
    display: block;
    vertical-align: top;
    line-height: 40px;
    text-align: center;
    width: 75%;
    border-radius: 3px;
    background: #0077c1;
    border: 1px solid #0077c1;
    color: #FFF;
    margin: 10px auto;
    font-size: 16px;
}
.prosj:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
}
.prosj:hover{
    background: none;
    color: #0077c1;
}
.cpcs{
    width: 430px;
    min-height: 295px;
}
.jszc{
    padding: 10px 20px;
    width: 45%;
    float: left;
}
.jszc-m{
    float: right;
    width: 48%;
    padding: 10px 0;
    line-height: 30px;
}
.jszc-m ul li{
    list-style: unset;
    margin-left: 20px;
}
.inputtext{
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.intxt, .js-textarea textarea{
    padding: 0 10px;
    border-radius: 2px;
    display: block;
    box-shadow: inset 0 1px #E3E3E3;
    border: 1px solid #CECECE;
    width: 100%;
    height: 150px;
}
.intxt{
    height: 35px;
    line-height: 35px;
}
.js-textarea textarea{
    line-height: 30px;
    height: 555px;
}
.js-input{
    margin-bottom: 20px;
}
.required{
    color: red;
}
.coolbg{
    background: #555;
    color: #FFF;
    border-color: #333;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 20px;
}
.aboutImgDesc{
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
}
.share-this form{
    border: 1px solid #a9a9a9;
    border-radius: 100px;
}
.share-this .search-ipt{
    border: 0;
    background: none;
    text-indent: 10px;
    line-height: 22px;
}
.share-this .search-btn {
    font-family: 'fontawesome';
    border: 0;
    background: none;
}
.honorlist .product-item{
    width: 25%;
}
.honorlist .product-item .item-img{
    height: 205px;
}
.bg-slt{
  display: block;
  width: 100%;
  padding-bottom: 77%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}