﻿body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.top {
	background: #F7F7F7;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #E6E6E6 solid;
}
.top .right ul li {
	float: left;
}
.top .right ul li.icon1 {
	background: url('cn.jpg') no-repeat 10px center;
	text-indent: 35px;
}
.top .right ul li.icon2 {
	background: url('en.jpg') no-repeat 10px center;
	text-indent: 35px;
}
.header {
	overflow: hidden;
	padding: 20px 0;
}
.header .logo {
	background: white url('logo.jpg') no-repeat left center;
	font-size: 26px;
	padding-left: 220px;
	width: 380px;
	letter-spacing: 5px;
}
.header .logo span {
	display: block;
	letter-spacing: 0;
}
.header .nav {
	width: 600px;
	font-size: 14px;
	padding-top: 30px;
}
.header .nav ul li {
	float: left;
	font-size: 16px;
	width: 120px;
	text-align: right;
}
.header .nav ul li a:hover {
	color: #065FAC;
}
.header .nav ul ul{
	display:none;
}
.banner {
	height: 530px;
	overflow: hidden;
}
.iconbottom {
	padding: 40px 0;
	overflow: hidden;
}
.iconbottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.iconbottom ul li {
}
.iconbottom ul li .image {
	width: 200px;
	margin: auto;
	text-align: center;
}
.iconbottom ul li .name {
	font-size: 25px;
	color: #0281BE;
	width: 200px;
	text-align: center;
	padding: 10px 0;
}
.iconbottom ul li .cont {
	font-size: 16px;
	color: #4D4C4C;
	width: 200px;
	text-align: center;
}
.cpzsindex {
	overflow: hidden;
	padding: 50px 0;
	background: #F7F7F7;
}
.cpzsindex .left {
	width: 220px;
}
.cpzsindex .left .title {
	width: 220px;
	height: 80px;
	background: #ECECEC;
	font-size: 26px;
	padding-top: 30px;
	text-align: center;
}
.cpzsindex .left .title span {
	font-size: 14px;
	display: block;
}
.cpzsindex .left {
	width: 220px;
}
.cpzsindex .left {
	border: 1px #E7E2E2 solid;
}
.cpzsindex .left ul li {
	display: block;
	background: #FFF;
	text-indent: 20px;
	border-top: 1px #CCC dotted;
	background: #F0F0F0 url('ico1.fw.png') no-repeat 200px 29px;
	cursor: pointer;
}
.cpzsindex .left ul li a {
	height: 60px;
	line-height: 60px;
	color: #005BAC;
	font-size: 14px;
}
.cpzsindex .left ul li a:hover {
	color: #D60007;
}
.cpzsindex .left ul li a {
	color: #005BAC;
	background: url('ico2.fw.png') no-repeat 200px center;
	font-size: 16px;
}
.cpzsindex .left ul ul {
	display: none;
}
.cpzsindex .left ul li ul li {
	background: white;
}
.cpzsindex .left ul li ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	font-size: 14px;
	font-weight: normal;
	background: #F9F9F9 url('ico3.fw.png') no-repeat 200px center;
	color: #333;
}
.cpzsindex .left ul li ul li a:hover {
	color: #005BAC;
}
.cpzsindex .right {
	width: 960px;
}
.cpzsindex .right ul {
	width: 960px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.cpzsindex .right ul li {
}
/*布局*/
.cpzsindex .right ul li a {
	display: block;
	position: relative;
	width: 300px;
	height: 290px;
}
.cpzsindex .right ul li div {
	width: 300px;
	height: 260px;
	position: absolute;
	border: 1px #CCC solid;
	background: white;
}
.cpzsindex .right ul li img {
	width: 298px;
	height: 198px;
}
.cpzsindex .right ul li div.name {
	position: absolute;
	top: 220px;
	left: 0;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
	background: #DDD;
}
/*动画效果*/
.cpzsindex .right ul li a {
	transform-style: preserve-3d; /*采用3D透视*/;
	perspective: 1000px;    /*透视距离*/
}
.cpzsindex .right ul li div {
	transition: all .4s ease-in-out; /*动画时间*/;
	backface-visibility: hidden; /*反转到背面隐藏*/
}
.cpzsindex .right ul li a div.front {
	transform: rotateY(0deg);
	z-index: 2;
}
.cpzsindex .right ul li a div.back {
	transform: rotateY(-180deg); /*沿着Y轴翻转-180度*/;
	z-index: 1;
}
.cpzsindex .right ul li:hover a div.front {
	transform: rotateY(180deg);
	z-index: 1;
}
.cpzsindex .right ul li:hover a div.back {
	transform: rotateY(0deg);
	z-index: 2;
}
.gywmindex {
	overflow: hidden;
	padding: 40px 0;
}
.gywmindex .entitle {
	font-size: 25px;
	color: #000000;
	text-align: center;
}
.gywmindex .title {
	font-size: 35px;
	color: #0281BE;
	text-align: center;
	border-top: 1px #CCC solid;
	margin-top: 40px;
}
.gywmindex .title span {
	display: block;
	background: white;
	background: #FFF;
	width: 200px;
	height: 80px;
	margin: auto;
	margin-top: -30px;
}
.gywmindex .titlecont {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
}
.gywmindex ul {
	width: 1200px;
	padding: 20px 0;
	overflow: hidden;
}
.gywmindex ul li {
	width: 1200px;
	height: 355px;
	position: relative;
}
.gywmindex ul li .cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	font-size: 16px;
	line-height: 280%;
}
.gywmindex ul li .more {
	position: absolute;
	bottom: 40px;
	left: 0;
	font-size: 16px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #065FAC;
	text-align: center;
}
.gywmindex ul li .more a {
	text-align: center;
	color: #FFF;
}
.gywmindex ul li .image {
	position: absolute;
	top: 0;
	right: 0;
}
.reasonindex {
	overflow: hidden;
}
.reasonindex .titlebg {
	height: 190px;
	background: url('title.jpg') no-repeat center top;
}
.reasonindex .bodywidth {
	position: relative;
	height: 1100px;
}
.reasonindex .bodywidth .reason1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 300px;
}
.reasonindex .bodywidth .title {
	padding: 10px 0;
	overflow: hidden;
}
.reasonindex .bodywidth .sztitle {
	float: left;
	background: url('data.fw.png') no-repeat left top;
	width: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 30px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color: white;
}
.reasonindex .bodywidth .title .cntitle {
	float: left;
	width: 500px;
	color: #0180BE;
	font-size: 25px;
	background: url('title1.fw.png') no-repeat 20px bottom;
	height: 40px;
	padding-left: 20px;
	font-weight: bold;
}
.reasonindex .bodywidth .title .entitle {
	float: left;
	padding-left: 20px;
	font-size: 18px;
	color: #AAAAAA;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	padding-top: 5px;
}
.reasonindex .bodywidth .cont {
	overflow: hidden;
	font-size: 16px;
	padding: 10px 0;
}
.reasonindex .bodywidth .cont .cont1 {
	background: url('icon.fw.png') no-repeat left center;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #777777;
}
.reasonindex .bodywidth .cont .cont2 {
	background: url('icon.fw.png') no-repeat left center;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #777777;
}
.reasonindex .bodywidth .cont .cont3 {
	background: url('icon.fw.png') no-repeat left center;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #777777;
}
.reasonindex .bodywidth .cont .cont4 {
	background: url('icon.fw.png') no-repeat left center;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #777777;
}
.reasonindex .bodywidth .reason2 {
	position: absolute;
	right: 0;
	top: -50px;
	width: 555px;
	height: 300px;
}
.reasonindex .bodywidth .reason3 {
	position: absolute;
	left: 0;
	top: 260px;
	width: 600px;
	height: 300px;
}
.reasonindex .bodywidth .reason4 {
	position: absolute;
	right: 0;
	top: 420px;
	width: 590px;
	height: 300px;
}
.reasonindex .bodywidth .reason5 {
	position: absolute;
	left: 0;
	top: 700px;
	width: 600px;
	height: 300px;
}
.reasonindex .bodywidth .reason6 {
	position: absolute;
	right: 0;
	top: 700px;
	width: 460px;
	height: 300px;
}
.ryzsindex {
	overflow: hidden;
	height: 650px;
	background: url('rybg.jpg') no-repeat center top;
	padding: 50px 0 0;
}
.ryzsindex .entitle {
	font-size: 25px;
	text-align: center;
}
.ryzsindex .title {
	font-size: 35px;
	color: #0281BE;
	text-align: center;
	border-top: 1px #CCC solid;
	margin-top: 30px;
}
.ryzsindex .title span {
	display: block;
	background: #F5F4F4;
	width: 200px;
	height: 60px;
	margin: auto;
	margin-top: -30px;
}
.ryzsindex .titlecont {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
}
.ryzsindex ul {
	padding: 20px 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
/*布局*/
.ryzsindex ul li a {
	display: block;
	position: relative;
	width: 280px;
	height: 400px;
}
.ryzsindex ul li div {
	width: 280px;
	height: 400px;
	position: absolute;
}
.ryzsindex ul li img {
	width: 280px;
	height: 400px;
}
/*动画效果*/
.ryzsindex ul li a {
	transform-style: preserve-3d; /*采用3D透视*/;
	perspective: 1000px;    /*透视距离*/
}
.ryzsindex ul li div {
	transition: all .4s ease-in-out; /*动画时间*/;
	backface-visibility: hidden; /*反转到背面隐藏*/
}
.ryzsindex ul li a div.front {
	transform: rotateY(0deg);
	z-index: 2;
}
.ryzsindex ul li a div.back {
	transform: rotateY(-180deg); /*沿着Y轴翻转-180度*/;
	z-index: 1;
}
.ryzsindex ul li:hover a div.front {
	transform: rotateY(180deg);
	z-index: 1;
}
.ryzsindex ul li:hover a div.back {
	transform: rotateY(0deg);
	z-index: 2;
}
.cptjindex {
	overflow: hidden;
}
.cptjindex .entitle {
	font-size: 25px;
	text-align: center;
}
.cptjindex .title {
	font-size: 35px;
	color: #0281BE;
	text-align: center;
	border-top: 1px #CCC solid;
	margin-top: 30px;
}
.cptjindex .title span {
	display: block;
	background: white;
	background: #FFF;
	width: 200px;
	height: 60px;
	margin: auto;
	margin-top: -20px;
}
.cptjindex .titlecont {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	padding-bottom: 50px;
}
/*布局*/
.cptjindex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptjindex ul li {
	float: left;
	height: 260px;
}
.cptjindex ul li a {
	display: block;
	position: relative;
	width: 280px;
	height: 260px;
}
.cptjindex ul li div {
	width: 280px;
	height: 260px;
	position: absolute;
}
.cptjindex ul li img {
	width: 278px;
	height: 220px;
	border: 1px #CCC solid;
}
/*动画效果*/
.cptjindex ul li a {
	transform-style: preserve-3d; /*采用3D透视*/;
	perspective: 1000px;    /*透视距离*/
}
.cptjindex ul li div {
	transition: all .4s ease-in-out; /*动画时间*/;
	backface-visibility: hidden; /*反转到背面隐藏*/
}
.cptjindex ul li a div.front {
	transform: rotateY(0deg);
	z-index: 2;
}
.cptjindex ul li a div.back {
	transform: rotateY(-180deg); /*沿着Y轴翻转-180度*/;
	z-index: 1;
}
.cptjindex ul li:hover a div.front {
	transform: rotateY(180deg);
	z-index: 1;
}
.cptjindex ul li:hover a div.back {
	transform: rotateY(0deg);
	z-index: 2;
}
.cptjindex ul li div.name {
	position: absolute;
	left: 0;
	top: 0px;
	width: 280px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #DDDDDD;
}
.neiyecont {
	overflow: hidden;
	padding: 40px 0;
}
.neiyecont1{
	
}
.neiyecont1 .left {
	width: 220px;
}
.neiyecont1 .left .title {
	width: 220px;
	height: 80px;
	background: #ECECEC;
	font-size: 26px;
	padding-top: 30px;
	text-align: center;
}
.neiyecont1 .left .title span {
	font-size: 14px;
	display: block;
}
.neiyecont1 .left {
	border: 1px #E7E2E2 solid;
}
.neiyecont1 .left ul li {
	display: block;
	background: #FFF;
	text-indent: 20px;
	border-top: 1px #CCC dotted;
	background: #F0F0F0 url('ico1.fw.png') no-repeat 200px 29px;
	cursor: pointer;
}
.neiyecont1 .left ul li a {
	height: 60px;
	line-height: 60px;
	color: #005BAC;
	font-size: 14px;
}
.neiyecont1 .left ul li a:hover {
	color: #D60007;
}
.neiyecont1 .left ul li a {
	color: #005BAC;
	background: url('ico2.fw.png') no-repeat 200px center;
	font-size: 16px;
}
.neiyecont1 .left ul ul {
	display: none;
}
.neiyecont1 .left ul li ul li {
	background: white;
}
.neiyecont1 .left ul li ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	font-size: 14px;
	font-weight: normal;
	background: #F9F9F9 url('ico3.fw.png') no-repeat 200px center;
	color: #333;
}
.neiyecont1 .left ul li ul li a:hover {
	color: #005BAC;
}

.neiyecont2{
	width:940px;
}
.neiyecont2_1 {
	font-size: 18px;
	border-bottom: 1px #CCC solid;
	padding:20px 0;
}
.neiyecont2_2 {
	padding: 40px 0;
	overflow: hidden;
}
.bottom {
	overflow: hidden;
	background: #222222;
	padding: 30px 0;
	height: 140px;
	clear: both;
}
.bottom ul {
	display: flex;
	justify-content: space-between;
}
.bottom ul li {
	float: left;
	font-size: 14px;
	color: white;
}
.bottom ul li {
	background: url('line.jpg') no-repeat 10px center;
	padding-left: 100px;
	line-height: 30px;
}
.bottom ul li:first-child {
	background: none;
	padding: 0;
}
.bottom ul li a {
}
.footer {
	overflow: hidden;
	background: #373737;
	height: 40px;
	line-height: 40px;
	border-top: 1px #454545 solid;
	color: #FFF;
}
.biaoge{
	overflow:hidden;
	padding:10px 0 30px;
}
.biaoge table{
   width:100%;
   border-right:1px #CCC solid;
   border-bottom:1px #CCC solid;
}
.biaoge table tr td{
   text-align:center;
   border-top:1px #CCC solid;
   border-left:1px #CCC solid;
   height:40px;
   line-height:40px;
}
.cp p{
  text-align:center;
}
.cp p img{
  width:400px;
  border:1px #CCC solid;
  padding:4px;
}
.zs{
	overflow:hidden;
	padding:20px 0;
}
.zs ul li{
	float:left;
	width:310px;
	height:440px;
}
.zs ul li img{
	width:280px;
	height:400px;
	padding:4px;
	border:1px #CCC solid;
}
.zs1{
	overflow:hidden;
	padding:20px 0;
}
.zs1 ul li{
	float:left;
	width:310px;
	height:250px;
}
.zs1 ul li img{
	width:280px;
	height:200px;
	padding:4px;
	border:1px #CCC solid;
}