*{
	padding:0px;
	margin:0px;
}
body{
	font-size:14px;
	font-family:"微软雅黑","Microsoft Yahei","宋体";
	background-color:#FFF;
	color:#666666;
}
.hide{
	display:none;
}
ul,li{
	list-style-type:none;
}
img{
	max-width:100%;
	vertical-align:middle;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	color:#333;
}
.header{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #313540;
}
.header .logo_menu{
	width: 88%;
	height: 80px;
	line-height: 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	flex-direction: row;
}
.header .logo_menu .logo{
	margin-right: 6%;
	float: left;
}
.header .logo_menu .logo a{
	text-decoration: none;
	color: unset;
}
.header .logo_menu .logo a img{
	width: 100%;
}
.header .logo_menu .nav{
	float: right;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
.header .logo_menu .nav li{
	display: inline-block;
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #B2B8CB;
	width: 100px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.header .logo_menu .nav li:hover{
    background-color: #FF991F;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px #fff solid;
}
.header .logo_menu .nav li a{
	color: #fff;
}
.index_doit{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 5px;
	overflow: hidden;
}
.index_jieshi{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.martinTop{
	margin-top: 30px;
}
.titleFont{
	font-size: 28px;
	font-weight: bold;
}
.titleFont2{
	font-size: 14px;
	font-weight: normal;
}
.marginBottom{
	margin-bottom: 50px;
}
.clor1{
	color: #333333;
}
.clor2{
	color: #FFFFFF;
}
.clor3{
	color: #999999;
}
.more{
	margin: auto;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius:5px;
	border: 1px #e2e2e2 solid;
	font-size: 14px;
	color: #666;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.more:hover{
	color: #FF991F;
	border: 1px #FF991F solid;
}
.footer{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #282828;
}
.footer p{
	width: 88%;
	margin:auto;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	color: #B2B8CB;
	text-align: center;
}
.main{
	width: 80%;
	margin:auto;
	height: auto;
}
.top_adver{
	width: 100%;
	height: auto;
}
.top_adver img{
	width: 100%;
}
.bodybg{
	background-color: #F4F5F9;
}
.borderBottom{
	border-bottom: 1px #e2e2e2 solid;
}
.main .lianjie{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #F4F5F9;
	border-radius: 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;

}
.main .lianjie a{
	padding-right: 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	content: #333;
}
.main .lianjie span{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 15px;
}
.menu{
	position: fixed;
	top: 80px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.9);
	z-index: 9999;
	display: none;
}
.menu li{
	width: 90%;
	margin: auto;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	border-bottom: 1px #e2e2e2 solid;
	z-index: 9999;
}
.menu li a{
	color: #FFF;
}

/*右边客服*/
.onlineSer{
	position: fixed;
	right: 0px;
	bottom: 20px;
	width: 130px;
	text-align: center;
	z-index: 999;
	background-color: #FFF;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}
.onlineSer .title{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	background-color: #FF991F;
	overflow: hidden;
}
.onlineSer .qqlist{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	background: url(../images/qq.png) no-repeat center left 10px;
	background-size: 20px 20px;
	text-indent: 30px;
	background-color: #FFF;
	text-align: left;
}
.onlineSer .ld{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	color: #FF991F;
	margin-top: 10px;
}
.onlineSer .ld_zuoji{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #FF991F;
}
.onlineSer .weiimg{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 110px;
	line-height: 110px;
	margin-bottom: 20px;
}
.onlineSer .weiimg img{
	width: 110px;
	height: 110px;
}
.onlineSer .fanhui{
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: none;
}
.onlineSer .fanhui .cock{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #FF991F;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.onlineSer .fanhui .cock .btitle{
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 14px;
}
.onlineSer .fanhui .cock .icocb{
	width: 25px;
	height: 45px;
	line-height:45px;
	background: url(../images/cobk.png) no-repeat center center;
	background-size: 25px 25px;
}
/*底部导航菜单*/
.btmMenu{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 65px;
	line-height: 65px;
	border-top: 1px #e2e2e2 solid;
	background-color: #FFFFFF;
	box-sizing: border-box;
	display: none;
}
.btmMenu ul{
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.btmMenu ul li{
	width: 25%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: column;
}
.btmMenu ul li .btmico{
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.btmMenu ul li .btmtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color: #999;
	text-align: center;
	overflow: hidden;
}
.btmico1{
	background: url(../images/btmico1.png) no-repeat center center;
	background-size: 30px 30px;
}
.btmico2{
	background: url(../images/btmico2.png) no-repeat center center;
	background-size: 30px 30px;
}
.btmico3{
	background: url(../images/btmico3.png) no-repeat center center;
	background-size: 30px 30px;
}
.btmico4{
	background: url(../images/btmico4.png) no-repeat center center;
	background-size: 30px 30px;
}
.bth{
	width:100%;
	height:80px;
	display:none;
}

.footfirst{
    width: 100%;
    background-color: #252a2e;
    padding-bottom: 0px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
}
.footfirst .zzkf{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px #343536 solid;
}
.footfirst .zzkf .leftFont{
    max-width: 60%;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
}
.footfirst .zzkf .leftFont h3{
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
.footfirst .zzkf .leftFont h4{
    font-size: 16px;
    line-height:25px;
    margin-top: 20px;
    font-weight: normal;
}
.footfirst .zzkf .rightIco{
    max-width: 20%;
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #fff;
}
.footfirst .zzkf .rightIco img{
    width: 100%;
}
.footfirst .fuwuList{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footfirst .fuwuList li{
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 60px;
    line-height: 60px;
}
.footfirst .fuwuList li .fwIco{
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.footfirst .fuwuList li .fwIco img{
    width: 60px;
    height: 60px;
}
.footfirst .fuwuList li .fwMain{
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.footfirst .fuwuList li .fwMain h5{
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footfirst .fuwuList li .fwMain h6{
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.foottwo{
    width: 100%;
    background-color: #21262a;
    padding-bottom: 0px;
    padding-top: 50px;
    padding-bottom:50px;
    display: flex;
    flex-direction: column;
}
.foottwo .bottomInfor{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}
.foottwo .bottomInfor li{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.foottwo .bottomInfor li .diwei{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.foottwo .bottomInfor li .diwei img{
    width: 50px;
    height: 50px;
}
.foottwo .bottomInfor li .whereInfor{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.foottwo .bottomInfor li .whereInfor h4{
    font-size: 16px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.foottwo .bottomInfor li .whereInfor h5{
    font-size: 15px;
    color: #999;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    font-weight: normal;
}
.foottwo .bottomInfor li .whereInfor h6{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 20px;
    font-weight: normal;
}
.foottwo .bottomInfor li .guanzhu{
    display: flex;
    flex-direction: column;
}
.foottwo .bottomInfor li .guanzhu h4{
    font-size: 16px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.foottwo .bottomInfor li .guanzhu .appico{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.foottwo .bottomInfor li .guanzhu .appico .yuan{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    border:1px #fff solid;
    text-align: center;
    margin-right: 20px;
}
.foottwo .bottomInfor li .guanzhu .appico .yuan:hover{
    background-color: #2f76fa;
    border:1px #2f76fa solid ;
}
.foottwo .bottomInfor li .guanzhu .appico .yuan img{
    width: 30px;
    height: 30px;
    margin-top: 0px;
}

.foottwo .bottomInfor li .erweima{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-left: 20px;
}
.foottwo .bottomInfor li .erweima img{
    width: 120px;
    height: 120px;
    border-radius: 5px;
}
.foottwo .bottomInfor .br{
    height: 120px;
    width: 1px;
    background-color: #424649;
}






/*媒体查询*/
/*大屏幕PC端*/
@media(min-width: 1200px){
	
}
/*中等屏幕PC端*/
@media(min-width: 992px) and (max-width: 1199px){
	
}
/*小屏幕PAD端*/
@media(min-width: 768px) and (max-width: 991px){
	.main{
		width: 92%;
	}
	.header .logo_menu .nav{
		display: none;
	}
	.header .logo_menu .nav li{
		width: 60px;
	}
	.header .logo_menu .logo{
		width: 240px;
		height: 60px;
		line-height: 60px;
		text-align: left;		
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header .logo_menu .logo a img{
		width: 240px;
		height: 60px;
	}
	.header .logo_menu .menuico{
		width: 40px;
		height: 80px;
		line-height: 80px;
		background: url(../images/menu.png) no-repeat center  right;
		background-size: 40px 40px;
	}
	.onlineSer,.footer{
		display:none;
	}
	.btmMenu,.bth{
		display: block;
	}
	.footfirst .zzkf,.footfirst .fuwuList{
	    width: 92%;
	}
	.footfirst .fuwuList{
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.footfirst .fuwuList li{
	    width: 33%;
	    margin-bottom: 20px;
	}
	.foottwo{
	    display: none;
	}
}
/*手机端*/
@media(min-width: 480px) and (max-width: 767px){
	.main{
		width: 96%;
	}
	.header .logo_menu .nav{
		display: none;
	}
	.header .logo_menu .logo{
		width: 240px;
		height: 60px;
		line-height: 60px;
		text-align: left;		
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header .logo_menu .logo a img{
		width: 240px;
		height: 60px;
	}
	.header .logo_menu .menuico{
		width: 40px;
		height: 80px;
		line-height: 80px;
		background: url(../images/menu.png) no-repeat center  right;
		background-size: 40px 40px;
	}
	.onlineSer,.footer{
		display:none;
	}
	.btmMenu,.bth{
		display: block;
	}
	.footfirst .zzkf,.footfirst .fuwuList{
	    width: 96%;
	}
	.footfirst .zzkf .rightIco{
	    max-width: 35%;
	}
	.footfirst .fuwuList{
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.footfirst .fuwuList li{
	    width: 50%;
	    margin-bottom: 20px;
	}
	.foottwo{
	    display: none;
	}
}
/*超低分辨率手机*/
@media(max-width: 479px){
	.main{
		width: 96%;
	}
	.header .logo_menu .nav{
		display: none;
	}
	.header .logo_menu .logo{
		width: 240px;
		height: 60px;
		line-height: 60px;
		text-align: left;		
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header .logo_menu .logo a img{
		width: 240px;
		height: 60px;
	}
	.header .logo_menu .menuico{
		width: 40px;
		height: 80px;
		line-height: 80px;
		background: url(../images/menu.png) no-repeat center  right;
		background-size: 40px 40px;
	}
	.index_jieshi{
		width: 94%;
		margin: 0 auto;
		height: auto;
		line-height: 24px;
	}
	.onlineSer,.footer{
		display:none;
	}
	.btmMenu,.bth{
		display: block;
	}
	
	.footfirst .zzkf,.footfirst .fuwuList{
	    width: 96%;
	}
	.footfirst .zzkf .rightIco{
	    display: none;
	}
	.footfirst .zzkf{
	    display: flex;
	    flex-direction: column;
	}
	.footfirst .zzkf .leftFont{
	    max-width: 100%;
	}
	.footfirst .fuwuList{
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.footfirst .fuwuList li{
	    width: 50%;
	    margin-bottom: 20px;
	}
	.foottwo{
	    display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}