body {
  color: rgba(0, 0, 0, 0.8);
  font-family: SourceHanSans-Normal;
  background: #fff;
  overflow-x: hidden;
}
@font-face {
  font-family: simhei;
  src: url(../font/simhei.ttf);
}
@font-face {
  font-family: SourceHanSans-Normal;
  src: url(http://www.aolg.cn/static/index/fonts/SourceHanSans-Normal.otf);
}
@font-face {
  font-family: SourceHanSans-Medium;
  src: url(http://www.aolg.cn/static/index/fonts/SourceHanSans-Medium.otf);
}
@font-face {
  font-family: SourceHanSans-Bold;
  src: url(http://www.aolg.cn/static/index/fonts/SourceHanSans-Bold.otf);
}
@font-face {
  font-family: DINAlternate-bold;
  src: url(http://www.aolg.cn/static/index/fonts/DINAlternate-bold.otf);
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #2b5db6;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  padding: 0 ;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: sticky;
  left: 0;
  font-size: 0.18rem;
  top: 0;
  padding: 0 0.95rem;

}
.header .logo {
  /* width: 1.86rem; */
  width: 2.86rem;
  margin-right: 0.9rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;

  line-height: 0.97rem;
}
.header .nav > li > a {
  display: block;
  padding: 0 0.2rem;
  position: relative;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #fff;
  background-color: #2b5db6;
}

.header.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.7rem;
  background: #fff;
  left: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 100%;
}
.header .nav > li:hover .dropmenu {
  display: block;
}
.header .nav .dropmenu {
  display: none;
  line-height: 0.7rem;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-left: 40%;
  background-color: #da662b;
}
.header .nav .dropmenu a {
  color: #fff;
  padding: 0 0.2rem;
}
.header .tel {
  color: #005a4e;
  background: url(../image/tel.png) left center no-repeat;
  background-size: 0.32rem;
  line-height: 0.32rem;
  font-weight: bold;
  padding-left: 0.45rem;
  margin-left: 0.15rem;
}
.header .tel span {
  color: #2b5db6;
  font-family: DIN;
  font-size: 0.24rem;
  font-weight: normal;
  padding-left: 0.1rem;
}
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}
.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  width: 50%;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ws-wap-menu ul li.on {
  background-color: #2b5db6;
}
.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
  background-color: #f8f8f8;
}
.ws-wap-menu ul li .sub-nav a {
  line-height: 0.5rem;
  font-size: 0.16rem;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding: 0.15rem 15px 0;
  width: 100%;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
  padding: 0.05rem 0.15rem;
}
.ws-wap-menu .search img {
  width: 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 0.4rem;
  background: none;
  display: block;
}

/**/
.homepage .header {
  position: fixed;
}
.homepage .banner img {
  width: 100%;
  /* height: 87.6vh; */
  height: 77.6vh;
}

.homepage .banner .swiper-pagination {
  bottom: 0.5rem;
  text-align: right;
  padding-right: 1.8rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  margin-right: 5px;
  width: 0.3rem;
  opacity: 0.6;
  border-radius: 0.05rem;
  height: 5px;
}
.homepage .banner .swiper-pagination-bullet-active {
  background: #2b5db6;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.homepage {
  font-size: 0.16rem;
}
.homepage .a ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .a ul li {
  width: 20%;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.homepage .a ul li a {
  height: 12.4vh;
  z-index: 1;
  justify-content: center;
}
.homepage .a ul li dd {
  font-size: 0.1rem;
  text-transform: uppercase;
}
.homepage .a ul li dt {
  color: #ea5507;
  transition: all 0.3s;
  font-size: 0.22rem;
}
.homepage .a ul li .flex img {
  margin-right: 0.1rem;
  width: 0.51rem;
}
.homepage .a ul li .pic {
  position: absolute;
  /* left: 0; */
  left: 20px;
  width: 1.12rem;
  /* width: 1.42rem; */
  bottom: 0;
  opacity: .3;
}

.homepage .a ul li:hover + li a::after,
.homepage .a ul li:hover a::after {
  opacity: 0;
}
.homepage .a ul li + li a::after {
  content: "";
  border-left: 1px solid #ddd;
  height: 0.5rem;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.homepage .a ul li .down {
  content: "";
  z-index: 3;
  position: absolute;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  transition: all 0.3s;
  top: 100%;
  background: url(../image/home_74.jpg) bottom right no-repeat #ed4d2b;
  background-size: auto 100%;
}
.homepage .a ul li:hover .down {
  top: 0;
}
.homepage .a ul li .down dl {
  padding-left: 0.3rem;
}
.homepage .a ul li .down dt {
  color: #fff;
  font-size: 0.28rem;
}

.title_common span {
  font-size: 0.36rem;
  color: #2b5db6;
  text-transform: uppercase;
  font-family: SourceHanSans-Medium;
}
.title_common h2 {
  font-size: 0.3rem;
  color: #0d0d0d;
}
.title_common h2::after {
  content: "";
  display: block;
  width: 0.42rem;
  border-radius: 0.04rem;
  margin-top: 0.1rem;
  height: 0.04rem;
  background: #bfbfbf;
}
.homepage .title_common h2::after {
  background: #2b5db6;
}
.homepage .b {
  background: url(../image/home_21.jpg) center no-repeat;
  background-size: cover;
    margin: 80px 0 0;
  display: flex;
  align-items: center;
}
.homepage .b .bd p {
  line-height: 0.32rem;
  max-width: 6.1rem;
  margin: 0.4rem 0 0.3rem;
}
.homepage .b .map {
  width: 48%;
}
.homepage .b ul {
  display: flex;
  justify-content: space-between;
  font-size: 0.19rem;
  margin-top: 0.2rem;
}
.homepage .b ul dd {
  font-size: 0.18rem;
  color: #2b5db6;
}
.homepage .b ul dd span {
  font-size: 0.28rem;
  font-weight: bold;
}
.homepage .more {
  display: flex;
  width: 1.1rem;
  height: 0.3rem;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
  color: #2b5db6;
  border: 2px solid #ccc;
}
.homepage .c {
  padding: 1rem 0;
}
.homepage .c .bd {
  display: flex;
  justify-content: space-between;
}
.homepage .c .bd .box {
  width: 48%;
}
.homepage .c .mySwiper {
  height: 3.45rem;
  margin-bottom: 0.2rem;
}
.homepage .c .mySwiper dd {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.05rem;
  display: none;
  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}
.homepage .c .mySwiper .data {
  color: #808080;
  background: url(../image/home_31.png) left center no-repeat;
  background-size: 0.18rem auto;
  padding-left: 0.25rem;
}
.homepage .c .mySwiper dt a {
  font-size: 0.22rem;
  background: url(../image/home_27.png) right center no-repeat;
  background-size: auto 100%;
  line-height: 0.37rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.homepage .c .mySwiper dl {
  flex: 1;
}
.homepage .c .mySwiper .swiper-slide {
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
  height: 25%;
}
.homepage .c .mySwiper .swiper-slide-thumb-active dt a {
  color: #ea5507;
}
.homepage .c .mySwiper .swiper-slide-thumb-active {
  height: 50%;
}
.homepage .c .mySwiper .swiper-slide-thumb-active dd {
  display: -webkit-box;
}
.homepage .c .mySwiper2 img {
  height: 5.23rem;
  width: 100%;
  /* object-fit: contain; */
}
.homepage .c .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
  bottom: 0.2rem;
}
.homepage .c .swiper-pagination-bullet {
  border-radius: 0.05rem;
  background: #fff;
  margin-right: 0.1rem;
  width: 0.42rem;
  opacity: 0.7;
}
.homepage .c .swiper-pagination-bullet-active {
  background: #ea5507;
}
.homepage .d {
  background: url(../image/home_35.jpg) center no-repeat;
  background-size: cover;
  padding-top: 0.7rem;
}
.title_common.center {
  text-align: center;
}
.title_common.center h2::after {
  margin: 0.1rem auto 0;
}
.homepage .d .bd {
  margin: 0.4rem auto;
  background: url(../image/home_38.jpg) left center no-repeat;
  background-size: 50% 100%;
}
.homepage .d .pic img {
  height: 4.6rem;
}
.homepage .d .bd .box {
  padding: 0.35rem;
}
.homepage .d .bd .box p {
  line-height: 0.36rem;
  height: 1.9rem;
  font-size: 0.18rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.homepage .d .bd .box dt {
  font-size: 0.1rem;
  text-transform: uppercase;
}
.homepage .d .bd .box dd {
  font-size: 0.26rem;
  color: #2b5db6;
}
.homepage .d .ft {
  width: 3rem;
  margin-right: 0.36rem;
}
.homepage .d .ft ul li {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  transition: all 0.3s;
  align-items: center;
  padding-left: 0.4rem;
  height: 0.7rem;
}
.homepage .d .ft ul li + li {
  margin-top: 0.08rem;
}
.homepage .d .ft ul li .pic {
  position: absolute;
  left: 0;
  height: 100%;
  top: 100%;
  transition: all 0.3s;
}
.homepage .d .ft ul li .flex img {
  margin-right: 0.1rem;
  width: 0.65rem;
}
.homepage .d .ft ul li dt {
  font-size: 0.1rem;
  text-transform: uppercase;
}
.homepage .d .ft ul li dd {
  font-size: 0.2rem;
  font-family: SourceHanSans-Medium;
}
.homepage .d .ft ul li:hover,
.homepage .d .ft ul li.on {
  color: #fff;
  background: url(../image/home_74.jpg) right center no-repeat #ed4d2b;
  background-size: auto 100%;
}
.homepage .d .ft ul li:hover .pic,
.homepage .d .ft ul li.on .pic {
  top: 0;
}
.homepage .d .ft ul li:hover .flex img,
.homepage .d .ft ul li.on .flex img {
  display: none;
}
.homepage .d .ft ul li:hover + li::after,
.homepage .d .ft ul li:hover::after,
.homepage .d .ft ul li.on + li::after,
.homepage .d .ft ul li.on::after {
  opacity: 0;
}
.homepage .d .ft ul li:hover dl,
.homepage .d .ft ul li.on dl {
  padding-left: 0.75rem;
}
.homepage .e {
  padding: 1rem 0;
}
.homepage .e .tabtitle {
  display: flex;
  margin-top: 0.3rem;
  /* justify-content: space-between; */
  justify-content: space-around;
  position: relative;
  text-align: center;
}
.homepage .e .tabtitle::before {
  content: "";
  border-bottom: 2px solid #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.homepage .e .tabtitle li {
  width: 1.95rem;
  height: 1.95rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: 0.21rem;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.homepage .e .tabtitle li::after {
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
}
.homepage .e .tabtitle li.on::after {
  border: 4px solid #2b5db6;
}
.homepage .e .tabtitle li.on {
  color: #2b5db6;
}
.homepage .e .tabtitle li img {
  width: 0.7rem;
  margin-bottom: 0.05rem;
}
.homepage .e .tabbox {
  margin-top: 0.8rem;
}
.homepage .e .tabbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.homepage .e .tabbox ul li {
  width: 20%;
  padding: 0.05rem;
}
.homepage .e .tabbox ul .pic {
  position: relative;
}
.homepage .e .tabbox ul p {
  position: absolute;
  line-height: 0.33rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
.homepage .e .tabbox {
  margin-top: 0.3rem;
}
.homepage .e .tabbox ul img {
  height: 1.86rem;
  width: 100%;
}
.homepage .e .tabbox ul .flex {
  height: 1.86rem;
  background: url(../image/home_74.jpg) right center no-repeat #ed4d2b;
  background-size: auto 100%;
  color: #fff;
  font-size: 0.21rem;
  justify-content: center;
}
.homepage .e .tabbox ul .flex span {
  display: block;
  background: url(../image/more.png) right center no-repeat;
  background-size: auto 0.47rem;
  padding-right: 0.55rem;
}
.footer {
  font-size: 0.16rem;
  background-color: #4c4b50;
}
.footer .bd,
.footer .bd a {
  color: #fff;
}
.footer .bd a:hover,
.footer .ft a:hover {
  color: #2b5db6;
}
.footer .bd .flex {
  align-items: stretch;
  padding: 0.5rem 0;
  line-height: 0.39rem;
  justify-content: space-between;
}
.footer .bd h4 {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
  font-family: SourceHanSans-Medium;
}
.footer .bd .side {
  margin-left: 1.5rem;
}
.footer .bd .tel {
  font-size: 0.2rem;
  background: url(../image/home_82.png) left center no-repeat;
  padding-left: 0.35rem;
  background-size: 0.25rem auto;
}
.footer .bd .code {
  display: flex;
  margin-top: 0.3rem;
  text-align: center;
  float: right;
  font-size: 0.12rem;
}
.footer .bd .code > div {
  margin-left: 0.2rem;
}
.footer .ft {
  background-color: #343434;
  color: #a0a0a0;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.15rem;
}
.footer .ft span {
  padding-left: 0.2rem;
}
.footer .ft a {
  color: #a0a0a0;
}
.rightside {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  border-radius: 5px 0 0 5px;
  background: #2b5db6;
  z-index: 99;
}
.rightside ul > li {
  position: relative;
}
.rightside ul > li dl {
  position: absolute;
  right: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 1.6rem;
  display: none;
  padding: 0.1rem 0.2rem;
  font-size: 0.16rem;
}
.rightside ul > li .code {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 1.47rem;
  text-align: center;
  padding: 0 0.05rem;
  color: #333;
  display: none;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 0;
}
.rightside ul > li .code img {
  margin-right: 0.05rem;
  width: 0.61rem;
}
.rightside ul > li:hover .code {
  display: flex;
}
.rightside ul > li:hover dl {
  display: block;
}
.rightside ul > li dl dt {
  font-family: SourceHanSans-Bold;
}
.rightside ul > li dl dd {
  color: #2b5db6;
}
.rightside ul > li + li {
  border-top: 1px solid #f7c1a3;
}
.rightside ul > li a {
  display: flex;
  align-items: center;
  height: 0.68rem;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
  justify-content: center;
}
.rightside ul > li:hover > a {
  background-color: #005a4e;
}

.rightside ul img {
  width: 0.26rem;
}

/**/

.banner_info {
  position: relative;
  z-index: 10;
}
.banner_info img {
  height: 3.39rem;
  width: 100%;
}
.info_nav {
  border-bottom: 1px solid #ddd;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.8rem;
}
.info_nav .tab {
  display: flex;
  font-size: 0.2rem;
}
.info_nav .tab a {
  display: block;
  position: relative;
  color: #666;
  margin-right: 0.6rem;
}
.info_nav .tab li.on a {
  color: #ea550a;
}
.info_nav .tab li.on a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ea550a;
}
.info_nav .bread {
  background: url(../image/1_05.png) left center no-repeat;
  padding-left: 0.21rem;
  background-size: 0.21rem auto;
}
.info_nav .bread span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #bfbfbf;
  margin: 0 0.15rem;
}
.culture {
  font-size: 0.16rem;
}
.culture .a {
  padding: 1rem 0;
}
.culture .a h4 {
  text-align: center;
  font-size: 0.18rem;
  padding: 0.4rem 0;
  line-height: 0.36rem;
}
.culture .a .hd {
  background: #f86816;
  background-image: linear-gradient(
    to right,
    #fa6a17,
    #fa6a17,
    #fa6a17,
    #f15e0d
  );
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.culture .a .hd .pic {
  width: 73%;
  position: relative;
}
.culture .a .hd .pic img {
  height: 3.56rem;
}
.culture .a .hd .pic span {
  position: absolute;
  font-size: 0.47rem;
  left: 0.55rem;
  font-family: SourceHanSans-Bold;
  top: 0.55rem;
  opacity: 0.35;
}
.culture .a .hd .flex_item {
  padding: 0.5rem;
}
.culture .a .hd p {
  font-size: 0.21rem;
  white-space: nowrap;
  line-height: 0.33rem;
  font-family: SourceHanSans-Medium;
  margin-top: 0.3rem;
}
.culture .a .hd dt {
  font-size: 0.64rem;
  opacity: 0.15;
  line-height: 0.64rem;
  font-family: SourceHanSans-Bold;
}
.culture .a .hd dd {
  font-size: 0.3rem;
  font-family: SourceHanSans-Bold;
}
.culture .a .bd {
  margin-top: 0.3rem;
}
.culture .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.11rem;
}
.culture .a .bd ul li {
  width: 25%;
  padding: 0.11rem;
  text-transform: uppercase;
}
.culture .a .bd ul li .box {
  background: #f4f4f4;
  padding: 0.4rem 0.5rem;
  position: relative;
  height: 2.2rem;
}
.culture .a .bd ul li img {
  width: 0.6rem;
}
.culture .a .bd ul li .pic {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: none;
}

.culture .a .bd ul li p {
  font-size: 0.5rem;
  font-family: SourceHanSans-Bold;
  opacity: 0.2;
  line-height: 0.5rem;
  display: none;
}
.culture .a .bd ul li dt {
  font-family: SourceHanSans-Bold;
  font-size: 0.26rem;
  margin-top: 0.1rem;
  color: #2b5db6;
}
.culture .a .bd ul li dt span {
  padding-left: 0.1rem;
  color: #cccccc;
}
.culture .a .bd ul li dd {
  font-size: 0.16rem;
  white-space: nowrap;
  margin-top: 0.05rem;
}
.culture .a .bd ul li:hover .box {
  color: #fff;
  background-image: linear-gradient(to right, #fd6c24, #ea5505);
}
.culture .a .bd ul li:hover dt {
  color: #fff;
}
.culture .a .bd ul li:hover dt span {
  display: none;
}
.culture .a .bd ul li:hover p {
  display: block;
}
.culture .a .bd ul li:hover img {
  display: none;
}
.culture .a .bd ul li:hover .pic {
  display: block;
}
.culture .b {
  color: #fff;
  background: #2b5db6;
  text-transform: uppercase;
}
.culture .b .left {
  height: 7.32rem;
  position: relative;

  background: url(../image/2_21.png) center no-repeat;
  background-size: cover;
}
.culture .b .left dl {
  padding: 0.8rem 1.8rem;
}
.culture .b dl {
  font-family: SourceHanSans-Bold;
  font-size: 0.2rem;
}
.culture .b .flex {
  align-items: stretch;
}
.culture .b dt {
  font-size: 0.36rem;
  opacity: 0.5;
}
.culture .b .bd {
  padding: 0.8rem 1.8rem 0 0.8rem;
}
.culture .b .bd dd {
  font-size: 0.28rem;
}
.culture .b .bd ul {
  padding-top: 0.2rem;
}
.culture .b .bd li {
  font-size: 0.2rem;
  margin-top: 0.16rem;
}

.culture .b .bd li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0 0.2rem 0.35rem;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.culture .b .bd li a:hover {
  background: #fff;
  color: #2b5db6;
}
.culture .b .bd li span {
  min-width: 1.95rem;
  border-right: 1px solid #fff;
  display: block;
  margin-right: 0.15rem;
  font-family: SourceHanSans-Medium;
}
.culture .b .bd li a:hover span {
  border-color: #2b5db6;
}
.culture .c {
  padding: 1rem 0;
  background: url(../image/2_14.jpg) center no-repeat;
  background-size: cover;
}
.culture .c .bd {
  margin-top: 0.4rem;
}
.culture .c .bd .flex {
  justify-content: space-between;
}
.culture .c .bd .flex > p {
  writing-mode: vertical-lr;
  text-align: center;
  font-size: 0.22rem;
  height: 2.76rem;
  width: 0.6rem;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff730e;
  color: #fff;
}
.culture .c .bd .flex .side {
  background: #ff730e;
  color: #fff;
  height: 2.76rem;
  width: 45.5%;
  padding: 0.3rem 0.2rem 0 0.3rem;
}
.culture .c .bd .flex .box {
  height: 2.25rem;
  overflow-y: auto;
}
.culture .c .bd .flex ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.culture .c .bd .flex h4 {
  font-size: 0.22rem;
  margin-bottom: 0.07rem;
}
.culture .c .bd .flex ul li {
  width: 50%;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  height: 7px;
  background-color: #0b54a9;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  overflow: hidden;
  background-color: #0b54a9;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
/**/
.aolgservice {
  font-size: 0.16rem;
}
.aolgservice .a {
  padding: 0.8rem 0;
}
.aolgservice .title {
  font-size: 0.28rem;
  line-height: 0.48rem;
  text-transform: uppercase;
}
.aolgservice .title dt {
  font-size: 0.36rem;
  font-family: SourceHanSans-Bold;
  color: #ea5507;
}
.aolgservice .a .bd p {
  line-height: 0.3rem;
  padding-top: 0.3rem;
  font-size: 0.18rem;
}
.aolgservice .a .ft {
  background: url(../image/1_09.jpg) center no-repeat;
  background-size: cover;
  margin-top: 0.7rem;
  font-size: 0.19rem;
  padding: 0.35rem 0;
}
.aolgservice .a .ft .flex_item {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.aolgservice .a .ft .flex_item + .flex_item::before {
  content: "";
  border-left: 1px solid #ddd;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.aolgservice .a .ft dd {
  color: #666;
}
.aolgservice .a .ft dd span {
  font-size: 0.51rem;
  font-family: SourceHanSans-Bold;
  color: #ea5507;
}
.aolgservice .b {
  background: url(../image/1_12.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0.8rem 0 0;
  height: 6.34rem;
}
.aolgservice .b .title dt {
  color: #fff;
}
.aolgservice .b .bd ul {
  display: flex;
  align-items: flex-end;
  height: 3.6rem;
  line-height: 0.24rem;
  justify-content: space-between;
}
.aolgservice .b .bd li {
  display: flex;
}
.aolgservice .b .bd li:first-child {
  /* margin-bottom: 0.1rem; */
  margin-bottom: 0.2rem;
}
.aolgservice .b .bd li:first-child .flex_item {
  /* height: 1.87rem; */
  height: 2.17rem;
}
.aolgservice .b .bd li:first-child .flex_item::after {
  content: "";
  display: block;
  width: 6px;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 0;
}
.aolgservice .b .bd li:nth-child(3) {
  margin-bottom: 0.3rem;
}
.aolgservice .b .bd li:nth-child(4) {
  /* margin-bottom: 1.7rem; */
  margin-bottom: 1.4rem;
}
.aolgservice .b .bd li:nth-child(4) .flex_item {
  /* height: 1.87rem; */
  height: 2.17rem;
}
.aolgservice .b .bd li:nth-child(4) .flex_item::after {
  content: "";
  display: block;
  width: 6px;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 0;
}
.aolgservice .b .bd li .side {
  writing-mode: vertical-lr;
  font-size: 0.25rem;
  font-family: SourceHanSans-Medium;
}
.aolgservice .b .bd li .flex_item {
  position: relative;
  padding-left: 0.3rem;
  margin-left: 0.15rem;
  height: 2.87rem;
  background: url(../image/line.png) left bottom no-repeat;
  background-size: 0.17rem;
}
.aolgservice .b .bd li dt {
  margin-bottom: 0.2rem;
}
.aolgservice .b .bd li dt b {
  font-family: DINAlternate-bold;
  vertical-align: middle;
  font-size: 0.36rem;
}
.aolgservice .b .bd li dt span {
  display: inline-block;
  background: #fff;
  width: 0.21rem;
  border-radius: 50%;
  height: 0.21rem;
  color: #ea5507;
  vertical-align: middle;
  line-height: 0.21rem;
  text-align: center;
}
.aolgservice .c {
  padding: 0.8rem 0;
}
.aolgservice .c .box {
  width: 60%;
  padding: 0 0.7rem;
  position: relative;
}
.aolgservice .c .flex {
  padding: 0.5rem 0.3rem;
  align-items: stretch;
  font-size: 0.2rem;
  line-height: 0.44rem;
  background: #f6f6f6;
}
.aolgservice .c .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.09rem;
}
.aolgservice .c .box ul li {
  width: 33.333%;
  padding: 0.09rem;
}
.aolgservice .c .tabtitle {
  display: flex;
  text-align: center;
  margin-top: 0.3rem;
  font-size: 0.28rem;
}
.aolgservice .c .tabtitle li {
  flex: 1;
  padding-bottom: 0.2rem;
}
.aolgservice .c .tabtitle li + li {
  margin-left: 0.22rem;
}
.aolgservice .c .tabtitle li span {
  display: block;
  color: #666;
  line-height: 0.7rem;
  cursor: pointer;
  border: 1px solid #ddd;
}
.aolgservice .c .tabtitle li.on {
  background: #f6f6f6;
}
.aolgservice .c .tabtitle li.on span {
  border-color: #f6f6f6;
  color: #ea5507;
}
.aolgservice .c .tabbox .flex_item {
  padding-left: 0.4rem;
}
.aolgservice .c .tabbox ol li {
  color: #ea5507;
  background: url(../image/1_26.png) left center no-repeat;
  padding-left: 0.55rem;
  background-size: 0.43rem auto;
}
.aolgservice .c .tabbox .flex_item ul {
  margin-top: 0.3rem;
  font-size: 0.18rem;
}
.aolgservice .c .tabbox .flex_item ul li {
  position: relative;
  padding-left: 0.25rem;
}
.aolgservice .c .tabbox .flex_item ul li::before {
  content: "";
  display: block;
  width: 0.08rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #cfa972;
  height: 0.08rem;
}
.aolgservice .c .swiper-button-next:after,
.aolgservice .c .swiper-button-prev:after {
  display: none;
}
.aolgservice .c .swiper-button-next {
  background: url(../image/1_33.png) center no-repeat;
  width: 0.39rem;
  height: 0.39rem;
  background-size: 100% 100%;
}
.aolgservice .c .swiper {
  padding-bottom: 0.4rem;
}
.aolgservice .c .swiper-button-prev {
  background: url(../image/1_30.png) center no-repeat;
  width: 0.39rem;
  height: 0.39rem;
  background-size: 100% 100%;
}
.aolgservice .c .swiper-pagination {
  top: auto;
  bottom: 0;
  width: auto;
  left: 0.35rem;
  right: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ea5507;
}
.aolgservice .c .swiper-num {
  position: absolute;
  left: 0;
  font-size: 0.15rem;
  color: #666;
  line-height: 0.15rem;
  bottom: 0;
}
.aolgservice .c .swiper-num .active {
  font-size: 0.2rem;
  color: #ea5507;
}
/**/
.Member {
  padding: 0.8rem 0;
  background: url(../image/3_02.jpg) center no-repeat;
  background-size: cover;
  font-size: 0.15rem;
}
.Member .hd {
  position: relative;
  padding: 0 0.8rem;
}
.Member .hd .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.Member .hd .swiper-slide span img {
  width: 80%;
}
.Member .hd .swiper-slide .down {
  display: none;
}
.Member .hd .swiper-slide-active span {
  background: #2b5db6;
}
.Member .hd .swiper-slide-active span .up {
  display: none;
}
.Member .hd .swiper-slide-active span .down {
  display: block;
}
.Member .bd,
.Member .hd {
  margin-top: 0.5rem;
}
.Member .bd .flex {
  background: #f6f6f6;
  position: relative;
}
.Member .bd .flex::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Member .bd .swiper-slide {
  width: 80%;
  transition: 300ms;
  transform: scale(0.9);
}
.Member .bd .swiper-slide-active,
.Member .bd .swiper-slide-duplicate-active {
  transform: scale(1.1);
}
.Member .bd .swiper-slide-active .flex::after,
.Member .bd .swiper-slide-duplicate-active .flex::after {
  display: none;
}
.Member .bd .flex .flex_item:first-child {
  padding: 0.5rem;
}
.Member .bd .flex .pic img {
  height: 5.46rem;
}
.Member .bd .flex .txt {
  line-height: 0.32rem;
  margin-top: 0.4rem;
  text-align: justify;
}
.Member .bd .flex dt {
  font-size: 0.29rem;
  color: #2b5db6;
  font-family: SourceHanSans-Bold;
}
.Member .bd .flex dd {
  font-size: 0.12rem;
  text-transform: uppercase;
}
.Member .title_common,
.Member .title_common span {
  color: #fff;
}
.Member .title_common h2::after {
  background: #fff;
}
.Member .swiper-button-next:after,
.Member .swiper-button-prev:after {
  display: none;
}
.Member .swiper-button-next {
  width: 0.52rem;
  height: 0.52rem;
  background: url(../image/3_05.png) center no-repeat;
  background-size: 100% 100%;
}
.Member .swiper-button-prev {
  width: 0.52rem;
  height: 0.52rem;
  background: url(../image/3_03.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.news {
  font-size: 0.18rem;
}
.news .title {
  padding: 0.8rem 0 0.4rem;
  color: #666;
  text-transform: uppercase;
  font-size: 0.33rem;
  line-height: 0.36rem;
}
.news .title h2 {
  color: #2b5db6;
  font-size: 0.28rem;
  font-family: SourceHanSans-Bold;
}
.news .hd {
  background: url(../image/4_06.jpg) right center no-repeat;
  background-size: 50% 100%;
}
.news .hd .pic {
  position: relative;
}
.news .hd .pic img {
  height: 5.06rem;
}
.news .hd .pic span {
  position: absolute;
  text-transform: uppercase;
  background: #2b5db6;
  padding: 0.1rem 0.3rem;
  line-height: 0.2rem;
  left: 0;
  top: 0.3rem;
  color: #fff;
}
.news .hd .box {
  padding: 0 0.6rem;
  line-height: 0.39rem;
}
.news .hd .box .data {
  color: #a6a6a6;
}
.news .hd .box h3 {
  font-size: 0.28rem;
  overflow: hidden;
  font-family: SourceHanSans-Medium;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
.news .hd .box .txt {
  margin: 0.3rem 0;
  color: #666;
}
.news .hd .box .more {
  display: inline-block;
  color: #fff;
  font-size: 0.15rem;
  width: 1.26rem;
  text-align: center;
  line-height: 0.34rem;
  background: #2b5db6;
  border-radius: 3px;
}
.news .bd {
  padding-top: 0.2rem;
}
.news .bd li {
  margin-top: 0.4rem;
  line-height: 0.33rem;
  background: #f6f6f6;
  padding-right: 0.3rem;
}
.news .bd li p {
  color: #666;
  margin: 0.05rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .bd li h4 {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .bd li span {
  color: #999;
}
.news .bd li .pic {
  width: 2.88rem;
}
.news .bd li .pic img {
  height: 1.9rem;
}
.news .bd li dl {
  text-align: center;
  padding: 0 0.4rem;
  color: #2b5db6;
  font-size: 0.2rem;
}
.news .bd li dl dt {
  font-size: 0.64rem;
  padding-bottom: 0.15rem;
  font-family: SourceHanSans-Bold;
}
.pages {
  text-align: center;
  width: 100%;
  font-size: 0.16rem;
  padding: 0.6rem 0;
}
.pages li {
  vertical-align: middle;
  display: inline-block;
}
.pages a {
  width: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d7d7d;
  border: 1px solid #ddd;
  border-radius: 0.03rem;
  height: 0.38rem;
}
.pages li.on a,
.pages li:hover a {
  background: #2b5db6;
  color: #fff;
}
.pages .next {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.pages .prev {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 0 0 1px 1px;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.newsitem {
  font-size: 0.18rem;
  padding: 0.6rem 0;
  background: #f4f4f6;
}
.newsitem .info {
  display: flex;
}
.newsitem .info .side {
  margin-left: 0.2rem;
  width: 3.7rem;
}
.newsitem .side .box {
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.newsitem .side .box .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  background: #2b5db6;
  height: 0.7rem;
  padding: 0 0.25rem;
  justify-content: space-between;
}
.newsitem .side .box .title a {
  color: #fff;
}
.newsitem .side .box .title span {
  display: block;
  background: url(../image/6_03.png) left center no-repeat;
  background-size: 0.29rem auto;
  padding-left: 0.35rem;
  font-size: 0.2rem;
  font-family: SourceHanSans-Medium;
}
.newsitem .side .box ul {
  padding: 0 0.25rem;
}
.newsitem .side .box li {
  line-height: 0.68rem;
  border-bottom: 1px solid #eee;
}
.newsitem .side .box li:last-child {
  border: none;
}
.newsitem .side .box h4 {
  font-size: 0.24rem;
  padding: 0.25rem 0.25rem 0;
  font-family: SourceHanSans-Medium;
}
.newsitem .side .box li span {
  display: inline-block;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
  width: 0.24rem;
  height: 0.24rem;
  background: #2b5db6;
  text-align: center;
  line-height: 0.24rem;
  margin-right: 0.15rem;
}
.newsitem .info > .flex_item {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.6rem;
}
.newsitem .info .bd p {
  line-height: 0.38rem;
  padding: 0.15rem 0;
}
.newsitem .info .bd img {
  margin: 0.15rem 0;
}
.newsitem .info .hd {
  text-align: center;
  padding-bottom: 0.2rem;
}
.newsitem .info .hd h1 {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.newsitem .info .hd span {
  color: #999;
}
.newsitem .info .ft {
  margin-top: 0.3rem;
}
.newsitem .info .ft a {
  display: inline-block;
  border: 1px solid #ccc;
  /* padding: 0.04rem 0.25rem; */
  font-size: 0.2rem;
  color: #fff;
  width: 1.6rem;
  background: #2b5db6;
  height: 0.53rem !important;
  border-radius: 0.05rem;
  line-height: 0.53rem;
  text-align: center;
}
/**/
.news .item {
  font-size: 0.16rem;
  padding: 0 0.8rem 0.8rem;
}
.news .item .bd {
  position: relative;
}
.news .item video {
  /* height: 7.88rem; */
  height: 6.88rem;
}
.news .item .video {
  position: relative;
}
.news .item .video i {
  cursor: pointer;
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/5_08.png) center no-repeat;
  background-size: 100% 100%;
}
.news .item .pages {
  /* padding: 0; */
  text-align: right;
}
.news .item .swiper-button-next {
  background: url(../image/5_05.png) center no-repeat;
  width: 0.47rem;
  height: 0.47rem;
  background-size: 100% 100%;
  right: -0.7rem;
}
.news .item .swiper-button-prev {
  background: url(../image/5_03.png) center no-repeat;
  width: 0.47rem;
  height: 0.47rem;
  background-size: 100% 100%;
  left: -0.7rem;
}
.news .item .swiper-button-next:after,
.news .item .swiper-button-prev:after {
  display: none;
}
.news .item .bd p {
  margin-top: 0.15rem;
}
.news .item .ft {
  text-align: center;
  margin-top: 0.3rem;
}
.news .item .ft .pic {
  margin-bottom: 0.15rem;
  position: relative;
}
.news .item .ft .pic::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/5_08.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.application {
  padding: 0.8rem 0;
  font-size: 0.16rem;
}
.application .hd {
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  margin-top: 0.4rem;
  text-transform: uppercase;
  background: #2b5db6;
}
.application .hd dt {
  font-size: 0.48rem;
  font-family: SourceHanSans-Medium;
}
.application .hd .pic {
  width: 68%;
}
.application .hd img {
  height: 3.74rem;
}
.application .bd {
  font-size: 0.18rem;
  padding: 0.6rem;
  background: #f4f4f4;
}
.application .bd ul {
  display: flex;
  margin: -0.17rem;
  flex-wrap: wrap;
}
.application .bd ul li {
  width: 50%;
  padding: 0.17rem;
}
.application .bd ul .lg {
  width: 100%;
}
.application .bd ul h4 {
  padding: 0 0 0.1rem 0;
}
.application .bd ul h4 span {
  color: red;
}
.application .bd ul .input {
  width: 100%;
  height: 0.46rem;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  border: 1px solid #ddd;
}
.application .bd ul select {
  -webkit-appearance: none;
  background: url(../image/d.jpg) right center no-repeat #fff;
}
.application .bd ul textarea {
  width: 100%;
  height: 1.1rem;
  font-family: inherit;
  padding: 0.15rem;
  font-size: 0.16rem;
  border: 1px solid #ddd;
}
.application .ft {
  text-align: center;
  margin-top: 0.6rem;
}
.application .ft button {
  color: #fff;
  font-size: 0.28rem;
  border-radius: 0.1rem;
  width: 2.6rem;
  background-image: linear-gradient(to right, #ea5605, #fe6817);
  height: 0.54rem;
}
/**/
.contactus {
  font-size: 0.16rem;
  padding: 0.8rem 0;
}
.contactus .a .bd {
  height: 5.09rem;
  background: url(../image/15_05.jpg) right center no-repeat;
  background-size: auto 100%;
  position: relative;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.24rem;
}
.contactus .a .bd .box {
  height: 5.09rem;
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  background-image: linear-gradient(
    to right,
    rgba(234, 85, 4),
    rgba(234, 85, 4, 0)
  );
}
.contactus .a .bd .box dl {
  text-transform: uppercase;
  font-size: 0.35rem;
}
.contactus .a .bd .box dl dt {
  font-size: 0.42rem;
  font-family: SourceHanSans-Medium;
}
.contactus .a .bd .box ul {
  margin-top: 0.5rem;
}
.contactus .a .bd .box li span {
  font-size: 0.36rem;
}
.contactus .a .ft {
  font-size: 0.21rem;
  line-height: 0.5rem;
  background: #eeeeee;
  padding: 0.25rem 0.6rem;
}
.contactus .a .ft ul {
  display: flex;
  flex-wrap: wrap;
}
.contactus .a .ft ul li {
  width: 40%;
}
.contactus .a .ft ul img {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.contactus .b {
  margin-top: 0.55rem;
}
/**/
.cooperation {
  font-size: 0.16rem;
  padding: 0.8rem 0;
}
.cooperation .bd .box {
  display: flex;
  margin-top: 0.6rem;
  align-items: center;
  background: url(../image/13_03.jpg) right center no-repeat;
  background-size: 40% 100%;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.cooperation .bd .box:nth-child(even) {
  background: url(../image/13_04.jpg) left center no-repeat;
  background-size: 40% 100%;
  color: #333;
}
.cooperation .bd .box:nth-child(even) .flex dd {
  color: #999;
}
.cooperation .bd .pic {
  width: 60%;
}
.cooperation .bd .pic img {
  height: 4.89rem;
}
.cooperation .bd .flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.cooperation .bd .in {
}
.cooperation .bd p {
  margin-top: 0.4rem;
}
.cooperation .bd .flex img {
  margin-right: 0.15rem;
  width: 0.98rem;
}
.cooperation .bd .flex dt {
  font-size: 0.45rem;
  font-family: SourceHanSans-Medium;
}
.cooperation .bd .flex dd {
  text-transform: uppercase;
  line-height: 0.2rem;
  margin-top: 0.1rem;
}
/**/
.Project {
  font-size: 0.16rem;
  padding: 0.6rem 0;
}
.Project .tabtitle {
  display: flex;
  margin: 0.5rem -0.1rem;
  font-size: 0.24rem;
  flex-wrap: wrap;
  text-align: center;
}
.Project .tabtitle li {
  width: 16.666%;
  padding: 0.1rem;
}
.Project .tabtitle li a {
  display: block;
  border-radius: 0.05rem;
  line-height: 0.7rem;
  border-radius: 0.05rem;
  background: #e5e5e5;
}
.Project .tabtitle li.on a {
  background: #2b5db6;
  color: #fff;
}
.Project .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.Project .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.Project .bd ul li a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-size: 0.18rem;
}
.Project .bd ul li dl {
  padding: 0.2rem 0.3rem;
}
.Project .bd ul li dd {
  color: #999;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 7;

  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}
.Project .bd ul li dt {
  font-size: 0.24rem;
  color: #ea5507;
  font-family: SourceHanSans-Bold;
}
.Project .bd ul li .down {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  background: #ea5507;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.upload {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 1.35rem;
  padding: 0.2rem;
}
.upload .btn {
  position: relative;
  display: flex;
  color: #fff;
  margin: 0.3rem auto;
  width: 1.38rem;
  align-items: center;
  justify-content: center;
  height: 0.37rem;
  cursor: pointer;
  font-size: 0.24rem;
  background-image: linear-gradient(to right, #ea5506, #fe6817);
  border-radius: 0.1rem;
}

.Project .bd ul li h4 {
  text-align: center;
  font-family: SourceHanSans-Bold;
  font-size: 0.28rem;
  padding: 0.3rem 0;
}
.Project .bd ul li:hover .down {
  top: 0;
}
/**/
.join {
  font-size: 0.16rem;
  padding: 0.6rem 0 0.3rem;
}
.join .hd {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.join .hd select {
  border-radius: 0.05rem;
  border: 1px solid #2b5db6;
  padding: 0 0.15rem;
  height: 0.56rem;
  width: 26%;
  margin-right: 0.1rem;
  font-size: 0.2rem;
}
.join .hd .search {
  display: flex;
  align-items: center;
  width: 30%;
}
.join .hd .search input {
  height: 0.56rem;
  font-size: 0.18rem;
  width: 100%;
  padding: 0 0.15rem;
  border: 1px solid #ddd;
  background: #f9f8f8;
  border-radius: 0.05rem;
}
.join .hd .search button {
  height: 0.56rem;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #2b5db6;
  width: 1.5rem;
  margin-left: 0.1rem;
}
.join .hd .search button img {
  width: 0.32rem;
}
.join .hd .tiaojian {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.join .hd .tiaojian b {
  font-size: 0.2rem;
  font-weight: normal;
  font-family: SourceHanSans-Bold;
}
.join .hd .tiaojian ul {
  display: flex;
  align-items: center;
}
.join .hd .tiaojian ul li {
  margin-left: 0.15rem;
  border: 1px solid #ccc;
  font-size: 0.18rem;
  color: #7d7d7d;
  padding: 0.05rem 0.1rem;
}
.join .hd .tiaojian ul li span {
  cursor: pointer;
  margin-left: 0.15rem;
}
.join .hd .tiaojian .del {
  margin-left: 0.15rem;
  color: #2b5db6;
}
.join .bd {
  margin-top: 0.4rem;
}
.join .bd table {
  width: 100%;
  font-size: 0.18rem;
}
.join .bd table th,
.join .bd table td {
  padding: 0.25rem;
  text-align: left;
}
.join .bd table th {
  font-size: 0.2rem;
  color: #2b5db6;
  font-weight: normal;
  font-family: SourceHanSans-Medium;
  background: #ffefe6;
}
.join .bd table tr:nth-child(odd) {
  background: #f7f7f7;
}
/**/
.newsitem .info > .joinitem {
  position: relative;
  padding-bottom: 1.5rem;
}
.joinitem .ft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdeee5;
  padding: 0.25rem 0.5rem;
}
.joinitem .ft button {
  font-size: 0.2rem;
  color: #fff;
  width: 1.6rem;
  background: #2b5db6;
  height: 0.53rem;
  border-radius: 0.05rem;
}
.joinitem .lists_hd {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.15rem;
}
.joinitem .lists_hd .flex > div {
  width: 25%;
  font-family: SourceHanSans-Medium;
  font-size: 0.16rem;
}
.joinitem .lists_hd .flex img {
  margin-right: 0.1rem;
  width: 0.19rem;
}
.joinitem .lists_hd h2 {
  padding: 0.3rem 0;
  color: #2b5db6;
  font-family: SourceHanSans-Medium;
  font-size: 0.24rem;
}
.joinitem .lists_hd .data {
  color: #7d7d7d;
}
.joinitem .lists {
  font-size: 0.16rem;
  line-height: 0.38rem;
}
.joinitem .lists ul {
  padding-top: 0.4rem;
}
/**/
.business {
  font-size: 0.16rem;
}
.business .title_common {
  margin-top: 0.8rem;
}
.business .a {
  margin: 0.5rem 0 0.8rem;
  background: url(../image/10_06.jpg) right center no-repeat;
  background-size: 50% 100%;
  font-size: 0.18rem;
}
.business .a .bd {
  padding: 0 1.8rem 0 0.6rem;
}
.business .a .pic img {
  height: 5.52rem;
}
.business .a .bd p {
  margin-top: 0.5rem;
  line-height: 0.4rem;
}
.business .a .bd dt {
  text-transform: uppercase;
  color: #bfbfbf;
}
.business .a .bd dd {
  font-size: 0.3rem;
  color: #2b5db6;
  font-family: SourceHanSans-Bold;
}
.business .title dl {
  line-height: 0.48rem;
}
.business .title dd {
  font-size: 0.28rem;
}
.business .title dt {
  color: #2b5db6;
  font-size: 0.36rem;
  text-transform: uppercase;
  font-family: SourceHanSans-Bold;
}
.business .b .bd {
  margin-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.business .c {
  padding: 0.8rem 0;
  background: #f4f4f4;
}
.business .c .bd {
  position: relative;
  margin-top: 0.3rem;
}
.business .c .bd a {
  display: block;
  background: #fff;
  font-size: 0.18rem;
}
.business .c .bd .in {
  padding: 0.35rem 0.4rem;
}
.business .c .bd h4 {
  color: #2b5db6;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  font-family: SourceHanSans-Bold;
}
.business .c .swiper-button-next:after,
.business .c .swiper-button-prev:after {
  display: none;
}
.business .c .swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  right: -0.9rem;
  background: url(../image/7_22.png) center no-repeat;
  background-size: 100% 100%;
}
.business .c .swiper-button-prev {
  width: 0.64rem;
  left: -0.9rem;
  height: 0.64rem;
  background: url(../image/7_19.png) center no-repeat;
  background-size: 100% 100%;
}
.business .d {
  padding-bottom: 0.8rem;
}
.business .d .bd {
  margin-top: 0.3rem;
}
.business .d .side {
  width: 5.53rem;
  height: 5.53rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/7_05.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.6rem;
  position: relative;
}
.business .d .side li {
  display: inline-block;
  position: absolute;
  width: 1.39rem;
  cursor: pointer;
}
.business .d .side li img {
  opacity: 0;
}
.business .d .side li:nth-child(1) {
  right: 56%;
  top: -0.36rem;
}
.business .d .side li:nth-child(1) img {
  transform: rotate(60deg);
}
.business .d .side li:nth-child(2) {
  left: 56%;
  top: -0.36rem;
}
.business .d .side li:nth-child(2) img {
  transform: rotate(120deg);
}
.business .d .side li:nth-child(3) {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.business .d .side li:nth-child(3) img {
  transform: rotate(180deg);
}
.business .d .side li:nth-child(3) span {
  padding-left: 0.15rem;
}
.business .d .side li:nth-child(4) {
  left: 56%;
  bottom: -0.36rem;
}
.business .d .side li:nth-child(4) img {
  transform: rotate(240deg);
}
.business .d .side li:nth-child(5) {
  right: 56%;
  bottom: -0.36rem;
}
.business .d .side li:nth-child(5) img {
  transform: rotate(300deg);
}
.business .d .side li:nth-child(6) {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.business .d .side li:nth-child(6) span {
  padding-right: 0.15rem;
}
.business .d .side li span {
  position: absolute;
  top: 50%;
  font-size: 0.23rem;
  z-index: 9;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.business .d .side li.on {
  color: #fff;
}
.business .d .side li.on img {
  opacity: 1;
}
.business .d .side p {
  text-align: center;
  font-size: 0.32rem;
  color: #2b5db6;
  font-family: SourceHanSans-Medium;
  margin-top: 0.1rem;
}
.business .d .side .center img {
  width: 1.33rem;
}
.business .d .tabbox {
  position: relative;
}
.business .d .tabbox dl {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: url(../image/7_18.jpg) center no-repeat;
  background-size: cover;
  width: 4.8rem;
  padding: 0.45rem 0.55rem;
}
.business .d .tabbox dl dd {
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.business .d .tabbox .pic img {
  height: 5.56rem;
}
.business .d .tabbox dl dt {
  font-size: 0.25rem;
  text-transform: uppercase;
  font-family: SourceHanSans-Bold;
}
.business .d .tabbox dl dt span {
  font-size: 0.21rem;
  opacity: 0.2;
}
.business .d .tabbox dl::after {
  content: "";
  width: 0.18rem;
  height: 0.19rem;
  position: absolute;
  left: -0.16rem;
  top: 0;
  background: url(../image/7_17.png) center no-repeat;
  background-size: 100% 100%;
}
.business .e {
  padding-bottom: 0.8rem;
  font-size: 0.18rem;
}
.business .e .bd {
  position: relative;
  display: flex;
  margin: 0.6rem 0;
  flex-wrap: wrap;
}
.business .e .bd::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 2.65rem;
  height: 2.65rem;
  background: #fdeee5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.business .e .bd dt img {
  width: 0.8rem;
  margin-bottom: 0.06rem;
}
.business .e .bd .box:hover .up {
  display: none;
}
.business .e .bd .box:hover .down {
  display: inline-block;
}
.business .e .bd .box {
  width: 50%;
  position: relative;
  z-index: 6;
  text-align: center;
}
.business .e .bd .box:hover li {
  color: #fff;
  background: #2b5db6;
}
.business .e .bd .box:hover dl {
  background: url(../image/11_11.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.business .e .bd .box .flex {
  align-items: stretch;
}
.business .e .bd .box:last-child {
  margin-left: -1.35rem;
  width: auto;
  flex: 1;
  margin-top: -0.3rem;
}
.business .e .bd .box:last-child .flex {
  align-items: center;
}
.business .e .bd .box li {
  line-height: 0.4rem;
  background: #f4f4f4;
}
.business .e .bd .box li + li {
  margin-top: 0.1rem;
}
.business .e .bd .box dl {
  background: url(../image/11_10.png) center no-repeat;
  background-size: 100% 100%;
  width: 2.32rem;
  height: 2.65rem;
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
  justify-content: center;
  font-size: 0.22rem;
  background-size: 100% 100%;
}
.business .e .bd .box dl dd {
  font-family: SourceHanSans-Medium;
}
.business .e .ft ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.11rem;
}
.business .e .ft ul li {
  width: 33.333%;
  padding: 0.11rem;
}
.business .e .ft ul li .flex {
  border: 1px solid #ddd;
  padding: 0.4rem 0.5rem;
  height: 2.05rem;
}
.business .e .ft ul li:nth-child(odd) .flex {
  color: #fff;
  background: #2b5db6;
}
.business .e .ft img {
  margin-right: 0.2rem;
  width: 1rem;
}
.business .e .ft h4 {
  font-family: SourceHanSans-Medium;
  font-size: 0.24rem;
}
.business .e .ft p {
  line-height: 0.32rem;
  max-height: 0.96rem;
  overflow: hidden;
  margin-top: 0.08rem;
}
.business .f .bd {
  margin-top: 0.5rem;
}
.business .f .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.business .f .bd ul li {
  width: 25%;
  background: #f4f4f4;
}
.business .f .bd ul .box {
  text-align: center;
  height: 2.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.business .f .bd ul .box::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 14px solid #f4f4f4;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}
.business .f .bd li:nth-child(even) .box::after {
  border-top: none;
  border-bottom: 14px solid #f4f4f4;
  bottom: auto;
  top: -14px;
}
.business .f .bd ul .pic img {
  height: 2.52rem;
}
.business .f .bd ul p {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  font-family: simhei;
}
.business .f .bd ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
  background: #2b5db6;
  border-radius: 50%;
}
.business .f .bd li dl {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 0.4rem;
  background: #2b5db6;
}
.business .f .bd li:hover dl {
  opacity: 1;
}
.business .f .bd li:hover .box::after {
  border-top-color: #2b5db6;
}
.business .f .bd li:nth-child(even):hover .box::after {
  border-bottom-color: #2b5db6;
}
.business .f .bd li dt {
  font-size: 0.24rem;
  font-family: SourceHanSans-Bold;
}
.business .f .bd li dd {
  line-height: 0.3rem;
  margin-top: 0.15rem;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;
}
.business .g {
  padding: 0.8rem 0;
}
.business .g .bd {
  display: flex;
  margin-top: 0.4rem;
}
.business .g .bd .tabtitle {
  margin-right: 0.23rem;
  width: 25%;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
}
.business .g .bd .tabtitle li {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  height: 1.74rem;
  border: 1px solid #ddd;
}
.business .g .bd .tabtitle li.on {
  background: #2b5db6;
  color: #fff;
}
.business .g .bd .tabtitle li + li {
  margin-top: 0.15rem;
}
.business .g .bd .tabtitle li span {
  display: flex;
  margin-right: 0.25rem;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
}
.business .g .bd .pic {
  position: relative;
}
.business .g .bd .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.24rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
}
.business .g .bd .pic img {
  height: 5.52rem;
}
.business .h .bd {
  margin-top: 0.5rem;
  background: #f4f4f4;
  font-size: 0.18rem;
}
.business .h .hd {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.5rem solid #d9d9d9;
  margin: 0.3rem auto 0;
}
.business .h .hd .in {
  font-size: 0.24rem;
}
.business .h .hd li {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 1.3rem;
  color: #595959;
  background: #fff;
  height: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business .h .hd li i {
  display: block;
  margin: 0 auto;
  background-image: url(../image/8_11.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}
.business .h .hd li.on {
  color: #fff;
  background: #2b5db6;
  border-color: #2b5db6;
}
.business .h .hd li.on i {
  background-image: url(../image/8_11_on.png);
}
.business .h .hd li .i1 {
  background-position: -182px 0;
}
.business .h .hd li .i2 {
  background-position: -364px -125px;
}
.business .h .hd li .i3 {
  background-position: -292px -311px;
}
.business .h .hd li .i4 {
  background-position: -57px -315px;
}
.business .h .hd li .i5 {
  background-position: 0 -132px;
}
.business .h .hd li:first-child {
  top: -0.98rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.business .h .hd li:nth-child(2) {
  right: -0.98rem;
  top: 50%;
  margin-top: -0.4rem;
  transform: translate(0, -50%);
}
.business .h .hd li:nth-child(3) {
  right: -0.45rem;
  bottom: -0.65rem;
}
.business .h .hd li:nth-child(4) {
  left: -0.45rem;
  bottom: -0.65rem;
}
.business .h .hd li:nth-child(5) {
  left: -0.98rem;
  top: 50%;
  margin-top: -0.4rem;
  transform: translate(0, -50%);
}
.business .h .hd .in span {
  display: block;
  font-size: 0.27rem;
  color: #2b5db6;
  text-transform: uppercase;
  font-family: SourceHanSans-Bold;
}
.business .h .bd .pic img {
  height: 6.6rem;
}
.business .h .flex_item:first-child .tabbox {
  padding: 0 0.6rem;
  line-height: 0.3rem;
  margin-top: 0.45rem;
}
.business .h .ft {
  padding: 0.6rem 0 0.8rem;
}
.business .h .ft .pic img {
  height: 2.47rem;
}
.business .h .ft ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.business .h .ft ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.business .h .ft ul li .pic {
  position: relative;
}
.business .h .ft ul li .pic span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.23rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  background: rgba(234, 85, 4, 0.9);
  align-items: center;
}
.business .h .ft ul li .box {
  position: relative;
  overflow: hidden;
}
.business .h .ft ul li .flex {
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.3s;
  font-size: 0.18rem;
  line-height: 0.3rem;
  width: 100%;
  height: 100%;
  background: #2b5db6;
  color: #fff;
  padding: 0 0.5rem;
}
.business .h .ft ul li:hover .flex {
  top: 0;
}
.business .h .ft ul li dl {
  margin-right: 0.5rem;
  font-size: 0.21rem;
  text-align: center;
}
.business .h .ft ul li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
}
/**/

@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .culture .c .bd .flex > p {
    width: 0.55rem;
  }

  .business .h .ft ul li .flex {
    font-size: 0.16rem;
  }
  .cooperation .bd .in {
    padding: 0 0.6rem;
  }
  .culture .a .bd ul li .box {
    padding: 0.3rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .container {
    padding: 0 0.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media (max-width: 768px) {
  .Member .bd .swiper-slide {
    width: 100%;
  }
  .header {
    padding: 0.15rem;
  }
  .header .logo {
    width: 1.3rem;
  }
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #999;
    margin-bottom: 6px;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  /**/

  /**/
  .homepage .banner img {
    height: 3rem;
  }
  .homepage .banner .swiper-pagination {
    bottom: 0.3rem;
    padding-right: 0.15rem;
  }
  .rightside,
  .header .tel,
  .footer .bd .box {
    display: none;
  }
  .title_common h2 {
    font-size: 0.2rem;
  }
  .title_common span {
    font-size: 0.26rem;
  }
  .banner_info img {
    height: 2rem;
  }
  .homepage .a ul li {
    width: 20%;
    display: flex;
    height: 0.8rem;
    align-items: center;
    justify-content: center;
  }
  .homepage .a a {
    display: block;
    text-align: center;
  }

  .homepage .a ul li dt {
    font-size: 0.12rem;
    padding: 0.1rem 0 0;
  }
  .homepage .a ul li .down dl {
    padding: 0;
  }
  .homepage .a ul li .down dt {
    font-size: 0.17rem;
    padding: 0;
  }
  .homepage .a ul li .pic {
    width: 70%;
  }
  .homepage .a ul {
    padding: 0.1rem 0;
  }
  .homepage .a ul li dd {
    display: none;
  }
  .homepage .a ul li a {
    height: auto;
  }
  .homepage .d .bd .box dd {
    font-size: 0.2rem;
  }
  .homepage .a ul li .flex img {
    width: 0.25rem;
    margin: 0;
  }
  .homepage .b .flex,
  .homepage .c .bd,
  .homepage .d .bd .flex {
    display: block;
  }
  .homepage .b {
    padding: 0.4rem 0;
  }
  .homepage .b ul {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .homepage .b ul li {
    width: 33.333%;
    margin-top: 0.15rem;
  }
  .homepage .b ul {
    font-size: 0.14rem;
    justify-content: flex-start;
  }
  .homepage .b ul dd span {
    font-size: 0.2rem;
  }
  .homepage .b .bd p {
    margin: 0.2rem 0;
  }
  .homepage .d {
    padding-top: 0.4rem;
  }
  .homepage .c .mySwiper dt a {
    background-size: 0.25rem auto;
    font-size: 0.16rem;
  }
  .homepage .b,
  .homepage .c .mySwiper2 img {
    height: auto;
  }
  .homepage .b .map,
  .homepage .c .bd .box,
  .homepage .d .bd {
    width: 100%;
  }
  .homepage .c,
  .homepage .e {
    padding: 0.4rem 0;
  }
  .homepage .d {
    padding-bottom: 0.3rem;
  }
  .homepage .d .bd {
    background-size: cover;
    margin: 0.2rem 0 0;
  }
  .homepage .d .bd .box p {
    height: 1.4rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .homepage .d .ft {
    width: 100%;
    margin: 0;
    padding-top: 0.3rem;
  }
  .homepage .d .bd .box {
    padding: 0.15rem;
  }
  .homepage .e .tabbox ul li {
    width: 50%;
  }
  .homepage .e .tabbox ul li:last-child {
    width: 100%;
  }
  .homepage .e .tabbox ul .flex {
    font-size: 0.18rem;
  }
  .footer .bd .tel {
    font-size: 0.17rem;
  }
  .footer .bd .side {
    margin: 0;
  }
  .homepage,
  .footer {
    font-size: 0.14rem;
  }
  .footer .bd .flex {
    padding: 0.3rem 0;
  }
  .homepage .e .tabtitle {
    flex-wrap: wrap;
  }
  .homepage .e .tabtitle::before {
    display: none;
  }
  .homepage .e .tabtitle li {
    height: 1rem;
    width: 1rem;
    padding-top: 0.05rem;
    font-size: 0.12rem;
    margin-bottom: 0.15rem;
  }
  .homepage .e .tabtitle li img {
    width: 0.3rem;
  }
  .homepage .e .tabtitle li::after {
    top: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
    bottom: 0.05rem;
  }
  .homepage .d .ft ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .homepage .d .ft ul li {
    padding: 0 0.15rem;
    width: 49.3%;
    justify-content: center;
    height: 0.5rem;
    margin-bottom: 0.06rem;
  }
  .homepage .d .ft ul li:hover dl,
  .homepage .d .ft ul li.on dl {
    padding: 0;
  }
  .homepage .d .ft ul li:hover .flex img,
  .homepage .d .ft ul li.on .flex img {
    display: block;
  }
  .homepage .d .ft ul li .flex img {
    width: 0.3rem;
    margin: 0 0.05rem 0 0;
  }
  .homepage .d .ft ul li dt {
    display: none;
  }
  .homepage .d .ft ul li + li {
    margin-top: 0;
  }
  .homepage .d .ft ul li dd {
    font-size: 0.14rem;
    white-space: nowrap;
  }
  .homepage .d .ft .container {
    padding: 0;
  }

  .homepage .d .ft ul li + li::after {
    display: none;
  }
  .homepage .c .bd .box + .box {
    margin-top: 0.3rem;
  }
  .info_nav {
    line-height: 0.45rem;
  }
  .info_nav,
  .info_nav .tab {
    font-size: 0.12rem;
  }
  .info_nav .tab li {
    display: inline-block;
    vertical-align: middle;
  }
  .info_nav .tab a {
    margin-right: 0.15rem;
  }
  .info_nav .flex {
    display: block;
  }
  .info_nav .tab {
    background: #f2f2f2;
    padding: 0 15px;
    margin: 0 -15px;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
  .aolgservice .a {
    padding: 0.4rem 0;
  }
  .aolgservice .a .title {
    margin-top: 0.3rem;
  }
  .aolgservice .title {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
  .aolgservice .title dt {
    font-size: 0.24rem;
  }
  .aolgservice .a .bd p {
    font-size: 0.14rem;
    padding-top: 0.1rem;
  }
  .aolgservice .a .ft .flex {
    flex-wrap: wrap;
  }
  .aolgservice .a .ft .flex_item {
    flex: inherit;
    width: 33.333%;
  }
  .aolgservice .a .ft {
    font-size: 0.14rem;
    margin-top: 0.3rem;
  }
  .aolgservice .a .ft dd span {
    font-size: 0.3rem;
  }
  .aolgservice .a .ft .flex_item + .flex_item::before {
    display: none;
  }
  .aolgservice .b {
    height: auto;
    padding: 0.4rem 0;
  }
  .aolgservice .b .bd ul {
    display: block;
    height: auto;
  }
  .aolgservice .b .bd li {
    display: block;
    margin-top: 0.25rem;
  }
  .aolgservice .b .bd li .side {
    writing-mode: inherit;
    font-size: 0.18rem;
    color: #ea5507;
    background: #fff;
    padding: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .aolgservice .b .bd li .flex_item {
    height: auto;
    padding: 0;
    background: none;
    margin: 0;
  }
  .aolgservice .b .bd li:nth-child(4) .flex_item::after {
    display: none;
  }
  .aolgservice .b .bd li dt b {
    font-size: 0.24rem;
  }
  .aolgservice .b .bd li:nth-child(4) {
    margin: 0;
  }
  .aolgservice .b .bd li:nth-child(4) .flex_item {
    height: auto;
  }
  .aolgservice .c {
    padding: 0.4rem 0;
  }
  .aolgservice .c .flex {
    display: block;
    padding: 0.15rem 0 0.3rem;
  }
  .aolgservice .c .box {
    width: 100%;
    padding: 0 0.6rem;
  }
  .aolgservice .c .box ul li {
    width: 50%;
  }
  .aolgservice .c .tabbox .flex_item {
    padding-left: 0.15rem;
    margin-bottom: 0.3rem;
  }
  .aolgservice .c .flex,
  .culture .a h4 {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .aolgservice .c .tabbox .flex_item ul {
    margin-top: 0.15rem;
  }
  .aolgservice .c .tabtitle {
    font-size: 0.16rem;
  }
  .aolgservice .c .tabtitle li span {
    line-height: 0.45rem;
  }
  .culture .a,
  .culture .c {
    padding: 0.4rem 0;
  }
  .culture,
  .culture .a .bd ul li dd,
  .culture .b .bd li,
  .Member,
  .news {
    font-size: 0.14rem;
  }
  .culture .a h4 {
    padding: 0.2rem 0;
  }
  .culture .a .hd .flex {
    display: block;
  }
  .culture .a .hd .pic {
    width: 100%;
  }
  .culture .a .hd p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 0.28rem;
  }
  .culture .a .hd .pic span {
    left: 0.2rem;
  }
  .culture .a .bd ul li {
    width: 50%;
  }
  .culture .a .bd ul li .box {
    padding: 0.15rem;
    height: 1.6rem;
  }
  .culture .a .bd ul li dt span {
    display: none;
  }
  .culture .a .bd ul li img {
    width: 0.35rem;
  }
  .culture .a .bd ul li p,
  .culture .a .hd dt,
  .culture .a .hd .pic span {
    font-size: 0.35rem;
  }
  .culture .a .bd ul li dt,
  .Member .bd .flex dt,
  .news .title {
    font-size: 0.22rem;
  }
  .culture .b .left dl,
  .culture .b .bd {
    padding: 0.15rem;
  }
  .culture .b .flex {
    display: block;
  }
  .culture .b .left {
    height: auto;
  }
  .culture .b dt {
    font-size: 0.3rem;
  }
  .culture .b .bd li span {
    min-width: 1.5rem;
  }
  .culture .b .bd ul {
    padding: 0;
  }
  .culture .b .bd dd,
  .culture .a .hd dd,
  .news .title h2 {
    font-size: 0.2rem;
  }
  .Member .hd .swiper-slide span {
    width: 0.8rem;
    height: 0.8rem;
  }

  .Member .bd .flex {
    display: block;
  }
  .Member .bd .flex .pic img,
  .news .hd .pic img {
    height: auto;
  }
  .Member .bd .flex .flex_item:first-child {
    padding: 0.15rem;
  }
  .Member .bd .flex .txt {
    margin-top: 0.15rem;
  }
  .Member {
    padding: 0.4rem 0;
  }
  .news .title {
    padding: 0.4rem 0 0.2rem;
  }
  .news .hd {
    background-size: cover;
  }
  .news .hd .flex {
    display: block;
  }
  .news .hd .box {
    padding: 0.15rem;
  }
  .news .hd .box {
    line-height: 0.24rem;
  }
  .news .hd .box .txt {
    margin: 0.15rem 0;
  }
  .news .hd .box h3 {
    font-size: 0.18rem;
  }
  .news .bd li dl {
    display: none;
  }
  .news .bd li .pic {
    width: 1.2rem;
    margin-right: 0.15rem;
  }
  .news .bd li .pic img {
    height: 1rem;
  }
  .news .bd li h4 {
    font-size: 0.18rem;
  }
  .news .bd li p {
    line-height: 0.2rem;
    margin-bottom: 0;
  }
  .news .bd li span {
    display: none;
  }
  .news .bd li {
    padding-right: 0.15rem;
    margin-top: 0.2rem;
  }
  .pages {
    padding: 0.4rem 0;
  }
  .news .item {
    padding: 0;
    font-size: 0.14rem;
  }
  .news .item video {
    /* height: 4rem; */
    height: 2.6rem;
  }
  .news .item .ft {
    /* padding-bottom: 0.4rem; */
  }
  .news .item .swiper-button-next {
    right: 0.1rem;
  }
  .news .item .swiper-button-prev {
    left: 0.1rem;
  }
  .news .item .ft .pic::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .news .item .bd {
    padding: 0;
  }
  .newsitem .info .side {
    display: none;
  }
  .newsitem {
    font-size: 0.14rem;
    padding: 0.4rem 0;
  }
  .newsitem .info > .flex_item {
    padding: 0.15rem;
  }
  .newsitem .info .bd p {
    line-height: 0.24rem;
    padding: 0.1rem 0;
  }
  .newsitem .info .hd h1 {
    font-size: 0.2rem;
  }
  .business .title_common {
    margin-top: 0.4rem;
  }
  .business .a .flex {
    display: block;
  }
  .business .a .pic img {
    height: auto;
  }
  .business .a {
    margin: 0.3rem 0 0.4rem;
    background-size: cover;
  }
  .business .a .bd {
    padding: 0.15rem;
  }
  .business .d .bd .flex {
    display: block;
  }
  .business .d .side {
    width: auto;
    height: auto;
    margin: 0 0 0.2rem 0;
    background: none;
    display: block;
    position: static;
  }
  .business .d .side ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.05rem;
  }
  .business .d .side li {
    position: static;
    padding: 0.05rem;
    width: 33.333%;
    transform: translate(0, 0) !important;
  }
  .business .d .side li span {
    position: static;
    font-size: 0.16rem;
    transform: translate(0, 0) !important;
    padding: 0.1rem !important;
    display: block;
    background: #f5f5f5;
  }
  .business .d .side li.on span {
    background: #2b5db6;
  }
  .business .d .side .center {
    display: none;
  }
  .business .d .side li img,
  .business .d .tabbox dl::after {
    display: none;
  }
  .business .d .tabbox .pic img {
    height: auto;
  }
  .business .d .tabbox dl {
    position: static;
    padding: 0.2rem;
    width: 100%;
  }
  .business,
  .business .c .bd a,
  .business .a {
    font-size: 0.14rem;
  }
  .business .d .tabbox dl dd {
    margin-top: 0.1rem;
  }
  .business .d {
    padding-bottom: 0.4rem;
  }
  .business .c {
    padding: 0.4rem 0;
  }
  .business .title dt {
    font-size: 0.24rem;
  }
  .business .title dd {
    font-size: 0.2rem;
  }
  .business .a .bd p {
    margin-top: 0.2rem;
    line-height: 0.24rem;
  }
  .business .c .bd h4,
  .business .d .tabbox dl dt,
  .business .a .bd dd {
    font-size: 0.18rem;
  }
  .business .c .bd .in {
    padding: 0.15rem;
  }
  .business .c .swiper-button-next {
    right: 0.1rem;
  }
  .business .c .swiper-button-prev {
    left: 0.1rem;
  }
  .business .c .swiper-button-prev,
  .business .c .swiper-button-next {
    width: 0.35rem;
    height: 0.35rem;
  }
  .business .h .bd {
    font-size: 0.18rem;
  }
  .business .h .bd .flex {
    display: block;
  }
  .business .h .bd .pic img {
    height: auto;
  }
  .business .h .hd {
    width: auto;
    height: auto;
    position: static;
    border: none;
  }
  .business .h .hd .in {
    display: none;
  }
  .business .h .hd ul {
    padding-top: 0.2rem;
    flex-wrap: wrap;
  }
  .business .h .hd li {
    position: static;
    width: 0.9rem;
    height: 0.9rem;
    padding-top: 0.13rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.07rem !important;
    transform: translate(0, 0) !important;
  }
  .business .h .bd {
    font-size: 0.14rem;
    margin-top: 0.3rem;
  }
  .business .h .flex_item:first-child .tabbox {
    margin-top: 0.15rem;
    padding: 0.15rem;
  }
  .business .h .ft ul li {
    width: 100%;
    padding: 0.05rem 0.15rem;
  }
  .business .h .ft ul li .flex {
    font-size: 0.14rem;
    line-height: 0.22rem;
    padding: 0 0.2rem;
  }
  .business .h .ft ul li dl,
  .business .h .ft ul li .pic span {
    font-size: 0.17rem;
  }
  .business .h .ft .pic img {
    height: 1.8rem;
  }
  .business .h .ft ul li .pic span {
    width: 1rem;
    height: 1rem;
  }
  .business .h .ft ul li dl {
    margin-right: 0.2rem;
  }
  .business .h .ft {
    margin-top: 0.3rem;
  }
  .business .g {
    padding: 0.4rem 0;
  }
  .business .g .bd {
    display: block;
    margin-top: 0.2rem;
  }
  .business .g .bd .pic img {
    height: 2rem;
  }
  .business .g .bd .pic p {
    font-size: 0.12rem;
    padding: 0.1rem 0.15rem;
  }
  .business .g .bd .tabtitle {
    font-size: 0.14rem;
    display: flex;
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .business .g .bd .tabtitle li span {
    display: none;
  }
  .business .g .bd .tabtitle li {
    flex: 1;
    line-height: 0.24rem;
    padding: 0.1rem 0;
    height: auto;
  }
  .business .g .bd .tabtitle li + li {
    margin: 0 0 0 0.15rem;
  }
  .business .f .bd ul li {
    width: 100%;
  }
  .business .f .bd {
    margin-top: 0.2rem;
  }
  .business .f .bd ul p,
  .business .f .bd li dt {
    font-size: 0.18rem;
  }
  .business .f .bd li:nth-child(even) .box::after {
    border-bottom: none;
    border-top: 14px solid #f4f4f4;
    top: auto;
    bottom: -14px;
  }
  .business .f .bd li:nth-child(even):hover .box::after {
    border-top: 14px solid #2b5db6;
  }
  .business .b .bd {
    padding-bottom: 0.4rem;
  }
  .business .e .visible-xs {
    padding: 0.2rem 0;
  }
  .business .e .ft ul li {
    width: 100%;
  }
  .business .e .ft ul li .flex {
    padding: 0.2rem;
    height: 1.5rem;
  }
  .business .e {
    font-size: 0.14rem;
    padding-bottom: 0.4rem;
  }
  .business .e .ft p {
    line-height: 0.24rem;
  }
  .business .e .ft img {
    width: 0.7rem;
  }
  .Project {
    font-size: 0.14rem;
    padding: 0.4rem 0 0;
  }
  .Project .bd ul {
    margin: 0;
  }
  .Project .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .Project .tabtitle {
    font-size: 0.14rem;
    margin: 0.15rem -0.05rem 0.08rem;
  }
  .Project .tabtitle li {
    width: 33.333%;
    padding: 0.05rem;
  }
  .Project .tabtitle li a {
    line-height: 0.45rem;
    padding: 0 0.1rem;
  }
  .Project .bd ul li a,
  .cooperation {
    font-size: 0.14rem;
  }
  .Project .bd ul li .down {
    line-height: 0.22rem;
  }
  .Project .bd ul li h4 {
    font-size: 0.2rem;
  }
  .Project .bd ul li dt {
    font-size: 0.18rem;
  }
  .cooperation {
    padding: 0.4rem 0;
  }
  .cooperation .bd .box {
    display: block;
    background-size: cover;
    margin-top: 0.3rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .cooperation .bd .pic {
    width: 100%;
  }
  .cooperation .bd .pic img {
    height: auto;
  }
  .cooperation .bd .in {
    padding: 0.2rem;
  }
  .cooperation .bd p {
    margin-top: 0.1rem;
  }
  .cooperation .bd .flex img {
    width: 0.5rem;
  }
  .cooperation .bd .flex dt {
    font-size: 0.2rem;
  }
  .cooperation .bd .box:nth-child(even) {
    background-size: cover;
  }
  .application,
  .contactus {
    font-size: 0.14rem;
    padding: 0.4rem 0;
  }
  .application .bd {
    font-size: 0.14rem;
    padding: 0.15rem;
  }
  .application .bd ul li,
  .application .hd .pic {
    width: 100%;
  }
  .application .hd .flex {
    display: block;
  }
  .application .hd img {
    height: auto;
  }
  .application .hd,
  .contactus .a .bd,
  .contactus .a .bd .box dl,
  .contactus .a .ft {
    font-size: 0.16rem;
  }
  .application .hd dl {
    padding: 0.2rem 0;
  }
  .application .hd dt,
  .contactus .a .bd .box dl dt {
    font-size: 0.32rem;
  }
  .contactus .a .bd .box {
    height: auto;
    padding: 0.3rem;
  }
  .contactus .a .bd .box li span {
    font-size: 0.2rem;
  }
  .contactus .a .bd {
    height: auto;
  }
  .contactus .a .ft {
    padding: 0.2rem;
    line-height: 0.4rem;
  }
  .contactus .a .ft ul li {
    width: 100%;
  }
  .contactus .a .ft ul img {
    width: 0.15rem;
  }
  .contactus .b {
    margin-top: 0.3rem;
  }
  .joinitem .lists_hd .flex > div {
    width: 33.333%;
    font-size: 0.12rem;
  }
  .joinitem .lists_hd .flex > div img {
    display: none;
  }
  .joinitem .lists {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .newsitem .info > .joinitem {
    padding-bottom: 1rem;
  }
  .joinitem .ft {
    padding: 0.15rem;
  }
  .joinitem .ft button {
    font-size: 0.14rem;
    height: 0.45rem;
  }
  .join .hd .flex {
    display: block;
  }
  .join .hd select {
    width: 100%;
    font-size: 0.14rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .join {
    font-size: 0.14rem;
    padding: 0.4rem 0 0;
  }
  .join .hd .search {
    width: 100%;
  }
  .join .hd .search input {
    font-size: 0.14rem;
    height: 0.4rem;
  }
  .join .hd .search button {
    font-size: 0.14rem;
    height: 0.4rem;
    width: 1rem;
  }
  .join .hd .search button img {
    width: 0.16rem;
  }
  .join .hd .tiaojian b,
  .join .hd .tiaojian ul li,
  .join .bd table th {
    font-size: 0.14rem;
  }
  .join .bd {
    overflow-x: auto;
  }
  .join .bd table th,
  .join .bd table td {
    padding: 0.1rem;
    white-space: nowrap;
  }
  .join .bd table {
    font-size: 0.14rem;
  }
  .business .e .ft h4 {
    font-size: 0.18rem;
  }
  .Member .swiper-button-next,
  .Member .swiper-button-prev {
    width: 0.35rem;
    height: 0.35rem;
  }
  .Member .hd {
    padding: 0 0.5rem;
  }
  .Member .bd .swiper-slide-active,
  .Member .bd .swiper-slide-duplicate-active {
    transform: scale(1);
    width: 100%;
  }
  .news .item .video i {
    width: 0.45rem;
    height: 0.45rem;
  }
  .culture .a .bd ul li dd {
    white-space: inherit;
  }
  .homepage .a ul li:hover a dl {
    padding: 0;
  }
  .homepage .a ul li:hover a dt {
    font-size: 0.18rem;
    padding: 0;
  }
  .culture .a .hd .flex_item {
    padding: 0.2rem;
  }
  .homepage .d .ft ul li:hover .pic,
  .homepage .d .ft ul li.on .pic {
    display: none;
  }
  .homepage .d .ft ul li:hover,
  .homepage .d .ft ul li.on {
    background: #ed4d2b;
  }
  .homepage .d .in {
    display: block;
  }
  .homepage .d .pic img {
    height: auto;
  }
  .cooperation .bd .flex_item {
    display: flex;
    align-items: center;
    justify-content: center;daaaqE#eqdaAAE#eqdaAAzz
    padding: 0 50px;
  }
  .aolgservice .b .bd li:first-child .flex_item::after {
    content : none;
  }
}


.layui-upload-file {
  display: none;
}

#license {
  width: 100%;
}

#map{
  width: 100%;
  height: 500px;
}

.line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}