* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Arial', 'Microsoft YaHei';
}
html,
body {
  width: 100%;
  color: #333;
  background: #fff;
  line-height: 1;
  font-size: 14px;
}
*:focus {
  outline: none;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img,
button,
fieldset {
  border: none;
}
a,
a:active,
a:hover,
input[type=range]:focus {
  outline: none;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
ins {
  text-decoration: none;
}
#loading {
  background: url(../../assets/images/loading.gif) no-repeat center #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
header {
  position: relative;
}
.transition {
  transition: all 0.4s;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearfix {
  overflow: hidden;
  _height: 1%;
}
.icon-logo {
  /*width: 131px;
  height: 37px;
  background: url(../images/logo.png) no-repeat center;*/
}
.icon-wx {
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icon_wx.png) no-repeat center;
}
.icon-wb {
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icon_wb.png) no-repeat center;
}
.icon-tel {
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icon_tel.png) no-repeat center;
}
.icon-logo,
.icon-wx,
.icon-wb,
.icon-tel {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}
.head-nav {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  background: url(../images/nav-bg.png) center top;
}
.head-nav .head-blue {
  transition: all 0.4s;
}
.head-nav .head-blue.active {
  /*background: #0b1b3f;*/
  background: #040F35;
}
.head-nav .head-top {
  padding: 25px;
}
.head-nav .head-top .main-left,
.head-nav .head-top .main-right {
  text-align: left;
  font-size: 0;
  top: 25px;
  position: absolute;
}
.head-nav .head-top .main-left .tel,
.head-nav .head-top .main-right .tel {
  display: block;
  color: #bbb;
  font-size: 0;
  line-height: 20px;
  padding-top: 5px;
}
.head-nav .head-top .main-left .tel i,
.head-nav .head-top .main-right .tel i {
  vertical-align: top !important;
}
.head-nav .head-top .main-left .tel span,
.head-nav .head-top .main-right .tel span {
  font-size: 16px;
}
.head-nav .head-top .main-right {
  right: 0;
}
.head-nav .head-top a {
  color: #bbb;
  font-size: 14px;
  margin-right: 20px;
  line-height: 37px;
  display: inline-block;
}
.head-nav .head-top a:hover {
  color: #fff;
}
.head-nav nav {
  padding-bottom: 30px;
  text-align: center;
}
.head-nav nav li {
  display: inline-block;
  margin: 0 22px;
}
.head-nav nav li a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  position: relative;
}
.head-nav nav li a:after {
  position: absolute;
  bottom: 0;
  content: ' ';
  width: 40px;
  border-bottom: 2px solid #65C8D0;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.4s;
}
.head-nav nav li a.active:after {
  opacity: 1;
}
.head-nav .subnav {
  padding: 25px;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: relative;
}
.head-nav .subnav ul {
  display: none;
  text-align: left;
  position: absolute;
  top: 25px;
}
.head-nav .subnav ul li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-left: 10px;
}
.head-nav .subnav ul a {
  display: block;
  padding: 10px;
}
.head-nav .subnav ul a:hover {
  /*color: #a3181f;*/
  color: #65C8D0;
}
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  margin: 0 15px !important;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination-bullets {
  bottom: 45px !important;
}
.banner-bg0 {
  background: url(../images/banner0.jpg) no-repeat center;
  background-size: cover;
}
.banner-bg1 {
  background: url(../images/banner1.jpg) no-repeat center;
}
.banner-bg2 {
  background: url(../images/banner2.jpg) no-repeat center;
}
.banner-bg3 {
  background: url(../images/banner3.jpg) no-repeat center;
}
.banner-bg4 {
  background: url(../images/banner4.jpg) no-repeat center;
}
.banner-bg5 {
  background: url(../images/banner5.jpg) no-repeat center;
}
.banner-bg6 {
  background: url(../images/banner6.jpg) no-repeat center;
}
.banner-bg7 {
  background: url(../images/banner7.jpg) no-repeat center;
}
.banner-bg8 {
  background: url(../images/banner8.jpg) no-repeat center;
}
.banner-bg9 {
  background: url(../images/banner9.jpg) no-repeat center;
}
.wrap {
  width: 1280px;
  margin: 0 auto;
}
.main-title {
  padding: 75px 0 65px;
  text-align: center;
}
.main-title h3 {
  font-size: 48px;
  margin-bottom: 10px;
  font-family: 'Century Gothic';
}
.main-title p {
  color: #aaa;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Century Gothic';
}
.main-title b {
  font-size: 24px;
  font-weight: normal;
}
#footer .icon-kefu,
#footer .icon-tel {
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 300px;
  background: #0b1b3f;
  width: 60px;
  height: 60px;
  text-align: center;
  background-image: url(../images/icon-kefu.png);
  background-color: #0b1b3f;
  z-index: 10;
  transition: all 0.2s;
  overflow: hidden;
}
#footer .icon-tel {
  background-image: url(../images/icon-tel.png);
  bottom: 370px;
}
#footer .icon-tel span {
  position: absolute;
  right: 30px;
  top: 0;
  background-color: #a3181f;
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
  line-height: 60px;
  width: 220px;
  font-size: 16px;
}
#footer .icon-kefu:hover,
#footer .icon-tel:hover {
  background-color: #a3181f;
  overflow: visible;
}
#footer .icon-kefu:hover span,
#footer .icon-tel:hover span {
  opacity: 1;
  right: 60px;
}
.main-video {
  height: 720px;
  position: relative;
}
.main-video video,
.main-video .video-bg {
  width: 100%;
  height: 720px;
}
.main-video a {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid #333;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  padding: 10px 30px;
  border-radius: 8px;
}
.main-video a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.main-video .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../../assets/images/video-bg.jpg);
  cursor: pointer;
}
.main-advantage {
  overflow: hidden;
  padding-bottom: 75px;
}
.main-advantage ul {
  width: 110%;
  font-size: 0;
}
.main-advantage ul li {
  display: inline-block;
  width: 383px;
  border: 1px solid #aaa;
  margin-right: 65px;
  text-align: center;
}
.main-advantage ul li a {
  display: block;
  padding: 106px 0;
}
.main-advantage ul li a .icon {
  display: block;
  height: 88px;
  margin-bottom: 24px;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all 0.1s;
}
.main-advantage ul li a p {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Century Gothic';
}
.main-advantage ul li a h3 {
  font-size: 22px;
}
.main-advantage ul li a .icon1 {
  background-image: url(../../assets/images/youshi1.png);
}
.main-advantage ul li a .icon2 {
  background-image: url(../../assets/images/youshi2.png);
}
.main-advantage ul li a .icon3 {
  background-image: url(../../assets/images/youshi3.png);
}
.main-advantage ul li a:hover .icon {
  background-position: top center;
}
.main-customer {
  background: #f5f5f5;
  padding-bottom: 75px;
}
.main-customer .main-customer-swiper {
  width: 1280px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}
.main-customer .main-customer-swiper .swiper-slide {
  background: #f5f5f5;
}
.main-customer .main-customer-swiper .tit {
  font-size: 24px;
  padding-left: 35px;
  margin-bottom: 40px;
}
.main-customer .main-customer-swiper .tit p {
  font-family: 'Century Gothic';
}
.main-customer .main-customer-swiper .tit b {
  font-size: 18px;
  font-weight: normal;
}
.main-customer .main-customer-swiper .badge {
  font-size: 0;
  padding-bottom: 30px;
}
.main-customer .main-customer-swiper .badge a {
  display: inline-block;
  width: 256px;
  transition: all 0.2s;
  
  text-align: center;
}
.main-customer .main-customer-swiper .badge a p {
  font-size: 14px;
  text-align: center;
  
  margin-top: 20px;
}
.main-customer .main-customer-swiper .badge a:hover {
  transform: scale(1.1);
}
.main-customer .main-customer-swiper .swiper-pagination {
  bottom: auto;
  top: 0;
}
.main-customer .main-customer-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 68px;
  height: 8px;
  border-radius: 0;
  margin: 0 10px;
  cursor: pointer;
}
.main-customer .main-customer-swiper .swiper-pagination .swiper-pagination-bullet-active {
  /*background: #a3181f;*/
  background: #65C8D0;
}
.main-programme {
  padding-bottom: 75px;
}
.main-programme .main-programme-item {
  position: relative;
  overflow: hidden;
}
.main-programme .main-programme-item,
.main-programme .main-programme-item span {
  width: 610px;
  height: 610px;
}
.main-programme .main-programme-item span {
  position: absolute;
  left: 0;
  top: -100%;
  opacity: 0;
  transition: all 0.2s;
}
.main-programme .main-programme-item:hover span {
  opacity: 1;
  top: 0%;
}
.main-programme .main-programme-item span.service {
  background: url(../../assets/images/fangan-bg1.png) no-repeat center rgba(0, 0, 0, 0.5);
}
.main-programme .main-programme-item span.order {
  background: url(../../assets/images/fangan-bg2.png) no-repeat center rgba(0, 0, 0, 0.5);
}
footer {
  width: 100%;
  padding: 50px;
  background: #0b1b3f;
  color: #505a70;
}
footer .wrap {
  height: 180px;
}
footer a {
  color: #505a70;
}
footer .foot-nav {
  height: 180px;
}
footer .foot-nav dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
footer .foot-nav dl dt {
  font-size: 20px;
  margin-bottom: 25px;
}
footer .foot-nav dl a {
  transition: all 0.2s;
}
footer .foot-nav dl a:hover {
  color: #fff;
}
footer .foot-nav dl dd {
  margin-bottom: 16px;
}
footer .foot-info {
  width: 40%;
  text-align: right;
}
footer .foot-info h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
footer .foot-info ins {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
  font-family: 'Century Gothic';
}
footer .foot-info .info p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
footer .foot-info .info i {
  font-size: 14px;
  font-style: normal;
}
footer .foot-info .qr-code {
  width: 77px;
  height: 77px;
  background: url(../images/icon-qrcode.png) no-repeat center;
  background-size: cover;
  margin-left: 20px;
}
.beian {
  margin: 15px auto;
  text-align: center;
}
.beian a {
  font-size: 14px;
  color: #446288;
}
.beian a:hover {
  color: #446288;
}
.wrapper {
  width: 100%;
  background: #f5f5f5;
}
.wrapper .wrap {
  background: #fff;
  padding: 80px 70px 0;
}
.main-nav {
  width: 325px;
}
.main-nav li a {
  display: block;
  padding-left: 65px;
  color: #bbb;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.main-nav li a p {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Century Gothic';
}
.main-nav li a i {
  display: block;
  line-height: 20px;
  font-style: normal;
  font-size: 14px;
}
.main-nav li a b {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}

.main-nav li a:hover b {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}

.main-nav li a:hover,
.main-nav li .active {
  color: #333;
}
.main-nav li a b.active{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
.main-content {
  width: 750px;
}
.main-content .tit {
  font-size: 34px;
  /*border-left: 8px solid #a3181f;*/
  border-left: 8px solid #65C8D0;
  padding-left: 20px;
  margin-bottom: 50px;
  font-family: 'Century Gothic';
}
.main-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.main-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align:left;
}
.main-content ul li {
  margin-bottom: 10px;
}
.main-content ul li a {
  font-size: 14px;
  line-height: 30px;
}
.main-content ul li a:hover {
  color: #a3181f;
}
.main-content ul.BrandEvent {
  width: 285px;
}
.main-content ul.BrandEvent li {
  height: 220px;
  margin-bottom: 0;
}
.main-content ul.BrandEvent li span,
.main-content ul.BrandEvent li h4 {
  margin-bottom: 12px;
}
.main-content ul.BrandEvent li span {
  font-size: 24px;
  display: block;
  color: #a3181f;
}
.main-content ul.BrandEvent li h4 {
  font-size: 20px;
  font-weight: bold;
}
.main-content ul.BrandEvent li p {
  font-size: 14px;
  line-height: 24px;
}
.main-content h2 img {
  vertical-align: middle;
  margin-right: 5px;
}
.main-content .CompanyCulture h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
.main-content .CompanyCulture ul {
  margin-bottom: 55px;
}
.main-content .CompanyCulture ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
}
.main-content .SeikoManufacturing-list {
  margin-bottom: 60px;
}
.main-content .SeikoManufacturing-list li {
  margin-top: 60px;
}
.main-content .SeikoManufacturing-list li img {
  float: left;
  margin-right: 20px;
}
.main-content .SeikoManufacturing-list li h2 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-top: 13px;
}
.main-content .SeikoManufacturing-list li p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.main-content .SeikoManufacturing-item {
  margin-top: 60px;
}
.main-content .SeikoManufacturing-item li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: center;
}
.main-content .SeikoManufacturing-item li img {
  margin-bottom: 30px;
}
.main-content .SeikoManufacturing-item li h2 {
  margin-bottom: 10px;
}
.main-content .SeikoManufacturing-item li p {
  padding: 0 30px;
  font-size: 16px;
}
.main-content .AccurateService-tit {
  text-align: center;
}
.main-content .AccurateService-tit h6 {
  font-size: 30px;
  line-height: 50px;
}
.main-content .AccurateService-tit p {
  font-size: 22px;
}
.main-content .SchoolUniformOrder {
  padding: 30px 0 50px;
}
.main-content .SchoolUniformOrder a {
  display: inline-block;
  width: 146px;
  height: 146px;
  background-image: url(../../assets/images/SchoolUniformOrder.png);
  background-repeat: no-repeat;
  transform: scale(0.8);
  margin: 0 20px;
}
.main-content .SchoolUniformOrder .icon1 {
  background-position: 0 -146px;
}
.main-content .SchoolUniformOrder .icon2 {
  background-position: -146px -146px;
}
.main-content .SchoolUniformOrder .icon3 {
  background-position: -292px -146px;
}
.main-content .SchoolUniformOrder .icon1:hover {
  background-position: 0 0;
}
.main-content .SchoolUniformOrder .icon2:hover {
  background-position: -146px 0;
}
.main-content .SchoolUniformOrder .icon3:hover {
  background-position: -292px 0;
}
.logo-banner a img {
  filter: grayscale(1);
  opacity: 0.5;
}
.logo-banner a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.wx {
  position: relative;
}
.wx span {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../../assets/images/qrcode.jpg) no-repeat;
  background-size: cover;
  z-index: 1000;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.wx:hover span {
  display: block;
}
.wxwrap1 span {
  top: 35px;
  right: 0;
}
.wxwrap2 span {
  bottom: 35px;
  left: 0;
}
.wxwrap3 span {
  bottom: 150px;
  left: 0;
}
.main-banner-nav {
  margin-bottom: 10px;
}
.main-banner-nav li {
  width: 20%;
  font-size: 16px;
  background: url(../images/schooltit1.png) no-repeat center left;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border-radius: 0;
  opacity: 1;
  color: #bbb;
}
.main-banner-nav li.swiper-pagination-bullet-active {
  background: url(../images/schooltit2.png) no-repeat center left;
  color: #333;
}
.main-banner {
  width: 750px;
  position: relative;
}
.main-banner .swiper-slide {
  background: #fff;
  text-align: center;
}
.main-banner .swiper-button-prev,
.main-banner .swiper-button-next {
  width: 40px;
  height: 40px;
}
.main-banner .swiper-button-prev {
  background: url(../images/left.png);
  left: 30px;
}
.main-banner .swiper-button-next {
  background: url(../images/right.png);
  right: 30px;
}
.main-banner .swiper-button-prev.swiper-button-disabled,
.main-banner .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.JoinUs {
  padding-bottom: 70px;
}
.JoinUs li {
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  line-height: 50px;
}
.JoinUs li span {
  display: inline-block;
  padding-right: 70px;
}
.JoinUs li .red {
  color: #a3181f;
  float: right;
  padding: 0;
}
.ExclusiveDesign {
  text-align: center;
  margin: 70px 0;
}
.ExclusiveDesign li {
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin: 0 9px;
}
.ExclusiveDesign li span {
  display: inline-block;
  width: 131px;
  height: 131px;
  margin-bottom: 20px;
}
.ExclusiveDesign li .img1 {
  background: url(../../assets/images/ExclusiveDesign2.png);
}
.ExclusiveDesign li .img2 {
  background: url(../../assets/images/ExclusiveDesign3.png);
}
.ExclusiveDesign li .img3 {
  background: url(../../assets/images/ExclusiveDesign4.png);
}
.ExclusiveDesign li .img4 {
  background: url(../../assets/images/ExclusiveDesign5.png);
}
.ExclusiveDesign li p {
  font-size: 12px;
  line-height: 18px;
}
.ExclusiveDesign li:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-width: 10px 0 10px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #a3181f;
  right: -18px;
  top: 55px;
}
.ExclusiveDesign li:last-child:after {
  display: none;
}
.ExclusiveDesign-banner {
  width: 750px;
  margin: 80px auto !important;
  text-align: center;
}
.ExclusiveDesign-banner .swiper-wrapper .swiper-slide a {
  vertical-align: top;
}
.ExclusiveDesign-banner .swiper-wrapper .swiper-slide a p.img {
  display: inline-block;
}
.ExclusiveDesign-banner .swiper-wrapper .swiper-slide a .img {
  height: 150px;
}
.ExclusiveDesign-banner .swiper-button-prev {
  left: 0;
  z-index: 100;
}
.ExclusiveDesign-banner .swiper-button-next {
  right: 0;
  z-index: 100;
}
.ServiceSystem h1 {
  text-align: center;
  margin-bottom: 30px;
}
.ServiceSystem .form-item {
  height: 50px;
  margin-bottom: 20px;
}
.ServiceSystem .form-item i {
  display: inline-block;
  color: #a3181f;
  font-size: 24px;
  width: 15px;
  line-height: 40px;
  padding-top: 10px;
}
.ServiceSystem .form-item b {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
}
.ServiceSystem .form-item b span {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}
.ServiceSystem .form-item label {
  width: 100%;
  height: 50px;
  display: inline-block;
  background: #f5f5f5;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  vertical-align: top;
}
.ServiceSystem .form-item label input[type=text] {
  background: none;
  border: none;
  font-size: 14px;
  vertical-align: top;
  line-height: 50px;
  width: 80%;
}
.ServiceSystem .form-item label input[type=radio] {
  margin-right: 10px;
}
.ServiceSystem .form-item label input.inline {
  border-bottom: 1px solid #999;
  line-height: 24px;
  padding: 0 10px;
  margin-top: 10px;
}
.ServiceSystem .form-item .no-bg {
  background: none;
  width: auto;
}
.ServiceSystem .form-item textarea {
  background: #f5f5f5;
  border: none;
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 14px;
}
.ServiceSystem .submit img {
  width: 140px;
  display: inline-block;
  height: 50px;
  background: #ddd;
  margin-left: 15px;
  cursor: pointer;
}
.ServiceSystem .submit button {
  background: #a3181f;
  color: #fff;
  height: 50px;
  width: 140px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  float: right;
}
.ServiceSystem-tel {
  margin: 70px 0;
}
.ServiceSystem-tel .item {
  padding-left: 30px;
}
.ServiceSystem-tel .item span {
  display: block;
  margin-bottom: 20px;
}
.ServiceSystem-tel .item span b,
.ServiceSystem-tel .item span p {
  display: block;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}
.ServiceSystem-tel .tel {
  background: url(../../assets/images/tel.png) no-repeat 0 7px;
}
.ServiceSystem-tel .address {
  background: url(../../assets/images/address.png) no-repeat 0 5px;
}
.detail-content {
  width: auto;
  padding-bottom: 70px;
}
.detail-content .big-img {
  margin-bottom: 40px;
}
.DetailExclusiveDesign {
  display: none;
  text-align: center;
}
.DetailExclusiveDesign .main-banner-nav li {
  display: inline-block;
  width: 65px;
  margin-right: 30px;
}
.DetailExclusiveDesign .main-banner-nav li:last-child {
  margin-right: 0;
}
.DetailExclusiveDesign .main-banner {
  width: 1140px;
}
.DetailExclusiveDesign .main-banner .swiper-button-prev {
  left: 100px;
}
.DetailExclusiveDesign .main-banner .swiper-button-next {
  right: 100px;
}
.hover-item {
  position: relative;
  margin-bottom: 40px !important;
}
.hover-item p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.4s;
  padding: 25px 30px !important;
  margin: 0;
  font-size: 14px !important;
}
.hover-item:hover p {
  opacity: 1;
}
.ExclusiveDesign-swiper .swiper-wrapper {
  height: 100%;
}
.ExclusiveDesign-swiper .swiper-slide {
  height: 820px;
  background: #fff;
}
.ExclusiveDesign-swiper-nav {
  margin-bottom: 40px;
}
.ExclusiveDesign-swiper-nav li {
  position: relative;
  display: inline-block;
  background: none;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
}
.ExclusiveDesign-swiper-nav li:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #666;
  left: 0;
  top: 0;
}
.ExclusiveDesign-swiper-nav li:after {
  position: absolute;
  content: '>';
  color: #fff;
  text-align: center;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.ExclusiveDesign-swiper-nav li.swiper-pagination-bullet-active:before {
  background: #a3181f;
}
.news-list {
  width: 325px;
}
.news-list li.active a .time {
  color: #a3181f;
}
.news-list li.active a .title {
  color: #333;
}
.news-list li a {
  color: #d3d3d3;
  display: flex;
  margin-top: 24px;
}
.news-list li a .time {
  width: 100px;
  margin-top: 1px;
}
.news-list li a .title {
  flex: 1;
  line-height: 1.4;
  text-align: left;
}
.events-report .title {
  color: #010101;
  font-size: 25px;
  line-height: 1.6;
}
.events-report .title .english {
  font-size: 21px;
  letter-spacing: 0.6px;
}
.events-report .list {
  width: 400px;
  margin-top: 22px;
  margin-bottom: 100px;
}
.events-report .list li {
  line-height: 1.4;
}
.events-report .list .indent {
  text-indent: 5em;
}
.events-report .list .margin-top {
  margin-top: 50px;
}
.news .list li {
  margin-bottom: 0;
}
.news .list li a {
  display: flex;
  align-items: center;
  height: 68px;
  border-bottom: 1px solid #f5f5f5;
}
.news .list li a .title {
  flex: 1;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list li a .time {
  margin-left: 50px;
  color: #BBBBBB;
}
.news .list li a:hover .time {
  color: inherit;
}
.news .page-toolbar {
  margin: 30px 0;
  text-align: center;
}
.news-details-wrapper {
  width: 100%;
}
.news-details-wrapper .breadcrumb {
  margin-bottom: 70px;
}
.news-details-wrapper .breadcrumb a {
  color: #333;
  font-weight: 700;
}
.news-details-wrapper .breadcrumb a.inner {
  color: #606266;
  cursor: default;
}
.news-details-wrapper .breadcrumb span {
  margin: 0 6px;
  font-weight: 700;
  color: #c0c4cc;
}
.news-details .title {
  color: #333;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.news-details .content {
  line-height: 1.6;
  margin-bottom: 150px;
}
