.container{
    width:1200px;
    padding-left:15px;
    padding-right:15px;
    margin: 0 auto;
}
.container:after,.container::before{
  content: '';
  display: table;
  clear: both;
}
.navbar-header {
    float: left;
}
.navbar-header .logo{
    width:444px;
    height: 53px;
}
.navbar-nav > li {
    position: relative;
    float: left;
    font-size: 0;
}
.hover-panel{
  position: absolute;
  left: 0;
  width: 100%;
  background: #eb7c2b;
  z-index: 99;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .3s ease-in-out;
}

#hover-item:hover .hover-panel{
  border: 1px solid #d96816;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.08);
  box-shadow: 0 3px 8px rgba(0,0,0,.08);
  opacity: 1;
  max-width: 1500px;
  max-height: 3000px;
  overflow: inherit;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hover-panel a{
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
}
.hover-panel a:hover{
  color: #9c4a0e;
}
.navbar-nav > li:hover{
    background: #d96816;
}
.navbarTop{
    padding:30px 0;
}
#searchbtn{
    position: absolute;
    right: 4px;
    top:4px;;
}
.sub-menu {
    position: absolute;
    border-radius: 2px;
    padding: 6px 0;
    background: #ffff;
    /* left: -9999px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease,top .45s ease;
    transition: opacity .4s ease,top .45s ease;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sub-menu li {
    position: relative;
}
.sub-menu > li >  a:hover{
    
}
.sub-menu > li >  a {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    border-bottom-color: rgba(0,0,0,.03);
    margin: 0;
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 10px;
}
.nav .m:hover>ul {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.form-wrapper{
    position: relative;
}
.form-wrapper > div{
    position: relative;
    display: inline-block;
}
.form-wrapper .form-control{
    width:236px;
    height:32px;
    border:1px solid #cccccc;
    border-radius: 5px;
}
.form-wrapper .form-control:focus{
    border-color: #d96816;
}
.form-wrapper .searchBtn .iconfont {
    position: absolute;
    top:6px;
    right: 6px;
    color: #ddd;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 18px;
}

.nav .m {
    position: relative;
    z-index: 1;
    color:#eb7c2b;
    margin-left: 17px;
}


.nav .m a{
    color:#eb7c2b;
    
}
.nav .m  .iconfont{
    margin-left: 7px;
}
.nav .sub{
    display: none;
    position: absolute;
    left: -3px;
    top: 25px;
    z-index: 1;
    width: 128px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}
.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}
.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    height: 28px;
    line-height: 28px;
    color: #666;
}


.breadcrumb-box {
    position: relative;
  
    background: #f3f3f3;
}
.breadcrumb {
    list-style: none;
    margin-bottom: 0px;
    background: transparent;
    padding: 14px 0;
    
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb-box ol li, .breadcrumb-box ol li a {
    color: #333;
    font-size: 14px;
}
.breadcrumb > .active {
    color: #50b0e3;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #cccccc;
}
.banner figure {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 412px;
}


/* navbar */


.search-wrapper{
    margin-left: 226px !important;
}

.menu{

}
.nav > li > a{
    display: inline-block;
    font-size: 14px;
    color:#fff;
    padding:17px 28px;
}
.nav > li.active > a{
    background: #d96816;

} 
.search-wrapper{
    float:right !important;
    margin-top: 10px;
}
.navbar{
    background: #eb7c2b;
} 
/* navbar */

/* 新闻详情 */
.newsDetails-section{
    margin-top:15px;
    /* padding-bottom: 70px; */
}
.news-wrapper{
    margin-top:35px;
}
.news-head h1 {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    color:#eb7c2b;
}
.news-head > div{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.newsDetails-section .edit-body{
    margin-top:25px;
}
.news-head .line{
    font-size:12px;
    color: #999999;
    margin:0 15px 0 12px;
}
.news-head .data {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.edit-body p,.edit-body div{
    font-size: 14px ;
    color:#666666;
    margin-bottom: 13px;
    line-height: 25px;
}
.fixation-box {
    position: fixed;
    right: 2%;
    top: 50%;
    display: none;
    z-index: 999;
}
.bshare-custom{
display: inline-block;
}

.inputbox{
    /* width:50px; */
    transition: all 0.3s ease;
}





.col-4{
    float: left;
    width:280px;
}
.col-4 + .col-4{
    margin-left: 55px;
}
.col-12{
    width:100%;
}
.global-head{
    margin-bottom: 30px;
    text-align: center;
}
.global-head h1{
    color: #eb7c2b;
    font-size: 24px;
    margin-bottom: 15px;
}
.global-head  .line{
    width:70px;
    height:2px;
    background:#eb7c2b;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.global-head h2{
    font-size: 16px;
    color: #eb7c2b;
}


/* 新闻详情 */
/* 证书 */

.common-title h1{
    color: #eb7c2b;
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #bbbbbb;
}
.common-title .line{
    font-size: 0
}

/* 证书 */




/* 联系我们 */
.connect-section{
    padding-top:55px;
    padding-bottom: 50px;
}

.connect-box{
    padding-left: 50px;
    font-size: 14px;
}
.connect-box h1{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
}
.connect-box p{
    margin-bottom: 15px;
}
.connect-box p:first-child{
    font-weight: bold;
}
.connect-box .right{
    width: 600px;
    height:354px;
    margin-top:40px;
}
/* 联系我们 */


/* 分页 */
.Pagination-control{
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
}
.Pagination-control .pagination li{
    float: left;
}
.pagination{
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -227px;
}
.Pagination-control a{
    font-size: 12px;
    color: #333333;
    padding: 10px 16px;
    background: transparent;
}
.Pagination-control a:hover{
    color:#fc7904 ;
}
.Pagination-control li.active a{
    color: #ffffff;
    background: #fc7904;
}
.Pagination-control .controller {
    margin-left: 20px;
}
.Pagination-control .controller p {
    font-size: 12px;
    color: #909090;
    display: inline-block;
}
.Pagination-control .controller input {
    width: 60px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 0 10px;
}
.Pagination-control  .pagination #affirm-btn{
    display: inline-block;
    color: #fc7904;
    width: 60px;
    height: 30px;
    margin-left: 10px;
    line-height: 28px;
    padding: 0;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    border:1px solid #fc7904;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Pagination-control  .pagination #affirm-btn:hover{
    background: #fc7904;
    color:#fff;
}
/* 分页 */

/*  */
.about-section{
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.about-box{
    position: relative;
    margin-top:42px;
    padding-bottom: 24px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 25px;
}
.edit p, .edit div{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.about-box .about-left h1{
    font-size: 16px;
    color:#555;
    margin-bottom: 30px;
    font-weight: bold;
}
.about-box .about-left{
    float: left;
    width:395px;
}
.about-box .about-left{
    font-size: 14px;
}
.about-box .about-left li{
    margin-bottom: 15px;
}
.about-box .about-left span{
    color:#555;
    line-height: 20px;
}
.about-box .about-right{
    float: right;
}
.about-box .about-right .image{
    width:420px;
    height:282px;
}
.about-box .about-right .image img{
    height:282px;
}
.break{
    position: relative;
    height:300px;
    background-position: center;
    background-repeat: no-repeat;
}
.break-content{
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -375px;
    margin-top:-83px;
    width:750px;
    color:#fff;
    text-align: center;
}
.break-content h1{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}.break-content h1 span{
    position: absolute;
    bottom:-10px;
    left:50%;
    display: block;
    height:2px;
    width:60px;
    margin-left: -30px;
    background: #fc7904;
}
.break-content p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.cabinet-section{
    padding-top: 50px;
    padding-bottom:50px;
    background-repeat: no-repeat;
    background-position: center;
}
.cabinet-section > .container > ul > li{
    float: left;
    width:360px;
}
.cabinet-section > .container > ul > li + li{
    margin-left: 30px;
}
.cabinet-section .cell h1{
    padding:15px 0;
    background: #fc7904;
    font-size: 22px;
    text-align:center;
    color:#fff;
}
.cabinet-section .cell li{
    padding:18px 30px 18px 28px;
    font-size: 14px;
}
.cabinet-section .cell li {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
}
.cabinet-section .cell li b{
    display: inline-block;
    text-align: right;
}
/*  */

/* 新闻中心 */
.content{
    margin-top:20px;
    margin-bottom: 50px;
}
.content .left{
    float: left;
    width:240px;
}




.content .right{
    overflow: hidden;
    margin-left: 290px;
    width: 880px;
}



.common-site h1{
    font-size:18px;
    background: #eb7c2b;
    padding:26px 0 26px 20px;
    color:#fff;
}
.common-site h1 span{
    margin: 0 5px;
}
.common-site > ul > li > a{
    font-size: 14px;
    display: block;
    padding:20px;
    border-bottom:1px solid #d7d7d7;
}
.common-site > ul > li.active > a,.common-site > ul > li.active > a .iconfont{
    color:#018cd6;
} 

.common-site > ul > li > a .iconfont{
    float: right;
    color:#e6e6e6;
    line-height: 20px;
}
.newsCenter-section{
    padding-bottom:50px;
}
.newsCenter-section .common-title{
    margin-bottom: 24px;
    margin-top:15px;
}


.common-cell {
    padding: 0px 0 22px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.common-cell .cell-left {
    float: left;
    width: 59px;
    margin-right: 15px;
}
.day {
    height: 45px;
    width: 59px;
    line-height: 45px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 2px;
}
.year-month {
    height: 22px;
    width: 59px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}
.table-download .common-cell .cell-right {
    width: 994px;
    float: left;
}
.day, .year-month {
    background: #333;
    color: #fff;
}
.common-lists .common-cell:hover {
    /* box-shadow: 0 0 20px rgba(0,0,0,.1); */
}
.common-lists .common-cell:hover .day, .common-lists .common-cell:hover .year-month{
    background: #fc7904;
    color: #fff;
    border: 1px solid #dddddd;

}
.newsCenter-section .Pagination-control{
    margin-top:50px;
    margin-bottom: 0;
}
.common-cell .cell-right .text {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-cell .cell-right .title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* 新闻中心 */

/* 搜索 */

.search-result{
    margin-top:20px;
    padding-bottom: 50px;

}
.search-result li{
    width:273px;
    float: left;
}
.search-result li {
    margin:15px 15px 45px 15px;
    
}
.image{
    font-size: 0;
    overflow: hidden;
}
.search-result p {
    padding:13px 0;
    font-size: 14px;
    text-align:  center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
}
.search-result p span{
    color:#fc7904;
    margin-right: 10px;
}
.search-result .tip{
    text-align: left;
    border:0;
    margin-bottom: 30px;
}
.search-result .tip span{
    font-size: 16px;
}
.search-result img{
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-result a{
    display: block;
}

.search-result a:hover p span{
    color:#fff;
}
.search-result a:hover img{
    transform: scale(1.1);
}
.search-result a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}




.hotSearch {
    position: absolute;
    left:160px;
    color:#fff;
    font-size: 12px;
    margin-top:16px;
    width:850px;
    text-align: left;
}
.hotSearch > div{
    display: inline-block;
}
.searchTip{
    float: right;
    width: 780px;
}
.searchTip span,.searchTip a{
    margin-right: 18px;
    color:#fff !important;

}
.searchTip span,.searchTip a:hover{
    color:#fc7904 !important;
}
/* 搜索 */

/* 产品 */
.panel-body > ul > li > a:hover{
    color:#fc7904 !important;
}
a[aria-expanded="true"]{
    background-color: #fc7904 !important;
    color: #fff !important;
}
.prod-section{
    margin-top:50px;
    margin-bottom: 50px;
}
.prod-section .common-title{
    padding:18px 0 20px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.prod-section .left{
    display: inline-block;
    width:230px;
    margin-right: 41px;
    float: left;
}
.prod-section .right{
    display: inline-block;
    width:894px;
}

.prod-info .prod-title{
    position: relative;
    padding-top:20px;
    font-size: 20px;
    color:#333333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom:1px solid #dddddd
}
.prod-info .prod-title::before{
    content: '';
    position: absolute;
    display: block;
    width:60px;
    height:4px;
    background: #fc7904;
    bottom: -1px;
    left:0;
}
.prod-info .prod-intro{
    font-size: 12px;
    line-height: 25px;
    padding:15px 10px 15px 20px;
}
.prod-box li{
    padding:0 15px;
    float: left;
    width:33.3333336%;
    margin-bottom: 30px;
}
.prod-box li > a{
    display: block;
    border: 1px solid #ddd;
}
.prod-box li > a:hover img{
    transform: scale(1.1);
}
.prod-box li > a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.prod-box li > a:hover .prodName{
    background: #fc7904;
    color:#fff;
}
.prodName p{
    font-size:16px; 
    text-align: center;
    padding:18px 0;
}
.prod-box .image{
    height:180px;
}
.prod-box .image img{
    height: 100%;
}
.chenxiaohong:last-child .panel-body li:last-child > a{
    border-bottom: 1px solid #ddd;
}
/* 产品 */


/* 产品详情 */
.prodFocus {
    width: 310px;
    height: 304px;
    border: 1px solid #ccc;
    position: relative;
}
.prodFocus .bigImg li{
    height: 304px;
}
.prodFocus .bigImg li img{
    height: 100%;
}
.prodFocus .smallScroll li{
    position: relative;
    padding-top: 5px;
    float: left;
    text-align: center;
    margin-top:7px;
    margin-left:2.5px;
    margin-right:2.5px;
    display:inline;
    width:68px;
}
.prodFocus .smallScroll li.on img{
    border-color: #fc7904;
}
.prodFocus .smallScroll li.on:after{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -5px;
    border-bottom: 5px solid #fc7904;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/* .prodFocus .smallImg li {
    float: left;
    padding: 0 4px 0 0;
    width: 62px;
    cursor: pointer;
} */
.prodFocus .smallScroll li img{
        width: 68px;
        height: 68px;
        border: 2px solid #ddd;
        cursor: pointer;

}

.prodFocus .sPrev, .prodFocus .sNext {
    float: left;
    display: block;
    width: 14px;
    height: 68px;
    text-indent: -9999px;
    background-image: url(../images/sprites1008.png);
    background-repeat:no-repeat;
    background-position:0 -3046px;
    margin-top:23px;
}
.prodFocus .sNext {
    background-position: 0 -2698px;
}
.prodFocus .smallImg {
    float: left;
    margin: 0 6px;
    display: inline;
    width: 268px;
    overflow: hidden;
}
.prodFocus .sPrev.prevStop, .prodFocus .sNext.nextStop{
    pointer-events:none;
}
.prodDetail-info {
    width:554px;
    margin-left: 30px;
}
.prodDetail-info li{
    font-size: 16px;
}
.prodDetail-info li  span{
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width:100px;
}
.prodDetail-info li{
    margin-bottom: 15px;
}
.prodDetail-info li:first-child{
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.prodDetail-info li > p:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.prodDetail-info li i{
    float: right;
    width: 450px;
}
.contactBtn{
    margin-top:35px;
    margin-left: 22px;
    display: inline-block;
    background: #fc7904;
    padding:10px 57px;
    color:#fff !important;
    font-size: 14px;
}
.prodDetail-intro{
    margin-top:130px;
}
.prodDetail-intro .common-title{
    border: 0 !important;
}
.prodDetail-edit h1{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.prodDetail-edit p,.prodDetail-edit div{
    font-size: 14px;
    color:#666666;
    line-height: 25px;
    margin-bottom: 5px;
}
.prodDetail-edit img{
    width: initial;
}
/* 产品详情 */

/* returnTop */
.fixation-box li{
    position: relative;
}
.fixation-box li a{
    width:56px;
    height:56px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    background:#fff;
    
}
.code-box{
    position: absolute;
    right: 56px;
    width:100px;
    height:100px;
    bottom: 0;
    background: #fff;
    display: none;
}
.phone-box{
    position: absolute;
    right:56px;
    height:56px;
    line-height: 56px;
    border: 1px solid #ddd;
    padding: 0 10px;
    background: #fff;
    display: none;
    /* bottom: 0; */
    top:0;
    min-width: 200px;
    text-align: center;
}
.code-box img{
    height: 100%;
}
.fixation-box li a .iconfont{
    font-size: 25px;
    color:#999999;
}
.fixation-box li a:hover{
    background: #fc7904;
}
.fixation-box li a:hover .iconfont{
    color:#fff;
}
/* returnTop */

/* 首页 */
.slideTxtBox{
    position: relative;
    height:534px;
}
.slideTxtBox .hd {
    position: absolute;
    bottom: 20px;
    left:50%;
    transform:translateX(-50%);
    z-index: 999;
}
.slideTxtBox .hd li{
    width:20px;
    height:20px;
    background:#fff;
    cursor: pointer;
    float:left;
    margin:0 15px;
    border-radius:50%;
}
.slideTxtBox .hd li.on{
    background: #fc7904;
}
.slideTxtBox  .bd li{
    font-size: 0;
}
.slideTxtBox  .bd img{
    height:534px
}
.server-section{
    margin-top:60px;
    padding-bottom: 50px;
}
.col-50{
    width:50%;
    float: left;
}
.server-section .col-50{
    height:173px;
}
.server-box .text-box{
    border:1px solid #ddd;
    height:173px;
    padding:15px;
    cursor: pointer;
}
.server-box .text-box:hover{
    color:#fff;
    background:#eb7c2b;
    border-color:#eb7c2b;
}
.server-box .text-box:hover a{
    color:#fff !important;
}
.server-box .text-box h1{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.server-box .text-box p{
    font-size: 14px;
    line-height: 25px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.server-box .text-box a{
    display: block;
    font-size: 12px;
    text-align: right;
    color:#fc7904;
    
}
.server-box .image,.server-box .image img{
    height: 173px;
}
.about-section{
    background: #f3f3f3;
    padding-top:60px;
    padding-bottom: 50px;
}
.about-content .image{
    margin-right: 50px;
}
.about-content .text-box h1{
    color:#eb7c2b;
    font-size: 16px;
    margin-bottom: 20px;
} 
.about-content .text-box p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align:justify;
} 
.about-content .text-box a{
    font-size: 14px;
    display: inline-block;
    padding:10px 35px;
    border: 1px solid #a0a0a0;
    transition: all 0.3s ease;
} 
.about-content .text-box a:hover{
    color:#fff;
    background: #eb7c2b;
}
.news-section{
    background: #f3f3f3;
    padding:60px;
    padding-bottom: 50px;
}
.news-content .news-title .bold{
    font-size:24px;
    color:#eb7c2b;
}
.news-content .news-title {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.news-title .fr{
    font-size: 14px;
}
.news-info > div{
    float: left;
}
.news-info .left .image{
    font-size: 0;
    width:154px;
    height:100px;
}
.news-section .news-left{
    width:693px;
    float: left;
}
.news-section .news-right .image{
    width:380px;
    height:350px;
    margin-left: auto;
}
.news-info .right{
    width:517px;
    margin-left: 22px;
}
.news-info .right h1{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-info .right p{
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-info .right p a{
    color:#eb7c2b;
    margin-left: 5px;
}
.newsList li > a{
    display: block;
    padding:18px 0;
    border-bottom: 1px dotted #686868;
}
.newsList li > a .title{
    font-size: 14px;
}
.newsList li > a .time{
    float: right;
    font-size: 14px;
}
.newsList li > a:hover,.more:hover{
    color:#eb7c2b;
}
.more{
    display: inline-block;
    font-size: 14px;
    margin-top:15px;
}

/* 首页 */

/* footer */
.footer{
    padding:42px 0 30px 0;
    background: #eb7c2b;
    font-size: 14px;
}
.footer a{
    color:#fff !important;
}
.footer > .container > div{
    float: left;
}
.footer-menu{
    width:700px;
    color:#fff;
}
.footer-menu h1{
    font-size: 16px;
    margin-bottom: 23px;
}
.footer-menu .cell > ul > li{
    margin-bottom: 16px;
}
.footer-menu .cell{
    float: left;
    margin-right: 65px;
}
.footer-subMenu{
    padding-left: 44px;
    border-left: 1px solid #fff;
}
.footer-button-group a{
    display: inline-block;
    background:#eeeeee;
    border-radius: 5px;
    padding:10px 24px;
    border:1px solid #ddd;
    color:#979797 !important;
    font-size:12px;
    transition: all 0.3s ease;
}
.footer-button-group a .iconfont{
    margin-right:5px;
    font-size: 12px;
}
.footer .concatUs{
    margin-top:23px;
    color:#fff;
}
.footer .concatUs h1{
    font-size: 16px;
    margin-bottom: 12px;
}
.subMenu-left {
    padding-right: 35px;
}
.subMenu-left .image{
    margin-top: 26px;
}
.footer .concatUs li{
    margin-bottom: 12px;
}
.footer-subMenu .subMenu-left{
    float: left
}
.footer-subMenu .subMenu-right{
    width:265px;
    float: right;
}
.footerLink a{
    font-size: 12px;
    margin:0 19px;
}
.footer-menu a:hover{
    color:greenyellow !important;
}
.footer p{
    font-size: 14px;
    color:#333333;
    text-align: center;
    margin-top:10px;
    color:#fff;
}
.footer-button-group a:hover{
    color:#fff !important;
    background:#873900;
    border-color:#000;
}
.footer-bottom p{
    font-size:12px ;
    color:#fff;
    text-align:center;
    padding:18px 0;
    background: #d96816;
}
.hotServer{
    background-position: right ;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    width:240px;
    height:117px;
    margin-top:50px;
}
.hotServer > div{
    margin-top:15px;
    margin-left:10px;
}
.hotServer h4{
    font-size: 16px;
    color:#068fd7;
    margin-bottom: 10px;
}
.hotServer p{
    font-size: 12px;
    margin-bottom:10px;

}
/* footer */

/* 表单 */
.table-wrapper{
    margin-top:36px;
}
.table-wrapper  table{
    width:100%;
}
.table-wrapper thead{
    background: #d96816;
    color:#fff;
    
}
.table-wrapper thead td{
    padding: 10px 0;
    padding-left:18px;
    font-size: 12px;
}
.table-wrapper tbody td{
    padding: 10px 0;
    padding-left:18px;
    font-size: 12px;
    color:#333;
}
.table-wrapper tbody td a{
    display: block;
}
.table-wrapper tbody tr:nth-child(even){
    background:#f8f8f8;
}
.joinUs-title h1{
    margin-top:30px;
    color:#eb7c2b;
    font-size: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #dbd4cd;

}
.joinUs-box {
    margin-top:45px;
}
.joinUs-box > ul{
    margin-bottom: 25px;
}
.joinUs-box > ul > li{
    float: left;
    width:25%;
    font-size: 14px;
    margin-bottom: 30px;
}

.scrollBox {
    width: 100%;
    background: url(images/scrollBg.png);
    position: relative;
    margin: 0 auto;
}
.scrollBox .piclist li {
    width:273px;
    background: #fff;
    font-size: 0;
    margin: 0 10px;
}
.scrollBox .piclist span{
    font-size: 12px;
    display:block;
    text-align:center;
    margin-top:10px;
}
.project-section {
    padding-top:60px;
    padding-bottom: 50px;
}
.pageBtn .prev{
    position: absolute;
    left:-60px;
    top:50%;
    transform: translateY(-50%);
 
}
.pageBtn .next{
    position: absolute;
    right: -60px;
    top:50%;
    transform: translateY(-50%);
    
}
.pageBtn .next .iconfont,.pageBtn .prev .iconfont{
    font-size: 80px;
    color:#ddd;
    cursor: pointer;
}
.owl-carousel .item span{
    font-size: 14px;
    display: block;
    text-align: center;
    padding:10px 0;
}
.coutom-buttom{
    position: relative;
}
.owl-buttons .owl-prev .iconfont,.owl-buttons .owl-next .iconfont{
    font-size: 50px;
    color:#e4e4e4;
}
.owl-buttons .owl-prev {
    position: absolute;
   left: -50px;
   top:50%;
   transform: translateY(-50%);
    cursor: pointer;
}
.owl-buttons .owl-next {
    position: absolute;
    right: -50px;
    top:50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.certificate-section{
    padding-top:30px;
}
/* 表单 */

