@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;
}
.maincon div{
	width: 19%;
	background-color: #EDEDED;
	margin-right: 1%;
}
.maincon div p{
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;
}
.maincon div:hover{
	background-color: #0E5EA7;
	color: white;
}
.content_01{
	width: 100%;
	/*background-image: url(/views/pcTopic/england_01/bg_01.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
   	padding: 40px 0;*/
   	margin-top: 3%;
}
.content_01 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2%;
	position: relative;
}
.content_01 h2 span{
	font-weight: bold;
	color: #3455D1;
}
.content_01 h2 img{
	position: absolute;
	top: -32px;
    left: 39%;
    z-index: -1;
}
.content_01 .spanone{
	color: white;
	border-top: 1px solid #EC2A2A;
	padding: 0 20px;
}
.content_01 .divOne{
	margin-top: 3%;
}
.content_01 .divOne .divCommon{
	width: 19%;
	margin-right: 1%;
	box-shadow: 2.5px 2.5px 10px #EEEEEE,-2.5px -2.5px 10px #EEEEEE;
	height: 400px;
	padding: 10px;
}
.content_01 .divOne .divCommon h3{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content_01 .divOne .divCommon p{
	text-align: left;
	font-size: 120%;
	line-height: 2em;
}

.appointment{
	margin-top: 20px;
}
.appointment .userName{
	background-color: white;
	padding: 2% 0;
	width: 38%;
	font-size: 140%;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
}
.appointment .userPhone{
	background-color: white;
	padding: 2% 0;
	width: 38%;
	margin-left: 2%;
	font-size: 140%;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
}
.appointment .submit{
	background-color: #FED96F;
	padding: 2% 0;
	margin-left: 2%;
	width: 15%;
	font-size: 140%;
	border-radius: 10px;
	cursor: pointer;
	color: #780009;
	color: #890104;
}
.content_02{
	background-image: url(/views/pcTopic/maerta_04/bg_01.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
   	padding: 40px 0;
}
.content_02 h3{
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-image: url(/views/pcTopic/maerta_04/bg_02.png);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 10px 0;
    width: 60%;
    margin-left: 20%;
}
.content_02 table{
	background-color: white;
}
.content_02 table tr th{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 2em;
}
.content_02 table tr th img{
	margin-right: 2%;
}
.content_02 table tr td{
	height: 32px;
	font-size: 120%;
	line-height: 2em;
}
.content_02 table tr td p span{
	color: #EC2A2A;
}


.content_03{
	/*background-image: url(/views/pcTopic/england_01/bg_03.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
   	padding: 40px 0;*/
   	margin-top: 3%;
}
.content_03 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2%;
	position: relative;
}
.content_03 h2 span{
	font-weight: bold;
	color: #3455D1;
}
.content_03 h2 img{
	position: absolute;
	top: -32px;
    left: 39%;
    z-index: -1;
}
.content_03 .spanone{
	color: white;
	border-top: 1px solid #EC2A2A;
	padding: 0 20px;
}
.content_03 h3{
	background-color: #EC2A2A;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	padding: 5px 0;
	width: 30%;
	margin-bottom: 3%;
}
.content_03 p{
	font-size: 120%;
	line-height: 2em;
}

.content_04 {
	background-color: #F3F3F3;
    margin-top: 3%;
    padding: 40px 0;
}
.content_04 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2%;
	position: relative;
}
.content_04 h2 span{
	font-weight: bold;
	color: #3455D1;
}
.content_04 h2 img{
	position: absolute;
	top: -32px;
    left: 39%;
    z-index: -1;
}
.content_04 .spanone{
	color: white;
	border-top: 1px solid #EC2A2A;
	padding: 0 20px;
}
.content_04 .divOne .divCommon{
	width: 32%;
	margin-right: 1%;
	background-color: white;
	height: 500px;
	padding: 20px 10px;
	position: relative;
}
.content_04 .divOne .divCommon h3{
	font-size: 24px;
	font-weight: bold;
	color: #3355D3;
	margin-bottom: 3%;
}
.content_04 .divOne .divCommon p{
	font-size: 120%;
	line-height: 2em;
	text-align: left;
}
.content_04 .divOne .divCommon p span{
	font-size: 18px;
	font-weight: bold;
}
.content_04 .divOne .divCommon .pLast{
	border: 1px solid #E0DFDF;
	padding: 10px 0;
	cursor: pointer;
	font-size: 120%;
	line-height: 2em;
	margin-top: 2%;
	width: 50%;
	margin-left: 20%;
	text-align: center !important;
	position: absolute;
	bottom: 20px;
}
.content_04 a{
	color: #000000;
}
.content_05{
	margin-top: 3%;
}
.content_05 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2%;
	position: relative;
}
.content_05 h2 span{
	font-weight: bold;
	color: #3455D1;
}
.content_05 h2 img{
	position: absolute;
	top: -32px;
    left: 39%;
    z-index: -1;
}
.content_05 .spanone{
	color: white;
	border-top: 1px solid #EC2A2A;
	padding: 0 20px;
}
.content_05 .divOne{
	background-color: #3355D3;
	padding: 30px 0;
}
.content_05 .divOne h3{
	font-size: 30px;
	color: white;
	font-weight: bold;
	margin-bottom: 3%;
}
.content_06{
	background-image: url(/views/pcTopic/canada_08/bg_06.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    margin-top: 3%;
}
.content_06 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 3%;
	color: white;
}
.content_06 h2 span{
	color: #FED152;
	font-weight: bold;
}
.content_06 .divOne div{
	width: 24%;
	margin-right: 1%;
	padding: 10px;
	background-color: white;
	height: 400px;
}
.content_06 .divOne div p{
	font-size: 120%;
	text-align: left;
	line-height: 2em;
	margin-top: 3%;
	margin-bottom: 3%;
}
.content_06 .divOne div h3{
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	width: 90%;
	margin-left: 5%;
	margin-top: 10%;
	border: 1px solid #C3C3C3;
}
.content_06 .divOne div h3 img{
	margin-left: 2%;
	margin-right: 2%;
}
.content_06 .divOne div a{
	color: #444;
}
.content_06 .divOne div a:hover,focus,active{
	color: #444;
}
.content_06 .divTwo{
	margin-top: 2%;
}
.content_06 .divTwo div{
	width: 20%;
}
.content_06 .pLast{
	font-size: 22px;
	padding: 10px 0;
	width: 50%;
	margin-left: 25%;
	background-color: #FFEE5E;
	margin-top: 2%;
}
.content_06 a{
	color: #444;
}
.content_07{
	margin-top: 3%;
	margin-bottom: 5%;
}
.content_07 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2%;
}
.content_07 h2 span{
	font-weight: bold;
	color: #FE292D;
}
.content_07 .divOne{
	margin-top: 3%;
}
.content_07 .divOne div{
	width: 32%;
	margin-left: 1%;
	box-shadow: 2.5px 2.5px 10px #EEEEEE,-2.5px -2.5px 10px #EEEEEE;
	height: 300px;
	position: relative;
}
.content_07 .divOne div h3{
	background-image: url(/views/pcTopic/canada_08/icon_10.png);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: left;
    padding-left: 5px;
}
.content_07 .divOne div p{
	font-size: 120%;
	line-height: 2em;
	margin-top: 5%;
}
