@charset "utf-8";
.contentBox {
    width: 1200px;
    margin: auto;
}

/*pc none*/
.down {
    display: none;
}

.header {
    background: #0f5035 url("http://oss.rainier.com.cn/a_lend/2020/223/0584/1e683.png") 1200px 0 no-repeat;
}

.more-btn{
    text-align:center;
}

.more-btn span{
    display: inline-block;
   background: #215d44;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.img-link{
    height:610px;
    overflow-y:hidden;
}

.logo {
    height: 95px;
    border-bottom: 1px solid #3f735d;
}

.logo .contentBox {
    height: 95px;
    background: url("https://trans-vlab.sysu.edu.cn/a_lend/2019/359/0550/12apg.png") left center no-repeat;
    position:relative;
}

.logo .contentBox span {
    font-size: 36px;
    font-family: simHei;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 95px;
    line-height: 95px;
    padding-left: 250px;
}
.logo .contentBox a {
    position: absolute;
    right: 150px;
    top: 35px;
    font-size: 16px;
    color: #fff;
    /* text-decoration: underline; */
    padding-bottom: 5px;
    display: block;
    border-bottom: 2px solid #fff;

}

.navBar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-size: cover;
}

.nav {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 50px;
    font-size: 14px;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 50px;
}

.nav .m:first-child {
    background: none;
}

.nav > .m > h3 > a {
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
    margin-top: 9px;
    margin-left: 25px;
    margin-right: 25px;
}

.nav > .m:hover {
    background: #0a3724;
}

.nav h3 a {
    cursor: pointer;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    display: block;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

/*.nav .sub {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50px;*/
/*    z-index: 1;*/
/*    min-width: 100%;*/
/*    background: url(../img/op.png) repeat;*/
/*    font-size: 14px;*/
/*}*/

/*.nav .sub li {*/
/*    text-align: center;*/
/*}*/

/*.nav .sub li a {*/
/*    font-family: "Microsoft YaHei";*/
/*    word-break: keep-all;*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    white-space: nowrap;*/
/*    height: 45px;*/
/*    line-height: 45px;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    padding: 0 10px;*/
/*}*/

/*.nav .sub li a:hover {*/
/*    background: url("../img/op1.png") repeat;*/
/*}*/


.contentB {
    padding: 40px 0;
    background: #f8f9f8;
}

.tit {
    height: 35px;
    overflow: hidden;
    margin-bottom: 30px;
}

.tit span {
    height: 35px;
    display: block;
    float: left;
    font-size: 28px;
    color: #333;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.tit label {
    height: 35px;
    display: block;
    float: left;
    font-size: 26px;
    font-family: Serif;
    font-family: -webkit-pictograph;
    color: #666666;
    line-height: 45px;
    padding-left: 15px;
}

.tit a {
    float: right;
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fff;
    background: #0f5035;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 8px;
    text-decoration: none;
}


.noticBox {
    width: 680px;
}

.noticBox ul li {
    margin-bottom: 30px;
}

.noticBox ul li:last-child {
    margin-bottom: 0;
}

.noticBox .date {
    width: 95px;
    height: 95px;
    background: #fff;
    box-shadow: 1px 3px 4px 0px rgba(193, 193, 193, 0.18);
}

.noticBox .date span {
    display: block;
    text-align: center;
}

.noticBox .date .mm {
    height: 50px;
    font-size: 20px;
    background: #0f5035;
    color: #fff;
    font-family: "Microsoft YaHei";
    line-height: 50px;
}

.noticBox .date .yy {
    font-size: 16px;
    color: #666;
    font-family: "Microsoft YaHei";
    line-height: 45px;
}

.newBox {
    width: 570px;
}

.noticBox ul li .mobile-date {
    display: none;
}

.newBox a {
    display: block;
    text-align: justify;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.newBox .newTit:hover {
    color: #3f735d;
}

.newBox .newTit {
    font-size: 18px;
    color: #444;
    font-family: "Microsoft YaHei";
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.newBox .newP {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
    line-height: 24px;
}

.slideBox {
    width: 495px;
    height: 335px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 495px;
    height: 335px;
    display: block;
}

.slideBox .bd li .img-op {
    padding: 10px 20px;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0556/12ud6.png") repeat;
    width: 455px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slideBox .bd li .img-op span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    padding-bottom: 10px;
}

.slideBox .bd li .img-op p {
    font-size: 14px;
    color: #eeeeee;
    font-family: "Microsoft YaHei";
    text-indent: 2em;
    line-height: 20px;
}


.js-silder {
    position: relative;
    min-width: 320px;
}

.silder-scroll {
    width: 100%;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow:hidden;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.silder-main-img img {
    width: 100%;
}

.js-silder-ctrl {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0556/12ud6.png") repeat;
}

.silder-ctrl-prev,
.silder-ctrl-next {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 0;
    text-align: left;
}

.silder-ctrl-next {
    right: 0;
    text-align: right;
}

.silder-ctrl-prev > span,
.silder-ctrl-next > span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.silder-ctrl-prev > span {
    left: 0;
}

.silder-ctrl-next > span {
    right: 0;
}

.silder-ctrl-con {
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0556/icod.png") no-repeat center;
    margin: 0;
    cursor: pointer;
}

.silder-ctrl-con > span {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
}

.silder-ctrl-con.active > span {
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0556/gcod.png") no-repeat center;
}

.contentC {
    padding-top: 40px;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0555/foqs.jpg") top center no-repeat;
}

.contentC .tit span, .contentC .tit label {
    color: #fff;
}

.picList li {
    width: 1200px;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.videoBox {
    height: 316px;
    position: relative;
}

.videoImg {
    width: 620px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.videoImg img {
    width: 620px;
    height: 400px;
}

.videoImg .player {
    display: block;
    width: 620px;
    height: 400px;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0945/2epmp.png") no-repeat center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.videoConetnt {
    width: 430px;
    position: relative;
    z-index: 3;
    padding: 70px 75px;
}

.videoJs p {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 30px;
    text-indent: 2em;
}

.videoJs span {
    display: block;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    color: #333;
    font-weight: bold;
    height: 48px;
}

.picScroll-top {
    margin: 0 auto;
    border-radius: 5px;
    width: 1200px;
    height: 400px;
    background: #fff;
    position: relative;
    box-shadow: 1px 3px 17px 8px rgba(193, 193, 193, 0.18);
}

.picScroll-top .hd .prev, .picScroll-top .hd .next {
    z-index: 99;
    display: block;
    width: 86px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0555/docc.png") no-repeat 0px 0px;
    right: 416px;
    top: 280px;
}

.picScroll-top .hd .next {
    background: url("http://oss.rainier.com.cn/a_lend/2020/223/0555/docc.png") no-repeat -86px 0px;
    right: 330px;
    top: 280px;
}

.contentD {
    padding:40px 0;
}
.img-link ul li .imgBox{
    height:210px;
    overflow: hidden;
}

.img-link ul li .imgBox img{
    width: 100%;
}

.img-link ul li{
    width: calc(32% - 7.5px);
    transition: 0.3s;
    float:left;
    border-radius:5px;
    overflow:hidden;
    box-shadow:1px 3px 17px 8px rgba(193, 193, 193, 0.18);
    margin:10px;
    border-bottom:3px solid #fff;
}

.img-link ul li:hover{
    border-bottom:3px solid #215d44;
}



.img-link ul li a{
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
}

.img-link ul li p{
    font-size:18px;
    color:#333;
    font-family:"Microsoft Yahei";
    font-weight:bold;
    padding: 0 15px;
    line-height: 40px;
}

.img-link ul li .link-En{
    padding: 0 15px;
    font-family: Arial;
    font-family: -webkit-pictograph;
}
.img-link ul li .link-En span{
    float: left;
    color: #999;
    font-size: 12px;

}
.img-link ul li .link-En label{
    float: right;
    color: #999;
    font-size: 12px;
    font-family: Serif;
}

.img-link ul li:nth-child(1),.img-link ul li:nth-child(4){
    margin-left:0;
}

.contentE{
    width:100%;
    background:#dcdcdc;
    padding:10px 0;
}

.link-tit{
    display: block;
    height: 36px;
    background: url("../img/link-img.png") left center no-repeat;
    margin-right: 35px;
}

.link-tit span{
    display: block;
    font-family: "Microsoft Yahei";
    color:#f07d18;
    line-height:36px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 45px;
}

.link-href li {
    float: left;
    line-height: 36px;
    width: 225px;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-href li a{
    font-size:16px;
    color: #333;
    font-family:"Microsoft Yahei";
    text-decoration:none;
}
.link-href li a:hover{
    color: #0f5035;
}

.footer-school{clear: both;width:100%;margin:auto;background:url("http://oss.rainier.com.cn/a_lend/2020/223/0584/1e683.png") 1200px 0 no-repeat #215d44;}
.foot_top{width:100%;padding-bottom:10px;}
.foot_box{width:1200px;margin:0 auto;padding-top:20px;}

.hb-1{float: left}
.hb-2{float: right}
.foot_bottom{width:100%;border-top: 1px solid #367c5f;padding-top:10px;padding-bottom:20px;}
.foot_nr{width:1200px;height:30px;margin: auto;line-height:30px;}
.foot_nr a{display: block;font-size: 13px;color:#fff;text-decoration: none;font-family: "Microsoft Yahei";}



.breadcrumb {height:35px;border-bottom:1px dashed #eee;overflow: hidden;margin-bottom:25px;padding-left:22px;}
.breadcrumb span{line-height: 35px;font-family:"Microsoft YaHei";font-size: 28px;color:#fff;display: block;padding: 0 20px;float: left;background: #3591e0;}
.breadcrumb ul {float:left;}
.breadcrumb ul li a, .breadcrumb ul li {color:#666; font-size:16px; line-height:35px;font-family: serif;}
.breadcrumb ul li a:hover {text-decoration:none;color:#3591e0;}
.breadcrumb b{float:left;padding:0 15px;height:35px;line-height:35px;font-size: 18px;color: #3591e0;border-bottom: 2px #3591e0 solid;font-weight: normal;}



.contentCategory {width:1170px;padding:15px;min-height:860px;margin:30px auto 20px;background: #fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}

.aside {width:240px;position:relative;}
.aside h2 {background:#0f5035;height:50px;line-height:50px; color:#fff; font-weight:normal;font-size:22px;font-family:"Microsoft YaHei";text-align:center;margin-bottom:10px;}
.aside h2 a{display:block;text-decoration:none;color:#fff;}
.aside ul li {background:#0f5035;margin-top:5px;}
.aside ul li a{display:block; height:40px;line-height:40px;color:#666;font-size:14px;font-family:"Microsoft YaHei"; font-weight: normal; text-decoration: none;padding-left:40px; background: #f9f9f9;}
.aside ul li a:hover {color:#fff ;-moz-box-shadow: 0 0 5px #a9a9a9; -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #0f5035;background: #0f5035;}
.level3 {display: block !important;}
.level3 > li > a {font-size: 14px !important;padding-left: 60px !important;background-position-x: 35px !important;}
.level4 {display: none;}
.level4 > li > a {padding-left:10px;background: #0f5035;}
.level2 > li > a.arrow:hover,
.level3 > li > a.arrow:hover,
.level4 > li > a.arrow:hover,
.level2 > li > a.current,
.level3 > li > a.current,
.level4 > li > a.current {color: #fff;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;
    background: #0f5035;
    
}

.level3 li a:hover{ color: #333 !important;}
.arrow{background:#3591e0 !important;color: #fff !important;}


.contentLi {width:900px;}

.articleLi {margin-top:5px;min-height:550px;}
.articleLi ul {margin: 10px;}
.articleLi ul li {height:45px;line-height: 45px;border-bottom: 1px dashed #bfbfbf;padding-left:20px;}
.articleLi ul li a {display:block;font-size:16px;color:#787878;text-decoration: none;cursor: pointer;}
.articleLi ul li a h3 {font-size: 16px;font-weight: normal;}
.articleLi ul li a:hover {color: #023fe6;}


.contentArt {width:1170px;padding:15px;min-height:600px;margin:30px auto 20px;background:#fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}
.title_info {font-family:serif;width:100%;color:#666;text-align: center;padding: 20px 0;font-size: 15px;border-bottom:2px solid #ededed;}
.secondContent{width:1100px;}

.articlePage {margin-top:30px;min-height:450px;}
.articlePage h2 {text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}
.article-detail {padding:0 15px;}
.article-detail > p img {display:block;margin: 10px auto;}
.article-detail > p {font-family: serif;line-height: 30px;padding-top:10px;text-align: justify;color: #666;text-indent: 2em;font-size:16px;}
.article-detail table {margin:0 auto;}
.article-detail table td {text-align:left;font-size:14px;color:#666;padding:10px;line-height:22px;}
.article-detail table td p{text-indent:0;font-size:14px;text-align:left;font-family:"Microsoft YaHei";color:#666;line-height:25px;}
.article-detail object{margin-left: -2em;}





.commonPic{margin-bottom:15px;}
.picBox .boxTit{margin-bottom: 15px;}
.picBox ul li {float:left;margin:7px 14px;}
.picBox ul li img{display: block;padding:5px;background:#e9e9e9; WIDTH: 235PX;
    height:142px;}
.picBox ul li .categoryPic{position:relative;display:block;text-decoration:none;}
.picBox ul li .categoryPic .greenBg{display:none;background:url("http://oss.rainier.com.cn/a_lend/2019/233/1017/aid4.png") repeat;width: 180px;height: 95px;padding: 25px 20px;position: absolute;left: 0;top: 0;}
.picBox ul li .categoryPic .greenBg p{font-size:14px;color:#fff;font-family: "Microsoft Yahei";line-height:22px;}
.picBox ul li .categoryPicTit{text-align:center;display:block;line-height:30px;font-size:14px;font-family: "Microsoft Yahei";color: #666;text-decoration: none;padding-left:5px;}
.picBox ul li p{text-align:center;}
.picBox ul li:hover .categoryPic .greenBg{display:block;transition:0.3s;}
.picBox ul li:hover .categoryPicTit{color:#8fba3d;}


.page {
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px auto 0;
    background: #f2f2f2;
}

.pagelist {
    font-size: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.pagelist span {
    font-size: 14px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump {
    border: 1px solid #ccc;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}
.ellipsis {
    padding: 0px 8px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump.disabled{
    pointer-events: none;
    background: #ddd;
}


/*ipad*/
@media (max-width: 1200px) {
    .contentBox {
        width: auto;
        margin: 0 20px;
    }

    .logo .contentBox span {
        font-size: 28px;
    }

    .nav {
        width: auto;
    }

    .nav .m {
        height: auto;
    }

    .nav h3 a {
        font-size: 14px;
        margin-top: 0;
    }

    .noticBox {
        width: 475px;
    }

    .newBox {
        width: 380px;
    }

    .noticBox .date {
        width: 80px;

    }


    .newBox .newTit {
        font-size: 15px;
        height: 25px;
        line-height: normal;
    }

    .newBox .newP {
        font-size: 12px;
        line-height: 23px;
    }

    .noticBox ul li {
        margin-bottom: 25px;
    }

    .picScroll-top, .picList li {
        width: 100%;
        height: 305px;
    }

    .videoImg {
        width: 470px;
        height: 305px;
    }

    .videoImg img {
        width: 470px;
        height: 305px;
    }

    .videoImg .player {
        width: 470px;
        height: 305px;
    }

    .contentC {
        background: url(../img/contentC.jpg) 0 -85px no-repeat;
    }

    .videoConetnt {
        width: 360px;
        padding: 45px 75px;
    }

    .picScroll-top .hd .prev, .picScroll-top .hd .next {
        right: 365px;
        top: 240px;
    }

    .picScroll-top .hd .next {
        right: 280px;
        top: 240px;
    }

    .img-link ul li {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .img-link ul li:nth-child(1), .img-link ul li:nth-child(4){
        margin: 10px;
    }

    .link-href li{
        width: 170px;
    }

    .foot_box,.foot_nr,.foot_bottom{
        width: auto;
        margin: 0 20px;
    }
    
  

}

/*molibe*/
@media (max-width: 850px) {
    .contentBox {
        width: auto;
        margin: 0;
    }

    .silder-ctrl-con {
        width: 20px;
        height: 20px;
        padding: 0;
    }

    .silder-ctrl-con > span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }

    .contentBox {
        width: 100%;
    }

    .logo .contentBox {
        height: 95px;
        background: url("https://xnfz.sysu.edu.cn/vlab_files/threeGen/pic/2026/166/1010/281jt.png") center no-repeat;
    }

    .logo .contentBox span, .nav .sub {
        display: none;
    }

    .down {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 10px;
        background: url("http://oss.rainier.com.cn/a_lend/2020/223/0556/kcod.png") center no-repeat #3f735d;
        width: 50px;
        height: 30px;
        z-index: 1;
    }

    .navBar {
        height: 50px;
        overflow: hidden;
    }

    .nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        top: 0;
        background-size: cover;
        background: #ffffff;
    }

    .nav .m {
        width: 100%;
        text-align: left;
        text-indent: 0;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .nav > .m:hover {
        background: none;
    }

    .nav > .m > h3 > a {
        padding: 0px 10px;
        font-size: 18px;
        display: block;
        margin: 0;
        margin-top: 0;
        height: 50px;
        color: #333;
        line-height: 50px;
    }

    .nav .sub {
        display: none;
    }


    .tit {
        height: auto;
        text-align: center;
    }

    .tit span {
        float: none;
    }

    .tit label {
        float: none;
        padding-left: 0;
    }

    .tit a {
        float: none;
        color: #0f5035;
        background: none;
        padding: 5px 10px;
    }

    
    
    .slideBox, .noticBox .date {
        display: none;
    }
    


    .noticBox, .newBox {
        float: none;
        width: 100%;
    }

    .noticBox ul li {
        margin-bottom: 20px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        position: relative;
        border-bottom: 4px solid #3f735d;
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .noticBox ul li .mobile-date {
        display: block;
        background: #f5f5f5;
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 12px;
        color: #333;
        font-family: "Microsoft Yahei";
    }

    .contentB {
        height: auto;
    }

    .noticBox ul li {

        float: none;
        width: auto;
    }

    .newBox .newTit {
        font-size: 17px;
    }

    .contentC {
        background: none;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .contentC .tit span {
        color: #333;
    }

    .contentC .tit label {
        color: #666666;
    }

    .videoImg {
        float: none;
        margin: auto;
    }

    .videoConetnt {
        display: none;
    }

    .picScroll-top {
        box-shadow: none;
        margin: 0 10px;
        width: auto;
    }

    .picScroll-top .hd {
        text-align: center;
        padding-top: 10px;
    }

    .picScroll-top .hd .prev, .picScroll-top .hd .next {
        position: inherit;
        display: inline-block;
    }

    .picScroll-top, .picList li {
        width: auto;
        height: auto;
    }

    .videoBox {
        height: auto;
    }

    .videoImg {
        width: 100%;
        height: auto;
    }

    .videoImg img {
        width: 100%;
        height: auto;
    }

    .videoImg .player {
        width: 100%;
        height: 100%;
    }
    .img-link ul li .imgBox {
        height: auto;
    }

    .link-href li {
        width: 120px;
    }
    .contentE{
        padding: 10px;
    }

    .foot_box, .foot_nr, .foot_bottom{
        margin: 0 10px;
    }
}

@media (max-width: 485px) {
    .silder-main-img img {
        height: 190px;
        width: auto;
    }

    .img-link{
        margin:0 10px;
    }

    .img-link ul li:nth-child(1), .img-link ul li:nth-child(4) {
        margin:0;
        margin-bottom:20px;
    }
    .img-link ul li{
        width: 100%;
        margin:0;
        margin-bottom:20px;
    }
    .contentE{
        width: auto;
    }
    .link-tit,.link-href{
        float: none;
    }
    .link-href li{
        width: auto;
        text-align: left;
        text-indent: 30px;
    }

    .foot_nr{
        height: auto;
    }

    .foot_nr a{
        width: 100%;
        float: none;
    }
    .foot_top{
            padding-bottom: 0;
    }
    .foot_bottom {
        border: none;
        padding-top: 0;
    }

}