* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

html.isWin::-webkit-scrollbar {
	width: 6px
}

html.isWin::-webkit-scrollbar-thumb {
	background-color: #2da5ff;
	border-radius: 6px
}

a,body {
	color: #505050
}

body,input,select,textarea {
	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
}

body {
	line-height: 20px;
	overflow-x: hidden;
	font-size: 14px
}

input,select,textarea {
	color: #767676
}

a {
	text-decoration: none
}

a:active,a:focus,a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #353f4f;
	text-decoration: none
}

a:active,a:hover {
	outline: none
}

img {
	display: block
}

h1,h2,h3,h4,h5 {
	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
}

li {
	list-style: none
}

:focus,a:focus {
	outline: 0
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.hide {
	display: none
}

.block,.tip-right .attention:hover .qrcode {
	display: block
}

.fl,.fr {
	display: inline
}

.fl,.menu-right>li {
	float: left
}

.fr {
	float: right
}

.header-section {
	background-color: #fff;
	position: relative
}

.header-section .bottom-line {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: url(../image/line.png) center no-repeat
}

.header-nav,.header-nav-dynamic {
	margin: 0 auto;
	height: 65px
}

.header-nav {
	width: 1200px
}

.header-nav-dynamic {
	width: 1000px;
	border-bottom: 1px solid #e5e5e5
}

.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto
}

.logo {
	margin-top: 17px;
	overflow: hidden
}

.logo .logo-img {
	width: 221px;
	height: 30px;
	float: left;
	display: inline-block;
	background: url(/static/images/logo.png) no-repeat
}

.logo .logo-txt {
	float: left;
	margin-left: 10px;
	line-height: 27px
}

.logo .logo-txt em {
	float: left;
	width: 2px;
	height: 16px;
	background: #858585;
	margin: 7px 0 0
}

.logo .logo-txt span {
	font-size: 18px;
	padding: 0 0 0 7px
}

.menu-right {
	margin-left: 50px
}

.menu-right>li>a {
	display: inline-block;
	position: relative;
	height: 65px;
	color: #505050;
	text-align: center;
	font-size: 14px;
	line-height: 65px;
	text-decoration: none;
	padding: 0 25px
}

.menu-right>li>a:hover {
	color: #2f95ff;
	text-decoration: none
}

.menu-right .active:after,.menu-right>li.contact-us:hover a:after,.menu-right>li.mr-ad:hover a:after,.menu-right>li.mr-scheme:hover a:after,.menu-right>li>a:after,.menu-right>li>a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #2f95ff
}

.menu-right>li>a:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	content: ' ';
	background-color: transparent\9;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1)
}

.menu-right .active,.tip-right .attention:hover a,.tip-right a:hover {
	color: #2f95ff
}

.tip-right {
	line-height: 65px
}

.tip-right a {
	font-size: 12px
}

.tip-right .attention {
	display: inline-block;
	margin-left: 35px;
	padding-right: 20px;
	position: relative
}

.tip-right .attention i {
	position: absolute;
	right: 0;
	width: 15px;
	height: 14px;
	margin-left: 5px;
	background: url(../image/allicon.png) 0 0 no-repeat;
	margin-top: -7px;
	top: 50%
}

.tip-right .attention .qrcode {
	position: absolute;
	width: 198px;
	height: 198px;
	z-index: 5;
	top: 71px;
	left: -45px;
	display: none
}

.tip-right .attention .qrcode img {
	width: 100%;
	height: 100%
}

.tip-right .attention:hover i {
	background: url(../image/allicon.png) 0 -288px no-repeat
}

.main-content {
	background: #fff;
	min-height: 600px
}

.wrapper {
	padding: 2px 0 0
}

.appointment-section {
	width: 100%;
	padding-bottom: 60px;
	background: url(../image/appoint.png) center no-repeat;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/appoint.png', sizingMethod='scale')
}

.appointment-section * {
	box-sizing: border-box
}

.appointment-section h3 {
	line-height: 100px;
	font-size: 26px;
	text-align: center;
	color: #555
}

.appointment-section .form-control {
	width: 624px;
	margin: 0 auto;
	height: 90px
}

.appointment-section .form-control .inp-box {
	float: left;
	position: relative
}

.appointment-section .form-control .inp-box.inp-name {
	margin-right: 24px
}

.appointment-section .form-control .inp-box input {
	width: 300px;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	height: 50px;
	padding: 10px 0 10px 42px;
	padding: 14px 0 10px 42px \9
}

.appointment-section .form-control .inp-box i {
	display: block;
	width: 21px;
	height: 19px;
	background: url(../image/allicon.png) 0 -14px no-repeat;
	position: absolute;
	left: 10px;
	top: 14px
}

.appointment-section .form-control .inp-box.active input {
	border: 1px solid #0f97ff
}

.appointment-section .form-control .inp-box.active i {
	background: url(../image/allicon.png) 0 -33px no-repeat
}

.appointment-section .form-control .inp-box.error input {
	border: 1px solid #f0614f
}

.appointment-section .form-control .inp-box.error i {
	background: url(../image/allicon.png) 0 -247px no-repeat
}

.appointment-section .form-control .inp-box.inp-tel i {
	width: 17px;
	background: url(../image/allicon.png) 0 -52px no-repeat;
	height: 22px;
	left: 13px
}

.appointment-section .form-control .inp-box.inp-tel.active i {
	background: url(../image/allicon.png) 0 -74px no-repeat
}

.appointment-section .form-control .inp-box.inp-tel.error i {
	background: url(../image/allicon.png) 0 -266px no-repeat
}

.appointment-section .form-control .inp-box .inerror {
	line-height: 40px;
	color: #f0614f;
	display: none
}

.appointment-section .appoint-btn,.footer .f_content {
	width: 190px;
	margin: 0 auto;
	position: relative
}

.appointment-section .appoint-btn a {
	height: 52px;
	width: 190px;
	border: 1px solid #7d7d7d;
	text-align: center;
	color: #222;
	background: 0 0;
	border-radius: 4px;
	display: block;
	line-height: 50px;
	cursor: pointer
}

.appointment-section .appoint-btn:hover a {
	background: #0f97ff;
	border: 1px solid transparent;
	color: #fff
}

.footer {
	background: #080e1f;
	color: #a0a0a0;
	width: 100%
}

.footer .wx{display:none}

.footer .f_content {
	padding: 30px 0;
	width: 1100px
}

.footer .f_content .content-top {
	position: relative;
	padding-bottom: 20px
}

.footer .f_content .content-top .f-logo {
	position: relative;
	margin-bottom: 24px
}

.footer .f_content .content-top .f-logo span {
	position: absolute;
	left: 186px;
	top: 50%;
	font-size: 20px;
	margin-top: -7px;
	color: #434343
}

.footer .f_content .content-top .f-talk {
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer
}

.footer .f_content .content-top .f-talk i {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../image/talk.png) no-repeat;
	background-size: 100%;
	margin: 0 auto 10px
}

.footer .f_content .content-top .f-talk span {
	text-align: center
}

.footer .f_content .content-top .f-talk:hover i {
	background: url(../image/talk-hover.png) no-repeat;
	background-size: 100%
}

.footer .f_content .content-top .f-menu {
	height: 20px
}

.footer .f_content .content-top .f-menu li {
	float: left;
	height: 20px;
	padding-right: 20px
}

.footer .f_content .content-top .f-menu li img {
	float: left;
	width: 16px;
	margin-top: 2px
}

.footer .f_content .content-top .f-menu li span {
	float: left;
	margin-left: 80px;
	line-height: 50px
}

.footer .f_content .content-top .f-menu li.fm-qq i {
	background: url(../image/bot_sprites.png) 0 2px no-repeat
}

.contact-menu .menu-list li.ml-nearby span,.footer .f_content .content-top .f-menu li.fm-email img,.pull-menu-ad .menu-list li.ml-nearby span {
	margin-top: 4px
}

.footer .f_content .content-mid {
	text-align: center;
	padding: 20px 0 0;
	margin-bottom: 14px
}

.footer .f_content .content-mid span {
	padding: 0 30px;
	color: #707070
}

.footer .f_content .content-mid a,.logo-part p {
	color: #a0a0a0;
	font-size: 12px
}

.footer .f_content .content-mid a:hover {
	color: #bbb
}

.footer .f_content .content-border {
	border-top: 1px solid #080e1f;
	border-bottom: 1px solid #151a2a
}

.footer .f_content .content-bottom {
	font-size: 12px;
	text-align: center;
	color: #959595
}

.footer .f_content .content-bottom a {
	color: #616161
}

.footer .f_content .content-bottom-a {
	text-align: center;
	margin-top: 12px;
	display: inline-block;
	padding-left: 28px;
	background: url(../image/hgab.png) no-repeat left center;
	height: 20px;
	color: #616161
}

.fix-right .fix-bottom>span,.fix-right .fix-mid>span,.footer .f_content .content-bottom-a.hide {
	display: none
}

.footer .f_content .content-right {
	position: absolute;
	width: 118px;
	text-align: center;
	right: 0;
	top: 20px;
	background: #fff
}

.footer .f_content .content-right img {
	display: block;
	width: 118px;
	height: 118px
}

.footer .f_content .content-right span {
	font-size: 12px;
	color: #959595;
	line-height: 30px
}

.fix-right {
	position: fixed;
	right: 0;
	height: 260px;
	width: 96px;
	top: 50%;
	margin-top: -130px!important;
	z-index: 100;
	transform: translate3d(0,0,0)
}

.fix-right * {
	box-sizing: border-box
}

.fix-right .fix-top {
	width: 100%;
	height: 136px;
	background: url(../image/service.png);
	position: relative
}

.fix-right .fix-top a {
	display: block;
	width: 100%;
	height: 100%
}

.fix-right .fix-top .fix-top-modal {
	width: 162px;
	position: absolute;
	border: 1px solid #a0dcff;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	top: 20px;
	left: -176px;
	z-index: 5
}

.contact-menu .menu-list li:hover a,.fix-right .fix-top .fix-top-modal span,.pull-menu-ad .menu-list li:hover a,.pull-menu-scheme .menu-list li:hover a {
	color: #0f97ff
}

.fix-right .fix-top .fix-top-modal button {
	background: #0f97ff;
	color: #fff;
	border-radius: 4px;
	width: 100px;
	height: 30px;
	text-align: center;
	border: 0;
	margin-top: 20px
}

.fix-right .fix-top .fix-top-modal i {
	display: block;
	position: absolute;
	width: 10px;
	height: 12px;
	background: url(../image/allicon.png) 0 -223px no-repeat;
	right: -10px;
	top: 18px
}

.fix-right .fix-top .fix-top-modal-after {
	width: 156px;
	height: 46px;
	border-radius: 4px;
	background: #0f97ff;
	position: absolute;
	text-align: center;
	color: #fff;
	line-height: 46px;
	top: 21px;
	left: -172px;
	display: none
}

.fix-right .fix-top .fix-top-modal-after i {
	position: absolute;
	width: 10px;
	height: 12px;
	background: url(../image/allicon.png) 0 -235px no-repeat;
	right: -10px;
	top: 18px;
	display: block
}

.fix-right .fix-bottom,.fix-right .fix-mid {
	cursor: pointer;
	width: 54px;
	height: 54px;
	border-radius: 4px;
	border: 1px solid #0e98fd;
	margin: 12px auto 0;
	background: #fff;
	text-align: center;
	padding: 6px
}

.fix-right .fix-bottom {
	position: relative;
	display: none;
	margin: 4px auto 0
}

.fix-right .fix-bottom>i,.fix-right .fix-mid>i {
	position: absolute;
	display: block;
	width: 26px;
	height: 33px;
	background: url(../image/allicon.png) 0 -109px no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -16.5px;
	margin-left: -13px
}

.fix-right .fix-bottom:hover,.fix-right .fix-mid:hover {
	background: #0f97ff;
	color: #fff
}

.fix-right .fix-bottom:hover>i,.fix-right .fix-mid:hover>i {
	display: none
}

.contact-menu .menu-list li>a,.fix-right .fix-bottom:hover>span,.fix-right .fix-mid:hover .fix-mid-modal,.fix-right .fix-mid:hover>span,.pull-menu-ad .menu-list li>a,.pull-menu-scheme .menu-list li>a {
	display: block
}

.fix-right .fix-bottom i {
	background: url(../image/allicon.png) 0 -96px no-repeat;
	height: 13px;
	margin-top: -6.5px
}

.fix-right .fix-mid,.location h3 {
	position: relative
}

.app-modal .modal-box button,.fix-right .fix-mid .fix-mid-modal {
	text-align: center;
	background: #0f97ff;
	color: #fff;
	border-radius: 4px
}

.fix-right .fix-mid .fix-mid-modal {
	position: absolute;
	line-height: 46px;
	top: 4px;
	left: -170px;
	display: none;
	width: 156px;
	height: 46px
}

.fix-right .fix-mid .fix-mid-modal i {
	position: absolute;
	width: 10px;
	height: 12px;
	background: url(../image/allicon.png) 0 -235px no-repeat;
	right: -10px;
	top: 18px;
	display: block
}

.contact-menu,.pull-menu-ad {
	position: absolute;
	width: 100%;
	height: 60px;
	background: #fefdfd;
	top: 67px;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 21px 0;
	z-index: 20;
	display: none
}

.contact-menu *,.pull-menu-ad * {
	box-sizing: border-box
}

.contact-menu .menu-list,.pull-menu-ad .menu-list {
	height: 60px;
	display: flex;
	justify-content: center
}

.contact-menu .menu-list li,.pull-menu-ad .menu-list li,.pull-menu-scheme .menu-list li {
	height: 60px;
	width: 12.5%;
	text-align: center;
	color: #555;
	float: left;
	border-right: 1px solid #e5e5e5
}

.contact-menu .menu-list li i,.pull-menu-ad .menu-list li i {
	margin: 10px auto;
	display: block
}

.contact-menu .menu-list li.ml-mj i,.pull-menu-ad .menu-list li.ml-mj i {
	width: 20px;
	height: 20px;
	background: url(../image/pullicon.png) 0 0 no-repeat
}

.contact-menu .menu-list li.ml-mj:hover i,.pull-menu-ad .menu-list li.ml-mj:hover i {
	background: url(../image/pullicon.png) -21px 0 no-repeat
}

.contact-menu .menu-list li.ml-fzone i,.pull-menu-ad .menu-list li.ml-fzone i {
	width: 20px;
	height: 20px;
	background: url(../image/pullicon.png) 0 -20px no-repeat
}

.contact-menu .menu-list li.ml-fzone:hover i,.pull-menu-ad .menu-list li.ml-fzone:hover i {
	background: url(../image/pullicon.png) -21px -20px no-repeat
}

.contact-menu .menu-list li.ml-pn i,.pull-menu-ad .menu-list li.ml-pn i {
	margin-top: 12px;
	width: 23px;
	height: 18px;
	background: url(../image/pullicon.png) 0 -40px no-repeat
}

.contact-menu .menu-list li.ml-pn:hover i,.pull-menu-ad .menu-list li.ml-pn:hover i {
	background: url(../image/pullicon.png) -24px -40px no-repeat
}

.contact-menu .menu-list li.ml-qq i,.pull-menu-ad .menu-list li.ml-qq i {
	width: 17px;
	height: 20px;
	background: url(../image/pullicon.png) 0 -58px no-repeat
}

.contact-menu .menu-list li.ml-qq:hover i,.pull-menu-ad .menu-list li.ml-qq:hover i {
	background: url(../image/pullicon.png) -18px -58px no-repeat
}

.contact-menu .menu-list li.ml-qzone i,.pull-menu-ad .menu-list li.ml-qzone i {
	width: 21px;
	height: 20px;
	background: url(../image/pullicon.png) 0 -78px no-repeat
}

.contact-menu .menu-list li.ml-qzone:hover i,.pull-menu-ad .menu-list li.ml-qzone:hover i {
	background: url(../image/pullicon.png) -22px -78px no-repeat
}

.contact-menu .menu-list li.ml-news i,.pull-menu-ad .menu-list li.ml-news i {
	width: 20px;
	height: 20px;
	background: url(../image/pullicon.png) 0 -98px no-repeat
}

.contact-menu .menu-list li.ml-news:hover i,.pull-menu-ad .menu-list li.ml-news:hover i {
	background: url(../image/pullicon.png) -21px -98px no-repeat
}

.contact-menu .menu-list li.ml-video i,.pull-menu-ad .menu-list li.ml-video i {
	margin-top: 11px;
	width: 21px;
	height: 19px;
	background: url(../image/pullicon.png) 0 -118px no-repeat
}

.contact-menu .menu-list li.ml-video:hover i,.pull-menu-ad .menu-list li.ml-video:hover i {
	background: url(../image/pullicon.png) -22px -118px no-repeat
}

.contact-menu .menu-list li.ml-zh i,.pull-menu-ad .menu-list li.ml-zh i {
	width: 20px;
	height: 20px;
	background: url(../image/izh.png) center no-repeat;
	background-size: contain
}

.contact-menu .menu-list li.ml-zh:hover i,.pull-menu-ad .menu-list li.ml-zh:hover i {
	background: url(../image/izh2.png) center no-repeat;
	background-size: contain
}

.contact-menu .menu-list li.ml-headlines,.pull-menu-ad .menu-list li.ml-headlines {
	border-right: 0
}

.contact-menu .menu-list li.ml-headlines i,.pull-menu-ad .menu-list li.ml-headlines i {
	margin-top: 15px;
	width: 22px;
	height: 15px;
	background: url(../image/pullicon.png) 0 -137px no-repeat
}

.contact-menu .menu-list li.ml-headlines:hover i,.pull-menu-ad .menu-list li.ml-headlines:hover i {
	background: url(../image/pullicon.png) -23px -137px no-repeat
}

.contact-menu .menu-list li.ml-company i,.pull-menu-ad .menu-list li.ml-company i {
	width: 20px;
	height: 20px;
	background: url(../image/pullicon.png) -2px -404px no-repeat
}

.contact-menu .menu-list li.ml-company:hover i,.pull-menu-ad .menu-list li.ml-company:hover i {
	background: url(../image/pullicon.png) -30px -404px no-repeat
}

.contact-menu .menu-list li.ml-business i,.pull-menu-ad .menu-list li.ml-business i {
	width: 22px;
	height: 20px;
	background: url(../image/pullicon.png) -2px -437px no-repeat
}

.contact-menu .menu-list li.ml-business:hover i,.pull-menu-ad .menu-list li.ml-business:hover i {
	background: url(../image/pullicon.png) -30px -437px no-repeat
}

.contact-menu .menu-list li.ml-nearby,.pull-menu-ad .menu-list li.ml-nearby {
	border-right-width: 0
}

.contact-menu .menu-list li.ml-nearby i,.pull-menu-ad .menu-list li.ml-nearby i {
	width: 30px;
	height: 28px;
	background: url(../image/nearbyicon.png) no-repeat;
	background-size: contain;
	margin-top: 3px
}

.contact-menu .menu-list li.ml-nearby:hover i,.pull-menu-ad .menu-list li.ml-nearby:hover i {
	background: url(../image/nearbyiconhover.png) no-repeat;
	background-size: contain
}

.contact-menu .top-line,.pull-menu-ad .top-line {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	background: url(../image/line.png) center no-repeat
}

.pull-menu-scheme {
	position: absolute;
	width: 100%;
	height: 60px;
	background: #fefdfd;
	top: 67px;
	left: 0;
	padding: 21px 0;
	z-index: 20;
	display: none;
	border-bottom: 1px solid #e5e5e5
}

.pull-menu-scheme * {
	box-sizing: border-box
}

.pull-menu-scheme .menu-list {
	height: 60px
}

.pull-menu-scheme .menu-list li {
	width: 14.285%
}

.pull-menu-scheme .menu-list li i {
	margin: 6px auto;
	display: block;
	width: 28px;
	height: 28px
}

.pull-menu-scheme .menu-list li.ml-food i {
	background: url(../image/pullicon.png) 0 -153px no-repeat
}

.pull-menu-scheme .menu-list li.ml-food:hover i {
	background: url(../image/pullicon.png) -28px -153px no-repeat
}

.pull-menu-scheme .menu-list li.ml-wedding i {
	background: url(../image/pullicon.png) 0 -181px no-repeat
}

.pull-menu-scheme .menu-list li.ml-wedding:hover i {
	background: url(../image/pullicon.png) -28px -181px no-repeat
}

.pull-menu-scheme .menu-list li.ml-wear i {
	background: url(../image/pullicon.png) 0 -209px no-repeat
}

.pull-menu-scheme .menu-list li.ml-wear:hover i {
	background: url(../image/pullicon.png) -28px -209px no-repeat
}

.pull-menu-scheme .menu-list li.ml-estate i {
	background: url(../image/pullicon.png) 0 -237px no-repeat
}

.pull-menu-scheme .menu-list li.ml-estate:hover i {
	background: url(../image/pullicon.png) -28px -237px no-repeat
}

.pull-menu-scheme .menu-list li.ml-educt i {
	background: url(../image/pullicon.png) 0 -265px no-repeat
}

.pull-menu-scheme .menu-list li.ml-educt:hover i {
	background: url(../image/pullicon.png) -28px -265px no-repeat
}

.pull-menu-scheme .menu-list li.ml-car i {
	background: url(../image/pullicon.png) 0 -335px no-repeat
}

.pull-menu-scheme .menu-list li.ml-car:hover i {
	background: url(../image/pullicon.png) -28px -335px no-repeat
}

.pull-menu-scheme .menu-list li.ml-commer {
	border-right: 0
}

.pull-menu-scheme .menu-list li.ml-commer i {
	background: url(../image/pullicon.png) 0 -367px no-repeat;
	width: 28px;
	height: 28px
}

.pull-menu-scheme .menu-list li.ml-commer:hover i {
	background: url(../image/pullicon.png) -28px -367px no-repeat
}

.pull-menu-scheme .top-line {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	background: url(../image/line.png) center no-repeat
}

.app-modal,.goutong {
	display: none
}

.app-modal .modal-layer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000');
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10006
}

.app-modal .modal-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 300px;
	background: #fff;
	margin-top: -150px;
	margin-left: -240px;
	border-radius: 4px;
	z-index: 10007;
	background: #fff url(../image/modal-icon.png) center 32px no-repeat;
	text-align: center;
	padding-top: 112px;
	box-sizing: border-box
}

.app-modal .modal-box h3 {
	font-size: 20px;
	color: #222;
	line-height: 38px;
	margin-bottom: 6px
}

.app-modal .modal-box p {
	line-height: 22px;
	color: #555
}

.app-modal .modal-box button {
	width: 160px;
	height: 45px;
	border: none;
	margin-top: 20px
}

.goutong {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 448px;
	height: 174px;
	margin-left: -224px;
	margin-top: -87px;
	background: url(../image/goutong_bg.png) center no-repeat;
	z-index: 100000
}

.goutong .text {
	margin-left: 176px;
	width: 256px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	color: #fff
}

.goutong .text .b-tit {
	font-size: 34px;
	line-height: 32px
}

.goutong .text .s-tit {
	font-size: 20px;
	line-height: 50px
}

.goutong .text .btn a {
	display: inline-block;
	width: 118px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #ffeded;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box
}

.goutong .text .btn .now {
	background-color: #fff;
	color: #555
}

.goutong .text .btn .now:hover {
	color: #429ffe
}

.goutong .cancle {
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	right: 10px;
	background: url(../image/goutong_close.png) no-repeat center center
}

.page-error {
	width: 520px;
	margin: 100px auto 0
}

.page-error img {
	float: left;
	margin-right: 30px
}

.page-error .e-msg {
	float: left;
	margin-top: 20px;
	line-height: 32px;
	color: #a0a0a0;
	font-size: 20px;
	text-align: center
}

.page-error i {
	margin-right: 4px;
	font-size: 28px;
	vertical-align: middle
}

.page-error a {
	color: #a0a0a0
}

.banner {
	background: center top no-repeat;
	height: 500px
}

.banner-con {
	width: 1200px;
	margin: 0 auto
}

.banner-con .txt {
	padding: 60px 0 0 760px
}

.login-block {
	position: relative;
	display: none;
	width: 310px;
	height: 380px;
	padding: 0 35px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.15)
}

.login-block>div {
	position: absolute;
	color: #505050
}

.login-block .lb-logo {
	top: 32px;
	left: 120px;
	width: 132px;
	height: 44px;
	background: url(../image/img_common.png) 0 -196px no-repeat
}

.login-block .lb-radio,.login-block .lb-title {
	top: 100px;
	font-size: 18px
}

.login-block .lb-radio i {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-right: 3px;
	border: 2px solid #a0a0a0;
	border-radius: 100%
}

.login-block .lb-radio a {
	float: left;
	display: block;
	margin-left: 32px;
	cursor: default
}

.login-block .lb-radio a.s-active i {
	border-color: #2e95fe;
	background-color: #2e95fe
}

.login-block .lb-radio a.s-active i::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 100%
}

.login-block .lb-sso {
	top: 126px
}

.login-block .lb-reg {
	bottom: 20px
}

#resetLink,.login-block .lb-reg a {
	color: #27a9f2
}

.btn-group a {
	display: block;
	width: 250px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #2e95fe;
	color: #fff;
	font-size: 20px
}

.toaster {
	position: fixed;
	left: 50%;
	top: 46%;
	z-index: 10;
	width: 300px;
	padding: 20px;
	background-color: rgba(0,0,0,.6);
	background-color: #666\0;
	border-radius: 8px;
	text-align: center;
	margin-top: -30px;
	margin-left: -150px;
	font-size: 16px
}

.toaster .r-text {
	width: 300px;
	color: #fff;
	font-size: 16px;
	overflow: hidden
}

#resetLink {
	position: absolute;
	right: 30px;
	bottom: 20px;
	cursor: pointer
}

.location {
	min-height: 390px;
	background: url(../image/main_bg.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff
}

.location h3 {
	font-size: 48px;
	line-height: 67px;
	text-align: center;
	font-weight: 400;
	padding-top: 60px
}

.location .detail {
	margin-top: 42px
}

.location .detail .detail-box {
	width: 25%;
	height: 100px;
	margin-bottom: 36px;
	display: inline-block
}

.location .detail .detail-box .detail-tit {
	float: left;
	margin-left: 0;
	width: 174px;
	height: 38px
}

.location .detail .detail-box h4 {
	background: url(../image/bus_loc_icon.svg) no-repeat;
	padding: 0 0 0 33px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400
}

.location .detail .detail-box .detail-text {
	float: left;
	font-size: 16px
}

.location .detail .detail-box .detail-text .detail-info p {
	line-height: 24px
}

.location .detail .detail-box .detail-text .detail-info p em {
	font-style: normal;
	padding-right: 30px;
	padding-left: 20px
}

.location .detail .detail-box .detail-text .detail-info span {
	margin-left: 30px
}

.logo-part {
	height: 90px;
	background-color: #eef1f3;
	text-align: center
}

.logo-part img {
	display: inline-block;
	margin-top: 24px
}

.logo-part p {
	color: #999
}