/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
section,
footer {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* Basic Styling */
a,
a:visited {
	color: #000000;
	text-decoration: none;
	-webkit-transition-property: color, left, right;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: ease-in-out;
}

html {
	-webkit-font-smoothing: antialiased;
}

div {
	text-align: left;
}

body,
html {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-text-size-adjust: none;
}

header,
nav,
section,
aside,
footer {
	display: block !important;
}

body {
	max-width: 640px;
	background-color: #fff;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.clear {
	clear: both;
}

.stretch {
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

.wp-pagenavi span {
	margin: 0px 5px;
}

.wp-pagenavi span a {
	margin: 0px 5px;
}

/*FONTS*/
@font-face {
	font-family: '·½Õý´ÖËÎ¼òÌå';
	src: url('../../fonts/·½Õý´ÖËÎ¼òÌå.ttf');

}

/*Typography*/
h1 {
	font-family: 'MgOpenModataRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
}

h2 {
	font-family: 'MgOpenModataRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #101213;
}

p {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}


/*Header*/
header {
	width: 100%;
}

/*Navigation*/
header .wap {
	height: 70px;
	background-color: #eeeeee;
}

header .wap #nav {
	margin-top: 10px;
}

header .wap img {
	margin-left: 10px;
	margin-top: 15px;
	width: 40%;
}

header #did {
	background-color: #c80f21;
	height: 150px;
	width: 100%;
}

header #did img {
	width: 100%;
}

header ul.navigation {
	width: 98%;
	height: 30px;
	margin-left: 3%;
}

header ul.navigation>li {
	list-style: none;
	text-align: center;
	float: left;
	margin-left: 1px;
	position: relative;
	width: 23.6%;
	margin-top: 1px;
}

header ul.navigation li:first-child {}

header ul.navigation li a {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background-color: #c80f21;
}

header ul.navigation li.active a {
	background: url(../images/nav_item_active.png) repeat-x;
	color: #f6f9fd;
	text-shadow: 1px 1px 0 #000000;
}

header ul.navigation li.nav_search {
	background: none;
	width: 32px;
	float: right;
	margin: 10px 6px 10px 0px;
	min-width: inherit;
}

header ul.navigation li.nav_search a {
	background-image: url(../images/nav_icons.png);
	background-position: -671px -1px;
	width: 25px;
	height: 20px;
}

header ul.navigation li.nav_search a:active {
	background-position: -671px -69px;
}

header ul.navigation li span.nav_icon {
	display: block;
	width: 50px;
	height: 25px;
	clear: both;
	background-image: url(../images/nav_icons.png);
	margin: auto;
	padding-bottom: 2px;
}

header ul.navigation li span.home {
	background-position: -3px -5px
}

header ul.navigation li span.about {
	background-position: -74px -5px
}

header ul.navigation li span.blog {
	background-position: -153px -5px
}

header ul.navigation li span.contact {
	background-position: -235px -5px
}

header ul.navigation li.active span.home {
	background-position: -3px -73px
}

header ul.navigation li.active span.about {
	background-position: -74px -73px
}

header ul.navigation li.active span.blog {
	background-position: -153px -73px
}

header ul.navigation li.active span.contact {
	background-position: -235px -73px
}

/*Submenu*/
header ul.navigation li.expanded #submenu {
	display: block;
}

#submenu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0px;
	min-width: 150px;
	width: 100%;
	opacity: 0.95;
	border: solid 1px #212121;
	padding-top: 9px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-width: 0px 0px 1px;
	z-index: 11;
}

#submenu li {
	list-style: none;
	padding: 4px 5px;
	margin: 0px;
	text-align: left;
	border-top: solid 1px #262727;
	box-shadow: inset 0px 1px 0px #1a1a1a;
	background: #1f1f1f
}

#submenu li:first-child {
	border: none;
}

#submenu li a {
	line-height: 100%;
	padding: 10px;
	color: #727272;
	text-shadow: 1px 1px 0 #000000;
	height: auto;
	width: 90%;
	display: block;
	background: none;
	font-weight: normal;
}

#submenu li:active {
	background: #101010;
}

#submenu li:active a {
	color: #fff;
	text-shadow: 1px 1px 0 #1f1f1f;
}

/*Share*/
header ul.share {
	float: right;
	margin-right: 5px;
}

header ul.share li {
	width: 28px;
	height: 30px;
	float: left;
	list-style: none;
}

header ul.share li a {
	display: block;
	width: 28px;
	height: 30px;
	background-position: 2px center;
}

header ul.share li a:active {
	background-position: 0px center !important;
}

header ul.share li.twitter a {
	background: url(../images/twitter.png) no-repeat center -2px;
}

header ul.share li.facebook a {
	background: url(../images/facebook.png) no-repeat center -2px;
}

header ul.share li.rss a {
	background: url(../images/rss.png) no-repeat center -2px;
}

/*Logo*/
/*content*/
.wappro {
	width: 100%;
}

.wappro li {
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	max-height: 120px;
	margin-bottom: 10px;
}

/*Footer*/
footer {
	padding: 0px 13px;
	font-size: 11px;
}

ul.footer_nav {
	width: 100%;
}

ul.footer_nav li {
	float: left;
	padding: 0px 8px;
	border-left: solid 1px #b4b4b4;
	list-style: none;
	line-height: 100%;
}

ul.footer_nav li:first-child {
	padding-left: 0px;
	border-left: none;
}

ul.footer_nav li a {
	color: #000000;
	text-shadow: 1px 1px 0 #fff;
}

footer .copyright {
	display: block;
	color: #fdfdfd;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}

.foot-bg {
	width: 100%;
	padding-top: 10px;
}

/*Section*/
section#main {
	display: inline-block;
}

.block_module {
	background: #fff;
}

.block_module h2 {
	padding: 11px 12px;
}

.paper_bh_white {
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 8px;
}

.content_container {
	padding: 12px 14px;
	display: block;
}

.content_container a,
.page a {
	text-decoration: underline;
}

.page h1 {
	color: #000;
}

/*Button*/
a.btn {
	display: inline-block;
	line-height: 100%;
	text-decoration: none;
}

a.grey_bt_sml {
	padding: 5px 7px;
	background-color: #c80f21;
	color: #fff;
}

a.grey_bt_big {
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	color: #000;
	margin-top: 30px;
}

span.app {
	display: inline-block;
	background: url(../images/app.png) no-repeat center;
	width: 20px;
	height: 22px;
	position: absolute;
	left: 7px;
	top: 5px;
}


/*Hiring*/
section#main .hiring {
	position: relative;
}

section#main .hiring span.tape_stick {
	display: block;
	width: 72px;
	height: 20px;
	margin: -11px auto 0px auto;
}

section#main .hiring img {
	float: left;
	margin-right: 3px;
}

section#main .hiring a.grey_bt_sml {
	position: absolute;
	right: 10px;
	top: 10px;
}

/*Slideshow*/
#slideshow {
	background-color: #f1f1f1;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 38px;
}

#slideshow ul li {
	list-style: none;
}

/*Accordion*/
#accordion_menu {}

#accordion_menu h5 {
	padding: 13px;
	color: #717c87;
	line-height: 100%;
}

#accordion_menu h5 span.arrow {
	height: 16px;
	width: 15px;
	background: url(../images/accordion_arw.png) no-repeat center top;
	display: inline-block;
	float: right;
	cursor: pointer;
}

#accordion_menu .ac_content {
	padding: 8px 13px;
}

#accordion_menu .ac_content ul,
#accordion_menu .ac_content ol {
	list-style-position: inside;
}

#accordion_menu .ac_content li {
	padding: 3px 0px;
}

#accordion_menu h5.ui-state-active {
	background-color: #c80f21;
	color: #fff;
}

#accordion_menu h5.ui-state-active span.arrow {
	background-position: center -20px;
}

/*Page*/
.page {
	padding: 15px 20px;
}

.page h1 {
	padding: 5px 0px 20px;
	margin-bottom: 10px;
	background: url(../images/lines.png) repeat-x center bottom;
}

/*Blog*/
.blog h1 {
	margin-bottom: 0px;
}

.blog h1 a {
	text-decoration: none;
}

.blog img {
	background: #f4f4f4;
	padding: 3px;
	border: solid 1px #dcdcdc;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	max-width: 40%;
}

.blog .post_date {
	color: #999999;
	font-size: 11px;
	display: block;
	padding-bottom: 5px;
}

.blog .post_info {
	padding: 6px 0px 14px;
	background: url(../images/lines.png) repeat-x center bottom;
	line-height: 100%;
	font-size: 11px;
	margin-bottom: 11px;
	line-height: 17px;
}

.blog .post_info .posted_by {
	width: 165px;
	display: inline-block;
}

.blog .post_info .posted_by a {
	font-weight: bold;
	text-decoration: none;
}

.blog .post_info a.comments {
	float: right;
	padding-left: 25px;
	background: url(../images/comment.png) no-repeat left center;
	text-decoration: none;
}

.blog a.like {
	display: block;
	float: right;
	padding: 1px 22px 1px 0px;
	background: url(../images/like.png) no-repeat right 1px;
	text-decoration: none;
	color: #828282;
}

.tags {
	border-top: solid 1px #d9d9d9;
	margin-top: 12px;
	padding: 10px 0px;
	font-size: 11px;
	clear: both;
	display: inline-block;
	width: 100%;
}

.tags ul {
	display: inline-block;
}

.tags ul li {
	list-style: none;
	line-height: 100%;
	padding: 4px 5px;
	background-color: #e2e2e2;
	margin-left: 10px;
	float: left;
}

.tags ul li:first-child {
	margin-left: 0px;
}

.tags span {
	float: left;
	padding-right: 10px;
}

.tags ul li a {
	color: #4e4e4e;
	text-decoration: none;
	text-shadow: 0px 1px 0 #fff;
}

/*Comment*/
#comments li {
	list-style: none;
	padding: 12px 13px;
	border-top: solid 1px #dddddd;
}

#comments li.odd {
	background-color: #f1f1f1;
}

#comments li.even {
	background-color: #ffffff;
}

#comments li img {
	float: left;
	margin: 2px 15px 2px 0px;
}

#comments li h5 {
	padding-bottom: 5px;
}

#comments li span {
	color: #a3a3a3;
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 5px;
}

#comments li h5 a {
	color: #000000;
	font-size: 14px;
	padding-bottom: 5px;
}

#comments li .comment_body {
	margin-left: 62px;
}

.comment_form {
	background-color: #383f4b;
}

.comment_form h2 {
	color: #fff;
	text-shadow: 0px 1px 0 #242424;
}

#moby_form {
	padding-bottom: 10px;
}

#moby_form li {
	list-style: none;
	padding: 5px 13px;
	text-align: right;
}

#moby_form li input[type=text],
#moby_form li input[type=email],
#moby_form li textarea {
	border: solid 1px #2d333d;
	padding: 10px 0px 7px 0px;
	background: #e3e3e3;
	box-shadow: inset 0px 0 8px #626262;
	width: 99%;
	font-size: 13px;
	color: #8b8b8b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
}

#moby_form li input[type=text]:focus,
#moby_form li textarea:focus {
	box-shadow: inset 0px 0 5px #fff;
	color: #333;
}

#moby_form li input[type=submit] {
	border: none;
	background: url(../images/submit.png) no-repeat left center;
	padding: 7px 25px 5px 45px;
	font-size: 14px;
	font-family: 'MgOpenModataBold';
	text-shadow: 0px 1px 0 #275d8c;
	color: #fff;
	line-height: 100%;
	box-shadow: 0 1px 2px #2c2c2c;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#moby_form li input[type=submit]:active {
	box-shadow: 0 0px 2px #000;
	cursor: pointer;
	text-shadow: 0px 0px 1px #275d8c;
	color: #cee2f3;
}

/*Contact*/
#contact {
	width: 287px;
	display: inline-block;
}

#contact li {
	padding: 13px 10px 13px 50px;
	border-top: solid 1px #ececec;
	list-style: none;
}

#contact li.address {
	background: url(../images/location.png) no-repeat 10px 7px;
}

#contact li.telephone {
	background: url(../images/telephone.png) no-repeat 10px 7px;
}

#contact li.website {
	background: url(../images/website.png) no-repeat 10px 7px;
}

/* Border Radius */
.block_module,
.btn,
.blog img,
.tags ul li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Box Shadow */
.block_module {
	-webkit-box-shadow: 0 0px 2px #989898;
	;
	box-shadow: 0 0px 2px #989898;
	display: inline-block;
	width: 100%;
	background: url(../images/beijin_02.png);
}


/* Style for the contact form and status messages */

.statusMessage {
	color: #666;
	background-color: #ebedf2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfe1e5), color-stop(1, #ebedf2));
	background: -moz-linear-gradient(center bottom, #dfe1e5 0%, #ebedf2 100%);
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: .95;
}

.statusMessage {
	display: none;
	margin: auto;
	width: 80%;
	height: 2em;
	padding: 1.5em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.statusMessage p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#contactForm.positioned,
.statusMessage {
	left: 5px;
	top: 50%;
}

.statusMessage {
	margin-top: -1em;
}

.text {
	width: 20%;
}

.input {
	width: 80%;
}

.footer {
	height: 60px;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.footer-con {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border-top: 2px #fff solid;
	padding-top: 10px;
	height: 50px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	background: #000;
	-webkit-transition: right .5s ease;
	transition: right .5s ease;
}

.footer li {
	float: left;
	width: 33%;
}

.footer li a {
	display: block;
	height: 50px;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.footer li.zx a {
	background: url(../images/ico-tel2.png) center 2px no-repeat;
	background-size: 20px 20px;
}

.footer li.tel a {
	background: url(../images/qq.png) center 0px no-repeat;
	background-size: 22px 25px
}

.footer li.yy a {
	background: url(../images/ico-yy.png) center 2px no-repeat;
	background-size: 20px 20px
}

.footer li.dh a {
	background: url(../images/ico-home.png) center 2px no-repeat;
	background-size: 20px 20px
}

.wapprotime a {
	text-decoration: none;
}

.wapprotime {
	font-size: 14px;
	margin-top: 10px;
}

.wapprotime li {
	margin-bottom: 15px;
}

.wapprotime li span {
	background-color: #a60f08;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;
}

a.telbuy {
	display: block;
	background-color: #faab00;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;
	text-align: center;
}

a.proxq {
	display: block;
	background-color: #a60f08;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;
	text-align: center;
	width: 80px;
	margin-top: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}

.li_erji {
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 2px;
	background-color: #fff;
	width: 96%;
}

.li_erji li {
	float: left;
	margin-bottom: 5px;
	text-align: center;
	width: 28%;
	background-color: #e79e11;
	margin-left: 1%;
	padding: 5px 5px 5px 5px;
}

.li_erji li a {
	color: #fff;
}

/***/
#nav {
	line-height: 30px;
	list-style-type: none;
	background: #000;
	float: right;
	font-size: 16px;
}

#nav a {
	display: block;
	width: 140px;
	text-align: center;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;

}

#nav li {
	float: left;
	width: 140px;
	background: #0c0174;
	line-height: 45px;
	border-bottom: 1px solid #bfbfbf;
}

#nav li a:hover {
	width: 140px;
}

#nav li ul {
	line-height: 27px;
	list-style-type: none;
	left: -999em;
	width: 140px;
	position: absolute;
}

#nav li ul li {
	float: left;
	width: 140px;
	background: #fff;
	text-align: center;
}


#nav li ul a {
	display: block;
	width: 140px;
	text-align: center;
}

#nav li ul a:link {
	color: #fff;
	text-decoration: none;
}

#nav li ul a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li ul a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav li:hover ul {
	left: auto;
}

#nav li.sfhover ul {
	left: auto;
}

#content {
	clear: left;
}

/**/
body {

	margin-right: auto;
	margin-bottom: 10px;

	text-align: center;
	height: auto;
	width: auto;
	background: url(../images/beijin_02.png);
	font-size: 12px;
	color: #000000;
}

#container {
	text-align: left;
	width: 760px;
	height: 400px;
	background-color: red;
	padding: 20px;
}

#container #title {
	height: 28px;
}

#container #title li {
	float: left;
	list-style-type: none;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 1px;
}

#container #title ul {

	height: 28px;
}

#container #title a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: auto;
	background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left -29px;
}

#container #title .selectli1 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left -87px;
}

#container #title a .selectspan1 {
	display: block;
	background: url(/texiao/tab_selected_right_bk2.gif) no-repeat right -87px;
	padding: 0 15px 0 15px;
}

#container #title .selectli2 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left 0px;
}

#container #title a .selectspan2 {
	display: block;
	background: url(/texiao/tab_selected_right_bk2.gif) no-repeat right 0px;
	padding: 0 15px 0 15px;
}

.hidecontent {
	display: none;
}

#div1 {
	width: 140px;
	height: 200px;
	background: white;
	display: none;
	margin-top: 60px;

}

#div1 #nav li:nth-child(10) {
	display: none;

}

iframe {
	max-width: 320px;
}

.page .t2 {
	max-width: 320px;
}

.page .t1 {
	max-width: 320px;
}

/*block*/

.block img:nth-child(1) {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.block img:nth-child(2) {
	max-width: 360px;
	margin-top: 10px;
}

.block span {
	background-color: red;
	display: block;
	width: 90px;
	color: white;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	margin: 20px auto;
}

/*block1*/
.block1 {
	height: 350px;
}

.block1 img:nth-child(1) {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

/*block2*/
.block2 {
	height: 480px;
}

.block2 img:nth-child(1) {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.block2 span {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: red;
	text-align: center;
	font-family: KaiTi;
	font-size: 18px;
}

/*block3*/
.block3 {
	height: 380px;
	width: 100%;
	background-color: #eeeeee;
}

.block3 img:nth-child(1) {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #eeeeee;
}

/*cxlmul*/
.bejin1 {
	background-image: url(../images/ÊÖ»úÍøÕ¾_32.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 67px;
}

.bejin2 {
	background-image: url(../images/ÊÖ»úÍøÕ¾_48.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 55px;
}

.cxlmul {
	width: 99%;
	margin: 0 auto;
}

.cxlmul li {
	width: 25%;
	float: left;
	height: 110px;
}

.cxlmul li a {
	display: block;
	width: 80%;
	margin: 5px auto;
	height: 115px;
	text-align: center;
	font-size: 14px;
}

.cxlmul li a img {
	width: 100%;
}

/*cxzl*/
.cxzl {
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cxbk {
	width: 100%;
	padding-top: 5px;
}

.cxzlbt2 {
	text-align: center;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	color: #565656;
	font-family: "Î¢ÈíÑÅºÚ";
	border-bottom: 1px solid #ebebf1;
	padding: 0 0 10px 0;
}

.cxzlbt1 {
	text-align: center;
	font-size: 15px;
	height: 35px;
	margin-top: 20px;
	line-height: 35px;
	color: #565656;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bold;
}

.div3 {
	width: 70px;
	height: 25px;
	font-size: 13px;
	margin-top: 10px;
	border: 1px solid #fe8102;
	border-radius: 5px;
	line-height: 25px;
	text-align: center;
}

.div4 {
	width: 100%;
}

.div4 .div7 {
	width: 100%;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
}

.div4 .div6 {
	width: 100%;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
}

.lm {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/suiwu1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lm1 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/sbcx1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.lm2 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/zizhi1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.lm3 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/ssch1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.lm4 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/cwgw1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.lm5 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/xiangmutouzi1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.lm6 {
	width: 100%;
	border: 1px solid #ebebf1;
	padding-left: 5px;
	padding-top: 15px;
	height: 133px;
	float: left;
	background-image: url(../images/shangshifudao1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.xbt {
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	font-family: "Î¢ÈíÑÅºÚ";
	padding-left: 5px;
	background-image: url(../images/wap_38.jpg);
	width: 50%;
	height: 38px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cxzlbt {
	text-align: center;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color: #565656;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bold;
	border-bottom: 1px solid #ebebf1;
	padding: 10px 0;
}

.zlul1 {
	width: 100%;
	margin-top: 15px;
}

.zlul1 li {
	width: 49%;
	float: left;
	margin: 0 0.1%;
	background-color: #fff;
	margin-bottom: 5px;
}

.zlul1 li .div1 {
	width: 55%;
	float: Left;
	margin-left: 3%;
	margin-top: 25px;
}

.zlul1 li .div2 {
	width: 100%;
	margin-top: 10px;
}

.zlul1 li .div2 img {
	width: 100%;
}

.zlul3 li .div2 img {
	width: 100%;
}

.zlul1 li .div1 span {
	font-size: 18px;
	font-weight: bold;
}

.zlul1 li .div1 p {
	margin-top: 0px;
	line-height: 30px;
}

.zlul2 {
	width: 100%;
	margin-top: 15px;
}

.zlul3 {
	width: 100%;
}

.zlul3 li {
	width: 100%;
}

.zlul7 {
	width: 100%;
	margin-top: 10px;
}

.zlul7 li {
	width: 48%;
	background-color: #fff;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.zlul7 li a .altp {
	width: 100%;
}

.zlul7 li a .altp img {
	width: 100%;
	height: 160px;
}

.zlul7 li .twz {
	width: 100%;
	padding: 10px 0;
	background-color: #f3f3f3;
	text-align: center;
	color: #666;
	font-size: 12px;
	display: block;
}

.div5 {
	font-size: 18px;
	line-height: 25px;
	color: #848484;
}

.div5 .hondian {
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #f15f17;
	float: left;
}

.div5 .mc {
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #848484;
}

.zwz {
	float: left;
	width: 50%;
}

.div6 {
	float: left;
	width: 50%;
}

.div6 img {
	width: 100%;
	height: 165px;
}

.zlul3 li .div4 {
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #848484;
}

.zlul3 li .div2 img {
	width: 100%;
}

.zlul3 li .div2 {
	width: 100%;
	border-bottom: 1px solid #ebebf1;
	padding-bottom: 10px;
}

.zlul2 li {
	width: 31%;
	float: left;
	margin: 0 0.8%;
	background-color: #fff;
	margin-bottom: 5px;
}

.zlul2 li .tupian {
	width: 31%;
	float: left;
	margin-top: 100px;
	margin-left: 30px;
}

.zlul2 li .tupian img {
	width: 100%;
}

.zlul9 li {
	width: 46%;
	float: left;
	margin: 0 0.8%;
	background-color: #fff;
	margin-bottom: 5px;
}

.zlul9 {
	margin-top: 15px;
}

.ywul2 {
	width: 100%;
	margin-top: 15px;
}

.ywul2 li {
	width: 20%;
	float: left;
	margin: 0 2.2%;
	padding-top: 10px;
	background-color: #fff;
	margin-bottom: 5px;
	text-align: center;
}

.ywul2 li span {
	font-size: 14px;
}

.ywul2 li p {
	text-align: center;
	margin-top: 0px;
	color: #f61a5e;
}

.ywul2 li div {
	width: 100%;
	margin: 5px auto;
}

.ywul2 li div img {
	width: 100%;
	border-radius: 50%;
	height: 75px;
}

.dhzz {
	width: 80%;
	margin: 10px auto;
	position: relative;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #ff7b22;
	line-height: 40px;
	font-size: 14px;
	color: #ff7b22;
	font-family: "Î¢ÈíÑÅºÚ";
}

.ljzx {
	width: 39%;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
	background-color: #ff7b22;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.dhwz {
	color: #000;
	font-size: 12px;
	width: 30%;
	display: inline;
	margin-left: 20px;
	font-family: "arial";
}

/*cxnews*/
.cxnews {
	width: 100%;
	background-color: #fff;
}

.cxnews li {
	width: 98%;
	border-bottom: 1px solid #a8a8a8;
	float: Left;
	margin-left: 1%;
	height: 35px;
	line-height: 35px;
}

.cxnews li a {
	height: 35px;
	line-height: 35px;
	float: Left;
	color: #
}

.cxnews li img {
	width: 8px;
	margin: 0 4px;
	margin-top: 10px;
	float: Left;
}

.cxnews li span {
	float: right;
	margin-right: 2px;
	line-height: 35px;
	color: #a8a8a8;
}

/**/
.m15 {
	margin-top: 15px;
}

.bodycenter {
	max-width: 640px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.top-block {
	width: 100%;
	height: 60px;
	max-width: 640px;
	background-color: #fff;
}

.top-logo {
	width: 253px;
	margin: 15px auto;
	float: left;
	height: 60px;
}


.m-food {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.m-food li {
	float: left;
	width: 49%;
	margin-left: 0.5%;
	margin-left: 0.5%;
	margin-top: 10px;
	overflow: hidden;
}

.m-food li .m-food-pic {
	height: 246px;
	width: 100%;
}

.m-food li .m-food-text {
	width: 100%;
	height: 24px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

.m-company {
	background-image: url(../images/hezuo_02.png);
	width: 100%;
	padding-top: 5px;
	height: 500px;
	background-size: 100% 500px;
	margin-top: 10px;
}

.company-pic {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 150px;
	border: 1px #9f9f9f solid;
	overflow: hidden;
}

.company-pic img {
	width: 100%;
}

.company-text {
	color: #dfdfdf;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px #999999 solid;
	padding-bottom: 10px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

#roll1 {
	width: 98%;
	margin-left: 1%;
	height: 200px;
	overflow: hidden;
	margin-right: 1%;
	margin-top: 10px;
}

.rollclass {
	width: 900%;
}

.rollclass div {
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.rollclass img {
	height: 180px;
}

#rollleft1 li {
	float: left;
	margin-left: 10px;
}

#rollright1 li {
	float: left;
	margin-left: 10px;
}

#rollleft1,
#rollright1 {
	float: left;
}

.m-diliao {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}

.m-diliao div img {
	width: 100%;
}

.m-wuliu {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 140px;
	overflow: hidden;
	margin-top: 10px;
}

.m-wuliu .wuliu-one {
	float: left;
	background-color: #000;
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.m-wuliu .wuliu-one img {
	height: 80%;
	margin-top: 10%;
}

.m-wuliu .wuliu-two {
	float: left;
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
	height: 140px;
}

.m-wuliu .wuliu-two img {
	height: 140px;
}

.m-newslist {
	width: 92%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	background-image: url(../images/hezuo_02.png);
	height: 190px;
	background-size: cover;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5%;
}

.m-newslist dd a {
	color: #fff;
	font-size: 14px;
	display: block;
	height: 24px;
}

.m-newslist .listpic {
	float: left;
	height: 20px;
}

.m-newslist .listpic img {
	height: 12px;
	margin-right: 5px;
}

.m-newslist .listtext {
	float: left;
	height: 20px;
	line-height: 20px;
}

.m-newslist .listdate {
	float: right;
	height: 20px;
	line-height: 20px;
}

.foot-bg {
	width: 88%;
	margin: 0 auto;
	margin-top: 10px;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.foot-bg a {
	color: #000;
}

.foot-bg img {
	margin-top: 5px;
}

.erjilanmu {
	margin-top: 5px;
	width: 99%;
	margin-left: 0.5%;
	float: left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.erjilanmu li {
	width: 24%;
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	text-align: center;
	float: Left;
	border: 1px solid #e6e6e6;
	margin-left: 0.12%;
	margin-right: 0.12%;
}

.erjilanmu li a {
	font-size: 16px;
	color: #000;
}

.m-content img {width: 40%;}

.list-content {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}

.newslists {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.newslists .list-title {
	font-size: 14px;
	font-weight: bold;
}

.list-contents {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	background-color: #ececec;
	padding-left: 5px;
	padding-right: 5px;
}

.newsContent {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 15px;
}

.newsContent h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.conpic {
	text-align: center;
}

.commmon-album {
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.commmon-album li {
	float: left;
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: 220px;
}

.commmon-news {
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-bottom: 10px;
}

.commmon-news li {
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
}

.commmon-news li a {
	font-size: 14px;
}

.m-content {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}


.clear {
	clear: both;
}

.banner {
	width: 100%;
	height: 496px;
}

.banner img {
	width: 100%;
	height: 100%;
}

.dzalbg {
	width: 100%;
	background-color: #ffffff;
}

.dzal {
	width: 100%;
	margin: 0 auto;
}

.dzal .dzalbt {
	;
	margin: 0 auto 20px auto;
	;
	height: 95px;
}

.dzal .dzalbt img {
	width: 100%;
	height: 100%;
}

.dzal .dzaltp {
	width: 100%;
	max-height: 30%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.dzal .dzaltp .zt {
	width: 40%;
	float: left;
	height: 308px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.dzal .dzaltp .zt img {
	width: 100%;
	height: 100%;
}

.dzal .dzaltp .zt img:hover {
	width: 100%;
	height: 100%;
	transform: scale(1.5, 1.5);
	transition: 1s;
}

.dzal .dzaltp .yt {
	width: 53%;
	float: left;
	margin-left: 10px;
}

.dzal .dzaltp .yt li {
	width: 34%;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 18px;
	margin-top: 10px;
	height: 84px;
	overflow: hidden;
}

.dzal .dzaltp .yt li img {
	width: 100%;
	height: 100%;
}

.dzal .dzaltp .yt li img:hover {
	width: 100%;
	height: 100%;
	transform: scale(1.5, 1.5);
	transition: 1s;
}

.dzal .dzaltp .yt li:nth-child(1) {
	width: 34%;
	float: left;
	height: 84px;
	margin-left: 0px;
	margin-top: 0px;
}

.dzal .dzaltp .yt li:nth-child(2) {
	width: 34%;
	float: left;
	height: 84px;
	margin-top: 0px;
}

.dzal .dzaltp .yt li:nth-child(3) {
	width: 34%;
	float: left;
	height: 84px;
	margin-left: 0px;
}

.dzal .dzaltp .yt li:nth-child(5) {
	width: 34%;
	float: left;
	height: 84px;
	margin-left: 0px;
}

.dzal .dzaltp .yt li:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.cpzs {
	width: 100%;
	background-color: #89cae287;
}

.cpzs .cpzsjz {
	width: 80%;
	margin: 0 auto;
}

.cpzs .cpzsjz .cpzsbt {
	width: 270px;
	height: 90px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.cpzs .cpzsjz .cpzsbt img {
	width: 100%;
	height: 100%;
}

.cpzs .cpzsjz .cptp {
	width: 80%;
	margin: 0 auto;
}

.cpzs .cpzsjz .ckgddz {
	text-align: center;
	background-size: cover;
	font-size: 16px;
	font-family: "ºÚÌå";
	width: 140px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin: 40px auto;
	background: #0c0174;
	padding: 6px 0px;
	border-radius: 3px;
}

.cpzs .cpzsjz .cptp li {
	width: 124px;
	float: left;
	height: 247px;
	margin-left: 36px;
}

.cpzs .cpzsjz .cptp li img {
	width: 100%;
	height: 100%;
}

.jnysbg {
	width: 100%;
	background-image: url(../images/jnysbg.png);
	height: 710px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jnysbg .jnys {
	width: 100%;
	margin: 0 auto;
}

.jnysbg .jnys .jnysbt {
	width: 302px;
	height: 100px;
	margin: 0 auto;
	padding-top: 42px;
	padding-bottom: 42px;
}

.jnysbg .jnys .jnysbt img {
	width: 100%;
	height: 100%;
}

.jnysbg .jnys .jnysnr {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.jnysbg .jnys .jnysnr .jz {
	width: 169px;
	float: left;
	margin-right: 3px;
	border-right: 1px dashed #6298ad;
}

.jnysbg .jnys .jnysnr .jz .jsys {
	width: 169px;
	height: 233px;
	background-color: #02587b;
	border-bottom: 1px dashed #6298ad;
}

.jnysbg .jnys .jnysnr .jz .jsys img {
	width: 160px;
	height: 45px;
	margin: 0 auto 14px auto;
	display: block;
	padding-top: 35px;
}

.jnysbg .jnys .jnysnr .jz .jsys .ysbt {
	width: 100%;
	font-size: 22px;
	font-family: "ºÚÌå";
	text-align: center;
	color: #fff;
}

.jnysbg .jnys .jnysnr .jz .jsys .ysms {
	width: 95%;
	font-size: 14px;
	line-height: 25px;
	font-family: "ºÚÌå";
	margin: 26px auto;
	color: #fff;
}

.jnysbg .jnys .jnysnr .jz .zlys {
	width: 169px;
	height: 233px;
	background-color: #02587b;
}

.jnysbg .jnys .jnysnr .jz .zlys img {
	width: 160px;
	height: 45px;
	margin: 0 auto 14px auto;
	display: block;
	padding-top: 35px;
}

.jnysbg .jnys .jnysnr .jz .zlys .zlbt {
	width: 100%;
	font-size: 22px;
	font-family: "ºÚÌå";
	text-align: center;
	color: #fff;
}

.jnysbg .jnys .jnysnr .jz .zlys .zlms {
	width: 95%;
	font-size: 14px;
	line-height: 25px;
	font-family: "ºÚÌå";
	margin: 26px auto;
	color: #fff;
}

.jnysbg .jnys .jnysnr .ystp {
	width: 626px;
	height: 471px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.jnysbg .jnys .jnysnr .ystp img {
	width: 100%;
	height: 100%;
}

.jnysbg .jnys .jnysnr .sf {
	width: 169px;
	float: left;
}

.jnysbg .jnys .jnysnr .sf .sfys {
	width: 169px;
	height: 233px;
	background-color: #02587b;
	border-bottom: 1px dashed #6298ad;
}

.jnysbg .jnys .jnysnr .sf .sfys img {
	width: 160px;
	height: 45px;
	margin: 0 auto 14px auto;
	display: block;
	padding-top: 35px;
}

.jnysbg .jnys .jnysnr .sf .sfys .ysbt {
	width: 100%;
	font-size: 22px;
	font-family: "ºÚÌå";
	text-align: center;
	color: #fff;
}

.jnysbg .jnys .jnysnr .sf .sfys .ysms {
	width: 95%;
	font-size: 14px;
	line-height: 25px;
	font-family: "ºÚÌå";
	margin: 26px auto;
	color: #fff;
}

.jnysbg .jnys .jnysnr .sf .fwys {
	width: 169px;
	height: 233px;
	background-color: #02587b;
}

.jnysbg .jnys .jnysnr .sf .fwys img {
	width: 160px;
	height: 45px;
	margin: 0 auto 14px auto;
	display: block;
	padding-top: 35px;
}

.jnysbg .jnys .jnysnr .sf .fwys .ysbt {
	width: 100%;
	font-size: 22px;
	font-family: "ºÚÌå";
	text-align: center;
	color: #fff;
}

.jnysbg .jnys .jnysnr .sf .fwys .ysms {
	width: 95%;
	font-size: 14px;
	line-height: 25px;
	font-family: "ºÚÌå";
	margin: 26px auto;
	color: #fff;
}

.jngsjjbg {
	width: 100%;
}

.jngsjjbg .jngsjjct {
	width: 80%;
	margin: 0 auto;
}

.jngsjjbg .jngsjjct .gsjjnr {
	width: 70%;
	margin-left: 100px;
	padding-top: 10px;
}

.jngsjjbg .jngsjjct .gsjjnr .gsjjbt {
	width: 100%;
	font-size: 14px;
	color: #6cd4ff;
	line-height: 20px;
	margin: 0 100px;
}

.jngsjjbg .jngsjjct .gsjjnr .gsjjms {
	width: 100%;
	font-size: 8px;
	color: #fff;
	line-height: 18px;
	font-family: "ËÎÌå";
	margin-top: 10px;
	margin: 0 100px;
}

.gcal {
	width: 100%;
	;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 528px;
}

.gcal .gcalbt {
	width: 304px;
	margin: 0 auto 30px auto;
	padding-top: 40px;
	height: 100px;
}

.gcal .gcalbt img {
	width: 100%;
	height: 100%;
}

.gcal .gcalxt {
	width: 100%;
	height: 100%;
	margin-top: 50px;
}

.gcal .gcalxt li {
	width: 276px;
	height: 192px;
	float: left;
	margin-left: 24px;
}

.gcal .gcalxt li:nth-child(1) {
	width: 276px;
	height: 192px;
	float: left;
	margin-left: 0px;
}


.jnxw {
	width: 100%;
	margin: 24px auto;
}

.jnxw .jnxwnr {
	width: 100%;
}

.jnxw .jnxwnr .twcolumn {
	width: 100%;
	margin-top: 5px;
}

.jnxw .jnxwnr .twcolumn .tzs {
	width: 98%;
	height: 175px;
	float: left;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin: 0 auto;
}

.jnxw .jnxwnr .twcolumn .tzs img {
	width: 100%;
	height: 100%;
}

.jnxw .jnxwnr .twcolumn .tzswz {
	width: 306px;
	float: left;
	margin-left: 10px;
}

.jnxw .jnxwnr .twcolumn .tzswz .xwlmbt {
	width: 100%;
	font-size: 18px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #000;
	line-height: 36px;
}

.jnxw .jnxwnr .twcolumn .tzswz .xwms {
	width: 100%;
	font-size: 14px;
	font-family: "ÐÂËÎÌå";
	color: #777777;
	line-height: 26px;
}

.jnxw .jnxwnr .twcolumn .tzswz .ckxq {
	width: 143px;
	font-size: 16px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	line-height: 36px;
	height: 36px;
	background-color: #ff7f00;
	margin-top: 35px;
	text-align: center;
}

.jnxw .jnxwnr .twcolumn .tzswz .ckxq a {
	width: 143px;
	font-size: 16px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	line-height: 36px;
	height: 36px;
	background-color: #ff7f00;
	margin-top: 35px;
	text-align: center;
}

.jnxw .jnxwnr .xwxbtlm {
	width: 100%;
	margin-top: 11px;
}

.jnxw .jnxwnr .xwxbtlm li {
	width: 270px;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	margin-top: 15px;
	float: left;
}

.jnxw .jnxwnr .xwxbtlm li:nth-child(1) {
	width: 270px;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	margin-top: 15px;
	float: left;
	margin-left: 0px;
}

.jnxw .jnxwnr .xwxbtlm li:nth-child(3) {
	width: 270px;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	margin-top: 15px;
	float: left;
	margin-left: 0px;
}

.jnxw .jnxwnr .xwxbtlm li:nth-child(5) {
	width: 270px;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #fff;
	margin-top: 15px;
	float: left;
	margin-left: 0px;
}

.jnxw .jnxwnr .xwxbtlm li img {
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 7px;
}

.jnxw .jnxwnr .xwxbtlm li .xwxbt {
	float: left;
	margin-left: 5px;
}

.jnxw .lxjn {
	width: 90%;
	margin: 0 auto;
}

.jnxw .lxjn .lxjnbt {
	font-size: 18px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 30px;
}

.jnxw .lxjn .zchz {
	font-size: 24px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #02587b;
	line-height: 30px;
	margin-top: 10px;
}

.jnxw .lxjn .zchz span {
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #02587b;
	display: block;
}

.jnxw .lxjn .qp {
	margin: 10px auto;
	width: 100%;
}

.jnxw .lxjn .qp .qfrx {
	width: 100%;
}

.jnxw .lxjn .qp .qfrx img {
	width: 37px;
	float: left;
	height: 37px;
	margin-right: 10px;
}

.jnxw .lxjn .qp .qfrx .qfrxwz {
	width: 127px;
	float: left;
}

.jnxw .lxjn .qp .qfrx .qfrxzw {
	font-size: 14px;
	color: #666666;
	width: 100%;
}

.jnxw .lxjn .qp .qfrx .qfrxyw {
	font-size: 16px;
	color: #02587b;
	width: 100%;
}

.jnxw .lxjn .qp .ppgw {
	width: 100%;
}

.jnxw .lxjn .qp .ppgw .qfrxzw {
	font-size: 14px;
	color: #666666;
	width: 100%;
}

.jnxw .lxjn .qp .ppgw .qfrxyw {
	font-size: 16px;
	color: #02587b;
	width: 100%;
}

.jnxw .lxjn .ljgd {
	width: 223px;
	height: 46px;
	border: 2px solid #02587b;
	line-height: 46px;
	text-align: center;
	color: #02587b;
	margin-top: 20px;
	font-size: 14px;
	font-family: "ËÎÌå";
}

.jnxw .lxjn .ljgd a {
	color: #02587b;
	font-size: 14px;
	font-family: "ËÎÌå";
}

.jnxw .lxjn .dt {
	width: 300px;
	height: 158px;
	margin-top: 24px;
}

.jnxw .lxjn .dt img {
	width: 100%;
	height: 100%;
}


/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshow {
	width: 100%;
	margin: 10px auto;
}

.pgwSlideshow li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.pgwSlideshow li img {
	width: 100%;
}

.pgwSlideshow a {
	color: #fff;
}

.pgwSlideshow .ps-current {
	text-align: center;
	position: relative;
	min-height: 150px;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}

.pgwSlideshow .ps-current>ul>li {
	text-align: center;
	z-index: 1;
	opacity: 0;
	display: block;
	height: 403px;
}

.pgwSlideshow .ps-current>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 110px;
}

.pgwSlideshow .ps-caption {
	background: #ff7f00;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
	text-align: left;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 183px;
	height: 63px;
	line-height: 63px;
	margin-left: -90px;
	padding: 10px;
	display: none;

}

.pgwSlideshow .ps-caption span {
	padding: 7px;
	display: inline-block;
}

.pgwSlideshow .ps-caption b {
	border: 1px solid #fff;
	padding: 7px;
	display: inline-block;
	width: 167px;
	height: 49px;
	font-size: 24px;
	line-height: 49px;
	text-align: center;
}

.pgwSlideshow .ps-list {
	overflow: hidden;
	position: relative;
}

.pgwSlideshow .ps-list ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
}

.pgwSlideshow .ps-list li {
	float: left;
}

.pgwSlideshow .ps-list li .ps-item {
	display: block;
	margin: 15px 8px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.pgwSlideshow .ps-list li img {
	display: block;
	border: 1px solid #777;
	width: 275px;
	height: 191px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
	float: left;
	opacity: 1;
	border: 4px solid #fff;
	overflow: hidden;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
	margin: -4px;
}

.pgwSlideshow .ps-prevIcon {

	border-width: 10px 10px 10px 0;
	display: block;
}

.pgwSlideshow .ps-nextIcon {


	border-width: 10px 0 10px 10px;
	display: block;
}

.pgwSlideshow .ps-current .ps-prev {
	background-image: url(../images/leftjiantou.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 58px;
	height: 58px;
	border-left: 0;
	position: absolute;
	padding: 20px 20px 20px 15px;
	left: 0;
	top: 45%;
	cursor: pointer;
}

.pgwSlideshow .ps-current .ps-next {
	background-image: url(../images/rightjiantou.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 58px;
	height: 58px;
	border-right: 0;
	position: absolute;
	padding: 20px 15px 20px 0px;
	right: 0;
	top: 45%;
	cursor: pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshow.narrow .ps-list li img {
	width: 60px;
	height: 60px;
}

.pgwSlideshow.narrow .ps-current .ps-prev {
	padding: 15px 15px 15px 12px;
	top: 40%;
}

.pgwSlideshow.narrow .ps-current .ps-next {
	padding: 15px 12px 15px 15px;
	top: 40%;
}



.pgwSlideshow.narrow .ps-caption {
	font-size: 0.8rem;
	padding: 8px;
}
