body,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
}
.page-content {
  height: auto!important;
  /*for ie6 bug and ie7+,moz,webkit 正确*/

  height: 100%;
  /*修复IE6,all browser*/

  min-height: 100%;
  /*for ie6 bug and ie7+,moz,webkit 正确*/

}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.animate {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
a {
  color: #1a94ff;
}
body {
  background: #f2f2f2;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
.zh {
  font-family: '微软雅黑', Helvetica !important;
}
.page-content {
  background-repeat: no-repeat;
  background-position: center top;
}
.page-company {
  background-image: url(img/bg_company.jpg);
}
.page-company a.company {
  color: #1a94ff !important;
}
.page-certification {
  background-image: url(img/bg_certification.jpg);
}
.page-certification a.certification {
  color: #1a94ff !important;
}
.page-join {
  background-image: url(img/bg_join.jpg);
}
.page-join a.join {
  color: #1a94ff !important;
}
.page-contact {
  background-image: url(img/bg_contact.jpg);
}
.page-contact a.contact {
  color: #1a94ff !important;
}
.page-product {
  background-image: url(img/bg_product.jpg);
}
.page-product a.product {
  color: #1a94ff !important;
}
.page-content {
  position: relative;
}
.nav {
  background: #f2f2f2;
  width: 280px;
  position: absolute;
  left: 0;
  min-height: 380px;
  _height: 380px;
  box-shadow: 23px -50px 40px -31px #888888, -23px -50px 40px -31px #888888;
}
.nav .nav-inner {
  padding: 50px 40px 140px;
}
.nav .nav-inner .logo {
  width: 180px;
  height: 55px;
  background: url(img/logo2.png) no-repeat;
  display: block;
  margin: 0 0 40px;
}
.nav .nav-inner ul li {
  border-bottom: #e6e6e6 1px solid;
}
.nav .nav-inner ul li a {
  color: #666;
  text-decoration: none;
}
.nav .nav-inner ul li a:hover {
  color: #008AFF;
}
.nav .nav-inner ul li.last {
  border: none;
}
.nav .nav-inner ul.main li {
  padding: 12px 0;
}
.nav .nav-inner ul.main li a {
  font-size: 16px;
}
.nav .nav-inner ul.sub {
  border-top: #e6e6e6 1px solid;
  margin-top: 10px;
  padding-left: 20px;
}
.nav .nav-inner ul.sub li {
  padding: 10px 0;
}
.nav .nav-inner ul.sub li a {
  font-size: 14px;
}
.content-port {
  width: 75%;
  text-align: center;
  float: right;
  padding-bottom: 50px;
}
.content-port-inner {
  margin: 0 auto;
  width: 700px;
  min-height: 574px;
  text-align: left;
  padding-left: 20px;
}
.content-port-inner h1 {
  font-weight: 200;
  margin: 65px 0 50px;
}
.content-port-inner h1 .en {
  font-size: 48px;
  color: #1a94ff;
  display: block;
}
.content-port-inner h1 .zh {
  font-size: 24px;
  color: #333;
}
.footer {
  box-shadow: 13px 50px 60px -21px #888888, -13px 50px 60px -21px #888888;
  width: 280px;
  position: absolute;
  bottom: 0;
}
.footer .footer-inner {
  padding: 50px 40px 30px;
}
.footer .footer-inner .links {
  line-height: 18px;
  background: url(img/icons.png) no-repeat;
  color: #1382ce;
  padding-left: 20px;
}
.footer .footer-inner .phone {
  background-position: 0 0;
  margin-bottom: 3px;
}
.footer .footer-inner .mail {
  background-position: 0 -18px;
}
.footer .footer-inner .copyright {
  color: #999;
  margin-top: 10px;
}
.page-partner .content-port-inner h1 {
  margin-top: 180px;
}
.join-info {
  font-size: 14px;
  line-height: 1.5;
}
.join-info h2 {
  font-size: 18px;
  margin: 25px 0 0;
}
.join-info p {
  margin: 8px 0;
}
