@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Lian-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 15px;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	transition: all .3s;
}
a:hover {
	color: #266cdc;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w100 {
	width: 100%;
}
.w1280 {
	width: 80%;
	margin: 0px auto;
}
.w1200 {
	width: 80%;
	margin: 0px auto;
	max-width: 1280px;
}
.w1100 {
	width: 65%;
	margin: 0px auto;
}
.logo .left{
    font-size: 30px;
    font-weight: bold;
}
.left {
	display: block;
	float: left;
	color: #266cdc;
}
.right {
	display: block;
	float: right;
}
.top {
	height: 45px;
	line-height: 45px;
	background: #edf0f3;
	overflow: hidden;
}
.top p {
	color: #999;
	font-size: 15px;
}
.top p span {
	color: #e71f20;
	font-weight: bold;
}
.logo {
	padding: 25px 0px;
	overflow: hidden;
}
.logo img {
	/*width: 313px;*/
	height: 82px;
}
.logo .tel {
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 60px;/*margin-top: 13.5px;*/
}
.logo .tel em {
	display: block;
	color: #000;
	line-height: 25px;
}
.logo .tel span {
	display: block;
	/*color: #e4000f;*/
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.nav {
	height: 60px;
	line-height: 60px;
	background: #454545;
	position: relative;
	z-index: 9999;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	position: relative;
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
}
.nav .nLi h3 {
}
.nav .nLi h3 a {
	display: block;
	font-size: 16px;
}
.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: #f7f7f7;
	line-height: 40px;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #333;
}
.nav .sub a:hover {
	background: #e7e7e7;
}
.nav .on h3 a {
	background: #0090fd;
	color: #fff;
}
.footer {
	background: url(../images/bgfooter.png) center top no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.footer .backup {
	display: block;
	width: 73px;
	height: 73px;
	text-align: center;
	z-index: 9999;
	border-radius: 50%;
	margin: 25px auto 0px auto;
	background: url(../images/icon11.png) center no-repeat rgba(240,240,240,0.7);
	cursor: pointer;
}
.footer .protxt {
	padding-top: 60px;
	overflow: hidden;
}
.footer .protxt .left {
	width: auto;
	padding-right: 6%;
	overflow: hidden;
	float: left;
}
.footer .protxt h3 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer .protxt h3 a {
	color: #666;
	font-size: 18px;
}
.footer .protxt ul {
	padding-bottom: 20px;
	overflow: hidden;
}
.footer .protxt ul li {
	display: block;
	/*float: left;*/
	width: 100%;
}
.footer .protxt ul li p {
	display: block;
	line-height: 30px;
}
.footer .protxt ul li p a {
	color: #fff;
}
.footer .protxt ul li span {
	display: block;
	line-height: 30px;
}
.footer .protxt ul li span a {
	color: #fff;
	font-size: 14px;
}
.footer .protxt .right {
	/*width: 60%;*/
	width: auto;
	overflow: hidden;
}
.footer .protxt .conts {
/*float: right;*/
	/*margin-right: 10%;*/
}
.footer .protxt .conts h2 {
	display: block;
	color: #fff;
	font-size: 30px;
	/*line-height:40px;*/
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .protxt .conts p {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	margin-top: 30px;
}
.footer .protxt .conts a {
	display: block;
	margin: 20px auto;
	background: #0061fd;
    color: #cdd2d5;
	text-align: center;
	width: 180px;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}
.footer .protxt .conts a:hover{
    background: #266cdc;
    color: #fff;
}
.footer .protxt .right .codes {
/*float: right;*/
}
.footer .protxt .right .codes p {
	display: block;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.footer .protxt .right .codes img {
	display: block;
	width: 121px;
	height: 121px;
}
.footer .protxt .right .codes span {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.footer .copyright {
	border-top: 1px solid #222;
	margin-top: 70px;
	padding-top: 30px;
	background: #000;
	padding-bottom: 50px;
	overflow: hidden;
}
.footer .copyright p {
	display: block;
}
.footer .copyright p, .footer .copyright p a {
	color: #a6a6a6;
	font-size: 14px;
}
.footer .copyright p.left a {
	margin-left: 30px;
}
/*yhcms翻页*/
.pages {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	/*background-position: 50% center;*/
	color: #666;
	margin-right: 5px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	/*padding: 0px 15px;*/
	/*font-size: 13px;*/
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #a80412;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #a80412;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
	margin-left: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #a80412;
	margin-right: 5px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 12px;
	border-radius: 50%;
	/*padding: 0px 15px;*/
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
@media only screen and (max-width: 1280px) {
.footer .protxt .left {
	padding-right: 4%;
}
}

/* 分页样式 */
.pagination-box {
  margin: 20px auto;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #5487f3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #5487f3;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #5487f3;
  border-color: #5487f3;
  cursor: default;
}

