/* =s Reset (by YUI 3) */
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input {
  border: 0;
}
figure {
  margin: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
/*ul{
	list-style-type: none;
}*/
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
time {
  content: '';
  display: block;
}
/* =e Reset */
/* =s base */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
  line-height: 170%;
  font-size: 12px;
  color: #000;
}
i,
em,
b {
  font-style: normal;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a.under:link,
a.under:active,
a.under:visited,
a.under:hover {
  text-decoration: underline;
}
/* float*/
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.fixR {
  position: absolute;
  top: 0;
  right: 0;
}
.setCenter {
  margin: 0 auto;
}
/* clear */
.clrB {
  clear: both;
}
.clrL {
  clear: left;
}
.clrR {
  clear: right;
}
.clrN {
  clear: none;
}
.g-clr {
  zoom: 1;
}
.g-clr:after {
  display: block;
  clear: both;
  height: 0;
  content: "\0020";
}
/* =e base */
/* 垂直 渐变 */
/* 水平 渐变 */
/* CSS3 动画*/
/* 搭配CSS3 动画使用 */
@keyframes mymove {
  
}
/* CSS3 改变元素样式 */
/* 搭配 伪类标签：hover使用 */
/* CSS3 改变元素空间 （ 自定义 ）*/
/* CSS3 改变元素空间 （ 2D 缩放转换 ）*/
/* CSS3 改变元素空间 （ 2D 旋转 ）*/
/* CSS3 改变元素空间 （ 2D 倾斜转换 ）*/
/* CSS3 改变元素空间 （ 修改元素位置 ）*/
/* CSS3 改变元素空间 （ 自定义 ）*/
/* CSS3 改变元素空间 （ 改变 父级 内 视察子级的视角 ）*/
/* 搭配 rotateX(angle) 使用 */
/* CSS3 改变元素中心点 */
/* 搭配 rotate(angle) 使用 */
/* 块级元素 内 对齐方式 （ 垂直 ） */
/* 块级元素 内 对齐方式 （ 水平 ） */
/* 块级元素 内 元素排列方式 */
/* 块级元素 内 元素伸缩比例 （ 水平 ） */
/* main */
.main {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.banner {
  position: relative;
  width: 100%;
  min-width: 1150px;
  max-width: 1400px;
  height: 100%;
  min-height: 600px;
  max-height: 720px;
  margin: 0 auto;
  background: url('../img/bg.png') repeat;
  background-size: 8%;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.banner .banner_scene_ground_side_other {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 18px;
  height: 18px;
  background: #FFF;
}
.banner .banner_scene_ground_side_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 120px;
}
.banner .banner_scene_ground_side_bg .banner_scene_ground_side_bg_in {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg.png') repeat;
  background-size: 8%;
  border-radius: 0px 0px 18px 0px;
}
.banner .top_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
}
.banner .top_bar .top_bar_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding-left: 50px;
  cursor: default;
}
.banner .top_bar .top_bar_content .top_bar_item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100%;
  line-height: 60px;
  color: #ffcc29;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .top_bar .top_bar_content .top_bar_item:hover {
  opacity: 1;
}
.banner .top_bar .top_bar_content .top_bar_lang {
  position: absolute;
  top: 10px;
  right: 160px;
  height: 36px;
  width: 120px;
  text-align: center;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_set {
  position: absolute;
  height: 36px;
  width: 120px;
  background: #ffcc29;
  border-radius: 18px;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  cursor: pointer;
}
.banner .top_bar .top_bar_content .top_bar_lang:hover {
  height: 50px;
}
.banner .top_bar .top_bar_content .top_bar_lang:hover .top_bar_lang_list {
  display: block;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_list {
  position: absolute;
  top: 43px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_list .top_bar_lang_item {
  position: relative;
  height: 36px;
  width: 120px;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  font-weight: normal;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_list .top_bar_lang_item:first-child {
  margin-top: 5px;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_list .top_bar_lang_item:last-child {
  margin-bottom: 5px;
}
.banner .top_bar .top_bar_content .top_bar_lang .top_bar_lang_list .top_bar_lang_item:hover {
  color: #ffcc29;
  font-weight: bold;
}
.banner .top_bar .top_bar_content .top_bar_time {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 36px;
  width: 120px;
  text-align: center;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
  color: #ffcc29;
}
.banner .banner_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -160px;
  width: 300px;
  height: 300px;
  background: url('../img/logo.png') no-repeat center center;
  background-size: contain;
}
.banner .banner_scene {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.banner .banner_scene .banner_scene_ground {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120px;
  width: 100%;
  border-radius: 18px 0px 0px 0px;
  background: #fff;
}
.banner .banner_scene .banner_scene_ground .banner_scene_ground_side_l {
  position: absolute;
  left: 0;
  height: 150px;
  width: 100px;
  border-radius: 18px 0px 0px 0px;
  background: #fff;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 14px 14px;
  -moz-transform-origin: 14px 14px;
  -ms-transform-origin: 14px 14px;
  -o-transform-origin: 14px 14px;
  transform-origin: 14px 14px;
}
.banner .banner_scene .banner_scene_content {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -250px;
  width: 500px;
  height: 500px;
  color: #ffcc29;
}
.banner .banner_scene .banner_scene_content .scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(1) {
  opacity: 0.1;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(1) span {
  left: 90%;
  bottom: 90%;
  opacity: 0.1;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(2) {
  opacity: 0.2;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(2) span {
  left: 80%;
  bottom: 80%;
  opacity: 0.2;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(3) {
  opacity: 0.3;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(3) span {
  left: 70%;
  bottom: 70%;
  opacity: 0.3;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(4) {
  opacity: 0.3;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(4) span {
  left: 60%;
  bottom: 60%;
  opacity: 0.3;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(5) {
  opacity: 0.5;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(5) span {
  left: 50%;
  bottom: 50%;
  opacity: 0.5;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(6) {
  opacity: 0.6;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(6) span {
  left: 40%;
  bottom: 40%;
  opacity: 0.6;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(7) {
  opacity: 0.7;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(7) span {
  left: 30%;
  bottom: 30%;
  opacity: 0.7;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(8) {
  opacity: 0.8;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(8) span {
  left: 20%;
  bottom: 20%;
  opacity: 0.8;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(9) {
  opacity: 0.9;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(9) span {
  left: 10%;
  bottom: 10%;
  opacity: 0.9;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(10) {
  opacity: 1;
}
.banner .banner_scene .banner_scene_content .scene .layer:nth-child(10) span {
  left: 0%;
  bottom: 0%;
  opacity: 1;
}
.banner .banner_scene .banner_scene_content .scene .banner_scene_content_item {
  position: absolute;
  width: 500px;
  height: 500px;
  box-sizing: border-box;
  border: solid thin #ffcc29;
}
.banner .banner_scene .banner_scene_content .scene .banner_scene_content_item span {
  position: absolute;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .banner {
    border-radius: 0px;
  }
  .banner_scene_ground_side_other {
    display: none;
  }
}
.page_content {
  position: relative;
  width: 1150px;
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  margin-top: 100px;
  box-sizing: border-box;
  padding-top: 300px;
}
.page_content .part_title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 700px;
  height: auto;
  box-sizing: border-box;
  padding: 20px 50px 30px 90px;
  z-index: 10;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content .part_title .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252525;
  opacity: 0.7;
  border-radius: 15px;
  box-shadow: 5px 5px 15px 1px #414141;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content .part_title .line_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 50px 30px 30px;
}
.page_content .part_title .line_block .line {
  position: relative;
  width: 15px;
  height: 100%;
  background: #ffcc29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content .part_title .title_word {
  position: relative;
  font-size: 40px;
  color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content .part_title .text_word {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  color: #EEE;
  line-height: 30px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_content .part_title .last_word {
  position: relative;
  margin-top: 15px;
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
  text-align: justify;
  text-justify: distribute-all-lines;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.page_content .part_title .last_word span {
  color: #ffcc29;
}
.page_content .part_title.before_style {
  left: -70px;
}
.page_content .part_title.before_style .bg {
  opacity: 0.1;
}
.page_content .part_title.before_style .line_block .line {
  height: 0%;
}
.page_content .part_title.before_style .title_word,
.page_content .part_title.before_style .text_word,
.page_content .part_title.before_style .last_word {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.page_content .page_line {
  position: absolute;
  left: 30px;
  width: 15px;
  height: 100%;
  background: #ffcc29;
}
.page_content.about_company {
  height: 700px;
}
.page_content.about_company .about_company_video {
  position: absolute;
  right: 0;
  top: 100px;
  width: 960px;
  height: 540px;
  border-radius: 10px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.page_content.about_company .about_company_video video {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  height: 100%;
}
.page_content.about_company .about_company_video .cover_v {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.page_content.about_company .about_company_video.before_style {
  right: -70px;
  opacity: 0;
}
.page_content.advantage_company {
  height: 700px;
}
.page_content.advantage_company .tips {
  position: absolute;
  right: 0px;
  top: 65px;
  color: #ffbe00;
  font-size: 20px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.page_content.advantage_company .tips.before_style {
  opacity: 0;
}
.page_content.advantage_company .advantage_company_webgl {
  position: absolute;
  right: 0;
  top: 100px;
  width: 960px;
  height: 540px;
  border-radius: 10px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.page_content.advantage_company .advantage_company_webgl.before_style {
  right: -70px;
  opacity: 0;
}
.page_content.service_company .page_line {
  height: 1115px;
}
.page_content.service_company .service_part {
  position: relative;
  width: 100%;
  height: 550px;
}
.page_content.service_company .service_part .service_part_point {
  position: absolute;
  left: 12px;
  top: -5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  border: solid 10px #FFF;
  background: #ffcc29;
}
.page_content.service_company .service_part .service_part_title {
  position: absolute;
  left: 90px;
  top: 8px;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_content.service_company .service_part .service_part_img {
  position: absolute;
  left: 90px;
  top: 60px;
  width: 400px;
  height: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content.service_company .service_part .service_part_img:hover .service_part_img_item:nth-child(3) {
  opacity: 0.85;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item {
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 1px #393e46;
  cursor: pointer;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item:nth-child(3) {
  left: 0px;
  top: 0px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item:nth-child(3):hover {
  opacity: 1;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item:nth-child(2) {
  left: 50px;
  top: 50px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item:nth-child(1) {
  left: 100px;
  top: 100px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.page_content.service_company .service_part .service_part_img .service_part_img_item:hover {
  z-index: 1 ;
  opacity: 1 ;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.page_content.service_company .service_part .service_part_text {
  position: absolute;
  left: 650px;
  top: 60px;
  width: 500px;
  height: 400px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item {
  position: absolute;
  width: 300px;
  height: auto;
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 1px #393e46;
  background: #ffbe00;
  border: solid 3px #ffbe00;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item span {
  font-size: 22px;
  font-weight: bold;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item p {
  margin-top: 7px;
  line-height: 22px;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item:nth-child(1) {
  z-index: 4;
  left: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item:nth-child(2) {
  z-index: 3;
  left: 50px;
  opacity: 0.95;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item:nth-child(3) {
  z-index: 2;
  left: 100px;
  opacity: 0.9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.page_content.service_company .service_part .service_part_text .service_part_text_item:nth-child(4) {
  z-index: 1;
  left: 150px;
  opacity: 0.85;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.page_content.service_company .service_part:nth-child(3) .service_part_text .service_part_text_item:nth-child(1) {
  top: 0px;
}
.page_content.service_company .service_part:nth-child(3) .service_part_text .service_part_text_item:nth-child(2) {
  top: 150px;
}
.page_content.service_company .service_part:nth-child(3) .service_part_text .service_part_text_item:nth-child(3) {
  top: 256px;
}
.page_content.service_company .service_part:nth-child(3) .service_part_text .service_part_text_item:nth-child(4) {
  top: 365px;
}
.page_content.service_company .service_part:nth-child(4) .service_part_text .service_part_text_item:nth-child(1) {
  top: 0px;
}
.page_content.service_company .service_part:nth-child(4) .service_part_text .service_part_text_item:nth-child(2) {
  top: 90px;
}
.page_content.service_company .service_part:nth-child(4) .service_part_text .service_part_text_item:nth-child(3) {
  top: 180px;
}
.page_content.service_company .service_part:nth-child(4) .service_part_text .service_part_text_item:nth-child(4) {
  top: 270px;
}
.page_content.service_company .service_part:nth-child(5) .service_part_text .service_part_text_item:nth-child(1) {
  top: 0px;
}
.page_content.service_company .service_part:nth-child(5) .service_part_text .service_part_text_item:nth-child(2) {
  top: 90px;
}
.page_content.service_company .service_part.before_style .service_part_title {
  left: 60px;
  opacity: 0;
}
.page_content.service_company .service_part.before_style .service_part_img {
  opacity: 0.05;
}
.page_content.service_company .service_part.before_style .service_part_img .service_part_img_item {
  left: 0px;
  top: 0px;
}
.page_content.service_company .service_part.before_style .service_part_text {
  opacity: 0.05;
}
.page_content.service_company .service_part.before_style .service_part_text .service_part_text_item {
  left: 0px;
  top: 0px !important;
}
.page_content.step_company .page_line {
  height: 1115px;
}
.page_content.step_company .step_part {
  position: relative;
  width: 100%;
  height: 550px;
}
.page_content.step_company .step_part .step_part_point {
  position: absolute;
  left: 12px;
  top: -5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  border: solid 10px #FFF;
  background: #ffcc29;
}
.page_content.step_company .step_part .step_part_title {
  position: absolute;
  left: 90px;
  top: 8px;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.step_company .step_part .step_part_title_description {
  position: absolute;
  left: 90px;
  top: 55px;
  font-size: 16px;
  line-height: 30px;
  width: 400px;
  color: #414141;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.page_content.step_company .step_part .step_part_content {
  position: absolute;
  left: 750px;
  top: 0%;
  width: 350px;
  height: 100%;
  border-left: dotted thin #414141;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item {
  position: absolute;
  left: -50px;
  width: 400px;
  height: auto;
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 1px #393e46;
  background: #ffbe00;
  border: solid 3px #ffbe00;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item span {
  font-size: 22px;
  font-weight: bold;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item p {
  margin-top: 7px;
  line-height: 22px;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item:nth-child(1) {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item:nth-child(3) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.page_content.step_company .step_part .step_part_content .step_part_content_item:nth-child(4) {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.page_content.step_company .step_part .step_part_content .step_part_block_item {
  position: absolute;
  left: 74px;
  top: 180px;
  width: 150px;
  height: 150px;
  background: #FFF;
  border-radius: 18px;
  border: solid 3px #252525;
  box-shadow: 5px 5px 10px 1px #393e46;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.page_content.step_company .step_part .step_part_content .step_part_block_item .first_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  font-size: 100px;
  text-align: center;
  opacity: 0;
  z-index: 1;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page_content.step_company .step_part .step_part_content .step_part_block_item .real_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -31px;
  width: 100px;
  height: 100px;
  font-size: 62px;
  text-align: center;
}
.page_content.step_company .step_part:nth-child(3) .step_part_content .step_part_content_item:nth-child(1) {
  top: 55px;
}
.page_content.step_company .step_part:nth-child(3) .step_part_content .step_part_content_item:nth-child(2) {
  top: 180px;
}
.page_content.step_company .step_part:nth-child(3) .step_part_content .step_part_content_item:nth-child(3) {
  top: 305px;
}
.page_content.step_company .step_part:nth-child(3) .step_part_content .step_part_content_item:nth-child(4) {
  top: 430px;
}
.page_content.step_company .step_part:nth-child(4) .step_part_content .step_part_content_item:nth-child(1) {
  top: 55px;
}
.page_content.step_company .step_part:nth-child(4) .step_part_content .step_part_content_item:nth-child(2) {
  top: 180px;
}
.page_content.step_company .step_part:nth-child(4) .step_part_content .step_part_content_item:nth-child(3) {
  top: 305px;
}
.page_content.step_company .step_part:nth-child(4) .step_part_content .step_part_content_item:nth-child(4) {
  top: 430px;
}
.page_content.step_company .step_part:nth-child(5) .step_part_content {
  border-left: none;
}
.page_content.step_company .step_part:nth-child(5) .step_part_content .step_part_block_item:nth-child(1) {
  left: 159px;
  top: 260px;
}
.page_content.step_company .step_part:nth-child(5) .step_part_content .step_part_block_item:nth-child(2) {
  left: -9px;
  top: 260px;
}
.page_content.step_company .step_part:nth-child(5) .step_part_content .step_part_block_item:nth-child(3) {
  left: 74px;
  top: 95px;
}
.page_content.step_company .step_part:nth-child(5) .step_part_content .step_part_block_item:nth-child(3) .real_logo {
  margin-top: -50px;
  background: url("../img/zfb.jpg") no-repeat center center;
  background-size: cover;
}
.page_content.step_company .step_part.before_style .step_part_title {
  left: 60px;
  opacity: 0;
}
.page_content.step_company .step_part.before_style .step_part_title_description {
  left: 60px;
  opacity: 0;
}
.page_content.step_company .step_part.before_style .step_part_content .step_part_content_item {
  left: 20px;
  opacity: 0.05;
}
.page_content.step_company .step_part.before_style .step_part_content .step_part_block_item {
  left: 74px !important;
  top: 180px !important;
}
.page_content.step_company .step_part.before_style .step_part_content .step_part_block_item .first_logo {
  opacity: 1 !important;
}
.page_content.step_company .step_part.before_style:nth-child(5) .step_part_content {
  opacity: 0.05;
}
.page_content.album_company .album_part {
  position: relative;
  width: 100%;
  height: 690px;
}
.page_content.album_company .album_part .album_part_word {
  position: absolute;
  width: 300px;
  height: auto;
}
.page_content.album_company .album_part .album_part_word h1 {
  font-size: 22px;
  font-weight: bold;
  color: #ffcc29;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.album_company .album_part .album_part_word p {
  margin-top: 7px;
  line-height: 22px;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.album_company .album_part .album_part_img {
  position: absolute;
  top: 0;
  width: 640px;
  height: 360px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page_content.album_company .album_part .album_part_img:hover .album_part_img_item:nth-child(2) {
  opacity: 0.5;
}
.page_content.album_company .album_part .album_part_img .album_part_img_item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: 5px 5px 10px 1px #393e46;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_content.album_company .album_part .album_part_img .album_part_img_item:nth-child(2) {
  opacity: 1;
}
.page_content.album_company .album_part .album_part_img .album_part_img_item:nth-child(1) {
  opacity: 0.5;
}
.page_content.album_company .album_part .album_part_img .album_part_img_item:hover {
  z-index: 1;
  opacity: 1 !important;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.page_content.album_company .album_part.left .album_part_word {
  left: 30px;
  border-left: solid 15px #ffcc29;
  padding-left: 40px;
}
.page_content.album_company .album_part.left .album_part_img {
  right: 0px;
}
.page_content.album_company .album_part.left .album_part_img .album_part_img_item:nth-child(2) {
  right: 50px;
  top: 100px;
}
.page_content.album_company .album_part.left .album_part_img .album_part_img_item:nth-child(1) {
  right: 0px;
  top: 50px;
}
.page_content.album_company .album_part.right .album_part_word {
  right: 30px;
  border-right: solid 15px #ffcc29;
  padding-right: 40px;
}
.page_content.album_company .album_part.right .album_part_word h1,
.page_content.album_company .album_part.right .album_part_word p {
  text-align: right;
}
.page_content.album_company .album_part.right .album_part_img {
  left: 0px;
}
.page_content.album_company .album_part.right .album_part_img .album_part_img_item:nth-child(2) {
  left: 0px;
  top: 50px;
}
.page_content.album_company .album_part.right .album_part_img .album_part_img_item:nth-child(1) {
  left: 50px;
  top: 100px;
}
.page_content.album_company .album_part.before_style.left .album_part_word h1,
.page_content.album_company .album_part.before_style.left .album_part_word p {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.page_content.album_company .album_part.before_style.left .album_part_img {
  opacity: 0.05;
}
.page_content.album_company .album_part.before_style.left .album_part_img .album_part_img_item:nth-child(2) {
  right: 25px;
  top: 75px;
}
.page_content.album_company .album_part.before_style.left .album_part_img .album_part_img_item:nth-child(1) {
  right: 25px;
  top: 75px;
}
.page_content.album_company .album_part.before_style.right .album_part_word h1,
.page_content.album_company .album_part.before_style.right .album_part_word p {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}
.page_content.album_company .album_part.before_style.right .album_part_img {
  opacity: 0.05;
}
.page_content.album_company .album_part.before_style.right .album_part_img .album_part_img_item:nth-child(2) {
  left: 25px;
  top: 75px;
}
.page_content.album_company .album_part.before_style.right .album_part_img .album_part_img_item:nth-child(1) {
  left: 25px;
  top: 75px;
}
.view_win {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.view_win.on {
  display: block;
}
.view_win .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252525;
  opacity: 0.7;
}
.view_win .img_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: -295px;
  width: 960px;
  height: 540px;
  background: #ffcc29;
  box-sizing: border-box;
  border: solid 20px #ffcc29;
  border-radius: 15px 15px 0px 15px;
}
.view_win .img_area .img_content {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url("../img/test.jpg") no-repeat center center;
  background-size: cover;
}
.view_win .img_area .close_btn {
  position: absolute;
  right: -20px;
  bottom: -50px;
  width: 30px;
  height: 30px;
  background: #ffcc29;
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
  color: #F00;
  text-align: center;
  box-sizing: border-box;
  padding: 2px;
  font-size: 24px;
}
.footer {
  position: relative;
  width: 100%;
  height: 385px;
  min-width: 1150px;
  background: #ffcc29;
}
.footer .footer_content {
  position: relative;
  margin: 0 auto;
  width: 1150px;
  height: 100%;
}
.footer .footer_content .culture_company {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 765px;
  height: auto;
  border-left: solid 15px #252525;
  padding-left: 40px;
}
.footer .footer_content .culture_company h1 {
  font-size: 36px;
  font-weight: bold;
  color: #252525;
}
.footer .footer_content .culture_company p {
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
}
.footer .footer_content .contact {
  position: absolute;
  top: 30px;
  left: 795px;
  width: 200px;
  height: auto;
  border-left: solid 2px #252525;
  padding-left: 30px;
}
.footer .footer_content .contact .contact_item {
  margin-bottom: 30px;
}
.footer .footer_content .contact .contact_item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #252525;
}
.footer .footer_content .contact .contact_item p {
  margin-top: 7px;
  line-height: 22px;
  font-size: 12px;
}
.footer .footer_content .contact .contact_item:last-child {
  margin-bottom: 0px;
}
.footer .footer_content .SenZQ_sign {
  position: absolute;
  left: 85px;
  top: 285px;
  color: #414141;
  font-size: 16px;
  opacity: 0.3;
  cursor: pointer;
}
.footer .footer_content .SenZQ_sign a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .footer_content .icp_info {
  position: absolute;
  left: 66px;
  top: 322px;
  width: auto;
  height: auto;
  max-width: 750px;
  min-height: 32px;
  background: #414141;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #bbb;
  line-height: 30px;
}
.footer .footer_content .icp_info a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
