
	/**footer**/


    .footer_c {
        max-width:1340px;
        padding:0px 20px;
        margin:auto;
        overflow:hidden;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .footer_c_left {
        width: auto;
        float:left;
        color: #dfdfdf;
    }
    .footer_c_left .title
    {
        font-size: 1.1em;
        color: #dfdfdf !important;
        padding-bottom: 30px;
        display: block;
        font-weight: normal;
    }
    
    .footer_c_left .tel
    {
        font-size: 28px;
    }
    .footer_c_left .tel a
    {
        color: #fff;
        pointer-events: none;
    }
    
    
    .footer_c_left .tel span
    {
        display: block;
        font-size: 16px !important;
    }
    .footer_c_left a.kf
    {
        width: 170px;
        display: block;
        border: 1px #fff solid;
        line-height: 42px;
        text-align: center;
        font-size: 0.9em;
        color: #dfdfdf;
        margin-top: 40px;
        border-radius: 4px;
    }
    .footer_c_left a.kf:hover
    {
        background:#fff;
        color:#333;
    }
    
    
    .footer_c_right {
        float:right;
        width:80%;
    }
    .footer_c_right ul {
        display:flex;
        width:100%;
        justify-content:flex-end;
    }
    .footer_c_right ul li p {
        color:#fff;
        font-size:16px;
    }
    .footer_c_right ul li p a {
        color:#fff;
    }
    .footer_c_right ul li p:nth-of-type(1) {
        font-size:14px;
        opacity:0.7;
        margin-bottom:4px;
    }
    
    
    .bq {
        max-width:100%;
        overflow:hidden;
        margin:auto;
		font-size: 14px;
    }
    .bq a {
        margin-left: 5px;
        color: rgba(255,255,255,.7);
    }
    
    .bq .main{
        max-width: 1440px;
        margin:auto;
        overflow:hidden;
        font-size: 0.9em;
        text-align: center;
       	color: rgba(255,255,255,.7);
        display: flex;
        justify-content: center;
    }
    .footer_main
    {
/*        background: url(../image/footer_bg.jpg) no-repeat center;
        background-size: cover;*/
        overflow: hidden;
        width: 100%;
		background-color: #0B1925;
    }
    
    .footer_main_ce
    {
        max-width: 1440px;
        overflow: hidden;
        margin: auto;
        padding: 0px 20px;
        width: 86%;
    }
    
    .footer_main_center {
        overflow:hidden;
        margin:auto;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
        padding: 30px 0 20px 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .footer_left {
        width: 100%;
        /*float:left;*/
    }
    .footer_left ul li {
        width:auto;
    }
    .footer_left ul
    {
        display:flex;
        justify-content: space-between; align-items: center;
    }
    
    .footer_navyj {
        font-size: 1.1em;
        color: #dfdfdf !important;
        /*padding-bottom: 30px;*/
        display:block;
        font-weight: normal;
    }
    .footer_navej a {
        display:block;
        font-size: 0.9em;
        color: #fff;
        line-height: 2.5em;
        color: #dfdfdf;
    }
    .footer_navej a:hover {
        color:#fff;
        opacity:1;
    }
    
    
    
    .izl-rmenu
    {
        position: fixed;
        right: 20px;
        bottom: 5%;
        z-index: 99;
        transition: all 1s;
        opacity: 1;
    }
    .izl-rmenu.active .btn_top
    {
        opacity:1;
        visibility: initial;
    }
    
    
    .izl-rmenu .btn_top
    {
        height: 48px;
        width: 48px;
        display: block;
        background: url(../image/kf_03.png) no-repeat center;
        background-size: 48px;
        background-color:rgba(0,0,0,0.5);
        border-radius: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .izl-rmenu .tel
    {
        height: 48px;
        width: 48px;
        display: block;
        background: url(../image/kf_06.png) no-repeat center;
        background-size: 48px;
        border-radius: 100%;
        background-color:rgba(0,0,0,0.5);
        margin:15px 0px;
    }
    .izl-rmenu .tel:hover
    {
    background-color: #000;
    }
    
    
    .izl-rmenu .phone
    {
        position: absolute;
        right: 58px;
        width: 200px;
        line-height: 48px;
        background-color:rgba(0,0,0,0.5);
        text-align: center;
        border-radius: 30px;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .izl-rmenu .tel:hover .phone,.izl-rmenu .messages:hover .text
    {
        visibility:initial;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    
    .izl-rmenu .messages
    {
        height: 48px;
        width: 48px;
        display: block;
        background: url(../image/kf_08.png)rgba(0,0,0,0.5) no-repeat center;
        background-size: 48px;
        border-radius: 100%;
        display: none;
    }
    .izl-rmenu .messages .text
    {
        position: absolute;
        right: 58px;
        width: 160px;
        line-height: 48px;
        background-color:rgba(0,0,0,0.5);
        text-align: center;
        border-radius: 30px;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); 
    }
    
    
    
    .izl-rmenu a
    {
        background-color:rgba(0,0,0,0.5);
        transition: all 0.5s;
        cursor: pointer;
        display: block;
    }
    
    .izl-rmenu a:hover
    {
    background-color: #252525;
    }
    
    
    .izl-rmenu .WeChat
    {
        height: 48px;
        width: 48px;
        display: block;
        background: url(../image/kf_09.png) no-repeat center;
        background-size: 46px;
        border-radius: 100%;
        background-color:rgba(0,0,0,0.5);
        margin:15px 0px;
        position: relative;
    }
    .izl-rmenu .WeChat:hover
    {
    background-color: #252525;	
    }
    
    
    .izl-rmenu .WeChat-icon
    {
        position: absolute;
        right: 58px;
        width: 120px;
        line-height: 48px;
        background: #fff;
        text-align: center;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        top: -50px;
        border-radius: 6px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
        overflow: hidden;
    }
    .izl-rmenu .WeChat-icon img
    {
        max-width: 100%;
    }
    
    
    .izl-rmenu .WeChat:hover .WeChat-icon
    {
        visibility:initial;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    
    
    
    
    .link2
    {
        margin-left: 5px;
        pointer-events: none;
    }
    
    