/*头部*/
.header{width:100%;
    background:#fff;
}
.hd{
    width: 1100px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
}
.hd-left{
    float: left;
    margin-top: 15px;
}
.hd-left img{
    width: 100%;
    height: auto;
}
.hd-center{
    float: right;
}
.hd-cen-inp{
    width: 340px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px 0 0;
}
.hd-cen-inp input{
    float: left;
    width: 300px;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: none;
    text-indent: 15px;
}
input.hd-cen-but {
    float: left;
    width: 30px;
    background: url(/res/hhcx/structure/181041495.png) no-repeat;
    background-position: 10px 5px;
}
.hd-right{
    float: right;
    width: 170px;
    margin-top: 15px;
}
.hd-right img{
    width: 100%;
    height: auto;
}
/*导航*/
.nav{
    height: 40px;
    background: #12298C;width:100%;
    min-width: 1120px;
}
.nav-width{
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
.nav-left{
    position: absolute;
    left: 40px;
    top: -2px;
    z-index: 10;
}
ul.nav-left-post{top:15px;}
.nav-left li:hover a{background:#ff9900;opacity:1;}
.nav-left li a{
    display: block;
    width: 220px;
    height: 42px;
    border-bottom: 1px solid #666;
    color: #fff;
    background: rgba(0,0,0,0.6);
    text-indent:50px;
    line-height: 42px;
    font-size: 16px;
}
.nav-left li a img{
    margin-right: 10px;margin-top:-5px;
}
.nav-right{
   /* overflow: hidden;*/
    padding-top: 7px;
}
.nav-right li{float: left;display:block;padding: 3px 18px;margin-left: 10px;position:relative;}
.nav-right li a{font-size: 16px; color: #fff;font-weight:bold;}
.nav-right li .showdl{    max-height: 500px;
    transition: max-height 0.55s ease-in;
    padding: 5px 0;}
.nav-right li dl{    position: absolute;
    width: 100%;
    text-align: center;
    background: #fff;
   box-shadow:3px 4px 10px 0px rgba(136, 135, 135, 0.3607843137254902);
    max-height: 0;z-index:100;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.25s ease-out;
    left: 0;top:33px;}
.nav-right li dl dd{padding:5px 0;}
.nav-right li dl dd a{color:#000;font-weight: normal;}
/*banner*/
#focus-banner{
	position: relative;
    width: 1160px;
    min-width: 1160px;
    height: 329px;
	overflow: hidden;margin:15px auto;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 329px;
}
#focus-banner-list li img{
	width: 100%;
    height: 329px;
}
.focus-banner-img{
	display: block;
}


#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	width: 60px;height:60px;
        background-image: url(/res/hhcx/structure/210440752.gif);
    background-repeat: no-repeat;
opacity: 0.3;
}
#next-img{
	left: 20px;
	background-position: 0 0;
}
#next-img:hover{

  opacity: 1;
}
#prev-img{
	right: 20px;
	background-position: 0 -60px;
}
#prev-img:hover{
  opacity: 1;
}
/*页脚*/
#Footer{background: #12298C;}
.foot{
    width: 1100px;
    background: #12298C;
    padding: 20px 0;
    margin: auto;
    margin-top: 40px;
    overflow: hidden;
}
.foot-inner {
    width: 760px;
    float: left;
}
.foot-inner p{
    font-size: 14px;
    color: #B1B2B6;
    
}
.foot-inner p a{color:#B1B2B6;}
.foot-right{float:right;}