@charset:"UTF-8";
*{
	padding:0;margin:0;
    user-select: none;
}
*:hover,*:active{
	transition: .5s all linear;
}
html,body{font-family: "微软雅黑";}
i{font-style: normal;}
button{outline: none;border:none;background: none}
a{text-decoration: none;color: #000}
a:hover,a:active{ text-decoration: none }
ul,li,ol{list-style: none}
input::-webkit-input-placeholder{color: #929292}
input::-moz-placeholder{color: #929292}
input::-ms-input-placeholder{color: #929292}
input::-o-placeholder{color: #929292}
placeholder{color: #929292}
input{outline: none}
body {
    min-width: 1280px;
}
.img-aside{
	position: relative;
    width: 186px;
    height: 186px;
    margin: 25px auto 26px;
    overflow: hidden;
}
.img-aside>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* 通用背景图片 */
.bgBanner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 通用width=1200px */
.width-1200{
	width: 1200px;margin:0 auto;padding-top: 50px;
}
/* 分页 */
.paging{
	text-align: center;
	padding: 0px;
	padding-bottom: 80px;
}
.paging a{
	padding: 10px 15px;
	line-height: 30px;
}
.paging a:hover{
	background-color: #0090ee;
	color: #fff;
}

/* 顶部内容 */
nav.topNav {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    align-items: center;
    line-height: 40px;
}
nav.topNav .content{
    width: 1200px;
    margin: 0 auto;
}
nav.topNav .welcome {
    color: #575757;
    display: inline-block;

}

nav.topNav .gotoLogin {
    display: inline-block;
    margin-left: 40px;
}

nav.topNav .gotoLogin a {
    color: #009aff;
}

nav.topNav .hotTel {
    color: #575757;
    float: right;
}

nav.topNav .hotTel > img {
    transform: translateY(4px)
}
header{
	width: 1200px;margin: 10px auto 0 auto;
}

/* 头部 */
header .top{display: flex}
header .top .search{width: 70%;margin-top: 5px;}
header .top .search .searchBox{
	width: 70%;margin: 0 auto;
	border: 1px solid #009aff;
	display: flex;
	display: -webkit-flex;
	border-radius: 5px;
}
header .top .search .searchBox input{
	width: 85%;background: none;outline: none;border: none;
	text-indent: 1em;height: 30px;
}
header .top .search .searchBox .searchBtn{
	background: #009aff;width: 15%;
}
header .top .search .searchBox .searchBtn img{
	width: 17px;transform: translate(5px, 5px);
}
header .top .search .searchBox .searchBtn span{
	margin-left: 10px;color: #fff;
}
header .hotSearch{
	color: #929292;width: 70%;
	margin:10px auto 0 auto;font-size: 15px;
}
header .hotSearch i{ margin: 0 8px; }
header .hotSearch i:hover,header .hotSearch i:active{
	color:#ff4800;cursor: pointer;
}
header .reCode{text-align: center;}
header .reCode p{ color: #929292;font-size: 15px; }

/* 头部导航 */
header>nav{
	display: flex;
	display: -webkit-flex;
}
header .leftMenu{
	width: 200px;height: 40px;background: #009aff;line-height: 40px;
	position: relative;
}
header .leftMenu:hover .leftTwoMenu{display: block;line-height: 30px;}
header>nav .leftMenu img{margin:10px 10px 0 10px;}
header>nav .leftMenu>p{display: inline-block;color: #fff;transform: translate(0,-2px)}
header>nav .rightMenu{
	display: flex;
	display: -webkit-flex;
	margin: 10px 0 0 30px;
}
header>nav .rightMenu li:hover a{color:#009aff;}
header>nav .rightMenu li{padding: 0 20px;position: relative;margin:0 10px;}
header>nav .rightMenu li.active a{color:#009aff;}
header>nav .rightMenu li>span{
	position: absolute;
	top: -8px;
	margin-left: 2px;
	color: #fff;
	background-color: #ff3f24;
	font-size: 12px;
	padding:2px 5px;
	border-radius: 10px 0 10px 0;
	-webkit-animation:jamp .6s linear infinite;
	-moz-animation:jamp .6s linear infinite;
	-o-animation:jamp .6s linear infinite;
	animation:jamp .6s linear infinite;
}
@keyframe jamp{
	0{
		top: -8px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50%{
		top: -6px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	100%{
		top: -8px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}
@-moz-keyframes jamp{
	0{
		top: -8px;
	}
	50%{
		top: -6px;
	}

	100%{
		top: -8px;
	}

}
@-ms-keyframes jamp{
	0{
		top: -8px;
	}
	50%{
		top: -6px;
	}

	100%{
		top: -8px;
	}

}
@-webkit-keyframes jamp{
	0{
		top: -8px;
	}
	50%{
		top: -6px;
	}

	100%{
		top: -8px;
	}

}

/* 认证服务分类二级菜单 */
header>nav .leftTwoMenu{
	width: 200px;height: 650px;font-size: 14px;
	position: absolute;left: 0;top: 40px;z-index: 3;
	background: #084095;color: #fff;display: none;
	
}
header>nav .leftTwoMenu>ul{
	width: 95%;height: 90%;
	margin:5% auto;
	
}
header>nav .leftTwoMenu .proceBox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-top: -100px;
}
header>nav .leftTwoMenu .proceBox span{
	font-size: 18px;transform: translateY(5px)
}
header>nav .leftTwoMenu .proceI i{
	margin: 0 5px;font-size: 14px;
	
}
header>nav .leftTwoMenu li:after{
	content: "";height: 1px;width: 90%;
	background: rgba(255,255,255,.5);display: block;
	margin: 20px auto;
	
}
header>nav .leftTwoMenu li:last-child:after{
	content: "";height: 0;
}
/*三级菜单 */
.renzheng-i{  
	position: relative;
    font-size: 14px;
}
.leftTwoMenu>ul>li:first-child .renzheng-i:first-child::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 70px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:first-child .renzheng-i:nth-child(2)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 60px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:first-child .renzheng-i:nth-child(3)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 40px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(2) .renzheng-i:nth-child(1)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 85px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(2) .renzheng-i:nth-child(2)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 155px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(2) .renzheng-i:nth-child(9)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 155px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(2) .renzheng-i:nth-child(16)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(3)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 110px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(6)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 110px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(9)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 110px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(14)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 110px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(30)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 70px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(3) .renzheng-i:nth-child(36)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 60px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(4) .renzheng-i:nth-child(4)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 185px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(4) .renzheng-i:nth-child(14)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 95px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(4) .renzheng-i:nth-child(20)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 95px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(4) .renzheng-i:nth-child(60)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 20px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(5) .renzheng-i:nth-child(1)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 185px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(5) .renzheng-i:nth-child(2)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 160px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(5) .renzheng-i:nth-child(3)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 120px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(5) .renzheng-i:nth-child(4)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(5) .renzheng-i:nth-child(19)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(1)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(2)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(4)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(7)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 190px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(15)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 165px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
.leftTwoMenu>ul>li:nth-child(6) .renzheng-i:nth-child(16)::after{
	content: "HOT";
	display: block;
	position: absolute;
    top: -9px;
    right: 165px;
    color: #fff;
    color: #ff3f24;
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    -webkit-animation: jamp .6s linear infinite;
    -moz-animation: jamp .6s linear infinite;
    -o-animation: jamp .6s linear infinite;
    animation: jamp .6s linear infinite;
}
header>nav .thressMenu{
	position: absolute;
	left:200px;top: 0;
	width: 650px;
	height: 599px;
	background: #fff;color: #000;
	border-top: 1px solid #ccc;
}
header>nav .thressMenu>div{
	width: 90%;height: 100%;
	margin: 0 auto;
}
/*header>nav .thressMenu>div i{
	padding: 0px 5px;
}*/
header>nav .thressMenu>div i:hover{
	color: #E01222;
}
header>nav .thressMenu .renzheng b{
	width: 3px;height: 10px;background: #009aff;
	display: inline-block;margin-right: 10px;
}
header>nav .thressMenu .renzheng{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
header>nav .thressMenu .renzheng span{
	font-size: 18px;
}

/* footer */
footer{
	width: 100%;height: 440px;background: #1A1742;
}
footer .footerBox{
	width: 1200px;height: 100%;
	margin: 0 auto;
}
footer .footerBox ul{
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px solid #494e54;
	padding: 20px 0;
}
footer .footerBox ul li{
	display: flex;
	display: -webkit-flex;
}
footer .footerBox ul li aside{padding: 0 50px 0 15px;}
footer .footerBox ul li aside p:first-child{
	color: #fff;font-size: 20px;margin-bottom: 8px;
	font-weight: bold;
}
footer .footerBox ul li aside p:last-child{color: #9c9c9c;font-size: 15px;}
footer .footerBoxCenter{
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	align-items: center;
	margin: 12px 0;border-bottom: 1px solid #494e54;
	padding-bottom: 10px;
}
footer .footerBoxCenter table{
	-webkit-flex-grow: 5;
	-moz-flex-grow: 5;
	-ms-flex-grow: 5;
	-o-flex-grow: 5;
	flex-grow: 5;

	width: 60%;
}
footer .footerBoxCenter aside{
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;

}
footer .footerBoxCenter table th{color: #fff;padding: 10px 0 20px 0;}
footer .footerBoxCenter table td{
	text-align: center;padding: 10px 0;color: #9c9c9c;
}
footer .footerBoxCenter table td a{
	width: 100%;color: #9c9c9c;
	display: inline-block;
}
footer .footerBoxCenter table td a:hover{color: #fff;}
footer .footerBoxCenter aside{margin: 0 30px}
footer .footerBoxCenter aside.hotTel p{
	border: 1px solid #fff;
	width: 165px;height: 30px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0 60px;
}
footer .footerBoxCenter aside.hotTel p:hover{
	background: #3bb3ff;
}
footer .footerBoxCenter aside.hotTel p a{
	color: #fff;font-size: 15px;
}
footer .footerBoxCenter aside.reCode{
	transform: translate(0,-20px);
	text-align: center;color: #fff;
}
footer .footerBoxCenter aside.reCode p:nth-child(2){
	font-size: 15px; margin: 10px 0;
}
footer .footerBoxBottom{
	color: #9c9c9c;font-size: 14px;
	text-align: center;
}
footer .footerBoxBottom p a{
	color: #9c9c9c;
}
footer .footerBoxBottom p:first-child{margin-bottom: 5px;}

/* 地图 */
.mapBg{
	width: 100%;height: 398px;
	position: relative;
}
.mapBg>.mapbgImg{
	width: 100%;height: 100%;
}

.mapBg>.map-gif{
	position: absolute;
	left: 22%;
	top: 10px;
	width: 538px;
	height: 377px;
}
.mapBg>.map-gif span,.mapBg>.map-gif i,.mapBg>.map-gif b{
	display: block;
	width: 70px;
	height:70px;
	border-radius: 50%;
	border:2px solid #e32d64;
	margin:0 20px;
	position: absolute;
	opacity:0;
	-webkit-animation: warn 2s ease-in infinite;
	-moz-animation: warn 2s ease-in infinite;
	-o-animation: warn 2s ease-in infinite;
	animation: warn 2s ease-in infinite;
}
.mapBg>.map-gif span.gif-span1
.mapBg>.map-gif span.gif-span3,
.mapBg>.map-gif span.gif-span5,
.mapBg>.map-gif span.gif-span6{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
.mapBg>.map-gif i{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.map-gif i.gif-i1,
.map-gif i.gif-i3,
.map-gif i.gif-i5,
.map-gif i.gif-i6{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.mapBg>.map-gif b{
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.map-gif b.gif-b1,
.map-gif b.gif-b3,
.map-gif b.gif-b5,
.map-gif b.gif-b6{
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	-o-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes warn{
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50%{
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@-moz-keyframes warn{
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50%{
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@-ms-keyframes warn{
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50%{
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@keyframes warn {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50%{
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}

.mapBg>.map-gif span.gif-span1,.mapBg>.map-gif i.gif-i1,.mapBg>.map-gif b.gif-b1{
    left: 455px;
    top: 39px;
}
.mapBg>.map-gif span.gif-span2,.mapBg>.map-gif i.gif-i2,.mapBg>.map-gif b.gif-b2{
    left: 212px;
    top: 137px;
}
.mapBg>.map-gif span.gif-span3,.mapBg>.map-gif i.gif-i3,.mapBg>.map-gif b.gif-b3{
    left: 310px;
    top: 163px;
}
.mapBg>.map-gif span.gif-span4,.mapBg>.map-gif i.gif-i4,.mapBg>.map-gif b.gif-b4{
    left: 269px;
    top: 213px;
}
.mapBg>.map-gif span.gif-span5,.mapBg>.map-gif i.gif-i5,.mapBg>.map-gif b.gif-b5{
    left: 308px;
    top: 243px;
}
.mapBg>.map-gif span.gif-span6,.mapBg>.map-gif i.gif-i6,.mapBg>.map-gif b.gif-b6{
    left: 382px;
    top: 281px;
}
.mapBg>.map-gif span.gif-span7,.mapBg>.map-gif i.gif-i7,.mapBg>.map-gif b.gif-b7{
    left: 443px;
    top: 200px;
}
.mapBg .introduce{
	width: 459px;height: 243px;
	background-size: 100% 100%;
	position: absolute;left: 100%;top: 50%;
	transform: translateY(-50%);
}
@media(max-width: 1520px){
	.mapBg .introduce{left: 96%;}
}
.mapBg .introduce>ul{
	width: 80%;height: 90%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin:10px 0 0 40px;
	padding:1.5% 3%;
}
.mapBg .introduce>ul li{
	color: #fff;width: 50%;
}
.mapBg .introduce>ul li p:first-child{
	font-size: 20px;
}
.mapBg .introduce>ul li i{font-size: 25px;}
.mapBg .introduce>ul li p:last-child{
	font-size: 22px;margin-top: 7px;
}
