@charset "utf-8";

:root {
  --red: #ea1021;
  --jRed:linear-gradient(to right,#e70113,#fe6c77);
}
/* reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: normal;
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50px,0);
      transform: translate3d(0,50px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0px,0);
      transform: translate3d(0,0px,0)
  }
}
@keyframes inner-ripple {
  0% {
      transform: translate(-50%,-50%) scale(0);
      opacity: 1
  }
  100% {
      transform: translate(-50%,-50%) scale(1.0);
      opacity: 0
  }
}
@keyframes display {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
/* 

li:hover dl{display: block;animation: display 0.3s linear;animation-fill-mode:forwards;} 

1920 3vw   
1200 6vw
767  10vw

*/


/* 分页 */
.p_page {
  text-align: center;
  padding: 2% 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p_page div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_page .laypage_prev,.p_page .laypage_next{width:38px!important;}
.p_page .laypage_prev svg{vertical-align: middle;}
.p_page .laypage_next svg{vertical-align: middle;}
.p_page .laypage_prev:hover svg path{fill:#fff;}
.p_page .laypage_next:hover svg path{fill:#fff;}
.p_page .laypage_curr{background:var(--jRed)!important;color:#fff!important;border: 0px solid #00b4f1 !important;}

.p_page a,.p_page span {
  display: flex;
  border: 1px solid #ebebeb !important;
  box-sizing: border-box;
  width: 38px !important;
  height: 38px !important;
  text-align: center;
  line-height: 38px !important;
  color: #808080 !important;
  font-size: 16px;
  margin: 0 5px !important;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
}
.p_page .laypage_total{width:auto!important;display: none!important;}
.p_page .laypage_total input{border:0px;}
.p_page .laypage_main button{background: var(--red);border:0;color:#fff;border-radius: 30px;;}
.p_page a:hover {background:var(--red)!important;border: 0px solid #ccc !important;color: #fff !important;}
.p_page .page_prev {color: #818286;}
.p_page .page_next {color: #818286;}
.laypageskin_default .laypage_curr{color:#fff;}
@media screen and (max-width: 768px) {
  .p_page {margin-bottom: 8vw;}
  .p_page div{flex-wrap:wrap;}
  .p_page a,.p_page span {
      width: 28px !important;
      height: 28px !important;
      font-size: 12px;
      margin: 0 3px !important;
      line-height: 28px!important;
  }
  .p_page .laypage_prev,.p_page .laypage_next{width:28px!important;}
  .laypage_main a, .laypage_main span{padding:0 3px!important;}
  .p_page .laypage_total{display: block;width:160px!important;margin-top:5vw!important;}
  .laypage_main button{height:22px!important;line-height: 22px!important;margin-top:2px;margin-left:15px;}
}

/* 
<div class="p_page" id="page1">
			<div class="laypage_main laypageskin_default" id="laypage_0">
				<a href="javascript:;" class="laypage_prev" one-link-mark="yes"><</a>
				<span class="laypage_curr">1</span>
				<a href="javascript:;" data-page="2" one-link-mark="yes">2</a>
				<a href="javascript:;" data-page="3" one-link-mark="yes">3</a>
				<a href="javascript:;" data-page="4" one-link-mark="yes">4</a>
				<a href="javascript:;" data-page="5" one-link-mark="yes">5</a>
				<span>…</span>
				<a href="javascript:;" class="laypage_next" one-link-mark="yes">></a>
				<span class="laypage_total"><label>到第</label><input type="number" min="1" onkeyup="this.value=this.value.replace(/\D/, '');" class="laypage_skip"><label>页</label><button type="button" class="laypage_btn">确定</button></span>
			</div>
		</div>
*/

.pt_3{padding-top:3vw;}
.pb_3{padding-bottom:3vw;}
@media only screen and (max-width: 1200px){
  .pt_3{padding-top:6vw;}
  .pb_3{padding-bottom:6vw;}
}
@media only screen and (max-width: 767px){
  .pt_3{padding-top:10vw;}
  .pb_3{padding-bottom:10vw;}
}


@font-face {
  font-family: 'PuHuiL';
  src: url("/static/cn/fonts/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'PuHuiR';
  src: url("/static/cn/fonts/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'PuHuiM';
  src: url("/static/cn/fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("/static/cn/fonts/Montserrat-ExtraLight.ttf") format('truetype');
  font-display: swap;
}

body {
  font-family: 'PuHuiL', "PingFang SC", "Microsoft Yahei", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

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: text-top }
sub { vertical-align: text-bottom }
input, select, button, textarea { color:#333;}
body { line-height: 1.6 }
a:link,
a:visited,
a:active,
a { text-decoration: none;}
a {color: #333; }
a * { cursor: pointer }
:focus { outline: none } 


.edit_con_original{ line-height:2; padding:0 0; color:#333; text-align:justify;}
.edit_con_original ul{ margin:inherit; padding:inherit}
.edit_con_original ul li { list-style-type:disc; margin:auto; padding:inherit}
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; padding:inherit}
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; 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: collapse; border-spacing: 0px }
.edit_con_original table td{border:1px solid #aaa;}
.edit_con_original img{ max-width:100%; height:auto;}

@media screen and (max-device-width: 320px){
  body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width: 480px){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  body{-webkit-text-size-adjust:none}
}
.mo_dom_con{display: none!important;}
@media only screen and (max-width: 767px){
  .pc_dom_con{display: none!important;}
  .mo_dom_con{display: block!important;}
  *{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.touch_body,.touch_body *{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*所有后台编辑器区域都要引用 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 }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.5;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.5;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.5;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.5;}

.browserupgrade{display:block;position:fixed;margin:0;width:100%;height:60px;font-size:15px;line-height:60px;z-index:1000;background-color:#666;color:#fff;text-align:center}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px;}
.browserupgrade a:hover{color:#eee}

.wrap{width: 1230px;margin-left:auto;margin-right:auto;}
.wrap_1600{width: 1600px;margin-left:auto;margin-right:auto;}
@media only screen and (max-width: 1600px){
  .wrap{width:1230px;}
  .wrap_1600{width:94%;}
}
@media only screen and (max-width: 1300px){
  .wrap{width:90%;}
}

/*公用样式end*/

/*font-size*/
.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.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;line-height: 1.3;}
.fnt_32 { font-size:32px;line-height: 1.3;}
.fnt_34 { font-size:34px;line-height: 1.3;}
.fnt_36 { font-size:36px;line-height: 1.3;}
.fnt_38 { font-size:38px;line-height: 1.3;}
.fnt_40 { font-size:40px;line-height: 1.3;}

.fnt_42 { font-size:42px;line-height: 1.3;}
.fnt_44 { font-size:44px;line-height: 1.3;}
.fnt_46 { font-size:46px;line-height: 1.3;}
.fnt_48 { font-size:48px;line-height: 1.3;}
.fnt_50 { font-size:50px;line-height: 1.3;}
.fnt_52 { font-size:52px;line-height: 1.3;}
.fnt_54 { font-size:54px;line-height: 1.3;}
.fnt_56 { font-size:56px;line-height: 1.3;}
.fnt_58 { font-size:58px;line-height: 1.3;}
.fnt_60 { font-size:60px;line-height: 1.2;}
.fnt_70 { font-size:70px;line-height: 1.2;}
.fnt_80 { font-size:80px;line-height: 1.2;}

@media only screen and (max-width: 1600px) {
  .fnt_20 { font-size:18px;}
  .fnt_22 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:24px;}
  .fnt_28 { font-size:24px;}
  .fnt_30 { font-size:30px;}
  .fnt_32 { font-size:30px;}
  .fnt_34 { font-size:30px;}
  .fnt_36 { font-size:32px;}
  .fnt_38 { font-size:32px;}
  .fnt_40 { font-size:34px;}

  .fnt_42 { font-size:34px;}
  .fnt_44 { font-size:34px;}
  .fnt_46 { font-size:36px;}
  .fnt_48 { font-size:36px;}
  .fnt_50 { font-size:38px;}
  .fnt_52 { font-size:38px;}
  .fnt_54 { font-size:38px;}
  .fnt_56 { font-size:40px;}
  .fnt_58 { font-size:40px;}
  .fnt_60 { font-size:50px;}
  .fnt_70 { font-size:60px;}
  .fnt_80 { font-size:70px;}
}
@media only screen and (max-width: 1400px) {
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:22px;}
  .fnt_28 { font-size:24px;}
  .fnt_30 { font-size:24px;}
  .fnt_32 { font-size:24px;}
  .fnt_34 { font-size:24px;}
  .fnt_36 { font-size:24px;}
  .fnt_38 { font-size:26px;}
  .fnt_40 { font-size:30px;}

  .fnt_42 { font-size:30px;}
  .fnt_44 { font-size:30px;}
  .fnt_46 { font-size:32px;}
  .fnt_48 { font-size:32px;}
  .fnt_50 { font-size:34px;}
  .fnt_52 { font-size:34px;}
  .fnt_54 { font-size:34px;}
  .fnt_56 { font-size:36px;}
  .fnt_58 { font-size:36px;}
  .fnt_60 { font-size:38px;}
  .fnt_70 { font-size:48px;}
  .fnt_80 { font-size:56px;}

  .title.fnt_30 { font-size:26px;}
  .title.fnt_32 { font-size:26px;}
  .title.fnt_34 { font-size:30px;}
  .title.fnt_36 { font-size:30px;}
  .title.fnt_38 { font-size:32px;}
  .title.fnt_40 { font-size:32px;}
  .title.fnt_42 { font-size:34px;}
  .title.fnt_44 { font-size:34px;}
  .title.fnt_46 { font-size:36px;}
  .title.fnt_48 { font-size:36px;}
  .title.fnt_50 { font-size:38px;}
  .title.fnt_52 { font-size:38px;}
  .title.fnt_54 { font-size:40px;}
  .title.fnt_56 { font-size:40px;}
  .title.fnt_58 { font-size:40px;}
  .title.fnt_60 { font-size:42px;}
}
@media only screen and (max-width: 1200px) {
  .fnt_24 { font-size:18px;}
  .fnt_20 { font-size:18px;}
}

@media only screen and (max-width: 1024px) {
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:18px;}
  .fnt_24 { font-size:18px;}
  .fnt_26 { font-size:20px;}
  .fnt_28 { font-size:20px;}
  .fnt_30 { font-size:20px;}
  .fnt_32 { font-size:20px;}
  .fnt_34 { font-size:20px;}
  .fnt_36 { font-size:24px;}
  .fnt_38 { font-size:24px;}
  .fnt_40 { font-size:26px;}

  .fnt_42 { font-size:26px;}
  .fnt_44 { font-size:26px;}
  .fnt_46 { font-size:28px;}
  .fnt_48 { font-size:28px;}
  .fnt_50 { font-size:30px;}
  .fnt_52 { font-size:30px;}
  .fnt_54 { font-size:30px;}
  .fnt_56 { font-size:32px;}
  .fnt_58 { font-size:32px;}
  .fnt_60 { font-size:34px;}
  .fnt_70 { font-size:44px;}
  .fnt_80 { font-size:50px;}
}
@media only screen and (max-width: 950px) {
  .fnt_32 { font-size:22px;}
  .fnt_34 { font-size:22px;}
  .fnt_36 { font-size:24px;}
  .fnt_38 { font-size:24px;}
  .fnt_40 { font-size:24px;}

  .fnt_42 { font-size:24px;}
  .fnt_44 { font-size:24px;}
  .fnt_46 { font-size:24px;}
  .fnt_48 { font-size:26px;}
  .fnt_50 { font-size:26px;}
  .fnt_52 { font-size:26px;}
  .fnt_54 { font-size:28px;}
  .fnt_56 { font-size:28px;}
  .fnt_58 { font-size:28px;}
  .fnt_60 { font-size:30px;}
  .fnt_70 { font-size:30px;}
  .fnt_80 { font-size:40px;}

  .title.fnt_30 { font-size:26px;}
  .title.fnt_32 { font-size:26px;}
  .title.fnt_34 { font-size:28px;}
  .title.fnt_36 { font-size:28px;}
  .title.fnt_38 { font-size:30px;}
  .title.fnt_40 { font-size:30px;}
  .title.fnt_42 { font-size:32px;}
  .title.fnt_44 { font-size:32px;}
  .title.fnt_46 { font-size:34px;}
  .title.fnt_48 { font-size:34px;}
  .title.fnt_50 { font-size:36px;}
  .title.fnt_52 { font-size:36px;}
  .title.fnt_54 { font-size:36px;}
  .title.fnt_56 { font-size:38px;}
  .title.fnt_58 { font-size:38px;}
  .title.fnt_60 { font-size:40px;}
  .title.fnt_70 { font-size:40px;}
}
@media only screen and (max-width: 767px) {
  .fnt_14 { font-size:12px;}
  .fnt_16 { font-size:14px;}

  .fnt_20 { font-size:16px;}
  .fnt_22 { font-size:16px;}
  .fnt_24 { font-size:16px;}
  .fnt_26 { font-size:16px;}
  .fnt_28 { font-size:18px;}
  .fnt_30 { font-size:18px;}
  .fnt_32 { font-size:18px;}
  .fnt_34 { font-size:18px;}
  .fnt_36 { font-size:18px;}
  .fnt_38 { font-size:18px;}
  .fnt_40 { font-size:20px;}
  .fnt_42 { font-size:20px;}
  .fnt_44 { font-size:20px;}
  .fnt_46 { font-size:20px;}
  .fnt_48 { font-size:20px;}
  .fnt_50 { font-size:22px;}
  .fnt_52 { font-size:22px;}
  .fnt_54 { font-size:22px;}
  .fnt_56 { font-size:22px;}
  .fnt_58 { font-size:22px;}
  .fnt_60 { font-size:22px;}
  .fnt_70 { font-size:22px;}
  .fnt_80 { font-size:30px;}
  .title.fnt_30 { font-size:22px;}
  .title.fnt_32 { font-size:22px;}
  .title.fnt_34 { font-size:24px;}
  .title.fnt_36 { font-size:24px;}
  .title.fnt_38 { font-size:26px;}
  .title.fnt_40 { font-size:26px;}
  .title.fnt_42 { font-size:30px;}
  .title.fnt_44 { font-size:30px;}
  .title.fnt_46 { font-size:32px;}
  .title.fnt_48 { font-size:32px;}
  .title.fnt_50 { font-size:34px;}
  .title.fnt_52 { font-size:34px;}
  .title.fnt_54 { font-size:34px;}
  .title.fnt_56 { font-size:36px;}
  .title.fnt_58 { font-size:36px;}
  .title.fnt_60 { font-size:38px;}
  .title.fnt_70 { font-size:38px;}
}
