﻿body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	color: #333;
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.top {
	background: #F7F7F7;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #464646;
}
.top a {
	color: #464646;
}
.top a:hover {
	color: #000;
}
.top .right ul li {
	float: left;
	text-indent: 40px;
}
.top .right ul li.icon1 {
	background: url('icon1.fw.png') no-repeat 10px center;
}
.top .right ul li.icon2 {
	background: url('icon2.fw.png') no-repeat 10px center;
}
.top .right ul li.icon3 {
	background: url('icon3.fw.png') no-repeat 10px center;
}
.header {

	width: 1200px;
	height: 110px;
	margin: auto;
	z-index: 100;
}
.header .bodywidth {
	position: relative;
	z-index: 100;
}
.header .logo {
	width: 540px;
	padding-top: 20px;
	height:90px;
}
.header .nav {
	width: 660px;
}
.header .nav ul {
}
.header .nav ul li {
	float: left;
	width: 110px;
	text-align: center;
	position: relative;
}
.header .nav ul li a {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 16px;
}
.header .nav ul li a:hover {
	background:#25517D;
	color: white;
}
.header .nav ul ul {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 180px;
	overflow: visible;
	z-index: 100000;
	display: none;
	background: #EFEFEF;
	display: none;
}
.header .nav ul ul li {
	background-image: none;
	filter: Alpha(opacity=80);
	border-bottom: 1px #FFF solid;
	height: 40px;
	line-height: 40px;
	width: 180px;
}
.header .nav ul ul li a {
	font-weight: normal;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 180px;
}
.header .nav ul ul li a:hover {
	display: block;
	background-image: none;
	background:#25517D;
	color: #FFF;

}
.header .nav ul ul ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.banner {
	overflow: hidden;
	height: 500px;
}
.cpzsindex {
	overflow: hidden;
	height: 100%;
	background: url('i1bg.jpg') no-repeat center top;
}
.cpzsindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 50px 0;
	overflow: hidden;
}
.cpzsindex .title span {
	display: block;
}
.cpzsindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.cpzsindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
}
.cpzsindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.cpzsindex .cpzs1 {
	background: url('cpzsbg.fw.png') no-repeat center center;
	height: 520px;
}
.cpzsindex .cpzs1 ul {
	padding: 10px 0;
	overflow: hidden;
}
.cpzsindex #container {
	margin: 0 auto;
}
.cpzsindex #container li {
	float: left;
	width: 240px;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-left: 47px;
	margin-bottom: 50px;
}
.cpzsindex #container li .img {
	width: 240px;
	height: 200px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
.cpzsindex #container li .img img {
	width: 240px;
	height: 200px;
}
.cpzsindex #container li p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -200px;
	color: #ffffff;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.cpzsindex #container li p i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: -1;
	background: url('cpbg.fw.png') no-repeat left top;
	filter: alpha(opacity=70);
}
.cpzsindex #container li p span {
	display: block;
	width: 240px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.cpzsindex #container li p span a {
	color: white;
}
.sbzsindex {
	overflow: hidden;
	height: 100%;
	background: #F6F6F6;
}
.sbzsindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 50px 0 0px;
	overflow: hidden;
	color:#FF6C2B;
}
.sbzsindex .title span {
	display: block;
}
.sbzsindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.sbzsindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
	color: #1F4C79;
}
.sbzsindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.sbzsindex .sbzs1 {
	overflow: hidden;
	padding: 50px 0;
}
.sbzsindex .sbzs1 ul li {
	float: left;
	width: 380px;
	height: 285px;
	margin: 0 10px 20px 10px;
	position: relative;
}
.sbzsindex .sbzs1 ul li img {
	width: 380px;
	height: 285px;
}
.sbzsindex .sbzs1 ul li .namebg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #000;
	opacity: 0.6;
}
.sbzsindex .sbzs1 ul li .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.sbzsindex .sbzs1 ul li .name a {
	color: white;
	font-size: 14px;
}
.flysindex {
	overflow: hidden;
	background: url('i3bg.jpg') no-repeat center top;
}
.flysindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 50px 0;
	overflow: hidden;
}
.flysindex .title span {
	display: block;
}
.flysindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.flysindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
}
.flysindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.flysindex .flys1 {
	overflow: hidden;
	background: url('ysbg.fw.png') no-repeat center top;
	height: 469px;
	width: 400px;
	margin: 50px auto;
	position: relative;
}
.flysindex .flys1 .name a {
	color:#FF6D2B;
	font-size: 24px;
}
.flysindex .flys1 .ys1 {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: white url('ys1.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys1:hover {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: #E50012 url('ysh1.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys1 .name {
	position: absolute;
	left: 0;
	top: 57px;
}
.flysindex .flys1 .ys2 {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: white url('ys2.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys2:hover {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: #E50012 url('ysh2.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys2 .name {
	position: absolute;
	right: 0;
	top: 164px;
	
}
.flysindex .flys1 .ys3 {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: white url('ys3.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys3:hover {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: #E50012 url('ysh3.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys3 .name {
	position: absolute;
	left: 0;
	top: 272px;
}
.flysindex .flys1 .ys4 {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: white url('ys4.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys4:hover {
	margin: 40px auto;
	width: 67px;
	height: 67px;
	background: #E50012 url('ysh4.fw.png') no-repeat center center;
	border-radius: 100px;
}
.flysindex .flys1 .ys4 .name {
	position: absolute;
	right: 0;
	bottom: 60px;
}
.gyflindex {
	overflow: hidden;
	height: 100%;
	background: #F6F6F6;
}
.gyflindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 30px 0;
	overflow: hidden;
	color:#FF6C2B;
}
.gyflindex .title span {
	display: block;
}
.gyflindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.gyflindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
	color: #1F4C79;
}
.gyflindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.gyflindex .gsjj {
	overflow: hidden;
	padding: 30px 0;
}
.gyflindex .gsjj p {
	font-size: 14px;
	line-height: 280%;
}
.gyflindex .gsjj p img {
	float: right;
	margin-left: 20px;
}
.jszcindex {
	overflow: hidden;
	height: 100%;
	background: #F6F6F6;
}
.jszcindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 50px 0;
	overflow: hidden;
	color:#FF6D2B;
}
.jszcindex .title span {
	display: block;
}
.jszcindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.jszcindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
	color: #1F4C79;
}
.jszcindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.jszcindex .jszc1 {
	overflow: hidden;
	padding-bottom: 40px;
}
.jszcindex .jszc1 ul li {
	float: left;
	width: 380px;
	height: 350px;
	margin-left: 30px;
	position: relative;
}
.jszcindex .jszc1 ul li:first-child {
	margin: 0;
}
.jszcindex .jszc1 ul li .image {
	width: 380px;
	height: 180px;
}
.jszcindex .jszc1 .time {
	height: 30px;
	line-height: 30px;
}
.jszcindex .jszc1 .name {
	height: 30px;
	line-height: 30px;
}
.jszcindex .jszc1 .name a {
	font-size: 14px;
	color: #000;
}
.jszcindex .jszc1 .cont {
	height: 55px;
	overflow: hidden;
}
.jszcindex .jszc1 .cont a {
	font-size: 14px;
	color: #999;
}
.jszcindex .jszc1 .more {
	padding-top: 5px;
	overflow: hidden;
}
.seventhpage {
	position: relative;
	overflow: hidden;
}
.nbanner {
	height: 350px;
	overflow: hidden;
}
.nbanner1 {
	overflow: hidden;
}
.nbanner1 img {
	width: 100%;
	height: 350px;
	position: absolute;
}
.neiyecont1 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont1_1 {
	width: 970px;
}
.neiyecont1_1_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont1_1_2 {
	border: 1px #EEE solid;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	min-height:640px;
	width: 928px;
}
.neiyecont1_2 {
	width: 202px;
	overflow: hidden;
}
.neiyecont1_2_1 {
	overflow: hidden;
}
.neiyecont1_2_1 .title {
	padding: 8px 0;
	font-size: 16px;
	color:#FF6D2B;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_1_1 {
    position: relative;
    z-index: 120;
}

.neiyecont1_2_1_1 ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    color: #333;
    border-bottom: 1px #CCC dotted;
    background: url('ico2.png') no-repeat 190px center;
    cursor: pointer;
}

.neiyecont1_2_1_1 ul li a.act {
    background: url('ico1.png') no-repeat 190px center;
}

.neiyecont1_2_1_1 ul li li a {
    color: #808080;
    background: url('ico2.fw.png') no-repeat 190px center;
}
.neiyecont1_2_1_1 ul ul {
    display: none;
}

.neiyecont1_2_1_1 ul li ul li a {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.neiyecont1_2_1_1 ul li ul li a:hover {
    background:#01999A url('ico2.fw.png') no-repeat 190px center;
    color: #fff;
}

.neiyecont1_2_1_1 ul li ul>li:nth-child(2n+1) a:hover {
    background:#01999A url('ico2.fw.png') no-repeat 190px center;
}

.neiyecont1_2_2 {
	padding-top: 20px;
	overflow: hidden;
}
.neiyecont1_2_2 .title {
	padding: 8px 0;
	font-size: 16px;
	color:#FF6D2B;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_2_1 {
	border: 1px #EEE solid;
	border-top: none;
	width: 200px;
	overflow: hidden;
}
.neiyecont1_2_2 ul {
	padding: 10px;
}
.neiyecont1_2_2 ul li {
	width: 180px;
	height: 170px;
}
.neiyecont1_2_2 ul li .image img {
	width: 170px;
	height: 130px;
	padding: 4px;
	border: 1px #CCC solid;
}
.neiyecont1_2_2 ul li .name {
	text-align: center;
	width: 180px;
}
.neiyecont1_2_3 {
	padding-top: 20px;
}
.neiyecont1_2_3 .title {
	padding: 8px 0;
	font-size: 16px;
	color:#FF6D2B;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_3_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_3_1 {
	padding: 10px 0;
}
.neiyecont1_2_3_1 .Name {
	width: 190px;
	text-indent: 25px;
	background: url('icon6.fw.png') no-repeat 10px center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.neiyecont1_2_3_1 .Time {
	display: none;
}
.neiyecont1_2_4 {
	padding-top: 20px;
}
.neiyecont1_2_4 .title {
	padding: 8px 0;
	font-size: 16px;
	color:#FF6D2B;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_4 img {
	margin: 0;
	padding: 0;
}
.neiyecont1_2_4_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_4_1 p {
	margin: 0 auto;
	width: 180px;
	padding: 10px;
	line-height: 200%;
	font-size: 12px;
}
.neiyecont2 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont2_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont2_2 {
	padding: 20px 0;
}
.nbottom {
	background: #222222;
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
}
.nbottom ul {
}
.nbottom ul li {
	float: left;
	width: 150px;
	color: white;
	font-size: 16px;
}
.nbottom ul li.f2 {
	width: 150px;
}
.nbottom ul ul {
	padding: 20px 0;
}
.nbottom ul ul li {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.nbottom ul ul li a {
	color: white;
}
.nfooter {
	width: 100%;
	overflow: hidden;
	background: #373737;
	border-top: 1px #454545 solid;
	height: 50px;
	line-height: 50px;
	color: white;
}
.nfooter a {
	color: white;
}
.ryzsindex {
	overflow: hidden;
}
.ryzsindex .title {
	width: 1200px;
	height: 90px;
	position: relative;
	font-size: 34px;
	margin: 50px 0;
	overflow: hidden;
	color:#FF6D2B;
}
.ryzsindex .title span {
	display: block;
}
.ryzsindex .line {
	position: absolute;
	top: 0;
	left: 110px;
	display: block;
	height: 90px;
	border-left: 3px #888888 solid;
}
.ryzsindex .title .titlecont {
	position: absolute;
	top: 40px;
	left: 130px;
	font-size: 16px;
	width: 700px;
	padding-left: 20px;
	color: #1F4C79;
}
.ryzsindex .title .more {
	position: absolute;
	right: 0;
	top: 30px;
	width: 160px;
	height: 45px;
}
.ryzsindex .ryzs {
	overflow: hidden;
	padding-bottom:50px;
}
.ryzsindex .ryzs ul li {
	float: left;
	padding-left: 24px;
}
.ryzsindex .ryzs ul li:first-child {
	padding: 0;
}
.ryzsindex .ryzs ul li img {
	width: 280px;
	height: 365px;

}
.bottom {
	overflow: hidden;
	width: 100%;
	background: #333333;
	margin-top: 40px;
	padding: 30px 0;
}
.bottom ul {
}
.bottom ul li {
	float: left;
	width: 200px;
	font-size: 16px;
	color: white;
}
.bottom ul li.f2 {
	width: 200px;
}
.bottom ul ul {
	padding: 20px 0;
}
.bottom ul ul li {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.bottom ul ul li a {
	color: white;
}
.footer {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #1B1B1B;
	color: white;
}
.footer a {
	color: white;
}
