.pabout{
	padding:80px 0;
	background-color: #fff;
}
.pa-top{
	max-width: 900px;
	margin:0 auto;
	width: 90%;
	padding-bottom: 50px;
}
.zr4{
	background-color: #f2a048;
}
.pa-con{
	text-align: center;
	line-height: 2.5;
	color:#383838;
}
.pat .pitt{
	display: none;
}
.or-img img{
	width: 100%;
}
.pa-con a{
	padding:2px 10px;
	border:1px solid #ee831b;
	margin-top: 30px;
	display: inline-block;
	border-radius: 5px;
	color:#ee831b;
}
.pa-con p{
	text-align: left;
	text-indent: 2em;
}
.org,.honor{
	padding-top: 150px!important;
}
.pa-img{
	width:60px;
	padding:20px;
	display: inline-block;
	background-color:#ee831b;
	border-radius: 100px;
}
.pa-img img{
	width: 100%;
}
.img1{
	display: inline-block;
}
.img2{
	display: none;
}
.pa-en{
	display: block;
	text-transform: uppercase;
	color:#000;
	margin:25px 0;
}
.pa-mid{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.pa-item{
	float: left;
	text-align: center;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.pa-item a{
	display: block;
	padding:50px;
}
.pa-item h3{
	font-size: 18px;
	color:#ee831b;
}
.pa-item p{
	margin-top: 2em;
    font-size: 15px;
    color: #383838;
}
.pa-mid .pa-item{
	width: 50%;
}

.pa-bot .pa-item{
	width: 33.3333%;
	
}
.pa-item:hover{
	background-color:#ee831b;
	
}
.pa-item:hover h3,.pa-item:hover p{
	color: #fff;
}
.pa-item:hover .img1{
	display: none;
}

.pa-item:hover .img2{
	display: inline-block;
}
.pa-item:hover .pa-img{
	background-color: #fff;
}
/*pculture*/
.pculture{
	padding-top: 150px;
}
.jy{
	
	text-align: center;
	
	margin-bottom: 30px;
}
.jy ul li{
	width: 33.333%;
	float: left;
	background-color:#f3ac60 ;
	height: 250px;
	padding:30px 0;
}
.jy ul li:nth-child(2){
	background-color: #f39530;
}
.jy ul li:nth-child(3){
	background-color:#ed831a ;
}
.jy ul li dl{
	margin:20px;

}
.jy ul li dl dt{
	font-size:19px;
	margin-bottom: 20px;
	font-weight: 600;
	color:#fff;
}
.jy ul li dl dd{
	line-height: 2;
	font-size: 15px;
	color:#888;
	color:#fff;
}
.jshao{
	text-align: left;
	text-indent: 2em;
	line-height: 2.5;
	margin-bottom: 15px;
	font-size: 15px;
	color:#777;

}
.jy-bot{
	width: 900px;
	margin:0px auto;
	padding:50px 0;
}
.jy-bot h5{
	font-size: 19px;
	text-align: center;
	margin-bottom: 20px;
	color:#ed831a;
}
.jy-bot p{
	line-height: 2.1;
	color:#777;
	text-align: left;
	text-indent: 2em;
}
/*honor*/
.honor{
	background-color: #f9f9f9;
}
.ho-con{
	width: 100%;
	position: relative;
}
.ho-con ul {
    width: 1100px;
    margin: 0 auto;
    max-width: 1102px;
    height: auto;
    overflow: hidden;
}
.ho-con ul li{
	position: relative;
    width: 49.9%;
    
    cursor: pointer;
}
li.ho-fl{
	float: left;
	padding-bottom: 100px;
}
li.ho-ri{
	float: right;
	
	padding-top: 100px;
}
.fl-img{
	position: relative;
    margin-right: 84px;
}
.fr-img{
	position: relative;
    margin-left: 84px;
}
.ho-de{
	position: absolute;
    background-color:rgba(0,0,0,0.5);
    width: 100%;
    bottom: 0;
    left: 0;
}
.ho-de h4{
	bottom: 30px;
    color: #fff;
    z-index: 30;
    font-size: 14px;
    text-align: center;
    margin: 15px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ho-fl i {
    position: absolute;
    background: url(../images/arrleft.png) no-repeat;
    width: 20px;
    height: 54px;
    top: 65px;
    right: -20px;
}
.ho-ri i {
    position: absolute;
    background: url(../images/arrright.png) no-repeat;
    width: 20px;
    height: 54px;
    bottom: 39px;
    left: -20px;
}
.ho-icon {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    border:3px solid #f1eeee;
}
.ho-fl .ho-icon{
    right: -33px;
    top: 48px;
}
.ho-ri .ho-icon {
    left: -33px;
    bottom: 40px;
}
.ho-icon p {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}
.bline{
	position: absolute;
	width: 3px;
	height: 100%;
	background-color:#d0c8c8;
	top: 0;
	left:50%;
	margin-left: -1.5px;
}
.cmore{
	display: none;
}
/*弹出框*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #fff;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60%;
	max-width:680px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #5b5b5b;
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	max-height: 600px;
	overflow-y: auto;
}
.md-content .md-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 999999;
	outline: none;
	
}
.md-content .md-close-btn a{
	color: #909090;
	cursor: pointer;
}
.md-content .md-close-btn a:hover{
	color: #212121;
}
.md-content .md-close {
	font-size: 13px;
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #f3901c;
    border-color:#f3901c;
    color:#fff;
    cursor: pointer;
}


.md-content  ul{
	padding: 25px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
	box-sizing:border-box;
}
.md-content  ul li {
	padding: 5px 0;
	width: 100%;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.md-content li{
	margin-bottom: 20px;
}
.md-content li .md-img{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
}
.md-content li p{
	display: inline-block;
	width: 57%;
	margin-left: 5%;
	vertical-align: middle;
	color:#444;
	line-height: 2;
}
.pa-ar{
	border:1px solid #eee;
	padding:0 40px 30px;
}
/*弹出框*/
.org-wrap{
	position: relative;
}
.or-line{
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	width: 3px;
	height: 564px;
	background-color: #eee;
}
.ort{
	padding:10px 0;
	width: 100px;
	margin:30px auto;
	text-align: center;
	background-color:#ed831a; 
	color:#fff;
	z-index: 1;
	box-shadow: 2px 2px 5px #b6b2b2;
}
.figu{
	position: relative;
	z-index: 2;
}
.figu li{
	display: inline-block;
}
.figu li span{
	display: inline-block;
	background-color:#ed831a; 
	color:#fff;
	padding:10px 14px;
	text-align: center;
	box-shadow: 2px 2px 5px #b6b2b2;
}
.box{
	margin:0 auto;
	position: relative;
	margin-top: 15px;
}
.box2{
	width: 600px;
	
}
.box2:before{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left:100px;
	width: 400px;
	height: 3px;
	margin-top: -1.5px;
	background-color: #eee;
	z-index: 2;
}
.box2 li{
	position: relative;
	z-index: 3;
	width: 170px;
	display: block;
}
.box2 li.fl{
	text-align: right;
}
.box2 li.fr{
	text-align: left;
}
.box3{
	width: 700px;
	position: relative;
	height: 40px;
}
.box3:before{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left:120px;
	width: 400px;
	height: 3px;
	margin-top: -1.5px;
	background-color: #eee;
	z-index: 2;
}
.box3 li{
	width: 220px;
	z-index: 3;
}
.box3 .f1{
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}
.box3 .f3{
	position: absolute;
	right: 0;
	top: 0;
}
.box3 .f2{
	left: 50%;
	position: absolute;
	top: 0;
	margin-left:-110px; 
	text-align: center;
}
.box4{
	padding:20px 0;
	position: relative;
}
.or-wrap{
	position: relative;
	width: 1000px;
	margin:20px auto;
}
.or-wrap li span{
	background-color: #b86009;
}
.or-wrap:before{
	position: absolute;
	display: block;
	content: "";
	top: 0%;
	left:0;
	width:884px;
	height: 3px;
	background-color: #eee;
	z-index: 2;
	margin-left: 53px;
}
.box4 li{
	position: relative;
}
.box4 li span{
	vertical-align: top;
	position: relative;
	z-index: 3;
}
.box4 li:before{
	position: absolute;
	top:-20px;
	left: 50%;
	display: block;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #eee;
	z-index: 2;
	margin-left: -1px;
}
.fgs{
	width: 1000px;
	margin:0 auto;
	position: relative;
}
.fgs li span{
	background-color: #dd8e3f;
}
.fgs li{
	display: block;
	margin-bottom: 15px;
}
.fg-left li span{
	width: 296px;
}
.fs-right span{
	width: 200px;
}
.fg-right li{
	margin-top: 40px;
	margin-left: 40px;
	position: relative;
}
.fg-fl,.fg-fr{
	position: relative;
	z-index: 3;
}
.fg-line{
	position: absolute;
	height: 2px;
    width: 345px;
    top: 81px;
    left: 371px;
	background-color: #eee;
	z-index: 2;
}

.fs-left li{
	margin-top: 40px;
	margin-right: 40px;
	position: relative;
}
.fg-right li:before,.fs-left li:before{
	position: absolute;
	display: block;
	content: "";
	background-color: #ddd;
	top: 40px;
	height: 2px;
	width: 15px;
}
.fg-left,.fs-right{
	position: relative;
}
.fg-left:before,.fs-right:before{
	position: absolute;
	display: block;
	content: "";
	background-color: #ddd;
	height: 75%;
	width: 2px;
	top: 30px;
}
.fg-left li,.fs-right li{
	position: relative;
}
.fg-left li:before,.fs-right li:before{
	position: absolute;
	display: block;
	content: "";
	background-color: #ddd;
	height: 2px;
	width: 25px;
	top:50%;
}
.fg-left li:before{
	right: -25px;
}
.fs-right li:before{
	left:-25px;
}
.fg-left:before{
	right:-25px;
}
.fs-right:before{
	left: -25px;
	height: 125px;
}
.fg-right li:before{
	left: -15px;
}
.fs-left li:before{
	right: -15px;
}
/*zrsm*/
.zrsm h3{
	text-align: center;
	color:#ed831a;
	padding-bottom: 50px;
	padding-top: 30px;
}
.zr-wrap{
	width: 1000px;
	margin:0 auto;
}
.zrc .clearfix{
	height: 350px;
	overflow: hidden;
}

.zr-fl{
	background-size: cover;
	background-repeat: no-repeat;
	width: 35%;
	float: left;
	height: 100%;
	box-sizing: border-box;
	overflow: auto;
}
.zr-fr{
	width: 65%;
	float: right;
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.zr2 .zr-fl{
	width: 65%
}
.zr2 .zr-fr{
	width: 35%;
}
.zrsm h3 span img{
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
.zr-con p{
	line-height: 2.2;
	text-indent: 2em;
}
.zr-con p strong{
	text-transform: uppercase;
}
.zr-con{
	padding:50px;
	color: #fff;
	box-shadow: 2px 2px 5px #888684;
}
.zr1{
	background-color: #ed831a;
}
.zr2{
	background-color: #f39530;
}
.zr3{
	background-color: #f2a048;
}
/*en添加*/
.en .pa-en{
	font-size: 12px;
	color: #777;
}
.en .pa-item h3{
	font-size: 20px;
	text-transform: uppercase;
}
@media (max-width:1200px){
	.ho-con ul{
		width: 90%;
	}
	.zr-con{
		padding:40px;
	}

}
@media (max-width:1080px){
	.figu,.or-line{
		display: none;
	}
	.or-img{
		display: block;
		width: 100%;
	}
	.zr-con{
		padding:30px;
	}
}
@media (max-width:960px){
	.pabout{
		padding:50px 0;
	}
	.pculture {
	    padding-top: 130px;
	}
	.pa-item a{
		padding:30px;
	}
	.pa-bot .pa-item{
		width: 50%;
	}
	.pa-ar{
		border: none;
		box-sizing: border-box;
	}
	.jy-bot{
		width: 90%;
	}
}
@media (max-width:768px){
	.jy ul li{
		display: inline-block;
		float: none;
		width: 49%;
		vertical-align: top;
	}
	.org-wrap{
		min-height: 620px;
	}
	.org,.honor{
		padding-top: 130px!important;
	}
	.ho-con ul li{
		width: 80%;
	}
	li.ho-fl{
		float: right;
		padding-bottom: 30px;
	}
	li.ho-ri{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.bline{
		left:24%;
	}
	.ho-fl .ho-icon{
		left: -27px;
    	bottom: 45px;
    	top: auto;
	}
	.fl-img{
		margin-right: 0;
		margin-left: 84px;
	}
	.ho-fl i{
		background: url(../images/arrright.png) no-repeat;
    	bottom: 44px;
    	left: -20px;
	}
	.ho-ri i{
		bottom: 4px;
	}
	.zr-fl,.zr-fr,.zr2 .zr-fr,.zr2 .zr-fl{
		float: none;
		width: 100%;
		height: 300px;
	}

	.zrc .clearfix{
		height: auto;
	}
	.zrsm h3{
		font-size: 18px;
	}
	.zrsm h3 span img{
		width: 40px;
	}

}
@media (max-width:640px){
	.pa-mid .pa-item,.pa-bot .pa-item{
		width: 90%;
		float: none;
		margin:0 auto;
	}
	.pa-con p{
		font-size: 13px;
	}
	.pa-top{
		padding-bottom: 30px;
	}
	.pa-con a{
		padding:0px 5px;
		font-size: 12px;
		border-radius: 0px;
		margin-top: 15px;
	}
	.pa-item a{
		padding:15px 30px;
	}
	.pa-en{
		margin:20px 0;
	}
	.pa-item{
		border-bottom:1px solid #eee;
	}
	.pa-bot .pa-item:last-child{
		border:none;
	}
	.pa-ar{
		padding:10px;
	}
	.jshao{
		font-size: 13px;
	}
	.pabout{
		padding-top: 25px;
		padding-bottom:10px;
	}
	.pculture {
	    padding-top: 100px;
	}
	.jy ul li{
		width: 320px;
		height: auto;
		padding:15px 0;
	}
	.jy ul li dl dt,.jy-bot h5{
		font-size: 16px;
		margin-bottom: 13px;
	}
	.jy-bot{
		padding:30px 0;
	}
	.jy-bot p{
		font-size: 13px;
	}
	.org-wrap{
		min-height: 480px;
	}
	.org,.honor{
		padding-top: 100px!important;
	}
	.fr-img,.fl-img{
		margin-left: 20px;
	}
	.ho-ri .ho-icon,.ho-fl .ho-icon{
		left: -57px;
	}
	.bline{
		left: 14%;
	}
	.ho-de h4{
		margin:10px;
		font-weight: normal;
		font-size: 13px;
	}
	span.cmore{
		top:30%;
		padding:5px;
		font-size: 12px;
	}
	.ho-icon p{
		font-size: 16px;
	}
	.md-content ul{
		padding:25px 13px 18px;
	}
	.zrsm h3{
		font-size: 16px;
		padding:15px 0;
	}
	.zrsm h3 span img{
		width: 35px;
	}
	.zr-con p{
		font-size: 15px;
		line-height: 2;
	}
}
@media (max-width:414px){
	.pa-en{
		font-size: 12px;
		color:#999;
	}
	.pa-item h3{
		font-size: 15px;
	}
	.pa-item p{
		font-size: 13px;
	}
	.jy ul li{
		width: 290px;
	}
	.org-wrap {
	    min-height: 300px;
	}
	.pculture {
	    padding-top: 80px;
	}
	.zr-con{
		padding:18px;
	}
	.zr-con p{
		font-size: 14px;
	}
}