*{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.scroll-top a i{
    color: #fff;
}
.news-title p{
    /*覆盖js里生成出来的P标签样式*/
    margin-bottom: 0;
    font-size: 16px;
    line-height: initial;
}
.change-active a{
    font-size: 18px;
}
.change-active .button{
    color: #606060;
}
.second-nav-ul a{
    font-size: 17px;
}
#news{
    padding-bottom: 50px;
}
.news-learn-more a{
    color: #0E4199;
}
#team{
    padding-top: 70px;
    padding-bottom: 50px;
}
#home #team .item{
    height: 520px;
}
#clients{
    padding-top: 0;
}
.load-btn:hover{
    color: #fff;
    text-shadow: 0 0 1px #fff;
}
.news-content li a{
    color: #606060;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}
.news-content li a:hover{
    color: #0E4199;
}
.news-content li span{
    color: #606060;
}
#news h4{
    color: #606060;
}
.news-content li .news-title{
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.search-container {
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    padding: 2px 8px;
    margin-top: 12px;
    margin-right: 14px;
    width: 150px;
}

.search-container .search-input {
    border: none;
    outline: none;
    float: left;
    width: 80%;
    font-size: 14px;
}

.search-container .search-img {
    float: right;
}

.search-container .search-img img {
    width: 20px;
    height: 20px;
}

.phone-search-container {
    position: relative;
    float: right;
    margin-right: 8px;
}

.phone-search-input {
    width: 0px;
    outline: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
    height: 28px;
    /*background: pink;*/
    padding: 0;
    border-radius: 4px;
}

.phone-search-img{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -50px;;
    margin-top: 12px;
    filter: grayscale(100%) brightness(400%);
    position: absolute;
    top: 0;
    right: 4px;
}

.overlay-detail {
    opacity: 0;
}

.team-member .img-responsive {
    width: 100%;
    height: 330px;
}

#contact-us-btn {
    position: relative;
}

.contact-us-container {
    display: none;
    position: absolute;
    top: 70px;
    left: -20px;
    background: #fff;
    width: 365px;
    height: 170px;
    padding: 5px;
}

.contact-us-img {
    width: 110px;
    height: 110px;
    margin: 12px;
    margin-top: 24px;
    float: left;
}

.contact-us-text {
    font-size: 14px;
    font-weight: 200;
    margin: 8px;
    margin-left: 0;
    line-height: 24px;
    float: left;
    width: 210px;
}
.contact-us-text .contact-us-info{
    font-size: 15px;
}

.contact-us-title {
    font-weight: bold;
    color: #0E4199;
}

.jiantou {
    position: absolute;
    top: -5px;
    left: 60px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;

}

.text-four h4 {
    text-align: left;
    color: #606060;
    padding: 0 20px;
    margin: 10px 20px;
    border-left: 3px solid #0E4199;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.text-four p {
    padding: 0 40px;
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}


.title-img {
    width: 100%;
    height: 100px;
}

.title-img img {
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCCCCC;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

.to-login-page {
    background: #0E4199;
    color: #fff;
    padding: 3px 8px;
    margin: 12px;
    border-radius: 4px;
}

.to-login-page a {
    text-decoration: none;
    color: #fff;
    display: block;
}

blockquote {
    border-left: 3px solid #0E4199;
}

blockquote a {
    color: #0E4199;
    padding: 20px 0 0 0;
    display: block;
}

#index-news-ul .ul-disc {
    font-size: 40px;
    float: left;
    line-height: 20px;
    margin-right: 10px;
    margin-left: -10px;
}

.news-learn-more {
    color: #0E4199;
    margin-top: 20px;
    font-weight: bold;
    margin-right: 20px;
}


.products-container {
    line-height: 30px;
    margin-top: 100px;
}

.media-body {
    border-left: 4px solid #0E4199;
    padding-left: 20px;
}

/*首页banner*/
#home .fill {
    height: 75vh;
}

#banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    text-align: center;
    line-height: 38px;
    font-size: 26px;
    width: 44px;
    height: 44px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 10px;
}

#banner .owl-theme .owl-controls .owl-buttons .owl-next {
    text-align: center;
    line-height: 38px;
    font-size: 26px;
    width: 44px;
    height: 44px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 10px;
}

#banner .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}

#banner .owl-page {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #fff;
    *display: inline;
    *zoom: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#banner .owl-pagination .active {
    width: 30px;
    background: #fff;
}

#banner .owl-page span {
    display: none;
}

.other-banner {
    height: 450px;
    position: relative;
}

.other-banner .fill {
    height: 450px;
}

.learn-more-btn-container {
    position: absolute;
    bottom: 70px;
    height: 60px;
    width: 30%;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 35%;
}

.learn-more-btn {
    background: none;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    outline: none;
}

#team .owl-pagination {
    display: none;
}

/*二级页面*/
.tab-page-item {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
}

.tab-page-banner {
    width: 100%;
    min-height: 100%;
    background-size: 100% 100%;
}

.tab-page-item .carousel-caption {
    top: 35%;
}


.tab-page-tabUl {
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #D4D4D4;
}

.tab-page-tabUl li {
    min-width: 90px;
    float: left;
    width: 10%;
    margin-top: 20px;
    margin-right: 20px;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    color: #606060;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}
#about blockquote{
    display: block;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    color: #606060!important;
    font-weight: 400;
}

.services-item p{
    color: #606060;
    font-weight: 400;
}

.tab-page-tabUl li:hover, .tab-page-tabUl .active-li {
    background: #0E4199;
    color: #fff;
}

.tab1-text{
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.introduce-tab .row {
    margin-top: 60px;
}

.tab-img {
    width: 100%;
    height: 100%;
}

.border-row {
    border: 1px solid #F5F5F5;
    box-shadow: 0 0 4px #F3F3F3;
}

.border-row .tab-img-container {
    height: 400px;
    padding-left: 0;
    padding-right: 0;;
    background-size: 100% 100%;
}

.bg-img-row {
    height: 450px;
    position: relative;
    background-image: url("../images/about-bg.png");
    background-size: 100% 100%;
}

.tab-img1 {
    background-image: url("../images/about1.png");
}

.tab-img1 p {
    width: 100%;
    height: 100%;
    padding: 140px 100px;
    background: rgba(26, 26, 25, 0.5);
    color: #fff;
    line-height: 30px;
}

.tab-img2 {
    background-image: url("../images/02.png");
}

.tab-img3 {

}

.introduce-tab .big-title {
    background-image: url("../images/greyicce.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 300px;
    /*padding-top: 30px;*/
}

.flex-box {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    align-items: center;
}

.flex-item {
    width: 80%;
    height: 60vh;
}

.text-container {
    margin-top: 60px;
    margin-left: 30px;
    position: relative;
}

.bg-img-row .text-container {
    height: 300px;
    color: #fff;
    margin: 60px auto;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    width: 1140px;
}

.introduce-tab .center-title {
    margin-top: 30px;
    text-align: center;
}

.text-container p {
    position: relative;
    padding-left: 20px;
    margin-top: 80px;
}

.line {
    display: inline-block;
    width: 3px;
    height: 26px;
    background-color: #0E4199;
    position: absolute;
    top: 0;
    left: 0;
}

.organization-title {
    text-align: center;
    padding-top: 60px;
}

.btn-div {
    width: 160px;
    height: 40px;
    background-color: #0E4199;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: auto;
}

.staff-row {
    margin-top: 60px;
}

.staff-list {
    margin: 20px;
}

.right-border {
    border-right: 1px dotted #E3E3E3
}

.staff-item {
    padding-top: 20px;
}

.staff-name {
    text-align: center;
    font-weight: bold;
    color: #7F7F7F;
}

.organization-img {
    width: 60%;
    margin: 80px auto;
    display: block;
}

.organization-member table {
    collapse: 0;
    width: 80%;
    margin: auto;
}

.organization-member td {
    height: 60px;
    line-height: 60px;
    text-indent: 10px;
    border: 1px solid #727272;
}

.result-show {
    font-size: 0;
}

.result-show-item {
    width: 48%;
    margin: 1%;
    display: inline-block;
    float: left;
    height: 460px;
}

.result-show-item img {
    width: 100%;
    height: 300px;
}

.result-show-title {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #676767;
}

.result-show-text {
    font-size: 14px;
}

.member-item {
    width: 19%;
    height: 140px;
    display: inline-block;
    padding-top: 20px;
}

.member-item img {
    width: 140px;
    height: 80px;
    display: block;
    margin: auto;
}

.member-title {
    font-size: 12px;
    word-break: break-all;
    text-align: center;
}

.business-tab-title {
    padding: 0;
    height: 60px;
    font-size: 14px;
}

.business-tab-title span {
    list-style-type: none;
    font-size: 16px;
    float: left;
    margin-right: 40px;
    cursor: pointer;
    font-weight: 400;
    color: #606060;
}

.business-tab-title span:hover, .business-tab-title .business-tab-active {
    color: #0E4199;
    font-weight: bold;
}
.director-tab{
    cursor: pointer;
}
.digital-key-info {

}
.member-benefit{
    display: none;
}

.member-benefit img{
    width: 100%;
}

.digital-key-info p {
    margin: 16px 0;
}

.digital-key-item-list {
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    /*justify-content: space-between;*/
}

.digital-key-item {
    display: inline-block;
    width: 32%;
    margin-top: 20px;
    margin-right: 1%;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 3px #F3F3F3;
}

.digital-key-item img {
    width: 100%;
    height: 320px;
}

.digital-key-text {
    position: relative;
    padding: 24px;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    cursor: pointer;
}
.digital-key-text br{
    display: none;
}

.digital-key-text .line {
    top: 24px;
    left: 10px;
}

.digital-key-text div {
    font-size: 16px;
    font-weight: bold;
    color: #676767;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.digital-key-text p {
    width: 100%;
    word-break: break-all;
    font-size: 14px;
    margin-bottom: 0;
}

.director-item {
    margin: auto;
}

.director-item ul {
    margin: auto;
    list-style-type: none;
    padding: 0;
}
.director-item .member-benefit{
    margin: auto;
}
.member-table{
    width: 100%;
}
.member-table td{
    border: 1px solid #999;
    padding: 3px;
}
.member-table .table-title td{
    color: #fff;
    font-weight: bold;
}
.member-table .text-center{
    text-align: center;
}
.member-table tr:nth-child(odd){
    background: #E7E7E7;
}
.member-table tr:nth-child(even){
    background: #CCCCCC;
}
.member-table tr.table-title{
    text-align: center;
    background: #333;
}
.director-item .member-benefit .benefit-title{
    font-size: 17px;
    font-weight: 400;
    color: #606060;
    margin: 20px 0 8px 0;
}
.director-item .member-benefit .other-benefit{
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}
.director-item .member-benefit p{
    margin-top: 2px;
    margin-bottom: 2px;
}
.load-constitution-btn{
    color: #0E4199;
    margin-top: 20px;
    display: inline-block;
    padding: 1px 0;
    border-bottom: 1px solid #0E4199;
}
.load-constitution-btn:hover{
    color: #00a0e9;
    border-color: #00a0e9;
}
.privacy-policy{
    color: #0E4199;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
}

.director-item li {
    padding: 20px 6px;
    border-bottom: 1px dashed #999;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    width: 32%;
    margin-left: 1%;
    float: left;
}
.digital-key-tab{
    padding-top: 20px;
}
.organization-title-img img{
    width: 100%;
    height: 264px;
}
.director-item {
    display: none;
}

.routine-tab-item {
    display: block;
}

.tab-item {
    display: none;
}

.history {
    position: relative;
    height: 480px;
    overflow: hidden;
    border-right: 1px solid #eee;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
}

.year-btn-container {
    position: absolute;
    top: 80px;
    right: 0;
    width: 50px;
}

.year-btn {
    font-size: 13px;
    height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.year-btn:hover, .year-btn-active {
    font-weight: bold;
    color: #0E4199;
    font-size: 14px;
    border-right: 2px solid #0E4199;
}

.history-long-container {
    position: absolute;
    top: 50px;
    left: 0;
    width: 90%;
}

.history-container {
    cursor: pointer;
    opacity: 0.5;
}

.history-container-2021 {
    opacity: 1;
}

.history-title {
    font-size: 60px;
    color: #808080;
    font-weight: bold;
}

.history-list p {
    margin-bottom: 10px;
}

.document-download-item-list {
    text-align: left;
}

.document-download-item {
    background-image: url("../images/documentBg.png");
    background-size: 100% 100%;
    width: 24.5%;
    margin: 10px 0.1%;
    height: 380px;
    display: inline-block;
    position: relative;
    text-align: right;
    cursor: pointer;
    margin-bottom: 100px;
}

.icce-logo {
    width: 78px;
    height: 18px;
}

.digital-key-text .justify-text {
    text-align: justify;
    width: 100%;
    color: #888888;
    padding: 4px 4px 24px 4px;
    font-size: 12px;
    font-weight: 400;
}

.digital-key-text .document-title {
    border-top: 1px solid #888;
    font-size: 14px;
    color: #666;
    margin: 30px 0 0 0;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-shadow: 0 0 2px #fff;
}

.digital-key-text .second-title {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    margin-top: 30px;
    text-shadow: 0 0 2px #fff;
}

.digital-key-text .code {
    float: right;
    font-size: 12px;
    font-weight: 200;
}

.justify-text i {
    display: inline-block;
    width: 100%;
}

.document-name {
    position: absolute;
    bottom: -110px;
    left: 0;
    height: 100px;
    text-align: left;
    padding-left: 2px;
    width: 95%;
}


.document-name .versions-name {
    margin-bottom: 0px;
    font-size: 14px;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.document-name .date {
    font-size: 12px;
}
.document-name :hover {
    color:#0E4199;
}
.dynamic-tab, .news-tab, .notice-tab, .result-tab {
    padding: 40px 0;
}

.news-list {
    margin: 40px 10px 0 10px;
}

.news-list-item {
    margin-top: 20px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}

.news-list-item a{
    width: 60%;
}

.news-list-item a .info-container{
    width: 100%;
}

.img-container {
    width: 20%;
    height: 160px;
    overflow: hidden;
}
.info-detail {
    color: #888;
    margin-top: 10px;
}
.img-container img {
    width: 90%;
}

.news-list-item .news-title {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding: 24px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.date-container {
    width: 20%;
    font-weight: bold;
    text-align: right;
}

.date-container h2, .date-container h3 {
    font-weight: 400;
}

.tab-top {
    min-height: 300px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 50px;
}

.result-center-title {
    text-align: center;
    margin-top: 40px;
}

.result-list {
    font-size: 0;
}

.result-list-item {
    width: 46%;
    margin: 2%;
    display: inline-block;
}

.result-img-container {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.result-img-container img {
    width: 100%;
}

.result-info-container {

}

.result-news-title {
    font-size: 16px;
    font-weight: bold;
    color: #676767;
    line-height: 30px;
}

.result-info-detail {
    line-height: 24px;
    font-size: 14px;
}

.news-pagination {
    text-align: center;
    margin: 40px auto;
}

.news-pagination .pagination > .active > a {
    background-color: #0E4199;
    color: #fff;
}

.news-pagination .pagination > li > a {
    border: none;
    border-radius: 4px;
    color: #ABABAB;
    padding: 4px 10px;
}

.news-pagination .pagination {
    border: 1px solid #EFEFEF;
    box-shadow: 0 0 4px #EFEFEF;
    padding: 8px 0;
    border-radius: 8px;
}

.join-title {
    text-align: center;
    margin-top: 40px;
}

.criterion-tab {
    text-align: center;
    margin: 40px auto;
}

.criterion-tab img {
    width: 88%;
    margin: 40px auto;
}

.load-container {
    margin: 10px 0 0 100px;
}

.load-container a{
    width: 200px;
    height: 40px;
    display: block;
    line-height: 40px;
}

.load-title {
    padding: 10px 0;
    width: 200px;
    border-bottom: 1px solid #E3E3E3;
    color: #717171;
}

.load-item {
    margin-top: 10px;
}

.load-btn {
    width: 30%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #FE4B4B;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 20px;
}

.tab-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #606060;
}
.white-text-container p{
   line-height: 50px;
    font-size: 16px;
}
.products {
    padding-bottom: 20px;
}

#xs-footer {
    text-align: center;
}

#xs-footer .company-ico {
    width: 130px;
    height: 130px;
    margin: 20px auto;
}

#xs-footer .company-code {
    margin-right: 0;
}

.xs-footer-ul {
    list-style-type: none;
    line-height: 30px;
    padding: 0;
}

.xs-footer-bottom-text {
    background: rgba(26, 26, 25, 0.5);
    line-height: 40px;
}

/*登陆注册*/
/*模态层莫名其妙的遮罩层在内容框上面怎么也覆盖不掉*/
.modal-backdrop {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    z-index: 0;
}
/*只能去掉原来的自己设置一下背景*/
#logout{
    background: rgba(26,26,25,0.5);
}

#myModalTitle{
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
}
.modal-form-item{
    margin: 10px auto;
    width: 80%;
}
.modal-form-item label{
    font-weight: 200;
    width: 100px;
    margin-top: 10px;
}
.modal-form-item input{
    display: block;
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #999;
    text-indent: 6px;
}
.modal-btn-default{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    background: #eee;
    color: #333;
    outline: none;
    margin-right: 20px;
}
.modal-btn-confirm{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0E4199;
    background: #0E4199;
    color: #fff;
    outline: none;
}
.login-false,.login-success{
    display: none;
    color: #fff;
    font-size: 14px;
}
.login-success button{
    background: none;
    border: none;
    outline: none;
}
.login-page-item {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 400px;
    height: 300px;
    /*background: palevioletred;*/
}

.login-logo {
    padding-top: 20px;
}

.login-logo img {
    width: 100px;
}

.input-container, .btn-container {
    width: 100%;
    padding-top: 20px;
}

.input-container input, .btn-container button {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    border: none;
    outline: none;
}

.input-container input {
    text-indent: 6px;
}

.btn-container .login-btn {
    background: #0E4199;
    color: #fff;
    width: 100%;
}
.to-register,.to-reset{
    text-align: right;
    margin: 20px 20px 0 0 ;
    color: #fff;
    cursor: pointer;
}
.to-register a:hover,.to-reset a:hover{
    color: #fff;
    text-shadow: 1px 1px 2px #fff;
}
.to-reset{
    float: left;
}
.to-login{
    float: right;
    text-align: right;
    margin: 20px 20px 0 0 ;
}
.to-login a{
    color: #444;
    cursor: pointer;
}
.to-login a:hover{
    color: #444;
    text-shadow: 1px 1px 2px #444;
}
/*重置密码*/
.reset-container{
    width: 400px;
    height: 360px;
    background-color: #fff;
    color: #444;
    padding: 0 20px;
    display: none;
}
.reset-container .login-logo{
    font-size: 18px;
    font-weight: 400;
    color: #444;
    text-indent: 4px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.flex-form{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.register-title{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}
.register-item{
    width: 45%;
    display: -webkit-flex; /* Safari */
    display: flex;
    margin: 12px 2%;
    /*background-color: pink;*/
}
.item-title{
    width: 20%;
    height: 30px;
    line-height: 30px;
}
.item-info{
    width: 78%;
    margin-left: 1%;

}
.item-info input{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.register-btn{
    width: 300px;
    height: 40px;
    background-color: #0E4199;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    display: block;
    margin: 30px auto;
    cursor: pointer;
}
.register-page-container{

}
.register-page-container .title{
    text-align: center;
    padding: 80px 0 0 0;

}
.form-container{
    width: 610px;
    margin: auto;
    max-width: 100%;
}
.form-item{
    line-height: 40px;
    display: flex;
    margin-top: 20px;
}
.item-text{
    width: 22%;
    font-weight: 400;
}
.item-ipt{
    width: 80%;
}
.item-ipt input{
    padding: 0;
    width: 100%;
    border: 1px solid #B2B2B2;
    outline: none;
    text-indent: 4px;
}
.item-ipt input:focus{
    outline: none;
    border: 1px solid #0E4199;
}
.form-title{
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    color: #6B6B6B;
}
.upload-img-btn{
    width: 30%;
    text-align: center;
    border: 1px solid #0E4199;
    outline: none;
    float: left;
    background-color: #fff;
    position: relative;
    padding: 0;
}

.email-info,.upload-info{
    color: #0E4199;
    line-height: 23px;
    padding-left: 22%;
}
.radio-container{
    display: inline-block;
    padding: 0 4px;
    margin-right: 10px;
}
.radio-container input[type=radio]{
    float: left;
    width: auto;
    margin-top: 13px;
}
.radio-container span{
    float: left;
    margin-left: 4px;
}
.auto-height{
    height: auto;
}
.item-ipt textarea{
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 80px;
}
#reset-name,#reset-email{
    border: 1px solid #aaa;
}

/*登陆注册结束*/

#home .carousel-caption{
    top: 40%;
}

.partner{
    width: 200px;
    height: 100px;
    padding: 20px;
}
.carousel-caption{
    top: 40%;
}

/*搜索列表页面*/
#search-page .header-page{
    margin-bottom: 80px;
}
.search-page-container{
    width: 80%;
    margin: auto;
}
.page-title{
    height: 50px;
    line-height: 50px;
    color: #0E4199;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #A2A2A2;
}
.list-container ul{
    padding: 0;
    list-style-type: none;
}
.list-container ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #999;
}
.list-container ul li a{
    color: #8a8a8a;
}
.list-container ul li a:hover{
    color: #0E4199;
}
.li-point{
    margin-right: 12px;
    font-weight: 600;
}
.li-date{
    float: right;
}

/*头部加移入下滑菜单*/
.change-active{
    position: relative;
}
.second-nav{
    width: 450px;
    position: absolute;
    top: 39px;
    left: -120px;
    padding-top: 20px;
    display: none;
    z-index: -2;
}
.rules-second,.dynamic-second{
    left: -20px;
    width: 240px;
}
.dynamic-second{
    left: -30px;
}
.join-second{
    left: 6px;
    width: 150px;
}
.second-nav-ul{
    list-style-type: none;
}
.second-nav-ul span{
    float: left;
    margin: 8px;
    padding: 2px;
    cursor: pointer;
}
.second-nav-ul span:hover{
    font-weight: bold;
}
.nav-container{
    position: relative;
}
.top-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
}

/*新闻详情*/
.top-border{
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
    box-shadow: 0 2px 2px #EBEBEB;
    margin: 70px 0 20px 0;
}
.breadcrumb{
    background-color: #fff;
    border-bottom: 1px solid #8a8a8a;
    padding: 30px 0 20px 0;
    border-radius: 0;
}
.breadcrumb a{
    color: #8a8a8a;
    cursor: pointer;
}
.news-page-title{
    color: #0E4199;
    font-size: 20px;
}
.news-page-time{
    color: #0E4199;
    font-size: 12px;
}
.news-details{
    margin-top: 20px;
}
.news-details img{
    width: 100%;
    margin: 10px auto;
    display: block;
    height: auto;
}
.right-container{
    padding-left: 10px;
    margin-top: 20px;
}
.right-title{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 20px 0;
}
.right-container ul{
    list-style-type: none;
    padding: 0;
}
.right-container ul li{
    list-style-type: none;
    border-bottom: 1px solid #DBDBDB;
}
.right-container ul li a{
    display: inline-block;
    padding: 8px 0;
    color: #606060;
}

/*补充*/
.info-detail p{
    color: #8a8a8a;
}
.learn-more-btn-container a:hover{
    color: #fff;
    box-shadow: 0 0 2px #fff;
}

/*折叠面板*/
#accordion .panel-title{
    cursor: pointer;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
}
.panel-body p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #606060;
}
.panel-body p span{
    font-weight: 400;
}


@media (max-width: 1200px){
    .navbar-custom .navbar-brand span.brand-logo{
        margin-right: 20px;
    }
}
@media screen and (min-width:768px) and (max-width: 992px) {
    .navbar-custom .navbar-brand span.brand-logo{
        margin-right: 0;
        padding: 14px 0;
        width: 80px;
    }
    .navbar-header{
        display: none;
    }
    .second-nav{
        left: -100px;
    }
    .navbar-custom .nav li>a{
        margin: 0 14px;
    }
}
@media (max-width: 850px) {
    .item-text{
        width: 24%;
    }
    .email-info, .upload-info{
        padding-left: 0;
    }
    .upload-img-btn,.load-btn{
        width: 40%;
    }
    .news-content{
        padding-right: 10px;
    }
    .news-content li .news-title{
        width: 74%;
    }
    .load-container {
        margin: 10px 0 0 30px;
    }
    .news-list-item a{
        width: 80%;
    }
    .info-container{
        width: 100%;
    }
    .business-tab-title span{
        margin-right: 20px;
    }
    .project-navigation .btn-prev {
        left: 0;
    }

    .project-navigation .btn-next {
        right: 0;
    }

    .document-download-item {
        background-image: url("../images/documentBg.png");
        background-size: 100% 100%;
        width: 90%;
        margin: 10px 5%;
        height: 380px;
        display: inline-block;
        position: relative;
        text-align: right;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .about-page-tab-container{
        width: 100%;
        overflow: scroll;
    }
    .about-page-tab-container .tab-page-tabUl{
        width: 150%;
        display: flex;
        height: auto;
        padding-bottom: 20px;
    }

    .director-item li{
        width: 98%;
    }
    .organization-img{
        width: 80%;
    }
    .login-container,.reset-container {
        width: 300px;
    }

    .history {
        height: 500px;
        width: 90%;
        margin-bottom: 20px;
    }

    .history-long-container {
        width: 75%;
    }

    .tab-img1 p {
        padding: 40px;
    }

    .learn-more-btn {
        font-size: 16px;
    }

    .bg-img-row{
        height: 660px;
    }
    .bg-img-row .text-container {
        width: 82%;
        margin: 0 auto;
    }
    .tab-top{
        min-height: 490px;
    }
    .breadcrumb{
        display: none;
    }

    .project-navigation .btn-prev {
        left: 0;
    }

    .project-navigation .btn-next {
        right: 0;
    }

    .right-border {
        border-right: none
    }

    .text-container {
        margin-left: 0;
    }

    .text-container p {
        padding-left: 14px;
    }

    .introduce-tab .row {
        margin-top: 20px;
    }

    .center-title {
        text-align: left;
        text-indent: 20px;
    }

    .border-row .tab-img-container {
        height: 260px;
    }

    .bg-img-row .tab-img-container {
        height: 300px;
        background-size: 100% 100%;
    }

    .member-item {
        width: 49%;
        height: 120px;
    }

    .digital-key-item {
        width: 100%;
    }

    .digital-key-item {
        width: 98%;
        margin-left: 1%;
    }
}
