@charset "utf-8";
/* ---------- top-bar --------- */
.top-bar .container{
  width: 1150px;
  padding: 0 20px;
}
/* ---------- header --------- */
.header{
  height: 80px;
  line-height: 80px;
  background: #e8e8e8;
  margin-bottom: 7px;
}
.header .logo{
  width: 340px;
  height: 80px;
  margin-top: 0;
}
.logo .logo-bg{
  height: 80px;
  background: url(/pc/images/logo.png) no-repeat center center;
  background-size: contain;
}
.nav{
  margin-top: 18px;
}
.nav>ul{
  overflow: hidden;
  border: 1px solid;
}
.nav li{
  font-size: 16px;
  line-height: 44px;
  border-left: 1px solid;
}
.nav li.active{
  border-left: none;
}
.nav li.active a,.header li:hover a{
  color: #fff;
  background: #505658;
}
.xnr-phone span{
  font-size: 16px;
}

/* ---------- banner --------- */
.banner{
	min-width: 1190px;
	min-height: 281px;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.fullscreen-slider{
	min-width: 1190px;
	min-height: 281px;
	width: 100%;
	position: relative;
    text-align: center;
}
.fullscreen-slider img{
	width: 100%;
  display: block;
  margin: 0 auto;
}
.fullscreen-slider a{
	display: block;
}
.fullscreen-slider .hd{
  width:100%;
  height: 30px;
	text-align: center;
	position: absolute;
  left: 0;
  bottom: 0;
	z-index: 2;
}
.fullscreen-slider .hd li{
	cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 50px;
  height: 6px;
  margin: 1px 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  background: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.fullscreen-slider .hd .on{
	background: #fff;
}
.switch-banner{
  width: 32px;
  height: 40px;
	position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
	z-index:2;
	opacity:0.5;
	filter:alpha(opacity=50);
	background:url(../images/slider-arrow.png) no-repeat;
	cursor: pointer;
}
.banner .prev{
	left:10%;
	background-position:-110px 50%;
}
.banner .next{
	right:10%;
	background-position:5px 50%;
}
.banner .prev:hover,.banner .next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

/* ----------content --------- */
.con-item:nth-child(even){
  margin-top: 50px;
  width: 100%;
  background: #f0efef;
  padding-bottom: 50px;
}
.con-title{
  padding: 50px 0;
  text-align: center;
}
.con-title h5{
  font-size: 35px;
  width: 100%;
  color: #333333;
  margin-top: 0;
  margin-bottom: 18px;
}
.con-title p{
  font-size: 20px;
  width: 100%;
  color: #666666;
  margin-bottom: 18px;
}
.con-title hr{
  width: 80px;
  margin: 0 auto;
  height: 6px;
  background: #d92e58;
}
.content-product{
  padding: 0 21px;
}
.product-item:hover,.section-item:hover{
  -webkit-box-shadow: 0 0 6px #0099ff;
  box-shadow: 0 0 6px #0099ff;
}
.content-product+.content-product{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px dashed #5c9aa6;
}
.product-pic{
  position: relative;
    width: 682px;
    height: 328px;
    float: left;
    background-color: #fff;
    line-height: 328px;
    font-size: 0;
    text-align: center;
}
.product-pic img{
  max-width: 682px;
    max-height: 328px;
    vertical-align: middle;
}
.pic-label{
  height: 49px;
    width: 95px;
    background-position: 0 -356px;
  position: absolute;
    left: -8px;
    top: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.product-type{
    width: 446px;
}
.product-item{
    position: relative;
    height: 304px;
    background-color: #fff;
    padding: 12px 14px;
}
.product-item+.product-item{
  margin-top: 20px;
}
.product-title{
  display: block;
    font-size: 20px;
    color: #323232;
    margin-bottom: 10px;
    padding-right: 100px;
    line-height: 1.2;
    font-weight: bold;
}
.product-desc{
    font-size: 14px;
    color: #646464;
    line-height: 1.3;
    margin-bottom: 10px;
}
.product-btn{
  position: absolute;
    bottom: 12px;
    left: 14px;
    width: 112px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background-color: #ed1442;
    text-align: center;
    border-radius: 3px;
}
.product-price{
  position: absolute;
    top: 2px;
    right: 15px;
    color: #ed1442;
    font-size: 16px;
}
.product-price strong{
    font-size: 30px;
    line-height: 40px;
}

/* 联系我们 */
.con-txt{
  padding: 0 20px;
  text-align: center;
}
.con-txt h3{
  font-size: 20px;
  color: #af0027;
  margin: 12px 0;
}
.con-txt p{
  font-size: 14px;
  line-height: 2em;
  text-indent: 2em;
  color: #000;
}
.con-txt.con-info{
  text-align: justify;
  margin: 20px auto 30px;
}
.con-txt.con-info p{
  font-size: 16px;
}
.con-txt.con-info a:hover{
  text-decoration: underline;
}
.xnr-kefu li{
  width: 40%;
  padding: 20px 0;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.xnr-kefu li:hover{
  -webkit-transform: translateY(-8px) rotate(0deg) scale(1);
  transform: translateY(-8px) rotate(0deg) scale(1);
}
.kefu-pic{
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.kefu-pic img{
  width: 118px;
  height: 118px;
}
.contact-txt{
  margin-top: 10px;
}
.contact-txt p{
  font-size: 14px;
}
.contact-txt .kefu-name{
  font-size: 18px;
  margin-bottom: 15px;
}
/* aside */
@media only screen and (min-width: 1400px) {
  .side{
    margin-right: -696px;
  }
}
.side li, .top{
  width: 100px;
}
/* footer */
.footer{
  width: 100%;
  background: #353d40;
}
.footer p{
  color: #c6e2f4;
}
.footer a{
  color: #fff;
}
.footer a:hover{
  text-decoration: underline;
}