body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei', Arial, SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header .nav {
  height: 90px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.2);
}
#header .nav .h-search {
  margin: 37px 23px 0 0;
  width: 16px;
  height: 16px;
  background: url(../images/ser-zoom.png) no-repeat center;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .h-lan {
  padding-left: 28px;
  background: url(../images/global.png) no-repeat left center;
}
#header .nav .h-lan a {
  color: #333333;
  font-size: 13px;
  font-family: arial;
}
#header .nav .menu-box {
  margin-left: 77px;
}
#header .nav .menu-box .menu {
  text-align: center;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-left: 58px;
}
#header .nav .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .menu-box .menu > li > a {
  font-size: 15px;
  color: #333333;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #2957a4;
}
#header .nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: 0;
  width: 220px;
  background: #2957a4;
  text-align: left;
  z-index: 99;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .hasop {
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-proCategory {
  padding: 62px 0 55px;
}
#index-body .i-proCategory .tit {
  text-align: center;
}
#index-body .i-proCategory .tit h2 {
  color: #373737;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/i-pro-tit-bg-l.jpg) no-repeat left center, url(../images/i-pro-tit-bg-r.jpg) no-repeat right center;
}
#index-body .i-proCategory .tit h2 i {
  color: #2957a4;
}
#index-body .i-proCategory .tit p {
  color: #777777;
  margin-top: 12px;
}
#index-body .i-proCategory .list-box {
  margin-top: 27px;
  position: relative;
}
#index-body .i-proCategory .list-box .arr {
  position: absolute;
  width: 41px;
  height: 40px;
  cursor: pointer;
  background-position: center;
  top: 58px;
  background-repeat: no-repeat;
}
#index-body .i-proCategory .list-box .arr.arr-l {
  background-image: url(../images/i-procat-arr-l.jpg);
  left: -72px;
}
#index-body .i-proCategory .list-box .arr.arr-r {
  background-image: url(../images/i-procat-arr-r.jpg);
  right: -72px;
}
#index-body .i-proCategory .list-box li {
  width: 210px;
  margin-right: 54px;
}
#index-body .i-proCategory .list-box li .con-box {
  text-align: center;
}
#index-body .i-proCategory .list-box li .con-box h3 a {
  display: block;
  color: #373737;
  font-size: 16px;
  margin: 20px 0 13px;
}
#index-body .i-proCategory .list-box li .con-box p {
  color: #777777;
  line-height: 22px;
  font-size: 12px;
}
#index-body .i-proCategory .list-box li .con-box .more {
  background: url(../images/i-procat-arr.jpg) no-repeat 83% center;
  text-align: left;
  margin-top: 13px;
  padding-left: 22px;
  color: #2957a4;
  font-size: 12px;
  display: inline-block;
  width: 115px;
  line-height: 28px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#index-body .i-proCategory .list-box li .con-box .more:hover {
  color: #fff;
  border-color: #2957a4;
  background-color: #2957a4;
}
#index-body .i-product {
  padding: 52px 0 41px;
  background: #f0f0f0;
}
#index-body .i-product .i-pro-side {
  width: 218px;
}
#index-body .i-product .i-pro-side .tit {
  padding-top: 34px;
  height: 102px;
  background: url(../images/i-pro-tit-bg.jpg) no-repeat center;
  text-align: center;
}
#index-body .i-product .i-pro-side .tit h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#index-body .i-product .i-pro-side .tit p {
  font-family: 'arial';
  color: #97a7cb;
  margin-top: 5px;
}
#index-body .i-product .i-pro-side .list {
  background: #fff;
  padding-top: 7px;
}
#index-body .i-product .i-pro-side .list li {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding-left: 42px;
  border-bottom: 1px solid #f0f0f0;
}
#index-body .i-product .i-pro-side .list li a {
  color: #333333;
}
#index-body .i-product .i-pro-side .list li a:hover,
#index-body .i-product .i-pro-side .list li a.active {
  color: #2957a4;
}
#index-body .i-product .i-pro-side .list li:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 24px;
  top: 20px;
  border: 1px solid #b7b7b7;
}
#index-body .i-product .i-pro-side .side-bottom {
  color: #fff;
  height: 86px;
  background: url(../images/i-pro-side-bg.jpg) no-repeat center;
  padding-top: 17px;
}
#index-body .i-product .i-pro-side .side-bottom span {
  display: block;
  margin-left: 79px;
  font-weight: bold;
}
#index-body .i-product .i-pro-side .side-bottom p {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0 0 45px;
}
#index-body .i-product .i-pro-box {
  width: 750px;
  position: relative;
}
#index-body .i-whyUs {
  padding: 57px 0 67px;
}
#index-body .i-whyUs .tit {
  width: 447px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'arial';
}
#index-body .i-whyUs .tit span.fl {
  color: #a5a5a5;
  font-size: 80px;
  font-style: italic;
}
#index-body .i-whyUs .tit p.fl {
  margin: 20px 0 0 33px;
}
#index-body .i-whyUs .tit p.fl i {
  color: #a5a5a5;
  display: block;
  font-size: 30px;
  font-style: italic;
}
#index-body .i-whyUs .tit p.fl em {
  font-family: "微软雅黑";
  color: #2957a4;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: -8px;
}
#index-body .i-whyUs .tit i.fr {
  color: #a5a5a5;
  font-weight: bold;
  font-size: 55px;
  margin-top: 18px;
}
#index-body .i-whyUs .list {
  margin-top: 23px;
}
#index-body .i-whyUs .list li {
  float: left;
  width: 25%;
  padding: 0 26px;
  text-align: center;
  position: relative;
}
#index-body .i-whyUs .list li img {
  width: auto;
}
#index-body .i-whyUs .list li h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin: 21px 0 10px;
}
#index-body .i-whyUs .list li p {
  font-size: 12px;
  color: #777777;
  line-height: 22px;
  margin-bottom: 33px;
}
#index-body .i-whyUs .list li a.more {
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding-left: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  width: 98px;
  line-height: 28px;
  background: #a5a5a5 url(../images/why-arr.jpg) no-repeat 74px center;
}
#index-body .i-whyUs .list li a.more:hover {
  background-color: #2957a4;
}
#index-body .i-whyUs .list li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 85%;
  border-right: 1px dashed #d5d5d5;
}
#index-body .i-whyUs .list li:last-child:after {
  display: none;
}
#index-body .i-equipment {
  padding: 38px 0 54px;
  background: #f0f0f0;
}
#index-body .i-equipment .tit {
  text-align: center;
}
#index-body .i-equipment .tit h3 {
  color: #a5a5a5;
  font-style: italic;
  font-size: 29px;
}
#index-body .i-equipment .tit h2 {
  padding: 0 58px;
  font-size: 24px;
  color: #2957a4;
  font-weight: bold;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
#index-body .i-equipment .tit h2:before,
#index-body .i-equipment .tit h2:after {
  content: '';
  position: absolute;
  top: 14px;
  height: 1px;
  width: 30px;
  background: #2957a4;
}
#index-body .i-equipment .tit h2:before {
  left: 0;
}
#index-body .i-equipment .tit h2:after {
  right: 0;
}
#index-body .i-equipment .eq-list {
  position: relative;
  height: 420px;
  width: 100%;
  margin-top: 25px;
}
#index-body .i-equipment .eq-list li {
  overflow: hidden;
  position: absolute;
}
#index-body .i-equipment .eq-list li:first-child {
  padding-top: 92px;
  color: #fff;
  font-size: 18px;
  left: 0;
  top: 0;
  width: 253px;
  height: 204px;
  background-image: url(../images/i-eq-tit-bg.jpg);
  text-align: center;
}
#index-body .i-equipment .eq-list li:last-child {
  width: 327px;
  height: 261px;
  right: 0;
  bottom: 0;
}
#index-body .i-equipment .eq-list li.li_two {
  width: 420px;
  height: 158px;
  top: 0;
  left: 254px;
}
#index-body .i-equipment .eq-list li.li_three {
  width: 327px;
  height: 158px;
  top: 0;
  right: 0;
}
#index-body .i-equipment .eq-list li.li_four {
  width: 253px;
  height: 215px;
  bottom: 0;
  left: 0;
}
#index-body .i-equipment .eq-list li.li_five {
  width: 420px;
  height: 261px;
  bottom: 0;
  left: 254px;
}
#index-body .i-equipment .eq-list li a {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .i-equipment .eq-list li:hover a {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-bars {
  padding: 65px 0 63px;
}
#index-body .i-bars .tit {
  padding-bottom: 9px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 22px;
}
#index-body .i-bars .tit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
#index-body .i-bars .tit h3 i {
  color: #2957a4;
}
#index-body .i-bars .tit h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -13px;
  left: 0;
  background: #2957a4;
}
#index-body .i-bars .tit a.fr {
  font-size: 12px;
  color: #222;
  margin-top: 5px;
  padding-right: 23px;
  background: url(../images/i-more-arr.png) no-repeat right center;
}
#index-body .i-bars .i-about {
  width: 374px;
}
#index-body .i-bars .i-about .c_name {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 11px;
}
#index-body .i-bars .i-about .intro {
  font-size: 12px;
  color: #777777;
  line-height: 26px;
}
#index-body .i-bars .i-about .intro a {
  color: #2957a4;
}
#index-body .i-bars .i-news {
  width: 572px;
}
#index-body .i-bars .i-news .new_first .img-box {
  width: 146px;
}
#index-body .i-bars .i-news .new_first .con-box {
  width: 413px;
}
#index-body .i-bars .i-news .new_first .con-box h3 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #000000;
}
#index-body .i-bars .i-news .new_first .con-box .abst{
  font-size: 12px;
  color: #777777;
  line-height: 22px;
  margin-top: 14px;
}
#index-body .i-bars .i-news .new_first .con-box p a {
  color: #2957a4;
}
#index-body .i-bars .i-news .i-new-list {
  margin-top: 32px;
}
#index-body .i-bars .i-news .i-new-list li {
  margin-bottom: 21px;
  background: url(../images/i-new-arr.png) no-repeat left center;
  line-height: 15px;
  float: left;
  width: 254px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
}
#index-body .i-bars .i-news .i-new-list li a {
  font-size: 12px;
  color: #666666;
}
#index-body .i-bars .i-news .i-new-list li a:hover {
  color: #2957a4;
}
.pro-list li {
  float: left;
  width: 31.9%;
  margin-right: 2.1%;
  margin-bottom: 22px;
}
.pro-list li .img-box a {
  display: block;
}
.pro-list li .img-box a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(41, 87, 164, 0.6) url(../images/pro-lin.png) no-repeat center;
}
.pro-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 13px;
  height: 30px;
  overflow: hidden;
}
.pro-list li:hover .img-box a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer .f-link {
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #2957a4;
}
#footer .f-link a {
  margin-left: -4px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 0 12px 0 17px;
  background: url(../images/f-link-line.png) no-repeat left center;
}
#footer .f-link a:first-child {
  padding-left: 0;
  background: none;
}
#footer .f-con {
  padding: 30px 0 34px;
  background: #fff;
}
#footer .f-con a:hover {
  color: #2957a4!important;
}
#footer .f-con .f-logo {
  padding-top: 2px;
  margin-top: 8px;
  border-right: 1px solid #e1e1e1;
  padding-right: 22px;
  margin-right: 22px;
}
#footer .f-con .f-logo img {
  width: auto;
}
#footer .f-con .f-copyright li {
  color: #666666;
  font-size: 12px;
  margin-bottom: 8px;
}
#footer .f-con .f-copyright li:last-child {
  margin-bottom: 0;
}
#footer .f-con .f-copyright li a {
  color: #666666;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 291px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
}
.inner-page {
  background: #f9f9f9;
  padding-bottom: 70px;
}
.inner-page .bread-crumbs {
  padding: 15px 0;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 14px;
  color: #444;
}
.inner-page .bread-crumbs a:hover {
  color: #2957a4;
}
.inner-page .sidebar {
  width: 22.5%;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.inner-page .sidebar .side-top .side-tit {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  color: #2957a4;
  border-bottom: 1px solid #ddd;
  padding: 27px 12px 20px 50px;
  position: relative;
}
.inner-page .sidebar .side-top .side-tit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 40px;
  margin-top: -20px;
  background: #2957a4;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  overflow: hidden;
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 50px;
  color: #555;
}
.inner-page .sidebar .side-top .side-menu li a:after {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/side-pen.jpg) no-repeat center;
  top: 0;
  left: -40px;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background: #2957a4;
  color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  left: 0;
}
.inner-page .page-right-bar {
  width: 77.5%;
  border: 1px solid #ddd;
  border-left: 0;
  padding: 30px 40px;
  background: #fff;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #2957a4;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.product-page .piclist li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
  height: 215px;
}
.product-page .piclist li .img-box,
#pic-zoom,
.zoom-pic {
  border: 1px solid #ddd;
}
.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}
.product-page .piclist li:hover .zoom-box p {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-page .product-details .prodet-top-l {
  width: 55%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 40%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 60px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #2957a4;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #2957a4;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #2957a4;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: 'Euphemia';
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #2957a4;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #2957a4;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 247px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #2957a4;
}
.m-page a:active {
  background: #2957a4;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #2957a4;
}
#iview {
  position: relative;
  margin: 0 auto;
}
#iview,
#iview .iviewSlider {
  display: block;
  width: 100%;
  height: 758px;
  overflow: hidden;
}
#iview .iview-strip,
#iview .iview-block {
  display: block;
  position: absolute;
  z-index: 5;
}
#iview div.iview-directionNav {
  position: absolute;
  top: 350px;
  left: 0px;
  z-index: 9;
  width: 100%;
}
#iview div.iview-directionNav a {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 100px;
  background-image: url(../images/nav_paddles.png);
  text-indent: -9999px;
}
#iview div.iview-directionNav a:active {
  background-image: url(../images/nav_paddles_down.png);
}
#iview div.iview-directionNav a.iview-nextNav {
  right: 20px;
  background-position: 56px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
  left: 20px;
  background-position: -16px 0px;
}
#iview .container {
  padding: 128px 0 0 100px;
}
#iview .container .iview-caption {
  font-family: 'open sans';
  color: #002943;
  font-size: 68px;
  line-height: 1em;
}
#iview #iview-timer {
  position: absolute;
  z-index: 100;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}
#iview #iview-preloader {
  border: #666 1px solid;
  width: 150px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  position: absolute;
  z-index: 1000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 1px;
  height: 3px;
}
#iview #iview-preloader div {
  background: #666;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 3px;
  width: 0px;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  box-sizing: content-box !important;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  box-sizing: content-box;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../images/blank.gif);
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -122px;
}
#fancybox-title {
  font-size: .12rem;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url(../images/fancy_title_over.png);
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#map img,#map label{
  width: auto;
  max-width: none;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../images/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -55px -90px no-repeat;
}