@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	/* width: 100%; */
	/* height:100%; */
	/* font-size:625%; */
	/* font-size: 14px; */
}

body{
	/* line-height:1.0;
	color: #333;
	font-size: 0.12rem; */
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
}

div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}

table{
	outline:none;
	border-collapse: collapse;
}

th,td,tr{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

a,a:hover, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	/* transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s; */
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

img{
	font-size: 12px;
	line-height: 1.0;
}

.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

.clear,.clr{
	clear:both;
	overflow:hidden;
}

.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}

.container{ 
	margin-left: auto;
	margin-right: auto;
	padding-left:2%;
	padding-right:2%;
}

.w1200{
	margin-left: auto;
	margin-right: auto;
}

.w1200{
	width:1200px;
}

.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:340%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

/* 基础样式 */

.banner_spec{
	font-size: 12px;
	margin-bottom: 25px;
	height: 502px;
	background: url(../images/banenr_spec.jpg) center no-repeat;
}

.banner_spec a{
	display: block;
	width: 100%;
	height: 100%;
}

.w100p p{
	margin: 0;
}

/* .banner_spec img{
	width: 100%;
} */

.bg_f{
	background: #fff;
}

.bg_f5{
	background: #f5f5f5;
}

.title_spec{
	width: 596px;
	padding-top: 30px;
	/* height: 150px; */
	position: relative;
	text-align: center;
}

.title_spec h2{
	text-align: center;
	font-size: 40px;
	line-height: 84px;
	color: #7242d4;
	/* background-color: #7242d4; */
	border: solid 1px #ababab;
}

.title_spec h3{
	display: inline-block;
	background: #fff ;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #2f2f2f;
	margin-top: -13px;
	border-left: solid 1px #ababab;
	border-right: solid 1px #ababab;
}

.title_spec em{
	position: absolute;
	width: 35px;
	height: 35px;
	font-size: 0;
	line-height: 1.0;
	top: 5px;
	left: 50%;
	margin-left: -17px;
}

.tis_01 em{
	background: url(../images/title_no_01.png) center no-repeat;
	
}

.tis_02 em{
	background: url(../images/title_no_02.png) center no-repeat;
}

.tis_03 em{
	background: url(../images/title_no_03.png) center no-repeat;
}

.tis_04 em{
	background: url(../images/title_no_04.png) center no-repeat;
}

.tis_05 em{
	background: url(../images/title_no_05.png) center no-repeat;
}

/* 第一部分 */

.colspeca{
	text-align: center;
	margin-bottom: 0.25rem;
}

.colspeca h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #2f2f2f;
	margin-top: 17px;
	margin-bottom: 26px;
}

.csa_box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.csa_item{
	width: 400px;
	height: 306px;
	flex: 1 1 auto;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.csa_i01{
	background: url(../images/colspeca_01.jpg) center no-repeat;
}

.csa_i02{
	background: url(../images/colspeca_02.jpg) center no-repeat;
}

.csa_i03{
	background: url(../images/colspeca_03.jpg) center no-repeat;
}

.csa_i04{
	background: url(../images/colspeca_04.jpg) center no-repeat;
}

.csa_i05{
	background: url(../images/colspeca_05.jpg) center no-repeat;
}

.csa_i06{
	background: url(../images/colspeca_06.jpg) center no-repeat;
}

.csa_imask{
	position: absolute;
	z-index: 1;
	width: 400px;
	height: 0;
	bottom: 0;
	filter: opacity(0.85);
	-webkit-filter:opacity(0.85);
	background: rgba(38,23,67,0.85);
	transition: all 0.2s linear;
	/* -webkit-transition: all 0.2s linear; */
}

.csa_item:hover .csa_imask{
	height: 306px;
}

.csa_itext{
	text-align: left;
	position: relative;
	filter: opacity(0);
	-webkit-filter:opacity(0);
	z-index: 3;
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 45px;
	transition: all 0.2s linear;
}

.csa_item:hover .csa_itext{
	filter: opacity(1);
	-webkit-filter:opacity(1);
}

.csa_itext h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #f4f0fb;
	margin-bottom: 12px;
}

.csa_itext p{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
}

.csa_itext p b{
	font-size: 36px;
	font-style: italic;
}

/* 第二部分 */

.colspecb{
	margin-top: 45px;
	padding-bottom: 45px;
}

.csb_box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.csb_box dl{
	/* flex: 1 1 auto;
	-webkit-flex: 1 1 auto; */
	border: solid 1px #dedede;
}

.csb_box dl dt{
	width: 291px;
	height: 153px;
}

.csb_box dl dt img{
	display: block;
	width: 100%;
}

.csb_box dl dd{
	padding-top: 15px;
	width: 291px;
	height: 410px;
	text-align: center;
}

.csb_box dl dd h3{
	display: inline-block;
	vertical-align: top;
	width: 231px;
	height: 43px;
	background: url(../images/bg_case_title.jpg) center no-repeat;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
}

.csb_box dl dd h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #3b3b3b;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 20px;
}

.csb_box dl dd p{
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	color: #3b3b3b;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.csb_box dl dd p span{
	display: inline-block;
	vertical-align: text-bottom;
	text-align: center;
	width: 111px;
	height: 30px;
	line-height: 30px;
	background-color: #6a3dc4;
	color: #fff;
	margin-right: 6px;
}

.btn_spec{
	margin-left: auto;
	margin-right: auto;
	width: 403px;
	height: 59px;
	background: url(../images/btn_bg_spec.png) center no-repeat;
	background-size: cover;
}

.btn_spec a{
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	margin-left: 35px;
	color: #ffffff;
	text-shadow: 1px 2px 3px 
		rgba(0, 0, 0, 0.59);
}

/* 第三部分 */

.bg_purple{
	background-color: #8257d9;
}

.colwide{
	padding-top: 35px;
	padding-bottom: 20px;
}

.colspecc{
	
}

.colspecc h2{
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	color: #ffffff;
	vertical-align: text-bottom;
	margin-bottom: 24px;
	text-align: center;
}

.colspecc h2 b{
	font-size: 41px;
	color: #fff100;
	vertical-align: text-bottom;
}

.csc_box{
	/* height: 340px; */
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.csc_box h3{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	width: 566px;
	height: 39px;
	background-color: #8257d9;
	border-radius: 15px;
	margin-bottom: 33px;
}

.csc_box ul{
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

.csc_box ul li{
	font-size: 20px;
	line-height: 32px;
	color: #505050;
}

.csc_box ul li b{
	font-size: 28px;
	color: #ff6501;
	font-family: Impact;
}

/*.csc_box ul li:before{
	content: "";
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 8px;
}*/

/*.csc_box ul li:nth-child(1):before{
	background: url(../images/icon_no_01.png) center no-repeat;
}

.csc_box ul li:nth-child(2):before{
	background: url(../images/icon_no_02.png) center no-repeat;
}*/

.csc_boxin{
	width: 1140px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-dashed.png) repeat;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}

.csc_boxin p{
	padding: 12px 20px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #505050;
	text-align: left;
}

.csc_boxin p b{
	color: #ff6501;
}

.colspecbc{
	padding-top: 27px;
	padding-bottom: 27px;
}

.btn_s1{
	width: 472px;
	background: url(../images/btn_bg_spec1.png) center no-repeat;
	/* background-size: 100% 100%; */
}

/* 第四部分 */

.colspecd{
	padding-top: 50px;
	padding-bottom: 20px;
	background: url(../images/doctor_thumb_00.png) no-repeat ;
	background-position: -10px 130px;
}

.csd_boxa{
	width: 800px;
	height: auto;
}

.csd_boxa_top{
	width: 633px;
	height: 245px;
	background-color: #ffffff;
	border: solid 3px #7242d4;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 12px -12px 0 #7242d4;
	-moz-box-shadow: 12px -12px 0 #7242d4;
	box-shadow: 12px -12px 0 #7242d4;
	position: relative;
}

.csd_boxa_top:before,.csd_boxa_top:after{
	
	position: absolute;
	display: block;
	width: 35px;
	height: 25px;
}

.csd_boxa_top:before{
	content: "";
	top: 54px;
	left: 30px;
	background: url(../images/quote_remind_left.png) center no-repeat;
}

.csd_boxa_top:after{
	content: "";
	/* top: 54px;
	left: 30px; */
	right: 28px;
	bottom: 24px;
	background: url(../images/quote_remind_right.png) center no-repeat;
}

.csd_boxa_top h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #7242d4;
	margin-top: 25px;
	margin-left: 100px;
	margin-bottom: 20px;
	
}

.csd_boxa_top p{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #323232;
	text-indent: 2em;
	padding-left: 50px;
	padding-right: 40px;
}

.csd_boxa_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.csd_boxa_list dl{
	/* flex: 1 1 auto;
	-webkit-flex: 1 1 auto; */
	width: 254px;
	height: auto;
	
}

.csd_boxa_list dl dt{
	width: 254px;
	height: 225px;
	position: relative;
}

.csd_boxa_list dl dt img{
	display: block;
	width: 100%;
}

.csd_boxa_list dl dt em{
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1f0144;
	filter: opacity(0.37);
	-webkit-filter: opacity(0.37);
}

.csd_boxa_list dl dt p{
	position: absolute;
	padding-top: 90px;
	padding-left: 60px;
	padding-right: 60px;
	top: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
}

.csd_boxa_list dl dd{
	background-color: #7242d4;
	padding-top: 16px;
	height: 286px;
	text-align: center;
}

.csd_boxa_list dl dd h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 18px;
}

.csd_boxa_list dl dd p{
	padding-left: 20px;
	padding-right: 15px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
}

/* 第五部分 */

.colspece{
	margin-top: 70px;
	margin-bottom: 60px;
	height: 318px;
	background: url(../images/bg_tag_five.jpg) center no-repeat;
}

.colspece ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	height: 318px;
}

.colspece ul li{
	width: 180px;
	
}

.colspece ul li:nth-child(3){
	width: 200px;
}

.colspece ul li:nth-child(5){
	width: 165px;
}

.colspece ul li:nth-child(odd){
	align-self: flex-end;
}

.colspece ul li h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	color: #7242d4;
}

.colspece ul li p{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #323232;
}

/* 第六部分 */

.colspecf{
	margin-bottom: 45px;
}

.spec_slide{
	overflow: hidden;
	z-index: 0;
}

.spec_slide_bd{}

.spec_slide_bd ul{
	overflow: hidden;
	zoom: 1;
}

.spec_slide_bd ul li{
	
}

.spec_doc_txt{
	padding-left: 110px;
	padding-top: 75px;
	width: 680px;
	position: relative;
}

.spec_doc_txt h6{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #3d3d3d;
}

.spec_doc_txt h3{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.0;
	color: #7242d4;
	margin-bottom: 10px;
}

.spec_doc_txt h3 em{
	margin-right: 15px;
	font-weight: bold;
}

.spec_doc_txt h3 span{
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #3d3d3d;
}

.spec_doc_txt dl{
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #3d3d3d;
}

.spec_doc_txt dl dt{
	float: left;
}

.spec_doc_txt dl dt em{
	color: #7242d4;
}

.spec_doc_txt dl dd{
	padding-left: 130px;
}

.spec_doc_txt p{
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	color: #3d3d3d;
	/* width: 610px; */
}

.btn_reg{
	margin-left: auto;
	margin-right: auto;
	width: 410px;
	height: 59px;
	background-color: #7242d4;
	border-radius: 30px;
	overflow: hidden;
	border: 4px solid #7242d4;
	text-align: center;
	margin-top: 30px;
}

.btn_reg a{
	text-align: center;
}

.btn_reg a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
}

.btn_reg a b{
	float: right;
	font-size: 28px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: -3px;
	color: #7242d4;
	width: 150px;
	height: 50px;
	border-radius: 24px;
	background-color: #ffffff;
}
 
.spec_doc_img{
	width: 516px;
	height: 634px;
}
 
.spec_doc_img img{
	display: block;
	width: 100%;
}
 
.spec_slide_hd{
	height: 170px;
	margin-top: -20px;
}
 
.spec_slide_hd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 170px;
}

.spec_slide_hd ul li{
	box-sizing: content-box;
	width: 206px;
	height: 107px;
	padding-right: 16px;
	background-color: #e7e7e7;
	position: relative;
	cursor: pointer;
	transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	/* align-content: flex-end ; */
}

.spec_slide_hd ul li:hover,.spec_slide_hd ul li.on{
	margin-bottom: 20px;
}

.spec_slide_hd ul li h4{
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #7242d4;
	text-align: right;
	padding-top: 25px;
}

.spec_slide_hd ul li p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #585858;
	text-align: right;
}

.spec_doc_simg{
	position: absolute;
	bottom: 0;
	left: -7px;
	width: 120px;
	height: 150px;
}

.spec_doc_simg img{
	display: block;
	width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2){

}

@media only screen and (-webkit-min-device-pixel-ratio:3){

}
