/* top */
.top{
	height: 2.75rem;
	overflow: hidden;
	line-height: 2.75rem;
	background-color: #184285;
	color: #ffffff;
}
.topLeft{
	float: left;
}
.topLeft span{
	font-size: 0.875rem;
	float: left;
}
.topRight{
	float: right;
}
.topRight span.tel{
	float: left;
	display: inline-block;
	padding-left: 2.25rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	background: url(../images/icon-tel.png) left no-repeat;
}
.topRight a{
	float: left;
	color: #ffffff;
	font-size: 0.875rem;
	padding: 0 1.25rem;
}
.topRight a.home{
	background: url(../images/top-line.png) right no-repeat;
}

/* header */
header{
	padding: 2.25rem 0;
	position: relative;
}
.logo{
	float: left;
}
nav{
	float: right;
	margin-top: 1.5rem;
}
nav ul li{
	float: left;
	padding: 0 0.3rem;
}
nav ul li a{
	color: #222222;
	display: inline-block;
	line-height: 3.25rem;
	height: 3.25rem;
	padding: 0 1rem;
	text-decoration: none;
}
nav ul li:hover a{
	border-bottom: 4px solid #184285;
}

nav ul li.on a{
	border-bottom: 4px solid #184285;
}

.banner{
	overflow: hidden;
}
.banner img{
    width: 100%;
}

/* 手机端导航 */
button:focus{
	outline: 0;
}
.navBtn{
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	border: none;
	background: url(../images/menu.png) center no-repeat;
	display: none;
}

/* footer */
footer{
	margin-top: 2rem;
	padding-bottom: 3rem;
	background-color: #333333;
}

.fcont{
	margin-top: 2.5rem;
	color: #717171;
}
.fcont .fctitle b{
	color: #ffffff;
	display: inline-block;
	width: 50%;
	line-height: 2rem;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #717171;
}
.fcont .fclist{
	line-height: 2rem;
	margin-top: 0.625rem;
}
.fc1 .fclist p{
	padding-left: 1.5rem;
}
.fcont .fclist p.fp1{
	background: url(../images/icon-addr.jpg) left no-repeat;
}
.fcont .fclist p.fp2{
	background: url(../images/icon-code.jpg) left no-repeat;
}
.fcont .fclist p.fp3{
	background: url(../images/icon-email.jpg) left no-repeat;
}
.fcont .fclist p.fp4{
	background: url(../images/icon-mobile.jpg) left no-repeat;
}

.fc1{
	width: 20rem;
	float: left;
}
.fc2{
	width: 10.875rem;
	float: left;
}
.fc3{
	width: 13.125rem;
	float: left;
}
.fclist a{
	color: #717171;
}
.fewm{
	width: 11.25rem;
	float: right;
}
.fewm .fctitle{
	margin-bottom: 1rem;
}
.fewm .fctitle b{
	width: 100%;
}

.footerCopy{
	background-color: #2b2b2b;
	color: #717171;
	line-height: 3.75rem;
}
.footerCopy a{
	color: #717171;
}

/*leftNav-item*/
.leftNav-item {
	position: fixed;
	left: 5px;
	top: 35%;
	z-index: 999999;
}
.leftNav-item ul{
	margin: 0;
	padding: 0;
}
.leftNav-item ul li {
	width: 60px;
	height: 60px;
	font-size: 20px;
	border-radius: 5px;
	background: #fff;
	color: #fff;
	text-align: center;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
	transition: .5s;
	box-shadow: 0 2px 5px rgba(0,0,0,0.8);
}
.leftNav-item ul li i {
	color: #666;
	line-height: 60px;
	font-size:20px;
}

.leftNav-item ul li .rota {
	display: block;
	position: absolute;
	border-radius: 5px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #13479b;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 3px;
	box-sizing: border-box;
}

.leftNav-item ul li:hover .rota {
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: .9;
	filter: alpha(opacity=90);
}

.leftNav-item ul li .title {
	position: absolute;
	right: -72px;
	top: 16px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
	padding: 3px 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 8px;
}

.leftNav-item ul li .img-item {
	position: absolute;
	left: 65px;
	top: -30px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.leftNav-item ul li div img {
	max-width: 120px;
	display: block;
}

.leftNav-item ul li .text-item {
	position: absolute;
	left: 65px;
	top: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	padding: 3px 8px;
	color: #444;
	font-size: 14px;
}

.leftNav-item ul li .text-item span {
	position: relative;
	padding-left: 15px;
	word-break:keep-all;
	white-space:nowrap;
}

.leftNav-item ul li .text-item span i {
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: -2px;
	color: #444;
}

.leftNav-item ul li div {
	display: none;
}

.for-top {
	display: none;
}

.navList{
    background: #13479b;
    overflow: hidden;
    display: none;
}
.navList ul li{
    width: 25%;
    line-height: 2.5rem;
    float: left;
    border-left: 1px solid #ffffff;
    text-align: center;
    border-top: 1px solid #ffffff;
}
.navList ul li a{
    color: #ffffff;
}
.navList ul li:first-child,.navList ul li:nth-child(5){
    border-left: none;
}

/*998px*/
@media screen and (max-width: 998px){

	footer{
		display: none;
	}
	.leftNav-item
	{
	    display: none;
	}
    .navBtn{
        display: block;
    }
    .navList{
        display: block;
    }
}











