﻿    @charset 'utf-8';


    /* @font-face{
        font-family: 'HLTP';
        font-weight: normal;
        font-style: normal;

        src: url('../font/HelveticaNeueLTPro-Lt.otf');
    } */
    body{
        font-family:微软雅黑;
    }
    /*
    *头部
    */
    .header1{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        width: 100%;
        height: 85px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
    }
    @media screen and (max-width: 1199px){
        .header1{
            display: none;
        }
    }
    .header1 .logo{
        margin-right: 7%;
        line-height: 85px;
    }
    .header1 .logo img{
        width: 148px;
    }
    .header1 nav .li1{
        float: left;
        padding: 0 24px;
        line-height: 85px;
    }
    .header1 nav .li1 > a{
        font-size: 16px;
        color: #333333;
    }
    .header1 nav .li1 > a:hover{
        color: #0261a6;
    }
    .header1 nav .li1.on a{
        color: #0261a6;
    }
    .header1 .pulldown{
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        padding: 48px 0;
        background-color: #fff;
        display: none;
    }
    .header1 .pulldown .container{
        position: relative;
    }
    .header1 .pulldown .pdfl{
        position: relative;
        padding-right: 80px;
        text-align: center;
    }
    .header1 .pulldown .pdfl:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        width: 1px;
        height: 90px;
        background-color: #e5e5e5;
    }
    .header1 .pulldown .pdfl h1{
        margin-bottom: 30px;
        font-size: 24px;
        color: #0261a6;
    }
    .header1 .pulldown .pdfl img{
        width: 48px;
    }
    .header1 .pulldown .pdfr{
        width: calc(100% - 506px);
        padding-left: 55px;
    }
    .header1 .pulldown .pdfr ul{
        /* height: 100%; */
        width: 140px;
        float: left;
    }
    .header1 .pulldown .pdfr li{
        float: left;
        width: 140px;
        margin-bottom: 32px;
    }
    .header1 .pulldown .pdfr li a{
        font-size: 16px;
        color: #666666;
    }
    .header1 .pulldown .pdfr li a:hover{
        color: #0261a6;
    }
    .header1 .pulldown .pd_img{
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        width: 330px;
    }
    .header1 .language{
        display: inline-block;
    }
    .header1 .language a{
        position: relative;
        display: inline-block;
        padding-right: 18px;
        line-height: 85px;
    }
    .header1 .language a:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background-color: #cecece;
    }
    .header1 .search{
        display: inline-block;
    }
    .header1 .search img{
        width: 23px;
        height: 23px;
    }
    .header1 .search a{
        display: inline-block;
        padding-left: 18px;
        line-height: 85px;
    }
    .header2{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #e5e5e5;
        z-index: 9999;
        background-color: #fff;
        display: none;
    }
    @media screen and (max-width: 1199px){
        .header2{
            display: block;
        }
    }
    .header2 .logo{
        margin-left: 15px;
        line-height: 80px;
    }
    @media screen and (max-width: 500px){
        .header2 .logo img{
            width: 100px;
        }
    }
    .header2 .phlanguage{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }
    .header2 .phlanguage img{
        width: 23px;
        height: 23px;
    }
    .header2 .phlanguage a{
        display: inline-block;
        margin-right: 25px;
        font-size: 14px;
        line-height: 80px;
        color: #666;
    }
    .header2 .phlanguage a.on{
        color: #046ded;
    }
    .header2 .menuph{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
    }

    .header2 .menuph .point{
        position: relative;
        display: inline-block;
        width: 28px;
        height: 22px;
        margin-top: 14px;
    }
    .header2 .menuph .point:hover .navbtn,
    .header2 .menuph .point:hover .navbtn::after,
    .header2 .menuph .point:hover .navbtn::before{
        width: 28px;
    }
    .header2 .menuph .navbtn{
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        width: 21px;
        height: 1px;
        -webkit-transition: all .3s ease-out 0s;
           -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
             -o-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
        background:#666;
    }
    .header2 .menuph .navbtn::after,
    .header2 .menuph .navbtn::before{
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 1px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
           -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
             -o-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
        background: #666;
    }
    .header2 .menuph .navbtn::after{
        top: -11px;
    }
    .header2 .menuph .navbtn::before{
        top: 10px;
    }
    .header2 .menuph .point.active .navbtn{
        background: transparent;
    }
    .header2 .menuph .point.active .navbtn::after{
        top: 0;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .header2 .menuph .point.active .navbtn::before{
        top: 0;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .searchbox{
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .85);
    }
    .searchbox .sou{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 847px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .searchbox .sou input{
        font-size: 18px;
        float: left;
        width: 731px;
        height: 87px;
        padding-left: 30px;
        color: #333;
        background: #fff;
    }
    .searchbox .sou button{
        line-height: 86px;
        float: right;
        width: 102px;
        height: 87px;
        margin-left: 3px;
        text-align: center;
        background: #2a74ce;
    }
    .searchbox .sou button img{
        width: 44px;
    }
    .searchbox .tansouc{
        position: absolute;
        top: 130px;
        right: 60px;
        cursor: pointer;
    }
    @media screen and (max-width: 991px)
    {
        .searchbox .sou{
            width: 750px;
        }
        .searchbox .sou input{
            width: 638px;
        }
    }
    @media screen and (max-width: 767px)
    {
        .searchbox .sou{
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }
        .searchbox .sou input{
            font-size: 12px;
            width:         calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
            height: 50px;
            padding-left: 15px;
        }
        .searchbox .sou button{
            line-height: 50px;
            width: 60px;
            height: 50px;
        }
        .searchbox .sou button img{
            width: 26px;
        }
    }
    /*
    *手机导航下拉
    */
    .phonemeng.active {
        display: block;
    }
    .phonemeng {
        position: absolute;
        z-index: 90;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        opacity: .6;
        background-color: #000;
    }
    .d-menu-ul{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        top: 80px;
        z-index: 1300;
        background: #FFFFFF;
        padding:  0 40px;
        display: none;
        box-sizing: border-box;
    }
    @media screen and (max-width:400px){
        .d-menu-ul{
            padding:  0 20px;
        }
    }
    .d-menu-ul .d-xialaph .d-ul1{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .d-menu-ul .d-xialaph .d-ul1 .containerr{
        border-bottom: 1px solid #dddddd;
        padding-top: 10px;
    }
    .d-menu-ul .d-xialaph .d-ul1 a{
        color: #999999;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph .d-ul1 h4{
        font-size: 18px;
        padding-bottom: 10px;
        color: #999999;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph h4.active, .d-menu-ul .d-xialaph h5.active {
        border-bottom: 0;
    }
    .d-menu-ul .d-xialaph h4 img {
        float: right;
        width: 13px;
        margin-top:0px;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph h5 img {
        float: right;
        width: 13px;
        margin-top:0px;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph .d-ul1 h5{
        font-size: 14px;
        color: #999999;
    }
    .d-menu-ul .d-xialaph .d-ul2{
        padding-left: 30px;
        background: #F0F0F0;
        padding-bottom: 20px;
        display: none;
    }
    .d-menu-ul .d-xialaph .d-ul2 li{
        padding-top: 20px;
    }
    .d-menu-ul .d-xialaph .d-ul3{
        display: none;
    }
    .d-menu-ul .d-xialaph .d-ul3 li{
        padding-left: 15px;
        font-size: 12px;
        color: #999999;
    }
    /*  H1 */
    .d-nybanner{
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 85px;
    }
    .d-nybanner img{
        min-width: 1200px;
        height: 398px;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
        top: 0%;
    }
    @media screen and (max-width:1199px){
        .d-nybanner{
            margin-top: 80px;
        }
    }
    .d-nybanner-meng{
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .d-banner-zi{
        width: 400px;
        position:absolute;
        top: 50%;
        left: 19%;
        z-index: 100;
    }
    .d-banner-zi p{
        font-size: 24px;
        color: #FFFFFF;
        line-height: 70px;
    }
    .d-banner-zi p span{
        font-size: 52px;
    }
    /*
    * subnav
    */
    .d-subnav{
        width: 100%;
        height: 50px;
        background: #e6e6e6;
    }
    .d-subnav .sub-con{
        width: 1200px;
        /*height: 30px;*/
        display: block;
        margin: auto;
        padding-top: 10px;
    }
    .d-subnav .sub-con .home{
        width: 50px;
        padding: 0 15px;
    }
    .d-subnav .sub-con .home img{
        width: 17px;
        height: 17px;
    }
    .d-subnav .sub-con > li{
        float: left;
        width: 165px;
        color: #333333;
        height: 30px;
        font-size: 14px;
        line-height:30px;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        cursor: pointer;
    }
    @media screen and (max-width:420px){
        .d-subnav .sub-con > li{
            width: 130px;
        }
    }
    .d-subnav .sub-con > li .xia{
        margin-top: 10px;
        margin-right: 15px;
        width: 14px;
    }
    .sub-con > .act > img{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-subnav .sub-con li+li{
        border-left: none;
    }
    .d-subnav .sub-con li span{
        padding-left: 15px;
    }
    .d-subnav .sub-con .xiala{
        width: 100%;
        height: auto;
        background: #e6e6e6;
        background: rgba(230,230,230,1);
        padding: 0 15px;
        display: none;
        margin-top: 10px;
        opacity: 1;
        position: relative;
        z-index: 100;
    }
    .d-subnav .sub-con .xiala li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333333;
    }

    /*
    *  主题区
    */
    .d-nyzhuti{
        font-size: 36px;
        color:#333333;
        line-height: 28px;
        text-align: center;
        padding-bottom:20px;
        padding-top: 75px;
    }
    @media screen and (max-width:767px){
        .d-nyzhuti{
            padding-top: 35px;
            font-size: 24px;
        }
    }
    .d-xcian{
        width: 100%;
        text-align: center;
    }
    /*
    *  join us
    */
    .d-h1-con{
        max-width: 1200px;
        margin: auto;
        padding-top: 70px;
    }
    @media screen and (max-width:1200px){
        .d-h1-con{
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media screen and (max-width:767px){
        .d-h1-con{
            padding-top:30px;
        }
    }
    .d-h1-top{
        width: 100%;
        margin-bottom: 55px;
    }
    .d-h1-top .left{
        float: left;
        width: calc(100% - 386px);
        height:257px;
    }
    .d-h1-top .right{
        float: left;
        width: 386px;
        height:257px;
        padding: 30px 30px 0;
        background: #FFFFFF;
    }
    @media screen and (max-width:990px){
        .d-h1-top .left{
            width: 100%;
            height: auto;
        }
        .d-h1-top .left img{
            width: 100%;
        }
        .d-h1-top .right{
            width: 100%;
        }
    }

    .d-h1-top .left .slick-dots li button::before,   .d-h1-top .left .slick-dots li button::after{
        display: none;
    }
    .d-h1-top .left  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #F8F8F8;
        opacity: 1;
        margin: 0 15px;
    }
    .d-h1-top .left .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-h1-top .left .slick-dots li.slick-active {
        background-color: #00497A;
    }
    .d-h1-top .right h2{
        font-size: 36px;
        line-height: 26px;
        padding-bottom: 30px;
        color: #333333;
        /* font-family:HLTP; */
    }
    @media screen and (max-width:767px){
        .d-h1-top .right h2{
            font-size: 24px;
        }
    }
    .d-h1-top .right .biaoyu{
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 30px;
        color: #333333;
    }
    .d-h1-top .right .email{
        font-size:16px;
        line-height: 26px;
        padding-bottom: 30px;
        color: #0261a6;
    }
    @media screen and (max-width:767px){
        .d-h1-top .right{
            padding: 20px 20px 0;
            height: auto;
        }
        .d-h1-top .right h2{
            font-size: 24px;
            padding-bottom: 10px;
        }
        .d-h1-top .right .biaoyu{
            padding-bottom: 10px;
        }
        .d-h1-top .right .email{
            padding-bottom: 20px;
        }
    }
    /*
    * 招聘list
    */
    .d-h1-man{
        width: 100%;
        margin-bottom: 15px;
        cursor: pointer;
    }
     .d-h1-sysming{
        width: 100%;
        height: 65px;
        background: #FFFFFF;
        padding-left: 50px;
        line-height:65px;
        font-size: 16px;
         overflow: hidden;
         position: relative;
    }
     .d-h1-sysming .s1{
         display: inline-block;
         width:230px;
         font-size: 16px;
         color: #333333;
     }
     .d-h1-sysming .s2{
         display: inline-block;
         width:200px;
         font-size: 14px;
         color: #888888;
         text-align: center;
     }
    @media screen and (max-width:990px) {
        .d-h1-sysming{
            padding-left: 20px;
        }
        .d-h1-sysming .dd{
            width: 140px;
            /*display:block;*/
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .d-h1-sysming .ss{
            width: 140px;
            /*display:block;*/
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .d-h1-sysming .rs{
            width: 140px;
            /*display:block;*/
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
        }
    }
    @media screen and (max-width:650px) {
        .d-h1-sysming .s1 {
            width: 100px;
        }
        .d-h1-sysming .s2{
            width: 100px;
        }
    }
    @media screen and (max-width:526px) {
        .d-h1-sysming .rs{
            opacity: 0;
        }
        .d-h1-sysming .s2{
            width: 140px;
        }
    }
    @media screen and (max-width:350px) {
        .d-h1-sysming .s2{
            width: 100px;
        }
    }
     .d-h1-sysming .act-yin{
         width: 55px;
         height: 65px;
         background: #0261A6;
         text-align: center;
         line-height: 65px;
         position: absolute;
         top:0;
         right: 0;
    }
    .d-h1-sysming .act-yin img{
    	width: 17px;
    }
     .d-h1-sysming .act-yin.act img{
     	width: 17px;
         transform: rotate(180deg);
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         -ms-transform: rotate(180deg);

         /*-webkit-transition: all .3s ease-out 0s;
         -moz-transition: all .3s ease-out 0s;
         -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
         transition: all .3s ease-out 0s;*/
     }
    .d-h1-sysjuti{
        width: 100%;
        display: none;
        padding: 35px 50px 50px;
    }
    @media screen and (max-width:990px) {
        .d-h1-sysjuti{
            padding: 35px 20px 50px;
        }
    }
    .d-h1-sysjuti p{
        color: #333333;
        font-size:16px;
        font-weight: bold;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .d-h1-sysjuti ul li{
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }
    .d-h1-sysjuti button{
        width: 130px;
        height: 40px;
        border-radius: 20px;
        background:#0261A6;
        color: #FFFFFF;
        font-size:14px;
        margin-top: 30px;
    }
    .d-h1-sysjuti button:hover{
        background:#ffffff;
        color:#0261A6;
    }
    /*
    *分页
    */
    .d-fenye{
        padding: 50px 0;
        text-align: center;
    }
    .d-fenye li {
        display: inline-block;
    }
    .d-fenye li{
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 8px;
        text-align: center;
        line-height: 28px;
        color: #565656;
        font-size: 14px;
        border: 1px solid #f8f8f8;
    }
    .d-fenye li.activepage{
        color: #0261A6;
        border:1px solid #0261A6;
        border-radius: 50%;
    }

    .d-fenye li:hover{
        color: #0261A6;
        border:1px solid #0261A6;
        border-radius: 50%;
    }
    .d-fenye button{
        width: 100px;
        height: 40px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        line-height: 40px;
        border:1px solid #0261A6;
        font-size: 20px;
        color: #565656;
        border-radius: 10px;
        display: none;
    }
    @media screen and (max-width:767px){
        .d-fenye ul{
            display: none;
        }
        .d-fenye button{
            display: inline-block;
        }
    }

    /*
    *  底部
    */
    footer{
        width: 100%;
        height:auto;
        background: #FFFFFF;
    }
    @media screen and (max-width:1200px){
        footer{
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .d-foot{
        max-width: 1200px;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .d-logo{
        width: 148px;
        float: left;
    }
    .d-logo img{
    	width: 134px;
    }
    .d-footkl{
        width: calc(100% - 224px);
        padding-left: 120px;
        float: left;
    }
    .d-footer-nav1-con{
        display: none;
    }
    @media screen and (max-width:1200px){
        .d-footkl{
            padding-left: 80px;
        }
    }
    @media screen and (max-width:990px){
        .d-logo{
            width: 100%;
            text-align: center;
            float: none;
            padding-bottom: 40px;
        }
        .d-footkl{
            display: none;
        }
        footer  .d-footer-nav1-con{
            display:block;
            width: 480px;
            margin: auto;
            text-align: center;
        }
        footer  .d-footer-nav1{
            width: 140px;
            height: 40px;
            border: 1px solid #848484;
            cursor: pointer;
            display: block;
            float: left;
            margin-top: 15px;
            margin-right: 10px;
            margin-left: 10px;
        }
        footer  .d-footer-nav1 .tk{
            margin-top:13px;
            margin-right: 15px;
            width: 14px;
        }
        footer  .d-footer-nav1 .tk.act{
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);

            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }
        footer  .d-footer-nav1 .xs{
            display: none;
            width: 140px;
            margin-left: -1px;
            height: 40px;
            border: 1px solid #848484;
            background: #F0F0F0;
            position: relative;
            z-index: 500;
        }
        footer  .d-footer-nav1 li{
            color: #848484;
            font-size: 14px;
            line-height: 36px;
            padding-left: 15px;
        }
    }
    @media screen and (max-width:767px){
        .d-logo img{
            width:134px
        }
    }
    @media screen and (max-width:500px){
        footer  .d-footer-nav1-con{
            display:block;
            width: 320px;
            margin: auto;
            text-align: center;
        }

    }
    @media screen and (max-width:380px){
        footer  .d-footer-nav1-con{
            display:block;
            width: 300px;
            margin: auto;
            text-align: center;
        }
        footer  .d-footer-nav1{
            width: 125px;
        }
        footer  .d-footer-nav1 li{
            padding-left: 10px;
        }
        footer  .d-footer-nav1 .xs{
            width: 125px;
        }
        footer  .d-footer-nav1 .xs li{
            font-size: 12px;
        }
    }
    .d-footkl ul{
        float: left;
        width:14%;
        text-align: center;
    }
    .d-footkl ul a li{
        font-size: 14px;
        color: #999999;
        text-align: left;
        padding-bottom: 15px;
    }
    .d-footkl ul a:first-child li{
        font-size: 16px;
        color:#0261a6;
        padding-bottom: 20px;
    }
    .d-footkl ul a li:hover{
        color:#0261a6;
    }
    .d-copy{
        width: 100%;
        height: 40px;
        background:#F8F8F8;
    }
    .d-copy p{
        text-align: center;
        font-size: 14px;
        color:#999999;
        line-height: 40px;
    }

    /*  B3 */
    .d-b3-con{
        width: 1200px;
        display: block;
        margin: auto;
        margin-bottom: 50px;
    }
    @media screen and (max-width:1200px){
        .d-b3-con{
            width: 960px;
        }
    }
    @media screen and (max-width:990px){
        .d-b3-con{
            width: 720px;
        }
    }
    @media screen and (max-width:750px){
        .d-b3-con{
            width:480px;
        }
    }
    .d-b3-con li{
        float: left;
        width: 210px;
        height: 135px;
        text-align: center;
        background:#FFFFFF;
        padding-top: 42px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    @media screen and (max-width:512px){
        .d-b3-con{
            width:210px;
        }
        .d-b3-con li{
            margin-left: 0px;
            margin-right: 0px;
        }
    }
    .d-b3-con li .act-show{
        display: none;
    }
    .d-b3-con li:hover{
        background:#0163A4;
    }
    .d-b3-con li:hover .act-yin{
        display: none;
    }
    .d-b3-con li:hover .act-show{
        display: inline;
    }

    /*  D1 */
    .d-d1-con{
        display: block;
        margin: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .d-d1-con li{
       width: 33.3%;
        height: 490px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        float: left;
    }
  @media screen and (max-width:1180px){
      .d-d1-con li {
          width: 50%;
      }
   }
    @media screen and (max-width:767px){
        .d-d1-con li {
            width: 100%;
        }
    }
    @media screen and (max-width:340px){
        .d-d1-con li {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .d-d1-con li .d-d1li{
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding-top: 50px;
        text-align: center;
    }
    .d-d1-con li .d-d1li .img{
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .d-d1-con li .d-d1li .img img{
       height: 200px;
       -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
    }
    .d-d1-con li:hover .d-d1li .img img{
    	transform: scale(1.2);
    }
    .d-d1-con li .d-d1li h3{
        font-size: 18px;
        text-align: center;
        color: #333333;
        padding-bottom: 25px;
        padding-top: 60px;
    }
    .d-d1-con li .d-d1li button{
        width: 135px;
        height:40px;
        background: #0163A4;
        border-radius: 20px;
        color: #FFFFFF;
        font-size: 14px;
        display: block;
        margin: auto;
        margin-top: 35px;
        -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
    }
    .d-d1-con li .d-d1li button:hover{
    	color: #fff;
    	background: #999;
    }
    /*  C1 */
    .d-c1-con{
        display: block;
        margin: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .d-c1-con li{
        width: 33.3%;
        height: 490px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        float: left;
    }
    @media screen and (max-width:1180px){
        .d-c1-con li {
            width: 50%;
        }
    }
    @media screen and (max-width:767px){
        .d-c1-con li {
            width: 100%;
        }
    }
    @media screen and (max-width:340px){
        .d-c1-con li {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .d-c1-con li .d-c1li{
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding-top: 50px;
        text-align: center;
    }
    .d-c1-con li .d-c1li .img{
        width:310px;
        height: 215px;
        margin: auto;
        text-align: center;
        overflow: hidden;
    }
    .d-c1-con li .d-c1li .img img{
       width: 100%;
        -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
    }
    .d-c1-con li:hover .d-c1li .img img{
    	transform: scale(1.2);
    }
    .d-c1-con li .d-c1li h3{
        font-size: 18px;
        text-align: center;
        color: #333333;
        padding-bottom: 25px;
        padding-top: 60px;
    }
    .d-c1-con li .d-c1li button{
        width: 135px;
        height:40px;
        background: #0163A4;
        border-radius: 20px;
        color: #FFFFFF;
        font-size: 14px;
        display: block;
        margin: auto;
        margin-top: 35px;
        -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
    }
    .d-c1-con li .d-c1li button:hover{
    	background: #999;
    	color: #fff;
    }
    /* F2 */
    .d-f2con{
        width: 100%;
        height: auto;
    }
    .d-f2con h3{
        font-size: 22px;
        color: #333333;
        text-align: center;
        line-height: 32px;
        padding-bottom: 70px;
    }
    @media screen and (max-width:767px){
        .d-f2con h3{
            font-size: 18px;
            padding-bottom: 40px;
        }
    }
    .d-f2con p{
        color: #666666;
        font-size: 14px;
        line-height: 30px;
    }
    .d-f2con p > img{
        max-width: 100%;
        margin-top: 70px;

    }
    @media screen and (max-width:767px){
        .d-f2con p > img{
            margin-top: 30px;
        }
    }
    .d-f2con ul{
        width: 100%;
        border-top: 1px solid #EAEAEA;
        padding-top: 30px;
        overflow: hidden;
        margin-top: 70px;
        margin-bottom: 80px;
    }
    @media screen and (max-width:767px){
        .d-f2con ul{
            margin-top: 30px;
            margin-bottom: 30px;
        }
    }
    .d-f2con ul li{
        float: right;
        color: #999999;
        font-size: 14px;
    }
    .d-f2con ul li img{
        display: inline-block;
        margin-right: 15px;
        width: 20px;
        height: 20px;
    }
/* E1 */
    .d-e1-con{
        width: 100%;
        height: auto;
        padding-bottom: 75px;
    }
    .d-e1-con p{
        font-size: 14px;
        color:#666666;
        line-height: 36px;
    }
    .d-e1-con img{
        width: 100%;
        display: block;
        margin-top: 80px;
    }
    @media screen and (max-width:767px){
        .d-e1-con img{
            margin-top: 40px;
        }
        .d-e1-con{
            padding-bottom: 35px;
        }
    }
/*  B1 */
    .d-b1-con{
        width: 100%;
        height: auto;
        padding-bottom: 75px;
    }
    .d-b1-left{
        width: 52%;
        float: left;
    }
    .d-b1-left h2{
        color: #0163a4;
        font-size: 36px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    @media screen and (max-width:990px){
        .d-b1-left h2{
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }
    @media screen and (max-width:767px){
        .d-b1-left h2{
            padding-top: 0px;
            font-size: 24px;
        }
    }
    .d-b1-left h4{
        color: #999999;
        font-size: 16px;
        /* font-family:Arial; */
    }
    @media screen and (max-width:1150px){
        .d-b1-left{
            width: 100%;
            float: none;
        }
    }
    .d-b1-left .top{
         padding-bottom: 60px;
      }
    @media screen and (max-width:1150px){
        .d-b1-left .top{
            padding-bottom: 30px;
        }
    }
    .d-b1-left .top img{
        width: 100%;
    }
    .d-b1-left .bottom{
        width: 100%;
    }
    .d-b1-left .bottom li{
        float: left;
        width: calc(50% - 30px);
    }
    .d-b1-left .bottom li:last-child{
        margin-left: 30px;
        margin-right: 30px;
    }
    .d-b1-left .bottom li img{
        width: 100%;
    }
    .d-b1-right{
        width: 48%;
        float: left;
    }
    @media screen and (max-width:1150px){
        .d-b1-right{
            width: 100%;
            margin-top: 30px;
            float: none;
        }
    }
    .d-b1-right img{
        width: 100%;
    }
    .d-b1-con p{
        font-size: 14px;
        color:#666666;
        line-height: 24px;
        padding-top:35px;
    }
    @media screen and (max-width:767px){
        .d-b1-con p{
            padding-top: 20px;
        }
    }
    /* E3  */
    .d-e3-con{
        width: 100%;
        height: auto;
    }
    .d-e3-con li{
        width: 100%;
        height:130px;
        background: #FFFFFF;
        cursor: pointer;
        margin-bottom: 30px;
    }
    @media screen and (max-width:767px){
        .d-e3-con li{
            height: 70px;
        }
    }
    .d-e3-con li .img{
        float: left;
        width:120px;
        height: 90px;
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
        border-right: 1px solid #DCDCDC;
    }
    @media screen and (max-width:767px){
        .d-e3-con li .img{
            width: 70px;
            height: 70px;
            margin-top: 0;
            padding-top: 12px;
        }
        .d-e3-con li .img img{
            width: 42px;
            height:49px;
        }
    }
    .d-e3-con li .img .hovershow{
        display: none;
    }
    .d-e3-con li:hover .hovershow{
        display: inline;
    }
    .d-e3-con li:hover .hoveyin{
        display: none;
    }
    .d-e3-con li .p{
        float: left;
        padding-left: 30px;
        padding-top: 40px;
    }
    .d-e3-con li .p h3{
        font-size: 20px;
        color: #333333;
        padding-bottom: 20px;
    }
    .d-e3-con li .p p{
        font-size: 14px;
        color: #666666;
    }
    @media screen and (max-width:767px){
        .d-e3-con li .p{
            padding-left: 15px;
            padding-top: 25px;
        }
        .d-e3-con li .p p{
            display: none;
        }
    }
    .d-e3-con li:hover .p h3{
        color: #0261A6;
    }
    .d-e3-con li:hover .p p{
        color: #0261A6;
    }
    .d-e3-con li .btn1{
        width:120px;
        height: 100%;
        float: right;
        text-align: center;
        background: #0261A6;
        padding-top: 30px;
    }
    @media screen and (max-width:767px){
        .d-e3-con li .btn1{
            width: 70px;
            padding-top: 15px;
        }
        .d-e3-con li .btn1 img{
            width: 46px;
            height: 46px;
        }
    }
/*  D2 */
    .d-d2-con{
        width: 100%;
    }
    .d-d2-left{
        width:560px;
        height:375px;
        float: left;
    }
    .d-d2-left > h3{
        font-size: 30px;
        color:#0261a6;
        padding-bottom: 30px;
        display: none;
    }
    .d-d2-left > p{
        display: none;
    }
    @media screen and (max-width:990px){
        .d-d2-left{
            width:560px;
            height:375px;
            margin: auto;
            float: none;
        }
        .d-d2-left > h3{
            display: block;
            margin-top: -40px;
        }
        .d-d2-left > p{
            display: block;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width:767px){
        .d-d2-left > h3{
            display: block;
            margin-top: 0px;
            font-size: 24px;
            line-height: 30px;
        }
    }
    @media screen and (max-width:600px){
        .d-d2-left{
            width: 100%;
            height: auto;
        }
        .d-d2-left img{
            width: 100%;
        }
        .d-d2-left > p{
            width: 54px;
        }
    }
    .d-d2-right{
        width: 540px;
        margin-left:60px;
        float: left;
    }
    @media screen and (max-width:1220px){
        .d-d2-right{
            width: calc(100% - 670px);
        }
    }
    @media screen and (max-width:990px){
        .d-d2-right{
            width: 540px;
            float: none;
            margin: auto;
        }
    }
    @media screen and (max-width:767px){
        .d-d2-right{
          display: none;
      }
    }
    .d-d2-right .top h3{
        font-size: 30px;
        color:#0261a6;
        padding-bottom: 30px;
    }
    @media screen and (max-width:990px){
        .d-d2-right .top{
            display: none;
        }
    }
    .d-d2-right .bottom{
        width: 100%;
        margin-top:189px;
        position: relative;
    }
    @media screen and (max-width:1220px){
        .d-d2-right .bottom{
            margin-top: 125px;
        }
    }
    @media screen and (max-width:1180px){
        .d-d2-right .bottom{
            margin-top: 140px;
        }
    }
    @media screen and (max-width:1080px){
        .d-d2-right .bottom{
            margin-top: 170px;
        }
    }
    @media screen and (max-width:990px){
        .d-d2-right .bottom{
            margin-top: 120px;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width:990px){
        .d-d2-right .bottom{
            margin-top: 125px;
        }
    }
    @media screen and (max-width:767px){
        .d-d2-right .top h3 {
            font-size: 24px;
        }
    }
    .d-d2-right .bottom .prev{
        position: absolute;
        top:50px;
        left: -30px;
    }
    .d-d2-right .bottom .next{
        position: absolute;
        top:50px;
        right: -30px;
    }
    .d-d2-right .item1{
        width: 540px;
        height:110px;
    }
    .d-d2-right .item1 div{
    	text-align: center;
        position: relative;
        cursor: pointer;
    }
    .d-d2-right .item1 div > img{
    	width: 100%;
    }
    .d-d2-right .item1 div .ca{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top:0;
        z-index: 200;
        display: none;
        background: rgba(0,0,0,0.6);
    }
    .d-d2-right .item1 .slick-slide:hover  .ca{
        display: block;
    }
    .d-d2-right .item1 div .ca .m{
        width: 23px;
        height: 23px;
        margin: auto;
        text-align: center;
        display: block;
        margin-top: calc((65% - 23px)/2);
    }
    @media screen and (max-width:1220px){
        .d-d2-right .item1{
            width: 100%;
            height:110px;
            text-align: center;
        }
    }
    .d-d2-ul{
        width: 100%;
        height:50px;
        margin-top: 80px;
    }
    @media screen and (max-width:767px){
        .d-d2-ul{
            display: none;
            margin-top: 160px;
        }
    }
    @media screen and (max-width:600px){
        .d-d2-ul{
            display: none;
            margin-top: 80px;
        }
    }
    @media screen and (max-width:485px){
        .d-d2-ul1{
            display: none;
            margin-top: 80px;
        }
    }
    .d-d2-ul li{
        width: 25%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-right:1px solid #FFFFFF;
        float: left;
        background: #E6E6E6;
        font-size: 18px;
        color:#666666;
        cursor: pointer;
    }
    .d-d2-ul li:hover{
        background:#0261A6;
        color: #FFFFFF;
    }
    .d-d2-ul li.act{
        background:#0261A6;
        color: #FFFFFF;
    }

    .d-d2-nav1{
        width: 200px;
        height: 50px;
        border: 1px solid #c5c5c5;
        cursor: pointer;
        float: left;
        display: none;
        margin-left:calc((100% - 200px)/2);
    }
    @media screen and (max-width:767px){
        .d-d2-nav1{
            display: block;
        }
    }
    .d-d2-nav1 .tk{
        margin-top:15px;
        margin-right: 15px;
        width: 15px;
        height: 15px;
    }
    .d-d2-nav1 .tk.act{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-d2-nav1 .js{
        display: none;
        width: 200px;
        margin-top: 49px;
        margin-left: -1px;
        height: 150px;
        /*border: 1px solid #848484;*/
        /*background: #F0F0F0;*/
        position: relative;
        z-index: 500;
    }
    .d-d2-nav1 .js li{
        border: 1px solid #c5c5c5;
        border-top: none;
        padding-right: 25px;
    }
    .d-d2-nav1 li{
        width: 100%;
        height: 49px;
        color: #848484;
        font-size: 14px;
        line-height: 50px;
        padding-left: 0px;
    }
    .d-d2-nav1 li.act{
        background:none;
        color:#0261A6;
    }


    .d-li{
        float: left;
        width: 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 80px;
    }
    @media screen and (max-width:767px){
        .d-li{
            padding-top: 30px;
            padding-bottom: 40px;
        }
    }
    .d-li .dao{
        display: none;
    }
    .d-li .dao.act{
        display: block;
    }
    .d-li .dao p img{
        max-width: 100%;
    }
    .d-li .dao p{
        color: #666666;
        line-height: 28px;
        font-size: 14px;
    }
    .d-li ul{
        width: 100%;
    }
    .d-li ul li{
        width: 100%;
    }
    .d-li ul li > img{
        max-width: 100%;
    }
    .d-li .dao:first-child ul li p{
        float: left;
        font-size: 14px;
        height: 100%;
        color: #666666;
        line-height: 28px;
    }
    .d-li .dao:first-child li p:first-child{
        width: 70px;
    }
    .d-li .dao:first-child li p:last-child{
        width: calc(100% - 70px);
    }

    .d-d2 li{
        width: 100%;
        height:130px;
        background: #FFFFFF;
        cursor: pointer;
        margin-bottom: 30px;
    }
    @media screen and (max-width:767px){
        .d-d2 li{
            height: 70px;
        }
    }
    .d-d2 li .img{
        float: left;
        width:120px;
        height: 90px;
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
        border-right: 1px solid #DCDCDC;
    }
    @media screen and (max-width:767px){
        .d-d2 li .img{
            width: 70px;
            height: 70px;
            margin-top: 0;
            padding-top: 12px;
        }
        .d-d2 li .img img{
            width: 42px;
            height:49px;
        }
    }
    .d-d2 li .img .hovershow{
        display: none;
    }
    .d-d2 li:hover .hovershow{
        display: inline;
    }
    .d-d2 li:hover .hoveyin{
        display: none;
    }
    .d-d2 li .p{
        float: left;
        padding-left: 30px;
        padding-top: 40px;
    }
    .d-d2 li .p h3{
        font-size: 20px;
        color: #333333;
        padding-bottom: 20px;
    }
    .d-d2 li .p p{
        font-size: 14px;
        color: #666666;
    }
    @media screen and (max-width:767px){
        .d-d2 li .p{
            padding-left: 15px;
            padding-top: 25px;
        }
        .d-d2 li .p p{
            display: none;
        }
    }
    .d-d2 li:hover .p h3{
        color: #0261A6;
    }
    .d-d2 li:hover .p p{
        color: #0261A6;
    }
    .d-d2 li .btn1{
        width:120px;
        height: 100%;
        float: right;
        text-align: center;
        background: #0261A6;
        padding-top: 30px;
    }
    @media screen and (max-width:767px){
        .d-d2 li .btn1{
            width: 70px;
            padding-top: 15px;
        }
        .d-d2 li .btn1 img{
            width: 46px;
            height: 46px;
        }
    }
/*  首页 */
    .d-in-banner{
        width: 100%;
        position: relative;
        margin-top: 84px;
    }
    @media screen and (max-width:1199px){
        .d-in-banner{
            margin-top: 40px;
        }
    }
    @media screen and (max-width:767px){
        .d-in-banner{
            margin-top: 80px;
        }
    }
    .d-in-banner .img{
        width: 100%;
        position: relative;
    }
    .d-in-banner .img img{
        width: 100%;
    }
    .d-in-banner .img .sjid_banner{
    	display: none;
    }
     @media screen and (max-width:767px){
        .d-in-banner .img img{
        	display: none;
	    }
	    .d-in-banner .img .sjid_banner{
	    	display: block;
	    }
    }
    .d-in-banner .prev1{
        position: absolute;
        top:45%;
        left: 5%;
        z-index: 300;
        cursor: pointer;
    }
    .d-in-banner .next1{
        position: absolute;
        top:45%;
        right: 5%;
        z-index: 300;
        cursor: pointer;
    }
    .d-in-banner .prevhover1 .hovershow,
    .d-in-banner .nexthoveyin1 .hovershow{
        display: none;
    }
    .d-in-banner .prevhover1:hover .hovershow{
        display: inline;
    }
    .d-in-banner .prevhover1:hover .hoveryin{
        display: none;
    }
    .d-in-banner  .nexthoveyin1:hover .hovershow{
        display: inline;
    }
    .d-in-banner .nexthoveyin1:hover .hoveryin{
        display: none;
    }
    @media screen and (max-width:767px){
        .d-in-banner .prev1 , .d-in-banner .next1{
            width: 10px;
            height: 19px;
        }
    }
    .d-in-banner .slick-dots{
        position: absolute;
        bottom: 50px
    }
    .d-in-banner .slick-dots li button::before, .d-in-banner .slick-dots li button::after{
        display: none;
    }
    .d-in-banner  .slick-dots li {
        width: 50px;
        height: 2px;
        border-radius: 0;
        /*border: 1px solid #DFDFE0;*/
        background: #fff;
        opacity: 1;
        margin: 0 5px;
    }
    .d-in-banner .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 50px;
        height: 2px;
        /*padding: 5px;*/
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-in-banner .slick-dots .slick-active button {
        background: #0261A6;
    }
    .inspan{
        color: #0261A6;
    }
    /*
     *解决方案
     */
    .d-jiejue{
        max-width: 1200px;
        margin: auto;
        position: relative;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .d-jiejue  .prev2{
        position: absolute;
        top:45%;
        left: 2%;
        z-index: 300;
        cursor: pointer;
        display: none;
    }
    .d-jiejue  .next2{
        position: absolute;
        top:45%;
        right: 2%;
        z-index: 300;
        cursor: pointer;
        display: none;
    }
    @media screen and (max-width:990px){
        .d-jiejue  .prev2 , .d-jiejue  .next2{
            display: block;
        }
    }
    @media screen and (max-width:767px){
        .d-jiejue  .prev2 , .d-jiejue  .next2{
            width: 10px;
            height: 19px;
        }
    }
    .d-fangan{
        width: 100%;
        margin: auto;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    @media screen and (max-width:990px){
        .d-fangan{
            width: 88%;
        }
    }
    @media screen and (max-width:365px){
        .d-fangan {
            width: 250px;
        }
    }
    .d-fangan-con{
        width: 100%;
        float: left;
        border-right: 1px solid #E5E5E5;
    }
    .d-fangan-con li{
        float: left;
        height: 217px;
        border-left: 1px solid #E5E5E5;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        cursor: pointer;
    }
    @media screen and (max-width:530px){
        .d-fangan-con{
            border-right: none;
        }
        .d-fangan-con li{
            border-left:none;
        }
    }
        .d-fangan-con li.act{
            width: 360px;
        }
        .d-fangan-con li{
            width: calc((100% - 360px)/4);
        }
        .d-fangan-con li .img img{
            width: 117px;
        }

    @media screen and (max-width:1080px){
        .d-fangan-con li{
            padding-left: 0px;
            padding-right: 0px;
        }
    }
   /* @media screen and (max-width:990px){
        .d-fangan-con li:nth-child(5){
            display: none;
        }
        .d-fangan-con li{
            width: calc((100% - 360px)/3);
        }
    }
    @media screen and (max-width:767px){
        .d-fangan-con li:nth-child(4){
            display: none;
        }
        .d-fangan-con li{
            width: calc((100% - 360px)/2);
        }
    }
    @media screen and (max-width:650px){
        .d-fangan-con li:nth-child(3){
            display: none;
        }
        .d-fangan-con li{
            width: calc(100% - 360px);
        }
    }
    @media screen and (max-width:520px){
        .d-fangan-con li:nth-child(2){
            display: none;
        }
        .d-fangan-con li.act{
            margin-left: calc((100% - 360px)/2);
            border-right: 1px solid #E5E5E5;
        }
    }
    @media screen and (max-width:450px){
        .d-fangan-con li.act{
            width: 300px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: calc((100% - 300px)/2);
        }
    }
    @media screen and (max-width:365px){
        .d-fangan-con li.act{
            width: 250px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: calc((100% - 250px)/2);
        }
    }*/
    .d-fangan-con li .na1{
        color: #0261a6;
        font-size: 18px;
        padding-top: 30px;
    }
    .d-fangan-con .hoverxian{
        display: none;
    }
    .d-fangan-con .act .hoverxian{
        display: block;
    }
    .d-fangan-con .act .img{
        display: none;
    }
    .d-fangan-con .act .na1{
        display: none;
    }
    /*
        width: 300px;
        display: none;
    }*/
  /*  @media screen and (max-width:520px){
        .d-fangan-con .hoverxian{
            width: 270px;
            display: none;
        }
    }
    @media screen and (max-width:365px){
        .d-fangan-con .hoverxian{
            width: 220px;
            display: none;
        }
    }*/
    .d-fangan-con .hoverxian .z1{
        font-size: 30px;
        color: #0261a6;
        text-align: left;
        padding-bottom: 20px;
    }
    @media screen and (max-width:767px){
        .d-fangan-con .hoverxian .z1{
            font-size: 24px;
        }
    }
    .d-fangan-con .hoverxian .z2{
        text-align: left;
    }
    .d-fangan-con .hoverxian .z3{
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    /*
    *  优势
    */
    .d-inyous{
        width: 100%;
        height:auto;
        background:#F8F8F8;
        overflow: hidden;
    }
    @media screen and (max-width:767px){
        .d-inyous{
            height: auto;
            padding-bottom: 40px;
        }
    }
    .d-inyous .d-con{
        max-width: 1200px;
        margin: auto;
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    @media screen and (max-width:1360px){
        .d-inyous .d-con{
            padding-left: 5%;
            padding-right: 5%;
        }
    }
    @media screen and (max-width:767px){
        .d-inyous .d-con{
            padding-top: 40px;
        }
    }
    .d-zhuan{
        width: 100%;
    }
    .d-zhuan .item{
        width: 100%;
        float: left;
        overflow: hidden;
        /*padding-right: 20px;*/
    }
    @media screen and (max-width:1230px){
        .d-zhuan .item{
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .d-zhuan .item .left{
        float: left;
        width: 50%;
        padding-right:80px;
        /*padding-left: 20px;*/
    }
    @media screen and (max-width:990px){
        .d-zhuan .item .left{
            padding-right: 30px;
        }
    }
    .d-zhuan .item .left h3{
        color: #0261a6;
        font-size: 36px;
        padding-bottom:30px;
    }
    .d-zhuan .item .left h4{
        color: #666666;
        font-size: 24px;
        padding-bottom: 30px;
    }
    @media screen and (max-width:767px){
        .d-zhuan .item .left{
            width: 100%;
            float: none;
            margin-bottom: 20px;
            padding-right: 0px;
        }
        .d-zhuan .item .left h3{
            font-size: 24px;
        }
        .d-zhuan .item .left h4{
            font-size: 20px;
        }
    }

    .d-zhuan .item .left p{
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }
    .d-zhuan .item .right{
        width: 50%;
        height: auto;
        float: left;
        position: relative;
        overflow: hidden;
    }
    @media screen and (max-width:767px){
        .d-zhuan .item .right {
            width: 100%;
        }
    }
    .d-zhuan .item .right img{
        width: 100%;
    }
    .d-inyous .d-con  .prev3{
        position: absolute;
        top:45%;
        left: -90px;
        z-index: 300;
        cursor: pointer;
    }
    .d-inyous .d-con .next3{
        position: absolute;
        top:45%;
        right:-90px;
        z-index: 300;
        cursor: pointer;
    }
    .d-inyous .d-con  .prevhover3 .hovershow,
    .d-inyous .d-con  .nexthoveyin3 .hovershow{
        display: none;
    }
    .d-inyous .d-con  .prevhover3:hover .hovershow{
        display: inline;
    }
    .d-inyous .d-con  .prevhover3:hover .hoveryin{
        display: none;
    }
    .d-inyous .d-con   .nexthoveyin3:hover .hovershow{
        display: inline;
    }
    .d-inyous .d-con  .nexthoveyin3:hover .hoveryin{
        display: none;
    }
    @media screen and (max-width:1360px){
        .d-inyous .d-con  .prev3{
            left: 15px;
        }
        .d-inyous .d-con .next3{
            right: 15px;
        }
    }
    @media screen and (max-width:1360px){
        .d-inyous .d-con  .prev3{
            top:48%;
            left: 10px;
        }
        .d-inyous .d-con .next3{
            top:48%;
            right: 10px;
        }
    }
    @media screen and (max-width:767px){
        .d-inyous .d-con  .prev3 ,  .d-inyous .d-con .next3{
            width: 10px;
            height: 19px;
        }
    }
    /*
    *  产品展示
    */
    .d-cpzs{
        width: 100%;
        height:500px;
       /*background-size: cover;*/
    }
    .d-syco{
        color: #FFFFFF;
        padding-top: 50px;
    }
    .d-sytab{
        width: 400px;
        height:30px;
        margin:30px auto;
        border: 1px solid #017ED8;
    }
    @media screen and (max-width:420px){
        .d-sytab{
            width: 100%;
        }
    }
    .d-sytab li{
        width: 33.3%;
        float: left;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #FFFFFF;
        cursor: pointer;
    }
    .d-sytab .act{
        background: #017ED8;
    }
    .d-sytab li + li{
        border-left: 1px solid #017ED8;
    }
    .d-sytabcon{
        max-width: 1400px;
        margin: auto;
    }
    .d-sytabcon .item{
        max-width: 1200px;
        height: 228px;
        margin: auto;
        position: relative;
    }
    .d-sytabcon .itemq{
        width: 100%;
        height:228px;
        position: relative;
    }
    .d-sytabcon .itemq ul{
        position: absolute;
        width: 100%;
        height: 228px;
        top: 0;
        left: 0;
        z-index: 300;
        opacity: 0;
    }
    .d-sytabcon .itemq ul.act{
      opacity: 1;
        z-index: 400;
    }
    @media screen and (max-width:1190px){
        .d-sytabcon .item{
            padding-left: 80px;
            padding-right: 80px;
        }
    }
    @media screen and (max-width:550px){
        .d-sytabcon .item{
            padding-left: 40px;
            padding-right: 40px;
        }
    }
    .d-sytabcon .item .prev4{
        position: absolute;
        top:35%;
        left: -90px;
        z-index: 300;
        cursor: pointer;
    }
    .d-sytabcon .item .next4{
        position: absolute;
        top:35%;
        right: -90px;
        z-index: 300;
        cursor: pointer;
    }
    .d-sytabcon .item .prevhover .hovershow,
    .d-sytabcon .item .nexthoveyin .hovershow{
        display: none;
    }
    .d-sytabcon .item .prevhover:hover .hovershow{
        display: inline;
    }
    .d-sytabcon .item .prevhover:hover .hoveryin{
        display: none;
    }
    .d-sytabcon .item .nexthoveyin:hover .hovershow{
        display: inline;
    }
    .d-sytabcon .item .nexthoveyin:hover .hoveryin{
        display: none;
    }
    @media screen and (max-width:1360px){
        .d-sytabcon .item .prev4{
            left: 30px;
        }
        .d-sytabcon .item .next4{
            right: 30px;
        }
    }
    @media screen and (max-width:767px){
        .d-sytabcon .item .prev4 ,  .d-sytabcon .item .next4{
            width: 10px;
            height: 19px;
        }
    }
    .d-sytabcon .item ul li{
        float: left;
        cursor: pointer;
        text-align: center;
    }
    .d-sytabcon .item ul li p{
        max-width: 180px;
        padding-top: 20px;
        text-align: center;
        font-size: 16px;
        color: #FFFFFF;
        line-height:28px;
        margin: auto;
    }
    .d-sytabcon .item ul li .img{
        width:180px;
        height: 180px;
        text-align: center;
        line-height: 180px;
        /*background: url("../images/in10.png") 0 0 no-repeat;*/
        position: relative;
        overflow: hidden;
        margin: auto;
        border-radius: 50%;
        border: 1px solid #fff;
    }
    .d-sytabcon .item ul li .img .img_box{
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	width: 100%;
    	height: 100%;
    	border: 7px solid #0261a6;
    	overflow: hidden;
    	border-radius: 50%;
    }
    .d-sytabcon .item ul li .img img{
    	position: relative;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-50%);
    }
    .d-sytabcon .item ul li .img .meng{
        width:180px;
        height: 180px;
        text-align: center;
        line-height: 180px;
        border-radius: 50%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 50%;
        top:50%;
        transform: translate(-50%,-50%);
        opacity: 0;
        z-index: 100;

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-sytabcon .item ul li .img .meng img{
    	position: static;
    	transform: translate(0);
    }
    .d-sytabcon .item ul li:hover .meng{
       opacity: 1;
    }
    /*
    *  服务支持
    */
    .d-serve{
        max-width: 1200px;
        height: 240px;
        margin: auto;
        margin-top:50px;
        margin-bottom: 75px;
        border: 1px solid #E5E5E5;
    }
    .d-serve .slick-dots{
        bottom:-35px;
    }
    @media screen and (max-width:1200px){
        .d-serve {
            margin-left: 15px;
            margin-right: 15px;
        }
    }
    @media screen and (max-width:990px){
        .d-serve {
            height: 200px;
        }
    }
    @media screen and (max-width:767px){
        .d-serve {
           margin-top: 35px;
        }
    }
    .d-serve  .ite{
        width: 20%;
        height: 240px;
        float: left;
        text-align: center;
        padding-top:70px;
        cursor: pointer;
    }
    @media screen and (max-width:990px){
        .d-serve  .ite{
            padding-top: 45px;
            height: 200px;
        }
    }
    .d-serve  .ite p:last-child{
        color: #333333;
        font-size: 18px;
        padding-top:40px;
    }
    .d-serve .ite:hover p{
        color: #017ED8;
    }
    .d-serve  .ite + .ite{
        border-left: 1px solid #E5E5E5;
    }
    /*
   *  新闻动态
   */
    .d-inxw{
        width: 100%;
        height: auto;
        padding-bottom: 60px;
        background:#F8F8F8;
    }
    @media screen and (max-width:600px){
        .d-inxw{
            padding-top:20px;
        }
    }
    .d-in{
        max-width: 1200px;
        margin:50px auto 0;
        position: relative;
    }
    @media screen and (max-width:767px){
        .d-in{
            margin-top: 35px;
        }
    }
    .d-in  .prev5{
        display: inline-block;
        width: 60px;
        height: 60px;
        background: rgba(2,97,166,1);
        text-align: center;
        line-height: 60px;
        position: absolute;
        top:36%;
        left: 266px;
        z-index: 300;
        cursor: pointer;
    }
    .d-in  .next5{
        display: inline-block;
        width: 60px;
        height: 60px;
        background: rgba(2,97,166,0.5);
        text-align: center;
        line-height: 60px;
        position: absolute;
        top:36%;
        left: 329px;
        z-index: 300;
        cursor: pointer;
    }
    .d-inxw .inxw-con{
        max-width: 1200px;
        margin: auto;
    }
    @media screen and (max-width:1230px){
        .d-inxw .inxw-con{
            padding-left: 15px;
            padding-right: 15px;
        }
        .d-in  .prev5{
            left: 280px;
        }
        .d-in  .next5{
            left: 343px;
        }
    }
    @media screen and (max-width:1180px){
        .d-in  .prev5{
            left: 250px;
        }
        .d-in  .next5{
            left: 315px;
        }
    }
    @media screen and (max-width:1080px){
        .d-in  .prev5{
            display: none;
        }
        .d-in  .next5{
            display: none;
        }

    }
    .d-inxw .inxw-con .item{
        float: left;
        width: 328px;
        /*overflow: hidden;*/
    }
    .d-inxw .inxw-con .item .left{
        width: 100%;
    }
    @media screen and (max-width:1180px){
        .d-inxw .inxw-con .item{
            float: left;
            width: 300px;
        }
    }
    @media screen and (max-width:1080px){
        .d-inxw .inxw-con .item {
            float: left;
            width: 250px;
        }
    }
    .d-inxw .inxw-con .item .left ul{
        width: 224px;
    }
    .d-inxw .inxw-con .item .left ul li{
        padding-bottom: 40px;
        padding-left: 5px;
    }
    @media screen and (max-width:990px){
        .d-inxw .inxw-con .item{
            width: 100%;
            float: none;
            margin-top: 20px;
        }
        .d-inxw .inxw-con .item .left ul{
            width: 500px;
            margin: auto;
        }
        .d-inxw .inxw-con .item .left ul li{
            float: left;
            width: 224px;
            margin-left: 20px;
        }
    }
    @media screen and (max-width:530px){
        .d-inxw .inxw-con .item .left ul{
            width: 300px;
            margin: auto;
        }
        .d-inxw .inxw-con .item .left ul li{
            float: none;
            width: 300px;
           margin: 0px auto;
        }
    }
    .d-inxw .inxw-con .item .left ul li .p1{
        font-size: 20px;
        color: #333333;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .d-inxw .inxw-con .item .left ul li .p2{
        font-size: 14px;
        color: #666666;
        padding-bottom:20px;
        /* font-family: 'HLTP'; */
    }
    .d-inxw .inxw-con  .right{
        float: left;
        width: calc(100% - 328px)
    }
    @media screen and (max-width:1180px){
        .d-inxw .inxw-con  .right{
            float: left;
            width: calc(100% - 300px)
        }
    }
    @media screen and (max-width:1080px){
        .d-inxw .inxw-con  .right{
            float: left;
            width: calc(100% - 250px)
        }
    }
    @media screen and (max-width:990px){
        .d-inxw .inxw-con .right{
            float: none;
            width: 700px;
            margin: auto;
            margin-top: 20px;
        }
    }
    .d-inxw .inxw-con  .right .img1{
        width: 457px;
        height: 310px;
        margin-top: 10px;
        float: left;
    }
    .d-inxw .inxw-con  .right .img1 img{
    	width: 100%;
    }
    .d-inxw .inxw-con  .right .img2{
        padding-top: 70px;
        padding-left: 35px;
        width: calc(100% - 457px);
        height: 330px;
        float: left;
        background:#0261A6;
    }
    @media screen and (max-width:1080px){
        .d-inxw .inxw-con  .right .img2{
            padding-left: 15px;
        }
    }
    @media screen and (max-width:767px){
        .d-inxw .inxw-con  .right{
            width: 457px;
        }
        .d-inxw .inxw-con .right .img1{
            float: none;
            width: 457px;
            margin: auto;
        }
        .d-inxw .inxw-con  .right .img2{
            float: none;
            width: 457px;
            height: 280px;
            padding-left: 35px;
            margin: auto;
            padding-top: 30px;
        }
    }
    @media screen and (max-width:488px){
        .d-inxw .inxw-con  .right{
            width: 100%;
        }
        .d-inxw .inxw-con  .right .img1{
            float: none;
            width: 100%;
            height: auto;
            margin: auto;
        }
        .d-inxw .inxw-con  .right .img1 img{
            width: 100%;
        }
        .d-inxw .inxw-con  .right .img2{
            float: none;
            width: 100%;
            padding-left: 35px;
            margin: auto;
        }
    }
    .d-inxw .inxw-con  .right ul{
        width: 224px;
    }
    .d-inxw .inxw-con  .right ul li .p1{
        font-size: 20px;
        color: #FFFFFF;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .d-inxw .inxw-con  .right ul li .p2{
        font-size: 14px;
        color: #8CC7F3;
        padding-bottom:20px;
        /* font-family: 'HLTP'; */
    }
    .d-inxw .inxw-con  .right ul li  button{
        margin-top: 30px;
        width: 130px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        color: #FFFFFF;
        background:#00497A ;
    }
    .d-inxw .inxw-con  .right .img2  ul li  button:hover{
        background: #ffffff;
        color:#0261A6;
    }
    .inxw-con .slick-dots{
        position: absolute;
        padding-left: 20px;
        text-align: left;
    }
    @media screen and (max-width:990px){
        .inxw-con .slick-dots{
            position: absolute;
            top:150px;
            text-align: center;
        }
    }
    @media screen and (max-width:530px){
        .inxw-con .slick-dots{
            position: absolute;
            top:310px;
        }
    }
    .inxw-con .slick-dots li button::before, .inxw-con .slick-dots li button::after{
        display: none;
    }
    .inxw-con  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #F8F8F8;
        opacity: 1;
        margin: 0 15px;
    }
    .inxw-con .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .inxw-con .slick-dots li.slick-active {
        background-color: #00497A;
    }
    /* G1联系方式 */
    #allmap{
        width:100%;
        height:500px;
    }
    @media screen and (max-width:767px){
        #allmap{
	        width:100%;
	        height:360px;
	    }
    }
    .d-dizh{
        width: 100%;
        margin-bottom: 70px;
    }
    @media screen and (max-width:940px){
        .d-dizh{
            margin-bottom: 40px;
        }
    }
    .d-dizh li {
        width: 25%;
        float: left;
    }
    .d-dizh li .btn{
        float: left;
        width: 105px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 25px;
        font-size:16px;
        color: #FFFFFF;
        background:#0261a6;
        cursor:auto;
    }
    @media screen and (max-width:1150px){
        .d-dizh li .btn{
            margin-left: calc((100% - 277px)/2);
        }
    }
    .d-dizh li img{
        float: left;
        margin-top: 15px;
        width: 32px;
        height: 7px;
    }
    .d-dizh li .zi{
        float: left;
        width: 140px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
        padding-left: 2px;
    }
    @media screen  and (max-width: 1150px){
        .d-dizh li .zi{
            padding-left: 10px;
        }
    }
    .d-dizh li:first-child .zi{
        margin-top: -10px;
    }
    .d-dizh .slick-dots{
        width: 160px;
        position: absolute;
        bottom: -20px;
        left: calc((100% - 160px)/2);
    }
    .d-dizh .slick-dots li button::before,   .d-dizh .slick-dots li button::after{
        display: none;
    }
    .d-dizh  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #F8F8F8;
        opacity: 1;
        margin: 0 15px;
    }
    .d-dizh .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-dizh .slick-dots li.slick-active {
        background-color: #00497A;
    }
    /*
    *  办事处
    */
    .d-bansc{
        width: 100%;
        float: left;
    }
    .d-bansc-phone{
        display: none;
    }
    @media screen and (max-width:930px){
        .d-bansc{
            display: none;
        }
        .d-bansc-phone{
            display: block;
        }
    }
    .d-bansc .ka{
        width: 33.33%;
        height: auto;
        float: left;
        margin-bottom: 70px;
    }
    .d-bansc .ka div{
        width: 350px;
        min-height: 425px;
        padding:65px;
    }
    @media screen and (max-width:1180px){
        .d-bansc .ka div{
            width: 300px;
            /*height: 300px;*/
            padding:40px;
        }
    }
    @media screen and (max-width:940px){
        .d-bansc .ka div{
            width: 280px;
            padding:40px 20px;
        }
    }
    @media screen and (max-width:930px){
        .d-bansc .ka div{
            width: 350px;
            /*height: 350px;*/
            padding:65px;
            margin-left: calc((100% - 350px)/2);
        }
    }
    @media screen and (max-width:400px){
        .d-bansc{
            width: 280px;
            margin-left:calc((100% - 280px)/2);
        }
        .d-bansc .ka div{
            width: 280px;
            /*height: 300px;*/
            padding:20px;
            margin-left: 0;
        }
        .d-bansc .ka{
            /*margin-right: 10px;*/
        }
    }
    @media screen and (max-width:350px){
        .d-bansc{
            width: 260px;
            margin-left:calc((100% - 260px)/2);
        }
        .d-bansc .ka div{
            width: 260px;
            /*height: 300px;*/
            padding:20px;
            margin-left: 0;
        }
    }
    .d-bansc .ka:nth-child(odd) div{
        background: #FFFFFF;
    }
    .d-bansc .ka:nth-child(even) div{
        background:#0261A6;
    }
    .d-bansc .ka div .p1{
        font-size: 24px;
        padding-bottom: 35px;
    }
    .d-bansc .ka:nth-child(odd) div .p1{
        color: #0261a6;
    }
    .d-bansc .ka:nth-child(even) div .p1{
        color: #FFFFFF;
    }
    .d-bansc .ka div .p2{
        font-size: 14px;
        line-height: 28px;
        padding-bottom:10px;
    }
    .d-bansc .ka:nth-child(odd) div .p2{
        color: #666666;
    }
    .d-bansc .ka:nth-child(even) div .p2{
        color: #FFFFFF;
    }
    .d-bansc .ka div .p2 span:first-child{
        float: left;
        width: 50px;
        line-height: 28px;
    }
    .d-bansc .ka div .p2 span:last-child{
        float: left;
        width: calc(100% - 50px);
        line-height: 28px;
    }
    .d-bansc .slick-dots{
        /*width: 120px;*/
        position: absolute;
        bottom: 30px;
       /*left: calc((100% - 120px)/2);*/
    }
    .d-bansc .slick-dots li button::before,  .d-bansc .slick-dots li button::after{
        display: none;
    }
    .d-bansc  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #F8F8F8;
        opacity: 1;
        margin: 0 15px;
    }
    .d-bansc .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-bansc .slick-dots li.slick-active {
        background-color: #00497A;
    }
    /*
    *  留言
    */
    .d-liuyan{
        color: #333333;
        font-size: 36px;
        padding-bottom: 45px;
    }
    @media screen and (max-width:767px){
        .d-liuyan{
            font-size: 24px;
        }
    }
    .d-inpuy{
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
        margin-bottom: 20px;
    }
    @media screen and (max-width:767px){
        .d-inpuy{
            width: 100%;
        }
    }
    .d-inpuy p{
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }
    .d-inpuy p img{
        display: inline-block;
        margin-top: -10px;
        margin-left: 5px;
    }
    .d-inpuy input{
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        padding-left: 20px;
    }
    .d-inpuy1{
        width: 100%;
        margin-right: 20px;
        float: left;
        margin-bottom: 20px;
    }
    .d-inpuy1 p{
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }
    .d-inpuy1 p img{
        display: inline-block;
        margin-top: -10px;
        margin-left: 5px;
    }
    .d-inpuy1 textarea{
        width: 100%;
        height:180px;
        background: #FFFFFF;
        padding-left: 20px;
        padding-top: 10px;
        line-height: 24px;
        resize: none;
    }
    .d-inpuy1 .d-yaz{
        width: 260px;
        height: 40px;
        position: relative;
    }
    .d-inpuy1 .d-yaz input{
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding-left: 20px;
    }
    .d-inpuy1 .d-yaz img{
        width: 85px;
        height: 28px;
        position: absolute;
        top:18px;
        right: 10px;
        z-index: 100;
    }
    .d-g1-btn{
        width:140px;
        height:40px;
        background: #0261A6;
        border-radius: 20px;
        font-size:14px ;
        color: #FFFFFF;
        float: left;
        margin-bottom: 80px;
    }
    .nm{
        position: relative;
        width: 100%;
        display: none;
    }

    @media screen and (max-width:930px){
        .nm{
            display: block;
        }
        .nm .prev3{
            width: 10px;
            height: 19px;
            position: absolute;
            top:45%;
            left: 20%;
            z-index: 300;
            cursor: pointer;
        }
        .nm .next3{
            width: 10px;
            height: 19px;
            position: absolute;
            top:45%;
            right:20%;
            z-index: 300;
            cursor: pointer;
        }
    }
    @media screen and (max-width:700px){
        .nm .prev3{
            left: 15%;
        }
        .nm .next3{
            right:15%;
        }
    }
    @media screen and (max-width:600px){
        .nm .prev3{
            left: 10%;
        }
        .nm .next3{
            right:10%;
        }
    }
    @media screen and (max-width:500px){
        .nm .prev3{
            left: 5%;
        }
        .nm .next3{
            right:5%;
        }
    }
    @media screen and (max-width:460px){
        .nm .prev3{
            left: 0px;
        }
        .nm .next3{
            right:0px;
        }
    }
    .in-xix{
        padding-top: 50px;
    }

/* 20220629 */
#allmap .allmap_img{
    width: 100%;
    height: 100%;
}