<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,

div,

ul,

ol,

li,

dl,

dt,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

input {

  margin: 0;

  padding: 0;

  font-weight: normal

}



/**html{background-image:url(about:blank);background-attachment:fixed;}*/

img {

  border: none;

}



body,

html {

  width: 100%

}



body {

  color: #666;

  font-size: 14px;

  line-height: 1.3;

  font-family: "DM Sans", "Gilroy", -apple-system, "Sofia Pro", "Microsoft YaHei", "Helvetica", "Arial", sans-serif;

  width: 100%;

  background-color: #fff;

  overflow-x: hidden

}



ul,

ol,

li,

form,

dl {

  list-style: none;

}



p {

  margin: 0;

  padding: 0;

}



a {

  text-decoration: none;

  color: #434343;

}



a:hover {

  text-decoration: none;

}



div {

  margin: 0 auto;

}



* {

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

}



::-webkit-scrollbar {

  width: 2px;

  height: 11px;

  border: none;

  background: #006184 !important

}



::-webkit-scrollbar-track-piece {

  border: none;

  position: absolute;

  padding: 0;

  box-shadow: none;

  background-color: #006184;

  border-radius: 1px

}



::-webkit-scrollbar-thumb:vertical {

  background-color: #006184;

  border-radius: 0;

  border: none

}



::-webkit-scrollbar-thumb:horizontal {

  background-color: #006184;

  border-radius: 0;

  border: none

}



::-webkit-scrollbar {

  width: 2px;

  height: 12px

}



::-webkit-scrollbar-button:vertical {

  display: none

}



::-webkit-scrollbar-track:vertical {

  background-color: #000

}



::-webkit-scrollbar-track-piece {

  background: #fff

}



::-webkit-scrollbar-thumb:vertical {

  background-color: #006184;

  border-radius: 5px

}



::-webkit-scrollbar-thumb:vertical:hover {

  background-color: #006184

}



::-webkit-scrollbar-corner:vertical {

  background-color: #006184

}



.text-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

  flex-direction: column;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column

}



.box-flex {

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center

}



.pull-overflow {

  overflow: hidden;

}



.text-center .img-responsive {

  margin: auto;



}



:root {

  --FEY-full: 100%;

}



@media(min-width: 1501px) {

  .container {

    min-width: 1440px;

  }

}



@media(min-width: 1440px) and (max-width: 1500px) {

  .container {

    width: 1440px;

  }

}



@media(min-width: 1200px) {

  .container {

    padding: 0

  }



}



@media(max-width: 1199px) {

  /* .container {

    padding: 0

  } */

}



@media(max-width: 760px) {

  .container {

    padding: 0 15px;

  }

}



/* Fonts */

@font-face {

  font-family: 'iconfont';

  /* project id 2346683 */

  src: url('//at.alicdn.com/t/font_2346683_teltixcs6qr.eot');

  src: url('//at.alicdn.com/t/font_2346683_teltixcs6qr.eot?#iefix') format('embedded-opentype'),

    url('//at.alicdn.com/t/font_2346683_teltixcs6qr.woff2') format('woff2'),

    url('//at.alicdn.com/t/font_2346683_teltixcs6qr.woff') format('woff'),

    url('//at.alicdn.com/t/font_2346683_teltixcs6qr.ttf') format('truetype'),

    url('//at.alicdn.com/t/font_2346683_teltixcs6qr.svg#iconfont') format('svg');

}



.Yc-icon {

  font-family: "iconfont" !important;

  font-size: 16px;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*Header button*/

.Header-button {

  margin-right: 2%;

  margin-top: 15px;

  position: fixed;

  height: 50px;

  width: 30px;

  cursor: pointer;

  right: 0;

  top: 0;

  z-index: 1032

}



.Header-button:after,

.Header-button:before {

  position: absolute;

  left: 0;

  width: 100%;

  height: 1px;

  background: #000;

  content: "";

  transition: ease 0.5s;

  -webkit-transition: ease 0.5s;

  -moz-transition: ease 0.5s;

  -o-transition: ease 0.5s;

}



.Header-button:after {

  bottom: 13px;

}



.Header-button:before {

  top: 13px;

}



.Header-button span {

  display: block;

  height: 1px;

  width: 100%;

  background: #000;

  position: absolute;

  top: 50%;

  left: 0;

  border-radius: 2px;

  margin-top: -1px;

  transition: ease 0.5s;

  -webkit-transition: ease 0.5s;

  -moz-transition: ease 0.5s;

  -o-transition: ease 0.5s;

}



.Header-button.active {

  margin-top: 5px;

}



.Header-button.active:after {

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform-origin: 0 100%;

  -webkit-transform-origin: 0 100%;

  -ms-transform-origin: 0 100%;

  -moz-transform-origin: 0 100%;

  -o-transform-origin: 0 100%;

  left: 5px;

  bottom: 13px;

}



.Header-button.active:before {

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform-origin: 0 100%;

  -webkit-transform-origin: 0 100%;

  -ms-transform-origin: 0 100%;

  -moz-transform-origin: 0 100%;

  -o-transform-origin: 0 100%;

  top: 13px;

  left: 5px;

}



.Header-button.active span {

  opacity: 0

}



@media(max-width: 760px) {

  .Header-button {

    margin-top: 5px;

  }

}



/*Header*/

#Header {

  height: 128px;

  border-top: solid 8px #006184;

  background: #fff;
  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s;

}



.Header-logo {

  width: 27%;

  height: 68px;

  margin-top: 27px;

  background: url(../images/logo_1.png) no-repeat left center;

  background-size: contain;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s;

}



.Header-logo a {

  display: block;

  width: 100%;

  height: 100%;

  text-indent: -999rem;

  overflow: hidden;

  opacity: 0

}



.Header-nav {

  display: flex

}



.Header-nav li {

  float: left;

  position: relative;

  text-align: center;

  flex: 1;

  margin-left: 35px;

  z-index: 2;

}



.Header-nav li:after {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 2px;

  background: #006184;

  content: "";

}



.Header-nav li&gt;a {

  font-size: 18px;

  color: #616161;

  height: 120px;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s;

  font-weight: 600;

}



.Header-nav li&gt;a&gt;span {

  display: block;

  font-size: 12px;

  color: #e0e0e0;

  text-transform: uppercase;

  line-height: 2;

  font-weight: initial;

}



.Header-menu {

  position: absolute;

  left: 50%;

  top: 120px;

  background: #fff;

  width: calc(100% + 100px);

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);

  display: none

}



.Header-menu a {

  display: block;

  text-align: center;

  border-bottom: solid 1px #f9f9f9;

  padding: 5px 10px;

  line-height: 30px;

  font-size: 14px;

  color: #333;

}



.Header-menu a:last-child {

  border-bottom: none

}



.Header-nav li:hover:after,

.Header-nav li.hover:after {

  width: 100%;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s;

}



.Header-nav li:hover&gt;a,

.Header-nav li.active&gt;a {

  color: #006184;

}



.Header-nav li:hover&gt;a&gt;span,

.Header-nav li.active&gt;a&gt;span {

  color: rgba(0, 97, 132, .5);

}



.Header-nav li:hover .Header-menu {

  display: block

}



.Header-menu a:hover {

  color: #fff;

  background: #006184;

}



.nav_line {

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s;

}



#Header.active {

  height: 88px;

  box-shadow: 0 5px 5px rgba(2, 30, 67, .1)

}



#Header.active .Header-logo {

  margin-top: 2px;

}



#Header.active .Header-nav li&gt;a {

  height: 80px;

  font-size: 16px;

}



#Header.active .Header-nav li&gt;a&gt;span {

  font-size: 12px;

}



#Header.active .Header-nav li .Header-menu {

  top: 80px

}



#Header.active .nav_line {

  top: 68px !important;

}



@media (min-width: 1200px) and (max-width: 1439px) {

  .Header-nav li {

    margin-left: 25px;

  }



  .Header-logo {

    width: 29%;

  }

}



@media(max-width: 1024px) {

  .Header-nav li {

    margin-left: 15px;

  }



  .Header-nav li&gt;a {

    font-size: 1.6rem

  }

}



@media(max-width: 760px) {

  #Header {

    border-top: none;

  }



  #Header.active {

    height: 60px;

  }



  #Header.active .Header-logo {

    margin-top: 10px;

    width: 68%;

    height: 40px;

    background-size: contain;

  }

}



/*Nav*/

#Nav {

  position: fixed;

  top: 0;

  right: -120%;

  z-index: 1031;

  background: #fff;

  width: 100%;

  padding: 25px 0;

  height: 100%;

  -moz-box-shadow: -3px 0px 6px rgba(0, 0, 0, .2);

  -webkit-box-shadow: -3px 0px 6px rgba(0, 0, 0, .2);

  box-shadow: -3px 0px 6px rgba(0, 0, 0, .2);

  transition: ease 0.5s;

  -webkit-transition: ease 0.5s;

  -moz-transition: ease 0.5s;

  -o-transition: ease 0.5s;

  overflow-y: auto

}



#Nav .Header-logo {

  background-position: center;

  width: 68%;

  margin: 30px auto 10px

}



#Nav ul li {

  display: block;

  position: relative;

  border-bottom: solid 1px #f5f5f5;

  overflow: hidden;

  padding: 0 20px;

}



#Nav ul li&gt;a {

  font-size: 16px;

  color: #333;

  line-height: 50px;

  display: block;

}



#Nav ul li&gt;span {

  position: absolute;

  right: 20px;

  top: 0;

  width: 44px;

  height: 44px;

  color: #333;

  font-size: 20px;

  text-align: center;

  line-height: 44px;

}



#Nav ul li&gt;span:before,

#Nav ul li&gt;span:after {

  position: absolute;

  content: "";

  background: #888888;

  transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%)

}



#Nav ul li&gt;span:before {

  left: 50%;

  top: 50%;

  width: 10px;

  height: 1px;

}



#Nav ul li&gt;span:after {

  left: 50%;

  top: 50%;

  width: 1px;

  height: 10px;

}



#Nav ul li:before {

  position: absolute;

  left: 5px;

  top: 50%;

  width: 3px;

  height: 16px;

  background: transparent;

  content: "";

  margin-top: -8px;

  display: none

}



.Nav-menu {

  display: none;

}



.Nav-menu a {

  display: block;

  line-height: 40px;

  padding: 0 20px;

  border-bottom: solid 1px #f5f5f5;

  font-size: 1.4rem;

  color: #333

}



.Nav-menu a:last-child {

  border-bottom: none

}



.Nav-menu a:hover {

  background: #006184;

  color: #fff

}



#Nav ul li.active&gt;a {

  color: #006184;

  font-weight: bold

}



#Nav ul li.active:before {

  background: #006184

}



#Nav ul li&gt;span.active:after {

  opacity: 0

}



#Nav.active {

  right: 0

}



/*Banner*/

#Banner {

  margin-top: 128px;

  width: 100%;

  overflow: hidden

}



.banner-pagination span {

  width: 40px;

  height: 4px;

  background: #fff;

  border-radius: 4px;

}



@media(max-width: 992px) {

  #Banner {

    margin-top: 78px;

  }

}



@media(max-width: 760px) {

  #Banner {

    margin-top: 60px;

  }



  .banner-pagination span {

    width: 20px;

  }



  .Page-banner.active {

    background-position: top 60px center;

  }

}



/*Main*/

/*Home about*/

.Home-about {

  background: #f2f5f9 url(../images/backg_1.png) no-repeat bottom center;

  padding-top: 30px;

  padding-bottom: 70px;

}



.Home-about-logo {

  margin-bottom: 30px;

}



.Home-about-logo img {

  height: 68px;

}



.Home-about-text {

  font-size: 18px;

  color: #6b6b6b;

  line-height: 1.8;

  padding: 0 10%;

}



.Home-about-text a p {

  text-indent: 2em;

  line-height: 2;

}



@media(max-width: 1024px) {

  .Home-about-text {

    padding: 0 5%

  }

}



@media(max-width: 992px) {

  .Home-about-text {

    padding: 0

  }

}



@media(max-width: 760px) {

  .Home-about {

    padding-top: 50px;

    padding-bottom: 40px;

  }



  .Home-about-logo img {

    max-height: 40px;

  }



  .Home-about-text {

    line-height: 1.8;

    font-size: 14px;

    text-align: left;

    text-align: justify;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 8;

    -webkit-box-orient: vertical;

    min-height: auto;

  }

}



@media(max-width: 320px) {

  .Home-about-text {

    font-size: 10px;

  }

}



/*Home advantage*/

.Home-advantage {

  background: url(../images/backg_2.png) no-repeat top center;

  padding: 65px 0 60px;

}



.Home-advantage-list {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  text-align: center

}



.Home-advantage-list li {

  width: 20%;

  text-align: center;

  display: inline-block;

}



/*

.Home-advantage-list li .adv-icon {

	position: relative;

	display: flex;

	align-items: center;

	width: 112px;

	height: 64px;

	margin: 0 auto;

	background:#006184;

	text-align: center;

	line-height: 64px;

	transition: all .4s ease 0s;

	-webkit-transition: all .4s ease 0s;

	-moz-transition: all .4s ease 0s;

}

.Home-advantage-list li .adv-icon div{

	position: relative;

	display: flex;

	align-items: center;

	width: 108px;

	height: 62px;

	margin: 0 auto;

	background: #fff;

	text-align: center;

	line-height: 62px;

	transition: all .4s ease 0s;

	-webkit-transition: all .4s ease 0s;

	-moz-transition: all .4s ease 0s;

}

.Home-advantage-list li .adv-icon:after {

	content: "";

	position: absolute;

	display: block;

	top: -88px;

	width: 0;

	height: 0;

	border: 56px solid transparent;

	border-bottom: 32px solid #006184;

}

.Home-advantage-list li .adv-icon div:after {content: "";

	position: absolute;

	display: block;

	top: -84px;

	width: 0;

	height: 0;

	border: 54px solid transparent;

	border-bottom: 30px solid #fff;

	z-index: 1;

}

.Home-advantage-list li .adv-icon:before {

	content: "";

	position: absolute;

	display: block;

	bottom: -88px;

	width: 0;

	height: 0;

	border: 56px solid transparent;

	border-top: 32px solid #006184;

}

.Home-advantage-list li .adv-icon div:before {

	content: "";

	position: absolute;

	display: block;

	bottom: -84px;

	width: 0;

	height: 0;

	border: 54px solid transparent;

	border-top: 30px solid #fff;

}

*/

.Home-advantage-list li i {

  display: flex;

  height: 96px;

  align-items: center;

  justify-content: center;

  background: url(../images/backg_5.png) no-repeat center;

  background-size: contain;

  ;

  text-align: center;

  font-size: 32px;

  color: #006184;

  margin: auto

}



.Home-advantage-list li h2 {

  margin-top: 20px;

  font-size: 20px;

  color: #006184;

  font-weight: bold;

  line-height: 1;

  margin-bottom: 5px;

}



.Home-advantage-list li p {

  font-size: 14px;

  color: #999999;

  line-height: 2;

  padding: 0 15px;



}



@media(max-width: 992px) {





  .Home-advantage-list li i {

    width: 80px;

    height: 93px;

    background-size: contain;

    line-height: 93px;

    font-size: 4rem

  }



  .Home-advantage-list li h2 {

    font-size: 2rem

  }



  .Home-advantage-list li p {

    font-size: 1.4rem

  }

}



@media(max-width: 760px) {

  .Home-advantage {

    padding: 30px 0

  }



  .Home-advantage .container {

    padding: 0;

  }



  .Home-advantage-list li {

    margin-bottom: 20px;

    width: 32%;

  }



  .Home-advantage-list li:nth-child(4),

  .Home-advantage-list li:nth-child(5) {

    width: 50%;

  }



  .Home-advantage-list li i {

    width: 50px;

    height: 58px;

    line-height: 58px;

    font-size: 2.2rem

  }



  .Home-advantage-list li h2 {

    font-size: 16px;

    min-height: auto;

    line-height: 2;

    margin-top: 8px;

    margin-bottom: 0px;

  }



  .Home-advantage-list li p {

    padding: 0 6px;

    font-size: 12px;

    line-height: 1.6;

  }

}



@media(max-width: 320px) {





  .Home-advantage-list li h2 {

    font-size: 12px;

    min-height: auto;

  }



  .Home-advantage-list li p {

    font-size: 10px;

    line-height: 1.8

  }

}



/*Home setting*/

.Home-setting {

  position: relative;

}



.Home-setting-thumbnail {

  position: absolute;

  left: 0;

  bottom: 55px;

  width: 100%

}



.Home-setting-thumbnail .container {

  position: relative

}



.setting-next,

.setting-prev {

  outline: none

}



.setting-prev:after,

.setting-next:after {

  font-size: 24px;

  color: #fff;

  outline: none;

}



.setting-next {

  right: -50px

}



.setting-prev {

  left: -50px

}



.swiper-setting-bottom ul li {

  border: solid 4px #fff;

  cursor: pointer;

  box-shadow: 0 0 10px rgba(0, 0, 0, .2);

  margin-bottom: 10px;

}



.page-path-container .page-path-left .swiper-path .swiper-wrapper li {

  width: 70%;

  margin-left: 13%;

}



.swiper-setting-bottom ul li.swiper-slide-thumb-active {

  border-color: #024597;

}



@media(max-width: 1024px) {



  .setting-prev,

  .setting-next {

    display: none

  }

}



@media(max-width: 992px) {

  .Home-setting-thumbnail {

    bottom: 10px;

  }

}



@media(max-width: 760px) {

  .swiper-setting-top ul li {

    height: 250px;

  }



  .swiper-setting-top ul li img {

    position: absolute;

    left: 50%;

    top: 0;

    max-width: none;

    height: 100%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%)

  }



  .setting-pagination span {

    background: #fff;

  }



  .Home-setting-thumbnail {

    position: initial;

    left: auto;

    bottom: auto;

  }



  .swiper-setting-bottom ul li {

    margin-top: 10px;

  }

}



/*Home service*/

.Home-service-list li {

  display: flex

}



.Home-service-list li:nth-child(2n) {

  direction: rtl;

}



.Home-service-list li:nth-child(2n) a .Home-service-text {

  direction: ltr;

}



.Home-service-list li a {

  width: 100%;

  display: flex;

}



.Home-service-img {

  width: 50%;

  overflow: hidden;

  background-position: top center;

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-size: 50% auto

}



.Home-service-img img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

  width: 100%;

  height: 100%;

  object-fit: cover;



}



.Home-service-text {

  width: 50%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-start;

}



.Home-service-text .text-box {

  align-items: initial;

  min-width: 630px;

  width: 32.8125%

}



.Home-service-text h2 {

  text-align: left;

  width: 100%;

  font-size: 22px;

  color: #006184;

  font-weight: bold;

  line-height: 40px;

}



/*.Home-service-text h2:after{display: block;width: 60px;height: 4px;background: #006184;content: "";margin-top: 15px;}*/

.Home-service-text h2 span {

  margin-left: 20px;

  font-size: 16px;

  color: #006184;

  font-weight: 800;

}



.Home-service-text h2 i {

  font-style: normal

}



.Home-service-text .f-name {

  font-size: 12px;

  color: #006184;

  text-transform: uppercase;

  margin: 0 0 25px;

}



.Home-service-text p {

  text-indent: 2em;

  font-size: 14px;

  color: #6b6b6b;

  line-height: 2;

  /*min-height: 170px;*/

  text-align: justify;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 3;

  display: -webkit-box;

  -webkit-box-orient: vertical;

}



.Home-service-more {

  width: 142px;

  height: 35px;

  border-radius: 17.5px;

  background: #006184;

  text-align: center;

  line-height: 33px;

  font-size: 14px;

  color: #fff;

  display: block;

  margin-left: 0;

  margin-top: 40px;

  border: solid 1px #006184;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s

}



.Home-service-more:hover {

  background: #fff;

  color: #006184

}



.Home-service-list li .Home-service-img {

  /*float: left;background-position: left center;*/

  display: flex;

  justify-content: flex-end;

}



/*.Home-service-list li:nth-child(odd) .Home-service-text{padding-left: 4.16%;}*/

/*.Home-service-list li:nth-child(odd) .Home-service-text&gt;.text-box{float: left}*/

/*.Home-service-list li:nth-child(even) .Home-service-img{float: right;background-position: right center}*/

/*.Home-service-list li:nth-child(even) .Home-service-text{padding-right: 4.16%;}*/

/*.Home-service-list li:nth-child(even) .Home-service-text&gt;.text-box{float: right}*/

.Home-service-list li .Home-service-text {

  border-bottom: solid 1px #eff2f7;

  padding: 30px 0;

}



.Home-service-list li:hover .Home-service-img img {

  transform: scale(1.2)

}



@media screen and (min-width: 1440px) {

  .Home-service-list {

    width: 100%;

    margin: 0 auto;

  }

}



@media(min-width: 1300px) and (max-width: 1400px) {

  .Home-service-text .text-box {

    min-width: 550px

  }



  .Home-service-text h2 {

    font-size: 30px;

  }



  .Home-service-text h2 span {

    font-size: 20px;

  }

}



@media(min-width: 1200px) and (max-width: 1299px) {

  .Home-service-text .text-box {

    min-width: 500px

  }



  .Home-service-text h2 {

    font-size: 24px;

  }



  .Home-service-text h2:after {

    margin-top: 10px;

  }



  .Home-service-text h2 span {

    font-size: 16px;

  }



  .Home-service-text p {

    line-height: 1.8;

    /* min-height: 150px; */

  }

}



@media(max-width: 1199px) {

  .Home-service-text .text-box {

    min-width: 98%

  }



  .Home-service-list li:nth-child(odd) .Home-service-text {

    padding: 0 2%

  }



  .Home-service-list li:nth-child(even) .Home-service-text {

    padding: 0 2%

  }



  .Home-service-text h2 {

    font-size: 2rem;

    line-height: 30px;

    margin-bottom: 15px;

  }



  .Home-service-text h2 span {

    font-size: 1.6rem

  }



  .Home-service-text h2:after {

    margin-top: 5px;

  }



  .Home-service-text p {

    font-size: 1.4rem;

    line-height: 1.8

  }



  .Home-service-more {

    margin-top: 10px;

  }

}



@media(max-width: 992px) {

  .Home-service-list li .Home-service-img {

    height: 220px;

  }



  .Home-service-text p {

    font-size: 1.2rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    line-height: 2;

    min-height: auto

  }



  .Home-service-more {

    margin-top: 15px;

  }

}



@media(max-width: 760px) {



  /*.Home-service{margin-top: 20px;}*/

  .Home-service-list {

    width: 100%;

  }



  .Home-service-list li {

    justify-content: center;

  }



  .Home-service-list li .Home-service-img {

    height: 135px;

  }



  .Home-service-text h2 {

    text-align: center;

    margin-bottom: 0;

    font-size: 16px

  }



  .Home-service-text h2:after {

    display: none

  }



  .Home-service-text h2 span {

    display: block;

    margin-left: 0;

    font-size: 12px;

    font-weight: 400;

  }



  .Home-service-text h2 span i {

    display: block;

    line-height: 1;

  }



  .Home-service-text .f-name {

    text-align: center;

    margin-bottom: 0;

  }



  .Home-service-text p {

    /*-webkit-line-clamp:2*/

    display: none;

  }



  .Home-service-more {

    width: 100px;

    height: 30px;

    line-height: 28px;

    font-size: 1.2rem;

    display: none

  }

}



@media(max-width: 320px) {

  .Home-service-text h2 {

    font-size: 1.4rem;

    line-height: 20px

  }



  .Home-service-text h2 span {

    font-size: 1.2rem

  }

}



/*Home team*/

.Home-team {

  padding-top: 80px;

}



.Home-team .container {

  background: url(../images/backg_3.png) no-repeat right top 130px

}



.Home-team-top {

  /*height: 460px;*/

  position: relative;

  padding-top: 30px;

  margin-bottom: 60px;

}



.Home-team-top .Home-team-title {

  /*position: absolute;*/

  left: 0;

  top: 0;

  width: 100%;

  margin-bottom: 50px;

}



.Home-team-top .Home-team-title h2 span {

  font-size: 12px;

  color: #1c3d75;

  text-transform: uppercase;

  display: block

}



.Home-team-top .Home-team-title h2 b {

  font-size: 32px;

  letter-spacing: 2px;

  color: #1c3d75

}



.Home-team-top .Home-team-title p {

  font-size: 16px;

  color: #555;

  letter-spacing: 5px;

  margin-top: 15px;

}



.Home-team-left {

  width: 45%;

  overflow: hidden;

  position: relative;

}



.Home-team-left:after {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 290px;

  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(2, 58, 132, .05)), to(rgba(2, 58, 132, .6)));

  content: ""

}



.Home-team-img {

  float: left;

  position: relative;

  z-index: 2;

  width: 196px;

}



.Home-team-text {

  width: calc(100% - 196px);

  padding-left: 50px;

  position: absolute;

  right: 0px;

  bottom: 45px;

  z-index: 2

}



.Home-team-text h3 {

  font-size: 32px;

  color: #fff;

  font-weight: 600

}



.Home-team-text h3 span {

  font-size: 20px;

  margin-left: 5px;

  font-weight: normal

}



.Home-team-text h4 {

  font-size: 20px;

  color: #fff;

  line-height: 36px;

  /*font-family: SimSun-ExtB*/

}



.Home-team-text h5 {

  font-size: 16px;

  color: #fff;

  margin-bottom: 30px;

}



.Home-team-summary {

  font-size: 16px;

  color: #fff;

  line-height: 26px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

}



.Home-team-bottom {

  margin-bottom: 60px;

}



.Home-team-avatar {

  width: 162px;

  height: 162px;

  display: block;

  border-radius: 50%;

  background-size: cover;

  margin: auto;

  border: solid 2px #fff;

  overflow: hidden

}



.swiper-team li {

  cursor: pointer

}



.swiper-team li h3 {

  margin-top: 30px;

  font-size: 24px;

  color: #1c3d75;

  font-weight: bold

}



.swiper-team li h3 span {

  font-size: 18px;

  margin-left: 5px;

}



.swiper-team li p {

  font-size: 14px;

  color: #555555;

  /*font-family: SimSun-ExtB;*/

  line-height: 2;

  margin-top: 5px;

}



.Home-team-subtitle {

  position: relative;

}



.Home-team-subtitle:before {

  position: absolute;

  top: 14px;

  width: 100%;

  height: 1px;

  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(2, 58, 132, .05)), to(rgba(2, 58, 132, .05)), color-stop(0.2, #1C3D75), color-stop(0.6, #1C3D75));

  content: "";

  left: 0

}



.Home-team-subtitle h3 {

  padding-top: 60px;

  position: relative;

  font-size: 28px;

  color: #1c3d75;

  font-weight: bold

}



.Home-team-subtitle h3:before {

  position: absolute;

  left: 50%;

  top: 0;

  width: 29px;

  height: 29px;

  border: solid 2px #006184;

  border-radius: 50%;

  margin-left: -14.5px;

  content: "";

  background: #fff;

}



.Home-team-subtitle h3:after {

  position: absolute;

  left: 50%;

  top: 6px;

  width: 17px;

  height: 17px;

  background: #006184;

  border-radius: 50%;

  content: "";

  margin-left: -8.5px

}



.Home-team-subtitle p {

  font-size: 16px;

  color: #555555;

  font-weight: lighter;

  letter-spacing: 5px;

  margin-top: 10px;

  margin-bottom: 60px;

}



.swiper-team li.active .Home-team-avatar {

  border-color: #006184

}



@media(max-width: 1024px) {

  .Home-team .container {

    background-size: 40%

  }



  .Home-team-top .Home-team-title h2 span {

    font-size: 10px

  }



  .Home-team-top .Home-team-title h2 b {

    font-size: 18px

  }



  .Home-team-top .Home-team-title p {

    font-size: 12px;

    letter-spacing: 5px;

  }



  .Home-team-left {

    width: 70%

  }

}



@media(max-width: 992px) {

  .Home-team-top {

    height: auto;

    margin-bottom: 30px;

  }



  /*    .Home-team-left{margin-top: 30px;}*/

  .Home-team-left:after {

    height: 100%;

  }



  .Home-team-img {

    width: 200px;

  }



  .Home-team-text {

    width: calc(100% - 220px);

    padding-left: 30px;

  }



  .Home-team-text h3 {

    font-size: 24px

  }



  .Home-team-text h3 span {

    font-size: 14px

  }



  .Home-team-text h4 {

    font-size: 14px

  }



  .Home-team-text h5 {

    font-size: 14px

  }



  .Home-team-summary {

    font-size: 12px;

    line-height: 1.8

  }



  .Home-team-avatar {

    width: 140px;

    height: 140px;

  }



  .swiper-team li h3 {

    font-size: 18px

  }



  .swiper-team li h3 span {

    font-size: 14px

  }

}



@media(max-width: 760px) {

  .Home-team {

    padding-top: 50px;

  }



  .Home-team .container {

    background: none

  }



  .Home-team-top {

    padding-top: 0

  }



  .Home-team-top .Home-team-title {

    position: initial;

    left: auto;

    top: auto

  }



  .Home-team-top .Home-team-title h2 b {

    font-size: 18px

  }



  .Home-team-top .Home-team-title p {

    font-size: 12px;

    letter-spacing: 2px;

    margin-top: 5px;

  }



  .Home-team-left {

    width: 100%

  }



  .Home-team-img {

    width: 120px;

  }



  .Home-team-text {

    width: calc(100% - 120px);

    padding-left: 20px;

    bottom: 30px;

  }



  .Home-team-text h3 {

    font-size: 16px

  }



  .Home-team-text h3 span {

    font-size: 12px

  }



  .Home-team-text h4 {

    font-size: 12px;

    line-height: 20px

  }



  .Home-team-text h5 {

    font-size: 12px;

    margin-bottom: 10px;

  }



  .Home-team-summary {

    font-size: 12px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

  }



  .Home-team-avatar {

    width: 90px;

    height: 90px;

  }



  .swiper-team li h3 {

    margin-top: 15px;

    font-size: 16px;

    line-height: 1.5

  }



  .swiper-team li h3 span {

    display: block;

    font-size: 12px

  }



  .swiper-team li p {

    font-size: 12px

  }



  .Home-team-subtitle h3 {

    font-size: 18px

  }



  .Home-team-subtitle p {

    font-size: 12px;

    letter-spacing: initial;

    margin-bottom: 40px;

  }

}



@media(max-width: 320px) {

  .Home-team-img {

    width: 120px;

  }



  .Home-team-text {

    width: calc(100% - 120px);

    padding-left: 20px;

    bottom: 10px;

    padding-right: 10px

  }



  .Home-team-summary {

    -webkit-line-clamp: 3

  }

}



/*Home news*/

.Home-news {

  background: #eff2f7;

  padding: 80px 0 100px;

}



.Home-news-title {

  height: 75px;

  margin-bottom: 25px

}



.Home-news-title h2 {

  font-size: 28px;

  color: #006184;

  overflow: hidden;

  line-height: 60px;

}



.Home-news-title h2 b {

  display: inline-block;

  position: relative;

  padding-bottom: 10px

}



.Home-news-title h2 b:after {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 4px;

  background: #006184;

  content: ""

}



.Home-news-title h2 span {

  font-size: 14px;

  color: #a8a8a8;

  margin-left: 20px;

  text-transform: uppercase;

}



.Home-news-nav {

  padding-top: 22px;

}



.Home-news-nav a {

  line-height: 30px;

  padding: 0 20px;

  font-size: 16px;

  color: #777777;

  display: inline-block

}



.Home-news-nav a.active,

.Home-news-nav a:hover {

  background: #006184;

  color: #fff;

}



.Home-news-content {

  background: #fff;

  padding: 35px 50px 50px;

}



.Home-news-box {

  margin-bottom: 50px;

  overflow: hidden

}



.Home-news-box ul li h3 {

  font-size: 16px;

  color: #555555;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

  line-height: 2;

}



.Home-news-time {

  font-size: 12px;

  color: #999999;

  line-height: 2;

  margin-bottom: 15px

}



.Home-news-img {

  display: block;

  overflow: hidden;

  margin-bottom: 20px;

}



.Home-news-summary {

  font-size: 14px;

  color: #9f9f9f;

  line-height: 2;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}



.Home-news-more {

  margin-top: 20px;

  display: block;

  width: 155px;

  height: 32px;

  border: solid 1px #e3e3e3;

  border-radius: 16px;

  line-height: 32px;

  text-align: center;

  font-size: 16px;

  color: #9f9f9f;

  text-transform: uppercase;

}



.Home-news-box ul li:hover h3 {

  color: #006184

}



.Home-news-box ul li:hover .Home-news-more {

  border-color: #006184;

  background: #006184;

  color: #fff;

}



.Home-more a {

  display: inline-block;

  height: 46px;

  border: solid 1px #dedede;

  line-height: 46px;

  text-align: center;

  margin: auto;

  padding: 0 26px;

  font-size: 12px;

  color: #949494

}



.Home-more a:hover {

  border-color: #006184;

  background: #006184;

  color: #fff

}



@media(max-width: 992px) {

  .Home-news-title h2 b {

    font-size: 2.5rem;

    padding-bottom: 10px;

    line-height: 40px

  }



  .Home-news-content {

    padding: 25px 20px 35px;

  }

}



@media(max-width: 760px) {

  .Home-news {

    padding: 30px 0

  }



  .Home-news-title {

    height: auto;

  }



  .Home-news-title h2 {

    text-align: center;

    width: 100%;

    line-height: 1

  }



  .Home-news-title h2 b {

    display: block;

    line-height: 1;

    padding-bottom: 20px;

    font-size: 2rem

  }



  .Home-news-title h2 b:after {

    display: block;

    width: 20px;

    left: 50%;

    margin-left: -10px;

    height: 3px;

  }



  .Home-news-title h2 span {

    margin-left: auto;

    line-height: 1;

    font-size: 14px;

    display: block;

    margin-top: 15px;

  }



  .Home-news-nav {

    width: 100%;

    text-align: center

  }



  .Home-news-content {

    padding: 15px

  }



  .Home-news-box {

    margin-bottom: 20px;

  }



  .Home-news-img {

    margin-bottom: 10px;

  }



  .Home-news-summary {

    font-size: 12px

  }



  .Home-news-more {

    width: 80px;

    height: 30px;

    line-height: 30px;

    font-size: 12px;

    margin-top: 5px;

  }



  .Home-more a {

    height: 34px;

    line-height: 32px;

    font-size: 12px

  }

}



/*Footer*/

#Footer {

  background: #006184;

}



.Footer-top {

  padding: 65px 0 85px;

}



.Footer-nav {

  width: 43.625%

}



.Footer-nav-list {

  font-size: 16px;

  color: #fff;

  margin-bottom: 35px;

}



.Footer-nav-list a {

  color: #fff;

  position: relative;

  padding: 0 20px;

}



.Footer-nav-list a:after {

  position: absolute;

  right: 0;

  top: 50%;

  width: 1px;

  height: 16px;

  background: #fff;

  opacity: .16;

  content: "";

  margin-top: -8px;

}



.Footer-nav-list a:first-child {

  padding-left: 0

}



.Footer-tel {

  font-size: 14px;

  color: #fff;

  line-height: 2;

  opacity: .65

}



.Footer-tel dd {

  padding: 0;

  line-height: 2;

  font-size: 14px;

}



.Footer-tel dd a {

  color: #fff

}



.Footer-code {

  width: 125px;

  margin-left: 20px;

}



.Footer-code p {

  font-size: 14px;

  color: #fff;

  margin-top: 15px;

}



.Footer-form {

  width: 41.72%

}



.Footer-form h3 {

  font-size: 20px;

  color: #fff;

}



.Footer-form h3 span {

  font-size: 15px;

  color: #fff;

  opacity: .5

}



.Footer-form-list {

  margin-top: 15px;

}



.Footer-form-list li {

  padding: 0 5px;

  margin-bottom: 12px;

}



.Footer-form-list li:nth-child(odd) {

  padding-left: 0

}



.Footer-form-list li:nth-child(even) {

  padding-right: 0

}



.Footer-form-list li input {

  width: 100%;

  height: 42px;

  background: rgba(0, 0, 0, .2);

  outline: none;

  border: none;

  padding-left: 15px;

  font-size: 14px;

  color: #fff;

}



.Footer-form-list li button {

  height: 42px;

  width: 100%;

  background: #0064bb;

  border: none;

  border-radius: 6px;

  color: #fff;

  font-size: 20px;

  outline: none

}



.Footer-copy {

  background: #0a0a0a;

  padding: 25px 0;

  position: relative;

  font-size: 14px;

  color: rgba(255, 255, 255, .56)

}



.Footer-copy i {

  position: absolute;

  left: 50%;

  top: -50px;

  width: 140px;

  height: 50px;

  background: url(../images/backg_4.png) no-repeat top center;

  content: "";

  margin-left: -70px;

  cursor: pointer

}



.Footer-copy a {

  color: rgba(255, 255, 255, .56)

}



@media(max-width: 1024px) {

  .Footer-nav {

    width: 38.625%

  }



  .Footer-nav-list {

    display: none

  }



  .Footer-tel dd {

    width: 100% !important;

    float: none;

  }



  .Footer-form {

    width: 41.72%

  }



  .Footer-form h3 {

    font-size: 1.8rem

  }



  .Footer-form h3 span {

    font-size: 1.2rem

  }

}



@media(max-width: 992px) {

  .Footer-top {

    padding: 30px 0 85px

  }



  .Footer-nav {

    width: 70%

  }



  .Footer-code {

    margin-left: auto;

    /* width: 30% */

  }



  .Footer-form {

    width: 100%;

    border-top: solid 1px rgba(255, 255, 255, .2);

    margin-top: 30px;

    padding-top: 30px;

  }



  .Footer-form h3 {

    font-size: 1.4rem

  }

}



@media(max-width: 760px) {

  .Footer-nav {

    width: 100%;

    border-bottom: solid 1px rgba(255, 255, 255, .2);

    padding-bottom: 20px;

    margin-bottom: 20px;

    text-align: center

  }



  .Footer-tel {

    font-size: 1.2rem

  }



  .Footer-form-list li {

    padding: 0

  }



  .Footer-code {

    width: 100%

  }



  .Footer-code img {

    width: 125PX;

  }



  .Footer-copy {

    font-size: 12px;

    padding: 10px 0;

    line-height: 1.8

  }

}



/*Page public*/

.Page-banner {

  height: 500px;

  background-position: top 128px center;

  background-attachment: fixed;

  background-repeat: no-repeat;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -o-transition: all .5s

}



.Page-banner.active {

  background-position: top 78px center;

}



.Page-channel {

  box-shadow: 0 0 6px rgba(2, 30, 67, .1);

  height: 84px;

}



.Page-channel-left {

  overflow: hidden

}



.Page-channel-left li {

  width: 200px;

  height: 84px;

  float: left;

  text-align: center;

  position: relative

}



.Page-channel-left li a {

  font-size: 16px;

  color: #1c3d75;

  height: 84px;

}



.Page-channel-left li a span {

  display: inline-block;

  text-align: left

}



.Page-channel-left li a span i {

  display: block;

  font-style: normal;

  /*font-family: SimSun;*/

  color: #95a4be;

  opacity: .38;

  text-transform: uppercase;

  font-size: 12px;

  line-height: 20px

}



.Page-channel-left li:hover a,

.Page-channel-left li.active a {

  background: #006184;

  color: #fff;

}



.Page-channel-left li:hover a span i,

.Page-channel-left li.active a span i {

  color: #fff;

}



.Page-location {

  line-height: 84px;

  font-size: 14px;

  color: #969696;

}



.Page-location a {

  color: #969696;

}



.Page-location a:last-child {

  color: #1c3d75

}



.Page-text {

  font-size: 14px;

  color: #333;

  line-height: 2;

}



@media(max-width: 1024px) {

  .Page-channel {

    height: 52px;

  }



  .Page-channel-left li {

    width: 130px;

    height: 52px;

  }



  .Page-channel-left li a {

    font-size: 1.4rem;

    height: 100%;

    line-height: initial;

  }



  /*    .Page-channel-left li a span{height: 100%;}*/

  .Page-channel-left li a span i {

    font-size: 1.2rem

  }



  .Page-location {

    height: 52px;

    line-height: 52px;

    font-size: 1.3rem

  }

}



@media(max-width: 992px) {

  .Page-banner {

    background-position: top 78px center;

    background-size: 150% auto;

    height: 300px

  }



  .Page-channel-left {

    width: 100%;

    display: flex

  }



  .Page-channel-left li {

    flex: 1

  }



  .Page-location {

    display: none

  }

}



@media(max-width: 760px) {

  .Page-banner {

    height: 106px;

    background-attachment: initial;

    background-position: top 0 center;

    background-size: cover

  }



  .Page-channel {

    height: 56px;

  }



  .Page-channel .container {

    padding: 0

  }



  .Page-channel-left li {

    height: 56px;

  }



  .Page-channel-left li a {

    font-size: 14px;

    padding: 0 5px;

  }



  .Page-channel-left li a span {

    font-size: 12px;

  }



  .Page-channel-left li:hover a span i,

  .Page-channel-left li.active a span i {

    font-size: 10px;

  }

}



@media(max-width: 320px) {

  .Page-banner {

    height: 160px;

  }

}



/*Page about*/

.Page-about {

  background: url(../images/backg_6.png) no-repeat bottom center;

  padding: 80px 0;

  position: relative

}



.Page-about:after {

  position: absolute;

  right: 0;

  top: 0;

  background: #f3f5f9 url(../images/backg_1.png) no-repeat right -200px bottom;

  content: "";

  width: 45%;

  height: 100%

}



.recruit-page-about:after {

  display: none;

}



.Page-about .container {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  position: relative;

  z-index: 2

}



.Page-about .container::before,

.Page-about .container::after {

  display: none;

}



.Page-about-left {

  margin: 0;

  width: 46%

}



.recruit-page-about .Page-about-left {

  width: 100%;

}



.Page-about-logo {

  margin-bottom: 30px;

}



.Page-about-logo img {

  height: 55px;

}



.Page-about-text {

  font-size: 15px;

  color: #6b6b6b;

  line-height: 2;

}



.Page-about-text p {

  text-align: justify;

}



.Page-about-right {

  margin: 0;

  width: 51.4%

}



.Page-advantage {

  background: #f3f5f9 url(../images/backg_7.png) no-repeat top center;

  padding: 35px 0 30px

}



.Page-honor {

  padding: 60px 0 30px;

  background: #f3f5f9

}



.Page-honor-list {

  margin: auto -20px

}



.Page-honor-list li {

  padding: 0 20px;

  margin-bottom: 20px;

}



.Page-honor-img {

  display: block;

  overflow: hidden

}



.Page-honor-img img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  ;

  -ms-transition: all .3s;

  -o-transition: all .3s;

}



.Page-honor-list li span {

  display: block;

  text-align: center;

  font-size: 16px;

  color: #454545;

  padding-top: 20px;

}



.Page-path {

  padding-top: 80px;

  padding-bottom: 80px;

}



.Page-path-title {

  padding: 15px;

  font-size: 28px;

  color: #006184;

  font-weight: bold;

}



.Page-path-subtitle {

  font-size: 16px;

  color: #555555;

  margin-top: 15px;

}



.Page-path-box {

  margin-top: 40px;

  position: relative

}



.Page-path-box:before {

  position: absolute;

  left: 0;

  top: 20px;

  height: 1px;

  width: 100%;

  background: #eeeeee;

  content: ""

}



.Page-path-box .container {

  position: relative;

  padding: 0 5%

}



.dsj-container .swiper-container .Page-path-text img {

  border-radius: 20px;

}



.path-next,

.path-prev {

  width: 40px;

  height: 40px;

  background: #dedede;

  border-radius: 50%;

  line-height: 40px;

  outline: none;

  top: 20px;

}



.path-next:after,

.path-prev:after {

  font-size: 18px;

  color: #fff;

}



.path-prev {

  left: 0

}



.path-next {

  right: 0

}



.Page-path-round {

  display: block;

  width: 24px;

  height: 24px;

  background: #fff;

  border: solid 1px #dedede;

  border-radius: 50%;

  margin-top: 8px;

  position: relative;

  margin-bottom: 30px

}



.Page-path-round:after {

  position: absolute;

  left: 50%;

  bottom: -20px;

  width: 0;

  height: 0;

  border-left: solid 5px transparent;

  border-right: solid 5px transparent;

  border-top: solid 8px #006184;

  content: "";

  margin-left: -5px;

  opacity: 0

}



.Page-path-round i {

  display: block;

  width: 14px;

  height: 14px;

  border-radius: 50%;

  background: #dedede;

  margin: 4px;

}



.swiper-path-top ul li.swiper-slide-thumb-active .Page-path-round {

  border-color: #006184

}



.swiper-path-top ul li.swiper-slide-thumb-active .Page-path-round:after {

  opacity: 1

}



.swiper-path-top ul li.swiper-slide-thumb-active .Page-path-round i {

  background: #006184

}



.swiper-path-top {

  margin-bottom: 30px;

}



.swiper-path-bottom ul li h3 {

  font-size: 20px;

  color: #006184;

  font-weight: bold;

  margin-bottom: 40px;

  line-height: 2

}



@media(max-width: 1024px) {

  .Page-about:after {

    background-position: right -450px bottom

  }



  .Page-about-logo {

    margin-bottom: 20px;

  }



  .Page-about-logo img {

    max-height: 50px;

  }



  .Page-about-text {

    font-size: 1.2rem;

    line-height: 1.8;

  }



  .Page-path-title {

    font-size: 2.6rem

  }



  .Page-path-subtitle {

    font-size: 1.6rem

  }



  .swiper-path-bottom ul li h3 {

    font-size: 2rem

  }

}



@media(max-width: 992px) {

  .Page-about {

    padding: 50px 0

  }



  .Page-about:after {

    display: none

  }



  .Page-about-left {

    width: 100%

  }



  .Page-about-logo {

    text-align: center

  }



  .Page-about-text {

    font-size: 1.4rem;

    line-height: 2;

    margin-bottom: 30px;

  }



  .Page-about-right {

    width: 100%

  }



  .Page-honor-list {

    margin: auto;

  }



  .Page-honor-list li {

    padding: 0 5px;

    margin-bottom: 10px;

  }

}



@media(max-width: 760px) {

  .Page-about {

    padding: 40px 0

  }



  .Page-about-text {

    font-size: 1.2rem;

    color: #333;

    line-height: 2

  }



  .Page-advantage {

    padding: 30px 0

  }



  .Page-honor {

    padding: 30px 0

  }



  .Page-honor-list li span {

    padding: 10px 0;

    font-size: 1.4rem;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden

  }



  .Page-path {

    padding: 40px 0

  }



  .Page-path-title {

    font-size: 2rem

  }



  .Page-path-subtitle {

    font-size: 1.2rem

  }



  .swiper-path-top {

    margin-bottom: 20px;

  }



  .path-next,

  .path-prev {

    width: 30px;

    height: 30px;

    top: 26px;

  }



  .path-next:after,

  .path-prev:after {

    font-size: 1.4rem

  }



  .Page-path-round {

    width: 16px;

    height: 16px;

    margin-top: 12px;

  }



  .Page-path-round i {

    width: 6px;

    height: 6px;

  }



  .swiper-path-bottom ul li h3 {

    font-size: 1.4rem;

    line-height: 1.8

  }

}



/*Page founder*/

.Page-founder-top {

  padding: 100px 0 95px

}



.Page-founder-left {

  width: 320px;

}



.Page-founder-right {

  width: calc(100% - 320px);

  padding-left: 45px;

}



.Page-founder-content-left {

  width: 100%

}



.Page-founder-content-left h2 {

  font-size: 32px;

  color: #006184;

  font-weight: bold;

  line-height: 1;

  margin-bottom: 15px;

}



.Page-founder-content-left h2 span {

  margin-left: 20px;

}



.Page-founder-list {

  min-height: 200px

}



.Page-founder-list dd {

  float: left;

  font-size: 14px;

  color: #454545;

  min-width: 290px;

  line-height: 2

}



.Page-founder-content-right {

  text-align: center;

  font-size: 16px;

  color: #454545;

}



.Page-founder-code {

  display: block;

  width: 186px;

  height: 186px;

  box-shadow: 0 0 6px rgba(0, 0, 0, .2);

  margin: 10px

}



.Page-founder-album {

  margin-top: 30px;

}



.Page-founder-album ul li {

  position: absolute;

  bottom: -60px;

  right: -37px;

  height: min-content;

}



.Page-founder-album ul li img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-founder-album ul li:hover img {

  transform: scale(1.2);

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2)

}



.Page-pursue {

  background: #eff2f7;

  padding: 70px 0

}



.Page-pursue .container {

  background: #fff;

  padding: 40px;

}



.Page-pursue-title {

  font-size: 28px;

  color: #006184;

  font-weight: bold;

  margin-bottom: 20px

}



.Page-pursue-subtitle {

  font-size: 16px;

  color: #555555;

  margin-bottom: 65px

}



.Page-pursue-box {

  position: relative;

  padding-bottom: 30px;

}



.Page-pursue-line-one {

  width: 575px;

  height: 575px;

  border: dashed 1px #acbfdd;

  border-radius: 50%;

  position: relative

}



.Page-pursue-line-one:after {

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border-right: solid 2px #006184;

  content: "";

  border-radius: 50%;

  z-index: 2;

  animation: rotate 5s infinite

}



.Page-pursue-line-two {

  width: 456px;

  height: 456px;

  border: dashed 1px #acbfdd;

  border-radius: 50%;

  margin-top: 67px;

  margin-left: 70px;

  position: relative;

}



.Page-pursue-line-two:after {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border-left: solid 2px #006184;

  content: "";

  border-radius: 50%;

  z-index: 2;

  animation: rotate 5s infinite

}



.Page-pursue-logo {

  width: 274px;

  height: 274px;

  border: solid 20px #acbfdd;

  border-radius: 50%;

  padding: 15px;

  position: absolute;

  right: 80px;

  bottom: 60px

}



.Page-pursue-content {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%

}



.Page-pursue-list {

  width: 100%;

  height: 100%;

  position: relative;

}



.Page-pursue-list li {

  overflow: hidden;

  padding: 44px 44px 44px 0;

  width: 600px;

  position: absolute;

  z-index: 3

}



.Page-pursue-img {

  width: 190px;

  height: 190px;

  border-radius: 50%;

  border: solid 13px #fff;

  overflow: hidden;

  box-shadow: 0 0 50px rgba(44, 90, 163, .26)

}



.Page-pursue-text {

  width: calc(100% - 190px);

}



.Page-pursue-text h3 {

  font-size: 22px;

  color: #006184;

  font-weight: bold;

  margin-top: 20px;

  padding-bottom: 15px;

  border-bottom: solid 1px #5f83b1;

  position: relative

}



.Page-pursue-text h3:after {

  position: absolute;

  top: 10px;

  width: 12px;

  height: 12px;

  background: #006184;

  border-radius: 50%;

  content: ""

}



.Page-pursue-text p {

  margin-top: 5px;

  border-top: dashed 1px #5f83b1;

  padding-top: 5px;

  font-size: 14px;

  color: #858585;

  line-height: 1.8

}



.Page-pursue-list li:nth-child(odd) {

  float: left

}



.Page-pursue-list li:nth-child(odd) .Page-pursue-img {

  float: right

}



.Page-pursue-list li:nth-child(odd) .Page-pursue-text {

  float: left;

  padding-right: 20px;

  text-align: right

}



.Page-pursue-list li:nth-child(odd) .Page-pursue-text h3 {

  padding-right: 30px;

}



.Page-pursue-list li:nth-child(odd) .Page-pursue-text h3:after {

  right: 0

}



.Page-pursue-list li:nth-child(even) {

  float: right;

  padding: 44px 0 44px 44px

}



.Page-pursue-list li:nth-child(even) .Page-pursue-img {

  float: left

}



.Page-pursue-list li:nth-child(even) .Page-pursue-text {

  float: right;

  padding-left: 20px;

  text-align: left

}



.Page-pursue-list li:nth-child(even) .Page-pursue-text h3 {

  padding-left: 30px;

}



.Page-pursue-list li:nth-child(even) .Page-pursue-text h3:after {

  left: 0

}



.Page-pursue-one {

  top: 0;

  left: 0

}



.Page-pursue-two {

  top: -10px;

  right: 0

}



.Page-pursue-three {

  bottom: 0;

  left: 0

}



.Page-pursue-four {

  right: 0;

  bottom: 0px;

}



.Page-pursue-list li:nth-child(3) {

  margin-top: 50px;

}



.Page-pursue-list li:nth-child(3) .Page-pursue-text h3 {

  margin-top: 40px;

}



.Page-pursue-list li:nth-child(3) .Page-pursue-img {

  width: 177px;

  height: 177px;

}



.Page-pursue-list li:nth-child(4) {

  margin-top: 70px;

}



.Page-harsh {

  padding: 70px 0

}



.Page-harsh .container {

  background: #eff2f7;

  padding: 55px 0

}



.Page-harsh-title {

  font-size: 28px;

  color: #006184;

  font-weight: bold;

  margin-bottom: 15px;

}



.Page-harsh-subtitle {

  font-size: 16px;

  color: #555;

  margin-bottom: 30px;

}



.Page-harsh-img img {

  border: solid 20px #fff

}



.Page-inspiration {

  background: #eff2f7;

  padding: 45px 0

}



@keyframes rotate {

  0% {

    transform: rotate(0deg)

  }



  20% {

    transform: rotate(45deg)

  }



  60% {

    transform: rotate(180deg)

  }



  100% {

    transform: rotate(360deg)

  }

}



@-webkit-keyframes rotate {

  0% {

    transform: rotate(0deg)

  }



  20% {

    transform: rotate(45deg)

  }



  60% {

    transform: rotate(180deg)

  }



  100% {

    transform: rotate(360deg)

  }

}



@-moz-keyframes rotate {

  0% {

    transform: rotate(0deg)

  }



  20% {

    transform: rotate(45deg)

  }



  60% {

    transform: rotate(180deg)

  }



  100% {

    transform: rotate(360deg)

  }

}



@-o-keyframes rotate {

  0% {

    transform: rotate(0deg)

  }



  20% {

    transform: rotate(45deg)

  }



  60% {

    transform: rotate(180deg)

  }



  100% {

    transform: rotate(360deg)

  }

}



@media(max-width: 1024px) {

  .Page-founder-top {

    padding: 50px 0

  }







  .Page-founder-right {

    /* padding-left: 30px; */

  }



  .Page-founder-content-left {

    width: 100%

  }



  .Page-founder-content-left h2 {

    font-size: 2.6rem

  }



  .Page-founder-content-right {

    display: none

  }



  .Page-pursue .container {

    padding: 40px 20px;

  }



  .Page-pursue-title {

    font-size: 3rem

  }



  .Page-pursue-subtitle {

    font-size: 1.6rem

  }



  .Page-pursue-box {

    padding: 20px 0

  }



  .Page-pursue-line-one {

    width: 450px;

    height: 450px;

  }



  .Page-pursue-line-two {

    width: 360px;

    height: 360px;

    margin-top: 50px;

    margin-left: 50px;

  }



  .Page-pursue-logo {

    width: 180px;

    height: 180px;

    bottom: 50%;

    margin-bottom: -90px

  }



  .Page-pursue-text h3 {

    font-size: 1.6rem

  }



  .Page-pursue-text p {

    font-size: 1.4rem

  }



  .Page-pursue-list li {

    width: 440px

  }



  .Page-pursue-list li {

    padding: 15px 15px 15px 0

  }



  .Page-pursue-list li:nth-child(even) {

    padding: 15px 0 15px 15px

  }



  .Page-pursue-img {

    box-shadow: 0 0 10px rgba(44, 90, 163, .26);

    width: 160px;

    height: 160px

  }

}



@media(max-width: 992px) {





  .Page-founder-right {

    /* padding-left: 20px; */

  }



  .Page-founder-content-left h2 {

    font-size: 2rem

  }



  .Page-founder-list {

    min-height: auto;

    margin-bottom: 20px;

  }



  .Page-founder-list dd {

    font-size: 1.2rem;

    line-height: 1.8;

  }



  .Page-founder-album {

    margin-top: 0

  }



  .Page-pursue-title {

    font-size: 2rem

  }



  .Page-pursue-subtitle {

    font-size: 1.4rem;

    margin-bottom: 30px;

  }



  .Page-pursue-line-one {

    display: none

  }



  .Page-pursue-content {

    position: initial;

    left: auto;

    top: auto

  }



  .Page-pursue-list li {

    position: initial;

    left: auto;

    top: auto;

    bottom: auto;

    width: 49%;

    display: flex;

    padding: 5px !important

  }



  .Page-pursue-img {

    width: 140px !important;

    height: 140px !important;

    border-width: 8px;

  }



  .Page-pursue-text {

    width: calc(100% - 140px)

  }



  .Page-pursue-text h3 {

    font-size: 1.4rem;

    margin-top: auto

  }



  .Page-pursue-text h3:after {

    top: 4px;

  }



  .Page-pursue-text p {

    font-size: 1.2rem;

    line-height: 20px;

  }



  .Page-pursue-list li:nth-child(odd) .Page-pursue-text {

    padding-left: 20px;

    padding-right: 0;

    text-align: left

  }



  .Page-pursue-list li:nth-child(odd) .Page-pursue-text h3 {

    padding-left: 30px;

    padding-right: 0

  }



  .Page-pursue-list li:nth-child(odd) .Page-pursue-text h3:after {

    right: auto;

    left: 0

  }



  .Page-pursue-list li:nth-child(3) {

    margin-top: 20px;

  }



  .Page-pursue-list li:nth-child(4) {

    margin-top: 20px;

  }



  .Page-harsh-title {

    font-size: 2.6rem

  }



  .Page-harsh-subtitle {

    font-size: 1.4rem

  }

}



@media(max-width: 760px) {

  .Page-founder-top {

    padding: 40px 0

  }





  .Page-founder-right {

    /* padding-left: 20px; */

  }



  .Page-founder-content-left h2 {

    font-size: 2rem;

    margin-bottom: 15px;

  }



  .Page-founder-content-left h2 span {

    font-size: 1.6rem

  }



  .Page-founder-summary {

    overflow-y: scroll;

    height: 170px;

  }



  .Page-founder-list {

    margin-bottom: 0

  }



  .Page-founder-list dd {

    max-width: 100%;

    line-height: 1.8

  }



  .Page-pursue .container {

    padding: 30px 15px

  }



  .Page-pursue-subtitle {

    font-size: 1.2rem;

    margin-bottom: 15px

  }



  .Page-pursue-box {

    overflow: hidden

  }



  .Page-pursue-list li {

    width: 100%;

    padding: 10px 5px !important;

    margin: auto !important

  }



  .Page-pursue-img {

    width: 100px !important;

    height: 100px !important;

  }



  .Page-pursue-text {

    width: calc(100% - 100px)

  }



  .Page-pursue {

    padding: 30px 5px;

  }



  .Page-harsh {

    padding: 30px 5px

  }



  .Page-harsh .container {

    padding: 30px 10px;

  }



  .Page-harsh-title {

    font-size: 2rem

  }



  .Page-harsh-subtitle {

    font-size: 1.2rem;

    margin-bottom: 20px;

  }

}



/*Page product*/

.Page-container {

  padding: 60px 0 45px;

  background: #f4f4f4;

}



.Page-background {

  background: #eff2f7

}



.Page-product-left {

  width: 288px;

  background: #fff;

  padding: 40px 30px;

}



.Page-column li {

  display: block;

  margin-bottom: 5px;

}



.Page-column li a {

  display: block;

  font-size: 18px;

  color: #fff;

  line-height: 50px;

  text-align: center;

  background: #acbfdd;
}



.Page-column li:hover a,

.Page-column li.active a {

  background: #006184;

}



.Page-contact-code {

  margin-top: 25px;

  box-shadow: 0 0 8px rgba(44, 90, 163, .28);

  padding-bottom: 10px;

  margin-bottom: 20px;

}



.Page-contact-code span {

  display: block;

  font-size: 16px;

  color: #696969;

  line-height: 28px

}



.Page-contact-text {

  font-size: 14px;

  color: #696969;

  line-height: 2

}



.Page-product-right {

  width: calc(100% - 288px - 40px);

  background: #fff;

}





.Page-product-right .Page-product-content .Page-minimally-box .Page-minimally-block .Page-minimally-img img {

  width: 34%;

  max-width: 100%;

  height: auto !important;

  border-radius: 20px;

}



.Page-product-content {

  padding: 40px 45px;

}



.Page-product-title {

  font-size: 24px;

  color: #1c3d75;

  font-weight: bold;

  margin-bottom: 30px;

}



.Page-product-text {

  font-size: 14px;

  color: #696969;

  line-height: 2

}



.Page-product-text img {

  max-width: 100%;

  height: auto !important;

}



@media(max-width: 992px) {

  .Page-product-left {

    padding: 15px;

    width: 240px

  }



  .Page-product-right {

    width: calc(100% - 240px - 30px)

  }



  .Page-product-content {

    padding: 30px 20px;

  }



  .Page-product-title {

    font-size: 2rem

  }

}



@media(max-width: 760px) {

  .Page-container {

    padding: 20px 0

  }



  .Page-product-left {

    width: 100%;

    padding: 0;

    margin-bottom: 10px;

    background: transparent

  }



  .Page-contact-left {

    display: none

  }



  .Page-column {

    display: flex;

  }



  .Page-column li {

    padding: 0;

    margin: 0 4px 8px;

    display: flex;

    flex: 1;

    background-color: #acbfdd;

  }



  .Page-column li.active {

    background: #006184

  }



  .Page-column li.active a {

    background: transparent

  }



  .Page-column li a {

    font-size: 12px;

    line-height: 1.4;

    display: flex;

    align-items: center;

    width: 100%;

    padding: 8px;

    justify-content: center;

  }



  .Page-column li:first-child a {

    padding: 8px 15px;

  }



  .Page-product-right {

    width: 100%

  }



  .Page-product-content {

    padding: 20px 10px;

  }



  .Page-product-title {

    font-size: 1.6rem

  }



  .Page-product-text {

    font-size: 1.2rem

  }

}



/*Medical beauty*/

.Page-product-text-img {

  margin-bottom: 25px;

}



.Page-service-list {

  margin: 45px -17.5px auto

}



.Page-service-list li {

  padding: 0 17.5px;

  float: left;

  width: 33.33%;

  margin-bottom: 20px;

}



.Page-service-list li h3 {

  font-size: 20px;

  color: #1c3d75;

  font-weight: bold;

  text-align: center;

  margin-bottom: 15px;

}



.Page-service-img {

  display: block;

  overflow: hidden

}



.Page-service-img img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-service-text {

  background: #eff2f7;

  padding: 15px 10px 0 30px;

  min-height: 100px;

  font-size: 14px;

  color: #1c3d75;

  line-height: 26px

}



.Page-service-list li:hover .Page-service-img img {

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -o-transform: scale(1.1)

}



@media(max-width: 992px) {

  .Page-service-list {

    margin: 30px -5px auto

  }



  .Page-service-list li {

    padding: 0 5px;

  }



  .Page-service-text {

    padding: 10px;

    font-size: 1.2rem;

    min-height: 150px;

  }

}



@media(max-width: 760px) {

  .Page-product-text-img {

    margin-bottom: 15px;

  }



  .Page-service-list {

    margin: 30px -5px auto

  }



  .Page-service-list li {

    padding: 0 5px;

    margin-bottom: 30px;

    width: 50%

  }



  .Page-service-list li h3 {

    font-size: 1.6rem

  }



  .Page-service-text {

    padding: 10px;

    font-size: 1.2rem;

    min-height: 130px;

  }

}



/*Page expert*/

.Page-expert {

  margin-top: 70px;

}



.Page-expert-img {

  width: 377px;

}



.Page-expert-text {

  width: calc(100% - 377px);

  padding-left: 50px;

}



.Page-expert-text h3 {

  font-size: 24px;

  color: #1c3d75;

  margin-bottom: 15px;

  font-weight: bold;

}



.Page-expert-text h3 span {

  margin-left: 10px;

}



.Page-expert-text .Page-product-text {

  font-size: 16px;

  color: #696969;

  line-height: 2

}



.Page-expert-title {

  margin-top: 40px;

  border-bottom: solid 1px #dedede;

  padding-bottom: 20px;

  font-size: 24px;

  color: #1c3d75;

  font-weight: bold

}



@media(max-width: 1024px) {

  .Page-expert-img {

    width: 260px;

  }



  .Page-expert-text {

    width: calc(100% - 260px);

    padding-left: 30px;

  }



  .Page-expert-text h3 {

    font-size: 2rem

  }



  .Page-expert-text .Page-product-text {

    font-size: 1.3rem

  }



  .Page-expert-title {

    font-size: 2rem

  }

}



@media(max-width: 992px) {

  .Page-expert-img {

    width: 180px;

  }



  .Page-expert-text {

    width: calc(100% - 180px);

    padding-left: 20px;

  }

}



@media(max-width: 760px) {

  .Page-expert {

    margin-top: 30px;

  }



  .Page-expert-img {

    width: 100%;

    margin-bottom: 20px;

  }



  .Page-expert-text {

    width: 100%;

    padding-left: 0

  }



  .Page-expert-text .Page-product-text {

    font-size: 1.2rem

  }

}



/*Page minimally*/

.Page-minimally-box .Page-minimally-block {

  border-bottom: dashed 1px #9ab0ce;

  padding-bottom: 40px;

  margin-bottom: 50px;

}



.Page-minimally-box .Page-minimally-block:last-child {

  margin-bottom: 0

}



.Page-minimally-block .Page-product-text {

  margin-top: 25px;

  font-size: 15px;

}



.Page-minimally-block .Page-product-text strong {

  font-size: 16px;

}



@media(max-width: 760px) {

  .Page-minimally-box .Page-minimally-block {

    margin-bottom: 30px;

    padding-bottom: 20px;

  }



  .Page-minimally-block .Page-product-text {

    margin-top: 18px;

  }

}



/*Page case */

.Page-case-list {

  margin: auto -22px;

}



.Page-case-list li {

  padding: 0 22px;

  margin-bottom: 38px;

}



.Page-case-list li a {

  display: block;

  border: solid 1px #e0e0e0;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  overflow: hidden;

  position: relative

}



.Page-case-list li a&gt;img {

  opacity: 0

}



.Page-case-list li a .Page-case-img {

  position: absolute;

  left: 0;

  top: 0;

  opacity: 1;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-case-list li:hover .Page-case-img {

  transform: scale(.9);

  -webkit-transform: scale(.9);

  -moz-transform: scale(.9);

  -o-transform: scale(.9)

}



@media(max-width: 1024px) {

  .Page-case-list {

    margin: auto -10px

  }



  .Page-case-list li {

    padding: 0 10px;

    margin-bottom: 20px;

  }

}



@media(max-width: 760px) {

  .Page-case-list {

    margin: auto -5px

  }



  .Page-case-list li {

    padding: 0 5px;

    margin-bottom: 10px;

  }

}



/*Page setting*/

.Page-setting-one {

  margin-bottom: 60px;

}



.Page-setting-img {

  display: block;

  overflow: hidden

}



.Page-setting-img img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s

}



.Page-setting-list {

  margin: auto -22px

}



.Page-setting-list li {

  padding: 0 22px;

  margin-bottom: 25px;

}



.Page-setting-list li span {

  display: block;

  text-align: center;

  padding-top: 20px;

  line-height: 30px;

  font-size: 18px;

  color: #676767

}



.Page-setting-img:hover img {

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -o-transform: scale(1.1)

}



.Page-setting-list li:hover span {

  color: #006184

}



@media(max-width: 1024px) {

  .Page-setting-one {

    margin-bottom: 30px

  }



  .Page-setting-list {

    margin: auto -15px

  }



  .Page-setting-list li {

    padding: 0 15px;

    margin-bottom: 20px;

  }



  .Page-setting-list li span {

    font-size: 1.4rem;

    padding-top: 10px

  }

}



@media(max-width: 992px) {

  .Page-setting-list {

    margin: auto -10px

  }



  .Page-setting-list li {

    padding: 0 10px;

  }

}



@media(max-width: 760px) {

  .Page-setting-one {

    margin-bottom: 20px;

  }



  .Page-setting-list {

    margin: auto -5px;

  }



  .Page-setting-list li {

    padding: 0 5px;

    margin-bottom: 15px

  }



  .Page-setting-list li span {

    font-size: 1.2rem;

    padding-top: 5px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden

  }

}



/*Page news*/

.Page-news-list li {

  border-bottom: dashed 1px #d9d9d9;

  margin-bottom: 50px;

}



.Page-news-list li a {

  display: block;

  position: relative;

  margin-bottom: 35px;

}



.Page-news-list li a .page-news-img img {

  transition: ease-in-out .3s

}



.Page-news-list li a:hover .page-news-img img {

  transform: scale(1.1);

}



.Page-news-list li a:hover .page-news-content .page-news-title {

  color: #82bf25;

}



.Page-news-img {

  width: 370px;

  overflow: hidden

}



.Page-news-img img {

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-news-text {

  width: calc(100% - 370px - 190px);

  padding: 0 30px

}



.Page-news-text h2 {

  font-size: 16px;

  line-height: 1.8;

  color: #3a3a3a;

  border-bottom: solid 1px #dedede;

  padding-bottom: 20px;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

  margin-bottom: 15px;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-news-text .Page-news-summary {

  font-size: 14px;

  color: #9d9d9d;

  line-height: 2;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

}



.Page-news-more {

  display: block;

  width: 162px;

  height: 34px;

  background: #acbfdd;

  border-radius: 17px;

  line-height: 34px;

  font-size: 14px;

  color: #fff;

  text-align: center;

  margin-top: 30px;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-news-time {

  position: absolute;

  right: 0;

  top: 0;

  width: 190px;

  height: 100%;

  background: #eff2f7

}



.Page-news-time b {

  font-size: 60px;

  color: #acbfdd;

  font-weight: normal;

  line-height: 1;

  display: inline-block

}



.Page-news-time b:after {

  display: block;

  width: 100%;

  height: 1px;

  background: #acbfdd;

  content: "";

  margin: 5px auto

}



.Page-news-time span {

  font-size: 18px;

  color: #acbfdd

}



.Page-news-list li:hover .Page-news-text h2 {

  color: #006184

}



.Page-news-list li:hover .Page-news-img img {

  transform: scale(1.1)

}



.Page-news-list li:hover .Page-news-more {

  background: #006184;

  color: #fff

}



@media(max-width: 1024px) {

  .Page-news-list li {

    margin-bottom: 20px;

  }



  .Page-news-list li a {

    /*padding-bottom: 15px;*/

  }



  .Page-news-img {

    width: 260px;

  }



  .Page-news-text {

    width: calc(100% - 260px - 190px)

  }



  .Page-news-text h2 {

    padding-bottom: 10px;

  }



  .Page-news-text .Page-news-summary {

    font-size: 1.2rem;

    line-height: 2

  }



  .Page-news-more {

    display: none

  }

}



@media(max-width: 992px) {

  .Page-news-img {

    width: 220px;

  }



  .Page-news-text {

    width: calc(100% - 220px - 120px)

  }



  .Page-news-time {

    width: 120px

  }



  .Page-news-time b {

    font-size: 4rem

  }



  .Page-news-time span {

    font-size: 1.2rem

  }

}



@media(max-width: 760px) {

  .Page-news-img {

    width: 160px;

  }



  .Page-news-text {

    width: calc(100% - 160px);

    padding: 5px 0 0 20px

  }



  .Page-news-text h2 {

    margin-bottom: 10px;

    border-bottom: none;

    color: #006184;

    padding-bottom: 0;

    font-size: 1.4rem;

    font-weight: bold

  }



  .Page-news-text .Page-news-summary {

    -webkit-line-clamp: 2

  }



  .Page-news-time {

    display: none

  }

}



/*Page news details*/

.Page-title {

  font-size: 18px;

  color: #000;

  font-weight: bold;

  line-height: 2;

  border-bottom: 4px rgba(0, 97, 132, 1) solid;

  width: fit-content;

  margin: 0 auto 20px;

}



.Page-info {

  font-size: 12px;

  color: #999;

  padding: 10px 0;

  border-bottom: dashed 1px #ddd;

  margin-bottom: 30px;

}



/* .Page-info span {

  margin-left: 20px;

} */



.Page-text img {

  width: 34%!important;

  max-width: 100%;

  height: auto !important;

  border-radius: 20px;

}



.Page-news-left {

  margin-bottom: 30px;

  width: 75%;

  background: #fff;

  padding: 30px;

}



.pull-left-100 {

  width: 100%;

}



.Page-news-right {

  width: 23%;

  margin-bottom: 30px;

  background: #fff;

  padding: 15px;

}



.Page-news-right h3 {

  font-size: 18px;

  color: #333;

}



.Page-news-right h3:after {

  display: block;

  width: 30px;

  height: 1px;

  background: #ddd;

  content: "";

  margin-top: 10px;

  margin-bottom: 15px;

}



.Page-news-hot li {

  padding: 8px 0

}



.Page-news-hot li a {

  display: block;

  overflow: hidden;

  line-height: 20px;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 14px;

  color: #000

}



.Page-news-hot li i {

  width: 20px;

  height: 20px;

  background: #ddd;

  display: block;

  float: left;

  margin-right: 10px;

  border-radius: 4px;

  line-height: 20px;

  text-align: center;

  font-style: normal;

  font-size: 12px;

  color: #666;

  font-family: SourceHanSerifCN

}



.Page-news-hot li:hover a {

  color: #d80000

}



.Page-news-hot li:first-child i {

  background: #d80000;

  color: #fff

}



.Page-news-hot li:nth-child(2) i {

  background: #d85600;

  color: #fff

}



.Page-news-hot li:nth-child(3) i {

  background: #d88e00;

  color: #fff

}



@media(max-width: 760px) {

  .Page-news-left {

    width: 100%;

    padding: 15px 10px;

  }



  .Page-news-right {

    width: 100%;

    padding: 15px;

  }

}



/*Page subscribe*/

.Page-subscribe-top {

  padding: 100px 0 75px;

}



.Page-subscribe-title {

  position: relative;

  padding-bottom: 25px;

}



.Page-subscribe-title i {

  font-family: SimSun;

  text-transform: uppercase;

  color: rgba(2, 58, 132, .17);

  letter-spacing: 15px;

  font-size: 40px;

  line-height: 1;

  display: block;

  font-style: normal

}



.Page-subscribe-title span {

  color: #006184;

  font-size: 32px;

  background: #fff;

  margin-top: -30px;

  font-weight: bold;

  position: absolute;

  bottom: 10px;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%)

}



.swiper-subscribe {

  margin-top: 35px;

}



.subscript-pagination {

  bottom: 45px !important

}



.subscript-pagination span {

  width: 16px;

  height: 16px;

  background: #fff;

  margin: auto 15px !important;

  opacity: 1

}



.subscript-pagination span.swiper-pagination-bullet-active {

  background: #006184

}



.Page-subscribe-bottom {

  background: #eff2f7;

  padding: 70px 0 80px

}



.Page-subscribe-bottom .Page-subscribe-title span {

  background: #eff2f7

}



.Page-form-box {

  margin-top: 45px;

}



.Page-form-list {

  width: 83.33%;

  margin: auto;

}



.Page-form-list li {

  width: calc(50% - 20px);

  clear: initial;

  margin-bottom: 30px;

}



.Page-form-list li:nth-child(odd) {

  float: left

}



.Page-form-list li:nth-child(even) {

  float: right

}



.Page-form-block {

  height: 60px;

  background: #fff;

  display: flex

}



.Page-form-block label {

  font-size: 16px;

  color: #7d7b7b;

  font-weight: normal;

  padding-left: 40px;

  line-height: 60px;

  padding-right: 30px

}



.Page-form-block .layui-input {

  flex: 1;

  height: 60px;

  border: none;

}



.Page-form-time {

  position: relative

}



.Page-form-time input {

  font-size: 16px;

  color: #006184

}



.Page-form-time i {

  position: absolute;

  right: 0;

  top: 0;

  height: 50px;

  width: 30px;

  line-height: 60px;

  color: #c2c2c2

}



.Page-form-time label,

.Page-form-select label {

  position: relative

}



.Page-form-time label:after,

.Page-form-select label:after {

  position: absolute;

  right: 10px;

  top: 50%;

  width: 1px;

  height: 22px;

  background: #dedede;

  content: "";

  margin-top: -11px;

}



.Page-form-select .layui-form-select {

  flex: 1;

  font-size: 16px;

  color: #006184

}



.layui-form-select dl {

  top: 60px;

}



.layui-form-select dl dd.layui-this {

  background-color: #006184

}



.layui-form-select dl dd {

  font-size: 14px;

  margin: 5px auto;

  padding-left: 20px

}



.Page-form-button {

  clear: both;

  padding-top: 10px;

}



.Page-form-button button {

  width: 336px;

  height: 58px;

  background: #006184;

  color: #fff;

  font-size: 20px;

  border: none;

}



@media(max-width: 1024px) {

  .Page-subscribe-top {

    padding: 50px 0

  }



  .Page-subscribe-title i {

    font-size: 5rem

  }



  .Page-subscribe-title span {

    font-size: 3rem

  }



  .subscript-pagination {

    bottom: 10px !important

  }



  .Page-subscribe-bottom {

    padding: 50px 0

  }



  .Page-form-list {

    width: 95%

  }

}



@media(max-width: 760px) {

  .Page-subscribe-top {

    padding: 30px 0

  }



  .Page-subscribe-title {

    padding-bottom: 17px;

  }



  .Page-subscribe-title i {

    font-size: 3rem

  }



  .Page-subscribe-title span {

    font-size: 2rem;

  }



  .swiper-subscribe {

    margin-top: 20px;

  }



  .subscript-pagination span {

    width: 10px;

    height: 10px;

    margin: auto 5px !important

  }



  .Page-subscribe-bottom {

    padding: 30px 0

  }



  .Page-form-box {

    margin-top: 15px;

  }



  .Page-form-list li {

    width: 100%;

    margin-bottom: 10px;

  }



  .Page-form-block {

    height: 40px

  }



  .Page-form-block label {

    font-size: 1.4rem;

    padding-left: 10px;

    padding-right: 20px;

    line-height: 40px

  }



  .Page-form-block .layui-input {

    height: 40px;

  }



  .layui-form-select dl {

    top: 40px;

  }



  .Page-form-select .layui-form-select {

    font-size: 1.4rem

  }



  .Page-form-time input {

    font-size: 1.4rem

  }



  .Page-form-time i {

    line-height: 40px;

  }



  .Page-form-button button {

    width: 150px;

    height: 35px;

    line-height: 35px;

    font-size: 1.3rem

  }

}



/*Page member*/

.Page-member {

  margin: 100px auto

}



.Page-member .container {

  background: url(../images/member_backg.jpg) no-repeat top center

}



.Page-member-logo {

  margin-top: 55px;

  margin-bottom: 40px;

}



.Page-member-logo img {

  height: 45px;

}



.Page-member-text {

  margin-bottom: 35px;

  font-size: 14px;

  color: #006184;

  line-height: 2;

  padding: 0 8.6%

}



.Page-member-text span {

  font-size: 18px;

}



.Page-member-interests {

  margin: 55px 5% 90px;

  background: #fff;

  overflow: hidden

}



.Page-member-interests h2 {

  margin-top: 30px;

  font-size: 32px;

  color: #006184

}



.Page-member-interests h2 span {

  display: block;

  font-size: 24px;

  line-height: 1.8

}



.Page-member-list {

  margin-top: 35px;

  padding: 0 65px;

  margin-bottom: 40px;

}



.Page-member-list ul {

  padding: 0 28px

}



.Page-member-list ul:first-child {

  padding-left: 0

}



.Page-member-list ul:last-child {

  padding-right: 0

}



.Page-member-list ul li {

  margin-bottom: 20px;

  height: 86px;

  background: #e4ebf6;

  position: relative;

  padding-left: 35px;

}



.Page-member-list ul li i {

  position: absolute;

  left: -22px;

  top: 50%;

  width: 44px;

  height: 44px;

  border: solid 2px #fff;

  border-radius: 50%;

  line-height: 40px;

  font-size: 28px;

  color: #fff;

  background: #006184;

  font-style: normal;

  text-align: center;

  margin-top: -22px;

}



.Page-member-list ul li h3 {

  display: block;

  text-align: left;

  width: 100%;

  font-size: 18px;

  color: #006184;

  font-weight: bold;

  line-height: 1.8

}



.Page-member-list ul li p {

  font-size: 12px;

  color: #006184;

  opacity: .54;

  width: 100%;

  line-height: 1.8

}



@media(max-width: 1024px) {

  .Page-member {

    margin: 50px 0

  }



  .Page-member-text {

    padding: 0 5%

  }



  .Page-member-card {

    padding: 0 5%

  }



  .Page-member-list ul li h3 {

    font-size: 1.4rem

  }



  .Page-member-list ul li p {

    font-size: 1.2rem

  }

}



@media(max-width: 992px) {

  .Page-member-list {

    padding: 0 30px;

  }



  .Page-member-list ul {

    padding: 0 15px

  }

}



@media(max-width: 760px) {

  .Page-member {

    margin: 40px 10px;

  }



  .Page-member-logo {

    margin-top: 40px;

    margin-bottom: 30px;

  }



  .Page-member-logo img {

    max-height: 32px;

  }



  .Page-member-text {

    padding: 0;

    font-size: 10px;

  }



  .Page-member-card {

    padding: 0 2%

  }



  .Page-member-interests {

    margin: 40px 2% 40px;

  }



  .Page-member-interests h2 {

    font-size: 2rem

  }



  .Page-member-interests h2 span {

    font-size: 1.4rem

  }



  .Page-member-list {

    margin-top: 25px;

    padding: 0 10px 0 20px;

    margin-bottom: 20px;

  }



  .Page-member-list ul {

    padding: 0

  }



  .Page-member-list ul li {

    height: auto;

    padding: 10px 0 10px 30px;

    margin-bottom: 10px;

  }



  .Page-member-list ul li i {

    width: 24px;

    left: -10px;

    height: 24px;

    font-size: 1.2rem;

    line-height: 20px;

    margin-top: -12px;

  }

}



/*Page contact*/

.Page-contact {

  margin: 100px auto 110px;

}



.Page-contact-logo {

  position: relative;

  padding-left: 60px

}



.Page-contact-logo img {

  height: 45px;

}



.Page-contact-logo:after {

  position: absolute;

  left: 0;

  top: 50%;

  width: 45px;

  height: 3px;

  background: #006184;

  margin-top: -1.5px;

  content: ""

}



.Page-contact-list {

  margin-top: 35px;

  padding: 55px 0;

  display: flex;

  background: #eff2f7

}



.Page-contact-list li {

  flex: 1;

  border-right: solid 1px #fff;

}



.Page-contact-list li i {

  display: block;

  width: 62px;

  height: 62px;

  border-radius: 50%;

  line-height: 62px;

  background: #b3cbe3;

  margin: auto;

  font-size: 36px;

  color: #fff;

}



.Page-contact-list li span {

  display: block;

  margin-top: 10px;

  font-size: 16px;

  color: #1a1a1a;

  margin-bottom: 10px;

}



.Page-contact-list li p {

  font-size: 16px;

  color: #9f9f9f;

}



.Page-map {

  margin-top: 60px;

}



@media(max-width: 1024px) {

  .Page-contact-list li p {

    font-size: 1.4rem

  }



  .Page-contact-list li:last-child {

    flex: 1.5

  }



  .Page-map {

    margin-top: 30px;

  }

}



@media(max-width: 992px) {

  .Page-contact {

    margin: 60px 0

  }



  .Page-contact-list {

    padding: 30px 0

  }



  .Page-contact-list li {

    padding: 0 5px;

  }

}



@media(max-width: 760px) {

  .Page-contact-logo {

    padding-left: 0

  }



  .Page-contact-logo img {

    display: block;

    height: 50px;

    margin: auto

  }



  .Page-contact-logo:after {

    display: none

  }



  .Page-contact-list {

    margin-top: 30px;

    display: block;

    overflow: hidden;

    padding: 0

  }



  .Page-contact-list li {

    width: 50%;

    border-bottom: solid 1px #fff;

    float: left;

    padding: 20px 10px

  }



  .Page-contact-list li i {

    width: 40px;

    height: 40px;

    line-height: 40px;

    font-size: 2rem

  }



  .Page-contact-list li span {

    font-size: 1.4rem;

    margin-bottom: 5px;

  }



  .Page-contact-list li p {

    font-size: 1.2rem;

    min-height: 36px;

  }

}



/*Page team*/

.Page-team-one {

  background: #fff;

  padding: 20px;

  margin-bottom: 40px;

  border-radius: 4px;

  position: relative;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-team-one:after {

  position: absolute;

  right: -60px;

  top: -60px;

  width: 120px;

  height: 120px;

  background: #006184;

  content: "åˆ›å§‹äºº";

  color: #fff;

  font-size: 14px;

  line-height: 40px;

  text-align: center;

  transform: rotate(-135deg);

  -webkit-transform: rotate(-135deg);

  -moz-transform: rotate(-135deg);

  -o-transform: rotate(-135deg)

}



.Page-team-one .Page-team-img {

  margin-right: 30px

}



.Page-team-img {

  width: 260px;

}



.Page-team-text {}



.Page-team-title {

  font-size: 30px;

  color: #006184;

  font-weight: bold;

  margin-bottom: 15px;

}



.Page-team-title span {

  margin-left: 20px;

  font-size: 22px;

}



.Page-team-title:after {

  display: block;

  width: 20px;

  height: 2px;

  background: #006184;

  content: "";

  margin-top: 15px

}



.Page-team-summary {

  font-size: 14px;

  color: #666;

  line-height: 2;

}



.Page-team-list {

  margin: auto -15px;

}



.Page-team-list li {

  padding: 10px 15px;

  margin-bottom: 10px;

}



.Page-team-box {

  background: #fff;

  padding: 15px;

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

}



.Page-team-box .Page-team-img {

  width: 150px;

  height: 216px;

  overflow: hidden;

}



.Page-equip-box .Page-equip-img {

  width: 254px;

  height: 190px;

}



.Page-team-box .Page-team-text {

  width: calc(100% - 150px);

  padding-left: 20px;

}



.Page-equip-box .Page-equip-text {

  width: calc(100% - 254px);

}



.Page-team-box .Page-team-text .Page-team-title {

  font-size: 18px;

  margin-bottom: 10px;

}



.Page-team-box .Page-team-text .Page-team-title:after {

  margin-top: 10px;

}



.Page-team-box .Page-team-text .Page-team-title span {

  font-size: 14px;

}



.Page-team-subtitle {

  font-size: 14px;

  color: #999;

  margin-bottom: 10px;

}



.Page-team-box .Page-team-text .Page-team-summary {

  font-size: 12px;

  line-height: 1.8;

  color: #333;

  overflow-y: scroll;

  height: 150px;

}



.Page-team-one:hover,

.Page-team-list li:hover .Page-team-box {

  box-shadow: 0 0 10px rgba(28, 61, 117, .2);

  transform: translateY(-5px);

  -webkit-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  -o-transform: translateY(-5px)

}



@media(max-width: 1024px) and (min-width: 993px) {

  .Page-team-summary {

    font-size: 1.3rem

  }



  .Page-team-list {

    margin: auto -10px

  }



  .Page-team-list li {

    padding: 10px;

    margin-bottom: 0

  }



  .Page-team-box {

    padding: 10px

  }



  .Page-team-box .Page-team-img {

    width: 200px

  }



  .Page-team-box .Page-team-text {

    padding-left: 15px;

    width: calc(100% - 200px)

  }

}



@media(max-width: 992px) {

  .Page-team-one {

    margin-bottom: 20px;

  }

}



@media(max-width: 760px) {

  .Page-team-one {

    padding: 10px;

    margin-bottom: 15px;

  }



  .Page-team-one .Page-team-img {

    width: 180px;

    margin-right: 15px;

  }



  .Page-team-one:after {

    transform: rotate(-135deg) scale(.5);

    -webkit-transform: rotate(-135deg) scale(.5);

    -moz-transform: rotate(-135deg) scale(.5);

    -o-transform: rotate(-135deg) scale(.5)

  }



  .Page-team-title {

    font-size: 1.6rem

  }



  .Page-team-title:after {

    display: none;

  }



  .Page-team-title span {

    font-size: 1.4rem

  }



  .Page-team-summary {

    font-size: 1.2rem;

    line-height: 1.8

  }



  .Page-team-list {

    margin: auto

  }



  .Page-team-list li {

    padding: 10px 0;

    margin-bottom: 0

  }



  .Page-team-box {

    padding: 10px;

  }



  .Page-team-box .Page-team-img {

    width: 102px;

    height: auto

  }



  .Page-equip-box .Page-equip-img {

    width: 172px;

    height: auto;

  }



  .Page-team-box .Page-team-text {

    width: calc(100% - 102px);

    padding-left: 15px;

  }



  .Page-equip-box .Page-equip-text {

    width: calc(100% - 172px);

  }



  .Page-team-box .Page-team-text .Page-team-title {

    font-size: 1.6rem;

    margin-bottom: 5px;

  }



  .Page-team-box .Page-team-text .Page-team-title span {

    font-size: 1.2rem;

    display: inline-block

  }



  .Page-team-subtitle {

    font-size: 1.2rem

  }



  .Page-team-box .Page-team-text .Page-team-summary {

    height: 106px;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

  }

}



@media(max-width: 414px) {

  .Page-team-title {

    margin-bottom: 15px

  }



  .Page-team-title span {

    display: block;

    margin-top: 10px;

  }

}



/*Page*/

.Page {

  clear: both;

  overflow: hidden;

  text-align: center;

  margin-top: 30px;

  margin-bottom: 30px;

}



.Page a,

.page-end,

.page-start {

  display: inline-block;

  background: #fff;

  border: solid 1px #ddd;

  padding: 0 1rem;

  font-size: 14px;

  color: #333;

  height: 2.5rem;

  line-height: 2.5rem;

}



.Page a:first-child {

  display: none

}



.Page b,

.page-this {

  display: inline-block;

  background: #006184;

  border: solid 1px #006184;

  padding: 0 1rem;

  font-size: 14px;

  color: #fff;

  height: 2.5rem;

  line-height: 2.5rem;

  font-weight: normal;

  margin: 0 5px;

}



@media(max-width: 760px) {

  .Page {

    margin-top: 20px;

    margin-bottom: 15px

  }

}



/*Page next*/

.Page-pernext {

  margin-top: 30px;

  padding: 15px 0;

  transition: all 0.3s linear 0.1s;

  -moz-transition: all 0.3s linear 0.1s;

  -o-transition: all 0.3s linear 0.1s;

  border-top: dashed 1px #ddd;

  border-bottom: dashed 1px #ddd;

}



.Page-pernext span {

  width: 50%;

  font-size: 12px;

  color: #666666;

  opacity: .6

}



.Page-pernext span a {

  color: #333;

}



.Page-pernext span.pull-right {

  text-align: right;

  border-left: dashed 1px #ddd;

}



.Page-pernext span:hover,

.Page-pernext span:hover a {

  color: #006184;

  opacity: 1;

  font-weight: bold

}



@media(max-width:992px) {

  .Page-pernext span {

    width: 100%;

    float: none;

    display: block;

  }



  .Page-pernext span.pull-right {

    text-align: left;

    margin-top: 10px;

    border-top: dashed 1px #ddd;

    padding-top: 10px;

    border-left: none

  }

}



/*new add*/

:root {

  --FEY-full: 100%;

  --FEY-color-black: black;

  --FEY-color-white: white;

  --FEY-color-grey: grey;

  --FEY-color-red: red;

  --FEY-color-blue: blue;

  --FEY-color-111: #111;

  --FEY-color-333: #333;

  --FEY-color-555: #555;

  --FEY-color-666: #666;

  --FEY-color-999: #999;

  --FEY-color-ddd: #ddd;

  --FEY-color-eee: #eee;

  --FEY-color-dedede: #dedede;

  --FEY-color-f2f2f2: #f2f2f2;

  --FEY-font-size-50: 2.604vw;

  --FEY-font-size-48: 2.5vw;

  --FEY-font-size-46: 2.39583vw;

  --FEY-font-size-44: 2.29167vw;

  --FEY-font-size-42: 2.1875vw;

  --FEY-font-size-40: 2.0833vw;

  --FEY-font-size-38: 1.97916vw;

  --FEY-font-size-36: 1.875vw;

  --FEY-font-size-34: 1.7708vw;

  --FEY-font-size-32: 1.667vw;

  --FEY-font-size-30: 1.5625vw;

  --FEY-font-size-28: 1.4583vw;

  --FEY-font-size-26: 1.35167vw;

  --FEY-font-size-24: 1.25vw;

  --FEY-font-size-22: 1.14583vw;

  --FEY-font-size-20: 1.04167vw;

  --FEY-font-size-18: 0.9375vw;

  --FEY-font-size-16: 0.833vw;

  --FEY-font-size-14: 0.72916vw;

  --FEY-font-size-12: 0.625vw;

}



.Page-news-list {

  display: flex;

  justify-content: flex-start;

  align-items: center;

  flex-direction: row;

  flex-wrap: wrap;

}



.Page-news-list .page-news-list {

  display: flex;

  justify-content: flex-start;

  align-items: center;

  flex-direction: row;

  flex-wrap: wrap;

}



.Page-news-list .page-news-item {

  width: calc((var(--FEY-full) - 90px) / 4);

  margin-bottom: 30px;

  margin-right: 30px;

}



.Page-news-list .page-news-item:nth-child(4n) {

  margin-right: 0;

}



.Page-news-list .page-news-item-block {

  display: block;

  overflow: hidden;

  border-radius: 8px;

}



.Page-news-list .page-news-img {

  overflow: hidden;

  height: calc(var(--FEY-font-size-50)* 4);

  position: relative;

}



.Page-news-list .page-news-content {

  background-color: var(--FEY-color-white);

  padding: 20px 15px;

}



.Page-news-list .page-news-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.Page-news-list .page-news-time {

  font-size: var(--FEY-font-size-18);

  color: var(--FEY-color-999);

}



.Page-news-list .page-news-title {

  font-size: var(--FEY-font-size-20);

  color: var(--FEY-color-333);

  font-weight: normal;

  margin-top: calc(var(--FEY-font-size-20) / 2);

  margin-bottom: calc(var(--FEY-font-size-30) / 2);

  min-height: calc(var(--FEY-font-size-20)* 3);

  line-height: 1.5;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  -webkit-box-orient: vertical;

}



/*swiper*/

.page-news-hot .swiper-news {

  height: 25.26vw;

  min-height: 300px;

}



.page-news-hot .swiper-news ul li {

  background: #fff;

  box-shadow: 9px 9px 18px rgba(102, 102, 102, .5);

}



.page-news-hot-button {

  margin: 20px 0;

  display: flex;

  justify-content: flex-end;

  align-items: flex-end;

}



.page-news-hot {

  padding-top: 20px;

  background: #f2f2f2;

}



.page-news-hot-button&gt;div {

  display: flex;

  position: initial;

  width: 55px;

  height: 55px;

  background: #ccc;

  margin: 0;

}



.page-news-hot-button&gt;div:after {

  color: var(--FEY-color-white);

  font-size: var(--FEY-font-size-20);

}



.page-news-hot-block {

  display: flex;

  justify-content: flex-start;

  align-items: center;

}



.page-news-hot-img {

  width: 40vw;

  height: 25.26vw;

  min-height: 300px;

  overflow: hidden;

}



.page-news-hot-img img {

  height: 100%;

  object-fit: cover;

  width: 100%;

}



.page-news-hot-button&gt;div:last-child {

  margin-left: 5px;

}



.page-news-hot-content {

  padding: 0 3.125vw;

  width: calc(100% - 40vw);

}



.page-news-hot-content .ellipsis-3 {

  text-indent: 2em;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  -webkit-box-orient: vertical;

}



.page-news-hot-time {

  font-size: 16px;

  color: #000;

  display: flex;

  justify-content: flex-start;

  align-items: end;

  margin-bottom: 30px;

}



.page-news-hot-title {

  font-size: 24px;

  color: #333;

  margin-bottom: 15px;

}



.page-news-hot-summary {

  font-size: 15px;

  color: #666;

  line-height: 2;

  margin-bottom: 10px;

}



.page-news-hot-more {

  text-align: right;

  text-transform: uppercase;

  font-size: 16px;

  font-weight: 700;

  color: #82bf25;

}



.page-news-hot-time b {

  font-size: 4.167vw;

  color: #82bf25;

  line-height: 1;

  margin-right: 5px;

}



.now-page-news-list {

  margin-bottom: 50px;

  overflow: hidden;

  font-size: 16px;

}



.now-page-news-list .page-news-item {

  padding: 30px 0;

  position: relative;

}



.now-page-news-list .page-news-item {

  border-bottom: 1px #f2f2f2 solid;

}



.now-page-news-list .page-news-item:hover {

  border-bottom: 1px #82bf25 solid;

}





.now-page-news-list .page-news-block {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.now-page-news-list .page-news-left {

  width: calc(100% - 20.833vw - 4.4vw);

}



.now-page-news-list .page-news-left .page-news-title {

  padding: 15px 0;

  color: #333;

}



.now-page-news-list .page-news-left .page-news-summary {

  color: #666;

  line-height: 1.8;

  text-indent: 2em;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  -webkit-box-orient: vertical;

}



.now-page-news-list .page-news-item:hover .page-news-left .page-news-title {

  color: #82bf25;

}



.now-page-news-list .page-news-right {

  width: 20.833vw;

  margin-left: 4.4vw;

  min-height: 150px;

  overflow: hidden;

  max-height: 250px;

  height: 13.2vw;

}



.now-page-news-list .page-news-right img {

  height: 100%;

  object-fit: cover;

}



/*åˆä½œä¼™ä¼´*/



.Page-pic-list .partner-news-item {

  width: calc((var(--FEY-full) - 90px) / 4);

}



.Page-pic-list .partner-news-item:nth-child(3n) {

  margin-right: 30px;

}



.Page-pic-list .partner-news-item:nth-child(4n) {

  margin-right: 0px;

}



.Page-pic-list .partner-news-item .page-news-img {

  display: flex;

  align-items: center;

  justify-content: center;

  height: calc(var(--FEY-font-size-50)* 3);

}



.Page-pic-list .partner-news-item .page-news-img img {

  display: block;

  width: 100%;

  height: 80%;

  object-fit: contain;

}



.Page-pic-list .partner-news-item .page-news-content {

  background-color: transparent;

  padding: 0 12px;

}



.Page-pic-list .partner-news-item .page-news-content h2 {

  text-align: center;

  /* display: flex;

  justify-content: center;

  align-items: center; */

}



/* è£èª‰èµ„è´¨ */

.Page-honor-list .page-news-content {

  background: none;

  padding: 0;

  text-align: center;

}



/*å…¬ç›Šäº‹ä¸š*/

.page-path .container .page-path-container .page-path-right .path-pagination {

  top: 0;

  transform: unset;

  position: relative;

  right: 70px !important

}



.page-path .container .page-path-container .page-path-right .path-pagination::before {

  background-color: #666666;

  content: '';

  position: absolute;

  right: 11px;

  top: 20px;

  width: 1px;

  height: 100%;

  opacity: .5;

}





.page-path-left {

  flex: 1 0 0;

}



.swiper-autoheight,

.swiper-autoheight .swiper-slide {

  height: auto;

}



.page-path-left .page-path-title {

  color: #333;

  font-size: 26px;

  font-weight: 700;

  margin: 10px 0;

  line-height: 1;

}



.page-path-left .page-text {

  color: #666666;

  font-size: 16px;

  line-height: 2;

}



.page-path-left .page-text img {

  border-radius: 8px;

  width: 70%;

  max-width: 100%;

  height: auto !important;

}



.page-path-right {

  width: 20%;

  position: relative;

}



.page-path-container {

  width: 100%;

  display: flex;

  padding: 30px 0;

  justify-content: space-between;

}



.page-path-right ul li {

  background-color: transparent;

  border-radius: 0;

  box-sizing: border-box;

  text-align: right;

  padding-right: 40px;

  position: relative;

  width: 100%;

  height: auto;

  margin-bottom: 50px !important;

  margin-top: auto !important;

  opacity: 1;

}



.page-path-right .page-path-title-none li {

  opacity: 0;

}



.bigthing-path-prev::after {

  content: 'prev';

}



.bigthing-path-next::after {

  content: 'next';

}



.page-path-right .path-pagination li::before,

.page-path-right .path-pagination li::after {

  position: absolute;

  border-radius: 50%;

  content: '';

  top: 50%;

  transform: translateY(-50%);

}



.page-path-right .path-pagination li::after {

  width: 22px;

  height: 22px;

  background-color: #82bf25;

  right: 0;

  z-index: 1;

  opacity: 0;

}



.page-path-right ul li.swiper-pagination-bullet-active {

  color: #82bf25;

  font-size: 18px;

  font-weight: 700;

}



.page-path-right ul li::before {

  background-color: #CCCCCC;

  width: 8px;

  height: 8px;

  right: 7px;

  z-index: 2;

}







.page-path-right ul li.swiper-pagination-bullet-active::after {

  opacity: 1;

}



.page-path-right .path-pagination li::before,

.page-path-right .path-pagination li::after {

  position: absolute;

  border-radius: 50%;

  content: '';

  top: 50%;

  transform: translateY(-50%);

}



.page-end ul li {

  background-color: transparent;

  border-radius: 0;

  box-sizing: border-box;

  text-align: right;

  padding-right: 40px;

  position: relative;

  width: 100%;

  height: auto;

  margin-bottom: 50px !important;

  margin-top: auto !important;

  opacity: 1;

}



@media (max-width: 1400px) {

  .Page-channel-left li {

    width: 150px;

  }

}



@media(max-width: 1200px) {



  .Header-logo {

    /* width: 22%; */

    background: url(../images/logo_1.png) no-repeat left center / contain;

  }



  .Header-nav li {

    margin-left: 15px;

  }

}



@media (max-width: 1180px) {

  :root {

    --FEY-font-size-50: 4.23728vw;

    --FEY-font-size-48: 4.0678vw;

    --FEY-font-size-46: 3.8983vw;

    --FEY-font-size-44: 3.7288vw;

    --FEY-font-size-42: 3.5593vw;

    --FEY-font-size-40: 3.3898vw;

    --FEY-font-size-38: 3.2203vw;

    --FEY-font-size-36: 3.05085vw;

    --FEY-font-size-34: 2.88136vw;

    --FEY-font-size-32: 2.71186vw;

    --FEY-font-size-30: 2.54237vw;

    --FEY-font-size-28: 2.37288vw;

    --FEY-font-size-26: 2.20339vw;

    --FEY-font-size-24: 2.0339vw;

    --FEY-font-size-22: 1.86441vw;

    --FEY-font-size-20: 1.69492vw;

    --FEY-font-size-18: 1.52542vw;

    --FEY-font-size-16: 1.35593vw;

    --FEY-font-size-14: 1.18644vw;

    --FEY-font-size-12: 1.01695vw;

  }



  /* .Home-advantage-list li p {

    font-size: 12px;

  } */



  .Page-channel-left li {

    width: 100px;

  }

}



@media (max-width: 992px) {

  .page-path-right {

    width: 100%;

  }



  .page-path-left .page-path-titleP {

    font-size: 26px;

    margin-bottom: 14px;

  }



  .page-path-container .page-path-left .swiper-path .swiper-wrapper li {

    width: 100%;

    margin-left: 0;

    text-align: center;

  }



  .Page-about .container {

    display: block;

  }



  #Footer .Footer-top .pull-overflow {

    padding: 0 20px;

  }



  .Page-news-list .page-news-item {

    width: calc((var(--FEY-full) - 30px) / 2);

    margin-right: 30px;

  }



  .Page-news-list .Page-news-list .page-news-item:nth-child(3n) {

    margin-right: 30px;

  }



  .Page-news-list .page-news-item:nth-child(2n) {

    margin-right: 0;

  }



  .Page-news-list .Page-news-list .page-news-item:nth-child(3n) {

    margin-right: 30px;

  }



  .page-path .container .page-path-container {

    display: block;

  }



  .page-path .container .page-path-container .page-path-left .swiper-path {}



  .page-path .container .page-path-container .page-path-left .page-text img {

    width: 100%;

  }



  .page-path .container .page-path-container .page-path-right {

    margin-top: 15px;

  }

}



@media (max-width: 760px) {

  .Header-logo {

    width: 30%;

  }



  .Page-product-right .Page-product-content .Page-minimally-box .Page-minimally-block .Page-minimally-img img {

    width: 64%;

  }



  :root {

    --FEY-font-size-50: 5rem;

    --FEY-font-size-48: 4.8rem;

    --FEY-font-size-46: 4.6rem;

    --FEY-font-size-44: 4.4rem;

    --FEY-font-size-42: 4.2rem;

    --FEY-font-size-40: 4rem;

    --FEY-font-size-38: 3.8rem;

    --FEY-font-size-36: 3.6rem;

    --FEY-font-size-34: 3.4rem;

    --FEY-font-size-32: 3.2rem;

    --FEY-font-size-30: 3.0rem;

    --FEY-font-size-28: 2.8rem;

    --FEY-font-size-26: 2.6rem;

    --FEY-font-size-24: 2.4rem;

    --FEY-font-size-22: 2.2rem;

    --FEY-font-size-20: 2.0rem;

    --FEY-font-size-18: 1.8rem;

    --FEY-font-size-16: 1.6rem;

    --FEY-font-size-14: 1.4rem;

    --FEY-font-size-12: 1.2rem;

  }



  .Page-news-list .page-news-item {

    width: var(--FEY-full);

    margin-right: 0 !important;

  }



  .Page-news-list .page-news-time {

    font-size: 14px;

  }



  .Page-news-list .page-news-title {

    font-size: 16px;

    min-height: 50px;

  }



  .Page-channel-left li a span i {

    display: none;

  }

}



.pull-overflow-dsz {

  display: flex;

}



.Page-founder-sign {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.Page-founder-sign img {

  max-height: 120px;

}



@media(max-width: 760px) {

  .page-news-hot .swiper-news {

    height: 372px;

  }



  .page-news-hot-block {

    flex-direction: column;

  }



  .page-news-hot-img {

    width: 100%;

    height: 200px;

    min-height: auto;

  }



  .page-news-hot-content {

    padding: 20px;

    width: 100%;

  }



  .now-page-news-list .page-news-item {

    padding: 20px 0;

  }



  .now-page-news-list .page-news-block {

    align-items: stretch;

  }



  .now-page-news-list .page-news-left {

    width: calc(100% - 4.4vw -90px);

  }



  .now-page-news-list .page-news-left .page-news-title {

    padding-top: 0;

    padding-bottom: 10px;
    font-size: 18px;

    font-weight: bold;

  }



  .now-page-news-list .page-news-left .page-news-summary {

    font-size: 14px;

    line-height: 1.6;

  }



  .now-page-news-list .page-news-right {

    width: 90px;

    min-height: auto;

    max-height: none;

    height: 100%;

  }



  .Page-text img {

    width: 100%!important;
    border-radius: 10px;

  }



  .pull-overflow-dsz {

    flex-wrap: wrap;

  }



  .Page-founder-left {

    width: 100%;

  }



  .Page-founder-right {

    width: 100%;

    padding: 20px 0 0;

  }



  .Page-founder-sign img {

    max-height: 68px;

  }

}



/* @media (max-width: 500px) {

  .Header-logo {

    width: 45%;

  }

} */</pre></body></html>