@charset "utf-8";
/* CSS Document */
@import url("basic.css");
.subpic {
	width:100%;
	height:180px;
	background:url(../images/aboutus.jpg) no-repeat center top;
	overflow:hidden;
}
.subwrap {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.subpic p.title {
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	padding-top:30px;
}
.subpic p.position {
	color:#fff;
	padding-top:10px;
}
.subpic p.position a {
	color:#ffffff;
}
.subpic ul {
	padding-top:30px;
}
.subpic ul li {
	list-style:none;
	height:27px;
	float:left;
}
.subpic ul li a {
	display:block;
	float:left;
	text-decoration:none;
	height:25px;
	font-size:15px;
	margin-right:50px;
	color:white;
	text-align:center;
}
/*sub_com*/
.singlebox p{
	text-indent:2em;
}
.singlebox {
	padding:30px 0px;
	line-height:2em;
	font-size:14px;
	overflow:hidden;
}
ul.hornor {
	width:1030px;
	padding-top:30px;
	position:relative;
	overflow:hidden;
}
ul.hornor li {
	width: 225px;
	text-align: center;
	border: 1px solid #DDD;
	display:block;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	overflow:hidden;
	position: relative;
	cursor:pointer;
}
ul.hornor li a {
	display: block;
	height:208px;
	overflow:hidden;
	
}
ul.hornor li  p{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background:#3e9cdb;
	color:#fff;
	line-height: 200px;
text-indent: 0px;
display:none;
font-size:16px;
	
}
ul.hornor li:hover  p{
	display:block;
}
ul.hornor li img {
	width: 136px;
	height: 178px;
	margin: 15px 0px;
	overflow:hidden;
}

.qywenhua p {
	font-size:14px;
	line-height:40px;
}
.qywenhua p span {
	padding-right:20px;
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color:#e43a3d;
}
/*about_devel*/

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 800px;
    height: 800px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


.about_devel {
	overflow:hidden;
}
.about_devel dl {
	overflow:hidden;
	margin-bottom:50px;
	margin-top:50px;
}
.about_devel dt {
	width:293px;
	float:left
}
.about_devel dd {
	float:right;
	width:680px;
}
.about_devel p {
	line-height:30px;
	margin-bottom:10px
}
.about_devel p strong {
	font-size:16px;
	font-weight:bold;
}
.about_text {
	overflow:hidden;
	margin-bottom:40px;
	margin-top:35px;
}
.about_text-sy {
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	height:50px;
}
.about_text p {
	line-height:30px;
	margin-top:16px
}





/*zhiwei*/

.zhiwei,.toudi{ margin-bottom:20px; overflow:hidden;}
.zhiwei p{ color:#333; margin-bottom:30px;}
.list-item{ width:100%;}
.title-zp{ margin-bottom:10px; width:100%; background:#eee; overflow:hidden; font-size:15px; font-weight:bold; padding:8px 0;}
.num{ float:left; width:4%; text-align:center;}
.jn{ float:left; width:20%; text-align:center;}
.jm{ float:left; width:20%; text-align:center;}
.js{ float:left; width:20%; text-align:center;}
.jd{ float:left; width:18%; text-align:center;}
.jc{ float:left; width:18%; text-align:center;}
.zpcon-list{ width:100%;}
.zpcon-list ul{ width:100%; border-bottom:1px dotted #ddd; overflow:hidden; padding:20px 0;}
.zpcon-list ul li{ float:left; text-align:center;}
.zpcon-list ul li.number{ width:4%;}
.zpcon-list ul li.ln{width:20%;}
.zpcon-list ul li.lm{width:20%;}
.zpcon-list ul li.ls{width:20%;}
.zpcon-list ul li.ls2 a{ color:#ed1c24; font-size:14px;}
.zpcon-list ul li.ld{width:18%;}
.zpcon-list ul li.lc{width:18%;}