@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;
  display: flex;
}
.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;
}
.telephone{
  font: bold 24px/24px "思源黑体";
  color: #333;
}
.register{
  width: 80px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background-color: #ff9d25;
  color: #fff;
  cursor: pointer;
  margin: 0 40px 0 40px;
}
.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_01.png) no-repeat center center;
}
.bannerContent{
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  background: url(../images/banner_02.png) no-repeat center center;
}
.bannerTitle{
  font-size: 48px;
  color: #fff;
  padding-top: 88px;
}
.bannerText{
  width: 480px;
  font: 24px/42px "思源黑体";
  color: #fff;
  margin-top: 16px;
}
.main{
  width: 100%;
}
.content{
  width: 1000px;
  height: 560px;
  margin: 0 auto;
}
.contentBg{
  width: 1000px;
  height: 560px;
  margin: 0 auto;
  background-color: #eff7ff;
}
.serviceContent{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.content h3, .contentBg 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;
}
.must{
  color: red;
}
.textOne{
  width: 320px;
  font: 14px/24px "思源黑体";
  color: #333;
  padding-top: 88px;
}
.operation{
  width: 240px;
  height: 340px;
  background: url(../images/home_1.png) no-repeat center center;
  text-align: center;
}
.custService{
  width: 240px;
  height: 340px;
  background: url(../images/home_2.png) no-repeat center center;
  text-align: center;
}
.update{
  width: 240px;
  height: 340px;
  background: url(../images/home_3.png) no-repeat center center;
  text-align: center;
}
.consultation{
  width: 240px;
  height: 340px;
  background: url(../images/home_4.png) no-repeat center center;
  text-align: center;
}
.serTitle{
  font: 24px/64px "思源黑体";
  color: #333;
  padding-top: 160px;
}
.serText{
  width: 180px;
  text-align: left;
  font: 14px/22px "思源黑体";
  color: #333;
  padding: 0 32px;
}
.trialText{
  font: 24px/36px "思源黑体";
  color: #333;
  margin-bottom: 24px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
}
.trial{
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  background: url(../images/trial.png) no-repeat center center;
}
.trialCont{
  width: 700px;
  height: 500px;
  margin: 0 auto;
  padding-top: 180px;
}
.btn{
  width: 120px;
  height: 40px;
  border: 1px solid #1089ff;
  border-radius: 4px;
  background-color: #fff;
  color: #1089ff;
  cursor: pointer;
  margin-top: 8px;
  font: 16px/40px "思源黑体";
}
.formControl{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.formHorizontal{
  text-align: center;
}
.formGroup{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.controlLabel{
  width: 160px;
  font: 18px/18px "思源黑体";
  text-align: right;
  margin-right: 16px;
}
.colRight{
  width: 400px;
}
.footer{
  width: 100%;
  height: 166px;
  background-color: #333;
  margin-top: 80px;
}
.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;
}
.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;
}

.mark {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 100px;
  width: 400px;
  height: 100px;
  text-align: center;
  font: bold 16px/100px "思源黑体";
  color: #666;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 6px #666;
  border-radius: 10px;
}