﻿/*头部样式*/
p{
    margin: 0;
}
#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 126px 0 126px;
    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 {padding-top:5px;

}

.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;
    
}

#menu {}

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

.demo-banner{
    position: relative;
}
.demo-banner .text {
    color: #fff;
    display: table;
    width: 670px;
    height: 100%;
    font: 400 40px/60px Arial, Helvetica, sans-serif;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    text-align: left;
    top: 20%;
}

@media (max-width: 1299px) {
    .demo-banner{
        display:none;
    }
}

.banbox {
    display: table-cell;
    vertical-align: middle;
}

.demo-banner .en {
    color: #fff;
    font: 400 25px/40px Arial, Helvetica, sans-serif;
}

.demo-banner .textt {
    color: #fff;
    font: 600 35px/60px Arial, Helvetica, sans-serif;
}

.demo-banner .intro {
    color: #fff;
    font: 400 25px/40px Arial, Helvetica, sans-serif;
    position: relative;
    padding-bottom: 20px;
}

.demo-banner .intro:before {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #d90021;
    left: 0;
    bottom: 0;
    content: "";
}

.demo-banner .bantop {
    position: relative;
    opacity: 1;
    right: 0;
    animation: myfirst 1.2s;
    -moz-animation: myfirst 1.2s;
    -webkit-animation: myfirst 1.2s;
    -o-animation: myfirst 1.2s;
}

.demo-banner .banbottom {
    padding-top: 70px;
    position: relative;
    opacity: 1;
    right: 0;
    animation: mysec 1.5s;
    -moz-animation: mysec 1.5s;
    -webkit-animation: mysec 1.5s;
    -o-animation: mysec 1.5s;
}

.demo-banner .banbottom a {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    color: #fff;
    font: 400 16px/30px Arial, Helvetica, sans-serif;
    text-align: center;
}

.demo-banner .banbottom .more {
    border: 1px solid #fff;
}

.demo-banner .banbottom .more2 {
    border: 1px solid #946d4d;
    background: #946d4d;
}




/*产品导航图标*/

@media (min-width: 769px){
    .nav_btn2 {
        float: right;
        width: 60px;
        margin:10px 10px 0 0;
        background: #43a0c9;
        padding: 15px 10px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav_btn2:after,
    .nav_btn2:before,
    .nav_btn2 span {
        height:2px;
        background: #fff;
        display: block;
        transition: all .5s ease;
    }
    .nav_btn2 span {
        margin: 8px 0;
    }
    .nav_btn2:after,
    .nav_btn2:before {
        content: "";
        transform-origin: left center;
    }
    .nav_btn2.clicked span {
        opacity:0;
    }
    .nav_btn2.clicked:before {
        transform: rotate(45deg);
    }
    .nav_btn2.clicked:after {
        transform: rotate(-45deg);
    }
}











/*热门搜索*/

.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 {
    height: 630px;
    background: url(../images/about.jpg) no-repeat 50% 0;
    padding-top: 98px;
}

.aboutbg h2 {
    color: #000;
    font: 400 30px/36px Arial, Helvetica, sans-serif;
    text-align: center;
}

.about {
    color: #946d4d;
    font: 400 15px/31px Arial, Helvetica, sans-serif;
    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 Arial, Helvetica, sans-serif;
    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;
}

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

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

.case .content {
    color: #878787;
    font: 400 14px/26px "Microsoft Yahei";
    padding-top: 30px;
    max-height: 160px;
    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;
    text-align: center;
}


.case a.more:hover{
    background: #43a0c9;color: #fff;
}
.case a.more:before {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 11px;
    top: 18px;
    content: "";
    display: none;
}

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

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


/* 产品展示 */

.probg {
    background:#eeeeee;
    padding: 75px 5%;
}

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

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

.pro-center li:nth-of-type(4){
     display: none;  
}



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

.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";
    display:block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

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

.probox {
    position: relative;
    padding-bottom: 102px;
    overflow: hidden;
}
.probox a{
    display: block;
    overflow: hidden;
}
.probox img{
    transition: all .3s;
}
.probox:hover .img111{
    transition: all .3s;
    transform: scale(1.1);
}

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

.pro-center li:hover h3 {
    background: #43a0c9;
    height: 158px;
}

.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 5px;
    /* margin: 0 15px; */
}

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

.pro-cate li:hover {
    background: #43a0c9;
}

.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;
    }
}


.promo{
    float: right;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 15px;
    line-height: 45px;
}
.promo img{

}
.pro_tit_yin{
    width: 225px;
    height: auto;
    background: rgba(67, 160, 201, .5);
    float: right;
    position: absolute;
    right: 10px;
    z-index: 999;
    display: none;
    top: 65px;
}
.pro_tit_yin div {
    font:normal 16px/33px "Microsoft Yahei";
    color: #fff;
    margin-top: 14px;
    text-align: left;
    padding-left: 19px;
    display: block;
}
.pro_tit_yin div:hover {
    background: #43a0c9;
}

/* 企业风采 */

.style {
    width: 100%;
    max-height: 680px;
    background: url(../images/style.jpg) no-repeat 50% 50%;
    /*background-size: 100% 100%;*/
    /*background-size: inherit;*/
    background-size: cover;
    background-attachment: fixed;
    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;
    margin:0 auto;
    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;
    box-sizing:border-box;
}


.num-list{
   padding-top: 300px;
   text-align: center;
}
.num-list li {
    /* width: 25%; */
    display: inline-block;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
}


.num-list li div {
    color: #fff;
}

.num-list li div .timer {
    font-size: 8rem;
    font-family:"MicrosoftYaHei";
    font-weight:normal;
    line-height: 2rem;
}

.num-list li div sup {
    font-size: 2rem;
    letter-spacing: 0px;
    color: #ffffff;
}
sup{
    top: -1.5em !important;
}

.num-list li p{
    color:#fff;
    font-size:2rem;
    margin-top:1rem;
    line-height: 2rem;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }
    .stylec {
        height: 400px;
    }
    .num-list{
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }
    .stylec {
        height: 250px;
    }
    .num-list{
        padding-top: 3rem;
    }
    .num-list li {
        display: inline-block;
        text-align: center;
        margin-left: 0;
        margin-right: 0%;
        margin-bottom: 0.5rem;
    }
    .num-list li div .timer {
        font-size: 3rem;
        font-family:"MicrosoftYaHei";
        font-weight:normal;
    }
    
    .num-list li div sup {
        font-size: 1rem;
        letter-spacing: 0px;
        color: #ffffff;
    }
    
    .num-list li p{
        color:#fff;
        font-size:1.5rem;
        margin-top:1rem;
    }
    
}



/* 新闻资讯 */
.xinwen{
    position: relative;
}
.xinwen .hd{
    height: 107px;
    background: url(../images/xinbg.jpg) center no-repeat;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.xinwen .hd ul{
    overflow:hidden; zoom:1;
    text-align: center;
    margin:0 auto;
}

.xinwen .hd ul li{
    width: 37px;
	height: 3px;
    background-color: #272727;
    margin-right: 15px;
    display: inline-block;
    line-height: 107px;
    color: transparent;
    margin-top: 48px;

}
.xinwen .hd ul li.on{
    background: #43a0c9;
}


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

.news_list1 li a {
    display: block;
    overflow: hidden;
}

.news_list1 li img {
    max-width: 100%;
    height: auto;
    transition: all .3s;
}
.news_list1 li:hover img{
    transition: all .3s;
    transform: scale(0.9);
}

.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: #43a0c9;
}

.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;
    }
}


.heng{
    width: 100%;
}
.heng p{
    margin: 0;
}

.heng img{
    width: 100%;
    height: auto;
}


/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapcover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    transition: .5s;
}

 .mapcover:hover {
    background-color: rgba(0, 0, 0, .7);
 }

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

.contacts h2 {
    color: #000;
    font: 400 20px/26px Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px 0 10px;
}

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

.contacts .content {
    color: #272235;
    font: 400 14px/67px Arial, Helvetica, sans-serif;
}

.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 {
    padding: 10px 0;
    display: none;
}

@media(max-width:1200px) {
    .f_link {
        display: none!important;
    }
    .gogfon{
        /* position: absolute; */
        right: 5%;
        top: -3rem;
        display: none;
    }
    #footer{
        background: #272727;
        color: #cccccc;
        font: 400 14px/28px Arial, Helvetica, sans-serif;
        padding: 5% 5% 0 8%;
        /* height: 400px; */
    }
    .fnav {
        width: 100% !important;
        clear: both;
    }
    .fewm {
        width: 100% !important;
        clear: both;
    }
}



@media(max-width:991px){
    .xinwen .hd{
        height: 57px;
        background: url(../images/xinbg.jpg) center no-repeat;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }
}


.hotkey{
    display: none;
}
.hotkey a{
    margin-right: 6px;
}

/*页面底部*/
.clearboth{clear: both;}
#footer {
    background: #272727;
    color: #cccccc;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 4% 4% 2% 4%;
    /* height: 400px; */
}

#footer a {
    color: #cccccc;
    display:block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}


.k1 {
    text-align: right;
}

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

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



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

/* 底部样式 */

.footbg{
    background: #272727;
    color: #cccccc;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 0 5%;
}
.fnav{
    width: 30%;
    float: left;
}

.fewm{
    width: 100%;
    float: right;
}
.fadd{
float:left;
    width: 50%;
}
.fadd h3{
    font:normal 2rem/2rem "Microsoft Yahei";
    color: #cccccc;
}
.fadd h4{
    font:normal 1rem/2.2rem "Microsoft Yahei";
    color: #cccccc;
    margin-top:1rem;
}
.fwed{
    width: 32%;
    text-align: right;
}
.fwed li{ float:left; list-style:none; width:21%; margin-left:6.333%; margin-right:6%; max-width:120px;}
.fwed li p{ text-align:center;}
.fwed li img{ width:100%;}
.copyright{
    background: #272727;
    color: #cccccc;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 0 5%;
    border-top: 1px solid #403f3f;
    padding-top: 1rem;
    position: relative;
}
.copyright a{
    color: #cccccc;
}
.gogfon{
    position: absolute;
    right: 5%;
    top: 1rem;
}
.gogfon a{
    margin-left: 1rem;
    margin-right: 1rem;
}

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

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

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    
    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;
    
    background: #060606;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #43a0c9;
}

.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: #fff;
}

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

.sitemp .site {
    color: #000;
    font: 400 14px/30px Arial, Helvetica, sans-serif;
}

.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;
    }
}










/*导航栏样式*/

.navv {
    height: 32px;
}

.navv li {
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 12%;
    float: left;
    z-index: 999;
    font-size: 18px;
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 29px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.navv li a {
    /*display: block;*/
    /*line-height: 70px;*/
    color: #fff;
    /*height: 70px;*/
}

.navv li a:hover {
    text-decoration: none;
}

.navv .sec {
    height: 0;
    background: rgba(7,74,131,.7);
    color: #fff;
    overflow: hidden;
    z-index: 99999;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.navv .sec a {
    /*background: #01557a;*/
    color: #fff;
    height: 38px;
    line-height: 38px;
    /*width: 90px;*/
    font-size: 14px;
    display: block;
    white-space:nowrap;        
overflow:hidden;
text-overflow:ellipsis;
}


.navv .sec a:hover{
  /*color:#4da6ce;*/
  margin-left: 5px;
  transition: all 0.4s;
}




/*二级导航*/


.navv .nsec{
    width: 3000px;
    background: rgba(1,85,122,.6);
    color: #fff;
    /*overflow: hidden;*/
    z-index: 9999;
    position: relative;
    /*top: 70px;*/
    left: -1500px;
    height: 50px;
    /*display: none;*/
}
.navv .sec1{
    background: rgba(7,74,131,.7);
    width: 100%;
    margin:0 auto;
    position: absolute;
    z-index: 99;
    padding: 20px 0 40px;
    opacity: 1;
    top:70px;
    left:0;
    display: none;
}
.navv .sec1 .x_snav{
    width:13.33%;
    float: left;
    text-align: left;
    margin-left:3%;
}
.navv .sec1 .x_snav img{
float:left;
width:180px;
height:145px;
margin-right:15px;
margin-top:8px;
}
.navv .sec1 .x_snav dd{
color:#f08519;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.navv .sec1 .x_snav dd a{
    font:normal 18px/30px "Microsoft Yahei";
    color: #ffffff;
	font-weight:bold;
}
.navv .sec1 .x_snav .x-sub-mm{
    display: block;
	float:left;
}
.navv .sec1 .x_snav .x-sub-mm a{
    font:normal 14px/25px "Microsoft Yahei";
    color: #fff;
    display: block;
    transition: all 0.4s;

}
.navv .sec1 .x_snav .x-sub-mm a:hover{
    /*color:#4da6ce;*/
    margin-left: 5px;
    transition: all 0.4s;
}

























.navbar-header .navbar-toggle {
    border: 1px solid #b4b8bc;
    padding: 0 10px 0 10px;
    height: 34px;
}

.navbar-header .navbar-toggle .menu {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 34px;
    color: #000;
}

.navbar-header .navbar-toggle.active {}

.navbar-header .navbar-toggle a:hover {
    text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-header .navbar-toggle:hover {
    border: 1px solid #43a0c9;
    background: #43a0c9;
}

.navbar-header .navbar-toggle:hover .menu {
    color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #000;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #333;
}

.cbp-spmenu-right li a:hover {
    background: #43a0c9;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #e7ac00;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}



.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    float: left;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #fff;
    width: 260px;
    outline: none;
}

#formsearch input#s_btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/btn.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}


.topcase {
    width: 100%;
    position: relative;
}

.bannery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bannery ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannery ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannery ul.bc li a {
    display: block;
    width: 100%;
    height: 100%;
}

.small {
    position: relative;
}

.small li {
    display: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

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

.small li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .59);
    position: absolute;
    top: 0;
    left: 0;
}
.small li.small_hover::after{
    display: none;
}
.small-ban {
    padding: 55px 0;
    width: 100%;
    position: relative;
    margin-top: 80px;
    height: 310px;
}

.small-ban .num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.small-ban .num li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/num.png) no-repeat 0 50%;
    line-height: 25px;
    position: relative;
}

.small-ban .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}

.small-ban .num li.num_hover {}

.small-ban .num li.num_hover a {
    color: #43a0c9;
}

.small-ban .num li.num_hover:before {
    position: absolute;
    width: 4px;
    height: 20px;
    background: #43a0c9;
    top: 25px;
    left: 50%;
    margin-left: -1px;
    content: "";
}

.small-ban .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #c5c5c5;
    text-decoration: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.small-ban .num li a:before{
    content:'0';
}
.small-pre {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pre {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

.next {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1599px) {
    .case .content,
    .case a.more {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .small-ban {
        height: 230px
    }
}

@media (max-width: 991px) {
    .case .content,
    .case a.more {
        display: block !important;
    }
}




.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}



/* 内页样式 */
.sitemp {
    line-height: 44px;
    border-bottom: 1px solid #e7e7e7;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    color: #000;
    font-size: 14px;
}

.sitemp .site {
    text-align: right;
    line-height: 70px;
    padding-left: 0;
    font-size: 14px;
    color: #888888;
}
.sitemp .site img{margin-top: -3px;}
.sitemp .site a {
    color: #888888;
}


.sort2 li {
    position: relative;
    z-index: 999;
    float: left;
}

.sort2 li a {
    font-size: 14px;
    color: #444444;
    display: block;
    line-height: 68px;
    
    padding: 0 8px;
}

.sort2 li a:hover {
    color: #035cac;
    text-decoration: none;
    background: url(../images/lanx.png)center bottom no-repeat;
}

.sort2 .change {
    color: #035cac;
    text-decoration: none;
    background: url(../images/lanx.png)center bottom no-repeat;
}

.sort2 li .about_b {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    z-index: 9999;
}

.sort2 li .layer2 {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    /* background: #f5f6f6; */
    /* border-bottom: 2px solid #3a78c1; */
    z-index: 9999;
}

.sort2 li .layer2 li {
    overflow: hidden;
}

.sort2 li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 0% 50%;
}

.sort2 li .layer2 li a:hover {
    text-decoration: none;
    color: #3a78c1;
}

.sort2 li .layer2 li .layer3 li {
    border-bottom: 1px dashed #d5d5d5;
    margin: 6px 0px;
    height: 24px;
    line-height: 24px;
}

.sort2 li .layer2 li .layer3 li a {
    font: normal 12px/24px Arial, Helvetica, sans-serif;
    background: none;
}



/*产品详细*/
.product_detail{padding:5px;}
.product_detail h1.title{text-align:center;line-height:30px;font-size:14px;;border-bottom:1px solid #e0e1dc;margin-bottom:15px;padding-bottom:5px;}
.product_detail .img{width:250px;height:200px;float:left;padding:2px;border:1px solid #e0e1dc;}
.product_detail .img img{}
.product_detail .small{width:250px;height:200px;}
.jqzoom{
	text-decoration:none;
	float:left;
}

.product_detail .list{width:300px;float:left;margin-left:30px;display:inline;padding-top:8px;}
.list_p{}
.list_p li{height:26px;font-size:12px;border-bottom:1px dashed #e0e1dc;padding-bottom:5px;padding-top:5px;}
.list_p li h2{font-size:12px;font-weight:normal;}
.product_detail .inquiry{line-height:32px;border:none;margin-top:6px;}
.product_detail .inquiry a{background:url("../images/xunjia.gif") center center no-repeat;display:block;width:112px;height:32px;text-indent:-99999px;}
.product_detail .inquiry a:hover{background-image:url("../images/xunjia_hover.gif");}
.list_p li h2 a{font-size:12px;}
.p_detail span.title{line-height:28px;height:28px;text-align:left;margin-top:10px;
	display:block;padding-left:10px;font-size:12px;border-bottom:1px solid #0055ac;}
.p_detail p.dd{padding-top:5px;padding-bottom:5px;}
h3.tag{line-height:32px;border-top:1px dashed #e0e1dc;margin-top:10px;color:#999;font-weight:normal;font-size: 14px;}
h3.tag a{color:#005a98;}
h3.tag a{color:#005a98;}
h3.tag a:hover{color:#e87518;}
.page {
	line-height: 28px;
	padding-top: 35px;
	font-size: 14px;
	color: #999999;
}

.page a {
	color: #999999;
}

.page a:hover {
	color: #e87518;
}

.page span {
	color: #005a98;
}

/*新闻详细*/
.news_detail {}

.news_detail h1.title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 5px;
	color: #444444;
	margin-top: 65px;
	font-weight: bold;
}

.news_detail h3.title_bar {
	width: 100%;
	margin-left: 0px !important;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #555555;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.news_detail h3.title_bar span {
	padding-right: 10px;
}

.news_detail .content {
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}

.news_detail .pageln {
	border-top: 1px solid #dcdcdc;
}

.news_detail .pagelnmore {
	display: block;
	max-width: 150px;
	height: 41px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 41px;
	margin-top: 39px;
}







/* 汤修改 */

@media(max-width:425px){
    .fnav {display: none;}
    .fwed {display: none;}
    .fadd {width: 100%;}
}

.cbp-spmenu-right li {position: relative;}
.cbp-spmenu-right li ul {display: none;}
.cbp-spmenu-right li div {color: #fff;position: absolute;right: 10px;top: 25px;transform: translateY(-50%) rotateZ(-90deg);}

.cbp-spmenu-right li div.clicked {transform: translateY(-50%);}



.page-wrap-right img{max-width:100%;}

@media (max-width: 768px) {
     #header{height:70px!important;margin-bottom:8px;}
     #header .boxx{height:70px!important;}
     .container{width:98%;}
    
    
}





