﻿/* banner */
.banner{
    width: 100%;
}
.banner a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner a img{
    overflow: hidden;
    width: 100%;
}
@media (max-width: 760px){
    .banner > a > img{
        width: 250%;
        margin-left: -76%;
    }
}
/* 二级导航 */
.navigation{
    background: #f4f4f4;
}
.navigation ul{
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navigation ul > li{
    margin-right: 3%;
    padding: 35px 0;
    position: relative;
}
.navigation ul > li:last-child{
    margin-right: 0px;
}
.navigation ul > li > a{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: all .5s linear;
}
.navigation ul > li .an{
    display: none;
}
.navigation ul .active > .an{
    color: #0676ff;
}
.navigation ul > li:hover > .an{
    color: #0676ff;
}
.navigation ul .active > a{
    color: #0676ff;
    border-bottom: 1px solid #0676ff;
}
.navigation ul > li:hover > a{
    color: #0676ff;
    border-bottom: 1px solid #0676ff;
}
.navigation_center ul{
    justify-content: center;
}
.navigation_center ul > li{
    margin-right: 5%;
}
.navigation ul > li > ol{
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
}
.navigation ul > li:hover > ol{
    display: block;
}
.navigation ul > li > ol > li{
    width: 140px;
    text-align: center;
    background-color: #f8f8f8;
    line-height: 40px;
    position: relative;
}
.navigation ul > li > ol > li:hover{
    background-color: #0676ff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > a{
    color: #333333;
    font-size: 12px;
}
.navigation ul > li > ol > li:hover > a{
    color: #ffffff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > ol{
    position: absolute;
    top: 0;
    left: 102%;
    display: none;
    z-index: 20;
}
.navigation ul > li > ol > li:hover > ol{
    display: block;
}
.navigation ul > li > ol > li > ol > li{
    width: 140px;
    text-align: center;
    background-color: #f8f8f8;
    line-height: 40px;
}
.navigation ul > li > ol > li > ol > li:hover{
    background-color: #0676ff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > ol > li > a{
    color: #333333;
    font-size: 12px;
}
.navigation ul > li > ol > li > ol > li:hover > a{
    color: #ffffff;
    transition: all .5s linear;
}
.navigation ul .active > ol .active1{
    background-color: #0676ff;
}
.navigation ul .active > ol .active1 > a{
    color:#ffffff;
}
.navigation ul > li > ol > li:hover > .an{
    color: #ffffff;
}
@media (max-width:1200px){
    .navigation ul{
        width: 95%;
    }
}
@media (max-width:1000px){
    .navigation ul > li{
        padding: 25px 0;
    }
    .navigation ul > li > a{
        font-size: 14px;
    }
}
@media (max-width:760px){
    .navigation ul > li{
        padding: 15px 0;
    }
    .navigation ul > li > ol > li > ol{
	top: 100%;
    	left: 25%;
    }
    .navigation ul > li > ol > li{
	width: 100px;
    	line-height: 30px;
    }
    .navigation ul > li > ol > li > ol > li{
	width: 100px;
    	line-height: 30px;
    }
    .navigation ul > li .an{
        display: inline-block;
        width: 10px;
        text-align: center;
    }
    .navigation ul > li > ol > li:hover > ol{
        display: none;
    }
    .navigation ul > li:hover > ol{
        display: none;
    }
}

/* 产品详情 */
.products_detail{
    padding: 80px 0 140px;
}
.products_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.products_detail .content .productsd-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.products_detail .content .prod-left{
    display: inline-block;
    width: 28.1%;
    position: relative;
}

/* 大图展示轮播 */
.products_detail .content .view-shadow{
    border: 1px solid #cbcccc;
}
.products_detail .content .view{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.products_detail .content .view .swiper-container {width: 100%;position: relative;}
.products_detail .content .view:hover .arrow{display: block;}
.products_detail .content .view .arrow{display: block;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 100000000; }
.products_detail .content .view .swiper-slide{
    width: 100%;
    /*padding-bottom: 100%;*/
    position: relative;
}
/*
.products_detail .content .view .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}*/
.products_detail .content .view .swiper-slide img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.products_detail .content .view .swiper-slide img:hover{
    transform: scale(1.1);
}
.mark, mark{
    background-color: transparent;
}
/* 缩略图轮播图 */
.preview { 
    width: 100%;
    position: relative;
    margin: 5% auto 0;
}
.preview .swiper-slide { box-sizing: border-box; border: 1px solid #d2d2d2;padding-bottom: 22%;position: relative;}
.preview .swiper-slide p{ position: absolute; left: 0; top: 0; overflow: hidden; width: 100%; height: 100%; }
.preview .swiper-slide p img{ 
    display: inline-block; 
    width: 100%; 
    height: 100%;
    cursor: pointer; 
    transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.preview .swiper-slide:hover p img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.preview .swiper-slide .mark{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #0676ff;
}

.preview .active-nav{
    border: none;
}
.preview .active-nav .mark{
    display: block;
}

.products_detail .content .prod-right{
    width: 64.3%;
}
.products_detail .content .prod-right .theme{
    margin-top: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.products_detail .content .prod-right .theme h1{
    font-size: 30px;
    font-weight: normal;
    color: #0676ff;
    margin-bottom: 15px;
}
.products_detail .content .prod-right .theme p{
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    margin-bottom: 20px;
}
.products_detail .content .prod-right .info{
    margin-top: 40px;
}
.products_detail .content .prod-right .info p{
    display: inline-block;
    font-size: 18px;
    flex-wrap: nowrap;
    line-height: 44px;
    color: #000000;
    margin-bottom: 10px;
}
.products_detail .content .prod-right .info ul li{
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}
.products_detail .content .prod-right .more{
    margin-top: 80px;
}
.products_detail .content .prod-right .more a{
    width: 160px;
    height: 46px;
    display: inline-block;
    text-align: center;
    color: #0676ff;
    line-height: 46px;
    border: 1px solid #0676ff;
    border-radius: 2px;
    font-size: 14px;
}
.products_detail .content .prod-right .more a:first-child{
    margin-right: 20px;
}
.products_detail .content .prod-right .more a:hover{
    background: #0676ff;
    color: #fff;
}
@media (max-width:1700px){
    .products_detail .content .prod-right .theme h1{
        margin-bottom: 10px;
    }
    .products_detail .content .prod-right .theme p{
        line-height: 36px;
    }
    .products_detail .content .prod-right .info{
        margin-top: 30px;
    }
    .products_detail .content .prod-right .info span{
        line-height: 28px;
    }
    .products_detail .content .prod-right .info p{
        line-height: 28px;
    }
    .products_detail .content .prod-right .more{
        margin-top: 40px;
    }
}
@media (max-width:1400px){
    .products_detail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .products_detail .content{
        width: 95%;
    }
    .products_detail .content .prod-right .theme h1{
        font-size: 22px;
    }
    .products_detail .content .prod-right .more a{
        width: 130px;
        height: 40px;
        display: inline-block;
        text-align: center;
        color: #0676ff;
        line-height: 40px;
        border: 1px solid #0676ff;
        border-radius: 4px;
        transition: all .5s linear;
        font-size: 14px;
    }
}
@media(max-width:1050px){
    .products_detail .content .productsd-top{
        flex-wrap: wrap;
    }
    .products_detail .content .prod-left{
        width: 100%;
        margin-bottom: 5%;
    }
    .products_detail .content .prod-right{
        width: 100%;
    }
}
@media(max-width:550px){
    .products_detail .content .prod-right .theme h1{
        font-size: 16px;
    }
    .products_detail .content .prod-right .theme p{
        line-height: 26px;
        font-size: 14px;
    }
    .products_detail .content .prod-right .info span{
        width: 45px;
        line-height: 26px;
        font-size: 12px;
    }
    .products_detail .content .prod-right .info p{
        font-size: 12px;
        line-height: 26px;
    }
    .products_detail .content .prod-right .more a{
        font-size: 12px;
        width: 120px;
        height: 33px;
        line-height: 31px;
    }
    .products_detail{
        padding: 60px 0;
    }
}

/* 产品说明 */
.instructions .tab .hd ul{
    display: flex;
    background: #eeeeee;
}
.instructions .tab .hd ul li{
    display: inline-block;
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 40px;
}
.instructions .tab .hd ul li.on{
    color: #fff;
    background: #0676ff;
}
.instructions .tab .bd{
    border-bottom: 1px solid #bfbfbf;
}
.instructions .tab .bd ul{
    padding: 40px 20px 60px;
    margin-bottom: 0;
}
.instructions .tab .bd ul p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 0;
}

@media(max-width:760px){
    .products_detail .content .prod-left{
        margin-bottom: 30px;
    }
    .products_detail .content .productsd-top{
        margin-bottom: 50px;
    }

    .prod-page{padding-top: 15px;}
    .instructions .tab .hd ul li{
        font-size: 12px;
        padding: 10px 30px;
    }
    .instructions .tab .bd ul p {
        font-size: 14px;
        line-height: 24px;
    }
    .prod-page .prod-page-left p,.prod-page .prod-page-left a{
        font-size: 12px;
        line-height: 24px;
    }
    .instructions .tab .bd ul{
        padding: 20px 10px 30px;
    }
}

/* 产品中心 */
.product{
    padding: 80px 0 140px;
}
.product .content{
    width: 83.3%;
    margin: 0 auto;
}
.product .content .search_order{
    width: 31.25%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 3%;
}
.product .content .search_order input{
    width: 78%;
    padding: 15px 20px;
    outline: none;
    border: 1px solid #bfbfbf;
    font-size: 15px;
}
.product .content .search_order input::placeholder{
    color: #999999;
    font-size: 15px;
}
.product .content .search_order a{
    display: inline-block;
    width: 22%;
    padding: 15px 20px;
    text-align: center;
    background: #0676ff;
    color: #ffffff;
    font-size: 15px;
}
.product .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.product .content .boxlist .list{
    width: 23.75%;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
}
.product .content .boxlist .list:nth-child(4),
.product .content .boxlist .list:nth-child(8){
    margin-right: 0%;
}
.product .content .boxlist .list .list_img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    transition: all .5s linear;
}
.product .content .boxlist .list .list_img > .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product .content .boxlist .list .list_img > .img img{
    width: 100%;
    transition: all .5s linear;
}
.product .content .boxlist .list:hover .list_img > .img img{
    transform: scale(1.1);
}
.product .content .boxlist .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(6, 118, 255, .4);
    opacity: 0;
    transition: all .5s linear;
}
.product .content .boxlist .list .list_img a .img{
    display: inline-block;
    width: 20%;
}
.product .content .boxlist .list .list_img a .img img{
    width: 100%;
    opacity: 0.7;
}
.product .content .boxlist .list:hover .list_img a{
    opacity: 1;
}
.product .content .boxlist .list .list_txt{
    text-align: center;
    background: #0676ff;
    padding: 20px 10px;
}
.product .content .boxlist .list .list_txt a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width:1600px){
    .product .content .search_order{
        width: 38.25%;
    }
}
@media (max-width:1200px){
    .product .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .product .content .search_order{
        width: 46.25%;
    }
    .product .content .search_order input{
        padding: 10px 20px;
    }
    .product .content .search_order a{
        padding: 10px 10px;
    }
    .product .content .boxlist .list .list_txt{
        padding: 14px 10px;
    }
    .product .content .boxlist .list .list_txt a{
        font-size: 15px;
    }
}
@media (max-width:760px){
    .product .content .search_order{
        margin-bottom: 5%;
    }
    .product .content .boxlist .list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .product .content .boxlist{
        justify-content: space-between;
    }
    .product{
        padding: 60px 0;
    }
    .product .content .boxlist .list .list_txt{
        padding: 10px 10px;
    }
    .product .content .boxlist .list .list_txt a{
        font-size: 12px;
    }
    .product .content .search_order {
        width: 80.25%;
    }
    .product .content .search_order input{
        font-size: 12px;
    }
    .product .content .search_order a{
        font-size: 12px;
    }
}

/* 公司简介 */
.about_introduction{
    padding: 80px 0 140px;
}
.about_introduction .content{
    width: 83.3%;
    margin: 0 auto;
}
.about_introduction .content h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #0676ff;
    text-align: center;
    margin-bottom: 4%;
}
.about_introduction .content .bottom{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.about_introduction .content .bottom .info{
    width: 60%;
}
.about_introduction .content .bottom .info p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 0;
}
.about_introduction .content .bottom .right{
    width: 35%;
}
.about_introduction .content .bottom .right .right_video{
    width: 100%;
    padding-bottom: 54.5%;
    position: relative;
    overflow: hidden;
}
.about_introduction .content .bottom .right .right_video .video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.about_introduction .content ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.about_introduction .content ul li{
    width: 30%;
    text-align: center;
}
.about_introduction .content ul li h3{
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.about_introduction .content ul li h3 span{
    font-size: 60px;
    font-weight: bold;
    color: #0676ff;
    margin-right: 15px;
    font-family: "Arial";
}
.about_introduction .content ul li p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 0;
}
@media (max-width:1600px){
    .about_introduction .content .bottom .info p{
        font-size: 15px;
        line-height: 30px;
    }
    .about_introduction .content ul li h3 span{
        font-size: 50px;
    }
}
@media (max-width:1200px){
    .about_introduction .content{
        width: 95%;
    }
    .about_introduction .content .bottom .info p{
        font-size: 14px;
        line-height: 24px;
    }
    .about_introduction .content h1{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 3%;
    }
    .about_introduction .content ul li h3 span{
        font-size: 40px;
    }
    .about_introduction .content ul li h3{
        margin-bottom: 0px;
    }
    .about_introduction .content ul li p{
        font-size: 16px;
    }
}
@media (max-width:1000px){
    .about_introduction .content .bottom{
        flex-wrap: wrap;
    }
    .about_introduction .content .bottom .info{
        width: 100%;
        margin-bottom: 3%;
    }
    .about_introduction .content .bottom .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .about_introduction{
        padding: 60px 0;
    }
    .about_introduction .content h1{
        font-size: 20px;
    }
    .about_introduction .content .bottom .info p{
        font-size: 12px;
    }
    .about_introduction .content ul li h3 span{
        font-size: 30px;
        margin-right: 10px;
    }
    .about_introduction .content ul li h3{
        font-size: 14px;
    }
    .about_introduction .content ul li p{
        font-size: 14px;
        line-height: 30px;
    }
}

/* 企业风采 */
.about_enterprise{
    padding: 80px 0 140px;
}
.about_enterprise .content{
    width: 83.3%;
    margin: 0 auto;
}
.about_enterprise .content .theme{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.about_enterprise .content .theme h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #0676ff;
    text-align: center;
    margin-bottom: 40px;
}
.about_enterprise .content .theme p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-bottom: 0;
}
.about_enterprise .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.about_enterprise .content .boxlist .list{
    width: 23.75%;
    margin-right: 1.6%;
    margin-bottom: 3.2%;
}
.about_enterprise .content .boxlist .list:nth-child(4),
.about_enterprise .content .boxlist .list:nth-child(8){
    margin-right: 0%;
}
.about_enterprise .content .boxlist .list .list_img{
    width: 100%;
    padding-bottom: 73.6%;
    position: relative;
    transition: all .5s linear;
}
.about_enterprise .content .boxlist .list .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.about_enterprise .content .boxlist .list .list_img .img img{
    width: 100%;
    transition: all .5s linear;
}
.about_enterprise .content .boxlist .list:hover .list_img .img img{
    transform: scale(1.1);
}
.about_enterprise .content .boxlist .list .list_txt{
    text-align: center;
    padding: 20px 10px;
    background: #ffffff;
    transition: all .5s linear;
}
.about_enterprise .content .boxlist .list .list_txt p{
    display: block;
    font-size: 16px;
    color: #000000;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}
.about_enterprise .content .boxlist .list:hover .list_txt{
    background: #0676ff;
}
.about_enterprise .content .boxlist .list:hover .list_txt p{
    color: #ffffff;
}
@media (max-width:1400px){
    .about_enterprise .content .theme{
        width: 50%;
        margin-bottom: 4%;
    }
}
@media (max-width:1200px){
    .about_enterprise .content{
        width: 95%;
    }
    .about_enterprise .content .theme h1{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:1000px){
    .about_enterprise .content .boxlist .list .list_txt{
        padding: 14px 10px;
    }
    .about_enterprise .content .boxlist .list .list_txt p{
        font-size: 15px;
    }
    .about_enterprise .content .theme{
        width: 75%;
    }
}
@media (max-width:760px){
    .about_enterprise .content .theme{
        width: 100%;
    }
    .about_enterprise .content .boxlist .list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .about_enterprise .content .boxlist{
        justify-content: space-between;
    }
    .about_enterprise{
        padding: 60px 0;
    }
    .about_enterprise .content .boxlist .list .list_txt{
        padding: 10px 10px;
    }
    .about_enterprise .content .boxlist .list .list_txt a{
        font-size: 12px;
    }
}
@media (max-width:550px){
    .about_enterprise .content .theme h1{
        font-size: 20px;
    }
    .about_enterprise .content .theme p{
        font-size: 12px;
    }
}


/* 荣誉资质 */
.about_honor{
    padding: 80px 0 140px;
}
.about_honor .content{
    width: 83.3%;
    margin: 0 auto;
}
.about_honor .content .theme{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.about_honor .content .theme h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #0676ff;
    text-align: center;
    margin-bottom: 40px;
}
.about_honor .content .theme p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-bottom: 0;
}
.about_honor .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.about_honor .content .boxlist .list{
    width: 23.75%;
    margin-right: 1.6%;
    margin-bottom: 3.2%;
}
.about_honor .content .boxlist .list:nth-child(4),
.about_honor .content .boxlist .list:nth-child(8){
    margin-right: 0%;
}
.about_honor .content .boxlist .list a .list_img{
    width: 100%;
    padding-bottom: 73.6%;
    position: relative;
    transition: all .5s linear;
}
.about_honor .content .boxlist .list a .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f9f9f9;

}
.about_honor .content .boxlist .list a .list_img .img img{
    max-width: 100%;
    max-height: 100%;
    transition: all .5s linear;
}
/*.about_honor .content .boxlist .list:hover .list_img .img img{
    transform: scale(1.1);
}*/
.about_honor .content .boxlist .list a .list_txt{
    text-align: center;
    padding: 20px 10px;
    background: #ffffff;
    transition: all .5s linear;
}
.about_honor .content .boxlist .list a .list_txt p{
    display: block;
    font-size: 16px;
    color: #000000;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}
.about_honor .content .boxlist .list:hover .list_txt{
    box-shadow: 5px 5px 10px rgba(000, 000, 000, .12);
}
@media (max-width:1400px){
    .about_honor .content .theme{
        width: 50%;
        margin-bottom: 4%;
    }
}
@media (max-width:1200px){
    .about_honor .content{
        width: 95%;
    }
    .about_honor .content .theme h1{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:1000px){
    .about_honor .content .boxlist .list a .list_txt{
        padding: 14px 10px;
    }
    .about_honor .content .boxlist .list a .list_txt p{
        font-size: 15px;
    }
    .about_honor .content .theme{
        width: 75%;
    }
}
@media (max-width:760px){
    .about_honor .content .theme{
        width: 100%;
    }
    .about_honor .content .boxlist .list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .about_honor .content .boxlist{
        justify-content: space-between;
    }
    .about_honor{
        padding: 60px 0;
    }
    .about_honor .content .boxlist .list a .list_txt{
        padding: 10px 10px;
    }
    .about_honor .content .boxlist .list a .list_txt p{
        font-size: 12px;
    }
}
@media (max-width:550px){
    .about_honor .content .theme h1{
        font-size: 20px;
    }
    .about_honor .content .theme p{
        font-size: 12px;
    }
}

/* 常见问题 */
.technology_problem{
    padding: 80px 0 100px;
}
.technology_problem .content{
    width: 83.3%;
    margin: 0 auto;
}
.technology_problem .content ul{
    width: 100%;
    margin-bottom: 0;
}
.technology_problem .content ul li{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    transition: all .5s linear;
}
.technology_problem .content ul li .technology_problem_01 ~ .title{
    background: pink;
}
.technology_problem .content ul li h3{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    background: #f7f7f7;
    padding: 30px 4%;
    margin-bottom: 0;
}
.technology_problem .content ul li .technology_problem_1{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../images/technology_problem_icon01.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all .5s linear;
}
.technology_problem .content ul li .technology_problem_01{
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 30px;
    background: url(../images/technology_problem_icon01.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    transition: all .5s linear;
}
.technology_problem .content ul .active{
    box-shadow: 0px 0px 14px rgba(000, 000, 000, .18);
    transition: all .5s linear;
}
.technology_problem .content ul .active h3{
    background: #ffffff;
}
.technology_problem .content ul .active .technology_problem_content{
    background: #ffffff;
}
.technology_problem .content ul li .technology_problem_content{
    display: none;
    padding: 0% 8% 5% 4%;
}
.technology_problem .content ul li .technology_problem_content p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.technology_problem .content ul li .technology_problem_content .img img{
    max-width: 100%;
}
@media (max-width:1200px){
    .technology_problem .content{
        width: 95%;
    }
    .technology_problem .content ul li h3{
        font-size: 18px;
    }
    .technology_problem .content ul li .technology_problem_content p{
        font-size: 14px;
    }
    .technology_problem{
        padding: 80px 0 140px;
    }
}
@media (max-width:760px){
    .technology_problem .content ul li h3{
        font-size: 14px;
        padding: 20px 4%;
    }
    .technology_problem .content ul li .technology_problem_1{
        top: 20px;
    }
    .technology_problem .content ul li .technology_problem_01{
        top: 40px;
    }
    .technology_problem .content ul li .technology_problem_content p{
        font-size: 12px;
    }
    .technology_problem{
        padding: 60px 0 80px;
    }
}
@media (max-width:550px){
    .technology_problem{
        padding: 60px 0 40px;
    }
}

/* 行业应用 */
.technology_industry{
    padding: 80px 0 120px;
}
.technology_industry .content{
    width: 83.3%;
    margin: 0 auto;
}
.technology_industry .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.technology_industry .content .boxlist .list{
    width: 47.5%;
    box-shadow: 0px 0px 10px rgba(000, 000, 000, .15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    background: #ffffff;
    transition: all .5s linear;
    margin-bottom: 2%;
}
.technology_industry .content .boxlist .list .list_img{
    width: 42.8%;
}
.technology_industry .content .boxlist .list .list_img .img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.6%;
}
.technology_industry .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.technology_industry .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.technology_industry .content .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.technology_industry .content .boxlist .list .list_txt{
    width: 47.1%;
}
.technology_industry .content .boxlist .list .list_txt h1{
    margin-bottom: 3%;
}
.technology_industry .content .boxlist .list .list_txt h1 a{
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    transition: all .5s linear;
}
.technology_industry .content .boxlist .list .list_txt p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 5%;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.technology_industry .content .boxlist .list .list_txt .more a{
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #0676ff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 20px;
    color: #0676ff;
    transition: all .5s linear;
}
.technology_industry .content .boxlist .list:hover{
    background: #0676ff;
    box-shadow: none;
}
.technology_industry .content .boxlist .list:hover .list_txt h1 a{
    color: #ffffff;
}
.technology_industry .content .boxlist .list:hover .list_txt p{
    color: #ffffff;
}
.technology_industry .content .boxlist .list:hover .list_txt .more a{
    border: 1px solid #ffffff;
    color: #ffffff;
}
@media (max-width:1800px){
    .technology_industry .content .boxlist .list .list_txt h1 a{
        font-size: 26px;
    }
}
@media (max-width:1400px){
    .technology_industry .content .boxlist .list .list_txt h1 a{
        font-size: 22px;
        line-height: 30px;
    }
    .technology_industry .content .boxlist .list .list_txt .more a{
        display: inline-block;
        width: 80px;
        height: 32px;
        line-height: 30px;
    }
}
@media (max-width:1200px){
    .technology_industry .content{
        width: 95%;
    }
    .technology_industry .content .boxlist .list .list_txt h1 a{
        font-size: 18px;
        line-height: 24px;
    }
    .technology_industry .content .boxlist .list .list_txt p{
        font-size: 13px;
        line-height: 24px;
    }
}
@media (max-width:760px){
    .technology_industry .content .boxlist .list{
        width: 100%;
    }
}
@media (max-width:550px){
    .technology_industry .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 20px;
    }
    .technology_industry .content .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 20px;
    }
    .technology_industry .content .boxlist .list .list_txt .more a{
        width: 60px;
        height: 24px;
        line-height: 20px;
        font-size: 12px;
    }
    .technology_industry {
        padding: 60px 0 55px;
    }
}

/* 目录祥册 */
.technical_directory{
    padding: 80px 0 140px;
}
.technical_directory .content{
    width: 83.3%;
    margin: 0 auto;
}
.technical_directory .content ul{
    margin-bottom: 5%;
}
.technical_directory .content ul h3{
    display: flex;
    justify-content: space-between;
    background: #0676ff;
    height: 90px;
    margin-bottom: 0;
    align-items: center;
}
.technical_directory .content ul h3 a{
    width: 20%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}
.technical_directory .content ul li{
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    height: 90px;
    align-items: center;
    margin-top: 2%;
    text-align: center;
}
.technical_directory .content ul li a{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.technical_directory .content ul li a img{
    width: 22px;
    height: 22px;
    border: none;
}
.technical_directory .content ul li a:hover img {
    background: none;
}
.technical_directory .content ul li:hover a{
    color: #ff7b06;
}
@media (max-width:1400px){
    .technical_directory .content ul h3{
        height: 70px;
    }
    .technical_directory .content ul li{
        height: 70px;
    }
}
@media (max-width:1200px){
    .technical_directory .content ul h3 a{
        font-size: 16px;
    }
    .technical_directory .content{
        width: 95%;
    }
    .technical_directory .content ul li a{
        font-size: 14px;
    }
    .technical_directory{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .technical_directory .content ul h3 a{
        font-size: 14px;
    }
    .technical_directory .content ul h3{
        height: 50px;
    }
    .technical_directory .content ul li{
        height: 50px;
    }
    .technical_directory .content ul li a{
        font-size: 12px;
    }
    .technical_directory .content ul li a img{
        width: 18px;
        height: 18px;
    }
}
@media (max-width:550px){
    .technical_directory{
        padding: 60px 0;
    }
    .technical_directory .content ul h3 a{
        width: 25%;
    }
    .technical_directory .content ul li a{
        width: 25%;
    }
}

/* 选型指南 */
.technology_guide{
    padding: 80px 0 140px;
}
.technology_guide .content{
    width: 83.3%;
    margin: 0 auto;
}
.technology_guide .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.technology_guide .content .boxlist .list{
    width: 47.5%;
    box-shadow: 5px 5px 14px rgba(000, 000, 000, .11);
    transition: all .5s linear;
    margin-bottom: 2.5%;
}
.technology_guide .content .boxlist .list .list_txt{
    position: relative;
    padding: 5%;
    overflow: hidden;
}
.technology_guide .content .boxlist .list .list_txt h1{
    margin-bottom: 3%;
    padding-bottom: 4%;
    border-bottom: 1px solid #d2d2d2;
    transition: all .5s linear;
}
.technology_guide .content .boxlist .list .list_txt h1 a{
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.technology_guide .content .boxlist .list .list_txt p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 4%;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.technology_guide .content .boxlist .list .list_txt .more a{
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 1%;
    color: #666666;
    border-bottom: 1px solid #666666;
    transition: all .5s linear;
}
.technology_guide .content .boxlist .list .list_txt .img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #0676ff;
    z-index: -1;
    transition: all .5s linear;
    transform: translateY(-50%);
    opacity: 0;
}
.technology_guide .content .boxlist .list .list_txt .img img{
    width: 100%;
    transition: all .5s linear;
    opacity: .3;
}
.technology_guide .content .boxlist .list:hover{
    box-shadow: none;
}
.technology_guide .content .boxlist .list:hover .list_txt h1{
    border-bottom: 1px solid #ffffff;
}
.technology_guide .content .boxlist .list:hover .list_txt h1 a{
    color: #ffffff;
}
.technology_guide .content .boxlist .list:hover .list_txt p{
    color: #ffffff;
}
.technology_guide .content .boxlist .list:hover .list_txt .more a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.technology_guide .content .boxlist .list:hover .list_txt .img{
    opacity: 1;
}
.technology_guide .content .boxlist .list:hover .list_txt .img img{
    transform: scale(1.1);
}

@media (max-width:1400px){
    .technology_guide .content .boxlist .list .list_txt h1 a{
        font-size: 20px;
    }
    .technology_guide .content .boxlist .list .list_txt p{
        font-size: 13px;
    }
    .technology_guide .content .boxlist .list .list_txt .more a{
        font-size: 16px;
    }
}
@media (max-width:1200px){
    .technology_guide .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .technology_guide .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
    }
    .technology_guide .content .boxlist .list .list_txt .more a{
        font-size: 14px;
    }
    .technology_guide{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .technology_guide .content .boxlist .list{
        width: 100%;
    }
}
@media (max-width:550px){
    .technology_guide .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
    }
    .technology_guide .content .boxlist .list .list_txt p{
        font-size: 12px;
    }
    .technology_guide .content .boxlist .list .list_txt .more a{
        font-size: 13px;
    }
    .technology_guide{
        padding: 60px 0;
    }
}

/* 联系方式 */
/* 百度地图 */
.baidu{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 80px 0;
    height: 560px;
}
.baidu .map{
    width: 100%;
    
}
.baidu .address_bottom{
    position: absolute;
    top: 0;
    right: 8.35%;
    width: 27%;
    height: 100%;
    padding: 0% 1.5%;
    background: #0676ff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
}
.baidu .address_bottom .address{
    width: 100%;
}
.baidu .address_bottom .address .top{
    width: 100%;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 6%;
}
.baidu .address_bottom .address .top h1{
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 6%;
}
.baidu .address_bottom .address .top ul{
    margin-bottom: 8%;
}
.baidu .address_bottom .address .top ul li{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    line-height: 28px;
}
.baidu .address_bottom .address .top ul li p{
    color: #ffffff;
    margin-bottom:0;
}
.baidu .address_bottom .address .top ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    transform: translateY(-50%);
}
.baidu .address_bottom .address .top ul li:nth-child(1)::before{
    background: url(../images/contact_icon01.png) #ffffff no-repeat;
    background-size: 100%;
}
.baidu .address_bottom .address .top ul li:nth-child(2)::before{
    background: url(../images/contact_icon02.png) #ffffff no-repeat;
    background-size: 100%;
}
.baidu .address_bottom .address .top ul li:nth-child(3)::before{
    background: url(../images/contact_icon03.png) #ffffff no-repeat;
    background-size: 100%;
}
.baidu .address_bottom .address .top ul li:nth-child(4)::before{
    background: url(../images/contact_icon04.png) #ffffff no-repeat;
    background-size: 100%;
}
.baidu .address_bottom .address .bottom{
    width: 100%;
}
.baidu .address_bottom .address .bottom h1{
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 4%;
}
.baidu .address_bottom .address .bottom p{
    margin-bottom: 6%;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.baidu .address_bottom .address .bottom .more a{
    display: block;
    color: #0676ff;
    font-size: 24px;
    background: #ffffff;
    text-align: center;
    padding: 2% 0;
}
@media (max-width:1700px){
    .baidu .address_bottom .address .top h1{
        font-size: 20px;
    }
    .baidu .address_bottom .address .top ul li p{
        font-size: 14px;
    }
    .baidu .address_bottom .address .bottom h1{
        font-size: 20px;
    }
    .baidu .address_bottom .address .bottom p{
        font-size: 14px;
    }
    .baidu .address_bottom .address .bottom .more a{
        font-size: 20px;
    }
}
@media (max-width:1500px){
    .baidu .address_bottom .address .top h1{
        font-size: 16px;
    }
    .baidu .address_bottom .address .top ul li{
        font-size: 13px;
    }
    .baidu .address_bottom .address .bottom h1{
        font-size: 16px;
    }
    .baidu .address_bottom .address .bottom p{
        font-size: 13px;
    }
    .baidu .address_bottom .address .bottom .more a{
        font-size: 16px;
    }
    .baidu .address_bottom{
        right: 2.5%;
    }
    .baidu .map{
        height: 480px;
    }
    .baidu{
        height: 480px;
    }
}
@media (max-width:1200px){
    .baidu .address_bottom .address .top h1{
        font-size: 14px;
    }
    .baidu .address_bottom .address .top ul li {
        font-size: 12px;
        line-height: 24px;
    }
    .baidu .address_bottom .address .bottom .more a{
        font-size: 14px;
    }
    .baidu .address_bottom .address .top ul li::before{
        width: 23px;
        height: 23px;
    }
    .baidu .map{
        height: 400px;
    }
    .baidu{
        height: 400px;
    }
}
@media (max-width:1000px){
    .baidu .address_bottom{
        position: initial;
        width: 95%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 4% 2%;
    }
    .baidu{
        height: auto;
    }
    .baidu .map#dituContent {
        position: initial;
        height: 400px !important;
    }
    .baidu .address_bottom .address .top h1{
        margin-bottom: 15px;
    }
    .baidu .address_bottom .address .top ul li{
        margin-bottom: 10px;
    }
    .baidu .address_bottom .address .top ul{
        margin-bottom: 20px;
    }
    .baidu .address_bottom .address .top{
        margin-bottom: 20px;
    }
    .baidu .address_bottom .address .bottom h1{
        margin-bottom: 10px;
    }
    .baidu .address_bottom .address .bottom p{
        margin-bottom: 20px;
    }
    .baidu .address_bottom .address .bottom .more a{
        padding: 10px 0;
    }
}
@media (max-width:760px){
    .baidu .map{
        height: 320px !important;
    }
}
@media (max-width:550px){
    .baidu{
        margin: 60px 0;
    }
}

/* 联系方式 */
/* 联系人 */
.contact .content{
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f5f6fa;
}
.contact .content .boxlist{
    background: #f5f6fa;
    padding: 4% 4% 2%;
    width: 60%;
}
.contact .content .boxlist .list{
    width: 100%;
    margin-bottom: 2%;
}
.contact .content .boxlist .list .list_txt{
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
}
.contact .content .boxlist .list .list_txt .left{
    width: 72%;
}
.contact .content .boxlist .list .list_txt .left h1{
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.contact .content .boxlist .list .list_txt .left h1::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0676ff;
}
.contact .content .boxlist .list .list_txt .left ul{
    margin-bottom: 0;
}
.contact .content .boxlist .list .list_txt .left ul li{
    display: flex;
    margin-top: 4px;
}
.contact .content .boxlist .list .list_txt .left ul li span{
    display: inline-block;
    width: 20%;
    font-size: 14px;
    text-align: right;
    color: #666666;
    white-space:nowrap;
}
.contact .content .boxlist .list .list_txt .left ul li p{
    width: 80%;
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
}
.contact .content .boxlist .list .list_txt .right{
    width: 25%;
    text-align: center;
}
.contact .content .boxlist .list .list_txt .right .img img{
    max-width: 100%;
}
.contact .content .boxlist .list .list_txt .right p{
    color: #aeaeae;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
}

.contact .content .contact_code{
    background: #f5f6fa;
    display: flex;
    justify-content: space-around;
    width: 40%;
}
.contact .content .contact_code .list{
    width: 40%;
    text-align: center;
}
.contact .content .contact_code .list:last-child{
    margin-right: 0;
}
.contact .content .contact_code .list_img{
    width: 100%;
    overflow: hidden;
}
.contact .content .contact_code .list_img .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact .content .contact_code .list_img .img img{
    max-width: 100%;
    margin: 0 auto;
}
.contact .content .contact_code p{
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}
@media (max-width:1200px){
    .contact .content .boxlist .list .list_txt .left h1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact .content .boxlist .list .list_txt .left ul li span{
        font-size: 14px;
    }
    .contact .content .boxlist .list .list_txt .left ul li p{
        font-size: 14px;
    }
    .contact .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .contact .content .boxlist{
        width: 100%;
    }
    .contact .content .contact_code{
        width: 100%;
        padding: 2% 0;
    }
    .contact .content .boxlist .list{
        width: 100%;
        margin-bottom: 2%;
    }

}
@media (max-width:550px){
    .contact .content .boxlist .list .list_txt .left h1{
        font-size: 16px;
    }
    .contact .content .boxlist .list .list_txt .left ul li span{
        font-size: 12px;
    }
    .contact .content .boxlist .list .list_txt .left ul li p{
        font-size: 12px;
    }
    .contact .content .contact_code p{
        font-size: 12px;
    }
}

/* 留言 */
.contact .content .message{
    width: 100%;
    padding: 100px 0 140px;
    background-color: #fff;
}
.contact .content .message h1{
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #0676ff;
    text-align: center;
    margin-bottom: 40px;
}
.contact .content .message .bottom #onlineMessages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .content .message .bottom .one{
    width: 24%;
}
.contact .content .message .bottom .one p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #333333;
}
.contact .content .message .bottom .one p span{
    color: #f60808;
    margin-right: 2px;
}
.contact .content .message .bottom .one input{
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    position: relative;
    border: 1px solid #cacaca;
}

.contact .content .message .bottom .one input::placeholder{
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Arial";
}
.contact .content .message .bottom .two{
    width: 100%;
}
.contact .content .message .bottom .two textarea{
    width: 100%;
    padding: 15px;
    height: 200px;
    outline: none;
    margin-bottom: 40px;
    border: 1px solid #cacaca;
}
.contact .content .message .bottom .two textarea::placeholder{
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Arial";
}
.contact .content .message .bottom .more{
    margin: 0 auto;
}
.contact .content .message .bottom .more a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #0676ff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #0676ff;
}
.contact .content .message .bottom .more a:hover{
    background: #0676ff;
    color: #ffffff;
}
@media (max-width:1000px){
    .contact .content .message h1{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact .content .message .bottom .one{
        width: 48%;
    }
    .contact .content .message{
        padding: 80px 0 100px;
    }
}
@media (max-width:550px){
    .contact .content .message h1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact .content .message .bottom .one{
        width: 100%;
    }
    .contact .content .message .bottom .one input{
        padding: 10px;
    }
    .contact .content .message .bottom .two textarea{
        padding: 10PX;
        height: 140px;
        margin-bottom: 30px;
    }
    .contact .content .message .bottom .more a{
        display: inline-block;
        width: 120px;
        height: 34px;
        line-height: 32px;
    }
    .contact .content .message{
        padding: 60px 0;
    }
}

/* 招贤纳士 */
.recruitment{
    padding: 80px 0 140px;
}
.recruitment .content{
    width: 83.3%;
    margin: 0 auto;
}
.recruitment .content ul{
    margin-bottom: 4%;
}
.recruitment .content ul > .recruitment_title{
    background: #0676ff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 118px;
    padding: 0px 80px;
}
.recruitment .content ul > .recruitment_title span:first-child{
    justify-content: left;
}
.recruitment .content ul > .recruitment_title span{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
}
.recruitment .content ul > li{
    position: relative;
}
.recruitment .content ul > li:nth-of-type(odd){
    background: #ffffff;
}
.recruitment .content ul > li:nth-of-type(even){
    background: #f8f8f8;
}

.recruitment .content ul > li > .recruitment_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 118px;
    padding: 0px 80px;
}
.recruitment .content ul > li > .recruitment_title span:first-child{
    justify-content: left;
}
.recruitment .content ul > li > .recruitment_title span{
    width: 20%;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4c4c4c;
}
.recruitment .content ul li .recruitment_content{
    display: none;
    padding: 40px 80px 80px;
}
.recruitment .content ul li .view{
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 118px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0676ff;
    cursor: pointer;
    margin-bottom: 0;
}
.recruitment .content ul li .view::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 32px;
    height: 2px;
    background: #0676ff;
    transform: translateX(-50%);
}
.recruitment .content ul .active .recruitment_content{
    border-top: 1px solid #e5e5e5;
}
.recruitment .content ul li .recruitment_content .recruitmen_info{
    display: flex;
    justify-content: space-between;
}
.recruitment .content ul li .recruitment_content .recruitmen_info ol{
    width: 50%;
}
.recruitment .content ul li .recruitment_content .recruitmen_info ol li{
    color: #333333;
    font-size: 14px;
    line-height: 40px;
}
.recruitment .content ul li .recruitment_content .recruitmen_info ol p{
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}
@media (max-width:1400px){
    .recruitment .content ul > .recruitment_title{
        height: 90px;
    }
    .recruitment .content ul > li > .recruitment_title{
        height: 90px;
    }
    .recruitment .content ul li .view{
        height: 90px;
        width: 120px;
    }
    .recruitment .content ul li .view::after{
        bottom: 30px;
    }
}
@media (max-width:1200px){
    .recruitment .content{
        width: 95%;
    }
    .recruitment .content ul > .recruitment_title span{
        font-size: 16px;
    }
    .recruitment .content ul > li > .recruitment_title span{
        font-size: 14px;
    }
    .recruitment .content ul li .view{
        font-size: 14px;
    }
    .recruitment .content ul li .view::after{
        width: 28px;
    }
    .recruitment{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .recruitment .content ul > .recruitment_title{
        padding: 0px 80px 0 4%;
    }
    .recruitment .content ul > li > .recruitment_title{
        padding: 0px 80px 0 4%;
    }
    .recruitment .content ul > .recruitment_title span:nth-child(4),
    .recruitment .content ul > .recruitment_title span:nth-child(5){
        display: none;
    }
    .recruitment .content ul > .recruitment_title span{
        width: 30%;
    }
    .recruitment .content ul > li > .recruitment_title span:nth-child(4),
    .recruitment .content ul > li > .recruitment_title span:nth-child(5){
        display: none;
    }
    .recruitment .content ul > li > .recruitment_title span{
        width: 30%;
    }
    .recruitment .content ul li .recruitment_content{
        padding: 4% 4% 8%;
    }
    .recruitment .content ul li .recruitment_content .recruitmen_info{
        flex-wrap: wrap;
    }
    .recruitment .content ul li .recruitment_content .recruitmen_info ol{
        width: 100%;
    }
    .recruitment .content ul li .recruitment_content .recruitmen_info ol li{
        line-height: 30px;
        font-size: 12px;
    }
    .recruitment .content ul > .recruitment_title{
        height: 70px;
    }
    .recruitment .content ul > li > .recruitment_title{
        height: 70px;
    }
    .recruitment .content ul li .view{
        height: 70px;
        width: 80px;
    }
    .recruitment .content ul li .view::after{
        bottom: 24px;
        height: 1px;
    }
    .recruitment .content ul > li > .recruitment_title span{
        font-size: 12px;
    }
    .recruitment .content ul li .view{
        font-size: 12px;
    }
    .recruitment .content ul li .recruitment_content .recruitmen_info ol p{
        font-size: 12px;
        line-height: 30px;
    }
    .recruitment{
        padding: 60px 0;
    }
}

/* 行业新闻 */
.news{
    padding: 80px 0 120px;
}
.news .content{
    width: 83.3%;
    margin: 0 auto;
}
.news .content .boxlist{
    width: 100%;
}
.news .content .boxlist .list{
    width: 100%;
    box-shadow: 0px 0px 10px rgba(000, 000, 000, .15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    transition: all .5s linear;
    margin-bottom: 2%;
}
.news .content .boxlist .list .list_img{
    width: 43.75%;
}
.news .content .boxlist .list .list_img .img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 45.7%;
}
.news .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.news .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.news .content .boxlist .list .list_txt{
    width: 56.25%;
    padding: 2% 5%;
}
.news .content .boxlist .list .list_txt span{
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    margin-bottom: 3%;
}
.news .content .boxlist .list .list_txt h1 a{
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 5%;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
}
.news .content .boxlist .list .list_txt .more a{
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #666666;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 26px;
    color: #666666;
    transition: all .5s linear;
    text-transform: uppercase;
}
.news .content .boxlist .list:hover{
    box-shadow: 8px 8px 21px rgba(000, 000, 000, .25);
}
.news .content .boxlist .list:hover .list_txt h1 a{
    color: #0676ff;
}
.news .content .boxlist .list:hover .list_txt .more a{
    border: 1px solid #0676ff;
    color: #ffffff;
    background: #0676ff;
}
@media (max-width:1200px){
    .news .content {
        width: 95%;
    }
    .news .content .boxlist .list .list_txt span{
        font-size: 16px;
        line-height: 30px;
    }
    .news .content .boxlist .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }    
}
@media (max-width:1000px){
    .news .content .boxlist .list .list_txt .more a {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .news{
        padding: 60px 0 80px;
    }
}
@media (max-width:760px){
    .news .content .boxlist .list .list_txt span{
        font-size: 14px;
        line-height: 24px;
    }
    .news .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
        line-height: 24px;
    }
    .news .content .boxlist .list .list_txt .more a{
        width: 80px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
    }
}
@media (max-width:550px){
    .news .content .boxlist .list .list_txt span{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 20px;
    }
    .news .content .boxlist .list .list_txt .more a{
        width: 60px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
    }
    .news{
        padding: 60px 0;
    }
}

/* 新闻详情内容 */
.news_detail{
    padding: 80px 0 140px;
}
.news_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.news_detail .content .box .theme .title{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
}
.news_detail .content .box .theme .release{
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #999999;
}

.news_detail .content .box .news_info{
    width: 100%;
    padding: 5% 0;
    margin: 0 auto;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.news_detail .content .box .news_info p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
}
.news_detail .content .box .news_info .imglist{
    display: flex;
    justify-content: space-around;
}
.news_detail .content .box .news_info .imglist .img{
    width: 41.25%;
    overflow: hidden;
    cursor: pointer;
}
.news_detail .content .box .news_info .imglist .img img{
    width: 100%;
    transition: all .5s linear;
}
.news_detail .content .box .news_info .imglist .img:hover img{
    transform: scale(1.1);
}
.news_detail .content .box .theme .title a{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.news_detail .content .box .news_other{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}
.news_detail .content .box .news_other ul{
    margin-bottom: 0;
    margin-right: 10px;
}
.news_detail .content .box .news_other ul li{
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}
.news_detail .content .box .news_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.news_detail .content .box .news_other ul li a:hover{
    color: #0676ff;
}
.news_detail .content .box .news_other .more a{
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    border: 1px solid #0676ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.news_detail .content .box .news_other .more a:hover{
    background: #0676ff;
}
.news_detail .content .box .news_other .more a span{
    color: #0676ff;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.news_detail .content .box .news_other .more a:hover img{
    filter: brightness(50);
}
.news_detail .content .box .news_other .more a:hover span{
    color: #ffffff;
}
@media (max-width:1200px){
    .news_detail .content{
        width: 95%;
    }
    .news_detail{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .news_detail .content .box .theme .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .news_detail .content .box .news_info p {
        font-size: 12px;
        line-height: 20px;
    }
    .news_detail .content .box .news_info .imglist{
        flex-wrap: wrap;
    }
    .news_detail .content .box .news_info .imglist .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .news_detail .content .box .news_info .imglist .img:last-child{
        margin-bottom: 0;
    }
    .news_detail .content .box .news_other ul li a{
        font-size: 12px;
    }
    .news_detail .content .box .news_other .more a span{
        font-size: 12px;
    }
    .news_detail .content .box .news_other .more a img{
        width: 15px;
        height: 12px;
    }
    .news_detail .content .box .news_other .more a{
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .news_detail{
        padding: 60px 0;
    }
}


/* 行业应用详情 */
.article_detail{
    padding: 80px 0 140px;
}
.article_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.article_detail .content .box .theme .title{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
}
.article_detail .content .box .article_detail_info{
    width: 100%;
    padding: 5% 0;
    margin: 0 auto;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.article_detail .content .box .article_detail_info p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
}
.article_detail .content .box .article_detail_other{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}
.article_detail .content .box .article_detail_other ul{
    margin-bottom: 0;
    margin-right: 10px;
}
.article_detail .content .box .article_detail_other ul li{
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}
.article_detail .content .box .article_detail_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.article_detail .content .box .article_detail_other ul li a:hover{
    color: #0676ff;
}
.article_detail .content .box .article_detail_other .more a{
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    border: 1px solid #0676ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.article_detail .content .box .article_detail_other .more a:hover{
    background: #0676ff;
}
.article_detail .content .box .article_detail_other .more a:hover img{
    filter: brightness(50);
}
.article_detail .content .box .article_detail_other .more a span{
    color: #0676ff;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.article_detail .content .box .article_detail_other .more a:hover span{
    color: #ffffff;
}
@media (max-width:1200px){
    .article_detail .content{
        width: 95%;
    }
    .article_detail{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .article_detail .content .box .theme .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .article_detail .content .box .article_detail_info p{
        font-size: 12px;
        line-height: 20px;
    }
    .article_detail .content .box .article_detail_other ul li a{
        font-size: 12px;
    }
    .article_detail .content .box .article_detail_other .more a span{
        font-size: 12px;
    }
    .article_detail .content .box .article_detail_other .more a img{
        width: 15px;
        height: 12px;
    }
    .article_detail .content .box .article_detail_other .more a{
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .article_detail{
        padding: 60px 0;
    }
}

/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 83.3%;
    margin: 0 auto;
}
.info_main .content .info_edit p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:1200px){
    .info_main .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .info_main{
        padding: 60px 0;
    }
}
p > img{
    max-width: 100%;
}
p > a > img{
    max-width: 100%;
}

