@charset "UTF-8";
header .top {
  background: #eaeaea;
  height: 40px;
  line-height: 40px;
}

header .lang {
  font-size: 14px;
}

header .lang .on {
  color: #064089;
}

nav {
  height: 90px;
  line-height: 90px;
}

nav ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
}

nav ul li .subnav {
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  background: rgba(6, 64, 137, 0.8);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  height: 0;
  z-index: 2;
  top: 88px;
  border-top: 2px solid #FFF;
  left: -28px;
}

nav ul li .subnav a {
  font-size: 14px;
  white-space: normal;
  width: 100%;
  display: block;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
  text-align: center;
  color: #93b3dc;
  padding: 0 10px;
  position: relative;
}

nav ul li .subnav a:last-child:after {
  display: none;
}

nav ul li .subnav a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#024598), to(#072346));
  background: linear-gradient(to right, #024598 0%, #072346 100%);
}

nav ul li .subnav a:hover:after {
  display: none;
}

nav ul li .subnav a:after {
  content: '';
  background: #1563c1;
  width: calc(100% - 20px);
  left: 10px;
  height: 1px;
  border-bottom: 1px solid #072145;
  display: block;
  position: absolute;
  bottom: 0;
}

nav ul li:after {
  content: '';
  background: #064089;
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

nav ul li:hover .subnav {
  height: auto;
  opacity: 1;
}

nav ul li:hover .subnav a {
  color: #ffffff;
}

nav ul li:hover:after {
  opacity: 1;
}

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

nav ul li a:hover {
  text-decoration: none;
}

.menu,
.m-menu {
  display: none;
}

#Banner {
  text-align: center;
}

.about {
  padding-top: 65px;
  padding-bottom: 85px;
  background: #f5f5f5;
  width: 100%;
}

.about .info {
  color: #222;
  position: relative;
  padding-top: 50px;
  width: 580px;
}

.about .info:after {
  position: absolute;
  background: #222222;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100px;
  height: 4px;
}

.about .info h2 {
  font-size: 16px;
  text-transform: Uppercase;
  font-weight: normal;
}

.about .info h1 {
  font-size: 36px;
  text-transform: Uppercase;
  font-weight: normal;
}

.about .info p {
  margin-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}

.about .info .more {
  display: block;
  width: 100px;
  height: 30px;
  background: #064089;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  margin-top: 60px;
}

.about .thumb {
  width: 569px;
}

.brand {
  padding: 1px 0 80px;
}

.brand .title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.brand .title h2 {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-transform: Uppercase;
}

.brand .title h1 {
  margin-top: 15px;
  font-size: 36px;
  color: #222;
  font-weight: normal;
  position: relative;
}

.brand .title h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background: #222;
  right: 25%;
  top: 50%;
}

.brand .title h1:before {
  position: absolute;
  content: '';
  display: block;
  left: 25%;
  width: 170px;
  height: 1px;
  top: 50%;
  background: #222;
}

.brand .list li {
  display: inline-block;
  padding: 0 42px;
  position: relative;
  margin-bottom: 35px;
}

.brand .list li:nth-child(4n):after {
  display: none;
}

.brand .list li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 25px;
  top: 50%;
  margin-top: -12.5px;
  width: 1px;
  background: #d8d8d8;
}

.brand .list li .thumb {
  border: 1px solid #bdbdbd;
  width: 210px;
  height: 65px;
  text-align: center;
}

.brand .list li .thumb img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.brand .list li p {
  line-height: 75px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.brand a.more {
  display: block;
  width: 174px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #064089;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
}

.product {
  padding: 1px 0 80px;
  background: #f5f5f5;
}

.product .title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.product .title h2 {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-transform: Uppercase;
}

.product .title h1 {
  margin-top: 15px;
  font-size: 36px;
  color: #222;
  font-weight: normal;
  position: relative;
}

.product .title h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background: #222;
  right: 25%;
  top: 50%;
}

.product .title h1:before {
  position: absolute;
  content: '';
  display: block;
  left: 25%;
  width: 170px;
  height: 1px;
  top: 50%;
  background: #222;
}

.product .cxscroll {
  position: relative;
  height: 450px;
}

.product .cxscroll .box {
  overflow: hidden;
  width: 100%;
}

.product .cxscroll .list {
  overflow: hidden;
  width: 9999px;
}

.product .cxscroll .list li {
  float: left;
  padding-right: 35px;
  width: 375px;
  font-size: 18px;
  text-align: center;
  height: 450px;
}

.product .cxscroll .list li img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product .cxscroll .list li p {
  line-height: 72px;
}

.product .cxscroll .prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  background-image: url("../images/control.png");
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;
  left: -60px;
  background-position: 0 0;
}

.product .cxscroll .prev:hover {
  background-position: 0 -50px;
}

.product .cxscroll .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  background-image: url("../images/control.png");
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;
  right: -60px;
  background-position: -40px 0;
}

.product .cxscroll .next:hover {
  background-position: -40px -50px;
}

.product a.more {
  display: block;
  width: 174px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #064089;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
}

.news {
  padding: 1px 0 80px;
}

.news .title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.news .title h2 {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-transform: Uppercase;
}

.news .title h1 {
  margin-top: 15px;
  font-size: 36px;
  color: #222;
  font-weight: normal;
  position: relative;
}

.news .title h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background: #222;
  right: 25%;
  top: 50%;
}

.news .title h1:before {
  position: absolute;
  content: '';
  display: block;
  left: 25%;
  width: 170px;
  height: 1px;
  top: 50%;
  background: #222;
}

.news .list {
  width: 645px;
}

.news .list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0 28px;
  text-decoration: none;
}

.news .list li h2 {
  font-size: 14px;
  color: #3b3b3b;
}

.news .list li p {
  font-size: 14px;
  color: #757575;
}

.news .list li .date {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  width: 67px;
  height: 67px;
  color: #FFF;
  margin: 0 20px 0 3px;
  text-align: center;
}

.news .list li .date span {
  display: block;
  line-height: 41px;
  height: 41px;
  background: #778593;
  font-size: 36px;
}

.news .list li .date small {
  font-size: 12px;
  display: block;
  line-height: 26px;
  height: 26px;
  background: #677481;
}

.news a.more {
  display: block;
  width: 174px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #064089;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
  margin-top: 45px;
}

.partners {
  padding: 1px 0 80px;
  background: url("../images/bg.jpg") no-repeat center top;
  background-size: cover;
}

.partners .title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.partners .title h2 {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-transform: Uppercase;
}

.partners .title h1 {
  margin-top: 15px;
  font-size: 36px;
  color: #222;
  font-weight: normal;
  position: relative;
}

.partners .title h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background: #222;
  right: 25%;
  top: 50%;
}

.partners .title h1:before {
  position: absolute;
  content: '';
  display: block;
  left: 25%;
  width: 170px;
  height: 1px;
  top: 50%;
  background: #222;
}

.partners .con {
  text-align: center;
  width: 950px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.partners .con a {
  position: relative;
  width: 20%;
  display: block;
  float: left;
  line-height: 190px;
}

.partners .con a img {
  width: 150px;
  height: 75px;
}

.partners .con a:after {
  display: none;
  content: '';
  width: 122px;
  height: 122px;
  left: 34px;
  top: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #757575;
  position: absolute;
}

.partners a.more {
  display: block;
  width: 174px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #064089;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
}

footer .info {
  padding-top: 38px;
  background: #7c7c7c;
}

footer .info .contact {
  width: 355px;
}

footer .info li {
  display: inline-block;
  margin-left: 50px;
  float: left;
}

footer .info li .title {
  font-size: 30px;
  color: #FFF;
}

footer .info li p {
  color: #FFF;
  line-height: 28px;
  font-size: 14px;
}

footer .info li h2 {
  font-size: 12px;
  color: #FFF;
}

footer .info li a {
  display: block;
  font-size: 12px;
  line-height: 35px;
  border-bottom: 1px solid #9a9a9a;
  color: #e1e1e1;
  min-width: 156px;
  padding-right: 44px;
  clear: both;
}

footer .info li a:before {
  content: '';
  display: block;
  width: 20px;
  float: left;
  background: url("../images/icon.png") no-repeat left center;
  height: 35px;
}

footer .copy {
  background: #2f2f2f;
  height: 100px;
  line-height: 100px;
}

footer .copy .logo {
  float: left;
}

footer .copy .con {
  float: right;
  color: #979797;
}

.subBanner {
  text-align: center;
}

.page {
  background: #f5f5f5;
  padding-top: 74px;
}

.page .page_nav {
  width: 230px;
}

.page .page_nav a {
  display: block;
  font-size: 18px;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background: #cdcdcd;
  margin-bottom: 15px;
}

.page .page_nav a.cur, .page .page_nav a:hover {
  background: #064089;
  color: #FFF;
}

.page .page_con {
  width: 970px;
  padding-bottom: 80px;
}

.page .page_con .list_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0 28px;
  text-decoration: none;
}

.page .page_con .list_list li h2 {
  font-size: 14px;
  color: #3b3b3b;
}

.page .page_con .list_list li p {
  font-size: 14px;
  color: #757575;
}

.page .page_con .list_list li .date {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  width: 67px;
  height: 67px;
  color: #FFF;
  margin: 0 20px 0 3px;
  text-align: center;
}

.page .page_con .list_list li .date span {
  display: block;
  line-height: 41px;
  height: 41px;
  background: #778593;
  font-size: 36px;
}

.page .page_con .list_list li .date small {
  font-size: 12px;
  display: block;
  line-height: 26px;
  height: 26px;
  background: #677481;
}

.page .page_con .pic_list li {
  float: left;
  padding-right: 23px;
  width: 300px;
  font-size: 18px;
  text-align: center;
  max-height: 350px;
}

.page .page_con .pic_list li img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.page .page_con .pic_list li p {
  line-height: 72px;
}

.page .page_con .brand_list li {
  width: 25%;
  height: 120px;
  padding: 0;
}

.page .page_con .brand_list li img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.page .page_con .brand_list li p {
  line-height: 35px;
}

.page .page_con .catname {
  display: block;
  font-size: 36px;
  margin-bottom: 56px;
}

.page .page_con p {
  font-size: 20px;
  line-height: 44px;
  color: #666666;
}

#m-Banner,
#m-product {
  display: none;
}

@media (max-width: 768px) {
  /*Public*/
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .container {
    width: 100%;
  }
  .title {
    margin-top: 20px !important;
  }
  .title h2 {
    text-align: center;
  }
  .title h1 {
    text-align: center;
  }
  .title h1:after {
    right: 2% !important;
    top: 40% !important;
    width: 20% !important;
  }
  .title h1:before {
    left: 2% !important;
    top: 40% !important;
    width: 20% !important;
  }
  a.more {
    margin: 0 auto;
    margin-top: 20px !important;
  }
  /*头部*/
  header {
    width: 100%;
    position: relative;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*顶部灰色条*/
    /*logo&Nav*/
    /*M-Nav*/
  }
  header .container {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  header .container.on {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  header .container.on .m-menu {
    display: block;
  }
  header .top {
    width: 100%;
  }
  header .top .welcome {
    display: none;
  }
  header .top .lang {
    float: none;
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
  header nav {
    height: auto;
    line-height: inherit;
  }
  header nav .logo {
    height: 60px;
    line-height: 60px;
    margin-left: 2%;
    width: 80%;
  }
  header nav .logo img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  header nav .menu {
    margin-top: 10px;
    float: right;
    display: block;
    margin-right: 2%;
    width: 7%;
  }
  header nav ul.fr {
    display: none;
  }
  header .m-menu {
    display: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 80%;
    left: 20%;
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header .m-menu .lang {
    padding-right: 5%;
    text-align: right;
    height: 50px;
    font-size: 12px;
    display: block;
  }
  header .m-menu li {
    display: block;
  }
  header .m-menu li a {
    display: block;
    font-size: 14px;
    width: 100%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fafafa;
  }
  header .m-menu li a:hover {
    color: #FFF;
    background: #064089;
  }
  /*Banner*/
  #Banner {
    display: none;
  }
  #m-Banner {
    display: block;
  }
  /*about*/
  .about {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about .info {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .about .info:after {
    left: calc(50% - 50px);
  }
  .about .info p {
    padding: 0 2%;
  }
  .about .thumb {
    float: none;
    max-width: 96%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .brand {
    padding-bottom: 10px;
  }
  .brand .list li {
    width: 48%;
    padding: 0 5%;
    margin-bottom: 0;
  }
  .brand .list li .thumb {
    width: 100%;
    height: 50px;
  }
  .brand .list li:nth-child(2n):after {
    display: none;
  }
  .brand a.more {
    margin-top: 0 !important;
  }
  .product #product {
    display: none;
  }
  .product #m-product {
    display: block;
  }
  .product #m-product a {
    display: block;
    width: 90%;
    margin: 10% 5%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .product #m-product a p {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    margin: 0 5%;
    border-top: 1px solid #e5e5e5;
    background: url("../images/right.png") no-repeat right center;
    background-size: auto 30%;
  }
  .product #m-product a p:after {
    display: block;
  }
  .news .thumb {
    float: none;
  }
  .news .thumb img {
    display: block;
    max-width: 96%;
    margin: 0 auto;
  }
  .news .list {
    width: 100%;
    padding: 0 2%;
    float: none;
    margin: 0;
  }
  .partners {
    padding-bottom: 20px;
  }
  .partners .con {
    width: 100%;
    margin-bottom: 20px;
  }
  .partners .con a {
    height: 90px;
    line-height: 90px;
    width: 50%;
  }
  footer .info {
    padding: 4%;
  }
  footer .info .title {
    margin-top: 0 !important;
  }
  footer .info li {
    display: none;
  }
  footer .info .contact {
    display: block;
    margin: 0 auto;
    float: none;
  }
  footer .copy .con {
    float: none;
    text-align: center;
    font-size: 14px;
  }
  footer .copy .logo {
    display: none;
  }
  .page {
    padding-top: 0;
  }
  .page .page_nav {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page .page_nav a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    padding: 0 3%;
    font-size: 14px;
  }
  .page .page_con {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
  .page .page_con .catname {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page .page_con .pic_list li {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding: 0;
    max-height: none;
  }
  .page .page_con .brand_list li {
    width: 50%;
    float: left !important;
  }
}

.paging {
  margin: 30px auto;
  text-align: center;
}

.paging ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paging ul.pagination li {
  margin-left: -1px;
}

.paging ul.pagination li a {
  padding: 5px 20px;
  color: #0088CC;
  margin: 0 8px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.paging ul.pagination li a:hover {
  padding: 5px 20px;
  border: 1px solid #0077DD;
  color: #0077DD;
  background-color: #0077DD;
  color: #fff;
  border-radius: 3px;
}

.paging ul.pagination li.active {
  padding: 5px 20px;
  border: 1px solid #0077DD;
  color: #0077DD;
  background-color: #0077DD;
  color: #fff;
  border-radius: 3px;
}

.paging ul.pagination li.disabled {
  padding: 5px 20px;
  margin: 0 8px;
  border: 1px solid #eee;
  color: #D2D2D2;
  border-radius: 3px;
}
/*# sourceMappingURL=web.css.map */