.container-fixed {
  width: 1254px; }

body {
  font-size: 14px; }

ul, ol, dl {
  margin-bottom: 0; }

a, a:hover {
  text-decoration: none; }

.flex-box {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex; }

#head > .container-fixed > .flex-box {
  height: 82px;
  justify-content: space-between;
  align-items: center; }
  #head > .container-fixed > .flex-box > .nav-tel {
    width: 830px;
    justify-content: space-between;
    align-items: center; }
    #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li {
      font-size: 0;
      display: inline-block;
      display: -moz-inline-block;
      margin-left: 20px;
      height: 82px; }
      #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > a {
        display: block;
        padding: 0 17px;
        line-height: 82px;
        color: #232323;
        font-size: 16px;
        position: relative; }
        #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > a:before {
          content: "";
          display: block;
          height: 0;
          background: #3461d1;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          opacity: 0;
          -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1); }
      #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li:hover > a, #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li.active > a {
        color: #3461d1; }
        #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li:hover > a::before, #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li.active > a::before {
          opacity: 1;
          height: 4px; }
      #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li:hover > .bocweb-subnav {
        transform: rotateX(0deg);
        opacity: 1;
        display: block; }
      #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > .bocweb-subnav {
        position: absolute;
        left: 0;
        top: 82px;
        background: #fff;
        box-shadow: 0 4px 10px 0 rgba(20, 17, 17, 0.1) inset;
        width: 100%;
        z-index: 9999;
        transform: rotateX(90deg);
        opacity: 0;
        display: none;
        -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1); }
        #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > .bocweb-subnav > .container-fixed > ul {
          text-align: center;
          font-size: 0;
          width: 100%; }
          #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > .bocweb-subnav > .container-fixed > ul > li {
            display: inline-block;
            text-align: center;
            float: inherit;
            margin: 0 50px; }
            #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > .bocweb-subnav > .container-fixed > ul > li > a {
              line-height: 86px;
              font-size: 16px;
              color: #666666;
              transition: all 0.5s; }
              #head > .container-fixed > .flex-box > .nav-tel > .app-nav > li > .bocweb-subnav > .container-fixed > ul > li > a:hover {
                color: #3461d1; }
    #head > .container-fixed > .flex-box > .nav-tel > .tel {
      width: 231px;
      height: 36px;
      border: 2px solid #e62129;
      line-height: 32px;
      border-radius: 18px;
      text-align: center; }
      #head > .container-fixed > .flex-box > .nav-tel > .tel > b {
        color: #d7000a;
        font-size: 14px; }

#banner img {
  margin: 0 auto; }

.common-title {
  margin: 0;
  font-size: 36px;
  color: #262626;
  font-weight: normal;
  line-height: 1;
  text-align: center; }
  .common-title > small {
    display: block;
    text-transform: uppercase;
    color: #808080;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px; }

#core {
  margin-top: 82px; }
  #core > .container-fixed > ul {
    margin-top: 50px;
    justify-content: space-between; }
    #core > .container-fixed > ul > li {
      width: 379px;
      height: 326px;
      border: 1px solid #e5e8ed;
      padding: 0 37px;
      position: relative;
      -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
      -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
      transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1); }
      #core > .container-fixed > ul > li:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        #core > .container-fixed > ul > li:hover > a {
          background: #3461d1;
          color: #fff; }
      #core > .container-fixed > ul > li > .img {
        height: 138px;
        justify-content: center;
        align-items: center; }
      #core > .container-fixed > ul > li > h3 {
        text-align: center;
        line-height: 1;
        font-size: 16px;
        font-weight: normal;
        margin: 0; }
      #core > .container-fixed > ul > li > p {
        color: #989898;
        font-size: 14px;
        margin-top: 18px; }
      #core > .container-fixed > ul > li > a {
        width: 110px;
        display: inline-block;
        background: #e3e2e2;
        border-radius: 4px;
        color: #808080;
        text-align: center;
        line-height: 33px;
        position: absolute;
        bottom: 33px;
        left: 50%;
        margin-left: -55px;
        -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1);
        transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1); }

#hzkh {
  margin-top: 80px; }
  #hzkh > .container-fixed > ul {
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px; }
    #hzkh > .container-fixed > ul > li {
      width: 207px;
      height: 74px;
      border: 3px solid #e3e2e2;
      margin-top: 24px;
      overflow: hidden; }
      #hzkh > .container-fixed > ul > li:hover {
        border-color: #3461d1; }

#about {
  height: 593px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 80px;
  padding-top: 120px; }
  #about > .container-fixed > .flex-box {
    justify-content: space-between; }
    #about > .container-fixed > .flex-box > .left {
      width: 650px; }
      #about > .container-fixed > .flex-box > .left > h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: normal;
        line-height: 1;
        margin: 0; }
        #about > .container-fixed > .flex-box > .left > h2 > small {
          line-height: 1;
          color: #ffffff;
          font-size: 18px;
          display: block;
          text-transform: uppercase;
          margin-top: 5px; }
      #about > .container-fixed > .flex-box > .left > p {
        color: #ffffff;
        font-size: 15px;
        text-indent: 2em;
        line-height: 2;
        margin-top: 45px; }
      #about > .container-fixed > .flex-box > .left > a {
        display: inline-block;
        color: #fff;
        background: #3461d1;
        font-size: 14px;
        border-radius: 4px;
        padding: 8px 25px; }
    #about > .container-fixed > .flex-box > .right {
      width: 536px; }
      #about > .container-fixed > .flex-box > .right > ul {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between; }
        #about > .container-fixed > .flex-box > .right > ul > li {
          margin-bottom: 27px; }

#team {
  margin-top: 80px; }
  #team > .container-fixed > ul {
    margin-top: 20px;
    justify-content: center; }
    #team > .container-fixed > ul > li {
      width: 219px;
      height: 268px;
      background: #f0f0f0;
      margin: 0 20px; }
      #team > .container-fixed > ul > li:hover > a.title {
        color: #fff;
        background: #3461d1; }
      #team > .container-fixed > ul > li > a {
        display: block; }
        #team > .container-fixed > ul > li > a.img {
          width: 219px;
          height: 225px; }
        #team > .container-fixed > ul > li > a.title {
          line-height: 43px;
          text-align: center;
          font-size: 15px;
          color: #3a3939; }

#new {
  margin-top: 80px; }
  #new > .container-fixed > .flex-box {
    margin-top: 40px;
    justify-content: space-between; }
    #new > .container-fixed > .flex-box > .left {
      width: 509px; }
      #new > .container-fixed > .flex-box > .left > a {
        display: block; }
        #new > .container-fixed > .flex-box > .left > a.thumb {
          height: 240px;
          overflow: hidden; }
        #new > .container-fixed > .flex-box > .left > a.title {
          color: #363535;
          font-weight: bold;
          margin-top: 10px; }
          #new > .container-fixed > .flex-box > .left > a.title:hover {
            color: #3461d1; }
      #new > .container-fixed > .flex-box > .left > p {
        color: #808080;
        margin-top: 5px;
        margin-bottom: 0; }
    #new > .container-fixed > .flex-box > .right {
      width: 655px; }
      #new > .container-fixed > .flex-box > .right > ul {
        background: url("../images/ul_bg.png") no-repeat 101px top;
        padding-top: 9px;
        padding-bottom: 10px; }
        #new > .container-fixed > .flex-box > .right > ul > li {
          font-size: 15px;
          line-height: 1;
          margin-top: 43px; }
          #new > .container-fixed > .flex-box > .right > ul > li:first-child {
            margin-top: 0; }
          #new > .container-fixed > .flex-box > .right > ul > li > span {
            color: #999999; }
          #new > .container-fixed > .flex-box > .right > ul > li > a {
            color: #292929;
            margin-left: 54px; }
            #new > .container-fixed > .flex-box > .right > ul > li > a:hover {
              color: #3461d1; }

#link {
  margin-top: 80px; }
  #link > .box {
    height: 375px;
    background: #f0f0f0;
    min-width: 1234px;
    margin-top: 40px; }
    #link > .box > .map {
      width: 50%; }
    #link > .box > .link-us {
      width: 50%;
      padding-left: 55px;
      align-items: center; }
      #link > .box > .link-us > .info > h3 {
        font-size: 15px;
        margin: 0;
        color: #262626;
        line-height: 1; }
      #link > .box > .link-us > .info > p {
        font-size: 15px;
        color: #262626;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 23px; }
      #link > .box > .link-us > .ewm {
        margin-left: 124px; }
        #link > .box > .link-us > .ewm > div {
          line-height: 1;
          margin-top: 13px; }

#footer {
  background: #3461d1;
  padding: 20px 0;
  text-align: center; }
  #footer > p {
    color: #fff;
    font-size: 14px; }
    #footer > p > a {
      color: #fff; }
    #footer > plast-child {
      margin-bottom: 0; }

#position {
  line-height: 70px;
  color: #838282;
  font-size: 15px; }
  #position i {
    font-size: 20px; }
  #position > .container-fixed > .position a {
    color: #838282;
    margin: 0 10px; }
    #position > .container-fixed > .position a:hover {
      color: #3461d1; }

#main > .container-fixed > .article {
  padding: 0; }
#main > .container-fixed > .article-page > h1 {
  font-size: 28px;
  color: #262626;
  margin: 0;
  font-weight: normal;
  margin-bottom: 10px; }
  #main > .container-fixed > .article-page > h1 > span {
    color: #7b7b7b; }
#main > .container-fixed > .article-page > ul.list-kehu {
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 20px; }
  #main > .container-fixed > .article-page > ul.list-kehu > li {
    width: 207px;
    height: 74px;
    border: 3px solid #e3e2e2;
    margin-top: 24px;
    overflow: hidden; }
    #main > .container-fixed > .article-page > ul.list-kehu > li:hover {
      border-color: #3461d1; }
#main > .container-fixed > .article-page > ul.list-team {
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 20px; }
  #main > .container-fixed > .article-page > ul.list-team > li {
    width: 219px;
    height: 268px;
    background: #f0f0f0;
    margin-top: 20px; }
    #main > .container-fixed > .article-page > ul.list-team > li:hover > a.title {
      color: #fff;
      background: #3461d1; }
    #main > .container-fixed > .article-page > ul.list-team > li > a {
      display: block; }
      #main > .container-fixed > .article-page > ul.list-team > li > a.img {
        width: 219px;
        height: 225px; }
      #main > .container-fixed > .article-page > ul.list-team > li > a.title {
        line-height: 43px;
        text-align: center;
        font-size: 15px;
        color: #3a3939; }
#main > .container-fixed > .article-page > ul.list-product {
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 20px; }
  #main > .container-fixed > .article-page > ul.list-product > li {
    width: 300px;
    height: 270px;
    background: #f0f0f0;
    margin-top: 20px; }
    #main > .container-fixed > .article-page > ul.list-product > li:hover > a.title {
      color: #fff;
      background: #3461d1; }
    #main > .container-fixed > .article-page > ul.list-product > li > a {
      display: block; }
      #main > .container-fixed > .article-page > ul.list-product > li > a.title {
        line-height: 43px;
        text-align: center;
        font-size: 15px;
        color: #3a3939; }
#main > .container-fixed > .article-page > article {
  padding: 20px 0;
  font-size: 18px;
  color: #4b4a4a;
  line-height: 2; }
#main > .container-fixed > ul.list-news > li {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center; }
  #main > .container-fixed > ul.list-news > li:hover {
    border-color: #3461d1; }
  #main > .container-fixed > ul.list-news > li > .thumb {
    width: 231px;
    height: 151px;
    display: block; }
  #main > .container-fixed > ul.list-news > li > .info {
    width: 980px; }
    #main > .container-fixed > ul.list-news > li > .info > a {
      font-size: 15px;
      color: #444444;
      font-weight: bold;
      margin-bottom: 15px;
      display: block; }
      #main > .container-fixed > ul.list-news > li > .info > a:hover {
        color: #3461d1; }
    #main > .container-fixed > ul.list-news > li > .info > p {
      margin-bottom: 0;
      color: #727272;
      font-size: 15px; }

.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden; }

.yb_bar .yb_top {
  background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0; }

.yb_bar .yb_phone {
  background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px; }

.yb_bar .yb_QQ {
  text-indent: 0;
  background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px; }

.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }

.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }

/*# sourceMappingURL=app.css.map */
