@font-face {
    font-family: "Alibaba-PuHuiTi-Bold";
    src: url(../font/Alibaba-PuHuiTi-Bold.otf);
}
@font-face {
    font-family: "Alibaba-PuHuiTi-Regular";
    src: url(../font/Alibaba-PuHuiTi-Regular.otf);
}
@font-face {
    font-family: "Oswald-Regular";
    src: url(../font/Oswald-Regular.woff2);
}
*{
  font-family: "Alibaba-PuHuiTi-Regular";
  word-break:break-word!important;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%; /*旋转屏幕时，字体大小调整的问题*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,::after,::before {
	box-sizing: border-box
}
.ph_b{
  font-family: "Alibaba-PuHuiTi-Bold";
}
.w1680{
  width:87.5%;
  margin:0 auto;
}
.w1600{
  width:83.33%;
  margin:0 auto;
}
.w1440{
  width:75%;
  margin:0 auto;
}
.w1280{
  width:66.8%;
  margin:0 auto;
}
@media only screen and (max-width: 1440px) {
  .w1680{
    width:90%;
    margin:0 auto!important;
  }
  .w1600{
    width:90%;
  }
  .w1440{
    width:90%;
  }
  .w1280{
    width:90%;
 }
}
.icon{
  margin:0;
}
.swiper{
  overflow: hidden;
}
/*省略*/
.txt1{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}
.txt2{
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 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_Color: #124390;
    --wy_ColorTwo:#333;
}
/*弹性布局*/
.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;
}
/*end*/

/*font-size*/
.f12 { font-size:12px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f24 { font-size:24px;}
.f26 { font-size:26px;}
.f28 { font-size:28px;}
.f30 { font-size:30px;}
.f32 { font-size:32px;}
.f34 { font-size:34px;}
.f36 { font-size:36px;}
.f38 { font-size:38px;}
.f40 { font-size:40px;}

.f42 { font-size:42px;}
.f44 { font-size:44px;}
.f46 { font-size:46px;}
.f48 { font-size:48px;}
.f50 { font-size:50px;line-height: 1.3;}
.f52 { font-size:52px;line-height: 1.3;}
.f54 { font-size:54px;line-height: 1.3;}
.f56 { font-size:56px;line-height: 1.3;}
.f58 { font-size:58px;line-height: 1.3;}
.f60 { font-size:60px;line-height: 1.3;}
.f64 { font-size:64px;line-height: 1.3;}
.f70 { font-size:70px;line-height: 1.3;}
.f72 { font-size:72px;line-height: 1.3;}
.f80 { font-size:80px;line-height: 1.3;}
.f100 { font-size:100px;line-height: 1.3;}
.f110 { font-size:110px;line-height: 1.3;}
.f120{ font-size:120px;line-height: 1.1;}
.f150{ font-size:150px;line-height: 1.1;}

@media only screen and (max-width: 1600px) {
  .f22 { font-size:20px;}
  .f24 { font-size:22px;}
  .f26 { font-size:24px;}
  .f28 { font-size:26px;}
  .f30 { font-size:28px;}
  .f32 { font-size:30px;}
  .f34 { font-size:32px;}
  .f36 { font-size:34px;}
  .f38 { font-size:36px;}

  .f40 { font-size:38px;}
  .f42 { font-size:38px;}
  .f44 { font-size:38px;}
  .f46 { font-size:40px;}
  .f48 { font-size:40px;}
  .f50 { font-size:40px;}
  .f52 { font-size:42px;}
  .f54 { font-size:42px;}
  .f56 { font-size:42px;}
  .f58 { font-size:44px;}
  .f60 { font-size:44px;}
  .f64 { font-size:50px;}
  .f70 { font-size:60px;}
  .f72 { font-size:62px;}
  .f80 { font-size:70px;}
  .f100 { font-size:90px;}
  .f110 { font-size:90px;}
  .f120 { font-size:100px;}
  .f150 { font-size:130px;}
}
@media only screen and (max-width: 1440px) {
  .f18 { font-size:16px;}
  .f20 { font-size:18px;}
  .f24 { font-size:20px;}
  .f26 { font-size:22px;}
  .f28 { font-size:24px;}
  .f30 { font-size:24px;}
  .f32 { font-size:28px;}
  .f34 { font-size:30px;}
  .f36 { font-size:32px;}
  .f38 { font-size:34px;}

  .f40 { font-size:34px;}
  .f42 { font-size:36px;}
  .f44 { font-size:36px;}
  .f46 { font-size:38px;}
  .f48 { font-size:38px;}
  .f50 { font-size:38px;}
  .f52 { font-size:40px;}
  .f54 { font-size:40px;}
  .f56 { font-size:40px;}
  .f58 { font-size:42px;}
  .f60 { font-size:42px;}
  .f64 { font-size:44px;}
  .f70 { font-size:50px;}
  .f72 { font-size:52px;}
  .f80 { font-size:60px;}
  .f100 { font-size:70px;}
  .f110 { font-size:70px;}
  .f120 { font-size:80px;}
  .f150 { font-size:110px;}
}

@media only screen and (max-width: 1200px) {
  .f16 { font-size:14px;}
  .f18 { font-size:16px;}
  .f20 { font-size:17px;}
  .f22 { font-size:18px;}
  .f24 { font-size:18px;}
  .f26 { font-size:20px;}
  .f28 { font-size:22px;}
  .f30 { font-size:22px;}
  .f32 { font-size:26px;}
  .f34 { font-size:28px;}
  .f36 { font-size:30px;}
  .f38 { font-size:30px;}

  .f40 { font-size:30px;}
  .f42 { font-size:30px;}
  .f44 { font-size:30px;}
  .f46 { font-size:32px;}
  .f48 { font-size:32px;}
  .f50 { font-size:32px;}
  .f52 { font-size:34px;}
  .f54 { font-size:34px;}
  .f56 { font-size:34px;}
  .f58 { font-size:36px;}
  .f60 { font-size:36px;}
  .f64 { font-size:40px;}
  .f70 { font-size:50px;}
  .f72 { font-size:50px;}
  .f80 { font-size:50px;}
  .f100 { font-size:60px;}
  .f110 { font-size:60px;}
  .f120 { font-size:70px;}
  .f150 { font-size:100px;}
}
@media only screen and (max-width: 767px) {
  .f16 { font-size:14px;}
  .f18 { font-size:14px;}
  .f20 { font-size:16px;}
  .f22 { font-size:16px;}
  .f24 { font-size:18px;}
  .f26 { font-size:18px;}
  .f28 { font-size:20px;}
  .f30 { font-size:20px;}
  .f32 { font-size:22px;}
  .f34 { font-size:22px;}
  .f36 { font-size:24px;}
  .f38 { font-size:24px;}
  .f40 { font-size:24px;}
  .f42 { font-size:24px;}
  .f44 { font-size:24px;}
  .f46 { font-size:24px;}
  .f48 { font-size:25px;}
  .f50 { font-size:25px;}
  .f52 { font-size:25px;}
  .f54 { font-size:26px;}
  .f56 { font-size:26px;}
  .f58 { font-size:26px;}
  .f60 { font-size:28px;}
  .f64 { font-size:28px;}
  .f70 { font-size:28px;}
  .f72 { font-size:28px;}
  .f80 { font-size:30px;}
  .f100 { font-size:40px;}
  .f110 { font-size:40px;}
  .f120 { font-size:50px;}
  .f150 { font-size:80px;}
}

/*头部*/
.header {
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
	transition: all .5s;
  background:#333;
}
.header.active {
	background: #333;
}
.header:hover {
	background: #333;
}
.header .header_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	margin: 0 0 0 auto;
}
.header_logo {
	width:19%;
	max-width: 250px;
}
.header_logo .white_logo{
	display: block;
}
.header_logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transition: none;
}
.nav_con {
	width: calc(81% - 25vw);
}
.nav_con > .nav_close {
	display: none;
}
.nav_con > ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.nav_con > ul li {
	padding: 0 1.3vw;
	position: relative;
}
.nav_con > ul li .nav_yj_name {
	display: inline-block;
	color: #fff;
	position: relative;
	line-height: 100px;
	transition: all 0.5s;
	text-transform: capitalize;
}
.nav_con > ul li .nav_yj_name:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 2px;
	transition: all .5s;
	background: var(--wy_Color);
}
.nav_con > ul li:hover .nav_yj_name:before {
	width: 100%;
}
.header:hover .nav_con > ul li .nav_yj_name {
	color: #fff;
}
.header.active .nav_con > ul li .nav_yj_name {
	color: #fff;
}
.nav_ej {
	position: absolute;
	background: #fff;
	width: 100%;
	min-width: 170px;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	display: none;
	box-shadow: inset 0 0 20px rgba(0,0,0,.05);
}
.nav_ej > a {
	display: block;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #333;
	border-bottom: 1px solid #f2f2f2;
}
.nav_ej a:hover {
	color: var(--wy_Color);
	font-weight: bold;
}
.nav_right {
	width: 25vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav_right .icon {
	fill: #fff;
}
.nav_search{
  width:calc(100% / 3);
  height:100px;
  text-align: center;
  border-left:1px solid rgba(255,255,255,.1);
}
.nav_search .icon {
	width: 24px;
	height: auto;
}
.header:hover .icon {
	fill: #fff;
}
.header.active .icon {
	fill: #fff;
}
.nav_lang {
	width:calc(100% / 3);
	height: 100px;
	border-left: 1px solid rgba(255,255,255,.1);
	position: relative;
}
.nav_lang >span {
	width:100%;
	height:100%;
	color: #fff;
}
.nav_lang >span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.lang span{
  padding:0 20px 0 10px;
  position:relative;
  color: #fff;
}
.lang span:before{
content:"";
position:absolute;
top:50%;
right: 0;
transform:translateY(-50%);
width:0;
height:0;
border-style: solid;
    border-width: 9px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
}
.nav_lang_box {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%) translateY(100px);
	width:120px;
	padding-top: 6px;
	opacity: 0;
	transition: all .5s;
	display: none;
}
.nav_lang:hover .nav_lang_box {
	display: block;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.nav_lang_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #fff transparent;
}
.nav_lang_item {
	padding: 0 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.nav_lang_box a {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #333;
}
.nav_lang_box a:hover {
	color: var(--wy_Color);
}
.nav_tel{
	width:calc(100% / 3);
	height: 100px;
	border-left: 1px solid rgba(255,255,255,.1);
	position: relative;
	color: #fff;
}
.nav_tel span{
  padding-left: 10px;
  text-transform: capitalize;
  color: #fff;
}
.nav-button {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header .header_box{
		width: 90%;
		margin: 0 auto;
	}
	.header_logo{
		width:35%;
		margin:10px 0;
	}
	.header_logo a{
		width:100%;
		height:45px;
		display: flex;
		align-items: center;
	}
	.header_logo img{
		max-height:45px;
	}
	.nav_con{
			position: fixed;
			width: 100%;
			height: 100%;
			right: -100%;
			top: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 2;
			display: flex;
			justify-content: flex-end;
			transition: all 0.5s;
			padding: 0;
	}
	.nav_con.active{
		right:0;
	}
	.nav_con > .nav_close{
		display:block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.nav_close .icon{
		width:30px;
		height:auto;
    fill:#333!important;
	}
	.nav_con > ul{
			display: block;
			background: #fff;
			width: 80%;
			padding: 60px 20px 0;
			margin: 0;
	}
	.nav_con > ul li{
		border-bottom:1px solid #ddd;
	}
	.nav_con > ul li .nav_yj_name{
		line-height:50px;
    color:#333!important;
	}
	.nav_con > ul li .nav_yj_name:before{
		display:none;
	}
	.nav_con > ul li .nav_arrow{
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024070315523249084/cms/image/facdd924-eb03-4478-a8d6-17904d138cae.png) no-repeat;
			width: 12px;
			height: 8px;
			background-size: 100%;
			position: absolute;
			right: 5px;
			top:20px;
			transition: all 0.5s;
	}
	.nav_con > ul li.active .nav_arrow{
		transform:rotate(180deg);
	}
	.nav_ej{
	position: unset;
			box-shadow: none;
			transform: translateX(0%);
			width: 100%;
			border-radius: 0;
			padding-left:20px;
	}
	.nav_ej a{
		font-size:14px;
		text-align:left;
		line-height:44px;
		border-bottom:1px solid #f2f2f2;
		display:block;
		width:100%;
	}
	.nav_right{
		width:130px;
	}
	.nav_search{
    width:40%;
		height:65px;
	}
	.nav_lang{
		width:60%;
		height:65px;
	}
	.nav_tel{
		display: none;
	}
	.nav-button{
		display:block;
		line-height: 1;
	}
	.nav-button .icon{
		width:40px;
		height:auto;
	}
}
/*底部*/
.footer{
   width:100%;
   background: url(../image/db_bg.jpg) no-repeat center;
   background-size: cover;
   overflow: hidden;
}
.footer_top{
	padding:4.16vw 0 2.6vw;
}
.footer_nav_li{
   width:auto;
}
.footer_nav_li .footer_nav_menu1 a{
   color: #fff;
   text-transform: uppercase;
}
.footer_nav_ej{
  margin-top: 15px;
}
.footer_nav_menu2 a{
   color: #ebeef2;
   opacity:0.5;
   line-height: 36px;
}
.footer_nav_menu2 a:hover{
	text-decoration: underline;
}
.footer_bottom{
	width:100%;
	padding:25px 0;
	border-top: 1px solid rgba(255,255,255,.05);
}
.footer_bottom_left{
	width:60%;
}
.footer_bottom_left *{
	color: #ebeef2;
    opacity:0.5;
    line-height: 40px;
}
.footer_bottom_right{
  width:40%;
}
.footer_media {
	justify-content: flex-end;
}
.footer_media .media_li {
	position: relative;
	margin-left: 0.5vw;
	cursor: pointer;
	transition: all .5s;
}
.footer_media .media_icon {
  width:40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
  transition:all .5s;
}
.footer_media .media_li:hover .media_icon {
	background:var(--wy_Color);
}
.footer_media .media_icon img {
	width: auto;
	height: auto;
	max-width: 100%;
  max-height: 100%;
}
.footer_media .media_code {
	position: absolute;
	top: -126px;
	left: 50%;
	width: 120px;
  height:120px;
  /*border-radius: 6px;
  background:#fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
	transform: translateX(-50%) translateY(-20px);
	border-radius: 8px;
	opacity: 0;
	transition: all .5s;
	z-index: 5;
}
.footer_media .media_code:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #fff transparent transparent transparent;
}
.footer_media .media_code img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.media_li:hover .media_code {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
}
@media only screen and (max-width: 768px) {
  .footer_nav_li{
    width: 100%;
  }
  .footer_nav_ej{
    display: none;
  }
  .footer_nav_menu1{
    width: 100%;
    line-height: 45px;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  .footer_nav_li:last-child .footer_nav_menu1{
    border-bottom: none;
  }
  .footer_bottom_left{
    width: 100%;
    justify-content:center;
  }
  .footer_bottom_right{
    width: 100%;
  }
  .footer_media{
    justify-content: center;
  }
}
/*内页banner*/
.ny_banner{
	width:100%;
	position: relative;
	margin-top:100px;
}
.ny_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.ny_banner{
		height: 300px;
		margin-top:65px;
	}
}
/*面包屑*/
.hcm_bread{
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.hcm_bread *{
	color: #999;
}
.hcm_bread .current_page{
	text-transform: capitalize;
}
.hcm_bread .bread_page{
	padding-left: 8px;
}
/*表单*/
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/*页码*/
.page{
	text-align: center;
	width: 100%;
	margin-top:3vw;
}
.page_a{
	display: inline-block;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:20px!important;
  background:transparent;
  font-size:16px!important;
  color:#999;
  margin:0 7.5px;
	text-align: center;
}
.page_a.current{
  background:var(--wy_Color);
	color: #fff;
}
.page_a:hover{
  color:#fff;
  background:var(--wy_Color);
}
.page_a.current:hover{
  color:#fff;
  background:var(--wy_Color);
}
.page_a.disabled{
  color:#999;
  background:transparent;
}
.page_a.disabled:hover{
	color:#999;
  background:transparent;
}
@media only screen and (max-width: 800px) {
	.page{
		margin-top: 30px;
	}
  .page_a{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:12px!important;
    margin:0 2px;
  }
}
