﻿/* CSS Document   Version: 1.0.0
   Date: 2018/06/26
   Author: Tian Guang
   Copyright: www.east.net
*/

.swiper-pagination-bullet,
.swiper-pagination-switch
 {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active,
.swiper-active-switch
 {
    background: #c9151e !important;
}
.swiper-pagination-switch{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
}

.swiper-container-horizontal,
.pagination
{
    text-align: center;
    width:100%;
}
.pagination
 {
    
    position: absolute;
    z-index: 1;
    margin:0px !important;
}

.x_indexBanner .pagination{
    bottom: 30px;
        display: block;
    padding-left: 0;
}


.x_indexBanner1{
    display:none;
}

.LatestNotice {
    width: 100%;
    height: 107px;
    position: relative;
    box-shadow: 0px 8px 30px 0px rgba(160, 160, 160, 0.2)
}

.LatestNotice.on {
    height: 168px;
}

.LatestNotice .LatestNotice_center {
    width: 1200px;
    margin: 0 auto;
}

.LatestNotice .LatestNotice_center .summary {
    padding-top: 38px;
    font-size: 14px;
    color: #535353;
    display: flex;
    justify-content: space-between;
}

.LatestNotice .LatestNotice_center .summary .left {
    width: 120px;
}

.LatestNotice .LatestNotice_center .summary .right {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.LatestNotice .LatestNotice_center .summary .right.on {
    -webkit-line-clamp: 3;
}

.LatestNotice .LatestNotice_center .summary .title {
    font-size: 18px;
    color: #535353;
    margin-left: 10px;
}

.LatestNotice .LatestNotice_center .summary .title+i {
    margin-left: 15px;
    position: relative;
    top: -2px;
    color: #ebebeb;
    font-size: 18px;
}

.LatestNotice .LatestNotice_center .summary .switch {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -26px;
    border-radius: 52px;
    background: #fff url('../images/x_11.png') center center no-repeat;
    z-index: 9999;
    box-shadow: 0px 0px 11px 0px rgba(70, 70, 70, 0.3);
    cursor: pointer;
    margin-top: 25px;
}

.LatestNotice .LatestNotice_center .summary .switch.on {
    transform: rotate(-180deg);
}

.index_title {
    width: 1200px;
    margin: 0 auto;
    padding-top: 111px;
    overflow: hidden;
}

.index_title p {
    text-align: center;
}

.index_title .index_title_p1 {
    font-size: 24px;
    color: #535353;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.index_title .index_title_p2 {
    font-size: 20px;
    color: #535353;
    margin-bottom: 0px;
}


/*最新资讯*/

.indexNewInformation {
    background: url('../images/x_13.png') right 162px no-repeat;
    padding-bottom: 111px;
    overflow: hidden;
}

.indexNewInformation .indexNewInformation_main {
    width: 100%;
    height: 398px;
    margin-top: 58px;
    position: relative;
    overflow: hidden;
}

.indexNewInformation .indexNewInformation_main .colorBg {
    width: 820px;
    height: 297px;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.indexNewInformation .indexNewInformation_main .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.indexNewInformation_main .center .icon {
    position: absolute;
    left: 10px;
    top: 77px;
    background: url('../images/x_12_03.jpg') no-repeat;
    width: 17px;
    height: 276px;
}

.indexNewInformation_main .center .switch_btn {
    margin-left: 296px;
    margin-top: 26px;
    margin-bottom: 26px;
    overflow: hidden;
}

.indexNewInformation_main .center .switch_btn li {
    font-size: 16px;
    color: #bebebe;
    float: left;
    margin-right: 17px;
    cursor: pointer;
    font-style: italic;
}

.indexNewInformation_main .center .switch_btn li.on {
    color: #535353;
    padding-bottom: 6px;
    border-bottom: 4px solid #bebebe;
}

.indexNewInformation_main .center .switch_hd {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.indexNewInformation_main .center .switch_hd li {
    display: none;
    width: 100%;
    height: 322px;
    justify-content: space-between;
}

.indexNewInformation_main .center .switch_hd li .big-text {
    font-size: 128px;
    color: #f2f2f2;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: -43px;
    right: 50px;
}

.indexNewInformation_main .center .switch_hd li.on {
    display: block;
}

.indexNewInformation_main .center .switch_hd li .left {
    width: 398px;
    height: 322px;
    overflow: hidden;
}

.indexNewInformation_main .center .switch_hd li .left img {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
}

.indexNewInformation_main .center .switch_hd li .right {
    width: 508px;
    position: relative;
}

.indexNewInformation_main .center .switch_hd li .right p {
    margin-bottom: 0px;
}

.indexNewInformation_main .center .switch_hd li .right .right-p1 {
    font-size: 18px;
    color: #535353;
    padding-top: 22px;
    padding-bottom: 30px;
}

.indexNewInformation_main .center .switch_hd li .right .right-p2 {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 1.6;
}

.indexNewInformation_main .center .switch_hd li .right .right-more {
    display: block;
    margin-top: 46px;
    width: 122px;
    height: 31px;
    background-color: #c9151e;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
}

.index_cooperation {
    background: url('../images/tdbg.png') right 61px no-repeat;
    overflow: hidden;
}

.index_cooperation .index_title {
    padding-top: 134px;
}

.index_cooperation_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    height: 518px;
    position: relative;
}

.index_cooperation_center .shadowBg {
    width: 1146px;
    height: 272px;
    position: absolute;
    top: 70px;
    right: 12px;
    box-shadow: 0px 0px 24px 0px rgba(240, 240, 240, 1);
}

.index_cooperation_center .icon {
    width: 17px;
    height: 237px;
    background: url('../images/x_17_06.png') no-repeat;
    position: absolute;
    left: 11px;
    top: 104px;
}

.index_cooperation .swiper-container {
    width: 1146px;
    margin-top: -31px;
    margin-bottom: 0px;
    margin-right: 12px;
}
.index_cooperation .swiper-container .swiper-slide{
    width:100%;
    margin-top:-18px
}
.index_cooperation .swiper-container .swiper-slide li {
    width:127px;
    height:127px;
    overflow: hidden;
    text-align: center;
    line-height: 127px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px rgba(240, 240, 240, 1);
    float:left;
    margin-right:18px;
    margin-top:18px;
}
.index_cooperation .swiper-container .swiper-slide li:nth-child(8n){
    margin-right:0px;
}

.index_cooperation .swiper-slide img {
    width: 80px;
    vertical-align: middle;
    transition: all 0.5s;
    -moz-transition: all 0.5;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
}

.index_cooperation .swiper-slide img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}




/*合作伙伴小按钮*/
.index_cooperation .swiper-pagination-bullet,
.index_cooperation .swiper-pagination-switch
{
    background: #bebebe !important;
    opacity: 1 !important;
}

.index_cooperation .swiper-pagination-bullet-active,
.index_cooperation .swiper-active-switch
 {
    background: #c9151e !important;
}

.index_cooperation_center .swiper-pagination {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.index_cooperation_center .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}
/*合作伙伴小按钮*/

/*.x_indexBanner .swiper-slide a{
    background-position: 0 -256px !important;
}*/
.x_indexBanner .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.x_indexBanner .video video::-webkit-media-controls {
  display:none !important;
}
/*实战案例开始*/

.i_zgs_more {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 63px;
    text-align: center;
    font-size: 14px;
    color: #535353 !important;
    border: 1px solid #535353 !important;
}

.i_zgs_li {
    min-height: 576px;
}

.i_zgs_li .imask1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6)
}

.i_zgs_li .imask1 .font {
    width: 18px;
    height: 80%;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    padding-top: 40px;
}

.i_zgs_li .mask2 {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #fff;
}

.i_zgs_li .mask2 .info {
    width: 270px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    padding-top: 30px;
}

.i_zgs_li .mask2 .info:after {
    display: block;
    content: "●";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 28px;
}

.i_zgs_li .mask2 .info .inf {
    display: block;
    font-size: 18px;
    font-family: "arial";
}

.i_zgs_li .mask2 .info .tt {
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.i_zgs_li .mask2 .info .inf:hover,
.i_zgs_li .mask2 .info .tt:hover{
    color: #fff;
    text-decoration: inherit;
}

.i_zgs_li .izhan {
    position: absolute;
    width: 54px;
    height: 53px;
    background: url(../images/indexsou.png) no-repeat center center;
    left: 50%;
    bottom: 52px;
    z-index: 1000;
    margin-left: -27px;
}

.js_wzgs .izhan {
    left: auto;
    right: 49px;
    margin-left: 0;
    display: none;
    /*background: url(../images/indexzhan.png) no-repeat center center;*/
    
}

.js_wzgs .imask1 {
    opacity: 0;
}

.js_wzgs .mask2 {
    opacity: 1!important;
}
.index_cooperation_center .pagination{
    bottom:80px;
}
.i_zgs_li .mobile_more{
    display:none;
}
.swiper-button-next{background:url(../images/next.png) center center no-repeat;background-size:cover; width: 46px;height: 46px;left: 50%;margin-left:-4px;top:50%;margin-top:-6px;}
.swiper-button-prev{background:url(../images/prev.png) center center no-repeat;background-size:cover; width: 46px;height: 46px;left: 50%;margin-left:-4px;top:50%;margin-top:-6px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1;}
a.arrow-left{display: block;background:rgba(0,0,0,0);position: absolute;top: 45%;left: 10%;z-index: 1000000000000000;}
a.arrow-right{display: block;background:rgba(0,0,0,0);position: absolute;top: 45%;right: 10%;z-index: 1000000000000000;}
.x_indexBanner .swiper-slide{position: relative;}
.x_indexBanner .swiper-slide:first-child:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    /*background: url(../images/video.png) center no-repeat;*/
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}
.x_indexBanner .swiper-slide .pop_video {
    display: none;
}
/*.x_indexBanner .swiper-slide .mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.video_box {
    position: fixed;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
}
.video_box .closea {
    width: 32px;
    height: 32px;
    position: absolute;
    background:url("../images/close.png") center no-repeat;
    top: 0;
    right: 0;
    cursor:  pointer;
    display:  none;
}
.video_box .video_info {
    position:  relative;
}
.video_box .video_info p#video_play_0,.video_box .video_info p#video_play_0 video,.video_box .video_info p#video_play_0 embed {
    width: 100% !important;
}*/


