/*网站通用样式*/

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    font-family: "Microsoft YaHei", 'arial';
    font-size: 14px;
    background-color: #f7f9fb;
    color: #333;
    line-height: 1.53846154;
    overflow-x: hidden;
}
.body_bg {
    box-sizing: border-box;
    height: auto;
    background-color: #f6f6f6;
}
.color-blue {
    color: #0061b4;
}
ul li { list-style: none; }
a {
    text-decoration: none !important;
}
a:focus { outline: none !important; }
a:hover {
    text-decoration: none !important;
}
a:link,a:visited,a:active {
    color: #333;
	text-decoration: none !important;
}

button:focus {
    outline: none;
}
/*a标签样式修改*/
.a-text {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.a-text:hover {
    color: #333;
}

@font-face {
    font-family: "custom-font";
    src: url('/fonts/SANJIXIN.TTF') format('truetype');
}

.custom-font {
    font-family: "custom-font" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

select:focus-visible {
    border-color: #82bee6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(130, 190, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(130, 190, 230, .6);
}

/* IE和Edge的样式 */
select::-ms-expand {
    background: transparent;
    outline: none;
    border: none;
}

option {
    border: none; /* 这不会有效果，浏览器不允许修改 */
}

.text-ellipsis-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-ellipsis-line-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.iframe {
    border: medium none;
    display: block;
}


/*弹性布局部分*/

.flex {
    display: flex;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-one {
    flex: 1;
}

.justify-end {
    justify-content: flex-end;
}

/*底部边框*/
.border-bottom {
    border-bottom: 1px solid #c7c7c7;
}

/*图片默认宽高度*/
.content-box-img {
    width: 100%;
    height: 100%;
}
table {
    float: none !important;
}
/*网站内容宽度*/
.content-width {
    width: 1230px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.card-cont-box {
    background: #FFFFFF;
    padding: 15px;
    margin-top: 20px;
    box-sizing: border-box;
}

/*首页背景图*/

/*轮播图*/
.swiper-box {
    position: relative;
    width: 100vw;
    z-index: 6;	
	max-height: 420px;
	overflow: hidden;
}
.carousel {
    width:100%;
    height: 100%;
}
.content-box-img-swiper {
    width:100vw;
    height: 420px;
    position: relative;
}
/*内容*/
.home-content {

}
.home-content .one {
    width: 100%;
    /*padding: 0 10px;*/
    box-sizing: border-box;
    /*padding-top: 30px;*/
}
/*第一部分*/
.home-content .one .title {
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    padding: 40px 0 60px;
    text-align: center;
}
.home-content .one .bg-content {
    width: 100%;
    position: relative;
    /*height: 600px;*/
    margin-top: 40px;
    height: calc((100vw * 0.87) * 0.36);
}
.home-content .one .bg-content .one-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.home-content .one .bg-content .one-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 12;
}
.home-content .one .bg-content .one-con .left {
    color: #FFFFFF;
    width: 300px;
    padding-right: 20px;
    box-sizing: border-box;
}
.home-content .one .bg-content .one-con .left .title-two {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.home-content .one .bg-content .one-con .left .line {
    width: 40px;
    height: 2px;
    background: #f5f5f5;
}
.home-content .one .bg-content .one-con .left .remark {
    font-size: 14px;
    margin: 10px 0 20px;
    line-height: 2;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.home-content .one .bg-content .one-con .left .a-btn {
    display: block;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 4px 0;
    border: 1px solid #FFFFFF;
    width: 100px;
    text-align: center;
}
.home-content .one .bg-content .one-con .left .a-btn:hover {
    border: 1px solid #c20100;
    background: #c20100;
    color: #FFFFFF;
}
.scroll-box {
   overflow: hidden;
    width: 850px;
}
.one-con .right {
    margin: 0;
    display: flex;
    z-index: 16;
}
.one-con .right li {
    list-style: none;
    width: 160px;
    height: 200px;
    padding: 0 5px;
    box-sizing: border-box;
}
.one-con .right .active a{
    background: #c03d29;
}
.one-con .right li a {
    height: 100%;
    display: flex;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(192, 61, 41, 0.6);
    padding: 0 10px;
    text-align: center;
}
.one-con .right li .active {
    background: #c03d29;
}
/*第二部分*/
.home-content .two {
    width: 100%;
    padding: 30px 56px;
    box-sizing: border-box;
    position: relative;
}

.two-img-list {
    /*width: 100vw;*/
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.two-img-list .right video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.two-img-list .left {
    /*width: 33%;*/
    width: calc((100% / 3) - 20px);
}
.two-img-list .right {
    width: calc((100% / 3 * 2) - 10px);
}
.two-img-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.two-img-list ul li {
    list-style: none;
    padding-bottom: 30px;
    width: 100%;
}
.two-img-list ul li:last-child {
    padding: 0;
}
.two-img-list ul li:nth-child(-n + 4) {
    /*width: 25%;*/
}
.two-img-list ul li:nth-child(n + 5) {
    /*width: calc(100% /3);*/
}
.two-img-list ul li a {
    display: block;
    color: #FFFFFF;
    position: relative;
}
.two-img-list ul li img {
    width: 100%;
    height: calc((100vw / 3) * 0.5);
    /*height: 300px;*/
}
.two-img-list ul li:hover a img , .two-img-list ul li:hover a .more-box{
    display: none;
}
.two-img-list ul li:hover a .active-box{
    display: block;
}
.two-img-list a .active-box {
    display: none;
    width: 100%;
    height: calc((100vw / 3) * 0.5);
    background: #c20100;
    padding: 20px;
    box-sizing: border-box;
}
.two-img-list a .active-box .title-two {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.two-img-list a .active-box .line {
    width: 30px;
    height: 2px;
    background: #f5f5f5;
}
.two-img-list a .active-box .remark {
    font-size: 14px;
    padding-top: 10px;
    line-height: 2;
    /*height: 120px*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.two-img-list a .more-box {
    position: absolute;
    width: 100%;
    height: calc((100vw / 3) * 0.5);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.two-img-list a .more-box .title-two {
    font-size: 18px;
    font-weight: bold;
}
.two-img-list a .more-box .remark {
    padding: 20px 10px;
}
.two-img-list a .more-box .btn-more {
    background: transparent;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 4px 0;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
}
.home-content .three {
    padding: 0;
}
.home-content .three .title-box {
    padding: 20px 0;
    position: relative;
}
.home-content .three .title-box .con {
    /*background-image: url("/images/title_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: center;*/
    padding: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    font-style: italic;
    position: relative;
    z-index: 12;
}
.home-content .three .title-box .con-bg {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-content .three .title-box .con .text {
    color: #000000;
    font-size: 40px;
}
.home-content .three .title-box .con .num {
    font-size: 70px;
    font-weight: bold;
    color: #c20100;
    line-height: 0.2;
    margin: 0 12px;
}
.home-content .three .con-box {
    /*padding-top: 20px;*/
    width: 100%;
    background: url("/images/home/bg_center.png") no-repeat center;
    position: relative;
}
.home-content .three .con-box .bg-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    padding-top: 100px;
}
.home-content .three .con-box .card-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.home-content .three .con-box .card {
    width: calc(50% - 200px);
    padding: 20px;
    border: none;
    box-shadow: 0 1px 5px rgba(234, 168, 168, 0.7);
    background: #FFFFFF;
    margin: 60px 0;
}
.home-content .three .con-box .card:hover {
    box-shadow: 0 4px 10px 4px rgba(234, 168, 168, 0.7);
    transform: translateY(-10px);
}
.home-content .three .con-box .card:nth-child(1) {
    margin-right: 200px;
}
.home-content .three .con-box .card:nth-child(2) {
    margin-left: 200px;
}
.home-content .three .con-box .card:nth-child(3) {
    margin-right: 160px;
}
.home-content .three .con-box .card:nth-child(4) {
    margin-left: 160px;
}
.home-content .three .con-box .top-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaa8a8;
    padding-bottom: 10px;
}
.home-content .three .con-box .top-box img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.home-content .three .con-box .top-box .title-two {
    font-size: 40px;
    color: #c20100;
}
.home-content .three .con-box .top-box .remark {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
}
.home-content .three .con-box .p-list {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    height: 180px;
    line-height: 1.8;
    padding-top: 20px;
}
.home-content .three .con-box .p-list .p-box {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-content .three .con-box .p-list .p-box:before {
    content: ">";
    position: relative;
    left: -2em;
}
/*第四部分*/
.card-box-four {

}
.card-box-four .card {
    border: none;
    width: 100%;
    box-shadow: 0 1px 5px rgba(234, 168, 168, 0.7);
    display: flex;
    height: calc((100vw * 0.87) * 0.36);
    border-radius: 20px;
    overflow: hidden;
}
.card-box-four  .card .left {
    padding: 60px 60px 60px 40px;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-box-four  .card .left  .title-two {
    font-size: 40px;
    color: #c20100;
    line-height: 1.3;
}
.card-box-four  .card .left  .p-box {
    color: #999999;
    margin: 20px 0;
    /*height: 300px;*/
}
.card-box-four  .card .left  .a-btn {
    display: block;
    width: 100px;
    text-align: center;
    color: #333333;
    border-radius: 20px;
    padding: 4px 0;
    border: 2px solid #333333;
    font-weight: bold;
}
.card-box-four  .card .left  .a-btn:hover{
    border: 1px solid #c20100;
    background: #c20100;
    color: #FFFFFF;
}
.card-box-four .card .right {
    flex: 1;
    height: 100%;
    display: block;
}
.card-box-four .card .right video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.card-box-four .card .right img {
    width: 100%;
    height: 100%;
}

.link-card-box {
    display: flex;
    justify-content: space-between;
    min-height: 600px;
    padding-top: 60px;
}

.link-card-box .link-box {
    width: calc(25% - 40px);
    border-radius: 20px;
    height: calc(1300px / 4 - 40px);
    position: relative;
}

.link-card-box .link-box.red {
    background: #e73652;
}

.link-card-box .link-box.purple {
    background: #951fc3;
}
.link-card-box .link-box.orange {
    background: #d36515;
}
.link-card-box .link-box.blue {
    background: #0d5cc9;
}

.link-card-box .link-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.link-card-box .link-cont {
    position: relative;
    z-index: 12;
    color: #FFFFFF;
    font-size: 20px;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.link-card-box .link-cont .link-img {
    width: 50%;
    margin-bottom: 10px;
}

/*自适应*/
@media (max-width: 1300px) {
    .home-content .three .con-box .card {
        width: calc(50% - 160px);
    }
    .home-content .three .con-box .card:nth-child(1) {
        margin-right: 160px;
    }
    .home-content .three .con-box .card:nth-child(2) {
        margin-left: 160px;
    }
    .home-content .three .con-box .card:nth-child(3) {
        margin-right: 200px;
    }
    .home-content .three .con-box .card:nth-child(4) {
        margin-left: 70px;
    }

    /*新加的自适应*/

    .content-width {
        width: 90% !important;
    }

    .link-card-box .link-box {
        height: calc((100vw * 0.9) / 4 - 40px);
        width: calc(25% - 20px);

    }

    .swiper-box-card .card-list .img {
        height: calc(100vw * 0.9 / 4);
    }
}

@media (max-width: 1150px) {
    .content-width {
        width: 98%;
        /*padding: 10px;*/
    }

    .link-card-box .link-box {
        height: calc((100vw * 98%) / 4 - 40px);
    }

    .silder li{
        width:calc((100vw * 0.80) / 3);
        height:calc(((100vw * 0.90) / 3) * 0.76);
    }
    .silder li .image-box{height:60%;}

    .two-img-list .left {
        width: calc((100% / 3) - 10px);
    }
    .two-img-list .right {
        width: calc((100% / 3 * 2) - 5px);
    }
    .two-img-list ul li {
        padding-bottom: 15px;
    }
    .card-box-four .card {
        height: calc((100vw * 0.98) * 0.40);
    }

    .home-content .one .bg-content {
        height: calc((100vw * 0.98) * 0.36);
    }
    .home-content .one .bg-content .one-con {
        bottom: 0;
    }
    .home-content .three .con-box {
        background: transparent;
        padding: 20px 0;
    }
    .home-content .one {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .home-content .two {
        padding: 30px 56px;
    }
    .two-img-list {
        padding: 0 10px;
    }
    .home-content .three .con-box .card {
        width: calc(50% - 20px);
        margin: 10px !important;
    }
    .two-img-list a .active-box .title-two {
        padding: 0 0 10px;
    }
    .two-img-list a .active-box {
        padding: 10px;
        height: calc((100vw / 3) * 0.6);
    }
    .two-img-list ul li img, .two-img-list a .more-box {
        height: calc((100vw / 3) * 0.6);
    }
}
@media (max-width: 1000px) {

    .card-box-four .card .left .title-two {
        font-size: 30px;
    }
}
@media (max-width: 900px) {

    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 840px) {
    .one-con .right li {
        width: 120px;
        height: 160px;
    }
    .home-content .one .bg-content .one-con .left .remark {
        -webkit-line-clamp: 3;
        height: 80px;
    }
    .home-content .three .con-box .top-box img {
        width: 80px;
        height: 80px;
    }
    .home-content .three .con-box .top-box .title-two {
        font-size: 34px;
    }
    .card-box-four .card .left {
        width: 50%;
        padding: 20px;
    }
    .card-box-four .card .left .p-box {
        margin: 10px 0;
    }

    .home-content .one .bg-content .one-con .left {
        width: 600px;
    }


    .card-box-four .card .left .p-box {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 750px) {
    .card-box-four .card .left .title-two {
        font-size: 30px;
    }
    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 660px) {
    .home-content .one .bg-content .one-con {
        padding: 20px;
    }
    .home-content .one .bg-content .one-con .left .remark {
        -webkit-line-clamp: 2;
        height: 60px;
    }
    .one-con .right li {
        width: 100px;
        height: 120px;
    }
    .two-img-list a .active-box {
        padding: 10px;
    }
    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 4;
    }
    .silder li{
        width:calc((100vw * 0.70) / 2);
        height:calc(((100vw * 0.90) / 2) * 0.76);
    }
    .home-content .three .con-box .top-box img {
        width: 60px;
        height: 60px;
    }
    .home-content .three .con-box .p-list .p-box {
        margin-bottom: 10px;
    }
    .home-content .three .con-box .p-list {
        height: 160px;
    }
    .card-box-four .card {
        height: auto;
        /*flex-direction: column-reverse;*/
    }
    .card-box-four .card .right {
        display: none;
    }
    .card-box-four {
        padding: 0 10px;
    }
    .card-box-four .card .left {
        height: 280px;
        width: 100%;
    }
    .card-box-four .card .right video {
        height: auto;
    }
    .home-content .one {
        padding-top: 0;
        position: relative;
        top: -20px;
    }
    .home-content .one .title {
        padding: 30px 0
    }
    .two-img-list {
        flex-direction: column;
    }
    .two-img-list .left {
        width: 100%;

    }
    .two-img-list ul {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .two-img-list ul li {
        padding-bottom: 0;
        width: calc(50% - 10px);

    }
    .two-img-list ul li img {
        height: calc((100vw / 2) * 0.6);
    }
    .two-img-list a .active-box {
        height: calc((100vw / 2) * 0.6);
    }
    .two-img-list a .more-box {
        height: calc((100vw / 2) * 0.6);
    }
    .two-img-list .right {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .home-content .one .bg-content .one-con .left .title-two {
        padding: 5px 0
    }
    .home-content .one .bg-content .one-con {
        padding-right: 5px;
    }
    /*.one-con .right li {*/
    /*    width: 80px;*/
    /*    height: 50px;*/
    /*}*/
    .home-content .one .bg-content .one-con .left .remark {
        margin: 5px 0;
    }
    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 2;
    }
    .two-img-list a .more-box .remark {
        padding: 5px;
    }
    .home-content .three .con-box .card {
        width: calc(100% - 20px);
    }
    .two-img-list {
        padding-top: 0;
    }
    .home-content .three .title-box .con {
        background-size: cover;
    }

    .card-box-four .card .left {
        width: 100%;
    }

    #gg1,#gg2,#gg3{
        display: none;
    }
}
@media (max-width: 450px) {
    .silder li{
        width:calc(100vw * 0.70);
        height:calc((100vw * 0.70) * 0.86);
    }
    .silder-button {
        height: calc((100vw * 0.7) * 0.86);
    }
    .silder-button.btl {
        left: -36px;
    }
    .silder li .image-box {
        width: 80%;
        height: 80%;
    }
    .silder li .title-two {
        /*padding: 10px 0 0;*/
    }
    .silder li .a-btn {
        margin-top: 10px;
    }
    .home-content .one .bg-content .one-con .left {
        display: none;
    }
    .home-content .one .title {
        font-size: 40px;
        padding: 10px 0 20px;
    }
    .home-content .two {
        padding: 10px 56px
    }
    /*.two-img-list {*/
    /*    display: none;*/
    /*}*/
    .home-content .three .title-box .con .text {
        font-size: 30px;
    }
    .home-content .three .title-box .con .num {
        font-size: 40px;
        margin: 0 4px;
    }
    .home-content .one .bg-content .one-con {
        padding: 10px;
    }
    .home-content .three {
        padding-top: 0;
    }
    .home-content .three .title-box {
        padding-top: 0;
    }
    .home-content .three .title-box .con-bg img {
        width: 80%;
    }

    .home-content .three .con-box .card-box {
        padding-bottom: 5px;
    }
    .home-content .one .title.unit {
        padding: 20px 0 0;
    }

    .two-img-list ul {
        margin-bottom: 10px;
    }
    .two-img-list ul li {
        width: calc(50% - 5px);
    }
}
@media (max-width: 350px) {
    .home-content .three .con-box .top-box img {
        display: none;
    }
    .home-content .three .title-box .con-bg img {
        width: 97%;
    }
}

/*关于凯川*/
.img-box {
    width: 100vw;
    /*height: 300px;*/
    height: calc(100vw / 4.2);
}
.img-box img {
    width: 100%;
    height: 100%;
}

/*网站内容宽度*/
.content-width-about {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-box-big {
    box-sizing: border-box;
    background: #fff;
    margin: 20px auto;
    min-height: 700px;
    /*box-shadow: 0 2px 10px 2px rgba(82, 82, 82, 0.4);*/
}
.about-box {
    width: 100vw;
    background: #FFFFFF;
}
.about-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.about-top-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.about-top-flex a {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    color: #333333;
}

.about-top .left a {
    margin-right: 30px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.about-top .left .active, .about-top .left a:hover {
    color: #c20100;
    border-bottom: 1px solid #c20100;
}

.about-con-title {
    position: relative;
    text-align: center;
    padding: 20px;
}

.about-con-title .text-bg {
    color: #ededed;
    font-size: 40px;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    z-index: 11;
    top: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.about-con-title .name {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 11;
}

.about-con-title .line {
    width: 50px;
    height: 6px;
    background: #c20100;
    margin: 0 auto;
}

.about-con-box {
    padding: 20px;
}
.about-con-box video {
    width: 90% !important;
    height: auto;
    object-fit: fill;
}
.about-con-box img {
    max-width: 90%;
    height: auto;
}

.about-con-box .p-box {
    color: #666666;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2;
}

.about-img {
    display: flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

.about-img-box {
    width: calc(100% /4 - 20px);
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
.about-img-box.small {
    width: calc(100% / 3 - 20px);
}
.about-img-box .img {
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #ececec;
    height: 275px;
    margin-bottom: 10px;
}

.about-img-box:hover {
    color: #c20100;
}

.about-img-box:hover .img {
    border: 1px solid #c20100;
}

.about-card {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0;
    flex-wrap: wrap;
}

.about-card-box {
    width: calc(50% - 20px);
    background-color: #f6faff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px;
    display: block;
}

.about-card-box:hover {
    background: #fff;
    box-shadow: 1px 1px 10px 6px rgba(156, 161, 186, 0.2);
}

.about-card-box:hover h3 {
    color: #c20100;
}

.box-card-h3 {
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
}

.box-card-p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #747474;
    margin-bottom: 10px;
    height: 43px;
}

.box-card-bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #ccc;
    padding: 16px 0 0;
}

.pager-box {
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.detail-box-new {
    padding: 10px;
}

.detail-box-new .detail-title {
    color: #c20100;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.detail-small-title {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-small-title span {
    display: block;
    white-space: nowrap;
}

.about-detail {
    padding: 20px;
}
.about-detail video {
    width: 90% !important;
    height: auto;
    object-fit: fill;
    margin: 0 auto;
}
.about-detail img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}

.about-detail p {
    font-size: 20px;
    color: #666666;
    text-indent: 2em;
    line-height: 2;
}
@media (max-width: 1200px) {
    .content-width-about {
        width: calc(100% - 20px);
    }

    .about-img-box .img {
        height: calc(((100vw - 60px) / 4 ) / 1.45);
    }
    .detail-img-list .about-img-box .img {
        height: calc(((170vw - 280px) / 4 ) / 1.6);
    }
}

@media (max-width: 670px) {
    .about-con-title .text-bg {
       display: none;
    }
    .about-con-title {
        padding: 10px;
    }
}
@media (max-width: 600px) {
    /*about 内容展示占一行*/
    .about-card-box {
        width: calc(100% - 20px);
    }

    .about-img-box, .about-img-box.small {
        width: calc(50% - 20px);
    }
    .detail-click-num {
        /*display: none !important;*/
    }
    .detail-small-title {
        font-size: 12px;
    }
    .bottom-link {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        clear: both;
        margin-top: 10px;
        /*text-align: center;*/
    }
    .bottom-link a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex: 1;
    }
    .about-img-box .img {
        height: calc(((100vw - 60px) / 2 ) / 1.45);
    }
    .detail-img-list .about-img-box .img {
        height: calc(((100vw - 280px) / 2 ) / 1.6);
    }
}
@media (max-width: 600px) {
    .about-top .left a {
        margin-right: 10px;
        font-size: 14px;
    }
    .about-con-box {
        padding: 10px;
    }
    .about-detail {
        padding: 0;
    }
    .about-box-big {
        margin: 10px auto;
    }
}
/*凯川电力*/
.detail-box-new {
    padding: 10px;
}

.detail-box-new .detail-title {
    color: #c20100;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.detail-small-title {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-small-title span {
    display: block;
    white-space: nowrap;
}


.about-detail p {
    font-size: 18px;
    color: #666666;
    text-indent: 2em;
    line-height: 2;
}
/*一级导航*/
.detail-flex {
    display: flex;
    /*padding-bottom: 20px;*/
    box-sizing: border-box;
}
.detail-flex> .left {
    width: 280px;
    /*height: 100%;*/
    /*height: 600px;*/
    /*overflow-y: scroll;*/
    border: 1px solid #ebe9e9;

}
.detail-flex> .left .top-bg {
    background-image: url("../images/nav_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
}
.detail-flex> .left ul {
    margin: 0;
    padding: 0;
}
.detail-flex> .left .nav-list {
    padding-top: 10px;
    height: calc(100% - 55px);
    overflow-y: auto;
}
.detail-flex> .left .nav-list li {
    list-style: disc;
}
.detail-flex> .left .nav-list>li {
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.detail-flex> .left .nav-list>li>a {
    background: #e7e7e7;
    display: block;
    text-align: center;
    padding: 4px 0;
    color: #333333;
}
.detail-flex> .left .nav-list>li .active , .detail-flex> .left .nav-list>li:hover >a{
    background: #dc322f;
    color: #FFFFFF;
}
.detail-flex>.left .nav-list>li .active+ .nav-list-small{
    display: block;
}
.detail-flex> .left .nav-list>li:hover .nav-list-small {
    display: block !important;
}
.detail-flex> .left .nav-list>li .nav-list-small {
    background: #FFFFFF;
    padding: 10px 20px 0;
    display: none;
}
.detail-flex> .left .nav-list>li .nav-list-small li {
    padding: 4px 0;
}
.detail-flex> .left .nav-list>li .nav-list-small li a {
    color: #333333;
}
.detail-flex> .left .nav-list>li .nav-list-small li .active-on , .detail-flex> .left .nav-list>li .nav-list-small li:hover a {
    color: #dc322f;
}
.detail-flex> .right {
    width: calc(100% - 220px);
    /*padding: 0 20px;*/
}
.detail-flex> .right .top-box {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 10px;
    margin: 0 20px;
}
.detail-flex> .right .top-box .left .one-title {
    font-size: 18px;
}
.detail-flex> .right .top-box .left .icon {
    font-size: 18px;
    color: #dc322f;
}

@media (max-width: 800px) {
    /*about 顶部*/
    .about-top {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .about-top .right {
        display: none;
    }
    .detail-flex> .left {
        display: none;
    }
    .detail-flex> .right {
        width:100%;
    }
}
@media (max-width: 780px) {
    .detail-img-list .about-img .about-img-box {
        width: calc(50% - 20px);
    }
    .detail-img-list .about-img-box .img {
        height: calc((140vw / 2 ) / 1.6);
    }
}
@media (max-width: 630px) {
    .detail-flex> .left {
        display: none;
    }

    .detail-flex> .right {
        width:100%;
    }
    .detail-img-list .about-img-box .img {
        height: calc((100vw / 2 ) / 1.6);
    }

}


/*新增样式*/
.search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.search-form .search-input {
    border: 1px solid #82bee6;
    border-right: none;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 20px 0 0 20px;
    width: calc(100% - 40px);
	outline:none;
}

.search-form .search-btn {
    border: 1px solid #82bee6;
    border-left: none;
    height: 40px;
    width: 60px;
    border-radius: 0 20px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0067ac;
    box-sizing: border-box;
}

.search-btn .icon {
    color: #FFFFFF;
    font-size: 20px;
}


.title-box-home .home-title {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 12;
    text-align: center;
}

.title-box-home .home-title-desc {
    font-size: 60px;
    /*font-weight: bold;*/
    /*text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999, 1px 1px 0 #999; !* 描边颜色 *!*/
    position: relative;
    z-index: 10;
    top: 40px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #eaf0fb;
    line-height: 1;
}

.swiper-box-card {
    display: flex;
    flex-wrap: wrap;
}

.swiper-box-card .card-list {
    width: calc(25% - 20px);
    margin: 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: block;
}

.swiper-box-card .card-list .card-box {
    border: 8px solid #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.swiper-box-card .card-list .img {
    width: 70%;
    height: 240px;
    margin-top: 10px;
}

.swiper-box-card .card-list .name {
    color: #747474;
    margin-top: 10px;
}

.swiper-box-card .card-list:hover .name {
    color: #3653a4;
}


.news-list-box .left-box-date {
    width: 80px;
    text-align: center;
    white-space: nowrap;
}

.left-box-date .date {
    font-size: 40px;
    color: #333333;
    line-height: 1.2;
}

.left-box-date .month {
    font-size: 14px;
    color: #666666;
}

.news-list-box .line-box {
    width: 1px;
    height: 50px;
    background: #dedede;
    margin: 0 10px;
}

.news-list-box .right {
    padding-left: 10px;
}

.news-list-box .p-title {
    font-size: 16px;
    color: #333333;
}

.news-list-box .p-sub {
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}

.main-company {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    padding: 10px 0 40px;
}

.main-company .name {
    width: 100px;
    white-space: nowrap;
}

.main-company .a-list {

}

.main-company .a-list a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 10px;
}

.contact-us {
    background: #f2f2f2;
    margin-top: 20px;
}

.contact-box {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-box .line-box {
    width: 1px;
    height: 20px;
    background: #dedede;
    margin: 0 10px;
}
.contact-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-card .icon {
    color: #3653a4;
    font-size: 30px;
    font-weight: bold;
}

.contact-card .p-box {
    color: #777777;
    font-size: 14px;
    padding-left: 10px;
    flex: 1;
}

.contact-us .title-box-home .home-title-desc {
    color: #FFFFFF;
}

.small-banner-box {
    display: flex;
}
.small-banner {
    height:340px;
    width: 600px;
}

.small-banner .carousel-inner a {
    width: 600px;
    height: 340px;
}

.small-banner .carousel-inner a img {
    width: 100%;
    height: 100%;
}


.small-banner .carousel .tip-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.6);
    color: #ffffff;
    font-size: 16px;
    padding-left: 20px;
    height: 40px;
    line-height:40px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.small-banner .img-swiper:hover {
    transform: scale(1.2);
    transition: all 0.6s ease ;
    -webkit-transition: all 0.6s ease ;
}


.news-tabs-box {
    width: calc(100% - 600px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

.news-two-list {
    display: flex;
    justify-content: space-between;
}
.news-two-list .news-tabs-box {
    width: calc(50% - 15px);
    padding: 0;
}

.teacher-box .news-tabs-box {
    width: 100%;
    padding: 0;
}

.news-tabs-box .news-tabs {
    border-bottom: 1px solid #d9d9d9;
}

.news-tabs-box .news-tabs .tabs  a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    padding: 0 0 6px;
    cursor: pointer;
    position: relative;
    font-weight: bold;

}

.news-tabs-box .bg-tabs .tabs  a {
    border-top: 2px solid transparent;
    padding: 6px 10px;
}

.news-tabs-box .news-tabs .right-more {
    color: #999999;
    font-size: 14px;
}

.news-tabs-box .news-tabs .line-tabs {
    content: '';
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    margin-right: 30px
}

.news-tabs-box .news-tabs .right-more .icon {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.right-more span {
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
}

.news-tabs-box .news-tabs .tabs .active, .news-tabs-box .news-tabs .tabs a:hover {
    color: #0061b4;
    border-bottom: 2px solid #0061b4;
    position: relative;
    top: 1px;
}

.news-tabs-box .bg-tabs .tabs .active, .news-tabs-box .bg-tabs .tabs a:hover {
    border: none;
    color: #0061b4;
    border-top: 2px solid #0061b4;
    background: #f8f8f8;
    top: 0;
}


.news-list {
    padding: 10px 0 0;
    min-height:200px;
}

.news-list .list {
    color: #333333;
    font-size: 16px;
    padding: 6px 0;
}

.news-list .list:hover p {
    color: #005caf !important;
}

.news-list .time-box {
    width: 88px;
    text-align: right;
    font-size:14px;
    color: #999999;
}

.news-list-card {
    margin: 15px 0 ;
    background: #f5f5f5;
    padding: 15px;
    display: block;
}

.news-box-tag {
    display: inline-block;
    color: #f13504;
    background: #fdfc00;
    font-weight: bold;
    border-radius: 4px;
    padding: 0 4px;
    margin-left: 10px;
    font-size: 12px;
}

.news-list-card .p-title {
    color: #0061b4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.news-list-card .p-box {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.dot-list .list {
    position: relative;
}

.dot-list .list:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 20%;
    background: #d7d7d7;
    display: inline-block;
    margin-right: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.carousel img {
    /* display: block; */
    max-width: 100%;
    line-height: 1;
    vertical-align: middle;
    border: none;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    text-align: center;
    list-style: none;
}
.carousel-indicators.center {
    left: 50%;
    transform: translateX(-50%);
}

.carousel-indicators.right {
    right: 40px;
    bottom: 0;
    left: auto;
    margin-left: 0;
    width: auto;
}

.line-inner li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.line-inner .active {
    width: 30px;
    background: #ffffff;
}

.line-blue.line-inner li {
    background: #cccccc;
}
.line-blue.line-inner .active {
    background: #005caf;
}

.img-box-list {
    position: relative;
}

.img-box-list .p-text-box {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    width: 60%;
    height: 100%;
    padding: 0 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2em;
}

.img-box-list .p-text-box p {
    white-space: nowrap;
    text-shadow: 2px 2px 2px rgba(0, 97, 180, 0.8);
}

.img-box-list img {
    width: 100%;
}

.tabs-sub-list {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    justify-content: center;
}

.tabs-sub-list .sub-a {
    padding: 10px 20px 0;
    text-align: center;
    color: #333333;
    font-size: 16px;
    position: relative;
    display: block;
}

.tabs-sub-list .sub-a:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #dddddd;
    display: block;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 0;
}

.tabs-sub-list .sub-a:last-child:after{
    content: none;
}

.tabs-sub-list .sub-a.active, .tabs-sub-list .sub-a:hover {
    color: #0061b4;
    font-weight: bold;
}

.tabs-sub-list .sub-a.active:before, .tabs-sub-list .sub-a:hover:before  {
    content: url("/images/activeBg.png");
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -15px;
}


.four-img-list {
    padding: 20px 0 0;
    height: auto;
    overflow: hidden;
}
.four-img-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: auto;
}
.four-img-list ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.four-img-list .flex-box-unit {
    width: 400px;
    color: #333333;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.four-img-list .flex-box-unit:last-child{
	padding:0;
}
.four-img-list .flex-box-unit a {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.four-img-list .flex-box-unit img {
    width: 100%;
    height: 100%;
}

.four-img-list .flex-box-unit:hover  img {
    transform: scale(1.2);
    transition: all 0.6s ease ;
    -webkit-transition: all 0.6s ease ;
}

.four-img-list .flex-box-unit .p-box {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.four-img-list .flex-box-unit .p-box .right-box {
    margin-left: 10px;
}


.footer-box .footer-select-box {
    background: #e8ecf0;
}

.footer-box .footer-select {
    padding: 20px;
    box-sizing: border-box;
}

.footer-box .footer-select .select-box {
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    width: 25%;
    position: relative;
    cursor: pointer;
}

.footer-box .footer-select .select-box .box {
    white-space: nowrap;
}

.footer-box .footer-select .select-box .icon {
    font-size: 24px;
    color: #808080;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.footer-box .footer-select .select-box:last-child {
    margin-right: 0;
}
.footer-select .open-box {
    display: none;
    position: absolute;
    height: 210px;
    top: -210px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

.footer-select .open-box .box {
    height: 200px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.footer-box .footer-select .select-box:hover .open-box {
    display: block;
}

.footer-select .open-box a {
    display: block;
    padding: 10px 0 0;
    /*border-bottom: 1px dashed #dedede;*/
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
}

.footer-select .open-box a:hover {
    color: #0a67fb;
}


/*网站底部*/

.footer-box {
    width:100%;
    height: 100%;
    background: #0061b4;
}
.footer {
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-bottom-box {
    /*background: #FFFFFF;*/
    padding: 20px 0;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
}
.footer .footer-bottom-box .footer-bottom-text {
    text-align: center;
    padding: 5px 0 ;
}
.footer .footer-bottom-box .footer-bottom-text span {
    white-space: nowrap;
}
.footer .footer-bottom-box .footer-bottom-text a {
    color: #FFFFFF;
    white-space: nowrap;
}

.footer .img-ewm {
    display: flex;
    align-items: center;
    width: 200px;
}

.footer .img-ewm img {
    width: 78px;
    height: 78px;
}

.footer .img-ewm p {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 10px;
}



/*列表页*/
.navigation-box {
    /* padding: 20px 0; */
    cursor: pointer;
}

.big-box {
    display:flex;
    padding: 40px 0;
    align-items: stretch;
}

.big-box .left-box {
    width: 300px;
}

.big-box .top-box {
    background: #0061b4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 30px;
}

.big-box .top-box img {
    height: 100%;
}


.big-box .right-box {
    width: calc(100% - 340px);
    margin-left: 40px;
    border: 1px solid #dedede;
}

.big-box.search-box-list .right-box {
    width: 100%;
    margin-left: 0;
}


.big-box .right-box .title-sub-box {
    padding: 20px;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.big-box .right-box .title-sub-box p {
    font-size: 20px;
    color: #0061b4;
    font-weight: bold;
    /* border-bottom: 1px solid #d7d7d7; */
    /* padding-bottom: 10px; */
}

.big-box .list-big-box {

}
.list-big-box .list-pic-box{
	width: 100%;
	box-sizing: border-box;
	min-height: 600px;
}
.big-box .list-big-box .list-img-box {
    padding: 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.big-box .list-big-box .list-img-box .list-img {
    width: calc(100% / 3);
    /*max-width: 278px;*/
    /*height:231px;*/
    padding: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    text-align: center;
    /* border: 1px solid #fff; */
}
.search-box-list .list-big-box .list-img-box .list-img {
	width: calc(100% / 4);
}

.big-box .list-big-box .list-img-box .list-img .img {
    width: 100%;
    height: 200px;
    margin-bottom: 6px;
	overflow:hidden;
}
.big-box .list-big-box .list-img-box .img img {
    width: 100%;
    height: 100%;
}
.big-box .list-big-box .list-img-box .list-img:hover .img img {
	transform: scale(1.2);
	transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
}

.big-box .list-big-box .list-img-box .list-img:hover {
    color: #0061b4;
    border: 1px solid #0061b4;
    border-radius: 10px;
}


.big-box .list-big-box .list-news-box {
    padding: 0 20px 10px;
    width: 100%;
    box-sizing: border-box;
    min-height: 600px;
}

.big-box .list-big-box .list-news-box .list {
    color: #333333;
    border-bottom: 1px dashed #dedede;
    display: block;
    padding: 10px 0;
}


.big-box .list-big-box .list-news-box .list:first-child{
    padding-top: 0;
}

.big-box .list-big-box .list-news-box .list:last-child{
    border-bottom: none;
}

.big-box .list-big-box .list-news-box .list:hover {
    color: #0061b4;
}


.big-box .list-big-box .list-news-box .list .font-size {
    font-size: 16px;
}

.big-box .list-big-box .list-news-box .list .custom-icon-more-fill {
    font-size: 12px;
    margin-right: 10px;
}

.qyjs-cont {
    min-height: 600px;
    line-height: 1.6;
    padding: 0 15px 25px;
    font-size: 16px;
}

.detail-big-box {
    border: 1px solid #dedede;
    padding: 20px;
}

.a-list-other {
    padding: 20px 0;
	text-align: left;
}
.a-list-other a {
    color: #333333;
    font-size: 14px;
    padding: 5px 0 0;
    margin-bottom: 10px;
}


.detail-big-box .detail-title-box {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}



.detail-big-box .detail-sub-box {
    background: #f8f9fb;
    padding: 6px 20px;
    text-align: center;
    color: #808695;
}

.detail-big-box .detail-sub-box span {
    margin-right: 12px;
}

.detail-big-box .detail-sub-box span:last-child {
    margin-right: 0;
}


.detail-big-box .qyjs-cont {
    padding: 40px 0 0;
}


.detail-title-box.mailbox-title {
    text-align: left;
    margin-left: 80px;
    display: inline-block;
    font-size: 24px;
}

.mailbox-title .a-login {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 1px;
}

.mailbox-form {
    padding: 10px 0 40px;
}

.mailbox-form .label-input {
    width: 80px;
    display: inline-block;
    font-size: 16px;
}

.mailbox-form .lg-input {
    width: 500px;
}


textarea.lg-input {
    height: auto;
    line-height: 1.25;
    padding-top: 8px;
    border-radius: 6px;
    resize: vertical;
    min-height: 200px;
    font-family: inherit;
}

.submit-btn {
    background: #0061b4;
    color: #ffffff;
    width: 120px;
    margin: 0 10px;
    padding: 8px;
    box-sizing: border-box;

}


.login-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    z-index: 100;
}

.login-modal-box .login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-modal-box .login-modal {
    width: 30%;
    min-width: 340px;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px;
}

.login-modal-box .login-modal .left-img {
    width: 42%;
    height: 100%;
}

.login-modal-box .login-modal .right-box {
    width: 58%;
    padding: 20px;
}

.login-modal-box .login-modal .right-box .login-title {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    padding: 10px 20px 0;
}

.login-modal-box .close-box {
    text-align: right;
    font-size: 18px;
    color: #999999;
}

.login-modal-box .close-box .icon-remove {
    cursor: pointer;
    font-size: 30px;
}
.login-desc-ewm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-desc-ewm .login-desc-title {
    font-size: 18px;
    color: #556370;
    padding: 20px 0;
}

.login-desc-ewm .login-ewm-box {
    width: 180px;
    height: 180px;
}

.login-desc-ewm .login-desc {
    color: #666666;
    font-size: 16px;
    padding: 20px 0;
}


.message-notice-box {
    position: fixed;
    bottom: 300px;
    right: 10px;
    z-index: 100;
}


.message-notice-box .notice-box {
    position: relative;
}

.message-notice-box .notice-box .notice {
    background: linear-gradient(to bottom, #fefeff, #e8f1ff);
    border: 1px solid #e9f2fe;
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
}

.message-notice-box .notice-box .submit-btn {
    margin-top: 20px;
    border-radius: 20px;
    padding: 4px 8px;
}

.message-notice-box .close-box {
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid #e9f2fe;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.message-notice-box .close-box i {
    font-size: 12px;
    color: #999999;
}

.detail-big-box {
    border: 1px solid #dedede;
    padding: 20px;
}


.detail-big-box .detail-title-box {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}



.detail-big-box .detail-sub-box {
    background: #f8f9fb;
    padding: 6px 20px;
    text-align: center;
    color: #808695;
}

.detail-big-box .detail-sub-box span {
    margin-right: 20px;
}

.detail-big-box .detail-sub-box span:last-child {
    margin-right: 0;
}


.detail-big-box .qyjs-cont {
    padding: 20px 0 0;
}
.qyjs-cont img {
    max-width: 90%;
    height: auto;
}
.qyjs-cont video {
    max-width: 96%;
    height: auto;
    object-fit: fill;
    margin: 0 auto;
}


.detail-title-box.mailbox-title {
    text-align: left;
    margin-left: 80px;
    display: inline-block;
    font-size: 24px;
}


.link-detail-box {
    display: flex;
    padding: 10px;
}

.link-detail-box .link-detail {
    width: calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
}

.link-detail .link-title {
    width: 100%;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.link-detail .blue {
    background: #2a68f4;
}

.link-detail .purple {
    background: #8843da;
}

.link-detail .orange {
    background: #fb9225;
}

.link-detail .link-title .num-box {
    font-size: 30px;
    color: #FFFFFF;
}

.link-detail .line-cont {
    background: #f7f8fa;
    padding: 10px 15px 15px;
    border-radius: 4px;
    min-height: 100px;
}

.line-cont .title-top {
    font-size: 14px;
    color: #888888;
}

.line-cont .title-top .red-bold {
    color: #ff1207;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.line-cont .link-list-box {
    padding: 20px 0 10px;
}

.line-cont .list-box {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.line-cont .name-box {
    width: 60%;
    display: inline-block;
    margin-right: 10px;
}


/*自适应*/
@media (max-width: 1300px) {
    .swiper-box-card .card-list .img {
        height: calc(100vw * 0.9 / 4 - 40px);
    }

    .pro-news-box .left-box .img-left {
        height: calc(100vw * 0.9 * 0.3);
    }
	.swiper-box {
		height: calc(100vw * 0.35);
	}
    .content-box-img-swiper {
        height: calc(100vw * 0.35);
    }

    .img-box-list .p-text-box {
        font-size: 3.2rem;
    }
	
    .big-box .list-big-box .list-img-box .list-img .img {
        height: calc((100vw * 0.9 - 340px) / 3 * 0.6);
    }
}

@media (max-width: 1180px) {
    .footer .box-footer {
        flex-direction: column;
    }

    .right-box-img {
        margin-top: 20px;
    }

    .small-banner-box {
        flex-direction: column;
    }

    .small-banner {
        height: calc(100vw * 0.5 * 0.9);
        width: calc(100vw * 0.9);
    }
    .small-banner .carousel-inner a {
        width: calc(100vw * 0.9);
        height: calc(100vw * 0.5 * 0.9);
    }

    .news-tabs-box {
        width: 100%;
        padding: 20px 0 0;
    }
}


@media (max-width: 1000px) {
    .contact-box {
        flex-wrap: wrap;
    }

    .contact-card {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .contact-box .line-box {
        display: none;
    }
    .search-form-left {
        width: 60%;
    }

    .big-box .left-box {
        display: none;
    }

    .big-box .right-box {
        width: 100%;
        margin-left: 0
    }

    .big-box .list-big-box .list-img-box .list-img .img {
        height: calc((100vw * 0.9) / 3 * 0.6);
    }

    .small-none {
        display: none;
    }

    .footer {
        flex-direction: column;
    }
    .footer .left-box-footer {
        width: 100%;
    }

    .footer .img-ewm {
        width: auto;
        padding-bottom: 20px;
    }
	.search-box-list .list-big-box .list-img-box .list-img{
		width: calc(100% / 3);
	}

}

@media (max-width: 860px) {
    .carousel .circular-inner li {
        width: 14px;
        height: 14px;
        padding: 2px;
    }

    .carousel .circular-inner li span {
        width: 8px;
        height: 8px;
    }

    .carousel .carousel-indicators {
        /*bottom: 6px;*/
    }

    .product-swiper .carousel-indicators {
        bottom: -30px;
    }

    .swiper-box-card .card-list {
        width: calc(50% - 20px);
    }

    .swiper-box-card .card-list .img {
        height: calc(100vw * 0.9 / 2 - 40px);
    }

    .title-box-home .home-title-desc {
        display: none;
    }

    .title-box-home .home-title {
        margin-top: 20px;
    }

    .content-width {
        width: calc(100vw - 30px) !important;
    }

    .link-card-box .link-box {
        height: calc((100vw - 40px) / 4 - 40px);
    }


    .small-banner , .small-banner .carousel-inner a {
        width: calc(100vw - 60px);
    }


    .pt-20px {
        padding-top: 20px;
    }

    .pro-news-box .news-list-box {
        padding: 20px 0 0;
    }


    .news-two-list .news-tabs-box {
        width: 100%;
    }

    .news-two-list .news-tabs-box:last-child {
        margin-top: 20px;
    }

    .news-two-list {
        flex-wrap: wrap;
    }

    .img-box-list .p-text-box {
        font-size: 2.2rem;
    }

    .left-box-footer .logo-img {
        display: none;
    }

    .four-img-list .flex-box-unit {
        width: calc((100vw - 40px) / 3);
    }

    .four-img-list .flex-box-unit a {
        height: calc((100vw - 40px) / 3 / 3);
    }

    .info-p-box {
        margin-left: 0;
    }

    .carousel .carousel-indicators {
        right: 10px;
    }

    .small-banner .carousel .tip-box {
        padding-left: 6px;
    }

    .small-banner .carousel .tip-box .box{
        width: 70%;
		padding:0;
    }

    .link-card-box {
        flex-wrap: wrap;
        padding: 0 20px;
        min-height: auto;
    }

    .link-card-box .link-box {
        height: calc((100vw * 0.9) / 2 - 40px);
        width: calc(50% - 20px);
        margin: 20px 0;
    }


    .link-detail-box {
        flex-wrap: wrap;
    }
    .link-detail-box .link-detail {
        width: calc(100% / 2);
    }
	.swiper-box {
		height: calc(100vw * 0.38);
	}
	.content-box-img-swiper{
		height: calc(100vw * 0.38);
		object-fit: cover;
	}
	.qyjs-cont p,.qyjs-cont span,.qyjs-cont div{font-size:16px !important;}
}

@media (max-width: 650px) {
    .footer-box .footer-select {
        padding: 10px 0;
    }
    .footer-box .footer-select .select-box {
        padding: 0 4px;
        font-size: 14px;
    }

    .search-form {
        display: none;
    }

    .footer-box .footer-select .select-box .icon {
        margin-left: 2px;
        font-size: 14px;
    }

    .footer-select .open-box .box {
        padding: 8px 10px;
    }

    .img-box-list .p-text-box {
        font-size: 1.5rem;
    }
    
    
    
    .footer-select .open-box {
        width: 200%;
    }

    .footer-select .open-box.end-box {
        left: -100%;
    }
	.big-box .list-big-box .list-img-box{
		padding:0;
	}
    .big-box .list-big-box .list-img-box .list-img {
        width: calc(100% / 2);		
    }

    .big-box .list-big-box .list-img-box .list-img .img {
        height: calc((100vw* 0.9) / 2 * 0.6);
    }

    .mini-none {
        display: none;
    }

    .detail-big-box .detail-sub-box {
        padding: 6px;
    }

    

    .link-detail-box {
        padding: 0;
    }
    .link-detail-box .link-detail {
        width: 100%;
        padding: 10px 0;
    }

    .line-cont .title-top .red-bold {
        font-size: 20px;
    }

    .line-cont .name-box {
        width: 70%;
    }

    .line-cont .list-box {
        font-size: 16px;
    }

    .link-detail .line-cont {
        padding: 10px 15px 0;
    }
	.detail-big-box{
		padding: 10px;
	}
	.detail-big-box .detail-sub-box span{
		font-size:12px;
	}
	.xfpic,.piaofu{display:none;}
}



@media (max-width: 500px) {

    .contact-card {
        width: 100%;
    }

    .img-box-list .p-text-box {
        width: 70%;
    }
    .detail-big-box .detail-title-box{
		font-size: 20px;
	}
	.big-box .right-box .title-sub-box {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 450px) {
    .footer-box .footer-select .select-box .icon {
        display: none;
    }

    .img-box-list .p-text-box {
        width: 80%;
    }

    .right-box-img .ewm-box {
        height: calc((100vw - 30px) / 3 - 20px);
    }

    .big-box .list-big-box .list-news-box {
        padding: 0 10px 10px;
    }

    .big-box .right-box .title-sub-box {
        padding: 10px;
    }

    .news-tabs-box .bg-tabs .tabs a {
        padding: 6px 4px;
    }

    .news-tabs-box .news-tabs .tabs a {
        font-size: 16px;
    }

    .news-tabs-box .news-tabs .right-more {
        font-size: 12px;
    }
}
