/* 滑动图片列表 */

.headWrap {
    padding: 14px 0 10px;
    height: 126px;
}

.downHeadWrap {
    padding: 14px 0 0;
}

.slideBox {
    position: relative;
    /* width: 960px; */
    margin: 0 auto;
    overflow: hidden;
}

.slideBox .bd {
    padding: 0 60px;
    text-align: center;
    font-size: 0;
}

.slideBox .bd li {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    font-size: 14px;
}

.slideBox .bd li .pic {
    width: 85px;
    margin: 0 auto;
}

.slideBox .bd li .pic a {
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
}

.slideBox .bd li .pic a:hover {
    color: #666
}

.slideBox .bd li .pic img {
    width: 80px;
    height: 80px;
}

.slideBox .bd li .title {
    padding: 20px 10px;
    position: relative;
    padding-top: 0px;
}

.slideBox .bd li .title a {
    width: 120px;
    height: 19px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.slideBox .bd li .title .new {
    color: red;
    font-size: 12px;
    transform: scale(0.833333);
    text-align: center;
    top: 20px;
    left: calc(50% - 16px);
    display: block;
    width: 32px;
    position: absolute;
    line-height: 14px;
}

.slideBox .hd {
    display: none;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    display: block;
    top: 28px;
    width: 50px;
    height: 50px;
}

.slideBox .prev {
    left: 0;
    background-size: 100% 100%;
}

.slideBox .next {
    right: 0;
    background-size: 100% 100%;
}


/* 全屏平铺内容 */

.widthContent {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.widthContent .bd li {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.widthContent .bd li .pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.widthContent .bd li .pic a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
}

.widthContent .bd li .con {
    display: none;
}

.widthContent .hd {
    display: none;
}

.widthContent .noData {
    padding: 50px;
}


/* 顶部横排图标式菜单 */

.menuWrap {}

.downMenuWrap {
    padding: 0px 0 10px;
}

.headMenuList {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.headMenuList li {
    display: inline-block;
    width: 107px;
    margin: 0 10px;
    padding: 10px 0;
    vertical-align: top;
    border: 1px solid transparent;
}

.headMenuList li .pic {
    width: 107px;
    height: 60px;
    text-align: center;
}

.headMenuList li .pic img {
    width: 60px;
    height: 60px;
}

.headMenuList li .tit {
    display: block;
    padding: 7px 0 0;
    font-size: 14px;
    color: #666;
}

.headMenuList li.on,
.headMenuList li:hover {
    background: #eee;
    border-radius: 5px;
    border-color: #e5e5e5;
}

.headMenuList li.on .tit {
    color: #226bbc;
}

.headMenuList li.on .tit,
.headMenuList li:hover .tit {
    text-decoration: none;
}


/* 顶部横排图标式菜单扩展 大图标 */

.bigMenuList li {
    width: 137px;
}

.bigMenuList li .pic {
    width: 137px;
    height: 90px;
}

.bigMenuList li .pic img {
    max-width: 60px;
}

.headMenuList li .tit {
    padding: 6px 0 0;
}


/* 图文列表页*/

.topicList {
    padding: 20px 100px 0;
}

.topicList li {
    padding: 20px 0;
    overflow: hidden;
}

.topicList li.t .pic {
    float: left;
    margin-right: 40px;
    border: 1px solid #ddd;
}

.topicList li.t .pic img {
    display: block;
    width: 198px;
    height: 128px;
}

.topicList li.t .con {
    margin-left: 240px;
}

.topicList li.t .title .date {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    margin: 4px 0 14px;
    font-size: 12px;
    color: #999;
}

.topicList li.t .title {
    height: auto;
    line-height: 1.6;
    margin-bottom: 10px;
}

.topicList li.t .title a {
    display: block;
    font-size: 16px;
    color: #333;
}

.topicList li.t .intro {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.topicList li.t .intro .more {
    display: none;
    color: #CB1919;
}


/* 软件下载列表 */

.softList {
    padding: 40px 100px;
}

.softList li {
    height: 70px;
    line-height: 70px;
    padding: 0 30px 0 12px;
    border-bottom: 1px dashed #dbdbdb;
}

.softList .downBtn {
    float: right;
}

.softList .downBtn a {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 23px 0 39px;
    margin: 20px 0 0;
    color: #fff;
    border-radius: 30px;
}

.softList .downBtn a:hover {
    background-color: #3978c5;
    text-decoration: none;
}

.softList .title {
    padding-left: 16px;
}

.softList .title a {
    font-size: 16px;
    color: #333;
}


/* 搜索文章列表 */

.infoList {
    padding: 40px 100px;
}


/* 单页内容 */

.pageCon {
    padding: 40px 130px;
}


/* 文章内容 */

.articleCon {
    padding: 0 85px;
}

.articleConTit {
    margin: 25px 0 35px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.articleConTitIntact {
    margin: 25px 0 35px;
    font-size: 20px;
    color: #666;
    text-align: center;
}

.articleConInfo {
    height: 38px;
    line-height: 38px;
    background: #f6f6f6;
    margin-bottom: 22px;
    text-align: center;
    color: #666;
    font-size: 0;
}

.articleConInfo span {
    padding: 0 20px;
    font-size: 14px;
}

.articleConInfo a {
    color: #666;
}

.background-header {
    height: 90px;
    width: 100%;
}

.product {
    width: 100%;
    position: relative;
}

.product-contrast-frame {
    width: 250px;
    height: 335px;
    position: fixed;
    right: 90px;
    top: 320px;
    background: white;
    z-index: 10;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.product-list-top {
    width: 100%;
    height: 170px;
    background: #E7E8ED;
}

.product-content {
    margin-top: 80px;
}

.contrast-frame-title {
    height: 35px;
    background: #226BBC;
    box-sizing: border-box;
    padding: 8px 20px;
    color: white;
}

.contrast-frame-btn,
.contrast-frame-list {
    width: 100%;
    height: 60px;
    background: white;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    border-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contrast-frame-btn {
    position: absolute;
    bottom: 0;
}

.contrast-frame-btn button {
    width: 160px;
    height: 40px;
    background: #226BBC;
    border: 0;
    color: white;
    font-size: 16px;
}

.contrast-frame-list span {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.contrast-frame-pic {
    width: 40px;
    height: 40px;
}

.delete {
    visibility: hidden;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: 100% 100%;
}

.contrast-active {
    background: #ebf4ff;
}

.product-pic-show,
.product-spacific-parameters {
    box-sizing: border-box;
    height: 680px;
    float: left;
}

.product-pic-show {
    width: 650px;
    position: relative;
}

.product-spacific-parameters {
    width: 520px;
    margin-left: 30px;
    border: 1px solid #DDDDDD;
    padding: 30px;
    color: #666666;
}

.product-spacific-parameters h5 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 20px;
}

.product-spacific-parameters table {
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
}

.product-spacific-parameters table td {
    vertical-align: text-top;
}

.product-spacific-parameters table tr td:nth-child(2) {
    width: 80%;
    padding-left: 10px;
    word-break: break-all;
}

.product-spacific-parameters p {
    line-height: 40px;
    word-break: break-all;
}

.join-to-contrast,
.download-specification {
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #226BBC;
    color: white;
    font-size: 18px;
    margin-top: 42px;
    cursor: pointer;
}

.join-to-contrast span:nth-child(1) {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.download-specification {
    background: #ffffff;
    color: #3695ff;
    border: 1px solid #3695ff;
}

.download-specification .download-button {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.product-pic-middle {
    width: 100%;
    height: 550px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ddd;
}

.product-pic-middle img {
    width: 100%;
    height: 100%;
}

.product-pic-small {
    width: 100%;
    height: 110px;
    margin-top: 20px;
}

.product-pic-large {
    border: 1px solid #DDDDDD;
    position: absolute;
    left: 670px;
    top: 0;
    width: 500px;
    height: 500px;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}

.product-pic-large div {
    width: 1300px;
    height: 1100px;
    position: absolute;
    background: white;
}

.product-pic-large div img {
    width: 100%;
    height: 100%;
}

.product-information {
    width: 100%;
    margin-top: 80px;
    float: left;
    margin-top: 20px;
}

.product-information-nav {
    width: 100%;
    height: 58px;
}

.product-information-nav ul {
    font-size: 0;
}

.product-information-nav ul li {
    display: inline-block;
    height: 58px;
    width: 25%;
    line-height: 58px;
    text-align: center;
    color: #666666;
    font-size: 20px;
    background: #E7E8ED;
}

.product-information-nav ul li.product-information-nav-active {
    color: white;
    background: #226BBC;
}

.product-information-content {
    width: 100%;
    display: none;
    min-height: 500px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.product-information-content table.specifications {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding: 20px 20px 0;
    font-size: 0;
    position: relative;
}

.product-information-content table.specifications tr.table-title {
    position: absolute;
    top: 15px;
    width: 100%;
}

.product-information-content table.specifications:nth-child(1) {
    border: 0;
}

.product-information-content table.specifications tr td {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.product-information-content table.specifications tr td:nth-child(1),
.product-information-content table.specifications tr td:nth-child(2) {
    width: 15%;
    color: #333333;
    font-weight: bold;
    vertical-align: top;
}

.product-information-content table.specifications tr td:nth-child(2) {
    width: 15.5%;
}

.product-information-content table.specifications tr td:nth-child(1) {
    font-size: 20px;
}

.product-information-content table.specifications tr td:nth-child(3) {
    width: 69.5%;
    color: #666666;
    vertical-align: top;
}

.product-pic-window {
    width: calc(100% - 140px);
    height: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    /* overflow: hidden; */
    font-size: 0;
    margin: 0 auto;
}
.product-pic-content {
    white-space: nowrap;
    width: auto;
    position: relative;
    left: 0;
    transition: left .3s ease-in-out;
}

.product-pic-list {
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 20px;
    border: 2px solid transparent;
}

.product-pic-list img {
    width: 100%;
    height: 100%;
}

.product-pic-list:nth-child(1) {
    margin-left: 0;
}

.pic-active {
    border: 2px solid #226bbc;
}

.mouse {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.left-pic,
.right-pic {
    width: 70px;
    height: 50px;
    cursor: pointer;
    background: #FFFFFF;
    transition: background .4s ease-in;
    display: inline-block;
}

.left-pic div,
.right-pic div {
    width: 70px;
    height: 50px;
    background-size: 100% 100%;
}

.right-pic div {
    background-size: 100% 100%;
}

.left-pic:hover,
.right-pic:hover {
    background: #F1EFF0;
}

.product-list-window {
    width: 1020px;
    height: 170px;
    overflow: hidden;
}

.product-list-content {
    white-space: nowrap;
    width: auto;
    position: relative;
    left: 0;
    height: 100%;
    transition: left .5s ease-in;
}

.product-lists {
    width: 100px;
    height: 150px;
    display: inline-block;
    margin-left: 26px;
    cursor: pointer;
    color: #333333;
}

.product-lists:hover {
    background: #E1E1E1;
    border-radius: 5px;
}

.product-lists:nth-child(1) {
    margin-left: 0;
}

.product-lists-pic {
    width: 100%;
    height: 60%;
    position: relative;
    text-align: center;
}

.product-lists-pic img {
    width: 100%;
    height: 100%;
}

.product-lists-pic p {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 32px;
}

.product-lists:nth-child(5) p,
.product-lists:nth-child(6) p,
.product-lists:nth-child(7) p,
.product-lists:nth-child(8) p {
    bottom: 35px;
}

.product-lists-text {
    width: 100%;
    height: 40%;
    text-align: center;
    line-height: 30px;
}

.model {
    width: 90px;
    padding: 0;
}

.show {
    display: block;
}

.sizeImg {
    margin-top: 30px;
}

.product-active {
    color: #226BBC;
}

.product-spacific-parameters td {
    font-size: 14px
}

.productDescription {
    overflow: hidden;
}

.productDescription p {
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
}

.productDescription p.p-after::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 6px;
    padding-left: 3px;
}

.download-title {
    float: left;
    margin: 20px 0 0 20px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.download-button {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    float: left;
    margin: 20px 0 0 20px;
    cursor: pointer;
}

.text-center {
    /*text-align: center;*/
}

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

.button-content>a {
    width: 180px;
    margin-right: 70px;
}

.related-data {
    width: 100%;
    margin-top: 20px;
}

.related-product {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.related-product-title,
.related-data-title {
    width: 120px;
    float: left;
}

.related-product-content,
.related-data-content {
    width: calc(100% - 140px);
    float: left;
    margin-left: 20px;
}

.related-product-list {
    float: left;
    width: 33%;
    min-width: 269px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.related-product-list:hover {
    background: rgba(244, 244, 244, 1);
}

.related-product-title h4,
.related-data-title h4 {
    margin: 0 0 0 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.related-product-list-img {
    width: 80px;
    height: 80px;
    float: left;
}

.related-product-list-img img {
    width: 100%;
    height: 100%;
}

.related-product-list-text {
    float: left;
    margin-left: 50px;
    width: calc(100% - 130px);
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.related-product-list-text>div {
    line-height: 25px;
}

.related-product-list-title {
    color: #3695ff;
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 10px;
}

.related-product-list-title li {
    list-style: disc;
}

.related-data-list {
    list-style: disc;
    color: #3695ff;
    margin-bottom: 31px;
}

.related-data-list a {
    color: #3695ff;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.product-pic-content .swiper-slide img{
    max-width: 125px;
    max-height: 80px;
}