html,body{overflow:hidden;overflow-y:auto;}
header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #621026;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}
header > div > .logo {
    float: left;
    width:75px;
    height: 30px;
    background: url(../../images/index/logo.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 10px;
}
header > div > .head_right > ul > li a {
    display: inline-block;
    text-decoration: none;
    font-size: 0.5rem;
    color: #fff;
}
header > div > .head_right > ul > li {
    float: left;
    height:100%;
    padding: 0;
}
.content {
    width: 100%;
   /* padding-top: 3.1rem;*/
    padding-top:0;
    position: relative;
    overflow: hidden;
}
#position {
    position: fixed;
    display: none;
    top: 50%;
    right: 10px;
    height: 140px;
    margin-top: -70px;
}
.content > section > .introduce > .text {
    top: 1rem;
}
.content > section > .introduce > .text h4 {
    font-size:1.4rem;
}
.content > section > .introduce > .text p {
    padding: 0px 1.8rem 0px 1.8rem;
}
.content > section > .introduce > div.bg img {
	display: none;
    width: 100%;
    vertical-align: top;
    transition: 1s all;
}
.content > section > .introduce > div.bg {
    height:23rem;
    background:#f4f5f7;
    overflow: hidden;
}
.content > section > .character > ul > li:first-child {
    margin-left: 0px;
    width:100%;
}
.content > section > .character > ul > li > .ls p:nth-child(1) {
    width:4rem;
    height:4rem;
    display: inline-block;
}
.content > section > .character > ul > li {
    margin-right: 0px;
    padding:1rem 0px;
}
.content > section > .character > ul > li > .ls p:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 0.8rem;
}
.content > section > .character > ul > li > .ls p:nth-child(3) {
    font-size:0.9rem;
    margin-bottom:0.5rem;
}
.content > section > .character > ul > li > .xx p:nth-child(1) {
    padding-top:0px;
    border-top:none;
}
.content > section > .character > ul > li > .xx p {
    color: #424753;
    line-height: 1.7rem;
    font-size: 0.8rem;
}
.content > section > .character > ul > li {
    width: 100%;
    margin-right: 0px;
    padding: 1rem 0px 0rem;
}
.content > section > .assistant > .ass_left {
    float: left;
    margin-top:0px;
    width:100%;
}
.content > section > .assistant > .ass_left > .top {
    margin-bottom:0px;
}
.content > section > .assistant > .ass_left > div {
    margin-left:0px;
}
.content > section > .assistant > .ass_left > .top h5 {
    font-size: 1.5rem;
    color: #58627C;
    font-weight: normal;
    text-align:center;
}
.content > section > .assistant > .ass_left > .top > p {
	text-align:center;
    font-size:1rem;
    color: #58627C;
    margin-top:0.5rem;
}
.content > section > .assistant > .ass_left > .bottom p {
    font-size: 0.8rem;
    color: #58627C;
    line-height:1.5rem;
    text-align:center;
}
.content > section > .assistant > .ass_left > .bottom{
    margin-top:0.9rem;
}
.content > section > .assistant > .ass_right {
    float: left;
     width:100%; 
    margin-top:2rem;
}
.content > section > .lawsuit > .law_left {
    float:left;
    width:100%;
}
.content > section > .lawsuit > .law_left img {
    padding-left: 7.3%;
    padding:0 2rem;
    transition: 1s all;
    display: none;
}
.content > section > .lawsuit > .law_right {
    margin-top:0px;
    float: left;
    width:100%;
    text-align: left;
    position: relative;
    text-align: center;
}
.content > section > .lawsuit > .law_right > .top {
     padding-right:0px; 
     padding-bottom:0px; 
}
.content > section > .lawsuit > .law_right > .top p:nth-child(1) {
    font-size:1.5rem;
    color: #58627C;
    line-height:2rem;
}
.content > section > .lawsuit > .law_right > .top p:nth-child(2) {
    width:100%;
    font-size:1rem;
    text-align: center;
    color: #58627c;
    line-height:1.7rem;
}
.content > section > .lawsuit > .law_right > .bottom p {
    font-size:0.8rem;
    color: #58627c;
    line-height:1.5rem;
    
}
.content > section > .lawsuit > .law_right > .top p:nth-child(1) {
    width:100%;
}
.content > section > .lawsuit > .law_right > .bottom > div {
    width: 100%;
    margin-top:1rem;
    position: relative;
}
.content > section > .lawsuit > .law_right > .bottom > div > p span {
    cursor: pointer;
    margin-right:0px;
}
.content > section > .business .text > p, .content > section > .business .text h4 {
    text-align: center;
    padding:0; 
}
.content > section > .business {
    width: 100%;
    background-color: #AF002E;
    padding-top: 20px;
}
.content > section > .business .text p {
    padding-top: 0;
    padding:0 1.3rem;
    margin-top: 0px;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.5rem;
}
.content > section > .business .text h4 {
    font-size: 1.5rem;
    color: #fff;
    line-height: 4rem;
    font-weight: normal;
}
.content > section > .business > .list > ul > li {
    width:37%;
    float: left;
    text-align: center;
    list-style: none;
    color: #fff;
    font-size:0.8rem;
    cursor: pointer;
    margin: 0.5rem 1.4rem;
}
.footer > .foo_right > ul {
     list-style: none;
     float:none; 
     width: 100%;
}
.footer > .foo_right > .service p:nth-child(1) {
    font-size: 1.2rem;
    line-height:2rem;
    text-align: center;
    text-indent: 2rem;
}
.footer > .foo_right > .service p:nth-child(2){
    font-size: 1rem;
    line-height:2rem;
    text-align: center;
    text-indent: 2rem;
}
.footer > .foo_right > .service {
    float:none;
    width: 100%;
    text-align: center;
    margin-left: 0px;
}
.position{
	width:100%;
}
.foo_left{
  width: 100%;
  height: 54px;
  float:none;
  padding-top:0px;
  padding-left:0px;
}
.footer > .foo_left > ul li {
    line-height: 20px;
    float: left;
    margin-top:15px;
}
.footer_foo p{
    font-size:0.6rem;
    color: #7C93AD;
}
.loginImg {
    width:8rem;
    height:3.5rem;
    float: none;
    margin: 0 auto;
    padding-top:1.5rem;
}
.footer > .foo_left > ul {
    padding-left:0;
    list-style: none;
    margin:0 auto;
    display: none;
}
.linkmen {
    width:100%;
    height: 54px;
    margin-left:0px;
}
.foo_right {
    width:100%;
    height: 54px;
    padding-top:0px; 
    margin-left: 30px;
    float: left;
    margin-top:40px;
}
.footer > .foo_right > ul{
    list-style: none;
    float: none;
    width:13rem;
    margin-left:31%;
}
.footer > .foo_right > ul > li {
    position: relative;
    float: left;
    font-size:0.9rem;
    color: #fff;
    text-align: center;
    margin:0.5rem;
    cursor: pointer;
}
.loginImg img {
    width: 85%;
    height:85%;
}
.content > section > .lawsuit > .law_right > .bottom {
    width:100%;
    margin-bottom: 50px;
}
.content > section > .lawsuit > .law_right > .code {
    display: none;
}