﻿@charset "utf-8";
/*全局样式*/
@import url("base.css");
body {margin:0 auto;padding:0;width:100%;color:#333;font:14px/1.5 Arial,"Microsoft Yahei";background:#fff;-webkit-font-smoothing:antialiased;}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5 {margin:0;padding:0;border:0;font-family:'Microsoft YaHei','微软雅黑';}
a {color:#333;text-decoration:none;}
a:hover {text-decoration:none;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
ol,ul,li,dl,dd {margin:0 auto;padding:0;list-style-type:none;}
i,em {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
/*Clear Fix*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.mr5{margin-left: 5px !important;}
.mr10{margin-right: 10px !important;}
.clear {clear:both;font-size:0px;height:0px;overflow:hidden;}
.line5 {clear:both;font-size:0px;height:5px;overflow:hidden;}
.line10 {clear:both;font-size:0px;height:10px;overflow:hidden;}
.line15 {clear:both;font-size:0px;height:15px;overflow:hidden;}
.mt50{margin-top: 50px !important;}
.mb50{margin-bottom: 50px !important;} 
/*页面布局*/
.section {position:relative;margin:0 auto;width:1300px;max-width:1300px;text-align:left;}
.wrapper {position:relative;margin:0 auto;padding:0;width:100%;height:auto;text-align:left;overflow:hidden;}
.wrapper:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.wrap-box {width:1300px;}
.bg-wrap {margin:0;padding:0;background:#fff;}
.bg-wrap:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.bg-wrap.nobg {background:none;}
.pad-15 {position:relative;padding:15px;}
.pt-30 {padding-top:30px;}
.icon {position:absolute;display:block;width:20px;height:20px;background:url(../images/icon.png) no-repeat;zoom:1;}
.fl {float:left !important;}
.fr {float:right !important;}
.main-title .title {text-align:center;text-transform:uppercase;}
.main-title h1 {font-size:30px;font-weight:bold;color:#1b1b1b;text-align:center;padding-top:50px;border-bottom:1px solid #d3d3d3;color:#c80007;}
.pagination {margin:28px 0;text-align:center;font-size:14px;}
.main-title .nav-tit {padding:30px 0;text-align:center;color:#a7a7a7;font-size:18px;}
.main-title .nav-tit a {margin-left:10px;color:#a7a7a7;background:#ffffff;border:2px solid #a7a7a7;padding:5px 0;width:180px;display:inline-block;}
.main-title .nav-tit a:hover,.nav-tit a.selected {color:#fff;background:#c6000d;border-color:#c6000d;}
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
.location a{ margin:0 5px; }
.location span{ color:#666; }
/*头部*/
.header{
    height: 100px; 
    z-index: 99;
    line-height: 100px;
    width: 100%;
}
#index .header
{
    position: absolute;
    top: 0;
    left: 0;
}
header .nav {
    position: relative;
}
header span a:hover,#product .nav-product,#about .nav-about,#news .nav-news,#case .nav-case,#contact .nav-contact{color:#005bac}
#index .index, #index header span a:hover{color: #fff;}
#index .index i,header span a:hover i,#product .nav-product i ,#about .nav-about i,#news .nav-news i,#case .nav-case i,#contact .nav-contact i{display: block;}


header span {padding-left: 300px;}
header span a{display: inline-block;font-size: 16px;line-height: 100px;height: 100px;color: #222;padding: 0 30px;position: relative;}
#index  header span a{color: #fff;}
header span a i{position: absolute;bottom: 30px;width: 50%;height:2px;background: #005bac;left: 25%;display: none;}

#index header span a i{background: #fff;}
.lang{position: absolute; right: 0;top: 0;color: #222;width: 100px;}
#index .lang{color: #fff;}
.lang a{color: #222;font-size: 15px;font-weight: bold;margin: 0 5px;}
#index .lang a{color: #fff;}
header .search{position: absolute;right:80px;font-size: 14px;height: 20px;top: 50%;margin-top: -10px;display: inline-block;width: 50px;}
header .search span{background: url(../images/search2.png) no-repeat;width: 20px;height: 20px; display: block;cursor: pointer;} 
#index header .search span{background: url(../images/search.png) no-repeat;}
header .search a{display: inline-block;}

.popup-search{ position:fixed; left:0; top:0; z-index:9999; width:100%; height:100%; opacity:0; visibility:hidden; -webkit-transition:opacity .15s; transition:opacity .15s;}
.popup-search.open{ opacity:1; visibility:visible; -webkit-transition:opacity .45s; transition:opacity .45s;}
.popup-search .popup__overlay{ position:absolute; width:100%; height:100%; background:#000; opacity:.85; filter:Alpha(opacity=85);}
.popup-search .close{ position:absolute; right:30px; top:20px;}
.popup-search .close a{ display:block; width:44px; height:44px; line-height:44px; font-size:42px; text-align:center; color:#fff;}
.popup-search .searchlist{ position:absolute; left:50%; top:50%; display:block; margin-left:-325px; margin-top:-30px; width:650px; height:48px;}
.popup-search .searchbtn{ position:absolute; right:0; top:0; display:block; margin:0; padding:0; width:80px; height:48px; line-height:48px; font-size:16px; text-align:center; color:#999; background:none; border:0; outline:0; cursor:pointer;}
.popup-search .searchtxt { display:block; box-sizing:border-box; margin:0; padding:0 5px; padding-right:85px; width:100%; height:48px; line-height:48px; font-size:16px; color:#999; background:none; border:0; border-bottom:1px solid #888; outline:0;}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #aaaaaa  !important;
}
.swiper-pagination-bullet {
    background: #ffffff;
    width: 40px;
    height: 5px ;
    border-radius: 5px;
}
.banner{margin: 0 auto;width: 100%;}
.banner img {
    width: 100%;
    height: auto;
}
.cate-box .title h2 {
    color: #232323;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    padding-right: 13px;
    position:relative;

}
    .cate-box .title h2:after {
        content: "";
        width: 3px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px;
        background: #232323;
    }
    .cate-box .title b {
        font-size: 14px;
        color: #232323;
        display: inline-block;
        padding-left: 10px;
    }
.cate-box .title p{font-size: 16px;color: #232323;width: 980px;line-height: 35px;}
.cate-box{padding: 50px 0;}
#index .cate-box .cate-list {
    border:none !important;
}
.cate-box .cate-list {
    margin-top: 50px;
    position: relative;
}
.cate-box .cate-item img{border-radius: 5px;width:100%;}
.cate-box .cate-item{width: 310px;margin-right: 20px;float: left;max-height: 372px;position: relative;text-align: center;}
.cate-box .cate-item .ctitle{text-align: left; padding: 0 20px; width: 270px; position: absolute;bottom: 0;left: 0; background: url(../images/t.png) no-repeat right 20px center;color: #fff;font-size: 18px;height: 60px;line-height: 60px;}
.cate-box .cate-item:hover .ctitle{background-color: #2588fd;border-radius: 0 0 5px 5px;}
.cate-box .next-box{position: absolute;top: -50px;right: 0;height: 18px;width: 100px;}
.cate-box .next-box .cate-prev{cursor: pointer; margin-right: 10px; display: inline-block; height: 18px;width: 25px;background: url(../images/left.png) no-repeat center center;background-size: 25px auto;} 
.cate-box .next-box .cate-next{cursor: pointer;display: inline-block; height: 18px;width: 25px;background: url(../images/right.png) no-repeat center center;background-size: 25px auto;}
.i-about .title h2 {
    color: #232323;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    padding-right: 13px;
    position: relative;
}

    .i-about .title h2:after {
        content: "";
        width: 3px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px;
        background: #232323;
    }
    .i-about .title b {
        font-size: 14px;
        color: #232323;
        display:inline-block;
        padding-left:10px;
    }
    .i-about .title p {
        font-size: 16px;
        color: #232323;
        width: 980px;
        line-height: 35px;
    }

.i-about .about-list{padding-top: 30px;}
.i-about .about-list .about-item{float:left;height: 265px;border-radius: 5px;padding-left: 35px;padding-top: 45px;}
.i-about .about-list .company{width: 615px;background:#005bac url(../images/cbg.jpg) no-repeat right center;margin-right: 15px;}
.i-about .about-list .honor{width: 320px;background:#00387d url(../images/hbg.jpg) no-repeat right center;margin-right: 15px;}
.i-about .about-list .case{width: 230px;background:#59bdee url(../images/tbg.jpg) no-repeat right center;}
.i-about .about-list .about-item h3{color: #fff;font-size: 30px;font-weight: bold;}
.i-about .about-list .about-item p{font-size: 14px;color: #fff;padding-top: 10px;}
.i-about .about-list .about-item a{margin-top: 50px; padding: 0 40px; color: #fff;font-size: 14px;display: inline-block;height: 38px;line-height: 38px;border: 1px solid #fff;text-align: center;border-radius: 5px;}
.r-news{padding: 50px 0;background: #fff;}
        .r-news .news-info{padding-top: 30px;}
        .r-news .title h2{color: #232323;font-weight: bold;font-size: 36px;}
        .r-news .title p{font-size: 16px;color: #232323;width: 980px;line-height: 35px;}
        .r-news .left{width: 650px;float: left;margin-right: 30px;}
        .r-news .date{font-size: 14px;color: #878787;padding-left: 30px;padding-top: 30px;display: block;}
        .r-news .left h2{font-size: 18px;color: #666666;padding: 15px 0 15px 30px;}
        .r-news .left p{font-size: 14px;color: #999999;padding-bottom: 30px;line-height: 30px;}
        .r-news .left .img-box{text-align: center;}
        .r-news .left .more{display: inline-block;text-align: center;background: #fff;color: #878787;padding: 10px 40px;margin-bottom:30px;margin-left: 30px;}
        .r-news .right{width:620px;float: left;}
        .r-news .right li{padding:25px 0;border-bottom: 1px solid #eee;position: relative;}
        .r-news .right .info{padding-left: 120px;}
        .r-news .right .time{position: absolute;left: 0;top: 50%;margin-top: -36px; width: 105px;height: 72px;}
        .r-news .right .time span{display: block;line-height: 1;text-align: center;}
        .r-news .right .time .day{color: #bdbdbd;font-weight: bold;font-size: 44px;}
        .r-news .right .time .year{color: #bdbdbd;font-size: 14px;}
        .r-news .right li:hover{background: #2469b2;}
        .r-news .right li:hover h2{color: #fff;}
        .r-news .right li:hover p{color: #fff;}
        .r-news .right li:hover .day{color: #fff;}
        .r-news .right li:hover .year{color: #fff;}
        .r-news .right li h2{font-size: 24px;color: #232323;}
        .r-news .right li p{color: #878787;font-size: 14px;}
        .r-news .news-title{color: #2b2b2b;font-size: 48px;padding: 25px 0;}
        .r-news .more{text-align:center;margin-top: 30px;}
        .r-news .more a{display: inline-block;color: #2588fd;border: 1px solid #2588fd;height: 38px;line-height: 38px;padding: 0 40px;border-radius: 5px;}
         .youshi *{box-sizing: border-box;}
         .youshi .section{background: url(../images/k.png) no-repeat right top 270px; background-size:50%}
        .youshi .left{width: 650px;}
        .youshi .left li{width: 50%;float: left;height: 475px;padding-top: 60px;}
        .youshi .left li h3{font-size: 24px;font-weight: bold;padding: 30px 0;}
            .youshi .left li h3 b {
                font-size:30px;
            }
        .youshi .left li p{color: #232323;line-height: 30px;}
        .youshi .title{text-align: center;}
        .youshi .experience,.youshi .team{padding-left: 55px;}
        .youshi ul{background: url(../images/dot.png) no-repeat center center;}  
        .service {background: #eeeeee;padding: 100px 0;}
        .service .title{text-align: center;color: #232323;}
        .service .title h2{font-size: 36px;font-weight: bold;padding-bottom: 25px;}
        .service .title p{font-size: 16px;padding: 5px 0;}
        .service .messsage-box{background-color: #fff;padding: 60px;margin-top: 60px;}
        .service .messsage-box li{width: 242px;float: left;padding-right: 50px;}
        .service .messsage-box li p{color: #969494;padding-left: 10px;padding-bottom: 15px;}
        .service .messsage-box li input{text-indent: 10px; height: 40px;line-height: 40px;outline: none;background: #f5f5f5;width:242px;}
        .service .messsage-box li button{background: #2588fd;width: 183px;line-height: 40px;color: #fff;height: 40px;border-radius: 5px;cursor:pointer;}
              .service .title p span{background: url(../images/tel2.png) no-repeat left center;padding-left: 35px;height: 40px;display: inline-block;line-height: 40px;}
        .service .title p  a {
    color: #232323;
    margin-left: 30px;
    display: inline-block;
    width: 130px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    height: 36px;
    margin-top: 20px;
}
  .contact-box #amap-container{width: 100%;height: 400px;float: left;}
        .contact-box .section{width: 1302px;}
        .contact-box  ul{padding: 45px 0;}
        .contact-box li h3{margin-bottom: 30px; color: #005bac;font-size: 24px;position: relative;padding-bottom: 20px;padding-top: 10px;}
        .contact-box li h3:after{position: absolute;width: 26px;height: 3px;background: #b5b5b5;left: 50%;margin-left: -13px;bottom: 0;content: ""; }
        .contact-box  li{height: 223px;padding: 50px 0; text-align: center; width: 323px;border: 1px solid #c9c9c9;margin: -1px 0 0 -1px;overflow: hidden;float: left;}
        .contact-box .title h2{font-weight: bold;font-size: 36px;padding-bottom: 20px;border-bottom: 5px solid #005bac;padding-top: 45px;}
       
        .contact-box .address{color: #969696;padding: 30px 0;}
        .contact-box .address b{color: #232323;font-size: 24px;}
        .contact-box li p{color:#232323;font-size: 18px;} 
.about-intr{background:#f8f8f8 url(../images/aboutbg.jpg) no-repeat right top;padding: 100px 0;}
.about-title{background: url(../images/d.png) no-repeat left top;padding: 30px 0;}
.about-title p{font-size: 36px;color: #232323;}
.about-title h2{font-size: 36px;color: #232323;font-weight: bold;}
.about-info h3{color: #dcdcdc;font-size: 30px;font-weight: bold;padding-bottom: 30px;}
.about-info{width: 820px;}
.about-info p{text-indent: 2em;line-height: 32px;}
.about-intr ul{margin-top: 70px;}
.about-intr li{border: 1px solid #d2d2d2;width: 246px;height: 210px;float: left;margin-right: 30px;padding: 25px 0;}
.about-intr li img{margin-left: 20px;}
.about-intr li .info{margin: 0 20px;border-top: 1px solid #d2d2d2;margin-top: 25px;padding-top: 20px;}
.about-intr li .info h3{color: #2e2e2e;font-weight: bold;font-size: 24px;}
.about-intr li .info  p{font-size: 14px;color: #898989;}
.about-brand{background: url(../images/h.jpg) no-repeat 0 50%;height: 321px;padding: 215px 0;}
.about-brand-info{width: 858px;height: 279px;background: url(../images/hbg.png) no-repeat center center;margin: 0 auto;}
.about-brand-info .des{width: 710px;margin: 0 auto;padding-top: 25px;}
.about-brand-info h2{font-size: 60px;color: #fff;font-weight: bold;text-align: center;padding-top: 45px;}
.about-brand-info p{color: #fff;font-size: 18px;line-height: 35px;}
.about-cer {position: relative;padding-top: 50px;}
.about-cer .next-box{position: absolute;top: 150px;right: 0;height: 18px;width: 100px;}
.about-cer .next-box .cate-prev{cursor: pointer; margin-right: 10px; display: inline-block; height: 18px;width: 25px;background: url(../images/left.png) no-repeat center center;background-size: 25px auto;} 
.about-cer .next-box .cate-next{cursor: pointer;display: inline-block; height: 18px;width: 25px;background: url(../images/right.png) no-repeat center center;background-size: 25px auto;} 
.about-environment img{max-width: 314px;max-height: 204px;}
.about-cer .about-cer-item{text-align: center;border: 1px solid #d2d2d2;width: 314px;height: 246px;}
.about-cer .about-cer-item img{max-width: 310px;max-height: 242px;}
.about-cer-box {padding-bottom: 50px;}
.news-box{background: #fff;}
.news-box ul{width: 105%;overflow: hidden;}
.news-box li{width:620px;height: 175px;float: left;margin-right: 60px;border-bottom: 1px dashed #dcdcdc;margin-top: 35px;}
.news-box li .time{color: #232323;font-size: 14px;}
.news-box li h2{color: #232323;font-size: 18px;padding: 20px 0;}
.news-box .title h2{font-weight: bold;font-size: 36px;padding-bottom: 20px;border-bottom: 5px solid #005bac;padding-top: 45px;}
.news-box li a:hover .time{color: #005bac;}
.news-box li:hover {border-bottom: 1px solid #005bac;}
.news-box .info p{color: #b0afaf;}

/*搜索*/
.search-tit {display:block;margin:0 30px;padding-top:15px;line-height:38px;border-bottom:1px solid #f0f0f0;}
.search-tit h3 {display:inline-block;color:#333;font-size:16px;font-weight:normal;}
.search-tit span {margin-left:15px;color:#999;font-size:14px;}
.search-tit span strong {margin:0 2px;color:#1e7bb3;font-weight:600;}
.n-list {padding:15px 30px;}
.n-list li {display:block;padding-bottom:15px;border-bottom:1px solid #f0f0f0;overflow:hidden;}
.n-list li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.n-list li h2 {padding:15px 0 15px;font-size:18px;line-height:24px;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.n-list li h2 a {color:#333;text-decoration:none;}
.n-list li h2 a:hover {color:#8CAC52;}
.n-list li .note b {position:relative;display:block;float:left;margin-right:16px;width:118px;height:118px;border:1px solid #e8e8e8;font-style:normal;}
.n-list li .note b img {min-width:100%;min-height:100%;width:100%;_height:100%;}
.n-list li .note p {display:block;font-size:14px;max-height:84px;line-height:28px;font-weight:500;color:#666;overflow:hidden;}
.n-list li .note .info {padding-top:10px;height:20px;line-height:20px;}
.n-list li .note .info span {margin-right:10px;color:#999;font-size:12px;}
.n-list li .note .info span i {margin-right:3px;font-size:12px;}
.n-list .nodata {margin-top:30px;color:#666;font-size:14px;line-height:100px;text-align:center;}
/*分页*/
div.digg {margin:0;padding:0;text-align:left;font-size:14px;display:inline-block;}
div.digg a {display:block;float:left;padding:5px 12px;margin:0 0 0 8px;border:1px solid #e1e2e3;line-height:20px;height:20px;color:#666666;background:#fff;text-decoration:none;border-radius:3px;}
div.digg a:hover {border:1px solid #0166b3;background:#0166b3;color:#fff;}
div.digg span {display:block;float:left;padding:5px 0;line-height:20px;height:20px;}
div.digg span.current {padding:5px 12px;margin:0 0 0 8px;color:#fff;font-weight:bold;background:#0166b3;border-radius:3px;}
div.digg span.disabled {border:1px solid #eee;padding:5px 12px;margin:0 0 0 8px;color:#ddd;}   

.contact-us{background: url(../images/contactbg.jpg) no-repeat 0 50%;height: 201px;}
.contact-us .title {padding-top: 50px;}
.contact-us .title h2{color: #fff;font-weight: bold;font-size: 36px;}
.contact-us .title p{color: #91b6f5;font-size: 32px;padding-top: 5px;}
.contact-us .contact-now{width: 310px;position: absolute;right: 50px;top: 45px;}
.contact-us .contact-now .tel{background: url(../images/tel2.png) no-repeat left center;padding-left: 55px;font-size: 32px;color: #fff;font-weight: bold;}
.contact-us .contact-now a{ color: #fff;margin-left: 70px;margin-top: 25px; display: inline-block;width: 173px;border: 1px solid #fff;text-align: center;line-height: 43px;height: 43px;}
    /*内容标题样式*/
    .meta{padding-top:50px;text-align: center; }
	.meta:after{ clear:none; content:""; display:block; height:3px; background: #005bac; }
	.meta h2{ margin:0 0 20px; padding:0; color:#232323; font-size:36px; font-weight:bold; line-height:1em; text-align: center;}
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#999; font-size:12px; line-height:14px; }
    .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
    .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }
    /*内容详细样式*/
    .entry{font-size:14px; line-height:2em; word-wrap:break-word; padding: 30px 0;}
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }
    /*上下一条样式*/
   .news-box .next-box{ position:relative; padding:20px 0; line-height:20px;  font-size:15px;border-top:1px dashed #ddd;border-bottom: 1px solid #ddd;}
     .news-box .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .news-box .next-box p {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 15px 0;
    }
        .news-box .next-box p a {
            color: #232323;
        }
  .case-box .title h2{font-weight: bold;font-size: 36px;padding-bottom: 20px;border-bottom: 5px solid #005bac;padding-top: 45px;}
  .case-box ul{margin-top: 60px;width: 105%;overflow: hidden;}
  .case-box li{width: 620px;float: left;margin-right: 60px;margin-bottom: 60px;position: relative;}
  .case-box .photo{ display:table; width:100%; height:325px; overflow:hidden; position:relative; z-index:1;}
  .case-box .photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
  .case-box .photo img{ max-height:325px;min-width: 620px; -webkit-transition:.45s; transition:.45s}
  .case-box .info{z-index: 22; background: url(../images/caset.png) no-repeat left center;padding-left: 40px;position: absolute;left: 25px;bottom: 25px;}
  .case-box .info h3{color: #fff;font-size: 18px;}
  .case-box .info p{color: #bab9b9;font-size: 14px;}    
        .case-box-view .left{width: 940px;float:left;margin-right: 60px;}
        .case-box-view .left .title{font-weight: bold;color: #232323;font-size: 36px;padding: 35px 0;}
        .case-box-view .left .case-body{background: #f1f1f1;padding: 50px 40px;}
        .case-box-view .right{width: 300px;float:left;}
        .case-box-view .right li{margin: 20px 0;}
        .case-box-view .right .title{margin-top: 70px; background: url(../images/title.png) no-repeat left center;padding-left:18px;font-size: 24px;color: #232323;}
        .case-box-view .right .photo{ display:table; width:100%; height:158px; overflow:hidden; position:relative; z-index:1;}
        .case-box-view .right .photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
        .case-box-view .right .photo img{ max-height:158px;min-width: 300px; -webkit-transition:.45s; transition:.45s}
        .case-box-view .right p{padding-top:12px;color: #232323;font-size: 16px;}
        .product-box {background: #fff;padding: 50px 0;}
        .r-product .list{overflow: hidden;padding: 0 2px;}
        .r-product ul{width: 105%;}
        .r-product li{width: 310px;float: left;margin-right: 20px;margin-bottom: 20px;}
        .r-product .p_photo:hover{ border-color: #005bac;}
        .r-product .p_photo{ display:table; width:308px; height:308px; overflow:hidden; position:relative; z-index:1;border: 1px solid #e5e5e5;}
        .r-product .p_photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
        .r-product .p_photo img{ max-height:308px;max-width:308px; -webkit-transition:.45s; transition:.45s}
        .r-product .info{padding-top: 24px;text-align: center;}
        .r-product .info h3{font-size: 16px;color: #313131;}
        .r-product .info p{font-size: 14px;color: #7a7a7a;padding-top: 5px;}
        .cate-box{background: #fff;}
        .cate-box .cate-list{border-bottom: 1px solid #e5e5e5;}
        .cate-box .cate-list li {display: inline-block;padding-bottom: 10px;}
        .cate-box .cate-list li a{color: #6e6e6e;font-size: 16px;padding: 0 50px;position: relative;}
            .cate-box .cate-list li a:hover, .cate-box .cate-list li a.active {
                color: #247ddf;
            }

            .cate-box .cate-list li a:after {
                bottom: -15px;
                left: 0;
                position: absolute;
                content: '';
                width: 100%;
                height: 2px;
                background: #247ddf;
                display: none;
            }
            .cate-box .cate-list li a:hover:after, .cate-box .cate-list li a.active:after {
                display: block;
            }
.product-relate ul {width:105%;overflow:hidden;}
.cate-box .subcate {
    margin-top: 30px;
}
   .cate-box .subcate li {display:inline-block;}
        .cate-box .subcate li a{color: #6e6e6e;font-size: 14px;margin: 0 10px;padding-bottom: 5px;}
        .cate-box .subcate li a:hover, .cate-box .subcate li a.active{color: #247ddf;border-bottom: 1px solid #247ddf;}
     .product-box{background: #fff;}
        .goods-pic{width: 598px;height: 598px;float: left;margin-right: 50px;margin-top: 40px;border: 1px solid #eee;}
        .goods-spec{width: 650px;min-height: 600px; margin-top: 40px;float: left;background: url(../images/plogo.png) no-repeat right bottom;}
.goods-pic .cell img{
    max-width: 598px;
    max-height: 598px
}
.goods-spec .model {
    border-bottom: 2px solid #dcdcdc;
}
        .goods-spec .model h2{color: #232323;font-size: 24px;padding-bottom: 10px;position: relative;}
        .goods-spec .model h2:after{position: absolute;content: "";left: 0;bottom: -1px;width: 110px;height: 2px;background: #005bac;}

        .goods-spec .des-box .info{font-size: 14px;color: #767676;padding-top: 20px;}

        .goods-spec .list{padding-top: 30px;}
            .goods-spec .list .next {
            display:inline-block;}
            .goods-spec .list .next a {
                margin-right: 5px;
                border: 1px solid #005bac;
                color: #005bac;
                text-align: center;
                display: inline-block;
                line-height: 40px;
                width: 40px;
                border-radius: 10px;
            }
        .goods-spec .list a.back{text-align: right;color: #fff;background: #005bac;padding: 0 36px;line-height: 40px;border-radius: 5px;margin-right: 5px;display: inline-block;}
.product-body{margin-top: 50px;}
.product-relate h2{font-size: 30px;font-weight: bold;color: #232323;padding: 30px 0;text-align: center;}
     
.footer{padding: 50px 0;background: #000;}
.footer ul{padding-top:20px ;}
.footer h2{color: #6a6a6a;font-size: 14px;position: relative;padding-bottom: 15px;}
.footer h2:after{width: 2em;height: 2px;background: #6a6a6a;content: '';position: absolute;left: 0; bottom: 0;}
.footer .link-box{padding-bottom: 40px;}
.footer .nav ul li{padding:5px 0 ;}
.footer .nav ul li a{color: #fff;}
.footer .nav{width: 203px;float: left;}
.footer .product-cate {width: 500px;float:left;padding-right: 200px;}
.footer .product-cate ul li{padding:5px 0;width: 250px;float: left;}
.footer .product-cate ul li a{color: #fff;}
.footer .mp{width: 340px;float: left;color: #fff;}
.footer .mp img{float: left;}
.footer .mp h4{color: #6a6a6a;font-size: 15px;}
.footer .mp  span{color: #fff;padding: 15px 0;display: inline-block;}
.footer .mp .title{float: left;padding-top: 30px;padding-left: 10px;color: #fff;}
.footer .mp .title h3{font-size: 18px;}
.footer .copyright{background: url(../images/logo2.png) left center no-repeat;padding-left: 125px;padding-top: 15px;padding-bottom: 15px; border-top: 1px solid #484848; color:#484848;font-size: 14px;}
.footer .copyright a{color: #484848;}