/*头部样式*/

#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#header .boxx {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 30px 0 50px;
    height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header .boxx.on {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header .boxx.on .topup {
    max-width: 1200px;
    margin: 0 auto;
}

.logo h1 {
    line-height: 70px;
}

.btns {
    height: 70px;
    background: url(../images/btn.png) no-repeat 50% 50%;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.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(../images/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;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {}

@media (max-width: 1199px) {
    #header .boxx {
        border-radius: 0;
        padding: 0 15px 0 0;
    }
}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

.topup {
    position: relative;
}

#formsearch {
    width: 320px;
    position: absolute;
    right: 12px;
    top: 75px;
    height: 32px;
    background: rgba(0, 0, 0, .3);
    border-radius: 25px;
    line-height: 32px;
    display: none
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.boxx {
    max-width: 1200px;
    margin: 0 auto;
}


/* 公司简介 */

.aboutbg {

    background: url(../images/about.png) repeat 50% 0;
    padding-top: 46px;
    padding-bottom: 20px;
}

.aboutbg h2 {
    color: #0060e6;
    font: 600 30px/36px "Microsoft Yahei";
    text-align: center;
}

.about {
    color: #946d4d;
    font: 400 15px/31px "Microsoft Yahei";
    text-align: center;
    padding: 100px 20%;
}

.about .ab {
    position: relative;
}

.abheight {
    height: 93px;
    overflow: hidden;
}

.about .ab:before {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 41px;
    height: 45px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    content: "";
}

.about .ab:after {
    position: absolute;
    right: -80px;
    bottom: -20px;
    width: 41px;
    height: 45px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    content: "";
}

.aboutbg .more {
    text-align: center;
}

.aboutbg .more a {
    display: inline-block;
    color: #946d4d;
    font: 400 15px/40px "Microsoft Yahei";
    width: 149px;
    border: 2px solid #946d4d;
}

@media (max-width: 991px) {
    .aboutbg {
        padding: 50px 0;
        height: auto;
    }
    .about {
        padding: 50px 50px;
    }
    .about .ab:before {
        background-size: 24px 26px;
        left: -30px;
        top: -20px;
    }
    .about .ab:after {
        background-size: 24px 26px;
        right: -50px;
        bottom: -30px;
    }
}


/* 案例展示 */

.casebg .case {
    padding: 60px 10% 0;
    background: #baedf5;
}

.casebg .col-md-6 {
    padding: 0;
}

.case h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
}

.case .content {
    color: #878787;
    font: 400 14px/24px "Microsoft Yahei";
    padding-top: 30px;
    max-height: 126px;
    overflow: hidden;
}

.case a.more {
    display: inline-block;
    width: 177px;
    color: #fff;
    font: 400 16px/37px "Microsoft Yahei";
    background: #4e4e4e;
    text-indent: 15px;
    position: relative;
    margin-top: 70px;
}

.case a.more:before {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 11px;
    top: -18px;
    content: "";
}

@media (max-width: 991px) {
    .casebg .case {
        padding: 60px 15px 0;
    }
}

.swiper-container2 {
    margin-top: 30px;
}


/* 产品展示 */

.probg {
    background: url(../images/probg.jpg) repeat;
    padding: 75px 5%;
}

.probg h2 {
    color: #0060e6;
    font: 600 30px/36px "Microsoft Yahei";
    padding-left: 15px;
}

.pro-center {
    padding-top: 40px;
}

.pro-center li {}



.pro-center .img  img{
max-width:100%; height:auto !important;width:auto !important;
}

.pro-center a img {
width:100%!important; height:auto !important;
}

.pro-center h3 {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 102px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.pro-center h3 a {
    display: block;
    color: #363636;
    font: 400 20px/36px "Microsoft Yahei";
}

.pro-center h3 p {
    color: #999;
    font: 400 14px/26px "Microsoft Yahei";
}

.probox {
    position: relative;
    padding-bottom: 102px;
    overflow: hidden;
    margin-bottom: 8%;
}

.pro-center li:hover .probox {
    box-shadow: 2px 2px 9px #999;
}

.pro-center li:hover h3 {
    background: #0060e6;
   
}

.pro-center li:hover h3 a {
    color: #fff;
}

.omitted {
    color: #fff;
    font: 400 20px/20px "Microsoft Yahei";
    display: none;
    padding-bottom: 20px;
}

.pro-center li h3 .img {
    display: none;
}

.pro-center li:hover h3 p {
    display: none;
}

.pro-center li:hover .omitted {
    display: block;
}

.pro-center li:hover h3 .img {
    display: block;
}

.pro-cate {
    text-align: right;
}

.pro-cate li {
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
}

.pro-cate li a {
    color: #363636;
    font: 400 16px/45px "Microsoft Yahei";
}

.pro-cate li:hover {
    background: #0060e6;
}

.pro-cate li:hover a {
    color: #fff;
}

@media (max-width: 991px) {
    .pro-center li {
        margin-bottom: 20px;
    }
    .pro-center li.pro4 {
        display: block;
    }
    .probg {
        padding: 50px 15px;
    }
}


/* 企业风采 */

.style {
    width: 100%;
    height: 513px;
    background: url(../images/style.jpg) no-repeat 50% 50%;
    
    background-size: 100%;
  
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}

.stylec {
    width: 100%;
    height: 680px;
    background: url(../images/stylec.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.style:hover .stylec {
    opacity: 0;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }
    .stylec {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }
    .stylec {
        height: 250px;
    }
}


/* 新闻资讯 */

.news_list1 li {
    padding: 0;
    text-align: center;
}

.news_list1 li a {
    display: block;
}

.news_list1 li img {
    max-width: 100%;
    height: auto;
}

.news_list1 .text {
    position: relative;
}

.news_list1 .text span {
    display: block;
    color: #636c71;
    font: 400 16px/22px "Microsoft Yahei";
}

.news_list1 .text a {
    color: #363636;
    font: 400 16px/26px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list1 .text p {
    color: #636c71;
    font: 400 14px/23px "Microsoft Yahei";
    height: 46px;
    overflow: hidden;
    margin: 30px 0;
}

.news_list1 .text a.more {
    display: inline-block;
    color: #363636;
    font: 400 16px/37px "arial";
    width: 178px;
    border: 1px solid #b3b3b3;
}

.news_list1 .text:hover a.more {
    color: #fff;
    background: #0060e6;
}

.news_list1 .text .text-d {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.text-s {
    position: absolute;
    width: 100%;
    padding: 0 9%;
    left: 0;
    top: 50%;
    margin-top: -97px;
}

@media (max-width:767px) {
    .news_list1 .te {
        border-top: 1px solid #ddd;
    }
}


/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
   
}
.map img{max-width:100%; height:auto !important;width:auto !important;}
.mapcover {
    width: 100%;
    height: 100%;
  
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 100px;
    transition: .5s;
}



.contacts {
    max-width: 357px;
    background: #fff;
}

.contacts h2 {
    color: #000;
    font: 400 20px/26px "Microsoft Yahei";
    text-align: center;
    padding: 20px 0 10px;
}

.contacts .tit img {
    max-width: 100%;
    height: auto;
}

.contacts .content {
    color: #272235;
    font: 400 14px/67px "Microsoft Yahei";
}

.contacts .content p {
    padding-left: 20px;
}

.contacts .content p img {
    padding-right: 10px;
}

.contacts .content p+p {
    border-top: 1px solid #d3d3d3;
}


/*----- 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;
}


/*友情链接*/

.f_link {
    border-top: 1px solid #0d0d0d;
    padding: 10px 0;
}

@media(max-width:1200px) {
    .f_link {
        display: none;
    }
}


/*页面底部*/

#footer {
    background: #000;
    color: #ffffff;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 0 5%;
}

#footer a {
    color: #ffffff;
}

.k1 {
    text-align: right;
}

#footer a:hover {
    color: #b6002e;
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
    color: #666;
}

.copyright {
    line-height: 24px;
}

.foot-up {
    padding: 50px 0;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.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_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 100%;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #060606;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #b6002e;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left {}

.sort_menu {
    background: #9c9c9c;
}

@media (max-width: 767px) {
    .sort_menu {
        margin-bottom: 15px;
    }
    .tag_list_product li .tag_img,
    .tag_list_product li .tab_intro {
        width: 100%;
    }
}

.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 {
    background: #f5a31c;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    line-height: 37px;
    color: #333;
    font-size: 14px;
    padding: 10px;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #b6002e;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.right .content img{
    max-width:100%;
    height:auto;
}

@media (max-width: 767px) {
    .right .content img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}