body {
  overflow-x: hidden;
  font-family: 'microsoft yahei' !important;
  background: #4f4f4f;
}
li {
  list-style: none;
}
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover {
  text-decoration: none;
}
.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;
}
.page-container {
  width: 1280px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 120px;
  background: #FFFFFF;
}
#header .h-logo {
  float: left;
  width: 200px;
}
#header .nav {
  float: right;
  margin-right: 60px;
}
#header .nav ul {
  float: left;
}
#header .nav ul li {
  float: left;
  margin: 0 5px;
}
#header .nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 117px;
  padding: 0 30px;
  color: #4f4f4f;
  border-bottom: 3px solid #fff;
}
#header .nav ul li a:hover {
  border-bottom: 3px solid #ed1c24;
}
.menu_cur {
  border-bottom: 3px solid #ed1c24 !important;
}
#banner {
  width: 100%;
  min-height: 500px;
  position: relative;
}
#banner img {
  width: auto;
}
#banner .DB_bgSet {
  position: relative;
}
#banner .DB_bgSet li {
  position: absolute;
  width: 100%;
  min-height: 500px;
  display: none;
}
#banner .DB_imgSet {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}
#banner .DB_imgSet .DB_1_1 {
  position: absolute;
  z-index: 2;
}
#banner .DB_imgSet .DB_1_2 {
  position: absolute;
}
#banner .DB_menuWrap {
  float: left;
  position: absolute;
  width: 100%;
}
#banner .DB_prev,
#banner .DB_next {
  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;
  top: 200px;
  cursor: pointer;
  display: none;
  position: absolute;
}
#banner .DB_prev {
  left: 30px;
}
#banner .DB_prev:hover {
  left: 25px;
}
#banner .DB_next {
  right: 30px;
}
#banner .DB_next:hover {
  right: 25px;
}
#index-body {
  float: left;
  width: 100%;
}
#index-body .i-about {
  float: left;
  width: 100%;
  padding: 45px 210px;
  background: #ed1c24;
}
#index-body .i-about p {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #FFFFFF;
  height: 112px;
  overflow: hidden;
}
#index-body .i-other {
  float: left;
  width: 100%;
  padding-top: 35px;
  background: #FFFFFF;
  padding-bottom: 40px;
}
#index-body .i-other .i-box {
  float: left;
  width: 400px;
  margin: 0 10px;
}
#index-body .i-other .i-box .i-box-img {
  float: left;
  width: 100%;
  height: 245px;
  text-align: center;
  overflow: hidden;
}
#index-body .i-other .i-box .i-box-img img {
  width: 367px;
  height: 245px;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
}
#index-body .i-other .i-box .i-box-img: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);
}
#index-body .i-other .i-box .i-box-text {
  float: left;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
#index-body .i-other .i-box .i-box-text .box-tit {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#index-body .i-other .i-box .i-box-text .box-tit p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
}
#index-body .i-other .i-box .i-box-text .box-txt {
  float: left;
  width: 100%;
  height: 96px;
  overflow: hidden;
}
#index-body .i-other .i-box .i-box-text .box-txt p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 24px;
}
#index-body .i-other .i-box .i-box-text .box-more {
  float: left;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
#index-body .i-other .i-box .i-box-text .box-more a {
  display: inline-block;
  width: 140px;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  background: #ed1c24;
}
#index-body .i-other .i-box .i-box-text .box-more a:hover {
  background: #e38c8f;
}
#index-body .i-contact {
  float: left;
  width: 100%;
  text-align: center;
  height: 141px;
  overflow: hidden;
  background: url("../images/i_contact_bg_01.jpg") top center no-repeat;
}
#index-body .i-contact p {
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
#index-body .i-contact p strong {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 40px;
}
#index-body .i-contact p strong a {
  color: #FFFFFF;
}
#index-body .i-factory {
  float: left;
  width: 100%;
  background: #FFFFFF;
}
#index-body .i-factory .i-factory-title {
  float: left;
  width: 100%;
}
#index-body .i-factory .i-factory-title p {
  font-size: 28px;
  line-height: 115px;
  font-weight: bold;
  text-align: center;
  color: #010101;
}
#index-body .i-factory .i-factory-text {
  float: left;
  width: 100%;
  padding: 0 35px;
}
#index-body .i-factory .i-factory-text ul {
  float: left;
}
#index-body .i-factory .i-factory-text ul li {
  float: left;
  width: 220px;
  margin: 0 11px;
}
#index-body .i-factory .i-factory-text ul li .factory-img {
  float: left;
  width: 100%;
}
#index-body .i-factory .i-factory-text ul li .factory-img img {
  width: 220px;
  height: auto;
}
#index-body .i-factory .i-factory-text ul li .factory-text {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
#index-body .i-factory .i-factory-text ul li .factory-text .f_tit {
  float: left;
  width: 100%;
  margin-top: 25px;
}
#index-body .i-factory .i-factory-text ul li .factory-text .f_tit p {
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  color: #df232f;
}
#index-body .i-factory .i-factory-text ul li .factory-text .f_txt {
  float: left;
  width: 100%;
}
#index-body .i-factory .i-factory-text ul li .factory-text .f_txt p {
  font-size: 14px;
  line-height: 20px;
  color: #686561;
}
#index-body .i-partner {
  float: left;
  width: 100%;
  background: #e0e0e0;
  padding: 45px 35px;
}
#index-body .i-partner ul {
  float: left;
}
#index-body .i-partner ul li {
  float: left;
  width: 220px;
  margin: 0 11px;
}
#index-body .i-partner ul li img {
  width: 220px;
  height: auto;
}
#footer {
  float: left;
  width: 100%;
}
#footer .footer-text {
  float: left;
  width: 100%;
  min-height: 335px;
  background: #282828;
}
#footer .footer-text .footer-box {
  float: left;
}
#footer .footer-text .footer-box .footer-box-title {
  float: left;
  width: 100%;
}
#footer .footer-text .footer-box .footer-box-title p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}
#footer .footer-text .footer-box .footer-box-title p a {
  color: #FFFFFF;
}
#footer .footer-text .footer-box .footer-box-text {
  float: left;
  width: 100%;
}
#footer .footer-text .footer-box .footer-box-text p {
  font-size: 14px;
  color: #b7baba;
  line-height: 20px;
}
#footer .footer-text .footer-box .footer-box-text p a {
  color: #b7baba;
}
#footer .footer-text .footer-box .footer-box-text p a:hover {
  color: #ed1c24;
}
#footer .footer-text .box1 {
  padding-top: 35px;
  width: 300px;
  padding-left: 20px;
}
#footer .footer-text .box2 {
  padding-top: 55px;
  width: 340px;
}
#footer .footer-text .box2 .footer-form {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#footer .footer-text .box2 .footer-form .form-input {
  width: 270px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #999999;
  background: #323232;
  outline: none;
  font-size: 12px;
  color: #FFFFFF;
  padding-left: 20px;
  margin-bottom: 10px;
}
#footer .footer-text .box2 .footer-form .form-btn {
  width: 150px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background: #ed1c24;
  text-transform: uppercase;
  border: none;
  outline: none;
}
#footer .footer-text .box3 {
  padding-top: 55px;
  width: 340px;
  padding-left: 20px;
}
#footer .footer-text .box3 ul {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#footer .footer-text .box3 ul li {
  float: left;
  width: 100%;
}
#footer .footer-text .box3 ul li a {
  display: block;
  line-height: 20px;
  color: #b7baba;
}
#footer .footer-text .box3 ul li a:hover {
  color: #ed1c24;
}
#footer .footer-text .box4 {
  padding-top: 55px;
  width: 300px;
}
#footer .footer-text .box4 .footer-box-text {
  float: left;
}
#footer .f-copyright {
  float: left;
  width: 100%;
  padding: 0 50px;
  min-height: 68px;
  background: #1c1c1c;
}
#footer .f-copyright .f-txt {
  float: left;
  width: 260px;
}
#footer .f-copyright .f-txt p {
  line-height: 68px;
  color: #FFFFFF;
}
#footer .f-copyright .f-txt p a {
  font-size: 14px;
  color: #FFFFFF;
}
#footer .f-copyright .f-txt p a:hover {
  color: #ed1c24;
}
#footer .f-copyright .f-nav {
  float: left;
}
#footer .f-copyright .f-nav p {
  color: #FFFFFF;
}
#footer .f-copyright .f-nav p a {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 68px;
  padding: 0 10px;
}
#footer .f-copyright .f-nav p a:hover {
  color: #ed1c24;
}
#footer .f-copyright .f-share {
  float: right;
}
#footer .f-copyright .f-share ul {
  float: left;
}
#footer .f-copyright .f-share ul li {
  float: left;
  line-height: 68px;
}
#footer .f-copyright .f-share ul li a {
  margin: 0 5px;
}
.other-banner {
  float: left;
  width: 100%;
  height: 155px;
  padding: 60px 40px 0;
  background: #ed1c24;
}
.other-banner .page-nav-lt {
  float: left;
}
.other-banner .page-nav-lt p {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.other-banner .page-nav-rt {
  float: right;
}
.other-banner .page-nav-rt p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.other-banner .page-nav-rt p a {
  color: #FFFFFF;
  margin: 0 5px;
}
.sidebar {
  width: 256px;
  padding: 25px 20px 0;
}
.sidebar .sidebar-title {
  float: left;
  width: 100%;
  padding: 0 15px;
  background: #ed1c24;
  margin-bottom: 5px;
}
.sidebar .sidebar-title p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.sidebar .sidebar-menu {
  float: left;
  width: 100%;
}
.sidebar .sidebar-menu ul {
  float: left;
  width: 100%;
}
.sidebar .sidebar-menu ul li {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
.sidebar .sidebar-menu ul li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
  background: #dcdcdc;
  color: #010101;
}
.sidebar .sidebar-menu ul li a:hover {
  color: #FFFFFF;
  background: #ed1c24;
}
.page-right-bar {
  width: 1020px;
  padding-left: 40px;
  padding-top: 25px;
}
.about-page {
  float: left;
  width: 100%;
}
.about-page .about-profile {
  float: left;
  width: 100%;
  background: #ededed;
  padding: 60px 125px;
}
.about-page .about-profile p {
  font-size: 12px;
  line-height: 20px;
  color: #77777a;
}
.about-page .about-profile p strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #000000;
  text-transform: uppercase;
}
.about-page .about-strength {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 30px 110px;
}
.about-page .about-strength ul {
  float: left;
}
.about-page .about-strength ul li {
  float: left;
  width: 245px;
  margin: 0 10px;
}
.about-page .about-strength ul li img {
  width: 245px;
  height: auto;
}
.about-page .about-partner {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 45px 35px;
}
.about-page .about-partner ul {
  float: left;
}
.about-page .about-partner ul li {
  float: left;
  width: 220px;
  margin: 0 11px;
}
.about-page .about-partner ul li img {
  width: 220px;
  height: auto;
}
.product-page {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 50px;
}
.product-page .product-title {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.product-page .product-title p strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #010101;
  line-height: 46px;
}
.product-page .product-title .txt {
  font-size: 12px;
  line-height: 20px;
  color: #7a7a7a;
  max-height: 120px;
  overflow: hidden;
}
.product-page .product-text {
  float: left;
  width: 100%;
}
.product-page .product-text .product-list {
  float: left;
  width: 100%;
}
.product-page .product-text .product-list ul {
  float: left;
  width: 100%;
}
.product-page .product-text .product-list ul li {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #727272;
}
.product-page .product-text .product-list ul li .product-img {
  float: left;
  width: 410px;
}
.product-page .product-text .product-list ul li .product-img img {
  width: 410px;
}
.product-page .product-text .product-list ul li .product-txt {
  float: right;
  width: 535px;
}
.product-page .product-text .product-list ul li .product-txt .pro-tit {
  float: left;
  width: 100%;
}
.product-page .product-text .product-list ul li .product-txt .pro-tit p {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.product-page .product-text .product-list ul li .product-txt .pro-txt {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.product-page .product-text .product-list ul li .product-txt .pro-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #818181;
  padding-left: 20px;
  background: url("../images/sanjiao.jpg") left 8px no-repeat;
}
.product-page .product-details {
  float: left;
  width: 100%;
  padding-right: 100px;
}
.product-page .product-details h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.product-page .product-details .pro-det {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.product-page .product-details .product-img {
  float: left;
  width: 420px;
}
.product-page .product-details .product-img img {
  width: 420px;
  height: auto;
}
.product-page .product-details .product-smalltext {
  float: right;
  width: 440px;
}
.product-page .product-details .product-smalltext p {
  font-size: 14px;
  line-height: 28px;
  color: #818181;
  padding-left: 20px;
  background: url("../images/sanjiao.jpg") left 8px no-repeat;
}
.product-page .product-details .pro-details {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.product-page .product-details .pro-details p {
  font-size: 12px;
  line-height: 20px;
  color: #7a7a7a;
}
.product-page .product-details .product-form {
  float: left;
  width: 100%;
}
.product-page .product-details .product-form .form-title {
  float: left;
  width: 100%;
}
.product-page .product-details .product-form .form-title p strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  color: #000000;
  text-transform: uppercase;
}
.prodet-page {
  float: left;
  width: 100%;
}
.prodet-page .product-details {
  float: left;
  width: 100%;
}
.prodet-page .product-details .prodet-top {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.prodet-page .product-details .prodet-top-l {
  width: 460px;
  margin-right: 20px;
}
.prodet-page .product-details .prodet-top-l .b-pro {
  padding: 10px;
  width: 460px;
  height: auto;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.prodet-page .product-details .prodet-top-l ul li {
  float: left;
  width: 20%;
  margin-right: 10px;
  padding: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.prodet-page .product-details .prodet-top-l ul li img {
  width: 100%;
  height: 100%;
}
.prodet-page .product-details .prodet-top-l ul li:hover {
  border: 1px solid #003f75;
}
.prodet-page .product-details .prodet-top-l li.active {
  border: 1px solid #003f75;
}
.prodet-page .product-details .prodet-top-l #pic-zoom {
  position: relative;
  margin-top: 0;
}
.prodet-page .product-details .prodet-top-l .mark {
  width: 460px;
  height: 460px;
  position: absolute;
  z-index: 2;
  background: transparent;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.1;
  filter: alpha(opacity=100);
}
.prodet-page .product-details .prodet-top-l .layer {
  width: 50px;
  height: 50px;
  background: #E8E8E8;
  position: absolute;
  opacity: 0.4;
  filter: alpha(opacity=100);
  display: none;
}
.prodet-page .product-details .prodet-top-l .big_pic {
  padding: 20px;
  z-index: 9;
  position: absolute;
  display: none;
  overflow: hidden;
  width: 380px;
  height: 460px;
  left: 100%;
  top: 0;
  background: #eee;
}
.prodet-page .product-details .prodet-top-l .big_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 365px;
  min-height: 470px;
  padding: 20px 15px 20px 34px;
  background: url("../images/bg_pro_details.png") left center repeat-y;
}
.prodet-page .product-details .prodet-top-r h1 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.prodet-page .product-details .prodet-top-r .infor1 {
  float: left;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.prodet-page .product-details .prodet-top-r .infor1 p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.prodet-page .product-details .prodet-top-r .prodet-more {
  float: left;
  width: 100%;
}
.prodet-page .product-details .prodet-top-r .prodet-more a {
  cursor: pointer;
  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;
  background-image: -moz-linear-gradient(top, #ffa904, #ff8b28);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #ffa904, #ff8b28);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa904, endColorstr=#ff8b28, GradientType='0');
  /* IE*/
  color: #fff;
  font-weight: bold;
  display: block;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ff9f0c;
  border-top: 1px solid #ec8004;
  border-right: 1px solid #ec8004;
}
.prodet-page .product-details .prodet-top-r .prodet-more a:hover {
  background-image: -moz-linear-gradient(top, #ff8b26, #e97006);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #ff8b26, #e97006);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8b26, endColorstr=#e97006, GradientType='0');
  /* IE*/
}
.prodet-page .prodet-bottom {
  float: left;
  width: 100%;
  background: url("../images/bg_product_details.jpg") #ffffff top center no-repeat;
  margin-bottom: 20px;
  padding-top: 35px;
}
.prodet-page .prodet-bottom .prodet-title {
  float: left;
  width: 100%;
  padding-left: 30px;
  height: 37px;
  border-bottom: 1px solid #00CCE8;
}
.prodet-page .prodet-bottom .prodet-title ul {
  float: left;
}
.prodet-page .prodet-bottom .prodet-title ul li {
  float: left;
  cursor: pointer;
  margin-right: 15px;
}
.prodet-page .prodet-bottom .prodet-title ul li span {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  background: #ECECEC;
  padding: 0 25px;
  font-size: 17px;
  color: #787878;
  text-transform: capitalize;
}
.prodet-page .prodet-bottom .prodet-title ul li:hover span {
  color: #FFFFFF;
  background: #00CCE8;
}
.prodet-page .prodet-bottom .prodet-title ul .on span {
  color: #FFFFFF;
  background: #00CCE8;
}
.prodet-page .prodet-bottom .prodet-text {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.prodet-page .prodet-bottom .prodet-text .prodet-box {
  float: left;
  width: 100%;
  display: none;
}
.prodet-page .prodet-bottom .prodet-text .prodet-box p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.news-page {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 40px 125px;
}
.news-page .news-list {
  float: left;
  width: 100%;
  min-height: 300px;
}
.news-page .news-list ul {
  float: left;
}
.news-page .news-list ul li {
  float: left;
  width: 100%;
  padding: 0 5px;
  border-bottom: 1px dashed #CCCCCC;
  margin-bottom: 10px;
}
.news-page .news-list ul li span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #d83e02;
  font-weight: bold;
  margin: 3px 0;
}
.news-page .news-list ul li span:hover {
  color: #bd171b;
  text-decoration: underline;
}
.news-page .news-list ul li em {
  float: right;
  display: inline-block;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 28px;
}
.news-page .news-list ul li i {
  display: block;
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  color: #666666;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-page .new-list-haspic {
  padding: 10px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 6px 0 #cccccc;
  -webkit-box-shadow: 0 0 6px 0 #cccccc;
  -moz-box-shadow: 0 0 6px 0 #cccccc;
  -ms-box-shadow: 0 0 6px 0 #cccccc;
  -o-box-shadow: 0 0 6px 0 #cccccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-page .new-list-haspic img {
  width: 100%!important;
}
.news-page .new-list-haspic li {
  padding: 10px 15px 20px;
  margin-bottom: 2px;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}
.news-page .new-list-haspic li a {
  display: block;
  color: #000;
}
.news-page .new-list-haspic li a h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
}
.news-page .new-list-haspic li a span {
  color: #bdbdbd;
  margin-bottom: 10px;
  display: block;
}
.news-page .new-list-haspic li a p {
  font-size: 14px;
}
.news-page .new-list-haspic li:nth-of-type(2n+1) {
  background: #f8f8f8;
}
.news-page .new-list-haspic li:nth-of-type(2n) {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.news-page .new-list-haspic li:hover {
  background: #d80025;
}
.news-page .new-list-haspic li:hover a {
  color: #fff;
}
.news-page .new-list-haspic li:hover span {
  color: #fff;
}
.news-page .new-list-haspic li .new-l {
  width: 430px;
}
.news-page .new-list-haspic li .new-r {
  box-shadow: 0 2px 4px 0 #cccccc;
  -webkit-box-shadow: 0 2px 4px 0 #cccccc;
  -moz-box-shadow: 0 2px 4px 0 #cccccc;
  -ms-box-shadow: 0 2px 4px 0 #cccccc;
  -o-box-shadow: 0 2px 4px 0 #cccccc;
  padding: 3px;
  border: 1px solid #A4A4A4;
  width: 180px;
}
.news-page .new-list-nopic li {
  padding: 12px 0;
  border-bottom: 1px solid #bababd;
}
.news-page .new-list-nopic li a {
  color: #666666;
}
.news-page .new-list-nopic li span {
  float: left;
  font-size: 14px;
  color: #0074cc;
}
.news-page .new-list-nopic li span em {
  font-style: normal;
  color: #666666;
  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;
}
.news-page .new-list-nopic li span:hover em {
  color: #000;
}
.news-page .new-list-nopic li i {
  float: right;
  font-style: normal;
  font-size: 12px;
}
.news {
  float: left;
  width: 100%;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.news .news_date {
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #CCC;
}
.news .news_date p {
  padding-bottom: 12px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.news .news_contents {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
}
.news .news_contents img{
  width:auto;
  height:auto;
  max-width:100%;
}
.news .news_contents a {
  color: #333;
  font-size: 12px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
}
.news .news_next {
  width: 99%;
  margin-top: 0;
  padding-left: 5px;
  border-top: 0 solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 45px;
}
.contact-page .contact-maps {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.contact-page .contact-text {
  float: left;
  width: 100%;
}
.contact-page .contact-text .contact-lt {
  float: left;
  width: 50%;
  min-height: 600px;
  background: url("../images/QR.jpg") left bottom no-repeat;
}
.contact-page .contact-text .contact-lt p {
  font-size: 14px;
  line-height: 24px;
  color: #818181;
}
.contact-page .contact-text .contact-lt p a {
  color: #818181;
}
.contact-page .contact-text .contact-lt p a:hover {
  color: #ed1c24;
}
.contact-page .contact-text .contact-rt {
  float: right;
  width: 50%;
  min-height: 600px;
  padding: 0 20px;
}
.contact-page .contact-text .contact-rt .form-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact-page .contact-text .contact-rt .form-title p {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
.contact-page .contact-text .contact-rt .form-title p strong {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
}
.strength-page {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 50px 110px;
}
.strength-page ul {
  float: left;
}
.strength-page ul li {
  float: left;
  width: 245px;
  margin: 0 10px 10px;
}
.strength-page ul li img {
  width: 245px;
  height: auto;
}
.strength-page ul li p {
  color: #ababab;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
}
.form-message {
  float: left;
  width: 100%;
}
.form-message .form-line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form-message .form-line p {
  font-size: 12px;
  line-height: 24px;
  color: #818181;
}
.form-message .form-input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  outline: none;
  color: #818181;
  border: 1px solid #e0e0e0;
}
.form-message .form-textarea {
  width: 100%;
  height: 100px;
  resize: none;
  outline: none;
  color: #818181;
  border: 1px solid #e0e0e0;
}
.form-message .form-btn {
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  outline: none;
  color: #FFFFFF;
  background: #ed1c24;
}
.MicrosoftMap {
  width: 100%!important;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  background: #f2f2f2;
}
.cn-form p {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.cn-form .m_form li {
  width: 50%;
  height: 38px;
  float: left;
  margin-bottom: 13px;
  color: #777;
}
.cn-form .m_form label {
  float: left;
  border: 1px solid #dedede;
  line-height: 36px;
  height: 36px;
  width: 24%;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.cn-form .m_form .iptTxt {
  float: right;
  width: 76%;
  border: 1px solid #dedede;
  border-left-width: 0;
  height: 36px;
  line-height: 16px;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #ccc;
}
.cn-form .m_form .txtAre {
  width: 95%;
  height: 243px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m_form .btnTjly {
  transition: 0.2s eaes-in;
  -webkit-transition: 0.2s eaes-in;
  -moz-transition: 0.2s eaes-in;
  -ms-transition: 0.2s eaes-in;
  -o-transition: 0.2s eaes-in;
  width: 100%;
  height: 38px;
  background: #003f75;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .m_form .btnTjly:hover {
  background: #022644;
}
.cn-form .m_form .areLi {
  float: right;
  height: 245px;
  display: inline;
  text-align: right;
}
.trad-form {
  margin: 60px auto 0;
}
.trad-form fieldset {
  margin-bottom: 25px;
  position: relative;
}
.trad-form fieldset label {
  float: left;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.trad-form fieldset input,
.trad-form fieldset textarea,
.trad-form fieldset button {
  box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -webkit-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -moz-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -ms-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -o-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  float: right;
  outline: none;
  border: 1px solid #e1e1e1;
  border-top: 1px solid #b3b3b3;
  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;
  color: #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.trad-form fieldset input {
  padding: 3px 30px 3px 35px;
}
.trad-form fieldset input:focus,
.trad-form fieldset textarea:focus {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #999;
}
.trad-form fieldset input[name="title"] {
  background: url("../images/form-name-ico.png") no-repeat 8px center;
}
.trad-form fieldset input[name="email"] {
  background: url("../images/form-email-ico.png") no-repeat 8px center;
}
.trad-form fieldset input[name="mycall"] {
  background: url("../images/form-phone-ico.png") no-repeat 8px center;
}
.trad-form fieldset input[type="submit"] {
  transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  padding: 6px 0;
  text-align: center;
  color: #a79074;
  background: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  border: 1px solid #a4a4a4;
}
.trad-form fieldset input[type="submit"]:hover {
  background: #a79074;
  color: #fbecc9;
  border: 1px solid #a4a4a4;
  box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -webkit-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -moz-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -ms-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -o-box-shadow: inset 0 0px 0px 0px #e1e1e1;
}
.trad-form fieldset textarea[name="saytext"] {
  background: url("../images/form-mes-ico.png") no-repeat 8px 8px;
  padding: 8px;
  resize: none;
}
.trad-form fieldset textarea[name="saytext"]:focus {
  background: none;
}
.trad-form fieldset .form-tips {
  text-transform: capitalize;
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: #c33;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: normal;
}
.trad-form fieldset em {
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.trad-form fieldset em.rf {
  position: absolute;
  right: 0;
  font-size: 11px;
  font-style: normal;
  bottom: 0;
}
.trad-form fieldset em.rf span {
  color: #333;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.recommend-product ul li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  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: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.zoom-pic img:hover {
  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);
}
.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(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 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 {
  margin: 20px 0;
  _padding-bottom: 30px;
  *padding-bottom: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page i {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 12px;
  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: #064896;
}
.m-page a:active {
  background: #064896;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  cursor: default;
  color: #fff;
  background: #064896;
}
.m-page-sm {
  margin: 20px auto;
  line-height: 22px;
}
.m-page-sm a,
.m-page-sm i {
  padding: 5 10px;
}
.m-page-sr a,
.m-page-sr i {
  margin: 0 3px;
  border-radius: 2px;
}
.m-page-sr i {
  border: 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%;
}
#fancybox-loading {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../images/fancybox.png");
}
#fancybox-overlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0 solid #fff;
}
#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 0;
  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: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("../images/blank.gif");
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0;
}
#fancybox-right {
  right: 0;
}
#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 0;
}
#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: 0 -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-family: Helvetica;
  font-size: 12px;
  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;
}
#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;
  background: url("../images/fancybox-x.png") 0 -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../images/fancybox.png") -55px -90px no-repeat;
}
.picture-page {
  float: left;
  width: 100%;
}
.picture-page .picture-list {
  float: left;
  width: 100%;
}
.picture-page .picture-list ul {
  float: left;
}
.picture-page .picture-list ul li {
  float: left;
  width: 200px;
  margin-right: 18px;
  margin-bottom: 15px;
}
.picture-page .picture-list ul li img {
  width: 200px;
  padding: 5px;
  border: 1px solid #e6e7e7;
}
.picture-page .picture-list ul li p {
  font-size: 12px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.picture-page .picture-list ul li:hover img {
  background: #FFF4CE;
  border: 1px solid #bc2931;
}
