
    @media screen and ( min-width: 750px) {
        .g_none{
            display: none
        }
    }
    @media screen and ( min-width: 992px) {
        .q_container{
            width: 1020px ;
        }
    }
    @media screen and ( min-width: 1200px) {
        .q_container{
            width: 1170px ;
        }
    }
    /*.top_nav_op{
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
        border-bottom: 1px solid black;
        opacity: 0.1;
    }*/
    .navbar-inverse{
        /*border-bottom: 1px solid #4B4C51;*/
        border-bottom:none;
        z-index: 99999;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav>li>a{
        color: white;
    }
    .dropdown-menu{
        min-width: 100px;
    }
     .navbar-inverse .navbar-nav > li > a:hover{
        color: red;
     }
     .dropdown-menu{
        padding: 0;
        margin:0;
     }
     .navbar-nav > li > dl.dropdown-menu{
        background-image: none !important;
        background-color: black !important;
        opacity: 0.9;
     }
     .navbar-nav .backcolor{
        background-color: rgb(107, 107, 107) !important;
     }
     .bbbbbbb{
        /*background-color: #727272;*/
     }
     .bb_none{
        height: 300px;
        background-color: black;opacity: 0.5;
     }
     .bb_chang{
        height: 477px;
     }
     .bb_duan{
       height: 300px;
     }
     .nav > li > a{
        padding: 15px 18px 14px;
     }
     .navbar-inverse:hover{
        background-color: black;
        /*opacity: 0.9;*/
     }

     @media screen and ( min-width: 600px) {
        .navbar-nav > li{
            height: 60px;
        }
        .qlovew{
            /*border-bottom: 1px solid red !important;*/
            color: white !important;
        }
    }

     .qlovec{
        background-color: black !important;
        /*opacity: 0.8 !important;*/
     }
     .navbar{
        margin-bottom: 0;
     }
     .navbar-toggle{
        margin: 13px 15px;
     }
     .myfirst{
        animation: myfirst 1s;
        animation-fill-mode: forwards;
     }
     @keyframes myfirst
    {
        from {background: transparent;}
        to {background: black;}
    }
    .myfirst2{
        animation: myfirst2 1s;
        animation-fill-mode: forwards;
     }
     @keyframes myfirst2
    {
        from {background: black;}
        to {background: transparent;}
    }
     
    .aa1{
        animation: aa1 0.5s;
        animation-fill-mode: forwards;
    }
    @keyframes aa1
    {
        from {background-color: transparent;}
        to {background-color: black;}
    }
    .aa2{
        animation: aa2 2s;
        animation-fill-mode: forwards;
    }
    @keyframes aa2
    {
        from {background-color: black;}
        to {background-color: transparent;}
    }
    dl{
        overflow: hidden;
    }
    .navbar-nav > li > dl.dropdown-menu{
        /*display: block;*/
        /*height: 0;*/
        /*border: none;*/
    }

		html, body, header, main, footer {
            width: 100%;
            padding: 0;
            margin: 0;
            color: #333;
        }

        a {
            text-decoration: none;
            color: #333;
        }

        p, h1, h2, h3, h4, h5, h6, li, ul {
            padding: 0;
            margin: 0;
        }

        li {
            list-style: none;
        }

        .qsbclxwwc {
            width: 100%;
            height: 100vh;
            background-color: black;
            opacity: 0.5;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 96;
            display: none;
        }
        header{
            z-index: 99999;
        }

        .header {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: space-between;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9995;
            background-color: white;
            box-shadow: 0 0 5px 0px rgb(136, 136, 136);
        }

        .header_left {
            width: 45%;
            display: flex;
            justify-content: center;
            align-items: center;
			
        }
        .header_left .pc_logo{
            display: none;
        }

        .header_left a {
            width: 152px;
            height: 46px;
            display: flex;
            align-items: center;
        }
        .header_left a img {
            width: 152px;
            height: 46px;
        }
		
		@media screen and (max-width: 750px){
			.header_left a,.header_left a img {
				width: 120px;
				height: 30px;
			}
		}

        .header_nav {
            width: 70%;
            height: 100vh;
            position: fixed;
            top: 0px;
            right: -100%;
            overflow: scroll;
            background-color: #32485e;
            z-index: 99;
            color: white;
            
        }


        .header_nav>div {

            display: flex;
            flex-flow: column;
        }

        .header_nav>div>a {
            color: white;
            font-size: 18px;
            width: 100%;
            margin: 0 auto;
            letter-spacing: 3px;
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

        .header_nav>div>a>img {
            width: 25px;
            height: 25px;
            margin: 0 10px 0 20px;
        }

        .header_nav>div>a:hover {
            /* color: red; */
        }

        .header_nav>div>span {
            color: white;
            font-size: 18px;
            width: 100%;
            margin: 0 auto;
            letter-spacing: 3px;
            cursor: pointer;
            padding: 10px 0;
            display: flex;
            align-items: center;
        }
        .header_nav>div>span a{
            color: white;
        }

        .header_nav>div>span>img {
            width: 25px;
            height: 25px;
            margin: 0 10px 0 20px;
        }

        .header_zk {
            transform: rotate(-90deg);
            transition: all 0.25s ease-in-out;
        }

        .transform_a {
            transform: rotate(0deg);
        }

        .transform_b {
            transform: rotate(-90deg);
        }

        .header_nav>div>span:hover {
            /* color: red; */
        }

        .header_nav>div>section {
            width: 100%;
            height: 0;
            display: flex;
            flex-flow: column;
            overflow: hidden;
            background-color: #203242;
        }

        .header_nav>div>section>a {
            width: 100%;
            height: 45px;
            line-height: 45px;
            color: white;
            font-size: 16px;
            margin: 0 auto;
            padding-left: 55px;
        }



        .header_right {
            /*width: 20%;*/
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .header_right img{
            width: 45px;
            height: 45px;
        }
        .header_tel{
            display: none;
        }

        @media screen and (min-width: 750px) {
            html{
                /* background-color: #eee;   background-color: black; // background-color: black;*/
            }
            header {
                width: 100%;
              
                position: fixed;
                top: 0;
                left: 0;
            }
            .header {
                width: 1200px;
                margin: 0 auto;
                position: relative;
                box-shadow: none;
              
            }
            .header a{
                font-size: 16px;
            }
            .header span{
                font-size: 15px;
            }
            .header_left{
                width: 152px;
            }
            .header_left img{
                display: none;
            }
            .header_left .pc_logo{
                display: block;
            }

			.header_nav_main{
				display: flex;
				align-items: center;
				flex-direction: row;
			}
            .header_nav{
                width: auto;
                position: relative;
                right: 0;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                background-color: transparent;
                color: white;
                overflow: visible;
                height:100%;
				margin-right: 22px;
            }
            .header_nav img{
                display: none;
            }
            .header_nav>div{
                /*padding: 0 15px;*/
                width: 84px;
            }
            .header_nav>div>a{
                height: 60px;
                color: white;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
            }
            .header_nav>div>span{
                height: 60px;
                color: white;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;

            }
            .header_nav > div > section{
                background-color: black;
                width: 84px;
            }

            .header_nav > div > section > a{
                color: white;
                text-align: center;
                padding: 0;
                font-size: 14px;
            }
            .header_nav>div>section>a:hover {
                background-color: #c73732;
                color: white;
            }

            .header_right {
             /*   //width: 45px;*/
                display: none;
            }
            .header_right img{
                width: 45px;
                height: 45px;
            }

            .pc_b_b{
                position: absolute;
                right: 0;
                bottom: 0;
                display: flex;
                align-items: center;
                width: 767px;
                height: 2px;
            }
            .pc_header_bottom{
                border-top: 2px solid #c73732;
                position: relative;
            }
            .header_tel{
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: white;
                width: 170px;
            }
            .header_tel img{
                width:20px;
                height: 20px;
                margin-top: 2px;
            }
            .header_tel span{
                font-size: 19px;
            }

        }
























.d_footer{
            width: 100%;
           /*background: #333438;*/
            position: relative;
			background-image: url("/Public/Home/images/index_footer_bg.png");
			background-size: 100% 100%;
        }
        .left_g{
			display: none;
            position: absolute;
            left: 0;
            bottom: 0;
        }
        .left_g img{
            opacity: 0.3;
        }
        .right_g{
			display: none;
            position: absolute;
            right: 0;
            bottom: 0;
        }
        .right_g img{
            opacity: 0.3;
        }
        .d_footer_main{
            margin: 0 auto;
        }
        .d_footer_main_title{
            width: 1170px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            padding: 40px 0 20px;
        }
        .d_footer_main_title>div{
            display: flex;
            flex-flow: column;

        }
        .d_footer_main_title>div>span{
            color: white;
            font-weight: 300;
            font-size: 16px;
            padding: 5px 0 10px 0px;
        }
        .d_footer_main_title>div a{
            color: white;
            text-decoration: none;
            font-size: 14px;
            margin-top: 5px;
            display: flex;
            align-items: center;
            position: relative;
            color: #96989f;

        }
        
        .g_img{
            position: absolute;
            left: -15px;
            display: none;
        }
        .d_footer_main_title>div a:hover{
            color: #E63E22;
        }

        .d_footer_main_title_div a{
            display: flex;
            align-items: center;
        }
        .img_yiz{
            margin-right: 5px;
        }

        .d_footer_main_pages{
            padding:5px 0 10px 0;
            /*background-color: #2e2f34;*/
        }
        .d_footer_main_pages section{
            padding: 0px 0 5px;
            display: flex;
            width: 1170px;
            margin: 0 auto;
        }
        .d_footer_main_pages section a{
            color: #96989f;
            font-size: 14px;
            padding: 0 5px  5px 0;
        }
        .d_footer_main_pages section a:hover{
            color: #E63E22;
        }
        .d_footer_main_pages section div{
            display: flex;
            flex-flow: wrap;
            padding: 5px 0 0 5px;
        }
        .d_footer_main_pages section span{
            color: white;
            font-weight: 700;
            padding-top: 5px;
            min-width: 70px;
        }

        .d_footer_main_pages>div{
            width: 1170px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .d_footer_main_pages>div span{
            font-size: 12px;
            margin: 0px 5px;
            color: #96989F;
        }
        @media screen and ( max-width: 750px) {
            .d_footer_main_title{
                padding: 10px 0 10px;
            }
            .d_footer_main_title .ss_none{
                display: none;
            }
            .d_footer_main_title{
                width: 100%;
                display: flex;
                flex-flow: column;
            }
            .d_footer_main_title>div{
                width: 90%;
                margin: 0 auto;
            }

            .d_footer_main_pages .ss_none{
                display: none;
            }
            .d_footer_main_pages>div{
                width: 100%;
                display: flex;
                flex-flow: column;
            }
            .d_footer .ss_none{
                display: none;
            }
            .d_footer_main_title>div>span{
                padding: 10px 0 5px 0px;
               
            }
        }



        .izl-rmenu a.btn-baojia {
            background: #3181f2 url(/Public/Home/img/01/r_bj.png) 0px 0px no-repeat;
            text-decoration: none;
            display: block;
        }