.com-e-hero-bar {
    min-width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #61697c;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background-image:url(../images/connect/banner.webp);
}
.com-e-hero-bar-inner{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:0 auto;
    width:100%;
    color:#fff;
    line-height:1.5;
    padding:0 15px;
    min-height:150px;
    height:auto;
}
.com-e-hero-bar-cnt{
    display:inline-block;
    vertical-align:middle;
    max-width:99%;
    padding:30px 0;
    margin-top:0;

}
.com-e-hero-bar-title{
    font-size:22px;
    line-height:31px;
    font-weight:400;
    padding: 0 24px;
}
.com-e-hero-bar-desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
}

.com-e-hero-bar-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
}
.com-e-hero-bar-btns>.btn-item{
    display:inline-block;
    vertical-align:middle;
    -webkit-box-flex:1;
    -ms-flex:1;
        flex:1;
    margin:0;
    width:210px;
}
.c-btn{
    height:35px;
    min-width:140px;
    padding:0 20px;
    background-color:#36f;
    color:#fff;
    font-size:14px;
    line-height:35px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
    outline:0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.com-e-hero-bar-btns .c-btn{
    width:100%;
    height:36px;
    line-height:36px;
    min-width:0;
    padding:0 10px;
    font-size:20px;

}

.zx-layout{
    padding:30px 0;

}
.zx-layout-inner{
    width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:14px;
    padding:0 10px;
}
.c-tit-mod .c-tit{
    font-size:20px;
    line-height:27px;
    margin-bottom:20px;
    text-align:center;
    color:#333;
    font-weight:400;
}
.contact-card-con{
    display:block;
    background-color:#f7f8fa;
    width:auto;
    padding:20px;
    margin:0 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    position:relative;
}
.contact-card-tit{
    font-size:16px;
    margin-bottom:4px;
    height:27px;
    color:#000;
    margin-bottom:4px;
}

.contact-card-tit-num {
    color: #ff7800;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.contact-card-txt {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.contact-card-txt em{
    color:#333;
}
.contact-card-aside {
    display: block;
    width: auto;
    padding: 0 10px;
}
.contact-card-aside-inner {
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-top: 15px;
}
.contact-card-tit {
    font-size: 16px;
    height: 27px;
    color: #000;
    margin-bottom: 4px;
}
.contact-card-txt {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.contact-card-aside-btn {
    margin-top: 20px;
}
.contact-card-aside-btn .c-btn {
    width: 100%;
}

.c-faq-wrap .c-faq-col{
    display:block;
    padding:0 10px;
    width:auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.c-faq-list .c-faq-item{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: #e5e5e5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position:relative;
    height:55px;
    overflow:hidden;
}
.c-faq-list .c-faq-item.open{
    height:auto;
}
.c-faq-list .c-faq-item a{
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.c-faq-list .c-faq-item .c-faq-arrow{
    position:absolute;
    right: 10px;
    top: 19px;
    width: 14px;
    height: 14px;
    background: url(../images/dropdown.svg) no-repeat center;
    background-size: contain;
}
.c-faq-list .c-faq-item.open .c-faq-arrow{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.c-faq-list .c-faq-item .c-faq-con{
    color:#666;
    font-size:14px;
    padding:12px 4px 0;
}


.article_block1{
    margin-top:16px;
    overflow:hidden;
}
.article_block1 h2{
    line-height: 34px;
    padding: 0 10px;
    font-size: 24px;
    text-align: center;
}
.article_block1 .view_time{
    height:22px;
    line-height:22px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.article_block1 .view_time span{
    padding:0 3px;
    color:#bbb;
}
.article_block1 .view_time span a{
    color:#bbb;
}

.detail_info {
  width: 95%;
  font-size: 14px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 8px auto;
}

.detail_info .l {
  width: 20%;
  text-align: justify;
  color: #333;
}

.detail_info .i {
  width: 80%;
  min-height: 20px;
  margin-bottom: 8px;
  line-height: 20px;
}

.article_block3 {
    width: 95%;
    margin: 8px auto;
}

/*表格*/
.article_block3 table{
    border:0;
    border-collapse:collapse;
    margin:0 auto;
    width:100% !important;
    border-spacing:0;
}
.article_block3 table tr td{
    border:1px solid #ccc;
    padding:8px 10px;
    font-size:13px;
    color:#333;
    font-weight: 100;
    line-height:1.4;
    font-family:"微软雅黑";
}
/* .table_wrap table tr:hover td{
    background:#f5f5f5;
} */
.article_block3 table tr:nth-child(odd){
    background-color: #fafafa;
}
.article_block3 table tr td:first-child{
    width:20%;
}

.header-menu-title{
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    position: absolute;
    top: 0;
    left: 48px;
    font-size: 14px;
    font-weight:700;
    color:#333;
}
