body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
input {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans SC", Arial;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
body,
html {
  width: 100%;
  height: 100%;
}
.dis-none {
  display: none!important;
}
.dis-block {
  display: block;
}
.has-bg {
  height: auto;
  min-height: 7rem;
  padding-bottom: 1.5rem;
}
.hx-navbox {
  width: 100%;
  height: .96rem;
  overflow: hidden;
  background: #fff;
}
.hx-navbox .hx-log {
  width: 3.75rem;
  height: .56rem;
  margin-top: .18rem;
  margin-left: .5rem;
  font-size: 0;
  float: left;
  cursor: pointer;
}
.hx-navbox .hx-log img {
  /*width: 100%;*/
  height: 100%;
}
.hx-navbox .hx-navs {
  width: 11rem;
  height: 100%;
  float: left;
  margin-left:2rem;
}
.hx-navbox .hx-navs .hx-nav {
  width: 1.2rem;
  /*padding: 0 .2rem;*/
  height: 100%;
  float: left;
  font-size: .2rem;
  text-align: center;
  line-height: .96rem;
  color: #666666;
  cursor: pointer;
}
.hx-navbox .hx-navs .hx-nav:hover {
  color: #e65c11;
}
.hx-navbox .hx-navs .hx-navcg {
  color: #e65c11;
}
.hx-navbox .hx-language {
  float: right;
  margin-right: .5rem;
  margin-top: .36rem;
}
.hx-navbox .hx-language span {
  float: left;
  font-size: 0;
}
.hx-navbox .hx-language span img {
  width: .36rem;
  height: .18rem;
}
.hx-navbox .hx-language span img:first-child+img {
  display: none;
}
.hx-navbox .hx-language .lancgs img {
  display: block!important;
}
.hx-navbox .hx-language .lancgs img:first-child {
  display: none!important;
}
.hx-navbox .hx-language span:first-child+img {
  width: 2px;
  height: .2rem;
  background: #888888;
  margin: 0 10px;
}
.hx-banner {
  width: 100%;
  height: 10.6rem;
  background: url("../images/bg-hangxian.jpg");
  background-size: cover;
  position: relative;
  /*display: table;*/
}
.hx-banner-box{
  width: 100%;
  padding-top: .5rem;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  overflow: hidden;
}

.hx-banner .hx-ditu {
  width: 14.8rem;
  height: 7.6rem;
  margin: auto;
  position: relative;
}

.hx-banner .hx-ditu .itemwrap > li.current {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
.hx-banner .hx-ditu .itemwrap > li {
  width: 14.8rem;
  height: 7.6rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background: url("../images/hx-bg_03.png");
  background-size: 100% 100%;
}


.hx-banner .hx-ditu .hx-dituimg {
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
}
.hx-banner .hx-ditu .ditualert {
  width: 3.14rem;
  position: absolute;
  background: rgba(255,255,255,.6);
  padding-top: .3rem;
  padding-bottom: .35rem;
  margin-top: 1.3rem;
  right: 1.06rem;
  top: 0;
  border: .03rem solid #1485B9;
  transition: all .5s;
}
.hx-banner .hx-ditu .ditualert .ul1 {
  font-size: .30rem;
  padding-left: .7rem;
  color: #333333;
  line-height: .6rem;
  font-family: "Noto Sans SC";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hx-banner .hx-ditu .ditualert .ul1 li {
  position: relative;
}
.hx-banner .hx-ditu .ditualert .ul1 li::after {
  content: "";
  display: block;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  background: #e5004f;
  margin: auto 0;
  position: absolute;
  left: -0.4rem;
  top: 0;
  bottom: 0;
}
.hx-banner .hx-ditu .ditualert .ul1 li:nth-child(2):after {
  background: #00a0e9;
}
.hx-banner .hx-ditu .ditualert .ul2 {
  font-size: .18rem;
  color: #333333;
  line-height: .48rem;
  text-align: center;
}
.hx-banner .hx-ditu .ditualert p {
  font-size: .18rem;
  color: #333333;
  line-height: .30rem;
  text-align: center;
}
.hx-banner .hx-ditu .ditualert .p2{
  font-size: 14px;
  color: #9B9B9B;
}
.hx-banner .hx-ditu .change.ditualert {
  transform: rotateY(360deg);
  opacity: 0;
}
.hx-banner .hx-leftbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.3rem;
  background: url("../images/left.png");
  background-size: cover;
  cursor: pointer;
}
.hx-banner .hx-rightbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.3rem;
  background: url("../images/right-2.png");
  background-size: cover;
  cursor: pointer;
}
.hx-banner .hx-leftbtn:hover {
  background: url("../images/left-2.png");
  background-size: cover;
}
.hx-banner .hx-rightbtn:hover {
  background: url("../images/right.png");
  background-size: cover;
}
.hx-banner .hx-city {
  width: 17.20rem;
  height: .25rem;
  border-bottom: 1px solid #5e7a94;
  margin: auto;
  position: relative;
  margin-top: .2rem;
  margin-bottom: .8rem;
}
.hx-banner .hx-city .hx-mincity {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.hx-banner .hx-city .hx-mincity div {
  width: 100rem;
  height: 48px;
  position: relative;
  left: 50%;
  text-align: center;
  margin-left: -50rem;
  font-size: 0;
}
.hx-banner .hx-city .hx-mincity span {
  width: .1rem;
  height: .1rem;
  /*float: left;*/
  display: inline-block;
  *display:inline;
  *zoom:1;
  background: #fff;
  border-radius: 50%;
  margin-left: 1.12rem;
  margin-top: .19rem;
  font-size: 1rem;
  position: relative;
  top: .01rem;
  cursor: pointer;
}
.hx-banner .hx-city .hx-mincity span:first-child{
  margin-left: 0;
}
.hx-banner .hx-city .hx-mincity span img {
  width: .48rem;
  height: .48rem;
  position: absolute;
  left: 50%;
  margin-left: -.24rem;
  top: 50%;
  margin-top: -.24rem;
  display: none;
}
.hx-banner .hx-city .hx-mincity span.ditushow img {
  display: block;
}
.hx-banner .hx-city .hx-hou {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -0.18rem;
  cursor: pointer;
}
.hx-banner .hx-city .hx-qian {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -0.18rem;
  cursor: pointer;
}
.hx-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hx-bottomone {
  width: 100%;
  height: auto;
  background: #425073;
}
.hx-bottomone .bottom {
  width: 12rem;
  margin: 0 auto;
  height: auto;
  padding-top: .52rem;
  padding-bottom: .44rem;
}
.hx-bottomone .bottom .one-1 {
  width: 3.6rem;
  float: left;
}
.hx-bottomone .bottom .one-1 .one-1-1 {
  width: 1.04rem;
  height: .56rem;
  background: url("../images/bottom1.png");
  background-size: cover;
  margin-bottom: .23rem;
}
.hx-bottomone .bottom .one-1 .one-1-2 {
  width: 100%;
}
.hx-bottomone .bottom .one-1 .one-1-2 a {
  width: 100%;
  font-size: .16rem;
  color: #fff;
  line-height: .36rem;
}
.hx-bottomone .bottom .one-1 .one-1-2 img {
  width: 100% ;
  height: 100%;
}
.hx-bottomone .bottom .one-1 .one-1-3 {
  font-size: .16rem;
  color: #fff;
  text-align: center;
  margin-top: .07rem;
}
.hx-bottomone .bottom .one-1 .one-2-1 {
  font-size: .17rem;
  line-height: .3rem;
  color: #fff;
  width: 1.04rem;
  height: .56rem;
  margin-bottom: .23rem;
}
.hx-bottomone .bottom .one-1:first-child+.one-1 {
  width: 3.76rem;
}
.hx-bottomone .bottom .one-1:first-child+.one-1 a {
  color: #cecece;
  font-size: .16rem;
  line-height: .28rem;
}
.hx-bottomone .bottom .one-1:first-child+.one-1+.one-1 {
  width: 3.3rem;
}
.hx-bottomone .bottom .one-1:first-child+.one-1+.one-1 a {
  color: #cecece;
  font-size: .16rem;
  line-height: .28rem;
}
.hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1 {
  width: 1.19rem;
  float: right;
}
.hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1 .one-1-2 {
  font-size: 0;
}
.hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1+.one-1 {
  width: 10rem;
  float: left;
  font-size: .24rem;
  line-height: .32rem;
  color: #fff;
  margin-top: .46rem;
}
.hx-bottomone .bottom .one-1:nth-child(5) li:nth-child(1) {
  float: left;
  padding-left: .45rem;
  margin-right: .69rem;
  background: url("../images/hx-phone.png") no-repeat;
  background-size: 3.12rem .32rem;
}
.hx-bottomone .bottom .one-1:nth-child(5) li:nth-child(2) {
  float: left;
  padding-left: .5rem;
  background: url("../images/hx-phone.png") no-repeat -2.76rem 0;
  background-size: 3.12rem .32rem;
}
.hx-bottomone .bottom:after {
  content: "";
  display: block;
  clear: both;
}
.hx-bottomtwo {
  width: 100%;
  height: .44rem;
  text-align: center;
  font-size: .14rem;
  line-height: .44rem;
  color: #999999;
}
.cd-jieshao {
  width: 100%;
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  position: relative;
  perspective: 1200px;
  overflow: hidden;
  padding-bottom: 1.3rem;
}
.cd-jieshao-box{
  width: 100%;
  padding-top: .5rem;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  overflow: hidden;
}
.cd-jieshao-box .component{
  width: 14.8rem;
  margin: 0 auto;
  position: relative;
}

.cd-jieshao .itemwrap {
  width: 14.8rem;
  height: 7.6rem;
  position: relative;
}
.cd-jieshao .itemwrap > li.current {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
.cd-jieshao .itemwrap > li {
  width: 14.8rem;
  height: 7.6rem;
  opacity: 0;
  pointer-events: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.cd-jieshao .itemwrap > li .year-content {
  width: 100%;
  height: 100%;
}
.cd-jieshao .hx-ditu {
  width: 14.6rem;
  height: 7.4rem;
  background: #fff;
  position: relative;
  border: .1rem solid #fff;
  transition: all 1s;
}
.cd-jieshao .hx-ditu .banner-xq {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
}
.cd-jieshao .hx-ditu .banner-xq .left {
  float: left;
  padding-left: .2rem;
}
.cd-jieshao .hx-ditu .banner-xq .left span {
  font-size: .16rem;
  color: #fff;
  line-height: .6rem;
}
.cd-jieshao .hx-ditu .banner-xq .right {
  float: right;
  padding-left: .2rem;
}
.cd-jieshao .hx-ditu .banner-xq .right span {
  font-size: .14rem;
  color: #fff;
  line-height: .36rem;
  margin-right: .2rem;
}
.cd-jieshao .hx-ditu img {
  width: 100%;
  height: 100%;
}
.cd-jieshao .change.hx-ditu {
  transform-origin: center center -2000px;
  transform: translateZ(-1000px) rotateY(-360deg);
  opacity: 0;
}
.cd-jieshao .hx-leftbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 45%;
  left: -1.3rem;
  cursor: pointer;
  background: url("../images/left.png");
  background-size: cover;
}
.cd-jieshao .hx-rightbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 45%;
  right: -1.3rem;
  background: url("../images/right-2.png");
  background-size: cover;
  cursor: pointer;
}
.cd-jieshao .hx-leftbtn:hover {
  background: url("../images/left-2.png");
  background-size: cover;
}
.cd-jieshao .hx-rightbtn:hover {
  background: url("../images/right.png");
  background-size: cover;
}

.cd-jieshao .CD-leftbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 45%;
  left: -1.3rem;
  cursor: pointer;
  background: url("../images/left.png");
  background-size: cover;
}
.cd-jieshao .CD-rightbtn {
  width: .96rem;
  height: .96rem;
  margin: auto;
  position: absolute;
  top: 45%;
  right: -1.3rem;
  background: url("../images/right-2.png");
  background-size: cover;
  cursor: pointer;
}
.cd-jieshao .CD-leftbtn:hover {
  background: url("../images/left-2.png");
  background-size: cover;
}
.cd-jieshao .CD-rightbtn:hover {
  background: url("../images/right.png");
  background-size: cover;
}

.cd-jieshao .hx-city {
  width: 17.20rem;
  height: .25rem;
  border-bottom: 1px solid #5e7a94;
  margin: auto;
  margin-top: .2rem;
  margin-bottom: .8rem;
  position: relative;
}
.cd-jieshao .hx-city .hx-mincity {
  width: 100%;
  height: 48px;
  overflow: hidden;
  /*text-align: center;*/
}
.cd-jieshao .hx-city .hx-mincity div {
  width: 100rem;
  height: 48px;
  position: relative;
  /*left: 50%;*/
  margin-left: .5rem;
  font-size: 0;
}
.cd-jieshao .hx-city .hx-mincity span {
  font-size: 1rem;
  width: .1rem;
  height: .1rem;
  /*float: left;*/
  display: inline-block;
  *display: inline;
  *zoom:1;
  background: #fff;
  border-radius: 50%;
  margin-left: 1.12rem;
  margin-top: .19rem;
  /*font-size: 0;*/
  position: relative;
  top:0;
  cursor: pointer;
}
.cd-jieshao .hx-city .hx-mincity span:first-child{
  margin-left: 0;
}
.cd-jieshao .hx-city .hx-mincity span img {
  width: .48rem;
  height: .48rem;
  position: absolute;
  left: 50%;
  margin-left: -.24rem;
  top: 50%;
  margin-top: -.24rem;
  display: none;
}
.cd-jieshao .hx-city .hx-mincity span.ditushow img {
  display: block;
}
.cd-jieshao .hx-city .hx-hou {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -0.4rem;
  cursor: pointer;
}
.cd-jieshao .hx-city .hx-qian {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -0.4rem;
  cursor: pointer;
  pointer-events: auto;
}
.cd-jieshao .hx-city .CD-hou {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -0.4rem;
  cursor: pointer;
}
.cd-jieshao .hx-city .CD-qian {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -0.4rem;
  cursor: pointer;
  pointer-events: auto;
}
.cdjs-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gywm-banner {
  width: 100%;
  height: auto!important;
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 2rem;
}
.gywm-banner .about-boxed {
  width: 100%;
  padding-top: .5rem;
}
.gywm-banner .about-box {
  width: 12rem;
  margin: 0 auto;
}
.gywm-banner .about-box h3 {
  font-size: .48rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.gywm-banner .about-box h5 {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.gywm-banner .about-box .title {
  width: 100%;
  height: .35rem;
  text-align: right;
  font-size: 0;
}
.gywm-banner .about-box .title li {
  width: 1rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: .14rem;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom:1;
  text-align: center;
  line-height: .35rem;
  margin-left: .1rem;
  cursor: pointer;
}
.gywm-banner .about-box .title li.dianji {
  background: #fff;
  color: #222222;
}
.gywm-banner .about-box .content {
  width: 11.6rem;
  height: 6rem;
  padding: .3rem .2rem;
  background: #fff;
  margin-top: .2rem;
  position: relative;
}
.gywm-banner .about-box .content .left {
  width: 4.6rem;
  height: 6rem;
  float: left;
}
.gywm-banner .about-box .content .left img {
  width: 100%;
}
.gywm-banner .about-box .content .right {
  width: 6.55rem;
  height: 6rem;
  float: left;
  /*padding: 0 .45rem;*/
  padding-left: .45rem;
  /*padding-right: .2rem;*/
  overflow: auto;
}
.mCSB_draggerRail{
  background-color: #F2F2F2!important;
}
.mCSB_dragger_bar{
  width: 6px!important;
  background-color: #dad7d7!important;
}


.gywm-banner .about-box .content .right h4 {
  font-size: .36rem;
  color: #aaaaaa;
  margin-bottom: .2rem;
}
.gywm-banner .about-box .content .right p {
  font-size: .16rem;
  line-height: .3rem;
  color: #666666;
  /*margin-bottom: .3rem;*/
  text-indent: 0.3rem;
}
.gywm-banner .about-box .content .right .wenhua-list {
  width: 100%;
}
.gywm-banner .about-box .content .right .wenhua-list li {
  margin-top: .35rem;
  padding-left: .62rem;
  position: relative;
}
.gywm-banner .about-box .content .right .wenhua-list li i {
  width: .52rem;
  height: .52rem;
  display: block;
  /*float: left;*/
  position: absolute;
  left: 0;top: 0;
  background: url("../images/qiyewenhua.png") no-repeat 0 0;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .wenhua-list li span {
  display: block;
  font-size: .14rem;
  line-height: .52rem;
  background: #EEEEEE;
  padding-left: .2rem;
  color: #666666;
  overflow: hidden;
}
.gywm-banner .about-box .content .right .wenhua-list .li2 i {
  background: url("../images/qiyewenhua.png") no-repeat 0 -0.55rem;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .wenhua-list .li3 i {
  background: url("../images/qiyewenhua.png") no-repeat 0 -1.1rem;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .wenhua-list .li4 i {
  background: url("../images/qiyewenhua.png") no-repeat 0 -1.66rem;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .wenhua-list .li5 i {
  background: url("../images/qiyewenhua.png") no-repeat 0 -2.22rem;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .qy-yuanjing {
  width: 1.39rem;
  height: .36rem;
  margin-top: .36rem;
  background: url("../images/qiyewenhua.png") no-repeat 0 -2.79rem;
  background-size: 1.7rem 3.8rem;
}
.gywm-banner .about-box .content .right .yuanjing li {
  width: 6.35rem;
  padding-left: .2rem;
  margin-top: .15rem;
  position: relative;
}
.gywm-banner .about-box .content .right .yuanjing li::after{
  content: "";
  display: block;
  clear: both;
}
.gywm-banner .about-box .content .right .yuanjing li i {
  width: .07rem;
  height: .07rem;
  border-radius: 50%;
  background: #E65C11;
  position: absolute;
  left: 0;top: .08rem;
}
.gywm-banner .about-box .content .right .yuanjing li span {
  font-size: .18rem;
  color: #313131;
  float: left;
  line-height: .25rem;
}
.gywm-banner .about-box .content .right .qywh-bottom {
  width: 6.1rem;
  margin-top: .25rem;
}
.gywm-banner .about-box .content .right .qywh-bottom img {
  width: 100%;
}
.gywm-banner .about-box .content .right .hezuoqiye li {
  width: 32%;
  float: left;
  font-size: 0;
  border: 1px solid #E5E5E5;
  position: relative;
}
.gywm-banner .hezuoqiye li .xian1{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  left: -1px;top: -1px;
  transition: all .6s;
}
.gywm-banner .hezuoqiye li .xian2{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  left: -1px;top: -1px;
  transition: all .6s;
}
.gywm-banner .hezuoqiye li .xian3{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  right: -1px;bottom: 0px;
  transition: all .6s;
}
.gywm-banner .hezuoqiye li .xian4{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  right: -1px;bottom: 0px;
  transition: all .6s;
}
.gywm-banner .hezuoqiye li:hover .xian1{
  height: 1.55rem;
}
.gywm-banner .hezuoqiye li:hover .xian2{
  width: 2rem;
}
.gywm-banner .hezuoqiye li:hover .xian3{
  height: 1.55rem;
}
.gywm-banner .hezuoqiye li:hover .xian4{
  width: 2rem;
}


.gywm-banner .about-box .content .right .hezuoqiye li img {
  width: 100%;
}
.gywm-banner .about-box .content .right .zhengshu{
  text-align: center;
  font-size: 0;
}
.gywm-banner .about-box .content .right .zhengshu .li1 {
  width: 1.9rem;
  height: 1.32rem;
  /*float: left;*/
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: .05rem;
}
.gywm-banner .about-box .content .right .zhengshu .li1 img {
  width: 100%;
}
.gywm-banner .about-box .content .right .zhengshu .li2 {
  width: 100%;
  float: left;
  padding: .05rem;
}
.gywm-banner .about-box .content .right .zhengshu .li2 img {
  width: 100%;
}
.gywm-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hxyw-banner {
  width: 100%;
  padding-bottom: 1rem;
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: table;
}
.hxyw-banner-box{
  width: 100%;
  padding-top: .5rem;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}


.hxyw-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*@keyframes zhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(90deg);
  }
}*/
@keyframes fanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-180deg);
  }
}
.lxwm-map {
  width: 100%;
  height: 7.4rem;
  position: relative;
}
.lxwm-map .map {
  width: 100%;
  height: 7.4rem;
}
.lxwm-map .map img {
  width: 100%;
}
.lxwm-map .about-our {
  width: 3.8rem;
  height: 4.36rem;
  background: #fff;
  position: absolute;
  left: 3.6rem;
  top: 1.58rem;
}
.lxwm-map .about-our li {
  width: 100%;
  height: 20%;
}
.lxwm-map .about-our .our-1 {
  text-align: center;
  padding-top: .2rem;
}
.lxwm-map .about-our .our-1 p:first-child {
  font-size: .24rem;
  color: #666666;
}
.lxwm-map .about-our .our-1 p:first-child + p {
  font-size: .12rem;
  color: #666666;
}
.lxwm-map .about-our .our-2 {
  background: #e65c11 url("../images/lxwm-icon.png") no-repeat 0 0;
  background-size: 3.3rem 2rem;
}
.lxwm-map .about-our .our-3,
.lxwm-map .about-our .our-4,
.lxwm-map .about-our .our-5 {
  border-bottom: 1px solid #E5E5E5;
}
.lxwm-map .about-our .our-3 i,
.lxwm-map .about-our .our-4 i,
.lxwm-map .about-our .our-5 i {
  display: block;
  width: .36rem;
  height: .36rem;
  float: left;
  margin-top: .25rem;
  margin-left: .27rem;
  background: url("../images/lxwm-icon.png") no-repeat 0 -0.99rem;
  background-size: 3.3rem 2rem;
}
.lxwm-map .about-our .our-3 p,
.lxwm-map .about-our .our-4 p,
.lxwm-map .about-our .our-5 p {
  font-size: .18rem;
  color: #444444;
  float: left;
  line-height: .87rem;
  padding-left: .2rem;
}
.lxwm-map .about-our .our-4 i {
  background: url("../images/lxwm-icon.png") no-repeat -0.4rem -0.99rem;
  background-size: 3.3rem 2rem;
}
.lxwm-map .about-our .our-4 p {
  line-height: .24rem;
  padding-top: .2rem;
}
.lxwm-map .about-our .our-5 i {
  background: url("../images/lxwm-icon.png") no-repeat -0.81rem -0.99rem;
  background-size: 3.3rem 2rem;
}
.lxwm-liuyan {
  width: 100%;
  height: 5.2rem;
}
.lxwm-liuyan .liuyan {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 2.05rem;
}
.lxwm-liuyan .liuyan h2 {
  font-size: .3rem;
  color: #444444;
  text-align: center;
  margin-top: .5rem;
}
.lxwm-liuyan .liuyan .xian {
  width: .34rem;
  height: 0;
  border-bottom: 1px solid #E5E5E5;
  margin: 0 auto;
  margin-top: .1rem;
  margin-bottom: .38rem;
}
.lxwm-liuyan .liuyan .name,
.lxwm-liuyan .liuyan .phone {
  width: 3.8rem;
  height: .42rem;
  border: 1px solid #EBEBEB;
  font-size: .14rem;
  color: #9F9F9F;
  line-height: .4rem;
  padding-left: .18rem;
  float: left;
}
.lxwm-liuyan .liuyan .name input,
.lxwm-liuyan .liuyan .phone input {
  width: 3rem;
  height: .38rem;
  outline: none;
  border: none;
  color: #494949;
}
.lxwm-liuyan .liuyan .name {
  margin-right: .3rem;
}
.lxwm-liuyan .liuyan textarea {
  width: 7.9rem;
  height: 1.6rem;
  border: 1px solid #ebebeb;
  resize: none;
  margin-top: .2rem;
  outline: none;
}
.lxwm-liuyan .liuyan p {
  font-size: .12rem;
  color: #ABABAB;
}
.lxwm-liuyan .liuyan p i {
  font-style: normal;
  font-size: .14rem;
  color: #FF0926;
  line-height: .2rem;
  margin-right: .1rem;
  float: left;
}
.lxwm-liuyan .liuyan .button {
  width: 1rem;
  height: .36rem;
  margin: 0 auto;
  margin-top: .35rem;
}
.lxwm-liuyan .liuyan .button button {
  width: 1rem;
  height: .36rem;
  background: #16AAFF;
  border: none;
  float: left;
  color: #fff;
}
.news-banner {
  width: 100%;
  padding-bottom: 1.8rem;
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.news-banner-box{
  width: 100%;
  padding-top: .5rem;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.news-banner .title {
  width: 12rem;
  height: .32rem;
  margin: 0 auto;
  margin-bottom: .15rem;
}
.news-banner .title ul {
  
  height: .32rem;
  float: right;
}
.news-banner .title li {
  width: .92rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: .14rem;
  color: #fff;
  float: left;
  text-align: center;
  line-height: .30rem;
  margin-left: .1rem;
  cursor: pointer;
}
.news-banner .title li.dianji {
  background: #fff;
  color: #222222;
}
.news-banner h3 {
  font-size: .48rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.news-banner h5 {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: .2rem;
}
.news-banner .news-list {
  width: 12rem;
  min-height: 6.5rem;
  padding-bottom: .3rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.news-banner .news-list .news-box {
  width: 10.8rem;
  padding: .48rem .58rem 0 .62rem;
}
.news-banner .news-list .news-box li {
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: .3rem;
  margin-top: .3rem;
}
.news-banner .news-list .news-box li .left-img {
  width: 1.36rem;
  height: 1.08rem;
  float: left;
}
.news-banner .news-list .news-box li .left-img img {
  width: 100%;
  height: 100%;
}
.news-banner .news-list .news-box li .right {
  width: 9.2rem;
  height: 100%;
  float: left;
  padding-left: .15rem;
}
.news-banner .news-list .news-box li .right h4 {
  font-size: .24rem;
  color: #000000;
  margin-top: .05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-banner .news-list .news-box li .right .time {
  font-size: .14rem;
  color: #666666;
  padding-left: .13rem;
  margin-top: .13rem;
  margin-bottom: .13rem;
}
.news-banner .news-list .news-box li .right .content {
  font-size: .14rem;
  color: #666666;
  padding-left: .13rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-banner .news-list .btn-box {
  height: .28rem;
  margin-top: .45rem;
  text-align: center;
  font-size: 0;
}
.news-banner .news-list .btn-box li {
  width: .32rem;
  height: 100%;
  margin-left: .05rem;
  font-size: .12rem;
  color: #fff;
  text-align: center;
  line-height: .28rem;
  background: #C9C9C9;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.news-banner .news-list .btn-box li:first-child {
  margin-left: 0;
}
.news-banner .news-list .btn-box li.checked {
  background: #0DA9F1;
}
.news-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-xq-banner {
  width: 100%;
  /*height: 13.2rem;*/
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  background-position:fixed;
  position: relative;
  padding-bottom: 1.8rem;
  /*display: table;*/
}
.news-xq-banner-box{
  width: 100%;
  padding-top: .5rem;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.news-xq-banner .title {
  width: 12rem;
  height: .32rem;
  margin: 0 auto;
  margin-bottom: .15rem;
}
.news-xq-banner .title ul {
  width: 2.05rem;
  height: .32rem;
  float: right;
}
.news-xq-banner .title li {
  width: .92rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: .14rem;
  color: #fff;
  float: left;
  text-align: center;
  line-height: .30rem;
  margin-left: .1rem;
  cursor: pointer;
}
.news-xq-banner .title li.dianji {
  background: #fff;
  color: #222222;
}
.news-xq-banner h3 {
  font-size: .48rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.news-xq-banner h5 {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: .3rem;
}
.news-xq-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-xq-banner .news-xq {
  width: 12rem;
  margin: 0 auto;
  background: #fff;
  padding: 0 .6rem;
  padding-top: .4rem;
  padding-bottom: .6rem;
}
.news-xq-banner .news-xq h2 {
  font-size: .24rem;
  color: #000000;
  text-align: center;
  font-weight: normal;
}
.news-xq-banner .news-xq .time {
  font-size: .14rem;
  color: #666666;
  text-align: center;
  margin: .2rem 0 .35rem 0;
}
.news-xq-banner .news-xq .xian {
  width: 100%;
  height: 0;
  margin-top: .2rem;
  border-bottom: 1px solid #DFDFDF;
}
.news-xq-banner .news-xq .content-1 {
  font-size: .14rem;
  color: #444444;
  padding: .2rem .2rem 0 .1rem;
}
.news-xq-banner .news-xq img {
  max-width: 100%;
}
.news-xq-banner .news-xq .bottom {
  margin-top: .3rem;
  padding-left: .1rem;
  position: relative;
}
.news-xq-banner .news-xq .bottom p {
  font-size: .14rem;
  color: #444444;
  margin-top: .1rem;
}
.news-xq-banner .news-xq .bottom p a {
  font-size: 14px;
  color: #444444;
}
.news-xq-banner .news-xq .bottom button {
  outline: none;
  border: none;
  background: #E65C11;
  width: .94rem;
  height: .36rem;
  text-align: center;
  line-height: .36rem;
  font-size: .14rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.our-licheng {
  width: 100%;
  background: url("../images/bake.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 1.8rem;
}
.our-licheng-box{
  width: 100%;
  padding-top: .5rem;
  overflow: hidden;
}
.our-licheng h3 {
  font-size: .48rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.our-licheng h5 {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: .2rem;
}
.our-licheng .content {
  width: 12rem;
  height: 6rem;
  margin: 0 auto;
  position: relative;
}
.our-licheng .content .itemwrap {
  position: relative;
}
.our-licheng .content .itemwrap > li.current {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
.our-licheng .content .itemwrap > li {
  width: 12rem;
  padding-bottom: .2rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.our-licheng .content .itemwrap > li .year-content {
  width: 100%;
  height: 100%;
}
.our-licheng .content .left-img {
  /*width: 4.8rem;*/
 	width: 7.8rem;
  height: 5.6rem;
  float: left;
  margin: .2rem 0 0 .2rem;
  transition: all 1s;
}
.our-licheng .content .left-img img {
  width: 100%;
  height: 100%;
}
.our-licheng .content .left-img.fanye {
  transform: rotateY(360deg);
  opacity: 0;
}
.our-licheng .content .right {
  /*width: 5.2rem;*/
  width: 3.8rem;
  height: 88%;
  margin: 3% 0;
  position: absolute;
  /*right: 0;*/
  right: -0.75rem;
  /*top: 0;*/
  top: 0.5rem;
  padding: 0 .8rem;
  opacity: 0;
  overflow: hidden;
}
.our-licheng .content .right .lccontent {
  padding-top: .15rem;
}
.our-licheng .content .right .title-p {
  font-size: .32rem;
  color: #000;
  line-height: .36rem;
  margin-bottom: .2rem;
  margin-top:.34rem;
}
.our-licheng .content .right .xuanyan {
  font-size: .16rem;
  color: #333333;
  line-height: .36rem;
}
.our-licheng .content .xian {
  width: 1.02rem;
  height: 0;
  border: 1px solid #FF7713;
  position: absolute;
  /*left: 4.6rem;*/
  left: 7.6rem;
  /*top: .96rem;*/
  top: 1.96rem;
  z-index: 999;
  margin-top: 34px;
}
.our-licheng .content .btn-box {
  width: .7rem;
  height: .1rem;
  margin-top: .38rem;
  position: absolute;
  right: 5.4rem;
  bottom: .6rem;
  display: none;
}
.our-licheng .content .btn-box li {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  margin-right: .1rem;
  background: #E5E5E5;
  float: left;
  cursor: pointer;
}
.our-licheng .content .btn-box li.now {
  background: #FF7713;
}
.our-licheng .content .right-btn {
  width: .6rem;
  height: .6rem;
  position: absolute;
  right: -0.8rem;
  top: 50%;
  background: url("../images/iconfont.png") no-repeat 0 -0.8rem;
  background-size: 2.3rem 3rem;
  cursor: pointer;
}
.our-licheng .content .right-btn:hover {
  background: url("../images/iconfont.png") no-repeat -0.64rem -0.8rem;
  background-size: 2.3rem 3rem;
}
.our-licheng .content .left-btn:hover {
	background-color: #f26712;
}
.our-licheng .content .left-btn {
  width: .6rem;
  height: .6rem;
  position: absolute;
  left: -0.8rem;
  top: 50%;
  z-index: 999;
  background: url("../images/iconfont.png") no-repeat 0 -1.43rem;
  background-size: 2.3rem 3rem;
  cursor: pointer;
}
.our-licheng .content .left-btn:hover {
  background: url("../images/iconfont.png") no-repeat -0.64rem -1.43rem;
  background-size: 2.3rem 3rem;
}
.our-licheng .years-box {
  width: 12.56rem;
  height: .59rem;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  margin-top: .2rem;
  margin-bottom: .7rem;
}
.our-licheng .years-box .left-jt {
  width: .33rem;
  height: .33rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: url("../images/iconfont.png") no-repeat -0.37rem -2.07rem;
  background-size: 2.3rem 3rem;
  cursor: pointer;
}
.our-licheng .years-box .right-jt {
  width: .33rem;
  height: .33rem;
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  background: url("../images/iconfont.png") no-repeat 0 -2.07rem;
  background-size: 2.3rem 3rem;
  cursor: pointer;
}
.our-licheng .years-box .xian {
  width: 11.92rem;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: .32rem;
  bottom: .03rem;
}
.our-licheng .years-box .year {
  width: 11.92rem;
  height: .75rem;
  margin: 0 auto;
  overflow: hidden;
}
.our-licheng .years-box .year ul {
  width: 100rem;
  position: relative;
  margin-left: -50rem;
  left: 50%;
  top: 0;
  text-align: center;
  font-size: 0;
}
.our-licheng .years-box .year ul li {
  font-size: .16rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  /*float: left;*/
  margin-left: .9rem;
  cursor: pointer;
}
.our-licheng .years-box .year ul li:first-child{
  margin-left: 0;
}
.our-licheng .years-box .year ul li i {
  display: block;
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  margin-top: .27rem;
  position: relative;
}
.our-licheng .years-box .year ul li i span {
  display: block;
  width: .36rem;
  height: .36rem;
  margin: auto;
  position: absolute;
  left: -0.13rem;
  top: -0.13rem;
  opacity: 0;
}
.our-licheng .years-box .year ul li i span img {
  width: 100%;
}
.our-licheng .years-box .year ul li i span.dis-span {
  opacity: 1;
}
.our-licheng .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.licheng-xq{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0,0,0,.5);
}
.licheng-xqcon{
  width: 74%;
  height: 70%;
  background: #fff;
  margin: 1.5rem auto 0 auto;
  padding: 3%;
  overflow: auto;
}
.licheng-xq .guanbi{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff url("../images/guanbi_02.png");
  background-size: cover;
  position: absolute;
  right: 5%;
  top: 5%;
}
.rczp-banner {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  background: url("../images/bg-52465132.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: table;
}
.rczp-banner-box{
  width: 100%;
}
.rczp-banner .rczp-list {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.rczp-banner .rczp-list .linian,
.rczp-banner .rczp-list .zhaopin {
  width: 3.6rem;
  height: 4.8rem;
  background: rgba(1, 0, 25, 0.6);
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
  margin: .2rem .6rem;
}
.rczp-banner .rczp-list .linian .img,
.rczp-banner .rczp-list .zhaopin .img {
  width: 1.48rem;
  height: 1.48rem;
  border-radius: 50%;
  overflow: hidden;
  margin: .4rem auto .1rem auto;
  background: url("../images/rencai6451.jpg");
  background-size: cover;
}
.rczp-banner .rczp-list .linian h3,
.rczp-banner .rczp-list .zhaopin h3 {
  font-size: .36rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.rczp-banner .rczp-list .linian i,
.rczp-banner .rczp-list .zhaopin i {
  font-size: .16rem;
  color: #fff;
  font-style: normal;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.rczp-banner .rczp-list .linian p,
.rczp-banner .rczp-list .zhaopin p {
  font-size: .14rem;
  color: #fff;
  line-height: .3rem;
  text-align: center;
  margin-top: .45rem;
  margin-bottom: .4rem;
}
.rczp-banner .rczp-list .linian a,
.rczp-banner .rczp-list .zhaopin a {
  display: block;
  width: 1.55rem;
  height: .42rem;
  margin: 0 auto;
  text-align: center;
  font-size: .16rem;
  color: #fff;
  border: 1px solid #fff;
  line-height: .42rem;
}
.rczp-banner .rczp-list .linian .img {
  background: url("../images/rencai6186.jpg");
  background-size: cover;
}
.rczp-banner .rczp-list .linian:hover {
  background: #fff;
}
.rczp-banner .rczp-list .linian:hover .img {
  background: url("../images/rencai1158645.jpg");
  background-size: cover;
}
.rczp-banner .rczp-list .linian:hover h3 {
  color: #FF7713;
}
.rczp-banner .rczp-list .linian:hover i {
  color: #444444;
}
.rczp-banner .rczp-list .linian:hover p {
  color: #4A4A4A;
}
.rczp-banner .rczp-list .linian:hover a {
  border-color: #FF7713;
  background: #FF7713;
}
.rczp-banner .rczp-list .zhaopin:hover {
  background: #fff;
}
.rczp-banner .rczp-list .zhaopin:hover .img {
  background: url("../images/rencvai5144.jpg");
  background-size: cover;
}
.rczp-banner .rczp-list .zhaopin:hover h3 {
  color: #FF7713;
}
.rczp-banner .rczp-list .zhaopin:hover i {
  color: #444444;
}
.rczp-banner .rczp-list .zhaopin:hover p {
  color: #4A4A4A;
}
.rczp-banner .rczp-list .zhaopin:hover a {
  border-color: #FF7713;
  background: #FF7713;
}
.rczp-banner .about-bottom {
  width: 100%;
  height: .7rem;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: .36rem;
  padding-top: .2rem;
  background: url("../images/jianbian.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tps-section {
  width: 100%;
  -webkit-perspective: 10em;
  -moz-perspective: 10em;
  -ms-perspective: 10em;
  -o-perspective: 10em;
  perspective: 10em;
  -webkit-perspective-origin: center bottom;
  -moz-perspective-origin: center bottom;
  -ms-perspective-origin: center bottom;
  -o-perspective-origin: center bottom;
  perspective-origin: center bottom;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tps-wrapper {
  float: left;
  width: 100%;
  height: 100%;
}



.rcln-list {
    width: 12rem;
    overflow: hidden;
    margin: 0 auto;
}
.rcln-list h3 {
    font-size: .48rem;
    color: #fff;
    text-align: center;
}
.rcln-list i {
    display: block;
    float: left;
    width: 100%;
    font-style: normal;
    font-size: .18rem;
    color: #cccccc;
    text-align: center;
    font-weight: normal;
}
.rcln-list ul {
    width: 100%;
}
.rcln-list ul li {
    width: 2.5rem;
    height: 3rem;
    background: #fff;
    float: left;
    padding: .6rem .35rem 0 .35rem;
    margin-top: .9rem;
    margin-left: 1.1rem;
    cursor: pointer;
}
.rcln-list ul li:first-child{
  margin-left: 0;
}
.rcln-list ul li .img {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0 auto;
    background: url("../images/lc-6514532.png");
    background-size: cover;
}
.rcln-list ul li p {
    font-size: .14rem;
    color: #888888;
    line-height: .3rem;
    text-align: center;
    margin-top: .45rem;
}
.rcln-list ul li:first-child + li .img {
    width: 1.08rem;
    height: 1.08rem;
    background: url("../images/ln-hui.png");
    background-size: cover;
}
.rcln-list ul li:first-child + li p {
    margin-top: .55rem;
}
.rcln-list ul li:first-child + li + li .img {
    width: 1.12rem;
    height: 1rem;
    background: url("../images/ln-shuhui.png");
    background-size: cover;
}
.rcln-list ul li:first-child + li + li p {
    margin-top: .53rem;
}
.rcln-list ul li:first-child:hover {
    background: #FF7713;
}
.rcln-list ul li:first-child:hover .img {
    background: url("../images/ln-5486135.png");
    background-size: cover;
}
.rcln-list ul li:first-child:hover p {
    color: #fff;
}
.rcln-list ul li:first-child + li:hover {
    background: #FF7713;
}
.rcln-list ul li:first-child + li:hover .img {
    background: url("../images/ln-baise.png");
    background-size: cover;
}
.rcln-list ul li:first-child + li:hover p {
    color: #fff;
}
.rcln-list ul li:first-child + li + li:hover {
    background: #FF7713;
}
.rcln-list ul li:first-child + li + li:hover .img {
    background: url("../images/ln-shubai.png");
    background-size: cover;
}
.rcln-list ul li:first-child + li + li:hover p {
    color: #fff;
}
.lxwm-maped{
  width: 12rem;
  height: 6.7rem;
  margin: 0 auto;
  background: #fff;
}
.lxwm-maped .mapleft{
  width: 7.95rem;
  height: 5.95rem;
  float: left;
  margin: .22rem .22rem 0 .22rem;
  background: #ccc;
  font-size: 14px;
}
.lxwm-maped .mapright{
  width: 3.38rem;
  float: left;
  margin-top: .22rem;
}
.lxwm-maped .mapright .title{
  width: 3.38rem;
  height: .72rem;
  background: url("../images/lxwm42564_03.png") no-repeat;
  background-size: cover;
}
.lxwm-maped .mapright .dianhua{
  font-size: .16rem;
  color: #333333;
  margin-top: .25rem;
}
.lxwm-maped .mapright .dianhua i{
  display: inline-block;
  width: .25rem;
  height: .29rem;
  vertical-align: middle;
  background: url("../images/qiyewenhua.png") no-repeat -1.45rem 0;
  background-size: 1.7rem 3.8rem;
}
.lxwm-maped .mapright .dianhua p{
  display: inline-block;
  vertical-align: middle;
}
.lxwm-maped .mapright .title+.dianhua+.dianhua i{
  background: url("../images/qiyewenhua.png") no-repeat -1.45rem -.36rem;
  background-size: 1.7rem 3.8rem;
}
.lxwm-maped .mapright .title+.dianhua+.dianhua+.dianhua i{
  background: url("../images/qiyewenhua.png") no-repeat -1.45rem -.72rem;
  background-size: 1.7rem 3.8rem;
}
.lxwm-maped .mapright .liuyan{
  font-size: .18rem;
  color: #383838;
  line-height: .55rem;
}
.lxwm-maped .mapright .ipliuyan{
  width: 3.34rem;
  height: .38rem;
  margin-bottom: .15rem;
  border: 1px solid #E5E5E5;
}
.lxwm-maped .mapright .ipliuyan p{
  font-size: 12px;
  color: #939393;
  float: left;
  line-height: .38rem;
  margin-left: .1rem;
}
.lxwm-maped .mapright .ipliuyan input{
  float: left;
  width: 2.5rem;
  height: .36rem;
  border: 0 none;
  outline: none;
}
.lxwm-maped .mapright .txtliuyan{
  width: 3.34rem;
  height: 1.22rem;
}
.lxwm-maped .mapright .txtliuyan textarea{
  width: 3.34rem;
  height: 1.22rem;
  resize: none;
  outline: none;
  border: 1px solid #E5E5E5;
}
.lxwm-maped .mapright .jinkuai{
  font-size: 12px;
  color: #939393;
  margin-top: .1rem;
}
.lxwm-maped .mapright .jinkuai i{
  color: #FB0000;
}
.lxwm-maped .mapright button{
  width: 1.12rem;
  height: .36rem;
  background: #E65C11;
  color: #fff;
  border: 0 none;
  outline: none;
  float: left;
  margin-left: 1.1rem;
  margin-top: .15rem;
}
.lxwm-zybot{
  width: 100%;
  height: 1.2rem;
  background: url(../images/jianbian2.png);
  background-size: cover;
  /*opacity: .7;*/
  /*filter: alpha(opacity=70);*/
  position: absolute;
  left: 0;bottom: 0;
}
.lxwm-zybot .zybot{
  width: 12rem;
  height: 1.1rem;
  margin: 0 auto;
  font-size: 13px;
  padding-top: .1rem;
  color: #fff;
  text-align: justify;
}
.lxwm-zybot .zybot li{
  display: inline-block;
}
.lxwm-zybot .zybot li .img{
  width: .77rem;
  height: .77rem;
  margin: 0 auto;
}
.lxwm-zybot .zybot li .img img{
  width: 100%;
  height: 100%;
}



.tps-section {
  width: 100%;
  -webkit-perspective: 10em;
  -moz-perspective: 10em;
  -ms-perspective: 10em;
  -o-perspective: 10em;
  perspective: 10em;
  -webkit-perspective-origin: center bottom;
  -moz-perspective-origin: center bottom;
  -ms-perspective-origin: center bottom;
  -o-perspective-origin: center bottom;
  perspective-origin: center bottom;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tps-wrapper {
  float: left;
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 100%;
}
.wrapper .main {
  width: 100%;
}
.wrapper .main .page1 {
  width: 100%;
  margin: 0 auto;
  /*height: 7.32rem;*/
  /*background: url("../images/bg-5164563123.jpg") center center;*/
  background-size: cover;
  position: relative;
  z-index: 999;
}
.wrapper .main .page1 img {
  width: 100%;
}
.wrapper .main .page2 {
  width: 12rem;
  height: 7.2rem;
  margin: 0 auto;
  position: relative;
}
.wrapper .main .page2 .us-left {
  width: 7rem;
  float: right;
  padding-top:.9rem;
  transition: all 1s;
  opacity: 0;
}
.wrapper .main .page2.active .us-left{
  opacity: 1;
  transition-delay: 1.6s;
}


.wrapper .main .page2 .biaoti {
  width: 3.17rem;
  height: 1.12rem;
  margin: 0 auto;
  transition: all 1s;
}

.wrapper .main .page2 .biaoti img {
  width: 100%;
  height: 100%;
}
.wrapper .main .page2 .us-left p {
  font-size: .21rem;
  color: #666666;
  line-height: .42rem;
  text-indent: 2em;
  margin-top: .1rem;
}
.wrapper .main .page2 .us-left .xinnian {
  width: 3.03rem;
  height: .6rem;
  margin: 0 auto;
  margin-top: .25rem;
}
.wrapper .main .page2 .us-left .xinnian img {
  width: 100%;
  height: 100%;
  float: left;
}
.wrapper .main .page2 .us-right {
  width: 3.4rem;
  height: 4.88rem;
  float: left;
  margin-top: .52rem;
  padding-left: .4rem;
  padding-top: .36rem;
  /*border: 4px solid #fff;*/
  position: relative;
  perspective: 1200px;
}
.wrapper .main .page2 .us-right img {
  width: 3.8rem;
  height: 4.4rem;
  transition: all 1s;
  opacity: 0;
  transform: translateZ(-15rem);
}
.wrapper .main .page2.active .us-right img{
  opacity: 1;
  transition-delay: 1.3s;
  transform: translateZ(0rem);
}
.wrapper .main .page2 .us-right .huaxian1{
  position: absolute;
  left:0;top: 0;
  width: 4px;
  height: 0;
  background: #FF7713;
  transition: all 1s;
}
.wrapper .main .page2 .us-right .huaxian2{
  position: absolute;
  left:0;top: 0;
  width: 0;
  height: 4px;
  background: #FF7713;
  transition: all 1s;
}
.wrapper .main .page2 .us-right .huaxian3{
  position: absolute;
  right:0;bottom: 0;
  z-index: -1;
  width: 4px;
  height: 0;
  background: #FF7713;
  transition: all 1s;
}
.wrapper .main .page2 .us-right .huaxian4{
  position: absolute;
  right:0;bottom: 0;
  width: 0;
  height: 4px;
  background: #FF7713;
  transition: all 1s;
}

.wrapper .main .page2.active .us-right .huaxian1{
  height: 5.2rem;
  transition-delay: 1s;
}
.wrapper .main .page2.active .us-right .huaxian2{
  width: 3.8rem;
  transition-delay: 1s;
}
.wrapper .main .page2.active .us-right .huaxian3{
  height: 5.2rem;
  transition-delay: 1s;
}
.wrapper .main .page2.active .us-right .huaxian4{
  width: 3.8rem;
  transition-delay: 1s;
}

.wrapper .main .page2 .more {
  width: 1.4rem;
  height: .42rem;
  font-size: .2rem;
  text-align: center;
  line-height: .42rem;
  color: #fff;
  background: #FF7713;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  right: -1.2rem;
  bottom:.6rem;
  transform: translateX(3rem);
  transition: all 1s;
  opacity: 0;
}
.wrapper .main .page2.active .more{
  transition-delay: 1.8s;
  transform: translateX(0);
  opacity: 1;
}

.wrapper .main .page3 {
  width: 100%;
  height: 7.2rem;
  background: url(../images/aboutour-bg646513.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.wrapper .main .page3 .page-bg {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wrapper .main .page3 .xinwen {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.wrapper .main .page3 .xinwen .title {
  width: 4.16rem;
  height: 1.14rem;
  margin: 0 auto;
  margin-bottom: .7rem;
  /*transform: translateY(-10rem);*/
  /*opacity: 0;*/
  /*transition: all 1s;*/
}
/*.wrapper .main .page3.active .xinwen .title{*/
/*transform: translateY(0);*/
/*opacity: 1;*/
/*transition-delay: .7s;*/
/*}*/


.wrapper .main .page3 .xinwen .title img {
  width: 100%;
  height: 100%;
}
.wrapper .main .page3 .xinwen .content {
  width: 100%;
}
.wrapper .main .page3 .xinwen .content .left {
  width: 5.6rem;
  height: 4.76rem;
  float: left;
  background: #fff;
  transform-origin: left bottom;
  transition: all 1.3s;
  transform: translateX(-10rem);
  opacity: 0;
}
.wrapper .main .page3.active .xinwen .content .left{
  opacity: 1;
  transition-delay: .7s;
  transform: translateX(0rem);
}

.wrapper .main .page3 .xinwen .content .left .img {
  width: 5.6rem;
  height: 3.4rem;
  overflow: hidden;
}
.wrapper .main .page3 .xinwen .content .left .img img {
  width: 100%;
}
.wrapper .main .page3 .xinwen .content .left .list {
  padding: .3rem .3rem 0 .3rem;
}
.wrapper .main .page3 .xinwen .content .left .list>div{
  height: 34px;
}
.wrapper .main .page3 .xinwen .content .left .list a {
  font-size: .24rem;
  color: #333333;
  float: left;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .main .page3 .xinwen .content .left .list a:first-child + a {
  font-size: .14rem;
  color: #888888;
  float: right;
}
.wrapper .main .page3 .xinwen .content .left .list p {
  /*float: left;*/
  font-size: .14rem;
  color: #666666;
  width: 100%;
  margin-top: .15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .main .page3 .xinwen .content .right {
  width: 6.12rem;
  float: left;
  margin-left: .25rem;
}
.wrapper .main .page3 .xinwen .content .right .list {
  width: 5.78rem;
  padding: .2rem;
  background: #fff;
  margin-top: .16rem;
  transition: all 1s;
  opacity: 0;
  transform: translateX(10rem);
}
.wrapper .main .page3.active .xinwen .content .right .list{
  transform: translateX(0);
  transition-delay: 1s;
  opacity: 1;
}
.wrapper .main .page3.active .xinwen .content .right .list2{
  transition-delay: 1.1s;
}
.wrapper .main .page3.active .xinwen .content .right .list3{
  transition-delay: 1.2s;
}


.wrapper .main .page3 .xinwen .content .right .list .img {
  width: 1.36rem;
  height: 1.08rem;
  overflow: hidden;
  float: left;
  font-size: 0;
}
.wrapper .main .page3 .xinwen .content .right .list .img img {
  width: 100%;
}
.wrapper .main .page3 .xinwen .content .right .list .right-xq {
  float: left;
  width: 3.8rem;
  padding-left: .25rem;
}
.wrapper .main .page3 .xinwen .content .right .list .right-xq a {
  font-size: 16px;
  width: 100%;
  color: #333333;
  float: left;
  font-weight: bold;
  margin-top: .1rem;
  margin-bottom: .1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .main .page3 .xinwen .content .right .list .right-xq p {
  font-size: .14rem;
  color: #666666;
  float: left;
  width: 100%;
  line-height: .24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.wrapper .main .page3 .xinwen .content .right .list:first-child {
  margin-top: 0;
}
.wrapper .main .page4 {
  width: 12rem;
  height: 7.2rem;
  margin: 0 auto;
  position: relative;
}
#componen>ul>li.current {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
#componen>ul>li{
  width: 12rem;
  height: 6.2rem;
  position: absolute;
  left: 0;top: 0;
  opacity: 0;
  transform: translateX(13rem);
  transition: transform 1s;
}
.page4.active #componen>ul>li{
  transition-delay: .7s;
  transform: translateX(0rem);
}


.wrapper .main .page4 .title {
  width: 3.31rem;
  height: 2.52rem;
  position: absolute;
  left: 0;
  top: .65rem;
  z-index: 99999;
  transform-origin: left top;
  /*transform: rotate(90deg);*/
  transform: translateX(-5rem);
  transition: all 1s;
  opacity: 0;
}
.wrapper .main .page4.active .title{
  transition-delay: .7s;
  opacity: 1;
  /*transform: rotate(0deg);*/
  transform: translateX(0rem);
}

.wrapper .main .page4 .title img {
  width: 100%;
}
.wrapper .main .page4 .content {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 50%;
  margin-left: -3.1rem;
  top: .45rem;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
  border-top: .35rem solid #fff;
  border-bottom: .35rem solid #fff;
}
.wrapper .main .page4 .content .content-list {
  padding: .5rem;
  padding-top: 0;
  position: absolute;
  left: 0;top: 0;
}

.wrapper .main .page4 .content .content-list .p1 {
  font-size: .24rem;
  color: #000;
  line-height: .36rem;
}
.wrapper .main .page4 .content .content-list .p2 {
  font-size: .16rem;
  color: #333333;
  line-height: .36rem;
}
.wrapper .main .page4 .content .content-list .p2 span{
  font: .2rem;
  font-weight: 100;
}
.wrapper .main .page4 .content .btn-box {
  width: 60px;
  height: .1rem;
  position: absolute;
  left: .5rem;
  bottom: .4rem;
}
.wrapper .main .page4 .content .btn-box .btn {
  width: .1rem;
  height: .1rem;
  background: #E5E5E5;
  border-radius: 50%;
  float: left;
  margin-right: .1rem;
}
.wrapper .main .page4 .content .btn-box .btn.dianji {
  background: #FF7713;
}
.wrapper .main .page4 .lc-img {
  width: 5.2rem;
  height: 6.2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.wrapper .main .page4 .lc-img img {
  width: 100%;
}
.wrapper .main .page5 {
  width: 100%;
  height: 7.2rem;
  background: url(../images/bake.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.wrapper .main .page5 .page-bg {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wrapper .main .page5 .biaoti {
  width: 4.57rem;
  height: 1.14rem;
  margin: 0 auto;
  margin-bottom: 1.1rem;
  margin-top: .55rem;
  position: relative;
  z-index: 999;
  background: url("../images/shouyelog_19.png") no-repeat;
  background-size: 4.57rem 1.14rem;
}
.wrapper .main .page5 .jieshao {
  width: 12rem;
  height: 4.4rem;
  margin: 0 auto;
  margin-bottom: .5rem;
  position: relative;
  perspective: 1200px;
}



.wrapper .main .page6 {
  height: 7.2rem;
  background: #eeeeee;
}
.wrapper .main .page6 .title {
  width: 3.07rem;
  height: 1.06rem;
  margin: .55rem auto .5rem auto;
}
.wrapper .main .page6 .title img {
  width: 100%;
}
.wrapper .main .page6 .content {
  width: 12rem;
  margin: 0 auto;
  margin-bottom: .5rem;
  text-align: center;
  font-size: 0;
}
.wrapper .main .page6 .content li {
  width: 1.1rem;
  height: 1rem;
  padding: .3rem .4rem;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom:1;
  border: 1px solid #E5E5E5;
  position: relative;
}
.wrapper .main .page6 .content li .xian1{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  left: -1px;top: -1px;
  transition: all .6s;
}
.wrapper .main .page6 .content li .xian2{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  left: -1px;top: -1px;
  transition: all .6s;
}
.wrapper .main .page6 .content li .xian3{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  right: -1px;bottom: 0px;
  transition: all .6s;
}
.wrapper .main .page6 .content li .xian4{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  right: -1px;bottom: 0px;
  transition: all .6s;
}

.wrapper .main .page6 .page6-sm{
  width: 100%;
  height: 100%;
  display: table;
}
.wrapper .main .page6 .page6-sms{
  display: table-cell;
  vertical-align: middle;
}
.wrapper .main .page6 .tableCell{
  vertical-align: top;
  display: block;
  height: 100%;
}
.wrapper .main .page6 .scrollable{
  width: 100%;height: 100%;
}

.wrapper .main .page6 .content li img {
  width: 100%;
  transition: all .3s;
}




.navbox {
  width: .7rem;
  height: .25rem;
  background: #FF7713;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}
.navbox li{
  width: .16rem;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.navbox li:first-child{
  margin-top: .13rem;
}
.navbox li:first-child+li{
  transform: rotateZ(-90deg);
}
.nav-list{
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.nav-list-s{
  width: 12rem;
  height: 4.5rem;
  margin:auto;
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  perspective: 1200px;
}
.nav-list .guanbi{
  width: .6rem;
  height: .6rem;
  margin: auto;
  cursor: pointer;
  position: absolute;
  left: 0;top: 0;bottom:0;
  background: url(../images/guanbi_02.png);
  background-size: cover;
}
.nav-list-s li{
  width: 2.4rem;
  height: 2.08rem;
  font-size: .24rem;
  text-align: center;
  line-height: 2.08rem;
  color: #fff;
  position: absolute;
  cursor: pointer;
  background: url(../images/nav_09.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all .6s;
  opacity: 0;
}
.nav-list-s li p{
  transition: all .8s;
  font-size: .24rem;
  color: #fff;
}
.nav-list-s li img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-list-s .nav-li1{
  left: 0;top: 1.1rem;
  transform: translateX(-3rem);
}
.nav-list-s .nav-li2{
  left: 1.9rem;top: 0;
  background: url(../images/nav_21.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-3rem);
}
.nav-list-s .nav-li3{
  left: 1.9rem;top: 2.18rem;
  background: url(../images/nav_14.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(3rem);
}
.nav-list-s .nav-li4{
  width: 4.32rem;height: 3.73rem;
  left: 3.8rem;top: .28rem;
  z-index: 999;
  background: url(../images/nav_03.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition-delay: .1s;
}
.nav-list-s .nav-li5{
  left: 7.6rem;top:0rem;
  background: url(../images/nav_06.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-3rem);
}
.nav-list-s .nav-li6{
  left: 7.65rem;top: 2.18rem;
  background: url(../images/nav_17.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(3rem);
}
.nav-list-s .nav-li7{
  left: 9.55rem;top: 1.05rem;
  background: url(../images/nav_24.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateX(3rem);
}

.nav-list-s li.active{
  transform: translate3d(0,0,0);
  opacity: 1;
}
.nav-list-s .nav-li1:hover,.nav-list-s .nav-li2:hover,.nav-list-s .nav-li3:hover,.nav-list-s .nav-li5:hover,.nav-list-s .nav-li6:hover,.nav-list-s .nav-li7:hover{
  transform: scale(1.1);
}

.page4 .years-box {
  width: 12.56rem;
  height: .59rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin-top: .45rem;
}
.page4 .years-box .left-jt {
  width: .32rem;
  height: .32rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: url("../images/jiantou4854152_03.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.page4 .years-box .right-jt {
  width: .32rem;
  height: .32rem;
  position: absolute;
  right: 0;
  bottom: -0.13rem;
  background: url("../images/jiantou4854152_05.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.page4 .years-box .xian {
  width: 11.92rem;
  height: 0;
  border-bottom: 1px solid #FF7713;
  position: absolute;
  left: .32rem;
  bottom: .03rem;
}
.page4 .years-box .year {
  width: 11.92rem;
  height: .75rem;
  margin: 0 auto;
  overflow: hidden;
}
.page4 .years-box .year ul {
  width: 200%;
  position: relative;
  left: -0.36rem;
  top:-.05rem;
}
.page4 .years-box .year ul li {
  font-size: .16rem;
  color: #FF7713;
  float: left;
  margin-right: .9rem;
  cursor: pointer;
}
.page4 .years-box .year ul li i {
  display: block;
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: #FF7713;
  margin: 0 auto;
  margin-top: .27rem;
  position: relative;
}
.page4 .years-box .year ul li i span {
  display: block;
  width: .36rem;
  height: .36rem;
  margin: auto;
  position: absolute;
  left: -0.13rem;
  top: -0.13rem;
  opacity: 0;
}
.page4 .years-box .year ul li i span img {
  width: 100%;
}
.page4 .years-box .year ul li i span.dis-span {
  opacity: 1;
}

.page1-one{
  width: 1.74rem;
  height: .42rem;
  margin: 0 auto;
  position: absolute;
  left: 0;right: 0;
  top: 1.3rem;
  z-index: 999;
  background: url("../images/asdsaf_03.png") no-repeat;
  background-size: 100% auto;
}
.page1-two{
  width: 6.07rem;
  height: 1.69rem;
  position: absolute;
  left: 50%;
  margin-left: -3.03rem;
  top: 1.95rem;
  z-index: 999;
  background: url("../images/asdsaf_07.png") no-repeat;
  background-size: 100% auto;
}
.page1-three{
  width: 2.03rem;
  height: .43rem;
  position: absolute;
  left: 50%;
  margin-left: -1.01rem;
  top: 4.1rem;
  z-index: 999;
  background: url("../images/asdsaf_11.png") no-repeat;
  background-size: 100% auto;
}
.page1-four{
  width: .14rem;
  height: 3.8rem;
  position: absolute;
  right: .45rem;
  bottom: .35rem;
  z-index: 999;
  background: url("../images/asdsf_03.png") no-repeat;
  background-size: 100% auto;
}


.wrapper .main{
  overflow-x:hidden;
}
.yundong{
  font-size: .12rem;
  color: #999999;
  margin-left: .5rem;
}
.navsmall{
  width: 80%;
  padding: 0 10%;
  position: absolute;
  left: 0;
  top: .96rem;
  z-index:99999;
  background: #fff;
  overflow: hidden;
  display: none;
}
#superContainer .navsmall{
  position: fixed;
}
.navsmall ul{
  transition: all 1s;
  transform: translateY(-10rem);
}
.navsmall.dianji ul{
  transform: translateY(0);
}
.navsmall ul li{
  width: 100%;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  font-size: 20px;
  border-bottom: 1px solid #DEDEDE;
}
.navsmall ul>li{
  border-bottom:0;
}
.smallg{
  width: .6rem;
  cursor: pointer;
  float: right;
  display: none;
  margin: .24rem .2rem 0 0;
}
.smallg span{
  display: block;
  width: 80%;
  height: 4px;
  background: #888888;
  margin: 0 auto;
  margin-top: .08rem;
}
.navsmall .hx-navslag  span {
  font-size: 0;
}
.navsmall .hx-navslag  span img {
  width: .36rem;
  height: .18rem;
}
.navsmall .hx-navslag  span img:first-child+img {
  display: none;
}
.navsmall .hx-navslag  .lancgs img:first-child {
  display: none!important;
}
.navsmall .hx-navslag span:first-child+img {
  width: 2px;
  height: .2rem;
  background: #888888;
  margin: 0 10px;
}
.wrapper .main .page2 .page2mor .morex{
  width: 1.4rem;
  height: .42rem;
  font-size: .2rem;
  text-align: center;
  line-height: .42rem;
  color: #fff;
  background: #FF7713;
  margin: 0 auto;
  margin-top: .15rem;
  cursor: pointer;
  display: none;
  transition: all 1s;
}


.navgy-box{
  width: 11.65rem;
  height: 7.25rem;
  margin: 0 auto;
  margin-top: .2rem;
  background: #fff;
  padding: .25rem .1rem 0 .25rem;
  overflow: auto;
  text-align: center;
}
.navgy-box li{
  width: 1.04rem;
  height: 1.06rem;
  padding: .1rem .5rem 0 .5rem;
  border: 1px solid #F1F1F1;
  display: inline-block;
  *display: inline;
  *zoom:1;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin: 0.1rem;
  float: left;
}
.navgy-box li img{
  width: 100%;
}
.navgy-box li .xian1{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  left: 0px;top: 0px;
  transition: all .6s;
}
.navgy-box li .xian2{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  left: 0px;top: 0px;
  transition: all .6s;
}
.navgy-box li .xian3{
  width: 1px;
  height: 0;
  background: #FF7713;
  position: absolute;
  right: 0px;bottom: 0px;
  transition: all .6s;
}
.navgy-box li .xian4{
  width: 0;
  height: 1px;
  background: #FF7713;
  position: absolute;
  right: 0px;bottom: 0px;
  transition: all .6s;
}

.gnfw-box{
  width: 12rem;
  height: 7.8rem;
  margin: 0 auto;
  padding-top: .4rem;
  background: rgba(255,255,255,.9) url("../images/bgsdagdhad_03.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.gnfw-box .gntitle{
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.gnfw-box .gntitle span{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1.5rem;
  height: .41rem;
  font-size: .24rem;
  color: #18b0f6;
  line-height: .41rem;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #18b0f6;
  margin: .1rem;
}
.gnfw-box .gntitle span:hover{
  background: #18b0f6;
  color: #fff;
}
.gnfw-box .gntitle span.dianji{
  background: #18b0f6;
  color: #fff;
}

.gnfw-box .title img{
  width: 100%;
  height: 100%;
}
.gnfw-box .gnfw-left{
  /*float: left;*/
  /*width: 4.1rem;*/
  margin-top: 1rem;
}
.gnfw-box .gnfw-left li{
  width: 3.47rem;
  height: .48rem;
  text-align: right;
  font-size: .24rem;
  padding-right: .63rem;
  color: #333333;
  position: relative;
  margin-bottom: .75rem;
  float: left;
}
.gnfw-box .gnfw-left li i{
  display: block;
  width: .48rem;
  height: .48rem;
  position: absolute;
  right: 0;top: 0;
}
.gnfw-box .gnfw-left li i img{
  width: 100%;
  height: 100%;
}
.gnfw-box .gnfw-left li i:first-child+p+p{
  font-size: .12rem;
  color: #999999;
}
.gnfw-box .gnfw-left li:nth-child(2n){
  text-align: left;
  padding-left: .63rem;
  padding-right: 0;
  float: right;
}
.gnfw-box .gnfw-left li:nth-child(2n) i{
  display: block;
  width: .48rem;
  height: .48rem;
  position: absolute;
  left: 0;top: 0;
}
.gnfw-box .gnfw-left li:nth-child(2n) i img{
  width: 100%;
  height: 100%;
}
.gnfw-box .gnfw-left li:nth-child(2n) i:first-child+p+p{
  font-size: .12rem;
  color: #999999;
}
.gnfw-box .list{
  padding: 0 1.3rem;
  text-indent: 2em;
  font-size: 20px;
  margin-top: .7rem;
}
.gjyw-box{
  width: 11.4rem;
  padding-left: .3rem;
  padding-right: .1rem;
  overflow-y: auto;
}
.gjyw-box .gjywtitle h4{
  font-size: 36px;
  color: #FF6F20;
  text-align: center;
}
.gjyw-box .gjywtitle p{
  font-size: .12rem;
  color: #FF6F20;
  text-align: center;
}
.gjyw-box .gntitle{
  width: 100%;
  margin-top: .1rem;
}
.gjyw-box .gntitle span{
  width: 1.8rem;
}

.matou-caozuo{
  width: 100%;
}
.matou-caozuo p{
  font-size: 16px;
  color: #7A7A7A;
  line-height: .25rem;
  text-align: left;
  padding: 0 .75rem;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  text-indent: 2em;
}
.matou-caozuo .img{
  width: 9.4rem;
  padding: 0 .8rem;
  margin-top: .2rem;
  text-align: center;
}
.matou-caozuo .img img{
  width: 4rem;
  height: 2.1rem;
  display: inline-block;
  *display: inline;
  *zoom:1;
}
.qian-check{
  margin-top: .2rem;
  text-align: center;
  font-size: 0;
}
.qian-check .img1{
  width: 2.7rem;
  height: 1.9rem;
  display: inline-block;
  *display: inline;
  *zoom:1;
  position: relative;
}
.qian-check .img1 img{
  width: 2.7rem;
  height: 100%;
}
.qian-check .img2{
  width: 3.7rem;
  height: 1.9rem;
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin:-17% .2rem 0 .2rem;
  background: #fff;
  vertical-align: middle;
}
.qian-check .img2 .top{
  width: 3.7rem;
  height: .45rem;
  background: #E6E6E6;
  padding-top: .05rem;
}
.qian-check .img2 .top .p1{
  font-size: .16rem;
  color: #18B0F6;
  text-align: center;
}
.qian-check .img2 .top .p2{
  font-size: 12px;
  color: #18B0F6;
  text-align: center;
}
.qian-check .img2 .p3{
  font-size: .16rem;
  color: #666666;
  text-align: center;
  margin-top: .35rem;
  padding: 0 .2rem;
}
.jiankong{
  padding-bottom: 1rem;
}
.jiankong p{
  font-size: 16px;
  color: #7A7A7A;
  line-height: .25rem;
  text-align: left;
  padding: 0 .75rem;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
 text-indent: 2em;
 
}

.jiankong .img{
  width: 6.9rem;
  height: 3.45rem;
  margin: .3rem auto .5rem auto;
}
.jiankong .img img{
  width: 100%;
  height: 100%;
}





.yewuleft{
  width: 6.5rem;
  float: left;
  font-size: .16rem;
  color: #6B6B6C;
  text-indent: 2em;
  margin-top: .35rem;
  margin-left: .75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.yewuright{
  width: 2.4rem;
  float: left;
  margin-top: .35rem;
  margin-left: .4rem;
}
.yewuright img{
  width: 2.4rem;
  height: 1.55rem;
  float: left;
}
.gjyw-box .hangxian{
  font-size: .20rem;
  color: #000;
  margin-top: .35rem;
  margin-bottom: .1rem;
}
.ziying-left{
  width: 3.7rem;
  height: 3.1rem;
  float: left;
}
.ziying-left img{
  width: 100%;
  height: 100%;
}
.ziying-right{
  float: left;
  width: 6.5rem;
  font-size: .16rem;
  color:#6B6B6C;
  padding-left: .2rem;
}
.ziying-right p{
  text-indent: 2em;
}
.ziying-right table{
  width: 100%;
  border-spacing: 0;
  background: #fff;
  margin: .3rem 0 .15rem 0;
}
.ziying-right table+p{
  text-indent: 0;
}
.ziying-right table+p i{
  color: #FE3709;
}
.ziying-right table th{
  text-align: center;
  height: .62rem;
  background: #F9F9F9;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.ziying-right table td{
  text-align: center;
  height: .48rem;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.ziying-right .table-th1{
  width: .6rem;
}
.ziying-right .table-th2{
  width: 1.45rem;
}
.ziying-right .table-th3{
  width: .8rem;
}

.ziyingyewuleft{
  width: 5.4rem;
  float: left;
  font-size: .16rem;
  color: #6B6B6C;
  text-indent: 2em;
  margin-top: .35rem;
  margin-left: .75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ziyingyewuright{
  width: 2.4rem;
  float: left;
  margin-top: .35rem;
  margin-left: .4rem;
}

.zizhuan{
  width: 100%;
}
#content{width: 2.55rem; height: 2.55rem; border-radius: 50%;overflow: hidden; margin: 0 auto;
  box-shadow: -1px 1px 10px #5A5A5A;  position:relative\0; *position:relative;}
#mask{width: 2.55rem\0; height: 2.55rem\0; *width: 2.55rem; *height: 2.55rem;  z-index:999;
  position: absolute\0; top: 0px\0; left: 0px\0;
  *position: absolute; *top: 0px; *left: 0px;
}
#box{width: 10.16rem; height: 2.55rem; margin-left: -2.55rem; margin-top: 0px;
  position:relative;
  margin-left: 0px\0;position: absolute\0; top: 0px\0; left: -2.55rem\0;
  *margin-left: 0px; *position: absolute; *top: 0px; *left: -2.55rem;
}
#box img{
  width: 100%;
  height: 100%;
}
.page1 .video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;top: 0;
  overflow: hidden;
}
.page1 .video video{
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page1 .video video img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;bottom: 0;
}
.xmdian1{
  width: 8px;
  height: 8px;
  background: #01B0F1;
  position: absolute;
  left:6.6rem;
  top: 1.7rem;
  border-radius: 50%;
}
.xmdian2{
  width: 8px;
  height: 8px;
  background: #01B0F1;
  position: absolute;
  left:8rem;
  top: .8rem;
  border-radius: 50%;
}
.gj-hangxian{
  width:100%;
}
.gj-hangxian .img{
  width: 7.18rem;
  height: 3.33rem;
  margin: 0 auto;
}
.gj-hangxian .img img{
  width: 100%;
  height: 100%;
}

.boat-team{
  width: 100%;
  color: #6B6B6C;
}
.boat-team .img-box{
  margin: .4rem 0;
  text-align: center;
}
.boat-team .img-box img{
  width: 4.87rem;
  height: 2.95rem;
}
.boat-team table{
  font-size: 12px;
  background: #fff;
  border-spacing: 0;
  text-align: center;
  margin-right: .2rem;
}
.boat-team table th{
  height: .72rem;
  background: #F9F9F9;
  font-size: .16rem;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.boat-team table td{
  height: .6rem;
  font-size: .16rem;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}






.page1-banner{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;top: 0;
}
.page1-banner img{
  width: 100%;
  min-width: 1920px;
  height: 100%;
}
.page1-btnbox{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 9999;
  text-align: center;
}
.page1-btnbox .yxf-btn{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 12px;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom:1;
  transition:all 1s;
}
.page1-btnbox .yxf-btn.now{
  width: 36px;
  background: #E65C11;
}
.gnfw-box .gjywtitle h4 {
  font-size: 36px;
  color: #18b0f6;
  text-align: center;
}
.gnfw-box .gjywtitle p {
  font-size: .12rem;
  color: #18b0f6;
  text-align: center;
  margin-bottom: .1rem;
}
.gnfw-box .gnfw-left,.gnfw-box .gnfw-right{
  margin-top: .5rem;
}
.gnfw-box .list{
  margin-top: .4rem;
}
.gnfw-box .moshi{
  margin-top: 1.8rem;
}
.gjyw-box .gntitle{
  margin: .1rem auto 0 auto;
  text-align: center;
  font-size: 0;
}
.wrapper .main .page4 .content .content-list .p2 span{
    font-size: .2rem;
    font-weight: bold;
}
/*.anchorBL{*/
      /*display: none;*/
/*}*/
#fullPage-nav.right{
  right: 2%;
}
.navgy-box .mCSB_inside > .mCSB_container{
  margin-right: 0!important;
}
.wrapper .main .page4 .ph-title {
  width: 3.07rem;
  height: 1.06rem;
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  top: -1.06rem;
  display: none;
}
.wrapper .main .page4 .ph-title img {
  width: 100%;
}
@media screen and (min-width: 1200px){
  body{
    min-width: 1200px;
  }
  .hx-navbox{
    min-width: 1200px;
  }
}
@media screen and (min-width: 768px){
  .gnfw-box .moshi{
    width: 100%;
    margin-top: 2.13rem;
  }
  .gnfw-box .moshi-box{
    position: relative;
  }
  .gnfw-box .moshi-box .jiantou{
    width: 5.2rem;
    height: .56rem;
    position: absolute;
    right: .9rem;
    top: -.75rem;
  }
  .gnfw-box .moshi-box .jiantou i{
    width: .24rem;
    height: .12rem;
    position: absolute;
    right: -.09rem;
    bottom:-.12rem;
    background: url("../images/asdaf_07.png") no-repeat;
    background-size: 100%;
    animation-name: opacitys;
    animation-duration: .3s;
    animation-delay: 3.1s;
    animation-fill-mode: both;
  }
  @keyframes widths {
    0%{
      width: 0;
    }
    100%{
      width: 5.2rem;
    }
  }
  @keyframes heights {
    0%{
      height: 0;
    }
    100%{
      height: .56rem;
    }
  }
  @keyframes opacitys {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  .gnfw-box .moshi-box .jiantou .xian1{
    width: .06rem;
    height: .56rem;
    position: absolute;
    left: 0;bottom: 0;
    background: #CDCDCD;
    animation-name: heights;
    animation-duration: .5s;
    animation-delay: 1.6s;
    animation-fill-mode: both;
  }
  .gnfw-box .moshi-box .jiantou .xian2{
    width: 5.2rem;
    height: .06rem;
    position: absolute;
    left: 0;top: 0;
    background: #CDCDCD;
    animation-name: widths;
    animation-duration: .5s;
    animation-delay: 2.1s;
    animation-fill-mode: both;
  }
  .gnfw-box .moshi-box .jiantou .xian3{
    width: .06rem;
    height: .56rem;
    position: absolute;
    right: 0;top: 0;
    background: #CDCDCD;
    animation-name: heights;
    animation-duration: .5s;
    animation-delay: 2.6s;
    animation-fill-mode: both;
  }
  .gnfw-box .moshi-box .jiantou .moshi-s3{
    width: .87rem;
    height: .87rem;
    position: absolute;
    left: 2.1rem;
    top: -.56rem;
    background: url("../images/asdaf_03.png") no-repeat;
    background-size: 100%;
    animation-name: opacitys;
    animation-duration: .3s;
    animation-delay: 3.1s;
    animation-fill-mode: both;
  }
  @keyframes move {
    0%{
      transform: translateX(-1rem);
      opacity: 0;
    }
    100%{
      transform: translateX(0);
    }
  }
  .moshi-s1{
    width: 1.07rem;
    float: left;
    animation-name: move;
    animation-duration:1s;
    animation-fill-mode:both;
  }
  .moshi-s12{
    animation-delay: .4s;
  }
  .moshi-s13{
    animation-delay: .8s;
  }
  .moshi-s14{
    animation-delay: 1.2s;
  }
  .moshi-s15{
    animation-delay: 1.6s;
  }
  .gnfw-box .moshi-s1:first-child{
    margin-left: .3rem;
  }
  .gnfw-box .moshi-s1 div{
    width: 1.07rem;
    height: 1.07rem;
    background: url("../images/asdaf_11.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s12 div{
    background: url("../images/asdaf_13.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s13 div{
    background: url("../images/asdaf_15.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s14 div{
    background: url("../images/asdaf_17.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s15 div{
    background: url("../images/asdaf_19.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s1 p{
    font-size: .17rem;
    color: #18b0f6;
    text-align: center;
    margin-top: .1rem;
  }
  .moshi-s2{
    width: 1.25rem;
    float: left;
    padding: .35rem .12rem 0 .12rem;
    font-size: .17rem;
    line-height: .37rem;
    animation-name: move;
    animation-duration:1s;
    animation-fill-mode:both;
    animation-delay: .2s;
  }
  .moshi-s21{
    animation-delay: .6s;
  }
  .moshi-s22{
    animation-delay: 1s;
  }
  .moshi-s23{
    animation-delay: 1.4s;
  }
  .gnfw-box .moshi-s2 i{
    display: inline-block;
    width: .34rem;
    height: .37rem;
    vertical-align: middle;
    background: url("../images/asdaf_22.png") no-repeat;
    background-size: 100%;
  }

  /*核心业务*/
  .hxyw-banner .jieshao {
    width: 8.4rem;
    height: 8.4rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    position: relative;
    perspective: 1200px;
    /*animation: zhuan 60s linear infinite alternate;*/
    margin-bottom: .7rem;
  }
  .hxyw-banner .jieshao .img-list {
    width: 2.28rem;
    height: 2.28rem;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .hxyw-banner .jieshao .img-list img {
    width: 100%;
  }
  .hxyw-banner .jieshao ul li {
    position: absolute;
    margin: auto;
    cursor: pointer;
  }
  .hxyw-banner .jieshao ul li p:first-child {
    font-size: .24rem;
    color: #fff;
    text-align: center;
  }
  .hxyw-banner .jieshao ul li p:first-child + p {
    font-size: .12rem;
    color: #fff;
    text-align: center;
    line-height: .3rem;
  }
  .hxyw-banner .jieshao ul .list-li1 {
    width: 2.4rem;
    height: 1.5rem;
    background: url("../images/hxyw-list_01.png") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: .53rem;
    padding-top: .55rem;
  }
  .hxyw-banner .jieshao ul .list-li1:hover {
    background: url("../images/hxyw-list_05.png") no-repeat 0 0;
    background-size: cover;
  }
  .hxyw-banner .jieshao ul .list-li2 {
    width: 2.05rem;
    height: 1.5rem;
    background: url("../images/hxyw-list_14.png") no-repeat 0 0;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    right: .53rem;
    padding-top: .9rem;
  }
  .hxyw-banner .jieshao ul .list-li2:hover {
    background: url("../images/hxyw-list_20.png") no-repeat 0 0;
    background-size: cover;
  }
  .hxyw-banner .jieshao ul .list-li3 {
    width: 2.4rem;
    height: 1.2rem;
    background: url("../images/hxyw-list_03.png") no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
    right: 0;
    bottom: .53rem;
    padding-top: .85rem;
  }
  .hxyw-banner .jieshao ul .list-li3:hover {
    background: url("../images/hxyw-list_07.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .hxyw-banner .jieshao ul .list-li4 {
    width: 2.05rem;
    height: 1.5rem;
    background: url("../images/hxyw-list_23.png") no-repeat 0 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: .53rem;
    padding-top: .9rem;
  }
  .hxyw-banner .jieshao ul .list-li4:hover {
    background: url("../images/hxyw-list_17.png") no-repeat 0 0;
    background-size: cover;
  }
  /*首页核心业务*/
  .wrapper .main .page5 .jieshao .itemwrap li {
    width: 12rem;
    height: 4.4rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0rem;
    top: 0;
  }
  .wrapper .main .page5 .jieshao .itemwrap .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
  }
  .wrapper .main .page5 .jieshao .jieshao-list {
    width: 12rem;
    height: 4.4rem;
    background: url("../images/hxyw-banners.png");
    background-size: 12rem 4.4rem;
    text-align: center;
    font-size: 0;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .one {
    /*float: left;*/
    display: inline-block;
    *display: inline;
    *zoom:1;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .one p {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .25rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .one i {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: .24rem;
    text-align: center;
    line-height: 0.5rem;
    font-style: normal;
    color: #fff;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .two {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin: .65rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .two img {
    width: 100%;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .three {
    display: inline-block;
    *display: inline;
    *zoom:1;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .three p {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .25rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .three i {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: .24rem;
    text-align: center;
    line-height: 0.5rem;
    font-style: normal;
    color: #fff;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .input {
    width: 100%;
    float: left;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .input button {
    width: 1.8rem;
    height: .44rem;
    background: #FF5A00;
    font-size: .14rem;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .wrapper .main .page5 .jieshao .left-btn:hover {
	background-color: #f26712;
       color: #fff;
  }
  .wrapper .main .page5 .jieshao .left-btn {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9999;
    font-size: .18rem;
    color: #494949;
    text-align: center;
    line-height: .8rem;
    cursor: pointer;
    transition: all .5s;
  }
  .wrapper .main .page5 .jieshao .right-btn:hover {
	background-color: #f26712;
	color: #fff;
  }
  .wrapper .main .page5 .jieshao .right-btn {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9999;
    font-size: .18rem;
    color: #494949;
    text-align: center;
    line-height: .8rem;
    cursor: pointer;
    transition: all .5s;
  }
  .wrapper .main .page5 .jieshao .left-btn:hover,
  .wrapper .main .page5 .jieshao .right-btn:hover {
    animation: btnhover .8s linear infinite alternate;
  }
  @keyframes btnhover {
    0% {
      transform: translateZ(0);
    }
    100% {
      transform: translateZ(0.2rem);
    }
  }
  .wrapper .main .page6 .content li:hover .xian1{
    height: 1.6rem;
  }
  .wrapper .main .page6 .content li:hover .xian2{
    width: 1.9rem;
  }
  .wrapper .main .page6 .content li:hover .xian3{
    height: 1.6rem;
  }
  .wrapper .main .page6 .content li:hover .xian4{
    width: 1.9rem;
  }
  .navgy-box li:hover .xian1{
    height: 1.16rem;
  }
  .navgy-box li:hover .xian2{
    width: 2.14rem;
  }
  .navgy-box li:hover .xian3{
    height: 1.16rem;
  }
  .navgy-box li:hover .xian4{
    width: 2.14rem;
  }
}
@media screen and (max-width: 1450px){
  p,li,span{
    font-size: 12px!important;
  }
  .hx-banner .hx-ditu .ditualert .ul1 li{
    font-size: 18px!important;
  }
  .our-licheng .content .right .title-p{
    font-size: 18px!important;
  }
  .gnfw-box .list{
    font-size: 14px!important;
  }
  .gnfw-box .moshi-s1 p{
    font-size: 14px!important;
  }
  .wrapper .main .page4 .content .content-list .p2 span{
    font-size: 18px!important;
    font-weight: bold;
  }
  .hx-navbox .hx-navs .hx-nav {
    font-size: 14px!important;
  }
  .hx-navbox .hx-language span{
    font-size: 0!important;
  }
  .has-bg .add-jinpeng-list .screen input, .has-bg .add-jinpeng-list .screen select{
    font-size: 12px;
  }
  .gnfw-box .gntitle span{
    font-size: 14px!important;
  }
}
@media screen and (max-width: 1200px){
  html{
  font-size: 80px!important;
  }
  .hx-navbox .hx-navs{
  width: auto;
  }
  .hx-navbox .hx-navs .hx-nav {
  width: auto;
  padding: 0 .2rem;
  }
}
@media screen and (max-width: 1150px) {
  html {
     font-size: 68px !important;
   }
}
@media screen and (max-width: 1050px){
  html{
  font-size: 66px!important;
  }
  .hx-navbox .hx-navs{
  width: auto;
  }
  .hx-navbox .hx-navs .hx-nav {
  width: auto;
  padding: 0 .1rem;
  }
}
@media screen and (max-width: 992px){
  .hx-navs{
    display: none;
  }
  .hx-language{
    display: none;
  }
  .hx-navbox .hx-log{
    margin-left: .2rem;
  }
  .smallg{
    display: block;
  }
  .wrapper .main .page3 .xinwen{
    width: auto;
  }
  .wrapper .main .page6 .content{
    width: 10rem;
  }
  .wrapper .main .page3 .xinwen .content .left{
    display: none;
  }
  .wrapper .main .page3 .xinwen .content .right{
    float: inherit;
    margin: 0 auto;
  }
  .wrapper .main .page2{
    width: auto;
  }
  .wrapper .main .page2 .us-right {
    display: none;
  }
  .wrapper .main .page2 .us-left{
    width: auto;
    padding: .9rem .2rem 0 .2rem;
    float: inherit;
  }
  .wrapper .main .page2 .page2mor .morex{
    display: block;
  }
  .hx-bottomone .bottom{
    width: auto;
    padding: .52rem .2rem .44rem .2rem;
  }
  .hx-bottomone .bottom .one-1{
    float: inherit;
  }
  .hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1{
    float: inherit;
    width: 1.29rem;
  }
  .hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1+.one-1{
    width: 5rem;
  }
  .hx-bottomone .bottom .one-1:first-child+.one-1+.one-1+.one-1+.one-1 li{
    margin-bottom: .1rem;
  }
}
@media screen and (max-width: 768px){
  .wrapper .main .page4 .ph-title{
    display: block;
  }
  .page6 .tableCell{
    overflow: visible!important;
  }
  .wrapper .main .page6{
    overflow: visible!important;
  }
  .wrapper .main .page6 .page6-sm{
    height: auto;
  }
  .wrapper .main .page3 .xinwen .content .right .list{
    width: auto;
  }
  .wrapper .main .page6 .content{
    width: auto;
    padding: 0 .15rem;
  }
  #fullPage-nav.right{
    display: none;
  }
  .gywm-banner .about-box{
    width: auto;
    padding: 0 .2rem;
  }
  .gywm-banner .about-box .title{
    display: none;
  }
  .gywm-banner .about-box .content{
    width: auto;
    height: auto;
  }
  .gywm-banner .about-box .content .left{
    display: none;
  }
  .gywm-banner .about-box .content .right{
    width: auto;
    height: auto;
    display: block!important;
    float: inherit;
    padding: 0 0 .2rem 0;
  }
  .gywm-banner .about-box .content .right .yuanjing li{
    width: auto;
  }
  .gywm-banner .about-box .content .right .qywh-bottom{
    width: auto;
  }
  .lxwm-zybot{
    height: auto;
  }
  .lxwm-zybot .zybot{
    width: auto;
    height: auto;
    padding: 0 .2rem;
  }
  .gywm-banner{
    padding-bottom: 6rem;
  }
  .lxwm-zybot .zybot li .img{
    margin: 0;
  }
  .lxwm-zybot .zybot li{
    display: block;
    margin-top: .2rem;
  }
  .cd-jieshao,.hxyw-banner{
    padding-bottom:5rem;
  }
  .hx-banner{
    padding-bottom: 5rem;
    height: auto;
  }
  .our-licheng{
    width: auto;
    padding:0 .2rem 5.5rem .2rem;
  }
  .rczp-banner{
    padding-bottom: 5.5rem;
  }
  .news-xq-banner .news-xq .bottom button{
    position: static;
  }
  .news-xq-banner{
    width: auto;
    padding: 0 .2rem 6rem .2rem;
  }
  .news-banner{
    width: auto;
    padding:0 .2rem 6rem .2rem;
  }
  .news-banner .title{
    width: auto;
  }
  .news-banner .news-list{
    width: auto;
  }
  .news-banner .news-list .news-box{
    width: auto;
    padding: .01rem .2rem 0 .2rem;
  }
  .news-banner .news-list .news-box li .right{
    width: 80%;
  }
  .navgy-box{
    width: auto;
    height: auto;
    padding: .2rem;
  }
  .gnfw-box{
    width: auto;
    height: auto;
    padding: .2rem;
  }
  .navgy-box li:nth-child(4n){
    margin-right: 0;
  }
  .news-xq-banner .news-xq{
    width: auto;
    padding: .4rem .15rem .6rem .15rem;
  }
  .gnfw-box .gnfw-left{
    width: 4.1rem;
    margin: 0 auto;
  }
  .gnfw-box .gnfw-left li{
    float: inherit!important;
    padding-left: .63rem;
    text-align: left;
    padding-right: 0;
  }
  .gnfw-box .gnfw-left li i{
    left:0;
    right: auto;
  }
  /*国际货运代理*/
  .gnfw-box .list{
    padding: 0;
  }
  .yewuright{
    display: none;
  }
  .yewuleft{
    margin-left: 0;
    width: auto;
  }
  .gnfw-box .mCSB_inside > .mCSB_container{
    margin-right: 0;
  }
  .gj-hangxian .img{
    width: auto;
    height: auto;
  }
  .matou-caozuo .img{
    padding: 0;
    width: auto;
  }
  .jiankong .img{
    width: auto;
    height: auto;
  }
  .ziying-left{
    float: inherit;
    margin: 0 auto;
  }
  .ziying-right{
    float: inherit;
    margin: 0 auto;
    width: auto;
  }
  /*船队介绍*/
  .cd-jieshao .hx-city{
    display: none;
  }
  .cd-jieshao .itemwrap{
    width: auto;
    height: auto;
  }
  .cd-jieshao .hx-leftbtn,.cd-jieshao .hx-rightbtn{
    display: none;
  }
  .cd-jieshao .itemwrap > li{
    width: auto;
    height: auto;
    opacity: 1;
    margin-top: .15rem;
    position: static;
  }
  .cd-jieshao-box .component{
    width: auto;
  }
  .cd-jieshao .hx-ditu{
    width: auto;
    height: auto;
  }
  .cd-jieshao{
    width: auto;
    padding: 0 .2rem 5.5rem .2rem;
  }
  /*联系我们*/
  .lxwm-maped{
    height: auto;
  }
  .lxwm-maped{
    width: auto;
    padding-top: .01rem;
  }
  .lxwm-maped .mapleft{
    width: 96%;
    height: 3.55rem;
    margin: 2%;
    float: inherit;
  }
  .lxwm-maped .mapright button{
    float: inherit;
  }
  .lxwm-maped .mapright{
    float: inherit;
    margin: 0 auto;
    font-size: 0;
    padding-left: .2rem;
    padding-bottom: .2rem;
  }
  /*荣誉历程*/
  .our-licheng .content{
    width: auto;
    height: auto;
  }
  .our-licheng .content .itemwrap > li{
    width: auto;
    position: relative;
    opacity: 1;
    margin-bottom: .15rem;
    pointer-events: auto;
  }
  .our-licheng .content .itemwrap > li .year-content::after{
    content: "";
    display: block;
    clear: both;
  }
  .our-licheng .years-box{
    display: none;
  }
  .our-licheng .content .left-btn,.our-licheng .content .right-btn{
    display: none;
  }
  .our-licheng .content .left-img{
    width: 40%;
    height: auto;
  }
  .our-licheng .content .right{
    width: 40%;
    padding: 0 5%;
  }
  .our-licheng .content .xian{
    left: 35%;
  }
  .licheng-xq .title-p{
    font-size: 18px!important;
    color: #000;
    line-height: 22px;
    margin-bottom: .2rem;
  }
  /*核心业务*/
  .hxyw-banner .jieshao{
    width: 90%;
  }
  .qian-check .img2{
    display: none;
  }
  .qian-check .img1{
    margin: 0 .15rem .1rem .15rem;
  }
  .hxyw-banner .jieshao {
    width: 92%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    perspective: 1200px;
    margin-bottom: .7rem;
    padding: 2%;
  }
  .hxyw-banner .jieshao .img-list {
    height: 2.28rem;
    overflow: hidden;
    margin: auto;
  }
  .hxyw-banner .jieshao .img-list img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .hxyw-banner .jieshao ul li {
    cursor: pointer;
    background: #507E99;
    margin-top: .2rem;
    padding: .1rem 0;
  }
  .hxyw-banner .jieshao ul li p:first-child {
    font-size: .24rem;
    color: #fff;
    text-align: center;
  }
  .hxyw-banner .jieshao ul li p:first-child + p {
    font-size: .12rem;
    color: #fff;
    text-align: center;
    line-height: .3rem;
  }
  /*人才理念*/
  .rczp-banner{

  }
  .rcln-list{
    width: auto;
  }
  .rcln-list ul li{
    float: inherit;
    margin-left: 0;
  }
  .rcln-list ul{
    width: 3.2rem;
    margin: 0 auto;
  }
  /*职位招聘*/
  .has-bg{
    padding-bottom: 5rem;
  }
  .has-bg-box{
    width: auto;
    padding: 0 .2rem;
  }
  .has-bg .add-jinpeng-list{
    width: 100%;
  }
  .has-bg .add-jinpeng-list .job-list ul.uhead li{
    width: 50%;
    display: none;
  }
  .has-bg .add-jinpeng-list .job-list ul.uhead li:first-child,.has-bg .add-jinpeng-list .job-list ul.uhead li:last-child{
    display: block;
  }
  .has-bg .add-jinpeng-list .job-list ul li{
    width: 50%;
    display: none;
  }
  .has-bg .add-jinpeng-list .job-list ul li:first-child,.has-bg .add-jinpeng-list .job-list ul li:last-child{
    display: block;
  }
  .has-bg .add-jinpeng-list .job-list ul li:first-child + li + li + li + li{
    width: 50%;
  }
  .pagelist{
    width: auto;
  }
  .has-bg .add-jinpeng-list .column-title span.line-l,.has-bg .add-jinpeng-list .column-title span.line-r{
    display: none;
  }
  .details-tip{
    width: 96%;
    left: 2%;
    min-width: 0;
  }
  .has-bg .add-jinpeng-list .screen input, .has-bg .add-jinpeng-list .screen select{
    display: block;
    margin-bottom: .15rem;
    width: 100%;
  }
  .has-bg .add-jinpeng-list .screen input[type="submit"]{
    width: 100%;
  }
  /*首页荣誉历程*/
  .wrapper .main .page4 .title{
    display: none;
  }
  .wrapper .main .page4 .content{
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 0;
    left: auto;
    top: 0;
    background-color: rgba(255,255,255,.5);
  }
  .wrapper .main .page4 .lc-img{
    left: 0;
    width: 100%;
  }
  .wrapper .main .page4{
    width: 100%;
    padding: 0 .2rem;
  }
  .page4 #componen > ul > li.current{
    width: 98%;
    overflow: hidden;
    margin: 0 auto;
  }
  /*国内业务服务模式*/
  .gnfw-box .gntitle{
    margin-bottom: .2rem;
  }
  .gnfw-box .moshi{
    width: 1.07rem;
    margin: 0 auto;
  }
  .gnfw-box .moshi-box{
    position: relative;
    margin-top: .2rem;
  }
  .gnfw-box .moshi-box .jiantou{
    width: .56rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    margin-left: .8rem;
    bottom: .8rem;
  }
  .gnfw-box .moshi-box .jiantou i{
    width: .24rem;
    height: .12rem;
    position: absolute;
    left: -.16rem;
    bottom:-.04rem;
    transform: rotate(90deg);
    background: url("../images/asdaf_07.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-box .jiantou .xian1{
    width: .56rem;
    height: .06rem;
    position: absolute;
    left: 0;top: 0;
    background: #CDCDCD;
  }
  .gnfw-box .moshi-box .jiantou .xian2{
    width: .06rem;
    height: 5.2rem;
    position: absolute;
    right: 0;top: 0;
    background: #CDCDCD;
  }
  .gnfw-box .moshi-box .jiantou .xian3{
    width: .56rem;
    height: .06rem;
    position: absolute;
    right: 0;bottom: 0;
    background: #CDCDCD;
  }
  .gnfw-box .moshi-box .jiantou .moshi-s3{
    width: .87rem;
    height: .87rem;
    position: absolute;
    left: .1rem;
    top: 50%;
    margin-top: -.43rem;
    background: url("../images/asdaf_03.png") no-repeat;
    background-size: 100%;
  }
  .moshi-s1{
    width: 1.07rem;
  }
  .moshi-s12{
    animation-delay: .4s;
  }
  .moshi-s13{
    animation-delay: .8s;
  }
  .moshi-s14{
    animation-delay: 1.2s;
  }
  .moshi-s15{
    animation-delay: 1.6s;
  }
  .gnfw-box .moshi-s1 div{
    width: 1.07rem;
    height: 1.07rem;
    background: url("../images/asdaf_11.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s12 div{
    background: url("../images/asdaf_13.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s13 div{
    background: url("../images/asdaf_13.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s14 div{
    background: url("../images/asdaf_17.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s12 div{
    background: url("../images/asdaf_19.png") no-repeat;
    background-size: 100%;
  }
  .gnfw-box .moshi-s1 p{
    font-size: .17rem;
    color: #18b0f6;
    text-align: center;
    margin-top: .1rem;
  }
  .moshi-s2{
    width: 1.07rem;
    text-align: center;
    font-size: .17rem;
    line-height: .37rem;
    animation-name: move;
    animation-duration:1s;
    animation-fill-mode:both;
    animation-delay: .2s;
    margin: .15rem 0;
  }
  .moshi-s21{
    animation-delay: .6s;
  }
  .moshi-s22{
    animation-delay: 1s;
  }
  .moshi-s23{
    animation-delay: 1.4s;
  }
  .gnfw-box .moshi-s2 i{
    display: inline-block;
    width: .34rem;
    height: .37rem;
    transform: rotate(90deg);
    vertical-align: middle;
    background: url("../images/asdaf_22.png") no-repeat;
    background-size: 100%;
  }
  /*首页核心业务*/
  .wrapper .main .page5 .jieshao{
    width: 96%;
    height: auto;
    padding: 0 2%;
  }
  .wrapper .main .page5 .jieshao .itemwrap li {
    padding: .2rem;
    height: 1.1rem;
    margin-top: .15rem;
    background: rgba(0,0,0,.5);
  }
  .wrapper .main .page5 .jieshao .jieshao-list {
    padding-left: 1.3rem;
    height: 100%;
    font-size: 0;
    position: relative;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .one p {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-right: .25rem;
    display: inline;
    line-height: .6rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .one i {
    display: inline;
    border: 1px solid #fff;
    font-size: .24rem;
    text-align: center;
    font-style: normal;
    color: #fff;
    padding: 0 .1rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .two {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .two img {
    width: 100%;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .three {

  }
  .wrapper .main .page5 .jieshao .jieshao-list .three p {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-right: .25rem;
    line-height: .6rem;
    display: inline;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .three i {
    display: inline;
    border: 1px solid #fff;
    font-size: .24rem;
    text-align: center;
    font-style: normal;
    color: #fff;
    padding: 0 .1rem;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .input {
    width: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .wrapper .main .page5 .jieshao .jieshao-list .input button {
    width: 1.2rem;
    height: .4rem;
    background: #FF5A00;
    font-size: 12px;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.2rem;
    cursor: pointer;
  }
  .wrapper .main .page5 .jieshao nav{
    display: none!important;
  }
  .hx-banner .hx-city{
    display: none;
  }
  .hx-banner-box{
    overflow: inherit;
  }
  .hx-banner .hx-leftbtn,.hx-banner .hx-rightbtn{
    display: none;
  }
  .hx-banner .hx-ditu{
    width: 96%;
    height: auto;
    padding: 0 2%;
  }
  .hx-banner .hx-ditu .itemwrap > li{
    width: 85%;
    height: 3.8rem;
    padding-right: 15%;
    margin-bottom: .2rem;
  }
  .hx-banner .hx-ditu .ditualert{
     /*height: 3.82rem; */
     background: rgba(255,255,255,0); 
     padding-top: 0; 
     margin-top: 0; 
    right: 0;
     border: 0 none; 
  }
  .hx-banner .hx-ditu .itemwrap > li{
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 550px){
  .news-banner .news-list .news-box li .right{
    width: 67%;
  }
}
@media screen and (max-width: 375px){
  html{
  font-size: 59px!important;
  }
}
@media screen and (max-width: 320px){

}

















