@charset "utf-8";

/*浏览器提示*/
.browsehappy {
    padding: 8px 0;
    background: #FBE3E4;
    color: #8A1F11;
    text-align: center;
}
.browsehappy a {
    color: #8A1F11;
    text-decoration: underline;
    font-weight: bold;
}

/*通用*/
.com-width {
    width: 1200px;
    margin: 0 auto;
}

/*雪碧图*/
.sprint {
    background-image: url(../images/sprint.png); 
    background-repeat: no-repeat;
    position: relative;
}

.bg-f4 {
    background: #f4f4f4;
}

/*-----------------------------------------------------------------------------------------------------------------*/

/*头部*/
.header {
    width: 100%;
    height: 100px;
    background: #fff;
    /*overflow: hidden;*/
    position: relative;
    z-index: 20;
/*    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.08);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.08);*/
}
.header .logo {
    padding-top: 18px;
    width: 200px;
    height: 82px;
    overflow: hidden;
}
.header .logo-band {
    display: block;
    position: relative;
}
.header .logo-band .logo-desc {
    position: absolute;
    left: 0;
    top: 46px;
    font-size: 14px;
    color: #666;
}
.header .main-nav .nli {
    float: left;
    line-height: 100px;
    height: 100px;
    overflow: hidden;
}
.header .main-nav .nli>a {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    color: #333;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.header .main-nav .nli.on>a {
    color: #fff;
    background: #ED5B06;
}
.header .share-icon {
/*     margin-top: 33px; */
}
.header .share-icon a {
    display: inline-block;
    margin-left: 20px;
}
.header .share-icon a.wx {
    position: relative;
}
.header .share-icon a.wx .wx-box {
    position: absolute;
    left: -55px;
    top: 50px;
    width: 128px;
    height: 128px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header .share-icon a.wx:hover .wx-box {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .share-icon .sprint {
    width: 60px;
    height: 25px;
    line-height: 20px;
    border-radius: 50%;
}
.sp-wx {
    background-position: 0 0;
}
.sp-wb {
    background-position: 0 -37px;
}
.header .share-icon a:hover .sprint {
    background-position-x: -34px;
}

/*轮播*/
.banner{ width:100%;  position:relative;  height:600px; background:#000;  }
.banner .bd{ width: 100%!important; position:relative; z-index:0;}
.banner .bd ul{ width:100% !important;  }
.banner .bd li{ width:100% !important;  height:600px; overflow:hidden; text-align:center;  }
.banner .bd li a{ display:block; height:600px; }

.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:40px; line-height:40px; }
.banner .hd ul{ text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:0 3px; overflow:hidden; background:#fff;
    filter:alpha(opacity=70);opacity:0.7;  line-height:999px;
}
.banner .hd ul .on{ background:#ED5B06;  }

.banner .prev,
.banner .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:0;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.banner .next{ left:auto; right:0; background-position:-6px -137px; }

/* 首页 */
.index-future {
    padding: 65px 0 134px;
}
.com-tit2 {
    text-align: center;
    font-size: 25px;
    color: #333;
}
.com-tit2 span {
    font-size: 40px;
    color: #e95400;
}
.index-future-content {
    margin-top: 50px;
    text-align: center;
}
.index-future-content li {
    display: inline-block;
    margin: 0 10px;
    width: 170px;
}
.index-future-content li .pic {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: #fff;
    border: 15px solid #F9E3D6;
    border-radius: 50%;
}
.index-future-content li .pic .sprint {
    margin-top: 34px;
    width: 43px;
    height: 45px;
    /*background: #ddd;*/
}
.f1 {
    background-position: 0 -93px;
}
.f2 {
    background-position: 0 -159px;
}
.f3 {
    background-position: 0 -368px;
}
.f4 {
    background-position: 0 -224px;
}
.f5 {
    background-position: 3px -301px;
}
.index-future-content li .tit {
    padding-top: 5px;
    font-size: 16px;
}
.index-future-content li.on {
    margin-top: -84px;
    position: relative;
    width: 334px;
    bottom: -80px;
}
.index-future-content li.on .pic {
    width: 264px;
    height: 264px;
    /*background-color: #ED5B06;*/
    background: rgba(237,91,6,0.9);
    border-width: 20px;
    position: relative;
}
.index-future-content li.on .pic .sprint {
    display: none;
}
.index-future-content li.on .pic:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 250px;
    height: 250px;
    border: 1px dotted #F6AD80;
    border-radius: 50%;
    content: attr(data-tit);
}
.index-future-content li .pic .sub-tit {
    padding-top: 100px;
    font-size: 20px;
    color: #fff;
    display: none;
}
.index-future-content li.on .pic .sub-tit {
    display: block;
}
.index-future-content li.on .tit {
    visibility: hidden;
}

.index-odm {
    padding-bottom: 65px;
    background: #EFEFEF;
    text-align: center;
}
.com-title {
    text-align: center;
}
.com-title .btit {
    padding-top: 70px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.com-title .mtit {
    padding-top: 4px;
    font-size: 20px;
    color: #999;
}
.index-odm-list {
    margin-top: 40px;
}
.index-odm-list li {
    float: left;
    margin-left: 45px;
    width: 266px;
    height: 290px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-odm-list li:hover {
    background: #ED5B06;
}
.index-odm-list li .pic {
    margin-top: 55px;
    margin-bottom: 55px;
    height: 82px;
    position: relative;
}
.index-odm-list li .pic:before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 20px;
    margin-left: -10px;
    border-bottom: 2px solid #353535;
    content: "";
}
.index-odm-list li:hover .pic:before {
    border-color: #fff;
}
.index-odm-list li .pic .sprint {
    width: 100px;
    height: 82px;
}
.odm1 {
    background-position: -88px 5px;
}
.odm2 {
    background-position: -105px -107px;
}
.odm3 {
    background-position: -93px -224px;
}
.odm4 {
    background-position: -79px -337px;
}
.index-odm-list li:hover .pic .sprint {
    background-position-x: -204px;
}
.index-odm-list li .tit {
    padding-bottom: 3px;
    font-size: 16px;
}
.index-odm-list li .entit {
    color: #cfcfcf;
}
.index-odm-list li:hover .entit,
.index-odm-list li:hover .tit {
    color: #fff;
}
.index-odm-list li:first-child {
    margin-left: 0;
}
.com-more-btn {
    display: inline-block;
    margin-top: 65px;
    width: 125px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #ee5c00;
    border: 1px solid #ee5c00;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more-btn:hover {
    background: #ee5c00;
    color: #fff;
}

/*优势*/
.index-youshi {
    padding-bottom: 60px;
}
.index-ys-content {
    margin-top: 40px;
    height: 500px;
    background: url(../images/product-focus.jpg) no-repeat center;
}
.index-ys-list {
    padding-top: 52px;
}
.index-ys-list li {
    float: left;
    margin-bottom: 78px;
    height: 76px;
    cursor: pointer;
}
.index-ys-list li.left {
    margin-right: 386px;
    width: 420px;
}
.index-ys-list li.right {
    width: 394px;
}
.index-ys-list li .ys-num {
    display: block;
    margin-right: 15px;
    width: 47px;
    height: 76px;
    line-height: 76px;
    border: 5px solid #ED5B06;
    font-size: 60px;
    text-align: center;
    color: #ED5B06;
}
.index-ys-list li .word-box {
    height: 86px;
    display: table;
    overflow: hidden;
}
.index-ys-list li .word-box .word-table {
    display: table-cell;
    vertical-align: middle;
}
.index-ys-list li .word-box .word-table .tit {
    font-size: 18px;
    color: #333;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-ys-list li:hover .word-box .word-table .tit {
    color: #ED5B06;
}
.index-ys-list li .word-box .word-table .desc {
    padding-top: 3px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

/*行业应用*/
.com-tit3 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #333;
    border-left: 4px solid #ED5B06;
    padding-left: 14px;
    height: 23px;
    line-height: 23px;
}
.index-application {
    padding: 50px 0 60px;
    background: #EFEFEF;
}
.index-app-content {
    position: relative;
}
.index-app-content .hd ul li {
    width: 200px;
    height: 160px;
    background: #DEDEDE;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-app-content .hd ul li:before {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -7.5px;
    width: 8px;
    height: 15px;
    content: url(../images/sj-r.png);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.index-app-content .hd ul li.right:before {
    left: -8px;
    content: url(../images/sj-l.png);
}
.index-app-content .hd ul li.on:before,
.index-app-content .hd ul li:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-app-content .hd ul li.on,
.index-app-content .hd ul li:hover {
    background: #ED5B06;
    color: #fff;
}
.index-app-content .hd ul li.left {
    /*float: left;*/
    margin-top: 15px;
}
.index-app-content .hd ul li.left:first-child {
    margin-top: 0;
}
.index-app-content .hd ul li .tit {
    font-size: 16px;
}
.index-app-content .hd ul li .entit {
    color: #b5b5b5;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-app-content .hd ul li.on .entit,
.index-app-content .hd ul li:hover .entit {
    color: #fff;
}
.index-app-content .hd ul li.right {
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 0;
}
.index-app-content .bd {
    position: absolute;
    width: 770px;
    height: 510px;
    overflow: hidden;
    top: 0;
    left: 215px;
}
.index-app-content .hd li .pic {
    margin-bottom: 18px;
    padding-top: 28px;
    height: 50px;
}
.index-app-content .hd li .pic .sprint {
    height: 50px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-app-content .hd li.on .pic .sprint,
.index-app-content .hd li:hover .pic .sprint {
    background-position-x: -52px;
}
.app1 {
    width: 47px;
    background-position: 0 -450px;
}
.app2 {
    width: 21px;
    background-position: 0 -508px;
}
.app3 {
    width: 49px;
    background-position: 0 -572px;
}
.app4 {
    width: 38px;
    background-position: 0 -641px;
}
.app5 {
    width: 48px;
    background-position: 0 -701px;
}
.app6 {
    width: 43px;
    background-position: 0 -766px;
}

/*新闻-视频*/
.index-news-video {
    padding-top: 50px;
    padding-bottom: 35px;
}
.index-news-box {
    width: 730px;
}
.index-news-box .bd {
    height: 256px;
    overflow: hidden;
}
.index-video-box {
    width: 409px;
}
.com-tit3 .more {
    display: block;
    width: 17px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 12px;
    color: #CBCBCB;
    font-family: "宋体";
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.com-tit3 .more:hover {
    color: #ED5B06;
    border-color: #ED5B06;
}
.com-tit3 .more:before {
    position: absolute;
    right: 18px;
    top: 9px;
    border-top: 1px solid #E5E5E5;
    width: 611px;
    content: "";
}
.index-video-box .com-tit3 .more:before {
    width: 290px;
}
.index-news-item li {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
}
.index-news-item li.on:before {
    content: url(../images/sj-t.png);
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 7px;
    height: 5px;
    margin-left: -3.5px;
}
.index-news-item li.on {
    color: #ED5B06;
}
.index-news-content .index-news-pic {
    float: left;
    margin-right: 36px;
    width: 330px;
    height: 254px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-news-content .index-news-list-cont {
    padding-top: 13px;
}
.index-news-content .index-news-list li {
    margin-bottom: 48px;
    height: 46px;
}
.index-news-content .index-news-list li .date {
    margin-right: 16px;
    padding-right: 20px;
    border-right: 1px solid #D1D1D1;
    font-size: 14px;
    color: #cbcbcb;
    text-align: right;
    line-height: 14px;
}
.index-news-content .index-news-list li .date span {
    display: inline-block;
    line-height: 25px;
    font-size: 25px;
    padding-bottom: 2px;
}
.index-news-content .index-news-list li h5 {
    line-height: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 6px;
}
.index-news-content .index-news-list li p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-video-content {
    width: 409px;
    height: 303px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-video-content:hover,
.index-news-content .index-news-pic:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.index-video-content .a-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-video-content .a-box .video-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.index-video-content .a-box:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    line-height: 348px;
    text-align: center;
    content: url(../images/video-open.png);
}

/*合作伙伴*/
.partner-list {
    width: 1211px;
}
.partner-list li {
    float: left;
    margin-right: 10px;
    width: 189px;
    height: 77px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}
.partner-list li img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.partner-list li:hover img {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}







/*底部导航*/
.foot-nav-content {
    padding-top: 55px;
    padding-bottom: 45px;
}
.foot-nav-content .foot-nav-list {
    float: left;
    margin-left: 114px;
    width: 148px;
}
.foot-nav-content .foot-nav-list:first-child {
    margin-left: 0;
}
.foot-nav-content .foot-nav-list .tit {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 16px;
    color: #333;
}
.foot-nav-content .foot-nav-list ul li {
    margin-bottom: 10px;
}
.foot-nav-content .foot-nav-list ul li a {
    display: inline-block;
    padding-left: 14px;
    font-size: 14px;
    color: #999;
    background: url(../images/foot-nav-icon.png) no-repeat left center;
}
.foot-nav-content .foot-nav-list ul li a:hover {
    color: #ED5B06;
}

/*友链*/
.links {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}
.links .links-tit {
    font-size: 16px;
    color: #333;
}
.links ul li {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}

/*底部*/
.footer {
    padding-bottom: 32px;
    background: #353535;
}
.footer .footer-info {
    padding-top: 38px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}
.footer .footer-info a {
    color: #fff;
}
.footer .footer-info a:hover {
    color: #ED5B06;
}
.footer .qr-box {
    margin-top: 50px;
}
.footer .qr-box li {
    float: left;
    margin-left: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}


.page-banner {
    height: 300px;
    position: relative;
}
.page-banner>img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}
.page-banner-tit {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 100%;
}

/*产品列表*/
.category-item {
    position: relative;
    margin: 70px 0 70px;
    text-align: center;
}
.category-item>a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: #353535;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.category-item>a.on,
.category-item>a:hover {
    background: #ED5B06;
}
.sub-item {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;  
    height: 40px;
    line-height: 40px;
}
.sub-item.on {
    display: block;
}
.sub-item li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    z-index: 2;
}
.sub-item li ~ li:before {
    position: absolute;
    left: -2px;
    color: #D8D8D8;
    content: "|";
}
.sub-item li a.on {
    color: #ED5B06;
}

.list-product ul {
    /*margin-bottom: -20px;*/
    width: 1221px;
}
.list-product ul li {
    float: left;
    margin-bottom: 20px;
    margin-right: 21px;
    width: 284px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-product ul li:hover {
   /* -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
    box-shadow:0 0 15px rgba(0,0,0,0.3);*/
    -webkit-box-shadow:0 10px 20px rgba(0,0,0,0.3);
    box-shadow:0 10px 20px rgba(0,0,0,0.3);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0)
}
.list-product ul li .pic {
    width: 284px;
    height: 284px;
    overflow: hidden;
}
.list-product ul li .tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background: #909090;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-product ul li:hover .tit {
    background: #A2A2A2;
}


.prodcut-dz {
    position: relative;
    height: 353px;
    overflow: hidden;
}
.prodcut-dz img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}
.product-dz-box {
    width: 693px;
    height: 210px;
    margin: 72px auto 0;
    background: #fff;
    text-align: center;
    font-size: 18px;
}
.product-dz-box p {
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 1.8;
    font-size: 22px;
}
.product-dz-box p .color-1 {
    font-weight: 600;
    font-size: 30px;
    color: #ee5c00;
}
.com-btn {
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    background: #E35605;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn:hover {
    color: #fff;
    background: #CC4D04;
    padding: 0 10px;
}
.com-tit4 {
    padding: 70px 0 40px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.list-case ul {
    width: 1256px;
}
.list-case ul li {
    float: left;
    margin-right: 56px;
    margin-bottom: 40px;
    width: 572px;
    height: 393px;
    overflow: hidden;
}
.list-case ul li .a-pic {
    display: block;
    width: 572px;
    height: 266px;
    overflow: hidden;
    position: relative;
}
.list-case ul li h5 {
    padding: 25px 0 15px;
    font-size: 16px;
    text-align: center;
}
.list-case ul li h5 a {
    color: #333;
}
.list-case ul li h5 a:hover {
    color: #ED5B06;
}
.list-case ul li .cont {
    font-size: 14px;
    color: #999;
}


/*新闻列表*/
.list-news ul {
    border-top: 1px solid #E7E7E7;
}
.list-news ul li {
    border-bottom: 1px solid #E7E7E7;
}
.list-news ul li .a-box {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    height: 120px;
    overflow: hidden;
}
.list-news ul li .news-date {
    float: left;
    width: 80px;
}
.list-news ul li .news-date .news-md {
    font-size: 24px;
    color: #666;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}
.list-news ul li .news-date .more-news {
    margin-top: 20px;
    width: 39px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E0E0E0;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.list-news ul li .news-date .more-news:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    widows: 100%;
    height: 100%;
    background: #363636;
}
.list-news ul li .news-date .more-news .icon-more-news {
    width: 16px;
    height: 7px;
    background: url(../images/icon-more-news.png) no-repeat -16px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-news ul li:hover .news-date .more-news {
    border-color: #363636;
    background-color: #363636;
}
.list-news ul li:hover .news-date .more-news .icon-more-news {
    background: url(../images/icon-more-news.png) no-repeat 0 0;
}
.list-news ul li .news-cont {
    float: left;
    margin-left: 100px;
    width: 700px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.list-news ul li:hover .news-cont {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.list-news ul li .news-cont h2 {
    font-size: 18px;
    color: #333;
    padding: 5px 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-news ul li:hover .news-cont h2 {
    color: #ED5B06;
}
.list-news ul li .news-cont p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.list-news ul li .news-pic {
    float: right;
    width: 155px;
    height: 120px;
    overflow: hidden;
}
.list-news ul li:hover .news-pic img{
    -webkit-animation: pluseS 8s 1s ease both infinite;
    -moz-animation: pluseS 8s 1s ease both infinite;
    animation: pluseS 8s 1s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


/*证书*/
/* .list-honor {
    padding: 50px 0;
}
.list-honor ul {
    width: 1222px
}
.list-honor ul li {
    width: 285px;
    margin-bottom: 24px;
    margin-right: 20px;
    text-align: center;
}
*/
.list-honor ul li .pic {
    width: 283px;
    height: 295px;
    line-height: 295px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
}
.list-honor ul li .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    background: #000;
}
.list-honor ul li:hover .pic:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.list-honor ul li h5 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
} 


/*联系*/
.page-contact {
    padding-top: 40px;
    padding-bottom: 60px;
}
.page-contact .map-box {
    margin-top: 50px;
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.page-contact .contact-info h5 {
    font-size: 20px;
    color: #ee5c00;
}
.page-contact .contact-info ul {

}
.page-contact .contact-info ul li {
    float: left;
    margin-top: 25px;
    font-size: 16px;
}
.page-contact .contact-info ul li .sprint {
    margin-right: 10px;
}
.c1 {
    width: 20px;
    height: 17px;
    background-position: -381px 0;
}
.c2 {
    width: 26px;
    height: 17px;
    background-position: -381px -33px;
}
.c3 {
    width: 15px;
    height: 17px;
    background-position: -381px -65px;
}
.c4 {
    width: 20px;
    height: 17px;
    background-position: -381px -98px;
}
.c5 {
    width: 26px;
    height: 17px;
    background-position: -379px -131px;
}
.c6 {
    width: 15px;
    height: 17px;
    background-position: -380px -167px;
}

/*关于*/
.company-profile-content {
    padding-top: 35px;
    padding-bottom: 50px;
}
.about-pic {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 540px;
    height: 484px;
    overflow: hidden;
}
.about-pic .hd {
    position: absolute;
    bottom: 0;
    padding-left: 40px;
    line-height: 50px;
}
.about-pic .hd ul li {
    display: inline-block;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}
.about-pic .hd ul li.on {
    background: #ED5B06;
}
.about-cont {
    /*overflow-y: scroll;*/
    padding-right: 5px;
    padding-top: 15px;
    height: 469px;
}
.about-cont::-webkit-scrollbar {
    width: 4px;
}
.about-cont::-webkit-scrollbar-track {
          background-color: #ddd;
    } /* 滚动条的滑轨背景颜色 */

.about-cont::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.2);
    } /* 滑块颜色 */

.about-cont::-webkit-scrollbar-button {
          background-color: rgba(0, 0, 0, 0.2);
    } /* 滑轨两头的监听按钮颜色 */

.about-cont::-webkit-scrollbar-corner {
          background-color: black;
    }

.about-cont p {
    font-size: 14px;
    text-indent: 2em;
    padding-bottom: 12px;
    line-height: 25px;
}

.about-title {
    text-align: center;
}
.about-title .btit {
    font-size: 30px;
    color: #333;
    font-weight: bold;

}
.about-title .btit2 {
    font-size: 24px;
    font-weight: lighter;

}
.about-title .subtit {
    display: inline-block;
    margin: 15px 0 20px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    /*background: #EE5C00;*/
    border: 1px solid #ddd;
    color: #333;
}
.about-title .about-p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}
.about-content .about-hj li {
    float: left;
}
.about-content .about-people {
    padding-bottom: 30px;
}
.about-content .about-people li {
    padding: 37px 0 55px;
    height: 150px;
    border-top: 1px solid #f1f1f1;
}
.about-content .about-people li:first-child {
    border-top: none;
}
.about-content .about-people li .pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    /*border: 1px solid #DFDFDF;*/
}
.about-content .about-people .p-left .pic {
    float: left;
    margin-right: 40px;
}
.about-content .about-people .p-right {
    text-align: right;
}
.about-content .about-people .p-right .pic {
    float: right;
    margin-left: 40px;
}
.about-content .about-people li .detail {
    height: 100%;
    display: table;
}
.about-content .about-people li .detail-table {
    display: table-cell;
    vertical-align: middle;
}
.about-content .about-people li .detail-table h5 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}
.about-content .about-people li .detail-table h5 span {
    padding-left: 5px;
    font-size: 14px;
}
.about-content .about-people li .detail-table p {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}
.about-product {
    padding-top: 50px;
    padding-bottom: 35px;
    background: #F0F0F0;
}
.about-product .muscle-p {
    width: 1202px;
}
.about-product .muscle-p li {
    float: left;
    margin-right: 2px;
    position: relative;
}
.about-product .muscle-p li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    text-indent: 30px;
}
.about-product .muscle-p li.one .pic {
    margin-bottom: 2px;
    height: 273px;
    overflow: hidden;
    position: relative;
}
.about-product .muscle-p li.one .pic:before,
.about-product .muscle-p li.middle:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    opacity: .1;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    background: #000;
    content: "";
}
.about-product .muscle-p li.one .pic:hover:before,
.about-product .muscle-p li.middle:hover:before {
    opacity: 0;
}
.about-product .muscle-p li img,
.list-honor ul li .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-honor ul li .pic img {
    vertical-align: middle;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.about-product .muscle-p li.middle:hover img,
.about-product .muscle-p li .pic:hover img,
.list-honor ul li:hover .pic img  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-product .muscle-p li.middle {
    width: 398px;
    height: 548px;
    overflow: hidden;
    position: relative;
}
.about-system {
    padding-top: 50px;
    padding-bottom: 60px;
}
.about-system-content {
    padding-top: 35px;
}
.about-system-content .pic {
    margin-right: 25px;
}
.about-system-content ul li {
    margin-top: 30px;
    font-size: 16px;
}
.about-system-content ul li span {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: #EB5100;
    text-align: center;
    line-height: 20px;
}
.about-service {
    padding-top: 50px;
    padding-bottom: 55px;
    background: #F0F0F0;
}
.about-service ul {
    padding-top: 19px;
}
.about-service ul li {
    float: left;
    margin-left: 12px;
    width: 393px;
    text-align: center;
    font-size: 14px;
}
.about-service ul li:first-child {
    margin-left: 0;
}
.about-service ul li .tit {
    padding: 10px 0 5px;
    color: #333;
    font-size: 16px;
}
/* .about-service ul li img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-service ul li:hover img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
} */
.partner .com-tit4 {
    padding: 50px 0 40px;
}

/*odm*/
.odm-solution {
    padding: 50px 0 60px;
}
.odm-solution-box {
    margin-top: 25px;
}
.odm-lc {
    padding: 50px 0 55px;
    background: #EFEFEF;
}
.odm-lc-box {
    padding-top: 35px;
    margin-top: -138px;
    text-align: center;
    background: url(../images/odm-lc-bg.png) no-repeat center 230px;
}
.odm-lc-box li {
    display: inline-block;
    margin: 138px 50px 0;
    width: 170px;
    font-size: 16px;
    line-height: 30px;
}
.odm-lc-box li.two {
    margin: 148px 50px 0;
}
.odm-lc-box li .pic {
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: #A4A4A4;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.odm-lc-box li .pic:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #EE5C00;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.odm-lc-box li.on .pic:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.odm-lc-box li .pic:hover {
    background: #EE5C00;
}*/
.lc1 {
    width: 80px;
    height: 53px;
    background-position: -363px -242px;
}
.lc2 {
    width: 44px;
    height: 53px;
    background-position: -363px -314px;
}
.lc3 {
    width: 77px;
    height: 55px;
    background-position: -363px -374px;
}
.lc4 {
    width: 46px;
    height: 53px;
    background-position: -363px -451px;
}
.lc5 {
    width: 35px;
    height: 54px;
    background-position: -363px -526px;
}
.lc6 {
    width: 65px;
    height: 56px;
    background-position: -363px -608px;
}
.lc7 {
    width: 55px;
    height: 55px;
    background-position: -363px -684px;
}
.lc8 {
    width: 76px;
    height: 55px;
    background-position: -363px -766px;
}

.odm-ys {
    padding: 50px 0 60px;
    height: 550px;
}
.odm-ys-box {
    position: relative;
}
.odm-ys-box .ys-circle {
    position: absolute;
    left: 0;
    top: 16px;
    width: 480px;
    height: 479px;
    border: 9px solid #fff;
    border-radius: 50%;
    background: url(../images/ys-circle.png) no-repeat center;
}
.odm-ys-box .ys-list {
    margin-top: 25px;
}
.odm-ys-box .ys-list li {
    margin-top: 8px;
    width: 888px;
    height: 114px;
    line-height: 114px;
    font-size: 18px;
    color: #fff;
    text-indent: 232px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.odm-ys-box .ys-list li:first-child {
    margin-top: 0;
}
.odm-ys-box .ys-list li.gray {
    background: #353535;
}
.odm-ys-box .ys-list li.orange {
    background: #ED5B06;
}
.odm-ys-box .ys-list li.gray:hover {
    background: #222;
}
.odm-ys-box .ys-list li.orange:hover {
    background: #D24E02;
}

.odm-bz {
    padding: 50px 0 60px;
    background: #EFEFEF;
}
.odm-bz-box {
    margin-top: 25px;
}
.odm-bz-box li {
    float: left;
    margin-left: 21px;
    width: 284px;
}
.odm-bz-box li:first-child {
    margin-left: 0;
}
.odm-bz-box li .pic {
    width: 284px;
    height: 236px;
    overflow: hidden;
    position: relative;
}
.odm-bz-box li .pic:before,
.list-case ul li .a-pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: .75;
    box-shadow: inset 0 0 100px #000;
    -webkit-box-shadow: inset 0 0 100px #000;
    -ms-box-shadow: inset 0 0 100px #000;
    -moz-box-shadow: inset 0 0 100px #000;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.odm-bz-box li .pic:hover:before,
.list-case ul li .a-pic:hover:before {
    opacity: 1;
    box-shadow: inset 0 0 0 #000;
    -webkit-box-shadow: inset 0 0 0 #000;
    -ms-box-shadow: inset 0 0 0 #000;
    -moz-box-shadow: inset 0 0 0 #000;
}
.odm-bz-box li h5 {
    padding: 10px 0 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.odm-bz-box li p {
    font-size: 14px;
}

.odm-cn {
    padding-top: 50px;
    height: 442px;
    background: url(../images/odm-cnd-bg.jpg?v=1) no-repeat center;
}
.odm-cn .about-p {
    padding-top: 5px;
    font-size: 16px;
}
.odm-cn .about-p span {
    font-size: 20px;
    font-weight: bold;
    color: #ee5c00;
}
.odm-product {
    padding-top: 50px;
    padding-bottom: 50px;
}
.odm-product-list {
    margin-top: 25px;
    width: 1221px;
}
.odm-product-list li {
    float: left;
    margin-right: 21px;
    width: 284px;
    height: 284px;
}



/*页码*/
.page-list {
    padding-top: 40px;
    padding-bottom: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.page-list .list-box a,
.page-list .list-box span {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #333;
    margin: 0 5px;
    font-family: "宋体";
    transition: .2s
}
.page-list .list-box .pre,
.page-list .list-box .nex {
    background-color: #ddd;
    color: #333;
}
.page-list .list-box .pre:before {
    content: '<'
}
.page-list .list-box .nex:before {
    content: '>'
}
.page-list .list-box .pre:hover,
.page-list .list-box .nex:hover {
    background-color: #ED5B06;
    color: #fff;
}
.page-list .list-box .current,
.page-list .list-box a:hover {
    background-color: #ED5B06;
    color: #fff;
}






/*新闻详情*/
.news-location {
    height: 40px;
    line-height: 40px;
}
.news-location .ep {
    padding: 0 5px;
}
.news-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.icon-eye {
    width: 21px;
    height: 11px;
    background: url(../images/eye.png) no-repeat center;
    position: relative;
    top: -2px;
}
/*左侧*/
.news-show-left {float: left; width: 800px; background: #fff; margin: auto; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-left .news-title{padding: 40px 20px; padding-bottom: 20px; text-align: center;border-top: 1px #f1f1f1 solid;}
.news-show-left .news-title h2{font-size: 24px; color: #333; padding-bottom: 10px;}
.news-show-left .news-title p{font-size: 14px; color: #a3afb7;padding-bottom: 10px;border-bottom: 1px solid #F0F2F5;}
.news-show-left .news-title p a {color: #a3afb7;}
.news-show-left .news-views{margin: 40px 20px 20px; margin-top: 0; font-size: 14px;min-height: 600px; color: #666; line-height: 25px; overflow: hidden;}
.news-show-left .news-other{padding: 20px 15px; border-top: 1px #f1f1f1 solid;}
.news-show-left .news-other p{display: block; height: 40px;line-height: 40px;padding-left:3px;}
.news-show-left .news-other p a{font-size: 14px; color: #333;}
.news-show-left .news-other p a:hover{color: #ED5B06;}
.news-show-left .share-bar {
    padding: 20px;
}
/*右侧*/
.news-show-right{float: right; width: 370px;}
.news-show-right dl{display: block; margin-bottom: 20px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-right dl dt{display: block; height: 42px; line-height: 42px; position: relative; border-bottom: 1px #f1f1f1 solid;}
.news-show-right dl.tab dt{height: 42px; line-height: 42px;color: #1d1d1d; font-size: 18px;padding-left: 20px;border-top: 1px #f1f1f1 solid;}
.news-show-right dl.tab dd{height: 664px; position: relative;}
.news-show-right dl.tab dd ul{display: block; padding: 0 20px;height: 618px;}
.news-show-right dl.tab dd ul li{display: block; padding: 20px 0 10px; border-bottom: 1px #f1f1f1 solid;}
.news-show-right dl.tab dd ul li .pic {
    margin-right: 20px;
    width: 77px;
    height: 60px;
    overflow: hidden;
    position: relative;
}
/*.news-show-right dl.tab dd ul li .pic:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px #333;
    -webkit-box-shadow: inset 0 0 20px #333;
    -ms-box-shadow: inset 0 0 20px #333;
    -moz-box-shadow: inset 0 0 20px #333;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.news-show-right dl.tab dd ul li .pic:hover:before {
    box-shadow: inset 0 0 0 #333;
    -webkit-box-shadow: inset 0 0 0 #333;
    -ms-box-shadow: inset 0 0 0 #333;
    -moz-box-shadow: inset 0 0 0 #333;
}*/
.news-show-right dl.tab dd ul li h5 {
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-show-right dl.tab dd ul li h5 a {
    color: #333;
}
.news-show-right dl.tab dd ul li h5 a:hover {
    color: #ED5B06;
}
.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}
.news-show-right dl.tab dd ul li i{  float: left;font-size: 12px;color: #999;}
.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    width: 30px;
    font-size: 12px;
    color: #999;
    background: url(../images/eye.png) no-repeat left center;
}
.news-show-right dl.tab dd .more{color: #333; height: 45px; line-height: 45px; border-top: 1px #f1f1f1 solid; position: relative; top: -1px; text-align: center;}
.news-show-right dl.tab dd .more a{display: inline-block; position: relative; color: #333;}
.news-show-right dl.tab dd .more a b{margin-left: 5px;font-family: "å®‹ä½“";-webkit-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;}
.news-show-right dl.tab dd .more a:hover b{-webkit-transform: translateX(5px);-ms-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);}
.news-show-right dl.tab dd .more a:hover{color: #ED5B06;}
.news-show-right dl.list dt{padding-left: 20px; color: #333; font-size: 18px;}
.news-show-right dl.tab dt a{width: 33%; height: 42px; line-height: 42px; text-align: center; display: table-cell; color: #009A62; font-size: 18px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.news-show-right dl.list dt a b{width: 15px; height: 15px; overflow: hidden; display: inline-block; vertical-align: middle; background-position: 0 -64px; margin-left: 2px; position: relative; top: -1px;}
.news-show-right dl.list dd ul{display: block; padding: 20px;}
.news-show-right dl.list dd ul li{padding-bottom: 12px; display: block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-show-right dl.list dd ul li a{color: #333; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.news-show-right dl.list dd ul li a:hover{color: #ED5B06;}



/*案例右侧*/
.case-show-right {
    float: right;
    width: 370px;
}
.case-show-right dl.tab dd ul li {
    border-bottom: none;
    padding: 20px 0 0px;
}
.case-show-right dl.tab dd ul li .pic {
    float: none;
    width: 100%;
    height: 151px;
    overflow: hidden;
    position: relative;
}
.case-show-right dl.tab dd ul li h5 {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 14px;
}
.case-show-right dl.tab dd {
    height: auto;
}
.case-show-right dl.tab dd ul {
    height: auto;
    padding: 0 20px 20px;
}
.case-show-right dl.list dd ul li {
    /*text-align: center;*/
}



/*案例详情*/
.page-case {
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.page-case-title {
    width: 1140px;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
    font-size: 21px;
    color: #333;
    border-bottom: 1px dotted #ddd;
    background: #fff;
}

.page-case-detail {
    margin-top: 20px;
    padding: 0 30px;
}
.page-case-detail h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.page-case-detail .case-detail-cont {
    padding-top: 10px;
    font-size: 14px;
}
.other-bar {
    width: 1140px;
    margin-top: 20px;
    padding: 20px 0 5px;
    border-top: 1px dotted #ddd;
    /* background: #f2f2f2; */
    margin: 20px auto 0;
}
.other-bar .other-left,
.other-bar .other-right {
    width: 45%;
}
.other-bar .other-right {
    text-align: right;
}

.slideBox .prev,
.slideBox .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:32px; height:40px;  line-height: 40px; filter:alpha(opacity=50);opacity:0.5;
    font-size: 16px;
    font-family: "宋体";
    background: #ddd;
    text-align: center;
}

.slideBox .next{ left:auto; right:0; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.page-case-show {
    height: 538px;
    overflow: hidden;
}
.picFocus{ padding: 5px 30px 0; background: #fff; position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{ /*width:100%; padding-top:5px;  */overflow:hidden; }
.picFocus .hd ul{/* margin-right:-6px;  */overflow:hidden; zoom:1; }
.picFocus .hd ul li{
    background: red;
    margin-bottom: 8px;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 181px;
    height: 120px;
    text-align: center;
    line-height: 69px;
    font-size: 0;
    border: 2px solid #ddd;
    opacity: 0.9;
}
.picFocus .hd ul li.on{ background:url("../images/common/icoUp.gif") no-repeat center 0; border-color:#009A62;opacity: 1; }

.picFocus .bd {
    height: 520px;
    margin-right: 30px;
    width: 786px;
    float: left;
    position: relative;
}
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{ width:786px; height:520px; display:block;  }






/*分享按钮*/
.share-bar {
    margin-top: 30px;
    font-size: 12px;
    line-height: normal;
    /*padding: 0 30px;*/
}

/*相关案例*/
.page-case-title strong {
    padding: 0 20px;
    display: inline-block;
    background: #fff;
    font-weight: 400;
    position: relative;
}
.relevant {
    background: #fff;
    padding: 10px 30px;
    width: 1140px;
    margin: 20px auto 0;
}
.relevant-title {
    position: relative;
    margin-top: 40px;
    padding-top: 0;
}
.relevant-title:before {
    top: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    content: "";
    z-index: 0;
}
.relevant-pic {
    padding: 25px 0 20px;
}
.relevant-pic ul {
    width: 1090px;
}
.relevant-pic ul li {
    float: left;
    margin-right: 28px;
    text-align: center;
    overflow: hidden;
}
.relevant-pic ul li .pic {
    width: 230px;
    height: 106px;
    /* background: #009A62; */
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.relevant-pic ul li:hover .pic {
    opacity: .7;
    /*box-shadow: 0 0 30px #ddd;*/
}
.relevant-pic ul li h5 {
    height: 52px;
    line-height: 45px;
    font-size: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}







/*客服*/
.qqkefu{
    position: fixed;
    bottom:30%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    right:0;
    width:53px
    }
.qqkefu ul li{
    height:47px;
    margin-bottom:1px;
    float:right;
    background:#757575;
    line-height:47px;
    font-size:14px;
    cursor:pointer;
    opacity: 0.9;
    position:relative
}
.qqkefu ul li a{
    color:#fff;
    }
.qqkefu ul li.qq_cza{
    overflow:hidden
    }
.qqkefu ul li:hover{
    background:#ED5B06;
    }
.qqkefu ul li.top{
    color:#1c1c1c;
    font-weight:800;
    text-align:center;
    background:#555 url(../images/top_icon.png) no-repeat center;
    position:relative;
    width:53px;
    cursor:pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    }
.qqkefu ul li.top:hover {
    background-color: #ED5B06;
}
.qqkefu ul li b{
    width:53px;
    height:47px;
    display:block;
    overflow:hidden;
    float:left;
}
.qqkefu ul li b.a{
    background:url(../images/kf/czx4.png) no-repeat center center;
}
.qqkefu ul li b.b{
    background:url(../images/kf/czx3.png) no-repeat center center;
}
.qqkefu ul li b.d {
    background:url(../images/kf/bdsq.png) no-repeat center center;
}
.qqkefu ul li b.c{
    background:url(../images/kf/czx5.png) no-repeat center center;
}
.qqkefu ul li b.lxb{
    background:url(../images/kf/phone0.png) no-repeat center center;
}
.erweima{
    height: 150px;
    position: absolute;
    top: -105px;
    left: -134px;
    background: #FFF;
    border: 1px solid #CCC;
    float: right;
    cursor: default !important;
    display:none;
    }
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
    }
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
    }



.fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.6);
    overflow-y: auto;
    display: none;
}
.show {
    display: block;
}
#fixed_weixin .fixed-container {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    width: 220px;
    height: auto;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px;
}
#fixed_weixin .fixed-container div {
    height: 220px;
}
#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
}



/*产品详情*/
.product-show-container {
    padding-bottom: 62px;
}
.detail-product {
    background: #fff;
}
.detail-product .show-left {
    padding-top: 40px;
    width: 741px;
}
.detail-product .show-left .pic-tit {
    margin: 0 20px;
    width: 112px;
}
.detail-product .show-left .pic-tit ul li {
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.detail-product .show-left .pic-tit ul li.on {
    /*border-color: #ED5B06;*/
}
.detail-product .show-left .pic-show {
    padding-left: 49px;
    width: 482px;
    height: 522px;
    overflow: hidden;
    text-align: center;
    line-height: 522px;
    font-size: 0;
}
.detail-product .show-left .pic-show ul li {
    width: 482px;
    height: 482px;
    overflow: hidden;
}
.detail-product .show-left .pic-show img {
    width: 482px;
}
.detail-product .show-right {
    padding: 40px 23px 0 25px;
    width: 400px;
}
.detail-product .show-right h2 {
    padding-bottom: 5px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.detail-product .show-right h5 {
    font-size: 16px;
}
.detail-product .show-right .cont {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 15px 0 20px;
    min-height: 280px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.detail-product .show-right .btn-box a {
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.detail-product .show-right .btn-box .zixun {
    background-color: #ED5B06;
}
.detail-product .show-right .btn-box .share {
    width: 126px;
    background-color: #B0B0B0;
}
.detail-product .show-right .btn-box .zixun:hover {
    background-color: #D24E02;
}
.detail-product .show-right .btn-box .share:hover {
    background-color: #757575;
}
.product-title {
    padding: 45px 0 48px;
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}


.prodcut-content {
    width: 700px;
    margin-top: 20px;
    background: #fff;
    padding: 0 70px 30px;
}
.product-detail-item {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    /*background: #f4f4f4;*/
}
.product-detail-item ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    color: #333;
    /*cursor: pointer;*/
    position: relative;
}
/*.product-detail-item ul li:first-child:before {
    position: absolute;
    right: -17px;
    top: 10px;
    height: 20px;
    border-right: 1px solid #E0E0E0;
    content: "";
}*/
.product-detail-item ul li.on {
    color: #ED5B06;
}

.new-product {
    margin-top: 20px;
    padding: 0 30px;
    width: 270px;
    min-height: 500px;
    background: #fff;
}
.new-product h3 {
    margin-bottom: 20px;
    height: 50px;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.new-product .new-product-box {
    text-align: center;
}
.new-product .new-product-box ul li {
    margin-bottom: 20px;
}
.new-product .new-product-box ul li .pic {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.new-product .new-product-box ul li .pic img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.new-product .new-product-box ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.new-product .new-product-box ul li p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.rel-product {
    margin-top: 40px;
}
.rel-product .rel-product-tit {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding-bottom: 5px;
}
.rel-product-box {
    padding-top: 20px;
}
.rel-product-box ul li {
    float: left;
    margin-left: 33px;
    text-align: center;
}
.rel-product-box ul li:first-child {
    margin-left: 0;
}
.rel-product-box ul li p {
    font-size: 14px;
    line-height: 30px;
}

/*留言*/
.form-box {
    padding: 30px 50px;
    width: 833px;
    margin: 0 auto;
    background: #fff;
}
.form-box ul {
    width: 872px;
}
.form-box ul li {
    float: left;
    margin-right: 39px;
    margin-bottom: 31px;
    width: 395px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #DCDCDC;
    position: relative;
}
.form-box ul li input {
    line-height: 25px;
    width: 305px;
    text-indent: 5px;
}
.form-box input:focus,
.form-desc .text:focus {
    background-color: #f2f2f2;
}
.form-box .in-tit {
    padding-right: 10px;
    padding-left: 19px;
    font-size: 14px;
    color: #242424;
}
.form-desc {
    margin-bottom: 31px;
    padding-top: 14px;
    width: 831px;
    height: 187px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.form-desc .error {
    bottom: -25px;
}
.form-desc .text {
    vertical-align: top;
    width: 740px;
    height: 160px;
    border: none;
    text-indent: 5px;
    font-size: 14px;
    line-height: 22px;
}
.verification {
    width: 211px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.verification input {
    width: 105px;
    /*background-color: #f2f2f2;*/
    line-height: 25px;
    text-indent: 5px;
}
.verification .v-code {
    position: absolute;
    top: 0;
    left: 225px;
    width: 167px;
    height: 44px;
    line-height: 44px;
}
.sub-btn {
    display: block;
    width: 168px;
    height: 44px;
    line-height: 44px;
    background-color: #ED6A1E;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sub-btn:hover {
    background-color: #D24E02;
    cursor: pointer;
}
span.error {
    position: absolute;
    bottom: -38px;
    left: 0;
    color: #CC0000;
}


/*发展历程*/
.company-develop-content {
    padding-top: 40px;
    height: 350px;
    background: #F0F0F0;
}
/*.company-develop-content .develop-ul li {
    float: left;
    margin-right: 62px;
    padding-left: 14px;
    padding-top: 10px;
    width: 146px;
    height: 70px;
    background: #fff;
    border-radius: 3px;
    position: relative;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.company-develop-content .develop-ul li:hover {
    box-shadow: 0 0 15px #ddd;
}
.company-develop-content .develop-ul li i {
    position: absolute;
}
.company-develop-content .develop-ul li span {
    font-size: 16px;
}
.company-develop-content .develop-two li {
    margin-right: 36px;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
}
.company-develop-content .develop-two li.d4 {
    margin-right: 0;
}
.time-line {
    margin: 24px 0;
    width: 100%;
    height: 22px;
    background: url(../images/ys-line.png) no-repeat center;
}
.company-develop-content .develop-ul li:before {
    position: absolute;
    content: "";
}
.company-develop-content .develop-one li:before {
    bottom: -5px;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #fff;
}
.company-develop-content .develop-two li:before {
    top: -5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
}
.company-develop-content .develop-one .d1:before {
    left: 77px;
}
.company-develop-content .develop-one .d2:before {
    left: 48px;
}
.company-develop-content .develop-one .d3:before {
    left: 37px;
}
.company-develop-content .develop-one .d4:before {
    left: 76px;
}
.company-develop-content .develop-two .d1:before {
    left: 162px;
}
.company-develop-content .develop-two .d2:before {
    left: 128px;
}
.company-develop-content .develop-two .d3:before {
    left: 185px;
}
.company-develop-content .develop-two .d4:before {
    left: 149px;
}*/


/*关于历程*/
.rules{
        height:43px;
        width:994px;
        position: absolute;
        bottom:0px;
}
.mbx span{
    line-height:35px;
    width:404px;
    float:left;
    font-size: 18px;
    color:#555555;
}
.mbx p{
    line-height: 25px;
    font-size: 20px;
    color:#666;
    display: table-cell;
    vertical-align: middle;
}
.rubtn{
    float:left;
    margin-top: 10px;
}
.rubtn a{
    display: block;
    width:120px;
    height:30px;
    float:left;
    font-size: 18px;
    color:#888888;
    font-family: "Arial";
    line-height: 30px;
    position: relative;
    /*left: -2px;*/
}
.faces{
    width:8px;
    height:5px;
    background: url(../images/sj_08.png) no-repeat;
    position:absolute;
    top:100px;
    margin-left: 2px;
}
.focus_in{
    width:76px;
    height:1px;
    position: absolute;
    background: #cfa676;

}
.mbx{
    /*background: #fff;*/
    position: absolute;
    width: 600px;
    height: 88px;
}
.mbx .sss {
    position: relative;
    height: 90px;
    display: table;
    vertical-align: middle;
}
.clen{
      width: 100%;
      height: 160px;
      position: relative;
      margin-bottom: 50px;
      margin-top: 20px;

}
.rubtn .fras{
    color:#ED5B06;
    font-size:24px;
}



.search-bar {
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    /*border-bottom: 1px solid #ECECEC;*/
    font-size: 14px;
}
.search-bar a {
    margin-right: 8px;
}
.search-box {
    /*background: red;*/
}
#search-k {
    position: relative;
    right: -4px;
    width: 200px;
    height: 26px;
    text-indent: 8px;
    color: #666;
}
.search-box .sub-btn2 {
    height: 26px;
    padding: 0 15px;
    background: #009A62;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.search-box .sub-btn2:hover {
    opacity: 0.9;
}

.m_right {
    padding: 50px 0;
}

.pro_list ul li {
    float: left;
}
