﻿body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
button,
img,
input {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
input,
select,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
em,
i {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0277cd;
}
.clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0 !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}


.top {
  border-top: 6px solid #0277cd;
}
.top .content {
  position: relative;
}

.logo {
  margin: 45px 0 40px;
}
.top-link {
  position: absolute;
  top: 0;
  right: 40px;
  width: 275px;
  height: 33px;
  background-color: #0277cd;
}
.top-link:before {
  content: "";
  position: absolute;
  right: 100%;
  background: url("../image/top_left.png") no-repeat;
  width: 35px;
  height: 33px;
}
.top-link:after {
  content: "";
  position: absolute;
  left: 100%;
  background: url("../image/top_right.png") no-repeat;
  width: 35px;
  height: 33px;
}
.top-link a {
  float: left;
  width: 33.33%;
  background: url("../image/top_hr.jpg") no-repeat right 8px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.top-link a.last {
  background: none;
}
.top-phone {
  position: absolute;
  top: 70px;
  right: 43px;
}
.top-phone .title {
  position: absolute;
  right: 100%;
  width: 80px;
  font-size: 16px;
  display: inline-block;
  padding-left: 35px;
  background: url("../image/top_phone.png") no-repeat left;
  line-height: 28px;
}
.top-phone .number {
  font-size: 22px;
  font-weight: bold;
}

.nav {
  height: 55px;
  background-color: #0277cd;
}
.nav .nav-list li {
  float: left;
  font-size: 16px;
  line-height: 55px;
  width: 14.28%;
  text-align: center;
  background: url("../image/top_hr.jpg") no-repeat center left;
}
.nav .nav-list li.last a {
  background: url("../image/top_hr.jpg") no-repeat center right;
}
.nav .nav-list li > a {
  color: #fff;
  display: block;
  font-size: 14px;
}
.nav .nav-list li.cur + li,
.nav .nav-list li:hover + li {
  background: none;
}
.nav .nav-list li.cur a,
.nav .nav-list li:hover a {
  background-color: #005b9d;
}
.nav .nav-list li.cur.last a,
.nav .nav-list li:hover.last a {
  background: none;
  background-color: #005b9d;
}

.slideBox {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 15px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  display: inline-block;
  margin-right: 12px;
  width: 11px;
  height: 11px;
  text-align: center;
  background: none;
  cursor: pointer;
  border: 2px solid #fff;
}
.slideBox .hd ul li.on {
  border-color: #0277cd;
  background: #0277cd;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  position: relative;
  overflow: hidden;
  zoom: 1;
  vertical-align: middle;
  height: 550px;
}
.slideBox .bd img {
  position: absolute;
  width: 1920px;
  height: 550px;
  left: 50%;
  top: 0;
  margin-left: -960px;
  display: block;
}

.slideBox .next,
.slideBox .prev {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("404.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .next:hover,
.slideBox .prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

.search {
  margin-bottom: 35px;
}
.search-left {
  font-size: 14px;
}
.search-left .title {
  font-weight: bold;
}
.search-left-list li {
  float: left;
  font-size: 14px;
  width: 80px;
  text-align: center;
  background: url("../image/hr.png") no-repeat center right;
}
.search-left-list li.last {
  background: none;
}
.search-left-list li a {
  color: #858585;
}
.search-box input[type="search"] {
  float: left;
  width: 200px;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  border: 1px solid #dedede;
  border-right: none;
  font-size: 14px;
}
.search-box input[type="submit"] {
  float: left;
  overflow: hidden;
  width: 47px;
  height: 36px;
  text-indent: -999px;
  background: url("../image/search.jpg") no-repeat;
  cursor: pointer;
}
.product {
  margin-bottom: 35px;
}
.product-left {
  width: 245px;
}
.product-title {
  height: 54px;
  background-color: #0277cd;
  color: #fff;
  padding: 23px 0 23px 30px;
}
.product-title .cn {
  font-size: 28px;
  margin-bottom: 5px;
}
.product-title .en {
  font-size: 14px;
  font-family: arial;
}
.product-menu li {
  height: 53px;
  line-height: 53px;
  border: 1px solid #d6d6d6;
  border-top: none;
  padding-left: 60px;
  background: url("../image/side_arrows.png") 33px center no-repeat;
  font-size: 14px;
}
.product-menu li.cur,
.product-menu li:hover {
  background: url("../image/side_arrows_on.png") 33px center no-repeat;
}
.product-menu li.cur a,
.product-menu li:hover a {
  color: #0277cd;
}
.product-menu a {
  display: block;
}
.product-contact {
  background-color: #0277cd;
  text-align: center;
}
.product-contact .ewm {
  text-align: center;
  padding: 25px 0;
  margin: 0 5px;
  border-bottom: 1px dashed #fff;
}
.product-contact .fw {
  color: #fff;
  padding: 15px 0;
}
.product-contact .fw h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.product-contact .fw p {
  font-size: 24px;
  margin-bottom: 10px;
}
.product-contact .fw .btn {
  display: inline-block;
  font-size: 14px;
  width: 147px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border-radius: 5px;
}
.product-right {
  width: 905px;
}
.product-crumbs {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 24px;
}
.product-crumbs .title {
  font-size: 20px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.product-crumbs .title:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 10px;
  height: 30px;
  background-color: #0277cd;
}
.product-crumbs .title span {
  display: inline-block;
  margin-left: 30px;
}
.product-crumbs-right {
  font-size: 14px;
  margin-top: 5px;
}
.product-crumbs-right span {
  float: left;
}
.product-crumbs-right .more {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
}
.product-crumbs-list {
  float: left;
}
.product-crumbs-list li {
  float: left;
  position: relative;
  margin-right: 18px;
}
.product-crumbs-list li:before {
  position: absolute;
  left: 100%;
  content: ">";
  width: 18px;
  height: 14px;
  text-align: center;
}
.product-crumbs-list li.last a {
  color: #0277cd;
}
.product-crumbs-list li.last:before {
  display: none;
}
.product-list li {
  float: left;
  margin-right: 25px;
  width: 285px;
  text-align: center;
}
.product-list li img {
  width: 285px;
  height: 212px;
  border: 1px solid #e4e4e4;
  box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
}
.product-list li span {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}
.product-list li.last {
  margin-right: 0;
}
.four-reasons {
  margin-bottom: 105px;
}
.four-reasons-title {
  text-align: center;
  background-color: #0277cd;
  position: relative;
  margin-bottom: 40px;
}
.four-reasons-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -49px;
  width: 78px;
  height: 30px;
  background: url("../image/down_arrows.png") no-repeat;
}
.four-reasons-list li {
  margin-bottom: 30px;
}
.four-reasons-list li .dtxt {
  width: 680px;
  margin-top: 60px;
  padding-left: 140px;
  box-sizing: border-box;
}
.four-reasons-list li .dtxt .title {
  position: relative;
  margin-bottom: 40px;
}
.four-reasons-list li .dtxt .title .icon {
  position: absolute;
  right: 100%;
  margin-right: 15px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: url("../image/title_bg.png") no-repeat;
}
.four-reasons-list li .dtxt .title h3 {
  color: #0277cd;
  font-size: 24px;
  line-height: 45px;
}
.four-reasons-list li .dtxt .title h4 {
  font-size: 16px;
}
.four-reasons-list li .dtxt p {
  font-size: 14px;
  line-height: 25px;
  width: 430px;
}
.four-reasons-list li.li1 .dtxt {
  float: left;
}
.four-reasons-list li.li1 .dimg {
  float: right;
  margin-right: 50px;
}
.four-reasons-list li.li2 .dtxt {
  float: right;
  padding-left: 165px;
}
.four-reasons-list li.li2 .dimg {
  float: left;
  margin-left: 50px;
}
.about {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  background-color: #ebebeb;
}
.about-title {
  text-align: center;
  margin-bottom: 30px;
}
.about-title .cn {
  font-size: 32px;
  color: #0277cd;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.about-title .en {
  font-size: 14px;
  font-family: arial;
}
.about-title .icon {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #0277cd;
}
.about-con {
  margin-bottom: 45px;
}
.about-img {
  float: left;
}
.about-img img {
  width: 494px;
  height: 333px;
}
.about-txt {
  width: 665px;
  margin-left: 35px;
}
.about-txt .title {
  font-size: 20px;
  font-weight: bold;
  color: #0277cd;
  padding: 20px 0;
}
.about-txt p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
.about-txt .more {
  display: inline-block;
  width: 158px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #0277cd;
  border-radius: 20px;
  font-size: 14px;
  color: #0277cd;
  text-indent: 33px;
  margin-top: 45px;
}
.about-txt .more span {
  display: inline-block;
  background: url("../image/more_arrows.png") no-repeat;
  width: 24px;
  height: 10px;
  margin-left: 15px;
}

.picScroll-left {
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  width: 100%;
  position: absolute;
  top: 0;
  height: 180px;
}
.picScroll-left .hd .next,
.picScroll-left .hd .prev {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  width: 41px;
  height: 93px;
}
.picScroll-left .hd .next {
  left: 0;
  background: url("../image/left_arrows.png") no-repeat center;
  background-color: #0277cd;
}
.picScroll-left .hd .prev {
  right: 0;
  background: url("../image/right_arrows.png") no-repeat center;
  background-color: #0277cd;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .bd {
  padding: 0 68px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img {
  width: 250px;
  height: 180px;
}
.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-left .bd ul li .title {
  line-height: 50px;
  font-size: 14px;
}
.gsxx {
  margin-bottom: 60px;
}
.gsxx-title {
  margin-bottom: 30px;
}
.gsxx-title .cn {
  font-weight: bold;
  color: #0277cd;
  font-size: 24px;
}
.gsxx-title .en {
  font-size: 16px;
  font-family: arial;
  text-transform: uppercase;
}
.gsxx-title .more {
  float: right;
  margin-top: 8px;
}
.gsxx-list {
  float: right;
}
.gsxx-list li {
  float: left;
  width: 93px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 25px;
  border: 1px solid transparent;
}
.gsxx-list li.on {
  border: 1px solid #0277cd;
  border-radius: 20px;
}
.gsxx-list li.on a {
  color: #0277cd;
}
.news {
  width: 715px;
  float: left;
}
.news-con {
  margin-bottom: 25px;
}
.news .img {
  float: left;
}
.news .img img {
  width: 253px;
  height: 168px;
  border: 1px solid #e4e4e4;
}
.news .txt {
  float: left;
  width: 435px;
  margin-left: 25px;
}
.news .txt h4 {
  font-size: 16px;
  line-height: 35px;
}
.news .txt p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.news .txt .more {
  display: inline-block;
  margin-top: 30px;
}
.news-list li {
  margin-bottom: 20px;
  font-size: 14px;
}
.news-list li:hover a {
  color: #0277cd;
}
.news-list li a {
  color: #666;
}
.news-list li span {
  float: right;
}
.news-list li i {
  color: #0277cd;
}
.honor {
  width: 400px;
  float: right;
}
.picScroll-honor {
  position: relative;
  padding: 0 55px;
  text-align: center;
}
.picScroll-honor .next,
.picScroll-honor .prev {
  position: absolute;
  width: 20px;
  height: 34px;
  top: 50%;
  margin-top: -16px;
}
.picScroll-honor .next {
  right: 0;
  background: url("../image/honor_right.png");
}
.picScroll-honor .prev {
  left: 0;
  background: url("../image/honor_left.png");
}
.picScroll-honor .bd {
  border: 1px solid #d6d6d6;
}
.picScroll-honor .bd li {
  padding: 25px 0;
}

.footer {
  background: #2c2c2e;
  font-size: 14px;
  color: #999;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #0277cd;
}
.footer-t {
  padding-top: 60px;
  padding-bottom: 65px;
}
.footer-map dl {
  position: relative;
  float: left;
  padding-left: 15px;
  margin-right: 140px;
  height: 185px;
  border-left: 1px solid #474749;
}
.footer-map dl:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 24px;
  background-color: #0277cd;
}
.footer-map dt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-map dd {
  margin-bottom: 10px;
}
.footer-ewm {
  float: right;
  text-align: center;
}
.footer-ewm span {
  display: inline-block;
  margin-top: 10px;
}
.footer-b {
  height: 50px;
  border-top: 1px solid #474749;
}
.footer-link a {
  float: left;
  line-height: 50px;
  margin-right: 30px;
  position: relative;
}
.footer-link a:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 30px;
  height: 50px;
  background: url("../image/link_hr.png") no-repeat center;
}
.footer .copyright {
  float: right;
  line-height: 50px;
}
.ny-banner {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
  margin-bottom: 55px;
}
.ny-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.page-box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.details-top {
  margin-top: 30px;
  margin-bottom: 55px;
}
.details-img {
  width: 430px;
  height: 320px;
}
.details-txt {
  width: 440px;
  font-size: 14px;
}
.details-txt h2 {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #0277cd;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
}
.details-txt dl dd {
  margin-bottom: 15px;
}
.details-show h3 {
  border-bottom: 1px solid #0277cd;
  margin-bottom: 50px;
}
.details-show h3 span {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #0277cd;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.details-show .con {
  text-align: center;
  line-height: 200%;
  font-style: 14px;
}
.details-show .con img {
  margin-bottom: 50px;
}
.contact {
  margin-top: 40px;
}
.contact h2 {
  font-size: 20px;
  color: #0277cd;
  font-weight: bold;
  margin-bottom: 35px;
}
.contact-list {
  margin-bottom: 30px;
}
.contact-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-list li i {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
}
.contact-form li {
  font-size: 14px;
  margin-bottom: 30px;
}
.contact-form li label {
  float: left;
  display: inline-block;
  width: 60px;
  line-height: 40px;
  text-align: center;
}
.contact-form li.fix input,
.contact-form li.fix textarea {
  border: 1px solid #c4c4c4;
  padding: 5px 10px;
  float: left;
}
.contact-form li.fix input {
  width: 330px;
  height: 30px;
  line-height: 30px;
}
.contact-form li.fix textarea {
  width: 820px;
  height: 185px;
}
.contact-form li.btn {
  text-align: center;
}
.contact-form li.btn input[type="submit"] {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background-color: #0277cd;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.map-box {
  margin-bottom: 50px;
  border: 1px solid #c4c4c4;
}

.about_content{ line-height: 200%; font-size: 14px; }



.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999; }


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 160px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
   }
.yb_conct a {
    color: #fff;
    text-decoration: none;  font-size:16px;}
    .yb_conct a:hover {
      color: #ff0; 
font-size:16px;}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 15px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #0076ca url('../image/sidebar_background.png') no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }

.zy{ font-size:14px;  }
.zy a{text-decoration:none; color:#000; color:#666;}