html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
}

ul,li{
	list-style: none;
}

iframe{
	width: 98%;
	/*width: 70%;*/
}

a{
	color: #333;
}

a:hover{
	color: #333;
	text-decoration: none;
}

.f14{
	font-size: 14px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.f16{
	font-size: 16px;
}

.no-padding{
	padding: 0;
}

/*头部透明*/
.header-nav{
	height: 100px;
	position: fixed;
	z-index: 9999;
	width: 100%;
    top: 0;
}
.nav-content{
	background-color: rgba(255,255,255,0) !important;
	border: none;
	width: 1200px;
	margin:0 auto;
}

.navbar-default .navbar-nav>.active>a{
	color: #fff;
	font-weight: bold;
	background-color: rgba(255,255,255,0);
}

.nav-link{
	margin-top: 25px; 
	color: #fff !important;
}

.nav-link:hover,.nav-link:focus{
	background-color: rgba(255,255,255,0) !important;
	color: #fff !important;
	font-weight: bold;
}

.dropdown-menu-more{
	border: none;
	box-shadow: 0 0 10px #ddd;
	min-width: 110px;
	left: -44%;
}

.dropdown-menu-more li{
	padding: 5px 10px;
}

.dropdown-menu-more li a{
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #c2c2c2;
}

.dropdown-menu-more li:last-child a{
	border-bottom: none;
}

.dropdown-menu-more li a:hover{
	background-color: rgba(255,255,255,0);
	color: #2660AC;
}

.dropdown-list1:hover .drop-menu-more1{
	display: block !important;
}

/*头部不透明*/
.header-nav1{
	height: 100px;
	z-index: 9999;
	width: 100%;
}

.nav-link1{
	margin-top: 25px; 
	color: #333 !important;
}

.nav2>.active>a{
	color: #2660AC !important;
}

.nav-link1:hover,.nav-link1:focus{
	background-color: rgba(255,255,255,0) !important;
	color: #2660AC !important;
	font-weight: bold;
}


/*尾部*/
.footer-content{
	background-color: #333;
	padding: 30px 0;
}

.footer-detail span{
	color: #f5f5f5;
}

.detail-gap{
	margin-right: 20px;
}

.qr-code{
	margin-right: 15px;
	padding: 0;
	width: 90px;
}

/*各页面公用的样式*/
.sect-bg{
	background-color: #f2f2f2;	
}

.sect-padding{
	padding: 110px 0 80px 0;
}

.sect-tit{
	font-size: 24px;
	font-weight: bold;
	visibility: visible !important;
}

.sect-small-tit{
	font-family: initial;
	font-size: 26px;
	margin-bottom: 50px;
	visibility: visible !important;
}

.swiper-wrapper{
	width: 100%;
}

.footer-nav{
    width: 80%;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 29px;
    margin-left: 10%;
    padding-left: 15%;
}

.footer-nav li a{
	color: #fff;
}

.footer-nav li{
	float: left;
	padding: 0 25px;
}

.address-content{
	margin-left: 10%;
}

.qr{
	float: right;
}



/*手机端*/
@media screen and (max-width: 768px) {

	/*头部*/
	.header-logo{
		width: 170px !important;
	}

	.header-nav1{
		height: 78px;
		padding: 0
	}

	.phone-nav{
		margin-top: 18px;
	}

	.nav-content1{
		width: 100%;
	}

	.nav-link{
		margin-top: 0;
	}

	.nav-link1{
		margin: 0;
	}

	.nav1 a{
		color: #333 !important;
	}

	#headerNav{
		position: absolute;
		width: 100%;
		float: none;
		margin: 0;
		background-color: #fff;
		z-index: 9999;
	}

	.dropdown-menu-more{
		background-color: #f7f7f7 !important;
	}

	#headerNav ul li{
		border-bottom: 1px solid #eee;
	}

	.dropdown-list{
		border-bottom: none !important;
	}

	.dropdown-list a{
		padding: 0 !important;
		border-bottom: none !important;
		text-align: left !important;
	}

	/*尾部*/
	.footer-content{
		padding: 20px 0;
	}


	/*公共部分*/
	.sect-padding{
		padding: 30px 0;
	}

	.sect-tit{
		font-size: 18px;
	}

	.sect-small-tit{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.qr-code{
	   margin: 0;
	   width: 100%;
	}

	.qr{
		float: left;
	}

	.address-content{
		margin-left: 0;
	}
}

/*ipad pro端*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1025px){

	.navbar-nav{
		float: right;
		margin-top: 10px;
	}

	.header-nav1{
		display: block !important;
	}

	#headerNav ul li{
		border-bottom: 0;
	}

	.nav-content{
		width: 100%;
	}

	#headerNav{
		position: initial;
		width: auto;
		float: right;
		margin: 0;
		
	}
}