/* 基础样式 */
html{font-size:14px;}
a{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
ol,ul,li {list-style:none; margin:0; padding:0;} 
a{ text-decoration: none; color:#333;}
a:link,a:visited{text-decoration: none;}
body{
	font-size:15px;
	font-family:"PingFang SC","Microsoft YaHei",arial,"Hiragino Sans GB","Hiragino Sans GB W3";
}


/*bootrstrap样式复盖*/
.container-fluid{
	width:1430px !important;
	max-width:90% !important;
}
@media screen and (max-width:1300px){
	.container-fluid{
		max-width:95% !important;
	}
}
@media screen and (max-width:768px){
	.row{
		margin-left:-10px;
		margin-right:-10px;
	}
	.container-fluid{
		max-width:100% !important;
		padding-left:10px;
		padding-right:10px;
	}
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
		padding-left:10px;
		padding-right:10px;
	}
}




/*分页样式*/
.pagelist{
	margin-bottom:15px;
}
.pagelist ul{
	text-align:center;
	font-size:0;
	letter-spacing:-4px;/* 去间隙兼容苹果 */
}
.pagelist ul li{
	display:inline-block;
	width:36px;
	height:36px;
	line-height:34px;
	font-size:14px;
	letter-spacing: normal;/* 去间隙兼容苹果 */
	background:#fff;
	border:1px solid #eee;
	border-left:0;
}
.pagelist ul li.active{
	color:#fff;
	background:#1a264b;
	border-left:0;
}
.pagelist ul li:hover{
	background:#1a264b;
	
}
.pagelist ul li:hover a,.pagelist ul li:hover span{
	color:#fff;
}
.pagelist ul li.active:hover{
	background:#1a264b;
	color:#fff;
}
.pagelist ul li:first-child{
	border-left:1px solid #eee;
}
.pagelist ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#737373;
}
.pagelist ul li.disabled{
	opacity:0.7;
	cursor:pointer;
}


#header{
	z-index:900;
	background:#fff;
	position:sticky;
	top:0px;
	min-height: 50px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header.active{
	background:rgba(255,255,255,.95);
}
#header.active{
	background:rgba(255,255,255,.95);
}
#header.active .navList>li>a{
	height:80px;
	line-height:80px;
}
#header .logo img{
	height: 90px;
}
#header .navList>li{
	position:relative;
}
#header .navList>li>a{
	font-size:15px;
	padding:0 13px;
	position:relative;
	display:block;
	height:100px;
	line-height:100px;
}
#header .navList>li>a .iconfont{
	font-size:12px;
}
#header .navList>li>a:after{
	content:'';
	display:block;
	width:0%;
	height:3px;
	background:#1a264b;
	margin:-3px auto 0 auto;
	position:relative;
	z-index:999;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList>li>a:hover{
	color:#1a264b;
}
#header .navList>li>a:hover:after{
	width:100%;
}
#header .navList>li>a.active{
	color:#1a264b;
}
#header .navList>li>a.active:after{
	width:100%;
}

#header .navList>li:hover .child{
	visibility:visible;
	opacity:1;
	top:100%;
}

#header .navList .child{
	z-index:998;
	position:absolute;
	background:#fff;
	min-width:100%;
	top:110%;
	left:0;
	border-radius:2px 2px 5px 5px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	visibility:hidden;
	opacity:0;
	overflow:hidden;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
#header .navList .child a{
	display:block;
	height:36px;
	line-height:36px;
	font-size:14px;
	padding:0 10px;
	white-space: nowrap;
	overflow: auto;
}
#header .navList .child a:hover,#header .navList .child a.active{
	background:#1a264b;
	color:#fff;
}

#header .search{
	margin-left:50px;
	position:relative;
}
#header .search-icon{
	display:block;
	cursor:pointer;
	font-size:18px;
	width:22px;
}
#header .search-icon.active{
	color:#1a264b;
}

#header .search-form{
	position:absolute;
	background:rgba(255,255,255,0.6);
	width:320px;
	margin-top:10px;
	padding:10px;
	right:0px;
	border-radius:3px;
	display:none;
	z-index:9999;
}
#header .search-form form{
	position:relative;
	display:flex;
}
#header .search-form form input{
	border-radius:5px 0 0 5px;
	border-right:none;
	font-size:15px;
	height:38px;
}
#header .search-form form button{
	flex-shrink:0;
	border-radius:0 5px 5px 0;
	background:#1a264b;
	border-color:#1a264b;
}

#header .lang{
	position:relative;
}

#header .lang ul{
	display:flex;
}
#header .lang ul li{
	position:relative;
}
#header .lang ul li:before{
	content:'';
	position:absolute;
	display:block;
	height:16px;
	width:1px;
	background:#999;
	top:8px;
}
#header .lang ul li:first-child:before{
	display:none;
}
#header .lang ul li a{
	display:block;
	padding:4px 10px;
}
#header .lang ul li a:hover{
	color:#19264b;
}
#header .lang ul li a.on{
	color:#19264b;
	font-weight:700;
}



.mMenu-icon{
	height:30px;
	width:30px;
	position: fixed;right: 15px;top: 12px;z-index:902;
}
.mMenu-icon .line{
	display:block;
	width:100%;
	height:3px;
	background:#1a264b;
	position:relative;
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	transform:rotate(0deg);-ms-transform:rotate(0deg); 	-moz-transform:rotate(0deg); 	-webkit-transform:rotate(0deg); -o-transform:rotate(0deg); 	
	transform-origin:right;
	border-radius:3px;
	overflow:hidden;
}
.mMenu-icon .l2{
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
}
.mMenu-icon.active .line{
	background:#1a264b;
}
.mMenu-icon.active .l1{
	transform:rotate(-45deg);-ms-transform:rotate(-45deg); 	-moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); 
	transform-origin:right;
}
.mMenu-icon.active .l2{
	opacity:0;
}
.mMenu-icon.active .l3{
	transform:rotate(45deg);-ms-transform:rotate(45deg); 	-moz-transform:rotate(45deg); 	-webkit-transform:rotate(45deg); -o-transform:rotate(45deg);
	transform-origin:right;
}

.mMenu-list{
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
	z-index:901;
	position:fixed;
	top:0px;
	right:-65%;
	height:100%;
	width:65%;
	padding-top:55px;
	border-radius:10000px 0 0 10000px;
	overflow:hidden;
}
.mMenu-list ul:last-child .parent{
	border-bottom:1px solid #eee;
}
.mMenu-list .child{
	background:#eee;
	display:none;
}
.mMenu-list .child a{
	padding:0 20px;
}
.mMenu-list  .parent{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:20px;
	border-top:1px solid #eee;
}
.mMenu-list a{
	display:block;
	height:45px;
	line-height:45px;
	position:relative;
	z-index:9999;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	width:100%;
}
.mMenu-list li.on{
	background:#1a264b;
}
.mMenu-list li.on .parent>a{
	color:#fff;
}
.mMenu-list li.on>a{
	color:#fff;
}
.mMenu-list .parent .con{
	display:block;
	border-left:1px solid #eee;
	height: 45px;
	line-height:45px;
	width:45px;
	text-align:center;
	background:#fff;
	color:#999;
	flex-shrink:0;
}

.mMenu-list.active{
	right:0%;
	border-radius:0px;
}
.grayBg{
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.75;
	display:none;
	z-index:900;
}


/* 底部 */
#footer{
	background:#333333;
	background-size:cover;
	padding-top:50px;
	color:#fff;
    background: url(/tpl/default/skin/img/footer.jpg) no-repeat center center;
    background-size: cover;
}
#footer .bNav{
	display:flex;
	justify-content:space-between;
}
#footer .bNav h4{
	margin-bottom:10px;
}
#footer .bNav h4 a{
	color:#fff;
	font-size:16px;
}
#footer .bNav .item{
	width:100%;
}
#footer .address p{
	color:#99cc99;
}
#footer .bNav .item ul{
	padding:0px;
}
#footer .bNav .item ul li{
	min-width:100px;
	padding:4px 0;
}
#footer .bNav .item ul li a{
	color:#fff;
	opacity:0.7;
	font-size:14px;
}
#footer .bNav .item ul li a:hover{
	opacity:1;
}
#footer .copyright{
	margin-top:50px;
	border-top:1px solid rgba(255,255,255,0.3);
	display:flex;
	padding:20px 0;
	justify-content:center;
	color:#fff;
	opacity:0.7;
}
#footer .copyright a{
	color:#fff;
	opacity:0.7;
}
#footer .contact{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
#footer .contact .flogo{
	margin-right: 8%;
}
#footer .contact .flogo img{
	display: block;
	max-height: 95px;
}
#footer .contact .info-text {
	opacity: 0.9;
}
#footer .contact .info-text .item{
	margin:5px 0;
}

#footer .contact .info-app{
	display: flex;
	padding-top:10px;
}
#footer .contact .info-app a{
	margin-right: 15px;
	opacity: 0.7;
}
#footer .contact .info-app a img{
	display: block;
}
#footer .contact .info-app a:hover{
	opacity: 1;
}

#mFooter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:55px;
	padding:2px 0;
	background:#fff;
	z-index:999;
	box-shadow:0 0 5px #ddd;
	display:flex;
	border-radius:10px 10px 0 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#mFooter .item{
	width:100%;
}
#mFooter .item .iconbox{
	height:24px;
	text-align:center;
	margin-bottom:5px;
}
#mFooter .item .iconbox i{
	display:block;
	font-size:24px;
}
#mFooter .item img{
	display:block;
	margin:4px auto;
	height:24px;
}
#mFooter .item p{
	font-size:12px;
	text-align:center;
}
#mFooter .item.on p{
	color:#1a264b;
}
#mFooter .item.on .iconbox i{
	color:#1a264b;
}


/* 二级页面横幅 */
.pageBaner{
	position: relative;
}
.pageBaner .text{
	position: absolute;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	color:#fff;
	font-size:24px;
	padding:10px;
}

@media screen and (max-width:768px){
	
	#footer{padding: 70px 0;}
	#header .logo img{height:40px; position: relative; top:10px;}
}



