
/******图片轮播******/
.layui-carousel{
    width: 100%;
    height: auto !important;
}
.layui-carousel img{
    width: 100%;
    height: auto;
    display: block;
}
.layui-carousel-ind{
    top: -90px;
}
.banner-carousel .layui-carousel-ind li{
    width: 48px;
    height: 6px;
    border-radius: unset;
    background-color: #547799;
}
.banner-carousel .layui-carousel-ind li.layui-this {
    background-color: #8cbced;
}
.layui-carousel>[carousel-item]>*{
    position: relative !important;
}
@media(max-width: 767px) {
    .layui-carousel-ind{
        top: -15px;
    }
    .banner-carousel .layui-carousel-ind li{
        width: 20px;
        height: 3px;
    }
}

/******产品轮播******/
.pro-carousel{
    margin-top: -80px;
}
.btn-more{
    background: url("/page/img/pro_more.png") no-repeat;
    background-size: 140px 28px;
    width: 140px;
    height: 28px;
    font-size: 14px;
    color: #484848;
    line-height: 28px;
    display: inline-block;
    padding-left: 10px;
}
/*.product-item{*/
    /*background-color: #f9fcff;*/
/*}*/
.product-item .product-head{
    background: transparent url(/page/img/pro_index_bj.png) no-repeat;
    background-size: cover;
}
.product-item .product-head-box{
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
    padding: 68px 58px 80px;
}
.product-head .product-title .title{
    text-align: center;
    font-size: 32px;
    color: #282828;
}
.product-btn{
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.product-head .product-detail{
    padding: 35px 30px 0;
}
.product-head .product-detail>p{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    text-indent: 30px;
}
.product-com{
    background-color: #f9fcff !important;
}
.product-com .pro-com-detail{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product-item ul{
    display: flex;
    justify-content: center;
}
.product-item ul li{
    /*min-height: 300px;*/
    width: 300px;
}
.product-item ul li:hover{
    background-color: #ffffff;
}
.product-item .pro-name{
    font-size: 16px;
    color: #535353;
    font-weight: 700;
}
.product-item .pro-com-intro{
    width: 100%;
}
.product-item .pro-com-intro>p{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.product-item .pro-line{
    height: 4px;
    width: 20px;
    background-color: #dddd;
}
.product-item ul li:hover .pro-line{
    background-color: #8cbced;
}
@media (max-width: 767px) {
    .pro-carousel{
        margin-top: 0;
    }
    .product-item .product-head{
        background: none;
        background-color: #f9fcff;
    }
    .product-item .product-head-box{
        padding: 20px;
    }
    .product-item ul{
        flex-wrap: wrap;
        justify-content: start;
    }
    .product-item ul li{
        width: 50%;
    }
    .product-head .product-title .title{
        font-size: 22px;
    }
    .product-head .product-detail>p{
        line-height: 25px;
    }
}
/******新闻中心******/
.news{
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 76px 0;
}
.news ul li:hover{
    box-shadow: 2px 2px 10px 2px #ddd;
    -moz-box-shadow: 2px 2px 10px 2px #ddd;
    -webkit-box-shadow: 2px 2px 10px 2px #ddd;
}
.new-head{
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
.new-head:after{
    content: " ";
    width: 80px;
    height: 4px;
    background-color: #3084D8;
    background-size: 30px 6px;
    bottom: -2px;
    position: absolute;
}
.new-head .title{
    font-size: 32px;
    color: #282828;
}
.new-head .desc{
    font-size: 14px;
    color: #808082;
}
.new-item{
    padding: 15px;
    position: relative;
}
.good{
    align-items: center;
    padding: 25px;
}
.new-item .new-L .new-time{
    background: url(/page/img/xian.png)0 0 no-repeat;
    background-size: 58px 58px;
    width: 58px;
    height: 58px;
    position: relative;
}
.new-item .new-time .day{
    font-size: 22px;
    color: #000000;
    position: absolute;
    /* left: 0px; */
    top: 5px;
}
.new-item .new-time .mouth{
    font-size: 16px;
    color: #CECECE;
    right: 15px;
    bottom: 10px;
    position: absolute;
}
.new-item .new-R .title{
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
}
.new-item .new-R .intro{
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    -webkit-line-clamp:2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.new-item .new-more{
    background-color: #3084D8;
    color: #ffffff;
    font-size: 10px;
    display: inline-block;
    padding: 2px 5px;
}
@media (max-width: 767px) {
    .news{
        width: 100%;
        margin: 0;
        padding: 40px 20px;
        border-bottom: 4px solid #cccccc;
    }
    .new-head .title{
        font-size: 22px;
        font-weight: 700;
    }
    .good{
        align-items: normal;
    }
}
/******合作伙伴******/
.partner{
    background: url("/page/img/partner_bg.png") no-repeat;
    padding: 60px 0;
}
.partner .partner-head .title{
    font-size: 32px;
    color: #ffffff;
}
.partner .partner-head .desc{
    font-size: 14px;
    color: #F5F5F5;
}
.partner .partner-com ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.partner .partner-com ul li a{
    display: block;
    padding: 10px;
}
.partner .partner-com ul li img{
    width: 100%;
}
@media (max-width: 767px) {
    .partner .partner-com ul{
        justify-content:center;
    }
}
/****内容导航*****/
.nav-con{
    width: 100%;
    position: relative;
}
.nav-con .nav-bg-img{
    width: 100%;
    height: auto;
    /*min-height: 150px;*/
}
.plan_bg{
    background: url("/page/img/plan_bg.png") no-repeat;
    background-size: 100% 900px;
}
.plan_detail_bg{
    background: url("/page/img/plan_detail_bg.png") no-repeat;
    background-size: 100%;
}
.nav-con .nav-tab {
    background-color: #000000;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav-con .nav-tab li a{
    color: #ffffff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}
.nav-con .nav-tab .active{
    background-color: #3084D8;
}
.tab-content{
     margin-bottom: 100px;
}
.tab-content .tab-item{
    display: none;
}
@media (max-width: 767px) {
    .nav-con .nav-tab {
        position: relative;
        background-color: #ffffff;
        border-bottom: 1px solid #dddddd;
    }
    .nav-con .nav-tab .active {
        background-color: #ffffff;
    }
    .nav-con .nav-tab li a{
        color: #0C0C0C;
        padding: 0 15px;
    }
    .nav-con .nav-tab .active a{
        color: #3084D8;
    }
}
/*****************/
.about-con .gs_title{
    background:url("/page/img/about_title_bg.png") no-repeat center;
    width: 100%;
    height: 82px;
}
.about-con .gs_title .title{
    font-size: 30px;
    color: #282828;
    display: block;
    text-align: center;
    height: 82px;
    line-height: 82px;
}
.about-con .gs_com_title span{
    font-size: 26px;
    color: #282828;
    font-weight: bold;
    position: relative;
}
.gs_com .gs_com_title span:after{
    content: "";
    position: absolute;
    background-color: #3084D8;
    width: 60px;
    height: 4px;
    bottom: -20px;
    left: 0;
}
.gs_com .info{
    color: #282828;
    font-size: 15px;
    line-height: 30px;
}
.gs_wh .gs_wh_item{
    display: flex;
    align-items: flex-start;
}
.gs_wh .gs_wh_item .title{
    color: #3084DB;
    font-size: 24px;
    margin: 20px 0;
}
.gs_wh .gs_wh_item  .info{
    color: #282828;
    font-size: 14px;
    line-height: 25px;
}
.gs_wh_bg{
    background:url("/page/img/tdbj.png") no-repeat right;
    background-size: 1200px 430px;
    width: 100%;
    height: 430px;
}
@media (max-width: 767px) {
    .tab-content,.gs_wh{
        margin: 0;
    }
    .about-con .marinT65{
        margin-top: 40px;
    }
    .about-con .marinT80 {
        border-bottom: 4px solid #dddddd;
        margin-top: 40px;
    }
    .about-con .gs_title{
        background-size: 80%;
    }
    .about-con .gs_title .title{
        font-size: 25px;
    }
    .gs_com{
        flex-direction: column;
        background-color: #ffffff !important;
        padding: 0 20px;
    }
    .gs_com .padding40,.gs_wh .padding40{
        padding: 20px;
    }
    .about-con .gs_com_title span{
        font-size: 20px;
    }
    .gs_wh  ul{
        flex-direction: column;
    }
    .gs_wh ul .with50{
        width: 100%;
    }
    .gs_wh .gs_wh_item img{
        max-width: 20%;
    }
    .gs_wh .gs_wh_item .title{
        font-size: 20px;
        margin: 5px 0 10px;
    }
}
/*****************/
.active{
    display: flex;
    display: flex;
    flex-wrap: wrap;
}
.active .active-item{
    border: 1px solid #dddddd;
    position: relative;
}

.active .active-item .title{
    position: absolute;
    left: 30px;
    top: -15px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 20px;
    background-color: #ffffff;
    font-size: 18px;
    color: #282828;

    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.active .active-item .detail .img{
    width: 100%;
    height: 15vw;
}
.active .active-item .info{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.active .active-item .active_btn{
    color: #ffffff;
    background-color: #3084DB;
    font-size: 14px;
    padding: 10px 25px;
    display: inline-block;
}
.btn{
    color: #ffffff;
    background-color: #3084DB;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    border: none;
}
.btn:hover{
    color: #ffffff;
    background-color: #3084DB;
}
.gs_link{
    margin-top: 120px;
}
@media (max-width: 767px) {
    .active .with33{
        width: 50%;
    }
    .active .active-item .detail .img {
        height: auto;
    }
    .active .active-item .active_btn{
        padding: 10px 15px;
        font-size: 13px;
    }
    .active .active-item .title{
        font-size: 16px;
        padding: 0 5px;
    }
    .active .detail{
        padding: 10px;
    }
    .gs_link{
        margin: 0;
        padding: 20px;
    }
    .gs_link .flexBetween{
        flex-direction: column;
    }
    .gs_link ul li{
        margin-bottom: 60px !important;
        width: auto;
    }
}
@media (max-width: 767px) {
    .pro-list{
        padding: 10px;
    }
    .pro-list .with25,.pro-list .with20{
        width: 50%;
    }
    .pro-list .flex-list .padding20{
        padding: 10px;
    }
}

/**************/
.nav-plan .layui-tab a {
    font-size: 16px;
    color: #F5F5F5;
}
.nav-plan .layui-tab-title{
    border: none;
}
.nav-plan .layui-tab-title li{
    padding: 0 25px;
}
.nav-plan .layui-this a{
    color: #3084DB;
}
.nav-plan .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #3084DB;
}
/****************/
.job-list  li{
    width: 100%;
}
.job-item .item-name{
    background: url("/page/img/ren.png") no-repeat;
    background-size: 136px  114px;
    width: 136px;
    height: 114px;
    position: relative;
    text-align: center;
}
.job-item .item-name span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #535353;
}
.job-item .item-info{
    color: #535353;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}
.job-item .item-info span{
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}
.job-item .item-com{
    padding: 5px 57px;
    color: #535353;
    font-size: 13px;
    flex: 1;
}
.job-item .pro-more-btn{
    background: url(/page/img/down.png) no-repeat center;
    background-size: 22px 22px;
    width: 100%;
    height: 22px;
    display: block;
    position: relative;
}
.job-item .pro-more-btn-up{
    background: url(/page/img/up.png) no-repeat center;
    background-size: 22px 22px;
}
.job-item .job-title>span{
    padding-right: 20px;
}
.job-item .pro-more-btn:after{
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #dddddd;
    width: 100%;
    top: 10px;
    z-index: -1;
}
.job-item .job-email-btn{
    background: url("/page/img/email.png") no-repeat;
    width: 67px;
    height: 67px;
}
.job-apply .job-apply-bg{
    background: url("/page/img/job_apply_bg.png") no-repeat;
    background-size: 100% 184px;
    width: 100%;
}
.job-div{
    background-color: #ffffff;
    margin: 30px 50px;
}
.job-form{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 10px 2px #ddd;
    -moz-box-shadow: 2px 2px 10px 2px #ddd;
    -webkit-box-shadow: 2px 2px 10px 2px #ddd;
}
.job-form .form-item{
    width: 50%;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px;
}
.job-form .form-item label{
    width: 100px;
    text-align: center;
}
.job-form .form-item input{
    height: 50px;
    line-height: 50px;
}
.job-form .form-item input,.job-form .form-item textarea,.job-form .form-item .file-upload{
    border: none;
    background-color: #ded9d957;
    padding: 0 10px;
    flex: 1;
}
.job-form .file-upload .upload-btn{
    display: inline-block;
    position: relative;
    background: url("/page/img/upload.png") no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.job-form .file-upload .upload-input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
@media (max-width: 767px) {
    .job .tab-content{
        padding: 20px;
    }
    .job .tab-item .marinT50{
        margin-top: 20px;
    }
    .job .tab-item .font26{
        font-size: 20px;
    }
    .job-apply .font32{
        font-size: 20px;
    }
    .job-apply .padding40{
        padding: 10px;
    }
    .job-div{
        margin: 30px 10px;
    }
    .job-form .with50{
        width: 100%;
    }
    .job-form .font14 {
        font-size: 12px;
    }
    .layui-form-item .layui-form-label{
        padding: 0;
    }
}
/******************/
.new-item .title{
    display: flex;
    justify-content: space-between;
    color: #808080;
}
.new-item .desc{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.new-item .num{
    font-size: 14px;
    color: #808080;
    padding-left: 40px;
    background: url(/page/img/icon_yjin.png) 5px 0px no-repeat;
}
.new-detail-info img{
    margin: 20px 0;
    max-width: 800px;
    /*width: 90%;*/
}
.title-line {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}
.title-line:after{
    content: "";
    position: absolute;
    background-color: #3084D8;
    width: 70px;
    height: 6px;
    bottom: -20px;
    left: 0;
}
@media (max-width: 767px) {
    .new-detail{
        margin-top: 40px;
    }
    .new-detail .font26 {
        font-size: 20px;
    }
    .new-item .item-img{
        width: 34%;
    }
    .new-item .item-img img{
        width: 100% !important;
        height: auto !important;
    }
    .new-item .font18 {
        font-size: 16px;
    }
    .new-item .desc{
        font-size: 12px;
    }
}
