@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}




.container-fluid {
    max-width: 1230px;
}

* {
    margin: 0;
!important;
    padding: 0;
!important;
}
a:link{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}
body img{
    max-width: 100%;
}

/*公共样式表*/
.div{
    padding-top: 80px;
}
.title{
    padding-bottom: 42px;
}
.title h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 68px;
    height: 68px;
    background: url("../images/title_bg.png") no-repeat center center;
}
.title h3 span{
    display: inline-block;
}
.title h3 span:last-child{
    color: #fb962e;
}
.title p{
    line-height: 50px;
    color: #999;
    display: inline-block;
    position: relative;
    padding: 0 18px;
}
.title p:before{
    content: "";
   // position: absolute;
    left: -70px;
    top: 50%;
    //width: 70px;
   // height: 1px;
    background: #e5e5e5;
}
.title p:after{
    content: "";
 //   position: absolute;
   // right: -70px;
    top: 50%;
   // width: 70px;
   // height: 1px;
    background: #e5e5e5;
}
.hides{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tabs{
    text-align: center;
    font-size: 0;
    margin-bottom: 46px;
}
.tabs li{
    display: inline-block;
}
.tabs li.active span{
    color: #fb962e;
}
.tabs li.active b{
    color: #fb962e;
}

.tabs li:hover b{
    color: #fb962e;
}
.tabs li:hover span{
    color: #fb962e;
}
.tabs span{
    font-size: 40px;
    color: #333333;
    display: inline-block;
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 90px;
    border: 1px solid #e5e5e5;
    margin: 2px 20px;
}
.tabs b{
    display:block;
    font-size: 12px;
    line-height: 36px;
    color: #000;
}

/*公共样式表*/



/*头部*/
header{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px #eee;
}
header .logo{
    line-height: 116px;
}
#nav{
    padding-top: 32px;
}
#nav>li{
    width: 20%;
    text-align: center;
    line-height:84px;
}
#nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #212121;
    font-size: 16px;
}
#nav>li:hover>a{
    color: #fb962e;
}
#nav>li.active>a{
    color: #fb962e;
}

#btn{
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 22px;
    color: #fb962e;
    line-height: 30px;
    margin-top: -15px;
    cursor: pointer;
}
/*头部*/



/*服务项目*/
.Service{
    padding-bottom: 40px;
}
.Service .row{
    margin: 0 -11px;
}
.Service .row .col-md-4,.Service .row .col-xs-6{
    padding: 0 11px;
}
.Service .out_box{
    padding: 0 17px;
}
.Service .box{
    margin-bottom: 77px;
    position: relative;
}
.Service .box .img{
    background: #fbead8;
    padding: 30px;
}
.Service .box .img img{
    display: inline-block;
    transition: all 0.5s;
}
.Service .box:hover .img img{
    transform: translateY(-10px);
}

.Service .box:hover .text h4{
    color: #fb962e;
}
.Service .box:hover .text h5{
    color: #fb962e;
}



.Service .box .text{
    position: absolute;
    left: 4%;
    bottom: -37px;
    width: 92%;
    background: #fff;
    padding: 14px 10px;
    box-shadow: 0 5px 5px #ddd;
}
.Service .box .text h4{
    color: #000;
    line-height: 27px;
    font-size: 16px;
}
.Service .box .text h5{
    font-size: 12px;
    color: #999;
    line-height: 23px;
}
/*服务项目*/


/*公司简介*/
.About ul li{
    background: #fbead8;
    width: 50%;
    position: relative;
}
.About ul li:first-child img{
    width: 100%;
}
.About .box{
    position: relative;
}
.About .row{
    margin: 0;
}
.About .row .col-md-6{
    padding: 0;
}



.About .box .text{
    background: #fff;
    position: absolute;
    left: 0px;
    top: 88px;
    width: 100%;
    z-index: 999;
    padding: 30px 53px 108px 48px;
}
.About .box .text h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 85px;
}
.About .box .text h3 span:last-child{
    color: #fb962e;
}
.About .box .text div{
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
/*公司简介*/




/*滚动*/


.Service.Service2 .box .img{
    background: #cceed6;
}
.Service.Service2 .picture24{
    margin: 0 -11px;
}
.Service.Service2 .picture24 .item{
    padding: 0 11px;
}



.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.picture24 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.picture24 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.picture24 .owl-carousel .owl-item {
    float: left
}

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.picture24 .owl-theme .owl-controls {
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 47px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -70px;
    background: url(../images/yjt.jpg) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    background: url(../images/zjt.jpg) no-repeat right;
    transition: all 0.5s;
}

/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.picture24 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

/*滚动*/



/*新闻资讯*/
.Index_News {
    background: #fbead8;
}
.Index_News .news_left{
    padding-top: 74px;
}
 .titles span{
    display: block;
}
 .titles span:first-child{
    font-size: 24px;
    line-height: 33px;
}
 .titles span:last-child{
    line-height: 18px;
    font-family: "Arial";
    font-size: 12px;
    color: #999999;
}
.Index_News .news_left .titles{
    margin-bottom: 73px;
}
.Index_News .news_left .titles+div.box{
    position: relative;
    padding-left: 300px;
    margin-bottom: 46px;
}
.Index_News .news_left .titles+div.box .img{
    position: absolute;
    left:0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
}
.Index_News .news_left .titles+div.box .img span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.Index_News .news_left .titles+div.box .text{
    background: #fff;
    padding: 38px 36px 55px 38px;
}
.Index_News .news_left .titles+div.box .text h5{
    font-size: 14px;
    color: #333;
    line-height:24px;
    height: 48px;
    overflow: hidden;
}
.Index_News .news_left .titles+div.box .text h6{
    line-height: 39px;
    color: #b6b6b6;
}
.Index_News .news_left .titles+div.box .text div{
    line-height: 24px;
    font-size: 12px;
    height: 96px;
    overflow: hidden;
    color: #b6b6b6;
}
.Index_News .news_left .titles+div.box:hover .img span{
    transform: scale(1.1);
}
.Index_News .news_left .titles+div.box:hover a{
    text-decoration: underline;
}

.Index_News .news_right{
    padding-top: 200px;
    padding-left: 37px;
    position: relative;
}
.Index_News .news_right:after{
    content: "";
    position: absolute;
    left:116px;
    width: 1px;
    height: 680px;
    background: #c78744;
    top: 0;
    z-index: 2;
}
.Index_News .list{
    position: relative;
}
.Index_News .list li{
    margin-bottom: 77px;
    position: relative;
    padding-left: 130px;
}
.Index_News .list .date{
    position: absolute;
    left: 0;
    top: 0;
}
.Index_News .list li:hover a{
    text-decoration: underline;
}
.Index_News .list li .date:after{
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    width: 1px;
    height: 20px;
    background: #260c02;
    z-index: 3;
}
.Index_News .list .date span{
    display: block;
}
.Index_News .list .date span:first-child{
    font-size: 23px;
    color: #000;
    line-height: 23px;
}
.Index_News .list .date span:last-child{
    text-align: right;
    font-size: 10px;
    color: #655e56;
    line-height: 38px;
}
.Index_News .list li h5{
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin-bottom: 21px;
}
.Index_News .list li .text div{
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999;
}
/*新闻资讯*/


footer{
    padding-top: 75px;
    padding-bottom: 75px;
}
footer .titles{
    margin-bottom: 27px;
}

footer ul li{
    line-height: 24px;
    margin-bottom: 18px;
    font-size: 12px;
    padding-left: 53px;
}
footer ul li.li1{
    background: url("../images/index_08.jpg") no-repeat left 0;
}
footer ul li.li2{
    background: url("../images/01_11.jpg") no-repeat left 0;
}
footer ul li.li3{
    background: url("../images/01_13.png") no-repeat left 0;
}
footer ul li.li4{
    background: url("../images/01_15.png") no-repeat left 0;
}
footer ul li.li5{
    background: url("../images/01_17.jpg") no-repeat left 0;
}
footer .form .form_list{
    margin-bottom: 10px;
}
footer .form .form_list input{
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
footer .form .form_list textarea{
    display: block;
    width: 100%;
    height: 98px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}

footer .form .form_list button{
    width: 60%;
    color: #fff;
    background: #d71800;
    height: 38px;
    display: block;
    border: none;
}

.footer{
    background: #333;
    color: #fff;
    padding: 40px 0 180px;
    font-size: 12px;
}
.footer a{
    color: #fff;
}
.footer ul li{
    padding: 0 26px 0 0;
    line-height: 25px;
}

.footer ul{
    margin-bottom: 25px;
}

.footer .text{
    line-height: 24px;
    font-size:13px;
}

.footer .container-fluid{
    position: relative;
}

.footer .container-fluid img{
    position: absolute;
    right: 15px;
    top:50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
}

.show-main{background:url(../../images/main-bg.jpg) repeat;width:100%; height:auto}
.show-main1{border:10px solid #e3e0dd; border-bottom:0;}
.show-main img{width:100%; height:auto;}

.fudong{background:rgba(0,0,0,0.8); padding:0 0; color:#fff; position:fixed; left:0; bottom:0; width:100%; height:auto}
.fudong .phone{font-size:24px; margin-bottom:15px;}
.fudong .phone a{color:#fff;}
.fudong .phone span{background:url(../../images/icon-call.png) no-repeat left center; font-size:40px; padding-left:75px; margin-left:20px;}
.fudong form .form1{width:100%; position:relative; padding-left:56px; font-size:14px; line-height:35px;}
.fudong form .form1 span{position:absolute; left:0; top:0;}
.fudong form .form1 textarea,.fudong form .form1 input{background:#fff; border:0;width:100%; color:#333; padding:0 8px}
.fudong form .form1 textarea{height:35px;}
.fudong form button{background:red; border:0; outline:none; width:120px; height:35px;}
textarea:required,input:required{-webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}


@media screen and (max-width: 1360px) {
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
        display: none;
    }
}

@media screen and (max-width: 1110px) {


}

@media screen and (max-width: 991px) {
.fudong .row{margin:-5px !important}
.fudong .col-xs-6{padding:5px !important}
.fudong form .form1{margin-bottom:10px;}
.fudong form button{margin-left:56px}


    /*头部*/

    header .logo{
        line-height: 80px;
    }
    header .logo img{
        max-height: 70px;
    }
    #nav{
        padding-top: 0;
        position: absolute;
        right: 0;
        top:80px;
        z-index: 999;
        width: 150px;
        display: none;
        box-shadow:0 0 10px #666;
    }
    #nav>li{
        width: 100%;
        line-height:40px;
        background:#fff;
    }
    #nav>li>a{
        font-size: 14px;
    }

    /*头部*/

    .tabs{
        margin-bottom: 20px;
    }
    .tabs span{
        margin: 2px 5px;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 58px;
    }



    .title p{
        display: none;
    }





    .About ul li{
        width: 100%;
    }
    .About ul li:first-child img{
        max-width: 100%;
    }
    .About .box{
        position: relative;
    }

    .About ul li:last-child{
        display: none;
    }
    .About .box .text{
        position: static;
        padding: 30px 10px;
    }
    .About .box .text h3{
        line-height: 40px;
    }








    /*服务项目*/


    .Service .out_box{
        padding:0;
    }
    .Service .box{
        margin-bottom: 30px;
    }








    .Service .box .text{
        position: static;
        width: 100%;
        padding:10px;
    }
    .Service .box .text h4{
        line-height: 22px;
        font-size: 14px;
    }
    /*服务项目*/








/*新闻*/
    .Index_News .news_left{
        padding-top: 20px;
    }

    .Index_News .news_left .titles{
        margin-bottom: 20px;
    }
    .Index_News .news_right{
        padding-top: 20px;
        padding-left: 0px;
        position: relative;
    }
    .Index_News .news_right:after{
        display: none;
    }
/*新闻*/




.footer{padding-bottom:260px}







}

@media screen and (max-width: 767px) {
.fudong .phone{font-size:22px; margin-bottom:0}
.fudong .phone span{font-size:30px;}

    header .logo{
        line-height: 60px;
    }
    header .logo img{
        max-height: 40px;
    }
    #nav{
        top:60px;
    }














/*新闻资讯*/
    .Index_News .news_left .titles+div.box{
       display: none;
    }

    .Index_News .list{
        position: relative;
    }
    .Index_News .list li{
        margin-bottom: 20px;
        padding-left: 110px;
    }

/*新闻资讯*/






    /*底部*/
    body {
        padding-bottom: 50px;
    }

    .hot {
        width: 100%;
        height: 50px;
        background: #ddb600;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .dbbox .dbs.ewm-box {
        text-align: center;
    }

    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }

    /*底部*/
	.footer{padding-bottom:40px}
}

@media screen and (max-width: 640px){
.fudong{padding:10px 0;}
.fudong .phone{font-size:19px;}
.fudong .phone span{font-size:24px;height:36px; display:inline-block}

}


@media screen and (max-width: 479px){
.fudong form .form1{padding-left:45px; line-height:32px}
.fudong .phone{font-size:16px;}
.fudong .phone span{font-size:20px;background:url(../../images/icon-call1.png) no-repeat left center;margin-left:10px; padding-left:48px; height:28px}
.fudong form button{margin-left:45px;}
}

@media (max-width:400px){
.fudong .phone{font-size:15px;}
.fudong .phone span{font-size:18px; }
}
