.index-banner {
    width: 100%;
    height: 200px;
    margin-top: 50px;
}

.index-banner .swiper-container,.index-banner .swiper-wrapper,.index-banner .swiper-slide
{
    width:100%;
    height:100%;

}
.index-banner .swiper-slide {
    overflow: hidden;
}
.index-banner .swiper-wrapper {
    transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.index-banner .swiper-wrapper .swiper-slide .ifirst-img {
    width: 100%;
    height: 100%;
    transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    position: relative;
    z-index: 1;
}

.index-banner .swiper-wrapper .swiper-slide.swiper-slide-next .ifirst-img {
    -webkit-transform: scale(1.2) translate3d(-50%, 0, 0);
    -ms-transform: scale(1.2) translate3d(-50%, 0, 0);
    -o-transform: scale(1.2) translate3d(-50%, 0, 0);
    transform: scale(1.2) translate3d(-50%, 0, 0);
}
.index-banner .swiper-wrapper .swiper-slide.swiper-slide-prev .ifirst-img {
    -webkit-transform: scale(1.2) translate3d(50%, 0, 0);
    -ms-transform: scale(1.2) translate3d(50%, 0, 0);
    -o-transform: scale(1.2) translate3d(50%, 0, 0);
    transform: scale(1.2) translate3d(50%, 0, 0);
}
.index-banner .swiper-wrapper .swiper-slide.swiper-slide-active .ifirst-img {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
.index-banner .swiper-button-prev,.index-banner .swiper-button-next {
    background: url(../img/y_06.png)no-repeat;
    background-size:100% 100%;
 width:15px;
 height:25px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
    transition: 1s;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    width:30px;
}
.sw-img
{
	width:100%;
	height:100%;

}

.index-content {
    width: 100%;
    margin-top: 20px;
    padding:0px 10px;
    margin-bottom:30px;
}
.ic-c
{
	width:100%;

}
.ic-content
{
	width:100%;
}
.ic-list
{
	width:100%;

}
.ic-list ul
{
width:100%;	
}
.ic-list ul li
{
width:33.3%;
float:left;
position:relative;
overflow: hidden;	
}
.ic-list ul li a
{
display:block;
position:relative;
overflow: hidden;
}

.ic-a
{
	width:100px;
	height:40px;
	position:absolute;
	top:10px;
	left:0;
z-index:1;
display:none;

}
.ic-img
{
	display:none;
}
.ic-a .ic-aa
{
	color:#bb0606;
}
.ic-a .ic-aa1
{
	color:#fff;
	background:#da0000;
	border-radius:5px;

}
.ic-div
{
	width:100%;
	display:block;
	position:relative;
	overflow: hidden;
}
.ic-div p {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.ic-bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #da0000;
    margin: 5px auto;
    padding: 7px 0px;
}
.ic-bg img {
    width: 36px;
    height: auto;
    display: block;
    margin: 0 auto;
} 
.ic-list ul li:nth-child(2) .ic-bg
{
	background:#e56b32;
}
.ic-list ul li:nth-child(3) .ic-bg
{
	background:#009ae0;
}
.ic-list ul li:nth-child(2) .ic-bg img
{
 width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;	
}

.ic-top {
    width: 100%;
    margin-top: 20px;
}
.ic-top-left
{
width:100%;	
}
.ic-tleft-top {
    width: 100%;
    padding-bottom: 5px;
}
.ic-tleft-top:after {
    content: "";
    width: 96%;
    right: 0;
    background: #009ae0;
    height: 1px;
    bottom: 0;
    position: absolute;
}
.ic-tleft-top img {
    width: 80px;
    height: auto;
    display: block;
    float: left;
}
.ic-tleft-top a {
    float: right;
    color: #999999;
    font-size: 12px;
    line-height: 35px;
}
.ic-tlun {
    width: 95%;
    height: 220px;
    margin: 10px auto;
}
.ic-tlun ul
{
	width:100%;
	height:100%;
}
.ic-tlun ul li.gh
{
	width:100%;
	height:100%;
	position:absolute;
	overflow: hidden;
	left:0;
	top:0;
	opacity:0;
	visibility: hidden;
}
.ic-tlun ul li.gh.cur
{
opacity:1;
visibility: visible;	
}
.ic-tlun ul li.gh a
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.ic-l-img
{
width:100%;
	height:100%;
	position:relative;
	overflow: hidden;	
}
.ic-l-img img
{
width:100%;
	height:100%;
display:block;
}
.ic-tbg
{
	width:100%;
	position:absolute;
	background:rgba(0,0,0,.5);
	bottom:0;
	left:0;
	padding:0px 10px;
}
.ic-tbg p
{
	line-height:35px;
	color:#fff;
	font-size:12px;
width:80%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.ic-page {
    width: 38px;
    height: 8px;
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.ic-page ul
{
	width:100%;
	height:100%;
}
.ic-page ul li
{
	width:33.3%;
float:left;
height:100%;
position:relative;
overflow: hidden;
}
.ic-page ul li.cur p
{
	background:#009ae0;
}
.ic-page ul li p
{
	border-radius:50%;
	background:#fff;
	height:8px;
	width:8px;
}
.ic-top-right
{
	width:100%;
	margin-top:20px;
}
.ic-tright {
    width: 100%;
    margin-top: 15px;
}
.ic-tr-btn
{
	width:100%;

}
.ic-tr-btn ul
{
width:100%;	
}
.ic-tr-btn ul li {
    width: 33.3%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0px 8px;
    cursor: pointer;
}
.ic-tr-btn ul li.cur  p
{
	color:#fff;
	background:#009ae0;
}
.ic-tr-btn ul li p
{
	background:#f2f2f2;
	border-radius:5px;
	line-height:35px;
	text-align:center;
}
.ic-tr-list {
    width: 100%;
    height: 290px;
    margin-top: 10px;
}
.ic-tr-list ul
{
width:100%;	
height:100%;
}
.ic-tr-list ul li.nh
{
	width:100%;
	height:100%;
	position:absolute;
	overflow: hidden;
	opacity:0;
	visibility: hidden;
}
.ic-tr-list ul li.nh.cur
{
	opacity:1;
	visibility: visible;
}
.ic-rt-div
{
width:100%;	
height:100%;
}
.ic-rt-div ul
{
width:100%;	
height:100%;	
}
.ic-rt-div ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5px 0px;
}

.ic-rt-div ul li a
{
	display:block;
	width:100%;
	position:relative;	
overflow: hidden;
}
.o-a {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background: #666666;
    margin-top: 7px;
}
.ic-rt-div ul li a p
{
float:left;
width:calc(100% - 50px);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color:#333333;
padding-left:5px;
box-sizing: border-box;
}
.ic-rt-div ul li a .o-time
{
	float: left;
	width:40px;
	font-size:12px;
	color:#999999;
}
.ic-bottom {
    width: 100%;
    margin-top: 20px;
}
.icb-content {
    width: 100%;
    margin-top: 15px;
}
.icb-btn {
    width: calc(100% - 172px );
    float: left;
    margin-top: 10px;
}
.icb-btn ul
{
width:100%;	
}
.icb-btn ul li {
    width: 33.3%;
    float: left;
    position: relative;
    overflow: hidden;
  
    cursor: pointer;
}
.icb-btn ul li p{
	
text-align:center;
font-size:12px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

}
.icb-btn ul li.cur p
{
	
	color:#009ae0;
}
.icb-ul {
    width: 100%;
    height: 184px;
    margin-top: 10px;
}
.icb-ul ul
{
width:100%;	
height:100%;
}
.icb-ul ul li.fg
{
width:100%;
height:100%;
position:absolute;
overflow: hidden;
opacity:0;
visibility: hidden;
}
.icb-ul ul li.fg.cur 
{
opacity:1;
visibility: visible;	
}
.icb-ul-list
{
	width:100%;
	height:100%;

}
.icb-ul-list ul
{
	width:100%;	
	height:100%;
}
.icb-ul-list ul li {
    width: 33.3%;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 black;
    padding: 5px;
}
.icb-ul-list ul li a
{
	display:block;
	width:100%;
	position:relative;
	overflow: hidden;
}
.icb-ul-list ul li a img
{
	width:100%;
	height:100%;
display:block;
}
.icb-u-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:#f3f1f2;
    padding-left: 5px;
    bottom: 0;
    left: 0;
}
.icb-u-bg p
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height:25px;
	
	font-size:12px;
}
.icb-icon
{
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.icb-icon img
{
	width:100%;
	height:100%;
	display:block;
}
.index-banner .slider,.index-banner .slider-main
{
    width:100%;
    height:100%;
}
.index-banner .slider-main li a img
{
    width:100%;
    height:100%;

}
.iimg-c
{
    height:60px;

}
@media(min-width:768px)
{
.ic-div {
   
    display: none;
}
.ic-img {
    display: block;
    width: 100%;
    height: 100px;
}	
.ic-img  img
{
	width:100%;
	height:100%;
	display:block;
}
.ic-list ul li {
    padding: 10px 10px;
}
.ic-list ul li a {
    box-shadow: 1px 0px 11px rgba(0,0,0,.1);
    border-radius: 15px;
}
.ic-a {
    width: 70px;
    height: 50px;
    top: 0px;
    display: block;
    left: 10px;
    bottom: 0;
    margin: auto;
}
.ic-a .ic-aa1 {
    text-align: center;
    margin-top: 4px;
    line-height: 24px;
}
.ic-list ul li:nth-child(2)  .ic-a .ic-aa1
{
	background:#e56b32;
}
.ic-list ul li:nth-child(2)  .ic-a .ic-aa
{
	color:#e56b32;
}
.ic-list ul li:nth-child(3)  .ic-a .ic-aa1
{
	background:#009ae0;
}
.ic-list ul li:nth-child(3)  .ic-a .ic-aa
{
	color:#009ae0;
}
.ic-top-left {
    width: 49%;
    float: left;
}
.ic-top-right {
    width: 51%;
    margin-top: 0px;
    float: left;
padding-left: 40px;
}
.ic-tlun {
  
    height: 230px;
  
}
.ic-rt-div ul li {
   
    padding: 0px 0px;
}
.ic-tr-list {

    height: 190px;
    
}
.icb-btn {
    width: 180px;
    margin-left: 30px;
}
.icb-ul {
    height: 192px;
}
.icb-ul-list ul li:nth-child(1)
{
    width:45%;
}
.icb-ul-list ul li:nth-child(1) a .iimg-c {
 height:184px;
}
.icb-ul-list ul li {
    width: 18%;
}
.icb-ul-list ul li a .iimg-c {
    height: 64px;
}
.icb-ul-list ul li:nth-child(1) .icb-u-bg
{
    position:absolute;
    
    background:rgba(0,0,0,.5);
}
.icb-ul-list ul li:nth-child(1) .icb-u-bg p
{
    color:#fff;
}
}
@media(min-width:992px)
{
.index-banner {
   height: 500px;
   margin-top: 140px;
}
.ic-img {
  
    height: 130px;
}
.ic-a {
  height: 60px;
  left: 20px;
   
}
.ic-a .ic-aa1 {
 margin-top: 10px;

}
.ic-tlun {
    height: 306px;
}
.ic-rt-div ul li {
    padding: 3px 0px;
}
.ic-tr-list {
    height: 255px;
}
.ic-tr-btn {
    width: 350px;
}
.icb-icon {
    width: 40px;
    height: 40px;
  
}
.icb-ul {
    height: 256px;
}
.icb-ul-list ul li:nth-child(1) a .iimg-c {
    height: 248px;
}
.icb-ul-list ul li a .iimg-c {
    height: 96px;
}
}

@media(min-width:1200px)
{
.ic-c {
    width: 1024px;
    margin:auto;
}
.swiper-pagination-bullet {
    width: 40px;

}
.swiper-pagination-bullet-active {
 
    width:80px;
}
.index-content {

    margin-top: 30px;
margin-bottom:50px;
}
.ic-top {
    
    margin-top: 30px;
}
.ic-bottom {
 
    margin-top: 30px;
}
.ic-tlun {

    margin-top: 20px;
}
.ic-tright {
 
    margin-top: 20px;
}
.icb-content {

    margin-top: 20px;
}
.ic-list ul li:hover a
{
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);	
}
.ic-list ul li a
{
	    transition: transform 218ms ease-in-out;
}
.ic-list ul li:hover .ic-a {
    
    top: -40px;
  
}
.ic-a 
{
	transition: .3s;
}
.ic-tlun ul li.gh:hover  .ic-l-img
{
	transform: scale(1.1);
}
.ic-tlun ul li.gh .ic-l-img
{
	transition: .3s;
}
.ic-rt-div ul li:hover a p
{
	color:#009ae0;
	font-size:15px;
}
.ic-rt-div ul li a p
{
transition: .3s; 
}
.ic-rt-div ul li:hover .o-a
{
	background:#009ae0;
}


.iimg-c img
{
	transition: .5S;
}
.icb-ul-list ul li:hover .iimg-c img
{
transform: scale(1.1);
}
.icb-ul-list ul li .icb-u-bg p
{
    transition: .3s;
}
.icb-ul-list ul li:hover .icb-u-bg p {
   padding-left:10px;
}
}
@media(min-width:1660px)
{
.ic-c {
   width: 1200px;
   
}
.ic-img {
    height: 158px;
}
.ic-a .ic-aa {
 
    font-size: 18px;
}
.ic-a {
    width: 88px;
 
}
.ic-a .ic-aa1 {
 
    font-size: 16px;
    line-height: 35px;
}
.ic-tlun {
    height: 365px;
}
.ic-tbg p {
    line-height: 45px;
font-size: 16px;
   
}
.ic-tleft-top img {
    width: 118px;
   
}
.ic-tleft-top a {

    font-size: 14px;
    line-height: 55px;
}
.ic-tr-btn ul li p {
   
  
    font-size: 16px;
}
.ic-rt-div ul li {
    padding: 7px 0px;
}
.ic-tr-list {
    height: 330px;
}
.icb-btn ul li p {
   
    font-size: 18px;
    line-height:45px;
}
.icb-u-bg p {
   
    line-height: 40px;
  
    font-size: 16px;
}
.icb-ul {
    height: 306px;
}
.icb-u-bg {

    padding-left: 20px;
  
}
.icb-ul-list ul li:nth-child(1) a .iimg-c {
    height: 298px;
}
.icb-ul-list ul li a .iimg-c {
    height: 106px;
}
.icb-btn {
    width: 270px;

}
}