
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
a {
  outline: none;
}
.wid {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
 
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
  height: 710px;
}
.banner ul li .wid {
  height: 100%;
}
.banner ul li .wid .intrs {
  width: 100%;
  height: 100%;
  padding-top: 71px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 150px;
}
.banner ul li .wid .intrs .txts {
  width: 100%;
  color: #fff;
  padding-left: 10%;
  /* text-align: center; */
}
.banner ul li .wid .intrs .txts h5 {
  line-height: 74px;
  font-size: 20px;
}
.banner ul li .wid .intrs .txts h3 {
  line-height: 112px;
  font-size: 72px;
  font-weight: bold;
}
.banner ul li .wid .intrs .txts h4 {
  line-height: 60px;
  font-size: 34px;
}
.banner ul li .wid .intrs .more {
  width: 100%;
  text-align: center;
  padding-top: 72px;
}
.banner ul li .wid .intrs .more a {
  display: inline-block;
  width: 206px;
  height: 64px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 20px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-decoration: none;
}
.banner ul li img {
  width: 100%;
}
.banner .swiper-pagination {
  width: 100%;
  /* right: initial; */
  left: 0px;
  right: 0px;
  bottom: 58px;
  max-width: 1920px;
  margin: auto;
  padding-right: 80px;
  text-align: right;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  transition: 0.5s;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  background: #fff;
}
.banner .swiper-button-prev {
  width: 70px;
  height: 68px;
  border: 1px solid #fff;
  left: initial;
  right: 252px;
  top: initial;
  margin-top: initial;
  bottom: 58px;
  background: url("../img/4537fd_68x66.jpg") center no-repeat;
  background-size: cover;
}
.banner .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.banner .swiper-button-prev:hover {
  background: #fff;
}
.banner .swiper-button-prev:hover:after {
  color: #036eb8;
}
.banner .swiper-button-next {
  width: 70px;
  height: 68px;
  border: 1px solid #fff;
  left: initial;
  right: 184px;
  top: initial;
  margin-top: initial;
  bottom: 58px;
  background: url("../img/4537fd_68x66.jpg") center no-repeat;
  background-size: cover;
}
.banner .swiper-button-next:after {
  font-size: 24px;
  color: #fff;
}
.banner .swiper-button-next:hover {
  background: #fff;
}
.banner .swiper-button-next:hover:after {
  color: #036eb8;
}
.banner .swiper-nums {
  position: absolute;
  right: 74px;
  bottom: 160px;
  font-size: 36px;
  z-index: 99;
  color: #fff;
  font-family: arial;
}
.head {
  width: 100%;
  height: 71px;
  border-bottom: 1px solid #aecee3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.head .logo {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu {
  height: 100%;
}
.head .menu .box {
  width: auto;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.head .menu .box.acti i {
  background: none !important;
}
.head .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .nav {
  width: auto;
}
.head .nav ul {
  width: 100%;
}
.head .nav ul li {
  width: auto;
  position: relative;
  height: 70px;
}
.head .nav ul li .txts {
  width: 128px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .nav ul li .txts a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.head .nav ul li .txts.btn-slide a {
  padding-right: 20px;
  position: relative;
}
.head .nav ul li .txts.btn-slide a:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.head .nav ul li .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  background: rgba(0,0,0,0.4);
  min-height: 100px;
  display: none;
  padding: 6px 0;
}
.head .nav ul li .slide a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.head .nav ul li .slide a:hover {
  background: rgba(0,0,0,0.2);
}
.head .nav ul li:hover .txts {
  background: rgba(0,0,0,0.2);
}
.head .nav ul li:hover .slide {
  display: block;
}
.head .nav ul li.active .txts {
  background: rgba(0,0,0,0.2);
}
.navigationn {
  width: 100%;
  height: 71px;
  border-bottom: 1px solid #c1c1c1;
  background-color: #fff;
  z-index: 99;
}
.navigationn.fix {
  position: fixed;
  left: 0;
  top: 0px;
  background-color: #fff;
}
.navigationn .list {
  width: 100%;
}
.navigationn .list ul {
  width: 100%;
}
.navigationn .list ul li {
  width: auto;
  line-height: 70px;
  font-size: 16px;
  color: #666;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  min-width: 100px;
  text-align: center;
}
.navigationn .list ul li a {
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.navigationn .list ul li.active {
  background: url("../img/4e8764_110x70.jpg") center no-repeat;
  background-size: cover;
}
.navigationn .list ul li.active a {
  color: #fff;
}
.navigationCont {
  width: 100%;
  height: 71px;
  border-bottom: 1px solid #c1c1c1;
  background-color: #fff;
  z-index: 99;
}
.navigationCont.fix {
  position: fixed;
  left: 0;
  top: 0px;
  background-color: rgba(255,255,255,0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.navigationCont .list {
  width: 100%;
}
.navigationCont .list ul {
  width: 100%;
}
.navigationCont .list ul li {
  width: auto;
  line-height: 70px;
  font-size: 16px;
  color: #666;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  min-width: 100px;
  text-align: center;
}
.navigationCont .list ul li a {
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.navigationCont .list ul li.active {
  background: url("../img/4e8764_110x70.jpg") center no-repeat;
  background-size: cover;
}
.navigationCont .list ul li.active a {
  color: #fff;
}
.navigationn-2 .list ul li.active {
  background: none;
}
.navigationn-2 .list ul li.active a {
  color: #0675bc;
}
.navigationn-2 .list ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0675bc;
}
.navigationn-2.fix {
  top: 0;
}
.about {
  width: 100%;
  padding: 80px 0;
  float: left;
  padding-bottom: 0;
  overflow-x: hidden;
}
.about .text {
  width: 100%;
}
.about .text h2 {
  font-size: 40px;
  line-height: 90px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  position: relative;
}
.about .text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 6px;
  background-color: #036eb8;
}
.about .text p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin: 32px 0;
  text-align: justify;
}
.about .list {
  width: 100%;
}
.about .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about .list ul li {
  width: auto;
  min-width: 20%;
}
.about .list ul li .ico {
  width: auto;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .list ul li .ico img {
  transition: 0.5s;
}
.about .list ul li .txts {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.about .list ul li .txts h5 {
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
.about .list ul li .txts p {
  font-size: 20px;
  line-height: 32px;
  color: #666;
}
.about .list ul li:hover {
  cursor: pointer;
}
.about .list ul li:hover .ico img {
  transform: scale(1.2);
}
.about .list ul li:hover .txts h5 {
  color: #0675bc;
}
.about .intrs {
  width: 100%;
  background: url("../img/868882_1520x604.jpg") center no-repeat;
  background-size: cover;
  min-height: 604px;
  margin: 90px 0;
  float: left;
  padding: 0 85px;
  padding-top: 90px;
}
.about .intrs .image {
  width: 100%;
  padding-left: 40px;
}
.about .intrs .image video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .intrs .image img {
  width: 100%;
}
.about .intrs .describe {
  width: 100%;
}
.about .intrs .describe .title {
  width: 100%;
  line-height: 48px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
  background-image: linear-gradient(to right, #89e4f4, #e1fdfd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .intrs .describe .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 156px;
  height: 3px;
  background-color: #036eb8;
}
.about .intrs .describe .txts {
  width: 100%;
}
.about .intrs .describe .txts p {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  line-height: 38px;
  text-align: justify;
  margin: 15px 0;
}
.system {
  width: 100%;
  background-color: #f7fdff;
  float: left;
  padding: 64px 0;
  overflow-x: hidden;
}
.system .title {
  width: 100%;
}
.system .title h3 {
  line-height: 90px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #000;
}
.system .title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 6px;
  background-color: #036eb8;
}
.system .title p {
  line-height: 34px;
  margin: 15px 0;
  font-size: 20px;
  color: #666;
  font-family: arial;
}
.system .conts {
  width: 100%;
  padding-top: 14px;
}
.system .conts .list {
  width: 100%;
  height: 845px;
  background-color: #149af8;
}
.system .conts .list ul {
  width: 100%;
  height: 100%;
}
.system .conts .list ul li {
  width: 320px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.system .conts .list ul li .nums {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 100px;
  z-index: 99;
}
.system .conts .list ul li .nums span {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  position: relative;
  padding-left: 226px;
  display: inline-block;
}
.system .conts .list ul li .nums span:after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 214px;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
}
.system .conts .list ul li .intr {
  width: 100%;
  height: 100%;
  background: url("../img/fb256a_320x845.jpg") left bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(0%);
}
.system .conts .list ul li .intr .cont {
  width: 100%;
  height: 100%;
  padding: 0 36px;
  padding-top: 236px;
}
.system .conts .list ul li .intr .ico {
  width: 100%;
}
.system .conts .list ul li .intr .ico img {
  margin: 20px 0;
}
.system .conts .list ul li .intr .ico h4 {
  font-size: 28px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
}
.system .conts .list ul li .intr .labs {
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  min-height: 160px;
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.system .conts .list ul li .intr .next {
  width: 100%;
}
.system .conts .list ul li .intr .next i.swiper-button-next {
  width: 50px;
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 36px;
  bottom: 30px;
}
.system .conts .list ul li .intr .next i.swiper-button-next:after {
  color: #fff;
  font-size: 14px;
}
.system .conts .list ul li .intr .next i.swiper-button-next:hover {
  background-color: #036eb8;
  border: 1px solid #036eb8;
}
.system .conts .list ul li .inform {
  width: 100%;
  height: 100%;
  background: url("../img/1525db_880x845.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.5s;
}
.system .conts .list ul li .inform .cont {
  width: 100%;
  padding: 0 36px;
  padding-top: 236px;
}
.system .conts .list ul li .inform .cont .ico {
  width: 100%;
}
.system .conts .list ul li .inform .cont .ico img {
  margin: 20px 0;
}
.system .conts .list ul li .inform .cont .ico h4 {
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
}
.system .conts .list ul li .inform .cont .labs {
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  min-height: 72px;
  margin: 20px 0;
}
.system .conts .list ul li .inform .cont .type {
  width: 100%;
  padding-top: 50px;
}
.system .conts .list ul li .inform .cont .type .items {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
}
.system .conts .list ul li .inform .cont .type .items .tits {
  width: 100%;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  padding: 0 12px;
  position: relative;
  top: 2px;
  font-weight: bold;
}
.system .conts .list ul li .inform .cont .type .items .rows {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 12px;
}
.system .conts .list ul li .inform .cont .type .items .rows:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.5);
  opacity: 0.2;
}
.system .conts .list ul li .inform .cont .type .items .rows .box {
  width: 25%;
}
.system .conts .list ul li .inform .cont .type .items .rows .box .ico {
  width: 64px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.system .conts .list ul li .inform .cont .type .items .rows .box .txt {
  width: calc(100% - 64px);
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #fff;
  height: 66px;
}
.system .conts .list ul li .inform .cont .type ul {
  width: 100%;
}
.system .conts .list ul li .inform .cont .type ul li {
  width: 33.3%;
  max-width: 200px;
  text-align: center;
}
.system .conts .list ul li .inform .cont .type ul li .imgs {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.system .conts .list ul li .inform .cont .type ul li .imgs img {
  transition: 0.5s;
}
.system .conts .list ul li .inform .cont .type ul li .txts {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  min-height: 48px;
  display: -webkit-box;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.system .conts .list ul li .inform .cont .type ul li:hover {
  cursor: pointer;
}
.system .conts .list ul li .inform .cont .type ul li:hover .imgs img {
  transform: scale(1.1);
}
.system .conts .list ul li .inform .cont .type.type-2 ul li {
  width: 19%;
  cursor: pointer;
}
.system .conts .list ul li .inform .cont .type.type-2 ul li .imgs {
  max-width: 115px;
  overflow: hidden;
}
.system .conts .list ul li .inform .cont .type.type-2 ul li .imgs img {
  transition: 0.5s;
}
.system .conts .list ul li .inform .cont .type.type-2 ul li .txts {
  max-width: 115px;
}
.system .conts .list ul li .inform .cont .next {
  width: 50px;
  height: 28px;
  position: absolute;
  left: 36px;
  bottom: 30px;
  z-index: 99;
}
.system .conts .list ul li .inform .cont .next i.swiper-button-next {
  width: 50px;
  height: 28px;
  background-color: #036eb8;
  border: 1px solid #036eb8;
  color: #fff;
  display: inline-block;
  position: relative;
  inset: 0;
  display: flex;
  margin-top: 0;
  justify-content: center;
  align-items: center;
}
.system .conts .list ul li .inform .cont .next i.swiper-button-next:after {
  color: #fff;
  font-size: 14px;
}
.system .conts .list ul li:nth-child(2) .inform {
  background: url("../img/29156e_880x845.jpg") center no-repeat;
  background-size: cover;
}
.system .conts .list ul li:nth-child(3) .inform {
  background: url("../img/984ed1_880x845.jpg") center no-repeat;
  background-size: cover;
}
.system .conts .list ul li.active {
  width: calc(100% - 640px);
}
.system .conts .list ul li.active .intr {
  transform: translateX(80%);
}
.system .conts .list ul li.active .inform {
  transform: translateX(0%);
}
.development {
  width: 100%;
  min-height: 558px;
  background: url("../img/c825f3_1919x558.jpg") bottom center no-repeat;
  float: left;
  padding-bottom: 60px;
  overflow-x: hidden;
}
.development .title {
  width: 100%;
  padding: 78px 0;
}
.development .title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 90px;
}
.development .title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.development .title p {
  line-height: 62px;
  font-size: 20px;
  color: #666;
}
.development .conts {
  width: 100%;
  height: 484px;
  padding: 0 50px;
  position: relative;
}
.development .conts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #549ccf;
}
.development .conts .list {
  width: 100%;
}
.development .conts .list ul {
  width: 100%;
  align-items: center;
}
.development .conts .list ul li {
  width: 206px;
  height: 150px;
  text-align: center;
  cursor: pointer;
}
.development .conts .list ul li .year {
  width: 100%;
  line-height: 72px;
  font-size: 32px;
  font-weight: bold;
  color: #bfbfbf;
  transition: 0.5s;
}
.development .conts .list ul li .labs {
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin: 12px 0;
  font-size: 16px;
  color: #666;
}
.development .conts .list ul li .text {
  width: 100%;
  transform: translateY(200px) scale(0);
  transition: 0.5s;
}
.development .conts .list ul li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  text-align: justify;
}
.development .conts .list ul li .ico {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.development .conts .list ul li.swiper-slide-active {
  background: url("../img/efdbee_385x458.png") left center no-repeat;
  width: 386px;
  padding-left: 64px;
  padding-right: 40px;
  display: initial;
  padding-top: 44px;
  height: 458px;
}
.development .conts .list ul li.swiper-slide-active .year {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 40px;
  line-height: 88px;
}
.development .conts .list ul li.swiper-slide-active .labs {
  display: none;
}
.development .conts .list ul li.swiper-slide-active .ico {
  display: none;
}
.development .conts .list ul li.swiper-slide-active .text {
  transform: translateY(0px) scale(1);
}
.development .conts .list ul li.swiper-slide-active .text p {
  font-size: 18px;
}
.development .conts .list .swiper-button-next {
  width: 66px;
  height: 66px;
  background: rgba(0,0,0,0.3);
}
.development .conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 24px;
}
.development .conts .list .swiper-button-next:hover {
  background-color: #036eb8;
}
.development .conts .list .swiper-button-prev {
  width: 66px;
  height: 66px;
  background: rgba(0,0,0,0.3);
}
.development .conts .list .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}
.development .conts .list .swiper-button-prev:hover {
  background-color: #036eb8;
}
.framework {
  width: 100%;
  background-color: #f7f7f7;
  padding: 75px 0;
  float: left;
  overflow-x: hidden;
}
.framework .title {
  width: 100%;
}
.framework .title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 90px;
}
.framework .title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.framework .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.framework .conts .intr {
  width: 100%;
}
.framework .conts .intr .name {
  width: 100%;
  text-align: center;
}
.framework .conts .intr .name span {
  display: inline-block;
  width: 254px;
  height: 90px;
  background-color: #e2ebf2;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  color: #026eb8;
  font-weight: bold;
  position: relative;
}
.framework .conts .intr .name span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 2px;
  height: 20px;
  background-color: #d7d7d7;
}
.framework .conts .intr .list {
  width: 100%;
  margin-top: 40px;
}
.framework .conts .intr .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.framework .conts .intr .list ul:after {
  content: "";
  position: absolute;
  left: calc(10% - 30px);
  height: 2px;
  background-color: #d7d7d7;
  top: -20px;
  width: calc(80% + 60px);
}
.framework .conts .intr .list ul li {
  width: calc(20% - 60px);
  height: 88px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 86px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.framework .conts .intr .list ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  background-color: #d7d7d7;
}
.framework .conts .intr .list ul li:hover {
  background-color: #026eb8;
  color: #fff;
  box-shadow: 0 6px 10px rgba(2,110,184,0.3);
}
.news {
  width: 100%;
  padding: 100px 0;
  float: left;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.news .title {
  width: 100%;
  height: 68px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.news .title b {
  font-size: 44px;
  font-weight: bold;
}
.news .title a {
  display: inline-block;
  width: 208px;
  height: 64px;
  background: #036eb8;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  padding-right: 20px;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
}
.news .title a:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 14px;
  background: url("../img/2ab1b2_16x14.png") center no-repeat;
}
.news .tabs {
  width: 100%;
  padding: 44px 0;
  float: left;
}
.news .tabs ul {
  width: 100%;
}
.news .tabs ul li {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #6a6a6a;
  position: relative;
  cursor: pointer;
  margin-right: 60px;
}
.news .tabs ul li.active {
  color: #000;
}
.news .tabs ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #036eb8;
}
.news .conts {
  width: 100%;
  padding: 35px 0;
  float: left;
  padding-top: 0;
}
.tabs-news {
  display: none;
}
.tabs-news.show {
  display: block;
}
.news-list {
  overflow-x: hidden;
}
.news-list .item {
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px;
  margin: 15px 0;
  float: left;
  transition: 0.5s;
  cursor: pointer;
}
.news-list .item .imgs {
  width: 310px;
  height: 230px;
  overflow: hidden;
}
.news-list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.news-list .item .intr {
  width: calc(100% - 310px);
  padding-left: 30px;
}
.news-list .item .intr .tits {
  width: 100%;
  line-height: 24px;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list .item .intr .labs {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  color: #666;
  margin-top: 16px;
}
.news-list .item .intr .txts {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 8px 0;
  text-align: justify;
  min-height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-list .item .intr .more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news-list .item .intr .more a {
  width: 150px;
  height: 50px;
  background: #036eb8;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  padding-right: 20px;
  text-decoration: none;
  position: relative;
}
.news-list .item .intr .more a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 14px;
  background: url("../img/2ab1b2_16x14.png") center no-repeat;
}
.news-list .item:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.news-list .item:hover .imgs img {
  transform: scale(1.2);
}
.news-list .item:hover .intr .tits {
  color: #026eb8;
}
.cooperate {
  width: 100%;
  min-height: 936px;
  background: url("../img/cb110c_1920x937.jpg") top center no-repeat;
  float: left;
  overflow-x: hidden;
}
.cooperate .title {
  width: 100%;
  padding: 90px 0;
  float: left;
  padding-bottom: 40px;
}
.cooperate .title h2 {
  line-height: 66px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.cooperate .title p {
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}
.cooperate .conts {
  width: 100%;
}
.cooperate .conts .list {
  width: 100%;
}
.cooperate .conts .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperate .conts .list ul li {
  width: 320px;
  height: 100px;
  background: url("../img/556aa1_320x100.jpg") center no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 10px;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  align-items: center;
  box-shadow: -8px 8px 10px rgba(0,0,0,0.06);
}
.cooperate .conts .list ul li img {
  max-width: 90%;
}
.cooperate .conts .list ul li:hover {
  transform: scale(1.3);
}
.footer {
  width: 100%;
  background-color: #1d1d1d;
  float: left;
  overflow-x: hidden;
}
.footer .contact {
  width: 100%;
  padding: 30px 0;
}
.footer .contact .intr {
  width: 100%;
  float: left;
}
.footer .contact .intr .logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .contact .intr .qrcode {
  width: 140px;
  height: 140px;
  background-color: #fff;
  padding: 10px;
  margin: 40px 0;
  float: left;
}
.footer .contact .intr .qrcode img {
  width: 100%;
}
.footer .contact .nav {
  float: left;
  width: 100%;
}
.footer .contact .nav dl {
  width: calc(100% / 6);
  float: left;
  text-align: center;
}
.footer .contact .nav dl dt {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
}
.footer .contact .nav dl dt a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.footer .contact .nav dl dd {
  line-height: 34px;
}
.footer .contact .nav dl dd a {
  color: #666;
  text-decoration: none;
}
.footer .contact .nav dl dd a:hover {
  color: #fff;
}
.footer .contact .links {
  width: 100%;
  text-align: right;
  float: left;
}
.footer .contact .links h5 {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.footer .contact .links p {
  width: 100%;
}
.footer .contact .links p a {
  color: #666;
  line-height: 34px;
  text-decoration: none;
}
.footer .copyright {
  width: 100%;
  line-height: 43px;
  border-top: 1px solid #3f3f3f;
  line-height: 42px;
  color: #666;
  text-align: center;
}
.footer .copyright a{ color: #fff;}

a:hover {
  opacity: 0.9;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.alerts .cont {
  width: 100%;
  padding-top: 70px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 20px 20px;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #223b59;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #223b59;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #223b59;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 10px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li .txts {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 25%;
  line-height: 32px;
  color: #666;
  opacity: 0.8;
  float: left;
  display: inline-block;
}
.alerts .cont .menu .list ul li a {
  color: #666;
  text-decoration: none;
}
.alerts .cont .menu .list ul li.btns .txts:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/7a66b5_20x20.png") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.active .txts:after {
  transform: rotate(90deg);
}
.alerts .cont .menu .list ul li:nth-child(2) .slide a {
  width: 33.3%;
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: rgba(0,0,0,0.4);
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 10px;
  padding-left: 20px;
}
.alerts .cont .search .input input {
  width: 30px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/b302d4_24x24.png") center no-repeat;
  color: #333;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 30px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.8);
}
.page-banner {
  width: 100%;
  height: 400px;
}
.page-banner .wid {
  height: 100%;
}
.page-banner .wid .intrs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 70px;
}
.page-banner .wid .intrs h3 {
  font-size: 40px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.page-banner .wid .intrs p {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 2px;
}
.page-banner.contact-banner {
  background: url("../img/b815d5_1920x500.jpg") top center no-repeat;
  height: 500px;
}
.page-banner.contact-banner .intrs {
  width: 100%;
  padding-top: 140px;
  display: initial;
  float: left;
}
.page-banner.contact-banner .intrs .title {
  width: 100%;
  text-align: center;
}
.page-banner.contact-banner .intrs .title h3 {
  font-size: 40px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.page-banner.contact-banner .intrs .title p {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 40px;
}
.page-banner.contact-banner .intrs .list {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 38px 0;
  float: left;
}
.page-banner.contact-banner .intrs .list .box {
  width: auto;
  margin: 0 16px;
}
.page-banner.contact-banner .intrs .list .box .image-container{
	filter:drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}
.page-banner.communist-banner {
  background: url("../img/bbf74c_1920x500.jpg") center no-repeat;
}
.page-banner.news-banner {
  background: url("../img/d62345_1920x500.jpg") center no-repeat;
}
.page-banner.human-banner {
  background: url("../img/fb0cb1_1920x500.jpg") center no-repeat;
}
.page-banner.industry-banner {
  background: url("../img/f74664_1920x500.jpg") center no-repeat;
}
.page-banner.invest-banner {
  background: url("../img/c4e9a6_1920x500.jpg") center no-repeat;
}
.page-banner.material-banner {
  background: url("../img/dfcb62_1920x500.jpg") center no-repeat;
}
.contact-page {
  width: 100%;
  overflow-x: hidden;
}
.contact-page .address {
  width: 100%;
  padding: 90px 0;
  float: left;
  padding-bottom: 40px;
}
.contact-page .address .intr {
  width: 100%;
}
.contact-page .address .intr .ico {
  width: 100%;
  text-align: center;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .address .intr .txt {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.contact-page .address .intr .txt h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.contact-page .address .intr .txt p {
  font-size: 22px;
  line-height: 30px;
  color: #666;
}
.contact-page .address .maps {
  width: 100%;
  margin: 50px 0;
  float: left;
}
.contact-page .address .maps img {
  width: 100%;
}
.contact-page .subscribe {
  width: 100%;
}
.contact-page .subscribe .title {
  width: 100%;
  text-align: center;
}
.contact-page .subscribe .title h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.contact-page .subscribe .title p {
  font-size: 22px;
  line-height: 30px;
  color: #666;
}
.contact-page .subscribe .qrcode {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  float: left;
}
.contact-page .subscribe .qrcode .box {
  width: 40%;
  max-width: 360px;
  padding: 10px;
  margin: 0 40px;
}
.contact-page .subscribe .qrcode .box .imgs {
  width: 100%;
  text-align: center;
}
.contact-page .subscribe .qrcode .box .imgs img {
  width: 100%;
  max-width: 200px;
}
.contact-page .subscribe .qrcode .box .txts {
  width: 100%;
  line-height: 60px;
  color: #666;
  text-align: center;
  font-size: 20px;
}
.communist-page {
  width: 100%;
  padding: 85px 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
  float: left;
}
.communist-page .list .item {
  background-color: #fff;
}
.news-bg {
  background: #f7f7f7 url("../img/69b401_1920x360.jpg") top center no-repeat;
}
.news-page {
  width: 100%;
  overflow-x: hidden;
  float: left;
}
.news-page .details {
  width: 100%;
  padding-top: 154px;
}
.news-page .details .title {
  width: 100%;
  text-align: center;
  padding-bottom: 46px;
}
.news-page .details .title h3 {
  line-height: 86px;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.news-page .details .title h5 {
  font-size: 30px;
  color: #666;
}
.news-page .details .conts {
  width: 100%;
  background-color: #fff;
  padding: 50px 100px;
  float: left;
}
.news-page .details .conts .text {
  width: 100%;
}
.news-page .details .conts .text p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: justify;
  margin: 12px 0;
}
.news-page .details .conts .image {
  width: 100%;
  padding: 12px 0;
}
.news-page .details .conts .image img {
  width: 100%;
}
.news-page .details .paging {
  width: 100%;
  justify-content: space-between !important;
}
.news-page .details .paging a {
  display: inline-block;
  font-size: 18px;
  color: #666;
  text-decoration: none;
}
.news-page .details .paging a:hover {
  color: #1273a9;
}
.news-page .dynamics,
.news-page .team {
  width: 100%;
  background-color: #f7f7f7;
  float: left;
  padding: 80px 0;
  padding-bottom: 20px;
}
.news-page .dynamics .title,
.news-page .team .title {
  width: 100%;
}
.news-page .dynamics .title h3,
.news-page .team .title h3 {
  line-height: 88px;
  font-size: 40px;
  position: relative;
  color: #000;
  font-weight: bold;
}
.news-page .dynamics .title h3:after,
.news-page .team .title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.news-page .conts {
  width: 100%;
  padding: 46px 0;
  float: left;
}
.news-page .conts .list .item {
  background-color: #fff;
}
.news-page .conts .paging {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .conts .paging i {
  display: inline-block;
  width: 70px;
  height: 68px;
  background-color: #036eb8;
  position: initial;
  position: relative;
  margin: 0 80px;
  inset: 0;
}
.news-page .conts .paging i:after {
  color: #fff;
  font-size: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.news-page .conts .paging .pagination span, .pagination a {
  font-size: 20px;
  color: #000;
  font-family: arial;
  line-height: 68px !important;
  width: 70px;
  height: 68px;
  display: block;
  padding: 0px !important;}
.news-page .conts .paging .active span{
	color: #fff;
}
.news-page .conts .paging span em {
  color: #036eb8;
}
.news-page .team {
  background-color: #fff;
}
.news-page .team .conts .list .item {
  background-color: f7f7f7;
}
.human-page {
  width: 100%;
  overflow-x: hidden;
}
.human-page .content {
  width: 100%;
}
.human-page .content .intr-items {
  width: 100%;
  padding: 100px 0;
  float: left;
}
.human-page .content .intr-items .image {
  width: 100%;
  padding-left: 120px;
}
.human-page .content .intr-items .image img {
  width: 100%;
}
.human-page .content .intr-items .intrs {
  width: 100%;
}
.human-page .content .intr-items .intrs .text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  text-align: justify;
  max-width: 590px;
  margin: 30px 0;
}
.human-page .content .intr-items .intrs .tabs {
  width: 100%;
  max-width: 590px;
  float: right;
  margin: 30px 0;
}
.human-page .content .intr-items .intrs .tabs ul {
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
}
.human-page .content .intr-items .intrs .tabs ul li {
  width: calc(33.3% - 10px);
  margin-left: 10px;
  background-color: #fff;
  max-width: 190px;
  height: 66px;
  line-height: 66px;
  margin: 0 5px;
  font-size: 18px;
  color: #036eb8;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.human-page .content .intr-items .intrs .tabs ul li.active {
  background-color: #036eb8;
  color: #fff;
}
.human-page .content .intr-items .intrs .tabs ul li.active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #036eb8;
}
.human-page .content .intr-items .intrs .tabs ul li:hover {
  background-color: #036eb8;
  color: #fff;
}
.human-page .content .intr-items.items-2 {
  background-color: #f7f7f7;
}
.human-page .content .intr-items.items-2 .image {
  padding-left: 0;
  padding-right: 120px;
}
.human-page .content .intr-items.items-2 .image ul {
  width: 100%;
}
.human-page .content .intr-items.items-2 .image ul li {
  width: 100%;
  display: none;
}
.human-page .content .intr-items.items-2 .image ul li.show {
  display: block;
}
.human-page .content .intr-items.items-2 .image ul li img {
  width: 100%;
}
.human-page .content .intr-items.items-2 .intrs .title {
  text-align: right;
}
.human-page .content .intr-items.items-2 .intrs .title h4:after {
  left: initial;
  right: 0;
}
.human-page .content .intr-items.items-2 .intrs .text {
  float: right;
}
.human-page .content .intr-items.items-2 .intrs .text .box {
  width: 100%;
  display: none;
}
.human-page .content .intr-items.items-2 .intrs .text .box.show {
  display: block;
}
.human-page .promotion {
  width: 100%;
  padding-top: 90px;
  float: left;
}
.human-page .promotion .titles {
  padding-bottom: 20px;
}
.human-page .promotion .conts {
  width: 100%;
  height: 700px;
  background: url("../img/3d75e1_1920x700.jpg") top center no-repeat;
  background-size: cover;
  float: left;
}
.human-page .promotion .conts .tabs {
  width: 100%;
  height: 77px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.human-page .promotion .conts .tabs .list {
  width: 100%;
}
.human-page .promotion .conts .tabs .list ul li {
  line-height: 76px;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  margin-right: 80px;
  position: relative;
}
.human-page .promotion .conts .tabs .list ul li.active {
  background-image: linear-gradient(to right, #8ee6f5, #dcfbfc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.human-page .promotion .conts .tabs .list ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #8ae4f4, #feffff);
}
.human-page .promotion .conts .tabs .list ul li:hover {
  background-image: linear-gradient(to right, #8ee6f5, #dcfbfc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.human-page .promotion .conts .intrs {
  width: 100%;
  height: 620px;
}
.human-page .promotion .conts .intrs .intrs-item {
  width: 100%;
  height: 100%;
  display: none;
}
.human-page .promotion .conts .intrs .intrs-item.show {
  display: block;
}
.human-page .promotion .conts .intrs .intrs-item .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.human-page .promotion .conts .intrs .intrs-item .image img {
  max-width: 100%;
}
.human-page .benefit {
  width: 100%;
  padding-top: 90px;
  float: left;
}
.human-page .benefit .titles {
  padding-bottom: 20px;
}
.human-page .benefit .image {
  width: 100%;
}
.human-page .benefit .image img {
  width: 100%;
}
.human-page .process {
  width: 100%;
  padding-top: 90px;
  float: left;
}
.human-page .process .titles {
  padding-bottom: 20px;
}
.human-page .process .image {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  float: left;
}
.human-page .process .image img {
  max-width: 100%;
}
.human-page .post {
  width: 100%;
  background-color: #f7f7f7;
  float: left;
  padding-top: 90px;
}
.human-page .post .tabs {
  width: 100%;
  height: 65px;
  float: left;
  border-bottom: 1px solid #aeaeae;
}
.human-page .post .tabs .list {
  width: 100%;
  float: left;
}
.human-page .post .tabs .list ul li {
  line-height: 64px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  margin-right: 100px;
  position: relative;
}
.human-page .post .tabs .list ul li.active {
  color: #036eb8;
}
.human-page .post .tabs .list ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #036eb8;
}
.human-page .post .tabs .list ul li:hover {
  color: #036eb8;
}
.human-page .post .intrs {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.human-page .post .intrs .list {
  width: 100%;
  display: none;
}
.human-page .post .intrs .list.show {
  display: block;
}
.human-page .post .intrs .list .items {
  background-color: #fff;
  padding: 20px 40px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.human-page .post .intrs .list .items .tits {
  width: 100%;
}
.human-page .post .intrs .list .items .tits h4 {
  font-size: 22px;
  line-height: 44px;
  color: #000;
}
.human-page .post .intrs .list .items .tits h4 em {
  float: right;
  color: #036eb8;
  cursor: pointer;
  display: inline-block;
}
.human-page .post .intrs .list .items .tits p {
  font-size: 18px;
  color: #666;
  line-height: 40px;
}
.human-page .post .intrs .list .items .slide {
  width: 100%;
  margin: 14px 0;
  height: 42px;
  float: left;
  transition: 0.5s;
  overflow: hidden;
}
.human-page .post .intrs .list .items .slide .box {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: justify;
  margin: 5px 0;
}
.human-page .post .intrs .list .items .slide .box b {
  font-weight: bold;
  color: #000;
}
.human-page .post .intrs .list .items .slide .box:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.human-page .post .intrs .list .items .slide.open {
  height: auto;
  float: left;
}
.human-page .post .intrs .list .items .slide.open .box:first-child {
  -webkit-line-clamp: 20;
}
.titles {
  width: 100%;
  text-align: center;
  float: left;
}
.titles h3 {
  line-height: 80px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  position: relative;
}
.titles h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.titles h3 em {
  color: #036eb8;
}
.titles p {
  line-height: 40px;
  padding: 15px 0;
  font-size: 16px;
  color: #666;
}
.titles.title-fr {
  text-align: right;
}
.titles.title-fr h3:after {
  left: initial;
  right: 0;
}
.titles.title-fl {
  text-align: left;
}
.titles.title-fl h3:after {
  left: 0;
  transform: initial;
}
.page-tabs {
  width: 100%;
  height: 100px;
  position: relative;
  float: left;
}
.page-tabs ul {
  width: 100%;
  background-color: #fff;
  margin-top: -50px;
  z-index: 99;
  float: left;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  position: relative;
}
.page-tabs ul li {
  width: calc(100% / 3);
  height: 100px;
  line-height: 96px;
  font-size: 20px;
  color: #666;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 4px solid #fff;
}
.page-tabs ul li a {
  text-decoration: none;
  color: #666;
}
.page-tabs ul li.active {
  border-bottom: 4px solid #036eb8;
  color: #036eb8;
}
.page-tabs ul li.active a {
  color: #036eb8;
}
.page-tabs.fix {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.page-tabs.fix ul {
  margin: 0;
  height: 80px;
  box-shadow: initial;
}
.page-tabs.fix ul li {
  line-height: 76px;
  height: 80px;
}
.industry-page {
  width: 100%;
}
.industry-page .content {
  float: left;
  width: 100%;
  overflow-x: hidden;
  padding-top: 60px;
}
.industry-page .content .titles {
  padding: 50px 0;
}
.industry-page .content .intrs {
  width: 100%;
  float: left;
}
.industry-page .content .intrs .image {
  width: 100%;
  padding-left: 60px;
}
.industry-page .content .intrs .image img {
  width: 100%;
}
.industry-page .content .intrs .conts {
  width: 100%;
}
.industry-page .content .intrs .conts .text {
  width: 100%;
}
.industry-page .content .intrs .conts .text h4 {
  margin: 24px 0;
  line-height: 7px;
  border-bottom: 1px solid #d8d8d8;
}
.industry-page .content .intrs .conts .text h4 b {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  padding-right: 54px;
  display: inline-block;
  position: relative;
  line-height: 74px;
}
.industry-page .content .intrs .conts .text h4 b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #036eb8;
}
.industry-page .content .intrs .conts .text p {
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  color: #666;
  text-align: justify;
}
.industry-page .industry-intrs {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px #e6e6e6;
  float: left;
  margin: 50px 0;
}
.industry-page .industry-intrs .list {
  width: 100%;
}
.industry-page .industry-intrs .list ul {
  width: 100%;
}
.industry-page .industry-intrs .list ul li {
  width: 100%;
  position: relative;
}
.industry-page .industry-intrs .list ul li .imgs {
  width: 60%;
  position: relative;
}
.industry-page .industry-intrs .list ul li .imgs img {
  width: 100%;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box {
  width: calc(100% / 3);
  height: 100%;
  float: left;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box .ico {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box .ico i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box .ico i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  border-radius: 50%;
  height: 30px;
  border: 1px solid rgba(255,255,255,0.3);
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box .ico i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.1);
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box .txt {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box:hover .ico i {
  transform: scale(1.3);
}
.industry-page .industry-intrs .list ul li .imgs .tabsCont .box:hover .txt {
  font-weight: bold;
  font-size: 20px;
}
.industry-page .industry-intrs .list ul li .text {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.industry-page .industry-intrs .list ul li .text p {
  font-size: 16px;
  color: #999;
  line-height: 32px;
}
.industry-page .industry-intrs .list ul li .text h5 {
  line-height: 44px;
  font-size: 18px;
  color: #036eb8;
}
.industry-page .industry-intrs .list ul li .text h3 {
  line-height: 80px;
  font-size: 44px;
  font-weight: bold;
  color: #000;
}
.industry-page .capacity {
  width: 100%;
  padding: 36px 0;
  float: left;
  padding-bottom: 0;
}
.industry-page .capacity .title {
  width: 100%;
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.industry-page .capacity .title b {
  color: #036eb8;
}
.industry-page .capacity .conts {
  width: 100%;
  padding: 25px 0;
  float: left;
  padding-bottom: 0;
}
.industry-page .capacity .conts .item {
  width: 100%;
  background-color: #f0f5f9;
  height: 532px;
  padding: 15px 50px;
}
.industry-page .capacity .conts .item h4 {
  line-height: 70px;
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 18px 0;
}
.industry-page .capacity .conts .item h4 span {
  display: inline-block;
  padding: 0 34px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.industry-page .capacity .conts .item h4 span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 18px;
  background: url("../img/983d59_11x18.jpg") center no-repeat;
}
.industry-page .capacity .conts .item h4 span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 18px;
  background: url("../img/3a150d_11x18.jpg") center no-repeat;
}
.industry-page .capacity .conts .item h5 {
  line-height: 40px;
  font-size: 20px;
  color: #036eb8;
  margin: 10px 0;
  text-align: center;
}
.industry-page .capacity .conts .item p {
  line-height: 38px;
  font-size: 18px;
  color: #666;
  text-align: justify;
}
.industry-page .project {
  width: 100%;
  background: url("../img/260b85_1520x560.jpg") center no-repeat;
  background-size: cover;
  min-height: 560px;
  float: left;
  margin: 100px 0;
}
.industry-page .project .tabs {
  width: 100%;
  height: 77px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0 90px;
  padding-top: 10px;
}
.industry-page .project .tabs ul {
  width: 100%;
}
.industry-page .project .tabs ul li {
  width: auto;
  line-height: 66px;
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin-right: 50px;
  cursor: pointer;
  position: relative;
}
.industry-page .project .tabs ul li.active {
  background-image: linear-gradient(to right, #8ae5f4, #feffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.industry-page .project .tabs ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #8ae5f4, #feffff);
}
.industry-page .project .tabs ul li:hover {
  background-image: linear-gradient(to right, #8ae5f4, #feffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.industry-page .project .conts {
  width: 100%;
  padding: 90px;
  float: left;
}
.industry-page .project .conts .conts-items {
  width: 100%;
  display: none;
}
.industry-page .project .conts .conts-items.show,
.industry-page .project .conts .conts-items .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.industry-page .project .conts .conts-items.show .box,
.industry-page .project .conts .conts-items .list .box {
  width: calc(20% - 14px);
}
.industry-page .project .conts .conts-items.show .box img,
.industry-page .project .conts .conts-items .list .box img {
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.industry-page .project .conts .conts-items.show .box:hover img,
.industry-page .project .conts .conts-items .list .box:hover img {
  box-shadow: 0 10px 20px rgba(6,117,188,0.4);
  transform: translateY(6px) scale(1.02);
}
.industry-page .project .conts .conts-items.show.list-2 .box,
.industry-page .project .conts .conts-items .list.list-2 .box {
  width: calc(50% - 14px);
}
.industry-page .project .conts .conts-items.show.list-3 .box,
.industry-page .project .conts .conts-items .list.list-3 .box {
  width: calc((100% / 6) - 14px);
}
.industry-page .case {
  width: 100%;
  background-color: #f7f7f7;
  padding: 90px 0;
  float: left;
  padding-bottom: 30px;
}
.industry-page .case .titles {
  padding: 0;
}
.industry-page .case .titles h3 {
  margin-bottom: 0;
}
.industry-page .case .conts {
  width: 100%;
  float: left;
}
.industry-page .case .conts .list {
  width: 100%;
  padding: 36px 0;
}
.industry-page .case .conts .list .item {
  width: 100%;
  background-color: #fff;
  height: 510px;
  padding: 20px;
  float: left;
  margin: 25px 0;
  transition: 0.5s;
  overflow: hidden;
}
.industry-page .case .conts .list .item .imgs {
  width: 100%;
  overflow: hidden;
}
.industry-page .case .conts .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.industry-page .case .conts .list .item .text {
  width: 100%;
  padding: 12px 0;
}
.industry-page .case .conts .list .item .text h5 {
  line-height: 40px;
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.industry-page .case .conts .list .item .text h5 a {
  color: #000;
  text-decoration: none;
}
.industry-page .case .conts .list .item .text p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
}
.industry-page .case .conts .list .item:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.industry-page .case .conts .list .item:hover .imgs img {
  transform: scale(1.1);
}
.industry-page .case .conts .list.list-item2 {
  border-top: 1px solid #d8d8d8;
}
.industry-page .case .conts .list.list-item2 .item {
  height: 322px;
}
.industry-page .case .conts .list.list-item2 .item .text h5 {
  text-align: center;
}
.industry-page .invest {
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.industry-page .invest .intrs {
  width: 100%;
}
.industry-page .invest .intrs .intr-items {
  width: 100%;
  padding: 100px 0;
  position: relative;
  float: left;
}
.industry-page .invest .intrs .intr-items .image {
  width: 100%;
  padding-left: 120px;
}
.industry-page .invest .intrs .intr-items .image img {
  width: 100%;
}
.industry-page .invest .intrs .intr-items .intrs {
  width: 100%;
}
.industry-page .invest .intrs .intr-items .intrs .logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.industry-page .invest .intrs .intr-items .intrs .logo img {
  max-width: 60%;
}
.industry-page .invest .intrs .intr-items .intrs .text {
  width: 100%;
  margin: 30px 0;
  float: left;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #666;
}
.industry-page .invest .intrs .intr-items .intrs .more {
  width: 100%;
  padding: 20px 0;
  padding-top: 40px;
  float: left;
}
.industry-page .invest .intrs .intr-items .intrs .more a {
  display: inline-block;
  width: 208px;
  height: 64px;
  background-color: #036eb8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.industry-page .invest .intrs .intr-items.items-2 {
  background-color: #f7f7f7;
}
.industry-page .invest .intrs .intr-items.items-2 .image {
  padding-left: 0;
  padding-right: 120px;
}
.industry-page .invest .intrs .intr-items.items-2 .intrs {
  max-width: 540px;
}
.industry-page .invest .intrs .intr-items.items-2 .intrs .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.industry-page .invest .intrs .intr-items.items-2 .intrs .more a {
  float: right;
}
.industry-page .invest .intrs .intr-items.items-2 .intrs .text {
  text-align: right;
}
.industry-page .invest .type {
  width: 100%;
  height: 450px;
  background: url("../img/201a21_1920x450.jpg") center no-repeat;
  padding: 100px 0;
  float: left;
}
.industry-page .invest .type .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.industry-page .invest .type .list .item {
  width: calc(20% - 20px);
}
.industry-page .invest .type .list .item img {
  width: 100%;
}
.material-page {
  width: 100%;
  overflow-x: hidden;
}
.material-page .introduce {
  width: 100%;
  background: #f0f5f9 url("../img/964989_785x528.jpg") right bottom no-repeat;
  background-size: 48% auto;
  min-height: 620px;
  float: left;
}
.material-page .introduce .intr {
  width: 100%;
  padding-top: 70px;
  max-width: 686px;
}
.material-page .introduce .intr .title {
  width: 100%;
  line-height: 52px;
  font-weight: bold;
  color: #000;
  font-size: 40px;
  position: relative;
  padding: 20px 0;
}
.material-page .introduce .intr .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #036eb8;
}
.material-page .introduce .intr .title em {
  color: #036eb8;
  display: block;
}
.material-page .introduce .intr .text {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.material-page .introduce .intr .text p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.material-page .page-tabs ul li {
  width: 50%;
}
.material-page .page-tabs ul li.active {
  background-color: #036eb8;
  border: none;
  line-height: 100px;
  color: #fff;
}
.material-page .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.material-page .conts .intr-content {
  width: 100%;
  float: left;
}
.material-page .conts .intr-content .product {
  width: 100%;
}
.material-page .conts .intr-content .product .list {
  width: 100%;
  background-color: #23457c;
  float: left;
}
.material-page .conts .intr-content .product .intr {
  width: 100%;
  background-color: #23457c;
  min-height: 910px;
  float: left;
  padding: 50px;
}
.material-page .conts .intr-content .product .intr.intr-item2 {
  background-color: #1d3c6e;
}
.material-page .conts .intr-content .product .intr .image {
  width: 100%;
}
.material-page .conts .intr-content .product .intr .image img {
  width: 100%;
}
.material-page .conts .intr-content .product .intr .text {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.material-page .conts .intr-content .product .intr .text .tits {
  width: 100%;
  padding: 10px 0;
}
.material-page .conts .intr-content .product .intr .text .tits h4 {
  line-height: 32px;
  font-size: 22px;
  color: #fff;
}
.material-page .conts .intr-content .product .intr .text .tits p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 32px;
}
.material-page .conts .intr-content .product .intr .text .txts {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.material-page .conts .intr-content .product .intr .text .txts h5 {
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.material-page .conts .intr-content .product .intr .text .txts p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 32px;
}
.material-page .conts .intr-content .product .intr .labels {
  width: 100%;
  float: left;
}
.material-page .conts .intr-content .product .intr .labels .box {
  width: 100%;
  height: 56px;
  background-color: #036eb8;
  padding: 0 25px;
  line-height: 56px;
  float: left;
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
}
.material-page .conts .intr-content .range {
  width: 100%;
  padding-top: 90px;
  float: left;
}
.material-page .conts .intr-content .range .list {
  width: 100%;
  padding: 46px 0;
  float: left;
}
.material-page .conts .intr-content .range .list ul {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  float: left;
}
.material-page .conts .intr-content .range .list ul li {
  width: calc(20% - 20px);
  margin: 0 10px;
  height: 236px;
  background-color: #f7f7f7;
  padding: 18px 22px;
}
.material-page .conts .intr-content .range .list ul li .nums {
  width: 100%;
  line-height: 74px;
  font-size: 40px;
  font-weight: bold;
  color: #036eb8;
  text-align: center;
}
.material-page .conts .intr-content .range .list ul li .txts {
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: #666;
  text-align: justify;
}
.material-page .conts .intr-content .range .image {
  width: 100%;
  padding: 80px 0;
  float: left;
}
.material-page .conts .intr-content .range .image img {
  max-width: 100%;
}
.material-page .advantage {
  width: 100%;
  background-color: #f7f7f7;
  float: left;
  padding: 90px 0;
}
.material-page .advantage .titles h3 em {
  color: #036eb8;
}
.material-page .advantage .list {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.material-page .advantage .list .item {
  width: 100%;
}
.material-page .advantage .list .item img {
  width: 100%;
}
.material-page .case {
  width: 100%;
  padding: 90px 0;
  float: left;
}
.material-page .case .list {
  width: 100%;
  float: left;
}
.material-page .case .list .item {
  width: 100%;
  margin: 15px 0;
  padding: 16px;
  transition: 0.5s;
  padding-bottom: 0;
  background-color: #f7f7f7;
}
.material-page .case .list .item .imgs {
  width: 100%;
  overflow: hidden;
}
.material-page .case .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.material-page .case .list .item .txts {
  width: 100%;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.material-page .case .list .item:hover {
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.material-page .case .list .item:hover .imgs img {
  transform: cale(1.1);
}
.material-page .intr-products {
  width: 100%;
  background: #1a335c url("../img/cb3a30_1520x1334.jpg") top center no-repeat;
  background-size: cover;
  min-height: 1334px;
  float: left;
  padding: 28px 90px;
}
.material-page .intr-products .title {
  width: 100%;
}
.material-page .intr-products .title h3 {
  line-height: 96px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.material-page .intr-products .title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background-color: #fff;
}
.material-page .intr-products .title p {
  margin: 30px 0;
  line-height: 32px;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  text-align: justify;
}
.material-page .intr-products .title p em {
  color: #fff;
}
.material-page .product-details {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.material-page .product-details .list {
  width: 100%;
  padding-top: 50px;
}
.material-page .product-details .list .item {
  width: 100%;
  float: left;
}
.material-page .product-details .list .item .imgs {
  width: 200px;
}
.material-page .product-details .list .item .imgs img {
  width: 100%;
}
.material-page .product-details .list .item .intr {
  width: calc(100% - 200px);
  padding-left: 40px;
}
.material-page .product-details .list .item .intr h5 {
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
.material-page .product-details .list .item .intr p {
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.material-page .product-characteristic {
  width: 100%;
  float: left;
}
.material-page .product-characteristic .list {
  width: 100%;
}
.material-page .product-characteristic .list ul {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.material-page .product-characteristic .list ul li {
  width: calc(20% - 20px);
  margin: 10px;
}
.material-page .product-characteristic .list ul li img {
  width: 100%;
}
.material-page .intr-advantage {
  width: 100%;
  padding-top: 90px;
  float: left;
}
.material-page .intr-advantage .titles h3 em {
  color: #036eb8;
}
.material-page .intr-advantage .list {
  width: 100%;
  padding: 36px 0;
  float: left;
}
.material-page .intr-advantage .list ul {
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.material-page .intr-advantage .list ul li {
  width: calc(33.3% - 80px);
  margin: 40px;
  float: left;
}
.material-page .intr-advantage .list ul li img {
  width: 100%;
}
.images {
  width: 100%;
  padding-left: 80px;
}
.images .list {
  width: 100%;
}
.images .list .box {
  width: 20%;
  height: 425px;
  position: relative;
  overflow: hidden;
  float: left;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.5);
}
.images .list .box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(0,0,0,0.3);
}
.images .list .box img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
.images .list .box.active {
  width: 60%;
}
.images .list .box.active:after {
  display: none;
}
.harbour {
  width: 100%;
}
.harbour .introduce {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.harbour .introduce .conts {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.harbour .introduce .conts .text {
  width: 100%;
  margin-bottom: 38px;
}
.harbour .introduce .conts .text p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.harbour .introduce .conts .text h4 {
  line-height: 56px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 24px;
  max-width: 380px;
  color: #000;
  margin-bottom: 10px;
}
.harbour .introduce .conts .text h4 span {
  display: inline-block;
  padding-right: 52px;
  position: relative;
  line-height: 56px;
  font-size: 30px;
}
.harbour .introduce .conts .text h4 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #036eb8;
}
.harbour .introduce .conts .text h5 {
  font-size: 20px;
  line-height: 40px;
  color: #000;
}
.harbour .intr-case {
  width: 100%;
  background-color: #eff5fb;
  float: left;
}
.harbour .intr-case .image {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.harbour .intr-case .image img {
  width: auto;
}
.harbour .intr-case .intrs {
  width: 100%;
  padding: 90px 0;
  position: relative;
}
.harbour .intr-case .intrs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 32px;
  height: 32px;
  background: url("../img/a91821_32x32.jpg") center no-repeat;
}
.harbour .intr-case .intrs:before {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 36px;
  width: 32px;
  height: 32px;
  background: url("../img/4a6ce3_32x32.jpg") center no-repeat;
}
.harbour .intr-case .intrs p {
  font-size: 18px;
  line-height: 38px;
  color: #666;
  text-align: justify;
  margin: 12px 0;
}
.harbour .intr-case .intrs h5 {
  line-height: 74px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.harbour .intr-case .intrs h5 em {
  color: #036eb8;
}
.harbour .content {
  width: 100%;
  float: left;
  padding-top: 0 !important;
}
.harbour .content .tabs {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #c1c1c1;
}
.harbour .content .tabs .list {
  width: 100%;
}
.harbour .content .tabs .list ul {
  width: 100%;
}
.harbour .content .tabs .list ul li {
  width: auto;
  line-height: 68px;
  font-size: 20px;
  color: #666;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
}
.harbour .content .tabs .list ul li a {
  color: #666;
  text-decoration: none;
}
.harbour .content .tabs .list ul li.active {
  background: url("../img/4e8764_110x70.jpg") center no-repeat;
  background-size: cover;
}
.harbour .content .tabs .list ul li.active a {
  color: #fff;
}
.harbour .content .tabs.fix {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
.harbour .content .intr-cases {
  background-color: #f7f7f7;
  margin-bottom: 0;
  float: left;
  padding-bottom: 50px;
  width: 100%;
}
.harbour .content .intr-cases .list .item {
  width: 100%;
  margin-bottom: 30px;
}
.harbour .content .intr-cases .list .item .imgs {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  height: 218px;
  overflow: hidden;
}
.harbour .content .intr-cases .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.harbour .content .intr-cases .list .item .txts {
  width: 100%;
  line-height: 64px;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.harbour .content .intr-cases .list .item .ellipsis-title {
  overflow: hidden; /* 确保超出的内容被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis; /* 超出部分显示为省略号 */
  /* width: 200px; /* 设置一个宽度限制 */
}
.harbour .content .intr-cases .list .item:hover .imgs {
  box-shadow: 0 6px 12px rgba(6,117,188,0.1);
}
.harbour .content .intr-cases .list .item:hover .imgs img {
  transform: scale(1.05);
}
.harbour .content .intr-cases .list .item:hover .txts {
  color: #0675bc;
}
.harbour .content .intr-content {
  width: 100%;
}
.harbour .content .intr-content .intr-items {
  width: 100%;
  float: left;
  display: none;
}
.harbour .content .intr-content .intr-items.show {
  display: block;
}
.harbour .content .intr-content .intr-items .items7 {
  background: url("../img/4de2f3_728x600.jpg") left bottom no-repeat;
  min-height: 600px;
  padding-bottom: 0;
}
.harbour .content .intr-content .intr-items .items7-cont {
  width: 100%;
  margin: 20px 0;
  float: left;
  position: relative;
  top: 30px;
}
.harbour .content .intr-content .intr-items .items7-cont .intr {
  width: 60%;
  position: relative;
}
.harbour .content .intr-content .intr-items .items7-cont .intr:after {
  content: "";
  position: absolute;
  left: 540px;
  top: 0;
  width: 200px;
  height: 470px;
  background: url("../img/da5c37_200x470.png") center no-repeat;
}
.harbour .content .intr-content .intr-items .items7-cont .imgs {
  width: 40%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.harbour .content .intr-content .intr-items .items7-cont .imgs img {
  max-width: 90%;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs {
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  margin: 10px 0;
  position: relative;
  z-index: 99;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs .ico {
  width: 110px;
  height: 88px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs .text {
  width: calc(100% - 110px);
}
.harbour .content .intr-content .intr-items .items7-cont .boxs .text h5 {
  line-height: 40px;
  font-size: 20px;
  color: #1273a9;
  position: relative;
  text-align: right;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs .text h5:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background-color: #1273a9;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs .text p {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin: 14px 0;
  max-width: 415px;
  text-align: right;
  float: right;
}
.harbour .content .intr-content .intr-items .items7-cont .boxs:first-child,
.harbour .content .intr-content .intr-items .items7-cont .boxs:last-child {
  position: relative;
  transform: translateX(50px);
}
.harbour .content .intr-content .intr-items .items6-cont {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.harbour .content .intr-content .intr-items .items6-cont .box {
  width: calc(100% - 6px);
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.harbour .content .intr-content .intr-items .items6-cont .box .imgs {
  width: 100%;
}
.harbour .content .intr-content .intr-items .items6-cont .box .imgs img {
  width: 100%;
  height: 390px;
}
.harbour .content .intr-content .intr-items .items6-cont .box .txts {
  width: 100%;
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0));
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}
.harbour .content .intr-content .intr-items .items6-cont .box.box-2 {
  padding-right: 0;
  margin-bottom: 6px;
}
.harbour .content .intr-content .intr-items .items6-cont .box.box-2 .imgs img {
  height: 192px;
}
.harbour .content .intr-content .intr-items .items6-cont .box.box-2 .txts {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  transition: 0.5s;
  padding: 0 20px;
  transform: translateY(100%);
}
.harbour .content .intr-content .intr-items .items6-cont .box.box-2:hover .txts {
  transform: translateY(0);
}
.harbour .content .intr-content .intr-items .conts {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-1 {
  margin-bottom: 40px;
}
.harbour .content .intr-content .intr-items.item-1 .items {
  width: 100%;
  margin: 25px 0;
  float: left;
  background-image: linear-gradient(to bottom, #cee3fd, #f7f7f7);
  padding: 32px 50px;
  padding-bottom: 0;
}
.harbour .content .intr-content .intr-items.item-1 .items.items-2 {
  background-image: linear-gradient(to bottom, #fdeace, #f7f7f7);
  padding-bottom: 50px;
}
.harbour .content .intr-content .intr-items.item-1 .items .text {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-1 .items .text h4 {
  line-height: 70px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
.harbour .content .intr-content .intr-items.item-1 .items .text p {
  font-size: 18px;
  line-height: 38px;
  color: #666;
  text-align: justify;
}
.harbour .content .intr-content .intr-items.item-1 .items .image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.harbour .content .intr-content .intr-items.item-1 .items .image img {
  width: auto;
  max-width: 80%;
}
.harbour .content .intr-content .intr-items.item-1 .items .video {
  width: 100%;
  position: relative;
  margin-top: -20px;
  float: left;
}
.harbour .content .intr-content .intr-items.item-1 .items .video video {
  width: 100%;
  -o-object-fit: coveer;
  object-fit: coveer;
}
.harbour .content .intr-content .intr-items.item-2 {
  background-color: #1a335c;
  padding: 18px 0;
  float: left;
}
.harbour .content .intr-content .intr-items.item-2 .titles {
  padding-bottom: 0;
}
.harbour .content .intr-content .intr-items.item-2 .titles h3 {
  color: #fff;
}
.harbour .content .intr-content .intr-items.item-2 .titles h3:after {
  background-color: #fff;
}
.harbour .content .intr-content .intr-items.item-2 .conts {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .text {
  width: 100%;
  padding: 26px 0;
  float: left;
}
.harbour .content .intr-content .intr-items.item-2 .conts .text h5 {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  text-align: justify;
}
.harbour .content .intr-content .intr-items.item-2 .conts .text p {
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  color: rgba(255,255,255,0.8);
}
.harbour .content .intr-content .intr-items.item-2 .conts .list {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .list ul {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  float: left;
}
.harbour .content .intr-content .intr-items.item-2 .conts .list ul li {
  width: calc((100% / 7) - 20px);
  margin: 0 10px;
  background-color: #26406e;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  min-height: 140px;
  cursor: pointer;
  line-height: 30px;
  position: relative;
}
.harbour .content .intr-content .intr-items.item-2 .conts .list ul li.active {
  background-color: #036eb8;
}
.harbour .content .intr-content .intr-items.item-2 .conts .image {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .image img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .image .item-image {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .image .item-image ul {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-2 .conts .image .item-image ul li {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 {
  width: 100%;
  padding: 60px 0;
  float: left;
  padding-top: 20px;
}
.harbour .content .intr-content .intr-items.item-3 .titles {
  padding-bottom: 0px;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont {
  float: left;
  width: 200px;
  margin-bottom: 20px;
  padding-left: 50px;
  height: auto;
  border: none;
  margin-top: 20px;
  position: relative;
  top: 50px;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont.fix {
  position: fixed;
  left: 50%;
  margin-left: -760px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .wid {
  padding: 0;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list {
  width: 100%;
  position: relative;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul {
  height: 600px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  border-left: 1px dashed #ebebeb;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li {
  margin-right: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  cursor: pointer;
  position: relative;
  max-width: 130px;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li:after {
  content: "";
  position: absolute;
  left: -37px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: #b9b9b9;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 99;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li a {
  color: #666;
  text-decoration: none;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li span {
  display: none;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li.active:after {
  border: none;
  width: 40px;
  height: 40px;
  background: url("../img/4c504b_41x41.png") center no-repeat;
  background-size: cover;
  left: -49px;
  top: -10px;
}
.harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li.active a {
  font-size: 16px;
  color: #036eb8;
}
.harbour .content .intr-content .intr-items.item-3 .conts {
  width: calc(100% - 250px);
}
.harbour .content .intr-content .intr-items.item-3 .conts .items {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0px 18px rgba(0,0,0,0.2);
  padding: 30px;
  margin: 50px 0;
  display: none;
  min-height: 655px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items.show {
  display: block;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .tits {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .tits h4 {
  line-height: 52px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .tits h4 em {
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #036eb8;
  margin-right: 12px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .tits p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item1 .labs {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #036eb8;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item1 .imgs {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item1 .imgs img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item1 .txts {
  line-height: 28px;
  text-align: left;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 {
  width: calc(100% - 20px);
  position: relative;
  left: 10px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  padding: 32px 36px;
  padding-top: 20px;
  height: 460px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d3daee;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box.box-1 {
  background: url("../img/321938_290x460.jpg") bottom center no-repeat;
  background-size: cover;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box.box-2 {
  background: url("../img/814e76_290x460.jpg") bottom center no-repeat;
  background-size: cover;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box.box-3 {
  background: url("../img/a76b77_290x460.jpg") bottom center no-repeat;
  background-size: cover;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box.box-4 {
  background: url("../img/196241_290x460.jpg") bottom center no-repeat;
  background-size: cover;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .imgs {
  width: 100%;
  margin-top: 30px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .imgs img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  text-align: left;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .labs {
  line-height: 72px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .txt {
  width: 100%;
  margin-bottom: -100%;
  float: left;
  transition: 0.5s;
  padding-bottom: 30px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding-left: 10px;
  position: relative;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box:hover .txts .txt {
  margin-bottom: 0;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 {
  background: url("../img/6cdc25_610x550.png") center no-repeat;
  padding-bottom: 0;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .list-cont {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box {
  width: 50%;
  height: 240px;
  float: left;
  padding-right: 160px;
  text-align: right;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .ico {
  width: 100%;
  padding: 10px 0;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts h5 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #036eb8;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  max-width: 258px;
  float: right;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box:nth-child(2n) {
  text-align: left;
  padding-right: 0;
  padding-left: 160px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box:nth-child(2n) .txts p {
  float: left;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont {
  width: 100%;
  border: 1px solid #eee;
  min-height: 100px;
  border-right: none;
  float: left;
  border-bottom: none;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box {
  width: 50%;
  height: 200px;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  transition: 0.5s;
  border-right: 1px solid #eee;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .ico {
  width: 170px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/5c1675_118x118.png") center no-repeat;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .ico img {
  transition: 0.5s;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts {
  width: calc(100% - 170px);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs {
  width: 100%;
  padding: 10px 0;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs h5 {
  font-size: 22px;
  color: #036eb8;
  line-height: 28px;
  font-weight: bold;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .nums {
  width: 100%;
  line-height: 48px;
  font-size: 28px;
  font-weight: bold;
  color: #036eb8;
  font-style: italic;
  font-family: arial;
  position: relative;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .nums:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("../img/06dbf7_18x18.png") center no-repeat;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .nums span {
  position: relative;
  z-index: 99;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box:hover {
  box-shadow: 0 0 15px rgba(18,115,169,0.2);
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box:hover .ico img {
  transform: scale(1.1);
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item5 {
  width: calc(100% - 20px);
  position: relative;
  left: 10px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item5 .box {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item5 .box img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-4 {
  background-color: #f0f6fb;
  padding-bottom: 30px;
  float: left;
  position: relative;
  z-index: 1000;
}
.harbour .content .intr-content .intr-items.item-4 .titles {
  padding-bottom: 20px;
}
.harbour .content .intr-content .intr-items.item-4 .list {
  float: left;
}
.harbour .content .intr-content .intr-items.item-4 .list .item img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-5 {
  float: left;
  background-image: linear-gradient(to bottom, #edf5ff, #fff);
}
.harbour .content .intr-content .intr-items.item-5 .titles {
  padding-bottom: 20px;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont {
  width: 100%;
  float: left;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList .item-box {
  width: 270px;
  height: 300px;
  background: url("../img/1626f3_300x330.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  margin: 0 10px;
  transition: 1s;
  position: relative;
  transform: translateY(-60px);
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList .item-box .ico {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList .item-box .txt {
  width: 100%;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  min-height: 60px;
  text-align: center;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList .item-box:hover {
  margin-top: -50px;
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList:first-child .item-box {
  transform: translateY(0);
}
.harbour .content .intr-content .intr-items.item-5 .intrsCont .intrsList:last-child .item-box {
  transform: translateY(-120px);
}
.harbour .content .intr-content .intr-items.item-5 .list .item img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-6 {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.harbour .content .intr-content .intr-items.item-6 .list .item {
  width: 100%;
  margin-bottom: 30px;
}
.harbour .content .intr-content .intr-items.item-6 .list .item .imgs {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.harbour .content .intr-content .intr-items.item-6 .list .item .imgs img {
  width: 100%;
}
.harbour .content .intr-content .intr-items.item-6 .list .item .txts {
  width: 100%;
  line-height: 64px;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.pageList {
  width: 100%;
  padding: 50px;
  background-color: #f7f7f7;
  float: left;
}
.pageList ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageList ul li {
  width: 100%;
  max-width: 400px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 20px;
  color: #036eb8;
  text-align: center;
}
.pageList ul li a {
  color: #036eb8;
  text-decoration: none;
}

@media screen and (max-width: 1650px) {
  .wid {
    width: 90%;
  }
}
@media screen and (max-width: 1530px) {
  .harbour .content .intr-content .intr-items.item-3 .tabsCont.fix {
    left: 20px;
    margin-left: 0;
  }
  .harbour .content .tabs .list ul li {
    font-size: 18px;
    margin-right: 20px;
  }
  .harbour .introduce .conts .image {
    padding-left: 0;
  }
  .harbour .content {
    padding: 20px 0;
  }
  .material-page .introduce .intr {
    padding-top: 40px;
  }
  .material-page .introduce .intr .title {
    font-size: 36px;
    line-height: 56px;
    padding: 12px 0;
  }
  .news-page .details {
    padding-top: 120px;
  }
  .news-page .details .title h3 {
    font-size: 36px;
    line-height: 56px;
  }
  .news-page .details .title h5 {
    font-size: 24px;
  }
  .news-page .details .conts {
    padding: 20px 30px;
  }
  .material-page .intr-products {
    padding: 20px 40px;
  }
  .human-page .content .intr-items .image,
  .industry-page .invest .intrs .intr-items .image {
    padding-left: 40px;
  }
  .human-page .content .intr-items.items-2 .image,
  .industry-page .invest .intrs .intr-items.items-2 .image {
    padding-right: 40px;
  }
  .wid {
    padding: 0 20px;
  }
  .about .intrs {
    padding: 40px;
    height: auto;
    min-height: auto;
  }
  .about .intrs .describe .title {
    font-size: 28px;
  }
  .about .intrs .describe .txts p {
    font-size: 18px;
    line-height: 32px;
  }
  .industry-page .invest .intrs .intr-items .intrs .text {
    margin: 12px 0;
  }
  .industry-page .invest .intrs .intr-items .intrs .more {
    padding: 12px 0;
  }
  .news .conts .item .intr .more a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .news .conts .item .intr .more a:after {
    right: 20px;
  }
  .industry-page .invest .type {
    height: auto;
  }
}
@media screen and (max-width: 1360px) {
  .wid {
    width: 100%;
    max-width: 1200px;
  }
  .images {
    padding-left: 0;
  }
  .harbour .content .intr-content .intr-items .items7-cont .intr:after {
    left: initial;
    right: -160px;
  }
  .system .conts .list ul li .inform .cont .type .items .rows .box .txt {
    padding-left: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .system .conts .list ul li .inform .cont,
  .system .conts .list ul li .intr .cont {
    padding-top: 156px;
  }
  .harbour .content .intr-content .intr-items .items7-cont .intr:after {
    left: 380px;
    right: initial;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box .imgs img {
    height: 320px;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box.box-2 .imgs img {
    height: 157px;
  }
  .harbour .content .intr-content .intr-items .items7-cont .boxs {
    max-width: 440px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box {
    padding-right: 40px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box:nth-child(2n) {
    padding-right: 0;
    padding-left: 40px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts {
    padding: 0 12px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .labs {
    font-size: 16px;
    line-height: 60px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .txt {
    font-size: 14px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .txt p {
    font-size: 14px;
  }
  .system .conts .list ul li .inform .cont,
  .system .conts .list ul li .intr .cont {
    padding-left: 16px;
    padding-right: 16px;
  }
  .system .conts .list ul li .nums span {
    padding-left: 162px;
  }
  .system .conts .list ul li .nums span:after {
    width: 140px;
  }
  .system .conts .list ul li {
    width: 240px;
  }
  .system .conts .list ul li.active {
    width: calc(100% - 480px);
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li {
    width: 25%;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li .imgs {
    height: 66px;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li .imgs img {
    height: 48px;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li .txts {
    font-size: 14px;
    line-height: 18px;
    min-height: auto;
  }
  .system .conts .list ul li .inform .cont .type .items .rows .box {
    width: 50%;
  }
  .system .conts .list ul li .inform .cont .type .items .rows .box .ico {
    height: 46px;
    width: 46px;
  }
  .system .conts .list ul li .inform .cont .type .items .rows .box .ico img {
    height: 38px;
    margin: 0;
  }
  .system .conts .list ul li .inform .cont .type .items .rows .box .txt {
    font-size: 14px;
    line-height: 18px;
    height: 46px;
    width: calc(100% - 46px);
    padding-left: 4px;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .harbour .content .tabs {
    float: left;
    height: auto;
  }
  .harbour .content .tabs ul li {
    line-height: 36px;
    padding: 10px 0;
    font-size: 18px;
  }
  .harbour .intr-case .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .titles h3 {
    font-size: 32px;
    line-height: 58px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items .video {
    margin-top: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts p,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts p {
    font-size: 16px;
    line-height: 28px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts h5,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts h5 {
    font-size: 20px;
    line-height: 40px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box {
    padding: 20px;
  }
  .harbour .content .tabs .list ul li {
    margin-right: 20px;
    font-size: 18px;
  }
  .material-page .conts .intr-content .product .intr {
    padding: 20px;
  }
  .material-page .conts .intr-content .product .intr .labels .box {
    padding: 0 10px;
    height: auto;
    line-height: 28px;
    padding: 10px;
  }
  .material-page .conts .intr-content .range {
    padding-top: 30px;
  }
  .material-page .conts .intr-content .range .list ul li {
    height: auto;
    padding: 10px;
    min-height: 240px;
  }
  .material-page .conts .intr-content .range .list ul li .nums {
    font-size: 36px;
    line-height: 50px;
  }
  .material-page .conts .intr-content .range .list ul li .txts {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
  }
  .industry-page .case .conts .list {
    padding: 16px 0;
  }
  .industry-page .case .conts .list.list-item2 .item {
    height: auto;
    padding-bottom: 0;
  }
  .industry-page .case .conts .list .item .text {
    padding: 0;
  }
  .industry-page .project .conts {
    padding: 30px;
  }
  .industry-page .project .tabs {
    padding: 0px 30px;
  }
  .industry-page .project .tabs ul li {
    line-height: 76px;
  }
  .industry-page .project {
    min-height: initial;
    margin: 30px 0;
  }
  .industry-page .case {
    padding: 30px 0;
  }
  .industry-page .capacity .conts .item {
    min-height: 320px;
    height: auto;
    padding: 12px;
  }
  .industry-page .capacity .conts .item h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 5px 0;
  }
  .industry-page .capacity .conts .item h5 {
    font-size: 16px;
    margin: 5px 0;
  }
  .industry-page .capacity .conts .item p {
    font-size: 16px;
    line-height: 20px;
  }
  .industry-page .content .intrs .image {
    padding-left: 0;
  }
  .material-page .intr-products .title h3 {
    font-size: 24px;
    line-height: 44px;
  }
  .material-page .intr-products .title h3:after {
    height: 3px;
  }
  .material-page .intr-products .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .human-page .promotion .conts {
    height: auto;
  }
  .human-page .promotion .conts .intrs {
    height: auto;
    padding: 40px 0;
  }
  .human-page .post .intrs .list .items {
    padding: 20px;
  }
  .human-page .post .intrs .list .items .tits h4 {
    font-size: 20px;
  }
  .human-page .post .intrs .list .items .tits p {
    font-size: 16px;
  }
  .human-page .post .intrs .list .items .slide {
    margin: 6px 0;
  }
  .human-page .promotion .conts .intrs .intrs-item .image {
    padding: 0 20px;
  }
  .titles h3 {
    font-size: 32px;
    line-height: 50px;
  }
  .titles p {
    font-size: 16px;
    line-height: 32px;
  }
  .human-page .content .intr-items .intrs .text {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .human-page .content .intr-items .intrs .tabs {
    margin: 10px 0;
    margin-bottom: 20px;
  }
  .human-page .content .intr-items .intrs .tabs ul li {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .human-page .content .intr-items .image {
    padding-left: 0;
  }
  .news-list .item {
    padding: 12px;
  }
  .news-list .item .imgs {
    width: 240px;
  }
  .news-list .item .imgs img {
    width: 100%;
  }
  .news-list .item .intr {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
  .news-list .item .intr .txts {
    min-height: 72px;
    -webkit-line-clamp: 3;
  }
  .news-list .item .intr .more a {
    transform: scale(0.7);
  }
  .framework .conts .intr .list ul li {
    width: calc(20% - 30px);
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .framework .conts .intr .list ul:after {
    width: calc(80% + 30px);
    left: calc(10% - 15px);
  }
  .framework .conts .intr .name span {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .system .conts .items.items-2 .list {
    padding: 20px 0;
  }
  .system .conts .items.items-3 .list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 993px) {
  .industry-page .industry-intrs .list ul li .text h3 {
    font-size: 40px;
    line-height: 64px;
  }
  .industry-page .industry-intrs .list ul li .text h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .industry-page .industry-intrs .list ul li .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .harbour .content .intr-content .intr-items .items7-cont .intr:after {
    left: initial;
    right: -160px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts .txt {
    margin-bottom: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box {
    padding: 0 10px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .ico {
    width: 100px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box.box-2 {
    width: 50%;
    padding-right: 6px;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box {
    width: 100%;
    margin-bottom: 6px;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box:nth-child(2) {
    padding-right: 0;
  }
  .system .conts .list ul li .inform .cont,
  .system .conts .list ul li .intr .cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li {
    width: calc(100% / 3);
    padding: 0 4px;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li .txts {
    min-height: 36px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item7 .box {
    margin-bottom: 20px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item7 .box .txts {
    height: auto;
    min-height: 120px;
  }
  .harbour .content .intr-content .intr-items.item-4 .list .item {
    margin-bottom: 20px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item5 .box {
    margin-bottom: 20px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts {
    min-height: 144px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items .image {
    display: none;
  }
  .harbour .content .intr-content .intr-items.item-1 .items .video {
    margin-top: 20px;
  }
  .harbour .intr-case .intrs {
    padding: 20px 0;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .list ul li {
    width: calc((100% / 3) - 20px);
    margin: 10px;
  }
  .material-page .case {
    padding: 30px 0;
  }
  .material-page .advantage {
    padding: 30px 0;
  }
  .material-page .conts .intr-content .range .list ul {
    width: calc(100% + 20px);
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    left: -10px;
    float: left;
  }
  .material-page .conts .intr-content .range .list ul li {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
  .industry-page .case .conts .list .item {
    height: auto;
    margin: 10px 0;
  }
  .material-page .intr-advantage .list ul li {
    width: calc(33.3% - 30px);
    margin: 15px;
  }
  .material-page .product-details .list .item {
    margin: 12px 0;
    float: left;
  }
  .material-page .product-characteristic {
    padding-top: 20px;
  }
  .material-page .intr-products {
    min-height: initial;
  }
  .material-page .product-details .list {
    padding-top: 0;
  }
  .news-page .details .title h3 {
    font-size: 28px;
    line-height: 48px;
  }
  .news-page .details .title h5 {
    font-size: 16px;
  }
  .news-page .details .conts {
    padding: 12px 20px;
    left: 0;
  }
  .news-page .details .conts .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .industry-page .invest .intrs .intr-items {
    padding: 20px 0;
  }
  .industry-page .invest .intrs .intr-items .intrs .logo img {
    max-height: 120px;
  }
  .industry-page .invest .intrs .intr-items.items-2 .intrs .logo {
    display: flex;
    justify-content: flex-start;
  }
  .industry-page .invest .intrs .intr-items.items-2 .intrs .text {
    text-align: left;
  }
  .industry-page .invest .intrs .intr-items.items-2 .intrs .more {
    text-align: left;
  }
  .industry-page .invest .intrs .intr-items.items-2 .intrs .more a {
    float: left;
  }
  .human-page .content .intr-items .image,
  .industry-page .invest .intrs .intr-items .image {
    padding-left: 0;
    float: left;
  }
  .human-page .content .intr-items.items-2 .image,
  .industry-page .invest .intrs .intr-items.items-2 .image {
    padding-right: 0;
    float: left;
  }
  .human-page .promotion .conts .tabs .list {
    float: left;
  }
  .human-page .promotion {
    padding-top: 30px;
  }
  .human-page .content .intr-items.items-2 .image {
    padding-right: 0;
  }
  .human-page .content .intr-items {
    padding: 30px 0;
  }
  .human-page .content .intr-items.items-2 .image {
    margin-bottom: 20px;
    float: left;
  }
  .titles.title-fr {
    text-align: left;
  }
  .titles.title-fr h3:after {
    right: initial;
    left: 20px;
  }
  .human-page .content .intr-items .intrs .tabs {
    max-width: initial;
  }
  .human-page .content .intr-items .intrs .tabs ul {
    width: 100%;
  }
  .human-page .content .intr-items .intrs .tabs ul li {
    max-width: initial;
  }
  .human-page .content .intr-items .intrs .text {
    max-width: initial;
    padding: 20px 0;
  }
  .titles h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .titles h3:after {
    height: 3px;
  }
  .titles p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-banner.contact-banner .intrs .list .box {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .page-banner.contact-banner .intrs .list .box img {
    width: 100%;
  }
  .cooperate .title h2 {
    font-size: 28px;
    line-height: 58px;
  }
  .cooperate .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .footer .contact .intr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .contact .intr .logo {
    width: auto;
    padding: 0 20px;
  }
  .footer .contact .links {
    text-align: center;
  }
  .footer .contact .links p {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    line-height: 28px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    width: 100%;
    right: 0;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
  }
  .banner .swiper-button-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: initial;
    bottom: initial;
    width: 48px;
    height: 48px;
    opacity: 0.8;
  }
  .banner .swiper-button-prev:after {
    font-size: 20px;
  }
  .banner .swiper-button-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    opacity: 0.8;
    width: 48px;
    height: 48px;
  }
  .banner .swiper-button-next:after {
    font-size: 20px;
  }
  .banner .swiper-nums {
    right: 20px;
    bottom: 20px;
    font-size: 24px;
  }
  .about {
    padding: 40px 0;
  }
  .about .text h2 {
    font-size: 28px;
    line-height: 58px;
  }
  .about .list ul li .ico {
    height: 64px;
  }
  .about .list ul li .ico img {
    height: 48px;
  }
  .about .list ul li .txts h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .about .list ul li .txts p {
    font-size: 16px;
    line-height: 20px;
  }
  .about .intrs {
    padding: 20px;
    margin: 20px 0;
  }
  .about .intrs .image {
    padding-left: 0;
  }
  .system {
    background: url("../img/3d0e47_1920x1220.jpg") top center no-repeat;
    background-size: cover;
    padding: 20px 0;
  }
  .system .title h3 {
    font-size: 28px;
    line-height: 58px;
  }
  .system .title p {
    margin: 8px 0;
    line-height: 30px;
    font-size: 16px;
  }
  .system .conts .items {
    margin-bottom: 20px;
  }
  .system .conts .items .name span {
    display: inline-block;
    height: 48px;
    padding: 0 30px;
    font-size: 24px;
    line-height: 46px;
  }
  .system .conts .items .list ul li .txt {
    font-size: 20px;
  }
  .system .conts .items.items-2 .list {
    float: left;
  }
  .system .conts .items.items-2 .list ul {
    display: initial;
    width: 100%;
    float: left;
  }
  .system .conts .items.items-2 .list ul li {
    width: 20%;
    max-width: initial;
    margin: 10px 0;
    height: auto;
  }
  .system .conts .items.items-2 .list ul li .txt {
    min-height: 52px;
  }
  .system .conts .items.items-3 {
    padding-top: 0;
    margin-top: -30px;
    float: left;
  }
  .system .conts .items.items-3 .list ul li .ico {
    height: 40px;
  }
  .system .conts .items.items-3 .list ul li .txt {
    min-height: 52px;
  }
  .development .title {
    padding: 20px 0;
  }
  .development .title h2 {
    font-size: 28px;
    line-height: 58px;
  }
  .development .title p {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
  }
  .development .conts .list ul li.swiper-slide-active {
    width: 300px;
    height: 356px;
    background-size: cover;
  }
  .development .conts {
    height: 356px;
  }
  .development .conts:after {
    margin-top: 0;
  }
  .development .conts .list ul li {
    width: 150px;
    height: 120px;
  }
  .development .conts .list ul li .year {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .development .conts .list ul li .ico {
    height: 40px;
  }
  .development .conts .list ul li .labs {
    height: 40px;
    margin: 0;
  }
  .development .conts .list ul li.swiper-slide-active {
    padding: 0 50px;
    padding-top: 30px;
  }
  .development .conts .list ul li.swiper-slide-active .year {
    line-height: 40px;
  }
  .framework {
    padding: 20px 0;
  }
  .framework .title h2 {
    font-size: 28px;
    line-height: 58px;
  }
  .news {
    padding: 20px 0;
  }
  .news .title b {
    font-size: 28px;
    line-height: 58px;
  }
  .news .title a {
    width: 156px;
    height: 48px;
    line-height: 48px;
  }
  .news .title a:after {
    right: 20px;
  }
  .news .conts {
    padding: 20px 0;
  }
  .news .tabs {
    padding: 20px 0;
    float: left;
    padding-bottom: 0;
  }
  .news .conts .item .intr .more a {
    transform: scale(1);
  }
  .news .conts .item .intr .txts {
    margin: 0;
  }
  .cooperate {
    min-height: auto;
    padding-bottom: 20px;
  }
  .cooperate .title {
    padding: 20px 0;
    float: left;
  }
  .contact-page .address {
    padding: 20px 0;
  }
  .contact-page .address .intr .ico {
    height: 72px;
  }
  .contact-page .address .intr .ico img {
    height: 60px;
  }
  .contact-page .address .intr .txt h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-page .address .intr .txt p {
    font-size: 16px;
    line-height: 28px;
  }
  .contact-page .subscribe .title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-page .subscribe .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .industry-page .capacity .title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 16px;
  }
  .navigationn {
    height: auto;
    float: left;
  }
  .images .list .box {
    height: 320px;
  }
  .banner ul li {
    height: auto;
  }
  .banner ul li .wid .intrs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .banner ul li .wid .intrs .txts h5 {
    font-size: 16px;
    line-height: 40px;
  }
  .banner ul li .wid .intrs .txts h3 {
    font-size: 28px;
    line-height: 44px;
  }
  .banner ul li .wid .intrs .txts h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner ul li .wid .intrs .more {
    padding-top: 20px;
  }
  .banner ul li .wid .intrs .more a {
    width: 104px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 34px;
  }
  .industry-page .industry-intrs .list ul li .text {
    width: 100%;
    position: relative;
    padding: 20px 20px;
    height: 202px;
  }
  .industry-page .industry-intrs .list ul li .text h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .industry-page .industry-intrs .list ul li .text h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .industry-page .industry-intrs .list ul li .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .industry-page .industry-intrs .list ul li .imgs {
    width: 100%;
  }
  .harbour .content .intr-content .intr-items .items7-cont .imgs {
    display: none;
  }
  .harbour .content .intr-content .intr-items .items7-cont .intr {
    width: 100%;
  }
  .harbour .content .intr-content .intr-items .items7-cont {
    padding-top: 0;
  }
  .harbour .content .tabs.fix {
    display: block !important;
  }
  .harbour .content .tabs .list ul li {
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0;
    margin-right: 6px;
  }
  .harbour .content .intr-content .intr-items .items7-cont .intr:after {
    display: none;
  }
  .harbour .content .intr-cases .list .item {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    margin-bottom: 15px;
  }
  .harbour .content .intr-cases .list .item .txts {
    font-size: 14px;
    line-height: 20px;
  }
  .development .conts .list ul li.swiper-slide-active .year {
    font-size: 20px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items {
    padding: 12px;
  }
  .harbour .content .intr-content .intr-items.item-3 .tabsCont {
    left: -10px;
    width: 80px;
  }
  .harbour .content .intr-content .intr-items.item-3 .tabsCont.fix {
    left: 0px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts {
    width: calc(100% - 80px);
    padding-left: 0px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 {
    background: #fff;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .list-cont .box {
    height: auto;
    text-align: left;
    margin: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .list-cont .box .txts {
    min-height: initial;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .list-cont .box .txts p {
    float: left;
    width: 100%;
    text-align: left;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .list-cont .box:nth-child(2n) {
    padding-left: 0;
    left: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .ico {
    width: 72px;
    height: 72px;
    background-size: 56px 56px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .ico img {
    height: 34px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts {
    width: calc(100% - 72px);
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .nums {
    line-height: 40px;
    font-size: 24px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs {
    padding: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs h5 {
    font-size: 18px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .list-cont .box .txts .labs p {
    width: 100%;
    max-width: initial;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .tits h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 0;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box .imgs img {
    height: auto;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box .txts {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items {
    margin: 20px 0;
  }
  .harbour .content .intr-content .intr-items .items7 {
    background: #fff;
  }
  .harbour .content .intr-content .intr-items .items7-cont .boxs:first-child,
  .harbour .content .intr-content .intr-items .items7-cont .boxs:last-child {
    transform: initial;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box.box-2 {
    padding-right: 0;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box.box-2 .imgs img {
    height: auto;
  }
  .harbour .content .intr-content .intr-items .items6-cont .box.box-2 {
    width: 100%;
  }
  .harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li {
    margin-right: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li a {
    display: none;
  }
  .harbour .content .intr-content .intr-items.item-3 .tabsCont .list ul li span {
    display: block;
    font-size: 18px;
    color: #1273a9;
    font-weight: bold;
  }
  .system .conts .list {
    height: auto;
  }
  .system .conts .list ul li {
    height: auto;
    width: 100%;
  }
  .system .conts .list ul li .nums {
    top: 20px;
    transform: translateY(0px);
  }
  .system .conts .list ul li .intr {
    display: none;
  }
  .system .conts .list ul li .intr .cont {
    padding-top: 60px;
  }
  .system .conts .list ul li .inform {
    display: block;
    position: relative;
    height: auto;
    float: left;
    padding-bottom: 20px;
    transform: translate(0);
  }
  .system .conts .list ul li .inform .cont {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    float: left;
    padding-bottom: 30px;
  }
  .system .conts .list ul li .inform .cont .next {
    bottom: 0px;
    left: 20px;
  }
  .system .conts .list ul li .inform .cont .ico img {
    margin: 6px 0;
  }
  .system .conts .list ul li .inform .cont .ico h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .system .conts .list ul li .inform .cont .labs {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    min-height: 54px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 80px;
  }
  .system .conts .list ul li .inform .cont .type {
    padding-top: 50px;
    float: left;
  }
  .system .conts .list ul li.active {
    width: 100%;
  }
  .system .conts .list ul li.active .nums {
    transform: translateY(0);
  }
  .system .conts .list ul li .inform .cont .type.type-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .system .conts .list ul li .inform .cont .type.type-2 ul li {
    height: auto;
    width: 25%;
  }
  .system .conts .list ul li .inform .cont .type.type-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-tabs {
    height: 60px;
  }
  .page-tabs .wid {
    padding: 0;
  }
  .page-tabs ul {
    margin-top: 0;
  }
  .page-tabs ul li {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .industry-page .invest .intrs .intr-items .intrs .more a {
    width: 144px;
    height: 44px;
  }
  .industry-page .invest .intrs .intr-items .intrs .more a img {
    margin-left: 4px;
  }
  .material-page .conts {
    padding-top: 20px;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .image {
    margin: 20px 0;
  }
  .harbour .intr-case .intrs h5 {
    font-size: 20px;
    line-height: 38px;
  }
  .harbour .intr-case .intrs:after,
  .harbour .intr-case .intrs:before {
    display: none;
  }
  .harbour .intr-case .image {
    display: none;
  }
  .harbour .intr-case .intrs p,
  .harbour .introduce .conts .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .material-page .conts .intr-content .range .image {
    padding: 20px 0;
  }
  .harbour .content .tabs .list ul li {
    line-height: 22px;
    margin-right: 4px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items {
    padding: 20px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items .text h4 {
    font-size: 20px;
    line-height: 40px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .harbour .content .intr-content .intr-items.item-1 .items {
    margin: 12px 0;
  }
  .titles h3 {
    line-height: 50px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .imgs {
    margin-top: 6px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box {
    padding: 10px;
    margin: 15px 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts {
    min-height: 144px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .ico img {
    height: 40px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .box {
    height: 160px;
    max-width: 160px;
    padding-bottom: 12px;
    margin: 12px auto;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .box .nums {
    font-size: 20px;
    line-height: 38px;
    margin: 5px 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .box .txts h5 {
    font-size: 18px;
    line-height: 36px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item4 .box .txts p {
    font-size: 16px;
    line-height: 28px;
    max-width: 100px;
    margin: 0 auto;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .tits p {
    font-size: 16px;
    line-height: 28px;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .text {
    padding: 12px 0;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box,
  .harbour .content .intr-content .intr-items.item-6 .list .item {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  .page-tabs.fix {
    height: 60px;
  }
  .page-tabs.fix ul {
    height: 60px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list {
    padding: 10px 0;
  }
  .page-tabs.fix ul li {
    height: 60px;
    line-height: 56px;
  }
  .harbour .content .intr-content .intr-items.item-2 .conts .list ul li {
    width: calc(50% - 20px);
    min-height: 100px;
  }
  .harbour .content .intr-content .intr-items.item-3 {
    padding: 20px 0;
  }
  .material-page .conts .intr-content .range .list ul {
    display: initial;
  }
  .material-page .conts .intr-content .range .list ul li {
    width: calc(50% - 14px);
    margin: 7px;
  }
  .industry-page .project .tabs {
    height: auto;
    float: left;
    padding: 8px 10px;
  }
  .industry-page .project .tabs ul li {
    font-size: 16px;
    margin-right: 10px;
    line-height: 36px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
  }
  .industry-page .project .conts {
    padding: 20px 12px;
  }
  .industry-page .project .conts .conts-items.show .box,
  .industry-page .project .conts .conts-items .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .industry-page .project .conts .conts-items.show .box .box,
  .industry-page .project .conts .conts-items .list .box {
    width: calc(33.3% - 14px);
    margin: 7px;
  }
  .industry-page .project .conts .conts-items .list.list-2 .box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .industry-page .project .conts .conts-items .list.list-3 .box {
    width: calc(33.3% - 14px);
    margin: 7px;
  }
  .industry-page .case .conts .list .item {
    padding: 10px;
  }
  .industry-page .capacity .conts .item {
    height: auto;
    margin-bottom: 20px;
    min-height: auto;
  }
  .industry-page .content .titles {
    padding: 20px 0;
  }
  .industry-page .content .intrs .conts .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .industry-page .content .intrs .conts .text h4 {
    margin-top: 0;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item1 .txts {
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item3 .box .txts h5,
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .material-page .product-details .list .item .imgs {
    width: 120px;
  }
  .material-page .product-details .list .item .intr {
    width: calc(100% - 120px);
    padding-left: 12px;
  }
  .material-page .product-details .list .item .intr h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .material-page .product-details .list .item .intr p {
    font-size: 16px;
    line-height: 20px;
  }
  .material-page .introduce .intr .title {
    font-size: 24px;
    line-height: 40px;
  }
  .material-page .introduce .intr .title:after {
    height: 3px;
  }
  .wid {
    padding: 0 15px;
  }
  .news-page .details {
    padding-top: 100px;
  }
  .news-page .details .title {
    padding-bottom: 20px;
  }
  .news-page .details .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .news-page .details .title h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .news-page .details .conts {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .news-page .dynamics,
  .news-page .team {
    padding: 30px 0;
  }
  .news-page .conts {
    padding: 20px 0;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    float: left;
  }
  .news-page .conts .paging i {
    width: 40px;
    height: 40px;
    margin: 0 20px;
  }
  .news-page .conts .paging i:after {
    font-size: 20px;
  }
  .news-page .conts .paging span {
    font-size: 18px;
    line-height: 40px;
  }
  .news-page .dynamics {
    padding-bottom: 0;
  }
  .material-page .page-tabs {
    height: 60px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    margin-top: 20px;
  }
  .material-page .page-tabs ul {
    margin: 0;
  }
  .material-page .page-tabs ul li {
    line-height: 60px;
    height: 60px;
    font-size: 16px;
  }
  .material-page .page-tabs ul li.active {
    line-height: 60px;
  }
  .industry-page .invest .intrs .intr-items {
    padding-bottom: 50px;
  }
  .industry-page .invest .type {
    padding: 40px 0;
  }
  .human-page .benefit,
  .human-page .process,
  .human-page .post {
    padding-top: 30px;
  }
  .human-page .post .intrs {
    padding: 15px;
  }
  .human-page .post .intrs .wid {
    padding: 0;
  }
  .page-banner.contact-banner .intrs {
    padding-top: 90px;
  }
  .page-banner.contact-banner .intrs .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .page-banner.contact-banner .intrs .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-banner.contact-banner .intrs .list {
    padding: 10px 0;
  }
  .page-banner {
    height: 320px;
  }
  .page-banner .wid .intrs h3 {
    font-size: 24px;
    line-height: 48px;
  }
  .page-banner .wid .intrs p {
    font-size: 16px;
    line-height: 28px;
  }
  .communist-page {
    padding: 20px 0;
  }
  .navigationn .list ul li {
    margin-right: 0;
    width: 20%;
    text-align: center;
  }
  .navigationn-2 .list ul {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
  }
  .navigationn-2 .list ul li {
    width: auto;
    font-size: 13px;
  }
  .framework .conts .intr .name {
    width: 60px;
    float: left;
  }
  .framework .conts .intr .name span {
    height: 300px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    line-height: 30px;
  }
  .framework .conts .intr .name span:after {
    display: none;
  }
  .framework .conts .intr .list {
    width: calc(100% - 60px);
    margin-right: 0;
    float: left;
    margin: 0;
    padding: 0 20px;
  }
  .framework .conts .intr .list ul {
    display: initial;
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .framework .conts .intr .list ul:after {
    display: none;
  }
  .framework .conts .intr .list ul li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
  }
  .framework .conts .intr .list ul li:after {
    display: none;
  }
  .footer .wid {
    padding: 0;
  }
  .footer .contact .intr .qrcode {
    margin: 0;
  }
  .footer .contact .nav {
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    padding: 20px 0;
    float: left;
    margin-top: 20px;
  }
  .footer .contact .nav dl {
    width: 25%;
  }
  .cooperate .conts .list ul li {
    height: auto;
    padding: 10px 0;
  }
  .news-list .item {
    margin: 6px 0;
  }
  .news-list .item .imgs {
    width: 160px;
  }
  .news-list .item .intr {
    width: calc(100% - 160px);
    padding-left: 12px;
  }
  .news-list .item .intr .labs {
    margin-top: 6px;
  }
  .news-list .item .intr .txts {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: initial;
  }
  .news-list .item .intr .more {
    padding-top: 5px;
  }
  .news-list .item .intr .more a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    transform: scale(1);
  }
  .news-list .item .intr .more a:after {
    right: 6px;
  }
  .development .conts {
    padding: 0;
  }
  .development .conts .list ul li.swiper-slide-active {
    position: relative;
    width: 220px;
    height: 260px;
    padding: 0 20px;
    padding-top: 20px;
  }
  .development .conts .list ul li.swiper-slide-active .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .development .conts .list ul li {
    width: 100px;
    height: 80px;
  }
  .development .conts .list ul li .labs {
    display: none;
  }
  .development .conts .list .swiper-button-next,
  .development .conts .list .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .development .conts .list .swiper-button-next:after,
  .development .conts .list .swiper-button-prev:after {
    font-size: 20px;
  }
  .development {
    min-height: initial;
  }
  .development .conts {
    height: 260px;
  }
  .system .conts .items .list ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .system .conts .items .list ul li .txt {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .system .conts .items .list {
    float: left;
    margin-top: 20px;
  }
  .system .conts .items.items-2 .list {
    padding-top: 0;
  }
  .system .conts .items.items-2 .list ul li {
    width: 25%;
  }
  .navigationn .wid {
    padding: 0;
  }
  .about .list ul li {
    width: 25%;
  }
  .about .list ul li .txts h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .about .intrs .describe .title {
    font-size: 20px;
  }
  .about .intrs .describe .txts p {
    font-size: 16px;
  }
  .about .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .about .list {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    float: left;
  }
  .footer .copyright {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
  }
  .industry-page .invest .type .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .industry-page .invest .type .list .item {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
  .material-page .intr-products {
    padding: 20px;
  }
  .material-page .product-characteristic .list ul li {
    width: calc(33.3% - 20px);
  }
  .material-page .intr-advantage .list ul {
    width: calc(100% + 20px);
    left: -10px;
  }
  .material-page .intr-advantage .list ul li {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .material-page .intr-advantage {
    padding-top: 30px;
  }
  .material-page .intr-advantage .list {
    padding-bottom: 0;
  }
  .harbour .content .intr-content .intr-items.item-6 .list .item .imgs {
    padding: 6px;
  }
  .harbour .content .intr-content .intr-items.item-6 .list .item .txts {
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items .list.list-item2 .box .txts {
    min-height: 168px;
  }
  .harbour .content .intr-content .intr-items.item-3 .conts .items {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .material-page .conts .intr-content .range .wid {
    padding: 0 10px;
  }
  .industry-page .content .titles {
    padding: 0;
  }
  .industry-page .case .conts .list.list-item2 .item {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  .material-page .conts .intr-content .wid {
    padding: 0;
  }
  .human-page .content .intr-items .intrs .text {
    float: left;
    line-height: 28px;
  }
  .news .title a {
    width: 104px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 18px 0;
  }
  .news .title a:after {
    right: 10px;
  }
  .news .conts .item .intr .more a {
    width: 104px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .news .conts .item .intr .more a:after {
    right: 10px;
  }
  .contact-page .subscribe .qrcode {
    padding: 20px 0;
  }
  .contact-page .subscribe .qrcode .box {
    margin: 0;
  }
  .page-banner.contact-banner .intrs {
    padding-top: 100px;
  }
  .material-page .product-details .list .item .imgs {
    width: 90px;
  }
  .material-page .product-details .list .item .intr {
    width: calc(100% - 90px);
  }
  .titles h3 {
    font-size: 20px;
    line-height: 56px;
  }
  .head {
    height: 61px;
  }
  .head .logo {
    height: 60px;
  }
  .head .menu {
    height: 60px;
  }
  .head .menu .box {
    height: 60px;
  }
  .alerts .cont {
    padding-top: 60px;
  }
}
