*{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
}
a{
	color:#333;
	text-decoration:none;
}
input{
	background: none;
}
body{
	background: #F5F5F5;
}
.clear{
	clear: both;
}
#content{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	height: 300px;
}

.download{
	/* position:relative;
    top: -270px;
    margin-left: 610px; */
}
.box-download{
	height:350px;
	background-image: url('../images/banner.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.download-banner{
	width:550px;
	padding:15px 0;
	font-size:16px;
	letter-spacing:1px;
	color:#fff;
}
.download-download{
	background:#fff;
	color: #0187cf;
	line-height:40px;
	text-align:center;
	font-size:16px;
	margin-top:10px;
	cursor:pointer;
	padding: 10px 20px;
	border-radius: 20px;
	box-shadow: 2px 2px 2px #eee;
	font-weight: bold;
}
.download-tishi{
	height:25px;
	font-size:14px;
	color:#fff233;
	padding-top:10px;
	margin-bottom: 10px;
}
.int-intro{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.int-intro-img{
	/*margin-top: 35px;*/
	margin-left: 30px;
}
.int-intro-text{
	width: 360px;
	margin-top: 35px;
	margin-right: 30px;
	color:#162C43;
	line-height: 28px;
}
.int-intro-text-a{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #1566b8;
	letter-spacing: 5px;
	padding-top: 40px;
	margin-bottom: 10px;
}
#textareaName{
	width: 300px;
	height: 120px;
	resize: none;
	border:1px solid #666
}
.am-form{
	text-align: center;
	margin-top: 20px;
}
#feedbackSubmit{
	width: 60px;
	height: 30px;
	cursor:pointer;
	color: #fff;
	background: #1072BD;
	margin-top: 10px;
	line-height: 30px;
}
.about{
	background:#fff;
	height:370px;
}
.about .about-a{
	width:425px;
	float:left;
	padding:30px 30px 0px 30px;
}
.about .about-b{
	font-size:18px;
	font-weight:600;
	color:#0E689C;
	border-bottom:1px solid #D5D5D5;
	padding-bottom:10px;
}
.about .about-a .about-c{
	padding-top:10px;
	letter-spacing:1px;
	line-height:24px;
}
.about .about-a .about-d{
	line-height:24px;
}
.about .about-e{
	width:605px;
	height:326px;
	float:right;
	overflow:hidden;
	padding:30px 30px 0px 20px;
}
.about .about-e ul{
	margin-top:10px;
}
.about .about-e ul li{
	padding-top:2px;
}
.about-time{
	padding-right:40px;
}
.about-text{
	color:blue;
	letter-spacing:1px;
}
.about-text a:hover{
	color: #f00;
}
.buttom{
	text-align:center;
	margin-top:30px;
	margin-bottom:60px;
}
.buttom-a{
	font-size:18px;
	font-weight:600;
	color:#0463b7;
	padding-bottom:10px;
}
.buttom-b{
	margin-left:20px;
	line-height:30px;
	text-align:center;
	background:#1072bd;
	color:#fff;
	padding:8px 15px;
	cursor:pointer;
}
.buttom span a:hover{
	color: #f00;
}
.am-formtishi{
	padding: 0 20px;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}
.am-zhidao{
	background: #f00;
	width: auto;
	margin: 30px auto;
	padding:10px 20px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}

.am-zhidao:hover{
	color: #fff;
}

.am-code{
	margin: 30px 0 10px;
}

.am-code p{
	color: orangered;
	padding-bottom: 10px;
	font-weight: bold;
}

.v-input{
	width: 40%;
	display: inline-block;
	border-color: #999;
}

.layadmin-user-login-codeimg {
	height: 36px;
	border: 1px solid #999999;
}


.am-form .xiazai{
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}

.am-form .xiazai .item{
	width: 45%;
	/*float: left;*/
	display: inline-block;
}

.am-form .xiazai .item a{
	padding: 10px 15px;margin:0 10px;background-color: #1368bf;border-radius: 4px;color: #ffffff;
	display: block;
}

.am-form .xiazai .item span{
	color:orangered;
	padding:0 3px;
	font-size: 13px;
}
/* 定义keyframe动画，命名为blink */
@keyframes blink{
  0%{opacity: 1;}

  100%{opacity: 0;}
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; }
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* 定义blink类*/
.blink{
    text-align: center;
    color: #ff0000;
    margin: 10px 0px;
    font-weight: bold;
    animation: blink 1s linear infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
}
