﻿@charset "utf-8";
html,body,div,p,ul,li,table,tr,th,td,span,font,a{padding:0;margin:0;}
body{
	width:100%;
	background-color:#fff;
	position:relative;
	}
.left{float:left;}
.right{float:right;}
.restrict-access-pc {
	width:100%;
	
}
.blue-line-bg{
	width:100%;
	float:left;
	height:95px;
	background-color:#fff;
	background-image:url(../images/blue-line-bg.png);
	background-repeat:repeat-x;
	padding:21px 0 0;
	box-sizing:border-box;
}

/**/
.restrict-access-pc .logo-box{
	width:100%;
	
	
	text-align:left;
	margin:0 auto;
	padding:21px 0 21px;
	border-bottom:1px solid #dedede;
	}
.clear{margin:0;padding:0;width:0;height:0;clear:both;float:none;}
.restrict-access-pc .restrict-access-box{
	width:1024px;
	height:251px;
	margin:113px auto 254px;
	}
.restrict-access-pc .restrict-access-picbox{
	float:left;
	text-align:center;
	}
.restrict-access-pc .restrict-access-text{
	width:580px;
	float:right;
	margin:-10px 0 0;
	}
.restrict-access-pc .restrict-access-text .restrict-access-title{
	width:100%;
	float:left;
	text-align:left;
	font-size:42px;
	font-family:"Microsoft YaHei UI";
	color:#333;
	line-height:52px;
	margin:0 0 18px;
	}
.restrict-access-pc .restrict-access-text .restrict-access-info{
	width:100%;
	text-align:left;
	font-size:18px;
	font-family:"Microsoft YaHei UI";
	color:#666;
	line-height:50px;
	float:left;
	margin-bottom: 5px;
	}
.restrict-access-pc .restrict-access-text .restrict-access-info .inter-apps{
	padding:0 10px;
	display:inline-block;
	background-color:rgba(0,84,149,0.98);
	height:30px;
	font-size:14px;
	line-height:30px;
	border-radius:5px;
	color:#fff;
	box-sizing:border-box;
	margin:0 0 0 10px;
	}
.restrict-access-pc .restrict-access-text .restrict-access-notice{
	width:100%;
	text-align:left;
	font-size:18px;
	font-family:"Microsoft YaHei UI";
	color:#333;
	line-height:30px;
	float:left;
	margin-bottom: 5px;
}
.restrict-access-pc .restrict-access-text .restrict-access-notice.call{
	margin-top:10px;
}
.restrict-access-notice span{
	float: left;
}
.restrict-access-notice .describe{
	width:calc(100% - 50px);
}
.restrict-access-pc .footer-box{
	width:100%;
	height:33px;
	float:left;
	background-image:url(../images/footer-bg.png);
	padding:10px 0 10px;
	line-height:33px;
	}
.restrict-access-pc  .footer-box .footer-inside{
		width:97%;
		margin:0 auto;
		color:#576e89;
		}
.restrict-access-pc  .footer-box .footer-inside .text{
		line-height:33px;
		font-size:12px;
		color:#576e89;
		}
.pull-left{float: left;}
@media only screen and (min-height: 767px){
	body,.restrict-access-pc{
		position: absolute;
		top:0;
		bottom:0;
		height:100%;
		width:100%;
		}
	.restrict-access-pc  .footer-box{
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
}
@media only screen and (max-width: 1023px){
	.blue-line-bg{background: none;padding:0;height:75px;}
	.restrict-access-pc .logo-box{
		margin:0;
		width:100%;
		padding:16px 0;
		text-align:center;
	}
	.restrict-access-pc .logo-box img{
		height:50px;
width:200px;
	}
	.restrict-access-pc .restrict-access-box{
		width: 100%;
		margin:0;
		height:auto;
	}
	.restrict-access-picbox {
	    width: 100%;
	    text-align: center;
	    margin: 0 0 0;
	}
	.restrict-access-pc .restrict-access-text {
	    width: 100%;
	    margin-top: 10px;
	    float: left;
	    padding: 0 20px;
	    box-sizing: border-box;
	}
	.restrict-access-pc .restrict-access-text .restrict-access-title {
	    width: 100%;
	    font-size: 22px;
	    font-family: "Microsoft YaHei UI";
	    color: #333;
	    line-height: 32px;
	    margin: 0 0 11px;
	}
	.restrict-access-pc .restrict-access-text .restrict-access-info {
	    width: 100%;
	    font-size: 14px;
	    font-family: "Microsoft YaHei UI";
	    color: #666;
	    line-height: 20px;
	    margin-bottom: 11px;
	}
	
	.restrict-access-pc .restrict-access-text .restrict-access-info .inter-apps {
	    padding: 0 10px;
	    display: block;
	    background-color: rgba(0,84,149,0.98);
	    height: 30px;
	    font-size: 14px;
	    line-height: 30px;
	    border-radius: 5px;
	    color: #fff;
	    width: calc(100% - 40px);
	    box-sizing: border-box;
	    margin: 27px 20px;
	    float: left;
	}
	.restrict-access-pc .footer-box{display:none;}
	.restrict-access-pc .restrict-access-text .restrict-access-notice{
		font-size: 14px;
		margin-bottom: 5px;
		line-height:22px;
	}
	.restrict-access-pc .restrict-access-text .restrict-access-notice.call{
		margin-top:4px;
		margin-bottom: 15px;
	}
	.restrict-access-picbox img{max-width:calc(100% - 20px)!important;}
}