
@media screen and (max-width: 1400px) {
}
.w_125 {
	width: 125px
}
.w_400 {
	width: 400px
}
.w_550 {
	width: 550px
}
.w_1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.w_1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.w_1400 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.w_860 {
	width: 860px;
	margin: 0 auto;
}
@keyframes solltTop {
 from {
 transform: translateY(0px);
}
 to {
 transform: translateY(-45px);
}
}
.head {
	position: fixed;
	left: 0;
	top: 45px;
	right: 0;
	z-index: 999;
	transition: All 0.4s ease-in-out;
}
.scroll {
	/*animation: solltTop 0.6s;*/
	/*border-bottom: 1px solid #EBEBED;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
	*/
	top:0px;
}
* {
	margin: 0px;
	padding: 0px;
}
body, html, samp, #keywords, em, s, input, h1, span {
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei", SimSun, SimHei; /*	    font-family: Arial, Helvetica, sans-serif;*/
}
img {
	border: 0px;
	vertical-align: middle;
}
a, a:hover, a:visited, a:active {
	text-decoration: none;
	/*  color: #000;*/
	outline: none;
}
li, dl, dt, dd {
	list-style-type: none;
}
p {
	/*	text-align: justify;
	line-height: 26px;*/
	line-height: 32px;
}
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, span, li, dl, dt, td {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style: normal;
	font-weight: 400;
	outline: none;
}
/*****************top*********************/
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
input, textarea, select {
	border: 0;
	outline: none; /*去除蓝色边框*/
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #515151;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #515151;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #515151;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #515151;
}
a, button, input {
	outline: none;
}
s {
	text-decoration: none;
}
em {
	font-style: normal;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited {
	outline: none !important;
	box-shadow: none !important;
}

/****************Bootstrap******************/
@media (min-width: 1200px) {
/*  .container {
    width: 1200px;
  }*/
}
.nav a, .nav a:focus, .nav a:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}
.dropdown-menu {
	min-width: inherit;
	padding: 5px;
	border-radius: 6px !important;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}
.navbar-brand > img {
	display: inline-block;
}
.navbar > .container-fluid .navbar-brand {
	margin-left: 0px;
}
/**************Bootstrap**************/
/****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
}
/*********************************/
.photo_thumbs_m_z {
	position: relative;
	margin-top: 10PX;
}
.swiper-slide-thumb-active {
	border: 1px solid #cc0000;
}
.photo_thumbs_L {
	position: absolute;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
	margin-top: 0 !important;
}
.photo_thumbs_R {
	position: absolute;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
	margin-top: 0 !important;
}
.photo_thumbs_L:after, .photo_thumbs_R:after {
	display: none;
}
.photo_thumbs_m {
	width: 90%;
	margin: 0 auto;
}
.photo_thumbs_L .iconfont, .photo_thumbs_R .iconfont {
	color: #333;
	font-weight: bold;
}
/****************************/
.am-gallery-overlay a img {
	cursor: pointer;
}
.am-pureview-title {
	text-align: center;
	color: #FFF;
}
.am-pureview-counter, .am-pureview-counter span {
	color: #FFF;
	font-size: 14px !important;
}
.banner {
	padding: 0px !important;
	margin-bottom: 0px;
}
.banner_n {
	margin-bottom: 20px;
}
.banner .swiper-slide {
	width: 100% !important;
}
.banner .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: none;
	transition: 0.3s ease-in-out;
	width: 12px;
	height: 12px;
}
.banner .swiper-pagination-bullet-active { /*opacity: .6;*/
	width: 24px;
	border-radius: 12px;
	background: #fff;
}
[role="button"]:focus {
	outline: 0 !important;
}
.banner .swiper-button-prev {
	height: 61px;
	width: 38px;
	background: transparent url(../images/themes.png) no-repeat left top;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.banner .swiper-button-next {
	height: 61px;
	width: 38px;
	background: transparent url(../images/themes.png) no-repeat right top;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
	display: none;
}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
	opacity: 1;
}
.banner .swiper-pagination {
	bottom: 20px;
}
/****************************/
.breadcrumb a {
	color: #333;
}
/*.dropdown:hover .dropdown-menu{ display: block; }
*/
/************************************/
.fenye {
	text-align: center;
	clear: both;
	margin-top: 80px;
	margin-bottom: 80px;
}
.ep-pages {
	margin: 0 auto;
	display: inline-block;
	border-right: 1px solid #ddd;
	margin-top: 20px;
}
.ep-pages a, .ep-pages span {
	display: inline-block;
	border: 1px solid #ddd;
	color: #3c3c3c;
	border-right: none;
	float: inherit !important;
	/*	margin-left:3px;
	margin-right:3px;*/
	padding-left: 16px;
	padding-right: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}
.ep-pages .current {
	background: #BF2C30 !important;
	border: 1px solid #BF2C30 !important;
	color: #fff !important;
}
.disabled {
	color: #D8D8D8;
}
.ep-pages a:hover {
	background: #fff;
	/*	border: 1px solid #268bdb !important;*/
	color: #BF2C30;
}
/*****************************/
.pages {
	text-align: center;
	margin-bottom: 105px;
	margin-top: 20px;
}
.pages a, .pages span {
	display: inline-block;
	/*	width: 41px;*/ 
	padding: 0px 16px;
	height: 41px;
	background-color: #edecec;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-family: Arial;
	font-size: 18px;
	color: #666;
	margin: 0 4px;
}
.pages a:hover, .pages .page-on, .pages .current {
	background-color: #e4392a;
	color: #fff;
}
.pages .disabled {
	color: #666;
}
/*****************************/

.fy {
	margin-top: 20px;
	margin-bottom: 50px;
}
.fy a:hover {
	color: #E50D1C;
}
.fh {
	margin-top: 30px;
	text-align: right;
}
.fh a {
	width: 90px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #E50D1C;
	color: #FFF;
	display: inline-block;
}
.fanhui {
	text-align: right;
	margin-top: 30px;
}
.fanhui a {
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #e4392a;
	color: #fff;
	font-size: 14px;
	margin: 0 12px;
	border-radius: 5px;
}
.cur_img {
	text-align: center;
	text-indent: 0 !important;
	margin-bottom: 30px;
}
.cur_img img {
	max-width: 100%;
	margin-top: 10px;
}
.nav>li {
	margin-left: 18px;
	margin-right: 18px;
}
.nodata {
	padding: 0 15px;
}
/*清除浮动*/
.clearfix {
	zoom: 1
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
/************************************************************/
.tishi {
	display: none;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 20px;
	color: #FFF;
	border-radius: 5px;
	line-height: 30px;
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.feedback_textarea {
	position: relative;
}
.feedback_textarea .t_h {
	color: #555;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.feedback_textarea .t_h i {
	font-style: normal;
}

/**************百度分享工具*************/

.fenxiang {
	text-align: right;
	overflow: hidden;
}
.share-platform {
	overflow: hidden;
}
.share-platform .share-platform-l {
	float: left;
	width: 77px;
	margin-top: 8px;
}
.share-platform .share-platform-text {
	color: #aaa;
	margin-top: 5px;
}
.share-platform a {
	float: left;
	width: 32px;
	line-height: 32px;
	height: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 4px !important;
	text-indent: -100em;
	overflow: hidden;
}
.share-platform .ttwx {
	background-image: url(../images/share_bg.png);
	background-position: -13px -9px !important;
}
.share-platform .ttsina {
	background-image: url(../images/share_bg.png);
	background-position: -57px -9px !important;
}
.share-platform .ttqq {
	background-image: url(../images/share_bg.png);
	background-position: -101px -9px !important;
}
.share-platform .ttqzone {
	background-image: url(../images/share_bg.png);
	background-position: -146px -7px !important;
}
.share-platform .fz_lj {
	background-image: url(../images/share_bg_lj.png);
	background-size: contain;
	background-position: center center !important;
}
.share_copy_link {
	position: fixed;
	top: -999999px;
	left: 0px;
	opacity: 0;
	z-index: -10;
}
.tan_share {
	box-sizing: content-box;
	background: #FFF !important;
	width: auto !important;
	height: auto !important;
	padding: 6px 16px;
}
.share_join_li.fenxiang .tan_share {
	width: auto !important;
}
.share_join_li.fenxiang .tan_share:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 6px;
	border-color: transparent transparent transparent #FFF !important;
	position: absolute;
	top: 26px;
	right: -12px;
}
.share_title {
	display: inline-block;
	float: left;
}
.share-platform {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;/*width: 220px !important;*/
}
.bdsharebuttonbox {
	overflow: hidden;
}
#fxcode {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	background-color: #fff;
	border: 1px solid#CFCFCF;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	z-index: 999;
}
#fxcode .f {
	float: left;
	font-weight: 600;
}
#fxcode .r {
	float: right;
	font-size: 18px;
	color: #999;
}
#fxcode .fxjg {
	padding: 4px 6px 2px 6px;
}
#fxcolse:hover {
	color: #35B17B;
	cursor: pointer;
}
#fxcode .canvas_evm {
	padding: 5px 15px;
}
#fxcode p {
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", Microsoft YaHei;
}
.share_tishi {
	box-sizing: content-box !important;
	display: none;
	white-space: nowrap;
	height: 40px !important;
	line-height: 40px !important;
	background-color: rgba(0,0,0,0.8);
	padding: 6px 20px !important;
	color: #FFF;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
/**************百度分享工具*************/

