﻿.container{
	width: 100%;
	max-width: 64rem;
	margin: 0 auto;
	overflow-x: hidden;
}
.nav-container{
	width: 100%;
	background: white;
	padding-top: 2vh;
}
.nav-ul{
	padding-left:.5rem;
}
.nav-ul li{
	height: 2.5rem;
	width: auto !important;
	padding-bottom:1rem ;
}
.nav-ul .slide-a{
	color: #555;
	font-size: 1.2rem;
	padding: 0 1.4rem .8rem 1.4rem;
}
.nav-ul .active-li a{
	color: #000;
	/*border-bottom: 2px solid #000;*/
}
.nav-ul .active-li {
	
	border-bottom: 2px solid #000;
}
/*瀑布流*/
.fall-box{
  width: 100%;
}
.fall-box .item{margin-bottom: 5%;}
.fall-box .proItem{border:1px solid;}
.fall-box .item:nth-child(odd){
}
.fall-box .item:nth-child(1n){
}
.fall-box .item:nth-child(2n){
}

.fall-box .section-p{width: 88%;padding: 5% 6%;color: #03081e;background: #ffc001;}
.section-p h3{width: 100%;font-weight: normal;margin-bottom: 5%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.section-p p{width: 100%;}
.fall-box .item-img{width:100%;}
.fall-box .item-img img{width:100% ;height:100%;display: block;}

.fall-box .item {
    width: 46%;
    float: left;
    margin: 2% 2%;
}

/***********************************************************************************/
/*215px   样式如下 手机*/
@media screen and (max-width:215px){
	.section-p h3{font-size: 1.0em;line-height: 1.6em;}
	.section-p p{font-size: 1.05em;line-height: 1.6em;}
	.fall-box .item-img{height:88px;}
}
/*iphone5样式如下 手机*/
@media screen and (min-width: 216px) and (max-width:320px){
	.section-p h3{font-size: 1.1em;line-height: 1.6em;}
	.section-p p{font-size: 1.05em;line-height: 1.6em;}
	.fall-box .item-img{height:146px;}
}

/*Galaxy S5*/
@media only screen and (min-width: 321px) and (max-width: 360px){
	.section-p h3{font-size: 1.1em;line-height: 1.6em;}
	.section-p p{font-size: 1.05em;line-height: 1.6em;}
	.fall-box .item-img{height:164px;}
}

/*iphone 6*/
@media only screen and (min-width: 361px) and (max-width: 375px){
	.section-p h3{font-size: 1.13em;line-height: 1.6em;}
	.section-p p{font-size: 1.08em;line-height: 1.6em;}
	.fall-box .item-img{height:170px;}
}

/*iphone 6Plus--Nexus 6P*/
@media only screen and (min-width: 376px) and (max-width: 767px){
	.section-p h3{font-size: 1.16em;line-height: 1.6em;}
	.section-p p{font-size: 1.11em;line-height: 1.6em;}
	.fall-box .item-img{height:188px;}
}


/*宽屏样式如下 iPad*/
@media screen and (min-width:768px){
	.section-p h3{font-size: 1.68em;line-height: 1.6em;}
	.section-p p{font-size: 1.62em;line-height: 1.6em;}
	.fall-box .item-img{height:344px;}
}
