* {
	box-sizing: border-box !important;
	word-break: break-word !important;
   font-family: "Oswald-Regular";
  word-wrap:break-word;
  word-break:normal;
}
@font-face {
    font-family: "Oswald-Regular";
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023033117301656968/cms/file/063110fa-92fe-47cb-88b5-d79c7172927f.ttf?cmsTs=1684312051068);
}
@font-face {
    font-family: "MFJianHei";
    src: url(../font/bd9c947c-0a64-486e-ae22-1cae18ded863.TTF);
}
@font-face {
  font-family: 'wy_iconfont';  /* Project id 2650718 */
  src: url('../font/font_2650718_qqr679ivdn.woff2') format('woff2'),
       url('../font/font_2650718_qqr679ivdn.woff') format('woff'),
       url('../font/font_2650718_qqr679ivdn.ttf') format('truetype');
}
@font-face {
  font-family: 'cc_iconfont';  /* Project id 4059912 */
  src: url('../font/font_4059912_ow9ma55v0i.woff2') format('woff2'),
       url('../font/font_4059912_ow9ma55v0i.woff') format('woff'),
       url('../font/font_4059912_ow9ma55v0i.ttf') format('truetype');
}
.wy_iconfont{
 font-family: 'wy_iconfont'!important; 
 font-style:normal!important;
}
.cc_iconfont{
 font-family: 'cc_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: 60px;
	--wy_FSOne: 48px;
	--wy_FSTwo: 30px;
	--wy_FSThree: 24px;
	--wy_FSFour: 20px;
	--wy_FSFive: 18px;
	--wy_FSSix: 16px;
	--wy_Color: #014099;
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
	:root {
        --wy_FS_BannerBig:40px;
		--wy_FSOne: 34px;
		--wy_FSTwo:26px;
		--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_FS_BannerBig:32px;
		--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:28px;
		--wy_FSOne: 26px;
		--wy_FSTwo: 22px;
		--wy_FSThree: 20px;
		--wy_FSFour: 18px;
		--wy_FSFive: 16px;
		--wy_FSSix: 14px;
	}
}
/*华程导航*/
@media only screen and (max-width:1500px) {
  .nav_tel{
   display:none!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%;
}

/*通用样式*/
@media only screen and (min-width: 769px){
  .wy_Pchide{
   display:none;
  }
  .wy_Mohide{
   display:block;
  }
  .wy_CateList{
    justify-content:center;
  }
}
@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;
  }
  .s_button3{
   border-bottom:1px solid #ddd;
  }
}
.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 .p_breadcrumbItem *{
 color:#a6a6a7;
 font-size:14px;
}
.p_breadcrumb .p_breadcrumbItem:not(:first-child)::before{
  content:"/"!important;
}
/*分类高亮*/
.s_button3.wy_Click{
 color:var(--wy_Color);
}
.s_button3.wy_Click *{
 color:rgba(212,0,0,1);
}
/*内页banner*/
.e_bannerA-2 .p_info{
 width:94%!important;
 max-width:1200px;
 text-align:left!important;
}

.e_bannerA-2 .p_subtitle{
  font-size:var(--wy_FSOne)!important;
  line-height:1.5!important;
  padding:0!important;
  color:#fff!important;
  font-weight:bold;
  text-transform:uppercase;
}
.e_bannerA-2 .p_btitle{
 font-size:40px;
 color:#fff;
 line-height:2;
 letter-spacing:2px;
 font-weight:bold;
 font-family: "MicrosoftYaHei_light"!important;
  text-align:center;
}
.e_bannerA-2 .p_btitle *{
  font-family: "MicrosoftYaHei_light"!important;
}
.e_bannerA-2 .p_summary{
 font-size:var(--wy_FSSix);
 color:#fff;
  text-align:center;
}
.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;
  }
}
/*首页标题*/
.home_title{
  position:relative;
  text-align:center;
}
.home_title .title_cn{
  font-size:var(--wy_FSOne);
  line-height:var(--wy_FSOne);
  color:var(--wy_Color);
  font-family: "MFJianHei"!important;
  position:relative;
  z-index:1;
}
.home_title .title_cn span{
  position:relative;
  padding:0 5px;
  font-family: "MFJianHei"!important;
}
.home_title .title_cn span:before{
  content:"";
  position:absolute;
  top:50%;
  left:-50px;
  transform:translateY(-50%);
  width:45px;
  height:2px;
  background:#e77a19;
}
.home_title .title_cn span:after{
  content:"";
  position:absolute;
  top:50%;
  right:-50px;
  transform:translateY(-50%);
  width:45px;
  height:2px;
  background:#e77a19;
}
.home_title .title_en{
  font-size:var(--wy_FS_BannerBig);
  color:#fff;
  text-transform:uppercase;
  line-height:var(--wy_FS_BannerBig);
  margin-top:-22px;
  text-shadow:4px 8px 10px rgba(0,0,0,.05);
  font-weight:bold;
}
/*end*/


.cc_index_tit{
  position:relative;
}
.cc_index_tit p{
font-size:30px;
  color:#1c1210;
  text-align:center;
      position: relative;
    z-index: 1;
  font-weight:bold;
}
.cc_index_tit span{
font-size: 66px;
   background-image:-webkit-linear-gradient(#eae9e8, #fff);
  -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald-Bold";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  z-index:0;
}
.cc_index_tit:after{
content:"";
     width: 100px;
    height: 2px;
    background: var(--wy_Color);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -20px;
}
.cc_por_tit{
display:flex;
      border-bottom-color: rgba(208, 208, 209, 1);
    border-bottom-style: solid;
    border-bottom-width: 2px;
      justify-content: space-between;
      align-items: center;
}
.cc_por_tit1{
color:#d0312b;
  font-weight:bold;
  font-size:30px;
      border-bottom-color: #2451aa;
    border-bottom-style: solid;
    border-bottom-width: 2px;
      margin-bottom: -2px;
      line-height: 2.2;
}
.cc_por_tit2 a{
font-size:14px;
  color:#d0312b;
}
@media only screen and (max-width: 768px){
.cc_index_tit span{
  font-size: 40px;
  width:100%;
  text-align:center;
  }

  .cc_index_tit p{
  font-size:26px;
  }

}

.cc_lx_left{
background:#000;
  color:#fff;
      text-align: center;
    padding: 25px 0;
}
.cc_lx_left_icon .cc_iconfont{
font-size:50px;
}
.cc_lx_left_tel a{
font-size:28px;
  font-weight:bold;
}
.cc_lx_left_tit{
font-size:14px;
  margin:10px 0;
}

.cc_lx_left_ant{
background-color: #d40000;
      padding: 8px 15px;
    font-size: 14px;
  max-width:105px;
  margin:10px auto;
}