@charset "utf-8";
/* 首页共享标题 */

section {
    padding: 50px 0;
}

/* 搜索 */

.search {
    /* padding: 15px 0; */
    line-height: 60px;
    color: #666;
    font-size: 14px;
    /* background-color: #f5f5f5; */
}

.search a {
    color: #666;
    padding-right: 10px;
}

.search a:hover {
    color: #214d98;
}

.search_bar {
    background-color: #ececed;
}

/* *****第一部分 产品展示***** */

.chanpin {
    background-color: #f8f8f8;
}

/* 左-菜单 */

.chanpin .menu {
    width: 25%;
}

.chanpin .menu>div {
    border: 4px solid #214d98;
}

.chanpin .menu h4 {
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    background-color: #214d98;
}

.chanpin .menu_list {
    padding: 5px 10px;
}

.chanpin .menu_list .h5 {
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #3a66b1, #214d98);
    /* background-image: linear-gradient(to right, #0067d0, #3a66b1); */
}

.chanpin .menu_list .h5 a {
    color: #fff;
}

.chanpin .menu_list li {
    line-height: 39px;
    border-bottom: 1px dashed #ddd;
}

.chanpin .menu_list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.chanpin .menu_list li a {
    font-size: 15px;
    padding-left: 15px;
}

/* 右-列表 */

.chanpin .right {
    width: 75%;
}

.chanpin .right .tuijian {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.chanpin .right a {
    margin-bottom: 25px;
}

.chanpin .right a div {
    overflow: hidden;
}

.chanpin .right a p {
    line-height: 45px;
    background-color: #eee;
    transition: .3s;
}

.chanpin .right a:hover p {
    color: #fff;
    background-color: #003882;
    /* background-color: #0067d0; */
}

.chanpin .right a img {
    transition: .3s;
    height: 219px;
    width: 100%;
    object-fit: cover;
}

.chanpin .right a:hover img {
    transform: scale(1.1);
}

/* *****第二部分 优势***** */

.youshi {
    padding-top: 0;
    padding-bottom: 0;
}

.youshi .top {
    padding: 30px 0;
    background: url(../img/ys-bg.jpg)no-repeat center/cover;
}

.youshi .top p {
    margin-top: 20px;
    padding-left: 35px;
    line-height: 60px;
    background: url(../img/ys-lxwm.png)no-repeat center;
}

.youshi .row {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #C4C4C4;
    align-items: center;
}

.youshi .ys_box h4 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../img/ys-line.png)no-repeat bottom;
}

.youshi .ys_box h4 i {
    float: left;
    font-style: normal;
    color: #fff;
    background-color: #023793;
    width: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    font-family: Impact;
    font-size: 48px;
}

.youshi .ys_box h4 span {
    display: block;
    margin-left: 100px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1;
    color: #023793;
    padding: 8px 0;
}

.youshi .ys_box h4 small {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.youshi .ys_box .text {
    margin-left: 70px;
}

.youshi .ys_box .text p {
    padding-left: 20px;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    background: url(../img/lingxing.svg)no-repeat left;
}

.youshi .ys_box .btn {
    margin-top: 30px;
}

.youshi .ys_box .btn a {
    display: inline-block;
    margin-right: 15px;
    line-height: 38px;
    background-color: #023793;
    color: #fff;
    padding: 0 30px;
}

.youshi .ys_box .btn .tel {
    display: inline-block;
    line-height: 38px;
    background: url(../img/ys-tel.png) no-repeat 0 center;
    padding-left: 44px;
}

.youshi .end {
    padding: 60px 0;
    background: url(../img/ys-bg2.jpg)no-repeat center;
}

.youshi .end li {
    float: left;
    width: 20%;
    position: relative;
    background: url(../img/ys2-line.png) no-repeat center;
}

.youshi .end .quan {
    animation: circle 10s infinite linear;
    width: 154px;
    height: 146px;
    margin: 0 auto;
}

.youshi .end .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.youshi .end .text img {
    display: block;
    margin: 40px auto 4px;
}

.youshi .end .text p {
    font-size: 15px;
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  */

.guanyu {
    background-color: #f8f8f8;
}

.guanyu p {
    line-height: 27px;
    margin-bottom: 10px;
}

/* *****第四部分 案例展示***** */

.anli .box .row {
    align-items: center;
}

.anli .left li {
    padding: 0 35px;
    line-height: 64px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.anli .left li b {
    padding-right: 30px;
    color: #999;
}

.anli .left li small {
    float: right;
    font-family: '宋体';
    color: #f6f6f6;
}

.anli .left .on, .anli .left li:hover {
    color: #fff;
    background-color: #023793;
}

.anli .left .on b {
    color: #fff;
}

.anli .right ul {
    display: none;
}
.anli .right ul .fl img{
    height: 300px;
}
.anli .right .on {
    display: block;
}

.anli .right .fl, .anli .right .fr {
    width: 50%;
}

.anli .right .fr {
    padding: 0 20px;
}

.anli .right .fr a {
    margin-top: 100px;
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background-color: #FE8800;
}

/* 第五部分 资质 */

.zizhi {
    background: url(../img/zizhi.jpg);
}

.zizhi .swiper-slide {
    width: 20%;
}

/* 第六部分 新闻中心  */

.xinwen .wrap {
    padding: 0 20px;
    border-right: 1px solid #eee;
}

.xinwen .top p {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.xinwen .top p a {
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.xinwen .top img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.xinwen .wrap li {
    font-size: 14px;
    line-height: 34px;
}

.xinwen .wrap li a {
    padding-left: 3px;
}

.xinwen .wrap li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    vertical-align: 3px;
}

.xinwen .wrap li:hover::before {
    background-color: #023793;
}

.xinwen .wrap li:hover a {
    color: #023793;
    text-decoration: none !important;
}

/* 友情链接 */

.friend_links strong {
    color: #023793;
    font-size: 18px;
}

/* 当前位置 */

.newsnav {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.newsnav img {
    vertical-align: -1px;
}

.newsnav p {
    padding-left: 15px;
    line-height: 20px;
    border-left: 10px solid #FE8800;
}

.newsnav a {
    color: #666;
}

.newsnav a:hover {
    color: #FE8800;
}

/* 二级导航 */

.about_nav ul {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.about_nav ul li {
    width: calc(100% / 6);
    text-align: center;
}

.about_nav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 55px;
    text-decoration: none;
    background-color: rgb(244, 244, 244);
}

.about_nav ul li .on, .about_nav ul li:hover a {
    color: #fff;
    background: url(../img/ico10.png) no-repeat bottom center #023793;
}

.about_txt {
    padding: 2%;
    max-height: 300px;
    overflow: auto;
}

.about_txt p {
    margin-bottom: 10px;
    line-height: 27px;
}

.about_txt h3 {
    padding-left: 15px;
    border-left: 3px solid #023793;
}

.about_num .h1 {
    font-size: 60px;
}

.about_num .h1 small {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    background-color: #FE8800;
    border-radius: 50%;
}

.about_shili {
    padding: 50px 0;
    background: url(../img/about04.jpg)no-repeat center/cover;
}

.about_shili .list_ico {
    position: relative;
    color: #fff;
    background-color: #FE8800;
    text-align: center;
}

.about_shili .list_ico p {
    font-weight: bold;
    line-height: 100px;
}

.about_shili .list_ico b {
    position: absolute;
    line-height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 90px;
    font-family: Impact, Arial;
    color: rgba(0, 0, 0, 0.08);
}

.about_line .list {
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.about_line .list p {
    line-height: 50px;
}

.about_line .list p span {
    padding-left: 15px;
    line-height: 20px;
    border-left: 7px solid #FE8800;
}

/* 产品中心 */

.product .pro_nav {
    width: 20%;
}

.product .pro_box {}

.product .pro_box .title {
    /* padding-left: 15px; */
    position: relative;
    font-size: 24px;
    color: #fff;
    background-color: #214d98;
    line-height: 70px;
    text-align: center;
}

.product .pro_box .title:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.product .pro_box .u1>li>a {
    position: relative;
    margin-bottom: 1px;
    padding-left: 25px;
    display: block;
    width: 100%;
    line-height: 50px;
    color: #333;
    background-color: #ececed;
    text-decoration: none;
}

.product .pro_box .u1>li>a::after {
    content: '>';
    position: absolute;
    left: 10px;
    font-family: 'Simsun';
}

.product .pro_box .u1>li>.on, .product .pro_box .u1>li:hover>a {
    color: #fff;
    background-color: #214d98;
}

.product .pro_box .p1 {
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 27px;
}

.product .pro_box .sub a {
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-bottom: 1px dashed #fff;
    text-decoration: none;
}

.product .pro_box .sub :hover a {
    color: #214d98;
    background-color: #f4f4f4;
}

.pro_list {
    width: 80%;
}

.pro_list .box {
    margin-bottom: 20px;
    background-color: #ececed;
    border: 1px solid transparent;
}

.pro_list .box a {
    display: block;
    overflow: hidden;
}

.pro_list .box img {
    transition: .5s;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.pro_list .box:hover img {
    transform: scale(1.1);
}

.pro_list .box p a {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    border-left: 5px solid #214d98;
    text-decoration: none;
}

.pro_list .box:hover p a {
    color: #214d98;
    border-color: #FE8800;
}

/* 案例列表 */

.case_list {
    width: 80%;
}

.case_list .row a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.case_list .row {
    margin-bottom: 20px;
    padding: 15px;
    align-items: center;
}

.case_list img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.case_list .more {
    margin-top: 30px;
    margin-left: auto;
}

.case_list .row:hover {
    border-color: #214d98 !important;
}

.case_list .row:hover .more {
    background-color: #214d98;
}

.case_list .row:hover h4 a {
    color: #214d98;
}

.case_list .row:hover img {
    transform: scale(1.1);
}

/* 产品详情 */

.pro_article {
    width: 80%;
}

.pro_article .row {
    padding: 15px;
}

.pro_article .titlepic {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}

.pro_article .title a {
    display: inline-block;
    margin-right: 25px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    background-color: #214d98;
    box-shadow: 0 0 5px #214d98;
}

.pro_article .title span {
    font-size: 30px;
    line-height: 40px;
    color: #FE8800;
    vertical-align: -5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.pro_xiangqing_p {
    margin-top: 15px;
    display: inline-block;
    font-size: 22px;
    line-height: 50px;
    color: #214d98;
    border-bottom: 3px solid #214d98;
}

.pro_xiangqing img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto !important;
}

.pro_xiangqing a {
    padding-bottom: 3px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #214d98;
}

.pro_xiangqing P {
    line-height: 27px;
    margin-bottom: 10px;
}
.pro_xiangqing h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news_title h1 {
    font-size: 22px;
}

.news_title p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news_title p span {
    margin-right: 15px;
    font-size: 14px;
    color: #666;
}

/* .联系我们 */

.lxwm .top img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ececed;
}

.lxwm .top .tit {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid #ececed;
}

.lxwm .top .tit span {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px; */
    border-bottom: 3px solid #214d98;
    /* background-color: #214d98; */
    display: inline-block;
}

.lxwm .xia {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}

.lxwm .xia .left {
    width: 35%;
    background-color: #f4f4f4;
}

.lxwm .xia .left .tit {
    line-height: 80px;
    background-color: #214d98;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.lxwm .xia .left div {
    padding: 25px;
}

.lxwm .xia .left div P {
    margin-bottom: 15px;
}

.lxwm .xia .left div img {
    vertical-align: -4px;
}

.lxwm .xia .map {
    width: 65%;
}

/* 关于我们 列表页 */

.about_list .box {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #ececed;
    cursor: pointer;
}
.about_list .box img{
    width: 100%;
    height: 15vh;
    object-fit: contain;
}

.about_list .box p {
    line-height: 45px;
    background-color: #eee;
    text-align: center;
    font-size: 14px;
}

.about_list .bigimg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.about_list .bigimg.on {
    display: block;
}

.about_list .bigimg div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about_list .bigimg div img {
    width: 90%;
    max-width: 900px;
}

/* 招聘 */

.join {
    margin-bottom: 20px;
    background-color: #ececed;
}

.join .p1 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 90px;
    border-left: 5px solid #FE8800;
}

.join .p1 a {
    padding-right: 20px;
    font-size: 16px;
    color: #999;
    float: right;
}

.join .p1 a span {
    font-family: 'simsun';
}

.join .box {
    padding: 20px;
    background-color: #ececed;
}

.join .box .wrap {
    padding: 20px;
    background-color: #fff;
}

.join .box .wrap p {
    margin-bottom: 10px;
    line-height: 27px;
}

/* 其他 */

@media (max-width:992px) {
    .m_none, .search, .chanpin .menu,.youshi .end {
        display: none !important;
    }
    .chanpin .right{width: 100%;}
    section {
        padding: 20px 0;
    }
    .mt-5{margin-top: 20px !important;}
    .chanpin .right a img{height: 120px;}
    .youshi .row{padding-top: 10px;padding-bottom: 10px;}
    .youshi .ys_box h4{margin-bottom: 10px;}
    .youshi .ys_box h4 i{width: 47px;line-height: 47px;font-size: 18px;}
    .youshi .ys_box h4 span{    margin-left: 65px;font-size: 17px;}
    .youshi .ys_box h4 small{font-size: 12px;font-weight: normal;}
    .youshi .ys_box .text{margin-left: 0 ;}
    .youshi .ys_box .btn{margin-top: 0;}
    .youshi .ys_box .btn a{padding: 0 20px;font-size: 12px;line-height: 30px;}
    .youshi .ys_box .btn .tel strong{font-size: 18px;font-weight: bold;}
    .anli .right .fl, .anli .right .fr{width: 100%;}
    .anli .right .fr{padding-top: 10px;}
    .anli .right .fr a{margin-top: 10px;}
    .zizhi .swiper-slide{width: 50%;}
    .guanyu .mt-5{margin-top: 20px !important;}
    .guanyu .col-lg-7{height: 250px;font-size: 14px;overflow: hidden;}
    .about_nav ul{flex-wrap: wrap;margin-top: 10px;margin-bottom: 10px;}
    .about_nav ul li{width: 50%;border-right: 1px solid #fff;border-top: 1px solid #fff;}
    .about_nav ul li a{font-size: 14px;line-height: 35px;}
    .about_txt h3{font-size: 16px;}
    .about_txt p{font-size: 14px;}
    .about_txt{max-height: 100%;}
    .about_num .h1{font-size: 22px;}
    .about_num .h4{font-size: 15px;}
    .about_shili{padding: 20px 0;}
    .newsnav p{font-size: 12px;}
    .about_shili .list_ico p{line-height: 70px;}
    .about_shili .list_ico b{font-size: 60px;line-height: 70px;}
    .product .pro_nav,.pro_list,.pro_article,.case_list,.lxwm .xia .left,.lxwm .xia .map{width: 100%;}
    .pro_list{margin-top: 10px;}
    .pro_list .box img{height: 130px;}
    .pro_list .box p a{font-size: 13px;margin-top: 10px;margin-bottom: 10px;}
    .product .pro_box .sub li{width: 50%;float: left;}
    .product .pro_box .sub li a{font-size: 13px;}
    .product .pro_box .title{font-size: 22px;line-height: 60px;}
    .product .pro_box .u1>li>a{line-height: 40px;font-size: 14px;}
    .pro_article .row{padding: 0;border: none !important;}
    .pro_article .title .h4{padding-top: 10px;font-size: 18px;}
    .pro_article .title .my-4{font-size: 14px ;margin-top: 10px !important;margin-bottom: 10px !important;}
    .pro_article .title a{margin-right: 10px;width: 100px;line-height: 35px;font-size: 12px;}
    .pro_article .title span{font-size: 22px;}
    /* .pro_xiangqing P{font-size: 20px;} */
    .lxwm .xia{flex-wrap: wrap;margin-top: 20px;margin-bottom: 20px;}
    .lxwm .xia .left .tit{font-size: 18px;}
    .anli .right ul .fl img{height: auto;}
    
}