﻿@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
  padding: 0px;
  margin: 0px
}


body {
  font-size: 100px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.trans {
  transition: all .3s ease-in;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: .24rem/1.5 "PingFang SC", Helvetica, "Helvetica Neue", "microsoft yahei", Tahoma, Arial, sans-serif;
  color: #666;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*background: #f5f5f5;*/
  position: relative;
}

body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}

body:before {
  height: .75rem;
}

body:after {
  height: .88rem;
}

img {
  border: 0px;
}

em {
  font-style: normal;
}

s,
i {
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
}

li {
  list-style: none outside none;
}

b {
  font-weight: normal;
}

/*表单*/
input,
button,
select,
textarea {
  outline: none;
  font-family: "PingFang SC", "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-wrapper: 101;
  background: #000;
  opacity: 1;
}

.blue {
  color: #28a5f4;
}

/*链接*/
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #011a6a;
  outline: none;
}

/*标题*/
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  background-size: 2.4rem auto;
  vertical-align: middle;
}

.icon,
.iconbef:before,
.iconbef:after {
  content: "\20";
  display: block;
}

.iconbef:before {
  background: url(../images/icon.png) no-repeat;
  background-size: 2.4rem auto;
  vertical-align: middle;
}

.gap {
  height: .18rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}

.noinfo {
  width: 100%;
  padding: 0 3%;
}

.noinfo img {
  display: block;
  width: 2.2rem;
  margin: .2rem auto;
}

/*清除浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clear,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/*==========@@HTML默认  结束@@==========*/
.wrapper {
  width: 100%;
}

/*==========@@公共模块 开始@@==========*/
.header {
  background-size: 100% 1.04rem;
}

#top_main {
  width: 100%;
  height: 1rem;
  *zoom: 1;
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
}

#top {
  max-width: 640px;
  min-width: 320px;
  height: 1rem;
  margin: 0px auto;
  position: relative;
  border-bottom;
  1px solid #e0e0e0;
}

#top .logo {
  display: block;
  width: 2.56rem;
  height: 0.5rem;
  padding: .26rem 0 0 .18rem;
}

#top .logo a {
  display: block;
}

#top .logo img {
  display: block;
  width: 2.56rem;
  height: 0.5rem;
}

#top #nav {
  width: .34rem;
  height: .4rem;
  background-position: -.5rem -1.2rem;
  position: absolute;
  right: 3%;
  top: .32rem;
  text-align: center;
  cursor: pointer;
}

#top .close {
  background-position: -2.06rem 0;
  width: .34rem;
  height: .34rem;
  cursor: pointer;
  position: absolute;
  right: 12%;
  top: -0.06rem;
  text-align: center;
}

/*subNav*/
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0%;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  background: #fff;
  display: none;
  overflow: scroll;
}

.subNavCon {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.subNav .subTop {
  height: 1rem;
  background: #fff;
  z-index: 400;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.subNav .subTop .nylogo {
  display: block;
  width: 3.6rem;
  height: 0.6rem;
}

.subNav .subTop .nylogo img {
  margin-left: .2rem;
  margin-top: .24rem;
  display: block;
  width: 2.56rem;
  height: 0.5rem;
}

.subNav .subTop .close {
  width: .42rem;
  height: .42rem;
  position: absolute;
  z-index: 1;
  right: .4rem;
  top: .28rem;
  background-position: -2.06rem 0;
  display: inline-block;
  vertical-align: middle;
}

.subNav .subBottom {
  height: 100%;
  margin: 0 0.2rem;
}

.subNav .subBottom li {
  padding-top: .06rem;
  padding-bottom: .08rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.subNav .subBottom li a {
  display: block;
  font: normal .3rem "AvantGarde Bk BT";
  color: #999;
  width: 80%;
}

.subNav .subBottom li a .txt {
  height: .8rem;
  line-height: .8rem;
}

.subNav .subBottom li a .tit {
  display: inline-block;
  font-size: .3rem;
  line-height: .8rem;
  font-family: "AvantGarde Bk BT";
  color: #333;
}

.subNav .subBottom li em {
  width: .28rem;
  height: .28rem;
  display: inline-block;
  background-position: 0rem -.5rem;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: .32rem;
}

.subNav .subBottom .list {
  padding-top: 0.2rem;
}

.subNav .subBottom li.hover,
.subNav .subBottom li:hover {
  border-bottom: 1px solid #3426ad;
}

.subNav .subBottom li.hover a .tit,
.subNav .subBottom li:hover a .tit {
  color: #333;
}

.subNav.show {
  display: block;
   !important;
}

.subNavShow {
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  transform: translateX(-48%);
  display: block;
}

.subNav .subnav2 {
  margin-top: .2rem;
  display: none;
}

.subNav .subnav2 a {
  height: .6rem;
  font-size: .24rem;
  box-sizing: border-box;
  line-height: .6rem;
  text-align: left;
  color: #fff;
  display: block;
  padding: 0;
  background: none;
  border-bottom: 1px solid #ddd;
  font-size: .24rem !important;
  margin-bottom: .2rem;
}

.subNav li.hover em {
  width: .31rem;
  height: .03rem;
  top: .46rem;
  background-position: -2.06rem -1.54rem;
}

/* banner */
#banner_main {
  width: 100%;
  overflow: hidden;
  margin-top: 0.28rem;
  position: relative;
  z-index: 1;
  height: 9rem;
  background-size: 1px auto;
}

.banner {
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  height: 5rem;
}

.banner .list {
  width: 100%;
  overflow: hidden;
}

.banner .list li {
  float: left;
  width: 100%;
  overflow: hidden;
}

.banner .list li img {
  width: 100%;
  height: 5rem;
}

#banner .tip {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  clear: both;
  position: absolute;
  left: 0%;
  bottom: .3rem;
  z-index: 12;
  font-size: 0;
}

#banner .tip li {
  padding: 0.04rem;
  margin: 0 0.05rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

#banner .tip span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.07rem;
  vertical-align: middle;
  background-position: -0.3rem -2.2rem;
  border-radius: 100%;
}

#banner .tip span.cur {
  width: .2rem;
  height: .2rem;
  background-position: 0 -2.2rem;
}



/*版权信息*/
#footer_main {
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 0.1rem 0 0;
}

#returntop {
  width: 1rem;
  height: 1rem;
  background: url(../images/gotop.png) no-repeat center top;
  background-size: 1rem auto;
  position: fixed;
  bottom: 20%;
  right: 2%;
  cursor: pointer;
  z-index: 99;
}

#copyright {
  width: 90%;
  margin: 0 auto;
  color: #666;
  font-size: 0.24rem;
  line-height: .4rem;
  padding: 0.5rem 0 .5rem;
  text-align: left;
}

#copyright p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
  text-align: center;
}

#footer_main .bottomNav {
  padding-left: .4rem;
  padding-right: .4rem;
}

#footer_main .bottomNav .list {
  padding-top: .12rem;
}

#footer_main .bottomNav .list li {
  width: 100%;
  height: .8rem;
  border-bottom: 1px solid #ccc;
}

#footer_main .bottomNav .list li a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
}

#footer_main .bottomNav .list li .tit {
  display: block;
  font: normal 0.26rem "AvantGarde Bk BT";
  color: #333;
  line-height: 0.8rem;
  float: left;
}

#footer_main .bottomNav .list li em {
  display: block;
  float: right;
  width: 0.28rem;
  height: 0.32rem;
  margin-top: 0.25rem;
  background-position: -2.08rem -.5rem;
}

#footer_main .bottomNav .list li:hover .tit {
  color: #8ABC29;
}

#copyright p {
  font: normal .24rem "microsoft yahei";
  color: #999999;
  line-height: 0.4rem;
}

#copyright .p1 {
  font: normal .24rem "microsoft yahei";
  color: #666666;
  margin-top: .2rem;
}

#fix-sider {
  width: 1rem;
  height: 1rem;
  position: fixed;
  right: 2%;
  bottom: 29%;
  background: url(../images/tel.png) no-repeat center top;
  background-size: 1rem auto;
  cursor: pointer;
  z-index: 999;
}

/* 工具栏 */
#toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 88;
  height: 1rem;
  background: #3c3c3c;
  left: 0;
}

#toolbar .list {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
}

#toolbar .list li {
  float: left;
  width: 25%;
  text-align: center;
}

#toolbar .list li:last-child {
  border-right: none;
}

#toolbar .list a {
  display: block;
  height: 1rem;
  line-height: 0.24rem;
  font: bold 0.26rem "microsoft yahei";
  padding-top: 0.2rem;
}

#toolbar .list a span {
  text-align: center;
  color: #fff;
  margin-top: .06rem;
  display: block;
  font-size: .2rem;
}

#toolbar .list a s {
  margin-left: auto;
  margin-right: auto;
  width: 0.3rem;
  height: 0.28rem;
  display: block;
  background-position: -.0rem -.0rem;
  margin-bottom: .02rem;
}

#toolbar .list li:nth-child(2) s {
  background-position: -.4rem -.0rem;
  width: .29rem;
  height: .3rem;
}

#toolbar .list li:nth-child(3) s {
  background-position: -0.8rem -.0rem;
  width: .31rem;
  height: .31rem;
}

#toolbar .list li:nth-child(4) s {
  background-position: -1.2rem -.0rem;
  width: .28rem;
  height: .34rem;
}

#toolbar .list li:nth-child(1):hover s {
  background-position: -.0rem 0rem;
}

#toolbar .list li:nth-child(2):hover s {
  background-position: -.4rem 0rem;
}

#toolbar .list li:nth-child(3):hover s {
  background-position: -0.8rem 0rem;
}

#toolbar .list li:nth-child(4):hover s {
  background-position: -1.2rem 0rem;
}

#toolbar .list li:hover {
  background: #3426ad;
}

#toolbar .list li:hover span {
  color: #fff;
}

/*==========@@页面布局  开始@@==========*/
#search {
  background: #fff;
  width: 96%;
  margin: 0.2rem auto;
  height: 0.6rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 0;
  -webkit-box-shadow: 1px 1px 1px #e7e9e9;
  -moz-box-shadow: 1px 1px 1px #e7e9e9;
  box-shadow: 1px 1px 1px #e7e9e9;
}

#search input {
  display: block;
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
}

#search .txt {
  border: none;
  width: 66%;
  height: 0.5rem;
  line-height: 0.6rem;
  margin-right: 1%;
  padding: 0 4%;
  color: #666;
  font-size: 0.22rem;
  background: none;
}

#search .searchbtn {
  cursor: pointer;
  border: none;
  font-size: 0.24rem;
  width: 0.8rem;
  height: 0.6rem;
  text-align: center;
  background-position: -0.63rem 0;
}

.menu {
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.menu .list {}

.menu .list .item {
  width: 33.33%;
  height: .8rem;
  float: left;
}

.menu .list .item a {
  display: block;
  font-size: .24rem;
  color: #333333;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  margin: 0 auto;
}

.menu .list .item:hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.menu .list .hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.menu .list .item:last-child {
  margin-right: 0rem;
}

.txtcon {
  padding: 3%;
}

/*index*/
.index {
  /*background: #f5f5f5;*/
  overflow: hidden;
}

.index .indexTit .tit {
  font-size: 0.36rem;
  color: #de411a;
  text-align: center;
  line-height: 0.49rem;
  background: url("../images/titBg.png") no-repeat center 0.1rem;
  background-size: 3.78rem 0.49rem;
}

.index .indexTit .tit em {
  color: #183884;
}

.index .indexTit .subtit {
  margin-top: 0.02rem;
  font-size: 0.2rem;
  color: #333;
  text-align: center;
  /*letter-spacing:0.2rem;*/
}

.index .more {
  width: 5.72rem;
  height: 0.74rem;
  border: 0.03rem solid #de411a;
  border-radius: 0.74rem;
  text-align: center;
  line-height: 0.74rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
  margin-bottom: .5rem;
}


.index .btns {
  width: 6rem;
  margin: 0 auto;
}

.index .btns .more {
  float: left;
  width: 50%;
  height: 0.6rem;
  background: #3426ad;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.62rem;
  text-align: center;
  border: 1px solid #3426ad;
  border-top-left-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
}

.index .btns .zx {
  float: left;
  width: 50%;
  height: 0.6rem;
  background: #fff;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.62rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
}

.index .btns .more:hover {
  background: #fff;
  color: #333;
  border-color: #e5e5e5;
}

.index .btns .zx:hover {
  background: #3426ad;
  color: #fff;
  border-color: #3426ad;
}

. {
  width: 100%;
  height: 0.18rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}


.telfix {
  width: 1.2rem;
  height: 1.2rem;
  position: fixed;
  right: 1%;
  bottom: 2.6rem;
  z-index: 999;
  background: url("../images/gTel.png") no-repeat center center;
  background-size: 1rem 1rem;
}

.toTop {
  width: 1.2rem;
  height: 1.2rem;
  position: fixed;
  right: 1%;
  bottom: 1.5rem;
  z-index: 999;
  background: url("../images/goTop.png") no-repeat center center;
  background-size: 1rem 1rem;
}


/*********************************
 ** 全屏翻页支持层叠样式
 ** fillPage.min.js
 ********************************/
.fullbody {
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.fullpage {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.fullpage-wrap {
  position: relative;
  height: 100%;
  visibility: hidden;
}

.fullpage-wrap>* {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.slide {
  width: 100%;
}

.slide-wrap {
  width: 100%;
}

.slide-cell {
  float: left;
  width: 100%;
}

.fullpage .row_con {
  width: 100%;
  height: 8.7rem;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-47%);
}

.fullpage .ipro {
  background: url(../images/iprobg.jpg) no-repeat center center;
  background-size: cover;
}

.fullpage .ipro .item {
  width: 2.4rem;
  height: 4rem;
  float: left;
  margin-left: .4rem;
  margin-bottom: .5rem;
  box-shadow: 0 .08rem .06rem rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  -webkit-border-radius: .1rem;
  border-radius: .1rem;
}

.fullpage .ipro .item a {
  width: 100%;
  display: block;
}

.fullpage .ipro .item img {
  width: 2.4rem;
  height: 3.2rem;
  display: block;
  border-top-right-radius: .1rem;
  border-top-left-radius: .1rem;
}

.fullpage .ipro .item h3 {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-weight: normal;
  color: #2498ea;
}

.fullpage .ipro .item:nth-child(1) {
  transform: rotate(-3deg);
}

.fullpage .ipro .item:nth-child(2) {
  transform: rotate(3deg);
  float: right;
  margin-right: .4rem;
  margin-left: 0;
}

.fullpage .ipro .item:nth-child(2) h3 {
  color: #e5c732;
}

.fullpage .ipro .item:nth-child(3) {
  transform: rotate(-3deg);
  margin-left: 2rem;
}

.fullpage .ipro .item:nth-child(3) h3 {
  color: #f34b83;
}

.fullpage .ipro .item:nth-child(4) {
  transform: rotate(3deg);
  margin-left: .5rem;
}

.fullpage .ipro .item:nth-child(4) h3 {
  color: #7bc923;
}

.fullpage .igood {
  background: url(../images/igoodbg.jpg) no-repeat center center;
  background-size: cover;
}

.fullpage .igood .row_con {
  height: 9rem;
  padding: 0 .36rem;
}

.fullpage .igood .img {
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 15%;
}

.fullpage .igood img {
  width: 70%;
  display: block;
}

.fullpage .igood .en {
  display: block;
  font-family: impact;
  opacity: 0.7;
  font-size: .32rem;
  text-transform: uppercase;
}

.fullpage .igood .tit1 {
  display: block;
  font-size: .35rem;
  margin: .15rem 0 .45rem;
  font-weight: bold;
  color: #000;
}

.fullpage .igood .line {
  width: .4rem;
  height: .04rem;
  background: #000;
  display: block;
  margin-bottom: .25rem;
}

.fullpage .igood .tit2 {
  color: #000000;
  font-size: .26rem;
  display: block;
  margin-bottom: .2rem;
}

.fullpage .igood .txt {
  line-height: .3rem;
  color: #000000;
}

.fullpage .igood .btn {
  width: 1.35rem;
  height: .45rem;
  line-height: .45rem;
  border: 1px solid #000;
  text-align: center;
  display: block;
  margin-top: .5rem;
  color: #000;
}

.fullpage .isince {
  width: 100%;
  background: #fff;
}

.fullpage .isince .row_con {
  height: 100%;
  top: 0;
  transform: translateY(0);
}

.fullpage .isince .item {
  width: 100%;
  height: 1.92rem;
  line-height: 1.92rem;
  display: block;
  color: #fff;
  font-size: .28rem;
  text-align: center;
  font-weight: bold;
}

.fullpage .isince .item:before {
  width: 1.1rem;
  height: 1rem;
  content: "\20";
  display: inline-block;
  vertical-align: middle;
  margin-right: .48rem;
  /*background: url(../images/index-ico.png) no-repeat 0 0;*/
  background-size: 1.1rem auto;
}

.fullpage .isince .item:first-child {
  margin-top: .8rem;
  background: url(../images/isince_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.fullpage .isince .item:first-child:before {
  background-position: 0 .14rem;
}

.fullpage .isince .item:nth-child(2) {
  background: url(../images/isince_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.fullpage .isince .item:nth-child(2):before {
  background-position: 0 -1rem;
}

.fullpage .isince .item:nth-child(3) {
  background: url(../images/isince_bg3.jpg) no-repeat center center;
  background-size: cover;
}

.fullpage .isince .item:nth-child(3):before {
  background-position: 0 -2.1rem;
}

.fullpage .isince .last {
  width: 100%;
  height: 4.8rem;
  text-align: center;
  position: relative;
  background: url(../images/isince_bg4.jpg) no-repeat center 0;
  background-size: cover;
}

.fullpage .isince .last a {
  width: 5.26rem;
  height: .85rem;
  line-height: .85rem;
  display: block;
  position: absolute;
  color: #fff;
  font-size: .3rem;
  left: 50%;
  top: 50%;
  margin: -.43rem 0 0 -2.63rem;
  /*background: rgba(125, 0, 0, 0.45);
  border: .05rem solid rgba(255, 255, 255, 0.45);*/
}

.fullpage .inews h3 {
  padding: .3rem 3% .1rem;
  color: #000;
  font-weight: bold;
  font-size: .3rem;
}

.fullpage .inews .list {
  padding: 0 3%;
}

.fullpage .inews li {
  height: .6rem;
  line-height: .6rem;
}

.fullpage .inews li a {
  color: #000;
}

.fullpage .inews .more {
  color: #f44642;
  margin-top: .1rem;
  display: block;
  padding: 0 3%;
}

.fullpage .inews .line {
  width: 100%;
  height: .4rem;
  background: #2498ea;
  margin: .3rem 0 .1rem;
}

/******分屏开始*******/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .slide1 {
  background: #fff;
  position: relative;
}

/*核心业务*/
.index #floor_1_main {
  background: url(../images/f1_bg.jpg) center bottom no-repeat;
  padding-bottom: .32rem;
  background-size: 6.4rem 8.49rem;
}

.index #floor_1_main .personList {}

.index #floor_1_main .indexTit {
  padding-top: 0.34rem;
  padding-bottom: 0.16rem;
}

.index #floor_1_main .content {
  width: 5.8rem;
  height: auto;
  margin: 0 auto;
}

.index #floor_1_main .content .title {}

.index #floor_1_main .content .title .item {
  width: 2.72rem;
  height: .68rem;
  border: 1px solid #cccccc;
  border-radius: 0.06rem;
  float: left;
  margin-top: .3rem;
}

.index #floor_1_main .content .title .item:nth-child(odd) {
  margin-right: .32rem;
}

.index #floor_1_main .content .title .item a {
  font-size: .26rem;
  color: #888888;
  text-align: center;
  line-height: .68rem;
  display: block;
}

.index #floor_1_main .workerList {
  position: relative;
  margin-top: 0.26rem;
  overflow: hidden;
  height: 3.84rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .list {
  width: 210%;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item {
  float: left;
  width: 2.74rem !important;
  height: 2.98rem;
  margin-right: .24rem !important;
  border: 1px solid #e5e5e5;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item a {
  display: block;
  padding-bottom: .1rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item figure {
  position: relative;
  display: block;
  width: 2.72rem;
  height: 2.04rem;
  overflow: hidden;
  z-index: 2;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item figure img {
  display: block;
  width: 2.72rem;
  height: 2.04rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item .txt {
  justify-content: space-between;
  padding: 0 0.2rem;
  position: relative;
  height: 0.92rem;
  line-height: 0.3rem;
  overflow: hidden;
  z-index: 1;
  background: #ffffff;
  width: 2.72rem;
  border-top: 1px solid #e5e5e5;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item .txt:nth-child(odd) {
  justify-content: space-between;
  padding: 0 0.2rem;
  position: relative;
  height: 0.92rem;
  line-height: 0.3rem;
  overflow: hidden;
  z-index: 1;
  background: #ffffff;
  width: 2.72rem;
  border-top: none;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item .txt h3 {
  font-size: .24rem;
  color: #333333;
  text-align: center;
  padding-top: .2rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .item .txt .model {
  font-size: 0.2rem;
  color: #999999;
  text-align: center;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .tip {
  padding: .2rem 0;
  text-align: center;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .tip span {
  display: inline-block;
  width: .14rem;
  height: .14rem;
  background: #ccc;
  margin-right: .2rem;
  border-radius: .2rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .tip span.cur {
  background: #da2a2e;
  width: .4rem;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .swiper-pagination-bullet {
  width: .18rem;
  height: .18rem;
  border: 0.04rem solid #b2b2b2;
  border-radius: .3rem;
  opacity: 1;
}

.index #floor_1_main .ipro .workerList .swiper-wrapper .swiper-pagination-bullet-active {
  background: #fcc041;
  border-color: #fcc041;
}

.index #floor_1_main .workerList .swiper-wrapper {}

.index #floor_1_main .content .more {
  width: 5.72rem;
  height: 0.74rem;
  border: 0.03rem solid #de411a;
  border-radius: 0.74rem;
  text-align: center;
  line-height: 0.74rem;
  display: block;
  margin-top: 0.6rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0rem;
  right: 2.4rem;
  margin-top: .64rem;
}

.index #floor_1_main .ipro .workerList .swiper-pagination .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  border-radius: 100%;
  background-color: #333333;
  opacity: 1;
}

.index #floor_1_main .ipro .workerList .swiper-pagination .swiper-pagination-bullet-active {
  width: .46rem;
  height: .2rem;
  border-radius: .2rem;
  background-color: #de411a;
}



/*.index #floor_1_main .swiper-pagination{position: relative;}*/
/*我们的优势*/
.index #floor_2_main {
  background: url("../images/f2_bg.png") no-repeat center center;
  background-size: 6.4rem 9.93rem;
  height: 9.93rem;
  width: 6.4rem;
  border-top: 0.02rem solid #48629e;
}

.index #floor_2_main .indexTit .tit {
  font-size: 0.36rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.49rem;
  padding-top: .3rem;
}

.index #floor_2_main .indexTit .subtit {
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  /*letter-spacing:0.2rem;*/
}

.index #floor_2_main .content {
  width: 5.8rem;
  margin: 0 auto;
}

.index #floor_2_main .content .list .item:first-child {
  width: 5.8rem;
  margin: 0 auto;
  margin-top: .6rem;
}

.index #floor_2_main .content .list {}

.index #floor_2_main .content .list .item {
  width: 5.8rem;
  height: 1.22rem;
  margin-top: .84rem;
  position: relative;
}

.index #floor_2_main .content .list .item a {}

.index #floor_2_main .content .list .item a img {
  float: left;
  width: 1.22rem;
  height: 1.22rem;
  background-size: 1.22rem 1.22rem;
  margin-right: .48rem;
  display: block;
}

.index #floor_2_main .content .list .item.t2 a img,
.index #floor_2_main .content .list .item.t4 a img {
  float: right;
  width: 1.22rem;
  height: 1.22rem;
  background-size: 1.22rem 1.22rem;
  margin-right: 0rem;
  display: block;
}

.index #floor_2_main .content .list .item a .tit {
  float: left;
  width: 4rem;
  font-size: .2rem;
  font-weight: bold;
  color: #FFFFFF;
}

.index #floor_2_main .content .list .item a .cont {
  float: left;
  width: 4rem;
  font-size: .2rem;
  color: #c4c4c4;
}

.index #floor_2_main .content .list .item a i {
  width: .3rem;
  height: 0.02rem;
  background-color: #a7a7a9;
  display: block;
  position: absolute;
  top: 1.22rem;
  left: 1.74rem;
}

.index #floor_2_main .content .list .item:nth-child(even) a i {
  width: .3rem;
  height: 0.02rem;
  background-color: #a7a7a9;
  display: block;
  position: absolute;
  top: 1.22rem;
  left: 0rem;
}

/*案例展示*/
.index #floor_3_main .workerList {
  height: 4.88rem;
  position: relative;
  margin-top: 0.54rem;
  overflow: hidden;
}

.index #floor_3_main .case .workerList .swiper-wrapper .list {
  width: 210%;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item {
  float: left;
  width: 2.12rem !important;
  height: 4.08rem;
  margin-right: 0rem !important;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item a {
  display: block;
  padding-bottom: .1rem;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item figure {
  position: relative;
  display: block;
  width: 2.12rem;
  height: 2.94rem;
  overflow: hidden;
  z-index: 2;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item figure img {
  display: block;
  width: 2.12rem;
  height: 2.94rem;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item .txt {
  justify-content: space-between;
  position: relative;
  height: 1.14rem;
  line-height: 0.45rem;
  overflow: hidden;
  z-index: 1;
  background: #f8f8f8;
  width: 2.12rem;
  border-right: 1px solid #e5e5e5;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item .txt h3 {
  font-size: .3rem;
  color: #333333;
  text-align: center;
  padding-top: .2rem;
}

.index #floor_3_main .case .workerList .swiper-wrapper .item .txt .model {
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
}

.index #floor_3_main .case .workerList .swiper-wrapper .tip {
  padding: .2rem 0;
  text-align: center;
}

.index #floor_3_main .case .workerList .swiper-wrapper .tip span {
  display: inline-block;
  width: .14rem;
  height: .14rem;
  background: #ccc;
  margin-right: .2rem;
  border-radius: .2rem;
}

.index #floor_3_main .case .workerList .swiper-wrapper .tip span.cur {
  background: #da2a2e;
  width: .4rem;
}

.index #floor_3_main .case .workerList .swiper-wrapper .swiper-pagination-bullet {
  width: .18rem;
  height: .18rem;
  border: 0.04rem solid #b2b2b2;
  border-radius: .3rem;
  opacity: 1;
}

.index #floor_3_main .case .workerList .swiper-wrapper .swiper-pagination-bullet-active {
  background: #fcc041;
  border-color: #fcc041;
}

.index #floor_3_main .workerList .swiper-wrapper {
  padding-bottom: .64rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0rem;
  right: 1.6rem;
  margin-top: .64rem;
}

.index #floor_3_main .case .workerList .swiper-pagination .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  border-radius: 100%;
  background-color: #333333;
  opacity: 1;
}

.index #floor_3_main .case .workerList .swiper-pagination .swiper-pagination-bullet-active {
  width: .46rem;
  height: .2rem;
  border-radius: .2rem;
  background-color: #de411a;
}

.index #floor_3_main .content .more {
  margin-top: .36rem;
  margin-bottom: 1rem;
}

.swiper-pagination11 {
  right: 2.4rem !important;
}



/*认证*/
.index #floor_4_main {
  background: url(../images/f4_bg.png) center top no-repeat;
  background-size: 6.19rem 1.09rem;
}

.index #floor_4_main .content {
  position: relative;
}

.index #floor_4_main .content .tit {
  position: absolute;
  top: 0rem;
  left: 0rem;
  font-size: .28rem;
  color: #183884;
  font-family: impact;
  width: 2.8rem;
  text-align: center;
  margin-left: 3.4rem;
  line-height: 0.5rem;
  height: 1rem;
  margin-top: -0.6rem;
}

.index #floor_4_main .content .tit em {
  display: block;
  font-size: .62rem;
  color: #183884;
}

.index #floor_4_main .content .tit em span {
  font-size: .3rem;
}

.index #floor_4_main .content img {
  width: 100%;
  height: 3.44rem;
  background-size: 100% 3.44rem;
  margin-top: 0.4rem;
}

.index #floor_4_main .content .txt {
  width: 5.5rem;
  height: 2.9rem;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.index #floor_4_main .content .txt .tit1 {
  font-size: .32rem;
  color: #183884;
  font-weight: bold;
  text-align: center;
}

.index #floor_4_main .content .txt .cont {
  font-size: .24rem;
  color: #333333;
  text-align: center;
  margin-top: .26rem;
}

.index #floor_4_main .content .txt i {
  width: .78rem;
  height: 0.02rem;
  background-color: #de411a;
  display: block;
  margin: 0 auto;
  margin-top: .2rem;
}

.index #floor_4_main .content .more {
  margin-bottom: .5rem;
}

.index #floor_4_main .content .video {
  width: 5.1rem;
  height: 3.83rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  margin-top: -0.7rem;
  border-radius: 0.04rem;
  margin-bottom: .6rem;
}





/*新闻资讯*/
.index #floor_5_main {
  background-color: #FFFFFF;
}

.index #floor_5_main .indexTit {
  padding-top: .4rem;
}

.index #floor_5_main .content {
  width: 5.8rem;
  height: auto;
  margin: 0 auto;
  padding-top: .24rem;
}

.index #floor_5_main .content .list {
  width: 6rem;
  margin: 0 auto;
}

.index #floor_5_main .content .list .item {
  border-bottom: 0.01rem dashed #f2f2f2;
  height: 2.04rem;
  margin-top: .26rem;
}

.index #floor_5_main .content .list .item:last-child {
  border-bottom: none;
}

.index #floor_5_main .content .list .item a {}

.index #floor_5_main .content .list .item a .txt .p1 {
  font-size: .36rem;
  color: #333333;
  width: 3.3rem;
}

.index #floor_5_main .content .list .item a .txt {
  float: left;
}

.index #floor_5_main .content .list .item a .txt .tit {
  font-size: .32rem;
  color: #333333;
  width: 2.9rem;
}

.index #floor_5_main .content .list .item a .txt .p2 {
  height: .26rem;
  background: url(../images/f4_2.png) right bottom no-repeat;
  background-size: .16rem 0.06rem;
  float: left;
  padding-left: 1.22rem;
  padding-top: .7rem;
}

.index #floor_5_main .content .list .item a .txt .p2 .number {
  font-size: .2rem;
  color: #333333;
  margin-top: -0.1rem;
  display: block;
}

.index #floor_5_main .content .list .item a img {
  float: right;
  width: 2.36rem;
  height: 1.8rem;
}

.index #floor_5_main .content .list .item a .txt .time {
  width: .8rem;
  height: .7rem;
  float: left;
}

.index #floor_5_main .content .list .item a .txt .time .day {
  width: 1rem;
  font-size: .48rem;
  color: #de411a;
  font-family: impact;
}

.index #floor_5_main .content .list .item a .txt .time .yeay {
  width: 1rem;
  font-size: .2rem;
  color: #333333;
  margin-top: -0.1rem;
}


/*电力电缆*/
.sub_nav {
  background: #de411a;
  color: #fff;
  text-align: center;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  position: relative;
}

.sub_nav h3 {
  height: .7rem;
  line-height: .7rem;
  margin-top: 0.2rem;
}

.sub_nav a i {
  position: absolute;
  width: .15rem;
  height: .25rem;
  background-position: -.6rem 0rem;
  left: .3rem;
  top: .24rem;
}

.produce1 {
  width: 5.8rem;
  margin: 0 auto;
  padding-top: 0.08rem;
}

.produce1 .item {
  width: 5.8rem;
}

.produce1 .item .list {
  float: left;
  width: 2.72rem;
  height: 3.04rem;
  border-radius: 1px solid #e5e5e5;
  margin-top: .3rem;
}

.produce1 .item .list:nth-child(odd) {
  margin-right: .32rem;
}

.produce1 .item .list a img {
  width: 2.72rem;
  height: 2.04rem;
  display: block;
}

.produce1 .item .list a h2 {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: .24rem;
  color: #333333;
  background-color: #FFFFFF;
}

.container1 {
  background-color: #f8f8f8;
  height: auto;
  min-height: 5rem;
}

.container1 .more {
  width: 1.5rem;
  display: block;
  margin: 0 auto;
  height: auto;
  padding-top: .42rem;
}

.container1 .more img {
  display: block;
  width: .6rem;
  height: .6rem;
  background-size: .6rem .6rem;
  margin: 0 auto;
}

.container1 .more .link {
  font-size: .24rem;
  color: #de411a;
  text-align: center;
  margin-top: .2rem;
}


/*新闻资讯*/
.container2 {
  background-color: #f8f8f8;
  height: auto;
}

.container2 .news {
  width: 100%;
  background-color: #f8f8f8;
}

.container2 .news .item {
  padding: 0.26rem 0.3rem;
  height: auto;
  margin-top: 0.2rem;
  background: #fff;
}

.container2 .news .item a {
  display: block;
  height: 2rem;
}

.container2 .news .item a img {
  display: block;
  width: 2.7rem;
  height: 2rem;
  float: left;
}

.container2 .news .item a .txt {
  float: left;
  width: 2.8rem;
  margin-left: 0.2rem;
}

.container2 .news .item a .txt h2 {
  margin-top: 0.1rem;
  font-size: .24rem;
  color: #454545;
  line-height: 0.24rem;
}

.container2 .news .item a .txt .con {
  font-size: .2rem;
  color: #999999;
  width: 3rem;
  margin-top: .1rem;
  line-height: 0.3rem;
}

.container2 .news .item a .time {
  width: .5rem;
  height: .7rem;
}

.container2 .news .item a .time .day {
  font-size: .48rem;
  color: #de411a;
  font-family: impact;
}

.container2 .news .item a .time .yeay {
  font-size: .2rem;
  color: #333333;
}

.container2 .more {
  width: 1.5rem;
  display: block;
  margin: 0 auto;
  height: 1.7rem;
  padding-top: .42rem;
}

.container2 .more img {
  display: block;
  width: .4rem;
  height: .4rem;
  background-size: .4rem .4rem;
  margin: 0 auto;
}

.container2 .more .link {
  font-size: .24rem;
  color: #de411a;
  text-align: center;
  margin-top: .2rem;
}

/*关于湘联*/
.container {
  background-color: #f8f8f8;
  height: auto;
}

.container .about .tit {
  height: .8rem;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-left: .3rem;
}

.container .about .tit .item {
  width: 104%;
}

.container .about .tit .item .list {
  width: 1rem;
  height: .8rem;
  float: left;
  margin-right: .5rem;
}

.container .about .tit .item .list a {
  display: block;
  font-size: .24rem;
  color: #333333;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
}

.container .about .tit .item .list:hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.container .about .tit .item .hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.container .about .tit .item .list:last-child {
  margin-right: 0rem;
}

.container .about .txt {
  background-color: #FFFFFF;
  margin-top: .2rem;
}

.container .about .txt img {
  width: 100%;
  height: 100%;
  background-size: 3.7rem 3.1rem;
}

.container .about .txt .ch {
  font-size: .38rem;
  color: #de411a;
  font-weight: bold;
  margin-top: -0.6rem;
  padding-left: .3rem;
}

.container .about .txt .en {
  font-size: .32rem;
  color: #666666;
  padding-left: .3rem;
}

.container .about .txt .cont {
  padding-left: .3rem;
}

.container .about .txt .cont .tit1 {
  font-size: .2rem;
  color: #333333;
  margin-top: .7rem;
}

.container .about .txt .cont .con {
  font-size: .24rem;
  color: #666666;
  text-align: left;
  margin-top: .3rem;
}

.container .about .txt .cont .wrap {
  display: block;
  width: .26rem;
  height: 0.02rem;
  background-color: #de411a;
  margin-top: .4rem;
}

.container .about .txt .more {
  width: 1.5rem;
  display: block;
  margin: 0 auto;
  height: 1.7rem;
  padding-top: .42rem;
}

.container .about .txt .more img {
  display: block;
  width: .6rem;
  height: .6rem;
  background-size: .6rem .6rem;
  margin: 0 auto;
}

.container .about .txt .more .link {
  font-size: .24rem;
  color: #de411a;
  text-align: center;
  margin-top: .2rem;
}











.container .about .phone {
  height: 4.7rem;
}

.container .about .phone .p1 {
  float: left;
  font-size: .24rem;
  color: #333333;
  width: 2rem;
  margin-left: .8rem;
  margin-top: .76rem;
  margin-right: .8rem;
  line-height: .3rem;
}

.container .about .phone .p1 em {
  font-size: .55rem;
  color: #de411a;
  font-family: impact;
}

.container .about .phone .p2 {
  float: left;
  font-size: .24rem;
  color: #333333;
  width: 2.2rem;
  margin-top: .76rem;
  margin-bottom: .46rem;
  line-height: .3rem;
}

.container .about .phone .p2 em {
  font-size: .55rem;
  color: #de411a;
  font-family: impact;
  padding-left: .5rem;
}

.container .about .phone .p2 span {
  font-size: .28rem;
  color: #333333;
  margin-right: .4rem;
}

.container .about .phone img {
  display: block;
  width: 3.35rem;
  height: 2.76rem;
  background-size: 3.35rem 2.76rem;
  margin: 0 auto;
  margin-top: .4rem;
}

.container .about .txt .cont .hide {
  height: 2rem;
  overflow: hidden;
  line-height: 0.4rem;
  padding-right: .3rem;
}

.container .about .txt .cont .auto {
  height: auto;
  padding-right: .3rem;
}

/*#show{height: 4rem;overflow: none;}*/
.container .about .txt .more.auto1 {
  display: none;
}

.container .about .txt .cont .auto2 {
  padding-bottom: .4rem;
}

/*联系湘联*/
.container .contact {
  width: 100%;
  overflow: hidden;
}

.container .contact .texcon .list {
  width: 108%;
}

.container .contact .texcon .list .item {
  float: left;
  width: 3.19rem;
  height: 2.16rem;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.container .contact .texcon .list .item:last-child {
  border-right: none;
}

.container .contact .texcon .list .item img {
  width: .48rem;
  height: .46rem;
  margin: 0 auto;
  display: block;
  background-size: .48rem .46rem;
  margin-top: .4rem;
}


.container .contact .texcon .list .item:first-child img {
  width: .32rem;
  height: .46rem;
  margin: 0 auto;
  display: block;
  background-size: .35rem .46rem;
  margin-top: .4rem;
}

.container .contact .texcon .list .item:last-child img {
  width: .48rem;
  height: .36rem;
  margin: 0 auto;
  display: block;
  background-size: .48rem .36rem;
  margin-top: .48rem;
}


.container .contact .texcon .list .item .p1 {
  font-size: .2rem;
  color: #737373;
  font-family: arial;
  text-align: center;
  margin-top: .14rem;
}

.container .contact .texcon .list .item .p2 {
  font-size: .24rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.08rem;
}


.container .contact .map {
  margin-top: .36rem;
  height: 7.1rem;
  border-bottom: 1px solid #dfdfdf;
}

.container .contact .map img {
  width: .38rem;
  height: .48rem;
  background-size: .38rem .48rem;
  margin: 0 auto;
  display: block;
}

.container .contact .map .p1 {
  font-size: .2rem;
  color: #737373;
  font-family: arial;
  text-align: center;
  margin-top: .2rem;
}

.container .contact .map .p2 {
  font-size: .24rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.12rem;
}

.container .contact .map .mapArea {
  margin-top: .4rem;
}

.container .contact .messagePage {}

.container .contact .messagePage .tit {}

.container .contact .messagePage .tit .title {
  font-size: .46rem;
  color: #888888;
  background: url(../images/contact_1.png) center center no-repeat;
  background-size: 6.05rem .9rem;
  text-align: center;
  height: .9rem;
  line-height: .9rem;
  margin-top: .4rem;
}

.container .contact .messagePage .tit .cont {
  font-size: .24rem;
  color: #333333;
  width: 4.8rem;
  height: .66rem;
  text-align: center;
  margin: 0 auto;
}

.container .contact .messagePage .tit .phone {
  font-size: .5rem;
  color: #de411a;
  font-family: tahoma;
  text-align: center;
}

.container .contact .messagePage .imsg {
  padding: 0 3%;
  margin-top: .5rem;
}





.imsg {
  padding: 0 6% .2rem;
}

.imsg .item {
  width: 100%;
  height: .75rem;
  box-sizing: border-box;
  margin-bottom: .28rem;
  position: relative;
  line-height: .75rem;
  border: 1px solid #e7e7e7;
}

.imsg .item .txt {
  width: 100%;
  height: .75rem;
  text-indent: .18rem;
  line-height: .75rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}

.imsg .liuyan {
  width: 100%;
  height: 1.58rem;
  margin-bottom: .2rem;
  height: 2.08rem;
}

.imsg textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .15rem .18rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}

.imsg .submit {
  width: 100%;
  height: .75rem;
  cursor: pointer;
  border: 0;
  line-height: .75rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #de411a;
}


/*招聘*/
.jobPage {
  padding: 0 0 .2rem;
  border-top: 0px;
  margin-top: .4rem;
}

.jobPage .menu {
  padding: 0 3% 3%;
}

.jobPage .loading {
  border-top: 0;
}

.jobPage .morebtn {
  margin-top: .4rem;
}

.jobPage .jobTxt {
  padding: 0 3% .4rem;
}

.jobPage .jobTxt img {
  width: 1.4rem;
  margin-top: .2rem;
  display: block;
}

.jobPage .jobTxt h3 {
  font-size: .3rem;
  color: #f8b62d;
  position: relative;
}

.jobPage .jobTxt h3:before {
  width: 3rem;
  height: 1px;
  display: block;
  content: "\20";
  position: absolute;
  left: 1.4rem;
  top: 49%;
  background: #ddd;
}

.jobPage .jobTxt .txt {
  font-size: .2rem;
  padding-top: .2rem;
}

.jobPage .item {
  margin: 0 3% .22rem;
  padding: .1rem 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-left: 0.05rem solid #df451d;
}

.jobPage .item * {
  box-sizing: border-box;
}

.jobPage .item .title {
  padding: 0 .2rem;
}

.jobPage .item .title .time {
  font-size: .18rem;
}

.jobPage .item .des {
  font-size: .2rem;
  padding: 0 .2rem .1rem;
}

.jobPage .item .des .sarry {
  margin-right: .25rem;
}

.jobPage .item .itemcon {
  margin: 0 .1rem;
  padding: .15rem .1rem .3rem;
  border-top: 1px solid #dcdcdc;
  color: #000;
  font-size: .2rem;
  line-height: .32rem;
  display: none;
}

.jobPage .item.hover .itemcon {
  display: block;
}

.n-tit {
  text-align: center;
  padding: .4rem 0 .2rem;
}

.n-tit h3 {
  font-size: .46rem;
  color: #333333;
  line-height: .6rem;
}

.n-tit .line {
  width: 1.3rem;
  height: 1px;
  background: #f8b62d;
  display: block;
  margin: .22rem auto;
}

.n-tit .en {
  display: block;
  font-size: .36rem;
  color: #333;
}

.n-tit .txt {
  font-size: .22rem;
  line-height: .4rem;
  padding: .2rem 3%;
  text-align: left;
}

.iyou {
  text-align: center;
  padding: .2rem 0 .6rem;
}

.iyou .indexTit {
  width: 94%;
  margin: 0 auto;
}

.iyou .indexTit .en {
  margin-left: -10px;
}

.iyou p {
  font-size: .34rem;
  margin-top: .25rem;
  color: #333333;
}

.iyou .tel {
  color: #f8b62d;
  font-family: arial;
  display: block;
  font-size: .38rem;
  padding: .1rem 0 0;
}

.iyou .tel s {
  width: .4rem;
  height: .4rem;
  margin-right: .15rem;
  background-position: 0 0;
}

.indexTit {
  width: 94%;
  margin: 0 auto .32rem;
  position: relative;
  padding: .4rem 0 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

.indexTit .line {
  width: .6rem;
  height: .03rem;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  bottom: -0.02rem;
  display: block;
  background: #f8b62d;
}

.indexTit .en {
  text-transform: uppercase;
  white-space: nowrap;
  color: #e1e1e1;
  font-size: .5rem;
  display: block;
}











/*navBar*/
.navBar {
  width: 6rem;
  height: .82rem;
  position: fixed;
  bottom: .2rem;
  border-radius: .4rem;
  left: 50%;
  margin-left: -3rem;
  z-index: 100;
  overflow: hidden;
  /*background: linear-gradient(#0267ad, #047dbb);*/
  background: url(../images/navBg.png) center center no-repeat;
  border-bottom: .02rem solid #005489;
}

.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 0.8rem;
  margin: 0 auto;
}

.navBar ul li {
  float: left;
  width: 25%;
  height: 0.8rem;
  border-left: 1px solid #eb886a;
}

.navBar ul li a {
  width: 100%;
  height: 0.8rem;
  padding-top: .24rem;
  display: block;
  text-align: center;
  color: #333;
}

.navBar ul li a:before {
  width: .5rem;
  height: .5rem;
  display: block;
  margin: 0 auto .02rem;
}

.navBar ul li:first-child {
  border-left: 0px;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -0.7rem -2rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: -1.1rem -2rem;
}

.navBar ul li:nth-child(3) a:before {
  background-position: -1.52rem -2rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -2rem -2rem;
}

.navBar ul li:hover {
  background: url(../images/navBg1.png) center center no-repeat;
}








/*reLink*/
.reLink {
  margin: .2rem .4rem .2rem;
  border: 1px solid #dddddd;
  color: #333;
}

.reLink .prevLink,
.reLink .nextLink {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  text-indent: .18rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.reLink .prevLink:before,
.reLink .nextLink:before {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  right: .18rem;
  top: .18rem;
  background-position: -4.45rem 0;
}

.reLink .nextLink {
  border-bottom: 0;
}

.reLink .nextLink:hover a {
  color: #0362ab;
}

/*showInfo*/
.showInfo {
  padding: 0 0 .2rem;
  overflow: hidden;
}

.showInfo article {
  width: 100%;
  padding: .3rem 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.showInfo article .title {
  margin: 0 2%;
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}

.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 0;
  text-align: center;
  color: #666666;
}

.showInfo article .mark span {
  margin: 0 .06rem;
}

.showInfo .img {
  width: 94%;
  margin: .25rem auto;
}

.showInfo .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.showInfo .contxt {
  padding: .2rem 3% .4rem;
  line-height: .42rem;
  color: #666666;
}

.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}


.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}

.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}

.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}

.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 640px;
  min-width: 320px;
}

.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}

.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}

.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

#fenxiang {
  display: none;
}

.fenx {
  height: 1.0rem;
  width: 100%;
}

.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}

.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}

.reLink {
  margin: .2rem 3% .3rem;
}

.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .7rem;
  line-height: .7rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}

.showInfo .title {
  font-size: .4rem;
  text-align: center;
  line-height: .48rem;
  color: #333333;
  padding: .1rem 3% .2rem;
}

.showInfo .mark {
  font-size: .22rem;
  text-align: center;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #dbd7d7;
}

.showInfo .mark span {
  margin: 0 .06rem;
}

.showInfo .contxt {
  padding: .2rem 3% .4rem;
  font-size: .24rem;
  line-height: .42rem;
  color: #666666;
}

.showProduct .showTel {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .28rem;
  color: #666666;
  background: #f8f8f8;
  border-top: 1px solid #dbd7d7;
  border-bottom: 1px solid #dbd7d7;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  margin-top: .2rem;
}

.showProduct .showTel s {
  width: .8rem;
  height: .8rem;
  background-position: 0.1rem -1.48rem;
}

.showProduct .protit {
  padding: .2rem 3%;
  font-size: .3rem;
  color: #000;
}

.showProduct .showpCon {
  padding: 0 0 .3rem;
}

.showProduct .showpCon .tit {
  color: #a8488b;
  font-weight: bold;
  padding: .2rem 0;
  font-size: .26rem;
}

.showProduct .banner {
  width: 100%;
  height: 4.5rem;
  margin: 0 auto .1rem;
}

.showProduct .banner .list {
  height: 4.5rem;
}

.showProduct .banner .list .item {
  height: 4.5rem;
}

.showProduct .banner .list .item img,
.showProduct .banner .list .item a {
  width: 100%;
  height: 4.5rem;
  display: block;
}

.showProduct .showpCon .showp_img,
.showProduct .showpCon .showp_txt {
  margin-bottom: .2rem;
  padding: 0 3%;
}

.showProduct .tit2 {
  font-size: .28rem;
  color: #df451d;
  padding: .2rem 0 .2rem;
}

.showProduct .showpCon .showp_img img,
.showProduct .showpCon .showp_txt img {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.showProduct .showpCon .txtcon {
  font-size: .24rem;
  color: #333;
}

.showProduct .showpCon .txtcon img {
  max-width: 100% !important;
}

.showProduct .showpCon .showpCase {
  border-top: .2rem solid #f1f1f1;
  margin-top: .2rem;
  padding-right: 0;
}

.showProduct .showpCon .showpCase .projectList {
  padding-left: 0;
}

.showProduct .showpCon .showpCase .gridlist {
  padding: 0;
}

.showInfo .n-tit1 {
  width: 94%;
  margin: .4rem auto .3rem;
  height: .7rem;
  border-bottom: 2px solid #dadada;
}

.showInfo .n-tit1 h3 {
  display: inline-block;
  height: .7rem;
  line-height: .7rem;
  font-size: .3rem;
  border-bottom: 2px solid #de421b;
}

.showInfo .n-tit1 .more1 {
  float: right;
  text-transform: uppercase;
  padding-top: .18rem;
  font-size: .22rem;
}

.showProduct .n-tit1 {
  width: 94%;
  margin: .4rem auto .3rem;
  height: .7rem;
  border-bottom: 2px solid #dadada;
}

.showProduct .n-tit1 h3 {
  display: inline-block;
  height: .68rem;
  line-height: .68rem;
  font-size: .3rem;
  border-bottom: 2px solid #de421b;
}

.showProduct .n-tit1 .more1 {
  float: right;
  text-transform: uppercase;
  padding-top: .18rem;
  font-size: .22rem;
}

.gridlist {
  padding: 0 3% .2rem;
}

.gridlist .item {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: .26rem;
  border: 1px solid #ececec;
}

.gridlist .item a {
  width: 100%;
  display: block;
}

.gridlist .item:nth-child(2n) {
  margin-right: 0;
}

.gridlist .item figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.gridlist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.gridlist .item h3 {
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  overflow: hidden;
  text-align: center;
}

.caselist .item {
  width: 48%;
  padding: 0 0 .3rem;
  margin-right: 4%;
  margin-bottom: 4%;
  border: 1px solid #e5e5e5;
  float: left;
}

.caselist .item:nth-child(2n) {
  margin-right: 0;
}

.caselist .item figure {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
}

.caselist .item figure img {
  width: 100%;
  display: block;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.caselist .item h3 {
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 .1rem;
  text-align: center;
  overflow: hidden;
}

.caselist .item .line {
  width: .35rem;
  height: 1px;
  display: block;
  margin: 0 auto .2rem;
  background: #a8488b;
}

.caselist .item .txt {
  font-size: .18rem;
  padding: 0 .1rem;
  line-height: .26rem;
  height: .52rem;
  overflow: hidden;
  color: #666;
}

.productPage .caselist {
  padding: 0 3%;
}

.showInfo .caselist {
  padding: 0 3%;
}


#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}

#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

#nativeShare .list {
  width: 5.4rem;
  float: right;
}

#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}

#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}

#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}

#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}

#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}

#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}

#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}

#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}

#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}

#fenxiang {
  display: none;
}

.fenx {
  height: 1.0rem;
  width: 100%;
}

.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}

.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}

#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}

embed {
  width: 100% !important;
  height: auto !important;
}

.BMap_bubble_content {
  line-height: .24rem;
}

.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}

.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}

.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}

.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 640px;
  min-width: 320px;
}

.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}

.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}

.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}



/*newslist*/
.newslist {
  padding: 0 3% 0;
}

.newslist .item {
  padding: .3rem 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

.newslist .item img {
  width: 1.8rem;
  height: 1.35rem;
  display: block;
  margin-left: .36rem;
}

.newslist .item .tit1 {
  font-size: .3rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin-bottom: .22rem;
  overflow: hidden;
  color: #333333;
}

.newslist .item .dec {
  font-size: .18rem;
  line-height: .2rem;
  overflow: hidden;
  height: .2rem;
}

.newslist .item .dec span {
  margin-right: .1rem;
}

.newslist .item .dec span.ico {
  width: 0.44rem;
  height: 0.2rem;
  margin-left: .22rem;
  margin-right: 0;
  background-position: 0.18rem -0.52rem;
}

.newslist .item:first-child {
  padding-top: 0;
}

/*字体*/
@media only screen and (min-width:641px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width:640px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width:540px) {
  html {
    font-size: 84.375px;
  }
}

@media only screen and (max-width:480px) {
  html {
    font-size: 75px;
  }
}

@media only screen and (max-width:414px) {
  html {
    font-size: 64.6875px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}


/*新闻资讯*/
.container2 {
  background-color: #f8f8f8;
  height: auto;
}

.container2 .produce2 .tit {
  height: .8rem;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-left: .3rem;
}

.container2 .produce2 .tit .item {}

.container2 .produce2 .tit .item .list {
  width: 1rem;
  height: .8rem;
  float: left;
  margin-right: 1.4rem;
}

.container2 .produce2 .tit .item .list a {
  display: block;
  font-size: .24rem;
  color: #333333;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
}

.container2 .produce2 .tit .item .list:hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.container2 .produce2 .tit .item .hover a {
  font-size: .24rem;
  color: #de411a;
  height: .8rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 2px solid #de411a;
}

.container2 .produce2 .tit .item .list:last-child {
  margin-right: 0rem;
}

.container2 .news {
  width: 100%;
  background-color: #f8f8f8;
}

.container2 .news .item {
  padding: 0.26rem 0.3rem;
  height: auto;
  margin-top: 0.2rem;
  background: #fff;
}

.container2 .news .item a {
  display: block;
  height: 2rem;
}

.container2 .news .item a img {
  display: block;
  width: 2.7rem;
  height: 2rem;
  float: left;
}

.container2 .news .item a .txt {
  float: left;
  width: 2.8rem;
  margin-left: 0.2rem;
}

.container2 .news .item a .txt h2 {
  margin-top: 0.1rem;
  font-size: .24rem;
  color: #454545;
  line-height: 0.24rem;
}

.container2 .news .item a .txt .con {
  font-size: .2rem;
  color: #999999;
  width: 3rem;
  margin-top: .1rem;
  line-height: 0.3rem;
}

.container2 .news .item a .time {
  width: .5rem;
  height: .7rem;
}

.container2 .news .item a .time .day {
  font-size: .48rem;
  color: #de411a;
  font-family: impact;
}

.container2 .news .item a .time .yeay {
  font-size: .2rem;
  color: #333333;
}

.container2 .more {
  width: 1.5rem;
  display: block;
  margin: 0 auto;
  height: 1.7rem;
  padding-top: .42rem;
}

.container2 .more img {
  display: block;
  width: .4rem;
  height: .4rem;
  background-size: .4rem .4rem;
  margin: 0 auto;
}

.container2 .more .link {
  font-size: .24rem;
  color: #de411a;
  text-align: center;
  margin-top: .2rem;
}




#topnav.menu-btn .menu-line {
  background: #000;
  height: 4px;
  position: absolute;
  width: 24px;
  right: 0;
}

#topnav.menu-btn #menu-line1 {
  top: 0;
}

#topnav.menu-btn #menu-line2 {
  top: 50%;
}

#topnav.menu-btn #menu-line3 {
  top: 100%;
}

#topnav.menu-btn .menu-line {
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

#topnav.menu-btn.inactive #menu-line1 {
  animation: 800ms ease 0s normal none 2 running menu;
}

#topnav.menu-btn.inactive #menu-line2 {
  animation: 800ms ease 0.16s normal none 2 running menu;
}

#topnav.menu-btn.inactive #menu-line3 {
  animation: 800ms ease 0.32s normal none 2 running menu;
}



.swiper-container .swiper-wrapper .swiper-slide .simg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/*导航动画*/
@keyframes menu-line1-hover {
  0% {}

  50% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}

@keyframes menu-line2-hover {
  0% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  51% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes menu-line3-hover {
  0% {}

  50% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    top: 50%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}

@keyframes menu-line1 {
  0% {
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  50% {
    top: 50%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    top: 0%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@keyframes menu-line2 {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  51% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@keyframes menu-line3 {
  0% {
    top: 50%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  50% {
    top: 50%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes menu {
  0% {
    width: 24px;
  }

  45% {
    width: 6px;
  }

  90% {
    width: 24px;
  }

  100% {
    width: 24px;
  }
}

@keyframes menu {
  0% {
    width: 24px;
  }

  45% {
    width: 6px;
  }

  90% {
    width: 24px;
  }

  100% {
    width: 24px;
  }
}