﻿
.contact .header {
    height: 418px;
    padding-top: 155px;
    background: url("../image/contact_header_bg.png") left top/100% 100% no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.contact .header .title {
    font-weight: 600;
    font-size: 58px;
    line-height: 81px;
}

.contact .header .message {
    margin-top: 19px;
    font-size: 22px;
    line-height: 30px;
}

.contact .section1 {
    background: url("../image/contact_section1_bg.png") left top/100% 100% no-repeat;
}

.contact .section1 .section-main {
    width: 1200px;
    padding: 80px 0 90px;
    margin: 0 auto;
}

.contact .section1 .section-head .title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
}

.contact .section1 .section-head .subtitle {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
}

.contact .section1 .section-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 69px;
}

.contact .section1 .company {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.contact .section1 .address {
    margin-top: 16px;
    font-size: 15px;
    line-height: 15px;
    color: #888888;
}

.contact .section1 .address div~div {
    margin-top: 10px;
}

.contact .section1 .attribute {
    margin-top: 35px;
}

.contact .section1 .attribute .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 62px;
    padding-left: 88px;
    margin-top: 33px;
    background-position: left center;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
}

.contact .section1 .attribute .item1 {
    background-image: url("../image/contact_section1_icon1.png");
}

.contact .section1 .attribute .item2 {
    background-image: url("../image/contact_section1_icon2.png");
}

.contact .section1 .attribute .item3 {
    background-image: url("../image/contact_section1_icon3.png");
}

.contact .section1 .attribute .item4 {
    background-image: url("../image/contact_section1_icon4.png");
}

.contact .section1 .attribute .item div:last-child {
    margin-top: 11px;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
}

.contact .section1 .section-foot {
    display: flex;
    margin-top: 79px;
}

.contact .section1 .qrcode {
    flex: none;
    width: 242px;
    height: 262px;
    padding-top: 37px;
    border-radius: 6px;
    margin-right: 77px;
    background-color: #FFFFFF;
}

.contact .section1 .qrcode img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.contact .section1 .qrcode .title {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.contact .section1 .qrcode .message {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

.section3 {
	height: 602px;
	background-image: url('http://localhost:8067/template/gongxiaotu/images/index_section3_bg.png');
	background-size: cover;
}

.section3 .service {
	width: 250px;
	height: 244px;
	border: 1px solid #FFFFFF;
	background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.0700);
	border-radius: 2px;
	cursor: pointer;
	transition: all 1s;
}

.section3 .active {
	width: 400px;
	background: #2A7EFB;
	color: #fff;
	/* background-image: url('../images/baozhang_bg.png'); */
	background-size: 124px 124px;
	background-position: right top;
	background-repeat: no-repeat;
}

.service_content img {
	width: 30px;
}

.service_content .service_title {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 18px;
	color: #FFFFFF;
	margin: 20px 0 24px;
}

.service_content .sm_line {
	width: 22px;
	height: 3px;
	background-color: #fff;
}

.service_content .service_desc {
	width: 308px;
	height: 46px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 20px;
}
.grid_box_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-gap: 10px;
}
.xcfg{
    width: 100%;
    margin: 0 auto;
}





.criteria .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}
.criteria .section-head {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}
.criteria .section-body {
    margin-top: 80px;
}
.criteria ul {
    list-style: none;
}


.criteria .section5 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 1220px;
}

.criteria .section5 li {
    flex: none;
    width: 226px;
    height: 230px;
    padding: 41px 17px 0;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 0 18px 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.criteria .section5 li:hover {
    box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0.18);
}

.criteria .section5 img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.criteria .section5 li div:nth-child(2) {
    margin: 15px 0 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}


.criteria .section7,
.criteria .section9 {
    background-color: #F7F9FB;
}

.criteria .section7 .section-main,
.criteria .section8 .section-main,
.criteria .section9 .section-main,
.criteria .section10 .section-main {
    display: flex;
    width: auto;
    height: 500px;
    padding: 62px 0;
}

.criteria .section7 .section-main>div,
.criteria .section8 .section-main>div,
.criteria .section9 .section-main>div,
.criteria .section10 .section-main>div {
    flex: 1;
    margin: 0 42px;
}

.criteria .section7 .text,
.criteria .section9 .text {
    text-align: right;
}

.criteria .section8 .text,
.criteria .section10 .text {
    text-align: left;
}

.criteria .section8 .section-main>div:first-child,
.criteria .section10 .section-main>div:first-child {
    text-align: right;
}

.criteria .section7 .text-main,
.criteria .section8 .text-main,
.criteria .section9 .text-main,
.criteria .section10 .text-main {
    display: inline-block;
    min-width: 600px;
    padding: 119px 0 0 90px;
    background: url("../image/criteria_section7_bg.png") 90px 26px/50px 58px no-repeat;
    text-align: left;
}

.criteria .section8 .text-main {
    background-image: url("../image/criteria_section8_bg.png");
}

.criteria .section9 .text-main {
    background-image: url("../image/criteria_section9_bg.png");
}

.criteria .section10 .text-main {
    background-image: url("../image/criteria_section10_bg.png");
}

.criteria .section7 .title,
.criteria .section8 .title,
.criteria .section9 .title,
.criteria .section10 .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    color: #333333;
}

.criteria .section7 ul,
.criteria .section8 ul,
.criteria .section9 ul,
.criteria .section10 ul {
    margin-top: 21px;
    counter-reset: ul;
}

.criteria .section7 li,
.criteria .section8 li,
.criteria .section9 li,
.criteria .section10 li {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
    color: #757F9F;
}

.criteria .section7 li::before,
.criteria .section8 li::before,
.criteria .section9 li::before,
.criteria .section10 li::before {
    counter-increment: ul;
    content: counter(ul, disc);
    margin-right: 12px;
    color: #2A7EFC;
}

.criteria .section7 img,
.criteria .section8 img,
.criteria .section9 img,
.criteria .section10 img {
    display: inline-block;
    width: 600px;
    height: 376px;
}

.criteria .section6 {
    background: url("../image/criteria_section6_bg.jpg") center/cover no-repeat;
}

.criteria .section6 .section-main {
    display: flex;
    justify-content: center;
    width: auto;
}

.criteria .section6 img {
    display: none;
    width: 240px;
    height: 520px;
}

.criteria .section6 img:first-child {
    display: block;
}

.criteria .section6 .section-main>div:first-child {
    width: 328px;
    height: 578px;
    background: url("../image/criteria_section6_left.png") left top/100% 100% no-repeat;
}

.criteria .section6 .section-main>div:last-child {
    width: 779px;
    padding: 41px 0 0 130px;
}

.criteria .section6 .section-main>div>div:only-child {
    width: 240px;
    height: 520px;
    margin: 23px auto 0;
    overflow: hidden;
}

.criteria .section6 .title {
    position: relative;
    padding-bottom: 24px;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
}

.criteria .section6 .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: linear-gradient(270deg, #F6FF8D 0%, #35DBDB 100%);
}

.criteria .section6 .message {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.criteria .section6 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 67px;
}

.criteria .section6 li {
    flex: none;
    width: 206px;
    height: 56px;
    margin: 0 10px 30px 0;
    text-align: left;
    padding: 0 20px;
    font-size: 18px;
    line-height: 56px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.criteria .section6 .iconfont {
    margin-right: 14px;
    font-size: 20px;
}

.criteria .section6 li.active {
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
    color: #2A7EFC;
}