﻿@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:#f5f5f5;-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 {color:#be080d;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 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: 90px; background:#171717;z-index: 99;}
header .nav {position: relative;}
.cotanct-info {position: absolute; right: 0;top: 50%;margin-top: -20px;}
.cotanct-info .num{font-size: 25px;height: 40px;line-height: 40px; font-weight:bold;color: #fff;background: url(../images/tel.png) no-repeat left center;padding-left: 40px;}

#index .nav-index, #about .nav-about, #product .nav-product, #team .team-index, #news .news-index, #contact .contact-index, header span a:hover {color: #feed01;}
#index .nav-index i, #about .nav-about i, #product .nav-product i, #team .nav-team i, #news .nav-news i, #contact .nav-contact i, header span a:hover i {display: block;}

header span {padding-left: 50px;}
header span a{display: inline-block;font-size: 16px;line-height: 90px;height: 90px;color: #fff;padding: 0 25px;position: relative;}
header span a i{position: absolute;bottom: 20px;width: 50%;height:2px;background: #feed01;left: 25%;display: none;}

header .language{ margin-left:32px; height:28px; line-height:28px; font-size:14px; position:absolute;right: 260px;top: 50%;margin-top: -14px;}
header .language .chose{ display:block; padding-left:40px;padding-right: 15px; cursor:pointer;text-align: center;}
header .language .chose.en{background: url(../images/en.png) no-repeat left center;}
header .language .chose.cn{background: url(../images/cn.png) no-repeat left center;}
header .language .chose:after{ content:">"; position:absolute; right:-5px; top:0;color: #999999; font-family:SimSun,sans-serif; font-size:22px; font-weight:bold; -webkit-transform:rotate(90deg); transform:rotate(90deg);}
header .language ul{ position:absolute; left:0; padding:5px 0; display:block;background: #0256ac;color: #fff;}
header .language li{ font-size:14px; color:#fff;width: 100px;text-align: center;}
header .language li a{ color:#fff;text-decoration: none;}
header .language ul{visibility:hidden; opacity:0; -webkit-transform:translateY(15px); transform:translateY(15px); -webkit-transition:.35s; transition:.35s;}
header .language.active ul{ visibility:visible; opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.swiper-pagination-bullet {
    background: #1d2c3c;
    width: 13px;
    height: 13px;

}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #919ead !important;
    width: 24px;
    height: 8px;
    border-radius: 8px;
}
.banner{margin: 0 auto;width: 100%;}
.banner img {width: 100%; height: auto;}
.common-title{text-align: center;padding-bottom: 50px;}
        .common-title h2{font-size: 40px;color: #181818;font-weight:bold;position: relative;padding-bottom: 20px;}
        .common-title h2:after{position: absolute;content: '';background: #171717;width: 40px;height: 1px;left: 50%;margin-left: -20px;bottom: 0;}
        .common-title p{font-size: 14px;color: #444444;padding-top: 20px;text-transform: uppercase;}
        .r-product{background: #fff;padding: 50px 0;}

        .productitem{width: 308px;background: #fff;margin-right: 20px;border: 1px solid #c4c4c4;}
        .r-product .p_photo {display:table;width:100%;height:310px;overflow:hidden;position:relative;z-index:1;}
        .r-product .p_photo .cell {display:table-cell;vertical-align:middle;text-align:center;}
        .r-product .p_photo img {max-height:100%;-webkit-transition:.45s;transition:.45s;max-width:100%;}
        .productitem:hover .title-box {background: #ffee02;}
        .productitem:hover .info{border-color: #ffee02;background: url(../images/pmore2.png) no-repeat right center;}
        .productitem:hover .info p{color: #000;}
        .r-product .info {padding:15px 0;margin: 0 12px;border-top: 1px solid #939393;background: url(../images/pmore1.png) no-repeat right center;}
        .r-product .info p {color:#939393;font-size:16px;}
        .r-product .info h2 {font-size:16px;color:#000;}
        .r-product .more {text-align:center;padding-top: 80px;}
        .r-product .more a {display:inline-block;text-align:center;background:#313131;color:#fff;padding:12px 50px;font-size: 18px;}
        .swiper-control {text-align: center;padding-top: 60px;position: relative;width: 480px;margin: 0 auto;z-index: 1;}
      
        .swiper-control .prev:before{
            content: '';
            position: absolute;
            left: -110px;
            top: 15px;
            height: 1px;
            background: #171717;
            width: 110px;
        }
        .swiper-control .prev{background: url(../images/l.png) no-repeat; margin-right: 15px;width: 30px;height: 30px;display:inline-block;z-index: 2;cursor:pointer;position: relative;}
        .swiper-control .next{background: url(../images/r.png) no-repeat;width: 30px;height: 30px;display:inline-block;cursor:pointer;z-index: 2;position: relative;}
        .swiper-control .next:before{content: ''; position: absolute;right:-110px;top: 15px;height: 1px;background: #171717;width: 110px;}
.i-about{background: #171717 url(../images/aboutimg.jpg) no-repeat right top;background-size: 65%;}
.i-about .title {background:#ffee02; padding:118px 85px;width: 140px;}
.i-about .title h2{color: #000;font-size: 58px;font-weight: bold;line-height: 1.2;}
.i-about .title p{font-weight: bold;font-size: 18px;color: #000;}
.i-about .title-tips{padding-top: 55px;position: relative;}
.i-about .title-tips .tips{background: url(../images/d.png) no-repeat right top;color: #fff;font-size: 28px;width: 445px;}
.i-about .title-tips .more{position: absolute;right: 0;border-bottom: 1px solid #ffee02;bottom: 10px;}
.i-about .title-tips .more a{color: #ffee02;font-size: 14px;}
.i-about .des {padding-bottom: 80px;}
.i-about .des h2{font-size: 30px;font-weight: bold;color: #ffffff;padding: 40px 0;}
.i-about .des .info{color: #fff;line-height: 35px;font-size: 16px;}
   .i-news{background: #fff;padding: 50px 0;}
    .i-news ul{width: 105%;}
    .i-news li{width: 418px;margin-right: 20px;height: 380px;float: left;border: 1px solid #c4c4c4;position: relative;}
    .i-news li .info{padding: 28px 15px;}
    .i-news li .info h2{color: #171717;font-size: 18px;font-weight: bold;margin-bottom: 10px;}
    .i-news li .info  p{color: #666;font-size: 14px;}
    .i-news li .time{background: #ffee02;color: #000;width: 90px;height: 120px;position: absolute;top: -15px;left: 35px;}
    .i-news li .time .day{font-weight: bold;color: #000;text-align: center;margin-top: 30px;font-size: 28px;line-height: 1;}
    .i-news li .time .year{text-align: center;font-size: 16px;}
    .i-news .more{text-align: center;margin-top: 50px;}
    .i-news .more a{font-size: 16px;text-transform: uppercase; display: inline-block;background: #171717;color: #ffee02;text-align: center;width: 310px;line-height: 55px;height: 55px;}
    .product-box{background: #fff;}
        .product-box ul{width: 105%;overflow: hidden;}
       
        .product-box ul li{width: 308px;background: #fff;margin-right: 20px;border: 1px solid #c4c4c4;float: left;margin-bottom: 20px;}
        
        .product-box .p_photo {display:table;width:100%;height:310px;overflow:hidden;position:relative;z-index:1;}
        .product-box .p_photo .cell {display:table-cell;vertical-align:middle;text-align:center;}
        .product-box .p_photo img {max-height:100%;-webkit-transition:.45s;transition:.45s;max-width:100%;}
        .product-box ul li:hover .title-box {background: #ffee02;}
        .product-box ul li:hover .info{border-color: #ffee02;background: url(../images/pmore2.png) no-repeat right center;}
        .product-box ul li:hover .info p{color: #000;}
        .product-box .info {padding:15px 0;margin: 0 12px;border-top: 1px solid #939393;background: url(../images/pmore1.png) no-repeat right center;}
        .product-box .info p {color:#939393;font-size:16px;}
        .product-box .info h2 {font-size:16px;color:#000;}
        .product-box{background: #fff;}
        .goods-box .cell {display:table-cell;vertical-align:middle;text-align:center;}
        .goods-box img {max-height:100%;-webkit-transition:.45s;transition:.45s;max-width:100%;}

        .goods-box{ position:relative; margin-bottom:15px; padding:30px; font-size:12px;  }
        .goods-pic{ position:relative; float:left; width:685px; *z-index:1; }
        .pic-box{ float:left; }

        .pic-preview{ display:table;overflow:hidden;position:relative;z-index:1;width:600px; height: 600px;; border:1px solid #e8e8e8; }
        /*商品规格*/
    .goods-spec{ position:relative; margin:0 0 0 685px; overflow:hidden; }
    .goods-spec .title{border-bottom: 1px solid #e8e8e8;}
	.goods-spec h1{ display:block; color:#323232; font-size:24px; font-weight:700; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
    .goods-spec .title p{color: #666666;font-size: 18px;padding: 25px 0;}
    .goods-spec .des-box {min-height: 435px;}

    .goods-spec .des-box  .content{ margin-top:20px; font-size:14px; line-height:2em; word-wrap:break-word;color: #666666; }
    .goods-spec .des-box{ position:relative; margin-top:10px; }


.online{color: #999999;text-transform: uppercase;}

.online .tel{font-size: 24px;color: #000;font-weight: 400;background: url(../images/tel2.png) no-repeat left center;padding-left: 30px;}
.product-next{position: absolute;top: 0;right: 0;width: 110px;}
.product-next .prev, .product-next .next{display: inline-block;}
.product-next .prev a{background: url(../images/pl.jpg) no-repeat;width: 40px;height: 70px;display: inline-block;}
.product-next .next a{background: url(../images/pr.jpg) no-repeat;width: 40px;height: 70px;display: inline-block;margin-left: 20px;}
        .team{background: #fff;padding: 50px 0;}
        .team .list{width: 105%;}
        .team .list li{width: 310px;background: #fff;margin-right: 20px;box-shadow:0 0 15px rgba(0,0,0,0.2);border-radius: 5px;float: left;margin-bottom: 20px;}
        .team .list .p_photo {display:table;width: 100%; height:298px;overflow:hidden;position:relative;z-index:1;}
        .team .list .p_photo .cell {display:table-cell;vertical-align:middle;text-align:center;}
            .team .list .p_photo img {
                max-height: 298px;
                -webkit-transition: .45s;
                transition: .45s;
                max-width: 298px;
            }
        .team .list h2 {font-size:16px;color:#000;text-align: center;margin: 15px 0;}
        .team .list li:hover {background: #ffee02;}
/*搜索*/
.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;}
.entry{ margin-top:20px; padding:0 50px 30px; font-size:14px; line-height:2em; word-wrap:break-word; }
.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 strong{ color:#DC2523; }
.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; }
 /*内容标题样式*/
    .meta{ margin:0; padding:50px 50px 0 50px; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h2{ margin:0 0 20px; padding:0; color:#000; font-size:32px; font-weight:300; line-height:1em; }
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#000; font-size:16px; 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; }
.backlist {text-align: center;padding:50px 0;}
.backlist a{display: inline-block;border: 1px solid #d9232e;color: #d9232e;width: 100px;line-height: 46px;text-align: center;} 
.about-box{background: #fff;padding: 50px 0;}
.about-box .title h2{font-size: 30px;color: #171717;text-align: center;}
.about-box .title p{color: #999;font-size: 14px;padding: 20px 0;text-align: center;}
.about-box .info {position: relative;background: #fff;margin-top: 30px;padding-bottom: 8px;}
.about-box .info .des{width: 730px;padding-right: 50px;}
.about-box .info .des p{text-indent: 2em;font-size: 14px;color: #000;line-height: 32px;}
.about-box .info .img{position: absolute;right: 0;top: 0;}
.high{background: #f1f1f1;padding: 40px 0;}
.high h2{font-size: 35px;font-weight: bold;width: 230px;line-height: 1.2;}
.high p{color: #000;font-size: 35px;padding-top: 15px;}
.creat{background: url(../images/aboutbg.jpg) no-repeat 50% 0;height: 399px;margin-top:50px;}
.creat h2{color: #ffee02;font-size: 24px;text-transform: uppercase;text-align: center;padding-top: 90px;}
.creat  p{text-align: center;color: #fff;font-size: 35px;font-weight: 400;padding: 15px 0 55px 0;}
.creat .des{color: #fff;text-align: center;text-indent: 2em;line-height: 32px;}
.technology {padding: 50px 0;background: #fff;}
.technology .section{background: url(../images/ys.jpg) no-repeat left top;}
.technology .info{padding-left: 640px;}
.technology .info .title p{color: #000;font-size: 35px;}
.technology .info .title h2{font-weight: bold;color: #000;font-size: 35px;}
.technology .info .des{padding-top: 40px;}
.technology .info .des p{text-indent: 2em;line-height: 32px;color: #000000;}

.contact-box {background:#fff;padding: 50px 0; }
.contact-box .title h2{font-size: 30px;color: #171717;text-align: center;}
.contact-box .title p{color: #999;font-size: 14px;padding: 20px 0;text-align: center;}
.contact-box .message-box{box-shadow:0 0 15px rgba(0,0,0,0.2);border-radius: 5px;margin-top: 20px;}
.contact-box  .message-box .message{padding: 40px 70px;width: 650px;float: left;height: 420px;}
.contact-box  .message-box .message h2{font-size: 24px;color: #000;margin-left: 12px;}
.contact-box  .message-box .message .input-box{width: 301px;margin: 5px 12px;float: left;}
.contact-box  .message-box .message .textarea{width: 650px;}
.contact-box  .message-box .message .textarea textarea{padding: 1em; background: #f8f8f8;width: 600px;height: 75px;border-radius: 5px;outline: none;}
.contact-box  .message-box .message .input-box  p{border-left: 2px solid #ffee02;color: #333;padding-left: 5px;margin: 10px 0;}
.contact-box  .message-box .message .input-box input{outline: none; width: 301px;background: #f8f8f8;border-radius: 5px;height: 40px;line-height: 40px;text-indent: 1em;}
.contact-box  .message-box .message  .btn{text-align: center;margin-top:20px;}
.contact-box  .message-box .message  .btn .submit{display: inline-block; background: #000;width: 100px; text-align: center;height: 32px;line-height: 32px;color: #fff;border-radius: 32px;}
.contact-box .link-info{background: #f3f3f3;float: left;width: 450px;height: 500px;padding-left: 60px;}
.contact-box .link-info h2{margin-top: 75px;font-weight: bold;color: #000;font-size: 24px;padding-bottom: 12px;}
.contact-box .link-info ul li{color: #171717;font-size: 14px;padding: 12px 0 12px 30px;}
.contact-box .link-info ul li.tel{background: url(../images/tel3.png) no-repeat left center;}
.contact-box .link-info ul li.mobile{background: url(../images/mobile.png) no-repeat left center;}
.contact-box .link-info ul li.email{background: url(../images/email.png) no-repeat left center;}
.contact-box .link-info ul li.address{background: url(../images/map.png) no-repeat left center;}
.contact-box #amap-container{height: 520px;margin:50px 0;}
.newslist{background: #fff;}
.news-box{margin-left: 30px;}
.news-box li{height: 160px;padding: 20px 0;margin: 20px 0;position: relative;background: #f9f8f8;}
.news-box li .time{position: absolute;width: 116px;left: -30px;top: 50%;background: #ffee02;height: 116px;margin-top: -58px;}
.news-box .time .year{font-size: 16px;color: #000;display: block;line-height: 1;text-align: center;}
.news-box .time .date{margin-top: 25px; font-size: 28px;text-align: center; color: #000;display: block;line-height: 1;font-weight: bold;padding: 5px 0;position: relative;}
.news-box li .note {padding-left:135px;float:left;width: 772px;padding-right: 45px;}
.news-box li h2{font-size: 18px;color: #171717;font-weight: bold;}
.news-box li .note p{font-size: 14px;color: #666;margin: 15px 0;}
.news-box li .note .info{padding: 15px 0;}
.news-box li .note span{border: 1px solid #ecebeb;font-size: 14px;text-align: center;color: #000;padding: 8px 10px;border-radius: 5px;}
.news-box .photo{ display:table; width:305px; height:170px; overflow:hidden; position:relative; z-index:1;float: left;}
.news-box .photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
.news-box .photo img{ max-height:170px;max-width: 305px; -webkit-transition:.45s; transition:.45s}
.cate-box{padding: 30px 0;background: #fff;}
.cate-box a{padding: 0 30px;background: url(../images/select.png) no-repeat left center;display: inline-block;color: #171717;    margin-bottom: 15px;
    width: 150px;}
.cate-box a:hover,  .cate-box a.active{background: url(../images/selected.png) no-repeat left center;color: #000;}

/*底部*/
.footer{padding: 50px 0;background: #171717;}
.footer .footer-box{margin: 0 auto;padding-bottom: 30px;}
.footer .footer-box li h4{color: #fff;font-size: 18px;font-weight: bold;text-transform: uppercase;}
.footer .footer-box .column.logo{width: 360px;}
.footer .footer-box .column.logo img{padding-bottom: 35px;}
.footer .footer-box .column.logo p{font-size: 16px;color: #999;line-height: 35px;}
.footer .footer-box .column{font-size: 14px;color: #fff;width: 105px;border-right: 1px solid #999;padding-left: 30px;float: left;min-height: 249px;}
.footer .footer-box .column li{padding: 8px 0;}
.footer .footer-box .column.news{border: none;}
.footer .footer-box .column li a{color: #fff;text-decoration: none;}
.footer .footer-box .column.product{width: 520px;}
.footer .footer-box .column.product li{width: 168px;float: left;}
.footer .footer-box .mp{text-align: right;float: right;}
.footer .footer-box .mp p{text-align: center;font-size: 14px;color: #d5d5d5;}
.footer .footer-box .mp .des{padding: 25px 0;}
.copyright{color: #999;font-size: 14px;padding: 30px 0;background: #000;text-align: center;}