    * {
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    /* 电脑端 */
    
    @media screen and (min-width: 960px) {
        .pchead {
            width: 100%;
            height: 70px;
            background-color: #000000;
            padding: 0px 235px;
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 999
        }
        .logo img {
           /* height: 70px;*/
            width: 120px;
        }
        .pcnav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 70px;
        }
        .pcnav li {
            width: 100px;
            height: 70px;
        }
        .pcnav li a {
            display: block;
            width: 100%;
            height: 70px;
            line-height: 70px;
            text-align: center;
            color: white;
            font-size: 14px;
        }
        .active {
            border-bottom: 2px solid#e1b320;
            color: #e1b320 !important;
        }
        .swiper-container1 {
            width: 100%;
        }
        .swiper-container1 img {
            width: 100%;
        }
        .mbhead {
            display: none;
        }
        .hidemenu {
            display: none;
        }
        .indexabout {
            width: 100%;
            height: 450px;
            
            background-size: 100% 100%;
            padding-top: 150px;
        }
        .indexaboutcon {
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .indexaboutconleft {
            width: 50%;
        }
        .indexaboutconleft h1 {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexaboutconleft span {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .indexaboutconleft p {
            font-size: 16px;
            color: #606060;
            text-indent: 2em;
            line-height: 25px;
        }
        .indexaboutconright {
            width: 52%;
            display: flex;
            text-align: center;
           /* padding-left: 200px;*/
            padding-top: 40px;
        }
        .indexaboutconright p {
            font-size: 48px;
            color: #555555;
            font-weight: bold;
        }
        .honer {
            margin-left: 100px;
        }
        .honer span {
            font-size: 14px;
            color: #999999;
        }
        .more {
            display: block;
            margin-top: 30px;
            font-size: 14px;
            color: #555555;
        }
        .indexpro {
            margin-top: 50px;
            width: 100%;
        }
        .indexprocon {
            width: 80%;
            margin: 0 auto;
        }
        .indexprocon .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexprocon .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .swiper-container2 {
            width: 100%;
        }
        .swiper-container2 img {
            width: 100%;
        }
        .name {
            font-size: 18px;
            color: #333333;
            margin-bottom: 10px;
        }
        .fl {
            font-size: 16px;
            color: #666666;
            margin-bottom: 10px;
            height: 90px;
        }
        .jg {
            font-size: 16px;
            color: #ff0000;
        }
        .go {
            display: block;
            margin-top: 10px;
            width: 120px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            color: #606060;
            border: 1px solid#606060;
            border-radius: 5px;
        }
        .swiper-container3 {
            display: none;
        }
        .morepro {
            width: 350px;
            display: block;
            background-color: #f8f8f8;
            font-size: 14px;
            color: #888888;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin: 0 auto;
            margin-top: 55px;
        }
        .quality {
            width: 100%;
            height: 410px;
            
            background-size: 100% 100%;
            margin-top: 100px;
            text-align: right;
            padding-right: 200px;
            padding-top: 130px;
        }
        .quacon h1 {
            font-size: 24px;
            color: white;
            margin-bottom: 15px;
        }
        .quacon span {
            color: white;
            font-size: 18px;
            background-color: #ffc91f;
            display: inline-block;
            padding: 5px 10px;
            margin-bottom: 15px;
        }
        .quacon p {
            font-size: 12px;
            color: white;
        }
        .indexnew {
            width: 100%;
            margin-top: 100px;
        }
        .indexnewcon {
            width: 80%;
            margin: 0 auto;
        }
        .indexnewcon .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexnewcon .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .indexnewcontent {
            display: flex;
            width: 100%;
            margin-top: 50px;
            justify-content: space-between;
        }
        .indexnewcontentleft {
            width: 50%;
        }
        .indexnewcontentleft img {
            width: 100%;
        }
        .indexnewcontentleft strong {
            font-size: 20px;
            margin-top: 25px;
        }
        .indexnewcontentleft span {
            display: block;
            font-size: 14px;
            color: #cccccc;
            margin-top: 30px;
        }
        .indexnewcontentleft p {
            color: #888888;
            font-size: 14px;
            line-height: 25px;
            margin-top: 15px;
        }
        .indexnewcontentright {
            width: 50%;
            padding: 10px 30px;
        }
        .indexnewcontentright ul {
            width: 100%;
        }
        .indexnewcontentright ul li {
            width: 100%;
            padding: 10px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px dashed#cccccc;
            margin-bottom: 20px;
        }
        .indexnewcontentright ul li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
			width:70%;
            font-size: 14px;
            color: #555555;
        }
        .indexnewcontentright ul li:hover {
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
            border-bottom: none;
        }
        .indexnewcontentright ul li span {
            font-size: 16px;
            color: #606060;
        }
        .footer {
            width: 100%;
            min-height: 300px;
            padding: 88px 235px;
            background-color: #2b2e42;
            margin-top: 100px;
            display: flex;
            justify-content: space-between;
        }
        .footerleft {
            width: 60%;
            color: #9ea0a9;
            font-size: 14px;
        }
        .footerleft h6 {
            font-weight: normal;
            font-size: 14px;
            color: white;
            margin-bottom: 10px;
        }
        .footerleft h5 {
            color: #9ea0a9;
            font-size: 14px;
        }
        .footerleft h4 {
            color: #fdd401;
            font-size: 30px;
        }
        .footerleft p {
            margin-top: 10px;
            color: #9ea0a9;
        }
        .footerleft strong {
            font-size: 18px;
        }
        .footerright {
            width: 40%;
            display: flex;
        }
        .footerright div {
            text-align: center;
            width: 40%;
            margin-left: 30px;
        }
        /*.footerright div img {
            width: 100%;
        }*/
        .footerright div p {
            margin-top: 20px;
            color: white;
        }
        .inbanner img {
            width: 100%;
        }
        .inbanner {
            /*margin-top: 70px;*/
            position: relative;
        }
        .inbannertxt {
            position: absolute;
            left: 150px;
            top: 30%;
            font-size: 22px;
            color: #000000;
        }
        .inbannertxt span {
            background-color: #ffc91f;
            color: white;
            font-size: 18px;
        }
        .inbannertxt p {
            margin-bottom: 10px;
        }
        .inbanner1 {
            display: none;
        }
        .proul {
            width: 70%;
            margin: 0 auto;
            margin-top: 70px;
            display: flex;
            flex-wrap: wrap;
        }
        .proul li {
            width: 22%;
			margin:0 10px;
            margin-bottom: 60px;
        }
        .proul li img {
            width: 100%;
        }
        .proul li strong {
            margin-top: 10px;
            display: block;
        }
        .proul li p {
            font-size: 16px;
            color: #666666;
            margin-top: 10px;
        }
        .detailcon {
            width: 75%;
            margin: 0 auto;
            margin-top: 60px;
            display: flex;
            justify-content: space-between;
        }
        .detailleft {
            width: 40%;
        }
        .detailleft img {
            width: 100%;
        }
        .detailright {
            width: 60%;
            padding: 0 100px;
        }
        .detailright h5 {
            font-size: 22px;
            color: #222222;
            margin-bottom: 20px;
        }
        .detailright span {
            font-size: 14px;
            color: #999999;
        }
        .details {
            width: 75%;
            margin: 0 auto;
            margin-top: 50px;
        }
        .detailp {
            padding: 20px 0;
            background-color: #f8f8f8;
            color: #222222;
            font-size: 18px;
            text-align: center;
        }
        .addcon {
            padding: 10px;
        }
        .newul {
            width: 75%;
            margin: 0 auto;
            /*margin-top: 100px;*/
        }
        .newul li {
            padding: 25px 0;
            display: flex;
            justify-content: space-between;
            align-content: center;
            border-bottom: 1px solid#e4e4e4;
        }
        .newul li a {
            font-size: 18px;
            color: #333333;
			width:80%;
            font-weight: bold;
        }
        .newdetail {
            width: 75%;
            margin: 100px auto;
        }
        .newdetail h1 {
            text-align: center;
        }
        .aboutcon {
            width: 75%;
            margin: 100px auto;
        }
        .abouttit {
            font-size: 24px;
            color: #222222;
            margin-bottom: 40px;
        }
        .aboutcon span {
            color: #606060;
            font-size: 16px;
        }
        .aboutcon2 {
            width: 75%;
            margin: 0 auto;
        }
        .aboutcon2 .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .aboutcon2 .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .contact {
            width: 75%;
            margin: 40px auto;
        }
        .contacttit {
            text-align: center;
            font-size: 30px;
            color: #000000;
        }
        .contactul {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-top: 40px;
        }
        .contactul li {
            width: 20%;
            text-align: center;
        }
        .contactul li img {
            width: 35%;
        }
        .contactul li p {
            font-size: 14px;
            color: #999999;
            margin-top: 10px;
        }
        .contactul li span {
            color: #666666;
            font-size: 14px;
        }
        .addpic {
            margin: 0 auto;
            margin-top: 50px;
            text-align: center;
        }
        .map {
            width: 100%;
        }
    }
    /* 手机端 */
    
    @media screen and (max-width: 960px) {
        .map {
            width: 100%;
        }
        .addpic {
            margin: 0 auto;
            margin-top: 50px;
            text-align: center;
        }
        .contact {
            width: 95%;
            margin: 40px auto;
        }
        .contacttit {
            text-align: center;
            font-size: 25px;
            color: #000000;
        }
        .contactul {
            width: 95%;
            margin: 0 auto;
            margin-top: 40px;
        }
        .contactul li {
            width: 100%;
            text-align: center;
        }
        .contactul li img {
            width: 35%;
        }
        .contactul li p {
            font-size: 14px;
            color: #999999;
            margin-top: 10px;
        }
        .contactul li span {
            color: #666666;
            font-size: 14px;
        }
        .aboutcon {
            width: 95%;
            margin: 50px auto;
        }
        .abouttit {
            font-size: 18px;
            color: #222222;
            margin-bottom: 40px;
        }
        .aboutcon span {
            color: #606060;
            font-size: 16px;
        }
        .aboutcon2 {
            width: 95%;
            margin: 0 auto;
        }
        .aboutcon2 .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .aboutcon2 .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .newdetail {
            width: 95%;
            margin: 50px auto;
        }
        .newdetail h1 {
            text-align: center;
            font-size: 20px;
        }
        .newul {
            width: 95%;
            margin: 0 auto;
            /*margin-top: 50px;*/
        }
        .newul li {
            padding: 25px 0;
            display: flex;
            justify-content: space-between;
            align-content: center;
            border-bottom: 1px solid#e4e4e4;
        }
        .newul li a {
            font-size: 16px;
            color: #333333;
            font-weight: bold;
            display: block;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .newul li span {
            display: block;
            width: 30%;
            font-size: 16px;
        }
        .details {
            width: 95%;
            margin: 0 auto;
            margin-top: 50px;
        }
        .addcon {
            padding: 10px;
        }
        .detailp {
            padding: 20px 0;
            background-color: #f8f8f8;
            color: #222222;
            font-size: 18px;
            text-align: center;
        }
        .detailcon {
            width: 95%;
            margin: 0 auto;
            margin-top: 60px;
        }
        .detailleft {
            width: 100%;
        }
        .detailleft img {
            width: 100%;
        }
        .detailright {
            width: 100%;
            padding: 0 40px;
        }
        .detailright h5 {
            font-size: 22px;
            color: #222222;
            margin-bottom: 20px;
        }
        .detailright span {
            font-size: 14px;
            color: #999999;
        }
        .proul {
            width: 95%;
            margin: 0 auto;
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;
        }
        .proul li {
            width: 48%;
            margin-bottom: 60px;
        }
        .proul li img {
            width: 100%;
        }
        .proul li strong {
            margin-top: 10px;
            display: block;
        }
        .proul li p {
            font-size: 16px;
            color: #666666;
            margin-top: 10px;
        }
        .inbanner {
            display: none;
        }
        .inbanner1 {
            /*margin-top: 50px;*/
            position: relative;
        }
        .inbanner1 img {
            width: 100%;
        }
        .footer {
            width: 100%;
            background-color: #2b2e42;
            margin-top: 50px;
            padding: 30px 20px;
        }
        .inbanner1txt {
            position: absolute;
            left: 30px;
            top: 10%;
            font-size: 22px;
            color: #000000;
        }
        .inbanner1txt span {
            background-color: #ffc91f;
            color: white;
            font-size: 18px;
        }
        .inbanner1txt p {
            margin-bottom: 10px;
        }
        .footerleft {
            width: 100%;
        }
        .footerleft h6 {
            font-weight: normal;
            font-size: 16px;
            color: white;
            margin-bottom: 10px;
        }
        .footerleft h5 {
            color: #9ea0a9;
            font-size: 16px;
        }
        .footerleft h4 {
            color: #fdd401;
            font-size: 30px;
        }
        .footerleft p {
            margin-top: 10px;
            color: #9ea0a9;
        }
        .footerleft strong {
            font-size: 18px;
        }
        .footerright {
            width: 100%;
            display: flex;
            margin-top: 30px;
        }
        .footerright div {
            text-align: center;
            width: 40%;
            margin-left: 30px;
        }
        .footerright div img {
            width: 100%;
        }
        .footerright div p {
            margin-top: 20px;
            color: white;
        }
        .indexnew {
            width: 100%;
            margin-top: 100px;
        }
        .indexnewcon {
            width: 95%;
            margin: 0 auto;
        }
        .indexnewcon .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexnewcon .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .indexnewcontent {
            width: 100%;
            margin-top: 50px;
        }
        .indexnewcontentleft {
            width: 100%;
        }
        .indexnewcontentleft img {
            width: 100%;
        }
        .indexnewcontentleft strong {
            font-size: 20px;
            margin-top: 25px;
        }
        .indexnewcontentleft span {
            display: block;
            font-size: 14px;
            color: #cccccc;
            margin-top: 30px;
        }
        .indexnewcontentleft p {
            color: #888888;
            font-size: 14px;
            line-height: 25px;
            margin-top: 15px;
        }
        .indexnewcontentright {
            width: 100%;
            padding: 10px 0px;
        }
        .indexnewcontentright ul {
            width: 100%;
        }
        .indexnewcontentright ul li {
            width: 100%;
            padding: 10px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px dashed#cccccc;
            margin-bottom: 20px;
        }
        .indexnewcontentright ul li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            color: #555555;
        }
        .indexnewcontentright ul li:hover {
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
            border-bottom: none;
        }
        .indexnewcontentright ul li span {
            font-size: 16px;
            color: #606060;
        }
        .morepro {
            width: 50%;
            display: block;
            background-color: #f8f8f8;
            font-size: 14px;
            color: #888888;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin: 0 auto;
            margin-top: 55px;
        }
        .quality {
            width: 100%;
            height: 210px;
            background-image: url(../images/bg3.png);
            background-size: 100% 100%;
            margin-top: 100px;
            text-align: right;
            padding-right: 30px;
            padding-top: 50px;
            background-position: left top;
        }
        .quacon h1 {
            font-size: 24px;
            color: white;
            margin-bottom: 15px;
        }
        .quacon span {
            color: white;
            font-size: 18px;
            background-color: #ffc91f;
            display: inline-block;
            padding: 5px 10px;
            margin-bottom: 15px;
        }
        .clear {
            clear: both;
        }
        .quacon p {
            width: 50%;
            font-size: 12px;
            color: white;
            text-align: right;
            float: right;
        }
        .indexpro {
            margin-top: 50px;
            width: 100%;
        }
        .indexprocon {
            width: 90%;
            margin: 0 auto;
        }
        .indexprocon .bt {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexprocon .zs {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .swiper-container2 {
            display: none;
        }
        .swiper-container3 {
            width: 100%;
        }
        .swiper-container3 img {
            width: 100%;
        }
        .name {
            font-size: 18px;
            color: #333333;
            margin-bottom: 10px;
        }
        .fl {
            font-size: 16px;
            color: #666666;
            margin-bottom: 10px;
            height: 160px;
        }
        .jg {
            font-size: 16px;
            color: #ff0000;
        }
        .go {
            display: block;
            margin-top: 10px;
            width: 100px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            color: #606060;
            border: 1px solid#606060;
            border-radius: 5px;
        }
        .indexabout {
            width: 100%;
            min-height: 800px;
            background-image: url(../images/bg1.png);
            background-size: 100% 100%;
            padding-top: 150px;
        }
        .indexaboutcon {
            width: 80%;
            margin: 0 auto;
        }
        .indexaboutconleft {
            width: 100%;
        }
        .indexaboutconleft h1 {
            font-style: italic;
            font-size: 30px;
            color: #cccccc;
        }
        .indexaboutconleft span {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
            display: block;
        }
        .indexaboutconleft p {
            font-size: 12px;
            color: #606060;
            text-indent: 2em;
            line-height: 20px;
        }
        .indexaboutconright {
            width: 100%;
            display: flex;
            text-align: center;
            padding-top: 40px;
            justify-content: space-between;
        }
        .indexaboutconright p {
            font-size: 30px;
            color: #555555;
            font-weight: bold;
        }
        .honer span {
            font-size: 14px;
            color: #999999;
        }
        .more {
            display: block;
            margin-top: 30px;
            font-size: 14px;
            color: #555555;
        }
        .hidemenu {
            width: 100%;
            position: fixed;
            top: 0;
            left: 100%;
            height: 100%;
            background-color: white;
            z-index: 9999;
            padding: 25px;
            transition: all ease 0.4s;
        }
        .hidemenu ul {
            margin-top: 40px;
        }
        .hidemenu ul li {
            width: 100%;
            height: 50px;
        }
        .hidemenu ul li a {
            width: 100%;
            display: block;
            text-align: center;
            color: #666666;
            font-size: 14px;
            height: 50px;
            line-height: 50px;
        }
        .change {
            left: 0;
        }
        .cha {
            width: 25px;
            height: 25px;
            position: absolute;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }
        .pchead {
            display: none;
        }
        .swiper-container1 {
            width: 100%;
        }
        .swiper-container1 img {
            width: 100%;
        }
        .mbhead {
            width: 100%;
            height: 50px;
            background-color: #fff;
            position: fixed;
            z-index: 999;
            display: flex;
            align-items: center;
            /*justify-content: space-around;*/
            left: 0;
            top: 0;
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
        }
        .mblogo a img {
            /*width: 40px;*/
            height: 40px;
        }
        .hb {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
    }