body,div,p,li,table,ul,ol,h1,h2,h3,h4,h5,h6,span,img {
  margin: 0;
  padding: 0;
}
/*    .swiper-container {
      width: 80%;
      height: 100%;
      margin-left: 0;
    }
.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
}*/
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
.tran-03 {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tran-04 {
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.tran-05 {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tran-06 {
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.tran-1 {
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.tran-1_5 {
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.tran-2 {
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}
.tran-3 {
  transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}
#right_nav {
  position: fixed;
  right: 0;
  height: 100%;
  width: 80px;
  background: #000;
  top: 0;
  z-index: 99999999;
}
#right_nav .img {
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 0;
  float: right;
  text-align: center;
}
#right_nav .img img {
  width: 30px;
  cursor: pointer;
}
#right_nav .img img:hover {
  width: 100%;
}
#right_nav .img .img2 {
  display: none;
}
#right_nav .img .turn {
  transform: rotate(90deg);
}
#right_nav .hide-menus {
  width: 200px;
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  display: none;
}
#right_nav .hide-menus a {
  display: block;
}
#right_nav .hide-menus li {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#right_nav .hide-menus li:hover {
  background: #888;
  font-size: 18px;
}
#right_nav .icons {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
}
#right_nav .icons .icon {
  width: 35px;
  margin: 20px auto;
}
#right_nav .icons .icon img {
  width: 100%;
}
#right_nav .hide-img {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #000;
  width: 100px;
  height: 100px;
  opacity: 0;
  z-index: -1;
}
#right_nav .hide-img img {
  width: 100%;
  height: 100%;
}

.section {
  overflow: hidden;
}
.section .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99999999;
  width: 150px;
}
.section .logo img {
  width: 100%;
}
.section .tel {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 99999999;
  height: 20px;
  line-height: 20px;
  color: #fff;
  width: 200px;
}
.section .tel img {
  height: 20px;
  float: left;
  margin-right: 10px;
}
.section1 .swiper-box {
  width: calc(100% - 80px);
  height: 100%;
  background: red;
}
/*.section1 .swiper .swiper-pagination {
  text-align: right;
}
.section1 .swiper .swiper-pagination span {
  background: #fff;
  opacity: 1;
  margin-right: 20px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section1 .swiper .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 2px;
  background: #E60012 !important;
}*/
.section1 .swiper {
  width: calc(100% - 80px);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section1 .swiper ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section1 .swiper ul li {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px !important;
  opacity: 0;
  transition: opacity 2s;
  -o-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  background-size: cover;
}
.section1 .swiper ul .active {
  opacity: 1;
}
.section1 .swiper .col {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: right;
  z-index: 99999999;
}
.section1 .swiper .col span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.section1 .swiper .col .col-active {
  width: 40px;
  border-radius: 0;
  background: #E60012;
}






.nextView {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #A20311;
  color: #fff;
  z-index: 99999999;
}
.nextView a {
  width: 150px;
  text-align: center;
  display: block;
}
.nextView:hover {
  opacity: 0.8;
}
.nextView:hover a {
  width: 200px;
}

/*第二屏*/
.section2 {
  background-image: url(../images/section2_bg.png);
  background-size: 100% 100%;
}
.section2 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section2 .tel {
  color: #ff1100;
}
.section2 .nextView {
  background: #E60012;
  left: -200px;
}
.section2-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section2-act .nextView {
  left: 0;
}
.section2 .items {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  height: 500px;
  display: flex;
}
.section2 .items .item {
  flex: 1;
  height: 500px;
  position: relative;
}
.section2 .items .item + .item {
  margin-left: 20px;
}
.section2 .items .item .img {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 187px;
  height: 187px;
  z-index: 9999;
}
.section2 .items .item .img p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 80px;
}
.section2 .items .item .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .items .item img {
  width: 100%;
  height: 100%;
}
.section2 .items .active .img {
  opacity: 0;
  z-index: -1;
}
.section2 .items .active .img2 {
  opacity: 1;
  z-index: 9999;
}
.section2 .items .item .img2 p {
  position: absolute;
  width: 100%;
  text-align: center;
}
.section2 .items .item .img2 .text1 {
  top: 190px;
  color: #fff;
  margin-top: -20px;
  opacity: 0;
}
.section2 .items .item .img2 .text2 {
  top: 300px;
  color: #000;
  font-size: 14px;
  color: #ccc;
  margin-top: -20px;
  opacity: 0;
}
.section2 .items .item .img2 .text2 span {
  letter-spacing: 3px;
  font-size: 18px;
  color: #000;
}
.section2 .items .item .img2 .text3 {
  top: 380px;
  color: #000;
  margin-top: 20px;
  opacity: 0;
}
.section2 .items .active .text {
  margin-top: 0 !important;
  opacity: 1 !important;
}

/*元素下落动画*/
@keyframes sectionTwo
{
  0% {
    transform: translateY(-300px);
  }
  25% {
    transform: translateY(200px);
  }
  50% {
    transform: translateY(-100px); 
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes sectionTwo
{
  0% {
    transform: translateY(-300px);
  }
  25% {
    transform: translateY(200px);
  }
  50% {
    transform: translateY(-100px); 
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes sectionTwo
{
  0% {
    transform: translateY(-300px);
  }
  25% {
    transform: translateY(200px);
  }
  50% {
    transform: translateY(-100px); 
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes sectionTwo
{
  0% {
    transform: translateY(-300px);
  }
  25% {
    transform: translateY(200px);
  }
  50% {
    transform: translateY(-100px); 
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

.item-ani1 {
  animation: sectionTwo 2s;
  -moz-animation: sectionTwo 2s; /* Firefox */
  -webkit-animation: sectionTwo 2s;  /* Safari 和 Chrome */
  -o-animation: sectionTwo 2s; /* Opera */
/*  animation-fill-mode : forwards;*/
  animation-timing-function: ease;
}
.item-ani2 {
  animation: sectionTwo 2.4s;
  -moz-animation: sectionTwo 2.4s; /* Firefox */
  -webkit-animation: sectionTwo 2.4s;  /* Safari 和 Chrome */
  -o-animation: sectionTwo 2.4s; /* Opera */
/*  animation-fill-mode : forwards;*/
  animation-timing-function: ease;
}
.item-ani3 {
  animation: sectionTwo 2.6s;
  -moz-animation: sectionTwo 2.6s; /* Firefox */
  -webkit-animation: sectionTwo 2.6s;  /* Safari 和 Chrome */
  -o-animation: sectionTwo 2.6s; /* Opera */
/*  animation-fill-mode : forwards;*/
  animation-timing-function: ease;
}
.item-ani4 {
  animation: sectionTwo 2.2s;
  -moz-animation: sectionTwo 2.2s; /* Firefox */
  -webkit-animation: sectionTwo 2.2s;  /* Safari 和 Chrome */
  -o-animation: sectionTwo 2.2s; /* Opera */
/*  animation-fill-mode : forwards;*/
  animation-timing-function: ease;
}


/*第三部分*/
.section3 {

}
.section3 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section3 .tel {
  color: #ff1100;
}
.section3 .nextView {
  background: #E60012;
  left: -200px;
}
.section3-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section3-act .nextView {
  left: 0;
}


.section3 .con {
  width: 65%;
  min-width: 800px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section3 .con .left {
  margin-top: 200px;
  width: 38%;
  float: left;
  position: relative;
}
.section3 .con .left .text {
  opacity: 0;
  margin-top: -100px;
}
.section3 .con .left h3 {
  color: #FF1100;
}
.section3 .con .left .line {
  width: 40px;
  height: 5px;
  background: #FF1100;
  margin-top: 30px;
}
.section3 .con .left h2 {
  margin-top: 20px;
  line-height: 40px;
}
.section3 .con .left p {
  letter-spacing: 2px;
  color: #888;
  line-height: 30px;
  margin-top: 40px;
  font-size: 14px;
}
.section3 .con .left .text-move {
  opacity: 1;
  margin-top: 0;
}
.section3 .con .left .list {
  position: absolute;
  top: 400px;
  width: 650px;
  height: 120px;
  z-index: 999999;
  display: flex;
  padding: 0 20px;
  box-shadow: 0 5px 5px #ccc;
  background: #fff;
}
.section3 .con .left .list div {
  flex: 1;
}
.section3 .con .left .list div p {
  width: 60px;
  height: 60px;
  margin: 25px auto;
  border: 2px solid #B5B5B5;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  transform: scale(0);
}
.section3 .con .left .list div .show {
  transform: scale(1)
}
@keyframes sectionThree_list
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes sectionThree_list
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes sectionThree_list
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes sectionThree_list
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}
.section3 .con .left .list div .active {
  animation: sectionThree_list 0.5s;
  -moz-animation: sectionThree_list 0.5s; /* Firefox */
  -webkit-animation: sectionThree_list 0.5s;  /* Safari 和 Chrome */
  -o-animation: sectionThree_list 0.5s; /* Opera */
  animation-timing-function: ease;
  color: #E60012;
  border: 2px solid #E60012;
}
.section3 .con .right {
  float: right;
  width: 50%;
  height: 100%;
}
.section3 .con .right .img {
  width: 100%;
  height: 80%;
  margin-top: 100px;
  transform: scale(0)
}
.section3 .con .right .img img {
  width: 100%;
  height: 100%;
}
@keyframes sectionThree_img
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes sectionThree_img
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes sectionThree_img
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes sectionThree_img
{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}
.section3 .con .right .img-show {
  animation: sectionThree_img 1s;
  -moz-animation: sectionThree_img 1s; /* Firefox */
  -webkit-animation: sectionThree_img 1s;  /* Safari 和 Chrome */
  -o-animation: sectionThree_img 1s; /* Opera */
  animation-timing-function: ease;
  animation-fill-mode : forwards;
}
/*第四部分*/
.section4 {

}
.section4 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section4 .tel {
  color: #ff1100;
}
.section4 .nextView {
  background: #E60012;
  left: -200px;
}
.section4-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section4-act .nextView {
  left: 0;
}
.section4 .con {
  width: 100%;
  height: 100%;
}
.section4 .con .left {
  width: 450px;
  float: left;
  background: #282828;
  position: relative;
  height: 100%;
}
.section4 .con .left .font {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  z-index: 999999;
  height: 300px;
  width: 150px;
  color: #eee;
}
.section4 .con .left .font h1 {
  letter-spacing: 4px;
  margin-left: -50px;
  opacity: 0;
}
.section4 .con .left .font h3 {
  width: 100%;
  margin-top: 10px;
  font-weight: 100;
  margin-left: -50px;
  opacity: 0;
}
.section4 .con .left .font h3 + h3 {
  margin-top: 20px;
  line-height: 35px;
  margin-left: -50px;
}
.section4 .con .left .font a {
  display: block;
  height: 50px;
  width: calc(100% - 2px);
  border: 1px solid #eee;
  line-height: 50px;
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}
.section4 .con .left-move h1,.section4 .con .left-move h3 {
  margin-left: 0 !important;
  opacity: 1 !important;
}
.section4 .con .left-move a {
  margin-top: 50px !important;
  opacity: 1 !important;
}
.section4 .con .left .font a:hover {
  background: rgba(255,255,255,0.2);
}
.section4 .con .right {
  width: calc(100% - 700px);
  float: right;
  height: 100%;
  margin-right: 150px;
  margin-top: 70px;
}


.section5 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section5 .tel {
  color: #ff1100;
}
.section5 .nextView {
  background: #E60012;
  left: -200px;
}
.section5-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section5-act .nextView {
  left: 0;
}
.section5 .con {
  width: 100%;
  height: 100%;
}
.section5 .con .left {
  width: 450px;
  float: left;
  background: #282828;
  position: relative;
  height: 100%;
}
.section5 .con .left .font {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  z-index: 999999;
  height: 300px;
  width: 150px;
  color: #eee;
}
.section5 .con .left .font h1 {
  letter-spacing: 4px;
  margin-left: -50px;
  opacity: 0;
}
.section5 .con .left .font h3 {
  width: 100%;
  margin-top: 10px;
  font-weight: 100;
  margin-left: -50px;
  opacity: 0;
}
.section5 .con .left .font h3 + h3 {
  margin-top: 20px;
  line-height: 35px;
  margin-left: -50px;
}
.section5 .con .left .font a {
  display: block;
  height: 50px;
  width: calc(100% - 2px);
  border: 1px solid #eee;
  line-height: 50px;
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}
.section5 .con .left-move h1,.section5 .con .left-move h3 {
  margin-left: 0 !important;
  opacity: 1 !important;
}
.section5 .con .left-move a {
  margin-top: 50px !important;
  opacity: 1 !important;
}
.section5 .con .left .font a:hover {
  background: #FF1100;
  color: #fff;
}
.section5 .con .right {
  width: calc(100% - 700px);
  float: right;
  height: 100%;
  margin-right: 150px;
  margin-top: 20px;
}
.section5 .con .right .items {
  width: 100%;
  height: 80%;
  min-width: 400px;
  overflow: hidden;
}
.section5 .con .right .item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.section5 .con .right .item .time {
  float: left;
  width: 100px;
  text-align: right;
  color: #D2D2D2;
}
.section5 .con .right .item .time p {
  margin-top: 30px;
  color: #888;
}
.section5 .con .right .item .text {
  float: left;
  margin-left: 50px;
  width: calc(100% - 150px);
}
.section5 .con .right .item .text p {
  margin-top: 20px;
  line-height: 30px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color: #888;
}
.section5 .con .right .item:hover .time h1 {
  color: #EE4040;
}
.section5 .con .right .item .text h3:hover {
  color: #888;
}
.section5 .con .right .more {
  display: block;
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 40px;
}
.section5 .con .right .more:hover {
  color: #FF1100;
  border: 1px solid #FF1100;
}

.section6 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section6 .tel {
  color: #ff1100;
}
.section6 .nextView {
  background: #E60012;
  left: -200px;
}
.section6-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section6-act .nextView {
  left: 0;
}

.section6 .con {
  width: 55%;
  height: 80%;
  margin: 5% auto;
  min-width: 800px;
}
.section6 .con .img {
  width: 14%;
  float: left;
  box-sizing: border-box;
}
.section6 .con .img img {
  width: 100%;
}
.section6 .con .img img:hover {
  transform: scale(1.2)
}
.section6 .con p {
  color: #888;
  line-height: 30px;
  text-align: center;
  margin-top: -5%;
}


.section7 .logo {
  opacity: 0;
  margin-top: -50px;
}
.section7 .tel {
  color: #ff1100;
}
.section7 .nextView {
  background: #E60012;
  left: -200px;
}
.section7-act .logo {
  margin-top: 0;
  opacity: 1;
}
.section7-act .nextView {
  left: 0;
}
.section7 {
  background-image: url(../images/section7_bg.jpg);
  background-size: cover;
}
.section7 .con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999;
  width: 70%;
  height: 450px;
  min-width: 870px;
}
.section7 .con .left {
  width: 40%;
  box-sizing: border-box;
  float: left;
  background: rgba(0,0,0,0.5);
  color: #fff;
  height: 400px;
  padding: 0 20px;
}
.section7 .con .left h1 {
  margin-top: 20px;
}
.section7 .con .left h3 {
  margin-top: 10px;
}
.section7 .con .left p {
  margin-top: 40px;
  line-height: 30px;
  color: #ccc;
  letter-spacing: 2px;
}
.section7 .con iframe {
  width: 60%;
  height: 400px;
  box-sizing: border-box;
  float: left;
}
.section7 .con .info {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 20px;
  color: #fff;
}
.section7 .con .info p {
  flex: 1;
}
.section7 .con .info p:nth-child(3) {
  flex: 2;
  text-align: right;
}
.section7 footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #2C2C2C;
}
.section7 footer ul {
  margin-left: 100px;
  margin-top: 20px;
}
.section7 footer li {
  float: left;
  color: #fff;
}
.section7 footer li:first-child {
  font-size: 16px;
  font-weight: bold;
}
.section7 footer li + li {
  margin-left: 20px;
}
.section7 footer p {
  margin-top: 20px;
  margin-left: 100px;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (max-width: 1440px) {
  .section7 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #2C2C2C;
    font-size: 14px;
    min-width: 1000px;
  }
  .section7 footer ul {
    margin-left: 50px;
    margin-top: 10px;
  }
  .section7 footer li {
    float: left;
    color: #fff;
  }
  .section7 footer li:first-child {
    font-size: 14px;
    font-weight: bold;
  }
  .section7 footer li + li {
    margin-left: 20px;
  }
  .section7 footer p {
    margin-left: 50px;
    margin-top: 5px;
    color: #fff;
    letter-spacing: 2px;
  }
}

















































































































