
/* 主题内容 */
/* 热线 */
.hotTelNum{
    padding: 0.7rem 1rem 1rem;
}
.hotTelNum img{
    width: 1.9rem;
    height: 1.9rem;
}
.hotTelNum span{
    padding-left: 0.8rem;
}
/* banner */
.bannerList{
    margin-left: -26rem;
    width: 160rem;
}
.bannerList li{
    float: left;
    width: 28rem;
    height: 15.6rem;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bannerList li:last-child{
    margin: 0;
}
.bannerList li:nth-child(2){
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 页面入口 */
.entrance{
    margin: 1.5rem 0;
}
.entrance a{
    width: 25%;
    float: left;
    text-align: center;
}
.entrance a img{
    display: inline-block;
    width: 6.2rem;
	padding:0 1rem 1rem 1rem;
}
/* 公司简介 */
.introduction img{
    width: 100%;
}
.introCon{
    width: 28rem;
    background: #fff;
    padding: 2rem 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    position: relative;
    left: 1rem;
    top: -3rem;
    text-align: center;
    -webkit-box-shadow: 0 0.5rem 1rem #d4e6fa;
    -moz-box-shadow: 0 0.5rem 1rem #d4e6fa;
    box-shadow: 0 0.5rem 1rem #d4e6fa;
}
.introCon h5{
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.introCon h5 p{
    margin-bottom: 1rem;
}
.introText{
    font-size: 1.1rem;
    line-height: 2rem;
    color: #939393;
}
/* 美幻快讯 */
.plr{
    padding: 1rem;
    border-top: 1px solid #f9f9f9;
}
.title{
    padding: 0 0 1rem;
}
.title .newsListIcon{
    width: 1.8rem;
    margin-right: 1rem;
}
.title h5{
    font-size: 1.4rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
}
.title .arrowRight{
    width: 0.6rem;
    margin-top: 0.3rem;
}
.newsList a{
    width: 30rem;
    display: block;
    margin-top: 1.8rem;
    border: 1px solid #f8edf1;
}
.newsList a:first-child{
    margin-top: 1rem;
}
.newsList a img{
    width: 8.2rem;
}
.newsInform{
    width: 18.8rem;
    padding: 1.5rem 1.5rem 0;
}
.newsInform h6{
    font-size: 1.2rem;
    line-height: 1.2rem;
	color:#6e6f72;
}
.newsInform span{
    font-size: 1rem;
    line-height: 2.2rem;
}
.newsInform p{
    font-size: 1rem;
    line-height: 1.4rem;
    color: #7d7d7d;
    height: 5.2rem;
    overflow: hidden;
}
/* 常见问题 */
.problem{
    padding-bottom: 0;
}
.problemList{
    margin-top: 1rem;
}
.problemList a{
    float: left;
    width: 14rem;
    color: #8a8a8a;
    margin-bottom: 2rem;
}
.problemList a:nth-child(2n){
    float: right;
}
.problemList a p{
    padding: 0 0.5rem;
    line-height: 2.7rem;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* 用户反馈 */
.feedback{
    border-top: 1px solid #f9f9f9;
}
.feedbackList a{
    width: 27rem;
    overflow: hidden;
    display: block;
    color: #fff;
    padding: 0 1.5rem;
}
.feedbackList a h6{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
}
.container{
    width: 30rem;
    height: 24rem;
    overflow: hidden;
    position: relative;
}
.container1{
    width: 100%;
    height: 100%;
}
.feedbackList a{
    height: 11rem;
    overflow: hidden;
    margin-bottom: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}
.date{
	float:right;
	margin-top:1.5rem;
}
.feedbackList a p{
    line-height: 2rem;
    font-size: 1rem;
	vertical-align:middle;
	
}

.high{
	clear:both;
	height:5.5rem;
	vertical-align:middle;
	display:table-cell; 
	width:27rem;

   overflow: hidden;
	
}
.high p{
    display:table-cell; 
	width:27rem;
	
	display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

.feedbackList a p:last-child{
    margin-top: 0.5rem;
}
.color1{
    background: #548dff;
}
.color2{
    background: #09a2ff;
}
.color3{
    background: #728dff;
}




















































