@charset "utf-8";
body {
	font-family: "Microsoft YaHei";
	background: #fff;
	max-width: 768px;
	overflow-x: hidden;
	font-size: .37rem;
}
*{	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	margin: 0 auto;
	padding: 1.333rem 0 1.46rem;
}
ul {
	list-style: none;
}
a:hover,a:link {
	text-decoration: none;
}
img{
	max-width:100%; 
	border: none;
	vertical-align: middle;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #222;
}   
input:-moz-placeholder,textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #222;
}   
input::-moz-placeholder,textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #222;
}   
input:-ms-input-placeholder,textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #222;
}
.swiper-slide img {
	width: 100%;
}
.container {
	width: 100%;
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 

  clear: both; 
} 
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

#header .nav {
	position: absolute;
	z-index: 9999;
	left: .26rem;
	top: 100%;
	background: #191f24;
	width: 2.13rem;
	text-align: center;
	display: none;
}
#header .nav li a {
	display: block;
	color: #fff;
	font-size: .37rem;
	padding: .26rem 0;
	line-height: 1;
}
#header .nav li:hover,
#header .nav li.active {
	background: #2eaaff;
}
#banner img {
	width: 100%;
}
#banner img {
	width: 100%;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 6px;
}
#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(0,0,0,.5);
}
#banner .swiper-pagination-bullet-active {
	background: #a50203;
}







#banner2 img {
	margin-top:1.3rem;
	width: 100%;
}
#banner2 img {
	width: 100%;
}
#banner2 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 6px;
}
#banner2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(0,0,0,.5);
}
#banner2 .swiper-pagination-bullet-active {
	background: #a50203;
}

.top-title {
	margin-bottom: .4rem;
	text-align: center;
	padding: .3rem 0 .4rem;
	background: url(../images/bg_2.png) no-repeat center center;
	background-size: auto 1.466rem;
}
.top-title h3 {
	color: rgb(153, 150, 150);
	font-size: .6rem;
}
.top-title h4 {
	color: rgb(165, 2, 3);
	font-weight: bold;
	font-size: .45rem;
	text-transform: uppercase;
}

.home-news {
	padding-top: 1.73rem;
	background: url(../images/bg_3.png) no-repeat top center;
	background-size: 100%;
}
.home-news li {
	margin-bottom: .6rem;
	float: left;
	width: 100%;
}
.home-news li dt {
	float: left;
	width: 3.33rem;
	padding: 3px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	text-align: center;
}
.home-news li dt .pic {
	width: 100%;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	overflow: hidden;
}
.home-news li:hover dt,
.home-news li:hover dt .pic {
	border-color: #a50203;
}
.home-news li dt .pic img {
	width: 100%;
}
.home-news li dd {
	margin-left: 3.7rem;
}
.home-news li dd h4 {
	color: rgb(141, 11, 5);
  	line-height: 2;
  	font-size: .37rem;
  	margin-bottom: .15rem;
}
.home-news li dd p {
	color: rgb(45, 45, 45);
  	line-height: 1.5;
  	font-size: .32rem;
  	max-height: 3em;
  	overflow: hidden;
}
.home-news li dd .bottom {
	font-size: .32rem;
	color: rgb(45, 45, 45);
	line-height: 1;
	margin-top: .4rem;
}
.home-news li dd .bottom a {
	float: right;
	color: rgb(45, 45, 45);
}
.home-contact {
	background: url(../images/bg_4.png) no-repeat left top;
	background-size: 100%;
	padding: 1rem 0 0;
}
.home-contact img {
	width: 100%;
}
.home-contact .lx-cont {
	color: rgb(46, 45, 45);
  	line-height: 1.8;
  	font-size: .43rem;
}
.home-contact .lx-cont ul {
	margin: .3rem 0;
}
.about-title {
	text-align: center;
	color: rgb(31, 10, 4);
	margin-bottom: .5rem;
}
.about-title h3 {
	color: rgb(32, 32, 32);
	font-size: .5rem;
	line-height: 1.2;
}
.about-title h4 {
	color: rgb(31, 10, 4);
	font-size: .37rem;
	text-transform: uppercase;
	line-height: 1;
}
.about-title a {
	color: rgb(32, 32, 32);
}
.about-title img {
	width: 9.33rem;
	margin: .25rem 0;
}
.about-info {
	margin-top:1.2rem;
}
.about-info .info-cont {
	line-height: 2;
	width:90%;
	margin:0 5%;
	color: rgb(26, 26, 26);
}
.about-info .info-cont img {
	width: 100%;
	margin-top: .8rem;
}
.about-text {
	background: url(../images/bg_5.jpg) no-repeat center top;
	background-size: cover;
	padding: .6rem 0;
	color: rgb(255, 255, 255);
  	line-height: 2;
  	font-size: .48rem;
  	margin-bottom: 1rem;
}
.about-text h4 {
	color: rgb(255, 255, 255);
  	line-height: 2;
  	font-size: .7rem;
  	text-align: center;
}
.product-cont .pro-show {
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.product-cont h3 {
	text-align: center;
	line-height: 1;
	margin-bottom: .5rem;
	color: rgb(41, 41, 41);
	font-size: .5rem;
}
.product-cont .pro-list li {
	float: left;
	width: 48.5%;
	margin-bottom: .6rem;
	text-align: center;
	position: relative;
}
.product-cont .pro-list li img {
	width: 100%;
}
.product-cont .pro-list li i {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(108, 109, 109,.69);
	line-height: 1;
	padding: .1rem 0;
}
.product-cont .pro-list li:nth-child(2n) {
	float: right;
}
.page-navs {
	text-align: center;
	font-size: 0;
	color: rgb(96, 95, 94);
	background: #eeeeee;
	height: 1.1rem;
	line-height: 1.1rem;
}
.page-navs span,
.page-navs ul {
	display: inline-block;
}
.page-navs ul li {
	display: inline-block;
	margin: 0 .1rem;
}
.page-navs ul li a {
	display: block;
	color: rgb(96, 95, 94);
	font-size: .37rem;
	border: 1px solid #b8191d;
	box-sizing: content-box;
	height: .69rem;
	line-height: .69rem;
	padding: 0 .2rem;
}
.page-navs ul li:hover a,
.page-navs ul li.active a {
	color: #fff;
	background: #b8191d;
}
.page-navs span {
	font-size: .37rem;
	margin-left: .2rem;
}
.food-slide {
	padding: .66rem 1.17rem;
	background: #d9dcde;
	position: relative;
}
.food-slide .swiper-button-next,
.food-slide .swiper-button-prev {
	width: .53rem;
	height: 1.97rem;
	margin-top: -.985rem;
	left: .26rem;
	background: url(../images/left_1.png) no-repeat left top;
}
.food-slide .swiper-button-next {
	right: .26rem;
	left: auto;
	background: url(../images/right_1.png) no-repeat left top;
}

#fixed-code {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	display: none;
}
#fixed-code img {
	width: 3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/*关于我们*/
.detial-cont .title {
	font-size: .48rem;
	color: rgb(41, 41, 41);
	text-align: center;
	margin-top:0.5rem;
	margin-bottom: .2rem;
}
.detial-cont time {
	display: block;
	color: rgb(194, 195, 196);
	text-align: center;
}
.detial-cont p {
	color: rgb(41, 41, 41);
	line-height: 2.5;
}
.detial-cont .pic {
	text-align: center;
}
.detial-cont .pic img {
	margin-top: .7rem;
}
.pages-nav {
	text-align: center;
	font-size: 0;
	color: rgb(50, 50, 50);
	margin-top: .4rem;
}
.pages-nav ul {
	display: inline-block;
}
.pages-nav ul li {
	display: inline-block;
	font-size: .37rem;
	margin: 0 .1rem;
}
.pages-nav ul li a {
	color: rgb(50, 50, 50);
}
.pages-nav .page {
	display: inline;
	margin-left: .2rem;
	font-size: .37rem;
}
.pages-link {
	line-height: 1.8;
	margin-top: .3rem;
}
.pages-link div {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pages-link a {
	color: rgb(41, 41, 41);
}
.pages-link a:hover {
	text-decoration: underline;
}
/*联系我们*/
.contact-cont {
	line-height: 2;
}
#inside-box {
	padding: .1rem 0 .4rem;
	margin:0 auto;
}
.news-cont .home-news {
	background: transparent;
	padding-top: 0;
}
.contact-box .tg,
.contact-box .fg {
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0;
	margin-bottom: .2rem;
}
.contact-box textarea,
.contact-box input[type="text"] {
	resize: 0;
	width: 4rem;
	color: rgb(120, 120, 120);
	border: 1px solid #aaa;
	height: .6rem;
	line-height: .6rem;
	box-sizing: content-box;
	padding: 0 8px;
	font-size: .25rem;
	margin-top:0.2rem;
}
.contact-box label {
	display: inline-block;
	width: 1.6rem;
	font-size: .3rem;
	text-align:right;
	height: 1rem;
	line-height: 1rem;
	vertical-align: top;
}
.contact-box .tg {
	height: auto;
	line-height: 1;
}
.contact-box textarea {
	height: 2rem;
	color: rgb(49, 49, 49);
}
.contact-box form button {
    display: block;
    color: #fff;
    width: 5rem;
    text-align: center;
    font-size: .25rem;
    margin: .2rem auto 0;
    clear: both;
    border-radius: 5px;
    background:#0aa4eb;
    padding: .15rem 0;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact-box form button:hover {
	background: transparent;
	color: rgb(212,81,70);
}
ol.hashTabber-nav, ol.hashTabber-data {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.hashTabber-data {
    > li {
        display: none;
        &.active {
            display: block;
        }
    }
}

.page {
    margin-top: 0.2rem;
    color: #333;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0aa4eb;
    border-color:#0aa4eb;
}
