:root {
    --primary-color: #30318b;
}

body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333333;
    overflow-x: hidden;
}

a {
    color: #333333;
}

a, a:hover, a:visited {
    text-decoration: none
}

a:hover {
    color: #30318b!important;
}

a:visited {
    /*color: inherit;*/
}

.container {
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
}
.w100{
    width: 100%;
}

.flex {
    flex-direction: row;
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 8px
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.line-clamp-1 {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.line-clamp-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.line-clamp-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*=============*/
.header-top {
    height: 42px;
    line-height: 42px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 13px;
}

header {
    padding: 30px 0;
}

header .logo {
    font-size: 24px;
    color: #30318b;
}

header .logo img {
    margin-right: 5px;
    max-width: 200px;
}

header .logo a {
    color: #30318b;
}


header .tel {
    margin-right: 5px;
    font-weight: bold;
    color: #30318b;
    font-size: 26px;
}

header .tel img {
    margin-right: 5px;
}

nav {
    color: #ffffff;
    height: 46px;
    line-height: 46px;
}

nav a {
    text-align: center;
    width: 116px;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    height: 100%;
}

nav a:hover, nav a.active {
    background-color: #30318b;
    color: #ffffff!important;
}

footer {
    padding: 40px 0 0;
    background-color: #3c3c3c;
    color: #ffffff;
    font-size: 13px;
}

footer a {
    color: #e5e5e5;
}

footer a:hover {
    color: #ffffff!important;
}

footer dl {
    width: 200px;
    padding-right: 10px;
}

footer dl dt {
    font-size: 16px;
    margin-bottom: 20px;
    color:#ffffff;
}

footer dl dd {
    margin-left: 0;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

footer .fcontact {
    width: 240px;
    color: #e5e5e5;;
}

footer .qrcode {
    /*border-left: 1px solid #424242;*/
    padding: 10px 0 0;
    width: 102px;
}

footer .copyright {
    margin-top: 40px;
    border-top: 1px solid #4d4d4d;
    color: #e5e5e5;
    padding: 5px 0
}

.links {
    padding: 25px 0;
    background-color: #f5f5f5;
    color: #666666;
}

.links a {
    color: #666666;
    margin-right: 5px;
}


/*首页*/
.swiper {
    width: 100%;
    height: 800px;
}
.swiper .swiper-pagination-bullet{
    width: 14px!important;
    height: 14px!important;
}
.swiper .swiper-pagination-bullet{
    opacity: .7;
    background-color: #ffffff!important;
}
.swiper .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: var(--primary-color)!important;
}

.hot-keywords {
    height: 68px;
    line-height: 68px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 13px;
}

.hot-keywords a {
    color: #666666;
    margin-right: 10px;
}

.hot-keywords a:hover {
    color: #005cc5;
}

.hot-keywords input {
    height: 28px;
    line-height: 28px;
    border: 1px solid #dddddd;
    width: 250px;
    padding-left: 10px;
    border-right: none;
}

.hot-keywords button {
    background-color: #30318b;
    color: #ffffff;
    width: 60px;
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
}

.ititle {
    padding: 70px 0 50px;
}

.ititle .name {
    font-size: 32px;
}

.ititle .name span {
    display: block;
    color: #999999;
    font-size: 22px;
    margin-bottom: 10px;
}

.service {
    margin-top: 50px;
}

.service a {
    width: 270px;
    margin-right: 40px;
    margin-bottom: 32px;
    color: #555555;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
}

.service a img {
    width: 270px;
    height: 170px;
    transition: 0.5s;
}

.service a:hover img {
    transform: scale(1.1);
}

.service a:nth-child(4n) {
    margin-right: 0;
}

.service a .name {
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.link{
    margin-right: 15px;
}
.link a {
    padding: 12px 25px;
}

.link a:hover,.link a.active{
    background-color: var(--primary-color);
    color: #ffffff!important;
}
.more{
    color:var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 12px 35px 12px 25px;
    background: url(../img/icon_arrow_right2.png) no-repeat 58px center;
}
.more:hover{
    color: #ffffff!important;
    background: url(../img/icon_arrow_right2_white.png) var(--primary-color) no-repeat 58px center;
}
.index-products{
    background-color: #f6f6f6;
    padding: 60px 0 40px;
}
.product {

}

.product a {
    width: 340px;
    padding-bottom: 10px;
    margin-right: 24px;
    margin-bottom: 32px;
    color: #555555;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
    border: 1px solid #f5f3f3;
    background-color: #ffffff;
}

.product a .img {
}

.product a:hover {
    border: 1px solid var(--primary-color);
}

.product a img {
    max-width: 280px;
    max-height: 280px;
}

.product a:nth-child(4n) {
    margin-right: 0;
}

.product a .name {
    white-space: nowrap;
    padding: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

a:hover .name {
    color: #30318b;
}

.ads {
    /*background: url("../img/count_bg.jpg?20240620") no-repeat center center;*/
    height: 298px;
    color: #ffffff;
}

.ads .ad {
    font-size: 40px;
    font-weight: bold;
    width: 266px;
    height: 158px;
    border: 1px solid #033e98;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.ads .ad span {
    font-weight: normal;
    font-size: 18px;
    color: #9bc0f8;
    margin-top: 10px;
}

.solution {
    /*margin-top: 50px;*/
}

.solution a {
    width: 458px;
}

.solution a img {
    margin-right: 10px;
    width: 100%;
}

.solution a .name {
    font-size: 16px;
    padding-top: 15px;
}

.solution a .desc {
    margin: 10px auto;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}

.solution a .time {
    font-size: 13px;
    color: #666666;
}

.new{
    padding-bottom: 40px;
}
.new a {
    width: 48%;
    padding: 15px 0;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.new a .time {
    background-color: var(--primary-color);
    width: 88px;
    height: 78px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 25px;
    flex-shrink: 0;
}

.new a .day {
    font-size: 24px;
}

.new a .name {
    font-size: 16px;
    color: #333333;
}

.new a .desc {
    margin: 10px auto;
    font-size: 14px;
    color: #777777;
    line-height: 20px;

}

.new a .time {
    font-size: 13px;
    color: #666666;
}


.about {
    background-color: #f5f5f5;
    margin: 50px auto 0;
    height: 800px;
    min-width: 1440px;
    display: flex;
}
.about .about-left,.about .about-right{
    width: 50%;
    min-width: 720px;
    height: 100%;
}
.about .content {
    margin-left: 40px;
    margin-top: 20px;
    width: 720px;
    float: right;
    padding-top: 125px;
    padding-right: 65px;
    box-sizing: border-box;
    color: #666666;
}

.about .about-title {
    min-width: 453px;
    min-height: 70px;
    padding-top: 40px;
    background: url(../img/index_about_bg.png) no-repeat left top;

}
.about .content .desc{
 line-height: 24px;
    margin: 30px 0;
}
.about-info{
    margin: 20px 0;
    display: flex;
}
.about-info .about-attr{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 20px 50px;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
}
.about-info .about-attr .about-num{
font-size: 30px;
    margin-bottom: 12px;
}
.about .name {
    font-size: 32px;
}
.about .name span{
    font-size: 22px;
    color: #999999;
    display: block;
    margin-bottom: 10px;
}

.about .content a {
    padding-left: 0;
    margin-top: 20px;
    display: inline-block;
    border: none;
background-position: 30px center;
}

.about .content a:hover {
/*background-color: transparent;*/
    padding-left: 10px;
    background-position: 40px center;
}

.case {
    margin: 50px auto;
}

.case .swiper-button-next, .case .swiper-button-prev {
    color: #ffffff !important;

    width: 40px;
    height: 60px;
    background-color: #d3d3d3;
}
.case .swiper-button-next::after, .case .swiper-button-prev::after {
    font-size: 24px;
}

.partner {
    margin: 30px auto 20px;
}

.partner img {
    width: 162px;
    height: 76px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.partner img:nth-child(7n) {
    margin-right: 0;
}

.tbanner {
    height: 400px;
    width: 100%;

}

.tbanner .cat-name {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.main {
    padding: 30px 0;
}

.side {
    width: 250px;
    flex-shrink: 0;
    margin-right: 30px;
}

.side .box {
    border: 1px solid #30318b;
    margin-bottom: 30px;
}

.side .box .name {
    background-color: #30318b;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}

.side .box .list {
    color: #666666;
    padding: 20px 15px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

.side .box .list a {
    display: inline-block;
    background-color: #e7e7e7;
    padding: 15px;
    width: 190px;
    margin: 5px auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: #333333;
}

.side .box .list a .cname {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side .box .list a:hover, .side .box .list a.active {
    color: #ffffff!important;
    background-color: #30318b;
}

.side .box .list p {
    margin-bottom: 5px;
}
.title {
    border-bottom: 1px solid #e7e7e7;
    height: 70px;
    line-height: 70px;
}

.title .name {
    font-size: 30px;
    font-weight: bold
}

.title .name span {
    width: 70px;
    height: 1px;
    background-color: #256edd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.article {
    width: 1160px;
}

.article .title {
    line-height: 40px;
    height: 40px;
}

.article .title .name {
    font-size: 18px;
}

.breadcrumb {
    font-size: 13px;
    color: #666666
}

.breadcrumb a {
    color: #666666
}

.breadcrumb a:hover {
    color: #30318b
}

.acon {
    line-height: 30px;
    margin-top: 15px;
}
.acon a{
    color: var(--primary-color);
}
.zizhi {
    margin: 30px auto;
}

.zizhi .item {
    width: 278px;
    height: 306px;
    margin-right: 16px;
    margin-bottom: 32px;
    color: #555555;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
    display: flex;
    justify-content: center;
}

.zizhi a img {
    max-width: 100%;
    height: 306px;
}

.zizhi .item:nth-child(4n) {
    margin-right: 0;
}


.page {
    width: 90%;
    clear: both;
    margin: 0 auto;
}

.pagination {
    width: 100%;
    line-height: 2rem;
    text-align: center;
    border-top: none;
    margin: 10px 0 10px 10px;
}

.pagination li {
    display: inline-block
}

.pagination a {
    padding: 6px 10px !important;
    color: #666 !important;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 3px;
}

.pagination a:hover {
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination span {
    padding: 6px 10px;
    color: #666;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination font {
    color: #000
}

.pagination .active span {
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

.acon .product a {
    width: 260px;
    height: 282px;
    margin-right: 36px;
    margin-bottom: 32px;
    color: #555555;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
}

.acon .product a:nth-child(4n) {
    margin-right: 0;
}

.acon .atitle {
    padding: 30px 0;
    font-size: 22px;
}

.border-top {
    border-top: 1px solid #e7e7e7;
}

.pt-2 {
    padding-top: 15px;
}

.acon .solution a {
    width: 100%;
    margin-bottom: 40px;
}

.acon .solution a .desc {
    margin: 0 auto;
}


.acon .case a {
    width: 282px;
    height: 282px;
    margin-right: 36px;
    margin-bottom: 0px;
    color: #555555;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
}

.acon .case a .img {
    border: none
}

.acon .news {
    /*margin-top: 10px*/
}

.acon .news a {
    margin-bottom: 0
}

.acon .news a .border {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
}

.news-con .atitle {
    padding: 20px 0 0;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.news-con .attr {
    padding-bottom: 10px;
}


.feedback {

}

.feedback .input {
    display: flex;
    margin-bottom: 20px;
}

.feedback .input .label {
    width: 136px;
    text-align: right;
}

.feedback .input .label span {
    color: red;
}

.feedback .input input, .feedback .input textarea {
    border: 1px solid #e7e7e7;
    width: 310px;
}

.feedback .input textarea {
    width: 600px;
}

.feedback .btn {
    background-color: #30318b;
    color: #ffffff;
    width: 80px;
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.feedback button {
    background-color: #dcdcdc !important;
    color: #333333 !important;
    margin-left: 50px;
}

.feedback .btns {
    margin-left: 136px;
}

.toTop {
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99;
    background-color: var(--primary-color);
    cursor: pointer;
}

.toTop img {
    max-width: 90%;
}


.acon .solution a {
    /*width: 458px;*/
}

.acon .solution a img {
    margin-right: 10px;
    width: 200px;
}

.acon .solution a .name {
    font-size: 16px;
    padding-top: 0;
}

.acon .solution a .desc {
    margin: 10px auto;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}

.acon .solution a .time {
    font-size: 13px;
    color: #666666;
}



