/*



Theme Name:start



*/


article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	margin: 0;
	padding: 0;
}
body {
	background: #e0e0e0;
	font-family: "Microsoft Yahei", 微软雅黑;
	overflow-x: hidden;
	    font-size: 12px;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;color: #444;
}
a:hover, .post h2 a:hover, .nav ul li a.current, .commentlist ol li .cmt-author a:hover, .commentlist ol li .cmt-floor a, #divComments ul li a:hover {
	
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.75em;
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
table th {
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}
table td, table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loading.gif) no-repeat center center;
}
 @-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0);
}
}
@font-face {   
   font-family: 'fantasy';   
   src: url('/style/css/font/fantasy.eot');   
   src: url('/style/css/font/fantasy.ttf') format('truetype');       
		  
  font-weight: normal;   
  font-style: normal;  
}

 @-moz-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0);
}
}
 @-o-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0);
}
}
 @-ms-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0);
}
}
 @keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0);
}
}
/*header*/



.site-header {
	height: 120px;
	transition-duration: 0.5s;
}
.site-header.fixed {
	height: 80px;
}
.header {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 1px #eee;
	margin-bottom: 20px;
	transition-duration: 0.8s;
}
.header.fixed {
	position: fixed;
	transition-duration: 0.6s;
	width: 100%;
	z-index: 99;
	opacity: 0.9;
}
.top-box {
	height: 100px;
	transition-duration: 0.8s;
}
.header.fixed .top-box {
	height: 100px;
	transition-duration: 0.6s;
}
.top-box, .container, .mobile-nav .menu, .foot, .foot-ad, .slidershow {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	width: 200px;
	height: 54px;
	margin-top: 38px;
	display: inline;
	transition-duration: 1s;
	-moz-animation: fadeInLeft 1s ease both;
	-webkit-animation: fadeInLeft 1s ease both;
	-o-animation: fadeInLeft 1s ease both;
	-ms-animation: fadeInLeft 1s ease both;
	animation: fadeInLeft 1s ease both;
}
.logo a {
	display: block;
}
.logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.nav {
	float: right;
	height: 100px;
	margin: 27px 50px 0 0;
	display: inline;
	transition-duration: 1s;
}
.nav ul li {
	float: left;
	margin: 0 13px;
	display: inline;
	font-size: 0.875em;
	transition-duration: 0.4s;
	position: relative;
	padding-bottom: 10px;
}
.nav ul li a {
	color: #444;
	font-size: 18px;
	line-height: 69px;
}
.nav ul li a:hover {
	color: #C60080;
	font-weight: bold;
	border-bottom: 4px solid #C60080!important;
}
.nav ul li ul {
	position: absolute;
	left: -30px;
	top: 30px;
	background: #fff;
	width: 120px;
	padding: 10px;
	border-radius: 5px;
	z-index: 98;
	display: none;
}
.nav ul li ul li {
	font-size: 1em;
	padding-bottom: 0;
	margin: 5px 0;
	float: none;
	display: block;
	text-align: center;
}
.header.fixed .logo {
	width: 169px;
	height: 44px;
	margin-top: 10px;
	transition-duration: 1s;
}
.header.fixed .nav {
	margin-top: 10px;
	transition-duration: 1s;
}
.header .btn {
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 15px;
	color: #cecece;
	display: none;
	cursor: pointer;
	overflow: hidden;
}
.header .btn i {
	display: block;
	cursor: pointer;
}
.mobile-nav {
	margin: -18px 0 18px;
	display: none;
	background: #fff;
	box-shadow: 0 1px 1px #eee;
	width: 100%;
	z-index: 97;
}
.mobile-nav .menu {
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
}
.mobile-nav .menu ul li {
	margin: 5px 0;
	font-size: 0.875em;
	position: relative;
}
.mobile-nav .menu ul li i {
	position: absolute;
	right: 10px;
	top: 8px;
}
.mobile-nav .menu ul li a i {
	display: none;
}
.mobile-nav .menu ul li a {
	color: #444;
	display: block;
	background: #f1f1f1;
	padding: 5px;
}
.mobile-nav .menu ul li li a {
	padding: 5px 5px 5px 20px;
}
/*main*/



.container {
	clear: both;
	overflow: hidden;
	transition-duration: 0.8s;
}
.breadcrumb {
	font-size: 0.75em;
	color: #777;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 5px 10px;
	border-radius: 3px;
}
.breadcrumb a {
	color: #777;
}
.mainl {
	
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	
	
}
/*slidershow*/



.full-slidershow {
	width: 100%;
	margin-top: -18px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	width: 830px;
	height: 350px;
	float: left;
	border: 0;
}
.rslides_container {
	float: left;
	display: inline-block;
	width: 830px;
	height: 350px;
	margin: 0 20px 10px 0;
	overflow: hidden;
	position: relative;
}
.rslides1 {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides1 li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides1 li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides1 img {
	display: block;
	width: 100%;
	height: 470px;
	float: left;
	border: 0;
}
.rslides_container1 {
	float: left;
	display: inline-block;
	width: 100%;
	
	
	overflow: hidden;
	position: relative;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 10px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 27px;
	width: 27px;
	background: transparent url("../images/arrow.png") no-repeat left top;
	margin-top: -13.5px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0px;
}
.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("../images/arrow.png") no-repeat left 50%;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	text-align: center;
	position: absolute;
	bottom: 5%;
	width: 100%;
	z-index: 9;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
*float: left;
	margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ccc;
	background: rgba(255,255,255, .9);
	display: inline-block;
	_display: block;
*display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0.75em;
	color: #666;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #0F72A5;
	color: #fff;
}
/*post*/



.post {
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 15px;
	transition-duration: 0.6s;
}
.post h1 {
	text-align: center;
	font-size: 1.625em;
	color: #444;
	font-weight: normal;
	margin-bottom: 10px;
}
.post.hover {
	border-color: #61B3E6;
	transition-duration: 0.6s;
}
.post h2 {
	font-size: 1em;
	margin-bottom: 15px;
}
.post h2 a {
	color: #333;
}
.istop h2 {
	margin-bottom: 0;
}
.post .post-cat, .istop h2 span {
	float: left;
	font-size: 0.75em;
	margin: 3px 10px 0 0;
	display: inline;
}
.post .post-cat a, .istop h2 span {
	padding: 3px 6px 2px;
	background: #C70508;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Simsun';
}
.post .post-cat a:hover {
	background: #0F72A5;
}
.istop h2 span {
	font-weight: normal;
	background: #C60080;
	padding: 2px 6px 0;
	margin: 2px 10px 0 0;
}
.post .thumb {
	width: 250px;
	height: auto;
	float: left;
	margin: 5px 15px 5px 0;
	display: inline;
}
.post .thumb a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.post .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.post .thumb img:hover {
	opacity: 0.7;
}
.post .entry {
	font-size: 0.875em;
	color: #555;
	overflow: hidden;
}
.post .entry blockquote {
	margin: 0 2em 15px;
	padding: 10px 10px 0;
	overflow: hidden;
	background: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post .entry p {
	margin-bottom: 15px;
	line-height: 1.75em;
	text-align: justify;
}
.post .entry a {
	color: #0F72A5;
}
.post .entry a:hover {
	text-decoration: underline;
}
.post .entry img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5, .post .entry h6 {
	margin-bottom: 15px;
}
.post .entry ul, .post .entry ol {
	margin-bottom: 15px;
	margin-left: 2em;
}
.post .entry ul li {
	list-style: outside disc none;
}
.post .entry ol li {
	list-style: outside decimal none;
}
.post .search-result {
	padding: 20px 0;
}
.post .search-result p {
	background: #ebebeb;
	padding: 10px 2%;
	border-left: 4px solid #0F72A5;
	border-right: 4px solid #0F72A5;
}
.post .search-result p a {
	color: #555;
}
.post .search-result p a:hover {
	color: #0F72A5;
}
.post .postmeta {
	font-size: 0.75em;
	color: #666;
}
.post .postmeta a {
	color: #666;
}
.post .postmeta a:hover {
	text-decoration: underline;
}
.post .postmeta span {
	padding-right: 5px;
}
.post .article-meta {
	text-align: center;
	color: #999;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.post .tags {
	text-align: center;
	font-size: 0.875em;
	padding: 10px 0;
	color: #888;
}
.post .tags a {
	background: #3F729B;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
	font-size: 0.875em;
}
.post .tags a:hover {
	background: #F57F7F;
}
.post .post-nav {
	padding: 10px 0;
	overflow: hidden;
}
.post .post-nav span {
	display: block;
	font-size: 0.875em;
	color: #888;
}
.post .post-nav a {
	color: #444;
	font-size: 0.75em;
}
.post .post-nav .nav-left {
	float: left;
}
.post .post-nav .nav-right {
	float: right;
}
.post .post-nav .nav-right span {
	text-align: right;
}
.post .post-copyright {
	font-size: 0.75em;
	background: #F4F4F4;
	border-bottom: 2px solid #ebebeb;
	padding: 10px;
	color: #999;
	position: relative;
	margin-bottom: 15px;
}
.post .post-copyright a {
	color: #999;
}
.post .related {
	margin-bottom: 15px;
}
.post .related p {
	font-size: 0.875em;
	color: #666;
	text-align: center;
	background: #f4f4f4;
	border-left: 4px solid #3F729B;
	border-right: 4px solid #3F729B;
	padding: 5px 0;
}
.post .related h3, .commentlist h3, .commentsform h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.post .related ul li {
	clear: both;
	overflow: hidden;
	margin: 6px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post .related ul li a {
	font-size: 0.875em;
	color: #444;
}
.post .related ul li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ccc;
	color: #fff;
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 0.75em;
	margin: 6px 8px 0 0;
}
.post .related ul li span.top {
	background: #3F729B;
}
.post .related ul li i {
	float: right;
	font-size: 0.75em;
	color: #999;
}
.start-ad {
	overflow: hidden;
}
.start-ad img, .surroundad img, .foot-ad img {
	display: block;
	width: 100%;
	height: auto;
}
.start-ad {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.surroundad {
	float: left;
	width: 35%;
	height: auto;
	margin-right: 15px;
	margin-top: 5px;
	display: inline;
}
.social-share {
	text-align: center;
}
.social-share .bdsharebuttonbox a {
	float: none;
}
/*commentlist*/



.commentlist {
	margin-bottom: 15px;
}
.commentlist ol li {
	clear: both;
	padding: 10px 0;
}
.commentlist ol li .cmt-info {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}
.commentlist ol li .gravatar {
	position: absolute;
	left: 0;
	top: 3px;
	width: 40px;
	height: 40px;
}
.commentlist ol li .gravatar img {
	display: block;
	width: 100%;
	height: auto;
	transform: Rotate(-720deg);
	transition: transform 0.4s ease 0s;
}
.commentlist ol li .gravatar img:hover {
	transform: Rotate(720deg);
	transition: transform 0.4s ease 0s;
}
.commentlist ol li .cmt-author {
	font-weight: bold;
	font-size: 0.875em;
	margin-bottom: 5px;
	line-height: 40px;
	padding-top: 4px;
}
.commentlist ol li .cmt-author a {
	color: #000;
}
.commentlist ol li .cmt-meta {
	font-size: 0.75em;
	color: #999;
}
.commentlist ol li .cmt-meta span, .commentlist ol li .cmt-meta span a {
	color: #6B92B2;
}
.commentlist ol li .cmt-floor {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 0.875em;
	color: #666;
}
.commentlist ol li .cmt-con {
	font-size: 0.875em;
	color: #333;
}
.commentlist ol li ol {
	margin-left: 10px;
	border: 1px solid #ebebeb;
	background: #f9f9f9;
	margin-top: 15px;
	padding: 0 10px;
}
/*commentsform*/



.commentsform p {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
	font-size: 0.875em;
}
.commentsform .text {
	width: 50%;
	border: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	margin-right: 10px;
}
.commentsform textarea {
	width: 98%;
	border: 1px solid #ddd;
	height: 150px;
	padding: 8px 1%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1em;
}
.commentsform .submit, .commentsform a#cancel-reply {
	width: 50%;
	border: 1px solid #ddd;
	cursor: pointer;
	height: 35px;
	font-family: 'Microsoft Yahei';
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.commentsform .submit:hover {
	background: #3F729B;
	color: #fff;
	transition: all 0.2s ease-in 0s;
}
.commentsform a#cancel-reply {
	display: block;
	text-align: center;
	line-height: 32px;
}
.commentsform a#cancel-reply:hover {
	color: #fff;
	background: #C60080;
	transition: all 0.2s ease-in 0s;
}
/*sidebar*/



.sidebar {
	width: 345px;
	float: right;
}
.widgetl2 {
	
	    margin: 10px  0 12px 0;
	
}
.widgetl1 {
	
	    margin: 10px  0 10px 0;
	
}
.widgetl1 input[type="text"] {
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 2%;
}
.widgetl1 input[type="submit"] {
	height: 35px;
	width: 17%;
	background: #C60080;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
.widget {
	
	    margin: 15px  0 12px 0;
	border-bottom: 2px solid #cecece;
}
.widget h3, #tbCalendar caption {
	font-size: 0.875em;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #EBEBEB;
}
.widget h3 i {
	display: block;
	float: left;
	height: 40px;
	line-height: 43px;
	padding-right: 10px;
	font-size: 1.3em;
	border-right: 1px solid #ddd;
	margin-right: 10px;
	color: #888;
}
.widget ul, #divSearchPanel div, #divContorPanel div, #divCalendar table {
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.widget ul.news-list li {
	font-size: 0.875em;
	line-height: 1.75em;
	background: url(../images/dot.png) no-repeat left center;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget ul.hot-post li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}
.widget ul.hot-post li .thumb {
	width: 100px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
}
.widget ul.hot-post li .thumb a {
	display: block;
	overflow: hidden;
	border-radius: 3px;
}
.widget ul.hot-post li .thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease 0s;
}
.widget ul.hot-post li .thumb img:hover {
	transform: scale(1.4, 1.4);
	transition: transform 0.3s ease 0s;
	opacity: 0.6;
}
.widget ul.hot-post li .hot-title {
	font-size: 0.875em;
	margin-bottom: 5px;
}
.widget ul.hot-post li a {
	color: #444;
}
.widget ul.hot-post li a:hover {
	color: #3F729B;
}
.widget ul.hot-post li .hot-time {
	font-size: 0.75em;
	color: #999;
}
#scroll.scroll {
	position: fixed;
	width: inherit;
	top: 75px;
}
#scroll.stop {
	position: absolute;
	width: inherit;
	bottom: 0;
	right: 0;
}
.widget input[type="text"] {
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 2%;
}
.widget input[type="submit"] {
	height: 35px;
	width: 17%;
	background: #C60080;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
#divSearchPanel div, #divContorPanel div {
	font-size: 12px;
}
#divTags ul {
	overflow: hidden;
}
#divTags ul li {
	float: left;
	background: none;
	font-size: 0.75em;
	margin: 5px 0;
	display: inline;
}
#divTags ul li a {
	display: block;
	float: left;
	background: #3F729B;
	color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
}
#divTags ul li a:hover {
	background: #C60080;
	color: #fff;
}
#tbCalendar {
	width: 100%;
}
#tbCalendar caption {
	font-weight: bold;
}
#tbCalendar thead, #tbCalendar tbody {
	background: #fff;
}
#tbCalendar td {
	border: none;
}
#tbCalendar thead tr th {
	padding: 10px 0;
}
#tbCalendar tbody tr td {
	padding-bottom: 10px;
}
#tbCalendar tbody tr td a {
	background: #C60080;
	color: #fff;
	padding: 2px;
	font-size: 0.75em;
	border-radius: 5px;
}
#divComments ul li {
	background: none;
	padding-left: 0;
	margin: 5px 0;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	color: #444;
}
#divComments ul li a {
	color: #444;
}
#divComments ul li img {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
	display: inline;
}
#divComments ul li b {
	color: #444;
}
#divLinkage ul, #divCatalog ul, #divFavorites ul {
	overflow: hidden;
}
#divLinkage ul li, #divCatalog ul li, #divFavorites ul li {
	background: none;
	float: left;
	width: 50%;
	padding-left: 0;
	margin: 5px 0;
	text-align: center;
}
#divLinkage ul li a, #divCatalog ul li a, #divFavorites ul li a {
	display: block;
	background: #efefef;
	color: #666;
	width: 95%;
	margin: 0 auto;
}
#divMisc ul li {
	background: none;
	padding-left: 0;
	margin: 5px auto;
	text-align: center;
}
#divMisc ul li a {
	display: block;
}
#divMisc ul li img {
	display: block;
	margin: 0 auto;
}
#divStatistics ul li, #divAuthors ul li, span.cp-hello, span.cp-login, span.cp-vrs {
	background: none;
	border-left: 4px solid #F15A5A;
	background: #efefef;
	color: #666;
	margin: 5px 0;
}
span.cp-hello, span.cp-login, span.cp-vrs {
	display: block;
	padding: 5px 10px;
	margin: 0;
}
/*pagenavi*/



.pagenavi {
	clear: both;
	text-align: center;
	font-size: 0.75em;
}
.pagenavi a, .pagenavi .now-page {
	display: inline-block;
	padding: 2px 8px;
	background: #fff;
	margin-bottom: 10px;
	color: #666;
	border-radius: 2px;
}
.pagenavi a:hover, .pagenavi .now-page {
	color: #fff;
	background: #3F729B;
}
/*footer*/



.foot-ad {
	padding-bottom: 10px;
}
.footer {
	background: #fff;
	border-top: 1px solid #eee;
	padding: 20px 0;
	margin-top: 10px;
	font-size: 0.75em;
	color: #888;
}
.footer p {
	margin: 5px 0;
}
.footer a {
	color: #888;
}
.backtop {
	position: fixed;
	top: 70%;
	right: 10px;
}
.backtop a {
	display: block;
	width: 35px;
	height: 35px;
	background: #FCFCFC;
	color: #ccc;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.backtop a:hover {
	background: #3F729B;
	color: #fff;
}

/*screen width*/



@media only screen and (max-width:1280px) {
.top-box, .container, .mobile-nav .menu, .foot, .foot-ad, .slidershow {
	width: 93.75%;
	transition-duration: 0.6s;
}
.main {
	width: 70%;
	transition-duration: 0.6s;
}
.sidebar {
	width: 28.75%;
	transition-duration: 0.6s;
}
}

@media only screen and (max-width:1200px) {
.logo {
	width: 20.833333%;
	transition-duration: 0.6s;
}
.nav ul li {
	margin: 0 9px;
	transition-duration: 0.4s;
}
}

@media only screen and (max-width:980px) {
.top-box {
	height: 85px;
	transition-duration: 0.6s;
}
.site-header {
	height: 105px;
}
.nav ul li {
	margin: 0 6px;
	transition-duration: 0.6s;
}
.post h2 {
	margin-bottom: 10px;
	transition-duration: 0.6s;
}
.post .thumb {
	width: 38%;
	transition-duration: 0.6s;
}
}

@media only screen and (max-width:900px) {
.site-header {
	height: 80px;
}
.top-box {
	height: 60px;
	transition-duration: 0.6s;
}
.header .btn {
	display: block;
}
.logo, .header.fixed .logo {
	margin-top: 10px;
	height: 44px;
	width: auto;
}
.logo img {
	height: 44px;
	width: auto;
	transition-duration: 0.6s;
}
.nav {
	margin-top: 20px;
	display: none;
}
.main, .sidebar {
	width: 100%;
	float: none;
	display: block;
}
.sidebar {
	display: none;
}
.post .thumb {
	width: 28%;
	transition-duration: 0.6s;
}
}

@media only screen and (max-width:640px) {
.loop-entry, .post .related ul li i {
	display: none;
}
.post .thumb {
	width: 20%;
	transition-duration: 0.6s;
}
}

@media only screen and (max-width:480px) {
.post .postmeta {
	clear: both;
}
}

@media only screen and (max-width:360px) {
.post .postmeta, .commentlist ol li .gravatar {
	display: none;
}
.post .thumb {
	width: 30%;
	transition-duration: 0.6s;
}
.commentlist ol li .cmt-info {
	padding-left: 0;
}
}

@media only screen and (max-width:300px) {
.post .thumb {
	display: none;
}
}
.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999
}
.pagess ul li:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}
.pagess ul li:hover a {
	color: #fff;
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}
.indNav1 {
	height: 70px;
	background: url(../images/bgNavInd.png) bottom repeat-x;
	position: relative;
	margin: 0 20px;
	overflow: hidden;
	font-size: 0
}
.indNav1 i {
	display: inline-block;
	
	font-family: "Microsoft Yahei", 微软雅黑;
	font-weight:bold;
	height: 70px;
	border-bottom: 4px solid #C60080;
	font-size: 18px;
	line-height: 80px;
	font-style: normal;
	color: #666;
}
.indNavb {
	height: 70px;
	background: url(../images/bgNavInd.png) bottom repeat-x;
	position: relative;
	
	overflow: hidden;
	font-size: 0
}
.indNavb i {
	display: inline-block;
	
	font-family: "Microsoft Yahei", 微软雅黑;
	font-weight:bold;
	height: 50px;
	border-bottom: 4px solid #C60080;
	font-size: 18px;
	line-height: 50px;
	font-style: normal;
	color: #666;
}
.indNews {
	float: left;
	display: inline-block;
	width: 840px;
	margin: 15px  0px 0 10px;
	background: #fff;
	overflow: hidden;
}
.indPro {
	width: 100%;
	height: 278px;
	margin: 22px 0  22px 0;
	overflow: hidden;
	background: #fff
}
.indProList {
	margin: 5px 20px 20px 20px;
}
.indProList a {
	display: block;
	background: #e8e8e8;
	overflow: hidden;
	width: 100%;
	transition: background 0.5s;
	position: relative;
	margin-top: 15px
}
.indProList a div {
	width: 320px;
	background: #000;
	overflow: hidden
}
.indProList a h1 {
	height: 75px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 100px;
	overflow: hidden
}
.indProList a h2 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -30px;
	z-index: 2
}
.indProList a h2 img {
	word-break: 60px;
	height: 60px;
}
.indProList a:hover {
	background: #e94c3d
}
.indProList a:hover h1 {
	color: #fff;
}
.indProList a div img {
	width: 320px;
	height: 220px;
	transition: transform 1s;
}
.indProList a:hover div img {
	transform: scale(1.2);
	opacity: 0.5;
}
.boxShadow {
	box-shadow: 0 0 10px #e2e2e2;
	
}
.indNews {
	float: left;
	display: inline-block;
	width: 830px;
	margin: 20px 10px 0 10px;
	background: #fff;
	overflow: hidden;
}
.youbian {
	margin: 0 20px;
}
.youbian a {
	float: left;
	display: block;
	
	padding: 10px 0  ;
	overflow: hidden;
	width: 100%;
	transition: background 0.5s;
	
}

.youbian a div {
	float: left;
	display: inline-block;
	margin: 0 20px 0 25px;
	width: 200px;
	overflow: hidden
}
.youbian a span {
	float: left;
	display: inline-block;
	width: 550px;
	padding: 10px 0 0 0;
	line-height: 26px;
}
.youbian a span h1 {
	font-size: 21px;
}
.youbian a span h2 {
	font-size: 12px;
	font-weight: normal;
	color: #b7b7b7;
}
.youbian a span h3 {
	font-size: 14px;
	font-weight: normal;
	color: #888
}
.youbian a:hover {
	background: #dadada
}
.youbian a:hover h1 {
	color: #222;
}
.youbian a:hover h2 {
	color: #888;
}
.youbian a:hover h3 {
	color: #666;
}
.youbian a div img {
	width: 200px;
	height: auto;
	transition: transform 1s;
}
.youbian a:hover img {
	transform: scale(1.2);
}

.zuobian {
	
}

.zuobian a {
	float: left;
	display: block;
	font-size: 14px;
	padding: 10px 0  ;
	overflow: hidden;
	
	transition: background 0.5s;
	
}

.zuobian a div {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 200px;
	overflow: hidden
}
.zuobian a span {
	float: left;
	display: inline-block;
	width: 550px;
	padding: 10px 0 0 0;
	line-height: 26px;
}
.zuobian a span h1 {
	font-size: 21px;
}
.zuobian a span h2 {
	font-size: 12px;
	font-weight: normal;
	color: #b7b7b7;
}
.zuobian a span h3 {
	font-size: 14px;
	font-weight: normal;
	color: #888
}
.zuobian a:hover {
	background: #dadada
}
.zuobian a:hover h1 {
	color: #222;
}
.zuobian a:hover h2 {
	color: #888;
}
.zuobian a:hover h3 {
	color: #666;
}
.zuobian a div img {
	width: 200px;
	height: auto;
	transition: transform 1s;
}
.zuobian a:hover img {
	transform: scale(1.2);
}


.indNewsList a div {
	float: left;
	display: inline-block;
	margin: 0 20px 0 25px;
	width: 200px;
	overflow: hidden
}
.indNewsList a span {
	float: left;
	display: inline-block;
	width: 550px;
	padding: 10px 0 0 0;
	line-height: 26px;
}
.indNewsList a span h1 {
	font-size: 21px;
}
.indNewsList a span h2 {
	font-size: 12px;
	font-weight: normal;
	color: #b7b7b7;
}
.indNewsList a span h3 {
	font-size: 14px;
	font-weight: normal;
	color: #888
}
.indNewsList a:hover {
	background: #dadada
}
.indNewsList a:hover h1 {
	color: #444;
}
.indNewsList a:hover h2 {
	color: #888;
}
.indNewsList a:hover h3 {
	color: #666;
}
.indNewsList a div img {
	width: 200px;
	height: 200px;
	transition: transform 1s;
}
.indNewsList a:hover img {
	transform: scale(1.2);
}
.btnMorei{width: 50px!important; top:35px!important;float: right!important;height:20px;line-height:20px;background:url(../images/icoMore2.png) right center no-repeat!important;color:#999;font-size:12px;padding-right:18px;}
.btnMorei:hover{color:#C60080;background:url(../images/icoMore2Hover.png) right center no-repeat!important; }
.btnMorei:hover {
	color: #C60080!important
}
.btnMore {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	line-height: 42px;
	background: url(../images/icoMore1.png) right center no-repeat;
	color: #a4b9d1;
	font-size: 12px;
	padding-right: 18px
}
.btnMore:hover {
	color: #fff;
}
.btnMore1 {
	display: block;
	line-height: 80px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.btnMore1:hover {
	color: #C60080
}


.breadcrumb {
	width:1200px;
	margin:10px auto 20px auto;
	color:#999;
	line-height:20px;
	text-indent:20px;
	position:relative;
	z-index:1;
}
.breadcrumb span {
	display: inline-block;
	margin: 52px 0 0 16px;
	color: #999;
	line-height: 20px;
}
.breadcrumb span a {
	color: #999
}
.breadcrumb span a:hover {
	 color:#C60080
}
.article {
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 15px;
	transition-duration: 0.6s;
}
.article h1 {
	text-align: center;
	font-size: 1.625em;
	color: #444;
	font-weight: normal;
	margin-bottom: 10px;
}
.article.hover {
	border-color: #61B3E6;
	transition-duration: 0.6s;
}
.article h2 {
	font-size: 1em;
	margin-bottom: 15px;
}
.article h2 a {
	color: #333;
}
.istop h2 {
	margin-bottom: 0;
}
.article .article-cat, .istop h2 span {
	float: left;
	font-size: 0.75em;
	margin: 3px 10px 0 0;
	display: inline;
}
.article .article-cat a, .istop h2 span {
	padding: 3px 6px 2px;
	background: #C70508;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Simsun';
}
.article .article-cat a:hover {
	background: #0F72A5;
}
.istop h2 span {
	font-weight: normal;
	background: #C60080;
	padding: 2px 6px 0;
	margin: 2px 10px 0 0;
}
.article .thumb {
	width: 250px;
	height: auto;
	float: left;
	margin: 5px 15px 5px 0;
	display: inline;
}
.article .thumb a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.article .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.article .thumb img:hover {
	opacity: 0.7;
}
.article .entry {
	font-size: 0.875em;
	color: #555;
	overflow: hidden;
}
.article .entry blockquote {
	margin: 0 2em 15px;
	padding: 10px 10px 0;
	overflow: hidden;
	background: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.article .entry p {
	margin-bottom: 15px;
	line-height: 1.75em;
	text-align: justify;
}
.article .entry a {
	color: #0F72A5;
}
.article .entry a:hover {
	text-decoration: underline;
}
.article .entry img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.article .entry h2, .article .entry h3, .article .entry h4, .article .entry h5, .article .entry h6 {
	margin-bottom: 15px;
}
.article .entry ul, .article .entry ol {
	margin-bottom: 15px;
	margin-left: 2em;
}
.article .entry ul li {
	list-style: outside disc none;
}
.article .entry ol li {
	list-style: outside decimal none;
}
.article .search-result {
	padding: 20px 0;
}
.article .search-result p {
	background: #ebebeb;
	padding: 10px 2%;
	border-left: 4px solid #0F72A5;
	border-right: 4px solid #0F72A5;
}
.article .search-result p a {
	color: #555;
}
.article .search-result p a:hover {
	color: #0F72A5;
}
.article .articlemeta {
	font-size: 0.75em;
	color: #666;
}
.article .articlemeta a {
	color: #666;
}
.article .articlemeta a:hover {
	text-decoration: underline;
}
.article .articlemeta span {
	padding-right: 5px;
}
.article .article-meta {
	text-align: center;
	color: #999;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.article .tags {
	text-align: center;
	font-size: 0.875em;
	padding: 10px 0;
	color: #888;
}
.article .tags a {
	background: #3F729B;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
	font-size: 0.875em;
}
.article .tags a:hover {
	background: #F57F7F;
}
.article .article-nav {
	padding: 10px 0;
	overflow: hidden;
}
.article .article-nav span {
	display: block;
	font-size: 0.875em;
	color: #888;
}
.article .article-nav a {
	color: #444;
	font-size: 0.75em;
}
.article .article-nav .nav-left {
	float: left;
}
.article .article-nav .nav-right {
	float: right;
}
.article .article-nav .nav-right span {
	text-align: right;
}
.article .article-copyright {
	font-size: 0.75em;
	background: #F4F4F4;
	border-bottom: 2px solid #ebebeb;
	padding: 10px;
	color: #999;
	position: relative;
	margin-bottom: 15px;
}
.article .article-copyright a {
	color: #999;
}
.article .related {
	margin-bottom: 15px;
}
.article .related p {
	font-size: 0.875em;
	color: #666;
	text-align: center;
	background: #f4f4f4;
	border-left: 4px solid #3F729B;
	border-right: 4px solid #3F729B;
	padding: 5px 0;
}
.article .related h3, .commentlist h3, .commentsform h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.article .related ul li {
	clear: both;
	overflow: hidden;
	margin: 6px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article .related ul li a {
	font-size: 0.875em;
	color: #444;
}
.article .related ul li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ccc;
	color: #fff;
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 0.75em;
	margin: 6px 8px 0 0;
}
.article .related ul li span.top {
	background: #3F729B;
}
.article .related ul li i {
	float: right;
	font-size: 0.75em;
	color: #999;
}
.dropMenu {
position:absolute;
top: 0;
z-index:100;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
margin-top: -1px;
border: 1px solid #93E1EB;
border-top: 0px solid #3CA2DC;
background-color: #FFF;
background:url(../images/mmenubg.gif);
padding-top:6px;
padding-bottom:6px;
}

.dropMenu li {
margin-top:2px;
margin-bottom:4px;
padding-left:6px;
}
.dropMenu a {
width: auto;
display: block;
color: black;
padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
width: 100%;
}
.dropMenu a:hover {
color:red;
text-decoration: underline;
}

.proList{ width:1200px; margin:0 auto;font-size:0;background: #Ffff;padding-bottom: 30px;}
.proList a{ display:inline-block; width:363px; height:470px; margin:10px 10px 0 20px; background:#f6f6f6; position:relative; vertical-align:top}
.proList a div{ width:363px; height:270px; overflow:hidden}
.proList a div img{ width:363px; height:270px;transition:transform 1s;}
.proList a span{display:block; padding:0 30px;}
.proList a h1{ border-bottom:1px solid #d5d5d5; font-size:16px; line-height:56px; margin:10px 0 10px 0}
.proList a h2{ font-weight:normal; font-size:14px; line-height:26px;}
.proList a h3{ position:absolute; right:30px; bottom:25px; font-size:12px; line-height:28px; font-weight:normal; color:#999}
.proList a h3 i{ display:inline-block; width:28px; height:28px;background:url(../images/icoFx1.png) center no-repeat; background-size:100% 100%;background-color:#40b065; border-radius:50%; vertical-align:middle}
.proList a .proEwm{ position:absolute; bottom:60px; right:10px;width:120px; height:120px; display:none}
.proList a:hover{background:#C60080; color:#fff}
.proList a:hover h3{color:#fff}
.proList a:hover div img{
	transform: scale(1.2);
}

.syxm{ width:1200px; margin:0 auto;font-size:0;background: #Ffff;border-bottom: 2px solid #cecece;padding-bottom: 20px;}
.syxm a{ display:inline-block; width:263px; margin:10px 16px 0 20px; background:#f6f6f6; position:relative; vertical-align:top}
.syxm a div{ width:263px; height:190px; overflow:hidden}
.syxm a div img{ width:263px; height:190px;transition:transform 1s;}
.syxm a span{display:block; padding:0 30px;}
.syxm a h1{  font-size:16px; line-height:56px; text-align:center;  }
.syxm a h2{ font-weight:normal; font-size:14px; line-height:26px;}
.syxm a h3{ position:absolute; right:30px; bottom:25px; font-size:12px; line-height:28px; font-weight:normal; color:#999}
.syxm a h3 i{ display:inline-block; width:28px; height:28px;background:url(../images/icoFx1.png) center no-repeat; background-size:100% 100%;background-color:#40b065; border-radius:50%; vertical-align:middle}
.syxm a .proEwm{ position:absolute; bottom:60px; right:10px;width:120px; height:120px; display:none}
.syxm a:hover{background:#C60080; color:#fff}
.syxm a:hover h3{color:#fff}
.syxm a:hover div img{
	transform: scale(1.2);
}

.syxmx{ width:1200px; margin:0 auto;font-size:0;background: #Ffff;padding-bottom: 20px;}
.syxmx a{ display:inline-block; width:263px; margin:10px 10px 0 20px; background:#f6f6f6; position:relative; vertical-align:top}
.syxmx a div{ width:263px; height:190px; overflow:hidden}
.syxmx a div img{ width:263px; height:190px;transition:transform 1s;}
.syxmx a span{display:block; padding:0 30px;}
.syxmx a h1{  font-size:16px; line-height:56px; text-align:center;  }
.syxmx a h2{ font-weight:normal; font-size:14px; line-height:26px;}
.syxmx a h3{ position:absolute; right:30px; bottom:25px; font-size:12px; line-height:28px; font-weight:normal; color:#999}
.syxmx a h3 i{ display:inline-block; width:28px; height:28px;background:url(../images/icoFx1.png) center no-repeat; background-size:100% 100%;background-color:#40b065; border-radius:50%; vertical-align:middle}
.syxmx a .proEwm{ position:absolute; bottom:60px; right:10px;width:120px; height:120px; display:none}
.syxmx a:hover{background:#C60080; color:#fff}
.syxmx a:hover h3{color:#fff}
.syxmx a:hover div img{
	transform: scale(1.2);
}
.menu {
	background: #fff;
	width: auto;
	
}
.menu dl dt {
	float:left;
	border-right: 1px solid #f4f4f4;
}
.menu dl dt a {
	display: block;
	font-size: 14px;
	width: 166px;
	line-height: 56px;
	color: #333;
	text-align: center;
}
.menu dl dt a:hover,  .menu dl dt .current {
	
	background-color: #C60080;
	color: #fff;
	text-decoration: none;
}

.subBanner1 {
	width: 100%;
	margin: 10px auto 0 auto;
	
background: #fafafa;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.subBanner1 span {
	display: inline-block;
	margin: 52px 0 0 66px;
	color: #999;
	line-height: 20px;
}
.subBanner1 span a {
	color: #999
}
.subBanner1 span a:hover {
	color: #C60080
}
.proNews{ width:1200px;overflow:hidden; font-size:0; margin-bottom: 30px;  margin:0 auto;line-height:28px;}
.proNews a{display:block;width:1200px;background:#fafafa; overflow:hidden;margin: 0 0 20px 0; position:relative;font-size:12px;/*transition:background 1s;*/}
.proNews a div{display:inline-block;width: 140px; height:140px; padding:0 40px; background:#eee; overflow:hidden; vertical-align:middle; font-family:'fantasy'; font-size:14px; color:#777; text-align:center}
.proNews a h2{ font-size:40px; color:#C60080; font-weight:normal;font-family: fantasy; border-bottom:1px solid #b1b1b1; line-height:50px; margin:23px 0 5px 0; padding-bottom:5px;}
.proNews a span{display:inline-block; width:920px; margin:0 30px; vertical-align:middle;}
.proNews a h1{ font-size:24px; margin:0 0 5px 0; font-weight:normal; line-height:28px;color:#555}
.proNews a h3{ font-size:14px; line-height:22px;font-weight:normal; color:#999; margin-top:5px}
.proNews a i{position:absolute; right:0; top:0; width:60px; height:100%; border-left:2px solid #fff;background:url(/images/icoJt2.png) center no-repeat;}
.proNews a:hover{background:#f4f4f4}
.proNews a:hover div{ background:#C60080; color:#fff}
.proNews a:hover h2{ border-bottom:1px solid #fff;font-family: fantasy; color:#fff}
.proNews a:hover h1{color:#C60080;}
.proNews a:hover i{ background:url(/images/icoJt2Hover.png) center no-repeat;}

@keyframes ABig{0%{transform:scale(0.1);}100%{transform:scale(1.0);}}
@keyframes ATitle{0%{bottom:-20px;}100%{bottom:10px;}}
.proImgList{width:1220px; margin:-20px auto 60px auto;}
.proImgList a{display:inline-block;width:285px;}
.proImgList img{width:285px;}
.proImgList a div{ background:url(/images/bgRed.png); width:285px; height:100%; position:absolute; z-index:1; display:none;}
.proImgList a span{background:url(/images/icoLook.png) center no-repeat;width:100%; height:100%; position:absolute; z-index:2; display:none;animation:ABig 1s;}
.proImgList  img{animation:ABig 1s;}
.proImgList a:hover div{ display:block}
.proImgList a:hover span{ display:block}

.proNav{ width:1200px; background:url(/images/bgNavProLine.jpg) center repeat-x; text-align:center; margin:53px auto 20px auto; }
.proNav div{display:inline-block; margin:0 auto; padding:0 40px; background:#e0e0e0;}
.proNav div span{display:block; font-size:26px; font-weight:bold; margin-bottom:4px;color: #666}

.navCurFixed{ position:fixed; top:0; z-index:1; border-bottom:2px solid #C60080}


.boxMain1{ background:#fff;padding:20px 0; width:100%; margin:0 auto; text-align:center}
.boxMain2{width:1200px;overflow:hidden; margin:0 auto; position:relative; padding-bottom:40px;position:relative; z-index:1}


.rxNav{ text-align:center; margin: 20px auto; border-bottom:1px solid #e1e1e1}
.rxNav h1{ font-size:26px; font-weight:normal; display:inline-block; padding:0 0 0 22px; margin-left:-22px; color: #444; background:url(../images/icoZ.png) no-repeat}
.rxNav i{color:#C60080;font-style: normal;}
.rxNav h2{ text-align:center; display:block; font-size:17px; color:#999; margin-top:5px; letter-spacing:8px;}

.aboutIco{ width:100%; padding:20px 10px 30px 10px; overflow:hidden; font-size:0; text-align:center}
.aboutIco div{ display:inline-block; width:300px; position:relative}
.aboutIco h1{ color:#C60080; font-weight:normal; font-size:22px;}
.aboutIco i{ font-size:60px; font-family: fantasy; display:inline-block;font-style: normal; line-height:80px;}
.aboutIco h2{ font-size:17px; margin-top:5px;}
.aboutIco h3{position:absolute; top:10px; left:203px;font-size:22px; color:#C60080; font-weight:normal}

.about_jj{ width:100%; overflow:hidden; background:#f5f5f5}
.about_jj img{float:left; display:inline-block; width:330px; height:230px;}
.about_jj div{float:left; display:inline-block; width:100%;  overflow:hidden;margin:20px 10px 30px 10px; font-size:15px; line-height:25px;}
.about_jj div p{margin:20px 20px 20px 30px;text-align:justify ;text-indent:2em;font-size:15px; line-height:25px;}

.about_jj1{font-size:15px; line-height:26px;  padding-top:10px;}
.about_jj1 p{margin-top:10px;text-align:justify; text-indent:2em}

.boxGray{ background:#e0e0e0; text-align:center; width:100%; overflow:hidden}
.indNav{ text-align:center; padding:40px 0 25px 0}
.indNav h1{ font-size:40px; font-weight:normal; display:inline-block; padding:0 0 0 22px; margin-left:-22px; }
.indNav i{color:#C60080;font-style: normal;}
.indNav h2{ text-align:center; display:block; font-size:16px; color:#777; margin-top:5px}
/*
.history{ width:100%; position:relative; background:url(/images/historyLine.png) top center no-repeat;}*/
.historyList{width:1000px; margin:0 auto; overflow:hidden}
.historyList li{float:left; width:265px; padding:41px 46px 0 0; /*background:url(/images/historyIco.png) 107px 0 no-repeat;*/ overflow:hidden}
.historyList li div{ background:#eee; border-radius:8px; padding:25px 25px 25px 25px; text-align:left}
.historyList li h1{ font-size:36px; line-height:36px; font-weight:normal; font-family:fantasy; color:#C60080}
.historyList li h2{ font-size:18px; line-height:18px;font-weight:normal; margin:10px 0 15px 0;  color:#C60080}
.historyList li h3{ height:2px; background:#C60080; width:60px; }
.historyList li span{  margin:10px 0 10px 0; display:block; min-height:145px; font-size:20px; line-height:44px;}
.historyList li strong{display:block}
.goLHistroy{width:25px; height:102px; display:block; background:url(/images/btnHistroyL.png) no-repeat; position:absolute; left:50%; margin-left:-550px; top:200px; display:none}
.goLHistroy:hover{background:url(/images/btnHistroyLHover.png) no-repeat;}
.goRHistroy{width:25px; height:102px; display:block;background:url(/images/btnHistroyR.png) no-repeat; position:absolute; left:50%;margin-left:530px;top:200px; display:none}
.goRHistroy:hover{background:url(/images/btnHistroyRHover.png) no-repeat;}
/*.historyList .on{background:url(/images/historyIcoHover.png) 107px 0 no-repeat;}*/
.historyList .on div{background:#C60080; color:#fff}
.historyList .on h1,.historyList .on h2{ color:#fff}
.historyList .on h3{ background:#fff;}
.historyList a {color: #666;}
.historyList a:hover {background:#C60080;color: #fff;}
.honor{ width:1200px; height:520px; position:relative; margin:0 auto;}
.honor a{ position:absolute;display:block; width:290px; height:290px; border-radius:50%; text-align:center;}
.honor a{transition:transform 1s;}
.honor a:hover{transform:scale(1.0)!important; opacity:1.0!important; z-index:5; box-shadow:0 0 20px #aaa}
.honor .big:hover{transform:scale(1.4)!important; opacity:1.0!important; z-index:5; box-shadow:0 0 20px #aaa}
.honor div{width:100%; height:35px;margin:35px 0 10px 0;}
.honor a span{ font-size:28px; line-height:40px;}
.honor a i{ font-size:16px; display:block; padding-top:10px; margin-top:10px;}
.honor a strong{display:block}

.honorWhite{background:#fff; color:#C60080!important}
.honorWhite div{ background:url(../images/icoHonor1.png) center no-repeat;}
.honorWhite i{border-top:2px solid #C60080}

.honorRed{background:#C60080; color:#fff!important}
.honorRed div{background:url(../images/icoHonor.png) center no-repeat;}
.honorRed i{border-top:2px solid #fff}
.boxMain2{width:1200px;overflow:hidden; margin:0 auto;background-color: #fff;  overflow:hidden;position:relative; z-index:1}
.boxMain3{width:1200px;overflow:hidden; margin:0 auto;background-color: #e0e0e0;  overflow:hidden;position:relative; z-index:1}
.contactJt{ padding:20px; background:url(../images/lxwm.jpg);margin: 0 auto;height:363px; width:1080px; overflow:hidden}
.contactJtCon{ float:left; font-size:16px; line-height:30px; color:#fff; padding:75px 0 0 25px; }

.contactList{ width:1120px; overflow:hidden; margin:30px  auto 30px 60px;}
.contactList li{margin-bottom:20px; float:left; width:520px; overflow:hidden; margin-right:40px; display:inline-block}
.contactList h1{background:url(../images/bgNavInd.png) bottom repeat-x; display:block}
.contactList i{ display:inline-block; font-style:normal;border-bottom:4px solid #e0e0e0; font-size:18px; font-weight:bold; padding-bottom:15px; }
.contactList span{ font-size:14px; line-height:26px; margin-top:8px; display:block}
.indNews{float:left; display:inline-block; width:843px; margin: 10px  0px 0  0; background:#fff;overflow:hidden;}
.indNewsList{}
.indNewsList a{display:block; border-bottom:1px solid #dadada; padding:21px 0; overflow:hidden; width:100%;transition:background 0.5s;}
.indNewsList a div{float:left; display:inline-block; margin:0 20px 0 25px; width:200px; overflow:hidden}
.indNewsList a span{float:left; display:inline-block; width:550px; padding:10px 0 0 0; line-height:26px;}
.indNewsList a span h1{ font-size:16px;color: #444;}
.indNewsList a span h2{ font-size:12px; font-weight:normal; color:#b7b7b7; }
.indNewsList a span h3{ font-size:14px; font-weight:normal; color:#888}
.indNewsList a:hover{background:#dadada}
.indNewsList a:hover h1{color:#222;}
.indNewsList a:hover h2{color:#888;}
.indNewsList a:hover h3{color:#666;}
.indNewsList a div img{width:200px; height:131px;transition:transform 1s;}
.indNewsList a:hover img{
	transform: scale(1.2);
}
.indBook{ background:#fff;    border-bottom: 2px solid #cecece; }
.indNavBook{height:34px;position:relative;margin:0 20px;overflow:hidden;font-size:0;}
.indNavBook i{display:inline-block;width:82px;border-radius: 5px; text-align:center;height:28px; background:#F3080C;font-size:14px;line-height:28px; color:#fff;font-style: normal;}

.indNavBooks{height:34px;position:relative; overflow:hidden;font-size:0;}
.indNavBooks i{display:inline-block;width:82px;border-radius: 5px; text-align:center;height:28px; background:#F3080C;font-size:14px;line-height:28px; color:#fff;font-style: normal;float: right;}

.btnMore2{position:absolute;top:35px;right:0;display:block;height:20px;line-height:20px;background:url(../images/icoMore2.png) right center no-repeat;color:#999;font-size:12px;padding-right:18px;}
.btnMore2:hover{color:#C60080;background:url(../images/icoMore2Hover.png) right center no-repeat; }
.btnMore2 a{color:#999;}
.navCur2{width:1200px;margin:10px auto 20px auto;color:#999;line-height:20px;text-indent:20px;position:relative;z-index:1;}
.navCur2 a{ color:#999}
.navCur2 a:hover{ color:#C60080}

.subBanner{width:1200px;margin:10px auto 20px auto;color:#999;line-height:20px;text-indent:20px;position:relative;z-index:1;}
.subBanner a{ color:#999}
.subBanner a:hover{ color:#C60080}

.boxFoot{width:100%; height:230px; color:#777}
.boxFoot a{color:#777}
.boxFoot a:hover{color:#C60080}
.boxFoot1{width:1200px; margin:0 auto; position:relative}
.footLink{display:inline-block; border-bottom:2px solid #c0c0c0; margin:35px 0 7px 0; padding-bottom:20px; font-size:0}
.footLink a{display:inline-block;font-size:13px; font-weight:bold; padding:0 8px 0 0; margin-right:8px; border-right:2px solid #adaeae; line-height:14px; }
.footText{line-height:26px;font-size: 12px;
    font-family: "Microsoft Yahei","微软雅黑";widows: 50%;}

.boxGz{ position:absolute; top:60px; right:0; font-size:0}
.boxGz i{font-size:13px; font-weight:bold; display:inline-block;font-style: normal; line-height:30px; margin-right:5px; }
.boxGz a{display:inline-block; font-size:13px; line-height:30px; padding:0 20px 0 35px;}
.icoWx{ background:url(../images/icoWxHover.png) left center no-repeat;}
.icoWx:hover{ background:url(../images/icoWxHover.png) left center no-repeat;}
.icoWb{ background:url(../images/icoWxHover.png) left center no-repeat;}
.icoWb:hover{ background:url(../images/icoWxHover.png) left center no-repeat;}
.icoFx{ background:url(../images/icoFxHover.png) left center no-repeat;}
.icoFx:hover{ background:url(../images/icoFxHover.png) left center no-repeat;}

.imgEwmWx{ position:absolute; top:-80px; right:200px; background:url(../images/bgEwmWx.png) no-repeat;  padding:17px 17px 26px 17px;width:100px; height:100px;box-sizing:content-box; display:none; z-index:100}
.imgEwmWb{ position:absolute; top:-80px; right:94px; background:url(../images/bgEwmWx.png) no-repeat;  padding:17px 17px 26px 17px;width:100px; height:100px;box-sizing:content-box; display:none; z-index:100}
.proBanner{width:1200px; height:490px; margin:0 auto 90px auto; overflow:hidden; position:relative}


.proLogo{ width:140px; height:140px; position:absolute; background:#fff; top:445px; left:50%; margin-left:-580px; z-index:1000;overflow: hidden;border: 1px solid #dcdcdc;}
.proEwm {width:140px; height:140px; position:absolute; background:#fff; top:445px; left:50%; margin-left:-430px; z-index:1000; text-align:center}
.proEwm img{ width:90px; height:90px; margin:10px 0 5px 0;}
.proEwm span{display:block; font-weight:bold}
.proTitle{ position:absolute;top:500px; left:50%; margin-left:-260px; z-index:1000; line-height:75px; font-size:32px; font-weight:bold; color:#C60080}
.proContact{position:absolute;top:540px; left:50%; margin-left:-260px; z-index:1000; line-height:60px; font-size:18px;color:#666;}
.proTitleBg{ position:absolute;bottom:0; width:1200px; height:190px; background:url(/images/bgBlack2.png) top repeat-x; z-index:99}

@keyframes ANavL{0%{width:0;}100%{width:260px;}}
.boxL{ position:absolute; top:0; right:40px;width:260px; display:inline-block; }
.navLHead{height:40px; border-left:4px solid #575757; margin:30px 0 20px 0; padding:0 0 0 30px; color:#888}
.navLHead i{display:block; font-size:22px; color:#444;text-transform:uppercase; letter-spacing:-1px}
.navL{ font-size:0;font-weight:bold;text-align:center;border-top:1px solid #dedede;}
.navL a{display:block;height:50px;font-size:14px; font-weight:bold; position:relative; border-bottom:1px solid #dedede;}
.navL a i{ width:260px;display:block;line-height:50px; font-size:14px;position:absolute;font-style: normal; z-index:1; }
.navL a span{display:block;height:50px; background:#C60080; width:0}
.navL a:hover span{ display:block;width:260px;animation:ANavL 0.5s}
.navL a:hover i{color:#fff;font-style: normal;}
.navL .on i{color:#fff}
.navL .on span{width:260px!important}
.current {background:#C60080;color:#fff}
.boxShow{float:left;width:860px;padding-right:30px; background:url(../images/bgNavInd.png) right repeat-y; overflow:hidden; min-height:800px; position:relative;margin-top: 30px;margin-bottom: 30px; }

.showTitle{ width:100%; overflow:hidden; position:relative; padding:0 0 0 130px; margin-top:40px; min-height:100px}
.showTitle div{ position:absolute; top:0; left:0; width:90px; padding-right:10px; height:100px; background:#999; color:#fff; text-align:right}
.showTitle div i{ display:inline-block; border-bottom:2px solid #fff; font-size:40px; line-height:60px; margin-bottom:5px}
.showTitle div span{ display:block; font-size:18px; font-weight:bold}
.showTitle h1{font-size:28px; line-height:40px; padding:10px 0; min-height:40px;}
.showTitle h2{ font-size:16px; color:#999; border-bottom:2px solid #dedede; font-weight:normal; height:38px;} 

.showTitlei{ width:100%; overflow:hidden; position:relative; padding:0; margin-top:40px; min-height:100px}
.showTitlei div{ position:absolute; top:0; left:0; width:90px; padding-right:10px; height:100px; background:#999; color:#fff; text-align:right}
.showTitlei div i{ display:inline-block; border-bottom:2px solid #fff; font-size:40px; line-height:60px; margin-bottom:5px}
.showTitlei div span{ display:block; font-size:18px; font-weight:bold}
.showTitlei h1{font-size:28px; line-height:40px; padding:10px 0; min-height:40px;text-align: center;color: #444;}
.showTitlei h2{ font-size:16px; color:#999; border-bottom:2px solid #dedede; font-weight:normal; height:38px;} 

.showCon{ line-height:26px; font-size:16px; margin-left:130px; display:inline-block; width:720px; margin-top:20px}
.showCon img{margin:10px auto; max-width:700px;}
.showCon p{margin-bottom:10px}

.showConi{ line-height:26px; font-size:16px;    margin-top:20px}
.showConi img{margin:10px auto; max-width:720px;}
.showConi p{margin-bottom:10px}


.btnShare{position:fixed; top:380px; left:50%; margin-left:-570px;font-size:0; width:40px; text-align:center; z-index:5}
.btnShare i{font-size:12px; display:inline-block; vertical-align:middle; display:block;width:40px; color:#999; font-weight:bold}
.btnShare a{display:inline-block; width:40px; height:40px; border-radius:50%; overflow:hidden;vertical-align:middle; margin-top:10px;}
.btnShare a img{width:40px; height:40px}
.shareWx{background:#4cc54f}
.shareWb{background:#dc5353}
.shareQz{background:#e3972a}
.shareQq{background:#5899d9}
.shareWx:hover{background:#318d32}
.shareWb:hover{background:#af3939}
.shareQz:hover{background:#b96228}
.shareQq:hover{background:#3b65aa}

.boxEwm{ position:fixed; width:222px; height:248px; top:50%; margin-top:-129px; left:50%; margin-left:-131px; z-index:1000; background:url(../images/bgWxEwm.png) no-repeat; padding:5px; font-size:0; line-height:0; display:none}
.boxEwm a{display:block;height:26px; }
.boxEwm img{ width:222px; height:222px;}

.navtop{position: relative;
    display: inline-block;
    float: right;
    margin: 27px 0px 0 0;
    height: 100px;
    z-index: 99;
    font-family: "Microsoft Yahei", 微软雅黑;}

.navtop li{float:left; }
.navtop a{display:inline-block;line-height:72px; font-size:13px;}
.navBlodtop a{font-weight:bold; color:#C60080!important}
/*.move-bg{display:none;position:absolute;left:0;bottom:0; width:100px; height:5px; background:url(../images/bgMove.png) center no-repeat;z-index:0; font-size:0; line-height:0}*/
.cur {color:#C60080;font-family: "Microsoft Yahei","微软雅黑";margin-right: 20px; font-size: 17px!important; font-weight:bold;border-bottom:4px solid #C60080!important;display:inline-block!important ;}
.cur a{    color: #C60080;    font-weight: bold;
    border-bottom: 4px solid #C60080!important;}
.cur a:hover{color: #C60080;}
.subNav{position:absolute; top:100px; left:50%;  background:#666; height:54px; line-height:54px; font-size:0; width:100%; display:none;animation:AsubNav 0.5s; z-index:98; }
.subNav a{color:#fff; font-size:13px; font-weight:bold; display:inline-block; padding:0 20px}
.subNav a:hover{ background:#C60080; color:#fff}
.dropbtn {
    background-color: #fff;
    color: #C60080;
    padding: 0 4px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
	
    
    /* border-bottom: 4px solid #fff; */
    font-size: 17px;
}

.dropdown {
    position: relative;
    display: inline-block;  z-index:99999;
	font-family: "Microsoft Yahei","微软雅黑";
	color: #444;
}
.dropdown a{
	display: inline-block;
    
    
    font-size: 17px;
	
}
.dropdown a:hover{
	color: #C60080;
	font-weight: bold;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #999;
    min-width: 960px;
	height: 54px;
	color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: "Microsoft Yahei","微软雅黑";
}

.dropdown-content li a {
   color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
	line-height: 54px;
    padding: 0 10px;
	
}

.dropdown-content a:hover {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
	line-height: 54px;
	color: #fff;
	background-color: #C60080;}

#flashs {

	position: relative;
	
	width: 1200px;
	

	height: 450px;
	margin: 0 auto;

	overflow: hidden;
	margin-bottom: 10px;

}

#flashs .bgitem {

	z-index: 1;

	position: absolute;

	top: 0;

}

#flashs .btn {

	position: absolute;

	z-index: 7;

	bottom: 15px;

	left: 50%;

	margin-left: -95px;

	padding: 0px 6px;

}

#flashs .btn span {

	color: #fff;

	background: #333;

	cursor: pointer;

	display: inline-block;

	margin: 0 2px;

	width: 25px;

	height: 25px;

	font-size: 14px;

	line-height: 25px;

	text-align: center;

}

#flashs .btn span.cur {

	background: #C60080;

}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.ntop {

	overflow: hidden;

	width: 100%;

	

	

	border-bottom: 2px solid #cecece;

}
.ntop a{

	 transition: transform 1s;

}
.ntop a:hover img{

	 transform: scale(1.1);
transition: transform 1s;
	overflow: hidden;
	display: inline-block;
}

 .ntop img {

	display: block;

	float: left;
	   
	 margin: 20px;
	 width: 360px;
	 height: 225px;

}

 .ntop .wen {

	overflow: hidden;

	float: right;

	width: 390px;
	margin: 20px ;

}

 .ntop h3 {

	font-size: 16px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	padding-bottom: 10px;

	border-bottom: 1px solid #cecece;

	margin-bottom: 10px;

}

 .ntop h3 a {

	color: #555;

}

 .ntop p {

	font-size: 14px;

	color: #777;

	line-height: 22px;

	height: 44px;

	overflow: hidden

}

 .ntop .more {

	display: block;

	width: 82px;

	height: 28px;

	margin-top: 20px;

	text-align: center;

	line-height: 27px;

	border-radius: 5px;

	background: #F3080C;

	font-size: 12px;

	color: #fff;
	 float: right;

	text-decoration: none;

	text-transform: uppercase

}
.ban_251 {



	width: 310px;



	height: auto !important;



	overflow: hidden;



	margin: 12px 8px 18px 18px ;



}
.ban_2512 {



	width: 310px;



	height: 270px !important;



	overflow: hidden;



	margin: 12px 8px 18px 18px ;



}
.ban_ll {



	width: 330px;



	height: 387px;



	overflow: hidden;



	margin: 18px 8px 18px 8px ;



}

.syan { /* 按钮美化 */
	width: 330px!important; /* 宽度 */
	height: 60px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #F30408; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
	font-size: 27px; /* 字体大小 */
	margin: 0 auto;
	text-align: center;
	
}
.syan a{ /* 按钮美化 */
	width: 330px!important; /* 宽度 */
	height: 60px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #F30408; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
	font-size: 27px; /* 字体大小 */
	margin: 0 auto;
	text-align: center;
	
}
.syan a:hover { /* 鼠标移入按钮范围时改变颜色 */
	background: #F30408;}
.syan:hover { /* 鼠标移入按钮范围时改变颜色 */
	background: #F30408;}
.syan li{
	margin-top: 20px;
	padding-top: 10px;
}

.proAdd{ width:1200px; margin:0 auto; position:relative; }
.proAddMap{border:1px solid #dadada;  padding:10px; background:#fff;height: 555px;}

.jiayuan{
	width: 300px;
	height: 385px;
	margin: 0 auto;
	text-align: center;
	 -webkit-box-shadow: #ccc 0px 5px 10px;  
   -moz-box-shadow: #ccc 0px 5px 10px;  
   box-shadow: #ccc 0px 5px 10px; 
	

}
.footd{
	
	width: 50%;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}