@charset "utf-8";
/* CSS Document */
/*清除浏览器默认样式*/
body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img,table,tr,td{margin:0;padding:0;border:0;list-style: none;}
body{font-family:"微软雅黑",Arial, Helvetica, sans-serif; font-size:14px;background: #fafafa;}
/* @font-face {font-family: 'freshskin';src:url('../fonts/iconfont.ttf') format('truetype')} */
a{color:#333;text-decoration: none;}
input,textarea{outline: none;}
@font-face {
	font-family: 'freshskin';
    src:url('../fonts/iconfont.ttf');
} 
.navbar-inverse {
	background-color: #fff;
	border-color: transparent;
	padding:10px 0;
  } 
header{
	width:100%;
	height: 46px;
	background: #0a2536;
}
header .con{
	width:1200px;
	margin:0 auto;
}
header .con .left{
	float: left;
}
header .con .right{
	float: right;
}
header .con .left li{
	float: left;
	height:46px;
	line-height: 46px;
	margin-right:50px;
	color: #fff;
	cursor: pointer;
}
header .con .right li{
	float: right;
	height:46px;
	line-height: 46px;
	margin-left:50px;
	color: #fff;
	cursor: pointer;
}
header .con .right li a{color:#fff;}
nav{
	width:100%;
	height:55px;
	background:#d4d4d5;

}
nav .nav_in{
	width:1200px;
	margin:0 auto;
}
nav ul{
	float: left;
}
nav ul li{
	float: left;
	margin-right: 50px;
	font-size: 18px;
	height:55px;
	line-height: 55px;
}
nav ul li:first-child a{
	display:inline-block;
	height:55px;
	width:118px;
	background:url(../images/LOGO.png) no-repeat center left;
	}
nav .nav_in ol{
	float: right;
	width:300px;
	height: 55px;
	font-family: "freshskin";
}
nav .nav_in ol li{
	float: left;
	width:32px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#333;
	box-shadow: 0 0 0 1px #333 inset;
	transition:box-shadow 0.5s ease 0s; 
	border-radius: 16px; 
	margin:10px 0 0 30px;
	cursor: pointer;
}
nav .nav_in ol li:hover{
	box-shadow: 0 0 0 16px #fff inset; 
	color:#333;

}
.content{
	width:1200px;
	height:700px;
	margin:50px auto 0;
	border:1px solid #ccc;
	background: #fff;
}
.content p{
	font-size: 25px;
	height:160px;
	line-height: 160px;
	color:#2fade7;
	padding-left: 100px;
}
.content aside{
	float: left;
	margin-left: 100px;
}
.content .right{
	width:385px;
	float: left;
	margin-left: 80px;

}
.content .right input{
	width:340px;
	height:30px;
	padding-left:20px;
	line-height:30px;
	color:#ccc;
	font-size:16px;
	margin-top:30px;
	border-radius: 5px;
	border:1px solid #ccc;
}
input::placeholder{color:#CCC;}     /*修改placeholder默认的颜色*/
.content .right .short{width:230px;}
.content .right span{
	display: inline-block;
	width:91px;
	font-size: 14px;
	color:#2fade7;
 	margin:30px 0 0 25px; 
}
.content .right p{
	font-size:14px;
	padding:0;
	height:40px;
	line-height: 40px;
	color:red;
}
.content .right input:nth-of-type(4){margin:0;}
.content .right .button{
	width:360px;
	height:36px;
	color:#fff;
	background:#2fade7;
	border:none; 
	border-radius: 5px;
	margin-bottom: 20px;
}
.content .right .button:hover{background: #0272da;}
.content .right p:nth-of-type(2){color:#ccc;}
.content .right p:nth-of-type(2) a{color:#2fade7;}
footer{
	width:100%;
	height:127px;
	margin-top:100px;
	background: #0a2536; 
	color:#fff;
	text-align: center;
}
footer .foot{
	width:1200px;
	height:127px;
	margin:0 auto;
	position: relative;
}
footer span{
	width:58px;
	height:32px;
	line-height: 43px;
	text-align: center;
	color:#fff;
	position: absolute;
	top:-31px;
	left:600px;
	margin-left:-29px;
	background: url(../images/sanjiao.png);
}
footer p{line-height: 127px;}
