* {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Normal
}

img {
    border: none;
}
a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

div {
    display: block
}
/*头部导航*/
/*

!*-- 全局reset
-------------------------------------------*!

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}



!*清除内外边距*!
h1, h2, h3, h4, h5, h6 {
    !*font-weight: normal;*!
    !*font-size: 100%;*!
}

!*设置默认字体*!
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

!*重置列表*!
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

!*重置图片元素*!
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}



textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

!*重置表格*!
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}


!*--清除浮动
-------------------------------------------*!
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}


!* 隐藏 居中 *!

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

!*文字隐藏,省略号*!
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}


.header{
    width:100%;
    position: fixed;;
    top:0;
    left:0;
    z-index:999;
    height:50px;
    padding: 0 30px;
    background: black;
}
!*左侧logo*!
.header .left{
    width: 12%;
}
.header .left a img{
    height: 35px;
    margin-top: 10px;
}
.header .left .img2{
    display: none;
}
!*右侧*!
.header .nav{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
}
.active-title{color: #f2971b!important;transition: all .5s;border-bottom: 2px solid #f2971b;height: 45px}
.navbar_nav{height: 50px;}
.header .navbar_nav li{
    float:left;
    position: relative;
    display: block;
    margin: 0 25px;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #f2971b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
    text-decoration: none;
    !*height: 45px;*!
    !*padding: 0 25px;*!
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
}
.header .navbar_nav li:hover a{
    color: #f2971b;
}
.header .navbar_nav li.dropdown{
    display: inherit;
    position: relative;
}
.title-line-height{height: 45px}
.qst-title::after{
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0;
    background: #f2971b;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}
.header .navbar_nav li.dropdown .jt{
    width: 20px;
    height: 20px;
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
    display: none;
    position: fixed;
    background: #fff;
    padding: 30px;
    width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 30px;
    text-align: left;
    background: #fff;
    margin-bottom: 2px;border-bottom: 1px solid #f1f1f1;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
    display: block;
    !*background: #f3f3f3;*!
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
    color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
    color: #fff;
    background: orange;
}
!*白色背景的头部*!
.header.on{
    background: #fff;
    !*border-bottom: 1px solid #ccc;*!
}
.header.on .left .img1{
    display: none;
}
.header.on .left .img2{
    display: block;
}
.header.on .navbar_nav li a{
    color: #333;
}

.header.on .navbar_nav li:hover a{
    color: #f2971b;
}
.header.on #navToggle span .img_san{
display: none;
}
.header.on #navToggle span .img_si{
    display: block;
}
.header.on .index_nav_img img{filter: invert(1);}
#navToggle{
    display: none;
}

.m_nav{
    position: fixed;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 60%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float:right;
    cursor: pointer;
}
.m_nav .logo{
    width: 100%;
    margin:0 auto;
}
.m_nav .logo img{
    height: 30px;
    display: block;
    margin:30px auto;
}
.m_nav .ul{
    margin-top: 30px;
}
.m_nav .ul li{
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.m_nav .ul li .dropdown_menu{
    display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
    display: block;
}
.m_nav .ul li .dropdown_menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
}
.m_nav .ul li .dropdown_menu a:last-child{
    border: none;
}
.banner{
    margin-top: 50px;
    width: 100%;
}
.banner img{
    width: 100%;
}


!* 下拉滚动 *!
.xl_roll{
    height: calc((1em + 1.5em) * 3);
    overflow-x: visible;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.xl_roll::-webkit-scrollbar {
    width: 4px;
  }
  !* 修改滚动条样式 *!
.xl_roll::-webkit-scrollbar-track {
    background-color: #D9D9D9;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  !* 修改滚动滑块 *!
.xl_roll::-webkit-scrollbar-thumb {
    background-color: #f2971b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

!*web导航样式*!
.header{
    !*background: none!important;*!
}

!* .phone-icon{
    width: 22px;
    height: 24px;
    float: left;
    margin-right: 8px;
}

.phone-icon img{
    width: 100%;
    height: 100%;
} *!
.index_nav_img{
    width: 25px;
    height: 22px;
    overflow: hidden;
    margin-top: -14px;
    margin-right: 20px;
}
.index_nav_img img{
    width: 100%;
    height: 100%;
}
.face-icon{width: 90%;margin: 15px;}
.face-icon img{
    padding: 8px 0 6px 12px;float: left
}

.xl_cp_title{padding: 16px 0!important;}
.xl_cp_line{margin-left: 20px;font-size: 16px;padding: 0 50px 5px 0;}
.xl_cp_line1{border-bottom: 1px solid #f1f1f1;width: 80%;margin-left: 30px;margin-top: -10px;}
.face-down{
    color: #333333!important;
    background: none!important;
    width: 80%;
    font-size: 16px!important;
    margin-left: 35px!important;
}
.face-down:hover{
    background: none!important;
    color: #f2971b!important;
    transition: all .5s;
}
.chanpin-down{
    text-align: left!important;
    margin-left: 40px;
    background: none!important;
    width: 80%;
    color: #333333!important;
    border: none!important;
}
.chanpin-down:hover{
    background: none!important;
    color: #f2971b!important;
    transition: all .5s;
}

!*移动端产品中心*!
.mobie_pro_img{padding: 2px 0 0 6px!important;}
.mobie_hexin_img{padding: 16px 0 6px 12px!important;}
.index_pro_title{margin-left: 20px;font-size: 14px}
.mobile-chanpin-down{
    text-align: left!important;
    margin-left: 20px;
    background: none!important;
    width: 80%;
    color: #333333!important;
}
.mobile-chanpin-down:hover{
    background: none!important;
    color: #f2971b!important;
    transition: all .5s;
}

.tabbox .content {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  height: 400px;
  position: relative;
  background-size: 100%;
}
*/

/*首页swiper轮播*/
.index_banner_img{
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner_img_normal{
    display: block;
}
#banner_mobile{
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.pa {
    position: absolute
}

.swiper-banner {
    width: 100%;
    height: 843px;
}

.swiper-banner .swiper-slide {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block
}
.swiper-button-white{opacity: .3;}
.swiper-banner .hide{
    opacity:0;
  }
  .swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
  }
.swiper-banner .swiper-slide .wrap {
    height: 520px
}

.swiper-banner .swiper-slide .sl-left {
    top: 200px;
    left: 40px;
    width: 100%
}

.swiper-banner .swiper-slide .t1 {
    top: 0;
    left: 0;
    font-size: 26px
}

.swiper-banner .swiper-slide .t2 {
    top: 85px;
    left: 0;
    width: 100%;
    font-size: 40px;
    text-align: left;
}

.swiper-banner .swiper-slide .t3 {
    top: 150px;
    left: 0;
    font-size: 14px;
    width: 45%;
    text-align: left;
    line-height: 26px;
    letter-spacing: 2px;
}

.swiper-banner .swiper-slide .btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 160px;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    text-align: center
}

.swiper-banner .swiper-slide .img1 {
    top: 110px;
    left: 490px
}

.swiper-banner .swiper-slide .img2 {
    top: 0;
    left: 700px
}

.swiper-banner .swiper-slide .img3 {
    top: 100px;
    left: 650px
}
.swiper-banner .swiper-slide .img2 #index-Bright1{
    margin-top: 195px;
    margin-left: 130px;
}
.swiper-banner .swiper-slide .img2 #index-Bright2{
    margin-top: 120px;
}
.swiper-banner .swiper-slide .img2 #index-Bright3{
    margin-top: 120px;
}
.swiper-banner .swiper-pagination {
    bottom: 40px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet:hover{
    /*width: 30px;
    height: 10px;
    transition: all .5s ease-in;*/
}
.swiper-pagination-white .swiper-pagination-bullet-active{
    width: 30px!important;
    height: 10px;
    transition: all .5s ease-in;
}
.swiper-banner .swiper-nav {
    width: 100%;
    height: 100px;
    background: rgba(233, 233, 233, .05);
    left: 0;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid #f2971b;
}

.swiper-banner .swiper-nav li {
    color: #fff;
    width: 25%;
    box-sizing: border-box;
    height: 100px;
    border-right: 1px solid rgba(242, 151, 27, .1);
    float: left;
    cursor: pointer
}

.swiper-banner .swiper-nav li .icon {
    width: 65px;
    height: 100px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center
}

.swiper-banner .swiper-nav li .info {
    float: left;
    width: 174px;
    height: 100px
}

.swiper-banner .swiper-nav li .info div {
    padding-top: 30px;
    font-size: 16px;
    padding-bottom: 5px
}

.swiper-banner .swiper-nav li .info p {
    color: #c3c3c3;
    font-size: 14px
}

.swiper-banner .swiper-nav li.active {
    background: rgba(242, 151, 27, .1)
}

.swiper-banner .swiper-nav li:nth-child(5) {
    border-right: none
}

/*四个焦点新闻样式*/
.four-hot-news-box{
    /* height: 130px; */
    background: #0c0f25;
    width: 100%;
    border-top: 1px solid #F3971C;
    position: relative;
}
.four-left-line{
    position: absolute;
    top: -1px;
    left: 0;
    width: 21%;
    height: 1px;
    box-sizing: border-box;
    background: #F3971C;
}
.four-right-line{
    position: absolute;
    top: -1px;
    right: 0;
    width: 21%;
    height: 1px;
    box-sizing: border-box;
    background: #F3971C;
}
.hot-news-box{
    width: 25%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
}



.four-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hot-aaa{
    text-decoration: none;
    color: white;
}
.hot-aaa:hover{
    text-decoration: none;
    color: white;
    transition: all .5s;
}
.hot-news-box:hover{
    color: #f2971b;
    transition: all .5s;
    background: rgba(242,151,27,0.1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.hot-content{
    color: white;
    text-align: center;
    font-size: 16px;
}



/*ai赋能板块*/
.tabbox .content {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    background-size: 100%;
  }
  .tabbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

/*  全栈AI*/
.quanzhanAi{
    width: 100%;
}
.quanzhanAIimg{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* ai驱动世界 */

.ai-enabler-box {
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}



.ai_funeng_luodi{
    margin-top: 70px;
}
.ai-enabler-box{
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
}
.ai-title{
    text-align: center;
    /*margin-bottom: 50px;*/
    position: relative;
    z-index: 3;
}
.ai-item-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
    width: 100%;
}
.ai-title h2{
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}

.ai-introduce-cont img{
    width: 100%;
    height: 100%;
}
.ai-text{
    margin-top: 22px;
}
.ai-text p{
    opacity: 1;
    margin-top: 16px;
    font-size: 13px;
    color: #656565;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding: 0 40px 0 40px;
}
.introduce-span{
    font-size: 17px;
    color: #000000;
    text-align: center;
    margin-bottom: 7px;
}
.introduce-unit{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 0 8px;
}

.ai-introduce-cont{
    width: 94px;
    height: 99px;
    margin: 0 auto;
}


.intr-box{
    width: 280px;
    height: 358px;
    padding-top: 50px;
    border-radius: 20px;
    background: #fbfbfb;
}

.ai-introduce-cont img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.line-bottom{
    border-bottom: 3px solid #F3971C;
    width: 50px;
    margin: 0 auto;
    padding-top: 18px;
    border-radius: 1.5px;
}
.tab-ai-box{
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
/*新闻资讯*/
.indexNews{
    padding: 0;
}
.enable-box{
    width: 100%;
    margin: 0 auto;
}
.enable-title{
    color: black;
    text-align: center;
    font-size: 24px;
    padding-bottom: 60px;
}
.enable-title h2{margin-top: 100px;}
.news-content-box{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 100px;
}

.news-left-box{
    width: 31.5%;
    float: left;
    border-radius: 8px;
    box-sizing: border-box;
    height: 550px;
    background: white;
    overflow: hidden;
    padding: 0;
    padding-bottom: 30px;
    margin: 0 10px;
    box-shadow: 6px 6px 29px 6px rgb(173 193 215 / 30%);
}
.news-right-box{
    float: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.news-img-box{
    background: black;
    height: 63%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    transition: all 1s ease;
}
.news-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.news-left-box:hover #news-headerTitle-img{
    transition: all 1s ease;
    transform: scale(1.1,1.1);
}
.news-left-box:hover .news-item-title{
    color: #f2971b;
    text-decoration: none;
}
.xinwen-title{
    /*color: black;*/
    text-decoration: none;
}
.xinwen-title:hover{
    text-decoration: none;
}
.news-left-box:hover{
    cursor: pointer;
}

.news-item-wrapper{
    box-sizing: border-box;
    padding: 36px;
}
.news-item-wrapper .time{
    border-bottom: 1px solid #ffaf42;
    width: 31%;
    padding-bottom: 10px;
    color: #919191;
}
.news-item-title{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-wrapper p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #a6a6a6;
    transition: all 1s ease;
    margin-top: 20px;
}
.news-line{
    float: right;
    text-align: center;
    width: 36%;
    border: 1px solid #f2971b;
    margin: 8px 0;
    padding: 4px 12px;
    border-radius: 5px;
    transition:width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
}
.news-line:hover{
    background: #f2971b;
 }
.news-line:hover a{
    color: white;
}
.news-line a{
    color: #919191;
}
.new-rightHot{
    margin-left: 20px;
    width: 600px;
    height: 120px;
    padding: 16px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s ease;
    margin-bottom: 24px;
}
.imgNews-small{
    float: left;
    width: 170px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s ease;
}
.imgNews-small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgContent-small{
    padding: 6px;
    color: black;
    transition: all 1s ease;

}
.imgContent-small h2{
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    padding-top: 8px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 1s ease;
}
.imgContent-small a:hover{
    text-decoration: none;
}
.imgContent-small p{
    font-size: 12px;
    /*font-weight: bold;*/
    padding-left: 30px;
    color: #a6a6a6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 1s ease;
}
.new-rightHot:hover{
    cursor: pointer;
}
.new-rightHot:hover .imgNews-small img{
    transition: all .5s ease;
    transform: scale(1.1,1.1);
}
.new-rightHot:hover .imgContent-small h2{
    color: #f2971b;
    transition: all .5s ease-in-out;
}
.new-rightHot:hover .imgContent-small p{

}


.tabbox .tab {
    overflow: hidden;
    margin:0 66px;
    border-bottom: none;
    margin-bottom: 40px;
}

.tabbox .tab a {
    display: block;
    padding: 10px 36px;
    margin: 0 25px;
    box-sizing: border-box;
    text-decoration: none;
    color: #272727;
    background: white;
    font-size: 24px;
    border-radius: 6px;
}

.tabbox .tab a:hover {
    border-bottom: 1px solid #F3971C;
    color: #F3971C;
    text-decoration: none;
}

.tabbox .tab a.on {
    border-bottom: none;
    color: white;
    text-decoration: none;
    background: #F3971c;
}



.tabbox .content ul {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
}

.tabbox .content li {
    box-sizing: border-box;
    width: 1000px;
    height: 400px;
    float: left;
}

.tabbox .content li p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    color: #656565;
    letter-spacing: 1px;
    width: 80%;
    margin-left: 35px;
   line-height: 27px;
}

.title-box{
    text-align: center;
    font-size: 24px;
    color: white;
    padding: 30px 0 40px 0;;
}
.content-left{
    float: left;
    box-sizing: border-box;
    height: 250px;
}

.content-right{
    float: right;
    box-sizing: border-box;
    padding: 20px;
}
.right-title{
    padding: 14px 10px 24px 0;
    color: #2d2d2d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 35px;
}
.right-title h3{font-size: 20px;}
.ai_fn_line{
    width: 80px;
    height: 3px;
    margin: 0 20px 20px 35px;
    background: #f2971b;
    border-radius: 3px;
}
.more-box{
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #f3971c;
    width: 80px;
    border-radius: 30px;
    text-align: center;
    color: black;
    margin-left: 10px;
}
.more-box:hover{
    transition: all .5s;
    background: #F3971C;
    color: white;
    cursor: pointer;
}
.img-box{
    overflow: hidden;
    margin: 12px 0;
    height: 476px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
}
.img-box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*首页了解详情 联系我们按钮*/
.detail-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 35px;
}
.detail-btn .btn1{
    width: 36%;
    border: 1px solid #ffa935;
    border-radius: 10px;
    margin: 30px 0 0;
    line-height: 46px;
    text-align: center;
}
.detail-btn .b2{
    margin-right: 35px;
}
.detail-btn .btn1 a{
    color: #474747;
    text-decoration: none;
}
.detail-btn .btn1:hover {
    background: #ffa935;
}
.detail-btn .btn1:hover a{
    color: white;
}
/*强强联合 共筑AI未来*/
.aixq{ width:100%;  }
.aixq p{ clear:both; }

.active-partent{color: #f2971b!important;transition: all .5s;}
.cooperation-box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cop-box{
    background: #eff8ff;
    width: 100%;
    padding-bottom: 100px;
    position: relative
}
.cooperation-title{
    color: black;
    text-align: center;
    font-size: 24px;
    padding-top: 100px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    border: none;
}

.hide1 {
    display: block;
    transition: all 1s ease;
}


.container {
    margin: 0 auto;
}

.container .title {
    max-width: 1210px;
    padding-bottom: 10px;
    margin: 0 auto;
    box-sizing: content-box;
}

.container .desc {
    position: relative;
    width: 960px;
    padding: 30px 30px 30px 7em;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    text-indent: -4rem;
    background: #fff6f6;
}




.cooperation-tab {
    width: 50%;
    position: relative;
    z-index: 1;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}

.cooperation-tab:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.cooperation-tab .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 302px;
    height: 2px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    /*background: #e8373d;*/
}

.cooperation-tab li {
    padding: 0;
    float: left;
    padding-bottom: 35px;
    font-size: 24px;
    line-height: 3;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box;
}

.cooperation-tab > * {
    transition: opacity .3s;
}

.cooperation-tab li img {
    display: inline-block;
    width: 45px;
    margin-right: 25px;
    vertical-align: middle;
}

.cooperation-list {
    position: relative;
    /*background: #f5f5f6*/
    width: 100%;
    height: 260px;
}

.cooperation-list .cooperation-item {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;

}



.cooperation-list .cooperation-item .icon-list {
    width: 650px;
    float: right;
}

.cooperation-list .cooperation-item .icon-list li {
    float: left;
    width: 110px;
    margin: 0 0 75px 25px;
    text-align: center;
    margin-left: 0;
}


.cooperation-list .cooperation-item .icon-list .iconfont {
    font-size: 50px;
    line-height: 1;
    color: #666;
    transition: all .2s;
}

.cooperation-list .cooperation-item .icon-list p {
    padding-top: 5px;
    font-size: 14px;
    color: #666;
}
.coop-content{
    width: 100%;
}

.coopCont-img{
    overflow: hidden;
    padding: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.imgs-cop{
    background: white;
    width: 280px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
}
.coopCont-img .imgs-cop img{
    width: 220px;
    height: 60px;
    margin-top: 20px;
}

.hy_box{
    background-color: #F7F7F7;
    color: #4a4a4a;
    display: block;
    padding: 30px;
    margin-top: 30px;
    height: 280px;
    border-radius: 20px;
}
.hy_all_box{
    font-size: 18px;
    margin:50px 0;
}
.hy_gg_title{
    margin: 16px 0px;
    text-align: center;
    cursor: pointer;
}
.hy_content_news{padding-left: 40px;}
.menu-item {
  margin: 15px 0;
  cursor: pointer;
  border-left: 4px;
  border-radius: 6px 0 0 6px;
  padding: 5px 35px;
  font-size: 18px;
}
.menu-item.active {
  background: #f2971b;
}
.flex-item1 {
  display: inline-block;
  padding: 5px 40px;
  font-size: 16px;
  border-radius: 10px;
}
.flex-item1>a{color:black!important;padding: 5px 30px; font-size: 16px;}
.flex-item1>a:hover{text-decoration: none!important;color: #f2971b;}
.active-orange{
    background: #FCE0B9;
    color: black;
    border-radius: 10px;
}
.hy_left_title{color: #000;}
.hy_left_title:hover{text-decoration: none;color: #000;}
.fx-line {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 15px 0;
}
.radius {
  margin: 0 10px;
  padding: 6px 12px;
  border-radius: 50%;
  border: 1px solid white;
  color: black;

}
.radius:hover{border: 1px solid #f2971b;text-decoration: none;color: black}
.x1 {
  box-shadow: none;
  transition: all .3s;
  cursor: pointer;
  margin:0 40px 40px 0;
  width: 100%;
  height: auto;
  background: #F7F7F7;
}
.x1:hover {
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02)
}
.x1:hover .fx-line{
    transition: all 0.5s ease 0s;
    background: #f2971b;
}
.media-content .content{padding:30px 60px;}
.quanyuzhuizong{color: #494949!important;font-size: 18px;margin-right: 20px}
.hangye-content{font-size: 14px;color: #999999;margin: 20px 0;letter-spacing: 1px;line-height: 26px;}
.quanyu-icon{border: 1px solid orange;border-radius: 4px;padding: 2px 4px;font-size: 12px;margin-right: 4px;color: #424242;}
.fanye-hangye{text-align: center;margin-top: 32px;font-size: 14px;}
.hy-shang:hover{color: #f2971b}
.hy-shang{color: black}



.cp_case_icon{
    margin-top: 80px;
    justify-content: space-between;
}

*{margin: 0;padding: 0}
li{list-style: none;}
ul.us{
    width: 1200px;
}
.wrap{
    /*width: 790px;*/
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto 0;
    background-image: url(../images/slide.png);
    background-size: 100%;
}
.wrap li{
    float: left;
    width: 158px;
    height: 340px;
}
.wrap .us li {
    display: table;
    border-right: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    height: 500px;

}
.wrap .us li .cell {
    font-size: 20px;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    transition: all .5s;
}
.wrap .us li .cell:hover {
    font-size: 24px;
}
.line {
    width: 50px;
    height: 3px;
    border-radius: 1.5px;
    margin: 8px 0;
    background: #f3971c;
}
.col-item-index{margin-top: 100px;position: relative;}
.col-item {
    height: 400px;
    width: 280px;
    box-shadow: -1px 1px 38px -21px rgba(0,0,0,0.75);
    transform: translate(0, 12px);
    transition: all .3s;
    background-size: 100%;
    /* filter: brightness(.4); */
    object-fit: cover;
}
.col-item .info {
    opacity: 0;
    transform: translate(0, -20px);
}
.col-item .icon {
    opacity: 1;
    transform: translate(0, 0);
    transition: all .3s;
    width: 4.5rem;
    padding-top: 50px;
    /*margin-bottom: 20px;*/
  margin:  0 auto;
}
.col-item > * {
    transition: all .3s;
}
.col-item:hover .info {
    opacity: 1;
    transform: translate(0, 0);
}
.col-item:hover .icon {
    padding-top: 0!important;
    transform: translate(0, 0);
}
.filter {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition:all .3s;
}
.filter:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}
.filter:hover p{color: #f2971b;}
.filter p{
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}
/* .filter p:hover{color: #f2971b;} */
.container h5{
    font-size: 24px;
}
.qixing-icon{
    text-align: center;
    margin-top: 20px;
}
.line-one{
    height: 1px;
    border-radius: 1px;
    margin: 20px 0 30px 0;;
    background: #f3971c;
    width: 95px;
}
.ctx{
    font-size: 16px;
    color: #000000;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    text-indent: 2em;
}

.liangdian{
    padding: 50px 0 100px 0;
    background: #f5f5f5;
}
.liangdian-title{
    color: rgb(255, 255, 255);
    font-size: 20px;
  margin-top: 20px;
}

.liangdian_content{
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 8px;
}
.liangdian_zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: black;
    opacity: 0.6;
}
.changjing-box{
    width: 100%;
    padding: 50px 0 100px 0;
}




.core-banner{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.core-one-bg{
    width: 100%;
    background: #f1f1f1;
    padding: 100px 0;
}
.core-banner img{
    width: 100%;
    /*height: 100%;*/
}
.core-boxLfet{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.core-boxRight{
    width: 100%;
}
.coreLeft-box{
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.coreLeft-box h2{
    font-size: 24px;
}
.core-content{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    letter-spacing: 1px;
    line-height: 24px;
}
.core-line{
    border-bottom: 3px solid #f2971b;
    width: 110px;
    border-radius: 2px;
    margin: 20px 0;
}
.core-img-1{
    border-radius: 20px;
    margin: 0 auto;
    width: 535px;
    height: 300px;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.core-img-1:hover{
    cursor: pointer;
    transition-duration: 0.3s;
    transform: translateY(-10px);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
}
.core-img-2:hover{
    cursor: pointer;
    transition-duration: 0.3s;
    transform: translateY(-10px);
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%); */
    box-shadow: 0px 16px 20px #EEEEEE;
}
.core-img-1 img{
    width: 100%;
    border-radius: 20px;
}
/*two*/
.core-two-bg{
    width: 100%;
    background: white;
    padding: 100px 0;
}
.core-content-two{
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    line-height: 24px;
    letter-spacing: 1px;
}
.core-boxRight-box{
    float: right;
    text-align: right;
    padding: 50px;

}
.core-boxRight-box h2{
    font-size: 24px;
    /*text-align: right;*/
}
.core-line-two{
    float: right;
    border-bottom: 3px solid #f2971b;
    width: 110px;
    border-radius: 2px;
    margin: 20px 0;

    /*text-align: right;*/
}
.core-img-2{
    border-radius: 20px;
    margin: 0 auto;
    width: 535px;
    height: 300px;
    overflow: hidden;
}
.core-img-2 img{
    width: 100%;
    border-radius: 20px;
}




.news-banner{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.news-banner img{
    width: 100%;
    height: 100%;
}
.news-nav{
    /*border: 1px solid red;*/
    width: 100%;
    height: auto;
}
.news-nav-left{
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}
.news-nav-right{
    /*border: 1px solid red;*/
    width: 98%;
    float: right;
    padding: 50px;
    height: auto;
}
.new-top-img{
    width: 100%;
    height: 370px;
    border-radius: 20px;
    overflow: hidden;
}
.new-top-img:hover{
    cursor: pointer;
    transition-duration: 0.3s;
    transform: translateY(-10px);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
}
.new-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-top-content{
    /*border: 1px solid red;*/
    width: 100%;
    height: auto;
}
.new-top-title{
    font-size: 24px;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}
.new-top-p{
    font-size: 16px;
    color: #666666;
    padding-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    letter-spacing: 1px;
}
.times-two{
    font-size: 14px;
    color: #666666;
    float: left;

}
.times-icon{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.new-time{
    padding: 5px;
    margin-top: 40px;
}
.news-more-btn{
    margin-top: 40px;
}
.more-m{
    margin-top: 20px;
    color: #f2971b;
    font-size: 14px;
    padding: 10px 20px;
    border:1px solid #f2971b;
    border-radius: 20px;
}
.more-m:hover{
    color: white;
    background: #f2971b;
    transition: all 1s;
    text-decoration: none;
}


/*新闻分类*/
ul, li {
    list-style-type: none;
    cursor: auto;
}
img {
    vertical-align: middle;
    border: none;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #f2971b;
}
.clear {
    clear: both
}
input {
    border: none;
}
.title_cn {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
#new_box {
    width: 100%;
    padding: 50px 0px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0px;
}
.new_con {
    margin-top: 50px;
}
.newtel {
    margin:  0 auto;
    /*height: 30px;*/
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    font-size: 18px;
    color: #666
}
.news-default:hover{text-decoration: none!important;}
.new_telst {
    width: 550px;
    margin: 0 auto;
    position: relative;
    top: 6px;
    text-align: center
}
.new_telst li {
    /* width: 166px; */
    line-height: 30px;
    text-align: center;
    /* float: left; */
    display: inline;
    cursor: pointer;
    padding: 10px 10px 20px 10px;
}
.new_telst li.newon {
    color: #f2971b;
    border-bottom: 1px solid #f2971b;
}
.new_telst p {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 166px;
    height: 7px;
    border-top: 1px solid #f2971b;
    overflow: hidden;
    text-align: center;
}
.new_telst b {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid dashed dashed dashed;
    border-width: 9px;
    border-color: #f2971b #fff #fff #fff;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
}
.new_lst {
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 10px;
    padding-top: 20px;
}
.new_lst ul {
    /*position: absolute;*/
    /*left: 0px;*/
}
.new-wrap {
    margin-top: 30px;
}
.new-wrap .show {
    display: block;
}
li.new_cnlf {
    /*width: 370px;*/
    float: left;
    padding: 10px;
    overflow: hidden;
}
li.new_cnlf:hover{
    transition: all .5s ;
    /*cursor: pointer;*/
    transform: translateY(-10px);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
}

li.new_cnlf p {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    border-radius: 0;
}
.newlf_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newlf_img:hover{
    cursor: pointer;
    transition: all 1s;
    transform: scale(1.1,1.1);
}
.new-img-g{
    width: 99%;
    height: 190px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.new_content_box{
    background: #f1f1f1;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 99%;
}
.newlf_content{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 105px;
    overflow: hidden;
}
p.newlf_title a {
    color: #666666;
    font-size: 18px;
    line-height: 50px;
    /*text-align: center;*/
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
p.newlf_title a:hover {
    color: #f2971b;
}
p.newlf_tx {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 105px;
    overflow: hidden;
}
li.new_cnrf {
    float: right;
    width: 820px;
    margin-left: 10px;
}
.newrf_lst dd {
    width: 368px;
    height: 85px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-left: 35px;
    margin-bottom: 20px;
}
p.new_rq {
    width: 65px;
    height: 65px;
    background: #969393;
    float: left;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px;
}
p.new_rq span {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    padding-top: 5px;
}
p.newrf_tx {
    float: left;
    width: 270px;
    margin-top: 8px;
}
p.newrf_tx a {
    color: #333;
    font-size: 14px;
    display: block;
    line-height: 30px;
}
p.newrf_tx span {
    display: block;
    font-size: 12px;
    color: #999;
    height: 60px;
    overflow: hidden;
}
.mr0 {
    margin-right: 0px;
}


/*分页*/
.pages {
    /*float: right;*/
    /*margin: 20px 0*/
}

.pages #Pagination {
    float: left;
    overflow: hidden
}

.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
}

.pages #Pagination .pagination a, .pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 11px 13px;
    /*border: 1px solid #e6e6e6;*/
    border-right: none;
    /*background: #f6f6f6;*/
    color: #666;
    font-size: 14px;
    cursor: pointer
}
.pages #Pagination .pagination a, .pages #Pagination .pagination span :hover{
    color: #f2971b;
    cursor: pointer;
}
.pages #Pagination .pagination .current {
    /*background: #ffac59;*/
    /*color: #fff*/
}

.pages #Pagination .pagination .prev, .pages #Pagination .pagination .next {
    float: left;
    padding: 11px 13px;
    /*border: 1px solid #e6e6e6;*/
    /*background: #f6f6f6;*/
    color: #666;
    cursor: pointer
}



.pages #Pagination .pagination .prev {
    border-right: none
}


.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: 0 0;
    cursor: default
}

.pages .searchPage {
    float: left;
    padding: 8px 0
}

.pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #999;
    font-size: 14px
}



/*新闻详情页的样式*/
.news_detail-box{
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    width: 100%;
    margin-top: 50px;
}
.news-detail-content{
    padding: 20px;
}
.detail-img-box{
    float: left;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    /*margin: 5px;*/
    width: 48%;
    height: 300px;
}
.detail-img-box img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.new-before{

}
.shang{
    font-size: 16px;
    color: #2d2d2d;
}
.shang:hover{
    color: #f2971b;transition: all .5s;
}
.new-before{
    padding: 20px;
}


/*关于我们-发展历程css*/



.ctx_hexin{
    font-size: 18px;
    color: #000000;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 24px;
}
.ctx-title{
    font-size: 18px;
}
.ctx-team{
    font-size: 14px;
    margin: 4px 0;
    position: relative;
    z-index: 1;
}
*, *::after, *::before {
    box-sizing: border-box
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.6rem!important;
    background-color: white;
}

a {
    color: #f3971c;
    text-decoration: none
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none
}

.cd-horizontal-timeline.loaded {
    opacity: 1
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 40px auto
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 20px auto;
    overflow: hidden;
    width: 400px;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    /*background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));*/
    /*background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0))*/
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    /*background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));*/
    /*background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0))*/
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s
}
.events{
    width: 1800px!important;
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f3971c;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    color: #f2971b;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color .3s, border-color .3s;
    -moz-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #f3971c;
    border-color: #f3971c
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #f3971c;
    border-color: #f3971c
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #f3971c
}

.fazhan-lunbo{
    position: absolute;
    top: 80px;
    left: 33%;
}


.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(../images/cd-arrow.svg) no-repeat 0 0*/
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.cd-timeline-navigation a.next {
    right: 0
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #f3971c
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
    background: orange;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.cd-horizontal-timeline .events-content {
    position: relative;
    margin-top: 70px;
    width: 100%;
    /*margin: 2em 0;*/
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: 700;
    font-size: 2.6rem;
    font-family: playfair display, serif;
    font-weight: 700;
    line-height: 1.2
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto
}

.cd-horizontal-timeline .events-content em::before {
    content: ' '
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6
}



@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.gy_yanjiu{ width: 100%;}
.gy_company_box{
     line-height: 3em;
}
.gy_line{
    width: 50px;
    height: 3px;
    margin: 24px auto;
    background: #f2971b;
}
.gy_company_ctx{
    color: #000000;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 24px;
}
.gy_company_ctx p{
    background: none!important;
    letter-spacing: 1px;
    line-height: 30px;
    text-indent:2em;
    font-size: 16px;
    font-weight: normal;
}
.fz_title_box{
    /* width: 80%; */
     margin: 0 auto;
}
.gy_core_team{
    position:absolute;
    top:0;
    left:0;
    z-index: 0;
}
.about-bg{
    width: 100%;
    background: url(../images/aboutus.png)  100% 100%;
    padding: 100px 0;
}
.text-center {
    text-align: center;
    font-size: 30px;
    color: #121212;
}
.fangan-box{padding: 100px 0 100px 0;}
.line {
    width: 50px;
    height: 3px;
    margin: 40px auto;
    background: #f2971b;
}

.swiper-container {
    width: 100%;
    /*height: 420px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .item {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    border-radius: 20px;
    background-position:center;
    cursor: pointer;
    overflow: hidden;
}
.swiper-slide .item .ctx_hexin {
    color: white;
    position: relative;
    padding: 30px;
    opacity: 0;
    transform: translate(0, 100px);
    transition:all .5s;
    z-index: 12;
}
.swiper-slide .item .bg {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FF9900, #707070); ;
    opacity: 0;
    z-index: 1;
}
.swiper-slide .item .title {
    position: absolute;
    bottom:12px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    z-index: 233;
    transition: all .5s;
    transform: translate(0,15px);
    padding: 20px 10px 20px 0;
}
.swiper-slide .item .title span {
    font-size: 14px;
    line-height: 26px;
}
.swiper-slide .item:hover .title {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}
.swiper-slide .item:hover .ctx_hexin {
    opacity: 1;
    transform: translate(0, 0);
}
.swiper-slide .item:hover .bg {
    opacity: .4;
}
.wp {
    margin: 100px;
    width: 100%;
    /*max-height: 240px;*/
    margin: 40px auto;
}
.spLine {
  position: relative;
  width: 720px;
  text-align: center;
  margin: 60px auto;
}
.cli-item {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 620px;*/
    height: 620px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transform: rotate(82deg);
    transition: all .4s;
}
.cli-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 24px;
    padding: 230px 160px;
    font-size: 16px;
    left: 0;
}
.cli-item.c1 {
    animation: 120s linear 0s infinite normal none running mainzx1;
}
.cli-item.c2 {
    animation: 120s linear 0s infinite normal none running mainzx2;
}
@-webkit-keyframes mainzx2 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-359deg)
    }
}

@-moz-keyframes mainzx2 {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(-359deg)
    }
}

@-o-keyframes mainzx2 {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(-359deg)
    }
}

@keyframes mainzx2 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-359deg)
    }
}

@keyframes mainzx1 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}
.cli-link .tag0 {position: absolute;top: 160px;left: -150px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}
.cli-link .tag1 {position: absolute;top: 260px;left: -180px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}
.cli-link .tag2 {position: absolute;top: 360px;left: -125px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}
.cli-link .tag3{position: absolute;top: 160px;right: -200px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}
.cli-link .tag4 {position: absolute;top: 260px;right: -180px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}
.cli-link .tag5 {position: absolute;top: 360px;right: -200px;padding: 5px 14px;border-radius: 20px;cursor: pointer;background: transparent;border: 2px solid orange;transition: all .3s;}

.about-line0{position: absolute;top: 175px;left: -35px;}
.about-line1{position: absolute;top: 275px;left: -65px;}
.about-line2{position: absolute;top: 380px;left: -10px;transform: rotate(180deg)}
.about-line3{position: absolute;top: 170px;right: 2px;transform: rotate(314deg)}
.about-line4{position: absolute;top: 270px;right: -20px;transform: rotate(314deg)}
.about-line5{position: absolute;top: 380px;right: 15px;transform: rotate(134deg)}
.cli-link .sp:hover {
    background: orange;
    color: #fff;
    box-shadow: -4px 7px 50px -18px rgba(0,0,0,0.75);
}

.timeline-dots {
    transform: translate3d(328px, 0px, 0px) !important
}
.fazhan{
    width: 100%;
    height: 700px!important;
    background: url(../images/fazhan-bj.jpg)top no-repeat ;
    padding: 100px 0;
    position: relative;
    /*border: 1px solid red;*/
}
.fazhan-box{

}
.fz_text_wrap {
    font-size: 0;
    padding-top: 50px;
}

.fz_text_list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    visibility: visible;
    animation-name: fadeInUp;
}

.fz_text_li {
    position: absolute;
    top: 70px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
    width: 100%;
}

.fz_current {
    opacity: 1;
    z-index: 1;
}

.fz_text_canvas {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.fz_text_light {
    width: 100%;

}

.fz_text_qiu {
    position: absolute;
    top: 23%;
    left: 25%;
}

.fz_text_qiu span:nth-child(1) img {
    /*-webkit-animation: rotate_di 10s infinite normal both;*/
    /*animation: rotate_di 10s infinite normal both;*/
}

.fz_text_qiu span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotate_qiu 40s linear infinite normal both;
    animation: rotate_qiu 40s linear infinite normal both;
}

.fz_text_title {
    font-size: 36px;

    color: black;
    padding-bottom: 30px;
}

.fz_text_read {
    font-size: 16px;
    line-height: 48px;
    color: black;
    display: flex;
    justify-content: space-between;
}

.fz_text_button {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 1.5%;
    top: -16px;
    z-index: 9;
}

.fz_text_button span {
    width: 20px;
    height: 20px;
    padding: 3px;
    background: #666666;
    cursor: pointer;
    /*border: 2px solid #f96342;*/
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
}

.fz_text_button span lable {
    position: absolute;
    left: -17px;
    top: -25px;
    font-size: 14px;
    color: #fff;
    width: 60px;
    text-align: center;
    display: block;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);

}

.fz_current_hover lable {
    color: #f2971b!important;
}

.fz_current_hover {
    /*border: 2px solid #f2971b !important;*/
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}

.fz_current_hover:after {
    opacity: 1 !important;
}

.fz_text_button span:after {
    opacity: 0;
}

.fz_text_button span:after {
    background: #f2971b;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 2.5px;
    top: 2.5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all .5s cubic-bezier(0.4, 0.25, 0, 1);
}

.fz_text_button span:nth-child(1) {
    position: absolute;
    left: 70%;
    top: 17%;
}

.fz_text_button span:nth-child(2) {
    position: absolute;
    left: 55%;
    top: 21%;
}

.fz_text_button span:nth-child(3) {
    position: absolute;
    left: 40%;
    top: 28.5%;
}

.fz_text_button span:nth-child(4) {
    position: absolute;
    left: 25%;
    top: 38%;
}

.fz_line{
    width: 45%;
    height: 2px;
    position: absolute;
    background: #666666;
    top: -6px;
    left: 28%;
}
.fz_data_line{
    width: 260px;
    margin-top: 20px;
    background: #b3b3b3;
    height: 1px;
}
.fz_data_content{font-size: 14px;color: #717171;display: flex}
.fz_licheng{ width: 80%; margin-left: 15px; line-height: 25px; margin-top: 12px;letter-spacing: 1px;}
.fz_text-mar{margin-left: 50px}
.fazhan-title{
    color: white;
    margin-bottom: 30px;
    font-size: 30px;
    /*font-weight: bold;*/
    text-align: center;
}
.aubot-team{
    width: 100%;
    height: auto;
    padding: 100px 0;
    position: relative;
    background: #EAEAEA;
}
.fazhan-btn-circle{
    opacity: 1;
    filter: sepia(100%);
}





.fix-display {
    display: none;
}

/*场景应用*/
.liangdian-box{
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
}
section.scene-box {
    padding: 20px 0 0;
}

.scene-list {
    height: 480px;
    display: flex;
    position: relative;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
}

.scene-item {
    position: relative;
    z-index: 220;
    color: white;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .3);
    transition: .3s;
}

.scene-item:last-of-type {
    border-right: none;
}

.scene-item.active {
    flex: 4;
}

.scene-name {
    font-size: 20px;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

.scene-info {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
}

.scene-info .title {
    font-size: 24px;
    margin-bottom: 350px;
}

.scene-info ::before {
    content: "";
    display: inline-block;
    width: 1.625em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: 1em;
}

.scene-info .telephone::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.4375em;
    vertical-align: middle;
    margin-right: 15px;
}

.scene-info ,
.scene-info .telephone {
    line-height: 1.6em;
    margin-bottom: .6em;
}

.scene-item.active .scene-name {
    display: none;
}

.scene-item.active .scene-info {
    visibility: visible;
    opacity: 1;
}

.location-back {
    z-index: 210;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: brightness(.4);
    object-fit: cover;
}

.scene-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, transparent 25%, rgba(229, 7, 30, .4));
    z-index: 215;
    mix-blend-mode: overlay;
}







.active1 { flex: 4;}

.jr_big_box{margin: 0 0 50px 0}
.jr_fenye{margin-top: 40px;}
.jr_min_h{min-height: 700px;}
.jr_search_result{font-size: 18px;margin: 50px 0;}
.jr_renzhi{
    font-size: 16px!important;
    color: #999999!important;
}
.jr_leixing_title{
    margin:40px 0
}
.jr_search{
    display: flex;
    justify-content: center;
}

.jr_columns_box{
    width: 50%;
}
.input {
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
}
.join-title{
    padding: 0px;
    margin: 26px 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(187, 183, 183, 0.21);
}
.input {
    width: 84%;
    height: 80px;
    margin: 50px 0;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    transform: translate(0,10px);
    transition: all .3s;
    margin-bottom: 24px;
}
.input::before {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 20px 12px;
    background-image: url("../images/search.svg");
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    top: 18px;
    left: 4px;
    width: 50px;
    height: 50px;
    opacity: .5;
}
.input:hover {
    transform: translate(0,4px);
}
.input input {
    border: none;
    outline: none;
    margin-left: 60px;
    font-size: 16px;
    color: #b0b0b0;
    width: 100%;
}
.flex-item {
    display: inline-block;
    padding: 12px 0;
    font-size: 18px;
    height: 100%;
    border-bottom: 2px solid transparent;
    border-radius: unset;
}
.flex-item:hover {
    color: #f2971b!important;
    border-bottom: 2px solid #f2971b!important;
}
.flex-item:hover a{
    color: #f2971b!important;
}
.flex-item.active {
    color: #f2971b!important;
    border-bottom: 2px solid #f2971b;
}
.inline-block {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    overflow: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
.fl {
    float: left;
}


.box {
    background-color: #F7F7F7;
    color: #4a4a4a;
    display: block;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}
.title.is-4 {
    font-size: 16px;
    font-weight: bold;
}
.active {
    color: #f2971b;
}
a{color: black;}
a.selected_Type{
    color: #f2971b;
}

.handleClick.active {
    transform: rotate(180deg)!important;
}
.join-us-down-box{
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
.join-us-quest{
    white-space: pre-line;font-size: 14px;color: #5D5D5D;line-height: 26px;padding: 10px 40px 0 0;
}
.jr_box{
    background-color: #F7F7F7;
    color: #4a4a4a;
    display: block;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}
.jr_box-nav{border-bottom: 1px solid #f2971b;padding-bottom: 12px}
.jr_img_email{width: 25px;height: 25px;float: left;}
.jr_img_email img{width: 100%;height: 100%;}
.jr_leixing{
    display: flex;
    color: rgb(147, 147, 147);
    font-size: 14px;
    margin: 10px 0;
    flex-wrap: wrap;
    line-height: 26px;
    letter-spacing: 1px;
}

.fr_youxiang{position: absolute; left: 45%;}

.cooperation-desc > * {
    box-sizing: border-box;
}
.up-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    /*background-image: url(__IMG_PATH__/up.svg);*/
    background-size: 100%;filter: opacity(0.4);
}


/* 响应式 */

/*--------------------------------------------------------------1440px-------------------------------------------------------------------------*/


@media (max-width: 1440px){
    .wrapper {
        max-width: 1280px;
    }
    .scene-info{
        width: 320px;
    }
}

/* 响应式 */

/*--------------------------------------------------------------1280px-------------------------------------------------------------------------*/



@media (max-width: 1280px){
    .wrapper {
        max-width: 960px;
    }
    .scene-info{
        width: 250px;
    }
}




/* 响应式 */

/*--------------------------------------------------------------1024-------------------------------------------------------------------------*/


@media (max-width: 1024px){
    /* ---------------------------------------------------------首页 */
    .new-rightHot{margin: 0 10px 24px 14px;}
    .tabbox .content{
        width: 100%;
    }
    .introduce-unit{
        width: 25%;
    }
    .intr-box{width: 100%;height: 400px;}
    /* swiper banner */
    .swiper-banner{
        height: 442px;
        width: 100%;
    }
    .swiper-banner .swiper-slide .t2{
        left: 60px;
        top: -14px;
    }
    .swiper-banner .swiper-slide .t3{
        top: 80px;
        left: 60px;
    }
    .intr-box{width: 224px;height: 400px;}
    .swiper-button-white{opacity: .8;}
    .header{
        padding: 0 14px;
        height: 60px;
    }
    .banner{
        margin-top: 60px!important;
    }
    .header .left a img {
        margin-top: 15px;
    }
    .header #navToggle {
        height: 100%;
        display: inline-block;
        float: right;
    }
    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }
    .header #navToggle span .img_si{
        display: none;
        width: 42px;
        margin-left: -5px;
    }
    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header .nav{
        display: none;
    }

    .banner img{
        height: 130px;
        object-fit: cover;
    }

	 .cd-horizontal-timeline {
        margin: 6em auto
    }

    .cd-horizontal-timeline::before {
        content: 'desktop'
    }
    .news-line{
        width: 50%;
    }
    .news-item-wrapper{
        padding: 30px;
    }
    .news-item-wrapper .time{
        width: 36%;
    }
    .index_nav_img{
        margin-top: 20px;
    }
    .tabbox .content li p{
        width: 70%;
        -webkit-line-clamp: 9;
    }
    .detail-btn{
        width: 88%;
    }
    .detail-btn .btn1{
        margin: 30px 0 0;
        width: 40%;
    }
/* -----------------------------------------------------------核心技术---------------------- */

    .core-boxLfet{
        padding: 40px 27px 40px 14px;
    }
    .core-img-1 img{
        width: 93%;
    }
    .core-img-2 img {
        margin-left: 14px;
        width: 93%;
    }
    .core-boxRight-box{
       padding: 40px 27px 40px 14px;
    }


/* -----------------------------------------------------------产品中心--------------------- */
    .fangan-box{padding: 50px 14px;}
    .liangdian{padding: 50px 14px;}
    .col-item{height: 335px;width: 235px;}
    .changjing-box{padding: 50px 14px;}
    .wrapper{width: 100%;}
    .col-item-index{margin-top: 50px;}

/* -----------------------------------------------------------关于我们--------------------- */
    .cli-link .tag0{top: 143px;left: -105px;}
    .cli-link .tag1{top: 243px;left: -120px;}
    .cli-link .tag2{top: 349px;left: -119px;}
    .cli-link .tag3{top: 145px;right: -100px;}
    .cli-link .tag4{top: 245px;right: -118px;}
    .cli-link .tag5{top: 355px;right: -120px;}


}




/* 响应式 */

/*--------------------------------------------------------------990px-------------------------------------------------------------------------*/




@media (max-width: 990px) {

    /*-------------------------------------------------------------首页-------------------------  */
    /* swiper banner */
    .swiper-banner{
        height: 489px;
    }
    /* 用ai驱动世界 */
    .introduce-unit{
        width: auto;
    }
    .intr-box{
        width: 280px;
        height: 358px;
    }

    /* ai赋能 */
    .content-left{
        width: 37%;
    }
    .content-right{
        float: left;
        width: 36%;
        padding: 0;
    }
    .tabbox .content{
        height: 500px;
    }
    .right-title{
        margin-top: 14px;
    }
    .tabbox .content li p{
        font-size: 14px;
        -webkit-line-clamp: 11;
    }

	  .cd-horizontal-timeline .events-wrapper {
        margin: 60px 30px;
    }
    .events-wrapper{
        width: 1800px!important;
    }
    .fazhan-lunbo {
        position: absolute;
        top: 80px;
        left: 0%;
    }

    .cli-item {
        height: 400px;
        width: 400px;
        border-radius: 50%;
        transform: rotate(82deg);
        transition: all .4s;
        margin-left: 20%;
    }
    .cli-text{
        position: absolute;
        top: 0;
        width: 55%;
        margin-top: 20px;
        padding: 118px 60px;
        height: 24px;
        left: 20%;
    }


    /* ai赋能 */
    .news-img-box img{
        object-fit: cover;
    }
    .imgNews-small{width: 45%;}
    .news-item-wrapper{padding: 25px;}
    /* 合作伙伴 */
    .imgs-cop{
        height: 100%;
        padding: 14px;
    }
    .coopCont-img .imgs-cop img{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .index_nav_img{
        margin-top: -12px;
    }
    /*首页新闻资讯*/
    .news-content-box{
        flex-wrap: wrap;
    }
    .news-left-box{
        width: 100%;
        height: 450px;
        margin: 20px 10px;
    }
    .news-line{
        width: 20%;
    }
    /* --------------------------------------------------------------------核心技术--------- */
    .core-one-bg{
        padding: 50px 0;
    }
    .core-boxLfet{
        padding: 0 27px 0 14px;
    }
    .core-img-1{height: auto;}
    .core-img-1 img {
        width: 70%;
    }
    .core-img-2 img{
        width: 70%;
        margin-left: 14px;
    }
    .core-boxRight-box {
        padding: 0 14px 0 27px;
    }
/* ------------------------------------------------------------------产品中心--------------- */
    .col-item{height: 264px; width: 182px;}
    .col-item-index{margin-top: 10px;}

/*---------------------------------------------------------------关于我们-------------------*/
    .gy_company_ctx{
        padding: 0 20px;
    }
    .gy_company_ctx p{
        font-size: 14px!important;
    }
    .about-bg{
        padding: 50px 0!important;
    }
    .fazhan{padding: 100px 10px 50px!important;}
    :root{
        scrollbar-color: rgb(210,210,210) #f2971b !important;
        scrollbar-width: thin !important;
      }
    .fz_text_read{
    flex-flow: column;
    height: calc((1em + 1.5em) * 7);
    overflow-x: visible;
    overflow-y: auto;
    overflow-y: scroll;
    scrollbar-color: #f2971b;
    /* width: calc((1.5em + 2.2em) * 6); */
    }
    .fz_text_read::-webkit-scrollbar {
        width: 4px;
    }
    /* 修改滚动条样式 */
    .fz_text_read::-webkit-scrollbar-track {
        background-color: #D9D9D9;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
    /* 修改滚动滑块 */
    .fz_text_read::-webkit-scrollbar-thumb {
        background-color: #f2971b;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
    .fz_text_button{left: 0;}
    .gy_td{width: 100%;padding: 0 20px;}
    .about-line0,.about-line1,.about-line2,.about-line3,.about-line4,.about-line5{display: none;}
    .spLine{margin: 100px auto;}
    .cli-link .tag0 { top: 10%; left: 4%; }
    .cli-link .tag1 { top: 50%; left: 4%; }
    .cli-link .tag2 { top: 85%; left: 4%; }
    .cli-link .tag3 { top: 10%; right: 0%; }
    .cli-link .tag4 { top: 50%; right: 0%; }
    .cli-link .tag5 { top: 85%; right: 0%; }
    /* -----------------------------------------------新闻详情页------------------------ */
    .news-detail-content p img{width: 100%;}

}


/*--------------------------------------------------------------767-------------------------------------------------------------------------*/



@media (max-width:767px){

    /* -----------------------------------------------------------首页-------------------- */
    /* 用ai驱动世界 */
    .ai-enabler-box{
        padding: 50px 0;
    }

    /* ai赋能 */
    .img-box{width: 127%;height: 100%;}
    .tabbox .tab a{
        font-size: 18px;
        margin: 0 16px;
        padding: 10px 28px;
    }
    .tabbox .tab{
        margin: 0 14px;
        margin-bottom: 50px;
    }
    .index_nav_img{
        margin-top: -8px;
    }

    /* 合作伙伴 */
    .cooperation-tab{
        width: 100%;
    }
    .cooperation-tab li {
        float: left;
        padding-bottom: 35px;
        font-size: 18px;
        line-height: 3;
        text-align: center;
        cursor: pointer;
        box-sizing: content-box;
        width: 25%;
        margin: 0 4%;
    }
    .coopCont-img{
        padding: 5px 14px;
    }
    .imgs-cop{
        height: 100%;
        padding: 0;
    }
    .coopCont-img .imgs-cop img{
        margin: 10px 0;
        height: 45px;
        width: 100%;
    }
    .cooperation-list{
        margin-bottom: 50px;
    }
    .cooperation-title{
        padding-top: 50px;
    }
    .cooperation-title h2{
        font-size: 24px;
    }

	.cd-horizontal-timeline .events-content h2 {
        font-size: 3rem
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
        width: 700px;
    }


/*加入我们*/
    .input{
        margin: 30px 0!important;
        height: 50px!important;
    }
    .input::before{
        top: 4px!important;
    }
    .jr_leixing_title{
    padding: 0 20px;
    }
    .jobList{
        padding: 0 20px;
    }
    .join-us-down-box{
        padding: 20px 0!important;
    }
    .fr_youxiang{
        position: relative!important;
        left: 0;
    }
    .join-us-down-box{
        flex-flow: column;
    }
    .jr_columns_box{
        width: 100%!important;
    }
    .join-us-quest{
        padding: 10px 0!important;
    }
    .jr_renzhi{
        margin-top: 20px!important;
    }
    .join-title{
        margin: 25px 20px!important;
    }

	    section.scene-box {
        padding: 40px 0 0;
        margin-bottom: 2.25em;
    }
    .scene-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        flex: 0 0 60px;
    }
    .scene-list {
        flex-direction: column;
        height: auto;
    }
    .scene-item.active1 {
        flex: 0 0 240px;
    }
    .scene-info .title{
        font-size: 24px;
        margin-bottom: 50px;
        margin-left: 50px;
    }
    .detail-btn .btn1{
        margin: 0;
    }




    /*-------------------------------------------------------------------新闻资讯------------*/
    .enable-title h2{
        margin-top: 50px;
        font-size: 24px;
    }
    .news-nav-left{
            padding: 0 14px;
        }
    .new-top-img{height: auto;}
    .news-nav-right{padding: 14px;}
    .tabbox{padding-bottom: 50px;}
    .new_telst{width: 100%;top: 0;}
    .new_telst li{padding: 10px 10px 8px 10px;}

    .news-left-box{
        margin: 6px 14px;
    }
    .news-right-box{
        margin: 14px;
    }
    .new-rightHot{
        width: auto;
        margin-left: 0;
    }
    .imgNews-small{
        width: 50%;
    }
    .swiper-banner .swiper-pagination {
    bottom: 80px ;
    }
    /*底部footer*/
    .footer-dz ul{
        flex-wrap: wrap;
    }
    .bottom .content{
        justify-content: center;
        flex-wrap: wrap;
    }
    .bottom .content .name{
        padding: 10px 0;
    }
	/*行业实践css*/
    .menu-item{
        text-align: center;
    }
    .media-content .content{
        padding: 0;
    }
    .hy_content_news{
        margin: 20px 14px;
        padding: 0;
    }
	 /* ai赋能 精准落地小屏 */


    .swiper-banner .swiper-slide .t2 {
        top: -15px;
        left: 24px;
        font-size: 24px
    }

    .swiper-banner .swiper-slide .t3 {
        top: 45px;
        left: 24px;
        font-size: 14px;
        width: 50%;
    }
    .swiper-banner .swiper-slide .img2 {
        top: 0;
        left: 490px;
        width: 200px;
        height: 200px;
    }

    .swiper-banner .swiper-slide .img2 img {
        top: 0;
        margin-top: 300px;
        margin-left: -800px;
        left: 250px;
        width: 80%;
    }
    .hot-news-box{
        width: 100%;
        padding: 14px;}

    .tabbox  .content {
        width: 90%;
        height: 620px;
      }
      .content-right{
          padding: 0;
          float: right;
          width: auto;
          box-sizing: border-box;
          margin-top: 0;
      }
      .right-title{
          padding: 0;
          width: 35%;
          margin-left: 16px;
      }
      .ai_fn_line{
        margin: 0 20px 20px 16px;
      }
      .tabbox .content li p{
        font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 9;
		overflow: hidden;
		color: #656565;
		letter-spacing: 2px;
		width: 42%;
		margin-left: 16px;
      }
      .detail-btn{
          width: 43%;
          padding: 0px 16px;
      }

      .content-right h3{
          font-size: 18px;
          font-weight: bold;
      }
    .ai-title h2{
        font-size: 24px;
    }
    .ai_funeng_luodi{
        font-size: 24px;
        margin-top: 30px;
    }
    .ai-enabler-box{
        padding: 50px 0;
    }
    .introduce-unit{
        margin: 30px 0 0;
        padding: 0;
    }
    .ai-item-box{
        padding: 0 14px;
    }
    .intr-box{width: 100%;}
    .tab-ai-box {justify-content: center;}
    .img-box img {width: 100%;object-fit: cover;}
/*--------------------------------------------------------------------------新闻详情页--------------*/
.news-detail-content h2{font-size: 20px;}

	/*--------------------------------------------------------------------------核心技术--------------*/
    .core-one-bg{
        padding: 0 0 50px 0;
    }
    .core-two-bg{
        padding: 50px 0 0;
    }
    .core-img-1 {
        width: 93%;
        height: 100%;
    }
    .core-img-2 {
        width: 93%;
        height: 100%;
    }
    .core-boxLfet{
        padding: 50px 14px 20px;
    }
    .core-boxRight-box{
        padding: 20px 14px 50px;
    }
    .core-content{font-size: 14px;}
    .core-content-two{font-size: 14px;}
    .coreLeft-box h2{font-size: 21px;}
    .core-boxRight-box h2{font-size: 21px;}
    .core-img-1 img {
        width: 100%;
    }
    .core-img-2 img{
        width: 100%;
        margin: 0;
    }

		/*---------------------------------------------------------------产品中心css--------------------*/
    .fangan-box{
        padding: 50px 14px;
    }
    .cp_case_icon{
        margin-top: 10px;
    }
    .liangdian{
        padding: 50px 14px;
    }
    .ctx{font-size: 14px;}
    .col-item{
        width: 100%;
        height: 400px;
    }
    .col-item-index{margin-top: 80px;}
    .changjing-box{
        padding: 50px 14px;
    }
    .filter p{font-size: 12px;}
    .flex-item1{padding: 5px 0;}
    .flex-item1>a{padding: 5px 20px;font-size: 14px;}

.aiul{left: -1000px;height: 600px;text-align:left;}
/*---------------------------------------------------------------行业实践--------------------*/
.hy_mm_box{justify-content: space-between;flex-wrap: nowrap;}
.hy_gg_title{flex: 0 0 33%;}

/*---------------------------------------------------------------关于我们--------------------*/
    .cli-item {
        height: 250px;
        width: 250px;
        margin-left: 10%;
    }
    .cli-text {
        position: absolute;
        top: 16%;
        width: 40%;
        padding: 15px 40px;
        left: 8%;
        font-size: 12px;
    }
    .cli-link .tag0 {
        top: -22%;
        left: 2%;
        font-size: 10px;
    }
    .cli-link .tag1 {
        top: -22%;
        left: 18%;
        font-size: 10px;
    }
    .cli-link .tag2 {
        top: 110%;
        left: 2%;
        font-size: 10px;
    }
    .cli-link .tag3 {
        top: -22%;
        right: 44%;
        font-size: 10px;
    }
    .cli-link .tag4 {
        top: 110%;
        right: 67.5%;
        font-size: 10px;
    }
    .cli-link .tag5 {
        top: 110%;
        right: 44%;
        font-size: 10px;
    }
    .gy_yanjiu{overflow: hidden;}

}

/*---------------------------------------------------------667px------------------------------------------------*/

@media (max-width: 667px) {
    /* -------------------------------------------------------------------------首页---------- */
    /* banner */
    .swiper-banner .swiper-slide .t2{left: 24px;}
    .swiper-banner .swiper-slide .t3{left: 24px;width: 26%;}
 /* 合作伙伴 */
 .cooperation-tab li {
    float: left!important;
    padding-bottom: 35px!important;
    font-size: 16px!important;
    line-height: 3!important;
    text-align: center!important;
    cursor: pointer!important;
    box-sizing: content-box!important;
    width: 25%!important;
    margin: 0 4%!important;
   }
   .coopCont-img {
    overflow: hidden;
    padding: 2%;
    width: 50%;
   }
   .coopCont-img .imgs-cop img {
    width: 100%!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
   }

    /*AI图片*/
    .content-left{width: 77%;}
.img-box img{ width:50%;}
.right-title {
    padding: 40px 10px 24px 0;
    color: #2d2d2d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 35px;
	width:50%;}
.tabbox .content li {
    box-sizing: border-box;
    width: 1000px;
    height: 500px;
    float: left;
}
.tabbox .content li p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    color: #656565;
    letter-spacing: 2px;
    width: 32%;
    margin-left: 35px;
}
.tabbox .content {
    width: 90%;
    height: 620px;
}
.aiul{left: -1000px;height: 650px;text-align:left;}

}


/*---------------------------------------------------------414px------------------------------------------------*/

@media (max-width: 414px) {
    /* 首页 */
    .swiper-button-white {
        opacity: 0;
    }

    .four-hot-news-box {
        display: none;
    }

    .swiper-banner .swiper-pagination {
        bottom: 6px;
    }

    .swiper-banner .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .swiper-pagination-white .swiper-pagination-bullet-active {
        width: 15px !important;
    }

    .swiper-banner .swiper-slide .t2 {
        top: -110px;
        left: 10px;
        font-size: 18px;
    }

    .swiper-banner .swiper-slide .t3 {
        top: 50px;
        left: 20px;
        width: 25%;
        display: none;

    }

    .swiper-banner {
        height: 200px;
    }

    /* ai精准落地 */
    .content-left {
        width: 75%;
    }

    .tabbox .content li p {
        width: 31%;
        margin-left: 16px;
    }

    .detail-btn {
        width: 33%;
    }

    .detail-btn .btn1 {
        width: 45%;
    }

    .news-content-box {
        flex-direction: column;
    }

    .news-line {
        width: 33%;
        margin: 0;
    }

    /*底部footer*/
    .footer-first-box {
        flex-direction: column;
    }

    .footer-dz ul li {
        padding: 5px 12px;
    }

    /* 合作伙伴 */
    .cooperation-tab li  {
        float: left;
        padding-bottom: 35px;
        font-size: 16px;
        line-height: 3;
        text-align: center;
        cursor: pointer;
        box-sizing: content-box;
        width: 25%;
        margin: 0 4%;
    }

    .coopCont-img  {
        overflow: hidden !important;
        padding: 2% !important;
        width: 50% !important;
    }

    .coopCont-img .imgs-cop img  {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tab-ai-box {
        width: 88%;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }

    .tabbox .tab a {
        margin: 6px 16px;
    }

    .img-box {
        width: 41%;
    }

    .img-box img {
        width: 100%;
    }

    .right-title {
        padding: 0 0 10px 0;
        margin-left: 16px;
    }

    .algorithm-list .algo_listBox > ul {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .algorithm-list .algo_listBox > ul > li {
        width: 100%;
        height: auto;
    }

    .algDetail-title-light .light-item a {
        margin-right: 40px;
    }

    .algDetail-search-card .search-content .search-content-img {
        height: auto;
    }

    .search-content-titleCard .content-flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search-content-titleCard .content-flex .flex1 {
        width: 100%;
    }

    .algDetail-scenarios-card .scenarios-img-box {
        height: 280px;
    }

    .algDetail-scenarios-card .scenarios-img-box img {
        height: 100%;
        object-fit: cover;
    }

    .algDetail-scenarios-card .scenariosImg-content {
        height: auto;
    }

    .algDetail-relation-algorithm .relation-content {
        flex-wrap: wrap;
    }

    .algDetail-relation-algorithm .relation-content .relation-left {
        width: 100%;
    }

    .algDetail-relation-algorithm .relation-content .relation-right {
        width: 100%;
        height: 150px;
    }


    /*---------------------------------------------------------375px------------------------------------------------*/
    @media (max-width: 375px) {
        /* -----------------------------------------------首页------------ */
        /* swiper banner左右箭头隐藏 */
        /* .swiper-button-white{opacity: 0;} */
        /* swiper banner */
        .swiper-banner {
            height: 200px;
        }

        .swiper-banner .swiper-pagination {
            bottom: 30px;
        }

        .swiper-banner .swiper-slide .t2 {
            left: 8px;
        }

        .swiper-banner .swiper-slide .t3 {
            left: 8px;
        }

        /* 合作伙伴 */
        .cooperation-tab li  {
            float: left;
            padding-bottom: 35px;
            font-size: 16px;
            line-height: 3;
            text-align: center;
            cursor: pointer;
            box-sizing: content-box;
            width: 25%;
            margin: 0 4%;
        }

        .coopCont-img  {
            overflow: hidden;
            padding: 2%;
            width: 50%;
        }

        .coopCont-img .imgs-cop img  {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        /*AI图片*/
        .ai_fn_line {
            margin: 0 22px 20px 16px;
        }

        .img-box img {
            width: 100%;
        }

        .right-title {
            padding: 0 10px 0 0;
            color: #2d2d2d;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-left: 16px;
            width: 50%;
        }

        .tabbox .content li {
            box-sizing: border-box;
            width: 1000px;
            height: 500px;
            float: left;
        }

        .tabbox .content li p {
            font-size: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 9;
            overflow: hidden;
            color: #656565;
            letter-spacing: 2px;
            line-height: 24px;
            width: 30%;
            margin-left: 15px;
        }

        .detail-btn {
            width: 32%;
        }

        .detail-btn .btn1 {
            line-height: 32px;
        }

        .tabbox .content {
            width: 92%;
            height: 610px;
        }

        .aiul {
            left: -1000px;
            height: 650px;
            text-align: left;
        }

        /* ----------------------------------------------产品中心---------- */
        .flex-item1 > a {
            padding: 5px 10px;
        }

    }

}
/*---------------------------------------------------------320px------------------------------------------------*/
@media (max-width: 320px) {
    /* 首页 */
    .swiper-banner .swiper-slide .t2 {
        font-size: 20px;
    }

    .swiper-banner .swiper-slide .t3 {
        font-size: 12px;
        width: 20%;
    }

    .swiper-banner {
        height: 200px;
    }

    .hot-content {
        font-size: 14px;
    }

    .tabbox .tab a {
        font-size: 16px;
    }

    .tabbox .content li p {
        width: 26%;
        font-size: 12px;
    }

    .news-item-wrapper {
        padding: 20px;
    }

    .news-item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .imgNews-small img {
        height: 100%;
    }

    .cooperation-tab li {
        font-size: 16px;
    }

    .content-right h3 {
        font-size: 14px;
        font-weight: bold;
    }
}


