﻿/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
@import url("netreset.css");
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/* float */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/* text-align */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/*配模式定位*/
/*下阴影*/
/* 背景自适应 */
.outBox {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.outBox:after {
  content: " ";
  clear: both;
  display: table;
}
.outBox:after {
  content: " ";
  clear: both;
  display: table;
}
.imgBox {
  padding-bottom: 66.66%;
  position: relative;
  z-index: 0;
}
.imgBox img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
img {
  vertical-align: middle;
}
html,
body {
  height: 100%;
}
.nethead {
  padding: 32px 0;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.nethead h1 {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}
.nethead h1 img {
 margin-top: -10px;
}
.nethead .loginBox {
  float: right;
  font-size: 16px;
}
.nethead .loginBox > li {
  display: inline-block;
  margin: 0 1.5em;
  height: 35px;
  line-height: 35px;
}
.nethead .loginBox > li a {
  color: #333;
}
.nethead .phoneNav {
  background-color: transparent;
  float: right;
  margin-left: 20px;
}
.nethead .phoneNav img {
  height: 30px;
}
@media (min-width: 760px) {
  .nethead .headnav {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    margin-left: 1em;
  }
  .nethead .headnav > li {
    margin-left: 4em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 0;
  }
  .nethead .headnav > li a {
    display: block;
    color: #333;
    line-height: 1.6;
  }
  .nethead .headnav > li a:hover {
    border-bottom: solid 1px #333;
  }
  .nethead .headnav > li img {
    display: none;
  }
  .nethead .headnav > li > ul {
    padding: 0;
    position: absolute;
    z-index: 0;
    width: 8em;
    left: 50%;
    margin-left: -4em;
    background-color: rgba(255, 228, 0, 0.8);
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -moz-transition: all 0.218s;
    /* Firefox 4 */
    -webkit-transition: all 0.218s;
    /* Safari 和 Chrome */
    -o-transition: all 0.218s;
    /* Opera */
    transition: all 0.218s;
  }
  .nethead .headnav > li > ul > li {
    margin: 0.6em 0;
  }
  .nethead .headnav > li:hover > ul {
    padding: 0.5em 0;
    height: auto;
    opacity: 1;
  }
  .nethead .phoneNav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nethead .headnav > li {
    margin-left: 3em;
  }
}
@media (max-width: 1000px) {
  .nethead .headnav > li {
    margin-left: 2em;
  }
  .nethead .loginBox > li {
    margin: 0 1em;
  }
}
@media (max-width: 900px) {
  .nethead .headnav > li {
    margin-left: 1em;
  }
  .nethead .loginBox > li {
    margin: 0 0.5em;
  }
}
@media (max-width: 760px) {
  .nethead {
    padding: 20px 0;
  }
  .nethead .headnav {
    position: absolute;
    z-index: -1;
    background-color: rgba(255, 228, 0, 0.8);
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    -moz-transition: height 0.218s;
    /* Firefox 4 */
    -webkit-transition: height 0.218s;
    /* Safari 和 Chrome */
    -o-transition: height 0.218s;
    /* Opera */
    transition: height 0.218s;
  }
  .nethead .headnav a {
    color: #333;
  }
  .nethead .headnav > li {
    font-size: 16px;
    margin-top: 1em;
  }
  .nethead .headnav > li,
  .nethead .headnav > li > a {
    color: #333;
  }
  .nethead .headnav > li img {
    display: inline-block;
    -moz-transition: all 0.218s;
    /* Firefox 4 */
    -webkit-transition: all 0.218s;
    /* Safari 和 Chrome */
    -o-transition: all 0.218s;
    /* Opera */
    transition: all 0.218s;
  }
  .nethead .headnav > li > ul {
    height: 0;
    overflow: hidden;
  }
  .nethead .headnav > li > ul > li {
    display: inline-block;
    font-size: 0.9em;
    margin-top: 1.1em;
    margin-right: 1.5em;
  }
  .nethead .headnav > li:hover img {
    -moz-transform: rotate(180deg);
    /* Firefox 4 */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    transform: rotate(180deg);
  }
  .nethead .headnav > li:hover > ul {
    height: auto;
  }
}
.netbanner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.netbanner > section {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.netbanner > section .tmain {
  height: 100%;
  width: 100%;
}
.netbanner > section .tmain li {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.netbanner > section .tmain li a {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.netbanner > section .tmain li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.netbanner > section .tmain li .img > article {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  /* Firefox 4 */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  transform: translateY(-50%);
}
.netbanner > section .tmain li .img.meng:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.netbanner > section .blist {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 4%;
  text-align: center;
  -moz-transform: translateX(-50%);
  /* Firefox 4 */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  transform: translateX(-50%);
}
.netbanner > section .blist > div {
  font-size: 58px;
  color: #ffe400;
}
.netbanner > section .blist > div ul {
  display: inline;
}
.netbanner > section .blist > div ul li {
  display: none;
  font-size: 1.38em;
}
.netbanner > section .blist > div ul li.on {
  display: inline;
}
.netbanner > section .blist > div > span {
  cursor: pointer;
}
.netbanner > section .blist > span {
  display: inline-block;
  margin-top: 4%;
  cursor: pointer;
}
.netbanner > section .background_video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.netbanner .eg01 h2 {
  font-size: 86px;
}
.netbanner .eg01 h2 em {
  color: #ffe400;
}
.netbanner .eg01 h4 {
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .netbanner > section .blist > div {
    font-size: 48px;
  }
  .netbanner > section .blist > span img {
    width: 44px;
  }
  .netbanner .eg01 h2 {
    font-size: 66px;
  }
  .netbanner .eg01 h4 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .netbanner #slideBoxPc {
    display: block;
  }
  .netbanner #slideBoxPh {
    display: none;
  }
}
@media (max-width: 768px) {
  .netbanner #slideBoxPc {
    display: none;
  }
  .netbanner #slideBoxPh {
    display: block;
  }
  .netbanner > section .blist > div {
    font-size: 40px;
  }
  .netbanner .eg01 h2 {
    font-size: 48px;
  }
  .netbanner .eg01 h4 {
    font-size: 19px;
  }
}
@media (max-width: 520px) {
  .netbanner .eg01 h2 {
    font-size: 36px;
  }
  .netbanner .eg01 h4 {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .netbanner .eg01 h2 {
    font-size: 30px;
  }
  .netbanner .eg01 h4 {
    font-size: 12px;
  }
}
.netmidnav {
  background-color: #ffe400;
}
.netmidnav img {
  max-width: 100%;
}
.netmidnav a {
  color: #333;
}
.netmidnav ul {
  text-align: center;
  font-size: 36px;
  padding: 0.8em 0 0.5em;
}
.netmidnav ul img {
  width: 4em;
}
@media (min-width: 760px) {
  .netmidnav ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
@media (max-width: 760px) {
  .netmidnav ul {
    font-size: 24px;
  }
  .netmidnav ul li + li {
    margin-top: 1.6em;
  }
}
.netcap {
  background-color: #eeeeee;
}
.netcap > h2 {
  background-color: rgba(48, 48, 48, 0.9);
  color: #fefefe;
  font-size: 48px;
  text-align: center;
  line-height: 80px;
}
.netcap > h4 {
  width: 73%;
  max-width: 1022px;
  margin: 2em auto auto;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
}
.netcap > h4 + h4 {
  margin-top: 1em;
}
.netcap > ul {
  background: url("../images/index/bg_gf.png") center top no-repeat;
  background-size: 71% auto;
  -webkit-background-size: 71% auto;
  -moz-background-size: 71% auto;
  -o-background-size: 71% auto;
  -ms-background-size: 71% auto;
  width: 100%;
  max-width: 1419px;
  margin: 1.4em auto auto;
  text-align: center;
  padding-top: 4%;
  font-size: 20px;
}
.netcap > ul > li {
  position: relative;
  z-index: 0;
}
.netcap > ul > li > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}
.netcap > ul > li .front h3,
.netcap > ul > li .front h4 {
  color: #fff;
}
.netcap > ul > li .front h3 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.netcap > ul > li:first-child .front {
  background-color: #f46301;
}
.netcap > ul > li:nth-child(2) .front {
  background-color: #fdb200;
}
.netcap > ul > li:nth-child(3) .front {
  background-color: #2b52d3;
}
.netcap > ul > li:nth-child(4) .front {
  background-color: #4771fc;
}
@media (max-width: 1000px) {
  .netcap > h2 {
    font-size: 40px;
  }
}
@media (min-width: 760px) {
  .netcap {
    padding-bottom: 40px;
  }
  .netcap > ul {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
  }
  .netcap > ul > li {
    width: 33.33%;
    height: 618px;
  }
  .netcap > ul > li > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome 和 Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    -moz-transition: all ease-in-out 0.6s;
    /* Firefox 4 */
    -webkit-transition: all ease-in-out 0.6s;
    /* Safari 和 Chrome */
    -o-transition: all ease-in-out 0.6s;
    /* Opera */
    transition: all ease-in-out 0.6s;
  }
  .netcap > ul > li .front {
    padding-top: 100px;
  }
  .netcap > ul > li .front h4 {
    margin-bottom: 90px;
  }
  .netcap > ul > li .back {
    background-color: #fff;
    padding-top: 115px;
    transform: rotateY(-180deg);
  }
  .netcap > ul > li .back > h3 {
    font-size: 18px;
  }
  .netcap > ul > li:first-child .back {
    color: #f46301;
  }
  .netcap > ul > li:first-child .back .xmlist {
    margin: 1.5em auto 0;
    width: 80%;
    *zoom: 1;
    border: solid 1px #f46301;
    border-width: 1.5px 1px 1px 1.5px;
  }
  .netcap > ul > li:first-child .back .xmlist:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:first-child .back .xmlist:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:first-child .back .xmlist li {
    float: left;
    font-size: 14px;
    width: 25%;
    border-right: solid 0.5px #f46301;
    border-bottom: solid 0.5px #f46301;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4em;
  }
  .netcap > ul > li:first-child .back .xmlist li a {
    display: block;
    color: #f46301;
    white-space: nowrap;
    overflow: hidden;
  }
  .netcap > ul > li:first-child .back .xmlist li:hover {
    background-color: #f46301;
  }
  .netcap > ul > li:first-child .back .xmlist li:hover a {
    color: #fff;
  }
  .netcap > ul > li:first-child .back > section {
    color: #f46301;
    margin: 1em auto 0;
    width: 80%;
    font-size: 14px;
    text-align: left;
  }
  .netcap > ul > li:first-child .back > section > h4 {
    margin-bottom: 0.9em;
  }
  .netcap > ul > li:first-child .back > section > ul {
    *zoom: 1;
  }
  .netcap > ul > li:first-child .back > section > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:first-child .back > section > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:first-child .back > section > ul li {
    width: 49%;
    float: left;
  }
  .netcap > ul > li:first-child .back > section > ul li h5 {
    margin-top: 1em;
  }
  .netcap > ul > li:first-child .back > section > ul li a {
    display: block;
    color: #f46301;
  }
  .netcap > ul > li:first-child .back > section > ul li .img {
    border: solid 1px #fff;
  }
  .netcap > ul > li:first-child .back > section > ul li:hover .img {
    border-color: #f46301;
  }
  .netcap > ul > li:first-child .back > section > ul li + li {
    margin-left: 2%;
  }
  .netcap > ul > li:nth-child(2) .back {
    color: #fdb200;
  }
  .netcap > ul > li:nth-child(2) .back > ul {
    width: 160px;
    margin: 130px auto 0;
    font-size: 14px;
    *zoom: 1;
    -moz-transform: rotate(45deg);
    /* Firefox 4 */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    transform: rotate(45deg);
  }
  .netcap > ul > li:nth-child(2) .back > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:nth-child(2) .back > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .netcap > ul > li:nth-child(2) .back > ul > li {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 4px;
    text-align: center;
    color: #fdb200;
    border: solid 1px #fdb200;
  }
  .netcap > ul > li:nth-child(2) .back > ul > li a {
    color: #fdb200;
    display: block;
    -moz-transform: rotate(-45deg);
    /* Firefox 4 */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    transform: rotate(-45deg);
  }
  .netcap > ul > li:nth-child(2) .back > ul > li:nth-child(2),
  .netcap > ul > li:nth-child(2) .back > ul > li:nth-child(3) {
    background-color: #fdb200;
  }
  .netcap > ul > li:nth-child(2) .back > ul > li:nth-child(2) a,
  .netcap > ul > li:nth-child(2) .back > ul > li:nth-child(3) a {
    color: #333;
  }
  .netcap > ul > li:nth-child(3) .back {
    color: #2b52d3;
  }
  .netcap > ul > li:nth-child(3) .back > ul {
    width: 190px;
    margin: 50px auto 0;
  }
  .netcap > ul > li:nth-child(3) .back > ul > li {
    position: relative;
    z-index: 0;
  }
  .netcap > ul > li:nth-child(3) .back > ul > li h4 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    /* Firefox 4 */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
  }
  .netcap > ul > li:nth-child(3) .back > ul > li:hover:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2b52d3;
    opacity: 0.7;
  }
  .netcap > ul > li:nth-child(3) .back > ul > li + li {
    margin-top: 40px;
  }
  .netcap > ul > li:nth-child(4) {
    display: none;
  }
  .netcap > ul > li:hover .front {
    transform: rotateY(180deg);
  }
  .netcap > ul > li:hover .back {
    transform: rotateY(0deg);
  }
}
@media (max-width: 760px) {
  .netcap > h2 {
    font-size: 30px;
  }
  .netcap > ul > li {
    height: 236px;
  }
  .netcap > ul > li .front {
    padding-top: 35px;
  }
  .netcap > ul > li .front > h4 {
    margin-bottom: 1.1em;
  }
  .netcap > ul > li .front > img {
    width: 61px;
  }
  .netcap > ul > li .back {
    display: none;
  }
  .netcap > ul > li a {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.netmap {
  color: #fff;
  background: #3c3c3c url("../images/index/bg_map.jpg") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.netmap img {
  max-width: 100%;
}
.netmap .addressBox {
  padding: 9.125% 8.25%;
  position: relative;
  z-index: 0;
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
}
.netmap .addressBox h2 {
  position: absolute;
  z-index: 0;
  top: 9.125%;
  left: -5.25%;
  width: 13.5%;
}
.netmap .addressBox .namelist {
  font-size: 16px;
}
.netmap .addressBox .namelist li {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ffe400;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.netmap .addressBox .namelist li span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffe400;
  opacity: 0.7;
}
.netmap .addressBox .namelist li p {
  width: 1em;
  margin: 10px -3px 0;
  line-height: 1.1;
}
.netmap .addressBox .namelist li:hover span,
.netmap .addressBox .namelist li.on span {
  animation: point 1s infinite;
  -moz-animation: point 1s infinite;
  /* Firefox */
  -webkit-animation: point 1s infinite;
  /* Safari 和 Chrome */
  -o-animation: point 1s infinite;
  /* Opera */
}
.netmap .addressBox .namelist li:first-child {
  left: 69.3%;
  top: 41.6%;
}
.netmap .addressBox .namelist li:nth-child(2) {
  left: 79.6%;
  top: 58.7%;
}
.netmap .addressBox .namelist li:nth-child(3) {
  left: 69.7%;
  top: 77.3%;
}
.netmap .addressBox .namelist li:nth-child(4) {
  left: 55.2%;
  top: 50.4%;
}
.netmap .addressBox .namelist li:nth-child(5) {
  left: 63.8%;
  top: 50.9%;
}
.netmap .addressBox .namelist li:nth-child(6) {
  left: 76.7%;
  top: 48%;
}
@keyframes point {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(8);
    opacity: 0;
  }
}
@-moz-keyframes point {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(8);
    opacity: 0;
  }
}
@-webkit-keyframes point {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(8);
    opacity: 0;
  }
}
@-o-keyframes point {
  from {
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    -o-transform: scale(8);
    opacity: 0;
  }
}
.netmap .outBox {
  position: relative;
  z-index: 0;
}
.netmap .addr {
  background-color: rgba(255, 228, 0, 0.6);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: absolute;
  top: 45%;
  right: 50%;
  z-index: 2;
  padding: 1em 0.8em 1em 1.3em;
  width: 22.4em;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.netmap .addr h3 {
  font-size: 1.14em;
}
.netmap .addr.on {
  display: block;
}
@media (max-width: 1400px) {
  .netmap .addressBox h2 {
    left: -1%;
  }
}
@media (max-width: 760px) {
  .netmap .addressBox h2 {
    width: 25%;
  }
  .netmap .addressBox .namelist {
    font-size: 14px;
  }
  .netmap .addressBox .namelist li p {
    margin: 36px -2px 0;
  }
  .netmap .addr {
    width: 50%;
    top: 40%;
    font-size: 12px;
  }
  .netmap .addr[data-addr='sh'] {
    top: 30%;
  }
}
@media (max-width: 550px) {
  .netmap .addr {
    position: static;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .netmap .addressBox .namelist {
    font-size: 12px;
  }
  .netmap .addressBox .namelist li p {
    margin: 25px -1px 0;
  }
}
.netmap_220217 {
  background: url("../images/index/netmapBg.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 4.1% 2% 5.2%;
}
.netmap_220217 .outside {
  max-width: 100%;
  text-align: center;
}
.netmap_220217 .within {
  display: inline-block;
  position: relative;
  padding: 0 2%;
}
.netmap_220217 .within img {
  vertical-align: middle;
  max-width: 100%;
}
.netmap_220217 .within ul {
  text-align: left;
}
.netmap_220217 .within ul li {
  color: #fff;
}
.netmap_220217 .within ul li h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.netmap_220217 .within ul li p {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 840px) {
  .netmap_220217 .within ul li {
    position: absolute;
  }
  .netmap_220217 .within ul li:nth-child(1) {
    left: 15%;
    top: 3%;
  }
  .netmap_220217 .within ul li:nth-child(2) {
    left: 0%;
    top: 41%;
    text-align: right;
  }
  .netmap_220217 .within ul li:nth-child(3) {
    left: 11%;
    bottom: 4%;
    text-align: right;
  }
  .netmap_220217 .within ul li:nth-child(4) {
    right: 7%;
    top: 28%;
    text-align: left;
  }
  .netmap_220217 .within ul li:nth-child(5) {
    right: 7%;
    top: 79%;
    text-align: left;
  }
}
@media (max-width: 839px) {
  .netmap_220217 .within ul li {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .netmap_220217 .within ul li h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.netfoot {
  background-color: #303030;
  text-align: center;
  color: #fff;
  padding: 7% 0 5%;
}
.netfoot .tBox {
  margin-bottom: 1%;
}
.netfoot .tBox .fNav {
  display: inline-block;
  vertical-align: middle;
}
.netfoot .tBox .fNav li {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0;
}
.netfoot .tBox .fNav li a {
  color: #fff;
  border-left: solid 1px #ffe400;
  padding: 0 1em;
  line-height: 1;
}
.netfoot .tBox .fNav li a:hover {
  color: #ffe400;
}
.netfoot .tBox .fNav li:first-child a {
  border-left: none;
}
.netfoot .tBox .iBox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  margin-right: 2em;
}
.netfoot .tBox .iBox li {
  display: inline-block;
  line-height: 1;
  border-left: solid 1px #ffe400;
  padding: 0 1em;
  margin: 1em 0;
}
.netfoot .tBox .iBox li img {
  height: 15px;
}
.netfoot .tBox .iBox li a {
  color: #ffe400;
  margin: 0;
  font-weight: 600;
  font-size: inherit;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -ms-background-size: auto 100%;
}
.netfoot .bBox p {
  margin: 1em 0;
}
.netfoot .bBox .copy {
  border-bottom: solid 1px #ffe400;
  padding-bottom: 0.8em;
}
.netfoot .bBox .bei {
  margin-top: 1em;
}
.netfoot .bBox .bei a {
  display: inline-block;
  line-height: 1;
  padding: 0 1em;
  color: #fff;
}
.netfoot .bBox .bei a + a {
  border-left: solid 1px #ffe400;
}
.netfoot .jcjy_logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 1%;
}
.netfoot .jcjy_logo a {
  display: inline-block;
  margin: 0 15px;
}
.netfoot .jcjy_logo a img {
  max-width: 80px;
}
@media (max-width: 760px) {
  .netfoot {
    padding-bottom: 90px;
  }
}
.downbao {
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #ffe400;
  position: absolute;
  z-index: 50;
  right: 10%;
  top: 0;
  opacity: 0;
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
}
.downbao .jsClodb {
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.downbao > img {
  -moz-transform: translateY(-14%);
  /* Firefox 4 */
  -webkit-transform: translateY(-14%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-14%);
  /* Opera */
  transform: translateY(-14%);
}
.downbao > a {
  background-color: #333333;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  display: inline-block;
  width: 9em;
  font-size: 18px;
}
.downbao:before {
  content: "";
  width: 1px;
  height: 250px;
  background-color: #ffe400;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -100%;
}
.downbao.on {
  opacity: 1;
  top: 185px;
  animation: dang 1s;
  -moz-animation: dang 1s;
  /* Firefox */
  -webkit-animation: dang 1s;
  /* Safari 和 Chrome */
  -o-animation: dang 1s;
  /* Opera */
}
@keyframes dang {
  0% {
    top: 0;
    opacity: 0;
  }
  86% {
    top: 220px;
    opacity: 1;
  }
  100% {
    top: 185px;
  }
}
@-moz-keyframes dang {
  0% {
    top: 0;
    opacity: 0;
  }
  86% {
    top: 220px;
    opacity: 1;
  }
  100% {
    top: 185px;
  }
}
@-webkit-keyframes dang {
  0% {
    top: 0;
    opacity: 0;
  }
  86% {
    top: 220px;
    opacity: 1;
  }
  100% {
    top: 185px;
  }
}
@-o-keyframes dang {
  0% {
    top: 0;
    opacity: 0;
  }
  86% {
    top: 220px;
    opacity: 1;
  }
  100% {
    top: 185px;
  }
}
@media (max-width: 760px) {
  .downbao {
    display: none;
  }
}
.sidebar_b {
  position: fixed;
  z-index: 50;
  right: 0;
  font-size: 14px;
  text-align: center;
  *zoom: 1;
  bottom: 50%;
  -moz-transform: translateY(50%);
  /* Firefox 4 */
  -webkit-transform: translateY(50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(50%);
  /* Opera */
  transform: translateY(50%);
}
.sidebar_b:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b > ul {
  margin-bottom: 10px;
  *zoom: 1;
}
.sidebar_b > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b > ul li {
  padding: 0.5em 0 0.1em;
  margin-bottom: 4px;
  width: 5em;
  overflow-x: hidden;
  background-color: #ffe400;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  cursor: pointer;
  float: right;
  clear: both;
  -moz-transition: all 0.218s;
  /* Firefox 4 */
  -webkit-transition: all 0.218s;
  /* Safari 和 Chrome */
  -o-transition: all 0.218s;
  /* Opera */
  transition: all 0.218s;
}
.sidebar_b > ul li a {
  color: #333;
  display: block;
}
.sidebar_b > ul li img {
  margin-bottom: 0.1em;
}
.sidebar_b > ul li p {
  display: block;
  width: 5em;
}
.sidebar_b > ul li.phone {
  width: 14.6em;
  margin-right: -9.6em;
  position: relative;
  z-index: 0;
}
.sidebar_b > ul li.phone > a {
  float: right;
  width: 8.4em;
  font-size: 1.14em;
  margin-top: 0.9em;
  color: #333;
}
.sidebar_b > ul li.phone::before {
  content: "";
  width: 2px;
  height: 98%;
  position: absolute;
  z-index: 0;
  left: 5em;
  top: 1px;
  bottom: 1px;
  background-color: #fff;
}
.sidebar_b > ul li:hover {
  padding-right: 1em;
}
.sidebar_b > ul li:hover.phone {
  margin-right: 0;
}
.sidebar_b #btnup {
  float: right;
  width: 5em;
  cursor: pointer;
}
@media (max-width: 760px) {
  .sidebar_b {
    display: none;
    background-color: #ff5a0a;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  .sidebar_b > ul {
    *zoom: 1;
  }
  .sidebar_b > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .sidebar_b > ul:after {
    content: " ";
    clear: both;
    display: table;
  }
  .sidebar_b > ul li {
    float: left;
    width: 25%;
  }
}
.sidebar_s {
  position: fixed;
  z-index: 50;
  background-color: #ff5a0a;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.sidebar_s > ul {
  *zoom: 1;
  padding: 10px 0 8px;
}
.sidebar_s > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_s > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_s > ul li {
  float: left;
  width: 25%;
}
.sidebar_s > ul li a {
  color: #fff;
  display: block;
}
.sidebar_s > ul li img {
  margin-bottom: 3%;
}
@media (min-width: 760px) {
  .sidebar_s {
    display: none;
  }
}
.popYj {
  display: none;
  position: absolute;
  z-index: 20;
  left: 50%;
  color: #434343;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.popYj h3 {
  background-color: #e7d00e;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.popYj h3 .jsclose {
  margin: 5px 10px 0 0;
  cursor: pointer;
}
.popYj form {
  width: 80%;
  margin: 0 auto;
}
.popYj h4 {
  margin-top: 1em;
  font-size: 14px;
}
.popYj .uplist {
  font-size: 12px;
}
.popYj .uplist input,
.popYj .uplist button,
.popYj .uplist textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popYj .uplist input[type='text'] {
  height: 28px;
  line-height: 28px;
  border: solid 1px #ffe400;
  width: 100%;
  padding: 0 0.4em;
}
.popYj .uplist textarea {
  width: 100%;
  border: solid 1px #ffe400;
  resize: none;
  padding: 0.4em;
  height: 9em;
  line-height: 1.5;
}
.popYj .uplist button {
  width: 100%;
  background-color: #e7d00e;
  height: 30px;
}
.popYj .uplist > li {
  margin-top: 10px;
}
@media (min-width: 760px) {
  .popYj {
    width: 360px;
    height: 450px;
  }
  .popYj .uplist > li:last-child {
    margin-top: 4em;
  }
}
@media (max-width: 760px) {
  .popYj {
    width: 280px;
    height: 425px;
  }
}
.popWxm {
  display: none;
  position: absolute;
  z-index: 20;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 260px;
  border: solid 1px #eee;
  text-align: center;
  padding-bottom: 30px;
}
.popWxm h3 {
  text-align: right;
}
.popWxm h3 > img {
  margin: 10px;
  cursor: pointer;
}
.popWxm > img {
  margin: 10px 0 20px;
}