﻿*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    letter-spacing: 1.2px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #bfbfbf;
    width: 7px;
    height: 7px;
    margin: -2px 0 0 -3px;
}
img{
    border:none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    background: #0080cc;
    width: 7px;
    height: 7px;
    margin: -2px 0 0 -3px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 7px 7px 20px;
}
#myMenu{
    position: fixed;
    top: 0;
    left: 0;
    color: #333;
    width: 100%;
    z-index: 999;
}
.myclass .w-1200{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.w-1200{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.menu_left{
    display: table;
    height: 100px;
    width: 10%;
}
.menu_left a{
    display: table-cell;
    vertical-align: middle;
}
.menu_left img{
    width: 100%;
}
.menu_right{
    line-height: 100px;
}
.menu_right>div{
    float: right;
    margin-right:20px;
}
.menu_tit a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.nav_show{
    float: right;
    position: absolute;
    right: 0;
    width: 948px;
    top: 0;
    margin-right: 30px;
    text-align: right;
    font-size: 0;
}
.nav_show>li{
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.nav_show li a{
    color: #333;
    display: block;
    letter-spacing: normal;
}
.nav_show li a span{
    position: relative;
    color: #333;
}
.nav_xian{
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: #0080cc;
}
.nav_child{
    background: rgba(0, 128, 204, 0.9);
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 30px;
    padding: 5px 14px;
    display: none;
}
.nav_child li{
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    cursor: pointer;
}
.nav_child li:last-child{
    border: none;
}
.nav_child li a{
    font-size: 14px;
    color: #e6e6e6;
}
.nav_child li:hover a{
    color: white;
}
.nav_zk{
    position: relative;
    width: 30px;
    height: 60px;
    float: right;
    cursor: pointer;
}
.nav_zk span{
    height: 2px;
    width: 25px;
    background: #333;
    border-radius: 20px;
    position: absolute;
    top: 44px;
    left: 5px;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.nav_zk .over{
    transition: all 0.5s;
    top: 50px;
    transform: rotate(-45deg);
}
.nav_zk span:last-child{
    top: 53px;
}
.nav_zk span.live{
    transition: all 0.5s;
    top: 50px;
    transform: rotate(45deg);
}
.nav{
    position: absolute;
    width: 30px;
    overflow: hidden;
    right: 200px;
}
.menu_inp{
    position: relative;
}
.menu_inp_img{
    cursor: pointer;
}
.menu_inp_img img{
    vertical-align: middle;
    transform: scale(1);
    transition: all 0.5s;
}
.menu_inp_img:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.menu_sea{
    position: absolute;
    right: 0;
    top: 76px;
    width: 250px;
    line-height: normal;
    height: 50px;
    display: none;
}
.menu_sea input,.warp-sea input{
    width: 220px;
    border: 1px solid #0080cc;
    padding: 10px 15px;
    border-radius: 5px;
    outline: none;
}
.menu_btn{
    background: #0080cc;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px;
    position: absolute;
    right: 0;
    outline: none;
    top: 0;
    cursor: pointer;
}
.menu_tit{
    color: #333;
}
.menu_tit a:hover{
    text-decoration: underline;
}

.menu_blc .nav a{
    color: white;
}
.menu_blc .nav .nav_show li a span{
    color: white;
}

.menu_blc .nav .nav_show li .nav_child a{
    color: #e6e6e6;
    display: block;
}
.menu_blc .nav .nav_show li .nav_child a:hover{
    color: white;
}
/* 手机头部 */
.nav-warp{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
	
}
.nav-all{
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    height: 4rem;
    background: rgba(255, 255, 255, 0.9);

}
.nav-left{
    height: 100%;
    display: table;
    width: 6rem;
}
.nav-left a{
    display: table-cell;
    vertical-align: middle;
}
.nav-left a img{
    width: 100%;
}
.warp-span{
    position: relative;
    width: 5rem;
    height: 100%;
    cursor: pointer;
}
.warp-span span{
    width: 2rem;
    height: 0.2rem;
    display: inline-block;
    background: #333;
    position: absolute;
    right: 0;
    top: 1.5rem;
    border-radius: 4rem;
    transform: rotate(0deg);
    transition: all 0.2s;
}
.warp-span .one{
    transform: rotate(45deg);
    transition: all 0.2s;
    top: 2rem;
}
.warp-span .two{
    top: 2rem;
}
.warp-span .three{
    top: 2.5rem;
}
.warp-span .four{
    top: 2rem;
    transform: rotate(-45deg);
    transition: all 0.2s;
}
.fade{
    background: rgba(255, 255, 255,0.9);
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    top: 4rem;
    display: none;
	height: 92%;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.fade li{
    text-align: center;
    font-size: 1rem;
    padding: 0.2rem 0;
}
.fade li a{
    display: block;
    padding: 1rem 0;
    cursor: pointer;
}
.fade .lan{
    background: #0080cc;
    color: white;
}
.fade_chid{
    display: none;
    opacity: 0.9;
    border-bottom: 1px solid #bfbfbf;
}
.warp-sea{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.warp-sea input{
    width: 100%;
    height: 3rem;
    border-radius: .5rem;
    font-size: 1rem;
}
.warp-btn{
    background: #0080cc;
    border-radius: .5rem;
    color: white;
    border: none;
    padding: 0.1rem;
    width: 3rem;
    height: 3rem;
    outline: none;
    cursor: pointer;
    position: absolute;
    font-size: 1rem;
    top: 0;
    right: 0;
}
.net{
    display: none;
}






























/* 底部 */
.backg{
    background: #333;
    clear: both;
}

.footer{
    padding: 50px 0 0;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.footer_top{
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #999;
    padding: 20px 0;
}
.footer_left{
    width: 90%;
}
.footer_left>ul>li{
    float: left;
    margin-left: 72px;
}
.footer_left>ul>li:first-child{
    margin-left: 0px;
}
.footer_left>ul>li a{
    color: #e6e6e6;
    letter-spacing: normal;
}
.footer_left>ul>li a:hover{
    color: #fff;
}
.footer_right{
    width: 10%;
}
.footer_addres>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_addres>ul>li{
    width: 52%;
    margin-top: 20px;
    margin-right: 10px;
}
.footer_addres>ul>li:nth-child(2n){
	width:45%;
}
.footer_addres>ul>li i{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.footer_addres>ul>li div{
    color: #fff;
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}
.footer_addres>ul>li span{
    color: #fff;
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}


.Links{
    margin-top: 30px;
    display: flex;
    flex-wrap:wrap;

}
.Links dt{
    margin-right: 10px;
    color: #FFF;
}
.Links dd a{
color: #FFF;
}
.footer_ens{
    margin-bottom: 50px;
    display: block;
}
.footer_right .footer_img{
    margin-bottom: 10px;
}
.footer_right div{
    color: #e6e6e6;
}
.footer_down{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    height: 35px;
    line-height: 35px;
}
.footer_down .footer_ims{
    width: 100px;
    vertical-align: middle;
}
.footer_down .footer_ims img{
	width:100%;
}
.footer_down .footer_text{
    color: #b3b3b3;;
}
#myMenu{
    display: block;
}
.nav-warp{
    display: none;
}
#myclass{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.footer_addres a span{
    color: #e6e6e6;
}
.footer_addres>ul>li i{
		display:inline-block;
	}

.footer_addres{
	margin-top:0;
}




















@media(max-width:1690px){
    .nav_show>li{
        padding: 0 20px;
    }
    .nav_child li{
        padding: 0 10px;
    }
    .w-1200{
        padding: 0 20px;
    }
    .nav{
        right: 140px;
    }
}

@media(max-width:1280px){
    .footer{
        width: 100%;
    }
    .footer_top{
        padding: 20px;
    }
    .footer_down{
        padding: 10px 20px;
    }
    .mag{
        padding: 0 10px;
    }
}
@media(max-width: 1170px){
	.engl{
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.footer_addres{
	margin-top:15px;
}
	.footer_addres>ul>li i{
		display:none;
	}
    .footer_addres>ul>li div{
        font-size: 12px;
		width:100%;
		-webkit-transform: scale(0.8);
    }
    .Links{
        font-size: 12px;
        width:100%;
		-webkit-transform: scale(0.8);
    }
	.footer_right .footer_img{
		font-size: 12px;
		-webkit-transform: scale(0.8);
	}
	.footer_right .footer_img{
		margin-bottom:0;
	}
	.footer_down .footer_text{
		font-size:12px;
		-webkit-transform: scale(0.8);
	}
	.footer_addres>ul>li{
		margin-top:0;
	}
    .net{
        width: 30%;
        display: table;
    }
    #myMenu{
        display: none;
    }
    #myclass{
        display: none;
    }
    .nav-warp{
        display: block;
    }
    .footer{
        padding-top: 0;
    }
    .footer_top{
        padding: .5rem;
    }
    .footer_left{
        width: 60%;
    }
    .footer_ens{
        display: none;
    }
    .footer_left>ul>li{
        float: none;
        margin-left: 0;
        width: 25%;
        text-align: center;
        margin-top: 1rem;
    }
    .footer_addres>ul>li{
        width: 100%;
    }
    .footer_right{
        width: 40%;
        text-align: center;
    }
    .footer_imss img{
        width: 130%;
        vertical-align: middle;
    }
    
    .footer_imss{
        display: table-cell;
         width: 40%;
    }
    .footer_ims{
        display: none;
    }
    .disf{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer_text{
        width: 100%;
        text-align: center;
        height: auto;
        line-height: normal;
    }
    .footer_msg{
        width: 100%;
        vertical-align: middle;
    }
    .footer_msg img{
        width: 60%;
    }
    .footer_addres>ul>li a div{
        display: inline-block;
        width: 88%;
        vertical-align: middle;
    }
}














