/*================== 
 * @authors Adrian 
 * @date    2015-5-19 12:40:20
 * @version Bak main stylesheets
 ===================*/
/* The compass pakage */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  /*text-align: left;*/
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* The variable */
/* The sass */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 13px/1.5 "Microsoft Yahei",sans-serif;
}
html a {
  text-decoration: none;
}

.main {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .main {
    width: 100%;
    padding: 0 10px;
  }
}

.page {
  overflow: hidden;
  min-height: 600px;
}

.hd {
  height: 117px;
  width: 100%;
  z-index: 59;
}
@media (max-width: 1000px) {
  .hd {
    height: 50px;
    position: relative;
  }
}

.logo {
  float: left;
  margin-top: 28px;
}
@media (max-width: 1000px) {
  .logo {
    margin-top: 10.8490566px;
  }
}
.logo a {
  display: block;
  width: 212px;
  height: 60px;
  background: url("../images/logo.png") 0 0 no-repeat;
  text-indent: 99999em;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 1000px) {
  .logo a {
    width: 100px;
    height: 28.30188679px;
  }
}

.nav {
  float: right;
  height: 104px;
  position: relative;
}
@media (max-width: 1000px) {
  .nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: auto;
    z-index: 999;
  }
}

.nav-bg {
  position: absolute;
  width: 100%;
  height: 52px;
  background-color: #419fd9;
  right: -100%;
  top: 52px;
}

.nav-tang {
  position: absolute;
  width: 20px;
  height: 52px;
  background: url("../images/bg_tang.png") 0 0 no-repeat;
  top: 52px;
  left: -20px;
}

.nav-triggle {
  display: none;
}
@media (max-width: 1000px) {
  .nav-triggle {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-left: 1px solid #ededed;
    margin-right: -10px;
  }
}
.nav-triggle span {
  background: url("../images/ico_triggle.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-top: 13px;
}

.nav-list {
  *zoom: 1;
}
.nav-list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 1001px) {
  .nav-list {
    margin-top: 52px;
  }
}
@media (max-width: 1000px) {
  .nav-list {
    display: none;
  }
}
.nav-list > li {
  float: left;
  position: relative;
}
@media (max-width: 1000px) {
  .nav-list > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.nav-list > li a {
  line-height: 52px;
  background-color: #419fd9;
  color: #fff;
  font-family: "Microsoft Yahei",sans-serif;
  display: block;
  padding: 0 28px;
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .nav-list > li a {
    line-height: 40px;

  }
}
.nav-list > li a.lang-zh, .nav-list > li a.lang-en {
  background-color: #fff;
  float: left;
  color: #949393;
  padding: 0 16px; font-size:12px; font-family:Arial;
}
@media (max-width: 1000px) {
  .nav-list > li a.lang-zh, .nav-list > li a.lang-en {
    background-color: #419fd9;
    color: #fff;
    float: none;
    display: inline-block;
  }
}
.nav-list > li a.lang-zh i, .nav-list > li a.lang-en i {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 8px 0 0;
}
@media (max-width: 1000px) {
  .nav-list > li a.lang-zh i, .nav-list > li a.lang-en i {
    margin-top: 14px;
  }
}
.nav-list > li a.lang-zh i {
  background-image: url("../images/ico_zh.png");
}
.nav-list > li a.lang-en i {
  background-image: url("../images/ico_grobal.png");
}
@media (max-width: 1000px) {
  .nav-list > li a.lang-zh i {
    background-image: url("../images/s_ico_zh.png");
  }
  .nav-list > li a.lang-en i {
    background-image: url("../images/s_ico_grobal.png");
  }
}

.nav-list-2 {
  display: none;
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  .nav-list-2 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1001px) {
  .nav-list-2 {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    z-index: 79;
  }
}
@media (max-width: 1000px) {
  .nav-list-2 > li {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1000px) {
  .nav-list-2 > li a {
    background-color: #f8f8f8;
    color: #333;
    text-align: center;
  }
}

.nav-list-2.open {
  display: block;
}

@media (max-width: 1000px) {
  li.nav-item-home {
    display: none;
  }
}
li.nav-item-home i {
  width: 19px;
  height: 18px;
  background: url("../images/ico_home.png") 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}
li.nav-item-home a {
  font-size: 0px;
}

@media (min-width: 1001px) {
  li.nav-item-lang, li.nav-item-search {
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 1000px) {
  li.nav-item-lang, li.nav-item-search {
    width: 100%;
    background-color: #419fd9;
    height: 41px;
    padding: 0 10px;
  }
}
li.nav-item-lang i, li.nav-item-search i {
  width: 14px;
  height: 14px;
}

li.nav-item-search {
  right: 0px;
}

@media (min-width: 1001px) {
  li.nav-item-lang {
    right: 178px;
  }
}
@media (max-width: 1000px) {
  li.nav-item-lang {
    text-align: center;
  }
}

.search-wrap {
  width: 168px;
  border: 1px solid #d9d9d9;
  margin-top: 14px;
  height: 24px;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .search-wrap {
    border-color: #fff;
    width: 100%;
    margin-top: 8px;
  }
}

.search-btn {
  position: absolute;
  margin: 3px 3px 0 0;
  width: 17px;
  height: 17px;
  background: url("../images/ico_search.jpg") 0 0 no-repeat;
  border: none;
  top: 0px;
  right: 0px;
}
@media (max-width: 1000px) {
  .search-btn {
    background: url("../images/s_ico_search.png") 0 0 no-repeat;
  }
}

.search-ipt {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
@media (max-width: 1000px) {
  .search-ipt {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
}

.carousel {
  color: #fff;position: relative;
}
.carousel a {
  color: #fff;
}
.carousel .slides li {
  height: 517px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .carousel .slides li {
    height: 400px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel .slides li {
    height: 280px;
  }
}
.carousel .main {
  position: relative;
}
.carousel .block {
  position: absolute;
  z-index: 49;
}
.carousel .block-1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .carousel .block-1 {
    font-size: 38px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel .block-1 {
    font-size: 20px;
  }
  .carousel .block-2{
    display: none;
  }
}
.carousel .block-2 {
  top: 220px;
  right: 10px;
  font-size: 17px;
  margin-bottom: 14px;
}
.carousel .block-3 {
  display: block;
  right: 10px;
  font-size: 18px;
  width: 170px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: url("../images/banner_btn.png") 0 0 no-repeat;
  top: 300px;
  float: right;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel .block-3 {
    margin: 0 auto;
    float: none;
    width: 120px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    right: 0;
  }
}
@media (max-width: 380px){
  .carousel .block-3 {
    margin-left: -20px;
  }
}
.carousel .block-txt {
  top: 130px;
  right: 10px;
  width: 500px;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .carousel .block-txt {
    top: 120px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel .block-txt {
    top: 80px;
    left: 68%;
    text-align: center;
    width: 30%;
    font-size: 20px;
  }
}
.carousel .block-img {
  width: 437px;
  height: 428px;
  background-image: url("../images/banner_1/banner_1_2.png");
  left: 20px;
  top: 20px;
  background-size: cover;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .carousel .block-img {
    width: 300px;
    height: 294px;
    top: 36px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel .block-img {
    display: none;
  }
}

.flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.flex-control-nav li{
  display: inline-block;
  margin: 0 2px;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  background: url("../images/dot_1.png") 0 0 no-repeat;
  display: inline-block;
  font-size: 0px;
}
.flex-control-nav li a.flex-active {
  background-position: -13px 0px;
}

.foot-cont {
  height: 382px;
  background: url("../images/bg_foot_b.jpg") 0 0 repeat-x;
  padding-top: 88px;
  *zoom: 1;
  color: #fff;
}
.foot-cont:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1000px) {
  .foot-cont {
    display: none;
  }
}
.foot-cont a {
  color: #fff;
}

.foot-nav {
  float: left;
}
.foot-nav dl {
  float: left;
  width: 220px;
}
@media (max-width: 1280px) {
  .foot-nav dl {
    width: 180px;
  }
}
.foot-nav dl dt {
  font-size: 14px;
  margin-bottom: 14px;
}
.foot-nav dl dt a {
  font-size: 14px;
}
.foot-nav dl dd {
  line-height: 26px;
}

.foot-qr {
  float: right;
}

.foot-qr-item {
  float: left;
}

.foot-qr-item-1 {
  margin-right: 40px;
}

.foot-qr-item-img {
  background-color: #fff;
}
.foot-qr-item-img img {
  display: block;
}

.foot-qr-item-txt {
  text-align: right;
  padding: 8px 0;
}

.foot-stripe {
  height: 42px;
}
@media (max-width: 1000px) {
  .foot-stripe {
    text-align: center;
    color: #fff;
    height: 50px;
    background: url("../images/bg_foot_s.jpg") 0 0 repeat-x;
  }
}

.foot-copyright {
  line-height: 42px;
  float: left;
}
@media (max-width: 1000px) {
  .foot-copyright {
    float: none;
    line-height: 50px;
    font-size: 10px;
  }
}

.foot-link {
  float: right;
}
@media (max-width: 1000px) {
  .foot-link {
    display: none;
  }
}
.foot-link li {
  float: left;
  margin: 6px 0 0 14px;
}
.foot-link li a {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url("../images/ico_share_sprite.png");
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.foot-link li a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-position-y: -29px;
}

.foot-link-wechat a {
  background-position: 0 0;
}

.foot-link-weibo a {
  background-position: -29px 0;
}

.foot-link-tencent a {
  background-position: -58px 0;
}

.bx-wrapper {
  /*  margin-top: 32px;*/margin: 60px auto 90px;
}
@media (min-width: 641px) and (max-width: 960px) {
  .bx-wrapper {
    width: 640px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .bx-wrapper {
    width: 320px;
    margin: 40px auto;
  }
}

.slide {
  width: 320px;
  height: 380px;
}
.slide a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.slide-cont {
  background:url(../images/msk_1add.png) repeat;
  padding: 10px 10px 38px;
  width: 280px;
  left: 20px;
  top: 240px;
  position: absolute;
}
.slide-cont h5 {
  font-size: 20px;
  font-weight: bold;
}

.slide-cont-mask {
  width: 100%;
  height: 73.68px;
  position: absolute;
  top: -73px;
  background: url("../images/msk_1.png") 0 0 no-repeat;
  right: 0;
  background-size: cover;
}

.slide-cont-txt {
  padding: 4px 0;
}

.slide-cont-more {
  width: 28px;
  height: 28px;
  background: url("../images/ico_plus.png");
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.slide-img {
  top: 0;
  position: absolute;
  width: 300px;
  left: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-prev, .bx-wrapper .bx-pager.bx-default-pager .bx-next {
  display: inline-block;
}

.banner {
  height: 353px;
  border-bottom: 4px solid #419fd9;
  background-position: center center;
  background-size: cover;
  width:100%;
}
@media (max-width: 1000px) {
  .banner {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .banner {
    height: 180px;
  }
}
.banner .main {
  position: relative;
  height: 100%;
}

.banner-tit {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 140px;
}
@media (max-width: 640px) {
  .banner-tit {
    font-size: 20px;
    top: 80px;
  }
}

.banner-1 .banner-tit {
  color: #fff;
  left: 0px;
}
@media (max-width: 1200px) {
  .banner-1 .banner-tit {
    left: 10px;
  }
}

.banner-2 .banner-tit {
  color: #adcf50;
  right: 0px;
}
@media (max-width: 1200px) {
  .banner-2 .banner-tit {
    right: 10px;
  }
}

.banner-3 .banner-tit {
  color: #fff;
  right: 30px;
}

.banner-4 .banner-tit {
  color: #fff;
  left: 10px;
}

.proc-hd {
  text-align: center;
  padding: 67px 0;/*padding: 67px 0;*/
}

.proc-tit {
  width: 216px;
  margin: 0 auto 30px;
  height: 44px;
  border: 1px solid #ccc;
  position: relative;
}
.proc-tit h2 {
  font-size: 24px;
  position: absolute;
  top: 23px;
  width: 134px;
  left: 50%;
  margin-left: -67px;
  background-color: #fff;
}
.proc-tit h2 b {
  color: #0fa6ed;
  font-size: 24px;
}

.proc-sub {
  width: 580px;
  line-height: 28px;
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 600px) {
  .proc-sub {
    padding: 0 10px;
    width: 100%;
  }
}

.proc-list {
  *zoom: 1;
  width: 1215px;
  margin-bottom: 110px;
}
.proc-list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .proc-list {
    width: 820px;
    margin: auto;
  }
}
@media (max-width: 839px) {
  .proc-list {
    width: 640px;
  }
}
@media (max-width: 640px) {
  .proc-list {
    width: 320px;
  }
}

a.proc-item {
  width: 390px;
  height: 200px;
  float: left;
  position: relative;
  color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  a.proc-item {
    margin: 0 10px 10px;
  }
}
@media (max-width: 839px) {
  a.proc-item {
    width: 300px;
    height: 153.84px;
  }
}

a.proc-item:hover .proc-item-msk {
  width: 200px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
a.proc-item:hover .proc-item-img img {
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.8s ease 0s;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
a.proc-item:hover .proc-item-more-txt {
  width: 88px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.proc-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 9;
}
.proc-item-img img {
  display: block;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.8s ease 0s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 100%;
}

.proc-item-msk {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background:url(../images/msk_3add.png) repeat;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0px;
  z-index: 19;
  width: 160px;
  padding: 28px 16px 0 0;
}
@media (max-width: 839px) {
  .proc-item-msk {
    padding: 14px 8px 0 0;
    width: 160px;
  }
}

.proc-item-txt {
  text-align: right;
  width: 144px;
  float: right;
}
.proc-item-txt dt {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}
.proc-item-txt dd {
  line-height: 22px;
}

.proc-item-tang {
  top: 0px;
  position: absolute;
  left: -46px;
  width: 46px;
  height: 100%;
  background: url("../images/msk_3.png") 0 0 no-repeat;
}

.proc-item-more {
  background: #4ac1f1 url("../images/pic_tree.jpg") right bottom no-repeat;
}

.proc-item-more-txt {
  font-size: 20px;
  font-weight:bold;
  margin: 80px 0 0 143px;
  border-bottom: 3px solid #c9edfb;
  width: 22px;
  white-space: nowrap;
  line-height: 42px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 839px) {
  .proc-item-more-txt {
    margin: 56px 0 0 90px;
  }
}

.container {
  *zoom: 1;
  padding-top: 18px;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.container-proc .main {
  padding: 0px;
}

.col-r {
  width: 910px;
  float: right;
}
@media (max-width: 1199px) {
  .col-r {
    width: 100%;
  }
}

.col-l {
  width: 180px;
  float: left;
}


.col-l-tit {
  width: 174px;
  height: 53px;
  line-height: 53px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  float: right;
  background: url("../images/bg_03.png") 0 0 no-repeat;
  margin-right: -14px;
  margin-bottom: 12px;
}

.menu {
  width: 164px;
  float: right;
}
.menu li {
  margin-bottom: 12px;
}
.menu li .menu-item {
  height: 53px;
  position: relative;
  background: url("../images/bg_02.png") 0 0 no-repeat;
  cursor: pointer;
}
.menu li .menu-item a {
  text-align: center;
  display: block;
  line-height: 53px;
  color: #fff;
  font-size: 13px;
  font-weight:bold;
  font-family:"Microsoft YaHei";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 59;
  width: 100%;
}
.menu li .menu-item:hover,.menu li .menu-item a.current,.menu li .menu-item.current{
  background: url("../images/bg_01.png") 0 0 no-repeat;
}
.menu li.current .menu-2 {
  display: block;
}
.menu li.current .menu-item span {
  background-color: #b0cd4d;
}

.menu-2 {
  display: none;
}
.menu-2 li {
  height: 53px;
  border-bottom: 1px dotted #979394;
}
.menu-2 li a {
  color: #666;font-family:"Microsoft YaHei";
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  display: block;
  line-height: 52px;
}
.menu-2 li a:hover,.menu-2 li a.current{
  color: #419fd9;font-family:"Microsoft YaHei";
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.crumb {
  height: 52px; margin-bottom:13px;
}
@media (max-width: 1199px) {
  .crumb {
    display: none;
  }
}
.crumb * {
  float: left;
  line-height: 52px;
}
.crumb a {
  color: #646464;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.crumb a.current {
  color: #419fd9;
}
.crumb b {
  width: 3px;
  height: 5px;
  background: url("../images/arr_1.jpg") 0 0 no-repeat;
  margin: 24px 6px 0 6px;
}
.crumb i {
  width: 11px;
  height: 11px;
  background: url("../images/ico_home_2.png") 0 0 no-repeat;
  margin: 20px 10px 0 0;
}
.crumb a:hover {
  color: #419fd9;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.sub-nav {
  padding: 30px 0;
}
.sub-nav .main {
  *zoom: 1;
}
.sub-nav .main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.sub-nav li {
  float: left;
  width: 33.333%;
}

a.sub-nav-item {
  text-align: center;
  color: #000;
  display: block;
  width: 155px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  a.sub-nav-item {
    width: 90px;
  }
}
a.sub-nav-item span {
  font-size: 16px;
  line-height: 70px; font-weight:bold;
}

.sub-nav-item-1 .sub-nav-img {
  background: url("../images/ico_sprite_01.png") 0 0 no-repeat;
}

.sub-nav-item-2 .sub-nav-img {
  background: url("../images/ico_sprite_02.png") 0 0 no-repeat;
}

.sub-nav-item-3 .sub-nav-img {
  background: url("../images/ico_sprite_03.png") 0 0 no-repeat;
}

.sub-nav-item .sub-nav-img {
  width: 155px;
  height: 155px;
  background-size: cover;
}
@media (max-width: 640px) {
  .sub-nav-item .sub-nav-img {
    width: 90px;
    height: 90px;
  }
}

.cont {
  line-height: 28px;
  font-size: 14px;
  min-height:300px;
}
.cont .cont-tit{padding: 0px 0 20px 0;}
.cont h6 {
  border-left: 3px solid #419fd9;
  padding-left: 9px;
  font-size: 14px;
  margin: 10px 0;
}

.recru-tab-hd-wrap {
  *zoom: 1;
}
.recru-tab-hd-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.recru-tab-hd-wrap li {
  width: 50%;
  float: left;
}
.recru-tab-hd-wrap li a {
  display: block;
  width: 100%;
  height: 150px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  padding-top: 36px;
}
.recru-tab-hd-wrap li a span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
}

.recru-tab-cont-wrap {
  padding: 36px 0;
  width: 100%;
  overflow-y: hidden;
}

.recru-tab-hd-soc {
  padding-right: 7px;
}
.recru-tab-hd-soc a {
  background: #419fd9 url("../images/pic_4.jpg") center bottom no-repeat;
}

.recru-tab-hd-camp {
  padding-left: 7px;
}
.recru-tab-hd-camp a {
  background: #adcf50 url("../images/pic_3.jpg") 30% bottom no-repeat;
}

.recru-table {
  width: 100%;
}
@media (max-width: 640px) {
  .recru-table {
    /*width: 620px;*/
  }
}
.recru-table ul {
  *zoom: 1;
}
.recru-table ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.recru-table li {
  float: left;
  border-right: 4px solid #fff;
  text-align: center; font-family:"Microsoft YaHei";
}

.recru-table-th li {
  background-color: #e7e7e7;
  line-height: 30px; color:#000; font-family:"Microsoft YaHei";
}

.recru-table-tr li {
  border-bottom: 1px dotted #ddd;
  background-color: #f9f9f9; font-family:"Microsoft YaHei";
  height: 40px;
  line-height: 40px; color:#000;
}

.recru-item-name {
  width: 20%; overflow:hidden;
}

.recru-item-quan {
  width: 20%;overflow:hidden;
}

.recru-item-comp {
  width: 20%;overflow:hidden;
}

.recru-item-time {
  width: 20%;overflow:hidden;
}

li.recru-item-oper {
  width: 20%;
  border-right: none; font-family:"Microsoft YaHei";
}
li.recru-item-oper a {
  cursor: pointer;
  color: #419fd9;font-family:"Microsoft YaHei";
}

.recru-table-toggle {
  position: relative;
  padding: 26px 160px 26px 10px;
  display: none;font-family:"Microsoft YaHei";
}
@media (max-width: 720px) {
  .recru-table-toggle {
    padding-right: 10px;
  }
}

.recru-table-intr {
  float: left;
  line-height: 26px; font-family:"Microsoft YaHei";
}
@media (max-width: 720px) {
  .recru-table-intr {
    float: none;
  }
}

.recru-table-btn {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 120px;
  height: 30px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #419fd9;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: none;
}
@media (max-width: 720px) {
  .recru-table-btn {
    position: static;
    margin: 10px auto 0;
  }
}

.recru-table-btn:hover {
  background-color: #adcf50;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.recru-table-toggle {
  *zoom: 1;
  border-bottom: none;
}
.recru-table-toggle:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.new-show {
  *zoom: 1;
  width: 930px;
}
.new-show:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .new-show {
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .new-show {
    width: 620px;
  }
}
@media (max-width: 720px) {
  .new-show {
    width: 560px;
  }
}
@media (max-width: 580px) {
  .new-show {
    width: 100%;
    padding: 0 10px;
  }
}

.new-show-item {
  width: 260px;
  padding: 10px 11px;
  border: 1px solid #eee;
  /*-moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;*/
  float: left;
  margin: 0 50px 20px 0;
  /* -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);*/
}
/*.new-show-item:hover {
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}*/
@media (max-width: 1199px) {
  .new-show-item {
    margin: 0 25px 18px;
  }
}
@media (max-width: 720px) {
  .new-show-item {
    margin: 0 10px 10px;
  }
}
@media (max-width: 580px) {
  .new-show-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.new-show-item h3 {
  /*white-space: nowrap;*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.new-show-item h3 a {
  color: #414141;font-family:"Microsoft YaHei";
  font-weight: bold;
  font-size: 13px; line-height:20px;
  margin-bottom: 4px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.new-show-item h3 a:hover {
  color: #419fd9;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}


.new-show-item:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.new-show-item-img {
  display: block;
  width: 236px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 6px;
}
@media (max-width: 580px) {
  .new-show-item-img {
    width: 100%;
    height: auto;
  }
}
.new-show-item-img img {
  display: block;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}
@media (max-width: 580px) {
  .new-show-item-img img {
    width: 100%;
  }
}

.new-show-item-txt {
  color: #666;
  margin-bottom: 10px; font-family:"Microsoft YaHei";
}

a.new-show-item-more {
  color: #419fd9; font-family:"Microsoft YaHei";
}

.new-list {
  padding: 5px 0; width:97%;
}
.new-list li {
  line-height: 42px;
  padding-right: 80px;
  position: relative;
  padding-left: 30px;
  background: url("../images/dot_1.jpg") 16px center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.new-list li a {
  color: #414141;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
  font-size: 13px;font-family:"Microsoft YaHei";
}
.new-list li a:hover {
  color: #419fd9;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}
.new-list li span {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 13px;font-family:"Microsoft YaHei";
  line-height: 42px;
}

.hist-list {
  border-left: 1px solid #e7e3e3;
  padding-left: 120px;
  width: 700px;
}
@media (max-width: 1199px) {
  .hist-list {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .hist-list {
    padding-left: 60px;
    width: 90%;
  }
}
@media (max-width: 640px) {
  .hist-list {
    padding-left: 20px;
    width: 90%;
  }
}
.hist-list-tit {
  line-height: 42px;
  height: 42px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.hist-list-time {
  position: absolute;
  left: -127px;
  top: 30px;
  color: #419fd9;
  font-size: 14px;
  line-height: 42px;
  padding-left: 26px;
  background: url("../images/dot_2.png") left center no-repeat;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 720px) {
  .hist-list-time {
    left: -68px;
  }
}
@media (max-width: 640px) {
  .hist-list-time {
    left: -28px;
  }
}

.hist-list-cont {
  background-color: #f9f9f9;
  padding: 32px;
  *zoom: 1;
  font-size: 14px;
  display: none;
}
.hist-list-cont:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.hist-list-cont img {
  float: left;
  margin-right: 12px;
}
@media (max-width: 580px) {
  .hist-list-cont img {
    float: none;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 360px) {
  .hist-list-cont img {
    width: 100%;
  }
}

.hist-show {
  *zoom: 1;
  padding: 22px;
  border: 1px dotted #e7e3e3;
  margin-bottom: 42px;
}
.hist-show:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .hist-show {
    margin: 0 auto 20px;
    width: 700px;
  }
}
@media (max-width: 720px) {
  .hist-show {
    width: 100%;
    padding: 10px;
  }
}
.hist-show b {
  font-weight: bold;
  font-size: 14px;
}
.hist-show img {
  float: left;
  display: block;
  margin-right: 44px;
}
@media (max-width: 1199px) {
  .hist-show img {
    margin-right: 10px;
  }
}
@media (max-width: 580px) {
  .hist-show img {
    float: none;
    margin: 0 auto;
  }
}

.hist-show-txt {
  line-height: 26px;
  font-size: 14px;
  margin-top: 8px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fadeInDown {
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.bx-prev, .bx-next {
  width: 18px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}
@media (max-width: 640px) {
  .bx-wrapper .bx-pager.bx-default-pager .bx-prev, .bx-wrapper .bx-pager.bx-default-pager .bx-next{display: none;}
}
.bx-prev:hover, .bx-next:hover {
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.bx-wrapper .bx-prev {
  background: url("../images/arr_left.png") 0 0 no-repeat;
  margin-right: 10px;
}

.bx-wrapper .bx-next {
  background: url("../images/arr_right.png") 0 0 no-repeat;
  margin-left: 10px;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  margin-left: 18px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  margin-right: 18px;
}

.bx-pager-item {
  margin-top: 10px;
}

.slide:hover .slide-img {
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slide:hover .slide-cont {
  -moz-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slide-cont-more:hover {
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.carousel li.flex-active-slide .block {
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.carousel li.flex-active-slide .block-img {
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0;
}
.carousel li.flex-active-slide .block-1, .carousel li.flex-active-slide .block-2, .carousel li.flex-active-slide .block-3 {
  -moz-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.carousel li.flex-active-slide .block-1 {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.carousel li.flex-active-slide .block-2 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.carousel li.flex-active-slide .block-3 {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.hist-list-year {
  position: relative;
  padding-top: 22px; /*width:710px;*/
}
.hist-list-txt{ font-size:14px;}
.flex-direction-nav{display: none;}

.float{
  position: fixed;
  right: 1%;
  bottom: 10px;
}
.float-item{
  margin-bottom: 8px;
  width: 38px;
  height: 38px;
  display: block;
  background: url('../images/float.png') 0 0 no-repeat;
  cursor: pointer;
}
.float-item:hover{
  -ms-background-position-x: 0px;
  background-position-x: 0px;
}
.float-item-1{
  background-position: -38px 0px;
}
.float-item-2{
  background-position: -38px -38px;
}
.float-item-3{
  background-position: -38px -76px;
}
.float-item-4{
  background-position: -38px -114px;
}

.new-scroll{
  height: 57px;
  /* width: 962px;*/width: 1180px;
  margin: 60px auto 60px;
  position: relative;
}
@media (max-width: 640px){
  .float{display: none;}
}
@media (max-width: 962px){
  .new-scroll{
    width: 100%;
  }
}
.new-scroll-label{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4ac1f1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 136px;
  line-height: 57px;
}
.new-scroll-label:after{
  content: "";
  position: absolute;
  background: url('../images/arr-12.jpg') 0 0 no-repeat;
  width: 7px;
  height: 14px;
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.new-scroll-cont{
  width: 100%;
  padding: 10px 100px 10px 150px;
  background-color: #fafafa;
  height: 57px;
}
.new-scroll-mask{
  position: relative;
  height: 37px;
  overflow: hidden;
}
.new-scroll-list {
  position: absolute;
  left: 0px;
  top: -37px;
  width: 100%;
}
.new-scroll-list li{
  line-height: 37px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.new-scroll-list li a{

}
.new-scroll-list li a:hover{
  color: #4ac1f1;
}
.new-scroll-arr span{
  width: 22px;
  height: 12px;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.arr-up{
  top: 10px;
  background: url('../images/arr_up.png') 0 0 no-repeat;
}
.arr-down{
  bottom: 10px;
  background: url('../images/arr_down.png') 0 0 no-repeat;
}


@media (min-width: 1000px) {
  .nav-list > li > a > span{
    content:"";
    position: absolute;
    top: 0;
    width: 16px;
    height: 52px;
    z-index: 29;
    display: none;
  }
  .nav-list > li > a > span.tang-1{
    right: -16px;
    background: url('../images/tang-r.jpg') 0 0 no-repeat;
  }
  .nav-list > li > a > span.tang-2{
    left: 0px;
    background: url('../images/tang-l.png') 0 0 no-repeat;
  }
  .nav-list > li.active > a{
    background-color: #fff;
    color: #419fd9;
  }
  .nav-list > li.active > a > span{
    display: block;
  }
}


@media (max-width: 640px){
  .new-scroll-label{
    width: 76px;
    line-height: 41px;
    font-size: 14px;
  }
  .new-scroll-cont{
    padding: 2px 16px 2px 86px;
  }
  .new-scroll{
    margin: 10px 0;
    height: 41px;
  }
  .new-scroll-arr span{
    right: 5px;
    width: 11px;
    height: 6px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .new-scroll-arr span.arr-up{
    top: 8px;
  }
  .new-scroll-arr span.arr-down{
    bottom: 8px;
  }
}
@media (min-width: 1000px) {
  .nav-list-2 > li > a{text-align: center;}
  .nav-list-2 > li > a:hover{
    background-color: #7ac4f1;
    color: #fff;
  }
}


/*��������*/
.wd-tw{ background-color:#F9F9F9; color:#666; margin-top:30px; padding:20px 40px;}
.wd-tw li{ line-height:45px;}
.wd-tw li span{ font-size:14px; font-family:"Microsoft YaHei"; display:inline-block; width:80px;text-align:right;padding-right:10px;}
.wd-tw li i{color: #f00;margin-right:5px;position: relative;top: 3px;}
.wd-tw li input[type=text]{ border:1px solid #ddd; padding:7px 10px; width:240px;}
.wd-tw li select{ border:1px solid #ddd; padding:7px 10px; width:240px;}
.wd-tw li textarea{border:1px solid #ddd; padding:5px; line-height:20px; height:100px; width:460px; margin-top:5px;}
.wd-tw li em{ font-style:normal; display:inline-block; line-height:32px; margin-left:10px;}
.wd-tw li em a{ display:block; padding:0 20px; background-color:#ffeda6;}
.al-swa{ margin:15px 0; text-align:center;}
.al-swa input{ cursor:pointer; border:none; background:#f5933d; border-radius:5px; height:40px; width:200px; color:#fff; font-family:"Microsoft YaHei"; font-size:18px;}
.wd-tw .wd-button {position:relative;height:60px;}
.wd-tw .wd-button .recru-table-btn {left:80px; line-height:40px;}

@media (max-width: 640px) {
  html{-webkit-text-size-adjust:none;}
  .wd-tw{background-color:#F9F9F9;color: #666;margin-top: 20px;padding: 10px;}
  .wd-tw li{line-height: 40px;}
  .wd-tw li span{font-size: 14px;font-family: "Microsoft YaHei";display: inline-block;width: 100%;text-align:left;padding-right:0;}
  .wd-tw li i{color: #f00;margin-left: 3px;}
  .wd-tw li input[type=text]{border: 1px solid #ddd;padding: 7px 10px;width: 95%;}
  .wd-tw li select{border: 1px solid #ddd;padding: 7px 10px;width: 95%;}
  .wd-tw li textarea{border: 1px solid #ddd;padding: 5px;line-height: 20px;height: 100px;width: 95%;margin-top: 5px;}
  .wd-tw li em{font-style: normal;display: inline-block;line-height: 32px;margin-left: 10px;}
  .wd-tw li em a{display: block;padding: 0 20px;background-color: #ffeda6;}
  .al-swa{margin: 15px 0;text-align: center;}
  .al-swa input{cursor: pointer;border: none;background: #f5933d;border-radius: 5px;height: 40px;width: 90%;color: #fff;font-family: "Microsoft YaHei";font-size: 18px;}
  .wd-tw .wd-button {position:relative;height:80px;}
  .wd-tw .wd-button .recru-table-btn {left:0;display:block;width:95%;margin-left:0;margin-top:3%;border-radius:inherit;}
}



.cont *{/*font: inherit;font-family: "Microsoft Yahei",sans-serif;*/ line-height:22px;}

strong *,strong{font-weight:bold!important;}
.cont *{font-size:inherit; font-weight:inherit; line-height:inherit; font-family: "Microsoft Yahei",sans-serif;}
.slider1{
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.slider1.shows{
  opacity: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1199px) {
  .col-l-tit{
    display: none;
  }
  .col-l {
    float: none;
    width: 100%;
  }
  .menu{width: 100%;}
  .menu-item{display: none;}
  .menu li{display: none;}
  .menu li.current{display: block;}
  .menu-2 li{display: block;float: left;padding: 0 2px;width: 33.333%;border-bottom: none;height: 52px;overflow: hidden;}
  .menu-2 li a{background-color: #f8f8f8;}
  .menu-2 li a.current{background-color: #419fd9;color: #fff;}
}