*
{
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,body
{
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 12px;
  color: #191919;
}

body
{
  background-color: #F8F8F8;
  width: 100%;
  overflow-x: hidden;
}

ul,ol,li
{
  list-style: none;
}

ul,ol,li,h1,h2,h3,h4,h5,p,dl,dt,dd
{
  margin: 0;
  padding: 0;
}

a:link,a:hover,a:visited,a:active,a:focus
{
  text-decoration: none;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active
{
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.container
{
  width: 980px !important;
  padding: 0;
  margin: 0 auto;
}

.container:after
{
  display: block;
  content: '';
  clear: both;
}

@media (max-width: 980px)
{
  .container
  {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.head
{
  background-color: #FFF;
}

div.head .top .logo img
{
  width: 100%;
}

div.head .top .search
{
  padding-left: 0;
  width: 317px;
  float: right;
}

div.head .top .search form
{
  border: 1px solid #CCC;
}

div.head .top .search form:after
{
  display: block;
  content: '';
  clear: both;
}

div.head .top .search form input.kk,div.head .top .search form input.niu
{
  display: block;
}

div.head .top .search form input.niu
{
  border: 0;
  outline: none;
}

div.head .top .language
{
  padding-top: 30px;
  margin-left: 15px;
}

div.head .sm-menu
{
  display: none;
  width: 36px;
  height: 36px;
  background-color: #B6B6B7;
  position: absolute;
  top: 23px;
  right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.head .sm-menu span
{
  display: block;
  width: 24px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

div.head .sm-menu span:before,div.head .sm-menu span:after
{
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

div.head .sm-menu span:before
{
  top: -6px;
}

div.head .sm-menu span:after
{
  bottom: -6px;
}

@media (max-width: 980px)
{
  div.head
  {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  div.head .top
  {
    height: 80px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99999;
  }

  div.head .top .search,div.head .top .language
  {
    display: none;
  }

  div.head .sm-menu
  {
    display: block;
  }
}

@media (max-width: 420px)
{
  div.head .top .logo
  {
    width: 200px;
    padding-top: 21px;
  }
}

div.head-v3 .navigation-up
{
  overflow: hidden;
}

div.head-v3 .navigation-up .navigation-v3 li
{
  width: 180px;
}

div.head-v3 .navigation-up .navigation-v3 li h2
{
  width: 100%;
}

div.head-v3 .navigation-up .navigation-v3 li h2 a
{
  display: block;
  width: 100%;
}

div.head-v3 .navigation-up .navigation-v3 li.nav-active
{
  color: #000;
  background: #d0eab5;
}

div.head-v3 .navigation-up .navigation-v3 li.nav-active h2 a
{
  color: #000;
}

div.head-v3 .navigation-down .nav-down-menu
{
  display: none;
  height: 240px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

div.head-v3 .navigation-down .nav-down-menu[id='solution'] dl:first-child
{
  margin-left: 100px;
}

div.head-v3 .navigation-down .nav-down-menu[id='product'] dl
{
  margin-left: 60px;
}

div.head-v3 .navigation-down .nav-down-menu[id='product'] dl:first-child
{
  margin-left: 180px;
}

div.head-v3 .navigation-down .nav-down-menu[id='wechat']
{
  height: 60px;
}

div.head-v3 .navigation-down .nav-down-menu[id='wechat'] dl
{
  margin-left: 26px;
}

div.head-v3 .navigation-down .nav-down-menu[id='wechat'] dl:first-child
{
  margin-left: 590px;
}

div.head-v3 .navigation-down .nav-down-menu[id='support']
{
  height: 60px;
}

div.head-v3 .navigation-down .nav-down-menu[id='support'] dl
{
  margin-left: 26px;
}

div.head-v3 .navigation-down .nav-down-menu[id='support'] dl:first-child
{
  margin-left: 715px;
}

@media (max-width: 980px)
{
  div.head-v3
  {
    width: 100%;
    height: 100%;
    min-width: inherit;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9992;
  }

  div.head-v3 .navigation-up
  {
    width: 150px;
    height: 100%;
    padding-top: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9992;
  }

  div.head-v3 .navigation-up .navigation-inner
  {
    padding: 0 !important;
  }

  div.head-v3 .navigation-up .navigation-inner .navigation-v3
  {
    float: none;
  }

  div.head-v3 .navigation-up .navigation-inner .navigation-v3 ul
  {
    width: 100%;
    float: none;
  }

  div.head-v3 .navigation-up .navigation-inner .navigation-v3 ul li
  {
    width: 100%;
    float: none;
  }

  div.head-v3 .navigation-down
  {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9990;
  }

  div.head-v3 .navigation-down .nav-down-menu
  {
    width: 100%;
    height: 100%;
    background: #EDF7DF;
    padding: 80px 150px 0 0;
    position: static;
  }

  div.head-v3 .navigation-down .nav-down-menu .navigation-down-inner
  {
    width: 100%;
    height: 100%;
    position: static;
    overflow-y: auto;
    padding: 15px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.head-v3 .navigation-down .nav-down-menu .navigation-down-inner dl
  {
    margin: 10px 0;
    float: none;
  }

  div.head-v3 .navigation-down .nav-down-menu .navigation-down-inner dl dt
  {
    height: auto;
    line-height: 24px;
    padding: 0 0 10px;
  }

  div.head-v3 .navigation-down .nav-down-menu .navigation-down-inner dl dd a
  {
    padding: 5px 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='solution'] dl:first-child
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='product'] dl
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='product'] dl:first-child
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='wechat']
  {
    height: 100%;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='wechat'] dl
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='wechat'] dl:first-child
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='support']
  {
    height: 100%;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='support'] dl
  {
    margin-left: 0;
  }

  div.head-v3 .navigation-down .nav-down-menu[id='support'] dl:first-child
  {
    margin-left: 0;
  }
}

@media (max-width: 980px)
{
  body
  {
    padding-top: 80px;
  }

  body.fixed div.head .sm-menu span
  {
    background-color: transparent;
  }

  body.fixed div.head .sm-menu span:before
  {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    -ms-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4px, 4.5px);
  }

  body.fixed div.head .sm-menu span:after
  {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
  }

  body.fixed div.head-v3
  {
    right: 0;
  }
}

div.footer .leg
{
  overflow: hidden;
 /* height: 250px;*/
}

div.footer .leg .legnr .leg2
{
  width: 160px;
}

div.footer .leg .legnr .leg2:first-child
{
  margin-left: 0;
}

div.footer .leg .leglb
{
  width: 100%;
}

div.footer .tel
{
  width: 100%;
}

div.footer .foot .container span
{
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 980px)
{
  div.footer .leg
  {
    padding: 30px 0 40px;
    height: auto;
  }

  div.footer .leg .legnr
  {
    display: table;
    width: 100%;
    height: auto;
  }

  div.footer .leg .legnr .leg2
  {
    display: table-cell;
    width: 25%;
    height: auto;
  }

  div.footer .leg .legnr .leg2 .leglb
  {
    height: auto;
  }

  div.footer .leg .legnr .ewm
  {
    display: none;
  }

  div.footer .foot
  {
    height: auto;
    line-height: 20px;
    padding: 20px 0;
  }

  div.footer .foot .container span
  {
    display: block;
  }

  div.footer .foot .container span.line
  {
    display: none;
  }
}

@media (max-width: 768px)
{
  div.footer
  {
    height: auto;
  }

  div.footer .leg
  {
    display: none;
  }
}

div.notice
{
  position: fixed;
  right: 30px;
  top: inherit;
  bottom: 50px;
}

@media (max-width: 980px)
{
  div.notice
  {
    display: none;
    height: 50px;
    top: inherit;
    bottom: 80px;
  }

  div.notice ul li
  {
    display: none;
  }

  div.notice ul li:last-child
  {
    display: block;
  }
}

div.banner
{
  background-color: #DDD;
  height: auto;
}

div.banner div.sm-banner
{
  display: none;
  width: 100%;
  height: 300px;
  background: no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
}

div.banner div.sm-banner img
{
  width: 100%;
}

@media (max-width: 1280px)
{
  div.banner #img_lanrenzhijia
  {
    width: 980px;
  }

  div.banner #imgthumb_box
  {
    right: 65px;
  }
}

@media (max-width: 980px)
{
  div.banner #lanrenzhijia,div.banner .news
  {
    display: none;
  }

  div.banner div.sm-banner
  {
    display: block;
  }
}

@media (max-width: 520px)
{
  div.banner div.sm-banner
  {
    height: 200px;
  }
}

div.index-mid-box
{
  width: 100%;
}

div.index-mid-box .tab
{
  width: 1200px;
  margin: 0 auto;
}

div.index-mid-box .tab .indexPart5
{
  width: 100%;
}

div.index-mid-box .tab .indexPart5 .wal2
{
  width: 100%;
}

div.index-mid-box .tab .indexPart5 .wal2 .list2
{
  width: 100%;
}

@media (max-width: 980px)
{
  div.protop
  {
    padding: 20px 0 20px;
    height: auto;
  }

  div.protop:after
  {
    display: block;
    content: '';
    clear: both;
  }

  div.protop .pic
  {
    display: none;
  }

  div.protop .proy
  {
    width: 100%;
    height: auto;
    padding: 35px 20px;
  }

  div.protop .proy .prowz
  {
    height: auto;
  }

  div.protop .dow
  {
    /*display: none;*/
  }
}

div.bot:after
{
  display: block;
  content: '';
  clear: both;
}

div.bot ul
{
  width: 100%;
}

div.bot ul:after
{
  display: block;
  content: '';
  clear: both;
}

div.bot ul li
{
  width: 313px;
  overflow: hidden;
}

div.bot ul li a
{
  display: block;
  width: 100%;
}

div.bot ul li img
{
  width: 100%;
  min-height: 100%;
}

@media (max-width: 980px)
{
  div.bot
  {
    padding: 0 15px;
  }

  div.bot ul li
  {
    width: 33.33%;
    height: 180px;
  }
}

@media (max-width: 640px)
{
  div.bot ul li
  {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
}

div.recommond .slider
{
  width: 100%;
}

div.recommond .slider .item.active .para
{
  background-position: right center;
}

@media (max-width: 980px)
{
  div.recommond .slider
  {
    padding: 0 15px;
  }

  div.recommond .slider .item
  {
    width: 100% !important;
    height: auto;
    margin-top: 15px;
  }

  div.recommond .slider .item .para
  {
    width: 50% !important;
  }

  div.recommond .slider .item .para .main a
  {
    display: block;
    margin: 15px 0 0 0;
    padding-left: 0;
  }

  div.recommond .slider .item .para .main p
  {
    display: block;
  }

  div.recommond .slider .item img
  {
    width: 50% !important;
    height: auto !important;
    position: static;
  }

  div.recommond .slider .item.active .para
  {
    background: #0049a0;
  }
}

@media (max-width: 768px)
{
  div.recommond .slider .item img
  {
    width: 100% !important;
  }

  div.recommond .slider .item .para
  {
    position: static;
    width: 100% !important;
    height: auto !important;
  }
}

.tab
{
  overflow: visible;
  height: auto;
}

.tab .tabwz .tabt
{
  height: auto;
}

.tab .indexPart5
{
  height: auto;
}

.tab .indexPart5 .wal2
{
  width: 100%;
  height: auto;
}

.tab .indexPart5 .wal2 .list2
{
  width: 100%;
  overflow: visible;
}

.tab .indexPart5 .wal2 .list2 ul
{
  width: 100%;
}

.tab .indexPart5 .wal2 .list2 button.slick-arrow
{
  width: 22px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  overflow: hidden;
  text-indent: 100px;
  background: no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.tab .indexPart5 .wal2 .list2 button.slick-arrow.slick-prev
{
  left: -30px;
  background-image: url("../images/page1.png");
}

.tab .indexPart5 .wal2 .list2 button.slick-arrow.slick-next
{
  right: -24px;
  background-image: url("../images/page2.png");
}

@media (max-width: 1040px)
{
  .tab .indexPart5 .wal2
  {
    padding: 0 50px;
  }

  .tab .indexPart5 .wal2 .list2 li
  {
    overflow: hidden;
    height: auto;
    text-align: center;
  }

  .tab .indexPart5 .wal2 .list2 li img
  {
    display: inline-block;
    max-width: 100%;
    min-height: 100%;
  }

  .tab .indexPart5 .wal2 .list2 button.slick-arrow.slick-prev
  {
    left: -36px;
  }

  .tab .indexPart5 .wal2 .list2 button.slick-arrow.slick-next
  {
    right: -24px;
  }
}

@media (max-width: 980px)
{
  .tab .indexPart5
  {
    width: 100%;
  }
}

@media (max-width: 520px)
{
  .tab .indexPart5 .wal2 .list2 li
  {
    background-color: #DDD;
    height: 170px;
  }
}

@media (max-width: 980px)
{
  .con
  {
    width: 100%;
  }

  .con .tab
  {
    width: 100%;
  }

  .con .tab .tabwz
  {
    width: 100%;
    height: 100%;
  }
}

div.xiazai_lb
{
  padding-bottom: 0;
}

div.xiazai_lb:after
{
  display: block;
  content: '';
  clear: both;
}

div.xiazai_lb ul:after
{
  display: block;
  content: '';
  clear: both;
}

div.xiazai_lb ul li
{
  overflow: hidden;
}

div.xiazai_lb .xiazai_wz
{
  width: 100%;
  height: 80px;
}

div.xiazai_lb .xiazai_tu
{
  width: 100%;
  height: auto;
}

div.xiazai_lb .xiazai_tu img
{
  width: 100%;
  height: auto;
}

@media (max-width: 980px)
{
  div.xiazai_lb
  {
    width: 100%;
    padding: 20px 0;
  }

  div.xiazai_lb ul
  {
    width: 100%;
  }

  div.xiazai_lb ul li
  {
    width: 25%;
  }
}

@media (max-width: 768px)
{
  div.xiazai_lb ul li
  {
    width: 33.33%;
  }
}

@media (max-width: 590px)
{
  div.xiazai_lb ul li
  {
    width: 50%;
  }
}

@media (max-width: 420px)
{
  div.xiazai_lb
  {
    padding-bottom: 0;
  }

  div.xiazai_lb ul li
  {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}

div.banner-inner-wrapper
{
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

div.banner-inner-wrapper img
{
  width: 100%;
}

@media (max-width: 980px)
{
  div.banner-inner-wrapper .inner
  {
    width: 980px;
    position: relative;
    left: 50%;
    margin-left: -490px;
  }
}

@media (max-width: 768px)
{
  div.banner-inner-wrapper .inner
  {
    width: 780px;
    margin-left: -390px;
  }
}

div.position
{
  width: 100%;
  font-size: 14px;
  color: #666;
  padding: 20px 0;
}

div.position a
{
  color: #999;
}

@media (max-width: 980px)
{
  div.position
  {
    display: none;
  }
}

div.paging
{
  width: 100%;
  padding: 36px 0;
  text-align: center;
}

div.paging a
{
  display: inline-block;
  vertical-align: middle;
  min-width: 35px;
  height: 35px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0 3px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  line-height: 32px;
  padding: 0 10px;
  outline: none;
}

div.paging a:active,div.paging a:focus,div.paging a:visited,div.paging a:hover
{
  background: transparent;
}

div.paging a:hover,div.paging a:focus
{
  text-decoration: none;
  background-color: #edf6df;
  color: #2c515a;
}

div.paging a.btns
{
  width: auto;
  outline: none;
}

div.paging a.active
{
  color: #FFF;
  background-color: #71bf1e;
  border-color: #71bf1e;
}

@media (max-width: 768px)
{
  div.paging a
  {
    margin: 0 5px;
  }

  div.paging a.number
  {
    display: none;
  }
}

div.main-wrapper
{
  width: 100%;
  padding-bottom: 30px;
}

div.main-wrapper .left-menu
{
  width: 260px;
  float: left;
}

div.main-wrapper .left-menu ul li
{
  width: 100%;
  background: #FFF no-repeat right center;
}

div.main-wrapper .left-menu ul li a
{
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  color: #666;
}

div.main-wrapper .left-menu ul li.active
{
  background-image: url("../images/navk.jpg");
}

div.main-wrapper .left-menu ul li.active a
{
  color: #FFF;
}

div.main-wrapper .right-content
{
  width: 700px;
  float: right;
  background: #FFF;
  padding: 15px 20px;
}

div.main-wrapper .right-content .title
{
  padding: 0 0 10px;
  line-height: 32px;
  height: auto;
}

div.main-wrapper .right-content .title h2
{
  font-size: 16px;
  font-weight: normal;
}

div.main-wrapper .right-content .content
{
  border: 0;
  padding: 0;
  background: transparent;
}

div.main-wrapper .right-content .content:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .right-content .content dl.item
{
  width: 100%;
  min-height: 200px;
  border-bottom: 1px solid #CCC;
  position: relative;
  padding: 20px 0 20px 260px;
}

div.main-wrapper .right-content .content dl.item dt
{
  width: 240px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 20px;
}

div.main-wrapper .right-content .content dl.item dt img
{
  width: 100%;
}

div.main-wrapper .right-content .content dl.item dd h3
{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
}

div.main-wrapper .right-content .content dl.item dd h3 a
{
  color: #333;
}

div.main-wrapper .right-content .content dl.item dd p.intro
{
  font-size: 14px;
  color: #999;
}

div.main-wrapper .detail-content
{
  background-color: #FFF;
  padding: 15px 20px;
}

div.main-wrapper .detail-content .top-title
{
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
}

div.main-wrapper .detail-content .top-title:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .detail-content .top-title h3
{
  font-size: 20px;
}

div.main-wrapper .detail-content .top-title a.btn-back
{
  font-size: 16px;
  color: #666;
  float: right;
}

div.main-wrapper .detail-content .mid-content
{
  padding: 15px 0;
}

div.main-wrapper .detail-content .mid-content .title
{
  height: auto;
  text-align: center;
  border: 0;
  padding: 15px 0;
  border: 0;
}

div.main-wrapper .detail-content .mid-content .title h1
{
  font-size: 20px;
  line-height: 28px;
}

div.main-wrapper .detail-content .mid-content .title.view
{
  border-bottom: 1px solid #CCC;
}

div.main-wrapper .detail-content .mid-content .title.view p.info
{
  font-size: 12px;
  color: #999;
}

div.main-wrapper .detail-content .mid-content .content
{
  background: transparent;
  border: 0;
  padding: 20px 15px;
}

div.main-wrapper .detail-content .mid-content .content img
{
  max-width: 100% !important;
}

div.main-wrapper .all-content
{
  padding: 15px 0;
  font-size: 12px;
  line-height: 24px;
}

div.main-wrapper .all-content.contact-info
{
  width: 100%;
}

div.main-wrapper .all-content.contact-info .mapBox
{
  width: 100%;
  height: 420px;
}

div.main-wrapper .all-content .job-big-title
{
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding: 20px 0;
}

div.main-wrapper .all-content .job-big-title h2
{
  font-size: 20px;
}

div.main-wrapper .all-content .job-big-content
{
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
}

div.main-wrapper .all-content .job-big-content:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .all-content.joinUs-info ul.join-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li
{
  width: 30.6%;
  height: 400px;
  margin: 2% 0 2% 4%;
  background-color: #71bf1e;
  padding: 20px 20px 60px 20px;
  color: #FFF;
  float: left;
  position: relative;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li:nth-child(3n+1)
{
  margin-left: 0;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-title
{
  width: 100%;
  border-bottom: 1px solid #FFF;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-email,div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-address,div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-intro
{
  font-size: 14px;
  padding: 5px 0;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-email a
{
  color: #FFF;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li .job_view
{
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li .job_view a
{
  display: block;
  width: 100%;
  border: 2px solid #FFF;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #FFF;
}

div.main-wrapper .all-content.joinUs-info ul.join-list li:hover
{
  background-color: #13489d;
}

div.main-wrapper .all-content.marketing-content
{
  padding: 20px 0;
}

div.main-wrapper .all-content.marketing-content dl.list
{
  width: 100%;
  padding: 15px 0;
}

div.main-wrapper .all-content.marketing-content dl.list dt
{
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
}

div.main-wrapper .all-content.marketing-content dl.list dd
{
  padding: 15px 0;
  font-size: 14px;
  color: #666;
}

div.main-wrapper .all-content.marketing-content dl.list dd:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .all-content.marketing-content dl.list dd a
{
  color: #666;
}

div.main-wrapper .all-content.marketing-content dl.list dd a.card
{
  display: block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  border: 1px solid #CCC;
  background-color: #E5E5E5;
  padding: 15px 20px;
  height: 150px;
  margin-left: 20px;
  float: left;
}

div.main-wrapper .all-content.marketing-content dl.list dd a.card:first-child
{
  margin-left: 0;
}

div.main-wrapper .all-content.marketing-content dl.list dd a.card.wd420
{
  width: 420px;
}

div.main-wrapper .all-content.marketing-content dl.list dd a.card.hl
{
  width: 100%;
  background: #E5E5E5 url("../images/hailin2.png") no-repeat left center;
  padding-left: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.main-wrapper .all-content.about-content
{
  width: 100%;
}

div.main-wrapper .all-content.about-content .in-content
{
  padding: 20px 0;
}

div.main-wrapper .all-content.about-content .in-content img
{
  max-width: 100%;
}

div.main-wrapper.news-wrapper
{
  padding: 5px;
  background-color: #FFF;
}

div.main-wrapper.news-wrapper .top-head
{
  background-color: #edf6df;
}

div.main-wrapper.news-wrapper .top-head h2.tit
{
  padding: 26px 0;
  font-weight: normal;
  font-size: 30px;
}

div.main-wrapper.news-wrapper .top-head ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper.news-wrapper .top-head ul.list li
{
  line-height: 32px;
  padding: 5px 20px;
  font-size: 16px;
  border: 1px solid #CCC;
  border-bottom: 0;
  background-color: #dfdfdf;
  color: #dfdfdf;
  float: left;
  margin-left: 5px;
}

div.main-wrapper.news-wrapper .top-head ul.list li:first-child
{
  margin-left: 0;
}

div.main-wrapper.news-wrapper .top-head ul.list li a
{
  color: #333;
  border: 0;
}

div.main-wrapper.news-wrapper .top-head ul.list li.active
{
  background: #FFF;
}

div.main-wrapper.news-wrapper .bd-content
{
  padding: 20px 0;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top
{
  padding-bottom: 15px;
  border-bottom: 1px dashed #CCC;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dt
{
  width: 320px;
  height: 180px;
  overflow: hidden;
  float: left;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dt img
{
  width: 100%;
  height: 100%;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd
{
  width: 660px;
  padding: 0 20px;
  float: left;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd h3
{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd h3 a
{
  color: #333;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd h3 a:hover
{
  color: #000;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd p.intro
{
  height: 90px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd p.more
{
  width: 100%;
  text-align: right;
}

div.main-wrapper.news-wrapper .bd-content dl.news-top dd p.more a
{
  color: #666;
}

div.main-wrapper.news-wrapper .bd-content ul.news-list li
{
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper.news-wrapper .bd-content ul.news-list li span.datetime
{
  font-size: 14px;
  color: #999;
  float: right;
}

div.main-wrapper.news-wrapper .bd-content ul.news-list li a.tit
{
  font-size: 16px;
  color: #666;
}

div.main-wrapper.news-wrapper .bd-content ul.news-list li a.tit:hover
{
  color: #333;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item
{
  position: relative;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dt
{
  position: relative;
  z-index: 1;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dt img
{
  display: block;
  width: 100%;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd
{
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  height: 100%;
  padding: 20px;
  background-color: #71bf1e;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd h3
{
  font-size: 16px;
  padding: 15px 0 20px;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd p.intro
{
  height: 160px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd p.more
{
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: 10px;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd p.more a
{
  color: #FFF;
}

div.main-wrapper.news-wrapper .bd-content .sub-list dl.item:hover dd
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.main-wrapper .pro-detail-content
{
  width: 100%;
}

div.main-wrapper .pro-detail-content img
{
  max-width: 100% !important;
}

@media (max-width: 980px)
{
  div.main-wrapper
  {
    padding-left: 0;
  }

  div.main-wrapper.solution-wrapper,div.main-wrapper.detail-wrap,div.main-wrapper.product-wrapper
  {
    padding: 20px 0;
  }

  div.main-wrapper .left-menu
  {
    display: none;
  }

  div.main-wrapper .right-content
  {
    width: 100%;
  }

  div.main-wrapper .detail-content .top-title h3
  {
    font-size: 16px;
  }

  div.main-wrapper .detail-content .top-title a.btn-back
  {
    font-size: 14px;
  }

  div.main-wrapper .detail-content .mid-content .title h1
  {
    font-size: 16px;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li
  {
    width: 48%;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li:nth-child(3n+1)
  {
    margin: 2% 0 2% 4%;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li:nth-child(2n+1)
  {
    margin-left: 0;
  }

  div.main-wrapper .all-content.marketing-content dl.list dt
  {
    font-size: 20px;
  }

  div.main-wrapper .all-content.marketing-content dl.list dd a.card
  {
    height: auto;
    white-space: normal;
    word-break: break-all;
  }

  div.main-wrapper .all-content.marketing-content dl.list dd a.card.wd420
  {
    width: 100%;
    margin: 0 0 20px 0;
  }

  div.main-wrapper .all-content.marketing-content dl.list dd a.card.wd420:first-child
  {
    margin-left: 0;
  }

  div.main-wrapper.news-wrapper .top-head h2.tit
  {
    font-size: 24px;
  }

  div.main-wrapper.news-wrapper .top-head ul.list li
  {
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top
  {
    min-height: 170px;
    position: relative;
    padding-left: 260px;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dt
  {
    width: 250px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dd
  {
    width: 100%;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dd p.intro
  {
    height: 70px;
  }

  div.main-wrapper.news-wrapper .bd-content ul.news-list li span.datetime
  {
    font-size: 12px;
  }

  div.main-wrapper.news-wrapper .bd-content ul.news-list li a.tit
  {
    font-size: 14px;
  }

  div.main-wrapper.news-wrapper .bd-content .sub-list dl.item
  {
    margin-bottom: 20px;
  }

  div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd
  {
    position: static;
    display: block;
    width: 100%;
  }

  div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd h3
  {
    padding: 0 0 15px;
  }

  div.main-wrapper.news-wrapper .bd-content .sub-list dl.item dd p.intro
  {
    height: auto;
    font-size: 12px;
  }
}

@media (max-width: 768px)
{
  div.main-wrapper .right-content .content dl.item
  {
    padding-left: 220px;
  }

  div.main-wrapper .right-content .content dl.item dt
  {
    width: 200px;
    height: 115px;
  }

  div.main-wrapper .detail-content .top-title
  {
    padding: 15px 0;
    display: none;
  }

  div.main-wrapper .detail-content .top-title h3
  {
    font-size: 14px;
  }

  div.main-wrapper .detail-content .top-title a.btn-back
  {
    font-size: 12px;
  }

  div.main-wrapper .detail-content .mid-content .title
  {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CCC;
  }

  div.main-wrapper .all-content.contact-info .mapBox
  {
    height: 320px;
  }
}

@media (max-width: 640px)
{
  div.main-wrapper .all-content.marketing-content dl.list dt
  {
    font-size: 20px;
  }

  div.main-wrapper .all-content.marketing-content dl.list dd a.card
  {
    padding: 20px 15px;
  }

  div.main-wrapper .all-content.marketing-content dl.list dd a.card.hl
  {
    background-position: top -20px center;
    padding: 90px 15px 15px;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top
  {
    min-height: inherit;
    padding: 15px 0;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dt
  {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dt img
  {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dd
  {
    padding: 20px 0 0;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dd h3
  {
    font-size: 16px;
  }

  div.main-wrapper.news-wrapper .bd-content dl.news-top dd p.intro
  {
    height: auto;
    font-size: 12px;
  }
}

@media (max-width: 560px)
{
  div.main-wrapper .right-content .content dl.item
  {
    padding: 35px 0;
  }

  div.main-wrapper .right-content .content dl.item dt
  {
    width: 100%;
    height: auto;
    position: static;
    text-align: center;
    padding-bottom: 20px;
  }

  div.main-wrapper .right-content .content dl.item dt img
  {
    width: auto;
    max-width: 100%;
  }

  div.main-wrapper .right-content .content dl.item dd h3
  {
    font-size: 14px;
  }

  div.main-wrapper .right-content .content dl.item dd p.intro
  {
    font-size: 12px;
    line-height: 20px;
  }

  div.main-wrapper .all-content .job-big-title h2
  {
    font-size: 18px;
  }

  div.main-wrapper .all-content .job-big-content
  {
    font-size: 12px;
    line-height: 20px;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li
  {
    width: 100%;
    height: auto;
    margin: 2% 0;
    padding-bottom: 80px;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li:nth-child(3n+1)
  {
    margin: 2% 0;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li:nth-child(2n+1)
  {
    margin: 2% 0;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-title
  {
    font-size: 16px;
  }

  div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-email,div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-address,div.main-wrapper .all-content.joinUs-info ul.join-list li .jb-intro,div.main-wrapper .all-content.joinUs-info ul.join-list li .job_view a
  {
    font-size: 14px;
  }
}


/*media-top-wrapper*/
div.media-top-wrapper {
    width: 100%;
    background-color: #181818;
}

div.media-top-wrapper .video-box {
    width: 100%;
    position: relative;
    padding-bottom: 42px;
}

div.media-top-wrapper .video-box .video {
    width: 100%;
    position: relative;
}

div.media-top-wrapper .video-box .video video {
    width: 100%;
}

div.media-top-wrapper .video-box .v-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: #FFF;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.media-top-wrapper .down-info {
    padding: 20px 0 50px;
}

div.media-top-wrapper .down-info a.download {
    display: block;
    width: 85px;
    height: 32px;
    background: url("../images/down.png") no-repeat left center;
    background-size: auto 100%;
    float: left;
}

div.media-top-wrapper .down-info .bdsharebuttonbox {
    float: left;
    background: url("../images/f.png") no-repeat left center;
    margin-left: 20px;
    padding-left: 90px;
}

div.media-top-wrapper .down-info .bdsharebuttonbox a {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: no-repeat center center;
    background-size: 100% auto;
    margin: 0 15px;
}

div.media-top-wrapper .down-info .bdsharebuttonbox a.bds_weixin {
    background-image: url("../images/w1.png");
}

div.media-top-wrapper .down-info .bdsharebuttonbox a.bds_tsina {
    background-image: url("../images/w2.png");
}

div.media-top-wrapper .down-info .bdsharebuttonbox a.bds_sqq {
    background-image: url("../images/w3.png");
}

div.media-top-wrapper .down-info .bdsharebuttonbox a.bds_renren {
    background-image: url("../images/w4.png");
}

div.media-top-wrapper .down-info:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 980px) {
    div.media-top-wrapper {
        padding: 30px 0;
    }
    div.media-top-wrapper .down-info {
        display: none;
    }
}

/*media-wrapper*/
div.media-wrapper {
    width: 100%;
    padding: 30px 0;
}

div.media-wrapper .media-list:after {
    display: block;
    content: '';
    clear: both;
}

div.media-wrapper .media-list .list-item {
    width: 25%;
    height: 230px;
    overflow: hidden;
    float: left;
    position: relative;
}

div.media-wrapper .media-list .list-item .thumb {
    width: 100%;
    position: relative;
    z-index: 1;
}

div.media-wrapper .media-list .list-item .thumb img {
    width: 100%;
}

div.media-wrapper .media-list .list-item .intro {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #FFF;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #71bf1e;
}

div.media-wrapper .media-list .list-item .intro h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

div.media-wrapper .media-list .list-item .intro p {
    font-size: 12px;
    line-height: 20px;
}

div.media-wrapper .media-list .list-item .intro a.btn {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/bot.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

div.media-wrapper .media-list .list-item:hover .intro {
    display: block;
}

@media (max-width: 980px) {
    div.media-wrapper .media-list .list-item {
        width: 33.33%;
    }
}

@media (max-width: 640px) {
    div.media-wrapper .media-list .list-item {
        width: 50%;
    }
    div.main-wrapper .detail-content .mid-content .content img
    {
      width: 100% !important;
      height: auto !important;
    }
}

@media (max-width: 520px) {
    div.media-wrapper .media-list .list-item {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
}


