.download-nav{
  width: 100%;
  background: #f1f2f4;
  border-top: 1px solid #FFF;
  padding-bottom: 0;
}
.download-nav ul{
  color: #93989f;
  letter-spacing: 0;
  font-weight: 600;
  padding:0 0;
}
.download-nav li{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #FFF;
}
.download-nav a{
  display: flex;
  height: 50px;
  color: #FFF;
  font-size: 18px;
  line-height: 50px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  background-color: #008ae2;
}
.download-nav a:hover,.download-nav li.cur a{
  color: #FFF;
  background: #FF6600 url(../img/arrow_61c51ce.png) no-repeat right center;
  background-size: 25px 25px;
}
.down-title{
	display: block;
	font-size: 28px;
	padding: 15px 0;
	text-align: left;
	color: #00a1e9;
	border-bottom: 1px solid #CCC;
}
.download-brochure{
	display: block;
	padding-top: 40px;
}
.download-brochure .pic{
	width: 318px;
	height: 428px;
	margin-bottom: 45px;
	cursor: pointer;
}
.download-brochure .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.download-chipdata{
	display: block;
	padding: 20px 15px;
}
.download-chipdata li{
	display: flex;
	width: 100%;
	padding: 20px 10px;
}
.download-chipdata li:nth-child(even) {
    background-color: #f7f7f7;
}
.download-chipdata li .icon{
	flex: 0 0 38px;
	width: 38px;
	margin-right: 18px;
	background: url(../img/new/icon-code.png) no-repeat center 2px;
	background-size: 30px auto;
}
.download-chipdata li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.download-chipdata li .text a{
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.download-chipdata li .text a:hover{
	color: #00a1e9;
}
.download-chipdata li .text span{
	display: block;
	padding-top: 10px;
	line-height: 1.6;
}
.download-accessory{
	display: block;
	padding-top: 40px;
}
.download-accessory li{
	height: 250px;
	margin-bottom: 35px;
	cursor: pointer;
}
.download-accessory li img{
	display: block;
	width: 100%;
	height: 220px;
	transition: all 0.4s linear;
}
.download-accessory li span{
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 10px 15px;
}
.download-accessory li:hover span{
	color: #00a1e9;
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.download-brochure .pic {
    display: block;
    margin: 0 auto 45px auto;
}

}