
@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(-130px);
}
 to {
 transform: translateY(0px);
}
}
.scroll {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	/*
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #EBEBED;
	*/
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
	animation: solltTop 0.6s;
}
* {
	margin: 0px;
	padding: 0px;
}
body, html, samp, #keywords, em, s, input, h1, span {
	font-size: 14px;
	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 !important;
	/*  color: #000;*/
	outline: none !important;
}
li, dl, dt, dd {
	list-style-type: none;
}
p {
	text-align: justify;
	/*text-indent: 32px;*/
	line-height: 30px;
}
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 !important;
	-webkit-appearance: none;
}
s {
	text-decoration: none;
}
em {
	font-style: normal;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited {
	outline: none;
	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;
}*/
/****************************/
.banner {
	padding: 0px !important;/*	margin-bottom: 60px;*/
}
.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: 5% !important;
}
.banner .swiper-slide{ width: 100% !important;}
/****************************/
.breadcrumb a {
	color: #333;
}
/*.dropdown:hover .dropdown-menu{ display: block; }
*/
/************************************/
.fenye {
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
}
.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;
}
.current {
	background: #2861aa !important;
	border: 1px solid #2861aa !important;
	color: #fff !important;
}
.disabled {
	color: #D8D8D8 !important;
}
.ep-pages a:hover {
	background: #fff;
	/*	border: 1px solid #268bdb !important;*/
	color: #2861aa;
}
.fy {
	margin-top: 20px;
	margin-bottom: 50px;
}
.fy a:hover {
	color: #E50D1C;
}
.fh {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 30px;
}
.fh a {
	padding: 12px 26px;
	text-align: center;
	background: #29883D;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
	margin-right: 20px;
}
.fanhui {
	text-align: right;
	margin-top: 30px;
}
.fanhui a {
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #29883D;
	color: #fff;
	font-size: 14px;
	margin: 0 12px;
	border-radius: 5px;
}
.cur_img {
	text-align: center;
	text-indent: 0 !important;
}
.cur_img img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.show_n {
	padding-bottom: 60px;
}
.show_n p {
	text-indent: 34px;
}
.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%;
	z-index: 999;
	transform: translate(-50%, -50%);
}
.Validform_checktip {
	display: none;
}
.Validform_error {
	background: none !important;
}
.list-paddingleft-2 li {
	list-style-type: disc;
}
.feedback_textarea {
	position: relative;
}
.feedback_textarea .t_h {
	color: #cacace;
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 99;
}
.feedback_textarea .t_h i {
	font-style: normal;
}
.nav>li {
	margin-left: 6px;
	margin-right: 6px;
}
.am-pureview-actions a {
	right: 10px;
	left: auto !important;
	font-size: 24px !important;
}
.am-pureview-counter, .am-pureview-counter span {
	color: #fff;
	font-size: 14px !important;
}
.btn1, .btn2 {
	padding: 10px 38px;
	color: #fff;
	background-image: linear-gradient(to right, #0066bb, #33986f);
	border-radius: 8px;
	margin-right: 10px;
}
/************************************************/
.container-fluid .container, .container .container, .container.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/*****************右侧客服*****************/
.fudong_R {
	position: fixed;
	right: 0px;
	z-index: 999;
	top: 50%;
	margin-top: -120px;
}
.fudong_R_li {
	position: relative;
	width: 80px;
	height: 82px;
	background: #FFF;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.fudong_R_li p {
	color: #63576B;
	text-align: center;
	font-size: 14px; line-height: 26px; margin-bottom: 10px;
}
.fudong_R_n .fudong_R_li:last-child {
	border-bottom: none;
}
.fudong_R_li > img {
/*	width: 38px;
	height: 38px;*/
}
.fudong_R_li .tan {
	position: absolute;
	top: 0;
	right: 80px;
	background: #FFF;
	display: none;
}
.fudong_R_li .tan_b {
	top: inherit;
	bottom: 0px !important;
}
.fudong_R_li.shang {
	display: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tel .tan, .weizhi .tan, .qq .tan, .xie .tan {
	height: 82px;
	line-height: 82px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	background: #29883D;
	background: rgba(7,133,217,0.90);
	font-size: 16px;
	white-space: nowrap;
}
.tan img {
	height: 150px;
}
.fudong_R i {
	font-size: 25px; margin-top: 10px;
	color: #333;
}
/*.tel .tan b {
  background: url(../images/R_tel.png) left center no-repeat;
  padding-left: 30px;
}*/
.fudong_R_n {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	background: #fff;
}
.fudong_R_li {
	border-radius: 5px;
}
/*.fudong_R_n .fudong_R_li:first-child {
  border-radius: 5px 5px 0px 0px
}
.fudong_R_n .fudong_R_li:last-child {
  border-radius: 0px 0px 5px 5px
}*/
.fudong_R_li_T {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fudong_R_li .ic {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.sdhy {
	background: url(../images/r2.png) center center no-repeat;
}
/*.yjy {
	background: url(../images/r1.png) center center no-repeat;
}*/
.sdty {
	background: url(../images/r3.png) center center no-repeat;
}
.kefu {
	background: url(../images/r1.png) center center no-repeat;
}











