@charset "utf-8";
/* CSS Reset ----------------------------------------*/

body,
html {
    min-width: 1300px;
    overflow-x: hidden;
    font-size: 14px;
    font-family: Arial,'Microsoft YaHei';
    position: relative;
    color:#333;
    background-color: #f7f9fc;
}
.fffbg{
    background-color: #fff;
    overflow:hidden;
}
.layer-wrapper{    
    width:1220px;
    max-width: 100%;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 10px;
}
.layer-wrapper .wrapper{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.layer-wrapper+.layer-wrapper{
    margin-top:20px;
}
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:Arial,'Microsoft YaHei';
}

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[herf]{
    cursor: pointer;
}
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;
    font-family: Arial,'Microsoft YaHei';
}

.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;
}
.H30{
    height:30px;
}
.H40{
    height:40px;
}
.h50 {
    height: 50px;
}
.H60 {
    height: 60px;
}
.hr1 {
    height: 1rem;
}
.rows2{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
:-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;
}


.a-button{
    display:inline-block;
    vertical-align: middle;
    width:160px;
    line-height: 43px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #447a44;
    background-color:#447a44;
    color:#fff;
    font-size:16px;
    cursor: pointer;
}
.a-button:hover{
    color:#fff;
}
.bottom-btns{
    text-align: center;
    font-size:0;
    margin:20px auto;
}
.bottom-btns .a-button + .a-button{
    margin-left:40px;
}
.bottom-btns .a-button-1{
    color:#fff;
    background-color:#447a44;
}
.bottom-btns .a-button-2{
    color:#447a44;
    background-color:#fff;
}
.bottom-btns .a-button:hover{
    opacity: 0.9;
}
.a-button-gray{
    background-color: #cdcdcd;
    color:#fff;
    /*cursor: default;*/
	border:none;
}
.split-line{
    width:100%;
    border-bottom:1px solid #cccccc;
    margin:20px 0;
}
/* 分页 */
.page {
    text-align: center;
    margin:50px 0;
    font-size:0;
    line-height: 0;
}
.page .loadmore{
    display:block;
    margin:0 auto;
    width:150px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size:18px;
    background-color:#d6000f;
}
.page li {
    display:inline-block;
    vertical-align: middle;
    margin:0 5px;
    overflow: hidden;
    position: relative;
    font-size:16px;
}
.page li a{
    display:block;
    width:32px;
    height:32px;
    text-align: center;
    line-height: 32px;
}
.page li.total a{
    width:auto;
}
.page li.cr{
    background-color:#d6000f;
    color:#fff;
}
.page li.first,.page li.last{
    text-decoration: underline;
}
.page li.prev,.page li.next{
    background-color:transparent;
}
.page li.prev span,.page li.next span{
    display:none;
}
.page li.prev a:after{
    content:"<";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    line-height: 32px;
    font-family: serif;
}
.page li.next a:after{
    content:">";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    line-height: 32px;
    font-family: serif;
}
/*模拟下拉框公共样式*/

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,.mod-table .mod-in-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

/* 自定义滚动条 */
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece
{
    background-color: #fff;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 8px;
    background-color: #c2c2c2;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:horizontal
{
    width: 8px;
    background-color: #c2c2c2;
    border-radius: 0;
}

/* js自定义滚动条 */
.mCSB_inside>.mCSB_container{
    margin-right:0;
    min-height: 100%;
}
.mCSB_scrollTools{
    width:5px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    border-radius: 5px;
    background-color:#515a8c;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #c5e8f1;
    width:5px;
    border-radius: 5px;
}

/* layer */
.layui-table-page .layui-laypage .layui-laypage-prev{
    margin-left:0;
}
.layui-layer .layui-layer-btn{
    text-align: center;
    padding:10px;
}
/* checkbox-mode */
.checkbox-mode {
    font-size:0;
    line-height: 0;
    user-select: none;
    display:block;
    float:left;
}
.checkbox-mode input[type=checkbox]{
    display:none;
}
.checkbox-mode em{
    float:left;
    width:16px;
    height:16px;
    border:1px solid #999999;
    box-sizing: border-box;
    margin-top:6px;
    margin-right:10px;
    position: relative;
}
.checkbox-mode span{
    display:block;
    font-size:14px;
    line-height: 28px;
    float:none;
    overflow: hidden;
    min-width:80px;
}
.checkbox-mode input[type=checkbox]:disabled + em{
    background-color:#eee;
    border-color:#ddd;
}
.checkbox-mode input[type=checkbox]:checked + em{
    border-color:#c51007;
}
.checkbox-mode input[type=checkbox]:disabled:checked + em{
    background-color:#eee;
    border-color:#ddd;
}
.checkbox-mode input[type=checkbox]:checked + em:before{
    width:8px;
    height:8px;
    content:"";
    display:block;
    position: absolute;
    background-color: #c51007;
    left:3px;
    top:3px;
}

.checkbox-mode input[type=checkbox]:disabled:checked + em:before{
    color:#333;
}
/* radio-mode */
.radio-mode {
    font-size:0;
    line-height: 0;
    user-select: none;
    display:inline-block;
    vertical-align: middle;
}
.radio-mode input[type=radio]{
    display:none;
}
.radio-mode em{
    float:left;
    width:18px;
    height:18px;
    border-radius: 100%;
    border:1px solid #999999;
    box-sizing: border-box;
    position: relative;
}
.radio-mode span{
    display:block;
    font-size:14px;
    line-height: 28px;
    float:none;
    overflow: hidden;
}
.radio-mode input[type=radio]:checked + em{
    border-color:#c51007;
}
.radio-mode input[type=radio]:checked + em:before{
    content:"";
    width:8px;
    height:8px;
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:4px;
    background-color:#c51007;
    display:block;
    text-align: center;
    line-height: 14px;
    color:#fff;
    font-size:12px;
}
.radio-group .radio-mode em{
    margin-top:5px;
    margin-right:5px;
}
.radio-group .radio-mode span{
    font-size:16px;
}
.radio-group .radio-mode{
    margin-right:20px;
}
.no-data{
    text-align: center;
    margin:50px 0;
}
.no-data-image{
    width:120px;
    height: auto;
    display:block;
    margin:0 auto;
}
.no-data-text{
    font-size:30px;
    color:#999;
    margin-top:10px;
}
/* banner */
.mode-banner {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	/* overflow: hidden; */
}

.mode-banner:after {
    display:none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(34, 41, 51, 0.6);
	z-index: 1;
}

.mode-banner .mode-inner {
	display: inline-block;
	position: relative;
	line-height: 0;
	left: 50%;
}
.mode-banner .index-search{
    margin:0;
    height:100%;
    background: none;
    box-shadow: none;
    padding:0;
    display:flex;
    align-items: center;
}
.mode-banner .index-search .form{
    width:100%;
}
.mode-banner .index-search .control{
    background-color: rgba(255,255,255,0.8);
    border-radius: 3px;
}
.mode-banner .mode-inner img {
	max-width: inherit;
	display: block;
}

.mode-banner .mode-inner .banner-cnt {
	display: inline-block;
	height: auto;
	position: relative;
	left: -50%;
	line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
}
.mode-banner .mode-inner .layer-wrapper{
    height:100%;
}
.mode-banner .mode-inner .warpper{
    height:100%;
    position:relative;
}
.mode-banner .inner-wraper {
	position: absolute;
	width: 100%;
	left: 0;
    top: 0;
    bottom:0;
    z-index: 2;
    font-size:16px;
}

.mode-banner .inner-wraper .mod-table {
	display: table;
	width: 100%;
	height: 100%;
}

.mode-banner .inner-wraper .mod-table .mod-td {
	display: table-cell;
	vertical-align: middle;
}

.mode-banner .curmenu {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.mode-banner .cur-menu{
    position:absolute;
    left:0;
    bottom:30px;
    color:#fff;
    font-size:18px;
    line-height: 1;
}
.mode-banner .cur-menu span{
    padding-right:5px;
    display:inline-block;
    vertical-align: middle;
}
.mode-banner .cur-menu em{
    font-size: 12px;
    padding-left:5px;
    display:inline-block;
    vertical-align: middle;
}
.mode-banner .cur-menu:before{
    content:"";
    width:4px;
    height:4px;
    border:2px solid #fff;
    border-radius: 100%;
    display:inline-block;
    vertical-align: middle;
}
.common-page{
    text-align: center;
    line-height: 0;
    font-size:0;
    padding:50px 0;
}
.common-page ul {
    overflow: hidden;
    display:inline-block;
}
.common-page ul li{
    float:left;
    text-align: center;
    border:1px solid #d2d2d2;
    font-size:15px;
    color:#666;
    background-color: #fff;
}
.common-page ul li.first,.common-page ul li.last,.common-page ul li.next,.common-page ul li.prev{
    min-width: 60px;
    padding:0 10px;
}
.common-page ul li a{
    display:block;
    line-height: 32px;
    min-width: 32px;
    cursor: pointer;
}
.common-page ul li:hover,.common-page ul li.active{
    background-color:#004ad3;
    border-color: #004ad3;
    color:#fff;
}
.common-page ul li+li{
    margin-left:15px;
}
/*手机端导航*/
.mobile-menucss {
    position: fixed;
    width: 70%;
    top: 50px;
    bottom:0;
    box-sizing: border-box;
    opacity:0;
    transform: translateX(-100%);
    text-align: left;
    z-index: 99999;
    transition: all 300ms ease;
}
.menu-active {
    transform: translateX(0);
    opacity:1;
}
.mobile-menucss>ul {
    overflow: auto;
    width: 100%;
    padding-top: 0;
    background: #f8f8f8;
    height: calc(100%);
}

.mobile-menucss>ul>li {
    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: 15px;
    height: 45px;
    line-height: 45px;
}

.mobile-menucss>ul>li>a>span {
    color: #333;
    font-size: 16px;
}

.mobile-menucss>ul>li>ul {
    padding-left: 35px;
}

.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: 10000vh;
    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: #fff;
    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;
    justify-content: space-between;
    padding:0 10px;
}

.mobile-header .header-shower .logo {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.mobile-header .header-shower .logo img{
    margin: 0 auto;
    width: auto !important;
    height: 31px;
}
.mobile-header .menus-mobiles{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header .menus-mobiles span {
    background: #333;
    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: relative;
    z-index: 2;
    height: 50px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.mobile-header .head-icons .icon{
    width:30px;
    height:30px;
    cursor: pointer;
    display:flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.mobile-header .head-icons .icon+.icon {
    margin-left: 5px;
}
/* 手机端搜索 */

.mobile-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    background: #447a44;
    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: #fff !important;
    opacity:0.4;
}

.mobile-search input:-moz-placeholder {
    color: #fff !important;
    opacity:0.4;
}

.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;
}


/* 基础表格 */
.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;
}

.table-responsive table.table td {
    text-align: center;
    padding:13px 8px;
    color:#666;
}
.table-responsive table.table td[align=left]{
    text-align: left;
}
.table-responsive table.table tr + tr td{
    border-top:1px solid #ecf1ec;
}
.table-responsive table.table th {
    border-left: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
    padding:13px 8px;
    font-weight: normal;
    background-color: #e7eee7;
    font-size:16px;
}
.table-responsive table.table .table-cell{
    line-height: 24px;
}
.table-responsive table.table tr.bg1 {
    background-color: #f6f4f0;
}

.table-responsive table.table a.operation {
    color: red;
    margin: 0 5px;
}

.data-table .checkbox-mode{
    float:none;
    display:inline-block;
    padding:0;
    vertical-align: middle;
}
.data-table .checkbox-mode em{
    margin:0;
}
.data-table .veiw-eye{
    display:inline-block;
    padding-left:25px;
    background:url(../img/eye.png) no-repeat left center;
    cursor: pointer;
}


@media screen and (max-width: 767px){
    body,html{
        min-width: 100%;
        background:none;
    }
    .layer-wrapper{
        width:100%;
        padding:0 15px;
    }

    .mobile-headerwrap {
        display: block;
    }
    .pc-mode,.fixed-menu {
        display: none;
    }
    .table-responsive table.table .table-cell{
        min-width:80px;
    }
    .mode-banner .mode-inner img{
        height:120px;
    }
    .page {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page li{
        width:30px;
        height:30px;
        font-size:14px;
        margin:0 3px;
    }
    .page li a{
        line-height: 30px;
    }
    .page li.prev a, .page li.next a{
        width:30px;
        height:30px;
    }
    .page li.prev a:after,.page li.next a:after{
        line-height: 30px;
    }
    .common-page ul li.first, .common-page ul li.last, .common-page ul li.next, .common-page ul li.prev{
        min-width: 0;
        padding:0 5px;
    }
    .common-page ul li a{
        font-size:12px;
        min-width:25px;
        line-height: 25px;
        height:25px;
    }
    .common-page ul li+li{
        margin-left:5px;
    }
    /* 自定义滚动条 */
    ::-webkit-scrollbar
    {
        width: 1px;
        height: 1px;
        display:none;
    }
    ::-webkit-scrollbar-track-piece
    {
        background-color: #fff;
        border-radius: 0;
    }
    ::-webkit-scrollbar-thumb:vertical
    {
        height: 1px;
        background-color: #c2c2c2;
        border-radius: 0;
    }
    ::-webkit-scrollbar-thumb:horizontal
    {
        width: 1px;
        background-color: #c2c2c2;
        border-radius: 0;
    }
    .mode-banner .mode-inner .banner-cnt .context {
        position: absolute;
        width: 100vw;
        left:50%;
        transform: translateX(-50%);
        bottom: 0;
        top: 0;
        z-index: 3;
    }
}