.index_banner_cover {
    position: absolute;
    top: 15%;
    left: 240px;
}

.index_banner_cover_tit {
    font-size: 44px;
    color: #0d87ff;
    margin-bottom: 28px;
}

.index_banner_cover_des {
    font-size: 16px;
    color: #999;
    margin-bottom: 100px;
}

.index_banner_cover_more {
    overflow: hidden;
}

.index_banner_cover_more a {
    font-size: 20px;
    color: #008bf5;
    float: left;
    width: 160px;
    text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
    border: solid 1px #0d87ff;
    padding: 0px;
    box-sizing: border-box;
}

.index_banner_cover_more>img {
    height: 48px;
    float: left;
}
.index_banner .swiper-container {
    /*height: 460px;*/
}
.index_banner .swiper-slide a {
    width: 100%;
}
.index_banner .swiper-slide a img {
    width: 100%;
}
.index_banner .swiper-button-next, .index_banner .swiper-button-prev {
    width: 80px;
    height: 80px;
    opacity: 1;
    /* position: absolute;
    z-index: 1000; */
}
.index_banner .swiper-button-next:after, .index_banner .swiper-button-prev:after {
    display: none;
}
.index_banner .swiper-button-next {
    background: url(../images/index_banner_next_hover.png) left top no-repeat;
    background-size: 100% 100%;
}
.index_banner .swiper-button-next:hover {
    background: url(../images/index_banner_next.png) left top no-repeat;
    background-size: 100% 100%;
}
.index_banner  .swiper-button-prev {
    background: url(../images/index_banner_prev.png) left top no-repeat;
    background-size: 100% 100%;
}
.index_banner  .swiper-button-prev:hover {
    background: url(../images/index_banner_prev_hover.png) left top no-repeat;
    background-size: 100% 100%;
}


/* .index_banner .swiper-button-prev:after, .index_banner .swiper-container-rtl .swiper-button-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index_banner_prev.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-prev:hover:after, .index_banner .swiper-container-rtl .swiper-button-next:hover:after {
    background: url(../images/index_banner_prev_hover.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-next:after, .index_banner .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index_banner_next_hover.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-next:hover:after, .index_banner .swiper-container-rtl .swiper-button-prev:hover:after {
    background: url(../images/index_banner_next.png) left top no-repeat;
    background-size: 100% 100%;
} */

.index_profile {
    padding:107px 0px 224px;
    background: url(../images/index_profile_bg.png) left bottom no-repeat;
    background-size: 100% auto;
}

.index_en_tit {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 16px;
}

.index_ch_tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
}

.index_tit_line {
    width: 42px;
	height: 3px;
    background: #ffb80d;
    margin-bottom: 42px;
    display: block;
}

.index_profile_details {
    font-size: 16px;
    margin-bottom: 70px;
	line-height: 36px;
    color: #666;
    width: 50%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_link_btn {
    width: 120px;
	height: 46px;
    line-height: 46px;
    text-align: center;
    background: #0d87ff;
    border: 1px solid #0d87ff;
    font-size: 16px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.index_product {
    padding:100px 0px 80px;
    background: url(../images/index_product_bg.jpg) left top no-repeat;
    background-size: 100% 100%;
}

.index_product_top {
    overflow: hidden;
    margin-bottom: 70px;
}

.index_product_top_left {
    max-width: 50%;
    float: left;
}

.index_product_top .index_link_btn {
    float: right;
    margin-top: 46px;
    border: 1px solid #fff;
    background: #fff;
    color: #0d87ff;
    transition: all 0.4s;
}
.index_product_list {
    width: 10%;
    float: left;
}
.index_product_list li {
    overflow: hidden;
    padding: 20px 0px;
    border: 1px solid transparent;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.index_news_moreImg02{
    display: none;
}

.index_news_list>li:hover .index_news_moreImg02{
    display: block;
}

.index_news_list>li:hover .index_news_moreImg01{
    display: none;
}


.index_product_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
	color: #666;
}

.index_product_list li i {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 12px;
    float: left;
    margin-top: 7px;
    background: #a2b2c1;
    border-radius: 50%;
}

.index_product_list li.on i {
    background: #0d87ff;
}

.index_product_list li.on,.index_product_list li.on a {
    color: #0d87ff;
}

.index_product_list li.on {
    border-bottom: 1px solid #0d87ff;
}

.index_product_swipers {
    width: 82%;
    float: right;
    overflow:hidden;
    box-sizing: border-box;
    /*padding: 60px;*/
    background: #fff;
}

.index_product_swiper_item {
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    overflow: hidden;
    display:none;
}

.index_product_swiper_item.on {
    display: block;
}

.index_product_images {
    width: 37%;
    height: 300px;
    float: left;
}

.index_product_right {
    width:57%;
    float: right;
}
.index_product_swipers img{
    transition: all 0.6s;
}
.index_product_swipers:hover img{
    transform: scale(1.1);
}



.index_product_swiper_item .swiper-container , .index_product_swiper_item .swiper-wrapper , .index_product_swiper_item .swiper-slide {
    /* width: 100% !important; */
    height: 100% !important;
}

.index_product_images .swiper-slide {
    background: url(../images/index_product_img_bg.png) left top no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.index_product_images .swiper-slide  img {
    max-width:80%;
    max-height: 90%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.index_product_swiper_item .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.index_product_title {
    font-size: 22px;
    color: #333;
    margin-bottom: 32px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;    
}

.index_product_line {
    width: 66px;
	height: 2px;
    background: #ffa10d;
    margin-bottom: 32px ;
    display: block;
}

.index_product_cont {
    font-size: 16px;
	line-height: 30px;
    color: #999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_product_descripe {
    height: 188px;
    margin-bottom: 60px;
}
.index_product_swipers_btns {
    position: relative;
    width: 85px;
    height: 24px;
} 

.index_product_swipers_btns .swiper-button-next, .index_product_swipers_btns .swiper-button-prev {
    width: 12px;
    height: 20px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    z-index: 10;
}
.index_product_swipers_btns .swiper-button-next:after, .index_product_swipers_btns .swiper-button-prev:after {
    display: none;
}
.index_product_swipers_btns .swiper-button-next {
    background: url(../images/index_product_next.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_product_swipers_btns .swiper-button-next:hover {
    background: url(../images/index_product_next_hover.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_product_swipers_btns .swiper-button-prev {
    background: url(../images/index_product_prev.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_product_swipers_btns .swiper-button-prev:hover {
    background: url(../images/index_product_prev_hover.png) left top no-repeat;
    background-size: 100% 100%;
}

/* .index_product_swipers_btns .swiper-button-next:after, .index_product_swipers_btns .swiper-container-rtl .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content:"";
    background: url(../images/index_product_next.png) left top no-repeat;
    background-size: 100% 100%;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.index_product_swipers_btns .swiper-button-next:hover:after, .index_product_swipers_btns .swiper-container-rtl .swiper-button-prev:hover:after {
    background: url(../images/index_product_next_hover.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_product_swipers_btns .swiper-button-prev:after, .index_product_swipers_btns .swiper-container-rtl .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content:"";
    background: url(../images/index_product_prev.png) left top no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.index_product_swipers_btns .swiper-button-prev:hover:after, .index_product_swipers_btns .swiper-container-rtl .swiper-button-next:hover:after {
    background: url(../images/index_product_prev_hover.png) left top no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
} */

.index_product_swipers_btns:after {
    width: 1px;
    height: 100%;
    content: "";
    background: #e6e6e6;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.index_news {
    width:100%;
    box-sizing: border-box;
    background: #fff;
    padding: 80px 80px;
}

.index_news_title {
    text-align:center;
}

.index_news_title .index_tit_line {
    margin:0px auto 60px;
}

.index_news_list {
    /* overflow: hidden; */
}
.index_news_list>li.clear {
    float: none;
}
.index_news_list>li {
    width: 32%;
    float: left;
    margin-right: 2%;
    box-shadow: 0px 10px 20px 0px 
		rgba(172, 172, 172, 0.25);
}
.index_news_list li.margin0 {
    margin-right: 0px;
}

.index_news_image {
    position: relative;
    margin: 0px;
}

.index_news_image>img {
    width:100%;
    height: auto;
}

.index_news_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/index_news_cover.png) left bottom no-repeat;
    background-size: 100% auto;
}

.index_news_cover p {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
    font-size: 18px;
	color: #fff;
}

.index_news_textes {
    width:100%;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 30px 50px;
}

.index_news_list,.index_news_textes,.index_news_names span{
    transition: all 0.4s;
}

.index_news_list>li:hover .index_news_textes{
    background-image: linear-gradient(
            92deg, #0daeff 0%, #0d87ff 100%);
}
index_news_names i{
    transition: all 0.4s;
}
.index_news_list>li:hover .index_news_names i{
    background: #FFF;
}
.index_news_list>li:hover .index_news_names{
    border-bottom: 1px solid rgba(235,235,235,0.4);
}

.index_news_list>li:hover .index_news_names span{
    color: #FFF;
}
.index_news_image{
    overflow: hidden;
}
.index_news_image img{
    transform: scale(1);
    transition: all 0.6s;
}
.index_news_list>li:hover .index_news_image img{
    transform: scale(1.1);
}



.index_news_names {
    font-size: 20px;
	font-weight: bold;
    color: #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.index_news_names i {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 84px;
	height: 1px;
	background: #ffa10d;
}

.index_news_inner li {
    margin-bottom: 32px;
}

.index_news_inner li a {
    overflow: hidden;
    display: block;
}

.index_news_inner li a i {
    width: 6px;
	height: 6px;
    background: #a2b2c1;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 6px;
}

.index_news_inner li a p {
    width:90%;
    float: left;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
    font-size: 16px;
	color: #333;
    transition: all 0.4s;
}
.index_news_list>li:hover .index_news_inner li a p{
    color: #FFF;
}
.index_news_more {
    width: 40px;
    height: 40px;
    display: block;
}

.index_news_more img {
    width: 100%;
}

.index_download {
    padding: 80px 0px;
    background: #fafafa;
}

.index_download .index_container {
    overflow:hidden;
}

.index_download_title {
    width: 31.5%;
    float: left;
    background: url(../images/index_download_titbg.png) left top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 50px;
}

.index_download_title .index_en_tit {
    color: rgba(255,255,255,0.4);
}

.index_download_title .index_ch_tit {
    color: #fff;
}

.index_download_title .index_tit_line {
    background: #fff;
}

.index_download_title .index_link_btn {
    background: #fff;
    color: #0d87ff;
    border: 1px solid #fff;
}

.index_download_list {
    width: 63.5%;
    float: right;
    overflow: hidden;
}

.index_download_list li {
    width: 48%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 4%;
}

.index_download_list li.margin0 {
    margin-right: 0px;
}

.index_download_list li a {
    padding: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.index_download_top {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 22px;
    font-size: 18px;
	color: #333;
}

.index_download_list li a .img2 {
    display: none;
}

.index_download_top img {
    width: 19px;
    height: 21px;
    margin-right: 12px;
    float: left;
}

.index_download_top p {
    max-width: 88%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
    float: left;
}

.index_download_bottom {
    overflow:hidden;
}

.index_download_time {
    max-width: 70%;
    float: left;
    font-size: 16px;
	color: #999;
}

.index_download_down {
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 16px;
    color: #0d87ff;
    float: right;
}

.index_download_down img  {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

@media (min-width:1024px){
    .index_download_title .index_link_btn:hover {
        background: #0d87ff;
        color: #fff;
    }

    .index_link_btn:hover {
        background: #fff;
        color: #0d87ff ;
    }
    
    .index_product_top .index_link_btn:hover {
        background: #0d87ff;
        color: #fff;
    }
    .index_product_top_one .index_link_btn:hover{
        background: #fff;
        color: #0d87ff !important;
    }
    .index_product_list li:hover  i {
        background: #0d87ff;
    }
    
    .index_product_list li:hover ,.index_product_list li:hover  a {
        color: #0d87ff;
    }
    .index_news_inner li a:hover p {
        color: #0d87ff;
    }

    .index_news_inner li a:hover i {
        background: #0d87ff;
    }
    
}



@media (max-width:768px) {
    .index_product_top_one .index_link_btn{
       margin-top: -100px;
        position: absolute;
    }
    .index_banner .swiper-button-next:hover {
        background: url(../images/index_banner_next_hover.png) left top no-repeat;
        background-size: 100% 100%;
    }

    .index_banner  .swiper-button-prev:hover {
        background: url(../images/index_banner_prev.png) left top no-repeat;
        background-size: 100% 100%;
    }

    
    .index_product_swipers_btns .swiper-button-next:hover {
        background: url(../images/index_product_next.png) left top no-repeat;
        background-size: 100% 100%;
    }
    
    
    .index_product_swipers_btns .swiper-button-prev:hover {
        background: url(../images/index_product_prev.png) left top no-repeat;
        background-size: 100% 100%;
    }
    
    
    .index_banner .swiper-container {
        height: 200px;
    }
    .index_banner .swiper-button-next, .index_banner .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .index_profile {
        padding: 30px 0px;
    }
    .index_en_tit {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .index_ch_tit {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .index_tit_line {
        width: 28px;
        height: 2px;
        margin-bottom: 22px
    }
    .index_profile_details {
        font-size: 12px;
        margin-bottom: 122px;
        line-height: 22px;
        width: 100%;
    }
    .index_link_btn {
        width: 96px;
        height: 36px;
        line-height: 36px;
        font-size: 12px
    }
    .index_product {
        padding: 30px 0px;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .index_product_top_left {
        max-width: 100%;
        float: none;
    }
    .index_product_top .index_link_btn {
        float: none;
        margin-top: 26px;
        border: 1px solid #fff;
        background: #0d87ff;
        color: #fff;
    }

    .index_product_list {
        width:100%;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .index_product_list li {
        float: none;
        display: inline-block;
        overflow: hidden;
        padding: 0px 0px 10px;
        font-size: 14px;
        cursor: pointer;
        margin-right: 30px;
    }
    .index_product_top {
        margin-bottom: 30px;
    }

    .index_product_swipers {
        width: 100%;
        padding: 0px;
    }

    .index_product_images {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .index_product_right {
        width: 100%;
        float: none;
    }
    .index_product_title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .index_product_line {
        width: 44px;
        height: 2px;
        margin-bottom: 22px;
    }
    .index_product_cont {
        font-size: 12px;
        line-height: 22px;
    }
    .index_product_descripe {
        height: auto;
        margin-bottom: 20px;
    }
    .index_news {
        padding: 30px 0px 0px;
    }
    .index_news_title .index_tit_line {
        margin: 0px auto 30px;
    }
    .index_news_list>li {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .index_news_cover p {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px
    }
    .index_news_textes {
        padding: 10px 20px;
    }
    .index_news_names {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 22px;
    }
    .index_news_names i {
        width: 65px;
    }
    .index_news_inner li {
        margin-bottom: 10px;
    }
    .index_news_inner li a p {
        font-size: 14px;
    }
    .index_news_more {
        width: 28px;
        height: 28px;
    }
    .index_download {
        padding: 0px 0px 0px;
    }
    .index_download_title {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .index_download_list {
        width: 100%;
        float: none;
    }

    .index_download_list li {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .index_download_list li a {
        padding: 14px;
    }
    .index_download_top img {
        width: 15px;
        height: 18px;
        margin-right: 8px;
    }
    .index_download_top {
        padding-bottom: 16px;
        margin-bottom: 16px;
        font-size: 13px;
    }
    .index_download_time {
        font-size: 14px;
    }
    .index_download_down {
        height: 15px;
        line-height: 15px;
        font-size: 12px;
    }
    .index_download_down img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
}
.index_product_list::-webkit-scrollbar{
    display: none;
}
.index_news_list>li{
    transition: all .3s;
}
.index_news_list>li:hover{
    transform: translateY(-20px) !important;
}

/* 补充样式 */
.isNone{
    display: none !important;
}
.index_synopsis{
    background-image: url('../images/index_synopsisBg.png');
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 100px;
    background-position: 8% 8%;
}
.index_synopsis_center{
    width: 1440px;
    margin: 0px auto;
    overflow: hidden;
}
.index_synopsis_left{
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
#index_synopsis_leftVideo{
    /* width: 100%;
    height: 100%; */
    width: 720px;
    height: 477px;
}
.icon_play_white{
    position: absolute;
    left: 6%;
    bottom: 10%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.index_synopsis_right{
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
}
.index_synopsis_right_text p{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.viewMoreBtn{
    display: block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #0d87ff;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    transition: all 0.4s;
}
.viewMoreBtn:hover{
    color:#0d87ff;
    background: #FFF;
    border: 1px solid #0d87ff;
}

.index_synopsis_bottom{
    width: 100%;
    height: 150px;
    background-image: url('../images/index_synopsis_bottom.png');
    background-repeat: no-repeat;
    margin-top: -25px;
    background-size: 100%;
}

@media (max-width:768px) {
    .index_synopsis{
        background-position: 100% 8%;
        background-size: 25%;
    }
    .index_synopsis_center {
        width: 100%;
        height: 575px;
    }
    .index_synopsis_left{
        width: 100%;
    }
    .index_synopsis_right{
        width: 100%;
        padding: 0% 4%;
        box-sizing: border-box;
    }
    #index_synopsis_leftVideo{
        width: 100%;
        height: 100%;
    }
    .index_synopsis_bottom{
        width: 100%;
        height: 88px;
        background-position: 75% 0%;
        background-size: 300%;
        /* margin-top: 30px; */
        margin-top: -5px;
    }
    .viewMoreBtn{
        width: 96px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        margin-top: 20px;
    }
    .index_synopsis_right_text p{
        font-size: 13px;
        line-height: 22px;
    }
    .icon_play_white{
        width: 50px;
        height: 50px;
    }
}

/*@media (min-width: 1250px){
    .index_synopsis_center{
        width: 90% !important;
    }
}*/


