﻿html, body, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

em {
    font-style: normal;
}


@media (max-width: 1200px) {

}

.videoRecording .banner{
    width: 100%;
    height: 581px;
    background: url('../image/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center 0;
}

.videoRecording .word {
    margin-top: 80px;
    width: 620px;
}

.videoRecording .headerbg {
    background: #00050D;
}

.videoRecording .header {
    width: 1200px;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}

.videoRecording .header > div {
    display: flex;
    align-items: center;
}

.videoRecording .header > div em {
    height: 30px;
    border-right: 1px solid #55595e;
    margin: 0 12px;
}

.videoRecording .header img.logo {
    width: 24px;
    height: 27px;
    margin-right: 8px;
}

.videoRecording .header ul {
    display: flex;
    font-size: 16px;
}

.videoRecording .header ul li {
    margin-left: 20px;
}

.videoRecording .bgfont {
    width: 1350px;
    margin: auto;
}

.videoRecording .bgfont button {
    margin-top: 65px;
    margin-left: 79px;
    width: 260px;
    height: 70px;
    background: #3754F2;
    border-radius: 40px;
    border: 1px solid #333E59;
    outline: none;
    cursor: pointer;
    margin-right: 20px;
    font-size: 30px;
    color: #F5F7FA;
    letter-spacing: 0;
    text-align: center;
}

.videoRecording .bgfont button:hover {
    background: #F5F7FA;
    font-size: 30px;
    color: #3754F2;
    width: 260px;
    height: 70px;
}

.videoRecording .experience {
    height: 1868px;
    background: #F5F7FA;
    padding-top: 72px;
    color: #fff;
}

.videoRecording .experience h4 {
    font-size: 36px;
    height: 50px;
    color: #333E59;
    /*letter-spacing: 0;*/
    text-align: center;
}

.videoRecording .experience h3 {
    font-size: 30px;
    color: #333E59;
    letter-spacing: 0;
}

.videoRecording .experience > p {
    opacity: 0.8;
    font-size: 16px;
    color: #5C677C;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-top: 14px;
}

.videoRecording .experienceBg {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    box-sizing: border-box;
}

.videoRecording .experienceBg img {
    width: 480px;
    height: 260px;
}

.videoRecording .experienceText {
    width: 470px;
    color: #A7AFBD;
}

.videoRecording .experienceText h3 {
    font-size: 30px;
    color: #333E59;
    padding-bottom: 23px;
}

.videoRecording .experienceText i {
    width: 60px;
    height: 4px;
    background: #333E59;
    display: block;
}

.videoRecording .experienceText p {
    opacity: 0.8;
    font-size: 16px;
    color: #5C677C;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    border-top: 1px solid #e7e7e9;
    padding-top: 18px;
    margin-bottom: 0;
}

.videoRecording .experienceText span {
    font-size: 16px;
    color: #1A7DFC;
    margin-top: 34px;
    display: block;
}

.videoRecording .experienceText button em {
    opacity: 0;
    position: relative;
    left: -200px;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
}

.videoRecording .function {
    height: 810px;
    text-align: center;
}

.videoRecording .function h4 {
    font-size: 36px;
    color: #333E59;
    padding: 73px 0 14px 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.videoRecording .function > p {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #A7AFBD;
    text-align: center;
    margin-bottom: 43px;
}

.videoRecording .function ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.videoRecording .function li {
    box-sizing: border-box;
    /* width: 384px; */
    height: 134px;
    /* padding: 0 40px; */
    padding-top: 20px;
    /* margin-bottom: 26px; */
    display: flex;
}

.videoRecording .function li img {
    margin-bottom: 16px;
}

.videoRecording .function li p {

    letter-spacing: 0;
    text-align: left;
    margin-bottom: 12px;
    margin-left: 16px;
    font-size: 20px; 
    color: #242B47;
    font-weight: 500;
}

.videoRecording .function li span {
    display: block;
    font-size: 14px;
    color: #A7AFBD;
    line-height: 22px;
    text-align: center;
    margin-left: 16px;
    font-weight: 400;
}

.videoRecording .function li:hover p {
    /* color: #3754F2; */
}

.videoRecording .function button {
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: white;
    cursor: pointer;
    border: 2px solid #00AA86;;
    /* border-radius: 40px; */
    font-size: 30px;
    outline: none;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #00AA86;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.videoRecording .function button:hover{
    background: rgba(0,170,134,0.08);
    border: 2px solid #00AA86;
    color: #00AA86;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
}
/* .videoRecording .function button:hover {
    background: #3754F2;
    border-radius: 40px;
    color: #FFFFFF;
} */


.videoRecording .info {
    text-align: center;
    background: #F5F7FA;
    height: 821px;
}

.videoRecording .info h4 {
    font-size: 36px;
    color: #333E59;
    padding: 73px 0 14px 0;
    text-align: center;
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 0;
}

.videoRecording .info > p {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #A7AFBD;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: 0;
    line-height: 22px;
}

.videoRecording .product {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoRecording .product li {
    box-sizing: border-box;
    width: 580px;
    height: 178px;
    border: 1px solid #E8EBF8;
    box-shadow: 0 14px 28px 0 rgba(0, 21, 91, 0.04);
    padding: 0 40px;
    padding-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
}

.videoRecording .product li img {
    margin-bottom: 20px;
    margin-right: 24px;
}

.videoRecording .product li p {
    font-size: 18px;
    color: #333E59;
    margin-bottom: 8px;
    text-align: left;
}

.videoRecording .product li span {
    display: block;
    font-size: 14px;
    color: #A7AFBD;
    line-height: 25px;
    text-align: left;
}

.videoRecording .product li:hover {
    box-shadow: 0 18px 38px 0 rgba(0, 21, 91, 0.08);
}

.videoRecording .info button {
    width: 280px;
    height: 50px;
    border: 2px solid #00AA86;
    /* -webkit-border-radius: 35px;
    -moz-border-radius: 35px; */
    background: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 100px;
  
    /* border-radius: 40px; */
  
    line-height: 50px;
    color: #00AA86;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #00AA86;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.videoRecording .info button:hover {
    /* background: #3754F2;
    color: #FFFFFF; */
}

.videoRecording .cooperation {
    width: 1200px;
    margin: auto;
    padding-bottom: 60px;
}

.videoRecording .cooperation h4 {
    font-size: 36px;
    color: #333E59;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

/* 底部start */
/* 脚部样式 */
.bottoms {
    width: 100%;
    background: #242B3A;
    padding-top: 37px;
    padding-bottom: 37px;
    clear: both;
}

.bottoms .bottomBox {
    width: 1200px;
    margin: 0 auto;
}

.bottoms .topBox {
    margin: 0 auto;
    display: flex;
    padding-left: 60px;
}

.bottoms .topBox .title {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.bottoms .topBox ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 32px;
}

.bottoms .topBox .authority {
    width: 200px;
}

.bottoms .topBox .boxs {
    margin-right: 98px;
    letter-spacing: 0px !important;
}

.bottoms .topBox .boxs:nth-of-type(1) li a:hover, .bottoms .topBox .boxs:nth-of-type(2) li a:hover {
    color: #1EC5C0 !important;
    cursor: pointer;
}

.bottoms .topBox .boxs:nth-last-child(1) p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 12px;
}

.bottoms .topBox .authority ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.bottoms .topBox .authority ul li {
    width: 33.3%;
    line-height: 0;
    margin-bottom: 22px;
}

.bottoms .links {
    opacity: 0.1;
    font-size: 16px;
    color: #FFFFFF;
    margin: 37px 0;
    margin-left: 60px;
}

.links a {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 10px;
}

.bottoms .line {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #FFFFFF;
    margin-bottom: 17px;
}

.bottoms .copyright {
    opacity: 0.8;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-left: 60px;
}

.bottoms .copyright:nth-last-child(1) {
    margin-bottom: 0;
}

/* 底部end */


.videoRecording .solution {
    background: #F5F7FA;
    padding-top: 80px;
    color: #fff;
    padding-bottom: 100px;
}
.videoRecording .solution h4 {
    font-size: 36px;
    height: 50px;
    color: #333E59;
    text-align: center;
}
.videoRecording .solution > p {
    opacity: 0.8;
    font-size: 16px;
    color: #5C677C;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-top: 14px;
}
.videoRecording .solutionBg {
    width: 1200px;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: 50px;
    padding: 40px 0;
    color: #242B47;
}
.videoRecording .solutionBg .tabs{
    border-right: solid 1px #D8D8D8;
    margin-right: 60px;
}
.videoRecording .solutionBg .tabs li{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(36,43,71,0.65);
    letter-spacing: 0;
    width: 290px;
    height: 48px;
    line-height: 48px;
    text-indent: 100px;
    cursor: pointer;
}
.videoRecording .solutionBg .tabs li.active{
    width: 286px;
    color: #00B1A2;
    border-left: solid 4px #00CEBD;
    background-image: linear-gradient(270deg, rgba(0,206,189,0.00) 0%, rgba(0,206,189,0.10) 100%);
    text-indent: 96px;
}
.videoRecording .solutionBg .tab_content{

}
.solutionBg .tab_content .title{
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #242B47;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.solutionBg .tab_content .content_list{
    display: flex;
}
.solutionBg .tab_content .content_list li{
    width: 190px;
    height: 196px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.10);
    cursor: pointer;
}
.solutionBg .tab_content .content_list li:nth-last-child(1) {
    margin-right: 0px;
}
.solutionBg .tab_content .content_list li .img_box{
    width: 190px;
    height: 142px;
    position: relative;
}
.solutionBg .tab_content .content_list li>p{
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
}
.tab_content .content_list li .img_box .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.solutionBg .tab_content .content_list li .img_box img{
    width: 100%;
}

.right-icon {
    background: url("../image/icon_arrow_right.svg") no-repeat;
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 20px;
    margin-right: 20px;
}
.solutionBg .tab_content .content_list li:hover{
    color: #fff;
    background: #00AA86;
}
.solutionBg .tab_content .content_list li:hover .img_box img{
    filter: saturate(100%);
}
.tab_content .consult_text{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.tab_content .consult_text span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #3754F2;
    letter-spacing: 0;
    text-align: center;
}
.tab_content .consult_text img{
    width: 20px;
    margin-left: 4px;
}
.videoRecording .product_demo{
    width: 100%;
    margin: auto;
    /* display: flex; */
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 93px;
}
.product_demo .left{
    width: 839px;
    height: 472px;
    background: url('../image/pic_bg_chanpinyanshi1.png') no-repeat;
    background-size: 100%;
}
.product_demo .left h3{
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 30px 0 0 50px;
}
.product_demo .right{
    /* flex: 1; */
    width: 349px;
    height: 472px;
    /* background: url('../image/pic_bg_chanpinyanshi2.jpg') no-repeat; */
    background-size: 100% 80px;
    /* display: flex; */
    /* align-items: center; */
    margin-left: 10px;
    /* background-color: white; */
}
.product_demo .right .listvideo{
    width: 100%;
    /* margin-top: 24px; */
}
.product_demo .right .listvideo li{
    width: 100%;
    display: flex;
    height: 90px;
    margin-bottom: 20px;
    align-items: center;
    
    cursor: pointer;
}
.product_demo .right .listvideo .liclass{
    width: 100%;
    display: flex;
    height: 90px;
    margin-bottom: 20px;
    align-items: center;
   
    background-image: linear-gradient(270deg, rgba(0,206,161,0.00) 0%, rgba(0,206,161,0.04) 100%);
}
.product_demo .right .listvideo .liclick{
    width: 100%;
    display: flex;
    height: 90px;
    margin-bottom: 20px;
    align-items: center;
    background-image: linear-gradient(270deg, rgba(0,206,161,0.00) 0%, rgba(0,206,161,0.10) 100%);
}
.product_demo .right .listvideo li .img{
    margin-right: 10px;
    margin-left: 20px;
    width: 16px;
    height: 16px;
    
}
.product_demo .right .listvideo li .imgadd{
    margin-right: 10px;
    margin-left: 20px;
    width: 16px;
    height: 16px;
    background: url('../image/icon_arrowtriangle_right.svg')
}
.product_demo .right .listvideo li .box p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #202945;
    letter-spacing: 0;
    font-weight: 400;
   
}
.product_demo .right .listvideo li .box span{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(36,43,71,0.30);
    letter-spacing: 0;
    font-weight: 400;
}
.product_demo  .video_box{
    /* width: 240px; */
    height: 180px;
    opacity: 0.99;
    background: #001122;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.product_demo  .video_box .videoIcon{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    display: none;
}
.product_demo  .video_box:hover .videoIcon{
    display: block;
}
.product_demo  .video_box>p{
    position: absolute;
    bottom: 37px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}




.videoRecording .solutionText {
    width: 470px;
    color: #A7AFBD;
}

.videoRecording .solutionText h3 {
    font-size: 30px;
    color: #333E59;
    padding-bottom: 23px;
}

.videoRecording .solutionText i {
    width: 60px;
    height: 4px;
    background: #333E59;
    display: block;
}

.videoRecording .solutionText p {
    opacity: 0.8;
    font-size: 16px;
    color: #5C677C;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    border-top: 1px solid #e7e7e9;
    padding-top: 18px;
    margin-bottom: 0;
}

.videoRecording .solutionText span {
    font-size: 16px;
    color: #1A7DFC;
    margin-top: 34px;
    display: block;
}

.videoRecording .solutionText button em {
    opacity: 0;
    position: relative;
    left: -200px;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
}

.videoRecording .function {
    height: 810px;
    text-align: center;
}

.videoRecording .function h4 {
    font-size: 36px;
    color: #333E59;
    padding: 73px 0 14px 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.videoRecording .function > p {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #A7AFBD;
    text-align: center;
    margin-bottom: 43px;
}

.videoRecording .function ul {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.videoRecording .function li {
    box-sizing: border-box;
    width: 280px;
    height: 134px;
    /* padding: 0 10px; */
    padding-top: 20px;
    /* margin-bottom: 26px; */
    margin-right: 20px;
}
.videoRecording .function li:nth-child(4n) {
    margin-right: 0;
}
.videoRecording .function li img {
    margin-bottom: 16px;
}

.videoRecording .function li p {
    font-size: 18px;
    color: #333E59;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 12px;
    margin-left: 16px;
}

.videoRecording .function li span {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #A7AFBD;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-left: 16px;
}

.videoRecording .function li:hover p {
    /* color: #3754F2; */
}

.videoRecording .function button {
    width: 280px;
    height: 50px;
    color: #00AA86;
    /* border: 2px solid #00AA86; */
    background: #fff;
    cursor: pointer;
    font-size: 16px;
   
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
   
   
   
}

/* .videoRecording .function button:hover { */
    /* background: #3754F2; */
    /* border-radius: 40px; */
    /* color: #FFFFFF; */
/* } */


.videoRecording .info {
    text-align: center;
    background: #F5F7FA;
    height: 821px;
}

.videoRecording .info h4 {
    font-size: 36px;
    color: #333E59;
    padding: 73px 0 14px 0;
    text-align: center;
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 0;
}

.videoRecording .info > p {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #A7AFBD;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: 0;
    line-height: 22px;
}

.videoRecording .product {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoRecording .product li {
    box-sizing: border-box;
    width: 580px;
    height: 178px;
    border: 1px solid #E8EBF8;
    box-shadow: 0 14px 28px 0 rgba(0, 21, 91, 0.04);
    padding: 0 40px;
    padding-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
}

.videoRecording .product li img {
    margin-bottom: 20px;
    margin-right: 24px;
}

.videoRecording .product li p {
    font-size: 18px;
    color: #333E59;
    margin-bottom: 8px;
    text-align: left;
}

.videoRecording .product li span {
    display: block;
    font-size: 14px;
    color: #A7AFBD;
    line-height: 25px;
    text-align: left;
}

.videoRecording .product li:hover {
    box-shadow: 0 18px 38px 0 rgba(0, 21, 91, 0.08);
}

.videoRecording .info button {
    width: 280px;
    height: 50px;
    border: 2px solid #00AA86;
    /* -webkit-border-radius: 35px;
    -moz-border-radius: 35px; */
    background: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 100px;
    /* border: 1px solid #3754F2; */
    /* border-radius: 40px; */
    font-size: 16px;
    line-height: 50px;
    color: #00AA86;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.videoRecording .info button:hover {
    /* background: #3754F2;
    color: #FFFFFF; */
    background: rgba(0,170,134,0.08);
    border: 2px solid #00AA86;
    color: #00AA86;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
}

.videoRecording .cooperation {
    width: 100%;
    height: 916px;
    background: url('../image/pic_anli_bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center 0;
}

.videoRecording .cooperation h4 {
    font-size: 36px;
    color: #333E59;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.cooperation .cooperation_con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 14px 28px rgba(36,43,71,0.2);
}
.left li{
    cursor: pointer;
}
.left li:nth-child(1){
    width: 100%;
    height: 70px;
    background: url('../image/pic_anli_1.png') no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    background-color: #FFFFFF;
}
.left li:nth-child(2){
    width: 100%;
    height: 70px;
    background: url('../image/pic_anli_1.png') no-repeat;
    background-position: 0px -70px;
    background-size: 100%;
    background-color: rgba(245,247,250,0.9);
}
.left li:nth-child(3){
    width: 100%;
    height: 70px;
    background: url('../image/pic_anli_1.png') no-repeat;
    background-position: 0px -140px;
    background-size: 100%;
    background-color: rgba(245,247,250,0.9);
}
.left li:nth-child(4){
    width: 100%;
    height: 70px;
    background: url('../image/pic_anli_1.png') no-repeat;
    background-position: 0px -210px;
    background-size: 100%;
    background-color: rgba(245,247,250,0.9);
}
.left li:nth-child(5){
    width: 100%;
    height: 70px;
    background: url('../image/pic_anli_1.png') no-repeat;
    background-position: 0px -280px;
    background-size: 100%;
    background-color: rgba(245,247,250,0.9);
}

.right .title{
    /* margin-top: 50px; */
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #242B47;
    text-align: justify;
    position: absolute;
    top: 50px; 

}
.right .dec_con{
    width: 440px;
    /* margin-top: 50px; */
    opacity: 0.65;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #242B47;
    text-align: justify;
    line-height: 26px;
    position: absolute;
    top: 131px;
}
.right .custombtn{
    width: 180px;
    height: 50px;
    border: 2px solid #00AA86;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #00AA86;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    background: transparent;
    /* margin-top: 50px; */
    position: absolute;
    bottom: 33px;
    cursor: pointer;
}
.right .custombtn:hover{
    background: rgba(0,170,134,0.08);
			border: 2px solid #00AA86;
			color: #00AA86;
			text-align: center;
			font-weight: 500;
			font-size: 16px;
			text-align: center;
			letter-spacing: 0;
}
.cooperation_list{
    width: 1200px;
    margin: 0 auto;
}
.cooperation_list img{
    width: 100%;
    margin: 80px 0;
}

.alert_window_box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.alert_window_box .window_content{
    width: 782px;
    height: 570px;
    background: #fff;
    border-radius: 8px;
    margin: 10% auto auto;
}
.alert_window_box .window_title {
    width: 738px;
    height: 60px;
    line-height: 60px;
    margin-left: 42px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #34435f;
}
.alert_window_box .fl {
    float: left;
}
.alert_window_box .fr {
    float: right;
}
.alert_window_box .off_img {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: 28px;
    margin-right: 27px;
}
.alert_window_box .window_img {
    width: 678px;
    height: 350px!important;
    display: block;
    margin: 20px auto auto;
    background-color: #000;
}
		