.about-content .title{margin-top:30px; margin-bottom:20px; font-size:24px; text-align:center}
.about-content .about-wrap{position:relative;}
.about-content .about-inner{z-index:2;position:relative;width: 100%;box-sizing:border-box;font-size:16px;line-height:30px;float:right;}
.about-content .about-inner article{display:block; }
.about-content .about-inner article img{ max-width:1200px;}
.about-content .about-inner article p{text-indent:2em;}
.about-content .about-inner .scroll_inner{width:100%; height:100%; padding-right:20px;}
.about-content .more{width:31px; height:14px; margin:10px auto 0; background:url(http://www.zjrenyi.com/Templates/16900/static/images/common/arrow4.png) no-repeat;}

.about-more{width:30px; margin:30px auto;}

.about-idea-tabs{height:66px; border-bottom:1px solid #E1E1E1;}
.about-idea-tabs .title{float:left; line-height:66px; font-size:24px;}
.about-idea-tabs ul{float:right; width:75%;}
.about-idea-tabs ul li{float:left; width:19%; height:66px; margin-left:1%; line-height:66px; text-align:center; font-size:18px; background:#E1E1E1; color:#999;}
.about-idea-tabs ul li.current{background:#6AA9DC; color:#FFF;}

.about-idea-panels{padding:40px 0;}
.about-idea-panels .idea-panel-left{float:left; width:48%;}
.about-idea-panels .idea-panel-left strong{display:block; margin-bottom:20px; font-size:18px; color:#005BAC;}
.about-idea-panels .idea-panel-left article{display:block; line-height:28px; font-size:16px; color:#4b4a4a;}
.about-idea-panels .idea-panel-right{float:right; width:48%;}

.about-ceo .title{margin-top:30px; margin-bottom:20px; font-size:24px;}
.about-ceo .ceo-left{float:left; width:55%;}
.about-ceo .ceo-right{float:right; width:42%;}
.about-ceo .ceo-right p{margin-bottom:10px; font-size:24px; color:#6AA9DC;}
.about-ceo .ceo-right article{line-height:34px; font-size:16px; color:#333;}

.about-history .title{margin-top:30px; margin-bottom:20px; font-size:24px;}
.history-years{height:65px; margin-bottom:30px; border-bottom:1px solid #E1E1E1;}
.history-years .swiper-prev, .history-years .swiper-next{float:left; width:5%; line-height:65px; color:#999; font-size:30px; font-family:SimSun;}
.history-years .swiper-next{text-align:right;}
.history-swiper{float:left; width:90%;}
.history-swiper ul{padding-top:13px;}
.history-swiper li{height:36px; line-height:36px; text-align:center; font-size:18px;}
.history-swiper li.current{background:#6AA9DC; color:#FFF;}
.history-panel{overflow:hidden;}
.history-panel .panel-year{float:left; width:15%; text-align:center; font-size:30px; color:#005BAC;}
.history-list{float:right; width:81%; padding-left:30px; border-left:1px solid #E1E1E1;}
.history-list li{position:relative; padding-left:10px; line-height:34px; font-size:16px; margin-bottom:10px; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;}
.history-list li i{opacity:0; position:absolute; left:-41px; top:8px;; z-index:2; width:21px; height:21px; background:url(http://www.zjrenyi.com/Templates/16900/static/images/mobile/icon.png) center center no-repeat; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;}
.history-list li:hover{background:#dcedfa;}
.history-list li:hover i{opacity:1;}

.about-honor .title{margin-top:30px; font-size:24px;}
.about-honor .desc{margin-top:20px; margin-bottom:20px; font-size:16px;}
.honor-swiper .swiper-slide{overflow:hidden;}
.honor-swiper ul{width:110%; overflow:hidden;}
.honor-swiper li{position:relative; float:left; width:41%; margin-right:5%; margin-bottom:20px; padding:4px; box-sizing:border-box; border:1px solid #d6d6d6; background:#ededed;}
.honor-swiper li p{display:none; position:absolute; left:0; top:0; width:100%; height:100%; line-height:100%; text-align:center; font-size:14px; background:rgba(106, 169, 220, 0.61); color:#FFF;}
.honor-swiper li span{position:absolute; left:0; top:50%; height:40px; line-height:20px; margin-top:-20px; width:100%;}
.honor-trigger{height:50px; margin-bottom:80px; line-height:50px; border:1px solid #E1E1E1; text-align:center; font-size:16px;}
.honor-trigger a{color:#333; font-size:20px;}


.about-img{
	width:39%;
	float:left;
	}
.app-show{
	display:none;
	}
.pc-show{
	display:block;
	}




@media only screen and (max-width: 1024px) {
.about-img{
	width:100%;
	}
.app-show{
	display:block;
	}
.pc-show{
	display:none;
	}
.container{padding:0 10px; box-sizing:border-box;}
.about-content .title{margin-top:20px; margin-bottom:15px; font-size:18px;}
.about-content .about-wrap{position:relative;}
.about-content .about-inner{position:static; width:100%; padding:20px 0; font-size:14px; line-height:22px; background:rgba(255, 255, 255, 0.8); color:#666;}
.about-content .about-inner article{display:block; height:auto; overflow:hidden;}
.about-content .about-inner article p{text-indent:2em;}
.about-content .about-inner img{width: 100%;}
.about-content .more{display:none;}

.about-idea-tabs{height:auto; border-bottom:0;}
.about-idea-tabs .title{float:none; margin-bottom:10px; line-height:40px; font-size:20px;}
.about-idea-tabs ul{float:none; width:100%; overflow:hidden; border-bottom:1px solid #E1E1E1;}
.about-idea-tabs ul li{float:left; width:19%; height:40px; margin-left:1%; line-height:normal; text-align:center; font-size:12px; background:#E1E1E1; color:#999; display:-webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center;}
.about-idea-tabs ul li:first-child{margin:0;}
.about-idea-tabs ul li.current{background:#6AA9DC; color:#FFF;}

.about-idea-panels{padding:20px 0;}
.about-idea-panels .idea-panel-left{float:none; width:auto; margin-bottom:10px;}
.about-idea-panels .idea-panel-left strong{display:block; margin-bottom:10px; font-size:16px; color:#005BAC;}
.about-idea-panels .idea-panel-left article{display:block; line-height:28px; font-size:14px; color:#4b4a4a;}
.about-idea-panels .idea-panel-right{float:none; width:auto;}

.about-ceo .title{margin-top:20px; margin-bottom:10px; font-size:18px;}
.about-ceo .ceo-left{float:none; width:auto; margin-bottom:10px;}
.about-ceo .ceo-right{float:none; width:auto;}
.about-ceo .ceo-right p{margin-bottom:5px; font-size:16px; color:#6AA9DC;}
.about-ceo .ceo-right article{line-height:22px; font-size:14px; color:#333;}

.about-history .title{margin-top:20px; margin-bottom:0px; font-size:18px;}
.history-swiper{float:none; width:100%;}
.history-swiper li{padding:0 10px; font-size:14px;}
.history-list{float:none; width:100%; padding-left:0; border-left:0;}
.history-list li{position:relative; padding-left:10px; line-height:34px; font-size:16px; margin-bottom:10px;}
.history-list li.current i{display:none;}

.about-honor .title{margin-top:20px; font-size:18px;}
.about-honor .desc{margin-top:10px; margin-bottom:5px; font-size:16px;}
.honor-trigger{height:50px; margin-bottom:30px; line-height:50px; border:1px solid #E1E1E1; text-align:center; font-size:16px;}
}


.histroy_page a{ padding:10px 25px 10px; color:#FFFFFF; background:#409EFF; border-radius:10px;}