

.banner .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 626px;
}
  
.banner .slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.banner .slide {
  height: 100%;
  float: left;
  clear: none;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
.banner .slide a{
  width: 100%;
  height: 100%;
  display: block;
}
.banner .slider-arrows {}

.banner .slider-arrow {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  bottom: 30px;
  text-indent: 999px;
  overflow: hidden;
  z-index: 2;
}

.banner .slider-nav {
  position: absolute;
  bottom: 30px;
}

.banner .slider-nav__item{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	margin:0 10px;
	background: #bfbfbf;
}
.banner .slider-nav__item.slider-nav__item--current{
	background: #ff0000;
}
.in_about .main .font{
	width: 630px;
	float: left;
}
.in_about .main .font .p1{
	font-size: 30px;
	color: #333;
	margin-bottom: 25px;
	margin-top: 15px;
}
.in_about .main .font .p2{
	line-height: 24px;
}
.in_about .more{
	width: 124px;
	line-height: 36px;
	border: 1px solid #e60012;
	color: #e60012;
	text-align: center;
	margin-top: 20px;
}
.in_about .more span{
	padding-right: 40px;
	background: url(../images/in_about_dot.png) no-repeat right;
}
.in_about .more:hover{
	color: #fff;
	background: #e60012;
}
.in_about .more:hover span{
	background: url(../images/in_about_dot1.png) no-repeat right;
}
.in_about{
	padding-bottom: 65px;
	border-bottom: 1px solid #eee;
}
.in_mid{
	background: url(../images/in_mid.jpg) no-repeat center;
	background-size: cover;
	padding: 95px 0;
	color: #fff;
}
.in_mid .mid_title{
	margin-bottom: 40px;
}
.in_mid .pq{
	font-size: 36px;
}
.in_mid .pw{
	font-size: 28px;
	margin-top: 10px;
}
.in_mid .left{
	width: 548px;
}
.in_mid .title{
	padding-bottom: 45px;
}
.in_mid .video img{
	width: 548px;
	height: 370px;
}
.in_mid .video a{
	position: relative;
}
.in_mid .video a:after{
	content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/video.png) no-repeat center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.in_mid .right{
	width: 565px;
}
.in_mid .date{
	width: 122px;
	height: 122px;
	float: left;
	text-align: center;
	border: 2px solid #ff0000;
}
.in_mid .date .p1{
	font-size: 16px;
	margin: 18px 0;
}
.in_mid .date .p2{
	font-size: 50px;
	line-height: 40px;
}
.in_mid  .font{
	width: 420px;
	float: right;
}
.in_mid  .font .a1{
	font-size: 24px;
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.in_mid  .font .p1{
	line-height: 24px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;/*(数字2表示隐藏两行)*/
}
.in_mid .main li:first-child{
	margin-bottom: 40px;
}
.in_mid  .right .btn{
	width: 124px;
    line-height: 36px;
    border: 1px solid #e60012;
    color: #fff;
    background: #e60012;
    text-align: center;
    margin-top: 40px;
    margin-left: 144px;
}
.in_mid  .right .btn span{
 	padding-right: 40px;
    background: url(../images/in_about_dot1.png) no-repeat right;	
}
.in_contact{
	background: url(../images/in_contact.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 85px;
}
.in_contact .main{
	height: 278px;
}
.in_contact .main li{
	background: #fff;
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	border-bottom: 2px solid transparent;
	transition:all 0.4s;
	margin-top: 30px;
}
.in_contact .main li:hover{
	padding: 30px 0;
	margin-top: 0;
	border-bottom: 2px solid #e60012;
}
.in_contact .main li:nth-of-type(3n){
	margin-right: 0;
}
.in_contact .main li span{
	margin: 0 24px;
}
.in_contact .main li img{
	padding-top: 30px;
}
.in_contact .main li .p1{
	color: #e60012;
	font-size: 18px;
	margin: 15px 0 20px;
}
.in_contact .main li .p2{
	padding-bottom: 50px;
}