﻿@charset "UTF-8";

html {
  min-width: 1200px;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}

input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "宋体", "microsoft yahei", "Arial";
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

body {
  background: url(../images/body_bg.jpg) repeat left top;
}

input {
  background: none;
  border: 0 none;
  outline: none;
}

img,
iframe {
  border: 0px;
}

em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.icon {
  /* background: url(../images/icon.png) no-repeat;*/
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #363636;
  text-decoration: none;
}

a:hover {
  color: #00127b;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*header*/
.header_main {
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index: 999;
  background: #fff;
  color: #00127b;
  font-size: 16px;
  font-family: "microsoft yahei", "Arial";
  position: relative;
}

.header_main .ksdh a {
  color: #00127b;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.header_main .ksdh .toptel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.header_main .ksdh .toptel i {
  width: 15px;
  height: 16px;
  display: inline-block;
  background-position: 0 -50px;
  margin-right: 5px;
}

.header_main .header {
  position: relative;
}

.header_main .header .qidai {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 16px;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  display: none;
}

.top_main {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 99;
  padding-top: 15px;
}

.top_main .logo {
  width: 380px;
  height: 55px;
  overflow: hidden;
  display: block;
  padding-top: 24px;
}

.top_main .logo img {
  height: 55px;
  max-width: 100%;
  display: block;
  width: auto;
}

.top_main .nav {
  width: 720px;
  font-family: "microsoft yahei", "Arial";
  height: 134px;
  overflow: hidden;
}

.top_main .nav li {
  width: 60px;
  float: left;
  margin-left: 12px;
  font-size: 16px;
  height: 134px;
  display: block;
}

.top_main .nav li a {
  display: block;
  width: 34px;
  height: 134px;
  color: #212121;
}

.top_main .nav li a h3 {
  width: 15px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 16px;
}

.top_main .nav li.hover a,
.top_main .nav li:hover a {
  background: url(../images/nav_a.png) no-repeat left top;
  color: #153493;
}

.top_main .nav li.one h3 {
  line-height: 48px;
  padding-top: 0;
}

#banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner {
  height: 728px;
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.banner ul {
  max-height: 728px;
  overflow: hidden;
}

.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}

.banner li a {
  display: block;
}

.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.banner li:first-child {
  display: block;
}

.banner .tip {
  width: 1000px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 3;
}

.banner .tip span {
  background: #fff;
  height: 3px;
  margin: 0 2px;
  width: 16px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.banner .tip span.cur {
  background-color: #00127b;
}

.banner a.icon {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: none;
  margin-top: -40px;
}

.banner #btn_prev {
  background-position: -110px 0;
  left: 5%;
}

.banner #btn_next {
  background-position: -176px 0;
  right: 5%;
}

/*copyright*/
.returnTop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1%;
  bottom: 60px;
  z-index: 100;
  background: url(../images/block50.png) repeat 0 0;
  border-radius: 5px;
}

.returnTop s {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/returnTop.png) no-repeat center center;
}

.returnTop:hover {
  background-image: url(../images/block60.png);
}

.footer_main {
  width: 100%;
  font-size: 12px;
  background: url(../images/botbg.jpg) no-repeat center top;
  font-family: "microsoft yahei";
}

.footer_main .footer {
  height: 295px;
  padding-top: 52px;
}

.footer_main .footer .qcode {
  width: 420px;
}

.footer_main .footer .qcode h3 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.footer_main .footer .qcode .btel {
  width: 252px;
  line-height: 28px;
}

.footer_main .footer .qcode .btel p {
  color: #666;
  line-height: 30px;
}

.footer_main .footer .qcode .ewm {
  width: 150px;
  height: 150px;
  display: block;
}

.footer_main .footer .botnavlist {
  width: 720px;
}

.footer_main .footer .botnavlist li {
  float: left;
  width: 170px;
  padding: 0 0 0 8px;
  display: block;
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
}

.footer_main .footer .botnavlist li a {
  color: #666;
}

.footer_main .footer .botnavlist li .drop {
  font-size: 12px;
  padding-top: 10px;
}

.footer_main .footer .botnavlist li .drop a {
  display: block;
  line-height: 26px;
  color: #666;
  font-size: 12px;
}

.footer_main .footer .botnavlist li a:hover {
  color: #00127b;
}

.footer_main .copyright_main {
  background: #000;
}

.footer_main .copyright {
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

.footer_main .copyright a {
  color: #666;
  padding: 0 5px;
}

.footer_main .copyright a:hover {
  color: #fff;
}

/*******************end commom css*********************/
/************index************/
.index .title {
  margin: 0 auto;
  height: 56px;
  background: url(../images/title.png) no-repeat 0 -60px;
  display: block;
}

.index .title a {
  display: block;
}

.index .shu {
  position: absolute;
  right: 0;
  top: -96px;
  width: 315px;
  height: 210px;
  /* background: url(../images/shu1.png) no-repeat;*/
}

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

.search_main .title {
  width: 385px;
  margin: 0 auto;
  height: 56px;
  background: url(../images/title.png) no-repeat 0 0;
  display: block;
}

.search_main .title a {
  display: block;
  height: 56px;
}

.search_main p {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding: 10px 0;
}

.search_main .search_body {
  width: 492px;
  margin: 0 auto;
}

.search_main .search_body input {
  height: 40px;
  line-height: 40px;
  outline: none;
  font-family: "microsoft yahei";
}

.search_main .search_body .txt {
  width: 404px;
  background: url(../images/sou_txt.png) no-repeat;
  font-size: 14px;
  color: #999;
  text-indent: 12px;
}

.search_main .search_body .btn {
  width: 80px;
  text-align: center;
  display: block;
  color: #fff;
  background: #000;
  font-size: 18px;
  cursor: pointer;
}

.search_main .search_body .btn:hover {
  background: #00127b;
}

.price {
  color: #212121;
}

.price b {
  color: #e60012;
  font-weight: normal;
}

.floor_1_main {
  width: 100%;
  position: relative;
}

.floor_1_main .menu {
  text-align: center;
}

.floor_1_main .menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 14px 20px;
  color: #444;
  font-size: 16px;
}

.floor_1_main .menu a:hover,
.floor_1_main .menu a.hover {
  background: url(../images/nav_line.png) no-repeat center bottom;
}

.floor_1_main .repor {
  padding: 60px 0;
  overflow: hidden;
}

.floor_1_main .repor .cont {
  display: none;
  color: #212121;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.floor_1_main .repor .cont:first-child {
  display: block;
}

.floor_1_main .repor .cont .img {
  width: 556px;
  height: 530px;
  display: block;
}

.floor_1_main .repor .cont .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.floor_1_main .repor .cont .txtbox {
  width: 570px;
  height: 510px;
  background: url(../images/ta.png) no-repeat right bottom;
}

.floor_1_main .repor .cont .txtbox .desc {
  width: 184px;
  display: block;
  height: 338px;
  color: #212121;
  position: relative;
  overflow: hidden;
}

.floor_1_main .repor .cont .txtbox .desc .stit {
  width: 22px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 338px;
  padding: 0 20px;
  line-height: 24px;
  display: block;
  float: right;
  margin-left: 28px;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  word-break: normal;
}

.floor_1_main .repor .cont .txtbox .desc p {
  float: right;
  text-align: center;
  width: 16px;
  padding: 0 6px;
  height: 338px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  word-break: normal;
  font-size: 18px;
}

.floor_1_main .repor .cont .txtbox .desc .yz {
  width: 28px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: -246px -34px;
}

.floor_1_main .repor .cont .txtbox .desc:hover {
  color: #00127b;
}

.floor_1_main .repor .cont .txtbox .txt {
  width: 360px;
}

.floor_1_main .repor .cont .txtbox .txt .tit {
  width: 355px;
  height: 74px;
  line-height: 74px;
  display: block;
  background-position: 0 -84px;
}

.floor_1_main .repor .cont .txtbox .txt .tit b {
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  height: 74px;
  line-height: 74px;
  width: 224px;
  margin: 0 auto;
  display: block;
}

.floor_1_main .repor .cont .txtbox .txt .price {
  padding-top: 42px;
  font-size: 18px;
  padding-bottom: 20px;
  padding-left: 56px;
}

.floor_1_main .repor .cont .txtbox .txt .price b {
  color: #e60012;
  font-size: 34px;
  line-height: 50px;
}

.floor_1_main .repor .cont .txtbox .txt .btn {
  padding-left: 56px;
}

.floor_1_main .repor .cont .txtbox .txt .btn a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ddd;
  color: #212121;
  font-size: 16px;
}

.floor_1_main .repor .cont .txtbox .txt .btn a em {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  background-position: -44px -50px;
}

.floor_1_main .repor .cont .txtbox .txt .btn a:hover,
.floor_1_main .repor .cont .txtbox .txt .btn a.hover {
  color: #00127b;
  border: 1px solid #00127b;
}

.floor_1_main .repor .cont .txtbox .txt .btn a:hover em,
.floor_1_main .repor .cont .txtbox .txt .btn a.hover em {
  background-position: -69px -50px;
}

.floor_2_main {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

.floor_2_main .fz {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 370px;
  background: url(../images/fz.png) no-repeat;
  z-index: 0;
}

.floor_2_main .floor_2 {
  position: relative;
  z-index: 1;
}

.productlist {
  overflow: hidden;
}

.productlist .list {
  width: 108%;
}

.productlist .item {
  width: 378px;
  float: left;
  margin-right: 33px;
  margin-bottom: 42px;
}

.productlist .item .img {
  width: 378px;
  height: 318px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/pro.png) no-repeat;
  cursor: pointer;
}

.productlist .item .img img {
  width: 320px;
  height: 320px;
  display: block;
  margin: 0 auto;
}

.productlist .item .img a {
  position: absolute;
  width: 360px;
  height: 360px;
  left: 9px;
  top: 9px;
  z-index: 1;
  background: url(../images/pro_a.png) no-repeat left top;
  display: none;
}

.productlist .item .img a .cha {
  width: 128px;
  height: 28px;
  line-height: 28px;
  background-position: -250px 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -64px;
  margin-top: -14px;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.productlist .item .txt {
  padding: 20px 10px;
}

.productlist .item .txt .price {
  font-size: 20px;
}

.productlist .item .txt .price b {
  font-size: 24px;
}

.productlist .item .txt h3 {
  font-size: 20px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  *zoom: 1;
  *display: inline;
}

.productlist .item .txt i {
  width: 24px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  background-position: 0 -68px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.productlist .item .txt p {
  padding-top: 6px;
  line-height: 22px;
  height: 40px;
}

.productlist .item .txt .btn a {
  display: inline-block;
}

.productlist .item .txt .btn .qq {
  width: 50px;
  height: 43px;
  background: url(../images/qq.png) no-repeat;
  position: relative;
  display: none;
}

.productlist .item .txt .btn .qq s {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-position: -34px -66px;
}

.productlist .item .txt .btn .qq:hover s {
  background-position: -53px -66px;
}

.productlist .item .txt .btn .buy {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ddd;
  color: #212121;
  font-size: 16px;
  margin-top: 12px;
}

.productlist .item .txt .btn .buy:hover {
  color: #00127b;
  border: 1px solid #00127b;
}

.productlist .item:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.productlist .item:hover .txt .buy {
  color: #00127b;
  border: 1px solid #00127b;
}

.floor_3_main {
  position: relative;
  width: 100%;
  padding-bottom: 146px;
}

.floor_3_main .title1 {
  width: 100%;
  background: url(../images/honrtit.png) no-repeat center top;
  height: 54px;
  position: relative;
  z-index: 2;
}

.floor_3_main .title1 .denglong {
  display: block;
  position: absolute;
  right: 112px;
  top: 26px;
  width: 278px;
  height: 172px;
  background: url(../images/denglong.png) no-repeat;
}

.floor_3_main .title1 a {
  display: block;
  height: 54px;
}

.floor_3_main .floor_3 {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}

.floor_3_main .floor_3 .bd {
  overflow: hidden;
  position: relative;
}

.floor_3_main .floor_3 .prev,
.floor_3_main .floor_3 .next {
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
}

.floor_3_main .floor_3 .prev {
  background-position: 0 0;
  left: -5%;
}

.floor_3_main .floor_3 .prev:hover {
  background-position: -54px 0;
}

.floor_3_main .floor_3 .next {
  background-position: -26px 0;
  right: -5%;
}

.floor_3_main .floor_3 .next:hover {
  background-position: -80px 0;
}

.floor_3_main .fz {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 648px;
  height: 248px;
  background: url(../images/fz2.png) no-repeat;
  z-index: 0;
}

.ihonor .list {
  width: 114%;
}

.ihonor .item {
  width: 260px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
}

.ihonor .item:nth-child(3n) {
  margin-right: 0px;
}

.ihonor .item a {
  display: block;
}

.ihonor .item .img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.ihonor .item .img .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/honor_bk.png) no-repeat left top;
  z-index: 1;
  background-size: cover;
}

.ihonor .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.ihonor .item .txt {
  padding: 20px 35px 0 30px;
  width: 236px;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.ihonor .item .txt .stit {
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 40px;
  /* padding: 0 20px; */
  line-height: 28px;
  display: block;
  text-align: center;
  float: right;
  /* margin-left: 28px; */
  font-size: 24px;
  font-weight: bold;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  word-break: normal;

  /*writing-mode:tb-rl*/
  ;
}

.ihonor .item .txt p {
  float: right;
  text-align: center;
  width: 16px;
  padding: 0 4px;
  height: 100px;
  line-height: 17px;
  word-break: break-all;
  word-wrap: break-word;
  word-break: normal;
  font-size: 14px;
  color: #999;
}

.ihonor .item .txt .yz {
  width: 28px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: -280px -34px;
}

.ihonor .item:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ihonor .item:hover .txt .stit {
  color: #00127b;
}

.ihonor .item:hover .txt .yz {
  background-position: -246px -34px;
}

.floor_4_main {
  position: relative;
  padding-bottom: 90px;
}

.floor_4_main .title_main {
  width: 100%;
  background: url(../images/tit_bg.png) no-repeat center;
  height: 60px;
}

.floor_4_main .title_main .title {
  width: 310px;
  background-position: 0 -60px;
  display: block;
  margin: 0 auto;
}

.floor_4_main .fz {
  width: 500px;
  height: 202px;
  right: 0;
  bottom: -24px;
  background: url(../images/fz3.png) no-repeat;
  position: absolute;
  z-index: -1;
}

.floor_4_main .floor_4_top {
  padding: 70px 0 30px;
}

.floor_4_main .floor_4_top a {
  display: inline-block;
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-left: 43px;
  font-size: 20px;
  color: #000;
  background: url(../images/icon.png) no-repeat -370px -84px;
}

.floor_4_main .floor_4_top a h3 {
  font-size: 20px;
  color: #000;
  display: inline-block;
}

.floor_4_main .floor_4_top a:hover {
  color: #00127b;
  font-weight: bold;
}

.floor_4_main .floor_4_top a:hover h3 {
  color: #00127b;
  font-weight: bold;
}

.floor_4_main .imap {
  width: 100%;
  height: 790px;
  background: url(../images/mapbg.jpg) no-repeat center top;
}

.floor_4_main .floor_4_body {
  position: relative;
}

.floor_4_main .floor_4_body .shu {
  width: 294px;
  height: 186px;
  left: 0;
  top: 185px;
  /*background: url(../images/shu2.png) no-repeat;*/
}

.floor_4_main .floor_4_bot .iabout {
  width: 578px;
}

.floor_4_main .floor_4_bot .iabout a {
  display: block;
}

.floor_4_main .floor_4_bot .iabout .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.floor_4_main .floor_4_bot .iabout .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.floor_4_main .floor_4_bot .iabout .txt {
  width: 344px;
}

.floor_4_main .floor_4_bot .iabout .txt h3 {
  font-size: 21px;
  color: #212121;
  font-weight: bold;
  padding-bottom: 10px;
}

.floor_4_main .floor_4_bot .iabout .txt p {
  color: #747474;
  line-height: 28px;
  height: 108px;
  overflow: hidden;
}

.floor_4_main .floor_4_bot .iabout .txt p .cha {
  color: #2d87ed;
  display: inline-block;
}

.floor_4_main .floor_4_bot .inews {
  width: 578px;
}

.floor_4_main .floor_4_bot .inews .slideBox {
  width: 518px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.floor_4_main .floor_4_bot .inews .slideBox .bd {
  height: 140px;
  overflow: hidden;
}

.floor_4_main .floor_4_bot .inews .slideBox li {
  display: block;
  height: 140px;
  overflow: hidden;
}

.floor_4_main .floor_4_bot .inews .slideBox li a {
  display: block;
}

.floor_4_main .floor_4_bot .inews .slideBox li .time {
  color: #233e97;
  font-size: 20px;
  display: block;
}

.floor_4_main .floor_4_bot .inews .slideBox li img {
  display: block;
  float: left;
  width: 160px;
}

.floor_4_main .floor_4_bot .inews .slideBox li .wen {
  float: left;
  width: 300px;
  margin-left: 30px;
}

.floor_4_main .floor_4_bot .inews .slideBox li h3 {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
}

.floor_4_main .floor_4_bot .inews .slideBox li p {
  color: #747474;
  line-height: 20px;
  padding-top: 12px;
}

.floor_4_main .floor_4_bot .inews .slideBox li a:hover h3 {
  color: #00127b;
}

.floor_4_main .floor_4_bot .inews .slideBox .prev,
.floor_4_main .floor_4_bot .inews .slideBox .next {
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.floor_4_main .floor_4_bot .inews .slideBox .prev {
  background-position: -390px 0;
  right: 54px;
}

.floor_4_main .floor_4_bot .inews .slideBox .prev:hover {
  background-position: -390px -20px;
}

.floor_4_main .floor_4_bot .inews .slideBox .next {
  background-position: -420px 0;
  right: 0;
}

.floor_4_main .floor_4_bot .inews .slideBox .next:hover {
  background-position: -420px -20px;
}

.floor_4_main .floor_4_bot .inews .tit {
  width: 118px;
  height: 150px;
  display: none;
  background-position: -390px -140px;
}

.indexMapCon {
  width: 1200px;
  height: 592px;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
}

.indexMapCon #ChinaMap {
  position: absolute;
  left: 128px;
  top: 0;
  z-index: 10;
}

.indexMapCon #ChinaMap text {
  color: #333;
}

.indexMapCon .chianmapbg {
  width: 154px;
  height: 202px;
  position: absolute;
  right: 250px;
  bottom: 0;
  background: url(../images/hdao.jpg) no-repeat;
}

.indexMapCon .ConDiv {
  position: absolute;
  left: 144px;
  top: 68px;
  z-index: 11;
}

.indexMapCon .ConDiv .Mapimg {
  display: block;
  width: 900px;
  height: 648px;
}

.indexMapCon .ConDiv area {
  outline: none;
}

.icase {
  position: relative;
  padding-bottom: 20px;
  *padding-bottom: 40px;
}

.icase .bd {
  overflow: hidden;
  height: 432px;
}

.icase .list {
  width: 118%;
}

.icase .item {
  width: 360px;
  float: left;
  margin-right: 58px;
  margin-bottom: 20px;
}

.icase .item .img {
  width: 360px;
  height: 270px;
  overflow: hidden;
  position: relative;
}

.icase .item .img img {
  width: 360px;
  height: 270px;
  display: block;
}

.icase .item .img .bg {
  width: 360px;
  height: 270px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /*background: url(../images/icase_bk.png) no-repeat*/
  ;
  z-index: 3;
  *zoom: 1;
}

.icase .item .txt {
  padding-top: 28px;
  text-align: center;
  display: block;
}

.icase .item .txt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.icase .item .txt p {
  font-size: 16px;
  color: #666;
  height: 44px;
  overflow: hidden;
  line-height: 24px;
}

.icase .item .txt .cha {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  color: #212121;
  font-size: 16px;
  background: #fff;
  display: none;
  margin: 10px auto 0;
}

.icase .item:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.icase .item:hover .txt h3 {
  color: #00127b;
}

.icase .item:hover .txt .cha {
  border: 1px solid #00127b;
  color: #00127b;
}

.icase .prev,
.icase .next {
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 30%;
  margin-top: -21px;
  cursor: pointer;
}

.icase .prev {
  background-position: 0 0;
  left: -5%;
}

.icase .prev:hover {
  background-position: -54px 0;
}

.icase .next {
  background-position: -26px 0;
  right: -5%;
}

.icase .next:hover {
  background-position: -80px 0;
}

.subright .icase {
  overflow: hidden;
}

.subright .icase .item {
  margin-right: 162px;
  margin-bottom: 40px;
}

.subright .icase .item .bg {
  display: none;
}

.bk_t {
  width: 578px;
  height: 34px;
  background: url(../images/bk_top.png) no-repeat left top;
}

.bk_b {
  width: 578px;
  height: 34px;
  background: url(../images/bk_bot.png) no-repeat left bottom;
}

.bk_mid {
  background: url(../images/bk_m.png) repeat-y left top;
  padding: 0 30px;
}

.floor_5_main {
  padding-bottom: 100px;
}

.floor_5_main .title_main {
  width: 100%;
  background: url(../images/tit_bg.png) no-repeat center;
  height: 60px;
}

.floor_5_main .title_main .title {
  width: 310px;
  background-position: 0 -120px;
  display: block;
  margin: 0 auto;
}

.floor_5_main .floor_5 {
  padding-top: 60px;
}

.floor_5_main .floor_5 .icontact {
  width: 440px;
}

.floor_5_main .floor_5 .icontact .cont {
  width: 206px;
}

.floor_5_main .floor_5 .icontact .cont h3 {
  font-size: 18px;
  color: #666;
}

.floor_5_main .floor_5 .icontact .cont P {
  height: 38px;
  line-height: 38px;
  background-position: 0 -168px;

  margin-bottom: 6px;
  width: 190px;
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-all;
  padding-right: 16px;
  overflow: hidden;
}

.floor_5_main .floor_5 .icontact .teltb {
  width: 195px;
  height: 188px;
  display: block;
  background: url(../images/tel.png) no-repeat;
}

.imassge {
  width: 694px;
}

.imassge .imgb {
  width: 454px;
}

.imassge .imgb .liuy {
  width: 280px;
  height: 132px;
  background: url(../images/liuy.png) no-repeat;
}

.imassge .imgb .liuy textarea {
  width: 218px;
  height: 110px;
  margin: 0 auto;
  padding-top: 12px;
  border: 0 none;
  outline: none;
  resize: initial;
  font-size: 18px;
  background: none;
  display: block;
}

.imassge .imgb .item {
  width: 162px;
  height: 38px;
  margin-bottom: 10px;
  background: url(../images/icon.png) no-repeat;
  background-position: -216px -168px;
  display: block;
}

.imassge .imgb .item .txt {
  border: 0 none;
  height: 38px;
  line-height: 38px;
  padding: 0 26px;
  display: block;
  background: none;
  outline: none;
  width: 100px;
}

.imassge .imgb p {
  color: #999;
}

.imassge .imgb p i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-position: -90px -50px;
}

.imassge .imgb .btn {
  width: 452px;
  height: 38px;
  background: url(../images/subit.png) no-repeat;
}

.imassge .imgb .btn input {
  border: 0 none;
  height: 38px;
  line-height: 38px;
  display: block;
  outline: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.imassge .imgb .btn input:hover {
  color: #00127b;
  font-weight: bold;
}

.imassge .teltb {
  width: 195px;
  height: 188px;
  display: block;
  background: url(../images/zx.png) no-repeat;
}

.imassge .n-top {
  position: absolute;
}

/********.fixtool*********/
.toolbar {
  width: 78px;
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 999;
}

.toolbar dd {
  width: 78px;
  height: 74px;
  position: relative;
  background: url(../images/toolbg.png) repeat 0 0;
}

.toolbar dd i {
  width: 48px;
  height: 60px;
  display: block;
  position: absolute;
  left: 15px;
  top: 7px;
  cursor: pointer;
  text-align: center;
}

.toolbar dd i span {
  width: 48px;
  height: 60px;
  display: block;
  margin: 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.toolbar dd i:hover span {
  animation: flipInY 1.2s ease-out forwards;
  -webkit-animation: flipInY 1.2s ease-out forwards;
}

.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #00127b;
  display: none;
}

.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}

.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar .qq span {
  background-position: 0 0;
}

.toolbar .qq a {
  cursor: pointer;
  display: block;
}

.toolbar .wb span {
  background-position: 0 -128px;
}

.toolbar .code span {
  background-position: 0 -64px;
}

.toolbar .top span {
  background-position: 0 -194px;
}

.toolbar .pop-qq {
  width: 240px;
  right: 48px;
  background: none;
  display: none;
  padding: 50px 0 20px;
}

.toolbar .pop-qq li {
  width: 188px;
  background: #00127b;
  display: block;
  height: 36px;
  line-height: 36px;
}

.toolbar .pop-qq li a {
  color: #fff;
  display: block;
  padding: 0 20px;
}

.toolbar .pop-qq li a:hover {
  color: #ffe100;
}

/***********category css*************/
.submian {
  width: 100%;
}

.submian .fz {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 202px;
  background: url(../images/fz3.png) no-repeat;
  z-index: -999;
}

.submian .shu {
  position: absolute;
  left: 0;
  top: 0;
  width: 294px;
  height: 186px;
  /* background: url(../images/shu2.png) no-repeat;*/
}

.detailpage .shu {
  top: 800px;
}

.subright .productlist .item {
  width: 268px;
  float: left;
  margin-right: 33px;
  margin-bottom: 42px;
}

.subright .productlist .item .img {
  width: 268px;
  height: 228px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/pro7.png) no-repeat;
  cursor: pointer;
  background-size: 100%;
}

.subright .productlist .item .img img {
  width: 224px;
  height: 224px;
  display: block;
  margin: 0 auto;
}

.subright .productlist .item .img a {
  position: absolute;
  width: 254px;
  height: 254px;
  left: 7px;
  top: 7px;
  z-index: 1;
  background: url(../images/pro_a7.png) no-repeat left top;
  display: none;
  background-size: 100%;
}

.subright .productlist .item .txt p {
  padding-top: 10px;
}

.recomPro .productlist {
  overflow: hidden;
}

.recomPro .productlist .item {
  width: 268px;
  float: left;
  margin-right: 33px;
  margin-bottom: 42px;
}

.recomPro .productlist .item .img {
  width: 268px;
  height: 228px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/pro7.png) no-repeat;
  cursor: pointer;
  background-size: 100%;
}

.recomPro .productlist .item .img img {
  width: 224px;
  height: 224px;
  display: block;
  margin: 0 auto;
}

.recomPro .productlist .item .img a {
  position: absolute;
  width: 254px;
  height: 254px;
  left: 7px;
  top: 7px;
  z-index: 1;
  background: url(../images/pro_a7.png) no-repeat left top;
  display: none;
  background-size: 100%;
}

.recomPro .productlist .item .txt p {
  padding-top: 10px;
}

.tuij_tit {
  width: 100%;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 16px;
  font-family: "microsoft yahei";
}

.tuij_tit s {
  width: 60px;
  height: 1px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
}

.tuij_tit s.lef {
  left: 50%;
  margin-left: -98px;
}

.tuij_tit s.rig {
  right: 50%;
  margin-right: -98px;
}

.mnews {
  border-top: 1px solid #ddd;
  padding-top: 64px;
  padding-bottom: 20px;
}

.mnews h4 {
  color: #424242;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  padding-left: 12px;
  padding-bottom: 40px;
}

.divremmnews {
  overflow: hidden;
}

.divremmnews .list {
  width: 108%;
}

.divremmnews .item {
  width: 578px;
  float: left;
  margin-right: 42px;
  margin-bottom: 42px;
}

.divremmnews .item a {
  display: block;
}

.divremmnews .item .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.divremmnews .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.divremmnews .item .txt {
  width: 344px;
  font-family: "microsoft yahei";
  padding-top: 15px;
}

.divremmnews .item .txt .time {
  color: #00127b;
  font-size: 20px;
}

.divremmnews .item .txt h3 {
  font-size: 20px;
  color: #212121;
  font-weight: normal;
  padding-bottom: 10px;
}

.divremmnews .item .txt p {
  color: #747474;
  line-height: 28px;
  height: 90px;
  overflow: hidden;
}

.divremmnews .item .txt p .cha {
  color: #2d87ed;
  display: inline-block;
}

.divremmnews .item:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.divremmnews .item:hover .txt h3 {
  color: #00127b;
}

.showcont {
  width: 100%;
}

.showcont .bkt {
  background: url(../images/bkt1.png) no-repeat left top;
  height: 53px;
  width: 100%;
}

.showcont .bkf {
  background: url(../images/bkf1.png) no-repeat left top;
  height: 53px;
  width: 100%;
}

.showcont .bkm {
  background: url(../images/bkm1.png) repeat-y left top;
  padding: 0 30px;
}

.showcont .cont {
  padding: 0 0 20px;
}

.showcont .bd {
  padding-bottom: 20px;
}

/*****showPro****/
.showPro {
  padding-bottom: 30px;
}

.showPro .showImg {
  padding-bottom: 50px;
}

.showPro .photo {
  width: 540px;
}

.showPro .photo .jqzoom {
  width: 540px;
  height: 405px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}

.showPro .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}

.showPro .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(Opacity=50);
}

.showPro .photo .img {
  width: 540px;
  height: 405px;
  display: block;
}

.showPro .photo .photoimg {
  width: 540px;
  height: 71px;
  margin-top: 12px;
  position: relative;
}

.showPro .photo .photoimg .list {
  width: 505px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.showPro .photo .photoimg .listcon {
  width: 300%;
}

.showPro .photo .photoimg .prev,
.showPro .photo .photoimg .next {
  width: 12px;
  height: 30px;
  z-index: 10;
  position: absolute;
  top: 21px;
  cursor: pointer;
  background: url(../images/spro-btn-ico.png) no-repeat 0 center;
}

.showPro .photo .photoimg .prev {
  left: 0;
}

.showPro .photo .photoimg .next {
  right: 0;
  background-position: -90px center;
}

.showPro .photo .photoimg a {
  width: 95px;
  height: 71px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 7px;
}

.showPro .photo .photoimg a img {
  width: 95px;
  height: 71px;
  display: block;
}

.showPro .photo .photoimg a.hover img {
  border: 3px solid #00127b;
  width: 89px;
  height: 65px;
}

.showPro .imgtxtcon {
  width: 620px;
  height: 488px;
  float: right;
  position: relative;
}

.showPro .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}

.showPro .imgtxtcon .mark {
  color: #888;
}

.showPro .imgtxtcon .line {
  width: 50px;
  height: 3px;
  display: block;
  background: #999999;
  margin: 20px 0;
}

.showPro .imgtxtcon .txtcon .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.showPro .imgtxtcon .txt {
  line-height: 35px;
  height: 280px;
  overflow: hidden;
}

.showPro .imgtxtcon .btn {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #00127b;
}

.showPro .imgtxtcon .btn:hover {
  background: #444;
}

.showPro .showp_txt {
  padding: 0 0 50px 0;
  position: relative;
}

.showPro .showp_txt .tit {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #00127b;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.showPro .showp_txt .txtcon {
  font-size: 14px;
  color: #000000;
  min-height: 70px;
  line-height: 26px;
}

.showPro .showp_txt .txtcon img {
  max-width: 100%;
  display: block;
}

.showPro .showp_txt.one {
  border-top: 0px;
  padding-top: 25px;
}

.showPro .showp_txt.one .tit {
  top: 25px;
}

/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}

.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}

.showNews .showContxt img {
  max-width: 100%;
}

.bdshare-slide-style-l6 .bdshare-slide-button {
  background: url(../images/fx1.png) no-repeat !important;
}

/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0;
}

.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}

.reLink .prevLink {
  float: left;
}

.reLink .nextLink {
  text-align: right;
  float: right;
}

.reLink a:hover {
  color: #00127b;
}

/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager {
  *zoom: 1;
}

.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}

.pager ul a.current {
  background-color: #00127b;
  border-color: #00127b;
  color: #fff;
}

.pager ul a.current:hover {
  background-color: #00127b;
  border-color: #00127b;
  color: #fff;
}

.pager ul a:hover {
  background-color: #00127b;
  border-color: #00127b;
  color: #fff;
}

/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

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