@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: "微软雅黑";
	margin: 0px auto;
	padding: 0px;
	color: #303030;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: #1E50AE;
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.center {
	margin: 0px auto;
}
.moddle {
	width: 1200px;
}
.sbj {
	margin-top: 30px;
}
.sbj1 {
	margin-top: 50px;
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	margin: 30px 0px;
	float: left;
	width: 310px;
	height: 59px;
	border-right: 1px solid #F0910B;
}
.wz {
	width: 340px;
	float: left;
	font-size: 26px;
	margin: 37px 0px 38px 20px;
	letter-spacing: 1.1px;
	font-weight: bold;
}
.wz p {
	color: #000;
	font-size: 14px;/* font-family:"Arial";
	letter-spacing: 1px; */
}
.tel {
	width: 235px;
	float: right;
	background: url(../images/tel.png) no-repeat left 16px;
	color: #F0910B;
	padding-left: 52px;
	font-size: 16px;
	margin: 28px 0px;
	padding-top: 12px;
}
.tel p {
	font-size: 22px;
}
.menu {
	background-color: #1E50AE;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
#nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
ul.nav {
	display: inline-flex;
	flex: 1;
	z-index: 19999;
}
li.nav-item {
	flex: 1;
}
li.nav-item>a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	color: #fff;
}
li.nav-item.active>a {
	color: #fff;
}
li.nav-item:hover {
	background-color: #F0910B;
}
li.nav-item:hover>a {
	font-weight: bold;
}
li.nav-item:hover>a::before, li.nav-item.active>a::before {
	display: block;
}
.subMenu {
	display: none;
	position: absolute;
	top: 189px;
	left: 0;
	width: 100%;
	height: 285px;
	background-color: #fff;
	z-index: 19999;
	padding: 30px 0px;
}
.subMenu ul dl {
	width: 260px;
	float: left;
}
.subMenu ul dl li {
	border-bottom: 1px solid #e0e0e0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.subMenu ul dl li a {
	color: #666;
	font-size: 14px;
}
.subMenu ul dl li:hover {
	background-color: #0B52C4;
}
.subMenu ul dl li:hover a {
	color: #fff;
}
.subMenu ul dt {
	width: 420px;
	float: left;
	margin: 0px 30px;
	height: 280px;
	overflow: hidden;
}
.subMenu ul dt img {
	cursor: pointer;
	transition: all 0.6s;
}
.subMenu ul dt img:hover {
	transform: scale(1.3);
}
.subMenu ul dd {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 27px;
	width: 460px;
	float: left;
}
.subMenu ul dd p {
	border: 2px solid #ebeae9;
	height: 40px;
	line-height: 40px;
	width: 160px;
	text-align: center;
	margin-top: 20px;
}
.subMenu ul dd p a {
	font-size: 14px;
	color: #333;
}
.subMenu ul dd p:hover {
	background-color: #0B52C4;
	border: 2px solid #0B52C4;
}
.subMenu ul dd p:hover a {
	color: #fff;
}
.active {
	background-color: #F0910B;
}
.search_l {
	width: 55%;
	float: left;
	line-height: 60px;
}
.search_l span {
	font-size: 16px;
}
.search_l a {
	padding-right: 6px;
	color: #666;
	font-size: 14px;
}
.search_r {
	width: 45%;
	float: right;
	margin-top: 5px;
	text-align: right;
}
.search_r input {
	color: rgba(0,0,0,0.85);
	display: inline-block;
	font-size: 14px;
	line-height: 48px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #E2E2E2;
	outline: none;
	padding: 0 16px;
	vertical-align: middle;
	width: 360px;
	;
	margin: 0px;
}
.search_r button {
	background-color: #1E50AE;
	border: 0px;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	outline: none;
	vertical-align: middle;
	width: 112px;
	padding: 0px;
	margin-left: -4px;
}
.search_r img {
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	width: 14px;
}
#wrap {
	width: 100%;
	background-color: #F4F4F4;
	padding: 60px 0px;
}
.cpfl {
	width: 276px;
	float: left;
	border: 2px solid #1E50AE;
	background-color: #fff;
}
.cpfl dl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	padding: 16px 0px;
	background-color: #1E50AE;
}
.cpfl dl p {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
}
.cpfl ul {
	padding: 0px 20px 20px 20px;
}
.cpfl ul li {
	height: 44px;
	background-color: #1E50AE;
	line-height: 44px;
	border-radius: 5px;
	margin-top: 20px;
}
.cpfl ul li a {
	font-size: 16px;
	padding-left: 23px;
	color: #fff;
}
.cpfl ul p {
	border-bottom: 1px dotted #C0C0C0;
	line-height: 64px;
	height: 64px;
	background: url(../images/li.png) no-repeat 13px center;
}
.cpfl ul p a {
	font-size: 14px;
	padding-left: 23px;
}
.cpfl ul li a:hover {
	font-weight: bold;
}
.cpfl ul p a:hover {
	font-weight: bold;
	margin-left: 10px;
}
.product {
	width: 900px;
	float: right;
	margin-left: 20px;
}
.title {
	border-bottom: 1px solid #C0C0C0;
	color: #1e50ae;
	font-size: 22px;
	padding-bottom: 5px;
}
.title span {
	color: #909090;
	font-size: 14px;
}
.title a {
	float: right;
	font-size: 14px;
	color: #1e50ae;
	margin-top: 8px;
}
.cpzs {
	margin-top: 10px;
}
.cpzs div {
	width: 292px;
	text-align: center;
	margin-right: 12px;
	float: left;
}
.cpzs div li {
	width: 292px;
	height: 240px;
	background-color: #fff;
	box-shadow: 1px 1px 6px #ccc;
}
.cpzs div li a {
	width: 292px;
	height: 240px;
	overflow: hidden;
	display: inline-table;
}
.cpzs div li a img {
	width: 292px;
	height: 240px;
	transition: all 0.6s;
}
.cpzs div p {
	line-height: 46px;
	height: 46px;
}
.cpzs div p a {
	font-size: 14px;
	color: #333;
}
.cpzs div:hover li a img {
	transition: all 0.6s;
	transform: scale(1.3);
}
.cpzs div:nth-child(3n) {
	margin-right: 0px;
}
.cpzs div:hover p a {
	color: #1e50ae;
	font-weight: bold;
}
.fs_rt ol {
	width: 360px;
	float: left;
	overflow: hidden;
	zoom: 1;
	background-color: #F4F4F4;
}
.fs_rt ol .n_name {
	color: #333;
	font-size: 16px;
	width: 340px;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0px 10px;
	border-bottom: 1px dotted #A9A9A9;
}
.fs_rt ol .n_name span {
	float: right;
}
.fs_rt ol .cur {
	background-color: #1E50AE;
	color: #fff;
}
.n_list {
	width: 840px;
	float: left;
}
.n_list img {
	height: 305px;
	width: 455px;
	float: left;
	margin: 0px 10px;
}
.n_list dl {
	width: 365px;
	float: left;
}
.n_list dl li {
	text-align: center;
}
.n_list dl li a {
	font-size: 20px;
	font-weight: bold;
}
.n_list dl li a:hover {
	color: #1E50AE;
}
.n_list dl dt {
	margin: 30px 0px;
	line-height: 32px;
	font-size: 16px;
	height: 160px;
}
.n_list dl p {
	background-color: #E70000;
	height: 60px;
	line-height: 60px;
	width: 220px;
	text-align: center;
	border-radius: 5px;
}
.n_list dl p a {
	color: #fff;
	font-size: 16px;
}
.n_list dl p:hover {
	background-color: #303030;
}
.title1 {
	text-align: center;
}
.title1 li {
	font-size: 24px;
}
.title1 p {
	font-size: 14px;
	text-transform: uppercase;
}
.title5 {
	padding-left: 780px;
	color: #303030;
}
.title5 li {
	font-size: 24px;
}
.title5 p {
	font-size: 14px;
	text-transform: uppercase;
}
.prott {
	width: 1240px;
	height: auto;
	overflow: hidden;
	ZOOM: 1;
	margin-left: -20px;
	margin-top: 40px;
}
.prott .pcontt {
	float: left;
	overflow: hidden;
	width: 1200px;
	ZOOM: 1;
}
.prott .ScrCont1 {
	width: 32733px;
	ZOOM: 1;
}
.prott #List3_1 {
	float: left;
}
.prott #List4_1 {
	float: left;
}
.prott .LeftBotton1 {
	background: url(../images/left.png) no-repeat left center;
	float: left;
	width: 20px;
	height: 31px;
	margin-top: 80px;
}
.prott .RightBotton1 {
	background: url(../images/right.png) no-repeat right center;
	float: right;
	width: 20px;
	height: 31px;
	margin-top: 190px;
}
.prott .LeftBotton1:hover {
	background: url(../images/left.png) no-repeat left center;
}
.prott .RightBotton1:hover {
	background: url(../images/right.png) no-repeat right center;
}
.prott .pl1 {
	display: block;
	cursor: pointer;
	float: left;
}
.prott .pl1 li {
	float: left;
	text-align: center;
	margin: 0px 10px;
}
.prott .pl1 li a {
	width: 280px;
	display: inline-block;
	overflow: hidden;
	height: 190px;
}
.prott .pl1 li img {
	width: 280px;
	height:190px;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.6s;
}
.prott .pl1 li:hover a img {
	transform: scale(1.3);
}
.prott .pl1 li:hover p {
	color: #1E50AE;
	font-weight: bold;
}
.prott .pl1 li p {
	font-size: 14px;
	height: 49px;
	line-height: 49px;
}
.company dl {
	float: left;
	width: 500px;
	margin-right: 20px;
	overflow: hidden;
}
.company dl img {
	cursor: pointer;
	transition: all 0.6s;
	border-radius: 5px;
}
.company dl img:hover {
	transform: scale(1.3);
}
.company ul {
	float: left;
	width: 680px;
}
.company ul p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.company ul li {
	background-color: #1F51AE;
	height: 42px;
	line-height: 42px;
	width: 160px;
	text-align: center;
	border-radius: 5px;
	margin-top: 5px;
}
.company ul li a {
	color: #fff;
	font-size: 14px;
}
.company ul li:hover {
	background-color: #303030;
}
#wrap1 {
	width: 100%;
	background: url(../images/wrap.jpg) no-repeat center center;
	padding: 60px 0px;
}
.title2 {
	text-align: center;
	color: #fff;
}
.title2 li {
	font-size: 24px;
}
.title2 p {
	font-size: 14px;
	text-transform: uppercase;
}
.dllist2 {
	margin: 0px auto;
}
.dllist2 dl {
	float: left;
	margin: 0px 10px;
	width: 280px;
}
.dllist2 dl a {
	width: 276px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 1px;
	display: inline-table;
}
.dllist2 dl img {
	width: 276px;
	height: 200px;
	transition: all 0.6s;
}
.dllist2 dl img:hover {
	transform: scale(1.3);
}
.dllist2 dl p {
	text-align: center;
	line-height: 36px;
	color: #333;
	font-size: 14px;
}
#demo_ {
	overflow: hidden;
	width: 1200px;
	margin-top: 70px;
}
#indemo_ {
	float: left;
	width: 800%;
}
#demo1_ {
	float: left;
}
#demo2_ {
	float: left;
	overflow: hidden;
}
.dllist1 {
	margin: 0px auto;
}
.dllist1 dl {
	float: left;
	margin: 0px 10px;
	width: 280px;
}
.dllist1 dl a {
	width: 276px;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 1px;
	display: inline-table;
}
.dllist1 dl img {
	width: 276px;
	height: 230px;
	transition: all 0.6s;
}
.dllist1 dl img:hover {
	transform: scale(1.3);
}
.dllist1 dl p {
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}
#demo {
	overflow: hidden;
	width: 1200px;
	margin-top: 30px;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
	overflow: hidden;
}
.infobox {
	width: 392px;
	float: left;
	margin-right: 12px;
}
.infobox1 {
	width: 392px;
	float: left;
}
.title4 {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.title4 span {
	float: right;
}
.title4 span a {
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.6s;
}
.title4 span a:hover {
	font-weight: bold;
}
.xwzx {
	overflow: hidden;
}
.xwzx li {
	border-bottom: 1px dotted #BABABA;
	height: 42px;
	line-height: 42px;
}
.xwzx li a {
	font-size: 14px;
}
.xwzx li span {
	float: right;
	font-size: 14px;
	color: #909090;
}
.xwzx li a:hover {
	color: #1e50ae;
	font-weight: bold;
	margin-left: 10px;
}
.xwzx img {
	margin: 10px 0px;
	transition: all 0.6s;
}
.xwzx img:hover {
	transform: scale(1.1);
}
.yqlj {
	width: 100%;
	background-color: #F4F4F4;
	padding: 20px 0px;
}
.yqlj li {
	border-bottom: 1px solid #1E50AE;
	color: #1E50AE;
	font-size: 18px;
	padding-bottom: 10px;
}
.yqlj li span {
	color: #303030;
}
.yqlj p {
	line-height: 32px;
}
.yqlj p a {
	color: #909090;
	font-size: 14px;
	padding-right: 5px;
}
.footer {
	width: 100%;
	padding: 50px 0px;
	background-color: #1E50AE;
	color: #fff;
	font-size: 14px;
}
.foonav li {
	height: 60px;
	line-height: 60px;
	background-color: rgba(216,230,255,0.2);
	border-radius: 10px;
	margin-bottom: 30px;
}
.foonav li a {
	color: #fff;
	font-size: 16px;
	padding: 0px 44px;
}
.foonav li a:hover {
	color: #E70101;
}
.foonav ol {
	width: 230px;
	float: left;
}
.foonav ol img {
	margin-top: 61px;
}
.foonav dl {
	width: 619px;
	float: left;
	border-left: 1px solid #e5eeff;
	padding-left: 30px;
	line-height: 32px;
}
.foonav dt {
	width: 130px;
	float: left;
	margin-left: 30px;
	text-align: center;
	line-height: 28px;
}
.copyright {
	width: 100%;
	background-color: #253653;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
}
.copyright a {
	color: #fff;
	font-size: 14px;
}
/*内页样式*/

#left {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#right {
	width: 950px;
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
.cpflt dl {
	height: 40px;
	background: url(../images/icon.png) no-repeat 25px center #40b151;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 0px 20px 70px;
	font-weight: bold;
}
.cpflt dl p {
	font-size: 14px;
	font-weight: normal;
}
.cpflt ul {
	list-style-type: none;
	background: #EDEFF2;
	padding: 20px 0px;
}
.cpflt ul li {
	background-color: #fff;
	line-height: 33px;
	margin-bottom: 10px;
}
.cpflt ul li a {
	font-size: 14px;
	background: url(../images/icon1.png) no-repeat 20px center;
	padding-left: 35px;
}
.cpflt ul p {
	background-color: #fff;
	line-height: 33px;
	margin-bottom: 10px;
}
.cpflt ul p a {
	font-size: 12px;
	background: url(../images/icon1.png) no-repeat 40px center;
	padding-left: 55px;
}
.cpflt ul dt {
	background-color: #fff;
	line-height: 33px;
	margin-bottom: 10px;
}
.cpflt ul dt a {
	font-size: 12px;
	background: url(../images/icon1.png) no-repeat 60px center;
	padding-left: 75px;
}
.nyLPhone {
	background: url(../images/nyLPhoen_ico.png) no-repeat 20px center;
}
.nyLPhone dt {
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
}
.nyLPhone dd {
	padding-left: 60px;
	font-size: 16px;
	line-height: 30px;
}
.lxwm1 {
	background-color: #40b151;
	color: #fff;
	margin-top: 10px;
	padding: 15px 0px;
}
.lxwmt {
	border: 1px solid #ccc;
	padding-left: 10px;
	line-height: 32px;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 13px;
}
.lxwmt p {
	margin-left: 47px;
}
.title3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.title3 li {
	font-size: 36px;
	font-weight: bold;
	color: #1e50ae
}
.title3 dt {
	font-size: 14px;
}
.mup1 {
	height: 26px;
	line-height: 26px;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;
	background: url(../images/new_jt.jpg) no-repeat 10px center;
	padding-left: 20px;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.mup {
	width: 100%;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DFDEDE;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
.mup img {
	margin-right: 5px;
}
.hg {
	line-height: 30px;
}
.tp {
	width: 928px;
	height: 150px;
	border-bottom: 1px #e4e4e4 solid;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
.tp_img {
	width: 147px;
	float: left;
	margin-right: 10px;
}
.tp_img a {
	text-align: center;
	width: 145px;
	height: 145px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #ccc;
}
.tp_img a img {
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.6s;
}
.tp_img a img:hover {
	transform: scale(1.1);
}
.tp_wz {
	width: 771px;
	float: right;
}
.tp_wz_bt {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.tp_wz_bt a {
	font-size: 14px;
	font-weight: bold;
}
.tp_wz_bt span {
	float: right;
	padding: 0px 10px 0px 10px;
	background: #ff7519;
}
.tp_wz_bt span a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.tp_wz_bt span a img {
	margin-right: 10px;
}
.titt {
	line-height: 58px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 120px;
}
.tp_wz_nr {
	line-height: 28px;
	text-align: left;
}
.rytp div {
	width: 232px;
	float: left;
	margin-right: 10px;
}
.rytp div li {
	width: 230px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rytp div li a {
	text-align: center;
	width: 230px;
	height: 230px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.rytp div li a img {
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.6s;
}
.rytp div li a img:hover {
	transform: scale(1.3);
}
.rytp div p {
	line-height: 46px;
	height: 46px;
	text-align: center;
}
.rytp div:nth-child(5n) {
	margin-right: 0px;
}
.tittle {
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.lb {
	text-align: left;
}
.lb a {
	color: #333;
	font-size: 16px;
}
.lb a:hover {
	color: #1e50ae;
	font-weight: bold;
}
.nyxw2 {
	width: 48%;
	float: left;
	text-align: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #D5D5D5 dotted;
	margin-right: 4%;
	background: url(../images/cion01.gif) no-repeat left center;
	color: #333;
}
.nyxw2 a {
	padding-left: 20px;
	color: #333;
}
.nyxw2 span {
	float: right;
	height: 40px;
	line-height: 40px
}
.nyxw2:nth-child(2n) {
	margin-right: 0px;
}
.nyxw2 a:hover {
	color: #1e50ae;
}
.xgcp {
	width: 222px;
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 25px;
	margin-right: 5px
}
.xgcp a img {
	border: 1px solid #ccc
}
.xgcp p {
	line-height: 46px;
}
.xgcp p a {
	color: #333;
}
.page {
	text-align: center;
	margin: 10px auto 0px auto;
}
.page li {
	display: inline-block;
	line-height: 40px;
	border: 1px solid #cccccc;
	padding: 0 18px;
	margin: 0px 3px;
	border-radius: 3px;
}
.page li a {
	color: #999999;
	font-size: 14px;
}
.page li:hover {
	background-color: #1e50ae;
}
.page a:hover li {
	color: #fff;
}
.current {
	background-color: #1e50ae;
}
.current {
	color: #fff!important;
}
.inews ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.inews ul li {
	background: url(../images/icon1.png) no-repeat left center;
	line-height: 32px;
	height: 32px;
}
.inews ul li a {
	padding-left: 20px;
	font-size: 16px;
}
.inews ul li a:hover {
	color: #1e50ae;
	margin-left: 5px;
	font-weight: bold;
}
.inews ul li span {
	float: right;
}
.inews ul p {
	color: #636363;
}
/*内页样式*/

.nr {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 30px;
}
.nr img {
	max-width: 600px;
}
.pubdate {
	text-align: center;
	font-size: 16px;
}
.nr a {
	font-size: 14px;
}
.icpfl {
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.icpfl li {
	background-color: #1e50ae;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	width: 16.4%;
	margin-bottom: 20px;
	margin-left: 0.1%;
	margin-right: 0.1%;
}
.icpfl li a {
	color: #fff;
	font-size: 14px;
}
.icpfl li:hover {
	background-color: #000;
}
.cpfl1 {
	width: 276px;
	float: left;
	border: 2px solid #1E50AE;
	background-color: #fff;
}
.cpfl1 dl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	padding: 16px 0px;
	background-color: #1E50AE;
}
.cpfl1 dl p {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
}
.cpfl1 ul {
	padding: 0px 10px 20px 10px;
}
.cpfl1 ul li {
	height: 58px;
	background-color: #1E50AE;
	line-height: 58px;
	border-radius: 5px;
	margin-top: 30px;
}
.cpfl1 ul li a {
	font-size: 16px;
	padding-left: 16px;
	color: #fff;
}
.cpfl1 ul li a:hover {
	font-weight: bold;
}
.cpzs1 {
	margin-top: 10px;
}
.cpzs1 div {
	width: 292px;
	text-align: center;
	margin-right: 12px;
	float: left;
}
.cpzs1 div li {
	width: 292px;
	height: 240px;
	background-color: #fff;
	box-shadow: 1px 1px 6px #ccc;
}
.cpzs1 div li a {
	width: 292px;
	height: 240px;
	overflow: hidden;
	display: inline-table;
}
.cpzs1 div li a img {
	width: 292px;
	height: 240px;
	transition: all 0.6s;
}
.cpzs1 div p {
	line-height: 46px;
	height: 46px;
}
.cpzs1 div p a {
	font-size: 14px;
	color: #333;
}
.cpzs1 div:hover li a img {
	transition: all 0.6s;
	transform: scale(1.3);
}
.cpzs1 div:nth-child(3n) {
	margin-right: 0px;
}
.cpzs1 div:hover p a {
	color: #1e50ae;
	font-weight: bold;
}
.accordion-container {
	padding: 0px 10px 20px 10px;
}
.accordion {
	height: 58px;
	background-color: #1E50AE;
	line-height: 58px;
	border-radius: 5px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.accordion a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 23px;
}
.accordion a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #F0910B;
	transition: 0.3s;
	border-radius: 5px;
}
.accordion-desc {
	z-index: 2;
}
.accordion-desc p {
	border-bottom: 1px dotted #C0C0C0;
	line-height: 64px;
	height: 64px;
	background: url(../images/li.png) no-repeat 13px center;
}
.accordion-desc p a {
	font-size: 14px;
	padding-left: 23px;
}