/* new */
.lauage a{font-size: 16px;color: #ffffff;font-weight: 100;background-color: #0d6fb8;border-radius: 50px;width: 76px;height: 32px;display: inline-block;    text-align: center;line-height: 32px}
.lauage a:hover{background-color: #98c73b}
.m-list .lauage{ margin-left: 20px }
.laedisplay{display: flex; flex-direction: row; flex-wrap: nowrap; align-content: space-around; justify-content: center; align-items: center;}
.newfrist{ text-align: center;height: 500px; }
.newgray{background-color: #fafafa;}
.newcontect h4{font-size: 34px;color: #222222;font-weight: 100;}
.newcontect h5{font-size: 22px;color: #222222;font-weight: 100;margin-bottom: 40px}
.newcontect p{font-size: 16px;color: #666666;line-height: 30px;}
.newcontect img{ max-width: 100% }
.newfrist p{width: 80%;margin: auto;}
.newcenter{ display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center; }
.twosecond{ height: 500px }
.w70{ width: 46%;margin-top: 130px;}
.w30{ width: 46%;text-align: center;}
body .indexbanner{height: 800px}
@media screen and (min-width: 768px){
	
}
@media screen and (min-width: 992px){
	header.header-wrap .tab-list li{margin-left:0px;}
}
@media screen and (min-width: 1200px){
	header.header-wrap .tab-list li{margin-left: 20px;}
}
@media screen and (min-width:1500px){
	header.header-wrap .tab-list li{margin-left: 35px;}
}
@media screen and (max-width: 1000px){
  .newfrist p{width: 90%;}
  .w70{ width: 100%;margin-top: 30px;}
  .w30{ width: 100%;text-align: center;}
  .w70{ text-align: center; }
  .newfrist{ padding: 50px 0;height:auto; }
  .twosecond .wrap{ width: 90%;margin: auto;}
  .twosecond{height:auto; }
  .newcontect h4{font-size: 22px;}
  .newcontect h5{font-size: 18px;margin-bottom: 20px}
  .newcontect p{font-size: 14px;}
  body .banner{ height: 300px }
  body .banner .cont-t{ height:80px}
  
}


/* new end */
.header-wrap {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 60px;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header-wrap .logo-img {
  margin-top: 19px;
}
.header-wrap .tab-list {
  display: flex;
  height: 100px;
  line-height: 100px;
}
.header-wrap .tab-list li {
  padding: 0 10px;
  margin-left:35px;
  position: relative;
}
.header-wrap .tab-list li a {
  font-weight: bold;
}
.header-wrap .tab-list li .a {
  font-size: 16px;
  color: #333;
}
.header-wrap .tab-list li .a:hover {
  color: #179bd9;
}
.header-wrap .tab-list li .sub-list {
  width: 240px;
  position: absolute;
  left: 0;
  transform: scale(0);
  background: #303e48;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  opacity: 0;
}
.header-wrap .tab-list li .sub-list .s-up {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #303e48;
  top: -8px;
  left: 10px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
}
.header-wrap .tab-list li .sub-list a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #53606c;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 10px;
}
.header-wrap .tab-list li .sub-list a:hover {
  background: #fff;
  color: #179bd9;
}
.header-wrap .tab-list li .sub-list a:hover i {
  background: url("../img/right-arrowa.png") no-repeat center center;
  background-size: cover;
}
.header-wrap .tab-list li .sub-list a i {
  width: 20px;
  height: 14px;
  background: url("../img/right-arrow.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  float: right;
  margin-top: 18px;
}
.header-wrap .tab-list li .sub-list a:last-of-type {
  border: none;
}
.header-wrap .tab-list li:hover .sub-list {
  opacity: 1;
  transform: scale(1);
  transition: all .3s ease;
}
.header-wrap .tab-list li.active .a {
  color: #179bd9;
}
.header-wrap .tab-list li.active .a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  left: 25%;
  top: 80px;
  background: #303e48;
  transition: .4s;
}
.header-wrap .tab-list li:last-of-type .a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  left: 25%;
  top: 80px;
  background: #303e48;
  transition: .4s;
}
.header-wrap.active {
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap.active .tab-list li .a {
  color: #fff;
}
.header-wrap.active .tab-list li .a:hover {
  color: #179bd9;
}
.header-wrap.active .tab-list li .sub-list .s-up {
  display: none;
}
.header-wrap.active .tab-list li.active .a {
  color: #179bd9;
}
.wh-header .tab-list li .a {
  color: #fff;
}
.m-header {
  display: none;
}
.swiper-container {
  width: 100%;
}
.swiper-container .swiper-slide img{width:100%}
.swiper-container .swiper-pagination {
  bottom: 20px !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 4px;
  margin: 0 10px !important;
  background: #ccc;
  opacity: .6;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #179bd9;
  opacity: 1;
}
.m-swiper {
  display: none;
}
.section-1 {
  width: 100%;
  padding: 100px 0 60px;
}
.section-1 .main {
  min-height: 700px;
}
.section-1 .main .left {
  width: 510px;
  position: relative;
}
.section-1 .main .left .top {
  margin-bottom: 60px;
}
.section-1 .main .left .top a {
  color: #179bd9;
  font-size: 16px;
  position: relative;
}
.section-1 .main .left .top a:before {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #179bd9;
  content: '';
  position: absolute;
  right: -30px;
  top: 5px;
}
.section-1 .main .left .top a:hover:before {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #179bd9;
  content: '';
  position: absolute;
  right: -32px;
  top: 5px;
  transition: .2s;
}
.section-1 .main .left h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.section-1 .main .left h2 {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 60px;
}
.section-1 .main .left p {
  font-size: 18px;
  line-height: 3;
  color: #333;
}
.section-1 .main .left .more {
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #179bd9;
  text-align: center;
  margin-top: 100px;
}
.section-1 .main .left .more a {
  font-size: 16px;
  color: #fff;
}
.section-1 .main .left:before {
  content: '';
  width: 44px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -80px;
  background: url("../img/main-icon-r.png") no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.section-1 .main .right {
  width: 680px;
  min-height: 700px;
}
.section-2 {
  width: 100%;
  padding: 100px 0 60px;
  background: #f5f5f5;
}
.section-2 .main {
  min-height: 700px;
}
.section-2 .main .left {
  width: 510px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.section-2 .main .left .top {
  margin-bottom: 60px;
  padding-right: 30px;
}
.section-2 .main .left .top a {
  color: #179bd9;
  font-size: 16px;
  position: relative;
}
.section-2 .main .left .top a:before {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #179bd9;
  content: '';
  position: absolute;
  right: -30px;
  top: 5px;
}
.section-2 .main .left .top a:hover:before {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #179bd9;
  content: '';
  position: absolute;
  right: -32px;
  top: 5px;
  transition: .2s;
}
.section-2 .main .left h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.section-2 .main .left h2 {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 60px;
}
.section-2 .main .left p {
  font-size: 18px;
  color: #333;
  line-height: 3;
}
.section-2 .main .left .more {
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #179bd9;
  text-align: center;
  margin-top: 100px;
}
.section-2 .main .left .more a {
  font-size: 16px;
  color: #fff;
}
.section-2 .main .left:before {
  content: '';
  width: 44px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -80px;
  background: url("../img/main-icon-l.png") no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.section-2 .main .right {
  width: 680px;
  min-height: 700px;
  position: relative;
}
.section-4 {
  width: 100%;
  padding: 100px 0;
}
.section-4 .main {
  display: flex;
  justify-content: space-between;
}
.section-4 .main li {
  width: 30%;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 10px 0;
}
.section-4 .main li .img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.section-4 .main li .content {
  padding: 10px 0;
}
.section-4 .main li .content .left {
  width: 20%;
  text-align: center;
  border-right: 1px solid #333;
  padding-right: 15px;
  margin-right: 15px;
}
.section-4 .main li .content .left h1 {
  font-size: 40px;
  font-weight: normal;
  color: #333;
}
.section-4 .main li .content .left p {
  font-size: 12px;
  color: #333;
}
.section-4 .main li .content .right {
  width: 70%;
  padding-top: 10px;
}
.section-4 .main li .content .right p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-4 .main li:hover {
  transform: translate(-1px, -1px);
  transition: .4s;
}
.section-4 .main li:hover img {
  transform: scale(1.1);
  transition: .6s;
}
.section-4 .swiper-container {
  display: none;
}
.section-6 {
  margin-bottom: 20px;
}
.section-6 .main {
  min-height: 540px;
}
.section-6 .main .left .top a {
  color: #fff;
}
.section-6 .main .left .top a:before {
  border-color: transparent transparent transparent #fff;
}
.section-6 .main .left .top a:hover:before {
  border-color: transparent transparent transparent #fff;
}
.section-6 .main .left h1 {
  color: #fff;
}
.section-6 .main .left h2 {
  color: #fff;
}
.section-6 .main .left p {
  color: #fff;
}
.section-6 .main .left .more {
  background: #fff;
}
.section-6 .main .left .more a {
  color: #179bd9;
}
.section-6 .main .left:before {
  content: '';
  width: 44px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -80px;
  background: url("../img/main-icon-w.png") no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.footer-wrap {
  width: 100%;
  background: #292d32;
}
.footer-wrap .main .top {
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #666;
}
.footer-wrap .main .top .left p {
  text-align: center;
  color: #848688;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-wrap .main .top .mid {
  padding-top: 40px;
}
.footer-wrap .main .top .mid p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-wrap .main .top .right p {
  margin-bottom: 10px;
}
.footer-wrap .main .top .right a {
  font-size: 16px;
  color: #fff;
}
.footer-wrap .main .top .right a:hover {
  color: #179bd9;
}
.footer-wrap .main .bottom {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.footer-wrap .main .bottom p {
  font-size: 14px;
  color: #fff;
}
.m-footer {
  display: none;
}
.m-list {
  display: none;
}
.banner {
  width: 100%;
  position: relative;
  height: 660px;
  background-repeat: no-repeat;
  background-position: center 56%;
  background-size: cover;
}
.banner .cont-t {
  width: 1200px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
    margin: 0 auto;
  bottom: 0px;
  box-sizing: border-box;
  right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;

  opacity: .9;
}
.banner .cont-t h1 {
  font-size:50px;
  color: #fff;
  font-weight: bold;
}
.banner .cont-t p {
  font-size: 20px;
  color: #fff;
}
.banner .wh-cont {
  opacity: 1;
}
.mbanner {
  display: none;
}
.about-wrap {
  width: 100%;
  padding: 60px 0 100px;
}
.about-wrap .main .left-tab {
  width: 250px;
}
.about-wrap .main .left-tab li {
  height: 50px;
  line-height: 50px;
}
.about-wrap .main .left-tab li a {
  font-size: 20px;
  color: #333;
}
.about-wrap .main .left-tab li.active {
  height: 70px;
  position: relative;
}
.about-wrap .main .left-tab li.active a {
  font-size: 24px;
  font-weight: bold;
  color: #179bd9;
}
.about-wrap .main .left-tab li.active:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 45px;
  background: #179bd9;
}
.about-wrap .main .info-wrap {
  width: 900px;
}
.about-wrap .main .info-wrap h1 {
  font-size: 24px;
  color: #179bd9;
  margin-bottom: 10px;
}
.about-wrap .main .info-wrap p {
  font-size: 16px;
  color: #666;
}
.about-wrap .main .team-wrap .member-t {
  margin: 40px 0;
  box-shadow: 0 2px 6px #dedede;
  box-sizing: border-box;
  padding: 20px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-wrap .main .team-wrap .member-t .member-info img {
  width: 200px;
  height: 220px;
}
.about-wrap .main .team-wrap .member-t .member-info h2 {
  font-size: 18px;
  color: #179bd9;
  text-align: center;
}
.about-wrap .main .team-wrap .member-t .member-info p {
  text-align: center;
  font-size: 14px;
}
.about-wrap .main .team-wrap .member-t .member-info:hover {
  cursor: pointer;
}
.about-wrap .main .team-wrap .member-t .right-c {
  width: 60%;
}
.about-wrap .main .team-wrap .member-t .right-c h2 {
  font-size: 24px;
  text-align: left;
}
.about-wrap .main .team-wrap .member-t .right-c p {
  text-align: right;
  font-size: 16px;
}
.about-wrap .main .team-wrap .member-list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10%;
}
.about-wrap .main .team-wrap .member-list .flteam{
  text-align:center;
}
.about-wrap .main .team-wrap .member-list li {
  width: 200px;
  margin: 0 12% 20px 0;
  padding-bottom:8px;
}
.about-wrap .main .team-wrap .member-list li:hover{box-shadow: 0 2px 6px #dedede;}
.about-wrap .main .team-wrap .member-list li img {
  width: 200px;
  height: 220px;
  margin-bottom: 10px;
}
.about-wrap .main .team-wrap .member-list li h2 {
  font-size: 18px;
  color: #179bd9;
}
.about-wrap .main .team-wrap .member-list li p {
  font-size: 14px;
}
.about-wrap .main .team-wrap .member-list li:hover {
  cursor: pointer;
}
.about-wrap .main .team-wrap .member-list li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.about-wrap .main .power-wrap .power-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.about-wrap .main .power-wrap .power-list li {
  cursor: pointer;
  padding: 1%;
}
.about-wrap .main .power-wrap .power-list li:hover {
  box-shadow: 0 2px 6px #dedede;
}
.about-wrap .main .power-wrap .power-list li img{
  border-radius: 10px;
}
.about-wrap .main .power-wrap .power-list p {
  font-size: 18px;
  text-align: center;
}
.about-wrap .main .jigou-wrap .jigou-list {
  width: 100%;
  margin-top: 40px;
}
.about-wrap .main .jigou-wrap .jigou-list li {
  width: 280px;
  margin: 0 30px 30px 0;
}
.about-wrap .main .jigou-wrap .jigou-list li:hover {
  cursor: pointer;
}
.about-wrap .main .jigou-wrap .jigou-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.about-wrap .main .news-warp .year-t {
  margin: 0 0 20px;
}
.about-wrap .main .news-warp .year-t a {
  font-size: 20px;
  color: #999;
  margin-right: 20px;
  position: relative;
}
.about-wrap .main .news-warp .year-t a:before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 4px;
  background: #ccc;
}
.about-wrap .main .news-warp .year-t a:hover {
  color: #179bd9;
}
.about-wrap .main .news-warp .year-t a:last-of-type:before {
  content: '';
  width: 0;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 4px;
  background: #ccc;
}
.about-wrap .main .news-warp .year-t a.cur {
  color: #394950;
}
.about-wrap .main .news-warp .year-t a:hover {
  color: #179bd9;
}
.about-wrap .main .news-warp .news-list {
  width: 100%;
}
.about-wrap .main .news-warp .news-list li {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
}
.about-wrap .main .news-warp .news-list li .img {
  width: 330px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 30px;
}
.about-wrap .main .news-warp .news-list li .img img {
  width: 100%;
}
.about-wrap .main .news-warp .news-list li .img:hover img {
  transform: scale(1.05);
  transition: .5s;
}
.about-wrap .main .news-warp .news-list li .n-content {
  width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-wrap .main .news-warp .news-list li .n-content h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.about-wrap .main .news-warp .news-list li .n-content h1 a {
  color: #333;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-wrap .main .news-warp .news-list li .n-content h1:hover a {
  color: #179bd9;
}
.about-wrap .main .news-warp .news-list li .n-content p {
  display: flex;
  justify-content: space-between;
}
.about-wrap .main .news-warp .news-list li .n-content p span {
  font-size: 14px;
  color: #999;
}
.about-wrap .main .news-warp .news-list li .n-content p a {
  font-size: 14px;
  color: #179bd9;
}
.about-wrap .main .wenhua-wrap .wh-content {
  margin-top: 40px;
  padding: 20px 0 60px;
  background: #f5f5f5;
}
.about-wrap .main .wenhua-wrap .wh-content h3 {
  font-size: 30px;
  color: #179bd9;
  font-weight: bold;
  margin: 30px 0 10px;
}
.about-wrap .main .wenhua-wrap .wh-content h2 {
  font-size: 20px;
  font-weight: 600;
}
.about-wrap .main .wenhua-wrap .wh-content .icon-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.about-wrap .main .wenhua-wrap .wh-content .icon-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-wrap .main .wenhua-wrap .wh-content .icon-list li img {
  margin-bottom: 20px;
}
.about-wrap .main .tj-wrap .tj-list {
  margin-top: 40px;
}
.about-wrap .main .tj-wrap .tj-list li {
  width: 340px;
  height: 240px;
  margin: 0 10px 10px 0;
}
.about-wrap .main .tj-wrap .tj-list li img {
  width: 100%;
  height: 100%;
}
.about-wrap .main .tj-wrap .tj-list li:nth-child(1) {
  height: 490px;
}
.about-wrap .main .tj-wrap .swiper-container {
  display: none;
}
.about-wrap .main .fl-wrap .fl-list {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 40px 0 0 140px;
  margin-top: 40px;
}
.about-wrap .main .fl-wrap .fl-list li {
  width: 100px;
  margin: 0 90px 50px 0;
}
.about-wrap .main .fl-wrap .fl-list li .img {
  height: 100px;
  display: flex;
   display: -ms-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.about-wrap .main .fl-wrap .fl-list li .img img{
	 -ms-flex: 1;
}
.about-wrap .main .fl-wrap .fl-list li p {
  text-align: center;
}
/* .about-wrap .main .fl-wrap .fl-list li:nth-child(5n) {
  margin: 0 0 50px 0;
} */
.about-wrap .main .jh-wrap .jh-list {
  margin: 40px 0 60px;
}
.about-wrap .main .jh-wrap .jh-list li {
  width: 280px;
  height: 180px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-wrap .main .jh-wrap .jh-list li .img {
  width: 100%;
  height: 100%;
}
.about-wrap .main .jh-wrap .jh-list li .img img {
  width: 100%;
  height: 100%;
}
.about-wrap .main .jh-wrap .jh-list li .jh-cont {
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;
  background: #179bd9;
  box-sizing: border-box;
  padding: 40px 30px 0;
}
.about-wrap .main .jh-wrap .jh-list li .jh-cont .icon {
  height: 70px;
  margin-bottom: 10px;
}
.about-wrap .main .jh-wrap .jh-list li .jh-cont .icon img {
  max-height: 70px;
}
.about-wrap .main .jh-wrap .jh-list li .jh-cont h2 {
  color: #fff;
}
.about-wrap .main .jh-wrap .jh-list li .jh-cont p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position:absolute;
  right:20px;
  bottom:20px;
}
.about-wrap .main .jh-wrap .jh-list li:hover {
  cursor: pointer;
}
.about-wrap .main .jh-wrap .jh-list li:nth-child(2n) .jh-cont {
  top: auto;
  bottom: 0;
}
/* .about-wrap .main .jh-wrap .jh-list li:nth-child(3n) {
  margin-right: 0;
} */
.about-wrap .main .jh-wrap .swiper-container {
  display: none;
}
.yanfa-wrap {
  padding: 40px 0 100px;
}
.yanfa-wrap .top {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 50px 160px;
  margin-bottom: 40px;
}
.yanfa-wrap .top p {
  color: #666;
}
.yanfa-wrap .main {
  box-sizing: border-box;
  padding: 0 120px;
}
.yanfa-wrap .main h1 {
  font-size: 24px;
  color: #179bd9;
  margin-bottom: 10px;
}
.yanfa-wrap .main p {
  color: #666;
}
.zl-wrap .icon-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.zl-wrap .icon-wrap li .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.zl-wrap .icon-wrap li .img i {
  display: block;
  width: 100px;
  height: 100px;
}
.zl-wrap .icon-wrap li p {
  text-align: center;
}
.zl-wrap .icon-wrap li:hover .img {
  background: #179bd9;
  border: 1px solid #179bd9;
}
.zl-wrap .icon-wrap li:hover p {
  color: #179bd9;
}
.zl-wrap .icon-wrap li:nth-child(1) .img i {
  background: url("../img/zhiliao-icon4.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(1):hover .img i {
  background: url("../img/zhiliaoicon4.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(2) .img i {
  background: url("../img/zhiliao-icon2.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(2):hover .img i {
  background: url("../img/zhiliaoicon2.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(3) .img i {
  background: url("../img/zhiliao-icon1.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(3):hover .img i {
  background: url("../img/zhiliaoicon1.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(4) .img i {
  background: url("../img/zhiliao-icon3.png") no-repeat center center;
  background-size: contain;
}
.zl-wrap .icon-wrap li:nth-child(4):hover .img i {
  background: url("../img/zhiliaoicon3.png") no-repeat center center;
  background-size: contain;
}
.join-wrap {
  padding: 40px 0 100px;
}
.join-wrap .main {
  height: 560px;
}
.join-wrap .main .m-left {
  width: 60%;
  height: 560px;
}
.join-wrap .main .m-left img {
  width: 100%;
  height: 100%;
}
.join-wrap .main .j-content {
  width: 40%;
  height: 560px;
  box-sizing: border-box;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.join-wrap .main .j-content h1 {
  margin-top: 30px;
  font-size: 22px;
  color: #179bd9;
}
.join-wrap .main .j-content p {
  font-size: 16px;
}
.detail-wrap {
  padding: 40px 0 100px;
}
.detail-wrap .main .t-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-wrap .main .t-title h1 {
  font-size: 20px;
  text-align: center;
}
.detail-wrap .main .t-title .smallicon {
  text-align: center;
  margin-bottom: 10px;
}
.detail-wrap .main .t-title .smallicon span {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  color: #999;
  font-size: 14px;
}
.detail-wrap .main .t-title .smallicon .ico1 {
  background: url(../img/1-6.png) no-repeat;
  background-position: 0 5px;
}
.detail-wrap .main .t-title .smallicon .ico3 {
  background: url(../img/1-8.png) no-repeat;
  background-position: 0 5px;
}
.detail-wrap .main .Thenext {
  font-size: 16px;
  margin: 40px 0px 20px;
  color: #999;
  overflow: hidden;
  line-height: 24px;
}
.detail-wrap .main .Thenext a:hover {
  color: #179bd9;
}
.detail-wrap .main .Thenext .last_t {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detail-wrap .main .Thenext .next_t {
  padding-left: 0px;
  padding-right: 0px;
  float: right;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.popup {
  width: 800px;
  background: #fff;
  box-shadow: 3px 3px 20px 2px #999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-sizing: border-box;
  padding: 30px 40px 60px;
  display: none;
}
.popup .close-b {
  margin-bottom: 10px;
}
.popup .close-b img {
  cursor: pointer;
}
.popup .member>div{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.popup2 .member .img {
  margin-right: 50px;
  width:200px;
  height:220px;
}
.popup .member .img{margin-right: 50px;}
.popup .member .con-t h1 {
  font-size: 24px;
  color: #179bd9;
}
.popup .member .con-t p {
  font-size: 16px;
}
.popup .content {
  padding: 0 50px;
}
@media (max-width: 1441px) {
  .banner .cont-t {
    width: 1000px;
    position: absolute;
    left: 0;
    bottom: 30px;
    box-sizing: border-box;
    padding: 0 20px 0 110px;
  }
  .section-4 {
    padding: 60px 0;
  }
  .section-4 .main li {
    width: 31%;
  }
  .section-4 .main li .content .left {
    padding-right: 10px;
    margin-right: 10px;
  }
  .section-4 .main li .content .left h1 {
    line-height: 1.6;
  }
  .section-4 .main li .content .right {
    padding-top: 10px;
  }

  .about-wrap .main .news-warp .news-list li .n-content {
    width: 600px;
  }
  .about-wrap .main .tj-wrap .tj-list li {
    width: 320px;
    height: 220px;
    margin: 0 10px 10px 0;
  }
  .about-wrap .main .tj-wrap .tj-list li img {
    width: 100%;
    height: 100%;
  }
  .about-wrap .main .tj-wrap .tj-list li:nth-child(1) {
    height: 450px;
  }
  .about-wrap .main .fl-wrap .fl-list {
    padding: 40px 80px 0;
    margin-top: 40px;
  }
  .about-wrap .main .fl-wrap .fl-list li {
    width: 100px;
    margin: 0 85px 50px 0;
  }
  .about-wrap .main .jh-wrap .jh-list li {
    width: 300px;
    height: 230px;
  }
}
@media (max-width: 1025px) {
  .header-wrap {
    display: none;
  }
  .m-header {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .m-header .logo-img {
    width: 140px;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 20px;
  }
  .m-header .logo-img img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
  }
  .m-header .language {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
  .m-header .language a {
    font-size: 16px;
    color: #179bd9;
  }
  .m-header .language i {
    background: url('../img/mhead-arrow.png') no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 15px;
    display: inline-block;
  }
  .m-header .list-btn {
    width: 30px;
    height: 30px;
    margin-top: 25px;
  }
  .m-header .list-btn img {
    width: 100%;
  }
  .m-header.active {
    background: rgba(48, 62, 72, 0.98);
  }
  .m-header.active .language a {
    color: #fff;
  }
  .swiper-container .swiper-pagination {
    bottom: 5px !important;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 5px;
    border-radius: 4px;
    margin: 0 5px !important;
  }
  .section-1 {
    width: 100%;
    padding: 20px 0;
  }
  .section-1 .main {
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-1 .main .left {
    width: 100%;
    position: relative;
  }
  .section-1 .main .left .top {
    margin-bottom: 20px;
  }
  .section-1 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-1 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-1 .main .left h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-1 .main .left h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .section-1 .main .left p {
    font-size: 18px;
    line-height: 2;
  }
  /* .section-1 .main .left p br{display:none;} */
  .section-1 .main .left .more {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .section-1 .main .left .more a {
    font-size: 14px;
  }
  .section-1 .main .left:before {
    content: '';
    width: 0;
  }
  .section-1 .main .right {
    width: 100%;
    min-height: 520px;
  }
  .section-2 {
    width: 100%;
    padding: 20px 0;
  }
  .section-2 .main {
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-2 .main .left {
    width: 100%;
    position: relative;
  }
  .section-2 .main .left .top {
    margin-bottom: 20px;
  }
  .section-2 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-2 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-2 .main .left h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-2 .main .left h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .section-2 .main .left p {
    font-size: 14px;
    line-height: 2;
  }
  .section-2 .main .left .more {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .section-2 .main .left .more a {
    font-size: 14px;
  }
  .section-2 .main .left:before {
    content: '';
    width: 0;
  }
  .section-2 .main .right {
    width: 100%;
    min-height: 520px;
  }
  .section-4 {
    width: 100%;
    padding: 20px 0;
  }
  .section-4 .main {
    padding: 0 20px;
  }
  .section-4 .main li {
    width: 32%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .section-4 .main li .img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .section-4 .main li .content {
    padding: 10px 0;
  }
  .section-4 .main li .content .left {
    width: 20%;
    text-align: center;
    border-right: 1px solid #333;
    padding-right: 25px;
    margin-right: 15px;
  }
  .section-4 .main li .content .left h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
  }
  .section-4 .main li .content .left p {
    font-size: 12px;
    color: #333;
  }
  .section-4 .main li .content .right {
    width: 60%;
  }
  .section-4 .main li .content .right p {
    font-size: 12px;
    color: #333;
    line-height: 1.6;
  }
  .section-4 .main li:hover {
    transform: translate(-1px, -1px);
    transition: .4s;
  }
  .section-4 .main li:hover img {
    transform: scale(1.1);
    transition: .6s;
  }
  .section-6 {
    width: 100%;
    padding: 20px 0;
  }
  .section-6 .main {
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 360px;
  }
  .section-6 .main .left {
    width: 100%;
    position: relative;
  }
  .section-6 .main .left .top {
    margin-bottom: 20px;
  }
  .section-6 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-6 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-6 .main .left h1 {
    font-size: 24px;
  }
  .section-6 .main .left h2 {
    font-size: 20px;
  }
  .section-6 .main .left p {
    font-size: 14px;
  }
  .section-6 .main .left .more {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .section-6 .main .left .more a {
    font-size: 14px;
  }
  .section-6 .main .left:before {
    content: '';
    width: 0;
  }
  .section-6 .main .right {
    display: none;
  }
  .footer-wrap {
    display: none;
  }
  .m-footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    background: #292d32;
  }
  .m-footer .top {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #666;
    justify-content: space-between;
  }
  .m-footer .top .left {
    width: 30%;
    padding-top: 5px;
    border-right: 1px solid #666;
  }
  .m-footer .top .left p {
    font-size: 14px;
    color: #848688;
    text-align: center;
  }
  .m-footer .top .right {
    width: 60%;
  }
  .m-footer .top .right p {
    font-size: 14px;
    color: #848688;
    line-height: 2;
  }
  .m-footer .bottom {
    height: 44px;
    line-height: 44px;
  }
  .m-footer .bottom p {
    font-size: 14px;
    color: #848688;
    text-align: center;
  }
  .m-list {
    display: block;
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgba(48, 62, 72, 0.98);
  }
  .m-list .header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .m-list .header .logo-img {
    width: 140px;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 20px;
  }
  .m-list .header .logo-img img {
    width: 100%;
  }
  .m-list .header .right {
    display: flex;
  }
  .m-list .header .language {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
  .m-list .header .language a {
    font-size: 16px;
    color: #fff;
  }
  .m-list .header .language i {
    background: url('../img/mhead-arrow.png') no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 15px;
    display: inline-block;
  }
  .m-list .header .list-btn {
    width: 30px;
    height: 30px;
    margin-top: 25px;
  }
  .m-list .header .list-btn img {
    width: 100%;
  }
  .m-list .list {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
  }
  .m-list .list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-list .list li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
  }
  .m-list .list li i {
    background: url('../img/list-arrow.png') no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 12px;
    display: inline-block;
    float: right;
    margin-top: 12px;
  }
  .m-list .list li i.active {
    transform: rotate(180deg);
  }
  .m-list .list li .sub-list {
    display: none;
  }
  .m-list .list li .sub-list a {
    font-size: 14px;
    padding-left: 5px;
  }
  .banner .cont-t {
    width: 100%;
    bottom: 10px;
    padding: 5px 20px;
  }
  .banner .cont-t h1 {
    font-size: 22px;
  }
  .banner .cont-t p {
    font-size: 14px;
  }
  .about-wrap {
    width: 100%;
    padding: 20px 0 40px;
  }
  .about-wrap .main .left-tab {
    display: none;
  }
  .about-wrap .main .info-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .about-wrap .main .team-wrap .member-t {
    margin: 20px 0;
    padding: 10px 30px;
  }
  .about-wrap .main .team-wrap .member-list {
    padding-left: 3%;
  }
  .about-wrap .main .team-wrap .member-list li {
    width: 200px;
    margin: 0 6% 20px 0;
  }
  .about-wrap .main .jigou-wrap .jigou-list li {
    width: 300px;
    margin: 0 40px 30px 0;
  }
  .about-wrap .main .jigou-wrap .jigou-list li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .about-wrap .main .jigou-wrap .jigou-list li:nth-child(3n) {
    margin: 0 40px 30px 0;
  }
  .about-wrap .main .news-warp .year-t {
    margin: 10px 0;
  }
  .about-wrap .main .news-warp .news-list li {
    height: 170px;
    margin-bottom: 20px;
  }
  .about-wrap .main .news-warp .news-list li .img {
    width: 35%;
    margin-right: 20px;
  }
  .about-wrap .main .news-warp .news-list li .n-content {
    width: 60%;
  }
  .about-wrap .main .tj-wrap .tj-list li {
    width: 48%;
    height: auto;
    margin: 0 2% 1% 0;
  }
  .about-wrap .main .tj-wrap .tj-list li img {
    width: 100%;
    height: 100%;
  }
  .about-wrap .main .tj-wrap .tj-list li:nth-child(1) {
    height: auto;
  }
  .about-wrap .main .fl-wrap .fl-list {
    padding: 20px 45px 0;
  }
  .about-wrap .main .fl-wrap .fl-list li {
    width: 100px;
    margin: 0 30px 30px 0;
  }
  .about-wrap .main .fl-wrap .fl-list li:nth-child(5n) {
    margin: 0 0 30px 0;
  }
  .about-wrap .main .jh-wrap .jh-list li {
    width: 220px;
    height: 160px;
    margin-right: 32px;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont {
    height: 160px;
    padding: 20px 20px 0;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont .icon {
    height: 40px;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont .icon img {
    max-height: 40px;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont h2 {
    font-size: 18px;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont p {
    font-size: 14px;
  }
  .yanfa-wrap .top {
    padding: 40px 100px;
  }
  .yanfa-wrap .main {
    padding: 0 40px;
  }
  .join-wrap {
    padding: 40px 0 60px;
  }
  .join-wrap .main {
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
  }
  .join-wrap .main .m-left {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  .join-wrap .main .j-content {
    width: 100%;
    height: auto;
    padding-left: 30px;
    display: block;
  }
  .detail-wrap {
    padding: 20px 0 60px;
  }
  .detail-wrap .main {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .popup {
    width: 90%;
  }
}
@media (max-width: 415px) {
  .m-header {
    height: 60px;
    padding: 0 10px;
  }
  .m-header .logo-img {
    width: 100px;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 15px;
  }
  .m-header .logo-img img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
  }
  .m-header .language {
    width: 40px;
    height: 20px;
    margin-top: 20px;
  }
  .m-header .language a {
    font-size: 14px;
    color: #179bd9;
  }
  .m-header .language i {
    background: url('../img/mhead-arrow.png') no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 10px;
    display: inline-block;
  }
  .m-header .list-btn {
    width: 20px;
    height: 20px;
    margin-top: 20px;
  }
  .m-header .list-btn img {
    width: 100%;
  }
  .swiper-container {
    display: none;
  }
  .swiper-container .swiper-pagination {
    bottom: 5px !important;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    margin: 0 5px !important;
  }
  .m-swiper {
    display: block;
  }
  .m-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    margin: 0 5px !important;
  }
  .section-1 {
    width: 100%;
    padding: 20px 0;
  }
  .section-1 .main {
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 600px;
  }
  .section-1 .main .left {
    width: 100%;
    position: relative;
  }
  .section-1 .main .left .top {
    margin-bottom: 10px;
  }
  .section-1 .main .left .top a {
    font-size: 14px;
  }
  .section-1 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-1 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-1 .main .left h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-1 .main .left h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-1 .main .left p {
    font-size: 12px;
  }
  .section-1 .main .left .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 26px;
    margin-top: 30px;
  }
  .section-1 .main .left .more a {
    font-size: 12px;
  }
  .section-1 .main .left:before {
    content: '';
    width: 0;
  }
  .section-1 .main .right {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
  }
  .section-1 .main .right img {
    max-height: 300px;
  }
  .section-2 {
    width: 100%;
    padding: 20px 0;
  }
  .section-2 .main {
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 600px;
  }
  .section-2 .main .left {
    width: 100%;
    position: relative;
  }
  .section-2 .main .left .top {
    margin-bottom: 10px;
  }
  .section-2 .main .left .top a {
    font-size: 14px;
  }
  .section-2 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-2 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #179bd9;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-2 .main .left h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-2 .main .left h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-2 .main .left p {
    font-size: 12px;
    text-align: right;
  }
  .section-2 .main .left .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 26px;
    margin-top: 30px;
  }
  .section-2 .main .left .more a {
    font-size: 12px;
  }
  .section-2 .main .left:before {
    content: '';
    width: 0;
  }
  .section-2 .main .right {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
  }
  .section-2 .main .right img {
    max-height: 300px;
  }
  .section-4 {
    width: 100%;
    padding: 20px 0;
  }
  .section-4 .main {
    display: none;
    padding: 0 10px;
  }
  .section-4 .main li {
    width: 100%;
    margin-bottom: 10px;
  }
  .section-4 .main li .img {
    height: auto;
  }
  .section-4 .main li .content {
    padding: 5px 0;
  }
  .section-4 .main li .content .left {
    padding-right: 10px;
  }
  .section-4 .main li .content .left h1 {
    font-size: 30px;
  }
  .section-4 .main li .content .left p {
    font-size: 12px;
  }
  .section-4 .main li .content .right {
    width: 70%;
  }
  .section-4 .main li .content .right p {
    font-size: 12px;
    line-height: 1.6;
  }
  .section-4 .main li:last-of-type {
    margin-bottom: 0;
  }
  .section-4 .swiper-container {
    width: 100%;
    height: 340px;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .section-4 .swiper-container .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .section-4 .swiper-container .swiper-slide .img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .section-4 .swiper-container .swiper-slide .content {
    padding: 5px 0 5px 15px;
  }
  .section-4 .swiper-container .swiper-slide .content .left {
    width: 22%;
    border-right: 1px solid #333;
    margin-right: 15px;
  }
  .section-4 .swiper-container .swiper-slide .content .left h1 {
    font-size: 24px;
  }
  .section-4 .swiper-container .swiper-slide .content .left p {
    font-size: 12px;
  }
  .section-4 .swiper-container .swiper-slide .content .right {
    width: 70%;
  }
  .section-4 .swiper-container .swiper-slide .content .right p {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section-4 .swiper-container .swiper-slide:hover a {
    color: #333;
  }
  .section-5 .main {
    min-height: 550px;
  }
  .section-6 {
    width: 100%;
    padding: 20px 0;
  }
  .section-6 .main {
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 240px;
  }
  .section-6 .main .left {
    width: 100%;
    position: relative;
  }
  .section-6 .main .left .top {
    margin-bottom: 20px;
  }
  .section-6 .main .left .top a {
    font-size: 14px;
  }
  .section-6 .main .left .top a:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
  }
  .section-6 .main .left .top a:hover:before {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
    position: absolute;
    right: -32px;
    top: 4px;
    transition: .2s;
  }
  .section-6 .main .left h1 {
    font-size: 20px;
  }
  .section-6 .main .left h2 {
    font-size: 18px;
  }
  .section-6 .main .left p {
    font-size: 12px;
  }
  .section-6 .main .left .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 26px;
    margin-top: 20px;
  }
  .section-6 .main .left .more a {
    font-size: 12px;
  }
  .section-6 .main .left:before {
    content: '';
    width: 0;
  }
  .section-6 .main .right {
    display: none;
  }
  .m-footer {
    padding: 0 10px;
  }
  .m-footer .top {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #666;
    justify-content: space-between;
  }
  .m-footer .top .left {
    width: 33%;
    padding-top: 5px;
  }
  .m-footer .top .left p {
    font-size: 12px;
    text-align: center;
  }
  .m-footer .top .left p img {
    width: 60px;
  }
  .m-footer .top .right {
    width: 60%;
    margin-top: 10px;
  }
  .m-footer .top .right p {
    font-size: 12px;
    line-height: 2.4;
  }
  .m-footer .bottom {
    height: 40px;
    line-height: 40px;
  }
  .m-footer .bottom p {
    font-size: 12px;
    text-align: center;
  }
  .m-list .header {
    height: 60px;
    padding: 0 10px;
  }
  .m-list .header .logo-img {
    width: 100px;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 15px;
  }
  .m-list .header .logo-img img {
    width: 100%;
  }
  .m-list .header .right {
    display: flex;
  }
  .m-list .header .language {
    width: 40px;
    height: 20px;
    margin-top: 20px;
  }
  .m-list .header .language a {
    font-size: 14px;
    color: #fff;
  }
  .m-list .header .language i {
    background: url('../img/mhead-arrow.png') no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 10px;
    display: inline-block;
  }
  .m-list .header .list-btn {
    width: 20px;
    height: 20px;
    margin-top: 20px;
  }
  .m-list .header .list-btn img {
    width: 100%;
  }
  .m-list .list {
    margin-top: 10px;
    padding: 0 15px;
  }
  .m-list .list li a {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .m-list .list li i {
    width: 18px;
    height: 10px;
    display: inline-block;
    float: right;
    margin-top: 8px;
  }
  .m-list .list li .sub-list a {
    font-size: 12px;
  }
  .banner {
    display: none;
  }
  .mbanner {
    display: block;
  }
  .about-wrap .main .info-wrap h1 {
    font-size: 18px;
  }
  .about-wrap .main .team-wrap .member-t {
    padding: 5px 10px;
  }
  .about-wrap .main .team-wrap .member-t .member-info img {
    width: 100px;
    height: 110px;
  }
  .about-wrap .main .team-wrap .member-t .member-info h2 {
    font-size: 16px;
  }
  .about-wrap .main .team-wrap .member-t .member-info p {
    font-size: 12px;
    display: none;
  }
  .about-wrap .main .team-wrap .member-t .right-c h2 {
    font-size: 18px;
  }
  .about-wrap .main .team-wrap .member-t .right-c p {
    font-size: 14px;
  }
  .about-wrap .main .team-wrap .member-list {
    padding-left: 2%;
  }
  .about-wrap .main .team-wrap .member-list li {
    width: 100px;
    margin: 0 4% 10px 0;
  }
  .about-wrap .main .team-wrap .member-list li img {
    width: 100px;
    height: 110px;
    margin-bottom: 10px;
  }
  .about-wrap .main .team-wrap .member-list li h2 {
    font-size: 16px;
  }
  .about-wrap .main .team-wrap .member-list li p {
    font-size: 12px;
    display: none;
  }
  .about-wrap .main .team-wrap .member-list li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  .about-wrap .main .power-wrap .power-list {
    margin-top: 20px;
    justify-content: space-between;
  }
  .about-wrap .main .power-wrap .power-list .img {
    width: 100px;
  }
  .about-wrap .main .power-wrap .power-list .img img {
    width: 100%;
  }
  .about-wrap .main .power-wrap .power-list p {
    font-size: 14px;
  }
  .about-wrap .main .jigou-wrap .jigou-list li {
    width: 150px;
    margin: 0 30px 10px 0;
  }
  .about-wrap .main .jigou-wrap .jigou-list li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  .about-wrap .main .jigou-wrap .jigou-list li:nth-child(3n) {
    margin: 0 30px 10px 0;
  }
  .about-wrap .main .news-warp .year-t {
    margin: 0 0 10px;
  }
  .about-wrap .main .news-warp .year-t a {
    font-size: 16px;
  }
  .about-wrap .main .news-warp .year-t a:before {
    content: '';
    width: 2px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: 3px;
    background: #ccc;
  }
  .about-wrap .main .news-warp .news-list li {
    height: auto;
    margin-bottom: 20px;
  }
  .about-wrap .main .news-warp .news-list li .img {
    width: 100%;
    height: 100%;
  }
  .about-wrap .main .news-warp .news-list li .n-content {
    width: 100%;
    height: 100%;
  }
  .about-wrap .main .news-warp .news-list li .n-content h1 {
    margin: 10px 0 10px;
  }
  .about-wrap .main .news-warp .news-list li .n-content h1 a {
    font-size: 16px;
  }
  .about-wrap .main .news-warp .news-list li .n-content p span {
    font-size: 12px;
  }
  .about-wrap .main .news-warp .news-list li .n-content p a {
    font-size: 12px;
  }
  .about-wrap .main .wenhua-wrap .wh-content {
    margin-top: 20px;
    padding: 10px 0 30px;
  }
  .about-wrap .main .wenhua-wrap .wh-content h3 {
    font-size: 18px;
    margin: 20px 0 5px;
  }
  .about-wrap .main .wenhua-wrap .wh-content .icon-list li img {
    height: 40px;
    margin-bottom: 10px;
  }
  .about-wrap .main .wenhua-wrap .wh-content .icon-list li h2 {
    font-size: 16px;
  }
  .about-wrap .main .wenhua-wrap .wh-content .icon-list li p {
    display: none;
  }
  .about-wrap .main .tj-wrap .tj-list {
    display: none;
  }
  .about-wrap .main .tj-wrap .tj-list li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .about-wrap .main .tj-wrap .tj-list li:nth-child(1) {
    height: auto;
  }
  .about-wrap .main .tj-wrap .swiper-container {
    margin-top: 10px;
    width: 100%;
    height: 400px;
    display: block;
  }
  .about-wrap .main .tj-wrap .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-wrap .main .tj-wrap .swiper-container .swiper-slide img {
    max-height: 100%;
  }
  .about-wrap .main .fl-wrap .fl-list {
    padding: 20px 0 0 70px;
    margin-top: 20px;
  }
  .about-wrap .main .fl-wrap .fl-list li {
    width: 80px;
    margin: 0 18% 20px 0;
  }
  .about-wrap .main .fl-wrap .fl-list li .img {
    height: 40px;
  }
  .about-wrap .main .fl-wrap .fl-list li .img img {
    max-height: 40px;
  }
  .about-wrap .main .fl-wrap .fl-list li p {
    text-align: center;
  }
  .about-wrap .main .fl-wrap .fl-list li:nth-child(5n) {
    margin: 0 18% 20px 0;
  }
  .about-wrap .main .fl-wrap .fl-list li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .about-wrap .main .jh-wrap .jh-list {
    margin: 20px 0;
    display: none;
  }
  .about-wrap .main .jh-wrap .jh-list li {
    width: 100%;
    height: 360px;
    margin: 0 0 10px 0;
  }
  .about-wrap .main .jh-wrap .jh-list li .jh-cont {
    height: 160px;
    padding: 20px 20px 0;
  }
  .about-wrap .main .jh-wrap .swiper-container {
    margin: 20px 0 10px;
    display: block;
    width: 100%;
    height: 140px;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide .jh-cont {
	width:100%;
    height: 140px;
    padding: 10px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #179bd9;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide .jh-cont .icon {
    height: 40px;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide .jh-cont .icon img {
    max-height: 40px;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide .jh-cont h2 {
    font-size: 18px;
    color: #fff;
  }
  .about-wrap .main .jh-wrap .swiper-container .swiper-slide .jh-cont p {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .yanfa-wrap {
    padding: 20px 0 40px;
  }
  .yanfa-wrap p {
    font-size: 14px;
  }
  .yanfa-wrap .top {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .yanfa-wrap .main {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .yanfa-wrap .main h1 {
    font-size: 18px;
  }
  .zl-wrap .icon-wrap {
    margin-bottom: 10px;
  }
  .zl-wrap .icon-wrap li .img {
    width: 70px;
    height: 70px;
  }
  .zl-wrap .icon-wrap li .img i {
    display: block;
    width: 50px;
    height: 50px;
  }
  .zl-wrap .icon-wrap li p {
    text-align: center;
  }
  .zl-wrap .icon-wrap li:hover .img {
    background: #179bd9;
    border: 1px solid #179bd9;
  }
  .zl-wrap .icon-wrap li:hover p {
    color: #179bd9;
  }
  .zl-wrap .icon-wrap li:nth-child(1) .img i {
    background: url("../img/zhiliao-icon4.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(1):hover .img i {
    background: url("../img/zhiliaoicon4.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(2) .img i {
    background: url("../img/zhiliao-icon2.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(2):hover .img i {
    background: url("../img/zhiliaoicon2.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(3) .img i {
    background: url("../img/zhiliao-icon1.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(3):hover .img i {
    background: url("../img/zhiliaoicon1.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(4) .img i {
    background: url("../img/zhiliao-icon3.png") no-repeat center center;
    background-size: contain;
  }
  .zl-wrap .icon-wrap li:nth-child(4):hover .img i {
    background: url("../img/zhiliaoicon3.png") no-repeat center center;
    background-size: contain;
  }
  .join-wrap {
    padding: 20px 0 40px;
  }
  .join-wrap .main .m-left {
    width: 100%;
    height: 360px;
    margin-bottom: 10px;
  }
  .join-wrap .main .j-content {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .join-wrap .main .j-content h1 {
    margin-top: 10px;
    font-size: 18px;
  }
  .detail-wrap {
    padding: 20px 0 40px;
  }
  .detail-wrap .main p {
    font-size: 14px;
  }
  .detail-wrap .main .t-title {
    margin-bottom: 15px;
  }
  .detail-wrap .main .t-title h1 {
    font-size: 16px;
  }
  .detail-wrap .main .t-title .smallicon {
    text-align: center;
    margin-bottom: 10px;
  }
  .detail-wrap .main .t-title .smallicon span {
    font-size: 12px;
  }
  .detail-wrap .main .Thenext {
    font-size: 14px;
    margin: 20px 0px 10px;
    line-height: 18px;
  }
  .detail-wrap .main .Thenext a {
    font-size: 14px;
  }
  .detail-wrap .main .Thenext .last_t {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .detail-wrap .main .Thenext .next_t {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .popup {
    padding: 10px;
  }
  .popup .close-b {
    margin-bottom: 0;
  }
  .popup .member {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .popup .member>div{margin-bottom:0;}
  .popup .member .img {
    margin-right: 10px;
    width: 100px;
	height:auto;
  }
  .popup .member .img img {
    width: 100%;
  }
  .popup .member .con-t h1 {
    font-size: 16px;
  }
  .popup .member .con-t p {
    font-size: 12px;
  }
  .popup .content {
    padding: 0 10px;
  }
  .popup .content p {
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .about-wrap .main .fl-wrap .fl-list {
    padding: 20px 0 0 60px;
  }
}
