@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "Arial";
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  min-height: 100%;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #d4975c;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*header*/
.header_main {
  width: 100%;
  height: 78px;
  line-height: 78px;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  background: #393939;
}
.header_main .logo {
  width: 150px;
  height: 78px;
  position: absolute;
  left: 45px;
  top: 0;
  overflow: hidden;
  display: block;
}
.header_main .logo img {
  max-width: 100%;
  height: 78px;
  display: block;
}
.header_main .search-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 78px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 86px;
  height: 53px;
  margin-top: 0;
  padding-top: 25px;
  background: #d4975c;
}
.header_main .search-box .butn i {
  width: 26px;
  height: 26px;
  display: block;
  background-position: -60px 0;
  margin: 0 auto;
}
.header_main .search-box .butn.hov i {
  background-position: -150px 3px;
}
.header_main .search-box .share-sub {
  position: absolute;
  right: 86px;
  top: 15px;
  width: 0;
  height: 48px;
  overflow: hidden;
  background: #ededed;
  border-radius: 0;
}
.header_main .search-box .share-sub .sub-btn {
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  background-position: -154px -108px;
}
.header_main .search-box .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 14px 10px;
  color: #666;
  border: none;
  background: #ededed;
  outline: none;
}
.header_main .nav_main {
  width: 100%;
  text-align: center;
  height: 78px;
  font-size: 0;
  line-height: 0px;
  margin-left: 30px;
}
.header_main .nav_main li {
  margin: 0 44px;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 78px;
}
.header_main .nav_main li a {
  height: 58px;
  display: block;
  padding: 20px 12px 0;
  line-height: 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
.header_main .nav_main li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: arial;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d4975c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #d4975c;
}
.header_main .nav_main .sub-box {
  background-color: #333333;
  width: 170px;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 78px;
  display: none;
}
.header_main .nav_main .sub-box a {
  color: #fff !important;
  line-height: 35px;
  height: 35px;
  letter-spacing: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #444;
}
.header_main .nav_main .sub-box a:hover {
  background: #d4975c;
  color: #fff;
}
@media (max-width: 1600px) {
  .header_main {
    top: 0;
  }
  .header_main .logo {
    left: 10px;
  }
  .header_main .nav_main li {
    margin: 0 28px;
  }
}
@media (max-width: 1366px) {
  .header_main {
    top: 0;
  }
  .header_main .logo {
    left: 10px;
  }
  .header_main .nav_main li {
    margin: 0 20px;
  }
}
@media (max-width: 800px) {
  .header_main {
    top: 0;
  }
  .header_main .logo {
    left: 0;
  }
  .header_main .nav_main li {
    margin: 0 5px;
  }
}
/*icopyright*/
.copyright {
  width: 100%;
  height: 66px;
  line-height: 66px;
  color: #b0aeae;
  border-top: 1px solid #d2d2d2;
  background: #fff;
}
.copyright img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 50px;
}
.copyright span {
  float: left;
  display: inline-block;
}
.copyright .a2 {
  float: right;
}
.copyright a {
  color: #b0aeae;
}
.copyright a:hover {
  color: #d4975c;
}
/*******************index css*********************/
html {
  height: 100%;
}
.index_body {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.index_body .section_con {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
}
.index_body .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
}
.index_body #fp-nav {
  position: fixed;
  height: 160px;
  z-index: 100;
  right: 12px;
  margin-top: -80px !important;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  background: url(../images/inavli.png) no-repeat right 9px;
}
.index_body #fp-nav li {
  display: block;
  width: 96px;
  height: 19px;
  margin: 0 0 28px;
  position: relative;
}
.index_body #fp-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  right: -8px;
  transition: all ease 300ms;
  background-position: center right;
}
.index_body #fp-nav li a.active {
  background: url(../images/inavli_hover.png) no-repeat center right;
}
.index_body #fp-nav li .fp-tooltip {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  right: -8px;
  top: 0;
  z-index: 8;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #d4975c;
  font-size: 12px;
  line-height: 19px;
  transition: none;
}
.index_body #fp-nav li .fp-tooltip.addc {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index_body #fp-nav li:hover .fp-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index_body #fp-nav li:nth-child(1) {
  margin-bottom: 29px;
}
.index_body #fp-nav li:nth-child(2) {
  margin-bottom: 32px;
}
.index_body #fp-nav li:nth-child(3) {
  margin-bottom: 22px;
}
.index {
  height: 100%;
  /**************banner***********/
}
.index .section .opacity {
  opacity: 0;
}
.index .main_banner {
  background: #fff;
}
.index .banner {
  width: 100%;
  min-width: 1000px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.index .banner .list {
  width: 100%;
}
.index .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.index .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.index .banner li a {
  width: 100%;
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .banner .tip {
  width: 100%;
  height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 11110;
}
.index .banner .tip span {
  width: 6px;
  height: 6px;
  margin: 0 9px;
  border: 2px solid #d4975c;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 100%;
}
.index .banner .tip span.cur {
  background: #d4975c;
}
.index .banner .prev,
.index .banner .next {
  width: 68px;
  height: 70px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  transition: none;
  background: url(../images/banner-btn.png) no-repeat 0 center;
}
.index .banner .prev {
  left: 6%;
  background-position: 0 center;
}
.index .banner .next {
  right: 6%;
  background-position: -132px 0;
}
.index .indexQuick {
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 110;
  text-align: center;
}
.index .indexQuick li {
  width: 245px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  vertical-align: top;
  line-height: 23px;
  text-align: center;
}
.index .indexQuick li a {
  width: 100%;
  display: block;
}
.index .indexQuick li .bg {
  width: 128px;
  height: 105px;
  padding-top: 23px;
  display: block;
  margin: 0 auto 20px;
  background: url(../images/iquick-li.png) no-repeat center center;
}
.index .indexQuick li .bg s {
  width: 70px;
  height: 70px;
  transition: all ease 300ms;
  display: block;
  margin: 0 auto;
  background: url(../images/indexQuick-ico.png) no-repeat 6px 10px;
}
.index .indexQuick li h3 {
  font-size: 18px;
}
.index .indexQuick li .en {
  font-family: arial;
  color: #999999;
}
.index .indexQuick li:hover h3,
.index .indexQuick li:hover .en {
  color: #d4975c;
}
.index .indexQuick li.a2 .bg s {
  background-position: 6px -75px;
}
.index .indexQuick li.a2:hover .bg s {
  background-position: -87px -75px;
}
.index .indexQuick li.a3 .bg s {
  background-position: 6px -162px;
}
.index .indexQuick li.a3:hover .bg s {
  background-position: -87px -162px;
}
.index .indexQuick li.a4 .bg s {
  background-position: 6px -244px;
}
.index .indexQuick li.a4:hover .bg s {
  background-position: -87px -244px;
}
.index .indexQuick li:hover .bg {
  background-image: url(../images/iquick-lihover.png);
}
.index .indexQuick li:hover .bg s {
  background-position: -87px 10px;
}
@media (max-width: 1600px) {
  .index .indexQuick {
    bottom: 10px;
  }
  .index .indexQuick li {
    margin: 0 10px;
  }
}
@media (max-width: 1366px) {
  .index .indexQuick {
    bottom: 0;
  }
  .index .indexQuick li {
    margin: 0 10px;
  }
}
.index .inews .line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  right: 50%;
  margin-right: 225px;
  background: #e5e5e5;
}
.index .inews .section_con {
  height: 750px;
  margin-top: -375px;
}
.index .inews .section_con .morebtn {
  width: 330px;
  height: 50px;
  transition: all ease 300ms;
  line-height: 50px;
  text-align: center;
  background: #e0c7a3;
  font-size: 16px;
  color: #333333;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-radius: 30px;
  margin-left: -115px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.index .inews .section_con .morebtn:hover {
  background: #d4975c;
  color: #fff;
}
.index .inews .title {
  width: 100%;
  margin-bottom: 14px;
}
.index .inews .title .tab {
  width: 60%;
  float: right;
  text-align: right;
  padding-top: 35px;
}
.index .inews .title .tab span {
  margin-left: 5px;
}
.index .inews .title .tab a.hover {
  color: #d4975c;
}
.index .inews .title_left {
  width: 20%;
  float: left;
}
.index .inews .title_left .en {
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  color: #d4975c;
  text-transform: uppercase;
  line-height: 40px;
}
.index .inews .title_left h3 {
  font-size: 26px;
}
.index .inews .title_left .line2 {
  width: 25px;
  height: 3px;
  display: block;
  background: #d4975c;
  margin-top: 8px;
}
.index .inews .inewsCon_left {
  width: 334px;
  float: left;
}
.index .inews .inewsCon_left .time {
  font-size: 18px;
  color: #b2b2b2;
  padding-top: 10px;
  line-height: 40px;
  font-family: arial;
}
.index .inews .inewsCon_left .time span {
  font-size: 30px;
  margin-right: 6px;
  font-weight: bold;
}
.index .inews .inewsCon_left .tit {
  width: 100%;
  display: block;
  font-size: 18px;
  margin: 14px 0 20px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  transition: all ease 300ms;
}
.index .inews .inewsCon_left .img {
  width: 334px;
  height: 251px;
  display: block;
  overflow: hidden;
}
.index .inews .inewsCon_left .img img {
  width: 100%;
  height: 251px;
  display: block;
  transition: all .5s;
}
.index .inews .inewsCon_left .img:hover img {
  transform: scale(1.04);
}
.index .inews .inewsCon_left .txt {
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  color: #888888;
  margin-top: 15px;
}
.index .inews .inewsCon_left .more {
  width: 82px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #d4975c;
  margin-top: 24px;
  border-bottom: 1px solid #d4975c;
  display: block;
  transition: all ease 300ms;
}
.index .inews .inewsCon_left .more:hover {
  width: 100px;
}
.index .inews .inewsCon_right {
  width: 790px;
  float: right;
}
.index .inews .inewsCon_right .item {
  width: 100%;
  display: block;
  padding: 18px 0;
}
.index .inews .inewsCon_right .item .time {
  width: 141px;
  font-size: 20px;
  padding-top: 42px;
  line-height: 40px;
  font-family: arial;
  color: #b2b2b2;
}
.index .inews .inewsCon_right .item .time span {
  font-size: 30px;
  line-height: 45px;
  display: block;
  color: #666;
  font-weight: bold;
  transition: all ease 300ms;
}
.index .inews .inewsCon_right .item img {
  width: 215px;
  height: 161px;
  display: block;
  margin-right: 25px;
  transition: all ease 300ms;
}
.index .inews .inewsCon_right .item h3 {
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 25px 20px 0 0;
  margin-bottom: 16px;
  transition: all ease 300ms;
  font-weight: bold;
}
.index .inews .inewsCon_right .item .txt {
  color: #888888;
  line-height: 26px;
  height: 52px;
  padding-right: 25px;
  overflow: hidden;
}
.index .inews .inewsCon_right .item:hover h3 {
  color: #d4975c;
}
.index .inews .inewsCon_right .item:hover img {
  filter: brightness(104%);
}
.index .inews .inewsCon_right .item:hover .time span {
  color: #d4975c;
}
@media (max-width: 1600px) {
  .index .inews .section_con {
    height: 600px;
    margin-top: -265px;
  }
  .index .inews .section_con .morebtn {
    bottom: 0;
  }
  .index .inews .inewsCon_left .tit {
    margin: 5px 0 10px;
    font-weight: bold;
  }
  .index .inews .inewsCon_left .img {
    height: 180px;
  }
  .index .inews .inewsCon_left .txt {
    line-height: 22px;
    height: 66px;
  }
  .index .inews .inewsCon_left .more {
    margin-top: 5px;
  }
  .index .inews .inewsCon_right .item {
    padding: 12px 0 13px;
  }
  .index .inews .inewsCon_right .item img {
    width: 150px;
    height: 120px;
  }
  .index .inews .inewsCon_right .item h3 {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .index .inews .inewsCon_right .item .time {
    padding-top: 18px;
  }
}
@media (max-width: 1366px) {
  .index .inews .section_con {
    height: 480px;
    margin-top: -190px;
  }
  .index .inews .section_con .morebtn {
    bottom: 20px;
    height: 40px;
    line-height: 40px;
  }
  .index .inews .title {
    margin-bottom: 5px;
  }
  .index .inews .title .tab {
    padding-top: 8px;
  }
  .index .inews .title_left .en {
    display: none;
  }
  .index .inews .inewsCon_left .tit {
    margin: 0 0 10px;
  }
  .index .inews .inewsCon_left .img {
    height: 150px;
    position: relative;
  }
  .index .inews .inewsCon_left .img img {
    position: absolute;
    top: -40px;
  }
  .index .inews .inewsCon_left .txt {
    line-height: 22px;
    height: 66px;
    margin-top: 6px;
  }
  .index .inews .inewsCon_left .more {
    margin-top: 10px;
  }
  .index .inews .inewsCon_right .item {
    padding: 12px 0 12px;
  }
  .index .inews .inewsCon_right .item img {
    width: 133px;
    height: 100px;
  }
  .index .inews .inewsCon_right .item h3 {
    padding-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index .inews .inewsCon_right .item .txt {
    line-height: 22px;
    height: 44px;
  }
  .index .inews .inewsCon_right .item .time {
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .index .inews .inewsCon_right .item .time span {
    font-size: 22px;
  }
}
.index .icase {
  width: 100%;
  height: 100%;
  background: url(../images/icasebg.jpg) no-repeat center center;
  background-size: cover;
}
.index .icase .section_con {
  width: 1536px;
  height: 740px;
  margin-top: -340px;
  margin-left: -768px;
}
.index .icase .item {
  width: 486px;
  float: left;
  margin-left: 39px;
}
.index .icase .item:first-child {
  margin-left: 0;
}
.index .icase .item .img {
  width: 486px;
  height: 648px;
  display: block;
  position: relative;
  overflow: hidden;
}
.index .icase .item .img img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index .icase .item .img .bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: url(../images/icase_li_bg.png) repeat 0 0;
}
.index .icase .item .img .bg2 {
  width: 100%;
  min-height: 100%;
  height: 60%;
  transition: all ease 300ms;
  padding-top: 55%;
  position: absolute;
  left: -50%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 5;
  background: url(../images/black50.png) repeat 0 0;
}
.index .icase .item .img .bg2 s {
  width: 67px;
  height: 67px;
  display: block;
  margin: 0 auto 10px;
  background-position: 0 -34px;
}
.index .icase .item .img .txt1 {
  width: 101%;
  height: 103px;
  position: absolute;
  transition: all ease 300ms;
  left: 0;
  bottom: -120px;
  z-index: 6;
  background: #d3ad89;
  color: #fff;
}
.index .icase .item .img .txt1 s {
  width: 45px;
  height: 15px;
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -22px;
  background-position: -95px 0;
}
.index .icase .item .img .txt1 .num {
  color: #fff;
  float: left;
  display: block;
  font-family: arial;
  letter-spacing: -2px;
  padding-top: 22px;
  font-size: 64px;
  line-height: 64px;
  margin: 0 10px;
}
.index .icase .item .img .txt1 p {
  color: #e9e9e9;
  font-size: 16px;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.index .icase .item .img .txt1 h3 {
  padding: 25px 0 0;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 3px;
}
.index .icase .item .txt2 {
  width: 100%;
  margin-top: 16px;
  display: block;
  padding: 20px 0 0 0;
  border-top: 2px solid #e0c7a3;
}
.index .icase .item .txt2 h3 {
  font-size: 24px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-weight: bold;
  padding: 0 10px;
  color: #333;
}
.index .icase .item .txt2 .en {
  color: #888888;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
}
.index .icase .item:hover .img .bg2 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .icase .item:hover .img .txt1 {
  bottom: 0;
}
@media (max-width: 1600px) {
  .index .icase .section_con {
    height: 650px;
    width: 1360px;
    margin-left: -680px;
    margin-top: -260px;
  }
  .index .icase .item {
    width: 400px;
    margin-left: 80px;
  }
  .index .icase .item .img {
    width: 400px;
    height: 480px;
  }
  .index .icase .item .img img {
    height: 533px;
  }
  .index .icase .item .img .bg2 {
    padding-top: 40%;
    height: 65%;
  }
}
@media (max-width: 1366px) {
  .index .icase .section_con {
    height: 500px;
    width: 1200px;
    margin-left: -600px;
    margin-top: -190px;
  }
  .index .icase .item {
    width: 300px;
    margin-left: 148px;
  }
  .index .icase .item .img {
    width: 300px;
    height: 380px;
  }
  .index .icase .item .img img {
    height: 400px;
  }
  .index .icase .item .img .bg2 {
    padding-top: 40%;
    height: 65%;
  }
  .index .icase .item .img .txt1 {
    height: 80px;
  }
  .index .icase .item .img .txt1 .num {
    font-size: 30px;
    padding-top: 10px;
  }
  .index .icase .item .img .txt1 h3 {
    font-size: 16px;
    padding: 16px 0 0;
    height: 22px;
    line-height: 22px;
  }
  .index .icase .item .img .txt1 p {
    height: 22px;
    line-height: 22px;
  }
  .index .icase .item .txt2 {
    padding-top: 5px;
    margin-top: 10px;
  }
  .index .icase .item .txt2 h3 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
  .index .icase .item .txt2 .en {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
  }
}
.index .icontact {
  width: 100%;
  height: 100%;
  background: url(../images/icontactbg.jpg) no-repeat center center;
  background-size: cover;
}
.index .icontact .section_con {
  width: 1200px;
  height: 580px;
  margin-top: -260px;
  margin-left: -600px;
}
.index .icontact .title {
  padding: 0 20px 25px;
  border-bottom: 1px solid #929292;
}
.index .icontact .title .tel {
  width: 390px;
  float: right;
  line-height: 22px;
  padding-top: 15px;
}
.index .icontact .title .tel s {
  width: 58px;
  height: 58px;
  display: block;
  background-position: 0 -111px;
  float: left;
  margin-right: 12px;
}
.index .icontact .title .tel span {
  color: #d4975c;
  font-size: 20px;
  display: block;
  height: 23px;
  line-height: 23px;
}
.index .icontact .title .tel strong {
  font-size: 30px;
  line-height: 34px;
  display: block;
}
.index .icontact .title_left {
  width: 40%;
  float: left;
}
.index .icontact .title_left .en {
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  color: #d4975c;
  text-transform: uppercase;
  line-height: 40px;
}
.index .icontact .title_left h3 {
  font-size: 26px;
}
.index .icontact .title_left .line2 {
  width: 25px;
  height: 3px;
  display: block;
  background: #d4975c;
  margin-top: 8px;
}
.index .icontact .ewmBox {
  padding-top: 112px;
}
.index .icontact .ewmBox .item {
  width: 600px;
  float: left;
}
.index .icontact .ewmBox .item img {
  width: 183px;
  height: 183px;
  display: block;
  float: left;
  margin-right: 10px;
}
.index .icontact .ewmBox .item h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px solid #aaa;
  padding: 5px 0 26px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.index .icontact .ewmBox .item h3 s {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 8px;
  background-position: -80px -109px;
}
.index .icontact .ewmBox .item p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 265px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  padding-top: 16px;
}
.index .icontact .bcontact {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  border-radius: 40px;
  height: 80px;
  line-height: 80px;
  background: #e0c7a3;
}
.index .icontact .bcontact li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333333;
  margin: 0 18px;
}
.index .icontact .bcontact li s {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  background-position: -78px -36px;
}
.index .icontact .bcontact li.a2 s {
  background-position: -135px -36px;
}
.index .icontact .bcontact li.a3 s {
  background-position: -192px -36px;
}
@media (max-width: 1600px) {
  .index .icontact .section_con {
    height: 490px;
    margin-top: -250px;
  }
  .index .icontact .ewmBox {
    padding: 60px 0 0;
  }
}
@media (max-width: 1366px) {
  .index .icontact .section_con {
    height: 390px;
    width: 1200px;
    margin-left: -600px;
    margin-top: -190px;
  }
  .index .icontact .title {
    padding-bottom: 15px;
  }
  .index .icontact .ewmBox {
    padding: 28px 0 0;
  }
  .index .icontact .bcontact {
    height: 54px;
    line-height: 54px;
  }
}
#fullpage {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
#fullpage .godown {
  width: 40px;
  height: 21px;
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 20px;
  margin-left: -23px;
  background-position: -130px -158px;
  -webkit-animation: start 1.5s infinite ease-in-out;
}
#fullpage #page2 .godown,
#fullpage #page3 .godown {
  background-position: -133px -184px;
}
#fullpage .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .fp-slide {
  float: left;
  height: 100%;
  margin: 0;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
#fullpage .fp-slide,
#fullpage .fp-slidesContainer {
  height: 100%;
  display: block;
}
#fullpage .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#fullpage .fp-section.fp-table,
#fullpage .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#fullpage .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#fullpage .fp-slidesContainer {
  float: left;
  position: relative;
}
#fullpage .fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -49px;
  width: 59px;
  height: 98px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: url(../images/icon.png) no-repeat 0 0;
}
#fullpage .fp-controlArrow.fp-prev {
  left: 90px;
}
#fullpage .fp-controlArrow.fp-next {
  right: 90px;
  background-position: -62px 0;
}
#fullpage .fp-scrollable {
  overflow: scroll;
}
#fullpage .fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fullpage .fp-auto-height.fp-section,
#fullpage .fp-auto-height .fp-slide,
#fullpage .fp-auto-height .fp-tableCell {
  height: auto !important;
}
/***********category css*************/
.shareNew {
  padding-bottom: 20px;
}
.sitepath {
  height: 116px;
  line-height: 116px;
  margin-bottom: 28px;
  background: #f8f8f8;
  position: relative;
  color: #999999;
  white-space: nowrap;
  z-index: 20;
}
.sitepath .w1200 {
  position: relative;
}
.sitepath a {
  color: #999999;
}
.sitepath a:hover {
  color: #d4975c;
}
.sitepath .nyTit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 181px;
  z-index: 18;
  text-align: center;
  background: url(../images/nyTitbg.jpg) no-repeat center top;
  color: #fff;
  line-height: 24px;
}
.sitepath .nyTit h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  padding-top: 57px;
}
.sitepath .nyTit .en {
  text-transform: uppercase;
  font-size: 14px;
  font-family: arial;
}
.menu {
  padding-bottom: 10px;
}
.menu a {
  width: 159px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all ease 300ms;
  background: #f8f8f8;
  color: #333333;
}
.menu a:hover,
.menu a.hover {
  background: #ffffff;
  border-color: #d4975c;
  color: #d4975c;
}
.nybanner {
  width: 100%;
  height: 330px;
  color: #fff;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 32px;
  line-height: 32px;
  float: left;
  color: #666;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin-left: 20px;
}
.pager ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 36px;
  margin-left: 7px;
  padding: 0 14px;
  transition: all ease 300ms;
  color: #666;
  text-decoration: none;
  float: left;
  background: #fff;
}
.pager ul a.current,
.pager ul a:hover {
  background-color: #d4975c;
  border-color: #d4975c;
  color: #fff;
}
.leftNav {
  width: 170px;
  float: left;
  padding-bottom: 70px;
}
.leftNav .item {
  width: 100%;
}
.leftNav .item .n1 {
  padding: 0 6px 0 10px;
  margin-bottom: 8px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  display: block;
}
.leftNav .item .n1 s {
  width: 14px;
  height: 15px;
  margin-right: 8px;
  background-position: -260px -35px;
}
.leftNav .item .n1 span {
  display: block;
  margin-top: 16px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.leftNav .item .box {
  padding: 0 0 8px;
  display: none;
}
.leftNav .item .box a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
}
.leftNav .item .box a span {
  margin-right: 10px;
  color: #e0c7a3;
  font-weight: bold;
}
.leftNav .item .box a:hover,
.leftNav .item .box a.hover {
  color: #d4975c;
  font-weight: bold;
}
.leftNav .item.hover .n1,
.leftNav .item:hover .n1 {
  background: #cfb38c;
  color: #fff;
}
.leftNav .item.hover .n1 s,
.leftNav .item:hover .n1 s {
  background-position: -244px -35px;
}
.leftNav .item.hover .box,
.leftNav .item:hover .box {
  display: block;
}
.wrapper {
  padding: 78px 0 0;
}
.wrapper .noinfor {
  padding: 20px 0 60px;
  text-align: left;
  color: red;
}
.wrapper .content {
  width: 992px;
  float: right;
  padding-bottom: 60px;
  overflow: hidden;
}
/*****singlePage*****/
.singlePage .txtcon {
  padding: 20px 0 60px;
}
.gridlist {
  width: 105%;
}
.gridlist .item {
  width: 310px;
  padding-bottom: 26px;
  transition: all ease 300ms;
  margin: 0 30px 23px 0;
  float: left;
  position: relative;
  background: #f8f8f8;
}
.gridlist .item a {
  display: block;
  width: 100%;
}
.gridlist .item img {
  width: 310px;
  height: 233px;
  margin-bottom: 25px;
  display: block;
  transition: all ease 300ms;
}
.gridlist .item h3 {
  font-size: 18px;
  padding: 0 16px;
  line-height: 28px;
  transition: all ease 300ms;
  height: 56px;
  overflow: hidden;
}
.gridlist .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 0 16px;
  margin: 15px 0 10px;
}
.gridlist .item .time {
  display: block;
  font-size: 12px;
  color: #999999;
  padding: 0 16px;
}
.gridlist .item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.gridlist .item:hover h3 {
  color: #d4975c;
}
.gridlist .item:hover img {
  filter: brightness(105%);
}
.gridlist.gridlistc .item h3 {
  text-align: center;
}
.gridlist.gridlist11 .item {
  padding-bottom: 10px;
  width: 226px;
}
.gridlist.gridlist11 .item img {
  width: 226px;
  height: 226px;
}
.gridlist.gridlist11 .item h3 {
  height: 28px;
}
.gridlist.gridlist11 .item .txt {
  height: 24px;
  margin-top: 6px;
}
/*****picturePage******/
/*****aboutPage*****/
.aboutPage {
  line-height: 32px;
}
.aboutPage .title .en {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.aboutPage .title h3 .left,
.aboutPage .title h3 .right {
  width: 67px;
  height: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  vertical-align: middle;
}
.aboutPage .title h3 strong {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.aboutPage .floor_1 {
  width: 100%;
  height: 650px;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
  background: url(../uploadfile/iaboutbg.jpg) no-repeat center top;
}
.aboutPage .floor_1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/wl.png) repeat 0 0;
}
.aboutPage .floor_1 .title {
  padding-top: 168px;
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}
.aboutPage .floor_1 .txt {
  width: 862px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
}
.aboutPage .floor_1 .more {
  width: 210px;
  height: 44px;
  line-height: 44px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  transition: all ease 300ms;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
}
.aboutPage .floor_1 .more:hover {
  background: #fff;
  color: #d4975c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.aboutPage .floor_2 {
  width: 100%;
  height: 610px;
  color: #999999;
  position: relative;
  text-align: center;
  display: block;
  background: url(../images/iculturebg.jpg) no-repeat center bottom;
}
.aboutPage .floor_2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icase_li_bg.png) repeat 0 0;
}
.aboutPage .floor_2 .title {
  padding-top: 92px;
  margin-bottom: 55px;
  position: relative;
  z-index: 10;
}
.aboutPage .floor_2 .title .en {
  color: #d4975c;
}
.aboutPage .floor_2 .title .left,
.aboutPage .floor_2 .title .right {
  background: #d4975c;
}
.aboutPage .floor_2 .title strong {
  color: #333333;
}
.aboutPage .floor_2 .txt {
  width: 960px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}
.aboutPage .floor_2 .more {
  width: 322px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  transition: all ease 300ms;
  text-align: center;
  border: 3px solid #e0c7a3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background: #e0c7a3;
}
.aboutPage .floor_2 .more:hover {
  background: none;
  color: #d4975c;
}
.aboutPage .floor_3 {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.aboutPage .floor_3 .item {
  width: 50%;
  float: left;
  position: relative;
  height: 340px;
  overflow: hidden;
  background: #fff;
}
.aboutPage .floor_3 .item a {
  width: 100%;
  height: 340px;
  position: relative;
  display: block;
}
.aboutPage .floor_3 .item img {
  width: 960px;
  height: 340px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.aboutPage .floor_3 .item .line {
  position: absolute;
  left: 22px;
  top: 24px;
  right: 22px;
  bottom: 24px;
  border: 1px dashed #d4975c;
  z-index: 4;
  transition: all ease 300ms;
}
.aboutPage .floor_3 .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: #dab47e;
  opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.aboutPage .floor_3 .item .txtcon {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100px;
  z-index: 10;
}
.aboutPage .floor_3 .item .txtcon h3 {
  color: #d4975c;
  font-size: 30px;
  transition: all ease 300ms;
}
.aboutPage .floor_3 .item .txtcon .en {
  font-size: 20px;
  color: #818181;
  font-family: arial;
  text-transform: uppercase;
  transition: all ease 300ms;
}
.aboutPage .floor_3 .item .txtcon .jt {
  margin-top: 20px;
  font-size: 0px;
  line-height: 0;
  height: 32px;
  text-align: center;
}
.aboutPage .floor_3 .item .txtcon .jt s {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #818181;
  background-position: -182px 9px;
  transition: all .5s;
}
.aboutPage .floor_3 .item .txtcon .jt .l {
  width: 0;
  height: 1px;
  margin-right: -18px;
  display: inline-block;
  vertical-align: middle;
  background: #c0c0c0;
  transition: all .5s;
}
.aboutPage .floor_3 .item:hover {
  background: none;
}
.aboutPage .floor_3 .item:hover .bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.aboutPage .floor_3 .item:hover .line {
  border-color: #fff;
}
.aboutPage .floor_3 .item:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aboutPage .floor_3 .item:hover .txtcon h3,
.aboutPage .floor_3 .item:hover .txtcon .en {
  color: #fff;
}
.aboutPage .floor_3 .item:hover .txtcon .jt s {
  border-color: #fff;
  background-position: -214px 9px;
}
.aboutPage .floor_3 .item:hover .txtcon .jt .l {
  width: 380px;
  background: #fff;
}
/*****servicePage******/
.servicePage .item {
  width: 100%;
  height: 490px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.servicePage .item .img {
  width: 50%;
  height: 490px;
  float: left;
  display: block;
  overflow: hidden;
}
.servicePage .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .6s;
}
.servicePage .item .img:hover img {
  transform: scale(1.04);
}
.servicePage .item .txtcon {
  float: left;
  padding: 120px 0 0 190px;
  width: 400px;
}
.servicePage .item .txtcon .en {
  font-size: 40px;
  color: #d4975c;
  line-height: 54px;
  display: block;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
}
.servicePage .item .txtcon h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 4px;
}
.servicePage .item .txtcon .line {
  width: 25px;
  height: 3px;
  display: block;
  background: #d4975c;
  margin: 12px 0 20px;
}
.servicePage .item .txtcon .list {
  line-height: 32px;
}
.servicePage .item .txtcon .list li {
  width: 158px;
  float: left;
}
.servicePage .item .txtcon .list li a {
  width: 100%;
  display: block;
  color: #666;
}
.servicePage .item .txtcon .list li a s {
  display: block;
  float: left;
  margin: 13px 8px 0 0;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #d4975c;
  border-width: 4px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.servicePage .item .txtcon .list li a:hover {
  color: #d4975c;
}
.servicePage .item .txtcon .more {
  width: 128px;
  height: 32px;
  transition: all ease 300ms;
  line-height: 32px;
  text-align: center;
  background: #fff;
  font-size: 12px;
  color: #333333;
  border: 2px solid #e0c7a3;
  display: block;
  margin-top: 25px;
  border-radius: 30px;
}
.servicePage .item .txtcon .more:hover {
  background: #e0c7a3;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.servicePage .item.a2 .txtcon {
  position: absolute;
  left: 50%;
  padding-top: 100px;
  margin-left: -600px;
}
.servicePage .item.a2 .img {
  float: right;
}
/*****contactPage*******/
.contactPage {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.contactPage .mapArea {
  width: 112%;
  height: 100%;
  position: absolute;
  left: -12%;
}
.contactPage .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
}
.contactPage .cTit {
  padding-top: 6px;
  padding-left: 5px;
  margin-bottom: 20px;
}
.contactPage .cTit .en {
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  color: #d4975c;
  text-transform: uppercase;
  line-height: 40px;
}
.contactPage .cTit h3 {
  font-size: 26px;
  padding: 3px 0 5px;
}
.contactPage .cTit .line {
  width: 25px;
  height: 3px;
  display: inline-block;
  background: #d4975c;
  margin-top: 8px;
}
.contactPage .conCon {
  width: 450px;
  height: 376px;
  padding: 40px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -218px 0 0 99px;
  background: #fff;
  z-index: 20;
  border-bottom: 2px solid #e0c59e;
}
.contactPage .conCon .list {
  padding-bottom: 12px;
}
.contactPage .conCon .list li {
  margin-bottom: 21px;
  color: #333333;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.contactPage .conCon .list li s {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
  background-position: 0 -176px;
}
.contactPage .conCon .list li.a2 s {
  background-position: -46px -176px;
}
.contactPage .conCon .list li.a3 s {
  background-position: -92px -176px;
}
.contactPage .tel s {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #d4975c;
  background-position: -143px -168px;
}
.contactPage .tel span {
  font-size: 20px;
  color: #333333;
  display: block;
  line-height: 25px;
}
.contactPage .tel strong {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  color: #d4975c;
}
.jobPage {
  padding-bottom: 50px;
}
.jobPage .ewm {
  width: 1200px;
  margin: 0 auto 20px;
  text-align: right;
}
.jobPage .ewm .box {
  width: 130px;
  height: 130px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #d4975c;
}
.jobPage .ewm .box img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.jobPage .item {
  padding: 10px 25px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .item .top {
  height: 53px;
  line-height: 53px;
  padding-left: 20px;
  cursor: pointer;
  border-left: 3px solid #dfc499;
  background: #f9f9f9;
}
.jobPage .item .top s {
  width: 16px;
  height: 16px;
  float: right;
  margin: 20px 20px 0 0;
  background-position: -283px -55px;
}
.jobPage .item .top span {
  display: inline-block;
}
.jobPage .item .top span.sarry {
  margin-right: 36px;
}
.jobPage .item .top .time {
  color: #999;
}
.jobPage .item .top h3 {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
.jobPage .item .top p {
  display: block;
}
.jobPage .item .bottom {
  padding: 20px 30px 5px;
  line-height: 32px;
}
.jobPage .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url(../images/jobbtn.png) no-repeat 0 0;
  display: none;
}
.jobPage .item.hover .btn {
  display: block;
}
.jobPage .item.hover .top s {
  background-position: -265px -55px;
}
.jobPage .morebtn {
  width: 535px;
  height: 35px;
  line-height: 35px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
}
.jobPage .morebtn h3 {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.jobPage .morebtn .line {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #dcdcdc;
}
/********casePage****/
.casePage {
  color: #fff;
  height: 100%;
  position: fixed;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  background: url(../uploadfile/casePagebg.jpg) no-repeat center 78px;
}
.casePage .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/wl.PNG) repeat 0 0;
}
.casePage .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: none;
}
.casePage .title {
  padding: 100px 0 25px 20px;
  position: relative;
  margin-bottom: 39px;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.casePage .title span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial;
  font-size: 18px;
  display: block;
  padding-left: 10px;
}
.casePage .sortlist {
  text-align: center;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}
.casePage .sortlist .item {
  width: 248px;
  height: 314px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 42px;
  line-height: 30px;
  margin: 0 70px;
  text-align: center;
  position: relative;
  transition: all ease 300ms;
}
.casePage .sortlist .item .cir {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -7px;
  background-position: -252px 1px;
}
.casePage .sortlist .item .tb2 {
  width: 22px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -8px;
  background-position: -80px -89px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.casePage .sortlist .item .tb {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 15px;
  background: url(../images/case-ico.png) no-repeat 0 0;
}
.casePage .sortlist .item h3 {
  width: 160px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  padding-top: 10px;
  font-size: 30px;
  padding-top: 15px;
  color: #fff;
}
.casePage .sortlist .item .en {
  width: 160px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 10px 0 12px;
  font-size: 20px;
  color: #fff;
}
.casePage .sortlist .item .more {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.casePage .sortlist .item .jt {
  width: 36px;
  height: 28px;
  padding-top: 8px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  margin: 10px auto 0;
  position: relative;
  z-index: 10;
}
.casePage .sortlist .item .jt s {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background-position: -281px 0;
}
.casePage .sortlist .item .bg2 {
  width: 100%;
  height: 57px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -57px;
  background: url(../images/case-lihover2.png) no-repeat center bottom;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
  animation-delay: .3s;
}
.casePage .sortlist .item:hover,
.casePage .sortlist .item.hover {
  padding-top: 142px;
  height: 457px;
  background: url(../images/yellowbg.png) repeat center top;
}
.casePage .sortlist .item:hover .tb2,
.casePage .sortlist .item.hover .tb2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.casePage .sortlist .item:hover .more,
.casePage .sortlist .item.hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 80px;
}
.casePage .sortlist .item:hover .jt,
.casePage .sortlist .item.hover .jt {
  margin-top: 18px;
}
.casePage .sortlist .item:hover .bg2,
.casePage .sortlist .item.hover .bg2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all ease 300ms;
}
@media (max-width: 1600px) {
  .casePage .sortlist .item:hover,
  .casePage .sortlist .item.hover {
    padding-top: 40px;
    height: 306px;
  }
  .casePage .sortlist .item:hover .more,
  .casePage .sortlist .item.hover .more {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  .casePage .sortlist .item .cir {
    top: -31px;
  }
  .casePage .sortlist .item:hover,
  .casePage .sortlist .item.hover {
    padding-top: 20px;
    height: 236px;
  }
  .casePage .sortlist .item:hover h3,
  .casePage .sortlist .item.hover h3 {
    padding-top: 10px;
    font-size: 22px;
  }
  .casePage .sortlist .item:hover .en,
  .casePage .sortlist .item.hover .en {
    font-size: 18px;
    padding: 5px 0 5px;
  }
  .casePage .sortlist .item:hover .more,
  .casePage .sortlist .item.hover .more {
    margin-top: 10px;
  }
}
@media (max-width: 1366px) {
  .casePage {
    background-position: center -260px;
  }
  .casePage .sortlist .item {
    padding-top: 30px;
    height: 200px;
  }
  .casePage .sortlist .item h3 {
    padding-top: 10px;
    font-size: 22px;
  }
  .casePage .sortlist .item .en {
    font-size: 18px;
    padding: 5px 0 5px;
  }
  .casePage .sortlist .item .jt {
    margin-top: 0;
  }
  .casePage .title {
    margin-bottom: 20px;
    padding: 90px 0 14px;
  }
}
/*showNews*/
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  padding: 10px 0 8px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .mark .sharebtn {
  width: 70px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
  background: #d4975c;
  vertical-align: middle;
}
.showNews .mark .sharebtn .bds_more {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  height: 24px;
  line-height: 24px;
  color: #fff;
}
.showNews .shareNew {
  padding-bottom: 25px;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt a {
  color: #d4975c;
}
.showNews .showContxt a:hover {
  text-decoration: underline;
}
/*casePage*/
.casePage2 {
  padding-bottom: 60px;
}
.casePage2 .content {
  padding-bottom: 0;
}
.casePage2 .cTit {
  padding-top: 6px;
  margin-bottom: 12px;
}
.casePage2 .cTit .en {
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  color: #d4975c;
  text-transform: uppercase;
  line-height: 40px;
}
.casePage2 .cTit h3 {
  font-size: 26px;
  padding: 3px 0 5px;
}
.casePage2 .cTit .line {
  width: 25px;
  height: 3px;
  display: inline-block;
  background: #d4975c;
  margin-top: 8px;
}
.casePage2 .cTit.cTit2 {
  text-align: right;
  padding-top: 30px;
}
.casePage2 .listcon {
  width: 416px;
  float: right;
  padding: 0 10px 0 30px;
}
.casePage2 .listcon .cTit {
  padding: 33px 0 0;
  margin-bottom: 16px;
}
.casePage2 .listcon .cTit h3 {
  font-weight: bold;
}
.casePage2 .listcon .list li {
  height: 44px;
}
.casePage2 .listcon .list li a {
  padding: 0 20px 0 10px;
  margin-top: 2px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.casePage2 .listcon .list li s {
  width: 5px;
  height: 8px;
  margin-right: 8px;
  background-position: -245px -58px;
}
.casePage2 .listcon .list li:hover a,
.casePage2 .listcon .list li.hover a {
  color: #fff;
  background: #e0c7a3 url(../images/sort_libg.jpg) no-repeat right center;
}
.casePage2 .listcon .list li:hover s,
.casePage2 .listcon .list li.hover s {
  background-position: -252px -58px;
}
.casePage2 .listcon .more {
  width: 128px;
  height: 32px;
  line-height: 32px;
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  border: 2px solid #e0c7a3;
  text-align: center;
  border-radius: 40px;
  cursor: pointer;
  transition: all ease 300ms;
}
.casePage2 .listcon .more:hover {
  background: #e0c7a3;
  color: #fff;
}
.casePage2 .listcon.listcon2 {
  width: 100%;
  float: none;
  padding: 0;
}
.casePage2 .listcon.listcon2 .list li {
  height: 40px;
  border-bottom: 1px solid #eee;
}
.casePage2 .listcon.listcon2 .list li a {
  margin-top: 0;
  display: block;
}
.casePage2 .listcon.listcon2 .list li:hover a {
  background: none;
  color: #d4975c;
  font-weight: normal;
}
.casePage2 .listcon.listcon2 .list li:hover s {
  background-position: -245px -58px;
}
.casePage2 .imgconbox {
  width: 534px;
  height: 400px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.casePage2 .imgconbox .list {
  width: 800%;
  position: relative;
}
.casePage2 .sortCon {
  width: 100%;
  height: 400px;
  background: #f8f8f8;
  overflow: hidden;
}
.casePage2 .sortCon .imgcon {
  width: 534px;
  height: 400px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.casePage2 .sortCon .imgcon img {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
}
.casePage2 .sortCon .imgcon .line {
  border: 1px dashed #fff;
  position: absolute;
  top: 22px;
  right: 14px;
  bottom: 22px;
  left: 14px;
  z-index: 11;
  background: none;
}
.casePage2 .sortCon .imgcon .txtcon {
  width: 534px;
  height: 400px;
  display: block;
  background: url(../images/yellowbg2.png) repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.casePage2 .sortCon .imgcon .txtcon h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  transition: all ease 300ms;
}
.casePage2 .sortCon .imgcon .txtcon .txt {
  padding: 10px 54px 0;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.casePage2 .sortCon .imgcon .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 162px;
  display: block;
  transition: all ease 300ms;
  z-index: 12;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.casePage2 .sortCon .imgcon .more s {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background-position: -219px -107px;
}
.casePage2 .sortCon .imgcon:hover .txtcon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.casePage2 .sortCon .imgcon:hover .txtcon h3 {
  padding-top: 100px;
}
.casePage2 .sortCon .imgcon:hover .more {
  bottom: 68px;
}
.casePage2 .sortCon.sortCon2 .imgconbox {
  float: right;
}
.casePage2 .sortCon.sortCon2 .liscon {
  float: left;
}
.online-zx {
  width: 0;
  background: #202020;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding-left: 50px;
  position: fixed;
  left: 0;
  bottom: 200px;
  color: #fff;
}
.online-zx s {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/zx-ico.png) no-repeat 8px center;
}
.online-zx a {
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
}
.online-zx.show {
  width: 0;
  background: #d3ad89;
  width: 98px;
}
.online-zx.show s {
  background-position: -35px center;
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 6%;
  z-index: 999;
}
.rightFix .box {
  width: 48px;
  display: none;
}
.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: #e0c6a3 url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 3px;
  background: #d4975c;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #d4975c;
  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: #d4975c;
  border-color: #d4975c;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -130px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -210px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel .ftel {
  width: 210px;
  height: 60px;
  top: -10px !important;
  padding-top: 7px;
  line-height: 26px;
  border-radius: 10px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix_top {
  background-position: 11px -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;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding: 20px 0 60px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  *zoom: 1;
  padding-top: 8px;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #d4975c;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
