html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  width: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.42857143;
  margin: 0;
  outline: none;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,html [type=button],/* 1 */
[type=reset],[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu {
  display: block;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
video,
canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #009bde;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.img-cover {
  overflow: hidden;
  position: relative;
}

.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.more-big {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  width: 120px;
  line-height: 50px;
  font-size: 18px;
  color: #009bde;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more-big:hover {
  box-shadow: 0 0 8px #00a4f0;
}

.container {
  padding: 0 0;
  width: 1500px;
  margin: 0 auto;
}

.kf {
  width: 208px;
  position: fixed;
  /* right: 20px; */
  right: -208px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.kt-top {
  height: 40px;
  line-height: 40px;
  background: url(../images/kefu.png) 12px center no-repeat #007ccb;
  -ms-background-size: auto 20px;
  background-size: auto 20px;
  padding-left: 46px;
  font-size: 14px;
  color: #fff;
}

.kt-top span:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.kt-top span {
  width: 18px;
  height: 16px;
  float: right;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.kt-top span b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.kt-top span b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.kf .con {
  overflow: hidden;
  background: #fff;
}

.kf .qq li {
  height: 36px;
  line-height: 36px;
  border-bottom: #f5f5f5 solid 1px;
  padding-left: 16px;
}

.kf .qq li a {
  height: 36px !important;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: initial;
  display: block;
}

.kf .qq li a img {
  padding-right: 6px;
}

.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url(../images/lianxi.png) 16px center no-repeat;
  padding-left: 45px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.kf .contact {
  margin-top: 1px;
  height: auto;
}

.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
  padding-left: 22px;
  margin: 0;
}

.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}

.kf .con h5.qr-icon {
  background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
  margin-top: 10px;
  padding-left: 40px;
}

.kf .con .qr img {
  width: 110px;
  height: 110px;
}

.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url(../images/huidaodingbu.png) center center no-repeat #007ccb;
  background-size: 18px auto;
  cursor: pointer;
}

.kf-side {
  padding: 18px 10px 10px;
  background: #007ccb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
}

.kf-side b {
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}

.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url(../images/jt-1.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
  display: block;
  margin-top: 10px;
}

.kf-side span.on {
  background: url(../images/jt-2.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
}

.header {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.header-active {
  position: fixed;
  top: -150px;
}

.header-active.active {
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .logo {
  float: left;
  height: 105px;
  line-height: 105px;
  text-align: left;
}

.header .tel {
  float: right;
  line-height: 105px;
  text-transform: uppercase;
  margin-left: 20px;
}

.header .sc-box {
  float: right;
  position: relative;
}

.header .sc-btn {
  display: block;
  width: 42px;
  height: 105px;
  background: url(../images/top1.png) no-repeat center;
}

.header .sc-form {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  width: 270px;
  padding: 10px;
  display: none;
  z-index: 10;
}

.header .sc-form input {
  float: left;
  padding: 6px 12px;
  background-color: #f0f0f0;
  border: 1px #ccc solid;
  font-size: 14px;
  line-height: 24px;
  border-right: 0;
  width: 180px;
}

.header .sc-form button {
  float: right;
  width: 65px;
  height: 38px;
  line-height: 38px;
  border: 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background-color: #009bde;
  color: #fff;
}

.header .nav {
  text-align: center;
  margin: 0 200px 0 260px;
  font-size: 0;
}

.header .nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.header .nav li a {
  display: block;
  font-size: 16px;
  padding: 23px 20px 41px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}

.header .nav li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav li .arr {
  float: right;
  height: 57px;
  width: 40px;
  position: relative;
  display: none;
}

.header .nav li .arr:after {
  content: '';
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}

.header .nav li.dropdown {
  position: relative;
}

.header .nav .dropdown-box {
  position: absolute;
  left: 50%;
  width: 160px;
  top: 100%;
  background-color: #009bde;
  display: none;
  z-index: 10;
  margin-left: -80px;
}

.header .nav .dropdown-box p {
  margin: 0;
}

.header .nav .dropdown-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important;
  line-height: 50px;
  font-size: 14px;
  background-color: transparent !important;
  padding: 0 10px;
  border-bottom: 0;
}

.header .nav .dropdown-box a:hover {
  background-color: #313131 !important;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
  color: #009bde;
  background-color: #e4f6fe;
  border-color: #009bde;
}

.header .nav li.active a span,
.header .nav li.open a span,
.header .nav li a:hover span {
  opacity: 1;
  color: #009bde;
}

.header .nav li.open .dropdown-box {
  display: block;
}

.menu-btn {
  display: none;
  padding: 16px 0;
  padding-right: 16px;
  float: right;
  margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #009bde;
  content: '';
}

.menu-btn:before {
  width: 24px;
}

.menu-btn:after {
  width: 18px;
  margin-left: 6px;
}

.menu-btn span {
  width: 12px;
  margin: 6px 0 6px 12px;
}

/* .banner .swiper-slide {
    background: no-repeat center / cover;
}

.banner .ctrl {
    position: absolute;
    z-index: 2;
    right: 50%;
    font-size: 0;
    bottom: 40px;
    margin-right: -750px;
    color: #fff;
    line-height: 1;
}

.banner .ctrl .swiper-button-prev,.banner .ctrl .swiper-button-next {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: 10px;
    height: 18px;
    background-size: contain;
}

.banner .ctrl .line {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    opacity: 0.4;
}

.banner .ctrl .swiper-pagination {
    position: static;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.banner .ctrl .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 0.4;
}

.banner .ctrl .swiper-pagination-bullet:before,.banner .ctrl .swiper-pagination-bullet:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 25px;
    height: 1px;
    background-color: #fff;
}

.banner .ctrl .swiper-pagination-bullet span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.banner .ctrl .swiper-pagination-bullet:first-child:before {
    display: none;
}

.banner .ctrl .swiper-pagination-bullet:first-child span {
    padding-left: 0;
}

.banner .ctrl .swiper-pagination-bullet:last-child:after {
    display: none;
}

.banner .ctrl .swiper-pagination-bullet:last-child span {
    padding-right: 0;
}

.banner .ctrl .swiper-pagination-bullet-active {
    opacity: 1;
} */

.section {
  padding: 90px 0;
}

.section-title {
  margin-bottom: 40px;
  font-size: 24px;
  padding-left: 35px;
}

.section-title strong {
  display: block;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.section-title strong:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
  width: 25px;
  height: 5px;
  background-color: #333;
  margin-top: -2px;
  margin-right: 10px;
}

.section-title p {
  margin: 0;
  float: right;
  font-size: 18px;
  color: #8f8f8f;
}

.section-title-2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

.section-title-2 strong {
  font-family: 'Arial Black';
  font-size: 40px;
  display: block;
  text-transform: uppercase;
}

.section-title-3 {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-3 strong {
  display: inline-block;
  font-size: 36px;
  position: relative;
  padding: 0 25px;
}

.section-title-3 strong:after,
.section-title-3 strong:before {
  position: absolute;
  content: '';
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
}

.section-title-3 strong:after {
  left: 100%;
}

.section-title-3 strong:before {
  right: 100%;
}

.section-title-3 p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.section-title-3 small {
  display: inline-block;
  background-color: #009bde;
  color: #fff;
  font-family: Arial;
  padding: 0 38px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 20px;
  margin-top: 5px;
  letter-spacing: 1px;
}

.in-about-left {
  float: left;
  width: 900px;
}

.in-about-right {
  margin-left: 970px;
  padding: 30px 60px 0 0;
  background: url(../images/index5.png) no-repeat right bottom;
}

.in-about-right h4 {
  font-weight: normal;
  background: url(../images/index4.jpg) no-repeat left bottom;
  font-size: 50px;
  padding-bottom: 30px;
  margin: 0 0 40px;
  line-height: 1.2;
}

.in-about-right p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.in-about-right .more {
  display: block;
  line-height: 40px;
  background-color: #d18925;
  color: #fff;
  position: relative;
  width: 156px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
}

.in-about-right .more span {
  background: url(../images/index6.png) no-repeat right center;
  width: 21px;
  height: 10px;
  position: absolute;
  right: -21px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-about-right .more span:before {
  content: '';
  width: 10px;
  height: 1px;
  background: white;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-about-right .more:hover span {
  width: 41px;
  right: -41px;
}

.in-about-right .more:hover span:before {
  width: 20px;
  left: -20px;
}

.in-about .gallery-thumbs {
  float: left;
  width: 200px;
  height: 580px;
}

.in-about .gallery-thumbs .swiper-slide {
  background: no-repeat center / cover;
  cursor: pointer;
}

.in-about .gallery-top {
  margin-left: 220px;
}

.in-about .gallery-top .swiper-slide {
  height: 580px;
  background: no-repeat center / cover;
}

.in-about .gallery-top .swiper-button-prev,
.in-about .gallery-top .swiper-button-next {
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  top: auto;
}

.in-about .gallery-top .swiper-button-prev {
  left: auto;
  right: 0;
  bottom: 82px;
}

.in-about .gallery-top .swiper-button-next {
  right: 0;
  bottom: 0;
}

.bg1 {
  background: url(../images/index7.jpg) no-repeat center / cover;
  color: #fff;
}

.bg1 .section-title strong:before {
  background-color: #fff;
}

.bg2 {
  background: url(../images/index25.jpg) repeat center;
  color: #fff;
  padding-bottom: 0;
  position: relative;
}

.bg2 .section-title strong:before {
  background-color: #fff;
}

.bg3 {
  background: url(../images/guide1.jpg) no-repeat center / cover;
}

.in-service {
  margin: -35px 0 0 -35px;
}

.in-service li {
  float: left;
  width: 25%;
}

.in-service li a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/index8.png) repeat center;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 30px 0;
  position: relative;
  margin: 35px 0 0 35px;
  overflow: hidden;
}

.in-service li .num {
  text-align: center;
  font-size: 0;
}

.in-service li .num span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  position: relative;
  padding: 0 18px;
  opacity: 0.6;
}

.in-service li .num span:after,
.in-service li .num span:before {
  position: absolute;
  content: '';
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #fff;
}

.in-service li .num span:before {
  left: 0;
}

.in-service li .num span:after {
  right: 0;
}

.in-service li .img-center {
  height: 75px;
  line-height: 75px;
}

.in-service li h4 {
  margin: 10px 0 0;
  font-size: 18px;
  text-align: center;
}

.in-service li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index9.png) repeat center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.in-service li .text p {
  margin: 0;
  text-align: justify;
  padding: 35px 35px 0;
  font-size: 16px;
  line-height: 1.8;
}

.in-service li .n {
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-style: oblique;
  font-size: 36px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-service li a:hover {
  border-color: #fff;
}

.in-service li a:hover .text {
  opacity: 1;
}

.in-service li a:hover .n {
  opacity: 0.3;
}

.tabs-menu {
  text-align: right;
  font-size: 0;
  margin-bottom: 40px;
  margin-top: -80px;
}

.tabs-menu li {
  display: inline-block;
  vertical-align: middle;
}

.tabs-menu li a {
  display: block;
  line-height: 36px;
  padding: 0 25px;
  margin-left: -1px;
  background: url(../images/index24.jpg) no-repeat left center;
  border-radius: 36px;
  font-size: 16px;
}

.tabs-menu li:first-child a {
  background-image: none;
}

.tabs-menu li.active a {
  background: #009bde;
  color: #fff;
  position: relative;
  z-index: 1;
}

.in-academies-con,
.in-news-con {
  padding: 0 3px 6px;
}

.list-1 {
  margin: -30px 0 0 -25px;
}

.list-1 li {
  float: left;
  width: 100%;
}

.list-1 li a {
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin: 30px 0 0 30px;
}

.list-1 li .img-cover {
  padding-top: 56%;
}

.list-1 li .text {
  margin-top: 15px;
}

.list-1 li .text h4 {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-1 li .text h4 small {
  display: block;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-1 li .text p {
  color: #666;
  line-height: 1.8;
  margin: 15px 0 0;
  height: 50px;
  overflow: hidden;
}

.list-1 li .text em {
  color: #666;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  display: block;
  background: url(../images/index23.png) no-repeat 0 center;
  padding-left: 20px;
}

.list-1 li a:hover .img-cover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.in-school-text {
  width: 50%;
  background-color: #d18925;
  position: relative;
  z-index: 10;
}

.in-school-text .wrap {
  padding: 50px 70px 0;
  height: 520px;
}

.in-school-text h4 {
  margin: 0;
  font-size: 24px;
  line-height: 44px;
  font-weight: normal;
  padding-left: 55px;
  background: url(../images/index28.png) no-repeat 0 center;
}

.in-school-text h4 small {
  margin-left: 10px;
  font-size: 18px;
  opacity: 0.5;
}

.in-school-text p {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.in-school-text .more {
  position: absolute;
  width: 115px;
  left: 100%;
  top: 0;
  height: 100%;
  background: url(../images/index27.jpg) no-repeat top center;
}

.in-school-text .more a {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.in-school-text .more a:hover {
  color: #009bde;
}

.in-school-text .more a:before {
  content: '';
  width: 56px;
  height: 2px;
  background: white;
  position: absolute;
  left: -75px;
  top: 50%;
  margin-top: -1px;
  opacity: 0.4;
}

.in-school-pic {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}

.in-school-pic .swiper-slide {
  background: no-repeat center / cover;
}

.in-school-pic .ctrl {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 11;
}

.in-school-pic .ctrl a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 10px;
  background: url(../images/index31.png) no-repeat center;
}

.in-school-pic .ctrl a:hover {
  background-image: url(../images/index31_h.png);
}

.in-school-pic .ctrl a.prev {
  background-position: 0 center;
}

.in-school-pic .ctrl a.more {
  background-position: center;
}

.in-school-pic .ctrl a.next {
  background-position: 100% center;
}

.list-2 {
  /* margin: -10px 0 0 -10px; */
}

.list-2 li {
  float: left;
  /* width: 25%; */
}

.list-2 li a {
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin: 10px 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-2 li .tag {
  color: #009bde;
  margin-bottom: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-2 li h4 {
  margin: 0;
  font-size: 18px;
  height: 60px;
  overflow: hidden;
}

.list-2 li p {
  color: #808080;
  line-height: 1.8;
  margin: 25px 0 0;
  height: 75px;
  overflow: hidden;
}

.list-2 li .more {
  font-size: 12px;
  color: #808080;
  opacity: 0.6;
  margin-top: 20px;
}

.list-2 li .date {
  margin-top: 30px;
  color: #808080;
}

.list-2 li a:hover {
  color: #fff;
  background-color: #000;
}

.list-3 {
  margin: -30px 0 0 -30px;
}

.list-3 li {
  float: left;
  width: 50%;
}

.list-3 li a {
  margin: 30px 0 0 30px;
  display: block;
  background-color: #fff;
  padding: 22px 35px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-3 li h4 {
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 35px;
}

.list-3 li h4:before,
.list-3 li p:before {
  position: absolute;
  content: 'Q';
  background-color: #009bde;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-3 li p {
  position: relative;
  margin: 15px 0 0;
  padding-left: 35px;
  line-height: 1.8;
  height: 50px;
  overflow: hidden;
  color: #8e8e8e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-3 li p:before {
  content: 'A';
  top: 2px;
  margin: 0;
  background-color: #d18925;
}

.list-3 li a:hover {
  background-color: #009bde;
  color: #fff;
}

.list-3 li a:hover h4:before,
.list-3 li a:hover p:before {
  background-color: #fff;
  color: #009bde;
}

.list-3 li a:hover p {
  color: #fff;
}

.list-3 li a:hover p:before {
  color: #d18925;
}

.yunu-link {
  padding: 20px 0;
}

.yunu-link h4 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 18px;
  color: #009bde;
  padding-bottom: 15px;
}

.yunu-link h4 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

.yunu-link ul {
  margin-left: -20px;
}

.yunu-link li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.six-brand {
  padding: 30px 0;
}

.six-list {
  margin-left: -50px;
}

.six-list li {
  float: left;
  width: 16.666666%;
}

.six-list li .wrap {
  background: url(../images/index39.png) no-repeat left center;
  padding: 0 0 0 25px;
  overflow: hidden;
  margin-left: 25px;
}

.six-list li:first-child .wrap {
  background: none;
}

.six-list li .img-center {
  float: left;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.six-list li .text {
  margin-left: 76px;
  font-size: 16px;
  line-height: 2.9;
  padding: 5px 0;
  text-align: justify;
}

.footer {
  background-color: #1f1f1f;
  color: #bbb;
  padding: 50px 0 0;
}

.footer a {
  color: #bbb;
}

.footer a:hover {
  color: #fff;
}

.footer-copy {
  margin-top: 50px;
  font-size: 12px;
  padding: 20px 0;
  background-color: #060606;
}

.footer-info {
  float: left;
  width: 570px;
  padding-right: 80px;
}

.footer-info .logo {
  text-align: left;
}

.footer-info p {
  line-height: 1.8;
  margin: 30px 0 0;
  text-align: justify;
}

.footer-info .sns {
  font-size: 0;
  margin-top: 25px;
}

.footer-info .sns a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: no-repeat center / contain;
  position: relative;
}

.footer-info .sns .img-center {
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: url(../images/ewm_bg.png) no-repeat center;
  width: 92px;
  height: 92px;
  line-height: 92px;
  padding: 10px 10px 19px 10px;
  margin-left: -56px;
  display: none;
}

.footer-info .sns a:hover .img-center {
  display: block;
}

.footer-info .sns a.wx {
  background-image: url(../images/footer3.png);
}

.footer-info .sns a.qq {
  background-image: url(../images/footer5.png);
}

.footer-info .sns a.sn {
  background-image: url(../images/footer4.png);
}

.footer-contact {
  float: left;
  border-left: solid 1px rgba(255, 255, 255, 0.05);
  border-right: solid 1px rgba(255, 255, 255, 0.05);
  width: 320px;
  padding-left: 80px;
  padding-right: 40px;
}

.footer-contact h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  background: url(../images/footer6.png) no-repeat left bottom;
  padding-bottom: 15px;
}

.footer-contact p {
  background: no-repeat 0 center / auto 30px;
  margin: 23px 0 0;
  padding-left: 44px;
  line-height: 24px;
}

.footer-contact p.i1 {
  background-image: url(../images/footer7.png);
}

.footer-contact p.i2 {
  background-image: url(../images/footer8.png);
}

.footer-contact p.i3 {
  background-image: url(../images/footer9.png);
}

.footer-ewm {
  float: right;
  width: 330px;
}

.footer-ewm .img-center {
  float: left;
  width: 150px;
  height: 150px;
  line-height: 150px;
  padding: 8px;
  background-color: #fff;
}

.footer-ewm .text {
  margin-left: 186px;
  padding-top: 20px;
}

.footer-fix {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #009bde;
  z-index: 10;
  display: none;
}

.footer-fix li {
  float: left;
  width: 25%;
}

.footer-fix li a {
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.footer-fix li i {
  display: block;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 4px;
}

.footer-fix li i.i1 {
  background-image: url(../images/footer14.png);
}

.footer-fix li i.i2 {
  background-image: url(../images/footer15.png);
}

.footer-fix li i.i3 {
  background-image: url(../images/footer16.png);
}

.footer-fix li i.i4 {
  background-image: url(../images/footer17.png);
}

.in-six-brand .six-list {
  margin-bottom: 20px;
}

.banner-sub {
  height: 510px;
  background: no-repeat center / cover;
  color: #fff;
}

.banner-sub .container {
  display: table;
  height: 100%;
}

.banner-sub .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}

.banner-sub h3 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}

.banner-sub h4 {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}

.banner-sub h5 {
  margin: 0;
  font-size: 80px;
  text-transform: uppercase;
}

.banner-sub .sc-form {
  margin: 30px auto 0;
  max-width: 700px;
}

.banner-sub .sc-form button {
  float: right;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: #00a2e9 url(../images/product1.png) no-repeat center / contain;
}

.banner-sub .sc-form .input {
  background-color: #fff;
  margin-right: 83px;
  padding: 15px 32px;
  border-radius: 60px;
}

.banner-sub .sc-form .input input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
}

.sort {
  margin-bottom: 40px;
}

.sort dl {
  margin: 0 0 1px;
  background-color: #fbfbfb;
  overflow: hidden;
}

.sort dt {
  float: left;
  text-align: center;
  width: 128px;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
}

.sort dt strong {
  display: block;
  border-right: 1px solid #c5c5c5;
}

.sort dd {
  margin-left: 168px;
  overflow: hidden;
  height: 60px;
}

.sort dd p {
  margin: 0;
  overflow: hidden;
  padding: 0 0 20px;
}

.sort dd p a {
  display: block;
  float: left;
  margin: 20px 65px 0 0;
}

.sort dd p a:hover,
.sort dd p a.active {
  color: #e62129;
}

.sort dd .more {
  float: right;
  background: url(../images/footer11.png) no-repeat right center;
  padding-right: 20px;
  margin: 20px;
}

.ct2 {
  position: relative;
  background-color: #f7f7f7;
}

.ct2-mn {
  margin-right: 300px;
  background-color: #fff;
  min-height: 1000px;
  padding-right: 40px;
}

.ct2-sd {
  position: absolute;
  right: 0;
  width: 300px;
  top: 0;
}

.filter {
  background-color: #e1e1e1;
  margin-bottom: 40px;
}

.filter form {
  float: right;
  position: relative;
  margin-top: 12px;
  margin-right: 12px;
}

.filter form input {
  display: block;
  padding: 5px 55px 5px 15px;
  border: 0;
  background-color: #fff;
  border-radius: 20px;
  line-height: 20px;
  width: 150px;
}

.filter form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  border: 0;
  background: url(../images/product5.png) no-repeat center;
}

.filter a {
  float: left;
  line-height: 54px;
  font-size: 0;
  padding: 0 30px;
}

.filter a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.filter a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 15px;
  background: url(../images/product4.png) no-repeat 0 0;
}

.filter a.active {
  background-color: #009bde;
  color: #fff;
}

.list-4 li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f1f1f1;
}

.list-4 li a {
  display: block;
  overflow: hidden;
}

.list-4 li .img-center {
  float: left;
  width: 270px;
  background: #006693;
  position: relative;
}

.list-4 li .img-center .imgbg {
  opacity: 0.7;
}

.list-4 li .img-center .yxlogo {
  width: 87px;
  height: 87px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -43.5px 0 0 -43.5px;
}

.list-4 li .img-center .yxlogo img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.list-4 li .text {
  margin-left: 300px;
  position: relative;
  padding-right: 170px;
}

.list-4 li .text h4 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-4 li .text h4 small {
  display: block;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-4 li .text .add {
  color: #666;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  display: block;
  background: url(../images/index23.png) no-repeat 0 center;
  padding-left: 20px;
}

.list-4 li .text .tag {
  font-size: 0;
  margin-top: 10px;
}

.list-4 li .text .tag span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 0 0;
  color: #727272;
  background-color: #f3f3f3;
  padding: 3px 10px;
  font-size: 14px;
}

.list-4 li .text .price {
  font-size: 0;
}

.list-4 li .text .price p {
  margin: 20px 60px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #8f8f8f;
}

.list-4 li .text .price span {
  display: block;
  color: #333;
}

.list-4 li .text .more {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 35px;
  margin-top: -17px;
  background-color: #009bde;
  color: #fff;
  width: 140px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
}

.pages {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}

.pages a {
  display: inline-block;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
  background-color: #009bde;
  color: #fff;
}

.list-5 {
}

.list-5 li a {
  display: block;
  padding: 30px 20px;
  border-top: solid 1px #e8e8e8;
  overflow: hidden;
}

.list-5 li:first-child a {
  border-top: 0;
}

.list-5 li .img-center {
  float: left;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.list-5 li .text {
  margin-left: 105px;
}

.list-5 li .text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-5 li .text .tag {
  font-size: 0;
  margin-top: 5px;
}

.list-5 li .text .tag span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 0 0;
  color: #727272;
  background-color: #fff;
  padding: 3px 10px;
  font-size: 14px;
}

.list-5 li .text p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #797979;
}

.list-5 li .text p span {
  color: #c00000;
}

.nav-sub {
  text-align: center;
  font-size: 0;
  margin-top: -135px;
  margin-bottom: 90px;
}

.nav-sub li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.nav-sub li a {
  display: block;
  font-size: 16px;
}

.nav-sub li i {
  display: block;
  border: solid 1px #dfdfdf;
  background: no-repeat center / 90px #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.nav-sub li span {
  display: block;
  margin-top: 15px;
}

.nav-sub li.active a {
  color: #009bde;
}

.nav-sub li.active i {
  background-color: #009bde;
  border-color: #009bde;
}

.subnews li:first-child i {
  background-image: url(../images/index405905131.png);
}

.subnews li:nth-child(2) i {
  background-image: url(../images/index416044804.png);
}

.subnews li:nth-child(3) i {
  background-image: url(../images/index428001443.png);
}

.subnews li:nth-child(4) i {
  background-image: url(../images/index436929364.png);
}

.subnews li:first-child.active i {
  background-image: url(../images/index40_h3053347.png);
}

.subnews li:nth-child(2).active i {
  background-image: url(../images/index41_h6736063.png);
}

.subnews li:nth-child(3).active i {
  background-image: url(../images/index42_h2803076.png);
  background-size: 50% 50%;
}

.subnews li:nth-child(4).active i {
  background-image: url(../images/index43_h3763781.png);
  background-size: 50% 50%;
}

.nav-sub li i.i5 {
  background-image: url(../images/index485106590.png);
}

.nav-sub li i.i6 {
  background-image: url(../images/index491353283.png);
}

.nav-sub li i.i7 {
  background-image: url(../images/index502662806.png);
}

.nav-sub li i.i8 {
  background-image: url(../images/index529034338.png);
}

.nav-sub li i.i9 {
  background-image: url(../images/index512541442.png);
}

.nav-sub li.active i.i5 {
  background-image: url(../images/index48_h4923849.png);
}

.nav-sub li.active i.i6 {
  background-image: url(../images/index49_h3427970.png);
}

.nav-sub li.active i.i7 {
  background-image: url(../images/index43_h3763781.png);
}

.nav-sub li.active i.i8 {
  background-image: url(../images/index52_h4739689.png);
}

.nav-sub li.active i.i9 {
  background-image: url(../images/index51_h5931461.png);
}

.list-6 li {
  margin-bottom: 20px;
}

.list-6 li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f7f7f7;
  padding: 25px;
  overflow: hidden;
}

.list-6 li .date {
  float: left;
  text-align: center;
  width: 95px;
  font-size: 20px;
  padding: 30px 0;
  margin-right: 25px;
}

.list-6 li .date strong {
  display: block;
  font-size: 72px;
  line-height: 1;
  color: #c2c2c2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: Arial;
}

.list-6 li .img-cover {
  float: left;
  width: 200px;
  height: 160px;
}

.list-6 li .text {
  margin-left: 345px;
  padding-top: 18px;
}

.list-6 li .text h4 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-6 li .text p {
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.8;
  height: 84px;
  margin: 15px 0 0;
  text-align: justify;
  overflow: hidden;
}

.list-6 li a:hover {
  color: #fff;
  background-color: #009bde;
}

.list-6 li a:hover .data strong {
  color: #fff;
}

.list-6 li a:hover .img-cover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-6 li a:hover .text p {
  color: #fff;
}

.list-7 li {
  border-top: solid 1px #e7e7e7;
}

.list-7 li:first-child {
  border-top: none;
}

.list-7 li a {
  display: block;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-7 li .img-center {
  float: right;
  width: 88px;
}

.list-7 li .text {
  margin-right: 98px;
}

.list-7 li .text h4 {
  font-weight: normal;
  height: 70px;
  overflow: hidden;
  margin: 0;
}

.list-7 li .text span {
  display: block;
  opacity: 0.7;
  font-size: 12px;
  margin-top: 10px;
}

.list-7 li a:hover {
  background-color: #009bde;
  color: #fff;
}

.about-1 {
  margin: 0 auto;
  max-width: 1400px;
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}

.about-1 p {
  margin: 0;
}

.about-2 {
  margin: 0;
  position: relative;
}

.about-2:before {
  position: absolute;
  content: '';
  background-color: #f6f5f1;
  width: 10000px;
  left: 47%;
  top: 0;
  height: 100%;
  z-index: 1;
}

.about-2 dt {
  width: 56%;
  height: 640px;
  background: no-repeat center / cover;
  float: left;
}

.about-2 dt:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #00a2e9;
  position: absolute;
  left: 0;
  bottom: 20%;
}

.about-2 dd {
  margin-left: 56%;
  padding-left: 40px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  left: -130px;
}

.about-2 dd h4 {
  margin: 0 0 10px -130px;
  color: #009bde;
  font-family: 'Arial Black';
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  left: -130px;
  width: 800px;
}

.about-2 dd h5 {
  margin: 0;
  font-size: 24px;
}

.about-2 dd p {
  margin: 25px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 2;
  text-align: justify;
}

.about-2 dd .more {
  display: block;
  margin-top: 60px;
  width: 180px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  background-color: #009bde;
  color: #fff;
  border-radius: 40px;
}

.about-3 .swiper-slide a {
  display: block;
  border-left: dashed 1px #d9d9d9;
  padding: 0 30px;
}

.about-3 .swiper-slide:first-child a {
  border-left: 0;
}

.about-3 .swiper-slide .img-center {
  line-height: 116px;
  height: 116px;
}

.about-3 .swiper-slide h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: normal;
}

.about-3 .swiper-slide h5 {
  font-size: 14px;
  color: #888;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
  margin: 0;
}

.about-3 .swiper-slide i {
  width: 30px;
  height: 2px;
  margin: 15px auto;
  background-color: #009bde;
  display: block;
}

.about-3 .swiper-slide p {
  margin: 0;
  font-size: 16px;
  color: #666;
  height: 88px;
  overflow: hidden;
}

.about-3 .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 20px;
  display: none;
}

.about-love {
  text-align: center;
  padding: 65px 0;
  background: url(../images/about6.jpg) no-repeat center / cover;
  color: #fff;
  font-size: 24px;
}

.about-4 {
  margin-left: -26px;
}

.about-4 li {
  float: left;
  width: 33.333333%;
}

.about-4 li .wrap {
  background-color: #fff;
  margin: 0 0 26px 26px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 27px 30px 37px 34px;
}

.about-4 li h4 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}

.about-4 li h4:after {
  content: '';
  display: block;
  width: 29px;
  height: 1px;
  background: #666;
  opacity: 0.5;
  margin: 15px 0;
}

.about-4 li .swiper-container {
  height: 224px;
}

.about-4 li .swiper-slide {
  height: auto;
  font-size: 16px;
  line-height: 1.8;
}

.about-4 li .wrap:hover {
  background-color: #009bde;
  color: #fff;
}

.about-4 li .wrap:hover h4:after {
  background-color: #fff;
}

.about-4-1 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.about-4-1 strong {
  color: #c9151e;
  text-decoration: underline;
}

.about-4-1 span {
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}

.contact {
  height: 560px;
  position: relative;
}

.contact .map {
  height: 100%;
}

.contact .text {
  position: absolute;
  right: 10%;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 5px 38px rgba(210, 210, 210, 0.57);
  padding: 14px 34px;
  width: 282px;
  height: 384px;
}

.contact .text dl {
  margin: 0;
  padding: 20px 0;
  border-top: solid 1px #e1e1e1;
}

.contact .text dl:first-child {
  border: 0;
}

.contact .text dt {
  color: #009bde;
  font-size: 18px;
}

.contact .text dd {
  margin: 10px 0 0;
}

.message {
  background-color: #f2f2f2;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.message {
  background-color: #f2f2f2;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.message form {
  overflow: hidden;
  display: block;
  margin: -30px 0 0 -60px;
}

.message .form-group {
  float: left;
  margin: 30px 0 0 60px;
  width: 470px;
}

.message .form-label {
  display: block;
  margin-bottom: 10px;
}

.message .form-label span {
  color: red;
}

.message .form-content {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 15px;
}

.message .form-control {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.message .form-submit {
  display: block;
  background: #007ccb;
  color: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  height: 54px;
  font-size: 16px;
  width: 280px;
  margin: 0 auto;
}

.message .form-group.full {
  float: none;
  width: auto;
}

.message .form-tips {
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.message .form-tips span {
  color: red;
}

.yzm-box {
  position: relative;
}

.yzm-box .yzm-pic {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 51px;
  line-height: 30px;
}

.message .form-tips {
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.message .form-tips span {
  color: red;
}

.xiangmu {
  background-color: #f7f7f7;
}

.xiangmu .item {
  position: relative;
  min-height: 540px;
}

.xiangmu .img-cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: no-repeat center / cover;
}

.xiangmu .img-cover:after {
  content: '';
  width: 61px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/guide17.png) no-repeat center center;
  background-size: 100% 100%;
}

.xiangmu .text {
  width: 45%;
  padding: 80px 0;
}

.xiangmu .text h4 {
  margin: 0 0 50px;
  border-bottom: 1px solid #ddd;
  color: #009bde;
  font-size: 0;
}

.xiangmu .text h4 span {
  border-bottom: 2px solid #009bde;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -1px;
  padding-bottom: 25px;
}

.xiangmu .text p {
  margin: 15px 0 0;
  color: #666;
  line-height: 1.8;
  background: url(../images/guide16.png) no-repeat 0 8px;
  padding-left: 32px;
}

.xiangmu .item:nth-of-type(even) .img-cover {
  right: auto;
  left: 0;
}

.xiangmu .item:nth-of-type(even) .img-cover:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.xiangmu .item:nth-of-type(even) .text {
  margin-left: 55%;
}

.saom li {
  float: left;
  width: 20%;
}

.saom li:first-child {
  width: 40%;
}

.saom li a {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  height: 584px;
}

.saom li .img-cover {
  height: 292px;
  background: no-repeat center / cover;
}

.saom li .text {
  padding: 25px;
  height: 242px;
  position: relative;
}

.saom li .text:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
}

.saom li .text .date {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.saom li .text .date strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
}

.saom li .text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
}

.saom li .text p {
  margin: 15px 0 0;
  color: #888;
  line-height: 1.8;
  height: 75px;
  overflow: hidden;
  text-align: justify;
}

.saom li:nth-of-type(even) .img-cover {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.saom li:nth-of-type(even) .text:before {
  border-width: 10px 12px 0 12px;
  border-color: #f5f5f5 transparent transparent transparent;
  top: 100%;
  bottom: auto;
}

.saom li:first-child .img-cover {
  height: 386px;
}

.saom li:first-child .text {
  height: 148px;
}

.saom li:first-child .text .date {
  position: absolute;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.saom li:first-child .text h4 {
  margin-left: 75px;
  font-size: 20px;
  height: 56px;
  padding-top: 2px;
}

.aq {
  max-width: 1200px;
  margin: 0 auto;
}

.aq-msg {
  float: left;
  width: 530px;
}

.aq-msg .form-group {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
}

.aq-msg .form-label {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
}

.aq-msg .form-label span {
  color: red;
}

.aq-msg .form-content {
  margin-left: 95px;
}

.aq-msg .form-control {
  line-height: 20px;
  font-size: 14px;
  border: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.message #vdcode,
.aq-msg #vdcode {
  text-transform: uppercase;
}

.aq-msg .form-submit {
  padding: 0;
  color: #fff;
  background-color: #009bde;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  height: 50px;
  width: 100%;
}

.aq-msg .yzm .form-group {
  float: left;
  width: 210px;
  margin-bottom: 0;
}

.aq-msg .yzm .form-submit {
  float: right;
  width: 150px;
}

.aq-msg .yzm-pic {
  height: 50px;
  margin: 0 10px;
  width: 120px;
}

.aq-ewm {
  float: right;
  width: 500px;
}

.aq-ewm .img-center {
  float: left;
  width: 150px;
  height: 150px;
  line-height: 150px;
  padding: 8px;
  background-color: #fff;
}

.aq-ewm .text {
  margin-left: 186px;
  padding-top: 20px;
}

.aq-ewm p {
  margin: 10px 0 0;
  padding: 5px 0 5px 40px;
  background: no-repeat 0 center;
  font-size: 16px;
}

.aq-ewm p.i1 {
  background-image: url(../images/guide23.png);
}

.aq-ewm p.i2 {
  background-image: url(../images/guide24.png);
}

.prd-info {
  margin: 0 auto;
  max-width: 1200px;
}

.prd-info dt {
  float: left;
  background-color: #fff;
  width: 246px;
}

.prd-info dd {
  text-align: left;
  margin-left: 296px;
}

.prd-info dd .tit {
  font-size: 36px;
  font-weight: normal;
}

.prd-info dd .tit small {
  display: block;
  font-size: 18px;
}

.prd-info dd p {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin: 15px 0 0;
  font-size: 0;
}

.prd-info dd p span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 5px 35px 5px 0;
}

.prd-info dd .btn {
  display: block;
  font-size: 16px;
  width: 216px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
}

.prd-body {
  /* position: relative; */
}

.prd-slider {
  float: right;
  width: 220px;
}

.prd-slider li {
  border-bottom: 1px solid #fff;
}

.prd-slider li a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 2px;
  background: no-repeat 90% center #f7f7f8;
  padding: 0 52px 0 42px;
}

.prd-slider li a.active {
  background-color: #009bde;
  color: #fff;
  background-image: url(../images/product12.png);
}

.prd-main {
  margin-right: 250px;
}

.prd-tit {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 70px;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.prd-tit:after {
  position: absolute;
  content: '';
  left: 70px;
  bottom: -1px;
  height: 2px;
  background-color: #009bde;
  width: 100px;
}

.prd-tit strong {
  display: block;
  line-height: 1;
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
  font-family: Arial;
}

.prd-tit strong span {
  color: #009bde;
}

.prd-tit i {
  width: 54px;
  height: 54px;
  border: 1px solid #009bde;
  border-radius: 50%;
  background: no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}

.prd-tit i.i1 {
  background-image: url(../images/product13.png);
}

.prd-tit i.i2 {
  background-image: url(../images/product14.png);
}

.prd-tit i.i3 {
  background-image: url(../images/product15.png);
}

.prd-tit i.i4 {
  background-image: url(../images/product16.png);
}

.prd-tit i.i5 {
  background-image: url(../images/product17.png);
}

.prd-tit i.i6 {
  background-image: url(../images/product18.png);
}

.prd-tit i.i7 {
  background-image: url(../images/product19.png);
}

.prd-tit i.i8 {
  background-image: url(../images/product20.png);
}

.prd-tit i.i9 {
  background-image: url(../images/product21.png);
}

.prd-sec {
  margin-bottom: 40px;
}

.prd-content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.prd-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.prd-gallery .swiper-slide {
  height: 520px;
  background: no-repeat center / cover;
}

.prd-gallery .text {
  height: 100%;
  display: table;
  width: 420px;
  background: url(../images/product24.png) repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.prd-gallery .wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 10%;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.prd-gallery .swiper-button-prev,
.prd-gallery .swiper-button-next {
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  top: auto;
}

.prd-gallery .swiper-button-prev {
  left: auto;
  right: 0;
  bottom: 82px;
}

.prd-gallery .swiper-button-next {
  right: 0;
  bottom: 0;
}

.xgyxHead {
  margin-bottom: 30px;
  color: #009bde;
  font-size: 22px;
}

.news-title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-title h1 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}

.news-title p {
  margin: 10px 0 0;
  font-size: 0;
}

.news-title p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}

.news-content {
  line-height: 1.8;
  margin-bottom: 30px;
}

.news-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.news-exp {
  padding-top: 40px;
  overflow: hidden;
  background: url(../images/bian_11.png) repeat-x center 0;
  padding-right: 25%;
}

.news-exp a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 2;
}

.news-fh {
  float: right;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 170px;
  margin-top: -40px;
}

.news-fh:hover {
  background-color: #009bde;
  color: #fff !important;
}

.pagination p {
  margin: 0;
  cursor: pointer;
}

.pagination {
  height: 40px;
  text-align: center;
  padding: 20px 0px;
}

.pagination a {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 12px;
  height: 24px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 12px;
  line-height: 24px;
}

.pagination a:hover {
  color: #077ee3;
  background: white;
  border: 1px #077ee3 solid;
}

.pagination a.cur {
  border: none;
  background: #077ee3;
  color: #fff;
}

.pagination p {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #bbb;
  border: 1px #ccc solid;
  background: #fcfcfc;
  margin-right: 8px;
}

.pagination p.pageRemark {
  border-style: none;
  background: none;
  margin-right: 0px;
  padding: 4px 0px;
  color: #666;
}

.pagination p.pageRemark b {
  color: red;
}

.pagination p.pageEllipsis {
  border-style: none;
  background: none;
  padding: 4px 0px;
  color: #808080;
}

.dates li {
  font-size: 14px;
  margin: 20px 0;
}

.dates li span {
  float: right;
}

@media screen and (max-width: 1550px) {
  .container {
    width: 1200px;
  }

  .header .nav li {
    margin: 0;
  }

  .banner .ctrl {
    margin-right: -600px;
  }

  .in-about-left {
    width: 700px;
  }

  .in-about-right {
    margin-left: 740px;
    padding-top: 0;
  }

  .in-about-right h4 {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .in-about .gallery-thumbs {
    width: 180px;
    height: 460px;
  }

  .in-about .gallery-top {
    margin-left: 200px;
  }

  .in-about .gallery-top .swiper-slide {
    height: 460px;
  }

  .six-list li .img-center {
    float: none;
    margin: 0 auto;
  }

  .six-list li .text {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
  }

  .footer-info {
    width: 400px;
    padding-right: 50px;
  }

  .footer-contact {
    width: 300px;
    padding-left: 50px;
  }

  .footer-ewm {
    width: 310px;
  }

  .footer-ewm .img-center {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }

  .footer-ewm .text {
    margin-left: 160px;
  }

  .list-4 li .img-center {
    width: 250px;
  }

  .list-4 li .text {
    margin-left: 270px;
    padding-right: 140px;
  }

  .list-4 li .text .more {
    width: 120px;
  }

  .about-2 dd {
    left: -100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding: 50px 0;
  }

  .container {
    width: auto;
  }

  .kf {
    display: none;
  }

  .header {
    position: fixed !important;
    top: 0 !important;
  }

  .header .tel {
    display: none;
  }

  .header .logo {
    height: 50px;
    /* padding: 10px 0; */
    line-height: 30px;
    float: none;
  }

  .header .nav {
    display: none;
    margin: 10px -15px 0;
    text-align: left;
  }

  .header .nav li {
    display: block;
    border-top: 1px solid #eee;
  }

  .header .nav li .arr {
    display: block;
  }

  .header .nav li a {
    border-bottom: 0;
    padding: 10px 15px;
    font-size: 14px;
  }

  .header .nav li a span {
    opacity: 1;
  }

  .header .nav li.open .arr:after {
    border-color: #009bde;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header .nav .dropdown-box {
    position: static;
    width: auto;
    margin: 0;
  }

  .header .nav .dropdown-box a {
    padding: 0 15px;
    line-height: 40px;
  }

  .header .sc-btn {
    height: 50px;
    width: 20px;
    background-size: contain;
  }

  .header .sc-form {
    width: 200px;
    padding: 10px;
  }

  .header .sc-form input {
    line-height: 20px;
    width: 115px;
    font-size: 14px;
  }

  .header .sc-form button {
    width: 60px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }

  .menu-btn {
    display: block;
  }

  .footer-fix {
    display: block;
  }

  .banner .ctrl {
    right: 0;
    width: 100%;
    margin: 0;
    bottom: 10px;
    text-align: center;
  }

  .banner .ctrl .swiper-button-prev,
  .banner .ctrl .swiper-button-next,
  .banner .ctrl .line {
    display: none;
  }

  .banner .ctrl .swiper-pagination-bullet:before,
  .banner .ctrl .swiper-pagination-bullet:after {
    width: 10px;
  }

  .banner .ctrl .swiper-pagination-bullet span {
    font-size: 12px;
    padding: 0 5px;
  }

  .section {
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
    font-size: 16px;
  }

  .section-title strong {
    font-size: 24px;
  }

  .section-title strong:before {
    display: none;
  }

  .section-title p {
    float: none;
    font-size: 12px;
    margin-top: 5px;
  }

  .section-title-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-title-2 strong {
    font-size: 20px;
  }

  .section-title-3 {
    margin-bottom: 20px;
  }

  .section-title-3 strong {
    font-size: 18px;
    padding: 0;
  }

  .section-title-3 strong:after,
  .section-title-3 strong:before {
    display: none;
  }

  .section-title-3 p {
    font-size: 14px;
  }

  .section-title-3 small {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 10px;
  }

  .in-about-left {
    float: none;
    width: auto;
  }

  .in-about-right {
    margin: 15px 0 0;
    padding-right: 30px;
  }

  .in-about-right h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .in-about-right p {
    font-size: 14px;
  }

  .in-about-right .more {
    margin-top: 20px;
  }

  .in-about .gallery-thumbs {
    display: none;
  }

  .in-about .gallery-top {
    margin: 0;
  }

  .in-about .gallery-top .swiper-slide {
    height: 0;
    padding-top: 80%;
  }

  .in-about .gallery-top .swiper-button-prev,
  .in-about .gallery-top .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 10px auto;
  }

  .in-about .gallery-top .swiper-button-prev {
    bottom: 42px;
  }

  .in-service {
    margin: -5px 0 0 -5px;
  }

  .in-service li {
    width: 50%;
  }

  .in-service li a {
    margin: 5px 0 0 5px;
    padding: 15px;
  }

  .in-service li .num span {
    font-size: 18px;
  }

  .in-service li .img-center {
    height: 50px;
    line-height: 50px;
  }

  .in-service li h4 {
    font-size: 16px;
    margin-top: 0;
  }

  .in-service li .text {
    position: static;
    opacity: 1;
    background: none;
    margin-top: 10px;
  }

  .in-service li .text p {
    padding: 0;
    font-size: 12px;
    height: 105px;
    overflow: hidden;
  }

  .in-service li .n {
    display: none;
  }

  .tabs-menu {
    margin: 0 0 20px;
    text-align: center;
  }

  .tabs-menu li a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 2px;
  }
  .in-academies-pic .swiper-slide {
    min-width: 430px;
  }
  .list-1,
  .list-2 {
    margin: -4px 0 0 -4px;
  }

  .list-1 li,
  .list-2 li {
    width: 100%;
  }

  .list-1 li a,
  .list-2 li a {
    margin: 4px 0 0 4px;
    padding: 10px;
  }

  .list-1 li .text {
    margin-top: 10px;
  }

  .list-1 li .text h4 {
    font-size: 14px;
  }

  .list-1 li .text h4 small {
    font-size: 12px;
  }

  .list-1 li .text p {
    display: none;
  }

  .list-1 li .text em {
    margin-top: 10px;
    font-size: 12px;
  }

  .list-2 li .tag {
    display: none;
  }

  .list-2 li h4 {
    font-size: 14px;
    height: 40px;
  }

  .list-2 li p {
    margin-top: 10px;
    font-size: 12px;
    height: 63px;
  }

  .list-2 li .more {
    display: none;
  }

  .list-2 li .date {
    font-size: 12px;
    margin-top: 15px;
  }

  .more-big {
    margin-top: 20px;
    font-size: 16px;
    line-height: 40px;
  }

  .bg2 {
    padding-bottom: 0;
  }

  .in-school-pic {
    position: static;
    width: auto;
    height: 320px;
  }

  .in-school-text {
    width: auto;
    margin: 0 -15px;
    padding-right: 100px;
  }

  .in-school-text .wrap {
    padding: 15px;
    height: auto;
  }

  .in-school-text h4 {
    font-size: 16px;
    line-height: 26px;
    background-size: contain;
    padding-left: 40px;
  }

  .in-school-text h4 small {
    font-size: 14px;
  }

  .in-school-text p {
    margin: 15px 0 0;
    font-size: 12px;
  }

  .in-school-text .more {
    left: auto;
    width: 100px;
    right: 0;
  }

  .in-school-text .more a {
    bottom: 15px;
  }

  .in-school-text .more a:before {
    display: none;
  }

  .in-school-pic .ctrl {
    bottom: 20px;
  }

  .list-3 {
    margin-top: -10px;
  }

  .list-3 li {
    width: 100%;
  }

  .list-3 li a {
    padding: 15px;
    margin-top: 10px;
  }

  .list-3 li h4 {
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
  }

  .list-3 li p {
    font-size: 12px;
    padding-left: 30px;
    line-height: 20px;
    height: 40px;
  }

  .six-brand {
    display: none;
  }

  .in-six-brand {
    display: block;
  }

  .in-six-brand .six-list {
    display: none;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-info {
    width: auto;
    padding: 0;
  }

  .footer-info .logo {
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .footer-info p {
    margin-top: 20px;
    font-size: 12px;
  }

  .footer-info .sns {
    display: none;
  }

  .footer-contact {
    display: none;
  }

  .footer-ewm {
    display: none;
  }

  .footer-copy {
    margin-top: 30px;
    padding: 15px 0;
  }

  .pages {
    margin-top: 15px;
  }

  .pages a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 12px;
  }

  .banner-sub {
    height: 200px;
  }

  .banner-sub .container {
    width: 100%;
    box-sizing: border-box;
  }

  .banner-sub h3 {
    font-size: 18px;
  }

  .banner-sub h4 {
    font-size: 16px;
  }

  .banner-sub h5 {
    font-size: 28px;
  }

  .banner-sub .sc-form {
    margin-top: 20px;
  }

  .banner-sub .sc-form .input {
    padding: 8px 15px;
    margin-right: 50px;
  }

  .banner-sub .sc-form .input input {
    line-height: 22px;
    font-size: 14px;
  }

  .banner-sub .sc-form button {
    width: 38px;
    height: 38px;
  }

  .sort {
    margin: -30px -15px 20px;
  }

  .sort dt {
    width: 90px;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0;
  }

  .sort dd {
    margin-left: 110px;
  }

  .sort dd {
    height: 48px;
  }

  .sort dd .more {
    font-size: 12px;
    line-height: 18px;
    margin: 15px;
  }

  .sort dd p {
    padding-bottom: 15px;
  }

  .sort dd p a {
    margin: 15px 15px 0 0;
    font-size: 12px;
    line-height: 18px;
  }

  .ct2 {
    background-color: transparent;
    margin-bottom: -30px;
  }

  .ct2-mn {
    margin: 0;
    padding: 0;
    min-height: auto;
  }

  .ct2-sd {
    position: static;
    width: auto;
    margin: 30px -15px 0;
    background-color: #f7f7f7;
  }

  .ct2-sd > .img-center:first-child {
    display: none;
  }

  .filter {
    margin: 0 -15px 20px;
  }

  .filter form {
    display: none;
  }

  .filter a {
    padding: 0 15px;
    line-height: 40px;
  }

  .filter a span {
    font-size: 14px;
  }

  .filter a i {
    height: 12px;
    background-size: contain;
  }

  .list-4 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .list-4 li .img-center {
    float: none;
    width: auto;
  }

  .list-4 li .text {
    margin: 15px 0 0;
    padding: 0;
  }

  .list-4 li .text h4 {
    font-size: 20px;
  }

  .list-4 li .text h4 small {
    font-size: 12px;
  }

  .list-4 li .text .price p {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 12px;
  }

  .list-4 li .text .tag span {
    font-size: 12px;
  }

  .list-4 li .text .more {
    width: 80px;
    font-size: 12px;
    line-height: 30px;
    top: auto;
    bottom: 0;
    margin: 0;
  }

  .list-5 li a {
    padding: 15px;
  }

  .nav-sub {
    margin-top: -55px;
    margin-bottom: 30px;
  }

  .nav-sub li {
    margin: 0 4px;
  }

  .nav-sub li i {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }

  .nav-sub li span {
    font-size: 12px;
    margin-top: 5px;
  }

  .list-6 li {
    margin-bottom: 15px;
  }

  .list-6 li a {
    padding: 15px;
  }

  .list-6 li .date {
    display: none;
  }

  .list-6 li .img-cover {
    width: 120px;
    height: 94px;
  }

  .list-6 li .text {
    margin-left: 130px;
    padding-top: 0;
  }

  .list-6 li .text h4 {
    font-size: 14px;
  }

  .list-6 li .text p {
    font-size: 12px;
    margin-top: 10px;
    height: 63px;
  }

  .about-1 {
    font-size: 14px;
  }

  .about-2:before {
    display: none;
  }

  .about-2 dt {
    float: none;
    width: auto;
    height: 360px;
  }

  .about-2 dd {
    margin: 0;
    padding: 15px;
    position: static;
    background-color: #000;
    color: #fff;
  }

  .about-2 dd h4 {
    margin: 0;
    position: static;
    font-size: 18px;
  }

  .about-2 dd h5 {
    font-size: 16px;
    margin-top: 5px;
  }

  .about-2 dd p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
  }

  .about-2 dd .more {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
  }

  .about-3 {
    margin: 0 -15px;
  }

  .about-3 .swiper-slide a {
    padding: 0 15px;
  }

  .about-3 .swiper-slide .img-center {
    height: 70px;
    line-height: 70px;
  }

  .about-3 .swiper-slide h4 {
    font-size: 16px;
  }

  .about-3 .swiper-slide h5 {
    font-size: 12px;
  }

  .about-3 .swiper-slide i {
    margin: 10px auto;
  }

  .about-3 .swiper-slide p {
    font-size: 12px;
    height: 86px;
  }

  .about-3 .swiper-pagination {
    display: block;
  }

  .about-4 {
    margin: 0;
  }

  .about-4 li {
    float: none;
    width: auto;
  }

  .about-4 li .wrap {
    margin: 0 0 20px;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }

  .about-4 li h4 {
    font-size: 18px;
  }

  .about-4 li h4:after {
    width: 20px;
    margin: 10px 0;
  }

  .about-4 li .swiper-slide {
    font-size: 14px;
  }

  .about-4-1 {
    margin-top: 0;
    font-size: 16px;
  }

  .about-4-1 span {
    font-size: 14px;
  }

  .contact {
    height: auto;
  }

  .contact .map {
    height: 300px;
  }

  .contact .text {
    position: static;
    width: auto;
    margin: 0;
    padding: 0 15px;
    height: auto;
  }

  .message {
    margin: -30px -15px;
    padding: 15px;
  }

  .message form {
    margin-left: 0;
    margin-top: -15px;
  }

  .message .form-group {
    float: none;
    width: auto;
    margin: 15px 0 0;
  }

  .message .form-groupyz {
    float: none;
    width: auto;
    margin: 15px 0 0;
  }

  .message .yzm-pic {
    /* 	float: none;*/
    /*height:34px;*/
    /*margin: 0 60px;*/
    /*width: 90px;*/
    /*margin-top: 36px;*/
  }

  /*.message .form-content1{*/
  /*	float: left;*/
  /*}*/
  .message .form-content {
    padding: 5px 15px;
  }

  .xiangmu .item {
    min-height: auto;
  }

  .xiangmu .img-cover {
    position: relative;
    height: 200px;
    width: auto;
  }

  .xiangmu .img-cover:after {
    display: none;
  }

  .xiangmu .text {
    width: auto;
    margin: auto !important;
    padding: 20px 0;
  }

  .xiangmu .text h4 {
    margin-bottom: 10px;
  }

  .xiangmu .text h4 span {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .xiangmu .text p {
    padding-left: 20px;
    margin-top: 5px;
  }

  .saom li {
    float: none;
    width: auto !important;
  }

  .saom li a {
    height: 150px;
    overflow: hidden;
  }

  .saom li .img-cover {
    height: 100%;
    width: 50% !important;
    float: left;
  }

  .saom li .text {
    padding: 10px;
    margin-left: 50%;
  }

  .saom li .text:before {
    display: none;
  }

  .saom li .text .date {
    display: none;
  }

  .saom li .text h4 {
    font-size: 14px;
    height: 40px;
  }

  .saom li .text p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }

  .saom li:nth-of-type(even) .img-cover {
    position: relative;
    float: right;
  }

  .saom li:nth-of-type(even) .text {
    margin: 0 50% 0 0;
  }

  .saom li:first-child {
    margin-bottom: 10px;
  }

  .saom li:first-child a {
    height: auto;
  }

  .saom li:first-child .img-cover {
    height: 200px;
    float: none;
    width: 100% !important;
  }

  .saom li:first-child .text {
    height: auto;
    margin: 0;
  }

  .saom li:first-child .text h4 {
    margin: 0;
    font-size: 16px;
    height: auto;
  }

  .saom li:first-child .text p {
    height: auto;
  }

  .aq-msg {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .aq-msg .form-group {
    padding: 10px;
  }

  .aq-msg .yzm .form-group {
    width: 170px;
  }

  .aq-msg .yzm .form-label {
    width: 60px;
  }

  .aq-msg .yzm .form-content {
    margin-left: 75px;
  }

  .aq-msg .yzm-pic {
    height: 40px;
    float: right;
    width: 100px;
    margin: 0;
  }

  .aq-msg .yzm .form-submit {
    height: 40px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }

  .aq-ewm {
    width: auto;
    float: none;
  }

  .aq-ewm .img-center {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  .aq-ewm .text {
    margin-left: 150px;
  }

  .banner-prd {
    height: auto;
  }

  .prd-info dt {
    width: 50px;
  }

  .prd-info dd {
    margin-left: 60px;
  }

  .prd-info dd .tit {
    font-size: 18px;
  }

  .prd-info dd .tit small {
    font-size: 12px;
  }

  .prd-info dd p {
    padding-top: 10px;
    margin-top: 10px;
  }

  .prd-info dd p span {
    font-size: 12px;
    margin: 2px 15px 2px 0;
  }

  .prd-info dd .btn {
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    width: 100px;
  }

  .prd-main {
    margin: 0;
  }

  .prd-tit {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 55px;
  }

  .prd-tit:after {
    left: 55px;
    width: 60px;
  }

  .prd-tit strong {
    font-size: 18px;
  }

  .prd-tit i {
    width: 38px;
    height: 38px;
  }

  .prd-slider {
    display: none;
  }

  .prd-gallery .swiper-slide {
    height: 350px;
  }

  .prd-gallery .text {
    display: block;
    width: auto;
    position: static;
  }

  .prd-gallery .wrap {
    display: block;
    padding: 15px;
    font-size: 12px;
  }

  .prd-gallery .swiper-button-prev,
  .prd-gallery .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 10px auto;
    bottom: auto;
  }

  .prd-gallery .swiper-button-prev {
    top: 268px;
  }

  .prd-gallery .swiper-button-next {
    top: 310px;
  }

  .prd-sec {
    margin-bottom: 30px;
  }

  .prd-content {
    font-size: 14px;
  }

  .xgyxHead {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .news-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .news-title h1 {
    font-size: 18px;
  }

  .news-title p span {
    font-size: 12px;
    margin-right: 10px;
  }

  .news-content {
    margin-bottom: 20px;
  }

  .news-exp {
    padding-top: 20px;
    font-size: 12px;
    padding-right: 0;
  }

  .news-fh {
    float: none;
    display: block;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 34px;
    width: 120px;
  }
}
