body {
	font-size: 16px;
	font-family: Microsoft Yahei;
	background: #edf8ff;
	color: #333;
	overflow-x: hidden;
}
.mainwidth {
	width: 1400px;
	margin: 0 auto;
}
.lyout1 {
	position: relative;
	z-index: 2;
	padding: 25px;
	box-sizing: border-box;
}
.lyout1 .picsiwper {
	width: 645px;
	height: 430px;
	/*background: red;*/
}
.lyout1 .notice {
	width: 680px;
	height: 430px;
}
.lyout2 {
	margin: 25px 0;
	height: 135px;
	/*background: red;*/
}
.lyout3 {
	margin: 25px 0;
	display: flex;
	justify-content: space-between;
}
.lyout3 li {
	width: 30%;
	flex: 1;
	position: relative;
}
.lyout3 li img {
	width: 100%;
}
.lyout4 {
	height: 760px;
	background: url("../img/coumb3.jpg");
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lyout5 {
	padding: 70px 0;
	background: url("../img/coumb4.jpg");
	background-size: 100% 100%;
	display: flex;
}
.coumbcon {
	display: flex;
	justify-content: space-between;
}
.coumbcon .coumbconCont {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.coumbcon .coumbconCont li {
	width: 450px;
	height: 560px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.coumbcon .coumbconCont li .list {
	padding: 10px 0;
}
.coumbcon .coumbconCont li .list li {
	width: 408px;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	background: url(../img/dot.jpg) left center no-repeat;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.coumbcon .coumbconCont li .list dt {
	line-height: 35px;
}
.pubtit1 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pubtit1 .line {
	width: 100%;
	position: absolute;
	height: 1px;
	border-top: #ddd solid 1px;
	top: 27px;
}
.pubtit1 .bg {
	background: url("../img/cb.png") no-repeat center center #fff;
	width: 199px;
	height: 55px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -99px;
	margin-top: -27px;
	z-index: 0;
}
.pubtit1 .tit {
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: #092b70;
}
.pubtit1 .tit a {
	color: #092b70;
}
.pubtit2 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pubtit2 .line1 {
	width: 40%;
	position: absolute;
	left: 0;
	height: 1px;
	border-top: #092b70 solid 1px;
	top: 27px;
}
.pubtit2 .line2 {
	width: 40%;
	right: 0;
	position: absolute;
	height: 1px;
	border-top: #092b70 solid 1px;
	top: 27px;
}
.pubtit2 .bg {
	background: url("../img/cb2.png") no-repeat center center;
	width: 199px;
	height: 55px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -99px;
	margin-top: -27px;
	z-index: 0;
}
.pubtit2 .tit {
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: #092b70;
}
.pubtit2 .tit a {
	color: #092b70;
}
.coumbcon .pic {
	width: 100%;
	height: 215px;
	position: relative;
}
.coumbcon .pic img {
	width: 100%;
	height: 100%;
}
.coumbcon .pic p, .coumbcon .pic span {
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.coumbcon .pic p a, .coumbcon .pic span a {
	color: #fff;
}
.list dt {
	background: url("../img/dot.jpg") left center no-repeat;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 头部图片切换 */
.topbanner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
}
.topbanner .hd {
	overflow: hidden;
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 1;
}
.topbanner .hd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.topbanner .hd ul li {
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.topbanner .hd ul li.on {
	background: #f00;
	color: #fff;
}
.topbanner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.topbanner .bd li {
	zoom: 1;
	vertical-align: middle;
}
.topbanner .bd img {
	width: 100%;
	height: 600px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.topbanner .prev, .topbanner .next {
	position: absolute;
	left: 3%;
	top: 40%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.topbanner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.topbanner .prev:hover, .topbanner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.topbanner .prev img, .topbanner .next img {
	width: 100%;
	height: auto;
}
.topbanner .prevStop {
	display: none;
}
.topbanner .nextStop {
	display: none;
}
/* 首页图片切换 */
.bannerbg {
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.bannerbg .hd {
	overflow: hidden;
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 1;
}
.bannerbg .hd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.bannerbg .hd ul li {
	float: left;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.bannerbg .hd ul li.on {
	background: #f00;
	color: #fff;
}
.bannerbg .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.bannerbg .bd li {
	zoom: 1;
	vertical-align: middle;
}
.bannerbg .bd img {
	width: 100%;
	height: 430px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.bannerbg .prev, .bannerbg .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.bannerbg .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.bannerbg .prev:hover, .bannerbg .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.bannerbg .prev img, .bannerbg .next img {
	width: 100%;
	height: auto;
}
.bannerbg .prevStop {
	display: none;
}
.bannerbg .nextStop {
	display: none;
}
/* ad 切换 */
.adbg {
	width: 100%;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.adbg .hd {
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.adbg .hd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.adbg .hd ul li {
	float: left;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.adbg .hd ul li.on {
	background: #f00;
	color: #fff;
}
.adbg .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.adbg .bd li {
	zoom: 1;
	vertical-align: middle;
}
.adbg .bd img {
	width: 100%;
	height: 135px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.adbg .prev, .adbg .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.adbg .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.adbg .prev:hover, .adbg .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.adbg .prev img, .adbg .next img {
	width: 100%;
	height: auto;
}
.adbg .prevStop {
	display: none;
}
.adbg .nextStop {
	display: none;
}
/* box切换 */

/* 本例子css */
.slideTxtBox {
	width: 100%;
	text-align: left;
}
.slideTxtBox .hd {
	height: 46px;
	line-height: 46px;
	position: relative;
}
.slideTxtBox .hd ul {
	width: 100%;
	float: left;
	position: absolute;
	height: 46px;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	background: #bbe5ff;
	width: 48.5%;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.slideTxtBox .hd ul li:nth-child(1) {
	margin-right: 15px;
}
.slideTxtBox .hd ul li.on {
	background: #01417e;
	color: #fff;
}
.slideTxtBox .hd ul li.on a {
        color: #fff;
}
.slideTxtBox .hd ul li.on:before {
	content: "";
	position: absolute;
	bottom: -10px;
	/* 控制三角形的位置 */
	left: 168px;
	/* 控制三角形的位置 */
	transform: translateX(-50%);
	/* 将三角形居中 */
	border-left: 10px solid transparent;
	/* 左边的边框设为透明 */
	border-right: 10px solid transparent;
	/* 右边的边框设为透明 */
	border-top: 10px solid #01417e;/* 顶部的边框设为实心 */
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 37px;
	line-height: 37px;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.toutiao {
	margin-bottom: 60px;
	display: flex;
	height: 100px;
	position: relative;
	z-index: 3;
}
.toutiao .tit1 {
	background: rgba(1, 65, 126, 0.5);
	color: #fff;
	font-size: 24px;
	padding: 24px;
	box-sizing: border-box;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toutiao .tit2 {
	padding: 0px 100px;
	flex: 1;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 0 0 5px white;
}
.toutiao .tit2 a {
	color: red;
}
/* 首页产品切换 */

/* 本例子css */
.slidecpBox {
	width: 100%;
	text-align: left;
}
.slidecpBox .hd {
	height: 46px;
	line-height: 46px;
	position: relative;
	margin: 45px 0;
}
.slidecpBox .hd ul {
	float: left;
	position: absolute;
	height: 46px;
	left: 36%;
}
.slidecpBox .hd ul li {
	float: left;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #bbe5ff;
	width: 185px;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.slidecpBox .hd ul li:nth-child(1) {
	margin-right: 15px;
}
.slidecpBox .hd ul li.on {
	background: #01417e;
	color: #fff;
}
.slidecpBox .hd ul li.on a {
        color: #fff;
}
.slidecpBox .bd ul {
	zoom: 1;
	width: 100%;
}
.slidecpBox .bd li {
	width: 440px;
	height: 280px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}
.slidecpBox .bd li img {
	width: 100%;
	height: 100%;
}
.slidecpBox .bd li p, .slidecpBox .bd li span {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	bottom: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.slidecpBoxList1, .slidecpBoxList2 {
	position: relative;
}
.slidecpBoxList1 .inhd_1, .slidecpBoxList2 .inhd_2 {
	position: absolute;
	left: calc(50% - 39px);
	bottom: 0;
	z-index: 1000;
}
.slidecpBoxList1 .inhd_1 ul, .slidecpBoxList2 .inhd_2 ul {
	width: 78px;
	display: flex;
	justify-content: space-around;
}
.slidecpBoxList1 .inhd_1 ul li, .slidecpBoxList2 .inhd_2 ul li {
	width: 16px;
	height: 16px;
	margin: 0px 5px;
	overflow: hidden;
	text-align: center;
	text-indent: 100px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.slidecpBoxList1 .inhd_1 ul li.on, .slidecpBoxList2 .inhd_2 ul li.on {
	background: #f00;
	color: #fff;
}
.slidecpBoxList1 .bd ul, .slidecpBoxList2 .bd ul {
	float: left;
}

.resetmr {
	margin-right: 0 !important;
}
/* 友情链接 */

.linkcon {
	background: #e9e9e9;
}
.linkcon .links {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.linkcon .links ul {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.linkcon .links ul li {
  flex: 1;
  height: 70px;
}

.linkcon .links ul li:first-child {
  position: relative;
  flex: 0.6;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #2196F3;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 1px 1px #FF8D00, -1px -1px #FF8D00, 1px -1px #FF8D00, -1px 1px #FF8D00;
  border-radius: 5px;
}

.linkcon .links ul li:first-child span {
  position: absolute;
  top: 20px;
  right: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2196F3;
}

.linkcon .links ul li a {
  float: right;
}

/* 通用底部 */

.footer {
	background: #092b70;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	position: relative;
}
.footer .jdjb {
	position: absolute;
	bottom: 25px;
	right: 15%;
}
.footer p {
	line-height: 35px;
}
.top {
	height: 300px;
}

/*
.nav {
	position: relative;
}
.nav>.nav_logo {
	position: relative;
	padding-right: 100px;
	z-index: 6;
	background: #01417e;
	width: 30%;
	height: 140px;
	-webkit-clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
	transition: height 0.5s;
	transition: width 0.5s;
}
.logosmall {
	height: 80px !important;
	width: 15% !important;
}
.logosmall img {
	/* width: 60% !important; */
	margin-top: 10px;
}
.navwidth {
	padding-left: 20% !important;
}
.nav>.nav_logo img {
	width: 90%;
	height: auto;
	transition: width 0.5s;
}
.nav_menu {
	position: absolute;
	background: #01417e;
	width: 100%;
	top: 0;
	z-index: 5;
}
.nav_menu ul {
	padding-left: 35%;
	transition: padding-left 0.5s;
}
.nav_menu ul li {
	float: left;
	color: #fff;
	line-height: 80px;
	width: 150px;
	/* margin: 0 40px; */
	position: relative;
	text-align: center;
}
.nav_menu ul li:hover {
	background: #0554a8;
}
.nav_menu ul li>a {
	font-size: 22px;
	color: #fff;
}
.nav_menu ul li .chilren {
	display: none;
}
.nav_menu ul li:hover .chilren {
	display: block;
}
*/

.cw1 {
	width: 300px !important;
	left: -60px;
}
.cw2 {
	width: 600px !important;
	left: -250px;
}
.cw2 h1 {
	font-size: 22px;
	color: #00ffff;
	border-bottom: #00ffff solid 1px;
}
.cw2 h1 a {
	color: #00ffff;
}
.cw2 .ll {
	float: left;
	width: 46%;
}
.cw2 .ll:nth-child(1) {
	margin: 0 2%;
}
.cw2 .ll dt {
	font-size: 18px;
	line-height: 60px;
	border-bottom: #053b74 solid 1px;
}
.cw2 .ll dt:hover {
	background: #0554a8;
}
.cw2 .ll ul li {
	width: 276px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: #053b74 solid 1px;
}
.cw2 .ll ul li:hover {
	background: #0554a8;
}
.chilren {
	width: 100%;
	position: absolute;
	top: 80px;
	background: #01417e;
	font-size: 18px;
}
.chilren dd {
	font-size: 22px;
	line-height: 80px;
	border-bottom: #053b74 solid 1px;
}
.chilren dd:hover {
	background: #0554a8;
}
.chilren dd a {
	color: #fff;
}
.chilren ul {
	padding-left: 0px !important;
}
.chilren ul li {
	font-size: 22px;
	line-height: 80px;
	border-bottom: #053b74 solid 1px;
}
.chilren.cw1 ul li {
	width: 300px;
}
.chilren ul li:hover {
	background: #0554a8;
}
.chilren ul li a {
	color: #fff;
}
.topbg {
	position: absolute;
	width: 100%;
	height: 437px;
	top: 390px;
	z-index: 1;
}
.topserch {
	position: absolute;
	z-index: 3;
	top: 100px;
	right: 13%;
	width: 340px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.topserchCont {
	display: flex;
	height: 40px;
}
.topserchCont input.topicClass {
	flex: 1;
	border: none;
	padding: 4px;
	box-sizing: border-box;
}
.topserch button, .topserchCont input.searchSubmitClass {
	background: #01417e;
	color: #fff;
	padding: 0 20px;
	border: none;
}
.topbg img {
	width: 100%;
	height: auto;
}
.fixednav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
/* --------------------频道-------------------- */
.pd {
	position: relative;
	height: 450px;
}
.post {
	height: 45px;
	line-height: 45px;
}
.pdbanner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
}
.box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	zoom: 1;
	position: relative;
	box-sizing: border-box;
}
.skzjleft {
	width: 20%;
	float: left;
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#def0fc), to(#fff));
	background-image: -webkit-linear-gradient(top, #def0fc, #fff);
	background-image: -o-linear-gradient(top, #def0fc, #fff);
	background-image: linear-gradient(to bottom, #def0fc, #fff);
}
.tjtit {
	background: url(../img/titbg.jpg);
	height: 58px;
	font-size: 22px;
	line-height: 58px;
	text-align: center;
	color: #fff;
}
.pdnavlist {
	margin: 20px;
}
.pdnavlist li {
	text-align: center;
	line-height: 35px;
}
.pdnavlist li a {
	display: block;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 6px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
.pdcon {
	margin-bottom: 50px;
}
.pdnavlist li a i {
	float: right;
}
.pdnavlist li a:hover {
	background: #ec7a0a;
	color: #fff;
	text-shadow: none;
}
.skzjright {
	width: 78%;
	float: right;
	padding: 20px;
	box-sizing: border-box;
	min-height: 900px;
}
.skzjright .tit {
	height: 44px;
	border-bottom: #ddd solid 2px;
}
.skzjright .tit a {
	background: #0039ad;
	padding: 0.45em 1em;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.sklist ul {
	padding: 20px;
}
.sklist ul li {
	line-height: 35px;
	font-size: 16px;
}
.sklist ul li span {
	float: right;
}
.pdline {
	border-bottom: #E0E0E0 solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 频道正文 */
.pdnr {
	padding: 40px;
	box-sizing: border-box;
}
.pdnr .h1 {
	color: #092b70;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	border-bottom: #ddd solid 1px;
}
.pdnr .pdnr_zw {
	line-height: 35px;
}
.pdnr .pdnr_zw p {
	line-height: 35px;
	margin: 10px 0;
}
/* 正文 */

.zwcontent {
	padding: 60px;
	box-sizing: border-box;
}
.zwcontent h1 {
	font-size: 36px;
	color: #092b70;
	margin: 20px 0;
	text-align: center;
}
.zwcontent .drc {
	border-bottom: #ddd solid 1px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.zwcontent .drc span {
	margin: 0 20px;
}
.zwcontent .zwdetail {
	line-height: 45px;
	padding: 20px 100px;
	box-sizing: border-box;
	overflow: auto;
}
.zwcontent .zwdetail p {
	line-height: 45px;
	margin: 20px 0;
	font-size: 18px;
}
.cplist {
	padding: 60px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.cplist li {
	width: 30%;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	zoom: 1;
	margin-bottom: 40px;
}
.cplist li:last-of-type:nth-child(3n-1) {
  /*margin-right: 33.8%;*/
}
.cplist ul {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.cplist li p,
.cplist li span {
  text-align: center;
}

.cplist li span {
  display: block;
}
.cplist li img {
	width: 100%;
	/*height: auto;*/
}
.zxkf {
	width: 115px;
	height: 115px;
	/*background: url(../img/zxkf.jpg) no-repeat;*/
	position: fixed;
	right: 50px;
	top: 460px;
	z-index: 99;
	cursor: pointer;
}
.feedbook {
	width: 60%;
	margin: 20px auto;
}
.feedbook .zxgroup {
	display: flex;
	padding: 10px 0;
}
.feedbook .zxgroup input, .feedbook .zxgroup textarea {
	flex: 1;
	display: block;
	box-sizing: border-box;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.feedbook .zxgroup2 {
	text-align: center;
}
.feedbook .zxgroup2 button {
	background: #0039ad;
	color: #fff;
	border: none;
	padding: 10px 20px;
}

/***********************/
.PcClose {
	position: absolute;
	top: -5px;
	right: 3px;
	font-size: 20px;
	color: #fff;
}
.wx {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    position: relative;
}

.wx img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -85px;
    right: -400px;
}
}




















