@charset "utf-8";


/* CSS Document */


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
	display: block
}

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #222;
	background: #F6F6F6;
	font-size: 18px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: '微软雅黑', 'PingFang SC', "Microsoft YaHei", 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

a {
	color: #222222;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	color: #2a3266;
}

a:focus {
	text-decoration: none
}

* img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	border: none;
}

label {
	cursor: pointer;
}

i {
	font-style: normal;
}

input {
	outline: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.btn {
	border: none;
}

.dn {
	display: none !important;
}

.db {
	display: block !important;
}

.txtem {
	text-indent: 2em;
}

.p0 {
	padding-right: 0px;
	padding-left: 0px;
}

.pl0 {
	padding-left: 0;
}

.pr0 {
	padding-right: 0;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.oh {
	overflow: hidden;
}

.webkit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.container {
	width: 1200px;
	padding-left: 0;
	padding-right: 0;
}
.swiper-container {
	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;
}
.breadcrumb{
		margin-bottom: 0;
		margin-top: 30px;
	}
 .breadcrumb  li a,
 .breadcrumb  li{
	color: #333;
	font-size: 14px;
}
 .breadcrumb  li{
	color: #999;
}
/* 分页 */
.pagination-box {
	margin: 30px auto 0;
	height: 34px;
}

.pagination-box-page {
	width: 600px;
	margin: 0 auto;
}

.pagination-box-info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}
.ui-pagination-container .ui-pagination-page-item.active{
	    background: #00C06F;
	    border-color: #00C06F;
}
/* 分页 */


.apply-form,
.apply-forms{
	width: 350px;
	height: 310px;
	background: #fff;
	border-radius: 4px;
	padding: 20px 30px;
	margin-top: 20px;
}

.apply-form h4, .apply-forms h4 {
	margin-top: 0;
	font-weight: bold;
}

.apply-form .apply-num, .apply-forms .apply-num {
	font-size: 14px;
	color: #666;
}

.apply-form .apply-name, .apply-forms .apply-name {
	margin-top: 18px;
	position: relative;
}



.apply-form .choise-gander, .apply-forms .choise-gander {
	position: absolute;
	height: 44px;
	top: 0;
	right: 10px;
	line-height: 44px;
	font-size: 14px;
}

.apply-form .woman, .apply-forms .woman {
	margin-left: 14px;
}


.apply-phone,
.apply-address{
	margin-top: 10px;
}

.apply-phone input,
.apply-name .username,
.apply-address select{
	height: 44px;
	padding-left: 10px;
}

.apply-code {
	margin-top: 10px;
	height: 44px;
}

.apply-code input {
	width: 150px;
	height: 44px;
	padding-left: 10px;
	float: left;
}

.apply-code button {
	width: 90px;
	height: 44px;
	/* margin-left: 10px; */
	background: #fff;
	border:1px solid #00C06F;
	color: #00C06F;
	font-size: 14px;
	border-radius: 3px;
	float: right;
}

.apply-btn {
	margin-top: 20px;
}

.apply-btn button {
	background: #00C06F;
	height: 44px;
	color: #fff;
	font-size: 18px;
	border: none;
}

.apply-form .apply-num span,
.apply-form .agreement span,
.apply-forms .apply-num span,
.apply-forms .agreement span{
	color: #00C06F;
}

.apply-form .agreement, .apply-forms .agreement {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	-webkit-line-clamp: 1;
	height: 21px;
}

.apply-form .agreement input,
.apply-form .agreement input {
	margin-right: 6px;
}

.checkbox-custom {
	position: relative;
	padding: 0 0px 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
	display: inline-block;
}

/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	/*将初始的checkbox隐藏起来*/
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
}

/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 42%;
	left: 3px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	/*改变了rememberme的字体*/
	margin-bottom: 0;
	text-align: left;
}

.apply-person {
	height: 50px;
}

.apply-person .swiper-slide {
	font-size: 12px;
	text-align: left;
	color: #666666;
}

.over {
	color: #F29004;
}

.footer {
	height: 320px;
	width: 100%;
	background: #2F4858;
	color: #fff;
	padding: 50px 0;
	font-size: 14px;
	margin-top: 50px;
}

.footer a,
.footer a:hover {
	color: #fff;
	font-size: 14px;
}

.footer .footer-nav {
	height: 20px;
}

.footer .footer-nav ul li {
	float: left;
	padding: 0 10px;
	line-height: 20px;
}

.footer .footer-nav ul li:first-child {
	padding-left: 0;
}

.footer .footer-nav ul li a {
	display: block;
	font-size: 18px;
}
.footer .footer-nav ul li a:hover{
	color: #00C06F;
}
.footer .telphone {
	margin-top: 27px;
}

.footer .telphone span {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	display: block;
	height: 32px;
	float: left;
}

.footer .telphone img {
	vertical-align: middle;
	margin-right: 8px;
	float: left;
}

.footer .friend-link {
	margin-top: 41px;
}

.footer .footer-p,
.footer .footer-p a {
	color: #87A2B4;
}

.footer .ewm {
	padding-top: 53px;
}

.footer .ewm div p:first-child {
	margin-bottom: 1px;
	color: #87A2B4;
}

.float-phone {
	position: fixed;
	width: 100%;
	height: 120px;
	background: rgba(51, 51, 51, 0.7);
	z-index: 99999;
	color: #fff;
	padding: 30px 0;
	bottom: 0;
}

.float-phone .phone {}

.float-phone .phone article:last-child {}

.float-phone .phone article:last-child p {
	margin-bottom: 0;
}

.float-phone .phone article:last-child p:last-child {
	font-size: 36px;
}

.float-phone .float-form {
	margin-top: 14px;
}

.float-phone .float-form input {
	width: 266px;
	height: 40px;
	float: left;
}

.float-phone .float-form button {
	float: left;
	background: #00C06F;
	width: 120px;
	height: 40px;
	color: #fff;
	margin-left: 30px;
}

.float-phone .float-box {
	position: relative;
}

.float-phone .float-close {
	position: absolute;
	top: -77.5px;
	right: 30px;
}

.float-phone .float-close p {
	margin-bottom: 0;
}

.float-phone .float-close p:first-child {
	border-radius: 50px;
	width: 28px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	background: #CDCDCD;
	font-size: 18px;
	margin-top: 1px;
}

.float-phone .float-close p:last-child {
	color: #cdcdcd;
	width: 28px;
	text-align: center;
	margin-top: -6px;
}

.float-phone .float-show {
	position: absolute;
	top: 0;
	padding-top: 16px;
	height: 100%;
	right: 0;
	width: 40px;
	text-align: center;
}

.float-side {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}

.float-side a {
	font-size: 12px;
	width: 58px;
	height: 58px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	display: block;
	padding-top: 10px;
	color: #999999;
	position: relative;
}

.float-side a .show-img {
	left: 151px;
	top: 0;
	height: 148px;
	width: 148px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.float-side a:first-child {
	padding-top: 8px;
	color: #00C06F;
	margin-bottom: 10px;
}

.float-side a p {
	margin-bottom: 0;
	text-align: center;
}

.top-float {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #E7FFF1;
	color: #00C06F;
	font-size: 18px;
}

.top-float .container {
	width: 749px;
	position: relative;
}

.top-float .container .img1 {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 1px;
}

.top-float .container a {
	color: #00C06F;
	margin-left: 48px;
}

.top-float .container a img {
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 1px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform .5s;
}

.img-inverse {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: transform .5s;
}

.top-float .container .home-up {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: #E7FFF1;
	text-align: center;
	line-height: initial;
	border-radius: 0 0 18px 18px;
	right: -290px;
	z-index: 9999;
	bottom: -36px;
	cursor: pointer;
}

.page-tle {
	height: 36px;
	line-height: 36px;
	background: #F6F6F6;
}

.page-tle .container article a {
	font-size: 14px;
	color: #666666;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.page-tle .container article a span {
	display: block;
	width: 100%;
	height: 100%;
}

.page-tle .container article a .tle-icon {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
}

.page-tle .container article:first-child a img {
	margin-bottom: 4px;
	margin-right: 9px;
}

.page-tle .container article a .show-img {
	top: 35px;
	width: 155px;
	left: -40px;
	border: 1px solid #F6F6F6;
	border-top: none;
	height: 0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.show-img {
	position: absolute;
	background: #fff;
	z-index: 99999;
	overflow: hidden;

}

.show-img p {
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	line-height: initial;
}

.show-img p img {
	margin-right: 0;
	margin-bottom: 0;
}

.page-nav {
	height: 80px;
	background: #fff;
	padding: 23px 0;
}

.page-nav .container {
	line-height: 35px;
}

.page-nav .logo-city .city {
	border-left: 1px solid #BFBFBF;
	position: relative;
}

.page-nav .logo-city .show-city {
	font-size: 18px;
}

.page-nav .city .choise-city {
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	line-height: 39px;
}

.page-nav .city .city-list {
	position: absolute;
	top: 50px;
	z-index: 999999;

}

.page-nav .city .city-list ul {
	height: 103px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

.page-nav .city .city-list ul li {
	width: 50%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.city-a {
	color: #fff;
	background: #00C06F;
}
.city-a a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.nav-list {}

.nav-list ul li {
	float: right;
	padding: 0 27px;
}

.nav-list ul li:first-child {
	padding-right: 20px;
}

.nav-list ul li a {
	font-size: 18px;
	position: relative;
}

.nav-list ul li a:hover {
	color: #00C06F;
}
.nav-list .search{
	width: 760px;
	height: 40px;
	float: right;
}
.nav-list .search input{
	width: 600px;
	float: left;
	height: 40px;
	margin-right: 20px;
}
.nav-list .search button{
	width:140px;
	height:40px;
	background:rgba(121,158,255,1);
	border-radius:3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	float: left;
}
.nav-a {
	color: #00C06F;
	display: block;
	width: 100%;
	position: relative;
}

.nav-a i {
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -10px;
	background: #00C06F;
	left: 0;
}

/* 页面布局 */
.index-main {}

.index-main .main-left {
	width: 860px;
}

.index-main .main-right {
	width: 310px;
	margin-left: 30px;
}
.index-main .apply-form{
	width: 310px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
}
.index-main .apply-form .apply-code input{
	width: 170px;
}
.index-main .checkbox-custom label:before{
	margin-top: -10px;
}
.index-main .checkbox-custom input[type="checkbox"]:checked+label:after{
	margin-top: -6px;
}

#imgcontainer img{
	width: 120px;
	height: 40px;
}
#imgcontainer{
	display: block;
	width: 120px;
	height: 40px;
	margin-left: 15px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	user-select: none;
	border: none;
	border-radius: 3px;
}
.dispaly-row{
	display: flex;
	flex-direction: row;
	margin-top:10px;
	/* float: left; */
}
.dispaly-row .messagePic{
	width: 145px;
	height: 40px;
	border:1px solid #ccc;
	padding-top:4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}