/*  
365建站器让建站和seo变得简单！
siteurl：http://soft.365jz.com
*/
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "微软雅黑", "宋体", "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: #222222;
    font-size: 12px;
    line-height: 20px;
    background: #FFF;
}

* {
    padding: 0;
    margin: 0;
}

div,
h1,
h2,
h3,
h4,
p,
form,
ul,
label,
input,
textarea,
img,
span,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.font14 {
    font-size: 14px;
}

.padding-tb30 {
    padding: 30px 0;
}

/*  
header
*/
.zbbf87header {
    height: 60px;
    background: #FFF;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}

.zbbf87header .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.zbbf87header .logo h1 {
    font-size: 24px;
    line-height: 60px;
}

.zbbf87header .logo img {
    max-height: 60px;
    padding: 0;
}

.zbbf87navmenu {
    position: absolute;
    left: 200px;
    top: 0;
}

.zbbf87navmenu .zbbf87nav {
    background-color: #FFF;
}

.zbbf87navmenu ul li:hover {
    color: #333;
}

.zbbf87navmenu .zbbf87nav-item a,
.zbbf87navmenu .zbbf87nav-itemed>a {
    color: #333 !important;
}

.zbbf87navmenu .zbbf87nav-itemed>.zbbf87nav-child {
    background-color: rgba(0, 0, 0, .1) !important;
}

.zbbf87navmenu .zbbf87nav .zbbf87nav-child a:hover {
    background: rgba(232, 235, 239, .8);
}

.zbbf87header .search {
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 12px;
}

.zbbf87header .search ul li {
    position: relative;
    height: 24px;
    margin-top: -12px;
}

.zbbf87header .search .icon {
    color: #666;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 1;
    vertical-align: middle;
    background: url(/images/search.png) no-repeat;
    width: 20px;
    height: 20px;
}

.zbbf87header .search input {
    border-radius: 20px;
    background: rgba(232, 235, 239, .8);
    outline: none;
    height: 24px;
    border: none;
    padding-left: 10px;
    padding-right: 26px;
    opacity: 0.7;
    width: 100px;
    -webkit-transition: opacity 0.5s ease-out, width 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, width 0.5s ease-out;
    transition: opacity 0.5s ease-out, width 0.5s ease-out;
}

/*  
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: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.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 .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.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);
}

/* 布局 */
.grid-demo {
    padding: 10px;
    line-height: 50px;
    text-align: center;
    background-color: #79C48C;
    color: #fff;
}

/* container */
.zbbf87sub-menu {
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
}

.zbbf87sub-menu ul {
    text-align: center;
    font-size: 0;
}

.centerArea {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.zbbf87sub-menu ul li {
    float: left;
    position: relative;
}

.zbbf87sub-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding: 18px 0;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.zbbf87sub-menu ul li.selected a {
    color: #ff5e19;
}

.zbbf87sub-menu ul li:hover a {
    color: #ff5e19;
}

.zbbf87sub-menu ul li.selected a::after {
    width: 100%;
}

.zbbf87sub-menu ul li:hover a::after {
    width: 100%;
}

.zbbf87sub-menu ul li a::after {
    content: "";
    width: 0;
    height: 4px;

    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../images/HelveticaNeueLTPro-ThEx.ttf?v=20208131600'), url('HelveticaNeueLTPro-ThEx.ttf?v=201808131600') format('embedded-opentype')
}

.zbbf87row .zbbf87rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
    display: none;
}

.zbbf87row .zbbf87rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.zbbf87row .zbbf87rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

.zbbf87row .lead {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.zbbf87row .wow {
    background: #EFEFEF;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding: 4px;
}

.zbbf87row .wow:hover {
    background: #75B439;
}

.zbbf87row .wow dt img {
    width: 100%;
}

.zbbf87row .wow dd {
    padding: 15px;
}

.zbbf87row .wow dd h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.zbbf87row .wow dd p {
    color: #646464;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.zbbf87row .wow:hover dd h1,
.zbbf87row .wow:hover dd p {
    color: #fff;
}

.zbbf87row .perProduct {
    position: relative;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    height: 200px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
}

.zbbf87row .perProduct .left {
    float: left;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
}

.zbbf87row .perProduct .left img {
    top: 50%;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.zbbf87row .perProduct .right {
    float: left;
    width: 60%;
    font-family: MicrosoftYaHei;
}

.zbbf87row .perProduct .right p {
    padding: 24px 0 16px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 28px;
}

.zbbf87row .perProduct .right .p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
}

.zbbf87row .perProduct .right .look {
    position: absolute;
    bottom: 16px;
    right: 15px;
    background: #2352be;
    min-width: 80px;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.88px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
}

.zbbf87row .perProduct .right .look:hover {
    background-color: #1d3a7d;
}

.zbbf87row .featured-image {
    text-align: center;
}

.zbbf87row .featured-image img {
    width: 70%;
}

.zbbf87row .description {
    padding-top: 20px;
}

.zbbf87row .description h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
}

.zbbf87row .description p {
    font-size: 16px;
    line-height: 30px;
    padding: 4px;
}

a.site-down {
    position: relative;
    padding: 0 30px 0 30px;
    margin: 15px 0 0 6px;
    height: 36px;
    line-height: 36px;
    background-color: #0a6dee;
    font-size: 24px;
    color: #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
}

a.site-down:hover {
    color: #fff;
    border-radius: 30px;
}

.news_content {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.news_content:hover {
    background: #EFEFEF;
}

.news_img {
    width: 100%;
    height: 180px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.news_info {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 165px;
}

.article_title {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

.news_summary {
    line-height: 26px;
    color: #878787;
    margin-top: 14px;
    font-size: 14px;
    overflow: hidden;
}

/* 列表 */
.zbbf87news_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;
}

/* 内容 */
.zbbf87place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.zbbf87body {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.zbbf87body h2 {
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #2a2e2e;
}

.zbbf87body .info {
    padding-bottom: 15px;
    font-family: HelveticaNeueLTPro, 微软雅黑;
}

.zbbf87body .info small {
    padding: 0 1px;
}

.zbbf87body p {
    padding-bottom: 20px;
}

.zbbf87body img {
    max-width: 98%;
    height: auto;
}

.zbbf87meta-tags {
    padding: 20px 0;
}

.zbbf87meta-tags .zbbf87tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
}

.zbbf87meta-tags .zbbf87tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.zbbf87meta-tags .zbbf87tagitem:not(:last-child) {
    margin-right: 10px;
}

.zbbf87context {
    line-height: 30px;
}

/* 自定义内容 */
.zbbf87content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.zbbf87content p {
    padding-bottom: 20px;
}

.zbbf87content .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;
}

.zbbf87content .contain:hover {
    background: #EFEFEF;
}

.zbbf87content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.zbbf87content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.zbbf87content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.zbbf87content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 时间线 */
.twtimeline {
    position: relative;
    min-height: 454px;
}

.twtimeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    border-left: 2px dashed #ccc7c0;
}

.twtimeline .image {
    position: relative;
}

.twtimeline .img-contain {
    overflow: hidden;
    max-width: 384px;
    display: inline-block;
}

.twtimeline .img-contain img {
    max-width: 384px;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.twtimeline .img-contain img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.twtimeline .image img {
    max-width: 100%;
}

.twtimeline .image .img-bg {
    background: #eeeeee;
    position: absolute;
    z-index: -1;
    left: 34px;
    top: 34px;
    height: 216px;
    width: 384px;
}

.twtimeline .text .date {
    display: block;
    text-align: left;
    padding-left: 45px;
    background: url(/images/time_icon.png) no-repeat left;
    -webkit-transform: translate(-11px, -11px);
    transform: translate(-11px, -11px);
    font-family: HelveticaNeueLTPro, 微软雅黑;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 28px;
}

.twtimeline .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-bottom: 28px;
}

.twtimeline .desc ul {
    padding-left: 54px;
}

.twtimeline .desc ul li {
    position: relative;
    margin-bottom: 10px;
}

.twtimeline .desc ul li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: -16px;
    top: 8px;
    background: #85725a;
}

.twtimeline .text:nth-child(odd) {
    padding: 0 40px 0 48px;
}

.twtimeline .zda315col-md6:nth-child(odd) .date {
    text-align: right;
    background-position-x: right;
    padding-left: 0;
    padding-right: 45px;
    -webkit-transform: translate(54px, 0px);
    transform: translate(54px, 0px);
}

.twtimeline .image:nth-child(odd) {
    top: 50%;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    position: relative;
}

.twtimeline .image:nth-child(even) {
    text-align: right;
    padding-right: 32px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

.twtimeline .image:nth-child(even) .img-bg {
    background: #eeeeee;
    position: absolute;
    z-index: -1;
    left: auto;
    right: 70px;
    top: 34px;
}

/* footer */
.zbbf87footer {
    margin: 0 auto;
    color: #fff;
    background: #04577c;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.zbbf87footer a {
    color: #5d5d5d;
}

.zbbf87footer a:hover {
    color: #FFF;
}

.zbbf87footer .zbbf87flink {
    padding-bottom: 20px;
}

.zbbf87footer .zbbf87flink li {
    display: inline-block;
    margin-left: 10px;
}

.zbbf87footer .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.zbbf87footer dl {
    margin: 0 0 10px 50px;
}

.zbbf87footer dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.zbbf87footer dd {

    line-height: 30px;
}

.footerc {
    background: #2a2a2f;
    color: #5d5d5d;
    padding: 30px 0;
    line-height: 22px;
}

/* diy */
.jz-numberBar {
    position: relative;
    margin: 25px auto;
    z-index: 2;
    background: #fff;
    color: #333;
    border-radius: 0 0 5px 5px;
}

.jz-numberBar .f-num {
    font-size: 40px;
    line-height: 1;
    vertical-align: middle;
    font-family: HelveticaNeueLTPro, 微软雅黑;
}

.f-numberItem-safeRun .text-day {
    margin-left: 13px;
    vertical-align: middle;
    line-height: 45px;
    font-size: 18px;
    color: #3a405b;
}

.jz-numberBar .f-numberDesc {
    width: auto;
    font-size: 18px;
    color: #989baf;
    vertical-align: middle;
    line-height: 45px;
    margin-left: 14px;
}

.f-numWrap {
    text-align: center;
}

.jz-numberBar .zbbf87col-md3 {
    display: flex;
    padding: 20px 0;
    justify-content: space-around;
    align-items: center;
}

.jz-numberBar .flag {
    color: #fff;
    display: flex;
    align-items: center;
    cursor: default;
    transition: all .3s ease-in-out;
}

.jz-numberBar .flag img {
    max-height: 40px;
    margin-right: 15px;
}

.jz-numberBar .flag h3 {
    font-size: 22px;
    color: #333;
    opacity: .85;
}

.jz-numberBar .flag p {
    font-size: 14px;
    opacity: .8;
    color: #666;
}

.zbbf87nav-child {
    line-height: 45px;
}

/* mobile */
@media only screen and (max-width: 1140px) {
    .zbbf87header .logo {
        left: 10px;
    }

    .zbbf87header .logo {
        display: block;
        height: 60px;
        width: 137px;
        position: absolute;
        left: 50%;
        top: 0px;
        margin-left: -68px;
    }

    .zbbf87header .search {
        display: none;
        position: fixed;
        width: 156px;
        z-index: 1000;
        left: 20px;
        top: 60px;
    }

    .zbbf87header .search_r {
        left: auto;
        right: 20px;
    }

    .zbbf87header .search input {
        width: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .zbbf87header .search {
        display: none;
    }

    .swiper-container {
        min-height: 120px;
    }

    .swiper-container img {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
    }

    .swiper-text h3,
    .swiper-text h2 {
        font-size: 16px;
    }

    .swiper-text p {
        font-size: 12px;
    }

    .swiper-text .top-banner-text h2,
    .swiper-text .top-banner-text p {
        text-align: center;
    }

    .zbbf87row .description {
        text-align: center;
    }

    .zbbf87row .description p {
        text-align: left;
    }

    .twtimeline .image {
        display: none;
    }

    .twtimeline::before {
        left: 0;
    }

    .twtimeline .text:nth-child(odd) {
        padding: 0;
    }

    .twtimeline .zda315col-md6:nth-child(odd) .date {
        text-align: left;
        background-position-x: left;
        padding-left: 45px;
        -webkit-transform: translate(-11px, -11px);
        transform: translate(-11px, -11px);
    }
}

/* start */
.zbbf87header {
    height: 116px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;

}

.zbbf87navmenu,
.zbbf87header .logo {
    top: 30px;
}

.zbbf87header .search {
    top: 50px;
    right: 115px;
}

.zbbf87navmenu {
    left: 450px;
}

.zbbf87header .search input {
    width: 0px;
    height: 38px;
    /* border: 2px solid rgb(12, 12, 12); */
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    background: none;
    border-radius: 0px;
}

.zbbf87header .search .icon {
    right: 7px;
    top: 14px;
}

.left_line {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #333;
}

.zbbf87nav .zbbf87this:after,
.zbbf87nav-bar {
    height: 2px;
    background-color: #04577c;
}

.w100 {
    width: 100%;
}

.sttop h3 {
    font-size: 42px;
    font-family: "SourceHanSansCNBold";
    margin-bottom: 15px;
    margin-top: 0;
}

.sttop p {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    font-style: italic;
    line-height: 45px;
}

.ico-s1 {
    display: inline-block;
    width: 87px;
    height: 16px;
    background: url(../images/ico_01.png);
}

.stfoot {
    margin-top: 15px;
    font-size: 16px;
}

.swiper-text p {
    margin-bottom: 0% !important;
}


.title_s h4 {
    font-family: "SourceHanSansCNRegular";
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
}

.title_s {
    text-align: center;
    position: relative;
}

.title_s p {
    font-family: Arial;
    font-size: 22px;
    color: #555;
    text-transform: uppercase;
    line-height: 35px;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px;
}

.it {
    position: absolute;
    top: -39px;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #e0e0e0;
}

.ib {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
}

.ib::after {
    display: block;
    width: 5px;
    height: 5px;
    background: #04577c;
    content: '';
    position: absolute;
    bottom: -8px;
    left: -2px;
}

.scheme .zbbf87tab-content {
    top: 280px;
    width: 100%;
}

.tab_flex {
    display: flex;
    justify-content: center;
}

.scheme .zbbf87tab-title .zbbf87this:after {
    display: none;
}

.scheme .zbbf87tab-title {
    border: none;
    height: auto !important;
}

.scheme .item img {
    max-width: 100%;
}

.scheme .item p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 23px;
}

.scheme .item p:hover {
    color: #04577c;

}

.scheme .zbbf87this p {
    color: #04577c;
}

.she-left{
    background-color: #ededed;
    display: flex;
    height: 520px;
    padding: 150px 0px;
    display: block;
}

.she-bcg {
    display: block;
    width: 276px;
    height: 94px;
    background: #04577c;
    float: left;
}

.title-s2 {
    padding: 43px 0px;
    padding-left: 298px;
    padding-right: 33px;
}

.title-s2 h5 {
    font-size: 48px;
    font-family: Arial;
    font-weight: 800;
    margin: 20px 0 0;
}

.title-s2 h5~p {
    font-size: 21px;
    font-family: Arial;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0px;
}

.title-s2 h4 {
    font-size: 25px;
    font-family: "SourceHanSansCN-Regular";
}

.title-s2 div p {
    color: #333;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 20px;
    line-height: 42px;
}

.she-right {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.she-right01 {
    background-image: url(../images/txtimg05.jpg);
}

.she-right02 {
    background-image: url(../images/txtimg06.jpg);
}

.she-right03 {
    background-image: url(../images/txtimg07.jpg);
}

.she-right04 {
    background-image: url(../images/txtimg08.jpg);
}

/* product */
.product .zbbf87this a {
    background-color: #04577c;
}

.product .zbbf87tab-more li>a {

    padding: 9px 15px;
}

.pdt_a {
    display: block;
    padding-left: 25px;
    padding-top: 5px;
    width: 200px;
    height: 49px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #5f5d5d;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-image: url(../images/pdta.png);
    line-height: 25px;
    margin: 0px !important;
}

.pdt_a:hover {
    color: #fff;
}

.pdt_a span {
    display: block;
    font-size: 12px;
    color: #fdfdfd;
    opacity: 0.32;
    font-family: Arial;
}

.product .zbbf87tab-title .zbbf87this:after {
    display: none;
}

.product .zbbf87tab-title {
    border: none;
    display: flex;
    justify-content: center;
}

.pdtimg {
    width: 100%;
}

.pdtimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.look_more a {
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    color: #2b2b2b;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.1em;
    border: 1px solid #353535;
    width: 181px;
    height: 43px;
    line-height: 43px;
    border-radius: 40px;
    position: relative;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: auto;
}

.look_more a:hover {
    background-color: #000;
    color: #fff;
}

/* about */
.about .zbbf87tab {
    position: relative;
}

.about .zbbf87tab .zbbf87tab-title {
    position: absolute;
    left: 0 !important;
    width: 15% !important;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5f5d5d;
    width: 135px;
    padding: 40px 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.about .zbbf87tab .zbbf87tab-title li {
    display: block;
}

.about .zbbf87tab .zbbf87tab-content {
    position: absolute;
    left: 20%;
    width: 100%;
}

.about .zbbf87tab-brief>.zbbf87tab-more li.zbbf87this:after,
.zbbf87tab-brief>.zbbf87tab-title .zbbf87this:after {
    border: none;
}

.ab-ico {

    display: block;
    height: 30px;
}

.ab-ico01 {
    background: url(../Images/abt01.png) center no-repeat;
}

.ab-ico02 {
    background: url(../Images/abt02.png) center no-repeat;
}

.ab-ico03 {
    background: url(../Images/abt03.png) center no-repeat;
}

.ab-ico04 {
    background: url(../Images/abt04.png) center no-repeat;
}

.about .zbbf87tab-title li a {
    color: #fff;
    padding: 20px 0px;
}

.about {
    padding: 50px 0px;
}

.about .zbbf87this a {
    background-color: #04577c;
    color: #fff;
}

.about .zbbf87tab[overflow]>.zbbf87tab-title {
    overflow: inherit;
}

.about .zbbf87this a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 14px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #04577c;
    transparent;
    position: absolute;
    left: 167px;
    top: 44px;
    transform: rotate(90deg);
}



.about .zbbf87tab-bar {
    display: none;
}

.auleft h5 {
    color: #2d2d2d;
    font-size: 48px;
    font-weight: bold;
}

.auleft .title p {
    font-size: 21px;
    font-family: Arial;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 63px;
}

.auleft .text p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    text-indent: 32px;
    margin-top: 30px;
}

.auright {
    padding: 0px 20px;
}

#videoimg {
    background: url(../images/video.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: 100% 100%;

}

#play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    z-index: 4;
    background: url(../images/move_btn.png);
    background-size: cover;
}


.auright video {
    width: 100%;
    display: block;
}





.swiper-test .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-test .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    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;
}

/*1. 套一个父盒子，设置以下属性 */
.swiper-test {
    width: 100%;
    height: 500px;
    /* overflow: hidden; */
    margin: auto;
    position: relative;
}

/* 2.网格布局时，添加以下属性 */
.swiper-test .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.windColor {
    width: 100%;
}

.wc-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    height: 203px;

}

.wc-xfc {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #2222227d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 35px;
    opacity: 0;
}

.wc-top:hover .wc-xfc {
    opacity: 1;
}

.wc-xfc a {
    color: #fff;
    display: block;
    margin: 5px 0px;
    transition: .33s ease;
}

.line1,
.line2 {

    width: 18%;
    height: 1px;
    background-color: #fff;
    transition: .33s ease;
}

.wc-xfc:hover .line1 {
    width: 2%;
}

.wc-xfc:hover .line2 {
    width: 2%;
}

.wc-top img {
    max-width: 100%;
    transition: .33s ease-in-out;
}

.wc-top:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.wc-foot {
    /* height: 80px; */
    background-color: #f2f2f2;
    height: 60px;
}

.wc-foot h5 {
    line-height: 47px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.blur {
    filter: blur(3px);
}

.dlleft li {
    padding: 10px 20px;
    cursor: pointer;
}

.dttext {
    width: 100%;
    padding: 10px 0px;
    padding-left: 10px;
}

.dt-bian {
    border: 1px solid #ccc;
}

.dttext h1,
.news-text h1 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dttext p,
.news-text p {
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-text h1,
.news-text p {
    color: #fff;
    text-align: left;
    padding-left: 20px;
    padding-top: 8px;
}

.dttext p:nth-of-type(1) {
    color: #999;
}

.dttext p:nth-of-type(2) {
    display: none;
}

.dt-bian div>p:nth-of-type(2) {
    display: block !important;
}

.dt-btn {
    text-align: center;
}

.swiper-test1 {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.swiper-test1 .swiper-container {
    height: inherit;
}

.news-img {
    position: relative;
}

.news-img img {
    height: 100%;
}

.news-text {
    position: absolute;
    height: 90px;
    width: 100%;
    background-color: #22222280;
    bottom: 0px;
}

.swiper-test1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-test1 .swiper-button-next,
.swiper-test1 .swiper-button-prev {
    color: #1694cc
}

.table1 {
    width: 80%;
    height: 42px;
    border: 1px solid #dcdcdc;
    padding-left: 30px;
    margin-top: 30px;
}

.message textarea {
    margin: 20px 0px 0px;
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 349px;
    max-width: 100%;
    max-height: 220px;
}

.about .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #04577c;
}

.proctleft {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 340px;
    overflow: hidden;
}

.proctleft img {
    max-width: 100%;
    transition: .33s ease;
}

.proctleft:hover img {
    transform: scale(1.08);
}

.protleright {
    height: 220px;
    padding: 60px;
}

.protleright a~i {
    display: block;
    max-width: 340px;
    border-bottom: 1px solid #eaeaea;
    margin: 12px 0px;
    position: relative;
}


.protleright a~i::after {
    display: block;
    width: 5px;
    height: 5px;
    background: #04577c;
    content: '';
    position: absolute;
    right: -5px;
    top: -2px;
}

.promore {
    margin-top: 30px;
}

.promore a {
    font-size: 13px;
}

.promore a i {
    display: inline-block;
    width: 32px;
    height: 11px;
    background: url(../Images/ico_29.png);
    margin-left: 10px;
}

.protleright h1 {
    color: #666;
    font-size: 30px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 33px;
}

.protleright p {
    font-size: 13px;
    line-height: 26px;
    color: #555;
    max-width: 420px;
    text-align: justify;
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    overflow: hidden;
}

.news-left img {
    max-width: 100%;
    height: 180px;
}

.news-right {
    height: 170px;
    padding: 30px 25px;
    border-top: dotted 1.9px #ccc;
    border-bottom: dotted 1.9px #ccc;
}

.news-right h1 {
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    font-weight: normal;
    margin-top: 20px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-right p {
    font-size: 14px;
    font-family: "SourceHanSansCNRegular";
    color: #555;
    text-align: justify;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-right p~a {
    background: #04577c;
    color: #fff;
    display: block;
    padding: 5px 10px;
    width: 90px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    float: right;
}

.windcolor1 .wc-top {
    height: 260px;
}

.pdt10 {
    padding: 10px 10px;
}


.news_list_parting_line {
    display: none;
}



/* 返回頂部*/
#back-top {
    position: fixed;
    z-index: 200;
    opacity: 1;
    transition: bottom .3s ease;
    width: 66px;
    height: 70px;
    right: 21px;
    bottom: 47px;
    box-sizing: border-box;
}

#back-top.hid {
    opacity: 0;
}

#back-top .back_top_content {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: calc(50% - 7px);
    margin-bottom: -24px;
    transition: bottom .3s ease;
}

#back-top:hover .back_top_content {
    bottom: 50%
}

.back_top_content .svg_0 {
    width: 48px;
    height: 48px;
}

.back_top_content svg {
    cursor: pointer;
}

.nav-ctn {
    position: absolute;
    z-index: 1;
    transform: translate(33%, -382%);
}

.nav-ctn .zbbf87sub-menu ul li.selected a {
    background: url(../images/ico_30.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.nav-ctn .zbbf87sub-menu ul li a {
    color: #fff;
}

.nav-ctn .zbbf87sub-menu,
.nav-ctn .zbbf87sub-menu ul {
    background: transparent !important;
    box-shadow: none;
}
.zbbf87nav .zbbf87nav-item a:hover, .z11847nav .zbbf87this a{
    color:#04577c !important;
}





/* screen */
/* 更大设备 */
@media screen and (min-width: 1281px) {
    .about .zbbf87tab {
        height: 500px;
    }
}

/* 笔记本或PC */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .she-right,.she-left{
        padding: 0px;
    }
    .she-right video {
        height: 476px;
    }

    .about {
        height: 600px;
    }

    .about .zbbf87this a::after {
        left: 147px;
    }

    .about .zbbf87col-md6 {
        width: 40%;
    }

    .swiper-test {
        width: 68%;
        padding-right: 212px;
    }

    .nav-ctn {
        position: absolute;
        z-index: 1;

        transform: translate(205%, -230%);

    }

    .nav-ctn ul {
        display: flex;
        width: 200px;
    }
    .she-bcg{
        width: 119px;
    }
    .she-left .mt30{
        height: 262px;
        overflow: scroll;
    }
    .title-s2{
        padding: 7px 0px;
        padding-left: 127px;
        padding-right: 33px;
    }
}

/* ##平板电脑/Ipad竖屏 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sttop h3 {
        font-size: 32px !important;
    }

    .about .zbbf87this a::after {
        left: 79px;
        top: 108px;
        transform: rotate(180deg);
    }

    .nav-ctn {
        position: absolute;
        z-index: 1;
        transform: translate(143%, -177%);

    }

    .nav-ctn ul {
        display: flex;
        width: 200px;
    }
    .she-bcg{
        width: 119px;
    }
    .she-left .mt30{
        height: 262px;
        overflow: scroll;
    }
    .title-s2{
        padding: 7px 0px;
        padding-left: 127px;
        padding-right: 33px;
    }
}

/* 多数竖屏的智能手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .sttop h3 {
        font-size: 20px !important;
    }

    .sttop p {
        line-height: 0px !important;
    }

    .swiper_title {
        padding: 0px 5px !important;
        transform: scale(0.8);
    }


    .about .zbbf87this a::after {
        left: 34px;
        top: 108px;
        transform: rotate(180deg);
    }

    .wc-top {
        height: 74px;
    }

    .swiper-test {
        height: 399px;
    }

    .nav-ctn {
        position: absolute;
        z-index: 1;
        transform: translate(33%, -382%);
    }

    .nav-ctn {
        position: absolute;
        z-index: 1;
        transform: translate(56%, -177%);

    }

    .nav-ctn ul {
        display: flex;
        width: 200px;
    }
    .pdt_a{
        font-size: 14px;
        padding-left: 4px;
        width: 88px;
    }

    .product .zbbf87tab-title{
        border: none;
        display: flex;
        justify-content: space-between;
        height: 64px;
        width: 100% !important;
    }
    .product .zbbf87tab-title li{
        width: 20%;
    }
    .product .zbbf87tab-title li a{
        padding: 2px;
    }
    .she-bcg{
        width: 86px;
    }

    .title-s2{
        padding: 7px 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .title-s2 h5~p{
        font-size: 13px;
        position: relative;
        left: 18px;
    }
    .title-s2 h5{
        position: relative;
        left: 18px;
    }
    .title-s2 h4{
        position: relative;
        left: 100px;
    }
}

/* 公共 */
@media screen and (min-width: 320px) and (max-width: 1023px) {
    .she-right,.she-left{
        padding: 30px 0px;
    }
    .she-left{
        height: auto !important;
    }
    .she-right video {
        height: auto !important;
    }

    .about .zbbf87tab .zbbf87tab-title {
        width: 100% !important;
        height: auto;
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        background-color: #5f5d5d;
        /* width: 100%; */
        padding: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .about .zbbf87tab .zbbf87tab-title li {
        display: block;
        width: 25%;
    }



    .about .zbbf87tab .zbbf87tab-content {
        text-align: center;
        margin-top: 48px;
        position: relative;
        left: 0%;
    }

    .auright {
        margin-top: 60px;
    }

    .a_order {
        display: flex;
        flex-direction: column;

    }

    .a_order .zbbf87col-md6:nth-of-type(1) {
        order: 2;
        margin-top: 60px;
    }

    .a_order .zbbf87col-md6:nth-of-type(1) {
        order: 1;
    }

    .auright {
        margin-top: 0px;
    }

    .auright video {
        height: auto;
    }

    .pdt_a {
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        line-height: 21px;
    }
    .product .zbbf87tab-bar{
        display: none;
    }
}

/* screen */