@charset "utf-8";

/* 首页 */
.littleTitle{
    color: white;
    padding-top: 15px;
}
.relative-header{
    position: relative;
}

/* 首页-合作驿站 */

.header-center{
    /* width: 100%; */
    width: 1190px;
    margin: 0 auto;
}
/* .toubu-logo {
    font-size: 20px;
    color: #fff;
    margin-left: 70px;
    margin-bottom: -60px;
} */

/* .toubu-logo img {
    height: 50%;
    width: 50%;
} */
.toubu-log{
    display: inline-block;
    vertical-align: bottom;
}
.logo-img{
    height: 60px;
    width: auto;
}
/* 首页搜索 */

/* .index-searchBox{margin-top:100px;} */

.index-searchBox {
    vertical-align: bottom;
    display: inline-block;
    margin-right: 70px;
    margin-left: 70px;
    /* position: relative; */
}

/**/

.index-searchBox .list-header-search {
    width: 650px;
    height: 45px;
    border-radius: 28px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin-left: 220px; */
    /* float: unset; */
}

.index-searchBox .search-left {
    width: 600px;
}

.index-searchBox .list-header-service {
    height: 50px;
    display: block;
    z-index: 999;
}

.index-searchBox .list-header-project {
    font-size: 16px;
    padding: 0 10px 0 20px;
    line-height: 45px;
}

.index-searchBox .list-header-search input {
    font-size: 16px;
    width: 450px;
    height: 45px;
    margin-left: 30px;
}

.index-searchBox .header-search-btn {
    display: inline-block;
    height: 30px;
    line-height: 40px;
    width: 30px;
    margin-right: 10px;
}
.index-searchBox .header-search-btn-img {
    height: 20px;
    width: 20px;
}

.index-searchBox .list-select {
    border-radius: 3px;
    background: #fff;
    margin-top: 1px;
    position: absolute;
    /* z-index: 100px; */
    display: none;
    left: 15px;
    /* overflow: hidden; */
}

.index-searchBox .list-select li {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    font-size: 14px;
    /* position: absolute; */
}
.list-select li a {
    color: #999;
    font-size: 14px;
    display: block
}

.list-select li:hover a {
    background: #3EB8FE;
    color: #fff;
}

.zbktList {
    display: inline-block;
    vertical-align: bottom;
    /* margin-left: 85px; */
    position: relative;
}

.zbktList .zbktBox {
    background-image: url(../images/X1img.png);
    /* background-size: 95% 98%; */
    width: 135px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.zbktList .zbktFlag {
    /* position: absolute; */
    /* top: 46px; */
    right: -15px;
    width: 160px;
    box-sizing: border-box;
    display: none;
}

.zbktList .zbktFlag div {
    visibility: hidden;
    background: none;
    height: 7px;
}

.zbktList .zbktFlag ul {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    text-align: center;
}

.zbktList .zbktFlag ul li a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    width: 120px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zbktList .zbktFlag ul li:hover a {
    color: #0e6dee;
}

.hot-search ul {
    overflow: hidden;
    margin-bottom: 35px;
    padding-left: 25px;
}

/**/

.hot-search ul {
    margin-left: 265px;
    margin-top: 20px;
}

.hot-search ul li {
    float: left;
    color: #b0d5ff;
    margin-right: 20px;
    font-size: 12px;
}

/**/

.hot-search ul li a {
    font-size: 12px;
    color: #b0d5ff;
}

/**/

.hot-search ul li a:hover {
    color: #9db9ff;
}


.index-classify {
    overflow: hidden;
    /* top: 230px; */
}

.index-classify .classifyBox {
    display: flex;
    justify-content: space-between;
}

.index-classify .classifyBox .classifyBox_li {
    display: flex;
    width: 360px;
    height: 236px;
    flex-wrap: wrap;
    justify-content: center;
}

.index-classify .classifyBox .classifyBox_li .li_p a {
    font-size: 18px;
    color: #fff;
    line-height: 46px;
}
.index-classify .classifyBox .classifyBox_li .li_p a:hover {
    color: #ffcc98;
}

.index-classify .classifyBox .classifyBox_li .li_p i {
    color: #4191ff;
}

.index-classify .classifyBox .classifyBox_li .chooseType {
    width: 360px;
    height: 190px;
    display: flex;
    flex-wrap: wrap;
}

.index-classify .classifyBox .classifyBox_li .chooseType li {
    width: 120px;
    height: 95px;
    background: rgba(60, 120, 255, 0.8);
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
}

.index-classify .classifyBox .classifyBox_li .chooseType li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.index-classify .classifyBox .classifyBox_li .chooseType li:hover {
    background: #3c78ff;
}

.index-classify .classifyBox .classifyBox_li .chooseType li img {
    width: 30px;
    height: 30px;
}

.index-classify .classifyBox .classifyBox_li .chooseType li p {
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.index-classify .classifyBox .classifyBox_li .chooseType li {
    border-left: 1px solid #1651c9;
    border-bottom: 1px solid #1651c9;
}

.index-classify .classifyBox .classifyBox_li .chooseType li:nth-child(3n+1) {
    border-left: none;
}

.index-classify .classifyBox .classifyBox_li .chooseType li:nth-child(4),
.index-classify .classifyBox .classifyBox_li .chooseType li:nth-child(5),
.index-classify .classifyBox .classifyBox_li .chooseType li:nth-child(6) {
    border-bottom: none;
}

/* .index-classify>ul{overflow:hidden;display:inline-block;}
.index-classify>ul>li{float:left;margin:0 9px;position:relative;cursor:pointer;width:100px;height:100px;background:#fff;border-radius:5px;overflow:hidden}
.index-classify>ul>li img{width:100px;height:100px;}
.index-classify>ul>li span{position:absolute;display:block;width:100px;bottom:20px;color:#fff;text-align:center}
.index-classify>ul>li:last-child{margin-right:0;}
.index-classify>ul>li:hover img{opacity:0.8} */


/* 数据 */

.index-data-box {
    /* position: relative; */
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0 0 80px #999;
    height: 250px;
    width: 1190px;
    margin: 0 auto;
    /* top: 550px; */
    margin-top: 60px;
    background: #fff;
    padding: 0 10px;
}
.index-data-left{
    /* padding: 15px 10px; */
    padding-right: 10px;
    margin: 10px 0;
    float: left;
    border-right: 2px solid #E8E8E8;
}
.index-data-lelement {
    /* display: inline-block; */
    /* overflow: hidden; */
    height: 100px;
    /* width: 810px; */
    /* background-color: lightcoral; */
    margin: 10px 0;
}
.index-data-ltop{
    float: left;
    /* background-color: rgb(232, 224, 255); */
    border-bottom: 2px solid #E8E8E8;
    width: 275px;
    height: 100px;
    margin: 0 4px;
}
.index-data-lbottom{
    float: left;
    /* background-color: rgb(232, 224, 255); */
    width: 275px;
    height: 100px;
    margin: 0 4px;
}
.index-data-ltop h2,.index-data-lbottom h2{
    margin: 15px 10px;
    font-size: 18px;
    font-weight: bold;
}
.index-data-ltop ul,.index-data-lbottom ul{
    /* margin: 0px 10px; */
    margin-left: 10px;
}
.index-data-ltop li,.index-data-lbottom li{
    float: left;
    margin-right: 20px;
    height: 25px;
    display: block;
}
.index-data-ltop a,.index-data-lbottom a{
    color: black;
}
.index-data-lelement a:hover{
    color: #1651c9;
    font-weight: 600;
}
.index-data-right {
    padding: 5px 0;
    float: right;
}
.index-data-relement {
    /* display: inline-block; */
    /* overflow: hidden; */
    height: 135px;
    width: 300px;
    /* background-color: lightcoral; */
    margin: 0 0;
}
.index-data-rtop{
    height: 110px;
    width: 110px;
    /* background-color: blueviolet; */
    border: 3px solid rgb(66, 138, 233);
    border-radius:50%; 
    margin-left: 25px;
    margin-top: 8px;
    float: left;
    text-align: center;
}
.index-data-rtop .data{
    color: rgb(66, 138, 233);
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}
.index-data-rtop .title{
    margin-top: 10px;
    font-size: 16px;
}
.index-data-rbottom{
    height: 50px;
    width: 70px;
    /* background-color: cadetblue; */
    float: left;
    margin-left: 4px;
    margin-bottom: 2px;
    text-align: center;
}
.index-data-rbottom .data{
    color: rgb(66, 138, 233);
    font-size: 16px;
    margin-bottom: 8px;
}
.index-data-rbottom .title{
    font-size: 14px;
}


/* 页面主要内容，分为四个板块 */
.main-content{
    width: 100%;
    /* background-color: brown; */
    /* height: 2200px; */
}
.allModule .module-title{
    font-size: 30px;
    /* font-weight: bold; */
    float: center;
    padding: 20px 0;
}

/* 板块一：工业软件应用 */
.softwareApp{
    /* height: 340px; */
    width: 100%;
    margin-top: 300px;
    padding-bottom: 20px;
    /* rgb(239, 242, 247) */
}
.softwareApp ul{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    /* flex-wrap: nowrap; */
}
.softwareApp li{
    width: 290px;
    height: 150px;
    /* background-color: rgb(245, 180, 196); */
    background-color: white;
    /* padding: 5px 5px; */
    
}
/* 设置点击浮动效果 */
.softwareApp li:hover{
    transform: translateY(-10px);
    transition: all .3s;
    box-shadow: 0 0 10px #999;
}
.software-top{
    float: right;
    display: flex;
}
.software-top p{
    font-size: 15px;
    color: #999;
    padding-top: 2px;
}
.software-top p i{
    color:blue;
    padding-right: 5px;
}
.software-top img{
    width: 20px;
    height: 20px;
}
.software-mid{
    padding-top: 30px;
    padding-left: 20px;
    display: flex;
}
.software-mid img{
    width: 70px;
    height: 70px;
}
.software-mid-right{
    padding: 5px 5px 0px 10px;
    /* width: 200px; */
}
.software-mid-right h3{
    font-size: 15px;
    font-weight: bold;
}
/* 设置文本多余字数（溢出部分）以省略号显示 */
.software-mid-right p{
    font-size: 15px;
    margin-top: 10px;
    /* display: block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 170px;
    /* width: 70%; */
}
.software-bottom{
    height: 22px;
    width: 90px;
    background-color: rgb(66 138 233);
    margin: auto;
    text-align: center;
    cursor: pointer;
    color: white;
    /* padding: 5px auto; */
    padding-top: 8px;
}
.software-bottom a{
    /* 如果是a元素，需要将该a标签转换为块元素才可以居中 */
    /* display: block;   */
    /* color: white;   */
}

/* 板块二：资源共享 */
.resourceShare{
    /* height: 340px; */
    width: 100%;
    padding-bottom: 20px;
}
.resourceShare ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 15px;
    /* flex-wrap: nowrap; */
}
.resourceShare li{
    width: 375px;
    height: 335px;
    background-color: #fff;
    /* padding: 5px 5px; */
    text-align: center;
    margin-top: 10px;
}
.resourceShare li:hover{
    transform: translateY(-10px);
    transition: all .3s;
    box-shadow: 0 0 10px #999;
    cursor: pointer;
}
.resourceShare img{
    width: 100%;
}
.resourceShare li:hover img{
    opacity: 0.8;
}
/* .resourceShare img:hover{
    opacity: 0.8;
} */
.resourceShare h3{
    color: black;
    font-size: 20px;
    margin-top: 20px;
}
.resourceShare p{
    color: gray;
    font-size: 17px;
    margin-top: 15px;
}

/* 模块三：技术网络 */
.techNet{
    /* height: 340px; */
    width: 100%;
    background-image: url("../images/technet-gb.jpg");
    background-size: cover;
    padding-top: 15px;
}
.technet-content{
    /* width: 100%; */
    /* width: 1190px; */
    display: flex;
    width: 1190px;
    margin: 15px auto;
}
.techimg{
    /* padding-left: 200px; */
    padding-bottom: 40px;
    margin-left: 50px;
}
.techNet .technet-content .techimg img{
    height: 450px;
    width: 600px;
}
.policy-header{
    width: 100%;
    height: 40px;
    background-color: rgb(66, 138, 233);
}
.policy-header h3{
    /* display: block; */
    float: left;
    color: white;
    margin: 12px 8px;
    font-size: 15px;
    /* margin-top: 5px; */
}
.policy-header a{
    /* display: block; */
    float: right;
    color: white;
    margin: 13px 8px;
    font-size: 12px;
    /* margin-top: 5px; */
}
/* 在政策具体条目的ul加滚动条，保证头部不动 */
.techpolicy{
    width: 450px;
    height: 470px;
    background-color: #fff;
    margin-left: 70px;
    float: right;
    /* margin-bottom: 20px; */

    /* 该位置一开始设置为政策不可见 */
    /* display: none; */
}
.techpolicy ul{
    height: 430px;
    overflow-y:auto;
    padding-top: 5px;
}
.techpolicy ul li{
    height: 65px;
    /* background-color: thistle; */
    margin: 0 10px 0 10px;
    line-height: 20px;
    display: flex;
}
.techpolicy ul li img{
    height: 100%;
    width: 120px;
    float: left;
}
.techpolicy ul li div{
    width: 290px;
    float: right;
    margin-left: 10px;
}
.techpolicy ul li a{
    font-size: 14px;
    color: black;
    cursor: pointer;
    padding: 5px 0 5px 0;
}
.techpolicy ul li a:hover{
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 0 0 5px #999;
    cursor: pointer;
}
.techpolicy ul li p{
    /* padding: 2px 5px; */
    /* width: 260px; */
    font-size: 5px;
    color: gray;
}
/* 模块四：技术专家 */
.techExpert{
    /* height: 340px; */
    width: 100%;
    padding-bottom: 30px;
    /* text-align: center; */
}
.techExpert ul{
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    /* flex-wrap: nowrap; */
    margin-top: 10px;
}
.techExpert li{
    display: block;
    float: left;
    width: 228px;
    height: 310px;
    background-color: white;
    /* padding: 5px 5px; */
    text-align: center;
    margin: 5px;
}
.techExpert li:hover{
    transform: translateY(-10px);
    transition: all .3s;
    box-shadow: 0 0 10px #999;
    cursor: pointer;
}
.techExpert .expertimg{
    margin-top: 25px;
    /* width: 70%; */
    height: 200px;
    text-align: center;
}
.techExpert img{
    display: inline-block;
    /* margin: 0 auto; */
    width: 70%;
    height: 95%;
}
.techExpert h3{
    display: block;
    margin-top: 10px;
    font-size: 16px;
}
.techExpert a{
    display: block;
    margin-top: 20px;
    color: rgb(116, 55, 230);
    font-size: 14px;
}

/* 底部 */
.footer-service{
    width: 100%;
    height: 300px;
}
.service-box{
    /* width: 100%; */
    width: 1190px;
    /* height: auto; */
    /* height: 200px; */
    padding: 30px 150px;
    /* background-color: tan; */
    border-bottom: 1px solid white;
    /* margin-top: 20px; */
    margin: 20px auto;
    display: flex;
    justify-content:space-between;

}
.service-box ul{
    display: inline-block;
    /* float: left;   浮动会使得父元素的高不是随子元素填充*/
    margin: 0 50px;
    /* background-color:thistle; */
    vertical-align:top;
}

.service-box ul li{
    margin-bottom: 10px;
}
.service-box ul .service-title{
    font-size: 16px;
    font-weight: bold;
    color: gray;
    margin-bottom: 15px;
}
.service-box ul li a{
    color: #333333;
}

.copyright{
    text-align: center;
}
.copyright .copyright-top{
    margin: 20px 0;
}
.copyright .copyright-top a{
    display: inline-block;
    margin: 0 10px;

    color: #8b8b8b;
}
.copyrigt-bottom{
    color: #8b8b8b;
}


* {
    margin: 0;
    padding: 0
}

.flow-window {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background: url('../images/flowWindow.jpg') no-repeat center;
    height: 120px;
    z-index: 1001
}

.flow-window span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    cursor: pointer;
    z-index: 100;
    color: #333;
    padding: 3px 5px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px #999;
}

.flow-window a {
    width: 100%;
    height: 100%;
    display: block
}

/*头部右侧*/
.header .user_menu { font-size: 0; *word-spacing:-1px/*IE6、7*/; float: right; margin: 0 0 0 10px;}
.header .user_menu dl { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display:inline/*IE6、7*/; position: relative; z-index: 3; *zoom:1/*IE6、7*/;}
.header .user_menu dl.my-mall { width: 108px;}
.header .user_menu dl.my-cart { width: 124px;}
.header .user_menu dl.hover { z-index: 101;}
.header .user_menu dl dt { line-height: 20px; color: #fff; height: 20px; padding: 10px 0px 10px 10px; position: absolute; z-index: 2;cursor: pointer;}
.header .user_menu dl.my-mall dt { width: 90px;}
.header .user_menu dl.my-cart dt { width: 106px;}
.header .user_menu dl.hover dt {font-weight: 600;}
.header .user_menu dl dt .ico {vertical-align: middle; display: inline-block; height:20px;line-height:20px;margin-right:4px;font-size:15px;float:left;}
.header .user_menu dl.my-cart .ico {font-size:16px;}
.header .user_menu dl dt i { font-size: 0px; line-height: 0; vertical-align: middle; display: inline-block; width: 0px; height: 0px; margin-left: 8px; border-width: 4px; border-color: #777 transparent transparent transparent; border-style:solid dashed dashed dashed; -webkit-transition: .2s ease-in; -moz-transition: -webkit-transform .2s ease-in; -o-transition: -webkit-transform .2s ease-in; transition: .2s ease-in;}
.header .user_menu dl.hover dt i { FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -moz-transform: rotate(180deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; transform: rotate(180deg); transform-origin: 50% 30%;}
.header .user_menu dl dd { background-color: #FFF; display: none; box-shadow:1px 1px 5px #999; position: absolute; z-index: 1; top: 40px; right: 0; }
.header .user_menu dl.my-mall dd { width: 308px;}
.header .user_menu dl.my-cart dd { width: 348px;}
.header .user_menu dl.hover dd { display: block;}
.header .user_menu dl dd a { color: #005EA6;}
.header .user_menu a.arrow i {vertical-align: middle; display: inline-block; width: 4px; height: 7px; margin-left: 4px;}
.header .user_menu dl dd .goods-thumb { width: 50px; height: 50px;}
.header .user_menu dl dd .goods-thumb a { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 48px; height: 48px; border: solid 1px #DDD; overflow: hidden; }
.header .user_menu dl dd .goods-thumb img { max-width: 48px; max-height: 48px; margin-top:expression(48-this.height/2); *margin-top:expression(24-this.height/2);}
.header .user_menu dl dd .sub-title { line-height: 28px; height: 28px; padding: 7px; border-bottom: solid 1px #DDD;}
.header .user_menu dl dd .sub-title h4 { font-weight: 600; float: left;}
.header .user_menu dl dd .sub-title a { float: right;}
.header .user_menu dl dd .user-centent-menu { width: 308px; padding: 8px 0; overflow: hidden;}
.header .user_menu dl dd .user-centent-menu ul { width: 310px; margin-left: -2px;}
.header .user_menu dl dd .user-centent-menu ul li { width: 138px; float: left; padding: 4px 0 4px 16px; border-left: solid 1px #EEE; }
.header .user_menu dl dd .browse-history { background-color: #FAFAFA; width: 308px; border-style: solid; border-width: 1px 0 0; border-color: #DDD transparent transparent;}
.header .user_menu dl dd .browse-history .part-title { height: 20px; padding: 6px 8px; }
.header .user_menu dl dd .browse-history .part-title h4 { float: left;}
.header .user_menu dl dd .browse-history .part-title a { float: right;}
.header .user_menu dl dd .browse-history ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 0 7px 7px 7px;}
.header .user_menu dl dd .browse-history ul li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display:inline/*IE6、7*/; margin: 0 4px; *zoom: 1;}
.header .user_menu dl dd .browse-history .no-goods { text-align: center; display: block; width: 100%; font-size: 12px;}
.header .user_menu dl dd .incart-goods-box { display: block; width: 348px; max-height: 267px; overflow: hidden; position: relative;}
.header .user_menu dl dd .incart-goods { text-align: center; width: 100%;}
.header .user_menu dl dd .incart-goods .no-order { margin: 20px 0;}
.header .user_menu dl dd .incart-goods .loading { width: 16px; height: 16px; margin: 20px auto;}
.header .user_menu dl dd .incart-goods dl { display: block; width: 98%; height: 66px; clear: both; margin: 0 auto 0 2%; border-bottom: dotted 1px #DDD; position: relative; z-index: 1; }
.header .user_menu dl dd .incart-goods dt, .header .user_menu dl dd .incart-goods dd { background-color: transparent; border: 0; position: absolute; z-index: 1; }
.header .user_menu dl dd .incart-goods dt.goods-name { line-height: 16px; background-color: transparent; text-align: left; width: 180px; height: 32px; padding: 0; top: 8px; left: 64px; }
.header .user_menu dl dd .incart-goods dt.goods-name a { color: #333;}
.header .user_menu dl dd .incart-goods dd.goods-thumb { top: 8px; left: 8px;}
.header .user_menu dl dd .incart-goods dd.goods-price { text-align: right; width: 80px; height: 16px; top: 6px; right: 12px;}
.header .user_menu dl dd .incart-goods dd.goods-price em { font-size: 11px !important; font-weight: normal!important; line-height: 16px; color: #777 !important; word-break: break-all; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; text-align: right; width: 50px; margin-right: 4px; overflow: hidden; -webkit-text-size-adjust:none;}
.header .user_menu dl dd .incart-goods dd.goods-sales { line-height: 16px; color: #999; background-color: transparent; width: 270px; height: 16px; top: 42px; left: 64px; }
.header .user_menu dl dd .incart-goods dd.handle {  width: 32px; top: 22px; right: 10px;}
.header .user_menu dl dd .checkout { background-color: #F0F0F0; text-align: right; padding: 8px; overflow: hidden;}
.header .user_menu dl dd .checkout .total-price { line-height: 20px; display: block;}
.header .user_menu dl dd .checkout .total-price i { font-weight: 600; color: #C00; margin: 0 4px;}
.header .user_menu dl dd .checkout .total-price em { font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-weight: 600; color: #C00;}
.header .user_menu dl dd .checkout .btn-cart { float: right; clear: both; line-height: 20px; color: #FFF; background-color: #ff4040; padding: 4px 8px; margin-top: 4px; border-radius: 4px;}
.header .user_menu dl div.addcart-goods-num { font: bold 11px/14px Verdana; color: #FFF; background: #F00; text-align: center; display: inline-block; height: 16px; min-width: 16px; border: none 0; border-radius: 8px; position: absolute; z-index: 3; top: -4px; left: 20px;}
/* 头部 END*/
.website{height: 50px; line-height: 50px; border-bottom: 2px solid rgb(224, 219, 219); padding: 15px 0 10px 0;}
.website dt, .website dd{float: left; }
.website dt{position: relative; width: 140px; text-align: center; }
.website dt b{position: absolute; top: 50%; right: -7px; margin-top: -7px; border-style: solid; border-width: 7px 0 7px 7px; border-color: transparent transparent transparent #eee; overflow: hidden; }
.website dd{width:1020px; height:50px; text-overflow: ellipsis; white-space: nowrap;overflow:hidden; margin-left:10px;}
.website dd a{margin: 0 5px; color: black;}