@charset "utf-8";

/* 重置样式 */
body {
    background: #eee;
    padding-top: 0;
}

/* 预置样式 */
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* 内容居中布局 */
.content {
    width: 1140px;
    margin: 0 auto;
}

.area {
    margin-top: 60px;
}

.area .main-title {
    text-align: center;
    font-size: 44px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.area .sub-title {
    text-align: center;
    font-size: 24px;
    color: #404040;
    margin-top: 20px;
}

/* 轮播图 */
.swiper-container {
	/* 单独设置按钮颜色 */
	--swiper-navigation-color: #fff;
	--swiper-pagination-color: #fff;
}
.area .swiper-container img {
	display:block;
	width: 100%;
}

/* 产品概览 */
.area .product-preview {
    height: 299px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 54px;
}

.area .product-preview .item {
    width: 261px;
    height: 299px;
    float: left;
    margin-right: 32px;
    background-color: #fff;
}

.area .product-preview .item .name {
    text-align: center;
    background-color: #4382f0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 138px;
    font-size: 26px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.area .product-preview .item .name img {
    display: inline-block;

}

.area .product-preview .item .desc {
    background-color: #fff;
    height: 161px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
    font-size: 22px;
    color: #969696;
    text-align: center;
}

/* 优势 */
.area .advantage .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 54px;
}

.area .advantage .cards .item {
    float: left;
    text-align: center;
    margin-right: 30px;
    width: 360px;
    height: 350px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.area .advantage .cards .item .item-icon {
    margin-top: 30px;
    width: 100px;
}

.area .advantage .cards .item .label {
    font-size: 27px;
    color: #333;
    margin-top: 20px;
}

.area .advantage .cards .item .desc {
    font-size: 18px;
    color: #999;
    margin-top: 22px;
    padding: 0 36px;
    text-align: center;
}

.area .advantage .cards .item .demo-btn {
	position: absolute;
	bottom: 30px;
	color: #4382f0;
	font-size: 16px;
	border-bottom: 1px solid #4382f0;
	padding: 5px 0;
	cursor: pointer;
}

.area .advantage .list {
    margin-top: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.area .advantage .list .item {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 542px;
    height: 87px;
    margin-bottom: 12px;
    border: 1px solid #4382f0;
    border-left-width: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.area .advantage .list .item:nth-child(17),
.area .advantage .list .item:nth-child(18) {
    margin-bottom: 0;
}

.area .advantage .list .item .function {
    float: left;
    width: 80px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.area .advantage .list .item .function img {
    max-width: 42px;
    max-height: 42px;
}

.area .advantage .list .item .text {
    width: 442px;
    float: left;
}

.area .advantage .list .item .text .title {
    font-size: 20px;
    color: #4382f0;
}

.area .advantage .list .item .text .desc {
    font-size: 15px;
    color: #bdbdbd;
}

/* 实力 */
.area .strength {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 54px;
}

.area .strength .item {
    position: relative;
    width: 366px;
    height: 285px;
    float: left;
    margin-right: 21px;
}

.area .strength .item .bg {
    width: 100%;
    height: 100%;
}

.area .strength .item .hover {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.area .strength .item .hover span {
    color: #fff;
    margin-top: 120px;
    display: block;
}

.area .strength .item .hover .detail {
    width: 165px;
    height: 38px;
    line-height: 38px;
    background-color: #ddd;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin: 36px auto 0;
}

/* 工作环境与态度 */
.area .env {
    margin-top: 54px;
}

.area .env img {
    width: 100%;
    height: 100%;
    display: block;
}

.area .env .text {
    background-color: #4382f0;
    color: #fff;
    font-size: 30px;
    letter-spacing: 4px;
}

.area .env .text-1 {
    padding-left: 16px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.area .env .text-1 .sub {
    font-size: 27px;
    color: rgba(255, 255, 255, .8);
    margin-top: 20px;
}

.area .env .text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    letter-spacing: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 产品订购 */
.area .order {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.area .order .item {
    width: 355px;
    background-color: #fff;
    padding-bottom: 20px;
}

.area .order .item .top-border {
    height: 9px;
}

.area .order .item-blue .top-border {
    background-color: #00349a;
}

.area .order .item-green .top-border {
    background-color: #003399;
}

.area .order .item-orange .top-border {
    background-color: #e18a77;
}

.area .order .item .box {
    width: 355px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px 15px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.area .order .item .box .type {
    font-size: 30px;
}

.area .order .item .box .tip {
    margin-top: 15px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.area .order .item .box .price {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
}

.area .order .item-blue .box .price {
    color: #00349a;
}

.area .order .item-green .box .price {
    color: #4382f0;
}

.area .order .item-orange .box .price {
    color: #e18a77;
}

.area .order .item .box .price span {
    font-weight: 600;
    font-size: 42px;
}

.area .order .item .box .buy {
    display: block;
    width: 235px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: auto auto 20px auto;
    cursor: pointer;
}

.area .order .item-blue .box .buy {
    background-color: #00349a;
}

.area .order .item-green .box .buy {
    background-color: #4382f0;
}

.area .order .item-orange .box .buy {
    background-color: #e18a77;
}

.area .order .item .list {
    width: 355px;
    padding-top: 10px;
}

.area .order .item .list p {
    padding: 0 26px;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.area .order .item .list p img {
    margin-right: 28px;
}

.area .share {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.area .share .left {
	width: 50%;
	padding-right: 100px;
	padding-left: 26px;
}

.area .share .left .img-wrapper {
	height: 180px;
    background-size: cover;
    background-position: center;
}

.area .share .left .title {
	font-size: 22px;
	margin: 22px 0 20px;
}

.area .share .left .desc {
	color: #999;
	font-size: 16px;
	line-height: 1.5;
}

.area .share .right {
	width: 50%;
	padding-left: 100px;
	padding-right: 26px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.area .share .right::before {
	content: '';
    position: absolute;
    left: 0;
    top: 4%;
    border-left: 1px dashed #b3b3b3;
    height: 92%;
}

.area .share .right ul {
	list-style: none;
}

.area .share .right ul li {
	font-size: 18px;
	margin-top: 26px;
}

.area .share .right ul li:first-child {
	margin-top: 0;
}

.area .share .right ul li a:hover {
	color: #4382f0;
	text-decoration: underline;
}

/* 页面底部 */
.footer {
    margin-top: 195px;
    height: 355px;
    background-image: url('https://qtstatic.qingting123.com/img/product/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.footer .contact {
    position: relative;
    height: 150px;
}

.footer .contact .hover {
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin-left: -472.5px;
    width: 945px;
    height: 236px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px 2px rgba(115, 115, 115, .2);
    -moz-box-shadow: 0 0 8px 2px rgba(115, 115, 115, .2);
    box-shadow: 0 0 8px 2px rgba(115, 115, 115, .2);
    background-color: #fff;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .contact .hover .text {
	float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .contact .hover .text h3 {
    font-size: 34px;
    color: #1d274e;
}

.footer .contact .hover .text p {
    font-size: 16px;
    color: rgba(29, 39, 78, .6);
}

.footer .contact .hover .join {
    float: right;
    display: block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4382f0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.footer .contact .hover .qrcode {
	text-align: center;
}

.footer .contact .hover .qrcode h2 {
	color: #040e65;
    font-size: 26px;
}

.footer .contact .hover .qrcode img {
	margin-top: 10px;
}

.footer .bottom {
    width: 1140px;
    margin: 0 auto;
}

.footer .bottom h1 {
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 18px 0 18px;
}

.footer .bottom h1 a {
    color: #fff;
}

.footer .bottom .img-wrap {
    text-align: center;
    padding: 0 0 36px;
}

/*图片预览 */
.image-preview {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1010;
}

.image-preview img {
    max-width: 100%;
    max-height: 100%;
}