@font-face{
  font-family: 'anton';	
  src: url(../fonts/anton.ttf) format('truetype');
}
body {
  overflow-x: hidden;
  font-family: "microsoft yahei" !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.banner{
	position:relative;
	width:100%;
	background:#fff;
	padding-top: 18.24%;}
.banner .item{
	display:none;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size: cover;}
.banner .nivo-directionNav a{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    background: url(../images/arrows.png) no-repeat;
	}
.lg .lg-img-wrap.sy:after{
	    width: 80%;
	left: 10%;}
.banner .nivo-directionNav .prevNav{
	left:4px;
	background-position: left top;}
.banner .nivo-directionNav .nextNav{
	right:4px;
	background-position: right top;}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.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;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
#header .h-top {
  line-height: 25px;
  height: 25px;
  background: #ebebeb;
  font-size: 12px;
  color: #2c2c2c;
  font-weight: 600;
}
#header .h-top a {
  color: #2c2c2c;
}
#header .h-top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .h-top .h-email {

}
#header .h-top .h-lan span {
  margin-right: 4px;
}
#header .h-top .h-lan a {
  margin-left: 10px;
}
#header .h-mid {
  padding: 10px 0;
  background: #f8f8f8;
}
#header .h-mid .logo {
	    position: relative;
    overflow: hidden;
    display: block;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#header .h-mid .logo:after{
  -webkit-animation: searchLights 2s ease infinite forwards;
  -moz-animation: searchLights 2s ease infinite forwards;
  -o-animation: searchLights 2s ease infinite forwards;
  animation: searchLights 2s ease infinite forwards;
  content: '';
  position: absolute;
  width: 320px;
  height: 12px;
  top: -80px;
  left: -40px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: #f8f8f8;
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);}
  @keyframes searchLights {
  0% {
    left: -120px;
    top: 0;
  }
  100% {
    left: 370px;
    top: 80px;
  }
}
@-webkit-keyframes searchLights {
  0% {
    left: -120px;
    top: 0;
  }
  100% {
    left: 370px;
    top: 80px;
  }
}
@-moz-keyframes searchLights {
  0% {
    left: -60px;
    top: 0;
  }
  100% {
    left: 370px;
    top: 80px;
  }
}
#header .h-mid .logo img {
  width: auto;
}
#header .h-mid .logo p {
  margin-left: 20px;
  float: right;
  font-size: 31px;
  color: #6472bb;
  font-weight: bold;
  padding-top: 0px;
}
#header .h-mid .logo p em {
  font-size: 12px;
  color: #2c2c2c;
  display: block;
}
#header .h-mid .logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#header .h-mid .h-search {
  position: relative;
  margin: 20px 0 0 147px;
}
#header .h-mid .h-search input {
  border: none;
  outline: none;
}
#header .h-mid .h-search input[type="text"] {
  width: 258px;
  height: 27px;
  background: #fff;
  padding: 0 30px 0 15px;
}
#header .h-mid .h-search input[type="submit"] {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 19px;
  height: 20px;
  background: url(../images/ser-zoom.png) no-repeat;
  position: absolute;
  right: 4px;
  top: 3px;
}
#header .h-mid .h-search input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .h-mid .h-hotline {
  font-size: 14px;
  font-weight: bold;
  margin-top: 22px;
}
#header .h-mid .h-hotline p {
  color: #435bb5;
  text-align: right;
  background: url(../images/phone-ico.png) no-repeat 42px center;
}
#header .h-mid .h-hotline span {
  color: #2c2c2c;
}
#header .nav {
  height: 42px;
  line-height: 42px;
  background: #7c7c7c;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  width: 14.2%;
}
#header .nav .menu-box .menu > li > a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
#header .nav .menu-box .menu > li > a:hover,
#header .nav .menu-box .menu > li > a.active {
  background: #475db3;
}
#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: 999;
  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;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #475db3;
}
#header .nav .menu-box .menu > li .sub-menu li:hover a {
  color: #fff;
}
#sections-wrapper {
	position: relative;
	overflow: hidden;
	height: 350px;
	background: #000;
}
.banner{
	position: relative;
}
section {
	height: 350px;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hide-bottom {
	transform: translateY(100%);
}

.hide-top {
	transform: translateY(-100%);
}

.segment {
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.segment-inner {
	position: absolute;
	top: 0;
	background: no-repeat center center / cover; 
	height: 100%;
	width: 100vw;
}

.sections-control {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
}

.section-thumbnail {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	opacity: 0.5;
	margin-bottom: 5px;
	cursor: pointer;
	float: right;
	transition: 0.3s ease;
}


.section-thumbnail:hover {
	opacity: 1;
}

.section-thumbnail.active {
	width: 50px;
	opacity: 1;
}
#index-body {
  position: relative;
  z-index: 99;
  background: #f8f8f8;
}
#index-body .i-tit {
  height: 39px;
  background: url(../images/i-tit-bg.jpg) no-repeat left top;
  padding-left: 44px;
  position: relative;
}
#index-body .i-tit h4,
#index-body .i-tit span {
  float: left;
}
#index-body .i-tit h4 {
  font-size: 20px;
  font-weight: bold;
  color: #435bb5;
  margin-top: 3px;
}
#index-body .i-tit span {
  font-size: 16px;
  color: #cccccc;
  margin: 7px 0 0 6px;
}
#index-body .i-tit a {
  float: right;
  font-size: 10px;
  color: #000;
  margin-top: 10px;
}
#index-body .i-tit a:hover {
  color: #435bb5;
}
#index-body .i-prosort .i-prosort-box {
  margin-top: -22px;
  background: #ffffff url(../images/i-prosort-bg.jpg) no-repeat center bottom;
  padding: 11px 0 30px 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#index-body .i-prosort .i-prosort-box span {
  float: left;
  font-size: 18px;
  color: #475db3;
  padding-left: 24px;
  background: url(../images/i-prosort-arr.jpg) no-repeat left center;
}
#index-body .i-prosort .i-prosort-box ul {
  float: left;
  margin-left: 45px;
  margin-top: 2px;
}
#index-body .i-prosort .i-prosort-box ul li {
  float: left;
  padding: 0 13px;
  
  height: 19px;
  line-height: 19px;
}
#index-body .i-prosort .i-prosort-box ul li a {
  font-size: 14px;
  color: #808080;
}
#index-body .i-prosort .i-prosort-box ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#index-body .i-prosort .i-prosort-box ul li:first-child {
  border-left: none;
}
#index-body .i-product {
  padding: 14px 0 32px;
}
#index-body .i-product h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url(../images/i-product-tit-bg.jpg) no-repeat center;
  margin-bottom: 26px;
}
#index-body .i-product .i-product-scroll-box {
  overflow: hidden;
  width: 1018px;
  margin: 0 auto;
}
#index-body .i-product .i-product-scroll-box li {
  width: 204px;
  float: left;
  margin-right: 67px;
}
#index-body .i-product .i-product-scroll-box li img {
  border: 1px solid #bfbfbf;
}
#index-body .i-product .i-product-scroll-box li p {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
#index-body .i-newsApp {
  padding-bottom: 30px;
}
#index-body .i-newsApp .i-news {
  width: 548px;
}
#index-body .i-newsApp .i-news ul {
  margin-top: 15px;
}
#index-body .i-newsApp .i-news ul li {
  border-top: 1px solid #cccccc;
  height: 35px;
  line-height: 35px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-newsApp .i-news ul li.i-new-first {
  position: relative;
  padding-bottom: 22px;
  border-top: none;
  height: auto;
  line-height: normal;
}
#index-body .i-newsApp .i-news ul li.i-new-first img {
  float: left;
  width: 280px;
}
#index-body .i-newsApp .i-news ul li.i-new-first p {
  float: right;
  width: 232px;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 1.8em;
}
#index-body .i-newsApp .i-news ul li.i-new-first span {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  color: #4c4c4c;
}
#index-body .i-newsApp .i-news ul li h5,
#index-body .i-newsApp .i-news ul li i {
  color: #4c4c4c;
}
#index-body .i-newsApp .i-news ul li h5 {
  float: left;
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 13px;
}
#index-body .i-newsApp .i-news ul li i {
  float: right;
  font-size: 12px;
}
#index-body .i-newsApp .i-news ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#index-body .i-newsApp .i-app {
  width: 515px;
}
#index-body .i-newsApp .i-app ul {
  margin-top: 15px;
}
#index-body .i-newsApp .i-app ul li {
  position: relative;
  float: right;
  width: 48%;
  overflow: hidden;
}
#index-body .i-newsApp .i-app ul li:first-child {
  float: left;
}
#index-body .i-newsApp .i-app ul li p {
  position: absolute;
  font-size: 20px;
  color: #eeeeee;
  z-index: 9;
  bottom: 8px;
  left: 15px;
}
#index-body .i-about {
  padding-bottom: 20px;
      padding-top: 33px;
}
#index-body .i-about .i-about-l {
  width: 740px;
}
#index-body .i-about .i-about-l .i-about-box {
  margin-top: 15px;
}
#index-body .i-about .i-about-l .i-about-box img {
  width: 193px;
}
#index-body .i-about .i-about-l .i-about-box div {
  width: 510px;
}
#index-body .i-about .i-about-l .i-about-box div p {
  text-indent: 2em;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 1.95em;
}
#index-body .i-about .i-about-r {
  width: 340px;
}
#index-body .i-about .i-about-r ul {
  margin-top: 28px;
}
#index-body .i-about .i-about-r ul li {
  float: left;
  width: 105px;
  margin-bottom: 13px;
}
#index-body .i-about .i-about-r ul li:first-child {
  width: 225px;
  margin-right: 10px;
}
#index-body .i-partner {
  padding: 20px 0;
  background: #dedede;
}
#index-body .i-partner .i-partner-scroll-box {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}
#index-body .i-partner .i-partner-scroll-box li {
  width: 112px;
  float: left;
  margin-right: 26px;
}
#index-body .i-partner .i-partner-scroll-box li img {
  display: block;
  border: 1px solid #cccccc;
}
#footer {
  height: 156px;
  background: #f8f8f8;
  padding-top: 29px;
  position: relative;
}
#footer a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .f-bar {
  float: left;
}
#footer .f-bar.f-logo {
 width: 290px;
}
#footer .f-bar.f-logo img {
  width: 70px;
  margin-top:10px;
}
#footer .f-bar.f-logo .fr{
  width: 200px;
}
#footer .f-bar.f-logo .fr .t{
	font-size: 14px;
	font-weight: bold;
	color: :#000;
	margin-top:7px;
	padding-left: 12px;
	border-left: 4px solid #222;
	line-height: 1em;
}
#footer .f-bar.f-logo .fr .t span{
	display: block;
	font-size: 18px;
	color: #222;
	font-family: 'impact';
	text-transform: uppercase;
	margin-top:5px;
	font-weight: 500;
}
#footer .f-bar.f-logo .fr .b{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 11px;
}
#footer .f-bar.f-logo .fr .b i{
	font-size: 12px;
	display: block;
	font-weight: 500;
}
#footer .f-bar.f-logo p em {
  display: block;
  font-size: 15px;
}
#footer .f-bar.f-about {
  margin: 0 140px;
}
#footer .f-bar.f-news {
  margin-left: 130px;
}
#footer .f-bar.f-contact {
  padding-top: 6px;
  border-top:1px solid #dfdfdf;
  padding-left: 11px;
  width: 516px;
  margin-left: 140px;
}
#footer .f-bar.f-contact li{
	margin-bottom: 10px;
}
#footer .f-bar.f-contact li span{
	float: left;
	width: 40%;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
}
#footer .f-bar.f-contact li:last-child {
	margin-top: 6px;
}
#footer .f-bar.f-contact li:last-child span{
	width: 100%;
}
#footer .f-bar.f-contact li:last-child a:last-child{
	margin-left: 30px;
}
#footer .f-bar.f-contact li span,
#footer .f-bar.f-contact li span a{
	color:#020202;
}
#footer .f-bar h3 {
  font-size: 16px;
  font-weight: bold;
  color: #768ad9;
  margin-bottom: 22px;
  margin-top: 8px;
}

#footer .container{
	position: static;
}
#footer .f-copyright {
  text-align: center;
  margin-top: 15px;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
#footer .f-copyright a {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}
.inner-banner {
  width: 100%;
  height: 251px;
  background: url(../images/inner-banner.jpg) no-repeat center;
}
.inner-banner .bread-crumbs {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  color: #fff;
  font-size: 12px;
}
.inner-banner .bread-crumbs h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #fff;
  margin: 0 3px;
  font-size: 14px;
}
.inner-banner .bread-crumbs a:hover {
  color: #6472bb;
}
.inner-page {
  padding: 15px 0 40px;
}
.inner-page .sidebar {
  width: 19%;
}
.inner-page .sidebar .side-top{
	background: #a3a3a3;
    padding: 10px 0;
}
.inner-page .sidebar .side-top .side-tit,
.inner-page .sidebar .side-top li a{
  padding-left: 9%;
}
.inner-page .sidebar .side-top .side-tit {
  color: #fff;
    font-size: 16px;
    background: url(../images/xian3.png) no-repeat bottom;
    margin-bottom: 4px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
/*.inner-page .sidebar .side-top .side-menu {
  margin: 2px 0 8px;
}*/
.inner-page .sidebar .side-top .side-menu li {
  background: #7f7d7e;
    line-height: 37px;
    width: 193px;
    border: 1px solid #a3a3a3;
    margin: 0 8px;
}
.inner-page .sidebar .side-top .side-menu li a {
    color: #fff;
    margin-left: 18px;
    display: inline-block;
    background: url(../images/jiantou2.png) no-repeat left;
    padding-left: 22px;
}
.inner-page .sidebar .side-top .side-menu li:hover,
.inner-page .sidebar .side-top .side-menu li.active {
  background-color:#4D5EB8; 
}
.inner-page .sidebar .side-bottom {
  padding: 10px 0;
  background: #e9e9e9;
}
.inner-page .sidebar .side-bottom a {
  display: block;
  width: 209px;
  height: 141px;
  background: url(../images/side-pro.jpg) no-repeat center;
  margin: 0 auto;
  max-width: 100%;
}
.inner-page .sidebar .side-bottom a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inner-page .page-right-bar {
  width: 76%;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li h6.litit {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
.inner-page .piclist li .liintro {
  font-size: 13px;
  color: #333;
  margin-top: 6px;
  line-height: 1.6em;
  height: 40px;
  overflow: hidden;
}
.inner-page .piclist li:hover h6,
.inner-page .piclist li:hover .liintro {
  opacity: 0.7;
  filter: alpha(opacity=100);
}
.about-page .about-artical {
  padding-top: 20px;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.prodet-information p{
  text-indent:2em;
  line-height: 2em;
  margin-top: 10px;
	}
.about-page .about-artical .par {
  color: #000;
  text-indent:2em;
  line-height: 2em;
  margin-top: 10px;
}
.product-page .piclist li {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 258px;
}
.prodet-page .product-details .prodet-top-l {
  width: 50%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 16%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 45%;
  min-height: 418px;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  margin-bottom: 30px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #6472bb;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}
.prodet-page h4.pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #6472bb;
  font-size: 15px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  font-size: 14px;
  line-height: 2em;
}
.news-page .newslist li {
  padding: 0 10px 8px 5px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 30%;
}
.news-page .newslist li .new-r {
  width: 100%;
  margin-top: 6px;
}
.news-page .newslist li .new-r h3 {
  font-size: 17px;
  color: #000;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #444;
  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;
  margin-top: 15px;
}
.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{
  color: #000;
  font-size: 13px;
  line-height: 2em;
  clear: both;
  text-indent: 2em;
}
.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 {
  padding-top: 0;
  padding-bottom: 110px;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  width: 745px;
  /*border: 6px solid #f2f2f2;*/
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details .contact-list{
	position: relative;
}
.contact-page .contact-details .contact-list img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 102px;
}
.contact-page h3.contact-title {
  font-weight: 600;
  font-size: 20px;
  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;
}
.c-form{
	width: 293px;
}
.c-form form{
	margin-top: 14px;
}
.c-form form input,.c-form form textarea{
	width: 100%;
	display: block;
	background:#f5f5f5;
	color: #1c1c1c;
	border:1px solid #e5e5e5;
	margin-bottom: 8px;
	height: 30px;
	line-height: 30px;
	padding:0 15px;
	font-size: 12px;
}
.c-form form textarea{
	height: 90px;
	line-height: normal;
	padding: 5px 15px;
	resize: none;
}
.c-form form input[type="submit"]{
	background: #475db3;
	color: #fff;
	border:none;
}
.contact-page .contact-details .contact-list p {
  font-size: 13px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list p i{
	font-size: 16px;
	color: #000;
	width: 24px;
}
.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: 258px;
  cursor: pointer;
}
.lg-page.partner-page .piclist li{
	width: 186px;
}
.faq-page .faq-list dt {
  font-size: 16px;
  color: #b1a004;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  color: #222;
  margin: 10px 0 30px;
}
.cn-form {
  width: 100%;
  height: auto;
  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-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: #6472bb;
  border: none;
  cursor: pointer;
  color: #fff;
}
.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: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li .liintro{
	height: 50px!important;
}
.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;
}
.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: #6472bb;
}
.m-page a:active {
  background: #6472bb;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #6472bb;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  box-sizing: content-box !important;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#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;
}
#map img,#map label{
	width: auto;
	max-width: none;
}

#header .h-mid .h-hotline a{color: #2C2C2C;}

table {border: 1px solid  #698CC3;
}
.sy{
	position: relative;
}
.sy:after{
	content: '';
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/sy.png) no-repeat center;
	background-size: cover!important;
}