:root {
    --main-color: #ff6702;
    --new-main-color: #ff6702;
    --main-color-hover: #f5c050;
    --default-text-color: #000;
    --default-text-color-tip: #5c5b5b;
    --default-text-color-desc: #a7a6a6;
    --default-width: 1200px;
    --default-size: 18px;
    --default-tit-size: 22px;
    --default-small-size: 16px;
    --title-size: 28px;
    --nav-font-size: 20px;
    --gg-tit-size: 38px;
    --title-color: #333;
    --img-border: 1px solid #ccc;
}
    /* 默认样式 */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}

body {
    font-family: "微软雅黑", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    /* background-color: #f0f0f0; */
    background-color: #fff;
    color: var(--default-text-color);
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grid{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.gap-10{
    grid-gap: 10px;

}
.gap-10 {
    grid-gap: 16px;
}
.gap-20{
    grid-gap: 20px;
}
.gap-30{
    grid-gap: 30px;
}
.gap-60{
    grid-gap: 60px;
}
.gap-80{
    grid-gap: 80px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.my-30{
    margin: 30px 0;
}
.my-50{
    margin: 50px 0;
}
.other-bg{
    background-color: #f3f7f8;
}
.app{
    min-width: var(--default-width);
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
}
.contact {
    background-color: #ffd700;
    padding: 20px;
    text-align: center;
}
.title{
    width: 100%;
    text-align: center;
    color: var(--title-color);
    /* font-size: var(--title-size); */
    padding-bottom: 18px;
    letter-spacing: 12px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
}
.title .tit{
    letter-spacing: 0;
    font-weight: 500;
    font-size: var(--default-size);
    color: var(--default-text-color);
}
.title .tip{
    letter-spacing: 0;
    font-size: var(--default-size);
    color: var(--main-color);
}
.title .desc{
    margin: 38px 0;
    width: 680px;
    letter-spacing: 0;
    font-weight: 200;
    font-size: var(--default-small-size);
    color: var(--default-text-color-tip);
}
.title .line{
    width: 88px;
    height: 12px;
    border-radius: 20px;
    background-color: var(--main-color);
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content{
    /* width: var(--default-width); */
    width: 100%;
/*     margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
/*    padding: 12px 20px;*/
}
.gg {
    width: 100%;
    height: 188px;
    /* background-color: var(--main-color); */
    /* margin-bottom: 58px; */
    background: url(/Style/images/pics/pic1.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 36;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}
.gg .tit{
    font-size: var(--gg-tit-size);
    margin-bottom: 12px;
    letter-spacing: 4px;
}
.gg .tip{
    font-size: 20px;
    letter-spacing: 8px;
}
.pic {
    width: 100%;
    height: 228px;
    background-image: url(/Style/images/pics/pic2.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.pic .pic-tit,.pic .pic-tip{
    font-size: 28px;
    margin-bottom: 12px;
}
.pic .pic-btn{
    font-size: 18px;
    background-color: var(--main-color);
    padding: 6px 18px;
    text-align: center;
    width: 128px;
    border-radius: 20px;
    cursor: pointer;
}

.vertical-hr {
    border-radius: 12px;
    margin-right: 12px;
    height: 28px; /* 设置竖线的高度 */
    width: 6px; /* 设置竖线的宽度 */
    background-color: var(--main-color); /* 设置竖线的颜色 */
}
.vertical-line-hr {
    margin-right: 32px;
    width: 1px;
    background-color: #e9e9e9;
}

.banner-mould {
    position: relative;
    height: 320px;
}
.bannerImg2 {
    width: 100%;
    height: 320px;
    position: absolute;
    inset: 0;
}
.banner-title {
    width: 100%;
    padding: 20px;
    padding-left: 16%;
    z-index: 99;
    color: #fff;
    font-size: 58px;
    letter-spacing: 10px;
    /*font-weight: bold;*/
    background: linear-gradient(90deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    letter-spacing: 12px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    transform: skew(0deg,0deg);
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.title-common h2{
    color: var(--new-main-color);
    font-size:32px;
    text-align:center;
    margin-bottom:40px;
}
.title-common .desc {
    color:#666;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}