@charset "utf-8";
.header {
	height: 3.12rem;
	line-height: 3.12rem;
	background: #fff;
	position: relative;
	z-index: 20000;
}

.header .title {
	text-align: center;
	font-size: 1.25rem;
	color: #333;
}

.header .back {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.header .back img {
	height: 100%;
}

.banner img {
	float: left;
	width: 100%;
}

.floor {
	padding: 0 3.3%;
}

.floor .hd {
	line-height: 1;
	text-align: center;
	padding-top: 2.1rem;
}

.floor .hd .title {
	color: #333;
	font-size: 1.28rem;
}

.floor .hd .subtitle {
	height: 0.67rem;
	margin-top: 0.5rem;
}

.floor .bd {
	margin-top: 1.1rem;
}

.floor .bd .content {
	color: #666;
	line-height: 1.6;
	font-size: 0.92rem;
}

.floor .bd .content .second {
	margin-top: 0.73rem;
}

.profile .bd .content{
	text-align: justify;
}

.floor .bd .content .second {
	margin-top: 1.46rem;
}

.profile .culture {
	margin-top: 1.5rem;
	z-index: 2;
}

.profile .imgshow {
	float: left;
	width: 100%;
	border-radius: 0.53rem 0.53rem 0 0;
}

.cultureShow {
	width: 100%;
	background: #1eaadc;
	border-radius: 0 0 0.53rem 0.53rem;
	box-shadow: 10px 16px 27px rgba(180, 211, 242, 0.35);
}

.cultureShow li {
	position: relative;
	text-align: center;
	padding: 1rem 0 0.8rem;
}

.cultureShow li .title {
	color: #fff;
	line-height: 1;
	font-size: 1.13rem;
}

.cultureShow li .title img {
	height: 1.88rem;
	margin-bottom: 0.53rem;
}

.cultureShow li .desc {
	color: #b0e9fd;
	line-height: 1.8;
	font-size: 0.85rem;
	margin-top: 0.35rem;
}

.cultureShow li .cutline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #3ab7e4;
}

.cultureShow .first {
	width: 100%;
	padding-top: 1.42rem;
}

.cultureShow .first .title img {
	height: 1.67rem;
}

.cultureShow .second {
	width: 100%;
}

.cultureShow .second .title img {
	height: 1.56rem;
}

.cultureShow .third,
.cultureShow .last {
	float: left;
	width: 50%;
	padding-bottom: 1.28rem;
}

.cultureShow .third .cutline,
.cultureShow .last .cutline {
	width: 1px;
	height: 100%;
}

.cultureShow .third .cutline {
	left: auto;
	right: -1px;
}

.cultureShow .last .cutline {
	width: 0;
}

.business {
	background: #fff;
	padding-bottom: 2.48rem;
}

.business .bd .strong {
	color: #333;
}

.business .yewu {
	width: 100%;
}

.staffStyle .bd {
	margin: 0;
	padding: 1.42rem 0 1.85rem;
}

.staffStyle .swiper-slide img {
	float: left;
	width: 100%;
	border-radius: 0.53rem;
}

.staffStyle .swiper-pagination {
	position: static;
	margin-top: 13px;
	width: 100%;
}

.staffStyle .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 7px;
	background: #d2d2d2;
	vertical-align: middle;
}

.staffStyle .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #1eaadc;
}


/*图片查看*/
.photoWin {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100000;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0.75);
}

.photoWin .photoWin-div1 {
	width: 90%;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 100002;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.maxContainer,
.maxContainer .swiper-slide {
	width: 100%;
	text-align: center;
}
.maxContainer .swiper-slide img {
	width: 100%;
	border-radius: 0.53rem;
}

.maxContainer .pagination{
	position: absolute;
	left: 50%;
	top: -2.84rem;
	bottom: auto;
	color: #fff;
	font-size: 1.06rem;
	font-family: arial;
	width: 4.05rem;
	height: 1.77rem;
	line-height: 1.77rem;
	text-align: center;
	margin-left: -2.025rem;
	border-radius: 0.53rem;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100003;
}
.maxContainer .swiper-slide .closeBtn{
	position: absolute;
	top: 0.71rem;
	right: 1.06rem;
	width: 1.77rem;
	z-index: 3;
}

.contactUs {
	padding: 0;
}
.contactUs .introduced {
	position: relative;
	z-index: 2;
	margin: 0 3.3%;
	padding: 0.3rem 12% 2.5rem;
	background: #fff;
	border-radius: 0.53rem;
	box-shadow: 10px 16px 16px rgba(180, 211, 242, 0.13);
}
.contactUs .introduced .bd {
	margin-top: 1.8rem;
	font-size: 0.92rem;
	line-height: 1.8;
	color: #666;
}
.contactUs .introduced .bd p {
	position: relative;
	padding-left: 21%;
}
.contactUs .introduced .bd p .prefix {
	position: absolute;
	left: 0;
	top: 0;
}
.contactUs .introduced .bd p img,
.contactUs .introduced .bd p strong {
	display: inline-block;
	vertical-align: top;
}
.contactUs .introduced .bd p img {
	width: 1.06rem;
	margin-top: 0.21rem;
	margin-right: 0.7rem;
}
.contactUs .introduced .bd p strong {
	font-family: arial;
}
.contactUs .introduced .bd p strong.tel {
	letter-spacing: 0.1rem;
}
.contactUs .introduced .bd p a{
	color: #666;
	white-space: nowrap;
}
.contactUs .introduced .bd p.second {
	font-family: arial;
	font-weight: bold;
	margin-top: 0.45rem;
}
.contactUs .introduced .bd p.second .fg {
	margin: 0 7%;
}
.contactUs .introduced .wechatshow {
	text-align: center;
	margin-top: 0.94rem;
	padding-top: 1.1rem;
	overflow: hidden;
	border-top: 1px solid #efefef;
}
.contactUs .introduced .wechatshow img {
	width: 41%;
	float: left;
}
.contactUs .introduced .wechatshow .num_box{
	float: right;
	width: 40%;
}
.contactUs .introduced .wechatshow .num {
	line-height: 1.4;
	margin-top: 1rem;
}
.contactUs .introduced .wechatshow .num span{
	display: block;
}
.contactUs .introduced .wechatshow .copyBtn {
	width: 7.46rem;
	height: 2.34rem;
	margin-top: 0.8rem;
	color: #fff;
	font-size: 0.92rem;
	background: #1eaadc;
	border-radius: 0.53rem;
}
.contactUs .map img {
	float: left;
	width: 100%;
	margin-top: -7.1rem;
}


/*复制微信号*/
.successMsg {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.successMsg .successMsg_con {
	height: 3.27rem;
	line-height: 3.27rem;
	border-radius: 4rem;
	color: #fff;
	font-size: 0.85rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

.header .navmore{
	position: absolute;
	top: 0;
	right: 0.6rem;
	font-size: 1rem;
	color: #333;
	height: 100%;
}
.header .navmore .icon{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	background: url(/static/img/branchCompany/icon_upload.png) center center;
	width: 1.5rem;
	background-size: 100%;
}
.header .navmore.cur{
	color: #1eaadc;
}
.header .navmore.cur .icon{
	background-image: url(/static/img/branchCompany/icon_upload_cur.png);
}
.moreList{
	display: none;
	width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10001;
}
.moreList .moreclose{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.moreList .moreList_main{
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
    background: #fff;
    top: 0;
    padding-top: 3.12rem;
}
.moreList .icon-sj{
	position: absolute;
    top: -8px;
    right: 14.5%;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.moreList .down_list{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0.67rem 0.25rem 1rem;
	/* box-shadow: -2px 1px 12px 15px rgba(109, 109, 109, 0.03); */
	overflow: hidden;
	box-sizing: border-box;
}
.moreList .down_list dd{
	float: left;
	width: 5.33rem;
	height: 2.097777rem;
	line-height: 2.097777rem;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 0.53333rem;
	margin: 0.35555rem 0.604444rem;
	font-size: 0.92444rem;
}
.moreList .down_list dd a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #333;
}
.moreList .down_list dd a img{
	position: absolute;
	top: 0;
	left: 23.75%;
	height: 0.92rem;
	display: none;
}
.moreList .down_list dd a.cur{
	color: #1ca1d3;
}
.moreList .down_list dd a.cur img{
	display: block;
}

@media screen and (max-width: 410px){
	.floor .bd .content{
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	.staffStyle .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.staffStyle .swiper-pagination-bullet-active{
		width: 10px;
		height: 10px;
	}
}


@media screen and (max-width:480px){
	.header .title{
		font-size: 20px;
	}
	.header .navmore{
		font-size: 18px;
	}
}
@media screen and (max-width: 375px) {
	.header .title,
	.header .navmore{
		font-size: 18px;
	}
	.header .navmore{
		font-size: 16px;
	}
}
.photoWin-close-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}