﻿/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

/*面包屑导航*/
.breadcrumb-box {
    background-color: #f9f9f9;
}

.breadcrumb-box .container {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-weight: normal;
}

.breadcrumb-box .icon-dingwei {
    font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
    width: 6px;
    height: 16px;
    background-color: #3388ff;
    display: none;
}

.breadcrumb-box span {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
    letter-spacing: 1px;
}

.breadcrumb-box .first-span {
    margin-right: 0px;
}

.breadcrumb-box a {
    color: #666666;
    margin-right: 10px;
    line-height: 16px;
    letter-spacing: 1px;
}

.breadcrumb-box span:last-child, .addr a:hover {
    color: #3388FF;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
    padding-top: 25px;
    padding-bottom: 31px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
}

.subnav-about-box .subnav-about-list.container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DDDDDD;
}

.subnav-about-box a {
    display: inline-block;
    width: 141px;
    transition: background-color .6s;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: -3px;
    border-bottom: 6px solid transparent;
}

.subnav-about-box h3 {
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #666666;
    letter-spacing: 1px;
}

.subnav-about-box a.cur, .subnav-about-box a:hover {
    border-bottom: 4px solid #3388FF;
}

.subnav-about-box a.cur h3, .subnav-about-box a:hover h3 {
    color: #3388FF;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box {
    padding-top: 25px;
    padding-bottom: 31px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
}

.subnav-news-box .subnav-news-list.container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DDDDDD;
}

.subnav-news-box a {
    display: inline-block;
    width: 141px;
    transition: background-color .6s;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: -3px;
    border-bottom: 6px solid transparent;
}

.subnav-news-box h3 {
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #666666;
    letter-spacing: 1px;
}

.subnav-news-box a.cur, .subnav-news-box a:hover {
    border-bottom: 4px solid #3388FF;
}

.subnav-news-box a.cur h3, .subnav-news-box a:hover h3 {
    color: #3388FF;
}


/*客户案例导航栏*/
.subnav-case-box {
    padding-top: 25px;
    padding-bottom: 31px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
}

.subnav-case-box .subnav-case-list.container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DDDDDD;
}

.subnav-case-box a {
    display: inline-block;
    width: 141px;
    transition: background-color .6s;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: -3px;
    border-bottom: 6px solid transparent;
}

.subnav-case-box h3 {
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #666666;
    letter-spacing: 1px;
}

.subnav-case-box a.cur, .subnav-case-box a:hover {
    border-bottom: 4px solid #3388FF;
}

.subnav-case-box a.cur h3, .subnav-case-box a:hover h3 {
    color: #3388FF;
}

/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    margin-bottom: 53px;
    width: 260px;
}

.subnav-product-box .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
}

.subnav-product-box .tit p {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 9px;
}

.subnav-product-box .subnav-product-list {
    width: 100%;
    box-sizing: border-box;
}

.subnav-product-box a {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding-left: 40px;
    transition: background-color .6s;
    margin: 2px 0;
    background: #eeeeee;
}

.subnav-product-box a h3 {
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
}

.subnav-product-box a.cur, .subnav-product-box a:hover {
    background: url('../img/left-sj.png') no-repeat right 33px center;
    background-color: #3388ff;
    background-size: 6px 12px;
}

.subnav-product-box a.cur h3, .subnav-product-box a:hover h3 {
    color: #ffffff;
}

.subnav-product-box .subnav-bottom {
    width: 100%;
    height: 195px;
    background: url('../img/subnav-bottom-bg.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}

.subnav-product-box .subnav-bottom .subnav-bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 60px;
    background: #0554CA;
    opacity: 0.5;
}

.subnav-product-box .subnav-bottom .subnav-bottom-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.subnav-product-box .subnav-bottom .subnav-bottom-desc p {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.subnav-product-box .subnav-bottom .subnav-phone {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 3px;
}

/*服务导航*/
.subnav-service-box {
    width: 260px;
    margin-right: 51px;

}

.subnav-service-box .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
}

.subnav-service-box .tit p {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 9px;
}


.subnav-service-box .subnav-service-list h3 {
    width: 100%;
    cursor: pointer;
}

.subnav-service-box .subnav-service-list h3 .service-l-desc {
    display: none;
}

.subnav-service-box .subnav-service-list h3.cur .service-l-desc {
    display: block;
}

.subnav-service-box .subnav-service-list h3.cur .service-l-info {
    background: #3388FF url('../img/left-sj.png') no-repeat right 33px center;
    background-size: 6px 12px;
}

.subnav-service-box .subnav-service-list h3.cur .service-l-info p {
    color: #ffffff;
}

.subnav-service-box .subnav-service-list .service-l-info {
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
    background: #EEEEEE url('../img/left-wxz.png') no-repeat right 33px center;
    background-size: 6px 12px;
    margin: 2px 0;
}

.subnav-service-box .subnav-service-list .service-l-info p {
    font-size: 18px;
    color: #666666;
}

.subnav-service-box .subnav-service-list h3 ul li .right-arrow {
    height: 18px;
    width: 18px;
    float: right;
    margin-right: 33px;
    display: inline-block;
    position: relative;
    top: 14px;
}

.subnav-service-box .subnav-service-list h3 ul li .right-arrow:before {
    display: inline-block;
    content: " ";
    height: 9px;
    width: 9px;
    border-width: 1px 1px 0 0;
    border-color: #666666;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    right: 28%;
    margin-top: -3px;
}

.subnav-service-box .subnav-service-list h3 ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding-left: 30px;
    border-bottom: 1px solid #cccccc;
}

.subnav-service-box .subnav-service-list h3 ul li:hover,
.subnav-service-box .subnav-service-list h3 ul li[class="on"],
.subnav-service-box .subnav-service-list h3 ul li.cur {
    color: #3388FF;
}

.subnav-service-box .subnav-service-list h3.cur .right-arrow {
    border-color: #3388FF;
}

.subnav-service-box .subnav-bottom {
    width: 100%;
    height: 195px;
    background: url('../img/subnav-bottom-bg.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}

.subnav-service-box .subnav-bottom .subnav-bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 60px;
    background: #0554CA;
    opacity: 0.5;
}

.subnav-service-box .subnav-bottom .subnav-bottom-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.subnav-service-box .subnav-bottom .subnav-bottom-desc p {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.subnav-service-box .subnav-bottom .subnav-phone {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 3px;
}

/*服务内页导航*/
.subnav-info-service-box {
    background-color: #f9f9f9;
}

.subnav-info-service-box .subnav-info-service-list {
    display: flex;
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-left: 31px;
    box-shadow: 0px 1px 9px 0px rgba(205, 205, 205, 0.4);
}

.subnav-info-service-box .subnav-info-service-list p {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
}

.subnav-info-service-box .subnav-info-service-list h3 {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #555555;
}

.subnav-info-service-box .subnav-info-service-list h3.cur .service-l-info {
    color: #3388ff;
}

.subnav-info-service-box .subnav-info-service-list .service-l-desc {
    display: flex;
    position: absolute;
    left: 31px;
}

.subnav-info-service-box .subnav-info-service-list .service-l-desc ul {
    display: flex;
    margin-left: 10px;
}

.subnav-info-service-box .subnav-info-service-list h3.cur .service-l-desc ul li {
    display: block;
}

.subnav-info-service-box .subnav-info-service-list .service-l-desc ul li {
    display: none;
    padding: 0 10px;
}

.subnav-info-service-box .subnav-info-service-list .service-l-desc ul li[class="on"] {
    color: #3388ff;
}
/*优势*/
.info-service-box .pro-content .ntitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    margin-bottom: 50px;
    color: #333333;
}

.info-service-box .pro-content .ntitle.ntitle-white {
    color: #ffffff;
}

.info-service-box .pro-content .ntitle p {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

.info-service-box .pro-content .ntitle .ntitle-img {
    width: 33px;
    height: 19px;
}

.info-service-box .pro-content .ntitle .ntitle-img img {
    width: 100%;
    height: 100%;
}

.info-service-box .advantage {
    padding-top: 61px;
    width: 100%;
    background: url('/static/content/pc/uploadimg/advantage-bg.jpg') no-repeat;
    background-size: 100% 800px;
}

.info-service-box .advantage .ntitle {
    margin-bottom: 133px;
}

.info-service-box .advantage .advantage-list {
    width: 1500px;
    padding-top: 150px;
    padding-bottom: 60px;
    margin: 0 auto;
    background-color: #fff;
}

.info-service-box .advantage .advantage-list .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-service-box .advantage .advantage-list .advantage-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.info-service-box .advantage .advantage-list .advantage-item:nth-child(1),
.info-service-box .advantage .advantage-list .advantage-item:nth-child(2) {
    width: 540px;
    height: 614px;
    box-sizing: border-box;
    padding-bottom: 49px;
    border-bottom: 1px solid #D4D4D4;
}

.info-service-box .advantage .advantage-list .advantage-item:nth-child(3),
.info-service-box .advantage .advantage-list .advantage-item:nth-child(4) {
    width: 540px;
    height: 623px;
    box-sizing: border-box;
    padding-top: 50px;
}

.info-service-box .advantage .advantage-list .advantage-item img {
    width: 100%;
    height: 100%;
}

.info-service-box .advantage .advantage-list .advantage-item:nth-child(1) .advantage-img {
    width: 540px;
    height: 340px;
}

.info-service-box .advantage .advantage-list .advantage-item:nth-child(2) .advantage-img,
.info-service-box .advantage .advantage-list .advantage-item:nth-child(3) .advantage-img {
    width: 540px;
    height: 301px;
}

.info-service-box .advantage .advantage-list .advantage-item:nth-child(3) .advantage-img {
    width: 540px;
    height: 252px;
}

.info-service-box .advantage .advantage-list .advantage-item .advantage-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.info-service-box .advantage .advantage-item .advantage-title-container .advantage-num {
    font-size: 60px;
    line-height: 60px;
    color: #3388ff;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 4px solid #3388FF;
    margin-right: 33px;
}

.info-service-box .advantage .advantage-item .advantage-title-container .advantage-title p {
    font-size: 32px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 32px;
    margin-bottom: 11px;
}

.info-service-box .advantage .advantage-item .advantage-title-container .advantage-title span {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 20px;
}

.info-service-box .advantage .advantage-item .advantage-desc {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.info-service-box .progress {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.info-service-box .progress .title-container {
    padding-top: 60px;
    margin-bottom: 50px;
}

.info-service-box .progress .progress-nav {
    display: flex;
    justify-content: space-between;
    height: 94px;
    position: relative;
    z-index: 10;
    margin-bottom: 49px;
}

.info-service-box .progress .progress-nav .progress-nav-tbt {
    width: 32px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
}

.info-service-box .progress .progress-nav .progress-nav-tbb {
    width: 32px;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-service-box .progress .progress-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -33px;
    width: 227px;
    height: 94px;
    font-size: 18px;
    color: #444444;
}

.info-service-box .progress .progress-nav  li[class="on"],
.info-service-box .progress .progress-nav  li:hover {
    color: #ffffff;
}

.info-service-box .progress .progress-nav  li:nth-child(1) {
    margin-left: 0;
    background: url('/static/content/pc/uploadimg/progress-navbg01.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav  li:nth-child(2) {
    background: url('/static/content/pc/uploadimg/progress-navbg02.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(3) {
    background: url('/static/content/pc/uploadimg/progress-navbg03.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav  li:nth-child(4) {
    background: url('/static/content/pc/uploadimg/progress-navbg04.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(5) {
    background: url('/static/content/pc/uploadimg/progress-navbg05.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(6) {
    background: url('/static/content/pc/uploadimg/progress-navbg06.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(1)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(1):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg1.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(2)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(2):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg2.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(3)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(3):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg3.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(4)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(4):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg4.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(5)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(5):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg5.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-nav li:nth-child(6)[class="on"],
.info-service-box .progress .progress-nav li:nth-child(6):hover {
    background: url('/static/content/pc/uploadimg/progress-navbg6.png') no-repeat;
    background-size: 100% 100%;
}

.info-service-box .progress .progress-middle {
    display: flex;
    position: relative;
}

.info-service-box .progress .progress-middle .progress-bg {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 10;
}

.info-service-box .progress .progress-middle .progress-bar {
    position: relative;
    z-index: 100;
    width: 12px;
    height: 248px;
    background: #3388FF;
}

.info-service-box .progress .progress-middle .progress-list .progress-item {
    width: 1188px;
    position: relative;
    z-index: 100;
}

.info-service-box .progress .progress-list .progress-item .progress-img {
    width: 800px;
    height: 410px;
}

.info-service-box .progress .progress-list .progress-item .progress-img img {
    width: 100%;
    height: 100%;
}

.info-service-box .progress .progress-list .progress-item .progress-info {
    position: absolute;
    bottom: -46px;
    right: 0;
    z-index: 150;
    padding-left: 121px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 532px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #B3B3B3;
    opacity: 0.96;
    box-sizing: border-box;
}

.info-service-box .progress .progress-item .progress-info .progress-title {
    font-weight: bold;
    color: #444444;
    font-size: 22px;
    line-height: 28px;
}

.info-service-box .progress .progress-item .progress-info span {
    display: block;
    line-height: 16px;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.info-service-box .progress .progress-item .progress-info .progress-title-bar {
    margin: 20px 0;
    width: 80px;
    height: 1px;
    background: #666666;
}

.info-service-box .progress .progress-item .progress-info .progress-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.info-service-box .progress .progress-bottom-nav {
    display: flex;
    justify-content: center;
    margin-top: 86px;
}
.info-service-box .progress .progress-bottom-nav p {
    width: 50px;
    height: 4px;
    background: #BBBBBB;
    margin-right: 10px;
    cursor: pointer;
}
.info-service-box .progress .progress-bottom-nav p[class="on"] {
    background: #3388FF;
}
/*无数据*/
.nodata {
    text-align: center;
}

/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #3388ff;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #3388ff;
    color: #FFF;
    border-color: #3388ff;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

/*图片列表 - 荣誉资质*/
.list-honor-page-box {
    padding-bottom: 50px;
}

.list-honor-page-box .honor-list {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.list-honor-page-box .honor-list dl {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.list-honor-page-box .honor-list dl:nth-child(4n) {
    margin-right: 0;
}

.list-honor-page-box .honor-list dt {
    width: 270px;
}

.list-honor-page-box .honor-list dt img {
    display: block;
    width: 100%;
}

.list-honor-page-box .honor-list dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-honor-page-box .honor-list dd span {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
}

/* list-news-box - 新闻资讯列表 */
.list-news-box {
    background-color: #f9f9f9;
    padding-bottom: 70px;
}

.list-news-box .container {
    display: flex;
    justify-content: space-between;
}

.list-news-box .news-list {
    width: 790px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 31px 45px;

}

.list-news-box .news-list .news-info {
    width: 100%;
    height: 206px;
    padding-top: 20px;
    position: relative;
}


.list-news-box .news-list .news-info dt {
    width: 320px;
    height: 186px;
    margin-right: 18px;
    display: inline-block;
    float: left;
}

.list-news-box .news-list .news-info dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list .news-info dd {
    width: 390px;
    height: 100%;
    float: left;
    text-align: left;
    position: relative;
    z-index: 10;
}

.list-news-box .news-list .news-info dd h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 9px;
    font-size: 18px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
}

.list-news-box .news-list .news-info:hover h4 {
    color: #3388FF;
}

.list-news-box .news-list .news-info dd p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    text-align: justify;
}

.list-news-box .news-list .news-info:hover dd p {
    color: #333333;
}

.list-news-box .news-list .news-info p {
    font-size: 16px;
    color: #666666;
}

.list-news-box .news-list .news-info .hits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 390px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-news-box .news-list .news-info:hover .hits .news-right {
    color: #999999;
}

.list-news-box .news-list .news-info .hits .news-left {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.list-news-box .news-list .news-info .hits .news-right {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.list-news-box .news-r .news-right {
    width: 382px;
    max-height: 853px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 24px 10px;
}

.list-news-box .news-r .news-right-title {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 17px;
}

.list-news-box .news-r .news-right-title b {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.list-news-box .news-r .news-right-title span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.list-news-box .news-r .news-right .list-news-right .news-right-info-left {
    margin-top: 12px;
    margin-bottom: 11px;
}

.list-news-box .news-r .news-right .list-news-right-item .news-img {
    width: 100%;
    height: 162px;
    margin-bottom: 9px;
}

.list-news-box .news-r .news-right .list-news-right-item .news-img img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-r .news-right .list-news-right-item p {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-news-box .news-r .news-right .list-news-right-item:hover p {
    color: #3388FF;
}

.list-news-box .news-r .news-phone {
    width: 382px;
    height: 210px;
    background: url('../img/news-phone.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    margin: 20px 0;
}

.list-news-box .news-r .news-phone .news-phone-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 382px;
    height: 36px;
    background: #0554CA;
    opacity: 0.5;
}

.list-news-box .news-r .news-phone .news-phone-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 382px;
    height: 36px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.list-news-box .news-r .news-recommend {
    width: 382px;
    max-height: 466px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 24px 10px;
}

.list-news-box .news-r .news-list-recommend .list-recommend-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: 14px;
}

.list-news-box .news-r .news-list-recommend .recommend-img {
    width: 125px;
    height: 80px;
}

.list-news-box .news-r .news-list-recommend .recommend-img img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-r .news-list-recommend .list-recommend-content {
    width: 194px;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.list-news-box .news-r .news-list-recommend .list-recommend-item .recommend-item-title {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    padding-left: 0;
}

.list-news-box .news-r .news-list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #3388ff;
}

.list-news-box .news-r .news-list-recommend .recommend-item-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

/* list-product-box - 产品中心列表 */
.list-product-box {
    margin-top: 60px;
}

.list-product-box .list-product-container {
    display: flex;
    justify-content: space-between;
}

.list-product-box .container {
    margin: 0;
}

.list-product-box .product-list {
    width: 956px;
    margin-left: 50px;
    margin-top: 60px;
}

.list-product-box .product-list a {
    margin-bottom: 20px;
    display: inline-block;
}

.list-product-box .product-list .product-list-item {
    margin-right: 25px;
    width: 280px;
    display: inline-block;
}

.list-product-box .product-list a:nth-child(3n+3) .product-list-item {
    margin-right: 0;
}

.list-product-box .product-list .product-list-item .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 260px;
    border: 1px solid #999999;
    margin-bottom: 16px;
}

.list-product-box .product-list .product-list-item:hover .item-img {
    box-shadow: 0px 0px 7px 0px rgba(38, 38, 38, 0.2);
}

.list-product-box .product-list .product-list-item p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    width: 100%;
    transition: all .6s;
}

.list-product-box .product-list .product-list-item:hover p {
    color: #3388FF;
}

/* list-service-box - 方案服务列表 */
.list-service-box .list-service-container {
    margin-top: 61px;
    display: flex;
}

.list-service-box .service-list {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 916px;
}

.list-service-box .service-list a:nth-child(3n+3) .service-list-item {
    margin-right: 0;
}

.list-service-box .service-list .service-list-item {
    display: inline-block;
    width: 270px;
    margin-right: 38px;
    margin-bottom: 60px;
}

.list-service-box .service-list .service-list-item .item-img {
    width: 270px;
    height: 180px;
    margin-bottom: 15px;
}

.list-service-box .service-list .service-list-item .item-img img {
    width: 100%;
    height: 100%;
}

.list-service-box .service-list .service-list-item p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.list-service-box .service-list .service-list-item:hover p {
    color: #3388ff;
}

/*客户案例列表*/
.list-case-box {
    background-color: #f9f9f9;
    padding-bottom: 70px;
}

.list-case-box .container {
    display: flex;
    justify-content: space-between;
}

.list-case-box .case-list {
    width: 790px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 31px 45px;

}

.list-case-box .case-list .case-info {
    width: 100%;
    height: 206px;
    padding-top: 20px;
    position: relative;
}


.list-case-box .case-list .case-info dt {
    width: 320px;
    height: 186px;
    margin-right: 18px;
    display: inline-block;
    float: left;
}

.list-case-box .case-list .case-info dt img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-list .case-info dd {
    width: 390px;
    height: 100%;
    float: left;
    text-align: left;
    position: relative;
    z-index: 10;
}

.list-case-box .case-list .case-info dd h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 9px;
    font-size: 18px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
}

.list-case-box .case-list .case-info:hover h4 {
    color: #3388FF;
}

.list-case-box .case-list .case-info dd p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    text-align: justify;
}

.list-case-box .case-list .case-info:hover dd p {
    color: #333333;
}

.list-case-box .case-list .case-info p {
    font-size: 16px;
    color: #666666;
}

.list-case-box .case-list .case-info .hits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 390px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-case-box .case-list .case-info:hover .hits .case-right {
    color: #999999;
}

.list-case-box .case-list .case-info .hits .case-left {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.list-case-box .case-list .case-info .hits .case-right {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.list-case-box .case-r .case-right {
    width: 382px;
    max-height: 853px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 24px 10px;
}

.list-case-box .case-r .case-right-title {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 17px;
}

.list-case-box .case-r .case-right-title b {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.list-case-box .case-r .case-right-title span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.list-case-box .case-r .case-right .list-case-right .case-right-info-left {
    margin-top: 12px;
    margin-bottom: 11px;
}

.list-case-box .case-r .case-right .list-case-right-item .case-img {
    width: 100%;
    height: 162px;
    margin-bottom: 9px;
}

.list-case-box .case-r .case-right .list-case-right-item .case-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-r .case-right .list-case-right-item p {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-case-box .case-r .case-right .list-case-right-item:hover p {
    color: #3388FF;
}

.list-case-box .case-r .case-phone {
    width: 382px;
    height: 210px;
    background: url('../img/news-phone.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    margin: 20px 0;
}

.list-case-box .case-r .case-phone .case-phone-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 382px;
    height: 36px;
    background: #0554CA;
    opacity: 0.5;
}

.list-case-box .case-r .case-phone .case-phone-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 382px;
    height: 36px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.list-case-box .case-r .case-recommend {
    width: 382px;
    max-height: 466px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 24px 10px;
}

.list-case-box .case-r .case-list-recommend .list-recommend-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: 14px;
}

.list-case-box .case-r .case-list-recommend .recommend-img {
    width: 125px;
    height: 80px;
}

.list-case-box .case-r .case-list-recommend .recommend-img img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-r .case-list-recommend .list-recommend-content {
    width: 194px;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.list-case-box .case-r .case-list-recommend .list-recommend-item .recommend-item-title {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    padding-left: 0;
}

.list-case-box .case-r .case-list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #3388ff;
}

.list-case-box .case-r .case-list-recommend .recommend-item-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

/* info-news-box - 新闻详情页 */
.info-news-box {
    background-color: #f9f9f9;
    padding-bottom: 70px;
}

.info-news-box .news-content {
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-content .news-left {
    width: 790px;
}

.info-news-box .news-content .news-left .news-left-top {
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 45px 27px;
    margin-bottom: 20px;
}

.info-news-box .news-content .news-left .info-news-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    color: #343434;
}

.info-news-box .news-content .news-left .info-news-subtitle {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
}

.info-news-box .news-content .news-left .info-news-subtitle p {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-left .info-news-subtitle p:nth-child(2) {
    margin: 0 30px;
}

.info-news-box .news-content .news-left .info-news-desc {
    color: #666666;
    font-size: 14px;
    background-color: #F7F7F7;
    padding: 30px 12px;
    margin-top: 25px;
    line-height: 22px;
}

.info-news-box .news-content .news-left .info-case-desc {
    width: 100%;
    height: 77px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.info-news-box .news-content .news-left .info-case-desc .info-case-desc-left {
    background: url(../img/common.png) no-repeat center top 46px;
    background-size: 140px;
    font-size: 20px;
    color: #3388ff;
    font-weight: bold;
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-news-box .news-content .news-left .info-case-desc .info-case-desc-right {
    color: #666666;
    font-size: 14px;
    display: block;
    width: 500px;
}

.info-news-box .news-content .news-left .info-news-content {
    padding-top: 30px;
}

.info-news-box .news-content .news-left .info-news-content p {
    color: #888888;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.info-news-box .news-content .news-left .info-news-content a {
    color: #333333;
    font-weight: bold;
}

.info-news-box .news-content .news-left .info-news-content img {
    max-width: 100%;
}

.info-news-box .news-content .news-left .info-news-page {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #DDDDDD;
}

.info-news-box .news-content .news-left .info-news-page, .info-news-box .news-content .news-left .info-news-page a {
    color: #666666;
}

.info-news-box .news-content .news-left .info-news-page a:hover {
    color: #3388FF;
}

.info-news-box .news-content .news-left .info-news-page .info-news-prev, .info-news-box .news-content .news-left .info-news-page .info-news-next {
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.info-news-box .news-content .news-left .news-left-middle {
    width: 100%;
    padding: 25px 45px;
    background-color: #fff;
    margin-bottom: 20px;
}

.info-news-box .news-content .news-left .news-left-middle .news-tag-title {
    padding-bottom: 12px;
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
    line-height: 18px;
}

.info-news-box .news-content .news-left .news-left-middle .info-news-tag {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-news-box .news-content .news-left .news-left-middle .info-news-tag a {
    color: #666;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #F7F7F7;
    margin-bottom: 15px;
}

.info-news-box .news-content .news-left .news-left-bottom {
    width: 100%;
    padding: 19px 45px;
    background-color: #fff;
    margin-bottom: 20px;
}

.info-news-box .news-content .news-left .news-left-bottom .news-left-message {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #3388FF;
    line-height: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}

.info-news-box .news-content .news-left .news-left-bottom .news-message {
    padding: 0 83px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-news-box .news-content .news-left .news-left-bottom input {
    display: inline-block;
    margin-top: 23px;
    width: 247px;
    height: 45px;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding-left: 13px;
    line-height: 45px;
}

.info-news-box .news-content .news-left .news-left-bottom input:nth-child(3) {
    width: 100%;
}

.info-news-box .news-content .news-left .news-left-bottom input[type="submit"] {
    width: 247px;
    height: 45px;
    background: #3388FF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin-left: 143px;
    cursor: pointer;
}

.info-news-box .news-content .news-left .news-left-bottom .news-message-phone {
    margin-top: 18px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #3388FF;
}

.info-news-box .news-content .news-right {
    width: 382px;
    max-height: 853px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 24px 10px;
}

.info-news-box .news-content .news-right-title {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 17px;
}

.info-news-box .news-content .news-right-title b {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.info-news-box .news-content .news-right-title span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.info-news-box .news-content .news-right .list-news-right .news-right-info-left {
    margin-top: 12px;
    margin-bottom: 11px;
}

.info-news-box .news-content .news-right .list-news-right-item .news-img {
    width: 100%;
    height: 162px;
    margin-bottom: 9px;
}

.info-news-box .news-content .news-right .list-news-right-item .news-img img {
    width: 100%;
    height: 100%;
}

.info-news-box .news-content .news-right .list-news-right-item p {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right .list-news-right-item:hover p {
    color: #3388FF;
}

.info-news-box .news-content .news-phone {
    width: 382px;
    height: 210px;
    background: url('../img/news-phone.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    margin: 20px 0;
}

.info-news-box .news-content .news-phone .news-phone-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 382px;
    height: 36px;
    background: #0554CA;
    opacity: 0.5;
}

.info-news-box .news-content .news-phone .news-phone-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 382px;
    height: 36px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.info-news-box .news-content .news-r .news-recommend {
    width: 382px;
    max-height: 466px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 24px 10px;
}

.info-news-box .news-content .news-r .news-list-recommend .list-recommend-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: 14px;
}

.info-news-box .news-content .news-r .news-list-recommend .recommend-img {
    width: 125px;
    height: 80px;
}

.info-news-box .news-content .news-r .news-list-recommend .recommend-img img {
    width: 100%;
    height: 100%;
}

.info-news-box .news-content .news-r .news-list-recommend .list-recommend-content {
    width: 194px;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.info-news-box .news-content .news-r .news-list-recommend .list-recommend-item .recommend-item-title {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    padding-left: 0;
}

.info-news-box .news-content .news-r .news-list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #3388ff;
}

.info-news-box .news-content .news-r .news-list-recommend .recommend-item-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

.info-news-box .info-news-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.info-news-box .info-news-bottom .info-news-item {
    width: 380px;
    background-color: #fff;
    padding: 14px 0;
}

.info-news-box .info-news-bottom .info-news-item .info-news-item-title {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 45px 14px;
}

.info-news-box .info-news-bottom .info-news-item .info-news-item-title span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.info-news-box .info-news-bottom .info-news-item:nth-child(1) .info-news-item-title img {
    display: block;
    width: 18px;
    height: 20px;
    margin-right: 8px;
}

.info-news-box .info-news-bottom .info-news-item:nth-child(2) .info-news-item-title img {
    display: block;
    width: 16px;
    height: 20px;
    margin-right: 8px;
}

.info-news-box .info-news-bottom .info-news-item:nth-child(3) .info-news-item-title img {
    display: block;
    width: 20px;
    height: 10px;
    margin-right: 8px;
}

.info-news-box .info-news-bottom .info-news-item .info-news-item-info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 45px;
}

.info-news-box .info-news-bottom .info-news-item-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #CCCCCC;
}

.info-news-box .info-news-bottom .info-news-item .info-news-item-desc:last-child {
    border-bottom: none;
}

.info-news-box .info-news-bottom .info-news-item-desc p {
    width: 134px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.info-news-box .info-news-bottom .info-news-item-desc:hover p {
    color: #3388ff;
}

.info-news-box .info-news-bottom .info-news-item-desc span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.info-news-box .info-case-bottom {
    margin-top: 25px;
}

/*产品详情*/
.info-product-box .product-right img {
    display: inline-block;
}

.info-product-box .pro-top {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 60px;
}

.info-product-box .pro-top .pleft {
    width: 660px;
    height: 500px;
    box-sizing: border-box;
}

.info-product-box .pic-box li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 400px;
    border: 1px solid #8C8C8C;
}

.info-product-box .pic-box li img {
    width: 100%;
    height: 100%;
}

.info-product-box .pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.info-product-box .pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.info-product-box .pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.info-product-box .pleft .small-items li img {
    width: 100%;
    display: block;
}

.info-product-box .pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .nav {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px;
}

.info-product-box .pleft .nav a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    font-size: 0;
}

.info-product-box .pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.info-product-box .pro-top .pright {
    width: 646px;
    height: 400px;
    position: relative;
    z-index: 10;
}

.info-product-box .pright h4 {
    color: #333333;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 30px;
}

.info-product-box .pd-short {
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    color: #444444;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-product-box .hot-box-top {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #CCCCCC;
}

.info-product-box .hot-phone {
    width: 319px;
}

.info-product-box .hot-phone p {
    text-align: right;
    background: url('../img/top-tel.png') no-repeat left center;
    background-size: 24px 24px;
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    color: #3388FF;
    padding-left: 40px;
    white-space: nowrap;
}

.info-product-box .hot-box-top a:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.info-product-box .hot-box-top a:nth-child(2) button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(88deg, #236BFF, #3388FF);
    border-radius: 25px;
}

.info-product-box .pro-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.info-product-box .pro-key a {
    font-weight: normal;
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background: #f1f1f1;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
}

.info-product-box .related-box {
    width: 100%;
    display: none;
}

.info-product-box .related-box .related-title {
    display: flex;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.info-product-box .related-box .related-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;

}

.info-product-box .related-box .related-title b {
    display: inline-block;
    color: #3388ff;
}

.info-product-box .related-box .related-title span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.info-product-box .related-box .related-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 50px;
    height: 1px;
    background-color: #e6e6e6;
}

.info-product-box .related-box .related-bar span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 1px;
    background-color: #3388ff;
}

.info-product-box .related-box .related-content {
    display: flex;
    justify-content: space-between;
}

.info-product-box .related-box .related-content dl {
    width: 296px;
    box-sizing: border-box;
}

.info-product-box .related-box .related-content dt .produce-img {
    width: 100%;
    height: 198px;
    position: relative;
    z-index: 10;
}

.info-product-box .related-box .related-content .produce-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .related-box .related-content dt .produce-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 40;
    background: #000000;
    opacity: 0.5;
    transition: all .6s;
}

.info-product-box .related-box .related-content dt .produce-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: all .6s;
}

.info-product-box .related-box .related-content .produce-plus img {
    display: block;
    width: 30px;
    height: 30px;
}

.info-product-box .related-box .related-content dd {
    text-align: center;
    height: 50px;
}

.info-product-box .related-box .related-content dd a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.info-product-box .related-box .related-content dl:hover dt .produce-mask,
.info-product-box .related-box .related-content dl:hover dt .produce-plus {
    height: 100%;
}

.info-product-box .related-box .related-content dl:hover dd a {
    background-color: #3388ff;
    color: #ffffff;
}

/*服务*/
.info-service-box {
    background-color: #f9f9f9;
}

.info-service-box .service-right img {
    display: inline-block;
}

.info-service-box .pro-top {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: white;
}

.info-service-box .pro-top .pleft {
    width: 660px;
    height: 500px;
    box-sizing: border-box;
}

.info-service-box .pic-box li img {
    display: block;
    width: 660px;
    height: 500px;
}

.info-service-box .pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.info-service-box .pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.info-service-box .pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.info-service-box .pleft .small-items li img {
    width: 100%;
    display: block;
}

.info-service-box .pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-service-box .pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-service-box .pleft .nav {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px;
}

.info-service-box .pleft .nav a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    font-size: 0;
}

.info-service-box .pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.info-service-box .pro-top .pright {
    width: 438px;
    height: 500px;
    position: relative;
    z-index: 10;
}

.info-service-box .pright h4 {
    color: #333333;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 30px;
}

.info-service-box .pd-short {
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    color: #444444;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.info-service-box .hot-box-top {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.info-service-box .hot-phone p {
    text-align: right;
    background: url('../img/top-tel.png') no-repeat left 105px center;
    background-size: 24px 24px;
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    color: #3388FF;
}

.info-service-box .hot-box-top a:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 23px;
}

.info-service-box .hot-box-top a:nth-child(2) button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(88deg, #236BFF, #3388FF);
    border-radius: 25px;
}

.info-service-box .pro-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.info-service-box .pro-key a {
    font-weight: normal;
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background: #f1f1f1;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
}

.info-service-box .related-box {
    width: 100%;
    display: none;
}

.info-service-box .related-box .related-title {
    display: flex;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.info-service-box .related-box .related-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;

}

.info-service-box .related-box .related-title b {
    display: inline-block;
    color: #3388ff;
}

.info-service-box .related-box .related-title span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.info-service-box .related-box .related-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 50px;
    height: 1px;
    background-color: #e6e6e6;
}

.info-service-box .related-box .related-bar span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 1px;
    background-color: #3388ff;
}

.info-service-box .related-box .related-content {
    display: flex;
    justify-content: space-between;
}

.info-service-box .related-box .related-content dl {
    width: 296px;
    box-sizing: border-box;
}

.info-service-box .related-box .related-content dt .produce-img {
    width: 100%;
    height: 198px;
    position: relative;
    z-index: 10;
}

.info-service-box .related-box .related-content .produce-img img {
    width: 100%;
    height: 100%;
}

.info-service-box .related-box .related-content dt .produce-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 40;
    background: #000000;
    opacity: 0.5;
    transition: all .6s;
}

.info-service-box .related-box .related-content dt .produce-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: all .6s;
}

.info-service-box .related-box .related-content .produce-plus img {
    display: block;
    width: 30px;
    height: 30px;
}

.info-service-box .related-box .related-content dd {
    text-align: center;
    height: 50px;
}

.info-service-box .related-box .related-content dd a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.info-service-box .related-box .related-content dl:hover dt .produce-mask,
.info-service-box .related-box .related-content dl:hover dt .produce-plus {
    height: 100%;
}

.info-service-box .related-box .related-content dl:hover dd a {
    background-color: #3388ff;
    color: #ffffff;
}

/* message - 立即咨询 */
.message-box .message-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
    margin-top: 70px;
}

.message-box .message-title h1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.message-box .message-title .message-title-center {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #3388ff;
}

.message-box .message-title .message-title-right {
    display: block;
    font-size: 30px;
    color: #dddddd;
    font-weight: bold;
}

.message-box .message-bar {
    width: 100%;
    height: 1px;
    background-color: #666666;
}

.message-box .message-form {
    display: flex;
}

.message-box .message-form .message-l {
    width: 380px;
    height: 725px;
    border-top: 6px solid #3388ff;
    background: url('../img/message-left.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.message-box .message-form .message-l .message-l-title {
    margin-top: 130px;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.message-box .message-form .message-r {
    padding-top: 50px;
    padding-left: 140px;
}

.message-box .message-form .message-require {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
}

.message-box .message-form .message-require p {
    font-size: 18px;
    color: #999999;
}

.message-box .message-form .red-x {
    color: #DD3904;
    display: inline;
    font-size: 12px;
}

.message-box .message-form .red-x1 {
    color: #f00;
    display: inline;
    font-size: 12px;
}

.message-box .message-form table {
    line-height: 80px;
}

.message-box .message-form table input {
    border: 1px solid #555555;
    margin-right: 10px;
    font-size: 14px;
    width: 355px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.message-box .message-form table textarea {
    width: 500px;
    height: 200px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #555555;
    margin-top: 30px;
    font-size: 14px;
}

.message-box .message-form table th {
    font-size: 18px;
    color: #555555;
}

.message-box .message-form table .tab-textarea {
    vertical-align: top;
}

.message-box .message-form table .message-submit {
    background-color: #3388ff;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-reset {
    background-color: #666666;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-thanks {
    font-size: 16px;
    color: #555555;
}

.message-box .message-form table .message-thanks strong {
    color: #3388ff;
}

/*搜索*/
.search-box {
    display: flex;
    justify-content: space-between;
}

.search-box .left {
    width: 915px;
}

.search-box .right {
    width: 255px;
}

.search-box .search-list-item {
    font-size: 13px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.search-box .search-list-item dt {
    font-size: 16px;
}

.search-box .search-list-item .tit-a {
    color: #222222;
}

.search-box .search-list-item .tit-a:hover {
    color: #336699;
}

.search-box .search-list-item dd {
    color: #888;
    line-height: 22px;
}

.search-box .search-list-item dd .tags a {
    color: #ba1e1e;
    padding: 0 5px;
}

.search-box .search-product {
    overflow: hidden;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 23px;
    width: 282px;
    float: left;
    margin-right: 12px;
}

.search-box .search-product dt img {
    width: 272px;
    border: 5px solid #e7e7e7;
    display: block;
}

.search-box .search-product dd h5 {
    font-weight: normal;
    height: 53px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.search-box .search-product dd h5 a {
    color: #1c1c1c;
}

.search-box .search-product dd .content-desc {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 12px;
    color: #7b7b7b;
}

.search-box .search-product dd span a {
    font-weight: 100;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #666;
    width: 82px;
    line-height: 24px;
    height: 24px;
}

.search-box .right {
    background: #f1f1f1;
    height: auto;
    width: 256px;
    margin-top: 15px;
    overflow: hidden;
}

.search-box .right h2 {
    height: 44px;
    background: #BF0017;
    text-align: center;
    font: 24px "Microsoft Yahei", "微软雅黑";
    line-height: 45px;
    margin-bottom: 3px;
    overflow: hidden;
}

.search-box .right h2 a, .search-box .right h2 {
    color: #fff;
}

.search-box .right dl {
    border-bottom: 1px dotted #cfcfcf;
    width: 242px;
    overflow: hidden;
    margin: 18px auto 0;
    padding-bottom: 18px;
}

.search-box .right dt {
    width: 109px;
    height: 73px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 11px;
}

.search-box .right dt img {
    width: 109px;
}

.search-box .right dt p {
    display: none;
}

.search-box .right dd {
    width: 110px;
    height: 73px;
    overflow: hidden;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
}

.search-box .right ul {
    margin: 20px 0 0 20px;
    padding-bottom: 30px;
}

.search-box .right li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px;
}

.search-box .right li a {
    color: #7b7b7b;
}

.search-box .right li span {
    display: inline-block;
    float: left;
    width: 6px;
    height: 14px;
    margin: 11px 6px 0 0;
    background: #da2420;
}