@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "Arial";
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
  outline: none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #004a71;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header*/
.header_main {
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.header_main .logo {
  width: 200px;
  height: 50px;
  overflow: hidden;
  display: block;
}
.header_main .logo img {
  height: 50px;
  max-width: 100%;
  display: block;
  width: auto;
}
.header_main .search-box {
  position: relative;
  height: 50px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 37px;
  height: 30px;
  margin-top: 12px;
}
.header_main .search-box .butn i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: -130px 0;
  margin: 0 auto;
}
.header_main .search-box .butn.hov {
  background: url(../images/close.png) no-repeat center #b52618;
}
.header_main .search-box .butn.hov i {
  display: none;
}
.header_main .search-box .share-sub {
  position: absolute;
  right: 37px;
  top: 1px;
  width: 0;
  height: 48px;
  overflow: hidden;
  background: #ededed;
  border-radius: 5px 0 0 5px;
}
.header_main .search-box .share-sub .sub-btn {
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  background-position: -64px 0;
}
.header_main .search-box .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 14px 10px;
  color: #666;
  border: none;
  background: #ededed;
  outline: none;
}
.header_main .search-box .lang-box {
  margin-top: 20px;
  margin-right: 38px;
}
.header_main .search-box .lang-box a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-left: 28px;
}
.header_main .search-box .lang-box .stt {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  margin-right: 4px;
}
.header_main .nav_main {
  width: 910px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}
.header_main .nav_main li {
  padding: 0 48px;
  text-align: center;
  font-size: 14px;
  position: relative;
  float: left;
}
.header_main .nav_main li a {
  display: block;
  height: 100%;
  position: relative;
  color: #000;
}
.header_main .nav_main li em {
  width: 10px;
  height: 6px;
  display: none;
  background-position: -34px -26px;
  margin-left: 5px;
}
.header_main .nav_main li:hover,
.header_main .nav_main li.hover {
  background: #004a71;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #fff;
}
.header_main .nav_main .sub-box {
  background-color: #004a71;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  padding: 5px 0;
}
.header_main .nav_main .sub-box a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #999;
  margin: 0 5px;
}
.header_main .nav_main .sub-box a:hover {
  border-bottom-color: #fff;
}
.header_main.index_head {
  background: url(../images/black70.png) repeat;
}
.header_main.index_head .nav_main li {
  padding: 0 42px;
}
.header_main.index_head .nav_main li a {
  color: #fff;
}
.header_main.index_head .nav_main li em {
  background-position: -34px 0;
}
.header_main.index_head .nav_main li.drop em {
  display: inline-block;
}
.header_main.index_head .search-box .butn i {
  background-position: 0 0;
}
/*copyright*/
.returnTop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1%;
  bottom: 60px;
  z-index: 100;
  background: url(../images/block50.png) repeat 0 0;
  border-radius: 5px;
}
.returnTop s {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/returnTop.png) no-repeat center center;
}
.returnTop:hover {
  background-image: url(../images/block60.png);
}
.footer_main {
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_main.poa {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.footer_main .yyzz {
  padding: 0 5px;
}
/*******************index css*********************/
html {
  height: 100%;
}
.index_body {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.index {
  height: 100%;
}
.index .section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .section .opacity {
  opacity: 0;
}
#fullpage {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
#fullpage .godown {
  width: 40px;
  height: 21px;
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 20px;
  margin-left: -23px;
  background-position: -130px -158px;
  -webkit-animation: start 1.5s infinite ease-in-out;
}
#fullpage #page2 .godown,
#fullpage #page3 .godown {
  background-position: -133px -184px;
}
#fullpage .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .fp-slide {
  float: left;
  height: 100%;
  margin: 0;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
#fullpage .fp-slide,
#fullpage .fp-slidesContainer {
  height: 100%;
  display: block;
}
#fullpage .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#fullpage .fp-section.fp-table,
#fullpage .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#fullpage .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#fullpage .fp-slidesContainer {
  float: left;
  position: relative;
}
#fullpage .fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -49px;
  width: 59px;
  height: 98px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: url(../images/icon.png) no-repeat 0 0;
}
#fullpage .fp-controlArrow.fp-prev {
  left: 90px;
}
#fullpage .fp-controlArrow.fp-next {
  right: 90px;
  background-position: -62px 0;
}
#fullpage .fp-scrollable {
  overflow: scroll;
}
#fullpage .fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fullpage .fp-auto-height.fp-section,
#fullpage .fp-auto-height .fp-slide,
#fullpage .fp-auto-height .fp-tableCell {
  height: auto !important;
}
/**************banner***********/
.flexslider {
  position: relative;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider a {
  display: block;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 900;
  display: none;
}
.flex-control-paging li a {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #fff;
}
.flex-control-paging li img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  display: block;
}
.flex-direction-nav {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -50px 0 0;
  z-index: 100;
  padding: 2px;
}
.flex-direction-nav li {
  overflow: visible;
  width: 800px;
}
.flex-direction-nav a {
  overflow: visible;
  width: 60px;
  height: 60px;
  margin: 0;
  opacity: 1;
  top: 0;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999em;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-direction-nav .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url('../images/banner-ico.png') no-repeat 0 0;
  z-index: 200;
}
.flex-direction-nav a.flex-next .arrow {
  background-position: -60px 0;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0px;
}
.flex-direction-nav .flex-next {
  position: absolute;
  right: 0px;
  text-align: left;
}
.flexslider:hover .flex-prev {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flexslider:hover .flex-next {
  right: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flexslider:hover .flex-prev:hover .arrow {
  left: 0;
  background-position: 0 -60px;
  background-color: #fff;
  border: 2px solid #fff;
}
.flexslider:hover .flex-next:hover .arrow {
  right: 0;
  background-position: -60px -60px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #fff;
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
  background-color: #fff;
  opacity: 1;
}
.flexslider {
  margin-left: auto;
  margin-right: auto;
}
.preview {
  width: 100px;
  height: 64px;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
}
.flex-direction-nav .preview img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 94px;
  height: 58px;
}
.preview .alt {
  position: absolute;
  left: 180px;
  top: 0;
  background: #fff;
  width: 180px;
  height: 58px;
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 3px;
  display: none;
}
/* next button */
.flex-next .preview {
  right: -66px;
  left: auto;
}
.flex-next .preview img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 94px;
  height: 58px;
}
.flex-next .preview .alt {
  left: 0;
}
/* hover style */
.flex-prev:hover .preview {
  left: 60px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flex-next:hover .preview {
  right: 60px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main_banner {
  position: relative;
}
.main_banner .item_bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  display: block;
}
.main_banner .item_bg img {
  display: none;
}
.main_banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.main_banner .bd li {
  zoom: 1;
  vertical-align: middle;
  float: left;
  position: relative;
  width: 100%;
}
.main_banner .bd li a {
  display: block;
}
.main_banner .bd li img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.main_banner .hd {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  z-index: 3;
}
.main_banner .hd ul {
  text-align: center;
}
.main_banner .hd li {
  height: 2px;
  margin: 0 5px;
  width: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.main_banner .hd li.on {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 5px;
}
.main_banner .prev,
.main_banner .next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 55;
  display: none;
  margin-top: -30px;
}
.main_banner .prev {
  background-position: -288px -56px;
  left: 0;
}
.main_banner .next {
  background-position: -325px -56px;
  right: 0;
}
#myMenu {
  position: absolute;
  right: 0;
  top: 30%;
  width: 30px;
  z-index: 999;
  display: none;
}
#myMenu li {
  margin: 10px 0;
  text-indent: 5px;
  position: relative;
  height: 14px;
}
#myMenu li a {
  display: block;
  text-align: center;
}
#myMenu li a b {
  font-weight: normal;
  padding-right: 5px;
  color: #a8a8a8;
  position: absolute;
  left: -34px;
  top: -10px;
  font-size: 16px;
  font-family: arial;
  display: none;
}
#myMenu li a span {
  font-size: 0;
  border: 1px solid #a8a8a8;
  background: #a8a8a8;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  width: 2px;
  height: 2px;
  margin-bottom: 5px;
  outline: 0 none;
  transition: all 0.3s ease-out 0s;
}
#myMenu #firstPage {
  text-indent: 0;
}
#myMenu #firstPage a {
  border-bottom: none;
}
#myMenu .active {
  margin: 5px 0;
}
#myMenu .active a b {
  color: #8f8f8f;
  top: -6px;
  display: none;
}
#myMenu .active a span {
  border: 2px solid #5a5a5a;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -4px;
}
.arrow2 {
  margin: 0 auto 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  position: absolute;
  overflow: hidden;
  border: 0 none;
  left: 48%;
  bottom: 2%;
  z-index: 999;
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.arrow2 i {
  width: 34px;
  height: 36px;
  margin: 8px auto 0;
  display: block;
  position: relative;
  background: url(../images/jiant.png) no-repeat center center;
  animation: down-ico 1.5s ease-out infinite;
}
@keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/************index************/
.index .floor_2 {
  background: url(../images/floor_2.jpg) no-repeat center;
  background-size: cover;
}
.h3tit {
  font-family: "SourceHanSansCN ExtraLight", "microsoft yahei";
  font-size: 46px;
  line-height: 52px;
}
.index .cont .line {
  width: 25px;
  height: 3px;
  display: block;
  background: #0c2649;
  margin: 14px 0 30px;
}
.index .cont .stit {
  font-size: 30px;
  font-weight: bold;
  color: #007461;
  padding: 28px 0;
}
.index .cont .summy {
  line-height: 24px;
  height: 150px;
  overflow: hidden;
}
.index .cont .summy a {
  display: block;
  color: #333;
}
.index .cont .summy span {
  border: 1px solid #dcdcdc;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin-top: 23px;
  width: 100px;
}
.index .cont .summy a:hover span {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.iabout .cont {
  width: 552px;
  overflow: hidden;
}
.iabout .cont .tit {
  font-family: "SourceHanSansCN ExtraLight", "microsoft yahei";
}
.iabout .cont .desc {
  line-height: 30px;
}
.iabout .cont .desc a {
  display: block;
}
.iabout .cont .desc p {
  height: 86px;
  overflow: hidden;
}
.iabout .cont .desc span {
  border: 1px solid #dcdcdc;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin-top: 24px;
  width: 100px;
}
.iabout .cont .desc a:hover span {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.iabout .section_con {
  width: 102%;
  padding-top: 54px;
}
.iabout .section_con .item {
  width: 274px;
  height: 164px;
  float: left;
  display: block;
  border: 1px dashed #e4e4e5;
  text-align: center;
}
.iabout .section_con .item.it1,
.iabout .section_con .item.it3 {
  border-right: 0 none;
}
.iabout .section_con .item.it1,
.iabout .section_con .item.it2 {
  border-bottom: 0 none;
}
.iabout .section_con .item a {
  display: block;
  padding: 28px;
}
.iabout .section_con .item .img {
  width: 82px;
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.iabout .section_con .item .img img {
  width: 82px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.iabout .section_con .item .txt {
  line-height: 20px;
  padding-top: 16px;
}
.iabout .section_con .item:hover {
  background: #0c2649;
  border: 1px dotted #0c2649;
}
.iabout .section_con .item:hover.it1,
.iabout .section_con .item:hover.it3 {
  border-right: 0 none;
}
.iabout .section_con .item:hover.it1,
.iabout .section_con .item:hover.it2 {
  border-bottom: 0 none;
}
.iabout .section_con .item:hover img {
  top: -70px;
}
.iabout .section_con .item:hover .txt {
  color: #fff;
}
@media (max-width: 1680px) {
  .iabout .section_con .item {
    height: 140px;
  }
}
.floor_3 {
  background: #f0efec;
}
.floor_3 .cont {
  padding-bottom: 50px;
  text-align: center;
}
.floor_3 .cont p {
  padding: 0 78px;
}
.floor_3 .cont .stit {
  padding: 28px 78px;
}
.floor_3 .cont .summy {
  height: 85px;
}
.floor_3 .iBuilding {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.floor_3 .iBuilding .item {
  width: 480px;
  height: 380px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.floor_3 .iBuilding .item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_3 .iBuilding .item .img img {
  display: block;
  height: 100%;
  transition: all ease-out .3s .1s;
}
.floor_3 .iBuilding .item .img s {
  width: 458px;
  height: 358px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out .5s;
}
.floor_3 .iBuilding .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/black70.png) repeat;
  text-align: center;
  left: 0;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all ease-out .9s;
}
.floor_3 .iBuilding .item .txt img {
  max-width: 100%;
  display: inline;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -21px;
}
.floor_3 .iBuilding .item:hover .img img {
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.floor_3 .iBuilding .item:hover s {
  opacity: 1;
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
}
.floor_3 .iBuilding .item:hover .txt {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
}
.floor_3 .iBuilding .prev,
.floor_3 .iBuilding .next {
  width: 60px;
  height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
}
.floor_3 .iBuilding .prev {
  background-position: 0 -56px;
  left: 0;
}
.floor_3 .iBuilding .prev:hover {
  background-position: -144px -56px;
}
.floor_3 .iBuilding .next {
  background-position: -70px -56px;
  right: 0;
}
.floor_3 .iBuilding .next:hover {
  background-position: -214px -56px;
}
@media (max-width: 1680px) {
  .floor_3 .iBuilding {
    height: 330px;
  }
  .floor_3 .iBuilding .item {
    width: 400px;
    height: 317px;
  }
  .floor_3 .iBuilding .item .img s {
    width: 378px;
    height: 298px;
  }
  .floor_3 .iBuilding .prev,
  .floor_3 .iBuilding .next {
    margin-top: -88px;
  }
}
@media (max-width: 1460px) {
  .floor_3 .iBuilding .item {
    width: 366px;
    height: 290px;
  }
  .floor_3 .iBuilding .item .img s {
    width: 344px;
    height: 268px;
  }
  .floor_3 .iBuilding .item .img:hover img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  .floor_3 .iBuilding .prev,
  .floor_3 .iBuilding .next {
    margin-top: -88px;
  }
}
.floor_4 {
  background: url(../images/floor_4.jpg) no-repeat center;
  background-size: cover;
}
.floor_4 .cont {
  padding-bottom: 30px;
  width: 540px;
}
.floor_4 .cont .line {
  background: #007461;
}
.floor_4 .cont .summy {
  height: 150px;
}
.floor_5 {
 background: url(../images/floor_5.jpg) no-repeat center;
    background-size: cover;
}
   
.floor_5 {
  position: relative;
  overflow: hidden;
}
.floor_5 .smart {
  width: 2020px;
  height: 980px;
  position: absolute;
  left: 50%;
  top: 0;
      margin-left: -960px;
  z-index: 1;

}
.floor_5 .smart #mindscape {
  width: 1920px;
  height: 980px;
  overflow: hidden;
  margin: 0 auto;
  opacity: .7;
}
.floor_5 .zzbgtop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/zz_top.png) no-repeat center bottom;
  height: 154px;
  z-index: 2;
}
.floor_5 .zzbgbot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/zz_bot.png) no-repeat center top;
  height: 172px;
  z-index: 2;
}
.floor_5 .ren {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 520px;
  background: url(../images/ren.png) no-repeat left bottom;
  height: 804px;
  z-index: 3;
}
.floor_5 .iabout5 {
  position: relative;
  z-index: 10;
}
.floor_5 .iabout5 .cont {
  width: 600px;
  color: #fff;
}
.floor_5 .iabout5 .cont .h3tit{
	color: #000;
}
.floor_5 .iabout5 .cont .stit {
      color: #007461;
  line-height: 36px;
}
.floor_5 .iabout5 .cont .line {
  background: #007461;
}
.floor_5 .iabout5 .cont .summy {
  height: 150px;
}
.floor_5 .iabout5 .cont .summy a {
  color: #333;
}
.floor_5 .iabout5 .cont .summy span {
  border: 1px solid #fff;
}
.floor_5 .iabout5 .cont .summy a:hover span {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
@media (max-width: 1680px) {
  .floor_5 .ren {
    background-size: 80%;
  }
  .floor_5 .zzbgtop {
    height: 130px;
  }
  .floor_5 .zzbgbot {
    height: 150px;
  }
  .floor_5 .iabout5 .line {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.floor_6 {
  background: url(../images/floor_6.jpg) no-repeat center;
  background-size: cover;
}
.floor_6 .cont {
  padding-bottom: 30px;
  width: 540px;
}
.floor_6 .cont .line {
  background: #007461;
}
.floor_6 .cont .summy {
  height: 150px;
}
.bcontact {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}
.bcontact li {
  width: 350px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  height: 160px;
}
.bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(../images/contact-ico.png) no-repeat 4px center;
}
.bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
  color: #737373;
}
.bcontact li h4 {
  color: #000;
  font-weight: bold;
}
.bcontact li.a1 {
  border-left: 0px;
  width: 130px;
  padding-right: 180px;
}
.bcontact li.baddress {
  width: 540px;
}
.bcontact li.baddress s {
  background-position: -72px center;
}
.bcontact li.baddress h4 {
  color: #333;
  font-weight: normal;
}
.bcontact li.email {
  width: 130px;
  padding-left: 180px;
}
.bcontact li.email s {
  background-position: -142px center;
}
.floor_7 {
  background: url(../images/floor_7.png) no-repeat center;
}
@media (max-width: 1600px) {
  .floor_7 .bcontact {
    padding-bottom: 30px;
    margin-top: 10px;
  }
  .floor_7 .bcontact li {
    height: 120px;
  }
  .floor_7 .formData .item {
    margin-bottom: 10px;
  }
  .floor_7 .formData .liuyan {
    height: 120px;
  }
  .floor_7 .formData .liuyan textarea {
    height: 110px;
  }
}
@media (max-width: 1368px) {
  .floor_7 .bcontact {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .floor_7 .bcontact li {
    height: 100px;
  }
  .floor_7 .bcontact li h3 {
    padding-bottom: 0;
  }
  .floor_7 .h3tit {
    font-size: 32px;
  }
  .floor_7 .imassge .desc {
    padding: 10px 0;
  }
  .floor_7 .formData .item {
    margin-bottom: 5px;
  }
  .floor_7 .formData .liuyan {
    height: 78px;
  }
  .floor_7 .formData .liuyan textarea {
    height: 65px;
    padding: 5px;
  }
}
.imassge .h3tit {
  text-align: center;
}
.imassge .desc {
  text-align: center;
  line-height: 24px;
  padding: 15px 0 40px;
}
.imassge .desc b {
  color: #0c2649;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .index .cont .h3tit {
    font-size: 38px;
    line-height: 40px;
  }
  .index .cont .stit {
    font-size: 24px;
    padding: 10px 0;
  }
  .index .cont .line {
    margin-bottom: 20px;
  }
  .floor_5 .ren {
    background-size: 76%;
  }
  .floor_5 .zzbgbot {
    height: 120px;
  }
  .floor_5 .zzbgtop {
    height: 116px;
  }
}
@media (max-width: 1368px) {
  .index .cont .h3tit {
    font-size: 34px;
    line-height: 40px;
  }
  .index .cont .stit {
    font-size: 24px;
    padding: 10px 0;
  }
  .index .cont .line {
    margin-bottom: 10px;
  }
  .floor_5 .ren {
    background-size: 70%;
  }
  .floor_5 .zzbgbot {
    height: 110px;
  }
  .floor_5 .zzbgtop {
    height: 106px;
  }
  .iabout .section_con {
    padding-top: 5px;
  }
  .iabout .section_con .item {
    height: 120px;
  }
  .iabout .section_con .item a {
    padding: 10px 20px;
  }
  .floor_3 .cont {
    padding-bottom: 25px;
  }
  .floor_3 .iBuilding {
    height: 300px;
  }
}
/********.fixtool*********/
.toolbar {
  width: 50px;
  position: fixed;
  right: 5%;
  top: 32%;
  z-index: 999;
}
.toolbar dd {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: url(../images/black20.png) repeat 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 7px 0 0 7px;
  *margin: 7px 0 0 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
  display: none;
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #004a71;
  display: none;
}
.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .qq span {
  background-position: 0 -47px;
}
.toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background: #004a71;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .tel span {
  background-position: 0 0;
}
.toolbar .tel:hover {
  background: #004a71;
}
.toolbar .code span {
  background-position: 0 -95px;
}
.toolbar .code:hover {
  background: #004a71;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .top span {
  background-position: 0 -142px;
}
.toolbar .top:hover {
  background: #004a71;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/***********category css*************/
/*nybanner*/
.nybanner {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: block;
  background-position: center 55px;
  background-repeat: no-repeat;
}
.nybanner .txt {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  text-align: center;
  width: 100%;
}
.nybanner .entit {
  font-size: 48px;
  font-family: "SourceHanSansCN ExtraLight", arial;
  text-transform: uppercase;
  line-height: 50px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
}
.nybanner h3 {
  font-size: 24px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.wrapper {
  padding: 50px 0 56px;
  min-height: 720px;
}
.wrapper .ntitle {
  font-size: 50px;
  line-height: 54px;
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.wrapper .stit {
  font-size: 30px;
  color: #007461;
  text-align: center;
  display: block;
}
.wrapper .ntitle2 {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  position: relative;
  padding-top: 100px;
}
.wrapper .ntitle2 .more {
  font-family: arial;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 85px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  display: block;
}
.wrapper .ntitle2 .more:hover {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.wrapper .ntitle2 h3 {
  font-size: 24px;
  position: relative;
  width: 80%;
}
.wrapper .ntitle2 h3 i {
  font-size: 14px;
  font-family: arial;
  display: inline-block;
  padding-left: 5px;
}
.wrapper .ntitle2 s {
  width: 96px;
  height: 3px;
  background: #007461;
  display: block;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.menu_main {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  background: #fff;
  width: 100%;
}
.menu_main .menu {
  position: relative;
}
.menu_main .menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.menu_main .menu a:hover,
.menu_main .menu a.hover {
  background: #004a71;
  color: #fff;
}
.menu_main .menu a.hover .box {
  display: block;
}
.menu_main .menu .box {
  position: absolute;
  left: 0;
  top: 110px;
  display: none;
}
.menu_main .menu .sitepath {
  color: #363636;
  width: 400px;
  white-space: nowrap;
}
.menu_main .menu .sitepath a {
  color: #363636;
  padding: 0;
}
.menu_main .menu .sitepath a:hover {
  color: #004a71;
  background: none;
}
.menu_main.fixt {
  position: fixed;
  top: 50px;
  left: 0;
}
.erwmImg img {
  width: 90px;
  height: 90px;
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
.erro {
  color: red;
  text-align: center;
}
.aboutpage {
  position: relative;
  padding-bottom: 200px;
}
.aboutpage .abtimg {
  background: url(../images/about.jpg) no-repeat center bottom;
  width: 100%;
  height: 338px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.aboutpage .part1 {
  padding: 20px 0;
  text-align: center;
}
.aboutpage .part1 .shu {
  padding: 0 0 50px;
}
.aboutpage .part1 .shu p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 40px;
  height: 40px;
}
.aboutpage .part1 .shu p b {
  font-size: 48px;
  font-family: "SourceHanSansCN ExtraLight", arial;
  padding-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #007461;
  line-height: 48px;
}
.aboutpage .part1 .shu p span {
  color: #9f9f9f;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
.aboutpage .part1 .shu p span i {
  font-family: arial;
  display: block;
  line-height: 16px;
}
.aboutpage .part1 .shu p.p1 {
  border-right: 1px solid #e5e5e5;
}
.aboutpage .part1 .shu p.p1 b {
  color: #004a71;
}
.aboutpage .part1 p {
  font-size: 16px;
  line-height: 30px;
}
.aboutpage .part1 img {
  max-width: 100% !important;
  display: block;
  margin: 50px auto;
}
.aboutpage .part2 {
  text-align: center;
  padding: 50px 0;
}
.aboutpage .part2 .tit2 {
  font-size: 48px;
  line-height: 48px;
  display: block;
}
.aboutpage .part2 .en {
  color: #e5e5e5;
  font-size: 46px;
  text-transform: uppercase;
  padding: 20px 0;
}
.aboutpage .part2 p {
  font-size: 16px;
  line-height: 30px;
}
.aboutpage .part3 {
  padding-top: 50px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.aboutpage .part3 .section_con {
  width: 102%;
}
.aboutpage .part3 .section_con .item {
  width: 297px;
  height: 166px;
  float: left;
  display: block;
  border-right: 1px dotted #e4e4e5;
  text-align: center;
}
.aboutpage .part3 .section_con .item.it1 {
  border-left: 1px dotted #e4e4e5;
}
.aboutpage .part3 .section_con .item a {
  display: block;
  padding: 28px;
}
.aboutpage .part3 .section_con .item .img {
  width: 82px;
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.aboutpage .part3 .section_con .item .img img {
  width: 82px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutpage .part3 .section_con .item .txt {
  line-height: 20px;
  padding-top: 12px;
}
.aboutpage .part3 .section_con .item:hover {
  background: #0c2649;
  border-right: 1px dotted #0c2649;
}
.aboutpage .part3 .section_con .item:hover img {
  top: -70px;
}
.aboutpage .part3 .section_con .item:hover .txt {
  color: #fff;
}
.singlepage {
  padding: 80px 0;
}
.singlepage img {
  max-width: 100% !important;
  display: inline;
}
.singlepage .info {
  padding-top: 100px;
}
.singlepage .ntitle {
  font-size: 50px;
}
.singlepage .homebox .wh_part1 {
  text-align: center;
  position: relative;
}
.singlepage .homebox .wh_part1 .txt {
  position: absolute;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 3;
}
.singlepage .homebox .wh_part1 h3 {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  padding-bottom: 20px;
}
.singlepage .homebox .wh_part1 p {
  font-size: 16px;
}
.singlepage .homebox .wh_part1 img {
  max-width: 100%;
  display: block;
}
.singlepage .homebox .wh_part2 {
  position: relative;
  padding-top: 30px;
}
.singlepage .homebox .wh_part2 .txt {
  width: 400px;
  position: absolute;
  bottom: 14%;
  text-align: left;
  z-index: 9;
}
.singlepage .homebox .wh_part2 .txt h2 {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  padding-bottom: 20px;
  line-height: 60px;
}
.singlepage .homebox .wh_part2 .txt p {
  line-height: 32px;
  color: #888;
}
.singlepage .homebox .wh_part2 .txt.t1 {
  right: 0;
}
.singlepage .homebox .wh_part2 .txt.t2 {
  left: 0;
  padding-left: 150px;
}
.singlepage .homebox .wh_part2 img {
  max-width: 100%;
  display: block;
}
.singlepage .homebox table img {
  display: block;
  margin: 0 auto;
}
.tabBox_main {
  position: relative;
  height: 638px;
}
.tabBox_main .tabBox {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.tabBox_main .tabMain .txt {
  width: 600px;
  padding-top: 182px;
  height: 380px;
}
.tabBox_main .tabMain .txt .tit {
  font-size: 136px;
  font-weight: bold;
  font-family: arial;
  line-height: 140px;
  color: #004a71;
  padding-left: 100px;
}
.tabBox_main .tabMain .txt .desc {
  line-height: 24px;
  padding-left: 100px;
}
.tabBox_main .tabMain .img {
  width: 600px;
  height: 460px;
  overflow: hidden;
  padding-top: 100px;
}
.tabBox_main .tabMain .img img {
  max-width: 100%;
  display: block;
}
.tabBox_main .tabs {
  width: 100%;
  text-align: center;
  background: url(../images/his.png) repeat-x left top;
  padding-top: 50px;
}
.tabBox_main .tabs span {
  width: 14px;
  height: 7px;
  display: inline-block;
  position: absolute;
  left: 25px;
}
.tabBox_main .tabs .jt {
  background: url(../images/iup.png) no-repeat center center;
  top: -14px;
}
.tabBox_main .tabs .jt2 {
  background: url(../images/idown.png) no-repeat center center;
  top: 28px;
}
.tabBox_main .tabs li {
  text-align: center;
  display: block;
  float: left;
  width: 65px;
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #333;
  cursor: pointer;
  position: relative;
  *height: 30px;
  *line-height: 30px;
}
.tabBox_main .tabs li.on {
  color: #004a71;
}
@keyframes xia {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes xia {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.jt {
  animation: xia 1s linear infinite;
  -webkit-animation: xia 1s linear infinite;
}
@keyframes shang {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes shang {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.jt2 {
  animation: shang 1s linear infinite;
  -webkit-animation: shang 1s linear infinite;
}
/*集团产业*/
.Industrypage .part_1 {
  padding: 80px 0 0;
}
.Industrypage .part_1 .info {
  padding-top: 50px;
  text-align: center;
}
.Industrypage .part_1 .info img {
  max-width: 100% !important;
  display: inline;
}
.Industrypage .part_3 {
  padding-top: 50px;
}
.Industrypage .part_3 .ntitle2 {
  padding-top: 0;
}
.Industrypage .Scenesbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 800px;
}
.Industrypage .Scenesbox .smart {
  width: 2020px;
  height: 980px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -1010px;
  z-index: 1;
  background: #000;
}
.Industrypage .Scenesbox .smart #mindscape {
  width: 1920px;
  height: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.Industrypage .Scenesbox .zzbgtop {
  position: absolute;
  left: 0;
  top: -38px;
  width: 100%;
  background: url(../images/zz_top.png) no-repeat center top;
  height: 154px;
  z-index: 2;
}
.Industrypage .Scenesbox .zzbgbot {
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 100%;
  background: url(../images/zz_bot.png) no-repeat center top;
  height: 172px;
  z-index: 2;
}
.Industrypage .Scenesbox .ren {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 382px;
  background: url(../images/ren2.png) no-repeat left bottom;
  height: 582px;
  z-index: 3;
  margin-left: -191px;
}
.Industrypage.Internet {
  padding-bottom: 100px;
}
.Industrypage.Internet .girdlist {
  padding-bottom: 0;
}
.Industrypage .brand {
  padding-bottom: 50px;
}
.girdlist {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.girdlist .list {
  width: 100%;
}
.girdlist .item {
  width: 23%;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  margin-left: 2%;
  background: #fff;
}
.girdlist .item:first-child {
  margin-left: 1%;
}
.girdlist .item a {
  display: block;
}
.girdlist .item .img {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.girdlist .item .img img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  height: 100%;
  display: block;
}
.girdlist .item .item_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out .5s;
}
.girdlist .item .item_mask .item_link_icon {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  background-position: -376px 0;
  line-height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
}
.girdlist .item .txt {
  background: #fff;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.girdlist .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.girdlist .item:hover img {
  transform: scale(1.06, 1.06);
}
.girdlist .item:hover .item_mask {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
  background: rgba(0, 0, 0, 0.3);
}
.girdlist .item:hover .item_mask .item_link_icon {
  transform: translateY(-21px);
  opacity: 1;
  filter: Alpha(opacity=100);
}
@media (max-width: 1680px) {
  .girdlist .item .img {
    height: 330px;
  }
}
@media (max-width: 1460px) {
  .girdlist .item .img {
    height: 286px;
  }
}
@media (max-width: 1370px) {
  .girdlist .item .img {
    height: 270px;
  }
}
.Project {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.Project .list {
  width: 100%;
}
.Project .item {
  width: 23%;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  margin-left: 2%;
  background: #fff;
  height: 370px;
  overflow: hidden;
}
.Project .item:first-child {
  margin-left: 1%;
}
.Project .item a,
.Project .item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.Project .item .bg {
  position: absolute;
  height: 150px;
  width: 100%;
  background: url(../images/black_jb.png) repeat-x left top;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.Project .item .txt {
  position: absolute;
  z-index: 2;
  width: 92%;
  left: 0;
  bottom: 26px;
  padding: 0 4%;
  color: #fff;
  text-align: left;
}
.Project .item .txt p {
  border-left: 2px solid #fff;
  height: 34px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 10px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.Project .item .txt p span {
  font-size: 16px;
  display: block;
  padding-bottom: 5px;
}
.Project .item .txt em {
  width: 16px;
  height: 16px;
  display: block;
  background-position: -454px 0;
  margin-top: 5px;
}
.Project .item:hover img {
  transform: scale(1.06, 1.06);
}
@media (max-width: 1680px) {
  .Project .item {
    height: 333px;
  }
}
@media (max-width: 1460px) {
  .Project .item {
    height: 286px;
  }
  .Project .item .img {
    height: 286px;
  }
}
@media (max-width: 1370px) {
  .Project .item {
    height: 270px;
  }
  .Project .item .img {
    height: 270px;
  }
}
/*样板房项目*/
.promodel .item {
  width: 24.7%;
  height: 450px;
  margin: 0 0 20px;
}
.promodel .item:first-child {
  margin-left: 0;
}
.promodel .item .bg {
  height: 50px;
  background: url(../images/black50.png) repeat;
  text-align: center;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.promodel .item .bg h3 {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.promodel .item .bg h4 {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  display: none;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.promodel .item .txt {
  bottom: 50px;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff;
  display: none;
  background: url(../images/black70.png) repeat;
}
.promodel .item .txt h3 {
  text-align: center;
  font-size: 20px;
}
.promodel .item .txt p {
  border: 0 none;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.promodel .item:hover .bg {
  background: url(../images/grenn50.png) repeat;
}
@media (max-width: 1680px) {
  .promodel .item {
    height: 389px;
  }
}
@media (max-width: 1460px) {
  .promodel .item {
    height: 336px;
  }
}
@media (max-width: 1370px) {
  .promodel .item {
    height: 316px;
  }
}
.brandlist {
  position: relative;
  width: 100%;
  height: 662px;
}
.brandlist .bd {
  height: 662px;
  overflow: hidden;
  width: 100%;
  background: #fafafa;
}
.brandlist .bd li {
  display: block;
  height: 662px;
  width: 100%;
  vertical-align: middle;
}
.brandlist .bd li .fl {
  width: 50%;
  position: relative;
  height: 100%;
}
.brandlist .bd li .txt {
  width: 420px;
  position: absolute;
  left: 50%;
  top: 26%;
  text-align: center;
  margin-left: -120px;
}
.brandlist .bd li .txt a {
  display: block;
}
.brandlist .bd li .txt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.brandlist .bd li .txt .st {
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 30px;
  color: #333;
}
.brandlist .bd li .txt s {
  width: 30px;
  height: 1px;
  background: #7d7d7d;
  display: block;
  margin: 0 auto;
}
.brandlist .bd li .txt .desc {
  line-height: 24px;
  margin-bottom: 37px;
  color: #333;
  padding-top: 30px;
}
.brandlist .bd li .txt .jia {
  position: relative;
  width: 50px;
  height: 50px;
  display: none;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s ease-out 0s;
}
.brandlist .bd li .txt .jia i {
  display: none;
  position: absolute;
  background-color: #6a6a6a;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s ease-out 0s;
}
.brandlist .bd li .txt .jia i.q {
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.brandlist .bd li .txt .jia i.h {
  width: 2px;
  height: 14px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
}
.brandlist .bd li .txt .jt {
  width: 48px;
  height: 26px;
  display: block;
  margin: 108px auto 0;
  background-position: -408px -70px;
}
.brandlist .bd li .txt a:hover .jia {
  border: 1px solid #004a71;
  background: #004a71;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.brandlist .bd li .txt a:hover .jia i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}
.brandlist .bd li .img {
  width: 50%;
  position: relative;
  height: 100%;
}
.brandlist .bd li .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.brandlist .bd li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.brandlist .hd {
  position: absolute;
  right: 19%;
  top: -54px;
  z-index: 9;
  width: 94px;
}
.brandlist .hd a {
  width: 42px;
  height: 26px;
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}
.brandlist .hd .prev {
  background-position: -380px -110px;
}
.brandlist .hd .prev:hover {
  background-position: -380px -140px;
}
.brandlist .hd .next {
  background-position: -430px -110px;
}
.brandlist .hd .next:hover {
  background-position: -430px -140px;
}
@media (max-width: 1460px) {
  .brandlist .bd {
    height: 494px;
  }
  .brandlist .bd li {
    height: 494px;
  }
  .brandlist .bd li .txt {
    width: 400px;
    top: 16%;
    margin-left: -210px;
  }
  .brandlist .bd li .txt .jt {
    margin-top: 62px;
  }
}
/*newsPage*/
.thumblist1 {
  overflow: hidden;
  position: relative;
}
.thumblist1 .list {
  width: 108%;
  padding-bottom: 0 !important;
}
.thumblist1 .item1 {
  width: 590px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.thumblist1 .item1 a {
  display: block;
}
.thumblist1 .item1 .img {
  width: 590px;
  height: 300px;
  overflow: hidden;
}
.thumblist1 .item1 .img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.thumblist1 .item1 .txt {
  padding: 24px 30px;
  position: relative;
}
.thumblist1 .item1 .txt .time {
  color: #333;
  position: absolute;
  left: 30px;
  top: 24px;
  width: 70px;
  height: 64px;
  border-right: 1px solid #d6d6d6;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.thumblist1 .item1 .txt .time b {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: normal;
}
.thumblist1 .item1 .txt h3 {
  padding-left: 82px;
  font-size: 18px;
}
.thumblist1 .item1 .txt p {
  color: #aaa;
  line-height: 24px;
  padding-left: 82px;
  padding-top: 10px;
  height: 50px;
  overflow: hidden;
}
.thumblist1 .item1 .txt .jt {
  margin-top: 30px;
  width: 150px;
  height: 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: block;
  padding-top: 16px;
}
.thumblist1 .item1 .txt .jt i {
  width: 46px;
  height: 8px;
  background-position: -176px 0;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.thumblist1 .item1:hover img {
  transform: scale(1.06, 1.06);
}
.thumblist1 .item1:hover .txt .jt {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.thumblist1 .item1:hover .txt .jt i {
  background-position: -176px -26px;
}
.thumblist1 .prev,
.thumblist1 .next {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 26%;
  cursor: pointer;
}
.thumblist1 .prev {
  background-position: -288px -56px;
  left: 0;
}
.thumblist1 .prev:hover {
  background-position: -288px -120px;
}
.thumblist1 .next {
  background-position: -325px -56px;
  right: 0;
}
.thumblist1 .next:hover {
  background-position: -325px -120px;
}
.noinfor {
  text-align: center;
  color: red;
}
.noinfor2 {
  text-align: center;
  color: red;
}
.newsPage .floor_1 {
  padding: 48px 0 0;
}
.newsPage .list {
  padding-bottom: 30px;
}
.newsPage .newslist {
  overflow: hidden;
  padding: 50px 0;
}
.newsPage .item {
  height: 200px;
  padding: 26px 0;
  transition: all .5s;
  border-bottom: 1px solid #f2f2f2;
  display: block;
}
.newsPage .item:first-child {
  padding-top: 0;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 300px;
  height: 200px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 24px;
  padding: 25px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #454545;
}
.newsPage .item .desc {
  color: #454545;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.newsPage .item .liu {
  display: block;
  color: #454545;
  font-size: 14px;
}
.newsPage .item .txt {
  width: 150px;
}
.newsPage .item .txt .time {
  border-left: 1px solid #eee;
  width: 82px;
  height: 84px;
  display: block;
  margin-left: 54px;
  padding-left: 10px;
  margin-top: 20px;
}
.newsPage .item .txt .time b {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: normal;
}
.newsPage .item .txt .jt {
  margin-top: 30px;
  width: 140px;
  height: 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: block;
  padding-top: 16px;
}
.newsPage .item .txt .jt i {
  width: 46px;
  height: 8px;
  background-position: -176px 0;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item:hover {
  transform: translate3d(0px, -6px, 0px);
}
.newsPage .item:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.newsPage .item:hover h3 {
  color: #004a71;
}
.newsPage .item:hover .txt .jt {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.newsPage .item:hover .txt .jt i {
  background-position: -176px -26px;
}
/*teamPage*/
.teamPage {
  overflow: hidden;
}
.teamPage .gridlist34 {
  width: 104%;
  text-align: left;
}
.teamPage .gridlist34 .item {
  width: 220px;
  margin: 0 24px 30px 0;
  text-align: center;
}
.teamPage .gridlist34 .item h3 {
  height: 44px;
  overflow: hidden;
}
.teamPage .gridlist34 .item:first-child {
  margin-left: 0;
}
.teamPage .gridlist34 .item img,
.teamPage .gridlist34 .item .bg,
.teamPage .gridlist34 .item .plus {
  width: 220px;
  height: 293px;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage .list {
  padding-bottom: 20px;
  width: 105%;
}
.searchPage .gridlist .itemk {
  width: 100%;
  height: 168px;
  margin-bottom: 26px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fbfbfb;
}
.searchPage .gridlist .itemk a {
  width: 100%;
  display: block;
}
.searchPage .gridlist .itemk img {
  width: 300px;
  height: 169px;
  display: block;
  margin-right: 30px;
}
.searchPage .gridlist .itemk h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #000;
}
.searchPage .gridlist .itemk .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.searchPage .gridlist .itemk .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.searchPage .gridlist .itemk .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.searchPage .gridlist .itemk:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.searchPage .gridlist .itemk:hover h3 {
  color: #004a71;
  text-indent: 5px;
}
.searchPage .gridlist .itemk:hover .time .day span {
  background: #6d6d6d;
}
.searchPage .gridlist .itemk:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
.contactpage {
  padding: 80px 0;
  position: relative;
}
.contactpage .item {
  background: #fafafa;
  width: 1200px;
  height: 500px;
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
}
.contactpage .item .txt {
  padding: 40px;
  width: 420px;
  height: 420px;
  overflow: hidden;
  float: left;
}
.contactpage .item .txt h3 {
  font-size: 30px;
  display: block;
}
.contactpage .item .txt s {
  width: 60px;
  height: 1px;
  display: block;
  background: #333;
  margin: 20px 0;
}
.contactpage .item .txt .cont {
  padding-top: 45px;
  line-height: 36px;
  height: 210px;
  overflow: hidden;
}
.contactpage .item .map {
  width: 700px;
  height: 500px;
  overflow: hidden;
  float: right;
}
.contactpage .item.a2 .txt {
  float: right;
}
.contactpage .item.a2 .map {
  float: left;
}
.contactpage .hd {
  position: absolute;
  left: 40px;
  bottom: 112px;
}
.contactpage .hd span {
  width: 150px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 24px;
}
.contactpage .hd span i {
  width: 46px;
  height: 8px;
  background-position: -250px 0;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.contactpage .hd span:hover {
  border: 1px solid #004a71;
  background: #004a71;
  color: #fff;
}
.contactpage .hd span:hover i {
  background-position: -250px -18px;
}
.contactpage .hd .next i {
  background-position: -305px 0;
}
.contactpage .hd .next:hover i {
  background-position: -305px -18px;
}
.contactpage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.contactpage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #828282;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 318px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 60px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: -4px;
  line-height: 38px;
  border: 2px solid #004a71;
  text-align: center;
  background: #004a71;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: none;
  color: #004a71;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
.projectPage {
  overflow: hidden;
}
.projectPage .list {
  width: 105%;
}
.yewuPage .list {
  padding-bottom: 30px;
}
.yewuPage .item {
  width: 100%;
  height: 160px;
  padding: 26px 0;
  transition: all .5s;
  border-bottom: 1px solid #f3f3f3;
}
.yewuPage .item:first-child {
  padding-top: 0;
}
.yewuPage .item a {
  width: 100%;
  display: block;
}
.yewuPage .item img {
  width: 340px;
  height: 160px;
  display: block;
  margin-right: 30px;
}
.yewuPage .item h3 {
  font-size: 18px;
  padding: 30px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #000;
}
.yewuPage .item .txt {
  color: #999;
  line-height: 24px;
  height: 48px;
  padding-right: 50px;
  overflow: hidden;
}
.yewuPage .item .time {
  width: 130px;
  padding: 25px 0 25px 45px;
  margin-top: 20px;
  border-left: 1px solid #eee;
  font-family: arial;
  font-size: 18px;
  color: #999;
}
.yewuPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.yewuPage .item .time s {
  width: 14px;
  height: 18px;
  display: block;
  margin-top: 20px;
  background-position: -224px 0;
}
.yewuPage .item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
}
.yewuPage .item:hover h3 {
  color: #004a71;
}
.yewuPage .item:hover .time .day span {
  background: #6d6d6d;
}
.yewuPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
.yewuPage .item.items img {
  width: auto;
  max-width: 300px;
}
.jobPage {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.jobPage .title {
  width: 100%;
  height: 16px;
  position: relative;
  border-top: 1px solid #ccc;
}
.jobPage .title span,
.jobPage .title h3 {
  position: absolute;
  left: 0;
  top: -14px;
  line-height: 28px;
  background: #fff;
  display: block;
  padding-right: 14px;
  font-size: 18px;
  color: #000;
}
.jobPage .title span b {
  font-weight: normal;
  color: #004a71;
  display: inline-block;
  padding: 0 10px;
}
.jobPage .title h3 {
  color: #004a71;
  font-weight: normal;
}
.jobPage .cont {
  padding-top: 20px;
}
.jobPage .cont .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #004a71;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .cont .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .cont .item .top span {
  display: inline-block;
}
.jobPage .cont .item .top span.sarry {
  color: #004a71;
  margin-right: 36px;
}
.jobPage .cont .item .top .time {
  color: #999;
}
.jobPage .cont .item .top h3 {
  font-size: 18px;
  font-weight: normal;
  color: #004a71;
}
.jobPage .cont .item .top p {
  display: block;
}
.jobPage .cont .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .cont .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url(../images/jobbtn.png) no-repeat 0 0;
  display: none;
}
.jobPage .cont .item.hover {
  background: #f9f9f9;
}
.jobPage .cont .item.hover .btn {
  display: block;
}
.jobPage .left {
  width: 800px;
}
.jobPage .right {
  width: 350px;
}
.jobPage .right .item {
  margin-bottom: 74px;
}
.jobPage .right .item .cont {
  line-height: 28px;
}
.jobPage .right .item .cont img {
  margin-left: 10px;
}
/*****showPro****/
.showPro {
  padding-bottom: 30px;
}
.showPro .showImg {
  padding-bottom: 50px;
}
.showPro .photo {
  width: 540px;
}
.showPro .photo .jqzoom {
  width: 540px;
  height: 405px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.showPro .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.showPro .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(Opacity=50);
}
.showPro .photo .img {
  width: 540px;
  height: 405px;
  display: block;
}
.showPro .photo .photoimg {
  width: 540px;
  height: 71px;
  margin-top: 12px;
  position: relative;
}
.showPro .photo .photoimg .list {
  width: 505px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showPro .photo .photoimg .listcon {
  width: 300%;
}
.showPro .photo .photoimg .prev,
.showPro .photo .photoimg .next {
  width: 12px;
  height: 30px;
  z-index: 10;
  position: absolute;
  top: 21px;
  cursor: pointer;
  background: url(../images/spro-btn-ico.png) no-repeat 0 center;
}
.showPro .photo .photoimg .prev {
  left: 0;
}
.showPro .photo .photoimg .next {
  right: 0;
  background-position: -90px center;
}
.showPro .photo .photoimg a {
  width: 95px;
  height: 71px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 7px;
}
.showPro .photo .photoimg a img {
  width: 95px;
  height: 71px;
  display: block;
}
.showPro .photo .photoimg a.hover img {
  border: 3px solid #004a71;
  width: 89px;
  height: 65px;
}
.showPro .imgtxtcon {
  width: 620px;
  height: 488px;
  float: right;
  position: relative;
}
.showPro .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
.showPro .imgtxtcon .mark {
  color: #888;
}
.showPro .imgtxtcon .line {
  width: 50px;
  height: 3px;
  display: block;
  background: #999999;
  margin: 20px 0;
}
.showPro .imgtxtcon .txtcon .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.showPro .imgtxtcon .txt {
  line-height: 35px;
  height: 280px;
  overflow: hidden;
}
.showPro .imgtxtcon .btn {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #004a71;
}
.showPro .imgtxtcon .btn:hover {
  background: #444;
}
.showPro .showp_txt {
  padding: 0 0 50px 0;
  position: relative;
}
.showPro .showp_txt .tit {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #004a71;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.showPro .showp_txt .txtcon {
  font-size: 14px;
  color: #000000;
  min-height: 70px;
  line-height: 26px;
}
.showPro .showp_txt .txtcon img {
  max-width: 100%;
  display: block;
}
.showPro .showp_txt.one {
  border-top: 0px;
  padding-top: 25px;
}
.showPro .showp_txt.one .tit {
  top: 25px;
}
/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.showNews {
  padding-top: 30px;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
  min-height: 480px;
}
.showNews .showContxt img {
  max-width: 100% !important;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0 40px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #004a71;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}
.pager ul a.current {
  background-color: #004a71;
  border-color: #004a71;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #004a71;
  border-color: #004a71;
  color: #fff;
}
.pager ul a:hover {
  background-color: #004a71;
  border-color: #004a71;
  color: #fff;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  *margin-bottom: 10px;
}
.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}
.map_ul .list-inline {
  display: block;
  width: 86%;
}
.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 0 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0px;
}
.map_ul .list-inline li a {
  font-weight: normal;
  display: block;
  text-indent: 0;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border: 1px solid #ccc;
}
.map_ul .list-inline a:hover {
  background: #004a71;
  color: #fff;
  border: 1px solid #004a71;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.active .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.active .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
/*# sourceMappingURL=style.css.map */
