body {
	margin: 0;
}

li {
	list-style-type: none;
}

.navigationPanel {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.topBanner {
	width: 1200px;
	height: 124px;
}

.navigation{
	width: 1200px;
	height: 50px;
	over-flow:hidden;
	background: #FABF01;
}

.navigationRight_m {
	display: none;
}

div.indexBack a{
	color:white;
	text-decoration:none; 
}

div.navigation ul {
	background: #FABF01;
	padding: 2px 30px 0px 30px;
	margin: 0;
}
.navigationSelectLi{
	background: white;
}
div.navigation ul li:first-child{
	width: 100px;
	background: white;
}
div.navigation ul li {
	width: 10%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}

div.navigation ul li a{
	color:#DB0B18;
	text-decoration:none;
}

div.navigation ul li a:hover {
	cursor: pointer;
	color: black;
}

.hotPhone {
	float: left;
	width: 70px;
	height: 38px;
	margin-top: 31px;
	line-height: 38px;
	color: #D6D6D6;
	font-size: 12px;
	vertical-align: middle;
	background: url(../../image/navigationPhone.png) #333333 no-repeat left center;
	padding-left: 30px;
	border-left: 1px solid #D6D6D6;
}

div.hotPhone a {
	color: #D6D6D6;
	text-decoration: none;
}

.mobileDrop {
	display: none;
}

.banner {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

div.banner img {
	width: 100%;
	height: 100%;
}

.bannerLinePanel {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	background: #333333;
}

.wordLine {
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #D6D6D6;
	font-size: 16px;
}

.fineLine {
	height: 1px;
	background: #FFB600;
}

.crudeLine {
	height: 4px;
	background: #FFB600;
	margin-top: 1px;
}

@media only screen and (max-width: 1199px) {
	.topLine {
		width: 100%;
		height: 6px;
		background: #FFB600;
		margin: 0 auto;
	}
	.companyLogo {
		height: 50px;
		width: 100px;
		padding-left: 10px;
		padding-top: 10px;
		text-align: right;
		float: left;
	}
	.navigationPanel {
		width: 100%;
		height: 60px;
	}
	.navigationRight {
		display: none;
	}
	.navigationRight_m {
		display: block;
		padding-top: 15px;
		padding-right: 20px;
		text-align: right;
	}
	.mobileDrop {
		width: 100%;
		height: 0px;
		transition-property: height;
		transition: 0.2s ease-in;
		/* Firefox 4 */
		-moz-transition-property: height;
		-moz-transition: 0.2s ease-in;
		/* Safari and Chrome */
		-webkit-transition-property: height;
		-webkit-transition: 0.2s ease-in;
		/* Opera */
		-o-transition-property: height;
		-o-transition: 0.2s ease-in;
	}
	div.mobileDrop a{
		color:white;
		text-decoration: none;
	}
	#dropPic {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}
	/*banner图片*/
	.banner {
		width: 100%;
		height: 56vw;
		max-height: 60vw;
		margin: 0 auto;
	}
	div.banner img {
		width: 100%;
		height: 100%;
	}
	.bannerLinePanel {
		width: 100%;
		height: 30px;
		margin: 0 auto;
		background: #333333;
	}
	.wordLine {
		height: 26px;
		line-height: 26px;
		text-align: center;
		color: #D6D6D6;
		font-size: 16px;
	}
	.fineLine {
		height: 1px;
		background: #FFB600;
	}
	.crudeLine {
		height: 2px;
		background: #FFB600;
		margin-top: 1px;
	}
	/*下拉菜单*/
	.mobileDrop {
		display: block;
		height: 0px;
		overflow: hidden;
		background: #333333;
	}
	.dropList {
		width: 90%;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		color: white;
		padding-left: 6%;
		font-size: 14px;
		border-bottom: 1px #535353 dashed;
	}
	.dropListSelect {
		width: 100%;
		padding-left: 8%;
		background: #ffb600;
	}
}