.g-inner-content {
    padding: 20px 0;
}
.m-innerbg {
    width: 100%;
    height: 0;
    background-position: center center;
    background-size: cover;
	position:relative;
	z-index:99;
}
.m-innerbg li{
	height:100%;
}
.w {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}
.inner-page-part {
    background-size: cover;
    padding-bottom: 60px;
	background:#fff;
}
.inner-about {
    min-height: 30px;
    padding: 5px;
}
.g-inner-nav {
    width: 215px;
    display: inline-block;
    vertical-align: top;
    transition: margin-top .7s;
    margin-top: 0;
}
.g-inner-title {
    width: 215px;
    display: inline-block;
}
.g-inner-title h2 {
    text-align: center;
    font-size: 36px;
    color: #8a0100;
    height: 75px;
    width: 100%;
    background: #4e4c4d;
    padding-top: 10px;
    margin: 0 !important;
}
.g-inner-title h2 span {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    line-height: 50px;
    display: inline-block;
    width: 85%;
    overflow: hidden;
}
.g-inner-title h2 span:after {
    content: "";
    width: 52px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 66px;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    visibility: visible\9;
}
.inner-about-content {
    width: 955px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-bottom: 20px;
}
.inner-about-content .inner-position {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 32px;
}
.inner-about-content .inner-position p {
    line-height: 70px;
    padding-left: 5px;
    color: #666666;
    font-size: 16px;
}
.inner-about-word {
    min-height: 500px;
}
.inner-about-word p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.g-inner-title ul {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.g-inner-title ul li {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height: 58px;
}
.g-inner-title ul li a.on {
    background: #1e50ae;
    color: #fff;
}
.g-inner-title ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 56px;
    color: #333;
    font-size: 16px;
    background: #fff;
}
.g-inner-title ul li a:hover {
    background: #1e50ae;
    color: #fff;
}

	