﻿@charset "utf-8";

/* CSS Document */

body,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
th,
td,
img,
select,
input,
div,
section {
  font-weight: normal;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

input,
textarea,
select {
  -webkit-appearance: none;
  outline: none;
  padding: 0;
}

html {
  font-size: 100px;
  font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

body {
  color: #000;
  font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
  max-width: 750px;
  min-width: 320px;
  font-size: 0.3rem;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0 none;
}

.blockImg {
  display: block;
  margin: 0 auto;
}

em {
  font-style: normal;
}

ul {
  list-style: outside none none;
}

/*去除input[type=number]最右边的spinners*/
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* header */

.top {
  width: 7.5rem;
  font-size: 0;
  height: 0.88rem;
  line-height: 0.5rem;
  background: #125499;
}

.top img {
  width: 2.5rem;
  height: 0.88rem;
  float: left;
}

.top .sosuo {
  width: 4.1rem;
  height: 0.88rem;
  float: left;
}

.top .search {
  width: 3.5rem;
  height: 0.54rem;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0.16rem 0 0 0.2rem;
  padding-left: 0.1rem;
}

.top .anniu img {
  width: 0.88rem;
  height: 0.88rem;
  float: right;
}

.sosuo .search-btn img {
  width: 0.35rem;
  height: 0.35rem;
}

.sosuo .search-btn {
  float: left;
  margin-left: -0.5rem;
  margin-top: 0.26rem;
}

/*bottom*/

.bottom {
  height: 1.3rem;
  background: #353535;
  width: 7.5rem;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
  z-index: 99999999999999;
}

.bottom a:hover {
  background: #165fac;
}

.bottom .link {
  width: 1.5rem;
  height: 1.3rem;
  border-left: 1px solid #434343;
  background: #353535;
  float: left;
  box-sizing: border-box;
}

.bottom .link img {
  width: 0.55rem;
  height: 0.55rem;
  display: block;
  margin: 0 auto;
  padding-top: 0.25rem;
}

.bottom .link span {
  font-size: 0.24rem;
  color: #fff;
  display: block;
  text-align: center;
}

.weixin {
  height: 3.65rem;
  font-size: 0.26rem;
  padding: 0.2rem 0 0 0.4rem;
  background: #fff;
  margin: 0.2rem 0 0.28rem 0;
}

.weixin img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  border: solid #ccc 1px;
}

.footerlinks {
  font-size: 0.26rem;
  color: #777;
  text-align: center;
  width: 100%;
  height: 1.5rem;
  background: #f1f1f1;
  margin-bottom: 1.3rem;
  padding-top: 0.4rem;
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/Alibaba-PuHuiTi-Bold_0.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;
}

.main {
  padding-top: 8.1rem;
  background: #ffffff url(../img/banner.png) no-repeat;
  background-size: 100%;
}

section * {
  box-sizing: border-box;
  font-family: "AlibabaPuHuiTiRegular";
}

.section1 {
  width: 100%;
  padding-top: 0.6rem;
}

section h2 {
  font-weight: normal;
  text-align: center;
  margin: 0;
}

section h2 span {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.55rem;
  color: #364f9a;
  position: relative;
}

section > p {
  margin-bottom: 0.4rem;
  margin: 0 auto 0.4rem;
  display: block;
  text-align: center;
}

section > p img {
  width: 2.5rem;
}

section > div {
  width: 90%;
  margin: 0 auto;
}

.highlight {
  background: url(../img/Malaysia.png) no-repeat;
  background-position: center -0.4rem;
  background-size: 70%;
  padding-top: 0.9rem;
}

.highlight > div {
  width: 6.7rem;
  margin: 0 auto;
}

.highlight div p {
  font-size: 0.28rem;
  line-height: 0.55rem;
  color: #000000;
  margin-bottom: 0.2rem;
}

.highlight div img {
  width: 100%;
}

.section1 {
  background: url(../img/section1_bg.png) no-repeat;
  background-size: 100%;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.section1 ul {
  flex-wrap: wrap;
}
.section1 li {
  width: 50%;
  margin-bottom: 0.5rem;
}
.section1 li .icon {
  height: 0.7rem;
}
.section1 li img {
  height: 100%;
}
.section1 li:nth-child(5),
.section1 li:nth-child(6) {
  margin-bottom: 0;
}
.section1 p {
  line-height: 0.45rem;
  font-size: 0.28rem;
}
.section2 {
  padding-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.section2 .content p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.35rem;
  line-height: 0.35rem;
  color: #364f9a;
  margin-bottom: 0.3rem;
}
.section2 .table {
  margin-bottom: 0.3rem;
}

.section2 table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

.section2 table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
}

.section2 thead {
  height: 0.55rem;
}
.section2 th {
  width: 20%;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.25rem;
  color: #ffffff;
  font-weight: normal;
  border-right: dashed 0.01rem #4f4f4f;
  background-color: #364f9a;
}
.section2 th:last-child {
  border-right: none;
}
.section2 th:nth-child(1) {
  border-right: none;
}
.section2 td {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #252525;
  background-color: #ecf5ff;
  border-right: dashed 0.01rem #cdcdcd;
  border-bottom: dashed 0.01rem #cdcdcd;
  padding: 0.05rem 0;
}

.section2 td.td1 {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.25rem;
  color: #ffffff;
  background-color: #364f9a;
  border-bottom: none;
  border-right: none;
  line-height: 0.34rem;
}
.section2 td:last-child {
  border-right: none;
}
.section2 tr:last-child td {
  border-bottom: none;
}
.section2 .table p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.2rem;
  color: #616161;
  line-height: 0.6rem;
}
.section2 .content2 {
  background: #ecf5ff;
}
.section2 .content2 img {
  width: 2.5rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.section2 .content2 p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.35rem;
  line-height: 0.35rem;
  color: #364f9a;
  margin-bottom: 0.2rem;
}
.section2 .content2 li {
  color: #252525;
  font-size: 0.27rem;
  line-height: 0.44rem;
}
.section2 .content2 li::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  border: 0.01rem solid #364f9a;
  margin-right: 0.1rem;
}
.section3 {
  background-color: #f6f9ff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.section3 li {
  background: url(../img/img2.png) no-repeat;
  background-size: 100%;
  height: 0.8rem;
  padding-bottom: 0.24rem;
}
.section3 ul {
  width: 70%;
  margin: 0 auto;
}
.section3 li {
  text-align: center;
  width: 100%;
}
.section3 li:last-child {
  background-image: url(../img/img9.png);
}
.section3 li p {
  font-size: 0.27rem;
}
.section4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: linear-gradient(to bottom, #ffffff, #f6faff);
}

.section4 > div p {
  margin-bottom: 0.3rem;
  line-height: 0.5rem;
  color: #252525;
}

.section4 > div img {
  width: 100%;
}

.section4 .content {
  margin-top: 0.5rem;
}
.section4 .t {
  width: 2.2rem;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffffff;
  background: url(../img/titleIcon2.png) no-repeat;
  background-size: auto 100%;
  padding-left: 0.1rem;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
}

.section4 .content1 img {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: #ffffff;
}
.section4 .content1 ul {
  margin-bottom: 0.3rem;
}
.section4 .content1 li {
  color: #252525;
  font-size: 0.27rem;
  padding-left: 0.1rem;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.section4 .content1 li::before {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 0.1rem;
  background: #364f9a;
  margin-right: 0.2rem;
  position: relative;
  top: 0.15rem;
}
.section4 .content2 .t {
  background-image: url(../img/titleIcon3.png);
}
.section4 .content2 li {
  margin-bottom: 0.2rem;
}
.section4 .content2 li img {
  flex-shrink: 0;
  width: 2.3rem;
  margin-right: 0.2rem;
}
.section4 .content2 li p {
  font-size: 0.27rem;
}
.section4 .content2 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  color: #364f9a;
  margin-bottom: 0.1rem;
  line-height: 0.3rem;
}
.section4 .content2 li p:nth-child(2) {
  line-height: 0.37rem;
  margin-bottom: 0;
}
