@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; */
    background-color: #EFF6F8;
}

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/canada_11/bg_02.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    padding: 40px 0;
    /* margin-top: 3%; */
    background-color: #FFF5F2;
}

.content_01 h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2%;
}

.content_01 h2 span {
    font-weight: bold;
    color: #E00000;
}

.content_01 .pOne {
    background-image: url(/views/pcTopic/canada_11/bg_01.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 80px;
    color: white;
    font-weight: bold;
    width: 70%;
    margin-left: 15%;
    font-size: 18px;
}

.content_01 .divOne {
    margin-top: 3%;
}

.content_01 .divOne .divCommon {
    width: 15%;
    height: 280px;
    background-color: white;
    margin-right: 1.6%;
    box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, .1), -2.5px -2.5px 15px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 20px;
}

.content_01 .divOne .divCommon img {
    width: 50%;
    margin-top: 2%;
}

.content_01 .divOne .divCommon p {
    text-align: left;
    /* line-height: 60px; */
}

.content_01 .divOne .divCommon h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10%;
    margin-bottom: 15%;
}

.content_01 .divOne .divCommon span {
    color: white;
    border-top: 2px solid #E00000;
    padding: 10px 40px;
}

.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_11/bg_03.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    /* margin-top: 3%; */
    /* background-color: #142143; */
}

.content_02 h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2%;
    color: #FFE689;
}

.content_02 h2 span {
    color: white;
    font-weight: bold;
    margin-left: 2%;
}

.content_02 .divOne {
    margin-top: 3%;
    background-color: #FFF5F2;
    padding: 20px;
}

.content_02 .divOne .div_one .divCommon {
    width: 49%;
    /* border: 2px solid red; */
    margin-right: 0.1%;
}

.content_02 .divOne .div_one .divCommon .divCon {
    border: 1px solid #E2E1DD;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.content_02 .divOne .div_one .divCommon .active {
    color: white;
    background: linear-gradient(to right, #FF0000, #E00000);
    border: none;
}

.content_02 .divOne .div_one .divCommon .divCon:hover {
    color: white;
    background: linear-gradient(to right, #FF0000, #E00000);
    border: none;
}

.content_02 .divOne .div_one .divCommon .divCon .imgTwo {
    display: none;
}

.content_02 .divOne .div_two {
    text-align: left;
}

.content_02 .divOne .div_two h3 {
    font-weight: bold;
    font-size: 20px;
    border-left: 5px solid #FF0000;
    padding-left: 20px;
}

.content_02 .divOne .div_two .pOne {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 120%;
}

.content_02 .divOne .div_two hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #D7C6C0;
    margin-bottom: 2%;
}

.content_02 .divOne .div_two h4 {
    color: #FF3335;
    font-size: 18px;
    font-weight: bold;
}

.content_02 .divOne .div_two .pCommon {
    margin-top: 1%;
}

.content_02 .divOne .div_two h5 {
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 5%;
}

.content_02 .divOne .div_two .pLastOne {
    cursor: pointer;
    background-color: #FF0000;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
}

.content_02 .divOne .div_two .pLastTwo {
    cursor: pointer;
    border: 1px solid #C8C5C0;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
}

.content_02 .divOne .div_two .itemCon {
    display: none;
}

.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: #FF0000;
    margin-left: 2%;
}

.content_03 .divOne {
    margin-top: 1%;
    margin-bottom: 3%;
}

.content_03 .divOne .divCommon {
    width: 19%;
    margin-right: 1%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #F0EFEE;
    cursor: pointer;
    text-align: center;
}

.content_03 .divOne .divCommon p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.content_03 .divOne .active {
    color: white;
    background-color: #FF0000;
}

.content_03 .divOne .divCommon:hover {
    color: white;
    background-color: #FF0000;
}

.content_03 .divCon .divCommon {
    position: relative;
    height: 240px;
}

.content_03 .divCon .divCommon img {
    width: 100%;
    height: 100%;
}

.content_03 .divCon .divCommon p {
    background-color: rgba(34, 34, 34, .6);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.content_03 .divTwoCon {
    display: none;
}

.content_03 .pLast {
    font-weight: bold;
    margin-top: 5%;
}

.content_03 .pLast span {
    font-weight: bold;
    color: white;
    background-color: #E00000;
    padding: 10px 30px;
    border-radius: 30px;
    margin-left: 3%;
    cursor: pointer;
}

.content_04 {
    background-image: url(/views/pcTopic/canada_11/bg_04.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    margin-top: 3%;
    /* background-color: #142143; */
}

.content_04 h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 3%;
    color: #FFE688;
}

.content_04 h2 span {
    color: white;
    font-weight: bold;
    margin-left: 2%;
}

.content_04 .divOne {
    margin-top: 2%;
}

.content_04 .divOne .divCommon {
    width: 16%;
    margin-right: 0.5%;
    height: 280px;
    padding: 0 20px;
}

.content_04 .divOne .divCommon h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFE688;
    margin-top: 10%;
    margin-bottom: 5%;
}

.content_04 .divOne .divCommon hr {
    height: 1px;
    border: none;
    border-top: 1px solid #FFE688;
    margin-bottom: 5%;
    width: 30%;
    margin-left: 35%;
}

.content_04 .divOne .divCommon p {
    color: white;
    margin-top: 5%;
    padding: 0 20px;
}

.content_04 .divOne .div_one {
    background-image: url(/views/pcTopic/canada_11/bg_05.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divOne .div_two {
    background-image: url(/views/pcTopic/canada_11/bg_06.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divOne .div_three {
    background-image: url(/views/pcTopic/canada_11/bg_07.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divOne .div_four {
    background-image: url(/views/pcTopic/canada_11/bg_08.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divOne .div_five {
    background-image: url(/views/pcTopic/canada_11/bg_09.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divOne .div_six {
    background-image: url(/views/pcTopic/canada_11/bg_10.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divTwo {
    margin-top: 3%;
    background-image: url(/views/pcTopic/canada_11/bg_11.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.content_04 .divTwo .divCon {}

.content_04 .divTwo .divCon .divCommon {
    width: 14%;
    color: white;
}

.content_04 .divTwo .divCon .divCommon h3 {
    font-size: 22px;
    font-weight: bold;
}

.content_04 .divTwo .divCon .divCommon .point {
    font-size: 55px;
    font-weight: bold;
}

.content_04 .divTwo hr {
    height: 1px;
    border: none;
    border-top: 1px solid white;
    margin-bottom: 5%;
    width: 10%;
    margin-left: 45%;
}

.content_04 .divTwo .divCon {
    position: relative;
    margin-top: 5%;
}

.content_04 .divTwo .divCon hr {
    height: 1px;
    border: none;
    border-top: 1px dashed white;
    margin-bottom: 5%;
    position: absolute;
    top: 41%;
    width: 100%;
    left: -50%;
}

.content_04 .divTwo .divCon .divCommon .pCommon {
    margin-top: 5%;
}

.content_04 .divTwo .hideCon {
    display: none;
}

.swiper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    /* background: #fff; */
    /* color: #444; */
    width: 200px;
    height: 500px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide p {
    margin-top: 2%;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    width: 100%;
}

#certify .swiper-slide p {
    margin-top: 2%;
    font-weight: bold;
}

.content_05 {
    margin-top: 3%;
    margin-bottom: 5%;
}

.content_05 h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2%;
}

.content_05 h2 span {
    font-weight: bold;
    color: #FF0000;
    margin-left: 2%;
}

.content_05 p {
    margin-top: 5%;
    font-size: 120%;
}

.open {
    background-color: white;
    cursor: pointer;
    border-radius: 100px;
    width: 1.8%;
    margin-left: 49%;
    margin-top: 5%;
}

.pOpen {
    color: white;
    cursor: pointer;
    margin-bottom: 5%;
}