@charset "utf-8";
/* 普通描述列表 */
.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 #dab159;
}

.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: #dab159;
}

.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 #dab159;
}

.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: #dab159;
}

.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: #dab159;
}

.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: #dab159;
    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;
}

/*标题*/
@font-face {
    font-family: 'puhui';
    src: url(./puhui.ttf);
}

.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;
}

.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: 2px;
}

.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: #dab159;
    background: linear-gradient(90deg, #dab159, #dab159);
}

.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;
}

/*---------资讯列表  左侧导航----------- */
.column_news .tit {
    text-align: center;
    background: linear-gradient(90deg, #dab159, #dab159);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.column_news .tit span {
    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 #f1f1f1;
}

.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: normal;
    font-size: 16px;
    background: url(../img/jt_init.png) no-repeat 24px center;
    position: relative;
}

.column_news h3 a:hover, .column_news h3.cur a {
    background-color: #f1f1f1;
}

.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 #dab159;
    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;
    background: url(../img/case_dot3.png) no-repeat 45px center;
}

.left .antel {
    padding: 15px 0 0 12px;
    font-size: 14px;
    color: #fff;
    height: 65px;
    margin-top: 20px;
    background: linear-gradient(90deg, #dab159, #dab159);
}

.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;
    width: 240px;
    height: 145px;
    background: url(../img/antel2-bg.jpg);
}

.left .antel2 img {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.left .antel2 p {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.left .antel2 .font-18 {
    font-size: 18px;
}

.left .antel2 .font-22 {
    font-size: 22px;
}

/*---------资讯列表 右侧展示------*/
/*（图片+标题+简介）*/
.right_main .list_dl {
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.right_main .list_dl dt {
    margin-right: 25px;
    display: inline;
    float: left;
}

.right_main .list_dl dt img {
    width: 282px;
    height: 188px;
    display: block;
    padding: 2px;
    background: #fff;
}

.right_main .list_dl dd {
    width: 585px;
    line-height: 26px;
    float: left;
    text-align: left;
}

.right_main .list_dl dd h4 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.right_main .list_dl dd p {
    color: #666666;
}

.right_main .list_dl p {
    font-size: 14px;
    color: #999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

.right_main .list_dl .date_show {
    color: #dadada;
    display: inline-block;
    /*margin-left: 12px;*/
    position: absolute;
    left: 325px;
    bottom: 20px;
}

.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 button {
    width: 90px;
    height: 30px;
    background-color: #C19B50;
    color: white;
}

.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 {
    border: 1px solid #dab159;
    box-shadow: 4px 4px 4px #ddd;
}

.right_main .list_dl:hover h4 {
    color: #dab159;
}

.right_main .list_dl .ckxq {
    color: #dab159;
}

.right_main .list_dl:hover .ckxq {
    color: #dab159;
}

/*(标题+简介)*/
.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: 40px;
    bottom: 12px;
    width: auto;
    color: #999;
}

.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: #dab159;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.right_main .list_p3 {
    width: 300px;
}

.right_main .list_p3 dt {
    border: 2px solid #E6E6E6;
}

.right_main .list_p3 img {
    width: 100%;
    display: block;
}

.right_main .list_p3 dd {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.right_main .list_p3 dd a {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*（图片+标题）一排3个*/
.right_main .list_p4 {
    width: 270px;
	height: 250px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.right_main .list_p4 dt {
    border: 2px solid #E6E6E6;
}

.right_main .list_p4 img {
    width: 100%;
	height: 200px;
    display: block;
}

.right_main .list_p4 dd {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.right_main .list_p4 dd a {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-------帮助中心（通栏导航）-----------*/
.column_help {
    width: 1200px;
    margin: -121px auto 0;
    height: 60px;
    background: #dab159;
    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: #dab159;
    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: #dab159;
    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: #dab159;
    font-weight: bold;
}

/*-----------------产品详情--------------------*/
.pleft {
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    float: left;
    width: 400px;
}

.pright {
    float: right;
    width: 400px;
    margin-right: 60px;
    margin-top: 20px;
}

.pic_box li img {
    display: block;
    width: 100%;
}

.pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
}

.pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.pleft .small-items li img {
    width: 100%;
    display: block;
}

.pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.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;
}

.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;
}

.pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.pcenter {
    float: left;
    margin-left: 50px;
    width: 2px;
    height: 310px;
    border-right: 2px dashed #E6E6E6;
    margin-top: 100px;
}

.pro_top {
    margin-bottom: 40px;
    border: 2px solid #E6E6E6;
}

.pright h4 {
    color: #333333;
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 25px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.pright .hot-mobile {
    color: #CF0000;
    font-size: 20px;
    margin: 15px 0;
}

.pd_short {
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    text-align: justify;
}

.pd_hotline {
    margin-top: 60px;
}

.pd_hotline span {
    background: url(../img/cc.gif) no-repeat left top;
    font-size: 12px;
    line-height: 27px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 14px;
    vertical-align: top;
    margin-top: 6px;
}

.pd_hotline .font_hotline {
    background: none;
    letter-spacing: 2px;
    font-size: 30px;
    color: #dab159;
    padding: 0;
    margin-left: 5px;
}

.hot_box_top {
    margin-top: 30px;
}

.hot_box_top a {
    display: inline-block;
    background: #dab159;
    position: relative;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.hot_box_top .caigou {
    background: #65abf9;
}

.hot_box_top .pc-buy-btn {
    background-color: #dab159;
}

.hot_box_top .mobile-buy-btn {
    background-color: #CF0000;
}

.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_top a:hover {
    box-shadow: 4px 0px 8px #999;
    opacity: 0.85;
}

.hot_box_bottom {
    text-align: center;
    margin-bottom: 30px;
}

.hot_box_bottom a {
    display: inline-block;
    background: #dab159;
    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;
}

/*相关产品*/
.related_box {
    width: 100%;
    overflow: hidden;
}

.related_box .related-title {
    height: 66px;
    line-height: 66px;
    margin-bottom: 30px;
    margin-top: 26px;
    border-bottom: 2px solid #C29C50;
}

.related_box .related-title b {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    letter-spacing: 1px;
}

.related_box .related-title span {
    margin-left: 10px;
    font-size: 18px;
    color: #c2c2c1;
    text-transform: uppercase;
}

.related_box .related-content dl {
    float: left;
    width: 212px;
    border: 1px solid #dfdfdf;
    margin-right: 13px;
    margin-left: 13px;
    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: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related_box .related-content dd a:hover {
    color: #dab159;
}

/*---------------搜索样式---------------------------*/
.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: #dab159;
    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: #dab159;
}

.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: space-around;
}

.inside-nav li {
    background-color: #E6E6E6;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    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-color: #dab159;
}

.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(4n+4) {
    margin-right: 0;
}

.content-img-list dt img {
    display: block;
    width: 285px;
	height: 311px;
}

.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: #dab159;
}

.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;
}

/*在线咨询*/
.help_tab {
    margin: 0 auto;
    padding: 15px;
}

.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 {
    text-align: right;
    font-size: 14px;
}

.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;
}

.tab_bz {
    vertical-align: top;
}

.bitian {
    height: 30px;
    line-height: 30px;
    width: 500px;
    margin-left: 40px;
}

.bitian div {
    float: right;
}

/* 人物列表 */
.person .person_img {
    margin-left: -169px;
    width: 639px;
}

.person h2 {
    text-align: center;
    margin-top: 52px;
    margin-bottom: 19px;
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.person .person-infow {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.person .person-infow-content {
    margin-left: 78px;
}

.person .person-infow .person-info {
    padding-top: 168px;
    display: flex;
}

.person .person-infow .person-info .name {
    height: 103px;
    margin-right: 42px;
    font-size: 111px;
    font-weight: bold;
    color: #dab159;
    line-height: 111px;
}

.person .person-infow .person-info .ide {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 61px;
}

.person .person-infow-content .person-desc {
    margin-top: 66px;
}

.person .person-infow-content .person-desc .person-desc-list p {
    margin-bottom: 17px;
}

.person .person-infow-content .advantage {
    margin-top: 27px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
}

.person .person-infow-content .person-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.person button {
    margin-top: 69px;
    width: 200px;
    height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
    line-height: 41px;
    cursor: pointer;
}

.teacher_show {
    background-color: #F0F0F0;
}

.teacher_show .teacher_list {
    padding-bottom: 50px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.teacher_show .teacher_list .teacher_item {
    width: 365px;
    height: 605px;
    margin-right: 50px;
    margin-bottom: 50px;
    background-color: #FEFEFE;
    text-align: center;
}

.teacher_show .teacher_list .teacher_item:nth-child(3n+3) {
    margin-right: 0;
}

.teacher_show .teacher_list .teacher_item img {
    vertical-align: bottom;
    width: 100%;
}

.teacher_show .teacher_list .teacher_item .name {
    margin-top: 39px;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
}

.teacher_show .teacher_list .teacher_item .line {
    margin: 21px 153px 31px 153px;
    width: 60px;
    height: 3px;
    background: #dab159;
}

.teacher_show .teacher_list .teacher_item .info {
    margin-bottom: 35px;
    font-size: 20px;
    color: #666666;
    line-height: 20px;
}

.teacher_show .teacher_list .teacher_item button {
    width: 106px;
    height: 41px;
    background-color: #F0F0F0;
    font-size: 16px;
    color: #666666;
}

/*在线咨询*/
table td:last-child {
    width: 620px;
}

.message-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 63px;
    margin-top: 93px;
    /*border-bottom: 1px solid #666666;*/
}

.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;
}

/*我要定制*/
.order-content {
    width: 100%;
    height: 575px;
    background-color: #f9f9f9;
}

.order-content .smalltitle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 18px;
    border-bottom: 2px solid #C19B50;
}

.order-content .smalltitle-top {
    margin-left: 29px;
    margin-bottom: 19px;
}

.order-content .order-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 31px;
}

.order-content .order-list .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
    height: 60px;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    background-color: #fff;

}

.order-content .order-list .info p {
    width: 132px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #666666;
    border-right: 1px solid #E0E0E0;
}

.order-content .order-list .info input {
    border: none;
    width: 290px;
    height: 60px;
    text-indent: 2em;
}

.order-content .order-list .info textarea {
    width: 868px;
    height: 157px;
    border: none;
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    text-indent: 1.5em;
}

.order-content .order-list .info:last-child {
    width: 868px;
    height: 177px;
}

.order-content .order-b {
    display: flex;
    justify-content: center;
}

.order-content .order-b button {
    width: 147px;
    height: 36px;
    border-radius: 18px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.order-content .order-b button:hover {
    background-color: #dab159;
    color: #fff;
}