﻿.wrapper{width: 1200px;}
.loginbar{width: auto;height: 30px;line-height: 30px;background-color: #333;color: #fff;font-size: 12px;}
.loginbar a{color: #fff;font-size: 12px;margin-left: 10px;}

.search-box{width: 416px;height: 40px;line-height: 40px;border: 2px solid #FF0036;border-radius: 0;color: #999;}
.search-btn{width: 90px;height: 40px;line-height: 40px;background-color: #FF0036;border: 2px solid #FF0036;font-size: 18px;color: #fff;border-radius: 0;border: 0px none !important;}
.iSearch{width:640px;height:106px; margin:0 auto; overflow:hidden;}
.iSo{width:640px;}
.iSo li{ float:left;width: 42px;height: 22px;text-align: center;line-height:22px;color:#333; cursor:pointer;}
.iSo .first{ border-left:0;background:#FF0036;}
.iSo .first a{color: #fff;}



.product{position: relative;width: 210px;height: 42px;}
.product h2{height: 42px;line-height: 42px;background-color: #FF0036;font-weight: 500;font-size: 16px;text-align: center;cursor: pointer;}
.product .product-list{position: absolute;top: 42px;left: 0;width: 210px;height: 482px;background: #333;z-index: 9;   }


.product .product-list li{width: auto;height: auto;padding: 5px 10px;line-height: 19px;}
.product .product-list li .product-first{font-size: 14px;font-weight: bold;}
.product .product-list li .product-first a{color: #FF1864;}
.product .product-list li .product-second{display: flex;flex-wrap: wrap;justify-content: space-between;}

.product .product-list li .product-second a{position: relative;display: block;height: 16px;line-height: 14px;margin-top: 15px;}
.product .product-list li:nth-child(1) .product-second a{
    width: 60px;
}
.nav-list{height: 42px;display: flex;align-items: center;background-color: #f3f3f3;padding: 0;margin-left: 60px;}
.nav-list li{width: auto;margin-right: 30px;}
.nav-list li a{font-size: 16px;color: #333;padding: 0;line-height: 42px;}
.nav-list li:hover{border-bottom: 3px solid #FF0036;}
.nav-list li a:hover{ text-decoration:none;color: #FF0036;}

.nav .product-second a{
    color: #fff;
}
.product-list>li:hover .product-wrap{
    display: block;
    transition: 0.5s;
}
.product-list>li:hover{
    background-color: #fff;
    transition: 0.5s;
}
.product-list>li:hover a{
    color: #000;
    transition: 0.5s;
}
.nav .product-wrap{
    display: none;
    position: absolute;
    top: 0px;
    left: 210px;
    width: 790px;
    height: 420px;
    padding: 30px 6px 30px 30px;
    background-color: #fff;
    border: 1px solid #333;
    border-left: 0 none;
    z-index: 999;
}
.nav .product-wrap .overflow-box{
    height: 100%;
    /*overflow: scroll;*/
    overflow-x: hidden;
    padding-right: 6px;
}
.nav .product-wrap .overflow-box .first {
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin: 0 0px 12px 19px;
    border-left: 3px solid #FF0036;
    padding-left: 8px;
}
.nav .product-wrap .overflow-box .clearfix{
    border-bottom: 1px dashed;
}
.clearfix li dl{
    display: flex;
    flex-wrap: wrap;
}
.clearfix li dl dd{
    padding: 5px 10px;
}
.clearfix li dl dd a:hover{
    color: #FF0036;
}

/*轮播图上面的四个广告图开始*/
.advert{width: auto;background:url(/imagev8/bg.jpg) no-repeat;}
.advert-list{width: 990px;height: 482px;margin-left: 210px;}
.advert-list .ad-img{float: left;width: 493px;height: 240px;}
.advert .ad-img{
    border: 1px solid #fff;
}
/*轮播图上面的四个广告图结束*/

/*轮播图下面介绍开始*/
.databox {
    padding: 30px 0;
    background-color: #fff;
    margin-bottom: 30px;
}
.lee-center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.databox .circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.databox .circle .col-lg {
    width: 270px;
    height: 60px;
}
.databox .circle .col-lg dl {
    height: 60px;
    display: flex;
}
.databox .circle .col-lg dl dt {
    width: 70px;
    height: 60px;
    margin-right: 10px;
    float: left !important;
}
.databox .circle .col-lg dl dd {
    width: 190px;
}
.databox .circle .col-lg dl dd h2 {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.databox .circle .col-lg dl dd p {
    font-size: 12px;
}
.databox .circle .col-lg a:hover {
    color: #FF0036;
}
.databox .circle .col-lg dl dt{
    transition: 0.5s;
}
.databox .circle .col-lg dl:hover dt{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*轮播图下面介绍结束*/

/*最新板块合计开始*/
.Popular {
    position: relative;
    height: 458px;
    width: 100%;
    display: flex;
}
.Popular .head-icon {
    position: absolute;
    top: 0;
    left: -40px;
    box-shadow: 4px 7px 15px 0px rgba(237,20,91,0.5);
}
.Popular .headline {
    position: relative;
    z-index: 6;
    width: 288px;
    height: 458px;
    background-color: #fff;
}
.Popular .headline .mend-img {
    position: relative;
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
}
.Popular .headline .mend-img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 268px;
    background: rgba(0,0,0,.5) !important;
    color: #fff;
    padding: 5px 10px;
}
.Popular .headline .list {
    width: auto;
    padding: 0 10px;
}
.Popular .headline .list li {
    width: auto;
    height: 36px;
    margin-bottom: 18px;
}
.Popular .headline .list li .ranking {
    width: 28px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: url(/imagev8/tags-1.png) no-repeat center center;
}
.Popular .headline .list li .ranking.ran-2 {
    background-image: url(/imagev8/tags-2.png);
}
.Popular .headline .list li .ranking.ran-3 {
    background-image: url(/imagev8/tags-3.png);
}
.Popular .headline .list li .ranking.ran-4 {
    background-image: url(/imagev8/tags-4.png);
}
.Popular .headline .list li .ranking.ran-5 {
    background-image: url(/imagev8/tags-4.png);
}
.Popular .headline .list li .title {
    position: relative;
    width: 234px;
    height: 36px;
    line-height: 16px;
    margin-left: 6px;
    color: #333;
    overflow: hidden;
}
.Popular .headline .list li .title span.icn-1 {
    width: 40px;
    background-image: url(/imagev8/headline-preview.png);
}
.Popular .headline .list li .title span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding-left: 21px;
    background: url(/imagev8/headline-time.png) no-repeat center left;
}
.Popular .headline .list li a{
    display: flex;
}
.Popular .headline .list li .title dt {
    margin: -1px 0 6px;
}
.lee-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.all-2 dt:hover{
    color: #FF0036;
}
.Popular .excellent {
    position: relative;
    width: 592px;
    background-color: #fff;
    margin: 0 16px;
    padding: 20px 0;
}
.Popular .excellent .title a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    background: url(/imagev8/exc-ruzhu-icon.png) no-repeat center left;
}
.Popular .excellent .title {
    display: flex;
    justify-content: space-between;

    height: 20px;
    margin-bottom: 25px;
    padding: 0 30px;

}
.Popular .excellent .title b {
    font-size: 20px;
    color: #F96811;
    height: 20px;
    line-height: 20px;
}
.Popular .excellent .swiper-container .swiper-slide li {
    width: auto;
    height: 70px;
    padding: 0 30px;
    margin-bottom: 31px;
}
.Popular .excellent .swiper-container .swiper-slide li a {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
}
.Popular .excellent .swiper-container .swiper-slide li a .toxu {
    width: 68px;
    height: 68px;
    border: 1px solid #efefef;
}
.Popular .excellent .swiper-container .swiper-slide li a .toxu img {
    width: 68px;
    height: 100%;
}
.Popular .excellent .swiper-container .swiper-slide li a dl {
    width: 442px;
    height: 70px;
    margin-left: 20px;
}
.pd-3{
    padding: 0 30px;
}
.Popular .excellent .swiper-container .swiper-slide li a dl dt {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.swiper-button-black{
    height: 23px!important;
    margin-top: -12px!important;
}
.swiper-button-prev, .swiper-button-next{
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    transition:opacity 0.5s;
    background:rgba(0,0,0,.3);
}
.swiper-button-next{
    right: 0;
    border-radius:4px 0 0 4px;
}
.swiper-button-prev{
    left: 0;
    border-radius:0 4px 4px 0;
}
.margin_10:after{
    margin-top: -10px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ' ';
    display: block;
    height: 20px;
    width: 20px;
    border-top: 3px solid;
    border-right: 3px solid;

}
.swiper-button-prev:after{
    position: absolute;
    left: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiper-button-next:after{
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hide{
    display: none;
}
#myVipSwiper{
    height: 375px;
    overflow: hidden;
}
#myVipSwiper .swiper-slide{
    height: 60.2px;
    margin-bottom: 18px;
}






.Popular .nwe-vip {
    width: 258px;
    background-color: #fff;
    padding: 20px 15px;
    overflow: hidden;
}
.Popular .nwe-vip .title {
    height: 20px;
    margin-bottom: 25px;
}
.Popular .nwe-vip .title b {
    font-size: 20px;
    color: #149BFA;
    height: 20px;
    line-height: 20px;
}
.Popular .nwe-vip .title a {
    display: block;
    height: 20px;
    line-height: 20px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.nwe-vip .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Popular .nwe-vip .swiper-container .swiper-slide a .toxu {
    width: 60px;
    height: 60px;
}
.Popular .nwe-vip .swiper-container .swiper-slide a .toxu p {
    width: 60px;
    height: 60px;
    line-height: 55px;
    background-color: #f60;
    color: #fff;
    font-size: 26px;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl {
    width: 188px;
    height: 60px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl dt {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    font-weight: bold;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl dd {
    height: 17px;
    line-height: 17px;
    margin-bottom: 3px;
    font-size: 12px;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl dd.vip-icon {
    width: 132px;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl dd {
    height: 17px;
    line-height: 17px;
    margin-bottom: 3px;
    font-size: 12px;
}
.Popular .nwe-vip .swiper-container .swiper-slide a {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
}
.lee-text-center{
    text-align: center;
}
.Popular .nwe-vip .swiper-container .swiper-slide a dl dd img {
    width: 55px;
}
.Popular .headline .mend-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.Popular .headline .mend-img img:hover{
    transform: scale(1.2);
}
/*最新板块合计结束*/

/*返回顶部开始*/
.returnTop{
    position: fixed;
    top: 80%;
    left: 82%;
}
.postion-left-icon{
    display: block;
    width: 52px;
    height: 52px;
    background: url(/imagev8/totop.png) no-repeat center center;
}
.postion-left-icon:hover{
    background: url(/imagev8/totop-hov.png) no-repeat center center;
}
/*返回顶部结束*/


.synthetical-flex{display: flex;flex-direction: row;justify-content:space-between;margin-top: 30px;height: 462px;}
.slide-img-box{width:380px;height:210px;overflow:hidden;}
.slide-img{position: relative;}
.slide-text{position: absolute;height: 40px;width: 380px;left: 0;bottom: 0;text-align: center;margin:0;font-size:16px;font-weight: bold;color: #fff;background-color: rgba(0,0,0,0.2);line-height: 40px;}.slide-dot-box {text-align: center;margin-top: 10px;}
.word-news{width: 420px;margin-left: 10px;background-color: #fff;padding: 20px 15px;}
.word-n-first{display: inline-block;color: #a2a2a2;font-size: 14px;height: 34px;overflow: hidden;}
.common-title{position: relative;border-bottom: 2px solid red;color: red;line-height: 35px;font-weight: bold;font-size: 20px;}
.common-title:hover{text-decoration: none;color:#FF0036;}

.word-news .news-list{height: 390px;overflow: hidden;}
.word-news .news-list li{height: 32px;line-height: 32px;overflow: hidden;vertical-align: middle;padding-bottom: 3px;font-size: 16px}
.goods-price{width: 300px;margin-left: 10px;background-color: #fff;padding: 20px 15px;}
.goods-price .goods-list{height: 450px;margin-top:15px;overflow: hidden;}
.goods-price .goods-list li{line-height: 24px;}
.goods-price .goods-list li a:hover{color: #FF0036;}

.slide-dot{display: inline-block;width: 8px;height: 8px;margin:0 2px;border-radius:50%;background-color: #CCC;cursor: pointer;}
.slide-active{background-color: red;}
.img-news{padding:20px 15px;background-color: #fff;}
.img-news .img-n-cell{display: inline-block;width: 178px;height: 150px;font-size: 15px;line-height: 30px;margin-top:15px;margin-right: 10px;text-align: center;overflow: hidden;}


.software-left{margin-top: 20px;margin-right:20px;border-radius:8px;}
.software-left a img{border-top-left-radius: 5px;border-top-right-radius: 5px;}
.software-left p{width: 280px;height: 70px;font-size: 20px;font-weight: bold;text-align: center;line-height: 70px;background-color: rgba(200,200,200,0.2);}
.software-left p a{color:#666;}
.software-list{display: flex;flex-wrap: row;justify-content: space-around;flex-wrap: wrap;margin-bottom: 20px;margin-top:20px;width: 900px;background-color: #fff;}
.software-list .software-cell{float:left;width: 250px;text-align: center;border-radius:8px;padding:15px 10px;}
.software-list .software-cell img{border-radius:8px;}

.information{display: flex;flex-direction: row;justify-content: space-between;}
.information-cell{width:390px;margin-top: 45px;background-color: #fff;}
.information-cell .information-content{padding:18px 10px;margin-top: 15px;}
.information-cell .information-title {padding: 15px 10px;border-bottom: 1px solid #e2e2e2;}
.information-cell .information-title a{font-size: 18px;color: #333;}
.information-cell .information-intr{width:240px;margin-left: 10px;}
.information-list-text{display: inline-block;width: 350px;height: 20px;font-size: 15px;overflow: hidden;vertical-align:top;}
.info-icon{display: inline-block;width: 8px;height: 8px;border-radius:50%;background-color: red;margin-right: 10px;}


.text-content{display: flex;justify-content: space-between;margin-top: 45px;}
.text-content .t-content{width: 360px;height: 430px;background-color: #fff;padding:15px 10px;}
.text-content .t-content .t-c-title{height: 35px;font-size: 22px;border-bottom: 3px solid #e2e2e2;}
.text-content .t-content .t-c-text{display: inline-block;width: 316px;height: 20px;font-size: 16px;color: #1f4f88;overflow: hidden;vertical-align:top;}
.t-c-icon-1,.t-c-icon-2,.t-c-icon-3{display: inline-block;width: 20px;height: 20px;background-color: #3686F1;color: #fff;text-align: center;line-height: 20px;margin-right: 10px;}
.t-c-icon-4,.t-c-icon-5,.t-c-icon-6,.t-c-icon-7,.t-c-icon-8,.t-c-icon-9,.t-c-icon-10{display: inline-block;width: 20px;height: 20px;background-color: #e6e6e6;color: #666;text-align: center;line-height: 20px;margin-right: 10px;}

.friend-link{padding: 0px 10px 10px 10px;margin-top: 35px;}
.friend-link a{color: #959595;padding: 3px 10px;display: inline-block;font-size: 14px;}

.bottom {
    background-color: #333;
    color: #d2d2d2;
    line-height: 40px;
}
.bottom>div:first-child{
    width: 1200px;
    /*height: 100%;*/
    margin: 0 auto;
    padding-top: 10px;
}
.bottom>div:nth-child(2){
    padding-top: 10px;
}
.bottom>div:nth-child(3),.bottom>div:nth-child(2){
    width: 1200px;
    margin: 0 auto;
}
.bot-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3b424a;
}
.bot-left span{
    margin-right: 10px;
}
.bot-center a{
    color: #fff;
}
.bot-center a:hover{
    color: #FF0036;
}
.bot-left-title{
    font-size: 16px;
    color: #fff;
}
.bot-left li{
    margin-bottom: 13px;
}
.bot-left li a{
    font-size: 14px;
    color: #fff;
    opacity: .7;
    text-align: justify;
    line-height: 24px;
}
.bot-left-l,.bot-left-r{
    margin-top: 20px;
    margin-right: 20px;
}
.bot-center{
    display: inline-block;
    vertical-align: top;
    width: 528px;
    margin-left: 95px;
}
.bot-right>div{
    padding: 5px;
}
.width-80{
    width: 80%;
    margin: 0 auto;

}
.width-80 div{
    line-height: 20px;
}
.bottom>div:nth-child(3)>div:nth-child(2) img{
    width: 25px;
}
.bottom>div:nth-child(3)>div:nth-child(2){
    padding: 15px;
}
.bot-center-lx ul{
    display: flex;
    flex-wrap: wrap;
}
.bot-center-lx ul>li{
    width: 130px;
    height: 50px;
    margin: 5px;
    margin-left: 20px;
    padding-top: 5px;
    line-height: 20px;
    border: 1px solid;
    text-align: center;
}

.bottom .bottom-phone .phone-list{width: 675px;color: #d2d2d2;margin:0 auto;}
.bottom .bottom-phone .phone-list li{float: left;width: 110px;height: 55px;margin:10px 10px;border: 1px solid #666;border-radius:5px;text-align: center;padding-top: 10px;}
.bottom-one-l .bottom-one-l-cell{float: left;width: 90px;color: #fff;margin-right: 45px;}
.bottom-one-l .bottom-one-l-cell a{display: inline-block;color: #d2d2d2;font-size: 14px;margin: 10px 10px;}
.bottom-one-c span{display: inline-block;width: 120px;text-align: center;margin:0 45px;}
.bottom-one-r{margin-top: 30px;margin-left:55px;font-size: 14px;line-height: 25px;}


/*综合修改*/
.word-news .mb{
    padding: 12px 0;
    font-size: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goods-list li{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    vertical-align: middle;
    padding-bottom: 3px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.word-n-first{
    height: 60px;
}
.synthetical-flex{
    height: 460px;
}
.synthetical .synthetical-flex{
    height: 530px;
}
.hycs .title{
    font-size: 16px;
    color: red;
}
.hycs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.hycs ul li{
    padding: 0 5px;
    border: 1px solid #FF0036;;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
.hycs ul li a{
    color: #959595;

}
.hycs ul li:first-child{
    /*border-left: 0;*/
}
.software-list {
     margin-bottom: 0;
}
.information-cell {
    margin-top: 30px;
}
.text-content {
    margin-top: 30px;
}
.friend-link {
    margin-top: 30px;
}


/* 首页修改 */

.nav .wrapper ul li dl dd a{
	font-size: 14px;
    color: #666666;
    padding: 0px 15px;
    border-left: 1px solid #e0e0e0;
}
.nav .product-wrap .overflow-box .first {
    border-left: none;
    margin:none;
    padding-bottom: 20px;
    padding-left: none;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
}
.nav .product-wrap .overflow-box .clearfix {
    border-bottom: none;
}
.clearfix li dl dd {
    padding: 5px;
}
.product .product-list li .product-second {
    display: none;
}
.product .product-list li .product-first {
    height: 50px;
	padding-left:60px;
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    background-color: none;
}
.product-list>li:hover{
	background-color: #ff0036;
}
.product .product-list li .product-first a{
	color:#fff;
}
.product .product-list li {
    padding: none;
}
.product .product-list {
    background: rgba(0,0,0,.4);
	height:425px;
}
.nav .product-wrap {
    border: none;
	height:365px;
}
.nav .wrapper ul li dl dd a:hover {
    color: #f12020;
}

.iSo li {
    float: left;
    width: 54px;
    font-size: 16px;
	border-radius: 5px 5px 0 0;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #333;
    cursor: pointer;
}
.iSo .first {
    border-left: 0;
    background: #F4543C;
    border-radius: 5px 5px 0 0;
}
.iSearch {
    width: 760px;
}
.iSo {
    width: 760px;
}
.search-box {
    border-right: none;
    color: #9b9ba3;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    width: 638px;
    text-indent: 13px;
    padding: 0;
    outline: none;
    float: left;
    border: 1px solid #F4543C;
}
.search-btn {
    background-color: #f4543c;
    cursor: pointer;
    height: 43px;
    width: 101px;
    overflow: hidden;
    border: none;
    outline: none;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
}
.postion-left-icon:hover {
    background: url(/imagev8/totop.png) no-repeat center center;
}
.nav ul li:nth-child(1) .product-first{
	background: url(/imagev8/home-icon/t1.png) no-repeat 0px center;
}
.nav ul li:nth-child(2) .product-first{
	background: url(/imagev8/home-icon/t2.png) no-repeat 0px center;
}
.nav ul li:nth-child(3) .product-first{
	background: url(/imagev8/home-icon/equipment.png) no-repeat 10px center;
    background-size: 30px;
}
.nav ul li:nth-child(4) .product-first{
	background: url(/imagev8/home-icon/t4.png) no-repeat 0px center;
}
.nav ul li:nth-child(5) .product-first{
	background: url(/imagev8/home-icon/t5.png) no-repeat 0px center;
}
.nav ul li:nth-child(6) .product-first{
	background: url(/imagev8/home-icon/t6.png) no-repeat 0px center;
}

.nav ul li:nth-child(5) .product-wrap .overflow-box {
    width: 70%;
}
.advert {
    height:425px;
}