* {
	box-sizing: border-box !important;
	word-break: break-word !important;
}
@font-face {
    font-family: "sourcehansanssc-regular";
    src: ;
}
@font-face {
  font-family: 'wy_iconfont';  /* project id 2650718 */
  src:  format('woff2'),
        format('woff'),
        format('truetype');
}
.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;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* track */
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
/* handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
/* handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--wy_color);
}
/*end*/
/*文字*/
:root {
	--wy_fs_bannerbig: 48px;
	--wy_fsone: 38px;
	--wy_fstwo: 30px;
	--wy_fsthree: 26px;
	--wy_fsfour: 22px;
	--wy_fsfive: 18px;
	--wy_fssix: 16px;
	--wy_color: #27429d;
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
	:root {
		--wy_fsone: 34px;
		--wy_fstwo:30px;
		--wy_fsthree: 22px;
		--wy_fsfour: 18px;
		--wy_fsfive: 16px;
		--wy_fssix: 14px;
	}

   
}
@media only screen and (max-width:1024px) and (min-width:769px) {
	:root {
		--wy_fsone:28px;
		--wy_fstwo: 24px;
		--wy_fsthree: 20px;
		--wy_fsfour: 18px;
		--wy_fsfive: 16px;
		--wy_fssix: 14px;
	}
}
/*phone*/
@media only screen and (max-width:768px) {
	:root {
		--wy_fs_bannerbig: 30px;
		--wy_fsone: 26px;
		--wy_fstwo: 22px;
		--wy_fsthree: 20px;
		--wy_fsfour: 18px;
		--wy_fsfive: 16px;
		--wy_fssix: 14px;
	}
  /*鑫台创首页*/
  #c_static_001-1659762128937 .e_container-5{max-height:400px!important}
}
h1 span,
h1 * {
	font-size: var(--wy_fsone) !important;
}

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;
}
/*flex弹性布局*/
.wy_flex {
	display: -webkit-box;
	/* 老版本语法: safari, ios, android browser, older webkit browsers. */
	display: -moz-box;
	/* 老版本语法: firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: ie 10 */
	display: -webkit-flex;
	/* 新版本语法: chrome 21  */
	display: flex;
	/* 新版本语法: opera 12.1, firefox 22  */
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.wy_flexwrap {
	display: -webkit-box;
	/* 老版本语法: safari, ios, android browser, older webkit browsers. */
	display: -moz-box;
	/* 老版本语法: firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: ie 10 */
	display: -webkit-flex;
	/* 新版本语法: chrome 21  */
	display: flex;
	/* 新版本语法: opera 12.1, firefox 22  */
	-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;
}
/*end*/
/*波浪動畫*/
@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%;
}
.s_button3:before{
 content:"";
 position:absolute;
 bottom:0px;
 left:50%;
 transform:translatex(-50%);
 width:0px;
 height:3px;
 background:var(--wy_color);
 transition:all .5s;
}
.s_button3:hover:before{
 width:100%;
}
/*通用样式*/
/*首页标题*/
.home_title{
 width:100%;
 position:relative;
 text-align:center;
}
.title_img img{
 width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
 margin:0 auto;
}
.title_cn{
 font-size:var(--wy_fsone);
 color:#333;
 line-height:var(--wy_fsone);
 margin-top:-15px;
}
.title_line{
  width:30px;
  height:3px;
  background:#c1193c;
  margin:20px auto 0;
}
/*end*/
@media only screen and (min-width: 769px){
  .wy_pchide{
   display:none;
  }
  .wy_mohide{
   display:block;
  }
}
@media only screen and (max-width: 768px){
  .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;
  }
  .title_img img{
   max-width:200px;
  }
}
.wy_cate{
 width:100%;
 height:45px;
 line-height:45px;
 text-align:center;
 font-size:14px;
 color:#fff;
 background:var(--wy_color);
}
.wy_backbtn {
    background: #f5f5f5;
    text-align: right;
    padding: 6px 14px;
    color: #000;
    font-size: 24px;
}

/*end*/
/*面包屑*/
.p_breadcrumb{
 justify-content:flex-end;
}
.p_breadcrumb .p_breadcrumbitem *{
 color:#a6a6a7;
 font-size:14px;
}
/*分类高亮*/
.s_button3.wy_click:before{
  width:100%;
}
.s_button3.wy_click *{
 color:var(--wy_color);
}
/*内页banner*/
.e_bannera-2 .p_info{
 width:94%!important;
 max-width:1550px;
 text-align:center!important;
}
.e_bannera-2 .p_subtitle{
  font-size:var(--wy_fsthree)!important;
  color:#fff!important;
  text-transform:uppercase;
}
.e_bannera-2 .p_btitle{
 font-size:var(--wy_fs_bannerbig);
 color:#fff;
}
.e_bannera-2 .p_summary{
 font-size:var(--wy_fssix);
 color:#666;
}
.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);
}
@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;
  }
}
/*首页产品展示*/
@media only screen and (max-width:1670px) {
  #c_static_001-1659762128937 .e_loop-4 .p_loopitem .e_container-5:before{
   content: "";
   position: absolute;
   top: 0px;
   left:0px;
   width:100%!important;
   height:100%!important;
   z-index:1;
  }
  #c_static_001-1659762128937 .e_loop-4 .p_loopitem:nth-child(1) .e_container-5:before{
   background: url(/uploads/image/opncimage/8492f9e7-0b54-4afb-be9f-7db0ee0d06bb.png) no-repeat center;
  }
  #c_static_001-1659762128937 .e_loop-4 .p_loopitem:nth-child(2) .e_container-5:before{
   background: url(/uploads/image/opncimage/ec522b03-0608-4962-b23a-83850dd71518.png) no-repeat center;
  }
  #c_static_001-1659762128937 .e_loop-4 .p_loopitem:nth-child(3) .e_container-5:before{
   background: url(/uploads/image/opncimage/641fdc10-6310-473e-b902-68a68f840b58.png) no-repeat center;
  }
  #c_static_001-1659762128937 .e_loop-4 .p_loopitem:nth-child(4) .e_container-5:before{
   background: url(/uploads/image/opncimage/5667bdb4-f3dc-45f5-be1f-b2652bf63e2e.png) no-repeat center;
  }
  #c_static_001-1659762128937 .e_container-6{
   left:50%;
  }
  #c_static_001-1659762128937 .e_text-7,#c_static_001-1659762128937 .e_text-8{
   min-height:0!important;
  }
}