body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "SourceHanSansCN Light", 'microsoft yahei';
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

html {
  min-width: 1280px;
}

div,
dl,
dt,
dd,
ul,
detail ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a img {
  border: 0;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

li {
  list-style-type: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
}

q:unknown {
  content: '';
}

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

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

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

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

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 16px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 16px;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}

/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

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

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

a:hover {
  color: #19419b;
  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;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.head_main {
  background: url(../images/head_bg.png) repeat-x;
  position: relative;
  text-align: center;
  z-index: 100;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.head_main .tel {
  position: absolute;
  right: -163px;
  top: 16px;
  font-size: 26px;
  font-family: arial;
  color: #19419b;
}

.head_main .tel i {
  width: 24px;
  height: 24px;
  background-position: 0 0;
  margin-right: 10px;
}

.head_main .w1200 {
  position: relative;
}

.head_main .logo {
  position: absolute;
  left: -138px;
  top: 0;
}

.head_main .logo img {
  display: block;
}

.head_main .nav {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.head_main .nav li {
  float: left;
  list-style: none;
  text-align: center;
  height: 32px;
  position: relative;
  line-height: 32px;
  margin-right: 1px;
  font-size: 16px;
  margin-top: 14px;
  padding-bottom: 10px;
}

.head_main .nav li a {
  display: block;
  text-align: center;
  color: #222d3e;
  padding: 0 18px;
  position: relative;
  line-height: 32px;
  height: 32px;
}

.head_main .nav li.hover a,
.head_main .nav li:hover a,
.head_main .nav li a#hover2 {
  border: 1px solid #1f4396;
  border-radius: 20px;
  padding: 0 17px;
  line-height: 30px;
  height: 30px;
}

.head_main .nav li.hover dl a,
.head_main .nav li:hover dl a {
  color: #ccc;
}

.head_main .nav li dl {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 42px;
  width: 160px;
  z-index: 10;
  display: none;

}

.head_main .nav li dl dd {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: url(../images/menu_body.png) center center repeat-y;

}

.head_main .nav li dl dd.dt {
  background: url(../images/menu_top.png) center top no-repeat;
  height: 20px;
  line-height: 20px;
}

.head_main .nav li dl dd.db {
  background: url(../images/menu_bott.png) center top no-repeat;
  height: 18px;
  line-height: 18px;
}

.head_main .nav li dl a {
  font-weight: normal !important;
  font-size: 12px;
  overflow: hidden;
  color: #333;
  position: relative;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #bacce9;
  margin: 0 10px;
  font-size: 16px;
}

.head_main .nav li.hover dl a,
.head_main .nav li:hover dl a,
.head_main .nav li dl a {
  background: none;
  color: #333;
  border: none;
  border-bottom: 1px solid #bacce9;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
}

.head_main .nav li dl a:hover,
.head_main .nav li dl a.hover {
  display: block;
  color: #19419b;
  background: none;
  font-weight: bold;

}

/****banner****/
.main_banner {
  position: relative;
  width: 100%;
  height: 812px;
  overflow: hidden
}

.main_banner .banner_top {
  position: absolute;
  width: 100%;
  height: 161px;
  background: url(../images/banner_top.png) center top no-repeat;
  z-index: 10;
  top: 0;
}

.main_banner .banner_bott {
  position: absolute;
  width: 100%;
  height: 144px;
  background: url(../images/banner_bott.png) center bottom no-repeat;
  z-index: 10;
  bottom: 0px;
}

.main_banner #next,
.main_banner #prev {
  width: 20px;
  height: 65px;
  position: absolute;
  left: 80px;
  background-position: 0 -28px;
  z-index: 10;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.main_banner #next {
  left: auto;
  right: 80px;
  background-position: -20px -28px;
}

.main_banner #next:hover {
  right: 78px;
}

.main_banner #prev:hover {
  left: 78px;
}

.main_banner .banner {
  width: 1920px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.main_banner .banner a {}

.main_banner .banner img {
  width: 1920px;
  height: 800px;
  overflow: hidden;
}

.main_banner .banner_fmenu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  height: 17px;
  z-index: 3000;
  text-align: center;
  display: none;
}

.main_banner #banner_fmenu A {
  margin: 0 5px;
  width: 35px;
  height: 5px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  transition: ease-in-out 0.2s;
  background: #19419b;
  border-radius: 3px;
}

.main_banner #banner_fmenu A.activeSlide {
  background: #e88e01;
}

.main_banner #banner_fmenu A:focus {
  OUTLINE-STYLE: none;
  OUTLINE-COLOR: invert;
  OUTLINE-WIDTH: medium;
}

.index_title {
  width: 100%;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 32px;
}

.index_title h3 {
  font-size: 50px;
  color: #19419b;
  font-weight: 400;
  padding-bottom: 44px;
  background: url(../images/line.png) center bottom no-repeat;
}

.floor_1_main {
  background: url(../images/body_bg.jpg) center top repeat-y;
  *padding-bottom: 50px;
}

.floor_1_main .index_title {
  padding-bottom: 74px;
}

.floor_1_main .img {
  position: absolute;
  width: 344px;
  height: 410px;
  z-index: 9;
  left: 50%;
  margin-left: -172px;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
}

.floor_1_main .body {
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.floor_1_main .w1200 ul {
  width: 400px;
  z-index: 10;
  position: relative;
  float: right;
}

.floor_1_main .w1200 ul li {
  transition: ease-in-out .2s;
}

.floor_1_main .w1200 ul li p {
  margin-left: 0px;
  margin-right: 120px;
}

.floor_1_main .w1200 ul li h3 {
  margin-left: 0px;
  margin-right: 120px;
}

.floor_1_main .w1200 ul li span {
  left: auto;
  right: 0px;
}

.floor_1_main .w1200 ul:first-child {
  float: left;
}

.floor_1_main .w1200 ul:first-child li p {
  margin-left: 120px;
  margin-right: 0px;
}

.floor_1_main .w1200 ul:first-child li h3 {
  margin-left: 120px;
  margin-right: 0px;
}

.floor_1_main .w1200 ul:first-child li span {
  left: auto;
  right: auto;
}

.floor_1_main .w1200 li {
  width: 380px;
  height: 100px;
  margin-bottom: 46px;
  position: relative;
  text-align: left;
  float: left;
  transition: ease-in-out .2s;
}

.floor_1_main .w1200 li h3 {
  font-size: 28px;
  margin-left: 120px;
  color: #19419b;
  padding-top: 5px;
}

.floor_1_main .w1200 li p {
  color: #162546;
  padding-bottom: 32px;
  padding-top: 10px;
  line-height: 24px;
  font-size: 16px;
  margin-left: 120px;
}

.floor_1_main .w1200 li span {
  font-size: 40px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  font-family: impact;
  transition: ease-in-out .2s;
  background: url(../images/f1_ico.png);
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  float: left;
  line-height: 100px;
  color: #9e6400;
}

.floor_1_main .w1200 li:hover {
  transform: translateX(20px);
}

.floor_2_main {
  background: url(../images/body_bg.jpg) center top repeat-y;
  padding-bottom: 10px;
  overflow: hidden;
}

.floor_2_main .index_title {
  padding-top: 20px;
}

.floor_2_main .body {
  border-radius: 20px;
  width: 850px;
  height: 520px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.floor_2_main .body img,
.floor_2_main .body video {
  width: 100%;
  height: 100%;
  display: block;
}

.floor_3_main {
  background: url(../images/f3_bg.jpg) center top no-repeat;
  height: 767px;
  overflow: hidden;
}

.floor_3_main .index_title {
  padding-top: 54px;
}

.floor_3_main .body {
  overflow: hidden;
}

.floor_3_main .index_more {
  margin-top: 30px;
}

.floor_3_main ul {
  width: 105%;
}

.floor_3_main li {
  float: left;
  width: 355px;
  height: 186px;
  border: 2px solid #19419b;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  padding-left: 26px;
  margin-right: 22px;
  margin-top: 26px;
}

.floor_3_main li h3 {
  font-size: 22px;
  color: #19419b;
  padding-top: 27px;
}

.floor_3_main li p {
  line-height: 22px;
  color: #162546;
  width: 188px;
  padding-top: 10px;
}

.floor_3_main li span {
  display: block;
  width: 95px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e88e01;
  color: #131d33;
  border-radius: 16px;
  margin-top: 14px;
  transition: ease-in-out .2s;
}

.floor_3_main li img {
  width: 134px;
  height: 179px;
  display: block;
  position: absolute;
  top: -18px;
  z-index: 10;
  right: 20px;
  transition: ease-in-out .2s;
}

.floor_3_main li:hover img {
  transform: scale(1.1);
}

.floor_3_main li:hover span {
  background: #19419b;
  color: #fff;
}

.floor_3_main .more {
  width: 360px;
  height: 65px;
  line-height: 65px;
  border-radius: 17px;
  background: #fff;
  font-size: 26px;
  color: #1c2845;
  margin: 50px auto 10px;
  box-shadow: 0 0 10px #d2dbeb;
  transition: ease-in-out .2s;
}

.floor_3_main .more a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_3_main .more i {
  width: 65px;
  height: 65px;
  background-position: -50px 0;
  margin-right: 27px;
  float: left;
}

.floor_3_main .more:hover {
  transform: translateY(5px);
}

.floor_4_main {
  background: #eff5fa;
  padding-bottom: 10px;
}

.floor_4_main .index_title {
  padding-top: 26px;
}

.floor_4_main .index_more {
  *margin-top: 28px;
}

.floor_4_main .picScroll-left {
  position: relative;
  padding-top: 8px;
}

.floor_4_main .picScroll-left .hd .prev,
.floor_4_main .picScroll-left .hd .next {
  width: 20px;
  height: 65px;
  position: absolute;
  left: -70px;
  background-position: 0 -28px;
  z-index: 10;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.floor_4_main .picScroll-left .hd .next {
  left: auto;
  right: -70px;
  background-position: -20px -28px;
}

.floor_4_main .picScroll-left .hd .next i {
  background-position: -209px -247px;
}

.floor_4_main .picScroll-left .hd .next:hover {
  right: -75px;
}

.floor_4_main .picScroll-left .hd .prev:hover {
  left: -75px;
}

.floor_4_main .picScroll-left .bd {
  overflow: hidden
}

.floor_4_main .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.floor_4_main .picScroll-left .bd ul li {
  width: 382px;
  float: left;
  margin-right: 27px;
  transition: ease-in-out .2s;
  margin-bottom: 28px;
  background: #fff;
  box-shadow: 3px 3px 6px #c8d3e7;
  border-radius: 5px;
}

.floor_4_main .picScroll-left .bd ul li .img {
  width: 382px;
  height: 215px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.floor_4_main .picScroll-left .bd ul li img {
  width: 382px;
  display: block;
  transition: ease-in-out .4s;
  height: 215px;
}

.floor_4_main .picScroll-left .bd ul li p {
  color: #999;
  padding: 0px 27px 15px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.floor_4_main .picScroll-left .bd ul li span {
  padding-left: 27px;
  font-size: 16px;
  color: #333;
}

.floor_4_main .picScroll-left .bd ul li h3 {
  line-height: 26px;
  font-size: 20px;
  padding: 0 27px;
  padding-top: 24px;
  overflow: hidden;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

.floor_4_main .picScroll-left .bd ul li .txt {
  border-top: none;
  display: block;
  width: 382px;
  cursor: pointer;
  padding-bottom: 25px;
}

.floor_4_main .picScroll-left .bd ul li:hover {
  box-shadow: 6px 6px 16px #ececec;
  transform: translateY(10px);
}

.floor_4_main .picScroll-left .bd ul li:hover .img img {
  transform: scale(1.1);
}

.floor_4_main .picScroll-left .bd ul li:hover .txt {
  border-color: #f3f3f3;
}

.floor_4_main .picScroll-left .bd ul li:hover h3 {
  color: #333;
}

.index_more {
  width: 140px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 3px 4px 5px #c8d3e7;
}

.index_more:hover {
  transform: translateY(5px);
}

.floor_5_main {
  background: #eff5fa;
  padding-bottom: 41px;
}

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

.floor_5_main .body {
  margin-bottom: 31px;
  padding-top: 25px;
}

.floor_5_main .body .left {
  background: #fff;
  border-radius: 10px;
  width: 600px;
  height: 414px;
  line-height: 76px;
  font-size: 20px;
  box-shadow: 3px 4px 5px #c8d3e7;
}

.floor_5_main .body .left img {
  width: 100%;
  height: 338px;
  border-radius: 10px;
  display: block;
}

.floor_5_main .body .left p {
  color: #223257;
  padding: 0 30px;
}

.floor_5_main .body .left:hover {
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

.floor_5_main .body .right {
  width: 551px;
}

.floor_5_main .body .right li {
  background: url(../images/f5_li.png) left bottom no-repeat;
  height: 86px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.floor_5_main .body .right li p {
  font-size: 18px;
  color: #666;
  padding-top: 19px;
}

.floor_5_main .body .right li h3 {
  font-size: 18px;
  color: #223257;
  font-weight: 400;
  padding-top: 5px;
}

.floor_5_main .body .right li span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #b4cbee;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 24px;
}

.floor_5_main .body .right li span i {
  width: 8px;
  height: 13px;
  background-position: -125px 0;
  text-align: center;
  margin-top: 9px;
  display: block;
  float: left;
  margin-left: 12px;
}

.floor_5_main .body .right li:first-child {
  height: 69px;
}

.floor_5_main .body .right li:first-child p {
  padding-top: 0;
}

.floor_5_main .body .right li:hover h3 {
  color: #e88e01;
}

.floor_5_main .body .right li:hover span {
  background: #19419b;
}

.bottom_main {
  background: #fff url(../images/bottom_bg.png) center top no-repeat;
  width: 100%;
  padding-top: 199px;
  padding-bottom: 54px;
}

.bottom_main .box1 {
  width: 512px;
}

.bottom_main .box1 h3 {
  font-size: 30px;
  font-family: arial;
  color: #19419b;
  font-weight: 400;
  margin-top: 10px;
}

.bottom_main .box1 h3 i {
  width: 24px;
  height: 24px;
  background-position: 0 0;
  margin-right: 7px;
}

.bottom_main .box1 p {
  line-height: 24px;
  padding-top: 20px;
}

.bottom_main .box2 {
  border: 1px solid #eee;
  width: 158px;
  height: 185px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}

.bottom_main .box2 img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-top: 15px;
}

.bottom_main .box3 {
  width: 420px;
}

.bottom_main .box3 h3 {
  font-size: 24px;
  text-align: right;
  line-height: 25px;
}

.bottom_main .box3 span {
  display: block;
  width: 48px;
  height: 1px;
  background: #ccc;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 312px;
}

.bottom_main .box3 .a {
  float: right;
  line-height: 35px;
  font-size: 16px;
}

.bottom_main .box3 .a a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  width: 140px;
  display: block;
  float: left;
}

.bottom_copy {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #19419b;
  color: #d2d8e5;
}

.bottom_copy .w1200 {
  width: 1400px;
  margin: 0 auto;
}

.bottom_copy a {
  color: #d2d8e5;
}

.bottom_copy a:hover {
  color: #fff;
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  background: #ce0015;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/*rightFix*/
.rightFix {
  width: 57px;
  position: fixed;
  right: 10px;
  top: 50%;
  padding-left: 7px;
  padding-top: 4px;
  margin-top: -100px;
  height: 252px;
  z-index: 99;
  background: url(../images/fix.png) repeat-y;
}

.rightFix .ico {
  width: 48px;
  height: 64px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  padding: 0px;
  background: url(../images/fix-ico.png) no-repeat center 0;
}

.rightFix .ico:before {
  background: linear-gradient(to bottom, #22e9a6, #009de2);
}

.rightFix .ico .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #1f4396;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .ico .img p {
  padding-bottom: 5px;
}

.rightFix .ico:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix .ico .img img {
  width: 110px;
  height: 110px;
}

.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #19419b;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}

.rightFix .ico:hover {
  overflow: visible;
}

.rightFix .ico.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel {
  background-position: 11px 12px;
}

.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}

.rightFix .fix-xcx {
  background-position: 11px -39px;
}

.rightFix .fix-xcx:hover {
  background-position: -33px -39px;
}

.rightFix .fix-ewm {
  background-position: 11px -150px;
}

.rightFix .fix-ewm:hover {
  background-position: -33px -150px;
}

.rightFix .mess {
  background-position: 11px -96px;
}

.rightFix .mess:hover {
  background-position: -33px -96px;
}

.rightFix .fix_top {
  background-position: 11px -205px;
}

.rightFix .fix_top:hover,
.rightFix .fix_top.hover {
  background-position: -33px -205px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.sub_banner {
  width: 100%;
  height: 376px;
  background: url(../images/sub_banner.jpg) center top no-repeat;
}

.sub_banner .index_title {
  padding-top: 160px;
}

.sub_banner .index_title h3 {
  color: #fff;
  background: url(../images/sub_line.png) center bottom no-repeat;
}

.sub_about {
  height: 348px;
  background: url(../images/sub_banner_about.jpg) center top no-repeat;
}

.product_list {
  background: #eff5fa;
  padding-top: 75px;
}

.product_list .body {
  overflow: hidden;
  padding: 0 20px;
}

.product_list .body ul {
  width: 110%;
}

.product_list .body li {
  float: left;
  width: 600px;
  background: url(../images/product_li.png) center right no-repeat;
  margin-bottom: 30px;
  margin-right: 30px;
}

.product_list .body li .left {
  width: 300px;
  height: 400px;

}

.product_list .body li .left img {
  width: 260px;
  height: auto;
  transition: ease-in-out .2s;
}

.product_list .body li .right {
  width: 300px;
}

.product_list .body li .right h3 {
  font-size: 32px;
  line-height: 45px;
  color: #19419b;
  padding-top: 45px;
}

.product_list .body li .right p {
  font-size: 20px;
  color: #19419b;
  padding-top: 18px;
}

.product_list .body li .right span {
  display: block;
  width: 151px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #19419b;
  color: #fff;
  border-radius: 20px;
  margin-top: 30px;
}

.product_list .body li:hover .left img {
  transform: scale(1.04);
}

/*****内页******/
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.bg_main {
  background: #eff5fa;
  padding-top: 55px;
  padding-bottom: 50px;
}

.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}

.case {
  padding-top: 40px;
  padding-bottom: 30px;
}

.case ul {
  width: 105%;
}

.case li {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
}

.case li .img {
  overflow: hidden;
  height: 213px;
  display: block;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}

.case li .img img {
  width: 380px;
  height: 213px;
  transition: .9s;
}

.imgH li .img {
  height: 284px;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}

.imgH li .img img {
  height: 284px;
}

.case li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.case li .p {
  border: 1px solid #efefef;
  display: block;
  width: 340px;
  padding: 0 19px;
  height: 108px;
  border-top: none;
}

.case li .p p {
  border-bottom: 1px solid #d6d6d6;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 18px;
}

.case li .p i {
  width: 32px;
  height: 12px;
  background-position: -284px -19px;
}

.case li .p .fl {
  font-size: 12px;
  font-family: arial;
}

.case li:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.news {
  padding-bottom: 50px;
}

.news li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #ccd7e9;
}

.news li i {
  width: 30px;
  height: 30px;
  background-position: -52px -95px;
}

.news li .img {
  width: 319px;
  float: left;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}

.news li .img img {
  width: 319px;
  height: 180px;
  transition: .9s;
}

.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.news li:hover {
  box-shadow: 4px 4px 4px #ddd;
}

.news li .p {
  width: 730px;
  float: right;
  margin-right: 48px;
}

.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}

.news li .p h3 {
  color: #333;
  font-size: 24px;
  font-weight: 100;
  padding: 18px 0 18px;
}

.news li .p p {
  color: #666;
  line-height: 24px;
  padding-bottom: 24px;
}

.news li .p span {
  font-size: 16px;
  color: #999;
}

.detail {
  background: #fff;
  padding: 59px;
  border: 1px solid #e5e5e5;
  width: 1080px;
}

.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 15px;
}

.detail .title span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}

.detail .title i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}

.detail .title .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}

.detail .context {
  line-height: 30px;
  padding: 25px 0;
}

.detail .context img {
  max-width: 1080px;
}

/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  border: 1px solid #558de1;
  border-top: none;
  padding: 0 15px;
  margin-bottom: 50px;
  border-radius: 0 0 10px 10px;
}

.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}

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

.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

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

.page_product .reLink {
  margin-bottom: 0;
  border: none;
}

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

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

.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}

.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}

.pager ul a {
  line-height: 30px;
  padding: 0 10px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}

.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #19419b;
  background: #19419b;
}

.contact .box1 {
  line-height: 18px;
  padding: 48px 0 0px;
  overflow: hidden;
}

.contact .box1 ul {
  width: 125%;
}

.contact .box1 li {
  float: left;
  width: 230px;
  margin-right: 250px;
}

.contact .box1 li i {
  width: 56px;
  height: 56px;
  background-position: -142px 0;
  float: left;
}

.contact .box1 li b {
  font-size: 18px;
  font-family: arial;
  font-weight: 100;
}

.contact .box1 li td {
  vertical-align: middle;
  height: 56px;
  padding-left: 5px;
}

.contact .box1 .l2 i {
  background-position: -204px 0;
}

.contact .box1 .l3 i {
  background-position: -267px 0;
}

.contact .box2 .t {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.contact .box2 {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 30px;
}

.contact .box2 .context {
  width: 400px;
}

.contact .box2 .context img {
  max-width: 400px;
}

.contact .box2 #map1_container,
.contact .box2 #allmap1 {
  width: 650px;
  height: 390px;
  border: 1px solid #ddd;
}

.contact .box3 h3 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 50px;
}

.contact .box3 p {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  padding-bottom: 46px;
  text-align: center;
}

.contact .box3 b {
  color: #d10000;
  font-weight: 100;
}

.contact .box3 ul {
  width: 115%;
}

.contact .box3 li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 503px;
  padding: 0 20px;
  padding-right: 0;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  color: #828282;
}

.contact .box3 li span {
  padding-right: 10px;
}

.contact .box3 li input {
  width: 440px;
  border: none;
  outline: none;
}

.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 1058px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
}

.contact .box3 .btn {
  border: none;
  background: #19419b;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  outline: none;
  margin-top: 26px;
  float: right;
  cursor: pointer;
  transition: ease-in-out .2s;
  margin-bottom: 50px;
}

.contact .box3 .btn:hover {
  width: 340px;
}

.job .img {
  overflow: hidden;
  width: 480px;
  height: 270px;
  display: block;
  float: left;
}

.job .img img {
  width: 480px;
  height: 270px;
  transition: .9s;
}

.job li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.job .p {
  width: 680px;
  padding-left: 40px;
  height: 270px;
  background: #2a9bf2;
  color: #fff;
  display: block;
  float: right;
  position: relative;
}

.job .p i {
  width: 54px;
  height: 54px;
  background-position: 0 -35px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: ease-in-out .2s;
}

.job .p h1 {
  font-size: 30px;
  font-weight: 100;
  padding-top: 35px;
}

.job .p p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 20px;
}

.job .p span {
  display: block;
  background: #fff;
  width: 20px;
  height: 3px;
  margin-top: 11px;
}

.job li {
  margin-bottom: 20px;
}

.job .l2 .img {
  float: right;
}

.job .l2 .p {
  float: left;
  background: #fff;
  color: #333;
}

.job .l2 .p i {
  background-position: -59px -35px;
}

.job .l2 .p span {
  background: #333;
}

.job li:hover i {
  margin-right: 20px;
}

.about .box1 {
  padding-top: 105px;
  padding-bottom: 100px;
  overflow: hidden;
}

.box1_add {
  padding: 70px 0;
}

.about .box1 .fl {
  padding-top: 32px;
}

.about .box1 .fl h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: arial;
  line-height: 80px;
}

.about .box1 .fl p {
  font-size: 24px;
  padding-bottom: 88px;
}

.about .box1 .fl i {
  width: 54px;
  height: 54px;
  background-position: 0 -99px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}

.about .box1 .fl i img {
  position: absolute;
  left: 20px;
  bottom: 56px;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}

.about .box1 .fl i:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
  height: 80px;
  width: 80px;
}

.about .box1 .fl .i2 {
  background-position: -58px -99px;
  margin-left: 20px;
}

.about .box1 .fr {
  width: 611px;
}

.about .box1 .fr h1 {
  font-size: 24px;
  font-weight: 100;
}

.about .box1 .fr span {
  display: block;
  background: #b0b0b0;
  width: 20px;
  height: 2px;
  margin: 13px 0 24px;
}

.about .box1 .fr h2 {
  font-size: 18px;
}

.about .box1 .fr p {
  line-height: 30px;
  padding-top: 12px;
}

.about .box1 .fr i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box1 .fr a:hover {
  cursor: pointer;
}

.about .box1 .fr a:hover i {
  margin-left: 15px;
}

.about .bg_20 {
  height: 20px;
  width: 100%;
  background: #eaeaea;
}

.about .box2 {
  padding-bottom: 94px;
}

.about .box2 .con {
  margin-top: 40px;
}

.about .box2 .con .fl {
  width: 410px;
  height: 428px;
  overflow: hidden;
}

.about .box2 .con .fl img {
  width: 410px;
  height: 428px;
}

.about .box2 .con .fr .img {
  width: 380px;
  height: 214px;
  overflow: hidden;
  display: block;
}

.about .box2 .con .fr .img img {
  width: 380px;
  height: 214px;
  transition: .9s;
}

.about .box2 .con .fr .p {
  display: block;
  padding-left: 20px;
  width: 360px;
  height: 214px;
}

.about .box2 .con .fr .p h1 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 100;
}

.about .box2 .con .fr .p i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box2 .con .fr li:hover {
  cursor: pointer;
}

.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p {
  color: #333;
}

.about .box2 .con .fr li:hover i {
  margin-left: 15px;
}

.about .box2 .con .fr li {
  float: left;
}

.about .box2 .con .fr li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.about .box3 {
  background: url(../images/about_bg.jpg) center top no-repeat;
  width: 100%;
  height: 457px;
  padding-top: 93px;
}

.about .box3 .w1200 {
  overflow: hidden;
}

.about .box3 .fl {
  width: 500px;
}

.about .box3 .fl h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  padding-bottom: 25px;
}

.about .box3 .fl span {
  display: block;
  width: 40px;
  height: 2px;
  background: #ffd200;
  margin-bottom: 25px;
}

.about .box3 .fl p {
  color: #fff;
  line-height: 24px;
}

.about .box3 .fl i {
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-position: 0px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box3 .fl a:hover i {
  margin-left: 15px;
}

.about .box3 .fr .picScroll-left {
  overflow: hidden;
  position: relative;
  margin-top: 68px;
  height: 225px;
  width: 620px;
}

.about .box3 .fr .picScroll-left .hd {
  overflow: hidden;
}

.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next {
  display: block;
  left: 0;
  top: 50%;
  margin-top: -36px;
  width: 30px;
  height: 72px;
  position: absolute;
  z-index: 10;
  background-position: -133px -67px;
  cursor: pointer;
  display: none;
}

.about .box3 .fr .picScroll-left .hd .next {
  left: auto;
  right: 0;
  background-position: -164px -67px;
}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next {
  display: block;
}

.about .box3 .fr .picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}

.about .box3 .fr .picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.about .box3 .fr .picScroll-left .hd ul li.on {
  background-position: 0 0;
}

.about .box3 .fr .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.about .box3 .fr .picScroll-left .bd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.about .box3 .fr .picScroll-left .bd ul li img {
  width: 300px;
  height: 225px;
}

.bg_top {
  height: 50px;
  background: #eaeaea;
  width: 100%;
}

.erro {
  color: red;
}

/* map_ul  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0px;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #1f4396;
  color: #fff;
  border: 1px solid #1f4396;
}

.erro {
  text-align: center;
  padding-bottom: 50px;
}

.showPro {
  padding: 50px 50px 0;
}

.showPro .reLink {
  margin-bottom: 0;
}

.showPro .showContxt {
  padding: 30px 0 35px;
  font-size: 16px;
  line-height: 32px;
}

.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;
}

.showPro .showimgCon {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 32px;
}

.showPro .showimgCon .txtcon {
  width: 600px;
  height: 423px;
  float: right;
  position: relative;
}

.showPro .showimgCon .txtcon .tm {
  margin-top: 20px;
}

.showPro .showimgCon .txtcon .tm img {
  transition: ease-in-out .2s;
}

.showPro .showimgCon .txtcon .tm:hover img {
  transform: translateX(10px)
}

.showPro .showimgCon .txtcon .a {
  margin-top: 20px;
}

.showPro .showimgCon .txtcon .a a {
  border: 1px solid #19419b;
  color: #19419b;
  padding: 5px 20px;
  margin-right: 10px;
  border-radius: 5px;
}

.showPro .showimgCon .txtcon .a a:hover,
.showPro .showimgCon .txtcon .a a.hover {
  background: #19419b;
  color: #fff;
}

.showPro .showimgCon .txtcon .tit {
  background: url(../images/show_line.png) left bottom no-repeat;
  min-height: 85px;
  margin-bottom: 32px;
}

.showPro .showimgCon .txtcon .tit h1 {
  font-size: 34px;
  color: #19419b;
}

.showPro .showimgCon .txtcon .tit p {
  font-size: 16px;
  color: #19419b;
}

.showPro .showimgCon .txtcon .txt {
  font-size: 18px;
  color: #19419b;
  line-height: 40px;
  background: url(../images/shui.png) left repeat-y;
  padding-left: 31px;
}

.showPro .showimgCon .txtcon .txt .item {
  margin-bottom: 7px;
  max-height: 144px;
  overflow: hidden;
}

.showPro .showimg {
  width: 400px;
  position: relative;
  float: left;
}

.showPro .showimg .bigimg {
  width: 400px;
  height: 533px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: 100px;
}

.showPro .showimg .bigimg .list {
  width: 5000%;
}

.showPro .showimg .bigimg .list li {
  width: 400px;
  height: 553px;
  float: left;
}

.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}

.showPro .showimg .smallimg {
  width: 440px;
  height: 126px;
  position: absolute;
  right: -640px;
  bottom: 0;
  padding-top: 30px;
  z-index: 10;
  overflow: hidden;
}

.showPro .showimg .list {
  width: 357px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-left: 10px;
}

.showPro .showimg .listcon {
  width: 600% !important;
  position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
  width: 30px;
  height: 126px;
  z-index: 10;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background: #b4cbee url(../images/show-btn-ico.png) no-repeat 0 center;
  border-radius: 5px;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #19419b;
}

.showPro .showimg .prev {
  left: 0;
  background-position: 0px center;
}

.showPro .showimg .next {
  right: 0;
  background-position: -30px center;
}

.showPro .showimg li {
  width: 92px;
  height: 122px;
  margin-right: 24px;
  float: left;

  position: relative;
  border: 3px solid #eff5fa;
}

.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.showPro .showimg li.on {
  width: 92px;
  height: 122px;
  border: 2px solid #19419b;
}

.relateTit {
  height: 85px;
  margin-top: 20px;
  background: url(../images/show_tit.png) no-repeat left;
}

.relateTit h3 {
  font-size: 30px;
  color: #19419b;
  padding-left: 35px;
  padding-top: 10px;
}

.floor_3_remm {
  padding-bottom: 60px;
}

.floor_3_remm .body {
  overflow: hidden;
  *margin-bottom: 38px;
}

.floor_3_remm .body ul {
  width: 112%;
}

.floor_3_remm .body li {
  margin-bottom: 40px;
  width: 370px;
  float: left;
  margin-right: 45px;
  position: relative;
  height: 278px;
  overflow: hidden;
}

.floor_3_remm .body li a {
  display: block;
  width: 100%;
  height: 278px;
  cursor: pointer;
}

.floor_3_remm .body li .img img {
  width: 370px;
  height: 278px;
}

.floor_3_remm .body li .txt {
  position: absolute;
  left: 0;
  top: 211px;
  height: 70px;
  background: #666;
  width: 301px;
  color: #fff;
  padding-left: 42px;
  padding-right: 42px;
  transition: ease-in-out .2s;
  text-align: center;
  line-height: 70px;
}

.floor_3_remm .body li .txt h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 67px;
}

.floor_3_remm .body li .txt span {
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  width: 123px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}

.floor_3_remm .body li:hover {
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .body li:hover .txt {
  background: url(../images/bg_6b.png) repeat;
  height: 100%;
  top: 0;
}

.floor_3_remm .body li:hover .txt h3 {
  padding-top: 78px;
}

.floor_3_remm .body li:hover .txt span {
  margin-top: 0;
  display: block;
}

.floor_3_remm .more2 {
  text-align: center;
}

.floor_3_remm .more2 ul {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.floor_3_remm .more2 a {
  width: 141px;
  height: 35px;
  display: block;
  color: #1f4396;
  margin: 0 19px;
  border: 2px solid #1f4396;
  line-height: 35px;
  border-radius: 4px;
  font-size: 20px;
}

.floor_3_remm .more2 a:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .more2 .wx {
  background: #1451c1;
  color: #fff;
}

.floor_3_remm .more2 li {
  float: left;
}

.detail .box1 {
  background: url(../images/about_1.jpg) right top no-repeat;
  margin-bottom: 70px;
}

.detail .box1 span {
  display: block;
  width: 100px;
  height: 2px;
  background: #999;
}

.detail .box1 h3 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 30px;
  padding-bottom: 44px;
}

.detail .box1 .right {
  width: 734px;
}

.detail .box1 .right h4 {
  font-size: 40px;
  color: #ccc;
  padding-bottom: 10px;
}

.detail .box1 .right p {
  font-size: 16px;
  line-height: 30px;
}

.detail .box1 .right span {
  width: 70px;
  height: 1px;
  background: #ccc;
  margin: 44px 0;
}

.detail .box2 {
  background: url(../images/about_3.jpg) center top no-repeat;
}

.detail .box2 .tab1 {
  padding-left: 728px;
  padding-bottom: 95px;
}

.detail .box2 .tab1 h3 {
  font-size: 24px;
}

.detail .box2 .tab1 span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}

.detail .box2 .tab1 li {
  line-height: 30px;
  font-size: 16px;
}

.detail .box2 .tab2 .left {
  padding-top: 80px;
  margin-left: 10px;
}

.detail .box2 .tab2 .left h3 {
  font-size: 24px;
}

.detail .box2 .tab2 .left span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}

.detail .box2 .tab2 .left li {
  line-height: 30px;
  font-size: 16px;
}

.detail .box2 .tab2 .right {
  color: #fff;
  width: 330px;
  text-align: center;
  height: 270px;
  font-size: 16px;
  line-height: 35px;
  padding-top: 15px;
}

.page_product {
  padding-top: 80px;
}

.page_product .box1 {
  padding-bottom: 43px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 30px;
}

.page_product .box1 .slideBox {
  border: 1px solid #eee;
  width: 598px;
  height: 449px;
  position: relative;
}

.page_product .box1 .slideBox .hd {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 10;
  width: 143px;
}

.page_product .box1 .slideBox .hd ul li {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 100%;
  margin-left: 9px;
  float: left;
}

.page_product .box1 .slideBox .hd ul li.on {
  background: #e60012;
}

.page_product .box1 .slideBox .bd {
  position: relative;
}

.page_product .box1 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.page_product .box1 .slideBox .bd img {
  width: 598px;
  height: 449px;
  display: block;
}

.page_product .box2 img {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.page_product .box2 {
  padding-bottom: 30px;
}

.box1_right {
  width: 488px;
  padding-right: 38px;
}

.box1_right h1 {
  font-size: 30px;
  padding-top: 47px;
}

.box1_right h3 {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 33px;
}

.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
}

.box1_right .t b {
  border-bottom: 2px solid #1f4396;
  display: inline-block;
  padding-bottom: 12px;
}

.box1_right .t p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 35px;
  padding-top: 5px;
}

.box1_right .a {
  width: 435px;
}

.box1_right .a a {
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #666;
  font-size: 18px;
  float: right;
  line-height: 50px;
}

.box1_right .a a:first-child {
  width: 250px;
  background: #1f4396;
  float: left;
  cursor: default;
}

.box1_right .a a i {
  width: 22px;
  height: 24px;
  background-position: -84px -46px;
  margin-right: 10px;
}

.page_product .box3 {
  margin-bottom: 80px;
  padding-top: 47px;
}

.page_product .box3 .tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 22px;
}

.page_product .box3 .tit i {
  width: 21px;
  height: 23px;
  background-position: -86px -80px;
  margin-right: 11px;
}

.floor_remm {
  overflow: hidden;
  margin-top: 55px;
  padding-bottom: 90px;
}

.floor_remm ul {
  width: 105%;
}

.floor_remm .tit {
  background: url(../images/remm_tit.png) center center no-repeat;
  font-size: 30px;
  color: #19419b;
  margin-bottom: 52px;
  text-align: center;
}

.floor_remm li {
  float: left;
  background: url(../images/product_li.png) right 30px no-repeat;
  width: 401px;
}

.floor_remm li .img {
  width: 300px;
  margin: 0 auto;
}

.floor_remm li .img img {
  display: block;
  width: 240px;
  margin: 0 auto;
  height: auto;
  transition: ease-in-out .2s;
}

.floor_remm li .txt {
  text-align: center;
}

.floor_remm li .txt h3 {
  font-size: 30px;
  color: #19419b;
  line-height: 70px;
  font-weight: 400;
}

.floor_remm li .txt span {
  font-size: 16px;
  border: 1px solid #a1b7d7;
  display: inline-block;
  width: 206px;
  height: 30px;
  line-height: 30px;
  color: #a1b7d7;
  margin: 0 auto;
  border-radius: 15px;
}

.floor_remm li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_remm li:hover .img img {
  transform: scale(1.05);
}

.floor_remm li:hover .txt span {
  border-color: #19419b;
  background: #19419b;
  color: #fff;
}

.sub_nav {
  text-align: center;
  background: #eff5fa;
  padding-top: 75px;
}

.sub_nav a {
  display: inline-block;
  padding: 0 22px 0 0;
  height: 45px;
  line-height: 45px;
  border: 1px solid #19419b;
  border-radius: 22px;
  font-size: 18px;
  color: #19419b;
  font-weight: bold;
  *display: inline;
  zoom: 1;
  margin: 0 10px;
  text-align: left;
}

.sub_nav a i {
  width: 12px;
  height: 18px;
  background-position: -21px -107px;
  margin-left: 22px;
  margin-right: 20px;
}

.sub_nav .hover,
.sub_nav :hover {
  background: #19419b;
  color: #fff;
}

.sub_nav .hover i,
.sub_nav :hover i {
  background-position: -5px -107px;
}

.about_list {
  background: #eff5fa;
  padding: 80px 0;
  line-height: 35px;
  font-size: 16px;
}

.about_list img {
  max-width: 100%;
}

.about_list2 {
  background: url(../images/about_bg.jpg) center top repeat-y;

  line-height: 35px;
  font-size: 16px;
}

.about_list2 .about_bott {
  background: url(../images/about_bott.jpg) center bottom no-repeat;
  padding: 80px 0;
}

.about_list2 img {
  max-width: 100%;
}

.news_main {
  background: #eff5fa;
}

.news_main .sub_nav {}

.news_main .news_remm {
  padding-top: 75px;
  margin-bottom: 39px;
}

.news_main .news_remm .left {
  width: 550px;
  background: #fff;
  height: 478px;
  border-radius: 10px;
  box-shadow: 2px 4px 4px #ccd7e9;
}

.news_main .news_remm .left .img {
  width: 550px;
  height: 311px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.news_main .news_remm .left .img img {
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.news_main .news_remm .left .txt {
  display: block;
  padding: 29px;
}

.news_main .news_remm .left .txt h3 {
  font-size: 20px;
  color: #19419b;
}

.news_main .news_remm .left .txt p {
  line-height: 22px;
  color: #666;
  margin-top: 10px;
  padding-bottom: 10px;
  height: 44px;
  overflow: hidden;
}

.news_main .news_remm .left .txt span {
  font-size: 18px;
  color: #666;
  font-family: arial;
}

.news_main .news_remm .left:hover .img img {
  transform: scale(1.1);
}

.news_main .news_remm .right li {
  background: #fff;
  width: 295px;
  float: left;
  height: 478px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 4px 4px #ccd7e9;
}

.news_main .news_remm .right .img {
  width: 100%;
  height: 167px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news_main .news_remm .right .img img {
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.news_main .news_remm .right li:first-child {
  margin-right: 26px;
}

.news_main .news_remm .right .txt {
  display: block;
  padding: 29px;
}

.news_main .news_remm .right .txt h3 {
  font-size: 20px;
  color: #19419b;
  line-height: 30px;
  margin-top: 5px;
  height: 60px;
}

.news_main .news_remm .right .txt p {
  line-height: 22px;
  color: #666;
  margin: 20px 0 26px;
  height: 66px;
  overflow: hidden;
}

.news_main .news_remm .right .txt span {
  font-size: 14px;
  color: #999;
  font-family: arial;
  border: 1px solid #ccc;
  display: block;
  width: 114px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
}

.news_main .news_remm .right li:hover .img img {
  transform: scale(1.1);
}

.news_main .news_remm .right li:hover .txt span {
  color: #19419b;
  border-color: #19419b;
}

.show_product {
  background: #eff5fa;
  padding-top: 50px;
}

.show_product .body {
  border: 1px solid #558de1;
  border-radius: 10px 10px 0 0;
  padding: 0 50px 50px;
  margin-top: 40px;
}

.img_all {
  background: #eff5fa
}

.sub_about {
  height: 351px;
  background: url(../images/sub_about.jpg) center top no-repeat;
}

.sub_about .index_title {
  padding-top: 145px;
}

.show_product .body .floor_1_main .w1200 {
  width: 1098px;
}

@media (max-width: 1600px) {
  .head_main .logo {
    left: -32px;
  }

  .head_main .nav li a {
    padding: 0 13px;
  }

  .head_main .nav li.hover a,
  .head_main .nav li:hover a,
  .head_main .nav li a#hover2 {
    padding: 0 12px;
  }

  .head_main .tel {
    right: -20px;
  }

  .floor_4_main .picScroll-left .hd .prev,
  .floor_4_main .picScroll-left .hd .next {
    left: 15px;
  }

  .floor_4_main .picScroll-left .hd .next {
    left: auto;
    right: 15px;
  }

  .floor_4_main .picScroll-left .hd .next:hover {
    right: 10px;
  }

  .floor_4_main .picScroll-left .hd .prev:hover {
    left: 10px;
  }
}