
.m-float-box {
	position: fixed;
	right: 0;
	top: 50%;
	width: 66px;
	text-align: center;
	z-index: 999
}

.m-float-box .float-consult {
	background: #008DD5;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(61, 75, 102, .2);
	box-shadow: 0px 4px 12px 0px rgba(61, 75, 102, .2);
	border-radius: 2px
}

.m-float-box .float-consult .wx-box, .m-float-box .float-consult .qq-box, .m-float-box .float-consult .phone-box {
	padding: 10px 0 13px;
	cursor: pointer
}

.m-float-box .float-consult .qq-box .float-text2, .m-float-box .float-consult .phone-box .float-text2 {
	padding: 14px 0 10px 20px;
	font-size: 16px;
	font-weight: 300;
	color: #008DD5;
	line-height: 14px;
	text-align: left;
}

.m-float-box .float-consult .wx-box .float-text3, .m-float-box .float-consult .qq-box .float-text3, .m-float-box .float-consult .phone-box .float-text3 {
	width: 200px;
	border-top: 1px solid #eee;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	text-align: left;
}

.m-float-box .float-consult .wx-box .float-text4, .m-float-box .float-consult .qq-box .float-text4, .m-float-box .float-consult .phone-box .float-text4 {
	padding: 11px 0 15px 0;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	line-height: 14px;
	text-align: center;
}

.m-float-box .float-consult .wx-box .qq-detail, .m-float-box .float-consult .qq-box .qq-detail, .m-float-box .float-consult .phone-box .qq-detail {
	width: 246px;
	height: 0;
	background-image: url(/Public/images/right_fixed.png);
	background-position: -281px 0px;
	background-size: 562px 265px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0;
	position: absolute;
	right: 66px;
	top: 70px;
	height: 92px;
	max-height: 0;
	overflow: hidden;
}

.m-float-box .float-consult .wx-box .wx-detail, .m-float-box .float-consult .qq-box .wx-detail, .m-float-box .float-consult .phone-box .wx-detail {
	width: 247px;
	height: 0;
	background-image: url(/Public/images/right_fixed.png);
	background-position: 0px 0px;
	background-size: 562px 265px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0;
	position: absolute;
	right: 66px;
	top: -10px;
	height: 229px;
	max-height: 0;
	overflow: hidden
}

.m-float-box .float-consult .wx-box .wx-detail img, .m-float-box .float-consult .qq-box .wx-detail img, .m-float-box .float-consult .phone-box .wx-detail img {
	width: 110px;
	margin-top: 25px;
}

.m-float-box .float-consult .wx-box .phone-detail, .m-float-box .float-consult .qq-box .phone-detail, .m-float-box .float-consult .phone-box .phone-detail {
	width: 247px;
	height: 0;
	background-image: url(/Public/images/right_fixed.png);
	background-position: -281px 0px;
	background-size: 562px 265px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0;
	position: absolute;
	right: 66px;
	top: 150px;
	height: 93px;
	max-height: 0;
	overflow: hidden;
}

.m-float-box .float-consult .wx-box:hover {
	background: #008DD5
}

.m-float-box .float-consult .wx-box:hover .wx-detail {
	opacity: 1;
	padding: 18px 17px;
	max-height: 999px;
}

.m-float-box .float-consult .qq-box:hover {
	background: #008DD5
}

.m-float-box .float-consult .qq-box:hover .qq-detail {
	opacity: 1;
	padding: 18px 17px;
	max-height: 999px;
}

.m-float-box .float-consult .phone-box:hover {
	background: #008DD5
}

.m-float-box .float-consult .phone-box:hover .phone-detail {
	opacity: 1;
	padding: 18px 17px;
	max-height: 999px;
}

.m-float-box .float-consult .float-icon {
	display: block;
	width: 20px;
	height: 26px;
	margin: 0 auto;
}

.m-float-box .float-consult .wx-icon {
	background-image: url(/Public/images/right_fixed.png);
	background-position: -281px -128px; background-size: 562px 265px; width: 26px; height: 22px;
}

.m-float-box .float-consult .qq-icon {
	background-image: url(/Public/images/right_fixed.png);
	background-position: -281px -150px;
	background-size: 562px 265px;
}

.m-float-box .float-consult .phone-icon {
	background-image: url(/Public/images/right_fixed.png);
	background-position: -301px -150px;
	background-size: 562px 265px;
}

.m-float-box .float-consult .float-line {
	width: 52px;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	display: block;
	margin: 0 auto;
}

.m-float-box .float-consult .float-text {
	padding: 9px 0 0;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.m-float-box .top-box {
	margin-top: 20px;
	width: 42px;
	height: 38px;
	padding: 28px 0 0 24px;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateX(66px);
	transform: translateX(66px);
	opacity: 0;
	background: #fff;
	cursor: pointer
}

.m-float-box .top-box .arrow-top {
	background-image: url(/Public/images/right_fixed.png);
	background-position: -307px -128px;
	background-size: 562px 265px;
	width: 18px;
	height: 8px;
}

.m-float-box .top-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.m-float-box .reservation-icon {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #008DD5;
	background-color: #fff;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	text-align: center;
	position: absolute;
	right: 8px
}

.m-float-box .reservation-icon span {
	margin-top: 8px;
	display: inline-block;
}

.m-float-box .reservation-box {
	width: 300px;
	height: 140px;
	position: absolute;
	right: 0;
	margin-top: 25px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	box-shadow: 0px 6px 12px 0px rgba(61, 75, 102, .2);
	border-radius: 2px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(310px);
	transform: translateX(310px);
}

.m-float-box .reservation-hide {
	-webkit-transform: translateX(310px);
	transform: translateX(310px);
}

.m-float-box .reservation-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.m-float-box .reservation__close {
	text-align: center;
	width: 27px;
	height: 27px;
	font-size: 7px;
	color: #D8D8D8;
	cursor: pointer;
	background: url(/Public/images/close.png) no-repeat;
	background-position: center;
	background-size: 16px;
}

.m-float-box .reservation__desc {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 14.5px 20px 10px 20px;
	color: #666666;
}

.m-float-box .reservation__input {
	width: 260px;
	height: 30px;
	margin: 0 auto
}

.m-float-box .reservation__input input {
	width: 160px;
	height: 100%;
	padding-left: 10px;
	float: left;
	background-color: #ECECEC;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999999;
}

.m-float-box .reservation__input div {
	width: 90px;
	height: 100%;
	float: left;
	background-color: #008DD5;
	font-size: 12px;
	color: white;
	line-height: 30px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}
/*start 通用底部 */

.m-foot {
	width: 100%;
	height: 302px;
	font-size: 14px;
	color: #fff;
	background-color: #282f38;
	text-align: center
}

.m-foot a {
	color: #fff;
}

.m-foot a:hover {
	color: #ee0000;
}

.m-foot .foot {
	width: 1200px;
	margin: 0 auto
}

.m-foot .foot .nav-list {
	text-align: center;
	display: inline-block;
	line-height: 60px
}

.m-foot .foot .nav-list li {
	float: left;
	width: 176px;
	position: relative
}

.m-foot .foot .nav-list li .circle {
	width: 4px;
	height: 4px;
	background: #d8dadd;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	display: block;
}

.m-foot .foot .foot-link {
	border-top: 1px solid #353c4d;
	border-bottom: 1px solid #353c4d
}

.m-foot .foot .foot-link .foot-left {
	float: left;
	padding: 60px 0 10px 0;
	text-align: left
}

.m-foot .foot .foot-link .foot-left .foot-box {
	float: left;
	padding-right: 85px
}

.m-foot .foot .foot-link .foot-left .foot-box .foot-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	padding-bottom: 16px;
}

.m-foot .foot .foot-link .foot-left .foot-box .foot-text {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.m-foot .foot .foot-link .foot-line {
	float: left;
	width: 1px;
	height: 130px;
	background: #353c4d;
}

.m-foot .foot .foot-link .foot-right1 {
	float: left;
	padding: 0px 20px 30px 50px;
}

.m-foot .foot .foot-link .foot-right2 {
	float: left;
	padding: 0px 50px 30px 20px;
}

.m-foot .foot .foot-link .foot-right .text {
	padding-top: 10px
}

.m-foot .foot .foot-link .foot-right .foot-right-l {
	width: 117px;
	height: 117px;
    background-size: 100%;
}

.m-foot .foot .foot-link .foot-right .icon1 {
    background-size: 100%;
}

.m-foot .foot .foot-link .foot-right .icon2 {
    background-size: 100%;
}

.m-foot .foot .foot-link .foot-right img {
	width: 372px;
	height: 40px;
	margin: 105px 0 0 116px;
}

.m-foot .foot .foot-text2 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	padding-top: 20px;
	clear: both;
}

.m-head {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.m-head .head {
	width: 1200px;
	height: 70px;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -600px;
	z-index: 11;
}

.m-head .logo {
	width: 98px;
	height: 37px;
	background-size: contain;
	margin-top: 17px;
	float: left;
}

.m-head .list {
	float: left;
	margin-left: 122px
}

.m-head .list li {
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 46px;
	line-height: 70px;
	text-align: center;
	position: relative;
	padding: 0 6px
}

.m-head .list li a {
	font-weight: 300;
	color: #fff;
}

.m-head .list li .line {
	position: absolute;
	width: 0;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.m-head .list .cur, .m-head .list li:hover {
	color: #fff
}

.m-head .list .cur a, .m-head .list li:hover a {
	font-weight: 400;
	color: #fff;
}

.m-head .list .cur .line, .m-head .list li:hover .line {
	width: 100%;
}

.m-head .btn-box {
	padding-top: 20px;
	float: right;
}

.m-head-on {
	opacity: 0;
	z-index: 8;
}

/* 统一二级页头部 */

.m-head-second {
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	border-bottom: 1px solid #eee;
	background: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.m-head-second .head {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	z-index: 11;
}

.m-head-second .logo {
	width: 98px;
	height: 37px;
	background-size: contain;
	margin-top: 17px;
	float: left;
}

.m-head-second .list {
	float: left;
	margin-left: 122px
}

.m-head-second .list li {
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 46px;
	line-height: 70px;
	text-align: center;
	position: relative;
	font-weight: 500;
	padding: 0 6px
}

.m-head-second .list li a {
	color: #333;
}

.m-head-second .list li .line {
	position: absolute;
	width: 0;
	height: 3px;
	background: #ee0000;
	left: 0;
	bottom: -1px;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.m-head-second .list .cur, .m-head-second .list li:hover {
	font-weight: 600
}

.m-head-second .list .cur a, .m-head-second .list li:hover a {
	color: #ee0000;
}

.m-head-second .list .cur .line, .m-head-second .list li:hover .line {
	width: 100%;
}

.m-head-second .btn-box {
	padding-top: 20px;
	float: right
}

.m-head-second .btn-box .u-btn-white {
	border: 1px solid #ddd;
	color: #333;
}

.m-head-second .btn-box .u-btn-white:hover {
	border: 0;
	width: 112px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.u-btn-white {
    width: 110px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.m-head-second-on {
	opacity: 0;
	z-index: 8;
}

.m-nav {
	height: 98px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .08);
			box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .08);
	position: fixed;
	top: 71px;
	left: 0;
	width: 100%;
	z-index: 1
  }
  .m-nav .nav-list {
	width: 1092px; margin: 0 auto; display: flex; align-items: center; justify-content: center;
  }
  .m-nav .nav-list li {
	width: 64px;
	height: 72px;
	padding-top: 26px;
	position: relative;
	float: left;
	margin-left: 108px;
	cursor: pointer;
  }
  .m-nav .nav-list li .sub-menu-icon {
	margin: 0 auto;
	width: 28px;
	height: 28px;
	display: block;
  }

  .m-nav .nav-list li .feature-text {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 16px;
	padding-top: 8px;
  }
  .m-nav .nav-list li .feature-line {
	position: absolute;
	width: 0;
	height: 3px;
	background: #008DD5;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
  }
  .m-nav .nav-list li:hover .feature-text, .m-nav .nav-list .cur .feature-text {
	color: #008DD5;
  }
  .m-nav .nav-list li:hover .feature-line, .m-nav .nav-list .cur .feature-line {
	width: 100%;
  }
  .m-go-box {
	height: 235px;
	background: #f8f8f8;
	text-align: center
}

.m-go-box .text {
	font-size: 35px;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	padding-top: 60px;
}

.m-go-box .go-btn {
	width: 311px;
	height: 50px;
	background: #008DD5;
	border-radius: 4px;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
}

.m-go-box .go-btn:hover {
	background: #008DD5;
}

.m-go-box-fff {
	background: #fff;
}
