@charset "utf-8";
/* css document */
/*
-----------------------------内页样式start-----------------------------
*/
/**
 * 框架公共部分
 * author kis2
 * @return
*/
.bc_fff{
	background: #fff;
}
.minh_350{
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/*
* 发展历程 shiftpengfang
*/
.develist_dl{
	overflow: hidden;
}
.develist_dl dd{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	line-height: 80px;
}
.devetime{
	font-size: 14px;
	color:#333;
	overflow: hidden;
	margin-right: 30px;
}
.devetime i{
	font-size: 30px;
}
.devetit{
	overflow: hidden;
	position: relative;
	padding-left: 55px;
	font-size: 16px;
	color:#333;
	transition: all 0.3s linear;
}
.devetit:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 5px;
	top: 50%;
	background: #333;
	transition: all 0.3s linear;
}
.develist_dl .list_a:hover .devetit{
	color:#009944;
}
.develist_dl .list_a:hover .devetit:after{
	width: 30px;
	left: 0px;
	background: #009944;
}
.developmentslide{
	overflow: hidden;
	position: relative;
	height: 600px;
	padding: 0px 40px;
	background:  no-repeat -25px bottom;
}
.developmentslide .bd{
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 5;
}
.line{
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 74px;
	transition: all 3.9s linear;
	background: url(/uploads/image/syimages/line.png) no-repeat left bottom;
}
.show .line{
	width: 100%;
}
.deveslide_dl{
	overflow: hidden;
	height: 570px;
}
.deveslide_dl dd{
	width: 7.142857%;
	float: left;
	display: inline;
	height: 570px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translatey(-20px);
	transition: all 0.3s linear;
}
.show .deveslide_dl dd{
	visibility: visible;
	opacity: 1;
	transform: translatey(0px);
}
.deveslide_dl .list_a{
	display: block;
	height: 260px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 15px;
	overflow: visible;
	transition: bottom 0.5s linear;
}
.deveslide_dl dd.dd0 .list_a{
	bottom: 55px;
}
.deveslide_dl dd.dd1 .list_a{
	bottom: 102px;
}
.deveslide_dl dd.dd2 .list_a{
	bottom: 95px;
}
.deveslide_dl dd.dd3 .list_a{
	bottom: 103px;
}
.deveslide_dl dd.dd4 .list_a{
	bottom: 103px;
}
.deveslide_dl dd.dd5 .list_a{
	bottom: 136px;
}
.deveslide_dl dd.dd6 .list_a{
	bottom: 126px;
}
.deveslide_dl dd.dd7 .list_a{
	bottom: 121px;
}
.deveslide_dl dd.dd8 .list_a{
	bottom: 146px;
}
.deveslide_dl dd.dd9 .list_a{
	bottom: 193px;
}
.deveslide_dl dd.dd10 .list_a{
	bottom: 204px;
}
.deveslide_dl dd.dd11 .list_a{
	bottom: 227px;
}
.deveslide_dl dd.dd12 .list_a{
	bottom: 274px;
}
.deveslide_dl dd.dd13 .list_a{
	bottom: 305px;
	opacity: 0;
}
.deveslide_dl span{
	display: block;
	overflow: hidden;
	width: 50%;
	font-size: 14px;
	color:#333;
	float: left;
	word-wrap: break-word;
	text-align: center;
	margin-top: -3px;
}
.deveslide_dl i{
	display: block;
	overflow: hidden;
	width: 50%;
	font-size: 14px;
	color:#009944;
	float: left;
	word-wrap: break-word; 
	letter-spacing: 5px;
	text-align: center;
	margin-top: -3px;
}
.deveslide_dl em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/uploads/image/syimages/ray.png) no-repeat center bottom;
}
.deveslide_dl em:after{
	display: block;
	content: "";
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s linear;
	background: url(/uploads/image/syimages/ray_h.png) no-repeat center bottom;
}
/*.deveslide_dl .list_a:hover em:after{
	height: 100%;
}*/
.devebtbox{
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	font-size: 0px;
	text-align: center;
	z-index: 9;
}
.developmentslide .bt{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid #009944;
	margin: 0px 10px;
	transition: all 0.3s linear;
}
.developmentslide .prev{
	background:  no-repeat center center;
}
.developmentslide .prev:hover{
	background: #009944  no-repeat center center;
}
.developmentslide .next{
	background:  no-repeat center center;
}
.developmentslide .next:hover{
	background: #009944  no-repeat center center;
}

/*
* 图文列表 shiftpengfang
*/
.textimg{
	overflow: hidden;
}
.textimg dd{
	padding: 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.textimg .pic{/*图片参考尺寸：300:210*/
	width: 200px;
	padding-top: 0px;
	margin-right: 20px;
}
.textimg .pic:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 70%;
}
.textimg .listtime{
	margin: 5px 0px;
}
.textimg .listintr{
	height: 50px;
}
.listfoot{
	overflow: hidden;
}
.hits{
	padding-left: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#999;
	line-height: 30px;
	background: url(/uploads/image/syimages/eyes.png) no-repeat left center;
}
.listmore{
	overflow: hidden;
	width: 30px;
	line-height: 30px;
	background: #e1e1e1;
	text-align: center;
	font-size: 20px;
	color:#fff;
	transition: all 0.3s linear;
}
.list_a:hover .listmore{
	background: #009944;
}

/*
* 详情页 shiftpengfang
*/
a.print{
	font-size: 14px;
	color:#009944;
	overflow: hidden;
	line-height: 35px;
	position: absolute;
	right: 0px;
	top: 20px;
	font-weight: bold;
}

/*
* 全图1 shiftpengfang
*/
.imglist1{
	margin: 0px -10px;
}
.imglist1:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.imglist1 dd{
	width: 33.3333333%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.imglist1 .list_a{
	margin: 0px 10px;
	transition: all 0.3s linear;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
.imglist1 .listdeta{
	padding: 10px;
}
.imglist1 .pic{/*图片比例3:2 建议尺寸：600*400*/
	padding-top: 66.6666667%;
    position: relative;
}
.imglist1 .pic img{ position: absolute; left: 0px; top:0px; width: 100%; height: 100%;}
.imglist1 .listintr{
	height: 50px;
}
.imglist1 .list_a:hover{
	transform: translatey(-5px);
	
}

/*
* 全文列表 shiftpengfang
*/
.textlist{
	overflow: hidden;
}
.textlist dd{
	overflow: hidden;
}
.textlist .listtime{
	margin-left: 20px;
	line-height: 40px;
}
.textlist .listname{
	padding-left: 15px;
	line-height: 40px;
	color:#333;
	background:  no-repeat 0px center;
}
.textlist .list_a:hover .listname{
	color:#009944;
	background:  no-repeat 5px center;
}
.textlist dd.space{
	border-bottom: 1px solid #f4f4f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.textlist dd.space:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*
* 企业荣誉 shiftpengfang
*/
.imglist2{
	margin: 0px -15px;
}
.imglist2:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.imglist2 dd{
	width: 33.333333%;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.imglist2 .list_a{
	margin: 0px 15px;
	padding: 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	position: relative;
}
.imglist2 .pic{
	padding-top: 72.7272727%;
    position: relative;
}
.imglist2 .pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.imglist2 .list_a:hover{
	transform: translatey(-5px);
}

/*
* 视频列表 shifpengfang
*/
.txt-c{
	text-align: center;
}

/*
* 著佐权 shiftpengfang
*/
.ratio5-7 .pic{/*建议图片尺寸320*450*/
	padding-top: 140%;
}
.imglist1.ratio5-7{
	margin: 0px -35px;
}
.ratio5-7 dd{
	width: 25%;
}
.ratio5-7 .pic{
	border: 1px solid #f4f4f4;
	border-radius: 3px;
}
.ratio5-7 .list_a{
	box-shadow: none;
	margin: 0px 35px;
}


/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.viewcont{
    padding: 50px;
    overflow: hidden;
    background: #333;
}
.pagebox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadein 0.6s 0.6s both;
    -moz-animation: gfadein 0.6s 0.6s both;
    animation: gfadein 0.6s 0.6s both;
    }
.articletitle{
    padding:20px 0 0px 0;
    font-size:24px;
    line-height:46px;
    color:#333;
    text-align: center;
}
.articlesubtitle{
    font-size: 18px;
    color:#666;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
.articletime {
    line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}
.articletime .center{
    display: inline-block;
    overflow: hidden;
}
.newsshare{
    margin-left: 20px;
	display: none
}
.fontbt span{ cursor:pointer; padding:0 2px;}
.fontbt span:hover,.fontbt span.hover{ color:#ff0000;}
.artcont{
    padding:20px 55px;
}
.articlebox {
    overflow:hidden;
    font-size: 16px;
    color: #888;
    line-height: 40px;
    padding:20px 0 0 0;
}
.articlebox img{ max-width:100%;}

.articlehand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articlehand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background: no-repeat left center; 
}
.articlehand a.word{background: no-repeat left center; color:#37a6ff !important; }
.articlehand a.ppt,.articlehand a.pptx{background: no-repeat left center; color:#ff7735 !important;}
.articlehand a.excel{background: no-repeat left center; color:#15bf44 !important; }
.articlehand a.pdf{background: no-repeat left center; color:#1369c0 !important; }
.articlehand a.zip{background: no-repeat left center; color:#ff9779 !important; }

.codebox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codebox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:;
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(/uploads/image/syimages/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(/uploads/image/syimages/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgmove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #e52129;background:#e52129;}
.imgmove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(/uploads/image/syimages/article_icon.png) no-repeat;
}
.imgmove .prev_a {background-position:left top;left:0;}
.imgmove .next_a {background-position:right top;right:0;}

.articlepage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlepage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #e2e2e2;
    }
.articlepage a:hover,.articlepage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageup{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0 0 0;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.pageup a{color:#666;}
.pageup a:hover{
    color:#009944;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.sharebox {
    overflow: hidden;
    clear:both;
}
.sharebox p {
    display: block;
    overflow: hidden;
    float: left;
}
.sharebox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.sharebox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.sharebox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.sharebox .bds_wechat{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_tsina{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_tqq{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_qzone{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_douban{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_sqq{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .f_more{background: no-repeat -111px 0px !important;}
/**/
.ind1rdltit {
    height: 60px;
    overflow: hidden;
    line-height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/*
-----------------------------内页样式end-----------------------------
*/
