a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #0d4264;
	background: #BFD8E3 url(../images/bg01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.w1200 {
	width: 1200px;
	margin: 0 auto
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
html{
	overflow: hidden;
}
#main {
	width: 1200px;
	margin: 0 auto;
	/*padding: 200px 0 200px;*/
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner .photo2 {
	margin-top: 30px;
	float: left;
	position: relative;
	width: 805px;

}
.inner .photo2 img{
width: 866px;
	margin-left: -93px;
	margin-top: -130px;


}

@media all and (max-width: 1550px) {
	.inner .photo2 img {
		width: 830px;
		margin-top: -80px;
		margin-left: -80px;
	}

}
@media all and (max-width: 1500px) {
	.inner .photo2 img {
		width: 830px;
		margin-top: -96px;
	}

}
@media all and (max-width: 1366px) {
	.inner .photo2 img {
		width: 767px;
		margin-top: -38px;
		margin-left: -44px;
	}

}
@media all and (max-width: 1280px){
	.inner .photo2 img {
		width: 770px;
		margin-top: -39px;
		margin-left: -35px;
	}
}
.inner .textBox {
	float: right;
	width: 358px;
	text-align: center;
}
.inner .textBox .logo {
	margin-top: -20px;
	margin-bottom: 30px;
	margin-left: -8px;
}
.inner .textBox .ulLink li {
	width: 358px;
	height: 70px;
	margin: 0 0 10px 0;
}
.inner .textBox .ulLink li a {
	display: block;
	line-height: 70px;
	font-size: 22px;
	color:#0a67d0;
	background: url(../images/li_bg1.png) no-repeat center top;
}

.inner .textBox .ulLink li a:hover {	
color:#fff;
text-decoration: none;
	background: url(../images/li_bg2.png) no-repeat center top;
}

.inner .textBox .ulLink li a.bg01 {
	background: url(../images/li_bg1.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg01:hover {	
	background: url(../images/li_bg2.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg02 {
	background: url(../images/li_bg3.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg02:hover {	
	background: url(../images/li_bg3_.png) no-repeat center top;
}

.inner .textBox .ulLink li a.bg03 {
	background: url(../images/li_bg4.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg03:hover {
	background: url(../images/li_bg4_.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg04 {
	background: url(../images/li_bg5.png) no-repeat center top;
}
.inner .textBox .ulLink li a.bg04:hover {
	background: url(../images/li_bg5_.png) no-repeat center top;
}
.inner .textBox .ulLink li span {
	padding-left: 35px;
	background: url(../images/icon01.png) no-repeat left center;
}
.inner .textBox .ulLink li.link2 span {	background: url(../images/icon02.png) no-repeat left center;}
.inner .textBox .ulLink li.link3 span {	background: url(../images/icon04.png) no-repeat left center;}
.inner .textBox .ulLink li.link4 span {	background: url(../images/icon05.png) no-repeat left center;}
.inner .textBox .ulLink li.link5 span {	background: url(../images/icon06.png) no-repeat left center;}
.inner .textBox .ulLink li.link6 span {	background: url(../images/icon03.png) no-repeat left center;}

.inner .textBox .ulLink li.link1 a:hover span {	background: url(../images/icon01_on.png) no-repeat left center;}
.inner .textBox .ulLink li.link2 a:hover span {	background: url(../images/icon02_on.png) no-repeat left center;}
.inner .textBox .ulLink li.link3 a:hover span {	background: url(../images/icon04_on.png) no-repeat left center;}
.inner .textBox .ulLink li.link4 a:hover span {	background: url(../images/icon05_on.png) no-repeat left center;}
.inner .textBox .ulLink li.link5 a:hover span {	background: url(../images/icon06_on.png) no-repeat left center;}
.inner .textBox .ulLink li.link6 a:hover span {	background: url(../images/icon03_on.png) no-repeat left center;}
.inner .textBox .web {
	text-align: center;
	padding-top: 18px;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.7);
}
.photo {
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 999
}
.photo .close {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
}











