:root {
  --blue: #063D83;
}

.about .about-content {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 50px;
    border-bottom: solid 1px #cccccc;
}
.about .about-content .about-content-left {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.about .about-content .about-content-left .about-content-left-text {
    padding-top: 30px;
}

.about .about-content .about-content-left .about-content-left-text span{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
}


.about .about-content .about-content-left .about-content-left-text p{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 31px;
    color: #000;
    line-height: 1.5;
    text-align: justify;
}
.about .about-content .about-content-left .about-content-left-text .p_text{
    display: -webkit-box; /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-box-orient: vertical; /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    text-overflow: ellipsis; /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    -webkit-line-clamp: 5;
    overflow : hidden;
}
.about .about-content .about-content-left.aot .about-content-left-text  img {
    float: right;
    padding: 20px;
}


/*.about .about-content .about-content-left.aot .about-content-left-text span {*/
/*    display: block;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.about .about-content .about-content-left.aot .about-content-left-text {*/
/*    width: 100%;*/
/*}*/

.about .about-content .about-content-left button {
   margin-top: 50px;
}
.about .about-content .about-content-right{
	width: 48%;
}
.about .about-content .about-content-right img{
	width: 100%;
	height: auto;
}


.news {
    padding-top: 80px;
}

.news .news-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .news-content-bottom{
	padding: 30px 0;
}

.news .news-content-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .news-content-list .item {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    padding:10px;
}
.news .news-content-list .item .time{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.news .news-content-list .item .time span:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
	color: var(--blue);
}
.news .news-content-list .item .time span:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
}

.news .news-content-list .item .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
    margin-top: 5px;
}

.news .news-content-list .item .txt .title {
    font-size: 14px;
    font-weight: 700;
}

.news .news-content-list .item .txt .desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;

    display: -webkit-box; /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-box-orient: vertical; /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    text-overflow: ellipsis; /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    -webkit-line-clamp: 2;
    overflow : hidden;
}

.service {
    background-image: url('./../images/service-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;

    margin-top: 30px;
}

.service .service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service .service-content .hot-title .title {
    color: #fff;
}
.service .service-content .service-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.service .service-content .service-content-bottom-list {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.service .service-content .service-content-bottom-list .item {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-out;
    overflow: hidden;
}
.service .service-content .service-content-bottom-list .item:hover img{
    transform: scale(1.1);
}

.service .service-content .service-content-bottom-list .item img {
    width: 100%;
    transition: all .3s ease-out;
}
.service .service-content .service-content-bottom-list .item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
}

.product {
    margin-top: 30px;
}

.product .product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product .product-content .product-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .product-content .product-content-bottom-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 50px;
}

.product .product-content .product-content-bottom-list .item {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #F8F8F8;
    overflow: hidden;
    cursor: pointer;
}
.product .product-content .product-content-bottom-list .item .img {
    overflow: hidden;
}
.product .product-content .product-content-bottom-list .item img {
    width: 100%;
    transition: all .3s ease-out;
}

.product .product-content .product-content-bottom .item .mask {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 15px;
    box-sizing: border-box;
}

.product .product-content .product-content-bottom-list .item .mask img {
    width: 15px;
}

.product .product-content .product-content-bottom-list .item:hover img{
    transform: scale(1.1);
}






.product .product-content .product-tabs {
    display: flex;
    align-items: center;
}

.product .product-content .product-tabs .item {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px;
    color: #333;
    box-sizing: border-box;
    transition: all .3s ease-out;
}

.product .product-content .product-tabs .item.on{
    border-bottom: 4.5px solid var(--blue);
    font-weight: bold;
    color: var(--blue);
}
.product .product-content .product-tabs .item:hover {
    color: var(--blue);
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*padding: 40px 20px;*/
    padding: 30px 0 50px 0;
}

.product-list .item {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 3px;
    border: 2px solid #F8F8F8;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-list .item:nth-child(4n+4) {
    margin-right: 0;
}
.product-list .item .title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.product-list .item .desc {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}
.product-list .item .desc span:nth-child(2) {

    display: -webkit-box; /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-box-orient: vertical; /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    text-overflow: ellipsis; /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    -webkit-line-clamp: 2;
    overflow : hidden;
}
.product-list .item .more {
    padding: 10px 20px;
}
.product-list .item .more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #255B94;
}
.product-list .item .more a img {
    width: 15px;
    margin-left: 5px;
    transition: all .3s ease-out;
}
.product-list .item::after {
    content: '';
    width: 24%;
}
.product-list .item .img {
    width: 100%;
    overflow: hidden;
}
.product-list .item .img img {
    width: 100%;
    transition: all .3s ease-out;
}

.product-list .pick {
    width: 24%;
    border: 1px solid transparent;
    overflow: hidden;
}

.product-list .item:hover img {
    transform: scale(1.1);
}



/* 产品详情 */

.product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}
.product-details .product-details-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 10px;
}
.product-details .product-details-top {
    display: flex;
    justify-content: space-between;
}
.product-details .product-details-top .product-details-top-left{
    width: 55%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #F8F8F8; */
    overflow: hidden;
}
.product-details .product-details-top .product-details-top-right{
    width: 45%;
}

.product-details .product-details-top .product-details-top-right .carousel{
    display: flex;
    justify-content: flex-end;
}

.product-details .product-details-top .product-details-top-left .product-details-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-details .product-details-top .product-details-top-left .product-details-model {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-details .product-details-top .product-details-top-left .download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-details .product-details-top .product-details-top-left .download img {
    width: 25px;
    margin-right: 10px;
}
.product-details .product-details-top .product-details-top-left .download button {
    width: 90px;
    height: 26px;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    border: 3px solid var(--blue);
    border-radius: 3px;
    cursor: pointer;
}
.product-details .product-details-top .product-details-top-left .download button:hover {
    background: #fff;
    color: var(--blue);
}
.product-details .product-details-top .splitline {
    display: inline-block;
    width: 80%;
    height: 2px;
    margin: 15px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.introduction p{
    text-indent: 2em;
}
.product-details .product-details-bottom {
    margin-top: 30px;
}
.product-details .product-details-bottom .desc {
    padding: 10px;
}
.product-details .product-details-bottom .desc li {
    list-style: initial;
}
.layui-laypage a {
    font-size: 16px;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: none;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    color: var(--blue);
    background-color: initial;
}
.layui-laypage .layui-laypage-curr em {
    color: var(--blue);
    font-size: 16px;
}

/* 人才招聘 */
.hq-main .hot-title{
    margin-top: 50px;
}
.hq-main .hq-list {
    padding-top: 30px;
}
.hq-main .hq-list .hq-item {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #F8F8F8;
}
.hq-main .hq-list .hq-item  .text {
    padding: 40px 30px;
    width: 52%;
}
.hq-main .hq-list .hq-item  .text .title{
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hq-main .hq-list .hq-item  .text .desc p{
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}
.hq-main .hq-list .hq-item .img {
    width: 40%;
}
.hq-main .hq-list .hq-item .img img {
    width: 100%;
}

.hq-main .hq-job-list {
    padding: 30px 0;
}
.hq-main .hq-job-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 1px 0px 4px  rgba(0, 0, 0, 0.2);
}
.hq-main .hq-job-list .item .item_left{
    display: flex;
    width: 80%;
}
.hq-main .hq-job-list .item .title {
    font-weight: 700;
    width: 50%;
}
.hq-main .hq-job-list .item .title .price{
    color: var(--blue);
    margin-left: 20px;
}
.hq-main .hq-job-list .item .time {
    font-size: 14px;
    color: #666;
}


.hq-details .main-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hq-details .main-box .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--blue);
    margin-top: 20px;
}

.hq-details .main-box .hq-details-left,
.hq-details .main-box .hq-details-right{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 1px 1px 4px  rgba(0, 0, 0, 0.2);
}

.hq-details .main-box .hq-details-left {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
    
}
.hq-details .main-box .hq-details-left .name{
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}


.hq-details .main-box .hq-details-left .desc{
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.hq-details .main-box .hq-details-left .line {
    height: 2px;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px 0 10px 0;
}

.hq-details .main-box .hq-details-left .content p{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

.hq-details .main-box .hq-details-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hq-details .main-box .hq-details-right .list {
    margin-top: 20px;
}
.hq-details .main-box .hq-details-right .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    color: #333;
}
.hq-details .main-box .hq-details-right .item .name {
    font-size: 16px;
}
.hq-details .main-box .hq-details-right .item .desc {
    color: #666;
    font-size: 12px;
}

.about .about-content .about-content-left.aot .about-content-left-text  img {
    padding: 0 0 20px 20px;
}


.desc img{
    max-width: 100%;
    height: auto;
}


@media (max-width: 1280px) {
    .product-list .item {
        width: 23.7%;
    }
    .product-list .item .title {
        padding: 10px 10px 0 10px;
    }
    .product-list .item .desc{
        padding: 10px 10px;
    }
    .product-list .item .more {
        padding: 10px 10px;
    }
}

@media (max-width: 980px) {
    .product-list .item {
        width: 31.8%;
    }
    .product-list .item:nth-child(4n+4){
        margin-right: 10px;
    }
    
    .product-list .item:nth-child(3n+3){
        margin-right: 0;
    }
}

@media (max-width: 780px) {
    .hq-main .hot-title {
        margin-left: 10px;
    }
    .hq-main .hq-list {
        padding: 10px;
    }
    .hq-main .hq-list .hq-item {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .hq-main .hq-list .hq-item .img {
        width: 100%;
    }
    .hq-main .hq-list .hq-item .text{
        width: 85%;
    }
    .hq-main .hq-job-list {
        padding: 10px;
    }
    .hq-main .hq-job-list .item {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .hq-main .hq-job-list .item .item_left{
        flex-direction: column;
        width: 100%;
    }
    .hq-main .hq-job-list .item .title{
        width: 100%;
    }
    
    .product .product-content {
        padding: 10px;
        box-sizing: border-box;
    }
    .product-list .item {
        width: 47%;
    }
    .product-list .item:nth-child(4n+4){
        margin-right: 10px;
    }
    
    .product-list .item:nth-child(3n+3){
        margin-right: 10px;
    }
    .product-list .item:nth-child(2n+2){
        margin-right: 0;
    }
    
    .product-list .item .title {
        font-size: 16px;
    }
    .product-list .item .desc {
        font-size: 14px;
    }
    .product-list .item .more a {
        font-size: 14px;
    }
    .product {
        margin-top: 10px;
    }
    .product .product-content .product-tabs .item {
        font-size: 14px;
        height: 35px;
        margin-right: 10px;
    }
    
    
    
    
    
    
    .product .product-content .product-content-bottom-list {
 
        flex-wrap: wrap;
    }
    
    .product .product-content .product-content-bottom-list .item {
        width: 48%;
        margin-bottom: 10px;
    }
    
    .product .product-content .product-content-bottom-list .item .mask {
        font-size: 16px;
    }
    
    .service .service-content .service-content-bottom-list {
        flex-wrap: wrap;
    }
    
    .service .service-content .service-content-bottom-list .item {
        width: 48%;
        margin-bottom: 10px;
    }
    .news .news-content-bottom {
        padding: 10px;
    }
    .news .news-content-list {
        flex-wrap: wrap;
    }
    .news .news-content-list .item {
        width: 100%;
        border-left: none;
        margin-bottom: 10px;
    }
    .news .news-content-top {
        padding-right: 10px;
    }
    
    .about.about-home .about-content .about-content-left .about-content-left-text{
        padding: 10px;
    }
    .about.about-home .about-content .about-content-left button {
        margin-left: 10px;
        margin-top: 0;
    }
    
    .about.about-home .about-content {
        flex-direction: column;
        padding: 30px 0 10px;
    }
    .about.about-home .about-content .about-content-left {
        width: 100%;
    }
    
    .about.about-home .about-content .about-content-right {
        width: 100%;
        margin-top: 10px;
    }
    .about .about-content{
        flex-direction: column;
        padding: 30px 0 10px;
    }
    .about .about-content .about-content-left.aot{
        width: 100%;
    }
    .about .about-content .about-content-right{
        width: 100%;
        height: about;
    }
    .about-lc .about-lc-list .about-lc-list-item .img{
        margin-left: 0;
    }
    
    
    .product-details {
        padding: 10px;
        margin-top: 0;
    }
    .product-details .product-details-top {
        flex-direction: column;
    }
    .product-details .product-details-top .product-details-top-left,.product-details .product-details-top .product-details-top-right {
        width: 100%;
    }
    .product-details .product-details-top .splitline {
        width: 100%;
    }
    
    .product-details .product-details-top .product-details-top-right {
        margin-top: 10px;
    }
    .product-details .product-details-top .product-details-top-left .product-details-name {
        font-size: 18px;
    }
}

