* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  border: 0;
}
html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #0092FF;
}
button {
  outline: 0;
}
img {
  border: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}
li {
  list-style: none;
}
a {
  color: #222;
}
a:hover {
  color: #ffffff;
}
body {
  background-color: #F5F5F5;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}


.Nav .menus .bg {
  width: 132px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0092FF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bannen-text {
  width: 240px;
  margin: 0 auto;
}
.bannen-text .inquiry-btn {
  width: 264px;
  height: 79px;
  background: #0092FF;
  border-radius: 40px;
  float: left;
  margin-top: 248px;
  margin-left: -39px;
  position: absolute;
}
.bannen-text .inquiry-btn a {
  padding: 24px 60px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color: #FFFFFF;
  float: left;
}
.bannen-text h2 {
  font-size: 35px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 42px;
  color: #FFFFFF;
  position: absolute;
  opacity: 1;
  float: left;
  margin-left: 8px;
  margin-top: 76px;
}
.bannen-text p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 160px;
  position: absolute;
  margin-left: -260px;
  float: left;
}
.bannen {
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 462px;
  width: 100%;
  position: absolute;
}
.board {
  width: 1230px;
  height: 180px;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.board .information {
  width: 300px;
  height: 180px;
  float: left;
  background-color: #ffffff;
  margin-left: 10px;
  border-radius: 10px;
}
.process {
  width: 1230px;
  margin: 0 auto;
}
.process .title {
  width: 1230px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color: #333333;
  opacity: 1;
  float: left;
  margin-bottom: 70px;
}
.process .text-box {
  width: 784px;
}
.process .text-box p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  float: left;
  margin-top: 24px;
  margin-bottom: 40px;
}
.scene {
  width: 1230px;
  margin: 0 auto;
}



.special-headline {
  margin-top: 15px;
}

.special-headline blockquote {
  border-radius: 3px;
  padding: 15px 17px;
  border: none;
  background: #f5f9ff;
  font-family: 'Open Sans', sans-serif !important;
}

.special-headline blockquote:before {
  content: ' ';
}

.special-headline blockquote h3 {
  line-height: 35px !important;
  margin-bottom: 0px;
  margin-top: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #777;
}

.special-headline blockquote h3::before {
  content: "“";
  font-size: 100px;
  display: block;
  float: left;
  line-height: 1;
  height: 35px;
  opacity: .4;
  padding-right: 10px;
}

.special-banner {
  /* background-image: url({cms:special name= 'banner' /}); */
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  height: 462px;
  position: relative;
}


.special-focus .item .special-img {
  background-size: cover;
 
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  margin: 0 auto;
  background-repeat: no-repeat;
 
  height: 462px;
  
  position: absolute;

}

