body{
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #001F1F;
}
.textarea-bf{
	color: #000 !important;
}
.issue-wrap-gw{
	color: #000 !important;
}
/*加载动画*/
#wrapper {
	background: #002322;
	opacity: 1;
	position: fixed;
	z-index: 10;
	top: 0px;
	width: 100%;
	height: 1600px;
	/*background-image: url(../images/banner.png);*/
}
.longing{
	font-size: 25px;
	margin: 0 auto;
	width: 200px;
	color: #fff;
	text-align: center;
}
/****************/
.spinner {
	margin: 150px auto;
	margin-bottom: 20px;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100%
	{
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20%
	{
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.banner{
	height: 800px;
	line-height: 800px;
}
.content{
	width: 100%;
}
.top-270{
	margin-top: -270px;
}
.top200{
	margin-top: 200px;
}
.inner{
	width: 1000px;

	padding: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
	border:solid 10px rgba(255,255,255,.8);
	border-radius: 3px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.8);

	background-color: rgba(255,255,255,1);
}
.article hr{
	margin: 10px 0px 20px;
}
.article h1{
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	color: #1F3D61;
}
.article img{
	display: block;
	margin: 10px auto;
	width: 700px;
	box-shadow: 0 0 5px 2px #ccc;
}
.article p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #000;
}
.brand{
	/*height: 300px;*/

	margin-bottom: 40px;
}
.brand-logo{
	width: 190px;
	padding: 20px;
	background-color: #F1F6FA;
}
.brand-logo img{
	width: 100%;
}
.brand-logo p{
	margin-top: 15px;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.line{
	display: block;
	margin-top: 15px;
	width: 60%;
	border-top: solid 2px #ccc;
}
.backtop{
	display: none;
	width: 20px;
	background-color: #2E73D6;
	border-radius: 7px 0px 0px 7px;
	padding: 10px;

	color: #fff;
	text-align: center;
	line-height: 16px;

	position: fixed;
	bottom: 40px;
	right: 0px;
	cursor: pointer;
	transition:all .8;
}
.nav{
	bottom: 150px;
}

.backtop:hover{
	background-color: #2765BE
}

.tit{
	width: 737px;
	margin: 0 auto;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 1s;
}
.brand-text{
	width: 660px;
	margin-left: 65px;
}
.brand-text h2{
	font-size: 26px;
	color: #1F3D61;
	line-height: 80px;
}
.brand-text p{
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
}
.brand-pic img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-shadow: 0 0 5px 1px #ccc;
}
.brand-pic li{
	float: left;
	width: 230px;
	height: 140px;
	margin:0 10px 27px;
}
.brand-pic .big{
	width: 480px;
	height: 307px;
}

.height-60{
	height: 60px;
}
.btn{
	float: right;
	padding:5px 10px;
	font-size: 16px;
	color: #000;
	/*border:solid 1px #000;*/
	border-radius: 10px;
	box-shadow: 0 0 5px 1px #2a2a2a;
	margin-top: 20px;
	transition: all .3s;
}
.btn:hover{
	box-shadow: 0 0 1px 1px #2a2a2a;
}
.header-box{
	margin: 10px 5px 50px;
}
.header-box h1{
	font-size: 36px;
	color: #1F3D61;
	line-height: 80px;
}
.header-box h2{
	font-size: 30px;
	color: #1F3D61;
	text-align: center;
	margin-top: 20px;
	/*line-height: 60px;*/
}
.header-box p{
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
}
.header-box li{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #f6f6f6;
	box-shadow: 0 0 5px 1px #ccc;
}
.header-box img{
	width: 100%;
	height: 100%;
}
.header-left{
	width: 600px;
}
.header-right{
	width: 350px;
	height: 337px;
}
#mask{
	width: 100%;
	height: 100%;

	display: none;

	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;

	background-color: rgba(0,0,0,.7);
}
#mask span{
	position: fixed;
	bottom:6%;
	left: 50%;
	transform:translate(-50%,0);

	font-size: 24px;
	color: #fff;
}
.original{
	width: 1000px;

	display: none;

	position: fixed;
	top:50%;
	left: 50%;
	z-index: 99999;

	transform:translate(-50%,-50%);
}
.ba{
	color: #1F3D61;
	font-size: 14px;
}
.ba:hover{
	text-decoration: underline;
}
.btn2{
	width: 100px;
	height: 300px;
	font-size: 20px;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	position: fixed;
	top:50%;
	margin-top: -150px;
	cursor: pointer;
	display: none;
	z-index: 99999;
	transition:all .5s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.btn2:hover{
	background-color: rgba(0,0,0,.8);
}
.Previous{
	left: 50%;
	margin-left: -600px;
	border-radius: 20px 0px 0px 20px;
	background-image: url(../images/back.png);
}
.next{
	right: 50%;
	margin-right: -600px;
	border-radius: 0 20px 20px 0;
	background-image: url(../images/next.png);
}
.zhuyi{
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}