@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

header, footer, section, article, aside, nav, hgroup, address, figure,
	figcaption, menu, details {
	display: block;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

[hidefocus], summary {
	outline: 0;
}

ul, dl, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}

sup, sub {
	font-size: 83%;
}

pre, code, kbd, samp {
	font-family: inherit;
}

q:before, q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label, summary {
	cursor: default;
}

a, button {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #222;
}

img {
	border: 0px;
	vertical-align: middle;
}

input, button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}

ins, u, s, a, a:hover {
	text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
	font: 12px/1.14 arial, \5b8b\4f53;
	color: #cfcfcf;
	outline: 0;
}

body {
	font: 12px "微软雅黑", "Arial Narrow", HELVETICA;
	color: #333;
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0px auto;
	background: #fff;
}
/*声明小图标*/
@font-face {
	font-family: 'iconfont';
	src: url(../font/iconfont.eot); /* IE9*/
	src: url('../font/iconfont.eot?#iefix')
		format('../font/embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.body {
	max-width: 640px;
	margin: auto;
	min-height: 100%;
	position: relative;
}

.body>section {
	height: 100%;
}

.main {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0px auto;
}

/*topmenus*/
/*头部*/
.topmenus {
	width: 100%;
	height: 4em;
	line-height: 4em;
	position: relative;
	z-index: 1;
	background: #fff;
}

.topmenus .back {
	position: absolute;
	left: 3%;
	top: -0.1em;
}

.topmenus span.yyy {
	position: absolute;
	right: 3%;
	width: 20%;
	font-size: 1.8em;
}

.topmenus span.yyy a {
	color: #666;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

.topmenus span.yyy a i {
	font-size: 0.9em;
}

.topmenus span.yyy a.mulu.active {
	color: #76ab15;
}

.logo {
	display: block;
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	width: 110px;
}

.logo img {
	max-width: 100%;
}

/**分类--开始**/
.body {
	position: relative;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	overflow: hidden;
}

.nav-close .nim {
	z-index: -1;
	opacity: 0;
}

.nav-open .body {
	-webkit-transform: translate3d(-160px, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(-160px, 0, 0) scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	overflow: visible;
	z-index: 0;
	-webkit-backface-visibility: visible;
}

.nav-open .nim {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.nim {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-transform: translate3d(-160px, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(-160px, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(-160px, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(-80%, 0, 0) scale3d(1, 1, 1);
	-webkit-box-shadow: inset 4px 0 10px #e1e1e1;
	-moz-box-shadow: inset 4px 0 10px #e1e1e1;
	box-shadow: inset 4px 0 10px #e1e1e1;
	background: #f2f2f2;
}

.nim h3 {
	height: 2.8em;
	line-height: 2.8em;
	font-size: 1.4em;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	color: #333;
	background: #f2f2f2;
	width: 84%;
	padding: 0 3% 0 10%;
}

.nim h3 span {
	float: right;
	font-size: 1.4em;
}

.nim_List {
	border-bottom: 1px solid #ddd;
	background: #f2f2f2;
}

.nim_List>dt {
	width: 0;
	height: 2.4em;
	line-height: 2.4em;
	overflow: hidden;
	font-size: 1.2em;
	color: #333;
	padding: 0 0 0 10%;
	box-sizing: border-box;
}

.nim_List>dt i {
	float: right;
	color: gainsboro; /* width:5%; */
	text-align: right;
}

.nim_List>dd {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f9;
	box-shadow: inset 0px 15px 10px -20px #000;
	padding-top: 3%;
	display: none;
}

.fenlds {
	width: 95%;
	height: auto;
	overflow: hidden;
	padding-left: 5%;
	margin-bottom: 3%;
}

.fenlds h4 {
	width: 28%;
	position: relative;
	font-size: 1.3em;
	color: #1f2874;
	float: left;
}

.fenlds h4 strong {
	padding-bottom: 1%;
	font-weight: 100;
	border-bottom: 2px solid #1f2874;
}

.fenlds h4 strong a {
	color: #1f2874;
}

.fenlds_list, .fenlds_list2 {
	float: right;
	width: 68%;
}

.fenlds_list a {
	width: 50%;
	float: left;
	height: 2em;
	line-height: 2em;
	font-size: 1.2em;
}

.fenlds_list a i {
	color: #c1c1c2;
	font-size: 1.2em;
}

.fenlds_list2 h5 {
	font-weight: 100;
	height: 2em;
	line-height: 2em;
	font-size: 1.3em;
	margin-bottom: 1%;
}

.fenlds_list2 h5 i {
	color: #c1c1c2;
	font-size: 1.2em;
}

.dfv_list, .dfv_pic {
	width: 90%;
	padding-left: 10%;
	height: auto;
	overflow: hidden;
}

.dfv_list a {
	color: #666;
	width: 50%;
	float: left;
	height: 2em;
	line-height: 2em;
	font-size: 0.7em;
}

.dfv_pic a {
	float: left;
	width: 25%;
}

.dfv_pic img {
	height: 20px;
}

.pu_tu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 4%;
}

.pu_tu dt {
	width: 50%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-top: 2px solid #eee;
	padding-top: 4%;
}

.pu_tu dd {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.pu_tu dd a {
	display: block;
	font-size: 1.2em;
	margin-top: 3%;
}

.pu_tu:nth-child(1) dt {
	border: 0;
}

.nim_foot {
	background: #f2f2f2;
	height: 3em;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	border-top: 1px solid #ddd;
	line-height: 3em;
}

.nim_foot a {
	border-left: 1px solid #cacacb;
	padding: 0 15%;
	box-sizing: border-box;
}

.nim_foot a:nth-child(1) {
	border: 0;
}

.nim_foot span {
	display: block;
	height: 2em;
	line-height: 2em;
}

.nim_foot strong {
	color: #8fbd20;
	font-size: 1.3em;
}

.nim_foot strong i {
	font-size: 1.3em
}

.tjcp {
	background: #f2f2f2;
}

.tjcp li {
	line-height: 2.4em;
	height: 2.4em;
	font-size: 1em;
	padding-left: 10%;
}

.tjcp li a {
	color: #999;
}

.sousuo {
	width: 100%;
	height: 2.95em;
	padding: 2% 0;
	background: #e1e1e1;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	display: none;
	position: relative;
	z-index: 1;
}

.sousuo input {
	width: 90%;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0 2%;
	border: 1px solid #b2b2b2;
	font-family: "微软雅黑";
	font-size: 1.2em;
	position: absolute;
	left: 50%;
	margin-left: -48%;
}

.sousuo button {
	position: absolute;
	border: 0;
	background: none;
	width: 8%;
	height: 2em;
	line-height: 2em;
	right: 4%;
	margin-top: 0.51em;
	text-align: center;
}

.sousuo button i {
	font-size: 1.8em;
	color: #9a9a9a;
}

.main_visual {
	background: #d7d7d7;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 100%;
	max-height: 320px;
}

.main_image {
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 320px;
	overflow: hidden;
}

.main_image ul {
	width: 300%;
	height: 100%;
	max-height: 320px;
}

.main_image li {
	float: left;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 320px;
}

.main_image li a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 320px;
}

.main_image li img {
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 320px;
}

div.flicking_con {
	position: relative;
	margin-top: 41%;
	z-index: 5;
	width: 100%;
	height: 20px;
	text-align: center;
}

div.flicking_con a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 1%;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
}

div.flicking_con a.on {
	background: rgba(31, 40, 116, 1);
}

#btn_prev, #btn_next {
	display: block;
	z-index: 11;
	position: absolute;
	width: 10px !important;
	height: 37px !important;
	top: 50%;
	margin-top: -19px;
}

#btn_prev {
	background: url(../images/index/hover_left.png) no-repeat left top;
	left: 5%;
}

#btn_next {
	background: url(../images/index/hover_right.png) no-repeat right top;
	right: 5%;
}

.news_gun {
	width: 100%;
	height: 3.6em;
	margin: 0 auto;
	background: #f2f2f2;
	border-bottom: 1px solid #dadada;
	position: relative;
	z-index: 2;
}

.news_gun label {
	float: left;
	font-size: 1.4em;
	color: #333;
	margin-right: 3%;
	line-height: 2.8em;
	height: 2.6em;
	width: 13%;
	font-weight: 700;
	background: url(../images/index/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 3%;
}

#marquee1, #marquee2 {
	width: 70%;
	height: 3.6em;
	overflow: hidden;
	float: left;
}

#marquee1 ul li, #marquee2 ul li {
	float: left;
	width: 300px;
	height: 3.6em;
	line-height: 3.6em;
	font-size: 1.1em;
}

#marquee1 ul li a, #marquee2 ul li a {
	color: #666;
	display: block;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

#marquee1 ul li a:hover, #marquee2 ul li a:hover {
	color: #1f2874;
}

.control {
	float: right;
	width: 10%;
	height: 3.6em;
	line-height: 3.6em;
}

.control a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

.shouye {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 3% 0 48px 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

.shouye li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 3%;
}

.shouye li a .span1 {
	float: left;
	width: 15%;
	text-align: center;
}

.shouye li a .span1 img {
	max-width: 100%;
}

.shouye li a>div {
	float: left;
	width: 63%;
	margin-left: 5%;
	margin-top: 2%;
}

.shouye li a>div strong {
	color: #333;
	font-size: 1.4em;
	margin-bottom: 2%;
}

.shouye li a>div p {
	color: #999;
	font-size: 1.2em;
	line-height: 1.6em;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

.shouye li a .span2 {
	float: right;
	width: 10%;
	text-align: center;
	margin-top: 5%;
	margin-right: 2%;
}

.shouye li a .span2 i {
	color: #D9D9D9;
	font-size: 2em;
}

.footer {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 48px;
	max-width: 640px;
	font-size: 1.4em;
	z-index: 3;
	background: #dcdcdc;
}

.footer li {
	width: 25%;
	float: left;
	font-size: 10px;
	text-align: center;
}

.footer li a {
	display: block;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	color: #333;
	/*border-right:1px solid #b7b7b7;border-left:1px solid #fff;*/
	padding-top: 4%;
	font-size: 1em;
}

.footer li a i {
	color: #76ab15;
	display: block;
	font-weight: 100;
	font-size: 2em;
	margin: 2px auto;
}

.footer li.current a, .footer li.current a i {
	color: #1f2874;
}

.ej_banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ej_banner img {
	width: 100%;
}

.jrwm {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5% 0 20% 0;
}

.jrwm li {
	float: left;
	width: 50%;
}

.jrwm li a {
	display: block;
	width: 100%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 6% 0;
}

.jrwm li a img {
	width: 4.5em;
	height: 4.5em;
	padding: 10%;
	border: 1px solid #ff4747;
	border-radius: 100%;
	margin-bottom: 5%;
}

.jrwm li a strong {
	display: block;
	font-weight: 100;
	font-size: 1.2em;
}

.jrwm li:nth-child(2) a, .jrwm li:nth-child(4) a {
	border-right: 0;
}

.jrwm li:nth-child(1) a, .jrwm li:nth-child(2) a {
	border-bottom: 1px solid #ddd;
}

.jrwm li:nth-child(2) a img {
	border-color: #3da1bd;
}

.jrwm li:nth-child(3) a img {
	border-color: #e97b26;
}

.jrwm li:nth-child(4) a img {
	border-color: #e43b73;
}

.mmzh {
	width: 88%;
	height: auto;
	margin: 0 auto;
}

.mmzh h3 {
	text-align: center;
	line-height: 4em;
	height: 4em;
	font-weight: 100;
	font-size: 2em;
}

.line {
	width: 90%;
	height: 10px;
	overflow: hidden;
	background: url(../images/line.png) repeat-x;
	background-size: 1% 49%;
	margin: 10% auto;
}

.buzhou {
	width: 100%;
	height: auto;
	position: relative;
	margin: -28px auto 36% auto;
}

.buzhou li {
	width: 72px;
	height: auto;
	position: absolute;
	margin-top: -12%;
	text-align: center;
}

.buzhou li span {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/quan.png) no-repeat;
	background-size: cover;
	padding: 6px 0 0 6px;
}

.buzhou li span i {
	display: block;
	width: 35px;
	height: 30px;
	text-align: center;
	color: #f60;
	font-size: 1.5em;
	padding-top: 5px
}

.buzhou li.cur span i {
	background: url(../images/cur.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.buzhou li:nth-child(1) {
	left: -3px;
}

.buzhou li:nth-child(2) {
	left: 50%;
	margin-left: -22px;
}

.buzhou li:nth-child(3) {
	right: -6px;
}

.buzhou li strong {
	display: block;
	height: 30px;
	margin-top: 22%;
	font-size: 1.2em;
	font-weight: 100;
	color: #ccc;
}

.buzhou li.cur strong {
	color: #4677c4
}

.usae, .wj_mz {
	position: relative;
	width: 100%;
	height: 3em;
	margin-bottom: 5%;
	box-sizing: border-box;
}

.usae input, .wj_mz input {
	height: 2.6em;
	margin-right: 10px;
	border: 1px solid #ddd;
	font-size: 1.2em;
	font-family: "微软雅黑";
	padding-left: 15%;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.usae i, .wj_mz i {
	position: absolute;
	left: 2%;
	top: 0;
	font-size: 2em;
	color: #b6b6b6;
}

.usae:nth-of-type(2) input, .wj_mz input {
	width: 100%;
}

.usae:nth-of-type(2) i {
	top: 5%;
}

.usae:nth-of-type(3) input, .usae:nth-of-type(4) input {
	width: 50%;
}

.usae:nth-of-type(3) i {
	top: 18%;
}

.usae:nth-of-type(3) img {
	width: 27%;
}

.usae:nth-of-type(3) a {
	margin-left: 10px;
}

.usae:nth-of-type(4) i, .wj_mz i {
	top: 11%;
}

.usae:nth-of-type(4) button {
	width: 46%;
	height: 2.6em;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-family: "微软雅黑";
	background: #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}

.usae:nth-of-type(4) button:hover {
	background: #999;
}

.wj_btn {
	width: 100%;
	height: 2.6em;
	margin: 8% auto 5% auto;
}

.wj_btn button {
	width: 100%;
	height: 2.4em;
	border: 0;
	color: #fff;
	font-size: 1.4em;
	font-family: "微软雅黑";
	background: #1f2774;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.wj_btn button:hover {
	background: #2a349c;
}

.mmzh .p {
	color: #666;
	font-size: 1.2em;
	text-align: center;
}

.mmzh .p a {
	color: #1f2774;
}

.wanc {
	font-size: 2em;
	line-height: 4em;
	height: 4em;
	color: #f70f04;
	text-align: center;
	padding: 4% 0;
}

.wanc img {
	margin-right: 2%;
	width: 10%;
}

.wj_a a {
	display: block;
	width: 100%;
	height: 2.4em;
	line-height: 2.4em;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 2px;
	font-family: "微软雅黑";
	background: #1f2774;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-bottom: 5%;
}

.wj_a a:hover {
	background: #2a349c;
}

.dqwz, .position {
	background: #76ab15;
	line-height: 2em;
	font-size: 1em;
	padding: 2%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.dqwz, .position {
	background: #76ab15;
	line-height: 2em;
	font-size: 1em;
	padding: 2%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.dqwz a, .position a {
	color: #fff;
}

.lntx_bt {
	width: 94%;
	margin: 0 auto;
	height: 3.2em;
	line-height: 4em;
	font-size: 2em;
	color: #333;
	position: relative;
	z-index: 1;
}

.lntx_all {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.lntx_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 6%;
}

.lntx_list dt {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
}

.lntx_list dt h3 {
	width: 100%;
	margin: 0 auto;
	height: 2em;
	line-height: 2em;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1.6em;
	margin-bottom: 2%;
	font-weight: 100;
	cursor: pointer;
}

.lntx_list dt h3 i {
	float: right;
	font-size: 1.2em;
}

.jjs {
	font-size: 1em;
	line-height: 1.6em;
	height: auto;
	padding-bottom: 2%;
	min-height: 4em;
}

.lntx_list dd {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	display: none;
	color: #fff;
	padding: 5%;
	box-sizing: border-box;
}

.lntx_list dd h3 {
	font-size: 1.4em;
	font-weight: 100;
	margin-bottom: 2%;
}

.sdf {
	line-height: 1.6em;
	font-size: 1em;
}

.lntx_list:nth-child(n) {
	background: #3ca3d5;
}

.lntx_list:nth-child(2n) {
	background: #34b299;
}

.lntx_list:nth-child(3n) {
	background: #e7b361;
}

.lntx_list:nth-child(n) dt h3 {
	border-color: #b3dbef;
}

.lntx_list:nth-child(2n) dt h3 {
	border-color: #b0e1d7;
}

.lntx_list:nth-child(3n) dt h3 {
	border-color: #f6e1c2;
}

.lntx_list.cur dt h3 span {
	background: url(../images/down.png) no-repeat center;
}

.lntx_list.cur .jjs {
	line-height: 2em;
}

.lntx_list.cur dd {
	display: block;
}

.lxwm_xx {
	color: #333;
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.lxwm_xx h4 {
	font-weight: 100;
	font-size: 1.4em;
	margin-bottom: 2%;
	margin-top: 3%;
}

.lxwm_cont {
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.lxwm_cont i {
	margin: 0 1%;
	font-size: 2em;
}

.biaodan {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.biaodan input {
	width: 90%;
	height: 30px;
	font-family: "微软雅黑";
	border: 1px solid #d5d5d5;
	padding-left: 2%;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
}

.biaodan input.mnad {
	margin-right: 4%;
}

.biaodan textarea {
	width: 97%;
	height: 6em;
	padding: 2%;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	font-size: 1.2em;
	font-family: "微软雅黑";
	box-sizing: border-box;
	border-radius: 5px;
}

.biaodan div {
	text-align: center;
	font-size: 1.4em;
	border-bottom: 1px dashed #ddd;
	line-height: 2em;
}

.bd_btn {
	padding: 10px 0;
}

.bd_btn button {
	width: 60%;
	height: 2.5em;
	background: #76ab15;
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-size: 1.4em;
	font-family: "微软雅黑";
	position: relative;
	left: 50%;
	margin-left: -30%;
}

.biaodan_apply {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.biaodan_apply h1 {
	font-size: 18px;
	color: #008bd6;
	text-align: center;
	padding: 10px 0;
}

.biaodan_apply label {
	float: left;
	font-size: 14px;
	padding: 0 5px;
}

.biaodan_apply input {
	width: 95%;
	height: 30px;
	font-family: "微软雅黑";
	border: 1px solid #d5d5d5;
	text-indent: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.biaodan_apply textarea {
	width: 95%;
	margin-bottom: 10px;
	padding: 5px 0;
	border: 1px solid #d5d5d5;
	text-indent: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
	border-radius: 5px;
}

.biaodan_apply div {
	text-align: center;
	font-size: 1.4em;
	border-bottom: 1px dashed #ddd;
	line-height: 2em;
}

.biaodan_apply .red_star {
	color: red;
	padding: 0 5px;
}

.biaodan_apply .select {
	width: 95%; 
	height : 30px;
	font-family: "微软雅黑";
	border: 1px solid #d5d5d5;
	text-indent: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: none;
}

.addForm {
	margin: 20px 0;
	text-align: center;
}

.addForm .td_a {
	padding: 5px 20px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #76ab15;
	color: #fff;
}

input::-webkit-input-placeholder {
	color: #9f9f9f;
}

input::-moz-placeholder {
	color: #9f9f9f;
}

input:-ms-input-placeholder {
	color: #9f9f9f;
}

textarea::-webkit-input-placeholder {
	color: #9f9f9f;
}

textarea::-moz-placeholder {
	color: #9f9f9f;
}

textarea:-ms-input-placeholder {
	color: #9f9f9f;
}

.sls {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 1.4em;
	color: #444;
	background: #f7f7f7;
	padding: 5% 0 4% 0;
	border-bottom: 3px solid #ddd;
}

.sls img {
	width: 60%;
}

.sls p {
	margin-bottom: 5%;
}

.fk {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.fk h4 {
	color: #333;
	font-size: 1.4em;
	font-weight: 100;
	height: 2em;
	line-height: 2em;
}

.fk p {
	font-size: 1.2em;
	margin-bottom: 2%;
}

.fk input {
	width: 100%;
	box-sizing: border-box;
	padding-left: 2%;
	height: 2.6em;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1em;
	font-family: "微软雅黑";
}

.fk textarea {
	width: 100%;
	height: 7em;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #999;
	padding: 10px;
}

.fk button {
	width: 30%;
	height: 2em;
	border: 0;
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1f2774;
	font-size: 1em;
	font-family: "微软雅黑";
	color: #fff;
}

.fk button:hover {
	background: #2a349c;
}

.mar_bot {
	margin-bottom: 55px;
}

.pad_bot {
	padding-bottom: 48px;
}

.wdl {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	background: #d4d2d2;
	position: relative;
	z-index: 1;
}

.wdl a {
	display: block;
	background: #f6f6f6;
	width: 40%;
	height: 2.4em;
	overflow: hidden;
	line-height: 2.4em;
	text-align: center;
	margin: 3% auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.4em;
	color: #333333;
	box-shadow: 1px 1px 3px #999;
}

.wdl a:hover {
	background: #fff;
}

.lise {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1f2874;
}

.lise_haha {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.lise_haha li {
	width: 33.333%;
	height: 5.6em;
	line-height: 2em;
	text-align: center;
	float: left;
	padding-top: 8%;
}

.lise_haha li a {
	font-size: 1.2em;
	color: #fff;
}

.lise_haha li a i {
	display: block;
	font-size: 2em;
	margin-bottom: 5%;
}

.lise_haha li.cur {
	background: #8fbd20;
}

.czsm_bt {
	width: 100%;
	background: #d4d2d2;
	height: 2.8em;
	line-height: 2.8em;
	box-shadow: 1px 1px 3px #aaa;
	position: relative;
	z-index: 2;
	font-size: 1.4em;
	color: #333;
}

.czsm_bt i {
	margin: 0 2%;
	font-size: 1.4em;
	color: #666;
}

.czsm {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}

.qa {
	width: 100%;
	overflow: hidden;
}

.qa li {
	width: 94%;
	padding: 3% 2%;
	background: #fff;
	border: 1px solid #ddd;
	margin: 5% auto;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.2em;
	color: #aaa;
	box-shadow: 1px 1px 2px #ddd;
}

.qa li h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	padding-left: 5%;
	margin-bottom: 2%;
}

.qa li h4 span {
	width: 3px;
	height: 1.2em;
	background: #666;
	position: absolute;
	top: 2px;
	left: 0px;
}

.piao {
	position: fixed;
	_position: absolute;
	right: 0;
	bottom: 70px;
	width: 50px;
	height: 110px;
	z-index: 100;
	display: none;
}

.piao a {
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-top: 5%;
	text-align: center;
	color: #fff;
}

.piao i {
	display: block;
	font-size: 2em;
}

.go_top {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	background: rgba(76, 84, 145, 0.8);
}

.back {
	border: 1px solid #e5e5e5;
	background: rgba(76, 84, 145, 0.8);
}

.qa_List {
	width: 94%;
	padding: 3% 2%;
	background: #fff;
	border: 1px solid #ddd;
	margin: 5% auto;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.2em;
	box-shadow: 1px 1px 2px #ddd;
}

.qa_List dt {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	padding-left: 8%;
	margin-bottom: 2%;
}

.qa_List dt span {
	width: 3px;
	height: 1.2em;
	background: #666;
	position: absolute;
	top: 2px;
	left: 5px;
}

.qa_List dt i {
	color: #fa0304;
}

.qa_List dd {
	color: #aaa;
	position: relative;
	padding-left: 8%;
}

.qa_List dd span {
	width: 3px;
	height: 1.2em;
	background: #666;
	position: absolute;
	top: 2px;
	left: 5px;
	visibility: hidden;
}

.qa_List dd i {
	color: #1f2874;
}

.grcc {
	width: 90%;
	padding: 5%;
	background: #d4d2d2;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.grcc dt {
	float: left;
	width: 100px;
	margin-right: 5%;
}

.grcc dt img {
	border-radius: 100%;
	width: 94px;
	height: 94px;
	border: 3px solid #a8a6a6;
}

.grcc dd {
	float: left;
	width: 58%;
	font-size: 1.2em;
	color: #666;
	line-height: 1.4em;
}

.grcc dd h3 {
	font-size: 1.2em;
	color: #333;
	margin-top: 2%;
}

.grcc dd h3 span {
	float: right;
	margin-left: 2%;
	font-weight: 100;
}

.grcc dd h3 span a {
	color: #1f2774;
}

.grcc dd .txp {
	width: 90px;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.grcc dd .txp a {
	font-size: 1em;
	color: #1f2774;
}

.grcc dd .txp input {
	width: 90px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity = 0);
	opacity: 0;
	cursor: pointer;
}

.gr_bt {
	width: 94%;
	padding: 0 3%;
	background: #1f2774;
	color: #fff;
	height: 3em;
	line-height: 3em;
	font-size: 1.4em;
	position: relative;
	z-index: 1;
}

.gr_bt i {
	font-size: 1.4em;
	margin-right: 2%;
}

.cxx_grxx {
	background: #f2f2f2;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.cxx_grxx p {
	width: 100%;
	height: auto;
	padding: 5% 0 2% 0;
	overflow: hidden;
	box-sizing: border-box;
}

.cxx_grxx label {
	font-size: 1.2em;
	color: #333;
	display: block;
	margin-bottom: 2%;
}

.cxx_grxx input {
	width: 100%;
	box-sizing: border-box;
	height: 2em;
	line-height: 2em;
	font-size: 1.4em;
	font-family: "微软雅黑";
	border: 1px solid #ddd;
}

.cxx_grxx button {
	width: 40%;
	height: 2.4em;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1f2774;
	font-size: 1.3em;
	font-family: "微软雅黑";
	color: #fff;
}

.cxx_grxx button:hover {
	background: #2a349c;
}

.mar_top {
	margin-top: 10%;
}

.grxx {
	width: 100%;
	height: 100px;
	background: #1f2774;
}

.grxx a {
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	height: 100px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	font-size: 1.2em;
	color: #fff;
	padding-top: 15px;
}

.grxx a i {
	display: block;
	margin: 0 auto;
	font-size: 3em;
}

.grxx a:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.cxx_grxx h3 {
	width: 100%;
	border-bottom: 2px solid #ddd;
	font-size: 1.4em;
	line-height: 2.4em;
	height: 2.4em;
	font-weight: 100;
}

.cxx_grxx .radio strong {
	font-size: 1.2em;
	color: #333;
	font-weight: 100;
}

.cxx_grxx .radio input {
	width: 5%;
	margin: 0 2%;
}

.cxx_cek span {
	float: left;
	width: 40%;
	background: #fff;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing: border-box;
	color: #333;
	border-radius: 20px;
	font-size: 1.2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

.cxx_cek span.cur {
	background: #1f2874;
	color: #fff;
}

.cxx_grxx textarea {
	width: 100%;
	height: 5rem;
	box-sizing: border-box;
	padding: 3%;
	font-size: 1.2em;
	font-family: "微软雅黑";
}

.cxx_qddh {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 5%;
	position: relative;
	z-index: 1;
}

.ri_left {
	width: 90%;
	position: relative;
	height: auto;
	margin: 0 auto;
	border-left: 2px solid #1f2774;
}

.ri_left .quan {
	position: absolute;
	left: -15px;
	top: -1px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.ri_left dt {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7%;
	width: 10%;
	color: #333;
	font-size: 2.6em;
	box-sizing: border-box;
}

.ri_left dd {
	padding-left: 10%;
	width: 100%;
	box-sizing: border-box;
}

.ri_left dd h3 {
	font-weight: 100;
	width: 90%;
	font-size: 1.2em;
	padding-top: 3%;
}

.ri_left dd p {
	border-bottom: 1px solid #ddd;
	width: 90%;
	line-height: 4em;
	height: 2.5em;
	color: #999;
	padding-bottom: 3%;
	overflow: hidden;
}

.ri_left:nth-child(7n+1) .quan {
	background-image: url(../images/event/lc1.png);
}

.ri_left:nth-child(7n+1) h3 {
	border-top: 1px solid #ddd;
}

.ri_left:nth-child(7n+1) dt, .ri_left:nth-child(7n+1) dt a {
	color: #fe5a5a;
}

.ri_left:nth-child(7n+2) .quan {
	background-image: url(../images/event/lc2.png);
}

.ri_left:nth-child(7n+2) dt, .ri_left:nth-child(7n+2) dt a {
	color: #5bbca3;
}

.ri_left:nth-child(7n+3) .quan {
	background-image: url(../images/event/lc3.png);
}

.ri_left:nth-child(7n+3) dt, .ri_left:nth-child(7n+3) dt a {
	color: #47aac5;
}

.ri_left:nth-child(7n+4) .quan {
	background-image: url(../images/event/lc4.png);
}

.ri_left:nth-child(7n+4) dt, .ri_left:nth-child(7n+4) dt a {
	color: #eb802d;
}

.ri_left:nth-child(7n+5) .quan {
	background-image: url(../images/event/lc5.png);
}

.ri_left:nth-child(7n+5) dt, .ri_left:nth-child(7n+5) dt a {
	color: #51ce80;
}

.ri_left:nth-child(7n+6) .quan {
	background-image: url(../images/event/lc6.png);
}

.ri_left:nth-child(7n+6) dt, .ri_left:nth-child(7n+6) dt a {
	color: #e8487d;
}

.ri_left:nth-child(7n+7) .quan {
	background-image: url(../images/event/lc7.png);
}

.ri_left:nth-child(7n+7) dt, .ri_left:nth-child(7n+7) dt a {
	color: #47aac5;
}

.project_List {
	width: 94%;
	padding: 3% 0 2% 3%;
	background: #fff;
	border: 1px solid #ddd;
	margin: 5% auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.2em;
	box-shadow: 1px 1px 2px #ddd;
}

.project_List .cxx_jian {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 2em;
	margin-top: -1em;
}

.project_List .cxx_jian i {
	color: #838383;
}

.project_List dt {
	float: left;
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin-right: 4%;
}

.project_List dt img {
	width: 100%;
}

.project_List dd {
	color: #333;
	float: left;
	width: 58%;
	height: 5em;
	overflow: hidden;
}

.project_List dd h3 {
	width: 100%;
	height: 1.2em;
	font-weight: 100;
	font-size: 1.2em;
	margin-bottom: 4%;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

.project_List dd p {
	color: #999;
	font-size: 0.7em;
	line-height: 1.6em;
	height: 3.2em;
	overflow: hidden;
}

@media ( device-height :480px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone4/4s */
	.project_List dd {
		width: 50%;
	}
}

@media ( device-height :568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5 */
	.project_List dd {
		width: 50%;
	}
}

@media ( device-height :667px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 */
	.project_List dd {
		width: 58%;
	}
}

@media ( device-height :736px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 Plus */
	.project_List dd {
		width: 60%;
	}
	div.flicking_con {
		margin-top: 44.5%;
	}
}

.lichneg {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/event/bian.png) no-repeat center;
	padding-left: 4%;
	margin: 5% auto;
	box-sizing: border-box;
	z-index: 1;
}

.anyClass {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
} /*宽度无效*/
.anyClass li {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 1.2em;
	color: #777;
	overflow: hidden;
	background: url(../images/event/n.png) no-repeat center;
	background-size: cover;
	float: left;
	cursor: pointer;
}

.anyClass li.cur {
	background-image: url(../images/event/n_h.png);
	color: #fff;
	font-size: 2.2em;
}

.fz_next, .fz_prev {
	display: block;
	width: 23px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	z-index: 9999;
}

.fz_next {
	right: -3px;
	background: url(../images/event/you.png) no-repeat;
}

.fz_prev {
	left: -3px;
	background: url(../images/event/zuo.png) no-repeat;
}

.lcheng {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #d4d4d4;
	position: relative;
	z-index: 1;
}

.nian {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: none;
}

.nian.block {
	display: block;
}

.ri_right {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #f2f2f2;
}

.ri_right .quan {
	position: absolute;
	left: 30%;
	top: 17%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.ri_right:nth-child(7n+1) .quan {
	background-image: url(../images/event/lc1.png);
}

.ri_right:nth-child(7n+2) .quan {
	background-image: url(../images/event/lc2.png);
}

.ri_right:nth-child(7n+3) .quan {
	background-image: url(../images/event/lc3.png);
}

.ri_right:nth-child(7n+4) .quan {
	background-image: url(../images/event/lc4.png);
}

.ri_right:nth-child(7n+5) .quan {
	background-image: url(../images/event/lc5.png);
}

.ri_right:nth-child(7n+6) .quan {
	background-image: url(../images/event/lc6.png);
}

.ri_right:nth-child(7n+7) .quan {
	background-image: url(../images/event/lc7.png);
}

.ri_right dt {
	float: left;
	text-align: right;
	width: 30%;
	color: #333;
	font-size: 1.4em;
	padding: 10% 5% 0 0;
	box-sizing: border-box;
}

.ri_right dd {
	float: right;
	border-left: 2px solid #d4d4d4;
	padding: 10% 3% 4% 5%;
	width: 70%;
	box-sizing: border-box;
	background: #fff;
}

.ri_right dd h3 {
	font-weight: 100;
	font-size: 1.3em;
	color: #333;
	margin-bottom: 5%;
}

.nrs {
	line-height: 1.6em;
	color: #999;
	font-size: 1.1em;
}

.telnemail {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.telnemail li {
	width: 257px;
	height: 257px;
	margin: 20px auto;
	position: relative;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
}

.telnemail li a {
	width: 257px;
	height: 257px;
	display: block;
	background: #e6e6e6;
}

.telnemail li a img {
	position: absolute;
	top: 0px;
	right: 0px;
}

.telnemail li a span {
	width: 200px;
	position: absolute;
	text-align: center;
	bottom: 50px;
	left: 28px;
	font-size: 16px;
	color: #999;
}

.telnemail li a:hover span {
	color: #272727;
}

.cxx_grcc {
	width: 90%;
	padding: 5%;
	background: #d4d2d2;
	height: auto;
	overflow: hidden;
}

.cxx_grcc dt {
	width: 150px;
	margin: 2% auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.cxx_grcc dt img {
	border-radius: 100%;
	width: 120px;
	height: 120px;
	border: 3px solid #a8a6a6;
}

.cxx_grcc dd {
	width: 58%;
	font-size: 1.2em;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	margin: 0 auto;
}

.cxx_grcc dd h3 {
	font-size: 1.2em;
	color: #333;
	margin-top: 2%;
}

.cxx_grcc dd p {
	width: 90px;
	height: 28px;
	line-height: 28px;
	position: relative;
	margin: 0 auto;
}

.cxx_grcc dd p a {
	font-size: 1em;
	color: #1f2774;
}

.cxx_grcc dd p input {
	width: 90px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity = 0);
	opacity: 0;
	cursor: pointer;
}

.cxx_cd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cxx_cd li {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	height: 4em;
	line-height: 4em;
	padding-left: 3%;
	font-size: 1.4em;
	overflow: hidden;
}

.cxx_cd li a {
	display: block;
	width: 92%;
}

.cxx_cd li i {
	margin-right: 3%;
	font-size: 1.6em;
}

.cxx_cd li span {
	float: right;
	height: 4em;
	width: 2%;
}

.cxx_cd li:nth-child(1) i {
	color: #73ce64;
}

.cxx_cd li:nth-child(2) i {
	color: #56a7ff;
}

.cxx_cd li:nth-child(3) i {
	color: #ff4747;
}

.cxx_cd li:nth-child(4) i {
	color: #fa7d00;
}

.cxx_cd li:nth-child(5) i {
	color: #33cccc;
}

.wzdt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}

.wzdt_list {
	width: 94%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	border-left: 2px solid #c8c8c8;
	margin: 0 auto;
	margin-left: 15px;
	padding: 0 0 4% 25px;
}

.wzdt_list .quan {
	position: absolute;
	left: -15px;
	top: 5px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.wzdt_list:nth-child(7n+1) .quan {
	background-image: url(../images/event/lc1.png);
	top: -1px;
}

.wzdt_list:nth-child(7n+2) .quan {
	background-image: url(../images/event/lc2.png);
}

.wzdt_list:nth-child(7n+3) .quan {
	background-image: url(../images/event/lc3.png);
}

.wzdt_list:nth-child(7n+4) .quan {
	background-image: url(../images/event/lc4.png);
}

.wzdt_list:nth-child(7n+5) .quan {
	background-image: url(../images/event/lc5.png);
}

.wzdt_list:nth-child(7n+6) .quan {
	background-image: url(../images/event/lc6.png);
}

.wzdt_list:nth-child(7n+7) .quan {
	background-image: url(../images/event/lc7.png);
}

.wzdt_list dt {
	border-top: 1px solid #ddd;
	color: #000;
	font-size: 1.6em;
	margin-bottom: 2%;
	padding-top: 3%;
}

.wzdt_list:nth-child(1) dt {
	border: 0;
	padding: 0;
}

.wzdt_list dd {
	margin-top: 2%;
}

.wzdt_list dd h3 {
	font-weight: 100;
	font-size: 1.3em;
	margin-bottom: 2%;
	color: #444;
}

.sjfl a, .flxx a {
	margin-right: 6%;
	color: #999;
}

.wzdt_list dd h4 {
	font-weight: 100;
	font-size: 1.2em;
	margin-bottom: 2%;
	color: #666;
}

.zw_top {
	width: 100%;
	height: 25rem;
	overflow: hidden;
	position: relative;
}

.zw_top p {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
}

.zw_top p img {
	width: 100%;
}

.zw_top a {
	position: absolute;
	width: 62px;
	font-size: 1em;
	text-align: center;
}

.zw_top a em {
	font-style: normal;
	display: block;
	font-weight: 100;
}

.zw_top a:nth-of-type(1) {
	left: 2%;
	top: 22%;
	color: #7bc523;
}

.zw_top a:nth-of-type(2) {
	right: 18%;
	top: 4%;
	color: #e49604;
}

.zw_top a:nth-of-type(3) {
	left: 16%;
	top: 72%;
	color: #00a391;
}

.zw_top a:nth-of-type(4) {
	right: 2%;
	top: 60%;
	color: #b2007c;
}

@media ( device-height :480px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone4/4s */
	.zw_top {
		height: 22rem;
	}
}

@media ( device-height :568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5 */
	.zw_top {
		height: 22rem;
	}
}

@media ( device-height :667px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 */
	.zw_top {
		height: 25rem;
	}
}

@media ( device-height :736px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 Plus */
	.zw_top {
		height: 28rem;
	}
}

.cxx_bt {
	font-size: 1.6em;
	width: 94%;
	margin: 6% auto 3% auto;
}

.cxx_case {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.cxx_case_List {
	width: 100%;
	padding: 4% 0 3% 3%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.2em;
}

.cxx_case_List .cxx_jian {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 2em;
	margin-top: -1em;
}

.cxx_case_List .cxx_jian i {
	color: #838383;
}

.cxx_case_List dt {
	float: left;
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin-right: 4%;
}

.cxx_case_List dt img {
	width: 100%;
}

.cxx_case_List dd {
	color: #333;
	float: left;
	width: 58%;
	height: 5em;
	overflow: hidden;
}

.cxx_case_List dd h3 {
	width: 100%;
	height: 1.2em;
	font-weight: 100;
	font-size: 1.1em;
	margin-bottom: 4%;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

.cxx_case_List dd p {
	color: #999;
	font-size: 0.7em;
	line-height: 1.6em;
	height: 3.2em;
	overflow: hidden;
}

@media ( device-height :480px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone4/4s */
	.cxx_case_List dd {
		width: 50%;
	}
}

@media ( device-height :568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5 */
	.cxx_case_List dd {
		width: 50%;
	}
}

@media ( device-height :667px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 */
	.cxx_case_List dd {
		width: 58%;
	}
}

@media ( device-height :736px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 Plus */
	.cxx_case_List dd {
		width: 60%;
	}
}

.cxx_zwcp {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 5%;
}

.cxx_zwcp dt {
	float: left;
	width: 42%;
}

.cxx_zwcp dt img {
	width: 100%;
}

.cxx_zwcp dd {
	float: right;
	width: 54%;
}

.cxx_zwcp dd h3 {
	font-size: 1.3em;
	font-weight: 100;
	color: #333;
	margin-bottom: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

.cxx_zwcp dd p {
	color: #999;
	height: 5.3em;
	font-size: 1.1em;
	line-height: 1.8em;
	overflow: hidden;
}

.cxx_h4 {
	width: 94%;
	font-weight: 100;
	font-size: 1.2em;
	color: #666;
	margin: 0 auto;
	margin-bottom: 3%;
}

.dsfd_ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dsfd_ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.dsfd_ul li img {
	width: 50px;
	height: 50px;
}

.dsfd_ul li span {
	display: block;
	font-size: 1em;
	color: #666;
}

.ryzz {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ryzz_list {
	width: 90%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	border-left: 2px solid #c8c8c8;
	margin: 0 auto;
	margin-left: 20px;
	padding: 0 0 4% 25px;
}

.ryzz_list .quan {
	position: absolute;
	left: -15px;
	top: 5px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.ryzz_list:nth-child(7n+1) .quan {
	background-image: url(../images/event/lc1.png);
	top: -1px;
}

.ryzz_list:nth-child(7n+2) .quan {
	background-image: url(../images/event/lc2.png);
}

.ryzz_list:nth-child(7n+3) .quan {
	background-image: url(../images/event/lc3.png);
}

.ryzz_list:nth-child(7n+4) .quan {
	background-image: url(../images/event/lc4.png);
}

.ryzz_list:nth-child(7n+5) .quan {
	background-image: url(../images/event/lc5.png);
}

.ryzz_list:nth-child(7n+6) .quan {
	background-image: url(../images/event/lc6.png);
}

.ryzz_list:nth-child(7n+7) .quan {
	background-image: url(../images/event/lc7.png);
}

.ryzz_list dt {
	border-bottom: 1px dashed #ddd;
	font-size: 1.6em;
	padding-bottom: 3%;
	margin-bottom: 3%;
}

.ryzz_list dd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ryzz_list dd p {
	line-height: 2em;
	height: 2em;
	font-size: 1.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: pre;
	word-break: keep-all;
	overflow: hidden;
}

.cxx_flm {
	width: 92%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 3% auto 6% auto;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-right: 0;
}

.cxx_flm li {
	float: left;
	width: 33.333%;
	height: 2.4em;
	line-height: 2.4em;
	text-align: center;
	font-size: 1.4em;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-bottom: 3px solid #fff;
}

.cxx_flm li.cur {
	background: #f2f2f2;
	border-bottom-color: #353d81;
	color: #353d81;
}

.rongyu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999999999
}

.rongyu table {
	width: 100%;
	height: 100%;
}

.gray {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}

.rongyu table img {
	width: 80%
}

.cazd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cazd a {
	display: block;
	float: right;
	width: 35%;
	height: 2.4em;
	line-height: 2.4em;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cazd a:nth-child(1) {
	background: #97c740;
	margin-right: 10%;
}

.cazd a:nth-child(2) {
	background: #2a8ebf;
}

.qwe {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cazd2 {
	float: left;
	width: 100%;
}

.cazd2 a {
	font-size: 1.2em;
}

.cazd2 a:nth-child(1) {
	margin-right: 5%;
}

.jiathis_style {
	float: left;
}

.qwe .jiathis_style .jtico {
	background: url(../images/fx1.png) no-repeat left center;
	height: 2.4em !important;
	line-height: 2.4em !important;
	padding-left: 24px !important;
	font-size: 1.2em;
}

.shouc {
	float: left;
	width: 10%;
	background: url(../images/sc.png) no-repeat left center;
	height: 2.4em;
	line-height: 2.4em;
	padding-left: 24px;
	font-size: 1.2em;
}

.cxx_css {
	width: 96%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 3%;
}

.cxx_css button {
	background: #1f2774;
	color: #fff;
	height: 1.8em;
	box-sizing: border-box;
	font-size: 1em;
	font-family: '微软雅黑';
	width: 20%;
	border-radius: 5px;
	margin-left: 3%;
}

.page span {
	display: block;
}

.page a {
	margin: 0 2px;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 5px;
}

.page a.current {
	background: #1f2774;
	color: #fff;
	border-color: #1f2774;
}

.daohang_tiyan {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #dcdcdc;
	bottom: 48px;
	display: none;
	z-index: 10;
	filter: alpha(opacity = 90); /*IE*/
	-moz-opacity: 0.9; /*Firefox*/
	opacity: 0.9; /*其他*/
}

.daohang_tiyan li {
	font-weight: bold;
}

.safety_case {
	width: 100%; /* background:#fff; */
	overflow: hidden;
}

.safety_case_d { /* width:1200px; */
	margin: auto; /* padding:70px 0; */
	overflow: hidden;
}

.safety_case_n {
	float: left; /* width:660px; */ /* margin-left:40px; */
}

.safety_case_n h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
	color: #20b366;
}

.safety_case_n p {
	line-height: 27px;
	font-size: 1em;
	color: #666;
	padding: 0;
}

.safety_case_n .eng {
	line-height: 27px;
	font-size: 1em;
	color: #d0d0d0;
	padding: 0;
}

.safety_case_n h3 {
	font-size: 1.2em;
	line-height: 27px; /* margin:30px 0 5px; */
	color: #333;
	padding-left: 20px;
	position: relative;
}

.safety_case_n h3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #20b366;
}