﻿.banner{
	background: url(../images/honor_banner.jpg) no-repeat center 0;
	height: 550px;
}
.section{
	width: 1200px;
	margin: 0 auto ;
}

.banner .des{
	padding-top: 245px;
	
}
.banner .des .title{
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
	padding-bottom: 26px;
}
.banner .des .mes{
	color: #45474b;
	font-size: 41px;
	line-height: 41px;
}
.section1{
	border-left:1px dashed  #0659b5;
	margin-top: 50px;
	
}
.section1 .year{
	position: relative;
	padding-left: 112px;
	padding-top: 112px;
	margin-bottom: 67px;
}
.section1 .year .point{
	width: 107px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	background: url(../images/honer_year.png) no-repeat center 0;
	position: absolute;
	left: -52px;
	top: -6px;
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
}
.section1 .year li{
	width: 1005px;
	padding-left: 36px;
	height: 230px;
	background-color: #ffffff;
	font-size: 0;
	cursor: pointer;
	margin-bottom: 18px;
	padding-top: 31px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.section1 .year li:hover{
	box-shadow: 0px 1px 15px 2px 
		rgba(0, 11, 34, 0.07);
	border-radius: 2px;
	padding-left: 46px
}
.section1 .year li img{
	width: 400px;
	height: 200px;
	background-color: #0659b5;
	display: inline-block;
	vertical-align: top;
}
.section1 .year li .right{
	display: inline-block;
	margin-left: 59px;
	width: 497px;
	vertical-align: top;
	font-size: 18px;
	line-height: 31px;
	color: #666666;
}
.section1 .year .right .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 30px;
	color: #333333;
	padding-top:30px;
}
.section1  .year li:hover .right .title{
	color: #0659b5;
}
.section1 li .right .mess{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	color: #666;
}

/*详情页面*/
.detail{
	width: 1200px;
	margin: 98px auto 120px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}
.detail .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	margin-bottom: 40px;
}
.detail img{
	max-width: 1200px;
}
.join{
	padding: 80px 0 118px 0;
	background-color: #f9f9f9;
}
.join .section .title{
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 21px;
	color: #333333;
}
.join .section .mess{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}
.join .section .Ullist{
	font-size: 0;
	text-align: center;
	margin-top: 78px;
}
.join .section .Ullist li{
	width: 574px;
	height: 286px;
	background-color: #ffffff;
	box-shadow: 0px 1px 15px 2px 
		rgba(0, 11, 34, 0.02);
	display: inline-block;
}
.join .section .Ullist li.li2{
	margin-left: 48px;
}
.join .section .Ullist li .titles{
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background-color: #fcfcfc;
	font-size: 24px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	border-bottom:1px solid #eee;
	
}
.join .section .Ullist li .btns{
	margin-top: 61px;
}
.join .section .Ullist li .btns a{
	position: relative;
	display: inline-block;
	width: 160px;
	height: 84px;
	background-color: #ffffff;
	box-shadow: 0px 1px 15px 2px 
		rgba(0, 11, 34, 0.04);
	border-radius: 6px;
	font-size: 20px;
	line-height: 84px;
	color: #666666;
	padding-left: 80px;
	cursor: pointer;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s; 
}
.join .section .Ullist li .btns a:hover{
	color: #1a99db;
}
.join .section .Ullist li .btns a.span2{
	margin-left: 30px;
}
.join .section .Ullist li .btns a{
	background-image: url(../images/honer_icon.png);
	background-repeat:  no-repeat ;
}
.join .section .Ullist li.li1 .btns a.span1{
	background-position:20px 17px;
}
.join .section .Ullist li.li1 .btns a.span2{
	background-position:20px -122px;
}
.join .section .Ullist li.li2 .btns a.span1{
	background-position:20px -255px;
}
.join .section .Ullist li.li2 .btns a.span2{
	background-position:20px -389px;
}
.join .section .Ullist li .btns a.code.active:after{
	position: absolute;
	content: '手机扫描下载最新版本';
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 210px;
	padding-top: 180px;
	height:35px ;
	line-height:19px;
	left: 0;
	right: 0;
	bottom:-227px;
	box-shadow: 0px 0px 60px 0px #ccc;
	margin: auto;
	background: url(../images/qr_fts.png) no-repeat center 15px #fff;
}
