/* 通用 */
* {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    font-size: 14px;
    --main-hue: #5e89e4;
    --bg-color: #F3f5f7;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li,
p,
dl,
form {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    color: #111a38;
    text-decoration: none;
    outline: none;
}

hr {
    border: 0px;
    border-top: #CCCCCC solid 1px;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-grey {
    background: #f2f3f5;
}

.bg-blue {
    background: #036AAF;
}

.bg-light {
    background-color: #e9effb;
}

.d-block{
    display: block !important;
}

.d-none{
    display: none !important;
}

/* 
 *首页 
 */
.w-inner {
    width: 1200px;
    margin: 0 auto;
}

.mhead {
    height: 78px;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.mhead .head-left {
    float: left;
    margin: 13px 0;
}

.mhead .head-left img {
    display: block;
    width: auto;
    height: 52px;
}

.mhead:hover {
    background-color: #FFFFFF;
}

.mhead:hover .menu-item > a {
    color: #111A38 !important;
}

.mhead .head-left .hover-logo {
    display: none;
}

.mhead:hover .head-left .hover-logo {
    display: block;
}
.mhead.bg-white .head-left .hover-logo {
    display: block;
}
.mhead:hover .head-left .default-logo {
    display: none;
}
.mhead.bg-white .head-left .default-logo {
    display: none;
}

#nav {
    width: max-content;
    float: right;
}

#nav .menu-list .menu-item {
    float: left;
    position: relative;
    font-size: 16px;
}

#nav .menu-list .menu-item > a {
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    padding: 0 34px;
    line-height: 78px;
    transition: all ease .5s;
    position: relative;
}

.secondary-menu {
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 78px;
    padding: 20px 30px 30px;
    box-shadow: 0 0 4px #ccc;
}

.secondary-menu .secondary-menu-inner {
    display: grid;
    grid: auto / repeat(4, 1fr);
    white-space: nowrap;
    gap: 35px;
}

.secondary-menu .secondary-menu-item {
    width: 150px;
}

.secondary-menu .secondary-title {
    display: grid;
    grid: 40px / 20px auto;
    place-items: center flex-start;
    gap: 10px;
    padding-bottom: 1px;
    position: relative;
    margin-bottom: 15px;
}

.secondary-menu .secondary-title::after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ccc, #fff);
}

.secondary-menu .secondary-title > img {
    display: block;
    width: 20px;
    height: 20px;
}

.secondary-menu .secondary-title > span {
    font-size: 15px;
    font-weight: bold;
}

.secondary-menu .sub-title {
    font-size: 13px;
    color: #999;
    margin: 10px 0;
}

.secondary-menu ul li a {
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
}

.secondary-menu ul li a:hover {
    color: #003366;
}

.border-0::after {
    /*display: none !important;*/
}

.secondary-menu > ul > li > a {
    display: block;
    padding: .5em 0.8em;
    transition: all ease .5s;
}

.secondary-menu > ul > li > a:hover {
    background-color: #eee
}

.child-menu {
    position: absolute;
    line-height: 40px;
    left: 12em;
    top: 0;
    display: none;
    background-color: #FFFFFF;
    width: 11em;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.child-menu > ul > li > a {
    display: block;
    padding: .5em 0.8em;
    transition: all ease .5s;
}

.child-menu > ul > li > a:hover {
    background-color: #eee;
}

.headfix {
    position: fixed;
    top: -70px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #CCCCCC;
}

.headfix .menu-item > a {
    color: #111A38 !important;
}

/* 
 * swiper
 */
.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}

.swiper-pagination span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 3px;
    margin-right: 12px;
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    border: none;
    border-radius: 0;
}

.swiper-pagination-bullet::after {
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    width: 100%;
    content: "";
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #FFF !important;
}

.main1 {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

.main1 .heading {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.main1 .sub-heading {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.fusion-list {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid: repeat(2, 250px) / repeat(4, 1fr);
    place-items: center;
    gap: 20px;
}

.fusion-list .fusion {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.fusion-list .fusion .photo img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px auto;
}

.fusion-list .fusion .fusion-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fusion-list .fusion .fusion-subtitle {
    font-size: 15px;
    color: #666666;
}

.animated-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.animated-effect .r-1,
.animated-effect .r-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: 0.8s cubic-bezier(.25, .46, .45, .94);
    background-color: rgba(30, 120, 205, 0.1);
}

.fusion:hover .animated-effect .r-1,
.fusion:hover .animated-effect .r-2 {
    transform: scale(1);
}

.fusion:hover .animated-effect .r-2 {
    transition-delay: 0.2s;
}

.fusion:hover {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.8s ease;
}


/* 
 *main2
 */
.main2 {
    width: 100%;
    padding: 80px 0;
}

.main2 .heading,
.main3 .heading,
.main4 .heading,
.main5 .heading {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.main2 .sub-heading {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

/*
 *大标题
 */
.subject-title {
    line-height: 40px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.subject-title .tit {
    float: left;
    font-size: 30px;
    color: #212121;
    cursor: pointer;
}

.subject-title .more-btn {
    float: right;
}

.subject-title .more-btn a {
    color: #7b7b7b;
    font-size: 14px;
    cursor: pointer;
}

.main2 .product {
    width: 100%;
    display: grid;
    grid: repeat(3, auto) / repeat(4, 1fr);
    grid-auto-flow: row dense;
    gap: 20px;
    margin-top: 50px;
}

.col-1-3 {
    grid-column: 1 / 3;
}

.row-1-3 {
    grid-row: 1 / 3;
}

.col-3-5 {
    grid-column: 3 / 5;
}

.main2 .product .product-item {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.main2 .product .product-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.main2 .product .product-item a img {
    display: block;
    width: 100%;
    height: 100%;
}

.main2 .product .product-item:hover img {
    transform: scale(1.1);
    transition: transform 0.8s linear;
}

.main2 .product-list {
    margin-left: -5px;
    margin-right: -5px;
}

.main2 .product-list::after {
    clear: both;
    display: block;
    content: "";
}

.main2 .product-list .product-item {
    width: 25%;
    float: left;
    padding: 5px;
}

.main2 .product-list .product-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 4px #ccc;
    color: #111A38;
    border-radius: 4px;
}

.main2 .product-list .product-item a img {
    display: block;
    width: 100%;
}

.main2 .product-list .product-item a .title {
    font-size: 18px;
    margin: 10px 0;
}

.main2 .product-list .product-item a .brief {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}


.main2 .news-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

.main2 .news-list::after {
    clear: both;
    display: block;
    content: "";
}

.main2 .news-list .news-item {
    width: 50%;
    float: left;
    padding: 15px;
    box-shadow: 0 0 4px #ccc;
}

.main2 .news-list .news-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
}

.main2 .news-list .news-item .fl {
    margin-right: 20px;
}

.main2 .news-list .news-item .fl img{
    display: block;
    width: 120px;
    height: 80px;
}

.main2 .news-list .news-item .fr {
    flex: 1;
}

.main2 .news-list .news-item .title {
    font-size: 16px;
    line-height: 26px;
    color: rgb(145, 145, 145);
}

.main2 .news-list .news-item .title img {
    display: block;
    width: 21px;
    height: 21px;
    margin: 2px 0;
    float: right;
}

.main2 .news-list .news-item .time {
    line-height: 26px;
    color: rgb(145, 145, 145);
}

.main2 .news-list .news-item .time img {
    display: block;
    width: 14px;
    height: 14px;
    margin: 6px 5px 6px 0;
    float: left;
}

.main2 .news-list .news-item .brief {
    font-size: 13px;
    line-height: 26px;
    color: #999;
}

.main2 .news-list .news-item:hover .title {
    color: rgb(3, 106, 175);
}

.btn-more {
    display: block;
    width: 180px;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    height: 44px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #003366;
    background: transparent;
    color: #003366;
}

.btn-more:hover {
    background-color: #003366;
    color: #ffffff;
    transition: all 0.2s linear;
}

/* 
 * footer 
 */
.footer {
    background-color: #353535;
}

.footer .copyinfo {
    padding: 80px 0;
    display: grid;
    grid: auto / repeat(3, 1fr);
    place-items: center flex-start;
}

.footer .copyinfo .foot-left {
    font-size: 16px;
    line-height: 2em;
    font-weight: lighter;
    color: #d4d4d4;
    letter-spacing: 1px;
    align-self: center;
}

.footer .copyinfo .foot-left .foot-logo img {
    display: block;
}

.footer .copyinfo .foot-left .foot-logo {
    margin-bottom: 30px;
}

.footer .copyinfo .foot-left .site-info {
    font-size: 13px;
    line-height: 24px;
}

.footer .foot-left .site-info .site-item .phone {
    font-size: 16px;
    color: #999999;
    display: grid;
    grid: auto / auto auto;
    place-items: center flex-start;
}

.footer .foot-left .site-info .site-item .phoneNum {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.otherstyle {
    display: grid;
    grid: auto / repeat(2, auto);
    font-size: 15px;
    margin-top: 10px;
    place-items: center flex-start;
}

.foot-center {
    place-self: center;
}

.foot-center .bot-nav {
    padding: 0 30px;
    min-width: 450px;
}

.foot-center a {
    color: #fbfbfb;
}

.foot-center .bot-nav .bot-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

.bot-title {
    color: #999999;
    margin-bottom: 30px;
    font-size: 15px;
}

.foot-center .link {
    display: grid;
    grid: auto auto / repeat(3, 100px);
    place-content: center flex-start;
    gap: 15px;
    font-size: 16px;
}

.dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background-color: #cccccc;
}

.foot-right {
    place-self: center flex-end;
}

.foot-right .qrcode img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.foot-right .qrcode {
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #eee;
}

.foot-right .qrcode div {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
}

.copyright {
    border-top: 1px solid #565656;
    line-height: 50px;
    font-size: 13px;
    font-weight: normal;
    color: #cfcfcf;
    text-align: center;
}

.copyright a {
    color: #CFCFCF;
}


/*  */
.main3 {
    padding: 80px 0;
}

.main3 .overview {
    display: flex;
    flex-wrap: wrap;
}

.main3 .overview .left-pic {
    width: 50%;
}

.main3 .overview .left-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.main3 .overview .right-content {
    width: 50%;
    padding: 30px;
}

.main3 .overview .right-content .title {
    font-size: 26px;
}

.main3 .overview .right-content .title a {
    color: #1e64d4;
}

.main3 .overview .right-content .content {
    margin-top: 50px;
    line-height: 2;
    font-size: 14px;
}

.main3 .character-list {
    margin-left: -15px;
    margin-right: -15px;
}

.main3 .character-list::after {
    clear: both;
    display: block;
    content: "";
}

.main3 .character-list .character-item {
    width: 50%;
    padding: 15px;
    float: left;
}

.main3 .character-list .character-item a {
    display: block;
    padding-right: 10px;
    display: flex;

}

.main3 .character-list .character-item .left-pic img {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.main3 .character-list .character-item::after {
    clear: both;
    display: block;
    content: "";
}

.main3 .character-list .character-item .right-content .title {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;
}

.main3 .character-list .character-item .right-content .brief {
    min-height: 128px;
    line-height: 1.75;
    color: #656565;
    font-size: 14px;
}

.main3 .case-list {
    margin-left: -15px;
    margin-right: -15px;
}

.main3 .case-list::after {
    clear: both;
    display: block;
    content: "";
}

.main3 .case-list .case-item {
    width: 50%;
    padding: 15px;
    float: left;
}

.main3 .case-list .case-item a {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #ccc;
}

.main3 .case-list .case-item .top-pic {
    width: 100%;
    overflow: hidden;
}

.main3 .case-list .case-item .top-pic img {
    display: block;
    width: 100%;
}

.main3 .case-list .case-item:hover .top-pic img {
    transform: scale(1.1);
    transition: transform 0.8s ease;
}

.main3 .case-list .case-item .bottom-content .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
    margin-top: 20px;
}

.main3 .case-list .case-item:hover .bottom-content .title {
    color: #095ab5;
}

.main3 .case-list .case-item .bottom-content .brief {
    height: 140px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 28px;
}

/* news.html */
.main4 .news-list {
    width: 100%;
    padding: 20px 0 10px;
}

.main4 .news-list .news-item::after {
    clear: both;
    display: block;
    content: "";
}

.main4 .news-list .news-item {
    background-color: #FFFFFF;
    box-shadow: 0px 6px 15px #e6edf3;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main4 .news-list .news-item a{
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.main4 .news-list .news-item .left-pic {
    width: 340px;
    height: 180px;
    justify-content: center;
    align-content: center;
    padding: 10px;
    margin-right: 10px;
}

.main4 .news-list .news-item .left-pic img {
    display: block;
    width: 100%;
}

.main4 .news-list .news-item .right-info{
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}

.main4 .news-list .news-item .right-info .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.main4 .news-list .news-item .right-info .brief {
    margin: 7px 0;
    font-size: 15px;
    height: 96px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666666;
}

.main4 .news-list .news-item .right-info .time {
    line-height: 28px;
    color: #666;
}

.main4 .news-list .news-item .right-info .time img {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 5px 4px 0;
}

.main4 .news-list .news-item:hover .right-info .title {
    color: #095ab5;
}

.pagination {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    padding: 6px 10px;
    margin: 0 5px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

/* aboutUs.html */
.main5 {
    padding: 80px 0;
}

.main5 .article {
    padding: 10px 0;
}

.main5 .article p {
    line-height: 28px;
    text-indent: 2em;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #333;
}

.main5 .jieshao .image-text {
    width: 33.3%;
    float: left;
}

.main5 .jieshao::after {
    clear: both;
    display: block;
    content: "";
}

.main5 .jieshao .image-text img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.main5 .jieshao .image-text .text {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.main5 .more-btn {
    color: #999;
    line-height: 50px;
}

.main5 .wenhua-list {
    margin-left: -15px;
    margin-right: -15px;
}

.main5 .wenhua-list::after {
    clear: both;
    display: block;
    content: "";
}

.main5 .wenhua-list .wenhua-item {
    width: 33.3%;
    padding: 15px;
    float: left;
}

.main5 .wenhua-list .wenhua-item img {
    display: block;
    width: 100%;
}

.main5 .wenhua-list .wenhua-item .text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.main5 .contact {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.main5 .contact .tel {
    font-size: 24px;
}

/* show.html */
.main6 {
    padding: 30px 0;
}

.main6 .crumbs {
    line-height: 50px;
    font-size: 16px;
    color: #666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}

.main6 .crumbs img {
    display: block;
    width: 10px;
    height: 10px;
    margin: 15px 5px;
}

.main6 .crumbs a {
    display: block;
    color: #3b75bb;
	font-size: 16px;
}

.main6 .article {
    padding-top: 40px;
    min-height: 70vh;
}

.main6 .article .title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0px;
    font-weight: bold;
}

.main6 .article .content {
    text-indent: 2em;
    line-height: 1.75em;
    padding: 10px;
}

.main6 .foot-btn {
    margin-top: 20px;
}

.main6 .foot-btn a {
    display: block;
    width: 33%;
    height: 30px;
    background: #036AAF;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-bottom: 40px;
    padding: 3px auto;
    color: #FFFFFF;
    margin: 0 auto;
}

/* 补充 */
.menu-button {
    display: none;
    float: right;
}

.menu-button img {
    display: block;
    width: 60px;
    height: 60px;
    padding: 18px;
}

.bot-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.icon-xia {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url("../img/xia.png") no-repeat center/cover;
}

.headbar{
    position: relative;
    width: 100%;
}

.headbar img{
    display: block;
    width: 100%;
    height: auto;
}

.headbar .theme{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    height: 100%;
    display: grid;
    grid: auto auto / 500px;
    place-items: center flex-start;
    place-content: center flex-start;
    padding-left: 10px;
}

.headbar .theme .main-theme{
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.headbar .theme .sub-theme{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.center-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    place-content: center;
    gap: 20px;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.05em;
}

/*
 * @media (max-width: 767px) 
 */
@media (max-width: 767px) {
    .wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 60px;
    }

    .w-inner {
        width: 100%;
    }

    /* 尾部 */
    .foot-logo,
    .foot-center,
    .news-text {
        display: none;
    }

    .footer .copyinfo {
        flex-direction: column;
        padding: 40px 0;
        grid: auto / 1fr;
        place-items: center;
    }

    .footer .copyinfo .foot-right {
        place-self: center;
    }

    .foot-right .qrcode img {
        margin-top: 20px;
    }

    .footer .copyinfo .foot-left .site-info {
        text-align: center;
    }

    .copyright {
        line-height: 24px;
        padding: 20px 0;
    }

    /* 头部 */
    .mhead {
        background-color: #FFFFFF;
        position: fixed;
        top: 0 !important;
        box-shadow: 0 1px 1px #ccc;
        height: 60px;
    }

    .mhead .head-left {
        margin: 5px 0;
    }

    .mhead .head-left img {
        width: auto;
        height: 50px;
    }

    /*
     *
     */
    .mhead img.hover-logo {
        display: block !important;
    }

	.mhead img.default-logo{
        display: none !important;
	}

    #nav {
        display: none;
        background-color: #FFFFFF;
        z-index: 100;
        float: unset;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #f1f1f1;
        padding-bottom: 10px;
        max-height: 600px;
        overflow-y: auto;
    }

    #nav .menu-list .menu-item > a {
        color: #111A38;
        line-height: 40px;
        height: 40px;
        display: block;
        width: 100%;
        padding: 0 20px;
    }

    #nav .menu-list .menu-item {
        float: unset;
        width: 100%;
    }

    .menu-button {
        display: block;
    }

    .secondary-menu {
        position: static;
        width: calc(100% - 40px);
        margin: 0 auto;
        background-color: #007BFF10;
        padding: 0 20px;
    }

    .secondary-menu .sub-title {
        margin: 0;
    }

    .secondary-menu .secondary-menu-inner {
        grid: repeat(3, auto) / 1fr;
        gap: 0;
    }

    .secondary-menu .secondary-menu-inner .secondary-menu-item {
        width: 100%;
    }

    .secondary-menu ul li a {
        margin: 5px 0;
    }

    .secondary-menu > ul > li > a {
        display: block;
        width: 100%;
        color: #FFFFFF;
        padding: .15em .8em;
    }

    .child-menu {
        position: static;
        width: 100%;
        padding: 0 20px;
    }

    .child-menu > ul > li > a {
        padding: .15em .8em;
    }

    .main1,
    .main2,
    .main3,
    .main4,
    .main5 {
        padding: 20px 0;
    }

    .main1 .heading {
        font-size: 20px;
    }

    .main1 .sub-heading {
        width: 75%;
        font-size: 14px;
        margin: 0 auto;
        line-height: 24px;
    }

    .fusion-list {
        grid: auto / 1fr 1fr;
        padding: 0 10px;
    }

    .fusion-list .fusion {
        width: 100%;
    }

    .fusion-list .fusion .tt img {
        width: 80px;
        height: 80px;
    }

    .fusion-list .fusion .tt h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .subject-title {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .subject-title .tit {
        font-size: 20px;
    }

    .main2 .product-list {
        width: calc(100% - 10px);
        margin: 0 auto;
    }

    .main2 .product-list .product-item {
        width: 50%;
    }

    .main2 .news-list {
        width: calc(100% - 20px);
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .main2 .news-list .news-item {
        width: 100%;
        float: unset;
        padding: 10px;
    }

    .fNav.fix {
        top: 60px;
    }

    .fNav .wp-menu {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .fNav .wp-menu li {
        height: 40px;
        text-align: center;
        min-width: 33%;
    }

    .fNav .wp-menu li a {
        line-height: 38px;
        font-size: 14px;
    }

    .main3 .overview .left-pic,
    .main3 .overview .right-content {
        width: 100%;
    }

    .main3 .character-list,
    .main3 .case-list,
    .main5 .wenhua-list {
        margin: 0;
    }

    .main3 .case-list .case-item,
    .main3 .character-list .character-item {
        width: 100%;
    }

    .main4 .news-list {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .main4 .news-list .news-item a{
        flex-wrap: wrap;
    }

    .main4 .news-list .news-item .left-pic {
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .main4 .news-list .news-item {
        margin-bottom: 10px;
    }

    .main4 .news-list .news-item .right-info .title {
        margin-top: 0;
    }

    .main4 .news-list .news-item .right-info .brief {
        margin: 0;
        -webkit-line-clamp: 2;
        height: 48px;
    }

    .main5 .article {
        font-size: 14px;
        padding: 10px;
    }

    .main5 .wenhua-list .wenhua-item {
        padding: 10px;
    }

    .main5 .contact {
        padding: 10px;
        font-size: 14px;
    }

    .main6 .article {
        padding-top: 0;
    }

    .main6 .crumbs {
        padding: 0 10px;
        font-size: 15px;
    }

    .main6 .foot-btn a {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .headbar .theme{
        width: 100%;
        margin: 0;
        place-items: center flex-start;
        place-content: unset;
        padding-left: 20px;
    }
    .main2 .news-list .news-item .fl{
        margin-right: 10px;
    }
}
