﻿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;
  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: #d7ab7e;
  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;
}
/*header*/
.header {
  width: 100%;
  height: 128px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.header .tel {
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  margin-top: 8px;
}
.header .tel i {
  width: 16px;
  height: 16px;
  background-position: -236px 0;
  margin-right: 10px;
}
.header .logo {
  padding-top: 31px;
  display: block;
  float: left;
  overflow: hidden;
}
.header .logo img {
  display: block;
}
.header .nav {
  height: 128px;
  position: relative;
  float: left;
  margin-left:90px;
}
.header .nav li {
  width:86px;
  float: left;
  position: relative;
  z-index: 10;
}
.header .nav li a {
  width: 100%;
  height: 128px;
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  line-height: 128px;
}
.header .nav li a span {
  width: 36px;
  height: 26px;
  background-position: 0 -134px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 17px;
  display: none;
}
.header .nav li.hover .nav1,
.header .nav li:hover .nav1 {
  color: #d7ab7e;
}
.header .nav li.hover .nav1 span,
.header .nav li:hover .nav1 span {
  display: block;
}
.header .nav li .subNav {
  position: absolute;
  width: 140%;
  text-align: center;
  z-index: 99;
  display: none;
  left: -20%;
  top: 128px; padding-bottom:5px;
  background: url("../images/blue75.png") repeat 0 0;border-radius:0 0 5px 5px;
}
.header .nav li.li2 .subNav {
  width: 190%;
  left: -45%;
}
.header .nav li .subNav a {
  padding: 0;
  display: block;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
.header .nav li .subNav a:hover {
  background: #d7ab7e;
}
.header .search {
  width: 278px;
  height: 34px;
  float: left;
  position: relative;
  margin: 27px 0 0 60px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.header .search input {
  background-color: none;
  outline: none;
  border: none;
}
.header .search .stxt {
  width: 220px;
  background: #fff;
  height: 20px;
  line-height: 20px;
  padding: 7px 10px 7px 3%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .search .sbtn {
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-position: 0 -104px;
}
.header_h {
  height: 99px;
}
/****banner****/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 41.6667%;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner .prev,
.banner .next {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10%;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.5;
  background: #d7ab7e;
  border-radius: 100%;
  filter: alpha(opacity=50);
}
.banner .prev i,
.banner .next i {
  width: 9px;
  height: 15px;
  background-position: 0 -109px;
  margin: 0 auto;
  text-align: center;
  margin-left: 15px;
  margin-top: 12px;
}
.banner .next {
  left: auto;
  right: 10%;
  background-position: -46px 0;
}
.banner .next i {
  background-position: -10px -109px;
  margin-left: 16px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .tip {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 55px;
  z-index: 3000;
  text-align: center;
}
.banner .tip li {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  *display: inline;
  *zoom: 1;
  opacity: 0.6;
}
.banner .tip li.cur {
  background: #d7ab7e;
  opacity: 1;
  border: 2px solid #fff;
  width: 11px;
  height: 11px;
}
.index_title {
  text-align: center;
  background: url(../images/index_title.png) center bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.index_title h3 {
  font-size: 40px;
  font-weight: 400;
  padding-top: 70px;
  letter-spacing: 10px;
  padding-left: 5px;
}
.index_more {
  background: url(../images/index_more.png) left top no-repeat;
  width: 220px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto 50px;
  transition: ease-in-out .2s;
}
.index_more a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_more:hover a {
  transform: translateX(-3px);
  font-weight: bold;
}
.floor_1_main {
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
  *padding-bottom: 50px;
}
.floor_1_main .picScroll-left {
  position: relative;
}
.floor_1_main .picScroll-left .hd .prev,
.floor_1_main .picScroll-left .hd .next {
  width: 60px;
  height: 60px;
  background: #5c5c5c;
  position: absolute;
  left: -60px;
  top: 220px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.floor_1_main .picScroll-left .hd .prev i,
.floor_1_main .picScroll-left .hd .next i {
  width: 17px;
  height: 30px;
  background-position: 0 -242px;
  text-align: center;
  margin-top: 15px;
}
.floor_1_main .picScroll-left .hd .next {
  left: auto;
  right: -60px;
}
.floor_1_main .picScroll-left .hd .next i {
  background-position: -17px -242px;
}
.floor_1_main .picScroll-left .hd .prev:hover,
.floor_1_main .picScroll-left .hd .next:hover {
  background: #d7ab7e;
}
.floor_1_main .picScroll-left .bd {
  overflow: hidden;
  zoom: 1;
}
.floor_1_main .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.floor_1_main .picScroll-left .bd ul li {
  margin-right: 30px;
  float: left;
  _display: inline;
  text-align: center;
  width: 380px;
  padding-bottom: 89px;
  transition: ease-in-out .2s;
}
.floor_1_main .picScroll-left .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floor_1_main .picScroll-left .bd ul li .img {
  overflow: hidden;
  width: 100%;
  height: 380px;
  position: relative;
}
.floor_1_main .picScroll-left .bd ul li .img img {
  width: 100%;
  height: 380px;
  
}
.floor_1_main .picScroll-left .bd ul li .p {
  position: relative;
  padding-bottom: 44px;
  background: #fff;
}
.floor_1_main .picScroll-left .bd ul li .p h3 {
  font-size: 18px;
  background: url(../images/f1_line.png) center bottom no-repeat;
  padding-top: 24px;
  padding-bottom: 19px;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.floor_1_main .picScroll-left .bd ul li .p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;height:24px;line-height:24px;
  color: #333;
}
.floor_1_main .picScroll-left .bd ul li .p i {
  width: 62px;
  height: 62px;
  background-position: 0 -173px;
  position: absolute;
  left: 50%;
  margin-left: -31px;
  bottom: -31px;
  transition: background-color ease-in-out .2s;
}
.floor_1_main .picScroll-left .bd ul li:hover .p i {
  background-position: -62px -173px;
}
.floor_1_main .picScroll-left .bd ul li:hover .p h3 {
  color: #d7ab7e;
}
.floor_1_main .picScroll-left .bd ul li:hover .img img {
  transform: scale(1.1);
}
.floor_2_main li {
  width: 580px;
  float: right;
  height: 300px;
  border: 1px solid #e2e2e2;
  background: #f7f7f7 url(../images/f2_li.jpg) right center no-repeat;
  margin-bottom: 50px;
}
.floor_2_main li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floor_2_main li .img {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: left;
}
.floor_2_main li .img img {
  width: 400px;
  height: 400px;
  transition: ease-in-out .2s;
  position: absolute;
  left: 0;
  top: -50px;
}
.floor_2_main li .p {
  width: 141px;
  padding-right: 10px;
  float: right;
}
.floor_2_main li .p h3 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 113px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.floor_2_main li .p span {
  display: block;
  width: 45px;
  height: 3px;
  background: #464646;
  margin: 13px 0 15px;
}
.floor_2_main li .p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.floor_2_main li:first-child {
  float: left;
}
.floor_2_main li:hover {
  background: #d7ab7e url(../images/f2_on.jpg) right center no-repeat;
}
.floor_2_main li:hover .img img {
  transform: scale(1.1);
}
.floor_3_main {
  background: url(../images/f3_bg.jpg) center top no-repeat;
 
  height: 600px;
  position: relative;
  overflow: hidden;
}
.floor_3_main .index_title h3 {
  color: #fff;
}
.floor_3_main .body {
  position: absolute;
  background: #fff url(../images/f3_ico.jpg) right bottom no-repeat;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  height: 300px;
  z-index: 10;
}
.floor_3_main .body .left {
  width: 567px;
}
.floor_3_main .body .left img {
  padding-left: 107px;
  padding-top: 62px;
  display: block;
  transition: ease-in-out .2s;
}
.floor_3_main .body .right {
  width: 573px;
  padding-right: 58px;
}
.floor_3_main .body .right img {
  padding-top: 64px;
  padding-bottom: 18px;
}
.floor_3_main .body .right p {
  line-height: 24px;
  color: #333;
}
.floor_3_main .body i {
  width: 100px;
  height: 100px;
  background: #d7ab7e;
  display: block;
  position: absolute;
  left: -100px;
  bottom: 0;
}
.floor_3_main .body .i2 {
  left: auto;
  right: -100px;
  top: 0;
  bottom: auto;
}
.floor_3_main .body:hover a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_3_main .body:hover .left img {
  transform: scale(1.08);
}
.floor_4_main {
  background: #f7f7f7;
}
.floor_4_main .left {
  width: 740px;
}
.floor_4_main .left .txt {
  padding-right: 40px;
  padding-left: 48px;
}
.floor_4_main .left .txt h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 61px;
}
.floor_4_main .left .txt p {
  line-height: 24px;
}
.floor_4_main .left .txt .index_more {
  margin-left: 0;
  margin-top: 51px;
}
.floor_4_main .right {
  width: 460px;
}
.floor_4_main .right .box1 {
  width: 200px;
  height: 230px;
  background: url(../images/f4_box1.jpg) no-repeat;
  margin-left: 230px;
  padding-left: 30px;
}
.floor_4_main .right .box1 h3 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-top: 27px;
}
.floor_4_main .right .box1 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 15px 0;
}
.floor_4_main .right .box1 p {
  color: #fff;
  font-size: 26px;
  margin-top: 100px;
  transition: ease-in-out .2s;
}
.floor_4_main .right .box1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4_main .right .box2 {
  background: url(../images/f4_box2.jpg) no-repeat;
  margin-left: 0;
}
.floor_4_main .right .box1:hover p {
  font-size: 40px;
}
.floor_5 {
  padding-bottom: 99px;
}
.floor_5 .index_more{margin-top:50px;}
.floor_5 a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floor_5 .left {
  width: 600px;
}
.floor_5 .left .img {
  width: 600px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.floor_5 .left .img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 450px;
  top: -100px;
  z-index: 9;
}
.floor_5 .left .img .on {
  background: #d7ab7e;
  display: block;
  width: 85px;
  height: 80px;
  border-radius: 0 0 5px 5px;
  z-index: 10;
  position: absolute;
  left: 20px;
  top: 0;
  text-align: center;
  color: #fff;
  font-family: arial;
}
.floor_5 .left .img .on h3 {
  font-size: 44px;
  padding-top: 5px;
}
.floor_5 .left .img .on p {
  font-weight: bold;
}
.floor_5 .left .p h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #333;
}
.floor_5 .left .p p {
  line-height: 24px;
  color: #666;
}
.floor_5 .left .p p span {
  color: #d7ab7e;
}
.floor_5 .left:hover .p h3 {
  padding-left: 10px;
  transition: ease-in-out .2s;
}
.floor_5 .right {
  width: 550px;
}
.floor_5 .right li {
  border-top: 1px solid #e8e8e8;
  padding-top: 24px;
  margin-bottom: 24px;
}
.floor_5 .right .fl {
  width: 74px;
  text-align: center;
  display: block;
}
.floor_5 .right .fl h3 {
  font-size: 60px;
  color: #c3c3c3;
  font-family: arial;
  font-weight: 400;
  line-height: 60px;
}
.floor_5 .right .fl p {
  font-size: 16px;
  color: #c3c3c3;
  font-family: arial;
}
.floor_5 .right .fr {
  width: 455px;
}
.floor_5 .right .fr h3 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 13px;
  line-height: 20px;
  color: #333;
}
.floor_5 .right .fr p {
  line-height: 24px;
  color: #666;
}
.floor_5 .right li:first-child {
  border: none;
  padding-top: 0;
}
.floor_5 .right li:hover {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}
.floor_5 .right li:hover .fr h3 {
  color: #d7ab7e;
}
.bottom_main {
  background: #161617;
}
.bottom_main .box1 {
  padding-top: 66px;
  padding-bottom: 61px;
}
.bottom_main .box1 .left img {
  padding-top: 11px;
}
.bottom_main .box1 .right {
  width: 1000px;
}
.bottom_main .box1 .right li {
  float: left;
  border: 1px solid #4c3d32;
  border-radius: 5px;
  height: 63px;
  width: 277px;
  text-align: center;
  margin-right: 16px;
}
.bottom_main .box1 .right li a {
  display: block;
  width: 100%;
  height: 100%;position:relative;
}
.bottom_main .box1 .right li a img {
  padding-top: 15px;
}
.bottom_main .box1 .right li a .img{position:absolute;left:64px;top:65px;width:150px;display:none;} 
.bottom_main .box1 .right li a:hover .img{display:block;}
.bottom_main .box1 .right li:hover {
  border: 1px solid #d7ab7e;
}
.bottom_main .box2 {
  padding-bottom: 56px;
}
.bottom_main .box2 li {
  float: left;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.bottom_main .box2 li img {
  width: 150px;
  height: 150px;
  display: block;
  border: 1px solid #484748;
  padding: 4px;
}
.bottom_main .box2 li:first-child {
  margin-right: 30px;
}
.bottom_main .box2 .right p {
  color: #fff;
  line-height: 30px;
}
.bottom_main .box2 .right p a{color:#fff;}
.bottom_main .box2 .right p a:hover{color:#d7ab7e;}
.bottom_main .box2 .right h3 {
  font-size: 48px;
  color: #d7ab7e;
}
.bottom_copy {
  background: #000;
  line-height: 33px;
  color: #ccc;
  font-size: 12px;
}
.bottom_copy a {
  color: #ccc;
}
.bottom_copy a:hover {
  color: #fff;
}
.sub_banner {
  width: 100%;
  height: 240px;
  text-align: center;
}
.sub_banner h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding-top: 60px;
}
.sub_banner span {
  display: block;
  width: 50px;
  height: 2px;
  background: #3d72d7;
  background: linear-gradient(to right, #3d72d7, #102e67);
  margin: 23px auto 0;
}
.sub_local {
  line-height: 60px;
  border-bottom: 1px solid #ddd;
   padding-top:5px;
}
.sub_local .left {
  color: #333;
  float: right;
}
.sub_local .left i {
  width: 14px;
  height: 12px;
  background-position: -284px -0px;
  margin-right: 10px;
}
.sub_local .left a {
  color: #333;
}
.sub_local .left a:hover {
  color: #d7ab7e;
}
.sub_local .right li {
  font-size: 16px;
  margin-right: 10px;
  float: left;
}
.sub_local .right {
  float: left;
  padding: 10px 0;
}
.sub_local .right li a {
  color: #333;
  background:none;
  padding: 0 15px;
  height: 41px;
  line-height: 41px;
  border-radius: 20px;border:1px solid #ddd;
  display: block;
  text-align: center;
}
.sub_local.pro .right {
  margin-top: 10px;
}
.sub_local.pro .right li a {
  width: 158px;
  margin-bottom: 10px;
}
.sub_local .right li a.hover,
.sub_local .right li a:hover {
  color: #fff;border:1px solid #d7ab7e;
  background: #d7ab7e;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #fff 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: #13bdb7;
  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: #d7ab7e;
  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: #d7ab7e;
  border-color: #d7ab7e;
  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-color: #d7ab7e;
  border-color: #d7ab7e;
  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_tit {
  background: url("../images/sub_tit.png") left center no-repeat;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  margin: 50px auto;
}
.sub_tit h3 {
  padding-left: 45px;
}
.sub_list {
  overflow: hidden;
  padding: 3px 10px;
  margin-top: 40px;
}
.sub_list ul {
  width: 110%;
}
.sub_list li {
  float: left;
  width: 578px;
  height: 286px;
  margin-right: 40px;
  border: 1px solid #e9e9e9;
  margin-bottom: 43px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.sub_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
}
.sub_list li img {
  float: left;
  width: 180px;
  height: 246px;
  border: 1px solid #efefef;
  margin-right: 40px;
  margin-left: 20px;
  margin-top: 20px;
}
.sub_list li h3 {
  font-size: 28px;
  padding-top: 57px;
  font-weight: 400;
  padding-bottom: 23px;
}
.sub_list li p {
  line-height: 26px;
  margin-bottom: 29px;
  padding-right: 50px;
}
.sub_list li span {
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 5px 30px;
  border-radius: 15px;
}
.sub_list li i {
  width: 561px;
  height: 269px;
  background: #cbcbcb;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 9;
  transition: ease-in-out 0.2s;
}
.sub_list li:hover {
  box-shadow: 5px 10px 10px #d8f3fb;
}
.sub_list li:hover i {
  background: #d7ab7e;
}
.sub_list li:hover span {
  background: #d7ab7e;
}
.sub_list li:hover h3 {
  color: #333;
}
.sub_list li:hover p {
  color: #333;
}
.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);
}
.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 0.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: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 50px;
  min-height: 500px;
}
.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}
.sub_banner {
  height: 250px;
  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 0.2s;
}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
  background: #2ab866;
  color: #fff;
  border: 1px solid #2a9bf2;
}
.case {
  
}
.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: 0.9s;
}
.imgH li .img {
  height: 284px;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}
.imgH li .img img {
  height: 284px;
}
.img11 li .img img {
  height: 378px;
}
.img11 li .img {
  height: 378px;
}
.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;
}
.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 li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 50px;
}
.news li .img {
  width: 360px;
  float: left;
  height: 270px;
  overflow: hidden;
}
.news li .img img {
  width: 360px;
  height: 270px;
  transition: 0.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: 758px;
  float: right;
}
.news li .pp {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.news li .p h3 {
  color: #363636;
  font-size: 24px;
  font-weight: 100;
  padding: 28px 0;    padding-top: 58px;
}
.news li .p.pp h3 {padding-top:28px;}
.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;
}

.news li .pp {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.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: 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: #f25930;
}
/* pager */
.pager { display: block; padding: 25px 0 25px; text-align: center; clear: both; font-size: 12px; }
.pager span, .pager a { display: inline-block; border: 1px solid #ddd; color: #666; height: 20px; line-height: 20px; padding: 5px 10px 5px; text-decoration: none; margin: 0 5px; }
.pager a:hover { background: #d7ab7e; border-color: #d7ab7e; color: #fff; text-decoration: none; }
.pager .cur { background: #d7ab7e; border-color: #d7ab7e; color: #fff; text-decoration: none; }
.pager .current { background: #d7ab7e; border-color: #d7ab7e; color: #fff; text-decoration: none; }
.pager span.dot { background: #d7ab7e; border-color: #d7ab7e; color: #fff; }
.contact .box1 {
  line-height: 18px;
  padding: 48px 0 0;
  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 .context img {
  max-width: 100%;
}
.contact .box2 #map1_container,
.contact .box2 #allmap1 {
  width: 100%;
  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 0 0 20px;
  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: #f25930;
  width: 280px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 50px;outline:none;
}
.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: 0.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 0.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: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out 0.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 0.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: 0.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 0.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: 0 -35px;
  margin-top: 35px;
  transition: ease-in-out 0.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: 0;
}
.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}
.map_ul .list-inline li a:hover {
  background: #d7ab7e;
  color: #fff;
  border: 1px solid #d7ab7e;
}
.erro {
  text-align: center;
  padding-bottom: 50px;
}

.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: #1152b8;
}
.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 0.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: #f25930;
  margin: 0 19px;
  border: 2px solid #f25930;
  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 .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: 0;
  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: #f25930;
}
.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 .box1.case_show .slideBox .bd img {
  width: 400px;
  height: 533px;
}
.page_product .box1.case_show .slideBox {
  width: 400px;
  height: 533px;
  margin-left: 100px;
}
.page_product .box1.case_show .box1_right {
  width: 600px;
}
.page_product .box2 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page_product .box2 {
  padding-bottom: 30px;
  line-height: 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 #f25930;
  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: #f25930;
  float: left;
  cursor: default;
}
.box1_right .a a i {
  width: 22px;
  height: 24px;
  background-position: -236px -0px;
  margin-right: 10px;
  margin-top: 5px;
}
.page_product .box3 {
  margin-bottom: 80px;
  padding-top: 47px;
}
.box3.floor_remm .tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 22px;
}
.box3.floor_remm .tit i {
  width: 21px;
  height: 23px;
  background-position: -86px -80px;
  margin-right: 11px;
}
.floor_remm {
  overflow: hidden;
}
.floor_remm ul {
  width: 105%;
}
.floor_remm li {
  float: left;
  background: #fafafa;
  margin-right: 30px;
  width: 380px;
  margin-bottom: 30px;
}
.floor_remm li .img {
  width: 380px;
  height: 380px;
  overflow: hidden;
}
.floor_remm li .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: ease-in-out 0.2s;
}
.floor_remm li .txt {
  background: #fff;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.floor_remm li .txt .left {
  padding-left: 20px;
}
.floor_remm li .txt .right {
  padding-right: 20px;
  line-height: 70px;
}
.floor_remm li .txt .right i {
  width: 14px;
  height: 31px;
  background-position: -53px 0;
  margin-top: 19px;
  transition: ease-in-out 0.2s;
}
.floor_remm li .txt h3 {
  font-size: 16px;
  line-height: 70px;
}
.floor_remm li .txt p {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 2px 15px;
}
.floor_remm li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_remm li:hover .img img {
  transform: scale(1.1);
}
.floor_remm li:hover .txt {
  background: #464646;
}
.floor_remm li:hover .txt h3 {
  color: #fff;
}
.floor_remm li:hover .txt p {
  border-color: #7e7e7e;
  color: #fff;
}
.floor_remm li:hover .txt .right {
  color: #fff;
}
.box3.floor_remm {
  margin-bottom: 80px;
  padding-top: 47px;
}
.box3.floor_remm .tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 22px;
}
.ny_product {
  padding-top: 30px;
}
.img16 {
  overflow: hidden;
  padding-top: 50px;
}
.img16 ul {
  width: 105%;
}
.img16 li {
  float: left;
  margin-bottom: 20px;
  margin-right: 21px;
  transition: ease-in-out 0.2s;
}
.img16 li img {
  width: 282px;
  height: 159px;
  border: 1px solid #e9e9e9;
  display: block;
}
.img16 li:hover img {
  border: 1px solid #1e56ac;
}
.guan_1 {
  background-color: #fff;
  padding: 80px 0;
}
.guan_1 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.guan_1 dl {
  display: inline-block;
  height: 376px;
  margin-top: 56px;
  width: 1200px;
}
.guan_1 dl dt {
  width: 500px;
  height: 375px;
  float: left;
}
.guan_1 dl dt img {
  width: 500px;
  height: 375px;
  display: block;
}
.guan_1 dl dd {
  width: 620px;
  height: 375px;
  float: right;
}
.guan_1 dl dd i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 18px;
}
.guan_1 dl dd h4 {
  font-size: 30px;
  color: #d7ab7e;
  display: block;
  line-height: 30px;
  padding-top: 18px;
}
.guan_1 dl dd b {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ccc;
  margin-top: 36px;
}
.guan_1 dl dd p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 30px;
  padding-top: 30px;
  height: 194px;
}
.guan_1 dl dd a {
  display: block;
  width: 180px;
  height: 36px;
  background-color: #f25930;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.guan_1 dl dd a:hover {
  background-color: #d7ab7e;
}
.guan_2 {
  position: relative;
  background: #f6f6f6;
}
.guan_2 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  padding-top: 72px;
}
.guan_2 .history {
  position: relative;
  padding-top: 60px;
  z-index: 2;
  padding-bottom: 60px;
}
.guan_2 .h_line {
  width: 100%;
  background: url("../images/x7_02.png") no-repeat center top;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 99px;
  z-index: 1;
}
.guan_2 .history .bd {
  overflow: hidden;
}
.guan_2 .history .bd li {
  width: 380px;
  height: 310px;
  float: left;
  margin-right: 30px;
}
.guan_2 .history .bd li a {
  display: block;
  padding: 0 30px;
  text-align: center;
  height: 200px;
  background: #fff;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 13px #e3e3e3;
}
.guan_2 .history .bd li .date {
  font-size: 50px;
  font-family: "ITCAvantGardeStd-Bold";
  line-height: 60px;
  display: block;
  color: #666;
  padding-top: 34px;
}
.guan_2 .history .bd li a i {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.guan_2 .history .bd li a i strong {
  font-size: 24px;
  color: #333;
  font-family: "Arial";
  display: inline-block;
  font-weight: normal;
  padding-right: 4px;
}
.guan_2 .history .bd li.hover i {
  color: #d7ab7e;
}
.guan_2 .history .bd li.hover i strong {
  color: #d7ab7e;
  font-weight: bold;
}
.guan_2 .history .bd li .word {
  color: #333;
  padding-top: 20px;
  line-height: 24px;
  height: 76px;
  overflow: hidden;
}
.guan_2 .history .bd li .sjx {
  width: 28px;
  height: 83px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 200px;
  background: url("../images/x6_05.png") no-repeat center top;
}
.guan_2 .history .bd li.hover a {
  background: #d7ab7e;
}
.guan_2 .history .bd li.hover .date {
  color: #fff;
}
.guan_2 .history .bd li.hover .word {
  color: #fff;
}
.guan_2 .history .bd li.hover .sjx {
  background: url("../images/x6_03.png") no-repeat center top;
}
.guan_2 .history .butn {
  position: absolute;
  top: 130px;
  width: 21px;
  height: 74px;
  display: block;
  cursor: pointer;
}
.guan_2 .history .prev {
  left: -5%;
  background-position: -191px -25px;
}
.guan_2 .history .next {
  right: -5%;
  background-position: -228px -25px;
}
.guan_3 {
  position: relative;
  background: url("../images/x8_02.jpg") center center no-repeat;
  width: 100%;
  height: 468px;
}
.guan_3 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  padding-top: 40px;
}
.guan_3 .guan_3_0 {
  margin-top: 38px;
  height: 350px;
  position: relative;
  width: 1200px;
}
.guan_3 .guan_3_0 .guan_3_1 {
  background: url("../images/x7_03.jpg") center center no-repeat;
  width: 700px;
  height: 275px;
  float: left;
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 2;
}
.guan_3 .guan_3_0 .guan_3_1 p {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  padding-left: 50px;
  padding-top: 58px;
  width: 490px;
}
.guan_3 .guan_3_0 .guan_3_2 {
  background: url("../images/x6_03.jpg") center center no-repeat;
  width: 650px;
  height: 350px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.guan_4 {
  background-color: #fff;
  padding-bottom: 130px;
}
.guan_4 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  padding-top: 80px;
}
.guan_4 .guan_4_0 {
  position: relative;
  margin-top: 50px;
}
.guan_4 .guan_4_0 .hd .icon {
  position: absolute;
  top: 100px;
  width: 21px;
  height: 74px;
  display: block;
  cursor: pointer;
}
.guan_4 .guan_4_0 .prev {
  left: -5%;
  background-position: -191px -25px;
}
.guan_4 .guan_4_0 .next {
  right: -5%;
  background-position: -228px -25px;
}
.guan_4 .guan_4_0 .bd {
  width: 1200px;
}
.guan_4 .guan_4_0 .bd ul {
  display: inline-block;
}
.guan_4 .guan_4_0 .bd ul li {
  width: 256px;
  height: 228px;
  float: left;
  margin-right: 32px;
  padding: 9px;
  border: #ddd solid 1px;
  text-align: center;
}
.guan_4 .guan_4_0 .bd ul li img {
  display: block;
  width: 256px;
  height: 192px;
}
.guan_4 .guan_4_0 .bd ul li p {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
}
.guan_4 .guan_4_0 .bd ul li:hover {
  border: #f25930 solid 1px;
}
.guan_4 .guan_4_0 .bd ul li:hover p {
  color: #f25930;
}
.baojiabox {
  padding: 0;
  margin-bottom: 34px;
  margin-top: 34px;
  box-shadow: 0 1px 20px #e2e2e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.baojiabox .img {
  width: 840px;
  height: 260px;
  position: relative;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.baojiabox .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.baojiabox .img .txt {
  position: absolute;
  left: -30px;
  top: 70px;
  width: 600px;
  padding-left: 130px;
}
.baojiabox .img .txt p {
  color: #fff;
  font-size: 24px;
}
.baojiabox .img .txt strong {
  font-size: 34px;
  line-height: 34px;
  padding: 5px 0;
  display: block;
}
.baojiabox .img .txt b {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  vertical-align: middle;
  padding-right: 5px;
  font-family: "AVGARDD";
  display: block;
}
.baojiabox .img .txt .shus {
  width: 116px;
  height: 112px;
  background: url("../images/10s.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.baojiabox .baojia {
  width: 360px;
  position: relative;
  padding-top: 10px;
}
.baojiabox .baojia p {
  font-size: 17px;
  text-align: center;
  padding: 10px 0 15px;
}
.baojiabox .baojia p b {
  color: #d7ab7e;
}
.baojiabox .baojia .item {
  width: 300px;
  margin: 0 auto 16px;
}
.baojiabox .baojia .item .txt {
  border-radius: 5px;
  width: 300px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e5e5e5;
  background: none;
  display: block;
  text-indent: 10px;
  outline: none;
}
.baojiabox .baojia .btn {
  width: 300px;
  height: 48px;
  margin: 0 auto;
}
.baojiabox .baojia .btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  border: 0 none;
  background: #f25930;
  color: #fff;
  font-size: 20px;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.baojiabox .baojia .btn input:hover {
  background: #b63b1a;
}
.pei_main {
  background: #f5f5f5;
  padding: 50px 0 93px;
}
.pei_main .pei {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  width: 1138px;
  margin: 0 auto;
  border-radius: 10px;
}
.pei_main .pei .left {
  width: 550px;
  height: 705px;
}
.pei_main .pei .left img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pei_main .pei .right {
  width: 540px;
}
.pei_main .pei .right h3 {
  font-size: 30px;
  color: #333;
  line-height: 80px;
}
.pei_main .pei .right .tit {
  margin-top: 16px;
}
.pei_main .pei .right .tit .fl {
  width: 129px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #d7ab7e;
  border-radius: 0 15px 0 0;
  font-size: 16px;
}
.pei_main .pei .right .tit .fr a {
  color: #999;
  line-height: 30px;
}
.pei_main .pei .right .con {
  background: #f4f4f4;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 0 0 10px 10px;
}
.pei_main .pei .right .con a {
  display: block;
  width: 25%;
  float: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.pei_main .pei .right .con a i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 2px solid #d7ab7e;
  float: left;
  margin-top: 11px;
  margin-right: 10px;
}
.pei_main .pei2 {
  margin-top: 27px;
}
.pei_main .pei2 .left {
  width: 535px;
  height: 477px;
  float: right;
}
.pei_main .pei2 .right {
  float: left;
}

/*prolist*/
.prolist .item {
  margin: 0 26px 26px 0;
  position: relative;border:#e5e5e5 solid 1px;
  transition: all ease 300ms; text-align:center;
  overflow: hidden;width:278px; float:left; height:334px; overflow:hidden; text-align:center;
}
.prolist .item a {
  display: block;
  width: 100%;
}
.prolist .item img {
  width: 264px;
  height: 264px; display:block; margin-left:6px;
  border:#e5e5e5 solid 1px; margin-top:6px;
}
.prolist .item h3 {
  height: 64px;
  font-size: 16px;
  color: #333; font-weight:normal;
  line-height: 64px;
  overflow: hidden;
  transition: all ease 300ms;
}
.prolist .item h3 span {
  width: 110px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #f95927;
  color: #f95927;
  text-align: center;
  transition: all ease 300ms;
}
.prolist .item h3 span s {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-position: -120px -78px;
}
/*.prolist .item .xcx {
  width: 140px;
  position: absolute;
  left: 66px;
  top: 0;
  padding: 0 0 12px;
  background: #fff;
   overflow:hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
transition: all .6s ease 0s;
transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
}*/
.prolist .item:hover .xcx{    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.prolist .item .xcx span {
  padding: 10px 0 10px;
  line-height: 22px;
  color: #282f76;
  display: block;
  text-align: center;
}
.prolist .item .xcx img {
  width: 106px;
  height: 106px;
  border-radius: 10%;
  display: block;
  margin: 0 auto; margin-top:10px; margin-bottom:10px;
  border-bottom: 0px;
}
.prolist .item:hover h3 span {
  background: #f95927;
  color: #fff;
}
.prolist .item:hover h3 span s {
  background-position: -142px -78px;
}





.prolist .item .xcx {
  width: 100%;
  height: 242px;
  z-index: 10;
  padding-top: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/black20.png) repeat 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
  left: 20%;
}
.prolist .item .xcx span {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 10;
  font-size: 16px;
  color: #333;
}
.prolist .item .xcx img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover h3 span {
  background: #f95927;
  color: #fff;
}
.prolist .item:hover h3 span s {
  background-position: -142px -78px;
}
.prolist .item:hover .xcx {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.prolist {
  width: 106%;
  position: relative;
}
.prolist .item { border:#e5e5e5 solid 1px; text-align:center;
  margin-right: 26px;background: #fff;
}
.product_list{overflow:hidden;}
.bgfff {
      width: 1060px;
    padding: 50px 80px 50px;
  border: 1px solid #dddddd;
  background: #fff;
}
.showPro .show-tit {
  font-size: 20px;
  color: #d7ab7e;
  font-weight:normal;
 
}
.showPro .showContxt {
  padding: 18px 2px 30px;
  line-height: 26px;
}
.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;display: block;
    margin: 0 auto;
}
.showPro .showimgCon {
  padding: 20px 0 30px;
}
.showPro .showimgCon .txtcon {
    width: 520px;
    float: left;
    margin-left: 60px;
    position: relative;
    height: 480px;
}
.showPro .showimgCon .txtcon .tit {
  font-size: 26px;
}
.showPro .showimgCon .txtcon .price {
  font-size: 34px;
  margin-bottom: 15px;
  color: #d7ab7e;
  font-family: MyCustomFont;
  margin-top: 15px;
}
.showPro .showimgCon .txtcon .xcxm {
  width: 230px;
  border: 1px solid #dddddd;
  border-radius: 6px;text-align:center;
}
.showPro .showimgCon .txtcon .xcxm img {
  width: 230px;
  height: 230px;
  display: block;
  border-radius: 6px;
  
}
.showPro .showimgCon .txtcon .xcxm span {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  display: block;
}
.showPro .showimgCon .txtcon .tel a{
  position: absolute;
  height: 45px;
  line-height: 45px;
  text-align: center;
  right:20px;
  bottom: 0;
  width: 238px;
  color: #fff;
  border-radius: 2px; background-color:#d7ab7e;
}
.showPro .showimgCon .txtcon .tel a:first-child{left:0;right:auto;}
.showPro .showimgCon .txtcon .tel a:hover{ background-color:#b27435;}
.showPro .showimgCon .txtcon .tel s {
  width: 22px;
  height: 22px;
  background-position: -166px -75px;
}
.showPro .showimg {
  width: 480px;
  position: relative;
  float: left;
  overflow: hidden; height:480px;
}
.showPro .showimg .bigimg {
  width: 480px;
  height: 480px;
  display: block;
  position: relative;
}
.showPro .showimg .bigimg ul {
  width: 500%;
}
.showPro .showimg .bigimg ul li {
  width: 480px;
  height: 480px;
}
.showPro .showimg .bigimg ul img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showPro .showimg .smallimg {
  width: 480px;
  height: 94px;
  padding-top: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  background: url(../images/black50.png) repeat 0 0;
}
.showPro .showimg .sma {
  width: 390px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showPro .showimg .listcon {
  width: 300% !important;
  position: relative;
}
.showPro .showimg .prev,
.showPro .showimg .next {
  width: 20px;
  height: 84px;
  z-index: 10;
  position: absolute;
  top: 11px;
  cursor: pointer;
  background: #ffffff url(../images/btn-ico2.png) no-repeat 0 center;
}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #ddd;
}
.showPro .showimg .prev {
  left: 10px;
  background-position: 7px center;
}
.showPro .showimg .next {
  right: 10px;
  background-position: -39px center;
}
.showPro .showimg .sma li {
  width: 84px;
  height: 84px;
  margin-right: 16px;
  float: left;
  cursor: pointer;
  position: relative;
}
.showPro .showimg .bigimg li {
  width: 480px;
  height: 480px;
}
.showPro .showimg .bigimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showPro .showimg .sma li img {
  width: 100%;
  height: 100%;
  display: block;
}
.showPro .showimg .sma li.on {
  width: 80px;
  height: 80px;
  border: 2px solid #d7ab7e;
}