@charset "utf-8";
/* CSS Document */
.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;
}

/*contact*/
.infor {
    padding-top: 22px;
	margin-top:40px;
}
.infor p{
    padding-top: 22px;
	line-height:35px;
}
.infor .tit {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    font-weight:600;
    text-align: center;
	line-height: 1.6;
}
.content {
    margin-top: 40px;
    
}
.content .bd {
    background: #f8f8f8;
}
.content .bd .fix {
    padding: 50px 35px;
	display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom:35px;
}
.contact_box .content .bd .fix div {
   
    margin-bottom:0px;
}

 .contact_box .content .bd .fix .col-md-4 {
   
    margin-bottom:15px;
}

.content .bd .fix div {
   
    margin-bottom:15px;
}
 .content .bd .fix .li_box {
    padding: 35px 40px;
	 background: #fff;
	 height: 100%;
}
.content .bd .fix dl {
    overflow: hidden;
}
.content .bd .fix dt::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #f4822c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content .bd .fix dt {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.content .bd .fix .li_box .txt {
    overflow: auto;
}
.content .bd .fix dd {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

 .contact_box .content .text-center  .col-md-4> div{
width: 95%;
border-radius: 10px;
margin: 20px auto;
height: 250px;
background-color: #F5F5F5;
}
 .contact_box .content .text-center  img {
    display: block;
    margin: 0 auto;
    padding: 5% 0;
}
 .contact_box .content .text-center  h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
  .contact_box .content .text-center  a {
    display: block;
    padding-bottom: 5px;
    color: #999999;
    width: 90%;
    margin: 0 auto;
}
.contact_box .content .text-center a:hover {
    color: #f90;
}









/*sub_com*/

.fuwu .col-md-2{
	
	padding:20px;
}









.hornor_box{
	width:50%;
	margin:0px auto;
	background:#999;
}

.singlebox {
	padding:30px 0px;
	line-height:32px;
	font-size:14px;
	overflow:hidden;
}
.singlebox p{
	
}

.hornor {
	width:100%;
	padding-top:30px;
	position:relative;
	overflow:hidden;
}
.hornor .col-md-3 {
	
	text-align: center;
	overflow:hidden;
	position: relative;
	cursor:pointer;
}

.hornor .col-md-3  p {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background:#3e9cdb;
	color:#fff;
	line-height: 200px;
text-indent: 0px;
display:none;
font-size:16px;
	
}
.hornor .col-md-3:hover  p {
	display:block;
}
.hornor .col-md-3 img {
	width: 100%;
	
	overflow:hidden;
}
.singlebox  .row .col-md-3{
	
	padding:15px 15px;
}

.hezuo .row .col-md-4 {
	
	padding: 0px;
}

.hezuo .row .col-md-4 .hezuo_box{
			   
background: #fff;
border: 1px solid #EBEBEB;
color: #7e7e7e;
text-align: center;

margin: 2%;
box-sizing: content-box;
		}
		.hezuo .row .col-md-4 img{
			    max-width: 100%;
		}
		.hezuo .row .col-md-4 span{
			font-size: 19px;

color: #444;

display: block;

padding-top: 20px;

padding-bottom: 10px;
		}
		.hezuo .row .col-md-4 p{
			font-size: 14px;
		}















.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/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/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/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/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:32px;
	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:32px;
	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%;}