a {
    text-decoration: none;
    color: initial;
}

* {
    font-family: Helvetica, Helvetica-Light, Helvetica Neue, PingFang SC, Noto Sans SC, Microsoft YaHei, Proxima Nova Bold, Hiragino Sans GB, Arial, sans-serif
}

@font-face {
    font-family: 'iconfont';
    /* Project id 1238749 */
    src: url('//at.alicdn.com/t/c/font_1238749_xrncw6csmrq.woff2?t=1759127391978') format('woff2'),
        url('//at.alicdn.com/t/c/font_1238749_xrncw6csmrq.woff?t=1759127391978') format('woff'),
        url('//at.alicdn.com/t/c/font_1238749_xrncw6csmrq.ttf?t=1759127391978') format('truetype');
}

/* @font-face {
    font-family: 'iconfont'; 
    src: url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.eot');
    src: url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.woff') format('woff'),
    url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1238749_gcg5hncuq7g.svg#iconfont') format('svg');
  } */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 80px;
    border-bottom: solid 1px #e7e7e7;
}

.header .headMain {

    height: 80px;
    line-height: 80px;
    background: #fff;
    padding: 0 5%;
}

.header .logo {
    float: left;
    width: 108px;
    margin-top: 12px;
}

.header .logo img {
    width: 108px;
    height: auto;
}

.header .nav {
    float: right;
    height: 80px;
    /* margin: 0 auto; */
    /* width: 790px; */
    margin-right: 50px;
}

.header .nav .navul {
    height: 80px;
    position: relative;
}

.header .nav .navul li {
    float: left;
    padding: 0 20px;
    height: 80px;
}

.header .nav .navul li a {
    color: #262626;
    font-size: 20px;
}

.header .link {
    float: right;
    height: 80px;
    margin-right: 25px;
    position: relative;
}

.header .link ul li {
    float: left;
    margin: 0 5px;
    height: 80px;
}

.header .link ul li i {
    color: #666;
}

.header .lang {
    float: right;
    height: 80px;
    color: #666;
}

.header .lang a {
    color: #666;
    text-align: right
}

.header .link #topsearch {
    position: absolute;
    MIN-width: 200px;
    height: 50px;
    line-height: 50px;
    top: 80px;
    z-index: 1;
    padding: 0 5PX;
    right: 0;
    background: #FFF;
    display: none;
}

#topsearch .sb-search-input {

    height: 30px;
    line-height: 30px;
    border: none;


}

#topsearch .sb-search-submit {
    height: 32px;
    line-height: 32px;
    border: none;
}

.indexBanner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding-top: 80px;
    z-index: 1;
    /* background: red; */
    min-height: calc(100vh - 80px);
    background: #ccc;
}

.main {
    height: auto;
    padding: 0 8%;
}

.indexSection {
    width: 100%;
    height: auto;
}

.indexSection .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 40px 0;
}

.indexSection .name {
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.indexSection .line {
    float: left;
    font-size: 24px;
    color: #e7e7e7;
    opacity: .7;
    margin: 0 15px;
}

.indexSection .more {
    float: left;
    font-size: 14px;
    color: #000;
}

.indexList {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #e7e7e7;
}

.indexList .items {
    width: 300px;
    height: auto;
    font-size: 13px;
}

.indexList .imglist {
    width: 100%;
    height: 170px;
    /*height: 100%;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.indexList .imglist img {
    width: 100%;
    height: 100%;

}

.indexList .tit {
    text-align: center;
    line-height: 30px;
}

.indexList .time {
    text-align: center;
}

.dy {
    width: 100%;
    min-height: 460px;
    background: #000;
    position: relative;
}

.dy button {
    background: #fff !important;
}

.dy1 {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}

.dy1 .dytxt {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
    padding: 20px 0 0 0;
    line-height: 60px;
}

.dy1 .dybtn {
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 60px 0 0 0;
    cursor: pointer;
}

.dy2 {
    width: 500px;
    height: 100%;
    margin: 0 auto;
    display: none;
}

.dy2 .dyinput {
    width: 460px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 30px;
    color: #000;
    padding: 0 20px;
    margin: 60px 0 0 0;
    outline: none;
}

.dy2 .smalldy {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    padding: 10px 0 0 0;
}

.dy2 .dybtn {
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.dy2 .close {
    color: #fff;
    font-size: 30px;
    float: right;
    padding: 20px 0 0 0;
    cursor: pointer;
}

.bottom {
    width: 100%;
    min-height: 130px;
    border-top: solid 1px #e7e7e7;
}

.bottom .bottommain {
    padding: 40px 5%;

}

.bottom .bottommain .lefttext {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 25px;
}

.bottom .bottommain .righttext {
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    width: 20%;
}

.hoverStyle a {
    color: #7e7e7e !important;
}

.acline {
    width: 114px;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid #000;
    height: 1px;
    display: none;
}

.childMenu {
    width: 100%;
    height: 330px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
    display: none;
    border-top: 1px solid #E4E4E4;
}

.childMenu .menuItems {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.childMenu .menuItems .itemsLeft {
    width: 10%;
    height: 100%;
    position: relative;
    border-right: 1px solid #E4E4E4;
    float: left;
    /* padding:0 0 0 5%; */
}

.childMenu .menuItems .childUl {
    /* width: 600px; */
    position: absolute;
    left: 0;
    top: 70px;
    padding: 0;
    margin: 0;
}

.childMenu .menuItems .childUl .divli {
    width: auto;
    height: 25px;
    line-height: 25px;
    padding: 8px 0;
    clear: both;
    float: left;
    transition-delay: 0s;
}

.childMenu .menuItems .childUl .divli a {
    font-size: 16px;
    color: #7e7e7e;
}

.childMenu .menuItems .childUl .divli a:hover {
    font-size: 16px;
    color: #262626;
}

.childMenu .menuItems .itemsRight {
    width: 89%;
    height: 100%;
    position: relative;
    float: right;
}

.childMenu .menuItems .itemsRight .pro {
    width: 25%;
    height: auto;
    float: left;

}

.childMenu .pro .proImg {
    /*    width: 200px;
    height: 113px;*/
    width: 230px;
    height: 153px;
    margin: 54px auto 10px auto;
}

.childMenu .pro .proImg img {
    height: 100%;
    width: 100%;
}

.childMenu .pro .proTime {
    font-size: 13px;
    color: #454545;
    /* margin: 8px 0 8px 74px; */
    text-align: center;
    line-height: 30px;
}

.childMenu .pro .proTit {
    line-height: 26px;
    font-size: 13px;
    color: #454545;
    /* margin: 0 0 0 74px; */
    padding: 0 20px;
    text-align: center;
}

.menuTc {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.zlmain {
    padding-top: 120px;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.contmain {
    position: relative;
    clear: both;
}

.contmain .conleft {
    position: fixed;
    left: 50%;
    top: 120px;
    width: 410px;
    margin-left: -600px;
}

.contmain .dqname {
    font-size: 14px;
    color: #666;
    padding: 0 0 30px 0;
}

.contmain .titname {
    font-size: 18px;
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

.contmain .time {
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.contmain .mapnav {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.contmain .mapnav .items {
    height: 40px;
    line-height: 40px;
}

.contmain .mapnav .active {
    font-weight: 800;
    font-size: 16px;
}

.contmain .conright {
    width: 100%;
    padding: 20px 0 0 520px;
    box-sizing: border-box;
    height: auto;
}

.contmain .rightContMain {
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-bottom: solid 1px #e7e7e7;
}

.contmain .rightContMain .rightname {
    font-size: 30px;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.contmain .rightContMain .contInfo {
    margin: 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 35px;
    text-align: justify;
}

.contmain .rightContMain .contInfoshow {
    height: 63px !important;
    overflow: hidden;
}

.contmain .rightContMain .toButton {
    font-size: 14px;
    color: #666;
    text-align: right;
    cursor: pointer;
}

.contInfo .firstimg img {
    width: 100%;
    height: auto;
}

.rightname .toButton {
    /* display: inline; */
    float: right;
}

.tcImgDiv {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    color: #fff;
    box-sizing: border-box;
    opacity: 0;
    /* display: none; */
}

.tcImgDivactive {
    opacity: 1;
    z-index: 999;
}

.tcImgDiv .tcleft {
    width: 90%;
    padding: 100px 0;
    position: relative;
}

.photoDescription {
    position: absolute;
    width: 100%;
    min-height: 50px;
    background: #000;
    opacity: 0.5;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    z-index: 999;
    top: 0;

}

.tcImgDiv .tcright {
    width: 30%;
    padding: 100px 0;
    border-left: solid 1px #222;
    margin: 0 0 0 -1px;
    display: none;
}

.tcImgDiv .cont {
    text-align: left;
    width: 100%;
    /*    min-height: 200px;
    margin-top: 50%;*/
    font-size: 14px;
    line-height: 35px;
    color: #ccc;
    display: flex;
    align-items: center;
    /*��ֱ����*/
    justify-content: center;
    /*ˮƽ����*/
}

.tcImgDiv .swiper-container {
    height: 100%;
    margin: 0 80px;
}


.tcImgDiv .swiper-slide {
    display: flex;
    align-items: center;
    /*��ֱ����*/
    justify-content: center;
    /*ˮƽ����*/
}

.tcImgDiv .swiper-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

/*.tcImgDiv .swiper-container img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
*/
.tcImgDiv .swiper-button-prev,
.tcImgDiv .swiper-button-next {
    width: 60px;
    height: 30px;
    border: solid 1px #ccc;
    color: #ccc;
    text-align: center;
    line-height: 30px;
    background: none;
}

.tcImgDiv .close {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ccc;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.listleft {
    width: 250px;
    float: left;
    margin: 0 50px 0 0;
}

.listright {
    float: left;
    width: 900px;
    min-height: 350px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.listfull {
    float: left;
    width: 900px;
    min-height: 350px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.itemsnewsimg {
    width: 205px;
    height: auto;
    /* border-bottom: solid 1px #e7e7e7; */
    padding: 10px;
    float: left;
}

.itemsnewsimg .newsimgs {
    width: 205px;
    height: auto;
}

.itemsnewsimg .newstit {
    text-align: center;
}

.itemsnewsimg .newsimgs img {
    width: 205px;
    height: 280px;
}

.newwarp,
.newwarpimg {
    width: 100%;
    height: auto;
}


.newscont2 .newstit {

    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}

.newwarp .itemsnews {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e7e7e7;
    padding: 30px 0;
    display: flex;
}

/*.newwarp .itemsnews:nth-child(2){

    border-bottom: none !important;
}
*/
.newwarp .newsimgs {
    width: 300px;
    height: auto;
}

.newwarp .newsimgs img {
    width: 300px;
    height: auto;
}

.newscont {
    padding: 0 0 0 50px;
    position: relative;
    width: 100%;
}

.newscont .newstit {
    font-size: 18px;
}

.newscont .newstime {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.newscont .newss {
    font-size: 13px;
    line-height: 25px;
    padding: 20px 0;
}

.newscont .newsmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #7e7e7e;
}

.ysjlist {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
}

.ysjlist .ysjtit {
    font-size: 25px;
    color: #7e7e7e;
    height: 40px;
    line-height: 40px;
}

.ysjlist .contt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.childnav {
    width: 100%;
    margin: 30px 0 0 0;
}

.childnav .items {
    height: 35px;
    line-height: 35px;
    color: #ccc;
    font-size: 14px;
}

.childnav .items a {
    color: #7e7e7e;
}

.askmain {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #e7e7e7;
}

.asktit {
    font-size: 16px;
}

.askcont {
    font-size: 14px;
    color: #7e7e7e;
    padding: 20px 0;
    line-height: 25px;
}

.askvideo {
    width: 100%;
    height: auto;
}

.askvideo .videoimg {
    width: 100%;
    height: 400px;
    background: #000;
}

.videov {
    /*display: none;*/
}

.videotit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.askmain .videomore,
.downdiv .videomore {
    width: 100%;
    text-align: right;
}

.askmain .videomore a,
.downdiv .videomore a {
    color: #7e7e7e;
    font-size: 14px;
    ;
}

.dowlist {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.dowlist .downtit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.dowlist .downtime {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #7e7e7e;
}

.dowlist .downhref {
    font-size: 14px;
    display: flex;
}

.dowlist .downleftname {
    /* margin: 0 20px 0 0; */
    height: 30px;
    line-height: 30px;
}

.dowlist .downhref .downitems {
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 25px;
    box-sizing: border-box;
}

.downitems .downnamez {
    /*width: 80px;*/
    height: 100%;
    background: #222;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    float: left;
}

.downitems .downname {
    /*width: 80px;*/
    height: 100%;
    background: #ccc;
    text-align: center;
    padding: 0 10px;
    float: left;
}

.downdiv {
    padding: 30px 0;
}

.linebotton {
    border-bottom: solid 1px #e7e7e7;
}

.about {
    width: 100%;
    height: auto;
    display: flex;
    /* padding: 114px 0 0 0; */
}

.about .aboutleft {
    width: 600px;
    padding: 0 80px 0 0;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 30px;
    text-align: justify;
}

.about .aboutright {
    width: 300px;
    padding: 5px 0 0 0;
}

.about .aboutright img {
    width: 220px;
}

.about .abouts {
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 30px;
    text-align: justify;
}

.about .abouts img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.joindiv {
    width: 100%;
}

.joinimg {
    height: 430px;
    overflow: hidden;
}

.joindiv .joinimg img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.jointit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.jointit span {
    float: right;
    color: #7e7e7e;
}

.joindetail {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #7e7e7e;
    display: none;
}

.joindetail img {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.newslsit {
    width: 100%;
    height: auto;
}

.newslsit li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7e7e7e;
}

.newslsit li a {
    font-size: 14px;
    color: #7e7e7e;
}

.newslsit li a:hover {
    font-size: 14px;
    color: #222;
}

.newslsit li span {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.video-js {
    height: auto !important;
}

.zqhddiv {
    width: 100%;
    height: auto;
    /*padding: 30px 0;*/
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zqhddiv .items {
    width: 180px;
    height: 250px;
    margin-bottom: 40px;
}

.zqhddiv .items img {
    width: 100%;
    height: 220px;
    padding: 0;
    margin: 0;
    display: block;
}

.zqhddiv .items span {
    display: block;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.pages {
    font-size: 13px;
    color: #666 !important;
    text-align: right;
    padding: 20px 0;
}

.pages a {
    color: #666 !important;
}


/* 移动端 */

.header .wapnav {
    display: none;
}

.wapNav {
    display: none;
}

@media screen and (max-width: 992px) {

    /* body {
        background-color:lightblue;
    } */
    .bottom .bottommain .lefttext {
        width: 100%;
        font-size: 12px;
        color: #666;
        line-height: 25px;
        text-align: center;
    }

    .bottom .bottommain .righttext {
        width: 100%;
        font-size: 12px;
        color: #666;
        line-height: 25px;
        text-align: center;
    }

    .main {
        padding: 0 5%;
    }

    .header {
        /* overflow: hidden; */
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 50px;
        border-bottom: solid 1px #e7e7e7;
        align-items: center;
        /*垂直居中*/
        justify-content: center;
        /*水平居中*/
    }

    .header .headMain {

        height: 50px;
        line-height: 50px;
        background: #fff;
        padding: 0 5%;
    }

    .header .logo {
        width: 108px;
        position: absolute;
        left: 50%;
        margin-left: -59px;
        width: 108px;
        margin-top: 8px;
    }

    .header .logo img {
        width: 108px;
        height: auto;
    }

    .header .nav {
        float: right;
        height: 50px;
        display: none;
        /* margin: 0 auto; */
        /* width: 790px; */
    }

    .header .nav .navul {
        height: 50px;
        position: relative;
    }

    .header .nav .navul li {
        float: left;
        padding: 0 25px;
        height: 50px;
    }

    .header .nav .navul li a {
        color: #262626;
    }

    .header .link {
        float: right;
        height: 50px;
        margin-right: 10px;
        display: none;
    }

    .header .link ul li {
        float: left;
        margin: 0 10px;
        height: 50px;
    }

    .header .link ul li i {
        color: #666;
    }

    .header .lang {
        float: right;
        height: 50px;
        color: #666;
    }

    .header .lang a {
        color: #666;
        text-align: right
    }

    .header .wapnav {
        display: block !important;
        width: 50px;
        height: 50px;
        /* position: absolute;
        left: 0;
        top: 0; */
        float: left;
    }

    .wapnav i {
        color: #666;
        font-size: 24px;
    }

    .indexBanner {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding-top: 50px;
        z-index: 1;
        /* background: red; */
        min-height: calc(100vh - 80px);
    }

    .indexList .items {
        width: 100%;
        height: auto;
        padding: 0 0 50px 0;
    }

    .indexList {
        flex-direction: column;
    }

    .indexList .imglist {
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .dy1 {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .dy1 .dytxt {
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 30px;
        padding: 110px 0 0 0;
        line-height: 60px;
    }

    .dy1 .dybtn {
        width: 100%;
        height: 60px;
        background: #fff;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        color: #000;
        margin: 60px 0 0 0;
        cursor: pointer;
    }

    .dy2 {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: none;
    }

    .dy2 .dyinput {
        width: 460px;
        height: 60px;
        background: #fff;
        line-height: 60px;
        font-size: 30px;
        color: #000;
        padding: 0 20px;
        margin: 60px 0 0 0;
        outline: none;
    }

    .dy2 .smalldy {
        font-size: 12px;
        color: #fff;
        line-height: 25px;
        padding: 10px 0 0 0;
    }

    .dy2 .dybtn {
        width: 100%;
        height: 60px;
        background: #fff;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        color: #000;
        margin: 20px 0 0 0;
        cursor: pointer;
    }

    .dy2 .close {
        color: #fff;
        font-size: 30px;
        float: right;
        padding: 20px 0 0 0;
        cursor: pointer;
    }

    .wapNav {
        width: 100%;
        height: auto;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 999;
        box-sizing: border-box;
        display: none;
    }

    .wapNav .wapitems {
        height: 50px;
        line-height: 50px;
        padding: 0 5%;
        border-bottom: solid 1px #ececec;
        position: relative;
        font-size: 14px;
        color: #ccc;
    }

    .wapNav .childshow {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        color: #7e7e7e;
        text-align: right;
        line-height: 50px;
        padding-right: 5%;
        font-size: 20px;
    }

    .wapNav .childnav {
        padding: 0 5%;
        height: auto;
        background: #f9f9f9;
        margin: 0;
        display: none;
    }

    .wapNav .childnav .childitems {
        width: 100%;
        height: 50px;
        font-size: 14px;
    }


    .header .link #topsearch {
        position: absolute;
        MIN-width: 200px;
        height: 50px;
        line-height: 50px;
        top: 50px;
        z-index: 1;
        padding: 0 5PX;
        right: 0;
        background: #green;
        display: none;
    }

    .zlmain {
        padding-top: 50px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        clear: both;
        /* background: green; */
    }

    .listleft {
        display: none;
    }

    .listright {
        width: 100%;
    }

    .itemsnews {
        width: 100%;
        padding: 0 15px;
    }

    .newwarp .newsimgs {
        width: 30%;
        float: left;
        padding-left: 10px;
    }

    .newwarp .newscont {
        width: 80%;
        float: left;
        padding: 0 10px;
        position: relative;
    }

    .newwarp .newsimgs img {
        width: 100%;
        height: auto;
    }

    .newscont .newsmore {
        position: relative;
        /* bottom: 0; */
        width: 100%;
        /* right: 0; */
        height: 30px;
        line-height: 30px;
        text-align: right;
        font-size: 14px;
        color: #7e7e7e;
    }

    .listfull {
        float: left;
        width: 100%;
        min-height: 350px;
        padding-top: 7px;
        padding-bottom: 30px;
    }

    .itemsnewsimg {
        width: 50%;
        height: auto;
        /* border-bottom: solid 1px #e7e7e7; */
        padding: 10px;
        float: left;
        box-sizing: border-box;
    }

    .itemsnewsimg .newsimgs {
        width: 100%;
        height: auto;
    }

    .itemsnewsimg .newsimgs img {
        width: 100%;
        height: auto;
    }

    .about,
    .joindiv {
        width: 100%;
        height: auto;
        display: inline;
        padding: 80px 10px;
    }

    .joindiv h1 {
        display: inline;
        width: 100%;
    }

    .contmain .conleft {
        display: none;
    }

    .contmain .conright {
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        height: auto;
    }

    .tcImgDiv .swiper-container {
        height: 100%;
        margin: 0 auto;
    }

    .tcImgDiv .tcleft {
        width: 100%;
        padding: 50px 0;
        position: relative;
    }

    .tcImgDiv .swiper-button-prev,
    .tcImgDiv .swiper-button-next {
        width: 60px;
        height: 60px;
        border: solid 1px #000;
        color: #fff;
        text-align: center;
        line-height: 60px;
        background: #000;
    }

    .photoDescription {
        position: absolute;
        width: 100%;
        min-height: 50px;
        background: #000;
        opacity: 0.5;
        text-align: center;
        font-size: 28px;
        line-height: 50px;
        color: #fff;
        z-index: 999;
        /* top: 50px; */
    }

    .tcImgDiv .close {
        position: fixed;
        width: 50px;
        height: 50px;
        font-size: 18px;
        color: #ccc;
        right: 20px;
        top: 20px;
        cursor: pointer;
        text-align: center;
        z-index: 9999;
        font-size: 30px;
    }

    .about .aboutleft {
        width: 100%;
        padding: 10px;
        font-size: 13px;
        color: #7e7e7e;
        line-height: 30px;
        text-align: justify;
        float: right;
        box-sizing: border-box;
    }

    .about .aboutright {
        width: 100%;
        padding: 5px 0 0 0;
        float: right;
        box-sizing: border-box;
        text-align: left;
    }

    .about .aboutright img {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .newslsit {
        width: 100%;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
}