@import "common.css";
/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.index {
  /*公共title样式*/
  /*首页banner start*/
  /*首页banner end*/
  /*首页内容区1 start*/
  /*首页内容区1 end*/
  /*首页内容区2 start*/
  /*首页内容区2 end*/
  /*首页内容区3 start*/
  /*首页内容区3 end*/
  /*首页内容区4 start*/
  /*首页内容区4 end*/
  /*首页内容区5 start*/
  /*首页内容区5 end*/
}
.index .public-title {
  height: 82px;
  background: url("../img/title_bg1.png") center 0 no-repeat;
  background-size: 542px 53px;
  line-height: 82px;
  text-align: center;
}
.index .public-title span {
  position: relative;
  font-size: 36px;
  color: #000;
  font-weight: 900;
}
.index .public-title span:after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background-color: #d8dbde;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
.index .banner {
  width: 100%;
  height: 843px;
  overflow: hidden;
  /*swiper小点重置*/
}
.index .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index .banner .swiper-pagination-custom,
.index .banner .swiper-pagination-fraction {
  bottom: 120px !important;
}
.index .banner .swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
.index .banner .swiper-container .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .banner .swiper-container .swiper-slide > a img {
  display: block;
  width: 100%;
}
.index .banner .swiper-container .swiper-button-prev {
  left: 60px;
  background-image: url("../img/btn_turn_left.png");
}
.index .banner .swiper-container .swiper-button-next {
  right: 60px;
  background-image: url("../img/btn_turn_right.png");
}
.index .banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.index .banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f39d1b;
}
.index .index-1 {
  width: 100%;
  height: 355px;
  background: url("../img/bg_banner_bottom.png") 0 0 no-repeat;
  background-size: 100% 90px;
  position: relative;
  z-index: 10;
  top: -90px;
}
.index .index-1 .search {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  margin: auto;
  width: 602px;
  height: 80px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.index .index-1 .search .checkbox {
  margin-top: 5px;
}
.index .index-1 .search .checkbox em {
  margin-right: 25px;
  cursor: pointer;
}
.index .index-1 .search .checkbox i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  vertical-align: -12%;
}
.index .index-1 .search .checkbox i.icon-radio {
  background-image: url("../img/checkbox_n.png");
}
.index .index-1 .search .checkbox i.icon-radio.icon-radio-checked {
  background-image: url("../img/checkbox_s.png");
}
.index .index-1 .search .checkbox span {
  font-size: 14px;
  color: #fff;
}
.index .index-1 .search .inputbox {
  margin-top: 13px;
}
.index .index-1 .search .inputbox input {
  float: left;
  width: 516px;
  height: 46px;
  padding: 0 15px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.index .index-1 .search .inputbox button {
  float: right;
  width: 46px;
  height: 46px;
  background: url("../img/btn_search.png") 0 0 no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index .index-1 .search .inputbox button:hover {
  opacity: .8;
}
.index .index-1 .slides {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  height: 362px;
}
.index .index-1 .slides .swiper-container {
  width: 100%;
  height: 100%;
}
.index .index-1 .slides .swiper-container .swiper-slide {
  width: 380px;
  background-color: #474b57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #474b57;
  -moz-box-shadow: 0 0 10px #474b57;
  box-shadow: 0 0 10px #474b57;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index .index-1 .slides .swiper-container .swiper-slide > a {
  color: #fff;
}
.index .index-1 .slides .swiper-container .swiper-slide:hover {
  background-color: #272936;
  -webkit-box-shadow: 0 10px 20px #474b57;
  -moz-box-shadow: 0 10px 20px #474b57;
  box-shadow: 0 10px 20px #474b57;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.index .index-1 .slides .swiper-container .swiper-slide .img-box {
  width: 100%;
  height: 254px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index .index-1 .slides .swiper-container .swiper-slide .img-box img {
  display: block;
  width: 100%;
}
.index .index-1 .slides .swiper-container .swiper-slide .caption {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding: 0 20px;
}
.index .index-1 .slides .swiper-container .swiper-slide .intro {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.index .index-1 .slides .swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.index .index-1 .slides .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f39d1b;
}
.index .index-2 {
  margin-bottom: 100px;
}
.index .index-2 .title {
  height: 98px;
  background: url("../img/title1.png") 0 0 no-repeat;
  background-size: 214px 98px;
  margin-bottom: 35px;
}
.index .index-2 .content {
  position: relative;
  height: 527px;
}
.index .index-2 .content .left-nav {
  float: left;
  width: 386px;
  height: 100%;
}
.index .index-2 .content .left-nav li {
  padding: 24px 0;
  cursor: pointer;
  border-left: 8px solid #ccdae7;
}
.index .index-2 .content .left-nav li.active {
  border-color: #0c6bb8;
}
.index .index-2 .content .left-nav li.active .caption {
  color: #000;
}
.index .index-2 .content .left-nav li.active .intro {
  color: #525252;
}
.index .index-2 .content .left-nav li p {
  margin-left: 30px;
}
.index .index-2 .content .left-nav li p.caption {
  margin-bottom: 20px;
  font-size: 18px;
  color: #b3b3b3;
  font-weight: 900;
}
.index .index-2 .content .left-nav li p.intro {
  font-size: 14px;
  color: #ccc;
  line-height: 25px;
  height: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.index .index-2 .content .right-cover {
  float: right;
  width: 726px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index .index-2 .content .right-cover > div {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 486px;
}
.index .index-2 .content .right-cover:hover .browse {
  opacity: 1;
}
.index .index-2 .content .right-cover img {
  display: block;
  width: 100%;
}
.index .index-2 .content .right-cover .browse {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 240px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index .index-3 {
  width: 100%;
  height: 774px;
  background: url("../img/index_bg3.png") center center no-repeat;
  margin-bottom: 100px;
}
.index .index-3 .container {
  padding-top: 90px;
}
.index .index-3 .container .title {
  height: 98px;
  background: url("../img/title2.png") right 0 no-repeat;
  background-size: 227px 98px;
  margin-bottom: 108px;
}
.index .index-3 .container .exhibits-list {
  width: 100%;
  height: 398px;
}
.index .index-3 .container .exhibits-list li {
  float: left;
  width: 282px;
  height: 100%;
  margin-right: 24px;
}
.index .index-3 .container .exhibits-list li:last-child {
  margin-right: 0;
}
.index .index-3 .container .exhibits-list li .img-box {
  position: relative;
  background-color: #ffc334;
  height: 324px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index .index-3 .container .exhibits-list li .img-box:hover {
  -webkit-box-shadow: 0 0 10px #141414;
  -moz-box-shadow: 0 0 10px #141414;
  box-shadow: 0 0 10px #141414;
}
.index .index-3 .container .exhibits-list li .img-box:hover .shade {
  opacity: 1;
}
.index .index-3 .container .exhibits-list li .img-box img {
  display: block;
}
.index .index-3 .container .exhibits-list li .img-box video {
  height: 100%;
}
.index .index-3 .container .exhibits-list li .img-box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index .index-3 .container .exhibits-list li .img-box .shade a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
}
.index .index-3 .container .exhibits-list li > p {
  padding: 0 12px;
}
.index .index-3 .container .exhibits-list li > p.caption {
  margin-top: 24px;
  font-size: 16px;
  color: #fffefe;
}
.index .index-3 .container .exhibits-list li > p.company {
  margin-top: 20px;
  font-size: 14px;
  color: #fffefe;
  opacity: .7;
}
.index .index-3 .container .exhibits-swiper {
  width: 100%;
  height: 460px;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide {
  width: 282px;
  height: 100%;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box {
  position: relative;
  background-color: #ffc334;
  height: 324px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box:hover {
  -webkit-box-shadow: 0 0 10px #141414;
  -moz-box-shadow: 0 0 10px #141414;
  box-shadow: 0 0 10px #141414;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box:hover .shade {
  opacity: 1;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box img {
  display: block;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide .img-box .shade a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide > p {
  padding: 0 12px;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide > p.caption {
  margin-top: 24px;
  font-size: 16px;
  color: #fffefe;
}
.index .index-3 .container .exhibits-swiper .swiper-wrapper .swiper-slide > p.company {
  margin-top: 20px;
  font-size: 14px;
  color: #fffefe;
  opacity: .7;
}
.index .index-3 .container .exhibits-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.index .index-3 .container .exhibits-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f39d1b !important;
}
.index .index-4 {
  height: 600px;
}
.index .index-4 .content {
  width: 100%;
  height: 376px;
  margin-top: 72px;
  position: relative;
}
.index .index-4 .content .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px #dadada;
  -moz-box-shadow: 0 0 8px #dadada;
  box-shadow: 0 0 8px #dadada;
}
.index .index-4 .content .left img {
  display: block;
  width: 100%;
}
.index .index-4 .content .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 568px;
  height: 100%;
}
.index .index-4 .content .right .caption {
  font-size: 18px;
  color: #333;
  font-weight: 800;
  margin-top: 12px;
}
.index .index-4 .content .right .caption i.icon-border {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: url("../img/indicator.png") 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: -8%;
  margin-right: 14px;
}
.index .index-4 .content .right .text {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-indent: 35px;
  height: 224px;
  overflow: hidden;
}
.index .index-4 .content .right .btn-box {
  margin-top: 35px;
}
.index .index-4 .content .right .btn-box .btn {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index .index-4 .content .right .btn-box .btn:hover {
  opacity: 0.7;
}
.index .index-4 .content .right .btn-box .btn.btn-detail {
  color: #000;
  border: 1px solid #c0c0c0;
}
.index .index-4 .content .right .btn-box .btn.btn-more {
  color: #fff;
  background-color: #013b6b;
}
.index .index-5 {
  padding: 100px 0;
  background-color: #f8f9fb;
}
.index .index-5 .public-title {
  background: url("../img/title_bg2.png") center 0 no-repeat;
  background-size: 511px 53px;
}
.index .index-5 .company-list {
  margin-top: 72px;
  width: 100%;
}
.index .index-5 .company-list li {
  float: left;
  width: 240px;
  height: 150px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.index .index-5 .company-list li:hover > a {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.index .index-5 .company-list li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.index .index-5 .company-list li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/*# sourceMappingURL=index.css.map */