html{
	height:100%;
}
iframe{
	width:100%!important;
}
body{
	padding-top: 90px;
	height:100%;
	max-width: 1920px;
	margin:0 auto;
}
.row.head{
	width: 100%;
	height:90px;
	background-color: rgba(000,091,172,0.3); 
}
.row.head.style{
	background-color: rgba(255,255,255,1);
}
.row.head.style ul li a{
	color: #333;
}

.row.head ul li{
	float: left;
	margin:0 2.2%; font-size:16px; font-weight:bold;
	padding-top: 45px;
	padding-bottom: 10px;
}
.row.head ul li a{
	color: #fff;
}
.row.head ul li.line{
	border-bottom: 2px solid #fff;
}
.row.head.style ul li.line{
	border-bottom: 2px solid #d5010f;
}
.row.head.style ul li.line a{
	color: #d5010f;
}
.row.head ul li:first-child{
	padding-top: 0;
	line-height: 90px;
	padding-bottom: 0;
	margin:0;
}
.container-fluid{
	padding:0;
}
.container-fluid.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.row{
	margin:0;
}
.photo-head{
	width:50%;
	height:100%;
	position: fixed;
	top:0;
	right:-50%;
	z-index: 999999;
	background-color: #fff;
	overflow: auto;
	transition: all 0.5s;
}
.photo-head.menu{
	right:0;
}
.photo-head ul li{
	width:90%;
	margin-right: 5%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding:10px 0;

}
.photo-head ul li:first-child{
	text-align: right;
	border:none;
}
.photo-head ul li:first-child img{
	width:25px;
	height:25px;
}
.icon{
	position: fixed;
	top:6px;
	right:6px;
	z-index: 9999;
}
.icon img{
	width:30px;
	height: 30px;
}
@media screen and (max-width: 500px) {
	.row.head ul li{
		padding-top: 10px;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1100px) {
	.row.head ul li{
		margin:0 1%;
	}
}
@media screen and (max-width: 620px){
	.container-fluid.fixed{
		display: none;
	}
	body{
		padding-top:0;
	}
	#photo{
		display: block;
	}
}
@media screen and (min-width: 621px){
	.container-fluid.fixed{
		display: block;
	}
	#photo{
		display: none;
	}
}
@media screen and (max-width: 1600px){
	.join-parent a{
		max-width: 260px;
	}
	.bottom{
		position: static;
	}
}