﻿

ul, ol, dl, dd, dt {
    list-style: none;
}

.float_slider {
    position: fixed;
    top: 300px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 6666;
}

.float_slider li {
    position: relative;
    width: auto;
    height: 50px;
    margin: 2px 0;
    transition: all .3s ease;
}

.float_slider li.float_qq1, .float_slider li.float_qq4 {
    left: 0;
    width: 62px;
}

.float_slider li.float_qq2 {
    left: 0;
    width: 126px;
}

.float_slider li.float_qq3 {
    left: 0;
    width: 202px;
}

.float_slider li.float_qq2:hover {
    left: -76px;
}

.float_slider li.float_qq3:hover {
    left: -152px;
}

.float_slider li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color:#12389D;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

.float_slider li a img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.float_slider li a:hover {
    background-color:#6EB624;
    opacity: 1;
	text-decoration:none;
}

.float_slider li:hover .float_shwx {
    display: block;
}
.float_shwx {
    position: absolute;
    top: -70px;
    left: -130px;
    width: 120px;
    height: 120px;
    padding-bottom: 9px;
    display: none;
}

.float_shwx img {
    display: block;
    padding: 2px;
    background-color: #FFF;
    width: 120px;
    height: 120px;
}



body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}
.swiper-container1 {
  width:100%;
  height:430px;
  color: #fff;
  text-align: center;float: left;
}
.swiper-container2 {
  width:100%;
  height:390px;
  color: #fff;	position: relative;
  text-align: center;float: left;
}
.swiper-container2 .swiper-wrapper{
	width: 560px;
	height: 390px;;
}
.swiper-container2 .swiper-wrapper .title{
	position: relative;
	width: 100%;
}



.swiper-container1 {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;

}

.swiper-container1 img {
	width: 100%;
}

.pagination1 {
	bottom: 1px;
	width: 1560px;	text-align: right;
	left: calc((100% - 1560px)/2);
	margin: 0px auto;
	position: absolute;
	z-index: 20;

	
}

.pagination1 .swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height:40px;  line-height:40px;text-align: center;font-weight: bold;

	background: transparent;
  margin-right: 5px;
  opacity: 0.8;

  cursor: pointer;
}
.pagination1 .swiper-visible-switch {
	background: transparent;
  color: #fff;
}

.pagination1 .swiper-active-switch {
	background: #cc1506;
	;
}
/* .pagination2 {
 	bottom: 20px;
 	width: 1560px;	text-align: right;
 	left: calc((100% - 1560px)/2);
 	margin: 0px auto;
 	position: absolute;
 	z-index: 20;
 
 	
 }
 
 .pagination2 .swiper-pagination-switch {
   display: inline-block;
   width: 40px;
   height:40px;
 
   background:#ff0;
   margin-right: 5px;
   opacity: 0.8;
 
   cursor: pointer;
 }
 .pagination1 .swiper-visible-switch {
   background:#ff0;
   color: #f0f;
 }
 
 .pagination1 .swiper-active-switch {
 	background: #cc1506;
 	;
 } */