﻿@charset "utf-8";

/* 普通描述列表 */
.content_box .top-title{
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}
.content_box .top-title h2{
    font-size: 38px;
    font-weight: bold;
    color: #030303;
    line-height: 38px;
    margin-bottom: 20px;
}
.content_box .top-title h3{
    font-size: 23px;
    color: #666666;
    line-height: 23px;
    font-weight: normal;
}
.content_box .content-list .content-info {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #E5E5E5;
    margin-bottom: 33px;
}

.content_box .content-list .content-info:hover {
    border: 2px solid #c0172d;
}

.content_box .content-info .content-img {
    width: 355px;
    height: 200px;
}

.content_box .content-info .content-text {
    width: 730px;
    height: 200px;
}

.content_box .content-info .content-text .content-title {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    letter-spacing: 1px;
}

.content_box .content-info .content-text .content-title:hover {
    color: #c0172d;
}

.content_box .content-info .content-time {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 16px;
    letter-spacing: 1px;
}

.content_box .content-info .content-text .content-desc {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 1px;
}

/* 通栏描述列表 */
.content_box .across-content-list .across-content-info {
    width: 100%;
    height: 325px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    border: 2px solid #F7F7F7;
    background-color: #F7F7F7;
}

.content_box .across-content-list .across-content-info:hover {
    border: 2px solid #c0172d;
}

.content_box .across-content-info .across-content-img {
    width: 395px;
    height: 100%;
}

.content_box .across-content-info .across-content-text {
    width: 705px;
    margin-right: 50px;
}

.content_box .across-content-info .across-content-text p span {
    color: #c0172d;
}

.content_box .across-content-info .across-content-text .across-content-title {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E9AB53;
}

.content_box .across-content-info .across-content-text .across-content-title:hover {
    color: #c0172d;
}

.content_box .across-content-info .across-content-time {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-top: 24px;
    letter-spacing: 1px;
}

.content_box .across-content-info .across-content-text .across-content-desc {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 1px;
    height: 120px;
}

.content_box .across-content-info .across-content-text .across-content-more {
    font-size: 18px;
    line-height: 18px;
}

/* 普通标题列表 - 一行三个 */
.content_box .content-list3 a:nth-child(3n+3) .content-info3 {
    margin-right: 0;
}

.content_box .content-list3 .content-info3 {
    margin-bottom: 70px;
    float: left;
    margin-right: 27px;
    border: 1px solid #DBDBDB;
}

.content_box .content-info3 .content-img {
    width: 380px;
}

.content_box .content-info3 .content-title {
    font-size: 18px;
    line-height: 75px;
    color: #c0172d;
    margin: 0 30px;
    border-bottom: 1px solid #DBDBDB;
}

.content_box .content-info3 .content-desc {
    font-size: 16px;
    color: #666666;
    width: 320px;
    height: 64px;
    line-height: 32px;
    margin: 20px 0 40px 0;
    padding: 0 30px;
    text-align: justify;
    overflow: hidden;
}

.content_box .content-info3 .content-bottom-btn {
    display: flex;
}

.content_box .content-info3 .content-bottom-btn .btn-left {
    width: 50%;
    height: 65px;
    line-height: 65px;
    background-color: #BB0300;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.content_box .content-info3 .content-bottom-btn .btn-right {
    width: 50%;
    height: 65px;
    line-height: 65px;
    background-color: #E9AB53;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.title {
    text-align: center;
    padding-top: 40px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.title .title-top span {
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
}

.title .title-top .title-top-left {
    color: #999999;
}

.title .title-bottom {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
}

/*新闻详情页 */
.news_left {
    float: left;
    width: 914px;
    padding-bottom: 50px;
}

.news_right {
    float: right;
    width: 256px;
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-bottom: 24px;
}

.news_left .news_info {
    padding: 12px;
    margin-bottom: 20px;
}

.news_left .news_info_title {
    padding-top: 16px;
    font-weight: normal;
    font-size: 20px;
    line-height: 64px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.news_left .news_info_bar {
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
    padding-left: 12px;
}

.news_left .news_info_bar span {
    margin-right: 20px;
    display: inline-block;
}

.news_left .news_info_bar .m_qrinfo {
    position: relative;
    z-index: 99;
}

.news_left .news_info_bar .m_qrcode {
    position: absolute;
    width: 130px;
    z-index: 99;
    display: none;
    padding: 20px;
    background: #fff;
}

.news_left .news_info_bar .m_qrcode em {
    text-align: center;
    display: block;
    line-height: 20px;
}

.news_left .news_info_bar .m_qrinfo a {
    background: url(../img/tel0.gif) no-repeat center;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

.news_left .news_info_bar .m_qrinfo a:hover {
    background: url(../img/tel1.gif) no-repeat center;
}

.news_info_con {
    letter-spacing: 1px;
    padding-top: 12px;
}

.news_info_con a {
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    color: red;
}

.news_left .gduo {
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
}

.news_left .gduo a[href='javascript:void(0);'] {
    color: #999;
    text-decoration: none;
}

.news_left .gduo span {
    display: block;
}

.news_left .news_commend {
    margin: 0 auto;
    border: 1px solid #D6D6D6;
    clear: both;
}

.news_left .news_commend_title {
    border-bottom: 1px solid #E0E0E0;
    height: 48px;
    font-size: 0;
    background: url(../img/news_28.gif) no-repeat 12px center;

}

.news_left .news_commend_list {
    padding: 10px;
}

.news_left .news_commend_list li {
    background: url(../img/kh_jt2.png) no-repeat left center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    margin-left: 10px;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-left: 6px;
}

.news_left .info_key {
    border-bottom: solid 1px #ccc;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.news_left .info_key a {
    margin-right: 10px;
}


.news_right .t03 {
    line-height: 46px;
    height: 46px;
    margin-bottom: 5px;
    background: url(../img/pro_bg.png) no-repeat 0 center;
    margin-top: 14px;
    border-bottom: 2px dotted #ddd;
    text-indent: 2.5em;
}

.news_right .n_rt_ul {
    background: none;
    margin: 8px auto;
    overflow: hidden;
    padding-left: 5px;
}

.news_right .n_rt_ul li {
    position: relative;
}

.news_right .n_rt_ul li::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 9px;
    background: #999;
    border-radius: 50%;
}

.news_right .n_rt_ul li::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 9px;
    background: url(../img/jt.png) no-repeat left 1px;
    z-index: 1;
}

.news_right .n_rt_ul li.cur::before {
    background: #c0172d;
    background: linear-gradient(90deg, #1364A3, #1364A3);
}

.news_right .n_rt_ul li a {
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    height: 32px;
    line-height: 32px;
    display: block;
    overflow: hidden;
    text-indent: 6px;
}


/*---------资讯列表  左侧导航----------- */
.top_column_news{
    padding-top: 70px;
}
.column_news .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, #1364A3, #1364A3);
    color: #fff;
    padding-top: 32px;
    padding-bottom: 31px;
    margin-bottom: 0;
}

.column_news .tit span {
    margin-right: 35px;
    font-size: 24px;
    line-height: 36px;
    display: block;
    letter-spacing: 2px;
}

.column_news .tit i {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    opacity: 0.7;
    line-height: 30px;
}

.column_news .column_ct {
    border: 1px solid #E4E4E4;
}

.column_news h3 {
    position: relative;
    background: #F9F9F9;
    margin-bottom: 1px;
    border-bottom: 1px solid #F1F1F1;
}

.column_news h3 a {
    display: block;
    line-height: 48px;
    height: 48px;
    text-indent: 52px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.column_news h3 a:hover, .column_news h3.cur a {
    background-color: #f1f1f1;
    color: #1364A3;
}

.column_news h3 a:hover::before, .column_news h3.cur a::before {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 30px;
    top: 18px;
    border: 5px solid transparent;
    border-left: 5px solid #1364A3;
    z-index: 9;
    content: '';
}

.column_news ul {
    display: none;
    border-top: none;
    border-bottom: none;
}

.column_news ul .cur a {
    color: #dab159;
}

.column_news ul a {
    display: block;
    line-height: 45px;
    text-indent: 60px;
    border-bottom: 1px solid #f1f1f1;
}

.left .antel {
    padding: 15px 0 0 12px;
    font-size: 14px;
    color: #fff;
    height: 65px;
    margin-top: 20px;
    background: linear-gradient(90deg, #c0172d, #c0172d);
}

.left .antel img {
    display: inline-block;
    padding-right: 5px;
}

.left .antel p {
    display: inline-block;
}

.left .antel b {
    display: block;
    font-size: 24px;
    font-weight: normal;
}

.left .antel2 {
    text-align: center;
    height: 152px;
    background: url("../img/js-b-bg.jpg") no-repeat;
}
.left .antel2 .js-txt {
    display: flex;
}
.left .antel2 img {
    width: 22px;
    height: 22px;
    margin-top: 35px;
    margin-left: 62px;
    margin-bottom: 29px;
}

.left .antel2 p {
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: white;
}

.left .antel2 .font-18 {
    margin-top: 36px;
    margin-left: 14px;
    font-size: 16px;
    line-height: 16px;
}
.left .antel2 .line {
    display: flex;
    justify-content: center;
}
.left .antel2 .line span {
    margin-top: 10px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    margin-right: 5px;
    display: block;
}
.left .antel2 .font-22 {

}
.left .antel2 .font-22 b {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
}

/*---------资讯列表 右侧展示------*/
/*（图片+标题+简介）*/
.right_main .list_dl {
    display: flex;
    width: 1200px;
    height: 216px;
    background: #F5F5F5;
    border-radius: 10px;
    margin:0 0 30px;
    position: relative;
    transition: 0.6s;
}

.right_main .list_dl dt {
    margin-right: 25px;
    display: inline;
    float: left;
}

.right_main .list_dl dt img {
    margin: 30px 49px 30px 0;
    width: 276px;
    height: 156px;
    display: block;
    background: #fff;
}

.right_main .list_dl dd {
    width: 525px;
    line-height: 26px;
    float: left;
    text-align: left;
}

.right_main .list_dl dd h4 {
    margin-top: 46px;
    font-size: 18px;
    height: 18px;
    text-overflow: ellipsis;
    padding-bottom: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.right_main .list_dl dd p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.right_main .list_dl dd button {
    margin-top: 30px;
    width: 90px;
    height: 30px;
    background: #B6B6B6;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}
.right_main .list_dl p {
    font-size: 16px;
    color: #333;
}
.right_main .list_dl .time {
    margin-top: 74px;
}
.right_main .list_dl .date_show {
    padding-top: 74px;
    margin-left: 66px;
    font-size: 44px;
    font-weight: bold;
    color: #333333;
    line-height: 44px;
}
.right_main .list_dl .date_show-m {
    margin-top: 15px;
    margin-left: 47px;
    font-size: 24px;
    color: #999999;
    line-height: 24px;
}
.right_main .list_dl .xw-line {
    margin: 64px 40px 0 46px;
    width: 1px;
    height: 96px;
    background: #E6E6E6;
}
.right_main .list_dl .hits {
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: auto;
    color: #999;
}

.right_main .list_dl .hits img {
    width: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
    opacity: 0.75;
}

.right_main .list_dl .hits h5 {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
}

.right_main .list_dl .star {
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: auto;
    color: #999;
    font-size: 13px;
}

.right_main .list_dl .star i {
    background: url(../img/lightstar.png) repeat-x left center;
    display: inline-block;
    width: 15px;
    height: 14px;
}

.right_main .list_dl .star2 i {
    width: 30px;
}

.right_main .list_dl .star3 i {
    width: 45px;
}

.right_main .list_dl .star4 i {
    width: 60px;
}

.right_main .list_dl .star5 i {
    width: 75px;
}

.right_main .list_dl:hover {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 2px #F5F5F5;
}

.right_main .list_dl:hover h4 {
    color: #1364A3;
}
.right_main .list_dl:hover .date_show {
    color: #1364A3;
}
.right_main .list_dl:hover .hits h5 {
    color: #1364A3;
}

.right_main .list_dl .ckxq {
    color: #c0172d;
}

.right_main .list_dl:hover .ckxq {
    color: #FF504D;
}
.right_main .list_dl:hover button {
    background-color: #ff504d;
}
.right_main .list_dl .news-btn {
    text-align: right;
}
/*(标题+简介)*/
.right_main .list_desc {
    clear: both;
}

.right_main .list_desc li {
    padding: 20px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.right_main .list_desc h4 a {
    display: inline-block;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    white-space: nowrap;
    width: 80%;
    text-decoration: none;
    text-overflow: ellipsis;
}

.right_main .list_desc h4 .date_show {
    color: #dadada;
    display: inline-block;
    margin-right: 12px;
    font-weight: normal;
    float: right;
}

.right_main .list_desc p {
    font-size: 14px;
    color: #999;
}

.right_main .list_desc .hits {
    position: absolute;
    right: 51px;
    bottom: 30px;
    width: auto;
    color: #333333;
}

.right_main .list_desc .hits img {
    width: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
    opacity: 0.75;
}

.right_main .list_desc .ckxq {
    color: #c0172d;
    margin-left: 5px;
}

.right_main .list_desc li:nth-child(2n) {
    background: #fdfdfd;
}

.right_main .list_desc li:hover {
    background: #fbfbfb;
}

/*（图片+标题）一排3个*/
.nones {
    margin-right: 0 !important;
}

.flex-news {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.list_p3 {
    width: 386px;
    margin-bottom: 50px;
    border: 1px solid #F5F5F5;
    margin-right: 20px;
}

.list_p3:hover {
    box-shadow: #d4d2d2 0px 0px 10px;
}

.list_p3:nth-child(3n) {
    margin-right: 0;
}

.list_p3 img {
    width: 386px;
    height: 216px;
    display: block;
}

.list_p3 .content-title {
    margin: 32px 0 17px 29px;
    width: 334px;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list_p3 .content-desc {
    margin-left: 29px;
    width: 334px;
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.list_p3 .content-connect {
    margin: 40px 0 30px 20px;
    display: flex;
    justify-content: center;
    width: 346px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 21px;

}
.list_p3 .content-connect span {
    box-sizing: border-box;
    display: inline-block;
    width: 1px;
    height: 23px;
    margin: 10px 0px;
    background-color: #D9D9D9;
}
.list_p3 .content-connect a {
    width: 173px;
    height: 42px;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    text-align: center;
}
.list_p3 .more:hover {
    width: 173px;
    height: 42px;
    background: #1364A3;
    border: 1px solid #EFEFEF;
    border-radius: 21px 0px 0px 21px;
    color: #ffffff;
}
.list_p3 .quick:hover {
    width: 173px;
    height: 42px;
    background: #1364A3;
    border: 1px solid #EFEFEF;
    border-radius: 0px 21px 21px 0px;
    color: #ffffff;
}

    /*（图片+标题）一排3个*/
.right_main {
    width: 960px;
}
.right_main .list_p4 {
    width: 290px;
    margin-bottom: 20px;
    margin-left: 30px;
    border: 1px solid #F5F5F5;
}

.right_main .list_p4 dt {
    width: 290px;
}

.right_main .list_p4 img {
    width: 290px;
    height: 216px;
    display: block;
    transition: all 0.6s
}


.right_main .list_p4 dd {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.right_main .list_p4 dd .js-title {
    margin-top: 20px;
    margin-bottom: 14px;
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_main .list_p4:hover {
    box-shadow: #d4d2d2 0px 0px 10px;
}
.right_main .list_p4:hover dd .js-title {
    color: #1364A3;
}
.right_main .list_p4:hover dd p {
    color: #1364A3;
}
.right_main .list_p4 dd .js-info {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 21px;

}
.right_main .list_p4 dd .js-info a {
    width: 125px;
    height: 42px;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    text-align: center !important;
}
.right_main .list_p4 dd .js-info .js-more:hover {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    background-color: #1364A3;
    color: #ffffff;
}
.right_main .list_p4 dd .js-info .js-zx:hover {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    background-color: #1364A3;
    color: #ffffff;
}
.right_main .list_p4 dd p {
    width: 240px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*-------帮助中心（通栏导航）-----------*/
.column_help {
    width: 1200px;
    margin: -121px auto 0;
    height: 60px;
    background: #c0172d;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 81px;
}

.column_help ul {
    font-size: 0;
    text-align: center;
}

.column_help li {
    width: 200px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font: 18px "Microsoft YaHei";
    line-height: 60px;
}

.column_help li a {
    display: block;
    color: #fff;
}

.column_help li a:hover, .column_help .cur a {
    background: #c0172d;
    position: relative;
}

.column_help li a:hover:before, .column_help .cur a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
}

/*--------方案中心-----------*/
.dn {
    display: none;
}

/*---网站地图---*/

.map_main {
    overflow: hidden;
    border: solid 5px #F0F0F0;
    margin: 10px 0;
    padding-bottom: 10px;
    margin-top: 120px;
}

.sitemap_con {
    width: 996px;
    margin: 0 auto;
    color: #666;
}

.sitemap_con .map_top {
    border-bottom: solid 1px #ccc;
}

.sitemap_con .map_top img {
    float: left;
}

.site_r_link {
    margin-top: 45px; /*上边界根据需要进行调整*/
    border: 1px solid #cdcdcd;
    background: #F8F8F8;
    padding: 5px 10px;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: none;
}

/*网站地图，显示方式样式，上边界根据需要进行调整*/
.site_r_link a {
    padding-left: 5px;
    padding-right: 5px;
}

.site_plc {
    background: url(../img/ico27.gif) no-repeat 0 8px;
    padding: 5px 0;
    text-indent: 10px;
    font-size: 13px;
    margin-bottom: 12px;
}

.sitemap_con h4 {
    line-height: 36px;
    background: url(../img/case_dot3.png) no-repeat left center;
    padding-left: 12px;
    color: #141414;
}

.sitemap_con h4 a {
    line-height: 28px;
    font-size: 15px;
    color: #c0172d;
    font-weight: normal;
}

.b4 {
    border: solid 1px #E0E0E0;
    padding: 4px;
    margin-bottom: 8px;
    padding-top: 8px;
}

.b4 ul {
    padding: 0 11px;
}

.b4 li {
    float: left;
    line-height: 32px;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b4 li a {
    color: #666;
    line-height: 28px;
    font-size: 13px;
}

.b4 li a:hover {
    color: #c0172d;
    font-weight: bold;
}

/*-----------------产品详情--------------------*/
.pleft {
    float: left
}

.pright {
    float: right;
    width: 540px;
    margin-right: 60px;
    margin-top: 74px;
}

.pic_box li img {
    display: block;
    width: 100%;
}

.pcenter {
    margin-left: 50px;
    width: 2px;
    height: 310px;
    border-right: 2px dashed #E6E6E6;
    margin-top: 100px;
}

.pright h4 {
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 25px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.pright .pright-desc li {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-top: 33px;
    margin-bottom: 147px;
    display: flex;
    align-items: center
}

.pright .pright-desc li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #666666;
}

.hot_box_top {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}

.hot_box_top a {
    display: inline-block;
    height: 60px;
    padding-left: 25px;
    margin-right: 56px;;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 17px;
}

.hot_box_top .caigou {
    background: #65abf9;
}

.hot_box_top .pc-buy-btn {
    background-color: #EE9630;
    border-radius: 30px
}

.hot_box_top .pc-buy-btn:hover {
    box-shadow: 4px 0px 8px #999;
    opacity: 0.85;
}

.hot_box_top .pc-buy-btn .pr-btn {
    width: 197px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hot_box_top .pc-buy-btn .pr-btn img {
    width: 23px;
    height: 20px;
}

.hot_box_top .mobile-buy-btn .pr-btn {
    width: 197px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hot_box_top .mobile-buy-btn .pr-btn img {
    width: 44px;
    height: 44px;
    margin-right: 18px;
}

.hot_box_top .mobile-buy-btn .pr-btn span {
    display: block;
}

.hot_box_top .mobile-buy-btn .pr-btn i {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.hot_box_top .mobile-buy-btn .pr-btn em {
    font-size: 24px;
    color: #c0172d;
    letter-spacing: 0;
}

.hot_box_top a img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.hot_box_top a:first-child {
    margin-left: 0;
}

.hot_box_bottom {
    text-align: center;
    margin-bottom: 30px;
}

.hot_box_bottom a {
    display: inline-block;
    background: #c0172d;
    position: relative;
    line-height: 42px;
    padding-left: 18px;
    padding-right: 20px;
    margin-right: 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.hot_box_bottom .caigou {
    background: #65abf9;
}

.hot_box_bottom a img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.hot_box_bottom a:hover {
    box-shadow: 4px 0px 8px #999;
    opacity: 0.85;
}

.pro_extend {
    display: none;
}

/*产品标签*/
.pro_key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.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;
}

textarea::-webkit-input-placeholder {
    color: #ddd;
}

textarea::-moz-placeholder {
    color: #ddd;
}

textarea:-moz-placeholder {
    color: #ddd;
}

textarea:-ms-input-placeholder {
    color: #ddd;
}

/*相关产品*/
.product-guess {
    background-color: #F4F4F4
}

.related_box {
    width: 100%;
    overflow: hidden;
}

.related_box .related-title {
    line-height: 66px;
    padding-top: 60px;
}

.related_box .related-title b {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
}

.related_box .related-title b em {
    color: #c0172d
}

.related_box .related-title .related-bar {
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.related_box .related-title .related-bar em {
    width: 44px;
    height: 3px;
    background-color: #c0172d;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 30
}

.related_box .related-content {
    margin-top: 40px;
    padding-bottom: 88px;
    display: flex;
    justify-content: space-between;
}

.related_box .related-content dl {
    width: 382px;
    box-sizing: border-box;
}

.related_box .related-content dt img {
    display: block;
    width: 100%;
}

.related_box .related-content dd {
    text-align: center;
    height: 50px;
}

.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;
}


/*---------------搜索样式---------------------------*/
.left2 {
    width: 914px;
    float: left;
}

.right2 {
    width: 256px;
    float: right;
}

.search_con {
    padding: 10px;
}

.search_con .search_hl {
    color: Red;
    padding: 0px;
}

.Product_search {
    float: left;
}

.search_con .nones {
    margin-right: 0 !important;
}

.searchfr {
    margin: 0;
}

.sear_dl {
    font-size: 13px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.sear_dl dt {
    font-size: 16px;
}

.sear_dl dt .fr {
    font-size: 12px;
    color: #bbb;
}

.sear_dl .tit_a {
    color: #222222;
}

.sear_dl .tit_a:hover {
    color: #336699;
}

.sear_dl dd {
    color: #888;
    line-height: 22px;
}

.sear_dl dd .tags a {
    color: #ba1e1e;
    padding: 0 5px;
}

.sear_dl dd .fx {
    width: 185px;
    float: right;
    padding: 0;
}

.sear_product {
    overflow: hidden;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 23px;
    width: 282px;
    float: left;
    margin-right: 12px;
}

.sear_product dt {
}

.sear_product dt img {
    width: 272px;
    border: 5px solid #e7e7e7;
    display: block;
}

.sear_product dd {
}

.sear_product dd h5 {
    font-weight: normal;
    height: 53px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sear_product dd h5 a {
    color: #1c1c1c;
}

.sear_product dd .div_p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 12px;
    color: #7b7b7b;
}

.sear_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;
    color: #fff;
}

.rele_search h5 {
    margin-top: 10px;
    font: 16px/30px "Microsoft Yahei";
    background: #666;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 10px;
}

.e_hot {
    background: #f1f1f1;
    height: auto;
    width: 256px;
    margin-top: 15px;
    overflow: hidden;
}

.e_hot h2 {
    height: 44px;
    background: #c0172d;
    text-align: center;
    font: 24px "Microsoft Yahei", "微软雅黑";
    line-height: 45px;
    margin-bottom: 3px;
    overflow: hidden;
}

.e_hot h2 a, .e_hot h2 {
    color: #fff;
}

.e_hot dl {
    border-bottom: 1px dotted #cfcfcf;
    width: 242px;
    overflow: hidden;
    margin: 18px auto 0;
    padding-bottom: 18px;
}

.e_hot dt {
    width: 109px;
    height: 73px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 11px;
}

.e_hot dt img {
    width: 109px;
}

.e_hot dt p {
    display: none;
}

.e_hot dd {
    width: 110px;
    height: 73px;
    overflow: hidden;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
}

.e_hot ul {
    margin: 20px 0 0 20px;
    padding-bottom: 30px;
}

.e_hot li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px;
}

.e_hot li a {
    color: #7b7b7b;
}

.e_hot li span {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 9px 6px 0 0;
    background: #ababab;
    color: #fff;
    text-align: center;
    line-height: 17px;
    overflow: hidden;
    font-size: 12px;
}

.e_hot .li01 span, .e_hot .li02 span, .e_hot .li03 span {
    background: #c0172d;
}

.rele_search a {
    display: block;
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    padding-right: 10px;
    line-height: 30px;
    color: #333;
}

/*关于我们导航栏*/
.inside-nav {
    background: #fff;
    margin-top: 40px;
    margin-bottom: 35px;
}

.inside-nav .nav-ul {
    display: flex;
    justify-content: center;
}

.inside-nav li {
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    width: 161px;
    height: 40px;
    background: url("../img/xw-w.png") no-repeat;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
    margin-right: 20px;
    margin-bottom: 22px;
}

.inside-nav li:last-child {
    margin-right: 0;
}

.inside-nav li a {
    color: #333;
    display: block;
    width: 100%;
}

.inside-nav li.cur, .inside-nav li:hover {
    background: url("../img/xw-b.png") no-repeat;
}

.inside-nav li.cur a, .inside-nav li:hover a {
    color: #fff;
}

.inside-nav .sub-ul {
    display: none;
    left: 0;
    position: absolute;
    background: #4E4E4E;
    width: 100%;
    z-index: 999;
}

/*通栏图片列表*/
.content-img-list dl {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

.content-img-list dl:nth-child(3n+3) {
    margin-right: 0;
}

.content-img-list dt img {
    display: block;
    /*width: 285px;*/
    width: 385px;
}

.content-img-list dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-img-list dd span {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}

/*通栏团队列表*/
.team-list .news-list {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 25px 0;
}

.team-list .news-list:first-child {
    margin-top: 30px;
}

.team-list .news-list .image {
    float: left;
    padding-right: 50px;
}

.team-list .news-list .image img {
    height: 220px;
    vertical-align: bottom;
}

.team-list .news-list .text h2 {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 20px;
}

.team-list .news-list .text h2 a {
    color: #c0172d;
}

.team-list .news-list .text p {
    text-indent: 40px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: justify;
    height: 45px;
    overflow: hidden;
    margin: 15px 0;
    padding-right: 135px;
}

.team-list .news-list .text span.btn {
    right: 15px;
    width: 135px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 23px;
}

.team-list .news-list .text span.btn a {
    padding: 0 6px 0 0;
    color: #000;
}

/*在线咨询*/
table td:last-child{
    width: 620px;
}
.message-title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 63px;
    margin-top: 93px;
}
.message-title p{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.message-title em{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #c30d23;
}
.message-title span{
    display: block;
    font-size: 30px;
    color: #dddddd;
    font-weight: bold;
}
.message .bar{
    display: flex;
    justify-content: center;
}
.message-bar{
    width: 1587px;
    height: 1px;
    background-color: #666666;
}
.message-info{
    display: flex;
}
.message-info .message-l{
    width: 380px;
    height: 724px;
    border-top: 6px solid #C30D23;
    background: url('../img/message-tu1.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}
.message-info .message-l .message-l-title{
    margin-top: 128px;
    width: 380px;
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}
.message-info .message-r{
    width: 790px;
}
.help_tab {
    width: 790px;
    margin: 0 auto;
    padding: 15px;
}
.help_tab .bitian {
    font-size: 18px;
    color: #333333;
    margin-bottom: 49px;
}
.help_tab .bitian h4{
    font-size: 18px;
}
.red_x {
    color: #DD3904;
    display: inline;
    font-size: 12px;
}

.red_x1 {
    color: #f00;
    display: inline;
    font-size: 12px;
}
.tab_1 input {
    border: 1px solid #ccc;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
}

.tab_lt {
    width:105px;
    font-size: 18px;
    margin-right: 21px;
    color: #555555;
    text-align: right;
}

.tab_1 .span_1 {
    color: #F00;
}

.tab_1 .b17, .tab_1 .b18 {
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    border: none;
}

.tab_1 {
    line-height: 60px;
    margin: 10px 0 0 40px;
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.tab_bz {
    vertical-align: top;
}

.bitian {
    height: 30px;
    line-height: 30px;
    width: 500px;
    margin-left: 40px;
}

.bitian div {
    float: right;
    font-size: 18px;
    color: #999999;
}
.message-dir{
    font-size: 16px;
    color: #555555;
}
.message-dir em{
    color: #eb2222;
}

/*标题*/
.-title {
    text-align: center;
}
.-title h2 {
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: bold;
    color: #1364A3;
    line-height: 28px;
}
.-title span {
    color: #333333;
}

/*PCBA定制*/
.made {
    margin-top: 50px;
}
.made .made-content {
    display: flex;
}
.made .made-l img {
    margin-right: 74px;
    width: 482px;
    height: 362px;
}
.made .made-r h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.made .made-r .line {
    margin-top: 30px;
    margin-bottom: 24px;
    width: 555px;
    height: 1px;
    background: #E5E5E5;
}
.made .made-r p {
    width: 530px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
}
.made .made-r .line-s {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 555px;
    height: 1px;
    background: #E5E5E5;
}
.made .made-r .info {
    display: flex;
}
.made .made-r .info .info-l {
    margin-right: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 194px;
    height: 60px;
    background: #1364A3;
    border-radius: 30px;
}
.made .made-r .info .info-l h3 {
    margin-right: 12px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
}
.made .made-r .info .info-l img {
    margin-top: 2px;
    width: 23px;
    height: 23px;
}
.made .made-r .info .info-r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.made .made-r .info .info-r img {
    margin: 11px;
    width: 54px;
    height: 54px;
}
.made .made-r .info .info-r h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #666666;
    line-height: 18px;
}
.made .made-r .info .info-r h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}

/*服务内容*/
.serve {
    margin-top: 70px;
    padding-top: 70px;
    width: 100%;
    height: 450px;
    background: #F9F9F9;
}
.serve .serve-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.serve .item img {
    display: inline-block;
    width: 230px;
    height: 190px;
}
.serve .item p {
    margin-top: 15px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    text-align: center;
}

/*定制服务*/
.make .on {
    color: #ffffff !important;
    background: url("../img/dz-bg-b.png") no-repeat !important;
}
.make {
    position: relative;
    margin-top: 95px;
}
.make .make-nav {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.make .make-nav .item {
    margin-bottom: 30px;
    width: 189px;
    height: 51px;
    margin-right: 20px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 51px;
    background: url("../img/dz-bg-g.png") no-repeat;
    cursor: pointer;
}
.make .make-nav .item:nth-child(5n){
    margin-right: 0;
}
.make .make-content {
    padding-bottom: 83px;
    margin-top: 14px;
}
.make .make-content img {
    display: block;
    width: 1200px;
}
.make .make-content .desc {
    position: relative;
    padding: 39px 62px 43px 41px;
    background-color: #F0F0F0;
}
.make .make-content .desc h3 {
    margin-bottom: 18px;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}
.make .make-content .desc p {
    font-size: 16px;
    text-align: justify;
    color: #666666;
    line-height: 25px;
}
.make .make-content .desc p a {
    color: #1364A3;
}
.make .make-icon {
    width: 53px;
    height: 61px;
    position: absolute;
    top: 25px;
    left: 570px;
}
.make .make-icon img {
    width: 100%;
    height: 100%;
}

/*服务流程*/
.progress {
    padding-top: 70px;
    margin-top: 70px;
    width: 100%;
    background: #F9F9F9;
}
.progress img {
    width: 100%;
}

/*合作案例*/
.hz {
    padding-top: 70px;
    background: #F8F8F8;
}
.hz .hz-title h3 {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.hz .hz-title h3 span {
    color: #1364A3;
}
.hz .hz-title .line {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 67px;
    height: 1px;
    background: #1364A3;
}
.hz .hz-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hz .hz-content .item {
    margin-right:30px;
}
.hz .hz-content .item img {
    display: block;
    margin-bottom: 20px;
    width: 380px;
    height: 380px;
}
.hz .hz-content .item p {
    margin-bottom: 70px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    text-align: center;
}