@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "PoppinsBold";
	src: url("fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "PoppinsRegular";
	src: url("fonts/Poppins-Regular") format("truetype");
}
@font-face {
	font-family: "PoppinsLight";
	src: url("fonts/Poppins-Light") format("truetype");
}

* {
	margin: 0;
	padding: 0;
}
div,table {
	font-family: "PoppinsLight";
}
a, a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #eee;
}
body {
	background: #131D2C;
}
.btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #3B93F9;
  width: 180px;
  line-height: 48px;
  border:none;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.open>.dropdown-toggle.btn {
  color:#fff;
  background: #2E87EF;
}
.btn:active {
  background:#3B93F9;
}


.logo {
	padding: 20px 0 0 20px;
}
.logo img {
  width: 88px;
}
.read {
  padding-top: 80px;
  padding: 60px 0;
}
.container {
  margin: 0 auto;
  width: 1280px;
  overflow: hidden;
  clear: both;
}
.lt {
  float: left;
  width: 50%;
}
.lt2 {
  float: left;
  width: calc(50% - 80px);
  padding: 80px 0 0 80px;
}
.rt {
  float: right;
  width: 50%;
  padding-top: 20px;
}
.read-pic {
  text-align: center;;
}
.read h1 {
  font-family: "PoppinsBold";
	font-size: 40px;
	color: #fff;
  line-height: 48px;
}
.read h5 {
  font-family: "PoppinsBold";
	font-size: 20px;
	color: #fff;
  line-height: 30px;
}
.read p {
  padding: 20px 0;
  font-size: 16px;
	color: #fff;
  line-height: 26px;
  font-family: "PoppinsLight";
}
.utstamp {
  padding-top: 30px;
}
.contact {
  margin-top: 80px;
}
.contact h3 {
  font-family: "PoppinsBold";
	font-size: 32px;
	color: #fff;
  line-height: 48px;
  text-align: center;
}
.contact p {
  font-size: 14px;
	color: #fff;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
  font-family: "PoppinsLight";
}
.line {
  border-top: #26344A 1px solid;
  padding: 20px 0;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
  line-height: 24px;
  margin-top: 40px;
  font-family: "PoppinsLight";
}



/* 小屏样式 */
@media (max-width: 1024px) {
  .logo img {
	  width: 72px;
  }
  .read {
    padding-top: 1%;
  }
  .copyright {
  	position: relative;
    font-size: 14px;
    padding-top: 30px;
  }

}

@media (max-width: 720px) {
  .read {
    padding-top: 10px;
  }
  .container {
    width: 100%;
  }
  .lt {
    clear: both;
    width: 100%;
  }
  .lt2 {
    clear: both;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .read-pic img {
    width: 90%;
  }
  .rt {
    clear: both;
    width: 100%;
    text-align: center;
  }
  .read-pic {
    padding-top: 30px;
  }
.read h1 {
	font-size: 36px;
  line-height: 48px;
  margin-top: 30px;
}
  .read h3 {
    font-size: 24px;
    padding-top: 20px;
  }
  .read p {
    line-height: 30px;
    padding: 20px 10px;
  }
  .btn {
    width: 80%;
    margin-bottom: 50px;
  }
  .contact {
    margin-top: 40px;
  }

}