/*
365建站
!.zd86e1moban 
*/

/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 "微软雅黑" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

.copy {
    text-align: center;
}


address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #cca60e;
}

/* 重置表单元素 */
input,
select,
textarea,
button {
    outline: medium;
}

legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
    max-width: 100%;
}

/* img 搭车：让链接里的 img 无边框 */
input {
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
}

\n

/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
    min-width: 320px;
}

/*设置左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清楚浮动*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.mt20 {
    margin-top: 20px;
}

/*网站头部样式*/

#header .top-bar {
    background: #353535;
    color: #fff;
    line-height: 40px;
    display: none;
}

#header .top-a a {
    float: left;
    padding: 0 10px;
    color: #fff;
}

#header .top-a a:hover,
#header .top-a a:active {
    color: #fff;
    background: #000;
}

#header .nav-box {
    background: #272727;
    padding: 10px 0;
}

.logo img {
    max-height: 80px;
}

#header .nav ul {
    display: none;
}

#header .nav i {
    float: left;
    margin-left: 25px;
}

.xs-nav {
    height: 100%;
    background: #1a1a1a;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    overflow: hidden;
    display: none;
}

.xs-nav ul {
    padding: 15px;
}

.xs-nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    color: #fff;
}

.xs-nav a:active {
    background: #000;
    color: #fff;
}

.xs-nav li {
    border-bottom: 1px solid #373a3d;
}

#header .language-txt {
    background: #000;
    height: 40px;
    line-height: 40px;
    display: none;
}

#header .language-txt a {
    color: #fff;
    display: inline-block;
    width: 49%;
    text-align: center;
}

#header .language-txt a:active {
    background: #000;
    color: #fff;
}

#header .nav i img {
    width: 26px;
    height: auto;
}

#header img.logo {
    margin: 10px;
    height: 70px;
}

.top-ban {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

#header .nav ul li {
    float: left;
    height: 95px;
    line-height: 95px;
}

#header .nav ul li a {
    display: block;
    padding: 0 8px;
    color: #fff;
}

#header .nav ul li a:hover,
#header .nav ul li a:active,
#header .nav ul li.active a {
    background: #ffcd11;
    color: #1a1a1a;
}





@media (min-width: 768px) {
    #header .top-bar {
        display: block;
    }

    #header .nav-box {
        border-bottom: 5px solid #ffcd11;
        padding: 0;
    }

    #header .nav ul {
        display: block;
    }

    #header .nav i {
        display: none;
    }

    #header .language-txt {
        display: none;
    }

    .container {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 15px;
    }

    #header .nav ul li a {
        padding: 0 20px;
    }

}

@media (min-width:1200px) {}

@media only screen and (max-width:768px) {
    .container {
        padding: 0 10px;
    }

    #header img.logo {
        height: 30px;
        margin: 0;
    }
}

/*网站头部样式 结束*/

/*首页-最新产品区域*/

.title-01 {
    text-align: center;
    padding-top: 30px;
}

.title-01 h2 {
    color: #2e2949;
    font-size: 20px;
    margin-bottom: 10px;
}

.title-01 h3 {
    font-size: 14px;
    color: #999;
}

#sy-cplist {
    padding: 30PX 0;
    text-align: center;
}

.sy-cpbox p {
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 30px;
}

.sy-cpbox .cp-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 15px;
}

a.cp-gd {
    display: block;
    *zoom: 1;
    line-height: 34px;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    border: 1px solid #ffcc12;
    background-color: #ffcc12;
    color: #333;
}

/*首页-最新产品结束*/

/*首页-关于我们*/
.box2 {
    background: #f2f2f2;
    margin-top: 20px;
}

.box2 .sy-about {
    padding: 20px 0;
}

.box2 .about-img {
    max-width: 100%;
}

.box2 .about-txt {
    padding-top: 10px;
    line-height: 1.8;
}

.box2 a.cp-gd {
    display: block;
    *zoom: 1;
    line-height: 34px;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    border: 1px solid #ffcc12;
    background-color: #ffcc12;
    color: #333;
}

.box2 .title-01 {
    text-align: center;
    padding-top: 30px;
}

.box2 .title-01 h2 {
    color: #2e2949;
    font-size: 20px;
    margin-bottom: 10px;
}

.box2 .title-01 h3 {
    font-size: 14px;
    color: #999;
}

@media (min-width: 768px) {
    .about-img {
        float: left;
        margin-right: 20px;
        width: 50%;
        line-height: 2;
    }

}

@media only screen and (max-width:768px) {
    .box2 .about-img {
        width: 100%;
    }
}

/*首页-关于我们结束*/

/*首页-新闻资讯*/
.sy-newsbox {
    padding: 20px 0;
}

.sy-newsbox .sy-n-img {
    float: left;
    margin-right: 10px;
}

.sy-newsbox .sy-n-txt {
    line-height: 1.2;
}

.sy-newsbox .sy-n-txt h2 {
    line-height: 1.4;
    max-height: 40px;
    margin-bottom: 7px;
    overflow: hidden;
}

.sy-newsbox li {
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
}

.sy-newsbox .sy-n-img img {
    max-width: 110px;
    max-height: 80px;
}

.sy-newsbox .sy-n-txt p {
    max-height: 33px;
    overflow: hidden;
}


@media (min-width: 768px) {
    .sy-newsbox .sy-n-img img {
        width: 100%;
        max-width: 165px;
        max-height: 120px;
    }

    .sy-newsbox .sy-n-txt p {
        max-height: 65px;
        line-height: 1.6;
    }

    .sy-newsbox li {
        height: 120px;
    }

    .sy-newsbox .sy-n-txt h2 {
        line-height: 1.6;
        max-height: 45px;
    }
}


/*首页-新闻资讯结束*/

/*网页底部*/

#footer {
    overflow: hidden;
    background-color: #202427;
    color: #999;
    border-top: 4px solid #ffcd11;
}

#footer .b-navbox {
    padding: 20px 0;
    display: none;
}

#footer .b-nav li {
    float: left;
    width: 20%;
    color: #fff;
    margin-left: 5%;
}

#footer .b-nav {
    width: 100%;
}

#footer .b-nav li a {
    display: block;
    color: #999;
    line-height: 30px;
}

#footer .b-nav li h2 {
    height: 40px;
    line-height: 40px;
}

#footer .b-nav li a:hover,
#footer .b-nav li a:active {
    color: #ffcd11;
}

#footer .rmw {
    display: none;
    text-align: center;
    line-height: 40px;
    color: #999;
}

#footer .rmw img {
    width: 150px;
}

#footer .copy {
    background: #111619;
    line-height: 25px;
    color: #999;
    padding: 15px 0;
}

#footer .copy a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    color: #999;
}

#footer .copy a:hover,
#footer .copy a:active {
    background: #202427;
    color: #999;
}

.flinks {
    width: 95%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    text-align: left;
    color: #cca60e;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

.flinks a {
    color: #cca60e;
}

@media (min-width: 768px) {
    #footer .b-navbox {
        display: block;
    }
}

@media (min-width: 992px) {
    #footer .b-nav {
        width: 80%;
    }

    #footer .rmw {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    #footer .copy div.fr {
        display: none;
    }
}

/*网页底部-结束*/


/*列表页面与内页通用样式*/
.r-list {
    padding-bottom: 30px;
}

.r-list .mpx-box {
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.r-list .mpx-box h2 {
    line-height: 40px;
}

.r-list .wz {
    float: right;
}

.ab-ban img {
    width: 100%;
    height: auto;
}

.l-list .l-title {
    background: #333;
    padding: 15px 0 15px 15px;
    line-height: normal;
    color: #ffce12;
    font-size: 18px;
    font-weight: normal;
}

.l-list .l-sub {
    background: #f2f2f2;
}

.l-list .l-sub li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.l-list .l-sub a {
    display: block;
    color: #808080;
    padding-left: 15px;
    border-left: 2px #F2F2F2 solid;
}

.l-list .l-sub a:hover,
.l-list .l-sub a:active,
.l-list .l-sub li.active a {
    border-left: 2px solid #ffcd11;
    color: #cca60e;
}

.l-list .l-sub li.active a {
    background: #fff;
    border-left: 2px solid #ffcd11;
    color: #cca60e;
}

.zd86e1newsdetail dl,
.zd86e1newsdetail dl p {
    line-height: 26px;
}

.zd86e1newsdetail dl dt {
    text-align: center;
    color: #737373;
    font-weight: normal;
    border-bottom: 1px solid #cdcdcd;
    line-height: 26px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.zd86e1newsdetail dl dd {
    padding: 10px 0px;
}

.zd86e1newsdetail .zd86e1newstitle {
    text-align: center;
    font-size: 18px;
    color: #737373;
    font-weight: bold;
    line-height: 26px;
}

.zd86e1newsdetail dl dt p {
    display: inline-block;
    color: #737373;
}

.zd86e1rel_list {
    display: block;
    margin-top: 15px;
}

.zd86e1rel_list_title {
    display: block;
    font-size: 24px;
    color: #737373;
    width: 100%;
    font-weight: bold;
    padding: 25px 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.zd86e1rel_list ul li {
    float: left;
    height: auto;
    overflow: hidden;
    width: 49%;
    margin: 5px 0.5%;
    padding: 5px 10px;
    transition: .6s;
    border-bottom: 1px dashed #e5e5e5;
}



.zd86e1rel_list ul li a {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    float: left;
    width: 80%;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.zd86e1rel_list ul li samp {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #a2a2a2;
}

/*幻灯*/
.main1 {
    width: 980px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}

.cle {
    clear: both;
}

.banner {
    width: 1440px;
    height: 380px;
    position: absolute;
    left: -230px;
    top: 0px;
}

.yh {
    width: 1440px;
    position: relative;
}

.fl {
    float: left;
    display: inline;
}

.yh ul.navi {
    position: absolute;
    top: 350px;
    left: 662px;
    padding-left: 5px;
    z-index: 8;
}

.yh ul.navi li {
    background: url(/images/banner_d.png) no-repeat;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-right: 3px;
    cursor: pointer;
}

.yh ul.navi li.hover {
    background-position: 0 -26px;
}

ul.lifl li {
    float: left;
}

.scroll {
    position: relative;
    overflow: hidden;
}

.scroll ul {
    position: absolute;
    width: 20000em;
}

.scroll ul li {
    float: left;
}

.b1 {
    height: 380px;
    position: relative;
    left: 0px;
    width: 1440px;
}

@media only screen and (max-width:768px) {
    .r-list .mpx-box h2 {
        float: none;
        text-align: center;
        font-weight: bold;
    }

    .main1 {
        display: none;
    }
}


/*关于我们*/
.r-list .ab-txt {
    line-height: 1.8;
}


/*关于我们 结束*/



/*产品列表*/
.cp-list .pic-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp-list li {
    text-align: center;
    margin-bottom: 10px;
}

.cp-list p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding-top: 5px;
}

/*产品列表 结束*/


/*产品列表-详细;*/

.cp-xqbox img {
    max-width: 100%;
    height: auto;
}

.cp-xqbox .cp-tt {
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
}

.cp-xqbox .cp-txt {
    line-height: 2;
    padding-top: 10px 0;
}

/*产品列表-详细 结束*/


/*服务网点;*/
.ffwd-box {}

.ffwd-box .ffwd-title {
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.ffwd-box .ffwd-title h2 {
    font-size: 22px;
    color: #ee330a;
    line-height: 40px;
}

.ffwd-box li {
    line-height: 30px;
    margin-bottom: 15px;
}

/*服务网点 结束*/

/*下载中心;*/
.xz-list li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

/*下载中心 结束*/


/*新闻中心*/
.news-list li {
    border-bottom: 1px dotted #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-list .news-img {
    margin-right: 10px;
}

.news-list .news-img img {
    max-width: 110px;
}

.news-list h2 a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    max-height: 42px;
    overflow: hidden;
}

.news-list p {
    line-height: 1.4;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .news-list h2 a {
        font-size: 16px;
        line-height: 2.2;
        height: auto;
    }

    .news-list li p {
        line-height: 1.8;
        height: auto;
        font-size: 14px;
    }

    .news-list .news-img img {
        max-width: 160px;
        height: auto;
    }

    .news-list .news-img {
        margin-right: 20px;
    }

    .news-list li {
        border-bottom: 1px dotted #d9d9d9;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:400px) {
    .news-list h2 a {
        font-size: 15px;
        line-height: 1.8;
        max-height: 54px;
    }

    .news-list li p {
        line-height: 1.6;
        height: 60px;
        font-size: 13px;
    }

    .news-list .news-img img {
        max-width: 160px;
        height: auto;
    }

    .news-list .news-img {
        margin-right: 20px;
    }
}


/*新闻中心 结束*/


/*新闻中心-详细*/
.news-t {
    text-align: center;
}

.news-t h1 {
    line-height: 30px;
}

.news-t .info {
    font-size: 12px;
    color: #999;
}

.nr-txt {
    line-height: 1.8;
    padding: 20px 0;
}

@media only screen and (max-width:768px) {
    .news-t h1 {
        font-size: 18px;
    }
}


/*新闻中心-结束*/

/*人才理念*/
.nr-txt {
    line-height: 1.8;
    padding: 20px 0;
}

/*人才理念 结束*/

/*人才招聘*/
.job-list {
    border-bottom: 1px dotted #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.job-list dt {
    padding-bottom: 8px;
    font-size: 16px;
}

.job-list dd {
    line-height: 1.8;
}

/*人才招聘 结束*/

/*联系我们*/
.lxwm-txt {
    line-height: 2;
    padding-bottom: 20px;
}

.map-box {
    margin-top: 15px;
}

.map-box img {
    max-width: 100%;
}

/*友情链接开始*/

.zd86e1index_sy_links {
    display: block;
    padding: 15px 0px;
    background: #fff;

    width: 1140px;
    margin: 0 auto;
}

.zd86e1index_sy_links .zd86e1in_sy_links_title {
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 18px;
    color: #000;
}

.zd86e1index_sy_links .zd86e1in_sy_links_list {
    display: inline-block;
    width: 90%;
    float: left;
}

.zd86e1index_sy_links .zd86e1in_sy_links_list ul li {
    display: inline-block;
    float: left;
}

.zd86e1index_sy_links .zd86e1in_sy_links_list ul li a {
    display: inline-block;
    padding: 2px 5px;
    color: #737373;
    font-size: 14px;
    transition: .6s;
}

.zd86e1index_sy_links .zd86e1in_sy_links_list ul li a:hover {
    transform: rotateX(360deg);
    background: #737373;
    color: #fff;
}


/*友情链接结束*/
@media only screen and (max-width:600px) {
    .lxwm-txt h1.h3 {
        font-size: 20px;
    }

    .about-txt img {
        width: 100%;
        height: auto;
    }
}






/* footer */
.zd86e1footer {
    margin: 0 auto;
    color: #5d5d5d;
    background: #282828;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.zd86e1footer a {
    color: #5d5d5d;
}

.zd86e1footer a:hover {
    color: #FFF;
}

.zd86e1footer .zd86e1flink {
    padding-bottom: 20px;
}

.zd86e1footer .zd86e1flink li {
    display: inline-block;
    margin-left: 10px;
}

.zd86e1footer .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.zd86e1footer dl {
    margin: 0 0 10px 50px;
}

.zd86e1footer dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.zd86e1footer dd {

    line-height: 30px;
}

.footerc {
    background: #000;
    color: #5d5d5d;
    padding: 30px 0;
    line-height: 22px;
}




/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.zd86e1meta-tags {
    padding: 20px 0;
}

.zd86e1meta-tags .zd86e1tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.zd86e1meta-tags .zd86e1tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.zd86e1meta-tags .zd86e1tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.zd86e1container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .zd86e1container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .zd86e1container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .zd86e1container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .zd86e1main,
    .zd86e1container {
        width: auto;
    }
}

.zd86e1place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.zd86e1row .zd86e1rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.zd86e1row .zd86e1rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.zd86e1row .zd86e1rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.zd86e1content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.zd86e1content p {
    padding-bottom: 20px;
}

.zd86e1content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.zd86e1content .contain:hover {
    background: #EFEFEF;
}

.zd86e1content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.zd86e1content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.zd86e1content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.zd86e1content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.zd86e1news_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */