@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
a:hover {
  color: inherit;
  text-decoration: none
}

button,
button:focus,
img,
input,
select,
textarea {
  border: none;
  outline: 0
}

button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit
}

::-webkit-scrollbar {
  display: none
}

img {
  max-width: 100%;
  vertical-align: top
}

label {
  font-weight: 400;
  margin-bottom: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

li {
  list-style: none
}

.float-lt {
  float: left
}

.float-rt {
  float: right
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden
}

.clearfix {
  zoom: 1
}

.article-pages p,
.build-name,
.footer-title,
.news-title,
.product-name,
.product-title,
.product-word,
.text-ellipsis,
.xinwen-item a,
.xinwen-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.align-center {
  text-align: center
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.mid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px
}

.common-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 10
}

.transparent-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10
}

.ablock {
  display: block;
  height: 100%
}
.group-imgs{
display: none;
}
#container {
  height: 600px
}

@media screen and (max-width:1200px) {
  #container {
    height: 400px
  }
}

@media screen and (max-width:650px) {
  #container {
    height: 300px
  }
}

.map-container {
  margin-top: 30px
}

.back-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: url(../img/back-top.png) no-repeat center;
  opacity: .6
}

@media screen and (max-width:650px) {
  .back-top {
    bottom: 20px;
    width: 36px;
    height: 36px;
    background-size: contain
  }
}

.header-top {
  position: relative;
  height: 80px;
  -webkit-box-shadow: 0 1px 1px #ececec;
  box-shadow: 0 1px 1px #ececec
}

.header-btn,
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px
}

.header-logo {
  font-size: 0;
}

.header-btn {
  width: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  cursor: pointer
}

.header-button {
  display: none
}

.header-item {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 80px;
  padding: 0 20px
}

.header-item.active:after,
.header-item:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 3px;
  background-color: #0381c9
}

.header-nav-m {
  display: none
}

@media screen and (max-width:1200px) {
  .aside,
  .header-btn {
    display: none
  }
  .header-item {
    padding: 0 10px
  }
}

@media screen and (max-width:800px) {
  .header-nav {
    display: none
  }
  .header-nav-m {
    position: absolute;
    left: 0;
    top: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin-right: -10px;
    padding: 10px 0;
    color: #fff;
    background-color: rgba(215, 190, 155, .9);
    z-index: 99
  }
  .header-btn,
  .header-logo,
  .header-top {
    height: 50px
  }
  .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
  }
  .header-item {
    width: 25%;
    text-align: center;
    line-height: 32px
  }
  .header-item.active:after,
  .header-item:hover:after {
    content: '';
    display: none
  }
}

.aside {
  display: none;
  position: absolute;
  right: -999px;
  top: 0;
  bottom: 0;
  width: 442px;
  padding-left: 70px;
  padding-top: 40px;
  z-index: 20;
  color: #d7be9b;
  background: url(../img/aside-bg.jpg) no-repeat center;
  background-size: cover
}

.aside-close {
  width: 24px;
  margin-bottom: 40px;
  cursor: pointer
}

.aside-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 16px
}

.aside-cont {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px
}

.aside-ewm {
  margin-top: 20px
}

.aside-pic {
  display: block;
  margin: 10px 0
}

.aside-name {
  color: #7e7e80;
  line-height: 20px
}

.footer {
  overflow: hidden;
  padding-top: 100px;
  color: #505050;
  background: url(../img/footer-bg.jpg) no-repeat top center;
  background-size: cover
}

.footer-node {
  font-family: '幼圆';
  font-size: 40px
}

.footer-logo {
  margin-top: 30px;
  margin-bottom: 30px
}

.footer-img {
  overflow: hidden;
  width: 50px;
  height: 36px
}

.footer-name {
  position: relative;
  margin-left: 40px;
  font-size: 22px;
  color: #0381c9
}

.footer-name:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 24px;
  background-color: #505050;
  opacity: .4
}

.footer-intro {
  width: 500px;
  margin: 0 auto;
  line-height: 24px
}

.footer-unit {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #999
}

.footer-cell {
  float: left;
  width: 10%
}

.footer-cell:nth-child(1) .footer-icon {
  background-image: url(../img/icon-foot-0.png)
}

.footer-cell:nth-child(2) .footer-icon {
  background-image: url(../img/icon-foot-1.png)
}

.footer-cell:nth-child(3) .footer-icon {
  background-image: url(../img/icon-foot-2.png)
}

.footer-cell:nth-child(4) .footer-icon {
  background-image: url(../img/icon-foot-3.png)
}

.footer-cell:nth-child(5) .footer-icon {
  background-image: url(../img/icon-foot-4.png)
}

.footer-cell:nth-child(6) .footer-icon {
  background-image: url(../img/icon-foot-5.png)
}

.footer-cell:nth-child(7) .footer-icon {
  background-image: url(../img/icon-foot-6.png)
}

.footer-cell:nth-child(8) .footer-icon {
  background-image: url(../img/icon-foot-7.png)
}

.footer-cell:nth-child(9) .footer-icon {
  background-image: url(../img/icon-foot-8.png)
}

.footer-cell:nth-child(10) .footer-icon {
  background-image: url(../img/icon-foot-9.png)
}

.footer-icon {
  margin: 10px auto;
  width: 56px;
  height: 56px;
  border: 2px solid #999;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit
}

.footer-pic {
  display: block;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #e3e3e3;
  border: 1px solid #d2d0d1
}

.footer-guanzhu {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  line-height: 16px;
  margin-top: 16px
}

.footer-adr,
.footer-item,
.footer-left {
  float: left
}

.footer-ewm {
  float: right;
        margin-left: 26px;
}

.footer-nav {
  padding-bottom: 30px
}

.footer-item {
  display: block;
  width: 100px;
  color: #0381c9;
  line-height: 24px
}

.footer-container {
  padding-bottom: 50px
}

.footer-contact {
  width: 800px;
  line-height: 24px
}

.footer-adr {
  width: 356px
}

.footer-btm {
  height: 70px;
  padding-top: 30px;
  background-color: #e1e1e1
}

.footer-copy {
  font-size: 12px
}

@media screen and (max-width:1200px) {
  .footer-cell {
    width: 20%
  }
}

@media screen and (max-width:1040px) {
  .footer-ewm,
  .footer-left {
    float: none
  }
  .footer-contact {
    width: 100%
  }
  .footer-adr {
    width: 50%
  }
  .footer-nav {
    padding-bottom: 16px
  }
  .footer-item {
    width: 12.5%;
    text-align: center
  }
  .footer-ewm {
    margin-top: 16px;
     display: inline-block;
  }
  .footer-guanzhu {
    margin-top: 50px;
    margin-left: 30px;
    text-align: center
  }
  .footer-btm {
    height: 60px;
    padding-top: 10px
  }
  .footer-copy,
  .footer-tech {
    float: none;
    line-height: 24px;
    font-size: 12px;
    text-align: center
  }
}

@media screen and (max-width:650px) {
  .footer {
    padding-top: 40px
  }
  .footer-node {
    font-size: 20px
  }
  .footer-logo {
    margin-top: 16px;
    margin-bottom: 16px
  }
  .footer-img {
    overflow: hidden;
    width: 30px;
    height: 20px
  }
  .footer-name {
    font-size: 16px
  }
  .footer-name:before {
    height: 14px
  }
  .footer-intro {
    width: 320px
  }
  .footer-unit {
    padding: 20px 0;
    margin-bottom: 20px
  }
  .footer-cell {
    width: 20%
  }
  .footer-icon {
    border: 1px solid #d2d0d1
  }
  .footer-title {
    font-size: 11px
  }
  .footer-item {
    width: 25%;
    font-size: 12px
  }
  .footer-container {
    padding-bottom: 20px
  }
  .footer-adr {
    padding-left: 20px;
    width: 100%;
    font-size: 12px
  }
  .footer-guanzhu,
  .footer-pic {
    display: block;
    margin: 0 auto
  }
  .footer-guanzhu {
    margin-top: 10px
  }
}

.carousel-indicators li {
  margin: 1px 4px;
  border: none;
  background-color: #fff
}

.carousel-indicators .active {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background-color: #21ddf6
}

.banner-all {
  height: 400px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.banner-mb,
.banner-small {
  display: none
}

@media screen and (max-width:650px) {
  .banner-all {
    height: 200px
  }
  .banner-big,
  .banner-pc {
    display: none
  }
  .banner-mb,
  .banner-small {
    display: block
  }
}

.group {
  background-image: url(../img/group-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.group-txt {
  padding-top: 130px
}

.group-title {
  font-size: 32px
}

.group-word {
  margin-left: 10px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.group-cont {
  width: 580px;
  margin: 30px 0;
  line-height: 28px;
  text-align: justify
}

.group-btn,
.product-btn {
  display: block;
  width: 132px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background-color: #0381c9;
  border: 1px solid #0381c9;
  color: #fff;
  border-radius: 16px;
  text-transform: uppercase
}

.group-btn:hover,
.product-btn:hover {
  background-color: transparent;
  color: #0381c9
}

.group-pic {
  position: relative;
  top: -64px
}

.group-pic:after {
  content: '';
  position: absolute;
  left: -155px;
  bottom: 0;
  display: block;
  width: 156px;
  height: 178px;
  background: -webkit-gradient(linear, left top, right top, from(#9cb9fd), to(#8995fc));
  background: linear-gradient(left, #9cb9fd, #8995fc)
}

.group-posi {
  overflow: hidden;
  position: relative;
  top: -100px
}

.group-img {
  overflow: hidden;
  width: 480px;
  height: 452px
}
.noshow img{
    display: none;
}
.group-img img {
  width: 100%
}

@media screen and (max-width:1200px) {
  .group-pic {
    display: none
  }
  .group-posi {
    position: initial
  }
  .group-img,
  .group-txt {
    float: none;
    width: 100%
  }
  .group-cont {
    width: 100%
  }
  .group-txt {
    padding-top: 20px
  }
  .group-cont {
    margin: 20px 0
  }
  .group-img {
    margin: 10px 0;
    height: auto;
    text-align: center
  }
}

@media screen and (max-width:650px) {
  .group-title {
    font-size: 18px
  }
  .group-word {
    font-size: 16px
  }
}

.title-common {
  font-size: 20px;
  color: #0381c9
}

.title-common.white {
  color: #fff
}

.title-common.white .title-word {
  color: #fff
}

.title-word {
  font-size: 30px;
  font-family: arial;
  text-transform: uppercase;
  color: #dedbd7
}

@media screen and (max-width:650px) {
  .title-common {
    font-size: 16px
  }
  .title-word {
    font-size: 18px
  }
}

.nav-tabs {
  border-bottom: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  position: relative;
  color: #0381c9;
  border: none
}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 3px;
  background-color: #0381c9
}

.nav-tabs>li>a {
  font-size: 16px;
  border: none
}

.nav-tabs>li>a:hover {
  background-color: transparent
}

.xinwen {
  padding-top: 50px;
  /*padding-bottom: 50px*/
}

.xinwen-contain {
  margin-top: 20px
}

.xinwen-unit {
  padding: 20px 0
}

.xinwen-cell {
  border-bottom: 3px solid #faf8f6
}

.xinwen-word {
  width: 90px;
  height: 90px;
  font-size: 22px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #0381c9;
  background-color: #e9effd
}

.xinwen-txt {
  width: 490px;
  padding-left: 10px
}

.xinwen-title {
  font-size: 18px
}

.xinwen-cont {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
  line-height: 24px;
  height: 48px;
  color: #666
}

.xinwen-list {
  width: 580px;
  height: 140px;
  padding: 14px 0 14px 100px
}

.xinwen-time {
  margin-right: 10px
}

.xinwen-item {
  line-height: 28px;
  color: #666
}

.xinwen-item a {
  display: block
}

.xinwen-qixia {
  width: 480px;
  padding-bottom: 100px;
  padding-top: 32px;
  background: url(../img/map-bg.png) no-repeat right center
}

.xinwen-kind {
  margin: 20px 0
}

.xinwen-icon {
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
  background-image: url(../img/icon-earth.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.xinwen-biao {
  line-height: 28px
}

.xinwen-biao span {
  margin-right: 28px
}

@media screen and (max-width:1200px) {
  .xinwen {
    padding-top: 25px;
    padding-bottom: 0
  }
  .xinwen-contain,
  .xinwen-qixia {
    float: none;
    width: 100%
  }
  .xinwen-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .xinwen-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    width: 100%
  }
  .xinwen-list {
    padding-left: 0;
    width: inherit
  }
}

.product {
  padding: 50px 0;
  background-image: url(../img/product-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.product-btn {
  margin-top: 20px;
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.product-btn:hover {
  color: #0381c9;
  background-color: #fff
}

.product-list {
  padding-top: 40px;
  padding-bottom: 20px
}

.product-arrow {
  position: absolute;
  bottom: 4px;
  left: 52px;
  display: none;
  margin: 32px
}

.product-item {
  float: left;
  width: 220px;
  height: 320px;
  margin-right: 20px
}

.product-item:nth-last-child(1) {
  margin-right: 0
}

.product-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 120px 40px 0 20px;
  background-color: #fff
}

.product-box:hover {
  -webkit-transition: all .6s;
  transition: all .6s;
  padding-top: 50px;
  color: #fff;
  background-color: #d7be9b
}

.product-box:hover .product-icon {
  background-position: 0 -56px
}

.product-box:hover .product-word {
  color: #fff
}

.product-box:hover .product-arrow {
  display: block
}

.product-item:nth-child(1) .product-icon {
  background-image: url(../img/icon-product-1.png)
}

.product-item:nth-child(2) .product-icon {
  background-image: url(../img/icon-product-2.png)
}

.product-item:nth-child(3) .product-icon {
  background-image: url(../img/icon-product-3.png)
}

.product-item:nth-child(4) .product-icon {
  background-image: url(../img/icon-product-4.png)
}

.product-item:nth-child(5) .product-icon {
  background-image: url(../img/icon-product-5.png)
}

.product-icon {
  margin-bottom: 14px;
  width: 56px;
  height: 56px;
  background-position: 0 0;
  background-repeat: no-repeat
}

.product-name {
  font-size: 18px
}

.product-word {
  text-transform: capitalize;
  color: #b2aca6
}

.product-cont {
  margin: 14px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  line-height: 24px
}

.product-bd {
  padding-top: 60px
}

.product-unit {
  margin-top: 60px;
  margin-bottom: 20px
}

.product-cell {
  float: left;
  width: 25%;
  padding: 14px
}

.product-detail {
  display: block;
  padding-bottom: 14px;
  background-color: #f7f9fe
}

.product-pic {
  padding-top: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.product-title {
  font-size: 16px;
  line-height: 30px;
  color: #0381c9
}

.product-intro {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 128px;
  margin: 0 auto;
  height: 56px;
  line-height: 28px
}

@media screen and (max-width:1200px) {
  .product-item {
    width: 25%;
    padding: 0 4px;
    margin-right: 0
  }
  .product-item:nth-last-child(1) {
    display: none
  }
  .product-name {
    font-size: 16px
  }
  .product-box {
    display: block;
    height: 100%;
    padding: 50px 10px 0 10px;
    background-color: #fff
  }
  .product-bd {
    padding-top: 20px
  }
  .product-unit {
    margin-top: 20px
  }
  .product-cell {
    width: 33.33333%
  }
}

@media screen and (max-width:650px) {
  .product-btn {
    margin-top: 6px
  }
  .product-item {
    width: 50%;
    padding-top: 14px;
    color: #fff;
    background-color: transparent
  }
  .product-box {
    background-color: #d7be9b
  }
  .product-icon {
    background-position: 0 -56px
  }
  .product-word {
    color: #fff
  }
  .product-arrow {
    display: block
  }
  .product-cell {
    width: 100%
  }
}

.culture {
  padding-bottom: 90px;
}

.culture-list {
  margin-top: 60px;
  border: 1px solid #ececec
}

.culture-item {
  float: left;
  width: 25%
}

.culture-item:nth-child(2n+1) .culture-box {
  padding: 60px 20px 0 100px
}

.culture-item:nth-child(2n+1) .culture-word {
  top: -12px;
  left: 10px
}

.culture-item:nth-child(2n) .culture-box {
  padding: 20px 20px 0 100px
}

.culture-item:nth-child(2n) .culture-word {
  bottom: -18px;
  left: 10px
}

.culture-img {
  overflow: hidden;
  width: 100%;
  height: 246px
}

.culture-img img {
  width: 100%
}

.culture-box {
  position: relative;
  height: 184px;
  overflow: hidden
}

.culture-title {
  font-size: 16px;
  color: #0381c9
}

.culture-intro {
  margin: 8px 0;
  line-height: 24px
}

.culture-word {
  position: absolute;
  font-family: arial;
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
  color: #0381c9;
  text-transform: uppercase;
  opacity: .2
}

@media screen and (max-width:1200px) {
  .culture {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .culture-list {
    margin-top: 20px
  }
  .culture-item {
    width: 50%
  }
}

@media screen and (max-width:650px) {
  .culture-list {
    border: none;
  }
  .culture-item {
    width: 49%;
    margin-right: 2%;
  }
  .culture-item:nth-last-child(2n+1) {
    margin-right: 0
  }
  .culture-item:nth-last-child(1) .culture-img {
    margin-bottom: 0
  }
  .culture-box {
    display: none
  }
  .culture-img {
    margin-bottom: 10px;
    height: 142px;
  }
}

.online {
  padding-top: 90px;
  background: url(../img/job-bg.jpg) no-repeat center;
  background-size: cover
}

.online-box {
  overflow: hidden;
  padding: 40px 30px 0;
  /*background: url(../img/online-bg.png) no-repeat right bottom;
  background-size: cover;*/
  background-color: #fff
}

.online-list {
  margin-top: 6px
}

.online-item {
  margin-bottom: 20px
}

.online-left {
  padding-left: 10px;
  width: 442px
}

.online-title {
  position: relative;
  line-height: 36px;
  font-size: 16px
}

.online-title:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 16px;
  width: 5px;
  height: 5px;
  background-color: #ffdb35;
  border-radius: 50%
}

.online-kind {
  line-height: 24px;
  color: #666
}

.online-kind span {
  margin-right: 16px
}

.online-right {
  display: block;
  margin-top: 20px;
  margin-left: 40px;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-job.png);
  background-position: 0 0;
  background-repeat: no-repeat
}

.online-right:hover {
  background-position: 0 -32px
}

@media screen and (max-width:650px) {
  .online {
    padding-bottom: 20px;
    padding-top: 20px
  }
  .online-box {
    padding: 20px 20px 0
  }
  .online-left {
    width: 100%
  }
}

.team {
  padding-top: 100px;
  padding-bottom: 100px
}

.team-box {
  overflow: hidden;
  margin-top: 30px
}

.team-box ul {
  overflow: hidden
}

.team-box ul li {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  width: 360px;
  height: 196px
}

.team-cell {
  margin-top: 60px
}

.team-cell:nth-child(2n+1) .team-pic {
  float: right
}

.team-cell:nth-child(2n+1) .team-cont {
  float: left
}

.team-cell:nth-child(2n) .team-pic {
  float: left
}

.team-cell:nth-child(2n) .team-cont {
  float: right
}

.team-cell:nth-last-child(1) {
  margin-bottom: 30px
}

.team-container {
  background-color: #f7f9fe
}

.team-pic {
  overflow: hidden;
  width: 766px;
  height: 396px
}

.team-pic img {
  width: 100%
}

.team-txt {
  overflow: hidden;
  width: 414px;
  height: 396px;
  padding: 80px 32px
}

.team-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700
}

.team-cont {
  line-height: 28px;
  text-align: justify;
  color: #999
}

@media screen and (max-width:1200px) {
  .team {
    padding-bottom: 20px;
    padding-top: 20px
  }
  .team-box {
    margin-top: 20px
  }
  .team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .team-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: initial
  }
}

@media screen and (max-width:1030px) {
  .team-container {
    display: block
  }
  .team-cell {
    margin-top: 20px
  }
  .team-cell:nth-last-child(1) {
    margin-bottom: 20px
  }
  .team-pic,
  .team-txt {
    float: none;
    width: 100%;
    height: auto
  }
  .team-txt {
    padding: 20px 10px
  }
}

.nav-top {
  line-height: 60px;
  border-bottom: 2px solid #ececec
}

.nav-icon {
  width: 60px;
  height: 60px;
  background: url(../img/icon-home.png) no-repeat center;
  background-color: #ececec
}

.nav-bread {
  padding-left: 20px;
  overflow: hidden;
  padding-right: 20px
}

.nav-bread span:nth-of-type(1) {
  margin-right: 20px
}

.nav-col {
  position: relative;
  color: #0381c9;
  cursor: pointer
}

.nav-col:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 5px;
  border-left: 4px solid #999;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent
}

.nav-item {
  position: relative;
  float: left;
  padding-left: 20px
}

.nav-item.active:after,
.nav-item:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 72px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#f5a201), to(transparent));
  background: linear-gradient(to right, transparent, #f5a201, transparent)
}

@media screen and (max-width:1200px) {
  .nav-list {
    float: none;
    width: 100%
  }
  .nav-float {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ececec
  }
}

.news-hd {
  margin-top: 70px;
  height: 212px;
  background-color: #f7f9fe
}

.news-pic {
  overflow: hidden;
  width: 360px;
  height: 212px
}

.news-pic img {
  width: 100%
}

.news-txt {
  overflow: hidden;
  padding: 32px;
  max-width: 820px
}

.news-title {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700
}

.news-title.col,
.news-title:hover {
  color: #0381c9
}

.news-time {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #999
}

.news-cont {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  line-height: 28px;
  color: #999
}

.news-list {
  padding-bottom: 30px
}

.news-contain {
  margin-top: 40px
}

.news-unit {
  width: 1050px;
  padding-top: 16px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ececec
}

@media screen and (max-width:1200px) {
  .news-contain,
  .news-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .news-txt,
  .news-unit {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: initial
  }
  .news-time {
    font-size: 16px
  }
}

@media screen and (max-width:650px) {
  .news-hd {
    margin-top: 20px
  }
  .news-txt {
    display: none
  }
  .news-contain {
    display: block;
    margin-top: 14px
  }
  .news-time,
  .news-unit {
    float: none
  }
  .news-time {
    margin: 0 10px
  }
}

.article-top {
  margin-bottom: 20px;
  border-bottom: 2px dashed #ececec
}

.article-cont {
  overflow: hidden;
}

.article-cont img,
.article-cont strong,
.article-cont span,
.article-cont p {
  max-width: 100%!important;
}

.article-cont p img {
  max-width: 100%!important;
  height: auto!important;
}

.article-title {
  margin-top: 50px;
  font-size: 20px;
  line-height: 30px
}

.article-intro {
  padding: 24px 0
}

.article-intro span {
  margin-right: 20px
}

.article-col {
  color: #999
}

.article-pages {
  margin: 50px 0;
  font-size: 16px;
  line-height: 30px
}

@media screen and (max-width:650px) {
  .article-title {
    margin-top: 20px;
    font-size: 18px
  }
  .article-intro {
    padding: 20px 0
  }
  .article-pages {
    margin: 20px 0;
    font-size: 14px
  }
}

.form {
  padding-top: 50px
}

.form-item {
  float: left;
  width: 33.33333%
}

.form-item:nth-child(1) .form-cell {
  float: left
}

.form-item:nth-child(2) .form-cell {
  margin-left: auto;
  margin-right: auto
}

.form-item:nth-child(3) .form-cell {
  float: right
}

.form-cell {
  width: 300px;
  margin-bottom: 30px;
  margin-top: 30px
}

.form-ipt {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #f7f9fe;
  border-radius: 5px;
  padding: 0 36px
}

.form-ipt::-webkit-input-placeholder {
  font-family: fonts;
  color: #999
}

.form select {
  color: #999
}

.form-txt {
  width: 100%
}

.form-area {
  resize: none;
  font-family: fonts;
  height: 184px
}

.form-wei {
  position: relative
}

.form-wei:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ea3f31;
  border-radius: 50%
}

.form-btn {
  margin: 0 auto;
  display: block;
  display: block;
  width: 300px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #0381c9;
  border: 1px solid #0381c9;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  border-radius: 5px
}

.form-btn:hover {
  color: #0381c9;
  background-color: transparent
}

@media screen and (max-width:1200px) {
  .form {
    padding-top: 20px
  }
  .form-cell {
    margin-bottom: 16px;
    margin-top: 16px
  }
}

@media screen and (max-width:1000px) {
  .form-cell,
  .form-item {
    width: 100%
  }
  .form-cell {
    margin-bottom: 16px;
    margin-top: 0
  }
}

.contact-list {
  margin: 50px 0
}

.contact-item {
  width: 33.33333%;
  float: left
}

.contact-item:nth-child(1) .contact-icon {
  background-image: url(../img/icon-contact-1.png)
}

.contact-item:nth-child(2) .contact-icon {
  background-image: url(../img/icon-contact-2.png)
}

.contact-item:nth-child(3) .contact-icon {
  background-image: url(../img/icon-contact-3.png)
}

.contact-box {
  margin: 0 auto;
  text-align: center
}

.contact-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat
}

.contact-title {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px
}

.contact-txt {
  line-height: 32px;
  color: #999
}

.contact-txt span {
  margin-right: 20px
}

@media screen and (max-width:1200px) {
  .contact-list {
    margin: 20px 0
  }
}

@media screen and (max-width:1000px) {
  .contact-item {
    width: 50%;
    margin: 20px 0
  }
  .contact-item:nth-last-child(1) {
    display: none
  }
  .contact-txt span {
    margin-right: 8px
  }
}

.panel {
  border: none
}

.panel-default>.panel-heading {
  padding: 0;
  background-color: transparent;
  border: none
}

.panel-title {
  font-size: 14px
}

.panel-group .panel+.panel {
  margin-top: 0
}

.job-top {
  margin-top: 60px;
  margin-bottom: 20px;
  height: 56px;
  line-height: 56px;
  background-color: #eee
}

.job-title {
  position: relative;
  float: left;
  width: 20%;
  height: 100%
}

.job-pic {
  overflow: hidden;
  margin: 30px 0;
  width: 1180px;
  height: 258px
}

.job-pic img {
  width: 100%
}

.job-bd a {
  display: block
}

.job-unit:nth-child(2n+1) .job-list {
  background-color: #f7f9fe
}

.job-unit:nth-child(2n) .job-list {
  background-color: #e3e9f9
}

.job-list {
  margin: 0
}

.job-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icon-job.png);
  background-position: 0 0;
  background-repeat: no-repeat
}

.job-item:nth-child(1) {
  color: #0381c9
}

@media screen and (max-width:1200px) {
  .job-pic {
    width: 100%;
    height: auto;
    margin: 20px 0
  }
  .job-top {
    margin-top: 20px
  }
  .job-list {
    margin: 0
  }
}

@media screen and (max-width:650px) {
  .job-pic {
    display: none
  }
}

.build-box {
  padding-top: 50px;
  color: #444
}

.build-box p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 28px
}

.build-box p img {
  width: 100%
}

.build-cell {
  float: left;
  width: 33.33333%;
  padding: 0 10px;
  margin-top: 30px
}

.build-pic {
  padding-top: 254px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.build-item {
  display: block
}

.build-name {
  height: 40px;
  line-height: 40px
}

.build-bd {
  height: 450px;
  background: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.build-bd.bg {
  background: url(../img/ideal-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.build-bd.bg .build-txt {
  color: #444
}

.build-txt {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px
}

.build-word {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px
}

.build-intro {
  line-height: 28px;
  font-size: 16px
}

.build-right {
  max-width: 800px;
  padding-left: 24px;
  padding-right: 24px;
  background: url(../img/icon-about.png) no-repeat bottom right;
  background-color: #f5f5f5
}

.build-container {
  padding: 100px 0
}

.build-img {
  overflow: hidden;
  width: 370px;
  height: 510px
}

.build-img img {
  width: 100%
}

.build-title {
  margin: 24px 0;
  font-size: 16px
}

.build-left {
  margin-right: 20px
}

.build-cont {
  width: 740px
}

.build-cont .build-box {
  padding-top: 0
}

@media screen and (max-width:1200px) {
  .build-box {
    padding-top: 20px
  }
  .build-box p {
    margin-bottom: 20px
  }
  .build-bd {
    height: auto
  }
  .build-right,
  .build-txt {
    overflow: hidden;
    float: none;
    width: 100%
  }
  .build-img {
    width: 100%;
    height: auto
  }
  .build-container {
    padding: 30px 0
  }
  .build-cont {
    width: initial;
    float: none
  }
}

@media screen and (max-width:800px) {
  .build-cell {
    width: 50%
  }
}

@media screen and (max-width:500px) {
  .build-cell {
    width: 100%
  }
  .build-left {
    width: 100%;
    float: none
  }
}

.organize {
  padding-bottom: 50px
}

.organize-job {
  position: relative;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700
}

.organize-job:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 26px;
  background-color: #0381c9
}

.organize-cont,
.organize-manage {
  padding-top: 30px
}

.organize-item {
  float: left;
  width: 16.66667%;
  margin-bottom: 20px
}

.organize-cell {
  width: 180px;
  background-color: #f5f5f5
}

.organize-pic {
  padding-top: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.organize-name {
  height: 60px;
  line-height: 60px;
  color: #d7be9b;
  text-align: center
}

.organize-title {
  font-size: 24px
}

.organize-right {
  padding-left: 80px;
  padding-top: 50px
}

@media screen and (max-width:1200px) {
  .organize-manage {
    padding-top: 20px
  }
  .organize-right {
    padding: 20px 0 0 0
  }
  .organize-item {
    width: 33.33333%
  }
}

@media screen and (max-width:650px) {
  .organize-item {
    padding: 0 10px;
    width: 50%
  }
  .organize-left {
    width: 180px
  }
  .organize-cell {
    width: 100%
  }
}