@charset "UTF-8";
.pro .p-nav .tel, .pro .p-nav li:hover a, .youshi .on>p, .xinwen .l-btn .on, .product .p-nav .p1, .product .p-con .col-md-4 p {
    background-color: #01509D;
}

.guanyu .text a, .guanyu .text h4, .guanyu .num span, .share h4 {
    color: #01509D;
}

/* QQ悬浮 */

.nav_bar {
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 20%;
}

.nav_bar li {
    position: relative;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
    color: #01509d;
    /* background-color: #01509d; */
}

.nav_bar li .img {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s ease-out;
    box-shadow: 0 0 5px 0 #ddd;
}

.nav_bar li .img:hover {
    color: #fff;
    background-color: #01509d;
}

.nav_bar li .img span {
    font-size: 26px;
}

.nav_bar li .img p {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
}

.nav_bar li .text {
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
    font-family: Impact;
    width: 100%;
    min-width: 220px;
    color: #fff;
    background-color: #01509d;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: lighter;
    visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
}

.nav_bar li .text a {
    color: #fff;
    font-size: 22px;
}

.nav_bar li:hover .text {
    visibility: visible;
}

/* 共享样式开始 */

.share {
    text-align: center;
}

.share h4 {
    position: relative;
}

.share h4::after, .share h4::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #01509D;
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: middle;
}

.pro .p-nav .tel {
    color: #fff;
}

a {
    color: #333;
}

a:hover {
    color: #067dcb;
    text-decoration: none;
}

.color_666 {
    color: #666;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
}

.text_p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 头部 */

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.head .top {
    font-size: 13px;
    color: #666;
    background-color: #eee;
    line-height: 40px;
}

.head .top a {
    display: inline-block;
    padding-right: 15px;
    color: #666;
}

.head .row .col-9 div {
    margin: 20px 0 0 10px;
    padding-left: 10px;
    width: 80%;
    float: right;
    color: #444;
    border-left: 1px solid #eee;
}

.head .row .col-9 div p {
    margin-bottom: 0;
    font-size: 23px;
}

.head .ico li {
    float: left;
    width: 33.33%;
    font-size: 15px;
    text-align: center;
    color: #083763;
}

.head .col-3 {
    font-size: 14px;
    margin-top: 10px;
}

.head .col-3 div span {
    font-family: Impact;
    color: #0075dc;
    font-size: 30px;
    font-weight: 100;
    line-height: 20px;
}

.head .col-3 .tel {
    padding-left: 40px;
    background: url(../img/hujiao.svg)no-repeat left top;
    background-size: 25px 25px;
}

.head .container-fluid {
    border-top: 1px solid #ccc;
    background-color: #01509D;
}

.head .nav1 {
    transition: .5s;
}

.head .nav1>li {
    position: relative;
    float: left;
    width: 14.28%;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.head .nav1>li.on {
    background-color: #25ab25;
}

.head .nav1>li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #0062cc;
}

.head .nav1>li a {
    display: block;
    color: #fff;
}

.head .nav1>li>a:hover {
    background-color: #25AB38;
}

.head .nav1>li a span {
    display: inline-block;
    width: 15px;
    font-family: cursive;
    font-weight: normal;
    font-size: 15px;
    transform: rotate(90deg);
}

.head .nav1>li:hover .nav2 {
    display: block;
}

.head .nav2 {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #0462A0;
    font-size: 14px;
    line-height: 40px;
}

.head .nav2 li {
    font-weight: normal;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.head .nav2 li:hover {
    border-left: 3px solid #058593;
    background-color: #067dcb;
    font-weight: bold;
}

/* 专业服务 */

.pro {
    padding: 50px 0;
    /* background-color: #EFF4F7; */
}

.pro .p-nav {
    width: 23%;
    /* background-color: #01509d; */
}

.pro .p-nav h3 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    color: #fff;
    background-color: #01509D;
}

.pro .p-nav h3 span {
    font-size: 28px;
}

.pro .p-nav h3 p {
    margin: 0;
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: lighter;
}

.pro .p-nav ul {
    width: 100%;
    /* height: 303px; */
    background-color: #f7f7f7;
    text-align: center;
}

.pro .p-nav li {
    line-height: 54px;
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
}

.pro .p-nav li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro .p-nav li:hover a {
    color: #fff;
}

.pro .p-nav ul+p {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    background-color: #BDCBD1;
}

.pro .p-nav ul+p a {
    display: block;
    width: 100%;
    color: #fff;
}

.pro .p-nav ul+p:hover a {
    background-color: #067dcb;
}

.pro .p-nav .tel {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pro .p-nav .tel p {
    margin: 0;
    font-size: 14px;
}

.pro .p-nav .tel span {
    font-size: 24px;
    font-weight: lighter;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.pro .con {
    width: 77%;
}

.pro .con .list a {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    display: block;
    border: 3px solid #eee;
    transition: .5s all ease;
}

.pro .con .list a:hover {
    border-color: transparent;
}

.pro .con .list a:after, .pro .con .list a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}

.pro .con .list a:after {
    width: 0%;
    height: 100%;
    border-top: 3px solid #0062cc;
    border-bottom: 3px solid #0062cc;
}

.pro .con .list a:hover::after {
    width: 100%;
}

.pro .con .list a::before {
    height: 0%;
    width: 100%;
    border-left: 3px solid #0062cc;
    border-right: 3px solid #0062cc;
}

.pro .con .list a:hover::before {
    height: 100%;
}
.pro .con .list a img{
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.pro .con .list p {
    margin: 0;
    /* padding-bottom: 10px; */
    line-height: 40px;
    font-size: 14px;
}

/* 公司优势 */

.g-title {
    margin-bottom: 10px;
}

.g-title p {
    position: relative;
}

.g-title p span {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 20%;
    background-color: #fff;
}

.g-title p::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.youshi, section {
    padding: 48px 0;
}

.youshi {
    padding-top: 50px;
}

.youshi .on {
    padding-top: 50px;
}

.youshi .on>p {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 16%;
    color: #fff;
    font-family: Impact;
    /* float: left; */
    text-align: center;
    /* font-weight: bold; */
    font-size: 60px;
    /* line-height: 80px; */
    /* background-color: #067dcb; */
}

.youshi .on>p::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 10px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.youshi .on>div {
    float: right;
    width: 80%;
}

.youshi .on>div h5 {
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #a3a3a3;
}

.youshi .on>div p {
    font-size: 18px;
    margin-top: 15px;
    color: #777777;
    line-height: 30px;
    font-weight: lighter;
}

.youshi .on>div span {
    color: #ec1b24;
    font-weight: bold;
}

/* 关于我们 */

.guanyu {
    background: url(../img/guanyu.jpg)no-repeat center top;
}

.guanyu .box {
    padding: 30px;
    background: #fff;
}

.guanyu .text h4, .share h4 {
    font-size: 32px;
    font-weight: lighter;
}

.guanyu .text h4 b, .share h4 b {
    padding-right: 20px;
    font-family: Impact;
    vertical-align: -1px;
    color: #333;
    text-transform: uppercase;
}

.guanyu .text em {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
}

.guanyu .text p {
    line-height: 27px;
    color: #666;
}

.guanyu .text a {
    margin-top: 20px;
    display: inline-block;
    width: 180px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #01509d;
    border-radius: 50px;
}

.guanyu .text a .guanyu .num {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.guanyu .num {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.guanyu .num::after {
    display: none;
}

.guanyu .num span {
    font-size: 36px;
    font-family: Impact;
}

/* 案例/合作伙伴 */

.anli .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.anli .col-md-2 img {
    transition: .3s;
}

.anli .col-md-2:hover img {
    transform: scale(1.1);
}

.anli .col-md-2 a {
    display: block;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    background-color: #067dcb;
}

.anli .col-md-2 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 新闻开始 */

.xinwen {
    background-color: #f7f7f7;
}

.xinwen .l-btn {
    margin-top: 30px;
}

.xinwen .l-btn span {
    margin-right: 30px;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    background-color: #666;
    cursor: pointer;
    transition: all .3s ease;
}

.xinwen .l-btn .on {
    transform: translateY(-3px);
    box-shadow: 0 0 6px #01509d;
}

.xinwen .box {
    margin-top: 50px;
}

.xinwen .left .img {
    position: relative;
}

.xinwen .left .img a {
    display: block;
    overflow: hidden;
}

.xinwen .left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all .3s ease-out;
}

.xinwen .left:hover img {
    transform: scale(1.1);
}

.xinwen .left span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background-color: #01509d;
    font-family: Impact;
    color: #fff;
}

.xinwen .left .text {
    padding: 10px;
    background-color: #fff;
}

.xinwen .left .text a {
    font-size: 17px;
    font-weight: bold;
}

.xinwen .left .text p {
    font-size: 14px;
    color: #666;
}

.xinwen .con {
    display: none;
}

.xinwen .con.on {
    display: block;
}

.xinwen .right li {
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 16px;
    display: flex;
    background-color: #fff;
    align-items: center;
}

.xinwen .right li:hover {
    background-color: #01509d;
}

.xinwen .right li:hover .img, .xinwen .right li:hover a {
    color: #fff;
}

.xinwen .right li:hover p {
    color: #eee;
}

.xinwen .right .img {
    width: 20%;
    max-width: 120px;
    font-family: Impact;
    text-align: center;
}

.xinwen .right .img span {
    font-size: 28px;
    font-weight: 300;
}

.xinwen .right .img p {
    font-size: 16px;
}

.xinwen .right .text {
    width: 80%;
}

.xinwen .right .text a {
    font-size: 16px;
    font-weight: bold;
}

.xinwen .right .text p {
    font-size: 14px;
    color: #999;
}

/* 友情链接 */

.friend {
    padding: 15px 0;
}

.friend span {
    color: #067dcb;
    font-weight: bold;
}

.friend li {
    margin-left: 8px;
    font-size: 14px;
    display: inline-block;
}

/* .底部开始 */

.foot {
    padding-top: 30px;
    background-color: #01509d;
    /* height: 200px; */
}

.foot .row p {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.foot .row a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.foot .text-center {
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 12px;
    color: #fff;
}

.foot .text-center a {
    color: #ccc;
}

.foot a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 面包屑 */

.crumb {
    padding: 0;
    border-bottom: 1px dashed #dcdcdc;
}

.crumb p {
    margin: 15px 0;
    border-left: 8px solid #0462A0;
    text-indent: 1em;
    font-size: 14px;
    color: #555;
}

/* 产品中心 */

.product .p-lxwm {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
}

.product .p-lxwm .p2 {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}

.product .p-lxwm img {
    margin-bottom: 10px;
}

.product .p-lxwm p {
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    font-family: 'Roboto Condensed';
}

.product .p-lxwm p a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* width: 90%; */
    display: block;
}

.product .p-nav .p1 {
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
    width: 100%;
    /* text-align: center; */
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    /* background-color: #067dcb; */
}

.product .p-nav .p1::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.product .u1 {
    width: 100%;
}

.product .u1 a {
    box-sizing: border-box;
    padding-left: 15px;
    display: block;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .u1 a:hover {
    color: #fff;
    background-color: #067dcb;
}

.product .u1>li {
    margin-top: 3px;
    line-height: 40px;
    background-color: #ececec;
}

.product .u1>li>a::before {
    content: '>';
    display: inline-block;
    font-family: "宋体";
    font-size: 12px;
    line-height: 40px;
    margin-right: 7px;
}

.product .u2 {
    background-color: #f7f7f7;
}

.product .u2>li {
    font-size: 14px;
}

.product .u2>li a {
    padding-left: 30px;
}

.product .u2>li:first-child {
    border-top: 1px solid #fff;
}

.product .p-con .col-md-4 {
    margin-bottom: 10px;
    text-align: center;
}

.product .p-con .col-md-4 div {
    border: 1px solid #ccc;
}

.product .p-con .col-md-4:hover div {
    border-color: #067dcb;
}

.product .p-con .col-md-4 a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}

.product .p-con .col-md-4 b {
    font-weight: normal;
}

.product .p-con .col-md-4 p {
    /* background-color: #067dcb; */
}

.product .p-con .col-md-4 a {
    overflow: hidden;
}

.product .p-con .col-md-4 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .3s ease-out;
}

.product .p-con .col-md-4:hover img {
    transform: scale(1.1);
}

/* 分页 */

.fenye {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.fenye li {
    display: inline-block;
    font-size: 14px;
}

.fenye li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

/* 产品详情 */

.p-article {
    padding-top: 30px;
    border: 1px solid #eee;
}

.p-article h1 {
    font-size: 22px;
    text-align: center;
}

.p-article h1+p {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.p-article h1+p span {
    margin-right: 15px;
}

.p-article h1+p+img {
    display: block;
    margin: 10px auto;
    max-width: 60%;
}

.p-article .container a {
    padding-bottom: 1px;
    border-bottom: 1px dashed #067dcb;
    /* font-weight: bold; */
    color: #067dcb;
}

.p-article .container p {
    line-height: 28px;
}

.p-article .container img {
    max-width: 100%;
    text-align: center;
}

.p-article .shengming {
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #999;
}
.p-article .con_p a{font-weight: bold;}
.p-article .con_p h2{font-size: 17px;font-weight: bold;}

.pian {
    padding: 10px 5px;
}

.pian li {
    font-size: 14px;
    color: #999;
}

/* .新闻列表 */

.new-list {
    border: 1px solid #eee;
}

.new-list .row {
    padding: 0 10px;
}

.new-list .col-12 {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.new-list .col-12 b {
    font-weight: normal;
}

.new-list .col-12::before {
    content: '·';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

/* 相关资讯 */

.news-p a::before {
    content: '>';
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体";
    font-size: 12px;
    transform: translateY(-1px);
}