body{
	background-color: #f7f8f8;
}
h1 {
	font-size: 2em;
	text-align: center;
	color: #1e355e;
	margin-top: 0;
	margin-bottom: 0
}

h2 {
	font-size: 1.5em;
	text-align: center;
	color: #1e355e;
	margin-top: 0;
	margin-bottom: 0
}

h3 {
	color: #1a355e;
	font-size: 1.4em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0
}

p {
	margin: 0
}

.toggle-icon {
	width: 100%;
	overflow: hidden;
	margin-top: 0.5em;
	display: flex
}

.toggle-icon li {
	flex: 1
}

.news .toggle-icon li a {
	width: 80%;
	margin: 0 auto
}

.news .toggle-icon li a>span {
	min-height: 20px;
    
}

.news .toggle-icon li a>img {
	width: 68%
}

.news .toggle-icon li a span:nth-child(2) {
	margin-top: 1em
}

.news-list {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 6em
}

.news-list>div {
	overflow: hidden;
	position: relative;
	padding-top: 0.3em
}

.news-list>div .news-img {
	float: left;
	width: 26%
}

.news-list>div .news-img img {
	width: 100%
}

.news-list>div .news-brief {
	float: left;
	width: 74%;
	padding-left: 2.5em
}

.news-list>div .news-brief .brief-title {
	margin-top: .8em;
	font-size: 22px;
	color: #314573
}

.news-list>div .news-brief .brief-time {
	margin-top: .8em;
	font-weight: 200;
    font-size: 16px;
}

.news-list>div .news-brief .brief-content {
	margin-top: .8em;
    color: #000;
    font-weight: 200;
    font-size: 18px;
    width: 900px;
}

.news-list>div .news-brief .view-more {
	color: #fff;
	bottom: 0;
	position: absolute;
	font-size: 1em;
	cursor: pointer;
	margin-top: .5em;
	padding:4px 20px;
	background-color:#ed1b28;
	border-radius:5px;
}

.news-list>.page {
	padding-top: 0
}

.page {
	width: 100%;
	text-align: center;
	margin-top: 3.5em
}

.page .pagination {
	margin-left: -.3em;
	margin: 0
}

.page .pagination li a {
	margin-left: .3em;
	color: #666
}

.page .pagination li a:focus,.page .pagination li a:hover {
	background-color: #1a355e;
	border-color: #1a355e;
	color: #fff
}

.page .pagination li.active a {
	background-color: #1a355e;
	border-color: #1a355e;
	color: #fff
}

.join .toggle-icon li a {
	width: 20%;
	margin: 0 auto
}

.title-pob {
	color: #fff;
	font-size: 2em;
	margin-top: 5em;
	text-align: center
}

.text-pob {
	color: #fff;
	margin-top: 2.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	line-height: 1.5em
}

.cond,.stool {
	position: relative
}

.cond .cond-pob,.cond .stool-pob,.stool .cond-pob,.stool .stool-pob {
	position: absolute;
	width: 46%;
	top: 0;
	height: 100%
}

.cond .stool-pob,.stool .stool-pob {
	left: 0
}

.cond .cond-pob,.stool .cond-pob {
	right: 0
}

.cond {
	margin-top: 7.5em
}

/*
.stool {
	margin-top: 2em
}

@media (min-width:20480px) {
	.join-us {
		width: 1920px
	}
}

.videos .toggle-icon li a {
	width: 50%
}

.videos .toggle-icon li a img {
	width: 50%
}

.videos .toggle-icon li a span:nth-child(2) {
	margin-top: 1em
}

.sidebar-video {
	width: 100%;
	overflow: hidden;
	margin-top: 0.003em;
	margin-bottom: 1.5em
}

.sidebar-video .sidebar-left {
	float: left;
	width: 75%;
	position: relative
}

.sidebar-video .sidebar-left .sidebar-play {
	width: 121px;
	height: 121px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60.5px;
	margin-top: -60.5px
}

.sidebar-video .sidebar-right {
	float: left;
	margin-left: 7px;
	width: calc(25% - 7px);
	margin-top: -7px
}

.sidebar-video .sidebar-right div {
	border: 1px solid #fff;
	padding: 3px
}

.sidebar-video .sidebar-right div img {
	width: 100%;
	height: 100%
}

.sidebar-video .sidebar-right div.on {
	border-color: #1a355e
}

.sidebar-video .sidebar-right>div {
	width: 100%;
	height: calc(33.3% - 5px);
	margin-top: 7px
}
*/
.video-title{
	text-align: left;
    margin: 20px 0 15px 0;
    font-weight: 200;
}
.video-more{
	width: 7%;
    font-weight: 200;
    color: #1a355e; 
    text-align: center;
    border: 1px solid #1a355e;
    margin: auto;
}
.video-more:hover{
	width: 7%;
    font-weight: 200;
     background-color: #1a355e; 
    text-align: center;
    border: 1px solid #1a355e;
    margin: auto;
	color: #fff;
} 
.video-list {
	position: relative;
/*	margin-top: -2em*/
}

.video-list ul {
	overflow: hidden;
	padding: 0;
	margin-left: -10px
}

.video-list ul li {
	float: left;
	width: 25%;
	margin-top: 3.5em;
	padding-left: 10px;
	padding-right: 0
}

.video-list ul li .video-play {
	position: relative;
	padding-left: 0
}

.play-icon{
	position: absolute;
    width: 58px;
    height: 58px;
    top: 30%;
    left: 41%;
}
.video-text{
	width: 100%;
    color: #1a355e;
    font-size: 1em;
    text-align: center;
    margin: .5em 0 1em 0;
    line-height: 1.5em;
}

/*
.video-list ul li .video-play .play {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px
}
*/

.video-list ul li p {
	width: 100%;
	color: #1a355e;
	font-size: 1em;
	text-align: center;
	margin-top: 1em;
	line-height: 1.5em;
	height: 3em
}

/*
.video-share {
	width: 100%;
	height: 4em;
	background-color: #f5f5f5;
	overflow: hidden;
	line-height: 4em
}

.video-share .video-title {
	float: left;
	padding-left: 34px
}

.video-share .video-title span:nth-child(1) {
	color: #1c4475
}

.video-share .video-title span:nth-child(2) {
	color: #999
}

.video-share .share-part {
	float: right;
	margin-right: 34px;
	margin-top: 8px
}

.video-share .share-part a {
	display: inline-block;
	padding: 0 1px
}

.video-share .share-part a span {
	width: 22px!important;
	height: 22px!important;
	background: url(../images/about/share.jpg) no-repeat -200px -200px!important
}

.video-share .share-part a span.jtico {
	padding-left: 22px!important
}

.video-share .share-part a span.jtico_weixin {
	background-position: 0 0!important
}

.video-share .share-part a span.jtico_qzone {
	background-position: -22px 0!important
}

.video-share .share-part a span.jtico_tsina {
	background-position: -44px 0!important
}

.video-share .share-part a span.jtico_cqq {
	background-position: -66px 0!important
}
*/

.video-detail {
	width: 100%;
	overflow: hidden;
	position: relative
}

.video-detail .sidebar-play1 {
	width: 121px;
	height: 121px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60.5px;
	margin-top: -60.5px
}
/*

.quality {
	margin-top: 5.5em;
	position: relative
}

.quality>img {
	width: 100%
}

.quality>div {
	position: absolute;
	width: 51%;
	height: 70%;
	top: 0;
	left: 0;
	margin-left: 49%
}

.quality>div a {
	margin-left: 11%;
	margin-top: 58%
}

.sqc {
	margin-top: 6em;
	overflow: hidden;
	margin-bottom: 6em
}

.sqc ul {
	float: left;
	margin-left: -26px
}

.sqc ul li {
	width: 50%;
	padding-left: 26px;
	float: left
}

.sqc ul li h4 {
	font-size: 1.4em;
	color: #1a4372;
	margin: 0;
	margin-top: .5em
}

.sqc ul li h4:nth-child(1) {
	margin-top: 2em
}

.sqc ul li p {
	color: #8a8683;
	margin-top: 1em;
	line-height: 1.5em
}

.sqc ul li p:nth-child(1) {
	margin-top: 2em
}

.search {
	margin-top: 4.5em;
	width: 100%;
	height: 3em;
	border: 1px solid #cdcdcd;
	position: relative
}

.search input {
	width: 100%;
	height: 100%;
	background: url(../images/temp/about/magnifier1.png) .8em center no-repeat;
	border: 0;
	outline: 0;
	padding-left: 3.5em
}

.search img {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
	padding-right: .8em
}

.problem-div {
	width: 100%;
	margin-bottom: 3.5em
}

.problem-div .problem {
	width: 100%;
	position: relative
}

.problem-div .problem>div {
	height: 3em;
	border-bottom: 1px dashed #989898;
	padding-top: .8em;
	position: relative
}

.problem-div .problem>div>span {
	color: #989898
}

.problem-div .problem>div>img {
	margin-top: -.5em;
	display: inline-block
}

.problem-div .problem>div>p {
	width: 3em;
	height: 6px;
	background-color: #30486c;
	position: absolute;
	right: 0;
	bottom: 0
}

.problem-div>a {
	margin-top: 4em;
	float: right;
	right: 0;
	margin-bottom: 3.5em
}

.detail-title {
	font-size: 1.5em;
	margin-top: 4em;
	text-align: center
}

.show-div {
	margin-top: 1em;
	text-align: center;
	color: #989898;
	font-size: 12px
}

.show-div span {
	display: inline-block;
	font-size: 1.2em
}

.show-div span.book {
	margin-left: 1.5em
}

.show-div span.show-link {
	margin-left: 1.5em
}

.show-div span a img {
	display: inline-block
}

.detail-content {
	margin: 0 auto;
	margin-top: 3em;
	text-align: center;
	margin-bottom: 6em;
	width: 600px
}

.detail-content>img {
	margin: 0 auto;
	margin-top: 2em;
	width: 100%
}

.detail-content>p {
	color: #989898;
	margin-top: 1.5em;
	text-indent: 2em;
	text-align: left
}

.jobs-table tbody tr td {
	padding: 0 10px
}

.jobs-table tbody tr td:last-child {
	background-color: #334870!important;
	white-space: nowrap
}

.year20 {
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	position: relative
}

.year20 .button-back {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.year20 .button-list {
	position: absolute;
	z-index: 5;
	top: 20px;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0
}

.year20 .button-list a:last-child {
	margin-left: 20px
}

@media (min-width:2048px) {
	.year20 {
		width: 1920px
	}
}

#modalYear20 .modal-dialog {
	width: 596px;
	height: 504px
}

#modalYear20 .modal-dialog .modal-content {
	width: 596px;
	height: 504px;
	border-style: none;
	background: transparent url(../images/about/year20/pop-bg.png) no-repeat 0 0
}

#modalYear20 .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 34px
}

#modalYear20 .modal-dialog .modal-content .modal-header .close {
	color: #fff;
	opacity: .8
}

#modalYear20 .modal-dialog .modal-content .modal-body {
	padding: 30px 50px
}

#modalYear20 .modal-dialog .modal-content .modal-body .form-group {
	margin-bottom: 40px
}

#modalYear20 .modal-dialog .modal-content .modal-body .form-group .form-control {
	border-radius: 0
}

#modalYear20 .modal-dialog .modal-content .modal-body .pop-button {
	width: 40%;
	margin: 0 auto
}

.china {
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	position: relative
}

.china .button-back {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.china .button-list {
	position: absolute;
	z-index: 5;
	top: -10%;
	text-align: center;
	left: 0;
	right: 0
}

.china .btn-area {
	width: 18%;
	position: absolute
}

.china .btn-area a {
	display: block;
	width: 100%
}

.china .btn-area a img {
	width: 100%;
	height: auto
}

.china .btn-area .btn-preorder {
	border: 1px solid #fff;
	max-width: 164px;
	min-width: 120px;
	width: 47%;
	color: #fff;
	cursor: pointer;
	margin-top: 10%;
	margin-left: 5px
}

.china.product-1 .btn-area {
	right: 21%;
	top: 59%
}

.china.product-2 .btn-area {
	left: 25%;
	top: 40%
}

.china.product-1 .btn-area a {
	max-width: 375px
}

.china.product-2 .btn-area a {
	max-width: 346px
}

@media (min-width:2048px) {
	.china {
		width: 1920px
	}
}

#modalChina .modal-dialog {
	width: 596px;
	height: 504px
}

#modalChina .modal-dialog .modal-content {
	width: 596px;
	height: 504px;
	border-style: none;
	background: transparent url(../images/about/china/pop-bg.png) center center no-repeat
}

#modalChina .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 34px
}

#modalChina .modal-dialog .modal-content .modal-header .close {
	color: #fff;
	opacity: .8
}

#modalChina .modal-dialog .modal-content .modal-body {
	padding: 30px 50px
}

#modalChina .modal-dialog .modal-content .modal-body .form-group {
	margin-bottom: 40px
}

#modalChina .modal-dialog .modal-content .modal-body .form-group .form-control {
	border-radius: 0
}

#modalChina .modal-dialog .modal-content .modal-body .pop-button {
	width: 40%;
	margin: 0 auto
}

.transform {
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	position: relative;
	overflow: hidden
}

.transform .hide {
	display: none
}

.transform .section-2 {
	position: relative;
	width: 74.5%;
	height: 100%;
	left: 2.4%
}

.transform .section-2 .nest {
	left: 1%;
	bottom: 2%
}

.transform .section-2 .content {
	width: 95%;
	height: 92%;
	left: 2%;
	top: 3%
}

.transform .section-3 {
	position: relative;
	width: 74.5%;
	height: 100%;
	top: 10%;
	left: 2.4%
}

.transform .section-3 .nest {
	left: 2%;
	top: 2%
}

.transform .section-3 .split {
	left: 9%;
	top: 3%;
	width: 89%;
	height: 92%
}

.transform .section-3 .color {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27%;
	padding-bottom: 27%;
	background: #e0e6ef;
	z-index: 1
}

.transform .top-menu {
	position: absolute;
	left: 0;
	top: 4.8%;
	width: 100%;
	height: 3%
}

.transform .top-menu>* {
	cursor: pointer;
	position: absolute;
	display: block;
	height: 100%;
	background-size: contain!important
}

.transform .top-menu .menu-left {
	width: 8.7%;
	left: 3.3%
}

.transform .top-menu .menu-expanded {
	display: none;
	left: 12%;
	width: 8.7%
}

.transform .top-menu .menu-right {
	width: 8.7%;
	right: 3.3%
}

.transform .center-contents {
	position: absolute;
	width: 120%;
	height: 84%;
	top: 10%;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 1
}

.transform .center-contents .nest {
	position: absolute;
	width: 25%;
	height: 25.3%;
	background-size: contain!important;
	z-index: 1
}

.transform .center-contents .content {
	overflow: hidden;
	position: absolute
}

.transform .center-contents .content .product {
	z-index: 2;
	top: 1%;
	position: absolute;
	width: 59%;
	height: 99%
}

.transform .center-contents .content .product img {
	width: 100%;
	height: auto
}

.transform .center-contents .content .story {
	z-index: 2;
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
	height: 100%;
	background-size: contain!important
}

.transform .center-contents .content .story .swiper-container {
	position: absolute;
	width: 100%;
	height: 38%;
	top: 53%
}

.transform .center-contents .content .story .swiper-container .swiper-wrapper {
	height: 80%
}

.transform .center-contents .content .story .swiper-container .swiper-wrapper .swiper-slide {
	background: red;
	width: 70%
}

.transform .center-contents .content .story .swiper-container .pagination {
	height: 20%;
	margin: 0;
	text-align: center;
	position: relative
}

.transform .center-contents .content .story .swiper-container .pagination .swiper-pagination-bullet {
	position: relative;
	margin: -4px 10px auto 10px!important;
	top: 40%;
	background: #346793
}

.transform .center-contents .content .story .swiper-container .pagination .swiper-pagination-bullet-active {
	background: #346793
}

.transform .center-contents .split {
	position: absolute;
	overflow: hidden
}

.transform .center-contents .split .left {
	transform-origin: 50% 50%;
	transform: translate(-50%,-50%) skew(-15deg);
	position: absolute;
	width: 200%;
	height: 200%;
	left: -50%;
	border-right: 2px solid #fff;
	top: 50%;
	z-index: 4;
	overflow: hidden
}

.transform .center-contents .split .left .wrapper {
	transform-origin: 50% 50%;
	transform: translate(-50%,-50%) skew(15deg);
	position: absolute;
	width: 50%;
	height: 50%;
	left: 100%;
	top: 50%;
	overflow: hidden
}

.transform .center-contents .split .left .wrapper .inner {
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%
}

.transform .center-contents .split .left .wrapper .inner img {
	width: 100%;
	height: 100%
}

.transform .center-contents .split .handler {
	display: block;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url(/assets/images/about/transform/handler.png) center center no-repeat
}

.transform .center-contents .split .right {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2
}

.transform .side-menus {
	position: absolute;
	right: 4%;
	width: 4.27%;
	height: 68.6%;
	top: 15.7%;
	padding: 1.6% 0;
	border-right: solid 3px #dbdbdc;
	z-index: 5
}

.transform .side-menus .side-menu {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer
}

.transform .side-menus .side-menu img {
	width: 100%;
	height: auto
}

.transform .side-menus .side-menu .dot {
	transition: background .3s;
	position: absolute;
	background: #fff;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	top: 50%;
	right: -4px;
	border-radius: 6px;
	border: solid 1px #346793;
	box-shadow: 0 0 0 2px #fff
}

.transform .side-menus .active .dot,.transform .side-menus .side-menu:hover .dot {
	background: #346793
}

@media (min-width:2048px) {
	.transform {
		width: 1920px
	}
}*/
