/*   Write by Jimmy Chung ,from JiaHe Communication Technology Co.Ltd
     Date: 29/12/2014

*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
body {
  color: #ccc;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 16px;
}
img {
  border: none;
}
ul,li{ list-style-type:none;}
#header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 1px 0px 10px #555;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
}
/*头部的容器 */
.wrapHeader {
  width: 1120px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}

.wrapHeader .logo {
  margin: 11px 0 0 0;
}
.wrapHeader ul.contactInfo {
  float: right;
}
.wrapHeader ul.contactInfo li {
  display: inline-block;
}
/*wechat背景颜色改变 */
.wrapHeader ul.contactInfo .weixin {
  display: block;
  width: 37px;
  height: 30px;
  background: url("../images/weixin.png");
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin: 20px 10px 10px 10px;
}
.wrapHeader ul.contactInfo .weixin:hover {
  background: url("../images/weixin-.png");
}
.wrapHeader ul.contactInfo .telLogo {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/tel1.png");
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin: 20px 10px 10px 10px;
}
.wrapHeader ul.contactInfo .telLogo:hover {
  background: url("../images/tel.gif");
}
.wrapHeader ul.contactInfo .telNum {
  font-size: 20px;
  float: right;
  line-height: 50px;
}
#header .code img {
  float: left;
  margin-left: 65%;
  display: none;
}
#header .dnCode {
  width: 35%;
  position: relative;
  left: 32%;
  height: auto;
  background: #ffffff;
  font-size: 0px;
  letter-spacing: 0;
  display: none;
  opacity: 0.9;
  color: #555;
}
#header .dnCode ul {
  list-style-type: none;
  width: 31%;
  background: #ffffff;
  display: inline-block;
  padding: 1%;
  font-size: 15px;
  vertical-align: top;
}
#header .dnCode ul li {
  text-align: center;
}
#header .dnCode ul li img {
  width: 80%;
  height: 80%;
}
#header .dnCode ul li p {
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
.wrap {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.textLeft {
  text-align: left;
}
.page1 {
  background:url(../images/banner.jpg);
  background-size: 100% 100%;
  text-align: left;
  width: 100%;
  height: 900px;
}
.page1 .cellphone {
  position: absolute;
  right: -20px;
  top: 35%;
}
.page1 p {
  color: #aa0000;
  text-align: left;
}
.page1 p.smallfont {
  font-size:24px;
  display: inline-block;
}
.page1 p.bigfont {
  font-size:24px;
  margin-bottom: 0;
}
.page1 p.blackFont {
  font-size: 0.8em;
  letter-spacing: 2px;
  color: #51524f;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page1 ul {
  text-align: left;
  list-style-type: none;
  display: inline-block;
}
.page1 ul li {
  margin: 5px 3px 30px 3px;
  color: #51524f;
  font-size:18px;
  float:left;
}
.page1 ul li:before {
 /* content: " ●  ";*/
}
.page1 a {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 20%;
  display: inline-block;
  width: 230px;
  height: 66px;
  background: url("../images/bgDn.png") no-repeat;
}
/*下载按钮的交互动画 */
.page1 a .animate {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transform: rotate(360deg);
  -moz-transform: rotate();
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.page1 a .animateBack {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.page1 a strong {
  height: 58px;
  vertical-align: top;
  font-weight: 400;
  display: inline;
  padding-left: 5px;
  line-height: 66px;
  position: relative;
  font-size: 32px;
  letter-spacing: 2px;
}
.page1 .dn span {
  background: url("../images/Dn.png");
  width: 59px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  position: relative;
  margin-left: -24px;
  z-index: 200;
}
.page1 .reg span {
  background: url("../images/8.png");
  width: 59px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  position: relative;
  margin-left: -24px;
  z-index: 200;
}
.page2 {
  text-align: center;
}
.page2 p {
  margin-top: 15%;
  font-size: 0.7em;
  color: #51524f;
}
.page2 .funIntro {
  display: inline-block;
  margin: 25% 10px 5px 0\9;
  width: 200px;
  height: 200px;
}
.page2 .funIntro a.pic1 {
  background: url("../images/fun01.png");
  width: 188px;
  height: 188px;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 .funIntro a.pic1:hover {
  background: url("../images/page2-a.png");
}
.page2 .funIntro a.pic2 {
  background: url("../images/fun02.png");
  width: 188px;
  height: 188px;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 .funIntro a.pic2:hover {
  background: url("../images/page2-b.png");
}
.page2 .funIntro a.pic3 {
  background: url("../images/fun03.png");
  width: 188px;
  height: 188px;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 .funIntro a.pic3:hover {
  background: url("../images/page2-c.png");
}
.page2 .funIntro a.pic4 {
  background: url("../images/fun04.png");
  width: 188px;
  height: 188px;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 .funIntro a.pic4:hover {
  background: url("../images/page2-d.png");
}
.page2 .funIntro a.pic5 {
  background: url("../images/fun05.png");
  width: 188px;
  height: 188px;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 .funIntro a.pic5:hover {
  background: url("../images/page2-e.png");
}
.page2 .funIntro p {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 30px 0px 10px 0px;
}
.page2 .funIntro ul {
  list-style-type: none;
}
.page2 .funIntro ul li {
  font-size: 14px;
  color: #555;
  line-height: 150%;
}
.page2 a.moreInfo {
  margin-top: 80px;
  display: inline-block;
  font-size: 25px;
  background: url("../images/icon1.png") no-repeat;
  width: 160px;
  height: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page2 a.moreInfo:hover {
  background: url("../images/icon2.png");
}
.page2 a.arrow {
  display: block;
  margin-top: 220px;
  text-align: center;
  margin-left: 520px;
  width: 80px;
  height: 80px;
  border: none;
}
.page2 .noMarginRt {
  margin-right: 0;
}
.page3 {
  font-size: 14px;
  color: #555;
}
.page3 ul {
  list-style-type: none;
  position: relative;
}
.page3 ul li {
  line-height: 1.5em;
}
.page3 div.customerInfo {
  margin-top: 280px;
  overflow: hidden;
}
.page3 div.customerInfo .red {
  color: #aa0000;
}
.page3 div.customerInfo .right {
  float: right;
}
.page3 div.customerInfo .smallMargin {
  position: absolute;
  bottom: 50px;
  right: 70px;
}
.page3 div.customerInfo div.leftBox {
  float: left;
  width: 345px;
  height: 430px;
}
.page3 div.customerInfo div.leftBox .firstbox {
  margin-top: 15px;
  background: url("../images/kuang1.png") no-repeat;
  width: 280px;
  height: 174px;
  padding: 20px;
  padding-right: 60px;
  padding-left: 20px;
  text-align: left  ;
  margin-bottom: 20px;
}
.page3 div.customerInfo div.leftBox .secbox {
  background: url("../images/kuang3.png") no-repeat;
  width: 280px;
  height: 174px;
  padding: 20px;
  padding-right: 60px;
  padding-left: 20px;
  text-align: left  ;
}
.page3 div.customerInfo div.centerBox {
  float: left;
}
.page3 div.customerInfo div.rightBox {
  float: left;
  width: 350px;
}
.page3 div.customerInfo div.rightBox .thirdbox {
  background: url("../images/kuang2.png") no-repeat;
  width: 280px;
  height: 174px;
  padding: 20px;
  padding-right: 60px;
  padding-left: 40px;
  text-align: left  ;
  margin-top: 15px;
  margin-bottom: 20px;
}
.page3 div.customerInfo div.rightBox .fourthbox {
  background: url("../images/kuang4.png") no-repeat;
  width: 280px;
  height: 174px;
  padding: 20px;
  padding-right: 60px;
  padding-left: 40px;
  text-align: left  ;
}
.page3 a {
  margin-top: 50px;
  display: inline-block;
  color: #555;
  text-align: center;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.page3 a:hover {
  color: #aa0000;
}
.page3 a.arrow {
  display: block;
  margin-top: 80px;
  text-align: center;
  margin-left: 520px;
  width: 80px;
  height: 80px;
  border: none;
}
.page4 .report {
  height: 70%;
  text-align: center;
}
.page4 .report p {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #555;
  width:100%;
  margin-bottom: 20px;
}
.page4 .report ul {
  list-style-type: none;
  width: 1120px;
  display: inline-block;
  margin-bottom: 20px;
}
.page4 .report ul li {
  float: left;
  margin: 10px 20px;
}
.page4 .report ul li a.more {
  width: 180px;
  height: 70px;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  color: #AAA;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -ms-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.page4 .report ul li a.more:hover {
  color: #aa0000;
}
#footer {
  width: 100%;
  height: 20%;
  background: url("../images/bottom.jpg") no-repeat 100%;
}
#footer ul {
  list-style-type: none;
}
#footer ul{width:500px; margin:10px auto;}
#footer ul li a{float:left;}
#footer ul li,
#footer p {
  color: #fff;
  display: inline-block;
}
#footer ul li {
  font-size: 18px;
  margin: 10px 20px;
}
#footer ul li a {
	font-size: 18px;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#footer ul li a:hover {
	font-size: 18px;
  color: #000000;
}
#footer p {
  font-size: 13px;
  width: 370px;
}
@media screen and (min-width: 1377px) {
.navigation {
    text-align: center;
    list-style-type: none;
    float: right;
  }
.navigation li {
    display: inline-block;
    position: relative;
	float:left;
  }
.navigation li ul {
    display: none;
  }
.navigation li:hover ul {
    display: block;
    position: fixed;
    top: 50px;
    left: 39%;
    height: 120px;
    width: 130px;
    border-radius: 15px;
    background: white;
    opacity: 0.9;
  }
.navigation li:hover ul li a {
    padding: 15px 15px 0 15px;
    border-top: 0px;
  }
.navigation li a {
    /*display: inline-block;*/
    text-decoration: none;
    padding-top: 25px;
	font-size:16px;
    color: #555;
    border-top: 5px solid #ffffff;
    -webkit-transition: border-top 0.5s;
    -moz-transition: border-top 0.5s;
    -ms-transition: border-top 0.5s;
    -o-transition: border-top 0.5s;
    transition: border-top 0.5s;
    margin: 0px 10px 0px 10px;
  }
.navigation li a:hover {
    border-top: 5px solid #aa0000;
	font-size:16px;
    color: #aa0000;
  }
.navigation .btn,
.navigation .btnReg {
    padding: 5px 20px;
    /*background-color: #eee;*/
    border-top: none;
    border:1px solid #555;
    border-radius: 5px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
.navigation .btn:hover,
.navigation .btnReg:hover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
.navigation .btnHover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
      border: 1px solid #880000 !important;
  }
}
@media screen and (max-width: 1450px) {
.navigation {
    text-align: center;
    list-style-type: none;
    float: right;
  }
.navigation li {
    display: inline-block;
    position: relative;
	float:left;
  }
.navigation li ul {
    display: none;
  }
.navigation li:hover ul {
    display: block;
    position: fixed;
    top: 50px !important;
    left: 35% !important;
    height: 120px;
    width: 130px;
    border-radius: 15px;
    opacity: 0.9;
  }
.navigation li:hover ul li a {
    padding: 15px 15px 0 15px;
    border-top: 0px;
  }
.navigation li a {
   /* display: inline-block;*/
    text-decoration: none;
	float:left;
	font-size:16px;
    padding-top: 25px;
    color: #555;
    border-top: 5px solid #ffffff;
    -webkit-transition: border-top 0.5s;
    -moz-transition: border-top 0.5s;
    -ms-transition: border-top 0.5s;
    -o-transition: border-top 0.5s;
    transition: border-top 0.5s;
    margin: 0px 10px 0px 10px;
  }
.navigation li a:hover {
    border-top: 5px solid #aa0000;
    color: #aa0000;
  }
.navigation .btn,
.navigation .btnReg {
    padding: 5px 20px;
    /*background-color: #eee;*/
    border-top: 1px solid #555;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
.navigation .btn:hover,
.navigation .btnReg:hover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
.navigation .btnHover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
}
@media screen and (max-height: 710px) {
.navigation {
    text-align: center;
    list-style-type: none;
    float: right;
  }
.navigation li {
    display: inline-block;
    position: relative;
	float:left;
  }
.navigation li ul {
    display: none;
  }
.navigation li:hover ul {
    display: block;
    position: fixed;
    top: 50px;
    left: 33%;
    height: 120px;
    width: 130px;
    border-radius: 15px;
    background: white;
    opacity: 0.9;
  }
.navigation li:hover ul li a {
    padding: 15px 15px 0 15px;
    border-top: 0px;
  }
.navigation li a {
    /*display: inline-block;*/
    text-decoration: none;
    padding-top: 25px;
	font-size:16px;
    color: #555;
    border-top: 5px solid #ffffff;
    -webkit-transition: border-top 0.5s;
    -moz-transition: border-top 0.5s;
    -ms-transition: border-top 0.5s;
    -o-transition: border-top 0.5s;
    transition: border-top 0.5s;
    margin: 0px 10px 0px 10px;
  }
.navigation li a:hover {
    border-top: 5px solid #aa0000;
    color: #aa0000;
  }
.navigation .btn,
.navigation .btnReg {
    padding: 5px 20px;
    /*background-color: #eee;*/
    border-top: 1px solid #555;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
.navigation .btn:hover,
.navigation .btnReg:hover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
.navigation .btnHover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
  .page1 p.marginT {
    margin-top: 10%;
  }
  .page1 p.bigfont {
    margin-bottom: 0;
    font-size:24px;
    margin-top:0px;
    display: block;
  }
  .page1 p {
    color: #aa0000;
    text-align: left;
  }
  .page1 p.smallfont {
    /*font-size: 0.8em !important;*/
  }
  .page1 p.blackFont {
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #51524f;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page1 ul {
    text-align: left;
    list-style-type: none;
    line-height: 1.5em;
    vertical-align: middle;
    margin-left: 50px;
  }
  .page1 ul li {
    font-size:18px;
    display: inline-block;
    margin: 5px 3px 20px 3px;
    line-height: 0.8em;
    color: #51524f;
	float:left;
  }
  .page1 ul li:before {
    /*content: " ●  ";*/
  }
  .page1 .cellphone {
    position: absolute;
    right: -20px;
    bottom: -25%;
    width: 60%;
  }
  .page1 ul {
    font-size: 30px;
    line-height: 25px;
  }
  .page1 .reg,
  .page1 .dn {
    margin-bottom: 10%;
  }
  .page1 p {
    margin-bottom: 2%;
  }
  .page2 p {
    margin-top: 100px;
  }
  .page2 .funIntro {
    margin: 5% 10px 5px 0px;
  }
  .page2 a.arrow {
    display: block;
    margin-top: 15%;
    text-align: center;
    margin-left: 520px;
    width: 80px;
    height: 80px;
    border: none;
  }
  .page3 div.customerInfo {
    margin-top: 100px;
    overflow: hidden;
  }
  .page3 a.arrow {
    display: none;
  }
  .page4 ul {
    vertical-align: top;
  }
  .page4 ul li {
    margin: 1px 20px;
  }
  .page4 ul li img {
    width: 70%;
  }
  .page4 .report {
    margin-top: 6%;
  }
  .page4 .report .cutsomerUse {
    display: none;
  }
  .page4 .report p {
    margin-top: 3%;
    margin-bottom: 1%;
    vertical-align: top;
  }
  .page4 .report ul {
    margin-bottom: 0;
  }
  .page4 .report ul li {
    margin: 0px 20px;
  }
}
@media screen and (min-height: 710px) and (max-height: 850px) {
.navigation {
    text-align: center;
    list-style-type: none;
    float: right;
  }
.navigation li {
    display: inline-block;
    position: relative;
	float:left;
  }
.navigation li ul {
    display: none;
  }
.navigation li:hover ul {
    display: block;
    position: fixed;
    top: 50px;
    left: 34%;
    height: 120px;
    width: 130px;
    border-radius: 15px;
    background: white;
    opacity: 0.9;
  }
.navigation li:hover ul li a {
    padding: 15px 15px 0 15px;
    border-top: 0px;
  }
.navigation li a {
    /*display: inline-block;*/
	font-size:16px;
    text-decoration: none;
    padding-top: 25px;
    color: #555;
    border-top: 5px solid #ffffff;
    -webkit-transition: border-top 0.5s;
    -moz-transition: border-top 0.5s;
    -ms-transition: border-top 0.5s;
    -o-transition: border-top 0.5s;
    transition: border-top 0.5s;
    margin: 0px 10px 0px 10px;
  }
.navigation li a:hover {
    border-top: 5px solid #aa0000;
	font-size:16px;
    color: #aa0000;
  }
.navigation .btn,
.navigation .btnReg {
    padding: 5px 20px;
    /*background-color: #eee;*/
    border-top: 1px solid #555;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
.navigation .btn:hover,
.navigation .btnReg:hover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
.navigation .btnHover {
    background-color: #aa0000;
    border-top: none;
    color: #ffffff;
  }
  .page1 .cellphone {
    position: absolute;
    right:0%;
    bottom: -35%;
    width: 60%;
  }
  .page1 p {
    color: #aa0000;
    text-align: left;
  }
  .page1 p.smalfont {
    font-size: 0.8em;
  }
  .page1 p.bigfont {
    font-size:24px;
    margin-bottom: 0;
    display: block;
  }
  .page1 p.blackFont {
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #51524f;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page1 ul {
    text-align: left;
    list-style-type: none;
    line-height: 1.2em;
    vertical-align: top;
    margin-left: 50px;
  }
  .page1 ul li {
    font-size: 20px;
    display: inline-block;
    margin: 5px 3px 60px 3px;
    line-height: 0.8em;
    color: #51524f;
	float:left;
  }
  .page1 ul li:before {
    content: " ";
  }
  .page1 a {
    margin-bottom: 12%;
  }
  .page2 .funIntro {
    margin: 10% 10px 5px 0px;
  }
  .page2 a.arrow {
    display: block;
    margin-top: 15%;
    text-align: center;
    margin-left: 520px;
    width: 80px;
    height: 80px;
    border: none;
  }
  .page3 div.customerInfo {
    margin-top: 100px;
    overflow: hidden;
  }
  .page3 a.arrow {
    display: none;
  }
  .page4 ul {
    vertical-align: top;
  }
  .page4 ul li {
    margin: 1px 20px;
  }
  .page4 ul li img {
    width: 90%;
  }
  .page4 .report {
    margin-top: 6%;
  }
  .page4 .report .cutsomerUse {
    display: inline-block;
    margin-top: 3%;
  }
  .page4 .report p {
    margin-top: 3%;
    margin-bottom: 2%;
    vertical-align: top;
  }
  .page4 .report ul {
    margin-bottom: 0;
  }
  .page4 .report ul li {
    margin: 5px 20px;
  }
  .page4 .register {
    margin-top: 4%;
  }
}
@media screen and (min-height: 850px) {
  .page1 .cellphone {
    position: absolute;
    right: -20px;
    bottom: -33%;
  }
  .page1 p {
    color: #aa0000;
    text-align: left;
  }
  .page1 p.smalfont {
    font-size: 0.8em;
  }
  .page1 p.bigfont {
    font-size:24px;
    margin-bottom: 0;
    display: block;
  }
  .page1 p.blackFont {
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #51524f;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page1 ul {
    text-align: left;
    list-style-type: none;
    line-height: 1.2em;
    vertical-align: top;
    margin-left: 50px;
  }
  .page1 ul li {
    font-size: 20px;
    display: inline-block;
    margin: 5px 3px 60px 3px;
    line-height: 0.8em;
    color: #51524f;
	float:left;
  }

  /*伪元素可用于在标签内容前(before)插入内容，如<li:before>sth</li:before><li>sth</li>*/
  .page1 ul li:before {
    content: " ";
  }
  .page2 .funIntro {
    margin: 13% 10px 5px 0px;
  }
  .page2 a.arrow {
    display: block;
    margin-top: 15%;
    text-align: center;
    margin-left: 520px;
    width: 80px;
    height: 80px;
    border: none;
  }
  .page3 a.arrow {
    display: block;
    margin-top: 9%;
    text-align: center;
    margin-left: 520px;
    width: 80px;
    height: 80px;
    border: none;
  }
  .report {
    margin-top: 8%;
  }
  .register {
    margin-top: 5%;
  }
}

/*在线咨询按钮layout */
/*the btn layout of online consult */

.btn-consult {
  background: url("../images/online.png");
  width: 80px;
  height: 108px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}



/*友情链接的hover层样式 */
/*the style list of friend link */
.hoverModal{
    position: relative;

}

.hoverModal-div{
    display: none;
    opacity: 0;

}
.hoverModal:hover .hoverModal-div{
    display: block;
    opacity: 1;
} 

.hoverModal-div div{
    position: absolute;

    width: 1200px;
    right: -170px;
    top: 20px;
}

.hoverModal-div div li{
    margin: 5px  10px !important;

}
.hoverModal-div div  a{
    color: #aaa !important;
    font-size: 13px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.hoverModal-div div  a:hover{
    color: black !important;
}