@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Microsoft YaHei";
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #1c1c1c;
  background: #fff;
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
}
input,
button,
select,
textarea {
  outline: none;
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #1c1c1c;
  transition: all 0.25s;
  cursor: pointer;
}
img {
  border: none;
  display: inline-block;
}
em,
i {
  font-style: normal;
  display: inline-block;
}
.ibtn {
  display: inline-block;
  padding: 6px 20px;
}
.clear {
  height: 0;
  clear: both;
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
  margin-top: 70px;
}
.mt_80 {
  margin-top: 80px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_100 {
  margin-top: 100px;
}
.padding30 {
  padding: 30px;
}

.padding20 {
  padding: 20px;
}
.padding15 {
  padding: 15px;
}
.padding10 {
  padding: 10px;
}
.padding5 {
  padding: 5px;
}

.lrpadd20 {
  padding: 0 20px;
}
.tbpadd20 {
  padding: 20px 0;
}
.lrpadd15 {
  padding: 0 15px;
}
.tbpadd15 {
  padding: 15px 0;
}
.bordetrbl {
  border: 1px solid #e6e6e6;
}
.borderright {
  border-right: 1px solid #e6e6e6;
}
.borderleft {
  border-left: 1px solid #e6e6e6;
}
.bordertop {
  border-top: 1px solid #e6e6e6;
}
.borderbot {
  border-bottom: 1px solid #e6e6e6;
}

.wrap_1440 {
  width: 1520px;
  margin: 0 auto;
  max-width: 100%;
}
.ellipsis_line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.ellipsis_line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.hvimg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.7s;
}
.hvimghover:hover .hvimg {
  transform: scale(1.1);
}
.hvimghover img.img {
  transition: 1s;
}
.hvimghover:hover img.img {
  transform: scale(1.1);
}
.posrelative {
  position: relative;
}
.posrabsolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.hvop:hover {
  opacity: 0.85;
}
.bggray {
  background: #f8f8f8;
}
.bgwhite {
  background: #fff;
}
.colorred {
  color: #ff5d5d;
}
.colorblue {
  color: #17a7dc;
}
.colorgreen {
  color: #55d679;
}
.coloryellow {
  color: #e3c103;
}
.color999 {
  color: #999;
}
.color96 {
  color: #969696;
}
.color666 {
  color: #666;
}
.color333 {
  color: #333;
}
.color000 {
  color: #000;
}
.colorfff {
  color: #fff;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.disblock {
  display: block;
}
.disnone {
  display: none;
}
.middle {
  vertical-align: middle;
  margin-top: -3px;
}
.tab_content li.tab_content_li {
  display: none;
}
.tab_content li.active {
  display: block;
}
.tab_content1 li.tab_content_li {
  display: none;
}
.tab_content1 li.active {
  display: block;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.max_w100 {
  max-width: 100%;
}
.max_h100 {
  max-height: 100%;
}
.min_w100 {
  min-width: 100%;
}
.min_h100 {
  min-height: 100%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33.33%;
}
.w45 {
  width: 45%;
}
.w46 {
  width: 46%;
}
.w47 {
  width: 47%;
}
.w48 {
  width: 48%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w32 {
  width: 32%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.disflex {
  display: flex;
}
/* .flex1{
	flex: 1;
} */
.flex1 {
  flex: 0;
  flex-grow: 1;
}
.flex_column {
  flex-direction: column;
}
.flex_center {
  align-items: center;
}
.flex_start {
  align-items: flex-start;
}
.flex_end {
  align-items: flex-end;
}
.flex_lr_center {
  justify-content: center;
}
.flex_lr_start {
  justify-content: flex-start;
}
.flex_lr_end {
  justify-content: flex-end;
}
.flex_lmr {
  justify-content: space-between;
}
.flex_wrap {
  flex-wrap: wrap;
}
.bdrls {
  border-radius: 4px;
}
.line_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.line_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.line_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.line_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

/*public*/
.dx {
  text-transform: uppercase;
}
.bgsz {
  background-size: cover !important;
}
.ovhd {
  overflow: hidden;
}
.head_pc {
  display: block;
}
.head_wap {
  display: none;
}
.pc_demo {
  display: block;
}
.wap_demo {
  display: none;
}
.swiper-container-bn {
  width: 100%;
}
.swiper-container-bn .bnimg {
  display: block;
  width: 100%;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.swiper-pagination-bn .swiper-pagination-bullet {
  background: #5aac48;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px !important;
  transition: 0.25s;
  transition: 0.25s;
}
.swiper-pagination-bn .swiper-pagination-bullet-active {
  background: #24478b;
  transform: scale(1.3);
}
.swiper-pagination-bn {
  bottom: 4% !important;
  position: static;
  width: 100%;
  text-align: left;
  padding-left: 3%;
}
.bnb {
  position: absolute;
  width: 100%;
  bottom: 25%;
  z-index: 9;
}
.text12 {
  font-size: 12px;
  line-height: 22px;
}
.text14 {
  font-size: 14px;
  line-height: 26px;
}
.text16 {
  font-size: 16px;
  line-height: 28px;
}
.text18 {
  font-size: 18px;
  line-height: 30px;
}
.text20 {
  font-size: 20px;
  line-height: 32px;
}
.text24 {
  font-size: 24px;
}
.text26 {
  font-size: 26px;
  line-height: 40px;
}
.ftwt_none {
  font-weight: normal;
}
.ftwt_100 {
  font-weight: 100;
}
.ftwt_bold {
  font-weight: bold;
}
.titleh1 {
  font-size: 34px;
  line-height: 1.2;
}
.titleh2 {
  font-size: 30px;
  line-height: 1.2;
}
.titleh3 {
  font-size: 24px;
  line-height: 1.2;
}
.titleh4 {
  font-size: 22px;
  line-height: 1.2;
}
.lht20 {
  line-height: 20px;
}
.lht23 {
  line-height: 23px;
}
.lht25 {
  line-height: 25px;
}
.lht28 {
  line-height: 28px;
}
.lht30 {
  line-height: 30px;
}
.lht32 {
  line-height: 32px;
}
.lht35 {
  line-height: 35px;
}
.lht38 {
  line-height: 38px;
}
.lht40 {
  line-height: 40px;
}
.lht45 {
  line-height: 45px;
}
.tr25s {
  transition: 0.25s;
}
.tr5s {
  transition: 0.5s;
}
.en_br {
  word-break: break-all;
}
.cup {
  cursor: pointer;
}

/*video*/
.videohide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videohide_class {
  visibility: visible;
  opacity: 1;
}
.videohidebg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.videohidebox i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -15px;
  margin-top: -15px;
  border: 2px solid #fff;
  cursor: pointer;
  font-style: normal;
}
.videohidebox i.fa-close:hover {
  -webkit-filter: brightness(110%);
}
.videohidebox {
  position: relative;
  width: 1000px;
  height: auto;
  background: #fff;
  z-index: 20;
  padding: 10px;
  transition: 0.5s;
  margin-top: -100px;
}
.videohidebox_class {
  margin-top: 0;
  opacity: 1;
}
.videohidebox_1 {
  width: 100%;
  height: auto;
}
.videohidebox_1 video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.videohidebox_1 p {
  font-size: 16px;
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.vdbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.body_hidden {
  overflow: hidden;
}

.container_lr {
  margin-left: -10px;
  margin-right: -10px;
}
.clra {
  padding: 10px;
}
.container_lr_15 {
  margin-left: -15px;
  margin-right: -15px;
}
.container_lr_15 .clra {
  padding: 15px;
}
.container_lr_20 {
  margin-left: -20px;
  margin-right: -20px;
}
.container_lr_20 .clra {
  padding: 20px;
}
.hv-box-shadow:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}
.hv-translateY:hover {
  transform: translateY(-10px);
}
.flex_b_c {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* 字体 */
.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_24 {
  font-size: 24px;
}
.font_28 {
  font-size: 28px;
}
.font_30 {
  font-size: 30px;
}
.font_40 {
  font-size: 40px;
}

.font_82 {
  font-size: 52px;
}
/* padding */

.padding15_40 {
  padding: 15px 40px;
  line-height: 1;
  border-radius: 28px;
}
.padding20_35 {
  padding: 20px 35px;
  line-height: 1;
  border-radius: 30px;
}
.padding12_20 {
  padding: 12px 20px;
  line-height: 1;
  border-radius: 24px;
}
.padding10_40 {
  padding: 10px 40px;
  line-height: 1;
}
.padding25_0 {
  padding: 25px 0;
}
.padding30_0 {
  padding: 30px 0;
}
.padding80_70 {
  padding: 80px 70px;
}

.padding100 {
  padding: 100px 0;
}
.padding100_40 {
  padding: 100px 40px;
}
.pading120_50 {
  padding: 120px 50px;
}
.padding50 {
  padding: 50px;
}

.pt_200 {
  padding-top: 200px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_38 {
  padding-top: 38px;
}
.pt_30 {
  padding-top: 30px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_60 {
  padding-bottom: 60px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_80 {
  padding-bottom: 80px;
}
.pt_25 {
  padding-top: 25px;
}
.pr_100 {
  padding-right: 100px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_30 {
  margin-bottom: 30px;
}
@media (max-width: 1540px) {
  .font_20 {
    font-size: 16px;
  }
  .font_22 {
    font-size: 18px;
  }
  .font_24 {
    font-size: 20px;
  }
  .font_28 {
    font-size: 22px;
  }
  .font_30 {
    font-size: 22px;
  }
  .font_40 {
    font-size: 36px;
  }
  .font_82 {
    font-size: 46px;
  }
  .padding50 {
    padding: 25px;
  }
  .pb_50 {
    padding-bottom: 25px;
  }
  .pb_80 {
    padding-bottom: 40px;
  }
  .value_item {
    border-radius: 30px;
  }
  .active_value,
  .value_item:hover {
    border-radius: 30px 60px 30px 30px;
  }
  .value_list {
    min-height: 350px;
  }
  .active_value,
  .value_item:hover {
    padding: 50px 30px !important;
  }
  .pt_200 {
    padding-top: 120px;
  }
  .padding100 {
    padding: 50px 0;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .padding100_40 {
    padding: 70px 20px;
  }
  .func_active_value,
  .func_item:hover {
    padding: 100px 20px !important;
  }
  .func_list {
    min-height: 380px;
  }
  .pading120_50 {
    padding: 60px 25px;
  }
  .site-footer {
    padding-top: 200px;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
	.wrap_1440 {
    width: 100%;
    padding: 0 50px;
  }
  .banner_lt {
    flex: 1;
  }
 
  .banner_rt {
    flex: 1;
  }
  .banner_rt .pingban {
    width: 100%;
  }
  .contact-details {
    padding-right: 30px;
  }
  .code_img img {
    width: 120px;
  }

 
  .window_content {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .font_16 {
    font-size: 14px;
  }
  .font_20 {
    font-size: 14px;
  }
  .font_22 {
    font-size: 16px;
  }
  .font_24 {
    font-size: 16px;
  }
  .font_28 {
    font-size: 16px;
  }
  .font_30 {
    font-size: 18px;
  }
  .font_40 {
    font-size: 32px;
  }
  .font_82 {
    font-size: 36px;
  }
  .padding50 {
    padding: 15px;
  }
}
@media (max-width: 850px) {
  .padding100 {
    padding: 25px 0;
  }
  .job_box {
    margin-top: 25px;
  }
  .value_list {
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .value_box,
  .func_list {
    flex-wrap: wrap;
  }
  .value_item,
  .func_item {
    min-width: 47%;
    width: 47%;
    max-width: 47%;
    margin-bottom: 20px;
  }
  .value_item:nth-child(2n),
  .value_item:last-child,
  .func_item:nth-child(2n) {
    margin-right: 0px;
  }
	.value_item, .func_item{
		display:flex;
	flex-direction: row;
	align-items:center;
	text-align:left;
	border-radius:20px;

	}
	.value_title{
		white-space:normal

	}
	.pt_30{
		padding-top:15px
	}
	.value_item{
		height:116px
	}
	.value_item .value_img{
		width:60px
	}
	.func_active_value, .func_item:hover{
		padding:15px !important;
		border-radius:20px  !important;
	}
	.func_item img{
		width:60px
	}
	.active_value, .value_item:hover{
		padding:15px !important;
		border-radius:20px  !important;
	}
	.mb_60{
		margin-bottom:20px
	}
	.value_item .value_img,.func_item .img {
		margin-bottom:0 !important;
		margin-right:20px
	}
  .yuyue_box {
    flex-wrap: wrap;
  }
  .banner_bg_flex,
  .job_box {
    display: block !important;
  }
  .btn_flex {
    flex-direction: column;
  }

  .yy_btn {
    display: inline-block;
    margin: 0 auto 20px;
  }
  .phone_btn {
    margin-left: 30px;
    margin-right: 30px;
    justify-content: center;
  }
	.padding100_40{
		padding:40px 20px
	}
	.func_active_value, .func_item:hover{
		padding:50px 20px !important;

	}
	.yuyue_bg{
		transform:translateY(50px);
	}
	.site-footer{
		padding-top:100px
	}
	.wrap_1440 {
    width: 100%;
    padding: 0 20px;
  }
	.yuyue_bg  {
		border-radius:30px
	}
	.padding80_70{
		padding:40px 35px
	}
}

@media (max-width: 500px) {
	.font_82{
		font-size:28px
	}
  .padding25_0{
		padding: 15px 0
	}
	.padding15_40{
		padding:10px 20px
	}
	.padding20_35{
		padding:14px 20px

	}
	.font_40{
		font-size:26px
	}
	.phone_btn{
		margin:0
	}
	.value_item,
  .func_item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;

  }
	.yuyue_bg  {
		border-radius:20px
	}
}
@media (max-width: 380px) {
.company-info-msg,.copy_flex,.msg_flex{
	display:block
}
.phone_btn{
	flex-wrap:wrap
}
.company-info-msg-item{
	margin-bottom:30px
}
.copy-text{
	margin-bottom:10px

}
.msg_flex{
	max-height:70vh;
	overflow-y:auto
}
}