blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	padding: 0;
	margin: 0
}

.clearfix:before,.clearfix:after {
content:"";
display:table;
}
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
	outline: none;
	border: 0;
}

.container {
  width: 1190px;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .container {
    width: 1390px
  }
}

body {
	background: #fff;
	font-size: 14px;
	min-width: 1190px;
}

/*导航*/
.navbar {
  width: 100%;
  height: 70px;
	background: #0b3050;
  background: #02122b;
  /*position: absolute;
  top: 0;*/
	cursor: default;
}

.nav-l {
  color: #fff;
  float: left;
  font-size: 14px;
  padding-top: 25px;
}

.nav-l a {
  color: #fff;
}

.nav-l a:hover {
  color: #14a2f4;
}

.nav-l>a {
  display: inline-block;
  margin-right: 33px;
}

.nav-r {
	color: #fff;
  float: right;
	padding-top: 17px;
	line-height: 36px;
}

.nav-r>div {
	display: none;
}

.nav-r a {
	margin-left: 6px;
}

.nav-reg,.nav-login,.nav-quit {
	font-size: 14px;
	display: inline-block;
	line-height: 32px;
	border: 2px solid #fff;
	width: 90px;
	text-align: center;
	border-radius: 18px;
	color: #fff;
}

.nav-reg:hover,.nav-login:hover,.nav-quit:hover {
	background: #fff;
	color: #301a5c;
}
/*导航 - end*/

/*登录框*/
/*弹出层*/
.modal {
	display: none;
	border: 5px solid rgba(0,0,0,0.225);
	border-radius: 6px;
	position: fixed;
	opacity: 1;
	z-index: 11000;
	left: 50%;
	margin-left: -205px;
	top: 100px;
}

.modal-main {
	width: 400px;
	padding: 20px 50px 50px;
	background: #fff;
	border-radius: 4px;
}


.modal-title {
	float: left;
}

.modal-close {
	float: right;
	cursor: pointer;
	color: #aaa;
	font-size: 18px;
	margin-top: -4px;
}


.login-l {
	margin-top: 10px;
}

.login-l>a {
	color: #848e99;
	text-decoration: none;
}

.login-l>a:nth-child(1) {
	float: left;
}

.login-l>a:nth-child(2) {
	float: right;
}

.loginint input {
	width: 100%;
	border: 1px solid #e0e0e0;
	height: 30px;
	margin-top: 15px;
	text-indent: 1em;
	border-radius: 4px;
}

.login-s {
	margin-top: 20px;
}

.login-s button {
	line-height: 34px;
	display: block;
	background: #009aff;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	outline: none;
	border: none;
}
/*登录框-end*/

/*copyright*/
.copyright {
  padding: 50px 0;
  background: #2d65fe;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/*copyright - end*/


.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/banner.png) no-repeat;
  background-position: center top;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.banner-main {
  position: absolute;
  width: 100%;
  left: 0;
  bottom:10%;
}

.banner-desc {
  text-align: left;
  display: inline-block;
  font-size: 16px;
}

.banner-desc>p {
  margin-bottom: 10px;
}

.banner-desc>p:first-child {
  text-align: center;
}

.banner:before {
  content: '';
  padding-top: 52.604%;
  min-height: 1000px;
  box-sizing: border-box;
  display: block;
}

@media (min-width: 1920px) {
	.banner {
		background: url(../images/banner.png) no-repeat;
        background-position: center top;
        background-size: 100% 100%;
	}
}
