@charset "utf-8";
@import "reset.css";
/*globe*/
a{color:#666;}
a:hover{color:#ba000d;}
/*public*/
.header{width:100%;height: 123px;}
.nav{height: 123px;width: 100%;float: left;border: solid 1px #ddd;margin:0 auto;position:relative;z-index:10;}
.nav .list ul{}
.nav .list li{float:left;font: normal 16px/123px "微软雅黑";text-align:center;width: 7%;}
.nav .list a{float:left;height: 123px;text-align:center;width:100%;font-weight: bold;}
.nav .list a:hover,.nav .list .now{color:#333;border-bottom: solid 2px #dab866;}
.nav .list .last{
    width: 12%;
    float: right;
    height: 123px;
    border-left: solid 1px #ddd;
}
.nav .list .last a{
    width: 30%;
    margin: 0;
    padding: 0;
}
.logo{width: 22.5% !important;height: 123px;float: left;margin: 0 5%;background-image: url(../images/logo.png);background-size: contain;background-position: left 50%;background-repeat: no-repeat;}
.nav .box{position:absolute;width: 100%;background: rgba(255,255,255,0.9);overflow:hidden;height:0;filter:alpha(opacity=0);opacity:0;}

.nav .cont{position:relative;padding: 25px 9% 25px 28%;_height:170px;}
.nav-menu{width: 585px;}
.nav-menu li{
    float: left;
    width: 25%;
    line-height: 30px;
	height:30px;
    text-align: left;
	margin: 5px 0;
}
.nav-menu .left{ background-image: url(../../images/dh/bg.gif);width: 104px; text-align: center; font-weight: bold;}
.nav-menu .left:hover{ background-image: url(../../images/dh/bg2.gif); color: #fff;width: 104px; text-align: center;} 
.nav-menu a{display:block;height: 30px;color:#4f4f4f;}
.nav-menu a:hover{ background: none;}
.nav-txt{width:285px;margin-right:29px;}
.nav-txt h2{font:bold 17px/26px Arial;color:#1c1f2e;text-transform:uppercase;}
.nav-txt h3{font:bold 14px/28px "微软雅黑";color:#3f3a39;}
.nav-txt p{font:12px/24px "微软雅黑";color:#84868e}
.nav-img{width: 292px;float: right;}
.nav-img img{width: 100%; }
.sideNav{width:202px;margin-left:31px;}
.sideNav .tit{height:32px;padding:22px 0 9px 0;border-bottom:1px solid #ededed;margin-bottom:8px;}
.sideNav .tit .fsp{float:left;font:36px/32px Arial;color:#de0010;margin-right:7px;_margin-right:4px;}
.sideNav .tit h2{font:bold 12px/16px "微软雅黑";color:#1c1f2e;}
.sideNav .tit h3{font:12px/15px "微软雅黑";color:#8f9095;text-transform:uppercase;}
.sideNav .list{padding-bottom:9px;border-bottom:1px solid #ededed;margin-bottom:17px;}
.sideNav .list a{display:block;height:30px;font:12px/29px "微软雅黑";color:#666;padding-left:27px;background:url(../img/bg/sidenav_bg00.gif) no-repeat 0 -30px;}
.sideNav .list a:hover,.sideNav .list .now{background-position:0 0;color:#FFF;}
.sideNav .list .last a{height:29px;}
.sideNav .link{padding:2px;border:1px solid #ededed;text-align:center;}
.main{width:654px;margin-right:38px;min-height:400px;_height:400px;}
.board{padding-top:29px;height:35px;border-bottom:1px solid #ededed;font:12px/35px "微软雅黑";}
.board h2{font-size:13px;color:#666; font-weight:bold;}
.board h2 strong{color:#ba000d;text-transform:uppercase;}
.board h3{float:right;}
.mypage{padding-top:18px;text-align:right;}
.infopage{font:12px/24px "微软雅黑";padding-top:7px;}
.infopage .back{float:right;}
.globeC{padding:20px 15px 0 15px;font:12px/22px "微软雅黑";}

@media screen and (max-width: 1366px) 
{
	.logo{
    width: 60% !important;
}
}