/*网站通用样式*/

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 {
    /*background-image: url("../images/home_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    box-sizing: border-box;
    height: auto;
    background-color: #ffffff;
}
.color-blue {
    color: #3653a4;
}
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;
}

.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;
	font-size:14px;
}

.iframe {
    border: medium none;
    display: block;
}

/*底部边框*/
.border-bottom {
    border-bottom: 1px solid #c7c7c7;
}

/*图片默认宽高度*/
.content-box-img {
    width: 100%;
    height: 100%;
}
table {
    float: none !important;
}
/*网站内容宽度*/
.content-width {
    width: 1400px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

/*首页背景图*/

/*轮播图*/
.swiper-box {
    position: relative;
    width: 100vw;
    z-index: 6;
    /* margin-top: -126px; */
}
.carousel {
    width:100%;
    height: 100%;
}
.content-box-img-swiper {
    width:100vw;
    height: calc(100vw * 0.44);
    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 #3653a4;
    background: #3653a4;
    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: #3653a4;
    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: #3653a4;
    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: #3653a4;
}
.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: #3653a4;
    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 #3653a4;
    background: #3653a4;
    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%;
}
.four-img-list {
    padding: 20px 0;
    height: auto;
    overflow: hidden;
}

.four-img-list .user_ul {
    display: flex;
}

.four-img-list ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.four-img-list .flex-box {
    width: calc((100% / 3) - 20px);
    box-sizing: border-box;
}
.four-img-list .flex-box a {
    color: #333333;
    display: block;
}
.four-img-list .flex-box .cont-box {
    padding: 0 10px;
}

.four-img-list .flex-box:hover, .four-img-list .active {
    box-shadow: 0 4px 10px 4px rgba(234, 168, 168, 0.7);
    transform: translateY(-10px);
    border-radius: 10px;

}

.four-img-list .flex-box .p-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.four-img-list .flex-box .img-box {
    width: 100%;
    /*height: 372px;*/
    height: calc(((100vw * 0.87 / 3) - 20px) * 0.7);
    border-radius: 10px;
    overflow: hidden;
}
.four-img-list .flex-box .img-box img {
    width: 100%;
    height: 100%;
}
.four-img-list .flex-box .cont-box {
    height: 110px;
}
.four-img-list .flex-box .title-box {
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   padding: 20px 0 0;
   margin-bottom: 10px;
}

/*合作单位*/
.unit-box-bg {
    background: #f7f7f7;
    width: 100%;
    padding: 10px 0 2%;
}

.home-content .one .title.unit {
    font-size: 40px;
    padding: 2% 0;
}

.four-img-list.unit-box {
    padding: 10px 0 6%;
}

.plan-box {
    padding: 60px 0;
}
.four-img-list .flex-box-unit {
    color: #333333;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    width: 465px;
    display: inline-block;
}
.four-img-list .flex-box-unit a {
    display: block;
    width: 100%;
    position: relative;
}

.four-img-list .flex-box-unit .p-boxs{
    width: 100%;
    height: 200px;
    margin: 10px 0;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four-img-list .flex-box-unit .p-boxs:hover .title-box {
    color: #0e84cc;
}

.four-img-list .flex-box-unit .left-box {
    flex: 1;
    padding-right: 6px;
}

.four-img-list .flex-box-unit .right-box {

}

.four-img-list .flex-box-unit .side-img {
    width: 120px;
    margin-bottom: 30px;
}

.four-img-list .flex-box-unit .title-box{
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}

.four-img-list .flex-box-unit .title-sub{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #878d98;
    font-size: 14px;
    min-height: 90px;
}

.four-img-list .flex-box-unit .a-more{
    color: #0e84cc;
    font-size: 14px;
    padding-left: 20px;
    font-weight: bold;
}

.four-img-list .flex-box-unit .icon-long-arrow-right {
    margin-left: 4px;
}

/*关于凯川*/
.img-box {
    width: 100vw;
    height: calc(100vw / 4.2);
}
.img-box img {
    width: 100%;
    height: 100%;
}
.footer-box {
    background: #056ace;
}
/*网站内容宽度*/
.content-width-about {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-box-big {
    box-sizing: border-box;
    background: #fff;
    margin: 30px 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: #3653a4;
    border-bottom: 1px solid #3653a4;
}

.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: #3653a4;
    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: 380px;
    margin-bottom: 10px;
}
.right .detail-img-list .about-img-box .img{
	height: 240px;
}

.about-img-box:hover {
    color: #3653a4;
}

.about-img-box:hover .img {
    border: 1px solid #3653a4;
}

.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: #3653a4;
}

.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: #3653a4;
    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;
}

/**/
.detail-box-new {
    padding: 10px;
}

.detail-box-new .detail-title {
    color: #3653a4;
    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; */
	width: 316px;
    /*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 2px;
    color: #333333;
}
.detail-flex> .left .nav-list>li .active , .detail-flex> .left .nav-list>li:hover >a{
    background: #3653a4;
    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: #3653a4;
}




/*新增样式*/
.search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.search-form .search-input {
    border: 1px solid #3653a4;
    border-right: none;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    width: calc(100% - 40px);
	outline:none;
}

.search-form .search-btn {
    border: 1px solid #3653a4;
    border-left: none;
    height: 40px;
    width: 60px;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3653a4;
    box-sizing: border-box;
}

.search-btn .icon-search {
    color: #FFFFFF;
    font-size: 20px;
}


.title-box-home .home-title {
    color: #0e84cc;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    z-index: 12;
    text-align: center;
    letter-spacing: 0.1em;
}

.title-box-home .home-title-desc {
    font-size: 70px;
    position: relative;
    z-index: 10;
    top: 60px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #e8edf4;
    font-weight: bold;
    line-height: 1;
}


.swiper-box-card {
    display: flex;
    flex-wrap: wrap;
}

.swiper-box-card .card-list {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    display: block;
}

.swiper-box-card .card-list .card-box {
    box-sizing: border-box;
    width: 100%;
}

.swiper-box-card .card-list .img {
    width: 100%;
    height: 240px;
}
.swiper-box-card .card-list .desc-box {
    padding: 10px 15px;
    height: 120px;
}

.swiper-box-card .card-list  .title-box {
    font-weight: bold;
    color: #333333;
    font-size: 24px;
}
.swiper-box-card .card-list .name {
    color: #747474;
    margin-top: 4px;
}

.swiper-box-card .card-list:hover .name {
    color: #878d98;
    font-size: 14px;
}

.swiper-box-card .card-list:hover {
    box-shadow: 1px 1px 10px 6px rgba(14, 132, 204, 0.2);
}


.swiper-box-card .card-list:hover  .title-box{
    color: #0e84cc;
}

.swiper-customer .card-list {
    width: calc(25% - 6px);
    margin: 3px;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    height: 120px;
    /*padding: 20px 10px;*/
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-customer .card-list  .img {
    width: 100%;
    height: 100%;
}

.swiper-card-customer .swiper-box-card-box {

}

.swiper-box-card-box .card-list:hover {
    box-shadow: 1px 1px 8px 4px rgba(14, 132, 204, 0.1);
}

.swiper-customer .card-list:hover .img {
    transform: scale(1.2);
    transition: all 0.6s ease ;
    -webkit-transition: all 0.6s ease ;
}

.product-box {
    padding: 20px 0 60px;
}

.product-swiper {
    padding: 40px 0 60px;
}

.product-swiper .carousel-indicators {
    bottom: -20px
}

.product-swiper .circular-inner li {
    border: 1px solid #dedede;
}
.product-swiper .circular-inner span {
    background: #dedede;
}

.product-box-bg {
    position: relative;
    box-sizing: border-box;
}

.product-box-bg .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.product-box-bg .cont-bg-box {
    position: relative;
    z-index: 11;
}


.product-box-bg .left .line-box {
    margin-left: 10px;
}

.product-box-bg .btn-more {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #FFFFFF;
}


.product-box-bg .cont-bg-box .center-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.product-box-bg .center-box .title {
    font-size: 24px;
    color: #405ca8;
}

.product-box-bg .center-box .title-sub {
    color: #777777;
    font-size: 14px;
}

.product-box-bg .center-box .p-box {
	margin: 30px 0 60px;
	color: #777777;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.product-box-bg .center-box .btn-more {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #777777;
    font-size: 16px;
    color: #777777;
}




.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;
	/* width:12%; */
}

.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-us .title-box-home .home-title-desc {
    color: #FFFFFF;
}

.pro-news-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.pro-news-box .center-img {
    width: 280px;
    height: 280px;
    position: relative;
}

.pro-news-box .center-img .img-p-box {
    position: relative;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-img .img-p-box  .img-p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}

.pro-news-box .center-img .side-imgs {
    width: 40px;
}

.pro-news-box .center-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pro-news-box .left-box {
    flex: 1;
}

.pro-news-box .title-box-p {
    padding: 20px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-news-box .flex-right {
    text-align: right;
}
.pro-news-box .title-box-p .title-box {
    font-size: 18px;
    font-weight: bold;
    color: #0e84cc;
    margin-bottom: 2px;
}

.pro-news-box .title-box-p .sub-title {
    color: #444444;
    font-size: 14px;
}

/*自适应*/
@media (max-width: 1400px) {
    .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;
    }
    /*.four-img-list .flex-box-unit {width: 240px}*/
    .four-img-list .flex-box-unit .img-box {
        /*height: 160px;*/
    }


    .four-img-list .flex-box-unit {
        width: 442px;
    }

    /*新加的自适应*/

    .content-width {
        width: calc(100vw - 40px) !important;
    }

    .swiper-box-card .card-list .img {
        height: calc(100vw * 0.9 / 4);
    }

    .swiper-box-card .card-list .img {
        height: calc(100vw * 0.7 / 4 - 40px);
    }

    .swiper-customer .card-list .img {
        height: 100%;
    }

    .content-box-img-swiper {
        /*height: calc(100vw * 0.58);*/
    }
	.right .detail-img-list .about-img-box .img{
		height: calc(((100vw - 60px) / 4 ) / 1.8);
	}
}

@media (max-width: 1150px) {
    .content-width {
        width: calc(100vw - 40px) !important;
        /*padding: 10px;*/
    }

    .nav > li > a {
        padding: 2px !important;
    }

    .silder li{
        width:calc((100vw * 0.80) / 3);
        height:calc(((100vw * 0.90) / 3) * 0.76);
    }
    .silder li .image-box{height:60%;}
    .four-img-list .flex-box {
        /*width: 500px;*/
        width: calc((100% / 3) - 10px);
    }
    .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);
    }
    .four-img-list .flex-box .img-box {
        /*height: 300px;*/
        height: calc(((100vw * 0.98 / 3) - 20px) * 0.7);
    }

    .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) {
    .contact-box {
        flex-wrap: wrap;
    }

    .contact-box .line-box {
        display: none;
    }
    .search-form-left {
        /*width: 60%;*/
    }

    .swiper-box-card .card-list .title-box {
        font-size: 18px;
    }

    .swiper-box-card .card-list .desc-box {
        height: 100px;
    }

    .four-img-list.unit-box {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 5px;
    }
    .four-img-list.unit-box .flex-box-unit .img-box {
        height: calc(((100% / 4) - 10px) * 0.7);
    }
    .four-img-list.unit-box .flex-box-unit {
        width: calc((100% / 4) - 10px);
        margin: 5px;
    }
    .card-box-four .card .left .title-two {
        font-size: 30px;
    }
}

@media (max-width: 840px) {

    .two-img-list a .active-box {
        /*height: calc((100vw / 2) * 0.6);*/
        /*padding: 20px;*/
    }
    .two-img-list a .more-box {
        /*height: calc((100vw / 2) * 0.6);*/
    }
    .two-img-list a .active-box .remark {
        -webkit-line-clamp: 4;
    }

    .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;
    }
    .four-img-list {
        padding: 20px 0;
    }
    .home-content .one .bg-content .one-con .left {
        width: 600px;
    }

    .four-img-list .flex-box {
        /*width: 300px;*/
    }
    .four-img-list .flex-box .img-box {
        /*height: 180px;*/
    }

    /*.four-img-list .flex-box-unit {*/
    /*    width: 200px;*/
    /*}*/
    .four-img-list .flex-box-unit .img-box {
        /*height: 140px;*/
    }
    .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;
    }

    .four-img-list .flex-box-unit {
        width: 360px;
    }
    .four-img-list .flex-box-unit .side-img {
        width: 100px;
    }

    .four-img-list .flex-box-unit .title-sub {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        min-height: 60px;
    }
    .four-img-list .flex-box-unit .p-boxs {
        height: 180px;
    }
}
@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%;
    }
    .four-img-list.unit-box .flex-box-unit .img-box {
        height: calc(((100% / 3) - 10px) * 0.7);
    }
    .four-img-list.unit-box .flex-box-unit {
        width: calc((100% / 3) - 10px);
    }
    /*.four-img-list .flex-box-unit {*/
    /*    width: 180px;*/
    /*}*/
    .four-img-list .flex-box-unit .img-box {
        /*height: 105px;*/
    }
    #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%;
    }
    .four-img-list {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .home-content .three .con-box .card-box {
        padding-bottom: 5px;
    }
    .home-content .one .title.unit {
        padding: 20px 0 0;
    }

    .four-img-list .flex-box .title-box {
        padding-top: 0;
        margin-bottom: 0
    }
    .four-img-list .flex-box .p-box {
        -webkit-line-clamp: 2;
    }
    .one-con .right li {
        width: 80px;
        height: 100px;
    }
    .four-img-list#example2 ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .four-img-list .flex-box {
        width: calc(100% - 20px);
    }
    .four-img-list .flex-box .img-box {
        height: calc(((100vw * 0.98) - 20px) * 0.7);
    }
    .four-img-list .flex-box .cont-box {
        height: auto;
        padding: 10px ;
    }
    .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%;
    }
}

@media (max-width: 1200px) {
    .content-width-about {
        width: calc(100% - 20px);
    }
    .about-img-box .img {
        height: calc(((100vw - 60px) / 4 ) / 0.9);
    }
    .right .detail-img-list .about-img-box .img{
		height: calc(((100vw - 60px) / 4 ) / 1.7);
	}
}

@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); */
        height: calc(100vw * 1.1 / 2);
    }
    .detail-img-list .about-img-box .img {
        height: calc(((100vw - 280px) / 2 ) / 1.6);
    }

    .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;
    }
}


@media (max-width: 800px) {
    /*about 顶部*/
    .about-top {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .about-top .right {
        display: none;
    }
}




@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.7 / 2 - 40px);
		width: 100%;
		margin-top: 0;
    }

    .swiper-customer .card-list {
        width: calc(100% / 3 - 6px);
        height: auto;
    }

    .swiper-customer .card-list .img {
        height: calc(100vw / 3 * 0.4);
    }

    .title-box-home .home-title-desc {
        display: none;
    }

    .title-box-home .home-title {
        padding-top: 30px;
    }

    .product-swiper {
        padding: 30px 0 40px;
    }

    .product-box {
        padding: 0
    }

    .pro-news-box {
        flex-direction: column;
        padding-top: 30px;
    }

    .pro-news-box .center-img {
        display: none;
    }

    .pro-news-box .flex-right {
        text-align: left;
    }

    .pro-news-box .left-box {
        width: 100%;
    }

    .content-width {
        width: calc(100vw - 40px) !important;
    }

	/* .about-img-box .img {height: calc(((100vw - 60px) / 4 ) / 0.8);} */

    .product-box-bg .swiper-box-card .card-list:not(:nth-child(-n+9)) {
        display: none;
    }
	.detail-flex> .left {
        display: none;
    }
    .detail-flex> .right {
        width:100%;
    }
	.right .detail-img-list .about-img-box .img {
		height: calc(((100vw - 60px) / 4 ) / 1.2);
	}
}
@media (max-width: 780px) {
    .detail-img-list .about-img .about-img-box {
        width: calc(50% - 20px);
    }
    .right .detail-img-list .about-img-box .img {
		height: calc(((100vw - 60px) / 4 ) / 0.8);
	}

    .about-detail p {
        font-size: 14px;
    }

}
@media (max-width: 630px) {
    .detail-flex> .left {
        display: none;
    }

    .detail-flex> .right {
        width:100%;
    }


    .content-width {
        width: calc(100vw - 30px) !important;
    }

    .swiper-customer .card-list .img {
       height: 100%;
    }

    .swiper-box-card .card-list .title-box {
        font-size: 16px;
    }

    .swiper-box-card .card-list {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .swiper-customer .card-list {
        width: calc(100% / 2 - 6px);
        height: calc(100vw / 2* 0.4);
        margin: 3px;
    }


    .four-img-list .flex-box-unit .title-box {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .four-img-list .flex-box-unit .p-boxs {
        padding: 10px 15px;
        height: 140px;
    }
    .four-img-list .flex-box-unit .side-img {
        width: 70px;
    }

    .four-img-list .flex-box-unit .right-box {
        text-align: center;
    }

    .product-box-bg .swiper-box-card .card-list:not(:nth-child(-n+8)) {
        display: none;
    }
}
@media (max-width: 500px) {
    .search-form {
        display: none;
    }

    .product-swiper {
        padding: 10px 0 40px;
    }

    .title-box-home .home-title {
        padding-top: 20px;
        font-size: 24px
    }

    .pro-news-box {
        flex-direction: column;
        padding-top: 10px;
    }

}