@charset "utf-8";








#header {
	width: 1452px;
	height: 137px;
	position: fixed;
	/* position: absolute; */
	font-size: 14px;
	transition: all ease .3s;
	z-index: 99;
	left: 50%;
	margin-left: -726px;
}

#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#header ul li.navitem {
	width: auto;
	float: left;
	position: relative;
	/* padding-bottom: 20px; */
}




#header ul li.navitem:first-child>a,
#header ul li.navitem:nth-child(3)>a,
#header ul li.navitem:nth-child(4)>a,
#header ul li.navitem:nth-child(5)>a,
#header ul li.navitem:nth-child(6)>a{
	cursor: pointer;
}





#header ul li.navitem>a {
	color: #C2C2C2;
	padding: 28px 36px 28px 36px;
	cursor:default;
	display: block;
	padding: 28px 28px 28px 28px;
}

#index #header ul li.navitem>a {
	padding: 38px 31px 38px 31px;
}









#header ul li .navitem a.active,
#header ul li .navitem:hover a {
	padding: 30px 30px;
	color: #fe7600;
	background: transparent none repeat scroll 0% 0%;
}

#header.mini ul li.navitem ul.subnav {
	transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
}

#header.mini ul li.navitem:hover ul.subnav {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#header.mini ul li.navitem ul.subnav li a {
	/* padding: 14px 30px; */
	background-color: rgb(39, 39, 39);
}



#header ul li.navitem ul.subnav {
	transition: all 0.3s ease-out 0s;
	position: absolute;
	/* width: 210px; */

	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	/* margin-top: 33px;	 */
	border-radius: 0px 0 8px 8px;	
	padding-top: 8px;


	/* border-top: 5px solid #75c22d;
	border-bottom: 10px solid #004ca2;
	background: #004ca2; */

	/* border-top: 5px solid #000; */
	border-bottom: 10px solid #323232;
	background: #323232;
	margin-left: 6px;
	background: rgba(50, 50, 50, .85);

}


#header ul li.navitem ul.subnav li a {
	border-bottom: medium none transparent;
	/* padding: 14px 30px; */
	width: 200px;
	height: 36px;
	line-height: 36px;
	/* background: #004ca2; */
	display: block;
	font-size: 13px;
	transition: all 0.4s ease-out 0s;
	color: #fdfdfd;
	/* text-indent: 11px; */
	position: relative;
	padding: 0;
}

#header ul li.navitem ul.subnav li a i {
	opacity: 0;
	transition: all 0.4s ease-out 0s;
	margin-left: 10px;
	margin-right: 16px;
	font-size: 15px;
	color: #282828;
}

#header ul li.navitem ul.subnav li a:hover {

	color: #282828;
}

#header ul li.navitem ul.subnav li a:hover i {
	opacity: 1;
	margin-right: 11px;
	text-indent: 18px;
}

#header ul li.navitem ul.subnav li a::after {
	opacity: 0;
}

#header ul li.navitem ul.subnav li a:before {
	
	width:0px;
	height:100%;
	content:"";
	z-index:-1;
	top:0;
	position:absolute;
	right:0;
	transition: all 0.5s ease 0s;
	display:block;
}

#header ul li.navitem ul.subnav li a:hover:before {
	width: 100%;
	right:auto;
	background:#fed813;
	
}








#header ul li.navitem ul.subnav li {
	/* border-bottom: 1px solid #383838; */
}

.content .header p.subtitle {
	color: #828282;
	font-size: 14px;
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}




#header ul li.navitem a.active {
	color: #222222;
	font-size: 16px;
}

#header ul li.navitem a.active:hover,
#header ul li.navitem:hover a {
	color: #004ca2;
}


#header ul li.navitem:nth-child(2) a,
#header ul li.navitem:nth-child(3) a,
#header ul li.navitem:nth-child(4) a{
	padding-right: 43px;
}
#header ul li.navitem:nth-child(2)>a::before,
#header ul li.navitem:nth-child(3)>a::before,
#header ul li.navitem:nth-child(4)>a::before,
#header ul li.navitem:nth-child(7)>a::before{
	content: "";
	display: block;
	width: 23px;
	height: 7px;
	background: url(../images/x01.png) no-repeat 0 0;
	position: absolute;
	left: 110px;
	left: 100px;
	top: 36px;
}
#index #header ul li.navitem:nth-child(2)>a::before,
#index #header ul li.navitem:nth-child(3)>a::before,
#index #header ul li.navitem:nth-child(4)>a::before,
#index #header ul li.navitem:nth-child(7)>a::before{
	top: 46px;
}




#header .content {
	padding-left: 0px;
	padding-right: 0px;
}

#header ul#nav {
	float: right;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 72.5%;
	background: rgba(255, 255, 255, .9);
	border-radius: 0 0 40px 0;
	padding-left: 30px;
}

#header.mini ul#nav {
	padding: 19px 0px 0px 0px;

}

#header.mini {
	padding-top: 0px;
	background-color: rgba(33, 33, 33, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#header {
	padding-top: 0px;
	background-color: transparent;
	
}

#index #header #logo {
	height: 137px;
	background:#fed813 url(../images/logo3.png) no-repeat center center;
}
#header #logo{
	width: 390px;
	height: 107px;
	transition: all 0.3s ease-out 0s;
	display: block;
	float: left;
	background:#fed813 url(../images/logo3.png) no-repeat center 15px;
	border-radius: 0 0 0 40px;
}




#header #logo img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

#header.mini #logo {
	padding: 16px 0px 0px 20px;
}

#header.mini #logo img {
	width: auto;
	height: 80%;
}

.nobanner #header {
	background-color: #212121;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#header ul li.navitem a::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	margin-left: 30px;
	margin-top: 10px;
	background: rgba(255, 255, 255, .3);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header ul li.navitem:last-child a::after {
	width: 0px;
}