@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

    body {font: normal 100% Microsoft YaHei,Helvetica, Arial,sans-serif;overflow-x: hidden;}

    .c {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    input, textarea {
        outline: none;
        background: none;
        border: none;
    }

    .cc {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    a {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
    }

    p {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }

    .c h2 {
        font-size: 26px;
        color: #333;
    }

    .c h2 em {
        font-size: 15px;
        color: #999999;
        margin-left: 15px;
    }

    h4 {
        font-size: 24px;
        color: #333333;
    }

    span {
        font-size: 16px;
        color: #999999;
    }

    em {
        font-size: 14px;
        color: #999999;
    }

    h5 {
        font-size: 18px;
        color: #666666;
    }

    h6 {
        font-size: 16px;
        color: #666666;
    }

    a:hover {
        color: #3d71e7;
        text-decoration: none;
    }

    .clear {
        clear: both;
    }

    .f8 {
        background: #f8f8f8;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }
  
    /* 测试 */
    ul.aa li{
        list-style: none;
        float: left;
        width: 100px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-right: 1px solid white;
        border-top: 1px solid white;
        }
    ul.aa a{
        width: 100px;
        height: 70px;
        text-decoration: none;
        display: block;
        color: black;
    }

    ul.aa li ul li{
        list-style: none;
        float: left;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-right: 1px solid white;
        border-top: 1px solid white; 
        }
    ul.aa li ul li a{
        width: 100px;
        height: 30px;
        text-decoration: none;
        display: block;
        color: black;
    }
    ul.aa>li>ul>li>a{background:#fff;}
    ul.aa>li>ul>li>a:hover{background:#3d71e7;}
    ul.aa>li>ul>li>ul{margin-top:0px; margin-left:101px;}
    ul.aa>li>ul>li>ul>li>ul{margin-top:0px; margin-left:101px;}

    ul.aa>li>ul{display: none;}
    ul.aa>li>ul>li>ul{display: none;}
    ul.aa>li>ul>li>ul>li>ul{display: none;}
    ul.aa>li:hover>ul{display: block;}
    ul.aa>li>ul>li:hover>ul{display: block;}
    ul.aa>li>ul>li:hover>ul>li:hover>ul{display: block;}


    /* 网站头部 */
    .header {
        height: 90px;
        top: 0px;
        z-index: 999;
        width: 100%;
        background: #fff;
        position: fixed;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
    }

    .headroom--unpinned {
        position: fixed;
        top: -90px;
    }

    .headroom--pinned {
        position: fixed;
        top: 0;
    }

    .header_mid {
        padding-top: 10px;
    }

    .header_mid > ul > li {
        float: left;
        width: 110px;
        height: 80px;
        text-align: center;
    }

    .header_mid > ul > li > a {
        color: #333;
        font-size: 15px;
        line-height: 70px;
    }

    .header_mid > ul > li > a > span {
        color: #fff;
        font-size: 12px;
    }

    .header_mid > ul > li:hover > a, .header_mid > ul > li.active > a, .header_mid > ul > li.active > a > span,
    .header_mid > ul > li:hover > a > span {
        color: #3d71e7;
    }

    .header_mid > ul > li.act ol {
        background: #fff;
        margin-top: 10px;
        width: 218px;
        position: relative;
        display: none;
        margin-left: -50px;
    }

    .header_mid > ul > li.act:hover ol {
        display: block;
    }

    .header_mid > ul > li.act ol > li {
        height: 50px;
        width: 218px;
        text-align: left;
        padding-left: 20px;
        border-bottom: 1px solid #ddd;
    }

    .header_mid > ul > li.act ol > li:hover {
        background: #3d71e7;
    }

    .header_mid > ul > li ol li a {
        line-height: 50px;
        color: #333;
        font-size: 14px;
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .header_mid > ul > li ol li:hover a {
        color: #fff;
    }



    .header_mid > ul > li.act ol > li.act1:hover > ol {
        display: block;
    }

    .header_mid > ul > li.act ol > li.act1:hover span{
       color: #fff;
    }

    .header_mid > ul > li.act ol > li.act1> ol {
        width: 230px;
        /* background: #fff; */
        display: none;
        margin-left: 200px;
        margin-top: -50px;
        background: none;
        
    }
    .header_mid > ul > li.act ol > li.act1> ol > li{
        margin-left: 20px;
        background: #fff;
    }
    .header_mid > ul > li.act ol > li.act1> ol > li:hover{
        margin-left: 20px;
        background: #3d71e7;
    }

    .header_mid > ul > li.act ol > li.act1> ol a {
        line-height: 50px;
        color: #333;
        font-size: 14px;
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .header_mid > ul > li.act ol > li.act1 > ol li:hover a {
        color: #fff;
    }

    .header_mid > ul > li.act ol > li.act1 > ol >li.act2:hover > ol{
        display: block;
    }

    .header_mid > ul > li.act ol > li.act1> ol >li.act2 >ol{
        width: 218px;
        background: #fff;
        display: none;
        margin-left: 210px;
        margin-top: -50px;
    }

    .header_mid > ul > li.act ol > li.act1> ol >li.act2 >ol > li a {
        line-height: 50px;
        color: #333;
        font-size: 14px;
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .header_mid > ul > li.act ol > li.act1> ol >li.act2 >ol > li:hover a {
        color: #fff;
    }

    .header_mid span{font-size: 16px;
        color: #333;
        float: right;
        line-height: 70px;}

    .header_mid span img{
        width: 25px;
        height: 25px;
    }

    /* .header_mid > ul > li.act ol > li > dl {
        position: absolute;
        left: 100px;
        background: rgba(211, 212, 214, 0.8);
        top: 0;
        width: 370px;
        display: none;
    }

    .header_mid > ul > li.act ol > li:hover > dl {
        display: block;
    }

    .header_mid > ul > li.act ol > li > dl dd {
        width: 184px;
        height: 50px;
        padding-left: 15px;
        float: left;
    }
.header_mid > ul > li.act ol > li > dl dd:first-child{height: 35px;margin-top: 15px;}

    .header_mid > ul > li.act ol > li > dl dd:nth-child(2n+1) {
        border-right: 1px dashed #366cea;
    }

    .header_mid > ul > li.act ol > li > dl dd a {
        line-height: 50px;
        color: #366cea;
        font-size: 12px;
    }
.header_mid > ul > li.act ol > li > dl dd:hover a{color:#333;}
.header_mid > ul > li.act ol > li > dl dd:first-child a{line-height: 20px;} */
    /* banner图 */
    .banner {
        height: 640px;
        width: 100%;
        margin-top: 90px;
    }

    .banner .swiper-slide div {
        height: 640px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }

    .banner .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        opacity: 1;
        background: #fff;
        border-radius: 100%;
    }

    .banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #3d71e7;
    }

    /* 产品中心   h8HY5ddU */
    .p_right {
        float: right;
    }

    .p_right a {
        margin-left: 25px;
        padding: 7px 30px;
        font-size: 14px;
        color: #444;
    }

    .p_right a.a:hover {
        color: #3d71e7;
    }

    .p_right a.p_more {
        background: #648dec;
        border-radius: 17px;
        color: #fff;
    }

    .p_prod ul {
        display: none;
        
    }

    .p_prod li {
        float: left;
        margin-right: 13.3px;
        margin-top: 30px;
        width: 290px;
    }

    .p_prod li:nth-child(3n) {
        margin-right: 0;
    }

    .p_prod li > div.p_pro_1 {
        width: 290px;
        height: 270px;
        overflow: hidden;
        justify-content: center;
        display: flex;
        align-items: center;
        position: relative;
    }

    .p_prod li > div.p_pro_1 img {
        max-width: 290px;
        max-height: 270px;
        transition: all .6s;
    }

    .p_prod li:hover > div.p_pro_1 img {
        transform: scale(1.2);
        transition: all .6s;
    }

    .p_prod li > div.p_pro_1 .p_pro_2 {
        width: 290px;
        height: 270px;
        position: absolute;
        background: rgba(0, 0, 0, .35);
        top: 270px;
        transition: all .5s;
    }

    .p_prod li:hover > div.p_pro_1 .p_pro_2 {
        top: 0;
        transition: all .5s;
    }

    .p_prod li h5 {
        font-size: 16px;
        color: #444444;
        text-align: center;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        margin-top: 10px;
        font-weight: bold;
    }

    .p_prod li p {
        font-size: 12px;
        color: #888888;
        height: 30px;
        overflow: hidden;
        text-align: center;
    }

    .p_prod li > div.p_pro_1 .p_pro_2 h5 {
        color: #fff;
        margin-top: 100px;
    }

    .p_prod li > div.p_pro_1 .p_pro_2 p {
        color: #fff;
    }

    /* 关于我们 */
    .about {
        width: 100%;
        background: url("/lib/images/a_bj1.png") no-repeat center bottom;
        height: 555px;
    }

    .about .c {
        padding-top: 180px;
    }

    .about .left {
        width: 567px;
        height: 500px;
        margin-top: 50px;
        /* background: url("/lib/images/a0_bj.jpg") no-repeat left bottom; */
       
    }

    .about .left img {
        width: 567px;
        height: 500px;
        /* margin-left: 42px; */
    }

    .about .right {
        width: 633px;
        height: 500px;
        background: rgba(249, 249, 249, 1);
        padding: 75px;
        margin-top: 50px;
    }

    .about .right > div {
        width: 100%;
        /* height: 120px; */
        overflow: hidden;
        margin: 20px 0;
    }

    .about .right p {
        line-height: 30px;
        font-size: 16px;
        color: #555;
    }

    .about .right p a{
        float: right;
        color: #4075c6;
    }

    .about .right p a:hover{
        color: #e50112;
    }

    .about .right .right1{
        width: 100%;
        float: left;
        margin-top: 60px;
    }
    .about .right .right1 .right1_1{
        position:relative;
        width: 150px;
        height: 100px; 
        margin-right: 10px;
         float: left;
        }
    .about .right .right1 .right1_1 span{
        font-size: 45px;
        color:#0154a2 ;
        font-weight:700;
    }
    .about .right .right1 .right1_1 p{
        font-size: 45px;
        color:#0154a2 ;
        font-weight:700;
        float: left;
        position: relative;
        left:100px
    }
    /* .about .right >  a {
        padding: 7px 37px;
        border: 1px solid #bbb;;
        color: #4075c6;
    } */


    /* 解决方案 */
    .p_right a.b {
        padding: 7px 22px;
    }

    .p_right a.active {
        background: #648dec;
        border-radius: 17px;
        color: #fff;
    }

    .services ul {
        display: none;
    }

    .services li {
        width: 380px;
        height: 254px;
        float: left;
        margin-right: 30px;
        margin-top: 40px;
        background: #fff url("/lib/images/ico/c1.png") no-repeat 310px 183px;
    }

    .services li:nth-child(3n) {
        margin-right: 0;
    }

    .services li img {
        width: 370px;
        height: 150px;
        margin: 5px;
        margin-bottom: 0;
    }

    .services li div {
        padding-left: 30px;
        height: 94px;
        width: 370px;margin-left: 5px;
        padding-top: 10px;
        background: #f5f5f5;
    }

    .services li div p {
        font-size: 16px;
        color: #333;
        line-height: 32px;
    }

    .services li div span {
        font-size: 13px;
        color: #888;
    }

    .services li:hover {
        background: #5f8adb url("/lib/images/ico/c0.png") no-repeat 310px 183px;
    }
.services li:hover div{background: #5f8adb;}

    .services li:hover div p, .services li:hover div span {
        color: #fff;
    }

    /* 优势 */
    .advantage {
        width: 100%;
        height: 560px;
        background: url("/lib/images/ys_bj1.jpg") no-repeat center;
        overflow: hidden;
        margin-top: 30px;
    }

    .advantage .c {
        margin-top: 120px;
    }

    .advantage .c h2{
        color: #fff;
        margin-top: -70px;
    }

    .advantage .c .left {
        width: 480px;
        padding: 0 80px;
        height: 400px;
        margin-top: 50px;
    }

    .advantage .c .left h4 {
        font-size: 26px;
        color: #5f8adb;
        margin-top: 10px;
    }

    .advantage .c .left p {
        font-size: 13px;
        color: #999999;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .advantage .c .left a {
        font-size: 15px;
        color: #5f8adb;
        border: 1px solid #5f8adb;
        padding: 12px 50px;
    }

    .advantage .c .right {
        width: 720px;
        height: 400px;
        margin-top: 50px;
    }

    .advantage li {
        float: left;
        width: 240px;
        height: 160px;
        border: 1px solid #bbb;
        margin: 0 -1px -1px 0;
    }

    .advantage li:first-child {
        border: none;
    }

    .advantage li h5 {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        margin-top: 35px;
    }

    .advantage li h5 em {
        font-size: 22px;
        color: #fff;
        background: #5f8adb;
        padding: 3px 10px 3px 30px;
        margin-right: 10px;
    }

    .advantage li p {
        font-size: 13px;
        color: #999;
        line-height: 26px;
        margin: 10px 30px;
        height: 52px;
        overflow: hidden;
    }

    .advantage li.active p {
        color: #c6cfe0;
    }

    .advantage li.active {
        background: #3d75df;
    }

    .news .swiper-container{padding-bottom: 100px;}

    /* 新闻中心 */
    .news .news_1 {
        width: 585px;
        height: 252px;
        margin-top: 35px;
    }
    .news .news_con1{display: none;}

    .news ul {
        height: 600px;
    }

    .news .news_1 > div.right img {
        width: 202px;
        height: 252px;
    }

    .news .news_1 > div.left {
        width: 383px;
        height: 252px;
        padding: 45px 40px;
        border: 1px solid #bbb;
        border-right: none;
    }

    .news .news_1 > div.left h5 a {
        font-size: 15px;
        line-height: 24px;
        color: #333;
        font-weight: bold;
    }

    .news .news_1 > div.left p a {
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }

    .news .news_1 > div.left p {
        margin-bottom: 25px;
    }

    .news .news_1 > div.left h6 {
        font-size: 12px;
        line-height: 30px;
        color: #000;
    }

    .news .news_1 > div.left > a {
        padding: 7px 20px;
        background: #3d75df;
        border-radius: 3px;
        color: #fff;
    }

    .news .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }

    .news .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        opacity: 1;
        background: #999;
        border-radius: 100%;
    }

    .news .swiper-pagination-bullet-active {
        opacity: 1;
        background: #3d71e7;
    }

    /* 友情链接 */
    .link {
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }

    .link p {
        font-size: 18px;
        color: #333333;
    }

    .link p a {
        font-size: 14px;
        color: #505050;
    }

    .link p span {
        padding: 0 10px;
    }

    .link p a:hover {
        color: #0888cd;
    }

    .tp .c .foot_mid {
        width: 100%;
        /* border-top: 1px solid #eee; */
        clear: both;
    }

    .tp .c .foot_mid li {
        width: 240px;
        height: 135px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tp .c .foot_mid li img {
        max-height: 60px;
        max-width: 150px;
    }

    /* 底部 */
    /*   底部样式   */
    .footer {
        width: 100%;
        height: 340px;
        background: #f7f7f7;
        overflow: hidden;
    }

    .footer .c {
        margin-top: 50px;
    }

    .footer .foot_2 {
        width: 525px;
        height: 85px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        float: left;
        background: url("/lib/images/ico/tel.png") no-repeat 100px center;
    }

    .footer .foot_2 p {
        margin-left: 130px;
        font-size: 12px;
        color: #444;
        line-height: 28px;
    }

    .footer .foot_3 {
        width: 425px;
        float: left;
        margin-top: 10px;
    }

    .foot_1 {
        width: 180px;
        height: 128px;
    }

    .foot_1 .foot_l_1 {
        background: url('/lib/images/ico/wx.png') no-repeat center;
        width: 91px;
        height: 91px;
        float: left;
    }

    .foot_1 .foot_l_1 img {
        margin: 5px;
    }

    .foot_1 .foot_a_1 {
        width: 65px;
        float: right;
        margin-top: 25px;
    }

    .foot_1 .foot_a_1 p {
        font-size: 12px;
        line-height: 26px;
    }


    .footer .c .nav{
        width: 100%;
        height: 70px;
    }

    .footer .c .nav ul{
        margin: auto;
    }

    .footer .c .nav ul li{
        float: left;
        width: 110px;
        height: 80px;
        text-align: center;
    }

    .footer .c .nav > ul > li > a {
        color: #333;
        font-size: 15px;
        line-height: 70px;
    }

    .footer .c .nav > ul > li > a:hover{
        color: #3d71e7;
    }

    .link_er{font-size: 14px;color: #888;padding: 0 0 20px;}




    .footer .c1 {
        width: 100%;
        height: 70px;
        clear: both;
        background: #f0f0f0;
    }

    .footer .c1 p {
        line-height: 70px;
        text-align: center;
        font-size: 14px;
        color: #444;
    }

    .footer .c1 p a {
        line-height: 70px;
        font-size: 14px;
        color: #444;
    }

    .page p {
        text-align: center;
        line-height: 100px;
    }

    .page p span, .page p a {
        padding: 8px 14px;
        margin-left: 15px;
        font-size: 16px;
        color: #666666;
        border: 1px solid #ebebeb;
        border-radius: 100%;
    }

    .page .current {
        color: #3d71e7;
        padding: 8px 14px;
    }

    .page p a:hover {
        color: #3d71e7;
        padding: 8px 14px;
    }

    /*固定的悬浮窗*/
    .yb_conct {
        position: fixed;
        z-index: 9999999;
        top: 10%;
        right: 10px;
        /* right: -127px; */
        cursor: pointer;
        transition: all .3s ease;
    }

    .yb_bar ul li {
        width: 180px;
        height: 53px;
        font: 16px/53px 'Microsoft YaHei';
        color: #fff;
        text-indent: 15px;
        margin-bottom: 3px;
        border-radius: 3px;
        transition: all .5s ease;
        overflow: hidden;
    }

    .yb_bar .yb_top {
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px 0;
    }

    .yb_bar .yb_QQ {
        text-indent: 0;
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px -57px;
    }

    .yb_bar .yb_QQ_a {
        text-indent: 0;
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px -114px;
    }

    .yb_bar .yb_phone {
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px -171px;
    }

    .yb_bar .yb_mobile {
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px -227px;
    }

    .yb_bar .yb_ercode {
        /*height:200px;*/
        background: #3d71e7 url(../images/fixCont.png) no-repeat 125px -283px;
    }

    .hd_qr {
        margin-left: 30px;
    }

    .yb_QQ a, .yb_QQ_a a {
        display: block;
        text-indent: 15px;
        line-height: 53px;
        width: 100%;
        height: 100%;
        color: #fff;
    }











