.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #1a73da;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.browserupgrade {
  color: #ff0000;
  background-color: #d9e6f5;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pl {
  float: left !important;
}
.pr {
  float: right !important;
}
.tc {
  text-align: center;
}
#loading {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#loading span {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
}
header {
  display: block;
  width: 100%;
  min-width: 1100px;
  background: url('../img/headerbg.jpg') no-repeat center top;
  height: 340px;
}
header .wrap {
  width: 100%;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
header .content {
  width: 1100px;
  margin: 0 auto;
}
header .content .brand {
  float: left;
  display: inline-block;
  margin-top: 18px;
  width: 150px;
  height: 40px;
  text-align: left;
  cursor: pointer;
}
header .content nav {
  float: right;
  width: 870px;
}
header .content nav ul {
  width: 900px;
  margin: 15px auto;
  text-align: right;
}
header .content nav ul li {
  display: inline-block;
  position: relative;
}
header .content nav ul li a {
  display: inline-block;
  width: 150px;
  height: 40px;
  margin: 0 20px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  border-top: 3px solid transparent;
}
header .content nav ul li.current > a {
  color: #1a73da;
  border-top: 3px solid #1a73da;
}
header .content nav ul li:hover {
  background-color: #fff;
}
header .content nav ul li:hover > a {
  color: #1a73da;
  border-top: 3px solid transparent;
  background-color: #fff;
}
header .content nav ul li:hover ul {
  display: block;
}
header .content nav ul li ul {
  display: none;
  width: 210px;
  position: absolute;
  left: auto;
  top: 26px;
  text-align: left;
  padding-top: 5px;
  background-color: #fff;
}
header .content nav ul li ul li {
  display: block;
  text-align: center;
}
header .content nav ul li ul li:hover {
  color: #fff;
  background-color: #1a73da;
}
header .content nav ul li ul li a {
  color: #333;
  font-size: 14px;
  margin: 0;
  border-top: none !important;
  background-color: transparent !important;
}
header .content nav ul li ul li a:hover {
  color: #fff;
}
.container {
  width: 100%;
  padding-bottom: 20px;
}
.container .info {
  width: 1100px;
  margin: 0 auto;
}
.container .info h2 {
  font-weight: normal;
}
.container .info .about {
  float: left;
  width: 380px;
  padding: 0 10px;
  margin-top: 15px;
  font-size: 15px;
}
.container .info .product {
  float: left;
  width: 630px;
  margin-left: 30px;
  margin-top: 15px;
  padding: 0 20px 20px;
  background-color: #f0f4f9;
  border-radius: 10px;
}
.container .info .product ul {
  margin: 0;
  padding: 0;
}
.container .info .product ul li {
  display: inline-block;
  padding: 10px 10px;
}
.container .info .product ul li a {
  display: inline-block;
  text-align: center;
}
.container .info .product ul li a img {
  display: block;
}
.container .info .product ul li a span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.container .info .values {
  float: left;
  width: 770px;
  padding: 0 10px 20px;
  margin-top: 15px;
  font-size: 15px;
}
.container .info .values .item {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
}
.container .info .values .item h3 {
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  margin-top: 0;
}
.container .info .values .item > div {
  background-color: #c9dcf1;
  padding: 10px 15px;
  height: 270px;
}
.container .info .values .item a {
  color: #df0026;
}
.container .info .contact {
  float: left;
  width: 260px;
  margin-left: 10px;
  margin-top: 15px;
  padding: 0 20px 20px;
  font-size: 15px;
}
.container .info .contact h3 {
  font-size: 15px;
  font-weight: lighter;
  text-align: left;
  margin-top: 0;
}
.container .info .contact p {
  padding-left: 40px;
  min-height: 40px;
  padding-top: 5px;
  margin-top: 20px;
}
.container .info .contact p.loc {
  background: url('../img/contact-icon-1.png') no-repeat left top;
}
.container .info .contact p.tel {
  background: url('../img/contact-icon-2.png') no-repeat left top;
}
.container .info .contact p.email {
  background: url('../img/contact-icon-3.png') no-repeat left top;
}
.container .info .contact a {
  color: #df0026;
}
.container .title {
  width: 100%;
}
.container .title h2 {
  width: 1100px;
  margin: 20px auto 30px;
  padding: 0;
  text-align: center;
  line-height: 70px;
  color: #1a73da;
  font-size: 40px;
  font-weight: normal;
  border-bottom: 1px solid #1a73da;
}
.container article {
  width: 960px;
  margin: 20px auto 0;
  padding-bottom: 30px;
  font-size: 16px;
}
.container article h3 {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
  line-height: 1;
  color: #1a73da;
  font-size: 30px;
  font-weight: normal;
}
.container article p {
  margin-top: 20px;
  line-height: 1.8;
}
.container article img {
  max-width: 100%;
}
.container article ul li {
  background: url('../img/listicon.png') no-repeat left center;
  padding-left: 20px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.container article .pTable {
  margin: 10px auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
}
.container article .pTable td {
  padding: 10px 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.container article .pTable td p {
  margin: 0;
}
.container article .pTable tr:first-of-type {
  text-align: center;
  font-weight: bold;
}
.container article .pTable tr td:first-of-type {
  text-align: center;
}
.container article .contact p {
  padding-left: 40px;
  min-height: 40px;
  padding-top: 5px;
  margin-top: 20px;
}
.container article .contact p.loc {
  background: url('../img/contact-icon-1.png') no-repeat left top;
}
.container article .contact p.tel {
  background: url('../img/contact-icon-2.png') no-repeat left top;
}
.container article .contact p.email {
  background: url('../img/contact-icon-3.png') no-repeat left top;
}
.container article .contact a {
  color: #df0026;
}
.container article .contact form {
  width: 600px;
  margin: 0 auto;
}
.container article .contact form .col-1,
.container article .contact form .col-2,
.container article .contact form .col-3,
.container article .contact form .col-4 {
  width: 100%;
}
.container article .contact form p {
  line-height: 30px;
}
.container article .contact form p.success {
  color: #5b8b07;
}
.container article .contact form p.error {
  color: #df0026;
}
.container article .contact form p.error a {
  color: #df0026;
}
.container article .contact form label {
  color: #333;
  font-weight: normal;
}
.container article .contact form label i {
  font-weight: lighter;
  opacity: 0.6;
}
.container article .contact form label.error {
  display: block;
  color: #df0026;
}
.container article .contact form input {
  width: 90%;
  border: 1px solid #1a73da;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
}
.container article .contact form input.error {
  background-color: #FFD7D7;
}
.container article .contact form textarea {
  width: 90%;
  height: 110px;
  border: 1px solid #1a73da;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
}
.container article .contact form .btn-sr-submit {
  float: right;
  border: none;
  width: 187px;
  height: 77px;
  background: url('../img/btn-sr-submit.png') no-repeat;
  cursor: pointer;
}
.container article .contact form .btn-sr-submit:hover {
  background-image: url('../img/btn-sr-submit-h.png');
}
footer {
  width: 100%;
  min-width: 1100px;
  background: #272c2d;
}
footer .copyright {
  width: 1100px;
  margin: 10px auto;
  padding: 20px 0 60px;
  text-align: center;
  color: #d9e6f5;
  font-size: 15px;
}
.log-download {
  display: block;
  text-align: right;
  padding: 10px 50px;
  color: #fff;
  background-color: #333;
}
table.log {
  width: 98%;
  margin: 10px auto;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}
table.log caption {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 0;
}
table.log th,
table.log td {
  font-size: 10px;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.log th {
  padding: 10px;
  font-size: 12px;
}
table.log tr td:nth-last-of-type(3) {
  max-width: 300px;
}
table.log tr td:nth-last-of-type(2) {
  min-width: 120px;
}
