@charset "utf-8";

body,
td,
th,
input,
textarea,
select {
  font-family: 'Microsoft YaHei', Arial, Tahoma;
  color: #777177;
  outline: none;
}

html,
body {
  background: #fff;
}

html,
body,
form {
  margin: 0;
}


ul,
dl {
  display: block;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #777177;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #ee6b01;
}

.wrap {
  width: 1120px;
  margin: auto;
}

.block {
  padding: 0 50px;
  overflow: hidden;
}

.wrap:after,
.block:after {
  clear: both;
  float: none;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

@media (max-width:1119px) {
  .wrap {
    width: auto;
  }

  .block {
    padding: 0 20px;
    overflow: hidden;
  }
}

div:after,
ul:after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  float: none;
}

.searHeight {
  font-style: normal;
  color: #d8282a !important;
}

.white {
  color: #fff !important;
}

.clear {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
  min-height: 15px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  opacity: 0;
}

h1 {
  display: block;
  font-size: 26px !important;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #333;
}

@media (max-width:1440px) {
  .block {
    padding: 0 40px;
  }

  .hidden-l {
    display: none;
  }
}

@media (max-width:1280px) {
  .block {
    padding: 0 30px;
  }

  .hidden-m {
    display: none;
  }
}

@media (max-width:1000px) {
  .hidden-s {
    display: none;
  }
}

.header .header_head .inner_wrap .lan>a {
  display: block;
  font-size: 13px;
}

.header .header_head .inner_wrap .lan>a:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../images/ico.en.png') no-repeat left center;
  vertical-align: middle;
  background-size: 100%;
  margin: -2px 12px 0 0;
}

.header .header_head .inner_wrap .lan>a:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 6px;
  background: url('../images/arr.r.png') no-repeat left center;
  vertical-align: middle;
  background-size: 100%;
  float: right;
  margin-top: 7px;
}

#search {
  height: 28px;
  background: #efefef;
  width: 212px;
  border-radius: 100px;
  margin-top: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .08) inset;
  position: relative;
}

#k {
  border: 0px none;
  background: transparent;
  padding-left: 13px;
  padding-right: 10px;
  width: 150px;
  margin-top: 3px;
}

#search>a {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 1px;
}

#search>a>img {
  width: 100%;
  height: 100%;
}


#banner {
  height: 690px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.swiper-slide div {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  height: auto !important;
  bottom: 30px !important;
}

.swiper-pagination span {
  margin: 0 5px !important;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: .5;
  transition: all .2s;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}

.swiper-slide p {
  position: absolute;
  top: 35%;
}

.swiper-slide.s1 p {
  position: absolute;
  transform: perspective(800px) rotateX(-60deg) translateY(100px);
  opacity: 0;
  transition: all .8s ease;
}

.ani-slide.s1 p {
  transform: perspective(800px) rotateX(0) translateY(0);
  opacity: 1;
}

.swiper-slide.s2 p {
  position: absolute;
  transform: perspective(800px) rotateY(60deg) translateX(160px);
  opacity: 0;
  transition: all .9s ease;
}

.ani-slide.s2 p {
  transform: perspective(800px) rotateY(0) translateX(0);
  opacity: 1;
}

.swiper-slide.s3 p {
  position: absolute;
  transform: scale(1.3, 1.3);
  opacity: 0;
  transition: all .8s ease;
}

.ani-slide.s3 p {
  transform: translateX(0) scale(1, 1);
  opacity: 1;
}

.profile {
  margin-top: 38px;
}

.profile:after {
  content: '';
  display: block;
  height: 0;
  float: none;
  clear: both;
  visibility: hidden;
}

.profile>.img {
  width: 220px;
  float: left;
}

.profile>.con {
  width: 340px;
  float: left;
}

.profile>.con>.from {
  width: 340px;
  /* padding-left: 30px; */
  height: 69px;
  text-align: center;
  line-height: 69px;
  border-bottom: 1px solid #dedede;
  background: url(../images/annex.png) no-repeat right 3px;
  background-size: 49px 38px;
  font-size: 15px;
  color: #a9a5a5;
}

.profile>.con>.from>p:last-child {
  color: #ee6b01;
  font-size: 18px;
}

.profile>.con>.txt {
  color: #878787;
  font-size: 14px;
  width: 310px;
  float: right;
  padding-top: 35px;
  height: 257px;
  position: relative;
}

.profile>.con>.txt>p {
  margin-bottom: 26px;
  line-height: 186%;
}

.profile>.con>.txt>a {
  background: #4e5357;
  width: 96px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 33px;
  border-radius: 3px;
  transition: background .2s;
}

.profile>.con>.txt>a:hover {
  background: #ee6b01;
}

#banner-sub {
  height: 430px;
  position: relative;
  background: #eee;
}

#banner-sub>div {
  width: 100%;
  height: 100%;
}

#banner-sub>.t {
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 130px;
  color: #fff;
  font-size: 38px;
}

#banner-sub>.x {
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 190px;
  color: #fff;
  font-size: 24px;
  font-family: 'Microsoft YaHei UI Light';
}

#pro {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

#pro>a {
  display: block;
  width: 33.333%;
  float: left;
}

#pro>a>div {
  height: 100%;
  border: 1px solid #e4e4e4;
  padding: 15%;
}

#pro>a>div>div {
  transition: all .8s ease-out;
}

#pro>a:hover>div>div {
  margin-top: -36px;
}

#pro>a:last-child>div {
  border: 1px solid #e4e4e4;
}

#pro>a .tit {
  text-align: center;
  font-size: 32px;
  position: relative;
  padding-bottom: 30px;
  color: #666;
}

#pro>a .tit:before {
  content: '';
  display: block;
  height: 1px;
  width: 60px;
  background: #777177;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

#pro>a .txt {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  color: #999;
  font-family: 'Microsoft YaHei UI Light';
  line-height: 170%;
}

#pro>a .plus {
  width: 45px;
  height: 45px;
  margin: 55px auto;
  background: url('../images/pro.plus.png') no-repeat left top;
  background-size: 100%;
}

#pro>a:hover .plus {
  background-position: left bottom;
}

#pro>a .img {
  padding: 25px 0 20px 0;
  text-align: center;
  transition: all .8s ease-out;
}

#pro>a:hover .img {
  padding-bottom: 56px;
}

#nav {
  height: 136px;
  border-bottom: 1px solid #ececec;
}

#nav>.wrap {
  height: 100%;
  padding-left: 100px;
  box-sizing: border-box;
}

#nav>.wrap.busi {
  background: url('../images/ico.busi.png') no-repeat left center;
  background-size: 55px;
}

#nav a {
  display: block;
  width: 258px;
  float: left;
  height: 70px;
  border-left: 1px solid #ececec;
  margin-top: 33px;
  padding-left: 40px;
  margin-right: 41px;
}

#nav a>dl {
  width: 100%;
  height: 100%;
}

#nav dt {
  width: 50px;
  float: right;
  height: 50px;
  margin-top: 8px;
}

#nav dd {
  width: 200px;
  float: left;
}

#nav dl .tit {
  font-size: 26px;
  color: #464646;
  transition: all .2s;
}

#nav dl .txt {
  font-size: 13px;
  color: #464646;
  margin-top: 10px;
}

#nav a:hover .tit,
#nav a.A .tit {
  color: #73a2d7;
}

.busibg {
  background: url('../images/business.jpg') no-repeat center bottom;
  padding-bottom: 400px;
  background-size: cover;
}

.business {
  margin: 50px auto;
}

.business p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 230%;
}

.business .leftimg {
  width: 400px;
  height: 500px;
  float: left;
}

.ffback {
  background: #f3f3f3;
  padding-top: 15px;
}

.mapgrid {
  width: 105%;
  height: 613px;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.mapgrid img {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -540px;
}

.mapgrid>.grid {
  border: 1px solid #f3f3f3;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: -1px;
  margin-bottom: -1px;
}

.operbg {
  background: url('../images/oper.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  min-height: 430px;
}

.operbg .wrap {
  position: relative;
}

.operbg .big {
  width: 700px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
}

.operbg .big h1 {
  color: #fff;
  font-size: 32px !important;
  position: relative;
  padding-bottom: 20px;
}

.operbg .big h1:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.operbg .big p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 200%;
  font-family: 'Microsoft YaHei UI Light';
}

.operbg .ls {
  padding-top: 220px;
  width: 760px;
  float: right;
}

.operbg .ls>dl {
  width: 230px;
  float: left;
  text-align: center;
}

.operbg .ls>dl>dt>img {
  height: 100px;
}

.operbg .ls>dl>dd {
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
}

.wrap.pur {
  padding: 50px 0 60px 0;
  font-size: 13px;
  width: 700px;
}

.wrap.tra {
  padding: 50px 0 60px 0;
  font-size: 13px;
}

.formcls {
  padding: 30px 0;
}

.formcls dt>span {
  color: #ec0000;
}

.formcls>div {
  margin: 15px 0;
}

.formcls .double>dl {
  width: 335px;
  float: left;
  margin-left: 30px;
}

.formcls .double>dl:first-child {
  margin-left: 0;
}

.formcls .double>dl>dt,
.formcls .single>dl>dt {
  padding-left: 1px;
}

.formcls .double>dl>dd,
.formcls .single>dl>dd {
  padding: 10px 0;
}

.formcls .single {
  width: 100%;
}

#checkimg {
  vertical-align: middle;
  margin-top: -2px;
}

.tralist {
  margin-top: 50px;
}

.tralist>div {
  width: 48%;
  float: left;
  margin-right: 4%;
  position: relative;
}

.tralist>div:last-child {
  margin-right: 0;
}

.tralist>div>dl {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.tralist>div dt {
  font-size: 22px;
  padding: 11px 0 0 30px;
}

.tralist>div dd {
  font-size: 14px;
  padding: 3px 0 0 30px;
}

.abo {
  margin-bottom: 80px;
  font-size: 14px;
}

.abo p {
  margin-bottom: 20px;
  line-height: 220%;
}

.abo>div>p {
  margin-bottom: 0;
  /* color: #ccc;
  font-size: 20px; */
}

.news {
  overflow: hidden;
  zoom: 1;
}

.news .left {
  width: 250px;
  margin-bottom: -5000px;
  padding-bottom: 5000px;
  background: #f3f3f3;
  float: left;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.news .right {
  width: 814px;
  float: right;
  padding: 40px 0;
}

.news .left>a {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #464646;
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 45px;
}

.news .left>a:hover,
.news .left>a.A {
  background: #fff;
  color: #ec0000;
}

.news .left>p {
  display: block;
  height: 60px;
  font-size: 18px;
  color: #464646;
  line-height: 60px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 25px;
}

.news .right>a {
  display: block;
}

.news .right>a>dl {
  margin-bottom: 40px;
}

.news .right>a>dl:after {
  content: '';
  display: block;
  height: 0;
  float: none;
  clear: both;
}

.news .right>a>dl>dt {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.news .right>a>dl>dt:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  transition: all .25s;
}

.news .right>a:hover dt:after {
  right: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.news .right>a>dl>dd {
  width: 586px;
  float: right;
}

.news .right>a>dl>dd>p {
  font-size: 16px;
  color: #464646;
  /* padding-top:40px; */
}

.news .right>a>dl>dd>span {
  display: block;
  font-size: 13px;
  color: #999;
  padding-top: 10px;
}

.news .right>a:hover>dl>dd>p {
  color: #ec0000;
}

.news .right .info {
  font-size: 13px;
  color: #999;
  padding: 12px 0 0 0;
}

.pager {
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
}

#pull {
  display: block;
  width: 168px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s;
  margin: auto;
  border-radius: 3px;
  background: #fff;
}

#pull:hover {
  background: #eee;
  color: #d8282a;
}

#loading {
  width: 172px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: #999;
  font-size: 15px;
  margin: auto auto auto -86px;
  position: absolute;
  left: 50%;
  top: 50px;
  display: none;
}

.text {
  font-size: 16px;
  line-height: 180%;
  padding: 15px 0 0 0;
}

.text p,
.text div {
  margin: 1em 0;
}

.news-btm {
  font-size: 13px;
  margin: 50px 0;
  color: #999;
}

.news-btm .prev {
  margin-bottom: 8px;
}

.join>ul {
  margin: 50px 0 60px 0;
}

.join>ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

.join>ul>li {
  width: 25%;
  float: left;
}

.join>ul>li>div {
  width: 110px;
  float: left;
}

.join>ul>li>div>p {
  font-size: 17px;
  color: #464646;
}

.join>ul>li>div>span {
  display: block;
  font-size: 13px;
  color: #999;
  padding-top: 20px;
}

.join>ul>li>p {
  width: 170px;
  float: left;
  height: 30px;
}

.joincon {
  overflow: hidden;
}

.joincon:after {
  clear: both;
}

.joincon .left {
  width: 50%;
  float: left;
}

.joincon .right {
  width: 50%;
  float: left;
  padding: 50px;
  box-sizing: border-box;
  font-size: 14px;
  background: #f3f3f3;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}

.joincon .right>div {
  width: 75%;
  line-height: 180%;
  margin-top: 30px;
}

.joincon .right>h1 {
  position: relative;
  padding-bottom: 30px;
}

.joincon .right>h1:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #777177;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cont>h1 {
  text-align: center;
  font-size: 31px !important;
  margin: 40px 0;
  position: relative;
  padding-bottom: 30px;
}

.cont>h1:after {
  content: '';
  height: 1px;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #777177;
  margin-left: -30px;
}

.cont .adtxt {
  text-align: center;
  font-size: 12px;
  color: #999;
  width: 50%;
  margin: auto;
  line-height: 180%;
}

.cont2 {
  margin-top: 50px;
  position: relative;
}

.cont2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.cont2>.left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.cont2>.right {
  width: 50%;
  background: #4e5357;
  margin-left: 50%;
  min-height: 500px;
  padding: 1px 100px 50px 60px;
  box-sizing: border-box;
}

.cont2>.right h2 {
  font-size: 26px;
  color: #333;
  display: block;
  margin: 50px 0 0 0;
}

.cont2>.right h3 {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 5px 0 20px 0;
}

.cont2>.right>p {
  margin: 10px 0;
  font-size: 14px;
}



.index-section-title {
  position: relative;
  margin-left: 50px;
  letter-spacing: 1px;
}

.index-section-title:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -328px;
  width: 300px;
  border-bottom: 1px solid rgba(167, 183, 191, .2);
}

.index-section-title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -28px;
  width: 4px;
  height: 4px;
  background: #fff100;
  border-radius: 50%;
}

.index-section-title .en {
  display: block;
  line-height: 16px;
  font-size: 14px;
  color: #b0bec5;
  text-transform: uppercase;
}

.index-section-title .cn {
  display: block;
  line-height: 26px;
  margin-top: 14px;
  font-weight: bold;
  font-size: 24px;
  color: #244456;
}

.blocks,
[class*="blocks-"] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none
}

.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  display: table;
  content: " "
}

.blocks:after,
[class*="blocks-"]:after {
  clear: both
}

.blocks>li,
[class*="blocks-"]>li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px
}

.blocks.no-space,
[class*="blocks-"].no-space {
  margin: 0
}

.blocks.no-space>li,
[class*="blocks-"].no-space>li {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0
}

.blocks-2>li:nth-child(2n+3),
.block-first {
  clear: both
}

.blocks-100>li {
  width: 100%
}

.blocks-2>li {
  width: 32%
}

.widget {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff
}

.widget .cover {
  width: 100%
}

[class*="blocks-"]>li>.widget {
  margin-bottom: 0;
  border: 1px solid rgba(150, 146, 146, 0.2);
}

.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.widget {
  border-radius: 3px
}

.widget .widget-header {
  border-radius: 3px 3px 0 0
}

.widget .widget-header:last-child {
  border-radius: inherit
}

.widget .widget-body:last-child {
  border-radius: 0 0 3px 3px
}

.widget .widget-body:last-child .widget-body-footer {
  border-radius: 0 0 3px 3px
}

.widget .widget-footer {
  border-radius: 0 0 3px 3px
}

.widget .widget-footer:first-child {
  border-radiu: inherit
}

.widget-body {
  position: relative;
  padding: 30px 25px
}

.widget-body-footer {
  margin-top: 30px
}

.widget-body-footer:before,
.widget-body-footer:after {
  display: table;
  content: " "
}

.widget-body-footer:after {
  clear: both
}

.widget-content ul {
  padding: 0;
  margin: 0
}

.widget-content li {
  list-style: none
}

.widget-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #37474f;
  text-transform: capitalize
}

div.widget-title {
  font-size: 22px
}

.overlay-panel .widget-title {
  color: #fff
}

.widget>.widget-title {
  padding: 12px 20px
}

.widget-metas {
  font-size: 12px;
  color: #a3afb7
}

.widget-metas.type-link>a {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  color: #a3afb7
}

.widget-metas.type-link>a:first-child {
  padding-left: 0
}

.widget-metas.type-link>a:hover {
  color: #ccd5db
}

.widget-metas.type-link>a+a:before {
  position: absolute;
  top: 10px;
  left: -2px;
  width: 3px;
  height: 3px;
  content: '';
  background-color: #a3afb7;
  border-radius: 50%
}

.overlay-background .widget-time {
  color: #fff;
  opacity: .8
}

.widget-category {
  font-size: 16px
}

.widget-actions {
  margin-top: 10px;
  text-align: right
}

.widget-actions a {
  display: inline-block;
  margin-right: 10px;
  color: #a3afb7;
  vertical-align: middle
}

.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none
}

.widget-actions a.icon+span,
.widget-actions a .icon+span {
  margin-left: 2px
}

.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  color: #ccd5db;
  text-decoration: none
}

.widget-actions a:last-child {
  margin-right: 0
}

.widget-actions-sidebar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px
}

.widget-actions-sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec
}

.widget-actions-sidebar a:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ''
}

.widget-actions-sidebar a+a {
  border-top: 1px solid #e4eaec
}

.widget-actions-sidebar+.widget-content {
  margin-left: 80px
}

.widget-watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: .1
}

.widget-watermark.darker {
  color: black
}

.widget-watermark.lighter {
  color: white
}

.widget-divider:after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 15px auto;
  content: "";
  background-color: #fff
}

.widget-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%
}

.widget-left+.widget-body {
  width: 60%;
  margin-left: 40%
}

@media (max-width:767px) {
  .widget-left {
    position: relative;
    width: 100%;
    height: 320px
  }

  .widget-left+.widget-body {
    width: 100%;
    margin-left: 0
  }
}

.met-product .container {
  padding: 30px 15px
}

.met-product .container-fluid {
  padding: 30px
}

.met-product ul.met-grid li {
  clear: none
}

.met-product .widget>.widget-title {
  padding: 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: center;
}

.met-product .widget,
.met-product .widget .widget-header,
.met-product .widget-body {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important
}

.met-product .widget .widget-header:hover a:after {
  top: 35%;
  opacity: 1
}

.met-product .widget .widget-header:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s
}

.met-product .widget .widget-header:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s
}

.met-product .widget .widget-header img {
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s
}

.met-product .widget .widget-header a {
  display: block;
  position: relative;
  height: 230px;
}

.met-product .widget .widget-header a:after {
  content: '+';
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: -26px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman", "微软雅黑"
}

.met-product .widget .widget-header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  z-index: 2
}

.met-product .met-toolbar-body {
  margin-bottom: 15px;
  margin-top: -15px
}

.met-product .met-toolbar-body .btn-toolbar {
  float: right
}

.met-product .met-toolbar-body .btn-toolbar .btn-group {
  background: #fff
}

.met-product .met-figure .widget-body {
  display: none
}

.met-product.type-1 h4 {
  margin: 0;
  font-size: 16px;
  text-align: left
}

.met-product.type-1 h4 a {
  color: #666
}

.met-product.type-1 h4 p {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #848484
}

@media (max-width:767px) {
  .met-product.type-1 h4 {
    font-size: 14px
  }
}

.met-product.type-1 h4 a {
  color: #464646
}

.met-product.type-1 h4 a:hover {
  color: #696969
}

.met-product.type-2 .container-fluid {
  padding: 15px
}

.met-product.type-2 .keywords {
  font-size: 13px
}

.met-product.type-2 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none
}

.met-product.type-2 h4 {
  margin: 0;
  font-weight: 300
}

@media (max-width:767px) {
  .met-product.type-2 ul.met-grid li {
    background: #f2f2f2
  }
}

.met-product.type-3 .keywords {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #848484
}

@media (max-width:991px) {
  .met-product.type-3 h4 {
    font-size: 14px
  }
}

.met-product.type-3 p {
  font-size: 12px
}

.met-product.type-3 .widget-actions {
  display: none
}

@media (max-width:767px) {

  .met-product .container,
  .met-product .container-fluid {
    padding: 10px !important
  }

  .met-product .row {
    margin: 0
  }

  .met-product ul.met-grid {
    margin: 0 -10px 0 0
  }

  .met-product ul.met-grid li {
    margin-bottom: 10px;
    padding: 0 10px 0 0
  }
}

.met-product ul.met-grid {
  margin: 0 -10px 0 0
}

.met-product ul.met-grid li {
  margin-bottom: 10px;
  padding: 0 10px 0 0
}

.no-js .grid li,
.no-cssanimations .met-grid li {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100)
}

.met-grid li {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0)
}

.met-grid li.shown {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100)
}

.met-grid li.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  -o-animation: moveUp 0.65s ease forwards;
  -ms-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
  }
}

@-moz-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
  }
}

@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
  }
}

.widget-header.cover {
  overflow: hidden;
}

.category_list {
  padding: 20px 0;
}

.category_bar {
  position: relative;
  width: 100%;
}

.category_bar .cats {
  width: 70%;
  float: left;
}

.category_bar .cats li {
  float: left;
}

.category_bar .cats li>a {
  text-decoration: none;
  padding: 14px;
  display: block;
  font-size: 16px;
  color: #90939b;
}

.category_bar .search_form {
  width: 28%;
  float: right;
}

.category_bar .clearfix {
  clear: both;
}

.category-tab {
  overflow: hidden;
  background-color: black;
}
.category-tab li {
  float: left;
  width: 50%;
  margin-top: 2px;
}

.category-tab li a {
  display: block;
  width: calc(100% - 2px);
  line-height: 48px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
}

.category-tab li:hover a,
.category-tab li.active a {
  background: #fff;
  color: #0a4a6b;
}

.category-tab.three li {
  width: 33.33%;
}

.category-tab.four li {
  width: 25%;
}

.category-tab.five li {
  width: 20%;
}

.category-tab.six li {
  width: 16.66%;
}