body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
}
html {
  min-width: 1280px;
}
div,
dl,
dt,
dd,
ul,
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: #bd242a;
  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;
}
/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top_main {
  height: 106px;
  z-index: 9;border-bottom:1px solid #ddd;
}
.top_main img {
  padding-top: 30px;
}
.top_main .logo img {
  float: left;
}
.top_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav {
  float: right;
  height: 106px;
  line-height: 106px;
}
.nav li {
  float: left;
  position: relative;
  text-align: center;
  z-index: 9;
}
.nav li a {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  height: 106px;
  float: left;
  font-size: 16px;
  overflow: hidden;
}
.nav li a:hover,
.nav li a.hover,
.nav li #hover2 {
  cursor: pointer;
  color: #bd242a;
}
.nav li a:hover dd a, .nav li a.hover dd a, .nav li #hover2 dd a,.nav  dd a.hover{color:#fff;}
.nav dl {
  width: 100%;
  border-radius: 0 0 8px 8px;
  padding-bottom: 3px;
  display: none;
  background: #bd242a;
  position: absolute;
  left: 0px;
  top: 86px;
  z-index: 1555;
  border-top: none;
}
.nav dl dd {
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  line-height: 40px;
}
.nav dl dd a {
  color: #e9f2ed;
  float: none;
  margin: 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: ease-in-out 0.2s;
}
.nav dl dd a:hover {
  color: #bd242a;
  border-radius: 0;
  background: #fbdc4e;
}
/****banner****/
.main_banner {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main_banner #next,
.main_banner #prev {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -618px;
  background-position: 0 0;
  z-index: 10;
  top: 0;
  margin-top: 326px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.main_banner #next {
  margin-left: 570px;
  background-position: -113px 0;
}
.main_banner #next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_banner #prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_banner .banner {
  width: 1920px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}
.main_banner .banner img {
  width: 1920px;
  height: 700px;
  overflow: hidden;
}
.main_banner .banner_fmenu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  height: 14px;
  z-index: 3000;
  text-align: center;
}
.main_banner #banner_fmenu A {
  margin: 0 11px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: none;
  border: 4px solid #fff;
  border-radius: 100%;
}
.main_banner #banner_fmenu A.activeSlide {
  background: #bd242a;
}
.main_banner #banner_fmenu A:focus {
  OUTLINE-STYLE: none;
  OUTLINE-COLOR: invert;
  OUTLINE-WIDTH: medium;
}
.search_main {
  background: url(../images/search_bg.png) center top no-repeat;
  width: 100%;
  height: 100px;
  margin-top: -52px;
  position: relative;
  z-index: 10;
}
.search_main .left {
  width: 673px;
}
.search_main .left .fl {
  width: 425px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-top: 16px;
}
.search_main .left .fr {
  width: 233px;
  color: #fff;
  text-align: right;
  margin-top: 25px;
}
.search_main .left .fr p i {
  width: 16px;
  height: 16px;
  background-position: 0 -90px;
  margin-right: 5px;
}
.search_main .left .fr h3 {
  font-size: 30px;
  font-family: arial;
  padding-top: 5px;
}
.search_main .right {
  width: 470px;
}
.search_main .right .search {
  position: relative;
}
.search_main .right .search .input {
  width: 500px;
  height: 22px;
  line-height: 22px;
  padding: 15px 0;
  border: none;
  outline: none;
  background: none;
  color: #9e9e9e;
  font-size: 16px;
}
.search_main .right .search .btn {
  position: absolute;
  right: 0;
  width: 65px;
  height: 52px;
  background-position: -28px -90px;
  border: none;
  top: 0;
  outline: none;
  cursor: pointer;
}
.search_main .right .hot {
  line-height: 49px;
}
.search_main .right .hot span {
  color: #bd242a;
}
.search_main .right .hot a {
  color: #787878;
  padding: 0 11px;
}
.search_main .right .hot a:hover {
  color: #bd242a;
}
.floor_1_main {
  background: url(../images/f1_bg.jpg) center top no-repeat;
  width: 100%;
  height: 1104px;
}
.floor_1_main .index_title p {
  letter-spacing: 30px;
  padding-bottom: 100px;
}
.floor_1_main .left img {
  display: block;
  width: 580px;
  padding-top: 95px;
}
.floor_1_main .right {
  width: 600px;
}
.floor_1_main .right h3 {
  text-align: right;
  font-size: 24px;
  font-weight: 100;
  line-height: 25px;
  padding-bottom: 34px;
}

.floor_1_main .right .con {
  background: url(../images/f1_right1.jpg) no-repeat;
  width: 600px;
  height: 726px;
}
.floor_1_main .right .con ul {
  padding-top: 69px;
}
.floor_1_main .right .con li {
  text-align: left;
  padding-left: 115px;
  padding-bottom: 47px;
}
.floor_1_main .right .con li p {
  font-size: 12px;
  color: #b7b7b7;
  padding-bottom: 10px;
}
.floor_1_main .right .con li h3 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 0;
  line-height: 24px;
}
.floor_1_main .right .con li span {
  display: block;
  width: 35px;
  height: 3px;
  background: #bd242a;
  margin: 17px 0;
  transition: ease-in-out .2s;
}
.floor_1_main .right .con li h4 {
  font-size: 18px;
  font-weight: 100;
}
.floor_1_main .right .con li:hover span {
  width: 60px;
}
.index_title {
  text-align: center;
  padding-top: 100px;
}
.index_title h3 {
  font-size: 60px;
  color: #bd242a;
  height: 63px;
  line-height: 63px;
  position: relative;
  font-weight: 100;
  display: inline;
}
.index_title h3 i {
  width: 123px;
  height: 41px;
  background: url(../images/title_bg.png) no-repeat;
  display: block;
  position: absolute;
  left: -150px;
  top: 27px;
}
.index_title h3 .i2 {
  left: auto;
  right: -150px;
}
.index_title p {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 47px;
}
.floor_2 .slideTxtBox {
  text-align: left;
}
.floor_2 .slideTxtBox .hd {
  position: relative;
  margin-bottom: 50px;
}
.floor_2 .slideTxtBox .hd .more {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #646464;
  color: #fff;
  float: left;
  margin-left: 342px;
}
.floor_2 .slideTxtBox .hd .more:hover {
  background: #bd242a;
  transition: ease-in-out .2s;
}
.floor_2 .slideTxtBox .hd ul li {
  float: left;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  width: 150px;
  height: 34px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  margin-left: 10px;
}
.floor_2 .slideTxtBox .hd ul li.on {
  background: #bd242a;
  color: #fff;
  border-color: #bd242a;
}
.floor_2 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_2 .slideTxtBox .bd ul {
  zoom: 1;
  width: 105%;
}
.floor_2 .slideTxtBox .bd li {
  float: left;
  width: 380px;
  height: 285px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 50px;
}
.floor_2 .slideTxtBox .bd li img {
  display: block;
  width: 100%;
  height: 285px;
  transition: ease-in-out .3s;
}
.floor_2 .slideTxtBox .bd li a:hover img {
  transform: scale(1.1);
}
.floor_3_main {
  *margin-top: 50px;
}
.floor_3_main .slideTxtBox {
  text-align: left;
  position: relative;
  margin-top: 80px;
}
.floor_3_main .slideTxtBox .hd {
  position: absolute;
  width: 1200px;
  height: 80px;
  left: 50%;
  margin-left: -600px;
  top: -40px;background:#333;
  z-index: 10;
}
.floor_3_main .slideTxtBox .hd ul{padding-left:1%;}
.floor_3_main .slideTxtBox .hd ul li {
  float: left;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  width: 14%;
  height: 80px;
  font-size: 20px;
  background: #333;
  color: #fff;
}
.floor_3_main .slideTxtBox .hd ul li a {
  color: #fff;
}
.floor_3_main .slideTxtBox .hd ul li.on {
  background: #bd242a;
  color: #fff;
  border-color: #bd242a;
}
.floor_3_main .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_3_main .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
  overflow: hidden;
}
.floor_3_main .slideTxtBox .bd li {
  width: 100%;
  height: 700px;
}
.floor_3_main .slideTxtBox .bd li .box {
  width: 400px;
  height: 395px;
  background: url(../images/bg_50.png) repeat;
  margin-top: 108px;
  border-top: 5px solid #fff;
  text-align: center;
  color: #fff;
}
.floor_3_main .slideTxtBox .bd li .box h3 {
  font-size: 30px;
  font-weight: 100;
  padding-top: 64px;
  padding-bottom: 24px;
}
.floor_3_main .slideTxtBox .bd li .box h4 {
  font-size: 24px;
  font-weight: 100;
}
.floor_3_main .slideTxtBox .bd li .box h4 span {
  color: #ffc238;
  font-size: 36px;
  font-family: arial;
  font-weight: bold;
}
.floor_3_main .slideTxtBox .bd li .box .p {
  line-height: 24px;
  padding-top: 20px;
}
.floor_3_main .slideTxtBox .bd li .box .a {
  width: 310px;
  margin: 50px auto 0;
}
.floor_3_main .slideTxtBox .bd li .box .a a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #bd242a;
  color: #fff;
  float: right;
  font-size: 18px;
}
.floor_3_main .slideTxtBox .bd li .box .a a:first-child {
  float: left;
  background: #fff;
  color: #333;
}
.floor_3_main .slideTxtBox .bd li .box .a a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
}
.floor_4 .slideTxtBox {
  text-align: left;
}
.floor_4 .slideTxtBox .hd {
  position: relative;
  margin-bottom: 50px;
}
.floor_4 .slideTxtBox .hd .more {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #646464;
  color: #fff;
  float: left;
  margin-left: 342px;
}
.floor_4 .slideTxtBox .hd .more:hover {
  background: #bd242a;
  transition: ease-in-out .2s;
}
.floor_4 .slideTxtBox .hd ul li {
  float: left;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  width: 150px;
  height: 34px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  margin-left: 10px;
}
.floor_4 .slideTxtBox .hd ul li.on {
  background: #bd242a;
  color: #fff;
  border-color: #bd242a;
}
.floor_4 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_4 .slideTxtBox .bd {
  overflow: hidden;
}
.floor_4 .slideTxtBox .bd ul {
  zoom: 1;
  width: 105%;
}
.floor_4 .slideTxtBox .bd ul li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
}
.floor_4 .slideTxtBox .bd ul li:hover h3 {
  color: #bd242a;
}
.floor_4 .slideTxtBox .bd li {
  float: left;
  width: 280px;
  height: 450px;
  border: 1px solid #e5e5e5;
  margin-right: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.floor_4 .slideTxtBox .bd li .img {
  display: block;
  width: 260px;
  height: 347px;
  overflow: hidden;
  margin: 10px auto 15px;
}
.floor_4 .slideTxtBox .bd li img {
  display: block;
  width: 260px;
  height: 347px;
  transition: ease-in-out .3s;
}
.floor_4 .slideTxtBox .bd li a:hover img {
  transform: scale(1.1);
}
.floor_4 .slideTxtBox .bd li .txt {
  text-align: center;
}
.floor_4 .slideTxtBox .bd li .txt h3 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 5px;
}
.floor_4 .slideTxtBox .bd li .txt p {
  font-size: 16px;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

}
.floor_5 {
  overflow: hidden;
  margin-bottom: 100px;
}
.floor_5 .more {
  margin: 0 auto;
  margin-top: 20px;
  *margin-top: 50px;
  width: 508px;
}
.floor_5 .more a {
  border: 2px solid #e5e5e5;
  width: 252px;
  height: 51px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  float: left;
  border-left: none;
  transition: ease-in-out .2s;
}
.floor_5 .more a:first-child {
  border-radius: 5px 0 0 5px;
  border-right: none;
  background: #bd242a;
  color: #fff;
  border-color: #bd242a;
}
.floor_5 .more a:hover {
  color: #bd242a;
  border-color: #bd242a;
}
.floor_5 .more a:first-child:hover {
  background: #e51a1b;
  color: #fff;
}
.floor_5 ul {
  width: 110%;
}
.floor_5 li {
  background: url(../images/f5_bg.jpg) no-repeat;
  width: 570px;
  height: 245px;
  float: left;
  position: relative;
  margin-right: 50px;
  margin-bottom: 30px;
}
.floor_5 li img {
  float: left;
  width: 267px;
  height: 200px;
  display: block;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 29px;
}
.floor_5 li div {
  margin-left: 314px;
  margin-right: 25px;
}
.floor_5 li h3 {
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
  padding-top: 29px;
  padding-bottom: 9px;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

}
.floor_5 li p {
  line-height: 24px;
  padding-top: 10px;
  color: #333; text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
  -webkit-line-clamp: 3;  line-clamp:3;  -webkit-box-orient: vertical; 
}
.floor_5 li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #eee;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #bdbdbd;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: ease-in-out .2s;
}
.floor_5 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_5 li:hover span {
  background: #bd242a;
  color: #fff;
}
.floor_5 li:hover h3 {
  color: #bd242a;
}
.about_main {
  background: #fcfcfc;
  position: relative;
  height: 555px;
  width: 100%;
  overflow: hidden;
}
.about_main .img {
  display: block;
  width: 960px;
  height: 555px;
  position: absolute;
  left: 50%;
}
.about_main .img img {
  width: 100%;
  display: block;
}
.about_main .w1200 {
  overflow: hidden;
}
.about_main .w1200 h3 {
  font-size: 48px;
  font-weight: 400;
  padding-top: 60px;
}
.about_main .w1200 ul {
  margin-left: -20px;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  margin-top: 56px;
  margin-bottom: 40px;
}
.about_main .w1200 li {
  border-left: 1px solid #e8e8e8;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.about_main .w1200 li span {
  font-size: 60px;
  padding-right: 10px;
}
.about_main .w1200 p {
  line-height: 30px;
  width: 560px;
}
.about_main .w1200 a {
  display: block;
  width: 248px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 42px;
  transition: ease-in-out .2s;
  background: #fff;
}
.about_main .w1200 a:hover {
  border-color: #bd242a;
}
.floor_6 {
  padding-bottom: 100px;overflow:hidden;
}
.floor_6 .left {
  width: 556px;
}
.floor_6 .left .t .fl {
  width: 202px;
  height: 170px;
  background: url(../images/news_bg.jpg) no-repeat;
  text-align: center;
  color: #fff;
}
.floor_6 .left .t .fl h3 {
  font-size: 60px;
  font-weight: 400;
  padding-top: 49px;
}
.floor_6 .left .t .fl p{color:#fff;}
.floor_6 .left .t .fr {
  width: 354px;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.floor_6 .left .t .fr img {
  display: block;
  width: 100%;
  height: 266px;
  position: absolute;
  left: 0;
  top: -48px;
  transition: ease-in-out .2s;
}
.floor_6 .left h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
}
.floor_6 .left p {
  color: #999;
  line-height: 24px;
}
.floor_6 .left span {
  display: block;
  width: 198px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border: 2px solid #e5e5e5;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 27px;
  transition: ease-in-out .2s;
  background: #fff;
}
.floor_6 .left:hover .t .fr img {
  transform: scale(1.1);
}
.floor_6 .left:hover span {
  border-color: #bd242a;
}
.floor_6 .right {
  width: 554px;
}
.floor_6 .right li {
  margin-bottom: 28px;
}
.floor_6 .right li .box1 {
  width: 151px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.floor_6 .right li .box1 img {
  height: 113px;
  width: 100%;
  display: block;
  position: absolute;
  top: -6px;
  transition: ease-in-out .2s;
}
.floor_6 .right li .box2 {
  margin-left: 23px;
  width: 283px;
}
.floor_6 .right li .box2 h3 {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  line-height: 45px;
  text-overflow: ellipsis;
}
.floor_6 .right li .box2 p {
  color: #999;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor_6 .right li .box3 {
  width: 84px;
  height: 100px;
  text-align: right;
  border-left: 1px solid #e9e9e9;
}
.floor_6 .right li .box3 h3 {
  font-size: 48px;
  font-weight: 400;
}
.floor_6 .right li:hover .box1 img {
  transform: scale(1.1);
}
.floor_6 .right li:hover .box2 h3 {
  color: #bd242a;
}
.links_main {
  padding-bottom: 38px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.links_main span {
  color: #bd242a;
  font-size: 16px;
}
.links_main a {
  padding: 0 20px;
  border-left: 1px solid #dadada;
}
.links_main i a:first-child {
  border: none;
}
.bottom_main {
  background: #252525;
  padding-top: 47px;
  padding-bottom: 50px;
}
.bottom_main .tit {
  padding-bottom: 45px;
  color: #fff;
}
.bottom_main .tit h3 {
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.bottom_main .tit p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
.bottom_main .tit p span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  float: left;
  margin-top: 7px;
  margin-right: 18px;
}
.bottom_main .box1 {
  width: 476px;
}
.bottom_main .box1 .con h3 {
  font-size: 18px;
  color: #888;
  font-weight: 400;
  padding-bottom: 10px;
}
.bottom_main .box1 .con p {
  color: #888;
  font-size: 12px;
  line-height: 30px;
}
.bottom_main .box2 {
  width: 250px;
}
.bottom_main .box2 .tit {
  text-align: center;
}
.bottom_main .box2 li {
  float: right;
  text-align: center;
}
.bottom_main .box2 li img {
  border-radius: 5px;
  width: 95px;
  height: 95px;
  border: 10px solid #fff;
  display: block;
}
.bottom_main .box2 li p {
  color: #888;
  line-height: 40px;
}
.bottom_main .box2 li:first-child {
  float: left;
}
.bottom_main .box3 {
  width: 240px;
}
.bottom_main .box3 .tit {
  text-align: right;
}
.bottom_main .box3 .tit p span {
  margin-left: 135px;
}
.bottom_main .box3 ul {
  float: right;
  width: 170px;
}
.bottom_main .box3 li {
  width: 85px;
  float: left;
  line-height: 36px;
  text-align: right;
}
.bottom_main .box3 li a {
  color: #888;
}
.bottom_main .box3 li a:hover {
  color: #fff;
}
.bottom_copy {
  background: #252525;
  line-height: 56px;
  color: #fff;
  font-size: 12px;
}
.bottom_copy a {
  color: #fff;
}
.bottom_copy a:hover {
  text-decoration:underline;
}
.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: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #047fcc;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #bd242a;
  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 {
  background-color: #bd242a;
  border-color: #bd242a;
  overflow: visible;
}
.rightFix .ico: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 -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix-ewm2 { background-position: 11px -192px; }
.rightFix .fix-ewm2:hover { background-position: -33px -192px; }
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.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;
}
.local {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.local ul {
  float: right;
  margin-right: 60px;
}
.local ul li {
  padding: 0 25px;
  float: left;
}
.local ul li a {
  position: relative;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  color: #363636;
}
.local ul li a i {
  width: 0;
  height: 3px;
  background: #3b3a45;
  position: absolute;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
  transition: ease-in .2s;
}
.local ul li a.hover,
.local ul li a:hover {
  color: #363636;
}
.local ul li a.hover i,
.local ul li a:hover i {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.bg_main {
  background: #eaeaea url(../images/context.jpg) center top repeat-y;
  padding-bottom: 50px;
}
.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}
.sub_banner {
  height: 200px;
  width: 100%;
}
.sub_nav {
  height: 35px;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 50px;
}
.sub_nav .fl {
  font-size: 30px;
}
.sub_nav .fr li {
  float: left;
}
.sub_nav .fr li a {
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  display: block;
  margin-left: 10px;
  transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
  background: #bd242a;
  color: #fff;
  border: 1px solid #bd242a;
}
.case {
  margin-top: 40px;
}
.case ul {
  width: 105%;
}
.case li {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.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;
}
.img3 li{width:280px; margin-right:24px;}
.img3 li .img{width:278px;height:371px;}
.img3 li .img img{width:100%; height:371px;}

.case li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.case li .p {
  border: 1px solid #efefef;
  display: block;
  width: 340px;
  padding: 0 19px;
  height: 108px;
  border-top: none;
}
.img3 li .p{width:240px;}
.case li .p p {
  border-bottom: 1px solid #d6d6d6;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 18px;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.case li .p i {
  width: 32px;
  height: 12px;
  background-position: -73px -43px;
}
.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-top: 50px;
}
.news li {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 50px;
}
.news li .img {
  width: 273px;
  float: left;
  height: 205px;
  overflow: hidden;
}
.news li .img img {
  width: 273px;
  height: 205px;
  transition: .9s;
}
.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news li .p {
  width:851px;
  float: right;
}
.search_li li .p{width:100%;}
.news li .p h1 {
  color: #363636;
  font-size: 24px;
  font-weight: 100;
  padding: 28px 0;
}
.news li .p p {
  color: #363636;
  line-height: 24px;
  padding-bottom: 24px;
}
.news li .p span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.news li .p i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.news li .p .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.detail {
  padding-top: 50px;
}
.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
}
.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: 1200px;
}
/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
}
.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: #be0101;
}
/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 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 #bd242a;
  background: #bd242a;
}
.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 {
  margin-bottom: 75px;
}
.contact .box2 #map1_container,
.contact .box2 #allmap1 {
  width: 100%;
  height: 400px;
}
.contact .box3 h1 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.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: 358px;
  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: 295px;
  border: none;
  outline: none;
}
.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 1179px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
}
.contact .box3 .btn {
  border: none;
  background: #ff3600;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  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: #0a408a;
  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: #be0101;
  color: #fff;
  border: 1px solid #be0101;
}
.erro {
  text-align: center;
  min-height: 400px;
}
.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: 680px;
  height: 423px;
  float: right;
  position: relative;
}
.showPro .showimgCon .txtcon .tit {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  color: #d73535;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
  width: 20px;
  height: 20px;
  background-position: -440px -62px;
  margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
  color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.showPro .showimgCon .txtcon .txt .item {
  margin-bottom: 7px;
  max-height: 144px;
  overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
  width: 118px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #bd242a;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
  background: #12a751;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
  width: 280px;
  float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  display: block;
  color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 6px;
  background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
  font-size: 16px;
  line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  font-size: 28px;
  line-height: 28px;
}
.showPro .showimg {
  width: 442px;
  position: relative;
  float: left;
  overflow: hidden;
}
.showPro .showimg .bigimg {
  width: 440px;
  height: 332px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
  width: 5000%;
}
.showPro .showimg .bigimg .list li {
  width: 440px;
  height: 332px;
  float: left;
}
.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showPro .showimg .smallimg {
  width: 440px;
  height: 76px;
  position: relative;
  padding-top: 30px;
  z-index: 10;
  overflow: hidden;
}
.showPro .showimg .list {
  width: 357px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showPro .showimg .listcon {
  width: 600% !important;
  position: relative;
}
.showPro .showimg .prev,
.showPro .showimg .next {
  width: 20px;
  height: 76px;
  z-index: 10;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background: url(../images/show-btn-ico.png) no-repeat 0 center;
}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #f9f9f9;
}
.showPro .showimg .prev {
  left: 0;
  background-position: 3px center;
}
.showPro .showimg .next {
  right: 0;
  background-position: -84px center;
}
.showPro .showimg li {
  width: 98px;
  height: 74px;
  margin-right: 28px;
  float: left;
  cursor: pointer;
  position: relative;
}
.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}
.showPro .showimg li.on {
  width: 94px;
  height: 70px;
  border: 3px solid #bd242a;
}
.relateTit {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto;
  width: 1200px;
}
.relateTit h3 {
  font-size: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.relateTit h3 .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #bd242a;
}
.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;
  border-radius: 5px;
  height: 278px;
  overflow: hidden;
}
.floor_3_remm .body li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floor_3_remm .body li .img img {
  border-radius: 5px;
  width: 370px;
  height: 278px;
}
.floor_3_remm .body li .txt {
  position: absolute;
  left: 0;
  top: 211px;
  height: 67px;
  background: #666;
  width: 301px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  padding-left: 42px;
  padding-right: 42px;
  transition: ease-in-out .2s;
  text-align: center;
  line-height: 67px;
}
.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;
  border-radius: 5px;
}
.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: #be0101;
  margin: 0 19px;
  border: 2px solid #be0101;
  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 .ewmbtn {
  background: #be0101;
  color: #fff;
}
.floor_3_remm .more2 li {
  float: left;
}
/*# sourceMappingURL=css.css.map */
