*
{
  margin: 0;
  padding: 0;
  outline: none;
}

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

body
{
  background-color: #f8f8f8;
}

body
{
  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;
}

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: 1200px;
  padding: 0;
}

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

.max-container
{
  width: 100%;
  padding: 0;
}

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

@media (min-width: 1920px)
{
  .max-container
  {
    width: 1880px;
    margin: 0 auto;
  }
}



@media (min-width: 1360px)
{
  div.equipment-wrapper .max-container
  {
    width: 1200px !important;
    margin: 0 auto;
  }
}


div.header-wrapper
{
  width: 100%;
  padding: 30px;
  background: url("../images/site/top_bg.png") repeat-x top center;
  -webkit-background-size: auto 120%;
  background-size: auto 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

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

div.header-wrapper .logo
{
  width: 200px;
  height: 50px;
  float: left;
}

div.header-wrapper .logo img
{
  width: 100%;
}

div.header-wrapper .logo img.thumbPc
{
  display: block;
}

div.header-wrapper .logo img.thumbMobile
{
  display: none;
}

div.header-wrapper .top-right
{
  float: right;
}

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

div.header-wrapper .top-right .navigation
{
  float: left;
}

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

div.header-wrapper .top-right .navigation ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.header-wrapper .top-right .navigation ul.list li
{
  padding: 0 18px;
  float: left;
  position: relative;
}

div.header-wrapper .top-right .navigation ul.list li span.top
{
  display: block;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

div.header-wrapper .top-right .navigation ul.list li a
{
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}

div.header-wrapper .top-right .navigation ul.list li a:hover,div.header-wrapper .top-right .navigation ul.list li a:focus
{
  text-decoration: none;
  opacity: .8;
}

div.header-wrapper .top-right .navigation ul.list li.active span.top
{
  border-bottom-color: #FFF;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item
{
  display: none;
  padding-top: 27px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 38px;
  z-index: 999;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li
{
  width: 100%;
  background-color: #FFF;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  float: none;
  position: relative;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li:first-child
{
  border-top: 1px solid #DDD;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li a
{
  color: #333;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item > li.active > a
{
  color: #4dae3e;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item
{
  display: none;
}

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item li:hover ol.sub-item.three-item
{
  display: block;
}



div.header-wrapper .top-right .navigation ul.list li ol.sub-item.three-item
{
  display: none;
  padding-top: 0;
  padding-left: 2px;
  position: absolute;
  top: -1px;
  left: 100%;
  margin: 0;
}

div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.second-item
{
  display: block;
}

div.header-wrapper .top-right .bdsharebuttonbox
{
  padding: 2px 26px 0 42px;
  float: left;
}

div.header-wrapper .top-right .bdsharebuttonbox a
{
  width: 26px;
  height: 26px;
  background: no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

div.header-wrapper .top-right .bdsharebuttonbox a.bds_more
{
  display: none;
}

div.header-wrapper .top-right .bdsharebuttonbox a.bds_sqq
{
  background-image: url("../images/site/share_qq.png");
}

div.header-wrapper .top-right .bdsharebuttonbox a.bds_weixin
{
  background-image: url("../images/site/share_wx.png");
}

div.header-wrapper .top-right .bdsharebuttonbox a.bds_tsina
{
  background-image: url("../images/site/share_wb.png");
}

div.header-wrapper .top-right ul.language
{
  display: block;
  margin-top: 7px;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
}

div.header-wrapper .top-right ul.language:after
{
  display: block;
  content: '';
  clear: both;
}

div.header-wrapper .top-right ul.language li
{
  padding: 5px 10px;
  float: left;
}

div.header-wrapper .top-right ul.language li a
{
  display: block;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}

div.header-wrapper .top-right ul.language li a:hover,div.header-wrapper .top-right ul.language li a:focus
{
  text-decoration: none;
}

div.header-wrapper .top-right ul.language li.active
{
  background-color: #FFF;
}

div.header-wrapper .top-right ul.language li.active a
{
  color: #4dae3e;
}

div.header-wrapper .sm-menu
{
  display: none;
  width: 36px;
  height: 36px;
  background-color: #999;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.header-wrapper .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.header-wrapper .sm-menu span:before,div.header-wrapper .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.header-wrapper .sm-menu span:before
{
  top: -6px;
}

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

@media (max-width: 1360px)
{
  div.header-wrapper .logo
  {
    width: 140px;
    height: 35px;
  }

  div.header-wrapper .top-right .navigation ul.list li
  {
    padding: 0 12px;
  }

  div.header-wrapper .top-right .navigation ul.list li a
  {
    font-size: 14px;
  }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item
  {
    padding-top: 16px;
  }

  div.header-wrapper .top-right .bdsharebuttonbox
  {
    padding: 2px 15px 0 24px;
  }

  div.header-wrapper .top-right .bdsharebuttonbox a
  {
    width: 20px;
    height: 20px;
  }

  div.header-wrapper .top-right ul.language li
  {
    padding: 2px 6px;
  }
}

@media (max-width: 1200px)
{
  div.header-wrapper .top-right .bdsharebuttonbox
  {
    display: none;
  }

  div.header-wrapper .top-right ul.language
  {
    margin-left: 15px;
    margin-top: 9px;
  }
}

@media (max-width: 980px)
{
  div.header-wrapper
  {
    padding: 20px;
    height: 75px;
    background: #FFF;
  }

  div.header-wrapper .logo
  {
    width: 130px;
    height: 40px;
    position: relative;
    left: -10px;
    z-index: 9999;
  }

  div.header-wrapper .logo img.thumbPc
  {
    display: none;
  }

  div.header-wrapper .logo img.thumbMobile
  {
    display: block;
  }

  div.header-wrapper .top-right .navigation
  {
    width: 160px;
    height: 100%;
    padding: 76px 0 50px;
    position: fixed;
    top: 0;
    left: -160px;
    z-index: 999;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.header-wrapper .top-right .navigation ul.list
  {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #FFF;
    border-right: 1px solid #DDD;
  }

  div.header-wrapper .top-right .navigation ul.list li
  {
    width: 100%;
    padding: 0;
    border-top: 1px solid #DDD;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
  }

  div.header-wrapper .top-right .navigation ul.list li:first-child
  {
    border-top: 0;
  }

  div.header-wrapper .top-right .navigation ul.list li span.top
  {
    border-bottom: none;
    padding: 0 30px 0 0;
  }

  div.header-wrapper .top-right .navigation ul.list li i.handle
  {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/site/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.header-wrapper .top-right .navigation ul.list li a
  {
    display: block;
    width: 100%;
    padding: 12px 15px;
    color: #333;
  }

  div.header-wrapper .top-right .navigation ul.list li.active span.top
  {
    color: #4dae3e;
  }

  div.header-wrapper .top-right .navigation ul.list li.active a
  {
    color: #4dae3e;
  }

  div.header-wrapper .top-right .navigation ul.list li.active ol.sub-item.second-item
  {
    display: none;
  }

  div.header-wrapper .top-right .navigation ul.list li.active ol.sub-item.three-item
  {
    display: none;
  }

  div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.second-item
  {
    display: none;
  }

  div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.three-item
  {
    display: none;
  }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item
  {
    display: none;
    position: static;
    margin: 0;
    padding-top: 0;
    background-color: #F1F1F1;
  }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li
  {
    padding: 0;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #DDD;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
  }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li i.t-handle
  {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/site/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item.three-item
  {
    position: static;
    margin: 0;
    background-color: #F9F9F9;
  }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item
  {
    display: block;
  }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li ol.sub-item.three-item
  {
    display: none;
  }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li.showIt ol.sub-item.three-item
  {
    display: block;
  }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item li.showIt i.handle
  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  div.header-wrapper .top-right .navigation ul.list li.showIt>span.top i.handle
  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  div.header-wrapper .top-right ul.language
  {
    display: none;
  }

  div.header-wrapper .sm-menu
  {
    display: block;
  }
}

div.footer-bottom
{
  width: 100%;
  padding: 20px 20px;
  background-color: #4dae3e;
  color: #FFF;
}

div.footer-bottom:after
{
  display: block;
  content: '';
  clear: both;
}

div.footer-bottom .left-info
{
  font-size: 18px;
  padding-top: 3px;
  float: left;
}

div.footer-bottom .left-info p
{
  margin: 0;
}

div.footer-bottom .right-info
{
  float: right;
}

div.footer-bottom .right-info a.btm-ct
{
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
  color: #FFF;
  padding: 10px 20px;
  border: 1px solid #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.footer-bottom .right-info a.btm-ct:hover,div.footer-bottom .right-info a.btm-ct:focus
{
  text-decoration: none;
}

@media (min-width: 1920px)
{
  div.footer-bottom
  {
    padding: 20px 0;
  }

  div.footer-bottom .max-container
  {
    padding: 0 30px;
  }
}

@media (max-width: 1200px)
{
  div.footer-bottom
  {
    padding: 20px 0;
  }

  div.footer-bottom .max-container
  {
    padding: 0 20px;
  }

  div.footer-bottom .left-info
  {
    font-size: 14px;
  }

  div.footer-bottom .right-info a.btm-ct
  {
    font-size: 12px;
    padding: 6px 15px;
  }
}

@media (max-width: 768px)
{
  div.footer-bottom .left-info
  {
    width: 100%;
    text-align: center;
    float: none;
  }

  div.footer-bottom .right-info
  {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    float: none;
  }

  div.footer-bottom .right-info a.btm-ct
  {
    font-size: 14px;
    padding: 10px 18px;
  }
}

div.footer-wrapper
{
  width: 100%;
  background: url("../images/site/btm_banner.png") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 26px 20px;
}

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

div.footer-wrapper .left-info
{
  height: 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 12px;
  color: #FFF;
  line-height: 24px;
  float: left;
}

div.footer-wrapper .left-info:after
{
  display: block;
  content: '';
  clear: both;
}

div.footer-wrapper .left-info li
{
  float: left;
}

div.footer-wrapper .left-info li span
{
  display: inline-block;
  vertical-align: middle;
}

div.footer-wrapper .left-info li:before
{
  display: inline-block;
  content: '/';
  padding: 0 6px;
  vertical-align: middle;
}

div.footer-wrapper .left-info li:first-child:before
{
  display: none;
}

div.footer-wrapper .right-info
{
  float: right;
}

div.footer-wrapper .right-info .code-box
{
  width: 115px;
}

div.footer-wrapper .right-info .code-box img
{
  width: 100%;
}

@media (min-width: 1920px)
{
  div.footer-wrapper
  {
    padding: 20px 0;
  }

  div.footer-wrapper .max-container
  {
    padding: 0 30px;
  }
}

@media (max-width: 1200px)
{
  div.footer-wrapper
  {
    padding: 20px 0;
  }

  div.footer-wrapper .max-container
  {
    padding: 0 20px;
  }

  div.footer-wrapper .left-info
  {
    display: block;
    height: auto;
  }

  div.footer-wrapper .left-info li
  {
    float: none;
  }

  div.footer-wrapper .left-info li span.copyR
  {
    display: block;
  }

  div.footer-wrapper .left-info li:before
  {
    display: none;
  }

  div.footer-wrapper .left-info ul.cpRight
  {
    margin-top: 10px;
  }
}

@media (max-width: 640px)
{
  div.footer-wrapper .left-info li.wbT
  {
    display: none;
  }

  div.footer-wrapper .right-info
  {
    display: none;
  }
}

div.index-slider-wrap
{
  width: 50px;
  height: 210px;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 999;
  margin-bottom: -105px;
}

div.index-slider-wrap ul.list
{
  width: 100%;
}

div.index-slider-wrap ul.list li
{
  width: 50px;
  height: 50px;
  margin-top: 2px;
  padding-left: 50px;
  overflow: hidden;
  background: #4dae3e no-repeat 0 center;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  right: 0;
}

div.index-slider-wrap ul.list li:before
{
  margin-top: 0;
}

div.index-slider-wrap ul.list li.icon-tel
{
  background-image: url("../images/site/icon_01.png");
  top: 0;
}

div.index-slider-wrap ul.list li.icon-tel:hover
{
  width: auto;
}

div.index-slider-wrap ul.list li.icon-tel:hover span.phone
{
  display: block;
  white-space: nowrap;
  padding: 15px 10px 0 0;
}

div.index-slider-wrap ul.list li.icon-code
{
  background-image: url("../images/site/icon_02.png");
  top: 52px;
}

div.index-slider-wrap ul.list li.icon-code:hover
{
  overflow: visible;
}

div.index-slider-wrap ul.list li.icon-code:hover span.code
{
  display: block;
  width: 115px;
  position: absolute;
  bottom: 0;
  left: -120px;
}

div.index-slider-wrap ul.list li.icon-code:hover span.code img
{
  width: 100%;
}

div.index-slider-wrap ul.list li.icon-share
{
  background-image: url("../images/site/icon_03.png");
  top: 104px;
}

div.index-slider-wrap ul.list li.icon-share a.link
{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

div.index-slider-wrap ul.list li.icon-share .bdsharebuttonbox
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.index-slider-wrap ul.list li.icon-share .bdsharebuttonbox a
{
  width: 100%;
  height: 100%;
  background: transparent;
}

div.index-slider-wrap ul.list li.icon-top
{
  background-image: url("../images/site/icon_04.png");
  top: 156px;
  cursor: pointer;
}

@media (max-width: 980px)
{
  div.index-slider-wrap
  {
    margin-bottom: 0;
    bottom: 100px;
  }

  div.index-slider-wrap ul.list li.icon-tel,div.index-slider-wrap ul.list li.icon-code,div.index-slider-wrap ul.list li.icon-share
  {
    display: none;
  }
}

div.mobile-menu
{
  display: none;
  width: 100%;
  height: 50px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

div.mobile-menu a.item
{
  display: table-cell;
  width: 1%;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgba(255,255,255,0.2);
}

div.mobile-menu a.item:hover,div.mobile-menu a.item:focus
{
  text-decoration: none;
}

div.mobile-menu a.item.active
{
  color: #4dae3e;
}

@media (max-width: 980px)
{
  div.mobile-menu
  {
    display: table;
  }
}

body.fixed2 div.header-wrapper
{
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

body.fixed2 div.header-wrapper .logo img.thumbPc
{
  display: none;
}

body.fixed2 div.header-wrapper .logo img.thumbMobile
{
  display: block;
}

body.fixed2 div.header-wrapper .top-right .navigation ul.list li a
{
  color: #333;
}

body.fixed2 div.header-wrapper .top-right .navigation ul.list li.active span.top
{
  color: #4dae3e;
  border-bottom-color: #4dae3e;
}

body.fixed2 div.header-wrapper .top-right .navigation ul.list li.active ol span.top
{
   border-bottom-color: #fff;
}

body.fixed2 div.header-wrapper .top-right .navigation ul.list li.active a
{
  color: #4dae3e;
}

body.fixed2 div.header-wrapper .top-right .navigation ul.list li.active ol.sub-item li a
{
  color: #333;
}

body.fixed2 div.header-wrapper .bdsharebuttonbox a.bds_sqq
{
  background-image: url("../images/site/share_qq2.png");
}

body.fixed2 div.header-wrapper .bdsharebuttonbox a.bds_weixin
{
  background-image: url("../images/site/share_wx2.png");
}

body.fixed2 div.header-wrapper .bdsharebuttonbox a.bds_tsina
{
  background-image: url("../images/site/share_wb2.png");
}

body.fixed2 div.header-wrapper ul.language
{
  border: 1px solid #CCC;
}

body.fixed2 div.header-wrapper ul.language li a
{
  color: #666;
}

body.fixed2 div.header-wrapper ul.language li.active
{
  background-color: #4dae3e;
}

body.fixed2 div.header-wrapper ul.language li.active a
{
  color: #FFF;
}

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

  body.fixed div.header-wrapper .top-right .navigation
  {
    left: 0;
  }

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

  body.fixed div.header-wrapper .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.header-wrapper .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.fixed2
  {
    padding-bottom: 50px;
  }

  body.fixed2 div.header-wrapper
  {
    padding-top: 20px;
  }

  body.fixed2.fixed div.header-wrapper
  {
    background-color: #FFF;
  }
}

@-webkit-keyframes ani-mouse
{
  0%
  {
    top: 20px;
  }

  50%
  {
    top: 50px;
  }

  100%
  {
    top: 20px;
  }
}

@keyframes ani-mouse
{
  0%
  {
    top: 20px;
  }

  50%
  {
    top: 50px;
  }

  100%
  {
    top: 20px;
  }
}

div.banner-wrapper
{
  width: 100%;
  overflow: hidden;
  position: relative;
}

div.banner-wrapper div.list .item
{
  position: relative;
}

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

div.banner-wrapper div.list .item .text-info
{
  width: 100%;
  height: 100%;
  padding: 0 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.banner-wrapper div.list .item .text-info h2
{
  font-size: 50px;
}

div.banner-wrapper div.list .item .text-info p
{
  font-size: 32px;
  opacity: .8;
}

div.banner-wrapper div.list .item .text-info a.more
{
  color: #4dae3e;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  background-color: #FFF;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 20px;
}

div.banner-wrapper div.list .item .text-info a.more:hover,div.banner-wrapper div.list .item .text-info a.more:focus
{
  text-decoration: none;
}

div.banner-wrapper div.list .item .text-info a.more:hover
{
  background-color: #4dae3e;
  color: #FFF;
}

div.banner-wrapper div.list .item .text-info .mouse-animate
{
  width: 40px;
  height: 70px;
  border: 3px solid #FFF;
  position: relative;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  margin-top: 50px;
}

div.banner-wrapper div.list .item .text-info .mouse-animate:before
{
  width: 10px;
  height: 10px;
  content: '';
  background-color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-animation: ani-mouse 2s infinite;
  animation: ani-mouse 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

div.banner-wrapper div.list button.slick-arrow
{
  width: 32px;
  height: 56px;
  background: no-repeat left center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
}

div.banner-wrapper div.list button.slick-arrow.slick-prev
{
  background-image: url("../images/site/index/btn_left.png");
  left: 35px;
}

div.banner-wrapper div.list button.slick-arrow.slick-next
{
  background-image: url("../images/site/index/btn_right.png");
  right: 35px;
}

div.banner-wrapper div.list ul.slick-dots
{
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

div.banner-wrapper div.list ul.slick-dots li
{
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle;
}

div.banner-wrapper div.list ul.slick-dots li button
{
  text-indent: 20px;
  width: 21px;
  height: 21px;
  background: url("../images/site/dots.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  overflow: hidden;
  border: 0;
}

div.banner-wrapper div.list ul.slick-dots li.slick-active button
{
  background-image: url("../images/site/dots_hover.png");
}

@media (max-width: 1600px)
{
  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 36px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 24px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 8px 18px;
  }
}

@media (max-width: 980px)
{
  div.banner-wrapper div.list .item .text-info
  {
    padding: 0 50px;
  }

  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 30px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 20px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 5px 15px;
  }

  div.banner-wrapper div.list .item .text-info .mouse-animate
  {
    display: none;
  }

  div.banner-wrapper div.list button.slick-arrow
  {
    width: 20px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-prev
  {
    left: 15px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-next
  {
    right: 15px;
  }

  div.banner-wrapper div.list ul.slick-dots
  {
    padding: 0 0 15px;
  }

  div.banner-wrapper div.list ul.slick-dots li button
  {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 768px)
{
  div.banner-wrapper div.list .item .text-info
  {
    padding: 0 50px;
    display: none;
  }

  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 22px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 14px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 5px 15px;
  }
}

div.index-box-wrap
{
  padding: 70px 0;
}

div.index-box-wrap .title
{
  text-align: center;
}

div.index-box-wrap .title h2
{
  font-size: 32px;
  color: #333;
  margin-bottom: 5px;
}

div.index-box-wrap .title p.intro
{
  font-size: 16px;
  color: #999;
  position: relative;
}

div.index-box-wrap .title p.intro span
{
  display: inline-block;
  vertical-align: middle;
}

div.index-box-wrap .title p.intro:before,div.index-box-wrap .title p.intro:after
{
  display: inline-block;
  content: '';
  width: 30px;
  border-bottom: 1px solid #999;
  position: relative;
  top: -1px;
}

div.index-box-wrap .title p.intro:before
{
  margin-right: 15px;
}

div.index-box-wrap .title p.intro:after
{
  margin-left: 15px;
}

div.index-box-wrap .content
{
  padding-top: 30px;
}

div.index-box-wrap .content button.slick-arrow
{
  width: 45px;
  height: 45px;
  background: no-repeat left center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0;
  outline: none;
  position: absolute;
  bottom: -70px;
  z-index: 10;
}

div.index-box-wrap .content button.slick-arrow.slick-prev
{
  background-image: url("../images/site/btn_left.png");
  left: 50%;
  margin-left: -50px;
}

div.index-box-wrap .content button.slick-arrow.slick-prev:hover
{
  background-image: url("../images/site/btn_left_hover.png");
}

div.index-box-wrap .content button.slick-arrow.slick-next
{
  background-image: url("../images/site/btn_right.png");
  right: 50%;
  margin-right: -50px;
}

div.index-box-wrap .content button.slick-arrow.slick-next:hover
{
  background-image: url("../images/site/btn_right_hover.png");
}

div.index-box-wrap.index-biz-wrap
{
  background-color: #FFF;
  padding-bottom: 150px;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item
{
  display: block;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item:focus,div.index-box-wrap.index-biz-wrap .content .biz-list a.item:hover
{
  text-decoration: none;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl
{
  position: relative;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dt
{
  overflow: hidden;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd
{
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd h3
{
  font-size: 32px;
  margin-bottom: 5px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd p.info
{
  display: none;
  font-size: 18px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd ul.tags
{
  display: none;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd ul.tags li
{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  margin: 5px;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item:hover dl dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item:hover dl dd
{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item:hover dl dd p.info
{
  display: block;
}

div.index-box-wrap.index-biz-wrap .content .biz-list a.item:hover dl dd ul.tags
{
  display: block;
}

@media (max-width: 768px)
{
  div.index-box-wrap.index-biz-wrap .content .biz-list a.item dl dd h3
  {
    font-size: 24px;
  }
}

div.index-box-wrap.index-equ-wrap
{
  padding-bottom: 150px;
}

div.index-box-wrap.index-equ-wrap .content .equ-list
{
  padding: 0 10px;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item
{
  display: block;
  padding: 10px;
  outline: none;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item:focus,div.index-box-wrap.index-equ-wrap .content .equ-list a.item:hover
{
  text-decoration: none;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl
{
  position: relative;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dt
{
  overflow: hidden;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd
{
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd span.search
{
  display: none;
  width: 72px;
  height: 72px;
  background: url("../images/site/search.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-top: 10px;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd h3
{
  font-size: 32px;
  margin-bottom: 5px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd p.info
{
  display: none;
  font-size: 18px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd ul.tags
{
  display: none;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd ul.tags li
{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  margin: 5px;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item:hover dl dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item:hover dl dd
{
  background: rgba(0,0,0,0.3) url("../images/site/search.png") no-repeat center center;
  -webkit-background-size: 72px 72px;
  background-size: 72px;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item:hover dl dd p.info
{
  display: block;
}

div.index-box-wrap.index-equ-wrap .content .equ-list a.item:hover dl dd ul.tags
{
  display: block;
}

@media (max-width: 768px)
{
  div.index-box-wrap.index-equ-wrap .content .equ-list
  {
    padding: 0;
  }

  div.index-box-wrap.index-equ-wrap .content .equ-list a.item
  {
    padding: 0;
  }

  div.index-box-wrap.index-equ-wrap .content .equ-list a.item dl dd h3
  {
    font-size: 24px;
  }
}

div.index-box-wrap.index-news-wrap
{
  background: #fff url("../images/site/index/bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

div.index-box-wrap.index-news-wrap .list
{
  padding: 0 30px;
}

div.index-box-wrap.index-news-wrap .list:after
{
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrap.index-news-wrap .list .item
{
  width: 49%;
  padding: 20px 35px;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
}

div.index-box-wrap.index-news-wrap .list .item a.item-more
{
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/site/index/arrow_add.png") no-repeat top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

div.index-box-wrap.index-news-wrap .list .item .item-tit h2,div.index-box-wrap.index-news-wrap .list .item .item-tit p
{
  display: inline-block;
  vertical-align: bottom;
}

div.index-box-wrap.index-news-wrap .list .item .item-tit h2
{
  font-size: 28px;
  color: #666666;
}

div.index-box-wrap.index-news-wrap .list .item .item-tit p
{
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  border-left: 2px solid #BBB;
  margin-left: 10px;
  padding-left: 10px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont
{
  padding-top: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info
{
  width: 100%;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info:after
{
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .thumb
{
  width: 280px;
  float: left;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .thumb img
{
  width: 100%;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right
{
  padding-left: 300px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2
{
  line-height: 20px;
  margin-bottom: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2 a
{
  color: #4dae3e;
  font-size: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2 a:hover,div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2 a:focus
{
  text-decoration: none;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right p.intro
{
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right a.more
{
  font-size: 14px;
  color: #4dae3e;
  display: inline-block;
  margin-top: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList
{
  border-top: 1px solid #CCC;
  margin-top: 20px;
  padding-top: 20px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li
{
  padding: 6px 0 6px 12px;
  background: url("../images/site/index/arrow_right.png") no-repeat left center;
  -webkit-background-size: 4px 4px;
  background-size: 4px;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li a
{
  display: block;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li a:hover,div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li a:focus
{
  text-decoration: none;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li a:hover
{
  color: #999;
}

div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li span.time
{
  font-size: 12px;
  color: #999;
  float: right;
}

div.index-box-wrap.index-news-wrap .list .item.enter
{
  float: left;
}

div.index-box-wrap.index-news-wrap .list .item.ind
{
  float: right;
}

@media (max-width: 1360px)
{
  div.index-box-wrap.index-news-wrap .list .item
  {
    padding: 20px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-tit h2
  {
    font-size: 20px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-tit p
  {
    font-size: 12px;
    line-height: 12px;
    border-left-width: 1px;
    padding-left: 5px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .thumb
  {
    width: 200px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right
  {
    padding-left: 220px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2
  {
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right h2 a
  {
    font-size: 16px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right p.intro
  {
    font-size: 12px;
    line-height: 20px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right a.more
  {
    font-size: 12px;
    margin-top: 12px;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont ul.nList li a
  {
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
  }
}

@media (max-width: 980px)
{
  div.index-box-wrap.index-news-wrap .list
  {
    padding: 0 15px;
  }

  div.index-box-wrap.index-news-wrap .list .item
  {
    width: 100%;
  }

  div.index-box-wrap.index-news-wrap .list .item.enter
  {
    float: none;
  }

  div.index-box-wrap.index-news-wrap .list .item.ind
  {
    float: none;
    margin-top: 30px;
  }
}

@media (max-width: 520px)
{
  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .thumb
  {
    width: 100%;
    float: none;
    text-align: center;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .thumb img
  {
    max-width: 100%;
    width: auto;
  }

  div.index-box-wrap.index-news-wrap .list .item .item-cont .top-info .right
  {
    padding-left: 0;
    padding-top: 15px;
  }
}

div.index-box-wrap.index-fLink-wrap div.fLink
{
  width: 100%;
  padding: 0 10px;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list
{
  width: 100%;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
{
  width: 12.5%;
  padding: 10px;
  float: left;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li a
{
  display: block;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li a:hover,div.index-box-wrap.index-fLink-wrap div.fLink ul.list li a:focus
{
  text-decoration: none;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li a:hover
{
  color: #999;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl dt
{
  overflow: hidden;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl dd
{
  font-size: 16px;
  color: #666;
  background-color: #e5e5e5;
  padding: 10px 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl:hover dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 1360px)
{
  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
  {
    width: 16.6666%;
  }

  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl dd
  {
    font-size: 14px;
  }
}

@media (max-width: 980px)
{
  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
  {
    width: 20%;
  }
}

@media (max-width: 560px)
{
  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
  {
    width: 50%;
  }

  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li:last-child
  {
    display: none;
  }

  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li dl dd
  {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 375px)
{
  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
  {
    padding: 5px;
  }
}

@media (max-width: 320px)
{
  div.index-box-wrap.index-fLink-wrap div.fLink ul.list li
  {
    width: 100%;
    padding: 15px 5px;
  }
}

div.top-inner-banner
{
  width: 100%;
  height: 500px;
  background: no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

div.top-inner-banner .title
{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

div.top-inner-banner .title h2
{
  font-size: 42px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

div.top-inner-banner .title h2:after
{
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -15px;
}

div.top-inner-banner.biz
{
  background-image: url("../images/site/biz/banner.jpg");
}

div.top-inner-banner.equ
{
  background-image: url("../images/site/equ/banner.jpg");
}

div.top-inner-banner.pro
{
  background-image: url("../images/site/project/banner.jpg");
}

div.top-inner-banner.news
{
  background-image: url("../images/site/news/banner.jpg");
}

div.top-inner-banner.about
{
  background-image: url("../images/site/about/banner.jpg");
}

div.top-inner-banner.invite
{
  background-image: url("../images/site/inivte/banner.jpg");
}

div.top-inner-banner.contact
{
  background-image: url("../images/site/contact/banner.jpg");
}

@media (max-width: 1200px)
{
  div.top-inner-banner
  {
    height: 420px;
  }

  div.top-inner-banner .title h2
  {
    font-size: 36px;
  }
}

@media (max-width: 980px)
{
  div.top-inner-banner
  {
    height: 320px;
  }

  div.top-inner-banner .title h2
  {
    font-size: 30px;
  }
}

@media (max-width: 640px)
{
  div.top-inner-banner
  {
    height: 200px;
  }

  div.top-inner-banner .title h2
  {
    font-size: 26px;
    margin-top: 15px;
  }

  div.top-inner-banner .title h2:after
  {
    height: 2px;
    bottom: -12px;
  }
}

div.inner-nav
{
  width: 100%;
  background-color: #FFF;
  text-align: center;
}

div.inner-nav ul.list
{
  display: block;
  font-size: 0;
}

div.inner-nav ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.inner-nav ul.list li
{
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

div.inner-nav ul.list li a
{
  display: block;
  font-size: 16px;
  padding: 20px 0;
  color: #333;
  border-bottom: 2px solid #FFF;
}

div.inner-nav ul.list li a:hover,div.inner-nav ul.list li a:focus
{
  text-decoration: none;
}

div.inner-nav ul.list li.active a
{
  color: #4dae3e;
  border-bottom-color: #4dae3e;
}

@media (max-width: 1200px)
{
  div.inner-nav ul.list li a
  {
    font-size: 14px;
  }
}

@media (max-width: 980px)
{
  div.inner-nav ul.list
  {
    padding: 15px 0;
  }

  div.inner-nav ul.list li
  {
    padding: 5px;
  }

  div.inner-nav ul.list li a
  {
    line-height: 12px;
    font-size: 12px;
    padding: 8px 15px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  div.inner-nav ul.list li.active a
  {
    border-color: #4dae3e;
  }
}

div.content-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.content-wrapper .inner
{
  background-color: #FFF;
  padding: 30px 0;
}

div.content-wrapper .inner .title
{
    border-bottom: 1px solid #CCC;
    padding: 12px 0;
}

div.content-wrapper .inner .title h2
{
  font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

div.content-wrapper .inner .content
{
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
}

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

@media (max-width: 980px)
{
  div.content-wrapper .inner .title h2
  {
    font-size: 20px;
  }

  div.content-wrapper .inner .content
  {
    font-size: 12px;
  }
}

div.invite-wrapper
{
  padding: 20px 10px;
}

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

div.invite-wrapper .list .item
{
  width: 33.33%;
  float: left;
  padding: 10px;
}

div.invite-wrapper .list .item .item-inner
{
  background-color: #FFF;
  padding: 60px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
  box-shadow: 0 0 16px rgba(0,0,0,0.1);
}

div.invite-wrapper .list .item .item-inner a.more
{
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url("../images/site/inivte/arrow.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-bottom: 15px;
}

div.invite-wrapper .list .item .item-inner a.more:hover
{
  background-image: url("../images/site/inivte/arrow_hover.png");
}

div.invite-wrapper .list .item .item-inner h2
{
  font-size: 20px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.invite-wrapper .list .item .item-inner p.intro
{
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}

@media (min-width: 1920px)
{
  div.invite-wrapper
  {
    padding: 20px 0;
  }

  div.invite-wrapper .inner .list
  {
    padding: 0 10px;
  }
}

@media (max-width: 1200px)
{
  div.invite-wrapper .list .item .item-inner a.more
  {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  div.invite-wrapper .list .item .item-inner h2
  {
    font-size: 16px;
    line-height: 24px;
  }

  div.invite-wrapper .list .item .item-inner p.intro
  {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media (max-width: 980px)
{
  div.invite-wrapper
  {
    padding: 10px 5px;
  }

  div.invite-wrapper .list .item
  {
    width: 50%;
  }

  div.invite-wrapper .list .item .item-inner
  {
    padding: 36px 20px 42px;
  }
}

@media (max-width: 560px)
{
  div.invite-wrapper .list .item
  {
    width: 100%;
  }
}

div.invite-detail-wrapper
{
  padding: 20px 0;
}

div.invite-detail-wrapper .inner
{
  background-color: #FFF;
  padding: 30px 0;
}

div.invite-detail-wrapper .inner .title
{
  border-bottom: 1px solid #CCC;
  padding: 12px 0;
}

div.invite-detail-wrapper .inner .title h2
{
  font-size: 24px;
  color: #666;
  margin-bottom: 10px;
}

div.invite-detail-wrapper .inner .title p
{
  font-size: 14px;
  color: #999;
}

div.invite-detail-wrapper .inner .content
{
  padding: 30px 0;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

div.invite-detail-wrapper .inner .content h4.cTit
{
  font-size: 16px;
  line-height: 16px;
  border-left: 3px solid #4dae3e;
  padding-left: 6px;
  margin-bottom: 6px;
}

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

div.invite-detail-wrapper .inner .btn-box a.link
{
  display: inline-block;
  border: 1px solid #4dae3e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  color: #4dae3e;
  line-height: 18px;
  padding: 12px 20px;
}

div.invite-detail-wrapper .inner .btn-box a.link:hover,div.invite-detail-wrapper .inner .btn-box a.link:focus
{
  text-decoration: none;
}

div.invite-detail-wrapper .inner .btn-box a.link:hover
{
  background-color: #4dae3e;
  color: #FFF;
}

@media (max-width: 768px)
{
  div.invite-detail-wrapper .inner .title h2
  {
    font-size: 20px;
  }

  div.invite-detail-wrapper .inner .title p
  {
    font-size: 12px;
  }

  div.invite-detail-wrapper .inner .content
  {
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
  }

  div.invite-detail-wrapper .inner .content h4.cTit
  {
    font-size: 14px;
  }

  div.invite-detail-wrapper .inner .btn-box a.link
  {
    font-size: 16px;
    line-height: 16px;
  }
}

div.equipment-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.equipment-wrapper .inner
{
  padding: 30px 10px;
}

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

div.equipment-wrapper .inner .list .item
{
  width: 25%;
  padding: 10px;
  float: left;
}

div.equipment-wrapper .inner .list .item dl
{
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
	min-height: 323px;
}

div.equipment-wrapper .inner .list .item dl dt
{
  overflow: hidden;
  position: relative;
}

div.equipment-wrapper .inner .list .item dl dt a
{
  display: block;
  width: 100%;
}

div.equipment-wrapper .inner .list .item dl dt a:before
{
  display: none;
  content: '';
  width: 72px;
  height: 72px;
  background: url("../images/site/equ/search.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  z-index: 100;
}

div.equipment-wrapper .inner .list .item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

div.equipment-wrapper .inner .list .item dl dd
{
  padding: 15px 100px 20px 15px;
  position: relative;
}

div.equipment-wrapper .inner .list .item dl dd h2
{
  font-size: 22px;
  color: #333;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.equipment-wrapper .inner .list .item dl dd p.desc
{
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.equipment-wrapper .inner .list .item dl dd p.number
{
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

div.equipment-wrapper .inner .list .item dl dd p.number span.tit
{
  font-size: 14px;
}

div.equipment-wrapper .inner .list .item dl dd p.number span.num
{
  font-size: 22px;
  color: #5db351;
}

div.equipment-wrapper .inner .list .item dl:hover dt a:before
{
  display: block;
}

div.equipment-wrapper .inner .list .item dl:hover dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1920px)
{
  div.equipment-wrapper .inner
  {
    padding: 30px 0;
  }

  div.equipment-wrapper .inner .list
  {
    padding: 0 10px;
  }
}

@media (max-width: 1200px)
{
  div.equipment-wrapper .inner .list .item dl dt:before,div.equipment-wrapper .inner .list .item dl dt:after
  {
    width: 45px;
    height: 120px;
  }

  div.equipment-wrapper .inner .list .item dl dd h2
  {
    font-size: 18px;
  }

  div.equipment-wrapper .inner .list .item dl dd p.desc
  {
    font-size: 12px;
  }

  div.equipment-wrapper .inner .list .item dl dd p.number span.tit
  {
    font-size: 14px;
  }

  div.equipment-wrapper .inner .list .item dl dd p.number span.num
  {
    font-size: 16px;
  }
}

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

@media (max-width: 560px)
{
  div.equipment-wrapper .inner .list .item
  {
    width: 100%;
  }
}

div.project-wrapper
{
  width: 100%;
}

div.project-wrapper .inner
{
  padding: 20px 10px;
}

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

div.project-wrapper .inner .list .item
{
  width: 50%;
  padding: 10px;
  float: left;
}

div.project-wrapper .inner .list .item dl
{
  background-color: #FFF;
}

div.project-wrapper .inner .list .item dl:after
{
  display: block;
  content: '';
  clear: both;
}

div.project-wrapper .inner .list .item dl a
{
  color: #333;
}

div.project-wrapper .inner .list .item dl a:hover,div.project-wrapper .inner .list .item dl a:focus
{
  text-decoration: none;
}

div.project-wrapper .inner .list .item dl dt
{
  width: 435px;
  overflow: hidden;
  float: right;
}

div.project-wrapper .inner .list .item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.project-wrapper .inner .list .item dl dd
{
  padding: 20px 450px 20px 15px;
}

div.project-wrapper .inner .list .item dl dd h2
{
  font-size: 22px;
  margin-bottom: 15px;
}

div.project-wrapper .inner .list .item dl dd p.desc
{
  font-size: 16px;
  color: #666;
}

div.project-wrapper .inner .list .item dl dd a.more
{
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  background-color: #4dae3e;
  line-height: 14px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
}

div.project-wrapper .inner .list .item dl:hover dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1920px)
{
  div.project-wrapper .inner
  {
    padding: 20px 0;
  }

  div.project-wrapper .inner .list
  {
    padding: 0 10px;
  }
}

@media (max-width: 1650px)
{
  div.project-wrapper .inner .list .item dl dt
  {
    width: 360px;
  }

  div.project-wrapper .inner .list .item dl dd
  {
    padding-right: 375px;
  }
}

@media (max-width: 1360px)
{
  div.project-wrapper .inner .list .item dl dt
  {
    width: 285px;
  }

  div.project-wrapper .inner .list .item dl dd
  {
    padding-right: 300px;
  }
}

@media (max-width: 1200px)
{
  div.project-wrapper .inner .list .item
  {
    width: 100%;
  }
}

@media (max-width: 640px)
{
  div.project-wrapper .inner
  {
    padding: 20px 0;
  }

  div.project-wrapper .inner .list
  {
    padding: 0;
  }

  div.project-wrapper .inner .list .item dl dt
  {
    width: 100%;
    float: none;
  }

  div.project-wrapper .inner .list .item dl dd
  {
    padding: 20px;
  }

  div.project-wrapper .inner .list .item dl dd h2
  {
    font-size: 20px;
  }

  div.project-wrapper .inner .list .item dl dd a.more
  {
    width: 96px;
    display: block;
    margin: 35px auto 15px;
  }
}

div.news-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.news-wrapper .inner
{
  padding: 0 10px;
}

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

div.news-wrapper .inner .list .item
{
  width: 25%;
  padding: 30px 10px 30px 10px;
  float: left;
}

div.news-wrapper .inner .list .item dl
{
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  position: relative;
}

div.news-wrapper .inner .list .item dl dd.info
{
  position: relative;
  overflow: hidden;
  padding: 16px 16px 42px 16px;
}

div.news-wrapper .inner .list .item dl dd.info h2
{
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 21px 100px 21px 0;
}

div.news-wrapper .inner .list .item dl dd.info p.intro
{
  height: 72px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

div.news-wrapper .inner .list .item dl dd.info a.thumb
{
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.news-wrapper .inner .list .item dl:hover dd.info a.thumb
{
  top: 0;
}

div.news-wrapper .inner .list .item dl dd.datetime
{
  background-color: #4dae3e;
  color: #FFF;
  position: absolute;
  top: -20px;
  right: 15px;
  z-index: 20;
  padding: 10px 5px;
}

div.news-wrapper .inner .list .item dl dd.datetime span
{
  display: block;
  text-align: center;
}

div.news-wrapper .inner .list .item dl dd.datetime span.date
{
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}

div.news-wrapper .inner .list .item dl dd.datetime span.year
{
  font-size: 16px;
}

div.news-wrapper .inner .list .item dl dd.more
{
  padding: 15px;
  border-top: 1px solid #DDD;
  font-size: 16px;
  text-align: right;
}

div.news-wrapper .inner .list .item dl dd.more a.more
{
  display: inline-block;
  position: relative;
  color: #666;
}

div.news-wrapper .inner .list .item dl dd.more a.more:focus,div.news-wrapper .inner .list .item dl dd.more a.more:hover
{
  text-decoration: none;
}

div.news-wrapper .inner .list .item dl dd.more a.more:before
{
  width: 20px;
  content: '';
  border-bottom: 1px solid #666;
  position: absolute;
  top: 50%;
  left: -36px;
  z-index: 1;
}

@media (min-width: 1920px)
{
  div.news-wrapper .inner
  {
    padding: 0;
  }

  div.news-wrapper .inner .list
  {
    padding: 0 10px;
  }
}

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

@media (max-width: 1200px)
{
  div.news-wrapper .inner .list .item
  {
    width: 50%;
  }
}

@media (max-width: 640px)
{
  div.news-wrapper .inner
  {
    padding: 0 5px;
  }

  div.news-wrapper .inner .list .item
  {
    width: 100%;
  }

  div.news-wrapper .inner .list .item dl dd.info h2
  {
    font-size: 16px;
  }

  div.news-wrapper .inner .list .item dl dd.info p.intro
  {
    height: auto;
    font-size: 12px;
    line-height: 20px;
  }
}

div.news-detail-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.news-detail-wrapper .inner
{
  background-color: #FFF;
  padding: 20px 0;
}

div.news-detail-wrapper .inner .title
{
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

div.news-detail-wrapper .inner .title h2
{
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

div.news-detail-wrapper .inner .title p
{
  font-size: 12px;
  color: #999;
}

div.news-detail-wrapper .inner .content
{
  padding: 30px 0;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

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

div.news-detail-wrapper .inner .btm-link
{
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid #CCC;
  padding: 30px 0;
}

div.news-detail-wrapper .inner .btm-link a
{
  color: #999;
}

div.news-detail-wrapper .inner .btm-link a:hover,div.news-detail-wrapper .inner .btm-link a:focus
{
  text-decoration: none;
}

@media (max-width: 980px)
{
  div.news-detail-wrapper .inner .title
  {
    padding: 18px 0;
  }

  div.news-detail-wrapper .inner .content
  {
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px;
  }

  div.news-detail-wrapper .inner .btm-link
  {
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
  }
}

div.culture-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.culture-wrapper .inner
{
  background-color: #FFF;
  padding: 30px 0;
}

div.culture-wrapper .inner .title
{
  background: url("../images/site/culture/culture.png") no-repeat 130px bottom;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

div.culture-wrapper .inner .title h2
{
  font-size: 32px;
  color: #666;
}

div.culture-wrapper .inner .title p
{
  font-size: 20px;
  color: #999;
}

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

div.culture-wrapper .inner .list .item
{
  width: 50%;
  padding: 15px;
  float: left;
}

div.culture-wrapper .inner .list .item:nth-child(2n+1)
{
  margin-right: 0;
}

div.culture-wrapper .inner .list .item:nth-child(2n)
{
  margin-left: 0;
}

div.culture-wrapper .inner .list .item dl dt
{
  overflow: hidden;
}

div.culture-wrapper .inner .list .item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.culture-wrapper .inner .list .item dl dd
{
  font-size: 22px;
  color: #999;
  text-align: center;
  padding: 12px 0;
}

div.culture-wrapper .inner .list .item dl dd a
{
  color: #999;
}

div.culture-wrapper .inner .list .item dl dd a:hover,div.culture-wrapper .inner .list .item dl dd a:focus
{
  text-decoration: none;
}

div.culture-wrapper .inner .list .item dl:hover dt img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.culture-wrapper .inner .list .item dl:hover dd a
{
  color: #666;
}

@media (max-width: 1360px)
{
  div.culture-wrapper .inner .list .item dl dd
  {
    font-size: 16px;
  }
}

@media (max-width: 768px)
{
  div.culture-wrapper .inner .title
  {
    background-position: 100px bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  div.culture-wrapper .inner .title h2
  {
    font-size: 24px;
  }

  div.culture-wrapper .inner .title p
  {
    font-size: 14px;
  }

  div.culture-wrapper .inner .list .item
  {
    padding: 10px;
  }

  div.culture-wrapper .inner .list .item dl dd
  {
    font-size: 14px;
  }
}

@media (max-width: 560px)
{
  div.culture-wrapper .inner .list .item
  {
    width: 100%;
    padding: 30px 0 10px;
    border-top: 1px solid #DDD;
  }
}

div.about-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.about-wrapper .inner
{
  background-color: #FFF;
}

div.about-wrapper .inner .about-box
{
  padding: 0 80px;
}

div.about-wrapper .inner .about-box .inner-box
{
  border-top: 1px solid #CCC;
  padding: 80px 0;
}

div.about-wrapper .inner .about-box .inner-box:after
{
  display: block;
  content: '';
  clear: both;
}

div.about-wrapper .inner .about-box:first-child .inner-box
{
  border-top: 0;
}

div.about-wrapper .inner .about-box .title h2
{
  font-size: 32px;
  color: #666;
}

div.about-wrapper .inner .about-box .title p
{
  font-size: 20px;
  color: #999;
}

div.about-wrapper .inner .about-box .title:after
{
  display: block;
  width: 120px;
  content: '';
  border-bottom: 1px solid #4dae3e;
  margin: 50px 0;
}

div.about-wrapper .inner .about-box .thumb
{
  width: 700px;
  float: right;
  position: relative;
}

div.about-wrapper .inner .about-box .thumb img
{
  max-width: 100%;
}

div.about-wrapper .inner .about-box .thumb .imgTitle
{
  width: 590px;
  position: absolute;
  top: 0;
  left: -410px;
}

div.about-wrapper .inner .about-box .content
{
  padding-right: 750px;
  font-size: 16px;
  color: #999;
  line-height: 32px;
}

div.about-wrapper .inner .about-box.about-field .content
{
  padding-top: 160px;
}

@media (max-width: 1650px)
{
  div.about-wrapper .inner .about-box
  {
    padding: 0 80px;
  }

  div.about-wrapper .inner .about-box .inner-box
  {
    padding: 50px 0;
  }

  div.about-wrapper .inner .about-box .title h2
  {
    font-size: 28px;
  }

  div.about-wrapper .inner .about-box .title p
  {
    font-size: 16px;
  }

  div.about-wrapper .inner .about-box .title:after
  {
    margin: 30px 0;
  }

  div.about-wrapper .inner .about-box .thumb
  {
    width: 500px;
  }

  div.about-wrapper .inner .about-box .thumb .imgTitle
  {
    width: 300px;
    left: -210px;
  }

  div.about-wrapper .inner .about-box .content
  {
    padding-right: 550px;
    font-size: 14px;
    line-height: 24px;
  }

  div.about-wrapper .inner .about-box.about-field .content
  {
    padding-top: 100px;
  }
}

@media (max-width: 1200px)
{
  div.about-wrapper .inner .about-box
  {
    padding: 0 15px;
  }

  div.about-wrapper .inner .about-box .inner-box
  {
    padding: 32px 0;
  }

  div.about-wrapper .inner .about-box .title h2
  {
    font-size: 24px;
  }

  div.about-wrapper .inner .about-box .title p
  {
    font-size: 14px;
  }

  div.about-wrapper .inner .about-box .title:after
  {
    margin: 20px 0;
  }

  div.about-wrapper .inner .about-box .thumb
  {
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px 0 35px;
  }

  div.about-wrapper .inner .about-box .thumb .img
  {
    display: inline-block;
  }

  div.about-wrapper .inner .about-box .thumb .imgTitle
  {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50px;
  }

  div.about-wrapper .inner .about-box .content
  {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  div.about-wrapper .inner .about-box.about-field .content
  {
    padding-top: 0;
  }
}

div.contact-wrapper
{
  width: 100%;
  padding: 20px 0;
}

div.contact-wrapper .inner
{
  background-color: #FFF;
  padding: 30px 80px;
}

div.contact-wrapper .inner:after
{
  display: block;
  content: '';
  clear: both;
}

div.contact-wrapper .inner .left-info
{
  float: left;
}

div.contact-wrapper .inner .left-info .title h2
{
  font-size: 32px;
  color: #666;
}

div.contact-wrapper .inner .left-info .title p
{
  font-size: 20px;
  color: #999;
}

div.contact-wrapper .inner .left-info .title:after
{
  display: block;
  width: 120px;
  content: '';
  border-bottom: 1px solid #4dae3e;
  margin: 50px 0;
}

div.contact-wrapper .inner .left-info .content
{
  font-size: 18px;
  color: #666;
  line-height: 32px;
}

div.contact-wrapper .inner iframe.map
{
  width: 800px;
  height: 650px;
  float: right;
}

@media (min-width: 1920px)
{
  div.contact-wrapper .inner
  {
    padding: 30px 0;
  }

  div.contact-wrapper .inner .max-container
  {
    padding: 0 80px;
  }
}

@media (max-width: 1850px)
{
  div.contact-wrapper .inner .left-info .title h2
  {
    font-size: 26px;
  }

  div.contact-wrapper .inner .left-info .title p
  {
    font-size: 16px;
  }

  div.contact-wrapper .inner .left-info .title:after
  {
    width: 100px;
    margin: 30px 0;
  }

  div.contact-wrapper .inner .left-info .content
  {
    font-size: 16px;
    line-height: 26px;
  }

  div.contact-wrapper .inner iframe.map
  {
    width: 800px;
    height: 420px;
  }
}

@media (max-width: 1600px)
{
  div.contact-wrapper .inner
  {
    padding: 30px 50px;
  }

  div.contact-wrapper .inner .left-info .title h2
  {
    font-size: 24px;
  }

  div.contact-wrapper .inner .left-info .title p
  {
    font-size: 14px;
  }

  div.contact-wrapper .inner .left-info .title:after
  {
    width: 60px;
    margin: 20px 0;
  }

  div.contact-wrapper .inner .left-info .content
  {
    font-size: 16px;
    line-height: 26px;
  }

  div.contact-wrapper .inner iframe.map
  {
    width: 100%;
    height: 360px;
    margin-bottom: 50px;
  }
}

@media (max-width: 980px)
{
  div.contact-wrapper .inner
  {
    padding: 30px 20px;
  }

  div.contact-wrapper .inner .left-info .title h2
  {
    font-size: 22px;
  }

  div.contact-wrapper .inner .left-info .title p
  {
    font-size: 14px;
  }

  div.contact-wrapper .inner .left-info .content
  {
    font-size: 14px;
    line-height: 24px;
  }

  div.contact-wrapper .inner iframe.map
  {
    margin-bottom: 30px;
  }
}

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

div.paging-wrap a
{
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 2px;
  background-color: #DDD;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}

div.paging-wrap a:hover,div.paging-wrap a:focus
{
  text-decoration: none;
}

div.paging-wrap a.prev,div.paging-wrap a.next
{
  background: #DDD no-repeat center center;
  -webkit-background-size: auto auto;
  background-size: auto;
}

div.paging-wrap a.num.act
{
  background-color: #4dae3e;
  color: #FFF;
}

div.paging-wrap a.prev
{
  background-image: url("../images/site/paging_left.png");
}

div.paging-wrap a.next
{
  background-image: url("../images/site/paging_right.png");
}

@media (max-width: 980px)
{
  div.paging-wrap a.num
  {
    display: none;
  }
}

.footer-wrapper a {color: #fff;}