﻿*{
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}
i {font-style:initial;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input{
	outline: none;
}
/*多分辨率设定rem设定*/
html {
    font-size: 20px;
    /*display:flex;*/
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-size: 0.6rem;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    max-width:1024px;
}
/*Note3*/
@media only screen and (min-width: 360px) {
    html {
        font-size: 22px !important;
    }
}

/*iPhone6*/
@media only screen and (min-width: 375px) {
    html {
        font-size: 23px !important;
    }
}
.clear{width:100%;height:1px;clear:both;}
input {
    /*    font-family:   DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";*/
}
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
    html {
        font-size: 25px !important;
    }
}

/*big Resolution*/
@media only screen and (min-width: 641px) {
    html {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 760px) {
    html{
        font-size: 40px !important;
    }
}

-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

.head{background:#fff;height: auto;padding-bottom:0.5rem;}
.head .logo{width: 60%;float:left;padding: .9rem 0 0 0.8rem;}
.head img{width:100%;}
.lisw4 img{box-shadow:0px 0px 5px #ccc;margin:5px auto !important;width:100%;}
.head .menu {
    float: right;
    position: relative;
    width: 2rem;
    height: 2rem;
    background:#e4322b;
    text-align:center;
    box-sizing:border-box;
    /*background: -webkit-linear-gradient(left top, #ffb63c , #ffa205);
    background: linear-gradient(to bottom right, #ffb63c , #ffa205);*/
    display:block;
    margin:0.9rem 0.7rem 0 0;

}

/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  z-index: 999;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          
transform: translateX(-100%);
width: 100%;
height: 100%;
}
.nav--active .nav {
  opacity: 1;
  background-color: #e4322b;
  -webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transform: translateX(0);
transform: translateX(0);
min-height:30rem;
}
.nav__list { 
  padding: 0 1.2rem;
  margin:1.2rem 0 0 0;
}
.nav__item {
  list-style-type: none;
  text-align: left;
  line-height:2rem;
  font-size:0.55rem;
  font-weight:bold;
}
.nav__item li{
    width:50%;float:left;box-sizing:border-box;
    text-align:center;height:1.5rem;font-size:0.65rem;
    margin-top:4px;
}
.nav__item li a{color:#fff;display:block;width:100%;line-height:1.5rem;background:#e4322b;font-weight:normal;}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; 
}
.nav__link span{
     font-family:iconfont;
     font-weight:normal;
     margin-right:10px;
     font-size:0.8rem;
}
.nav--active .nav__link {
  opacity: 1;
}
.nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  z-index: 1000;
}
.nav--active .nav__trigger {
  opacity: 0.8;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 0.8rem;
  height: 0.12rem;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          top:0.45rem;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.12rem;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -0.4rem;
}
.nav__icon:after {
  margin-top: 0.4rem;
}



.swiper-container {
	width: 100%;
	height:10rem;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-position:center top;
    background-size:100% auto;
}
.swiper-slide a{width:100%;height:100%;display:block;}

.main{width:100%;height:auto;background:#fff;z-index:99;position:relative;padding:.3rem 0.7rem;box-sizing:border-box;}
.title{width:100%;text-align:center;padding:1.2rem 0 1.2rem 0;}
.title h2{font-size:0.9rem;color:#e4322b;font-weight:bold;}
.title h3{font-size:0.5rem;color:#969696;font-weight:normal;}

.product li{width:50%;float:left;height:6rem;background:#f3efe4;text-align:center;color:#222;box-sizing:border-box;padding-top:1rem;}
.product li a{color:#222;}
.product li i{font-family:iconfont;font-size:1.5rem;display:block;width:100%;height:2.4rem;}
.product li:nth-child(2) i{font-size:1.7rem;}
.product li:nth-child(4) i{font-size:2rem;}
.product li h1{font-size:0.7rem;}
.product li h2{font-size:0.5rem;color:#999;}
.product li:nth-child(2),.product li:nth-child(3){background:#dcd2c8;}

.about .content{width:100%;height:auto;padding:1.2rem;background:url(../images/about-bg.jpg) no-repeat center top;background-size:auto 100%;box-sizing:border-box;}
.about .content p{font-size:0.6rem;color:#333;line-height:1rem;text-align:justify;text-indent:1.2rem;padding-bottom:0.8rem;}
.about .content .link{width:80%;margin:0 auto;height:1.6rem;}
.about .content .link a{display:block;width:45%;line-height:1.5rem;font-size:0.65rem;color:#fff;text-align:center;}
.about .content .link a:nth-child(1){background:#e4322b;float:left;}
.about .content .link a:nth-child(2){background:#444;float:right;}

.news{padding-bottom:1rem;}
.news ul{}
.news ul li{width: 100%;height: auto;margin-bottom: 10px;transition: .5s;float: left;background: #f5f5f5;}
.news ul li img{width:35%;float:left;}
.news ul li .text{width:60%;float:right;}
.news ul li .text h4{font-size: 0.65rem;font-weight: normal;margin-top: 0.6rem;margin-bottom: 8px;color: #333;padding-right:0.3rem;}
.news ul li .text p{font-size: 0.6rem;line-height: 18px;height: auto;width: 100%;overflow: hidden;color: #d4c5b1;font-family: "MONTSERRAT-REGULAR";}

.foot{width:100%;background:#e4322b;color:#fff;padding:1.2rem 0;font-size:0.6rem;}
.foot div{width:100%;box-sizing:border-box;padding:0 1rem;}
.foot i{font-size:0.7rem;font-family:'iconfont';}
.foot h4{font-size:0.5rem;color:#ff93a0;padding-top:0.5rem;text-align:center;line-height:1rem;}
.foot a{color:#ff93a0;}

.more{width:30%;margin:1rem auto 1.5rem auto;background:#eeeeee;text-align:center;line-height:1rem;font-size:0.5rem;color:#333;display:block;}
