@charset "utf-8";
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,form,input,p,th,td,ul,li{margin:0;padding:0;font-family: 'Microsoft YaHei';}
img{border:0px;}
ul {margin:0px;padding:0px;}
ul li {list-style:none;}
a,a:hover,a:active,a:visited,a:focus { text-decoration: none; }
*{  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  }
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }
.clearAfter:after{ content: ".";display: block;height: 0;visibility: hidden;clear: both;font-size: 0; }
ul.clearAfter>li{
    float: left;
}
body{
    font-size: 14px;
    font-family: '微软雅黑';
}

.pic-box img{
    width: 100%;
    height: 100%;
}
.Promotion-pic img{
    width: 60%;
    height: 100%;
    margin: auto;
    display: block;
}
.banner-container{
    position: relative;
}
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;

    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
    list-style: none;
    background-size: cover;
}

.flex-direction-nav a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 29px;
    /*z-index: 10;*/
    cursor: pointer;
    /*opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;*/
}

.flex-direction-nav .flex-next {
    background: url(../img/main/next.png) no-repeat;
    left: 100px;
}
.tool-line{
    position: absolute;
    top: 21px;
    left: 77px;
    width: 1px;
    height: 40px;
    background-color: #999;
}
.flex-direction-nav .flex-prev {
    left: 30px;
    background: url(../img/main/prev.png) no-repeat;
}

.flex-next:hover {
    background: url(../img/main/next-hover.png) no-repeat;
}

.flex-prev:hover {
    background: url(../img/main/prev-hover.png) no-repeat;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100px;
    position: absolute;
    top: 30px;
    left: 140px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    /*background: url(../img/main/dot.png) no-repeat 0 -16px;*/
    display: block;
    height: 16px;
    overflow: hidden;
    /*text-indent: -99em;*/
    width: 16px;
    color: #999;
    cursor: auto;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    /*background-position: 0 0;*/
    color: #000;
}

.flexslider .slides img {
    width: 100%;
    height: 100%;
    display: block;
}
.banner-containner{
    position: relative;
}
.banner-info{
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -400px;
    margin-top: -150px;
    z-index: 90;
    width: 800px;
    height: 300px;
    color: #fff;
    text-align: center;
}
.banner-name{
    padding-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.banner-title{
    margin-top: 16px;
    line-height: 72px;
    font-size: 64px;
    font-weight: 900;
    color: #fff;
}
.banner-link{
    display: block;
    margin: 20px auto 0;
    font-size: 18px;
    color: #fff;
    width: 180px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #fff;
}
.banner-link:hover{
    background-color: #ff9500;
    color: #fff;
    border: 1px solid #ff9500;
}
header{
    border-bottom: 1px solid #f5f5f5;
}
.main-header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0);
    border: none;
}
div.head-logo{
    padding: 9px 50px;
}
.head-ul{
    padding: 25px 60px 0 0;
}
.head-ul .nav{
    position: relative;
    margin: 0 20px 0 0;
    height: 40px;
    cursor: pointer;
}
.head-ul .nav .nav-title{
    display: block;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    color:#666;
    cursor: pointer;
}
.head-ul .nav p.nav-title{
    width: 100px;
    height: 30px;
}
.public-header{
    height: 80px;
}
.public-header .head-logo{
    padding-top: 11px;
}
.public-header .head-ul{
    padding-top: 25px;
}
.nav-arr{
    color: #fff;
}
.head-ul .nav .nav-title.active,.head-ul .nav:hover .nav-title{
    background-color: #FF9500;
    color: #fff;
}

#banner_tool{
    position: absolute;
    bottom: 20px;
    left: 20%;
    z-index: 99;
    width: 60%;
    min-width: 500px;
    height: 82px;
    background-color: rgba(255,255,255,0.95);
}
.arr-down{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -12px;
    width: 24px;
    height: 61px;
    background: url("../img/main/arr-down.png") no-repeat;
    cursor: pointer;
}
.arr-down:hover{
    background: url("../img/main/arr-down-hover.png") no-repeat;
}
.tool-contact{
    position: absolute;
    top: 29px;
    right: 30px;
}
.tool-contact .pic-box{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url("../img/main/contact.png") no-repeat;
}
.tool-contact:hover .pic-box{
    width: 24px;
    height: 24px;
    background: url("../img/main/contact-hover.png") no-repeat;
}
.tool-contact a{
    color: #999;
    line-height: 24px;
}
.tool-contact:hover a{
    color: #333;
}
.nav-down{
    display: none;
    position: absolute;
    top: 40px;
    left: -75px;
    margin: 0;
    z-index: 99;
    width: 280px;
    text-align: center;
    background-color: rgba(0,0,0,0);
    border-left: 1px solid #EBEBEB;
}

.nav-down:before{
    position: absolute;
    display: block;
    content: '';
    left: 115px;
    top: -10px;
    z-index: 99;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    pointer-events: none;
    border-bottom-color: #ddd;
    bottom: 0;
    border-bottom-style:solid;
    border-width:0 11px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-down:after{
    position: absolute;
    display: block;
    content: '';
    left: 115px;
    top: -9px;
    z-index: 99;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    pointer-events: none;
    border-bottom-color: #fff;
    bottom: 0;
    border-bottom-style:solid;
    border-width:0 11px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-down li{
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0);
}
.nav-down-title,.nav-more-title{
    display: block;
    height: 55px;
    line-height: 55px;
    width: 250px;
    color: #8E92A5;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
.nav-more-title{
    height: 40px;
    line-height: 40px;
}
.nav-down>li:first-child .nav-down-title,.nav-more>li:first-child .nav-more-title{
    border-top: 1px solid #EBEBEB;
}
.nav-down>li:hover .nav-down-title,.nav-more-title:hover{
    color: #000;
    background-color: #F8F8F8;
}
.nav:hover .nav-down{
    display: block;
}
.nav-more{
    display: none;
    position: absolute;
    top: 0;
    left: 280px;
    z-index: 99;
    margin: 0;
    width: 250px;
    /*max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;*/
    text-align: center;
    background-color:#fff;
    border-left: 1px solid #EBEBEB;
}

.nav-more:before{
    position: absolute;
    top: 10px;
    left: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
    border-right:11px solid #fff;
    z-index: 99;
}
.nav-down>li:hover .nav-more{
    display: block;
}
/*走马灯*/
#scroll_1{
    position: relative;
    margin: 30px 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.scroll-ul-1{
    position: absolute;
    left:0;
    top:0;
    height: 80px;
}
.scroll-li-1{
    float: left;
    margin-right: 80px;
    width: 240px;
    height: 80px;

}
.scroll-li-1 a{
    display: block;
    position: relative;
    width:100%;
    height: 100%;
}
.scroll-li-1 img{
    width:100%;
    height: 100%;
}
.scroll-li-1 .hidden-pic{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.scroll-li-1:hover .hidden-pic{
    display: block;
}

.animation-container{
    display: none;
    position: relative;
    height: 870px;
}

.animation-content{
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.animation-content.active{
    z-index: 2;
}
.product-poster{
    margin-top: 8px;
    height: 370px;
}
.product-poster a{
    display: block;
    width: 100%;
    height: 100%;
}
.max-poster a .pic-box{
    width: 100%;
    height: 100%;
}
.product-poster.padding-right-4{
    padding-right: 4px;
}
.product-poster.padding-left-4{
    padding-left: 4px;
}

.product-poster.padding-4{
    padding-left: 4px;
    padding-right: 4px;
}
.min-poster .poster-container{
    padding: 40px 36px 0;
}
.poster-container{
    height: 100%;
    background-color: #fff;
}
.min-poster .pic-box{
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.poster-container h4{
    margin-top: 16px;
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
    font-weight: 100;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 2px solid #e6e6e6;
    font-family: 'Microsoft YaHei';
}
.poster-container p{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    font-family: 'Microsoft YaHei';
}

.news-bg{
    height: 320px;
    position: relative;
    background: url("../img/news/news-bg.jpg") no-repeat;
    background-size: cover;
}
.search-bg{
    background: url("../img/about/employee_bg.png") no-repeat;
}
.news-detail-bg{
    height: 481px;
    position: relative;
    background: url("../img/news/newsdetail-bg.png") no-repeat;
    /*border: 1px dashed #888;*/
}
.case-bg{
    background: url("../img/case/case_banner_bg.png") no-repeat;
}
.news-title{
    margin-top: 109px;
    color: #fff;
    /*padding-left: 84px;*/
}
.news-title dt{
    font-size: 48px;
    font-weight: 100;
    font-family: 'Microsoft YaHei';
}
.news-detail-title{
    margin: 109px auto 0;
    width: 1000px;
}
.news-detail-title dt{
    max-width: 1000px;
    line-height: 90px;
    font-size: 72px;
    font-weight: 100;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.news-title dd{
    font-size: 24px;
    font-family: 'Microsoft YaHei';
}
.news-detail-title dd{
    margin-top: 40px;
    line-height: 31px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.menu-ul{
    padding: 60px 0 0 0;
}
.menu-li{
    margin-right: 16px;
    width: 84px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 12px;
    background-color: #eee;
    color: #fff;
}
.menu-li:hover,.menu-li.focus,.menu-li a:hover,.menu-li.focus a{
    background-color: #333;
}
.menu-li a{
    display: block;
    width: 84px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 12px;
    background-color: #eee;
    color: #999;
}
.menu-li:hover a,.menu-li.focus a{
    color:#fff;
}
.list-ul{
    margin-top: 40px;
    padding: 0;
    border-top: 1px solid #ddd;
}
.list-li{
    padding: 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.list-li:hover{
    background-color: #fefefe;
}
.list-li a{
    display: block;
    padding: 30px 0;
}
.list-li dl{
    margin-top: 10px;
    padding: 0;
}
.list-date-dl dt{
    font-weight: 100;
    font-size: 36px;
    color: #999;
    font-family: 'Microsoft YaHei';
}
.list-date-dl dd{
    font-size: 18px;
    color: #999;
    font-family: 'Microsoft YaHei';
}
.list-news-dl dt{
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 18px;
    color: #666;
    font-family: 'Microsoft YaHei';
}
.list-news-dl dd{
    font-weight: 100;
    font-size: 12px;
    color: #999;
}
.pic-box.new-list-pic{
    padding-left: 20px;
    height: 160px;
}
.list-li.shadow-box:hover dl{
    padding-left: 40px;
}
.list-li.shadow-box:hover .pic-box.new-list-pic{
    padding-left: 0;
    padding-right: 40px;
}
/*分页*/
.pages{
    margin-top: 40px;
    padding-bottom: 110px;
    text-align: center;
}
.page-btn{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #858585;
    border: 1px solid #E3E3E3;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-btn.active,.page-btn:hover{
    background-color: #333;
    color: #fff;
}
.page-arr-box{
    position: relative;
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: transparent;
}
.page-arr{
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    /*border: 1px dashed #888;*/
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-arr:hover{
    /*border: 1px solid #888;*/
}
.prev-page-arr{
    background: url("../img/previous%20page.png") 0 -1px;
}
.next-page-arr{
    background: url("../img/next%20page.png") 0 -1px;
}
/*新闻详情*/
.news-detail{
    /*margin-top: 80px;*/
    margin: 80px auto 0;
    width: 1000px;
    min-height: 800px;
}
.news-detail img{
    max-width: 1000px;
}
.news-detail-pic{
    /*border: 1px dashed #888;*/
}
.news-detail-word{
    margin-top: 30px;
}
.news-detail-word p{
    margin-bottom: 20px;
    line-height: 24px;
    color: #B5B7BD;
    font-size: 14px;
}
/*客户案例*/
.video-bg{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: #222;
}
.video-container{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -250px;
    width: 600px;
    height: 500px;
}
.video-close{
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    color: #999;
    cursor: pointer;
}
.video-close:hover{
    color: #fff;
}
.video-btn{
    position: relative;
    margin: 110px auto 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.video-sign{
    position: absolute;
    top: 25px;
    left:32px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 22px solid #ccc;
    border-bottom: 15px solid transparent;
}
.video-btn:hover .video-sign,.introduction-video-btn:hover .video-sign{
    border-left-color: #fff;
}
.introduction-video-btn{
    position: absolute;
    top: 164px;
    left: 534px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.introduction-video-btn .video-sign{
    top: 36px;
    left: 43px;
    border-left:25px solid #ccc;
}
.case-title dt{
    margin-top: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    font-family: 'Microsoft YaHei';
}
.case-title dd{
    margin-top: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 100;
}
.list-container{
    margin-top: 80px;
}
.list-title{
    padding-left: 8px;
}
.list-title dt{
    font-weight: 400;
    font-size: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.list-title dd{
    font-size: 12px;
    color: #999;
}
.list-nav{
    margin-top: 25px;
    padding: 0 8px 0 0;
}
.list-nav.clearAfter li{
    display: block;
    float: right;
}
.index-list-nav{
    padding-right: 0;
}
.list-nav.clearAfter li a,.index-list-nav.clearAfter li{
    display: block;
    float: right;
    margin-left: 8px;
    padding: 0 16px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.list-nav.clearAfter li.active a,.list-nav.clearAfter li a:hover,.index-list-nav.clearAfter li.active,.index-list-nav.clearAfter li:hover{
    background-color: #333;
    color: #fff;
}
.index-list-nav.clearAfter .first-li a{
    color: #999;
}
.index-list-nav.clearAfter .first-li:hover{
    background-color: #ff9500;
}
.index-list-nav.clearAfter .first-li:hover a{
    color: #fff;
}
.case-list-ul{
    margin-top: 40px;
    padding: 0;
}
.case-list-li{
    padding: 0 8px;
    height: 275px;
}
.shadow-box:hover{
    -webkit-box-shadow: 0 4px 16px #ddd;
    box-shadow: 0 4px 16px #ddd;
}
.product-poster .shadow-box:hover{
    -webkit-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 24px #ddd;
}
.case-list-li a{
    display: block;
    width: 100%;
    height: 245px;
    background-color: #fff;
}
.case-list-ul .hover-list-li a:hover{
    background-color: #ff9500;


}
.case-list-ul .case-list-li a:hover p{
    color: #fff;
    background-color: #ff9500;
}
.news-list-ul .case-list-li a{
    height: 356px;
}
.case-list-li .case-pic{
    margin-bottom: 10px;
    height: 180px;
    overflow: hidden;
}
.case-list-ul .case-list-li .case-pic{
    margin-bottom: 0;
}
.case-list-li p{
    height: 50px;
    line-height: 25px;
    text-align: center;
    color: #6A7889;
    overflow: hidden;
    font-weight: 100;
}
.case-list-ul .case-list-li p{
    padding-top: 10px;
    height: 65px;
}
.case-list-li:hover p{
    color: #fff !important;
}
.news-list-ul .case-list-li:hover p{
    color: #000 !important;
}
.case-list-li:hover .case-pic{
    /*border: 1px solid #888;*/
}
/*产品列表*/
.product-container{
    background-color: #f8f8f8;
}
.product-container .product-poster:last-child{
    float: left;
}
.product-container .case-list-ul{
    margin-top: 40px;
}
.product-container .news-list-ul{
    padding-left: 0;
    padding-right: 0;
}
.product-container .list-title{
    padding-left: 4px;
}
.product-container .list-nav{
    padding: 0 4px 0 0;
}
.product-container .case-list-li{
    margin-top: 8px;
    padding: 0 4px;
    height: 356px;
}
.product-container .product-list-box{
    padding: 36px;
}
.product-list-box .product-pic{
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.product-list-name{
    padding: 16px 0 12px;
    line-height: 26px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}
.product-list-info{
    margin-top: 20px;
    line-height: 26px;
    height: 50px;
    font-size: 16px;
    color: #999;
}
.product-list-arr{
    margin-top: 40px;
    text-align: center;
    color: #bdbdbd;
}
.product-container .pages{
    margin-top: 60px;
}
.product-detail-bg{
    height: 480px;
    position: relative;
    background: url("../img/product/product-details-bg.png") no-repeat;
    /*border: 1px dashed #888;*/
}
.product-detail-top{
    margin-top: 100px;
}
.product-detail-top .pic-box{
    width: 200px;
    height: 200px;
}
.product-get{
    display: block;
    margin-top: 32px;
    margin-left: 34px;
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.product-get:hover{
    border: 1px solid #FF9500;
    color: #FF9500;
}
.product-detail-top h4{
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 48px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.product-notice{
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.product-notice-more{
    height: 60px;
    overflow: hidden;
}
.product-notice-more.show{
    height: auto;
    overflow: auto;
}
.product-notice-text{
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.product-detail-top h5{
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 24px;
    color: #898EA2;
    font-family: 'Microsoft YaHei';
}
.product-more{
    display: none;
    font-size: 20px;
    color: #898EA2;
}
.product-more:hover{
    color: #ff9500;
}
.odd-detail-info{
    background-color: #fff;
}
.even-detail-info{
    background-color: #fafafa;
}
.product-detail-info{
    height: 560px;
}
.product-detail-pic{
    height: 560px;
    /*border: 1px dashed #888;*/
}
.odd-detail-info .product-detail-msg{
    padding-left: 110px;
}
.even-detail-info .product-detail-msg{
    padding-left: 20px;
    padding-right: 68px;
}
.product-detail-msg h4{
    margin-top: 180px;
    margin-bottom: 40px;
    font-size: 36px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.product-detail-msg p{
    margin-bottom: 20px;
    font-size: 18px;
    color: #B5B7BD;
}
/*关于我们*/
.search-bg h4{
    margin-top: 110px;
    color: #fff;
    font-size: 48px;
    font-family: 'Microsoft YaHei';
}
.search-bg p{
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
}
.search-container{
    margin-top: 80px;
    margin-bottom: 120px;
    min-height: 452px;
    background-color: #fff;
}
.search-box{
    float: left;
    margin-left: 10%;
    width: 60%;
    margin-top: 67px;
    height: 54px;
    background-color: #f5f5f5;
}
.input-pic{
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    width: 22px;
    height: 22px;
    /*border: 1px dashed #888;*/
}
.search-input{
    display: block;
    float: left;
    margin-top: 16px;
    margin-left: 10px;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    height: 22px;
    width: 400px;
    color: #b5b7bd;
}
.search-btn{
    float: left;
    margin-top: 67px;
    margin-left: 24px;
    width: 20%;
    height: 56px;
    background-color: #FF9500;
    cursor: pointer;
}
.search-btn span{
    display: block;
    float: left;
    width: 70%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.search-btn .search-pic{
    float: left;
    margin-top: 17px;
    width: 24px;
    height: 24px;
}
.search-btn:hover{
    background-color: #ff5815;
}
.search-info{
    display: none;
    margin: 35px auto 0;
    width: 75%;
}
.nothing_found{
    display: none;
    margin: 35px auto 0;
    width: 75%;
    font-size: 16px;
}
.search-info li p{
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.search-info li p.info-title{
    margin-right: 20px;
}
/*客户服务*/
.service-bg{
    height: 820px;
    position: relative;
    background: url("../img/service/service_banner_bg.jpg") no-repeat;
    background-size: cover;
}
.service-link{
    display: block;
    margin: 460px auto 0;
    width: 180px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #FF9500;
    color: #fff;
    font-size: 18px;
}
.service-link:hover{
    background-color: #ff5815;
    color: #fff;
}
.service-bg .case-title{
    margin-top: 235px;
}
.service-bg .case-title dd{
    margin-top: 30px;
    color: #eee;
}
.service-bg .service-link{
    margin-top: 50px;
}
.play-btn{
    margin: 206px auto 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url("../img/service/icon_arrow_dropdown_nor.png") no-repeat;
    /*border: 1px dashed #888;*/
}
.play-btn:hover{
    background: url("../img/service/icon_arrow_dropdown_hover.png") no-repeat;
}
.dialogue-container{
    margin-top: 52px;
    padding-bottom: 80px;

}
.dialogue{
    position: relative;
    margin-top: 28px;
    width: 80%;
}
.dialogue.left{
    padding-left: 55px;
}
.dialogue.right{
    padding-right: 55px;
}
.dialogue-pic{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    /* border: 1px dashed #888;*/
}
.left-pic{
    left: 0;
}
.right-pic{
    right: 0;
}
.dialogue p{
    padding: 24px;
    background-color: #ffcd44;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.service-notice{
    text-align: center;
    border-top: 1px solid #ddd;
}
.service-notice h4{
    margin-top: 120px;
    margin-bottom: 40px;
    font-size: 48px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.service-notice h4 span{
    color: #ff9500;
    font-family: 'Microsoft YaHei';
}
.service-notice p{
    margin-bottom: 16px;
    font-size: 24px;
    color: #333;
    line-height: 40px;
}
.search-icon-container{
    padding-bottom: 60px;
    border-top: 1px solid #ddd;
}
.search-icon-container h4{
    margin-top: 80px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.search-icon-container .line{
    margin: 32px auto 80px;
    width: 100px;
    height: 2px;
    background-color: #FF9500;
}
.service-icon-li{
    position: relative;
    margin-bottom: 80px;
    padding-left: 96px;
    height: 124px;
}
.service-icon-li a{
    display: block;
}
.search-icon{
    position: absolute;
    left: 0;
    top: 20px;
    width: 80px;
    height: 80px;
    /*border: 1px dashed #888;*/
}
.hover-icon{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.service-icon-li a:hover .nor-icon{
    display: none;
}
.service-icon-li a:hover .hover-icon{
    display: block;
}
.service-icon-li h5{
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.service-icon-li p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #999 ;
}
.service-tell{
    padding: 80px 0;
    text-align: center;
    color: #333;
    font-size: 36px;
    border-top: 1px solid #ddd;
}
.service-tell-ul{
    margin: 0 auto;
    width: 915px;
    line-height: 40px;
}
.service-tell-pic{
    margin-top: -2px;
    width: 40px;
    height: 40px;

}
/*企业简介*/
.introduction-bg{
    background: url("../img/about/aboutus_bg.png") no-repeat;
}
.introduction-container{
    position: relative;
    margin-top: 90px;
}
.case-poster-container{
    margin-top: 80px;
}
#introduction{
    position: relative;
}
#introduction.fixed-container{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.introduction-nav-container{
    position: relative;
}
.introduction-nav-ul{
    position: absolute;
    left: -128px;
    top: 90px;
    z-index: 999;
    width: 88px;
    height: 114px;
}
/*.introduction-nav-ul{
    position: absolute;
    left: 115px;
    top: 90px;
    z-index: 999;
    width: 88px;
    height: 114px;
}*/
.fixed-container .introduction-nav-ul{
    top: 10px;
    z-index: 999;
}
.introduction-nav-ul li{
    margin-bottom: 8px;
}
.introduction-nav{
    display: block;
    width: 88px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    cursor: pointer;
}
.introduction-nav:hover,.introduction-nav.active{
    color: #fff;
    background-color: #333;
}
#company h2{
    padding: 0;
    font-size: 36px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
#company p{
    margin-top: 5px;
    padding: 0;
    text-indent: 28px;
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.about-pic{
    margin-top: 30px;
}
.company-notice{
    margin-top: 40px;
    padding: 70px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.company-notice dl{
    padding: 80px 60px 0;
}
.company-notice dt{
    margin-bottom: 40px;
    width: 80%;
    height: 30px;
    font-family: 'Microsoft YaHei';
    /*background-color: #999;*/
}
.company-notice dd{
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.company-pic{
    margin: 0 auto;
    width: 580px;
    height: 380px;
}
#course{
    margin-top: 80px;
}
.introduction-container h2{
    padding: 0;
    font-size: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.introduction-container h3{
    margin-top: 8px;
    margin-bottom: 60px;
    padding: 0;
    font-size: 12px;
    color: #999;
    font-family: 'Microsoft YaHei';
}
.news-poster-container .introduction-container h3{
    margin-bottom: 78px;
    font-family: 'Microsoft YaHei';
}
.course-ul{
    padding-left: 70px;
    padding-right: 0;
}
.course-li{
    margin-bottom: 40px;
    padding: 24px 30px 0;
    height: 150px;
    border: 1px solid #ddd;
}
.course-li h4{
    margin-bottom: 18px;
    font-size: 28px;
    color: #444A59;
    font-family: 'Microsoft YaHei';
}
.course-li p{
    font-size: 14px;
    color: #B5B7BD;
    line-height: 24px;
}

.course-icon{
    position: absolute;
    left: -40px;
    top: -160px;
}
.icon-line{
    margin-left: 4px;
    width: 1px;
    height: 181px;
    background-color: #E7F1F9;
}
.icon-ball{
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #A8ACB9;
}
.course-icon-top{
    position: absolute;
    left: -50px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #E7F1F9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.course-icon-top .icon-ball{
    margin-top: 10px;
    margin-left: 9px;
}
#honor{
    padding-bottom: 120px;
}
.honor-more{
    position: relative;
    display: block;
    float: right;
    width: 88px;
    font-size: 14px;
    height: 20px;
    text-align: right;
    line-height: 20px;
    color: #999;
}
.honor-more:hover{
    color: #FF9500;
}
.honor-more .honor-more-sign{
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    width: 30px;
    height: 10px;
    background: url("../img/main/icon_more_nor.png") no-repeat;
}
.honor-more:hover .honor-more-sign{
    background: url("../img/main/icon_more_hover.png") no-repeat;
}
#honor h3{
    margin-bottom: 40px;
    font-family: 'Microsoft YaHei';
}
.honor-pic-li{
    padding: 0 4px;
}
.honor-pic-li a{
    display: block;
}
.honor-pic{
    height: 182px;
    cursor: pointer;
}
.honor-pic-li p{
    margin-top: 16px;
    font-size: 14px;
    color: #B5B7BD;
}
.honor-list-ul{
    padding-top: 80px;
}
.honor-list-li{
    margin-bottom: 40px;
    padding: 0 4px;
}
.honor-img{
    height: 370px;
    cursor: pointer;
}
.honor-list-li p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 18px;
    color: #B5B7BD;
}
.fixed-bg{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.fixed-pic{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -500px;
    width: 1000px;
    height: 630px;
}
.contact-bg{
    background: url("../img/about/contactus-bg.png") no-repeat;
}
.contact-container{
    padding-top: 20px;
}
.contact-content{
    margin-top: 60px;
    background-color: #fff;
}
.contact-content .map-pic{
    padding: 8px;
}
.contact-content .contact-info{
    padding: 0 50px;
}
.contact-info h4{
    margin-top: 50px;
    font-size: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.contact-info .line{
    margin: 15px 0;
    width: 48px;
    height: 2px;
    background-color: #EDEEF4;
}
.arr{
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 10px;
}
.arr .line{
    position: absolute;
    top: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #bdbdbd;
}
.arr .triangle{
    position: absolute;
    top: 2px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 10px solid #bdbdbd;
    border-bottom: 3px solid transparent;
}
.product-list-box .arr{
    margin: 40px auto 0;
}

.contact-info p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.contact-table{
    margin-top: 40px;
    width: 100%;
    border-top: 2px solid #ddd;
}
.contact-table tr{

    border-bottom: 1px solid #ddd;
}
.contact-table td{
    padding: 18px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: left;
}
.contact-way{
    margin-top: 80px;
    margin-bottom:120px;
}
.contact-way-list{
    margin: 0 auto;
    width: 300px;
}
.contact-way p{
    margin-left: 5px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #666
}
.err-container{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -160px;
    width: 100%;
    height: 320px;
}
.err-container h4{
    font-size: 64px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.err-container .err-info{
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 43px;
    font-size: 20px;
    color: #898EA2;
}
.err-container a{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #999;
    font-size: 18px;
    color: #333;
}
.err-container a:hover{
    border: 1px solid #FF9500;
    color: #fff;
    background-color: #FF9500;
}
.join-bg{
    background: url("../img/about/joinus-bg.png") no-repeat;
}
.join-container{
    margin-top: 80px;
}
.join-container h2{
    padding: 0;
    font-weight: 100;
    color: #333;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
}
.join-container h3{
    padding: 0;
    margin-top: 5px;
    font-weight: 100;
    font-size: 12px;
    color: #999;
    font-family: 'Microsoft YaHei';
}
.job-dl{
    margin-top: 40px;
    padding: 0;
}
.job-dt{
    padding: 0 0 15px 0;
    font-weight: 100;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid #ddd;
}
.job-dd{
    position: relative;
    padding: 15px 0 15px 44px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}
.job-btn{
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url("../img/about/join-us-icon-open-nor.png") no-repeat;
}
.active .job-btn{
    background: url("../img/about/join-us-icon-stop-nor.png") no-repeat;
}
.job-dd .job-name,.job-dd .job-adr{
    padding-right: 20px;
}
.job-date{
    text-align: right;
}
.job-detail{
    display: none;
}
.job-detail h4{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    font-family: 'Microsoft YaHei';
}
.job-detail p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.active .job-detail{
    display: block;
}
.train-ul{
    margin-top: 49px;
    padding: 0;
    height: 200px;
}
.train-li{
    padding: 0;
    position: relative;
    height: 200px;
}
.train-pic{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
}
.train-pic:hover{
    top: -1%;
    z-index: 2;
    padding: 3%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 13px 27px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 13px 27px rgba(0,0,0,0.4);
    box-shadow: 0 13px 27px rgba(0,0,0,0.4);
}
.join-notice{
    margin-top: 20px;
}
.join-notice p{
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
}
.Promotion-pic{
    margin-top: 95px;
}
.Promotion-ul{
    margin-top: 14px;
    padding: 0;
}
.Promotion-ul li{
    padding: 0;
    width: 14.2%;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.Promotion-ul li:first-child{
    text-align: left;
}
.Promotion-ul li:last-child{
    text-align: right;
}

.Promotion-notice{
    margin-top: 40px;
    margin-bottom: 120px;
    border-top: 2px solid #f5f5f5;
}
.Promotion-notice p{
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 20px;

}
.about-poster-container{
    height: 709px;
    background: url("../img/main/home-aboutus-bg.png") no-repeat;
}
.about-poster-container h3{
    margin-bottom: 100px;
    font-family: 'Microsoft YaHei';
}
.about-poster-container .about-poster-info{
    padding-left: 75px;
}
.about-poster-info h4{
    font-size: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.about-poster-info p{
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}
.about-poster-info a{
    display: block;
    margin-top: 50px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background-color: #ffcd44;
}
.about-poster-info a:hover{
    background-color: #ff9500;
}

/*页脚*/

.footer{
    border-top: 1px solid #E9E9E9;
}
.main-footer{
    background-color: #353745;
}
.footer-list{
    padding: 80px 0;
    border-bottom: 1px solid #EDEEF4;
}
.main-footer .footer-list{
    border-bottom: 1px solid #494B57;
}
.footer-dl dt{
    margin-bottom: 20px;
    color: #353745;
    font-family: 'Microsoft YaHei';
}
.main-footer .footer-dl dt{
    color: #A5A8BB;
    font-family: 'Microsoft YaHei';
}
.footer-dl dd,.footer-dl dd a{
    margin-top: 0;
    line-height: 30px;
    color: #999;
}
.main-footer .footer-dl dd,.main-footer .footer-dl dd a{
    color: #7F829A;
}
.footer-dl dd a:hover{
    color: #333;
}
.main-footer .footer-dl dd a:hover{
    color: #fff;
}
.share-dl dd{
    position: relative;
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.wechat{
    background: url("../img/main/wechat.png") no-repeat;
}
.wechat:hover{
    background: url("../img/main/wechat-hovaer.png") no-repeat;
}
.blog{
    background: url("../img/main/blog.png") no-repeat;
}
.blog:hover{
    background: url("../img/main/blog-hover.png") no-repeat;
}
.qq{
    background: url("../img/main/qq.png") no-repeat;
}
.qq:hover{
    background: url("../img/main/qq-hover.png") no-repeat;
}
.share-code{
    display: none;
    position: absolute;
    left: -20px;
    top: -260px;
    width: 210px;
    height: 250px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
}
.share-code .pic-box{
    margin: 18px auto 0;
    width: 174px;
    height: 174px;
}
.share-code p{
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #5A5A5A;
}
.share-dd:hover .share-code{
    display: block;
}
.footer-link{
    padding: 20px 0;
    height: 60px;
    text-align: center;
}
.footer-link a{
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 10px;
    font-size: 13px;
    line-height: 10px;
    color: #a6a6a6;
    border-left: 1px solid #7f829a;
}
.main-footer .footer-link a,.main-footer .footer-copy{
    color: #7F829A;
}
.footer-link a:first-child{
    border-left: none;
}
.main-footer .footer-link a:hover{
    color: #fff;
}
.footer-copy{
    padding-bottom: 25px;
    text-align: center;
    font-size: 13px;
    color: #a6a6a6;
}

/*客户案例推荐海报*/
#scroll_2{
    height: 700px;
}
.carousel{
    position:relative;
}
#carousel_2{
    margin: 0 auto;
    width: 1208px;
}
#carousel_2 .scroll-ul-2 {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 1208px;
    height: 420px;
}
#carousel_2 .scroll-li-2 {
    display: block;
    width: 1208px;
    height: 420px;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}
#carousel_2 .scroll-li-2 .scroll-dl{
    width: 1208px;
    height: 430px;
}
#carousel_2 .scroll-li-2 .scroll-dl .scroll-dd{
    float: left;
    margin: 0 14px 18px;
    width: 274px;
    height: 126px;
}
#carousel_2 .scroll-li-2 .scroll-dl .scroll-dd a{
    display: block;
    position: relative;
    width: 274px;
    height: 126px;
}
#carousel_2 .scroll-li-2 .scroll-dl .scroll-dd img{
    display: block;
    width: 274px;
    height: 126px;
	border: solid 1px #eee;
}
#carousel_2 .scroll-li-2 .scroll-dl .scroll-dd a .hidden-pic{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 274px;
    height: 126px;
}
#carousel_2 .scroll-li-2 .scroll-dl .scroll-dd a:hover .hidden-pic{
    display: block;
}
.news-poster-container{
    position: relative;
    height: 760px;
}
.news-poster-container .line{
    position: absolute;
    left: 0;
    top: 295px;
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
}
#carousel_3{
    margin: 0 auto;
    width: 1320px;
}
#carousel_3 ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel_3 li {
    display: block;
    width: 440px;
    height: 368px;
    padding: 0 70px;
    margin: 0;
    float: left;
    position: relative;
}
#carousel_3 .scroll-ul-3 li a{
    display: block;
}
#carousel_3 h3{
    font-size: 36px;
    color: #bdbdbd;
    font-family: 'Microsoft YaHei';
}
#carousel_3 h4{
    margin-top: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
}
#carousel_3 p{
    margin-top: 10px;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
#carousel_3 .pic-box{
    margin-top: 20px;
    width: 300px;
    height: 168px;
}
.clearfix {
    float: none;
    clear: both;
}
.carousel .pager {
    text-align: center;
    margin: 60px auto 0;
}
.carousel .pager a {
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #bdbdbd;
}
.carousel .pager a:hover{
    background-color: #bdbdbd;
}
.carousel .pager a.selected ,.carousel .pager a.selected:hover{
    border: 1px solid #ff9500;
    background-color: #ff9500;
}
@media (max-width: 1450px) {
    .introduction-nav-container{
        width: 100%;
    }
    .introduction-nav-ul{
        left: 10px;
    }
}

@media (max-width: 1400px) {
    .introduction-page-container{
        padding-left: 120px;
    }
}























