﻿*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
}
#container {
    /*保证footer是相对于container位置绝对定位*/
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}




.auth-info {
    color: rgb(55, 58, 73);
    width: 230px;
    height: 80px;
}

.auth-info .layui-nav-child {
    display: table;
}

.auth-info dd{
    text-align: left;
    line-height: 26px;
}

.auth-info dd:last-child {
    padding-top:6px;
}

.auth-info dd span {
    padding-left: 10px;
}

.auth-info  a {
    display: inline-block;
    padding: 0px !important;
    width: 60px;
    float: left;
    font-size: 14px !important;
    text-align: left;
    line-height: 16px;
}

.auth-info  a:last-child {
    margin-left: 0;
}





#footer {
    width: 100%;
    height: 100px;
    font-size: 14px !important;
}

    #footer p {
        padding: 2px 0;
    }

    .layui-nav .layui-nav-item a {
        display: block;
        padding: 0 17px;
        color: #fff;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


.layui-nav {
    background-color: transparent;
    color: #b59d46;
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #b59d46;
}
.layui-nav .layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this {
    background-color:#b59d46;
    color:#373a49
}



.layui-nav .layui-this::after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed::after {
    background-color: #b59d46;
    color: #b59d46;
}




.layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #b59d46;
    background-color: #b59d46;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

.layui-nav-child a {
    color: #373a49;
    background-color: #b59d46;
    border-bottom: 2px solid #b59d46;
    padding: 10px 0;
    margin: 0 10px;
    display: block;
}

.layui-nav .layui-nav-item  .layui-nav-child a {
    display: block;
    padding: 0 20px;
    color: #373a49;
    transition: all .3s;
    -webkit-transition: all .3s;
}


.layui-nav .layui-nav-child a:hover {
    background-color: #b59d46;
    border-bottom: 2px solid #373a49;
    color: #373a49;
}


.layui-nav .layui-nav-mored {
    border-color: transparent transparent #b59d46;
}


.layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this{background-color:#b59d46;color:#373a49}



.nav-box {
    height: 50px;
    background-color: #373a49;
    padding: 25px 0;
}

.nav-box .layui-row {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav-box a {
    font-size: 16px;
    color: #fff;
}

.nav-box a:hover, .nav-box a.active {
    color: #b59d46;
}

.nav-box a.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 15px;
    right: 15px;
    height: 4px;
    background-color: #b59d46;
}

.nav-logo {
    height: 50px;
    text-align: left;
    display: block;
}

.nav-btn {
    text-align: center;
}

.nav-btn a {
    font-size: 12px;
    color: #b59d46;
    margin-left: 10px;
}

.nav-btn a:hover {
    text-decoration: underline;
}

.nav-btn a:first-child {
    line-height: 20px;
    font-size: 12px;
    color: #b59d46;
    border: 2px solid #b59d46;
    border-radius: 6px;
    padding:  4px 10px;
    margin-left: 0;
}

.nav-btn a:first-child:hover {
    background-color: #b59d46;
    color: #373a49;
    text-decoration: none;
}

.nav-btn i {
    vertical-align: middle
}

.nav-item {
    position: relative;
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #b59d46;
    padding: 10px 0;
    display: none;
}

.nav-menu:before {
    content: '';
    position: absolute;
    z-index: 9;
    left: 48%;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #b59d46;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-menu a {
    line-height: 20px;
    font-size: 14px;
    color: #373a49;
    border-bottom: 2px solid #b59d46;
    padding: 10px 0;
    margin: 0 10px;
    display: block;
}

.nav-menu a:hover {
    border-bottom: 2px solid #373a49;
    color: #373a49;
}

.footer-nav {
    background-color: #00276c;
    height: 100%;
}

.footer-nav p,.footer-nav a{
    color:#fff;
    text-align:center;
}

.footer-nav>div {
    padding: 10px 0px 0px 0px;
}

.footer-list li {
    line-height: 26px;
}

.footer-list a {
    font-size: 12px;
    color: #b1b1b1;
}

.footer-list i {
    margin-right: 10px;
    vertical-align: middle;
}

.footer-list a:hover {
    color: #c8a565;
}

.contact-box {
    position: relative;
    padding-bottom: 20px;
    padding-right: 50px;
}

.contact-ico {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 12px;
    color: #b1b1b1;
}

.contact-info, .contact-info2 {
    font-size: 14px;
    color: #b1b1b1;
    padding-left: 30px;
}

.contact-info2 {
    font-family: PingFang SC, Arial;
    color: #9b9b9b;
}

.footer-map {
    line-height: 30px;
    background-image: url(../images/footer.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 14px;
    color: #373c48;
    text-align: center;
    padding-top: 170px;
}

.footer-icp {
    background-color: #1f1f27;
    line-height: 40px;
    color: #b1b1b1;
}

.footer-icp>div {
    font-family: PingFang SC, '微软雅黑';
    font-size: 12px;
    padding: 0 30px;
}

.footer-icp span {
    color: #373c48;
    padding-left: 20px;
    float: right;
}

::-webkit-input-placeholder{
    color: #c5c5c5;
}

::-moz-placeholder{
    color: #c5c5c5;
    opacity: 1;
}

:-ms-input-placeholder{
    color: #c5c5c5;
}

.dux-page * {
    background-color: #373a49;
    color: #fff;
    padding: 8px 24px;
    margin: 0 10px;
}


/*************************************************************************************************/
.layui-nav .layui-this::after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed::after {
    background-color: #b59d46;
}

.login-button {
    font-size: 12px !important;
    color: #b59d46 !important;
    border: 2px solid #b59d46;
    border-radius: 6px;
    margin-left: 0;
    padding: 4px 10px;
    margin-left: 0;
}
.login-button i {
    font-size: 12px !important;
}

.login-button:hover {
    background: #b59d46;
    color: #000 !important;
}

.fly-search {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.fly-search .layui-icon {
    font-size: 20px;
    color:#fff;
}

.fly-search .layui-icon:hover{
    color: #b59d46;
}


.fly-layer-search input {
    height: 75px;
    line-height: 75px;
    width: 500px;
    padding: 0 15px;
    font-size: 20px;
    border: none 0;
    background: none;
}











.banner {
    height: 240px;
    background-image: url(../images/news.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.survey {
    background-image: url(../images/survey.jpg);
}

.info-cn {
    font-size: 36px;
    color: #fff;
    padding-top: 66px;
}

.info-en {
    font-size: 24px;
    color: #f1daaf;
}

.local {
    line-height: 20px;
    color: #999;
    padding: 15px;
    position: relative;
}

.local:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eee;
}

.local a {
    color: #666;
    padding-left: 5px;
    padding-right: 10px;
    position: relative;
}

.local a:hover {
    color: #f1daaf;
}

.local a:after {
    content: '-';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    line-height: 12px;
    color: #999;
}

.local a:last-child:after {
    content: '';
}

.content {
    
}

.news-box {
    padding-right: 50px;
}

.news-menu, .news-menu-item {
    line-height: 20px;
    background-color: #373a49;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    display: block;
}

.news-menu-item {
    font-size: 14px;
}

.news-menu:hover, .news-menu-item:hover {
    color: #f1daaf;
}

.news-menu>i, .news-menu-item>i {
    margin-right: 10px;
}

.news-menu-item {
    background-color: #656d78;
    margin-bottom: 20px;
    text-indent: 1em;
}

.news-list {
    
}

.news-item {
    margin-bottom: 40px;
    box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
}

.news-time {
    text-align: center;
    border: 1px solid #e6e9ee;
    padding: 20px;
    height: 70px;
}

.news-tday {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #656d78;
    padding-bottom: 10px;
    position: relative;
}

.news-tday:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 4px;
    background-color: #656d78
}

.news-tmy {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #c4c4c4;
}

.news-info {
    height: 70px;
    background-color: #f7f8fb;
    padding: 10px 30px;
}

.news-ift {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #b59d46;
    padding-bottom: 10px;
    display: block;
}

.news-ifc {
    height: 25px;
    font-size: 16px;
    color: #9a9a9a;
    padding-bottom: 10px;
    margin-top: 6px;
    text-indent: 2em;
    overflow: hidden;
}

.news-page-box {
    text-align: left;
    padding: 20px 0;
}

.news-page {
    line-height: 40px;
    background-color: #fff;
    color: #b59d46;
    border: 1px solid #b59d46;
    padding: 8px 20px;
    margin-right: 15px;
}

.news-page.active {
    background-color: #373a49;
    color: #b59d46;
    border: 1px solid #373a49;
}

.content-wrap {
    background-color: #fff;
}

.content-wrap-head {
    padding: 10px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 2px 4px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 4px 15px rgba(230, 233, 238, 0.8);
}

.content-wrap-title {
    font-size: 18px;
    color: #b59d46
}

.content-wrap-time {
    font-family: PingFang SC, Arial;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.content-wrap-body {
    line-height: 24px;
    font-size: 14px;
    color: #373a49;
    text-indent: 32px;
    padding: 40px;
    box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
}

.content-wrap-body p {
    padding-bottom: 10px;
}


.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #373a49;
}


.about-box {
    background-color: #fff;
}

.about-head {
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #b59d46;
    border: 1px solid #f9fafb;
    padding: 10px 30px;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 2px 4px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 4px 15px rgba(230, 233, 238, 0.8);
    position: relative;
}
.about-head:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #b59d46;
}
.about-body {
    line-height: 28px;
    font-size: 16px;
    color: #373a49;
    text-indent: 32px;
    padding: 40px;
    box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
}

.news-list .about-head{
    margin-bottom:15px;
}

.flixd-bottom{
    position:absolute;
    bottom:0px;
    width:100%;
}



.wrap-label {
    line-height: 20px;
    font-size: 14px;
    color: #a78547;
    display: block;
}

.layui-required{
    text-indent: 0px;
    color: #ff0000;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 20px;
}
.layui-required:before {
    content: "(*";
}
 .layui-required:after {
    content: ")"
}


.wrap-item, .wrap-item2 {
    min-height: 46px;
    color: #b59d46;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
}

.wrap-item .mini-datagrid, .wrap-item2 .mini-datagrid{
    color: #333;
}

.wrap-item-no-border {
    border: 1px solid transparent;
}


/*.wrap-item input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    outline: 0;
    margin-top: 2px;
    box-sizing: border-box;
}

.wrap-item textarea {
    width: 100%;
    height: 120px;
    line-height: 40px;
    font-size: 16px;
    outline: 0;
    margin-top: 2px;
    box-sizing: border-box;
}*/

.mini-radiobuttonlist table tr td {
    border: 0px;
}

.wrap-item2 {
    border: 0;
}

.wrap-item2 input {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.wrap-find {
    font-size: 12px;
    color: #363948;
    padding-right: 10px;
    float: right;
}

.wrap-btn {
    background-color: #b59d46;
}

.wrap-btn:active {
    background-color: #b49458;
}


.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #b59d46;
}


.layui-form-onswitch {
    border-color: #b59d46;
    background-color: #b59d46;
}

.site-title {
    margin: 30px 0 20px;
}

.site-title fieldset {
    border: none;
    padding: 0;
    border-top: 1px solid #eee;
}

.site-title fieldset legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 300;
}

.site-title fieldset legend a {
    color: #333;
    text-decoration: none;
}

.search-panel {
    display: none;
    padding: 30px;
    padding-right: 60px;
}

.about-body .layui-form {
   
}

.about-body .toolbar {
    text-indent: 0px;
    padding-left: 32px;
    margin-top: 20px;
}

.about-body .layui-form {
    text-indent: 0px;
    margin-top: 20px;
}

.layui-form-select dl dd.layui-this {
    background-color: #b59d46;
    color: #fff;
}

.last-12-months {
    
}

.last-12-months ul,.last-12-months ul li {
    margin: 0;
    padding: 0;
}

.last-12-months ul li {
    display: inline-block;
}

.last-12-months ul li:first-child {
    width: 70%;
}
.last-12-months ul li:last-child {
    width: 15%;
}


.guid-text {
    font-size: 12px;
    font-style: italic;
    color: #373a49;
    font-weight: bold;
}

.member {

}

.member h1 {
    margin: 30px 0;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.member .member_img {
    display: block;
    width: 180px;
    height: 90px;
    overflow: hidden;
}


.member .member_t {
    display: block;
    line-height: 50px;
    font-size: 14px;
    text-indent: 1em;
    color: #666;
   
}

.member img,.member i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.member img {
    width: 180px;
    height: auto;
}

.member i {
    display: block;
    width: 0;
    height: 2px;
    background: #b59d46;
    margin-bottom: 15px;
}

.member .layui-col-md3:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

.member .layui-col-md3:hover i {
    width: 180px;
}





.service-item dd{
    height: 100px;
    padding-left: 144px;/*背景图片宽度124px*/
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-item .service-item-title{
    color: #333;
}
.service-item .service-item-title:hover{
    color: #0ba1e4;
    text-decoration: none;
    cursor: pointer;
}

.service-item h3{
    margin: 0;
    line-height: 1.5em;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.service-item p{
    margin: 0;
    line-height: 2em;
}
.service-item p>span{
    display: inline-block;
    font-weight: normal;
    margin-right: 20px;

}
.star {

    color: #ddd;
}
.star i {
    color: #f90;
    font-style: normal !important;
}

.service-item .btn{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #f93;
    border-color: #f93;
}
.service-item .btn:hover{
    background-color: #f93;
    color: #fff;
}

.service-item .express{
    background: url(../images/express.jpg) no-repeat 30px 0;
}


.service-item .express i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.service-item .express i {
    display: block;
    width: 0;
    height: 2px;
    background: #b59d46;
    margin-bottom: 15px;
}

.service-item .express:hover i {
    width: 100%;
}


.download-file-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.download-file-list a {
    margin-left: 20px;
}

.download-file-list a:first-child {
    margin-left: 0;
}

.layui-form-label i {
    color: red;
    font-style: normal;
    padding-right: 5px;
}

.required-css {
    color: red;
    font-style: normal;
    padding-right: 5px;
}


