body {
  background-color: #f7f8f9;
  color: #404e5f;
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
.container,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
.row {
  margin: 0;
}
.header {
  position: relative;
  z-index: 9;
  height: 80px;
  background-color: #fff;
}
.header .logo {
  padding-top: 10px;
  max-width: 189px;
}
.header .nav {
  padding-top: 4px;
}
.header .nav ul {
  text-align: right;
}
.header .nav ul li {
  position: relative;
  display: inline-block;
}
.header .nav ul li + li {
  margin-left: 7%;
}
.header .nav ul li > a {
  display: block;
  line-height: 72px;
  font-size: 18px;
}
.header .nav ul li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #0d69be;
  margin: 0 auto;
  transition: all 0.5s;
}
.header .nav ul li:hover a::after {
  width: 24px;
}
.header .nav ul li .current {
  color: #0d69be;
}
.header .nav ul li .current::after {
  width: 24px;
}
.header .nav ul li dl {
  position: absolute;
  left: 50%;
  top: 76px;
  z-index: 9;
  width: 150px;
  margin-left: -75px;
  text-align: left;
  padding-top: 10px;
  display: none;
}
.header .nav ul li dl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -5px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-bottom-color: #0d69be;
}
.header .nav ul li dl dd {
  position: relative;
  z-index: 9;
  background-color: #0d69be;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0873d6;
}
.header .nav ul li dl dd:last-child {
  border-bottom: none;
}
.header .nav ul li dl dd a {
  color: #fff;
}
.header .nav ul li dl dd:hover,
.header .nav ul li dl dd.active {
  background-color: #0b5294;
}
.m_nav {
  width: 0;
  overflow: hidden;
}
.footer .foot {
  height: 337px;
  padding-top: 80px;
  background: #0d69be url(../img/bottom_backPic.png) no-repeat center;
}
.footer .foot > div > div {
  float: left;
  color: #FFFFFF;
}
.footer .foot .foot-tel {
  padding-top: 50px;
}
.footer .foot .foot-tel img {
  width: 228px;
  height: 61px;
}
.footer .foot h3 {
  font-size: 16px;
  line-height: 18px;
}
.footer .foot h3::after {
  content: '';
  display: block;
  width: 66px;
  height: 2px;
  margin-top: 18px;
  background-color: #fff;
}
.footer .foot .foot-add {
  width: 48%;
  margin-left: 10%;
}
.footer .foot .foot-add ul {
  padding-top: 22px;
}
.footer .foot .foot-add ul li {
  line-height: 18px;
  padding: 5px 0 5px 22px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.footer .foot .foot-add ul li:nth-child(1) {
  background-image: url(../img/phoneNumber_icon.png);
}
.footer .foot .foot-add ul li:nth-child(2) {
  background-image: url(../img/icon1.png);
}
.footer .foot .foot-add ul li:nth-child(3) {
  background-image: url(../img/icon2.png);
}
.footer .foot .foot-add ul li:nth-child(4) {
  background-image: url(../img/icon2.png);
}
.footer .foot .foot-add ul li:nth-child(5) {
  background-image: url(../img/icon3.png);
}
.footer .foot .foot-add ul li a {
  color: #fff;
}
.footer .foot .foot-add p {
  display: none;
}
.footer .foot .foot-add p a {
  color: #fff;
}
.footer .foot .foot-wechat div,
.footer .foot .foot-site div {
  width: 110px;
  padding-top: 30px;
}
.footer .foot .foot-site {
  float: right;
}
.footer .bottom {
  line-height: 22px;
  padding: 20px 0;
}
.footer .bottom p > a {
  margin-left: 5%;
}
.footer .bottom p span {
  float: right;
}
.fixedfoot {
  display: none;
}
.banner {
  height: 600px;
}
.banner > div {
  height: 100%;
}
.banner .swiper-slide {
  background-position: center;
  background-size: cover;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 30% auto;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #0d69be;
}
.search {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.search .container {
  position: relative;
}
.search p {
  line-height: 60px;
}
.search p span {
  color: #0d69be;
  font-size: 16px;
  font-weight: bold;
}
.search p a {
  margin-left: 2%;
}
.search .box {
  position: absolute;
  top: -49px;
  right: 0;
  width: 47%;
  height: 110px;
  background-color: #0d69be;
  border-radius: 45px 0 55px 0;
  line-height: 60px;
  padding-top: 25px;
  padding-left: 6%;
}
.search .box input[type="text"] {
  width: 60%;
  height: 60px;
  background-color: #0558a6;
  border: 0;
  font-size: 16px;
  color: #7dabd5;
  text-indent: 30px;
}
.search .box input[type="text"]::-webkit-input-placeholder {
  color: #7dabd5;
}
.search .box input[type="text"]:-moz-placeholder {
  color: #7dabd5;
}
.search .box input[type="text"]::-moz-placeholder {
  color: #7dabd5;
}
.search .box input[type="text"]:-ms-input-placeholder {
  color: #7dabd5;
}
.search .box input[type="submit"] {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-left: 6%;
}
.product {
  position: relative;
  z-index: 9;
  background-color: inherit;
  padding: 70px 0;
}
.product h3 {
  font-size: 34px;
  line-height: 44px;
}
.product h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.product h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #0d69be;
}
.product h3,
.product h4 {
  text-align: center;
}
.product .box {
  padding-top: 40px;
}
.product .box ul {
  margin: 0 -15px;
}
.product .box ul li {
  float: left;
  width: 25%;
  padding: 10px 15px;
}
.product .box ul li .item {
  position: relative;
  background-color: #fff;
  padding: 18px  8px 12px;
}
.product .box ul li .item p {
  line-height: 34px;
  background-color: #404e5f;
  padding: 0 18px;
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 2;
  opacity: 0;
  border-radius: 0 17px 17px 0;
  box-shadow: 3px 3px 5px rgba(175, 201, 233, 0.5);
  transition: all 0.8s;
}
.product .box ul li .item p a {
  padding-right: 18px;
  color: #fff;
  background: url(../img/more_rightArrow_icon.png) no-repeat right center;
}
.product .box ul li .item div {
  height: 205px;
}
.product .box ul li .item div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .box ul li .item h2 {
  text-align: center;
  font-weight: bold;
}
.product .box ul li .item h2 a {
  display: block;
  font-size: 16px;
  line-height: 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product .box ul li .item h2 span {
  position: absolute;
  bottom: -10px;
  right: -40px;
  z-index: 2;
  opacity: 0;
  width: 70px;
  line-height: 34px;
  font-size: 14px;
  background-color: #eec846;
  color: #fff;
  border-radius: 12px 0 12px;
  transition: all 0.8s;
}
.product .box ul li .item:hover p {
  left: 0;
  opacity: 1;
}
.product .box ul li .item:hover h2 a {
  color: #0d69be;
}
.product .box ul li .item:hover h2 span {
  right: -10px;
  opacity: 1;
}
.about {
  padding-top: 75px;
  height: 616px;
  background: url(../img/aboutUs_backPic.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.about h3 {
  font-size: 34px;
  line-height: 44px;
}
.about h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.about h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #fff;
}
.about h3,
.about h4 {
  color: #fff;
  text-align: center;
}
.about h5 {
  font-size: 16px;
  line-height: 24px;
}
.about h6 {
  font-size: 12px;
  line-height: 20px;
}
.about h5,
.about h6 {
  color: #fff;
  font-weight: bold;
}
.about .box {
  padding-top: 52px;
}
.about .box > div {
  width: 50%;
  float: left;
}
.about .box .box1 {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
}
.about .box .profile {
  position: relative;
  max-width: 600px;
  height: 100%;
  float: right;
  padding-top: 45px;
}
.about .box .profile div {
  margin-bottom: 20px;
  text-align: right;
  padding-right: 7.5%;
  background: url(../img/company_icon.png) no-repeat left center;
}
.about .box .profile p {
  color: #fff;
  line-height: 24px;
  padding-right: 8%;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.about .box .profile > a {
  position: absolute;
  bottom: 45px;
  right: 7.5%;
  color: #fff;
  font-weight: bold;
}
.about .box ul {
  max-width: 600px;
}
.about .box ul li {
  width: 30%;
  height: 162px;
  margin: 0 3% 40px 17%;
  float: left;
}
.about .box ul li h5 {
  margin-top: 58px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 0.5s;
}
.about .box ul li h6 {
  border-bottom: 0px solid #fff;
  transition: all 0.5s;
}
.about .box ul li:nth-child(1) h5 {
  background-image: url(../img/culture_icon.png);
}
.about .box ul li:nth-child(2) h5 {
  background-image: url(../img/organization_icon.png);
}
.about .box ul li:nth-child(3) h5 {
  background-image: url(../img/honor_icon.png);
}
.about .box ul li:nth-child(4) h5 {
  background-image: url(../img/science_icon.png);
}
.about .box ul li:hover h5 {
  margin-top: 38px;
}
.about .box ul li:hover h6 {
  padding-bottom: 20px;
  border-bottom-width: 1px;
}
.news {
  padding-top: 70px;
}
.news h3 {
  font-size: 34px;
  line-height: 44px;
}
.news h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 36px;
}
.news h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #0d69be;
}
.news h3,
.news h4 {
  text-align: center;
}
.news .tit {
  position: relative;
}
.news .tit span {
  font-size: 22px;
  line-height: 22px;
}
.news .tit span::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #0d69be;
  margin-top: 8px;
}
.news .tit a {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  line-height: 34px;
  color: #0d69be;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.news .tit a:hover {
  background-color: #0d69be;
  color: #fff;
}
.news .news-itme1 {
  padding-top: 30px;
  padding-bottom: 46px;
  overflow: hidden;
}
.news .news-itme1 ul {
  margin: 0 -15px;
}
.news .news-itme1 ul li {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}
.news .news-itme1 ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  transition: all 0.8s;
}
.news .news-itme1 ul li span {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  width: 54px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.news .news-itme1 ul li .img {
  height: 240px;
  overflow: hidden;
}
.news .news-itme1 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.news .news-itme1 ul li .t {
  padding: 25px 30px;
}
.news .news-itme1 ul li .t h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.news .news-itme1 ul li .t p {
  margin-top: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #6a7889;
}
.news .news-itme1 ul li a:hover {
  background-color: #0d69be;
}
.news .news-itme1 ul li a:hover div img {
  transform: scale(1.2);
}
.news .news-itme1 ul li a:hover h2 {
  color: #fff;
}
.news .news-itme1 ul li a:hover p {
  color: #c0daf2;
}
.news .news-itme2 {
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}
.news .news-itme2 ul {
  margin: 0 -15px;
}
.news .news-itme2 ul li {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}
.news .news-itme2 ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 25px 30px;
  transition: all 0.8s;
}
.news .news-itme2 ul li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #0d69be;
  line-height: 22px;
  margin-bottom: 22px;
}
.news .news-itme2 ul li h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.news .news-itme2 ul li p {
  margin-top: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #6a7889;
}
.news .news-itme2 ul li a:hover {
  background-color: #0d69be;
}
.news .news-itme2 ul li a:hover span {
  color: #ffd545;
}
.news .news-itme2 ul li a:hover h2 {
  color: #fff;
}
.news .news-itme2 ul li a:hover p {
  color: #c0daf2;
}
.service {
  padding-top: 55px;
  height: 346px;
  background: url(../img/backPic.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.service h3 {
  font-size: 22px;
  line-height: 32px;
}
.service h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.service h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #fff;
}
.service h3,
.service h4 {
  color: #fff;
  text-align: center;
}
.service ul {
  padding-top: 40px;
  text-align: center;
}
.service ul li {
  width: 21%;
  display: inline-block;
}
.service ul li::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 15px;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.service ul li:nth-child(1)::before {
  background-image: url(../img/considerate_icon.png);
}
.service ul li:nth-child(2)::before {
  background-image: url(../img/quick_icon.png);
}
.service ul li:nth-child(3)::before {
  background-image: url(../img/profession_icon.png);
}
.service ul li:nth-child(4)::before {
  background-image: url(../img/growth_icon.png);
}
.service ul li h5 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.service ul li h6 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}
.case {
  padding-top: 70px;
  padding-bottom: 80px;
}
.case h3 {
  font-size: 34px;
  line-height: 44px;
}
.case h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.case h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background-color: #0d69be;
}
.case h3,
.case h4 {
  text-align: center;
}
.case .item {
  position: relative;
  transition: all 0.8s;
}
.case .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  background: #fff url(../img/search_icon.png) no-repeat center;
  transition: all 0.8s;
}
.case .item div {
  height: 200px;
}
.case .item div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .item h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case .item:hover {
  background-color: #0d69be;
}
.case .item:hover::after {
  right: 20px;
  bottom: 43px;
  opacity: 1;
}
.case .item:hover h2 {
  color: #fff;
}
.case .swiper-button-prev,
.case .swiper-button-next {
  width: 40px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 30% auto;
}
.case .swiper-button-prev {
  left: 0;
  background-image: url(../img/preArrow_icon.png);
}
.case .swiper-button-next {
  right: 0;
  background-image: url(../img/nextArrow_icon.png);
}
.case .swiper-button-prev:hover,
.case .swiper-button-next:hover {
  background-color: #fff;
}
.inside {
  background-color: #0d69be;
}
.inside .box {
  top: -130px;
  background-color: #404e5f;
}
.inside .box input[type="text"] {
  background-color: #364251;
}
.inside .box input[type="text"]::-webkit-input-placeholder {
  color: #576b84;
}
.inside .box input[type="text"]:-moz-placeholder {
  color: #576b84;
}
.inside .box input[type="text"]::-moz-placeholder {
  color: #576b84;
}
.inside .box input[type="text"]:-ms-input-placeholder {
  color: #576b84;
}
.inside ul {
  text-align: center;
}
.inside ul li {
  display: inline-block;
  line-height: 58px;
  margin: 0 3%;
}
.inside ul li::after {
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  height: 3px;
  margin: 0 auto;
  background-color: #ffd545;
  transition: all 0.5s;
}
.inside ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.inside ul li:hover::after,
.inside ul li.active::after {
  width: 24px;
  opacity: 1;
}
.list-article {
  padding: 80px 0;
  overflow: hidden;
}
.list-article ul {
  margin: 0 -15px;
}
.list-article ul li {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  height: 374px;
  float: left;
}
.list-article ul li .img {
  height: 0;
  transition: all 0.5s;
}
.list-article ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-article ul li .tit {
  padding: 0 30px 30px;
  background-color: #fff;
  transition: all 0.5s;
}
.list-article ul li .tit .time {
  width: 90px;
  height: 90px;
  background-color: #22282f;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.list-article ul li .tit .time b {
  padding-top: 10px;
  display: block;
  font-size: 36px;
  line-height: 45px;
}
.list-article ul li .tit .time span {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.list-article ul li .tit h2 {
  margin-top: 25px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
}
.list-article ul li .tit p {
  height: 150px;
  overflow: hidden;
  line-height: 22px;
  text-indent: 2em;
  color: #525960;
  padding-top: 26px;
  transition: all 0.5s;
}
.list-article ul li .tit .more {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.list-article ul li .tit .more a {
  position: relative;
  left: calc(100% - 66px);
  color: #0d69be;
  transition: all 1s;
}
.list-article ul li > div .img {
  height: 240px;
}
.list-article ul li > div .tit .time {
  height: 0;
  opacity: 0;
}
.list-article ul li > div .tit p {
  height: 0;
  padding-top: 0;
  opacity: 0;
}
.list-article ul li > div:hover .img {
  overflow: hidden;
}
.list-article ul li > div:hover .img img {
  transition: all 0.8s;
  transform: scale(1.2);
}
.list-article ul li > div:hover .tit {
  background-color: #0d69be;
}
.list-article ul li > div:hover .tit h2 a {
  color: #fff;
}
.list-article ul li > div:hover .tit .more a {
  color: #ffd545;
  left: 0;
}
.list-people .con1 {
  font-family: '思源宋体';
  text-align: right;
  padding-top: 80px;
  padding-bottom: 75px;
}
.list-people .con1 > div::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #ffd545;
  margin-bottom: 10px;
}
.list-people .con1 p {
  font-size: 24px;
  line-height: 44px;
}
.list-people .con1 h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 56px;
  padding-top: 40px;
  color: #0d69be;
}
.list-people .box {
  position: relative;
  height: 440px;
  background: url(../img/back1.jpg) no-repeat center;
  color: #fff;
}
.list-people .box h4 {
  font-size: 28px;
  font-weight: bold;
  font-family: '思源宋体';
  line-height: 32px;
  padding-top: 78px;
  margin-bottom: 55px;
}
.list-people .box h4::after {
  content: '';
  display: block;
  width: 240px;
  height: 1px;
  background-color: #fff;
  margin-top: 18px;
}
.list-people .box ul {
  margin-bottom: 55px;
}
.list-people .box ul li {
  float: left;
  margin-right: 8%;
  padding-left: 70px;
  background-position: left center;
  background-repeat: no-repeat;
}
.list-people .box ul li:nth-child(1) {
  background-image: url(../img/standard_icon.png);
}
.list-people .box ul li:nth-child(2) {
  background-image: url(../img/competition_icon.png);
}
.list-people .box ul li:nth-child(3) {
  background-image: url(../img/behavior_icon.png);
}
.list-people .box ul li h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.list-people .box ul li p {
  line-height: 26px;
}
.list-people .box a {
  display: block;
  width: 120px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 26px;
  box-shadow: 0 0 5px 0 rgba(13, 105, 190, 0.2);
  background-image: linear-gradient(135deg, #0d7dbe, #0d26be);
}
.list-people .con2 {
  padding: 75px 0 80px;
}
.list-people .con2 P {
  max-width: 860px;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}
.list-recruit {
  padding: 80px 0;
}
.list-recruit li {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
}
.list-recruit li + li {
  margin-top: 40px;
}
.list-recruit li .tit {
  position: relative;
  border-bottom: 1px solid #0d69be;
}
.list-recruit li .tit h2 {
  font-size: 22px;
  line-height: 72px;
}
.list-recruit li .tit span {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 30%;
}
.list-recruit li .box {
  padding-top: 12px;
  padding-bottom: 20px;
}
.list-recruit li .box p {
  line-height: 20px;
  padding: 8px 0;
}
.list-recruit li .box strong {
  color: #afb8bc;
  margin-right: 100px;
}
.list-recruit li a {
  line-height: 34px;
  width: 84px;
  border: 0;
  background-color: #0d69be;
  color: #fff;
  text-align: center;
  border-radius: 12px 0 12px;
  position: absolute;
  right: 10px;
  bottom: -10px;
  opacity: 0;
  transition: all 0.5s;
}
.list-recruit li:hover {
  box-shadow: 5px 5px 5px 0 rgba(219, 226, 233, 0.5);
}
.list-recruit li:hover a {
  opacity: 1;
  right: -10px;
}
.list-img {
  padding: 80px 0;
  overflow: hidden;
}
.list-img ul {
  margin: 0 -10px;
}
.list-img li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.list-img li .item {
  position: relative;
  transition: all 0.8s;
}
.list-img li .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  background: #fff url(../img/search_icon.png) no-repeat center;
  transition: all 0.8s;
}
.list-img li .item div {
  height: 200px;
  background-color: #fff;
}
.list-img li .item div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-img li .item h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-img li .item:hover {
  background-color: #0d69be;
}
.list-img li .item:hover::after {
  right: 20px;
  bottom: 43px;
  opacity: 1;
}
.list-img li .item:hover h2 {
  color: #fff;
}
.list-case {
  padding: 80px 0 0;
}
.list-case .row {
  margin-bottom: 60px;
}
.list-case .img img {
  width: 100%;
}
.list-case .con {
  padding-left: 10%;
  color: #999;
}
.list-case .con h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.list-case .con td {
  font-size: 16px;
  line-height: 1.2em;
  padding: 0.3em 0.2em;
}
.list-project {
  padding-top: 50px;
}
.list-project h1 {
  max-width: 1200px;
  text-align: center;
  font-size: 40px;
  color: #3e3a39;
  height: 90px;
  line-height: 60px;
}
.list-project h1::after {
  content: '';
  display: block;
  margin: 26px auto 0;
  width: 60px;
  height: 4px;
  background-color: #3e3a39;
}
.list-project .flow-img {
  margin-top: 120px;
  margin-bottom: 190px;
}
.list-project .flow-img img {
  width: 100%;
}
.list-project .flow-img:nth-of-type(2) {
  margin-top: 120px;
  margin-bottom: 0;
}
.list-project .flow-list {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin-top: 120px;
}
.list-project .flow-list ul li {
  float: left;
  height: 268px;
  border: 1px solid #b7b8b8;
  list-style: none;
  margin-right: 14px;
  overflow: hidden;
}
.list-project .flow-list ul li:last-child {
  margin-right: 0px;
}
.list-project .flow-list ul li img {
  height: 100%;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.list-project .flow-list ul li:hover img {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.list-project .flow-con {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 45px;
  padding-bottom: 130px;
}
.list-honor {
  padding-top: 50px;
}
.list-honor h1 {
  text-align: center;
  font-size: 40px;
  color: #0d69be;
  height: 90px;
  line-height: 60px;
}
.list-honor h1::after {
  content: '';
  display: block;
  margin: 18px auto 0;
  width: 60px;
  height: 4px;
  background-color: #0d69be;
}
.list-honor p {
  font-size: 16px;
  line-height: 16px;
  color: #737373;
  padding-top: 5px;
}
.list-honor .flow-img {
  margin-top: 70px;
  margin-bottom: 80px;
}
.list-honor .flow-img img {
  width: 100%;
}
.list-about {
  padding-top: 80px;
}
.list-about .con {
  height: 600px;
  color: #fff;
}
.list-about .con .con1 {
  width: 47%;
  height: 100%;
  padding: 0 8.3333%;
  background-color: #0d69be;
  float: left;
  position: relative;
  z-index: 9;
}
.list-about .con .con1 h3 {
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
  font-family: '思源宋体';
  text-align: right;
  margin-top: 10px;
  margin-right: -232px;
}
.list-about .con .con1 h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: '思源宋体';
  max-width: 260px;
  line-height: 64px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.list-about .con .con1 p {
  line-height: 24px;
  text-indent: 2em;
}
.list-about .con .con2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 53%;
  height: 100%;
  float: left;
  padding: 140px 8.3333%;
  text-align: right;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  font-family: '思源宋体';
  background: url(../img/backs.jpg) no-repeat center;
}
.list-about .con .con2 h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
.list-about .con .con2 p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-top: 5px;
}
.list-about .con .con2 p::before {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #ffd545;
  position: absolute;
  right: 0;
  top: 0;
}
.list-about .activity {
  padding: 50px 0 80px;
  font-family: '思源宋体';
}
.list-about .activity h3 {
  font-size: 34px;
}
.list-about .activity h4 {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0d69be;
  text-shadow: rgba(30, 93, 152, 0.5) 2px 2px 3px;
}
.list-about .activity .item div {
  height: 232px;
}
.list-about .activity .item div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-about .activity .item p {
  text-align: center;
  font-family: 'Microsoft YaHei';
  line-height: 2.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-about .activity .swiper-button-prev,
.list-about .activity .swiper-button-next {
  width: 40px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 30% auto;
}
.list-about .activity .swiper-button-prev {
  left: 0;
  background-image: url(../img/preArrow_icon.png);
}
.list-about .activity .swiper-button-next {
  right: 0;
  background-image: url(../img/nextArrow_icon.png);
}
.list-about .activity .swiper-button-prev:hover,
.list-about .activity .swiper-button-next:hover {
  background-color: #fff;
}
.list-contact {
  padding-top: 50px;
  padding-bottom: 80px;
}
.list-contact .map {
  height: 540px;
}
.list-contact .con {
  position: relative;
  z-index: 9;
  width: 43%;
  height: 360px;
  background-color: #0d69be;
  padding: 4%;
  color: #fff;
  float: right;
  margin-top: -150px;
}
.list-contact .con .box {
  height: 100%;
  border-bottom: 2px solid #fff;
}
.list-contact .con h3 {
  font-family: '思源宋体';
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
.list-contact .con h4 {
  display: inline-block;
  padding-right: 10%;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 10% 8px 0;
  background: url(../img/number_icon.png) no-repeat right center;
}
.list-contact .con p {
  line-height: 20px;
  padding: 6px 0;
}
.list-contact .con a {
  color: #fff;
}
.list-contact .message {
  position: relative;
  font-size: 18px;
  margin-right: 47%;
}
.list-contact .message h3 {
  font-family: '思源宋体';
  font-size: 34px;
  line-height: 76px;
}
.list-contact .message h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background-color: #0d69be;
}
.list-contact .message input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background-color: #fff;
  border: 0;
  text-indent: 30px;
  margin-top: 20px;
}
.list-contact .message input::-webkit-input-placeholder {
  color: #afb8bc;
}
.list-contact .message input:-moz-placeholder {
  color: #afb8bc;
}
.list-contact .message input::-moz-placeholder {
  color: #afb8bc;
}
.list-contact .message input:-ms-input-placeholder {
  color: #afb8bc;
}
.list-contact .message textarea {
  width: 100%;
  height: 180px;
  resize: none;
  line-height: 30px;
  padding: 30px;
  background-color: #fff;
  border: 0;
  margin-top: 20px;
}
.list-contact .message textarea::-webkit-input-placeholder {
  color: #afb8bc;
}
.list-contact .message textarea:-moz-placeholder {
  color: #afb8bc;
}
.list-contact .message textarea::-moz-placeholder {
  color: #afb8bc;
}
.list-contact .message textarea:-ms-input-placeholder {
  color: #afb8bc;
}
.list-contact .message button {
  width: 120px;
  line-height: 50px;
  border: 0;
  background-color: #0d69be;
  color: #fff;
  margin-top: 20px;
}
.list-search {
  padding-top: 50px;
  padding-bottom: 50px;
}
.child_offer_list {
  width: 88%;
  margin: 0 auto 30px;
}
.child_offer_items {
  width: 100%;
  overflow: hidden;
  padding: 14px 0px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-bottom: 1px dotted #EEEEEE;
}
.child_offer_pic {
  float: left;
  width: 120px;
  height: 100px;
  overflow: hidden;
}
.child_offer_pic > img {
  width: 100%;
  height: 100%;
  transition: all 0.52s;
  object-fit: cover;
}
.child_offer_pic:hover > img {
  transform: scale(1.05);
}
.child_offer_words {
  margin-left: 140px;
  max-width: 600px;
  margin-right: 20px;
}
.child_offer_words > a {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 14px;
  color: #363636;
  transition: all 0.36s;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.child_offer_words > a:hover {
  color: #BD2228;
  text-decoration: underline;
}
.child_offer_words > p {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  color: #6f7883;
}
.child_offer_words > h5 {
  margin-top: 14px;
  font-size: 12px;
  text-align: left;
  line-height: 12px;
  color: #abb8bc;
}
#page {
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}
#page .pageinfo {
  margin-right: 0.03rem;
  color: #808080;
  font-size: 0.14rem;
  padding: 0.04rem 0.1rem;
  border: 1px solid #aaa;
  display: none;
}
#page .pageinfo strong {
  font-weight: normal;
  margin: 0 0.03rem;
}
#page a {
  border: 1px solid #9eccf7;
  background: #fff;
  color: #808080;
  padding: 0.04rem 0.1rem;
  margin-left: 0.05rem;
  transition: all 0.2s;
}
#page a:hover,
#page .curpage {
  background: #0d69be;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0d69be;
}
#page .nopage {
  cursor: not-allowed;
}
#page .nopage:hover {
  background: #fff;
  color: #808080;
  border: 1px solid #aaa;
}
.pgejump {
  display: none;
}
.pgejump input {
  width: 30px;
  line-height: 32px;
  height: 32px;
  border: 0;
  text-align: center;
  border: 1px solid #ccc;
}
.pgejump #jump_btn_page {
  display: inline-block;
  line-height: 30px;
  height: 34px;
}
.child_article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.child_crumbs {
  padding: 0 30px;
  line-height: 34px;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.child_crumbs a {
  color: #666;
}
.article_content {
  padding: 30px 50px;
  background-color: #fff;
}
.article_content .art-header {
  text-align: center;
  border-bottom: 1px solid #E5E3DF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.article_content .art-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 33px;
  font-weight: bold;
}
.article_content .art-info {
  font-size: 15px;
}
.article_content .art-info span {
  margin-right: 20px;
  color: #999;
}
.article_content .text {
  margin-bottom: 20px;
}
.article_content .par img {
  display: inline-block;
  max-width: 100%;
}
.article_content .pn {
  margin-top: 20px;
  padding-top: 10px;
  line-height: 22px;
  color: #474747;
  border-top: 1px solid #E5E3DF;
}
.article_content .pn a {
  color: #474747;
}
.article_content .product_img {
  height: 400px;
  text-align: center;
  margin-bottom: 30px;
}
.article_content .product_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .about .box .profile {
    padding-left: 7%;
  }
  .product .box ul {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav ul li + li {
    margin-left: 5%;
  }
  .footer .foot .foot-add {
    margin: 0 5%;
    width: auto;
  }
  .banner {
    height: 500px;
  }
  .list-about .con .con1,
  .list-about .con .con2 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 992px) {
  .header .logo {
    padding: 5px 0;
  }
  .header .col-md-10 {
    display: none;
  }
  .header .icon {
    top: 50%;
  }
  .header .icon,
  .header .icon:before,
  .header .icon:after {
    left: 0;
    position: absolute;
    background-color: #0d69be;
    border-radius: 0.2rem;
    transition-duration: 0.5s;
    height: 0.03rem;
    width: 0.39rem;
  }
  .header .icon:before {
    top: -0.12rem;
    content: "";
  }
  .header .icon:after {
    top: 0.12rem;
    content: "";
  }
  .header .menu {
    width: 0.39rem;
    height: 100%;
    position: relative;
    transition-duration: 1s;
    position: absolute;
    right: 0.2rem;
    top: 0;
    z-index: 99;
    cursor: pointer;
  }
  .header .menu .icon {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .header .menu .icon:after {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .header .menu .icon:before {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .header .menu.open .icon {
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    background: transparent;
  }
  .header .menu.open .icon:before {
    transition: top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(-45deg);
  }
  .header .menu.open .icon:after {
    transition: top 0.4s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(45deg);
  }
  .m_nav {
    background-color: #171f25;
  }
  .m_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .m_nav li a {
    margin: 0;
    padding: 14px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m_nav li a.current {
    font-size: 16px;
    color: #0d69be;
    background-color: #0f161b;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
  }
  .footer .foot .foot-site {
    display: none;
  }
  .banner {
    height: 360px;
  }
  .product .box ul li .item p,
  .product .box ul li .item h2 span {
    display: none;
  }
  .list-about .con .con1 h4 {
    margin-bottom: 20px;
  }
  .list-article ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .list-project .flow-list ul li {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .header {
    position: relative;
    z-index: 99;
    height: 0.7rem;
  }
  .header .container {
    position: fixed;
    width: 100%;
    background-color: #f7f8f9;
    z-index: 99;
  }
  .header .logo {
    padding: 0.05rem 0 0.05rem 0.15rem;
  }
  .header .logo img {
    height: 0.6rem;
  }
  .footer {
    margin-bottom: 0.8rem;
  }
  .footer .foot {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .footer .foot h3 {
    display: none;
  }
  .footer .foot .foot-add {
    margin: 0 0.15rem;
    padding-right: 1.1rem;
  }
  .footer .foot .foot-add ul {
    padding-top: 0;
  }
  .footer .foot .foot-add ul li:last-child {
    display: none;
  }
  .footer .foot .foot-add p {
    display: block;
  }
  .footer .foot .foot-tel {
    display: none;
  }
  .footer .foot .foot-wechat {
    position: absolute;
    right: 0.15rem;
    top: 0.2rem;
  }
  .footer .foot .foot-wechat div {
    width: 1rem;
    max-width: 90px;
    padding-top: 0;
  }
  .footer .foot .foot-wechat div img {
    width: 100%;
  }
  .footer .bottom {
    display: none;
    padding: 0.1rem 0;
    text-align: center;
    line-height: 18px;
  }
  .footer .bottom p span {
    float: none;
    display: block;
  }
  .fixedfoot {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 0.8rem;
    background-color: #2d2d2d;
    display: flex;
  }
  .fixedfoot div {
    width: 33.3333%;
    padding-top: 0.04rem;
  }
  .fixedfoot div a {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding-top: 0.48rem;
    color: #FFF;
    background-position: center 0.05rem;
    background-repeat: no-repeat;
    background-size: auto 0.4rem;
  }
  .fixedfoot div:nth-child(1) a {
    background-image: url(../img/dianhua.png);
  }
  .fixedfoot div:nth-child(2) a {
    background-image: url(../img/duanxin.png);
  }
  .fixedfoot div:nth-child(3) a {
    background-image: url(../img/ditu2.png);
  }
  .banner {
    height: 44vw;
  }
  .search p {
    padding-left: 0.15rem;
    line-height: 0.5rem;
  }
  .search .box {
    display: none;
  }
  .product {
    padding: 0.3rem 0;
  }
  .product h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .product h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .product h4::after {
    margin-top: 0.12rem;
  }
  .product .box {
    padding: 0.3rem 0.15rem 0;
  }
  .product .box ul {
    margin: 0;
  }
  .product .box ul li {
    width: 49%;
    padding: 0;
    margin-bottom: 0.1rem;
  }
  .product .box ul li:nth-child(even) {
    margin-left: 2%;
  }
  .product .box ul li .item {
    padding: 0.1rem 0.08rem 0;
  }
  .product .box ul li .item div {
    height: 39vw;
  }
  .product .box ul li .item h2 a {
    font-size: 14px;
    line-height: 39px;
  }
  .about {
    padding-top: 0;
    height: auto;
  }
  .about h3 {
    padding-top: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .about h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .about h4::after {
    margin-top: 0.12rem;
  }
  .about .box {
    padding-top: 0;
  }
  .about .box > div {
    width: auto;
  }
  .about .box .box1,
  .about .box .box2 {
    float: none;
  }
  .about .box .box1 {
    height: auto;
  }
  .about .box .box2 {
    display: none;
  }
  .about .box .profile {
    max-width: inherit;
    float: none;
    padding-top: 0.2rem;
    padding-left: 0.15rem;
    padding-bottom: calc(0.3rem + 20px);
  }
  .about .box .profile div,
  .about .box .profile p {
    padding-right: 0.15rem;
  }
  .about .box .profile > a {
    bottom: 0.3rem;
    right: 0.15rem;
  }
  .about .box ul {
    max-width: inherit;
  }
  .news {
    padding: 0.3rem 0.15rem 0;
  }
  .news h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .news h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .news h4::after {
    margin-top: 0.12rem;
  }
  .news .tit span {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .news .tit span::after {
    margin-top: 0.08rem;
  }
  .news .tit a {
    line-height: 0.3rem;
  }
  .news .news-itme1 {
    padding: 0.2rem 0;
  }
  .news .news-itme1 ul {
    margin: 0;
  }
  .news .news-itme1 ul li {
    width: auto;
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .news .news-itme1 ul li .img {
    height: 58vw;
  }
  .news .news-itme1 ul li .t {
    padding: 0.13rem 0.15rem;
  }
  .news .news-itme1 ul li .t h2 {
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: auto;
  }
  .news .news-itme1 ul li .t p {
    margin-top: 0.1rem;
    line-height: 18px;
    height: 36px;
  }
  .news .news-itme2 {
    padding-top: 0.2rem;
    padding-bottom: 0;
  }
  .news .news-itme2 ul li {
    width: auto;
    margin-bottom: 0.2rem;
  }
  .news .news-itme2 ul li a {
    padding: 0.13rem 0.15rem;
  }
  .news .news-itme2 ul li span {
    line-height: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .news .news-itme2 ul li h2 {
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: auto;
  }
  .news .news-itme2 ul li p {
    margin-top: 0.1rem;
    line-height: 18px;
    height: 36px;
  }
  .service {
    display: none;
  }
  .case {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .case h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .case h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .case h4::after {
    margin-top: 0.12rem;
  }
  .case h4 {
    margin-bottom: 0.2rem;
  }
  .case .item div {
    height: 36vw;
  }
  .case .item h2 {
    line-height: 0.52rem;
  }
  .inside ul li {
    line-height: 36px;
    margin: 0 2%;
  }
  .inside ul li a {
    font-size: 14px;
  }
  .list-article {
    padding: 0.3rem 0;
  }
  .list-article ul {
    margin: 0;
  }
  .list-article ul li {
    float: none;
    width: auto;
    height: auto;
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
  }
  .list-article ul li > div {
    display: flex;
  }
  .list-article ul li > div .img {
    width: 30%;
    height: 30vw;
  }
  .list-article ul li > div .tit {
    position: relative;
    width: 70%;
    padding: 0 0.15rem 0.15rem;
    background-color: #fff;
  }
  .list-article ul li > div .tit .time {
    position: absolute;
    right: 0.15rem;
    bottom: 0.15rem;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #999;
    display: flex;
    flex-direction: row-reverse;
  }
  .list-article ul li > div .tit .time b {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
  }
  .list-article ul li > div .tit .time b::before {
    content: ',';
  }
  .list-article ul li > div .tit h2 {
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 5px;
  }
  .list-article ul li > div .tit h2 a {
    color: #474747;
  }
  .list-article ul li > div .tit p {
    padding-top: 0;
    line-height: 18px;
    height: 36px;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .list-article ul li > div .tit .more {
    display: none;
  }
  .list-article ul li > div:hover .img {
    height: 30vw;
  }
  .list-article ul li > div:hover .tit {
    background-color: #fff;
  }
  .list-article ul li > div:hover .tit .time {
    height: inherit;
    opacity: 1;
  }
  .list-article ul li > div:hover .tit h2 a {
    color: #474747;
  }
  .list-article ul li > div:hover .tit p {
    height: 36px;
    opacity: 1;
  }
  .list-article ul li > div:hover .tit .more a {
    color: #ffd545;
    left: 0;
  }
  .list-img {
    padding: 0.3rem 0.15rem;
  }
  .list-img ul {
    margin: 0;
  }
  .list-img ul li {
    width: 49%;
    padding: 0;
  }
  .list-img ul li:nth-child(even) {
    margin-left: 2%;
  }
  .list-img ul li .item div {
    height: 39vw;
  }
  .list-img ul li .item h2 {
    line-height: 0.52rem;
  }
  .child_article {
    padding: 0.1rem 0 0;
  }
  .article_content {
    padding: 0.3rem 0.15rem;
  }
  .article_content .art-header {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .article_content .art-header h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    line-height: 0.33rem;
  }
  .article_content .art-info {
    font-size: 12px;
  }
  .article_content .art-info span:nth-child(1),
  .article_content .art-info span:nth-child(2) {
    display: none;
  }
  .list-people .con1 {
    padding: 0.3rem 0.15rem;
  }
  .list-people .con1 p {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  .list-people .con1 h3 {
    font-size: 0.3rem;
    line-height: 0.38rem;
    padding-top: 0.2rem;
  }
  .list-people .box {
    height: auto;
    padding: 0 0.15rem 0.2rem;
  }
  .list-people .box h4 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding-top: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .list-people .box ul {
    margin-bottom: 0.1rem;
  }
  .list-people .box ul li {
    float: none;
    margin-bottom: 0.1rem;
    background-size: auto 0.4rem;
    padding-left: 0.7rem;
  }
  .list-people .box ul li h5 {
    line-height: 28px;
    font-size: 14px;
  }
  .list-people .box a {
    width: 1.2rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
    border-radius: 0.23rem;
  }
  .list-people .con2 {
    padding: 0.2rem 0 0.3rem;
  }
  .list-people .con2 p {
    padding: 0 0.15rem;
    line-height: 22px;
    font-size: 14px;
  }
  .list-recruit {
    padding: 0.3rem 0.15rem;
  }
  .list-recruit li {
    padding: 0 0.2rem;
  }
  .list-recruit li .tit h2 {
    font-size: 0.22rem;
    line-height: 0.5rem;
  }
  .list-recruit li .box {
    padding-top: 0.12rem;
    padding-bottom: 0.2rem;
  }
  .list-recruit li a {
    line-height: 0.34rem;
    width: 0.84rem;
    border-radius: 0.12rem 0 0.12rem;
  }
  .list-search {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .list-about {
    padding: 0.3rem 0.15rem 0;
  }
  .list-about .con {
    height: auto;
  }
  .list-about .con .con1,
  .list-about .con .con2 {
    float: none;
    width: auto;
  }
  .list-about .con .con1 {
    padding: 0 0.2rem;
  }
  .list-about .con .con1 h3 {
    margin: 0;
    padding-top: 0.2rem;
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
  .list-about .con .con1 h4 {
    font-size: 0.22rem;
    line-height: 0.5rem;
  }
  .list-about .con .con2 {
    display: none;
  }
  .list-about .activity {
    padding: 0.3rem 0 0.5rem;
  }
  .list-about .activity h3 {
    font-size: 0.22rem;
  }
  .list-about .activity h4 {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .list-about .activity .item {
    height: 39vw;
  }
  .list-contact {
    padding: 0.3rem 0.15rem;
  }
  .list-contact .map {
    height: 60vw;
  }
  .list-contact .con {
    float: none;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  .list-contact .con .box {
    padding-bottom: 0.2rem;
  }
  .list-contact .con h3 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .list-contact .con h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .list-contact .con p {
    padding: 0;
  }
  .list-contact .message {
    margin-right: 0;
    font-size: 0.18rem;
  }
  .list-contact .message h3 {
    font-size: 0.22rem;
    line-height: 0.52rem;
  }
  .list-contact .message input {
    line-height: 0.5rem;
    height: 0.5rem;
    text-indent: 0.3rem;
    margin-top: 0.2rem;
  }
  .list-contact .message textarea {
    height: 1.8rem;
    line-height: 0.3rem;
    padding: 0.3rem;
    margin-top: 0.2rem;
  }
  .list-contact .message button {
    width: 1.2rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .child_offer_list {
    width: auto;
    margin: 0 0.15rem 0.2rem;
  }
  .list-project .flow-list {
    margin-top: 0.2rem;
  }
  .list-project .flow-list ul li {
    height: 42vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-project .flow-list ul li:nth-child(even) {
    float: right;
  }
  .list-project .flow-con {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 14px;
    line-height: 26px;
  }
  .list-project,
  .list-honor {
    padding: 0.3rem 0.15rem;
  }
  .list-project h1,
  .list-honor h1 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: auto;
  }
  .list-project h1::after,
  .list-honor h1::after {
    margin: 0.16rem auto 0;
    width: 0.3rem;
    height: 0.04rem;
  }
  .list-project .flow-img,
  .list-honor .flow-img {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .list-case {
    padding: 0.3rem 0.15rem;
  }
  .list-case .row {
    margin-bottom: 0.3rem;
  }
  .list-case .img {
    margin-bottom: 0.2rem;
  }
  .list-case .con {
    padding-left: 0;
  }
  .list-case .con h2 {
    font-size: 0.2rem;
    margin-bottom: 0.16rem;
  }
  .list-case .con td {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 2.3rem;
  }
}
