* {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul, li {
	list-style: none;
	margin: 0;
}

a:hover,a:focus {
	text-decoration: none
}

body {
	background: #f6f6f6;
	font: 12px/1.5  "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}

.bgfff {
	background: #fff;
}

.fl {
	float: left;
	*display: inline;
}

.fr {
	float: right;
	*display: inline;
}

.fontArial {
	font-family: arial;
}

.mtop20 {
	margin-top: 20px;
}

.br4 {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

i, em {
	font-style: normal;
	text-decoration: none;
}

.topcontainer {
	/* height: 36px; */
	line-height: 36px;
	background: #f6f6f6;
}

.topcontainer a {
	display: inline-block;
}

.topcontainer a:hover {
	color: #1184e1
}

.topcontainer a {
	color: #595959;
}

.topcontainer a img {
	margin-right: 5px;
}

.topcontainer .glyphicon {
	font-size: 10px;
}

.topcontainer .pull-left {
	margin-right: 10px;
}

.header-agency-container {
	min-height: 100px;
	padding: 22px 0;
	transition: all .5s;
}

.affix .header-agency-container {
	padding: 10px 0;
	min-height: 30px;
}

.header-agency-left {
	padding-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* .header-agency-logo { max-height: 56px; } */

.header-agency-logo img {
	max-width: 350px;
	height: 56px;
	float: left;
}

.header-agency-logo h1, .header-agency-logo span {
	margin-left: 15px;
	/* float: left; */
	font-size: 16px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0;
	color: #262626;
	margin-bottom: 0;
}

.header-agency-logo a, .header-agency-logo a:hover, .header-agency-logo a:link, .header-agency-logo a:visited {
	color: #262626;
}

.header-agency-logo-position {
	height: 56px;
	position: relative;
}

.header-agency-logo-position img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-agency-line {
	width: 1px;
	height: 40px;
	margin-top: 8px;
	margin-left: 20px;
	display: inline-block;
	line-height: 56px;
	background: #eee;
}

.header-agency-info-outer {
	width: auto;
	display: inline-block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-agency-info {
	width: 100%;
	height: 56px;
	padding-left: 20px;
	display: table;
}

.header-agency-info p {
	width: 100%;
	max-height: 44px;
	display: table-cell;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #262626;
}

.header-agency-info dl {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.header-agency-info dt {
	color: #ec455a;
	font-size: 14px;
}

.header-agency-tel p {
	margin: 0;
	color: #ec455a;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.header-agency-tel-phone{
	margin-top:-15px;
}
/* .header-agency-right { width: 290px; } */

.header-agency-right div {
	font-size: 35px;
	text-align: right;
}

.header-agency-right div .icon-jigou {
	font-size: 18px;
	color: #ec455a;
}

.header-agency-right span {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0;
	color: #ec455a;
	font-family: arial;
}

.header-agency-tel {
	-webkit-animation: d 2s ease infinite .5s;
	animation: d 2s ease infinite .5s;
	white-space: nowrap;
}
.header-agency-tel .btn-danger{
	border:none;border-radius: 0;background:#e60000;
}
.header-agency-tel-show, .header-agency-show-tel .header-agency-tel-hide {
	display: none;
}

.header-agency-show-tel .header-agency-tel-show {
	display: inline-block;
}

.header-agency-tel-hide em {
	position: relative;
	top: 4px;
}

.header-agency-tel-hide a {
	margin-left: 5px;
	position: relative;
	top: -3px;
	font-size: 14px;
	text-decoration: underline;
	color: #ec455a;
}

.glyphicon-earphone,.glyphicon-phone {
	color: #ec455a;
	font-size: 16px;
}

.navbar {
	font-size: 14px;
	margin-bottom: 0;
}

.logobar {
	background-color: #222;
}

.logobar .logobox {
	padding: 10px 0;
	overflow: hidden;
}

.logobar .logobox a {
	display: block;
	width: 200px;
	height: 20px;
	margin-top: 5px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain
}

.logobar span {
	display: inline-block;
	color: #ddd;
	font-weight: bold;
	border-left: 1px solid #ddd;
	font-size: 15px;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 5px;
}

.logobar .pull-right {
	font-size: 20px;
	color: #fff;
}

.logobar .pull-right img {
	display: block;
	vertical-align: top;
	height: 30px;
}

.logobar .glyphicon {
	font-size: 20px;
	color: #fff;
	margin-top: 7px;
}

.fixtopbar {
	width: 100%;
	z-index: 1001;
	top: 0;
}

/*banner CSS*/
.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {
	background: #fff;
}

.swiper-slide a {
	display: block;
}

.swiper-slide img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.swiper-container .swiper-button-next{
	right:15%;
}
.swiper-container .swiper-button-prev{
	left:15%;
}
.swiper-container .swiper-pagination-bullet-active{
	background:#006AB4
}
.Mbanner img {
	max-width: 100%;
	width: 100%;
}
.fullbanner video{
	display: block;
	margin: 0 auto;
	min-width: 1140px;
}
.swiper-container video{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width: 768px) {
	.swiper-container video{
		width: 100%;
	}
}
/* 简介 */

.index-agency-intro-container {
	padding: 30px;
}

.class-detail-container {
	/*height: 500px;*/
	min-height: 400px;
	padding: 30px;
}

.class-lunbo-div {
	height: 300px;
	position: relative;
}

.class-swiper-banner .class-swiper-slide, .class-swiper-banner .class-swiper-wrapper {
	width: 500px;
	height: 300px;
	display: block;
	position: relative;
	overflow: hidden;
}

.class-swiper-banner .video-container {
	width: 500px;
	height: 300px;
	margin: 0;
	position: relative;
}

.class-swiper-banner .class-swiper-slide>img, .class-swiper-banner .video-container {
	width: 500px;
	height: 300px;
	position: absolute;
	/*z-index: 2;*/
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.class-swiper-banner .class-swiper-slide>img {
	margin-left: -250px\9;
	margin-top: -150px\9;
}

.class-detail-container-right dt {
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #8c8c8c;
	font-weight: normal
}

.class-detail-container-right dd {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #262626;
}

.index-agency-intro-right {
	/*width: 565px; min-height: 339px;*/
	padding-top: 10px;
	position: relative;
}

.index-agency-intro-pj {
	height: 28px;
	line-height: 28px;
	margin-bottom: 18px;
}

.index-agency-intro-pj a {
	display: inline-block;
	font-size: 13px;
	text-decoration: underline;
	color: #262626;
}

.index-agency-intro-pj a:hover {
	text-decoration: underline;
}

.agency-right-more:hover a {
	color: #1184e1;
}

.index-agency-intro-pj em {
	font-size: 32px;
	letter-spacing: 0;
	color: #ff2d55;
	vertical-align: middle;
	margin-right: 5px;
}

.index-agency-intro-pj span {
	height: 24px;
	margin-right: 5px;
	margin-left: 6px;
	padding: 2px 8px 2px 6px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #fff;
	-moz-border-radius: 13px 13px 13px 0;
	border-radius: 13px 13px 13px 0;
	background: #ff2d55;
}

.index-agency-intro-pj li {
	margin-left: 10px;
	float: left;
	font-size: 13px;
	color: #262626;
}

.index-agency-intro-nopj {
	font-size: 13px;
	color: #8C8C8C;
	letter-spacing: 0;
	margin-bottom: 17px;
}

.index-agency-intro-right dt {
	height: 18px;
	margin-left: 0;
}

.index-agency-intro-right dt, .index-agency-intro-right dd {
	line-height: 18px;
}

.index-agency-intro-ts {
	/*margin-top: 17px; */
	margin-bottom: 10px;
}

.index-agency-intro-ts span i {
	color: #3486da
}

.index-agency-intro-ts span {
	margin-right: 22px;
	margin-bottom: 4px;
	display: inline-block;
	float: left;
}

/*.index-agency-intro-ts span:first-child { margin-left: 0; }*/

.index-agency-intro-ts span img {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-right: 3px;
	display: inline-block;
}

.index-agency-intro-jj, .index-agency-intro-xq, .index-agency-intro-tel {
	/*margin-top: 18px;*/
	margin-bottom: 11px;
}

.index-agency-intro-jj dt {
	line-height: 22px;
}

.index-agency-intro-jj dd p {
	/*max-height: 66px;*/
	/*display: -webkit-box; overflow: hidden;*/
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	white-space: normal !important;
	letter-spacing: 0;
	/*text-overflow: ellipsis; word-wrap: break-word;*/
	color: #262626;
	/*-webkit-line-clamp: 3; -webkit-box-orient: vertical;*/
	margin-bottom: 0;
}

.index-agency-intro-jj .agency-right-more {
	/*margin-top: 4px;*/
	font-size: 13px;
}

/*.index-agency-intro-xq { margin-top: 13px; }*/

.index-agency-intro-xq p {
	/*max-width: 454px;*/
	max-width: 499px;
	float: left;
}

.index-agency-intro-xq .agency-right-more {
	height: 18px;
	margin-left: 4px;
	float: none;
	font-size: 13px;
	line-height: 18px;
}

.class-detail-right-btn .jyb-btn {
	width: 30%;
	margin-right: 2%;
}

/* 产品 */

.activity-class-container {
	padding: 20px;
}

.index-class-container>p {
	height: 46px;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	color: #323232;
}

.index-class-container .agency-right-more {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #262626;
}

.activity-class-list {
	/* margin-top: 15px; */
}

.activity-class-img {
	overflow: hidden;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.activity-class-img img {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #eee;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.activity-class-img a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.activity-class-list h4, .activity-class-list p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity-class-list h4 {
	height: 24px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	margin-bottom: 15px;
	text-align: center;
}

.activity-class-list p {
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	color: #8c8c8c;
}

.activity-class-type {
	margin-top: 3px;
}

.activity-class-type span+span {
	margin-left: 10px;
}

.activity-class-price {
	margin-bottom: 10px;
}

.activity-class-price em {
	/*display: none;*/
	font-family: arial;
	font-size: 14px;
	color: #ff2d55;
}
.activity-class-list .text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/*  */

.complaint-help {
	padding: 10px 30px 10px;
	min-height: 250px;
}

/* .complaint-help-title { height: 36px;font-size: 18px;} */

.complaint-help-title .glyphicon {
	color: #f8cc61;
	font-size: 18px;
}

.complaint-help-title span {
	font-size: 18px;
	line-height: 35px;
	margin-left: 2px;
	font-weight: 600;
	letter-spacing: 0;
	color: #262626;
}

.complaint-help>p {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
	color: #262626;
	margin-top: 10px;
	margin-bottom: 10px;
}

.complaint-help .jyb-btn {
	color: #fff;
	width: 100%;
}

.complaint-help .jyb-btn:link, .complaint-help .jyb-btn:visited, .complaint-help .jyb-btn:active {
	color: #fff;
	text-decoration: none;
}

.complaint-help>em {
	height: 17px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0;
	color: #8c8c8c;
}

.jyb-btn {
	height: 40px;
	padding: 0 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	cursor: pointer;
	-webkit-transition: .1s;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-moz-transition: .1s;
	transition: .1s;
	text-align: center;
	white-space: nowrap;
	color: #595959;
	border: 1px solid #d9d9da;
	border-color: #d9d9da;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}

.jyb-btn-blue {
	color: #fff;
	border-color: #1184e1;
	background-color: #1184e1;
}

.jyb-btn-blue:hover {
	color: #fff;
	border-color: #1a8fee;
	background-color: #1a8fee;
}

.jyb-btn-blue.active, .jyb-btn-blue:active {
	position: relative;
	color: #fff;
	border-color: #1184e1;
	background-color: #1184e1;
}

.jyb-btn-blue.active::before, .jyb-btn-blue:active::before {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	background: rgba(0, 0, 0, .10);
}

.jyb-btn-blue.disable {
	cursor: not-allowed;
	color: #fff;
	border-color: #88c1f0;
	background-color: #88c1f0;
}

.jyb-btn-blue.disable::before {
	display: none;
}

.jyb-btn-line-blue {
	color: #1184e1;
	border-color: #1184e1;
	background-color: #fff;
}

.jyb-btn-line-blue:hover {
	color: #fff;
	border-color: #1a8fee;
	background-color: #1a8fee;
}

.jyb-btn-line-blue.active, .jyb-btn-line-blue:active {
	position: relative;
	color: #fff;
	border-color: #1184e1;
	background-color: #1184e1;
}

.jyb-btn-line-blue.active::before, .jyb-btn-line-blue:active::before {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	background: rgba(0, 0, 0, .10);
}

.jyb-btn-line-blue.disable {
	cursor: not-allowed;
	color: #88c1f0;
	border-color: #88c1f0;
	background-color: #fff;
}

.jyb-btn-line-blue.disable::before {
	display: none;
}

/*color default white*/

.jyb-btn-white {
	color: #595959;
	border-color: #ebebeb;
	background-color: #ebebeb;
}

.jyb-btn-white:hover {
	color: #595959;
	border-color: #f0f0f0;
	background-color: #f0f0f0;
}

.jyb-btn-white.active, .jyb-btn-white:active {
	position: relative;
	color: #595959;
	border-color: #ebebeb;
	background-color: #ebebeb;
}

.jyb-btn-white.active::before, .jyb-btn-white:active::before {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	background: rgba(0, 0, 0, .10);
}

.jyb-btn-white.disable {
	cursor: not-allowed;
	color: #ababab;
	border-color: #f6f6f6;
	background-color: #f6f6f6;
}

.jyb-btn-white.disable::before {
	display: none;
}

.jyb-btn-line-white {
	color: #595959;
	border-color: #d9d9da;
	background-color: #fff;
}

.jyb-btn-line-white:hover {
	color: #1184e1;
	border-color: #1184e1;
	background-color: #fff;
}

.complaint-container {
	padding: 20px;
	position: relative;
}

.complaint-container>div {
	padding: 10px;
	font-size: 13px;
	text-align: center;
	color: #262626;
	border: 1px dashed #d9d9da;
}

.complaint-container p {
	display: inline-block;
	margin: 0;
}

.complaint-container a {
	text-decoration: underline;
	color: #262626;
}

.complaint-container span:hover a {
	color: #256caf;
	text-decoration: underline;
}

.complaint-container i {
	font-size: 12px;
	color: #256caf;
}

.complaint-container span:hover i {
	color: #256caf;
}

.complaint-container .hover-show-intro {
	color: #88c1f0;
	font-size: 13px;
	margin-right: 5px;
}

/* footer */

.footer {
	margin: 30px auto 50px auto;
}

.footer ul {
	text-align: center;
	overflow: hidden;
	list-style: none;
}

.footer li {
	display: inline-block;
	height: 14px;
	border-left: 1px solid #ddd;
	padding: 0 10px;
	line-height: 14px;
	float: none;
	margin: 0;
}

.footer li:first-child {
	border-left: 0;
	*border-left-style: expression(this.previousSibling==null?"none":"solid")
}

.footer li a {
	font-size: 12px;
	color: #666;
	line-height: 14px
}

.footer li a:hover {
	color: #256caf
}

.footer li a:focus {
	color: #666
}

.fcopyright {
	margin: 15px auto 0 auto;
	font-size: 12px;
	color: #aaa;
	line-height: 17px;
	text-align: center
}

.fcopyright .colora2 {
	color: #2a2a2a
}

.pr5 {
	padding-right: 5px
}

.font15 {
	font-size: 15px
}

.footer a {
	color: #aaa;
}

.complaint-help li {
	color: #999999;
	font-size: 12px;
	padding-top: 12px;
}

.complaint-help i {
	font-size: 14px;
	color: #4a8bfd;
	margin-right: 10px;
}
/*左侧右侧通话*/

.left_form {
	position: fixed;
	top: 30%;
	left: 0;
	z-index: 1000;
	border: 5px solid #004BA8;
	background: #fff;
	width: auto;
	height: auto;
	padding: 15px 0;
	padding-left: 35px;
	width: 255px;
	display: none;
}

.left_form h3 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 0;
}

.left_form h3 span {
	color: #C00000;
	font-size: 20px;
}

.left_form p {
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
}

.delbtn {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 9999;
	font-size: 18px;
	color: #aaa;
	cursor: pointer;
}

.kf_btn {
	height: 147px;
	background-color: #004dac;
	position: fixed;
	padding: 15px 5px 0;
	width: 30px;
	background: #004BA8;
	color: #fff;
	left: 0;
	top: 30%;
	z-index: 1001;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	display:  none;
}

.sendmsg {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 0;
}

.buyPhone {
	width: 130px;
	height: 40px;
	border: 0;
	padding: 5px;
	float: left;
	line-height: 30px;
	background: #eee;
	font-size: 15px;
}

.sbtn {
	width: 70px;
	height: 40px;
	background: #C00000;
	color: #fff;
	float: left;
	border: 0;
	cursor: pointer;
}
.yzmbox {
	width: 100%;
	height: 40px;
	z-index: 999;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #ddd;
	float: left;
}

.yzmbox input {
	border: 0;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	width: 50%;
}

.yzmbox img {
	display: block;
	float: right;
	max-height: 30px;
}

.hidden {
	display: none;
}

.min_xingrong {
	width: 20px;
	line-height: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #e30259;
	text-align: center;
	cursor: pointer;
	display: none;
	height: 100px;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.5);
}

.xinrong_fixed {
	width: 145px;
	height: 400px;
	position: fixed;
	top: 100px;
	right: 15px;
	z-index: 999999999;
}

.xinrong_fixed .girl {
	text-align: center;
	float: none;
	width: auto;
	height: auto;
}

.xinrong_fixed .box {
	border: 1px solid #d6d6d6;
	width: 100%;
	background: #fff;
	overflow: unset;
	padding: 0;
	position: unset;
	margin: 0;
	height: auto;
}

.xinrong_fixed .box .hastext {
	border-top: 1px solid #d6d6d6;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: none;
}

.xinrong_fixed .box input {
	width: 137px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: none;
	background: #eee no-repeat center;
	display: block;
	margin: 0 auto 10px;
	font-size: 14px;
	color: #666;
}

.xinrong_fixed .box .hastext img {
	vertical-align: middle;
	float: left;
	padding: 0 10px;
	margin: 0;
}

.xinrong_fixed .box>a>img {
	height: auto !important;
	width: auto !important;
}

.xinrong_fixed .box .calling {
	width: 137px;
	display: block;
	margin: 0 auto;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #3486da;
	text-decoration: none;
	margin-bottom: 20px;
	background-size: 100% 100%;
	border-radius: 5px;
	cursor: pointer;
}

#guanbi {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #395066;
	cursor: pointer;
	font-weight: bold;
}
@media (max-width: 768px) {
	.topcontainer a img {
		height: 10px;
	}
	.logobar .logobox {
		padding: 0;
		height: 40px;
	}
	.logobox a.logo {
		width: 70px;
		height: 40px;
		background-position: center;
	}
	.logobar span {
		font-size: 12px;
		margin: 12px 5px;
	}
	.pull-right img {
		height: 20px;
	}
	.header-agency-container {
		min-height: 40px;
		margin-left:-10px;
		margin-right: -10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header-agency-logo img {
		height: 30px;
		margin-right: 5px;
	}
	.header-agency-right div {
		font-size: 14px;
	}
	.header-agency-logo h1, .header-agency-logo span, .header-agency-right span {
		font-size: 14px;
		line-height: 30px;
		margin: 0;
	}
	.header-agency-tel-phone{
		line-height: 1;
		margin:0
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#product .d-flex {
		display: inherit;
	}
	.complaint-help {
		min-height: 100px;
	}
	/* 手机轮播图 */
	.swiper-container .swiper-pagination-bullet-active {
		background: #fff;
	}
	.swiper-container .swiper-button-next{
		right:5%;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.swiper-container .swiper-button-prev{
		left:5%;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

.PCbanner {
	display: block;
}

.Mbanner {
	display: none;
	font-size: 0
}

@media (max-width: 768px) {
	.PCbanner {
		display: none;
	}
	.Mbanner {
		display: block;
		font-size: 0
	}
	.detail-showlist {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
		border-top: 20px solid #f6f6f6;
	}
}

.product_typelist {
	text-align: center;
}

.product_typelist dt {
	padding: 30px 0;
	background: #1184e1;
	color: #fff;
	margin-bottom: 10px;
}

.product_typelist dd {
	background: #eee;
	padding: 5px 5px 10px;
	text-align: left;
}

.product_typelist dd a {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	background: #fff;
	text-decoration: none;
	color: #999;
}

.product_typelist dd a>i {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #eee;
	position: relative;
	top: 3px;
}

.product_typelist dd a:hover, .product_typelist dd.f_b a {
	color: #fff;
	background: #1184e1;
}

.product_typelist dd a:hover i {
	border-left-color: #fff;
}

.product_typelist dd:last-child {
	padding-bottom: 5px;
}

.d-flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-item{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.advantage {
	margin-bottom: 20px;
}

.advantage .advantage_top {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 50px;
	color: #0067cb;
	font-weight: bold;
}

.advantage .list {
	margin-bottom: 60px;
}

.advantage .left {
	margin-right: 10px;
}

.advantage .left p {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	border: 1px solid #ccc;
	margin: 0;
	font-weight: bold;
	color: #c90400;
}

.advantage .right h3, .advantage .right h4, .advantage .right p {
	margin: 0;
	padding: 0;
}

.advantage .right h3 {
	/* width: 240px; */
	font-size: 20px;
	color: #004fb2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 4px double #ccc;
	font-weight: bold;
}

.advantage .right p {
	white-space: pre-line;
	word-wrap: break-word;
	color: #666;
	width: 100%;
}

.filter_category {
	padding-bottom: 20px;
	position: relative;
}

.filter_category .filter_category_box {
	max-height: 90px;
	overflow: hidden;
}

.filter_category li {
	float: left;
	width: 167px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-left: 10px;
	font-size: 14px;
}

.filter_category li a {
	color: #333
}

.filter_category li.f_b a {
	color: #3486da;
}

/* pages */

.pages {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}

.pages a:link, .pages a:visited, .pages a:active {
	background: #FFFFFF;
	border: #E6E6E6 1px solid;
	padding: 6px;
	text-decoration: none;
	margin: 0 6px;
	color: #333;
}

.pages a:hover {
	background: #F1F1F1;
	border: #3486da 1px solid;
	background-color: #3486da;
	color: #fff;
}

.pages strong {
	background: #3486da;
	padding: 6px;
	border: #CCCCCC 1px solid;
	color: #FFFFFF;
}

.pages_inp {
	border: #CCCCCC 1px solid;
	padding: 6px;
	width: 30px;
	text-align: center;
	color: #666666;
}

.pages_btn {
	width: 48px;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
	font-weight: bold;
	padding: 6px;
	margin: 0 6px;
}

@-webkit-keyframes d {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.13);
		transform: scale(1.13)
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes d {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.13);
		transform: scale(1.13)
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.hotproduct {
	padding: 20px;
	text-align: center;
}

.hotproduct p {
	line-height: 1;
	margin: 0;
	color: 111;
	font-size: 20px;
}

.hotproduct span {
	position: relative;
	color: #a52d36;
	font-size: 10px;
	line-height: 1;
}

.hotproduct span:after, .hotproduct span:before {
	display: inline-block;
	content: "";
	height: 2px;
	width: 20%;
	vertical-align: middle;
	margin: 0 5px;
	background: #f5f5f5;
}

.hotproduct-list li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	margin-left: 10px;
}

.hotproduct-list li:last-child {
	margin-right: 10px;
}

.hotproduct-list img {
	max-width: 100%;
}

.hotproduct-list a {
	text-align: center;
	color: #333
}

.hotproduct-list p {
	margin: 5px;
	padding-top: 5px;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.hotproduct-list a span {
	display: block;
	color: #a52d36;
	font-size: 13px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.hotproduct-list a span i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: url(/file/image/service.jpg) no-repeat;
	background-size: contain;
	vertical-align: sub
}

.hotproduct-list .col-xs-4 {
	padding: 0 5px;
}

.fixedtelephone {
	position: fixed;
	right: 5px;
	bottom: 60px;
	width: 50px;
	height:50px;
	overflow: hidden;
	z-index: 9999;
	background: #7f39b0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.fixedtelephone a {
	color: #fff;
}
.fixedtelephone:hover{
	background-color: #8f39b0;
}
.fixedtelephone a:hover {
	color: #fff;
}

.fixedtelephone img {
	display: block;
	height: 32px;
	margin-left: -7px;
}
@media screen and (max-width: 480px) {
	.juneng #type_0{
		display: none;
	}
	.activity-class-container{
		padding:10px;
	}
	.product_typelist{
		text-align: left;
		margin-bottom: 0px;
	}
    .product_typelist dd{
		display: inline-block;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.product_typelist dd a>i{
		margin-left: 5px;
	}
}

