@charset "utf-8";

body {
	background-color: #FFFFFF;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.rong {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
}

.rong>.ron {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.intit>h3 {
	font-family: Verdana;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #464646;
	text-align: center;
	text-transform: uppercase;
}

.intit p {
	font-family: SimHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f08300;
	text-align: center;
	margin-bottom: 6px;
}

.title {
	text-align: center;
}

.title>a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 53px;
	height: 40px;
	margin: 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 20px;
	font-family: "新宋体";
	font-size: 12px;
	line-height: 40px;
	color: #404040;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.title>a:hover {
	color: #FFFFFF;
	background-color: #ff8c00;
	border: 1px solid #ff8c00;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

/*common*/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 157px;
	background: url(../img/headerbg.png) center no-repeat;
	background-size: cover;
}

.header>.ron {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

a.logo {
	float: left;
	width: 177px;
	height: 157px;
	background: url(../img/logo.png) center no-repeat;
	background-size: cover;
}

.navbardiv {
	float: right;
	width: auto;
	height: 157px;
}

.navbardiv>ul {
	height: 100%;
	box-sizing: border-box;
	padding-top: 52px;
	padding-bottom: 50px;
}

.navbardiv>ul>li {
	float: left;
	position: relative;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navbardiv>ul>li:hover {
	background-color: rgba(255,255,255,.89);
	border-radius: 12px;
}

.navbardiv>ul>li>a {
	height: 52px;
	padding: 0 30px;
	font-family: SimHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navbardiv>ul>li:hover>a {
	color: #f1890c;
}

.navbardiv2 {
	background-color: rgba(255,255,255,.89);
	position: absolute;
	z-index: 666;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-bottom: 15px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navbardiv>ul>li:hover .navbardiv2 {
	height: auto;
	opacity: 1;
}

.navbardiv2>.xian {
	width: 87px;
	margin: 0 auto;
	height: 2px;
	background-color: #f1890c;
	margin-bottom: 20px;
}

.navbardiv2>ul>li>a {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-family: SimHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #575757;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navbardiv2>ul>li:hover>a {
	color: #f1890c;
}

.innavzhan {
	width: 100%;
	min-width: 1200px;
	height: 91px;
}

/*nav*/

.inbanar .lunbo {
	height: 960px;
	background: url(../img/inbannar.jpg) center no-repeat;
	background-size: cover;
}

/*inbanar*/

.footer {
	background-color: #f1890c;
	background-image: url(../img/footerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: 133px;
	padding-bottom: 41px;
}

.footer .topF {
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6b15f;
}

.topFRr {
	display: block;
	float: left;
	width: 199px;
	height: auto;
	box-sizing: border-box;
	padding-left: 60px;
	border-right: 1px solid #f6b15f;
	padding-bottom: 52px;
}

.topFRr>a {
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.topFRr>a:hover {
	color: #000000;
}

.topFRr>a:first-child {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer .bottomF {
	overflow: hidden;
}

.bottomF .phoneF {
	float: right;
	margin-right: 13px;
	margin-top: 30px;
	font-family: simhei;
	font-size: 27.6px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}

.bottomF .phoneF>span {
	display: block;
	float: left;
	width: 35px;
	height: auto;
	margin-right: 14px;
}

.bottomF .bottomFRon {
	float: left;
	width: 900px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}

.bottomF .bottomFRon a {
	float: left;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	margin-right: 63px;
}

.bottomF .bottomFRon p {
	width: 100%;
	overflow: hidden;
}

/*footer*/

.fixAb {
	height: 549px;
	background: url(../img/abfix.jpg) center no-repeat;
	background-size: cover;
}

/*fhtml*/

