﻿@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:relative;}
#index .header {
    margin-bottom: 10px;
    box-shadow: 0 15px 10px -15px rgba(11, 3, 6, .17);
}
    .header .logo{position: absolute;left: 10%;top: 32px;}
    .header .nav {padding-left: 40px;text-align: right;}
    .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: #e7141e;position: absolute;bottom: -20px;left: 0;transition: all 0.5s ease 0s;}

        .header .nav li a:hover:after, #index .nav-index:after, #news .nav-news:after, #about .nav-about:after, #product .nav-product:after, #technology .nav-technology:after, #contact .nav-contact:after {
            width: 100%;
        }
.header .nav li a{color: #000;font-size: 20px;position: relative;}
    .header .nav li a:hover, #index .nav-index, #about .nav-about, #news .nav-news, #product .nav-product, #technology .nav-technology, #contact .nav-contact {
        color: #000;
    }
.swiper-pagination-clickable .swiper-pagination-bullet{background: #ddd;opacity: 1;}
.swiper-pagination-clickable .swiper-pagination-bullet-active{border-radius: 5px;width: 30px;height: 8px;background-color: #e7141e;}

.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: #000;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:#000; 
}
.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;}
  
#index .index, header span a:hover{color: #000;}
#index .index i,header span a:hover i{display: block;}
header span {padding-left: 200px;}
header span a{display: inline-block;font-size: 16px;line-height: 100px;height: 100px;color: #666666;padding: 0 30px;position: relative;}
header span a i{position: absolute;bottom: 30px;width: 50%;height:2px;background: #000;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: #000;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);}


.banner{margin: 0 auto;width: 100%;}
.banner img {width: 100%;height: auto;}
.banner2{margin: 0 auto;margin-top: 30px;text-align: center;}
.banner2 img{width: 100%;max-width: 2221px;}
.i-product{padding: 50px 0;text-align: center;}
.i-product .title h2{text-align: center;font-size: 50px;font-weight: bold;color: #666464;padding-bottom: 50px;}

.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: #e7141e;border-radius: 50px;height: 50px;line-height: 50px;width: 210px;}
 .i-news{padding: 50px 0;}
        .i-news .top{width: 1300px; margin: 0 auto;margin-bottom: 50px;position: relative;}
        .i-news .top .cate{position: absolute;right: 0;top: 50%;margin-top: -30px;}
        .i-news .top .cate a {background: #666464;border-radius: 60px;font-size: 22px; margin-left: 20px; display: inline-block;height: 60px;line-height: 60px;padding: 0 50px;color: #fff;}
        .i-news .top .cate a:hover,.i-news .top .cate a.active{background: #e7141e;}
        .i-news .title{padding-right: 600px;}
        .i-news .title h2{color: #666464;font-size: 50px;font-weight: bold;}
        .i-news .tips{font-size: 30px;color: #666464;line-height: 75px;}
        .i-news ul *{box-sizing: border-box;}
        .i-news ul {display: none}
        .i-news ul a {position: relative;display: block;}
        .i-news ul a .item{display: flex; justify-content:space-between;align-items: center;}
        .i-news ul li{margin-bottom: 30px; width: 1250px;height: 290px;background: #d3d4d1;border-radius: 10px;padding: 20px;position: relative;}
        .i-news ul li .img-box{width: 580px;height: 258px;display: flex;align-items: center;justify-content: center;}
        .i-news ul li .img-box img{width: 100%;}
        .i-news ul li .info{margin: 0 50px;}
        .i-news ul li .info .title{font-size: 30px;color: #666464;}
        .i-news ul li .info .des{font-size: 16px;color: #666464;}
        .i-news ul li .view{border-top-right-radius: 5px;border-bottom-right-radius: 5px;display: flex;align-items: center;justify-items: center;  position: absolute;width: 50px;background: #666464;height: 256px;font-size: 26px;line-height: 1;color: #fff;text-align: center;right: -70px;top: 50%;margin-top: -128px;vertical-align:middle;}
        .i-news ul li a:hover .view{background: #e7141e;color: #fff;}                    
        .footer {background: #3b393a;padding: 30px 0;}
        .footer .nav-box .nav{padding: 30px 0;}
        .footer .nav-box .nav ul{border: 1px solid #fff;text-align: center;padding: 20px 0;border-radius: 5px;}
        .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;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 50px; 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: 50px;}
        .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;bottom: 0;}
       .product-box {background: #fff;padding: 30px 0;width: 1460px;margin: 0 auto;}
        .r-product {float: left;width: 1120px;}
        .r-product ul{padding: .0px 0;width: 105%;}
        .r-product li{width: 360px;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: 358px;border: 1px solid #eeeeee;background: #fff;border-radius: 5px; display:table;  height:360px; 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:360px;min-width: 358px; -webkit-transition:.45s; transition:.45s;width: 100%;}
        .cate-box {width: 300px;height: 100%;margin-right: 40px;float: left;}
        .cate-box .title h2{font-size: 30px;color: #000;}
        .cate-box .title p{font-size: 52px;color: #000;line-height: 1;}

        .cate-box .cate{border-left: 1px solid #000;padding: 150px 0;}
        .cate-box .cate li {margin: 30px 0;}
        .cate-box .cate li a{color: #000;font-size: 24px;padding-left: 5px;position: relative;}
        .cate-box .cate li a:hover,.cate-box .cate li a.active{color: #e7141e;}

        .cate-box .cate li a:hover:after, .cate-box .cate li a.active:after{content: '';background: #e7141e;height: 100%;width: 3px;position: absolute;left: -2px;top: 0;}
         .product-view {float: left;width: 1120px;}
        .goods-pic{display:table; width: 498px;height: 498px;background-color: #fff;margin-top: 20px; float: left;border: 1px solid #ccc;position: relative;}
        .goods-spec{width: 620px;height: 500px; margin-top: 20px;float: left;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: 40px;}
.news-box {background: #fff;padding: 30px 0;width: 1460px;margin: 0 auto;}
        .newslist  {float: left;width: 1120px;}
        .newslist  *{box-sizing: border-box;}
        .newslist  a {position: relative;display: block;}
        .newslist  a .item{display: flex; justify-content:space-between;align-items: center;}
        .newslist li{margin-bottom: 30px; width: 1080px;height: 290px;background: #d3d4d1;border-radius: 10px;padding: 20px;position: relative;}
        .newslist li .img-box{width: 580px;height: 258px;display: flex;align-items: center;justify-content: center;}
        .newslist li .img-box img{width: 100%;}
        .newslist li .info{margin: 0 50px;}
        .newslist li .info .title{font-size: 30px;color: #666464;}
        .newslist li .info .des{font-size: 16px;color: #666464;}
        .newslist li .view{border-top-right-radius: 5px;border-bottom-right-radius: 5px;display: flex;align-items: center;justify-items: center;  position: absolute;width: 50px;background: #666464;height: 256px;font-size: 26px;line-height: 1;color: #fff;text-align: center;right: -70px;top: 50%;margin-top: -128px;vertical-align:middle;}
        .newslist li a:hover .view{background: #e7141e;color: #fff;}
   .news-box {background: #fff;padding: 30px 0;width: 1460px;margin: 0 auto;}
   .news-view  {float: left;width: 1120px;}
    /*内容标题样式*/
    .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; }   
    .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;}
  
/*搜索*/
.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; }
/*底部*/

  .content-box .title{text-align: center;padding: 50px 0;}
  .content-box .title h2{display: inline-block;text-align: center;  position: relative;color: #000;font-size: 50px;font-weight: bold; z-index: 2;border-bottom: 4px solid #e7141e;}

  .about-box .title-box{text-align: center;padding: 50px 0;}
  .about-box .title h2{display: inline-block; text-align: center;  position: relative;color: #666464;font-size: 50px;font-weight: bold; z-index: 2;}

  .about-box .des{padding-bottom: 40px;}
  .about-box .des p{font-size: 20px;color: #666464;margin-bottom: 30px;}
  .about-box .img{width: 100%;margin-bottom: 80px;}
  .lixiang{padding-bottom: 50px;}
  .lixiang ul li h2{font-size: 24px;font-weight: bold;color: #666464;text-align: center;}
  .lixiang ul li p{font-size: 18px;color: #666464;padding: 10px 0;text-align: center;}
    .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;border-bottom: 4px solid #e7141e;}

        .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: #e7141e;text-align: center;margin-top: 10px;cursor: pointer;}
        .Contact-box .map{margin: 50px auto;}
        .Contact-box .map img{width: 100%;}
        .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;}
