body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
/*html{width: 100%;height: 100%;background-color: #f5f5f5;}*/
body{font: 15px/1.5 "微软雅黑", microsoft yahei,arial,sans-serif;-webkit-text-size-adjust:100%;width: 100%;height: 100%;background-color: #f5f5f5;}
li,ul{list-style: none;padding: 0;margin: 0;}
a{text-decoration: none; -webkit-tap-highlight-color: transparent;}
em{font-style:normal} 
img{border:0;vertical-align:middle;} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 
button{outline: none;border: none;font-family: "微软雅黑";background-color: white;}
input[type=submit], input[type=reset], input[type=button], button{-webkit-appearance: none;}
select,input,img,select{vertical-align:middle;} 
@font-face {
	font-family: "iconfont";
  src: url('iconfont5fe2.eot?t=1476071275'); /* IE9*/
  src: url('iconfont5fe2.eot?t=1476071275#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont5fe2.woff?t=1476071275') format('woff'), /* chrome, firefox */
url('iconfont5fe2.ttf?t=1476071275') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont5fe2.svg?t=1476071275#iconfont') format('svg'); /* iOS 4.1- */
}
*{
	box-sizing: border-box;
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:20px;
  font-style:normal;
  vertical-align: middle;
}
.mhome {
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}

/*header*/
.header{
	position: fixed;
	height: 44px;
	top: 0px;
	background: #fff;
	border-bottom:1px solid #e5e5e5;
	width: 100%;
	left: 50%;
	max-width: 640px;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    padding: 0 10px;
}

.header .logo{
	height: 38px;
	margin-top: 5px;
}
.header-right{
	float: right;
	line-height: 50px;
}
.header-right a{
	display: inline-block;
	vertical-align: top;
}
.header-right .address{
	font-size: 16px;
	color: #333;
	margin-right: 5px;
	margin-top: 0px;
}
.header-right .address:before{
	content: "\e62a";
	font-family: "iconfont";
	color: #ccc;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
}
.header-right .menu:before{
	content: "\e62b";
	font-family: "iconfont";
	color: #004B92;
	font-size: 28px;
}
.address-box{
	position: absolute;
	top: 49px;
	right: 24px;
	background: #FFF;
	padding: 4px 0 5px;
	border: 1px solid #e5e5e5;
	display: none;
}
.address-box:before{
	content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    height: 14px;
    width: 14px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-right: 0px;
    border-bottom: 0px;
	
}
.address-box a{
	display: block;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.address-box a.active{
	color: #333;
}

.content{
	padding-top: 44px;
	padding-bottom: 55px;
	background: #f5f5f5;
	max-width: 640px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
}
.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 50%;
	max-width: 640px;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

/*按钮start*/

.btn-box {
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}

/*.btn-box button {
	border-radius: 2px;
	height: 40px;
	font-size: 15px;
}
*/
.btn-box a {
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	display: inline-block;
}

.btn-square {
	font-size: 0;
}

.btn-square button {
	width: 48%;
}

.btn-square a {
	width: 48%;
}

.btn-border-blue {
	color: #004b92;
	border: 1px solid #004b92;
	background-color: white;
}

.btn-back-blue {
	color: white;
	background-color: #004b92;
	border: 1px solid #004b92;
	margin-left: 4%;
}

.btn-border-blue .iconfont {
	padding-right: 10px;
	font-weight: bold;
}

.btn-back-blue .iconfont {
	padding-right: 10px;
}

.btn-sub-apply {
	width: 100%;
	background-color: #014b92;
	border: 1px solid #014b92;
	color: white;
}

.btn-rounded-corner {
	font-size: 0;
}

.btn-rounded-corner button {
	border-radius: 40px;
	width: 48%;
	color: white;
}
.btn-rounded-corner a {
	border-radius: 40px;
	width: 48%;
	color: white;
}

.btn-advice {
	background-color: #3fbff0;
}

.btn-handle {
	background-color: #fa4f4f;
	margin-left: 4%;
}


/*按钮end*/


/*底部start*/

.full-footer {
	width: 100%;
	background-color: white;
	font-size: 0;
}

.full-footer .iconfont {
	vertical-align: middle;
	padding-right: 10px;
}

/*.full-footer button {
	height: 45px;
	font-size: 15px;
	vertical-align: middle;
}*/

.full-footer a {
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	vertical-align: middle;
}

.btn-custom-service {
	background-color: #fa4f4f;
	color: white;
}

.btn-custom-service .iconfont {
	font-size: 25px;
}

.free-btn-two {
	font-size: 0;
}

.free-btn-two button {
	font-size: 15px;
	width: 50%;
	color: white;
}
.free-btn-two a {
	font-size: 15px;
	width: 50%;
	float: left;
	color: white;
}

.btn-free-call-advice {
	background-color: #004b92;
}

.btn-free-call-advice .iconfont {
	font-size: 24px;
}

.footer-leave-mess {
	font-size: 0;
	background-color: white;
	border-top: 1px solid #d7d7d7;
}

/*.footer-leave-mess button {
	border-right: 1px solid #d7d7d7;
}

.footer-leave-mess button:last-child {
	border-right: none;
}*/
.footer-leave-mess a {
	border-right: 1px solid #d7d7d7;
}

.footer-leave-mess a:last-child {
	border-right: none;
}

.btn-free-call {
	color: #004b92;
	width: 40%;
}

.btn-advice-online {
	color: #004b92;
	width: 40%;
}

.full-footer .btn-l-mess {
	color: #666;
	font-size: 14px;
	width: 20%;
	line-height: initial;
	padding-top: 4px;
}

.btn-l-mess .iconfont {
	padding-right: 0;
}

.footer-about-box {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.footer-about-box .til {
	padding-bottom: 5px;
}

.footer-about-box .til a {
	color: #014b92;
	font-size: 15px;
}

.load-app a {
	color: #333;
	padding: 0 10px;
}

.load-app span {
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #666;
}
/*底部end*/
.form-box{
	padding: 13px;
	background: #FFF;
}
.form-group{
	position: relative;
	margin-bottom: 10px;
}
.form-group input,.form-group select{
	display: block;
	padding: 11px 10px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding-left: 35px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    font-family: "微软雅黑";
}
.form-group select{
	color: #999;
}
.form-group input:focus,.form-group select:focus{
	border-color: #004B92;
	outline: none;
}
.form-group input:focus~span,.form-group select:focus~span{
	color: #004B92;
}


.form-group span{
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #999;
}
.form-group span.name:before{
	content:"\e601" ;
	font-family: "iconfont";
	font-size: 22px;
}
.form-group span.tel:before{
	content:"\e602";
	font-family: "iconfont";
	font-size: 26px;
	margin-left: -3px;
	display: block;
}
.form-group span.code:before{
	content:"\e628";
	font-family: "iconfont";
	display: block;
	font-size: 22px;
	margin-left: -1px;
}
.form-group span.select:before{
	content:"\e64b";
	font-family: "iconfont";
	display: block;
	font-size: 20px;
	margin-left: -1px;
}
.select-box:after{
	content: "\e63c";
	font-family: "iconfont";
	color: #ccc;
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 22px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group input.authcode{
	display: inline-block;
	vertical-align: middle;
	width: 54%;
	width: calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
}

.form-group button{
	display:inline-block;
	vertical-align: middle;
	float: right;
	width: 120px;
	background: #004B92;
	color: #FFF;
	height: 40px;
	font-size: 15px;
	border-radius: 3px;
}
.form-group button:disabled{
	background: #ccc;
	color: #999;
}

.phone-box{
	padding: 13px;
}
.telCall{
	display: block;
	border: 1px solid #004b92;
	height: 45px;
	padding: 0 10px 0 5px;
	position: relative;
	border-radius: 2px;
	font-size:19px;
	color: #004b92;
	line-height: 45px;
	text-align: center;
	padding-right: 120px;
	margin-bottom: 10px;
	
}
.telCall:before{
	content: "\e621";
	font-family: "iconfont";
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
}
.telCall span{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 15px;
	color: #fff;
	line-height: 45px;
	width: 120px;
	text-align: center;
	background: #004b92;
}
.border-radius,.border-radius span{
	border-radius: 30px;
}
.mt13{
	margin-top: 13px;
}




/**弹性box start**/
.fixed-box ul{
	bottom: 0;
	display: table;
	width: 100%;
	padding: 0;
	table-layout: fixed;
	border-top: 0;
	border-bottom: 0;
	-webkit-touch-callout: none;
	background: #FFF;
}
.fixed-box li{
	display: table-cell;
	width: 1%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fixed-box li:last-child{
	border-right-color:transparent ;
}
/**弹性box end**/
/*一行两列无间隙列表*/
.row2{
	background: #FFF;
}
.row2:after,.row2-Space:after,.row3:after,.row4:after{
	content: "";
	display: block;
	clear: both;
}
.row2 li{
	width: 50%;
	text-align: center;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.row2 li:nth-child(2n){
	border-right-color:transparent;
}
.row2 li:nth-last-child(-n+2){
	border-bottom-color:transparent;
}
/*一行两列无间隙列表end*/
/*一行两列间隙列表end*/
.row2-Space li{
	background: #FFF;
	width: 48.5%;
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.row2-Space li:nth-child(2n){
	margin-left: 5px;
	margin-right: 0px;
}

/*一行两列间隙列表end*/

.row3 li{
	width: 33.333%;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #FFF;
}
.row3 li:nth-child(3n){
	border-right-color: transparent;
}
.row3 li:nth-last-child(-n+3){
	border-bottom-color:transparent;
}

.row4 li{
	width: 25%;
	float: left;
	background: #FFF;
	text-align: center;
}

/*banner 轮播 start*/
.swiper-slide,
.swiper-wrapper {
	position: relative;
	transform-style: preserve-3d;
	width: 100%
}
.swiper-pagination,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0)
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide,
.swiper-wrapper {
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 0px;
	left: 0;
	width: 100%
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}


/*banner 轮播 end*/


/*公司介绍 图文 start*/
.enterprise{
	padding:4px 13px  10px;
}
.enterprise li{
	position: relative;
}
.enterprise li img{
	display: block;
	width: 100%;
}
.enterprise li p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
}
.enterprise-box{
	padding:13px 0 !important;
	overflow: hidden;

}
.bottom-slide{
	position: relative;	
}
.enterprise-box .swiper-container-horizontal>.swiper-pagination{
	bottom: -7px;
}
.enterprise-box .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.enterprise-box .swiper-pagination-bullet-active{
	background: #004B92;
}
/*公司介绍 图文 end*/
/*顾问图文列表顾问 start*/
.counselor-list li{
	position: relative;
	padding: 13px;
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
}
.counselor-list li:last-child{
	border-bottom-color: transparent;
}
.counselor-list li .counselor-pic{
	height: 75px;
	width: 75px;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -40px;
	overflow: hidden;
	background: #ccc;
}
.counselor-list li .counselor-pic img{
	width: 100%;
}
.counselor-list li .counselor-text{
	padding-left: 85px;
	padding-right: 95px;
}
.counselor-text span{
	display: block;
	font-size: 15px;
	color: #333;
}
.counselor-text label{
	color: #FA4F4F;
}
.counselor-text  p{
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.counselor-btn{
	position: absolute;
	right: 13px;
	font-size: 14px;
	top: 50%;
	height: 30px;
	background: #004B92;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	border-radius: 2px;
	margin-top: -15px;
	
}
@media only screen and (max-width:340px ) {
	.counselor-list li .counselor-pic{
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.counselor-list li .counselor-text{
		padding-left: 70px;
		padding-right: 80px;
	}
	.counselor-btn{
		font-size: 13px;
	}
}
/*顾问图文列表顾问 end*/

.norm img{
	width: 100%;
	max-width: 500px;
}
.norm{
	text-align: center;
}
.tel-btn{
	display: inline-block;
	background: #f5fcff;
	border: 1px solid #3fc0ef;
	color: #3fc0ef;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
	border-radius: 2px;
	margin-top: 13px;
}
.tel-btn:before{
	content: "\e686";
	font-family: "iconfont";
	font-weight: 500;
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-right: 4px;
}
.tel-btn span{
	font-weight: 500;
	font-size: 15px;
	background: #3fc0ef;
	color: #FFF;
	padding: 4px 15px;
	border-radius: 3px;
	margin-left: 5px;
}

.box{
	background: #FFF;
	padding: 13px;
	margin-top: 13px;
}
.child-title{
	text-align: center;
	font-size: 17px;
	padding-bottom: 13px;
	font-weight: bold;
	color: #333;
}
.child-title p{
	font-size: 14px;
	color: #999;
}

/**6大细节证明大公司更靠谱**/
.six-detail li{
	border: 0px;
}
.six-detail li:nth-child(-n+3){
	padding-bottom: 13px;
}
.six-detail li img{
	width: 80%;
	max-width: 80px;
}

.six-detail li p{
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/**6大细节证明大公司更靠谱 end**/

/**你可能还需要 start**/
.other li{
	position: relative;
	border: 0px;
	margin-bottom: 5px;
}
.other li:nth-child(-n+3){
	margin-bottom: 15px;
}
/*.three-box {
	margin-top:25px;
}*/
.other-box{
	background: #f1f1f1;
	text-align: center;
	line-height:60px;
	width: 90%;
	height: 60px;
	margin: 0 auto;
	font-size: 14px;
	 color: #666;
}

.other li span {
	position: absolute;
	left: 4px;
	top: -2px;
	height: 29px;
	width: 29px;
	background: url(other-bage.html) no-repeat;
	background-size:100% ;
	color: #FFF;
	text-align:left;
	font-size: 14px;
	line-height: 18px;
	text-indent: 5px;
}


.other-second li{
	padding: 13px 0;
	border-right: 1px dotted #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 !important;
}
.other-second li:nth-child(3n){
	border-right-color: transparent;
}
.other-second li:nth-last-child(-n+3){
	border-bottom-color:transparent;
}
.other-second li img{
	width: 35px;
}
.other-second li p{
	font-size: 15px;
	margin-bottom: 5px;
}
.other-color1{ color: #72bb38; }
.other-color2{ color: #fa4f4f; }
.other-color3{ color: #3fbff0; }
.other-color4{ color: #ff7f00; }
/**你可能还需要 end**/