@charset "utf-8";
body{
	width: 100%;
	font-family: "Microsoft YaHei", 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
a{
	text-decoration: none;
	color: white;
}
a:hover{
	color: white;
}
ul li{
	list-style: none;
}
h2 {
	font-size: 30px;
	font-weight: bold;
}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.peripheral{
	margin: 0 auto;
	width: 100%;
	/*height: 100%;*/
}
.middlePart{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	/*
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;*/
}
.banner img{
	width: 100%;
}
.center{
	text-align: center;
}
.content_01{
	width: 100%;
	/*background-image: url(/views/pcTopic/brooklyn_01/bg_01.png);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;*/
   	margin-top: 3%;
}
.content_01 h2{
	font-size: 30px;
	font-weight: bold;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-top: 5%;
}
.content_01 h2 span{
	color: #F74545;
	font-weight: bold;
}
.content_01 .pOne{
	font-size: 120%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.content_01 .divOne{
	
}
.content_01 .divOne .divCommon{
	width: 18%;
	margin-left: 2%;
	height: 350px;
	border-radius: 30px;
	background-color: white;
	box-shadow: 2.5px 2.5px 15px rgba(0,0,0,.1),-2.5px -2.5px 15px rgba(0,0,0,.1);
	position: relative;
	padding: 0;
}
.content_01 .divOne .divCommon img{
	width: 100%;
}
.content_01 .divOne .divCommon h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10%;
	margin-top: 10%;
}
.content_01 .divOne .divCommon span{
	color: white;
	width: 50%;
	border-bottom: 2px solid #F74545;
	margin-top: 2%;
	margin-bottom: 5%;
	padding: 0 30px;
}
.content_01 .divOne .divCommon .pCommon{
	margin-top: 3%;
	margin-bottom: 3%;
	width: 80%;
	margin-left: 10%;
	font-size: 120%;
}
.content_01 .divOne .divCommon .divShow{
	display: none;
	background-color: #F74545;
	color: white;
	z-index: 999;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
	border-radius: 30px;
}
.content_01 .divOne .divCommon .divShow span{
	color: #F74545;
	border-bottom: 2px solid white;
	width: 50%;
	margin-bottom: 10%;
	padding: 0 30px;
}
.content_01 .divTwo{
	margin-top: 5%;
}
.appointment{
	margin-top: 20px;
}
.appointment input{
	background-color: #EFEFEF;
}
.appointment .userName{
	background-color: #EFEFEF;
	padding: 2% 0;
	width: 38%;
	font-size: 140%;
	border-radius: 30px;
	text-align: left;
    padding-left: 2%;
}
.appointment .userPhone{
	background-color: #EFEFEF;
	padding: 2% 0;
	width: 38%;
	margin-left: 2%;
	font-size: 140%;
	border-radius: 30px;
	text-align: left;
    padding-left: 2%;
}
.appointment .submit{
	background-color: #F73B3A;
	padding: 2% 0;
	margin-left: 2%;
	width: 15%;
	font-size: 140%;
	border-radius: 30px;
	cursor: pointer;
	color: white;
}
.content_02{
	background-color: #F2F2F2;
	margin-top: 3%;
	padding: 40px 0;
}
.content_02 h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content_02 h2 span{
	color: #F73B3A;
	font-weight: bold;
}

.content_03{
	margin-top: 5%;
}
.content_03 h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3%;
}
.content_03 h2 span{
	color: #F73B3A;
	font-weight: bold;
}
.content_03 .divOne p{
	font-size: 120%;
	line-height: 2em;
	text-align: left;
	margin-top: 5%;
}
.content_04{
	background-color: #F73B3A;
	margin-top: 3%;
	padding: 40px 0;
	position: relative;
}
.content_04 h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
	color: white;
}
.content_04 h2 span{
	color: #FFD867;
	font-weight: bold;
}
.content_04 .swiper-slide{
	box-shadow: 2.5px 2.5px 15px rgba(34,34,34,.1),-2.5px -2.5px 15px rgba(34,34,34,.1);
	background-color: white;
	border-radius: 20px;
	height: 520px;
	margin-top: 10px;
	padding: 20px 0;
	text-align: left;
}
.content_04 .swiper-slide h3{
	background-color: #F73B3A;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	width: 70%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
	left: -15px;
	margin-bottom: 35%;
}
.content_04 .swiper-slide .pLast{
	font-size: 120%;
	line-height: 2em;
	text-align: center;
}
.content_04 .swiper-slide .pOne{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5%;
}
.content_04 .swiper-slide .pCommon{
	font-size: 120%;
	line-height: 2em;
}
.content_04 .swiper-slide h4{
	font-size: 24px;
	color: #F73B3A;
	font-weight: bold;
	margin-top: 3%;
	margin-bottom: 3%;
}
.content_04 .pButton{
	font-size: 24px;
	background-color: #FED966;
	padding: 10px 0;
	width: 30%;
	margin-left: 15%;
	border-radius: 30px;
	position: absolute;
	bottom: -30px;
}

.content_05{
	margin-top: 3%;
}
.content_05 h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5%;
}
.content_05 h2 span{
	color: #F73B3A;
	font-weight: bold;
}
.content_05 .divOne .divCommon{
	box-shadow: 2.5px 2.5px 15px rgba(34,34,34,.1),-2.5px -2.5px 15px rgba(34,34,34,.1);
	width: 30%;
	margin-left: 2%;
	text-align: left;
	padding: 15px;
	border-radius: 15px;
}
.content_05 .divOne .divCommon h3{
	font-size: 22px;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
}
.content_05 .divOne .divCommon .pCommon{
	font-size: 120%;
	line-height: 2em;
	display: none;
}
.content_05 .divOne .divCommon .pCommon span{
	color: #F73B3A;
	margin-right: 2%;
}
.content_05 .divOne .divCommon .pLast{
	font-size: 120%;
	text-align: center;
	border: 1px solid #444444;
	padding: 15px 0;
	cursor: pointer;
	margin-top: 5%;
}
.content_05 .divTwo{
	margin-top: 5%;
}
.content_05 .divThree{
	margin-top: 3%;
}
.content_05 .divThree .divCommon{
	width: 15%;
	margin-left: 1%;
}
.content_05 .divThree .divCommon .imgTwo{
	display: none;
}
.content_05 .divThree .divCommon p{
	text-align: center;
	font-size: 120%;
	line-height: 2em;
	margin-top: 3%;
}
.content_05 .divThree .divCommon img{
	box-shadow: 2.5px 2.5px 15px rgba(34,34,34,.1),-2.5px -2.5px 15px rgba(34,34,34,.1);
}
.content_06{
	margin-top: 3%;
}
.content_06 h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
}
.content_06 h2 span{
	color: #3A5FAD;
	font-weight: bold;
}
.content_06 .divTwo{
	margin-top: 5%;
	background-color: #3A5FAD;
	padding: 40px 0;
	width: 100%;
}
.content_06 .divTwo h2{
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin-bottom: 2%;
}
.content_06 .divTwo h2 span{
	color: #FFD800;
	font-weight: bold;
}
.content_06 .divTwo p{
	color: white;
}
.content_06 .appointment{
	margin-top: 20px;
}
.content_06 .appointment .userName{
	background-color: white;
	padding: 2% 0;
	width: 38%;
	font-size: 140%;
	border-radius: 10px;
	text-align: left;
    padding-left: 2%;
}
.content_06 .appointment .userPhone{
	background-color: white;
	padding: 2% 0;
	width: 38%;
	margin-left: 2%;
	font-size: 140%;
	border-radius: 10px;
	text-align: left;
    padding-left: 2%;
}
.content_06 .appointment .submit{
	background-color: #FECF67;
	padding: 2% 0;
	margin-left: 2%;
	width: 15%;
	font-size: 140%;
	border-radius: 10px;
	cursor: pointer;
	color: #780009;
}


.dibuxx{ width:800px; height:auto; margin:0px auto; color:#999999; }
.dibuxx p{ text-align:left; line-height:35px;}
.dibuxx a{ color:#999999}
.suijilai{ width:300px; height:250px; float:left;}
.suijilai img{ width:163px; height:142px; margin:10px;}}


