body {
  overflow-x: auto;
  min-width: 1340px;
  font-family: "microsoft yahei" !important;
}
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;
}
img {
  width: 100%;
  height: auto;
}
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;
}
header {
  position: fixed;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 24px 0;
}
header .h_laug {
  display: block;
  padding: 0 0 0 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
header .h_laug a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 57px;
}
header .h_laug a:after {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  left: 50%;
  width: 0;
  bottom: 10px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  background-color: #fff;
}
header .h_laug a:hover:after {
  width: 100%;
  margin-left: -50%;
}
header .header_menu ul > li {
  position: relative;
  display: block;
  float: left;
  padding: 0 25px;
}
header .header_menu ul > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  line-height: 57px;
  font-weight: bold;
}
header .header_menu ul > li > a:after {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  left: 50%;
  width: 0;
  bottom: 10px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  background-color: #fff;
}
header .header_menu ul > li:hover > a:after {
  width: 100%;
  margin-left: -50%;
}
header .header_menu ul > 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: #d22a2a;
  text-align: left;
  z-index: 99;
  display: none;
}
header .header_menu ul > 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 .header_menu ul > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
header .header_menu ul > li .sub-menu li:hover {
  background: #222;
}
.fixed_header {
  background-color: rgba(7, 7, 7, 0.74);
}
#banner {
  width: 100%;
  min-height: 786px;
  position: relative;
}
#banner img {
  width: auto;
}
#banner .DB_bgSet {
  position: relative;
}
#banner .DB_bgSet li {
  position: absolute;
  width: 100%;
  min-height: 786px;
  display: none;
}
#banner .DB_imgSet {
  position: absolute;
  width: 1100px;
  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: 300px;
  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;
}
#banner .DB_menuSet {
  position: absolute;
  display: block;
  top: 745px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
#banner .DB_menuSet li {
  display: inline-block;
  margin: 0 5px;
}
#banner .DB_menuSet li a {
  display: block;
  cursor: pointer;
  width: 86px;
  height: 4px;
  background-color: #fff;
}
#banner .DB_menuSet li:hover a,
#banner .DB_menuSet li.select a {
  background-color: #c91521;
}
#index-body .i-about .i_about_top {
  display: block;
}
#index-body .i-about .i_about_top li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 489px;
  overflow: hidden;
}
#index-body .i-about .i_about_top li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 17%;
  overflow: hidden;
  text-align: center;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background-color: rgba(201, 21, 33, 0.75);
}
#index-body .i-about .i_about_top li .layer a {
  color: #fff;
}
#index-body .i-about .i_about_top li .layer .more {
  display: block;
  margin: 60px auto 10px;
  width: auto;
}
#index-body .i-about .i_about_top li .layer span {
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  text-transform: uppercase;
}
#index-body .i-about .i_about_top li .layer h5 {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0 24px;
}
#index-body .i-about .i_about_top li .layer p {
  font-size: 16px;
  line-height: 2em;
  padding: 0 4%;
}
#index-body .i-about .i_about_top .fir {
  background: url(../images/about_01.jpg) no-repeat center center;
}
#index-body .i-about .i_about_top .fir .layer {
  left: -100%;
  top: 0;
  display: none!important;
}
#index-body .i-about .i_about_top .fir:hover .layer {
  left: 0;
}
#index-body .i-about .i_about_top .sec {
  background: url(../images/about_02.jpg) no-repeat center center;
}
#index-body .i-about .i_about_top .sec .layer {
  left: 0;
  top: 100%;
  display: none!important;
}
#index-body .i-about .i_about_top .sec:hover .layer {
  top: 0;
}
#index-body .i-about .i_about_top .thr {
  width: 40%;
}
#index-body .i-about .i_about_top .thr .about_shox {
  display: block;
  padding: 12%;
}
#index-body .i-about .i_about_top .thr .about_shox h3 {
  font-weight: bold;
  font-size: 61px;
}
#index-body .i-about .i_about_top .thr .about_shox h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 3em;
  text-indent: 5em;
}
#index-body .i-about .i_about_top .thr .about_shox p {
  font-size: 16px;
  line-height: 2em;
}
#index-body .i-about .i_about_top .fou {
  background: url(../images/about_03.jpg) no-repeat center center;
}
#index-body .i-about .i_about_top .fou .layer {
  left: 0;
  top: -100%;
}

#index-body .i-about .i_about_btm li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 489px;
  overflow: hidden;
}
#index-body .i-about .i_about_btm li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 17%;
  overflow: hidden;
  text-align: center;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background-color: rgba(201, 21, 33, 0.75);
}
#index-body .i-about .i_about_btm li .layer a {
  color: #fff;
}
#index-body .i-about .i_about_btm li .layer .more {
  display: block;
  margin: 60px auto 10px;
  width: auto;
}
#index-body .i-about .i_about_btm li .layer span {
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  text-transform: uppercase;
}
#index-body .i-about .i_about_btm li .layer h5 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 24px;
}
#index-body .i-about .i_about_btm li .layer p {
  font-size: 16px;
  line-height: 2em;
  padding: 0 4%;
}
#index-body .i-about .i_about_btm .fir {
  background: url(../images/about_04.jpg) no-repeat center center;
}
#index-body .i-about .i_about_btm .fir .layer {
  left: -100%;
  top: 0;
}
#map label,
#mpa img{
	width: auto;
	max-width: none;
}
#index-body .i-about .i_about_btm .sec {
  width: 40%;
  background: url(../images/about_05.jpg) no-repeat center center;
}
#index-body .i-about .i_about_btm .sec .layer {
  left: 0;
  top: 100%;
}
#index-body .i-about .i_about_btm .sec:hover .layer {
  top: 0;
}
#index-body .i-about .i_about_btm .thr {
  width: 40%;
  background: url(../images/about_06.jpg) no-repeat center center;
}
#index-body .i-about .i_about_btm .thr .layer {
  left: 100%;
  top: 0;
}

#index-body .i-advantage {
  display: block;
  padding: 45px 0 20px;
}
#index-body .i-advantage .title h3 {
  display: block;
  color: #000;
  font-size: 61px;
  font-weight: bold;
  text-transform: capitalize;
}
#index-body .i-advantage .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 15px;
}
#index-body .i-advantage .title p {
  font-size: 16px;
  line-height: 1.6em;
  width: 510px;
}
#index-body .i-advantage .i_advantage_bdy {
  display: block;
  margin: 25px 0 50px;
}
#index-body .i-advantage .i_advantage_bdy li {
  display: block;
  float: left;
  width: 20%;
  height: 400px;
  padding: 0 2%;
  border-left: 1px solid #e4e4e4;
}
#index-body .i-advantage .i_advantage_bdy li .img-box {
  display: block;
  width: 145px;
  height: 145px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 7px auto;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  background-color: #c91521;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .i-advantage .i_advantage_bdy li a {
  color: #333;
}
#index-body .i-advantage .i_advantage_bdy li h5 {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
#index-body .i-advantage .i_advantage_bdy li p {
  line-height: 1.8em;
}
#index-body .i-advantage .i_advantage_bdy li .custom {
  background-image: url(../images/adv_01.png);
}
#index-body .i-advantage .i_advantage_bdy li .money {
  background-image: url(../images/adv_02.png);
}
#index-body .i-advantage .i_advantage_bdy li .quality {
  background-image: url(../images/adv_03.png);
}
#index-body .i-advantage .i_advantage_bdy li .protection {
  background-image: url(../images/adv_04.png);
}
#index-body .i-advantage .i_advantage_bdy li .capacity {
  background-image: url(../images/adv_05.png);
}
#index-body .i-advantage .i_advantage_bdy li:first-child {
  border-left: 0;
}
#index-body .i-advantage .i_advantage_bdy li:hover .img-box {
  transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-equipment {
  display: block;
  background: url(../images/equi_01.jpg) no-repeat right top;
}
#index-body .i-equipment .title {
  display: block;
  width: 395px;
  height: 587px;
  overflow: hidden;
  padding: 100px 0 0;
  background-color: #fff;
}
#index-body .i-equipment .title h3 {
  display: block;
  color: #000;
  font-size: 62px;
  font-weight: bold;
  text-transform: capitalize;
}
#index-body .i-equipment .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 34px 0 50px;
}
#index-body .i-equipment .title p {
  font-size: 16px;
  line-height: 2em;
}
#index-body .footer_top {
  background: #ffffff url(../images/feedback.jpg) no-repeat left top;
}
#index-body .footer_top .footer_feedback {
  width: 61.25%;
  padding: 0 0 0 10%;
}
#index-body .footer_top .footer_feedback .title {
  display: block;
  color: #fff;
  height: 160px;
  padding: 50px 0 0;
}
#index-body .footer_top .footer_feedback .title h3 {
  font-size: 62px;
}
#index-body .footer_top .footer_feedback .title p {
  font-weight: bold;
  line-height: 2em;
}
#index-body .footer_top .footer_feedback .form {
  display: block;
  width: 354px;
}
#index-body .footer_top .footer_feedback .form img{
	width: auto;
}
#index-body .footer_top .footer_feedback .form input {
  display: block;
  height: 36px;
  width: 100%;
  outline: none;
  border: 0;
}
#index-body .footer_top .footer_feedback .form textarea {
  width: 100%;
  outline: none;
  resize: none;
  border: 0;
  height: 137px;
  padding: 10px 0 0 40px;
}
#index-body .footer_top .footer_feedback .form ul li {
  position: relative;
  display: block;
  margin: 0 0 7px;
}
#index-body .footer_top .footer_feedback .form ul li span{
	display: block;
	
}
span.wpcf7-not-valid-tip{
	color: #fff!important;
}
#index-body .footer_top .footer_feedback .form ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 29px;
  height: 36px;
  left: 0;
  top: 0;
}
#index-body .footer_top .footer_feedback .form ul li.inp input {
  padding: 0 0 0 40px;
}
#index-body .footer_top .footer_feedback .form ul li.inp1:before {
  background: #ffffff url(../images/form_01.png) no-repeat right center;
}
#index-body .footer_top .footer_feedback .form ul li.inp2:before {
  background: #ffffff url(../images/form_02.png) no-repeat right center;
}
#index-body .footer_top .footer_feedback .form ul li.inp3:before {
  background: #ffffff url(../images/form_03.png) no-repeat right center;
}
#index-body .footer_top .footer_feedback .form ul li.inp4:before {
  background: #ffffff url(../images/form_04.png) no-repeat right center;
}
#index-body .footer_top .footer_feedback .form ul li.inp5:before {
  background: #ffffff url(../images/form_05.png) no-repeat right center;
}
#index-body .footer_top .footer_feedback .form ul li.code {
  margin: 13px 0 18px;
}
#index-body .footer_top .footer_feedback .form ul li.code input {
  width: 280px;
  float: left;
}
#index-body .footer_top .footer_feedback .form ul li.code img {
  display: block;
  width: auto;
  float: right;
  height: 36px;
  max-width: 74px;
  background-color: #fff
}
#index-body .footer_top .footer_feedback .form ul li.btns .btn {
  color: #ccc;
  background-color: #000;
}
#index-body .footer_top .footer_feedback .form ul li.btns .rest {
  color: #000;
  background-color: #bcbcbc;
}
#index-body .footer_top .footer_feedback .form ul li.btns input {
  display: inline-block;
  width: 140px;
}
#index-body .footer_top .footer_feedback .form ul li.btns input:hover {
  color: #000;
  background-color: #fff;
}
#index-body .footer_top .footer_feedback .feedback_box {
  display: block;
  padding: 46px;
  height: 498px;
  overflow: hidden;
  background-color: rgba(201, 21, 33, 0.87);
}
#index-body .footer_top .footer_feedback .feedback_box .febck {
  width: 496px;
  padding: 12px 0 0;
}
#index-body .footer_top .footer_feedback .feedback_box .febck h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#index-body .footer_top .footer_feedback .feedback_box .febck p {
  color: #fff;
  font-size: 12px;
  margin: 18px 0;
  line-height: 1.6em;
}
#index-body .footer_top .footer_feedback .feedback_box .febck ul li {
  display: block;
  float: left;
  width: 160px;
  height: 92px;
  line-height: 90px;
  text-align: center;
  margin: 0 5px 5px 0;
  background-color: #fff;
}
#index-body .footer_top .footer_feedback .feedback_box .febck ul li a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
#index-body .footer_top .footer_feedback .feedback_box .febck ul li a:hover {
  color: #c91521;
}
#index-body .footer_top .footer_contact {
  width: 38.75%;
  background-color: #fff;
}
#index-body .footer_top .footer_contact .title {
  display: block;
  height: 270px;
  padding: 10px 27px;
  overflow: hidden;
}
#index-body .footer_top .footer_contact .title h3 {
  position: relative;
  display: block;
  color: #000;
  padding: 20px 0;
  font-size: 62px;
  font-weight: bold;
}
#index-body .footer_top .footer_contact .title h3:after {
  position: absolute;
  display: block;
  content: '';
  width: 90px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#index-body .footer_top .footer_contact .title h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  margin: 12px 0 0;
}
#index-body .footer_top .footer_contact .title p {
  line-height: 2em;
}
#index-body .footer_top .footer_contact .title p span {
  display: inline-block;
  margin: 0 20px 0 0;
}
#index-body .footer_top .footer_contact .title a {
  color: #333;
  text-transform: uppercase;
}
#index-body .footer_top .footer_contact .title a:hover {
  color: #c91521;
}
#index-body .footer_top .footer_contact .map {
  display: block;
}
#index-body .footer_top .footer_contact .map img{
	width: auto;
}
#footer .footer_bottom {
  display: block;
  padding: 0 5%;
  background-color: #2b2b2b;
  border-top: 10px solid #b01d26;
}
#footer .footer_bottom .link a {
  display: inline-block;
  line-height: 95px;
  margin: 0 7px;
}
#footer .footer_bottom .link a img {
  width: auto;
}
#footer .footer_bottom .bottom {
  display: block;
  overflow: hidden;
  line-height: 95px;
  height: 97px;
}
#footer .footer_bottom .bottom p {
  display: inline-block;
  color: #fff;
}
#footer .footer_bottom .bottom p span {
  color: #c91521;
}
#footer .footer_bottom .bottom p a {
  color: #fff;
}
#footer .footer_bottom .bottom p a:hover {
  color: #c91521;
}
.banner {
  position: relative;
  display: block;
  height: 350px;
  z-index: 1;
  overflow: hidden;
}
.banner .banner_title {
  margin-top: 10em;
  text-align: center;
}
.banner .banner_title h2 {
  display: block;
  font-size: 2.7em;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}
.banner .banner_title .bread-crumbs {
  padding: 15px 0;
  font-size: 1.3em;
  color: #fff;
}
.banner .banner_title .bread-crumbs a,
.banner .banner_title .bread-crumbs span {
  color: #fff;
  font-size: 16px;
}
.banner .banner_title .bread-crumbs a:hover {
  color: #d8261a;
}
.about_banner {
  background: url(../images/about_bannerjpg.jpg) no-repeat center top;
}
.lg_banner {
  background: url(../images/lg_banner.jpg) no-repeat center top;
}
.cont_banner {
  background: url(../images/cont_bannerjpg.jpg) no-repeat center top;
}
.news_banner {
  background: url(../images/news_bannerjpg.jpg) no-repeat center top;
}
.pro_banner {
  background: url(../images/pro_bannerjpg.jpg) no-repeat center top;
}
.inner-page {
  position: relative;
  overflow: hidden;
}
.inner-page .page-container {
  padding: 1em 0;
}
.inner-page .sidebar {
  position: relative;
  z-index: 20;
  width: 25%;
}
.inner-page .sidebar .sidebar_top {
  margin: 1.6em 0 5em;
}
.inner-page .sidebar .sidebar_top h4.tit {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1.66665em;
}
.inner-page .sidebar .sidebar_top .side_menu {
  position: relative;
  display: block;
}
.inner-page .sidebar .sidebar_top .side_menu > li {
  display: block;
  border-top: 1px solid #e0e0dc;
}
.inner-page .sidebar .sidebar_top .side_menu > li a {
  display: block;
  color: #1a1918;
  padding: 1em 1.5em;
}
.inner-page .sidebar .sidebar_top .side_menu > li a:hover {
  color: #c91521;
}
.inner-page .sidebar .sidebar_top .side_menu > li ul{
	margin-left: 15px;
}
.inner-page .sidebar .sidebar_top .side_menu > li ul li{
	padding: 1em  0;
	border-top: 1px solid #e0e0dc;
}
.inner-page .sidebar .sidebar_top .side_menu > li ul li{
	padding: 0 1.5em;
}
.inner-page .sidebar .sidebar_bottom {
  position: relative;
  display: none;
  padding: 6em 0 4em;
}
.inner-page .sidebar .sidebar_bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  width: 100vw;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  z-index: -1;
  padding-bottom: 3.333em;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.inner-page .sidebar .sidebar_bottom .catalog-form__title {
  font-weight: 900;
  line-height: 1;
  font-size: 24px;
}
.inner-page .sidebar .sidebar_bottom .catalog-form__sub {
  margin: .5em 0;
  font-size: 16px;
  text-indent: 1em;
}
.inner-page .sidebar .sidebar_bottom .catalog-form__sub i {
  font-style: italic;
}
.inner-page .sidebar .sidebar_bottom .catalog-form__image {
  position: relative;
  left: -15%;
  width: 115%;
  margin: 2em 0;
}
.inner-page .sidebar .sidebar_bottom .p-r b {
  font-size: 20px;
}
.inner-page .sidebar .sidebar_bottom .p-r i {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin: 12px 0;
}
.inner-page .sidebar .sidebar_bottom .p-r p {
  line-height: 2em;
  font-size: 12px;
}
.inner-page .sidebar .sidebar_bottom .p-r .form-content {
  margin-top: 34px;
}
.inner-page .sidebar .sidebar_bottom .p-r .form-content input {
  display: block;
  padding: .6em .8em;
  border: 1px solid #cbcac6;
  margin: 0 0 12px;
  outline: none;
}
.inner-page .sidebar .sidebar_bottom .p-r .form-content .input {
  width: 80%;
}
.inner-page .sidebar .sidebar_bottom .p-r .form-content input[type="submit"] {
  display: block;
  background-color: #fcc403;
  color: #000;
  font-size: 16px;
  border-top: 1px solid #ffd633;
  vertical-align: baseline;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: .3em 2.4em;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s ease, border 0.25s ease;
}
.inner-page .page-right-bar {
  width: 75%;
  padding-left: 3.3333em;
}
.inner-page .page-right-bar .bdyNav {
  text-align: right;
  margin: 1.6em 0;
  font-size: 16px;
  color: #555;
  margin-right: 3%;
}
.inner-page .page-right-bar .bdyNav a {
  color: #555;
}
.inner-page .page-right-bar .bdyNav a:hover {
  color: #c91521;
}
.inner-page .i-page__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f5f4f0;
}
.inner-page .i-page__bg .i-page__bg-left,
.inner-page .i-page__bg .i-page__bg-right {
  float: left;
  height: 100%;
}
.inner-page .i-page__bg .i-page__bg-left {
  width: 40%;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.2);
}
.inner-page .i-page__bg .i-page__bg-right {
  width: 75%;
}

.about-page .title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.about-page .title span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 22px;
  line-height: 36px;
}
.about-page .title span:before,
.about-page .title span:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 17.5px;
  width: 27px;
  height: 1px;
  background: #c8c8c8;
}
.about-page .title span:before {
  left: 0;
}
.about-page .title span:after {
  right: 0;
}
.about_top_link {
  height: 60px;
}
.about_top_link .container {
  width: 1340px;
}
.about_top_link .bdyNav {
  display: block;
  float: left;
  font-size: 14px;
  color: #555;
  line-height: 60px;
}
.about_top_link .bdyNav a {
  display: inline-block;
  color: #555;
  margin: 0 5px;
}
.about_top_link .bdyNav a:hover {
  color: #c91521;
}
.about_top_link .side_link {
  display: block;
  float: right;
}
.about_top_link .side_link li {
  display: inline-block;
  margin-left: 50px;
  line-height: 58px;
  border-bottom: 2px solid #fff;
}
.about_top_link .side_link li a {
  color: #555;
      font-size: 14px;
}
.about_top_link .side_link li:hover {
  border-color: #C91521;
}
.about_top_link .side_link li:hover a {
  color: #c91521;
}
.about-artical .about_artical_top {
  padding: 72px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.about-artical .about_artical_top .title {
  margin: 0 0 35px;
}
.about-artical .about_artical_top .title p {
  color: #333;
}
.about-artical .about_artical_top .title span {
  color: #555;
}
.about-artical .about_artical_top .bdy p {
  text-align: left;
  text-indent: 2em;
  font-size: 15px;
  line-height: 1.8em;
}
.about-artical .about_artical_list {
  padding: 46px 0;
}
.about-artical .about_artical_list li {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
}
.about-artical .about_artical_list li img {
  display: inline-block;
  width: auto;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-artical .about_artical_list li h5 {
  display: block;
  font-size: 18px;
  margin: 16px 0;
}
.about-artical .about_artical_list li p {
  display: inline-block;
  text-align: left;
  width: 252px;
  font-size: 14px;
  line-height: 1.8em;
}
.about-artical .about_artical_list li:hover img {
  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);
}
.about-artical .about_culture {
  padding: 70px 0 50px;
  background-color: #fff;
}
.about-artical .about_culture .title {
  margin-bottom: 50px;
}
.about-artical .about_culture .img {
  display: block;
  float: left;
}
.about-artical .about_culture .txt {
  padding-top: 150px;
  font-size: 14px;
  line-height: 2em;
}
.about-artical .about_honor {
  overflow: hidden;
  background-color: #f5f5f5;
}
.about-artical .about_honor .title {
  margin: 36px 0;
}
.about-artical .about_honor .honor_box {
  position: relative;
}
.about-artical .about_honor .honor_box span {
  position: absolute;
  display: block;
  top: 110px;
  cursor: pointer;
}
.about-artical .about_honor .honor_box #honor_l {
  left: -10px;
}
.about-artical .about_honor .honor_box #honor_r {
  right: -10px;
}
.about-artical .about_honor .honor_box ul {
	margin: 0 auto;
}
.about-artical .about_honor .honor_box ul li {
  display: block;
  float: left;
  width: 379px;
  margin: 0 21px 0 0;
}
.about-artical .about_honor .honor_box a.more {
  display: block;
  margin: 50px auto;
  width: 170px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background-color: #c91521;
}
.about-artical .about_equipment {
  padding: 94px 0;
}
.about-artical .about_equipment .equipment_box {
  position: relative;
}
.about-artical .about_equipment .equipment_box ul{
	margin: 42px auto 0;
}
.about-artical .about_equipment .equipment_box ul li {
  display: block;
  float: left;
  width: 387px;
  height: 280px;
  overflow: hidden;
  margin: 0 4px 0 0;
}
.about-artical .about_equipment .equipment_box a.more {
  display: block;
  margin: 50px auto;
  width: 170px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background-color: #c91521;
}



.contact-page img {
  width: auto;
}
.contact-page #map {
  display: block;
  width: 100%;
  overflow: hidden;
}
.contact-page .l-page__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f5f4f0;
}
.contact-page .l-page__bg .l-page__bg-left,
.contact-page .l-page__bg .l-page__bg-right {
  float: left;
  height: 100%;
}
.contact-page .l-page__bg .l-page__bg-left {
  width: 75%;
}
.contact-page .l-page__bg .l-page__bg-right {
  width: 25%;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.2);
}
.contact-page h2.page-title-1 {
  font-size: 2.7777em;
  line-height: 1;
  color: #222426;
  font-weight: 600;
  padding: 1em 0;
}
.contact-page .l-page__content-left,
.contact-page .l-page__content-right {
  float: left;
}
.contact-page .l-page__content-left .page-card,
.contact-page .l-page__content-right .page-card {
  position: relative;
  z-index: 20;
  margin: 1.6em 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  white-space: normal;
  text-align: left;
}
.contact-page .l-page__content-left .page-card-wrapper,
.contact-page .l-page__content-right .page-card-wrapper {
  padding: 3.3em;
}
.contact-page .l-page__content-left {
  width: 72%;
  padding-right: 3.6em;
}
.contact-page .l-page__content-right {
  width: 28%;
}
.contact-page .page-card.hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.contact-page .page-card-small-wrapper {
  padding: 3.3em 1.6em;
}
.contact-page .contact-list .page-row {
  padding: 2.5em 0;
  border-bottom: 1px solid #e5e5e5;
}
.contact-page .contact-list .page-row .left {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 38.8889%;
}
.contact-page .contact-list .page-row .right {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 61.1111%;
}
.contact-page .contact-list .page-row a {
  color: #c91521;
}
.contact-page .contact-list .page-row a i {
  display: inline-block;
}
.contact-page .contact-list .page-row a span {
  display: inline-block;
  color: #333;
  margin: 0 3px;
  border-bottom: 1px solid #b2b2b2;
}
.contact-page .contact-list .page-row:last-child {
  border-bottom: 0;
}
.contact-page .page-card-small-wrapper a.text {
  display: block;
  color: #1a1918;
  font-size: 1.3334em;
}
.contact-page .page-card-small-wrapper a.text span {
  font-size: .5556em;
  vertical-align: top;
}
.contact-page .page-card-small-wrapper .page-row {
  padding: 2.5em 0;
  border-bottom: 1px solid #e5e5e5;
}
.contact-page .page-card-small-wrapper .page-row .gray20 {
  color: #7f7f7f;
}
.contact-page .page-card-small-wrapper .page-row.page-row--pt {
  padding-top: 1em;
}
.contact-page .form-content input {
  display: block;
  padding: .6em .8em;
  border: 1px solid #cbcac6;
  margin: 0 0 12px;
  outline: none;
}
.contact-page .form-content .input {
  width: 100%;
}
.contact-page .form-content input[type="submit"] {
  display: block;
  background-color: #fcc403;
  color: #000;
  font-size: 16px;
  border-top: 1px solid #ffd633;
  vertical-align: baseline;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: .5em 2.4em;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s ease, border 0.25s ease;
}
.down-page {
  padding: 5.4em 0;
  background-color: #fff;
}
.down-page .about__benefits-row {
  position: relative;
  height: 30em;
}
.down-page .about__benefits-row .dt {
  display: table;
}
.down-page .about__benefits-row .dt .dtc {
  display: table-cell;
  vertical-align: middle;
}
.down-page .about__benefits-row .ff {
  width: 100%;
  height: 100%;
}
.down-page .about__benefits-row .about__benefits-img {
  position: relative;
  display: block;
  z-index: 20;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}
.down-page .about__benefits-row .about__benefits-col {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.down-page .about__benefits-row .about__benefits-col.left {
  float: left;
}
.down-page .about__benefits-row .about__benefits-col.right {
  float: right;
}
.down-page .about__benefits-row .about__benefits-text {
  padding: 0 20%;
}
.down-page .about__benefits-row .about__benefits-text p {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
}
.down-page .about__benefits-row .about__benefits-text .about__benefits-title {
  font-size: 1.2em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  margin-bottom: .5em;
}
.product-page .title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.product-page .title span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 22px;
  line-height: 36px;
}
.product-page .title span:before,
.product-page .title span:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 17.5px;
  width: 27px;
  height: 1px;
  background: #c8c8c8;
}
.product-page .title span:before {
  left: 0;
}
.product-page .title span:after {
  right: 0;
}
.pro_top_link {
  height: 60px;
  overflow: hidden;
}
.pro_top_link .container {
  width: 1340px;
}
.pro_top_link .bdyNav {
  display: block;
  float: left;
  font-size: 14px;
  color: #555;
  line-height: 60px;
}
.pro_top_link .bdyNav a {
  display: inline-block;
  color: #555;
  margin: 0 5px;
}
.pro_top_link .bdyNav a:hover {
  color: #c91521;
}
.pro_top_link .side_link {
  display: block;
  float: right;
}
.pro_top_link .side_link li {
  display: inline-block;
  margin-left: 50px;
  line-height: 60px;
  border-bottom: 2px solid #fff;
}
.pro_top_link .side_link li a {
  color: #555;
}
.pro_top_link .side_link li:hover {
  border-color: #C91521;
}
.pro_top_link .side_link li:hover a {
  color: #c91521;
}
.product_list {
  padding: 72px 0 0;
}
.product_list .product_list_ul {
  margin: 60px 0 180px;
}
.product_list .product_list_ul li {
  position: relative;
  display: block;
  float: left;
  width: 16.666%;
  width: 317px;
}
.product_list .product_list_ul li .box {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 50%;
  bottom: -95px;
  margin-left: -95px;
  background-color: #fff;
}
.product_list .product_list_ul li .box .bg {
  position: absolute;
  display: block;
  content: '';
  width: 167px;
  height: 167px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  margin: -83.5px 0 0 -83.5px;
  background-color: #f5f5f5;
}
.product_list .product_list_ul li .box .bg span {
  display: block;
  color: #333;
  font-size: 21px;
  margin: 60px 0 10px;
}
.product_list .product_list_ul li .box .bg i {
  display: inline-block;
  width: 29px;
  height: 28px;
  background: url(../images/catg_n.png) no-repeat center center;
}
.product_list .product_list_ul li:hover .box .bg,
.product_list .product_list_ul li.active .box .bg {
  background-color: #c91521;
}
.product_list .product_list_ul li:hover .box .bg span,
.product_list .product_list_ul li.active .box .bg span {
  color: #fff;
}
.product_list .product_list_ul li:hover .box .bg i,
.product_list .product_list_ul li.active .box .bg i {
  background: url(../images/catg_w.png) no-repeat center center;
}
.product_bdybox ul li {
  display: block;
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.product_bdybox ul li p {
  display: block;
  color: #333;
  margin: 7px 0 0;
}
.product_bdybox ul li:nth-child(4n) {
  margin-right: 0;
}
.flower_display .title {
  margin: 50px 0;
}
.flower_display .flower_display_box {
  display: block;
  height: 762px;
}
.flower_display .flower_display_box .left {
  display: block;
  float: left;
  width: 60%;
}
.flower_display .flower_display_box .right {
  display: block;
  float: right;
  width: 40%;
  height: 762px;
  overflow: hidden;
}
.flower_display .flower_display_box .right #custom {
  display: block;
  margin: 32px auto;
  position: relative;
  width: 762px;
  height: 508px;
}
.flower_display .flower_display_box .right #custom img.ssdkf {
  display: block!important;
  width: auto;
  margin: 0 auto;
}
.flower_display .flower_display_box .right #custom .sanWrapBox{
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    width: 100px;
    position: absolute;
    left: 36.4%;
    bottom: -72px;
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san1{
    transform: rotate(-0.25deg) translate3d(0px, 0px, 0px);
    left: 57.345%;
    bottom: -52px;
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san2{
    bottom: 75.506px;
    left: 70.02%;
    transform: rotate(-45deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san3{
    bottom: 234.08px;
    left: 67.213%;
    transform: rotate(-89.985deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san4{
    bottom: 331px;
    left: 50.35267%;
    transform: rotate(-135deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san5{
    bottom: 310px;
    left: 29.55%;
    transform: rotate(-179.69deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san6{
    bottom: 181.59px;
    left: 16.73%;
    transform: rotate(-224.9764deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanWrapBox.san7{
    bottom: 24.59px;
    left: 19.7%;
    transform: rotate(-269.94deg) translate3d(0px, 0px, 0px);
}
.flower_display .flower_display_box .right #custom .sanBox {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-transform: skew(23deg, 23deg) translate3d(0, 0, 0);
    -moz-transform: skew(23deg, 23deg) translate3d(0, 0, 0);
    -ms-transform: skew(23deg, 23deg) translate3d(0, 0, 0);
    -o-transform: skew(23deg, 23deg) translate3d(0, 0, 0);
    transform: skew(23deg, 23deg) translate3d(0, 0, 0);
}
.flower_display .flower_display_box .right #custom .san{
    width: 360px;
    height: 280px;
    position: absolute;
    left: -50%;
    margin-top: -18px;
    margin-left: 57px;
    top: -50%;
    -webkit-transform: skew(-20deg, -20deg) rotate(-45deg);
    -moz-transform: skew(-20deg, -20deg) rotate(-45deg);
    -ms-transform: skew(-20deg, -20deg) rotate(-45deg);
    -o-transform: skew(-20deg, -20deg) rotate(-45deg);
    transform: skew(-20deg, -20deg) rotate(-45deg);
    opacity: 0.7;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.flower_display .flower_display_box .right .custom_list {
  padding: 0 72px;
}
.flower_display .flower_display_box .right .custom_list ul {
  position: relative;
  display: block;
  float: left;
}
.flower_display .flower_display_box .right .custom_list ul li {
  position: relative;
  display: block;
  float: left;
  width: 194px;
}
.flower_display .flower_display_box .right .custom_list #form1 {
  display: block;
  float: right;
  width: 152px;
  position: relative;
  z-index: 999;
}
.sample_book {
  padding: 85px 0;
  background-color: #f5f5f5;
}
.sample_book .sample_box {
  position: relative;
  margin: 42px auto 0;
}
.sample_book .sample_box span {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}
.sample_book .sample_box #sample_l {
  left: -50px;
}
.sample_book .sample_box #sample_r {
  right: -50px;
}
.sample_book .sample_box ul li {
  display: block;
  float: left;
  width: 300px;
  margin-right: 30px;
}
.sample_book .sample_box ul li .zoom-pic{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.sample_book .sample_box .scroll-box{
	overflow: hidden;
	padding: 10px;
}
.sample_book .sample_box ul{
	width: 9999px;
}
.sample_book .sample_box a.more {
  display: block;
  margin: 80px auto 0;
  width: 170px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background-color: #c91521;
}

.prodet-page .i-page__bg .i-page__bg-left {
  width: 45%;
}
.prodet-page .i-page__bg .i-page__bg-right {
  width: 55%;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.2);
}
.prodet-page .product-details {
  padding: 2em 0;
}
.prodet-page .product-details .prodet-top-l {
  width: 55%;
  padding: 1%;
  background-color: #fff;
}
.prodet-page .product-details .prodet-top-l .b-pro {
  padding: 10px;
  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: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: 0px;
}
.prodet-page .product-details .prodet-top-l .mark {
  width: 710px;
  height: 595px;
  position: absolute;
  z-index: 20;
  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: 550px;
  height: 363px;
  left: 100%;
  top: 0px;
  background: #eee;
}
.prodet-page .product-details .prodet-top-l .big_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 42%;
  float: right;
}
.prodet-page .product-details .prodet-top-r h1 {
  margin: 30px 0;
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 10px;
}
.prodet-page .product-details .prodet-top-r p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.prodet-page h4.pro-title {
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #cf1b34;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-bottom .prodet-information {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.8em;
}
.news-page .new-list-haspic {
  padding: 2.1em 0;
  background-color: #fff;
}
.news-page .new-list-haspic li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .new-list-haspic li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  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 .new-list-haspic li i {
  display: block;
  color: #777;
  margin: 10px 0;
  font-size: 14px;
}
.news-page .new-list-haspic li p {
  line-height: 1.8em;
  font-size: 14px;
  color: #555;
}
.news-page .new-list-haspic li:hover h3,
.news-page .new-list-haspic li:hover i,
.news-page .new-list-haspic li:hover p {
  color: #c91521;
}
.news {
  background: #fff;
  padding: 2em;
  overflow: hidden;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  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: 12px;
}
.news .news_contents {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 13px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 13px;
  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: 12px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.MicrosoftMap {
  width: 100%!important;
}
.lg-page .i-pro-box li {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  cursor: pointer;
}
.lg-page .i-pro-box li p {
  text-align: center;
  margin: 7px 0;
  color: #333;
}
.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: 0px;
  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 {
  text-align: center;
  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 10px;
  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: #c91521;
}
.m-page a:active {
  background: #c91521;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  cursor: default;
  color: #fff;
  background: #c91521;
}
.m-page-sm {
  display: block;
  margin: 40px 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: 0px 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 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-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 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;
}


.custom-box{
	padding-left: 150px;
}
.custom-box .custom-box-top{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 657px;
	height: 654px;
	overflow: hidden;
	background: url(../images/kuangjia.png) no-repeat center center;
}
.custom-box .custom-box-top li{
	position: absolute;
  width: 257px;
  height: 308px;
  display: block;
  overflow: hidden;
  /*background: url(../images/123.jpg);*/
/*	  -webkit-transform: skew(45deg, 45deg) translate3d(0, 0, 0);
  -moz-transform: skew(45deg, 45deg) translate3d(0, 0, 0);
  -ms-transform: skew(45deg, 45deg) translate3d(0, 0, 0);
  -o-transform: skew(45deg, 45deg) translate3d(0, 0, 0);*/
  /*transform: skew(4deg, 4deg) translate3d(0, 0, 0);*/
}
.custom-box-top li .box {
  position: absolute;
  display: block;
  left: -83px;
  top: 86px;
  background: url(../images/123.jpg);
  width: 420px;
  height: 440px;
  transform: translate(0, 0) rotate(22.85deg) scale(1, 1) skew(0deg, 0deg) rotateX(42deg) rotateY(56deg);
  -webkit-transform: translate(0, 0) rotate(22.85deg) scale(1, 1) skew(0deg, 0deg) rotateX(42deg) rotateY(56deg);
  -moz-transform: translate(0, 0) rotate(22.85deg) scale(1, 1) skew(0deg, 0deg) rotateX(42deg) rotateY(56deg);
  -ms-transform: translate(0, 0) rotate(22.85deg) scale(1, 1) skew(0deg, 0deg) rotateX(42deg) rotateY(56deg);
  -o-transform: translate(0, 0) rotate(22.85deg) scale(1, 1) skew(0deg, 0deg) rotateX(42deg) rotateY(56deg);
}
.custom-box .custom-box-top .li_01{
  top: 331px;
  left: 201px;
  z-index: 1;
}
.custom-box .custom-box-top .li_02{
	top: 286px;
	left: 89px;
	transform: rotate(44.6deg);
}
.custom-box .custom-box-top .li_03{
	top: 174px;
	left: 42px;
	transform: rotate(89.8deg);
}
.custom-box .custom-box-top .li_04{
	top: 62px;
	left: 87px;
	transform: rotate(134.75deg);
}
.custom-box .custom-box-top .li_05{
	top: 17px;
	left: 198px;
	transform: rotate(180deg);
}
.custom-box .custom-box-top .li_06{
	top: 60px;
	left: 310px;
	transform: rotate(225deg);
}
.custom-box .custom-box-top .li_07{
	top: 171px;
	left: 357px;
	transform: rotate(270deg);
}
.custom-box .custom-box-top .li_08{
	top: 283px;
	left: 312px;
	transform: rotate(315deg);
}
.down-list{}
.down-list dl{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.down-list dl dd{
	text-align: center;
	margin: 12px 0;
	color: #333;
}
.down-list dl dt{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}


@media screen and (max-width: 1860px){
	#index-body .footer_top .footer_feedback{
		padding-left: 1%;
	}
}

.sy{
	position: relative;
}
.sy:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	background: url(../images/sy.png) no-repeat center;
}