@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background:#efefef;
	font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Helvetica Neue","Helvetica","Hiragino Sans GB","Arial",sans-serif;
	color:rgba(160,160,160,1);
	font-size: 1.7rem;
}

img{
	margin: 0;
	padding: 0;
}


h3{
	color:rgba(144,94,188,1) !important;
}


a{
   	text-decoration: none!important;
        }



/* NAV */
.item a:hover{
	text-decoration: none;
	color:rgba(230,115,131,1) !important;
}

/* nav */
.navbar{
	margin: 0 !important;
	width:100%;
	background:rgba(230,0,32,0.8);
	}

.navbar li{
	
	}

.navbar a{
	font-size: 1.7rem;
	color:#fff;
	}

.icon-bar{
	background: #fff;
	
}
.dropdown ul{
	background:#fff !important;
}

.active a{
	color:#fff;
	font-weight: 600;
}


/* LOGO */
.navbar-brand{ 
	margin: 0 !important;
	padding: 0 15px !important;
	line-height: 50px !important;
	display: inline !important;
	color: rgba(50,176,59,1) !important; 

	
}



/* 顶部大图背景色块 
-------------------------------------------------- */
header{
	width:100%;
	background:linear-gradient(rgba(230,0,32,1),rgba(122,47,188,1));
}


/*Main 内容块（白底色）
-------------------------------------------------- */
main{
	width:100%;
	float: left;
}



/* banner轮播图 
-------------------------------------------------- */


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}



/* 产品Productlist
-------------------------------------------------- */
.productlist{
	margin-bottom: 2em;
	text-align: center;
}
.productlist a{
	color:rgba(144,94,188,0.5);
	font-size: 1.4rem;
	font-weight: normal;
	height:20px;
}

.productlist a:hover{
	color:rgba(230,115,131,1);
}


 .product_content p{
	font-size: 1.2em;
	line-height: 1.8em;
}

.product_content ul ol li{
	font-size: 1.2em;
	line-height: 1.8em;
}


/* 底部大图背景色块 */
footer{
	width:100%;
	padding:1.7rem;
	background:rgba(122,47,188,1);
	color:#fff;
	text-align: center;
	font-size: 1.7rem;
	float: left;
	
}


/* 90%内容框inner */
.box{
	margin: 0 auto;
	width:90%;
}


/* copyright盒子 */
#copyright{
	margin: 20px auto;
	width:100%;
	height:auto;
	color:rgba(197,174,208,0.70);
	font-size: 1.25rem;
	text-align: center;
	font-weight: normal;
}

/* goTop返回顶端链接 */
#goTop{
	width:100px;
	position: fixed;
	right:0;
	top:50%;
	padding: 0.5rem;
	background: rgba(230,58,82,1);
	text-align: center;
	color: #FFFFFF;
	z-index: 10000;
}
#goTop img{
	width:90%;
	padding: 2px;
}

#goTop a{
	color: #fff;
}

#goTop a:hover{
	color:#FF9D9F;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
