@charset "utf-8";

.banner {
    width: 100%;
    height: 0;
    padding-bottom: calc(26.04% + 80px);
    background: #f1f1f1;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .banner-nav {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.banner .banner-nav .con-in {
    overflow: visible;
}

.banner .banner-nav ul {
    height: 80px;
}

.banner .banner-nav ul>li {
    height: 80px;
    line-height: 80px;
    margin: 0 40px;
    position: relative;
}

.banner .banner-nav ul>li a {
    font-size: 20px;
}

.banner .banner-nav ul>li.active::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--theme-color);
}

.banner .banner-nav ul>li.active a {
    color: var(--theme-color);
}

/* 公司简介开始 */
.about .intro {
    padding: 100px 0 70px 0;
}

.about .intro .top .left {
    /* width: 50%;
    margin-right: 64px; */
    line-height: 2rem;
    text-align: justify;
}

.about .intro .top .left .title {
    color: var(--theme-color);
}

.about .intro .top .left .title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: var(--theme-color);
    margin-top: 15px;
}

.about .intro .top .left .sub-title {
    margin: 22px 0 32px;
}

.about .intro .top .left .txt {
    line-height: 26px;
}

.about .intro .top .right{
    margin-left: 20px;
}
.about .intro .top .right video {
    width: 600px;
    height: 500px;
    outline: none;
}

.about .intro .bottom {
    padding-top: 100px;
}

.about .intro .bottom .swiper-env {
    height: 300px;
}

.about .intro .bottom .swiper-env .pic {
    width: 100%;
    height: 250px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.about .intro .bottom .swiper-env .pic img {
    height: 100%;
    margin: 0 -100%;
    border-radius: 8px;
    cursor: zoom-in;
}

.about .intro .bottom .swiper-env .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about .intro .bottom .env-prev,
.about .intro .bottom .env-next {
    width: 40px;
    height: 40px;
    left: auto;
    top: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    --swiper-navigation-color: var(--theme-color);
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
    outline: none;
}

.about .intro .bottom .env-prev {
    right: 60px;
}

.about .intro .bottom .env-next {
    right: 0;
}

.about .history {
    height: 600px;
    padding: 70px 0 105px 0;
    box-sizing: border-box;
    background: url('/static/images/home/about_his_bg.jpg');
}

.about .history .con-in {
    overflow: visible;
}

.about .history .part-title2 {
    color: #fff;
}

.about .history .part-title2 .line {
    background: #fff;
}

.about .history .swiper-history {
    height: 225px;
    margin-top: 40px;
}

.about .history .swiper-history .swiper-slide {
    width: 20%;
    position: relative;
}

.about .history .swiper-history .swiper-slide>.line {
    width: 100%;
    height: 3px;
    background: #fff;
}

.about .history .swiper-history .swiper-slide .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box;
    border: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about .history .swiper-history .swiper-slide .year {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.about .history .swiper-history .swiper-slide .year>.line {
    width: 3px;
    height: 0;
    background: #fff;
    margin: 5px 0;
}

.about .history .history-prev,
.about .history .history-next {
    width: 40px;
    height: 40px;
    left: auto;
    top: 45%;
    border-radius: 50%;
    background: #626262;
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
    outline: none;
}

.about .history .history-prev {
    left: -50px;
}

.about .history .history-next {
    right: -50px;
}

.about .history .text-list>li {
    padding: 0 80px;
    line-height: 26px;
    position: relative;
    bottom: -20px;
}

.about .history .text-list>li:not(:first-of-type) {
    display: none;
}


.about .culture {
    padding: 75px 0;
}

.about .culture .list {
    margin-top: 58px;
}

.about .culture .list>li {
    text-align: center;
}

.about .culture .list>li .pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
}

.about .culture .list>li .pic img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: culsport 15s linear infinite;
    animation-play-state: paused;
}
.about .culture .list>li .pic img:hover{
    animation-play-state: running;
}

.about .culture .list>li .title {
    margin: 18px 0 10px;
}

.about .culture .list>li .sub-title {
    display: inline-block;
    width: 160px;
}

@keyframes culsport {
    form {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.about .honor {
    padding: 75px 0;
    background: #f7f7f7;
}

.about .honor .part-title::after {
    content: '';
    display: block;
    width: 66px;
    height: 4px;
    background: var(--theme-color);
    margin-top: 10px;
}

.about .honor .left {
    width: 343px;
    margin-right: 47px;
    /* margin-top: 120px; */
}

.about .honor .left .tab-t {
    margin-bottom: 30px;
}

.about .honor .left .tab-t>li {
    margin-right: 75px;
    padding-bottom: 10px;
}

.about .honor .left .tab-t>li.active {
    border-bottom: 3px solid var(--theme-color);
}

.about .honor .left .tab-c {
    margin-top: 30px;
}

.about .honor .right {
    /* margin-top: 90px; */
    overflow: hidden;
    padding: 20px 0;
}

.about .honor .swiper-honor {
    height: 620px;
    overflow: visible;
}

.about .honor .swiper-honor .swiper-slide {
    width: 250px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 290px;
}

.about .honor .swiper-honor .swiper-slide img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.about .honor .swiper-honor .swiper-slide:nth-of-type(4n-1) {
    position: relative;
    bottom: 20px;
}

.about .honor .swiper-honor .swiper-slide:nth-of-type(4n) {
    position: relative;
    bottom: 20px;
}

.about .honor .honor-prev,
.about .honor .honor-next {
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
    bottom: 50px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    --swiper-navigation-color: var(--theme-color);
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
    outline: none;
}

.about .honor .honor-prev {
    left: 0;
}

.about .honor .honor-next {
    left: 50px;
}

/* 公司简介结束 */

/* 产品中心开始 */
.product {
    background: #f7f7f7;
}

.product .intro {
    padding: 100px 0 60px;
}

.product .intro video {
    width: 1200px;
    height: 450px;
    outline: none;
    background: #000;
}

.product .intro .show-list {
    margin-top: 20px;
    padding-bottom: 35px;
}

.product .intro .swiper-goods {
    overflow: visible;
}

.product .intro .swiper-goods .swiper-slide {
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.product .intro .swiper-goods .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.product .intro .swiper-goods .swiper-slide img {
    height: 100%;
    margin: 0 -100%;
}

.product .intro .swiper-goods .swiper-slide .name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 90, 129, .5);
    color: #fff;
    padding: 20px;
    opacity: 0;
}

.product .intro .swiper-goods .swiper-slide:hover .name {
    opacity: 1;
}

.product .intro .show-list .goods-pagination {
    bottom: -30px;
}

.product .intro .show-list .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid var(--theme-color);
    background: none;
}

.product .intro .show-list .swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.product .intro .desc {
    text-indent: 2em;
    line-height: 26px;
    margin-top: 10px;
}

.product .goods .types>li {
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer;
}

.product .goods .types>li.active {
    font-size: 22px;
    color: var(--theme-color);
}

.product .goods .models {
    padding: 0 60px;
    margin: 45px 0 60px 0;
    position: relative;
}

.swiper-goods-model .swiper-slide {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
}

.swiper-goods-model .swiper-slide:hover {
    color: var(--theme-color);
}

.goods-model-prev,
.goods-model-next {
    position: absolute;
    top: 28%;
    outline: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    color: var(--theme-color);
    --swiper-navigation-size: 20px;
}

.swiper-goods-model .swiper-slide.active {
    background: var(--theme-color);
    color: #fff;
}
.product .goods .list{
    padding: 30px 0;
}
.product .goods .list>li {
    margin-bottom: 15px;
    cursor: pointer;
}

.product .goods .list>li:not(:nth-of-type(4n)) {
    margin-right: 13.3px;
}

.product .goods .list>li .pic {
    width: 290px;
    height: 350px;
    line-height: 350px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product .goods .list>li .pic:hover .mask {
    opacity: 1;
}

.product .goods .list>li .pic img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    margin: 0 -100%;
}

.product .goods .list>li p {
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.product .goods .list>li .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(51, 90, 129, .5);
    opacity: 0;
    transition: opacity 0.5s;
}

.product .goods .list>li .mask i {
    font-size: 40px;
    color: #fff;
}

/* 产品中心结束 */

/* 产品详情开始 */
.product-detail {
    background: #f7f7f7;
}

.product-detail .con {
    padding-bottom: 100px;
}

.product-detail .models {
    padding: 0 60px;
    position: relative;
    margin-top: 110px;
    margin-bottom: 60px;
}

.product-detail .intro .left {
    width: 400px;
    height: 350px;
    background: #fff;
    margin-right: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-goods-imgs {
    width: 100%;
    height: 100%;
}

.swiper-goods-imgs .swiper-slide {
    text-align: center;
    line-height: 350px;
}

.swiper-goods-imgs .swiper-slide img {
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
    margin: 0 -100%;
}

.product-detail .intro .right .name {
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 50px;
}

.product-detail .intro .right .txt {
    line-height: 26px;
    padding-top: 25px;
    text-indent: 2em;
}

.goods-imgs-prev,
.goods-imgs-next {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 38px;
    outline: none;
    --swiper-navigation-color: var(--theme-color);
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;
    /* 设置按钮大小 */
}

.goods-imgs-next {
    left: 50px;
}

.product-detail .tab-titles {
    margin-top: 100px;
}

.product-detail .tab-titles>li {
    width: 240px;
    height: 60px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.product-detail .tab-titles>li.active {
    background: var(--theme-color);
    color: #fff;
}

.product-detail .tab-contents {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.product-detail .tab-contents>li:not(:first-child){
    display: none;
}

.product-detail .tab-contents>li img{
    max-width:100%;
    height:auto;
    border:0;
}

.product-detail .links {
    padding: 20px 0 60px;
}

/* 产品详情结束 */

/* 新闻资讯开始 */
.news {
    background: #f7f7f7;
}

.news .list {
    padding: 64px 0;
}

.news .list>li {
    margin-bottom: 36px;
    padding: 36px 0;
}

.news .list>li .con-in {
    cursor: pointer;
}

.news .list>li .pic {
    width: 400px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.news .list>li .pic img {
    height: 100%;
    margin: 0 -100%;
}

.news .list>li .mid {
    margin: 0 50px 0 76px;
}

.news .list>li .mid .day {
    font-size: 60px;
    font-weight: bold;
}

.news .list>li .right .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.news .list>li .right .txt {
    line-height: 26px;
    color: #666;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news .list>li .right .more {
    color: #666;
    text-align: right;
    margin-top: 20px;
}

.news .list>li .right .more i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.news .list>li:hover {
    background: #fff;
}

.news .list>li .con-in:hover .active-color {
    color: var(--theme-color);
}

.news .list>li .con-in:hover .more i {
    width: 20px;
}

/* 新闻资讯结束 */

/* 资讯详情开始 */
.news-detail {
    background: #f7f7f7;
}

.news-detail .main {
    padding: 66px 0 100px 0;
}

.news-detail .main .left {
    width: 800px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    padding: 50px;
    box-sizing: border-box;
}

.news-detail .main .left .top {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    line-height: 36px;
}

.news-detail .main .left .txt {
    padding-top: 30px;
    line-height: 28px;
}

.news-detail .main .left .txt img{
    width:100%;
    height:auto;
    border:0;
}

.news-detail .main .right {
    height: 500px;
}

.news-detail .main .right .link {
    height: 140px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 27px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    bottom: 0;
    transition: bottom 0.5s;
}

.news-detail .main .right .link:hover {
    bottom: 10px;
}

.news-detail .main .right .link:hover .title {
    color: var(--theme-color);
}

.news-detail .main .right .link .tip {
    margin-bottom: 10px;
}

.news-detail .main .right .link .title {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news-detail .main .right .return .btn {
    display: inline-block;
    width: 244px;
    height: 50px;
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}

.news-detail .main .right .return .btn i {
    display: inline-block;
    width: 0;
    vertical-align: middle;
    overflow: hidden;
    transition: width 0.5s;
}

.news-detail .main .right .return .btn:hover i {
    width: 30px;
    font-size: 20px;
}

/* 资讯详情结束 */

/* 案例开始 */
.case {
    background: #f7f7f7;
}

.case .main {
    padding: 90px 0;
}
.case .cates>li{
    width: 150px;
    height: 50px;
    border: 1px solid #dbdbdb;
    margin: 0 10px 30px 10px;
    cursor: pointer;
}
.case .cates>li.active{
    background: var(--theme-color);
    color: #fff;
}
.case .list>li {
    width: 380px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    transition: all 0.5s;
}

.case .list>li:not(:nth-of-type(3n)) {
    margin-right: 30px;
}

.case .list>li .pic {
    height: 320px;
    text-align: center;
}

.case .list>li .pic img {
    height: 100%;
    margin: 0 -100%;
    transition: all 0.5s;
}

.case .list>li .desc {
    height: 150px;
    padding: 0 15px;

}

.case .list>li .desc .text {
    font-size: 28px;
    margin-top: 10px;
}

.case .list>li:hover {
    bottom: 10px;
    box-shadow: 0 0 10px #ccc;
}

.case .list>li:hover .pic>img {
    transform: scale(1.02);
}

/* 案例结束 */

/* 销售网络开始 */
.network {
    background: #f7f7f7;
}

.network .main {
    padding: 90px 0;
}
.network .search{
    height: 100px;
    background: #fff;
    border-radius: 8px;
    padding: 0 40px;
}
.network .search select,
.network .search input{
    width: 300px;
    outline: none;
    height: 40px;
    border: 1px solid #DBDBDB;
}
.network .search .btn {
    width: 180px;
    height: 40px;
    background: var(--theme-color);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.network .map{
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    margin-top: 0;
    text-align: center;
}

.network .map img{
    width:100%;
    border:0;
}
.network .list{
    margin-top: 40px;
}
.network .list>li{
    width: 380px;
    height: 220px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    padding: 36px;
    box-sizing: border-box;
    line-height: 26px;
}
.network .list>li:not(:nth-of-type(3n)){
    margin-right: 30px;
}
.network .list>li .title{
    margin-bottom: 30px;
}
/* 销售网络结束 */

/* 人才理念开始 */
.job-idea{
    background: #f7f7f7;
}
.job-idea .main{
    padding: 95px 0;
}
.job-idea .list>li{
    width: 380px;
    height: 300px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 0 60px;
    box-sizing: border-box;
}
.job-idea .list>li:not(:nth-of-type(3n)){
    margin-right: 30px;
}
.job-idea .list>li:last-child{
    margin-right: 0;
}
.job-idea .list>li .pic{
    width: 90px;
    height: 90px;
    background: var(--theme-color);
    border-radius: 50%;
}
.job-idea .list>li .title{
    margin: 20px 0;
}
.job-idea .list>li .desc{
    line-height: 26px;
}
.job-idea .list>li:nth-of-type(4){
    width: 790px;
}
.job-idea .list>li:nth-of-type(4) .pic{
    margin-right: 36px;
}
/* 人才理念结束 */

/* 招聘岗位开始 */
.jobs{
    background: #f7f7f7;
}
.jobs .main{
    padding: 50px 0 90px;
}
.jobs .title{
    line-height: 30px;
}
.jobs .list{
    padding: 50px 0;
}
.jobs .list>li{
    padding: 24px 36px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.jobs .list>li .top{
    cursor: pointer;
}
.jobs .list>li .name{
    width: 450px;
}
.jobs .list>li button{
    width: 120px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #999;
    cursor: pointer;
    margin-right: 40px;
}
.jobs .list>li button.active{
    background: var(--theme-color);
    color: #fff;
}
.jobs .list>li .bottom{
    padding-top: 22px;
    border-top: 1px solid #dbdbdb;
    margin-top: 22px;
    line-height: 26px;
    display: none;
}
.jobs .list>li .bottom .option:not(:last-child){
    margin-bottom: 25px;
}
.jobs .list>li .bottom .option .name{
    margin-bottom: 6px;
}

.jx-dialog{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}
.jx-dialog .container{
    width: 50%;
    height: 500px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
}

.jx-dialog .container .form-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.jx-dialog .container .form-item label{
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.jx-dialog .container .form-item input{
    flex: 1;
    height: 40px;
    padding: 0 20px;
}
.jx-dialog .container .form-item .code{
    width: 100px;
    height: 40px;
    background: #ddd;
    margin-left: 20px;
    cursor: pointer;
}
.jx-dialog .container .form-item .sc-btn{
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--theme-color);
    color: #fff;
    margin: 0 20px;
    cursor: pointer;
}
.jx-dialog .container .form-item button{
    width: 80px;
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
}
.jx-dialog .container .form-item button.submit{
    background: var(--theme-color);
    color: #fff;
    border: 1px solid var(--theme-color);
}
/* 招聘岗位结束 */

/* 联系我们开始 */
.contact-way{
    background: #f7f7f7;
}
.contact-way .map{
    height: 500px;
}
.contact-way .main{
    padding: 60px 0 100px;
}
.contact-way .list>li{
    width: 290px;
    height: 350px;
    background: #fff;
    border-radius: 10px;
    padding: 60px 38px 0 38px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.contact-way .list>li:not(:last-child){
    margin-right: 13px;
}
.contact-way .list>li .pic{
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.contact-way .list>li .pic img{
    height: 100%;
    vertical-align: middle;
}
.contact-way .list>li .name{
    margin: 20px 0 15px 0;
}
.contact-way .list>li .line{
    display: inline-block;
    width: 30px;
    height: 3px;
    background: var(--theme-color);
}
.contact-way .list>li .desc{
    line-height: 32px;
    margin-top: 15px;
    color: #666;
}
.contact-way .list>li:hover{
    box-shadow: 0 0 10px #ccc;
}
/* 联系我们结束 */

/* 采购开始 */
.procurement{
    background: #f7f7f7;
}
.procurement .main{
    padding: 100px 0;
}
/* 采购结束 */
/* 采购开始 */
.feedback{
    background: #f7f7f7;
}
.feedback .main{
    padding: 100px 0;
}
/* 采购结束 */

.jx-form{
    background: #fff;
    padding: 80px;
}
.jx-form .group{
    padding: 55px 0;
}
.jx-form .item{
    width: 495px;
    margin-bottom: 20px;
}
.jx-form .item .title{
    width: 85px;
}
.jx-form .item input{
    width: 320px;
    height: 38px;
    border: 1px solid #dbdbdb;
    outline: var(--theme-color);
    padding: 0 0 0 5px;
    box-sizing: border-box;
}
.jx-form .item .tip{
    color: red;
    margin-left: 13px;
}
.jx-form .item:last-child input{
    width: 240px;
}
.jx-form .item .code{
    width: 80px;
    height: 40px;
}
.jx-form .text-item{
    width: 100%;
}

.jx-form .text-item textarea{
    width: 865px;
    height: 116px;
    resize: none;
    outline: none;
    border: 1px solid #dbdbdb;
    padding: 5px 0 0 5px;
}
.jx-form .btns .btn_common{
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: var(--theme-color);
    color: #FFF;
    border-radius: 6px;
    outline: none;
    border: none;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
} 
.jx-form .btns input[type="reset"]{
    background: #B1B1B1;
}


/* 搜索开始 */
.search-page{
    background: #f7f7f7;
}
.search-page .main{
    padding: 100px 0;
}
.search .main {
    padding: 90px 0 40px;
}

.search .main .con-in {
    overflow: visible;
}

.search .kwd {
    margin-bottom: 30px;
    font-size: 18px;
}

.search .list>li {
    margin-bottom: 15px;
    cursor: pointer;
}

.search .list>li:not(:nth-of-type(4n)) {
    margin-right: 13.3px;
}

.search .list>li .pic {
    width: 290px;
    height: 350px;
    line-height: 350px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.search .list>li .pic:hover .mask {
    opacity: 1;
}

.search .list>li .pic img {
    height: 90%;
    vertical-align: middle;
    margin: 0 -100%;
}

.search .list>li p {
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.search .list>li .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(51, 90, 129, .5);
    opacity: 0;
    transition: opacity 0.5s;
}

.search .list>li .mask i {
    font-size: 40px;
    color: #fff;
}

/* 搜索结束 */