body,
p {
  margin: 0;
}
body {
  background: var(--white);
  min-width: 980px;
}
* {
  box-sizing: border-box;
}
img,
a {
  display: block;
}
a,
a:hover,
a:link {
  text-decoration: none;
}
video {
  object-fit: fill !important;
  display: block;
  border: none;
}
input {
  outline: none;
}
.display {
  display: none !important;
}
.ma {
  margin: auto;
}
.main {
  width: 1170px;
}
:root {
  --white: #fff;
  --font: #909090;
  --text: #606060;
  --titleColor: #0B1E49;
  --activeColor: #AC9455;
  --color: #D6D2C4;
  --vi: #001e47;
}
.re {
  position: relative;
}
.text-center {
  text-align: center;
}
.overflow {
  overflow: hidden;
}
/* 自定义滚动条样式 */
::-webkit-scrollbar {
  width: 10px;
  /* 设置滚动条宽度 */
}
::-webkit-scrollbar-track {
  background: rgba(50, 50, 50, 0.2);
  /* 滚动条轨道颜色 */
}
/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  /* 设置滑块背景颜色 */
  border-radius: 4px;
  /* 设置滑块圆角 */
}
header {
  width: 100%;
  height: 90px;
  background-color: #001e47;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF14;
}
header .right {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav .item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 90px;
  color: #999;
  font-size: 16px;
}
header nav .firstItem {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
header nav .item::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header nav .active,
header nav .item:hover,
header nav .active .firstItem,
header nav .item:hover .firstItem {
  color: var(--color);
  font-weight: bold;
}
header nav .active::before {
  display: block;
}
header nav .second {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 12px 2px 12px;
  display: none;
  text-align: center;
  background-color: #001e47;
}
header nav .secondItem {
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid var(--color);
  margin-bottom: 10px;
  color: var(--color);
  font-weight: normal;
  opacity: 0.7;
}
header nav .secondItem:hover,
header nav .secondItem.active {
  opacity: 1;
}
header nav .item:hover .second {
  display: block;
}
header .lan {
  border: 1px solid #FFFFFF14;
  padding: 5px 10px;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  position: relative;
}
header .lan .list {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: var(--white);
  border: 1px solid #FFFFFF14;
  display: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
header .lan .item {
  white-space: nowrap;
  color: var(--text);
  padding: 10px;
}
header .lan .active,
header .lan .item:hover {
  color: var(--white);
  background-color: var(--titleColor);
}
header .lan:hover .list {
  display: block;
}
header .layui-icon {
  display: none;
  color: var(--color);
  font-size: 32px;
}
header.color {
  background-color: var(--white);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
header.color .lan {
  border-color: #999;
  color: #999;
}
header.color nav .item::before {
  background-color: var(--activeColor);
}
header.color nav .active,
header.color nav .item:hover,
header.color nav .active .firstItem,
header.color nav .item:hover .firstItem {
  color: var(--activeColor);
}
header.color nav .second {
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
header.color nav .secondItem {
  border: 1px solid var(--activeColor);
  color: var(--activeColor);
}
.mNav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.mNav .container {
  width: 70%;
  height: 100%;
  background-color: var(--white);
  padding: 20px;
}
.mNav .logo {
  font-size: 36px;
  font-weight: bold;
  color: var(--titleColor);
}
.mNav nav {
  margin-top: 40px;
}
.mNav nav .item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  color: var(--titleColor);
  font-size: 28px;
  font-weight: bold;
}
.mNav nav .firstItem {
  color: var(--titleColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mNav nav .firstItem a {
  color: var(--titleColor);
}
.mNav nav .second {
  padding-left: 30px;
}
.mNav nav .secondItem {
  padding-top: 20px;
  color: var(--titleColor);
}
.mNav .lan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 26px;
}
.mNav .lan a {
  padding: 0 20px;
  color: #333;
  border-right: 1px solid #000;
}
.mNav .lan a:last-child {
  border: none;
}
.mNav .lan .active {
  font-weight: bold;
}
.pt-model {
  padding-top: 120px;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .content .title {
  color: var(--color);
  font-size: 32px;
}
.banner .content .text {
  color: #CECECE;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  text-transform: uppercase;
}
.banner .headInfo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  display: flex;
  align-items: center;
}
.banner .headInfo img {
  width: 240px;
  margin-right: 100px;
}
.banner .headInfo .info_content {
  text-align: center;
  color: var(--color);
  font-size: 24px;
}
.banner .headInfo .position {
  margin: 30px 0;
}
.publicTitle {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.publicTitle .e {
  font-size: 20px;
  font-weight: normal;
  color: var(--font);
  text-transform: uppercase;
}
.publicTitle .c {
  font-size: 32px;
  letter-spacing: 5px;
  color: var(--titleColor);
}
#index-swiper .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: var(--white);
}
#index-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-news .main {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.index-news .item {
  width: calc((100% - 40px)/3);
  border: 1px solid #DEDEDE;
  padding: 45px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-news .title {
  text-align: center;
  color: var(--activeColor);
  line-height: 1;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news .line {
  width: 65px;
  height: 3px;
  background-color: var(--activeColor);
  margin: 45px auto;
}
.index-news .text {
  height: 200px;
  color: var(--font);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2.5;
}
.index-news .btn {
  margin-top: 75px;
  color: var(--activeColor);
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}
.index-news .btn div {
  margin-right: 5px;
}
.index-about .main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-about .item {
  width: 100%;
  margin-top: 75px;
}
.index-about .text {
  color: var(--text);
  font-size: 20px;
  line-height: 2;
}
.businessModel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.businessModel .item {
  width: calc((100% - 110px)/3);
  margin-right: 55px;
  margin-bottom: 55px;
  border: 1px solid var(--activeColor);
  padding: 40px 0;
  text-align: center;
  border-radius: 0 0 100px 0;
  color: var(--activeColor);
}
.businessModel .item:nth-of-type(3n) {
  margin-right: 0;
}
.businessModel .name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.businessModel .text {
  text-transform: uppercase;
  font-size: 12px;
}
.businessModel .item:hover {
  background-color: var(--activeColor);
  color: var(--white);
}
.teamModel {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
}
.teamModel .item {
  width: calc((100% - 48px)/4);
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid var(--color);
  padding: 28px 20px;
  border-radius: 8px;
}
.teamModel .item:nth-of-type(4n) {
  margin-right: 0;
}
.teamModel .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.teamModel .name {
  font-size: 18px;
  color: var(--activeColor);
  font-weight: bold;
  margin-bottom: 10px;
}
.teamModel .position {
  color: var(--font);
  font-size: 14px;
  font-weight: bold;
}
.teamModel .text {
  font-size: 14px;
  line-height: 2;
  height: 84px;
  color: var(--font);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.teamModel .more {
  color: var(--activeColor);
  font-size: 13px;
}
#index-team {
  margin-top: 75px;
  padding-bottom: 35px;
}
#index-team img {
  width: 100%;
}
.index-businessBtn {
  width: 245px;
  height: 60px;
  border: 2px solid var(--activeColor);
  color: var(--activeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin: 60px auto 110px;
}
.index-businessBtn img {
  margin-left: 10px;
}
footer {
  background-color: #151619;
  padding-top: 45px;
}
footer .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
footer .info {
  color: #868686;
  font-size: 16px;
}
footer .flex {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}
footer .flex img {
  margin-right: 5px;
}
footer .flex:last-child {
  margin-bottom: 0;
}
footer .link {
  display: flex;
  align-items: center;
}
footer .link a {
  color: var(--color);
}
footer .link .line {
  width: 1px;
  height: 10px;
  background-color: var(--color);
  margin: 0 25px;
}
footer .code {
  text-align: center;
  color: #868686;
  font-size: 16px;
}
footer .code img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
footer .copyright {
  border-top: 1px solid #252525;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868686;
  font-size: 14px;
}
footer .copyright a {
  color: #868686;
  margin-left: 30px;
}
.rightFixed {
  position: fixed;
  right: 30px;
  width: 60px;
  bottom: 10%;
  z-index: 999;
}
.rightFixed .item {
  width: 100%;
  height: 60px;
  border-radius: 11px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.rightFixed .item img {
  width: 100%;
  height: 100%;
}
.rightFixed .content {
  background-color: var(--white);
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: calc(100% + 12px);
  color: var(--text);
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightFixed .content img {
  width: 120px;
  height: 120px;
}
.rightFixed .item:hover .content {
  display: block;
}
#about-swiper {
  margin-top: 40px;
}
.about-induce .main {
  background-image: url(../img/about-induce.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.about-induce .title {
  font-size: 26px;
  color: #303030;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.about-induce .line {
  width: 100px;
  height: 4px;
  background-color: var(--activeColor);
  margin: 30px auto;
}
.about-induce .text {
  font-size: 16px;
  color: var(--text);
  line-height: 2;
}
.about-induce .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about-induce .flex img {
  width: calc((100% - 40px)/3);
}
.honor {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.honor .item {
  width: calc((100% - 100px)/3);
  margin-right: 50px;
}
.honor .item img {
  width: 100%;
}
.honor .item:nth-of-type(3n) {
  margin-right: 0;
}
.honor .text {
  font-size: 16px;
  color: #303030;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
}
.cooperation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.cooperation .item {
  width: calc((100% - 40px)/5);
  margin-right: 10px;
  margin-bottom: 30px;
}
.cooperation .item:nth-of-type(5n) {
  margin-right: 0;
}
.cooperation .img-div {
  height: 120px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation .text {
  text-align: center;
  font-size: 17px;
  color: var(--text);
  margin-top: 10px;
}
#location {
  width: 100%;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 35px;
}
#location .BMap_bubble_pop {
  width: 300px !important;
}
#location .BMap_bubble_title,
#location .BMap_bubble_content {
  width: 250px !important;
}
.business {
  margin: 100px auto 35px;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
}
.business .left {
  width: 370px;
  margin-right: 30px;
  border: 2px solid #001e47;
}
.business .left .item {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001e47;
  font-size: 16px;
  font-weight: bold;
}
.business .left .item:hover,
.business .left .active {
  background-color: #001e47;
  color: var(--white);
}
.business .right {
  flex: 1;
}
.business .container {
  border-top: 3px solid #001e47;
}
.business .switch {
  display: flex;
  align-items: center;
}
.business .switch .item {
  width: 50%;
  background-color: #f5f7fa;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #001e47;
  cursor: pointer;
}
.business .switch .active {
  background-color: var(--white);
}
.business .content_div {
  padding: 20px;
}
.team-induce .text {
  color: var(--text);
  font-size: 16px;
  line-height: 2;
  margin-top: 75px;
}
.td {
  padding-bottom: 20px;
}
.td .td_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td .td_head img {
  width: 100%;
}
.td .back {
  border: 2px solid #FFFFFF24;
  width: 220px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  user-select: none;
  cursor: pointer;
}
.td .container {
  margin-top: 60px;
}
.td .flex {
  display: flex;
  align-items: center;
}
.td .flex img {
  width: 220px;
  margin-right: 30px;
}
.td .flex .content {
  width: calc(100% - 250px);
}
.td .title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
.td .title .text {
  font-weight: normal;
  margin-left: 20px;
}
.td .text {
  font-size: 16px;
  line-height: 2;
  opacity: 0.7;
}
#four {
  margin-bottom: 15px;
}
.news {
  padding: 100px 0 20px;
}
.news .item {
  border: 1px solid #dedede;
  padding: 24px 30px;
  margin-bottom: 20px;
}
.news .container {
  display: flex;
  align-items: flex-start;
}
.news .date {
  color: var(--activeColor);
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
  margin-right: 50px;
}
.news .content {
  width: calc(100% - 200px);
}
.news .name {
  color: #303030;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .induce {
  color: var(--font);
  font-size: 14px;
  line-height: 2.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .toDetails {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.news .toDetails a {
  display: flex;
  align-items: center;
  color: var(--color);
  font-size: 18px;
}
.news .item:hover .name {
  color: var(--activeColor);
}
.news .fenye {
  text-align: right;
  user-select: none;
}
.nd {
  padding: 50px 0 1px;
}
.nd .title {
  font-size: 32px;
  color: #303030;
  text-align: center;
  line-height: 1.5;
}
.nd .info {
  border: 1px solid #ebebeb;
  padding: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text);
  margin: 30px 0;
}
.nd .info a {
  font-size: 14px;
  color: var(--activeColor);
}
.nd .fu {
  margin: 50px auto;
}
.nd .fu img {
  max-width: 100%;
}
.partner {
  padding: 0 0 120px;
}
.contact {
  padding: 0px 0 35px;
}
.contact .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0;
}
.contact .form .item {
  width: calc((100% - 36px)/2);
  text-align: left;
  margin-bottom: 30px;
}
.contact .form .items {
  width: 100%;
}
.contact .form .label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.contact .form .label .must {
  position: relative;
}
.contact .form .label .must::before {
  content: "*";
  font-size: 14px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}
.contact .form .layui-btn {
  width: 390px;
  height: 55px;
  background-color: var(--activeColor);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
}
.contact .flex #map {
  width: 60%;
  height: 453px;
}
.contact .flex #map .BMap_bubble_pop {
  width: 300px !important;
}
.contact .flex #map .BMap_bubble_title,
.contact .flex #map .BMap_bubble_content {
  width: 250px !important;
}
.contact .flex .info {
  width: 40%;
  padding: 20px;
}
.contact .flex .title {
  font-size: 24px;
  color: var(--titleColor);
  margin-bottom: 40px;
  text-align: center;
}
.contact .flex .flex-item {
  display: flex;
  font-size: 15px;
  color: var(--text);
  line-height: 2;
  width: 100%;
  margin-bottom: 15px;
}
.contact .flex .flex-item div:nth-of-type(1) {
  flex-shrink: 0;
}
.jv {
  padding: 75px 0 0;
}
.jv .title {
  text-align: center;
  margin: 50px 0 30px;
}
.jv .title .c {
  font-size: 24px;
  color: #303030;
  margin-bottom: 10px;
}
.jv .title .e {
  color: #C5C5C5;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.jv .text {
  font-size: 16px;
  color: var(--text);
  line-height: 2;
  margin-bottom: 30px;
}
.jv .companyImg {
  width: 80%;
  margin: auto;
}
.jv .btn {
  border: 1px solid #dadada;
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--text);
  margin: 50px auto 0;
}
.join {
  padding: 100px 0;
}
.join .treatment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join .treatment .item {
  width: 22%;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 30px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.join .treatment img {
  margin-bottom: 10px;
}
.join .container {
  margin-top: 100px;
}
.join .container .top {
  cursor: pointer;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.join .container .item {
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
}
.join .container .item:nth-of-type(1) {
  flex: 8;
}
.join .container .item:nth-of-type(2) {
  flex: 5;
}
.join .container .item:nth-of-type(3) {
  flex: 7;
}
.join .container .item:nth-of-type(4) {
  flex: 5;
}
.join .container .row_head {
  background-color: #f5f5f5;
}
.join .container .row_head .item {
  font-weight: bold;
}
.join .container .row_head .top {
  border-bottom: none;
  cursor: initial;
}
.join .container .content {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 0 16px 16px;
  display: none;
}
.join .container .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
.join .container .text {
  font-size: 14px;
  line-height: 1.5;
}
.join .container .row:hover {
  background-color: #f5f5f5;
}
.join .container .show {
  background-color: #f5f5f5;
}
.join .container .show .content {
  display: block;
}
.responsibility {
  padding: 35px 0 10px;
}
.responsibility .context {
  line-height: 2;
  font-size: 15px;
  color: var(--font);
}
.responsibility .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.responsibility .item {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.responsibility .item:nth-of-type(3n) {
  margin-right: 0;
}
.responsibility .date {
  color: var(--font);
  font-size: 15px;
  margin: 8px 0;
}
.responsibility .name {
  color: #303030;
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.responsibility .induce {
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.responsibility .item:hover .name {
  color: var(--titleColor);
  text-decoration: underline;
}
.responsibility #fenye {
  text-align: right;
}
@media screen and (max-width: 1201px){
    header{
        padding: 0 5px;
    }
    header nav .item{
        margin-right: 15px;
        font-size: 14px;
    }
    .main{
        width:98%;
        margin: auto;
    }
}

/*分页样式*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*@media screen and (max-width: 1024px) {*/
/*  .main {*/
/*    width: 94%;*/
/*  }*/
/*  header .right {*/
/*    display: none;*/
/*  }*/
/*  header .layui-icon {*/
/*    display: block;*/
/*  }*/
/*  .pt-model {*/
/*    padding-top: 60px;*/
/*  }*/
/*  .cooperation .item {*/
/*    width: calc((100% - 30px)/4);*/
/*  }*/
/*  .cooperation .item:nth-of-type(5n) {*/
/*    margin-right: 10px;*/
/*  }*/
/*  .cooperation .item:nth-of-type(4n) {*/
/*    margin-right: 0px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*  .index-news .main {*/
/*    margin-top: 60px;*/
/*  }*/
/*  .index-news .item {*/
/*    padding: 30px 15px;*/
/*  }*/
/*  .index-news .line {*/
/*    margin: 25px auto;*/
/*  }*/
/*  .index-news .btn {*/
/*    margin-top: 35px;*/
/*  }*/
/*  #index-team {*/
/*    margin-top: 60px;*/
/*  }*/
/*  .index-about .main {*/
/*    margin-top: 60px;*/
/*    flex-direction: column;*/
/*  }*/
/*  .index-about .item {*/
/*    width: 100%;*/
/*  }*/
/*  .index-about .text {*/
/*    margin: 25px 0;*/
/*  }*/
/*  .businessModel .item {*/
/*    width: calc((100% - 55px)/2);*/
/*  }*/
/*  .businessModel .item:nth-of-type(3n) {*/
/*    margin-right: 55px;*/
/*  }*/
/*  .businessModel .item:nth-of-type(2n) {*/
/*    margin-right: 0;*/
/*  }*/
/*  .teamModel {*/
/*    margin-top: 60px;*/
/*  }*/
/*  .mNav .logo {*/
/*    font-size: 28px;*/
/*  }*/
/*  .mNav nav .item {*/
/*    font-size: 24px;*/
/*  }*/
/*  .mNav .lan {*/
/*    font-size: 22px;*/
/*  }*/
/*  .banner {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*    height: 35vh;*/
/*  }*/
/*  .banner .banner-img {*/
/*    width: auto;*/
/*    height: 100%;*/
/*  }*/
/*  .banner.swiper {*/
/*    height: auto;*/
/*  }*/
/*  .cooperation .item {*/
/*    width: calc((100% - 20px)/3);*/
/*  }*/
/*  .cooperation .item:nth-of-type(4n) {*/
/*    margin-right: 10px;*/
/*  }*/
/*  .cooperation .item:nth-of-type(3n) {*/
/*    margin-right: 0px;*/
/*  }*/
/*  .news .item {*/
/*    padding: 15px 20px;*/
/*  }*/
/*  .news .container {*/
/*    flex-direction: column;*/
/*  }*/
/*  .news .content {*/
/*    width: 100%;*/
/*    margin-top: 10px;*/
/*  }*/
/*  .contact .form {*/
/*    margin: 60px 0;*/
/*  }*/
/*  .contact .flex {*/
/*    flex-direction: column;*/
/*  }*/
/*  .contact .flex #map {*/
/*    width: 100%;*/
/*    order: 1;*/
/*  }*/
/*  .contact .flex .info {*/
/*    width: 100%;*/
/*  }*/
/*  .partner {*/
/*    padding-bottom: 60px;*/
/*  }*/
/*  .business {*/
/*    flex-direction: column;*/
/*    margin-top: 30px;*/
/*  }*/
/*  .business .left,*/
/*  .business .right {*/
/*    width: 100%;*/
/*  }*/
/*  .business .left {*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    overflow-x: auto;*/
/*    margin-bottom: 35px;*/
/*  }*/
/*  .business .left .item {*/
/*    flex-shrink: 0;*/
/*    height: auto;*/
/*    padding: 5px 12px;*/
/*    margin-right: 12px;*/
/*  }*/
/*  .business .left .active {*/
/*    border-radius: 12px;*/
/*  }*/
/*  .banner .headInfo img {*/
/*    margin-right: 50px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 500px) {*/
/*  .rightFixed {*/
/*    display: none;*/
/*  }*/
/*  #index-team {*/
/*    margin-top: 35px;*/
/*  }*/
/*  header {*/
/*    padding: 0 15px;*/
/*    height: 60px;*/
/*  }*/
/*  header .logo img {*/
/*    width: 85%;*/
/*  }*/
/*  header .layui-icon {*/
/*    font-size: 28px;*/
/*  }*/
/*  .responsibility .item {*/
/*    width: calc((100% - 20px)/2);*/
/*    margin-right: 20px;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .responsibility .item:nth-of-type(3n) {*/
/*    margin-right: 20px;*/
/*  }*/
/*  .responsibility .item:nth-of-type(2n) {*/
/*    margin-right: 0px;*/
/*  }*/
/*  .mNav .container {*/
/*    width: 80%;*/
/*    padding: 12px;*/
/*  }*/
/*  .mNav .logo {*/
/*    font-size: 18px;*/
/*  }*/
/*  .mNav nav {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .mNav nav .item {*/
/*    font-size: 16px;*/
/*    padding: 12px 0;*/
/*  }*/
/*  .mNav nav .secondItem {*/
/*    padding-top: 12px;*/
/*  }*/
/*  .mNav .lan {*/
/*    font-size: 16px;*/
/*  }*/
/*  .pt-model {*/
/*    padding-top: 35px;*/
/*  }*/
/*  .publicTitle .c {*/
/*    font-size: 24px;*/
/*  }*/
/*  .publicTitle .e {*/
/*    font-size: 18px;*/
/*  }*/
/*  .index-news .main {*/
/*    margin-top: 35px;*/
/*    flex-direction: column;*/
/*  }*/
/*  .index-news .item {*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*    padding: 15px;*/
/*  }*/
/*  .index-news .title {*/
/*    font-size: 20px;*/
/*    line-height: 1.5;*/
/*  }*/
/*  .index-news .line {*/
/*    margin: 15px auto;*/
/*  }*/
/*  .index-news .btn {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .index-about .main {*/
/*    margin-top: 35px;*/
/*  }*/
/*  .index-about .text {*/
/*    font-size: 16px;*/
/*  }*/
/*  .teamModel {*/
/*    margin-top: 35px;*/
/*  }*/
/*  .teamModel .item {*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .index-businessBtn {*/
/*    margin: 35px auto;*/
/*    width: 60%;*/
/*    border-width: 1px;*/
/*    height: auto;*/
/*    padding: 12px 0;*/
/*    font-size: 16px;*/
/*  }*/
/*  footer {*/
/*    padding-top: 35px;*/
/*  }*/
/*  footer .main {*/
/*    padding-bottom: 20px;*/
/*  }*/
/*  footer .code {*/
/*    display: none;*/
/*  }*/
/*  footer .flex {*/
/*    margin-bottom: 15px;*/
/*    line-height: 1.5;*/
/*  }*/
/*  footer .copyright {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    padding: 15px;*/
/*  }*/
/*  .about-induce .title {*/
/*    font-size: 22px;*/
/*  }*/
/*  .honor {*/
/*    margin-top: 35px;*/
/*  }*/
/*  .honor .item {*/
/*    width: calc((100% - 20px) / 2);*/
/*    margin-right: 20px;*/
/*  }*/
/*  .honor .item:nth-of-type(3n) {*/
/*    margin-right: 20px;*/
/*  }*/
/*  .honor .item:nth-of-type(2n) {*/
/*    margin-right: 0;*/
/*  }*/
/*  .cooperation {*/
/*    margin-top: 35px;*/
/*  }*/
/*  .cooperation .item {*/
/*    width: calc((100% - 10px) / 2);*/
/*    margin-right: 10px;*/
/*  }*/
/*  .cooperation .item img {*/
/*    width: 80%;*/
/*    margin: auto;*/
/*  }*/
/*  .cooperation .item:nth-of-type(3n) {*/
/*    margin-right: 10px;*/
/*  }*/
/*  .cooperation .item:nth-of-type(2n) {*/
/*    margin-right: 0;*/
/*  }*/
/*  #location {*/
/*    margin-top: 35px;*/
/*    height: 300px;*/
/*  }*/
/*  .banner .content {*/
/*    width: 100%;*/
/*  }*/
/*  .banner .content .title {*/
/*    font-size: 24px;*/
/*  }*/
/*  .businessModel .item {*/
/*    width: 100%;*/
/*    margin-right: 0 !important;*/
/*  }*/
/*  .news {*/
/*    padding: 35px 0;*/
/*  }*/
/*  .news .date {*/
/*    font-size: 15px;*/
/*  }*/
/*  .news .name {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*  }*/
/*  .partner {*/
/*    padding-bottom: 35px;*/
/*  }*/
/*  .join {*/
/*    padding: 35px 0;*/
/*  }*/
/*  .join .treatment {*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .join .treatment .item {*/
/*    width: 48%;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .join .container {*/
/*    margin-top: 35px;*/
/*  }*/
/*  .join .container .item:nth-of-type(2),*/
/*  .join .container .item:nth-of-type(3) {*/
/*    display: none;*/
/*  }*/
/*  .join .container .item:nth-of-type(4) {*/
/*    flex: 3;*/
/*  }*/
/*  .td .banner {*/
/*    padding-top: 40px;*/
/*    height: 230px;*/
/*    background-color: #0B1E49;*/
/*  }*/
/*}*/
