@charset "utf-8";
/* CSS Reset ----------------------------------------*/

body, html {
    overflow-x: hidden;
    background-color:#fff;
}
body *{
    font-family: 'Microsoft YaHei', Arial !important;
}
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;
	object-fit:cover;
    display: block;
}
ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    color: #333;
}

q:before, q:after {
    content: ''
}

body {
    font-family: 'Microsoft YaHei', Arial;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height:inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    /*color:#0c96ff;*/
    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;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h15 {
    height: 15px;
    overflow: hidden;
    clear: both;
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.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:50px;
}
.page ul li{
    display:inline-block;
    vertical-align: middle;
    width:40px;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:0 5px;
}
.page ul li a{
    display:block;
    border:1px solid #8f96ac;
    color:#202d59;
    cursor: pointer;
}
.page ul li.pre,.page ul li.next{
    width:100px;
    height:30px;
    line-height: 30px;
}
.page ul li.cr a{
    background-color:#8f96ac;
    color:#fff;
}
/*模拟下拉框公共样式*/

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;
    border: 1px solid #b9b9b9;
    font-weight: normal;
    outline: none;
    color: #999;
    background: url(../img/selectH4bg.gif) right center no-repeat #ffffff;
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer
}

.dropselectbox ul {
    position: absolute;
    left: 0px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    display: none;
    line-height: 38px;
}

.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%;
}

.mod-table .mod-td {
    display: table-cell;
    vertical-align: middle;
}

/* .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
} */

.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: 16px;
}

.mobile-menucss>ul>li>ul {
    padding-left: 50px;
}

.mobile-menucss>ul>li>ul>li {
    line-height: 35px;
}

.mobile-menucss>ul>li>ul>li>a>span {
    color: #333;
    line-height: 35px;
}

.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: #030303;
    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 .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 .header-shower img {
    margin:0 auto;
    width: auto !important;
    height: 25px;
}

.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 {
    cursor: pointer;
    text-align: center;
    height: 50px;
    font-size: 20px;
    display:flex;
    align-items: center;
}
.mobile-header .head-icons a + a{
    margin-left:10px;
}

.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: 45px;
    line-height: 45px;
}

.menu-active>ul>li:nth-child(2) {
    -webkit-transition-delay: 300ms, 300ms;
    transition-delay: 300ms, 300ms;
}

.menu-active>ul>li:nth-child(3) {
    -webkit-transition-delay: 350ms, 350ms;
    transition-delay: 350ms, 350ms;
}

.menu-active>ul>li:nth-child(4) {
    -webkit-transition-delay: 350ms, 350ms;
    transition-delay: 400ms, 400ms;
}

.menu-active>ul>li:nth-child(5) {
    -webkit-transition-delay: 350ms, 350ms;
    transition-delay: 450ms, 450ms;
}

.menu-active>ul>li:nth-child(6) {
    -webkit-transition-delay: 350ms, 350ms;
    transition-delay: 500ms, 500ms;
}

.menu-active>ul>li:nth-child(7) {
    -webkit-transition-delay: 350ms, 350ms;
    transition-delay: 550ms, 550ms;
}

.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;
}
.wrap-layer {
    max-width: 1270px;
    padding: 0 10px;
    margin: 0 auto;
}
/* 基础按钮 */
.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;
}
/*基础表单*/
.formPanel{margin-bottom:15px;line-height:30px;position:relative;}
.formPanel label{margin:0;margin-right:15px;}
.formPanel .tip{color:red;font-size:12px;}
.formPanel .mess{color:#999;font-size:13px;line-height:30px;}
.formPanel .formList{display:inline-block;vertical-align:middle;margin-right:20px;margin-bottom:20px;}
.formPanel .tit{display:inline-block;vertical-align:middle;min-width:85px;text-align: right;font-size:14px;color:#333;padding-right:10px;}
.formPanel .tit.textarea{vertical-align:top;}
.formPanel .tit.wAuto{min-width:0;width:auto;}
.formPanel input[disabled]{background-color:#eee}
.formPanel label{font-weight:normal;}
.formPanel .inpBox{display:inline-block;vertical-align:middle;max-width:500px;position:relative;color:#666;}
.formPanel input[type=text],.formPanel input[type=password]{
	width:192px;
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	outline: none;
	-webkit-appearance: none;
	color:#666;
}
.formPanel .inpBox.textarea{vertical-align:top;}
.formPanel input[type=radio]{display:inline-block;vertical-align:middle;margin:0;}
.formPanel input[type=radio]+span{display:inline-block;vertical-align:middle}
.formPanel input[type=checkbox]{display:inline-block;vertical-align:middle;margin:0;}
.formPanel input[type=checkbox]+span{display:inline-block;vertical-align:middle}
.formPanel textarea{min-width:300px;max-width:500px;min-height:70px;resize:both;border:1px solid #cdcdcd;outline:none;padding:5px;}

/* 基础表格 */
.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:768px) {
    .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);
	}
	
}