/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: middle;font-family: AliMedium; }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px;   }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 {  font-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}


/*æ‰€æœ‰åŽå°ç¼–è¾‘å™¨åŒºåŸŸéƒ½è¦å¼•ç”¨ edit_con_original ç±»å*/

/* clear é¡µå¤´ï¼Œé¡µè„šï¼Œå†…å®¹åŒºéƒ½ä¸ç”¨å†åŠ æ¸…é™¤æ ·å¼ */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }


.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }


.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*éšè—è§†é¢‘ä¸‹è½½æŒ‰é’®*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*å›¾ç‰‡ç»è¿‡*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
@media only screen and (min-width:1025px) {
    .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
}

/*ä¸¤ç«¯å¯¹é½*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*ä¸Šä¸‹å±…ä¸­*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*å·¦å³å±…ä¸­*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*ç»å¯¹å±…ä¸­*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

/* é˜¿é‡Œå›¾æ ‡ */
[class*='icon']{
    font-family: 'iconfont';
}

@font-face {
    font-family:AliMedium;
    src:url('iconfont/NotoSans-Regular.ttf')
}
@font-face {
    font-family:AliHeavy;
    src:url('iconfont/NotoSans-Light.ttf')
}
@font-face {
    font-family:NotoSans-Bold;
    src:url('iconfont/NotoSans-Bold.ttf')
}
body{
    font-family:NotoSans-Bold!important;
    font: 14px NotoSans-Bold!important;
}


body,a{color: #000;}
a{transition: all .3s;cursor: pointer;}
@media only screen and (min-width:1025px) {
    a:hover{color: #0055CD!important;}
}

/*.new-header-content .header-cont{width: 1200px;max-width: 94%;}*/
.wrap{width: 1400px;max-width: 90%;margin: 0 auto;}
@media only screen and (max-width:1366px) {
    .wrap{max-width: 90%;}
}

.line24{line-height: 24px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}
.ellipsis_p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
    .wrap{max-width: 90%;margin: 0 auto;}


}
@media only screen and (max-width:345px) {
    .wrap{max-width: 97%;margin: 0 auto;}
}
/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 {font-size: 22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_76{font-size: 76px;}
.fnt_80{ font-size:80px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_50 { font-size:46px;}
    .fnt_60{ font-size:54px;}
    .fnt_76{font-size: 70px;}
    .fnt_80{ font-size:74px;}
}
@media only screen and (max-width:1660px) {
    .fnt_50 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_76{font-size: 54px;}
    .fnt_80{ font-size:60px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:22px;}
    .fnt_26 { font-size:22px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:28px;}
    .fnt_32 { font-size:28px;}
    .fnt_36 { font-size:30px;}
    .fnt_38 { font-size:31px;}
    .fnt_40 { font-size:32px;}
    .fnt_42 { font-size:34px;}
    .fnt_48 { font-size:40px;}
    .fnt_50 { font-size:36px;}
    .fnt_52 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_76{font-size: 50px;}
    .fnt_80{ font-size:50px;}
    .fnt_90{ font-size:72px;}
}
@media only screen and (max-width:1366px) {
    .fnt_20 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:22px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:27px;}
    .fnt_40 { font-size:28px;}
    .fnt_42 { font-size:30px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 { font-size:36px;}
    .fnt_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_76{font-size: 40px;}
    .fnt_90{ font-size:52px;}
    .fnt_80{ font-size:40px;}

}
@media only screen and (max-width:1280px) {
    .fnt_22 {font-size: 16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:22px;}
    .fnt_32 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:25px;}
    .fnt_40 { font-size:26px;}
    .fnt_42 { font-size:28px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 { font-size:32px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_76{font-size: 30px;}
    .fnt_90{ font-size:42px;}
    .fnt_80{ font-size:30px;}
}
@media only screen and (max-width:1024px) {
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_30 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:22px;}
    .fnt_42 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 { font-size:26px;}
    .fnt_52 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_76{font-size: 36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
    /*.fnt_20 { font-size:16px;}*/
    /*.fnt_24 { font-size:16px;}*/
    /*.fnt_30 { font-size:18px;}*/
    /*.fnt_36 { font-size:20px;}*/
    /*.fnt_48 { font-size:20px;}*/
    /*.fnt_52 { font-size:20px;}*/
    .fnt_36 { font-size:18px;line-height: 24px;}
    .fnt_50 { font-size:20px;}
    .fnt_60{ font-size:24px;}
    .fnt_72{ font-size:24px;}
    .fnt_76{font-size: 26px;}
    .fnt_90{ font-size:30px;}
}

.hdDiv{background: #000;color: #fff;}

.pro01{overflow:hidden;padding: 50px 0;box-sizing: border-box;}
.pro01_l{width: 45%;float: left;padding: 0 50px;box-sizing: border-box;}
.pro01_r{width: 55%;float: left;padding-left: 5%;box-sizing: border-box;padding-top: 5%;}
.bigImg{margin-bottom: 20px;}
.smallImg{position: relative;}
.smallImg .swiper-wrapper{height: auto;}
.smallImg-img{border: 1px solid rgba(255,255,255,0);}
.smallImg li{border-radius: 5px;overflow: hidden;cursor: pointer;padding: 1px;box-sizing: border-box;}
.smallImg li.on .smallImg-img{border: 1px solid rgba(255,255,255,1);border-radius: 5px;overflow: hidden;}
.smallImg .lhl_but div{width: 30px;height: 30px;background: #c4c4c4;color: #fff;margin-top: -15px;border-radius: 100%;line-height: 30px;text-align: center;font-size: 20px;font-weight: bold;}
.smallImg .lhl_but div.swiper-button-prev{left: -50px;}
.smallImg .lhl_but div.swiper-button-next{right: -50px;}
.active-border {
    border: 1px solid #fff;
}

.swiper-button-prev:after, .swiper-button-next:after{display: none;}
.com-product-info-describe{margin-top: 23px;}
.com-product-info-select {
    margin-top: 24px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.com-product-info p.subtitle-font{
    font-size: 14px;font-weight: bold;
}
.com-product-info-choose-btn {
    margin-top: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-product-info-choose-btn li a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 60px;
    color: #fff;
}

.com-product-info-choose-btn li {
    width: 49%;
    height: 90px;
    margin-bottom: 12px;
    border-radius: 4px;
    display: flex;
    margin-right: 2%;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    box-sizing: border-box;;
}
.com-product-info-choose-btn li:nth-child(2n){margin-right: 0;}
.com-product-info-choose-btn li img {
    margin-left: 10px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}


.com-product-info-choose-btn h5 {
    /*color: #292929;*/
    font-weight: bold;
}

.com-product-info-choose-btn li.choosed h5,.com-product-info-choose-btn li.choosed p{
    color: #0055CD;
}
.choosed-describe p{font-size: 12px;}
.selling-point {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.selling-point ul {
    margin-left: 19px;
    margin-top: 3px;
}

.selling-point li {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 25px;
    list-style: disc;
}
.selling-point li::marker {
    color: #2254C5;
}

.choosed {
    transition: all 0.3s ease-in-out;
    border: 1px solid #0055CD !important;
}

video{width: 100%;display: block;border-radius: 20px;}


.scrollBar{position: fixed;top: 118px;left: 0;width: 100%;z-index: 1000;color: #fff;font-size: 16px;background: rgba(27, 27, 28, 1);
    transform: translateY(50px);visibility: hidden;opacity: 0;}
.scrollBar ul{overflow: hidden;}
.scrollBar li{margin-right: 40px;float: left;position: relative;}
.scrollBar li a{padding: 15px 0;color: #fff;position: relative;display: block;}
.scrollBar li a:before{content: "";width: 100%;height: 3px;background: rgba(0, 85, 205, 1);bottom: 0;left: 0;position: absolute;display: none;}
.scrollBar li.on a:before{display: block;}

body.scroll .scrollBar{top: 80px;}
body.scrollTop .scrollBar{transform: translateY(0px);visibility: visible;transition: all .3s;opacity: 1;}
@media only screen and (min-width:1025px) {
    .com-product-info-choose-btn li:hover h5,.com-product-info-choose-btn li:hover p{color: #0055CD;}
    .com-product-info-choose-btn li:hover{border: 1px solid #0055CD;}
}
/**/



#section01{padding-top: 140px;margin-top: -140px;}
#Document{padding-top: 140px;margin-top: -100px;}
.party_02{position: relative;}
.party_02 img{width: 100%;}
/*ç¬¬2ç“¶*/
.party_03{overflow: hidden;position: relative;}
.party_03 img{width: 100%;transform: translate(0, 50%) scale(1.3);transition: all 2s;}

.party_03 img.xg_img{position: absolute;width: 40%;left: 50%;margin-left: -9.5%;bottom: -54%;transition: all 2s;z-index: 4;}
.party_03.start img{transform: translate(0, 0) scale(1);}
.party_03.start img.xg_img{
    margin-left: -12.6%;
    transform: translate(0,-50%); -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%); top:50%;bottom: auto;

}


.phone_img{display: none!important;}

.party_03 .party_box{}
.party_03 .party_box{display: block;/*transform: translateY(500%);transition: all 2s;*/}
/*.party_03.start .party_box{transform: translateY(0);z-index: 5;}*/
.party_box>span{color: #868686;margin-bottom: 20px;display: block;}
.party_box{position: absolute;left: 0;top: 9%;z-index: 3;text-align: center;width: 100%;box-sizing: border-box;}
.party_box h3{margin-bottom: 20px;line-height: 95px;}

/*è§†é¢‘å¼¹çª—*/
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;width: 100%;height: auto;}
.video_appbox .video_t{z-index:2;width: 1035px;max-width:94%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.video_appbox.show .video_t{ visibility: visible;opacity:1;top:50%;}
.video_appbox iframe{width:100%; height: 100%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:3%; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:30px;font-weight: bold;font-style: inherit;}
/*è§†é¢‘å¼¹çª—*/

@media only screen and (min-width:1025px) {
    .rg_link:hover{color: #fff!important;}

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

}

@media only screen and (max-width:1024px) {
    .pc_img{display: none!important;}
    .phone_img{display: block!important;}
}

@media only screen and (max-width:767px) {
    .party_03 .party_box>span{font-size: 15px;}
}

.video_button {
    color: #fff;
    font-size: 40px;
    z-index: 3;
    font-style: inherit;
    display: none;
    cursor: pointer;
}

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

    .party_box{top: 30px;}
    .party_box h3 br{display: block;}


    /*.party_box ul{font-size: 12px;}*/
    /*.party_box ul li{padding: 0 12px;}*/
    /*.party_span span{font-size: 12px;width: 170px;height: 24px;line-height: 24px;background-size: 100% 100%;}*/


    .video_button{display: block;}

    .party_03 img{transform: translate(0, 0) scale(1.3);}
    .party_03 img.xg_img{width: 56%;margin-left: -12.5%;bottom: -21%;}
    .party_03.start img.xg_img{margin-left: -25%;width: 80%;}


    .party_03 .party_box{top: 20px;}
    .rg_link{font-size: 12px;width: 100px;line-height: 22px;height: 22px;}
}


.jbs{
    background-image: linear-gradient(to right, #0055CD, #00DCA5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_04{padding-bottom: 2%;padding-top: 4%;}
.party_04-div{position: relative;}
.party_04-div>img{width: 100%;}
.party_04-div .party_box{text-align: left;top: 0;}
.iconList{margin-top: 5%;width: 38%;overflow: hidden;}
.iconList li{color: #86868B;float: left;margin-bottom: 40px;width: 40%;}
.iconList li:nth-child(2n){width: 60%;}
.iconList dd{margin-bottom: 10px;}
.iconList dt p{line-height: 24px;min-height: 72px;}
.iconList img{width: 48px;height: 48px;}
.iconList li .sup{font-size: 12px;top: 4px;vertical-align: text-top;}
.party_04-p{position: absolute;left: 0;bottom: 6%;color: #7D7D7D;font-size: 12px;}

.party_05{overflow: hidden;padding: 7% 0;}
.proList{}
.proList li{box-sizing: border-box;height: 100%;margin-bottom: 1.8%;cursor: pointer;}
.proList li dl{height: 100%;position: relative;border-radius: 30px;}
.proList li dl dd{height: 100%;}
.proList li img{width: 100%;}
.proList li dt{position: absolute;padding: 40px;box-sizing: border-box;color: #fff;top: 0;left: 0;max-width: 100%;width: 100%}
.proList li dt h4{margin-bottom: 7px;}
.proList li dt p{font-family: AliHeavy;}
.li01{width: 57.7%;float: left;}
.li02{width: 40.57%;float: right;}
.li03{width: 40.57%;float: left;}
.li04{width: 57.7%;float: right;}
.li05,.li06,.li07{float: left;width: 32.14%;margin-right: 1.79%;}
.li07{margin-right: 0;}

.li05 dt,.li06 dt,.li07 dt{padding-top: 24px!important;}


.li01 dt p{color: #7D7D7D;}
.li02 dt p{color: #fff;}
/*.li04 dt p{color: #1B0404;}*/
.li05 dt p,.li06 dt p,.li07 dt p{color: #7D7D7D;}

.party_06{padding: 0 0 6%;box-sizing: border-box;overflow: hidden;color: #fff;}
.party_06 .party_box{position: static;}
.party_06 .party_box h3{
    background-image: linear-gradient(to right,rgba(195, 237, 221, 1), rgba(118, 171, 151, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_06 .party_box span{font-family: AliHeavy;color: #fff;display: block;margin-top: 5px;}
.party_07{position: relative;}
.party_07-list{position: absolute;z-index: 3;}
.party_07-list p{color: #7D7D7D;font-family: AliHeavy;margin-top: 7px;}
.list01{top: 10%;left: 49.375%;}
.list02{top: 77%;right: 49.375%;text-align: right;}

.party_08{padding-top: 5%;padding-bottom: 2%;}
.party_08 h2{
    background-image: linear-gradient(to right, rgba(199, 208, 222, 1), rgba(255, 255, 255, 1),rgba(165, 197, 190, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.spec_title{text-align: center;margin: 40px 0;}
.party_08 .spec_title{margin-bottom: 29px;}
.spec_title span{display: inline-block;padding: 10px 50px;border: 1px solid #7d7d7d;border-radius: 30px;color: #fff;}
.spec_img img{width: 100%;}
.spec_title02{margin-top: 0;margin-bottom: 26px;}
.spec_title02 em{
    background-image: linear-gradient(to right, rgba(147, 242, 221, 1), rgba(251, 254, 254, 1),rgba(143, 168, 255, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_08-vid{position: relative;padding-top: 4%;}
.party_08-vid .spec_title{position: absolute;top: 6%;left: 0;width: 100%;}

.party_09{position: relative;}
.party_09 img{width: 100%;}
.party_09 .party_box{left: 13.6%;top: 10%;text-align: left;padding: 0;}
.party_09 .party_box h3{
    background-image: linear-gradient(to right, rgba(255, 165, 121, 1),rgba(124, 47, 17, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.party_09 .party_box p{color: #fff;font-family: AliHeavy;}
.party_09 .party_box p span{font-family: NotoSans-Bold;}
.party_10{padding: 6% 0;box-sizing: border-box;overflow: hidden;}
.party_10 .party_box{position: static;margin-bottom: 20px;}
.party_10 .party_box h3{
    background-image: linear-gradient(to right, rgba(232, 237, 248, 1),rgba(121, 131, 179, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_10-list{overflow: hidden;}
.party_10-list ul{margin-left: -20px;margin-right: -20px;}
.party_10-list li{float: left;padding: 0 20px;box-sizing: border-box;color: #fff;text-align: center;width: 50%;}
.party_10-list li dd{padding: 25px 0;}
.party_10-list li dt{border-radius: 30px;}
.party_10-list li dt img{width: 100%;}
.party_10-tips{font-size: 12px;text-align: right;color: #7D7D7D;margin-top: 20px;}

.party_11{padding-top: 3%;}
.party_11 .party_box{position: static;}
.party_11 .party_box h3,.party_12 .party_box h3{
    background-image: linear-gradient(to right, rgba(199, 208, 222, 1), rgba(255, 255, 255, 1),rgba(165, 197, 190, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_11-vid{position: relative;}

.party_12{padding-top: 2%;}
.party_12 .party_box{position: static;}
.party_12 img{width: 100%;}

.party_13{position: relative;}
.party_13 .party_box h3{
    background-image: linear-gradient(to right, rgba(199, 208, 222, 1), rgba(255, 255, 255, 1),rgba(165, 197, 190, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.party_13{padding-top: 3%;padding-bottom: 4%;box-sizing: border-box;overflow: hidden;}
.party_13 .party_box{position: static;}

.party_14{padding: 5% 0;box-sizing: border-box;overflow: hidden;}
.party_14 h2{
    background-image: linear-gradient(to right, rgba(199, 208, 222, 1), rgba(255, 255, 255, 1),rgba(165, 197, 190, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    display: inline-block;
}
.table_01{background: #242426;border-radius: 30px;overflow: hidden;}
table{width: 100%;}
table td{box-sizing: border-box;text-align: center;border-bottom: 0.5px solid #000;}
table td img{margin-bottom: 20px;width: 168px;height: 228px;}
table td span.fnt_18{color: #7D7D7D;font-family: AliHeavy;display: block;height: 25px;line-height: 25px;}
.table_01 thead td{color: #7d7d7d;padding: 20px;}
.table_01 thead td p{white-space: nowrap;}
.table_01 thead td span{display: inline-block;height: 84px;line-height: 28px;}
.table_01 tbody td{padding: 40px 20px;}


.party_15{padding: 4% 0 7%;box-sizing: border-box;overflow: hidden;}
.party_15 h3{text-align: center;margin-bottom: 50px;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Calendar_item-div table{width: 100%;}
.Calendar_item-div table thead{}
.Calendar_item-div table thead td{color: #fff;font-weight: bold;padding: 16px 20px;border-bottom: 0.5px solid #7D7D7D;}
.Calendar_item-div table thead td:first-child{text-align: left;}
.Calendar_item-div table thead td img{width: 89px;height: 121px;}
/*.td4,.td5{background: #eff1f5;}*/
/*.Calendar_item-div .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #d00033;}*/

.Calendar_item-div .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color: rgba(255,255,255,.75);}

.Calendar_item-div table tbody td:first-child{text-align: left;}
.Calendar_item-div table tbody td{color: #fff;padding: 16px 20px;;border-bottom: 0.5px solid #7D7D7D;line-height: 24px;}
.Calendar_item-div table tbody td a{color: #fff;text-decoration: underline;}
.spec_tr td{padding: 40px 20px!important;}
.gary{color: #7D7D7D;}

@media only screen and (max-width:1800px) {
    .party_box h3{line-height: 89px;}
}
@media only screen and (max-width:1660px) {
    .party_box h3{line-height: 68px;}
}
.party_box h3{margin-bottom: 20px;line-height: 95px;}
@media only screen and (max-width:1560px) {
    .proList li dt{padding: 30px;}
    .party_box h3{line-height: 67px;}
}
@media only screen and (max-width:1440px) {
    /*.party_box h3{line-height: 60px;}*/
    .party_box h3{line-height: 62px;}
}
@media only screen and (max-width:1366px) {
    .party_box h3{line-height: 50px;}
}
@media only screen and (max-width:1280px) {
    .party_04-p{width: 30%;}
    .party_box h3{line-height: inherit;}
}
@media only screen and (max-width:1024px) {
    body.scroll .scrollBar{top: 60px;}
    .pro01_l,.pro01_r{width: 100%;}
    .pro01_r{padding-left: 0;padding-top: 0;}
    .party_03 .party_box{}
    .party_box>span{margin-bottom: 10px;}

    .party_04{padding: 30px 0 80px;}
    .party_04-div .party_box,.party_04-p{position: static;width: 100%;}
    .iconList img{width: 32px;height: 32px;}
    .iconList{width: 100%;}
    .party_04-p{margin-bottom: 30px;}
    .phone_txt-item{position: absolute;text-align: center;}
    .phone_txt-item p{color: #7d7d7d;margin-bottom: 10px;}
    .phone_txt-item01{left: 0;bottom: 6%;}
    .phone_txt-item02{left: 34%;bottom: -5.3%;}
    .phone_txt-item03{left: 65%;bottom: 3.8%;}
    .proList{height: auto!important;}
    .proList li{width: 48%!important;margin-right: 4%;float: left!important;margin-bottom: 4%;}
    .proList li:first-child{width: 100% !important;margin-right: 0;}
    .proList li:nth-child(3),.proList li:nth-child(5),.proList li:nth-child(7){margin-right: 0;}
    .party_07-list p br{display: none;}
    .party_06{padding: 20px 0 80px;}
    .party_06 .wrap{width: 100%;max-width: 100%;margin-top: 30px;position: relative;}
    .party_06 img{width: 100%;}
    .party_06 .party_box span{margin-top: 15px;}

    .party_07{padding: 50px 0 30px;}
    .video_button{width: 70px!important;height: 70px!important;}
    .phone_video{position: relative;margin-bottom: 20px;}
    .phone_video img{width: 100%;}
    .party_07-list{position: static;text-align: center;padding: 0 20px;box-sizing: border-box;margin-bottom: 15px;}

    .party_08-vid .spec_title{position: static;}
    .party_09{padding-top: 100px;}
    .party_09 .party_box{width: 100%;left: 0;top: 3%;padding: 0 25px;box-sizing: border-box;}

    .party_10-list ul{margin-left: 0;margin-right: 0;}
    .party_10-list li{width: 100%;padding: 0;margin-bottom: 20px;}

    .party_11-vid{margin: 30px 0;}
    .party_11-vid img{width: 100%;}

    .party_11-vid .wrap{width: 100%;max-width: 100%;}
    .party_12 .party_box{margin-bottom: 30px;}

    .party_14{background: #242426;padding: 40px 0;}
    .party_14 h2{margin-bottom: 15px;}


    .party_14 .wrap{width: 85%;}
    table td{border-bottom: 0;}
    .table_02 td{padding: 20px 10px;}

    .table_02 tbody td p{font-size: 26px;}
    .table_02 tbody td p em{font-size: 20px;}
    .table_02 tbody td span{color: #7D7D7D;font-size: 18px;}
    .table_02 tbody td:first-child{text-align: left;font-weight: bold;color: #7D7D7D;}
    .table_02 tbody td:first-child p{font-size: 22px;}
    .table_02 tbody td:first-child p em{font-size: 18px;}
    .table_02 tbody td:first-child span{font-size: 18px;}
    .table_02 table td img{width: 89px;height: 121px;}
    .table_02 .spec td p{font-size: 18px;}

    .party_15{padding: 40px 0;}
    .party_15 h3{margin-bottom: 30px;}

    .Calendar_item-div table td:first-child{text-align: left;}

    /*.spec_title02 em,.spec_title02 i{display: none;}*/
}

@media only screen and (max-width:767px) {
    .scrollBar li{margin-right: 20px;}
    .smallImg{display: none;}
    .pro01_l{padding: 0 20px;}
    .com-product-info-choose-btn li{width: 100%;margin-right: 0;}
    .video_button{width: 50px!important;height: 50px!important;}
    .phone_txt-item{transform: scale(.8);}
    .phone_txt-item01{left: -5%;bottom: 1%;}
    .phone_txt-item02{left: 23%;bottom: -8%;}
    .phone_txt-item03{left: 50%;bottom: -1%;}
    .proList li dt{padding: 15px;}
    .proList li dt h4{font-size: 14px;}
    .proList li dt p{font-size: 12px;}
    .party_box{padding: 0 20px;box-sizing: border-box;}
    .party_box p{font-size: 15px;}
    .party_06 {padding: 20px 0 40px;}
    .party_06 .party_box span{font-size: 12px;}
    .party_07{padding: 30px 0 10px;}
    .party_07-list h3{font-size: 15px;}
    .party_07-list p{font-size: 12px;color: #fff;}
    .party_08 h2{font-size: 26px;}
    .party_08 h2 br{display: none;}
    .party_08 .wrap{max-width: 94%;}
    .spec_title{margin: 30px 0;}
    .spec_title span{font-size: 14px;padding: 8px 12px;}
    .party_09 .party_box h3{padding: 0;margin-bottom: 12px;}
    .party_10{padding: 40px 0 10px;}
    .party_10 .party_box h3{margin-bottom: 25px;}
    /*.party_10 .party_box h3 br{display: none;}*/
    .party_10-list li{margin-bottom: 30px;}
    .party_10-list li dd{padding-top: 0;}
    .party_10-list li dd p{font-size: 15px;}
    .party_10-tips{margin-top: 10px;}
    .party_11{padding-top: 30px;}
    .table_02 table{width: 850px;}
    .Calendar_item-div table{width: 850px;margin-bottom: 10px;}
}



/*details*/
.details_01{padding: 40px 0;}
.details_01 h3{text-align: center;margin-bottom: 40px;}
.parameter {
    display: flex;
    flex-direction: row;
}
.parameter1,
.parameter2{
    flex: 1;
}
.parameter2 {
    margin-left: 4px;
}

.databox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.th {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 234px;*/
    flex: 1;
    height: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.td {
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2;
    /*width: 460px;*/
    height: 60px;
    font-size: 14px;
    text-align: center;
}

.odd {
    background-color: rgba(67, 67, 67, 1);
}

.even {
    background-color: rgba(27, 27, 28, 1);
}

.skip-button .skipper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100px;
    height: 44px;
    color: #292929;
    font-size: 16px;

    background: #FFFFFF;
    /* 功能色-分隔线-浅灰02 */
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 4px;
}
.skip-button .skipper a{
    display: block;
    padding: 12px 24px;
}


.compare-title h2{text-align: center;margin-bottom: 40px;}
.com-product-item {
    margin-top: 40px;
    width: 100%;
}

.com-product-item .com-product-item-head {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d5d5d5;
}

.com-product-item .com-product-item-head h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #292929;
    margin-left: 24px;
}

.com-product-item .com-product-item-head a {
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #7d7d7d;
}


.com-product-document-main {
    margin-top: 5px;
    width: 100%;
    /* display: flex; */
    justify-content: start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 80px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.com-product-document-main div {
    width: 31%;
    float: left;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 16px 5px 0px 5px;
}

.com-product-document-main div img {
    height: 34px;
    width: 34px;
    margin-left: 5px;
}

.com-product-document-main div h5 {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    color: rgba(217, 217, 217, 1);
    flex: 1;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


#section01{padding-top: 140px;margin-top: -140px;}
#Document{padding-top: 140px;margin-top: -100px;}

@media only screen and (max-width:1024px) {
    .parameter {
        flex-direction: column;
    }
    .parameter .th{
        width: auto;
        flex: 2;
        padding: 2px 5px;
        word-break: break-all;
        box-sizing: border-box;
    }
    .parameter .td{
        width: auto;
        flex: 3;
        padding: 2px 5px;
        word-break: break-all;
        box-sizing: border-box;
    }
    .parameter1,
    .parameter2{
        flex: 1;
    }
    .parameter2{margin-left: 0;}
    .com-product-document-main{padding-bottom: 50px;}
    .com-product-document-main div{width: 48%;}
    #Document {
        padding-top: 140px;
        margin-top: -100px;
    }
    #section01{padding-bottom: 0;}
    .compare-title h2{margin-bottom: 25px;}
}
@media only screen and (max-width:767px) {
    .com-product-document-main div{width: 95%;margin: 8px 2% 0px 2%;}
}