@charset "utf-8";

.spec-content{
	min-height: 1080px;
	height: 5044px;
	background: url(../images/bg.png) center no-repeat;
}
.banner-spec{
	height: 450px;
	background: url(../images/banner-803-1.jpg) center no-repeat;
	
}
.banner-btm{
	width: 1054px;
	height: 232px;
	background-color: #f64f26;
	box-shadow: 2px 2px 5px 0px 
		rgba(0, 79, 164, 0.35);
	border-radius: 20px;
	padding-top: 25px;
	margin-bottom: 25px;
}
.banner-btm em{
	display: block;
	width: 780px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}
.img-fluid{
	width: 100%;
}
.scroll-qa{
	width: 755px;
	height: 64px;
	background-color: #ffc001;
	border-radius: 32px;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow: hidden;
}
.sqab-tag{
	/* display: block; */
	width: 38px;
	height: 38px;
	background-color: #ff4f25;
	border-radius: 19px;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-right: 10px;
}
.sqab-bd{
	width: 550px;
	height: 38px;
	overflow: hidden;
}
.sqab-bd ul{
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.sqab-bd ul li{
	line-height: 38px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sqab-bd ul li a{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3d3434;
	opacity: 0.99;
}

/* 员工展示 */
.spstaff{
	position: relative;
	z-index: 0;
}
.spstaff:after{
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	right: -25px;
	width: 1187px;
	height: 1165px;
	z-index: -1;
	overflow: hidden;
	border-radius: 20px;
	background-color: #0081f9;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230066d4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.sptitle{}
.sptitle h2{
	display: block;
	width: 100%;
	height: 66px;
	line-height: 1.0;
}
.sptitle h3{
	display: block;
	width: 100%;
	height: 40px;
}
.spstaff-info{
	margin-top: 30px;
	height: 125px;
	padding-top: 20px;
	background-color: #0066d4;
	border-radius: 20px 20px 0px 0px;
}
.spstaff-info p{
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
}
.spstaff-info p em{
	color: #f9da06;
	font-size: 45px;
	line-height: 36px;
	margin-right: 36px;
	display: inline-block;
	vertical-align: baseline;
}
.spstaff-info p span{
	color: #ff4e20;
	font-size: 45px;
	line-height: 36px;
	margin-left: 36px;
	display: inline-block;
	vertical-align: baseline;
}
.swiper-staff{
	height: 865px;
	position: relative;
	z-index: 0;
	padding: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: #fff url(../images/bg-staff.jpg) center no-repeat;
	background-size: cover;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 5px 15px 0px 
			rgba(0, 62, 128, 0.59);
}
.swiper-staff ul.photoWrap{
	position: relative;
	width: 100%;
	height: 85%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.swiper-staff ul.photoWrap li{
	position: static;
	vertical-align:top;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.swiper-staff ul.photoWrap li > img{
	display: inline-block;
	padding: 3px;
	background: rgba(255,255,255,0.75);
	box-shadow: 0 0 3px #696969;
	-moz-box-shadow: 0 0 3px #696969;
	-webkit-box-shadow: 0 0 3px #696969;
	min-width: 100px; 
	min-height: 120px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.swiper-staff ul.photoWrap li em{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	padding: 3px;
	opacity: 0;
	filter: opacity(0);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.swiper-staff ul.photoWrap li em strong{
	width: 0;
	height: 0;
	overflow: hidden;
}
.swiper-staff ul.photoWrap li em strong img{
	opacity: 0;
}
.swiper-staff ul.photoWrap li em div.staff-show{
	width: 352px;
	height: 380px;
	background: url(../images/bg-staff.png) center no-repeat;
	background-size: contain;
	position: relative;
	z-index: 0;
}
.swiper-staff ul.photoWrap li em i{
	display: block;
	position: absolute;
	top: 28px;
	left: 34px;
	margin-left: auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10;
}
.swiper-staff ul.photoWrap li em i img{
	width: 125%;
	position: absolute;
	display: inline;
	left: 50% ;
	top: 50% ;
	transform: translate(-50%,-50%) ;
	-moz-transform: translate(-50%,-50%) ;
	-webkit-transform: translate(-50%,-50%) ;
}
.swiper-staff ul.photoWrap li em span{
	display: block;
	position: absolute;
	top: 158px;
	left: 148px;
	z-index: 5;
	width: 141px;
	height: 39px;
	background-color: #0066d4;
	border-radius: 19px;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
	text-indent: 2em;
}
.swiper-staff ul.photoWrap li em p{
	text-align: left;
	padding-left: 35px;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #3d3434;
}
.swiper-staff ul.photoWrap li.checked{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 700px;
	height: 440px;
	margin: 0 !important;
	transform: translate(-50%,-50%) !important; 
	-moz-transform: translate(-50%,-50%) !important; 
	-webkit-transform: translate(-50%,-50%) !important; 
	z-index: 99 !important;
}
.swiper-staff ul.photoWrap li.checked > img{
	position: absolute;
	display: inline;
	top: 70%;
	right: 0;
	opacity: 0;
	filter: opacity(0);
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transform: translate(-50%,-50%) scale(1.2,1.2) !important;
	-moz-transform: translate(-50%,-50%) scale(1.2,1.2) !important;
	-webkit-transform: translate(-50%,-50%) scale(1.2,1.2) !important;
}
.swiper-staff ul.photoWrap li.checked em{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: opacity(100%);
}
.swiper-staff ul.photoWrap li.checked em strong{
	display: block;
	position: absolute;
	right: 5%;
	top: 0;
	width: 260px;
	height: 100%;
}
.swiper-staff ul.photoWrap li.checked em strong img{
	/* width: 100%; */
	width: 254px;
	opacity: 1.0;
	filter: opacity(100%);
	top: 15%;
	right: 0;
	position: absolute;
	display: inline;
	padding: 3px;
	background: rgba(255,255,255,0.75);
	box-shadow: 0 0 3px #696969;
	-moz-box-shadow: 0 0 3px #696969;
	-webkit-box-shadow: 0 0 3px #696969;
}
.swiper-staff ul.photoWrap li em div.staff-show{
	width: 352px;
	height: 380px;
	background: url(../images/bg-staff.png) center no-repeat;
	background-size: contain;
	position: relative;
	z-index: 0;
	margin-left: 45px;
	margin-top: 10px;
	padding-top: 210px;
    padding-right: 38px;
}
.swiper-staff-dot{
	width: 196px !important;
	height: 30px;
	padding: 7px 20px;
	left: 50%!important;
	margin-left: -98px!important;
	border-radius: 15px;
	background-color: #0081f9;
	background-color: rgba(0,129,249,0.2);
}
.swiper-staff-dot span{
	width: 19px;
	height: 18px;
	background-color: #0081f9;
	opacity: 0.5;
	filter: opacity(50);
	border-radius: 9px;
}
.swiper-staff-dot span.swiper-pagination-bullet-active{
	width: 44px;
	opacity: 1;
	filter: opacity(100);
	border-radius: 9px;
}

/* major */
.spmajor{
	margin-top: 115px;
	position: relative;
	z-index: 0;
}
.spmajor::after{
	content: "";
	display: block;
	position: absolute;
	top: 95px;
	right: -25px;
	width: 1187px;
	height: 677px;
	z-index: -1;
	overflow: hidden;
	border-radius: 20px;
	background-color: #0081f9;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230066d4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.spmajor .sptitle h2{
	margin-top: -8px;
}
.spmajor-box{
	margin-top: 35px;
	width: 1200px;
	height: 606px;
	overflow: hidden;
	background: url(../images/bg-check.jpg) repeat;
	/* background-color: #ffffff; */
	box-shadow: 0px 5px 15px 0px 
		rgba(0, 62, 128, 0.59);
	border-radius: 20px;
	padding: 75px 40px 0;
	
}
.spmajor-slide{
	/* padding: 75px 40px 0; */
	position: relative;
	z-index: 0;
	margin-bottom: 70px;
}
.spmajor-slide-hd{
	position: relative;
	z-index: 1;
}
.spm-item{
	display: block;
	width: 265px;
	height: 263px;
	position: relative;
	cursor: pointer;
}
.spmi-1{
	
}
.spmi-2{
	margin-top: 60px;
}
.spmi-3{}
.spmi-4{
	margin-top: 60px;
}
.spm-item-img{
	width: 265px;
	height: 263px;
	position: relative;
	z-index: 1;
}
.spm-item-img em{
	display: block;
	position: absolute;
	z-index: -1;
	width: 267px;
	height: 245px;
	top: 8px;
	left: 10px;
}
.spmii-1 em,.spmii-3 em{
	background: url(../images/bg-skew-01.png) center no-repeat;
}
.spmii-2 em,.spmii-4 em{
	background: url(../images/bg-skew-02.png) center no-repeat;
}
.spm-item-tag{
	position: absolute;
	z-index: 1;
	display: block;
	width: 245px;
	height: 52px;
	padding: 13px 10px;
	background-color: #0066d4;
	border-radius: 10px;
	left: 0;
	bottom: -80px;
}
.spmita-1{
	
}
.spmita-2{
	width: 295px;
	left: 18px;
	top: -75px;
}
.spmita-3{
	width: 255px;
}
.spmita-4{
	left: 36px;
	top: -75px;
}
.spm-item-tag em{
	position: absolute;
	z-index: 1;
	display: block;
	width: 15px;
	height: 15px;
	left: 50%;
	margin-left: -8px;
	background-color: #0066d4;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.spmita-1 em,.spmita-3 em{
	top: -8px;
}
.spmita-2 em,.spmita-4 em{
	bottom: -8px;
}
.spm-item-tag h4{
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}
.spm-item-tag h4 b{
	color: #fdda04;
}
.spm-item-txt{
	position: absolute;
	z-index: -1;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	padding: 0;
	filter: opacity(0);
	transition: all 0.5s ease-in-out ; 
	-moz-transition: all 0.5s ease-in-out ; 
	-webkit-transition: all 0.5s ease-in-out ; 
}
.spmitx-1{
	
	left: 247px;
	background: url(../images/bg-choose-1.png) center no-repeat;
}
.spmitx-2{
	
	left: 247px;
	/* left: 545px; */
	z-index: 101;
	background: url(../images/bg-choose-1.png) center no-repeat;
}
.spmitx-3{
	right: 270px;
	/* left: 70px; */
	z-index: 102;
	background: url(../images/bg-choose-2.png) center no-repeat;
}
.spmitx-4{
	
	/* left: 360px; */
	right: 270px;
	z-index: 103;
	background: url(../images/bg-choose-2.png) center no-repeat;
}
/* .spmi-1:hover .spmitx-1{
	z-index: 100;
	opacity: 1;
	filter: opacity(100%);
} */
.spm-item-txt h5{
	/* display: inline-block; */
	width: 0;
	height: 0;
	background-color: #0066d4;
	border-radius: 10px;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin-bottom: 18px;
}

.spm-item-txt h5 b{
	color: #fdda04;
}
.spm-item-txt p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #3d3434;
	position: relative;
	z-index: 0;
}
.spm-item-txt p em{
	display: block;
	position: absolute;
	font-size: 30px;
	color: #f64f26;
	top: 0;
	left: -5px;
}
.spm-item-txt p b{
	background-color: #ffc001;
	display: inline-block;
    vertical-align: middle;
	color: #0066d4;
	padding-left: 10px;
    padding-right: 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.spm-item-txt p span{
	border-bottom: 2px solid #0D7FD0;
}
.spmitx-1 p{
	padding-left: 36px;
}
.spmitx-1 p em{
	left: 16px;
}
.spmitx-3 p{
	padding-left: 36px;
}
.spmitx-3 p em{
	padding-left: 16px;
}
.spm-item:hover .spm-item-txt h5{
	width: 430px;
	height: 60px;
}
.spmi-1:hover .spmitx-1,.spmi-2:hover .spmitx-2,.spmi-3:hover .spmitx-3,.spmi-4:hover .spmitx-4{
	z-index: 100;
	width: 510px;
	height: 336px;
	opacity: 1;
	filter: opacity(100%);
}
.spmi-1:hover .spmitx-1{
	padding-top: 55px;
	padding-left: 45px;
	padding-right: 30px;
}
.spmi-2:hover .spmitx-2{
	padding-top: 36px;
	padding-left: 45px;
	padding-right: 30px;
}
.spmi-3:hover .spmitx-3{
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 45px;
}
.spmi-4:hover .spmitx-4{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 45px;
}
.spm-item-info{
	display: none;
	/* position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ddd; */
}
.spmii-ls{
	float:left;
	width: 63px;
	height: 263px;
	shape-outside: polygon(0 0,100% 0,0 100%);
}
.spmii-rs{
	float:right;
	width: 63px;
	height: 236px;
	shape-outside: polygon(100% 0,100% 100%,0 100%);
}
.spmiip{
	display: block;
}
.spm-item-info p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #fff;
}
.spm-item-info p b{}
.spm-item-info p span{}

.spec-btn{
	
}
.spec-btn a{
	display: block;
	width: 490px;
	height: 72px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 36px;
	border: solid 2px #0066d4;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 2px;
	color: #0066d4;
}

.sp-doctor{
	margin-top: 100px;
	position: relative;
	z-index: 0;
}
.sp-doctor:after{
	content: "";
	display: block;
	position: absolute;
	top: 95px;
	right: -25px;
	width: 1187px;
	height: 1069px;
	z-index: -1;
	overflow: hidden;
	border-radius: 20px;
	background-color: #0081f9;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230066d4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.doc-scroll{
	margin-top: 22px;
	height: 1008px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.doc-scroll-tab{
	height: 209px;
	padding-top: 50px;
	background-color: #0066d4;
	border-radius: 20px 20px 0px 0px;
	margin-bottom: 65px;
}
.spec-doc-container{}
.spec-doc-container .swiper-slide{
	width: 207px;
	height: 250px;
	text-align: center;
}
.doc-scroll-tab .swiper-slide{
	text-align: center;
	display: inline-block;
	-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;
}
.spec-doc-container .swiper-slide span{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	line-height: 37px;
	color: #ffffff;
}
.spec-doc-container .swiper-slide em{
	display: block;
	position: absolute;
	/* bottom: 0;
	left: 0; */
	width: 150px;
	height: 150px;
	margin-top: 1.25rem;
	background-color: #e9f5ff;
	box-shadow: 2px 0px 6px 0px 
		rgba(27, 56, 106, 0.35);
	border-radius: 50%;
	overflow: hidden;
	z-index: 40;

	text-align: center;
	cursor: pointer;
	left: 50%;
	bottom: 24px;
	overflow: hidden;
	margin-left: -70px;
	/* padding: 17px 17px 0 10px; */
	transition: all 0.4s ease-in-out 0.1s; 
	-moz-transition: all 0.4s ease-in-out 0.1s; 
	-webkit-transition: all 0.4s ease-in-out 0.1s; 
}
.spec-doc-container .swiper-slide em:before{
	content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-color: rgba(0,59,118,0.2);
    box-shadow: 2px 0px 6px 0px rgba(27, 56, 106, 0.35);
    border-radius: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 50;
	transition: all 0.4s ease-in-out 0.1s; 
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-webkit-transition: all 0.4s ease-in-out 0.1s; 
}
.spec-doc-container .swiper-slide em img{
	display: block;
	width: 100%;
}
.spec-doc-container .swiper-slide-active{
	width: 240px;
	
}
.spec-doc-container .swiper-slide-active span{
	font-size: 28px;
	color: #fff000;
	font-weight: bold;
	letter-spacing: -1px;
}
.spec-doc-container .swiper-slide-active em{

	width: 207px!important;
	height: 207px!important;
	background-color: #e9f5ff;
	box-shadow: 2px 0px 6px 0px 
		rgba(27, 56, 106, 0.35);
	border-radius: 103px;
	border: solid 1px #0c4bac;
	bottom: 0;
	margin-left: -103.5px;
}
.spec-doc-container .swiper-slide-active em:before{
	content: '';
   /* width: 0;
    height: 0; */
	width: 0;
	height: 0;
	left: 50%;
	bottom: 50%;
}
.doc_cont{
	overflow: hidden;
}
.doc_inner{
	height: 568px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.doc_inner_pic{
	vertical-align: bottom;
	display: inline-block;
	padding-left:25px;
	width: 535px;
}
.doc_detail{
	width: 575px;
	display: inline-block;
	vertical-align: top;
	padding-top: 48px;
}

.doc_detail_name{
	border-bottom: dashed 1px #999999;
}
.doc_detail_name h4{
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #378ad7;
	display: inline-block;
}
.doc_detail_name p{
	font-size: 32px!important;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000!important;
	line-height: 64px!important;
	display: inline-block;
	margin-left:10px;
}
.doc_detail_name p img{
	vertical-align: middle;
	margin: 0 10px;
}
.doc_detail_list p{
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	max-width: 715px;
	vertical-align:sub;
	/* display: flex;
	align-items: center; */
}
.doc_detail_list p:nth-child(3){
	margin-bottom: 15px!important;
}
.doc_detail_list img{
	vertical-align: middle;
}
.doc_detail_list p b{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin:0 15px;
	vertical-align: sub;
}
.doc_detail_list p span{
	display: inline-block;
	vertical-align:top;
	max-width: 435px;
	line-height: 30px;
}
.doc_detail_list ul{
	margin-left: 57px;
}
.doc_detail_list ul img{
	margin-left: 20px;
	cursor:pointer;
}
.doc_detail_list .list_hide{
	display: none;
}
.doc_detail_list ul li{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
}
.doc_btn{
	display: block;
	width: 500px;
	height: 64px;
	background-color: #c6981e;
	border-radius: 10px;
	text-align: center;
	margin-top: 35px;
}
.doc_btn a{
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 找医院地图 */
.spmap{
	margin-top: 80px;
	
}
/* .spmap:after{
	content: "";
	display: block;
	position: absolute;
	top: 95px;
	right: -25px;
	width: 1187px;
	height: 769px;
	z-index: -1;
	overflow: hidden;
	border-radius: 20px;
	background-color: #0081f9;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230066d4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
} */
.spmap-box{
	margin-top: 35px;
	height: 700px;
	background: url(../images/bg-check.jpg) repeat;
	border-radius: 20px;
	overflow: hidden;
}
.col-title1{
	text-align: center;
	width: 1200px;
	height: 115px;
	padding-top: 32px;
	position: relative;
	z-index: 0;
	background-color: #0066d4;
	border-radius: 20px 20px 0px 0px;
}
/* .col-title1:after{
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	right: -25px;
	width: 1187px;
	height: 769px;
	z-index: -1;
	overflow: hidden;
	border-radius: 20px;
	background-color: #0081f9;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230066d4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
} */
.col-title1 h3{
	display: inline-block;
	width: 600px;
	height: 55px;
	background-color: #ff5025;
	border-radius: 27px;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 2px;
	color: #ffffff;
	box-shadow: 2px 2px 1px 0px 
		rgba(152, 30, 0, 0.35);
}
.mapTipText {
	width: 280px;
	height: 110px;
	background-color: rgba(255, 255,255,0.8);
}
.mapTipText .mapTipImg {
	height: 66px;
	width: 66px;
	float: left;
	border: 2px solid #3badfb;
	border-radius: 50%;
	overflow: hidden;
	margin: -12px 5px 0 -12px;
}
.mapTipText .mapTipImg img {
	width: 100%;
	height: 100%;
}
.mapTipText .mapTipList {
	float: left;
	margin-left: 4px;
}
.mapTipText .mapTipList h2 {
	text-align: left;
}
.mapTipText .mapTipList h2 a {
	font-size: 24px;
	color: #262626;
	text-decoration: none;
}
.mapTipText .mapTipList h2 a:hover {
	color: #0085d2;
}
.mapTipText .mapTipList h2 a span {
	font-size: 16px;
	margin-left: 3px;
}
.mapTipText .mapTipList ul {
	width: 203px;
	padding-right: 10px;
}
.mapTipText .mapTipList ul li {
	list-style: none;
	float: left;
	padding: 7px 3px 0 3px;
}
.mapTipText .mapTipList ul li a {
	color: #262626;
	text-decoration: none;
}
.mapTipText .mapTipList ul li a:hover {
	background-color: #2ebcfe;
	color: #ffffff;
}
.col6_map_wrapper{
	/* position: relative; */
	/* background: url(../images/map_hx_bg.png) no-repeat right bottom; */
	background: url(../images/map_hx_bg.png) no-repeat 440px bottom;
}