/*头部样式*/

.wellcome {
    height: 40px;
    background: #242424;
    line-height: 40px;
}

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

.k1 {
    float: left;
    color: #fff;
    font-size:12px;
}

.k1 a {
    color: #fff;
}

.k1 a:hover {
    color: #fff;
}

.hotSearch {
    float: right;
    color: #fff;
    font-weight: normal;
    font-size:12px;
}

.hotSearch a:hover {
    color: #fff;
}

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

.seach-box {
    float: right;
    margin-top:7px;
}

.seach-box form {
    width: 3.75rem;
    height: 1.6875rem;
    border-radius: 1.6875rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.seach-box:hover form {
    border: 1px solid #cfcfcf;
}

.seach-box #keyword {
    width: 0;
    height: 1.5625rem;
    background: none;
    outline: none;
    border: none;
    overflow: hidden;
    float: left;
    color: #fff;
}

.seach-box #s_btn {
    background: url(../images/ss.png) center no-repeat;
    height: 1.5625rem;
    width: 3.75rem;
    outline: none;
    border: none;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

@media (min-width: 992px) {
    .seach-box:hover form {
        width: 18.75rem;
    }
    .seach-box:hover #keyword {
        width: 14.875rem;
        padding-left: 0.625rem;
        -webkit-transition: all .5s .2s ease;
        transition: all .5s .2s ease;
    }
}

.head {
    height: 110px;
    background: #fff;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top:1%;
}

.lan1 {
    margin-top: 9px;
    padding-left: 23px;
    line-height: 30px;
    margin-right: 22px;
    background: url(../images/lan.png) no-repeat 0px;
}

.lan1 a {
    color: #fff;
}


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


/*主体样式*/

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


/*关于我们*/

.about-box {
    background: url(../images/bj1.jpg) no-repeat center;
    padding-top: 150px;
   padding-bottom:30px;
}

.about-center {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.ab-left {margin-left:15%;
    float: left;
    width: 50.6%;
}

.ab-left img {
    width: 100%;
}

.ab-right {
    width: 30.3%;
    float: right;
}

.reuse {
    font-size: 40px;
    color: #414040;
    font-weight: normal;
    line-height: 85px;
}

.reuse span {
    color: #4a4848;
    font-size: 16px;
    margin-left: 10px;
}

.ab-right .content9 {
    color: #414040;
    font-size: 14px;
    line-height:28px;
    text-align:justify;
}

.ab-right .more9 {
    width: 162px;
    height: 40px;
    display: block;
    border: 1px solid #414040;
    background: url(../images/more9.png) no-repeat center;
    margin-top: 5px;
    position: relative;
    float:right;
}

.pro-box {
    width: 98%;
    margin: 0 auto;
    display: none;
}

.pro-box h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0px;
}



.ab-ico{
    margin-top: 6%;
}
.ab-ico ul li{
    width: 25%;
    float: left;
    padding: 0 3%;
    position: relative;
    text-align: center;
}
.ab-ico ul li:first-child{padding-left: 0;}
.ab-ico ul li:last-child{padding-right: 0;}
.ab-ico ul li+li:before{
    content: '';
    width: 1px;
    height: 50px;
    background: #EAEAEA;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}
.ab-ico ul li img{
    width: 34px;
    height: 34px;
}
.ab-ico ul li h3 a{
    display: block;
    font:400 14px/2.5 'å¾®è½¯é›…é»‘';
}






.prod{background:#f6f6f6;padding-top:6%;padding-bottom:6%;}

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

.prodtt{text-align:center;color:#363636;font-size:40px; background: url(../images/h2bj.png) no-repeat center bottom;padding-bottom:2%;}


.prod_cont{position:relative;margin-top:5%;}

.prod_list{}
.prod_list li{width:15%;float:left;position:relative;margin:0 0.1%;}
.prod_list li a.img img{width:100%;}
.prod_list li h3{width:96%;margin:0 auto;line-height:43px;background:#1ea838;margin-top:10%;text-align:center;font-weight:normal;}
.prod_list li h3 a{color:#fff;font-size:16px;}

.prod_cont .slick-prev{background: url(../images/left.png) no-repeat;width:24px;height:42px;border:none;text-indent:-100px;overflow:hidden;position:absolute;left:-3%;top:33%;outline:none;}
.prod_cont .slick-next{background: url(../images/right.png) no-repeat;width:24px;height:42px;border:none;text-indent:-100px;overflow:hidden;position:absolute;right:-3%;top:33%;outline:none;}
.prod_cont .slick-prev:hover{background: url(../images/left2.png) no-repeat;}
.prod_cont .slick-next:hover{background: url(../images/right2.png) no-repeat;}



@media (max-width: 768px) {
  .prod_cont .slick-prev{background:none!important;}
  .prod_cont .slick-next{background:none!important;}

}





/*案例中心*/

.case-box {
    background: url(../images/bj22.jpg) repeat-y;
    padding: 80px 0px;
}

.case-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #f5f5f5;
}

.reuse2 {
    width: 380px;
    height: 300px;
    float: left;
}

.reuse2 span {
    display: block;
    font-size: 40px;
    color: #363636;
    padding-top: 26px;
    padding-bottom: 30px;
    background: url(../images/h2bj.png) no-repeat 0px 93px;
}

.reuse2 p {
    font-size: 16px;
    color: #363636;
    line-height: 30px;
    font-weight: normal;
}

.case-list li {
    float: left;
    width: 380px;
    height: 300px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.case-list li a.img {
    display: block;
    overflow: hidden;
}

.case-list li a.img img {
    transition: .8s;
}

.case-list li a.img:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.case-list li:nth-of-type(3) {
    margin-left: 0px;
}

.case-center .more8 {
    width: 162px;
    height: 41px;
    display: block;
    border: 1px solid #414040;
    background: url(../images/more9.png) no-repeat center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}


@media (max-width: 768px) {
        .reuse2 {
            width: 100%;
            height:336px!important;

        }
}




/*标语*/

.slogan-box {
    min-height: 524px;
    background: url(../images/bj2.jpg) no-repeat fixed;
    background-size: cover;
}

.reuse3 {
    text-align: center;
    padding-top: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.slogan-box p {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.slogan-box a {
    display: block;
    width: 249px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #000;
    margin: 0 auto;
    margin-top: 50px;
}

.more7:hover {
    color: #fee640;
}



.fangwei-box{
    min-height: 524px;
    background:url(../images/bj33.png) no-repeat center;
    background-size: cover;
}
.fangwei-center{
    max-width: 1200px;
    margin:0 auto;
}

.fangwei-list{
    text-align: justify;
    width: 100%;
    padding-top:120px;
}
.fangwei-list:after{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.fangwei-list li{
    position: relative;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 24%;
    text-align: center;
}
.fangwei-img{
    width: 152px;
    height: 152px;
    margin:0 auto;
    overflow: hidden;
}

.fangwei-list li h3{
    font-size: 16px;
    line-height: 40px;
    padding-top: 20px;
    color:#fff;
    font-weight:normal;
}
.fangwei-list li h3 p{
    font-size: 14px;
}



@media (max-width: 768px) {
    .fangwei-list{
    text-align: justify;
    width: 100%;
    padding-top:16%;
  }

  .fangwei-list li h3{
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
    color:#fff;
    font-weight:normal;
}
.fangwei-list li h3 p{
    font-size: 12px;
    overflow: hidden;white-space: nowrap;text-overflow:ellipsis;
}

  .fangwei-list li{
    width:47%;margin:0 1% 1%;
  }

  .fangwei-img{
    width:58%!important;
    height: auto!important;
    margin:0 auto;
    overflow: hidden;
}

  .fangwei-img img{
    width: 100%!important;
    height: auto!important;
    margin:0 auto;
    overflow: hidden;
}

}




/*新闻中心*/

.news-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}

.reuse4 {
    font-size: 40px;
    color: #414040;
    font-weight: normal;
    padding-bottom: 50px;
}

.reuse4 span {
    font-size: 16px;
    color: #4a4848;
    margin-left: 10px;
}

.reuse4 .more7 {
    float: right;
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 30px;
}

.newleft {
    width: 43.333%;
    float: left;
    text-align: center;
}

.newleft img {
    max-width: 100%;
}

.newleft p:nth-of-type(2) {
    padding-top: 15px;
}

.newright {
    width: 55.8%;
    float: right;
    position: relative;
}

.newright .xian {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 16px;
    background: #d9d9d9;
    top: 0px;
}

.roll_col {
    width: 100%;
    height: 576px;
    overflow: hidden;
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 576px;
    overflow: hidden;
}

.roll_col .roll__list {
    width: 100%;
}

.roll_col li {
    display: block;
    height: 75px;
    padding-left: 50px;
    background: url(../images/new.png) no-repeat 7px 11px;
    margin-bottom: 27px;
    position: relative;
    z-index: 999;
}

.roll_col li a {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.roll_col li a:hover {
    color: #0f9d2a;
}

.roll_col li p {
    font-size: 14px;
    color: #7f7f7f;
}



@media (max-width: 768px) {
  .roll_col li a {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    overflow: hidden;white-space: nowrap;text-overflow:ellipsis;
}

}






/*页面底部*/

.foot {
    background: #595959;
    padding: 22px 0px;
}

#footer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.nav_foot {
    text-align: center;
    line-height: 35px;
    float: right;
    font-size: 14px;
    color: #fff;
}

.copyright1 {
    float: left;
}

.copyright {
    text-align: center;
    line-height: 35px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.zhuyin {
    font-size: 12px;
    line-height: 35px;
    color: #fff;
}

.zhuyin a {
    color: #fff;
}


.foot2 {padding-top:3%;
    
}


.nav66{border-bottom:1px solid #ddd;height:40px;}
.nav66 li{float:left;line-height:40px;}
.nav66 li a{color:#fff;font-size:16px;padding-right:98px;}
.nav66 li:last-child a{padding-right:0px;}




@media (max-width: 768px) {
  .zhuyin{display:none!important;}
 

}













/*友情链接*/

.link {
    line-height: 65px;
    background: #2d2d2d;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}

.f_link a {
    color: #fff;
}


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

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

.n_banner {
    text-align: center;
    position: relative;
}

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

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

.left {
    width: 243px;
    float: left;
    padding-top: 36px;
}

.right {
    width: 920px;
    float: right;
    padding-top: 50px;
    padding-bottom:20px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #000;
    text-align: center;
    background: url(../images/nei.png) no-repeat left;
    ;
    background-size: cover;
    margin-top: 15px;
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    font-size:14px;
}

.sitemp {
    border-left: 10px solid #fee32c;
    background: #e5e5e5;
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 18px;
    color: #000;
    float: left;
    text-indent: 14px;
    line-height: 50px;
}

.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: rgba(51, 51, 51, 0.5);
    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 #fff;
}

.cbp-spmenu-right li a:hover {
    background: #f58222;
    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: #f58222;
}

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

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

.toptou {
    display: none;
    height: 50px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0250a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}