@charset "utf-8";
/**
* @software         [JiJinCMS]
* @author           [上海集锦信息科技有限公司]
* @website          [http://www.jijinweb.com]
* @email            [sunny@jijinweb.com]
**/



@font-face {
  font-family: 'GOTHIC';  
  src: url('GOTHIC.TTF');       
}


input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}

*{ font-family: "Source Han Sans CN","microsoft yahei",arial,"STXihei";box-sizing: border-box;}
object{ font-family: "Source Han Sans CN","microsoft yahei",arial,"STXihei"; max-width:100%;}

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s; cursor: pointer;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline: none;}
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input[type="submit"]{ cursor: pointer;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:16px; font-family:"微软雅黑","16px";}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;

	
}

/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}


#think_page_trace_open{ display:none !important;}



.pc_all .pc_all_content{ max-width: 1400px; margin: 0 auto;}

.m-header-nav{ display: none;}


.Header{ position: fixed; left: 0; width: 100%; z-index: 12; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header .pc_all_content{ display: flex; align-items: center; justify-content: space-between; height:70px;}
.Header.on{background: #fff; box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header.on .Header_right .Header_right_nav .right_nav_list .nav_list_title{color: #333; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header.on .Header_right .Header_right_login a{color: #e84b2c; border: 1px solid #e84b2c; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header.on .Header_right .Header_right_login a.on{color: #fff; background: #e84b2c;}
.Header .Header_logo{ display:inline-block; width:156px; position:relative; height:27px;}
.Header .Header_logo img{ position:absolute; top: 50%; left: 0; transform: translateY(-50%);}
.Header .Header_logo img:last-child{ opacity:0; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header.on .Header_logo img{ opacity:0; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header.on .Header_logo img:last-child{ opacity:1;}
.Header .Header_right{ display: flex; align-items: center;}
.Header .Header_right .Header_right_nav{ display: flex; align-items: center;}
.Header .Header_right .Header_right_nav .right_nav_list{ margin-right: 65px; position: relative;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_title{ font-size: 16px; color: #fff; position: relative; padding-bottom: 20px; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_title::before{ content: ""; display: inline-block; width: 100%; height: 2px; background: #fff; position: absolute; bottom: 8px; left: 0; opacity: 0; width: 0; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; right: 0; margin: 0 auto;}
.Header .Header_right .Header_right_nav .right_nav_list:hover .nav_list_title::before{ width: 100%; opacity: 1; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down{ display: none; position: absolute; left: 50%; transform: translateX(-50%); left: 50%; background: #fff; width: 135px; padding: 12px 0px; border-radius: 10px; top: calc(100% + 15px);}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a{ font-size: 14px; color: #000000; display: inline-block; width: 100%; margin-bottom: 10px; text-align: center;position: relative;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a:hover{ color: #db472c;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a:last-child{ margin-bottom: 0px;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a.on{ color: #db472c;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a.hot::after{content: '';width: 15px;height: 10px;background: url(../images4/sv33.svg) no-repeat 50% 50%; background-size: 100%;position: absolute;top:0px;right: 13px;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_down a.new::after{content: '';width: 15px;height: 10px;background: url(../images/new.png) no-repeat 50% 50%; background-size: 100%;position: absolute;top:0px;right: 13px;}
.Header .Header_right .Header_right_nav .right_nav_list:hover .nav_list_down{ display: block;}


.Header .Header_right .Header_right_nav .right_nav_list:last-child{ margin-right: 0;}
.Header .Header_right .Header_right_login{ display: flex; align-items: center; margin-left: 168px;}
.Header .Header_right .Header_right_login a{ display: flex; align-items: center; justify-content: center; width: 80px; height: 36px; border-radius: 5px; border: 1px solid #fff; font-size: 14px; color: #fff; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.Header .Header_right .Header_right_login a.on{ margin-left: 30px; color: #4d4d4d; background: #fff;}


.DBanner{ position: relative;}
.DBanner .DBanner_img img{ width: 100%; height: 500px; object-fit: cover;}
.DBanner .DBanner_txt{ position: absolute; top: 0%; left: 0%; width: 100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.DBanner .DBanner_txt .DBanner_txt_top{ font-size:36px; color:#fff;}
.DBanner .DBanner_txt .DBanner_txt_dd{ font-size: 56px; color: #fff; margin-bottom: 8px;}
.DBanner .DBanner_txt .DBanner_txt_dt{ font-size: 24px; color: #fff;}
.DBanner.video{ height:650px; overflow:hidden;}
.DBanner.video .DBanner_txt{background: url(../images3/bn12.png) no-repeat 50%/cover;}
.DBanner.video .DBanner_txt .DBanner_txt_dt{ margin-bottom:55px; margin-top:40px; height:36px; overflow: hidden; text-align:center; font-weight:500;}
.DBanner.video .DBanner_txt .DBanner_txt_icon{ cursor: pointer;}
.DBanner.video .DBanner_txt .DBanner_txt_icon img{ max-height:85px; opacity:.5;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.DBanner.video .DBanner_txt .DBanner_txt_icon img:hover{ opacity:1;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.DBanner.video .DBanner_img video{ width: 100%; height: 650px; object-fit: cover;}

.DBanner.video .DBanner_img video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.DBanner.video .DBanner_img video::-webkit-media-controls-play-button {
    display: none;
}
.DBanner.video .DBanner_img video::-webkit-media-controls-timeline {
    display: none;
}
.DBanner.video .DBanner_img video::-webkit-media-controls-current-time-display{
    display: none;            
}
.DBanner.video .DBanner_img video::-webkit-media-controls-time-remaining-display {
    display: none;            
}
.DBanner.video .DBanner_img video::-webkit-media-controls-mute-button {
    display: none;            
}
.DBanner.video .DBanner_img video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;            
}
.DBanner.video .DBanner_img video::-webkit-media-controls-volume-slider {
    display: none;            
}
.DBanner.video .DBanner_img video::-webkit-media-controls-enclosure{ 
    display: none;
}


.DPage{ border-bottom: 1px solid #fff; margin-top:30px;}
.DPage .pc_all_content{ display: flex; align-items: center;}
.DPage i{ margin: 0px 7px;}
.DPage a{ font-size: 14px; color: #666;}



.content_list_video{ display:none;}
.content_list_video.on{ display:block;}
.content_list_video .list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.content_list_video .list_video_content{ max-width:90%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.content_list_video .list_video_content .video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.content_list_video .list_video_content .video_content_close span{ color:#fff; font-size:25px;}
.content_list_video .list_video_content video{ width:100%;}
.click_video{ cursor:pointer; }



.About{ padding: 100px 0px;}
.About .About_title{ text-align: center;}
.About .About_title .About_title_dd{ font-size: 22px; color: #db472c; margin-bottom: 15px;}
.About .About_title .About_title_dt{ font-size: 36px; color: #666666;}
.About .About_title .About_title_p{ font-size: 16px; color: #666666; line-height: 32px; margin: 40px 0px;}
.About .About_content{ display: flex; justify-content: center; align-items: center;}
.About .About_content .About_content_list{ box-shadow: 0px 4px 7px rgba(232,75,44,.19); margin-right: 35px; border-radius: 10px; overflow: hidden;}
.About .About_content .About_content_list:last-child{ margin-right: 0;}
.About .About_bottom{ display: flex; align-items: center; justify-content: center; margin-top: 80px;}
.About .About_bottom .About_bottom_list{ margin-right: 170px; text-align: center;}
.About .About_bottom .About_bottom_list:last-child{ margin-right: 0px;}
.About .About_bottom .About_bottom_list .bottom_list_dd{ font-size: 40px; color: #dc462e;}
.About .About_bottom .About_bottom_list .bottom_list_dt{ font-size: 16px; color: #4d4d4d; margin-top: 12px;}


.About2{ background: url(../images/bg5.jpg) no-repeat 50%/cover;}
.About2 .About_title .About_title_dt{ color: #fff;}
.About2 .About2_content{ display: flex; justify-content: center; align-items: center; margin-top: 80px;}
.About2 .About2_content .About2_content_left{ margin-right: 230px;}
.About2 .About2_content .About2_content_left .content_left_img{ text-align: center;}
.About2 .About2_content .About2_content_left .content_left_title{ top: -80px; position: relative; margin-bottom: -80px; text-align: center;}
.About2 .About2_content .About2_content_left .content_left_title .left_title_dd{ font-size: 32px; color: #fff; margin-bottom: 11px;}
.About2 .About2_content .About2_content_left .content_left_title .left_title_dt{ font-size: 16px; color: #fff; line-height: 32px;}
.About2 .About2_content .About2_content_right .content_right_list{ width: 438px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 16px; color: #fff; height: 55px; margin-bottom: 22px; background: url(../images/bn22.png) no-repeat 50% 50%; background-size: 100%;}
.About2 .About2_content .About2_content_right .content_right_list:nth-child(2n){ background: url(../images/bn22.png) no-repeat 50% 50%;  background-size: 100%;}
.About2 .About2_content .About2_content_right .content_right_list:last-child{ margin-bottom: 0;}


.About3{ background: #efefef;}
.About3 .About3_content{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -44px; margin-top: 80px;}
.About3 .About3_content .About3_content_list{ width: calc(50% - 22px); position: relative; display: flex; align-items: center; background: #fff; margin-bottom: 44px;}
.About3 .About3_content .About3_content_list::before{ content: ""; display: inline-block; width: 100%; height: 7px; position: absolute; left: 0; bottom: 0; background: url(../images/bg10.jpg) no-repeat 50%/cover; z-index: 2;}
.About3 .About3_content .About3_content_list .content_list_left{ position: relative; width: 44%;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_img img{ width: 100%;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_po{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_po .left_po_dt{ font-size: 30px; color: #fff; margin-top: 30px;}
.About3 .About3_content .About3_content_list .content_list_right{ width: 56%; padding: 0px 48px; line-height: 32px; color: #4d4d4d; font-size: 16px;}




.About4{ padding-bottom: 0;overflow: hidden;}
.About4 .pc_all_content{ position: relative; z-index: 2;}
.About4 .About4_content{ display: flex; justify-content: space-between; margin-top: 60px;}
.About4 .About4_content .About4_content_list{ position: relative;}
.About4 .About4_content .About4_content_list::before{ content: ""; display: inline-block; width: 2px; height: 388px; background: url(../images/bn23.png) repeat-y 50%; position: absolute; top: calc(100% + -10px); left: 3px; right: 0;}
.About4 .About4_content .About4_content_list .content_list_dd{ color: #df4b2c; font-size: 16px;}
.About4 .About4_content .About4_content_list .content_list_dd span{ font-size: 32px;}
.About4 .About4_content .About4_content_list .content_list_dt{ font-size: 16px; color: #4d4d4d; line-height: 32px; margin-top: 12px;}
.About4 .About4_content .About4_content_list .content_list_dt p{ position: relative;}
.About4 .About4_content .About4_content_list .content_list_dt p:before{ content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #707070; margin-right: 7px;}
.About4 .About4_content .About4_content_list:nth-child(1){ margin-top: 290px;}
.About4 .About4_content .About4_content_list:nth-child(2){ margin-top: 250px;}
.About4 .About4_content .About4_content_list:nth-child(3){ margin-top: 145px;}
.About4 .About4_content .About4_content_list:nth-child(4){ margin-top: 80px;}
.About4 .About4_content .About4_content_list:nth-child(5){ margin-top: 30px;}
/*
.About4 .About4_content .About4_content_list:nth-child(6){ margin-top: -50px;}
*/
.About4 .About4_content .About4_content_list:nth-child(2)::before{ top: calc(100% + -52px);}
.About4 .About4_content .About4_content_list:nth-child(3)::before{ top: calc(100% + -157px);}
.About4 .About4_content .About4_content_list:nth-child(4)::before{ top: calc(100% + -222px);}
.About4 .About4_content .About4_content_list:nth-child(5)::before{ top: calc(100% + -273px);}
.About4 .About4_content .About4_content_list:nth-child(6)::before{ top: calc(100% + -303px);}
.About4 .About4_img{ position: relative; z-index: 3; top: -60px; margin-bottom: -60px;}
.About4 .About4_img img{ width: 100%;}


.About5{ height: 438px; position: relative; width: 100%;}
.About5 .About5_left{ background: url(../images/bg11.jpg) no-repeat 50%/cover; position: absolute; height: 290px; left: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; justify-content: center; width: 55%; padding-left: 20%; z-index: 2;}
.About5 .About5_left .About5_left_dd{ font-size: 28px; color: #fff; margin-bottom: 35px;}
.About5 .About5_left .About5_left_dt{ font-size: 16px; color: #fff; line-height: 32px;}
.About5 .About5_right{ background: #333333; position: absolute; right: 0; width: 68%; height: 438px; top: 0%;display: flex; flex-direction: column; justify-content: center; align-items: flex-end; padding-right: 20%; text-align: right;}
.About5 .About5_right .About5_left_dd{ width: 310px; font-size: 28px; color: #fff;}
.About5 .About5_right .About5_left_dt{ width: 310px; font-size: 16px; line-height: 32px; color: #fff; margin-top: 40px;}



.Honor .Honor_content{ margin-top: 60px; position: relative;}
.Honor .Honor_content .swiper-container{ padding: 20px 0px;}
.Honor .Honor_content .Honor_content_list{/* 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; transition: 300ms; transform: scale(0.8); box-shadow: 5px 7px 10px rgba(0,0,0,.2); border-radius: 20px; padding: 20px;}
.Honor .Honor_content .Honor_content_list img{ max-width: 100%; max-height:285px;}
.Honor .Honor_content .Honor_content_list.swiper-slide-active,.Honor .Honor_content .Honor_content_list.swiper-slide-duplicate-active{ transform: scale(1); }
.Honor .Honor_content .Honor-next{ position: absolute; right: -40px; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 4;}
.Honor .Honor_content .Honor-prev{ position: absolute; left: -40px; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 4;}


.ANews{ padding-top: 0; padding-bottom: 75px;}
.ANews .ANews_content{ display: flex; justify-content: space-between; align-items: center; margin-top: 80px;}
.ANews .ANews_content .ANews_content_list{ display: inline-block; width: calc(33.33% - 27px); box-shadow: 5px 7px 10px rgba(0,0,0,.2); border-radius: 10px; padding: 17px;}
.ANews .ANews_content .ANews_content_list .content_list_img img{ border-radius: 10px; width: 100%; height: 167px; object-fit: cover;}
.ANews .ANews_content .ANews_content_list .content_list_txt{ padding-top: 12px;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_title{ font-size: 16px; color: #666666; line-height: 26px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 57px; position: relative; padding: 0px 15px; height:52px;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_title::before{ content: ""; display: inline-block; width: 3px; height: 22px; background: #862782; position: absolute; left: 0px; top: 8px;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom{ display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #a1a1a1; padding: 0px 15px;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom .txt_bottom_dt{ display: flex; align-items: center;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom .txt_bottom_dt span{ display: flex; align-items: center; justify-content: center; width: 24px; height: 15px; margin-right: 10px; position: relative;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom .txt_bottom_dt span img{ position: absolute; left: 0; top: 0;}
.ANews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom .txt_bottom_dt span img:last-child{ opacity: 0;}
.ANews .ANews_content .ANews_content_list:hover{ background: #e84b2c;}
.ANews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_title::before{ background: #fff;}
.ANews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_title{ color: #fff;}
.ANews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_bottom{ color: #fff;}
.ANews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_bottom .txt_bottom_dt span img{ opacity: 0;}
.ANews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_bottom .txt_bottom_dt span img:last-child{ opacity: 1;}
.ANews .ANews_more{ display: flex; align-items: center; justify-content: center; margin-top: 65px;}
.ANews .ANews_more a{ width: 100px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 5px; border: 1px solid #666666; font-size: 14px; color: #666;}
.ANews .ANews_more a:hover{ border: 1px solid #e84b2c; color: #fff; background: #e84b2c;}


.AContact{ background: #f7f7f7;}
.AContact .AContact_top { margin-bottom: 75px;}
.AContact .AContact_top .AContact_top_content{ margin-top: 75px; display: flex; justify-content: space-between;flex-wrap: wrap;}
.AContact .AContact_top .AContact_top_content .top_content_list{ width: calc(25% - 22px);margin-bottom: 25px; border-radius: 15px; box-shadow: 5px 7px 10px rgba(0,0,0,.1); padding: 20px 37px; background: #fff;}
.AContact .AContact_top .AContact_top_content .top_content_list .content_list_icon object{ height: 42px;}
.AContact .AContact_top .AContact_top_content .top_content_list .content_list_title{font-size: 20px; color: #666666; line-height: 34px; margin-top: 10px;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list{margin-bottom: 0;display: flex;align-items: center;justify-content: space-between;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_left_list{}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list{}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list a{display: flex;align-items: center;justify-content: center;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list .content_list_img{}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list .content_list_img img{ width: 120px;}
.AContact .AContact_bottom .AContact_bottom_content{ display: flex; align-items: center; justify-content: space-between; box-shadow: 5px 0px 10px rgba(0,0,0,.1); border-radius: 20px; padding: 25px 0px; padding-left: 152px; padding-right: 65px; margin-top: 75px; background:#fff;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_left{ width: 31%;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_left img{ width: 100%;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right{ width: 61%;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right .content_right_list:last-child{ margin-top: 35px;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right .content_right_list .right_list_dd{ font-size: 20px; color: #666; margin-bottom: 10px;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right .content_right_list .right_list_dt{ font-size: 16px; color: #666;}



.Reserve{ background: url(../images/bg14.jpg) no-repeat 50%/cover; height: 356px; padding: 0px; margin-bottom: 120px; position: relative;}
.Reserve #canvas{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.Reserve .pc_all_content{ background: #fff; position: relative; top: 90px; border-radius: 15px; padding: 40px 0px; box-shadow: 5px 0px 10px rgba(0,0,0,.2);}
.Reserve .Reserve_click{ position: absolute; left: 0; top: 0;}
.Reserve .Reserve_title{ text-align: center; font-size: 32px; color: #666666; text-align: center;}
.Reserve .Reserve_form{ padding: 0px 20%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 35px;}
.Reserve .Reserve_form .Reserve_form_list{ display: flex; align-items: center; height: 36px; padding: 0px 13px; font-size: 14px; color: #666666; background: #eeeeee; border-radius: 3px; width: 49%; margin-bottom: 26px;}
.Reserve .Reserve_form .Reserve_form_list input{ background: none; width: calc(100% - 70px); line-height: 36px; padding-left: 10px;}
.Reserve .Reserve_form .Reserve_form_submit { display: flex; justify-content: center; width: 100%;}
.Reserve .Reserve_form .Reserve_form_submit input{ width: 104px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius:3px; color: #fff; font-size: 14px; background: #d94b2e; cursor: pointer;} 
.Reserve .Reserve_form .Reserve_form_list.verfy_code{white-space: nowrap;padding: 0 0 0 13px; }
.Reserve .Reserve_form .Reserve_form_list.verfy_code{cursor:pointer;}



.Footer{ background: #333; padding: 45px 0px; padding-bottom: 125px;}
.Footer .pc_all_content{ display: flex; justify-content: space-between; align-items: flex-start;}
.Footer .Footer_share .Footer_share_logo{ width:195px;}
.Footer .Footer_share .Footer_share_logo img{ max-width:100%;}
.Footer .Footer_share .Footer_share_phone{ font-size: 16px; color: #fff; margin: 28px 0px;}
.Footer .Footer_share .Footer_share_phone p:last-child{ margin-top: 20px;}
.Footer .Footer_share .Footer_share_bottom{ display:flex; align-items:center;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list{ margin-right:20px; position: relative;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list:last-child{ margin-right:0px;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list .bottom_list_icon .list_icon_dd img{ width: 50px; }
.Footer .Footer_share .Footer_share_bottom .share_bottom_list .bottom_list_icon .list_icon_dt{ font-size:16px; margin-top:15px; text-align:center; color:#fff;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list .bottom_list_down{ display:none; width:120px; position:absolute; left:50%; transform:translateX(-50%); top:-120px;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list .bottom_list_down img{ max-width:100%;}
.Footer .Footer_share .Footer_share_bottom .share_bottom_list:hover .bottom_list_down{ display:block;}
.Footer .Footer_nav{ display: flex;}
.Footer .Footer_nav .Footer_nav_list{ margin-right: 80px;}
.Footer .Footer_nav .Footer_nav_list:last-child{ margin-right: 0;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dd{ margin-bottom: 15px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dd a{ font-size: 16px; color: #fff;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p{ margin-bottom: 10px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p:last-child{ margin-bottom: 0;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt a{ font-size: 14px; color: #fff;}




.Pop-ups{ position: fixed; bottom: 0; background: url(../images/bg15.jpg) no-repeat 50%/cover; width: 100%; z-index: 50;}
.Pop-ups .pc_all_content{ display: flex; align-items: center; justify-content: space-between;height: 86px;}
.Pop-ups_close{ position: absolute; right: 10px; top: 10px;}
.Pop-ups .Pop-ups_left{ font-size: 28px; color: #fff;}
.Pop-ups .Pop-ups_right{ display: flex; align-items: center;}
.Pop-ups .Pop-ups_right a{ display: flex; align-items: center; height: 36px; padding: 0px 20px; border-radius: 5px; background: #e34b2c; color: #fff; font-size: 14px; margin-right: 30px;}
.Pop-ups .Pop-ups_right span{ font-size: 16px; color: #fff; margin-left: 50px;}




.LNews{}
.LNews .LNews_nav{ display: flex; align-items: center; margin-top: 37px;}
.LNews .LNews_nav a{ display: flex; align-items: center; justify-content: center; width: 116px; height: 36px; border: 1px solid #666666; border-radius: 4px; margin-right: 24px;}
.LNews .LNews_nav a:last-child{ margin-right: 0;}
.LNews .LNews_nav a.on{ background: #da4b2e; border: 1px solid #da4b2e; color: #fff;}
.LNews .ANews_content{ margin-top: 20px; flex-wrap: wrap; justify-content: flex-start;}
.LNews .ANews_content .ANews_content_list{ width: 23.5%; box-shadow: 0px 0px 15px rgba(0,0,0,.2); margin-bottom: 2%; margin-right: 2%;}
.LNews .ANews_content .ANews_content_list:nth-child(4n){ margin-right: 0px;}
.LNews .ANews_content .ANews_content_list .content_list_txt{ padding-top: 0px;}
.LNews .ANews_content .ANews_content_list .content_list_txt .list_txt_title{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; display: inline-block; width: 100%; padding: 0px; margin-bottom: 0; line-height: 55px; border-bottom: 1px solid #cccccc; margin-bottom: 13px;}
.LNews .ANews_content .ANews_content_list .content_list_txt .list_txt_title:before{ display: none;}
.LNews .ANews_content .ANews_content_list .content_list_txt .list_txt_p{height: 66px;font-size: 14px; color: #a1a1a1; line-height: 22px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.LNews .ANews_content .ANews_content_list .content_list_txt .list_txt_bottom{ margin-top: 15px; padding: 0px; display: flex; justify-content: flex-end; align-items: center;}
.LNews .ANews_content .ANews_content_list:hover .content_list_txt .list_txt_p{ color: #fff;}

.layui-laypage{display: flex;font-size:16px; color:#333;  align-items: center; justify-content:center; margin-top: 45px;}
.layui-laypage a { font-size: 16px; color: #333; height: 40px; width: 40px; text-align: center; margin: 0 10px; background: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; box-shadow: 0px 0px 3px rgba(232,75,44,.38);} 
.layui-laypage-curr { background: #e74b2c; font-size: 16px; color: #fff; height: 40px; width: 40px; text-align: center; margin: 0 10px; border-radius: 100%; display: flex; align-items: center; justify-content: center; } 
.layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;} 
.layui-laypage-disabled { font-size: 16px; color: #333; height: 40px; text-align: center; /* border: #fff solid 1px; */ margin: 0 10px; background: #fff; border-radius: 100%; width: 40px; align-items: center; display: flex; align-items: center; justify-content: center; } 
.layui-laypage-disabled:hover{ background:#e74b2c; color:#fff; } 
.layui-laypage a:hover{ background:#e74b2c; color:#fff; }


.DNews{ padding: 75px 0px;}
.DNews img{ max-width:100%;}
.DNews .pc_all_content{ display: flex; justify-content: space-between;}
.DNews .DNews_left{ width: calc(100% - 355px);}
.DNews .DNews_left .DNews_left_title{ padding-bottom: 10px; margin-bottom: 40px; border-bottom: 1px solid #d0d0d0;}
.DNews .DNews_left .DNews_left_title .left_title_dd{ font-size: 28px; color: rgba(90,90,90); margin-bottom: 25px;font-weight:bold;}
.DNews .DNews_left .DNews_left_title .left_title_dt{ font-size: 14px; color: #c2c2c2;}
.DNews .DNews_left .DNews_left_title .left_title_dt span:last-child{ margin-left:15px;}
.DNews .DNews_left .DNews_left_txt{ padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #d0d0d0;font-family:"微软雅黑";color: rgba(90,90,90);line-height:1.75;font-size: 18px;}
.DNews .DNews_left .DNews_left_txt *{text-align:left;}
.DNews .DNews_left .DNews_left_txt p{margin: 0 0 1em 0;}
.DNews .DNews_left .DNews_left_txt h1{font-size: 30px; margin: 0 0 1em 0; color: rgba(16,52,136);font-weight:bold;}
.DNews .DNews_left .DNews_left_txt h2{font-size: 24px; margin: 0 0 1em 0; color: rgba(16,52,136);font-weight:bold;}
.DNews .DNews_left .DNews_left_txt h3{font-size: 24px; margin: 0 0 1em 0; color: rgba(165,177,209);font-weight:bold;}
.DNews .DNews_left .DNews_left_txt h4{margin: 0 0 1em 0;}
.DNews .DNews_left .DNews_left_txt img{/* max-width:900px;*/ margin:30px 0px;height:auto;}
.DNews .DNews_left .DNews_left_txt object{ width:100%;}
.DNews .DNews_left .DNews_left_page{ display: flex; justify-content: space-between; align-items: center;}
.DNews .DNews_left .DNews_left_page .left_page_list{ font-size: 16px; color: #a0a0a0; max-width:48%;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.DNews .DNews_left .DNews_left_page .left_page_list a{ font-size: 16px; color: #a0a0a0;}
.DNews .DNews_left .DNews_left_page .left_page_list a:hover{ color: #e84b2c;}
.DNews .DNews_right{ width: 235px; margin-top: 100px;}
.DNews .DNews_right .DNews_right_list{ background: #f8f8f8; padding: 60px 17px;}
.DNews .DNews_right .DNews_right_list .right_list_dd{ font-size: 24px; color: #333333; margin-bottom: 40px; border-bottom: 1px solid #d0d0d0; padding-bottom: 40px; text-align: center;}
.DNews .DNews_right .DNews_right_list .right_list_dt{ padding: 0px 15px;}
.DNews .DNews_right .DNews_right_list .right_list_dt a{ border: 1px solid #a0a0a0; border-bottom: 1px solid #d3d3d3; font-size: 16px; color: #a0a0a0; display: inline-block; padding: 10px; border-radius: 5px; width: 100%; text-align: center; margin-bottom: 15px;}
.DNews .DNews_right .DNews_right_list .right_list_dt a:hover{ border: 1px solid #e84b2c; color: #fff; background: #e84b2c;}
.DNews .DNews_right .DNews_right_list .right_list_dt a:last-child{ margin-bottom: 0;}
.DNews .DNews_right .DNews_right_list.share{ background: #fff;}
.DNews .DNews_right .DNews_right_list .share_content{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.DNews .DNews_right .DNews_right_list .share_content a{ width: 31px; height: 31px; display: inline-block; margin-right: 30px; margin-bottom: 15px; position:relative;}
.DNews .DNews_right .DNews_right_list .share_content .wechat a{ background: url(../images/bn25.png) no-repeat 50% 50%;}
.DNews .DNews_right .DNews_right_list .share_content a.zhihu{ background: url(../images/bn26.png) no-repeat 50% 50%;}
.DNews .DNews_right .DNews_right_list .share_content .weibo a{ background: url(../images/bn27.png) no-repeat 50% 50%; margin-right: 0px; }
.DNews .DNews_right .DNews_right_list .share_content .qq a{ background: url(../images/bn28.png) no-repeat 50% 50%;}
.DNews .DNews_right .DNews_right_list .share_content .qzone a{ background: url(../images/bn29.png) no-repeat 50% 50%;}
.DNews .DNews_right .DNews_right_list .share_content a.click_copy{ background: url(../images/bn30.png) no-repeat 50% 50%; margin-right: 0px; }
.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.wechat-qrcode.bottom{top:40px;left:-84px}
.wechat-qrcode.bottom:after{display:none}
.wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.wechat-qrcode .qrcode table{margin:0 !important}
.wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.DNews .DNews_right .DNews_right_list .share_content .wechat a:hover .wechat-qrcode{ display: block;}


.BNews{ background: #f9f9f9; padding: 100px 0px;}
.BNews .BNews_title{ font-size: 20px; color: #666666; padding-bottom: 16px; position: relative; margin-bottom: 45px;}
.BNews .BNews_title:before{ content: ""; display: inline-block; width: 40px; height: 2px; background: #b47bb2; position: absolute; left: 0; bottom: 0;}
.BNews .BNews_txt{ display: flex; justify-content: space-between; padding: 0px 33px; flex-wrap: wrap; border-top: 1px solid #d0d0d0; padding-top: 40px; margin-bottom: -3%;}
.BNews .BNews_txt .BNews_txt_list{ width: 48%; margin-bottom: 3%; display: inline-block; padding: 34px; box-shadow: 0px 0px 20px rgba(0,0,0,.1); border-radius: 10px;}
.BNews .BNews_txt .BNews_txt_list .txt_list_title{ font-size: 14px; color: #666666; margin-bottom: 10px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.BNews .BNews_txt .BNews_txt_list .txt_list_p{ font-size: 14px; color: #a0a0a0; line-height: 22px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.BNews .BNews_txt .BNews_txt_list .txt_list_time{ display: flex; align-items: center; justify-content: flex-end; margin-top: 10px; font-size: 14px; color: #a0a0a0;}
.BNews .BNews_txt .BNews_txt_list .txt_list_time span{ position: relative; display: flex; align-items: center; justify-content: center; width: 19px; height: 19px; margin-right: 10px;}
.BNews .BNews_txt .BNews_txt_list .txt_list_time span img{ position: absolute; top: 0;}
.BNews .BNews_txt .BNews_txt_list .txt_list_time span img:last-child{ opacity: 0;}
.BNews .BNews_txt .BNews_txt_list:hover{ background: #e84b2c;}
.BNews .BNews_txt .BNews_txt_list:hover .txt_list_title{ color: #fff;}
.BNews .BNews_txt .BNews_txt_list:hover .txt_list_p{ color: #fff;}
.BNews .BNews_txt .BNews_txt_list:hover .txt_list_time{ color: #fff;}
.BNews .BNews_txt .BNews_txt_list:hover  .txt_list_time span img{ opacity: 0;}
.BNews .BNews_txt .BNews_txt_list:hover  .txt_list_time span img:last-child{ opacity: 1;}



.Cloud{ padding: 70px 0px;}
.Cloud.on{ padding-bottom:0px;}
.Cloud .Cloud_top .Cloud_top_title{ font-size: 32px; color: #666666; margin-bottom: 70px; text-align: center;}
.Cloud .Cloud_top .Cloud_top_txt{ display: flex; justify-content: center;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list{ margin-right: 168px; text-align: center;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list:last-child{ margin-right: 0;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd{ margin-bottom: 27px;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd object{ height:50px;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dt{ font-size: 18px; color: #666666;}
.Cloud .Cloud_bottom{ margin-top: 100px;}
.Cloud .Cloud_bottom .Cloud_bottom_title{ text-align: center;}
.Cloud .Cloud_bottom .Cloud_bottom_title .bottom_title_dd{ font-size: 36px; color: #666666;}
.Cloud .Cloud_bottom .Cloud_bottom_title .bottom_title_dt{ font-size: 20px; color: #666666; margin-top: 13px;}
.Cloud .Cloud_bottom .Cloud_bottom_content{ margin-top: 45px;background-image: linear-gradient(to right, #183786, #e64b2d); border-radius: 13px; padding: 2px; box-sizing: border-box;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_border{ background:#fff; background:#fff; width:100%; height:100%; border-radius: 13px; display: flex; justify-content: space-between; padding: 36px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left{ width: 30%;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_top{ margin-bottom: 25px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_top .left_top_dd{ font-size: 18px; color: #e84b2c; line-height: 60px; border-radius: 5px; text-align: center;    font-weight: 500; padding: 1px;background-image: linear-gradient(to right, #183786, #e64b2d); }
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_top .left_top_dd span{ display:inline-block; width:100%; height:100%; background:#fff; border-radius:5px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_top .left_top_dt{ margin-top: 15px; font-size: 16px; font-weight: 500; color: #666666; text-align: center;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_bottom{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_bottom .left_bottom_list{ padding:1px; border-radius: 5px; width: calc(33.33% - 10px); height: 100px; margin-bottom: 15px;background-image: linear-gradient(to right, #183786, #e64b2d);}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_bottom .left_bottom_list .bottom_list_border{ display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 5px; background:#fff; height:100%;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_bottom .left_bottom_list .bottom_list_dd{ height: 45px; display: flex; align-items:center;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left .content_left_bottom .left_bottom_list .bottom_list_dt{ font-size: 16px; color: #666666; margin-top:5px;    font-weight: 500;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right{ width: 68%;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_top{ display: flex; justify-content: space-between;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_top .right_top_list{ width: calc(33.33% - 8px); border-radius: 5px; line-height: 62px; font-size: 18px; color: #e84b2c; text-align: center;  padding: 1px;background-image: linear-gradient(to right, #183786, #e64b2d); }
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_top .right_top_list span{ display:inline-block; width:100%; height:100%; background:#fff; border-radius:5px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_title{ margin: 22px 0px; font-size: 16px; color: #666666; text-align: center;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt{ display: flex; justify-content: space-between;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list{ text-align: center; font-size: 16px; color: #666666; line-height: 28px; width: calc(33.33% - 8px);     font-weight: 500;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list .txt_list_li{ border-radius: 5px; width: 100%; margin-bottom: 15px; height: 97px;font-weight: 500;  padding: 1px;background-image: linear-gradient(to right, #183786, #e64b2d); }
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list .txt_list_li:last-child{ margin-bottom: 0;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list .txt_list_li span{ display:inline-block; width:100%; height:100%; background:#fff; border-radius:5px; display: flex; justify-content: center; align-items: center; flex-direction: column; font-weight:400}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list .txt_list_li span br{display:none;}
.Cloud .Cloud_bottom .Cloud_bottom_b{ display: flex; justify-content: center; margin-top: 45px;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list{ margin-right: 11%; text-align:center;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list .b_list_dd object{ height: 36px;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list .b_list_dt{ font-size:16px; color:#666; margin-top:10px;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list:last-child{ margin-right: 0;}
.Cloud .Cloud_bottom .Cloud_bottom_fo{ margin-top: 200px; text-align: center; font-size: 36px; color: #666666;}


.Cloud2{ position: relative; background: #fff; overflow:hidden;}
.Cloud2 .Cloud2_bg{ position: absolute; left: 10%; top: 20%;}
.Cloud2 .pc_all_content{ display: flex; justify-content: space-between;	position: relative; align-items: center; height: 600px;}
.Cloud2.reverse .pc_all_content{flex-flow: row-reverse;}
.Cloud2 .Cloud2_left{ width: 46%;}
.Cloud2 .Cloud2_left .Cloud2_left_dd{ font-size: 32px; color: #666666; margin-bottom: 15px; margin-top: 30px;}
.Cloud2 .Cloud2_left .Cloud2_left_dt{ font-size: 16px; color: #666666; line-height: 35px;}
.Cloud2 .Cloud2_right{ width:48%; text-align:center;}
.Cloud2 .Cloud2_right img{ max-width:100%;}
.Cloud2 .Cloud2_right.on2 img{ max-width: 80%;}
.Cloud2 .Cloud2_right.on2 object{ max-width: 80%;}
.Cloud2 .Cloud2_right.on3 img{ max-width: 70%;}
.Cloud2.on{ background: #f7f7f7;}
.Cloud2.on .Cloud2_bg{ left: inherit; right: 12%;}
.Cloud2 .Cloud2_right.sv1 object{ max-width: 130%; width:130%; position:relative; left:-80px;}
.Cloud2 .Cloud2_right.sv2 object{ max-width: 90%;}




.pc_item{padding: 120px 0;}
.pc_item .item_hd_title{margin-bottom: 60px;display: flex;align-items: center;justify-content: center;flex-direction: column;align-content: center;position: relative;}
.pc_item .item_hd_title .hd_title_dd{font-size: 32px; color: #666666;}
.pc_item .item_hd_title .hd_title_dt{font-size: 20px; color: #666666; margin-top: 13px;}
.pc_item .item_hd_title.on .hd_title_dd{color: #ffffff;}
.pc_item .item_hd_title.on .hd_title_dt{color: #ffffff;}
.pc_item .item_hd_title .hd_more_btn{position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.pc_item .item_hd_title .hd_more_btn a{width: 157px;height: 50px;font-size: 18px; color: #4d4d4d;background: url(../images/bn248.png) no-repeat 50%/cover;display: flex;align-items: center;justify-content: center;}
.pc_item .item_list{max-width: 100%;}
.pc_item .item_list img{max-width: 100%;}



.Cloud3{ padding: 75px 0px; background: #fff;position: relative; margin-bottom: 100px;}
.Cloud3 .Cloud3_title{ text-align: center; margin-bottom:35px;}
.Cloud3 .Cloud3_title .Cloud3_title_dd{ font-size: 36px; color: #666666;}
.Cloud3 .Cloud3_title .Cloud3_title_dt{ font-size: 20px; color: #666666; margin-top: 10px;}
.Cloud3 .Cloud3_content{ position: relative; text-align:center;}
.Cloud3 .Cloud3-prev,.Cloud3 .Cloud3-next{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer;}
.Cloud3 .Cloud3-prev{ left: 0;}
.Cloud3 .Cloud3-next{ right: 0;}
.Cloud3 .Cloud3_content .swiper-slide{ padding:0px 6%;}




.Cloud3 .Cloud3s_content_bg{max-width: 100%;width: 100%;position: absolute;bottom: 0;display: flex; justify-content: center; align-items: center;overflow:hidden;}
.Cloud3 .Cloud3s_content_bg img{max-width:100%;}
.Cloud3 .Cloud3s_content{position: relative;margin-top: 100px;padding-bottom: 187px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list{width: 100%; display: flex; justify-content: center; align-items: center;position: relative;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li{display: flex; justify-content: center; flex-direction: column; align-content: center; align-items: center;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li:nth-child(2){margin:0 70px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_thumb{margin-bottom: 30px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_thumb img{width:auto;height:115px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title{margin-bottom: 20px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title .li_title_dd{margin-bottom: 5px;font-size: 24px;font-weight: 500; color: #183787;text-align: center;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title .li_title_dt{font-size:32px;font-weight: bold; color: #ed6f56;text-align: center;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_p{}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_p p{margin-bottom: 8px;font-size: 16px; color: #666;text-align: center;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_p p:last-child{margin-bottom: 0;}



.Reserve2{ background: url(../images/bg14.jpg) no-repeat 50%/cover; overflow:hidden; position: relative;}
.Reserve2 #canvas{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.Reserve2 .pc_all_content{ display: flex; justify-content: center; align-items: center; flex-direction: column;   height: 320px; position:relative; z-index:2;}
.Reserve2 .Reserve2_dd{ font-size: 40px; color: #fff; margin-bottom: 77px;}
.Reserve2 .Reserve2_btn{ display: flex; align-items: center; justify-content: center; width: 130px; height: 38px; border-radius: 8px; background: #fff; font-size: 18px; color: #e34b2c; box-shadow: 0px 0px 20px rgba(255,255,255,.3);}





.BPO{ background: #fff;}
.BPO .Cloud_top .Cloud_top_txt .top_txt_list{ margin-right: 245px;}
.BPO .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dt .list_dt_title{ font-size: 18px; margin-bottom: 13px;}
.BPO .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dt .list_dt_txt{ font-size: 18px;}
.BPO .Cloud_top_bottom{ font-size: 32px; color: #666666; text-align: center; margin-top: 160px;}


.BPO2{ background:#f7f7f7;}
.BPO2 .BPO2_content{ display: flex; justify-content: space-between; padding: 0px 250px; align-items: center;}
.BPO2 .BPO2_content .BPO2_content_list{ padding: 39px 30px; background: url(../images/bn69.png) no-repeat 50% 50%; width: calc(50% - 120px);}
.BPO2 .BPO2_content .BPO2_content_list .content_list_title{ font-size: 20px; color: #656565; display: flex; align-items: center; margin-bottom: 22px;}
.BPO2 .BPO2_content .BPO2_content_list .content_list_title:before{ content: ""; display: inline-block; width: 4px; height: 20px; background: #e84b2c; margin-right: 20px;}
.BPO2 .BPO2_content .BPO2_content_list .content_list_txt .list_txt_li{ background: url(../images/bn70.png) no-repeat 50% 50%; font-size: 16px; color: #656565; line-height: 22px; height: 66px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; text-align: center; padding:0px 10px;}
.BPO2 .BPO2_content .BPO2_content_list .content_list_txt .list_txt_li:last-child{ margin-bottom: 0;}
.BPO2 .BPO2_content .BPO2_content_icon{}


.BPO3{ background: #fff;}
.BPO3 .BPO3_content{ display: flex;  justify-content: space-between;}
.BPO3 .BPO3_content .BPO3_content_list{ width: calc(16% - 20px); background: #fff; box-shadow: 0px 6px 10px rgba(232,75,44,.17);}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dd{ display: flex; align-items: center; padding: 0px 27px; height: 50px; font-size: 16px; color: #656565; border-bottom: 1px solid #f7f7f7;}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dd object{ margin-right: 12px; height:26px;}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dt{ padding: 27px;}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dt .list_dt_li{ display: flex; align-items: center; font-size: 14px; color: #656565; margin-bottom: 15px;}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dt .list_dt_li:last-child{ margin-bottom: 0;}
.BPO3 .BPO3_content .BPO3_content_list .content_list_dt .list_dt_li img{ margin-right: 10px;}


.BPO4{ background: #f7f7f7;}
.BPO4 .BPO4_content{ display:flex; justify-content:center; align-items:center;}
.BPO4 .BPO4_content .BPO4_content_list{ width:calc(50% - 20%);}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li{ width:100%; height:80px; padding:0px 20px; display:flex; align-items:center; background:#fff;margin-bottom:38px; border-radius:6px; border:1px solid #999;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span{ margin-right:15px; width:46px; height:46px; display:flex; align-items:center; justify-content:center; border-radius:100%;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span object{ height: 26px;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li:nth-child(1) span{ background:#41cc87;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li:nth-child(2) span{ background:#4999dc;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li:nth-child(3) span{ background:#8a69e4;}
.BPO4 .BPO4_content .BPO4_content_list:last-child .content_list_li:nth-child(1) span{ background:#8a6ae3;}
.BPO4 .BPO4_content .BPO4_content_list:last-child .content_list_li:nth-child(2) span{ background:#e2ab19;}
.BPO4 .BPO4_content .BPO4_content_list:last-child .content_list_li:nth-child(3) span{ background:#4998db;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li:last-child{ margin-bottom:0px;}
.BPO4 .BPO4_content .BPO4_content_center{ width:42%;}
.BPO4 .BPO4_content .BPO4_content_center img{ width:100%;}


.BPO5{ background: #fff;}
.BPO5 .BPO5_content .BPO5_content_top{ display: flex; justify-content: space-between;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list{ box-shadow: 0px 6px 10px rgba(232,75,44,.17); width: 25%; padding: 25px 30px; background: #fff; position: relative;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list:before{ content: ""; display: inline-block; width: 68px; height: 126px; background: url(../images/bn83.png) no-repeat 50% 50%; position: absolute; transform: translateX(-50%); right: -45%;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list:last-child:before{ display: none;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list .top_list_title{ display: flex; align-items: center; font-size: 16px; color: #656565; margin-bottom: 15px;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list .top_list_title object{ margin-right: 12px; height:26px;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list .top_list_txt{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: -12px;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list .top_list_txt span{ font-size: 14px; color: #656565; margin-bottom: 12px; display: inline-block; width: 49%; display: flex; align-items: center;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list .top_list_txt span:before{ content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: #656565; margin-right: 10px;}
.BPO5 .BPO5_content .BPO5_content_bottom{ text-align: center;} 
.BPO5 .BPO5_content .BPO5_content_bottom img{ max-width: 90%;}


.CloudCalling .CloudCalling_bottom{ margin-top: 120px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_title{ font-size: 36px; color: #686869; text-align: center; margin-bottom: 88px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt{ display: flex; justify-content: center;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list{ width: 370px; border-radius: 8px; overflow: hidden;;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list .txt_list_dd{ font-size: 18px; color: #fff; line-height: 42px; text-align: center; background: linear-gradient(to right,#0e3889, #f63817);}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list .txt_list_dt{ padding: 15px 20px; border-left: 1px solid #0e3889; border-right: 1px solid #f63817; border-bottom: 1px solid #f63817; border-radius: 0px 0px 8px 8px; padding-bottom: 25px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list:first-child .txt_list_dt{ padding-right: 34px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list:last-child .txt_list_dt{ padding-left: 34px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list .txt_list_dt p{ line-height: 44px; box-shadow: 0px 0px 10px rgba(0,0,0,.1); margin-bottom: 13px; font-size: 14px; color: #666666; text-align: center;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list .txt_list_dt p:last-child{ margin-bottom: 0;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_center{ width: 170px; text-align: center; position: relative; top: -70px; z-index:5;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_center .txt_center_bottom{ width: 210px; position: relative; left: -20px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_center .txt_center_bottom p{ margin-bottom: 18px; height: 40px; width: 100%; border-radius: 5px; background: url(../images/bn89.png) no-repeat 50% 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #0f3888;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_center .txt_center_bottom p:last-child{ margin-bottom: 0;}


.VPD{ background: url(../images/bg21.jpg) no-repeat 50%/cover; padding-top: 52px; padding-bottom: 85px;}
.VPD .VPD_title{ font-size: 36px; color: #fff; text-align: center;}
.VPD .VPD_content{ display: flex; justify-content: space-between; padding: 0px 95px; margin-top: 50px;}
.VPD .VPD_content .VPD_content_list{ width: 45%;}
.VPD .VPD_content .VPD_content_list .content_list_dd{ font-size: 20px; color: #fff; width: 124px; line-height: 41px; background: url(../images/bn94.png) no-repeat 50% 50%; text-align: center; margin: 0 auto;}
.VPD .VPD_content .VPD_content_list .content_list_icon{ text-align: center;}
.VPD .VPD_content .VPD_content_list .content_list_dt{ display: flex; justify-content: space-between;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li{ width: 47%; background: url(../images/bn96.png) no-repeat 50%/cover; position: relative; height: auto; padding: 40px 30px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li .dt_li_icon{ position: absolute; bottom: 5px; right: 5px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li .dt_li_dd{ font-size: 18px; color: #fff; text-align: center; margin-bottom: 12px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li .dt_li_dt{ font-size: 16px; color: #fff; font-size: 16px; line-height: 26px;}


.CloudCalling2 .CloudCalling2_top{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list{ width:calc(33.33% - 20px); box-shadow:0px 0px 15px rgba(0,0,0,.2); padding:50px 26px; display:flex; align-items:center; justify-content:space-between; padding-left:0px; margin-bottom:30px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_icon{ width:150px; text-align:center;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_icon object{ height:70px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title{ width:calc(100% - 150px);}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title .list_title_dd{ font-size:20px; color:#666666; font-weight:500; margin-bottom:12px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title .list_title_dt{ font-size:16px; line-height:24px; color:#666666;}
.CloudCalling2 .CloudCalling2_bottom{ margin-top:30px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_title{ font-size:20px; color:#4d4d4d; border-radius:10px; padding:2px;background: linear-gradient(to right,#0e3889, #f63817); max-width:665px; margin:0 auto;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_title span{ background:#fff; border-radius:10px; line-height:64px; width:100%; text-align:center; display:inline-block;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_icon{ text-align:center;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list{ width:42%; border-radius:10px; padding:2px;background: linear-gradient(to right,#0e3889, #f63817); }
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border{ background:#fff; width:100%; height:100%; padding:42px 40px; border-radius:10px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_top .list_top_dd{ font-size:24px; color:#666666; font-weight:500;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_top .list_top_dd:last-child{ font-size:18px; margin:10px 0px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_bottom p{ font-size:16px; color:#666; margin-bottom:10px;}



.CloudCalling3{background: #f4f4f4;}
.CloudCalling3 .Cloud_top .Cloud_top_title{ margin-bottom: 45px;}
.CloudCalling3 .CloudCalling3_title{ text-align: center; font-size: 20px; color: #666666; line-height: 31px; margin-bottom: 55px;}
.CloudCalling3 .CloudCalling3_content{ display: flex; justify-content: center; align-items: center;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_left{ margin-right: 25px; width:68%;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_left img{ max-width: 100%;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right{ background: #fff; border-radius: 10px; box-shadow: 0px 0px 15px rgba(0,0,0,.1); width: 260px; padding: 20px; text-align: center;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list{ margin-bottom: 30px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list:last-child{ margin-bottom: 0;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_top{ font-size: 14px; color: #09388c; margin-bottom: 8px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_bottom{ padding: 1px;background-image: linear-gradient(to right, #c5382e, #205382); border-radius:5px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_bottom .list_bottom_border{ padding: 15px 8px; width:100%; height:100%; background:#fff; border-radius:5px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_bottom .list_bottom_dd{ font-size: 14px; color: #666666; margin-bottom: 6px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_bottom .list_bottom_dt{ font-size: 12px; color: #666666; line-height: 19px; text-align: left;}



.Hqm{ padding-bottom: 150px;}

.Hqm2{ background: url(../images/bg23.jpg) no-repeat 50%/cover; padding-top: 52px; padding-bottom: 85px;}
.Hqm2 .VPD_title .VPD_title_dt{ font-size: 20px; margin-top: 8px;}
.Hqm2 .Hqm2_content{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 55px;}
.Hqm2 .Hqm2_content .Hqm2_content_list{ background: url(../images/bn96.png) no-repeat 50%/cover; width: 23%; padding: 45px 20px;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dd{ font-size: 20px; color: #fff;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt{ position: relative; margin-top: 15px;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt p{ font-size: 16px; color: #fff; display: flex; margin-bottom: 3px; position:relative;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt p:last-child{ margin-bottom: 0;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt p:before{ content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 100%; background: #fff; margin-right: 10px; position:relative; top:10px;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt p::after{ content: ""; display: inline-block; width: 1px; height: 100%; background: url(../images/bn104.png) repeat-y 50% 50%; position: absolute; left: 2px; top: 11px;}
.Hqm2 .Hqm2_content .Hqm2_content_list .content_list_dt p:last-child::after{ display:none;}


.Hqm3{ padding-top: 90px;}
.Hqm3 .Cloud_top .Cloud_top_title{ margin-bottom: 100px;}
.Hqm3 .Hqm3_content{ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0px 120px; margin-bottom: -44px; position: relative;}
.Hqm3 .Hqm3_content::before{ content: ""; display: inline-block; width: 38px; height: 82px; background: url(../images/bn108.png) no-repeat 50% 50%;  position: absolute; right: 86px; top: 18px;}
.Hqm3 .Hqm3_content .Hqm3_content_list{ width: 18%; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #666666; background: #fff url(../images/bn105.png) no-repeat 50% 50%; margin-bottom: 44px; position: relative; margin-right: 9%;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(4n){ margin-right: 0;}
.Hqm3 .Hqm3_content .Hqm3_content_list:after{ content: ""; display: inline-block; width: 120px; position: absolute; height: 1px; background: url(../images/bn107.png) repeat-x 50% 50%; right: -120px;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(4n):after{ display: none;}
.Hqm3 .Hqm3_content .Hqm3_content_list:before{ content: ""; display: inline-block; width: 13px; height: 15px; background: url(../images/bn106.png) no-repeat 50% 50%; position: absolute; right: -30%;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(4n):before{ display: none;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(5):before,.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(6):before,.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(7):before,.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(8):before{ background: url(../images/bn109.png) no-repeat 50% 50%; }


.Hqm4{ background: #fff; padding: 100px 0px;}
.Hqm4.on{ background: #f7f7f7;}
.Hqm4 .pc_all_content{ height: auto;}


.Hqm5{ padding: 110px 0px;}
.Hqm5 .Cloud_top .Cloud_top_title .top_title_dt{ font-size: 16px; margin-top: 12px;}
.Hqm5 .Cloud_top .Cloud_top_title{ margin-bottom: 30px;}
.Hqm5 .Hqm5_title{ font-size: 16px; color: #666666; text-align: center; margin-bottom: 100px;}
.Hqm5 .Hqm5_content{ display: flex; justify-content: space-between; padding: 0px 100px; align-items: center;}
.Hqm5 .Hqm5_content .Hqm5_content_left{ width: calc(100% - 360px);}
.Hqm5 .Hqm5_content .Hqm5_content_left img{ max-width: 100%;}
.Hqm5 .Hqm5_content .Hqm5_content_right{ width: 310px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list{ background: url(../images/bn119.png) no-repeat 50% 50%; margin-bottom: 35px; padding: 23px 8px; padding-left: 20px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list:last-child{ margin-bottom: 0;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dd{ font-size: 20px; color: #666666; margin-bottom: 13px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt{ position: relative;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt:before{ content: ""; display: inline-block; width: 2px; height: 100%; background: url(../images/bn120.png) no-repeat 50% 50%; position: absolute; left: 3px; top: 4px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt p{ font-size: 15px; color: #666666; margin-bottom: 3px; display: flex; align-items: center; position: relative;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt p:last-child{ margin-bottom: 0;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt p:before{ content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #666666; margin-right: 6px;}



.pc_cloud .item_hd_title{margin-bottom: 70px;display: flex;align-items: center;justify-content: center;flex-direction: column;align-content: center;}
.pc_cloud .item_hd_title .hd_title_dd{font-size: 32px; color: #666666;}

.ClientExperience{}
.ClientExperience .ClientExperience_top .ClientExperience_top_title{ font-size: 32px; color: #666666; margin-bottom: 140px; text-align: center;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt{ display: flex; justify-content: center;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list{ margin-right: 118px; text-align: center;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list:last-child{ margin-right: 0;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dd{ margin-bottom: 27px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dd object{ height: 50px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dt{ font-size: 18px; color: #666666;}

.HkCEMCloudSustem .HkCEM_title{margin-bottom: 40px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.HkCEMCloudSustem .HkCEM_title .HkCEM_title_dd{font-size: 32px; color: #666666;margin-bottom: 7px;}
.HkCEMCloudSustem .HkCEM_title .HkCEM_title_dt{font-size: 20px; color: #666666;}
.HkCEMCloudSustem .HkCEM_content{display: flex;align-items: center;justify-content: center;} 
.HkCEMCloudSustem .HkCEM_content img{object-fit: cover; max-width: 100%;} 



.TyCloud{ position: relative; background: #f6f6f6;padding: 140px 0;}
.TyCloud .TyCloud_bg{ position: absolute; left: 10%; top: 20%;}
.TyCloud .pc_all_content{ display: flex; justify-content: space-between;position: relative; align-items: center; }
.TyCloud.reverse .pc_all_content{flex-flow: row-reverse;}
.TyCloud .TyCloud_left{ width: 44%;}
.TyCloud .TyCloud_left .TyCloud_left_dd{font-size: 32px; color: #666666; margin-bottom: 25px; margin-top: 30px;line-height: 55px;}
.TyCloud .TyCloud_left .TyCloud_left_dt{font-size: 16px; color: #666666; line-height: 35px;}
.TyCloud .TyCloud_right{ width: 50%; position: relative; text-align:center;}
.TyCloud .TyCloud_right img{ max-width:100%;}
.TyCloud .TyCloud_right.on2 img{ max-width:80%;}
.TyCloud .TyCloud_right.on3 img{ max-width:70%;}
.TyCloud .TyCloud_right.on4 img{ max-width:88%;}
.TyCloud .TyCloud_right.left img{ position:relative; left:-20px;}
.TyCloud .TyCloud_right .tzicon{ position: absolute;bottom: -115px;right: 15%;transform: translateX(-50%);}
.TyCloud.on{ background: #fff;}
.TyCloud.on .TyCloud_bg{ left: inherit; right: 12%;}

.TyCloud .TyCloud_left.on{ width: 44%;}
.TyCloud .TyCloud_right.on{display: flex; justify-content: center; align-items: flex-start;}
.TyCloud .TyCloud_right.on .TyCloud_param{padding-top: 40px;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_top_img{margin-bottom: 30px;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_top_img img{margin-right: 0;object-fit: cover;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list{padding: 0 40px 0 6px;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list .param_list_li{padding: 20px 0;border-bottom: 1px solid #c6c6c6;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list .param_list_li .param_number{font-size: 34px;color: #3975c6;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list .param_list_li .param_title{font-size: 13.49px;color: #666666;}




.ApplyScene{background-color: #f4f4f4;padding: 140px 0;}
.ApplyScene .ApplyScene_title{margin-bottom: 40px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.ApplyScene .ApplyScene_title .ApplyScene_title_dd{font-size: 32px; color: #666666;margin-bottom: 7px;}
.ApplyScene .pc_all_content{display: flex;align-items: flex-end;justify-content: space-between;}
.ApplyScene .item_left_list{width: 70%;}
.ApplyScene .item_left_list ul{}
.ApplyScene .item_left_list ul li{margin-bottom: 55px;}
.ApplyScene .item_left_list ul li .left_list_top{margin-bottom: 15px;display: flex;align-items: center;}
.ApplyScene .item_left_list ul li .left_list_top img{margin-right: 20px;}
.ApplyScene .item_left_list ul li .left_list_top span{font-size: 18px;color: #666666;}
.ApplyScene .item_left_list ul li .left_list_btm{}
.ApplyScene .item_left_list ul li .left_list_btm p{font-size: 16px;line-height: 27px;color: #666666;}
.ApplyScene .item_left_list ul li:last-child{margin-bottom: 0px;}
.ApplyScene .item_right_list{position: relative; width:25%; text-align: right;}
.ApplyScene .item_right_list img{ max-width:100%;}





.Hkywz{background: url(../images/bg27.jpg) no-repeat 50%/cover; padding-top: 52px; padding-bottom: 85px;}
.Hkywz .item_hd_title .hd_title_dd{color: #fff;}
.Hkywz .item_content{display: flex;align-items: center;justify-content: space-between;padding: 0 5%;}
.Hkywz .item_content .content_list_li{width: 237px;height: 222px; padding: 45px 25px;background: url(../images/bg28.jpg) no-repeat 50%/cover;display: flex;align-items: center;justify-content: center;flex-direction: column;align-content: center;position: relative;background-image: linear-gradient(to right, #c5382e, #205382);}
.Hkywz .item_content .content_list_li:nth-child(2){background: none;}
.Hkywz .item_content .content_list_li:nth-child(2)::after{content: '';width: 177px;height: 32px;background: url(../images/bn163.png) no-repeat 50%/cover;display: inline-block;position: absolute;left: 120%;top: 50%;transform: translateY(-50%);}
.Hkywz .item_content .content_list_li:nth-child(2)::before{content: '';width: 177px;height: 32px;background: url(../images/bn163.png) no-repeat 50%/cover;display: inline-block;position: absolute;right: 120%;top: 50%;transform: translateY(-50%);}
.Hkywz .item_content .content_list_li .list_li_dd{margin-bottom: 10px;display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: center;}
.Hkywz .item_content .content_list_li .list_li_dd img{margin-bottom: 10px;}
.Hkywz .item_content .content_list_li .list_li_dd .li_dd_title{font-size: 20px;color: #ffffff;}
.Hkywz .item_content .content_list_li .list_li_dt{}
.Hkywz .item_content .content_list_li .list_li_dt p{margin-bottom: 5px;font-size: 16px;text-align: center;color: #ffffff;}
.Hkywz .item_content .content_list_li .list_li_dt p:last-child{margin-bottom: 0px;}
.Hkywz .item_content .content_list_li:nth-child(3) .list_li_dd .li_dd_title{padding: 6px 20px;font-size: 24px;border: 1px solid #fff;border-radius: 8px;}
.Hkywz .item_content .content_list_li:last-child .list_li_dt p:first-child{ font-size:20px;}




.CloudMicroHelp{}
.CloudMicroHelp .item_hd_title{margin-bottom: 120px;}
.CloudMicroHelp .item_list{text-align: center;}




.Cloud3 .swiper-container{ padding-bottom:25px;}
.Cloud3 .swiper-container .swiper-wrapper{align-items: center;}
.Cloud3 .swiper-pagination{position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
.Cloud3 .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;width: 20px;height: 5px;background-color: #b7b7b7;border-radius: 0;}
.Cloud3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #e24b2c;}



.CloudBanner{background-color: #ffffff;padding: 120px 0;}
.CloudBanner .Cloud3_title{margin-bottom: 60px;}
.CloudBanner .Cloud3_content{padding: 0 70px;position: relative;}
.CloudBanner .swiper-container{width: 100%;box-shadow: 0 1px 25px 5px #dbdbdb;position: relative;}
.CloudBanner .swiper-container .banner_box{display: flex;align-items: center;justify-content: space-between; padding:0;}
.CloudBanner .swiper-container .banner_box .left_list{width: calc(100% - 367px);padding: 52px 65px;background-color: #f7f7f7;}
.CloudBanner .swiper-container .banner_box .left_list img{width: 100%;}	
.CloudBanner .swiper-container .banner_box .right_list{width: 367px;padding: 0 32px;background-color: #ffffff; text-align:left;}
.CloudBanner .swiper-container .banner_box .right_list .item_top_title{font-size: 20px;margin-bottom: 15px;color: #e34b2c;}
.CloudBanner .swiper-container .banner_box .right_list .item_list{}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li{margin-bottom: 5px;}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li .list_li_title{font-size: 16px;margin-bottom: 8px;color: #656565;}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li .list_li_info{}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li .list_li_info p{font-size: 14px;margin-bottom: 0px;color: #656565;}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li .list_li_info p:last-child{margin-bottom: 0px;}
.CloudBanner .swiper-container .banner_box .right_list .item_list .item_list_li:last-child{margin-bottom: 0px;}

.CloudBanner.on{background-color: #f5f5f5;}
.CloudBanner.on .Cloud3_title .Cloud3_title_dt{line-height: 35px;}
.CloudBanner.on .Cloud3_title .Cloud3_title_dt.on{color: #e64b2c;margin-top: 10px;}
.CloudBanner.on .swiper-container.noshow{box-shadow:none;}
.CloudBanner.on .swiper-container.noshow .banner_box{justify-content: center;}
.CloudBanner.on .swiper-container.noshow .banner_box .banner_list_img{display: flex;align-items: center;justify-content: center;}
.CloudBanner.on .swiper-container.noshow .banner_box .banner_list_img object{ width:1000px;}

.CloudBanner .swiper-pagination{position: absolute;bottom: -35px;left: 50%;transform: translateX(-50%); padding-bottom:0px;}
.CloudBanner .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;width: 20px;height: 5px;background-color: #b7b7b7;border-radius: 0;}
.CloudBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #e24b2c;}

.CloudBanner .swiper-container{ padding-bottom:0;}



.YwjAdvantage{height: 459px;padding: 70px;background: url(../images/bg31.jpg) no-repeat 50%/cover;}
.YwjAdvantage .item_hd_title{margin-bottom:100px;}
.YwjAdvantage .item_hd_title .hd_title_dd{color: #ffffff;}
.YwjAdvantage .item_hd_title .hd_title_dt{color: #ffffff;}
.YwjAdvantage .item_content{margin-bottom: 100px;}
.YwjAdvantage .item_content ul{display: flex;align-items: center;justify-content: space-between;}
.YwjAdvantage .item_content ul li{width: 19%;height: 72px;padding: 0 5px 0 13px;display: flex;align-items: center;background: url(../images/bg32.jpg) no-repeat 50%/cover;background-image: linear-gradient(to right, #c5382e, #205382); }
.YwjAdvantage .item_content ul li .item_icon{margin-right: 10px;}
.YwjAdvantage .item_content ul li .item_icon img{}
.YwjAdvantage .item_content ul li span{font-size: 20px;color: #ffffff;}



.ExpertService1{}
.ExpertService1 .item_hd_title{}
.ExpertService1 .item_list{display: flex;align-items: center;justify-content: space-between;}
.ExpertService1 .item_list .item_list_li{display:flex;justify-content:space-between;align-items:center;width:46%;height:234px;box-shadow:0 0 11px 0 #d9d9d9;padding:0 20px}
.ExpertService1 .item_list .item_list_li .list_li_li{}
.ExpertService1 .item_list .item_list_li .left_number{}
.ExpertService1 .item_list .item_list_li .left_number img{}
.ExpertService1 .item_list .item_list_li .center_info{}
.ExpertService1 .item_list .item_list_li .center_info .top_title{margin-bottom:10px;font-size:24px;color:#666666;}
.ExpertService1 .item_list .item_list_li .center_info .btm_desc{}
.ExpertService1 .item_list .item_list_li .center_info .btm_desc p{margin-bottom:4px;font-size:16px;color:#666666;}
.ExpertService1 .item_list .item_list_li .right_icon{}
.ExpertService1 .item_list .item_list_li .right_icon img{}





.ExpertService2{background: url(../images/bg34.jpg) no-repeat 50%/cover; padding: 50px 0;}
.ExpertService2 .item_hd_title{}
.ExpertService2 .item_content{margin-bottom: 30px;}
.ExpertService2 .item_content ul{display: flex;justify-content: space-between;}
.ExpertService2 .item_content ul li{width: 23%;padding: 15px 10px 10px 25px;background: url(../images/bn188.png) no-repeat 50%/cover;position: relative;}
.ExpertService2 .item_content ul li::before{content: "";width: 83px;height: 81px;background: url(../images/bn189.png) no-repeat 50%/cover;position: absolute;right: 20px;bottom: 20px;display: inline-block;}
.ExpertService2 .item_content ul li .item_tittle{margin-bottom:16px;font-size:20px;color:#ffffff;}
.ExpertService2 .item_content ul li .item_desc{}
.ExpertService2 .item_content ul li .item_desc p{margin-bottom:5px;font-size:16px;padding-left: 25px;color:#ffffff;position: relative;}
.ExpertService2 .item_content ul li .item_desc p::before{content: "";width: 5px;height: 5px;position: absolute;left: 0;top: 6px;display: inline-block;background: #fff; border-radius:100%;}
.ExpertService2 .item_content ul li .item_desc p::after{content: "";width: 5px;height: 100%;position: absolute;left: 0px;top: 10px;display: inline-block;background: url(../images/bn104.png) repeat-y 50% 50%;}
.ExpertService2 .item_content ul li .item_desc p:last-child{margin-bottom: 0;}
.ExpertService2 .item_content ul li .item_desc p:last-child::after{display: none;}
.ExpertService2 .item_content ul li:nth-child(2)::before{background: url(../images/bn190.png) no-repeat 50%/cover;}
.ExpertService2 .item_content ul li:nth-child(3)::before{background: url(../images/bn191.png) no-repeat 50%/cover;}
.ExpertService2 .item_content ul li:nth-child(4)::before{background: url(../images/bn192.png) no-repeat 50%/cover;}





.ExpertService3{padding: 100px 0;}
.ExpertService3 .item_hd_title{}
.ExpertService3 .item_content{}
.ExpertService3 .item_content .content_top_list{width: 100%;height: 100px;margin-bottom: 40px;background: url(../images/bn198.png) no-repeat top center;display: flex;justify-content: center;align-items: flex-end;position: relative;}
.ExpertService3 .item_content .content_top_list::before{content: "";width: 13px;height: 14px;background: url(../images/bn193.png) no-repeat 100%;position: absolute;top:-6px;left: 50%;transform: translateX(-50%);}
.ExpertService3 .item_content .content_top_list ul{width: 78%;display: flex;align-items: center;justify-content: space-between;}
.ExpertService3 .item_content .content_top_list ul li{width: 205px;height: 38px;font-size:20px;color:#666666;text-align: center;background: url(../images/bn199.png) no-repeat 50%/cover;display: flex;align-items: center;justify-content: center;position: relative;}
.ExpertService3 .item_content .content_top_list ul li::after{content: "";width: 13px;height: 14px;background: url(../images/bn194.png) no-repeat 100%;position: absolute;top:50%;left: calc(100% + 40px);transform: translateY(-50%);}
.ExpertService3 .item_content .content_top_list ul li:last-child::after{display: none;}
.ExpertService3 .item_content .content_btm_list{display: flex;align-items: center;justify-content: center;}
.ExpertService3 .item_content .content_btm_list ul{width: 78%;display: flex;align-items: center;justify-content: space-between;}
.ExpertService3 .item_content .content_btm_list ul li{width: 205px; height: 242px; border-radius: 10px;box-shadow: 0 0 10px 1px #dbdbdb;display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: center;}
.ExpertService3 .item_content .content_btm_list ul li .list_icon{width: 100%;height: 70px;display: flex;align-items: center;justify-content: center;background-color: #ffffff;}
.ExpertService3 .item_content .content_btm_list ul li .list_icon object{ height: 47px;}
.ExpertService3 .item_content .content_btm_list ul li .list_info{width: 100%; height: calc(100% - 70px); padding: 10px 0; background-color: #f7f7f7; text-align: center; display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: center;}
.ExpertService3 .item_content .content_btm_list ul li .list_info p{margin-bottom: 10px;font-size:16px;color:#666666;}
.ExpertService3 .item_content .content_btm_list ul li .list_info p:last-child{margin-bottom: 0;}




.ProductOverview1{}
.ProductOverview1 .item_hd_title{}
.ProductOverview1 .item_list{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.ProductOverview1 .item_list .item_list_li{width:46%;height:234px;margin-bottom: 30px;box-shadow: 3px 2px 6px 1px #dadada;padding:0 26px;display:flex;justify-content:space-between;align-items:center;}
.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(1){ margin-right:30px;}
.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(2){ width:55%;}
.ProductOverview1 .item_list .item_list_li .left_number{}
.ProductOverview1 .item_list .item_list_li .left_number img{}
.ProductOverview1 .item_list .item_list_li .center_info{}
.ProductOverview1 .item_list .item_list_li .center_info .top_title{margin-bottom:10px;font-size:20px;color:#e84b2c;}
.ProductOverview1 .item_list .item_list_li .center_info .btm_desc{}
.ProductOverview1 .item_list .item_list_li .center_info .btm_desc p{margin-bottom:4px;font-size:16px;color:#666666;}
.ProductOverview1 .item_list .item_list_li .right_icon object{ width:100%; }
.ProductOverview1 .item_list .item_list_li:nth-child(1) .right_icon{ width:124px;}
.ProductOverview1 .item_list .item_list_li:nth-child(2) .right_icon{ width:85px;right: 15px; position: relative;}
.ProductOverview1 .item_list .item_list_li:nth-child(3) .right_icon{ width:132px;}
.ProductOverview1 .item_list .item_list_li:nth-child(4) .right_icon{ width:110px;}





.ProductOverview2{background: url(../images/bn228.png) no-repeat 50%/cover;padding: 50px 0;}
.ProductOverview2 .item_hd_title{}
.ProductOverview2 .item_content{margin-bottom: 30px;}
.ProductOverview2 .item_content ul{display: flex;align-items: center;justify-content: space-between;}
.ProductOverview2 .item_content ul li{width: 31%;height: 245px;background: url(../images/bn229.png) no-repeat 50%/cover;position: relative;display: flex;align-items: center;justify-content: center;justify-content: center;flex-direction: column;}
.ProductOverview2 .item_content ul li::before{content: "";width: 79px;height: 75px;background: url(../images/bn230.png) no-repeat 50%/cover;position: absolute;right: 18px;bottom: 15px;display: inline-block;}
.ProductOverview2 .item_content ul li .item_tittle{margin-bottom:15px;font-size:26px;color:#ffffff;}
.ProductOverview2 .item_content ul li .item_desc{}
.ProductOverview2 .item_content ul li .item_desc p{font-size:16px;line-height: 30px;color:#ffffff;position: relative;text-align: center;}
.ProductOverview2 .item_content ul li:nth-child(2)::before{background: url(../images/bn255.png) no-repeat 50%/cover;}
.ProductOverview2 .item_content ul li:nth-child(3)::before{background: url(../images/bn231.png) no-repeat 50%/cover;}




.ProductOverview3{padding: 85px 0;background-color: #f7f7f7;}
.ProductOverview3 .item_content{display: flex;align-items: center;justify-content: center; position:relative;}
.ProductOverview3 .item_content .item_content_mo{ display:none;}
.ProductOverview3 .item_content .item_content_mo.on{animation-play-state: paused;}
.ProductOverview3 .item_content .item_content_yuan{position: relative; width: 765px; height: 765px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3.zhuan .item_content .item_content_yuan{ animation: animtran 35s linear infinite; -webkit-animation: animtran 35s linear infinite;  transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .imgicon2{ position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; left: 3px; top: 3px;}
.ProductOverview3 .item_content .item_content_yuan.in1{transform: rotateZ(0deg) !important; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in1 .content_yuan_li2.yuan_li2_icon1 .li2_icon1_on{ opacity: 1;}
.ProductOverview3 .item_content .item_content_yuan.in1 .content_yuan_icon1,.ProductOverview3 .item_content .item_content_yuan.in1 .content_yuan_icon2{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in2{transform: rotateZ(90deg) !important; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in2 .content_yuan_li2.yuan_li2_icon4 .li2_icon1_on{ opacity: 1;}
.ProductOverview3 .item_content .item_content_yuan.in2 .content_yuan_icon2,.ProductOverview3 .item_content .item_content_yuan.in2 .content_yuan_icon3{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in3{transform: rotateZ(180deg) !important; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in3 .content_yuan_li2.yuan_li2_icon3 .li2_icon1_on{ opacity: 1;}
.ProductOverview3 .item_content .item_content_yuan.in3 .content_yuan_icon3,.ProductOverview3 .item_content .item_content_yuan.in3 .content_yuan_icon4{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in4{transform: rotateZ(-90deg) !important; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.in4 .content_yuan_li2.yuan_li2_icon2 .li2_icon1_on{ opacity: 1;}
.ProductOverview3 .item_content .item_content_yuan.in4 .content_yuan_icon1,.ProductOverview3 .item_content .item_content_yuan.in4 .content_yuan_icon4{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}

.ProductOverview3 .item_content .item_content_yuan.on1 .content_yuan_icon1,.ProductOverview3 .item_content .item_content_yuan.on1 .content_yuan_icon2{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.on2 .content_yuan_icon1,.ProductOverview3 .item_content .item_content_yuan.on2 .content_yuan_icon4{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.on3 .content_yuan_icon3,.ProductOverview3 .item_content .item_content_yuan.on3 .content_yuan_icon4{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan.on4 .content_yuan_icon2,.ProductOverview3 .item_content .item_content_yuan.on4 .content_yuan_icon3{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .content_yuan_li1{ position: absolute; display: flex; align-items: center; justify-content: center; left: 50%; top: 50%; z-index: 5; transform: translateX(-50%) translateY(-50%);}
.ProductOverview3 .item_content .item_content_yuan:hover{animation-play-state: paused;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2{ position: absolute; top: 59px; width: 100%; text-align: center; cursor: pointer;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2 .li2_icon1_on{ position: absolute; left: 0; right: 0; width: 100%; text-align: center; top: 0; opacity: 0; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2.yuan_li2_icon1{}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2.yuan_li2_icon2{ right: -25%; transform: rotateZ(90deg); top: calc(31% - 5px);}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2.yuan_li2_icon3{ transform: rotateZ(180deg); top: inherit; bottom: 52px;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2.yuan_li2_icon4{ left: -25%; transform: rotateZ(-90deg); top: 31%;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_icon1{ width: 260px; height: 2px; background: #bfbfbf; position: absolute; transform: rotateZ(-44deg); right: 16%; top: 34%; opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_icon2{ width: 260px; height: 2px; background: #bfbfbf; position: absolute; transform: rotateZ(44deg); left: 16%; top: 34%; opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_icon3{ width: 260px; height: 2px; background: #bfbfbf; position: absolute; transform: rotateZ(140deg); left: 16%; bottom: 34%; opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_icon4{ width: 260px; height: 2px; background: #bfbfbf; position: absolute; transform: rotateZ(-140deg); right: 16%; bottom: 34%; opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2:hover{ z-index: 3;}
.ProductOverview3 .item_content .item_content_yuan .content_yuan_li2:hover .li2_icon1_on{ opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}






@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
	}
}



.ProductOverview4{padding: 100px 0;}



.ProductOverview5 .item_hd_title{ margin-bottom:40px;}
.ProductOverview5 .pc_all_content{padding: 0 1%; position:relative;}
.ProductOverview5 .pc_all_content .swiper-container{height: 400px; padding-bottom:0px;}
.ProductOverview5 .pc_all_content .swiper-container .banner_box{display: flex;align-items: center;justify-content: center;transition: transform 0.35s ease 0s; -webkit-transform: transform 0.35s ease 0s;}
.ProductOverview5 .pc_all_content .swiper-container .swiper-slide-active{transform: scale(1.3);}
.ProductOverview5 .pc_all_content .swiper-container .banner_box .banner_list_img{width: 360px;height: 260px;padding: 15px 10px;box-shadow: 5px 5px 12px 1px #dadada;border-radius: 10px;background-color: #ffffff;}
.ProductOverview5 .pc_all_content .swiper-container .banner_box .banner_list_img img{width: 100%;height: auto;}
.ProductOverview5 .Cloud3_content .swiper-slide{ padding: 0px;}


.ProductOverview6{}
.ProductOverview6 .pc_all_content{}
.ProductOverview6 .pc_all_content .list-paddingleft-2{width: 100%;display: flex; justify-content: space-between; align-items: center;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a{position: relative;width: 22%;height: 167px;display: flex;align-items: center;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_img{width: 100%;height: 138px;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_img img{width: 100%;height: 100%; object-fit:cover;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_title{width: 80%;height: 100%;padding: 0 25px;font-size:26px;display: flex;align-items: center;color:#ffffff;position: absolute;left: 0;top: 0;background: url(../images/bn241.png) no-repeat 50%/cover;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_title span{font-size:26px;color:#ffffff;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a:nth-child(even) .item_title{background: url(../images/bn243.png) no-repeat 50%/cover;}






.IndexBanner{background-color: #ffffff;padding: 70px 0 0 0;position: relative;}
.IndexBanner .item_list{position: relative;}
.IndexBanner .item_list .swiper-container .mo_img{ display:none;}
.IndexBanner .item_list .swiper-container .banner_list_img{display: flex;align-items: center;justify-content: center;max-width: 100%; position: relative;}
.IndexBanner .item_list .swiper-container .banner_list_img object{ max-width:100%;}
.IndexBanner .swiper-pagination{position: relative;bottom: 0;left: 50%;transform: translateX(-50%);margin-top: 30px;}
.IndexBanner .swiper-pagination .swiper-pagination-bullet{margin: 0 15px;width: 60px;height: 10px;background: url(../images4/bn18.png) no-repeat 50%/cover;border-radius: 0; opacity:1;}
.IndexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: url(../images4/bn17.png) no-repeat 50%/cover;}
.Special .item_list .swiper-container .Special_list{ background:#fff;}
.Special .item_list .swiper-container .Special_list_icon{ position: absolute; left: 0; width:100px;}
.Special .item_list .swiper-container .Special_list_icon img{ max-width:100%;}
.Special .item_list .swiper-container .Special_list_icon1{ left: 32%; top: 43%; animation: zycf1 3s linear infinite; width:155px;}
.Special .item_list .swiper-container .Special_list_icon2{ left: 45%; top: 45%; animation: zycf2 3s linear infinite;}
.Special .item_list .swiper-container .Special_list_icon3{ left: 56%; top: 55%; animation: zycf3 3s linear infinite;}
.Special .item_list .swiper-container .Special_list_yuan{ position: absolute; left: 0; }
.Special .item_list .swiper-container .Special_list_yuan1{ left: 42%; top: 56%; animation: spin2 10s infinite linear; transform-origin: 2% 5px;}
.Special .item_list .swiper-container .Special_list_yuan1 img{ width: 22px; height: 22px;}
.Special .item_list .swiper-container .Special_list_yuan2{ left: 68%; top: 53%; animation: spin2 10s infinite linear; transform-origin: 2% 15px;}
.Special .item_list .swiper-container .Special_list_yuan2 img{ width: 15px; height: 15px;}
.Special .item_list .swiper-container .Special_list_yuan3{ left: 44%; top: 79%; animation: spin2 10s infinite linear; transform-origin: 2% 25px;}
.Special .item_list .swiper-container .Special_list_yuan3 img{ width: 30px; height: 30px;}
.Special .item_list .swiper-container .Special_list_yuan4{ left: 66%; top: 68%; animation: spin2 10s infinite linear; transform-origin: 2% 15px;}
.Special .item_list .swiper-container .Special_list_yuan4 img{ width: 37px; height: 37px;}
.Special .item_list .swiper-container .Special_list_yuan5{ left: 59%; top: 86%; animation: spin2 10s infinite linear; transform-origin: 2% 25px;}
.Special .item_list .swiper-container .Special_list_yuan5 img{ width: 30px; height: 30px;}

@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes zycf1 {
  0%,
  100% {
    top: 43%;
  }
  40% {
    top: 41%;
  }
}
@keyframes zycf2 {
  0%,
  100% {
    top: 45%;
  }
  40% {
    top: 47%;
  }
}
@keyframes zycf3 {
  0%,
  100% {
    top: 56%;
  }
  40% {
    top: 58%;
  }
}



.PartnerBanner{width: 100%;background: url(../images/bg37.jpg) no-repeat 50%/cover; padding:75px 0px; margin-bottom: 0;}
.PartnerBanner .pc_all_content{ padding:0px 130px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box{display: flex; flex-wrap:wrap;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img{ width:20%; text-align:center; height:150px; display: flex; align-items:center; justify-content:center; border-bottom:0px; border-left:0px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(5n){ border-right:0px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(1),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(2),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(3),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(4),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(5){ border-top:0px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img img{ max-width: 70%; max-height: 60px;}





.Suspended{ position: fixed; left:0; top:35%; width:66px; background:#fff; border-radius:15px; box-shadow:5px 0px 5px rgba(0,0,0,.15); padding:10px 0px; z-index:29;}
.Suspended .Suspended_list{ padding:6px 0px; display:inline-block; width:100%; cursor: pointer; position:relative;}
.Suspended .Suspended_list .Suspended_list_top{ text-align:center;}
.Suspended .Suspended_list .Suspended_list_top .list_top_icon img{ max-height:25px;}
.Suspended .Suspended_list .Suspended_list_top .list_top_title{ font-size: 12px; color:#000; margin-top:8px;}
.Suspended .Suspended_list .Suspended_list_down{ position: absolute; display:none;}
.Suspended .Suspended_list:hover .Suspended_list_down{ display:flex;}
.Suspended .Suspended_list:nth-child(2) .Suspended_list_down{ width:215px; background:#fff; box-shadow:5px 0px 5px rgba(232,75,44,.35); text-align:center; left: 60px; height: 100%; align-items: center; justify-content: center; flex-direction: column; top:0;}
.Suspended .Suspended_list:nth-child(2) .Suspended_list_down .list_down_dd{ font-size:16px; color:#e84b2c;}
.Suspended .Suspended_list:nth-child(2) .Suspended_list_down .list_down_dt{ font-size:13px;}
.Suspended .Suspended_list:nth-child(3) .Suspended_list_down{ width:130px; height:130px; left: 60px; top:0; box-shadow:5px 0px 5px rgba(232,75,44,.35);}
.Suspended .Suspended_list:nth-child(3) .Suspended_list_down img{ max-width:100%;}

.Suspended .Suspended_list.email .Suspended_list_top .list_top_icon img{max-height: 22px;} 
.Suspended .Suspended_list:nth-child(4) .Suspended_list_down{ width:215px; background:#fff; box-shadow:5px 0px 5px rgba(232,75,44,.35); text-align:center; left: 60px; height: 100%; align-items: center; justify-content: center; flex-direction: column; top:0;}
.Suspended .Suspended_list:nth-child(4) .Suspended_list_down .list_down_dd{ font-size:16px; color:#e84b2c;}


.box{ box-sizing: border-box; width: 580px; min-height: 100vh; margin: 0 auto; max-width: 100%; box-shadow: rgb(178 192 191) 0 24px 59px; position: relative; background:#f4f4f4;  } 
.box .box_img img{ width: 100%;}
.box .box_form{ background:#f4f4f4; padding:30px 10%; width:100%;}
.box .box_form .box_form_list{ margin-bottom:20px;}
.box .box_form .box_form_list .form_list_dd{ color:#333; font-size:16px; margin-bottom:10px;}
.box .box_form .box_form_list .form_list_dt input{ width: 100%; padding:0px 20px; font-size:16px; line-height:45px;}
.box .box_form .box_form_list input[type="submit"]{ font-size:16px; color:#fff; line-height:42px; text-align:center; background:#d94b2e; width:100%;}
.box .box_form .box_form_list .form_list_dt.verfy_code{position:relative;}
.box .box_form .box_form_list .form_list_dt.verfy_code img{position: absolute; right: 0;cursor: pointer;}


.BNews2 .pc_all_content{flex-flow: row-reverse;}
.BNews2 .DNews_right{ width: 395px; margin-top: 0;}
.BNews2 .DNews_left{ width: calc(100% - 435px);}
.BNews2 .DNews_left .DNews_left_title .left_title_dd{ margin-bottom: 0;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_dt a{ margin-bottom: 3px; padding: 0; border: 0; border-radius: 0; font-size: 14px; color: #666666; text-align: left;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_dt a:hover{ border: 0px; background: none; color: #e94b2c;}
.BNews2 .DNews_right .DNews_right_list2{ padding: 42px 50px;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_img{ margin-bottom: 30px;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_img img{ max-width: 100%;width: 100%;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_dd{ margin-bottom: 20px; padding-bottom: 20px; color: #666666; font-size: 20px;}
.BNews2 .DNews_right .DNews_right_list2 .right_list_dt{ padding: 0;}
.BNews2 .DNews_right .DNews_right_list.tag{ margin-top: 30px; padding: 45px 20px;}
.BNews2 .DNews_right .DNews_right_list.tag .right_list_dt{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: -15px;}
.BNews2 .DNews_right .DNews_right_list.tag .right_list_dt a{ width: 48%; border: 1px solid #afafaf;}
.BNews2 .DNews_right .DNews_right_list.tag .right_list_dt a:last-child{margin-bottom: 15px;}
.BNews2 .DNews_right .DNews_right_list.tag .right_list_dt a:hover{border: 1px solid #e94b2c;}
.BNews2 .DNews_right .DNews_right_list .share_content a{ margin-right:0px;}

.NProductOverview6{ background: #f9f9f9; padding-top: 45px;}
.NProductOverview6 .item_hd_title{ justify-content: flex-start; margin-bottom: 30px; text-align: left; flex-direction: initial;}
.NProductOverview6 .item_hd_title .hd_title_dd{ font-size: 24px;}
.NProductOverview6 .NProductOverview6_con{ margin-bottom: 45px;} 
.NProductOverview6 .pc_all_content .list-paddingleft-2 a{ width:22%;}








#ascrail2000,#ascrail2000-hr{ display:none !important;}




#content{ overflow:initial !important;}


.wimg{ max-width: 457px; }





/* Jame:2024-07-11 */




.HCCase{padding:0; background-color: #efefef;}
.HCCase .pc_all_content{padding: 25px 25px 40px 25px; background-color: #efefef;}
.HCCase .ANews_content .ANews_content_list{background-color: white;}


.HCVoice{padding: 80px 0;}
.HCVoice .ANews_content{}

.Special{margin-bottom: 70px;}


.YQManage{padding: 100px 0;}
.YQManage .YQManage_title{margin-bottom: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.YQManage .YQManage_title .YQManage_title_dd{font-size: 32px; color: #666666;}
.YQManage .YQManage_title .YQManage_title_dt{font-size: 20px; color: #666666; margin-top: 13px;}
.YQManage .YQManage_titles .YQManage_title_dl{font-size: 20px;}
.YQManage .YQManage_titles .YQManage_title_dd{font-size: 32px;margin:15px 0;}
.YQManage .YQManage_titles .YQManage_title_dt{font-size: 20px;}
.YQManage .YQManage_titles.white div{color:white;}


.YQManage .Cloud2_left .Cloud2_left_dd{margin-bottom: 30px;}
.YQManage .Cloud2_left .Cloud2_left_li{margin-bottom:30px;}
.YQManage .Cloud2_left .Cloud2_left_li .left_li_dd{margin-bottom:10px;font-size: 24px; color: #666666;}
.YQManage .Cloud2_left .Cloud2_left_li .left_li_dt{}
.YQManage .Cloud2_left .Cloud2_left_li .left_li_dt p{margin-bottom:8px;font-size: 16px; color: #666666;}
.YQManage .Cloud2_left .Cloud2_left_li:last-child{margin-bottom:0;}


.YQManage1{border-top:1px solid #dfdfdf;margin-top:30px;}
.YQManage1 .YQManage_content div{text-align: center;}
.YQManage1 .YQManage_content .YQManage_content_top{margin-bottom: 20px;}
.YQManage1 .YQManage_content .YQManage_content_top img{width: auto; height: 420px;}
.YQManage2 .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd img{width: auto; height: 80px;}

.YQManage2{background: #f7f7f7;}
.Cloud.YQManage2{padding: 100px 0 150px 0;}

.YQManage3{padding:0;}
.YQManage3 .YQManage_content{position:relative;width:100%;}
.YQManage3 .YQManage_content .YQManage_titles{width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; position: absolute; top: 120px; z-index: 3;}
.YQManage3 .YQManage_content .YQManage_content_list{width:100%;}
.YQManage3 .YQManage_content .YQManage_content_list img{width:100%;}
.YQManage3 .YQManage_content img{width:100%;}
.YQManage3 .YQManage_content img:first-child{display:block;}
.YQManage3 .YQManage_content img:last-child{display:none;}



.YQManage4 .YQManage_content{display: flex; flex-wrap: wrap; justify-content: space-around;}
.YQManage4 .YQManage_content .YQManage_content_list{width: 44%; display: flex; align-items: center;margin-bottom:45px;}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(odd){justify-content: flex-end;}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(even){justify-content: flex-start;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info{}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(odd) .content_list_info{margin-right: 35px;display: flex; flex-direction: column; align-items: flex-end;}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(even) .content_list_info{display: flex; flex-direction: column; align-items: flex-start;}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(even) .content_list_icon{margin-right: 35px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_top{font-size: 24px; color: #666666;font-weight:500;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_center{width:35px;height:3px;margin:10px 0;background-color:#ed6f56;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_bottom{font-size: 18px; color: #666666;}
.YQManage4 .YQManage_content .YQManage_content_list:nth-last-child(-n+2){margin-bottom:0px;}


.Cloud2 .Cloud2_right{position:relative;}
.Cloud2 .Cloud2_right img{position:relative;z-index:2;}



.YQManage10 .YQManage_content{padding: 40px 100px; border-radius: 8px; box-shadow: 0 0 23px 0 rgb(0,0,0,0.22);}
.YQManage10 .YQManage_content .YQManage_content_img{margin-bottom:10px;text-align:center;}
.YQManage10 .YQManage_content .YQManage_content_img img{width:40%;}
.YQManage10 .YQManage_content .YQManage_content_txt{font-size: 16px; color: #666666;line-height:1.65;}


.HuaKeAi1{padding: 100px 0px;}
.HuaKeAi1 .HuaKeAi_content{width: 100%;display: flex;align-items: flex-end;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2){margin:0 200px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list .content_list_thumb{position: relative;margin-bottom: 35px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list .content_list_info p{margin-bottom: 10px;font-size: 17px; color: #666666;text-align:center;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list .content_list_info p:last-child{margin-bottom: 0;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(1) .content_list_thumb::before{content: ""; width: 157px; height: 238px; background: url(../images5/bn19.png) no-repeat 50%/cover; position: absolute; left: 100%;top:50%;transform:translateY(-50%);}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2) .content_list_thumb::before{content: ""; width: 157px; height: 238px; background: url(../images5/bn19.png) no-repeat 50%/cover; position: absolute; left: 100%;top:50%;transform:translateY(-50%);}



.HuaKeAi5{margin-bottom: 20px;padding: 100px 0px;}
.HuaKeAi5 .Cloud3_content{}
.HuaKeAi5 .swiper-wrapper{margin-bottom:20px;}
.HuaKeAi5 .HuaKeAi_case_list{height:430px;margin: 23px 0;display:flex;justify-content:center;align-items:center;border-radius:8px;box-shadow:0 0 23px 0 rgb(0,0,0,0.22);}
.HuaKeAi5 .HuaKeAi_case_list .case_list_left{background:#f7f7f7;width:65%;height:100%;padding:40px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_left .list_left_top{margin-bottom:50px;font-size:24px;color:#213f8c}
.HuaKeAi5 .HuaKeAi_case_list .case_list_left .list_left_bottom{}
.HuaKeAi5 .HuaKeAi_case_list .case_list_left .list_left_bottom img{max-width:100%}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right{width:35%;height:100%;padding:40px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_title{margin-bottom:10px;font-size:24px;color:#666666}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_info{}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_info P{padding-left:10px;font-size:16px;line-height:1.5;margin-bottom:8px;color:#666666;position:relative;text-align:left}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_info P::after{content:"";width:4px;height:4px;border-radius:100px;background-color:#666666;position:absolute;left:0;top:10px;}




.HkCemCloud1{border-top:1px solid #dfdfdf;margin-top:30px;} 
.HkCemCloud1 .HkCemCloud_content { display: flex; align-items: flex-start; justify-content: space-between; }
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_thumb{margin-bottom: 15px;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_thumb img{width: 200px;height:200px;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_title{margin-bottom:10px;font-size:24px;font-weight: 500;color:#666666;text-align:center;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_p{}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_p p{font-size:16px;margin-bottom:4px;color:#666666;text-align:center;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_p p:last-child{margin-bottom: 0;}

.HkCemCloud2 .HkCemCloud_content{width:100%;}
.HkCemCloud2 .HkCemCloud_content img{width:100%;}
.HkCemCloud2 .HkCemCloud_content img:first-child{display:block;}
.HkCemCloud2 .HkCemCloud_content img:last-child{display:none;}

.HkCemCloud5 .Cloud2_left .Cloud2_left_li{margin-bottom:5px;}


.YQManage5 .Cloud2_right::before{content: ""; width: 108px; height: 91px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; left: 11%; top: 11%; z-index: 0;z-index:1;}

.YQManage7 .Cloud2_right::before{content: ""; width: 108px; height: 91px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; right: 0; top: 15%; z-index: 0;z-index:1;}

.HkCemCloud5 .Cloud2_right::before{content: ""; width: 108px; height: 91px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; right:16%; top:10%; z-index: 0;z-index:1;}

.HkCemCloud7 .Cloud2_right::before{content: ""; width: 108px; height: 91px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; left:5%; bottom:20%; z-index: 0;z-index:1;}


.HkCemCloud8{background-color:#f7f7f7;}
.HkCemCloud8 .swiper-wrapper{}
.HkCemCloud8 .swiper-wrapper{}
.HkCemCloud8 .swiper-slide{}
.HkCemCloud8 .HkCemCloud_case_list{height:450px;margin: 23px 0;display:flex;justify-content:center;align-items:center;border-radius:8px;box-shadow:0 0 23px 0 rgb(0,0,0,0.22);background-color:#fff;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_left{width:50%;padding:40px;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f7f7f7;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_left img{max-height:100%;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right{width:50%;height:100%;padding:40px;display: flex; flex-direction: column; justify-content: center;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_title{margin-bottom:15px;font-size:24px;line-height:1.5;color:#213f8c;text-align:left;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_info{}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_info p{font-size:18px;line-height:2;margin-bottom:8px;color:#666666;text-align:left;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_info p:last-child{margin-bottom: 0;}




.YQManage .Cloud2_right img{max-width:100%;max-height: 400px;}
.HuaKeAi .Cloud2_right img{max-width:100%;max-height: 400px;}
.HkCemCloud .Cloud2_right img{max-width:100%;max-height: 400px;}
.YQManage .Cloud2_right.on2 img{max-width:100%;max-height: 400px;}
.HuaKeAi .Cloud2_right.on2 img{max-width:100%;max-height: 400px;}
.HkCemCloud .Cloud2_right.on2 img{max-width:100%;max-height: 400px;}
.HuaKeAi3 .Cloud2_right img{width:100%}
.HuaKeAi4 .Cloud2_right img{width:100%}





.Hswiper.Cloud3 .swiper-container .ANews_content_list{width: 100%;}
.Hswiper.Cloud3 .swiper-container{padding:15px;}
.Hswiper.Cloud3 .swiper-container .swiper-wrapper{}
.Hswiper.Cloud3 .Cloud3-prev{display: none;}
.Hswiper.Cloud3 .Cloud3-next{display: none;}
.Hswiper.Cloud3 .swiper-pagination{display: none;}



@media screen and (max-width:1840px){

.YQManage3 .YQManage_content .YQManage_titles{top: 94px;}

}




@media screen and (max-width:1750px){

.YQManage .YQManage_titles .YQManage_title_dl{font-size: 18px;}
.YQManage .YQManage_titles .YQManage_title_dd{font-size: 28px;margin:13px 0;}
.YQManage .YQManage_titles .YQManage_title_dt{font-size: 18px;}

}




@media screen and (max-width:1650px){

.YQManage3 .YQManage_content .YQManage_titles{top: 74px;}

}



@media screen and (max-width:1540px){
.pc_all .pc_all_content{ max-width: 1200px;}

.YQManage3 .YQManage_content .YQManage_titles{top: 64px;}

.YQManage .YQManage_titles .YQManage_title_dl{font-size: 16px;}
.YQManage .YQManage_titles .YQManage_title_dd{font-size: 26px;margin:12px 0;}
.YQManage .YQManage_titles .YQManage_title_dt{font-size: 16px;}

.HuaKeAi1 .HuaKeAi_content{justify-content: space-around;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2){margin: 0;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(1) .content_list_thumb::before{width: 107px; height: 168px;left:95%;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2) .content_list_thumb::before{width: 107px; height: 168px;left:95%;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(1) .content_list_thumb img{width: 257px; height: 257px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2) .content_list_thumb img{width: 292px; height: 292px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(3) .content_list_thumb img{width: 347px; height: 347px;}


}


@media screen and (max-width:1440px){
.pc_all .pc_all_content{ max-width: 1200px;}
.DNews .pc_all_content{ max-width: 1100px;}

.Header .Header_right .Header_right_nav .right_nav_list{ margin-right: 45px;}
.Header .Header_right .Header_right_nav .right_nav_list .nav_list_title{ font-size: 14px;}
.Header .Header_right .Header_right_login{ margin-left: 100px;}

.DBanner .DBanner_txt{ font-size: 32px;}
.DBanner .DBanner_img img{ height: 350px;}

.About{ padding: 60px 0px;}
.About .About_title .About_title_dt{ font-size: 26px;}
.About .About_title .About_title_p{ font-size: 14px; line-height: 26px; margin: 20px 0px;}
.About .About_bottom{ margin-top: 45px;}
.About .About_bottom .About_bottom_list .bottom_list_dd{ font-size: 26px;}
.About .About_bottom .About_bottom_list .bottom_list_dt{ font-size: 14px; margin-top: 6px;}

.About2 .About2_content,.About3 .About3_content{ margin-top: 35px;}
.About2 .About2_content .About2_content_left .content_left_title .left_title_dd{ font-size: 26px;}
.About2 .About2_content .About2_content_left .content_left_title .left_title_dt{ font-size: 14px; line-height: 26px;}
.About2 .About2_content .About2_content_right .content_right_list{ font-size: 14px; margin-bottom: 10px;}

.About3 .About3_content{ margin-bottom: -2%;}
.About3 .About3_content .About3_content_list{ width: 49%; margin-bottom: 2%;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_po .left_po_dt{ font-size: 20px; margin-top: 15px;}
.About3 .About3_content .About3_content_list .content_list_right{ font-size: 14px; line-height: 26px;}

.About4{ overflow: hidden; padding-bottom: 0; margin-bottom: 60px;}
.About4 .About4_content .About4_content_list .content_list_dt{ font-size: 14px; line-height: 26px;}
.About4 .About4_content .About4_content_list .content_list_dd span{ font-size: 22px;}

.About5 .About5_left{ height: 220px;}
.About5 .About5_left .About5_left_dd{ font-size: 18px; margin-bottom: 21px;}
.About5 .About5_left .About5_left_dt{ font-size: 14px; line-height: 26px;}
.About5 .About5_right .About5_left_dd{ font-size: 18px;}
.About5 .About5_right .About5_left_dt{ font-size: 14px; line-height: 26px; margin-top: 21px;}
.About5 .About5_right,.About5{ height: 360px;}

.Honor{ padding-bottom: 0;}
.Honor .Honor_content{ margin-top: 20px;}
.Honor .Honor_content .Honor-prev{ left: 0;}
.Honor .Honor_content .Honor-next{ right: 0;}

.ANews .ANews_content{ margin-top: 40px;}

.AContact .AContact_top{ margin-bottom: 45px;}
.AContact .AContact_top .AContact_top_content{ margin-top: 45px;}
.AContact .AContact_top .AContact_top_content .top_content_list .content_list_title{ font-size: 16px; line-height: 26px;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list{margin-bottom: 0;display: flex;align-items: center;justify-content: space-between;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_left_list{width: 49%;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_left_list .content_list_icon{}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_left_list .content_list_title{margin-bottom:0px;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list{width: 49%;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list a{display: flex;align-items: center;justify-content: center;}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list .content_list_img{}
.AContact .AContact_top .AContact_top_content .top_btm_content_list .top_btm_right_list .content_list_img img{}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right .content_right_list .right_list_dd{ font-size: 16px;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right .content_right_list .right_list_dt{ font-size: 14px;}


.Reserve .Reserve_title{ font-size: 24px;}

.Pop-ups .Pop-ups_left{ font-size: 16px;}
.Pop-ups .Pop-ups_right a,.Pop-ups .Pop-ups_right span{ font-size: 14px;}

.BPO2 .BPO2_content{ padding: 0px 150px;}

.VPD .VPD_content,.Hqm3 .Hqm3_content{ padding: 0;}

.Hqm2 .Hqm2_content .Hqm2_content_list{ width: 23%;}


.Hqm5 .Hqm5_content .Hqm5_content_left{ width: calc(100% - 280px);}
.Hqm5 .Hqm5_content .Hqm5_content_right{ width: 260px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list{ padding: 20px; background-size: 100%;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dd{ font-size: 16px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt p{ font-size: 12px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt p:before{ width: 4px; height: 4px;}



.DBanner.video .DBanner_img video,.DBanner.video{ height:550px;}
.DBanner.video .DBanner_txt .DBanner_txt_dt{ margin:25px 0px; margin-top:10px;}


.ExpertService2 .item_content ul li{ width:23%;}

.ExpertService1 .item_list .item_list_li{ width:48%;}

.HkCEMCloudSustem .HkCEM_content img{ max-width:100%;}

.TyCloud .TyCloud_right img,.Cloud2 .Cloud2_right img{ max-width:100%;}

.YwjAdvantage .item_content ul li span{ font-size:16px;}


.ProductOverview1 .item_list .item_list_li{ width:49%;}

.ExpertService2 .item_content ul li .item_desc p{ padding-left:10px;}

.ProductOverview5 .pc_all_content .swiper-container .banner_box.swiper-slide-active{transform: scale(1.1);}
.ProductOverview5 .pc_all_content .swiper-container .banner_box{transform: scale(.8);}


.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(1){ width: 20%;}



.TyCloud .TyCloud_right.on2 img{ max-width:100%;}
.TyCloud .TyCloud_right.on3 img{ max-width:100%;}
.TyCloud .TyCloud_right.left img{ position:relative; left:0px;}
.TyCloud .TyCloud_right.on4 img{ max-width:100%;}


.BPO4 .BPO4_content .BPO4_content_list .content_list_li{ font-size:14px; height:65px;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span{ width:40px; height:40px;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span object{ height:20px;}





.YQManage3 .YQManage_content .YQManage_titles{top: 54px;}





}






















@media screen and (max-width:1200px){

.Header{ display: none;}
.Footer{ padding: 33px 0px; text-align: center;}
.Footer .Footer_share{ width: 100%;}
.Footer .Footer_share .Footer_share_phone{ margin-bottom: 0; font-size: 14px; margin-top: 15px;}
.Footer .Footer_share .Footer_share_phone p:last-child{ margin-top: 6px;}
.Copyright{ display: block; text-align: center; padding: 33px 4%;}
.pc_all .pc_all_content{ max-width: 94%;}
.Footer .pc_all_content{ display:inline-block; width:100%;}
.Footer .Footer_nav{ justify-content:space-between; margin-top:25px;}
.Footer .Footer_nav .Footer_nav_list{ margin-right:0px;}
.Footer .Footer_share .Footer_share_bottom{ justify-content:center; margin-top:20px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dd a{ font-size:14px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p{ margin-bottom:3px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt a{ font-size:12px;}

/* 手机导航 */
.m-header-nav-height{ display:block; height:50px;}
.m-header-nav{display: block;height:50px;position:fixed;top:0;z-index:1000;width:100%;transition:all ease 0.45s;}
.m-header-nav .sp_header{position: relative;top:0;z-index:10000;width:100%;height:50px;padding: 0 4%; display:flex; align-items:center; justify-content:space-between;}
.m-header-nav .sp_logo{padding: .6rem 0;float:left;height:50px; display:flex; align-items:center;}
.m-header-nav .sp_logo a{ display: flex; width: 115px; position: relative;}
.m-header-nav .sp_logo img{margin:auto;max-height:26px; position: absolute; left: 0; top: 50%;transition:all ease 0.45s; transform: translateY(-50%);}
.m-header-nav .sp_logo img:last-child{ opacity: 0;}
.m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;}
.m-header-nav .mo_login{ position: absolute; right: 64px; font-size: 20px; color: #fff;}
.m-header-nav.on .mo_login{ color:#111;}
.m-header-nav .sp_nav span{display:block;background:#fff;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
.m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
.m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
.m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
.m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
.m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
.m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
.m-header-nav .sjj_nav{display: none;position:fixed;z-index:9;background:white;width:100%;height:100%;font-size: .95rem;;line-height:2.7rem;top:50px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc;}
.m-header-nav .nav_show{display: block;}
.m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
.m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
.m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
.m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; height: 46px; padding: 0px 12px; display: flex; align-items: center; justify-content: flex-start;}
.m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
.m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem;}
.m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
.m-header-nav .sjj_nav ul li ul{display:none}
.m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: .95rem;padding: .15rem 0;}
.m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
/*
.m-header-nav .sjj_nav ul li:nth-child(2) ul li:nth-child(3){ display:none;}
*/
.m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
.m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#111;}
.m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
.m-header-nav.on{ background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.m-header-nav.on .sp_nav span{ background: #111;transition:all ease 0.45s;}
.m-header-nav.on .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
.m-header-nav.on .sp_logo img:last-child{ opacity: 1;}

#think_page_trace_open{ display:none !important;}
#content{ overflow:hidden !important;}



.DBanner .DBanner_img img{ height: auto;}
.DBanner .DBanner_txt .DBanner_txt_dd{ padding: 0px 4%; font-size: 18px;}

.About{ padding: 40px 0px;}
.About img{ max-width: 100%;}
.About .About_title .About_title_dt{ font-size: 20px;}
.About .About_title .About_title_p{ margin: 13px 0px;}
.About .About_content{ justify-content: space-between;}
.About .About_content .About_content_list{ margin-right: 0; width: 30%;}
.About .About_bottom{ flex-wrap: wrap; margin-top: 25px; justify-content: space-between;}
.About .About_bottom .About_bottom_list{ margin-right: 0; width: 49%; border: 1px solid #ededed; border-radius: 5px; margin-bottom: 2%; padding: 15px 0px;}

.About2 .About2_content{ display: block;}
.About2 .About2_content .About2_content_left{ margin-right: 0px; text-align: center; margin-bottom: 35px;}
.About2 .About2_content .About2_content_right{ width: 100%;}
.About2 .About2_content .About2_content_right .content_right_list{ width: 100%; margin-bottom: 5px;}

.About3 .About3_content .About3_content_list{ display: block;}
.About3 .About3_content .About3_content_list .content_list_left,.About3 .About3_content .About3_content_list .content_list_right{ width: 100%;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_po .left_po_dd img{ max-width: 38px;}
.About3 .About3_content .About3_content_list .content_list_left .list_left_po .left_po_dt{ font-size: 18px; margin-top: 8px;}
.About3 .About3_content .About3_content_list .content_list_right{ padding: 20px;}
.About3 .About3_content .About3_content_list::before{ height: 3px;}

.About4{ margin-bottom: 0; overflow-x:auto;}
.About4 .About4_img{ top: 0; margin-bottom: 0;}
.About4 .About4_content{ flex-wrap: wrap; margin-top: 33px; padding:0px 30px; position:relative; top:80px;}
.About4 .pc_all_content{ width:1120px; max-width:1120px; position:inherit;}
.About4 .About4_img{ width:1120px; position:relative; top:80px;}
.About4 .About_title{ position:absolute; left:112px;}

.About5{ height: auto; padding: 0;}
.About5 .About5_left{ padding: 0px 4%; transform: inherit;}
.About5 .About5_left .About5_left_dd{ margin-bottom:10px;}
.About5 .About5_left,.About5 .About5_right{ position: relative; width: 100%; text-align:center;}
.About5 .About5_right{ text-align: left; height: auto; padding: 40px 4%; display: block;}
.About5 .About5_right .About5_left_dd{ width:100%; text-align:center;}
.About5 .About5_right .About5_left_dt{ margin-top:10px; text-align:center; width:100%;}


.Honor{ padding-bottom: 0;}
.Honor .Honor_content .swiper-container{ padding: 0;}

.ANews .ANews_content{ display: block; margin-top: 20px;}
.ANews .ANews_content .ANews_content_list{ width: 100%;}
.ANews .ANews_more{ margin-top: 40px;}

.AContact .AContact_top .AContact_top_content{ margin-top: 30px; flex-wrap: wrap;}
.AContact .AContact_top .AContact_top_content .top_content_list{ width: 49%; margin-bottom: 2%; padding: 20px;}
.AContact .AContact_top{ margin-bottom: 25px;}
.AContact .AContact_bottom .AContact_bottom_content{ margin-top: 25px; padding: 20px; display: block;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_left{ margin-bottom: 20px;}
.AContact .AContact_bottom .AContact_bottom_content .bottom_content_left,.AContact .AContact_bottom .AContact_bottom_content .bottom_content_right{ width: 100%;}

.Reserve{ height: auto; margin-bottom: 0;}
.Reserve .pc_all_content{ top: 0;}
.Reserve .Reserve_title{ font-size: 20px;}
.Reserve .Reserve_form{ padding: 0px 4%; margin-top: 22px;}
.Reserve .Reserve_form .Reserve_form_list{ width: 100%; margin-bottom: 10px; height: 44px;}
.Reserve .Reserve_click img{ max-width: 80px;}

.Pop-ups{ display: none;}


.DBanner.video,.DBanner.video .DBanner_img video{ height:550px;}
.DBanner.video .DBanner_txt .DBanner_txt_dt{ margin:15px 0px; height:42px; padding:0px 20px; margin-top:0px;}
.DBanner.video .DBanner_txt .DBanner_txt_dt .txt_dt_li{ height:42px; display:flex; align-items:center; justify-content:center;}
.DBanner.video .DBanner_txt .DBanner_txt_icon img{ max-height:36px;}
.DBanner .DBanner_txt .DBanner_txt_dt{ font-size:14px; text-align:center; padding:0px 20px;}
.content_list_video .list_video_content{ width:90%;}

.Suspended{ top: inherit; bottom: 4%; border-radius:5px; padding:0px; left:inherit; right: 4px; width:46px; display:none;}
.Suspended .Suspended_list .Suspended_list_top .list_top_title{ margin-top:5px; display:none;}
.Suspended .Suspended_list{ display:none;}
.Suspended .Suspended_list:last-child{ display:inline-block;}



.pc_item .item_hd_title .hd_more_btn{ position:relative; top:0; margin-top:20px;transform: inherit;display: flex; justify-content: center;}
.pc_item .item_hd_title .hd_more_btn a{ font-size:15px; width: 114px; height: 36px; background-size: 100%;}

.Special .item_list .swiper-container .Special_list_icon1 object,.Special .item_list .swiper-container .Special_list_icon2 object,.Special .item_list .swiper-container .Special_list_icon3 object{  width: 35%;}
.Special .item_list .swiper-container .Special_list_icon1{ left: 18%;}
.Special .item_list .swiper-container .Special_list_icon2{ left: 34%;}
.Special .item_list .swiper-container .Special_list_icon3{ left: 50%;}
.Special .item_list .swiper-container .Special_list_yuan img{ width:25%;}

.IndexBanner,.pc_item{ padding:35px 0px;}
.IndexBanner .swiper-pagination{ margin-top:0px;}
.IndexBanner .swiper-pagination .swiper-pagination-bullet{ width:30px; height:5px; margin:0px 8px;}

.pc_item .item_hd_title{ margin-bottom:25px;}
.pc_item .item_hd_title .hd_title_dd{ font-size:18px; text-align:center;}
.pc_item .item_hd_title .hd_title_dt{ font-size:16px; margin-top:3px; text-align:center;}

.ProductOverview6 .pc_all_content .list-paddingleft-2{ flex-wrap:wrap; justify-content: space-between;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a{ width:49%; height:auto; margin-bottom:2%;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_title{ width:100%;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_title span{ font-size:18px;}
.ProductOverview6 .pc_all_content .list-paddingleft-2 a .item_img img{object-fit: cover;}

.PartnerBanner .pc_all_content{ padding:0px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box{ padding:0px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img{ width:33.33%; border-bottom:0; height:100px;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(5n){ border-right:0; border-bottom:0;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(3n),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(7),.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(11){ border-bottom:0;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img:nth-child(4n){ border-bottom:0;}
.PartnerBanner .pc_all_content .swiper-container .banner_box .banner_list_img img{ max-width:70%; max-height:50px;}

.Cloud3 .Cloud3_content .Cloud3-prev img, .Cloud3 .Cloud3_content .Cloud3-next img{ width:22px;}

.LNews{ padding-bottom:45px;}
.LNews .ANews_content .ANews_content_list{ margin-right:0px; margin-bottom:25px;}
.LNews .LNews_nav{flex-wrap: wrap;}
.LNews .LNews_nav a{ margin-right:10px; margin-bottom:12px; width:auto; padding:0px 8px;}


.layui-laypage{ margin-top:22px;}
.layui-laypage-curr{ width:33px; height:33px; font-size:14px; margin:0px 5px;}
.layui-laypage a{ width:33px; height:33px; font-size:14px; margin:0px 5px;}

.ProductOverview1 .item_list .item_list_li{ display:block; height:auto; text-align:center; padding:25px; width:100%; margin-bottom:25px;}
.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(1) img{ max-width:46px;}
.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(1),.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(2){ width:100%; margin-right:0px;}
.ProductOverview1 .item_list .item_list_li:nth-child(2) .list_li_li:nth-child(3){ position:relative; left:0px;}
.ProductOverview1 .item_list .item_list_li .list_li_li:nth-child(2){ margin-bottom:15px;}
.ProductOverview1 .item_list .item_list_li .center_info .top_title{ font-size:18px; margin-top:14px;}
.ProductOverview1 .item_list .item_list_li .center_info .btm_desc p{ font-size:14px; margin-bottom:0px;}
.ProductOverview1 .item_list .item_list_li .right_icon img{ max-width:60px;}

.ProductOverview2 .item_content{ margin-bottom:0px;}
.ProductOverview2 .item_content ul{ display:block;}
.ProductOverview2 .item_content ul li{ width:100%; padding:20px; height:auto; margin-bottom:20px;}
.ProductOverview2 .item_content ul li:last-child{ margin-bottom:0px;}
.ProductOverview2 .item_content ul li .item_tittle{ font-size:18px; margin-bottom:5px;}
.ProductOverview2 .item_content ul li .item_desc p{ font-size:14px; padding-left:0px; line-height:24px;}
.ProductOverview2 .item_content ul li:nth-child(1)::before{ background-size: 50%;}
.ProductOverview2 .item_content ul li:nth-child(2)::before{ background-size: 50%;}
.ProductOverview2 .item_content ul li:nth-child(3)::before{ background-size: 50%;}

.ProductOverview3 .item_content .item_content_yuan{ display:none;}
.ProductOverview3 .item_content .item_content_mo{ display:block;animation: animtran 35s linear infinite; }
.ProductOverview3 img{ max-width:100%;}

.Cloud2 img{ max-width:100%;}
.Cloud2 .pc_all_content{ display:block;}
.ProductOverview4 .Cloud2_left{ text-align:center; margin-bottom:25px;}
.Cloud2 .Cloud2_left .Cloud2_left_dd{ font-size:18px; margin:15px 0px;}
.Cloud2 .Cloud2_left .Cloud2_left_dt{ font-size:14px; line-height:26px;}

.ProductOverview4,.Hqm4{ padding:40px 0px;}

.ProductOverview5{ padding-bottom:0px;}
.ProductOverview5 .pc_all_content .swiper-container .swiper-slide-active,.ProductOverview5 .pc_all_content .swiper-container .banner_box,.ProductOverview5 .pc_all_content .swiper-container .banner_box.swiper-slide-active{transform: scale(1);}
.ProductOverview5 .pc_all_content .swiper-container{ height:auto;}

.Reserve2 .Reserve2_dd{ font-size:20px; margin-bottom:15px;}
.Reserve2 .pc_all_content{ height:180px;}
.Reserve2 .Reserve2_btn{ font-size:15px;}


.ExpertService1 .item_list{ display:block;}
.ExpertService1 .item_list .item_list_li{ width:100%; display:block; height:auto; text-align:center; padding:30px 0px; margin-bottom:35px;}
.ExpertService1 .item_list .item_list_li:last-child{ margin-bottom:0px;}
.ExpertService1 .item_list .item_list_li .left_number img{ max-width:50px;}
.ExpertService1 .item_list .item_list_li .center_info{ margin:25px 0px;}
.ExpertService1 .item_list .item_list_li .center_info .top_title{ font-size:18px;}
.ExpertService1 .item_list .item_list_li .center_info .btm_desc p{ font-size:14px;}
.ExpertService1 .item_list .item_list_li .right_icon img{ max-height:55px;}

.ExpertService2 .item_content{ margin-bottom:0px;}
.ExpertService2 .item_content ul{ display:block;}
.ExpertService2 .item_content ul li{ width:100%; height:auto; margin-bottom:20px;}
.ExpertService2 .item_content ul li:last-child{ margin-bottom:0px;}

.ExpertService3 .item_content .content_top_list{ margin-bottom:20px; background:none;}
.ExpertService3 .item_content .content_top_list ul{ width:100%; flex-wrap:wrap;}
.ExpertService3 .item_content .content_top_list ul li{ width:49%; margin-bottom:2%; background:none;background-image: linear-gradient(to right, #183786, #e64b2d); padding:1px; border-radius:3px; font-size:15px;}
.ExpertService3 .item_content .content_top_list ul li p{ display:inline-block; width:100%; height:100%; background:#fff; line-height:38px; border-radius:3px;}
.ExpertService3 .item_content .content_top_list::before{ display:none;}
.ExpertService3 .item_content .content_top_list ul li::after{ display:none;}
.ExpertService3 .item_content .content_btm_list ul{ width:100%; flex-wrap:wrap;}
.ExpertService3 .item_content .content_btm_list ul li{ width:49%; margin-bottom:2%;}
.ExpertService3 .item_content .content_btm_list ul li .list_info p{ font-size:15px; margin-bottom:5px;}
.ExpertService3 .item_content .content_btm_list ul li .list_icon img{ max-height:44px;}

.Cloud2 .Cloud2_left{ width:100%; text-align:center; margin-bottom:20px;}
.Cloud2 .Cloud2_right{ width:100%;}

.DBanner .DBanner_txt .DBanner_txt_top{ font-size:16px;}

.Cloud{ padding:35px 0px;}

.Hqm{ padding-bottom:35px;}

.ClientExperience .ClientExperience_top .ClientExperience_top_title{ font-size:22px; margin-bottom:0px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt{ flex-wrap:wrap;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dd{ margin-bottom:13px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dd img{ max-height:38px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list{ width:50%; margin-right:0px; margin-top:20px;}
.ClientExperience .ClientExperience_top .ClientExperience_top_txt .top_txt_list .txt_list_dt{ font-size:16px;}

.HkCEMCloudSustem .HkCEM_content img{ max-width: 100%;}
.HkCEMCloudSustem .HkCEM_title{ margin-bottom:20px;}
.HkCEMCloudSustem .HkCEM_title .HkCEM_title_dd{ font-size:22px; margin-bottom:3px;}
.HkCEMCloudSustem .HkCEM_title .HkCEM_title_dt{ font-size:16px;}

.TyCloud .pc_all_content{ display:block;}
.TyCloud img{ max-width:100%;}
.TyCloud .TyCloud_left{ margin-bottom:20px; text-align:center;}
.TyCloud .TyCloud_left .TyCloud_left_dd{ font-size:18px; line-height:30px; margin:18px 0px;}
.TyCloud .TyCloud_left .TyCloud_left_dt{ font-size:14px; line-height:26px;}
.TyCloud .TyCloud_left,.TyCloud .TyCloud_right,.TyCloud .TyCloud_left.on{ width:100%;}
.TyCloud .TyCloud_right img{ max-width:80%;}
.TyCloud .TyCloud_right.on .TyCloud_param{ padding-top:0px;}
.TyCloud .TyCloud_right{ text-align:center;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_top_img{ display:none;}
.TyCloud .TyCloud_right.on{ display:block;}
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list{ display:flex; padding:0px; }
.TyCloud .TyCloud_right.on .TyCloud_param .param_btm_list .param_list_li{ width:33.33%; text-align:center;}
.TyCloud .TyCloud_right .tzicon{ position:relative; transform:inherit; bottom:0; right:0; display:block; margin:0 auto;}
.TyCloud .TyCloud_right.on img{ margin:0px;}
.Cloud2 .Cloud2_right{ text-align:center;}
.TyCloud .TyCloud_right img, .Cloud2 .Cloud2_right img{ max-width:75%;}
.TyCloud .TyCloud_right object, .Cloud2 .Cloud2_right object{ max-width:75%;}

.ApplyScene .pc_all_content{ display:block;}
.ApplyScene .item_right_list{ width:100%; text-align:center;}
.ApplyScene .item_left_list{ width:100%;}
.ApplyScene .item_right_list:last-child{ margin-top:30px;}
.ApplyScene .item_right_list img{ position:relative; bottom:0; right:0; max-height:180px;}
.ApplyScene .item_left_list ul li{ margin-bottom:25px; text-align:left;}
.ApplyScene .item_left_list ul li .left_list_btm p{ font-size:14px;}
.ApplyScene .item_left_list ul li .left_list_top{ justify-content:flex-start;}
.ApplyScene .item_right_list img{ display:none;}


.Cloud .Cloud_top .Cloud_top_title{ font-size:16px; margin-bottom:0px;}
.Cloud .Cloud_top .Cloud_top_txt { display:flex; flex-wrap:wrap; justify-content:flex-start;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list{ margin-right:0px; width:50%; margin-top:25px;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd{ margin-bottom:12px;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd img{ max-height:38px;}
.Cloud .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dt{ font-size:16px;}
.SCloud .Cloud_top .Cloud_top_txt .top_txt_list{ width:100%;}


.Hqm2{ padding:35px 0px;}
.Hqm2 .VPD_title{ font-size:22px;}
.Hqm2 .VPD_title .VPD_title_dt{ font-size:16px;}
.Hqm2 .Hqm2_content{ margin-top:35px;}
.Hqm2 .Hqm2_content .Hqm2_content_list{ width:100%; margin-bottom:20px; padding:22px;}
.Hqm2 .Hqm2_content .Hqm2_content_list:last-child{ margin-bottom:0px;}


.Hqm3{ padding-bottom:0px;}
.Hqm3 .Hqm3_content::before{ display:none;}
.Hqm3 .Hqm3_content{ margin-bottom:0px; height:252px;}
.Hqm3 .Hqm3_content .Hqm3_content_list{ margin-right:0px; width:48%; background:#fff; border:1px solid #666; margin-bottom:0px; margin-top:25px; position: absolute; right:0; left:0; top:0;}
.Hqm3 .Hqm3_content .Hqm3_content_list:after{ display:none;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(2n){ right:0; left: inherit;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(3){ top: 55px;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(4){ top: 55px;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(7){ top: 110px; right:0; left: inherit;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(8){ top: 110px; right:inherit; left: 0;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(5){ top: 165px; right:0; left: inherit;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(6){ top: 165px; right:inherit; left: 0;}
.Hqm3 .Hqm3_content .Hqm3_content_list:nth-child(2n):after{ display:none;}
.Hqm3 .Hqm3_content .Hqm3_content_list:before{ display:none;}

.Hqm5 .Hqm5_content{ padding:0px; display:block;}
.Hqm5 .Hqm5_content .Hqm5_content_left,.Hqm5 .Hqm5_content .Hqm5_content_right{ width:100%;}
.Hqm5 .Hqm5_content .Hqm5_content_left{ margin-bottom:25px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list{ margin-bottom:20px;background-size: 100%; padding:1px; background:#fff; background-image: linear-gradient(to right, #c5382e, #205382); border-radius:5px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_border{ border-radius:4px; background:#fff; display:inline-block; width:100%; padding:15px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dd{ margin-bottom:4px;}
.Hqm5 .Hqm5_content .Hqm5_content_right .content_right_list .right_list_dt:before{ left:1px;}

.Cloud .Cloud_bottom .Cloud_bottom_b{ flex-wrap:wrap; margin-top:0px;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list{ margin-right:0px; width:50%; margin-top:25px;}
.Cloud .Cloud_bottom .Cloud_bottom_b .bottom_b_list .b_list_dd img{ max-height:25px;}
.Cloud .Cloud_bottom{ margin-top:45px;}
.Cloud .Cloud_bottom .Cloud_bottom_title .bottom_title_dd{ font-size:22px;}
.Cloud .Cloud_bottom .Cloud_bottom_title .bottom_title_dt{ font-size:16px; margin-top:0px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_border{ display:block; padding:20px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_left,.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right{ width:100%;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right{ margin-top:25px;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt{ flex-wrap:wrap;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list{ width: 100%;}
.Cloud .Cloud_bottom .Cloud_bottom_content .bottom_content_right .content_right_txt .right_txt_list .txt_list_li:last-child{ margin-bottom:15px;}
.Cloud .Cloud_bottom .Cloud_bottom_fo{ margin-top:30px; font-size:18px;}

.Cloud2{ padding:35px 0px;}
.Cloud2 .pc_all_content{ height:auto;}

.Cloud3{ padding:35px 0px;}
.Cloud3 .Cloud3_title .Cloud3_title_dd{ font-size:22px;}
.Cloud3 .Cloud3_title .Cloud3_title_dt{ font-size:16px; margin-top:2px;}

.YwjAdvantage{ height:auto;}
.YwjAdvantage .item_content{ margin-bottom:0px;}
.YwjAdvantage .item_content ul{ flex-wrap:wrap;}
.YwjAdvantage .item_content ul li{ width:100%; justify-content:center; margin-bottom:20px;}
.YwjAdvantage .item_content ul li span{ font-size:16px;}
.YwjAdvantage .item_content ul li:last-child{ margin-bottom:0px;}

.CloudBanner .Cloud3_title{ margin-bottom:20px;}
.CloudBanner .Cloud3_content{ padding:0px 20px;}

.CloudCalling .CloudCalling_bottom .G{  overflow-x:auto;overflow-y: hidden; padding-bottom:5px; margin-top:50px;}
.CloudCalling .CloudCalling_bottom::-webkit-scrollbar { width: 2px; height: 2px; }
.CloudCalling .CloudCalling_bottom::-webkit-scrollbar-thumb { border-radius: 5px; background: #d94b2e; }
.CloudCalling .CloudCalling_bottom::-webkit-scrollbar-track { background: #ededed; }
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_title{ font-size:18px; margin-bottom:26px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt{ width:750px; justify-content:space-between;flex-flow: row-reverse; position:relative;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list{ width:325px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_center{ top:-45px;}
.CloudCalling .CloudCalling_bottom .CloudCalling_bottom_txt .bottom_txt_list .txt_list_dt{ padding:15px !important;}
.CloudCalling .CloudCalling_bottom{ margin-top:35px;}

.BPO2{ overflow:hidden;}
.BPO2 .pc_all_content{ position:relative;}
.BPO2 .pc_all_content{ margin-top:30px; overflow-x:auto;overflow-y: hidden;}
.BPO2 .pc_all_content .G{ padding-bottom:18px;}
.BPO2 .pc_all_content::-webkit-scrollbar { width: 2px; height: 2px; }
.BPO2 .pc_all_content::-webkit-scrollbar-thumb { border-radius: 5px; background: #d94b2e; }
.BPO2 .pc_all_content::-webkit-scrollbar-track { background: #ededed; }
.BPO2 .Cloud_top{ position:absolute; left:130px;}
.BPO2 .BPO2_content{ width:750px; justify-content:space-between;flex-flow: row-reverse; position:relative;}

#ascrail2000-hr{ display:block !important; background:#ccc;}

.VPD{ padding:35px 0px;}
.VPD .VPD_title{ font-size:22px;}
.VPD .VPD_content{ display:block; margin-top:0px;}
.VPD .VPD_content .VPD_content_list{ width:100%; margin-top:25px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li{ padding:20px 15px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li .dt_li_dd{ font-size:16px;}
.VPD .VPD_content .VPD_content_list .content_list_dt .list_dt_li .dt_li_dt{ font-size:14px;}


.CloudCalling2 .CloudCalling2_content{ margin-top:25px;}

.CloudCalling3 .CloudCalling3_title{ margin-bottom:25px; line-height:24px; font-size:16px; margin-top:8px;}
.CloudCalling3 .CloudCalling3_content{ display:block;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_left,.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right{ width:100%;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right{ margin-top:25px;}
.CloudCalling3 .CloudCalling3_content .CloudCalling3_content_right .content_right_list .right_list_bottom{padding:1px;}

.Hkywz .item_content{ display:block;}
.Hkywz .item_content img{ max-height:38px;}
.Hkywz .item_content .content_list_li:nth-child(2)::before,.Hkywz .item_content .content_list_li:nth-child(2)::after{ display:none;}
.Hkywz .item_content .content_list_li{ width:100%; height:auto; padding:20px;}
.Hkywz .item_content .content_list_li:nth-child(3) .list_li_dd .li_dd_title{ font-size:16px;}

.pc_cloud .item_hd_title .hd_title_dd{ text-align:center; font-size:22px;}

.CloudBanner .swiper-container .banner_box{ display:block;}
.CloudBanner .swiper-container .banner_box .left_list{ width:100%; padding:20px;}

.BPO .Cloud_top_bottom{ margin-top:35px; font-size:22px;}
.BPO2 .BPO2_content{ padding:0px; margin-top:45px;}
.BPO2 .BPO2_content .BPO2_content_list{ width:100%;}
.BPO2 .BPO2_content .BPO2_content_icon{ text-align:center; margin:25px 0px;}
.BPO2 .BPO2_content .BPO2_content_list .content_list_title{ padding-left:36px;}

.BPO3 .BPO3_content{ flex-wrap:wrap; justify-content:space-between;}
.BPO3 .BPO3_content .BPO3_content_list{ width:49%; margin-top:2%;}

.BPO4 .BPO4_content{ margin-top:25px; display:block;}
.BPO4 .BPO4_content .BPO4_content_list{ width:100%;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li{ margin-bottom:15px; height:auto; padding:10px 20px}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li:last-child{ margin-bottom:15px}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li img{ width:33px; height:33px; margin-right:12px;}
.BPO4 .BPO4_content .BPO4_content_center{ display:none;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span{ width:30px; height:30px; margin-right:10px;}
.BPO4 .BPO4_content .BPO4_content_list .content_list_li span object{ height:16px;}

.BPO5 .BPO5_content .BPO5_content_top{ display:block;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list{ width:100%; padding:20px; margin-bottom:13px;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list:last-child{ margin-bottom:0px;}
.BPO5 .BPO5_content .BPO5_content_top .content_top_list:before{ display:none;}


.Footer .Footer_share .Footer_share_logo{ width:170px; margin:0 auto;}


.ProductOverview3 .item_content .content_yuan_li1{ display:none;}

.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list{ width:100%; margin-bottom:0px; margin-top:25px; padding:25px 0px; padding-right:4%;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_icon{ width:100px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_icon img{ max-width:50px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title{ width:calc(100% - 100px);}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title .list_title_dd{ font-size:16px;}
.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_title .list_title_dt{ font-size:14px; line-height:22px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_title span{ font-size:16px; padding:15px; line-height:normal;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_icon img{ display:none;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list{ width:100%; margin-top:25px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border{ padding:20px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_top .list_top_dd{ font-size:16px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_top .list_top_dd:last-child{ font-size:14px;}
.CloudCalling2 .CloudCalling2_bottom .CloudCalling2_bottom_txt .bottom_txt_list .txt_list_border .txt_list_bottom p{ font-size:14px;}

.DNews{ padding:35px 0px;}
.DNews .pc_all_content{ display:block; max-width:84%;}
.DNews .DNews_right .DNews_right_list .share_content a{ margin-right:0px;}
.DNews .DNews_left,.DNews .DNews_right{ width:100%;}
.DNews .DNews_right{ margin-top:0px;}
.DNews .DNews_left .DNews_left_title .left_title_dd{ font-size:20px;}
.DNews .DNews_left .DNews_left_txt{ line-height:26px; font-size:14px;}
.DNews .DNews_left .DNews_left_txt p span{ font-size:16px;color:rgba(90,90,90);}
.DNews .DNews_left .DNews_left_title{ margin-bottom:20px; padding-bottom:20px;}
.DNews .DNews_left .DNews_left_txt p{ font-size:14px !important; margin-bottom:10px;}
.DNews .DNews_left .DNews_left_txt{ margin-bottom:22px; padding-bottom:22px; overflow:hidden;}
.DNews .DNews_left .DNews_left_txt article{ width:100% !important;}

.DNews .DNews_left .DNews_left_txt *{line-height:1.75;font-size: 16px;}
.DNews .DNews_left .DNews_left_txt video{width:100% !important;height:auto !important;}
.DNews .DNews_left .DNews_left_txt p{font-size:16px;}
.DNews .DNews_left .DNews_left_txt h1{font-size: 22px;}
.DNews .DNews_left .DNews_left_txt h2{font-size: 18px;}
.DNews .DNews_left .DNews_left_txt h3{font-size:16px;}
.DNews .DNews_left .DNews_left_txt h4{}
.DNews .DNews_left .DNews_left_txt img{width:auto;}
.DNews .DNews_left{ margin-bottom:35px;}
.DNews .DNews_left .DNews_left_page{ display:inline-block; width:100%;}
.DNews .DNews_left .DNews_left_page .left_page_list{ max-width:100%;}

.BNews{ padding:0px; padding-top:35px;}
.BNews .BNews_title{ margin-bottom:35px;}
.BNews .BNews_txt{ padding:35px 0px;}
.BNews .BNews_txt .BNews_txt_list{ width:100%;}
.DNews .DNews_right .DNews_right_list{ padding:30px 0px;}
.DNews .DNews_right .DNews_right_list.share{ padding-bottom:0px;}
.DNews .DNews_right .DNews_right_list .right_list_dd{ font-size:18px; margin-bottom:20px; padding-bottom:20px;}

.BNews2 .DNews_left{ margin-bottom:0px; margin-bottom:35px;}
.BNews2 .DNews_right .DNews_right_list2,.BNews2 .DNews_right .DNews_right_list.tag{ padding:22px;}
.BNews2 .DNews_right .DNews_right_list.tag .right_list_dt{ padding:0px;}

.CloudBanner .swiper-container .banner_box{ padding:0px;}
.CloudBanner .swiper-container .banner_box .right_list{ width:100%; padding: 25px 15px;}
.CloudBanner .Cloud3_content{ padding:0px;}
.CloudBanner .swiper-pagination{ bottom:0;}
.CloudBanner .swiper-container{ box-shadow:0px 0px 0px;}
.CloudBanner .swiper-container .swiper-wrapper{ align-items:flex-start;}

.Honor .Honor_content .Honor-next img,.Honor .Honor_content .Honor-prev img{ max-width:25px;}
.Honor .Honor_content .Honor_content_list{ box-shadow:0px 0px 0px;}
.Honor .Honor_content .Honor_content_list{transform: scale(1);}

.AContact .AContact_top .AContact_top_content .top_content_list .content_list_title{ font-size:12px; line-height:18px;}
.AContact .AContact_top .AContact_top_content .top_content_list{ padding:15px;}


.BPO2 .BPO2_content .BPO2_content_list .content_list_txt .list_txt_li{ padding:0px 15px; font-size:14px;}
.BPO .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dt .list_dt_txt{ font-size: 14px;}

.wechat-qrcode{ left:0;}
.wechat-qrcode:after{ left:5%;}

.HkCEMCloudSustem .HkCEM_content .G{ overflow:auto; padding-bottom:15px;}
.HkCEMCloudSustem .HkCEM_content .G img{ max-width:800px;}
.HkCEMCloudSustem .HkCEM_content .G::-webkit-scrollbar { width: 2px; height: 2px; }
.HkCEMCloudSustem .HkCEM_content .G::-webkit-scrollbar-thumb { border-radius: 5px; background: #d94b2e; }
.HkCEMCloudSustem .HkCEM_content .G::-webkit-scrollbar-track { background: #ededed; }


.BNews2{ position:relative;}
.BNews2 .DNews_left .DNews_left_title{ margin-bottom:535px;}
.BNews2 .DNews_right .DNews_right_list2{position: absolute; top: 141px;}


.IndexBanner .item_list .swiper-container .banner_list_img{ display:none;}
.IndexBanner .item_list .swiper-container .mo_img{ display:block;}

.ProductOverview3 { overflow:hidden;}
.ProductOverview3 .item_content{ overflow:hidden;}

.ProductOverview1 .item_list .item_list_li .right_icon{ margin: 0 auto;}

.CloudCalling2 .CloudCalling2_top .CloudCalling2_top_list .top_list_icon object{height: 50px;}





.pc_item.Special.Cloud3{margin-bottom: 0;padding: 35px 0 0 0;}
.Cloud3 .Cloud3s_content_bg{display: none;}
.Cloud3 .Cloud3s_content{margin-top: 30px; padding-bottom: 0;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list{flex-direction: column;padding: 0 15px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li{margin: 0 0 20px 0; background-color: #f7f9ff; padding: 30px 0; border-radius: 12px; width: 100%;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li:nth-child(2){margin:  0 0 20px 0;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_thumb{margin-bottom: 15px;text-align: center;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_thumb img{width:75%;height:auto;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title{margin-bottom: 10px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title .li_title_dd{font-size:18px;margin-bottom: 6px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_title .li_title_dt{font-size:20px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li .list_li_p p{font-size:14px;margin-bottom: 5px;}
.Cloud3 .Cloud3s_content .Cloud3s_content_list .content_list_li:last-child{margin: 0px;}



.Special{margin-bottom:0;}
.HCCase .pc_all_content{padding: 20px 10px 25px 10px; background-color: #efefef;}
.HCCase.LNews{padding-bottom: 0;}
.HCCase .ANews_content .ANews_content_list:last-child{margin: 0px;}
.HCVoice{padding: 35px 0;}
.HCVoice .ANews_content .ANews_content_list:last-child{margin: 0px;}

.YQManage{padding: 35px 0px;}

.YQManage .YQManage_title .YQManage_title_dd{font-size: 20px;}
.YQManage .YQManage_title .YQManage_title_dt{font-size: 18px;}
.YQManage .YQManage_title{margin-bottom: 20px;}
.YQManage1{border-top: none; margin-top: 0;}
.YQManage1 .YQManage_content div img{max-width:100%;}
.YQManage1 .YQManage_content .YQManage_content_top{margin-bottom: 18px;}

.YQManage1 .YQManage_content .YQManage_content_top img{width: 90%; height: auto;}
.YQManage2 .Cloud_top .Cloud_top_txt .top_txt_list .txt_list_dd img{width: auto; height: 80px;}

.Cloud.YQManage2{padding: 35px 0px;}
.YQManage2 .Cloud_top .Cloud_top_title{font-size: 18px;}


.YQManage3{padding: 0px;}
.YQManage3 .YQManage_content .YQManage_titles{top: 12px;}
.YQManage3 .YQManage_content .YQManage_titles div{max-width:90%;}
.YQManage .YQManage_titles .YQManage_title_dl{font-size: 13px;}
.YQManage .YQManage_titles .YQManage_title_dd{font-size: 16px;margin:5px 0;}
.YQManage .YQManage_titles .YQManage_title_dt{font-size: 13px;}

.YQManage3 .YQManage_content img{}
.YQManage3 .YQManage_content img:first-child{display:none;}
.YQManage3 .YQManage_content img:last-child{display:block;}



.YQManage3 .YQManage_content .YQManage_content_list img{width: 100%; height: 260px; object-fit: cover;}



.YQManage4 .YQManage_content .YQManage_content_list{width: 100%; margin-bottom: 18px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_top{font-size:18px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_center{margin: 5px 0;width: 25px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info .list_info_bottom{font-size:14px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_info{width:calc(100% - 20px);}
.YQManage4 .YQManage_content .YQManage_content_list:nth-child(odd) .content_list_info{margin-right: 20px;}
.YQManage4 .YQManage_content .YQManage_content_list .content_list_icon img{width: auto; height: 85px;}




.YQManage .Cloud2_left .Cloud2_left_li .left_li_dd{font-size:16px;}
.YQManage .Cloud2_left .Cloud2_left_li .left_li_dt p{font-size:14px;}

.YQManage .Cloud2_left .Cloud2_left_li{margin-bottom: 20px;}


.YQManage10 .YQManage_content{padding: 20px;box-shadow: 0 0 15px 0 rgb(0,0,0,0.22);}
.YQManage10 .YQManage_content .YQManage_content_img img{max-width:100%;width: auto;}
.YQManage10 .YQManage_content .YQManage_content_txt{font-size: 14px;}




.HuaKeAi1{padding: 35px 0px;overflow:hidden;border-top: none; margin-top: 0;}
.HuaKeAi1 .HuaKeAi_content{flex-direction: column;align-items: center;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list{margin-bottom:20px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2){margin:0 0 20px 0;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(1) .content_list_thumb::before{display:none;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2) .content_list_thumb::before{display:none;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:last-child{margin-bottom:0;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(1) .content_list_thumb img{width: 170px;height:auto;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(2) .content_list_thumb img{width: 200px;height:auto;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list:nth-child(3) .content_list_thumb img{width: 230px;height:auto;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list .content_list_thumb{margin-bottom: 15px;}
.HuaKeAi1 .HuaKeAi_content .HuaKeAi_content_list .content_list_info p{margin-bottom: 8px; font-size: 16px;}



.HuaKeAi5 .Cloud3_title{margin-bottom: 0;}
.HuaKeAi5 .HuaKeAi_case_list{height: auto; margin: 15px 0; box-shadow: 0 0 15px 0 rgb(0,0,0,0.22);flex-direction: column;}

.HuaKeAi5 .HuaKeAi_case_list .case_list_left{width: 100%; height: auto; padding: 20px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_left .list_left_top{margin-bottom: 15px; font-size: 18px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right{width: 100%; height: auto; padding: 20px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_title{font-size: 18px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_info P{padding-left: 8px;font-size: 14px;}
.HuaKeAi5 .HuaKeAi_case_list .case_list_right .list_right_info P::after{width: 3px;height:3px;top: 8px;}
.HuaKeAi5 .swiper-container{padding-bottom: 0;}




.HkCemCloud1{border-top: none; margin-top: 0;}
.HkCemCloud1 .HkCemCloud_content{align-items: flex-start; justify-content: center;justify-content: space-between;flex-wrap: wrap;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list{margin-bottom:25px;width: 48%;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_thumb img{width: 100px;height:100px;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list:last-child{margin-bottom:0;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_title{font-size: 18px;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_p{min-height: 62px;}
.HkCemCloud1 .HkCemCloud_content .HkCemCloud_content_list .content_list_info .list_info_p p{font-size: 14px;}

.HkCemCloud2 .HkCemCloud_content img{object-fit: cover;}
.HkCemCloud2 .HkCemCloud_content img:first-child{display:none;}
.HkCemCloud2 .HkCemCloud_content img:last-child{display:block;}

.HkCemCloud5 .Cloud2_left .Cloud2_left_li{margin-bottom: 0;}



.HkCemCloud8 .HkCemCloud_case_list{margin: 15px 0;height:auto;box-shadow: 0 0 15px 0 rgb(0,0,0,0.22);flex-direction: column;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_left{width: 100%; height: auto; padding: 20px; }
.HkCemCloud8 .HkCemCloud_case_list .case_list_left img{max-height: initial; max-width: 100%;height:90%;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right{width: 100%; height: auto; padding: 20px; }
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_title{font-size: 16px;margin-bottom: 10px;}
.HkCemCloud8 .HkCemCloud_case_list .case_list_right .list_right_info p{font-size: 14px;}




.YQManage5 .Cloud2_right::before{content: ""; width: 78px; height: 67px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; left: 11%; top: 11%; z-index: 0;z-index:1;}

.YQManage7 .Cloud2_right::before{content: ""; width: 78px; height: 67px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; right: 0; top: 15%; z-index: 0;z-index:1;}

.HkCemCloud5 .Cloud2_right::before{content: ""; width: 78px; height: 67px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; right:16%; top:10%; z-index: 0;z-index:1;}

.HkCemCloud7 .Cloud2_right::before{content: ""; width: 78px; height: 67px; background: url(../images5/bn40.png) no-repeat 50%/cover; position: absolute; left:5%; bottom:20%; z-index: 0;z-index:1;}


.Hswiper.Cloud3 .ANews_content{padding:15px;position:relative;}
.Hswiper.Cloud3 .swiper-container{padding:0;box-sizing: border-box;}
.Hswiper.Cloud3 .swiper-container .swiper-wrapper{}
.Hswiper.Cloud3 .Cloud3-prev{display: inline-block;width: 30px; height: auto;}
.Hswiper.Cloud3 .Cloud3-next{display: inline-block;width: 30px; height: auto;}
.Hswiper.Cloud3 .Cloud3-prev img{width: 30px; height: auto;}
.Hswiper.Cloud3 .Cloud3-next img{width: 30px; height: auto;}
.Hswiper.Cloud3 .ANews_content .ANews_content_list{box-shadow: none;;box-sizing: border-box;background-color:#efefef;margin-bottom: 0;}

.HCCase.Hswiper.Cloud3 .ANews_content .ANews_content_list{background-color:#fff;}

.ANews.Hswiper.Cloud3{margin-bottom: 0;}
.Hswiper.Cloud3 .ANews_content .ANews_content_list:hover{ background: #e84b2c;}

}



@media screen and (max-width:950px){
.PartnerBanner{margin-bottom: 0px;padding: 10px 0px;}


}



@media screen and (max-width:768px){



}


@media screen and (max-width:600px){
.DBanner2022 .DBanner_img img{ height: 300px;}
.DBanner .DBanner_img img{ height: 230px;}

.DBanner.video,.DBanner.video .DBanner_img video{ height:350px;}

}


@media screen and (max-width:375px){


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}