body {
  overflow-x: hidden;
 font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.logo{width:30%;}
.logo img{width:auto; float:left;}
.logo span{width:auto; display:block; margin-top: 7px; float: left; font-size: 20px;  text-transform: uppercase; margin-left:15px;}
.logo p{float:left;}
.logo p span {font-size: 16px; margin-top: 0px; text-transform: capitalize;}
a {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
a:hover,
a:focus,
a:active {
  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 .h-top {
  padding: 10px 0 15px 0;
}
#header .h-top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
#header .h-top .h-top-contact {
  padding-top:11px;
}
#header .h-top .h-top-contact li {
  width: auto;
  margin-left: 30px;
}
#header .h-top .h-top-contact li,
#header .h-top .h-top-contact li i,
#header .h-top .h-top-contact li span {
  float: left;
}
#header .h-top .h-top-contact li i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(149, 55, 53, 0.6);
  font-size: 20px;
}
#header .h-top .h-top-contact li span {
  width: auto;
  font-size: 14px;
  line-height: 20px;
  padding-top: 3px;
  margin-left: 16px;
}
#header .h-top .h-top-contact li span a {
  display: block;
  color: #000;
}
#header .h-top .h-top-contact li.h-add {
  text-transform: capitalize;
}
#header .h-top .h-top-contact li.h-add span {
  padding-top: 0;
}




#header .nav {
  height: 64px;
  line-height: 64px;
  background: rgba(0, 0, 0, 0.8);
}
#header .nav .menu-box {
  float: left;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;line-height: 64px; height:64px; display:block;
  color: #fff; font-weight:bold;
  padding: 0 40px;
}
#header .nav .menu-box .menu > li > a:hover,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
   
  background:#953735;
}
#header .nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: 0;
  width: 220px;
  background: #fff;
  text-align: left;
  z-index: 99;
  display: none;
  box-shadow: 0 0 3px 0 #666666;
  -webkit-box-shadow: 0 0 3px 0 #666666;
  -moz-box-shadow: 0 0 3px 0 #666666;
  -ms-box-shadow: 0 0 3px 0 #666666;
  -o-box-shadow: 0 0 3px 0 #666666;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  color: #999;
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
}
.f-contact div.wpcf7-response-output{
	color: #fff;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #953735;
}
#header .nav .menu-box .menu > li .sub-menu li:hover a {
  color: #fff;
}




.read-more {
	display: block;
	text-align: center;
	background: #953735;
	color: #fff;
	text-transform: uppercase;
}
.read-more:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
#index-body h3.i-tit {
  font-weight: 600;
  color: #953735;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-family: impact;
}
#index-body h3.i-tit span {
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 3px solid #953735;
}
#index-body .i-product {
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 0 120px;
  position: relative;
}
#index-body .i-product .proList{ float:right;}
#index-body .i-product .proList li{ float:left;}
#index-body .i-product .proList li a{ padding:0px 20px; color:#fff; font-size:16px; border-right:1px dotted #999;}
#index-body .i-product .proList li:last-child > a{border-right:0px;}
#index-body .i-product .proList li a:hover{color:#953735;}


#index-body .i-product .i-product-scroll-box {
  overflow: hidden;
  margin: 0 auto;
}
#index-body .i-product .i-product-scroll-box ul {
  width: 9999px;
}
#index-body .i-product .i-product-scroll-box li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  float: left;
  margin-right: 30px;
  padding: 6px;
  background: #fff;
}
#index-body .i-product .i-product-scroll-box li p {
  text-transform: uppercase;
  color: #1d1f22;
  text-align: center;
  margin: 14px 0 8px;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  overflow: hidden;
}
#index-body .i-product .i-product-scroll-box li:hover,#index-body .i-product .i-product-scroll-box li a:hover {
  background: #953735;
  color: #FFF;
}
#index-body .i-product .scroll-arr-box {
  position: absolute;
  bottom: 32px;
  z-index: 9;
  left: 50%;
  width: 86px;
  height: 33px;
  margin-left: -43px;
}
#index-body .i-product .scroll-arr-box .i-product-arr {
  float: left;
  width: 33px;
  height: 100%;
  cursor: pointer;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
#index-body .i-product .scroll-arr-box .i-product-arr.i-product-arr-l {
  background: url(../images/i-pro-arr-l.jpg) no-repeat;
}
#index-body .i-product .scroll-arr-box .i-product-arr.i-product-arr-r {
  background: url(../images/i-pro-arr-r.jpg) no-repeat;
  float: right;
}
#index-body .i-product .scroll-arr-box .i-product-arr:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
#index-body .i-news {
  padding: 44px 0 74px;
}
#index-body .i-news .i-tit {
  color: #953735;
}
#index-body .i-news .i-tit span {
  color: #333333;
  border-bottom: 3px solid #953735;
}
#index-body .i-news li {
  float: left;
  width: 381px;
  margin-left: 28px;
}
#index-body .i-news li:first-child {
  margin-left: 0;
}
#index-body .i-news li,
#index-body .i-news li i {
  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;
}
#index-body .i-news li .i-new-top {
  position: relative;
}
#index-body .i-news li .i-new-top i {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 66px;
  height: 74px;
  bottom: -10px;
  left: 10px;
  background: #953735;
  color: #000;
  font-family: impact;
}
#index-body .i-news li .i-new-top i em {
  display: block;
  font-size: 24px;
}
#index-body .i-news li .i-new-bottom {
  margin-top: 55px;
}
#index-body .i-news li .i-new-bottom h5 {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
#index-body .i-news li .i-new-bottom p {
  font-size: 14px;
  color: #999999;
  line-height: 1.7em;
}
#index-body .i-news li:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}
#index-body .i-news li:hover i {
  bottom: -5px;
}
#index-body .i-about {
  text-align: center;
  padding: 65px 0;
}
#index-body .i-about h1 {
  font-size: 40px;
  color: #000;
  line-height: 1.4em;
}
#index-body .i-about p {
  color: #999999;
  font-size: 16px;
  line-height: 1.8em;
  margin: 30px 0 60px;
}
#index-body .i-about p a{
color: #999999;
}
#index-body .i-about .i-about-list {
  width: 675px;
  margin: 0 auto;
}
#index-body .i-about .i-about-list li {
  float: left;
  width: 225px;
  padding: 0 20px;
  border-left: 1px solid #cfcfcf;
}
#index-body .i-about .i-about-list li:first-child {
  border-left: none;
}
#index-body .i-about .i-about-list li i {
  width: 63px;
  height: 62px;
  display: block;
  background-image: url(../images/i-about-ico.png);
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
#index-body .i-about .i-about-list li i.i-about-concept {
  background-position: left top;
}
#index-body .i-about .i-about-list li i.i-about-faith {
  background-position: -64px top;
}
#index-body .i-about .i-about-list li i.i-about-purpose {
  background-position: right top;
}
#index-body .i-about .i-about-list li span {
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;
  text-transform: uppercase;
}
#index-body .i-application {
  padding: 50px 0 40px;
  background: #f5f4f4;
}
#index-body .i-application .i-app-top h4 {
  float: left;
  width: 210px;
  text-align: left;
  font-size: 40px;
  color: #953735;
  text-transform: uppercase;
  font-family: impact;
}
#index-body .i-application .i-app-top h4 span {
  color: #333333;
}
#index-body .i-application .i-app-top p {
  float: left; display:none;
  width: 827px;
  color: #8f8f8f;
  font-size: 16px;
  font-style: italic;
  line-height: 1.4em;
  margin: 5px 0 0 40px;
  border-left: 3px solid #c6c5c5;
  padding: 5px 0 5px 40px;
}
#index-body .i-application .i-app-top p a{
color: #8f8f8f;}
#index-body .i-application .read-more {
  width: 142px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 20px auto;
}
#index-body .i-contact {
  background: #953735;
}
#index-body .i-contact .i-contact-l {
  width: 50%;
  padding-top:30px;
  height: 226px;
  background: url(../images/i-contact-l-bg.jpg) no-repeat left center;
  padding-left: 18.35%;
}
#index-body .i-contact .i-contact-l h5 {
  text-transform: uppercase;
  font-family: impact;
  font-size: 28px;
  color: #fff;
  line-height: 1.3em;
}
#index-body .i-contact .i-contact-l p {
  color: #c1bebd;
  font-size: 16px;
  margin: 20px 0;
}
#index-body .i-contact .i-contact-l .read-more {
  width: 107px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#index-body .i-contact .i-contact-r {
  width: 50%;
  padding-top:25px;
  padding-left: 40px;
}
#index-body .i-contact .i-contact-r h6 {
  color: #fff; text-transform: uppercase;
    font-family: impact;
  font-size: 28px;
  padding: 8px 0 0 30px;
  margin-bottom: 14px;
}
#index-body .i-contact .i-contact-r li {
  padding-left: 30px;
  text-transform: capitalize;
}
#index-body .i-contact .i-contact-r li a,
#index-body .i-contact .i-contact-r li i,
#index-body .i-contact .i-contact-r li span {
  color: #c1bebd;
}
#index-body .i-contact .i-contact-r li i,
#index-body .i-contact .i-contact-r li span {
  float: left;
  border-bottom: 1px solid rgba(0,0,0,.075);
  line-height: 46px;
}
#index-body .i-contact .i-contact-r li i {
  width: 30px; color:#c1bebd;
  text-align: left; 
  font-size: 20px;
}
#index-body .i-contact .i-contact-r li span {
  width: 90%; color:#c1bebd;
  font-size: 14px;
}
#index-body .i-contact .i-contact-r li:last-child i,
#index-body .i-contact .i-contact-r li:last-child span {
  border-bottom: none;
}
.i-app-list {
  margin-top: 45px;
}
.i-app-list li {
  float: left;
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 0;
}
.i-app-list li:nth-child(4n){ margin-right:0;}
.i-app-list li h6 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
  /*border-bottom: 3px solid #953735;*/
}
#lightbox a{
	transition: 0s;
	-webkit-transition:0s;
	-moz-transition:0s;
	-ms-transition:0s;
	-o-transition:0s;
}
.i-app-list li p {
  color: #999999;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 25px;
}
.i-app-list li:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}


.footer2{
	background-color: #2A2B30;
	height: 60px;
	line-height: 60px;
	color: #9e9fa1;
}
.footer2 ul{
     list-style-type: none;
     margin: 0px;
 }
 .footer2 ul a{
     color:#828282 ;
 }
 .footer2 ul li {
    float: left;
     padding-left: 10px;
     padding-right: 10px;
}
 .footer2 ul li:hover{
	 color: white;
 }



.inner-banner {
  width: 100%;
  background: url(../images/inner-banner.jpg) no-repeat center;
}
.inner-banner h2,
.inner-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 184px;
  text-transform: capitalize;
  font-weight: 600;
}
.bread-crumbs {
  background: #eaeaea;
  padding: 8px 0;
  color: #b1b1b1;
}
.bread-crumbs a,
.bread-crumbs span {
  font-size: 14px;
  color: #b1b1b1;
  margin: 0 5px;
}
.bread-crumbs a:first-child {
  margin-left: 0;
}
.inner-page .sidebar {
  width: 100%;
  padding: 28px 0;
  background: #fafafa;
}
.inner-page .sidebar .side-tit {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 5px;
  background: url(../images/side-tit-bg.jpg) no-repeat left bottom;
}
.inner-page .sidebar p {
padding-bottom:10px;
}
.inner-page .sidebar p a{
color:#333;}
.inner-page .sidebar .side-menu li {
  float: left;
  margin: 0 10px 10px 0;
}
.inner-page .sidebar .side-menu li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #953735;
  text-transform: capitalize;
  color: #f3f1f1;
  font-size: 13px;
      text-transform: uppercase;
}
.inner-page .sidebar .side-menu li a:hover,.inner-page .sidebar .side-menu li.on a {
  background: #222;
  color: #fff;
}
.inner-page .page-right-bar {
  width: 100%;
  padding: 40px 0 50px;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li h6,
.inner-page .piclist li p {
  font-weight: 600;
}
.inner-page .piclist li h6.litit {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
.inner-page .piclist li p.liintro {
  font-size: 12px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover h6,
.inner-page .piclist li:hover p {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.about-page .page-right-bar {
  padding-bottom: 0;
}
.about-page h4.about-tit {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.about-page h4.about-tit i {
  display: block;
  height: 3px;
  width: 57px;
  background: #eb4949;
  margin-top: 15px;
}
.about-page span.about-intro {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0 20px;
  display: block;
  font-size: 15px;
}
.about-page .about-artical .about-bar .about-bar-l {
  float: left;
}
.about-page .about-artical .about-bar .about-bar-r {
  float: right;
}
.about-page .about-artical .about-bar.about-profile .about-bar-l {
  width: 610px;
}
.about-page .about-artical .about-bar.about-profile .about-bar-l p {
  font-weight: 500;
  color: #777;
  line-height: 1.6em;
}
.about-page .about-artical .about-bar.about-why {
  margin-top: 90px;
}
.about-page .about-artical .about-bar.about-why .about-bar-r {
  width: 425px;
}
.about-page .about-artical .about-bar.about-why .about-bar-r li {
  margin-bottom: 15px;
}
.about-page .about-artical .about-bar.about-why .about-bar-r li img {
  width: auto;
  margin-left: 10px;
}
.about-page .about-artical .about-bar.about-why .about-bar-r li h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  margin: 20px 0;
}
.about-page .about-artical .about-bar.about-why .about-bar-r li p {
  font-weight: 600;
  line-height: 2em;
  color: #777;
}
.about-page .about-honour {
  background: url(../images/honour-bg.jpg) repeat left top;
  padding-top: 36px;
  height: 533px;
  overflow: hidden;
  margin-top: 30px;
}
.about-page .about-honour .honour-scroll-box {
  overflow: hidden;
  width: 1042px;
  margin: 24px auto 0;
}
.about-page .about-honour .honour-scroll-box li {
  width: 218px;
  float: left;
  margin-right: 56px;
}
.about-page .about-honour .honour-scroll-box li p {
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
}
.about-page .about-honour .honour-scroll-box li img {
  padding: 8px;
  background: #fff;
}
.about-page .about-honour .honour-arr {
  position: absolute;
  width: 47px;
  height: 47px;
  top: 255px;
  z-index: 9;
  cursor: pointer;
}
.about-page .about-honour .honour-arr.honour-arr-l {
  background: url(../images/honour-arr-l.jpg) no-repeat;
  left: 14px;
}
.about-page .about-honour .honour-arr.honour-arr-r {
  background: url(../images/honour-arr-r.jpg) no-repeat;
  right: 14px;
}
.about-page .about-honour .honour-arr:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.about-page .about-commitment {
  padding: 48px 0 50px;
}
.about-page .about-commitment .commitment-r {
  width: 700px;
}
.about-page .about-commitment .commitment-r p {
  font-weight: 600;
  line-height: 2em;
  margin-top: 24px;
  color: #777;
}
.product-page .piclist li {
  margin-right: 26px;
  margin-bottom: 20px;
  width: 280px;
}
.product-page .piclist li h6.litit {
  font-size: 16px;
  height: 34px;
  overflow: hidden;
}
.product-page .piclist li p.liintro {
  font-size: 13px;
}

.product_detail .product_img { width:48%; float:left;}
.product_detail .product_txt { width:48%; float:right; font-family: Avant Garde; white-space: normal;}
.product_detail .product_txt h2 { 
  height: auto; 
  font-weight:700;
  line-height: 32px;
  color: #000;
  font-size: 28px;
  margin-bottom: 25px;
}
.product_detail .product_txt p { line-height:30px; padding:5px 0px; font-size:16px; font-weight:100;}


.inner-page .piclist2 li { width:100%; height:auto; background:#f7f7f7; float: left; margin-bottom:20px;}
.inner-page .piclist2 li .product_img { width:40%; float:left; height:282px;}
.product_img img{height:100%;}
.inner-page .piclist2 li .product_txt { position:relative; height:282px; width:50%; float:left; margin-left:5%; font-family: Avant Garde; white-space: normal; padding:25px 0px;}
.inner-page .piclist2 li .product_txt h2 { 
  height: auto; font-weight:700;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.inner-page .piclist2 li .product_txt p { line-height:26px; padding:5px 0px 0px; font-size:14px; font-weight:100; color: #353434;}
.inner-page .piclist2 li .product_txt .read-more{ position:absolute; bottom:25px; height:40px; width:120px; line-height:40px; border-radius:5px;}
.inner-page .piclist3 li { width:24%; height:auto; background:#f7f7f7; float: left; margin-bottom:20px; margin-right:1.3333333%;}
.inner-page .piclist3 li:nth-child(4n){ margin-right:0;}
.inner-page .piclist3 li .case_img { width:100%; height:200px;}
.case_img img{height:100%;}
.inner-page .piclist3 li .case_txt { width:100%; height:40px; text-align:center; line-height:40px; color:#333;}

h2.title{ text-align:center; margin-bottom:20px;}

.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 20%;
}
.news-page .newslist li .new-r {
  width: 78%;
  font-weight: 600;
}
.news-page .newslist li .new-r h3 {
  font-size: 17px;
  font-weight: 600;
  color: #444;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.7em;
}
.news-page .newslist li .new-r:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.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_abst p {
  display: inline-block;
}
.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;
}

.contact-page .page-right-bar {
  padding-top: 50px;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  font-weight: 600;
}
.contact-page .contact-details h3.contact-title {
  font-weight: 600; font-family:Avant Garde;
  font-size: 24px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.contact-page .contact-details .contact-list p {
  font-size: 13px;
  line-height: 1.8em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.lg-page .piclist li {
  margin-right: 30px;
  margin-bottom: 40px;
  width: 240px;
}
.faq-page .faq-list {
  font-weight: 600;
}
.faq-page .faq-list dt {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  color: #666;
  margin: 10px 0 30px;
}
.application-page .i-app-list {
  margin-top: 0;
}
.cn-form {
  width: 100%;
  height: auto;
  font-weight: 600;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
}
.cn-form p {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px; font-family:Avant Garde;
  font-size: 23px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-l li .btnTjly {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  height: 38px;
  background: #953735;
  border: none;
  cursor: pointer;
  color: #f3f1f1;
}
.cn-form .m-form-l li .btnTjly:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 247px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
  height:195px;
  overflow: hidden;
}
.zoom-box img{max-height:100%;}
.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.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
.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;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 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: #953735;
}
.m-page a:active {
  background: #953735;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #953735;
}
.prodet-page .prodet-top-l #pic-zoom {
  position: relative;
  margin-top: 0px;
}
.prodet-page .prodet-top-l .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: transparent;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.1;
  filter: alpha(opacity=0.1);
}
.prodet-page .prodet-top-l .layer {
  width: 50px;
  height: 50px;
  background: #E8E8E8;
  position: absolute;
  opacity: 0.4;
  filter: alpha(opacity=0.4);
  display: none;
}
.prodet-page .prodet-top-l .big_pic {
  padding: 20px;
  z-index: 9;
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  background: #eee;
}
.prodet-page .prodet-top-l .big_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-width: none;
}
.prodet-information table td{
	width: auto;
	padding:5px 2px;
	font-size: 12px;
}


.about h2{ font-size:24px; font-weight:bold; line-height:50px; margin:50px auto 20px; text-align:center; border-bottom:1px dashed #f1f1f1; }
.about h3{ font-size:16px; font-weight:bold; line-height:26px; padding:7px 0px;}
.about p{ font-size:15px; line-height:26px; padding:7px 0;}
.about30{width:30%; float:left;}
.tuandui30{width:30%; float:left; text-align:center;}
.tuandui30 img{ margin:0px auto;}
.about65{width: 65%; float: right;}
.about45{width:45%; float:left;}
.about50{width: 50%; float: right;}
.paddT100{ padding-top:100px;}


.tuanduili h3{ font-size:24px; padding-bottom:10px;}
.tuanduili li{ line-height:30px; list-style:circle; font-size:14px;}
.tuanduili li p{ line-height:30px; font-size:14px; padding:0;}

table.tables{width:100%;float:left;margin-top:51px;font-size:16px;border-collapse:collapse;border-spacing:0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
table.tables th{ padding:10px;}
table.tables td{ padding:10px; font-size:14px;}
table.tables td:last-child{border-right:none;}
table.tables thead td{background:#e3e3e5;padding:22px 14px;}
/*table.tables tbody td{border-bottom:1px solid #cfcfd0;}
*/table.tables tbody tr:nth-child(2n){background:#f4f4f5;}



.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:1230px;
	*width:1230px;
}
.menu-handler {width:5.2%;height:80px;cursor: pointer;right:0px;top:0px;background:#953735;position:fixed; z-index: 10000; display:none;}
.menu-handler .burger {width: 21px;height: 3px;background: #fff;display: block;position: absolute;z-index: 5;
top:29px;left: 50%;margin: 0px 0px 0px -12px;transform-origin: center;-webkit-transform-origin: center;
-moz-transform-origin: center;-o-transform-origin: center;-ms-transform-origin: center; transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.menu-handler .burger-2 {top:38px;}
.menu-handler .burger-3 {top:47px;}
.menu-handler.active .burger-1 {top: 37px;-moz-transform: rotate(225deg);-webkit-transform: rotate(225deg);-o-transform: rotate(225deg);-ms-transform: rotate(225deg);
transform: rotate(225deg);}
.menu-handler.active .burger-2 {ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter: alpha(opacity=0);
opacity: 0;-moz-opacity: 0;-khtml-opacity: 0;-webkit-opacity: 0;left: 100%;}
.menu-handler.active .burger-3 {top: 37px;moz-transform: rotate(-225deg);-webkit-transform: rotate(-225deg);
-o-transform: rotate(-225deg);-ms-transform: rotate(-225deg);transform: rotate(-225deg);}
.trans, .trans:hover {-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;-ms-transition: all 100ms ease-in-out;}
.trans-fast,.trans-fast:hover {-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;-ms-transition: all 100ms ease-in-out;}

.menuBox{position:fixed;top:79px;right:-100%;overflow:scroll;width:100%;bottom:0px;background-color:rgba(255,255,255,0.95);z-index:60;}
.menuBoxc{ top:60px;}
.menuBox .w1200{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.menu_top{width:100%;float:left;}
.menu_top a{display:inline-block;margin-right:44px;padding-left:67px;line-height:22px;font-size:14px;color:#282828;position:relative;transition:all 0.3s;-webkit-transition:all 0.3s;}
.menu_top a:before{display:block;width:52px;height:1px;content:'';display:block;position:absolute;left:0;top:48%;background-color:#282828;transition:all 0.3s;-webkit-transition:all 0.3s;}
.menu_top a:hover{padding-left:60px;margin-right:51px;}
.menu_top a:hover:before{width:45px;}
.menuBox .w1200>ul{width:100%;float:left;margin-top:8%;}
.menuBox .w1200>ul li{float:left; margin-right:2%; width:23%;}
.menuBox .w1200>ul li>p{display:block;font-size:24px;line-height:25px;margin-bottom:40px;padding-left:0;}
.menuBox .w1200>ul li>p a{color:#282828;}
.menuBox .w1200>ul li>p a:hover{color:#953735;}
.menuBox .w1200>ul li>p span{font-size:18px;font-family:'Century Gothic';}
.menu_list {  display: block; overflow: hidden; }
.menu_list>p a { display: block; font-size: 16px; line-height: 30px; color: #666666; padding-left: 28px; }
.menu_list>p a em { display: inline-block; width: 0px; height: 1px; background-color: #666666; margin-right: 3px; transition: all 0.3s; -webkit-transition: all 0.3s; }
.menu_list>p a:hover em{width:12px;}
.menuBox .w1200>ul li>p a:hover,.menu_list>p a:hover,.menu_top a:hover,.menu_list>div a:hover{color:#953735;}
.mob{ display:none;}
@media screen and (max-width:1280px){
	.container{ width:90%;}
	#header .nav .menu-box .menu > li > a{ padding:0px 30px;}
}
@media screen and (max-width:1150px){
	#header .nav .menu-box .menu > li > a{ padding:0px 20px;}
	#header .h-top .h-top-contact li.h-add{ display:none;}
}
@media screen and (max-width:780px){
	.mob{ display:block;}
	.pc{ display:none;}
	.container{ width:95%; padding:0;}
	#header .h-top{ padding:5px 0;}
	.logo img{ height:40px;}
	
	.menu-handler{ width:60px !important; height:50px; display:block;}
	.menu-handler .burger{top:13px;}
	.menu-handler .burger-2 {top:22px;}
	.menu-handler .burger-3{top:31px;}
	.menu-handler.active .burger-1,.menu-handler.active .burger-3{top:21px;}

	.menuBox{top:0px;background-color:rgba(255,255,255,1); padding-bottom:72px !important;}
	.menu_top{display:none;}
	.menuBox .w1200>ul li>p span{ display:inline-block; color:#ccc; width:30px;}
	.menuBox .w1200{width:100%;position:static;transform:translate(0);}
	.menuBox .w1200>ul{margin-top:60px;}
	.menuBox .w1200>ul li{width:100%;margin-right:0px;}
	.menuBox .w1200>ul li>p{padding:0px 4%;margin-bottom:0px;height:45px;line-height:45px;font-size:20px; border-bottom: 1px solid #eee;}
	
	.menuBox .w1200>ul li>p.cur a{ padding-left:30px; color:#953735;}
	.menu-handler.active .burger{background:#953735;}
	.menu-handler.active{background:none;}
	.menu_list { padding:5px 0;}
	.menu_list>p {padding:0px 4%;}
	.menu_list>p a{ line-height:30px; font-size:14px;}
	
	
	#header .h-top .h-top-contact, #header .nav{ display:none;}
	
	#index-body .i-about{ padding:20px 0;}
	#index-body .i-about h1{ font-size:24px;}
	#index-body .i-about p{ font-size:14px; line-height:1.5em; margin:10px 0 20px;}
	
	#index-body .i-about .i-about-list{ width:100%;}
	#index-body .i-about .i-about-list li{ width:33%; padding:0;}
	#index-body .i-about .i-about-list li i{ margin:0 auto 10px;}
	#index-body .i-about .i-about-list li span{ font-size:16px;}
	
	#index-body .i-product{ padding:20px 0 60px;}
	#index-body h3.i-tit{ font-size:24px; margin-bottom:20px;}
	#index-body .i-product .proList li a{ padding:0px 6px; font-size:14px;}

	#index-body .i-application{ padding: 20px 0 20px;}
	#index-body .i-application .i-app-top h4{ font-size:24px;}
	.i-app-list{ margin-top:20px;}
	.i-app-list li{ width:49%; margin-right:2%;}
	.i-app-list li:nth-child(2n){ margin-right:0;}
	
	
	#index-body .i-contact .i-contact-l, #index-body .i-contact .i-contact-r{ width:100%; padding:20px 15px;}
	#index-body .i-contact .i-contact-l h5{ font-size:24px; }
	#index-body .i-contact .i-contact-l p{ font-size:14px; margin:10px 0;}
	#index-body .i-contact .i-contact-r h6{ padding:0; font-size:24px; margin-bottom:10px;}
	#index-body .i-contact .i-contact-r li{ padding-left:0;}
	#index-body .i-contact .i-contact-r li i, #index-body .i-contact .i-contact-r li span{ line-height:35px;}
	
	.footer2{ height:auto; padding:8px 0; line-height:22px; font-size:13px; }
	.footer2 ul{ display:none;}
	
	.inner-page .sidebar{ padding:15px 0 10px;}
	.inner-page .sidebar .side-tit{ margin-bottom:0px; font-size:20px;}
	.inner-page .sidebar p{ padding-bottom:5px; font-size:13px;}
	.inner-page .sidebar .side-menu li a{ height:30px; line-height:30px; font-size:12px;}
	.inner-page .page-right-bar{ padding:20px 0px;}
	
	.about30{ display:none;}
	.about45, .about50,  .about65, .tuandui30{ width:100%;}
	
	.about h2{ font-size:20px; line-height:40px; line-height:40px; margin:10px auto;}
	.about h3, .about p{ padding:3px 0px;}
	.about p{ font-size:14px;}
	
	.inner-page .piclist2 li{ margin-bottom:15px;}
	.inner-page .piclist2 li .product_img{ height:150px;}
	.inner-page .piclist2 li .product_txt{ width:55%; margin-left:3%; height:150px; padding:10px 0px;}
	.inner-page .piclist2 li .product_txt h2{ font-size:16px; margin-bottom:5px; line-height:26px;}
	.inner-page .piclist2 li .product_txt p{ line-height:20px; padding:0; height:60px; overflow:hidden; font-size:13px;}
	.inner-page .piclist2 li .product_txt .read-more{ bottom:10px; height:30px; width:80px; line-height:30px; font-size:12px;}
	
	.product_detail .product_img, .product_detail .product_txt{ width:100%;}
	.product_detail .product_txt h2{ font-size:24px; margin-bottom:10px; margin-top:20px;}
	.product_detail .product_txt p{ font-size:14px; line-height:24px;}
	
	.details-style{ padding-top:0px;}
	table.tables{ margin-top:15px; font-size:14px;}
	table.tables td{ padding:5px; font-size:12px;}
	
	.inner-page .piclist3 li{ width:49%; margin-right:2%; margin-bottom:10px;}
	.inner-page .piclist3 li:nth-child(2n){ margin-right:0;}
	.inner-page .piclist3 li .case_txt{ height:35px; line-height:35px; font-size:12px; overflow:hidden; }
	
	h2.title{ font-size:24px; margin-bottom:10px;}
	
	.contact-page .cn-form{ width:100%; padding:15px;}
	.contact-page .contact-details{ width:100%; padding:15px; margin-top:20px; margin-bottom:20px;}
	
	.cn-form .m-form-l, .cn-form .m-form-r{ width:100%;}
	.contact-page .contact-details h3.contact-title{ font-size:20px; margin-bottom:10px; padding-bottom:10px;}
	.contact-page .contact-details .contact-list h5{ margin-bottom:5px; font-size:16px;}
	.contact-page .contact-details .contact-list p{ font-size:14px;}
	.cn-form .m-form-l li .txtAre{ width:100%; height:100px;}
	
	#index-body .i-product .i-product-scroll-box li{ margin-right:10px;}
	#index-body .i-product .i-product-scroll-box li p{ margin:0px; height:26px; line-height:20px; padding-top:6px;}
	.zoom-box{ height:auto;}
	#index-body .i-product .scroll-arr-box{ bottom:15px;}
}
