﻿
/*NewsDetail*/

/*@font-face {
    font-family: 'Monlam Uni OuChan2';
    src: url('../font/MonlamUniOuChan2.eot');
 font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
img{
    transition:all 0.5s;
    object-fit:cover;
}
body{
    background:#f9f9f9
}
@font-face {
    font-family: 'OPPOSans-L';
    src: url('../css/fonts/OPPOSans-L.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src: url('../css/fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: 'Alibaba';
    src: url('../css/fonts/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}*/
@font-face {
    font-family: 'OPPOSans-B';
    src: url('../css/fonts/OPPOSans-B.ttf') format('truetype');
}
@font-face {
    font-family: 'OPPOSans-R';
    src: url('../css/fonts/OPPOSans-R.ttf') format('truetype');
}

body {
    font-family: 'OPPOSans-R'!important
}
.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
    border-bottom:solid 1px #f1f1f1;
    padding-bottom:20px;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.NewsDetail001-item iframe{
    width:100%;
    height:600px;
}
.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 14px;
        color: #666;
    }

        .TurnPages a:hover {
            color: #000;
        }

@media screen and (max-width: 1000px) {
    .NewsDetail001-item iframe {
        width: 100%;
        height: auto;
    }
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

/*nav*/
.lz-hade {
    position: fixed;
    width: 100%;
    padding: 0 80px;
    top: 0;
    z-index: 88;
    height: 60px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
    background: #edeff895
}
.lz-hade .container2{
    display: flex;
    align-items: center;
    justify-content:space-between;
    z-index: 8;
    height: 100%;
    padding:0 10px
}

.lz-hade2 {
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-logo img {
    height: 40px;
}
.lz-hade .lz-logo  a{
    display:flex;
    align-items:center;
}

.lz-hade .lz-logo img.logo-a {
    display: block;
}

.lz-hade .lz-logo img.logo-b {
    display: none;
}

.lz-hade2 .lz-logo img.logo-a {
    display: none;
}

.lz-hade2 .lz-logo img.logo-b {
    display: block;
}

.lz-hade .lz-nav {
 /*   margin-left: auto;*/
}

.lz-hade .lz-nav ul {
    display: flex;
    align-items: center;
    padding-right: 25px;

}

.lz-hade .lz-nav ul li {
    position: relative;
    font-size: 16px;
    display:flex;
    height:60px;
    align-items:center;

}
.lz-hade .lz-nav ul li.li-dh .top-dh{
    line-height:25px;
  padding-left:40px;
}
.lz-hade .lz-nav ul li.li-dh .top-dh h3{
    background:url(../images/icon-tdh.png) no-repeat left center;
    background-size:25px;
    padding-left:35px;
    font-size:24px;
    color:#C11724;
    font-weight:bold;
}

.lz-hade .lz-nav ul li.li-dh .top-dh h3 i{
    font-size:24px;

}
.lz-hade .lz-nav ul li:hover .cp-fd {
    display: block;
}
.lz-hade .lz-nav ul li:hover .cp-fd a{
    display:block;
    color:#333;
    text-align:center;
    padding:4px 0;
}
.lz-hade .lz-nav ul li:hover .cp-fd a:hover{
    color:#ff6800
}
.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #fff;
    backdrop-filter: blur(12px);
    top: 70px;
    left: 50%;
    display: flex;
    width: 120px;
    margin-left:-60px;
    /* border-top: solid 1px #eee; */
    border-radius: 0px;
    padding: 10px 10px;
    line-height: 25px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    display: none;
    transition: all 0.5s;
}

.lz-hade .lz-nav ul li .cp-fd2 {
    width: 165px;
}

.lz-hade .lz-nav ul li .cp-fd .list {
    width: 33.3%;
}

.lz-hade .lz-nav ul li .cp-fd2 .list {
    width: 100%;
    padding: 0;
}

.lz-hade .lz-nav ul li .cp-fd .list h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.lz-hade .lz-nav ul li .cp-fd .list a {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 10px 0;
}

.lz-hade .lz-nav ul li .cp-fd .list a:hover {
    color: var(--color);
}

.lz-hade .lz-nav ul li > a {
    position: relative;
    color: #333;
    display: inline-block;
    padding:5px 20px;

}

.lz-hade2 .lz-nav ul li > a {
    color: #333;
}

.lz-hade .lz-nav ul li:hover > a,
.lz-hade .lz-nav ul li.cur > a {
    background: #fdd000;
}
.lz-right{
    display:flex;
    align-items:center;
}
.lz-right a{
    display:block;
    width:35px;
    margin-left:10px;
}
.lz-right .a-img2{
    width:31px
}
.sidh {
    width: 40px;
    display: none;
    margin-left: 10px;
}

/*sj-nav*/
.bx-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none
}

.bx-side-nav-list {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #000;
    z-index: 9;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav > i {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    position: absolute;
    top: 10px;
    left: 280px
}

.bx-side-nav-list > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.bx-side-nav-list > ul > li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list > ul > li > a {
    display: block;
    color: #666
}

.bx-side-nav2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 88;
    width: 100%;
    height: 100%;
    display: none;
}

.bx-side-nav2 > i {
    position: absolute;
    top: 10px;
    right: 280px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.bx-side-nav-list2 > ul > li {
    text-align: center;
    font-size: 14px;

    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list2 > ul > li > a {
    display: block;
    color: #333;
    line-height: 40px;
    text-align: left;
}
.bx-side-nav-list2 > ul > li  .list {
    padding-bottom: 10px;
}
.bx-side-nav-list2 > ul > li  .list a{
    display: block;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    line-height: 30px;
}

.bx-side-nav-list2 > .div-title img {
    height: 35px;
}

.bx-side-nav-list2 > ul > li .div-fd a {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ececec;

}

.bx-side-nav-list2 > ul > li .div-fd {
    display: none;
}

.lz-yuy {
    position:relative;
    font-size: 14px;
    color: #fff;
    display:flex;
    align-items:center;
    cursor:pointer;
    padding:10px 0; 
    
}
.lz-yuy i{
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../images/icon-x.png) no-repeat center;
    background-size:12px;
    margin-left:5px;

}
.lz-yuy .yy-yuena{
    position:absolute;
    background:#fff;
    padding:10px;
    left:50%;
    margin-left:-50px;
    top:32px;
    z-index:10;
    border-radius:2px;
    display:none;
    width:100px;
}
.lz-yuy .yy-yuena a{
    display:block;
   font-size:14px;
   text-align:center;
   line-height:25px;
}
.lz-yuy:hover .yy-yuena{
    display:block;
}

.h-80{
    height:60px;
}

@media (max-width: 1500px) {
    .lz-hade {
        padding: 0 0px;
        height: 100px;
    }

    .lz-hade .lz-logo img {
        height: 50px;
    }

    .lz-hade .lz-nav ul {
        padding-right: 10px;

    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 16px;
    }

    .lz-hade .lz-nav ul li {
        font-size: 14px;
    }
    .lz-hade .lz-nav ul li.li-dh .top-dh{
        padding-left:20px
    }
    .lz-hade .lz-nav ul li.li-dh .top-dh h3{
        font-size:20px;
        line-height:30px
    }
    .lz-hade .lz-nav ul li .cp-fd {
        top: 80px;
        width: 800px;
    }

    .lz-hade .lz-nav ul li .cp-fd2 {
        width: 165px;
    }
    .lz-hade .lz-logo  a p{
  font-size:14px;
  color:#666;
  border-left:solid 1px #FFD900;
  padding-left:10px;
  margin-left:10px;
}
    .lz-hade .lz-nav ul li > a {

    padding: 5px 10px;
}
}

@media (max-width: 1200px) {
    .sidh {
        width: 40px;
        display: block;
        cursor: pointer;
        margin-left:15px
    }
    .sidh img {
    /*    filter: grayscale(200%) brightness(700%);*/
        width: 100%;
    }
    .lz-right {
       margin-left:auto
    }
    .lz-hade .lz-nav {
        display: none;
    }

}

@media (max-width: 1000px) {
    .lz-yuy{
        margin-left:auto;
    }
    .lz-hade {
        padding: 0 10px;
        height: 50px;
    }

    .lz-hade .lz-logo img {
        height: 35px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 50px;
    }
    .h-80 {
        height: 50px;
    }
}

.lz-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top:100px
}
.lz-banner img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.lz-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.lz-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}
.lz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.lz-banner .swiper-button-next, .lz-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%
}

/*.lz-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow:hidden
}

.lz-banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}

.lz-banner .swiper-slide-active img, .lz-banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1,1);
}*/

.sj-show {
    display: none;
}
.pc-show{
    display:block
}

@media (max-width: 1000px) {
.sj-show {
    display: block;
}
.pc-show{
    display:none
}
    .lz-banner {
    margin-top:0px
}
.lz-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 5px;
}
.lz-banner .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}
.lz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.lz-banner .swiper-button-next, .lz-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-size: 10px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%;
    display:none
}
}
.index-one{
    position:relative
}
.index-one .bj-img{
    width:100%;
    height:100vh;
    object-fit:cover
}
.index-one .index-tet{
    position:absolute;
    top:20%;
    left:15%;
    z-index:3
}
.index-one .index-tet h3{
    font-size:48px;
    color:#333;
    font-weight:bold;
  
}
    .index-one .index-tet p {
        font-size: 48px;
        color: #666;
        padding-bottom: 10px;
        font-family: "OPPOSans-L"
    }
.index-one .index-list{
    position:absolute;
    bottom:10%;
    left:0;
    z-index:5;
    width:100%;
}
.index-one .index-tet-w h3{
    font-size:48px;
    color:#fff;
    font-weight:bold;
    font-family:"OPPOSans-B"
}
    .index-one .index-tet-w p {
        font-size: 48px;
        color: #fff;
        padding-bottom: 10px;
        font-family: "OPPOSans-L"
    }
.index-one .index-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-one .index-list ul li{
    padding:10px;
}
    .index-one .index-list ul li a {
        display: block;
        width: 200px;
        line-height: 40px;
        border-radius: 5px;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 16px;
        font-family: "OPPOSans-R"
    }
.index-one .index-list ul li a:hover{
    background:#fdd000;
}

.index-foot{
    position:fixed;
    bottom:0;
    left:0;
    width:100vw;
    z-index:5;
    display:none
}

.index-foot .index-list {
    position: absolute;
    bottom: 45%;
    left: 0;
    z-index: 5;
    width: 100%;
}
.index-foot .img-f{
    width:100%;
    height:400px;
    object-fit:cover
}
.index-foot-tet{
    position:absolute;
    width:100%;
    left:0;
    bottom:40px;
    text-align:center;
    font-size:14px;
    color:#fff
}
.index-foot-pic{
    width:300px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    margin-left:500px;
}

@media (max-width: 1000px) {
    .index-one{
    position:relative
}

        .index-one .bj-img{
    width:100%;
    height:100vh;
    object-fit:cover
}
.index-one .index-tet{
    position:absolute;
    top:20%;
    left:15%;
    z-index:3
}
.index-one .index-tet h3{
    font-size:24px;
    color:#333;
    font-weight:bold
}
.index-one .index-tet p{
    font-size:14px;
    color:#666;
    padding-top:10px
}
.index-one .index-list{
    position:absolute;
    bottom:10%;
    left:0;
    z-index:5;
    width:100%;
}
.index-one .index-tet-w h3{
    color:#fff;
    font-weight:bold
}
.index-one .index-tet-w p{
    color:#fff;
    padding-top:10px
}
.index-one .index-list ul {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.index-one .index-list ul li{
    padding:5px;
    width:25%
}
.index-one .index-list3 ul{
    display:block;
}
.index-one .index-list3 ul li{
    padding:5px;
    width:33.3%;
    margin:0 auto
}
.index-one .index-list ul li a{
    display:block;
    width:100%;
    line-height:40px;
    border-radius:5px;
    background:#fff;
    color:#333;
    text-align:center;
    font-size:14px;
}
    .index-foot {
        position: fixed;
      
    }
   .index-foot .img-f{
  height:300px
   }
.index-foot .index-list {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 5;
    width: 100%;
}
.index-foot-tet{
    bottom:20px
}
.index-foot-pic{
    width:95px;
    position:absolute;
    left:auto;
    right:20px;
    top:5%;
    transform:translate(0);
    margin-left:0px;
}
}








.product-bj {
    background: #f9f9f9;
    padding: 60px 0;
}
.product-ovhd {
    overflow: hidden;   
    min-height:500px
}
.product-ovhd .product-top{
    float:right;
    width:200px;
    padding-left:20px;
}
.product-ovhd .product-top ul li{
    font-size:16px;
    color:#333;
    padding:5px 0;
}
.product-ovhd .product-top ul li a{
    display:inline-block;
    padding:5px 10px;
    color:#333;
    border-radius:5px;
}
.product-ovhd .product-top ul li.cur a,
.product-ovhd .product-top ul li:hover a{
    background:#fdd000;
}
.product-ovhd .product-list{
    float:left;
    width:calc(100% - 240px);
    border-right:solid 1px #f1f1f1;
    padding-right:60px
}
.product-ovhd .product-list ul{
    display:flex;
    flex-wrap:wrap;
}
.product-ovhd .product-list ul li{
    width:25%;
    padding:20px;
    border:solid 1px #f1f1f1;
}
.product-ovhd .product-list ul li a{
    display:block;
    height:100%;
}
.product-ovhd .product-list ul li .pic{
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden
}
.product-ovhdat .product-list ul li .pic{
    height:auto
}
.product-ovhd .product-list ul li .pic img{
    max-height:100%;
    max-width:100%;
}
.product-ovhd .product-list ul li .tet h3{
    font-size:16px;
    color:#333;
    padding:20px 10px 10px 10px;
    text-align:center;
}
.product-ovhd .product-list ul li:hover h3{
    color:#fdd000
}
.product-foot{
    position:relative;
    background:url(../images/img2.jpg) no-repeat center bottom;
    background-size:cover;
    height:400px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.product-foot ul {
    position:relative;
    z-index:2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-foot ul li{
    padding:10px;
}
.product-foot ul li a {
    display: block;
    width: 200px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: "OPPOSans-R"
}
.product-foot ul li a:hover,
.product-foot ul li.cur a{
    background:#fdd000;
}

@media (max-width: 1000px) {
.product-bj {
    padding: 40px 0;
}
.product-ovhd { 
    min-height:auto
}
.product-ovhd .product-top{
    float:none;
    width:100%;
    padding-left:0px;
}
.product-ovhd .product-top ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
   align-items:center;
}
.product-ovhd .product-top ul li{
    font-size:14px;
    color:#333;
    padding:5px;
}

.product-ovhd .product-list{
    float:none;
    width:100%;
    padding-top:20px;
    border-right:none;
    padding-right:0px
}
.product-ovhd .product-list ul{
    display:flex;
    flex-wrap:wrap;
}
.product-ovhd .product-list ul li{
    width:50%;
    padding:0px;
    border:solid 1px #f1f1f1;
}
.product-ovhd .product-list ul li a{
    display:block;
    height:100%;
}
.product-ovhd .product-list ul li .pic{
    height:120px;
}
.product-ovhdat .product-list ul li .pic{
    height:auto
}
.product-ovhd .product-list ul li .tet h3{
    font-size:14px;
    padding:20px 5px 20px 5px;
}
.product-foot{
    position:relative;
    height:200px;
}
.product-foot ul {
    width:100%;
}
.product-foot ul li{
    padding:10px;
    width:33.3%;
}
.product-foot ul li a {
    display: block;
    width: auto;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-family: "OPPOSans-R"
}
.product-foot ul li a:hover,
.product-foot ul li.cur a{
    background:#fdd000;
}
}

.product-ovhd .case-list ul li {
    padding: 10px;
    border: none;
}
.product-ovhd .case-list ul li .pic{
    height:160px;
}
.product-ovhd .case-list ul li .pic img{
    width:100%;
    height:100%;
}
.product-ovhd .case-list ul li .tet h3{
    background:#eeefef;
    font-size: 16px;
    color: #333;
    padding: 15px 10px 15px 10px;
    text-align: center;
}
.case-foot{
    position:relative;
    background:url(../images/img3.jpg) no-repeat center bottom;
    background-size:cover;
    height:400px;
}
.about-foot{
    position:relative;
    background:url(../images/img1.jpg) no-repeat center bottom;
    background-size:cover;
    height:400px;
}
.news-foot {
    position: relative;
    background: url(../images/img5.jpg) no-repeat center bottom;
    background-size: cover;
    height: 400px;
}


@media (max-width: 1000px) {
    .about-foot {
        position: relative;
        background: url(../images/img1.jpg) no-repeat center bottom;
        background-size: cover;
        height: 400px;
    }

    .news-foot {
        position: relative;
        background: url(../images/img5.jpg) no-repeat center bottom;
        background-size: cover;
        height: 400px;
    }
.product-ovhd .case-list ul li {
    padding: 10px;
    border: none;
}
.product-ovhd .case-list ul li .pic{
    height:100px;
}
.product-ovhd .case-list ul li .pic img{
    width:100%;
    height:100%;
}
.product-ovhd .case-list ul li .tet h3{
    background:#eeefef;
    font-size: 14px;
    color: #333;
    padding: 15px 10px 15px 10px;
    text-align: center;
}
.case-foot,
.about-foot,
.news-foot
{
    height:200px;
}
}

.news-list{
    float:left;
    width:calc(100% - 240px);
    padding-right:60px;
    border-right:solid 1px #f1f1f1;
    min-height:300px
}
.news-list ul {
    display: flex;
    flex-wrap: wrap;
}
.news-list ul li{
    padding:10px;
    width:33.3%
}
.news-list ul li .pic{
    overflow:hidden;
    height:220px;
}
.news-list ul li .pic img{
    width:100%;
    height:100%;
}
.news-list ul li  .tet{
   padding:10px;
   background:#eeeeee;
}
.news-list ul li  .tet h3{
    font-size:16px;
    color:#333;
}
.news-list ul li  .tet span{
    color:#999;
    font-size:14px;
    display:block;
    padding:10px 0
}
.news-list ul li  .tet p{
    font-size:14px;
    color:#666;
    line-height:25px;
    height:50px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-list ul li:hover .tet{
    background:#fdd000
}

@media (max-width: 1000px) {
.news-list{
    float:none;
    width:100%;
    padding-right:0px;
    padding-top:20px;
    border-right:none;
}
.news-list ul {
    display: flex;
    flex-wrap: wrap;
}
.news-list ul li{
    padding:10px 0;
    width:100%
}
.news-list ul li .pic{
    overflow:hidden;
    height:220px;
}
.news-list ul li .pic img{
    width:100%;
    height:100%;
}
.news-list ul li  .tet{
   padding:10px;
   background:#eeeeee;
}
.news-list ul li  .tet h3{
    font-size:16px;
    color:#333;
}
.news-list ul li  .tet span{
    color:#999;
    font-size:14px;
    display:block;
    padding:10px 0
}
.news-list ul li  .tet p{
    font-size:14px;
    color:#666;
    line-height:25px;
    height:50px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-list ul li:hover .tet{
    background:#fdd000
}
}

.Market-foot {
    position: relative;
    background: url(../images/img4.jpg) no-repeat center bottom;
    background-size: cover;
    height: 400px;
}
@media (max-width: 1000px) {
    .Market-foot {
        height: 200px;
    }
}

.detail-tet p,
.detail-tet span {
    text-wrap: initial!important;
}
.detail-x{
    border:solid 1px #f1f1f1;
    padding:20px;
}


.contect-ly{
   
    position:absolute;
    width:100%;
    top:0;
    left:0;
    padding:20% 60px 0 60px;
    background-size:cover
}
.contect-ly .message-one{
    width:100%
}
.contect-ly .message-one .input-tet{
    display:block;
    margin-bottom:40px;
}
.contect-ly .message-one .input-tet span{
    position:relative;
    display:block;
    line-height:40px;
    font-size:18px;
    color:#fff;
    width:100%;
    text-align:left;
}
/*.contect-ly .message-one .input-tet span::before{
    content:'*';
    color:#e51616
}*/
.contect-ly .message-one .input-tet input{
    width:100%;
    height:50px;
    border:solid 1px #CED4DA;
    font-size:16px;
    padding-left:10px;
   border-radius:5px

}
.contect-ly .message-one .input-tet textarea{
      width:100%;
    height:100px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding:10px;
}
.contect-ly .message-one .but{
    text-align:center;
    margin-top:80px;
}
.contect-ly .message-one .but input{
    background:#fdd000;
    height:50px;
    font-size:20px;
    color:#ff5555;
    width:100%;
    border:none;
    border-radius:5px
}
.contect-ly .message-one .but input:hover{
    opacity:0.8
}
.siimg{
    display:none
}
@media (max-width: 1000px) {
.siimg{
    display:block
}
.pcimg{
    display:none
}
.contect-ly{
   
    position:absolute;
    width:100%;
    top:0;
    left:0;
    padding:17% 40px 0 40px;
}
.contect-ly .message-one{
    width:100%
}
.contect-ly .message-one .input-tet{
    margin-bottom:5px;
}
.contect-ly .message-one .input-tet span{
    line-height:40px;
    font-size:16px;
}
.contect-ly .message-one .input-tet input{
    width:100%;
    height:40px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding-left:10px;
   border-radius:5px

}
.contect-ly .message-one .but{
    text-align:center;
    margin-top:20px;
}
.contect-ly .message-one .but input{
    background:#fdd000;
    height:40px;
    font-size:16px;
}
}

.mes-pic{
    position:relative;
    max-width:720px;
    margin:0 auto
}

