body,dl,dd,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:12px;}
ol,ul{margin:0;padding:0;list-style:none;}
a{text-decoration:none;}
img{border:none;}

.logo{
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #eef5fb;
}
.navList li{
  display: inline-block;
}
.navList a{
  color: #333;
}
.navList a:link{
  display: inline-block;
  font: 16px/24px "微软雅黑";
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 0 16px;
}
.navList a:hover{
  color: #fff;
  padding: 0 16px;
  background-color: #007aff;
}
.telephone{
  font: bold 16px/24px "思源黑体";
  color: #333;
}
.register{
  -webkit-appearance:none;
  outline:none;
  width: 80px;
  height: 24px;
  border: none;
  border-radius: 4px;
  background-color: #ff9d25;
  color: #fff;
  cursor: pointer;
  margin-right: 16px;
}
.action{
  float: right;
  margin-right: 8px;
}
.banner{
  width: 100%;
  height: 300px;
  background: url(../images/banner_06.png) no-repeat center center;
  margin-top: 16px;
}
.bannerContent{
  width: 100%;
}
.bannerTitle{
  font-size: 24px;
  color: #fff;
  padding: 40px 0 16px;
  margin-left: 10%;
}
.bannerText{
  width: 80%;
  font: 18px/28px "思源黑体";
  color: #fff;
  margin-left: 10%;
}
.main{
  width: 100%;
}
.content{
  width: 100%;
  margin: 0 auto;
}
.contentBg{
  width: 100%;
  /* height: 560px; */
  margin: 0 auto;
  background-color: #eff7ff;
}
.partCont{
  width: 100%;
}
.title{
  font: bold 20px/30px "思源黑体";
  color: #333;
}
.imgOne, .imgTwo{
  width: 100%;
}
.titleOne, .titleTwo{
  width: 24px;
  margin: 0 4px 0 10px;
}
.titleLeft, .titleRight{
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
.footer{
  width: 100%;
  height: 248px;
  background-color: #333;
  margin-top: 80px;
}
.footerCon{
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-color: #333;
  padding-top: 16px;
}
.footerCon .pageOne{
  padding-left: 0;
}
.number, .address{
  width: 350px;
  font: 14px/24px '微软雅黑';
  color: #fff;
  padding: 16px 10px;
}

.copyright{
  font: 12px/24px '微软雅黑';
  color: #fff;
  text-align: center;
}
.company{
  margin-right: 16px;
}
