.index_top {
    margin-bottom: 20px;
}

.index_top .main{
    display: flex;
    background-color: #ffffff;
}

.index_news{
    text-align: center;
    /*margin-bottom: 20px;*/
}

.index_news .main{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    background-color: #ffffff;
}

.index_news .main::before{
    display: block;
    content: '';
    left: -20px;
    top: -20px;
    position: absolute;
    background: url(../img/news.gif) left top no-repeat;
    width: 127px;
    height: 100%;
}

.index_news p {
    color: #555;
}

.index_news p span {
    color: #0f5aaa;
}

.index_news h2 {
    color: #0f5aaa;
    font-size: 40px;
    font-weight: bold;
}

.banner{
    margin-right: 20px;
    width: 590px;
    height: 395x;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.banner .swiper-container{
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.banner_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom:  0;
    color:  #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, transparent, #000);
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 10px;
    width: 20%;
    left: auto;
    text-align: right;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #0f5aaa;
}

.index_new_hot {
    flex: 1;
    padding-top: 40px;
    margin-right: 20px;
}

.index_new_top{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}

.index_new_top h2{
    color: #0f5aaa;
    font-size: 38px;
    margin-bottom: 15px;
}

.index_new_top p{
    display: inline-block;
}

.index_new_top span {
    color: #155eaa;
}

.index_new_tab {
    width: 100%;
    display: flex;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #0f5aaa;
    color: #333;
}

.index_new_head{
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.index_new_head.active, .index_new_head:hover{
    background-color: #0f5aaa;
    color: #fff;
}

.index_new_con{
    display: none;
    padding: 10px 0;
}


.index_new_con a{
    color: #333333;
}

.index_new_con a:hover{
    color: #155eaa;
}

.index_new_con li{
    line-height: 40px;
    padding-left: 20px;
    position: relative;
}

.index_new_con li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.index_new_con li .time{
    float: right;
    margin-right: 10px;
}

.index_new_item{
    display: flex;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}

.index_new_left {
    /*width: 115px;*/
    display: flex;
    align-items: center;
    text-align: center;
    border-right: 1px solid #ececec;
    margin-right: 20px;
}

.index_new_left_day{
    flex: 1;
    color: #333;
    font-size: 30px;
}

.index_new_left_month{
    flex: 1;
    font-size: 12px;
    color: #555;
    margin-right: 10px;
    margin-left: 5px;
}

.index_new_right{
    font-size: 12px;
    color: #555;
}

.index_new_right h3{
    font-size: 16px;
    color: #333;
}

.ad_banner{
    width: 100%;
    margin-bottom: 10px;
    /*background-color: #ffffff;*/
}

.ad_banner img {
    width: 100%;
}

.ad_banner .swiper-ad {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 10px;
    width: 20%;
    text-align: right;
    left: auto;
}

.index_project{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.index_module{
    margin-bottom: 20px;
    background-color: #ffffff;
}

.index_module_title{
    text-align: center;
    background: url(../img/title_bg.png) center no-repeat;
    font-size: 32px;
    color: #0f5aaa;
    font-weight: bold;
    padding: 20px 0;
    background-color: #ffffff;
}

.index_module .index_module_list {
    display: flex;
    margin-left: 20px;
}

.index_module .index_module_item {
    flex: 1;
    height: 163px;
    margin-bottom: 20px;
    position: relative;
}

.index_module .index_module_item::before{
    width: 93%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.index_module .index_module_item:last-child {
    margin-right: 0;
}

.index_module_name {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 28px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.index_patent{
    display: flex;
    /*margin-bottom: 35px;*/
    background-color: #ffffff;
}

.index_patent:last-child{
   /* margin-bottom: 60px;*/
}

.index_patent_box{
    width: 31%;

    box-sizing: border-box;
    margin-left: 20px;
}

.index_patent_box:last-child{
    margin-right: 0;
}

.index_patent_title{
    font-size: 18px;
    color: #155eaa;
    font-weight: bold;
    padding-left: 50px;
    border-bottom: 3px solid #99b8da;
    height: 56px;
    line-height: 56px;
    position: relative;
}

.index_patent_title::before{
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 120px;
    height: 3px;
    background-color: #0f5aaa;
}

.index_patent_con{
    font-size: 14px;
    padding: 10px 0;
}


.index_patent_con a {
    color: #333333;
}
.index_patent_con2 a {
    color: #333333;
}
.index_patent_con3 a {
    color: #333333;
}
.index_patent_con4 a {
    color: #333333;
}
.index_patent_con5 a {
    color: #333333;
}
.index_patent_con6 a {
    color: #333333;
}
.index_patent_con7 a {
    color: #333333;
}

.index_patent_con a:hover {
    color: #155eaa;
}
.index_patent_con2 a:hover {
    color: #155eaa;
}
.index_patent_con3 a:hover {
    color: #155eaa;
}
.index_patent_con4 a:hover {
    color: #155eaa;
}
.index_patent_con5 a:hover {
    color: #155eaa;
}
.index_patent_con6 a:hover {
    color: #155eaa;
}
.index_patent_con7 a:hover {
    color: #155eaa;
}


.index_patent_con li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.index_patent_con2 li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.index_patent_con3 li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.index_patent_con4 li {
    line-height: 30px;
    padding-left: 40px;
    position: relative;
}
.index_patent_con5 li {
    line-height: 30px;
    padding-left: 40px;
    position: relative;
}
.index_patent_con6 li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.index_patent_con7 li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}



.index_patent_con li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con2 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con3 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con4 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con5 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con6 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.index_patent_con7 li::before{
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #155eaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}



.index_patent_con li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con2 li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con3 li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con4 li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con5 li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con6 li .time{
    float: right;
    margin-right: 10px;
}
.index_patent_con7 li .time{
    float: right;
    margin-right: 10px;
}


.index_patent_con li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con2 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con3 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con4 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con5 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con6 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_patent_con7 li p{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.index_patent_con .index_patent_con2 .index_patent_con3 .index_patent_con4 .index_patent_con5 .index_patent_con6 .index_patent_con7 .company_swiper{
    width: 600px;
    margin: 40px auto 0;
    position: relative;
}

.index_patent_con .index_patent_con2 .index_patent_con3 .index_patent_con4 .index_patent_con5 .index_patent_con6 .index_patent_con7 .company_swiper .swiper-container{
    padding-right: 20px;
}


.news_con li {
    padding-left: 0;
    height: 60px;
    margin-bottom: 10px;
}

.news_con li::before{
    display: none;
}

.news_con li .time {
    background-color: #e7e7e7;
    text-align: center;
    width: 60px;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.news_con li .time span{
    display: block;
    line-height: 30px;
    color: #0f5aaa;
}

.news_con li .time span:first-child {
    background-color: #0f5aaa;
    color: #fff;
}

.news_con li p {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: inherit;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.company_swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.company_swiper .prev{
    background: url('../img/icon_arrow_left_mini.png') center no-repeat;
    left: -30px;
    transform: translate(0, -50%);
}

.company_swiper .next {
    background: url('../img/icon_arrow_right_mini.png') center no-repeat;
    right: -30px;
    transform: translate(0, -50%);
}

.news {
    background: url('../img/icon_news.png') left center no-repeat;
}

.works {
    background: url('../img/icon_works.png') left center no-repeat;
}

.patent {
    background: url('../img/icon_patent.png') left center no-repeat;
}

.patent2 {
    background: url('../img/icon_patent_02.png') left center no-repeat;
}


.compay {
    background: url('../img/icon_compay.png') left center no-repeat;
}

.job {
    background: url('../img/icon_job.png') left center no-repeat;
}

.msg {
    background: url('../img/icon_msg.png') left center no-repeat;
}

.index_patent_tab{
    float: right;
    display: inline-block;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: normal;
    margin-left: 20px;
}

.index_patent_tab span{
    cursor: pointer;
}

.index_patent_tab .active{
    color: #155eaa;
    font-size: 18px;
    font-weight: bold;
}

.company_swiper .swiper-slide {
    height: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.company_swiper .swiper-slide-visible {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.company_swiper .swiper-slide-active{
    top: 0;
    z-index: 11;
    transform: scale(1);
}

.index_dangqun{
    /*margin-bottom: 35px;*/
}

.index_dangqun .index_patent_box{
    background: url('../img/patent_bg.jpg') left top no-repeat;
    padding: 0;
    width: 47.5%;
    border-top: 3px solid #0f5aaa;
    border-left: 1px solid #b6c3d0;
    border-right: 1px solid #b6c3d0;
    border-bottom: 1px solid #b6c3d0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.index_dangqun .index_patent_title {
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    background-color: rgba(148, 192, 239, .2);
    color: #0f5aaa;
    padding: 0;
    display: flex;
}

.index_dangqun .index_patent_title::before{
    display: none;
}

.index_dangqun .index_patent_title span {
    flex: 1;
    max-width: 25%;
    cursor: pointer;
    text-align: center;
}

.index_dangqun .index_patent_title span.active {
    color: #fff;
    background-color: #2669c4;
}

.index_dangqun .index_patent_con{
    padding: 20px;
}

.index_dangqun .index_patent_con2{
    padding: 20px;
}
.index_dangqun .index_patent_con3{
    padding: 20px;
}
.index_dangqun .index_patent_con4{
    padding: 20px;
}
.index_dangqun .index_patent_con5{
    padding: 20px;
}
.index_dangqun .index_patent_con6{
    padding: 20px;
}
.index_dangqun .index_patent_con7{
    padding: 20px;
}

.dang {
    background: url('../img/icon_dang.png') left center no-repeat, url('../img/dangqun_title.png') left top no-repeat rgba(0, 0, 0, 0.1);
}

.home {
    background: url('../img/icon_home.png') left center  no-repeat, url('../img/dangqun_title.png') left top no-repeat rgba(0, 0, 0, 0.1);
}

.index_line{
    margin-bottom: 20px;
}

.index_patent_02{
    margin-bottom: 20px;
}

.index_patent_02 .index_patent_box{
    width: 47.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.index_patent_02 .index_patent_title {
    padding-left: 0;
}

.index_patent_02 .index_patent_tab{
    float: none;
}

/**增加**/
.top_banner{
    min-width: 1520px;
    width: 100%;
}

.top_banner .swiper-container{
    height: 100%;
}

.top_banner img {
    width: 100%;
    height: 420px;
    vertical-align: middle;
}



/*.top_banner .swiper-pagination {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 10px;
    width: 20%;
    text-align: right;
}*/
.top_change_img1{
    background: url('../img/top_bg_01.png') right center no-repeat;
}
.top_change_img2{
    background: url('../img/top_bg_02.png') right center no-repeat;
}
.top_change_img3{
    background: url('../img/top_bg_03.png') right center no-repeat;
}
.index_patent_con2{
    display: none;
}
.index_patent_con3{
    display: none;
}
.index_patent_con4{
    display: none;
}
.index_patent_con5{
    display: none;
}
.index_patent_con6{
    display: none;
}
.index_patent_con7{
    display: none;
}

.index_project_video video{

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
.index_project_video{
    width:274px;
    height: 163px;
    margin-left: -10px;
    background: url(../img/bg_05.png) center no-repeat;
}



.syBg{
    background: url(../img/bg.jpg) center top no-repeat #f6f6f6;
    padding-top: 160px;
    padding-bottom: 15px;
}

.syCenter{
    background-color: #ffffff;
    padding: 15px;
    display: flex;
}

.syCenter .syCompany{
    width: 268px;
    margin-right: 25px;
}

.syCompanyTitle{
    background: url(../img/title_bg2.png) 2px center no-repeat;
    text-align: center;
    font-size: 18px;
    color: #0f5aaa;
    margin-bottom: 10px;
    font-weight: 600;
}

.syCompanyText{
    color: #5f6266;
    font-size: 14px;
    line-height: 26px;
    background-color: #edf4fc;
    padding: 15px;
}

.syCompanyText p{
    text-indent: 2em;
    text-align: justify;
}

.syCompanyText img {
    margin-bottom: 10px;
    vertical-align: bottom;
    width: 100%;
}

.syCompanyText a{
    color: #155eaa;
}

.syNew{
    flex: 1;
}

.syPicNew{
    display: flex;
    margin-bottom: 15px;
}

.syPicNewLeft{
    width: 560px;
    margin-right: 15px;
}

.syPicNewLeft a{
    display: block;
    position: relative;
}

.syPicNewLeft img {
    vertical-align: middle;
    width: 100%;
}

.syPicNewTitle{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
}

.syPicNewRight{
    flex: 1;
}

.syPicNewRight img{
    vertical-align: middle;
    width: 100%;
}

.syPicNewRight a {
    display: block;
    width: 100%;
}

.syPicNewRight a:first-child{
    margin-bottom: 13px;
}

.syTextNewTitle{
    border-bottom: 1px solid #0f5aaa;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.syTextNewTitle_change{
    display: inline-block;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #0f5aaa;
}

.syTextList .index_patent_con {
    display: flex;
    padding: 0;
}

.syTextList .index_patent_con ul{
    width: 50%;
}

.syTextList .index_patent_con ul:last-child {
    margin-left: 30px;
}

.syTextList .index_patent_con li{
    line-height: 40px;
    border-bottom: 1px dashed #636363;
}

.syTextList .index_patent_con a{
    color: #636363;
}

.syTextList .index_patent_con a:hover{
    color: #155eaa;
}

.syLinks{
    width: 100%;
    background-color: #eff1f4;
}

.syLinks .footerFlink {
    margin: 0;
    padding: 20px 0;
}

.syLinks .footerFlinkTitle{
    color: #999;
}

.syLinks .footerFlinkTitle span{
    color: #155eaa;
}

.syLinks .footerFlinkSelect {
    background-color: #fff;
    border-radius: 3px;
    color: #333;
}

.syLinks .footerFlinkSelect select {
    color: #333;
}

.syLinks .footerFlinkSelect option {
    background-color: #fff;
}

.syFooter{
    background-color: #e1e3e7;
    padding: 40px;
}

.syFooter .footerCopyright{
    margin: 0 auto;
    width: 85%;
}

.syFooter .footerCopyrightBox{
    text-align: center;
    color: #333333;
    padding-left: 5%;
}

#zcb_change00,#zcb_change01,#zcb_change02,#zcb_change03{
    display: inline-block;
    width: 130px;
    text-align: center;
}

