body {
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font: 0.24rem / 1.6 "Microsoft Yahei", Arial;
    color: #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #6c85a4 0%, #d4ab8e 100%);
  background-blend-mode: normal, normal;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}

.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 90%;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}

.cn_medium {
  font-family: "cn_medium";
}
.cn_light {
  font-family: "cn_light";
}
.regular {
  font-family: "regular";
}
.en_thin {
  font-family: "en_thin";
}
.en_regular {
  font-family: "en_regular";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.28rem;
  font-family: "cn_light";
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
 padding-left: 40px;
  font-size: 15px;
  color: #999;background: url("../images/search.png") left no-repeat;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease; border: none;
}
.search-form .close:hover {
  color: #6c85a4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky .header-wrapper,
.header-wrapper.black,
.header-wrapper.active {
  background: rgba(0, 0, 0, 0.5);
}


.sticky .header-wrapper .pc-nav-box li:hover > a:after,
.header-wrapper.black .pc-nav-box li:hover > a:after,
.header-wrapper.active .pc-nav-box li:hover > a:after,
.sticky .header-wrapper .pc-nav-box li.on > a:after,
.header-wrapper.black .pc-nav-box li.on > a:after,
.header-wrapper.active .pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper {
  padding: 10px 1rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30; 
  transition: all 0.5s ease-out;border:1px solid #f4f4f4;
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);box-shadow: 0px 0px 5px 5px rgba(0,0,0,.2);
}
.header-wrapper.on {
  top: -1.1rem;
}
.header-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background:#fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.header-wrapper .box {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;

}

.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  max-width: 100%; max-height: 80px;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .language {
  position: relative;
}
.header-wrapper .language.on .child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .language .caption {
  cursor: pointer;
  font-size: var(--fs16);
  font-family: "cn_light";
  color: #fff;
  line-height: 1rem;
  padding-left: 0.29rem;
  background-image: url(../images/lang.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-size: 0.22rem;
}
.header-wrapper .language .child {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1.6rem;
  margin-left: -0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(27, 27, 27, 0.2);
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.05rem 0.2rem;
}
.header-wrapper .language .child a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.08rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-wrapper .language .child a:hover {
  color: #6c85a4;
}
.header-wrapper .language .child a:last-child {
  border-bottom: none;
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.22rem;
  height: 0.22rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/search.png);
  margin-left: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box {
  flex: 1; margin-left: 2%; position: relative}

.top-nav{ width: 100%}

.top-nav li {
	float: left;
	font-size: 18px; width: 12.5%;
	text-align: center;
}
.top-nav li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 80px; font-size: 18px;
	position: relative;
	z-index: 111;
}
.top-nav li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	opacity: 0;
	background-color: #dd3825;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.top-nav li a:hover:after, .top-nav .active a:after {
	left: 0;
	right: 0;
	opacity: 1;
	color: #dd3825;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.top-nav .active a {
	color: #dd3825;
}
.top-nav li:hover .sub{ display: block}
.top-nav .sub {
	display: none;
	width: 1200px;
	padding: 0;
	position: fixed;
	top: 90px;
	overflow: hidden;
	z-index: 110;
	left: 55%;
	transform: translate(-55%, 0);
	-webkit-transform: translate(-50%, 0);
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.top-nav.active .top-nav-ul {
	opacity: 0;
}
.top-nav .sub a {
/*	display: table-cell;*/
	float: left;
	display: block;
	width: 25%;
	padding: 30px;
	line-height: 24px;
	min-height: 200px; text-align: left;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
}
.top-nav .sub a:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	background-color: #e9e9e9;
	top: 0;
	bottom: 0;
	right: 0;
}
.top-nav .sub a:nth-child(4):before {
	width: 0;
}
.top-nav .active .sub a {
	color: #000;
}
.top-nav .active .sub a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	opacity: 0;
	background-color: #dd3825;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.top-nav .active .sub a:hover:after {
	left: 0;
	right: 0;
	opacity: 1;
	color: #dd3825;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.top-nav .active .sub a:after {
	opacity: 0;
	color: #000;
}
.top-nav .sub h2 {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}
.top-nav .sub span img {
	vertical-align:middle; height: 36px; max-width: 100%;
}
.top-nav .sub p {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 1300px) {
    .top-nav li a{ padding: 0;font-size: 16px;}  
    
    
}



  .header-wrapper .language:hover .child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }


  .nav-icon {
    font-size: 16px;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #6c85a4;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #6c85a4;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #6c85a4;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #6c85a4;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #6c85a4;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .header-wrapper {
    padding: 0 0.3rem;
  }
  .header-wrapper.on {
    top: -1.4rem;
  }
  .header-wrapper .box {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 2.5rem;
  }
  .header-wrapper .language .caption {
    font-size: var(--fs14);
    line-height: 1.2rem;
    padding-left: 0.4rem;
    background-size: 0.3rem;
  }
  .header-wrapper .language .child {
    width: 2rem;
    margin-left: -1rem;
    padding: 0.1rem 0.2rem;
  }
  .header-wrapper .language .child a {
    font-size: var(--fs14);
    line-height: 0.4rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .search {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .pc-nav-box {
    display: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 45px;
    font-size: 14px;
    padding-right: 20px; 
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }









.sidebar-box {
  position: fixed;
  width: 0.64rem;
  right: 0.1rem;
  bottom: 10%;
  z-index: 30;
}
.sidebar-box ul {
  list-style: none;
}
.sidebar-box li {
  position: relative;
  margin-bottom: 0.06rem;
}
.sidebar-box li:last-child {
  margin-bottom: 0;
}
.sidebar-box li:hover .hidebox {
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li:hover .qrcodes {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li > a {
  position: relative;
  z-index: 5;
  height: 0.64rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0 0.1rem;
  background-image: linear-gradient(0deg, #6c85a4 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027);
  background-blend-mode: normal, normal;
  border-radius: 5px;
}
.sidebar-box p {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin-top: 0.06rem;
}
.sidebar-box img {
  display: block;
  width: 0.2rem;
  margin: 0 auto;
}
.sidebar-box .hidebox {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 2.5rem;
  background-color: #6c85a4;
  text-align: left;
  height: 100%;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  right: -100%;
  border-radius: 5px;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 0.06rem;
}
.sidebar-box .tel .hidebox {
  width: 2.8rem;
  background-image: linear-gradient(0deg, #6c85a4 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027);
  background-blend-mode: normal, normal;
}
.sidebar-box .tel .hidebox a {
  color: #fff;
  font-size: var(--fs24);
  font-family: "mb";
  line-height: 0.64rem;
  padding: 0 0.2rem;
}
.qrcodes {
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.qrcodes .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.05rem 0;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.qrcodes .inner .item {
  position: relative;
  width: 1.1rem;
  text-align: center;
  padding: 0 0.05rem;
}
.qrcodes .inner .item:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ddd;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.qrcodes .inner .item:last-child:after {
  display: none;
}
.qrcodes .inner .item img {
  display: block;
  width: 100%;
}
.qrcodes p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 0;
}

 



.news-box {
  position: relative;
  z-index: 10;
}
.news-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-box .swiper-slide,
.news-box li {
  width:48%;
  margin-right: 2%; margin-bottom: 2%;
}
.news-box .swiper-slide:last-child,
.news-box li:last-child {
  margin-right: 0;
}
.news-box .swiper-slide:hover .title,
.news-box li:hover .title {
  color: #6c85a4;
}
.news-box li {
  margin-top: 0.6rem;
}


.news-box .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.news-box .info {
  margin-top: 0.3rem;
}
.news-box .time {
  font-size: var(--fs18);
  color: #2e2624;
  opacity: 0.32;
  line-height: 24px;
  font-family: "en_regular";
}
.news-box .title {
  font-size: 22px; line-height: 30px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.06rem auto 0.3rem;
}


/*nav*/
.inav{width: 100%; position: relative;  margin-top: 60px;
    text-align: center;
    padding: 0.4rem 3% 0.1rem;
    background: #fff; overflow: hidden; display: block}

.inav a {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 0.3rem; text-align: center}
.inav a  img{max-width: 80%; margin-bottom: 5px;}
.inav a  h2{ font-size: 16px; line-height: 32px;height: 32px; overflow: hidden; font-weight: normal}


.index-title-box { width: 100%; display: block; overflow: hidden;
  text-align: center;
  margin-bottom: 0.56rem;
}


.index-title-box h2 {
  font-size: 30px;
  color: #2e2624;
  line-height:40px;
  font-weight: 700; position: relative;
}


.index-title-box h2:before,.index-title-box h2:after {
    content: "";
    display: inline-block;
    width: 31px; height:28px; background:url(../images/btl.png) no-repeat center/cover;
    margin: 0 20px;
    vertical-align: middle;
}


.index-title-box .brief {
    font-size: 16px;
    line-height: 0.48rem;
    margin-top: 0.36rem;
}


.index-box-1 { position: relative; 
  background-image: url(../images/bjs.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; padding: 40px 0 60px;
}
.index-box-1 .cat-box {
  position: relative;
  text-align: center;
}
.index-box-1 .cat-box:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-1 .cat-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .cat-box a {
  position: relative;
  flex: 1;
  z-index: 10;
  padding-bottom: 0.28rem;
}
.index-box-1 .cat-box a.on figcaption,
.index-box-1 .cat-box a:hover figcaption {
  color: #6c85a4;
}
.index-box-1 .cat-box a:hover .icon:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.index-box-1 .cat-box a:hover .icon:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.index-box-1 .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .cat-box a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6c85a4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-1 .cat-box .icon:before,
.index-box-1 .cat-box .icon:after {
  border-color: #6c85a4;
}
.index-box-1 .cat-box .icon img {
  display: block;
  margin: 0 auto;
  height: 0.25rem;
}
.index-box-1 .cat-box figcaption {
  font-size: 16px;
  color: #2e2624;
  font-family: "cn_medium";
  margin-top: 0.2rem;
  line-height: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-1 .swiper-box {
  margin-top: 0.82rem;
}
.index-box-1 .swiper-slide-active .info,
.index-box-1 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .info,
.index-box-1 .pic {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.35s;
}
.index-box-1 .pic {
  display: block;
}
.index-box-1 .info {
  width: 100%;
  padding-top: .3rem;
}
.index-box-1 .info:hover h3 {
  color: #6c85a4;
}
.index-box-1 .info h3 {
  font-size:30px;
  color: #2e2624; text-align: right;
  line-height:48px;
  font-family: "cn_medium";
  transition: color 0.8s ease;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -ms-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
}
.index-box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #8b8e91;
  margin: 0.26rem auto 0.7rem;
}
.index-box-1 .pic {
  width: 50%;
  border-radius: 0.2rem;
}


 .index-box-1 .cat-box .box-container {
    padding: 0;
  }
  .index-box-1 .cat-box a {
    padding-bottom: 0.3rem;
  }
  .index-box-1 .cat-box a:after {
    height: 2px;
  }
  .index-box-1 .cat-box .icon img {
    height: 0.74rem;
  }

  .index-box-1 .swiper-box {
    margin-top: 0.8rem;
  }
  .index-box-1 .swiper-slide {
    flex-flow: wrap;
  }

  .index-box-1 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin: 0.2rem auto 0.5rem;
  }
  .index-box-1 .pic {
    width: 100%;
  }


.ixbanner {
	width: 100%; padding:50px 0; 
	background: url(../images/ixbannerbg.jpg) no-repeat center;
	color: #fff;
	text-align: center; background-size: cover; display: block; overflow: hidden
}
.ixbanner p {
font-size: 16px; line-height: 32px;
}
.ixbanner .bigtxt {
font-size: .42rem;

	display: block;
}
.ixbanner .bigtxt b {
	font-weight: bold;
}
.ixbanner .btn {
padding-top: .32rem;
}
.ixbanner .btn a {
	display: inline-block;
	width: 2.6rem;
height: .65rem;
line-height: .65rem;
	text-align: center;
	color: #fff;
border-radius: .3rem;
}
.ixbanner .btn a:before {
width: .32rem;
height: .38rem;
	display: inline-block;
margin-right: .2rem;background: url(../images/icon.png) no-repeat;background-size: 4rem auto;vertical-align: middle;
}
.ixbanner .btn a.zx {
	border: 1px solid #fff;
margin-right: .3rem;
}
.ixbanner .btn a.zx:before {
	background-position: 0 -0.5rem;
}
.ixbanner .btn a.tel {
	background: #ffe825;
	color: #176200;
}
.ixbanner .btn a.tel:before {
	background-position: -0.44rem -0.5rem;
}


.iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}



.mt {
  margin-top: .8rem;
}
.index-box-3 .info {
  text-align: center;
  padding: 0 0.8rem;
  margin-bottom: 0.75rem;
}
.index-box-3 .info h1 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.27rem;
}
.index-box-3 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.34rem;
  text-align: center;
  font-family: "cn_light";
}
.index-box-3 .video-box.on .pic {
  display: none;
}
.index-box-3 .video-box.on .video {
  display: block;
  animation: fadeIn 0.45s ease;
}
.index-box-3 .video-box .video {
  position: relative;
  display: none;
}


.index-box-4 {
  position: relative;
  padding: 40px 0 ;
  background: #f8f8f8;
  overflow: hidden;
}



.iadvan {
padding: .6rem 0 .2rem;
	background: #fff;
}

.indexTit2 {
	text-align: center;
	height: 1.82rem;
	width: 100%;
padding: .5rem 0 0;
	background-size: 6.4rem auto;
}
.indexTit2 h3 {
	font-weight: bold;
font-size:28px;
	color: #333333;
line-height: 45px;
}
.indexTit2 span {
	display: inline-block;
	vertical-align: top;
}
.indexTit2 span.num {
	color: #6c85a4;
font-size: 64px;
	font-weight: bold;
line-height: .7rem;
margin: 0 .02rem;
	font-family: arial;
padding-top: .05rem;
}
.indexTit2 span.t {
	color: #36ae12;
font-size: .5rem;
padding-right: .4rem;
	font-weight: bold;
line-height: .7rem;
}
.indexTit2 span.en {
	width: 2.5rem;
padding-top: .1rem;
	text-align: right;
font-size: .22rem;
	color: #666;
	font-family: arial;
	text-transform: uppercase;
line-height: .3rem; 
}

.iadvan .list {
padding-top: .3rem;
}
.iadvan .item {
padding: 0 4% .8rem;
	position: relative;
	display: block;
	width: 100%;
	background: url(../images/iadvan-libg.png) no-repeat center bottom;
	background-size: 6.4rem auto;
}
.iadvan .item img {
	position: absolute;
	height: 2.55rem;
}
.iadvan .item h3 {
	font-weight: bold;
	color: #36ae12;
font-size: .32rem;
padding-top: .45rem;
}
.iadvan .item h3 span {
	font-style: oblique;
	display: inline-block;
margin-right: .06rem;
line-height: .4rem;
	color: #6c85a4;
font-size: .4rem;
	font-family: arial;
}
.iadvan .item p {

line-height:30px;
font-size:17px;
	color: #444;
padding-top:10px;
}
.iadvan .item:nth-child(2n) {
	padding-right: 2.8rem;
}
.iadvan .item:nth-child(2n) img {
	right: 4%;
	top: -0.2rem;
}
.iadvan .item:nth-child(2n+1) {
	padding-left:3.2rem;
}
.iadvan .item:nth-child(2n+1) img {
	left: 4%;
	top:.4rem;
}
.iadvan .item:nth-child(1) img {
	top:0.2rem;
}
.iadvan .item:nth-child(4) img {
	top: -0.1rem;
}
.iadvan .item:nth-child(5) {
	background: none;
}


.ifeat {
	width: 100%;
	background: #6c85a4; display: block; overflow: hidden; position: relative
}
.ifeat:before {
	width: 100%;
height: .38rem;
	display: block;
	content: "\20";
	background: #ffffff url(../images/ifeat-topbg.png) no-repeat center top;
	background-size: cover; 
}
.ifeat:after {
	background: #ffffff url(../images/ifeat-bottombg.png) no-repeat center bottom;
	background-size: cover; width: 100%;
    height: .38rem;
	display: block;
	content: "\20";
}
.ifeat .indexTit2 {
	background: none;
padding-top: .2rem;
}
.ifeat .indexTit2 h3, .ifeat .indexTit2 .txt .en, .ifeat .indexTit2 .txt .num, .ifeat .indexTit2 .txt .t {
	color: #fff;
}
.ifeat .list {
	width: 94%;
	margin: 0 auto;
padding: .38rem 0; display: block; overflow: hidden;
}
.ifeat .item {
	height: 1.36rem;
	width: 48.5%;
	float: left;
	position: relative;
line-height: .75rem;
padding: .3rem 0 0 .2rem;
	margin-right: 3%;
margin-bottom: .24rem;
	border: 1px solid #9ec6f8;
	color: #fff;
border-radius: .1rem;
}
.ifeat .item h3 {
font-size: .32rem;
	font-weight: bold;
	color: #fff;
}
.ifeat .item s {
width: .9rem;
height: .9rem;
	display: block;
	position: absolute;
right: .2rem;
top: .22rem;
	border-radius: 100%;
	background: #9ec6f8;
}
.ifeat .item s:before {
width: .9rem;
height: .9rem;
	content: "\20";
	display: block;
	background: url(../images/ifeat-ico.png) no-repeat 0 center;
background-size: auto .9rem;
}
.ifeat .item .en {
	color: #fff;
font-size: .18rem;
	font-family: arial;
	text-transform: uppercase;
}
.ifeat .item:nth-child(2n) {
	margin-right: 0;
}
.ifeat .item:nth-child(2) s:before {
	background-position: -0.85rem center;
}
.ifeat .item:nth-child(3) s:before {
	background-position: -1.74rem center;
}
.ifeat .item:nth-child(4) s:before {
	background-position: -2.6rem center;
}







.wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: 0;
}
.index-box-5 .main {
  background-image: url(../images/new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 7.6rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-5 .main .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news_li ul{ width:102% }
.news_li ul li{ width: 48%; float: left; margin-right: 2%; margin-bottom: 2%; background: #fff;overflow: hidden}
.news_li ul li .new_a{ width: 100%; padding: 6%; display: inline-block; }
.news_li ul li .time{ width: 100%;  display: block; overflow: hidden; padding-bottom:10px;}
.news_li ul li .time h2{font-size: 35px;
    color: #6c85a4;
    font-weight: bold;
    line-height: 1;
    margin: unset;
    font-family: fantasy; float: left}
.news_li ul li .time h6{ line-height: 35px; font-size: 16px;float: left; margin-left: 15px;}
.news_li ul li  h3{color: #2a333a;
    font-size: 18px; line-height: 25px; height: 50px; 
    font-weight: bold;

    transition: 0.5s;
    overflow: hidden; margin-bottom: 10px;
}

.news_li ul li img{width: 100%;
    height: 140px;
    object-fit: cover; overflow: hidden}

.news_li ul li p{    color: #7e7e7e;
    font-size: 15px; line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; margin-bottom: 10px;}


  .circle:before,
  .circle:after {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .circle img {
    height: 0.8rem;
  }
 
  .index-box-2 .cat-box .swiper-slide {
    width: 100%;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .index-box-2 .cat-box .swiper-slide.on .inner {
    padding-top: 0;
  }
  .index-box-2 .cat-box .inner {
    width: 100%;
    padding: 0rem 1rem;
  }
  .index-box-2 .cat-box h3 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.8rem auto 0.3rem;
  }
  .index-box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
    height: 1.92rem;
  }
  .index-box-2 .swiper-btn {
    display: block;
  }
  .index-box-2 .prev {
    left: 0.3rem;
  }
  .index-box-2 .next {
    right: 0.3rem;
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.2rem;
  }
  .index-box-3 .box-container {
    padding: 0;
  }
  .index-box-3 .info,
  .index-box-3 .index-title-box,
  .index-box-3 .data {
    padding: 0 0.3rem;
  }
  .index-box-3 .info {
    margin-bottom: 0.8rem;
  }
  .index-box-3 .info h1 {
    font-size: var(--fs28);
    margin-bottom: 0.24rem;
  }
  .index-box-3 .content {
    font-size:16px;
    line-height: 0.48rem;
  }
  .index-box-3  .pic img {
    height: 3.6rem; margin: 0 0 30px;
    object-fit: cover;
  }










  .wave {
    margin-left: -50%;
  }
  .index-box-5 .main {
    height: auto;
    padding: 30px 0;
    display: block;
    background-attachment: inherit;
    background-position: left 56% center; overflow: hidden
  }
  .index-box-5 .main .box-container {
    display: block;
  }
  .index-box-5 .info {
    width: 100%;
  }
  .index-box-5 .info h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-5 .desc {
    margin: 0.3rem auto 0.6rem;
  }
  .index-box-5 .pic {
    width: 100%;
    margin-top: 0.8rem;
  }



.case_bj{width: 100%;
    background: url(../images/bjt1.jpg) center no-repeat;
    padding: 40px 0; display: block; overflow: hidden}

.case_bj .index-title-box h2{ color: #fff}

.cp_gd {width:100%; height:190px;overflow: hidden;position: relative; float:left; }
.cp_gd ul{position: absolute; width:100%}
.cp_gd ul li{float: left;width:250x;text-align:center;cursor: pointer; margin-right:25px;}
.cp_gd ul li a{ width:250px;float:left; display:block}

.cp_gd ul li img {width:250px;height:150px; object-fit:cover;}


.cp_gd ul li p{ line-height:40px; height:40px; overflow:hidden; color:#fff }
.cp_gd ul li a:hover{ transition: all .7s;}
.cp_gd ul li a:hover p{background-color:#f79808; color:#FFF;opacity: 1;}



/*mobile-menu*/
.mobile-menu{
  overflow: hidden;
  transition: all 0.3s;
  height: 50px;
  border-radius: 30px;
  width: 300px;
  background: rgba(96,96,96,.9);
  bottom: 20px;
  right: 50%;
  top: auto;
  margin: 0;
  margin-right: -150px;
  position: fixed;
  z-index: 10;

}
.mobile-hide {
  width: 60px;
  right: 12px;
  margin: 0;
  background: rgba(96,96,96,.7);
}
.mobile-btn {
  position: relative; float: right;
  width: 60px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}
.mobile-btn .switch {
  height: 15px;vertical-align: middle
}
.mobile-btn .icon {
  height: 26px; vertical-align: middle
}






.learn {
  display: inline-block;
  min-width: 1.4rem;
  line-height: 0.44rem;
  height: 0.44rem;
  border-radius: 27px;
  font-size: var(--fs15);
  color: #6c85a4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.learn:hover {
  color: #fff;
  background: #6c85a4;
  padding: 0 0.28rem;
  box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}
.learn:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../images/right.png);
}
.learn i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  background-image: url(../images/right2.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more {
  display: inline-block;
    min-width: 2.2rem;
    height: 0.66rem;
    line-height: 0.66rem;
  background-color: #6c85a4;
  border-radius: 27px;
  text-align: center;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover {
  box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}
.index-more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-more.xs {
  min-width: 1.5rem;
  line-height: 0.48rem;
  height: 0.48rem;
  font-size: var(--fs15);
}
.index-more.xs i {
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  background-image: url(../images/right3.png);
}
.index-more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.15rem;
  background-image: url(../images/right.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-banner-wrapper {
  position: relative; top:60px;
}
.index-banner-wrapper:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper:hover .prev {
  left: 0.7rem;
}
.index-banner-wrapper:hover .next {
  right: 0.7rem;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide:nth-child(even) .info {
  top: 26.04%;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 32.29%;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.index-banner-wrapper .en {
  font-size: 0.68rem;
  font-family: "mb";
  line-height: 0.68rem;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.26rem;
}
.index-banner-wrapper h2 {
  color: #fff;
  line-height: 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.index-banner-wrapper .swiper-btn {
  background-size: 0.08rem;
  opacity: 0;

  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border: solid 2px rgba(230, 0, 18, 0.3);
}
.index-banner-wrapper .swiper-btn:hover {
  background-color: #fff;
}
.index-banner-wrapper .prev {
  left: -0.8rem;
  background-image: url("../images/i-prev2.png");
}
.index-banner-wrapper .prev:hover {
  background-image: url("../images/i-prev.png");
}
.index-banner-wrapper .next {
  right: -0.8rem;
  background-image: url("../images/i-next2.png");
}
.index-banner-wrapper .next:hover {
  background-image: url("../images/i-next.png");
}
.index-banner-wrapper .scroll {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 10;
  cursor: pointer;
}
.index-banner-wrapper .scroll .icon {
  animation: scrollDown 2s infinite ease-in-out;
  -webkit-animation: scrollDown 2s infinite ease-in-out;
}
.index-banner-wrapper .scroll p {
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.index-banner-wrapper .icon {
  width: 0.32rem;
  height: 0.38rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/mouse.png);
  margin: 0 auto;
}
.index-banner-wrapper .swiper-pagination {
  display: none;
}

  

#px_banner{ width: 100%; height: 380px; position: relative; top:60px;}
#px_banner img{ max-width: 100%;}


.box-4 { padding: 0 0 50px; display: block; overflow: hidden}
 .box-4 .swiper-container {
  padding: 5px 0;
}
 .box-4 .swiper-container:first-child {
  padding-top: 24px;
}
 .box-4 .swiper-container:last-child {
  padding-bottom: 24px;
}
 .box-4 .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
  border-radius: 6px;
}
.box-4 .swiper-slide img {
height: 1.2rem;
  object-fit: contain;
}
 .box-4 .index-title-box {
    margin-bottom: 0.3rem;
  }



.footer-wrapper { width: 100%;
  padding: 0.5rem 0;
  background: #1d242d;
  position: relative; display: block; overflow: hidden
}
.footer-wrapper #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
}
.footer-wrapper .box-container {
  position: relative;
  z-index: 10;
}

.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  font-family: "cn_light";
  color: #d4d4d4;
}
.footer-wrapper .copyright {
  line-height: 24px;
  margin-top: 0.13rem;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}

.foot_logo{ width: 100%; float: left; text-align: center}
.foot_logo .ft img{ max-width: 50%; margin-bottom: 20px;}
.foot_logo dl img{max-width: 140px;}


.foot_lx{ width: 100%; float: left; margin-left: 2%; margin-bottom: 5%}


.foot_lx .ft_pp{display:inline-block;vertical-align:top;padding-top:25px;text-align:left; width: 100%}
.foot_lx .ft_pp:first-child{margin-left:0;}
.foot_lx .ft_pp p{font-size:16px;line-height:24px;color:#fff;padding-left:28px;background-repeat:no-repeat;background-position:left top;background-size:auto 100%;}
.foot_lx .ft_pp p span{display:inline-block;margin-right:5px;font-size:16px;}
.foot_lx .ft_pp p.icon1{background-image:url(../images/ft_icon1.png);background-size: 20px 24px;}
.foot_lx .ft_pp p.icon2{background-image:url(../images/ft_icon2.png);background-size: 20px 24px;}
.foot_lx .ft_pp p.icon3{background-image:url(../images/ft_icon3.png);background-size: 20px 24px;}
.foot_lx .ft_pp p.icon4{background-image:url(../images/ft_icon4.png);background-size: 20px 24px;}




.footer-wrapper p {
  font-size: var(--fs16);
  line-height: 24px;
  color: #d4d4d4;
  font-family: "cn_light";
}
.footer-wrapper .other {
  text-align: right;
}
.footer-wrapper .other .link a {
  color: #fff;
}



.page-nav-wrapper {
   position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4; margin: 60px 0 30px;
  }
.page-nav-wrapper .box-container {
    height: auto;    width: 100%;
    padding: 0;
}
.page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #6c85a4;
    color: #fff;
    font-size: 0.26rem;
}
.page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../images/down.png) no-repeat center center;
    background-size: contain;
}


  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .page-nav-wrapper .nav {
   position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 1.1rem;
    text-align: center;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    font-family: "cn_light";
    margin-right: 1rem;
  }

.page-nav-wrapper .nav > a.on, .page-nav-wrapper .nav > a:hover {
    background: none;
}
.page-nav-wrapper .nav a:first-child {
    border-top: none;
}
.page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;margin-right: 0.7rem;
}
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #6c85a4;
    font-family: "cn_medium";
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #a6836b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }


.base p{ line-height: 32px; font-size: 16px; }
.base  img{ max-width: 100%; margin-bottom: 20px;}

/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;padding:10px 0;margin-top:10px;}
.fanye ul li{ font-size: 15px; height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#666;}

/*page*/
.manu{text-align:center;margin-top:30px;}
.manu a{border:1px solid #D9D9D9;padding:5px 10px;text-decoration:none;margin:2px;display:inline-block;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .page-num-current {border:1px solid #6c85a4;padding:5px 10px;background:#6c85a4;font-weight:bold;margin:0 2px;color:#FFF;display:inline-block;}
.manu .disabled{border:1px solid #D9D9D9;padding:5px 10px;color:#D9D9D9;margin:0 2px;display:inline-block;}

/*图片*/

.pic_list{padding:10px 0 50px; display: block; overflow: hidden}

.pic_list .pl_ul{  width: 102%; padding-bottom: 10px;display: block; overflow: hidden}

.pic_list .pl_ul .pl_li{width:48%; margin-right: 2%; margin-bottom: 2%; float:left;display:block;cursor:pointer;}

.pic_list .pl_ul .pl_li .pl_img{display:table-cell; text-align: center; vertical-align: middle; width:298px; height:198px; border:1px solid #dedede; overflow: hidden; background: #fff}

.pic_list .pl_ul .pl_li .pl_img img{ max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}

.pic_list .pl_ul .pl_li p{font-size:16px;line-height:50px;height:50px;color:#fff;padding:0 10px;background:#6c85a4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}

/*产品*/

.hot_cp { width: 100%; overflow: hidden}
.hot_cp ul{ width: 102%;}
.hot_cp ul li{ width: 48%; float: left; background: #fff; margin-right: 2%; margin-bottom: 2%; text-align: center; padding:20px 10px 10px;

    transition: 0.4s all;
    border-radius: 10px;
    box-shadow: 3px 3px 20px 1px #eee;
    border-bottom: 3px solid #6c85a4;}
.hot_cp ul li img{ max-width: 100%; height: 174px;object-fit:cover; }
.hot_cp ul li h2{ font-size: 18px; line-height: 55px; border-bottom: 1px dashed #22813f; color: #6c85a4}
.hot_cp ul li p{ line-height: 40px; font-size: 15px;}


/*内容页*/
.page-box-2 {
    padding:.2rem 0 1rem;
    position: relative;
    overflow: hidden;
}
.newsinfo-wrapper .left{ width: 100%}
.newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
}
.newsinfo-wrapper .top h1 {
    font-size: 30px;color: #6c85a4;font-weight: 700;
    line-height: 0.6rem;
}
.newsinfo-wrapper .other {
    margin-top: 0.24rem;
}
.newsinfo-wrapper .other span {
    display: inline-block;
    font-family: "mb";
    font-size: 14px;
    color: #666;
    margin-right: 0.2rem;
    line-height: 24px;
}

.newsinfo-wrapper .other img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -1px;height: 12px;
    margin-right:7px;
}

.newsinfo-wrapper .content {
    font-size: 16px;
    color: #222;
    line-height:32px;
    font-family: "cn_light";
}
.newsinfo-wrapper .content img{max-width: 100%; margin-bottom: 5px;}

.newsinfo-wrapper .right{width: 100%;
    margin-top: 1rem;}

.newsinfo-wrapper .caption{font-size: 30px;;
    font-weight: 700;
    color: #393435;
    line-height: 0.36rem;}
.newsinfo-wrapper .en {
    color: rgba(0, 0, 0, 0.25);
    font-family: "en_regular";
    line-height: 24px;
    margin-top: 0.04rem;
    text-transform: uppercase;
}
.newsinfo-wrapper .first{margin-top: 0.48rem}

.newsinfo-wrapper .first ul{ width: 102%}
.newsinfo-wrapper .first ul li{ width: 48%; float: left; margin-right: 2%; margin-bottom: 2%; text-align: center }

.newsinfo-wrapper .first ul li img{ width: 100%; height: 170px;object-fit:cover;}

.newsinfo-wrapper .first ul li .title{ line-height: 32px; font-size: 16px;}


.newsinfo-wrapper .relative-box{margin-top: 0.4rem; padding-top: 0.4rem; border-top: 1px solid #e9eaeb; display: block; width: 100%; overflow: hidden}
.newsinfo-wrapper .relative-box p{height: 0.48rem;
    line-height: 0.48rem;    margin-bottom: 0.05rem; font-size:16px;display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    color: #999;}

.newsinfo-wrapper .relative-box p a {
    color: #666;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.newsinfo-wrapper .return{
    margin: 0.6rem auto 0;
    width: 50%;
    line-height: 0.74rem;
    display: block;
    text-align: center;

    background-color: #6c85a4;
    border-radius: 25px;
    font-size:16px;
    color: #fff;
    font-family: "cn_light";
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.newsinfo-wrapper .return img {
    width: 10px;
    margin-left: 0.2rem;
}

/*联系我们*/
.contact-wrapper .contact{ 
    width: 100%;
    margin: 0.8rem 0;
}
.contact-wrapper .map-box .index-title-box {
    margin-bottom: 0.64rem;}

.index-title-box p{font-size: 24px;line-height: 0.48rem;
    margin-bottom: 0.2rem;
    color: #6c85a4;
    text-transform: uppercase;}

.index-title-box h2{line-height: 130%;    font-size: 32px;color: #2e2624;}
.contact-wrapper .map-box ul {
    list-style: none;
}

.contact-wrapper .contact > ul li{
    font-size: 15px;;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
    position: relative;

    font-family: "cn_light";
    color: #666;
    padding-left: 0.8rem;
}

.contact-wrapper .contact .icon{top: -2px;
    width: 0.6rem;position: absolute;
    left: 0;
    z-index: 10;}

.contact-wrapper .qrcode{    margin-top: 0.5rem;}

.qrcode  img {
    display: block;
    max-width: 130px;
}

.contact-wrapper .qrcode p {
    font-size:16px;
    color: #666;
    font-family: "cn_light";
    line-height: 24px;
    margin-top: 0.15rem;
}
.contact-wrapper .map-box .map{ width: 100%}




.liuyan{ margin-top: 1rem; background: #f6f6f6; display: block; overflow: hidden; padding: 40px 0}

.message-box {
  /* input placeholder  */
}
.message-box .form {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.message-box .group {
  position: relative;
  width: 100%;
  margin-top: 1.3%; float: left
}
.message-box .group:nth-child(-n+2) {
  margin-top: 0;
}
.message-box .group.max {
  width: 100%;
}
.message-box .text,
.message-box .msg {
  width: 100%;
  font-size: var(--fs16);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-family: "cn_light";
  border: solid 1px #ededed;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.message-box .text:focus,
.message-box .msg:focus {
  border-color: #e60012;
}
.message-box .text,
.message-box label{
height: 0.78rem;
    line-height: 0.74rem;
}


.message-box .group {
    width: 100%;
    margin-bottom: 0.3rem;
}
.message-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.message-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box label {
  position: absolute;
  left: 0.3rem;
  top: 0;
  z-index: 10;
  font-size: var(--fs16);
  color: #999;
  font-family: "cn_light";
}
.message-box label i {
  display: inline-block;
  color: #dc021c;
  margin-left: 0.06rem;
  font-size: var(--fs24);
}
.message-box .msg {
  height: 1.2rem;
  resize: none;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
}
.message-box .index-more {
  margin: 0.6rem auto 0;
}

@media screen and (max-width:414px) {
    
    .hot_cp ul li img{ height: 108px}
    .hot_cp ul li h2{ line-height: 38px}
    .news_li ul li img{ height: 100px}
    .pic_list .pl_ul .pl_li .pl_img{ height: 130px}
    
    
}




