/***********通用基本类1************/

/*格式化样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
img {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  background: none
}

a:hover {
  color: #d40000;
}

ul,
ol {
  list-style: none;
}

i,
strong,
em,
b {
  font-style: normal;
}

/*结构样式*/

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}

/***********通用基本类2************/

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #333;
}
.wrap {
     margin: 0 auto;
}
.main {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.m{
  display: none;
}
@media (max-width: 768px) {
  .pc{
    display: none;
  }
  .m{
    display: block;
  }
}
/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.overflowH {
  overflow: hidden;
}

/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}

/* 图片放大 */

.hoverScale {
  overflow: hidden;
}

.hoverScale img {
  -webkit-transition: .4s;
  transition: .4s;
}

.hoverScale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* 居中 */

.middleBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.middleLi {
  display: inline-block;
  vertical-align: middle;
}

/* 模块间的上边距 */

.marginTop {
  padding-top: 95px;
}

/*@media (max-width: 768px) {
  .marginTop {
    margin-top: 20px;
  }
}*/

/***********其他公共样式************/

/*ao-顶部栏目*/
.ao-headerNav .item1>li {
  position: relative;
  height: 100%;
  /*display: table-cell;
  width: 1%;*/
  text-align: center;
  font-size: 16px;
}
.ao-headerNav .item1.fullW>li{
  display: table-cell;
  width: 1%;
}
.ao-headerNav .item1.autoW>li{
  float: left;
  margin: 0 0.5em;
  min-width: 6em;
}
.ao-headerNav .item1.autoW>li a{
  padding: 0 1em;
}

.ao-headerNav .item1>li>a {
  position: relative;
  display: block;
}

.ao-headerNav .item2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  line-height: 3em;
  text-align: center;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.ao-headerNav .item1>li:hover .item2 {
  display: block;
}

/*顶部栏目end*/

/*ao-响应式顶部栏目+按钮*/


.ao-navBtn .navbar-toggle {
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ao-navBtn .navbar-box .sr-only {
  display: block;
  width: 100%;
  padding: 0;
  margin: -1px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  border: 0;
  color: #888;
  text-align: center;
  margin-top: 2px;
}

.ao-navBtn .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.ao-navBtn .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/*响应式顶部栏目+按钮end*/

/* header头部 */

.header {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222222;
  transition: 0.4s;
}

.header.on {
    background-color: #fff;
}
.header .header_main {
    width: 100%;
  height: 100px;
  line-height: 100px;
  
}

.top_line {
  background: #686868;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  overflow: hidden;
}

.top_line,
.top_line a {
  color: #fff;
}

.top_line .welcome {
  float: left;
}

.top_line .topBtn {
  float: right;
}

.header .logo {
  float: left;
  font-size: 0;
}

.header .logo {
  height: 100%;
}

.header .logo img {
  max-height: 90%;
}

.header .header_nav {
  height: 100px;
  float: left;
  width: 54%;
  margin-left: 1%;
}
.header .header_nav a{
  color: #010e5c;
        position: relative;
        z-index: 1;
}
    .header .header_nav a:after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        background-color: #010e5c;
        z-index: -1;
        transition: all 0.2s ease;
    }
.header .header_nav .item1>li.on >a:after {
    width: 100%;
}

.header .header_nav .item1>li:hover>a:after {
  width: 100%;
}


.header_main .header_tel {
  float: right;
  line-height: 1.2;
  height: 100%;
  display: table;
  text-align: center;
  padding-left: 20px;
}

.header_main .header_tel .phoneIco,
.header_main .header_tel .telInfo,
.header_main .header_tel .headerSearch {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.header_main .header_tel .phoneIco i {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../Images/phoneIco.png") no-repeat center center / contain;
  margin-right: 10px;
}

.header_main .header_tel .telInfo .telText {
  font-size: 18px;
    color: #010e5c;
    letter-spacing: 12px;
    font-weight: bold;
}

.header_main .header_tel .telInfo .telNum {
  font-size: 22px;
  color: #d40000;
  font-family: fantasy;
}

.header_main .header_tel .telInfo .telNum a {
    color: #010e5c;
    font-family: "Arial";
        font-size: 24px;
}
    .header_main .header_tel .headerSearch .sBot{
        position: relative;
    }

    .header_main .header_tel .headerSearch form {
        position: absolute;
        height: 36px;
        margin-left: 60px;
        top: 100%;
        right: 0;
        display: none;
        padding-top: 10px;
    }
    .header_main .header_tel .headerSearch input {
        width: 200px;
        border: 0;
        background: #efefef;
        height: 36px;
        font-size: 12px;
        color: #555;
        padding-right: 34px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.5s;
        text-indent: 13px;
        outline:none
    }
    .header_main .header_tel .headerSearch button {
        position: absolute;
        right: 0;
        top: 10px;
        vertical-align: bottom;
        cursor: pointer;
        width: 36px;
        height: 36px;
        border: 0;
        background-color: #efefef;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: center center;
        outline:none
    }
    .header_main .header_tel .headerSearch:hover input {
        width: 200px;
    }

.header .icoBtn {
  float: right;
  height: 100%;
  display: none;
}

.header .icoBtn .navbar-box {
  display: inline-block;
  vertical-align: middle;
}
.header_tel .headerSearch .sbtn{
    width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
        border: 1px solid #777;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: center center;
        outline:none;
            margin-left: 10px;
}



/* 移动端侧导航 */

.ao-navMask {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: -80%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ao-slideNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2222;
}

.ao-navMask.on {
  left: 0;
}

.ao-slideNav.on {
  right: 0;
}

.ao-slideNav .btn {
  background: url("../Images/slide-close.png") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
}

.ao-slideNav li {
  width: 100%;
  border-left: 0;
  padding: .5em 0;
  line-height: 1.8;
  text-align: center;
}

.ao-slideNav .item1>li {
  font-size: 20px;
  color: #8B8784;
}

.ao-slideNav .item2 {
  display: none;
}

/* footer脚部 */
.footer {
    padding-bottom: 45px;
    background-color: #141414;
    margin-top: 100px;
}
.footer .nav{
    background-color: #292929;
    height: 76px;
    line-height: 76px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
    .footer .nav .navMain{
        position: relative;
        background-color: #000;
    }
    .footer .nav a.btn {
        color: #fff;
        padding: 0 2em;
        display: inline-block;
        height: 100%;
        min-width: 4em;
    }
        .footer .nav a.btn:hover {
            background-color: #010e5c;
        }
    .footer .nav .home {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-color: #292929;
        width: 76px;
        height: 100%;
        background: #292929 url("../Images/home.png") no-repeat center center;
        font-size: 0;
    }
    .footer .nav .top {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background-color: #292929;
        width: 76px;
        height: 100%;
        background: #292929 url("../Images/top.png") no-repeat center center;
        font-size: 0;
        z-index: 6;
    }
    .footer .telephone {
        font-size: 35px;
        color: #868686;
        margin-bottom: 20px;
        padding-top: 38px;
        font-family: "Arial";
        text-align: center;
    }
    .footer .telephone img {
        margin-right: 10px;
        vertical-align: text-top;
    }


.footer .p {
  color: #868686;
  font-size: 13px;
  margin-bottom: 18px;
  text-transform: Uppercase;
  text-align: center;
}

.footer .p a {
  color: #868686;
  font-size: 13px;
}

.footer .bdshare-button-style0-16 a,
.footer .bdshare-button-style0-16 .bds_more {
  padding-left: 0px;
  float: none;
}

    .footer .share {
  text-align: center;
    }
        .footer .share .qq,
        .footer .share .weixin,
        .footer .share .weibo {
           margin: 0 25px; 
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
        }
.footer .share .qq .box,
.footer .share .weixin .box,
.footer .share .weibo .box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #696969;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    margin: 0 auto 5px;
}

.footer .share .qq .box img,
.footer .share .weixin .box img,
.footer .share .weibo .box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .share .qq:hover .box,
.footer .share .weixin:hover .box,
.footer .share .weibo:hover .box{
  background-color: #FFF;
}



.footer .share .qq:hover .win-box,
.footer .share .weixin:hover .win-box,
.footer .share .weibo:hover .win-box {
  display: block;
}

.footer .share .qq .text,
.footer .share .weixin .text,
.footer .share .weibo .text {
  color: #696969;
      font-size: 13px;
}

.footer .share .qq:hover .text,
.footer .share .weixin:hover .text,
.footer .share .weibo:hover .text {
  color: #FFF;
}

.footer .share .qq:hover .icon,
.footer .share .weixin:hover .icon,
.footer .share .weibo:hover .icon {
  display: none;
}

.footer .share .qq:hover .icon1,
.footer .share .weixin:hover .icon1,
.footer .share .weibo:hover .icon1 {
  display: inherit;
}



.footer .share .qq .win {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 200px;
  background: #FFF;
  border-radius: 6px;
  text-align: center;
}

.footer .share .qq .win-box {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-bottom: 20px;
  display: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer .share .qq .win:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}

.footer .share .qq .win span,
.footer .share .qq .win a {
  line-height: 40px;
  color: #333;
  font-size: 15px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-family: "Microsoft YaHei", "Arial";
}

.footer .share .qq .win span:hover,
.footer .share .qq .win a:hover {
  color: #C2000B;
}

.footer .share .qq .win span+span {
  border-top: 1px dashed #868686;
}

.footer .share .weixin .win,
.footer .share .weibo .win {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px;
  background: #FFF;
  border-radius: 6px;
  text-align: center;
}

.footer .share .weixin .win img,
.footer .share .weibo .win img {
  max-width: 120px;
  height: auto !important;
}

.footer .share .weixin .win-box,
.footer .share .weibo .win-box {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-bottom: 20px;
  display: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer .share .weixin .win:after,
.footer .share .weibo .win:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}

.footer .share .icon1 {
  display: none;
}


@media (max-width: 1122px) {

}

@media (max-width: 768px) {
  
}

/*.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}*/

/*.swiper-button-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}*/



/* lignhtBox */
#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none; }

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1; }

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden; }

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer; }

.photo_pre_btn {
  left: 0; }

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center; }

.photo_next_btn {
  right: 0; }

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center; }

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5); }

.photo_border .index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px; }

.photo_border .title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff; }

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer; }
  
  /* lignhtBox */
  
  


@keyframes rTol
{
    0% {transform: translateX(0);}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0);}
}
@-webkit-keyframes rTol /*Safari and Chrome*/
{
    0% {transform: translateX(0);}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0);}
}
.rTol
{
    display: inline-block;
animation:rTol 2s infinite;
-webkit-animation:rTol 2s infinite; /*Safari and Chrome*/
}



.animated {
  visibility: visible !important;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  100% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
}

@keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  100% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
}

.fadeIn-left {
  -webkit-animation-name: fadeIn-left;
  animation-name: fadeIn-left;
}

@-webkit-keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

.fadeIn-left1 {
  -webkit-animation-name: fadeIn-left1;
  animation-name: fadeIn-left1;
}

@-webkit-keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
    transform: translate(-50%, 25px) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
    transform: translate(-50%, -25px) rotate(-90deg);
  }
}

@keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
    transform: translate(-50%, 25px) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
    transform: translate(-50%, -25px) rotate(-90deg);
  }
}

.fadeIn-top {
  -webkit-animation-name: fadeIn-top;
  animation-name: fadeIn-top;
}

@-webkit-keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
    transform: translate(-50%, -25px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
    transform: translate(-50%, 25px) rotate(90deg);
  }
}

@keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
    transform: translate(-50%, -25px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
    transform: translate(-50%, 25px) rotate(90deg);
  }
}

.fadeIn-bottom {
  -webkit-animation-name: fadeIn-bottom;
  animation-name: fadeIn-bottom;
}

@-webkit-keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
    transform: translate(0, -50%) rotateY(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
    transform: translate(0, -50%) rotateY(720deg);
  }
}

@keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
    transform: translate(0, -50%) rotateY(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
    transform: translate(0, -50%) rotateY(720deg);
  }
}

.fadeIn-rotate {
  -webkit-animation-name: fadeIn-rotate;
  animation-name: fadeIn-rotate;
}

@-webkit-keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeIn-gotop {
  -webkit-animation-name: fadeIn-gotop;
  animation-name: fadeIn-gotop;
}







.header_nav .wp>li {
  display: table-cell;
  width: 1%;
}

.header_nav .wp>li>a {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: -1px;
  font-size: 14px;
  color: #010e5c;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header.on .header_nav .wp > li > a {
  color: #010e5c;
}
.header .header_nav .wp > li.on > a,
.header .header_nav .wp > li:hover > a {
    color: #010e5c;
}
.header_nav .wp>li>a span {
  position: relative;
  z-index: 2;
}

.header_nav .wp>li>a:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -1.5em;
  width: 0;
  height: 2px;
  background: rgba(1,14,92,0.8);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*.header_nav .wp>li:last-child>a {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}*/


.header_nav .wp>li:hover>a:after {
  width: 110%;
}

.header_nav .wp>li:hover .seed {
  display: block;
}

.header_nav .wp>.on>a:after {
  width: 110%;
}

.header_nav .seed {
  display: none;
  margin-top: -1px;
  background-image: url(../images/nav-bg.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 330px;
  z-index: 300;
  position: absolute;
  left: 0;
  padding: 25px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
line-height: initial;
}
.header_nav .seed .main {
    overflow: hidden;
}
.header_nav .seed .left {
  width: 390px;
  float: left;
}

.header_nav .seed .left span {
  font-size: 24px;
  color: #333;
  margin-bottom: 4px;
  margin-top: 28px;
}

.header_nav .seed .left h4 {
  font-size: 14px;
  color: #333;
  opacity: .6;
  font-family: "Arial";
  margin-bottom: 16px;
}

.header_nav .seed .left .p {
  font-size: 14px;
  color: #696969;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  width: 306px;
  margin-bottom: 32px;
}

.header_nav .seed .left .btn a {
  display: block;
  width: 116px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #ccc;
  background: #F4F4F4;
  color: #555;
  font-size: 14px;
  font-family: "Arial";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header_nav .seed .left .btn a:hover {
  color: #fff;
  border-color: #1b2f66;
  background: #1b2f66;
}

.header_nav .seed .seed-list {
  overflow: hidden;
}

.header_nav .seed .seed-list li {
  float: left;
  border: 1px solid rgba(197, 197, 197, 0.6);
  border-top: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_nav .seed .seed-list li a {
  padding: 20px 78px 26px 60px;
  display: block;
  position: relative;
}


.header_nav .seed .seed-list li a:hover .p span {
  color: #1b2f66;
}

.header_nav .seed .seed-list li .img {
  width: 168px;
  height: 88px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header_nav .seed .seed-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header_nav .seed .seed-list li .p {
  margin-left: 28px;
  display: inline-block;
  vertical-align: top;
  line-height: 88px;
}

.header_nav .seed .seed-list li .p span {
  width: 60px;
  line-height: 24px;
  font-size: 15px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.header_nav .seed .seed-list li:nth-child(2n+2) {
  margin-left: -1px;
  border-right: 0;
}

.header_nav .seed .seed-list li:nth-child(3) {
  border-top: 0;
  border-bottom: 0;
}

.header_nav .seed .seed-list li:nth-child(4) {
  border-top: 0;
  border-bottom: 0;
}

.header_nav .seed .more-btn {
  text-align: right;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.header_nav .seed .more-btn a {
  font-size: 14px;
  color: #141414;
}

.header_nav .seed .more-btn span {
  margin-top: -4px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./images/icon-29.png);
}




/***********/

header {
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header_cont{
    width: 100%;
    height: 100%;
    position: relative;
}
    .header_cont .main {
        display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    }
.menu_logo{
    max-height: 70%;
}

.menu {
    display: flex;
    color: #fff;
}
.menu > li{
    margin: 0 16px;
    font-size: 18px;
}
.sub_nav>li {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
}
    .sub_nav > li > a {
         display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }
        .sub_nav > li > a h3 {
         margin-top: 27px;
        }
.nav_pic_car {
    width: 136px;
    height: 84px;
    background: #000;
    background-size: 100% auto;
}
.menu .sub_nav_3:hover {
    background-color: rgba(0,0,0,.3);
}
.mobi_menu_enter {
    display: none;
}
@media (min-width: 1025px) {
    .sub_nav {
        display: block;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(47, 47, 47, .98);
        cursor: pointer;
        margin: 0;
        transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1ease;
        -webkit-transition: all 1s ease;
        transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        overflow: hidden;
        z-index: 99;
    }

    .menu li:hover .sub_nav {
        height: 256px;
    }
}
@media (max-width: 1200px) {
    .menu > li {
        font-size: 14px;
    }
    .menu_wrap {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
            background: #393939;
                -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
    }
    .menu {
    flex-direction: column;
    padding:0 6.9vw;
}
    .menu > li {
    color: #949494;
    font-size: 3.2vw;
}
    .menu>li>a {
    
    padding: 2.2vw 0;
    display: block;
}
    .nav_pic_car {
        display: none;
    }
    .sub_nav > li {
        width: 100%;
        float: none;
    }
    .sub_nav > li > a {
    align-items: flex-start;
    height: 100%;
}
        .sub_nav > li > a h3 {
            margin-top: 0;
                padding: 2vw 0;
        }
        .sub_nav {
    padding-bottom: 3vw;
}
        .menu_wrap_show {
    height: 68vw;
    overflow-y: scroll;
}
        .mobi_menu_enter {
            display: block;
        width: 5.72vw;
        height: 4.54vw;
        background-image: url(../Images/nav_btn.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}




footer {
    width: 100%;
    background: #222222;
    padding-top: 80px;
}
.footer_list {
    padding-bottom: 60px;
}
.footer_list ul.item1{
    display: flex;
    justify-content: center;
}
footer ul.item1 > li {
    width: 13%;
}
footer ul.item1 > li > a {
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}
footer ul.item2 {
    color: #838383;
    font-size: 14px;
}
footer ul.item2 li {
    margin-top: 16px;
}
.footer_bottom {
    width: 100%;
    height: 48px;
    background: #121212;
    line-height: 48px;
    color: #4c4c4c;
}
.footer_bottom .copyright {
    color: #4c4c4c;
    font-size: 14px;
}

@media (max-width: 768px) {
    footer {
        height: 15.2vw;
        width: 100%;
        padding-top: 0;
    }
    .footer_nav {
    height: 15.2vw;
    width: 100%;
    background: #222222;
    z-index: 11;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.9vw;
    box-sizing: border-box;
}
    .footer_nav span {
    font-size: 4vw;
    color: #c5c5c5;
    line-height: 15.2vw;
}
    footer .footer_list {
         /* display: none; */
    background: #393939;
    height: 0;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    }
    footer ul.item1 {
   
    flex-direction: column;
}
    footer ul.item1 > li > a {
    font-size: 4.53vw;
    font-weight: bold;
    color: #ffffff;
    margin-left: 6.9vw;
    padding: 5vw 0;
    display: block;
}
    footer ul.item1 > li {
    width: 100%;
}
    footer ul.item2 li  a {
    color: #969696;
    font-size: 3.467vw;
    margin-left: 6.9vw;
}

    footer .footer_list.footer_show {
    height: 200vw;
    position: relative;
    padding-bottom: 3vw;
}
    .footer_onoff img {
    display: block;
    width: 3.87vw;
    height: 3.87vw;

}
    .footer_bottom,
    .footer_bottom .copyright {
        width: 100%;
        text-align: center;
        color: #c8c8c8;
        font-size: 2.67vw;
        line-height: 1.8em;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer_bottom,  .rrr {
        display: block;
        margin-left: 0;
    }
}