﻿@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: 5.6rem;
  background: #ffffff url(../img/banner.png) no-repeat;
  background-size: 100%;
}

section * {
  box-sizing: border-box;
  font-family: "AlibabaPuHuiTiRegular";
}

section {
  padding-top: 0.5rem;
}
section h2 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.45rem;
  color: #364f9a;
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
}

section h2 span {
  font-family: "AlibabaPuHuiTiMedium";
  position: relative;
  color: #e48426;
}

section > p {
  margin: 0 auto 0.4rem;
  text-align: center;
  color: #3d3d3d;
  font-size: .28rem;
}

section > p img {
  width: 2.5rem;
}

section > div {
  width: 90%;
  margin: 0 auto;
}

.highlight {
  background: url(../img/section1_bg.png) no-repeat;
  background-size: 100%;
  padding-bottom: 0.5rem;
}

.highlight > div {
  width: 6.7rem;
  margin: 0 auto;
}

.highlight div p {
  font-size: 0.3rem;
  line-height: 0.55rem;
  color: #000000;
  margin-bottom: 0.2rem;
}

.highlight div img {
  width: 100%;
}

.section1 {
  position: relative;
  z-index: 1;
}
.section1::after {
  content: "";
  width: 100%;
  height: 8.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #edeef1;
  z-index: -1;
}
.section1 ul {
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.section1 li {
  width: 49%;
  margin-bottom: 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
  height: 1.4rem;
  flex-direction: column;
  justify-content: center;
}
.section1 li:nth-child(5),
.section1 li:nth-child(6) {
  margin-bottom: 0;
}
.section1 p {
  line-height: 0.45rem;
  font-size: 0.28rem;
  text-align: center;
}
.section1 {
  padding-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.section1 p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.35rem;
  line-height: 0.35rem;
  color: #000000;
  margin-bottom: 0.1rem;
}
.section1 p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.26rem;
  line-height: 0.32rem;
  color: #3d3d3d;
  margin-bottom: 0;
}
.section1 img {
  width: 100%;
}
.section3 {
  background: url(../img/section3_bg.png) no-repeat;
  background-size: 100%;
  padding-bottom: 1rem;
}
.section3 .left,
.section3 .right {
  background: #ffffff;
  padding: .4rem 0.3rem .3rem;
  border-radius: .1rem;
}
.section3 .left{
  margin-bottom: .2rem;
}
.section3 p {
  font-size: 0.3rem;
  color: #3d3d3d;
  margin-bottom: .23rem;
}
.section3 p.t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.33rem;
  color: #364f9a;
  margin-bottom: 0.24rem;
  line-height: 0.33rem;
}
.section3 p b {
  font-weight: normal;
  font-family: "AlibabaPuHuiTiMedium";
  color: #000000;
  line-height: 0.3rem;
  display: block;
  margin-bottom: .1rem;
}
.section3 ul{
  padding-left: .6rem;
  margin-bottom: .3rem;
}
.section3 li{
  list-style: square;
  color: #3d3d3d;
  line-height: .45rem;
}
.section4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.section4 h2{
  margin-bottom: .1rem;
}
.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;
}
.section5{
  background: #edeef1;
  padding-bottom: .5rem;
}

.section5 li {
  background: url(../img/icon1.png) no-repeat;
  background-size: 100%;
  height: 0.8rem;
  padding-bottom: 0.24rem;
  margin-bottom: .05rem;
  color: #3d3d3d;
  font-size: .28rem;
}
.section5 ul {
  width: 70%;
  margin: 0 auto;
}
.section5 li:last-child {
  background-image: url(../img/icon2.png);
  margin-bottom: 0;
}
.section6{
  padding-bottom: .5rem;
}
.section6 .content{
  background: #f2f2f2;
  padding: .3rem;
  border-radius: .1rem;
}
.section6 li{
  margin-bottom: .6rem;
}
.section6 li:last-child{
  margin-bottom: 0;
}
.section6  p{
  align-items: flex-start;
  font-size: .3rem;
}
.section6  p span{
  color: #ffffff;
  width: .33rem;
  height: .33rem;
  border-radius: .33rem;
  background-color: #364f9a;
  font-size: .22rem;
  flex-shrink: 0;
  margin-right: .1rem;

}
.section6  .q{
  font-family: "AlibabaPuHuiTiBold";
  color: #364f9a;
  line-height: .33rem;
  margin-bottom: .2rem;
}

.section6  .a{
  color: #3d3d3d;
}
.section6  .a span{
  background: #e38223;
}