/* 轮播 */
.left-control, .right-control{
    display: flex;
    justify-content: center;
    align-items: center;
}
.control-btn{
    color: #3C81ED;
}
.carousel-indicators li{
    width: 50px;
    height: 3px;
}
.carousel-indicators .active{
    width: 50px;
    height: 3px;
    background-color: #3C81ED;
    border-color: #3C81ED;
}

/*产品*/
.nav-product{
    display: flex;
    justify-content: space-between;
    margin: 0 5vw;
}
.product-show{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    padding: 44px 0 42px 0;
    letter-spacing: 0.2rem;
}
.product>.nav>li>a{
    font-size: 22px;
    /* font-weight: bold; */
    color: #333333;
    background-color: #fff;
    letter-spacing: 0.2rem;
}
.product>.nav>li>a:hover{
    color: #3C81ED;
    background-color: #fff;
    border-bottom: 2px solid #3C81ED;
    border-radius: 0;
    cursor: pointer;
}
#product_img{
    border-radius: 10px;
    box-shadow: 8px 5px 12px 1px #eee;
}
/* .product>.nav>li>a:active{
    font-weight: bold;
    color: #3C81ED;
    background-color: #fff;
    border-bottom: 2px solid #3C81ED;
    border-radius: 0;
} */
.productList{
    background: url(../static/images/product.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}
.productList-top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10vw 50px 10vw;
}
.productList-bottom{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 0 15vw;
}
.pro-title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}
.pro-detail{
    width: 30%;
    letter-spacing: 0.2rem;
    color: #333333;
    font-size: 14px;
}
/* 首页案例 */
.index-case{
    background-color: #fff;
    position: relative;
}
.case-title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 42px 0 36px 0;
}
.case-top{
    background-color: #e8f2ff;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    border-radius: 9px;
    margin: 0px 15vw 36px 15vw;
    padding: 8px 11px 11px 0;
    /* height: 323px; */
}
.case-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 46px 46px 46px 31px;
}
.case-taget{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.taget1{
    margin-top: 10px;
}
.case-taget:hover{
    color: #002C69;
    background-color: #C7DBFF;
    cursor: pointer;
}
.case-content p{
    text-indent:2em;
}
.caseactive{
    color: #002C69;
    background-color: #C7DBFF;
    cursor: pointer;
}
.case-img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.case-img1{
    width: 11px;
    height: 12px;
    margin-right: 10px;
}
.case-img2{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.case-img3{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.case-center{
    padding: 5% 46px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    width: 70%;
    line-height: 25px;
}
.case-look-btn{
   width: 100%;
}
.case-txtbox{
    display: flex;
    /* justify-content: left; */
    letter-spacing: 0.2rem;
    /* margin-bottom: 50px; */
}
.case-content{
    color: #333333;
    font-size: 14px;
    flex: 5;
}
.casetxt-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.case-value{
    flex: 1;
    text-align: left;
}
.case-btn{
    padding: 5px 8px;
    background-color: #C7DBFF;
    color: #3C81ED;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.look-case{
    padding: 4px 8px;
    background-color: #3C81ED;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.case-right{
    display: flex;
    justify-content: right;
}
.case-right img{
    height: 100%;
    width: 100%;
}
.case-bottom{
    /* height: 272px; */
    display: flex;
    align-items: center;
    /* background: url(../static/images/index_aboutus.png) no-repeat; */
    /* background-position: right; */
    margin-left: 15vw;
}
.case-aboutus{
    width: 40%;
    line-height: 25px;
}
.case-aboutus_Img{
    width: 60%;
    text-align: right;
}
.case-aboutus_Img img{
    width: 80%;
}
.case-aboutus_title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}
.case-aboutus p{
    text-indent: 30px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.2rem;
}
.case-aboutus_btn{
    margin-top: 20px;
}
.case-aboutus_btn span{
    background-color: #3C81ED;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 4px 8px;
}
.case_bgleft{
    position: absolute;
    left: 0%;
    top: 45%;
}
.case_bgright{
    position: absolute;
    right: 0;
    top: 100px;
}
.case_serve{
    background: url(../static/images/case_bg3.png) no-repeat;
    background-size: 100% 100%;
    padding: 66px 15vw;
}
/* 全方位平台优势 */
.serve_h1{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.serve_h2{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 60px 0;
}
.serve_List{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0vw 0px 0vw;
    font-size: 16px;
}
.list_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_item .img1{
    width: 27px;
    height: 39px;
    margin-right: 10px;
}
.list_item .img2{
    width: 32px;
    height: 33px;
    margin-right: 10px;
}
.list_item .img3{
    width: 33px;
    height: 34px;
    margin-right: 10px;
}
.list_item .img4{
    width: 40px;
    height: 33px;
    margin-right: 10px;
}
/* 权威认证 */
.authority{
    background: url(../static/images/authority1.png) no-repeat;
    background-size: 100% 100%;
}
.authority_h1{
    font-size: 30px;
    font-weight: bold;
    color: #FFBB00;
    text-align: center;
    padding: 32px 0;
}
.authority_img{
    margin: 0 auto;
    width: 60vw;
    padding-bottom: 40px;
}
/* 企业墙 */
.organ{
    background: url(../static/images/organ.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
    overflow: hidden;
}
.organ_list1{
    margin: 80px 0;
}
.organ_top{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.organ_h1{
    margin: 0 5px;
}
.organ_line{
    display: inline-block;
    width: 30vw;
    border-top: 1px solid #ddd;
    box-shadow: 0px 1px 1px 0px #ddd;
}
.organ_list{

}
.organ_item1{
    position: relative;
    width: 1200px;
    height: 60px;
    overflow: hidden;
}
.organ_item1 ul li {
    float: left;
    height: 25px;
    width: 91px;
    margin-right: 10px;
    padding: 10px;
}

.organ_item1 ul li img{
    height: 25px;
    width: 91px;
}

.organ_item1 ul {
    position: absolute;
    left: 0; 
    top: 0; 
    list-style: none;
    height: 25px;
    width: 2400px;
    animation: move 5s infinite linear;
}
.active1{
    color: #3C81ED !important;
    background-color:transparent;
    border-bottom: 2px solid #3C81ED;
    border-radius: 0 !important;
    cursor: pointer;
}
