﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif, 宋体;
}
a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.header {
	background: #3F64A3;
	height: 100px;
	position: absolute;
	z-index: 100;
	width: 100%;
	opacity: 0.8;
	overflow: visible;
}
.header a {
	color: white;
}
.header .logo {
	background: url('logo.png') no-repeat left center;
	text-indent: 150px;
	font-size: 40px;
	color: white;
	height: 100px;
	line-height: 100px;
}
.header .nav {
	color: #FFF;
	height: 100px;
	line-height: 100px;
	z-index: 100;
	overflow: visible;
}
.nav > ul {
}
.nav > ul > li {
	float: left;
	position: relative;
}
.nav > ul > li > a {
	display: block;
	width: 120px;
	height: 100px;
	line-height: 100px;
	color: white;
	text-align: center;
}
.nav > ul > li:hover > a {
	background-color: rgb(44, 102, 168);
}
.nav > ul > li > ul {
	position: absolute;
	left: 0px;
	top: 100px;
	color: white;
}
.nav > ul > li > ul > li > a {
	display: block;
	text-align: center;
	color: #FFF;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background-color: rgb(55, 88, 142);
}
.nav > ul > li:hover > ul > li > a:hover {
}
/*放大*/
.nav > ul > li:nth-child(3){
    transform-style: preserve-3d;   /*采用3D透视*/
    perspective: 600px;    /*透视距离*/
}
.nav > ul > li:nth-child(3) > ul{
    transform:rotateX(-120deg);
    transition:all .5s cubic-bezier(0, 0.58, 0.5, 1.7);
    backface-visibility:hidden; /*反转到背面隐藏*/
    transform-origin: 0% 50%;
}
.nav > ul > li:nth-child(3):hover > ul{
    transform:rotateX(0deg);
}
.nav > ul > li:nth-child(3):hover > ul > li > a:hover{
	background-color: rgb(44, 102, 168);	
}
.cpzsindex {
	overflow: hidden;
	background: url('i1bg.jpg') no-repeat center top;
	height: 960px;
}
.cpzsindex .title {
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
	font-family: Georgia;
}
.cpzsindex .titlebg {
	width: 70px;
	height: 2px;
	background: #000;
	margin: 10px auto;
}
.cpzsindex ul {
	overflow: hidden;
	padding-top: 40px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpzsindex ul li {
	float: left;
	padding-bottom:30px;

}
/*布局*/
.cpzsindex ul li a {
	display: block;
	position: relative;
	width: 380px;
	height: 320px;
	color: white;

}
.cpzsindex ul li div {
	width: 380px;
	height: 280px;
	position: absolute;
}
.cpzsindex ul li img {
	width: 378px;
	height: 279px;
	border:1px #CCC solid;
}
.cpzsindex ul li .name {
	position: absolute;
	width: 380px;
	height: 40px;
	background: #333;
	opacity: 0.8;
	top: 280px;
	text-align: center;
	line-height: 40px;
}
/*动画效果*/
.cpzsindex ul li a {
	transform-style: preserve-3d; /*采用3D透视*/;
	perspective: 1000px;    /*透视距离*/
}
.cpzsindex ul li div {
	transition: all .4s ease-in-out; /*动画时间*/;
	backface-visibility: hidden; /*反转到背面隐藏*/
}
.cpzsindex ul li a div.front {
	transform: rotateY(0deg);
	z-index: 2;
}
.cpzsindex ul li a div.back {
	transform: rotateY(-180deg); /*沿着Y轴翻转-180度*/;
	z-index: 1;
}
.cpzsindex ul li:hover a div.front {
	transform: rotateY(180deg);
	z-index: 1;
}
.cpzsindex ul li:hover a div.back {
	transform: rotateY(0deg);
	z-index: 2;
}
.cpzsindex .more {
	overflow: hidden;

	width: 130px;
	margin: 20px auto 0;
}
.cpzsindex .more a {
	display: block;
	border: 1px #CCC solid;
	width: 128px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.gsjjindex {
	height: 660px;
	background: url('i2bg.jpg') no-repeat center top;
}
.gsjjindex .title {
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 80px 0 0;
	font-family: Georgia;
}
.gsjjindex .titlebg {
	width: 70px;
	height: 2px;
	background: #000;
	margin: 10px auto;
}
.gsjjindex p {
	width: 1200px;
	margin: auto;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	padding: 50px 0 0;
}
.gsjjindex .more {
	overflow: hidden;
	padding: 0;
	width: 130px;
	margin: 50px auto 0;
}
.gsjjindex .more a {
	display: block;
	border: 1px #CCC solid;
	width: 128px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.cjsbindex {
	background: url('i3bg.jpg') no-repeat center top;
	height: 660px;
}
.cjsbindex .title {
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 80px 0 0;
	font-family: Georgia;
}
.cjsbindex .titlebg {
	width: 70px;
	height: 2px;
	background: #000;
	margin: 10px auto;
}
.cjsbindex .marquee4 {
	width: 1200px;
	height: 380px;
	overflow: hidden;
}
.cjsbindex ul {
	width: 1200px;
	padding: 50px 0;
}
.cjsbindex ul li {
	float: left;
	width: 380px;
	padding-right: 20px;
}
.cjsbindex ul li .name {
	width: 380px;
	text-align: center;
	padding-top: 10px;
}
.cjsbindex ul li img {
	width: 380px;
	height: 280px;
}
.cjsbindex .more {
	overflow: hidden;
	padding: 20px 0 0;
	width: 130px;
	margin: 10px auto 0;
}
.cjsbindex .more a {
	display: block;
	border: 1px #CCC solid;
	width: 128px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.ryzsindex {
	overflow: hidden;
	height: 660px;
	background: url('i4bg.jpg') no-repeat center top;
}
.ryzsindex .title {
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 80px 0 0;
	color: white;
	font-family: Georgia;
}
.ryzsindex .titlebg {
	width: 70px;
	height: 2px;
	background: #fff;
	margin: 10px auto;
}
.ryzsindex ul {
	width: 1200px;
	padding: 70px 0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ryzsindex ul li {
	float: left;
	width: 180px;
}
.ryzsindex .more {
	overflow: hidden;
	padding: 20px 0 0;
	width: 130px;
	margin: 10px auto 0;
}
.ryzsindex .more a {
	display: block;
	border: 1px #CCC solid;
	width: 128px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
}
.scsbindex {
	background: url('i5bg.jpg') no-repeat center top;
	height: 660px;
}
.scsbindex .marquee5 {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}
.scsbindex .title {
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 80px 0 0;
	font-family: Georgia;
}
.scsbindex .titlebg {
	width: 70px;
	height: 2px;
	background: #000;
	margin: 10px auto;
}
.scsbindex ul {
	width: 1200px;
	padding: 50px 0;
}
.scsbindex ul li {
	float: left;
	width: 380px;
	padding-right: 20px;
}
.scsbindex ul li .name {
	width: 380px;
	text-align: center;
	padding-top: 10px;
}
.scsbindex ul li img {
	width: 380px;
	height: 260px;
}
.scsbindex .more {
	overflow: hidden;
	padding: 20px 0 0;
	width: 130px;
	margin: 10px auto 0;
}
.scsbindex .more a {
	display: block;
	border: 1px #CCC solid;
	width: 128px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.Nbanner {
	height: 470px;
	position: relative;
	overflow: hidden;
}
.Nbanner .img {
	width: 100%;
	position: absolute;
	height: 470px;
}
.Nbanner .img img {
	width: 100%;
	height: 470px;
}
.neiyecont {
	background: #EEE;
	padding: 40px 0;
	overflow: hidden;
}
.neiyecont .bodywidth {
}
.neiyecont .neiyecont1 {
	width: 220px;
}
.neiyecont .neiyecont1 .neiyecont1_1 {
}
.neiyecont .neiyecont1 .neiyecont1_1 .title {
	width: 220px;
	height: 50px;
	line-height: 50px;
	background: #3F64A3;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.neiyecont .neiyecont1 .neiyecont1_1 ul {
	border: 1px #CCC solid;
	padding: 10px;
}
.neiyecont .neiyecont1 .neiyecont1_1 ul li {
	height: 40px;
	line-height: 40px;
	border-top: 1px #CCC solid;
	font-size: 14px;
}
.neiyecont .neiyecont1 .neiyecont1_1 ul li a {
	display: block;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.neiyecont .neiyecont1 .neiyecont1_1 ul li:first-child {
	border: none;
}
.neiyecont .neiyecont1 .neiyecont1_2 {
	padding-top: 20px;
}
.neiyecont .neiyecont1 .neiyecont1_2 .title {
	width: 220px;
	height: 50px;
	line-height: 50px;
	background: #3F64A3;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.neiyecont .neiyecont1 .neiyecont1_2 p {
	border: 1px #CCC solid;
	margin: 0;
	padding: 20px 10px;
	line-height: 200%;
	font-size: 14px;
}
.neiyecont .neiyecont2 {
	width: 940px;
}
.neiyecont .neiyecont2 .neiyecont2_1 {
	border-bottom: 1px #CCC solid;
	font-size: 18px;
	padding: 20px 0;
}
.neiyecont .neiyecont2 .neiyecont2_2 {
	padding: 20px 0;
	font-size: 14px;
}
.footer {
	background: #3F64A3;
	padding: 20px 0;
	color: white;
	text-align: center;
	padding: 15px 0;
	height: 120px;
	line-height: 200%;
	clear: both;
}
.fdj {
	height: 420px;
	overflow: hidden;
}
.fdj .left {
	width: 400px;
}
.fdj .right {
	width: 480px;
}
.fdj .right .r1 {
	font-size: 20px;
	border-bottom: 1px #CCC solid;
	padding: 20px 0;
}
.fdj .right .r2 {
	padding-top: 20px;
}
.fdj .right .r3 span {
	color: #999;
}
.fdj .right .r4 {
	background: url('../upload/article/more.jpg') no-repeat left top;
	width: 148px;
	height: 35px;
	line-height: 35px;
}
.fdj .right .r4 a {
	display: block;
	color: white;
	text-indent: 45px;
}
.fdj1 {
	overflow: hidden;
}
.fdj1 h3 {
	background: url('title.fw.png') no-repeat left center;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #000;
	text-indent: 20px;
	font-weight: normal;
	font-weight: bold;
}
