* {
	box-sizing: border-box !important;
	word-break: break-word !important;
   font-family: "AlibabaPuHuiTi 2 45 Light";
      text-align: justify;
}
@font-face {
    font-family: "Barlow-SemiBold";
    src: url(../font/f5fc2add-b4ea-4a6b-ab7e-69c15fd50f01.ttf);
}

.wy_iconfont{
 font-family: 'wy_iconfont'!important; 
 font-style:normal!important;
}
body{
   overflow-x: hidden !important;
}
a {
	cursor: pointer;
	text-decoration: none !important;
}
a:focus,
a:active,
a:hover,
a:visited {
	outline: none !important;
	text-decoration: none !important;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--wy_Color);
}


:root {
  --yx_FS100: 100px;
  --yx_FS72: 72px;
  --yx_FS60: 60px;
  --yx_FS54: 54px;
  --yx_FS48: 48px;
  --yx_FS45: 45px;
  --yx_FS42: 42px;
  --yx_FS40: 40px;
  --yx_FS38: 38px;
  --yx_FS36: 36px;
  --yx_FS30: 30px;
  --yx_FS28: 28px;
  --yx_FS24: 24px;
  --yx_FS22: 22px;
  --yx_FS20: 20px;
  --yx_FS18: 18px;
  --yx_FS16: 16px;
  --yx_FS14: 14px;
  --yx_Color: #2568b3;
  --yx_CTwo: #231815;
  --yx_Grad: linear-gradient(120deg, #1ea83a, #1d327c);
}

@media only screen and (max-width:1440px){
  :root {
    --yx_FS100: 85px;
    --yx_FS72: 54px;
    --yx_FS60: 48px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 42px;
    --yx_FS42: 38px;
    --yx_FS40: 32px;
    --yx_FS38: 30px;
    --yx_FS36: 28px;
    --yx_FS30: 26px;
    --yx_FS28: 24px;
    --yx_FS24: 22px;
    --yx_FS22: 18px;
    --yx_FS18: 16px;
    --yx_FS16: 14px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --yx_FS100: 80px;
    --yx_FS72: 42px;
    --yx_FS60: 45px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 38px;
    --yx_FS42: 36px;
    --yx_FS40: 32px;
    --yx_FS38: 28px;
    --yx_FS36: 26px;
    --yx_FS30: 24px;
    --yx_FS28: 22px;
    --yx_FS24: 20px;
    --yx_FS22: 16px;
    --yx_FS18:16px;
    --yx_FS16:14px;
    --yx_FS14:12px;
  }
}
@media only screen and (min-width:0px) {

}

@media only screen and (min-width:769px) and (max-width:0px){

}

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

  :root {
    --yx_FS100: 54px;
    --yx_FS72: 36px;
    --yx_FS60: 42px;
    --yx_FS54: 38px;
     --yx_FS48: 32px;
     --yx_FS40: 26px;
     --yx_FS30: 20px;
     --yx_FS20: 18px;
    
  }
}



h2 span,
h2 * {
	font-size: var(--wy_FSTwo) !important;
}

h3 span {
	font-size: var(--wy_FSThree) !important;
}

h4 span,
h4 * {
	font-size: var(--wy_FSFour) !important;
}

h5 span,
h5 * {
	font-size: var(--wy_FSFive) !important;
}

h6 span,
h6 * {
	font-size: var(--wy_FSSix) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
   margin-bottom:0;
}
.s_templatetitle{
    color: #fff;
}

.wy_flex {
	display: -webkit-box;
	
	display: -moz-box;
	
	display: -ms-flexbox;
	
	display: -webkit-flex;
	
	display: flex;
	
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.wy_flexWrap {
	display: -webkit-box;
	
	display: -moz-box;
	
	display: -ms-flexbox;
	
	display: -webkit-flex;
	
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wy_flexJbetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wy_flexJend {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.wy_flexJcenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wy_flexAend {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.wy_flexAcenter {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}


@keyframes move_wave {
 	0% {
 		transform: translateX(0) translateZ(0) scaleY(1)
 	}

 	50% {
 		transform: translateX(-25%) translateZ(0) scaleY(0.55)
 	}

 	100% {
 		transform: translateX(-50%) translateZ(0) scaleY(1)
 	}
 }

.s_button4:before, .s_button4:after, .s_button4 span:before, .s_button4 span:after{
    display: block;
    position: absolute;
    background: var(--wy_Color);
    content:'';
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.s_button4:before{
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}
.s_button4:after{
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}
.s_button4 span:before{
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}
.s_button4 span:after{
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
}
.s_button4:hover:before{
 width:100%;
}
.s_button4:hover:after{
 height:100%;
 width:1px;
 background:var(--wy_Color);
}
.s_button4:hover span:before{
 width:100%;
}
.s_button4:hover span:after{
 height:100%;
}


@media only screen and (min-width: 769px){
  .wy_Pchide{
   display:none;
  }
  .wy_Mohide{
   display:block;
  }
}
@media only screen and (max-width: 768px){
  .e_bannerA-2 .p_btitle a{
      font-size: 24px !important;
  }
  .wy_Pchide{
   display:block;
  }
  .wy_Mohide{
   display:none;
  }
  .wy_CateList{
    position: fixed!important;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .s_button3{
   border-bottom:1px solid #ddd;
  }

  .s_button3:before{
   display:none;
  }
}
.wy_Cate{
 width:100%;
 height:45px;
 line-height:45px;
 text-align:center;
 font-size:14px;
 color:#fff;
 background:#2b2c8b;
}
.wy_backBtn {
    background: #f5f5f5;
    text-align: right;
    padding: 6px 14px;
    color: #000;
    font-size: 24px;
    display: none;
}



.p_breadcrumb{
 justify-content:flex-end;
}
.p_breadcrumb .p_breadcrumbItem *{
 color:#a6a6a7;
 font-size:14px;
}

.s_button3.wy_Click:before{
  width:36px;
}
.s_button3.wy_Click *{
 color:var(--wy_Color);
}

.e_bannerA-2 .p_info{
 width:94%!important;
 max-width:1540px;
 text-align:left!important;
}
.e_bannerA-2 .p_subtitle{
 font-size: 24px;
 color: #fff;
 text-transform: uppercase;
      font-family: "SourceHanSansCN ExtraLight";
    font-size: var(--yx_FS36);
    text-align: center;
}
.e_bannerA-2 .p_subtitle{
    margin-top: 10px;
    letter-spacing: 2px;
}
.e_bannerA-2 .p_btitle{
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
   text-align: left;
  font-weight:bold;
   text-align: center;
      max-width: 790px;
    margin: 0 auto;
}
.e_bannerA-2 .p_btitle a{
    font-size: var(--yx_FS60);
      font-family: "Big John PRO";
  text-transform: uppercase;
    opacity: 0.48;
}
.e_bannerA-2 .p_summary{
 font-size:var(--wy_FSSix);
 color:#fff;
}
.e_bannerA-2 .banner_line{
  width:2px!important;
  height:40px;
  background:#fff;
  margin:30px auto;
  -webkit-animation: scroll-icon 2.8s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
 animation: scroll-icon 2.8s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
      display: none;
}
@keyframes scroll-icon{
  0% {
    -webkit-transform:translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}

.home_title{
  position:relative;
  padding-left:25px;
  border-left:4px solid var(--wy_Color);
}
.home_title .title_cn{
  font-size:var(--wy_FSOne);
  text-transform:uppercase;
  line-height:var(--wy_FSOne);
  color:#333;
  font-weight:bold;
}
.home_title .title_cn span{
  color:var(--wy_Color);
}
.home_title .title_en{
  font-size:var(--wy_FSFour);
  color:#9b9b9b;
  text-transform:uppercase;
  line-height:var(--wy_FSFour);
  font-family: "Barlow-SemiBold"!important;
  margin-top:15px;
}


.btn:focus{
    box-shadow: none;
}





div::-webkit-scrollbar { width: 5px; height: 5px; background-color: #ddd; }
div::-webkit-scrollbar-track { border-radius: 0; background-color: #ddd; }
div::-webkit-scrollbar-thumb { border-radius: 0; width: 17px; height: 17px; background-color: var(--yx_Color); }