/* CSS Document */

body { margin: 0; padding: 0; line-height: 30px; font-family: 'Microsoft YaHei'; font-size: 14px; background: #fff; }
div, ul, li, dt, dl, dd, h1, h2, h3, h4, h5, h6, h7, img, p, span { border-style: none; border-color: inherit; border-width: 0px; padding: 0; list-style-type: none; margin-left: 0; margin-top: 0; margin-bottom: 0; }

img { display: block; }
input,button,select,textarea{outline:none}
/* Link */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { border: 0px; background-color: Transparent; }
div, input:focus {
	outline: none;   
}
a { blr: expression(this.onFocus=this.blur()); outline: none; }

.blank5 { width: 100%; height: 5px; clear: both; }
.blank07 { width: 100%; height: 7px; clear: both; 
	background: #2176bf;
}
.blank10 { width: 100%; height: 10px; clear: both; }
.blank12 { width: 100%; height: 14px; clear: both; }
.blank15 { width: 100%; height: 15px; clear: both; }
.blank20 { width: 100%; height: 20px; clear: both; }
.blank25 { width: 100%; height: 25px; clear: both; }
.blank30 { width: 100%; height: 30px; clear: both; }
.blank40 { width: 100%; height: 40px; clear: both; }
.blank50 { width: 100%; height: 50px; clear: both; }
.blank60 { width: 100%; height: 60px; clear: both; }
.blank70 { width: 100%; height: 70px; clear: both; }
.blank80 { width: 100%; height: 80px; clear: both; }
.blank90 { width: 100%; height: 90px; clear: both; }
.blank100 { width: 100%; height: 100px; clear: both; }
.blank110 { width: 100%; height: 110px; clear: both; }
.blank120 { width: 100%; height: 120px; clear: both; }
.blank130 { width: 100%; height: 130px; clear: both; }
.blank140 { width: 100%; height: 140px; clear: both; }
.blank145{ width: 100%; height: 145px; clear: both; }
.blank150 { width: 100%; height: 150px; clear: both; }
.blank160 { width: 100%; height: 160px; clear: both; }
/* .kong100 {width: 100%; height: 150px; clear: both; } */
/*Clear*/
.clear { clear: both; font-size: 1px; height: 0px; line-height: 0px; overflow: hidden; }
/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/

/*针对1920的宽屏*/

.max { position: relative; overflow: hidden;
	/* background: #f3f3f3 */

}
.m_index { width: 1200px; margin: 0 auto; }



/* 通用头部 */

.header {

	width: 100%;
	background: #159fff;
}
.top-head {
	height: 30px;
}
.header .tell {
	font-size: 14px;
	color: #fff
}
.header .vx-img {
	padding:0 17px;
	/* position: relative; */
/* 	border-left:1px solid #d2d2d2; 
border-right:1px solid #d2d2d2;  */
height: 15px;

}
.header .gao {
	position: relative;
	top: -3px;
}
.header .vx-img img {
	margin-bottom: 3px;
}

.header .qq-img {
	padding:0 17px;
	/* position: relative; */
	border-left:1px solid #d2d2d2; 
	border-right:1px solid #d2d2d2; 
	height: 15px;
	margin-top: 7px;
}

.header .logo  {

    padding-top: 29px;
}


.header .img-box {
	margin-left: auto;
}
.header .tell{
	margin-left: 15px;
}


	.header .nav a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	width: 67px;
}
.header .nav li {
	text-align: center;
	height: 67px;
	line-height: 67px;
	position: relative;
	padding:0 22px;
}
.header .nav li:after {
		position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50% );
	-moz-transform: translateX(-50% );
	width: 35px;
	height: 2px;
	background: transparent;
	/* display: none; */
}


.header .nav li.active:after{
	   
/* 	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50% );
	-moz-transform: translateX(-50% );
	width: 35px;
	height: 2px; */
	background: #159fff;
}
.header .nav li.active a {
	color: #159fff;
	font-weight: bold;

}


.header .nav li:hover:after {
/* 	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
 
	width: 35px;
	height: 2px;

	margin-left: -17.5px; */
		background: #159fff;
}
.header .nav li:hover  a {
	color: #159fff;
	font-weight: bold;
}

.header .bot-head {
	height: 84px;
	background: #fff;
	width: 100%;
}



.header .vx-img {
	position: relative;
   cursor: pointer;
   padding-top: 7px;
}


.header  .nav {
 
	    margin-top: 17px;
}
.common-break  a{
	
}
.header .vx-img .vx-two {
	position: absolute;
	bottom: -140px;
	right: 0px;
	z-index: 999;
	display: none;
   padding: 10px;
}
 
.header .vx-img:hover .vx-two{
   display: block;
}


.about {

}
.common {
	position: relative;
	margin-bottom: 102px;

}
.common-break {
	position: absolute;
	left: 50%;
/* 	transform: translateX(-50%);
	-webkit-transform: translateX(-50% );
	-moz-transform: translateX(-50% ); */
	height: 63px;
	top: -63px;
	margin: auto;
	background: #fff;
	z-index: 12;
	padding-top: 29px;
	box-sizing:border-box;
	width: 1400px;
	margin-left: -700px;
}

.common-break a{
	font-size: 14px;
	color: #666;
}
.common-break img {
	margin-right: 10px;
}

.common-head  .name .bot {
	text-transform:Uppercase;
	font-size: 24px;
	color: #ccc;
}
.common-head  .name .top {
	color: #159fff;
	font-size: 30px;
	font-weight: bold;
}


.common-head .xian {
	width: 415px;
	height: 1px;
	background: #dcdcdc;
}
.common-head  .hdd {
	/* margin-top: 27px; */
}

.about-main {
	background: url(../images/bg1.png) no-repeat left 49px;
	/* background-size: cover; */
	min-height: 722px;
	padding-top: 69px;
	box-sizing:border-box;

}

.about-main .con .con-head {
	text-transform:Uppercase; 
	font-size: 36px;
	padding-top: 75px;
	color: #555;
   width: 280px;
}

.about-main .con .con-head :first-letter{color:#159fff}

.about-main .con .con-head .h2 {
	font-size: 18px;
	color:#159fff;
	font-weight: bold;
	margin-left: 5px;

}
.about-main .l-img {
	margin-left: 38px;
	margin-right: 54px;
	position: relative;
} 
.about-main .l-img  .kuang{
	position: absolute;
	width: 820px;
	height: 119px;
	background: #f5f5f5;
	left:-399px;
	margin-top: 50px;
}
.about-main  .con .sub{
	margin-top: 44px;
	font-size: 14px;
	color: #666;
	line-height:20px;
	min-height: 209px;
}
.about-main  .con  {
	width: 593px;
}
.about-main  .con .sub .en {
	font-size: 12px;
	color: #666
}
.about-main  .comp-list .leftleft {
	background :#159fff;
	font-size: 18px;

	width: 121px;
	height: 121px;
	    text-align: center;
    padding-top: 46px;
    box-sizing: border-box;
} 
.about-main  .comp-list .right-con {
	width: 447px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.about-main  .comp-list  .more {
	color: #000;
	text-align: center;
	width: 20px;
	height: 20px;
	background: #fff;
	line-height: 19px;
	margin: auto;
	margin-top: 13px;
    display: none;

	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

}
.about-main  .comp-list  a {
	color: #fff;
}
.about-main .col .leftright  {
	width:121px; height:121px;
	background: #8390d3;
	font-size: 18px;
		    text-align: center;
    padding-top: 46px;
    box-sizing: border-box;
}

.about-main .col {
	margin-top: 51px;
}

.common-head .ye {
	margin-right: 22px;
}



.contact .con .m1 .sub-hd {
	font-size: 24px;
	font-weight: bold;
	color: #159fff;
	margin-bottom: 10px;
}
.contact .con .m1 .add {
	font-size: 18px;
	color: #666;
}
.contact .con {
	margin-top: 60px;
}

.contact  .con .img-box {

}
.contact .con .m2 .maps {
	margin-top: 31px;
}


.news_list  .con .con-left .day .top {
	font-weight: bold;
	font-size: 36px;
	color: #b0b0b0;
	margin-right:15px; 
}
.news_list  .con .con-left .day .top2 {
	width: 2px;
	margin:auto; 
	background: #b0b0b0;
	height: 60px;
	margin-top: 15px;

}
.news_list .con-list {
	margin-bottom: 33px
}

.news_list  .con  .con-sub  .sub-hd {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 19px;
}
.news_list .con-list .day {
	/* margin-left: 30px; */
}
.news_list .con-list .sub-main {
	font-size: 14px;
	color: #666;
	width: 637px;
	margin-top: 15px;
}

.news_list .con-list  .sub-day {
	font-size: 14px;
	color: #666
}

.news_list .con-list .con-sub a:hover .sub-hd ,
.news_list .con-list .con-sub a:hover .sub-main

{
	color: #159fff
}

.news_list .con-left,
.news_list .con-right{
	padding-top: 44px;
}

.news_list .con-right .con-list2 {
	width: 401px;
	height: 69px;
	background: #f5f5f5	
}
.news_list .con-right .top-hd {
	font-size: 24px;
	color: #159fff;
	font-weight: bold;
	margin-bottom: 20px;


}
.news_list .con-right .con-list2 .yuan1 {
	display: none;
}
.news_list .con-right .con-list2 .quan1 {
	display: none;
}
.news_list .con-right .con-list2:hover {
	background: #b0b0b0;
}
.news_list .con-right .con-list2:hover .yuan1 {
	display: block;
}
.news_list .con-right .con-list2:hover .yuan2 {
	display: none;
}

.news_list .con-right .con-list2:hover .quan1 {
	display: block;
}
.news_list .con-right .con-list2:hover .quan2 {
	display: none;
}
.news_list .con-right .con-list2:hover  .nei{
	color: #fff
}


.news_list .con-right .nei {
	font-size: 16px;
	color: #666;
	 height: 69px;
	 line-height: 69px;
}
.news_list .con-right a {
	display:  block;

}

.news_list .con-right .con-list2 {
	padding:0 31px;
	box-sizing: border-box;

}
.news_list .con-right  a {
	margin-bottom: 2px;
}


.select  {
	margin: 30px 0px;
}
.select .s-box  {
	display: inline-block;
	font-size: 0px;
}
.select .s-box  a {
	width: 32px;
	height: 32px;
	background: #dcdcdc;
	border-radius: 5px;
	-o-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	text-align: center;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
}

.select .s-box  a.active {
	color: #fff;
	background: #0176c3;

} 
.select .s-box  a.select {
	color: #fff;
	background: #0176c3;

} 
.select .s-box  a:first-of-type {
	width: 60px;
	}.select .s-box  a:last-of-type {
		width: 60px;
	}


	.news_show .con .hd{
		font-size:20px;
		color: #159fff;
		font-weight: bold; 
	} 

	.news_show .con .con-main {
		width: 93%;
	}

	.news_show .con .hd2{
		font-size:14px;
		color: #666;
		/* font-weight: bold; */
		margin-top: 20px; 
	} 
	.news_show .con {
		margin-top: 45px;
		padding-bottom: 20px;
		border-bottom:1px dashed #e6e6e6 
	}
	.news_show .con .conn img{
		width: 47%;
		margin: auto;
	}
	.news_show .con .conn {
		font-size: 14px;
		color: #666;
	}

	.news_show .con .qiqiu {
		width: 7%;
	}
	.common-fanye {
		margin-top: 20px;
	}
	.common-fanye a {
		font-size: 16px;
		color: #666;
	}
	.common-fanye a:hover {
		color: #159fff
	} 

	.anli_list .con-list .name {
		font-size: 16px;
		color: #666;
		height: 41px;
		line-height: 41px;
		text-align: center;
	}

	.anli_list .con-list {
		width: 285px;
		border-radius: 15px;
		-o-border-radius: 15px; 
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px;
		overflow: hidden;
		/* background: red */
	}


	.anli_list .con-list .img-box {
		width: 100%;
		height: 220px;
		border-radius: 15px;
		-o-border-radius: 15px; 
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px; 
		overflow: hidden;
	}
	.anli_list .con-list .img-box img {
		width: 100%;
	}

	.anli_list .con-list  .hd {
		padding: 0 21px;
	}
	.anli_list .con-list:hover {
		background: #159fff;
	}
	.anli_list .con-list:hover .name  {
		color: white
	}
	.anli_list .con-list {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.anli_list .con-list:nth-of-type(4n){
		margin-right: 0px;
	} 

	.anli_list  .con {
		margin-top: 38px;
	}


	.news_show .anli_img  img {
		max-width: 100%;
		margin: auto;
	}




	.news_show .anli_name {
		text-align: center;
		font-size: 16px;
		color: #666;
		line-height: 50px;
		height: 50px;
	}
	.news_show  .anli_main {
		font-size: 16px;
		color: #666;
	}

	.yewu_list {
	
      /* width: 1920px;		 */
	}
  .tab-list li {
		width: 139px;
		height: 46px;
		text-align: center;
		line-height: 46px;
		background: #e6e6e6;
		color: #000;
		font-size: 18px;
		margin-left: 30px;
		cursor: pointer;

	}
 
 

  .tab-list li:first-child{
		margin-left:0px;}



 .tab-list {
 
		margin-bottom: 58px;
		margin-top: 40px;
		    width: 58%;
       margin: 44px auto;
	}

  .tab-list li.active {
  	background: #159fff;
  	color: #fff
  }
	.yewu_list .con {
		margin-top: 31px;
	}

 





 .tab-list a {
       /* display: block; */
		  margin-left: 45px;
	}
	 .tab-list a:first-child {
		margin-left:0px;
	}

  .tab-list li.active {
  	background: #159fff;
  	color: #fff
  }











	.yewu_list .con .con-list {
		width: 271px;
		height: 370px;
		padding: 25px;
		box-sizing: border-box;
		background: #eee;
		position: relative;
		-webkit-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-ms-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
	}

	.yewu_list .con .con-list a {
		/* position: relative; */

	}


	.yewu_list .con .con-list .list-inner{
		width: 100%;
		height: 100%;
		background: #fff;
		position: relative;
	}

	.yewu_list .con .con-list  .zhezhao  {
		padding: 32px;
		padding-top: 76px;
		line-height: 28px;
		color: #fff;
		width: 100%;
		left: 0px;
		box-sizing: border-box;
		visibility: hidden;
		top: 0px;
		opacity: 0;
		height: 100%;
		position: absolute;
		background: #000;
		opacity:0.7;
		background: rgba(0,0,0,0.7);
	 
 
		filter:alpha(opacity=70);
		filter:"alpha(opacity=70)";
		
		 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		 /*兼容ie8及以下*/
	}

	.yewu_list .con .con-list  .top {
		position: absolute;
		top: -4px;
		right: 0px;

	}
	.yewu_list .con .con-list  .zhe-name {
		position: absolute;
		bottom: -30px;
		left: 0px;
		width: 160px;
		height: 40px;
		text-align: center;
		color: #fefefe;
		background: #a7a7a7;
		line-height: 40px;
	}
	.yewu_list .con .con-list:hover .zhe-name {
		background: #159fff;

	}
	.yewu_list .con .con-list:hover .zhezhao {
		visibility: visible;
 
		opacity: 0.7;

	}

	.yewu_list .con .con-list {
		margin-bottom: 50px;
		margin-right: 38px;
	}
	.yewu_list .con .con-list:nth-of-type(4n){
		margin-right: 0px;
	}



.yewu_list  {
	position: relative;
}
.yewu_list .m_index{
	position: relative;
}
.yewu_list   .bg3 {
	width: 1655px;
	height: 503px;
	position: absolute;
	right: -360px;
    top: 462px;
    background: #eee;
	-webkit-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-ms-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
}
.yewu_list   .bg4 {
	position: absolute;
	top: 209px;
	width: 157px;
	height: 646px;
	right: -360px;
 
		background: url(../images/face.png) no-repeat  ;
}



	.yewu_show .con .con-list {
		width: 271px;
		height: 370px;
		padding: 25px;
		box-sizing: border-box;
		background: #eee;
		position: relative;
		-webkit-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-ms-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
	}
	
	.yewu_show  .con .con-list  .zhe-name {
		position: absolute;
		bottom: -30px;
		left: 0px;
		width: 160px;
		height: 40px;
		text-align: center;
		color: #fefefe;
		background: #159fff;
		line-height: 40px;

	}

	.yewu_show  .con .sub{
       min-height: 347px;
		border-bottom:1px dashed #e6e6e6;
	}

	.yewu_show  .con .sub-box{
		width: 72%;
		margin-top: 38px;
		color: #666666;
		font-size: 16px;
		padding-bottom: 30px;
 
	}



.index .index_m1 {
	position: relative;
}
.index .index_m1 .top-head {
	position: absolute;
	top: -57px;
	height: 57px;
	z-index: 999;
	width: 100%;
	background: url(../images/tuo.png) no-repeat center;
	background-size: cover;

}
.index .index_m1 .list  {
	padding-top: 10px;
	    margin-bottom: 30px;
}
.index .index_m1 .list a {
	display: block;
	width: 167px;
	height: 177px;
	float: left;
	margin-right: 73px;
}
.index .index_m1 .list .li_1 {
	color: #159fff;
	font-size: 16px;
	text-align: center;
	padding: 15px 27px ;
		box-sizing: border-box;
		    margin-right: 90px;
   width: 100%;
}
.index .index_m1 .list a:last-of-type  .li_1{
	margin-right: 0px;
}
.index .index_m1 .list a:hover  {
   background:#f8f8f8;
   -webkit-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-ms-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);

}

.lunbo-box {
	/* height: 420px; */
}



.lunbo-box .box1 {
	display: none;
} 

.lunbo-box .box1 {
	display: none;
} 

.lunbo-box .box1.active {
	display: block
}
.lunbo-box .swiper-container-one,
.lunbo-box .swiper-container-two,
.lunbo-box .swiper-container-three,
.lunbo-box .swiper-container-four


{
	overflow: hidden;
	height: 420px;
} 

.lunbo-box .slideTxtBox{
width: 1200px;
    overflow: hidden;
    position: relative;

}

 


	.lunbo-box .tempWrap ul li {
/* 		width: 271px !important;
		margin-right: 40px; */
     
	}


	.lunbo-box   .con-list {
		width: 271px;
		height: 370px;
		padding: 25px;
		box-sizing: border-box;
		background: #eee;
		position: relative;
		-webkit-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		-ms-box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
	}






	.lunbo-box    .con-list a {
		/* position: relative; */

	}
 .lunbo-box-more {
 	width: 160px;
 	height: 40px;
 	background: #159fff;
 	
 	text-align: center;
 	margin: auto;
 	line-height: 40px;
 	cursor: pointer;
 	margin-bottom: 30px;
  
 	margin-top: 62px;
 }

  .lunbo-box-more a {
  	color: #fff;
  	font-size: 15px;
  }
	.lunbo-box   .box1  .swiper-slide {
		 width: 271px;
        height: 370px;
        margin-right: 28px;
	}


	.lunbo-box     .con-list .list-inner{
		width: 100%;
		height: 100%;
		background: #fff; 
		position: relative;
	}


 

	.lunbo-box     .con-list  .zhezhao  {
 		padding: 32px;
		padding-top: 76px;
		line-height: 28px;
		color: #fff;
		width: 100%;
		left: 0px;
		box-sizing: border-box;
		visibility: hidden;
		top: 0px;
		opacity: 0;
		height: 100%;
		position: absolute;
		background: #000;
		opacity:0.7;
		background: rgba(0,0,0,0.7);
 
		filter:alpha(opacity=70);
		filter:"alpha(opacity=70)";
		
		 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	}

	.lunbo-box    .con-list  .top {
		position: absolute;
		top: -4px;
		right: 0px;

	}
	.lunbo-box     .con-list  .zhe-name {
		position: absolute;
		bottom: -30px;
		left: 0px;
		width: 160px;
		height: 40px;
		text-align: center;
		color: #fefefe;
		background: #a7a7a7;
		line-height: 40px;
	}
	.lunbo-box    .con-list:hover .zhe-name {
		background: #159fff;

	}
	.lunbo-box  .con-list:hover .zhezhao {
		visibility: visible;
 
		opacity: 1;

	}

	.lunbo-box    .con-list {
		margin-bottom: 50px;
		margin-right: 38px;
	}
 


		.lunbo-box    .4n {
			margin-right: 0px;
    }





.lunbo-box {
		position: relative;
}
 
.lunbo-box .upDown {
	position: absolute;
	left:50%;
	top: 50%; 
	width: 110%;
	transform: translate(-50% ,-50%);
	-webkit-transform: translate(-50% ,-50%);
	-moz-transform: translate(-50% ,-50%);


}
.lunbo-box .upDown .im2{
	display: none;
}
.lunbo-box .upDown .left:hover .im1{
	display: none;
}
.lunbo-box .upDown .left:hover .im2{
	 display: block;
}
.lunbo-box .upDown .right:hover .im1{
	  display: none;
}
.lunbo-box .upDown .right:hover .im2{
     display: block;
}


.index .index_xian {
	width: 100%;
	height: 4px;
	background: #e6e6e6;
}

.index_m3  {
	margin-top: 20px;
}
.index_m3 .about-main  {
	background: url(../images/bg3.png) no-repeat left 46px;
	min-height: 622px;
}



.index_m3  .about-main .col {
	margin-top: 0px;
	margin-left: 39px;
}
.index_m4 {
	background: url(../images/bg4.png) no-repeat  ;
	height: 806px;
}



.index_m4 .con-banner .con-list .name {
		font-size: 16px;
		color: #666;
		height: 41px;
		line-height: 41px;
		text-align: center;
	}

.index_m4 .con-banner  .con-list {
		width: 285px;
		border-radius: 15px;
		-o-border-radius: 15px; 
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px;
		overflow: hidden;
		/* background: red */
	}


.index_m4 .con-banner  .con-list .img-box {
		width: 100%;
		height: 220px;
		border-radius: 15px;
		-o-border-radius: 15px; 
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px; 
		overflow: hidden;
	}
.index_m4 .con-banner  .con-list .img-box img {
		width: 100%;
	}

.index_m4 .con-banner  .con-list  .hd {
		padding: 0 21px;
	}
.index_m4 .con-banner  .con-list:hover {
		background: #159fff;
	}
.index_m4 .con-banner  .con-list:hover .name  {
		color: white
	}
.index_m4 .con-banner  .con-list {
		margin-right: 20px;
		margin-bottom: 20px;
		background: #fff;
	}


  .index_m4  .con-list.act {
  	margin-right: 0px;
  }
.index_m4 .con-banner  .con-list:nth-of-type(4n){
		margin-right: 0px;
	} 

.index_m4 .con-banner  .con {
		margin-top: 38px;
	}

.index_m4  .common-head .name .top {
	color: #fff
}
.index_m4  .common-head .name .bot {
	color: #fff
}

.index_m4 .swiper-container-anli {
	overflow: hidden;
}







.con-banner .flex-direction-nav .flex-next {
	background: url(../images/right.png) no-repeat;
-webkit-transition:0s;
    right: -6%;
}

.con-banner .flex-direction-nav .flex-next:hover {
	background: url(../images/right1.png) no-repeat;
	-webkit-transition:0s;
}


.con-banner .flex-direction-nav .flex-prev {
	background: url(../images/left.png) no-repeat;
-webkit-transition:0s;
    left: -6%;
}

.con-banner .flex-direction-nav .flex-prev  {
	margin: -60px 8px 0;
}

.con-banner .flex-direction-nav .flex-prev:hover {
	background: url(../images/left1.png) no-repeat;
	-webkit-transition:0s;
}



.flex-direction-nav a {
	color: transparent;

	filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1; opacity:1;
	 opacity: 1;
}

.con-banner {
	margin-top: 40px;
}











.con-banner {
		position: relative;
}
 
.con-banner .upDown {
	position: absolute;
	left:50%;
	top: 50%; 
	width: 114%;
	margin-left: -57%;
/* 	transform: translate(-50% ,-50%);
	-webkit-transform: translate(-50% ,-50%);
	-moz-transform: translate(-50% ,-50%); */


}
 .index_m4  .con-banner .upDown .im2{
	display: none;
}
 .index_m4    .upDown .left-anli:hover .im1{
	display: none;
}
 .index_m4    .upDown .left-anli:hover .im2{
	 display: block;
}
 .index_m4    .upDown .right-anli:hover .im1{
	  display: none;
}
 .index_m4    .upDown .right-anli:hover .im2{
     display: block;
}

 .index_m4    .upDown .left-anli {
 	cursor: pointer;
 }
 .index_m4    .upDown .right-anli {
 	cursor: pointer;
 }

.index_m5  .con .con-left .day .top {
	font-weight: bold;
	font-size: 36px;
	color: #b0b0b0;
	margin-right:15px; 
}
.index_m5 .con .con-left .day .top2 {
	width: 2px;
	margin:auto; 
	background: #b0b0b0;
	height: 60px;
	margin-top: 15px;

}
.index_m5 .con-list {
	margin-bottom: 33px
}

.index_m5  .con  .con-sub  .sub-hd {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 19px;
}
.index_m5 .con-list .day {
	/* margin-left: 30px; */
}
.index_m5 .con-list .sub-main {
	font-size: 14px;
	color: #666;
	width: 637px;
	margin-top: 15px;
}

.index_m5 .con-list  .sub-day {
	font-size: 14px;
	color: #666
}

.index_m5 .con-list .con-sub a:hover .sub-hd ,
.index_m5 .con-list .con-sub a:hover .sub-main

{
	color: #159fff
}

.index_m5 .con-left,
.index_m5 .con-right{
	padding-top: 44px;
}

.index_m5 .con-right .con-list2 {
	width: 401px;
	height: 69px;
	background: #f5f5f5	
}

.index_m5 .con-right .con-list2 .yuan1 {
	display: none;
}
.index_m5 .con-right .con-list2 .quan1 {
	display: none;
}
.index_m5 .con-right .con-list2:hover {
	background: #b0b0b0;
}
.index_m5 .con-right .con-list2:hover .yuan1 {
	display: block;
}
.index_m5 .con-right .con-list2:hover .yuan2 {
	display: none;
}

.index_m5 .con-right .con-list2:hover .quan1 {
	display: block;
}
.index_m5 .con-right .con-list2:hover .quan2 {
	display: none;
}
.index_m5 .con-right .con-list2:hover  .nei{
	color: #fff
}


.index_m5 .con-right .nei {
	font-size: 16px;
	color: #666;
    margin-left: -75px;
        height: 69px;
    line-height: 69px;
}
.index_m5 .con-right a {
	display:  block;

}

.index_m5 .con-right .con-list2 {
	padding:0 31px;
	box-sizing: border-box;

}
.index_m5 .con-right  a {
	margin-bottom: 2px;
}

.index_m5 .con-right .top-hd {
	font-size: 24px;
	color: #159fff;
	font-weight: bold;
	margin-bottom: 20px;
}






/* 侧边栏 */

.sidebar {
	position: fixed;
	/* background: #25211e; */
	/* width: 49px; */
	/* height: 247px; */
	right:0.8%;
	top: 65%;
	z-index: 999
}
.sidebar a {
display: block;
/* height: 49.4px; */
/* padding-top: 12px; */
box-sizing: border-box;
position: relative;
margin-bottom: 3px;
}
.sidebar a:last-child {

padding-top: 2px;

}


.sidebar .mes {
	
	margin: 0 auto;
	/* padding-top: 20px; */
	
}
.sidebar a .box{
	display: none;
/*            transition:all 0.5s;
			-moz-transition:all 0.5s; 
			-webkit-transition:all 0.5s; 
			-o-transition:all 0.5s; */
	position: absolute;
		white-space: nowrap;
	top:0px;
	right: 50px;
	    animation: hideIndex 0.6s;
    -moz-animation: hideIndex  0.6s; 
    -webkit-animation: hideIndex  0.6s;
     -o-animation: hideIndex  0.6s; 

}
.sidebar a .mes2 {
	display: none;
}
.sidebar a:hover .mes2{
   display: block;
}
.sidebar a:hover .mes{
   display:none;
}


.sidebar a:hover .box {
	/* min-height: 49px; */
	display: block;
		display: block;
 
	color: #fff;
	position: absolute;
	top:0px;
	right: 45px;
	overflow: hidden; 
/*         transition:all 0.5s;
		-moz-transition:all 0.5s; 
		-webkit-transition:all 0.5s; 
		-o-transition:all 0.5s;  */
		white-space: nowrap;
		line-height: 49px;
    animation: hideIndex 0.6s;
    -moz-animation: hideIndex  0.6s; 
    -webkit-animation: hideIndex  0.6s;
     -o-animation: hideIndex  0.6s; 

}
	.sidebar .img1 {
		width: 120px;
		height: auto;
 
		 margin-right: 10px;
		 border: 1px solid #ccc
	}




@keyframes hideIndex{
  
    0%{ opacity: 0;  }
    100%(opacity: 1; )
}

.yewu_list .con-list.act {
	margin-right: 0px !important;
}

.anli_list .con-list.act {
	margin-right: 0px !important;
}







 

 
	#footer  {
		height:450px;
		background: url(../images/foot.png) no-repeat center;
		background-size: cover;
		box-sizing: border-box;
		padding-top: 60px;
		position: relative;

	}  




	#footer  .con-left {
		margin-top: 34px;
	}
	#footer  .con-left .name{
		font-size: 14px;
		color: #dcdcdc;
		text-align: center;
		margin-top: 10px;
	}
	#footer  .con-left .vx2 img  {
		margin: auto;
		margin-top: 24px;

	}
	#footer  .con-left .logo2 img{
		margin: auto;

	}
#footer  .m_index {
		box-sizing: border-box;
		padding-left: 75px;
	}
	#footer .fot-xian {
		width: 119px;
		height: 240px;
		border-right :1px solid #3b586d;
		margin-right: 115px; 
	}

	#footer .fot-lianxi .hd {
		font-size: 24px;
		color: #eee;
	}
	#footer .fot-lianxi .tell {

		font-size: 16px;
		color: #eee;

	}
#footer .fot-lianxi {
		width: 400px;
		overflow:hidden;
	}
#footer  .fot-lianxi .tell img  {
		/* margin: auto; */
		margin-right: 22px
	}

	#footer  .fot-lianxi .tell{
		margin-top: 18px;
		margin-right:auto 
	}

#footer  .liuyan {
		width: 303px;
		overflow:hidden;
	}
	 #footer  .liuyan .hd{
		font-size: 24px;
		color: #eee;
	}
	#footer   .liuyan .name input {
		border: 2px solid #eee;
		width: 190px;
		height: 30px;
		box-sizing: border-box;
		padding: 5px;
		background: transparent;
		color: #fff !important;
	}

 #footer  .liuyan .name {
		font-size: 16px;
		color: #eee;
		margin-bottom:10px; 
	}
   #footer .liuyan  .xian2 {
		margin-bottom: 23px;

	}
	 #footer .liuyan textarea {
		border: 2px solid #eee;
		width: 190px;
		height: 50px;
		box-sizing: border-box;
		padding: 5px;
		background: transparent;
		resize: none;
		color: #fff !important;
	}
	#footer   .liuyan .submit  input {
		width: 256px;
		background:#159fff;
		line-height: 30px;
		color: #fff; 
		border:0px ;
		margin-left: auto;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
	}

 #footer  .bottom {
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0px;
		background: transparent;
	}
#footer  .bottom {
		font-size: 12px ;
		color: #ccc;
		height: 40px;
		line-height: 40px;
		border-top: 2px solid #405a6d;
		bottom: 0px;
	}

#footer .bottom div {
		margin-right: 20px;
	}

.flex-control-nav {
	display: none;
}

#demo01 {
	position: relative;
}

#demo01 .flex-direction-nav {
	position: absolute;
	display: none;

}







