

header {
    width: 100%;
    height: 145px;
    line-height: 34px;
    font-size: 18.46px;
}

.floatr {
    float: right;
    margin-top: 8px;
}

.qdy {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.qdy_ban {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.logo_qdy {
    position: absolute;
    top:50px;
    left:50px;
    z-index: 10;
}

.logo_qdy a {
    display: block;
    width: 180px;
    height:120px;
    background: url(../images/logo@2x.png) no-repeat center;
    background-size: auto 100%;
}


.logo_qdy a:hover {
    margin-top: 0px;
}

.ib {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-top: -50px;
    text-transform: uppercase;
}


.main {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    /*float: left;*/
    /*display: block;*/
    /*width: 280px;*/
    width: 160px;
    /*height: 35px;*/
    height: 70px;
    /*background: url(../images/logo.png);*/
    background: url(../images/logo.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}




.open_select .select {
    display: block;
}

.selcity {
    /*float: right;*/
    /*width: 180px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*text-align: right;*/
    /*color: #000;*/
    /*margin-left: 80px;*/
}

.selcity div {
    /*float: left;*/
    /*width: 100px;*/
    font-size: 18.26px;
    color: #666666;
}

.selcity .cars {
    z-index: 16;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    padding-right: 20px;
    font-size: 20px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/i.png) no-repeat right center;
}

.cars a {
    display: block;
    color: #666666;
    font-size: 18.26px;
}

.city a {
    font-size: 18.26px;
}

.select {
    display: none;
    background: #fff;
    text-align: center;
    margin-left: 30px;
    padding-bottom: 15px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}

.select a {
    font-size: 15.52px;
}

.select a i {
    display: block;
    height: 1px;
    width: 35px;
    margin: 0 auto;
    background: #666;
    margin-top: -5px;
}

/*
.logo{float:left;display:block;width:19.3%;height:24.1%;background:url(../images/logo.png)no-repeat center center;background-size:100%;}
.nav{float:right;width:auto;height:24.1%;}
.nav ul{width:auto;position:relative;}
.nav ul li{float:left;width:auto;margin:0 1%;padding:0 0.69%;}
.nav2 ul{z-index:10;display:none;position:absolute;width:85px;background:#fff;padding:0 0px 10px 10px;margin-left:-10px;}
.nav2 ul li{clear:both;width:auto;height:30px;font-size:15.52px;border-bottom: 1px solid #666;box-sizing:border-box;margin:0;padding:0;z-index:10;}
.nav li:hover .ct,.nav li.on .ct{color:#000;}
.nav2 ul li:hover a,.nav2 ul li.on a{color:#000;}


.selcity{float:right;width:12.4%;height:35px;line-height:35px;text-align:right;color:#000;margin-left:5.5%;}
.selcity div{float:left;width:100px;font-size: 18.26px;}
.selcity .cars{position:absolute;top:0;right:0;height:35px;padding-right: 20px;font-size:20px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/i.png) no-repeat right center;}
.cars a{display:block;color:#000;font-size:18.26px;}
.city a{font-size:18.26px;}
.select{display:none;background: #fff;text-align: center;margin-left:30px;padding-bottom:5px;}
.select a{font-size:15.52px;}
.select a i{display:block;height:1px;width:35px;margin:0 auto;background:#666;margin-top: -5px;}
*/


#banner {
    font-size: 0;
}

#banner img {
    width: 100%;
}

#banner img:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

#banner .arrow-left {
    opacity: 0;
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45.67%;
    width: 70px;
    height: 70px;
    z-index: 999;
}

#banner .arrow-right {
    opacity: 0;
    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45.67%;
    width: 70px;
    height: 70px;
    z-index: 999;
}

#banner:hover .arrow-left {
    opacity: 1;
}

#banner:hover .arrow-right {
    opacity: 1;
}


.tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.titl, .titr, .titl a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.titl a:hover {
    color: #666;
}

.titr {
    float: right;
    text-align: right;
}

.titr i {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 19.37px;
    font-family: "ProximaNova-Light";
    color: #000;
}

.titr p {
    height: 20px;
    line-height: 20px;
}

.titr p span {
    font-size: 13px;
    color: #4d4d4d;
}

a.sup em {
    display: inline-block;
}

a.sup i {
    display: none;
}

/*a.sup:hover em{display:none;}*/
/*a.sup:hover i{display:inline-block;}*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadein {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
}

.yp_img {
    width: 100%;
    font-size: 0;
}

.yp_img ul li {
    float: left;
    width: 34%;
    height: 100%;
    margin-right: 1%;
    line-height: normal;
}

.yp_img ul li:nth-child(1) {
    width: 30%;
}

.yp_img ul li:nth-child(1) img {
    height:;
}

.yp_img ul li img {
    width: 100%;
}

.yp_img ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.yp_img ul li.ct2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.yp_img ul li .ct2a {
    margin-bottom: 2%;
}

.yp_img ul li:nth-child(3) {
    margin-right: 0;
}

.yp_img ul li a:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.yp_img ul li a i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}


.is {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.is span {
    font-size: 24.94px;
}

.is span.cl {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 17.58px;
    font-family: "ProximaNova-Light";
}

.xian {
    display: block;
    width: 190px;
    border-bottom: 1px solid #fff;
}


.kp_img {
    width: 100%;
    font-size: 0;
}

.kp_img ul li {
    float: left;
    width: 34%;
    height: 100%;
    margin-right: 1%;
    line-height: normal;
}

.kp_img ul li:nth-child(2) {
    width: 30%;
}

.kp_img ul li:nth-child(2) img {
    height:;
}

.kp_img ul li img {
    width: 100%;
}

.kp_img ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.kp_img ul li.ct2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.kp_img ul li .ct2a {
    margin-bottom: 2%;
}

.kp_img ul li:nth-child(3) {
    margin-right: 0;
}

.kp_img ul li a:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.kp_img ul li a i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}


.vi_img ul li {
    float: left;
    width: 49.5%;
    height: 100%;
    font-size: 0;
    position: relative;
}

.vi_img ul li:nth-child(1) {
    margin-right: 0.69%;
}

.vi_img ul li img {
    width: 100%;
}

.vi_img ul li i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
}

.vi_img ul li i ins {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/i4.png) no-repeat center center;
}

.act_img {
    height: auto;
    font-size: 0;
}

.act_img ul {
    position: relative;
}

.act_img ul li {
    float: left;
    width: 49.9%;
    height: 100%;
}

.act_img ul li img {
    width: 100%;
}

.act_img ul li:nth-child(1):hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.act_img ul li.ac {
    width: 45.9%;
    padding: 0 0 0 4%;
    position: absolute;
    top: 0;
    right: 0;
}

.act_img ul li.ac h2 {
    font-size: 35.5px;
    color: #000;
}

.act_img ul li.ac span {
    font-size: 23.5px;
    color: #000;
    font-family: "ProximaNova-Regular";
}

.act_img ul li.ac span i {
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-family: "ProximaNova-Light";
}

.act_img ul li i {
    display: block;
    line-height: 35px;
    color: #b0b0b0;
    font-size: 24px;
    font-family: "ProximaNova-Light";
}

.act_img ul li a:hover * {
    color: #000;
}

.act_img ul li ins {
    display: block;
    width: 40%;
    font-size: 20px;
    color: #9e9e9e;
    font-family: "ProximaNova-Light";
    border-bottom: 2px solid #666;
}

.sort {
    float: left;
    width: 13.5%;
    height: auto;
}

.sort ul li {
    display: table;
    width: auto;
    height: 10px;
    font-size: 17.5px;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.sort ul li:hover, .sort ul li.on {
    border-bottom: 1px solid #000;
}

.sort ul li span {
    opacity: 0;
    font-size: 0;
}

.sort ul li:hover span, .sort ul li.on span {
    opacity: 1;
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Light";
}

.sort ul li:hover a, .sort ul li.on a {
    color: #000;
}


.bg_img {
    float: left;
    width: 75.2%;
    height: 710px;
    position: relative;
}

.cl_img {
    width: 60px;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
}

.cl_img img {
    padding: 0 5px;
}

.cl_img img:hover {
    cursor: pointer;
}

.bg_img .datu_left {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    left: 0;
    background: url(../images/zuo.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    cursor: pointer;
}

.bg_img .datu_right {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 0;
    background: url(../images/you.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.bg_img:hover .datu_left, .bg_img:hover .datu_right {
    cursor: pointer;
    opacity: 1;
    z-index: 10;
}


.fenye {
    height: 30px;
    line-height: 30px;
}

.back {
    font-size: 17px;
    color: #666;
}

.mpage {
    width:;
    float: right;
    font-size: 16px;
    font-family: "ProximaNova-Light";
}

.mpage li {
    float: left;
    padding: 0 5px;
}

.mpage li.prev {
}

.mpage li.prev a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/fenye.png) no-repeat center center;
    background-position: 0;
}

.mpage li.next a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/fenye.png) no-repeat center center;
    background-position: -122px 8px;
}


.sort2 {
    float: left;
    width: 140px;
    height: auto;
}

.sort2 ul li {
    display: table;
    width: auto;
    height: 10px;
    font-size: 17.5px;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sort2 ul li:hover, .sort2 ul li.on {
    border-bottom: 1px solid #000;
}

.sort2 ul li span {
    opacity: 0;
}

.sort2 ul li:hover span, .sort2 ul li.on span {
    opacity: 1;
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Light";
}

.sort2 ul li:hover a, .sort2 ul li.on a {
    color: #000;
}


.xq_img {
    float: left;
    width: 1310px;
    height: 710px;
}

.xq_img img {
    width: auto;
    height: 220px;
    margin-right: 15px;
    margin-bottom: 25px;
    float: left;
}

/*.hd ul{width:1215px;height:auto;margin:0 auto;}*/
/*.hd ul li{float:left;width:44.3%;height:auto;margin-right:11%;margin-bottom:100px;font-family: ProximaNova-Regular,sans-serif;}*/
/*.hd ul li:hover img{box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);}*/
/*.hd ul li:hover{color:#000;}*/
/*.hd ul li:nth-child(2n){margin-right:0;}*/
/*.hd ul li h2{font-size:44px;color:#000;}*/
/*.hd ul li h3{font-size:30px;color:#000;}*/
/*.hd ul li i{display:block;font-size:17px;color:#9e9e9e;font-family:ProximaNova-Light,sans-serif;line-height:30px;}*/
/*.hd ul li span{display:block;text-align:right;font-size:17px;color:#9e9e9e;font-family:ProximaNova-Light,sans-serif;}*/


/*.hd_con{font-family:ProximaNova-Regular,sans-serif;}*/
/*.hd_con img{max-width:100%;height:auto;}*/
/*.hd_con img:hover{cursor:pointer;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);}*/
/*.hd_con h3{font-size:62px;color:#000;}*/
/*.hd_con h4{font-size:40px;color:#000;}*/
/*.hd_con p{font-size:22px;color:#9e9e9e;font-family: "ProximaNova-Light";}*/


.hd_con {
    font-family: ProximaNova-Regular, sans-serif;
}

.hd_con img {
    max-width: 100%;
    height: auto;
}

.hd_con img:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.hd_con h3 {
    font-size: 62px;
    color: #000;
}

.hd_con h4 {
    font-size: 40px;
    color: #000;
}

.hd_con p {
    font-size: 22px;
    color: #9e9e9e;
    font-family: "ProximaNova-Light";
}


.video {
    margin: 0 auto;
    font-size: 0;
}

.vmain {
    margin: 0 auto;
    font-family: "ProximaNova-Light";
}

.vmain .vi {
    width: 85%;
    position: relative;
}

.vmain .vi img {
    width: 100%;
}

.vmain .vi a {
    display: block;
    width: 100%;
    height: 100%;
}

.vmain .vi i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/i8.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
}

.vmain span {
    display: block;
    font-size: 24px;
    color: #787878;
}

.vmain i {
    display: inline-block;
    font-size: 16px;
    color: #787878;
    line-height: 25px;
}

.vmain .ve {
    width: 85%;
    line-height: 35px;
}

.vmain .ve ins {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #787878;
}


.picScroll-left {
    position: relative;
}

.va {
    width: 85%;
    margin: 0 auto;
}

.va ul {
    width:;
    margin: 0 auto;
}

.va ul li {
    float: left;
    width: 23.2%;
    height: 100%;
    margin-right: 2.36%;
    position: relative;
}

.va ul li img {
    width: 100%;
}

.va ul li i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/i9.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
}

.va ul li:hover i, .va ul li.on i {
    background-color: rgba(0, 0, 0, 0.6);
}


.picScroll-left .hd .prev {
    float: left;
    position: absolute;
    top: 30%;
    left: 5%;
    display: block;
    width: 10%;
    height: 60px;
    background: url("../images/left.png") center center no-repeat;
    opacity: 0.01;
}

.picScroll-left .hd .next {
    float: left;
    position: absolute;
    top: 30%;
    right: 5%;
    display: block;
    width: 10%;
    height: 60px;
    background: url("../images/right.png") center center no-repeat;
    opacity: 0.01;
}

.picScroll-left .hd:hover .prev {
    opacity: 1;
}

.picScroll-left .hd:hover .next {
    opacity: 1;
}

.dimg {
    display: block;
    margin: 0 auto;
}

.dimg:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.ximg:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}


.about {
}

.about ul {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.about ul li {
    float: left;
    width: 16%;
    padding: 0 4.5%;
    height: 300px;
    margin-bottom: 80px;
    position: relative;
    cursor: pointer;
}

.about ul li span.t {
    display: block;
    font-size: 26px;
    color: #000;
    margin-bottom: 5px;
}

.about ul li a.addr {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.about ul li:hover a.addr {
    text-decoration: underline;
    color: #000;
}

.about ul li i {
    display: block;
    width: 100%;
    height: 25px;
    background: url(../images/i12.png) no-repeat center center;
    background-size: 58px 2px;
}

.about ul li ins, .about ul li .tel, .about ul li .time {
    display: block;
    font-size: 10px;
    color: #666;
    line-height: 20px;
}

.about ul li:hover .tel, .about ul li:hover .time {
    text-decoration: underline;
}

.about ul li .tp {
    display: none;
    position: absolute;
    top: 50px;
    right: -400px;
    z-index: 10;
}

.about ul li:nth-child(4) .tp {
    display: none;
    position: absolute;
    top: 50px;
    left: -400px;
    z-index: 10;
}

.about ul li:hover .tp {
    display: block;
}


.refloat {
    width: 65px;
    height: 290px;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10;
}

.refloat a {
    display: block;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    font-size: 10px;
    color: #fff;
    font-family: 'PingFang Light';
    text-align: center;
    position: relative;
}

.refloat a:hover {
    margin-left: -10px;
    padding-right: 10px;
}

.refloat a:hover #code {
    opacity: 1;
}

#code {
    opacity: 0;
    position: absolute;
    right: 75px;
    top: -5px;
}

.kefu {
    background: #0d0d0d;
}

.kefu i {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icon1.png) no-repeat center bottom;
    background-size: 30px 30px;
}

.kefu span {
    text-align: center;
    color: #fff;
    font-family: 'PingFang Light';
}

.baojia {
    background: #0d0d0d;
}

.baojia i {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icon2.png) no-repeat center bottom;
    background-size: 30px 30px;
}

.baojia span {
    text-align: center;
    color: #fff;
    font-family: 'PingFang Light';
}

.weibo {
    background: #e6162d;
}

.weibo i {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icon3.png) no-repeat center bottom;
    background-size: 30px 30px;
}

.weibo span {
    text-align: center;
    color: #fff;
    font-family: 'PingFang Light';
}

.weixin {
    background: #45b035;
}

.weixin i {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icon4.png) no-repeat center bottom;
    background-size: 30px 30px;
}

.weixin span {
    text-align: center;
    color: #fff;
    font-family: 'PingFang Light';
}


.kezhao_con img {
    animate-duration: 2s;
    animate-delay: 1s;
    animate-iteration-count: 2;
}

.kezhao {
    width: 80.2%;
    margin: 0 auto;
}

.kezhao ul li {
    float: left;
    width: 23.05%;
    margin-right: 2.6%;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.kezhao ul li:nth-child(4n) {
    margin-right: 0;
}

.kezhao ul li img {
    display: block;
    width: 100%;
}

.kz_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding-top: 71%;
}

.kz_ico ins {
    display: none;
    width: 15px;
    margin: 0 auto;
    height: 1px;
    background: #ffffff;
    margin-top: 10px;
}

.kezhao ul li:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s;
}

.kezhao ul li:hover .kz_ico {
    background: rgba(0, 0, 0, 0.6);
}

/*.jr_class {*/
/*  display: table;*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.jr_class a {*/
/*  float: left;*/
/*  display: block;*/
/*  height: 35px;*/
/*  line-height: 35px;*/
/*  padding: 0 40px;*/
/*  font-size: 18px;*/
/*  color: #000000;*/
/*  border: 1px solid #000000;*/
/*  margin-left: -1px;*/
/*}*/

.jr_class_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*margin: 0 auto;*/
    text-align: center;
    margin-bottom: 25px;
}

.jr_class_list a {
    /*float: left;*/
    display: block;
    height: 35px;
    line-height: 35px;
    /*padding: 10px 0px;*/
    font-size: 16px;
    color: #666;
    /*border: 1px solid #000000;*/
    margin: 0 30px 0 0;
    box-sizing: border-box;
}

.jr_class_list a.on,
.jr_class_list a:hover {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;

}

.jr_class_list a:nth-child(2) {
}

/*.nav-bar {*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    width: 100%;*/
/*}*/


.jr_class {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*margin: 0 auto;*/
    text-align: center;
    margin-bottom: 10px;
}

.jr_class a {
    /*float: left;*/
    /*display: block;*/
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 20px;
    color: #666;
    /*border: 1px solid #000000;*/
    margin: 0 10px 15px 0;
}

.jr_class a.on,
.jr_class a:hover {
    color: #ffffff;
    background: #000000;

}

.jr_class a:nth-child(2) {
}


.video {
    width: 74%;
    margin: 0 auto;
}

.video ul li {
    float: left;
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.video ul li:nth-child(3n) {
    margin-right: 0;
}

.video ul li:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s;
}

.vimg {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.vimg ins {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/i8.png) no-repeat center center;
    background-size: 45px 45px;
    transition: all 0.3s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.1);
}

.vimg img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.video ul li:hover .vimg img {
    opacity: 0.65;
}

.video ul li:hover .vimg ins {
    background-color: rgba(0, 0, 0, 0.3);
}

img.lz {
    background: #eee url(/Style/pc/images/load_2.svg) no-repeat center center;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.pages {
    overflow: hidden;
    text-align: center
}

.pages ul {
    display: inline-block;
    text-align: center
}

.pages ul li {
    margin: 0 14px;
    float: left
}

.pages ul li span {
    font-size: 18px;
    color: #9a9a9a;
    line-height: 16px;
}

.pages ul li a {
    display: block;
    padding: 4px 15px;
    border-radius: 6px;


    font-family: Arial;
    color: #797979;
    font-size: 16px;
    border: 1px solid #797979;
}

.pages ul li a.hover {
    background: 0 0;
    margin: 0
}

.pages ul li a.hover, .pages ul li:hover a {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.pages ul li.count, .pages ul li.phome, .pages ul li.ppre, .pages ul li.pnext, .pages ul li.pend {
    display: none;
}
