﻿@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTi-Regular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/AlibabaPuHuiTi-Medium.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/AlibabaPuHuiTi-Bold.ttf);
}

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;
}

.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-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: 6.9rem;
  background: #ffffff url(../img/banner.jpg) no-repeat;
  background-size: 100%;
}

section * {
  box-sizing: border-box;
  font-family: "AlibabaPuHuiTiRegular";
}
.main section {
  padding-top: 0.3rem;
}
.main section .content {
  padding: 0 0.5rem;
}
.main section h2 {
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  text-align: center;
  color: #2d4394;
  font-size: 0.55rem;
  margin: 0;
  position: relative;
  padding-bottom: 0.3rem;
  line-height: 0.55rem;
  margin-bottom: 0.3rem;
}
.main section h2::before,
.main section h2::after {
  content: "";
  width: 2.3rem;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main section h2::before {
  width: 0.7rem;
  height: 3px;
  background-color: #f0a147;
  border-radius: 3px;
  bottom: -1px;
  z-index: 2;
}
.main section.section1 {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: 100%;
  padding-bottom: 0.2rem;
}
.main section.section1 p {
  font-size: 0.28rem;
  line-height: 0.55rem;
  color: #1f1f1f;
  margin-bottom: 0.3rem;
}
.main section.section1 img {
  width: 100%;
}
.main section.section2 {
  background: #e7f1ff;
  padding-bottom: 0.3rem;
}
.main section.section2 li {
  width: 100%;
  height: auto;
  background-color: #f0a147;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem 0.3rem 0.4rem;
  margin-bottom: 0.2rem;
}
.main section.section2 li:nth-child(2n + 1) {
  background-color: #233ea4;
}
.main section.section2 li .icon {
  width: 1rem;
  height: 1rem;
  border: solid 2px #ffffff;
  border-radius: 1rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.main section.section2 li p {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #ffffff;
}
.main section.section3 {
  padding-bottom: 0.3rem;
}
.main section.section3 ul {
  flex-wrap: wrap;
}
.main section.section3 li {
  width: 47%;
  background: #e7f1ff;
  padding: 0.15rem;
  border-radius: 0.15rem;
}
.main section.section3 li img {
  width: 100%;
  margin-bottom: 0.12rem;
}
.main section.section3 li:nth-child(1),
.main section.section3 li:nth-child(2) {
  margin-bottom: 30px;
}
.main section.section3 li p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #1f1f1f;
  text-align: center;
}
.main section.section4 {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.main section.section4 .content {
  padding: 0 0.8rem;
}
.main section.section4 .stxt {
  font-size: 0.28rem;
  line-height: 0.43rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.main section.section4 h2 {
  color: #ffffff;
}
.main section.section4 p {
  width: auto;
  height: 0.4rem;
  background-color: #f0a147;
  border-radius: 0.4rem;
  display: inline-block;
  font-family: "AlibabaPuHuiTiMedium";
  line-height: 0.4rem;
  padding: 0 0.1rem;
  margin-bottom: 0.15rem;
}
.main section.section4 img {
  width: 100%;
  margin-top: 0.2rem;
}
.main section.section5 {
  padding-bottom: 0.3rem;
  padding-top: .5rem;
}
.main section.section5 ul {
  flex-wrap: wrap;
}
.main section.section5 li {
  width: 3.8rem;
  height: 0.6rem;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  font-size: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  padding-top: 0.13rem;
  margin: 0 auto .1rem;
}
.main section.section6 {
  background-color: #e7f1ff;
  padding-bottom: 0.3rem;
}
.main section.section6 li {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: .3rem;
}
.main section.section6 li p span {
  font-family: "AlibabaPuHuiTiBold";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f0a147;
  border-radius: 0.28rem;
  margin-right: .15rem;
  color: #ffffff;
  flex-shrink: 0;
}
.main section.section6 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  color: #2f4597;
  margin-bottom: 13px;
}
.main section.section6 li p:nth-child(2) {
  align-items: first baseline;
}
.main section.section6 li p:nth-child(2) span {
  background-color: #233ea4;
}
.main section.section7 {
  background: url(../img/bg3.jpg) no-repeat;
  background-size: 100%;
  padding-bottom: 0.3rem;
}
.main section.section7 .content{
  padding: 0 .4rem;
}
.main section.section7 .view {
  font-size: 0.28rem;
  line-height: 0.55rem;
  color: #282828;
  position: relative;
  z-index: 2;
}
.main section.section7 .view img {
  width: 100%;
  flex-shrink: 0;
  margin-top: .15rem;
}
.main section.section7 .map {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #282828;
  align-items: last baseline;
  position: relative;
  z-index: 1;
}
.main section.section7 .map span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #233ea4;
}
.main section.section8 {
  background: url(../img/bg4.jpg) no-repeat;
  background-size: 100%;
  padding-bottom: 0.3rem;
}
.main section.section8 h2{
  color: #ffffff;
  line-height: .7rem;
}
.main section.section8 ul{
  flex-wrap: wrap;
}
.main section.section8 li {
  width: 48.5%;
  padding-bottom: .2rem;
  background-image: linear-gradient(0deg, #d3dbf0 0%, #ffffff 63%);
  margin-bottom: .15rem;
}
.main section.section8 li  img{
  width: 2.4rem;
  display: block;
  margin: 10px auto;
}
.main section.section8 li p:nth-child(2){
  font-size: 0.4rem;
	line-height: 0.4rem;
  font-family: "AlibabaPuHuiTiBold";
	color: #282828;
  text-align: center;
}
.main section.section8 li p:nth-child(3){
  font-size: 0.27rem;
  line-height: 0.45rem;
	color: #282828;
  padding: .15rem .15rem 0;
}
.main section.section8 li p:nth-child(3) span{
  font-family: "AlibabaPuHuiTiBold";
  	color: #c79862;
}
.main section.section8 li:last-child{
  width: 100%;
  padding-bottom: 0;
  background-image: linear-gradient(270deg, #d3dbf0 0%, #ffffff 63%);
  margin-bottom: 0;
  padding: .15rem 0;
}
.main section.section8 li:last-child p{
  text-align: left;
  padding: 0;
  padding-top: .15rem;
}
.main section.section8 li:last-child img{
  width: 2.2rem;
  margin: 0;
}
