﻿@CHARSET "UTF-8";

/*头部样式*/

.topbox {
    background: #f2f2f2;
    color: #7b7b7b;
    font: 400 14px/45px "Microsoft Yahei";
}

.topbox a {
    color: #7b7b7b;
}

#header {
    padding: 10px 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.head {
    max-width: 1510px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.top {
    padding: 0 10%;
    position: relative;
}

.k1 {
    padding-right: 10px;
}

.lan {
    width: 147px;
    background: url(img/lan.jpg) no-repeat 0 0;
    color: #6e6e6e;
    font: 400 12px/30px "Microsoft Yahei";
    margin-top: 6px;
    margin-right: 10px;
    position: relative;
    text-align:center;
    
}
.lanlist{
    position: absolute;
    left:0;top:30px;
    width:100%;
    background: #fff;
    border:1px solid #ddd;
    border-top:none;
    z-index: 9999;
    display: none;
    
}
.lanlist a{
    display: block;
    
}
.lanlist a:hover{
    color:#00a1db;
}
.lanlist a + a{
    border-top:1px solid #eee;
}

@media (max-width: 1700px) {
    #menu {
        float: right !important;
    }
    .navv li a {
        /* padding: 0 45px; */
    }
    .lan {
        display: none;
    }
}

.logo {
    float: left; margin-top:13px;
}

.topLink {
    position: absolute;
    width: 34px;
    line-height: 34px;
    right: 4%;
    top: 20px;
    height: 74px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(img/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

#menu {
   
    padding-top: 22px;
}

@media (max-width: 1400px) {
    #menu {
    
    }
    .navv li a {
        padding: 0 27px;
    }
}


.hotline{
    color:#f00;
    font:600 24px/35px "Microsoft Yahei";
    padding-right:30px;
}

/*热门搜索*/

.search {
    padding: 25px 0;
}

@media (max-width: 1700px) {
    .search {
        padding: 25px 2%;
    }
}

#formsearch {
    width: 317px;
    float: right;
    height: 35px;
    background: url(img/search.jpg) no-repeat 0 50%;
}

.hotSearch {
    float: left;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #151515;
    font-size: 16px;
}

.hotSearch a {
    color: #151515;
}


/*主体样式*/

#container {
    padding: 0 8%;
}

.boxx {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .boxx {
        padding: 0 2%;
    }
    #header {
        padding: 0 2%;
    }
}


/* 产品展示 */

.pro h2 {
    color: #484848;
    font: 400 24px/56px "Microsoft Yahei";
    text-align: center;
}

.pro h2 span {
    color: #484848;
    font: 600 30px/56px "Microsoft Yahei";
    text-transform: uppercase;
}
.product_list2 li img{
    max-width: 100%;
    height: auto;
}
.product_list2 li h3 a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.pro-cate {
    padding-top:30px;
}

.pro-cate li {
    text-align: center;
    margin-bottom: 10px;
}

.pro-cate li a {
    display: block;
}

.pro-cate li img {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
    border-radius: 78px;
}

.pro-cate .text {
    position: relative;
    z-index: 99;
    padding: 5px 0;
    background: #f98820;
    border-radius: 5px;
}

.pro-cate p {
    display: block;
    color: #fff;
    font: 400 20px/40px "Microsoft Yahei";
}

.pro-cate span {
    display: inline-block;
    color: #fff;
    font: 400 12px/20px "Microsoft Yahei";
    background: url(img/more.png) no-repeat 0 50%;
    padding-left: 20px;
}

.pro-cate li:hover img {
    display: block;
}

.pro-cate li:hover .text p {
    color: #ddd;
}

.pro-cate li:hover .text span {}

.tab-content .col-md-8,
.tab-content .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.tab-content {
    padding-top: 30px;
}
.pro-small{display:none;}
@media (max-width: 1200px) {
    .tab-content {
        display: none;
    }
    .pro-small{
        display: block;
    }
}
@media (max-width: 991px) {
    .product_list2 li.po7,.product_list2 li.po8{
        display: none;
    }
}

@media (max-width: 735px) {
    .pro-cate li.cate7,
    .pro-cate li.cate8 {
        display: none;
    }
}

@media (max-width: 550px) {
    .logo img {
        width: 80%;
    }
    .pro-cate li.cate5,
    .pro-cate li.cate6 {
        display: none;
    }
}

@media (max-width: 767px) {
    .pro {
        padding-top: 30px;
    }
    .pro-cate {
        padding-top: 30px;
    }

}


@media (max-width: 375px) {
    .pro {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.tab-content .tab {
    display: none;
    position: relative;
}

.cate-img {
    float: right !important;
}

.cate-img img {
    max-width: 100%;
    height: auto;
}

.cate-detail {
    text-align: center;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
}

.cate-detail:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.cate-detail .catebox {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}

.cate-detail .profile {
    color: #fff;
    font: 400 36px/46px "Microsoft Yahei";
}

.cate-detail .tit {
    color: #fff;
    font: 400 40px/68px "Microsoft Yahei";
    display: inline-block;
    border-bottom: 4px solid #f4b1dd;
    padding-top: 5px;
}

.cate-detail .detail {
    color: #f7cee8;
    font: 400 14px/30px "Microsoft Yahei";
    padding-top: 20px;
}

.new-pro2 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 45px 0 0 100px;
    margin: 58px 0;
    background: url(img/tit.jpg) no-repeat 0 50%;
}

.new-pro {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 45px 0 0 70px;
    margin: 58px 0;
    background: url(img/tit.jpg) no-repeat 0 50%;
}

@media (max-width: 991px) {
    .new-pro {
        background: none;
        padding: 30px 0;
    }
    .new-pro li.pro3 {
        display: none;
    }
}

.new-pro2 li {
    float: left;
    padding: 0 15px;
    _display: inline;
}

.new-pro2 li .img {
    width: 480px;
    height: 320px;
    overflow: hidden;
    display: block;
}

.new-pro2 li img {
    width: 480px;
    height: 320px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.new-pro2 li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.new-pro2 li h3 a {
    display: block;
    color: #141414;
    font: 400 20px/68px "Microsoft Yahei";
    text-align: center;
}

.new-pro2 li:hover h3 a {
    background: url(img/tith.jpg) repeat-x;
}

.new-pro li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.new-pro li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.new-pro li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.new-pro li h3 a {
    display: block;
    color: #141414;
    font: 400 20px/68px "Microsoft Yahei";
    text-align: center;
}

.new-pro li:hover h3 a {
    background: url(img/tith.jpg) repeat-x;
}


/* 热销产品 */

.hot-pro h2 {
    color: #141414;
    font: 400 20px/30px "Microsoft Yahei";
    text-align: center;
    background: url(img/tit2.jpg) no-repeat 50% 100%;
    padding-bottom: 25px;
}

.hot-pro h2 span {
    display: block;
    color: #484848;
    font: 400 36px/40px "arial";
    text-transform: uppercase;
}

.hot-pro ul {
    padding-top: 30px;
}

.hot-pro li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.hot-pro li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hot-pro li:hover img {
    box-shadow: 5px 5px 15px #dedede;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.hot-pro li h3 a {
    display: block;
    color: #141414;
    font: 400 20px/60px "Microsoft Yahei";
    text-align: center;
}

.bigimg img {
    max-width: 100%;
    height: auto;
}

.aboutbg {
    background: url(img/aboutbg.jpg) no-repeat 50% 0 #e8e6eb;
    margin-top: 45px;
    padding-top: 45px;
    padding-bottom: 40px;
}

.about-img img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.about h2 {
    color: #161616;
    font: 400 24px/36px "Microsoft Yahei";
    background: url(img/line2.jpg) no-repeat 0 100%;
    padding-bottom: 25px;
}

.about .content {
    color: #484848;
    font: 400 14px/30px "Microsoft Yahei";
    padding-top: 25px;
}

.smallimg {
    padding-top: 25px;
}

.smallimg img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .aboutbg {
        padding-bottom: 20px;
    }
    .about-img {
        margin-bottom: 20px;
    }
}

.advan {
    padding-top: 28px;
}

.advan li .img {
    text-align: center;
    height: 47px;
    overflow: hidden;
}

.advan li .img img {
    position: relative;
}

.advan li p {
    color: #484848;
    font: 400 18px/40px "Microsoft Yahei";
    text-align: center;
}

.advan li:hover p {
    color: #00a1db;
}

@media (max-width: 567px) {
    .aboutbg {
        padding-bottom: 20px;
    }
    .about-img {
        margin-bottom: 20px;
    }
    .advan li p {
        font-size: 12px;
    }
    .advan li {
        padding: 0 5px !important;
    }
}


/* 新闻资讯 */

.news {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
}

.newsbox {
    background: url(img/line3.jpg) no-repeat 100% 50%;
}

.company-news {
    padding-left: 90px;
    padding-right: 5%;
    background: url(img/tit3.jpg) no-repeat 0 50%;
}

.fq-news {
    padding-left: 5%;
}

.company-news li {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.company-news li .time {
    color: #fff;
    font: 400 18px/30px "Microsoft Yahei";
    text-align: center;
    background: #00a1db;
    padding: 5px 0;
}

.company-news li .time span {
    display: block;
    font: 400 14px/20px "Microsoft Yahei";
}

.company-news li h3 a {
    display: block;
    color: #1f1f1f;
    font: 400 16px/30px "Microsoft Yahei";
}

.company-news li h3 a:hover {
    color: #00a1dc;
}

.company-news li h3 span {
    display: block;
    color: #5f5f5f;
    font: 400 14px/24px "Microsoft Yahei";
}

.fq-news li {
    padding: 6px 0;
    border-bottom: 1px solid #e8e8e8;
}

.fq-news li a {
    display: block;
    color: #1f1f1f;
    font: 400 16px/30px "Microsoft Yahei";
    background: url(img/wen.jpg) no-repeat 0 50%;
    padding-left: 25px;
}

.fq-news li a:hover {
    color: #00a1dc;
}

.fq-news li span {
    display: block;
    color: #5f5f5f;
    font: 400 14px/24px "Microsoft Yahei";
    background: url(img/da.jpg) no-repeat 0 3px;
    padding-left: 25px;
}

@media (max-width: 991px) {
    .company-news {
        background: none;
        padding: 0;
    }
    .fq-news {
        padding: 0;
    }
    .news{padding-top:0;}
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.gotop {
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}


/*友情链接*/

.f_link {
    margin-top: 8px;
    line-height: 46px;
    color: #151515;
    font-size: 16px;
    text-align: left;
    position: relative;
}


/*页面底部*/

#footer {
    background: #d9d9d9;
    padding: 42px 0;
    color: #161616;
    font: 400 14px/30px "Microsoft Yahei";
}

#footer a {
    color: #161616;
}

#footer a:hover {
    color: #cc0001;
    text-decoration: none;
}

.conbox {
    padding-right: 8%;
}

.copyright {
    text-transform: uppercase;
    padding-top: 35px;
    font-size: 15px;
}

.regions {
    padding-top: 20px;
    font-size: 15px;
}

.contacts {
    text-align: left;
}

.contacts h3 {
    color: #161616;
    font: 400 19px/46px "Microsoft Yahei";
}

.contacts .content {
    color: #161616;
    font: 400 15px/30px "Microsoft Yahei";
    padding-top: 15px;
}

@media (max-width: 1360px) {
    #footer .message2 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .message2 #name {
        margin-bottom: 20px;
    }
    .message2 .col-sm-5,
    .message2 .col-sm-11,
    .message2 .col-sm-10 {
        padding: 0 !important;
    }
}

@media (max-width: 567px) {
    #checkcode {
        margin-bottom: 5px;
    }
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 65px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #f98820;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}

.left .box h3 .line {
    position: absolute;
    left: 0;
    top: -3px;
    width: 26px;
    height: 27px;
}

.left .box h3 .line img {
    vertical-align: top;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 100%;
}

.n_banner img {
    width: 100%;
    height: auto;
    min-height: 120px;
}

.left {}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    padding: 10px;
    line-height: 24px;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    height: 46px;
    overflow: hidden;
    color: #6b6b6b;
    line-height: 46px;
    font-size: 18px;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 20px;
}

.pages {
    padding-top: 38px;
}

.sitemp a {
    color: #6b6b6b999;
}

.sitemp h2 {
    line-height: 46px;
    font-size: 18px;
}

.sitemp .site {
    text-align: right;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}
.right .content img{max-width:100%;width:auto !important; ;}
