
/*  页面重置样式  */
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;
}
.wid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  position: relative;
  float: left;
}
.banner .imgs {
  width: 100%;
}
.banner .imgs img {
  width: 100%;
}
.banner .intrs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,0.54);
}
.banner .intrs .conts {
  width: 100%;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .intrs .conts .title {
  width: 100%;
  margin: 68px 0;
}
.banner .intrs .conts .title h3 {
  line-height: 108px;
  font-weight: bold;
  font-size: 72px;
  color: #fff;
  letter-spacing: 4px;
}
.banner .intrs .conts .title p {
  line-height: 58px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 2px;
}
.banner .intrs .conts .list {
  width: 100%;
  padding-top: 30px;
}
.banner .intrs .conts .list ul {
  width: 100%;
  max-width: 186px;
}
.banner .intrs .conts .list ul li {
  width: 74px;
  margin: 7px 0;
  text-align: center;
}
.banner .intrs .conts .list ul li:nth-child(2n) {
  float: right;
}
.banner .intrs .conts .list ul li .ico {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .intrs .conts .list ul li .txt {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.head-pt {
  padding-top: 100px;
}
.head {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .logo {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.head .logo img.logo2 {
  display: none;
}
.head .menu {
  width: 70px;
  height: 70px;
}
.head .menu .box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu .box i {
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  background-color: #fff;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.head .menu .box.acti i {
  background: none;
}
.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 .intrs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 115px;
}
.head .intrs .language {
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  text-align: right;
}
.head .intrs .language a {
  color: #999;
  text-decoration: none;
  padding: 0 5px;
  margin-left: 14px;
}
.head .intrs .language a.acti {
  color: #fff;
}
.head .intrs .language a:hover {
  color: #ea5b24;
}
.head .intrs .nav ul li {
  line-height: 48px;
  padding: 0 4px;
  margin-left: 22px;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  position: relative;
}
.head .intrs .nav ul li .slide {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 48px;
  width: 120px;
  min-height: 100px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0;
  display: none;
}
.head .intrs .nav ul li .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.head .intrs .nav ul li .slide a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #ea5b24;
}
.head .intrs .nav ul li .slide a:hover {
  background-color: #ea5b24;
  color: #fff;
}
.head .intrs .nav ul li a {
  color: #fff;
  text-decoration: none;
}
.head .intrs .nav ul li.acti:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 8px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.head .intrs .nav ul li:hover a {
  color: #ea5b24;
}
.head .intrs .nav ul li:hover .slide {
  display: block;
}
.head.fix,
.head.head-bg {
  background-color: #fff;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.head.fix .logo,
.head.head-bg .logo {
  height: 100px;
}
.head.fix .logo img,
.head.head-bg .logo img {
  display: none;
}
.head.fix .logo img.logo2,
.head.head-bg .logo img.logo2 {
  display: block;
}
.head.fix .intrs,
.head.head-bg .intrs {
  height: 100px;
}
.head.fix .intrs .language,
.head.head-bg .intrs .language {
  display: none;
}
.head.fix .intrs .nav ul li a,
.head.head-bg .intrs .nav ul li a {
  color: #999;
}
.head.fix .intrs .nav ul li.acti:after,
.head.head-bg .intrs .nav ul li.acti:after {
  background-color: #333;
}
.head.fix .intrs .nav ul li:hover a,
.head.head-bg .intrs .nav ul li:hover a {
  color: #ea5b24;
}
.head-bg {
  box-shadow: initial !important;
}
.about {
  width: 100%;
  float: left;
}
.about .intrs {
  width: 100%;
  height: 100vh;
  background-color: #f6f6f6;
  padding: 10% 40px;
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about .intrs .text {
  width: 100%;
  max-width: 510px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.about .intrs .text p {
  margin: 15px 0;
}
.about .intrs .title {
  width: 100%;
  font-size: 48px;
  line-height: 72px;
}
.about .intrs .labs {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  text-transform: uppercase;
}
.about .intrs .more {
  width: 100%;
  padding: 30px 0;
}
.about .intrs .more a {
  display: inline-block;
  width: 154px;
  height: 44px;
  background-color: #333;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
}
.about .intrs .more a:hover {
  background-color: #ea5b24;
}
.about .imgs {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.about .imgs .list {
  width: 100%;
  min-height: 100px;
}
.about .imgs .list ul {
  width: 100%;
}
.about .imgs .list ul li {
  width: 100%;
  text-align: center;
  transition: 0.5s;
}
.about .imgs .list ul li img {
  width: 90%;
}
.about .imgs .list ul li.swiper-slide-prev {
  left: 200px;
  transform: scale(0.9);
}
.about .imgs .list ul li.swiper-slide-prev img {
  position: relative;
}
.about .imgs .list ul li.swiper-slide-next {
  right: 200px;
  transform: scale(0.9);
}
.about .imgs .list ul li.swiper-slide-next img {
  position: relative;
}
.about .imgs .list ul li.swiper-slide-active {
  z-index: 99;
}
.service {
  width: 100%;
  float: left;
}
.service .intrs {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 70px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.service .intrs .conts {
  width: 100%;
  padding-left: 60px;
}
.service .intrs .conts .logo {
  padding: 10px 0;
}
.service .intrs .conts .text {
  width: 100%;
  max-width: 415px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: justify;
  line-height: 26px;
  padding: 30px 0;
}
.service .intrs .label {
  width: 100%;
}
.service .intrs .label ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 60px;
  position: relative;
  z-index: 9;
}
.service .intrs .label ul li {
  width: 165px;
  height: 132px;
  background-color: #ed6d00;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
  margin: 0 72px;
  line-height: 32px;
}
.service .intrs .label ul li:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.service .intrs .label ul:nth-child(2) {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -30px;
  z-index: 8;
}
.service .intrs .label ul:nth-child(2) li {
  background-color: #f2f2f2;
  font-size: 16px;
  color: #4b4948;
  margin: 0;
  line-height: 24px;
}
.service .imgs {
  width: 100%;
  height: 100vh;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service .imgs img {
  max-width: 70%;
}
.service .imgs a {
  display: inline-block;
  width: 154px;
  height: 44px;
  background-color: #333;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 32px;
  text-decoration: none;
}
.service .imgs a:hover {
  background-color: #ea5b24;
}
.advantage {
  width: 100%;
  float: left;
}
.advantage .imgs {
  width: 100%;
  height: 100vh;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.advantage .imgs img {
  max-width: 70%;
}
.advantage .intrs {
  width: 100%;
  height: 100vh;
  text-align: right;
  padding: 5% 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.advantage .intrs .title {
  width: 100%;
}
.advantage .intrs .title h4 {
  font-size: 48px;
  line-height: 72px;
}
.advantage .intrs .title h5 {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  line-height: 32px;
}
.advantage .intrs .title p {
  font-size: 32px;
  color: #ee760f;
  line-height: 48px;
  margin: 20px 0;
}
.advantage .intrs .more {
  width: 100%;
  float: left;
  padding: 0 30px;
}
.advantage .intrs .more a {
  display: inline-block;
  width: 154px;
  height: 44px;
  background-color: #333;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
}
.advantage .intrs .more a:hover {
  background-color: #ee760f;
}
.advantage .intrs .list {
  width: 100%;
}
.advantage .intrs .list ul {
  width: 100%;
}
.advantage .intrs .list ul li {
  width: 33.3%;
}
.advantage .intrs .list ul li .labs {
  width: 90%;
  margin: 0 auto;
  max-width: 194px;
  height: 38px;
  background-color: #9fa0a0;
  border-radius: 19px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  position: relative;
}
.advantage .intrs .list ul li .labs:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -19px;
  width: 12px;
  height: 38px;
  background: url("../img/4ab28e_12x38.png") center no-repeat;
}
.advantage .intrs .list ul li .labs:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: rotate(180deg);
  margin-top: -19px;
  width: 12px;
  height: 38px;
  background: url("../img/4ab28e_12x38.png") center no-repeat;
}
.advantage .intrs .list ul li .txts {
  text-align: center;
  font-size: 14px;
  color: #ef7f1f;
  line-height: 24px;
  max-width: 154px;
  margin: 0 auto;
  padding: 12px 0;
}
.advantage .intrs .list ul li:hover {
  cursor: pointer;
}
.advantage .intrs .list ul li:hover .labs {
  background-color: #ef7f1f;
}
.join {
  width: 100%;
  position: relative;
  float: left;
}
.join .title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 0 40px;
  z-index: 99;
  padding-left: 100px;
}
.join .title h3 {
  font-size: 48px;
  line-height: 72px;
  color: #fff;
}
.join .title h5 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}
.join .intrs {
  width: 100%;
  position: relative;
}
.join .intrs .imgs {
  width: 100%;
  overflow: hidden;
}
.join .intrs .imgs img {
  width: 100%;
  transition: 0.5s;
}
.join .intrs .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.join .intrs .text .ico {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join .intrs .text .txt {
  width: 100%;
}
.join .intrs .text .txt h4 {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
}
.join .intrs .text .txt h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.join .intrs .text .txt h5 {
  font-size: 36px;
  line-height: 72px;
  color: #fff;
}
.join .intrs:hover .imgs img {
  transform: scale(1.1);
}
.reason {
  width: 100%;
  float: left;
  padding-bottom: 100px;
}
.reason .title {
  width: 100%;
  text-align: center;
  padding: 110px 0;
}
.reason .title h3 {
  font-size: 48px;
  line-height: 72px;
  color: #333;
}
.reason .title h5 {
  font-size: 26px;
  color: #999;
  text-transform: uppercase;
  line-height: 44px;
}
.reason .list {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.reason .list ul {
  width: 100%;
}
.reason .list ul li {
  width: 25%;
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reason .list ul li a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.reason .list ul li a img {
  transition: 0.5s;
}
.reason .list ul li:hover a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.reason .list ul li:hover a img {
  transform: scale(1.1);
}
.contact {
  width: 100%;
  background: url("../img/638a78_1920x587.jpg") center no-repeat;
  background-size: cover;
  float: left;
}
.contact .wid {
  max-width: 1600px;
}
.contact .wid .title {
  width: 100%;
  padding: 36px 0;
}
.contact .wid .title h3 {
  font-size: 48px;
  line-height: 72px;
  color: #fff;
}
.contact .wid .title h5 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}
.contact .wid .conts {
  width: 100%;
  min-height: 350px;
}
.contact .wid .conts .item {
  width: calc(100% - 15px);
  border-bottom: 1px solid #fff;
  max-width: 400px;
  padding: 10px 0;
  float: left;
  margin-bottom: 20px;
}
.contact .wid .conts .item .labs {
  width: 100%;
  line-height: 28px;
  color: #fff;
}
.contact .wid .conts .item .txts {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.contact .wid .conts .item .txts h5 {
  font-size: 30px;
  line-height: 48px;
}
.contact .wid .conts .text {
  width: 100%;
  padding: 10px 0;
  max-width: 400px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.contact .wid .conts .text p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.contact .wid .conts .text h5 {
  font-size: 30px;
  line-height: 48px;
  color: #fff;
}
.contact .wid .conts .code {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.contact .wid .conts .code .box {
  width: 16.6%;
  max-width: 140px;
  text-align: center;
}
.contact .wid .conts .code .box .imgs {
  width: 100%;
  text-align: center;
  height: 102px;
}
.contact .wid .conts .code .box .imgs img {
  max-width: 100%;
}
.contact .wid .conts .code .box .txts {
  width: 100%;
  line-height: 30px;
  padding: 10px 0;
  color: #fff;
}
.footer {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.alerts .cont {
  width: 100%;
  padding-top: 80px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 20px;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #223b59;
  margin: 0;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #ed6d00;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #223b59;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
  float: left;
}
.alerts .cont .menu .list ul {
  width: 100%;
  margin: 0;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  line-height: 30px;
  font-size: 16px;
}
.alerts .cont .menu .list ul li a {
  color: #ed6d00;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  position: relative;
}
.alerts .cont .menu .list ul li h4 a {
  color: #ed6d00;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: #ed6d00;
  opacity: 0.8;
  padding: 5px 0;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  font-size: 14px;
}
.alerts .cont .menu .list ul li .slide a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #ed6d00;
  border-radius: 2px;
}
.alerts .cont .menu .list ul li.li-btns:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.6s;
  margin-top: -20px;
  background: url("../img/905b87_20x20.png") center no-repeat;
  background-size: 20px 20px;
}
.alerts .cont .menu .list ul li.acti:after {
  transform: rotate(90deg);
}
.alerts .cont .func {
  width: 100%;
  height: 60px;
  border-top: 2px solid #0b4590;
  float: left;
  background-color: #fff;
}
.alerts .cont .func .box {
  width: 33.3%;
  float: left;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
.alerts .cont .func .box img {
  position: relative;
  top: -3px;
}
.alerts .cont .func .box a {
  color: #0b4590;
  text-decoration: none;
}
.alerts .cont .func .box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #0b4590;
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #0b4590;
  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 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/51104e_40x40.png") center no-repeat;
  background-size: 24px 24px;
  color: #223b59;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(11,69,144,0.8);
}
.page-banner {
  width: 100%;
  position: relative;
  float: left;
}
.page-banner .imgs {
  width: 100%;
}
.page-banner .imgs img {
  width: 100%;
}
.page-banner .intr {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.page-banner .intr h4 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}
.page-banner .intr h3 {
  font-size: 54px;
  line-height: 86px;
  color: #fff;
}
.page-banner .intr p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.abouts {
  width: 100%;
  padding: 0 100px;
  padding-bottom: 100px;
}
.abouts .titles {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  float: left;
}
.abouts .titles h4 {
  font-size: 24px;
  line-height: 48px;
  color: #ea5b24;
  text-transform: uppercase;
}
.abouts .titles h5 {
  font-size: 28px;
  line-height: 48px;
}
.abouts .titles p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.abouts .inform {
  width: 100%;
  padding: 70px 0;
  float: left;
}
.abouts .inform .imgs {
  width: 100%;
  text-align: center;
}
.abouts .inform .imgs img {
  max-width: 90%;
}
.abouts .inform .intrs {
  width: 100%;
}
.abouts .inform .intrs .title {
  width: 100%;
  padding-top: 20px;
}
.abouts .inform .intrs .title p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.abouts .inform .intrs .title h3 {
  font-size: 48px;
  line-height: 72px;
  color: #333;
}
.abouts .inform .intrs .title h5 {
  font-size: 24px;
  color: #333;
  line-height: 48px;
  text-transform: uppercase;
  margin: 12px 0;
}
.abouts .inform .intrs .text {
  width: 100%;
  padding-top: 50px;
}
.abouts .inform .intrs .text p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  max-width: 540px;
  text-align: justify;
}
.abouts .role {
  width: 100%;
  float: left;
}
.abouts .role .items {
  width: 100%;
  float: left;
}
.abouts .role .items .intr {
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 46px;
  transition: 0.5s;
}
.abouts .role .items .intr .tits {
  width: 100%;
}
.abouts .role .items .intr .tits h5 {
  font-size: 24px;
  color: #ea5b24;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.abouts .role .items .intr .tits p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.abouts .role .items .intr .cont {
  width: 100%;
  padding-top: 30px;
}
.abouts .role .items .intr .cont .labs {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.abouts .role .items .intr .cont .imgs {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.abouts .role .items .intr .cont .imgs img {
  transition: 0.5s;
}
.abouts .role .items .text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 24px;
}
.abouts .role .items:hover .intr {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.abouts .role .items:hover .intr .cont .imgs img {
  transform: scale(1.1);
}
.abouts .function {
  width: 100%;
  padding-top: 100px;
  float: left;
}
.abouts .function .title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.abouts .function .title span {
  display: inline-block;
  width: 480px;
  height: 40px;
  background-color: #ed6d00;
  border-radius: 0 20px 20px 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.abouts .function .title span:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -20px;
  width: 11px;
  height: 41px;
  background: url("../img/787a4c_11x41.png") center no-repeat;
}
.abouts .function .title em {
  font-size: 24px;
  color: #ed6d00;
  margin-left: 44px;
}
.abouts .function .list {
  width: 100%;
  padding: 120px 0;
  float: left;
}
.abouts .function .list .item {
  width: 100%;
  margin-bottom: 40px;
}
.abouts .function .list .item .labs {
  width: 60%;
  margin: 0 auto;
  height: 38px;
  background-color: #9fa0a0;
  border-radius: 19px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  position: relative;
}
.abouts .function .list .item .labs:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -19px;
  width: 12px;
  height: 38px;
  background: url("../img/4ab28e_12x38.png") center no-repeat;
}
.abouts .function .list .item .labs:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: rotate(180deg);
  margin-top: -19px;
  width: 12px;
  height: 38px;
  background: url("../img/4ab28e_12x38.png") center no-repeat;
}
.abouts .function .list .item .txts {
  text-align: center;
  font-size: 16px;
  color: #ef7f1f;
  line-height: 24px;
  max-width: 184px;
  margin: 0 auto;
  padding: 12px 0;
}
.abouts .function .list .item:hover {
  cursor: pointer;
}
.abouts .function .list .item:hover .labs {
  background-color: #ef7f1f;
}
.malls {
  width: 100%;
  padding: 60px 100px;
  float: left;
}
.malls .title {
  width: 100%;
  line-height: 72px;
  font-size: 32px;
  color: #333;
  text-align: center;
}
.malls .conts {
  width: 100%;
  padding-top: 120px;
}
.malls .conts .intrs {
  width: 100%;
}
.malls .conts .intrs .text {
  width: 100%;
}
.malls .conts .intrs .text h5 {
  line-height: 108px;
  font-size: 54px;
  color: #ed6d00;
}
.malls .conts .intrs .text h3 {
  font-size: 88px;
  color: #ed6d00;
  font-weight: bold;
  line-height: 98px;
}
.malls .conts .intrs .text h4 {
  font-size: 48px;
  color: #ed6d00;
  line-height: 90px;
  margin-bottom: 40px;
}
.malls .conts .intrs .text h4 b {
  color: #c9c9ca;
}
.malls .conts .intrs .text p {
  font-size: 30px;
  color: #c9c9ca;
  line-height: 40px;
}
.malls .conts .intrs .code {
  width: 100%;
  padding-top: 200px;
}
.malls .conts .intrs .code .box {
  width: 230px;
  margin-right: 50px;
}
.malls .conts .intrs .code .box .imgs {
  width: 100%;
  text-align: center;
  height: 230px;
  border: 1px solid #e2e3e3;
  padding: 12px;
}
.malls .conts .intrs .code .box .imgs img {
  width: 100%;
  height: 100%;
}
.malls .conts .intrs .code .box .txts {
  width: 100%;
  line-height: 40px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #4b4948;
}
.malls .imgs {
  width: 100%;
  text-align: center;
}
.malls .imgs img {
  max-width: 90%;
}
.idee {
  width: 100%;
  float: left;
}
.idee .title {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  float: left;
}
.idee .title h4 {
  text-align: center;
}
.idee .title p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding: 20px 0;
}
.idee .conts {
  width: 100%;
  float: left;
}
.idee .conts .imgs {
  width: 100%;
}
.idee .conts .imgs img {
  max-width: 100%;
}
.idee .conts .intrs {
  width: 100%;
  padding: 0 120px;
}
.idee .conts .intrs .text {
  width: 100%;
}
.idee .conts .intrs .text h4 {
  font-size: 48px;
  line-height: 72px;
  color: #333;
  font-weight: bold;
}
.idee .conts .intrs .text h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-align: justify;
  max-width: 690px;
  margin: 30px 0;
}
.idee .conts .intrs .text p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  max-width: 574px;
  text-align: justify;
}
.idee .conts .intrs .apply {
  width: 100%;
  padding-top: 50px;
}
.idee .conts .intrs .apply .box {
  width: 160px;
}
.idee .conts .intrs .apply .box .ico {
  width: 100%;
  text-align: center;
}
.idee .conts .intrs .apply .box .ico img {
  max-width: 100%;
}
.idee .conts .intrs .apply .box .txt {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.idee .conts .intrs .apply .box .txt a {
  display: inline-block;
  width: 154px;
  height: 44px;
  background-color: #333;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
  text-decoration: none;
}
.idee .conts .intrs .apply .box .txt a:hover {
  background-color: #ea5b24;
}
.idee .label {
  width: 100%;
  padding: 150px 0;
  float: left;
}
.idee .label ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 60px;
  position: relative;
  z-index: 9;
}
.idee .label ul li {
  width: 165px;
  height: 132px;
  background-color: #ed6d00;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 72px;
  line-height: 32px;
}
.idee .label ul li:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.idee .label ul:nth-child(2) {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -30px;
  z-index: 8;
}
.idee .label ul:nth-child(2) li {
  background-color: #f2f2f2;
  font-size: 16px;
  color: #4b4948;
  margin: 0 75px;
  line-height: 24px;
}
.partner {
  width: 100%;
}
.partner .inform {
  width: 100%;
  background-color: #f6f6f6;
  float: left;
}
.partner .inform .title {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  float: left;
}
.partner .inform .title h5 {
  color: #ea5b24;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 40px;
}
.partner .inform .title h4 {
  font-size: 46px;
  line-height: 72px;
  color: #333;
  margin: 20px 0;
}
.partner .inform .title p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.partner .inform .list {
  width: 100%;
}
.partner .inform .list .item {
  width: 100%;
  max-width: 370px;
  height: 372px;
  padding: 0 48px;
  background-color: #fff;
  padding-top: 26px;
  margin: 40px auto;
  transition: 0.5s;
}
.partner .inform .list .item .ico {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .inform .list .item .ico img {
  transition: 0.5s;
}
.partner .inform .list .item .txt {
  line-height: 38px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.partner .inform .list .item .labs {
  margin-top: 38px;
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
.partner .inform .list .item:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.partner .inform .list .item:hover .ico img {
  transform: scale(1.1);
}
.partner .process {
  width: 100%;
  background-color: #fff;
  float: left;
  padding-top: 150px;
  padding-bottom: 130px;
}
.partner .process .wid {
  max-width: 1200px;
}
.partner .process .title {
  width: 100%;
  font-size: 46px;
  line-height: 72px;
  color: #333;
  text-align: center;
}
.partner .process .list {
  width: 100%;
  padding-top: 50px;
}
.partner .process .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.partner .process .list ul li {
  width: 150px;
  position: relative;
}
.partner .process .list ul li:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 65px;
  width: 47px;
  height: 15px;
  background: url("../img/d6d9c3_47x15.png") center no-repeat;
}
.partner .process .list ul li .ico {
  width: 100%;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .process .list ul li .ico img {
  transition: 0.5s;
}
.partner .process .list ul li .txt {
  width: 100%;
  line-height: 54px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.partner .process .list ul li:last-child:after {
  display: none;
}
.partner .process .list ul li:hover {
  cursor: pointer;
}
.partner .process .list ul li:hover .ico img {
  transform: scale(1.1);
}
.partner .process .list ul li:hover .txt {
  color: #ea5b24;
}
.partner .ask {
  width: 100%;
}
.partner .ask .title {
  width: 100%;
  text-align: center;
}
.partner .ask .title h5 {
  font-size: 16px;
  color: #ea5b24;
  line-height: 28px;
}
.partner .ask .title h4 {
  font-size: 46px;
  color: #333;
  line-height: 72px;
}
.partner .ask .conts {
  width: 100%;
  height: 482px;
  background: url("../img/d64e77_1922x482.jpg") center no-repeat;
  float: left;
  margin-top: 60px;
  padding: 0 36px;
}
.partner .ask .conts .list {
  width: 100%;
  padding: 80px 0;
}
.partner .ask .conts .list ul {
  width: 100%;
}
.partner .ask .conts .list ul li {
  width: calc(20% - 40px);
  margin: 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.partner .ask .conts .list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.partner .ask .conts .list ul li .imgs img {
  width: 100%;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}
.partner .ask .conts .list ul li .txts {
  width: 100%;
  background: rgba(0,0,0,0.62);
  border-radius: 0 0 10px 10px;
  padding: 0 12px;
  padding-bottom: 20px;
  transition: 0.5s;
}
.partner .ask .conts .list ul li .txts h5 {
  line-height: 64px;
  font-size: 24px;
  text-align: center;
  color: #ea5b24;
}
.partner .ask .conts .list ul li .txts p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  min-height: 60px;
}
.partner .ask .conts .list ul li:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.partner .ask .conts .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.partner .ask .conts .list ul li:hover .txts {
  background: rgba(0,0,0,0.82);
}
.partner .apply {
  width: 100%;
  padding: 80px 0;
  float: left;
}
.partner .apply .wid {
  max-width: 1200px;
}
.partner .apply .wid .title {
  width: 100%;
  text-align: center;
}
.partner .apply .wid .title h5 {
  font-size: 16px;
  color: #ea5b24;
  line-height: 28px;
}
.partner .apply .wid .title h4 {
  font-size: 46px;
  color: #333;
  line-height: 72px;
}
.partner .apply .wid .conts {
  padding-top: 60px;
  width: 100%;
}
.partner .apply .wid .conts .form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.partner .apply .wid .conts .form .item {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.partner .apply .wid .conts .form .item label {
  margin: 0;
  padding: 0;
  width: 120px;
  text-align: right;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-weight: normal;
  float: left;
  font-size: 20px;
  line-height: 48px;
  color: #333;
}
.partner .apply .wid .conts .form .item input {
  width: calc(100% - 140px);
  margin-left: 20px;
  background-color: #f6f6f6;
  height: 48px;
  float: left;
  border-radius: 6px;
  padding: 0 12px;
  border: none;
  font-size: 18px;
}
.partner .apply .wid .conts .form .item button {
  width: 100%;
  height: 80px;
  background-color: #ea5b24;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  margin: 30px 0;
}
.plan {
  width: 100%;
}
.plan .intrs {
  width: 100%;
}
.plan .intrs .title {
  width: 100%;
  padding: 50px 0;
  float: left;
  text-align: center;
}
.plan .intrs .title h5 {
  font-size: 16px;
  color: #ea5b24;
  line-height: 28px;
}
.plan .intrs .title h4 {
  font-size: 46px;
  color: #333;
  line-height: 72px;
}
.plan .intrs .conts {
  width: 100%;
}
.plan .intrs .conts .intrs {
  width: 100%;
  padding: 0 100px;
}
.plan .intrs .conts .intrs .text {
  width: 100%;
}
.plan .intrs .conts .intrs .text h5 {
  font-size: 40px;
  color: #333;
  line-height: 68px;
}
.plan .intrs .conts .intrs .text p {
  font-size: 20px;
  font-weight: bold;
  color: #ea5b24;
  line-height: 36px;
}
.plan .intrs .conts .intrs .label {
  width: 100%;
  padding: 110px 0;
  float: left;
  text-align: left;
}
.plan .intrs .conts .intrs .label img {
  max-width: 80%;
}
.plan .intrs .conts .imgs {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.plan .intrs .conts .imgs img {
  max-width: 100%;
}
.plan .inform {
  width: 100%;
  background-color: #f6f6f6;
  float: left;
}
.plan .inform .title {
  width: 100%;
  padding: 64px 130px;
  float: left;
}
.plan .inform .title h5 {
  font-size: 36px;
  line-height: 72px;
  color: #333;
}
.plan .inform .title p {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}
.plan .inform .conts {
  width: 100%;
  padding-bottom: 50px;
  float: left;
}
.plan .inform .conts .item {
  width: 100%;
  max-width: 370px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin: 30px auto;
  transition: 0.5s;
}
.plan .inform .conts .item .imgs {
  width: 100%;
  overflow: hidden;
}
.plan .inform .conts .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.plan .inform .conts .item .txts {
  width: 100%;
  padding: 20px 46px;
}
.plan .inform .conts .item .txts h5 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.plan .inform .conts .item .txts p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  min-height: 64px;
}
.plan .inform .conts .item:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.plan .inform .conts .item:hover .imgs img {
  transform: scale(1.1);
}
.about-page .intrs {
  background: none;
  height: auto;
}
.about-page .intrs .labs {
  margin: 60px 0;
}
.about-page .imgs {
  height: auto;
  padding-top: 110px;
}
.usage {
  width: 100%;
  float: left;
  padding: 0 100px;
  padding-top: 100px;
}
.usage .title {
  width: 100%;
  text-align: center;
}
.usage .title h5 {
  font-size: 16px;
  color: #ea5b24;
  line-height: 28px;
}
.usage .title h4 {
  font-size: 46px;
  color: #333;
  line-height: 72px;
}
.usage .conts {
  width: 100%;
  padding: 70px 0;
  float: left;
}
.usage .conts .item {
  width: 100%;
  float: left;
  height: 660px;
  margin-bottom: 30px;
}
.usage .conts .item .text {
  width: 100%;
  padding: 0 32px;
  padding-bottom: 50px;
}
.usage .conts .item .text h5 {
  font-size: 36px;
  line-height: 72px;
  color: #e46917;
}
.usage .conts .item .text p {
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 40px;
  max-width: 700px;
  margin: 12px 0;
}
.usage .conts .item .imgs {
  width: 100%;
  float: left;
  padding-bottom: 60px;
}
.usage .conts .item .imgs img {
  max-width: 100%;
}
.usage .conts .item.item-fr .text h5 {
  text-align: right;
}
.usage .conts .item.item-fr .text p {
  float: right;
}
.usage .conts .item.item-fr .imgs {
  text-align: right;
}
.direction {
  width: 100%;
  float: left;
}
.direction .title {
  width: 100%;
  text-align: center;
}
.direction .title h5 {
  font-size: 26px;
  color: #ea5b24;
  line-height: 28px;
  text-transform: uppercase;
}
.direction .title h4 {
  font-size: 46px;
  color: #333;
  line-height: 72px;
}
.direction .title p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.direction .list {
  width: 100%;
  float: left;
  padding: 100px 0;
}
.direction .list ul {
  width: 100%;
}
.direction .list ul li {
  width: 62%;
  position: relative;
  margin: 0 45px;
}
.direction .list ul li .imgs {
  width: 100%;
}
.direction .list ul li .imgs img {
  width: 100%;
  filter: grayscale(100%);
}
.direction .list ul li .intr {
  width: 598px;
  height: 358px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -179px;
  border-left: 4px solid #ed835b;
  padding: 66px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  display: none;
}
.direction .list ul li .intr .text {
  width: 100%;
}
.direction .list ul li .intr .text h5 {
  width: 100%;
}
.direction .list ul li .intr .text h5 b {
  display: block;
  line-height: 34px;
  font-size: 24px;
  color: #ea5b24;
}
.direction .list ul li .intr .text h5 em {
  display: block;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}
.direction .list ul li .intr .text p {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
  line-height: 34px;
  min-height: 140px;
}
.direction .list ul li.swiper-slide-active .imgs img {
  filter: grayscale(0%);
}
.direction .list ul li.swiper-slide-active .intr {
  display: block;
}
.values {
  width: 100%;
}
.values .wid {
  max-width: 1200px;
}
.values .title {
  width: 100%;
  text-align: center;
}
.values .title h5 {
  font-size: 26px;
  color: #ea5b24;
  line-height: 28px;
  text-transform: uppercase;
}
.values .title h4 {
  font-size: 28px;
  color: #333;
  line-height: 48px;
}
.values .list {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.values .list .item {
  width: 100%;
  position: relative;
  float: left;
}
.values .list .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -44px;
  width: 1px;
  height: 88px;
  background-color: #dedede;
}
.values .list .item .ico {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.values .list .item .text {
  width: 100%;
  text-align: center;
}
.values .list .item .text h5 {
  font-size: 30px;
  color: #ea5b24;
}
.values .list .item .text p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin: 15px 0;
}
.values .list .item.none:after {
  display: none;
}

@media screen and (max-width: 1600px) {
  .advantage .intrs {
    padding: 5% 20px;
  }
  .advantage .intrs .list ul li .labs {
    width: 60%;
  }
  .service .intrs .label ul li {
    margin: 0 40px;
  }
  .service .intrs .label ul:nth-child(2) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  .partner .ask .conts .list ul li .txts p {
    min-height: 60px;
  }
  .partner .process .list ul li .txt {
    font-size: 24px;
  }
  .direction .list ul li .intr {
    width: 400px;
    height: 300px;
    margin-top: -150px;
  }
  .direction .list ul li .intr .text p {
    min-height: initial;
  }
  .direction .list ul li .intr .more {
    padding-top: 20px;
  }
  .malls .conts .intrs .code .box {
    width: 40%;
    margin-right: 0;
    max-width: 160px;
    margin-right: 30px;
  }
  .malls .conts .intrs .code .box .imgs {
    height: auto;
  }
  .banner .intrs .conts .title h3 {
    font-size: 48px;
    line-height: 72px;
  }
  .banner .intrs .conts .title p {
    font-size: 28px;
    line-height: 40px;
  }
  .service .intrs .label ul li {
    margin: 0 20px;
  }
  .service .intrs .label ul:nth-child(2) {
    padding: 0 0px;
  }
  .malls .conts .intrs .code {
    padding-top: 30px;
  }
  .usage {
    padding: 0 30px;
  }
  .usage .conts .item {
    height: 560px;
  }
  .usage .conts .item .text h5 {
    font-size: 24px;
    line-height: 48px;
  }
  .usage .conts .item .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .usage .conts .item .imgs img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .partner .process .list ul li .ico {
    height: 100px;
  }
  .partner .process .list ul li .ico img {
    width: 72px;
  }
  .partner .process .list ul li:after {
    top: 44px;
    right: -40px;
  }
  .page-banner .intr h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .page-banner .intr h3 {
    font-size: 28px;
    line-height: 48px;
  }
  .page-banner .intr p {
    font-size: 12px;
    line-height: 18px;
  }
  .malls .conts {
    padding-top: 30px;
  }
  .head {
    padding: 0 10px;
  }
  .service .intrs {
    padding: 40px 30px;
  }
  .service .intrs .label ul:nth-child(2) li {
    width: 132px;
  }
  .head .intrs .nav ul li {
    margin-left: 10px;
    padding: 0 2px;
  }
  .banner .intrs .conts .title {
    margin: 20px 0;
  }
  .about .intrs {
    padding-left: 40px;
  }
  .service .intrs .conts {
    padding-left: 0;
  }
  .advantage .intrs .title h4 {
    font-size: 32px;
    line-height: 48px;
  }
  .advantage .intrs .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .advantage .intrs .title p {
    font-size: 24px;
    line-height: 40px;
  }
  .advantage .intrs .list ul li .labs {
    font-size: 16px;
  }
  .join .title {
    padding: 0 30px;
  }
  .join .title h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .join .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .join .intrs .text .ico {
    height: 80px;
  }
  .join .intrs .text .ico img {
    height: 54px;
  }
  .join .intrs .text .txt h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .join .intrs .text .txt h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .join .intrs .text .txt h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .reason .title h3,
  .contact .wid .title h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .reason .title h5,
  .contact .wid .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .contact .wid .conts .code .box {
    padding: 0 5px;
  }
}
@media screen and (max-width: 993px) {
  .partner .process .list ul {
    display: initial;
  }
  .partner .process .list ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 10px;
  }
  .partner .process .list ul li:after {
    display: none;
  }
  .partner .inform .list .item {
    padding: 0 20px;
  }
  .partner .ask .conts .list ul li {
    width: calc(33.3% - 30px);
    margin: 10px 15px;
  }
  .partner .inform .title {
    padding-bottom: 20px;
  }
  .partner .inform .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .partner .inform .title h4 {
    font-size: 24px;
    line-height: 44px;
  }
  .partner .inform .title p {
    font-size: 14px;
    line-height: 22px;
  }
  .partner .inform .list .item .labs {
    margin-top: 10px;
  }
  .partner .inform .list .item .labs {
    min-height: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .partner .inform .list .item {
    height: auto;
    padding-bottom: 20px;
  }
  .partner .process {
    padding: 50px 0;
  }
  .partner .process .title {
    font-size: 24px;
    line-height: 48px;
  }
  .partner .process .list ul li .txt {
    font-size: 20px;
    line-height: 36px;
  }
  .plan .inform .title {
    padding: 20px 30px;
  }
  .plan .intrs .conts .intrs {
    padding: 0 30px;
  }
  .plan .intrs .conts .imgs {
    padding: 20px 0;
  }
  .plan .intrs .conts .intrs .label {
    padding: 30px 0;
  }
  .partner .ask .title h5,
  .partner .apply .wid .title h5,
  .plan .intrs .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .partner .ask .title h4,
  .partner .apply .wid .title h4,
  .plan .intrs .title h4 {
    font-size: 24px;
    line-height: 48px;
  }
  .partner .ask .conts .list ul li .txts {
    padding: 20px 12px;
  }
  .partner .ask .conts .list ul li .txts h5 {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 0;
  }
  .partner .ask .conts .list ul li .txts p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
  }
  .partner .ask .conts .list {
    padding: 0px 0;
  }
  .partner .ask .conts {
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }
  .direction .list ul li .intr {
    width: 300px;
    height: 200px;
    margin-top: -100px;
    padding: 20px;
  }
  .direction .list ul li .intr .text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .usage .conts {
    padding: 30px 0;
  }
  .usage .conts .item .text {
    padding: 0;
    padding-bottom: 30px;
  }
  .usage .conts .item .text p {
    max-width: initial;
  }
  .usage .conts .item .imgs {
    text-align: center;
    padding: 30px 0;
  }
  .usage .conts .item.item-fr {
    text-align: left;
  }
  .usage .conts .item.item-fr .text h5 {
    text-align: left;
  }
  .usage .conts .item.item-fr .text p {
    text-align: left;
  }
  .usage .conts .item.item-fr .imgs {
    text-align: center;
  }
  .idee .conts .intrs {
    padding: 0 30px;
  }
  .malls {
    padding: 30px;
  }
  .malls .conts .intrs .text h5 {
    font-size: 32px;
    line-height: 60px;
  }
  .malls .conts .intrs .text h3 {
    font-size: 48px;
    line-height: 72px;
  }
  .malls .conts .intrs .text h4 {
    font-size: 28px;
    line-height: 48px;
  }
  .malls .conts .intrs .text p {
    font-size: 20px;
    line-height: 34px;
  }
  .malls .conts .intrs .code {
    padding-top: 0;
  }
  .malls .imgs img {
    max-width: 80%;
  }
  .malls .conts .intrs .code .box {
    width: auto;
  }
  .malls .conts .intrs .code .box .imgs img {
    max-width: 100%;
  }
  .abouts .inform {
    padding-bottom: 0;
  }
  .abouts .inform .imgs {
    padding: 50px 0;
  }
  .abouts .inform .imgs img {
    max-width: 60%;
  }
  .abouts .inform .intrs .text p {
    max-width: initial;
  }
  .abouts {
    padding: 0 30px;
  }
  .head-pt {
    padding-top: 80px;
  }
  .head {
    height: 80px;
  }
  .head .logo {
    height: 80px;
  }
  .head.fix {
    height: 80px;
  }
  .head.fix .logo {
    height: 80px;
  }
  .head.fix .menu .box i {
    background-color: #ed6d00;
  }
  .head.fix .menu .box i:after {
    background-color: #ed6d00;
  }
  .head.fix .menu .box i:before {
    background-color: #ed6d00;
  }
  .head.fix .menu .box.acti i {
    background: none;
  }
  .about .intrs {
    height: auto;
    padding: 50px 30px;
  }
  .about .intrs .text {
    max-width: initial;
  }
  .about .imgs {
    height: auto;
    padding: 30px 0;
  }
  .service .intrs .label ul:nth-child(2) {
    display: flex;
    justify-content: center;
  }
  .service .intrs .label ul:nth-child(2) li {
    margin: 0 30px;
  }
  .service .intrs {
    height: auto;
  }
  .service .intrs .conts {
    text-align: center;
  }
  .service .intrs .conts .logo {
    padding: 24px 0;
  }
  .service .intrs .conts .text {
    max-width: initial;
  }
  .service .intrs .label {
    padding-top: 50px;
  }
  .service .imgs {
    height: auto;
    padding: 50px 0;
  }
  .advantage .imgs {
    padding: 50px 0;
    height: auto;
  }
  .advantage .intrs {
    text-align: left;
    height: auto;
  }
  .advantage .intrs div {
    padding: 20px 0;
  }
  .advantage .intrs div div {
    padding: 0;
  }
  .reason .title {
    padding: 30px 0;
  }
  .reason .list {
    padding: 20px 0;
  }
  .reason {
    padding-bottom: 30px;
  }
  .reason .list ul li {
    height: 100px;
    width: 33.3%;
  }
  .banner .intrs .conts .list ul {
    max-width: initial;
  }
  .banner .intrs .conts .list ul li:nth-child(2n) {
    float: left;
  }
  .service .intrs .conts .logo img {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-banner .intr {
    padding-top: 50px;
  }
  .page-banner .intr h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .page-banner .intr h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .page-banner .intr p {
    display: none;
  }
  .idee .label ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .idee .label ul li {
    margin: 0 0px;
    width: 45%;
  }
  .idee .label ul:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .idee .label ul:nth-child(2) li {
    width: 60%;
    margin: 0;
    margin: 20px 0;
  }
  .idee .label {
    padding: 20px 0;
  }
  .idee .title {
    padding: 20px 0;
    padding-top: 50px;
  }
  .idee .conts .intrs .text h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .idee .conts .intrs .text h5 {
    font-size: 18px;
    line-height: 34px;
    margin: 10px 0;
  }
  .service .intrs .label ul:nth-child(2) li {
    margin: 0 10px;
  }
  .service .intrs .label ul {
    padding: 0;
  }
  .service .intrs .label ul li {
    margin: 0 10px;
  }
  .banner .intrs .conts .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .banner .intrs .conts .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .banner .intrs .conts .list {
    padding-top: 0;
    padding: 20px 0;
  }
  .banner .intrs .conts .list ul li .ico {
    height: 50px;
  }
  .banner .intrs .conts .list ul li .ico img {
    height: 40px;
  }
  .banner .intrs .conts .list ul li .txt {
    font-size: 14px;
  }
  .about .intrs {
    padding: 20px;
  }
  .about .intrs .more {
    padding: 12px 0;
  }
  .service .intrs .label ul:nth-child(2) {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
  }
  .service .intrs .label ul:nth-child(2) li {
    margin: 0;
    width: 30%;
    font-size: 14px;
    padding: 0 12px;
    height: 100px;
    font-weight: normal;
  }
  .service .intrs {
    padding: 30px 0;
  }
  .service .intrs .label {
    padding-top: 20px;
  }
  .service .intrs .conts .text {
    padding: 0 20px;
  }
  .service .imgs a {
    right: 20px;
    bottom: 0;
  }
  .about .intrs .title {
    font-size: 32px;
  }
  .about .intrs .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .advantage .intrs div {
    padding: 10px 0;
  }
  .advantage .intrs .logo img {
    width: 140px;
  }
  .advantage .intrs .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .advantage .intrs .title h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .advantage .intrs .title p {
    font-size: 24px;
    line-height: 40px;
  }
  .advantage .intrs .list ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .intrs .list ul li .txts {
    max-width: initial;
  }
  .advantage .intrs .more {
    padding: 20px 0;
    text-align: center;
  }
  .reason .list ul li {
    width: 50%;
    height: 72px;
  }
  .reason .list ul li img {
    max-width: 80%;
  }
  .contact .wid .conts .code .box {
    width: 33.3%;
  }
  .contact .wid .conts .code .box .txts {
    min-height: 68px;
    line-height: 24px;
  }
  .footer {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .wid .conts .text h5 {
    font-size: 20px;
  }
  .contact .wid .title {
    padding-bottom: 10px;
  }
  .head {
    height: 60px;
  }
  .head .logo {
    height: 60px;
  }
  .head .logo img {
    height: 24px;
  }
  .head .menu {
    height: 60px;
    width: auto;
  }
  .head .menu .box {
    height: 60px;
    width: auto;
  }
  .head.fix {
    height: 60px;
    box-shadow: initial;
  }
  .head.fix .logo {
    height: 60px;
  }
  .alerts .cont {
    padding-top: 60px;
  }
  .service .intrs .label ul li {
    width: 140px;
    padding: 0 20px;
    height: 120px;
  }
  .about .intrs .title {
    font-size: 24px;
  }
  .advantage .intrs .title h4 {
    font-size: 20px;
  }
  .advantage .intrs .title h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .advantage .intrs .title p {
    font-size: 20px;
  }
  .join .title {
    top: 20px;
  }
  .join .title h3 {
    font-size: 20px;
  }
  .join .title h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .reason .title h3,
  .contact .wid .title h3 {
    font-size: 20px;
  }
  .reason .title h5,
  .contact .wid .title h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .head-pt {
    padding-top: 60px;
  }
  .abouts .inform {
    padding: 0;
    padding-top: 20px;
  }
  .abouts {
    padding: 0 15px;
  }
  .abouts .inform .intrs .logo img {
    width: 140px;
  }
  .abouts .inform .intrs .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .abouts .inform .intrs .title h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .abouts .inform .intrs .title p img {
    width: 36px;
  }
  .abouts .inform .intrs .text {
    padding-top: 20px;
  }
  .abouts .role .items .intr {
    padding: 20px;
  }
  .abouts .role .items .intr .cont .imgs {
    height: auto;
  }
  .abouts .function .title {
    display: initial;
  }
  .abouts .function .title span {
    width: 80%;
    font-size: 20px;
  }
  .abouts .function .title em {
    display: block;
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
  }
  .abouts .function .list {
    padding: 30px 0;
  }
  .abouts .function .list .item {
    margin-bottom: 20px;
  }
  .malls .conts .intrs .code .box {
    width: 140px;
    margin-right: 0px;
  }
  .malls .conts .intrs .code .box:nth-child(2) {
    float: right;
  }
  .malls .conts .intrs .code .box .txts {
    font-size: 16px;
    line-height: 28px;
  }
  .about .intrs .title {
    line-height: 40px;
  }
  .about .intrs .labs {
    margin: 20px 0;
  }
  .usage .title h4 {
    font-size: 24px;
    line-height: 48px;
  }
  .usage .conts .item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .usage .conts .item .imgs {
    padding: 10px 0;
  }
  .usage .conts .item .imgs img {
    max-width: 100%;
  }
  .usage .conts .item {
    height: auto;
  }
  .direction .list ul li.swiper-slide-active .intr {
    display: none;
  }
  .direction .list ul li {
    width: 80%;
    margin: 0 5px;
  }
  .direction .list {
    padding: 30px 0;
  }
  .direction .title h5,
  .values .title h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .direction .title h4,
  .values .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .direction .title p,
  .values .title p {
    font-size: 16px;
  }
  .values .list .item .ico {
    height: 60px;
  }
  .values .list .item .ico img {
    height: 32px;
  }
  .values .list .item .text h5 {
    font-size: 20px;
  }
  .values .list .item:after {
    display: none;
  }
  .values .list {
    padding: 30px 0;
  }
  .partner .inform .list .item {
    margin: 20px 0;
  }
  .partner .inform .list {
    float: left;
  }
  .partner .inform .list .item .labs {
    min-height: auto;
  }
  .partner .ask .conts .list ul li {
    width: calc(50% - 30px);
  }
  .partner .apply .wid .conts .form .item {
    margin: 10px 0;
  }
  .partner .apply .wid .conts .form .item label {
    font-size: 14px;
    width: 84px;
    line-height: 34px;
  }
  .partner .apply .wid .conts .form .item input {
    width: calc(100% - 104px);
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .partner .apply .wid .conts .form .item button {
    height: 50px;
    font-size: 16px;
  }
  .partner .apply .wid .conts {
    padding-top: 20px;
  }
  .partner .apply {
    padding: 20px 0;
  }
  .partner .inform .title p {
    padding: 0 20px;
  }
  .partner .process .list ul li .ico {
    height: 60px;
  }
  .partner .process .list ul li .ico img {
    width: 48px;
  }
  .partner .process .list ul li .txt {
    font-size: 16px;
    line-height: 26px;
  }
  .partner .process .list {
    padding-top: 20px;
  }
  .partner .ask .conts {
    margin-top: 20px;
  }
  .plan .intrs .conts .intrs .text h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .plan .intrs .conts .intrs .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .plan .inform .title h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .plan .inform .title p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
  .plan .inform .conts .item .txts {
    padding: 20px;
  }
  .plan .inform .conts .item .txts h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
  }
  .plan .inform .conts .item .txts p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    min-height: initial;
  }
  .page-banner .imgs {
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .page-banner .imgs img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
}
