@charset "UTF-8";

/*
** Time: 2017.04.26
** Description: Style CSS
**/

/************       Common       ************/


html,body {
    min-width: 1366px;
}

.main {
    overflow: hidden;
}

.main .contain {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.main .contain:after {
    display: table;
    content: "";
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pic-wrap {
    height: 100%;
    overflow: hidden;
}

.pic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}


.matrix-img,
.animation-time {
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

.matrix-img:hover {
    transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -o-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -ms-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -moz-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -webkit-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}




/************       Common       ************/

.wd100 {
    width: 100%;
}

/************       Header       ************/

.header .head {
    height: 85px;
    line-height: 85px;
}

.header {
    background: #0d5db1;
}

.header .head img {
    height: 85px;
}

.header .head .logo {
    height: 85px;
    width: 320px;
}

.head-nav {
    background: #fff;
    height: 60px;
}

.head-nav .nav .nav-left .second li {
    float: none;
}

.head-nav .nav .search .button {
    float: right;
}

.head-nav .nav {
    background: rgba(255, 255, 255, 1);
}

.head-nav .nav .nav-left .first .first-li {
    position: relative;
    float: left;
}

.head-nav .nav .nav-left .first .first-li.current {
    background: #0d5db1;
}

.head-nav .nav .nav-left .first .first-li.current .first-a {
    color: #fff;
}

.head-nav .nav .nav-left .first .first-li.current .second li a {
    color: #000;
}

.head-nav .nav .nav-left .first .first-li .second {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #efefef;
    display: none;
}

.head-nav .nav .nav-left .first .first-li .second li a {
    display: block;
    width: 100%;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
}

.head-nav .nav .nav-left .first .first-li .second li a:hover {
    color: #0d5db1;
}

.head-nav .nav .nav-left .first .first-li .first-a {
    display: block;
    padding: 20px 15px;
    font-size: 15px;
    color: #333;
}

.head-nav .nav .nav-left .first .first-li:hover .first-a {
    background: #0d5db1;
    color: #fff;
}

.head-nav .nav .nav-left .first .first-li:hover .second {
    display: block;
}

.head-nav .nav .nav-left .first .first-li .second a:hover {
    color: #0d5db1;
    text-decoration: underline;
}

.head-nav .nav .search .button {
    width: 64px;
    height: 26px;
    float: right;
}

.head-nav .nav .search {
    padding-top: 16px;
}

.head-nav .nav .search .input {
    width: 161px;
    height: 26px;
    float: left;
    padding-right: 10px;
}

.head-nav .nav .search .input input {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    outline: none;
}

.head-nav .nav .search .button button {
    width: 100%;
    height: 100%;
    background: #0858A3;
    border: none;
    color: #fff;
    display: block;
    border-radius: 2px;
    font-size: 14px;
}

/************       Header       ************/


/************       Search       ************/

/* #inner .search {
    margin: 3em auto;
} */

#inner .search .wrap-con .con-item {
    width: 90%;
    margin: auto;
}

#inner .search .wrap-con .search_box {}

#inner .search .wrap-con .search_box form {
    width: 100%;
    display: block;
    margin: 2em auto 1em;
    overflow: hidden;
}

#inner .search .wrap-con .search_box #search-keyword {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    width: 80%;
    float: left;
}

#inner .search .wrap-con .search_box .search-submit {
    display: block;
    float: left;
    width: 19%;
    border: 1px solid #e0e0e0;
    background: transparent;
    border-left: 0;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

#inner .search .wrap-con .search_box .search-submit:hover {
    background: #db0d20;
    color: #fff;
}

#inner .search .wrap-con .resultbar {
    line-height: 2em;
}

#inner .search .wrap-con .result_content {}

#inner .search .wrap-con .result_content .sidebar {
    line-height: 4em;
    overflow: hidden;
}

#inner .search .wrap-con .result_content .sidebar h2 {
    float: left;
}

#inner .search .wrap-con .result_content .sidebar ul {
    float: left;
}

#inner .search .wrap-con .result_content .sidebar li {
    float: left;
}

#inner .search .wrap-con .result_content .resultlist {}

#inner .search .wrap-con .result_content .resultlist ul {}

#inner .search .wrap-con .result_content .resultlist ul li {
    margin: 1em auto;
    overflow: hidden;
    padding-bottom: 1em;
    border-bottom: 1px dashed #e0e0e0;
}

#inner .search .wrap-con .result_content .resultlist ul li:last-child {
    border: none;
}

#inner .search .wrap-con .result_content .resultlist ul li h3 {}

#inner .search .wrap-con .result_content .resultlist ul li a {}

#inner .search .wrap-con .result_content .resultlist ul li .arc-profile {
    line-height: 29px;
}

#inner .search .wrap-con .result_content .resultlist ul li .arc-info .info-con {
    float: right;
}

#inner .search .wrap-con .result_content .resultlist .fl.dede_pages {
    line-height: 30px;
}

#inner .search .wrap-con .result_content .resultlist .fl.dede_pages table {}

#inner .search .wrap-con .result_content .resultlist .fl.dede_pages tr {}

#inner .search .wrap-con .result_content .resultlist .fl.dede_pages td {}

/************       Search       ************/

/************       Pages        ************/

.pages-wrap {
    margin-top: 30px;
    text-align: center;
}

.pages-wrap .pages-list {}

.pages-wrap .pages-list .pages-item {
    padding: 0 8px;
    line-height: 25px;
    border: 1px solid #ddd;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pages-wrap .pages-list .pages-item a {
    display: block;
}

.pages-wrap .pages-list .pages-item.cur,
.pages-wrap .pages-list .pages-item:hover {
    color: #fff;
    background: #db0d20;
}

.pages-wrap .pages-list .pages-item.cur a,
.pages-wrap .pages-list .pages-item:hover a {
    color: #fff;
}

.pages-wrap .pages-list .page-num {}

.pages-wrap .pages-list .page-prev {}

.pages-wrap .pages-list .page-next {}

.pages-wrap .pages-list .page-index {}

.pages-wrap .pages-list .page-end {}

.pages-wrap .pages-list .page-option {}

.pages-wrap .pages-list .pages-select {
    border: none;
}

.pages-wrap .pages-list .page-info {}

.pages-wrap .pages-list .page-info .info-con {}

.pages-wrap .pages-list .page-info .info-num {}

/************       Pages        ************/

/************       Footer       ************/

.footer {
    height: 80px;
    background: #0B4A86;
    margin-top: 50px;
}

.footer .foot {
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 14px;
}

.footer .foot a {
    color: #fff;
}

.footer .foot div {
    display: inline-block;
}

.footer .foot .banquan {
    margin-right: 25px;
}

.footer .foot .boot a {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.footer .foot .boot:last-child a {
    border-right: none;
}

/************       Footer       ************/