@charset "utf-8";
body {
	font-family: "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}
ul{
	list-style: none;
}
.main{ width: 100%; background: url(../images/body_bg.jpg) repeat-x; margin-top: 70px;}
.main1{ width: 100%; background:#c24325; repeat-x; overflow: hidden;margin-top: 70px;}
.main2{margin-top: 100px;}
.container{
	width: 1200px;
	overflow: hidden;
}

.logo {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
	width:150px ;
	overflow: hidden;
	padding-left: 20px;
	background: #F8F8F8;
}

.container>.navbar-header{
	margin-left: 20px;
}

.logo img{
	width: 100%;
}

#myCarousel {
	margin: 50px 0 0 0;
}
#navbar-collapse ul {
	margin-top:0;
}
.carousel-inner img {
	margin: 0 auto;
}
/*.carousel-control {
	font-size: 100px;
}*/

.img1{
	margin-top: 20px;
	padding: 0;
}

.img1 li{
	width: 19%;
	display: inline-block;
	height: 200px;
	overflow: hidden;
}

.img1 li img{
	width: 100%;
}

.active1{
	border: 2px solid #1dd2af;
	
}
.li1{
	position: relative;
}

.describe{
	margin-top: -38px;
	background: #CCA250;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.describe span{
	font-size: 18px;
	color: #000000;
}


.triangle-border {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    border: 5px solid #5a8f00;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 22%;
}

.triangle-border:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #5a8f00 transparent;
    display: block;
    width: 0;
}
.triangle-border:after{
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.story{
	margin-top: 70px;
}

.miaoshao{
	background:#f3d887;
	margin-left: 1px;
	height: 80px;
	position: relative;
}

.miaoshao .span1{
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: 500;
	color: #ED9300;
	font-size: 16px;
}
.miaoshao .span2{
	display: inline-block;
	margin-left: 10px;
	height: 33px;
	color: #ED9300;
	line-height: 33px;
	width: 70px;
	text-align: center;
	border:1px solid #2c2c2c;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 16px;
}

.miaoshao .p1{
	
	color: #000000;
	font-size: 16px;
	margin-left: 10px;
}

.miaoshao .p2{
	
	position: absolute;
	top:42px;
	margin-left: 120px;
	display: inline-block;
	color: #000000;
	font-size: 16px;
}

.productdisplay{
	
	margin-top: 40px;
	margin-bottom: 800px;
	height: 1000px;
}

.productdisplay1{
	margin-top: 0px;
}

.productdisplay .item1{
	overflow: hidden;
	border-radius: 10px;
	display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    border:3px solid #E0E0E0;
    margin-top: 20px;
}
.productdisplay .item1 img{
	width: 100%;
}

.productdisplay .content{
	margin-left: 10px;
	display: inline-block;
}

.productdisplay .contentp{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.productdisplay .contentspan{
	display: inline-block;
	background: #EE9600;
	width: 80px;
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	text-align: center;
}

















#about {
	margin-top: 40px;
	background-color: #eee;
	padding: 40px 15px;
}
#about a {
	color: #0059b2;
}
#about .about {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
#about h3 {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 10px 0;
}
#about p {
	line-height: 2;
	font-size: 13px;
}
#footer {
	background-color: #666;
	border-top: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	color: #eee;
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 16px;
	}
	.text h3 {
		font-size: 22px;
	}
	.text p {
		font-size: 15px;
	}

	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#about h3 {
		font-size: 19px;
	}
	#about p {
		font-size: 14px;
	}
   .miaoshao .span1{
	font-size: 22px;
	margin-left: 160px;
   }
   .miaoshao .span2{
   	 font-size: 22px;
   	 margin-left: 90px;
   	 width: 180px;
   	 height: 48px;
   	 line-height: 48px;
   	 margin-top: 20px;
   }
   
   .miaoshao{
   	 height: 120px;
   	 margin-left: -1px;
   }
   
   
   .miaoshao .p1{
	
	color: #000000;
	font-size: 18px;
	margin-left: 160px;
  }
   .miaoshao .p2{	
	position: absolute;
	top:68px;
	margin-left: 300px;
	display: inline-block;
	color: #000000;
	font-size: 18px;
  }
  
 .productdisplay{
 	padding-bottom: 100px;
 	height: 800px;
 }
  
 .productdisplay .item1{
 	height: 400px;
 }
  
  .productdisplay .item1 img{
  	
  	width: 100%;
  }
  
 .productdisplay .itemall{
 	width: 48%;
 	display: inline-block;
 }
  
.productdisplay .content{
	display: inline-block;
	margin-top: 20px;
	
}

.productdisplay .contentp{
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: #000000;
}

.productdisplay .contentspan{
	display: inline-block;
	background: #EE9600;
	width: 100px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	text-align: center;
}
  
  
  
  
  

}



/*@media (min-width:320px ) {
  .miaoshao .span1{
	margin-top: 10px;
	font-size: 16px;
   }
  .miaoshao .span2{
	margin-left: 0px;
	height: 33px;
	font-size: 18px;
	line-height: 33px;
	width: 80px;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
   }

   .miaoshao .p1{
   	margin-top: 10px;
	font-size: 16px;
	margin-left: 10px;
  }

  .miaoshao .p2{	
	position: absolute;
	top:52px;
	margin-left: 110px;
	font-size: 16px;
  }
}*/




/*@media (min-width:375px ) {
	.miaoshao .span1{
	margin-top: 10px;
	font-size: 17px;
	margin-left: 11px;
   }
  .miaoshao .span2{
	margin-left: 0px;
	height: 33px;
	font-size: 18px;
	line-height: 33px;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
   }

   .miaoshao .p1{
	font-size: 16px;
	margin-left: 10px;
  }

  .miaoshao .p2{	
	position: absolute;
	top:52px;
	margin-left: 110px;
	font-size: 16px;
  }
}*/

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 17px;
	}
	.text h3 {
		font-size: 24px;
	}
	.text p {
		font-size: 16px;
	}
	.jumbotron h1 {
		font-size: 33px;
	}
	.jumbotron h4 {
		font-size: 17px;
	}
	.info-content h4 {
		font-size: 18px;
	}
	#about h3 {
		font-size: 20px;
	}
	#about p {
		font-size: 15px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 18px;
	}
	.text h3 {
		font-size: 26px;
	}
	.text p {
		font-size: 18px;
	}
	.jumbotron h1 {
		font-size: 36px;
	}
	.jumbotron h4 {
		font-size: 18px;
	}
	.info-content h4 {
		font-size: 20px;
	}
	#about h3 {
		font-size: 22px;
	}
	#about p {
		font-size: 16px;
	}
}
.container{
	width: 1200px;
	overflow: hidden;
	padding: 0;
}
.one{
	width: 100%;
	height: 200px;
	background: url(../images/one.jpg) no-repeat center 0 ;
}

.two{
	width: 100%;
	height: 200px;
	background: url(../images/two.jpg) no-repeat center 0 ;
}

.three{
	width: 100%;
	height: 200px;
	background: url(../images/three.jpg) no-repeat center 0 ;
}

.four{
	width: 100%;
	height: 200px;
	background: url(../images/four.jpg) no-repeat center 0 ;
}
.five{
	width: 100%;
	height: 200px;
	background: url(../images/five.jpg) no-repeat center 0 ;
}

.six{
	width: 100%;
	height: 200px;
	background: url(../images/six.jpg) no-repeat center 0 ;
}

.seven{
	width: 100%;
	height: 200px;
	background: url(../images/seven.jpg) no-repeat center 0 ;
}
.eight{
	width: 100%;
	height: 200px;
	background: url(../images/eight.jpg) no-repeat center 0 ;
}
.nine{
	width: 100%;
	height: 200px;
	background: url(../images/nine.jpg) no-repeat center 0 ;
}
.ten{
	width: 100%;
	height: 200px;
	background: url(../images/ten.jpg) no-repeat center 0 ;
}
.eleven{
	width: 100%;
	height: 200px;
	background: url(../images/eleven.jpg) no-repeat center 0 ;
}
.twelve{
	width: 100%;
	height: 200px;
	background: url(../images/twelve.jpg) no-repeat center 0 ;
}

.thirteen{
	width: 100%;
	height: 200px;
	background: url(../images/thirteen.jpg) no-repeat center 0 ;
}

.fourteen{
	width: 100%;
	height: 200px;
	background: url(../images/fourteen.jpg) no-repeat center 0 ;
}

.fifteen{
	width: 100%;
	height: 200px;
	background: url(../images/fifteen.jpg) no-repeat center 0 ;
}
.sixteen{
	width: 100%;
	height: 200px;
	background: url(../images/sixteen.jpg) no-repeat center 0 ;
}

.seventeen{
	width: 100%;
	height: 200px;
	background: url(../images/seventeen.jpg) no-repeat center 0 ;
}

.eighteen{
	width: 100%;
	height: 200px;
	background: url(../images/eighteen.jpg) no-repeat center 0 ;
}
.nineteen{
	width: 100%;
	height: 200px;
	background: url(../images/nineteen.jpg) no-repeat center 0 ;
}

.twenty{
	width: 100%;
	height: 200px;
	background: url(../images/twenty.jpg) no-repeat center 0 ;
}


.oone{
	width: 100%;
	height: 200px;
	background: url(../images/index_01.jpg) no-repeat center 0 ;;
}

.otwo{
	width: 100%;
	height: 200px;
	background: url(../images/index_02.jpg) no-repeat center 0 ;
	position: relative;
}

.othree{
	width: 100%;
	height: 200px;
	background: url(../images/index_03.jpg) no-repeat center 0 ;
}

.ofour{
	width: 100%;
	height: 200px;
	background: url(../images/index_04.jpg) no-repeat center 0 ;
}
.ofive{
	width: 100%;
	height: 200px;
	background: url(../images/index_05.jpg) no-repeat center 0 ;
}

.osix{
	width: 100%;
	height: 200px;
	background: url(../images/index_06.jpg) no-repeat center 0 ;
	position: relative;
}

.oseven{
	width: 100%;
	height: 200px;
	background: url(../images/index_07.jpg) no-repeat center 0 ;
}
.oeight{
	width: 100%;
	height: 200px;
	background: url(../images/index_08.jpg) no-repeat center 0 ;
}
.onine{
	width: 100%;
	height: 200px;
	background: url(../images/index_09.jpg) no-repeat center 0 ;
}
.oten{
	width: 100%;
	height: 200px;
	background: url(../images/index_10.jpg) no-repeat center 0 ;
	position: relative;
}
.oeleven{
	width: 100%;
	height: 200px;
	background: url(../images/index_11.jpg) no-repeat center 0 ;
}
.otwelve{
	width: 100%;
	height: 200px;
	background: url(../images/index_12.jpg) no-repeat center 0 ;
}

.othirteen{
	width: 100%;
	height: 200px;
	background: url(../images/index_13.jpg) no-repeat center 0 ;
}

.ofourteen{
	width: 100%;
	height: 200px;
	background: url(../images/index_14.jpg) no-repeat center 0 ;
}

.ofifteen{
	width: 100%;
	height: 400px;
	background: url(../images/index_15.jpg) no-repeat center 0 ;
}

.osixteen{
	width: 100%;
	height: 400px;
	background: url(../images/index_16.jpg) no-repeat center 0 ;
}



a{
	text-decoration: none;
	list-style: none;
	color: #000000;
	cursor: pointer;
}

a:hover{
	text-decoration: none;
	list-style: none;
	color: #000000;
}




.effective{
	position: absolute;
	left: 22%;
}

.effective .spanh p{
	height: 40px;
	font-size: 36px;
	color: #000000;
}

.effective .spanp{
	margin-top: 30px;
}

.effective .spanp .line{
	display: inline-block;
	height: 2px;
	width: 20px;
	background: #000000;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 3px;
}

.effective .spanp .tumu{
	color: #000000;
	font-size: 24px;
}

.effective .spanp .describe1{
	color: #000000;
	font-size: 18px;
}

.effective1{
	position: absolute;
	left: 70%;
	top: 50%;
}

.effective1 .spanh p{
	height: 20px;
	font-size: 36px;
	color: #000000;
}

.effective1 .spanp span{
	display: inline-block;
	margin-left: 5px;
	margin-top: 25px;
	width: 300px;
	font-size: 16px;
	color: #000000;
}

.effective2{
	position: absolute;
	margin-top: -140px;
	text-align: center;
	width: 100%;
}
.effective2 .spanh p{
	height: 20px;
	font-size: 48px;
	color: #77a400;
	font-weight: 700;
}

.effective2 .spanp .span1{
	width: 100%;
	text-align: center;
	margin-top: 70px;
	display: block;
	font-size: 24px;
	color: #796300;
	height: 30px;
}

.effective2 .spanp .span2{
	width: 100%;
	margin-top: 20px;
	display: block;
	height: 30px;
	font-size: 24px;
	color: #796300;
}


.effective3{
	position: absolute;
	margin-top: 100px;
	text-align: center;
	width: 100%;

}
.effective3 .spanh p{
	height: 20px;
	font-size: 48px;
	font-weight: 700;
}

.effective3 .spanp .span1{
	width: 100%;
	text-align: center;
	margin-top: 70px;
	display: block;
	font-size: 24px;
	color: #9f58ff;
	height: 30px;
}

.effective3 .spanp .span2{
	width: 100%;
	margin-top: 20px;
	display: block;
	height: 30px;
	font-size: 24px;
	color: #9f58ff;
}

.effective4{
	width: 100%;
	text-align: center;
	margin-top: -160px;
}
.effective4 .spanh{
    font-weight: 700;
	font-size: 48px;
	color:#ff5400;

}

.effective4 .spanp{
	display: inline-block;
	width: 50%;
    float: left;
    color: #000000;
    margin-top: 30px;
    text-align: left;
}

.effective4 .spanp p{
	display: inline-block;

}

.aboutmore{
	width: 100%;
	height: 20px;
	margin-top: 240px;
	cursor: pointer;
}

.aboutmore p{
	text-align: right;
	color: #66C8FF;
}

.title2{
		width: 100%;
		height: 160px;
}

.title2 h1{
	display: inline-block;
	float: left;
	color: #080808;
	font-weight: 600;
}

.dropdown{
	margin-top: 20px;
	display: inline-block;
	float: right;
}

.dropdown span{
	font-size: 24px;
}

.dropdown .form1{
	display: inline-block;
	font-size: 20px;
}

.dropdown .form1 select{
	width: 120px;
}

.monthlin .span4{
	font-size: 24px;
	color: #000000;
	display: block;
	height: 40px;
	border-bottom: 1px solid #E0E0E0;
}

.spanp1{
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}

.spanp1 p{
	display: inline-block;

}

.monthclassify1{
	margin-top: 100px;
}

.cooperation{
	margin-top: 120px;
	width: 80%;
	height: 100px;
	border-radius: 10px;
	line-height: 100px;
	border: 1px solid #E0E0E0;
	text-align: center;
	margin-bottom: 40px;
}

.cooperation span{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
	color: #000000;
}


/*文章页面*/
.allchapter h1{
	    color: #080808;
	    font-weight: 600;
	    font-size: 36px;
}


.chapter{
	margin-top: 60px;
	margin-bottom: 40px;

}

.chapter p{
		font-size: 20px;
		color: #000000;
}
