* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #e8ebf4;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

@font-face {
  font-family: 'AlibabaPuHuiTiHeavy';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Heavy.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(https://www.igo.cn/public/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Medium.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiLight';
  src: url(https://www.igo.cn/public/font/AlibabaPuHuiTi-Light.ttf);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.banner {
  width: 100%;
  height: 500px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
.banner .content{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.banner .content>div{
  position: absolute;
  left: 67px;
  bottom: 46px;
  width: 200px;
  height: 80px;
  cursor: pointer;
}
article {
  min-width: 1200px;
  padding-top: 80px;
}

article .content {
  width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
}

#main .section {
  margin-bottom: 80px;
}

#main .section .title {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 40px;
  line-height: 40px;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

#main .section .title img:first-child {
  position: relative;
  left: 8px;
  z-index: -1;
}

#main .section .title img:last-child {
  margin-left: 8px;
}

#main .section .ztbtnbox {
  margin-top: 40px;
}

#main .section .ztbtnbox>div {
  width: 200px;
  height: 55px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%);
  border-radius: 27px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  transition: all .3s;
}
#main .section .ztbtnbox>div:hover{
  background-image: linear-gradient(0deg,
  #ffd200 0%,
  #fdda00 100%);
  transition: all .3s;
}

#main .section .ztbtnbox>div:nth-child(2) {
  margin-left: 50px;
}

#main .section1 .content {
  padding: 5px;
}

#main .section1 .content p {
  font-family: 'AlibabaPuHuiTiLight';
  padding-left: 44px;
  padding-right: 44px;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

#main .section2 {
  background: url(../img/advantage_bg.png) no-repeat;
  background-position: bottom center;
}

#main .section2 .content {
  height: 505px;
  background: none;
  box-shadow: none;
}

#main .section2 li {
  width: 260px;
  height: 320px;
  background: url(../img/advantage1.png) no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

#main .section2 li:nth-child(2) {
  background-image: url(../img/advantage2.png);
}

#main .section2 li:nth-child(3) {
  background-image: url(../img/advantage3.png);
}

#main .section2 li:nth-child(4) {
  background-image: url(../img/advantage4.png);
}

#main .section2 li .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 270px;
  left: 0;
  transition: all .3s;
}

#main .section2 li p:nth-child(1) {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  height: 50px;
  background: rgba(0, 0, 0, .7);

}

#main .section2 li p:nth-child(2) {
  background: rgb(55, 37, 133, .8);
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding: 14px 20px 0;
  height: calc(100% - 50px);

}

#main .section2 li:hover .txt {
  top: 0;
  transition: all .3s;
}

#main .section2 li:hover p:nth-child(1) {
  background: rgb(55, 37, 133, .8);
  position: relative;
}

#main .section2 li:hover p:nth-child(1)::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#main .section3 .content {
  background: none;
  box-shadow: none;
  flex-wrap: wrap;
}
#main .section3 a{
  width: 340px;
  height: 180px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
#main .section3 a:nth-child(1),
#main .section3 a:nth-child(2),
#main .section3 a:nth-child(3){
  margin-top: 0;
}
#main .section3 .front{
  width: 340px;
  height: 180px;
  background: url(../img/product/usa.png) no-repeat;
  background-size: 100%;
  box-shadow: 0 0 50px rgba(55, 37, 133,.1);
  padding: 30px;
}
#main .section3 .front.can{
  background-image: url(../img/product/can.png);
}
#main .section3 .front.aus{
  background-image: url(../img/product/aus.png);
}
#main .section3 .front.fra{
  background-image: url(../img/product/fra.png);
}
#main .section3 .front.irl{
  background-image: url(../img/product/irl.png);
}
#main .section3 .front.nzl{
  background-image: url(../img/product/nzl.png);
}
#main .section3 .front.gbr{
  background-image: url(../img/product/gbr.png);
}
#main .section3 .front.hkg{
  background-image: url(../img/product/hkg.png);
}
#main .section3 .front.we{
  background-image: url(../img/product/we.png);
}
#main .section3 .front.sgp{
  background-image: url(../img/product/sgp.png);
}
#main .section3 .front .t{
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
#main .section3 .front .t span{
  font-size: 14px;
}
#main .section3 .front p{
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}
#main .section3 .front p span{
  display: block;
  font-size: 16px;
}
#main .section3 .txt{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 300px;
  background: #000000;
  color: #ffffff;
  padding: 0px 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .4s;
}
#main .section3 a:hover .txt{
  transition: all .4s;
  top: 0;
}
#main .section3 .txt p{
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
#main .section3 .txt p::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #ffffff;
  position: absolute;
  left: 15px;
  top: 8px;
}
#main .section3 .txt p:last-child{
  margin-bottom: 0;
}
#main .section4 {
  background: url(../img/service_bg.png) no-repeat;
  background-position: bottom center;
}

#main .section4 .content {
  height: 500px;
  background: none;
  box-shadow: none;
  padding-left: 50px;
  padding-top: 49px;
}

#main .section4 .list {
  align-items: stretch;
}

#main .section4 .list>div {
  width: 128px;
  margin-right: 18px;
  position: relative;
}

#main .section4 .list>div:nth-child(2n+1):before {
  content: "";
  height: 110px;
  display: block;
}

#main .section4 .list>div:nth-child(2n)::after {
  content: "";
  height: 110px;
  display: block;
}

#main .section4 .list span {
  width: 128px;
  height: 46px;
  background: url(../img/service_icon1.png) no-repeat;
  background-size: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin: 30px 0;
  position: relative;
}

#main .section4 .list>div span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #372585;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#main .section4 .list>div:nth-child(2n+1) span::after {
  bottom: -25px;
}

#main .section4 .list>div:nth-child(2n) span::after {
  top: -25px;
}

#main .section4 .list>div:nth-child(2n) span {
  background-image: url(../img/service_icon2.png);
  color: #000000;
}

#main .section4 .list>div:last-child span {
  width: 160px;
  background-color: #372585;
  border-radius: 23px;
}

#main .section4 .list p {
  width: 220px;
  height: 110px;
  background-color: #e8ebf4;
  border-radius: 6px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  padding: 12px;
}

#main .section4 .ztbtnbox>div:nth-child(2) {
  margin-left: 50px;
}

#main .section5 .title i {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  top: 7px;
}

#main .section5 .tabbox{
  width: 1080px;
  margin: 0 auto;
}
#main .section5 .tabbox>div{
  width: 50%;
  height: 80px;
  background-color: #372585;
  font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 80px;
    text-align: center;

  }
#main .section5 .tabbox>div span{
  font-size: 15px;
  font-weight: normal;
}

#main .section5 .tabbox>div.active{
  background-color: #dcbd73;
  color: #1a1a1a;
}
#main .section5 .content {
  padding-bottom: 40px;
}
#main .section5 .tcontent{
  display: none;
}
#main .section5 .tcontent.active{
  display: block;
}
#main .section5 ul {
  padding: 40px 80px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}

#main .section5 li {
  width: 120px;
  margin-right: 40px;
}

#main .section5 li:nth-child(1),
#main .section5 li:nth-child(2),
#main .section5 li:nth-child(3),
#main .section5 li:nth-child(4),
#main .section5 li:nth-child(5),
#main .section5 li:nth-child(6) {
  margin-bottom: 22px;
}

#main .section5 li:nth-child(6n) {
  margin-right: 0;
}

#main .section5 li img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

#main .section5 li p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 15px;
  color: #1a1a1a;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .section5 .tcontent2 li{
  width: 278px;
  margin-right: 40px;
}
#main .section5 .tcontent2 li:nth-child(3n){
  margin-right: 0;
}
#main .section5 .tcontent2 li img{
  width: 120px;
  display: block;
  margin: 0 auto 8px;
}
#main .section5 .ztbtnbox>div:nth-child(2) {
  margin-left: 50px;
}

#main .section6 .content {
  background: none;
  box-shadow: none;
}

#main .section6 li {
  width: 250px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(55, 37, 133, 0.1);
}

#main .section6 li .top {
  height: 140px;
  position: relative;
  background: url(../img/reason1.png) no-repeat;
  background-size: 100%;
}

#main .section6 li:nth-child(2) .top {
  background-image: url(../img/reason2.png);
}

#main .section6 li:nth-child(3) .top {
  background-image: url(../img/reason3.png);
}

#main .section6 li:nth-child(4) .top {
  background-image: url(../img/reason4.png);
}

#main .section6 li .top p {
  position: absolute;
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  line-height: 45px;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

#main .section6 li .txt {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding: 10px 16px 0;
}

#main .section7 {
  height: 402px;
  background: url(../img/tj.png) no-repeat;
  background-position: top center;
  padding-top: 50px;
  margin-bottom: 0;
}

#main .section7 .title {
  color: #ffffff;
}

#main .section7 .content {
  background: none;
  box-shadow: none;
  position: relative;
}

#main .section7 .swiper-slide {
  width: 260px;
  height: 160px;
}

#main .section7 .swiper-slide img {
  width: 100%;
}

#main .section7 .swiper-button-next,
#main .section7 .swiper-button-prev {
  background: none;
}

#main .section7 .swiper-button-next {
  right: -40px;
}

#main .section7 .swiper-button-prev {
  left: -40px;
}

#main .preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .8);
  display: none;
}

#main .preview>div {
  width: 100%;
  height: 100%;
}
#main .preview .img{
  width: 50%;
  height: 95%;
  overflow: hidden;
  overflow-y: scroll;
}
#main .preview .img::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

#main .preview .img::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
}

#main .preview .img::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ffffff;
}
#main .preview img {
  width: 100%;
}