@charset "utf-8";
/* CSS Reset ----------------------------------------*/

body,
html {
    min-width: 1300px;
    overflow-x: hidden;
    font-size: 14px;
    font-family: Arial,'Microsoft YaHei';
    position: relative;
}

.layer-wrapper{    
    width: 1700px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
}
.layer-wrapper > .wrapper{
    width: 100%;
    box-sizing: border-box;
}

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: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;
}

.rows2{
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
.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;
}

:-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;
}

.com-tit{
    line-height: 1;
    text-align: center;
    position: relative;
}
.com-tit h2 span{
    display: block;
    font-size:30px;
    color:#000;
    letter-spacing: 0;
}
.com-tit h2:after{
    content:"";
    display:inline-block;
    width:42px;
    height:4px;
    background-color:#d6000f;
    margin:15px 0;
}
.com-tit .en{
    color:#000;
    opacity: 0.3;
    font-size:16px;
    word-spacing: 2px;
}
.com-tit .more{
    position: absolute;
    right:0;
    top:50%;
    margin-top:-25px;
    width:50px;
    height:50px;
    background:url(/en/images/arrow.png) no-repeat -9px center #ed0011;
    cursor: pointer;
}
/* 分页 */
.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;
    min-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;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #055ea2;
}

/* 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 .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: 70px;
	z-index: 3;
}

.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;
}

/*手机端导航*/
.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 .open_sub{
    display:none;
}
.mobile-menucss .haveSub .open_sub{
    display:block;
    position: absolute;
    width:50px;
    height:50px;
    right:0;
    top:0;
    z-index: 2;
}
.mobile-menucss .haveSub:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    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: #d6000f;
    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 img {
    margin: 0 auto;
    width: auto !important;
    height: 20px;
}

.mobile-header .menus-mobiles {
    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: 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-header .head-icons .icon-language {
    background: url(/en/images/cn.png) no-repeat center center;
    background-size: 22px;
}

.mobile-header .head-icons .icon-sea {
    background: url(/en/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;
    }
}

@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);
    }

}

@media screen and (max-width:1440px){
    .layer-wrapper{
        padding:0 100px;
    }
}

@media screen and (max-width: 767px){
    body,html{
        min-width: 100%;
    }
    .layer-wrapper{
        width:100%;
        padding:0 10px;
    }
    .mobile-headerwrap {
        display: block;
    }
    .page-header {
        display: none;
    }

    .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;
    }
    .com-tit h2 span{
        font-size:24px;
        letter-spacing: 0;
    }
    .com-tit .en{
        font-size:12px;
    }
    .com-tit h2:after{
        height:2px;
        margin:5px auto;
    }

    .com-tit .more{
        width:30px;
        height:30px;
        margin-top:-15px;
        background: url(/en/images/arrow.png) no-repeat -4px center #ed0011;
        background-size: 70%;
    }
}