﻿@charset "utf-8";
body{ color:#6a6d69;  font-size:14px;min-width: 1230px;font-family:"微软雅黑","Microsoft Yahei",Arial;overflow-x: auto;}
a{ color:#3e3c3c; text-decoration:none; font-size:14px;}
a:hover{ color:#eb5514; text-decoration:none}
.left{ float:left}
.right{ float:right}
.clear{clear:both;}
.conn-fw img{ width:auto !important; max-width:100%; height:auto !important;}
.container,.news-container{max-width:1200px;margin: 0 auto;padding:50px!important}
    :root{
      --bg:#f6f6f7;
      --card:#ffffff;
      --muted:#6b6b6b;
      --accent:#0071e3;
      --max-w:1200px;
      --gap:28px;
      --radius:18px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }
        /* Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }

        body {
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            max-width: 100%;
            display: block;
        }

        /* Navigation */
        header {
            background: rgba(255, 255, 255, 0.95);
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .nav-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #222;
        }

        nav ul {
            list-style: none;
            display: flex;
            gap: 2rem;
        }

        nav ul li a {
            font-weight: 500;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            color: #0070f3;
        }

        /* Hamburger */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .hamburger div {
            width: 25px;
            height: 3px;
            background: #333;
            margin: 4px 0;
        }

        @media (max-width: 768px) {
            nav ul {
                display: none;
                flex-direction: column;
                gap: 1rem;
                background: white;
                position: absolute;
                top: 70px;
                right: 1rem;
                padding: 1rem;
                box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            }

            nav ul.show {
                display: flex;
            }

            .hamburger {
                display: flex;
            }
        }
               /* Footer */
        footer {
            background: #222;
            color: #fff;
            padding: 2rem 1rem;
        }

        footer .footer-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        footer div {
            margin-bottom: 1rem;
            flex: 1 1 200px;
        }

        footer h4 {
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }

        footer a {
            display: block;
            margin-bottom: 0.5rem;
            color: #ccc;
            transition: color 0.3s;
        }

        footer a:hover {
            color: #fff;
        }
@media(max-width:980px){.nav-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:60px;right:20px;background:#fff;padding:14px;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.12)}.nav-links.open{display:flex}}
.news-container	a{color:#000}	
/* 分页 */
.fenye{height: 25px; line-height: 25px; _background: #F9F9F9; padding: 2px 5px; margin: 20px 4px; _border: solid 1px #ccc; _text-align: center;}
.fenye a{padding:4px 6px 4px 6px; margin:0 2px 0 2px; border:1px solid #aaa; text-decoration:none; color:#333;}
.fenye a.current{background:#cfa372; color:#fff;}
.fenye a:hover{background:#cfa372; color:#fff;}
.list3{ margin-bottom:30px;}
.list3 ul{ padding:4px 0; background:#fff;}
.list3 li{ width:25%; float:left;}
.list3 li a{ display:block; margin-left:2px; margin-bottom:4px; margin-right:0px; background:#fff; position:relative; overflow:hidden}
.list3 li img{width:100%; display:block; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s;}
.list3 li a:hover img{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)}
.list3 .text-wrap{position: absolute; height: 50%; width: 100%; left: 0; bottom: 0; background: -webkit-linear-gradient(-90deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%); background: -moz-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%); background: -ms-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%); background: -o-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%); background: linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);}
.list3 .text-wrap .text{color:#fff; position: absolute; left: 30px; bottom: 25px;}
.list3 .text-wrap .text .title{position: relative; display: inline-block; text-transform: uppercase; font-weight: 400; padding-bottom: 13px; margin-bottom: 13px; line-height: 1.3; font-size: 20px;}
.list3 .text-wrap .text .title:after{width: 60%; height: 1px; background: #fff; display: block; content: ""; position: absolute; left: 0; bottom: 0;}
.list3 .text-wrap .text .main{font-weight: 300; line-height: 1.3; text-transform: uppercase; font-size: 15px;}

.list4{ padding-bottom:50px;}
.list4 li{ padding:25px 10px; border-bottom:1px solid #f0f0f0; position:relative}
.list4 li .img{ float:left; width:268px;}
.list4 li .img img{ display:block; width:268px; height:128px;}
.list4 li .txt{ float:left; width:540px; padding-left:195px;}
.list4 li .txt h4{ margin-bottom:20px;}
.list4 li .txt h4 a{ font-size:18px; font-weight:normal}
.list4 li .txt .times{ position:absolute; z-index:9; left:320px; font-size:26px;top:60px;}
.list4 li .txt .times span{ display:block; font-size:12px;}
.list4 li .txt .cn{ line-height:24px; font-size:12px; color:#bdbdc4}
.list4 li .more{ display:block; width:40px; height:40px; text-align:center; line-height:40px; font-family:"å®‹ä½“"; font-size:20px; font-weight:bold; border:1px solid #f0f0f0; position:absolute; z-index:8; right:50px;top:60px; color:#a3a5b3}

.newspage { padding-top:45px;}
.newspage .title{ margin-bottom:60px;}
.newspage .title{ text-align:center; font-size:28px; font-weight:normal}
.plo .t{ float:right; color:#838383}

.connnews{ line-height:30px; padding-bottom:50px;}
.fw-box{ line-height:24px; padding-bottom:80px;}
.conn-fw .title{ text-align:center; font-size:22px; font-weight:normal; margin-bottom:30px;}

.list5 li{ width:33.33%; float:left; text-align:center}
.list5 li .img{ margin-bottom:10px;}
.list5 li h6{ font-size:16px;}
.list5 li p{ font-size:12px; color:#a7a7a7}

.list6 li{ line-height:40px; border-bottom:1px dashed #dadada}
.list6 li span{ float:right; font-size:12px; color:#838383}
.list6 li i{ color:#838383; font-size:12px; margin-right:15px;}
@media (max-width: 750px){body { min-width:100%}} 
@media(max-width:999px) { }
@media(max-width:767px) {
*, :after, :before{-webkit-box-sizing: border-box; box-sizing: border-box;}
.h-top .nav .sub a img{display:none;}
.h-top .nav .sub .menu_bg{width:100%;}
.h-top .nav .sub a{float:none;}
.menu_bg li:first-child{padding-left:0px!important;}

.weap{ width:100%}
.list2 li{ width:100%; display:block; margin:0 auto; margin-bottom:20px;}
.list2 li .img{ margin-bottom:10px;}

.adder .map{ float:none; width:100%; height:auto; margin-right:0; margin-bottom:10px;}
.adder .txt{ width:100%; float:none;}
.adder .txt .p1{ font-size:16px !important}

.n-banner1{ height:150px;}

.list3 li{ float:none; width:100%}
.list3 li a{ margin-bottom:4px;}
.list3 .text-wrap .text { left:10px;}
.list3 .text-wrap .text .title{ font-size:16px;}
.list3 .text-wrap .text .main{ font-size:14px;}
.list3{ margin-bottom:10px;}

.list4 li{ padding:20px 10px;width: 100%;display: -webkit-box;}
.list4 li .img{ float:none; width:130px;}
.list4 li .img img{ width:100%; height:auto}
.list4 li .txt{ float:none; padding-left:10px;    -webkit-box-flex: 1;}
.list4 li .more{ display:none}

.list4 li .txt h4 a{ font-size:15px;}
.list4 li .txt .times{ position:static; font-size:12px; color:#bdbdc4}
.list4 li .txt .times span{ display:inline-block}
.list4 li .txt h4{ margin-bottom:0px;    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.list4 li .txt .cn{ line-height:20px;    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}	

.newspage {  padding:0 10px;padding-top:45px;}
.newspage .plo{ padding:0; line-height:28px; margin-bottom:15px;}
.newspage .title{ margin-bottom:10px;text-align:center; font-size:20px; font-weight:normal}
.plo .t{ float:none; color:#838383; font-size:12px;}
.newspage img{ max-width:100%; width:auto !important; height:auto !important}

.connnews{ line-height:24px; padding-bottom:30px; font-size:14px !important}

.conn-fw .title{ font-size:20px;}
.fw-box{ padding:0 10px;padding-top:0px; padding-bottom:30px;}	
.fw-box img{ max-width:100%; width:auto !important; height:auto !important}

.list5 li{ width:100%; float:none; margin-bottom:20px;}

.list6 li{ line-height:20px; border-bottom:1px dashed #dadada; padding:10px 0;width: 100%;display: -webkit-box;}
.list6 li span{ display:none}
.list6 li i{ color:#838383; font-size:12px; margin-right:15px; display:block}
.list6 li a{ display:block; -webkit-box-flex: 1;}
}

/*äº§å“è¯¦æƒ…*/
.pc-1{ height:833px; background-color:#f0f0f0 }
.pc{ margin-bottom:5px !important; background-position:center top; background-repeat:no-repeat; background-size:auto 100%; position:relative; overflow:hidden; }
.pc .cc{ position:absolute; z-index:1; left:0; right:0;top:0; bottom:0; }
.pc-1 .txt{ margin-left:-242px;bottom:160px}
.pc .txt{ position:absolute; z-index:2;  left:50%;  text-align:center; }
.pc .txt h3{ margin-bottom:25px; font-size:32px; font-weight:normal}
.pc .txt p{ font-size:14px;  line-height:30px;}
#viewwindow{ position:relative !important;top:auto !important;}
#KeyShotVR{ overflow:hidden; margin:0 auto; width:700px !important; height:613px !important }
#backbuffer{top:-60px !important}

.pc-2{ position:relative;  background:#fff}
.pc-2 .txt{ position:absolute; z-index:1; font-size:14px; top:45px; left:43%;  text-align:center;}

.pc-3{ height:833px; }

.pc-4{ height:832px; background-color:#ecf0f5 }
.pc-4 .txt{ margin-left:-304px; bottom:625px;}

.pc-5{ height:830px; }
.pc-5 .txt{ margin-left:-211px; bottom:284px;color:#fff;}
.pc-5 .txt p{ color:#fff;}

.pc-6{ height:800px; }

.pc-7{ height:830px; }
.pc-7 .txt{ margin-left:-211px; bottom:120px;color:#fff;}
.pc-7 .txt p{ color:#fff;}

.pc-8{ height:600px; }
.pc-8 .txt{ margin-left:0px; bottom:270px;}
.css3-1{width:160px; height:160px; position:absolute; z-index:0;top:160px; left:50%; margin-left:-430px; background:url(../images/dh1.png) no-repeat center; background-size:100%; -webkit-animation: sh-ripple 2s ease infinite; -moz-animation: sh-ripple 2s ease infinite; -o-animation: sh-ripple 2s ease infinite; animation: sh-ripple 2s ease infinite;}

.pc-9{ height:800px; }
.pc-9 .txt h3{ margin-bottom:10px}
.pc-9 .txt{ margin-left:-252px; bottom:590px;}

.css3-2{width:770px; height:300px; position:absolute; z-index:0;bottom:30px; left:50%; margin-left:-100px; background:url(../images/dh2.png) no-repeat center; background-size:100%; -webkit-animation: sh-ripple 2s ease infinite; -moz-animation: sh-ripple 2s ease infinite; -o-animation: sh-ripple 2s ease infinite; animation: sh-ripple 2s ease infinite;}
.p9-1{ width:340px; height:453px; background:url(../images/p9-1.png) no-repeat center; background-size:100%; position:absolute; z-index:0; bottom:100px; left:50%; margin-left:100px;}

.pc-10{ height:900px; }
.pc-10 .txt{ margin-left:-211px; bottom:268px;color:#fff;}
.pc-10 .txt p{ color:#fff;}

.pc-11{ height:600px; }
.pc-11 .txt{ margin-left:-175px; bottom:230px; }
.css3-3{width:720px; height:720px; position:absolute; z-index:0;bottom:30px; left:50%; margin-left:-700px; background:url(../images/dh3.png) no-repeat center; background-size:100%; -webkit-animation: sh-ripple 2s ease infinite; -moz-animation: sh-ripple 2s ease infinite; -o-animation: sh-ripple 2s ease infinite; animation: sh-ripple 2s ease infinite;}
.p11-1{ width:830px; height:600px; background:url(../images/p11-1.png) no-repeat center; background-size:100%; position:absolute; z-index:0; bottom:0px; left:50%; margin-left:-1000px;}	
 
.pc-12{ height:600px; }
.pc-12 .txt{ margin-left:-475px; bottom:240px; }

.pc-13{ height:600px; }
.pc-13 .txt{ margin-left:-50px; bottom:260px; }

.pc-14{ height:860px; }
.pc-14 .txt{ margin-left:-50px; bottom:260px; }

.pc-15{ height:860px; }
.pc-15 .txt{ margin-left:-490px; bottom:500px;color:#fff; }
.pc-15 .txt p{ color:#fff;}

.pc-16{ padding-top:90px; padding-bottom:70px; background:#fff}

.pc-16 .img{ width:550px; text-align:center; float:left; margin-right:50px;}
.pc-16 .txt{ float:left; }
.pc-16 .txt ul{ float:left; width:230px; padding-left:50px;}
.pc-16 .txt .ul1{ border-right:1px solid #ccc}
.pc-16 .txt ul li{ margin-bottom:15px;}
.pc-16 .txt ul  h6{ font-size:18px; margin-bottom:5px; font-weight:normal}
.pc-16 .txt ul  p{ font-size:13px; color:#7e7e7e; line-height:18px;}
@media (max-width: 750px){body { min-width:100% }} 
@media(max-width:767px) {
	body,html{ }
*, :after, :before{-webkit-box-sizing: border-box; box-sizing: border-box;}


.list1 li{ float:none; width:100%}
.list1 li a{ margin-bottom:4px;}
.list1 .text-wrap .text { left:10px;}
.list1 .text-wrap .text .title{ font-size:16px;}
.list1 .text-wrap .text .main{ font-size:14px;}
.list1{ margin-bottom:10px;}


.n-banner{ height:80px; background-position:center}
.plo{ padding:0 10px; height:auto; border-bottom:none; line-height:35px; font-size:14px; margin-bottom:20px;}
.plo a{ font-size:14px;}
.plo .path{ float:none;}
.plo .n-nav{ float:none; text-align:center;border-bottom: 1px solid #f0f0f0;}
.n-nav li{ float:none; display:inline-block}
.n-nav li a{ padding:0 10px;}

.conn{ padding:0 10px; font-size:14px !important; padding-bottom:50px;}
.conn p{ font-size:14px !important}
.conn img{ display:block; width:auto !important; max-width:100%; height:auto; float:none !important; margin:auto !important; margin-bottom:10px !important}

.list2 li{ width:100%; display:block; margin:0 auto; margin-bottom:20px;}
.list2 li .img{ margin-bottom:10px;}

.adder .map{ float:none; width:100%; height:auto; margin-right:0; margin-bottom:10px;}
.adder .txt{ width:100%; float:none;}
.adder .txt .p1{ font-size:16px !important}

.n-banner1{ height:150px;}

.list3 li{ float:none; width:100%}
.list3 li a{ margin-bottom:4px;}
.list3 .text-wrap .text { left:10px;}
.list3 .text-wrap .text .title{ font-size:16px;}
.list3 .text-wrap .text .main{ font-size:14px;}
.list3{ margin-bottom:10px;}

.list4 li{ padding:20px 10px;width: 100%;display: -webkit-box;}
.list4 li .img{ float:none; width:130px;}
.list4 li .img img{ width:100%; height:auto}
.list4 li .txt{ float:none; padding-left:10px;    -webkit-box-flex: 1;}
.list4 li .more{ display:none}

.list4 li .txt h4 a{ font-size:15px;}
.list4 li .txt .times{ position:static; font-size:12px; color:#bdbdc4}
.list4 li .txt .times span{ display:inline-block}
.list4 li .txt h4{margin-bottom:0px; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list4 li .txt .cn{line-height:20px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.newspage {  padding:0 10px;padding-top:65px;}
.newspage .plo{ padding:0; line-height:28px; margin-bottom:15px;}
.newspage .title{ margin-bottom:10px;text-align:center; font-size:20px; font-weight:normal}
.plo .t{ float:none; color:#838383; font-size:12px;}
.newspage img{ max-width:100%; width:auto !important; height:auto !important}

.connnews{ line-height:24px; padding-bottom:30px; font-size:14px !important}

.conn-fw .title{ font-size:20px;}
.fw-box{ padding:0 10px;padding-top:0px; padding-bottom:30px;}	
.fw-box img{ max-width:100%; width:auto !important; height:auto !important}

.list5 li{ width:100%; float:none; margin-bottom:20px;}

.list6 li{ line-height:20px; border-bottom:1px dashed #dadada; padding:10px 0;width: 100%;display: -webkit-box;}
.list6 li span{ display:none}
.list6 li i{ color:#838383; font-size:12px; margin-right:15px; display:block}
.list6 li a{ display:block; -webkit-box-flex: 1;}

.clear{clear:both}
.content-center{width:1180px;margin:0 auto}
.breadcrumb-nav{background:#f7f8f9;padding:52px 0px;}
.breadcrumb-nav .title{color:#44a8f2;margin-bottom:5px;font-size: 38px;line-height: 40px;font-weight: 100}
.breadcrumb-nav .breadcrumb{text-transform: capitalize;font-size: 12px;padding:0 0 0 3px;}
.breadcrumb>li{display: inline-block}
.news_title h3{padding:20px;text-align:center;font-size: 30px}
.news_content{padding-bottom:40px;}
.about_desc{padding-bottom:5px;}
/* .about_page{padding:50px;} */



.ckwx-img{width:722px;margin:0 auto;}
.ckwx-img img{margin-left:15px;margin-bottom:45px;cursor:pointer;background:#cfa372}
.ckwx-img img:hover{background:#780001}
@media(max-width:767px){.content-center{width:100%;margin:0 auto}.breadcrumb-nav{padding:72px 0px 18px 0px}
.breadcrumb-nav .title{margin-bottom:5px;font-size: 28px;line-height: 30px;font-weight: 100}
.index-product{padding:20px 0}
.contact_bg img{padding-top:40px;}
.about_page{padding-top:10px;}
.list1 li a{margin-left:2px;}
}