@charset "utf-8";
/* CSS Reset ----------------------------------------*/

body,
html {
    min-width: 1366px;
    overflow-x: hidden;
    background-color: #f5f5f5;
    font-size: 14px;
    font-family: 'Microsoft YaHei', Arial;
    position: relative;
    color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 图片列表动画 */
.imgScale {
    transform: scale(1);
    transition: transform ease 800ms;
}

.imgScale:hover {
    transform: scale(1.1);
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', Arial;
    color: #333;
}

q:before,
q:after {
    content: ''
}

div,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
input,
textarea,
th,
td {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover,
a {
    outline: none;
}

a,
button,
input,
textarea,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.security {
    background: #eeeeee;
}

i,
em {
    font-style: normal;
}

.L {
    float: left;
}

.R {
    float: right;
}

.H {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
}

.clearfixed {
    overflow: hidden;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h15 {
    height: 15px;
    overflow: hidden;
    clear: both;
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 50px;
}

.hr1 {
    height: 1rem;
}

:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.clearboth {
    clear: both;
}

/* 分页 */
.page {
    text-align: center;
    margin-top: 40px;
}

.page ul {
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
}

.page li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    margin: 0 3px;
}

.page li.prev {
    width: 35px;
    height: 35px;
}


.page li.next {
    border-right: none;
    width: 35px;
    height: 35px;
}

.page li a {
    color: #000;
    display: block;
    /*  border: #ccc solid 1px;*/

    border-radius: 30px;
    height: 30px;
    font-size: 14px;
}

.page li.cr a,
.page li a:hover {
    /*border:#ab001c solid 1px;*/
    color: #fff;
    background: #004ea2;
}

.page li.cr a span,
.page li a:hover span {
    color: #fff;
    font-size: 14px;
}

.page li.prev a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60f";
    top: 12px;
    left: 16px;
    line-height: 16px;
    position: absolute;
    color: #000;
    font-weight: bold;

}

.page li.next a:before {
    line-height: 16px;
    font-family: "iconfont" !important;
    font-size: 16px;
    top: 12px;
    left: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e67a";
    position: absolute;
    color: #000;
    font-weight: bold;
}

.page li.prev:hover a:before,
.page li.next:hover a:before {
    color: #fff;
}

.page li.prev:hover a,
.page li.next:hover a {
    background: #004ea2;
}

/*新加*/
.page li a,
.page li a:hover,
.page li.cr a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.page li.cr a span,
.page li a:hover span {
    font-size: 16px !important;
}

.page li {
    width: auto;
    padding: 0 3px;
}

.page li.prev a,
.page li.next a {
    width: 38px;
    height: 38px;
    line-height: 900px;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 38px;
    border: 1px solid #e6e6e6;
}

.page li.prev,
.page li.next {
    width: 38px;
    height: 38px;
}


/*模拟下拉框公共样式*/

select {
    font-size: 12px;
    font-family: arial;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    outline: none;
    border-style: solid;
    border-color: #cbcbcb;
    width: 204px;
    height: 32px;
    box-sizing: content-box;
}

.dropdown {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    outline: none;
    vertical-align: middle;
    *float: left;
}

.dropselectbox {
    position: relative;
    top: 0px;
    left: 0px;
    *float: left;
}

.dropselectbox h4 {
    text-align: left;
    height: 38px;
    line-height: 38px;
    padding-left: 4px;
    overflow: hidden;
    font-weight: normal;
    outline: none;
    color: #999;
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer
}

.dropselectbox ul {
    position: absolute;
    left: 0px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    display: none;
    line-height: 25px;
}

.dropselectbox ul li {
    padding-left: 4px;
    line-height: inherit;
    text-align: left;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #999;
    cursor: pointer;
}

.dropselectbox ul li:hover {
    color: #999
}

.mod-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: none;
    border-collapse: collapse;
}

.mod-table .mod-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #055ea2;
}

/*手机端导航*/
.mobile-menucss {
    text-align: left;
    height: 0;
    width: 100%;
    position: fixed;
    top: 50px;
    box-sizing: border-box;
    z-index: 99999;
}

.mobile-menucss>ul {
    overflow: auto;
    width: 100%;
    padding-top: 0;
    background: #f8f8f8;
    height: calc(100%);
}

.mobile-menucss>ul>li {
    margin-top: -1px;
    transition: all 500ms;
    transform: translateX(-100px);
    opacity: 0;
    position: relative;
}

.mobile-menucss>ul>li:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #dedede;
    transform: scaleY(0.3)
}

.mobile-menucss>ul>li.cr {
    background: #fff;
}

.mobile-menucss>ul>li.cr>a {
    color: #000;
}

.mobile-menucss>ul>li.cr>a span {
    color: #000;
}

.mobile-menucss>ul>li>a,
.mobile-menucss>ul>li>h3 {
    font-weight: normal;
    display: block;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
}

.mobile-menucss>ul>li>a>span {
    color: #333;
    font-size: 17px;
}

.mobile-menucss>ul>li>ul {
    padding-left: 50px;
}

.mobile-menucss>ul>li>ul>li {
    line-height: 40px;
}

.mobile-menucss>ul>li>ul>li>a>span {
    color: #333;
    line-height: 40px;
}

.mobile-menucss>ul>li.mobiles-links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    border: none;
}

.mobile-menucss>ul>li.mobiles-links a {
    border: none;
}

.mobile-menucss>ul>li.mobiles-links img {
    width: 50px !important;
    height: 50px !important;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
}

.mobile-menucss .haveSub {
    position: relative;
}

.mobile-menucss .haveSub:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: absolute;
    right: 10px;
    bottom: 18px;
    transform: rotate(-45deg)
}

.mobile-menucss .subNav {
    max-height: 0;
    overflow: hidden;
}

.mobile-menucss .openSub .subNav {
    max-height: 100vh;
    transition: max-height 500ms ease-in-out;
    -webkit-transition: max-height 500ms ease-in-out;
}

/*手机端头部*/

.mobile-headerwrap {
    height: 50px;
    display: none;
    position: relative;
    z-index: 990;
}

.mobile-header {
    background: #004da2;
    height: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 990;
}

.mobile-header .header-shower {
    height: 50px;
    position: relative;
    z-index: 66;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.mobile-header .header-shower img {
    margin: 0 auto;
    width: auto !important;
    height: 35px;
}

.mobile-header .menus-mobiles {
    height: 50px;
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header .menus-mobiles span {
    background: #fff;
    height: 1px;
    width: 20px;
    display: block;
    transition: all 0.5s;
    margin: 6px 0;
}

.mobile-header .menus-ani1 span:nth-child(1) {
    transform: translateY(3px) rotateZ(45deg);
}

.mobile-header .menus-ani1 span:nth-child(2) {
    transform: translateY(-4px) rotateZ(-45deg);
}


.mobile-header .head-icons {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.mobile-header .head-icons a {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-header .head-icons a+a {
    margin-left: 10px;
}

.mobile-header .head-icons .icon-language {
    background: url(../images/en.png) no-repeat center center;
    background-size: contain;
}

.mobile-header .head-icons .icon-sea {
    background: url(../images/search.png) no-repeat center center;
    background-size: contain;
}

.menu-active {
    height: 100%;
    max-height: calc(100vh - 50px);
    animation-name: ani-menu;
    animation-timing-function: ease-in-out;
    animation-duration: 500ms;
    box-shadow: none;
}

.menu-active>ul>li {
    transform: translateX(0);
    opacity: 1;
}

.menu-active>ul>li>a {
    height: 50px;
    line-height: 50px;
}

.menu-hide {
    height: 0;
    animation-name: ani-menu1;
    animation-timing-function: ease-in-out;
    animation-duration: 500ms;
}

/* 手机端搜索 */

.mobile-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    background: #030303;
    color: #fff;
    display: none;
    z-index: 6666;
}

.mobile-search input {
    width: 100%;
    color: #fff;
    height: 50px;
    vertical-align: middle;
    background: transparent;
    border: none;
    font-size: 14px;
    outline: none;
}

.mobile-search input::-webkit-input-placeholder {
    color: #999 !important;
}

.mobile-search input:-moz-placeholder {
    color: #999 !important;
}

.mobile-search .s-searchs {
    position: absolute;
    height: 100%;
    width: 50px;
    background-size: 20px 20px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.mobile-search .s-close {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 基础按钮 */
.defaultBtn {
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #1dbc9c;
    border-radius: 3px;
    cursor: pointer;
    min-width: 80px;
}

.defaultBtn:hover {
    background-color: #179c82;
    color: #fff;
}

/* 基础表格 */
.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.table-responsive table.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-responsive table.table td {
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
}

.table-responsive table.table th {
    border-bottom: 2px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.table-responsive table.table tr.bg1 {
    background-color: #f6f4f0;
}

.table-responsive table.table tr:hover {
    background-color: #f5f5f5;
}

.table-responsive table.table a.operation {
    color: red;
    margin: 0 5px;
}

/*菜单动画*/

@keyframes ani-menu {
    0% {
        /*left: -100%;*/
        height: 0;
    }

    100% {
        /*left: 0;*/
        height: calc(100%);
    }
}

@-webkit-keyframes ani-menu {
    0% {
        /*	left: -100%;*/
        height: 0;
    }

    100% {
        /*	left: 0;*/
        height: calc(100%);
    }
}

@keyframes ani-menu1 {
    0% {
        /*	left: 0; */
        height: calc(100%);
    }

    100% {
        /*	left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes ani-menu1 {
    0% {
        /*left: 0;*/
        height: calc(100%);
    }

    100% {
        /*left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}

/*搜索开始*/



@keyframes animenu1 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@keyframes animenu2 {
    0% {
        transform: translate3d(0, 6px, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes text1 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@media screen and (max-width:480px) {
    .mobile-headerwrap {
        display: block;
    }

    .page-header {
        display: none;
    }
}

@keyframes sunny2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }

}

@-webkit-keyframes sunny2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }

}