/**

 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com

 */


body {
    background: #FFF;
    font-family: 微软雅黑;
}

body {
    line-height: 24px;
    font: 14px 微软雅黑;
}

/** 首页 */

/*导航部分*/
.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.3s
}

.nav.index {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}

.nav.scroll {
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}

.nav .nav-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 80px;
}

.nav .nav-list {
    display: inline-block;
    height: 80px;
}

.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #0054a7;
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: inline-block;
    line-height: 60px;
    position: relative;
    z-index: 9999999;
    cursor: pointer;
}

.layui-nav-item_div {
    display: none;
    width: 100px;
    position: absolute;
    z-index: 99999999;
    left: 50%;
    margin-left: -50px;
    top: 80px;
}

.layui-nav-item_divs {
    float: left;
    width: 100px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    margin-top: 5px;
}

.nav .layui-nav .layui-nav-item:hover div {
    display: block;
}

.nav .layui-nav .layui-nav-item div a {
    width: 80px;
    margin-left: 10px;
    float: left;
    line-height: 34px;
    height: 34px;
    text-align: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #333333;
}

.nav .layui-nav .layui-nav-item div a:first-child {
    border-bottom: 1px solid #C8C8C8;
}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #0054a7;
}

.nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
    color: #0054a7;
}

/* 首页样式 */
#demoContent2 {
    width: 100%;
    display: inline-block;
}

#demoContent2 .effect {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    width: 100%;
}

.slideBox2 {
    width: 100%;
    position: relative;
    float: left;
}

.slideBox2 .bd {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    float: left;
}

.slideBox2 .bd ul, .slideBox2 .bd ul li {
    float: left;
    width: 100%;
}

.slideBox2 .bd ul li a img {
    width: 100%;
    float: left;
}

.slideBox2 .bd .panel {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 84px;
    top: 50%;
    margin-top: -42px;
    z-index: 3;
    text-align: center;
}

.slideBox2 .bd .panel img {
    height: 100%;
    width: auto;
    float: none;
}

.slideBox2 .hd {
    width: 104px;
    height: 24px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -52px;
    bottom: 10px;
    border-radius: 100em;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-color: rgba(0, 0, 0, 1);
    filter: Alpha(opacity=50);
}

.slideBox2 .hd li {
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 100em;
    background-color: gray;
    margin-top: 6px;
    margin-left: 7px;
    cursor: pointer;
}

.slideBox2 .hd li.on {
    background-color: #fff;
}

.slideBox2 .prev {
    background-image: url(../img/new_index8.png);
    background-repeat: no-repeat;
    height: 31px;
    width: 16px;
    position: absolute;
    left: 35px;
    z-index: 9;
    padding: 20px;
    top: 50%;
    margin-top: -35px;
    background-position: center center;
    cursor: pointer;
    background-size: 16px 31px;
}

.slideBox2 .next {
    background-image: url(../img/new_index7.png);
    background-repeat: no-repeat;
    height: 31px;
    width: 16px;
    position: absolute;
    right: 35px;
    z-index: 9;
    padding: 20px;
    top: 50%;
    margin-top: -35px;
    background-position: center center;
    cursor: pointer;
    background-size: 16px 31px;
}

.home_news_t {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    font-size: 19px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.home_news_t div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 31px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.news_l_list.top_40 {
    margin-top: 40px;
}

.list_more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 53px;
    padding: 0px;
}

.list_more a {
    width: 211px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    text-align: center;
    font-size: 19px;
    font-family: PingFang SC;
    display: inline-block;
    color: #444444;
    border: 1px solid #B5B5B5;
}

#demoContent1 {
    width: 100%;
    float: left;
    margin-top: 45px;
}

#demoContent1 .effect {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    width: 100%;
}

.slideBox1 {
    width: 100%;
    position: relative;
    float: left;
}

.slideBox1 .bd {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    float: left;
}

.slideBox1 .bd ul {
    float: left;
    width: 100%;
}

.slideBox1 .bd ul li {
    float: left;
    width: 25%;
}

.slideBox1 .bd ul li a {
    display: inline-block;
    background: #E1E1E1;
    padding: 10px;
    margin-left: 3%;
    margin-right: 3%;
    width: 88%;
}

.slideBox1 .prev {
    background-image: url("../img/new_index1.jpg");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -60px;
    z-index: 3;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    background-size: 30px 30px;
}

.slideBox1 .next {
    background-image: url("../img/new_index2.jpg");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -60px;
    z-index: 3;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    background-size: 30px 30px;
}

.slideBox1 .bd ul li a .yjName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 20px;
    font-family: DIN;
    background-image: url("../img/new_index4.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50px 1px;
    color: #0054A7;
}

.slideBox1 .bd ul li a span {
    overflow: hidden;
    width: 94%;
    float: left;
    margin-left: 3%;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: Microsoft YaHei;
    color: #585858;
}

.slideBox1 .bd ul li a:hover {
    background: #337FCA;
}

.slideBox1 .bd ul li a:hover div {
    background-image: url("../img/new_index5.jpg");
    color: #fff;
}

.slideBox1 .bd ul li a:hover span {
    color: #fff;
}

#demoContent1s {
    width: 100%;
    float: left;
    display: none;
}

#demoContent1s .bd {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    float: left;
}

#demoContent1s .bd ul {
    float: left;
    width: 100%;
}

#demoContent1s .bd ul li {
    float: left;
    width: 100%;
    margin-top: 15px;
}

#demoContent1s .bd ul li a {
    display: inline-block;
    background: #E1E1E1;
    padding: 10px;
    margin-left: 3%;
    margin-right: 3%;
}

#demoContent1s .bd ul li a img {
    width: 100%;
    float: left;
}

#demoContent1s .bd ul li a div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 20px;
    font-family: DIN;
    background-image: url("../img/new_index4.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50px 1px;
    color: #0054A7;
}

#demoContent1s .bd ul li a span {
    overflow: hidden;
    width: 94%;
    float: left;
    margin-left: 3%;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: Microsoft YaHei;
    color: #585858;
}

.layui-container_bg {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    background-image: url("../img/new_index6.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-bottom: 30px;
}

.layui-container_bg_gary {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    background: #F6F6F6;
}

.carousel {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}

.carousel .slides {
    position: relative;
    text-align: center;
}

.carousel .slides .slideItem {
    padding: 0px;
    position: absolute;
    cursor: pointer;
    opacity: 1 !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.carousel .slides .slideItem:hover {
    border: 1px solid #0A7FC3;
}

.carousel_img {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.prevButton {
    background: url("../img/new_index1.jpg") no-repeat;
    background-size: 100% 100%;
    left: -60px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.nextButton {
    background: url("../img/new_index2.jpg") no-repeat;
    background-size: 100% 100%;
    right: -60px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.carousels {
    display: none;
}

.carousels img {
    width: 49%;
    float: left;
    margin-top: 15px;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

/*轮播*/
#banner img {
    min-width: 100%;
    height: 100%;
}

#banner .panel {
    width: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
}

#banner .panel p {
    color: #8c8c8c;
    font-size: 44px;
    line-height: 80px;
    letter-spacing: 15px;
}

#banner .panel p.title {
    color: #ffffff;
    font-size: 54px;
    letter-spacing: 10px;
    font-family: NSimSun
}

/*主体—产品*/
.main-product {
    padding-top: 0px;
    padding-bottom: 60px;
    background: url(../img/productbg.png) no-repeat center top;
    background-size: cover;
}

.main-product p {
    font-size: 16px;
    color: #ababab;
    line-height: 28px;
}

.main-product p.title, .main-service p.title {
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 140px;
}

.main-product p.title span, .main-service p.title span {
    color: #0054a7;
}

.main-product .content {
    border: 1px solid #DEDEDE;
    padding: 30px 20px 0 20px;
    text-align: center;
    transition: 0.3s;
    background: white
}

.main-product .content p.label {
    font-size: 18px;
    color: black;
    line-height: 46px;
    padding-top: 6px;
}

.main-product .content a {
    font-size: 18px;
    color: #0054A1;
    line-height: 68px;
}

.main-product .content:hover {
    box-shadow: 0 0 3px 3px #EEE;
}

.main-product.yj .content {
    box-shadow: 0 0 3px 3px #EEE;
    transition: 0.3s;
    padding: 0px;
}

.main-product.yj p.label {
    text-align: center;
    color: #737373;
    margin-top: 10px;
}

.main.product.yj .content .label {
    color: #0658A4;
}

.main-newsdate.yj h1 {
    color: #0658A4;
}

.con_t {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: left;
    color: #0658A4;
}

.con_con_z {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.con_con_z div {
    padding-left: 20px;
    margin-bottom: 20px;
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 9px;
}

.con_con_z div.con_con_z_bg1 {
    background-image: url(../img/BD-6550_14.jpg);
}

.con_con_z div.con_con_z_bg2 {
    background-image: url(../img/BD-6550_17.jpg);
}

.con_con_z div.con_con_z_bg3 {
    background-image: url(../img/BD-6550_19.jpg);
}

.con_con_z div.con_con_z_bg4 {
    background-image: url(../img/BD-6550_21.jpg);
}

.con_con_z div.con_con_z_bg5 {
    background-image: url(../img/BD-6550_21.jpg);
}

.con_con_z div.con_con_z_bg6 {
    background-image: url(../img/BD-6550_23.jpg);
}

.sj_i {
    display: none;
}

.index_yj_pic {
    width: 100%;
    height: 280px;
    background-image: url(../img/bd_logo.png) !important;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

/*主体-服务*/
.main-service {
    background: #f8f8f8;
}

.main-service .content {
    position: relative;
}

.main-service .content .content-left {
    width: 50%;
}

.main-service .content .content-left img {
    width: 100%;
}

.main-service .content .content-right {
    box-sizing: border-box;
    background: #FFF;
    padding: 58px 40px 0 48px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    overflow: hidden;
}

.main-service .content .content-right p {
    color: #adadad;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
    font-size: 16px;
    color: #4a4a4a;
}

.main-service .content .content-right span {
    display: block;
    width: 50px;
    height: 2px;
    background: #2cb6a1;
    margin-bottom: 23px;
}

.main-service .content .content-right:hover {
    box-shadow: 2px 2px 2px #EEE;
    transition: 0.3s;
}

.main-service .service-more {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.main-service .service-more a {
    padding: 10px 62px;
    font-size: 23px;
    line-height: 46px;
    color: #FFF;
    background: #7fd3c6;
    border-radius: 3px;
}

.con_table1 {
    width: 100%;
    margin-bottom: 120px;
    border-left: 1px solid #9F9F9F;
    border-top: 1px solid #9F9F9F;
}

.con_table1 th {
    border-right: 1px solid #9F9F9F;
    background-color: #f5f5f5;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color: #0067C6;
    font-weight: normal;
    border-bottom: 1px solid #9F9F9F;
}

.con_table1 td {
    border-right: 1px solid #9F9F9F;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #9F9F9F;
}

/*底部*/
.footer {
    padding-bottom: 0px;
    background: #f3f3f3;
    margin-top: 65px;
}

.footer .footer-web {
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer .footer-web a {
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}

.footer .footer-web a:hover {
    color: #dce1e0;
    transition: 0.3s;
}

.footer .footer-contact {
    color: #444;
    padding-top: 10px;
    padding-bottom: 10px
}

.footer .footer-contact .contact-top {
    padding-top: 15px;
    line-height: 30px;
}

.footer .footer-contact .contact-bottom {
    line-height: 25px;
}

.footer .footer-copyright {
    background: #141414;
    color: #FFF;
    line-height: 30px;
}

.footer .layui-container {
    position: relative;
}

.foot_logo {
    width: 53px;
    height: 63px;
    position: absolute;
    z-index: 9;
    top: -20px;
    left: -60px;
}

.foot_info {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    color: #444444;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
}

.foot_info_t {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.foot_two {
    width: 80px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.foot_two img {
    width: 100%;
    float: left;
    border-radius: 5px;
}

.footer_time {
    margin-top: 10px;
}

.footer_time strong {
    font-weight: bold;
    font-size: 14px;
}

/** 产品 */
.banner {
    height: 320px;
    margin-top: 80px;
}

.banner.product {
    background: url(../img/nav_img1.png) no-repeat center top;
    background-size: cover;
}

.main.product {
    padding: 30px 0 75px 0;
}

.main.product .content {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
    text-align: center;
}

.main.product .content .label {
    color: #565656;
    font-size: 30px;
    height: 60px;
}

.main.product .content .detail {
    font-size: 16px;
    line-height: 28px;
    color: #1e1e1e;
    padding-bottom: 30px;
}

.main.product .content a {
    color: #0054A1;
    font-size: 16px;
    line-height: 38px;
    padding: 10px 11px 10px 11px;
    border: 1px solid #0054A1;
    border-radius: 3px;
}

.products_yj_pic {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 300px;
    background-image: url(../img/bd_logo.png) !important;
    background-color: #fff;
    position: relative;
}

.products_yj_info {
    max-width: 100%;
    width: 500px;
    height: 320px;
    background-color: #eee;
    border: solid 1px #9c9c9c66;
    position: relative;
}

.products_yj_info img {
    max-width: calc(100% - 120px);
    max-height: calc(100% - 90px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.yjInfoHeight {
    background-color: #eee;
    border: solid 1px #9c9c9c66;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yjInfoHeight img {
    max-width: 86%;
    max-height: 75%;
}

.yjInfoHeight p {
    color: #0658A4;
    font-size: 26px;
    font-weight: 600;
    line-height: 52px;
    margin-top: 60px;
}

.yjInfoWord {
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    padding-right: 36px;
    padding-left: 50px;
    color: #333;
    display: block
}

/** 动态 */
.banner.news {
    background: url(../img/nav_img3.jpg) no-repeat center top;
    background-size: cover;
}

.banner .title {
    padding-top: 170px;
}

.banner .title.active {
    padding-top: 120px;
    transition: 1.5s;
}

.banner .title p {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.49);
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}

.main-news {
    padding: 70px 0 80px 0;
}

.main-news .content > div {
    padding-bottom: 40px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
}

.main-news .content .news-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.main-news .content .news-img img {
    max-width: 90%;
}

.main-news .content .news-panel {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}

.main-news .content .news-panel strong a {
    display: block;
    color: #555;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news .content .news-panel p.detail {
    color: #777;
    line-height: 24px;
}

.main-news .content .news-panel p.read-push {
    color: #AAA;
    padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}

/*动态详情页*/
.main-newsdate {
    margin-top: 80px;
    text-align: center;
}

.main-newsdate .news {
    text-align: left;
    line-height: 104px;
}

.main-newsdate h1 {
    padding-top: 6px;
    padding-bottom: 35px
}

.main-newsdate .pushtime {
    color: #686868;
    font-size: 18px;
    line-height: 82px;
}

.main-newsdate .introTop {
    padding-bottom: 28px;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    text-indent: 35px
}

.main-newsdate .introBott {
    font-size: 18px;
    line-height: 42px;
    text-align: justify;
    padding: 0px 0 0px 0;
    text-indent: 35px
}


/** 案例 */
.banner.case {
    background: url(../img/nav_img2.png) no-repeat center top;
    background-size: cover;
}

.main-case {
    padding: 80px 0 75px;
}

.main-case .content {
    width: 48%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-case .even {
    margin-left: 2%;
}

.main-case .case-img {
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.main-case .case-img img {
    width: 100%;
    transition: 2s;
}

.main-case .case-img img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.main-case p.lable {
    padding-top: 13px;
    font-size: 24px;
    line-height: 76px;
    color: #1E1E1E
}

.main-case p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

.main-case #casePage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}


/** 关于 */
.banner.about {
    background: url(../img/nav_img4.png) no-repeat center top;
    background-size: cover;
}

.main-about {
    padding-bottom: 130px;
}

.main-about ul.aboutab {
    padding: 30px 0;
    text-align: center;
}

.main-about ul.aboutab li {
    display: inline-block;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 46px;
    color: #b5b5b5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.main-about ul.aboutab li:first-child {
    margin-left: 0;
}

.main-about ul.aboutab li.layui-this, .main-about ul.aboutab li:hover {
    color: #0054A1;
    border-color: #0054A1;
    transition: 0.3s;
}

.main-about .tabJob, .main-about .tabCour {
    display: none;
}

/*公司简介*/
.main-about .tabIntro {
    padding-bottom: 15px;
}

.main-about .tabIntro .content {
    vertical-align: middle;
}

.main-about .tabIntro .content .img {
    width: 50%;
}

.main-about .tabIntro .content .img img {
    width: 100%;
}

.main-about .tabIntro .content .panel {
    width: 50%;
}

.main-about .tabIntro .content p {
    padding: 0px;
    line-height: 24px;
    text-align: justify;
}

.main-about .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}

/*招贤纳士*/
.main-about .tabJob .content {
    padding: 0 0 40px 20px;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #0054A1;
    margin-top: 90px;
}

.main-about .tabJob .content:first-child {
    margin-top: 10px;
}

.main-about .tabJob .content p {
    font-size: 18px;
    line-height: 40px;
}

.main-about .tabJob .content p.title {
    font-size: 24px;
    color: #545454;
    line-height: 60px;
}

.main-about .tabJob .content ol {
    padding-left: 20px;
    list-style-type: none;
    counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
}

.main-about .tabJob .content ol li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

/*发展历程*/
.main-about .tabCour p.title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.main-about .tabCour .timeline {
    position: relative;
    margin-top: 30px;
}

.main-about .tabCour .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 2px;
    background-color: #e2e2e2;
    left: 50px;
}

.main-about .tabCour .timeline li {
    position: relative;
    padding-top: 70px;
}

.main-about .tabCour .timeline li:first-child {
    padding-top: 0;
}

.main-about .tabCour .timeline li .cour-img {
    position: absolute;
    left: 0;
    width: 100px;
    border-radius: 50%;
}

.main-about .tabCour .timeline li .cour-img img {
    width: 100%;
}

.main-about .tabCour .timeline li .cour-panel {
    padding-top: 20px;
    padding-left: 120px;
    text-align: left;
}

.main-about .tabCour .timeline li .cour-panel p.label {
    font-size: 18px;
    color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
    color: #949494;
    line-height: 30px;
}

/** 新闻 */
.banner.new_news {
    background: url(../img/new_news1.jpg) no-repeat center top;
    background-size: cover;
}

.new_news_t {
    line-height: 28px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 38px;
    margin-bottom: 28px;
}

.new_news_time {
    width: 100%;
    float: left;
    font-size: 13px;
    text-align: center;
    font-family: DIN Alternate;
    font-weight: bold;
    background-image: url(../img/new_news8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    color: #787878;
    margin-bottom: 26px;
}

.new_news_time span {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.new_news_ts {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 20px;
    font-family: PingFang SC;
    color: #333333;
}

.new_news_w_100 {
    width: 100%;
    float: left;
}

.new_news_seat {
    width: 100%;
    float: left;
    margin-top: 125px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #000;
}

.new_news_seat a {
    color: #333;
}

.new_news_seat a:hover {
    color: #777;
}

.new_news_con_img {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.new_news_con_img span {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 3%;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC;
    color: #9A9A9A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_news_con_img div {
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC;
    color: #9A9A9A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.new_news_con_img span.w_50_l {
    width: 49.4%;
    bottom: 5%;
}

.new_news_con_img span.w_50_r {
    width: 49.4%;
    bottom: 5%;
    right: 0px;
    left: auto;
}

.new_news_con_img span.tree_1 {
    width: 72%;
    bottom: 3%;
}

.new_news_con_img span.tree_2 {
    width: 26.7%;
    bottom: 69.5%;
    right: 0px;
    left: auto;
}

.new_news_con_img span.tree_3 {
    width: 26.7%;
    bottom: 36.5%;
    right: 0px;
    left: auto;
}

.new_news_con_img span.tree_4 {
    width: 26.7%;
    bottom: 3%;
    right: 0px;
    left: auto;
}

.new_news_con_img span.two_1 {
    width: 100%;
    top: 39.6%;
    bottom: auto;
}

.new_news_con_img span.two_2 {
    width: 100%;
    bottom: 1.6%;
}

.new_news_con {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #333333;
    line-height: 30px;
    margin-bottom: 25px;
}

.new_news_zz {
    width: 100%;
    float: left;
    text-align: right;
    padding-bottom: 20px;
    margin-top: 15px;
    font-size: 13px;
    font-family: PingFang SC;
    color: #666666;
}

.new_news_piece {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 5px;
    border-top: 1px solid #d2d2d2;
}

.new_news_piece ul li {
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #444444;
    line-height: 20px;
}

.new_news_piece ul li a {
    color: #444444;
}

.news_l_list {
    margin-top: 100px;
}

.news_l_lists {
    width: 100%;
    float: left;
}

.news_l_lists img {
    width: 100%;
    float: left;
}

.news_l_lists_info {
    height: 80px;
    background-color: #f7f7f7;
    padding-left: 3%;
    padding-right: 3%;
    float: left;
    width: 94%;
}

.news_l_lists_infos {
    letter-spacing: 1px;
    width: 100%;
    float: left;
    font-size: 18px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 15px;
    line-height: 20px;
    color: #323232;
}

.news_l_lists_info span {
    float: left;
    margin-top: 10px;
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 18px;
    padding-top: 5px;
    line-height: 14px;
    padding-bottom: 5px;
    font-size: 12px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #323232;
    background-image: url(../img/news5.jpg);
}

.news_list_page {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    padding: 0px;
}

.news_list_page a {
    padding: 5px 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    margin-left: 5px;
    margin-right: 5px;
    color: #333333;
    border: 1px solid #D3D7E0;
    border-radius: 2px;
}

.news_list_page a.on {
    background: #20A0FF;
    color: #fff;
}

.news_list_page span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    margin-left: 5px;
    margin-right: 5px;
    color: #333333;
}

.layui-fixbar {
    bottom: 33px;
}

@media screen and (max-width: 480px) {
    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }

    .main-service .content .content-right p {
        line-height: 24px;
    }

    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }

    .main-case .content {
        padding-top: 60px;
    }

    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }

    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }

    .main-about ul.aboutab {
        padding: 70px 0;
    }

    .main-about ul.aboutab li {
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

    .main-about .tabIntro .content .panel.p_block {
        display: none;
    }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
    .nav {
        max-height: 80px;
    }

    .nav.index {
        background: rgba(255, 255, 255, 0.6);
    }

    .nav .nav-list button {
        display: none;
    }

    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }

    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 53px;
        line-height: 80px;
    }

    .main-product p.title, .main-service p.title {
        font-size: 36px;
        line-height: 132px;
    }

    .main.product .content .content-img {
        text-align: left;
    }

    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }

    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
    }

    .main-newsdate .pushtime {
        line-height: 142px;
    }

    .main-case .content {
        width: 45%;
    }

    .main-case .content.even {
        margin-left: 9%;
    }

    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .main-about .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }

    .main-about .tabJob .content p.title {
        font-size: 30px;
        line-height: 90px;
    }

    .main-about .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }

    .main-about .tabCour .timeline:before {
        left: 50%;
    }

    .main-about .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }

    .main-about .tabCour .timeline li .cour-img {
        left: 50%;
        margin-left: -97.5px;
        width: 195px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-top: 55px;
        padding-left: 0;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .main.product .content div.right {
        padding-left: 20px;
    }

    .nav .layui-nav .layui-nav-item {
        margin: 0 33px;
    }

    .main-service .content .content-right {
        padding: 10px 10px 0 15px;
    }

    .main-service .content .content-right span {
        margin-bottom: 20px;
    }

    .main-service .content .content-right p {
        line-height: 28px;
    }

    .main.product .content .label {
        line-height: 40px;
    }

    .main.product .content .detail {
        padding-bottom: 10px;
    }
}

/*大屏幕*/
@media screen and (min-width: 992px) {
    .main.product .content {
        padding: 100px 0;
    }

    .main.product .content div.right {
        padding-left: 0;
    }

    .main-news .content .news-img {
        width: 20%;
    }

    .main-news .content .news-panel {
        width: 80%;
    }

    .main-case .content {
        width: 31%;
    }

    .main-case .content.even {
        margin-left: 0;
    }

    .main-case .content.center {
        margin-right: 3%;
        margin-left: 3%;
    }

    .main-about .tabIntro .content p {
        padding: 0 50px;
        font-size: 20px;
        line-height: 40px;
    }

    .yjInfoHeight {
        height: 473px;
    }
}

/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .main-news .content .news-img {
        width: 35%;
    }

    .main-news .content .news-panel {
        width: 65%;
    }

    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }

    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-left: 50px;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px;
    }

    .yjInfoHeight {
        height: 574px;
    }
}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }

    .main-about .tabJob .content:last-child {
        margin-bottom: 180px;
    }

    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .layui-col-space80 > * {
        padding: 40px;
    }

    .layui-col-space80 {
        margin: -40px;
    }

    .yjInfoHeight {
        height: 589px;
    }
}

@media screen and (max-width: 768px) {
    .yjInfoHeight {
        height: 362px;
    }

    .foot_info {
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .foot_logo {
        display: none;
    }

    .new_news_t {
        font-size: 20px;
        margin-top: 27px;
    }

    .new_news_ts {
        font-size: 16px;
    }

    .new_news_con {
        font-size: 12px;
    }

    .footer {
        margin-top: 0px;
    }

    .new_news_con_img span {
        font-size: 12px;
        bottom: 1%;
    }

    .new_news_con_img span.two_1 {
        top: 38.6%;
    }

    .new_news_con_img span.two_2 {
        bottom: 0.6%;
    }

    .new_news_con_img span.tree_2 {
        bottom: 67.6%;
    }

    .new_news_con_img span.tree_3 {
        bottom: 34.6%;
    }

    .new_news_con_img span.w_50_l, .new_news_con_img span.w_50_r {
        bottom: 3%;
    }

    .new_news_con_img span.tree_4, .new_news_con_img span.tree_1 {
        bottom: 1%;
    }

    .new_news_con_img span.tree_1 {
        width: 74%;
    }

    .new_news_con_img span.tree_2, .new_news_con_img span.tree_3, .new_news_con_img span.tree_4 {
        width: 24.7%;
    }

    .foot_two {
        display: none;
    }

    .news_l_list {
        margin-top: 0px;
    }

    .news_l_lists {
        margin-top: 15px;
    }

    .news_list_page {
        margin-top: 40px;
    }

    #demoContent1 {
        display: none;
    }

    #demoContent1s {
        display: block;
    }

    .home_news_t div {
        font-size: 26px;
    }

    .home_news_t {
        font-size: 16px;
        margin-top: 15px;
    }

    .news_l_list.top_40 {
        margin-top: -10px;
    }

    .list_more a {
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .news_l_lists_infos {
        font-size: 16px;
    }

    .layui-container_bg {
        padding-bottom: 0px;
        background-image: none;
        margin-bottom: 0px;
    }

    .slideBox2 .bd .panel {
        height: 40px;
        margin-top: -20px;
    }

    #demoContent2 {
        margin-top: 80px;
    }

    .slideBox2 .prev {
        left: 0px;
    }

    .slideBox2 .next {
        right: 0px;
    }

    .carousel {
        display: none;
    }

    .carousels {
        display: block;
    }

    .nav {
        overflow: hidden;
    }

    .layui-nav-item_div {
        width: 100%;
        position: relative;
        z-index: 99999999;
        left: auto;
        float: left;
        margin-left: 0px;
        top: auto;
    }

    .layui-nav-item_divs {
        float: left;
        width: 100%;
        background: transparent;
        border: none;
        margin-top: 5px;
    }

    .list_more {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .carousels img {
        width: 47%;
        float: left;
        margin-top: 12px;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nav .layui-nav .layui-nav-item div a {
        width: 95%;
        margin-left: 5%;
        float: left;
        line-height: 34px;
        height: 34px;
        text-align: left;
        border-bottom: none;
        font-size: 13px;
        font-family: Microsoft YaHei;
        color: #333333;
    }

    .nav_flo {
        width: 100%;
        float: left;
    }

    .nav .layui-nav-bar, .nav .layui-nav .layui-this:after {
        background-color: transparent;
    }

    .nav .layui-nav-bar, .nav .layui-nav .layui-this a {
        border-bottom: 2px solid #0054a7;
    }

    .nav .layui-nav-bar, .nav .layui-nav .layui-this a div a {
        border-bottom: none !important;
    }

    .sj_i {
        display: block !important;
    }

    .main.product .content .label {
        line-height: 40px;
        padding-bottom: 20px;
    }

    .dp_i {
        display: none;
    }

    .slideBox2 .hd {
        width: 72px;
        height: 16px;
        margin-left: -36px;
    }

    .layui-container_bg_gary {
        padding-bottom: 0px;
    }

    .slideBox2 .hd li {
        width: 6px;
        height: 6px;
        margin-top: 5px;
    }

    .main.product .content {
        padding: 30px 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .con_table1 {
        margin-bottom: 30px;
    }

    .main-newsdate .news {
        text-align: left;
        line-height: 60px;
    }

    .new_news_seat {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1300px) {
    .nextButton {
        right: 0px;
    }

    .prevButton {
        left: 0px;
    }
}

@media screen and (max-width: 1350px) {
    .slideBox1 .next {
        right: 0px;
    }

    .slideBox1 .prev {
        left: 0px;
    }
}
