* {
	margin: 0;
	padding: 0;
    font-family: 'Microsoft YaHei';
}

body{
	width: 100%;
    overflow-x: hidden;
}
/*头部*/

.divhead {
	width: 100%;
	height: 32px;
	background-color:#1180d1;
}


/*内容*/

.divheadone {
	width: 1266px;
	height: 100%;
	background-color:#1180d1;
	margin: auto;
}


/*内容（1内容）*/

.divheadcontenta {
	width: 50%;
	height: 100%;
	background-color:#1180d1;
	float: left;
}


/*欢迎来到航材字体*/

.divheadonespana {
    color:#DDD;
	font-size: 12px;
	line-height: 30px;
}


/*登录注册字体*/

.divheadcontenta a {
	color:white;
	margin-left: 10px;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	/*下划线*/
}


/*|*/

.divheadonespanb {
	margin-left: 10px;
	color: #CCC;
}


/*内容（2内容）*/
/*内容（2内容）*/

.divheadcontentb {
	height: 30px;
	width: 20%;
	float: right;
	background-color:#1180d1;
/*	border: 1px solid black;*/
}

.divheadcontentb span {
    line-height: 30px;
	color: white;
	font-size: 14px;
}
.divheadcontentb select{
	float: right;
}







/*关注航材商城*/
.divheadtwoc{
	color: #DDD;
	margin-left: 10px;
	font-size: 12px;
	line-height: 30px;
}

/*多种语言*/
.dropdown{
	width: 70px;
	margin-top: 5px;
	margin-left: 15px;
	position: absolute;
}


/*内容2*/
.sign_sing{
	width: 1266px;
	height: 148px;
	/*background: yellow;*/
	margin: auto;
}
/*logo标志*/
.sign {
	width: 18%;
	height: 120px;
	float: left;
	margin-top:20px;
	/*border: 1px solid red;*/
}
/*搜索*/
.search {
	width: 1000px;
	height: 100px;
	float: right;
	/*border: 1PX solid black;*/
}
.sign h2{
	font-size: 46px;
	color: #1180d1;
	font-family: "华文新魏";
	margin-top: 15px;
	padding-left: 13px;
}
.sign .english{
	color:#1180D1;
	font-size: 28px;
	padding-left: 30px;
	font-family:arial;
	font-weight: bold;
  	line-height: 50px;
}

/*搜索总框*/

.box {
	width: 48.2%;
	height: 50%;
	float:left;
	margin-top: 3%;
	margin-left: 130px;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	/*border: 1px solid black;*/
}


/*搜索框框*/

.box input {
	width: 91%;
	border: 1px solid #1180d1;
	height: 36px;
	float: left;
	/*background-image: url(images/search.jpg);*/
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: 5px center;
	padding: 0 0 0 40px;
}


/*搜索*/

.boxsearch {
	width: 78.2px;
	height: 38px;
	float: right;
	background:#1180d1;;
	color: white;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	margin-top: -38px;
}

/*导航*/
.nav {
	width: 1000px;
	height: 45px;
	float: right;
	/*border: 1px solid black;*/
}

.navigation {
	width: 1000px;
	height: 100%;
	float: right;
	/*border: 1px solid black;*/
}

/*导航字体*/
.navigation li {
	list-style: none;
	/*无须标签的点*/
	text-decoration: none;
	/*下划线*/
	float: right;
	margin-right: 65px;
	margin-top: 7px;
}
.navigation li a {
	text-decoration: none;
	font-size: 16px;
	color: #666;
	/*下划线*/
}
.navigation a:hover {
	color:#e55e30;
}

/*首页*/

.navigation .homepage {
	color:#e55e30;
}

/*固定导航*/
.nav_div{
	width:100%;
	height: 150px;
	background:white;
	margin: auto;
	z-index: 999;
	box-shadow: 5px 6px 8px #CCCCCC;
	display: none;/*隐藏*/
	position: fixed;/*定位*/
}



/*轮播图*/
.fk1{
	margin:auto;
	width: 1266px;
	height: 451px;
	/*border: 2px solid .000000;*/
}
.fk {
	width: 1266px;
	height: 421px;
	/*border: 2px solid .000000;*/
	margin:auto;
	position: relative;
	box-shadow: 0 10px 20px rgba(0,0,0,0.30);/*下框阴影*/
	/*box-shadow:10px 10px .666666;*/
}

.fk img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.fk ul {
	position: absolute;
	left: 548px;
	bottom: 23px;
}

.fk ul li {
	list-style: none;
	width: 12px;
	height: 12px;
	background:#dddddd;
	float: left;
	margin-right: 8px;
	border-radius: 50%;
}