/*  
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
*/

.za7a9dheader {
    height: 90px;
    background: #FFF;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
}

.h90 {
    height: 90px;
}

.za7a9dheader .logo {
    position: absolute;
    left: 0;
    top: 14px;
}

.za7a9dheader .logo h1 {
    font-size: 24px;
    line-height: 60px;
}

.za7a9dheader .logo img {
    max-height: 60px;
    padding: 0;
}

.za7a9dnavmenu {
    position: absolute;
    left: 200px;
    top: 0x;
}

.za7a9dnavmenu .za7a9dnav {
    background-color: #FFF;
}

.za7a9dnav .za7a9dnav-item a:hover,
.za7a9dnav .za7a9dthis a {
    color: #333;
}

.za7a9dnavmenu .za7a9dnav li>a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #3287cf;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all ease .5s; */
}

.za7a9dnavmenu .za7a9dnav-item:hover>a::after {
    width: 100%;
}

.za7a9dnav .za7a9dthis::after,
.za7a9dnav-bar {
    opacity: 0;
}

.za7a9dicon-down:before {
    display: none;
}

.index .za7a9dnavmenu ul li:first-child {
    line-height: 87px;
}

.index .za7a9dnavmenu ul li:first-child>a {
    color: #3287cf;
    background: #eeeeee;
    border-top: 3px solid #3287cf;
}

.za7a9dnavmenu ul li {
    transition: all ease .6s;
}

.za7a9dnavmenu ul li:hover {
    background: #eeeeee;
}

.za7a9dnav .za7a9dnav-item {
    line-height: 90px
}

.za7a9dnav .za7a9dnav-item>a:hover,
.za7a9dnav .za7a9dthis>a {
    color: #3287cf;
}

.za7a9dnav .za7a9dthis {
    background: #eeeeee;
    border-top: 3px solid #3287cf;
    line-height: 87px;
}

.za7a9dnav .za7a9dthis:hover {
    border-top: none;
}

.za7a9dnav-child dd.za7a9dthis {
    background-color: rgba(238, 238, 238, 0);
    line-height: 45px;
}

.za7a9dnav .za7a9dthis>a {
    color: #3287cf !important;
}

.za7a9dnav-child {
    top: 90px;
    background-color: rgba(50, 135, 207, 0.8);
    text-align: center;
    border: none;
}

.za7a9dnav .za7a9dnav-child dd a {
    color: #fff;
}

.za7a9dnav .za7a9dnav-child dd a:hover {
    text-decoration: underline;
}

.za7a9dnav .za7a9dnav-child a:hover {
    background-color: none;
    color: #fff;
}

.za7a9dnavmenu .za7a9dnav .za7a9dnav-bar {
    display: none;
}

.za7a9dnavmenu .za7a9dnav-itemed a {
    color: #3287cf;
}

.za7a9dnavmenu .za7a9dnav-item a,
.za7a9dnavmenu .za7a9dnav-itemed>a {
    color: #333;
}

.za7a9dnavmenu .za7a9dnav-itemed>.za7a9dnav-child {
    background-color: #3287cf!important;
}

.za7a9dnavmenu .za7a9dnav-item>a {
    font-size: 16px;
    padding: 0 30px;
}


/* .za7a9dnavmenu .za7a9dnav .za7a9dnav-child a:hover {
    background: rgba(232, 235, 239, .8);
} */

.za7a9dheader .search {
    position: absolute;
    right: 50px;
    top: 44px;
    font-size: 12px;
}

.za7a9dheader .search ul li {
    position: relative;
    height: 24px;
    margin-top: -12px;
}

.za7a9dheader .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;
}

.za7a9dheader .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 */

.za7a9dsub-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%); */
}

.za7a9dsub-menu ul {
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #e0e0e0;
}

.centerArea {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.za7a9dsub-menu ul li {
    float: left;
    position: relative;
    width: 15% !important;
    margin-left: 35px;
}

@media only screen and (max-width: 414px) {
    .za7a9dsub-menu ul li {
        width: 30% !important;
    }
}

.za7a9dsub-menu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
    position: relative;
    padding: 18px 0;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.za7a9dsub-menu ul li.selected a {
    color: #000;
}

.za7a9dsub-menu ul li:hover a {
    color: #000;
}

.za7a9dsub-menu ul li.selected a::after {
    width: 20px;
}

.za7a9dsub-menu ul li:hover a::after {
    width: 20px;
}

.za7a9dsub-menu ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 50%;
    left: -42px;
    -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')
}

.za7a9drow .za7a9drowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.za7a9drow .za7a9drowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.za7a9drow .za7a9drowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

.za7a9drow .lead {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.za7a9drow .wow {
    background: #EFEFEF;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding: 4px;
}


/* .za7a9drow .wow:hover {
    background: #75B439;
} */

.za7a9drow .wow dt img {
    width: 100%;
}

.za7a9drow .wow dd {
    padding: 15px;
}

.za7a9drow .wow dd h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.za7a9drow .wow dd p {
    color: #646464;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.za7a9drow .wow:hover dd h1,
.za7a9drow .wow:hover dd p {
    color: #fff;
}

.za7a9drow .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;
}

.za7a9drow .perProduct .left {
    float: left;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
}

.za7a9drow .perProduct .left img {
    top: 50%;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.za7a9drow .perProduct .right {
    float: left;
    width: 60%;
    font-family: MicrosoftYaHei;
}

.za7a9drow .perProduct .right p {
    padding: 24px 0 16px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 28px;
}

.za7a9drow .perProduct .right .p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
}

.za7a9drow .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;
}

.za7a9drow .perProduct .right .look:hover {
    background-color: #1d3a7d;
}

.za7a9drow .featured-image {
    text-align: center;
}

.za7a9drow .featured-image img {
    width: 70%;
}

.za7a9drow .description {
    padding-top: 20px;
}

.za7a9drow .description h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
}

.za7a9drow .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;
}


/* 列表 */

.za7a9dnews_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: #333;
}

.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;
}


/* 内容 */

.za7a9dplace {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.za7a9dbody {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.za7a9dbody h2 {
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #2a2e2e;
}

.za7a9dbody .info {
    padding-bottom: 15px;
    font-family: HelveticaNeueLTPro, 微软雅黑;
}

.za7a9dbody .info small {
    padding: 0 1px;
}

.za7a9dbody p {
    padding-bottom: 20px;
}

.za7a9dbody img {
    max-width: 98%;
    height: auto;
}

.za7a9dmeta-tags {
    padding: 20px 0;
}

.za7a9dmeta-tags .za7a9dtagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
}

.za7a9dmeta-tags .za7a9dtagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.za7a9dmeta-tags .za7a9dtagitem:not(:last-child) {
    margin-right: 10px;
}

.za7a9dcontext {
    line-height: 30px;
}


/* 自定义内容 */

.za7a9dcontent {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.za7a9dcontent p {
    padding-bottom: 20px;
}

.za7a9dcontent .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;
}

.za7a9dcontent .contain:hover {
    background: #EFEFEF;
}

.za7a9dcontent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.za7a9dcontent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.za7a9dcontent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.za7a9dcontent .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 */

.za7a9dfooter {
    margin: 0 auto;
    color: #fff;
    background: #27292b;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.za7a9dfooter a {
    color: #c0c1c1;
}

.za7a9dfooter a:hover {
    color: #FFF;
}

.za7a9dfooter .za7a9dflink {
    padding-bottom: 20px;
}

.za7a9dfooter .za7a9dflink li {
    display: inline-block;
    margin-left: 10px;
}

.za7a9dfooter .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.za7a9dfooter dl {
    margin: 0 0 10px 50px;
}

.za7a9dfooter dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.za7a9dfooter dd {
    line-height: 30px;
}

.footerc {
    background: #27292b;
    color: #fff;
    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 .za7a9dcol-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;
}

.za7a9dnav-child {
    line-height: 45px;
}


/* mobile */

@media only screen and (max-width: 1140px) {
    .za7a9dheader .logo {
        left: 10px;
    }
    .za7a9dheader .logo {
        display: block;
        height: 60px;
        width: 137px;
        position: absolute;
        left: 50%;
        top: 0px;
        margin-left: -68px;
    }
    .za7a9dheader .search {
        display: none;
        position: fixed;
        width: 156px;
        z-index: 1000;
        left: 20px;
        top: 60px;
    }
    .za7a9dheader .search_r {
        left: auto;
        right: 20px;
    }
    .za7a9dheader .search input {
        width: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .za7a9dheader .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;
    }
    .za7a9drow .description {
        text-align: center;
    }
    .za7a9drow .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);
    }
}


/* 首页 */

.w100 {
    width: 100%;
    padding: 0;
}

.content_1 .product,
.content_4 .customer,
.content_5 .news-list {
    padding: 0 15px;
}

.content_1,
.content_3,
.content_4 {
    padding: 50px 0;
}

.content_1 .recom-protitle,
.content_3 .field-title {
    text-align: center;
    margin-bottom: 18px;
}

.content_1 .recom-protitle strong,
.content_3 .field-title strong,
.content_5 .news-title strong {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 2px;
}

.content_1 .recom-protitle span,
.content_3 .field-title span,
.content_5 .news-title span {
    display: block;
    font-size: 16px;
    color: #888888;
    margin: 10px 0 5px 0;
}

.content_1 .recom-content a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10% 0;
    border-radius: 10px;
    background: url("../images/1.png") no-repeat center;
}

.content_1 .recom-content em {
    display: block;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
}

.content_1 .recom-content em img {
    max-width: 100%;
}

.content_1 .recom-content p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.content_1 .recom-content a:hover {
    background: #3287cf;
}

.content_2 {
    background: #f5f5f5;
}

.content_2 .video video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_2 .info {
    padding: 4% 0 0 5%;
}

.content_2 .info strong {
    display: block;
    font-size: 26px;
    line-height: 26px;
}

.content_2 .info em {
    display: block;
    font-size: 14px;
    color: #888888;
    font-family: arial;
    text-transform: uppercase;
    margin: 5px 0 27px 0;
    font-style: normal;
}

.content_2 .info p {
    width: 75%;
    line-height: 30px;
    color: #666666;
    text-align: justify;
    margin-bottom: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_2 .info a::after {
    position: absolute;
    content: '';
    background: url("../images/8.png") no-repeat right top;
    width: 8px;
    height: 13px;
    top: 20px;
    right: 43px;
    transition: all ease .6s;
}

.content_2 .info a {
    display: block;
    width: 192px;
    background: #3287cf;
    border-radius: 26px;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    text-indent: 46px;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
    margin-bottom: 58px;
    transition: all ease .6s;
}

.content_2 .info a:hover {
    text-indent: 65px;
}

.content_2 .info a:hover:after {
    right: -43px;
}

.content_2 .c {
    padding-bottom: 30px;
}

.content_2 .c span {
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.content_2 .c .shu_nf {
    display: inline-block;
    font-size: 40px;
    line-height: 36px;
    color: #3287cf;
    font-family: arial;
    margin-right: 11px;
}

.content_2 .c h2 {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .content_2 .info {
        padding: 4% 3% 0 3%;
    }
    .content_2 .info strong,
    .content_2 .info em {
        text-align: center;
    }
    .content_2 .info p {
        width: 100%;
    }
    .content_2 .info a {
        display: block;
        margin: 0 auto 58px auto;
    }
}

.content_3 .swiper {
    margin-top: 15px;
    overflow: hidden;
}

.content_3 .swiper .swiper-slide {
    margin-right: 0;
}

.content_3 .swiper .swiper-slide>div {
    margin: 0 5px 0 5px;
}

.content_3 .swiper .pic {
    height: 300px;
    overflow: hidden;
}

.content_3 .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_3 .swiper .info {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.content_3 .info em {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 29px;
    font-style: normal;
}

.content_3 .swiper-button-next,
.content_3 .swiper-button-prev {
    position: absolute;
    top: 58%;
}

.content_3 .swiper-button-prev {
    left: -50px;
}

.content_3 .swiper-button-next {
    right: -40px;
}

.content_3 .swiper-button-next,
.content_3 .swiper-button-prev {
    width: 31px;
    height: 48px;
    border: solid 1px #d9d9d9;
}

.content_3 .swiper-button-prev::after,
.content_3 .swiper-button-next::after {
    color: #ccc;
    font-size: 18px;
}

.content_3 .swiper-button-prev:hover::after,
.content_3 .swiper-button-next:hover::after {
    color: #fff;
}

.content_3 .swiper-button-prev:hover,
.content_3 .swiper-button-next:hover {
    background-color: #3287cf;
    border-color: #3287cf;
}

.content_4 .i_link_l h2 {
    font-weight: bold;
    padding: 10% 0;
    position: relative;
    font-size: 30px;
}

.content_4 .i_link_l h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 24px;
    background: #eaeaea;
    left: 0;
}

.content_4 .i_link_l .txts {
    color: #666666;
    margin: 10% 0 12% 0;
    overflow: hidden;
    line-height: 1.5;
    font-size: 16px;
}

.content_4 .i_link_l .num {
    text-align: center;
    overflow: hidden;
    color: #333333;
    font-size: 54px;
    line-height: 1;
}

.content_4 .i_link_l .num label {
    font-size: 45px;
    vertical-align: middle
}

.content_4 .i_link_l .num h6 {
    color: #999999;
    font-size: 15px;
    padding-top: 15px;
}

.content_4 .text {
    position: relative;
}

.content_4 .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: url('../images/9.png') no-repeat;
    background-size: 1px 100%;
}

.content_4 .customer .pic {
    height: 105px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.content_4 .customer .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_4 .customer .pic::before,
.content_4 .customer .pic::after {
    position: absolute;
    z-index: 5;
    content: "";
    display: block;
    border: 5px solid transparent;
}

.content_4 .customer .pic:hover::before {
    width: 95%;
    height: 91%;
    border-bottom-color: #f5f5f5;
    border-left-color: #f5f5f5;
    bottom: 0;
    right: 0;
    transition: border-color 1.2s ease-out 0.4s, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.6s;
}

.content_4 .customer .pic:hover::after {
    width: 95%;
    height: 91%;
    border-top-color: #f5f5f5;
    border-right-color: #f5f5f5;
    top: 0;
    left: 0;
    transition: all ease-out .5s;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .content_4 .line::after {
        width: 0;
    }
}

.content_5 {
    padding: 51px 0 42px;
    background-color: #f4f4f4;
}

.content_5 .news-title {
    text-align: center;
    margin-bottom: 45px;
}

.content_5 .swiper {
    overflow: hidden;
}

.content_5 .pic {
    position: relative;
}

.content_5 .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_5 .info {
    position: absolute;
    width: 50%;
    background: rgba(12, 43, 90, 0.65);
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 4%;
    text-align: left;
    font-size: 14px;
}

.content_5 .info em {
    display: block;
    font-size: 18px;
    padding-top: 26%;
    margin-bottom: 8%;
    color: #fff;
    font-style: normal;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_5 .info p {
    line-height: 25px;
    color: #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7%;
}

.content_5 .info span {
    display: block;
    font-family: arial;
    color: #fff;
}

.content_5 .swiper-button-next,
.content_5 .swiper-button-prev {
    top: 116%;
}

.content_5 .swiper-button-prev {
    left: 40px;
}

.content_5 .swiper-button-next {
    right: 435px;
}

.content_5 .swiper-button-prev,
.content_5 .swiper-button-next {
    width: 33px;
    height: 33px;
    border: solid 1px #d9d9d9;
    border-radius: 50%;
}

.content_5 .swiper-button-prev::after,
.content_5 .swiper-button-next::after {
    color: #ccc;
    font-size: 18px;
}

.content_5 .img {
    height: 62px;
    overflow: hidden;
}

.content_5 .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_5 .news_list_item_line {
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}

.content_5 .news_list_item_line:hover {
    background: none;
}

.content_5 .news_list_item_line:hover a {
    color: #333;
}

.content_5 .time {
    display: block;
    text-align: center;
    padding-top: 18px;
}

.content_5 .text {
    padding-left: 15px;
}

.content_5 .des {
    margin-top: 8px;
}

.content_5 .news_list_item_line:hover .tit a,
.content_5 .news_list_item_line:hover .time {
    color: #3287cf;
}

.content_5 .news_list_item_line:hover {
    transform: translateX(15px);
    transition: all ease .6s;
}

@media only screen and (max-width: 1024px) {
    .content_5 .swiper-button-next {
        right: 370px;
    }
}

@media only screen and (max-width: 768px) {
    .content_5 .img {
        height: 85px;
    }
    .content_5 .swiper-button-next {
        right: 610px;
    }
}

@media only screen and (max-width: 414px) {
    .content_5 .img {
        height: 180px;
    }
    .content_5 .time {
        text-align: left;
    }
    .content_5 .text {
        padding-left: 0;
    }
    .content_5 .swiper-button-next {
        right: 265px;
    }
}

@media only screen and (max-width: 375px) {
    .content_5 .swiper-button-next {
        right: 225px;
    }
    .content_5 .img {
        height: 160px;
    }
}


/* 导航栏 */


/* 关于我们 */

.content_6 {
    padding-bottom: 38px;
}

.content_6 .about-title em {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-style: normal;
}

.content_6 .about-title span {
    display: block;
    font-size: 16px;
    color: #888;
    text-align: center;
    margin-bottom: 35px;
}

.content_6 .info {
    padding: 0 15px;
}

.content_6 .info p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    text-indent: 2rem;
    padding-bottom: 35px;
}

.content_7 {
    color: #fff;
    text-align: center;
}

.content_7 .bg1 {
    background: url('../images/23.jpg') no-repeat center;
    background-size: cover;
    padding: 73px 0 160px 0;
}

.content_7 .bg2 {
    background: url('../images/24.jpg') no-repeat center;
    background-size: cover;
    padding: 73px 0 104px 0;
}

.content_7 .bg1 em,
.content_7 .bg2 em {
    display: block;
    font-size: 18px;
    margin-bottom: 22px;
    font-style: normal;
    text-align: center;
}

.content_7 .bg1 h2 {
    font-size: 24px;
    margin-bottom: 7px;
    padding: 0 15px;
}

.content_7 .bg2 h2 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 42px;
    padding: 0 15px;
}

.content_7 .bg1 i,
.content_7 .bg2 i {
    display: block;
    width: 57px;
    height: 2px;
    background: #fff;
    margin: 29px auto 0;
}

@media only screen and (max-width: 1024px) {
    .content_7 .bg2 {
        padding: 73px 0 62px 0;
    }
}

@media only screen and (max-width: 768px) {
    .content_7 .bg2 {
        margin-top: 30px;
    }
}

.content_8 {
    padding: 52px 0 47px 0;
}

.za7a9dtimeline.za7a9dimg-interlaced .za7a9dtimeline-axis {
    background: #3287cf;
}

.za7a9dtimeline-axis {
    color: #3287cf;
}

.content_8 .text,
.content_8 .image {
    background: #f5f5f5;
}

.content_8 .text {
    padding-left: 260px;
}

.content_8 .image .big {
    padding: 30px 350px 25px 0;
}

.za7a9dimg-interlaced .image:nth-child(even),
.za7a9dimg-interlaced .image:nth-child(odd) {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.content_8 .za7a9dtimeline .desc b {
    display: block;
    font-size: 60px;
    line-height: 44px;
    color: #dddddd;
    font-weight: bold;
    margin-top: 66px;
}

.content_8 .za7a9dtimeline .desc em {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #3287cf !important;
    height: 66px;
    position: absolute;
    top: 88px;
    font-style: normal;
}

.content_8 .za7a9dtimeline .desc em::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 6px;
    background: #e77918;
    left: 0;
    bottom: 0;
}

.content_8 .za7a9dtimeline .desc p {
    line-height: 26px;
    color: #666666;
    margin-top: 54px;
    font-size: 14px;
    padding-right: 155px;
    padding: 0 15px 72px 0;
}

.content_8 .item2 .image .big {
    padding: 33px 0px 27px 350px;
}

.content_8 .item2 .text {
    padding-left: 100px;
    padding-bottom: 30px;
}

.content_8 .item2 .image,
.content_8 .item2 .text {
    background: none;
}

.content_8 .more {
    display: block;
    width: 205px;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    background: #e77918;
    border-radius: 28px;
}

@media only screen and (max-width: 1024px) {
    .content_8 .za7a9dimg-interlaced {
        padding: 0 15px;
    }
    .content_8 .item1 .text,
    .content_8 .item2 .text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 414px) {
    .content_8 .z24b63timeline .desc p {
        padding: 0 15px 15px 0;
    }
}

.content_9 .honor {
    padding: 0 15px;
}

.content_9 .pic {
    height: 345px;
    overflow: hidden;
}

.content_9 .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/* 产品中心 */

.content_10 {
    text-align: center;
}

.content_10 .gkj1 h2 {
    font-size: 32px;
    color: #333333;
}

.content_10 .gkj1 span {
    color: #999999;
    font-size: 20px;
    display: block;
    margin-top: 15px;
}

.content_10 .gkj1 p {
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
    line-height: 36px;
    padding: 0 15px;
}

.content_10 .gkj1 img {
    max-width: 100%;
    display: block;
    margin: 60px auto 0 auto;
}

.content_11 {
    background: url('../images/29.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px;
    margin-top: 60px;
}

.content_12 {
    background: url('../images/30.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px;
}

.content_11 .desc {
    padding: 0 15px;
}

.content_11 .title {
    padding-top: 80px;
}

.content_11 .title h3 {
    font-size: 30px;
    font-weight: bold;
}

.content_11 .title span {
    display: block;
    font-size: 20px;
    padding: 15px 0 0 26px;
    letter-spacing: 1px;
}

.content_11 .sec01_con {
    background: url('../images/11.png') no-repeat;
    background-size: cover;
    padding: 2%;
    margin-top: 40px;
}

.content_11 .sec01_con h6 {
    border-bottom: 2px solid #d3d2d0;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.content_11 .sec01_con .first {
    padding-top: 35px;
}

.content_11 .sec01_con p {
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
    color: #d3d2d0;
}

.content_15 .desc,
.content_16 .desc,
.content_16 .sec01_con {
    padding: 0 15px;
}

.content_15 .ccsj1L {
    background: url('../images/18.png') no-repeat;
    background-size: cover;
    color: #3287cf;
}

.content_15 .ccsj1L h3 {
    font-size: 32px;
}

.content_15 .ccsj1L>span {
    display: block;
    font-size: 20px;
    padding: 15px 0 0 26px;
    letter-spacing: 1px;
}

.content_15 .ccsj1L1 {
    margin-top: 50px;
}

.content_15 .ccsj1L1 span {
    display: block;
    background-color: #3287cf;
    color: #fff;
    font-size: 16px;
    padding: 2px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.content_15 .ccsj1R2 img,
.content_15 .ccsj1R img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_15 .ccsj1R2 {
    text-align: center;
}

.content_15 .ccsj1R2 h3 {
    font-size: 20px;
    color: #333333;
}

.content_15 .ccsj1R2 span {
    color: #999999;
    font-size: 18px;
}

.content_15 .ccsj1R2 p {
    color: #999999;
    font-size: 14px;
    padding-bottom: 0;
}

.content_16 {
    background: url('../images/33.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 40px;
    padding-bottom: 100px;
}

.content_16 .title {
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.content_16 .title h3 {
    font-size: 32px;
}

.content_16 .title span {
    display: block;
    font-size: 20px;
    padding-top: 15px;
}

.content_16 .sec01_con {
    background: url('../images/20.png') no-repeat;
    background-size: cover;
    padding: 3%;
    margin-top: 60px;
}

.content_16 .sec01_con h2 {
    border-bottom: 2px solid #afc1cd;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.content_16 .sec01_con p {
    padding: 18px 0;
    font-size: 18px;
    line-height: 24px;
    color: #d3d2d0;
    border-bottom: 1px solid #afc1cd;
}

@media only screen and (max-width: 414px) {
    .content_16 .sec01_con .cp_1 {
        display: block;
        padding-top: 30px;
    }
}


/* 联系我们 */

.content_13 {
    background-color: #f5f5f5;
    padding: 40px 0 40px 0;
}

.content_13 .link,
.content_14 .link {
    padding: 0 15px;
}

.content_13 .title h3 {
    line-height: 40px;
    font-size: 36px;
    color: #000000;
}

.content_13 .inpu input {
    width: 100%;
    line-height: 58px;
    font-size: 18px;
    color: #333;
    border: solid 1px #e6e6e6;
    outline: none;
    background: none;
    background: #fff;
    text-indent: 15px;
    margin-bottom: 20px;
}

.content_13 .inpu textarea {
    resize: none;
    line-height: 24px;
    border: solid 1px #e6e6e6;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    text-indent: 15px;
    font-size: 14px;
    padding-bottom: 80px;
}

.content_13 .inpu textarea:focus {
    border: 2px solid #000;
    border-radius: 5px;
}

.content_13 .inpu a {
    display: block;
    width: 100%;
    line-height: 70px;
    text-align: center;
    border: none;
    border-radius: 0;
    background: #f67524;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}


/* 地图 */

html,
body {
    margin: 0;
    padding: 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.content_14 {
    margin-top: 30px;
}

.content_14 #dituContent {
    height: 210px;
}

.content_14 .title1 strong {
    line-height: 3em;
    font-size: 20px;
    color: #666;
}

.content_14 .title1 p {
    line-height: 42px;
    font-size: 16px;
    color: #666;
    padding-bottom: 0;
}

.content_14 .title1 p img {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-right: 10px;
}

.content_14 .title2 {
    position: relative;
}

.content_14 .title2 img {
    max-width: 100%;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    bottom: 30px;
    animation: dh 1.6s linear;
    animation-iteration-count: infinite;
}

@keyframes dh {
    0% {
        bottom: 50px;
    }
    25% {
        bottom: 30px;
    }
    50% {
        bottom: 50px;
    }
    75% {
        bottom: 30px;
    }
    100% {
        bottom: 50px;
    }
}

.content_14 .title3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/* 企业新闻 */

.qyxw .za7a9dnews_list_wrap {
    padding: 0 15px;
}

.qyxw .news_list_item_line {
    padding: 0;
    margin-bottom: 18px;
    background: #f5f5f5;
}

.qyxw .news_list_item_line:hover {
    box-shadow: none;
    color: #333;
}

.qyxw .news_list_item_line:hover a {
    color: #333;
}

.qyxw .text {
    padding: 0 15px;
}

.qyxw .text .tit {
    padding-top: 15px;
}

.qyxw .text .des {
    text-indent: 2em;
    margin-bottom: 34px;
}

.qyxw .text .time {
    background: #ebebeb;
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding: 5px;
}

.qyxw .text .more {
    font-size: 16px;
    color: #555555;
    float: right;
}

.qyxw .news_list_item_line:hover .tit a {
    color: #3287cf;
}

@media only screen and (max-width: 414px) {
    .qyxw .news_list_item_line {
        padding-bottom: 15px;
    }
}


/* 文字单行显示 */

.news_list_item_title,
.news_list_item_summery {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_item_title {
    width: 100%;
}


/* 图片溢出隐藏 */

.qyxw .img img {
    max-width: 100%;
}

.qyxw .img {
    height: 160px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}


/* 回到顶部 */

#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;
}