body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #010101;
    font-family: "PingFangSC","Helvetica Neue",Helvetica,Arial,Microsoft YaHei;
    background-color: #fff;
    min-width: 1400px;
}

button {
    -webkit-appearance: none;
    text-transform: none;
    overflow: hidden;
    cursor: pointer;
    font: inherit;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    border: 0!important;
}

a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: #010101;
}

ul, li, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.hidden {
    display: none;
}

.height-full {
    height: 100%;
}

.clearfix{
    clear: both;
}
.clearfixed::after, .clearfixed::before {
    clear: both;
    content: " ";
    display: block;
}

.display-table {
    display: table;
    box-sizing: border-box;
}

.display-table-row {
    display: table-row;
    box-sizing: border-box;
}

.display-table-cell {
    display: table-cell;
    box-sizing: border-box;
}

.display-flex {
    display: flex;
}

.display-flex-column {
    flex-direction: column;
}

.display-flex-row {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
}

.display-flex>.display-flex-box-o {
    flex: 1;
    box-sizing: border-box;
}

.display-flex>.display-flex-box-oo {
    flex: 2;
    box-sizing: border-box;
}

.display-flex>.display-flex-box-ooo {
    flex: 3;
    box-sizing: border-box;
}

.display-flex>.display-flex-box-oooo {
    flex: 4;
    box-sizing: border-box;
}

.display-flex-column>.display-flex-box {
    align-content: space-between;
}

.flex-vertical-middle {
    align-items: center;
}

.box-relative {
    position: relative;
}

.box-absolute {
    position: absolute;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.no-wrap {
    word-break: keep-all;
}

.menu-trigger {
    position: relative;
}

.menu-nav, .menu-nav-sub {
    display: inline-block;
}

.menu-nav>li {
    text-align: center;
}

.menu-nav-sub>li {
    text-align: left;
}

.menu-nav>li {
    position: relative;
    display: block;
}

.menu-nav>li>a, .menu-nav-sub>li>a {
    text-align: justify;
    display: inline-block;
}

.menu-nav>li>a {
    font-size: 2.2em;
    font-weight: bold;
    height: 1.8em;
    width: 2.5em;
    text-align: justify;
    display: inline-block;
    overflow: hidden;
    padding-top: 0.2em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.menu-nav-sub>li>a {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    height: 2.2em;
    margin-bottom: 0.3em;
    color: #b0b0b0;
    overflow: hidden;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.menu-nav-sub>li:hover>a {
    color: #010101;
    border-bottom-color: #000;
}

.menu-nav>li>a::after, .menu-nav-sub>li>a::after {
    display: inline-block;
    content: "";
    width: 100%;
}

.menu-nav .menu-nav-sub {
    position: absolute;
    top: 0;
    width: 0;
    right: -165px;
    overflow: hidden;
}

.menu-nav .menu-nav-sub li {
    padding-left: 2em;
    padding-right: 2em;
}

.menu-nav>li:hover>.menu-nav-sub, .menu-nav-sub:hover {
    width: auto;
    overflow: unset;
}

.menu-nav>li>.menu-nav-sub>li>a {
    color: #010101;
}

.menu-nav>li:hover>a, .menu-nav>li.active>a, .menu-nav-sub>li.active>a {
    color: #000;
    border-bottom-color: #000;
}

.wrapper {
    padding-top: 5em;
    padding-bottom: 5em;
}

.header {
    height: 5em;
    box-sizing: border-box;
    padding: 0 3.4375em;
    width: 100%;
    position: fixed;
    top: 0px;
    transition: ease-in-out .2s;
    background-color: #fff;
    z-index: 99999;
	/*box-shadow: 0 2px 5px rgba(0,0,0,.1);*/
}

.header-color, .top-color {
    background-color: #2ef037;
	box-shadow: none !important;
}
.header.show-menu{
    background-color: #2ef037!important;
	box-shadow: none !important;
}
.header .logo {
    font-size: 2.25em;
    font-family: Arial;
    font-weight: bold;
    color: #231815;
	float: left;
	padding-top: 10px;
	margin-left: -9px;
}

.header .display-table-cell {
    position: relative;
}

.header .menu-trigger {
    width: 27px;
    height: 5em;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.header .menu-trigger .menu-container {
    position: relative;
    top: 2em;
}

.header .menu-trigger .menu-container .menu-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #020a02; 
    transition: ease-out 0.2s;
    position: absolute;
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.67, -0.05, .86, -0.07);
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    animation-direction: alternate;
    animation-fill-mode: forwards;

    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.header .menu-trigger .menu-container .menu-bar.menu-bar--1 {
    top: 0;
}

.header .menu-trigger .menu-container .menu-bar.menu-bar--2 {
    top: 10px;
}

.header .menu-trigger.open .menu-container .menu-bar.menu-bar--1 {   
    /* top: 10px; */
    /* -webkit-animation-name: menu1In; */
    /* animation-name: menu1In */
	-webkit-transform:rotate(45deg);
}
.header .menu-trigger.open .menu-container .menu-bar.menu-bar--2 {   
    /* top: 20px; */
    /* -webkit-animation-name: menu3In; */
    /* animation-name: menu3In */
	-webkit-transform:rotate(-45deg);
	top:auto;
	bottom:-3px;
}

.menu {
    position: fixed;
    top: 80px;
    width: 100%;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 3.4375em;
    background-color: #2ef037;
    z-index: 999999;
    transition: ease-in-out 0.3s;
}

.menu .menu-overlay {
    height: 100%;
    position: relative;
}

.menu .menu-overlay .menu-content {
    position: absolute;
    right: 30%;
    top: 10%;
}

.top {
    box-sizing: border-box;
    padding: 0 3.4375em;
    width: 100%;
}

.top .solgan {
    font-size: 1.25em;
    line-height: 2em;
    padding: 5em 1em 7em 0;
    cursor: pointer;
	text-align: justify;
}

.top .contact {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.8125em;
    line-height: 1.8em;
    padding-bottom: 2em;
}

.center {
    box-sizing: border-box;
    padding: 0 3.4375em;
    width: 100%;
}
body.home-page .center,
body.news-page .center,
body.work-page .center {
	padding: 0 1.85em 0 3.4375em;
}
.center2 {
	padding: 0 2.8125em;
}

.center.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.center .center-header .title {
    font-size: 3.5em;
    line-height: 1.5em;
	float: left;
	padding: 1em 0;
    letter-spacing: 0.175em;
}
.center-header:after {
	content: '';
	clear: both;
}

.center .center-header .subpage-title {
    font-size: 3.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
	text-align: justify;
	font-family: 'PingFangSC-Semibold';
}

/* ---- grid ---- */

.grid {
    width: 100%;
    box-sizing: border-box;
}
.grid .grid-item {
    float: left;
    box-sizing: border-box;
	padding: 0;
}

.grid .grid-item .grid-item___content {
    position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	overflow: hidden;
    /*background-color: #fcfcfc;
	box-shadow: inset 0 0 20px rgba(0,0,0,.02);*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.grid .grid-item .grid-item___size {
	width: 100%;
	z-index: 10;
}
.grid .grid-item .grid-item___content a, .grid .grid-item .grid-item___content a:link, .grid .grid-item .grid-item___content a:hover, .grid .grid-item .grid-item___content a:visited {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

.grid .grid-item .grid-item___content .white-mask {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	opacity: 1;
	background-color: #fff;
}
.grid .grid-item .grid-item___content .image {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    position: absolute;
	z-index: 9998;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	top: 2%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	font-size: 0;
    background-image: url("images/empty.png");
	cursor: pointer;
}
.grid .grid-item .grid-item___content img.aimage {
	width: 10px;
	height: 10px;
	opacity: 0;
}

.grid .grid-item.grid-item--type2 .grid-item___content .image {
    background-image: url("images/empty.png");
}

.grid .grid-item.grid-item--type3 .grid-item___content .image {
    background-image: url("images/empty.png");
}

.grid .grid-item.grid-item--type4 .grid-item___content .image {
    background-image: url("images/empty.png");
}

.grid .grid-item .grid-item___content.a-hover .image {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
	top: 0%;
	/*box-shadow: inset 0 0 15px rgba(0,0,0,.1);*/
}
.grid .grid-item .grid-item___content.a-hover .white-mask {
	top: -100%;
}

.grid .grid-item .grid-item___content .text {
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
    z-index: 99991;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	cursor: pointer;
}

.grid .grid-item .grid-item___content.a-hover .text {
    opacity: 0;
}

.grid .grid-item .grid-item___content .text .title {
    font-size: 1.25em;
    line-height: 1.25em;
    padding-bottom: 0.35em;
    font-weight: bold;
}

.grid .grid-item .grid-item___content .text .category {
    font-size: 0.75em;
    letter-spacing: 0.16em;
}

.grid .grid-item.grid-item--type,
.grid .grid-item.grid-item--type1 {
    width: 25%;
}

.grid .grid-item.grid-item--type2 {
    width: 25%;
}

.grid .grid-item.grid-item--type3 {
    width: 25%;
}

.grid .grid-item.grid-item--type4 {
    width: 50%;
}

@media (max-width: 1080px) {
	
	.grid .grid-item.grid-item--type,
	.grid .grid-item.grid-item--type1,
	.grid .grid-item.grid-item--type2,
	.grid .grid-item.grid-item--type3 {
		width: 33.333333%!important;
	}
	.grid .grid-item.grid-item--type4 {
		width: 66.666666%!important;
	}

}
@media (max-width: 640px) {
	.grid .grid-item.grid-item--type,
	.grid .grid-item.grid-item--type1,
	.grid .grid-item.grid-item--type2,
	.grid .grid-item.grid-item--type3 {
		width: 50%!important;
	}
	.grid .grid-item.grid-item--type4 {
		width: 100%!important;
	}
}
@media (max-width: 480px) {
	.grid .grid-item.grid-item--type,
	.grid .grid-item.grid-item--type1,
	.grid .grid-item.grid-item--type2,
	.grid .grid-item.grid-item--type3,
	.grid .grid-item.grid-item--type4 {
		width: 100%!important;
	}
}

.grid-news .grid-item {
    /* width: 23%; */
    padding-bottom: 2em;
}

.grid-news .gutter-sizer {
    width: 20px;
}

.grid-news .grid-item .grid-item___content .image img {
    width: 100%;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .image+.text {
    margin-top: 1em;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .text .title, .grid-news .grid-item .grid-item___content .text .sub-title {
    font-size: 1.25em;
    font-family: 'PingFangSC-Medium';
    line-height: 1.8;
    letter-spacing: 0.045em;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .text .desc, .grid-news .grid-item .grid-item___content .text .content {
    padding-top: 1.5em;
    font-size: 0.85em;
    line-height: 1.8;
    letter-spacing: 0.075em;
    height: auto;
    transition: ease-in-out .5s;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .text .content img {
    width: 100%;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .text .content.hidden {
    height: 0;
    overflow: hidden;
}

.grid-news .grid-item .grid-item___content, .grid-news .grid-item .grid-item___content .text-link, .grid-news .grid-item .grid-item___content .text .title, .grid-news .grid-item .grid-item___content .text .sub-title, .grid-news .grid-item .grid-item___content .text .desc {
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
	cursor: pointer;
}

.grid-news .grid-item .grid-item___content .text-link {
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    padding-bottom: 5px;
	cursor: pointer;
}

.grid-news .grid-item:hover .grid-item___content .text-link, .grid-news .grid-item .grid-item___content .text .content .text-link {
    border-bottom-color: #2ef037;
}

/* 详细 */

.article {
    margin-top: 5em;
    word-break: break-all;
    word-wrap: break-word;
}

.article .title {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.025em;
    padding-bottom: 1em;
    word-break: break-all;
    word-wrap: break-word;
}

.article .sub-title {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.025em;
    word-break: break-all;
    word-wrap: break-word;
}

.article .date {
    font-size: 0.75em;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.025em;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 3em;
}

.article .content {
    font-size: 0.875em;
    line-height: 2;
    letter-spacing: 0.025em;
    word-break: break-all;
    word-wrap: break-word;
}

.article .desc {
    font-size: 0.75em;
    line-height: 2.5;
    letter-spacing: 0.025em;
    word-break: break-all;
    word-wrap: break-word;
}

.article .images img {
    width: 100%;
    margin-bottom: 0.5em;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,.05);*/
}

.article .padding-left {
    padding-left: 2.8125em;
}

.article .padding-right {
    padding-right: 2.8125em;
}

.article .padding-bottom {
    padding-bottom: 2.8125em;
}

.pager-container {
    position: relative;
}

.pager-container .pager-prev {
    width: 1.2em;
    position: fixed;
    top: 15%;
    bottom: 0;
    overflow: visible;
    margin-top: 13%;
    left: 1.5em;
}

.pager-container .pager-next {
    width: 1.2em;
    position: fixed;
    top: 15%;
    bottom: 0;
    overflow: visible;
    margin-top: 13%;
    right: 1.2em;
}

.pager-container .pager-item .pager-num {
    font-size: 0.75em;
    display: block;
    width: 1em;
	line-height: 1.6em;
}

.pager-container .pager-item .pager-title {
	padding-top: 5px;
    font-size: 1.125em;
	line-height: 1.1em;
    font-weight: 100;
    word-break: break-all;
    word-wrap: break-word;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	margin-left: -3px;
	display: block;
}
.pager-container .pager-item a:hover .pager-title {
	opacity: 1;
	visibility: visible;
}
.pager-container .pager-item a.disabled * {
	color: #ddd;
}

.letter-x {
	display: block;
	width: 18px;
	text-align: center;
	font-family: 'PingFangSC-Medium';
}
.letter-0 {
	transform: rotate(90deg);
	line-height: 13px;
	height: 14px;
	overflow: visible;
	font-weight: bold;
}
.letter-32 {
	line-height: 3px;
	height: 3px;
	overflow: hidden;
}
@-webkit-keyframes menu1In {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg)
    }
}

@keyframes menu1In {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg)
    }
}

@-webkit-keyframes menu3In {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg)
    }
}

@keyframes menu3In {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg)
    }
}

.display-flex-box-ooo.images {
	padding-right: 1.5%;
}
body.work-page-detail .display-flex-row {
	margin-bottom: 2.5em;
}
.top-text-2 {
	max-width: 620px;
	text-align: justify;
}

.home-page-topleft a {
	max-width: 800px;
	display: block;
}

@media (max-width: 1420px) {
	.section-thinking-body {
		font-size: 2.50em!important;
		line-height: 2.50em!important;
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 3em !important;
	}
	body.home-page .center-header {
		padding-top: 0.75em;
	}
}
@media (max-width: 1360px) {
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 2.75em !important;
	}
	body.home-page .center-header {
		padding-top: 0.58em;
	}
	.home-page-top,
	.home-page-top .display-table-row {
		display: block;
	}
	.home-page-topleft,
	.home-page-topright {
		display: block;
		width: 100%;
	}
	.home-page-topleft {
		padding-bottom: 3.375em!important;
	}
	.home-page-topright {
		height: 6.75em;
	}
	.home-page-topright .no-wrap {
		float: right;
	}
}
@media (max-width: 1310px) {
	.section-thinking-body {
		font-size: 2.25em!important;
		line-height: 2.25em!important;
	}
}
@media (max-width: 1260px) {
	.section-team {
		flex: 3!important;
	}
	.top-text-1 {
		font-size: 2.25em!important;
		letter-spacing: 0!important;
		line-height: 1.8em!important;
	}
	.top-text-2 {
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 2.5em !important;
	}
	body.home-page .center-header {
		padding-top: 1.125em;
	}
}
@media (max-width: 1190px) {
	.honor-left-title,
	.section-team-title,
	.section-thinking-title {
		font-size: 2.00em!important;
	}
	.section-thinking-body {
		font-size: 2.00em!important;
		line-height: 2.00em!important;
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 2.25em !important;
	}
	body.home-page .center-header {
		padding-top: 1.125em;
	}
}
@media (max-width: 1130px) {
	.section-team {
		flex: 4!important;
	}
	.top-text-1 {
		font-size: 2.0em!important;
		letter-spacing: 0!important;
		line-height: 1.6em!important;
	}
	.top-text-2 {
	}
}
@media (max-width: 1080px) {
	.honor-left-title,
	.section-team-title,
	.section-thinking-title {
		font-size: 1.75em!important;
	}
	.section-thinking-body {
		font-size: 1.75em!important;
		line-height: 1.75em!important;
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 2em !important;
	}
	body.home-page .center-header {
		padding-top: 1.25em;
	}
	body.work-page-detail .display-flex>.display-flex-box-ooo {
		flex: 5;
	}
}
@media (max-width: 1060px) {
	.section-team {
		flex: 5!important;
	}
}
@media (max-width: 1024px) {
	.section-team {
		flex: 9!important;
	}
	.top-text-1 {
		font-size: 1.75em!important;
		letter-spacing: 0!important;
		line-height: 1.5em!important;
	}
	.top-text-2 {
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 1.5em !important;
	}
	body.home-page .center-header {
		padding-top: 1.125em;
	}
	body.work-page-detail .display-flex>.display-flex-box-ooo {
		flex: 8;
	}
}
@media (max-width: 960px) {
	.display-flex > .display-flex-box-oo {
		flex: 100%!important;
	}
	.honor-left-title,
	.section-team-title,
	.section-thinking-title {
		font-size: 1.60em!important;
		text-align: center!important;
		padding-left: 0!important;
		padding-right: 15%!important;
	}
	.section-thinking-body {
		font-size: 1.60em!important;
		line-height: 1.60em!important;
	}
	.section-team-right {
		padding-right: 0!important;
	}
	.honor-box {
		display: block;
		padding-top: 2em!important;
	}
	.honor-left,
	.honor-right {
		width: 100%;
		padding-top: 1em!important;
		padding-bottom: 1em!important;
	}
	.honor-left-body,
	.honor-left-body > .box-absolute {
		position: unset;
		padding-right: 0!important;
	}
	.honor-left-caption {
		padding-bottom: 2em;
	}
	.top-text-1 {
		font-size: 1.5em!important;
		letter-spacing: 0!important;
		line-height: 1.5em!important;
	}
	.top-text-2 {
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 1.25em !important;
	}
	body.work-page-detail .display-flex>.display-flex-box-ooo {
		flex: 10;
	}
	body.work-page-detail .article {
		margin-top: 3em;
	}
	body.work-page-detail .article .center-wrap .display-flex,
	body.work-page-detail .display-flex-box-oooo .display-flex {
		display: block;
	}
	body.work-page-detail .article .center-wrap .display-flex .padding-right,
	body.work-page-detail .display-flex-box-oooo .display-flex .display-flex-box-ooo.images {
		padding-right: 0!important;
	}
	body.work-page-detail .display-flex-box-oooo .display-flex  .padding-left {
		padding-left: 0!important;
	}
	body.work-page-detail .display-flex-box-oooo .display-flex  .desc {
		margin-top: 1em;
	}
}
@media (max-width: 890px) {
	.section-thinking-body {
		letter-spacing: 0.35em!important;
	}
	.section-team-left,
	.section-team-right {
		flex: 100%;
	}
}
@media (max-width: 870px) {
	.section-thinking-body {
		letter-spacing: 0.3em!important;
	}
	.top-text-1 {
		font-size: 1.25em!important;
		letter-spacing: 0!important;
		line-height: 1.5em!important;
	}
	.top-text-2 {
		font-size: 1.0em!important;
	}
	body.home-page .subpage-title,
	body.work-page .subpage-title,
	body.news-page .subpage-title {
		font-size: 1.15em !important;
		display: inline-block;
	}
	.home-page-topleft{
		padding-top: 3em !important;
		padding-bottom: 1.375em !important;
		height: 10em;
		box-sizing: content-box;
	}
}
@media (max-width: 840px) {
	.section-team-body {
		display: block!important;
	}
	.section-team-left {
		width: 60%;
	}
	.section-team-right {
		padding-top: 2em!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media (max-width: 830px) {
	.section-thinking-body {
		letter-spacing: 0.25em!important;
	}
}
@media (max-width: 800px) {
	.section-thinking-body {
		letter-spacing: 0.2em!important;
	}
}
@media (max-width: 780px) {
	.section-thinking-body {
		letter-spacing: 0.15em!important;
	}
	body.home-page .header,
	body.home-page .home-page-top,
	body.home-page .center,
	body.news-page .center-newslist,
	body.about-page .header,
	body.about-page .center,
	.footer-wrapper 	{
		padding-left: 2em!important;
		padding-right: 2em!important;
	}
	body.work-page .header,
	body.work-page .center {
		padding-left: 2em!important;
		padding-right: 1.75em!important;
	}
	body.home-page .center2,
	body.work-page .center2 {
		padding-left: 1.375em!important;
		padding-right: 1.375em!important;
	}
}
@media (max-width: 720px) {
	.section-thinking-body {
		letter-spacing: 0.1em!important;
	}
}
@media (max-width: 700px) {
	.br-lt-700 {
		text-indent: -10000px;
		display: block;
		width: 100%;
		height: 1px;
		overflow: hidden;
	}
}
@media (max-width: 680px) {
	.section-thinking-body {
		letter-spacing: 0.03em!important;
	}
}
@media (max-width: 640px) {
	.honor-left-title,
	.section-team-title,
	.section-thinking-title {
		font-size: 24px!important;
	}
	.section-thinking-body {
		font-size: 22px!important;
		line-height: 40px!important;
		letter-spacing: 0!important;
	}
	.flex-vertical-middle {
		align-items: flex-start;
	}
}
@media (max-width: 580px) {
	.section-thinking-body {
		font-size: 20px!important;
		line-height: 40px!important;
	}
	body.about-page .top-left{
		display: block;
	}
	body.about-page .top-right {
		display: block;
		padding-top: 3em;
	}
	.home-page-topright .no-wrap {
		float: left!important;
		letter-spacing: 0;
		word-break: break-all;
	}
}
@media (max-width: 520px) {
	.section-thinking-body {
		font-size: 20px!important;
		line-height: 40px!important;
	}
	.home-page-topleft{
		font-size: 1.1em!important;
		height: 12em!important;
	}
}
@media (max-width: 480px) {
	body.home-page .subpage-title {
		font-size: 1.5em !important;
	}
}
@media (max-width: 460px) {
	.section-thinking-body {
		font-size: 20px!important;
		line-height: 40px!important;
	}
	.wx-logo {
		width: 48px!important;
		height: 48px!important;
		margin-right: 12px!important;
	}
	.wx-tip {
		padding: 12px 0!important;
		font-size: 1em!important;
	}
}
@media (max-width: 450px) {
	body.home-page .subpage-title {
		font-size: 1.5em !important;
	}
}
@media (max-width: 420px) {
	body.home-page .subpage-title {
		font-size: 1.375em !important;
	}
}
@media (max-width: 400px) {
	.section-thinking-body {
		font-size: 20px!important;
		line-height: 40px!important;
	}
	.wx-logo {
		width: 36px!important;
		height: 36px!important;
		margin-right: 6px!important;
	}
	.wx-tip {
		padding: 6px 0!important;
		font-size: 0.8em!important;
	}
	.home-page-topleft{
		font-size: 1em!important;
		height: 12em!important;
	}
	body.home-page .subpage-title {
		font-size: 1.35em !important;
	}
}
body.home-page,
body.work-page,
body.work-page-detail,
body.news-page,
body.about-page {
	min-width: 360px;
}

body.news-page .center-newslist,
body.about-page .center,
body.work-page .center {
	max-width: 1550px;
	margin: 0 auto;
}

.footer-wrapper {
	text-align: center;
	width: 100%;
	padding: 20px 3.4375em;
	display: block;
	box-sizing: border-box;
}
.footer {
	max-width: 1440px;
	margin: 0 auto;
	border-top: solid 1px #999;
	padding-top: 20px;
}
.wx-logo {
	float: left;
	width: 64px;
	height: 64px;
	background: url("images/wechat.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	margin-right: 20px;
}
.wx-tip {
	float: left;
	font-size: 1em;
	line-height: 24px;
	padding: 20px 0;
	color: #999;
}
@media (max-width: 720px) {
	.header,.center {
		padding: 0 2.375em;
	}
	.pager-container .pager-prev {
		left: 0.85em;
	}
	.pager-container .pager-next {
		right: 0.4em;
	}
	body.work-page-detail .display-flex-row {
		margin-bottom: 1.75em;
	}
}