﻿@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 {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;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: 100px;position: absolute;top: 0;left: 0;right: 0;z-index: 999;}
.header .left{height: 100px; float: left;width: 45%;background: url(../images/nav.png) no-repeat right top;position: relative;}
.header .left::after{content: '';position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 10px;background-color: #218e49;}
.header .left .logo{position: absolute;left: 10%;top: 40px;}
.header .right{background: #218e49;width: 55%;float: left;height: 100px;}
.header .nav {padding-left: 40px;}
.header .nav li{display: inline-block;line-height: 100px;padding-right: 40px;position: relative;}
.header .nav li a:after {content: "";width: 0;height: 2px;background: #18ff00;position: absolute;bottom: -20px;left: 0;transition: all 0.5s ease 0s;}
.header .nav li a:hover:after, #index .nav-index:after, #about .nav-about:after, #product .nav-product:after, #news .nav-news:after, #technology .nav-technology:after, #contact .nav-contact:after {width: 100%;}
.header .nav li a{color: #fff;font-size: 20px;position: relative;}
.header .nav li a:hover,#index .nav-index,#about .nav-about,#product .nav-product,#honor .nav-honor,#contact .nav-contact{color: #fff;}
.swiper-slide img{border-bottom-left-radius: 80px;border-bottom-right-radius: 60px;}
.img-radius img{border-bottom-left-radius: 80px;border-bottom-right-radius: 60px;}
.swiper-pagination-clickable .swiper-pagination-bullet{background: #fff;opacity: 1;}
.index-banner{background: #218e49;}
.swiper-pagination-clickable .swiper-pagination-bullet-active{border-radius: 5px;width: 30px;height: 8px;background-color: #535353;}
.header .language-box{ width: 70px; position:absolute;right: 3%;height: 70px;top: 50%;margin-top: -35px;line-height: 70px;}
.header .language-box .search{cursor: pointer; display: inline-block;margin-right: 20px; background: url(../images/search.png) no-repeat;background-size:18px auto;width: 18px;height: 18px;}
.header .language-box .language{display: inline-block;}
.header .language-box .language a {position: relative;color: #fff;font-size: 18px;font-weight: bold;}
.header .language-box .language a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -12px;
  width: 0;
  height: 0;
  border: 4px solid transparent; /*以下四个样式对应四种三角形，任选其一即可实现*/
  border-top-color:#fff; 
}
.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 {
    background: #fff;
    width: 13px;
    height: 13px;

}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
    width: 30px;
    border-radius: 13px;
}

.banner{margin: 0 auto;width: 100%;}
.banner img {width: 100%;height: auto;}
.lk{background: #218e49;border-bottom-left-radius: 80px;border-bottom-right-radius: 60px;padding: 80px 0;}
.lk .title h2{position: relative;color: #fff;font-size: 50px;font-weight: bold;display: inline-block;z-index: 2;}
.lk .title h2:after{content: '';position: absolute;left: 0;z-index: -1; bottom: 10px;background: #18ff00;width: 100%;height: 10px;}
.lk .title p{color: #fff;font-size: 50px;font-weight: bold;}
.lk .des{padding: 50px 0;}
.lk .des p{font-size: 20px; color: #fff;line-height: 1.5;}
.lk .more a{color: #218e49; font-size: 22px; display: inline-block;text-align: center;background: #fff;border-radius: 50px;height: 50px;line-height: 50px;width: 210px;}
.lk .img-box {position: absolute;right: 0;top: -20px;}
.lk .img-box img{width: 100%;}
.youshi{padding: 80px 0;text-align: center;background: #fff;}
.youshi .img-box{width: 1580px;margin: 0 auto;}
.youshi img{width: 100%;}
.youshi .title h2{margin-bottom: 50px; position: relative;color: #000;font-size: 50px;font-weight: bold;display: inline-block;z-index: 2;}
.youshi .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
  .i-product{padding: 50px 0;text-align: center;}
                .i-product .title h2{margin-bottom: 50px; position: relative;color: #000;font-size: 50px;font-weight: bold;display: inline-block;z-index: 2;}
                .i-product .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
              
                .i-product ul{width: 1580px;margin: 0 auto;}
                .i-product ul li{width: 770px;float: left;margin: 0 10px;}
                .i-product ul li img{width: 100%;}
                .i-product .more {margin-top: 50px;}
                .i-product .more a{color: #fff; font-size: 22px; display: inline-block;text-align: center;background: #218e49;border-radius: 50px;height: 50px;line-height: 50px;width: 210px;}
    .i-news{background: #f5f5f5;padding: 50px 0;}
        .i-news .top{width: 1560px; margin: 0 auto;margin-bottom: 50px;padding: 0 10px;display: flex;justify-content: space-between; }
        .i-news .title h2{display: inline-block;  position: relative;color: #000;font-size: 50px;font-weight: bold; z-index: 2;}
        .i-news .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
      
        .i-news .tips{flex: 1;text-align: right; font-size: 20px;color: #666464;line-height: 75px;}
        .i-news ul {width: 1580px; display: flex;justify-content:space-between;justify-items: center; }
        .i-news ul *{box-sizing: border-box;}
        .i-news ul a{display: block;}
        .i-news ul li{width: 510px;height: 570px;background: #fff;border-radius: 10px;padding: 20px;display: flex;justify-content: center;}
        .i-news ul li .time{font-size: 22px;color: #777777;margin-bottom: 20px;}
        .i-news ul li .img-box{width: 472px;height: 249px;display: flex;align-items: center;justify-content: center;}
        .i-news ul li .img-box img{width: 100%;}
        .i-news ul li .title{font-size: 28px;color: #666464;font-weight: 500;margin: 30px 0; }
        .i-news ul li .des{font-size: 14px;color: #666464;}  
        
        .product-box {background: #fff;padding: 30px 0;}
        .r-product .list{overflow: hidden;padding: 0 2px;}
        .r-product ul{padding: .0px 0;width: 105%;}
        .r-product li{width: 420px;float: left;margin-right: 20px;margin-bottom: 30px;}
        .r-product li .p_photo:hover{ -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2); box-shadow:0 0 15px rgba(0,0,0,0.2);}
        .r-product .p_photo{width: 418px;border: 1px solid #eeeeee;background: #fff;border-radius: 5px; display:table;  height:420px; overflow:hidden; position:relative; z-index:1;}
        .r-product .p_photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
        .r-product .title{margin-top: 20px;font-size: 20px;color: #000;}
        .r-product .p_photo img{ max-height:420px;min-width: 418px; -webkit-transition:.45s; transition:.45s;width: 100%;}

.c-breadcrumb{font-size:14px; background: #fff;width: 235px;float: left;}
.cate-box{padding: 30px 0;background: #fff;}
.cate {background: #fff;float: left;width: 1065px;text-align: right;}
.cate li{display:inline-block;margin-left: 20px;}
.cate li a{border: 1px solid #000;border-radius: 5px; height: 50px; line-height: 50px;display:inline-block;padding: 0 20px;font-size: 22px;color: #000;}
.cate li a:hover,.cate li a.active{border-color: #218e49;background: #218e49;color: #fff;}
.c-breadcrumb .title h2{display: inline-block;  position: relative;color: #000;font-size: 50px;font-weight: bold; z-index: 2;}
.c-breadcrumb .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
    .product-box{background: #fff;}
        .goods-pic{display:table; width: 598px;height: 598px;background-color: #fff;margin-top: 40px; float: left;border: 1px solid #ccc;position: relative;}
        .goods-spec{width: 700px;height: 600px; margin-top: 40px;float: left;margin-top: 40px;background: #f5f5f5;position: relative;}
        .goods-pic .cell {display: table-cell;vertical-align: middle;text-align: center;}
        .goods-pic .cell img{width: 100%;}
        .goods-spec .title{font-size: 18px;color: #666;padding: 0 50px;margin-top: 50px;}
        .goods-spec .title h1{color: #fff;font-size: 35px;font-weight: bold;color: #000;}
        .goods-spec  .des{padding: 0 50px;margin-top: 50px;}
        .product-box .entry{border-top: 1px solid #000;margin-top: 50px;}  
        .about-box .title-box{text-align: center;padding: 50px 0;}
  .about-box .title h2{display: inline-block; text-align: center;  position: relative;color: #000;font-size: 50px;font-weight: bold; z-index: 2;}
  .about-box .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
  .about-box .des{padding-bottom: 40px;}
  .about-box .des p{font-size: 20px;color: #666464;margin-bottom: 30px;}
  .lixiang{padding-bottom: 50px;}
   .lixiang ul li{width: 50%;float: left;font-size: 24px;color: #666464;padding: 10px 0;}
        .Contact-box .title-box{text-align: center;padding: 50px 0;}
  .Contact-box .title h2{display: inline-block; text-align: center;  position: relative;color: #000;font-size: 50px;font-weight: bold; z-index: 2;}
  .Contact-box .title h2:after{content: '';position: absolute;left: 5%;z-index: -1; bottom: 10px;background: #18ff00;width: 90%;height: 10px;}
 
        .Contact-box h2{font-size: 60px;font-weight: bold;text-align: center;margin-bottom: 30px;color: #000;}
        .Contact-box .message{margin: 20px auto;}
        .Contact-box .message .input{width: 640px;margin:0 5px;float: left;margin-bottom: 10px;}
        .Contact-box .message .input input{width: 645px;height: 55px;line-height: 55px;background: #f2f2f3;border-radius: 10px;text-indent: 2em;}
        .Contact-box .message .content{min-height: 120px;}
        .Contact-box .message .content textarea{width: 100%; min-height: 120px;;background: #f2f2f3;border-radius: 10px;text-indent: 2em;padding-top: 2em;}
        .Contact-box .message .submit{border-radius: 10px; font-size: 30px;font-weight: bold; height: 80px;color: #f2f2f3;line-height: 80px;background: #218e49;text-align: center;margin-top: 10px;cursor: pointer;}
        .Contact-box .map{margin: 50px auto;}
        .Contact-box  li{display: inline-block;}
        .Contact-box  li p{font-size: 26px;color: #000;}
        .Contact-box  li p:last-child{font-weight: bold;}
        .Contact-box .address{padding: 0 60px;border-right: 1px solid #000;}
        .Contact-box .name{padding-right: 60px;border-right: 1px solid #000;}
        .Contact-box .tel{padding-left: 60px;}
.content-box {padding-top:50px;}
.content-box .title h2 {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    z-index: 2;
}
    .content-box .title h2:after {
        content: '';
        position: absolute;
        left: 5%;
        z-index: -1;
        bottom: 10px;
        background: #18ff00;
        width: 90%;
        height: 10px;
    }
    news-box{background: #f7f7f7;}
    /*内容标题样式*/
    .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:#007cc2; font-size:24px; font-weight:300; line-height:1em; }
	.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{ margin-top:20px; padding:0 50px 15px; 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; }
    /*上下一条样式*/
    .next-box{ position:relative; padding:10px 50px 20px; line-height:20px; color:#444; font-size:14px;border-top: 1px dashed #9d9d9d; }
    .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .next-box p{ display:block; width:49%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .next-box p a{ color:#428bca; }
    .next-box p.prev{ float:left; }
    .next-box p.next{ float:right; }
/*搜索*/
.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; }
       .certificate{margin-top: 40px;}
    .certificate ul{width: 105%;}
    .certificate li a{display: block;}
    .certificate li{width: 370px;float: left;margin-right: 20px;margin-bottom: 20px;padding:25px  25px 0;background: #f5f5f5;border-radius: 10px;}
    .certificate .img-box {width:370px;height:518px;text-align:center;vertical-align:middle;;overflow:hidden;display:table;*display:block;position: relative;}
    .certificate .img-box .cell{display:table-cell;vertical-align:middle;text-align:center;}
    .certificate .img-box img {max-width:370px;max-height:518px;}
    .certificate .title{font-size: 16px;color: #272727;font-weight: bold;padding: 25px 0; background: url(../images/dot.png) no-repeat right center;}
  .certificate-box{background:url(../images/cerbg.jpg) no-repeat;background-size:cover;padding: 50px 0;}
        .certificate-box .title{text-align: center;text-transform: uppercase;}
        .certificate-box .title h2{color: #ff6a00;font-weight: bold;font-size: 62px;}
        .certificate-box .title p{font-size: 32px;color: #2d2d2d;}
        .certificate-box .des{text-align: center;padding:40px 0;}
        .certificate-box .des p{color: #000;font-size: 20px;}
        .certificate-box .banner{margin-top: 20px;padding-bottom: 50px;}
/*底部*/
.footer .top {display: flex;justify-content: space-between;height: 89px;width: 100%;}
        .footer .top .left {background: #218e49;width: 40%;position: relative;}
                .footer .top .right{width:60%; background: #fff url(../images/bnav.png) no-repeat left top;}
#index .footer .top .right {background-color:#f5f5f5}

        .footer .nav-box{position: relative;background: #218e49;padding-top: 20px;}
        .footer .nav-box .logo{position:absolute;left: 0; top: -60px;}
        .footer .nav-box .nav{padding: 30px 0; width: 1520px;margin: 0 auto;position: relative;}
        .footer .nav-box .nav ul{border-bottom: 1px solid #fff;display: inline-block;padding-bottom: 10px;}
        .footer .nav-box .nav ul li{display: inline-block;margin-right: 60px;color: #fff;font-size: 20px;}
        .footer .nav-box .nav ul li:last-child{margin: 0;}
        .footer .nav-box .nav ul li a{color: #fff;font-size: 20px;}
        .footer .nav-box .link-info{display: flex; width: 1520px;margin: 0 auto;position: relative;padding-bottom: 30px;}
        .footer .nav-box .link-info p{color: #fff;}
        .footer .nav-box .link-info .name{padding-right: 40px;border-right: 1px solid #fff;}
        .footer .nav-box .link-info .name p{font-size: 22px;}
        .footer .nav-box .link-info .name p:last-child{font-weight: bold;}
        .footer .nav-box .link-info .address{padding: 0 40px; border-right: 1px solid #fff;}
        .footer .nav-box .link-info .address p{font-size: 18px;}
        .footer .nav-box .link-info .address p:last-child{font-size: 22px; font-weight: bold;}
        .footer .nav-box .link-info .tel{padding-left: 40px;}
        .footer .nav-box .link-info .tel p{font-size: 18px;}
        .footer .nav-box .link-info .tel p:last-child{font-size: 22px; font-weight: bold;}
        .footer .nav-box .mp{position: absolute;right: 0;top: 25%;}
