@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

/*header*/
.header-01.index-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
}
.header-01 .header-top {
  height: 95px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.header-01 .header-top .logo {
  padding-top: 8px;
}
.header-01 .header-top .logo img {
  display: block;
}
.header-01 .header-top .tel {
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 50px;
  height: 95px;
  line-height: 95px;
  color: #005492;
  font-size: 20px;
}
.header-01 .header-top .tel span {
  font-family: Impact;
  font-size: 36px;
  vertical-align: top;
  margin-left: 5px;
}
.header-01 nav ul li {
  float: left;
  width: 130px;
  height: 74px;
  line-height: 74px;
  margin-right: 1px;
}
.header-01 nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #4e4e4e;
}
.header-01 nav ul li a:hover, .header-01 nav ul li a.current {
  color: #ffffff;
  background: #005492;
}
.header-01 nav .language {
  background: url("../images/language.png") no-repeat left center;
  padding-left: 28px;
  height: 74px;
  line-height: 74px;
}
.header-01 nav .language a {
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
}
.header-01 nav .language a:hover, .header-01 nav .language a.current {
  color: #005492;
}
.header-01 nav .language span {
  padding: 0 15px;
}
.header-01 nav .language span img {
  vertical-align: middle;
  margin-top: -3px;
}

.header-02 {
  background: #ffffff;
  height: 76px;
  line-height: 76px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.header-02 .logo {
  padding-top: 5px;
}
.header-02 .logo img {
  display: block;
}
.header-02 ul.nav {
  margin-left: 20px;
}
.header-02 ul.nav li {
  float: left;
  width: 102px;
  height: 76px;
  line-height: 76px;
  margin-right: 1px;
}
.header-02 ul.nav li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #4e4e4e;
}
.header-02 ul.nav li a:hover, .header-02 ul.nav li a.current {
  color: #ffffff;
  background: #005492;
}
.header-02 .language {
  background: url("../images/language.png") no-repeat left center;
  padding-left: 28px;
  height: 76px;
  line-height: 76px;
  margin-left: 10px;
}
.header-02 .language a {
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
}
.header-02 .language a:hover, .header-02 .language a.current {
  color: #005492;
}
.header-02 .language span {
  padding: 0 5px;
}
.header-02 .language span img {
  vertical-align: middle;
  margin-top: -3px;
}
.header-02 .tel {
  font-size: 16px;
  color: #005492;
  line-height: 1.2;
  padding-top: 15px;
  font-weight: bold;
}
.header-02 .tel span {
  display: block;
}

/*footer*/
footer {
  border-top: 1px solid #d9d9d9;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
footer a {
  color: #999999;
  display: inline-block;
}

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 10px 5px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 15px;
  height: 15px;
  background: none;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  width: 15px;
  height: 15px;
  margin: -2px 0 0 -2px;
  border-color: #005492;
  background: #005492;
}

/*banner*/
.slideBox {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul li {
  height: 500px;
  width: 100%;
}
.slideBox .bd ul li a {
  display: block;
  height: 500px;
  width: 100%;
}
.slideBox .hd {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 9999;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin: 0 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../images/img-02.png") no-repeat;
}
.slideBox .hd ul li.on {
  background: url("../images/img-03.png") no-repeat;
}

/*bread-crumbs*/
.bread-crumbs {
  height: 52px;
  line-height: 52px;
  text-align: right;
  color: #999999;
  font-size: 14px;
}
.bread-crumbs a {
  color: #999999;
}
.bread-crumbs span,.bread-crumbs a.on {
  color: #ee9c20;
}

/*other-warp*/
.other-warp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.left-main {
  width: 260px;
}

.right-main {
  width: 910px;
}

.box-title {
  height: 67px;
  text-align: center;
  background: #005492;
  color: #ffffff;
  padding-top: 25px;
}
.box-title span {
  display: inline-block;
}
.box-title span.ch {
  background: url("../images/img-04.png") no-repeat right center;
  height: 42px;
  line-height: 36px;
  font-size: 20px;
  color: #ffffff;
  padding-right: 35px;
  overflow: hidden;
}
.box-title span.en {
  text-transform: uppercase;
  margin-left: -15px;
  height: 42px;
  overflow: hidden;
  line-height: 60px;
}

.sub-menu ul li {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}
.sub-menu ul li a {
  display: block;
  background: url("../images/img-05.png") no-repeat 180px 22px;
  color: #4c4c4c;
  font-size: 16px;
  padding-left: 60px;
}
.sub-menu ul li a:hover, .sub-menu ul li a.current {
  background: url("../images/img-06.png") no-repeat 180px 22px;
  color: #005492;
}

.contact-us .box-01 {
  border-bottom: 1px solid #f0f0f0;
  height: 48px;
  line-height: 48px;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.contact-us .box-02 {
  border-bottom: 1px solid #f0f0f0;
  height: 48px;
  line-height: 48px;
  color: #f0a638;
  font-size: 20px;
  font-weight: bold;
}

.erwm-box {
  background: #005492;
  padding: 15px 30px;
}
.erwm-box .m-title {
  border-bottom: 1px solid #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}
.erwm-box .s-1 {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #ffffff;
}
.erwm-box ul {
  margin-left: -16px;
}
.erwm-box ul li {
  float: left;
  width: 92px;
  margin-left: 16px;
}
.erwm-box .box {
  width: 92px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.erwm-box .box img {
  display: block;
}

.public-title {
  background: url("../images/img-08.png") no-repeat 20px 10px #005492;
  padding-left: 54px;
  color: #ffffff;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}

/*page*/
.page {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #eeeeee;
  padding: 0 12px;
  color: #666666;
  margin-left: 4px;
  font-size: 12px;
}
.page a:hover, .page a.current {
  background: #005492;
  color: #ffffff;
}

/*module*/
.mod-01 {
  border: 1px solid #cccccc;
  padding: 0 20px;
}
.mod-01 ul li {
  border-bottom: 1px dotted #cfcfcf;
  overflow: hidden;
  vertical-align: bottom;
  height: 46px;
  line-height: 46px;
}
.mod-01 ul li a {
  color: #666666;
  font-size: 16px;
}
.mod-01 ul li a.hot {
  color: #e31616;
  font-weight: bold;
}
.mod-01 ul li .date {
  color: #b2b2b2;
}

.mod-02 {
  border: 1px solid #cccccc;
  padding: 0 20px;
  overflow: hidden;
}
.mod-02 .m-title {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  line-height: 1.6;
  margin-bottom: 20px;
}
.mod-02 .m-title h3 {
  font-size: 18px;
  color: #4e4e4e;
}
.mod-02 .m-title .date {
  color: #ee9c20;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.mod-02 .main {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.mod-02 .other-page {
  font-size: 12px;
  margin-top: 30px;
  color: #666666;
}
.mod-02 .other-page a, .mod-02 .other-page span {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #666666;
  font-size: 12px;
}

.mod-03 {
  margin-left: -20px;
}
.mod-03 li {
  float: left;
  width: 290px;
  height: 200px;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mod-03 li img {
  display: block;
  transition: all .7s;
}
.mod-03 li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-12.png") repeat-x;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.mod-03 li:hover img {
  transform: scale(1.1);
}

.mod-04 {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.mod-04 .m-title {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mod-05 {
  margin-left: -20px;
}
.mod-05 li {
  float: left;
  width: 290px;
  height: 200px;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mod-05 li img {
  display: block;
  transition: all .7s;
}
.mod-05 li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-12.png") repeat-x;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.mod-05 li .a-mc {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  top: 10px;
  background: url("../images/img-15.png") repeat;
  line-height: 180px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
.mod-05 li:hover img {
  transform: scale(1.1);
  transform: scale(1.1);
}
.mod-05 li:hover .title {
  background: url("../images/img-24.png") repeat;
  color: #f9e00a;
}

.mod-06 {
  margin-left: -20px;
}
.mod-06 li {
  float: left;
  width: 290px;
  overflow: hidden;
  margin-left: 20px;
  position: relative;
  vertical-align: bottom;
}
.mod-06 li .pic {
  overflow: hidden;
}
.mod-06 li img {
  display: block;
  transition: all .7s;
  width: 290px;
  height: 200px;
}
.mod-06 li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  display: block;
}
.mod-06 li:hover img {
  transform: scale(1.1);
}
.mod-06 li:hover .title {
  color: #005492;
}

.mod-07 .top-s img {
  display: block;
}
.mod-07 .m-title {
  background: url("../images/img-18.png") no-repeat bottom center;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #005492;
  font-size: 18px;
  margin-bottom: 20px;
}
.mod-07 .txt {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.mod-07 ul {
  margin-left: -22px;
}
.mod-07 ul li {
  float: left;
  margin-left: 22px;
  width: 280px;
}
.mod-07 ul li .box {
  border: 1px solid #cccccc;
  height: 80px;
  text-align: center;
  padding-top: 78px;
  font-size: 16px;
  line-height: 28px;
  color: #4e4e4e;
}
.mod-07 ul li .box.bg-01 {
  background: url("../images/img-19.png") no-repeat center 28px;
}
.mod-07 ul li .box.bg-02 {
  background: url("../images/img-20.png") no-repeat center 28px;
}
.mod-07 ul li .box.bg-03 {
  background: url("../images/img-21.png") no-repeat center 28px;
}
.mod-07 .links {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.mod-07 .links a {
  color: #999999;
}
.mod-07 .links span {
  display: inline-block;
  margin: 0 5px;
}

/*index*/
.index-title {
  background: url("../images/img-22.png") no-repeat bottom center;
  width: 322px;
  height: 115px;
  text-align: center;
  color: #005492;
  margin: 0 auto 55px auto;
}
.index-title .ch {
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
}
.index-title .en {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  text-transform: uppercase;
}
.index-title .t-txt {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.product-center {
  background: url("../images/bg-01.png") no-repeat;
  background-size: cover;
}
.product-center ul {
  margin-left: -22px;
}
.product-center ul li {
  float: left;
  width: 283px;
  height: 196px;
  overflow: hidden;
  margin-left: 22px;
  margin-bottom: 22px;
  position: relative;
}
.product-center ul li img {
  display: block;
  width: 283px;
  height: 196px;
  transition: all .7s;
}
.product-center ul li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-12.png") repeat;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.product-center ul li:hover img {
  transform: scale(1.1);
}
.product-center ul li:hover .title {
  background: url("../images/img-24.png") repeat;
  color: #f9e00a;
}

.success-case {
  background: url("../images/bg-02.png") no-repeat;
  background-size: cover;
}
.success-case .box-s {
  background: #ffffff;
  padding: 10px 20px;
  height: 655px;
  overflow: hidden;
}
.success-case .box-s .m-title {
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}
.success-case .box-s .m-title .t-l {
  font-size: 14px;
  color: #999999;
}
.success-case .box-s .m-title .t-l span {
  margin-right: 10px;
  font-size: 26px;
  color: #4c4c4c;
  font-weight: bold;
}
.success-case .box-s .m-title .t-more {
  font-size: 14px;
  color: #999999;
}
.success-case .left-box {
  width: 780px;
}
.success-case .left-box ul {
  margin-left: -15px;
}
.success-case .left-box ul li {
  float: left;
  width: 250px;
  height: 176px;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.success-case .left-box ul li img {
  display: block;
  width: 250px;
  height: 176px;
  transition: all .7s;
}
.success-case .left-box ul li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-12.png") repeat-x;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.success-case .left-box ul li .a-mc {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  top: 5px;
  background: url("../images/img-15.png") repeat;
  line-height: 166px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
.success-case .left-box ul li:hover img {
  transform: scale(1.1);
}
.success-case .left-box ul li:hover .title {
  background: url("../images/img-24.png") repeat;
  color: #f9e00a;
}
.success-case .right-box .main {
  height: 555px;
  overflow: hidden;
}
.success-case .right-box ul li {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.success-case .right-box ul li img {
  display: block;
  width: 265px;
  height: 100px;
}

.information-box {
  background: url("../images/bg-03.png") no-repeat;
  background-size: cover;
}
.information-box .left-box {
  width: 580px;
}
.information-box .news-class a {
  display: block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #cccccc;
  color: #808080;
  font-size: 16px;
  float: left;
  margin-right: 10px;
}
.information-box .news-class a:hover, .information-box .news-class a.current {
  background: #005492;
  color: #ffffff;
}
.information-box .news-cont {
  height: 380px;
  overflow: hidden;
}
.information-box .news-cont .new-d {
  display: none;
}
.information-box .video-box {
  height: 380px;
  margin-top: 72px;
  width: 582px;
}
.information-box .video-box img {
  display: block;
  width: 582px;
  height: 380px;
}
.information-box .news-list li {
  width: 515px;
  background: #ffffff;
  padding: 15px 25px;
  height: 90px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.information-box .news-list li .title {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}
.information-box .news-list li .title.hot {
  color: #e31616 !important;
  font-weight: bold;
}
.information-box .news-list li .txt {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  overflow: hidden;
}
.information-box .news-list li:hover {
  background: #005492;
}
.information-box .news-list li:hover .title {
  color: #ffffff;
}
.information-box .news-list li:hover .txt {
  color: #ffffff;
}

.contact-us-box {
  background: url("../images/bg-04.png") no-repeat;
  background-size: cover;
}
.contact-us-box .m-title {
  background: url("../images/img-28.png") no-repeat;
  width: 272px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: -105px;
}
.contact-us-box .main {
  background: url("../images/img-32.png") no-repeat top center;
  min-height: 477px;
  width: 1130px;
  padding: 0 35px;
  box-shadow: 0 0 5px #666;
}
.contact-us-box .left-box {
  width: 520px;
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  text-align: justify;
}
.contact-us-box .left-box .title {
  background: url("../images/img-29.png") no-repeat left bottom;
  height: 98px;
  line-height: 96px;
  font-size: 38px;
  color: #005492;
  margin-bottom: 15px;
}
.contact-us-box .left-box .a-more img {
  display: block;
}
.contact-us-box .right-box {
  width: 550px;
  padding-top: 113px;
}
.contact-us-box .right-box .s-1 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 36px;
  height: 36px;
}
.contact-us-box .right-box .s-1 span {
  color: #005492;
}
.contact-us-box .right-box .box {
  line-height: 26px;
  color: #666666;
  font-size: 14px;
}
.contact-us-box .right-box .box img {
  display: block;
}
.contact-us-box .right-box .links {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  padding-left: 70px;
}
.contact-us-box .right-box .links a {
  color: #999999;
}
.contact-us-box .right-box .links span {
  display: inline-block;
  margin: 0 5px;
}
.contact-us-box .right-box .links span.title {
  position: absolute;
  margin-left: -70px;
}
.contact-us-box .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #999999;
  height: 40px;
  line-height: 40px;
}
.contact-us-box .footer a {
  display: inline-block;
  color: #999999;
}

.float-box {
  width: 108px;
  height: 240px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -170px;
  background: #0065af;
  z-index: 99999;
}
.float-box a {
  display: block;
}
.float-box a span {
  display: block;
}
.float-box a span.icon img {
  display: block;
  margin: 0 auto;
}
.float-box a span.title {
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
}
.float-box a.erwm .icon {
  margin-top: 10px;
}
.float-box a.tel {
  position: relative;
  background: #00467a;
}
.float-box a.tel .cont {
  background: url("../images/img-38.png") repeat;
  position: absolute;
  width: 180px;
  height: 88px;
  left: 108px;
  top: 0;
  padding: 20px 10px 0;
  display: none;
}
.float-box a.tel .cont .inp-s {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 10px;
  width: 158px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  background: none;
}
.float-box a.tel .cont .btn-s {
  border: none;
  background: #005492;
  width: 64px;
  height: 30px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */


/*相关推荐*/
.like{
	margin-top: 20px;
}
.like ul li{
    float: left;
    width: 40%;
    padding: 0 5%;
	font-size: 16px;
}
.like ul li a{
	color:#666666;
}

.other-page a{
	display: block;
    line-height: 30px;
    height: 30px;
    color: #666666;
    font-size: 12px;
}