body {
	background-color: #f8f8f8;
}
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1396px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.empty-header {
    width: 100%;
    height: 100px;
}

.header {
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 4px 10px 0px rgba(0, 72, 129, 0.1);
}

.center {
    justify-content: center;
    align-items: center;
}

.header-container,
.header-logo {
    height: 75px;
    justify-content: center;
    align-items: center;
}

.header-span-1 {
    font-size: 24px;
    color: #001E36;
    font-weight: bold;
}

.header-img-1 {
    width: 45px;
    height: 40px;
    margin-right: 10px;
}

.header-a {
    width: 80px;
    height: 20px;
    font-size: 18px;
    color: #001E36;
    font-weight: bold;
    margin-right: 60px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.header-contact {
    width: 200px;
    height: 50px;
    background: #2074fa;
    border-radius: 25px;
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-left: 90px;
    text-align: center;
}

.swiper-outside {
    width: 100%;
}

.swiper-inside {
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 60px 30px 50px;
    box-shadow: 0px 4px 10px 5px rgb(0 72 129 / 10%);
	background: linear-gradient(167deg, #f9f9f9, #ffffff, #cceff5);
}

.swiper-outside .swiper {
    width: 492px;
    height: 550px;
}

.swiper-outside .slide-right {
    width: 492px;
    height: 550px;
}

.left-1 {
    height: 106px;
}

.left-1 img {
    width: 86px;
    height: 86px;
    margin-top: 10px;
}

.left-2 {
    height: 110px;
    line-height: 110px;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.left-2-1 {
    height: 50px;
    line-height: 20px;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.left-3 {
    height: 64px;
    font-size: 45px;
    color: #ffffff;
    line-height: 64px;
    font-weight: bolder;
	text-shadow: 0 0 4px #2074fa, 0 0 4px #ff0000, 0 0 4px #2074fa, 0 0 4px #2074fa, 0 0 4px #2074fa, 0 0 4px #ff0000, 0 0 4px #2074fa;
}

.left-4 {
    margin-top: 10px;
    line-height: 46px;
    color: #000000;
    font-size: 24px;
}

.left-5 {
    margin-top: 70px;
    align-items: center;
}

.left-5 a:nth-of-type(1) {
    width: 240px;
    height: 70px;
    background: #1473E6;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 27px;
}

.left-5 a:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    width: 120px;
}

.left-5 a:nth-of-type(2) img {
    width: 28px;
    height: 28px;
    margin-right: 7px;
}

.left-6 {
    line-height: 25px;
    height: 25px;
    font-size: 16px;
    color: #262626;
    margin-top: 20px;
}

.goods {
    width: 100%;
/*     height: 1900px; */
    margin-top: 30px;
}

.goods-container {
/*     height: 1900px; */
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 4px 10px 5px rgb(0 72 129 / 10%)
}

.goods-title {
    height: 60px;
    font-size: 40px;
    color: #0D0D25;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
}

.goods-desc {
    height: auto;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    margin-top: 35px;
    padding: 0 5%;
    font-weight: bold;
	color: #333333;
}

.goods-desc span {
    color: #FF0000;
}

.goods-list {
    margin-top: 35px;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.goods-item {
    align-items: center;
    width: 410px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 27, 48, 0.15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    margin: 0px 16px 10px 18px;
    margin-bottom: 50px;
	background: linear-gradient(167deg, #f9f9f9, #ffffff, #cceff5);
}

.goods-img {
    width: 70px;
    height: 70px;
}

.goods-name {
    height: 35px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 24px;
    color: #0D0D25;
    font-weight: bold;
}

.goods-name span {
    color: #ff0000;
}

.goods-tip-1,
.goods-tip-2 {
    height: 38px;
    line-height: 38px;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.goods-tip-3 {
    height: 40px;
    line-height: 40px;
    color: #0D0D25;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.goods-button {
    margin-top: 10px;
    width: 240px;
    line-height: 50px;
    background: #2074fa;
    border-radius: 10px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.appraise {
    margin-top: 30px;
    width: 100%;
    height: 680px;
}

.appraise-container {
    border-radius: 20px 20px 20px 20px;
    height: 680px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 40px;
	box-shadow: 0px 4px 10px 5px rgb(0 72 129 / 10%)
}

.appraise-title {
    height: 40px;
    line-height: 40px;
    font-size: 45px;
    color: #0D0D25;
    font-weight: bold;
    padding-top: 35px;
    text-align: center;
}

.appraise-desc {
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
    color: #000000;
}

.appraise-item {
    margin-left: 10px;
    margin-right: 10px;
    height: 345px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.appraise-item:nth-of-type(1) {
    margin-top: 150px;
    background: #F5EBFE;
/*     border: 2px solid #D1C0E1; */
}

.appraise-item:nth-of-type(3) {
    margin-top: 150px;
    background: #EBEDFF;
/*     border: 2px solid #6F6FB6; */
}

.appraise-item:nth-of-type(2) {
    margin-top: 70px;
    background: #FEF5E6;
/*     border: 2px solid #CFA97E; */
}

.appraise-item:nth-of-type(4) {
    margin-top: 70px;
    background: #FDE7F1;
/*     border: 2px solid #CE85A0; */
}

.appraise-item-img {
    width: 38px;
    height: 38px;
}

.appraise-item-tip-1 {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
}

.appraise-item-tip-2 {
    line-height: 24px;
    font-size: 18px;
    color: #000000;
    margin-top: 13px;
}

.evaluate {
    margin-top: 30px;
    width: 100%;
}

.evaluate-container {
    border-radius: 20px 20px 20px 20px;
    height: 750px;
    background-color: #F4F4F4;
}

.evaluate-title {
    height: 60px;
    line-height: 60px;
    font-weight: bolder;
    color: #0D0D25;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 60px;
    font-size: 40px;
}

.evaluate .swiper {
    width: 1300px;
}

.evaluate .swiper-slide {
    height: 530px;
    background: #FFFFFF;
    box-shadow: 4px 7px 20px 0px rgba(0, 72, 129, 0.1);
    border-radius: 10px;
}

.evaluate-item-desc {
    padding: 93px 37px 0 46px;
    line-height: 46px;
    color: #0D0D25;
    font-size: 22px;
    font-weight: bold;
}

.evaluate-item-detail {
    height: 100px;
    padding: 0 50px 50px 50px;
}

.evaluate-item-detail img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.detail-name {
    height: 45px;
    line-height: 45px;
    color: #0D0D25;
    font-weight: bold;
    font-size: 24px;
}

.detail-profession {
    height: 23px;
    line-height: 23px;
    color: #9d9d9d;
}

.QandA {
    width: 100%;
    height: auto;
}

.QandA-container {
    height: 100%;
    background-color: #ffffff;
}

.QandA-title {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #0d0d0d;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}

.QA-list {
    margin-top: 70px;
    padding: 50px;
}

.QA-item {
    margin-bottom: 30px;
    box-shadow: 4px 7px 20px 0px rgba(0, 72, 129, 0.2);
}

.question {
    height: 84px;
    padding: 0 20px 0 36px;
    font-size: 24px;
    line-height: 84px;
    color: #30323D;
    background-color: #ffffff;
    font-weight: bold;
}

.active .question {
    background-color: #1473E6;
    color: #ffffff;
}

.active .question img {
    display: none;
}

.answer {
    padding: 45px 36px;
    background-color: #ffffff;
    line-height: 44px;
    font-size: 20px;
    color: #878991;
    display: none;
}

.active .answer {
    display: block;
}

.question img {
    cursor: pointer;
}

.fotter-container {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    margin-top: 30px;
	box-shadow: 0px 4px 10px 5px rgb(0 72 129 / 10%)
}

.fotter-img {
    width: 100px;
    height: 100px;
    padding-top: 30px;
}

.fotter-title {
    font-size: 30px;
    font-weight: bold;
    color: #0d0d0d;
    margin-top: 15px;
}

.fotter-desc {
    font-size: 18px;
    color: #0d0d25;
    margin-top: 15px;
}

.fotter-button {
    width: 240px;
    height: 70px;
    line-height: 70px;
    background: #2074fa;
    border-radius: 35px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
}

.fotter-empty-1 {
    width: 100%;
    height: 8px;
    margin-top: 20px;
    background: url(../picture/fotter-empty-1.png) no-repeat center center;
    background-size: cover;
}

.footer-href {
    width: 100%;
    height: 50px;
}

.footer-href span {
    margin-right: 50px;
}

.footer-href a {
    font-size: 24px;
    color: #000000;
    margin-top: 35px;
}

.footer-href a img {
    height: 30px;
    margin-right: 10px;
}

.fotter-tip-1 {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
    margin-top: 56px;
}

.fotter-tip-2 {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
}

.video-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.video-mask-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.close-mask {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 100px;
    top: 100px;
    cursor: pointer;
}

.video {
    width: 1000px;
    height: 600px;
}

.video-mask.show {
    display: block;
}