/*  
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
*/
.zcd67eheader {
    height: 60px;
    background: #FFF;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}

.zcd67eheader .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.zcd67eheader .logo h1 {
    font-size: 24px;
    line-height: 60px;
}

.zcd67eheader .logo img {
    max-height: 60px;
    padding: 0;
}

.zcd67enavmenu {
    position: absolute;
    left: 200px;
    top: 0;
}

.zcd67enavmenu .zcd67enav {
    background-color: #FFF;
}

.zcd67enavmenu ul li:hover {
    color: #333;
}

.zcd67enavmenu .zcd67enav-item a,
.zcd67enavmenu .zcd67enav-itemed>a {
    color: #333 !important;
}

.zcd67enavmenu .zcd67enav-itemed>.zcd67enav-child {
    background-color: rgba(0, 0, 0, .1) !important;
}

.zcd67enavmenu .zcd67enav .zcd67enav-child a:hover {
    background: #ba481b;
    color: #fff !important;
}

.zcd67eheader .search {
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 12px;
}

.zcd67eheader .search ul li {
    position: relative;
    height: 24px;
    margin-top: -12px;
}

.zcd67eheader .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;
}

.zcd67eheader .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 */
.zcd67esub-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%);
}

.zcd67esub-menu ul {
    text-align: center;
    font-size: 0;
}

.centerArea {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.zcd67esub-menu ul li {
    float: left;
    position: relative;
}

.zcd67esub-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;
}

.zcd67esub-menu ul li.selected a {
    color: #ff5e19;
}

.zcd67esub-menu ul li:hover a {
    color: #ff5e19;
}

.zcd67esub-menu ul li.selected a::after {
    width: 100%;
}

.zcd67esub-menu ul li:hover a::after {
    width: 100%;
}

.zcd67esub-menu ul li a::after {
    content: "";
    width: 0;
    height: 4px;
    background: #ff5e19;
    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')
}

.zcd67erow .zcd67erowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
    display: none;
}

.zcd67erow .zcd67erowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.zcd67erow .zcd67erowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

.zcd67erow .lead {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.zcd67erow .wow {
    background: #EFEFEF;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding: 4px;
}

.zcd67erow .wow:hover {
    background: #75B439;
}

.zcd67erow .wow dt img {
    width: 100%;
}

.zcd67erow .wow dd {
    padding: 15px;
}

.zcd67erow .wow dd h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.zcd67erow .wow dd p {
    color: #646464;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.zcd67erow .wow:hover dd h1,
.zcd67erow .wow:hover dd p {
    color: #fff;
}

.zcd67erow .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;
}

.zcd67erow .perProduct .left {
    float: left;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
}

.zcd67erow .perProduct .left img {
    top: 50%;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.zcd67erow .perProduct .right {
    float: left;
    width: 60%;
    font-family: MicrosoftYaHei;
}

.zcd67erow .perProduct .right p {
    padding: 24px 0 16px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 28px;
}

.zcd67erow .perProduct .right .p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
}

.zcd67erow .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;
}

.zcd67erow .perProduct .right .look:hover {
    background-color: #1d3a7d;
}

.zcd67erow .featured-image {
    text-align: center;
}

.zcd67erow .featured-image img {
    width: 70%;
}

.zcd67erow .description {
    padding-top: 20px;
}

.zcd67erow .description h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
}

.zcd67erow .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;
}

/* 列表 */
.zcd67enews_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;
    display: none;
    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: #bb481b;
    border: 1px solid #bb481b;
    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;
}

/* 内容 */
.zcd67eplace {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.zcd67ebody {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.zcd67ebody h2 {
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #2a2e2e;
}

.zcd67ebody .info {
    padding-bottom: 15px;
    font-family: HelveticaNeueLTPro, 微软雅黑;
}

.zcd67ebody .info small {
    padding: 0 1px;
}

.zcd67ebody p {
    padding-bottom: 20px;
}

.zcd67ebody img {
    max-width: 98%;
    height: auto;
}

.zcd67emeta-tags {
    padding: 20px 0;
}

.zcd67emeta-tags .zcd67etagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
}

.zcd67emeta-tags .zcd67etagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.zcd67emeta-tags .zcd67etagitem:not(:last-child) {
    margin-right: 10px;
}

.zcd67econtext {
    line-height: 30px;
}

/* 自定义内容 */
.zcd67econtent {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.zcd67econtent p {
    padding-bottom: 20px;
}

.zcd67econtent .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;
}

.zcd67econtent .contain:hover {
    background: #EFEFEF;
}

.zcd67econtent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.zcd67econtent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.zcd67econtent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.zcd67econtent .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 */
.zcd67efooter {
    margin: 0 auto;
    color: #5d5d5d;
    background: #181818;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.zcd67efooter a {
    color: #5d5d5d;
}

.zcd67efooter a:hover {
    color: #FFF;
}

.zcd67efooter .zcd67eflink {
    padding-bottom: 20px;
}

.zcd67efooter .zcd67eflink li {
    display: inline-block;
    margin-left: 10px;
}

.zcd67efooter .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.zcd67efooter dl {
    margin: 0 0 10px 50px;
}

.zcd67efooter dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.zcd67efooter dd {

    line-height: 30px;
}

.footerc {
    background: #181818;
    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 .zcd67ecol-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;
}

.zcd67enav-child {
    line-height: 45px;
}

/* mobile */
@media only screen and (max-width: 1140px) {
    .zcd67eheader .logo {
        left: 10px;
    }

    .zcd67eheader .logo {
        display: block;
        height: 60px;
        width: 137px;
        position: absolute;
        left: 50%;
        top: 0px;
        margin-left: -68px;
    }

    .zcd67eheader .search {
        display: none;
        position: fixed;
        width: 156px;
        z-index: 1000;
        left: 20px;
        top: 60px;
    }

    .zcd67eheader .search_r {
        left: auto;
        right: 20px;
    }

    .zcd67eheader .search input {
        width: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .zcd67eheader .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;
    }

    .zcd67erow .description {
        text-align: center;
    }

    .zcd67erow .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 */
.w100 {
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.padd60 {
    padding: 60px;
}

.blur {
    filter: blur(3px);
}

.mw100 {
    max-width: 100%;
}

/* end */

.zcd67enav-bar {
    display: none;
}

.zcd67enavmenu {
    left: 400px;
}


.zcd67enav .zcd67ethis:after,
.zcd67enav-bar {
    display: none;
}

.zcd67enav .zcd67ethis>a {
    color: #ba481b !important;
}

.zcd67eheader {
    height: 90px;
}

.head-top {
    height: 30px;
    background-color: #ba481b;
    width: 100%;
}





.lange {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 30px;
    align-items: center;
    color: #fff;
}

.lange div:nth-child(1) {
    display: flex;
}


.lange div {
    margin: 0px 10px;
    cursor: pointer;
}

.search {
    right: 7px !important;
    top: 80px !important;
    display: none;
    transition: .33s ease;
    /* opacity: 0; */
}


.head-search {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 12px;
}

.zcd67eheader .search input {
    border-radius: 0px;
    background: #000000a1;
    color: #fff;
}

.zcd67eheader .search input::-webkit-input-placeholder {
    color: #fff;
}

.zcd67eheader .search .icon {
    background: none !important;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 2px;
}

/* 
.swiper-container-initialized .swiper-button-next,.swiper-container-initialized .swiper-button-prev{
    display: none;
} */


.about-ctn h1 {
    font-size: 30px;
    color: #ba481b;
    margin-bottom: 40px;
}

.about-ctn p {
    font-size: 16px;
    color: #181818;
    line-height: 30px;
}

.about-ctn a {
    display: block;
    position: relative;
    width: 120px;
    font-size: 16px;
    color: #181818;
    padding: 12px 0;
    margin-top: 60px;
}

.about-ctn a i {
    font-size: 17px;
    padding-left: 8px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.about-ctn a:hover i {
    padding-left: 12px;
}

.at {
    height: 390px;
    padding: 100px 22% 100px 40px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 3px #b1b1b1;
    box-sizing: border-box;
    overflow: hidden;

}

.at-bg1 {
    background: #fff url(../images/img01.png) no-repeat right bottom;
    background-size: 35%;
}

.at-bg2 {
    background: #fff url(../images/img02.png) no-repeat right bottom;
    background-size: 35%;
}

.at-bg3 {
    background: #fff url(../images/img03.png) no-repeat right bottom;
    background-size: 31%;
}

.at-bg4 {
    background: #fff url(../images/img04.png) no-repeat right bottom;
    background-size: 35%;
}

.swiper-test {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.swiper-test2 {
    position: relative;
}

.swiper-test .swiper,
.swiper-test2 .swiper {
    width: 100%;
    height: 100%;
}

.swiper-test .swiper-slide,
.swiper-test2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}

.swiper-test .swiper-slide img,
.swiper-test2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-test .swiper-buttonabout-next {
    width: 53px !important;
    height: 53px !important;
    top: 50% !important;
    right: 20px !important;
    left: auto !important;
    background-size: auto !important;
}

.swiper-test .swiper-button-prev {
    background-image: url(../images/prev.png);
}

.swiper-test .swiper-button-next {
    background-image: url(../images/next.png);
}

.swiper-test .swiper-buttonabout-prev {
    width: 53px !important;
    height: 53px !important;
    top: 50% !important;
    left: 20px !important;
    background-size: auto !important;
}

.swiper-test .swiper-button-prev,
.swiper-test .swiper-button-next {
    position: absolute;
    bottom: 50px;
    width: 100px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .2);
    transition: all ease-in .4s;
    -webkit-transition: all ease-in .4s;
}

.swiper-test .swiper-button-next:after,
.swiper-test .swiper-button-prev:after {
    opacity: 0;
}

.swiper-test .swiper-buttonabout-prev:hover {
    background-color: #ba481b !important;
}

.swiper-test .swiper-buttonabout-next:hover {
    background-color: #ba481b !important;
}

.swiper-test .swiper-slide .zcd67erow {
    width: 100%;
    padding: 60px 80px 60px 80px;
}

.pdt-top {
    width: 100%;
}

.pdt-top img {
    width: 250px !important;
}

.pdt-top p {
    position: relative;
    margin-top: 20px;
    color: #bb481b;
    line-height: 35px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 60px;
}

.pdt-top p::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #ba481b;
    left: 0;
    top: 50%;
}

.pdt-ctn {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.pdt-foot a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #181818;
    border-radius: 20px;
    margin-top: 84px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.pdt-left {
    /* padding-left: 80px; */
}

.pdt-foot a:hover {
    background-color: #989898;
}

.pdt-right {
    height: 412px;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}

.swiper-containerliu {
    margin: 0px auto 0 auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 3px #b1b1b1;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-test2 {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.ide-ctn {
    width: 98.5%;
    background-size: cover;
    margin: auto;
    text-align: left;
    padding: 120px 0 100px 0;
}

.ide-bcg1 {
    background: url(../images/img05.jpg) no-repeat center;
}

.ide-bcg2 {
    background: url(../images/img07.jpg) no-repeat center;
}

.ide-bcg3 {
    background: url(../images/img08.jpg) no-repeat center;
}

.knowMore {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #181818;
    border-radius: 20px;
    margin-top: 84px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    transform: translateX(60%);
}

.knowMore:hover {
    background-color: #989898;
}

.ide-ctn h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
    margin-right: 50%;
    transform: translateX(10%);
}

.ide-ctn p {
    font-size: 23px;
    color: #fff;
    line-height: 40px;
    margin-right: 50%;
    transform: translateX(10%);
}

.news {
    padding: 60px 0px;
}

.news-left {
    background: url(../images/img09.png) no-repeat right bottom;
    width: 100%;
    margin-right: 3%;
    padding: 50px 40px 40px 40px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 50%;
}


.news-left h1 {
    font-size: 30px;
    color: #ba481b;
    margin-bottom: 40px;
}

.news-left p {
    width: 300px;
    font-size: 15px;
    color: #181818;
    line-height: 24px;
    margin-bottom: 30px;

}

.news-left p b {
    color: #ba481b;
    font-size: 40px;
    padding: 0 2px;
}

.news-left a {
    position: relative;
    width: 120px;
    font-size: 16px;
    color: #181818;
    padding: 12px 0;
}

.news-left a i {
    transition: .44s ease;
}

.news-left a:hover i {
    padding-left: 10px;
}

.news-right {
    background: #fff url(../images/img10.png) no-repeat right bottom;
    width: 100%;
    margin-right: 3%;
    padding: 35px 40px 40px 40px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 54%;
}



.news-right h1 {
    font-size: 30px;
    color: #ba481b;
    margin-bottom: 40px;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-right ul li {
    width: 100%;
    margin-right: 0;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
    border-radius: 0;
    box-shadow: none;
}

.news-right ul li a h6 {
    font-size: 14px;
    color: #ba481b;
    margin-bottom: 8px;
    font-family: 'Montserrat-Light';
}

.news-right ul li a h1 {
    font-size: 16px;
    color: #181818;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
}

.news-right ul~a {
    position: relative;
    width: 120px;
    font-size: 16px;
    color: #181818;
    padding: 12px 0;
}

.news-right ul~a i {
    transition: .44s ease;
}

.news-right ul~a:hover i {
    padding-left: 10px;
}

.Title h1 {
    font-size: 55px;
    letter-spacing: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}



.abt1 {
    width: 100%;
    /* height: 400px; */
    padding: 60px 0px;

    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 3px 10px 3px #c3c3c3;

}

.abt1bcg {
    background: #fff url(../images/img11.jpg) no-repeat right bottom;
    background-size: contain;
}

.abt2bcg {
    background: #fff url(../images/img12.jpg) no-repeat right bottom;
    background-size: contain;
}

.abt1 div {
    width: 52%;
    padding-left: 22px;
}

.abt1 h1 {
    font-size: 22px;
    color: #ba481b;
    font-weight: bold;
    margin-bottom: 30px;
}


.abt1 p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.abt2 {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    background: #fff;
    padding: 60px 0px;
}

.abt2 .zcd67ecol-md2 {
    width: 20%;
    padding: 0px 10px;
}

.abt2 dt {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #ba481b;
    margin-bottom: 8px;
}

.abt2 dd {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    padding-right: 22px;
}

.hnrtop {
    width: 100%;
    text-align: center;
}

.hnrtop img {
    max-width: 100%;
    height: 200px;
    border: 9px solid #f0f0f0;
}

.hnrfoot {
    text-align: center;
    padding: 10px 0px;
}






.honor1 {
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    padding: 30px 0px;
}

.tle_line {
    font-size: 20px;
    color: #333;
    margin-bottom: 26px;
    background: url(../images/line-1.jpg) no-repeat 120px center;
    padding-left: 35px;
}

.htnrimg1 {
    max-width: 100%;
    height: 480px !important;
    border: 9px solid #f0f0f0;
}

.svetext {
    padding: 0px 10px;
    height: 327.83px;
}

.svetext h1 {
    font-size: 22px;
    color: #ba481b;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(../images/logoi.png) no-repeat;
    background-size: 36px 30px;

}

.svetext p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.sveimg {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 327.83px;
}

.sveimg img {
    max-width: 100%;
}

.sve {
    box-shadow: 3px 3px 10px 3px #c3c3c3;
}

.ntkimg {
    width: 100%;
    text-align: center;
}

.ntkimg img {
    max-width: 100%;
}

.ntklist {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.ntklist li {
    text-align: center;
    width: 13%;
    margin-top: 10px;
}

.ntklist li img {
    max-width: 100%;
}

.bcgf6 {
    background: #f6f6f6;
}

.svetext1 {
    height: auto !important;
}

.sveimg1 {
    height: auto !important;
}

.space0 {
    padding: 0px;
}

.changeimg {
    width: 100%;
    text-align: center;
}

.changeimg img {
    max-width: 100%;
}

.pdtctn {
    padding: 10px;
}

.pdtctn::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #bb481b;
    transition: .33s ease;
}

.pdtctn:hover::after {
    width: 100%;
}

.pdt-img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 173.2px;
}

.pdt-img img {
    max-width: 100%;
    transition: .33s ease-in-out;
    border: 1px solid #eee;
}

.pdt-img img:hover {
    transform: scale(1.08);
}

.pdt-text {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    background-image: url(../images/pdt1.jpg);
    margin-bottom: 10px;
}



.pdt-text p {
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    transform: translateX(59px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 84%;
}

.nb-ctn{
    border-bottom: 1px dashed #dedede;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.nb-ctn h1{
    font-size: 20px;
    color: #ba481b;
    margin-bottom: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  /* //当p标签中有数字使多行显示失效时： */
    word-wrap: break-word;
    word-break: break-all;
}



.nb-ctn h6{
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    font-family: 'novecentowide-book';
}

.nb-ctn p{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  /* //当p标签中有数字使多行显示失效时： */
    word-wrap: break-word;
    word-break: break-all;
}

.nb-right h1{
    font-size: 13px;
    color: #333;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.nb-right h1 i{
    font-size: 14px;
    color: #ba481b;
    padding-right: 4px;
}
.nb-right li{
    margin-bottom: 10px;
}
.nb-right h1 p{
    /* float: left; */
    display: inline-block;
    width: 93%;
    margin-top: -4px;
    -webkit-transition: all ease .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  /* //当p标签中有数字使多行显示失效时： */
    word-wrap: break-word;
    word-break: break-all;

}

.nb-right h6{
    font-size: 20px;
    color: #ba481b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}
.nb-right,.nb-left{
    padding: 10px;
}
.nb-left .pagebar{
    height: 100.96px;
}


.ctt-left h1{
    font-size: 22px;
    color: #ba481b;
    margin-bottom: 20px;
}

.ctt-left p{
    font-size: 15px;
    color: #282828;
    margin-bottom: 10px;
}
.ctt-right{
    width: 100%;
    text-align: center;
    
}
.ctt-right img{
    max-width: 100%;
}




.ctt1{
    display: flex;
    align-items: center;
}


.ctt2{
    padding: 32px 20px;
    background: url(../images/gywm.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    overflow: hidden;
}

.ctt2 h1{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.ctt2 h6{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-right: 52%;
}



.ctt2 p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 6px;
}






.ctt3{
    display: flex;
    justify-content: space-between;
}



.ctt3 input{
    width: 45%;
    height: 37px;
    border: none;
    font-size: 12px;
    text-indent: 5px;
    outline: 0;
    background: #f0f0f0;
    padding-left: 10px
}



.ctt4 textarea{
    width: 100%;
    height: 100px;
    border: none;
    font-size: 12px;
    text-indent: 5px;
    outline: 0;
    padding-top: 8px;
    background: #f0f0f0;
}


.submit{
    display: block;
    width: 100%;
    height: 49px;
    border: none;
    border-radius: 4px;
    background: #ba481b;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 49px;
}

.submit:hover{
    color: #fff;
}

.art-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    /* height: 540px; */
}
.art-img img{
    max-width: 100%;
}
.art-text h1{
    font-size: 32px;
    font-weight: bold;
    color: #ba481b;
}
.art-line{
    width: 100%;
    margin-top: 27px;
    height: 2px;
    background-image: linear-gradient(to right, #ba491c , #ba491c);
}
.art-ctn{
    width: 100%;
    margin-top: 27px;
    height: 50px;
    background-image: linear-gradient(to right, #ba491c , #ffffff);
}
.art-ctn img{
    width: 24px;
    height: 24px;
    margin: 13px 16px;
}
.art-ctn span{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
}

.art-list p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  /* //当p标签中有数字使多行显示失效时： */
    word-wrap: break-word;
    word-break: break-all;
}


.zcd67enav-child{
    border-top: 3px solid #000;
}
.zcd67enav-child dd{
    border-bottom: 1px solid #757575;
}
.zcd67enav-child dd:hover{
    background-color: #ba481b;
}

.pct-title ul{
    display: flex;
    justify-content: center;
}

.pct-title ul li{
    width: auto !important;
    margin: 0px 10px;
    background: #dedede;
}


.pct-title ul li a::after{
    display: none;
}
.pct-title .zcd67esub-menu{
    box-shadow: none;
}
.pct-title ul li a{
    padding: 18px 10px;
}


.zcd67econtent{
    padding-bottom: 0px !important;
}


.pm{
    margin: 10px 0px;
    padding: 30px 0px;
}


/* 返回頂部*/
#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;
}


.icon_menu .i_menu{
    color: #fff;
    transform: translateY(-14px);
}


/* screen */
/* 更大设备 */
@media screen and (min-width: 1281px) {}

/* 笔记本或PC */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .head-search{
        display: none;
    }
}

/* ##平板电脑/Ipad竖屏 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ide-ctn h1 {
        font-size: 26px;
        margin-top: 30px;
    }

    .ide-ctn p {
        font-size: 18px;
    }

    .knowMore {
        margin-bottom: 30px;
    }

    .htnrimg1 {
        height: 330px !important;
    }
    .pdt-img{
        height: 300px;
    }
}

/* 多数竖屏的智能手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .ide-ctn h1 {
        margin-bottom: 0px;
        margin-right: 0px;
        font-size: 26px;
        margin-top: 91px;
    }

    .ide-ctn p {
        font-size: 18px;
        margin-right: 0%;
        transform: translateX(0%);
        padding: 40px 10px;
    }

    .knowMore {
        margin: auto;
        margin-bottom: 30px;
        transform: translateX(0%);
    }
    .ctt2{
        background-size: cover;
        background-position: left;
    }
    .at{
        height: auto !important;
    }
    .at-bg1,.at-bg2,.at-bg3,.at-bg4{
        background-size: 50%;
    }
}

/* 公共 */
@media screen and (min-width: 320px) and (max-width: 1023px) {
    .ide-ctn {
        padding: 0px !important;
        background-position: left;
    }

    .swiper-test2 {
        height: auto !important;
    }

    .swiper-test {
        height: auto !important;
    }

    .pdt-foot a {
        margin: a;
    }

    .news-right h1 {
        line-height: 30px;
    }

    .abt1 div {
        padding: 0px 10px;
        width: auto !important;
    }

    .abt2 .zcd67ecol-md2 {
        padding: 13px 10px;
        width: auto !important;
    }
    .head-search{
        display: none;
    }
}

/* screen */