@charset "UTF-8"; body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0px;
}

input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 42px;
}

body, input, button, form {
    font-size: 14px;
    line-height: 28px;
    font-family: "SourceHanSansCN","Arial","宋体", "microsoft yahei";
    color: #333333;
    /* text-transform:capitalize; */
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img, iframe {
    border: 0px;
    max-width: 100%;
}

em, i {
    font-style: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hide,.hidden {
    display: none !important;
}

.nopd {
    padding: 0 !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.row {
    width: 100%;
    height: auto;
    clear: both;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-touch-callout: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
    background-color: #0067d0;
}

input, textarea {
    -webkit-user-select: text
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'), url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.en-hs {
    font-family: 'SourceHanSansCN', sans-serif;
}

.fullheight {
    height: 100vh;
    overflow: hidden;
}

.pc {
    display: block;
}

.mob {
    display: none;
}

#home {
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.index {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.audiobox {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

#audioctl {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0,0,0,.15);
    color: white;
	text-indent:-9999px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
	background-image:url(../images/vol-muted.png);
	background-position:center;
	background-size:60%;
	background-repeat:no-repeat;
}

#audioctl.play {
    background-color: rgba(0,0,0,.5);
	background-image:url(../images/vol.png);
}

#audioctl.status {
    background-color: rgba(0,0,0,.5);
	background-image:url(../images/vol-muted.png);
}

#video {
    min-width: 100%;
    min-height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pglist {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}

.pglist a:hover, .pglist .hover,.pglist .thisclass a {
    display: inline-block;
    color: #fff;
    background: #0067d0;
    border-color: #0067d0;
}

.pglist .pageinfo {
    display: none;
}

#tip {
    padding-top: 30px;
    min-height: 640px;
}

#tip b {
    color: #0067d0;
}

.nav li a,.tab a, .list li h3,.tit1, .title h2, .comt ul li a {
    text-transform: capitalize;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.flex-center {
    align-items: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-start {
    justify-content: flex-start!important;
}

.align-start {
    align-items: flex-start !important;
}

.flex .item {
    flex: 0 0 48%;
}

.flex .item i {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

/* .flex .item img{
	max-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
} */
/*清除浮动*/
.clearfix {
    *zoom: 1; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*top_main*/
.top_main {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 80;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 12px;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}

.top_main li a {
    color: #333333;
    cursor: pointer;
}

.top_main li a:hover {
    color: #0067d0;
}

.top_main .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #333;
    vertical-align: middle;
    padding: 0;
}

/*header_main*/
.header_main {
    position: fixed;
    top: 0;
    width: 100%;
    height: 41px;
    z-index: 100;
    background: #fff;
    color: #fff;
    padding: 13px 0;
    /* border-bottom:2px solid rgba(0,0,0,1); */
}

.header_main:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    animation: rtol 0.6s linear forwards;
    -webkit-animation: rtol 0.6s linear forwards;
}

.header_main .logo {
    display: block;
    margin: 0 auto;
}

.header_main .logo img {
    max-width: 100%;
    height: 13px;
    margin-left: 26px;
}

.en .header_main .logo img {
    max-width: 100%;
    height: 11px;
}

.header_main .topmenu {
    width: auto;
    padding: 0;
    line-height: 13px;
    height: 13px;
}

.header_main .topmenu .p1 {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    display: inline-block;
}

.header_main .topmenu .p2 {
    margin-top: 6px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.header_main .topmenu i {
    width: 17px;
    height: 44px;
    float: left;
    margin-right: 10px;
    background-position: 0 0;
}

.header_main .search {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-top: 38px;
    border: 1px solid #0067d0;
    position: relative;
    float: right;
}

.header_main .search * {
    font-family: arial;
}

.header_main .search .sbtn {
    width: 81px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -1px;
    top: 0px;
    background: url(../images/search-btnbg.jpg) no-repeat center center;
    cursor: pointer;
}

.header_main .search .stxt {
    width: 218px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    background: none;
    color: #999;
}

/*nav*/
.nav_main {
    width: auto;
    height: inherit;
    position: relative;
    z-index: 12;
}

.nav {
    position: relative;
    z-index: 12;
}

.nav .first_line {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 60px;
    background-size: 2px 60px;
}

.nav .list {
    width: 100%;
    margin: 0 auto;
    height: inherit;
    position: relative;
    text-align: center;
}

.nav li.item {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 26px;
    position: relative;
    z-index: 10;
    font-size: 13px;
    text-align: center;
    /* border-right: 1px solid #1474d5; */
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}

.nav li.item:hover {
}

.nav li.item.hover {
    background-color: ;
}

.nav .item a {
    display: block;
    height: 13px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}

.openmenu .nav li.item {
    animation: flashtol 0.1s 0.1s linear forwards;
    -webkit-animation: flashtol 0.1s 0.1s linear forwards;
}

.openmenu .nav li.itemindex1 {
    animation: flashtol 0.1s 0.1s linear forwards;
    -webkit-animation: flashtol 0.1s 0.1s linear forwards;
}

.openmenu .nav li.itemindex2 {
    animation: flashtol 0.1s 0.2s linear forwards;
    -webkit-animation: flashtol 0.1s 0.2s linear forwards;
}

.openmenu .nav li.itemindex3 {
    animation: flashtol 0.1s 0.3s linear forwards;
    -webkit-animation: flashtol 0.1s 0.3s linear forwards;
}

.openmenu .nav li.itemindex4 {
    animation: flashtol 0.1s 0.4s linear forwards;
    -webkit-animation: flashtol 0.1s 0.4s linear forwards;
}

.openmenu .nav li.itemindex5 {
    animation: flashtol 0.1s 0.5s linear forwards;
    -webkit-animation: flashtol 0.1s 0.5s linear forwards;
}

.worklist ul.list li.item {
    animation: flashtol 0.1s 0.1s linear forwards;
    -webkit-animation: flashtol 0.1s 0.1s linear forwards;
}

.worklist ul.list li.itemindex1 {
    animation: flashtol 0.1s 0.1s linear forwards;
    -webkit-animation: flashtol 0.1s 0.1s linear forwards;
}

.worklist ul.list li.itemindex2 {
    animation: flashtol 0.1s 0.2s linear forwards;
    -webkit-animation: flashtol 0.1s 0.2s linear forwards;
}

.worklist ul.list li.itemindex3 {
    animation: flashtol 0.1s 0.3s linear forwards;
    -webkit-animation: flashtol 0.1s 0.3s linear forwards;
}

.worklist ul.list li.itemindex4 {
    animation: flashtol 0.1s 0.4s linear forwards;
    -webkit-animation: flashtol 0.1s 0.4s linear forwards;
}

.worklist ul.list li.itemindex5 {
    animation: flashtol 0.1s 0.5s linear forwards;
    -webkit-animation: flashtol 0.1s 0.5s linear forwards;
}

.worklist ul.list li.itemindex6 {
    animation: flashtol 0.1s 0.6s linear forwards;
    -webkit-animation: flashtol 0.1s 0.6s linear forwards;
}

.worklist ul.list li.itemindex7 {
    animation: flashtol 0.1s 0.7s linear forwards;
    -webkit-animation: flashtol 0.1s 0.7s linear forwards;
}

.worklist ul.list li.itemindex8 {
    animation: flashtol 0.1s 0.8s linear forwards;
    -webkit-animation: flashtol 0.1s 0.8s linear forwards;
}

@keyframes flashtol {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flashtol {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#nav .subnav {
    position: absolute;
    top: 60px;
    left: 0px;
}

#nav .subnav {
    position: absolute;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav .subnav .nav1 {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#nav .subnav .nav1:first-child {
    border-top: 0;
}

#nav .subnav .nav1:hover {
    background: #0067d0;
}

#nav .subnav .nav1 a {
    padding: 0;
    height: 50px;
    line-height: 50px!important;
    font-size: 14px;
    color: #333;
}

#nav .subnav .nav1:hover a {
    color: #fff;
}

.top-link {
    height: 13px;
    line-height: 13px;
    position: relative;
    margin-right: 0px;
    float: left;
}

.top-link a {
    display: inline-block;
    width: 16px;
    height: 13px;
    line-height: 13px;
    margin: 0 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.top-link a.top-close {
    display: none;
}

.header.openmenu .top-link .top-close {
    display: inline-block;
}

.header.openmenu .top-link .top-add, .header.openmenu .top-link .top-left-arrow {
    display: none;
}

.top-link a.top-left-arrow {
    background-image: url(../images/menu-arrow.png);
}

.top-link a.top-add {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    background-image: url(../images/menu-add.png);
}

.top-link a.top-add:hover {
    background-image: url(../images/menu-add-hover.png);
}

.top-link a.top-close {
    background-image: url(../images/menu-close.png);
}

.top-link a span {
    display: none;
}

.index-box {
    width: 398px;
    max-width: 100%;
    left: 50%;
    margin-left: -199px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 99;
}

.logo-center {
    margin-top: calc(50vh - 100px);
}

.into-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.into-page {
    display: inline-block;
    width: 169px;
    left: 50%;
    margin-left: -84.5px;
    height: 52px;
    line-height: 48px;
    position: absolute;
    bottom: 104px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: white;
    /*mix-blend-mode: overlay;*/
    mix-blend-mode: difference;
    background: transparent;
    z-index: 200;
}

.into-page a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* banner */
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 600px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 600px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 100%;
    display: block;
    position: relative;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 42px;
    z-index: 13;
}

#banner .tip span {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background-position: -260px 0px;
}

#banner .tip span.cur {
    background-position: -240px 0px;
}

#banner #btn_prev, #banner #btn_next {
    width: 34px;
    height: 65px;
    position: absolute;
    top: 250px;
    z-index: 5;
}

#banner #btn_prev {
    background-position: 0 -64px;
    left: 8%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -50px -64px;
    right: 8%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 7.6%;
}

#banner #btn_next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 7.6%;
}

/*banner end*/
/*footer*/
.footer {
    width: 100%;
    color: #fff;
    padding: 50px 0 50px;
    background: #222222;
}

.footer .links {
    padding: 20px 0;
    /* margin-bottom: 40px; */
    font-size: 16px;
    /* border-bottom: 1px solid #333333; */
}

.footer .links span {
    color: #f9f9f9;
    font-weight: bold;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding-right: 10px;
}

.footer .links a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*copyright*/
.copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.copyright span {
    margin: 0 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.copyright a {
    color: #999999;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.copyright a:hover {
    color: #fff;
}

/***********index css end***********/
.toolbar {
    width: 50px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999;
}

.toolbar dd {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    background: url(../images/black20.png) repeat 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 7px 0 0 7px;
    background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 50px;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -51px;
    background: #0067d0;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
    height: 50px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq span {
    background-position: 0 -47px;
}

.toolbar .qq a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background: #0067d0;
}

.toolbar .tel span {
    background-position: 0 0;
}

.toolbar .tel:hover {
    background: #0067d0;
}

.toolbar .code span {
    background-position: 0 -95px;
}

.toolbar .code:hover {
    background: #0067d0;
}

.toolbar .top span {
    background-position: 0 -142px;
}

.toolbar .top:hover {
    background: #0067d0;
}

.worklist {
    width: 100%;
}

.worklist ul.list {
    width: 95%;
    padding-left: 0px;
    margin: 0 auto;
}

.worklist ul.list li.item {
    float: left;
    width: 33.33%;
    flex: 0 0 33.33%;
    margin: 32.5px 0;
    padding: 0 32.5px;
    opacity: 0;
}

.worklist ul.list li.line {
    display: none;
}

.worklist ul.list li.item a {
    display: block;
    position: relative;
}

.worklist ul.list li.item a:hover img {
    opacity: 1;
}

.worklist ul.list li.item p {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out .1s;
    -moz-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
}

.worklist ul.list li.item span {
    text-transform: capitalize;
    width: 80%;
    height: auto;
    text-align: center;
    display: block;
    line-height: 28px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.worklist ul.list li.item span b {
    font-weight: normal;
    display: block;
    width: 100%;
}

.worklist ul.list li.item span b:first-child {
    margin-bottom: 20px;
}

.worklist ul.list li.item:hover p, .worklist ul.list li.come p {
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out .0s;
    -moz-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s;
}

.worklist ul.list li.item img {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.fullimg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.fullimg img {
    width: 100%;
    vertical-align: top;
}

.fullimg .artimg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.fullimg .artSwiper {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
}

.fullimg .artSwiper .swiper-slide {
    padding: 0 40px;
}

.artSwiper .swiper-button-next, .artSwiper .swiper-button-prev {
    color: #333;
}

.artSwiper .swiper-button-prev:after, .artSwiper .swiper-rtl .swiper-button-next:after, .artSwiper .swiper-button-next:after, .artSwiper .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.submian {
    padding: 80px 32.5px;
}

#listshop .submian, #listartist .submian {
    display: flex;
    width: 100%;
    height: calc(100vh - 42px);
    align-items: center;
}

#shop .submian, #artist .submian {
    padding-right: 18px;
    position: relative;
}

#shop.center .submian, #artist.center .submian {
    padding: 80px 0px;
}

#shop .submian:after, #artist .submian:after {
    content: '';
    display: block;
    width: 2px;
    height: 0;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: -1px;
    animation: ttob 0.6s 0.3s linear forwards;
    -webkit-animation: ttob 0.6s 0.3s linear forwards;
}

.showbody .subleft, .showbody .subright {
    width: 50%;
    padding: 0 32.5px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

.showbody .subleft {
    width: calc(50% - 45px);
    padding-right: 38px;
}

.center .showbody .subleft {
    width: 50%;
}

.listart .showbody .subleft {
    width: 50%;
    float: none;
    margin: 0 auto;
}

#shop.listart .submian:after {
    content: none;
}

.showbody .subright {
    padding: 0 38px 0 65px;
}

.center .showbody .subleft , .center .showbody .subright {
    padding: 0 32.5px;
}

.scrollbar::-webkit-scrollbar {
    width: 13px;
    height: 300px !important;
}

.scrollbar::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #333;
    border-radius: 7px;
    height: 300px !important;
    overflow: hidden;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid #333;
    border-radius: 7px;
    overflow: hidden;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}

.slidewin {
    position: fixed;
    z-index: 990;
    background: rgba(255,255,255,1);
    left: 0;
    top: 41px;
    width: 100%;
    height: calc(100vh - 41px);
    overflow: hidden;
}

.slidewin .swiper {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100vh - 82px);
}

.slidewin .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    height: 100% !important;
    text-align: center;
    transform: scale(0.85) !important;
    transform-origin: top;
    opacity: 0.4;
}

.slidewin .swiper-slide-active,.slidewin .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    opacity: 1;
}

.slidewin .swiper-slide a {
    position: relative;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.slidewin .swiper-slide i {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.slidewin .swiper-slide i img {
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.slidewin .swiper-button-prev,.slidewin .swiper-button-next {
    z-index: 900;
    position: absolute;
    opacity: 1;
    top: auto;
    bottom: 50px !important;
    width: 52px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}

.slidewin .swiper-button-next:after,.slidewin .swiper-button-prev:after {
    content: none;
}

.slidewin .swiper-button-prev {
    left: 8%;
    background-image: url(../images/swiper-left-big.png);
}

.slidewin .swiper-button-next {
    right: 8%;
    background-image: url(../images/swiper-right-big.png);
}

.mobpic1 {
    display: none;
}

.closeslide,.closeslide2 {
    display: none;
    width: 22px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    position: fixed;
    color: transparent;
    z-index: 109;
    top: 0px;
    right: 165px;
    transform: rotate(0deg);
    cursor: pointer;
    background: #fff url(../images/menu-arrow.png) center center no-repeat;
    background-size: 16px 9px;
}

.openmenu .closeslide,.openmenu .closeslide2 {
    z-index: -1;
    display: none !important;
}

.slidewin .swiper-pagination {
    opacity: 1;
    position: absolute;
    bottom: 30px;
}

.slidewin .swiper-pagination-bullet {
    opacity: .3;
    background: #fff;
}

.slidewin .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.scroll-controls {
    display: none;
}

.ArticleTencont {
    line-height: 20px;
    text-align: justify;
}

.ArticleTencont p {
    margin-bottom: 10px;
}

.ArticleTencont > p {
    text-indent: 2rem;
}

.ArticleTencont > p[style*="text-align: center"] {
    text-indent: 0;
}

.ArticleTencont > p img, .ArticleTencont > p .linkimg img {
    transform: translateX(-2rem);
}

.ArticleTencont > p a img, .ArticleTencont > p[style*="text-align: center"] img {
    transform: translateX(0);
}

.ArticleTencont > p .linkimg {
    display: block;
    float: left;
}

.listart .ArticleTencont p[style*="text-align: justify"] {
    display: inline-block;
    text-align: justify !important;
    width: 100%;
    text-align-last: center;
}

.center .ArticleTencont > p, .center .ArticleTencont > p img {
    text-indent: 0;
    transform: translateX(0);
}

.ArticleTencont img {
    width: 100%;
}

.ArticleTencont table {
    width: 100%;
    border: 1px solid #999 !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.ArticleTencont table td, .ArticleTencont table th {
    border: 1px solid #999 !important;
    padding: 5px !important;
}

.submian .subright .conBox .ArticleTitle h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
    text-transform: capitalize;
}

.submian .subright .conBox .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-top: 1px dotted #f1f1f1;
    text-align: center;
}

.submian .subright .conBox .ArticleMessage span.sp {
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
    float: left;
    margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
    padding: 20px 0px 20px 0px;
    line-height: 28px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.submian .subright .showproduct .ArticleTencont img {
    max-width: 100%;
}

.submian .subright .conBox .ArticleTencont img {
    max-width: 100%;
}

.submian .subright .conBox .ArticleTencont a {
    color: #0067d0;
}

.subright .searchList {
    border-top: 1px solid #ddd;
}

.subright .searchList li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.subright .searchList li:first-child {
    border-top: none;
}

.subright .searchList li:hover a h2 {
    color: #0067d0;
    font-weight: bold;
}

.leftprocomt {
    padding-top: 10px;
}

.leftprocomt li {
    float: left;
    text-align: center;
    width: 117px;
    margin-right: 10px;
}

.leftprocomt li:nth-child(2n) {
    margin-right: 0;
}

.leftprocomt li img {
    width: 117px;
    height: 117px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.leftprocomt li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.leftprocomt li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%);
}

.leftprocomt li:hover p {
    color: #0067d0;
}

.aboutlist {
    width: 920px;
    height: 60vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    ooverflow: hidden;
}

.aboutlist .aline {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #000;
    transform-origin: center;
}

.aboutlist .aright {
}

.aboutlist .slogen {
    text-align: center;
    color: #aaa;
    letter-spacing: 1rem;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    opacity: 0;
    animation: fade-in 1s 3.0s forwards;
}

.en .aboutlist .slogen {
    text-align: center;
    color: #aaa;
    letter-spacing: 0;
}

.aboutlist .flex {
    align-items: center;
    padding: 0 5%;
    text-align: center;
    opacity: 0;
    animation: fade-in 1s 3.0s forwards;
}

.aboutlist .left-logo {
    padding-left: 0px;
}

.aboutlist .right-text {
    line-height: 20px;
    text-align: justify;
    padding-left: 0px;
}

.aboutlist .right-text p {
    margin-bottom: 10px;
}

.aboutlist .aleft {
    left: 50%;
    top: 50%;
    animation: extend-and-move-left 3s 1s forwards;
}

.aboutlist .aright {
    left: 50%;
    top: 50%;
    animation: extend-and-move-right 3s 1s forwards;
}

@keyframes extend-and-move-left {
    0% {
        height: 0;
        top: 50%;
    }

    40% {
        height: 100%;
        top: 0;
        left: 50%;
    }

    45% {
        height: 100%;
        top: 0;
        left: 50%;
    }

    100% {
        height: 100%;
        top: 0;
        left: 0;
    }
}

@keyframes extend-and-move-right {
    0% {
        height: 0;
        top: 50%;
    }

    40% {
        height: 100%;
        top: 0;
        left: 50%;
    }

    45% {
        height: 100%;
        top: 0;
        left: 50%;
    }

    100% {
        height: 100%;
        top: 0;
        left: 100%;
        right: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rtol {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes rtol {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes ttob {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes ttob {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes change {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    10% {
        -webkit-transform: translate(0px, -3px);
    }

    20% {
        -webkit-transform: translate(0px, -6px);
    }

    30% {
        -webkit-transform: translate(0px, -9px);
    }

    40% {
        -webkit-transform: translate(0px, -12px);
    }

    50% {
        -webkit-transform: translate(0px, -15px);
    }

    60% {
        -webkit-transform: translate(0px, -12px);
    }

    70% {
        -webkit-transform: translate(0px, -9px);
    }

    80% {
        -webkit-transform: translate(0px, -6px);
    }

    90% {
        -webkit-transform: translate(0px, -3px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 1024px) {
    body {
        width:100%;
        overflow-x: hidden;
        padding-top: 37px;
    }

    .flex {
        display: block;
    }

    .w1200 {
        width: 100%;
        margin: 0 auto;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .header_main {
        padding: 15px;
        height: 37px;
    }

    .header_main .logo img {
        max-width: 100%;
        height: 12px;
        margin-left: 0;
        margin-top: -4px;
    }

    .en .header_main .logo img {
        max-width: 100%;
        height: 7px;
        margin-left: 0;
        margin-top: 0px;
    }

    .header_main .call {
        display: inline-block;
        border: 1px solid #009fe9;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 11px;
        background: url(../images/c_tel.png) 60% 50% no-repeat;
        background-size: 90%;
    }

    .top-link {
        /* margin-top:-3px; */
        float: right;
        position: absolute;
        right: 0
    }

    .top-link a {
        width: 16px;
        height: 13px;
        line-height: 13px;
        margin: 0 12.5px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .top-link .top-lang {
        margin-right: 0;
    }

    .header_main .topmenu {
        position: absolute;
        left: 0px;
        top: 10px;
        width: calc(100% - 15px);
    }

    .header_main .openmenu .logo {
        display: none;
    }

    .closeslide, .closeslide2 {
        display: none;
        width: 22px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: fixed;
        color: transparent;
        z-index: 109;
        top: -1px;
        right: 100px;
        transform: rotate(0deg);
        cursor: pointer;
        background: #fff url(../images/menu-arrow.png) center center no-repeat;
        background-size: 16px 9px;
    }

    .nav_main {
        height: auto;
    }

    .en .nav_main {
        margin-left: 10px;
    }

    .nav .list {
        display: flex;
        width: calc(100vw - 120px);
    }

    .nav li.item {
        width: auto;
        margin: 0 auto;
        float: left;
        overflow: hidden;
    }

    .nav .item a {
    }

    .logo-center {
        margin-top: 40vh;
    }

    .logo-center img {
        height: 130px;
        width: auto;
    }

    .index-box {
        width: 100%;
        max-width: 100%;
        left: 0;
        margin-left: 0;
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 99;
    }

    .into-page {
        display: inline-block;
        width: 220px;
        left: 50%;
        margin-left: -110px;
        height: 40px;
        line-height: 37px;
        position: absolute;
        bottom: 140px;
        border-top: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
    }

    #banner_main {
        overflow: hidden;
        position: relative;
        z-index: 2;
        max-width: 100%;
        margin: 0 auto;
    }

    #banner_main .banner {
        height: 150px;
    }

    #banner, .banner ul {
        max-height: 150px;
        overflow: hidden;
    }

    #banner {
        width: 100%;
        min-width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }

    #banner .tip {
        width: 100%;
        height: 20px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 0;
        margin-left: auto;
        bottom: 5px;
        z-index: 13;
    }

    .banner li img {
        width: 480px;
        display: block;
        position: relative;
        left: 50%;
        margin-left: -240px;
        top: 0;
    }

    #banner #btn_prev,#banner #btn_next {
        display: none;
    }

    .nybanner {
        height: 100px;
        display: none;
    }

    .nybanner img {
        width: auto;
        max-width: 150%;
        display: block;
        position: absolute;
        left: 0%;
        margin-left: auto;
        top: 0;
        height: 100px;
    }

    #listshop .submian, #listartist .submian {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        padding: 15px;
    }

    .submian .subright .thumblist .item {
        padding: 10px 0;
    }

    .submian .subright .thumblist .item .txt {
        width: 100%;
    }

    .submian .subright .thumblist .item .img {
        display: none;
    }

    .contact_words {
        display: none;
    }

    .worklist ul.list li.item {
        float: left;
        width: 100%;
        flex: 0 0 100%;
        margin: 15px 0;
        padding: 0 15px;
    }

    .worklist ul.list li.item a {
        width: 50%;
        margin: 0 auto;
    }

    .worklist ul.list li.item p {
        display: none;
    }

    .worklist ul.list li.come {
        display: none;
    }

    .worklist ul.list li.line {
        position: relative;
        display: none;
        width: calc(100% + 30px);
        height: 1.5px;
        background: transparent;
        float: left;
        margin: 15px -15px;
    }

    .worklist ul.list li.line:after {
        content: '';
        display: block;
        width: 100%;
        height: 1.5px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        animation: rtol 0.6s linear forwards;
        -webkit-animation: rtol 0.6s linear forwards;
    }

    .worklist ul.list li.line:last-child {
        display: none;
    }

    .fullimg {
        width: 100%;
        height: calc(100vh - 37px);
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    .index .in_title {
        padding-top: 30px;
    }

    .index .tab {
        padding-top: 20px;
    }

    .footer {
        padding: 25px;
        display: none;
    }

    #home .footer {
        display: block;
    }

    .footer .contact {
        width: 100%;
        padding: 0 15px;
    }

    .footer .contact .contact_info {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer .contact .ewm {
        margin: 0 auto;
        float: none;
    }

    .footer .contact .contact_info .line {
        display: none;
    }

    .footer .bNav {
        width: 100%;
        margin-left: auto;
        margin-top: 0px;
        padding: 0 15px;
        display: none;
    }

    .footer .bNav dl {
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }

    .footer .bNav dl dd {
        display: inline-block;
    }

    .copyright {
        text-align: center;
        height: auto;
        width: 100%;
    }

    .scrollbar::-webkit-scrollbar {
        width: 13px;
        height: 100% !important;
    }

    .scrollbar::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #333;
        border-radius: 7px;
        height: 100% !important;
        overflow: hidden;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background: #fff;
        border: 1px solid #333;
        border-radius: 7px;
        overflow: hidden;
    }

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background: #f1f1f1;
    }

    .hsc.scrollbar::-webkit-scrollbar {
        width: 100%;
        height: 13px !important;
        -webkit-appearance: none;
    }

    .hsc.scrollbar::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #333;
        border-radius: 7px;
        height: 13px !important;
        overflow: hidden;
    }

    .hsc.scrollbar::-webkit-scrollbar-thumb {
        background: #fff;
        border: 1px solid #333;
        border-radius: 7px;
        overflow: hidden;
    }

    .hsc.scrollbar::-webkit-scrollbar-thumb:hover {
        background: #f1f1f1;
    }

    .submian {
        padding: 15px 15px;
    }

    #shop.center .submian, #artist.center .submian {
        padding: 15px;
    }

    .submian .subleft {
        width: 100%;
        display: none;
    }

    #shop .submian, #artist .submian {
        height: calc(100vh - 37px);
        overflow: hidden;
    }

    .showbody {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
        position: relative;
    }

    #listshop .submian .subleft,#shop .submian .subleft,#about .submian .subleft, #listshop .submian .subright,#shop .submian .subright,#about .submian .subright {
        display: flex;
        margin: 0 auto;
        width: calc(100% - 40px);
        height: 40vh;
        padding: 0 0px;
        position: relative;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #shop.listart .submian .subleft {
        height: auto;
    }

    #shop .submian .subright {
        padding-top: 20px;
    }

    #shop .submian:after, #artist .submian:after {
        content: '';
        display: block;
        width: 100%;
        height: 1.5px;
        background: #000;
        position: absolute;
        right: auto;
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: 0;
        animation: rtol 0.6s linear forwards;
        -webkit-animation: rtol 0.6s linear forwards;
    }

    .ArticleTencont {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .ArticleTencont > p, .ArticleTencont > div {
        flex: 0 0 100%;
        padding: 0 40px;
        align-items: center;
        /* margin: 0; */
    }

    .listart .ArticleTencont {
        text-align: center;
    }

    .listart .ArticleTencont p[style*="text-align: justify"] {
        display: inline-block;
        text-align: justify !important;
        width: 90%;
        text-align-last: center;
    }

    #shop:not(.artist) .subright .ArticleTencont > p, #shop:not(.artist) .subright .ArticleTencont > div {
        padding: 0 5px;
        height: 40vh;
        max-height: 100%;
    }

    #shop.artist .subleft .ArticleTencont > p, #shop.artist .subleft .ArticleTencont > div {
        padding: 0 5px;
        height: 40vh;
        max-height: 100%;
    }

    .center .ArticleTencont > p,.center .ArticleTencont > div {
        padding: 0 0px;
        align-items: center;
    }

    .listart.center .ArticleTencont > p:first-child {
        margin-bottom: 30px;
    }

    .ArticleTencont > p:empty {
        display: none;
    }

    .ArticleTencont img {
        width: auto;
        max-width: 100%;
        max-width: 100% !important;
        height: auto;
        max-height: 100%;
    }

    .ArticleTencont > p a.linkimg img {
        max-width: 100%;
        max-width: 100% !important;
        transform: translateX(0);
    }

    .ArticleTencont[style*="text-align: center"] > p img {
        transform: translateX(0rem);
    }

    .ArticleTencont p a img {
        /* width: 55%; */
        /* max-width: 55% !important; */
        display: block;
        margin: 0 auto;
    }

    .submian .subright {
        width: 100%;
    }

    .slidewin .swiper {
        display: none;
    }

    .mobpic1 {
        display: block;
        width: calc(100vw - 60px);
        height: calc(100vh - 71px);
        margin-top: 30px;
        margin-left: 40px;
        margin-right: 20px;
        padding-right: 20px;
        overflow-y: scroll;
    }

    .mobpic1 .swiper-slide {
        opacity: 1;
        text-align: center;
        font-size: 18px;
        display: block;
        margin-bottom: 30px !important;
        height: calc(50vh - 50px) !important;
        text-align: center;
        transform: scale(1) !important;
        transform-origin: top;
    }

    .mobpic1 .swiper-slide a {
        position: relative;
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

    .scroll-controls {
        display: block;
        position: absolute;
        top: calc(20vh + 0px);
        left: 0px;
        width: 100%;
        padding: 0 0;
        height: 30px;
        line-height: 30px;
        justify-content: space-around;
        z-index: 10;
        width: 100%;
        left: 0%;
        -webkit-top: 20vh;
    }

    #scroll2.scroll-controls {
        top: calc(60vh + 30px);
        -webkit-top: 50vh;
    }

    .scroll-controls .left-arrow {
        float: left;
    }

    .scroll-controls .right-arrow {
        float: right;
    }

    .aboutlist {
        width: 100%;
        height: 70vh;
        margin: 5vh auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .aboutlist .aline {
        display: none;
    }

    .aboutlist .slogen {
        text-align: center;
        color: #aaa;
        letter-spacing: 1rem;
        height: 16px;
        line-height: 16px;
        white-space: nowrap;
        font-size: 12px;
    }

    .aboutlist .flex {
        align-items: center;
        padding: 0;
        text-align: center;
    }

    .aboutlist .right-text {
        margin-top: 40px;
        font-size: 12px;
        text-align: center;
    }

    .aboutlist .right-text p {
        width: 290px;
        text-align: center;
        margin: 0 auto 10px;
        text-align-last: left;
    }
}
