/*header*/
.header{width:100%;min-width:1200px;height:95px;margin:0 auto;position: relative;border-bottom:1px solid #3f609f;background: url(images/header.png) no-repeat center/cover;}
.header .logo{float:left;margin-top:8px;}
.header .headnav{float:right;margin-top:10px;}
.headlink li{float:left;color:#fff;font-size:15px;margin-left:8px;}
.headlink li a{color:#fff;}
.search{width:237px;height:33px;margin-top:15px;background: url(images/bg.png) repeat;overflow:hidden;}
.search .keyword{width:180px;height:33px;line-height:33px;float:left;color:#fff;padding:0 10px;background:none;border:none;}
.search .submitbtn{width:37px;height:33px;float:left;border:none;background: url(images/btn.png) center center no-repeat;}
.navbar{width:100%;min-width:1200px;height:62px;position:fixed;z-index:999;background-color:rgba(6,33,79,0.6);}
.navlist{height:62px;}
.navlist li{float:left;border-right:1px solid #183467;position:relative;text-align:center;}
.navlist li a{font-size:20px;display:block;width:157px;height:62px;line-height:62px;color:#fff;}
.navlist li a:hover{color:#fff;background-color:#0a44a4;}
#menu_nav dl {display:none; z-index:99;position:absolute;min-width:178px;display:block;}
#menu_nav dl dt {width:100%;margin-bottom:1px;}
#menu_nav dl dt a{height:45px;line-height:45px;color:#fff;font-size:15px;background: url(images/navbg.png) repeat;text-decoration: none;}
#menu_nav dl dt a:hover {background-color:#eee;}
.menu1{display: block; -webkit-animation: menu 0.8s;animation: menu 0.8s;}
.menu2{display: block; -webkit-animation: menu 1.0s;animation: menu 1.0s;}
.menu3{display: block; -webkit-animation: menu 1.2s;animation: menu 1.2s;}
.menu4{display: block; -webkit-animation: menu 1.4s;animation: menu 1.4s;}
.menu5{display: block; -webkit-animation: menu 1.6s;animation: menu 1.6s;}
.menu6{display: block; -webkit-animation: menu 1.8s;animation: menu 1.8s;}
.menu7{display: block; -webkit-animation: menu 2.0s;animation: menu 2.0s;}
.menu8{display: block; -webkit-animation: menu 2.2s;animation: menu 2.2s;}
.menu9{display: block; -webkit-animation: menu 2.4s;animation: menu 2.4s;}
@-webkit-keyframes menu {  
0%{ opacity: 0;-webkit-transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }}
@keyframes menu { 
0%{ opacity: 0;transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }}
.mainfull{width:100%;min-width:1200px;}
/*footer*/
#footer{width:100%;min-width:1200px;background-color:#252e3a;}
.footinfo{padding:50px 0 30px 0;border-bottom:1px solid #313a47;}
.footbox{width:762px;margin:0 auto;overflow:hidden;}
.footcode{width:152px;float:left;margin-right:33px;}
.footcode h4{color:#fff;text-align:center;font-weight:normal;margin-top:10px;}
.footus{font-size:16px;color:#fff;float:left;padding-top:15px;padding-left:29px;padding-bottom:15px;border-left:1px solid #fff;}
.footus h3{margin-bottom:12px;font-weight:normal;}
.footus p{margin-top:6px;}
.copyright{padding:20px 0;color:#fff;text-align:center;border-top:1px solid #191e26;}
.copyright a{color:#fff;}
@media screen and (max-width: 1610px) {
	.container{
   		width: 1200px;
	}
	.navlist li a{width:119px;}
}