﻿@charset "utf-8";
body{ color:#6a6d69;  font-size:14px;min-width: 1230px;font-family:"微软雅黑","Microsoft Yahei",Arial;overflow-x: auto;}
a{ color:#fff; 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:0px!important}
        /* Global Styles */
        :root {
            --primary-color: #2c3e50;
            --secondary-color: #3498db;
            --accent-color: #e74c3c;
            --light-color: #ecf0f1;
            --dark-color: #2c3e50;
            --text-color: #333;
            --text-light: #7f8c8d;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            color: var(--text-color);
            line-height: 1.6;
            background-color: #f9f9f9;
        }
        
        a {
            text-decoration: none;
            color: var(--secondary-color);
            transition: all 0.3s ease;
        }
        
        a:hover {
            color: var(--accent-color);
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 24px;
            background-color: var(--secondary-color);
            color: white;
            border-radius: 4px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .btn:hover {
            background-color: var(--accent-color);
            color: white;
            transform: translateY(-2px);
        }
        
        .btn-outline {
            background-color: transparent;
            border: 2px solid var(--secondary-color);
            color: var(--secondary-color);
        }
        
        .btn-outline:hover {
            background-color: var(--secondary-color);
            color: white;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .section-title p {
            color: var(--text-light);
            max-width: 700px;
            margin: 0 auto;
        }
        
        .section-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background-color: var(--secondary-color);
            margin: 20px auto;
        }
        
        .product-header{margin-top:50px}
        
    /* Navigation */
    header {
      background-color: #1a1a1a;
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    header .logo {
      font-size: 1.5rem;
      font-weight: bold;
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin-left: 1.5rem;
      font-weight: 500;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #00aced;
    }
    /* Footer */
    footer {
      background-color: #1a1a1a;
      color: white;
      text-align: center;
      padding: 2rem;
      margin-top: 2rem;
    }

    /* Responsive Nav */
    @media (max-width: 768px) {
      header {
        flex-direction: column;
        align-items: flex-start;
      }

      nav {
        margin-top: 1rem;
      }

      nav a {
        display: inline-block;
        margin: 0.5rem 0;
      }

      .banner h1 {
        font-size: 2rem;
        padding: 1rem;
      }
    }
.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;}

.weap{ width:100%}
.h-top .box{ width:100%; height:40px; position:fixed; left:0; right:0;top:0; z-index:999;}
.h-top .logo{ margin-left:2px;}
.nav-search{ display:none}
.h-top .nav{ float:none;}
.h-top .nav .nl{ width:100%; float:none; padding:0}
.h-top .nav .nl .alink{ padding:0 20px; line-height:40px; }
.h-top .nav .nl.on .alink{ border-bottom:none; line-height:40px;}
.h-top .nav .sub{ position:static; background:#8f8f8f}
.h-top .nav .sub a{ text-align:left; padding:0 20px; font-size:14px; background:none; line-height:36px;}
.h-top .shop-a {float:none;}
.h-top .shop-a a{  width:100%; height:48px; line-height:48px; padding:0}
.h-top .nav.language .nl{ text-align:center; background:#f7f8f9}
.h-top .nav.language .nl.on .alink{ color:#6a6d69}
.h-top .language .nl i{ display:block; position:absolute; z-index:2; right:10px;top:20px; margin-top:-3px;}
.h-top.block .topright{ display:block;}
.swiper-container{ display:none}
.swiper-containerwp{ display:block;}
.banner{ height:400px;  }
.banner .cbox{ padding-top:250px; width:100%; text-align:center;}
.banner .cbox .li-a a{ display:inline-block; float:none; height:30px; line-height:30px; margin:0 5px; width:80px}
.banner .cbox .li-a{ margin-top:13px;}
.banner .cbox .li-w{ font-size:18px;}
.banner .cbox .li-w .li1-1{ width:50%}
.banner .li1{ background:url(../images/banner-m-1.jpg) no-repeat center; background-size:cover;}
.banner .li2{ background:url(../images/banner-m-2.jpg) no-repeat center; background-size:cover;}

.video{ height:300px;}
.video .box h3{ margin-bottom:5px; font-size:18px;}
.video .box .tablecell{ height:300px;}
.video .box p{ margin-top:20px}
.banner .pagination{bottom:5px;}

.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;}

.footer{ padding:0;width:100%; padding-top:20px;}
.footer .box{ width:auto;   }
.footer dl.dl1,.footer dl.dl2,.footer dl.dl3,.footer dl.dl4{ width:22.9%;padding:0 4px; padding-bottom:10px;}
.footer dl.dl5{ width:100%; float:none; padding:0;text-align:center; clear:both; border:none; background:#f5f5f5; height:auto; padding-top:10px;}
.footer dl.dl5 dt{ display:none; }
.footer dl .v{ display:none}
.foot span{ display:block}
.foot span:nth-child(3){ display:none}
.t-box .box{ width:320px; margin-left:-160px; height:250px; margin-top:-125px;}
.t-box .box iframe{ width:320px; height:250px; }
.fa-up{width:30px;height:30px; position:fixed;right:10px; bottom:30px; display:block; z-index: 9999;background:url(../images/top.png) no-repeat center;background-size:cover;}

.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;}


/*äº§å“è¯¦æƒ…*/
.pc-1{ height:333px; background-size:auto 223px !important; }
.pc .txt{  left:10px; right:10px}
.pc .txt h3 img{ width:295px}
.pc-1 .txt{ bottom:40px; text-align:center; margin-left:0px; width:100%}
.pc .txt h3{ margin-bottom:10px; font-size:18px; font-weight:normal}
.pc .txt p{ font-size:12px; line-height:20px;}

 

.pc-3{ height:300px; }

.pc-4{ height:382px; background-size:auto 332px; background-position:bottom center }
.pc-4 .txt{ bottom:230px; margin:0;}

.pc-5{ height:330px; }
.pc-5 .txt{ margin-left:0; bottom:60px;color:#fff;}
.pc-5 .txt p{ color:#fff;}

.pc-6{ height:300px; }

.pc-7{ height:330px; }
.pc-7 .txt{ margin-left:0; bottom:50px;color:#fff;}
.pc-7 .txt p{ color:#fff;}

.pc-8{ height:300px; }
.pc-8 .txt{ bottom:20px;}

.pc-9{ height:300px; }
.pc-9 .txt h3{ margin-bottom:10px}
.pc-9 .txt{ margin-left:0; bottom:180px;}

.pc-10{ height:400px; }
.pc-10 .txt{ margin-left:0; bottom:30px;color:#fff;}
.pc-10 .txt p{ color:#fff;}

.pc-11{ height:400px; }
.pc-11 .txt{ margin-left:0; bottom:50px; }
 
.pc-12{ height:200px; }
.pc-12 .txt{ margin-left:0; bottom:30px; }

.pc-13{ height:200px; }
.pc-13 .txt{ margin-left:0px; bottom:120px; }

.pc-14{ height:360px; }
.pc-14 .txt{ margin-left:0px; bottom:30px; }

.pc-15{ height:360px; }
.pc-15 .txt{ margin-left:0; bottom:250px;color:#fff; }
 

.pc-16{ padding:20px 10px;}

.pc-16 .img{ display:none}
.pc-16 .txt{ float:none; }
.pc-16 .txt ul{ float:left; width:55%; padding-left:10px;}
.pc-16 .txt .ul1{ width:45%; padding-right:10px; padding-left:0}

 
.pc-16 .txt ul li{ margin-bottom:10px;}
.pc-16 .txt ul  h6{ font-size:16px; }
.pc-16 .txt ul  p{ font-size:12px; }

#backbuffer{top:0 !important}

.p9-1{ width:100px; bottom:40px; height:133px; margin-left:60px;}
.css3-2{width: 300px; height: 117px; bottom: 10px; margin-left: -50px;}
.p11-1{width: 553px; height: 400px; margin-left: -600px;}
.css3-1{width: 100px; height: 100px; margin-left: -220px; top: 70px;}
.css3-3{width: 400px; height: 400px; bottom: 10px; margin-left: -320px;}
}

@-webkit-keyframes sh-ripple {
	0% {-webkit-transform:scale(0);	-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0;filter:alpha(opacity=0)}
}
@-moz-keyframes sh-ripple {
	0% {-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0;filter:alpha(opacity=0)}
}
@keyframes sh-ripple {
	0% {-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0;filter:alpha(opacity=0)}
}
.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;} */

/* 分页 */
.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;}
/*-- footer --*/
.footer{width:100%;background:#E6E9ED; border-top: 1px solid #e2e2e3;}
/*-- post --*/
.post{background:none;}
.post .entry-cnt{height:auto; line-height:2; font-size:14px; border-top-width: 1px; border-top-style: dotted; border-top-color: #eee; padding:15px 0 0;}
.post .entry-cnt p{line-height:2; font-size:14px;}
.related{padding:10px 5px 10px 5px; border-top:1px solid #eee; border-bottom:1px solid #eee; margin: 20px auto 10px auto;}
.r-left{float:left;}
.r-right{float:right;}
/*-- discuss --*/
.discuss{padding:25px;}

.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;}
}