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{-webkit-text-size-adjust:100%;width: 100%;height: 100%;background-color: #f1f1f1;}
li,ul{list-style: none;padding: 0;margin: 0;}
a{text-decoration: none; -webkit-tap-highlight-color: transparent;color:#333;}
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;background-color: white;}
input[type=submit], input[type=reset], input[type=button], button{-webkit-appearance: none;}
select,input,img,select{vertical-align:middle;}
img{max-width:100%;border:none;}

*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mhome {
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}

/************************header start****************************/
.header{
	position: fixed;
	height: 50px;
	top: 0px;
	background: #f6f6f6;
	border-bottom:1px solid #e5e5e5;
	width: 100%;
	left: 50%;
	max-width: 640px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	padding: 0 10px;
}
.header-right{
	float: right;
	/*width:50%;*/
	height:100%;
}
.header{
	border-bottom: 0;
}
.text-mid{
	text-align: center;
	font-size: 13px;
	display: inline-block;
	margin-top: 7px;
	color: #333;
	float:left;
	width: 9rem;
}
.text-mid .hot-line{
	color:#ff7e00;
	font-size: 12px;
	width: 2rem;
	display: inline-block;
	/*width: 25%;*/
	text-align: justify;
}
.text-mid .tel-number{
	font-size: 12px;
	width: 6rem;
	display: inline-block;
    text-align: justify;
	/*width: 63%;*/
}
.header-left{
	float: left;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 12rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-left h1{
	position: absolute;
	font-size: 0.1rem;
	color: #fff;
	z-index: 1;
}
.header-left img{
	position: relative;
	z-index: 10;
}
.menu-icon{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height:100%;
	/*width:20%;*/
	width:2rem;
}
.header-right a{
	margin: 0 auto;
	display: inline-block;
	height:1.67rem;
	background-image: url("../images/icons.png");
	background-position: 0 2px;
	background-size:  23rem 16rem;
	vertical-align: middle;
	width: 1.67rem;
}
.header-right a.close-menu{
	background-position: -2rem 3px;
}
/**弹出菜单 start**/
.menu-layer{
	height: 5000%;
	width: 100%;
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 0;
	right: 0;
	/*background: #fff;*/
    background: rgba(0, 0, 0, 0.6);
	z-index: 10;
	display:none;
}
.more-menu{
    background: rgba(0, 0, 0, 0.6);
	/*background: #fff;*/
	padding-bottom: 13px;
	text-align: left;
}
.more-menu dl{
    padding-top: 10px;
    position: fixed;
    top: 46px;
    right: 0px;
    background: #10bbb8;
    width: 130px;
    padding: 0 15px;
    z-index: 999;
}
.more-menu dl dt{
	display: flex;
	width:100%;
	padding:0 10px;
	position: relative;
    justify-content:center;
    border-top: 1px solid #fff;
}
.more-menu dl dt .line{
	border-bottom:1px solid rgba(0,81,186,0.5);
	width: 70%;
	position: absolute;
	top: 7%;
	right: 0;
	height: 10px;
}
.more-menu dl dt .circle{
	width:5px;
	height:5px;
	display: block;
	background-color: #7fa8dc;
	position: absolute;
	left: -2%;
	bottom: -33%;
	border-radius: 50%;
}
.more-menu dl dt h6{
    color: #fff;
	/*color:rgba(0,81,186,0.5);*/
	font-size: 1rem;
	font-weight: 500;
    margin: 12px 0;
    font-size: 14px;
}
.more-menu dl dd{
	display: flex;
	flex-wrap: wrap;
	padding-left:1.5rem;
}
.more-menu dl dd a{
	width:33%;
	padding: 0.3rem 0.5rem;
	color:#333;
	font-size:0.8rem;
}
/**弹出菜单 end**/
/************************header end****************************/
.content{
	padding-top: 50px;
	padding-bottom: 55px;
	background: #f5f5f5;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

/*底部start*/
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 50%;
	max-width: 640px;
	height:55px;
	box-shadow: 0 -5px 5px -5px #dedede;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.footer-left,.footer-right{
	display: flex;
	justify-content: space-between;
	width: 40%;
	transform: scale(0.8,0.8);
}
.footer .func{
	text-align: center;
	font-size:11px;
	color:#888;
	width: 45%;
}
.footer .func i{
	display: inline-block;
	background: url("../images/icons.png");
	background-size:  23rem 16rem;
	background-position: -18rem 0;
	width:1.64rem;
	height:1.44rem;
}
.footer .func2 i{
	background-position: -18.0rem -2.05rem;
}
.footer .func3 i{
	background-position: -18.04rem -4.14rem;
	width: 1.84rem;
}
.footer .func4 i{
	background-position: -18.1rem -6.19rem;
}
.footer .footer-tel{
	width: 5.16rem;
	height: 5.16rem;
	background-color: rgba(255,241,227,0.7);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -2.58rem;
	bottom: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0.8,0.8);
}
.footer .footer-tel .inner{
	width: 4.21rem;
	height: 4.21rem;
	background-color: #ff7e00;
	border-radius: 50%;
	background-image: url(../images/icons.png);
	background-size: 23rem 16rem;
	background-position: -16.9rem -8rem;
}
/*底部end*/
/*表单弹框start*/
.hide-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #33333366;
	z-index: 20;
	display: none;
}
.form-hide {
	display: none;
	position: fixed;
	z-index: 56;
	top:20%;
	width: 22rem;
	left: 42%;
	margin-left: -9rem;
	background: #fff;
	border-radius: .1rem;
}
.form-hide p span{
	color:#f8502c;
}
.close-icon {
	position: absolute;
	z-index: 57;
	right: -.45rem;
	top:-.45rem;
	width: 1.35rem;
	height: 1.35rem;
	text-align: center;
	background: #034fb3;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 1.14rem;
	color:#fff;
}
.close-icon>i {
	width: .66rem;
	height: .66rem;
	background: url("../images/index/no.png") no-repeat;
	background-size: cover;
}
.form-hide form>p {
	width: 100%;
	padding: .6rem 0;
	text-align: center;
	font-size: .9rem;
	/*font-weight: bold;*/
	color:#fff;
	background: #034fb3;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.form-hide form .infor {
	padding: .9rem .9rem 1.2rem;
}
.form-hide form .infor div {
	position: relative;
	margin-bottom: .6rem;
    height: 3rem;
    border: 1px solid gainsboro;
    line-height: 3rem;
}
.form-hide form .infor div i {
	width: .6rem;
	height: .69rem;
	background: url("../images/index/b1_1.png") no-repeat;
	background-size: cover;
	position: absolute;
	top:.78rem;
	left: .6rem;
}
.form-hide form .infor div.name i {
	width: .6rem;
	height: .6rem;
	background: url("../images/index/b2_1.png") no-repeat;
	background-size: cover;
}
.form-hide form .infor div.tel i {
	width: .48rem;
	height: .66rem;
	background: url("../images/index/b3_1.png") no-repeat;
	background-size: cover;
}
.form-hide form .infor div.verify i {
	width: .57rem;
	height: .63rem;
	background: url("../images/index/b4_1.png") no-repeat;
	background-size: cover;
}
.form-hide form .infor div i:after {
	position: absolute;
	content:"";
	right: -.36rem;
	top:0;
	width: 1px;
	height: .72rem;
	background:#868686;
}
.form-hide form .infor div.tel i:after {
	right: -.45rem;
}
.form-hide form .infor div input,.form-hide form .infor div select {
	width: 100%;
	padding:.75rem .6rem;
	border:none;
	font-size: .72rem;
	background: #f5f6f8;
	color:#868686;
	padding-left: 1.8rem;
	-webkit-appearance: none;
}
.form-hide form .infor div select:focus{
	outline: 0;
}
.form-hide form .infor div input::-webkit-input-placeholder {
	color:#868686;
}
.form-hide form .infor div input:-moz-placeholder {
	/* Firefox 18- */
	color:#868686;
}
.form-hide form .infor div input::-moz-placeholder {
	/* Firefox 19+ */
	color:#868686;
}
.form-hide form .infor div input:-ms-input-placeholder {
	color:#868686;
}
.form-hide form .infor div.verify input {
	width: 10.2rem;
}
.form-hide form .infor div.verify {
	font-size: 0;
}
.form-hide form .infor div.verify a {
	width:5.52rem;
	text-align: center;
	padding: .75rem 0;
	font-size: .72rem;
	color:#fff;
	background: #034fb3;
	border-radius: .15rem;
	margin-left: .6rem;
}
.form-hide form .infor>a {
	width: 100%;
	padding: .75rem 0;
	text-align: center;
	font-size: .9rem;
	color:#fff;
	background: #034fb3;
	border-radius: 1.5rem;
	margin: .3rem 0 .6rem;
}
.form-hide form .infor>p {
	font-size: .48rem;
	color:#666666;
	text-align: center;
}
.form-hide form .infor>p>span {
	color:#ff0000;
}
.form-hide form button{
	width: 100%;
	padding: .75rem 0;
	text-align: center;
	font-size: .9rem;
	color: #fff;
	background: #034fb3;
	border-radius: 1.5rem;
	margin: .3rem 0 .6rem;
}
/*表单弹框end*/
/*按钮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: #e04739;
	border: 1px solid #e04739;
	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*/
.form-box{
	background: #FFF;
	margin-top: 13px;
	padding:13px;
}
.form-group{
	position: relative;
	margin-bottom: 13px;
}
.form-group input,.form-group select{
	display: block;
	padding: 11px 10px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #004b92;
	padding-left: 35px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;

	border-radius: 6px;
	color:#969696;
}
.form-group select{
	color: #999;
}
.form-group input:focus,.form-group select:focus,.form-group textarea{
	/*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%);
    transform: translateY(-50%);
	color: #999;
}
.form-group span.name:before{
	content:"\e601" ;

	font-size: 20px;
}
.form-group span.tel:before{
	content:"\e602";

	font-size: 26px;
	margin-left: -3px;
	display: block;
}
.form-group span.code:before{
	content:"\e628";

	display: block;
	font-size: 22px;
	margin-left: -1px;
}
.form-group span.select:before{
	content:"\e64b";

	display: block;
	font-size: 20px;
	margin-left: -1px;
}
.select-box:after{
	content: "\e63c";

	color: #ccc;
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 22px;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group input.authcode{
	display: inline-block;
	vertical-align: middle;
	width: 54%;
	width: 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-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: -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;
}

.row3-Space{
	overflow: hidden;
}
.row3-Space li{
	width: 31.33%;
	float: left;
	border-radius: 2px;
	font-size: 13px;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	padding: 5px 0;
}
.row3-Space li:nth-child(3n-1){
	margin: 0 3%;
}

.row4 li{
	width: 25%;
	float: left;
	background: #FFF;
	text-align: center;
}

/*banner 轮播 start*/
.swiper-slide,
.swiper-wrapper {
	position: relative;
	-webkit-transform-style: preserve-3d;
	        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;
	margin-bottom: 0px;
}
.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;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
	opacity: .5
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 2px;
	left: 0;
	width: 100%
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}


/*banner 轮播 end*/


/*公司介绍 图文 start*/
.enterprise{
	width: 100%;
	margin-top: 18px;
	padding-bottom: 15px;
}
.row2-Space{
	width: 100%;
	padding: 0;
}
.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-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;
	text-align: center;
	margin-top: 13px;
}
.child-title{
	text-align: center;
	font-size: 16px;
	padding-bottom: 13px;
	color: #333;
	position: relative;
}
.child-title p{
	font-size: 13px;
	color: #666;
}

/**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(../images/other-bage.png) 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**/

/*************bottom start***************/
.talk{
	width:86px;
	height:111px;
	background: url("../images/icons.png") 0 -158px;
	-webkit-transform: scale(0.6,0.6);
	        transform: scale(0.6,0.6);
	margin:0 auto;
}
.bottom{
	padding: 13px;
	background: #fff;
}
.bottom{
	text-align: center;
}
h4.text{
	font-size: 14px;
	color: #1f1f1f;
}
.text font{
	color: #f92525;
	font-size:18px;
}
.bottom p{
	font-size: 12px;
	color: #888;
}
.bottom p.please{
	margin:15px 0 25px;
}
.bottom p.hot-line a{
	border: 1px solid #004b92;
	padding:10px 25px;
}
.bottom p a{
	color: #888;
}
.bottom p a span{
	font-size: 13px;
	color: #f92525;
	font-weight: bold;
}
.qrcode{
	width: 35%;
	margin: 30px auto 0;
}
.qrcode img{
	width:100%;
}
.box-content img{
	width: 100%!important;
	height: auto!important;
}
.get-code{
    top: 0px!important;
}