html,
body {
  position: relative;
  height: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  position: fixed;
  bottom: 0;
  margin-top: 20px;
  padding: 15px 0px;
  background: #f3f3f3;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #666666;
}
footer .code {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 9px;
  left: 82%;
}
footer .code .code-img {
  width: 30px;
}
footer .code .code-img1 {
  width: 25px;
  margin-right: 40px;
}
footer .hidden-code {
  display: none;
  font-size: 12px;
  position: fixed;
  flex-direction: column;
  text-align: center;
}
footer .hidden-code img {
  width: 100px;
}
footer .h-code1 {
  bottom: 60px;
  left: 79.5%;
}
footer .h-code2 {
  bottom: 60px;
  left: 83.5%;
}
.nav {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: 1px solid #dbdbdb;
}
.nav .logo {
  float: left;
  height: 65px;
}
.nav .logo img {
  margin-top: 15px;
}
.nav ul {
  float: right;
}
.nav ul .nav-item {
  float: left;
  margin: -3px 44px;
  position: relative;
}
.nav ul .nav-item .nav-title {
  font-size: 14px;
  color: #666666;
  transition: all .2s linear;
}
.nav ul .nav-item:hover {
  color: #E8AF4A;
}
.nav ul .nav-item:last-child {
  margin-right: 0px;
}
.nav ul .active {
  border-bottom: 2px solid #E8AF4A;
}
.nav ul .active .nav-title {
  color: #E8AF4A;
}
.nav-sub {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background-color: #F3F3F3;
  position: fixed;
  right: 0;
  top: 65px;
  transition: all .3s linear;
  z-index: 2;
}
.nav-sub .nav-subtitle {
  padding-left: 47.5%;
}
.nav-sub .nav-subtitle li:last-child {
  padding-right: 0px;
}
.nav-sub .subactive a {
  color: #666666;
}
.nav-sub li {
  float: left;
  padding: 0 28px;
}
.nav-sub li a {
  font-size: 14px;
  color: #999999;
  transition: all .2s linear;
}
.nav-sub li :hover {
  color: #666666;
}
.banner-content .swiper-slide .swiper-img {
  object-fit: cover;
}
.banner-content .swiper-slide .swiper-text {
  position: absolute;
  padding: 10px 0px;
  bottom: 0px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.banner-content .swiper-slide .swiper-text .title {
  font-size: 18px;
  line-height: 40px;
}
.normal {
  width: 1200px;
  height: 560px !important;
  margin-top: 160px !important;
}
.normal .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container,
.vertical {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiper-slide {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.company-dynamic::-webkit-scrollbar {
  display: none;
}
.swiper-container::-webkit-scrollbar {
  display: none;
}
#wrap::-webkit-scrollbar {
  display: none;
}
.article::-webkit-scrollbar {
  display: none;
}
.company-dynamic::-webkit-scrollbar {
  display: none;
}
.swiper-pagination-bullet {
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  background-color: transparent !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
#company-m .swiper-slide {
  overflow-y: hidden;
}
#company-m .com-cc {
  width: 1200px;
}
.enterprise-synopsis {
  background-image: url(../img/enter.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 20px;
  text-align: left;
}
.enterprise-synopsis .title {
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 24px;
}
.enterprise-synopsis .synopsis {
  padding: 30px 24px;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/r.png) !important;
  right: 40px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/l.png) !important;
  left: 40px !important;
}
.content {
  position: relative;
  height: 100%;
}
.content .honor {
  height: 480px;
  position: absolute;
  margin-top: 240px;
}
.content .honor li {
  float: left;
  position: relative;
  width: 19%;
  background: #F3F3F3;
  height: 480px;
  margin-right: 1%;
}
.content .honor li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.content .honor li:hover {
  background-color: #E8B04A;
}
.content .honor li:hover .title,
.content .honor li:hover .subtitle {
  color: #fff;
}
.content .honor li:hover .honor-list em {
  border-color: transparent transparent #E8B04A transparent;
}
.content .honor li:hover .honor-list:nth-child(2n) em {
  border-color: #E8B04A transparent transparent;
}
.content .honor li .honor-list {
  height: 168px;
  text-align: left;
  padding: 16px;
  transition: all ease .5s;
}
.content .honor li .honor-list em {
  display: block;
  position: absolute;
  top: 260px;
  left: 68%;
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: transparent transparent #F3F3F3 transparent;
  border-style: dashed dashed solid dashed;
}
.content .honor li .honor-list:hover {
  background-color: #E8B04A;
}
.content .honor li .honor-list:hover .title,
.content .honor li .honor-list:hover .subtitle {
  color: #fff;
}
.content .honor li .honor-list:hover em {
  border-color: transparent transparent #E8B04A transparent;
}
.content .honor li .honor-list .title {
  color: #E8B04A;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.content .honor li .honor-list .time {
  color: #e7e7e7;
  font-size: 30px;
  margin-top: 40px;
}
.content .honor li .honor-list .subtitle {
  margin-top: 5px;
  font-size: 14px;
}
.content .honor li:nth-child(2n) img {
  position: absolute;
  bottom: 0;
}
.content .honor li:nth-child(2n) .honor-list em {
  display: block;
  border-width: 11px;
  position: absolute;
  top: 41.5%;
  left: 23%;
  border-style: solid dashed dashed;
  border-color: #F3F3F3 transparent transparent;
  font-size: 0;
  line-height: 0;
}
.content .honor li:nth-child(2n) .honor-list:hover em {
  border-color: #E8B04A transparent transparent;
}
.content .honor-tab {
  margin-top: 185px;
  display: flex;
  justify-content: center;
}
.content .honor-tab li {
  background: #F3F3F3;
  padding: 10px 0px;
  width: 30%;
  cursor: pointer;
  color: #999999;
}
.content .honor-tab .tabactive {
  background: #E8B04A;
  color: #ffffff;
}
.content .partner {
  position: relative;
  height: 530px;
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .partner .hex {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 173px;
  position: relative;
  width: 24%;
  float: left;
  margin: 25px 5px;
  text-align: center;
  zoom: 1;
}
.content .partner .hex img {
  width: 100%;
}
.content .partner .hex .synopsis-selected {
  background-image: url(../img/icon_yellow.png) !important;
}
.content .partner .hex .synopsis-selected div {
  color: #ffffff !important;
}
.content .partner .hex .sbx {
  position: relative;
}
.content .partner .hex .sbx .synopsis {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0px;
  bottom: 16px;
  width: 120px;
  height: 153px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background-size: 100% 100%;
  background-image: url(../img/icon_trans.png);
  background-repeat: no-repeat;
}
.content .partner .hex .sbx .synopsis .title {
  color: #E8B04A;
}
.content .partner .hex .sbx .synopsis .subtitle,
.content .partner .hex .sbx .synopsis .name {
  font-size: 12px;
  margin-top: 3px;
}
.content .partner .hex .sbx .synopsis .name {
  margin-top: 4px;
}
.content .partner .hex .corner-1,
.content .partner .hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.content .partner .hex .corner-1 {
  -webkit-transform: rotate(60deg);
}
.content .partner .hex .corner-2 {
  -webkit-transform: rotate(-60deg);
}
.content .partner .hex .corner-1:before,
.content .partner .hex .corner-2:before {
  width: 173px;
  height: 173px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
}
.content .partner .hex .corner-1:before {
  -webkit-transform: rotate(-60deg) translate(-87px, 0px);
  -webkit-transform-origin: 0 0;
}
.content .partner .hex .corner-2:before {
  -webkit-transform: rotate(60deg) translate(-48px, -11px);
  bottom: 0;
}
.content .partner1 .hex:nth-child(3) {
  margin-right: 50px;
}
.content .partner1 .hex:nth-child(5),
.content .partner1 .hex:nth-child(4) {
  margin-top: -88px;
}
.content .partner1 .hex:nth-child(6) {
  margin-top: -88px;
}
.content .partner1 .hex:nth-child(4) {
  margin-left: 257px;
}
.content .partner2 {
  display: none;
}
.content .partner2 .hex:nth-child(3) {
  margin-right: 50px;
}
.content .partner2 .hex:nth-child(5),
.content .partner2 .hex:nth-child(4) {
  margin-top: -88px;
}
.content .partner2 .hex:nth-child(6) {
  margin-top: -88px;
}
.content .partner2 .hex:nth-child(4) {
  margin-left: 257px;
}
.content .c-mobile {
  display: none;
}
.content .cooperation-s {
  background-image: url("../img/icon_partner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content .cooperation1 {
  position: absolute;
  width: 35%;
  height: 420px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.content .cooperation1 .title {
  position: absolute;
  top: 10%;
  left: 22%;
}
.content .cooperation2 {
  position: absolute;
  width: 78.5%;
  top: -30px;
  left: 24%;
  height: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.content .cooperation2 .title {
  position: absolute;
  top: 12%;
  left: 22%;
}
.content .cooperation {
  margin-top: 200px;
  text-align: left;
}
.content .cooperation .title {
  font-size: 24px;
  color: #E8AF4A;
  line-height: 40px;
  font-weight: bold;
}
.content .cooperation .school {
  margin-top: 20%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 7%;
}
.content .cooperation .school .school-list {
  float: left;
  width: 250px;
  height: 120px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease .3s;
}
.content .cooperation .school .school-list:hover {
  box-shadow: 0 0 10px #DBDBDB;
  border-color: none;
}
.content .landscape {
  height: 225px;
  background-color: #F3F3F3;
  margin-top: 140px;
}
.content .landscape .landscape-synopsis .display {
  display: none;
}
.content .landscape .landscape-synopsis .item {
  text-align: left;
}
.content .landscape .landscape-synopsis .item:first-child {
  display: block;
}
.content .landscape .landscape-synopsis .title {
  padding-top: 40px;
}
.content .landscape .landscape-synopsis .title .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #E8AF4A;
  margin-top: 6px;
  float: left;
}
.content .landscape .landscape-synopsis .title .titles {
  margin-left: 38px;
}
.content .landscape .landscape-synopsis .title .titles .title-t {
  color: #333333;
  font-size: 18px;
}
.content .landscape .landscape-synopsis .title .titles .subtitle {
  font-size: 12px;
  color: #999999;
}
.content .landscape .landscape-synopsis .synopsis {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  line-height: 25px;
}
.content .serve-list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .serve-list .active {
  background: #E8AF4A;
}
.content .serve-list li {
  float: left;
  width: 28%;
  text-align: left;
  margin-bottom: 1%;
  height: 180px;
  background: #666666;
  color: #FFFFFF;
  padding: 2%;
  position: relative;
  cursor: pointer;
}
.content .serve-list li:nth-child(3n) {
  margin-right: 0;
}
.content .serve-list li .number {
  font-size: 30px;
}
.content .serve-list li .icon {
  float: right;
}
.content .serve-list li .info {
  position: absolute;
  left: 32px;
  bottom: 30px;
}
.content .serve-list li .info .title {
  font-size: 20px;
}
.content .serve-list li .info .subtitle {
  font-size: 12px;
}
.content .contact {
  margin-top: 116px;
  padding: 9% 0px;
  display: flex;
  justify-content: space-between;
}
.content .contact .info {
  width: 42%;
  text-align: left;
}
.content .contact .info .text {
  border-bottom: 1px solid #999999;
  padding-bottom: 32px;
}
.content .contact .info .text .title {
  font-size: 26px;
  margin-bottom: 20px;
}
.content .contact .info .text .address span {
  line-height: 40px;
}
.content .contact .info .text .grey {
  color: #999999;
}
.content .contact .info .code {
  width: 50%;
}
.content .contact .info .code img {
  max-width: 100%;
  object-fit: cover;
}
.content .contact .map {
  width: 57%;
}
.content .contact .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-dynamic {
  margin-top: 65px;
}
.company-dynamic .list-img {
  height: 200px;
  width: 100%;
}
.company-dynamic .list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-dynamic .company-list {
  padding-bottom: 35px;
}
.company-dynamic .company-list .list-item {
  display: block;
  border-bottom: 1px solid #ECEDEF;
  padding: 24px 0;
}
.company-dynamic .company-list .list-item .item-left {
  float: left;
  width: 60%;
}
.company-dynamic .company-list .list-item .item-left .time {
  font-size: 14px;
  color: #666666;
  margin-top: 26px;
}
.company-dynamic .company-list .list-item .item-left .title {
  font-size: 16px;
  color: #333333;
  margin: 11px 0;
}
.company-dynamic .company-list .list-item .item-left .synopsis {
  font-size: 12px;
  color: #999999;
}
.company-dynamic .company-list .list-item .item-right {
  float: right;
  width: 24%;
}
.company-dynamic .company-list .list-item .item-right img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.article {
  margin-top: 110px;
}
.article .position {
  padding: 0 20px;
  text-align: right;
  color: #999;
}
.article .position a {
  color: #999;
}
.article .content {
  padding: 0 20px;
  margin-top: 40px;
  padding-bottom: 80px;
}
.article .content .picname {
  text-align: center;
}
.article .content .picname img {
  max-width: 100%;
}
.article .content .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 26px;
}
.article .content .time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 50px;
}
.article .content .article-con {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
.article .content .article-con img {
  max-width: 100%;
  max-height: 100%;
}
.article .content .title-19 {
  margin-top: 20px;
}
.article .content .des {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
.article .content .des span {
  margin-right: 10px;
}
.article .content .article-con-19 {
  margin-top: 33px;
}
.article .content .article-con-19 img {
  width: auto !important;
  height: auto !important;
  object-fit: cover;
  margin-right: 1%;
}
.article .content .article-con-19 img:nth-child(2n) img {
  margin-right: 0%;
}
.case .c-title {
  font-size: 16px;
}
.case .c-title .gray {
  color: #999;
}
.case .case_list {
  padding-bottom: 65px;
}
.case .case_list .img_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.case .case_list .img_list li:nth-child(7) {
  margin-right: 300px;
}
.case .case_list .img_list .biaoti {
  position: absolute;
  top: 300px;
  left: 600px;
}
.case .case_list .img_list .grey-i {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.add-list {
  padding-bottom: 60px;
}
.add-list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.add-list .title .work {
  width: 11%;
  text-align: center;
}
.add-list .c-list {
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  color: #666666;
}
.add-list .c-list .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  cursor: pointer;
}
.add-list .c-list .c-title .info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11%;
  text-align: center;
}
.add-list .c-list .c-title .info .icon {
  background-image: url(../img/arrow_down.png);
  width: 15px;
  height: 9px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.add-list .c-list .c-content {
  display: none;
  padding: 15px 30px;
}
.add-list .mobile {
  display: none;
}
.add-list .gray {
  background: #f3f3f3;
}
/*分页样式*/
.fenyes {
  width: 1200px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  /*margin-top: -40px;*/
}
.page_list {
  text-align: center;
  padding: 20px 0px;
  float: left;
  width: 720px;
}
.dede_pages ul {
  float: left;
  padding: 12px 0px;
  margin: 0;
}
.dede_pages ul li {
  float: left;
  line-height: 16px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
  padding: 5px 12px;
  font-size: 14px;
}
.dede_pages ul li a {
  color: #454545;
  display: block;
  font-family: "微软雅黑";
  position: relative;
  background-color: #fff;
}
.dede_pages ul li a:hover {
  color: #ebb04c;
}
.dede_pages ul li.thisclass {
  background-color: #ebb04c;
  font-weight: normal;
  font-family: "微软雅黑" !important;
  color: #fff;
  padding: 5px 12px;
}
.dede_pages .pageinfo {
  line-height: 18px;
  color: #999;
}
.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
.page_list a.thispage {
  border: #ebb04c 1px solid;
  background-color: #ebb04c;
  color: #fff;
  font-weight: bold;
}
/*手机版的头部*/
.m-header {
  width: 22px;
  height: 20px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
  float: right;
  margin-top: 23px;
}
.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.m-header .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E8B04A;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.m-header .line1 {
  width: 12px;
  top: 0;
}
.m-header .line2 {
  width: 20px;
  top: 6px;
}
.m-header .line3 {
  width: 16px;
  top: 13px;
}
.m-header-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
}
.m-header-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #E8B04A;
}
.m-header-menu .m-menu-top .titles {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/icon_close.png) no-repeat;
  background-size: 100%;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-list ul {
  width: 100%;
}
.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
  margin-bottom: 0px;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}
@media screen and (max-width: 1366px) {
  .introduction {
    top: 170px;
  }
  .content .cooperation {
    margin-top: 130px;
  }
  .content .cooperation .school .school-list {
    width: 200px;
    height: 100px;
  }
  .content .landscape {
    height: 200px;
    padding: 0 30px;
  }
  .content .landscape .landscape-synopsis .synopsis {
    font-size: 14px;
  }
  .content .landscape .landscape-synopsis .title .titles .title-t {
    font-size: 16px;
  }
  .content .landscape .landscape-synopsis .synopsis {
    margin-top: 20px;
  }
  .content .serve-list li {
    width: 22%;
    margin-bottom: 3%;
    height: 110px;
  }
  .content .serve-list {
    margin-top: 30px;
    padding: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 1440px) {
  .nav-sub .nav-subtitle {
    padding-left: 46.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact_slide {
    overflow-y: hidden;
  }
  .cooperation-s {
    background-size: 100% 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  #company-m .com-cc {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .a-honor-content {
    width: 100% !important;
  }
  .w-1200 {
    width: 100%;
  }
  .nav {
    width: 92%;
    padding: 0 4%;
  }
  .nav .header ul {
    margin-right: 5%;
  }
  .nav-sub .nav-subtitle {
    padding-left: 43%;
  }
  .content .partner .hex .sbx .synopsis {
    bottom: 2%;
  }
  .content .partner2 .hex:nth-child(3) {
    margin-right: 50px;
  }
  .content .partner2 .hex:nth-child(5),
  .content .partner2 .hex:nth-child(4) {
    margin-top: -75px;
  }
  .content .partner2 .hex:nth-child(6) {
    margin-top: -75px;
  }
  .content .partner2 .hex:nth-child(4) {
    margin-left: 20%;
  }
  .content .cooperation1 {
    width: 420px;
    height: 420px;
    left: 3%;
  }
  .content .cooperation2 {
    width: 800px;
    height: 800px;
    left: 29%;
    top: 10px;
  }
  .content .cooperation2 li {
    width: 30%;
  }
  .content .contact {
    margin-top: 0px;
    padding: 0% 40px;
  }
  .company-dynamic .company-list {
    width: 96%;
  }
  .article {
    margin-top: 80px;
  }
  .article .position {
    text-align: left;
  }
  .article .content {
    margin-top: 20px;
  }
  .article .content .article-con img {
    width: 100% !important;
    height: auto !important;
  }
  .case .c-title {
    width: 98%;
    margin: 0 auto;
  }
  .case .case_list .img_list {
    width: 98%;
    margin: 0 auto;
  }
  .case .case_list .img_list li {
    width: 25%;
  }
  .case .case_list .img_list li:nth-child(7) {
    margin-right: 0px;
  }
  .case .case_list .img_list .biaoti {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 1180px) {
  .nav .header .pc {
    margin-right: 0%;
  }
  .nav-sub .nav-subtitle {
    padding-left: 0px;
    text-align: center;
  }
  .nav-sub .nav-subtitle li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 1080px) {
  .enterprise-synopsis .title {
    font-size: 20px;
    margin-top: 3px;
  }
  .content .partner .hex {
    width: 23%;
  }
  .content .partner .hex:nth-child(6),
  .content .partner .hex:nth-child(7),
  .content .partner .hex:nth-child(5) {
    margin-top: -80px;
  }
  .content .c-pc {
    display: none;
  }
  .content .c-mobile {
    margin-top: 160px;
    display: block;
  }
  .content .c-mobile .c1 {
    min-height: 200px;
  }
  .content .c-mobile .c1 .title {
    font-size: 24px;
    color: #E8AF4A;
    line-height: 40px;
  }
  .content .c-mobile .c1 ul {
    padding: 10px 30px;
  }
  .content .c-mobile .c1 ul .school-list {
    float: left;
    width: 33%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
  }
  .content .c-mobile .c1 ul .school-list:hover {
    box-shadow: 0 0 10px #DBDBDB;
    border-color: none;
  }
}
@media only screen and (max-width: 1028px) {
  .case .case_list li {
    width: 23%;
    height: 240px;
  }
}
@media only screen and (max-width: 960px) {
  .enterprise-synopsis {
    background-size: auto;
    bottom: 16px;
  }
  .enterprise-synopsis .title {
    font-size: 24px;
    line-height: 41px;
  }
  .content .partner .hex .sbx .synopsis {
    width: 90px;
    height: 150px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  .nav-sub {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .nav-sub li {
    padding: 0 15px;
  }
  .nav-sub li:last-child {
    padding-right: 15px !important;
  }
  .nav .pc {
    display: none;
  }
  .m-header {
    display: block;
  }
  .case .case_list li {
    width: 33.3% !important;
    height: 240px;
  }
  .swiper-slide {
    overflow: hidden scroll;
  }
  .swiper-slide #company-m .swiper-button-prev {
    display: none;
  }
  .swiper-slide #company-m .swiper-button-next {
    display: none;
  }
  .swiper-slide .honor {
    margin-top: 128px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    padding: 0 3%;
  }
  .swiper-slide .honor li {
    float: none;
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .swiper-slide .content .partner .hex {
    width: 30%;
  }
  .swiper-slide .content .partner .hex:nth-child(4) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner .hex:nth-child(5) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner .hex:nth-child(6) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner .hex:nth-child(7) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner .hex .sbx .synopsis {
    width: 90px;
    height: 161px;
    background-size: auto;
    font-size: 12px;
  }
  .swiper-slide .content .partner2 .hex:nth-child(3) {
    margin-right: 0px;
  }
  .swiper-slide .content .partner2 .hex:nth-child(5),
  .swiper-slide .content .partner2 .hex:nth-child(4) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner2 .hex:nth-child(6) {
    margin-top: -15px;
  }
  .swiper-slide .content .partner2 .hex:nth-child(4) {
    margin-left: 1%;
  }
  .swiper-slide .content .landscape {
    padding: 10px 15px;
  }
  .swiper-slide .content .landscape .landscape-synopsis .item .title {
    padding-top: 0px;
  }
  .swiper-slide .content .serve-list {
    margin-top: 20px;
  }
  .swiper-slide .content .serve-list li {
    width: 45%;
  }
  .swiper-slide .content .contact {
    margin-top: 190px;
    display: block;
  }
  .swiper-slide .content .contact .info {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .swiper-slide .content .contact .info .text {
    border-bottom: none;
  }
  .swiper-slide .content .contact .info .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .swiper-slide .content .contact .info .text .address {
    font-size: 16px;
  }
  .swiper-slide .content .contact .map {
    width: 100%;
  }
  .company-list .list-item {
    padding: 0px 0 24px !important;
  }
  .company-list .list-item .item-left {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .company-list .list-item .item-right {
    float: none !important;
    width: 100% !important;
  }
  .company-list .list-item .item-right img {
    height: auto;
  }
  .add-list .pc {
    display: none;
  }
  .add-list .mobile {
    margin-top: 10px;
    display: block;
  }
  .add-list .mobile .c-list .c-title {
    flex-wrap: wrap;
    padding: 15px 30px;
  }
  .add-list .mobile .c-list .c-title .info {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer .code {
    display: none;
  }
  .enterprise-synopsis {
    background-image: none;
  }
  .enterprise-synopsis .title {
    margin: 0px;
    text-align: center;
    color: #E8B04A;
  }
  .enterprise-synopsis .synopsis {
    padding-top: 7px !important;
  }
  .content .c-mobile .c1 ul .school-list {
    width: 50%;
    background: rgba(255, 255, 255, 0.4);
  }
  .content .honor-tab {
    margin-top: 155px;
  }
  .content .partner {
    margin-top: 20px;
    padding: 0px 2%;
    justify-content: flex-start;
  }
  .content .partner .hex {
    width: 31.5% !important;
    margin-right: 1%;
  }
  .content .partner .hex:nth-child(3n) {
    margin-right: 0px;
  }
  .case {
    margin-top: 98px;
  }
}
@media only screen and (max-width: 568px) {
  .banner-content .swiper-slide .swiper-text .title {
    font-size: 16px;
  }
  .banner-content .swiper-slide .swiper-text .des-h {
    font-size: 12px;
  }
  #company-m .enterprise-synopsis .title {
    margin-top: 14px;
    font-size: 18px;
  }
  .swiper-slide .honor li {
    height: 390px !important;
  }
  .swiper-slide .honor li img {
    height: 200px;
  }
  .swiper-slide .honor li .honor-list .time {
    margin-top: 10px !important;
  }
  .swiper-slide .honor li:nth-child(2n-1) .honor-list em {
    top: 46.5%;
  }
  .swiper-slide .honor li:nth-child(2n) .honor-list em {
    top: 48.5%;
  }
  .swiper-slide .content .honor-tab {
    margin-top: 138px;
  }
  .swiper-slide .content .honor-tab li {
    width: 48%;
    font-size: 16px;
  }
  .swiper-slide .content .partner {
    justify-content: flex-start;
  }
  .swiper-slide .content .partner .hex {
    width: 47% !important;
    margin: 0px 5px 15px !important;
  }
  .swiper-slide .content .partner .hex .sbx .synopsis {
    width: 169px;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    bottom: -32px;
    justify-content: flex-start;
  }
  .swiper-slide .content .partner .hex .sbx .synopsis .title {
    margin-top: 3px;
  }
  .swiper-slide .content .landscape {
    height: auto;
  }
  .swiper-slide .content .serve-list li .number {
    font-size: 22px;
  }
  .swiper-slide .content .serve-list li .info {
    left: 8px;
    bottom: 12px;
  }
  .swiper-slide .content .serve-list li .info .title {
    font-size: 14px;
  }
  .swiper-slide .content .cooperation1 {
    width: 200px;
    height: 200px;
    left: 3%;
  }
  .swiper-slide .content .cooperation1 .school .school-list {
    width: 110px;
    height: 60px;
  }
  .swiper-slide .content .cooperation1 .school .school-list img {
    width: 100%;
  }
  .swiper-slide .content .cooperation2 {
    width: 600px;
    height: 600px;
    left: 3%;
  }
  .swiper-slide .content .cooperation2 .school .school-list {
    width: 110px;
    height: 60px;
    top: 53px;
    left: 8%;
  }
  .swiper-slide .content .cooperation2 .school .school-list img {
    width: 100%;
  }
  .swiper-slide .content .c-mobile {
    margin-top: 160px;
    display: block;
  }
  .swiper-slide .content .c-mobile .c1 {
    min-height: 200px;
  }
  .swiper-slide .content .c-mobile .c1 ul {
    padding: 10px 10px;
  }
  .swiper-slide .content .c-mobile .c1 ul .school-list {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .swiper-slide .content .c-mobile .c1 ul .school-list:nth-child(2n) {
    margin-right: 0px;
  }
  .swiper-slide .content .c-mobile .c1 ul .school-list img {
    max-width: 95%;
  }
  .swiper-slide .content .c-mobile .c ul .school-list {
    width: 100%;
  }
  .swiper-slide .content .contact {
    margin-top: 15px;
    display: block;
  }
  .swiper-slide .content .contact .info {
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .swiper-slide .content .contact .info .code {
    width: 25%;
    display: none;
  }
  .swiper-slide .content .contact .info .text {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .swiper-slide .content .contact .info .text .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .swiper-slide .content .contact .info .text .address {
    font-size: 16px;
  }
  .swiper-slide .content .contact .info .text .address span {
    line-height: 30px;
  }
  .swiper-slide .content .contact .map {
    width: 100%;
  }
  .article .position {
    font-size: 14px;
  }
  .case {
    width: 96%;
    margin-top: 95px;
  }
  .case .case_list .wow {
    width: 50% !important;
    height: 240px;
  }
}
@media only screen and (max-width: 414px) {
  .normal {
    height: 286px !important;
    margin-top: 113px !important;
  }
  #company-m .enterprise-synopsis .title {
    margin-top: 31px;
    font-size: 18px;
  }
  .swiper-slide .contact {
    margin-top: 30px;
    display: block;
  }
  .swiper-slide .contact .info .text {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .swiper-slide .contact .info .text .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .swiper-slide .contact .info .text .address {
    font-size: 16px;
  }
  .swiper-slide .contact .info .text .address span {
    line-height: 30px;
  }
}
@media only screen and (max-width: 375px) {
  #company-m .enterprise-synopsis .synopsis {
    padding: 30px 29px;
  }
  #company-m .enterprise-synopsis .title {
    font-size: 18px;
  }
  .contact {
    margin-top: 42px;
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #company-m .enterprise-synopsis {
    font-size: 12px;
  }
}
