
* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: "PingFang SC","Microsoft Yahei", "Arial", "sans-serif";
}

html,body{
    height: 100%;
}
ul,li{
    list-style: none;
}
a{ 
    text-decoration: none; 
}
img{
    border: none;
}
.html-header{
    left: 0px;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 1200;
    height:90px;
    padding: 0px 15px;
    background: #96643C;
}
.html-header .logo{ float: left; margin-top: 24px; vertical-align: top; }
.html-header .logo a{ display: inline-block; }
.html-header .logo span{ color: #fff; font-size: 26px; line-height: 46px; }
.html-header .navig{ float: left; margin-bottom: 0px; vertical-align: top; }
.html-header .navig li{ text-align: center; vertical-align: top; position: relative; display: inline-block; }
.html-header .navig li a:hover{ text-decoration: none; }
.html-header .navig li a.navig-item{ height: 90px; color: #fff; font-size: 16px; line-height: 90px; position: relative; text-decoration: none; display: block; }
.html-header .navig .navig-dialog{ width: 170px; left: 0px; top: 90px; background-color: #fff; box-shadow: 0px 3px 8px rgba(0,0,0,0.1); transition: all 0.3s; opacity: 0; position: absolute; visibility: hidden; }
.html-header .navig .navig-dialog a{ color: #96643C; text-align: center; border-bottom: 1px solid rgba(150,100,60,0.2); padding: 10px 10px; display: block; }
.html-header .navig .navig-dialog a:last-child{ border-bottom: none; }

.html-header .navig li:hover .navig-dialog{ visibility: visible; opacity: 1; }

.html-header .language{ float: right; margin-top: 34px; }
.html-header .language li{ text-align: center; vertical-align: top; display: inline-block; }
.html-header .language li a{ color: #fff; line-height: 20px; border: 1px solid transparent; padding: 0px 10px; display: block; text-decoration: none;}
.html-header .language li.active a{ border-color: #fff; border-radius: 3px; overflow: hidden;  text-decoration: none;}

.html-header .navig li a.navig-item::after{
    content: " ";
    left: 10px;
    right: 10px;
    bottom: 15px;
    position: absolute;
}

.min-menu-butt{
    float: right;
    padding: 28px 0px;
    margin-left: 20px;
    cursor: pointer;
}

@media (min-width: 768px) { 
    .html-header .navig li{ padding-left: 5px;padding-right: 5px;}
    .html-header .navig .navig-dialog{ width: 120px;}
 }

@media (min-width: 992px) { 
    .html-header .logo{ margin-right: 10px; }
    .html-header .navig li{ padding-left: 10px;padding-right: 10px;}
    .html-header .navig .navig-dialog{ width: 120px;}
 }

@media (min-width: 1200px) { 
    .html-header .navig li{ padding-left: 20px;padding-right: 20px;}
    .html-header .logo{ margin-right: 50px; }
    .html-header .navig .navig-dialog{ width: 150px;}
 }

 .html-header .navig-mini{
     left: 0px;
     top: 90px;
     right: 0px;
     position: fixed;
     z-index: 1000;
     background-color: rgba(0,0,0,0.8);
     display: inline-block !important;
 }
 .html-header .navig-mini a::after{
     display: none !important;
 }
 .html-header .navig-mini li{
     width: 100%;
     border-bottom: 1px solid rgba(255,255,255, 0.3);
 }
 .html-header .navig-mini li a.navig-item{
     height: 40px;
     line-height: 40px;
     text-align: left;
     padding-left: 15px;
 }
 .html-header .navig-mini .navig-dialog{
     width: 100%;
     opacity: 1;
     top: auto;
     left: auto;
     position: static;
     background-color: transparent;
     visibility: visible;
 }
 .html-header .navig-mini .navig-dialog a{
     color: #fff;
     text-align: left;
     padding: 8px 0px;
     background-color: rgba(80, 80, 80, 0.5);
     border-bottom-color: rgba(255,255,255, 0.2);
     padding-left: 15px;
 } 
 .html-header .language-mini{
    top: 65px;
    right: 10px;
    z-index: 1200;
    position: absolute;
    display: inline-block !important;
}

.html-footer{
    background-color: #96643C;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}
.html-footer h2{ margin-top: 0px; margin-bottom: 0px;  line-height: 40px; }
.html-footer .info{ border-bottom: 1px solid rgba(255,255,255,0.5); padding: 15px 30px; overflow: hidden; }
.html-footer .info li{ border-left: 1px solid #fff; vertical-align: top; padding: 0px 15px; margin: 10px 50px 10px 0px; display: inline-block; }
.html-footer .info li:first-child{ padding-left: 0px; }
.html-footer .info li p{ color: #fff; line-height: 16px; margin-bottom: 0px; }
.html-footer .info li p:first-child{ margin-bottom: 8px; }
.html-footer .info li p a{ color: #fff;font-size: 12px; }
.html-footer .info li h2{ color: #fff; font-size: 30px; font-weight: normal; }
.html-footer .info li:first-child{ border-left: none; margin-right: 10px; }
.html-footer .copyright{ color: #fff; font-size: 12px; text-align: right; padding: 8px 5px; }
.html-footer .copyright a{ color: #fff; font-size: 12px;}

.crumbs-block{
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.crumbs-block li{
    color: #96643C;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.crumbs-block li a{
    font-size: 14px;
    color: #96643C;
}

.html-body{ 
    padding-top: 85px;
    min-height: calc(100vh - 145px);
}

.html-login{
   /* height: 100%;*/
    /*background: url('../image/T03.jpg') no-repeat center;*/
    background-size: cover;
    padding-top: 160px;
}
.html-aboutus{
    /*background: url('../image/T04.jpg') no-repeat center;*/
    background-size: cover;
}
.html-what{
    height: 100%;
    background: url('../image/T06.jpg') no-repeat center;
    background-size: cover;
}
.html-team{
    min-height: 100%;
    /*background: url('../image/T03.jpg') no-repeat center;*/
    background-size: cover;
}

.html-download{
    /* min-height: 100%; */
    /*background: url('../image/T08.jpg') no-repeat center;*/
    background-attachment: fixed;
    background-size: cover;
}

.slide-banner{
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slide-banner h2{
    color: #fff;
    font-size: 56px;
    font-weight: normal;
}

.login-regin{
    top: 10%;
    width: 340px;
    margin: 0px auto;
    border: 1px solid #C7986E;
    position: relative;
}
.login-regin h2{
    color: #96642A;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: normal;
    border-bottom: 1px solid #C7986E;
}
.login-regin ul{
    padding: 30px 30px 60px;
}
.login-regin input{
    width: 100%;
    color: #96642A;
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #C7986E;
    display: block;
}
.login-regin p{
    color: #96642A;
    padding-top: 5px;
    padding-bottom: 15px;
}
.login-regin a{
    float: right;
    color: #96642A;
    margin-top: 10px;
}
.login-regin a:hover{
    text-decoration: underline;
}
.login-regin label{
    color: #96642A;
    padding-top: 5px;
    padding-bottom: 15px;
}
.login-regin button{
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #8B572A;
    cursor: pointer;
    display: block;
    outline: none;
}
.desc-regin {
    position: relative;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aboutus-regin{
    width: 960px;
    margin: 0px auto;
    position: relative;
}
.aboutus-regin h2{
    color: #4A4A4A;
    font-size: 56px;
    text-align: center;
    font-weight: normal;
    font-family: "汉仪旗黑";
    margin-top: 70px;
    margin-bottom: 70px;
}
.aboutus-regin div{
    border-radius: 10px;
    padding: 10px 20px;
    background: url('../image/T07.png') no-repeat center;
    background-size: cover;
    margin-top: 10px;
}
.aboutus-regin p{
    color: #4A4A4A;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.about-content{
    color: #4A4A4A;
    line-height: 24px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-content p{
    font-size: 16px;
    /*line-height: 35px;*/
}

.about-handle{
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}

.about-handle-item{
    display: block;
}

.about-handle-item p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
a.about-handle-item {
    text-decoration: none;
}

.what-regin{
    top: 12%;
    left: 20%;
    width: 537px;
    position: relative;
}
.what-regin h2{
    color: #4A4A4A;
    font-size: 42px;
    font-weight: normal;
}
.what-regin div{
    border-radius: 10px;
    padding: 10px 20px;
    background: url('../image/T07.png') no-repeat center;
    background-size: cover;
    margin-top: 10px;
}
.what-regin p{
    color: #4A4A4A;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}


.download-regin{
    /*width: 930px;*/
    min-height: 95vh;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.download-regin h2{
    color: #96642A;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: normal;
    /*border-bottom: 1px solid #96643C;*/
}
.download-regin .info{
    height: 60px;
    color: #4A4A4A;
    font-size: 16px;
}
.download-regin .info p{
    padding-bottom: 5px;
}
.download-regin .info span{
    color: #96643C;
    font-size: 14px;
}
.download-regin .info label{
    color: #9B9B9B;
    font-size: 14px;
}

.download-regin .bg-border{
    background-color: #fff;
    border: 1px solid #96643C;
    border-bottom: unset;
}

.download-regin li{
    line-height: 24px;
    padding: 10px 20px;
    transition: all 0.3s;
    border-bottom: 1px solid #9B9B9B;
    overflow: auto;
}

.download-regin li:last-child{
    border-bottom: unset;
}
.download-regin li:hover{
    background-color: #f8f8f8;
}
.download-regin li a{
    float: right;
    width: 70px;
    color: #4A4A4A;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s;
    background-color: #E9E9E9;
    display: block;
}
.download-regin li a:hover{
    color: #fff;
    background-color: #96642A;
}

.download-regin .paging{
    line-height: 20px;
    text-align: center;
    padding: 20px 30px 30px;
}
.download-regin .paging a{
    color: #9B9B9B;
    padding: 0px 5px;
    margin: 0px 5px;
    vertical-align: top;
}
.download-regin .paging a.active{
    color: #4A4A4A;
}

.download-regin div .user{
    color: #96643C;
    font-size: 14px;
}
.team-regin{
    margin: 0px auto;
    padding-bottom: 60px;
}
.team-regin h2{
    color: #4A4A4A;
    font-size: 42px;
    font-weight: normal;
    padding-top: 60px;
}

.team-nav {
    padding-bottom: 20px;
}
.team-list li.row {  
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
 }
.team-list div.left{ 
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 0px 20px;
    border: 1px solid #96643C;
    font-size: 0px;
}
.team-list div.left img{
    width: 100%;
    border: 1px solid #96643C;
    display: inline-block;
}

.team-list div.name{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.team-list div.name p{
    font-size: 16px;
    font-weight: normal;
    padding: 0px 4px;
    vertical-align: middle;
    line-height: 20px;
}

.team-list div.name p span {
    font-size: 12px;
    vertical-align: bottom;
}

.team-list div.occupation{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #96643C;
    text-align: center;
}

.team-list div.occupation p{
    /*padding: 0px 15px;*/
    font-size: 13px;
    vertical-align: middle;
}
.team-list div.right{ 
    overflow: hidden;
    padding: 20px 25px;
    border: 1px solid #96643C;
    min-height: 100%;
}
.team-list div.right p{
   /* padding-bottom: 20px;*/
    font-size: 15px;
    text-align: justify;
}
.team-list div.right p:last-child{
    padding-bottom: 0px;
    font-size: 15px;
    text-align: justify;
}
.team-remarks{
    color: #96643C;
    padding: 20px 20px;
    line-height: 22px;
    font-size: 12px;
    /*border: 1px solid #96643C;*/
    word-break: break-word;
}
.team-remarks a{
    color: #96643C;
    text-decoration: none;
}
.news-regin{
/*    width: 930px;*/
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
.news-regin .list{
    list-style: none;
}
.news-regin .list li{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 120px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.news-regin .list a{
    font-size: 16px;
    color: #96643C;
    text-decoration: none;
}
.news-regin .list span{
    right: 0px;
    top: 50%;
    color: #999;
    position: absolute;
    margin-top: -8px;
    display: inline-block;
}

.news-regin h2{
    font-size: 22px;
    color: #96643C;
    text-align: center;
    line-height: 35px;
}
.details-body p{
    line-height:30px;
    text-align: justify;
}

.nav li a:hover {
    background-color:transparent;
    color: #96643C;
    border: solid 1px #96643C;
}
.nav li a:focus {
    color: #96643C;
    background: #fff;
}
.nav li a {
    background-color: #96643C;
    color: #fff;
    border: solid 1px #96643C;
    white-space: nowrap;
}
.nav-justified li{
    padding: 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: #fff;
    color: #96643C;
}

.bg-border h2 {
    border-bottom: 1px solid #96643C;
    font-size: 16px;
    padding: 15px 20px;
    margin: auto;
}
h2.total_asset{
    border-bottom: unset;
    padding-bottom: 10px;
}
div .total_asset_intro{
    border-bottom: 1px solid #96643C;
    font-size: 14px;
    padding: 10px 30px;
}
.bg-border div{
    padding: 10px 20px;
    margin: auto;
    font-size: 14px;
}
span .key_mark {
    color: #96642A;
}
h2.spec_list{
    border-bottom: unset;
    padding: 15px 20px;
    font-size: 16px;
    margin: auto;
    border-left: 1px solid #96643C;
    border-right: 1px solid #96643C;
}
ul.owe_detail{
    padding: unset;
}
.owe_detail li:last-child {
    border-bottom: unset;
}
div.spec_key{
    padding-left: 0px;
}
div.spec_value{
    text-align: right;
    padding-left: 0px;
}
h2.report_title{
    border-bottom: 1px solid #96643C;
    font-size: 16px;
    padding: 15px 20px;
    margin: auto;
    border-top: unset;
}
img.report_img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

h2.own_file{
    border-bottom: unset;
    padding-left: unset;
}

ul.own_file_list {
    height: 255px;
    max-height: 255px;
}

li.spec_sel{
    background-color: #96643C;
    color: white;
}
.download-regin li.spec_sel:hover {
     background-color: #815431;
}
span.mark_word {
    color: #96643C;
    padding: 0px 5px;
    font-weight: bold;
}
li.company{
    color: #96642A;
    font-size: 15px;
    font-weight: 700;
}
span.sub_account{
    margin-left: 70px;
}
