@charset "utf-8";
/* CSS Document */
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;}

.clearfloat{*zoom:1;}
.clearfloat:after{content:"";display:block;clear:both;height: 0;line-height: 0;visibility: hidden;}

.header{
  width: 100%;
  height: 80px;
}
.nav{
  width: 1000px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.logo{
  margin: 0;
}
.system{
  display: flex;
  align-items: center;
  margin: 0;
}
.logoName{
  color: #333;
  font: 34px/48px "思源黑体";
}
.action{
  float: right;
  padding-top: 24px;
  display: flex;
  align-items: center;
}
.register{
  width: 80px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background-color: #ff9d25;
  color: #fff;
  cursor: pointer;
  margin: 0 40px 0 40px;
}
.telephone{
  font: bold 24px/24px "思源黑体";
  color: #333;
}
.navList{
  float: right;
}
.navList li{
  display: inline;
}
.navList a{
  color: #333;
}
.navList a:link{
  display: inline-block;
  font: 16px/80px "微软雅黑";
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 0 40px;
}
.navList a:hover{
  color: #fff;
  padding: 0 40px;
  background-color: #007aff;
}

.banner{
  width: 100%;
  height: 600px;
  background: url(../images/banner_03.png) no-repeat center center;
}
.bannerContent{
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  background: url(../images/banner_04.png) no-repeat center center;
}
.bannerTitle{
  width: 480px;
  font-size: 36px;
  color: #fff;
  padding-top: 104px;
}
.bannerText{
  width: 480px;
  font: 24px/42px "思源黑体";
  color: #fff;
  margin-top: 16px;
}
.main{
  width: 100%;
}
.bgOne{
  width: 100%;
  height: 940px;
  background: url(../images/bg_01.png) no-repeat center center;
}
.imgOne{
  float: right;
}
.partCont{
  width: 1000px;
  height: 490px;
}
.titleLeft{
  display: flex;
  align-items: center;
  width: 360px;
  padding-top: 48px;
  float: left;
}
.titleOne, .titleTwo{
  margin-top: 4px;
  margin-right: 8px;
}
.title{
  font: bold 36px/36px "思源黑体";
  color: #333;
}
.titleRight{
  width: 360px;
  float: right;
  padding-top: 48px;
  display: flex;
  align-items: center;
}
.bgTwo{
  width: 100%;
  height: 940px;
  background: url(../images/bg_02.png) no-repeat center center;
}
.bgThree{
  width: 100%;
  height: 1060px;
  background: url(../images/bg_03.png) no-repeat center center;
}
.content{
  padding-top: 80px;
  width: 1000px;
  /* height: 490px; */
  margin: 0 auto;
}
.content h3{
  font: bold 30px/64px '微软雅黑';
  color: #333;
  text-align: center;
  padding-top: 40px;
}
.imgOne{
  float: right;
}
.line{
  display: inline-block;
  width: 40px;
  height: 10px;
  border-bottom: 2px solid #333;
  margin: 0 10px 8px;
}
.function,.service{
  height: 560px;
}
.Label{
  width: 100%;
  height: 560px;
  background-color: #eff7ff;
}
.textOne{
  width: 320px;
  font: 14px/24px "思源黑体";
  color: #333;
  padding-top: 88px;
}
.footer{
  width: 100%;
  height: 166x;
  background-color: #333;
}
.footerCon{
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  background-color: #333;
  padding-top: 16px;
}
.footerCon .pageOne{
  padding-left: 0;
}
.number, .address{
  width: 300px;
  font: 14px/24px '微软雅黑';
  color: #fff;
  padding: 16px 0;
}
.number{
  float: right;
}
/* .address{
  float: left;
} */
.copyright{
  font: 12px/24px '微软雅黑';
  color: #fff;
  text-align: center;
}
.company{
  margin-right: 16px;
}
.beian {
  color: #fff;
}
.beian a{
  color: #fff;
}
.beian a:link{
  color: #fff;
}
.beian a:hover{
  color: #fff;
}