@charset "utf-8";
* {
        margin: 0;
        padding: 0;
}
a {
        text-decoration: none;
        border: none;
}
img {
        border: none
}
table, tr, th, td {
        font-weight: normal
}
ul, li {
        list-style: none;
}
i {
        font-style: normal
}
body {
        font-family: 'Microsoft YaHei', 'Heiti SC';
        background: #fff;
        font-size: 14px;
        color: #1a1a1a
}
/* CSS Document */
.container {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        max-width: 1920px;
        margin: 0 auto;
}
.banner {
        width: 100%;
        height: auto;
        display: table;
}
.banner img {
        width: 100%;
        height: auto;
}
.main {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        overflow: hidden;
        background: url(../images/bg.jpg) no-repeat center
}
.conter {
        width: 1000px;
        height: auto;
        display: table;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 30px;
}
.title {
        width: 100%;
        height: auto;
        display: table;
        text-align: center
}
.jj_div {
        margin-top: 30px;
}
.jj_div p {
        text-indent: 2rem;
        font-size: 16px;
        line-height: 30px
}
.zt {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 30px;
}
.zt ul {
        margin-top: 30px;
}
.zt ul li {
        float: left;
        width: 480px;
        height: auto;
}
.zt ul li.even {
        float: right
}
.zt ul li div {
        width: 440px;
        height: auto;
        padding: 15px 20px
}
.zt ul li div h3 {
        font-size: 20px;
}
.zt ul li div p {
        font-size: 16px;
        margin-top: 10px;
}
.bj {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 10px;
}
.bj ul {
        margin-top: 30px;
}
.bj ul li {
        float: left;
        width: 480px;
        height: auto;
}
.bj ul li.even {
        float: right
}
.dh {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 30px;
}
.dh ul li {
        width: 480px;
        height: auto;
        margin: 30px auto 0 auto;
        text-align: center
}
.dh ul li div {
        width: 440px;
        height: auto;
        padding: 15px 20px
}
.dh ul li div h3 {
        font-size: 20px;
}
.dh ul li div p {
        font-size: 16px;
        margin-top: 10px;
}
.contact {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 15px;
}
.cont-img {
        float: left;
        width: 480px;
        height: auto;
        display: table;
        margin-top: 20px
}
.cont-img img {
        width: 100%;
        height: auto
}
.cont-info {
        float: right;
        width: 460px;
        height: auto;
        display: table;
        font-size: 16px;
        color: #000;
        line-height: 36px;
        margin-top: 20px
}
.cont-info table tr th {
        color: #0250c5;
        text-align: left;
        vertical-align: top;
        font-weight: bold
}
.cont-info table tr th span {
        display: inline-block;
        color: #b3b3b3;
        margin-right: 0.85em;
}
.cont-info table tr th font {
        color: #ff0000
}
.cont-info table tr th a {
        color: #0250c5
}
.cont-info table tr td a {
        color: #000
}
.copy {
        width: 100%;
        height: 80px;
        line-height: 80px;
        background: #7d0100;
        text-align: center;
        color: #fff;
        margin-top: 40px
}


/*右侧浮动导航*/
#box {
	position: fixed;
	right:0;
	top: 40%;
	margin: -231px 0 0 0;
  }
#box ul {
	display: table;
	border-bottom: 1px solid #d00e0c;
}
#box ul li {
	font-size: 16px;
	color: #595959;
	width: 118px;
	height: 48px;
	border: 1px solid #d00e0c;
	text-align: center;
	border-bottom: none;
}
/*#box ul li.last{
		border-bottom: 1px dotted #666;
	}*/
/*#box ul li .num {
	position: absolute;
	color: #666;
	width: 118px;
	height: 48px;
	font-weight: bold;
	z-index: 99/*display: none;*/
}*/
#box ul li .num:hover {
	color: #e9000e;
	width: 118px;
	height: 50px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px
}
#box ul li .word {
	position: absolute;
	display: none;
	color: #CB1C39;
	width: 120px;
	height: 50px;
	top: -1px;
	left: -1px;
	z-index: 99
}
.list-div {
	position: relative;
	width: 120px;
	height: 48px;
	line-height: 22px;padding-top: 2px;
}
.list-div a{color:#000}
.f1{background: #d00e0c}
.f1 a{color: #fff}
.line a{ line-height:45px }
#box ul li:hover .list-div:after {
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: -1;
	background: url(../images/right_bg.png) no-repeat;
}
.cd-top {
	display: inline-block;
	height: 70px;
	width: 120px;
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/top.jpg) no-repeat center;
	margin-top: 10px;
}