		.about-us{
		    width: 100%;
		    height: 100px;
		    margin: 40px 0 70px 0;
		    background: url(../images/ljpd/aboutus/eweuwo-.png) no-repeat center;
		}
		
		.about-us-con{
			background: #F5F5F5;

		}
		.about-us-title{
			padding:  0 70px;
		}
		.about-us-title a{
			color: #fff;
		}
		.about-content-c{
			margin-top: 20px;
			padding-top: 20px
		}
		.about-us-content{
			background: #fff;
			padding: 20px 0 0 0 !important;
			margin-bottom: 30px
		}
		p{padding: 0 !important;}
		/*最新修改*/
		.padding50{
			line-height: 30px;
			padding: 50px;
			color:#333;
			background: #fff;
		}
		.myfont{
			font-family: "微软雅黑";
			line-height: 40px;
			color: #707070;
		}
		.marginbottom50{
			margin-bottom: 50px;
		}
		.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		    color: #fff;
		    cursor: pointer;
		    border:none;
		    border-radius: 0;
		    background-color: #E36115;
		}
		.nav>li>a:hover {
			color: #fff;
		    border:none;
		    border-radius: 0;
		    background-color: #E36115;
		}
		.nav-tabs {
			margin: 0 50px;
		   	background: #333;
		}
		.nav-tabs li{
			width: 25%;
			text-align: center;
			border-right: 1px solid #fff;
			margin-bottom: -2px;
		}
		.nav-tabs>li>a {
			font-family: "微软雅黑";
			font-size: 16px;
			margin-right: 0px;
		    padding: 6px 15px;
		}
		@media only screen and (max-width:414px ) {
			.about-us-title{
				padding:  0 10px;
			}
			.nav-tabs {
			    margin: 0;
			}
			.nav-tabs li{
				width: 100%;
			}
		}