a {
    text-decoration: none;
}

img {
    -webkit-user-drag: none;
}

a:focus {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0px;
    background: #F6F6F6;
    padding: 0;
}

.header-box {
    width: 100%;
    min-width: 1280px;
    height: 80px;
    background: #fff;
}

.header {
	  background: linear-gradient(270deg, #5194F2 0%, #295CC4 100%);
    position: relative;
    width: 1280px;
    height: 80px;
    margin: 0px auto;
}

.header-logo-box {
    position: relative;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 145px;
    height: 32px;
    background: url(../images/page-logo.png) no-repeat left center;
    background-size: 32px;
    line-height: 32px;
    font-size: 20px;
    text-indent: 42px;
}

.header-right-box {
    position: absolute;
    top: 35%;
    margin-right: 50px;
    width: 140px;
    height: 32px;
    right: 0;
    line-height: 32px;
}

.header-nav {
    float: left;
    cursor: pointer;
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.header-nav-active {
    color: #333333;
}

.header-nav-fg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    margin: 0 25px;
}

.nav-index,
.nav-contact {
    cursor: pointer;
}

.nav-contact {
    color: #999999;
}

.nav-index,
.nav-contact {
    font-size: 14px;
}

.contact {
    font-size: 14px;
    display: none;
    top: 50px;
    width: 280px;
    height: 200px;
    right: -60px;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
    text-align: center;

    z-index: 9999;
}

.contact img {
    width: 120px;
    height: 120px;
}


.page-banner-box {
    background: linear-gradient(270deg, #6a11cb 0%, #2575fc 100%);
}

.page-banner {
    position: relative;
    width: 1280px;
    height: 460px;
    background: url(../images/banner-bg.png) no-repeat center;
    margin: 0px auto;
    z-index: 10;
}

.page-banner-content {
    position: absolute;
    right: 100px; /* 调整这个值以适应您的布局 */
    top: 70px;
    width: 432px; /* 或根据需要调整 */
    height: 320px; /* 或根据需要调整 */
}

.page-banner-content-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.page-banner-content-title-l {
    margin-top: 5px;
    font-size: 24px;
    color: #fff;
}

.page-banner-content-item-box {
    position: relative;
    top: 40px;
    width: 100%;
    height: 55px;
}

.page-banner-content-item {
    position: relative;
    float: left;
    width: 50%;
    height: 18px;
    line-height: 18px;
    text-indent: 27px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.page-banner-content-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 18px;
    background: url(../images/banner-icon.png) no-repeat center;
    background-size: 21px 16px;
}

.m-t-20 {
    margin-top: 20px;
}

.page-banner-btn {

    position: absolute;
    bottom: 0px;
    display: block;
    width: 260px;
    height: 74px;
    text-align: center;
    color: #1894FD;
    font-size: 30px;
    line-height: 74px;
    background: url(../images/banner-down-btn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
	transition: all 0.3s ease; /* 平滑过渡效果 */
}

.page-banner-lianxiang {
    display: flex;
    align-items: center;
    position: absolute;
    right: 8px;
    bottom: 8px;
    text-decoration: underline;
    font-size: 18px;
    color: #FFFFFF;
    

}

.page-banner-lianxiang img {
    
    margin-right: 8px;
  
}

.page-banner-btn:hover {
    opacity: .9;
}

.page-banner-btn:active {
    opacity: 1;
}

.column-type-1 {
    height: 350px;
}

.column-type-2 {
    height: 400px;
}

.bg-w {
    background: #fff;
}

.page-column-box {
    width: 100%;
    min-width: 1280px;
}

.page-column {
    width: 1280px;
    height: 100%;
    margin: 0px auto;
}

.page-column-content-box {
    position: relative;
    width: 1060px;
    margin: 0px auto;
}

.column-column-content-type-1 {
    height: 210px;
    top: 50%;
    transform: translateY(-50%);
}

.column-column-content-type-2 {
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
}

.type-1-pic-1 {
    width: 470px;
    height: 210px;
    background: url(../images/type-1-pic-1.png) no-repeat center;
    background-size: 100%;
}

.type-2-pic-1 {
    width: 450px;
    height: 300px;
    background: url(../images/type-2-pic-1.png) no-repeat center;
    background-size: 100%;
}

.type-2-pic-2 {
    width: 450px;
    height: 300px;
    background: url(../images/type-2-pic-2.png) no-repeat center;
    background-size: 100%;
}

.type-1-pic-2 {
    width: 470px;
    height: 210px;
    background: url(../images/type-1-pic-2.png) no-repeat center;
    background-size: 100%;
}

.page-column-pic-box,
.page-column-words-box {
    float: left;
}

.page-column-words-box-right {
    margin-left: 70px;
}

.page-column-words-box-left {
    margin-right: 70px;
    margin-left: 50px;
}

.page-column-words-box-left div {
    text-align: right;
}

.column-column-content-type-1 .page-column-words-box {
    width: 470px;
}

.page-column-words-1 {
    color: #444444;
    font-size: 30px;
}

.page-column-words-2 {
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
}

.column-column-content-type-2 .page-column-words-box {
    width: 470px;
    margin-top: 90px;
}

.page-footer-box {
    width: 100%;
    min-width: 1280px;
    height: 140px;
    background: #fff;
}

.page-footer {
    position: relative;
    width: 414px;
    height: 44px;
    margin: 0px auto;
    top: 50px;
}

.page-footer-1,
.page-footer-2 {
    width: 100%;
    font-size: calc(1280px * 12 / 1280);
    text-align: center;
    line-height: 22px;
    color: #999999;
}

.page-footer-2 a {
    color: #999;
}


.nav-logo {
	 position: relative;
    left: 450px; /* 可根据需要调整 */
    float: left; /* 或使用 Flexbox/Grid 等现代布局 */
}

.nav-logo img {
    height: 30px; /* 根据需要调整 logo 的大小 */
}

.nav-menu {
    float: left; /* 或使用 Flexbox/Grid 等现代布局 */
    margin-left: 20px; /* 与 logo 之间的间距 */
}

.nav-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
    display: inline-block;
    margin-right: 10px; /* 导航项之间的间距 */
}

.nav-menu ul li a {
    text-decoration: none;
    color: #333; /* 链接颜色 */
}
.header {
    width: 100%;
    min-width: 1280px; /* 如有必要，确保这与 .page-banner-box 相同 */
    background: linear-gradient(270deg, #6a11cb 0%, #2575fc 100%);
    /* 其他样式 */
}
.page-footer {
    width: 100%;
    background-color: #fff;
    padding: 20px 0; /* 根据需要调整上下内边距 */
    text-align: center; /* 居中对齐文字 */
}

.page-footer-content p {
    margin: 0;
    color: #333; /* 文字颜色，可根据需要调整 */
    font-size: 14px; /* 字体大小，可根据需要调整 */
}