/*导航栏*/
nav ul li {
    position: relative;
    margin-right: 35px;
}

/* 人才招聘 */
.talent {
    background: url(../../../img/front/home/pic_08.jpg) center center;
    min-height: 226px;
}

.talent_l {
    margin-left: 65px;
    width: 365px;
    padding-top: 79px;
}

.talent_l div {
    font-size: 30px;
    color: #0067ac;
    line-height: 40px;
}

.talent_l span {
    display: block;
    font-size: 16px;
    color: #b5b5b5;
    line-height: 25px;
}

.talent_r {
    height: 226px;
    width: 770px;
    background: url(../../../img/front/home/pic_21.jpg) no-repeat right bottom;
}

.talent_wid {
    width: 360px;
    margin-left: 60px;
}

.talent_tit {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    padding-top: 47px;
}

.talent_tel {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
}

.talent_email {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.talent_more {
    margin-top: 11px;
}

.talent_more img {
    transition: all 0.5s linear;
}

.talent_more:hover img {
    margin-left: 30px;
}


/* tit标题栏目 */
.group {
    overflow: hidden;
    position: relative;
}

.group_l {
    position: relative;
    line-height: 75px;
    margin-top: 37px;
    font-size: 22px;
    color: #444444;
}

.group_l::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #0067ac;
}

.group_l span {
    font-size: 14px;
    color: #9e9e9e;
}

/*
.group_r {
    margin-top: 37px;
}
*/


.group_r li:first-child {
    background: none;
}

.group_r li a {
    color: #b0b0b0;
    font-size: 16px;
    line-height: 35px;
    padding: 0 31px;
    display: inline-block;
    transition: right 0.3s linear;
    position: relative;
    right: 0;
}

.group_r li.cur a, .group_r li:hover a {
    color: #fff;
    background: #3488ea;
    box-shadow: 0px 0px 20px #bec1c4
}

.group_r li.more a:hover {
    right: -20px;
}


/* 机台信息 */
.machine {
    background: url(../../../img/front/home/fBG.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

/* 产品分类 */
.product {
    background: #fff;
}

/* 新闻资讯 */
.news {
    background: #fff;
    padding-bottom: 70px;
}

.new_l {
    background: #f5f5f5;
    width: 584px;
    margin-top: 39px;
}

.new_l:hover {
    background: #3488ea;
    box-shadow: 0px 0px 15px #999;
}

.new_l_time {
    margin: 0 0 0 20px;
    width: 78px;
    text-align: left;
}

.new_l_time div {
    line-height: 28px;
    padding-top: 35px;
    font-size: 24px;
    color: #808080;
    font-weight: bold;
}

.new_l_time span {
    line-height: 20px;
    font-size: 16px;
    color: #bebebe;
    margin-left: 10px;
}

.new_l_title {
    padding-left: 20px;
    width: 435px;
    background: url(../../../img/front/home/pic_12.jpg) no-repeat left 33px;
}

.new_l_title div {
    line-height: 28px;
    padding-top: 18px;
    font-size: 18px;
    color: #515050;
    height: 28px;
    overflow: hidden;
}

.new_l_title span {
    line-height: 20px;
    margin-top: 11px;
    display: block;
    font-size: 16px;
    color: #c2c2c2;
    height: 40px;
    overflow: hidden;
}

.new_height {
    height: 114px;
}

.new_r {
    padding-top: 24px;
    width: 583px;
}

.new_r li {
    height: 116px;
    margin-top: 15px;
    background: #f5f5f5;
    transition: all 0.3s linear;
}

.new_r li:hover {
    background: #3488ea;
    box-shadow: 0px 0px 10px #999;
}

.new_r li a {
    display: block;
}

.new_data {
    width: 79px;
    text-align: left;
    margin-left: 20px;
    text-align: center;
}

.new_data div {
    line-height: 28px;
    padding-top: 35px;
    font-size: 24px;
    color: #808080;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_data span {
    margin-top: 5px;
    font-size: 16px;
    color: #bebebe;
    display: block;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_text {
    width: 430px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../../img/front/home/pic_12.jpg) no-repeat left 33px;
}

.new_text div {
    font-size: 18px;
    color: #515050;
    line-height: 25px;
    padding-top: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_text span {
    font-size: 16px;
    color: #c2c2c2;
    display: block;
    line-height: 28px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_r li:hover .new_data div, .new_r li:hover .new_data span, .new_r li:hover .new_text div, .new_r li:hover .new_text span {
    color: #fff;
}

.new_l:hover .new_l_time div, .new_l:hover .new_l_time span, .new_l:hover .new_l_title div, .new_l:hover .new_l_title span {
    color: #fff;
}

/* 合作商家 */
.cooperation {
    background: #fff;
}

.cooperation_ul {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 0px;
}

.cooperation_ul li {
    width: 247.5px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;

}

.cooperation_ul li:nth-child(5n) {
    margin-right: 0;
}


/*视频*/
.fix-video {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.fix-video .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%;
    padding: 10px;
    border-radius: 5px;
    background: #2d2d2d;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both;
}

.fix-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fix-video .hide {
    border: 0;
    position: fixed;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 5%;
    background: #090908;
    cursor: pointer;
    border-radius: 50%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.fix-video .hide::after, .fix-video .hide::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 1px;
    height: 55%;
    background: #fff;
    margin-top: -27.5%;
}

.fix-video .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fix-video .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.fix-video .hide:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}

/*轮播图*/

/* 企业产品 */
.product_tj {
    padding: 30px 0;
}

.product_tj ul li {
    cursor: pointer;
    float: left;
    border: 1px solid #f3f3f3;
    margin-right: 30px;

}

.product_tj ul li a > div {
    overflow: hidden;
    width: 290px;
    height: 290px;
    position: relative;
}

.product_tj {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.product_tj .hd {
    float: right;
    overflow: hidden;
    display: flex;
    height: 30px;
    padding: 0 10px;
}
.product_tj .hd a{
    display: inline-block;
    margin-right: 5px;
}
.product_tj .hd .prev:hover{
    border-right: 16px solid orangered;
}
.product_tj .hd .prev {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid #ccc;
    border-bottom: 8px solid transparent;
}
.product_tj .hd .next:hover{
    border-left: 16px solid orangered;
}
.product_tj .hd .next {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #ccc;
    border-bottom: 8px solid transparent;
}
.product_tj .hd .pageState {
    display: none;
}


.product_tj .hd ul {
    overflow: hidden;
    zoom: 1;
}

.product_tj .hd ul li {
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
}
.product_tj .hd ul li.on {
    background-position: 0 0;
    background-color: orangered;
}

.product_tj .bd {
    padding: 10px;
}

.product_tj .bd ul {
    overflow: hidden;
    zoom: 1;
}

.product_tj .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.product_tj .bd ul li .pic {
    text-align: center;
}

.product_tj .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.product_tj .bd ul li .pic a:hover img {
    border-color: #999;
}

.product_tj .bd ul li .title {
    line-height: 24px;
}


/* 轮播 */

.brand ul li:last-child{
    margin-right: 0;
}

.brand ul li {
    float: left;
    margin-right: 70px;
}



.brand ul li div.pic {
    vertical-align: middle;
    border-radius: 50%;
    border: 0px;
    width: 247.5px;
    height: 251px;
    line-height: 247.5px;
    text-align: center;
    background: #fff;
}
.brand ul li div.pic img {
    width: 230px;
    height: 230px;
}
.brand ul li .title {
    font-size: 20px;
    margin: 20px;
}


.txtMarquee-left {
    width: 1200px;
    position: relative;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 0px;
    background: #f4f4f4;
    padding: 0 10px;
}


.txtMarquee-left .bd {
    padding: 10px;
}

.txtMarquee-left .bd .tempWrap {
    width: 1200px !important;
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 120px;
    line-height: 120px;
    text-align: left;
    _display: inline;
    width: auto !important;
}

/*时间轴*/
/*
.biz-timeline-box {
    width: 520px;
    margin: 0 auto 45px;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-time {
    width: 344px;
    text-align: right;
}

.biz-timeline-box:nth-child(even) .biz_timeline-time {
    float: right;
    width: 344px;
    text-align: left;
}

.biz_timeline-time {
    font-size: 16px;
    color: #0980ef;
    font-weight: 600;
    line-height: 73px;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-node {
    float: left;
}

.biz_timeline-node {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0980ef;
    margin: 29px 40px;
}

div {
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.biz_longString {
    position: absolute;
    left: 50%;
    width: 8px;
    height: 200px;
    background: #bfbfbf;
    top: -1586px;
    z-index: 10;
    margin-left: -4px;
}

.biz_timeline-event {
    width: 500px;
    height: 100px;
    margin: 6px;
    color: #fff;
    background: #0980ef;
    text-align: center;
    font-size: 16px;
    line-height: 57px;
}
.biz-timeline-box:nth-child(odd) .biz_timeline-event {
    -webkit-border-radius: 0 70px 70px 0;
    -moz-border-radius: 0 70px 70px 0;
    border-radius: 0 70px 70px 0;
}

.biz-timeline-box:nth-child(even) .biz_timeline-event {
    -webkit-border-radius: 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px;
    border-radius: 70px 0 0 70px;
}*/


/*
* {
    padding: 0;
    margin: 0;
}

body {
    font-family:'Courier New', Courier, monospace, sans-serif;
}

.con {
    width: 1000px;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 50px;
    text-align: center;
}

.timeline-con {
    position: relative;
    margin: 100px 30px;
    position: relative;
}

.timeline-con::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(#feeeed , #0980ef, #feeeed);
    background: -webkit-linear-gradient(#feeeed , #0980ef, #feeeed);
    background: -o-linear-gradient(#feeeed , #0980ef, #feeeed);
    background: -moz-linear-gradient(#feeeed , #0980ef, #feeeed);
    position: absolute;
    left: 50%;
    top: 0;
}

.timeline-post {
    width: 50%;
    margin-left: 50%;
    margin-bottom: 60px;
}

.timeline-post:nth-child(even) {
    margin-left: 0;
}

.timeline-date {
    font-size: 20px;
    font-weight: bold;
    color: #666;

    position: absolute;
    right: 50%;
    margin-top: 15px;
    margin-right: 24px;
}

.timeline-post:nth-child(even) .timeline-date {
    left: 50%;
    margin-left: 24px;
}

.timeline-icon-con {
    width: 38px;
    height: 50px;
    background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 50%;
    margin-left: -18px;
}

.timeline-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #0980ef;
}


.timeline-content {
    position: relative;
    top: -6px;
    font-size: 18px;
    color: #ccc;
    line-height: 36px;
    margin: 0 0 0 44px;
    padding: 15px 16px 20px;
    background-color: #0980ef;
    border-radius: 5px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.timeline-post:nth-child(even) .timeline-content {
    margin: 0 44px 0 0;
    text-align: right;
}

.timeline-post:nth-child(odd) .timeline-content::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid #0980ef;
    border-bottom: 8px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    top: 22px;
    left: -30px;
}

.timeline-post:nth-child(even) .timeline-content::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #ffeeed;
    position: absolute;
    top: 22px;
    right: -30px;
}
*/
.fzlc{
    background-color: white;
    padding-bottom: 50px;
}


.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 1147px;
    height: 5px;
    background: #9ADBE8;
    margin: auto 0;
    position: absolute;
    top: 50%;
    left: 30px;
}
.main-timeline .timeline{
    width: 22%;
    float: left;
    margin-left: 3%;
    position: relative;
}
.main-timeline .timeline:before{
    content: attr(data-heading);
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    transform: rotate(-90deg);
    position: absolute;
    top: 30px;
    left: -2px;
    z-index: 2;
}
.main-timeline .timeline:after{
    content: "";
    width: 5px;
    height: 60px;
    border-left: 9px dotted #9ADBE8;
    position: absolute;
    top: 51%;
    left: 76px;
}
.main-timeline .timeline-content{
    padding: 15px 0 40px 50px;
    margin-bottom: 80px;
    border-radius: 15px;
    border: 5px solid #9ADBE8;
    text-align: left;
    background: #0980ef;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ background: #43a6ba; }
.main-timeline .timeline-content:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1784ab;
    border-radius: 10px 0 0 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{ background: #1784ab; }
.main-timeline .timeline-content:after{
    content: "";
    width: 40px;
    height: 40px;
    background: #0980ef;
    border-bottom: 5px solid #9ADBE8;
    border-right: 5px solid #9ADBE8;
    position: absolute;
    bottom: -23px;
    left: 50px;
    transform: rotate(45deg);
    z-index: -1;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{ background: #43a6ba; }
.main-timeline .description{
    font-size: 14px;
    color: white;
}
.main-timeline .read-more{
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #9ADBE8;
    text-transform: capitalize;
    position: relative;
}

.main-timeline .year1{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #0980ef;
    border-radius: 5px;
    border: 5px solid #9ADBE8;
    text-align: center;
    margin-left: 34px;
    transform: rotate(45deg);
    position: relative;
}
.main-timeline .timeline:nth-child(even) .year1{ background: #43a6ba; }
.main-timeline .year1 span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: white;
    transform: rotate(-45deg);
}
.main-timeline .timeline.bottom{ margin: -7.9% 0 0 7%; }
.main-timeline .timeline.bottom:nth-child(5n+1),
.main-timeline .timeline.bottom:last-child{ margin-left: 3%; }
.main-timeline .timeline.bottom:before{
    top: auto;
    bottom: 110px;
}
.main-timeline .timeline.bottom:after{
    top: 33%;
    left: auto;
    bottom: 54%;
    right: 73px;
    border-color: #9ADBE8;
}
.main-timeline .timeline.bottom .timeline-content{
    margin: 80px 0 0 0;
    padding: 15px 0 40px 50px;
}
.main-timeline .timeline.bottom .timeline-content:after{
    border: none;
    border-top: 5px solid #9ADBE8;
    border-left: 5px solid #9ADBE8;
    bottom: auto;
    top: -23px;
    left: auto;
    right: 50px;
}
.main-timeline .timeline.bottom .year1{
    top: 4px;
    margin-left: 132px;
}
@media only screen and (max-width: 1199px){
    .main-timeline:before{
        width: 5px;
        height: 100%;
        top: 0;
        left: 5%;
    }
    .main-timeline .timeline,
    .main-timeline .timeline.bottom,
    .main-timeline .timeline.bottom:nth-child(5n+1),
    .main-timeline .timeline.bottom:last-child{
        width: 85%;
        float: none;
        margin: 0 0 20px 15%;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{
        width: 60px;
        height: 5px;
        top: 50px;
        left: -58px;
        border-top: 9px dotted #9ADBE8;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline.bottom .timeline-content{ margin: 0; }
    .main-timeline .year1,
    .main-timeline .timeline.bottom .year1{
        width: 65px;
        height: 65px;
        line-height: 60px;
        margin: 0;
        position: absolute;
        top: 20px;
        left: -15.5%;
        z-index: 1;
    }
    .main-timeline .timeline .timeline-content:after{ display: none; }
    .main-timeline .timeline.bottom:before{
        bottom: auto;
        top: 30px;
        left: -2px;
    }
}
@media only screen and (max-width: 990px){
    .main-timeline .year1,
    .main-timeline .timeline.bottom .year1{
        left: -16.8%;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{ display: none; }
    .main-timeline .year1,
    .main-timeline .timeline.bottom .year1{
        width: 30px;
        height: 30px;
        border: 3px solid #9ADBE8;
        left: -13.5%;
    }
    .main-timeline .year1 span{ display: none; }
}
@media only screen and (max-width: 480px){
    .main-timeline .year1,
    .main-timeline .timeline.bottom .year1{ left: -15.5%; }
}











