/*================== 
 * @authors Adrian 
 * @date    2015-11-23 12:40:20
 * @version 
 ===================*/
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;
}

html {
  font-family: "Microsoft Yahei","Arial",sans-serif;
  font-size: 12px;
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.head {
  *zoom: 1;
}
.head:after {
  content: "";
  display: table;
  clear: both;
}

.webs-opend .websites-wrap {
  -moz-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  -webkit-transition: right 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: right 0.5s ease 0s;
  right: 0px;
}
.webs-opend .page {
  -moz-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: left 0.5s ease 0s;
  left: -300px;
  overflow: hidden;
}

.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  position: relative;
  display: block;
  left: 50%;
  margin-left: -720px;
}

.container {
  *zoom: 1;
  color: #666;
  background: url("../img/bg_1.jpg") repeat-x;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container a {
  color: #666;
}

.crumb {
  padding: 20px 0;
}
@media screen and (max-width: 1120px) {
  .crumb {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 720px) {
  .crumb {
    display: none;
  }
}

.headline {
  background-color: #f2f2f2;
  *zoom: 1;
  height: 76px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 18px;

}
.headlineB{
  background-color: #f2f2f2;
  *zoom: 1;
  height: 76px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 18px;
	}
.headline:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1100px) {
	.headline{ display:block;}
  .headlineB{ display:none;}
}
@media screen and (max-width: 720px) {
  .headline {
    padding: 6px 0 0 0;
    height: auto;
	display:block;
  }
  .headlineB{ display:none;}
}

.headline-tit {
  float: left;
  margin: 3px 0 0 10px;
}
@media screen and (max-width: 720px) {
  .headline-tit {
    float: none;
    margin: 0px 0 0 10px;
  }
}
.headline-tit h2 {
  font-size: 38px;
  color: #e1e1e1;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .headline{ display:block;}
  .headlineB{ display:none;}
  .headline-tit h2 {
    font-size: 34px;
    padding-bottom: 2px;
  }
}
.headline-tit h3 {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .headline-tit h3 {
    font-size: 20px;
    padding: 0px 0px 4px 0;
  }
}

.headline-nav {
  float: right;
  min-height: 76px;
  margin-right: 15px;
}
@media screen and (max-width: 720px) {
  .headline-nav {
    float: none;
    min-height: 45px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .headline-nav {
    margin-left: 4px;
  }
}
.headline-nav a {
  padding: 0 10px;
  float: left;
  -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;
  height: 100%;
  line-height: 75px;
  border-top: 2px solid transparent;
}
@media screen and (max-width: 720px) {
  .headline-nav a {
    line-height: 45px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .headline-nav a {
    padding: 0 6px;
  }
}
@media screen and (min-width: 721px) {
  .headline-nav a.current {
    background-color: #fff;
    color: #004a8d;
    -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;
    border-color: #004a8d;
  }
}
@media screen and (max-width: 720px) {
  .headline-nav a.current {
    color: #004a8d;
  }
}
.headline-nav a:hover {
  color: #004a8d;
}

.add, .add-2 {
  float: left;
  width: 242px;
}
@media screen and (max-width: 1120px) {
  .add, .add-2 {
    *zoom: 1;
    float: none;
    width: 96%;
    margin: 0 auto;
    display: none;
  }
  .add:after, .add-2:after {
    content: "";
    display: table;
    clear: both;
  }
}
.add img, .add-2 img {
  display: block;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 1120px) {
  .add img, .add-2 img {
    float: left;
    margin: 0px;
  }
}

@media screen and (max-width: 1120px) {
  .add-item-1 {
    height: 188px;
  }
}

.cont, .comp-cont, .mana-cont, .event-cont, .orga-cont, .honor-cont, .tact-cont, .cont-2, .bullet-cont, .consult-cont, .culture-cont, .video-cont {
  border-left: 1px solid #eee;
  float: right;
  width: 861px;
  min-height: 500px;
  padding-left: 24px;
}
@media screen and (max-width: 1120px) {
  .cont, .comp-cont, .mana-cont, .event-cont, .orga-cont, .honor-cont, .tact-cont, .cont-2, .bullet-cont, .consult-cont, .culture-cont, .video-cont {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
}

.textarea, .comp-cont, .tact-txt, .indus-txt {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.comp-cont {
  padding-right: 15px;
}
@media screen and (max-width: 1120px) {
  .comp-cont {
    padding: 0 2%;
  }
}
.comp-cont img {
  float: right;
  margin: 0 0 1% 1%;
	max-width: 100%;
}
@media screen and (max-width: 720px) {
  .comp-cont img {
    margin: 0 0 1% 1%;
  }
}
@media screen and (max-width: 640px) {
  .comp-cont img {
    width: 60%;
    margin: 0 auto 1%;
    float: none;
    display: block;
  }
}

.mana-item {
  background-color: #f2f2f2;
  padding: 18px 24px;
  margin-bottom: 15px;
}
.mana-item h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}

.mana-item-txt {
  line-height: 24px;
}

.event-cont {
  font-size: 14px;
}

.event-tab-hd {
  margin-bottom: 15px;
}
.event-tab-hd .item {
  -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;
  width: 120px;
  line-height: 44px;
  background-color: #dcdde1;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.event-tab-hd .item.current {
  -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-color: #004a8d;
  color: #fff;
}
.event-tab-hd .owl-carousel {
  padding: 0 40px;
}
.event-tab-hd .owl-buttons > div {
  font-size: 0px;
  width: 40px;
  height: 44px;
  position: absolute;
  top: 0px;
}
.event-tab-hd .owl-prev {
  background: url("../img/arr_111.png") center center no-repeat;
  left: 0px;
}
.event-tab-hd .owl-next {
  background: url("../img/arr_1.png") center center no-repeat;
  right: 0px;
}

.event-tab-bd-item {
  display: none;
}

.event-month {
  padding: 0 0 20px 68px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.event-tag {
  position: absolute;
  top: 0px;
  left: 2px;
  width: 53px;
  line-height: 25px;
  background-color: #ebebeb;
  text-align: center;
}

.event-tag:after {
  width: 3px;
  height: 5px;
  background: url("../img/arr_2.png") 0 0 no-repeat;
  top: 50%;
  margin-top: -2.5px;
  right: -3px;
  content: "";
  position: absolute;
}

.event-list li {
  line-height: 25px;
  margin-bottom: 10px;
}

.orga-cont h1 {
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}

.orga-img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .orga-img {
    width: 100%;
  }
}

.honor-owl {
  width: 640px;
  margin: 0 auto;
}
.honor-owl .owl-item {
  height: 400px;
  position: relative;
}
.honor-owl .owl-item .item {
  background-size: contain;
  background-position: center center;
  height: 400px;
  background-repeat: no-repeat;
}
.honor-owl .owl-item img {
  display: block;
  position: absolute;
  height: 100%;
}
@media screen and (min-width: 660px) {
  .honor-owl {
    width: 540px;
  }
}
@media screen and (max-width: 560px) {
  .honor-owl {
    width: 440px;
  }
}
@media screen and (max-width: 460px) {
  .honor-owl {
    width: 340px;
  }
}
@media screen and (max-width: 360px) {
  .honor-owl {
    width: 240px;
  }
}
.honor-owl .owl-prev, .honor-owl .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 52px;
  height: 32px;
  font-size: 0px;
  background-size: cover;
}
@media screen and (max-width: 280px) {
  .honor-owl .owl-prev, .honor-owl .owl-next {
    width: 26px;
    height: 16px;
    bottom: 195px;
  }
}
.honor-owl .owl-prev {
  left: 0px;
  background-image: url("../img/ho_prev.jpg");
}
.honor-owl .owl-next {
  right: 0px;
  background-image: url("../img/ho_next.jpg");
}

.honor-tab-hd .owl-carousel {
  padding: 0 34px;
  background: url("../img/bg_2.jpg") 0 43px repeat-x;
}
.honor-tab-hd .owl-prev, .honor-tab-hd .owl-next {
  width: 34px;
  height: 34px;
  background: url("../img/sprite_1.png") no-repeat;
  font-size: 0px;
  position: absolute;
  top: 29px;
}
.honor-tab-hd .owl-prev {
  background-position: 0 -40px;
  left: 0px;
}
.honor-tab-hd .owl-next {
  background-position: 0 -6px;
  right: 0px;
}

.honor-owl-item {
  width: 51px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.honor-owl-item span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0px;
}
.honor-owl-item i {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/sprite_1.png") -34px 0 no-repeat;
  top: 34px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}

.honor-owl-item.current span {
  font-size: 14px;
  color: #004a8d;
  top: 5px;
}
.honor-owl-item.current i {
  background: url("../img/dot_1.jpg") 0 0 no-repeat;
  width: 45px;
  height: 50px;
  margin-left: -22.5px;
  top: 23px;
}

.honor-tab-bd-item {
  display: none;
}

.honor-list {
  font-size: 14px;
  padding: 10px 10px 0 44px;
}
@media screen and (max-width: 720px) {
  .honor-list {
    padding: 10px;
  }
}
.honor-list li {
  line-height: 22px;
  padding: 2px 0 2px 85px;
  position: relative;
}
.honor-list span {
  color: #004a8d;
}
.honor-list a {
  color: #989898;
}

.honor-item-time {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 2px;
}

.honor-tab-bd {
  padding: 0 320px 0 0;
  position: relative;
  min-height: 334px;
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  .honor-tab-bd {
    padding: 0px;
  }
}

.honor-tab-bd-img {
  position: absolute;
  bottom: 0px;
  right: 32px;
}
@media screen and (max-width: 720px) {
  .honor-tab-bd-img {
    position: static;
    margin: 10px 0 0 10px;
  }
}

.honor-tit h1 {
  font-size: 30px;
  color: #a3a3a3;
  padding: 16px 0 12px;
}
.honor-tit span {
  display: block;
  color: #d8d8d8;
  margin-bottom: 10px;
}

.tact-tit {
  background-color: #004a8d;
  font-size: 14px;
  padding: 0 20px;
  line-height: 45px;
  float: left;
  color: #fff;
}

.tact-txt {
  font-size: 14px;
  clear: both;
  padding: 10px 0;
  margin-bottom: 10px;
}

.tact-more {
  display: block;
  cursor: pointer;
}

.more, .tact-more {
  -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;
  padding: 20px 0;
  text-align: center;
  background-color: #edeef0;
  font-size: 14px;
  display: block;
  clear: both;
  cursor: pointer;
}

.more:hover, .tact-more: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;
  color: #004a8d;
}

@media screen and (max-width: 1120px) {
  .newl-cont {
    padding: 0 2%;
  }
}

.wf {
  position: relative;
  
  *zoom: 1;
  min-height: 1000px;
}
.wf:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 460px) {
  .wf {
    padding-right: 0px;
  }
}

.wf-menu {
  width: 152px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 460px) {
  .wf-menu {
    position: static;
    width: auto;
  }
}

.wf-menu-year {
  margin-bottom: 18px;
}
.wf-menu-year h2 {
  font-family: 'Microsoft Yahei','Arial';
  font-size: 34px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 15px;
  cursor: pointer;
}
.wf-menu-year ul {
  *zoom: 1;
  display: none;
}
.wf-menu-year ul:after {
  content: "";
  display: table;
  clear: both;
}
.wf-menu-year li {
  line-height: 26px;
  margin-bottom: 3px;
}
@media screen and (max-width: 460px) {
  .wf-menu-year li {
    float: left;
    width: 33.333%;
    line-height: 18px;
    padding: 0 2px;
    margin-bottom: 6px;
  }
}
.wf-menu-year li a {
  background-color: #ececec;
  color: #464646;
  display: block;
  padding-left: 18px;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .wf-menu-year li a {
    padding: 4px 0 4px 6px;
    white-space: nowrap;
  }
}
.wf-menu-year li span {
  color: #999;
  margin-left: 3px;
  font-weight: normal;
}
@media screen and (max-width: 460px) {
  .wf-menu-year li span {
    display: block;
  }
}

.wf-menu-year.active ul {
  display: block;
}

.grid li {
  float: left;
  width: 33.3333%;
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 840px) {
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .grid li {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .grid li {
    padding: 0 10px 20px;
  }
}

.grid-items {
  -moz-box-shadow: 6px 6px 0px 0px #e5e5e5;
  -webkit-box-shadow: 6px 6px 0px 0px #e5e5e5;
  box-shadow: 6px 6px 0px 0px #e5e5e5;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 12px 12px 0;
  cursor: pointer;
}
.grid-items img {
  width: 100%;
  display: block;
}
.grid-items h5 {
  line-height: 20px;
  font-size: 14px;
  padding: 12px 0 6px;
  color: #333;
  font-weight: bold;
}

.grid-item-more {
  line-height: 24px;
  display: block;
}

.grid-item-txt {
  line-height: 18px;
  color: #848484;
  margin-bottom: 20px;
  display: block;
}

.grid-item-bt {
  *zoom: 1;
  border-top: 1px solid #e0dce0;
  padding: 14px 0;
}
.grid-item-bt:after {
  content: "";
  display: table;
  clear: both;
}
.grid-item-bt i {
  width: 14px;
  height: 15px;
  background: url("../img/ico_file.jpg") 0 0 no-repeat;
  float: right;
}

.frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1006;
  background: url("../img/bg_3.png") repeat;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.frame-wrap {
  position: relative;
  margin: 0px auto 0 80px;
  background: #fff;
  z-index: 1010;
  cursor: auto;
  width: 100%;
  transition: 400ms;
  padding-right: 80px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media screen and (max-width: 861px) {
  .frame-wrap {
    margin: 0px auto;
    padding-right: 0px;
  }
}

html.open body {
  overflow: hidden;
}
html.open .frameHtmlact {
  overflow-y: auto;
}
html.open .frameHtmlact .frame-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.open .frameHtmlact .frame-close {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.frame-close {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  z-index: 1008;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-80px);
  transform: translate(-80px);
}
@media screen and (max-width: 861px) {
  .frame-close {
    margin: 0px auto;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 2%;
    margin-top: 0px;
    width: 50px;
    height: 50px;
    z-index: 1012;
    background-color: #004a8d;
    border-radius: 50%;
  }
}
.frame-close span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.4s;
}
.frame-close span.i0 {
  color: #fff;
  background-color: #4a5866;
  padding-top: 20px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 861px) {
  .frame-close span.i0 {
    display: none;
  }
}
.frame-close span.i1 {
  background: url("../img/fram_close.png") no-repeat scroll center center #004a8d;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
}
@media screen and (max-width: 861px) {
  .frame-close span.i1 {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.frame-close:hover span.i1 {
  left: 0px;
}

.frame-close:hover span.i0 {
  left: -80px;
}

.frame-main {
  padding: 24px 86px;
}
@media screen and (max-width: 861px) {
  .frame-main {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  .frame-main {
    padding: 10px 12px;
  }
}

.frame-tit {
  background-color: #f4f4f4;
  text-align: center;
  color: #666;
  padding: 28px 0 16px;
}
@media screen and (max-width: 640px) {
  .frame-tit {
    padding: 18px 0 10px;
  }
}
.frame-tit h2 {
  font-size: 30px;
  line-height: 56px;
}
@media screen and (max-width: 640px) {
  .frame-tit h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.frame-tit p {
  font-size: 14px;
  line-height: 26px;
}
.frame-tit p i {
  width: 16px;
  height: 17px;
  display: inline-block;
  background: transparent url("../img/ico_clock.png") left top no-repeat;
  vertical-align: top;
  margin: 4px 8px 0 0;
}

.frame-cont {
  padding: 0 0 60px 0;
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  .frame-cont {
    min-height: 140px;
  }
}

.frame-video {
  width: 100%;
}
.frame-video img {
  width: 100%;
}

.frame-page {
  padding: 4px 10px 4px 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
}
.frame-page dd {
  line-height: 30px;
}
.frame-page dd a {
  color: #e7081d;
}

.frame-share {
  text-align: center;
  margin: 28px 0;
}
.frame-share a {
  color: #e7081d;
  margin: 0 2px;
  font-size: 14px;
}

.bdsharebuttonbox-2 {
  width: 190px;
  margin: 0 auto;
}

.headline-search {
  float: right;
  width: 200px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  color: #666;
  margin: 17px 20px 0 0;
  padding-left: 10px;
}
@media screen and (max-width: 720px) {
  .headline-search {
    float: left;
    margin: 10px;
  }
}

.casel-item {
  *zoom: 1;
  -moz-box-shadow: 6px 0px 0px 0px #e5e5e5;
  -webkit-box-shadow: 6px 0px 0px 0px #e5e5e5;
  box-shadow: 6px 0px 0px 0px #e5e5e5;
  float: left;
  width: 49%;
  margin-right: 1%;
  background-color: #f2f2f2;
  padding-right: 8px;
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  height: 244px;
}
.casel-item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .casel-item {
    padding: 0px 0px 36px;
    width: 29.33333%;
    margin: 0 2% 22px;
    height: 446px;
  }
}
@media screen and (max-width: 640px) {
  .casel-item {
    width: 46%;
  }
}
@media screen and (max-width: 420px) {
  .casel-item {
    width: 96%;
  }
}
@media screen and (max-width: 1120px) {
  .casel-item dl {
    padding: 0 10px;
  }
}
.casel-item dt {
  padding: 18px 0 12px;
  font-size: 16px;
  font-weight: bold;
}
.casel-item dd {
  line-height: 20px;
  margin-bottom: 4px;
}

@media screen and (min-width: 1120px) {
  .casel-item.even {
    margin-right: 0px;
    margin-left: 1%;
  }
}

.casel-item-img {
  display: block;
  float: left;
  margin-right: 17px;
}
@media screen and (max-width: 1120px) {
  .casel-item-img {
    float: none;
    margin: 0px;
    width: 100%;
  }
}

.casel-item-more {
  position: absolute;
  width: 68px;
  background-color: #c3c3c3;
  text-align: center;
  line-height: 20px;
  color: #fff;
  right: 12px;
  bottom: 12px;
}

.casei-cont {
  *zoom: 1;
  padding-right: 270px;
  position: relative;
  width: 100%;
}
.casei-cont:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .casei-cont {
    padding: 0 270px 0 2%;
  }
}
@media screen and (max-width: 680px) {
  .casei-cont {
    padding: 0 2%;
  }
}

.casei-mid {
  float: left;
  width: 100%;
}

.casei-tit {
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
}

.casei-other {
  *zoom: 1;
  font-size: 14px;
  width: 260px;
  border-left: 1px solid #ccc;
  padding: 0 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.casei-other:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 680px) {
  .casei-other {
    display: none;
  }
}
.casei-other h2 {
  padding: 14px 0;
}

.casei-other-item {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .casei-other-item {
    float: left;
    width: 33.333%;
    padding: 0 1%;
  }
}
.casei-other-item span {
  display: block;
  text-align: center;
  padding: 12px 0 12px;
}
@media screen and (max-width: 580px) {
  .casei-other-item {
    width: 50%;
  }
}

.casei-other-item-img {
  display: block;
  width: 100%;
}

.casei-tab-hd {
  *zoom: 1;
  font-size: 14px;
}
.casei-tab-hd:after {
  content: "";
  display: table;
  clear: both;
}
.casei-tab-hd li {
  float: left;
  padding: 0 10px;
  line-height: 44px;
  background-color: #dcdde1;
  margin-right: 3px;
  cursor: pointer;
}
.casei-tab-hd li.current {
  background-color: #004a8d;
  color: #fff;
}

.casei-tab-bd li {
  padding: 10px 0;
  display: none;
}

.invest-cont {
  padding: 0 60px;
}
@media screen and (max-width: 1120px) {
  .invest-cont {
    padding: 0 2%;
  }
}

.invest-table {
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  font-size: 14px;
}
.invest-table th, .invest-table td {
  line-height: 40px;
  border: 1px solid #efefef;
}
.invest-table th {
  color: #000;
  font-weight: bold;
  background-color: #f8f8f8;
  text-align: right;
  padding-right: 20px;
  width: 35%;
}
@media screen and (max-width: 1120px) {
  .invest-table th {
    padding-right: 2%;
  }
}
.invest-table td {
  padding-left: 22px;
}
@media screen and (max-width: 1120px) {
  .invest-table td {
    padding-left: 2%;
  }
}

.add-2 {
  float: right;
}

.cont-2, .bullet-cont, .consult-cont {
  float: left;
  padding: 0 15px 0 0;
  border-right: 1px solid #eee;
  border-left: 0px;
  padding-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1120px) {
  .cont-2, .bullet-cont, .consult-cont {
    padding: 0 2% 30px;
  }
}

.bullet-item {
  padding: 12px 100px 18px 125px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: block;
  position: relative;
  height: 132px;
}
@media screen and (max-width: 520px) {
  .bullet-item {
    padding: 12px 60px 18px 0px;
    height: auto;
  }
}

.bullet-item:hover .bullet-item-time {
  -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-color: #826231;
}
.bullet-item:hover .bullet-item-time dt, .bullet-item:hover .bullet-item-time dd {
  color: #fff;
}

.bullet-item-time {
  -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;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 22px;
  position: absolute;
  top: 12px;
  left: 0px;
}
@media screen and (max-width: 520px) {
  .bullet-item-time {
    position: static;
  }
}
.bullet-item-time dt {
  margin-bottom: 12px;
  color: #9a9a9a;
  font-size: 28px;
}
.bullet-item-time dd {
  color: #c0c0c0;
  font-size: 20px;
}

.bullet-item-cont h2 {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000;
  font-size: 20px;
  padding: 26px 0 16px 0;
}

.bullet-item-icon {
  width: 38px;
  height: 53px;
  background: url("../img/ico_pdf.jpg") 0 0 no-repeat;
  position: absolute;
  top: 42px;
  right: 35px;
}
@media screen and (max-width: 520px) {
  .bullet-item-icon {
    top: 135px;
    right: 10px;
  }
}

.consult-cont h1 {
  font-size: 24px;
  color: #004a8d;
  padding: 6px 0 12px;
  line-height: 32px;
}

.consult-form {
  *zoom: 1;
  width: 632px;
}
.consult-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 660px) {
  .consult-form {
    width: 100%;
  }
}

.consult-sum, .job-sum {
  color: #c0c0c0;
  line-height: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}

.consult-item {
  width: 50%;
  position: relative;
  min-height: 48px;
  line-height: 32px;
  padding: 0 0 0 106px;
  float: left;
}
@media screen and (max-width: 480px) {
  .consult-item {
    width: 100%;
  }
}
.consult-item b {
  color: #004a8d;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.consult-item-lable {
  width: 106px;
  text-align: right;
  position: absolute;
  top: 0px;
  left: 0px;
}

.consult-item-ipt {
  height: 30px;
  border: 1px solid #ccc;
  padding: 4px;
  width: 100%;
}

.consult-item--ta {
  width: 100%;
}

.consult-item-ta {
  border: 1px solid #ccc;
  padding: 4px;
  width: 100%;
}

.btn, .consult-item-btn--submit, a.consult-item-btn--back, .job-cont .job-item-btn, .jobf-cont .job-btn-submit, .cus-btn, .frame-btn-backlist {
  width: 97px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  display: block;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Microsoft Yahei","Arial",sans-serif;
}

.consult-item--btn {
  width: 100%;
}

.consult-item-btn--submit {
  float: left;
  background-color: #e7081d;
  margin-right: 26px;
}
@media screen and (max-width: 350px) {
  .consult-item-btn--submit {
    margin-right: 20px;
  }
}

a.consult-item-btn--back {
  float: left;
  background-color: #c0c0c0;
  color: #fff;
}

@media screen and (max-width: 1120px) {
  .job-cont {
    padding: 0 1.8%;
  }
}
.job-cont h1 {
  font-size: 24px;
  color: #004a8d;
  padding: 6px 0 12px;
  line-height: 32px;
}

.recr-wrap {
  margin-bottom: 30px;
}
.recr-wrap h5 {
  background: url("../img/bg_9.png") repeat-x scroll 0 0 transparent;
  border-color: #b9b9b9 #dddddd #dddddd;
  border-style: solid;
  border-width: 2px 1px 1px;
  line-height: 26px;
  overflow: hidden;
}
.recr-wrap h5 ul li {
  float: left;
  padding-right: 1px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.recr-wrap h5 ul li span {
  border-right: 1px solid #dddddd;
  bottom: 0;
  height: 9px;
  position: absolute;
  right: 0;
}

.recr-list {
  margin-top: 2px;
}
.recr-list > li {
  border-bottom: 1px solid #eaeaea;
}
.recr-list .recr-item.active .recr-txt {
  display: block;
}
.recr-list ul {
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #fff;
  line-height: 26px;
}
.recr-list ul li {
  float: left;
  padding-right: 1px;
  text-align: center;
  line-height: 32px;
}
.recr-list ul li a {
  cursor: pointer;
  -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;
}
.recr-list ul li a i {
  width: 13px;
  display: inline-block;
  height: 13px;
  background: url("../img/sprite_14.png") -10px -17px no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.recr-list ul li a:hover {
  color: #004a8d;
  -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;
}

.recr-txt {
  display: none;
  overflow: hidden;
}
.recr-txt a.recr-btn {
  display: block;
  float: right;
  line-height: 35px;
  width: 114px;
  margin: 0 1% 20px 0;
  background: #004a8d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: 'Microsoft Yahei','sans-serif';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.recr-txt dl {
  line-height: 24px;
  margin: 0 0 10px 1%;
}
.recr-txt dl dt {
  font-weight: bold;
  line-height: 34px;
  padding: 0 1%;
  margin-bottom: 6px;
}
.recr-txt dl dd {
  line-height: 24px;
  padding: 0 1%;
}

.recr-item li em {
  background: url("../img/sprite_14.png") 0 -17px no-repeat;
  display: inline-block;
  height: 9px;
  width: 10px;
  margin-left: 2px;
}

.recr-show {
  *zoom: 1;
  font-family: 'Microsoft Yahei','sans-serif';
  position: relative;
  padding: 60px 0 0 337px;
  min-height: 300px;
  margin-bottom: 10px;
}
.recr-show:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.recr-show-pic {
  position: absolute;
  top: 0px;
  left: 0px;
}

.recr-item-no {
  width: 6%;
}

.recr-item-pos {
  width: 14%;
}

.recr-item-comp {
  width: 20%;
}

.recr-item-sar {
  width: 12%;
}

.recr-item-quan {
  width: 12%;
}

.recr-item-loc {
  width: 12%;
}

.recr-item-pub {
  width: 12%;
}

.recr-item-ope {
  width: 12%;
}

@media screen and (max-width: 720px) {
  .recr-item-no {
    width: 10%;
  }

  .recr-item-pos {
    width: 28%;
  }

  .recr-item-comp {
    display: none;
  }

  .recr-item-sar {
    width: 20%;
  }

  .recr-item-quan {
    display: none;
  }

  .recr-item-loc {
    width: 20%;
  }

  .recr-item-pub {
    display: none;
  }

  .recr-item-ope {
    width: 22%;
  }
}
.job-cont .job-form {
  padding: 18px 0 18px 40px;
  font-size: 14px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
@media screen and (max-width: 570px) {
  .job-cont .job-form {
    padding: 12px 0px;
  }
}
.job-cont .job-list {
  width: 700px;
}
@media screen and (max-width: 720px) {
  .job-cont .job-list {
    width: 100%;
  }
}
.job-cont .job-item, .job-cont .job-item--keyword, .job-cont .job-item--ocup, .job-cont .job-item--loca, .job-cont .job-item--comp {
  min-height: 38px;
  padding-left: 88px;
  position: relative;
  line-height: 28px;
}
.job-cont .job-item-ipt, .job-cont .job-item-sele {
  width: 100%;
  height: 28px;
  padding: 4px;
  border: 1px solid #c4c4c4;
  float: left;
}
.job-cont .job-item-note {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #c0c0c0;
}
@media screen and (max-width: 480px) {
  .job-cont .job-item-note {
    position: static;
  }
}
.job-cont .job-item-label {
  width: 88px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
}
.job-cont .job-item--keyword {
  padding-right: 160px;
}
@media screen and (max-width: 480px) {
  .job-cont .job-item--keyword {
    padding-right: 0px;
  }
}
.job-cont .job-item--ocup {
  float: left;
}
.job-cont .job-item--loca {
  float: left;
}
.job-cont .job-item--loca .job-item-sele {
  width: auto;
  width: 110px;
  margin-right: 3px;
}
@media screen and (max-width: 350px) {
  .job-cont .job-item--loca .job-item-sele {
    width: 100px;
  }
}
.job-cont .job-item--comp {
  clear: both;
}
.job-cont .job-item--comp .job-item-ipt, .job-cont .job-item--comp .job-item-sele {
  width: 226px;
}
@media screen and (max-width: 330px) {
  .job-cont .job-item--comp .job-item-ipt, .job-cont .job-item--comp .job-item-sele {
    width: 100%;
  }
}
.job-cont .job-item-btn {
  margin-left: 88px;
  background-color: #004a8d;
  width: 150px;
}

.culture-cont dl {
  line-height: 24px;
  padding: 10px 0;
}
.culture-cont dt {
  font-size: 18px;
  color: #004a8d;
}
.culture-cont dd {
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 1120px) {
  .donate-cont {
    padding: 0 1.8%;
  }
}

#donate-owl .owl-buttons {
  display: none;
}

@media screen and (max-width: 280px) {
  .donatei-owl {
    width: 280px;
  }
}
.donatei-owl .item img {
  width: 100%;
}
.donatei-owl .owl-prev, .donatei-owl .owl-next {
  position: absolute;
  bottom: 180px;
  width: 52px;
  height: 32px;
  font-size: 0px;
  background-size: cover;
}
@media screen and (max-width: 280px) {
  .donatei-owl .owl-prev, .donatei-owl .owl-next {
    width: 26px;
    height: 16px;
    bottom: 100px;
  }
}
.donatei-owl .owl-prev {
  left: 0px;
  background-image: url("../img/ho_prev.jpg");
}
.donatei-owl .owl-next {
  right: 0px;
  background-image: url("../img/ho_next.jpg");
}

.donate-wrap {
  *zoom: 1;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  height: 384px;
  margin-right: 1%;
}
.donate-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
  .donate-wrap {
    height: 768px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 520px) {
  .donate-wrap {
    font-size: 20px;
  }
}

.donatei-owl-title {
  position: relative;
}
.donatei-owl-title li {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 24px;
}

.donate-item, .donate-item-1, .donate-item-2, .donate-item-3, .donate-item-4, .donate-item-5, .donate-item-6, .donate-item-7 {
  position: absolute;
  margin-bottom: 14px;
}
.donate-item a, .donate-item-1 a, .donate-item-2 a, .donate-item-3 a, .donate-item-4 a, .donate-item-5 a, .donate-item-6 a, .donate-item-7 a {
  text-align: center;
  display: table;
  color: #fff !important;
  width: 100%;
}
.donate-item p, .donate-item-1 p, .donate-item-2 p, .donate-item-3 p, .donate-item-4 p, .donate-item-5 p, .donate-item-6 p, .donate-item-7 p {
  display: table-cell;
  vertical-align: middle;
}

.donate-item-1, .donate-item-2 {
  width: 32.857%;
  padding-right: 1%;
}
@media screen and (max-width: 1000px) {
  .donate-item-1, .donate-item-2 {
    width: 50%;
    padding-right: 1%;
  }
}

.donate-item-1 {
  top: 0px;
  left: 0px;
}

.donate-item-2 {
  left: 0px;
  top: 192px;
}

.donate-item-3 {
  top: 0px;
  left: 32.857%;
  width: 34.1%;
  padding-right: 1%;
}
@media screen and (max-width: 1000px) {
  .donate-item-3 {
    width: 50%;
    padding-left: 1%;
    padding-right: 0;
    left: 50%;
  }
}

.donate-item-4 {
  top: 0px;
  width: 15.98%;
  left: 66.97%;
}
@media screen and (max-width: 1000px) {
  .donate-item-4 {
    width: 50%;
    padding-right: 1%;
    left: 0px;
    top: 384px;
  }
}

.donate-item-5 {
  top: 0px;
  width: 15.98%;
  right: 0px;
}
@media screen and (max-width: 1000px) {
  .donate-item-5 {
    width: 50%;
    padding-left: 1%;
    right: 0px;
    top: 384px;
  }
}
.donate-item-5 p {
  display: none;
}

.donate-item-6 {
  top: 192px;
  width: 15.98%;
  left: 66.97%;
}
@media screen and (max-width: 1000px) {
  .donate-item-6 {
    width: 50%;
    padding-right: 1%;
    left: 0px;
    top: 576px;
  }
}
.donate-item-6 p {
  display: none;
}

.donate-item-7 {
  top: 192px;
  width: 15.98%;
  right: 0px;
}
@media screen and (max-width: 1000px) {
  .donate-item-7 {
    width: 50%;
    padding-left: 1%;
    right: 0px;
    top: 576px;
  }
}

.donate-item-1 a {
  background-color: #55b947;
  height: 178px;
}

.donate-item-2 a {
  background-color: #028a9c;
  height: 178px;
}

.donate-item-3 a {
  background-color: #f9a130;
  height: 370px;
}

.donate-item-4 a {
  background-color: #b71d46;
  height: 178px;
}

.donate-item-5 a {
  background-color: #000;
  height: 178px;
  background-size: cover;
  background-position: center center;
}

.donate-item-6 a {
  background-color: #000;
  height: 178px;
  background-size: cover;
  background-position: center center;
}

.donate-item-7 a {
  background-color: #fdca0e;
  height: 178px;
}

@media screen and (max-width: 1120px) {
  .jobf-cont {
    padding: 0 1.8%;
  }
}
.jobf-cont .job-form, .jobf-cont .job-instr, .jobf-cont .job-top {
  font-size: 14px;
}
.jobf-cont .job-top {
  padding: 26px 0;
}
.jobf-cont .job-top p {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 18px;
}
.jobf-cont .job-instr {
  background-color: #f2f2f2;
  padding: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1120px) {
  .jobf-cont .job-form, .jobf-cont .job-instr {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .jobf-cont .frame-job-fix {
    padding: 38px 50px;
  }
}
@media screen and (max-width: 640px) {
  .jobf-cont .frame-job-fix {
    padding: 22px 12px;
  }
}
.jobf-cont .job-form h5 {
  background-color: #f2f2f2;
  color: #000;
  line-height: 38px;
  font-size: 14px;
  padding-left: 16px;
}
.jobf-cont .job-item, .jobf-cont .job-cont .job-item--keyword, .job-cont .jobf-cont .job-item--keyword, .jobf-cont .job-cont .job-item--ocup, .job-cont .jobf-cont .job-item--ocup, .jobf-cont .job-cont .job-item--loca, .job-cont .jobf-cont .job-item--loca, .jobf-cont .job-cont .job-item--comp, .job-cont .jobf-cont .job-item--comp {
  float: left;
  min-height: 50px;
  width: 33.333%;
  padding: 0 36px 0 88px;
  position: relative;
}
.jobf-cont .job-ico-add, .jobf-cont .job-ico-decr {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.jobf-cont .job-ico-add {
  background: url("../img/ico_add.png") 0 0 no-repeat;
}
.jobf-cont .job-ico-decr {
  background: url("../img/ico_decr.jpg") 0 0 no-repeat;
}
@media screen and (max-width: 1120px) {
  .jobf-cont .job-item, .jobf-cont .job-cont .job-item--keyword, .job-cont .jobf-cont .job-item--keyword, .jobf-cont .job-cont .job-item--ocup, .job-cont .jobf-cont .job-item--ocup, .jobf-cont .job-cont .job-item--loca, .job-cont .jobf-cont .job-item--loca, .jobf-cont .job-cont .job-item--comp, .job-cont .jobf-cont .job-item--comp {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .jobf-cont .job-item, .jobf-cont .job-cont .job-item--keyword, .job-cont .jobf-cont .job-item--keyword, .jobf-cont .job-cont .job-item--ocup, .job-cont .jobf-cont .job-item--ocup, .jobf-cont .job-cont .job-item--loca, .job-cont .jobf-cont .job-item--loca, .jobf-cont .job-cont .job-item--comp, .job-cont .jobf-cont .job-item--comp {
    width: 100%;
  }
}
.jobf-cont .job-item-label {
  line-height: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 88px;
  text-align: right;
}
.jobf-cont .job-item-ipt, .jobf-cont .job-cont .job-item-sele, .job-cont .jobf-cont .job-item-sele {
  height: 35px;
  border: 1px solid #e1e1e1;
  padding: 2%;
  width: 100%;
  margin-bottom: 15px;
}
.jobf-cont .job-form-cont {
  overflow: hidden;
  padding: 12px 0 16px;
}
.jobf-cont .job-form-ta {
  border: 1px solid #e1e1e1;
  padding: 4px;
  width: 100%;
}
.jobf-cont .job-item-mult {
  padding-right: 0px;
}
.jobf-cont .job-item-wrap {
  width: 100%;
  padding-right: 36px;
  position: relative;
}
.jobf-cont .job-btn-submit {
  margin: 30px auto;
  background-color: #004a8d;
}
.jobf-cont .mbsc-mobiscroll .dwb {
  color: #2a4361;
}
.jobf-cont .mbsc-mobiscroll .dwb-a {
  background: none;
}
.jobf-cont .job-wrap {
  overflow: hidden;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .cus-cont {
    padding: 0 1.8%;
  }
}

.cus-sele-wrap {
  *zoom: 1;
  margin-bottom: 12px;
}
.cus-sele-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.cus-sele {
  float: left;
  width: 138px;
  margin-right: 12px;
  height: 38px;
  border: 1px solid #ededed;
}

.cus-btn {
  float: left;
  background-color: #004a8d;
  line-height: 38px;
  height: 38px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 410px) {
  .cus-btn {
    margin-top: 10px;
  }
}

.cus-tab {
  margin-bottom: 20px;
}

.cus-owl-item {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 46px;
  padding: 0 16px;
  font-size: 16px;
  background-color: #dedede;
  text-align: center;
  cursor: pointer;
}

.cus-owl-item.current {
  background-color: #d8332c;
  color: #fff;
}

#cus-owl {
  width: 100%;
  padding-right: 110px;
  position: relative;
}
#cus-owl .owl-item {
  padding-right: 2px;
}
#cus-owl .owl-buttons {
  position: absolute;
  top: 6px;
  right: 10px;
}
#cus-owl .owl-prev, #cus-owl .owl-next {
  width: 26px;
  height: 26px;
  margin: 0 2px;
  background: url("../img/sprite_2.png") no-repeat;
  font-size: 0px;
  float: left;
}
#cus-owl .owl-prev {
  background-position: 0 0;
}
#cus-owl .owl-prev:hover {
  background-position: 0 -26px;
}
#cus-owl .owl-next {
  background-position: -30px 0px;
}
#cus-owl .owl-next:hover {
  background-position: -30px -26px;
}

.cus-tab-bd {
  *zoom: 1;
  border: 2px solid #d8332c;
  position: relative;
  width: 100%;
  min-height: 326px;
}
.cus-tab-bd:after {
  content: "";
  display: table;
  clear: both;
}

.cus-tab-bd-item {
  padding-left: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .cus-tab-bd-item {
    padding: 0px;
  }
}

.cus-item-info {
  width: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 322px;
}
@media screen and (max-width: 720px) {
  .cus-item-info {
    position: static;
    padding-bottom: 10px;
  }
}
.cus-item-info dt {
  font-size: 16px;
  color: #e3091a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.cus-item-info dd {
  *zoom: 1;
  line-height: 25px;
  position: relative;
  padding-left: 86px;
  min-height: 25px;
}
.cus-item-info dd:after {
  content: "";
  display: table;
  clear: both;
}

.cus-item-label {
  width: 86px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  color: #000;
}

.cus-item-txt {
  float: left;
}

.map {
  width: 844px;
  height: 290px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1120px) {
  .map {
    width: 100%;
  }
}

.cus-item-map {
  -moz-box-shadow: 3px 0px 6px 0px #f6f6f6 inset;
  -webkit-box-shadow: 3px 0px 6px 0px #f6f6f6 inset;
  box-shadow: 3px 0px 6px 0px #f6f6f6 inset;
  position: relative;
  z-index: 1;
  padding: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .cus-item-map {
    padding: 0px;
  }
}

.cus-item-logo {
  display: block;
  width: 176px;
  margin: 35px auto;
}
@media screen and (max-width: 720px) {
  .cus-item-logo {
    margin: 12px auto;
  }
}

.casei-show {
  width: 644px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .casei-show {
    width: 100%;
  }
}
.casei-show .casei-show-img {
  margin-bottom: 12px;
}
.casei-show .casei-show-img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 400px) {
  .casei-show .customNavigation {
    display: none;
  }
}
.casei-show .customNavigation .btn, .casei-show .customNavigation .consult-item-btn--submit, .casei-show .customNavigation a.consult-item-btn--back, .casei-show .customNavigation .job-cont .job-item-btn, .job-cont .casei-show .customNavigation .job-item-btn, .casei-show .customNavigation .jobf-cont .job-btn-submit, .jobf-cont .casei-show .customNavigation .job-btn-submit, .casei-show .customNavigation .cus-btn, .casei-show .customNavigation .frame-btn-backlist {
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent url("../img/sprite_3.png") no-repeat;
  font-size: 0px;
  z-index: 1;
}
.casei-show .customNavigation .prev {
  background-position: 0 0;
  left: 0px;
  bottom: 10px;
}
.casei-show .customNavigation .next {
  background-position: -38px 0;
  right: 0px;
  bottom: 10px;
}

.casei-owl {
  padding: 0 35px;
}
@media screen and (max-width: 400px) {
  .casei-owl {
    padding: 0px;
  }
}
.casei-owl .owl-controls {
  display: none;
}
.casei-owl .item {
  display: block;
  margin: 0 auto;
  width: 100px;
  cursor: pointer;
  height: 57px;
  position: relative;
  overflow: hidden;
}
.casei-owl .item img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.casei-owl .item.active {
  border: 2px solid #004a8d;
}
.casei-owl .item.active img {
  top: -2px;
  left: -2px;
}

.donate-img {
  width: 589px;
  height: 432px;
  display: block;
}
@media screen and (max-width: 650px) {
  .donate-img {
    width: 260px;
    height: auto;
  }
}

.donate-tit {
  padding: 18px 0;
}

.video-list {
  *zoom: 1;
}
.video-list:after {
  content: "";
  display: table;
  clear: both;
}
.video-list li {
  float: left;
  width: 33.333%;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .video-list li {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .video-list li {
    width: 100%;
  }
}

.video-item {
  display: block;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}

.video-item-img {
  display: block;
}

.video-item-txt {
  font-size: 14px;
  padding: 22px 0;
}

.indus-list {
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  height: 552px;
}
.indus-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .indus-list {
    height: auto;
  }
}

.indus-item {
  -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;
  width: 12.5%;
  position: relative;
  cursor: pointer;
  float: left;
}
@media screen and (max-width: 1120px) {
  .indus-item {
    width: 46%;
    display: block;
    margin: 0 2% 12px;
  }
}
@media screen and (max-width: 640px) {
  .indus-item {
    width: 96%;
  }
}

.indus-item-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url("../img/bg_5.png") repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .indus-item-mask {
    display: none;
  }
}

.indus-item.active {
  -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;
}
.indus-item.active .indus-item-title {
  -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-color: #bf0008;
  color: #d47477;
}
.indus-item.active .indus-item-zoom {
  background-color: #bf0008;
}
.indus-item.active .indus-item-zoom i {
  background: transparent url("../img/ico_zoom_on.jpg") left top no-repeat;
}

.indus-item.no-active {
  -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;
}

.indus-item-img {
  height: 356px;
  background-position: center center;
  background-size: cover;
}

.indus-item-title {
  -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;
  height: 76px;
  background-color: #949494;
  padding-top: 14px;
  text-align: center;
}
.indus-item-title h6 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.indus-item-title span {
  display: block;
  font-size: 14px;
  color: #e2e2e2;
  text-transform: uppercase;
}

.indus-item-zoom {
  height: 90px;
  background-color: #e2e2e2;
  padding-top: 24px;
}
.indus-item-zoom i {
  width: 42px;
  display: block;
  height: 42px;
  margin: 0px auto;
  background: transparent url("../img/ico_zoom.jpg") left top no-repeat;
}

.mediaplayer {
  width: 700px;
}

.video-player {
  width: 100%;
}

.indus-txt {
  clear: both;
  padding: 10px 0;
}

.indus-tit {
  float: left;
  line-height: 44px;
  font-size: 16px;
  padding: 0 15px;
  background-color: #004a8d;
  color: #fff;
}

.honor-owl-title {
  position: relative;
}
.honor-owl-title li {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 24px;
  display: none;
  width: 100%;
  text-align: center;
}
.honor-owl-title li.active {
  display: block;
}

.iframe-4 {
  width: 100%;
  height: auto;
}

.edit-reset strong {
  font-weight: bold;
}
.edit-reset ul {
  list-style: disc;
}

.frame-news-txt p {
 /* padding: 5px 0;
  overflow: hidden;*/
}

.scrolltop {
  height: 650px;
}

.casei-show-2 {
  padding-top: 30px;
}

.frame-btn-backlist {
  background-color: #004a8d;
  width: 114px;
  float: right;
  margin: 20px 20px 20px 0;
}

.warning {
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
}
.warning h1 {
  font-size: 24px;
  text-align: center;
  margin-top: 100px;
  color: #fff;
}

a.link-websites {
  cursor: pointer;
}

.backtop {
  background: #004a8d url("../img/ico_top.png") center center no-repeat;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  -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;
  z-index: 99;
}

.backtop:hover {
  background-color: #004a8d;
  -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;
}

.flexslider {
  border: none;
  margin: 0px;
}

.flex-control-paging {
  display: none;
}

.flex-direction-nav a {
  width: 30px;
  height: 71px;
  background: transparent left top no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  font-size: 0;
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .flex-direction-nav a {
    width: 20px;
    height: 47px;
    margin-top: -23px;
  }
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav .flex-prev {
  background-image: url("../img/btn-crs-l.png");
  left: 0px;
}
.flex-direction-nav .flex-next {
  background-image: url("../img/btn-crs-r.png");
  right: 0px;
}

.page-index .backtop {
  display: none !important;
}

.crs-wrap {
  display: none;
}

@media screen and (max-width: 720px) {
  .map iframe {
    width: 100%;
    height: 290px;
  }
}

@media screen and (max-width: 720px) {
  .frame-news-txt p img {
    width: 90%;
    height: auto;
  }
}
