@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%;
}
.content_01 h2 span{
	font-weight: bold;
	color: #FE2A2B;
}
.content_01 .divOne{
	margin-top: 3%;
}
.content_01 .divOne .divone .divCommon{
	width: 45%;
	height: 125px;
	line-height: 125px;
	background-color: #016CA4;
	color: white;
	font-size: 18px;
	margin-right: 3%;
	cursor: pointer;
	margin-bottom: 2%;
}
.content_01 .divOne .divone .divCommon img{
	margin-left: 2%;
}
.content_01 .divOne .divtwo{
	background-image: url(/views/pcTopic/canada_09/bg_01.png);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 50px 20px;
    text-align: left;
}
.content_01 .divOne .divtwo {
	position: relative;
}
.content_01 .divOne .divtwo h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1%;
}
.content_01 .divOne .divtwo h4{
	font-size: 22px;
	font-weight: bold;
	color: #016CA4;
	margin-bottom: 1%;
}
.content_01 .divOne .divtwo h4 img{
	margin-right: 2%;
}
.content_01 .divOne .divtwo .pCommon{
	font-size: 120%;
	line-height: 2em;
	margin-bottom: 1%;
}
.content_01 .divOne .divtwo .pCommon img{
	margin-right: 2%;
}
.content_01 .divOne .divtwo .pOne{
	position: absolute;
	right: 13px;
	top: 20px;
	color: white;
	font-size: 22px;
	background-color: #FF3E3F;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 1%;
	padding: 10px 30px;
}
.content_01 .divOne .divtwo .pLast{
	margin-bottom: 1%;
	text-align: center;
}
.content_01 .divOne .divtwo .pLast .spanOne{
	font-size: 20px;
	color: white;
	padding: 10px 30px;
	border-radius: 20px;
	background-color: #016CA4;
	cursor: pointer;
}
.content_01 .divOne .divtwo .pLast .spanTwo{
	font-size: 20px;
	color: white;
	padding: 10px 30px;
	border-radius: 20px;
	background-color: #FF3E3F;
	cursor: pointer;
	margin-left: 3%;
}

.content_01 .divThree{
	background-image: url(/views/pcTopic/canada_09/bg_01.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
   	padding: 40px 0;
   	margin-top: 3%;
}
.content_01 .divThree h2{
	color: white;
}
.content_01 .divThree h2 span{
	color: #FED96F;
	font-weight: bold;
	margin-right: 3%;
}
.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: #016CA4;
	padding: 2% 0;
	margin-left: 2%;
	width: 15%;
	font-size: 140%;
	border-radius: 10px;
	cursor: pointer;
	color: white;
}
.content_02{
	/*background-image: url(/views/pcTopic/canada_08/bg_02.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;*/
   	padding: 40px 0;
   	margin-top: 3%;
   	background-color: #F7F7F7;
}
.content_02 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 1%;
}
.content_02 h2 span{
	color: #016CA4;
	font-weight: bold;
}
.content_02 .pOne{
	font-size: 120%;
	line-height: 2em;
	margin-bottom: 3%;
}
.content_02 .divOne .divCommon{
	width: 48%;
	margin-left: 2%;
	padding: 20px 15px;
}
.content_02 .divOne .div_one{
	border: 1px solid #016CA4;
	text-align: left;
}
.content_02 .divOne .div_two{
	border: 1px solid #FF3E3F;
	text-align: left;
}
.content_02 .divOne .div_one h3{
	font-size: 22px;
	font-weight: bold;
	color: #016CA4;
	margin-bottom: 5%;
	margin-top: 3%;
}
.content_02 .divOne .div_two h3{
	font-size: 22px;
	font-weight: bold;
	color: #FF3E3F;
	margin-bottom: 5%;
	margin-top: 3%;
}
.content_02 .divOne h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3%;
	margin-top: 10%;
}
.content_02 .divOne .pCommon{
	font-size: 120%;
	line-height: 2em;
}
.content_02 .divOne .div_one .pLast{
	background-color: #016CA4;
	color: white;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 20px;
	position: relative;
	right: -44px;
	top: 50px;
}
.content_02 .divOne .div_two .pLast{
	background-color: #FF3E3F;
	color: white;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 20px;
	position: relative;
	right: -44px;
	top: 50px;
}
.content_02 .divOne .divRight{
	width: 50%;
	margin-left: 14%;
}
.content_03{
	background-image: url(/views/pcTopic/canada_09/bg_02.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%;
}
.content_03 h2 span{
	font-weight: bold;
	color: #FEE98D;
}
#wheel .swiper-slide{
	background-color: white;
	height: 380px;
	padding: 20px 15px;
	position: relative;
}
#wheel .swiper-slide img{
	width: 100%;
}
#wheel .swiper-slide p{
	font-size: 120%;
	line-height: 2em;
	margin-bottom: 3%;
	text-align: left;
}
#wheel .swiper-slide .pLast{
	border: 1px solid #C7C7C7;
	padding: 10px 30px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	width: 80%;
	margin-left: 5%;
}
#wheel .swiper-slide .pLast img{
	margin-right: 15%;
	width: 10%;
}
#wheel .swiper-slide a{
	color: #444;
}
.content_03 .pTwo{
	background-color: #01679D;
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 10px;
	width: 30%;
	margin-left: 35%;
	border-radius: 30px;
	position: relative;
	top: 50px;
}

.content_04 {
	/*background-image: url(/views/pcTopic/canada_08/bg_05.jpg);
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;*/
    margin-top: 3%;
}
.content_04 h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 3%;
	color: white;
}
.content_04 h2 span{
	color: #FFF68F;
	font-weight: bold;
}
.content_04 .divTwo{
	background-color: #016CA4;
	padding: 30px 20px;
	margin-top: 2%;
}
.content_04 .divThree{
	margin-top: 3%;
}
.content_04 .divThree div{
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	height: 200px;
}
.content_04 .divThree div .pOne{
	font-size: 36px;
	color: #FF383B;
}
.content_04 .divThree div .pTwo{
	font-size: 25px;
	margin-top: 3%;
}
.content_04 .pCenter{
	font-size: 22px;
	color: #FF383B;
	margin-top: 2%;
	margin-bottom: 2%;
}
.content_04 .divFour{
	margin-top: 3%;
	margin-bottom: 5%;
}

