﻿/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body {
  position: relative;
  right: 0;
  margin: 0 auto;
  padding-top: 60px;
  max-width: 640px;
  font-family: 'Microsoft YaHei', arial, sans-serif;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: arial; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 1.2s; -o-transition: all 1.2s; transition: all 1.2s; }
i { font-style: normal; }
a { color: #666; text-decoration: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
a:hover { color: #de1130; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 100%; }
.comwrap-2 { position: relative; margin: 0 auto; width: 100%; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon { background-image: url(../images/icon.jpg); background-repeat: no-repeat; }
.icon-xlwb { width: 22px; height: 22px; background-position: -5px 0; }
.icon-txwb { width: 22px; height: 22px; background-position: -27px 0; }
.icon-wx { width: 22px; height: 22px; background-position: -49px 0; }
.icon-xlwb2 { width: 20px; height: 20px; background-position: 0 -50px; }
.icon-txwb2 { width: 20px; height: 20px; background-position: -40px -50px; }
.icon-wx2 { width: 20px; height: 20px; background-position: -20px -50px; }
.icon-dhgx { width: 5px; height: 50px; background-position: -71px 0; }
.icon-ssjt { width: 13px; height: 9px; background-position: -46px -70px; }
.icon-aljt { width: 6px; height: 10px; background-position: -33px -31px; }
.icon-ryjt { width: 12px; height: 9px; background-position: -33px -41px; }
.icon-ctdh { width: 28px; height: 28px; background-position: -5px -22px; }
.icon-close { width: 22px; height: 22px; background-position: -46px -22px; }
.icon-prev { width: 23px; height: 15px; background-position: 0 -70px; }
.icon-next { width: 23px; height: 15px; background-position: -23px -70px; }
.icon-index { background-image: url(../images/icon_index.png); background-repeat: no-repeat; }
.no-scroll { right: 65%; height: 100%; overflow: hidden; }

/*头部*/
.header { position: fixed; top: 0; right: 0; z-index: 9; padding: 0 3%; width: 100%; background-color: #272727; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2); }
.header.on { right: 65%; }
.header .logo { padding: 10px 0; }
.header .logo .img { display: block; height: 40px; }
.header .btn { padding-left: 10px; height: 60px; /*border-left: 1px solid #72c02c; */}
.header .btn .line { display: block; margin-top: 5px; width: 22px; height: 2px; background-color: #72c02c; }
.header .btn .line-1 { margin-top: 18px; }
.header.on .btn .line-1 {
  -webkit-transform: translate3d(0, 7px, 0) rotateZ(45deg);
  -moz-transform: translate3d(0, 7px, 0) rotateZ(45deg);
  -ms-transform: translate3d(0, 7px, 0) rotateZ(45deg);
  -o-transform: translate3d(0, 7px, 0) rotateZ(45deg);
  transform: translate3d(0, 7px, 0) rotateZ(45deg);
}
.header.on .btn .line-2 { opacity: 0; filter: alpha(opacity=0); }
.header.on .btn .line-3 {
  -webkit-transform: translate3d(0, -7px, 0) rotateZ(-45deg);
  -moz-transform: translate3d(0, -7px, 0) rotateZ(-45deg);
  -ms-transform: translate3d(0, -7px, 0) rotateZ(-45deg);
  -o-transform: translate3d(0, -7px, 0) rotateZ(-45deg);
  transform: translate3d(0, -7px, 0) rotateZ(-45deg);
}
.nav { position: fixed; top: 0; left: 100%; z-index: 9; width: 65%; height: 100%; background-color: #72c02c; overflow-y: scroll; }
.nav.on { left: 35%; }
.nav .wrap { padding: 1em 0; }
.nav .wrap .link { display: block; padding: 0 3em; font-size: 16px; line-height: 3.5em; color: #fff; }
.nav .wrap .link:hover, .nav .cur .link { background-color: rgba(95, 182, 17, 0.23); }
.nav .icon { position: absolute; right: 0; top: 0; z-index: 1; }

/*底部*/
.footer { padding: 14px 3% 80px; color: #a6a9a8; background-color: #222324; }
.footer .info { position: relative; font-size: 12px; text-align: center; color: #bcbcbc; }
.footer .info .num { margin-bottom: 6px; font-size: 20px; font-weight: bold; color: #bcbcbc; }
.footer .info .link { display: block; margin: 6px auto 0; width: 140px; line-height: 30px; color: #fff; background-color: #de1130; }
.footer .info .link:hover { background-color: #ff0000; }
.footer .ewm { margin-top: 15px; padding-top: 15px; font-size: 0; text-align: center; border-top: 1px solid #373839; }
.footer .ewm .col { margin: 0 10px; }
.footer .ewm .img { display: block; width: 100px; height: 100px; }
.footer .ewm .txt { display: block; margin-top: 6px; font-size: 12px; text-align: center; }
.footer .list { margin-top: 15px; padding-top: 15px; font-size: 0; line-height: 1.8; text-align: center; border-top: 1px solid #373839; }
.footer .list .link { margin: 0 4px; font-size: 12px; color: #ddd; }
.footer .list .link:hover { color: #eee; }
.footer .copyr { font-size: 12px; line-height: 1.4; color: #9a9a9a; }
.footer .copyr a { color: #9a9a9a; }
.footer .copyr a:hover { color: #eee; }

/*内容*/
.search { padding: 12px 3%; background-color: #e2e2e2; }
.search .txtwr { font-size: 0; }
.search .txtwr .txt { font-size: 14px; color: #2e2e2e; }
.search .txtwr .link { margin-right: 6px; }
.search .txtwr .link:hover { color: #de1130; }
.search .box { position: relative; margin-top: 10px; padding-right: 25px; width: 100%; border: 1px solid #bebebe; box-sizing: border-box; }
.search .box .intxt { padding: 0 8px; width: 100%; font-size: 12px; line-height: 38px; color: #2d2d2d; background-color: #e2e2e2; box-sizing: border-box; }
.search .box .intxt::-webkit-input-placeholder,
.search .box .intxt::-moz-placeholder,
.search .box .intxt:-moz-placeholder,
.search .box .intxt:-ms-input-placeholder { color: #2d2d2d; opacity: 0.6; filter: alpha(opacity=60); }
.search .box .sub { position: absolute; right: 0; top: 0; width: 20px; height: 38px; }
.search .box .icon { display: block; margin-top: 14px; }
.search .box .btn { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: none; cursor: pointer; }
.search .box .sub:hover .icon { opacity: 0.8; filter: alpha(opacity=80); }

/*焦点图*/
.banner .img { display: block; width: 100%; }
.banner .swiper-pagination-bullet {
  padding: 0 5px;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 2px; }
.banner .swiper-pagination-bullet-active { color: #fff; background-color: rgba(0, 0, 0, 0.7); }

/*内容*/
.comtit { text-align: center; }
.comtit .tit { font-size: 18px; color: #001369; }
.comtit .tit h1, .comtit .tit h2, .comtit .tit h3 { font-size: 18px; }
.comtit .stit { position: relative; margin: 8px 0; padding: 0 5px; font-size: 16px; color: #6e6e6e; }
.comtit .etit { font-size: 12px; color: #b9b9b9; text-transform: uppercase; }
.comtit-2 .tit, .comtit-2 .stit { color: #fff; }
.comtit-2 .etit { color: #b9b9b9; }
.comtit-2 .stit:before, .comtit-2 .stit:after { display: none; }
.comtit-2 .tit h1, .comtit-2 .tit h2 { font-weight: bold; }

/*市场*/
.index-sc { padding: 30px 3%; background-color: #f2f2f2; }
.index-sc .list { overflow: hidden; font-size: 0; }
.index-sc .list .col { position: relative; margin-top: 20px; width: 48%; background-color: #fff; border-radius: 6px; overflow: hidden; vertical-align: top; }
.index-sc .list .col-0 { margin-left: 4%; }
.index-sc .col .imgwr { height: 120px; overflow: hidden; }
.index-sc .col .img { display: block; width: 100%; }
.index-sc .col .conwr { padding: 14px 10px; font-size: 14px; }
.index-sc .col .tit { font-size: 16px; font-weight: bold; color: #001369; }
.index-sc .col .con { margin-top: 6px; line-height: 1.7; color: #767676; overflow: hidden; }
.index-sc .col .icowr {
  position: absolute;
  top: 120px;
  right: 10px;
  z-index: 2;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #001369 center no-repeat;
  background-size: 100% 100%;
  border-radius: 100%;
  overflow: hidden;
}
.index-sc .col:hover { background-color: #333; cursor: pointer; }
.index-sc .col:hover .tit, .index-sc .col:hover .con { color: #fff; }

/*传统*/
.index-ct { padding: 30px 3%; overflow: hidden; }
.index-ct .item { position: relative; margin-top: 20px; padding-bottom: 20px; padding-left: 50px; border-bottom: 1px dashed #ddd; }
.index-ct .item .tit { font-size: 16px; color: #282828; }
.index-ct .item .stit { margin: 4px 0 12px; font-size: 12px; color: #9f9f9f; }
.index-ct .item .con { margin-left: -50px; font-size: 13px; line-height: 1.7; color: #606060; text-align: left; }
.index-ct .item .icowr { position: absolute; left: 0; top: 0; width: 40px; height: 40px; text-align: center; border: 1px solid #aaa; border-radius: 100%; }
.index-ct .item .ico { margin-top: 11px; height: 18px; vertical-align: top; }
.index-ct .item:hover .tit { color: #001369; }
.index-ct .item:hover .icowr { right: -6px; }
.index-ct-2 { padding: 30px 3%; }
.index-ct-2 .item-1 { position: relative; margin-top: 25px; padding: 10px; overflow: hidden; }
.index-ct-2 .item-1 .bg, .index-ct-2 .item-4 .img {
  position: absolute; left: 50%; top: 0; z-index: 1; min-width: 100%; height: 100%; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0);
}
.index-ct-2 .item-1 .conwr { position: relative; z-index: 2; width: 60%; padding: 10px; background-color: rgba(255, 255, 255, 0.8); }
.index-ct-2 .item-1 .tit { font-size: 18px; color: #00246a; letter-spacing: 3px; }
.index-ct-2 .item-1 .stit { font-family: arial; font-size: 12px; color: #aaa; }
.index-ct-2 .item-1 .con { margin: 10px 0 20px; font-size: 14px; line-height: 1.3em; color: #333; }
.index-ct-2 .item-1 .txt { max-width: 50%; }
.index-ct-2 .item-2, .index-ct-2 .item-3 { position: relative; margin-top: 10px; width: 100%; overflow: hidden; }
.index-ct-2 .item-2 .conwr { position: relative; float: right;z-index: 2; padding: 15px 5%; width: 60%; background-color: rgba(238,238,240,0.8); }
.index-ct-2 .item-2 .txt { font-family: arial; font-size: 28px; line-height: 1; color: #939393; text-transform: uppercase; letter-spacing: -2px; }
.index-ct-2 .item-2 .tit, .index-ct-2 .item-3 .tit { font-size: 18px; color: #00246a; line-height: 1; letter-spacing: 3px; }
.index-ct-2 .item-2 .stit, .index-ct-2 .item-3 .stit { margin: 4px 0; font-size: 15px; color: #00246a; }
.index-ct-2 .item-2 .stxt { font-size: 12px; line-height: 1; color: #999; }
.index-ct-2 .item-2 .con, .index-ct-2 .item-3 .con { margin-top: 20px; font-size: 14px; line-height: 1.5; color: #000; }
.index-ct-2 .item-2 .imgwr, .index-ct-2 .item-3 .imgwr { position: absolute; right: 0; top: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden; }
.index-ct-2 .item-2 .img, .index-ct-2 .item-3 .img, .index-ct-2 .item-4 .img, .index-ct-2 .item-5 .img, .index-ct-2 .item-6 .img { display: block; width: 100%; }
.index-ct-2 .item-3 { margin-top: 0; }
.index-ct-2 .item-3 .conwr { float: left; position: relative; z-index: 2; width: 60%; background-color: rgba(238,238,240,0.4); }
.index-ct-2 .item-3 .con { margin-top: 0; padding: 15px 5%; }
.index-ct-2 .item-3 .titwr { padding: 20px 5% 10px; background-color: #bcc99b; }
.index-ct-2 .item-3 .tit, .index-ct-2 .item-3 .stit { color: #fff; }
.index-ct-2 .item-4 { position: relative; margin-top: 10px; padding: 15px 5% 30px; width: 90%; overflow: hidden; }
.index-ct-2 .item-4 .conwr { position: relative; z-index: 2; }
.index-ct-2 .item-4 .tit { display: inline-block; font-size: 18px; line-height: 1.1; color: #f50300; background-color: rgba(255, 255, 255, 0.4); }
.index-ct-2 .item-4 .con { margin-top: 10px; font-size: 14px; font-weight: bold; line-height: 1.2; color: #00246a; }
.index-ct-2 .item-4 .con p { display: inline-block; margin: 5px 0; padding: 0 5px; background-color: rgba(255, 255, 255, 0.4); }
.index-ct-2 .item-4 .con span { font-size: 20px !important; }
.index-ct-2 .item-5, .index-ct-2 .item-6 { position: relative; margin-top: 10px; width: 100%; background-color: #000; overflow: hidden; }
.index-ct-2 .item-5 .img { display: block; width: 100%; }
.index-ct-2 .item-6 .img { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; opacity: 0.6; }
.index-ct-2 .item-6 .conwr { position: relative; z-index: 2; padding: 5%; color: #fff; overflow: hidden; }
.index-ct-2 .item-6 .tit, .index-ct-2 .item-6 .stit { font-size: 18px; }
.index-ct-2 .item-6 .con { margin-top: 10px; font-size: 14px; line-height: 1.5; }
.index-ct-2 .item-6 .con span, .index-ct-2 .item-6 .con-2 { font-size: 16px !important; line-height: 1.2; }

/*产品特色*/
.index-cpts { padding: 30px 3%; background-color: #0e0e0e; }
.index-cpts .img { display: block; width: 100%; }
.index-cpts .bigimg { position: relative; margin: 20px 0 10px; overflow: hidden; }
.index-cpts .bigimg .wrap { position: relative; width: 2000%; overflow: hidden; }
.index-cpts .bigimg .item { position: relative; width: 5%; overflow: hidden; }
.index-cpts .bigimg .round {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: url(../images/bg_round.png) 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.index-cpts .bigimg .con {
  position: absolute;
  bottom: 0;
  right: -30%;
  z-index: 2;
  padding: 8px 3% 8px 6%;
  max-width: 91%;
  font-size: 14px;
  line-height: 1.6;
  color: #1c1c1c;
  text-align: right;
  background-color: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-cpts .bigimg .item { position: relative; background-color: #fff; }
.index-cpts .bigimg .img { position: absolute; left: 0; top: 0; z-index: 1; }
.index-cpts .bigimg .img-t { position: relative; z-index: 2; margin: 10px 3%; max-width: 100%; height: 60px; }
.index-cpts .bigimg .con-2 {
  position: relative; z-index: 2; padding: 10px 3%; font-size: 14px; line-height: 1.5; color: #000; text-align: left; background-color: rgba(255, 255, 255, 0.6);
}
.index-cpts .bigimg .tit { margin-bottom: 6px; font-size: 16px; font-weight: bold; }
.index-cpts .bigimg .cur .round {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.index-cpts .bigimg .cur .con { right: 0; opacity: 1; filter: alpha(opacity=100); }
.index-cpts .imglist .swiper-slide { border: 3px solid #0e0e0e; box-sizing: border-box; overflow: hidden; cursor: pointer; }
.index-cpts .imglist .img { opacity: 0.5; filter: alpha(opacity=50); }
.index-cpts .imglist .cur { border-color: #001369; cursor: pointer; }
.index-cpts .imglist .item:hover .img, .index-cpts .imglist .cur .img { opacity: 1; filter: alpha(opacity=100); }
.index-cpts .imglist .swiper-button-prev, .index-cpts .imglist .swiper-button-next {
  margin-top: -24px; width: 25px; height: 49px; background: url(../images/icon_index.png) 0 0 no-repeat;
}
.index-cpts .imglist .swiper-button-prev { left: 0; }
.index-cpts .imglist .swiper-button-next { right: 0; background-position: -25px 0; }

/*产品系列*/
.index-cpxl { padding: 30px 3%; }
.index-cpxl .img { display: block; width: 100%; }
.index-cpxl .imgcon { overflow: hidden; }
.index-cpxl .imgcon .slide { position: relative; width: 1000%; }
.index-cpxl .imgcon .item { width: 10%; overflow: hidden; }
.index-cpxl .imgcon .col { margin-bottom: 10px; overflow: hidden; }
.index-cpxl .imgcon .col-0 { width: 100%; }
.index-cpxl .imgcon .col-1 { display: none; }
.index-cpxl .imgcon .col-2, .index-cpxl .imgcon .col-3 { width: 48%; }
.index-cpxl .imgcon .col-3 { margin-left: 4%; }
.index-cpxl .imgcon .conwr { padding: 10px; width: 100%; color: #fff; background-color: #232323; box-sizing: border-box; }
.index-cpxl .imgcon .tit { font-size: 16px; font-weight: bold; }
.index-cpxl .imgcon .line { display: block; margin: 8px 0; width: 50px; height: 1px; background-color: #fff; }
.index-cpxl .imgcon .con { font-size: 14px; line-height: 1.7; }
.index-cpxl .imgcon .col:hover .img {
  -webkit-transform: translateZ(0) scale(1.03);
  -moz-transform: translateZ(0) scale(1.03);
  -ms-transform: translateZ(0) scale(1.03);
  -o-transform: translateZ(0) scale(1.03);
  transform: translateZ(0) scale(1.03);
}
.index-cpxl .titcon { margin: 20px 0 10px; padding: 10px; font-size: 0; text-align: center; background-color: #eee; }
.index-cpxl .titcon .swiper-slide { text-align: center; }
.index-cpxl .titcon .imgwr { width: 85%; border: 4px solid #eee; border-radius: 100%; box-sizing: border-box; overflow: hidden; vertical-align: top; }
.index-cpxl .titcon .tit { margin-top: 5px; width: 85%; font-size: 14px; color: #4d4d4d; }
.index-cpxl .titcon .swiper-slide:hover .imgwr, .index-cpxl .titcon .cur .imgwr { border-color: #192b51; }
.index-cpxl .titcon .swiper-button-prev, .index-cpxl .titcon .swiper-button-next {
  margin-top: -24px; width: 25px; height: 49px; background: url(../images/icon_index.png) 0 0 no-repeat;
}
.index-cpxl .titcon .swiper-button-prev { left: 0; }
.index-cpxl .titcon .swiper-button-next { right: 0; background-position: -25px 0; }

/*合伙人*/
.index-hhr { padding: 30px 3%; background: top center no-repeat; background-size: auto 100%; overflow: hidden; }
.index-hhr .conwr { margin-top: 1em; font-size: 15px; font-weight: lighter; line-height: 1.7; color: #f0f0f0; }
.index-hhr.nobg .conwr { color: #666; }

/*选择理由*/
.index-xz { margin-top: 30px; }
.index-xz .tel { margin-top: 14px; }
.index-xz .tel .icon-index { margin-right: 6px; width: 21px; height: 14px; background-position: -50px -26px; }
.index-xz .tel .txt { font-size: 14px; font-weight: lighter; color: #000; }
.index-xz .tel .num { font-size: 18px; font-weight: bold; color: #001369; }
.index-xz .btn {
  display: block;
  margin: 16px auto 0;
  width: 140px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  color: #000;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.index-xz .btn:hover { color: #fff; background-color: #04176c; }
.index-xz .item { position: relative; margin: 30px 3% 0; overflow: hidden; }
.index-xz .item .img { display: block; position: relative; margin-top: 15px; width: 100%; }
.index-xz .item .conwr { position: relative; z-index: 2; }
.index-xz .item .tit { font-size: 16px; font-weight: bold; color: #04176c; text-align: center; }
.index-xz .item .con { margin-top: 10px; font-size: 14px; line-height: 1.7; color: #5a5a5a; }
.index-xz .item .con li { position: relative; padding-left: 25px; }
.index-xz .item .con li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  background: url(../images/icon_index.png) -50px 0 no-repeat;
}
.index-xz .item-4 { margin: 30px 0 0; padding-bottom: 35px; text-align: center; background: center bottom no-repeat; background-size: 100% auto; }
.index-xz .item-4 .row { position: relative; background-color: #000; overflow: hidden; }
.index-xz .item-4 .img-2 { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; opacity: 0.6; filter: alpha(opacity=60); }
.index-xz .item-4 .conwr-2 { position: relative; z-index: 2; margin: 25px 3%; text-align: left; }
.index-xz .item-4 .tit, .index-xz .item-4 .con { color: #fff; }
.index-xz .item-4 .con li:before { background-position: -50px -13px; }
.index-xz .item-4 .row:hover .img-2 { opacity: 1; filter: alpha(opacity=100); }
.index-xz .item-4 .row:hover .conwr-2 { opacity: 0; filter: alpha(opacity=0); }

/*加盟支持*/
.index-jmzc { padding: 30px 3%; background: #fff center bottom no-repeat; background-size: cover; }
.index-jmzc .list { font-size: 0; }
.index-jmzc .list .col { position: relative; margin-top: 15px; padding: 14px 0; width: 50%; text-align: center; border-radius: 6px; vertical-align: top; }
.index-jmzc .col .ico { height: 30px; vertical-align: top; }
.index-jmzc .col .tit { position: absolute; left: 5%; top: 70px; width: 90%; font-size: 14px; line-height: 20px; color: #002776; }
.index-jmzc .col .con { margin: 14px 3% 0; font-size: 15px; line-height: 1.8; color: #002776; background-color: #fff; opacity: 0; filter: alpha(opacity=0); }
.index-jmzc .col .line {
  position: absolute;
  left: -1px;
  top: 24px;
  z-index: 1;
  width: 1px;
  height: 42px;
  background-color: #002776;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.index-jmzc .col-1 .line { display: none; }
.index-jmzc .col:hover, .index-jmzc .col.cur { z-index: 2; background-color: #fff; box-shadow: 0 0 20px 0 rgba(6, 0, 1, 0.1); }
.index-jmzc .col:hover .con, .index-jmzc .col.cur .con { opacity: 1; filter: alpha(opacity=100); }
.index-jmzc .col:hover .tit, .index-jmzc .col:hover .line, .index-jmzc .col.cur .tit, .index-jmzc .col.cur .line { opacity: 0; filter: alpha(opacity=0); }

/*宣传*/
.index-xc { padding: 30px 3%; background: center top; background-size: auto 100%; }
.index-xc .list { margin-top: 20px; }
.index-xc .list .col { margin-bottom: 2%; height: 95px; overflow: hidden; }
.index-xc .list .img { display: block; width: 100%; }
.index-xc .list .col-0, .index-xc .list .col-3 { width: 35%; }
.index-xc .list .col-1, .index-xc .list .col-2 { width: 63%; }
.index-xc .list .col-1, .index-xc .list .col-3 { margin-left: 2%; }

/*加盟感言*/
.index-jmgy { padding: 30px 3%; }
.index-jmgy .maincon { position: relative; margin-top: 20px; padding-bottom: 15px; box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.06); }
.index-jmgy .swiper-slide { padding: 15px 0; font-size: 0; color: #353535; }
.index-jmgy .img { display: block; width: 100%; }
.index-jmgy .swiper-slide .imgwr { margin-left: 3%; width: 36%; overflow: hidden; }
.index-jmgy .swiper-slide .conwr { margin-left: 3%; width: 55%; }
.index-jmgy .swiper-slide .tit { margin-right: 6px; font-size: 16px; }
.index-jmgy .swiper-slide .txt { font-size: 13px; }
.index-jmgy .swiper-slide .con {
  margin: 0.5em 3%;
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #848484;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-jmgy .swiper-slide .imgb { position: relative; padding: 14px 3% 0; border-top: 1px solid #eee; }
.index-jmgy .swiper-slide .stit { font-size: 16px; }
.index-jmgy .swiper-slide .list { margin-top: 10px; }
.index-jmgy .swiper-slide .col { margin-left: 2%; width: 32%; overflow: hidden; }
.index-jmgy .swiper-slide .col-0 { margin-left: 0; }
.index-jmgy .swiper-container-horizontal>.swiper-pagination-bullets { position: relative; bottom: 0; margin-top: 10px; }
.index-jmgy .swiper-pagination-bullet-active { background: #de1130; }

/*荣誉*/
.index-ry { padding: 30px 3%; background: center top; background-size: auto 100%; }
.index-ry .comtit .etit { margin-top: 10px; }
.index-ry .titwr { margin-top: 20px; font-size: 0; text-align: center; }
.index-ry .titwr .link { width: 50%; font-size: 16px; line-height: 36px; text-align: center; color: #fff; border: 1px solid #fff; box-sizing: border-box; }
.index-ry.nobg .titwr .link { color: #666; border-color: #666; }
.index-ry .titwr .link:hover, .index-ry .titwr .cur { color: #192b51; background-color: #fff; cursor: pointer; }
.index-ry .slidewr { position: relative; margin-top: 30px; padding: 18px 0; background-color: #fff; }
.index-ry .slidewr .wrap { display: none; position: relative; }
.index-ry .slidewr .list { margin: 0 10px; overflow: hidden; }
.index-ry .slidewr .slide { position: relative; width: 1000%; }
.index-ry .slidewr .item { margin: 0 5px; width: 150px; text-align: center; }
.index-ry .slidewr .imgwr { position: relative; padding: 4px; height: 100px; border: 1px solid #efefef; overflow: hidden; }
.index-ry .slidewr .img {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 150px;
  max-height: 100px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.index-ry .slidewr .tit { margin-top: 12px; color: #3f3f3f; }
.index-ry .slidewr .bbtn {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 25px;
  height: 125px;
  background-color: #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.index-ry .slidewr .prev { left: 0; }
.index-ry .slidewr .next { right: 0; border-radius: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.index-ry .slidewr .icon-index { display: block; margin: 50px 8px; width: 8px; height: 25px; background-position: -110px -54px; }
.index-ry .slidewr .next .icon-index { background-position: -118px -54px; }
.index-ry .slidewr .bbtn:hover { background-color: #222; }
.index-ry .slidewr .item:hover .imgwr { border-color: #001369; }

/*流程*/
.index-jmlc { padding: 30px 3%; background: center top; background-size: auto 100%; }
.index-jmlc .tit { font-size: 18px; color: #192b51; }
.index-jmlc .line { display: block; margin: 10px 0 20px; width: 100%; height: 1px; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.index-jmlc .list { font-size: 0; }
.index-jmlc .list .item { position: relative; margin: 0 5% 10px 0; width: 21.25%; height: 63px; text-align: center; background-color: #192b51; border-radius: 100%; }
.index-jmlc .list .item:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -12px 1px 0 0;
  width: 14px;
  height: 24px;
  background: url(../images/icon_index.png) -63px 0 no-repeat;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.index-jmlc .list .item:nth-child(4n) { margin-right: 0; }
.index-jmlc .list .item:nth-child(4n+1):after { display: none; }
.index-jmlc .list .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.index-jmlc .list .item:hover {
  background-color: #de1130;
  -webkit-transform: translateZ(0) rotateZ(360deg);
  -moz-transform: translateZ(0) rotateZ(360deg);
  -ms-transform: translateZ(0) rotateZ(360deg);
  -o-transform: translateZ(0) rotateZ(360deg);
  transform: translateZ(0) rotateZ(360deg);
}

/*留言*/
.index-end { padding: 30px 3%; }
.feedback { margin-bottom: 30px; padding: 10px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
.feedback .imgwr .img { display: block; width: 100%; }
.feedback .conwr { margin-top: 15px; }
.feedback .conwr .tit { font-size: 18px; color: #353535; }
.feedback .conwr .stit { font-size: 14px; color: #686868; }
.feedback .conwr .list { margin-top: 15px; font-size: 14px; color: #3f3f3f; }
.feedback .conwr .row { position: relative; margin-bottom: 6px; }
.feedback .conwr .txt { position: absolute; left: 5%; top: 0; z-index: 1; line-height: 34px; }
.feedback .conwr .intxt {
  position: relative; z-index: 2; width: 85%; padding: 0 5%; height: 32px; line-height: 32px; background: none; border: 1px solid #e0e0e0; border-radius: 3px;
}
.feedback .conwr .intxt-2 { padding: 5px 5%; width: 85%; max-width: 85%; min-width: 85%; height: 44px; min-height: 44px; line-height: 22px; vertical-align: top; }
.feedback .conwr .star { font-size: 16px; color: #fc1616; }
.feedback .conwr .row-2 { font-size: 0; }
.feedback .conwr .txt-2 { font-size: 14px; line-height: 32px; }
.feedback .conwr .intxt-3 { margin-right: 8px; width: 85px; height: 32px; line-height: 32px; text-align: center; background-color: #f6f6f6; border-radius: 2px; }
.feedback .conwr .vdimg { display: none; }
.feedback .conwr .coolbg { width: 45%;margin: 0px 5px 3px 5px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #7e7e7e; border-radius: 2px; }
.feedback .conwr .coolbg:nth-child(2) { margin-left: 4%; }
.feedback .conwr .coolbg:hover { background: #da000c; cursor: pointer; }
.index-end .mov .box { margin: 10px 10px 0; }
.index-end .mov .imgwr { cursor: pointer; }
.index-end .mov .img { display: block; width: 100%; }
.index-end .mov .tit { margin-top: 8px; text-align: center; }
.index-end .news, .index-end .qanda { margin-top: 30px; overflow: hidden; }
.index-end .ttit { border-bottom: 1px solid #bebebe; }
.index-end .ttit .txt { margin-right: 15px; padding-bottom: 6px; font-size: 18px; color: #333; border-bottom: 3px solid #fff; cursor: pointer; }
.index-end .ttit .cur { color: #022576; border-bottom-color: #00296d; }
.index-end .ttit .more { font-size: 12px; line-height: 30px; color: #999; }
.index-end .ttit .more:hover { color: #022576; }
.index-end .news .slidewr { overflow-x: scroll; overflow-y: hidden; }
.index-end .news .slide { position: relative; width: 200%; }
.index-end .news .item { width: 50%; }
.index-end .news .row { font-size: 10px; line-height: 47px; color: #c8c8c8; border-bottom: 1px dashed #e1e1e1; list-style: disc inside; }
.index-end .news .link { font-size: 14px; }
.index-end .qanda .row { padding: 6px 0 14px; border-bottom: 1px dashed #e1e1e1; }
.index-end .qanda .stxt { position: relative; padding-left: 26px; line-height: 38px; }
.index-end .qanda .stit {
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #919191;
  border-radius: 2px;
}
.index-end .qanda .stit-2 { background-color: #002776; }

/*友情链接*/
.flink { padding: 20px 3%; font-size: 12px; background-color: #f6f6f6; }
.flink .tit { font-size: 16px; border-bottom: 1px solid #e8e8e8; }
.flink .tit .txt { margin-bottom: -1px; padding-bottom: 8px; color: #333; border-bottom: 1px solid #002776; }
.flink .wrap { margin-top: 15px; }
.flink a { margin-right: 6px; color: #999; }
.flink a:hover { color: #000; }

/*浮动留言*/
.ban-fb { position: fixed; bottom: -130px; left: 0; z-index: 99; padding: 10px 3%; width: 94%; color: #fff; background-color: rgba(0, 0, 0, 0.8); overflow: hidden; }
.ban-fb .conbox .tit { font-size: 14px; font-weight: bold; color: #fff; }
.ban-fb .conbox .stit { font-size: 16px; font-weight: lighter; }
.ban-fb .conbox .icon-index {
  width: 67px;
  height: 36px;
  background: url(../images/icon_index.png) 0 -49px no-repeat;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.ban-fb .mainbox .row { position: relative; z-index: 2; margin-top: 8px; width: 49%; background-color: #fff; border-radius: 3px; }
.ban-fb .mainbox .marl { margin-left: 2%; }
.ban-fb .mainbox .intxt {
  position: relative;
  z-index: 2;
  padding: 0 3%;
  width: 94%;
  min-width: 94%;
  max-width: 94%;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  line-height: 34px;
  background: none;
  vertical-align: top;
}
.ban-fb .mainbox .txt { position: absolute; left: 3%; top: 0; z-index: 1; font-size: 13px; line-height: 34px; color: #727272; }
.ban-fb .mainbox .intxt-2 { width: 44%; min-width: 44%; max-width: 44%; }
.ban-fb .mainbox .vdimg { display: none; }
.ban-fb .mainbox .coolbg, .ban-fb .open {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #da000c;
  border-radius: 3px;
}
.ban-fb .mainbox .coolbg:hover { background-color: #ff0000; cursor: pointer; }
.ban-fb .close { position: absolute; right: 0; top: -80px; z-index: 2; width: 33px; height: 77px; background: url(../images/icon_index.png) -77px 0 no-repeat; }
.ban-fb .open { position: absolute; right: 3%; bottom: 136px; z-index: 1; width: 45%; }
.ban-fb.on { bottom: 0; }
.ban-fb.on .open { opacity: 0; filter: alpha(opacity=0); }
.ban-fb.on .close { top: -10px; }

/*动画*/
.yt, .yb, .xl, .xr, .anime-t { opacity: 0; }
.anime-r .yt, .anime-r.yt { -webkit-animation: yt 1s forwards; -o-animation: yt 1s forwards; animation: yt 1s forwards; }
.anime-r .yb, .anime-r.yb { -webkit-animation: yb 1s forwards; -o-animation: yb 1s forwards; animation: yb 1s forwards; }
.anime-r .xl, .anime-r.xl { -webkit-animation: xl 1s forwards; -o-animation: xl 1s forwards; animation: xl 1s forwards; }
.anime-r .xr, .anime-r.xr { -webkit-animation: xr 1s forwards; -o-animation: xr 1s forwards; animation: xr 1s forwards; }
.anime-r .yt:nth-child(1), .anime-r .yb:nth-child(1), .anime-r .xl:nth-child(1), .anime-r .xr:nth-child(1) { animation-delay: 0.2s; }
.anime-r .yt:nth-child(2), .anime-r .yb:nth-child(2), .anime-r .xl:nth-child(2), .anime-r .xr:nth-child(2) { animation-delay: 0.4s; }
.anime-r .yt:nth-child(3), .anime-r .yb:nth-child(3), .anime-r .xl:nth-child(3), .anime-r .xr:nth-child(3) { animation-delay: 0.6s; }
.anime-r .yt:nth-child(4), .anime-r .yb:nth-child(4), .anime-r .xl:nth-child(4), .anime-r .xr:nth-child(4) { animation-delay: 0.8s; }
.anime-r .yt:nth-child(5), .anime-r .yb:nth-child(5), .anime-r .xl:nth-child(5), .anime-r .xr:nth-child(5) { animation-delay: 1s; }
.anime-r .yt:nth-child(6), .anime-r .yb:nth-child(6), .anime-r .xl:nth-child(6), .anime-r .xr:nth-child(6) { animation-delay: 1.2s; }
.anime-r .yt:nth-child(7), .anime-r .yb:nth-child(7), .anime-r .xl:nth-child(7), .anime-r .xr:nth-child(7) { animation-delay: 1.4s; }
.anime-r .yt:nth-child(8), .anime-r .yb:nth-child(8), .anime-r .xl:nth-child(8), .anime-r .xr:nth-child(8) { animation-delay: 1.6s; }
.anime-r .yt:nth-child(9), .anime-r .yb:nth-child(9), .anime-r .xl:nth-child(9), .anime-r .xr:nth-child(9) { animation-delay: 1.8s; }
.anime-r .yt:nth-child(10), .anime-r .yb:nth-child(10), .anime-r .xl:nth-child(10), .anime-r .xr:nth-child(10) { animation-delay: 2s; }
.anime-r .yt:nth-child(11), .anime-r .yb:nth-child(11), .anime-r .xl:nth-child(11), .anime-r .xr:nth-child(11) { animation-delay: 2.2s; }
.anime-r .yt:nth-child(12), .anime-r .yb:nth-child(12), .anime-r .xl:nth-child(12), .anime-r .xr:nth-child(12) { animation-delay: 2.4s; }

@keyframes yt {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yt {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yt {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes yt {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes yb {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yb {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yb {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes yb {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes xl {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes xl {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes xl {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes xl {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes xr {
  0% {
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes xr {
  0% {
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes xr {
  0% {
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes xr {
  0% {
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*产品*/
.menut-2 { font-size: 0; overflow: hidden; }
.menut-2 .link {
  margin-left: 2%;
  padding: 15px 0;
  width: 23.5%;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  vertical-align: top;
  box-sizing: border-box;
  }
.menut-2 .link-0 { margin-left: 0; }
.menut-2 .link .ico { display: block; margin: 0 auto 8px; width: 40px; height: 40px; background-size: auto 40px; }
.menut-2 .link .cn { font-size: 14px; color: #f69b29; text-align: center; }
.menut-2 .link .en { font-size: 12px; color: #555; text-align: center; text-transform: uppercase; }
.menut-2 .link-1 .cn { color: #64c333; }
.menut-2 .link-2 .cn { color: #e60012; }
.menut-2 .link-3 .cn { color: #19c8a9; }
.menut-2 .link:hover .ico, .menut-2 .cur .ico { background-position: 0 -40px; }