﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}


textarea {  -webkit-appearance: none;}   


/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#333;}
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; transition: all 0.5s ease 0s; }
a:hover { color: #008e55; }

.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden;}
.nr {width: 1400px; margin: 0 auto; }
@media (max-width: 1440px){
    .nr { width: 1200px; margin:0 auto; }
}
@media (max-width: 1200px){
    .nr { width:92%}
}


.header{ width:100%; box-sizing:border-box; position:fixed; left:0; top:0; z-index:99;  height:90px}
.header .nr{ height:100%; border-bottom:1px solid #96a4bd}
.header .logo{ float:left; height:100%;display:flex;align-items: center;}
.header .logo img{ height:66px}
.header .logo .img1{ display:block}
.header .logo .img2{ display:none}
.header .menu{ display:none}
.header .sea{ display:none}
.header .rt{ float:right; height:100%}
.header .rt .lan{ float:left; background:url(g_01.png) left center no-repeat; padding-left:40px; height:100%; position:relative; cursor:pointer}
.header .rt .lan span{ display:block; height:100%; background:url(g_02.png) right center no-repeat; padding-right:18px; color:#fff; font-size:16px;display:flex;align-items: center;}
.header .rt .lan .a{ display:block; width:100%; position:absolute; left:0; top:100%; z-index:2; display:none}
.header .rt .lan .a a{ display:block; font-size:16px; color:#333; line-height:40px; text-align:center; background:#fff}
.header .rt .lan .a a:hover{ background:#3151a4; color:#fff}
.header .rt .lan:hover .a{ display:block}
.header .rt .form{ display:flex;align-items: center; float:left; height:100%; margin-left:25px}
.header .rt .form .item{ height:42px; width:200px; position:relative}
.header .rt .form .item .inp1{ width:100%; height:100%; box-sizing:border-box;  border:2px solid #7987ae; border-radius:25px; padding:0 80px 0 35px; color:#fff}
.header .rt .form .item .inp1::placeholder{ appearance:none; -webkit-appearance:none; opacity:1; font-size:14px; color:rgba(255,255,255,0.7)}
.header .rt .form .item .inp2{ background:url(g_03.png) center center no-repeat; width:40px; height:100%; position:absolute; right:5px; top:0; z-index:2; cursor:pointer}
.header .nav{ float:right; height:100%}
.header .nav .list{ height:100%}
.header .nav .list>li{ position:relative; float:left; margin-right:40px;height:100%}
.header .nav .list>li>a{ font-size:16px; color:#fff; height:100%;display:flex;align-items: center;  transition:all 0.5s; position:relative}
.header .nav .list>li.on>a,.header .nav .list>li:hover>a{ color:#fff; font-weight:bold}
.header .nav .list>li .xl{ position:absolute; width:120px; left:calc(50% - 60px); top:100%; background:rgba(255,255,255,0.8); box-shadow:0 0 10px rgba(0,0,0,0.1); z-index:9; display:none}
.header .nav .list>li .xl a{ display:block; line-height:40px; color:#333; text-align:center; font-size:14px}
.header .nav .list>li .xl a:hover{ background:#3151a4; color:#fff}
.header .nav .list>li:hover .xl{ display:block}
.header.black{ background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2)}
.header.black .logo .img2{ display:block}
.header.black .logo .img1{ display:none}
.header.black .nr{ border:0}
.header.black .nav .list>li>a{ color:#333;}

.header.black .rt .lan{ background:url(g_01_2.png) left center no-repeat}
.header.black .rt .lan span{ background:url(g_02_2.png) right center no-repeat; color:#333;}


.header.black .rt .form .item .inp1{border:2px solid #9f9f9f; color:#333}
.header.black .rt .form .item .inp1::placeholder{ color:#a6a6a6}
.header.black .rt .form .item .inp2{ background:url(g_03_2.png) center center no-repeat;}




@media (max-width:1440px) {
	.header .nav{}
	.header .nav .list>li{ margin-right:30px}
}

@media (max-width:1200px) {
	.header .menu{ display:block; float:right; background:url(g_01x.png) center center no-repeat; background-size:100%; width:22px; height:100%; margin-left:15px}
	.header .sea{ display:block; float:right; background:url(sea.png) center center no-repeat; background-size:100%; width:21px; height:100%; margin-left:15px}
	.header.black .sea{ background:url(sea1.png) center center no-repeat; background-size:100%;}
	.header.black .menu{ background:url(g_02x.png) center center no-repeat; background-size:100%;}
	.header .rt .shop{ margin-left:15px}
	.header .rt .form{ display:none}
	.header{ height:60px}
	.header .nav{ display:none}
	.header .logo img{ height:30px;}
	.header .rt .tel{ margin-left:0}
}



.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; font-family:"sy" }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}
.slide_nav li.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #7f7f7f;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(o_ico_18.gif) 15px center no-repeat;}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}

.footer{ width:100%; background:url(g_04.png) top center no-repeat; background-size:cover; color:#fff}
.footer .ft01{ padding:60px 0}
.footer .ft01 .nr{ position:relative}
.footer .ft01 .nr:before{ content:""; display:block; width:70%; height:1px; background:rgba(255,255,255,0.3); position:absolute; left:0; top:58px}
.footer .ft01 dl{ float:left;margin-right:80px; }
.footer .ft01 dl dt a{ display:block; padding:20px 0; font-size:18px; line-height:18px; color:#fff; border-bottom:1px solid #fff; text-align:center}
.footer .ft01 dl dt{ margin-bottom:10px}
.footer .ft01 dl dd a{ display:block; font-size:14px; line-height:30px; color:rgba(255,255,255,0.5); text-align:center}
.footer .ft01 dl dd a:hover{ color:#fff; text-decoration:underline}
.footer .ft01 .rt{ float:right}
.footer .ft01 .rt .tel{ font-size:16px; line-height:18px; padding:20px 0; text-align:right}
.footer .ft01 .rt .tel a{ color:#fff}
.footer .ft01 .rt .ewm{ float:right; width:134px;}
.footer .ft01 .rt .ewm .title{ font-size:16px; color: rgba(255,255,255,0.5); text-align:center; padding:5px 0 0 0}
.footer .ft01 .rt .ewm .pic{ width:100%;}
.footer .ft01 .rt .ewm .pic img{ width:100%}
/* 新增：现代化底部样式 2025 */
.footer .ft-main {
    background: linear-gradient(135deg, #1a2a5c 0%, #2d4a8a 50%, #1a2a5c 100%);
    padding: 60px 0 40px;
    color: #fff;
}

.footer .ft-main .nr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #4a90e2, #67b8de);
}

/* 品牌区域 */
.footer-brand .footer-logo {
    margin-bottom: 20px;
}

.footer-brand .footer-logo img {
    height: 40px;
    width: auto;
}

.footer-brand .footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social a:hover {
    background: #4a90e2;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}

.footer-social i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 微信公众号图标 */
.footer-social .icon-wechat-official {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8.691 2.188C3.891 2.188 0 5.476 0 9.53c0 2.212 1.17 4.203 3.002 5.55a.59.59 0 0 1 .213.665l-.39 1.48c-.019.07-.048.141-.048.213 0 .163.13.295.29.295a.326.326 0 0 0 .167-.054l1.903-1.114a.864.864 0 0 1 .717-.098 10.16 10.16 0 0 0 2.837.403c.276 0 .543-.027.811-.05-.857-2.578.157-4.972 1.932-6.446 1.703-1.415 3.882-1.98 5.853-1.838-.576-3.583-4.196-6.348-8.596-6.348zM5.785 5.991c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178A1.17 1.17 0 0 1 4.623 7.17c0-.651.52-1.18 1.162-1.18zm5.813 0c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178 1.17 1.17 0 0 1-1.162-1.178c0-.651.52-1.18 1.162-1.18z'/%3E%3C/svg%3E");
}

/* 微信视频号图标 */
.footer-social .icon-wechat-video {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z'/%3E%3C/svg%3E");
}

/* 抖音号图标 */
.footer-social .icon-douyin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");
}

/* LinkedIn图标 */
.footer-social .icon-linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
}

/* 社交图标项容器 */
.social-item {
    position: relative;
}

/* 二维码弹窗 */
.qrcode-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    width: 140px;
    text-align: center;
    margin-bottom: 10px;
}

/* 二维码弹窗箭头 */
.qrcode-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
}

.qrcode-popup img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 8px;
    border-radius: 4px;
}

.qrcode-popup p {
    font-size: 12px;
    color: #333;
    margin: 0;
    white-space: nowrap;
}

/* 悬停显示二维码 */
.social-item:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* 链接列表 */
.footer-links ul,
.footer-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-products li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-products a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links a::before,
.footer-products a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #4a90e2;
    transition: width 0.3s ease;
}

.footer-links a:hover,
.footer-products a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-links a:hover::before,
.footer-products a:hover::before {
    width: 100%;
}

/* 联系方式 */
.footer-contact .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact .contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-contact .contact-list i {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

.footer-contact .icon-tel {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a90e2'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.footer-contact .icon-email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a90e2'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.footer-contact .icon-addr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a90e2'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

/* 版权区域 */
.footer .ft02 {
    background: #0f1a3a;
    padding: 20px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .ft02 .nr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.copyright-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .ft02 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .ft02 a:hover {
    color: #4a90e2;
}

/* 响应式 */
@media all and (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media all and (max-width: 768px) {
    .footer .ft-main {
        padding: 40px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-col h4 {
        font-size: 16px;
    }

    .copyright-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer .ft02 .lt,
    .footer .ft02 .rt {
        float: none;
        width: 100%;
    }
}

/* 原有样式保留 */
.footer .ft02-old{ background:#3151a4; padding:25px 0; font-size:16px; color:#fff}
.footer .ft02-old a{ color:#fff}
.footer .ft02-old a:hover{ text-decoration:underline}
.footer .ft02-old .lt{ float:left}
.footer .ft02-old .rt{ float:right}
@media all and (max-width:1440px){
	.footer .ft01 dl{ margin-right:60px}
}
@media all and (max-width:1200px){
	.footer .ft01{}
	.footer .ft01 dl{ display:none}
	.footer .ft01 .nr:before{ width:0}
	.footer .ft01 .rt .tel{ text-align:center}
	.footer .ft01{ padding:10px 0 30px}
	.footer .ft01 .rt{ width:100%; text-align:center}
	.footer .ft01 .rt .ewm{ display:inline-block; vertical-align:top; margin:0 15px; float:none}
	.footer .ft01 .rt .ewm .title{ font-size:14px}
	.footer .ft02 .nr{ font-size:12px}
	.footer .ft02 .nr .lt{ float:left; text-align:center; width:100%}
	.footer .ft02 .nr .rt{ float:right; text-align:center; width:100%}
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}

