/*全局相关*/
body {
	margin:0 auto;
	width:100%;
}
li {
  	list-style-type: none;
}
a {
	text-decoration: none;
}
.clear {
	clear:both;
}
ul {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
        object-fit: cover;
}
p img {
    margin: 0 auto!important;
    display: block;
    max-width: 600px!important;
    height: auto!important;
}
p video {
    margin: 0 auto;
    display: block;
}



body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {font-size: 16px;color:#000000;font-family:unset;}

.clearfix:after{content:".";display:block;height:0;font-size:0em;line-height:0;visibility:hidden;clear:both;}
.clearfix{zoom:1;}

.fl {float:left;}
.fr {float:right;}


/*头部视图相关*/
.booter {
	width:100%;
	height:550px;
	position:relative;
}
.booter .booterimg {
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
}

.navgx>li:nth-child(1) {
	background: #E26C6C;
}
.navgx>li:nth-child(2) {
	background: #6FC191;
}
.navgx>li:nth-child(3) {
	background: #74CFE4;
}
.navgx>li:nth-child(4) {
	background: #EDBF47;
}
.navgx>li:nth-child(5) {
	background: #EC774B;
}
.navgx>li:nth-child(6) {
	background: #C389CC;
}
.navgx>li:nth-child(7) {
	background: #E16C6C;
}
.navgx>li:nth-child(8) {
	background: #C9C74C;
}
.navgx>li:nth-child(9) {
	background: #4689CA;
}
.navgx ul li:nth-child(1) , .navgx ul li:nth-child(1) li {
	background:#E26C6C;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(2) , .navgx ul li:nth-child(2) li {
	background:#6FC191;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(3) , .navgx ul li:nth-child(3) li {
	background:#74CFE4;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(4) , .navgx ul li:nth-child(4) li {
	background:#EDBF47;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(5) , .navgx ul li:nth-child(5) li {
	background:#EC774B;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(6) , .navgx ul li:nth-child(6) li {
	background:#C389CC;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(7) , .navgx ul li:nth-child(7) li {
	background:#E16C6C;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(8) , .navgx ul li:nth-child(8) li {
	background:#C9C74C;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx ul li:nth-child(9) , .navgx ul li:nth-child(9) li {
	background:#4689CA;
	padding:0px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom: 1px solid #fff;
}
.navgx>li:nth-child(1):hover{ height:75px; background:#E26C6C url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(2):hover{ height:75px; background:#6FC191 url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(3):hover{ height:75px; background:#74CFE4 url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(4):hover{ height:75px; background:#EC774B url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(5):hover{ height:75px; background:#EDBF47 url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(6):hover{ height:75px; background:#C389CC url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(7):hover{ height:75px; background:#E16C6C url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(8):hover{ height:75px; background:#C9C74C url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}
.navgx>li:nth-child(9):hover{ height:75px; background:#4689CA url(/bjfesa/uiFramework/commonResource/zip/images/menuCur.png) right no-repeat;}

.navgx ul>li:nth-child(odd){
	background:#238a39;
	border-radius: 10px 10px 0 0;
}
.navgx ul li:nth-child(even){
	background:#289f41;
	border-radius: 10px 10px 0 0;
}
.navgx ul li li{
	border-radius:0px !important;
	background:#2cb048 !important;
}





/*尾部视图相关*/
.footer {
	width:100%;
	height:200px;
	background:#2E2E2E;
	background-repeat:no-repeat;
	background-image:url(/bjfesa/uiFramework/commonResource/zip/images/footBg.jpg);
}
.footer .logo {
	width:115px;
	height:118px;
	background: url(/bjfesa/uiFramework/commonResource/zip/images/logo_ftfz.gif) no-repeat;
	float: left;
	margin-top: 15px;
}
.footer .logo a {
	display:block;
	height:118px;
}
.footer .footlin {
	width:800px;
	height:160px;
	margin: 0px auto;
  	padding-top: 30px;
}
.footer .foot {
	width: 500px;
  	height: 120px;
  	float: left;
	margin-top: 30px;
	text-align: center;
    color: #d0d2c4;
    font-size: 12px;
    line-height: 15px;
}
.footer .foot a {
	text-align: center;
    color: #d0d2c4;
    font-size: 12px;
    line-height: 15px;
}
.footer .foot a:hover {
    color: red;
}
.footer .xylogo {
	width:117px;
	height:119px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	background:url(/bjfesa/uiFramework/commonResource/zip/images/logo_bjie.gif) no-repeat;
}
.footer .xylogo a {
	display:block;
	height:119px;
}




/*Menu*/
.headerissticky {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: 52px;
  position: relative;
  z-index: 900;
  bottom: 50px;
  margin: 0 0 1px 0;
  border-bottom: 1px solid lightgray;
}
.headerissticky .navgx  {
    height:50px;
    float:left;
    width:70%;
    background-color: #fff;
}
.headerissticky .navgx ul li {
    float: left;
    width: 14%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    display: block;
}
.headerissticky .navgx ul li ul li {
    width: 100%;
}
.headerissticky .navgx ul li a{
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    text-decoration: none;
    outline: none;
}
.headerissticky .logo {
    width:30%;
    float:left;
    height:50px;
    background-color:#fff;
}
.headerissticky .logo a {
    width: 100%;
    height: 50px;
    background: url(/bjfesa/uiFramework/commonResource/zip/images/logo.png) center center no-repeat;
    display: block;
}