.wq-tj {
    position: relative;
    padding: 0px 21px;
    margin-bottom: 25px;
}
.wq-tj .bg{
    width: 60px;
    height: 60px;
    background: url("../images/tuijian.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.wq-tj .item-ul .item {
    float: left;
    width: 9.09%;
    margin-right: 1%;
    border-radius: 0;
    position: relative;
    text-align: center;
    padding: 18px 0 10px;
    border: 1px solid #fff;
}
.wq-tj .item-ul .item:nth-child(10n) {
    margin-right: 0;
}
.wq-tj .item-ul a img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
}
.wq-tj .item-ul .item .tit {
    width: 100%;
    font-weight: 400;
    padding: 6px;
    font-size: 14px;
}
.wq-tj .item-ul .item .tit a{
    height: 19px;
    display: block;
    overflow: hidden;
}
.wq-tj .item-ul .item .size {
    font-size: 12px;
    opacity: .6;
    padding-top: 5px;
    height: 20px;
    display: block;
}
.wq-tj .item-ul .down {
    position: absolute;
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    left: 35px;
    color: #fff;
    background-color: #379dec;
    text-align: center;
    display: none;
    left: 50%;
    bottom: 8px;
    z-index: 1;
    margin-left: -34px;
}
.wq-tj .item-ul .item:hover {
    background-color: #f2f5f9;
    border: 1px solid #f2f5f9;
}
.wq-tj .item-ul .item:hover .down {
    display: block;
}
.wq-tj .item-ul .item:hover .size{
    opacity: 0;
}

.wq-cleft {
    width: 22%;
    float: right;
}
.left-one {
    padding: 15px 21px;
    margin-bottom: 25px;
}
.left-one .cont ul {
    width: 240px;
    overflow: hidden;
}
.left-one .cont li {
    overflow: hidden;
    display: block;
    float: left;
    width: 70px;
    height: 34px;
    background: #f5f5f5;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    color: #666;
    margin: 0 15px 15px 0;
}
.left-one .cont li:hover{
    background: #379dec;
    color: #fff;
}
.left-one .cont a:nth-child(3n) li{
    margin-right: 0;
}
.left-one .cont a:nth-child(n+9) li{
    margin-bottom: 0px;
}

.left-two {
    height: auto;
    padding: 21px;
    margin-bottom: 25px;
}
.left-two .item{
    margin-bottom: 14px;
}
.left-two .item a {
    position: relative;
    border-radius: 2px;
    color: #eee;
    display: block;
    overflow: hidden;
}
.left-two .item img {
    display: block;
    width: 100%;
    height: 130px;
}
.left-two .item .info {
    width: 100%;
    padding: 0 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.8);
}
.left-two .item .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    padding: 0 5px;
    color: #fff;
    position: relative;
}
.left-two ul li{
    height: 37.9px;
    line-height: 37.9px;
}
.left-two ul li span:first-child {
    font-size: 12px;
    display: inline-block;
    width: 40px;
    height: 26px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 26px;
    margin-top: 3px;
    margin-right: 10px;
    color: #f65220;
}
.left-two ul a {
    height: 37.9px;
    line-height: 37.9px;
    color: #666;
    position: relative;
}
.left-two ul a:hover{
    color: #379dec;
}

.wq-cindex {
    width: 52%;
    margin-right: 25px;
    float: left;
}

.cindex-lunbo{
    margin-bottom: 25px;
    position: relative;
}
.cindex-lunbo .swiper-button-next, .cindex-lunbo .swiper-button-prev {
    background-image: none!important;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    transition: .3s;
}
.cindex-lunbo .swiper-container .swiper-button-next{
    right: 0px!important;
    left: auto;
}
.cindex-lunbo .swiper-container .swiper-button-prev{
    left: 0px!important;
}
.cindex-lunbo .swiper-container .swiper-button-next:before{
    background: url("../images/you.png") no-repeat;
    background-size: 30px 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 15px;
    content: "";
}
.cindex-lunbo .swiper-container .swiper-button-prev:before{
    background: url("../images/zuo.png") no-repeat;
    background-size: 30px 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 15px;
    content: "";
}
.cindex-lunbo .swiper-container:hover .swiper-button-next,.cindex-lunbo  .swiper-container:hover .swiper-button-prev {
    opacity: 1;
}
.cindex-lunbo .p {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0 14px;
    background: rgba(0,0,0,.6);
}
.cindex-lunbo img {
    width: 100%;
    height: 270px;
}

.cindex-one{
    padding: 10px 21px 18px;
    margin-bottom: 25px;
}
.cindex-one .item {
    width: 100%;
    float: left;
}
.cindex-one .one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
}
.cindex-one .one.bd{
    padding-bottom: 6px;
    border-bottom: 1px dashed #dadada;
}
.cindex-one .item .info>a {
    font-size: 18px;
    color: #ff631d;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 4px;
}
.cindex-one .item .info p {
    text-align: center;
    margin-top: 6px;
}
.cindex-one .item .info p a {
    font-size: 14px;
    display: inline-block;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}
.cindex-one .item .info p em {
    vertical-align: super;
    display: inline-block;
}
.cindex-one .item .intro:before{
    content: "“";
    font-size: 20px;
    color: #333;
}
.cindex-one .item .tit {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.cindex-one .item .tit span.s1{
    float: right;
}
.cindex-one .item .tit span:first-child {
    font-size: 12px;
    display: inline-block;
    width: 40px;
    height: 26px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 26px;
    margin-top: 3px;
    margin-right: 10px;
}

.cindex-two{
    width: 972.18px;
    margin-right: -306.59px;   
    padding: 21px;
    margin-bottom: 25px;
}
.soft.cindex-two{
    width: 1280px;
    margin-left: -306.59px;
    margin-right: 0px;
}

.cindex-two ul.cate{
    float: right;
    display: inline-block;
    width: auto;
    margin-right: 28px;
}
.cindex-two .cate li{
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 22px;
}
.cindex-two .cate li a{
    color: #888888;
}
.cindex-two .cate li a:hover{
    color: #379dec;
}
.soft.cindex-two .item{
    width: 10%;
    margin-right: 1.25%;
}
.soft.cindex-two .item:nth-child(9n+1){
    margin-right: 0px;
}
.cindex-two .item {
    float: left;
    width: 12%;
    margin-right: 2.6666%;
    border-radius: 6px;
    position: relative;
    text-align: center;
    padding: 14px 0 11.8px;
    border: 1px solid #fff;
}
.cindex-two:not(.soft) .item:nth-child(7n+1){
    margin-right: 0px;
}
.cindex-two a img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
}
.cindex-two .item .tit {
    width: 100%;
    font-weight: 400;
    padding: 6px;
    font-size: 14px;
}
.cindex-two .item .tit a{
    height: 19px;
    display: block;
    overflow: hidden;
}
.cindex-two .item .size {
    font-size: 12px;
    opacity: .6;
    padding-top: 5px;
    height: 20px;
    display: block;
}
.cindex-two .down {
    position: absolute;
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    left: 35px;
    color: #fff;
    background-color: #379dec;
    text-align: center;
    display: none;
    left: 50%;
    bottom: 8px;
    z-index: 1;
    margin-left: -34px;
}
.cindex-two .item:hover {
    background-color: #f2f5f9;
    border: 1px solid #f2f5f9;
}
.cindex-two .item:hover .down {
    display: block;
}
.cindex-two .item:hover .size{
    opacity: 0;
}

.wq-cright {
    width: 22%;
    float: left;
    margin-right: 25px;
}
.cright-one{
    margin-bottom: 25px;
}
.cright-one .table .tab {
    height: 51px;
    font-size: 16px;
    /*border-bottom: 1px #e6e6e6 solid;*/
    background: #fcfcfc;
}
.cright-one .table .tab li {
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 33.32%;
    text-align: center;
    background: #fcfcfc;
    /*border-right: 1px #e6e6e6 solid;*/
}
.cright-one .table .tab li:hover{
    color: #379dec;
}
.cright-one .table .active {
    border-top: 2px #379dec solid;
    height: 51px !important;
    background: #fff !important;
    color: #379dec;
}
.cright-one .table .tab li:last-child {
    border-right: none;
}
.cright-one .table-cont {
    background: #fff;
    padding: 16px 21px 5px;
}
.cright-one .table-cont .item {
    width: 100%;
    padding: 11px 0 14px;
}
.cright-one .table-cont .img {
    height: 50px;
    float: left;
}
.cright-one .table-cont .img img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
}
.cright-one .table-cont .info {
    margin-left: 110px;
}
.cright-one .table-cont .tit {
    line-height: 19px;
    font-size: 16px;
    font-weight: normal;
}
.cright-one .table-cont .tit a{
    height: 21px;
    display: block;
    overflow: hidden;
}
.cright-one .table-cont .size {
    margin-top: 5px;
    max-height: 64px;
    line-height: 25px;
    overflow: hidden;
    color: #888;
}
.cright-one .num {
    position: relative;
    float: left;
    width: 38px;
    height: 50px;
    color: #f00;
    font-size: 28px;
    margin-right: 10px;
    background: url("../images/biaoqian.png") no-repeat;
    background-size: 34px 35px;
    background-position: 0;
}
.cright-one .table-cont .item:nth-child(n+4) .num{
    background: url("../images/biaoqian2.png") no-repeat;
    background-size: 34px 35px;
    background-position: 0;
}
.cright-one .num small {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cright-two{
    padding: 21px;
    margin-bottom: 25px;
}
.cright-two li:first-child {
    padding-top: 0;
}
.cright-two li {
    width: 65px;
    margin-right: 22px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.cright-two li:nth-child(3n){
    margin-right: 0px;
}
.cright-two li img{
    height: 65px;
    width: 65px;
}
.cright-two li span {
    font-size: 14px;
    display: inline-block;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.cright-three{
    padding: 21px;
    margin-bottom: 25px;
}
.cright-three .item {
    padding-top: 2px;
    margin-bottom: 31px;
}
.cright-three .item .list:first-child {
    padding-top: 0;
}
.cright-three .item .list {
    position: relative;
    padding: 5px 0;
}
.cright-three .item .img {
    width: 100%;
    height: 113px;
    display: block;
}
.cright-three .item:last-child{
    margin-bottom: 25px;
}
.cright-three .item img {
    width: 100%;
    height: 113px;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
}
.cright-three .item .title {
    position: absolute;
    width: 100%;
    padding-top: 7px;
    line-height: 24.4px!important;
    height: 26.4px!important;
    overflow: hidden;
}
.cright-three .item .title a{
    display: block;
    text-align: center;
    line-height: 24.4px!important;
    height: 26.4px!important;
}

.wq-zt {
    position: relative;
    padding: 21px;
    margin-bottom: 25px;
}
.wq-zt .item {
    width: 23.48%;
    float: left;
    margin-right: 2%;
}
.wq-zt .item:nth-child(4n){
    margin-right: 0px;
}
.wq-zt .item .child{
    width: 100%;
    padding: 21px 15px 21px 0;
    overflow: hidden;
    list-style: none;
}
.wq-zt .item .child li{
    float: left;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    width: 100%;
}
.wq-zt .item .child li img{
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 3px;
    float: left;
    margin-bottom: 15px;
}
.wq-zt .item .child li span{
    display: block;
    float: left;
    width: 170px;
    margin-top: 8px;
    line-height: 25px;
}
.wq-zt .img {
    height: 170px;
    position: relative;
    color: #eee;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}
.wq-zt .img img {
    display: block;
    width: 100%;
    height: 170px;
}
.wq-zt .info {
    width: 100%;
    padding-left: 5px;
    background: rgba(0,0,0,.6);
    height: 40px;
    line-height: 40px;
    position: absolute;
    color: #fff;
    bottom: 0px;
    left: 0;
    z-index: 2;
}
.wq-zt .info p{
    height: 40px;
    font-size: 16px;
}
.wq-zt .info:hover p{
    color: #379dec;
}

.wq-new {
    position: relative;
    margin-bottom: 25px;
}
.wq-new .box{
    width: 410px;
    float: left;
    padding: 21px 21px 0;
    margin-right: 25px;
}
.wq-new .box:last-child{
    margin-right: 0px;
}

.wq-new .box ul.first {
    margin: 10px 0 0;
}
.wq-new .box ul.first li {
    height: 110px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.wq-new .box ul.first i:nth-of-type(1) {
    background: url(../images/biaoqian.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 33px;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    position: absolute;
    top: 13px;
    left: 0px;
}
.wq-new .box ul.first li img {
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    border-radius: 20px;
    margin: 16px 0 21px 0;
}
.wq-new .box li div {
    width: 180px;
    float: left;
    margin-left: 20px;
}
.wq-new .box li div p:nth-of-type(1) {
    font-weight: 600;
    color: #242424;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin-top: 20px;
}
.wq-new .box li div p:nth-of-type(1):hover{
    color: #379dec;
}
.wq-new .box li div p:nth-of-type(2) {
    color: #808080;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
}
.wq-new .box li div p:nth-of-type(3) {
    color: #808080;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}
.wq-new .box ul.first i:nth-last-child(2) {
    background: url(../images/top.png) no-repeat;
    background-size: 10px;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 6px;
    top: 26px;
}
.wq-new .box ul.first span {
    display: block;
    width: 68px;
    height: 24px;
    background: #379dec;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 28px;
    color: #fff;
    border-radius: 3px;
}
.wq-new .box ul.fourth {
    margin: 0 0 24px;
}
.wq-new .box ul.fourth li {
    border-bottom: 1px solid #e5e5e5;
    height: 38px;
}
.wq-new .box ul.fourth li p {
    line-height: 38px;
}
.wq-new .box ul.fourth li p em {
    font-size: 14px;
    color: #aaa;
    margin: 0 15px 0 0;
    display: inline-block;
    width: 20px;
    text-align: center;
    font-style: oblique;
}
.wq-new .box ul.fourth li p span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 280px;
}
.wq-new .box ul.fourth li p span:hover{
    color: #379dec;
}
.wq-new .box ul.fourth li p i {
    background: url(../images/top.png) no-repeat;
    background-size: 10px;
    width: 8px;
    height: 10px;
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 6px;
}

.wq-link {
    position: relative;
    padding: 21px;
    margin-bottom: 25px;
}
.wq-link .list{
    min-height: 40px;
}
.wq-link .list li {
    float: left;
    padding-right: 32px;
    height: 28px;
    line-height: 28px;
    color: #333;
    position: relative;
}
.wq-link .f-list li a {
    font-size: 14px;
}