@charset "utf-8";
*{font-family:"宋体"; padding:0; margin:0;}
body{background-color:#f5f5f4;}
ul{list-style:none;}
a,
a:hover,
a:visited{text-decoration:none; color:#000;}
.ease-out{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	
}
.en{
	font-family: Helvetica, Arial, sans-serif;
}
:root {
  --ratio: 1;
}
@media (max-width: 640px) and (min-width: 320px){
	:root {
	  --ratio: 0.75;
	}
}
@media (max-width: 320px){
	:root {
	  --ratio: 0.5;
	}
}

header{
	font-size: 10px;
}
.header-container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.header-container:after{
	content: ' ';
	clear: both;
}

header aside{
	width: 241px;
	padding:32px 10px 32px 20px;
}
header aside .logo{
	width: calc(68px * var(--ratio));
}
header .btn-menu img{
	width: calc(44px * var(--ratio));
}
header .logo_text{
	padding-left: 27px;
}
header .nav-container{
	position: absolute;
	display: inline-block;
	right: 0;
	top: 56px;
	padding-right: 20px;
}
header .btn-menu{
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;

	display: none;
	/*display: flex;*/
	height: 100%;
	justify-content: center;
	flex-direction: column;
	text-align:center;
	
}
header .menu{
	display:inline-block;
	width: auto !important;	
}
header .menu .pure-menu-item{
	padding: 0 2em;
}
@media (max-width: 1440px){
	header .menu .pure-menu-item{
		padding: 0 1.5em;
	}
}
header .menu .pure-menu-link{
	padding: 0.25em 0;
	font-size: 1.6em;
	border-bottom: 1px solid #f5f5f4;
	color: #000;
}

header .menu .pure-menu-selected > .pure-menu-link,
header .menu .pure-menu-list > .pure-menu-item > .pure-menu-link:focus,
header .menu .pure-menu-list > .pure-menu-item > .pure-menu-link:hover{
	color: #bd2b2e;
	border-bottom: 1px solid #bd2b2e;
	background: none;
}
header .menu .pure-menu-children{
	width: 122px;
	background: url(../image/bg_dropdown.png) bottom right no-repeat;
	background-size: cover;
	z-index:10001;
}
header .menu .pure-menu-children .pure-menu-item{
	padding: 0 1.8em;
	height: 38px;
	background: url(../image/bg_division.png) bottom left no-repeat;
}
header .menu .pure-menu-children .pure-menu-item:last-child{
	background: none;
}
header .menu .pure-menu-children > .pure-menu-item > .pure-menu-link{
	font-size: 1.4em;
	padding: 0;
	line-height: 38px;
	border-bottom: none;
	color: #000;
}
header .menu .pure-menu-children > .pure-menu-item > .pure-menu-link:focus,
header .menu .pure-menu-children > .pure-menu-item > .pure-menu-link:hover{
	color: #bd2b2e;
	background: none;
	padding: 0;
}

.languge{
	display: inline-block;
	width: auto !important;
	padding-left: 30px;
}
.header-container aside .languge{
	display: none;
}
@media (max-width: 1110px){
	header .menu{
		display: none;
	}
	header .btn-menu{
		display: flex;
	}
	header .languge{
		padding-left: 0;
	}
	.header-container aside .languge{
		display: inline-block;
	}
	header .nav-container .languge{
		display: none;
	}
	header aside{
		padding:10px 0;
	}
	header aside .logo{
		padding:0 20px;
	}
}
@media (max-width: 1280px){
	header .logo_text{
		display: none;
	}
}

header .languge .pure-menu-link{
	padding: 0;
	font-size: 1.2em;
}
header .languge .pure-menu-selected .pure-menu-link{
	color: #bd2b2e;
}

.menu-layer-container{
	display: none;
	position:fixed;
	z-index: 10002;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../image/bg_black_96.png) repeat;
}
.menu-layer .menu-close{
	position: absolute;
	right: 2em;
	top: 2em;
	width: calc(34px*var(--ratio));
	height: calc(34px*var(--ratio));
	cursor: pointer;
}
.menu-layer .menu-layer-content{
	padding-left: 2em;
	padding-top: calc(34px*var(--ratio) + 2em);
}
.menu-layer .menu-layer-content .menu-title{
	width: calc(170px*var(--ratio));
	height: calc(55px*var(--ratio));
	padding-bottom: 3em;
}
.menu-layer .menu-layer-content ul{
	
}
.menu-layer .menu-layer-content li{
	position: relative;
	background: url(../image/bg_menu_line.png) bottom left repeat-x;
	padding: 1em 0;
}
.menu-layer .menu-layer-content li a{
	color: #FFF;
	font-size: calc(2.8em*var(--ratio));
}
.menu-layer .menu-layer-content li .menu-next{
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	width: calc(14px*var(--ratio));
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.menu-layer .menu-layer-content-children{
	display: none;
	padding-left: 2em;
	padding-top: calc(34px*var(--ratio) + 2em);
}
.menu-layer .menu-layer-content-children li{
	position: relative;
	background: url(../image/bg_menu_line.png) bottom left repeat-x;
	padding: 1em 0;
}
.menu-layer .menu-layer-content-children li a{
	color: #FFF;
	font-size: calc(2.8em*var(--ratio));
}
.menu-layer .menu-layer-content-children li .menu-back{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: calc(14px*var(--ratio));
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.menu-layer .menu-layer-content-children li.parent-menu{
	padding-left: calc(14px*var(--ratio) + 1em);
}
.menu-layer .menu-layer-content-children li a{
	font-size: calc(2.8em*var(--ratio));
}
.menu-layer .menu-layer-content-children li.parent-menu a{
	font-size: calc(2.8em*var(--ratio));
}

@media (max-width: 640px){
	.menu-layer .menu-close{
		width: -moz-calc(34px*var(--ratio)); 
		width: -webkit-calc(34px*var(--ratio));
		width: 24px;
		height: -moz-calc(34px*var(--ratio)); 
		height: -webkit-calc(34px*var(--ratio));
		height: 24px;
	}
	.menu-layer .menu-layer-content{
		padding-left: 2em;
		padding-top: -moz-calc(34px*var(--ratio)); 
		padding-top: -webkit-calc(34px*var(--ratio));
		padding-top: 44px;
	}
	.menu-layer .menu-layer-content .menu-title{
		width: -moz-calc(170px*var(--ratio));
		width: -webkit-calc(170px*var(--ratio));
		width: 128px;
		height: -moz-calc(55px*var(--ratio)); 
		height: -webkit-calc(55px*var(--ratio));
		height: 42px;
	}
	.menu-layer .menu-layer-content li a{
		font-size: -moz-calc(2.8em*var(--ratio)); 
		font-size: -webkit-calc(2.8em*var(--ratio));
		font-size: 2.1em;
	}
	.menu-layer .menu-layer-content li .menu-next{
		width: -moz-calc(14px*var(--ratio));
		width: -webkit-calc(14px*var(--ratio));
		width: 10px;
	}
	.menu-layer .menu-layer-content-children{
		padding-top: -moz-calc(34px*var(--ratio) + 1em); 
		padding-top: -webkit-calc(34px*var(--ratio) + 1em);
		padding-top: 44px;
	}
	.menu-layer .menu-layer-content-children li a{
		font-size: -moz-calc(2.8em*var(--ratio)); 
		font-size: -webkit-calc(2.8em*var(--ratio));
		font-size: 2.1em;
	}
	.menu-layer .menu-layer-content-children li .menu-back{
		width: -moz-calc(14px*var(--ratio));
		width: -webkit-calc(14px*var(--ratio));
		width: 10px;
	}
	.menu-layer .menu-layer-content-children li.parent-menu{
		padding-left: -moz-calc(14px*var(--ratio) + 1em); 
		padding-left: -webkit-calc(14px*var(--ratio) + 1em);
		padding-left: 31px;
	}
	.menu-layer .menu-layer-content-children li a{
		font-size: -moz-calc(2.8em*var(--ratio)); 
		font-size: -webkit-calc(2.8em*var(--ratio));
		font-size: 2.1em;
	}
	.menu-layer .menu-layer-content-children li.parent-menu a{
		font-size: -moz-calc(2.8em*var(--ratio)); 
		font-size: -webkit-calc(2.8em*var(--ratio));
		font-size: 2.1em;
	}
}

footer{
	position: relative;
	padding: 0 20px;
	font-size: 10px;
	background-color: #FFF;
}
.footer-container{
	position: relative;
	max-width: 1880px;
	margin: 0 auto;
}
footer .copyright{
	line-height: 80px;
	font-size: 1.2em;
}
footer .copyright2{
	display: none;
	text-align: center;
	font-size: calc(1.8em * var(--ratio));
	line-height: 1.5;
}
footer .only-logo{
	display: none;
	text-align: center;
	background: url(../image/bg_line.jpg)left center repeat-x;
	margin-top: 20px;
}
footer .only-logo span{
	display: inline-block;
	padding: 0 20px;
	background-color: #FFF;
	/*size*/
	width: calc(79px * var(--ratio));
}
footer .share{
	display: none;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
footer .share a{
	display: inline-block;
	padding: 0 10px;
}
footer .share a img{
	width: calc(100% * var(--ratio));
}
footer .nav-container{
	position: absolute;
	right: 0;
	top: 0;
	color: #6f6f6e;
}

footer .nav-container .pure-menu-item *{
	vertical-align: bottom;	
}
footer .ico{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
footer .ico-contact{
	background:url(../image/ico_contact.png) center center no-repeat;
	background-size: contain;
}
footer .ico-team{
	background:url(../image/ico_team.png) center center no-repeat;
	background-size: contain;
}
footer .ico-learnmore{
	background:url(../image/ico_learnmore.png) center center no-repeat;
	background-size: contain;
}

.footer-layer{
	display: none;
	position: absolute;
	width: 320px;
	height: 380px;
	bottom: 80px;
	right: 0;
	background:url(../image/bg_layer.png) bottom center no-repeat;
	font-weight: bold;
	z-index: 1001;
}
.footer-layer .close{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.footer-contact{
	text-align: center;
	padding-top: 30px;
}
.footer-contact p{
	padding: 20px 0;
	font-size: 1.8em;
	line-height: 1em;
}
.footer-contact p.phone{
	font-size: 2.8em;
}
.footer-learnmore{
	text-align: center;
	padding-top: 60px;
	font-size: 1.4em;
	line-height:3em;
	letter-spacing: 0.5em;
}
.footer-cooperate{
	padding: 60px 40px 0 40px;
	font-size: 1.8em;
	white-space: normal;
	word-break: break-all;
	color: #000;
	line-height: 1.8em;
}
.footer-cooperate .phone{
	padding-top: 1em;
	font-size: 1.11em;
}
.footer-layer .ico{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 15px;	
}
.footer-layer .ico-logo{
	background:url(../image/ico_logo.png) center center no-repeat;	
}
.footer-layer .ico-position{
	background:url(../image/ico_position.png) center center no-repeat;	
}
.footer-layer .ico-phone{
	background:url(../image/ico_phone.png) center center no-repeat;	
}
.footer-layer .ico-cooperate{
	background:url(../image/ico_cooperate.png) center center no-repeat;	
	margin-bottom: 0;
}

footer .pure-menu-list > .pure-menu-item{
	padding-left: 2em;
	padding-top:20px;
}
footer .pure-menu-list > .pure-menu-item > .pure-menu-link{
	font-size: 1.4em;
	padding: 1em 0;
	border-top: 1px solid #00000000;
}

footer .pure-menu-list .pure-menu-selected{
	background:#00000000 url(../image/bg_layer-anchor.png) 20px top no-repeat;
}
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:focus,
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:hover{
	color: #bd2b2e;
	background: none;
	border-top: 1px solid #bd2b2e;
}
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:focus .ico-contact,
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:hover .ico-contact{
	background:url(../image/ico_contact-red.png) center center no-repeat;
	background-size: contain;
}
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:focus .ico-team,
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:hover .ico-team{
	background:url(../image/ico_team-red.png) center center no-repeat;
	background-size: contain;
}
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:focus .ico-learnmore,
footer .pure-menu-list > .pure-menu-item > .pure-menu-link:hover .ico-learnmore{
	background:url(../image/ico_learnmore-red.png) center center no-repeat;
	background-size: contain;
}

footer .footer-menu{
	display: none;
	text-align: center;
	font-size: calc(2.4em * var(--ratio));
	padding-bottom: 20px;
}
footer .footer-menu .ico{
	width: calc(36px * var(--ratio));
	height: calc(36px * var(--ratio));
	margin: 0;
	margin-bottom: 5px;
}

footer .footer-menu a:focus,
footer .footer-menu a:hover{
	color: #bd2b2e;
	background: none;
}
footer .footer-menu a:focus .ico-contact,
footer .footer-menu a:hover .ico-contact{
	background:url(../image/ico_contact-red.png) center center no-repeat;
	background-size: contain;
}
footer .footer-menu a:focus .ico-team,
footer .footer-menu a:hover .ico-team{
	background:url(../image/ico_team-red.png) center center no-repeat;
	background-size: contain;
}
footer .footer-menu a:focus .ico-learnmore,
footer .footer-menu a:hover .ico-learnmore{
	background:url(../image/ico_learnmore-red.png) center center no-repeat;
	background-size: contain;
}

@media (max-width: 640px){
	footer{
		padding: 20px 0;
	}
	footer .nav-container{
		display: none;
	}
	footer .copyright{
		display: none;
	}
	footer .copyright2{
		display: block;
	}
	footer .only-logo{
		display: block;
	}
	footer .share{
		display: block;
	}
	
	footer .footer-menu{
		display: block;
	}
	.footer-layer-container{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background:url(../image/bg_black_60.png) repeat;

		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align:center;
		display: none;
	}
	.footer-layer{
		position:inherit;
		bottom: inherit;
		left: inherit;
		margin: 0 auto;
		background-color: #FFF;
		text-align:left;
	}
	.footer-learnmore{
		font-size: 1.8em;
		line-height: 1.8;
		letter-spacing: 0.2em;
	}
	.footer-learnmore img{
		border: 1px solid #000;
	}
	.footer-cooperate{
		line-height: 1.5;
	}
	.footer-cooperate p:first-child{
		text-align: center;
	}
	.footer-cooperate p.phone{
		padding-top: 1em;
	}
	.footer-layer .close{
		display: block;
	}
	
	footer .footer-menu{
		font-size: -moz-calc(2.4em*var(--ratio)); 
		font-size: -webkit-calc(2.4em*var(--ratio));
		font-size: 1.8em;
	}
	footer .footer-menu .ico{
		width: -moz-calc(36px * var(--ratio)); 
		width: -webkit-calc(36px * var(--ratio));
		width: 27px;
		height: -moz-calc(36px * var(--ratio)); 
		height: -webkit-calc(36px * var(--ratio));
		height: 27px;
	}
}

/*内容主体*/
article{
	clear:both; 
	font-size:10px;
}
.main-container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#FFF;
}
.main-container-content{
	max-width: 1180px;
	margin: 0  auto;
}
@media (max-width: 1180px){
	.main-container{
		/*width: 1180px;*/
	}
}

.index-ad{position: relative;}
.index-ad ul{list-style:none; padding:0; margin:0; text-align:center;}
.index-ad ul .pure-img{display:inline-block;}
.index-ad .circle{position:absolute; bottom:1em; text-align:center; width:100%;}
.index-ad .circle a{display:inline-block; background:url(../image/ico_circle.png) center center no-repeat; height:11px; width:11px;}
.index-ad .circle a.selected,
.index-ad .circle a:hover{background-image:url(../image/ico_circle-fouce.png);}
.index-ad .slider-btn{
	position: absolute;
	top: calc(50% - 26px);
	width: calc(52px * var(--ratio));
	height: calc(52px * var(--ratio));
	text-align: center;
	cursor: pointer;
	display: none;
}
.index-ad .slider-btn span{
	display: block;
	width: 100%;
	height: 100%;
}
.index-ad .btn-left{
	left: 30px;
}
.index-ad .btn-right{
	right: 30px;
}

.index-ad .btn-left span{
	background: url(../image/ico_carousel_arrow_left.png) no-repeat;
	background-size: contain;
}
.index-ad .btn-left span.btn-selected{
	background: url(../image/ico_carousel_arrow_left_selected.png) no-repeat;
	background-size: contain;
}
.index-ad .btn-right span{
	background: url(../image/ico_carousel_arrow_right.png) no-repeat;
	background-size: contain;
}
.index-ad .btn-right span.btn-selected{
	background: url(../image/ico_carousel_arrow_right_selected.png) no-repeat;
	background-size: contain;
}


.about-title{
	position: relative;
}
.about-title-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
.about-title span font{
	font-size: 6em;
	color:#FFF;
	padding: 0.5em 1em;
	border:1px #FFF solid;
}
.about-content{
	font-size: 1.6em;
	padding: 4em 0;	
}
.about-content p{
	line-height: 2em;
	padding: 1.5em 0;
	letter-spacing: 0.1em;
}
.about-content span{
	font-size: 1.5em;
	color: #be1d27;
}
@media (max-width: 640px){
	.about-title span font{
		font-size: calc(6em * 0.5);
	}
	.about-content{
		padding: 2em 0;
	}
	.about-content p{
		padding: 0.5em 1em;
	}
}
.about-brand-content p{
	font-size: 3em;
	text-align: center;
	padding: 2em 0;
	letter-spacing: 0.2em;
}
.about-brand-content-row{
	padding:2em 0 6em 0;
}
.about-brand-content p.t{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	padding:0;
	letter-spacing: 0.2em;
	padding-top: 0.5em;
	line-height: 1.5;
}
.about-brand-content-row .color{
	color:#bd2b2e;
}
.about-brand-content p.spacing{
	padding:0.75em 0 0.75em 0;
	text-align: center;
}
.about-brand-content p.t .en{
	font-size:1.333em;
	color:#bd2b2e;
}
.about-brand-content p.t2{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	padding:0;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.about-brand-content p.t2 .en{
	color:#bd2b2e;
	font-weight:normal;
}
@media (max-width: 640px){
	.about-brand-content-row{
		padding:3em 0;
	}
	.about-brand-content p.t{
		font-size: 2.4em;
		padding-top: 0;
	}
	.about-brand-content p.spacing{
		font-size: 0.6em;
		padding:10px 0;
		text-align: center;
	}
	.about-brand-content p.t2{
		font-size: 1.8em;
	}
}

.culture{
	background:url(../image/about_enterprise_01.jpg) center top no-repeat;
	min-height: 600px;	
}
.culture-title{
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	padding: 8em 0;
}
.culture-title font{
	font-size: 6em;	
	color: #be1d27;
}
.culture-title span{
	display: inline-block;
	font-size: 3em;	
	border-top:1px solid #be1d27;
	padding-top: 0.5em;
}
.culture-title .seal{
	display:inline-block;
	vertical-align: -200%;
}
.culture-content{
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}
.culture-content p{
	padding: 1em 5px;
	font-size: 1.6em;
}
.culture-content p span{
	font-size: 1.625em;
	display:inline-block;
	text-align: left;
}
.culture-content div{
	padding: 1em 5px;
	text-align: right;	
}
.course{
	padding-top:20px;
	background:url(../image/about_enterprise_bg.jpg) center top no-repeat;
}
.course-our{
	text-align: center;
	font-size: 4.8em;
	padding: 2em;
}
.course-our span{
	font-size: 1.25em;
	color: #be1d27;	
}
.course-our-row{
	padding-bottom: 5px;
}
.course-content-row{
	position:relative;
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}
.course-arrow{
	position:absolute;
	top: 0;
	display: inline-block;
	width: 17px;
	height: 100%;
}
.course-arrow-right{
	left: 49.9%;
	background:url(../image/about_enterprise_bg_right.png) center center no-repeat;
}
.course-arrow-left{
	right: 49.9%;
	background:url(../image/about_enterprise_bg_left.png) center center no-repeat;
}
.course-logo{
	text-align:center;
	padding: 4em 0;
}
.course-logo img{
	display:inline-block;	
}
.course-content .y{
	position: relative;
}
.course-content .y .arrow{
	position: absolute;
	width: 100%;
	height: 17px;
	bottom: -17px;
	background:url(../image/about_enterprise_bg_down.png) center top no-repeat;
	background-size: contain;
}
@media (max-width: 640px){
	.culture-title{
		padding: 5em 0;
	}
	.culture-content div{
		padding: 1em 5px;
		text-align: right;
	}
	.culture-content div img{
		width: 40%;
	}
	.course-arrow{
		display:none;
	}
	.course-content .pure-u-1-2{
		width:100%;
	}
	.culture{
		background:url(../image/about_enterprise_bg_1.jpg) center top no-repeat;
		min-height: 100px;	
	}
	.culture-content p{
		text-align: left;
		line-height: 1.6;
	}
	.culture-content p span{
		display:block;
		font-weight: bold;
		padding-top: 0.2em;
		background:url(../image/about_enterprise_title_bg.jpg) top left no-repeat;
	}
	.course-our{
		font-size: 3.2em;
	}
	.course-our span{
		font-size: 1.25em;
		color: #be1d27;	
	}
	.course{
		padding: 10px;
		background:url(../image/about_enterprise_bg_2.jpg) center top no-repeat;
	}
}

.exhibition-title{
	position: relative;
}
.exhibition-title-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
.exhibition-title span font{
	font-size: 6em;
	color:#FFF;
	padding: 0.5em 1em;
	border:1px #FFF solid;
}
.exhibition-title2 span font{
	border:none;
}
.exhibition-content{
	font-size: 1.6em;
	padding: 4em 0;	
}
.exhibition-content p{
	line-height: 2em;
	padding: 1.5em 0;
	letter-spacing: 0.1em;
}
@media (max-width: 640px){
	.exhibition-title span font{
		font-size: calc(6em * 0.5);
	}
	.exhibition-content{
		padding: 1em 1em 0;	
	}
}
.exhibition-work-row{
	position: relative;
	margin-bottom: 1em;
}
.exhibition-work-row-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
.exhibition-work-row span font{
	display: inline-block;
	font-size:4em;
	color:#FFF;
	padding: 0.5em 1em;
	border:1px #FFF solid;
	background:url(../image/bg_white_25.png) center center repeat;
}
.exhibition-work-row a{
	display: inline-block;
	font-size: 2em;
	color: #FFF;
	padding-top: 0.5em;
}
@media (max-width: 640px){
	.exhibition-work-row span font{
		font-size:2em;
		padding: 0.5em;
	}
	.exhibition-work-row a{
		font-size: 1.2em;
	}
}
.exhibition-work-content{
	max-width:1180px;
	margin: 0 auto;
	padding-top:6em;
}
.exhibition-work-content .back{
	position: absolute;
	top: 2em;
	left: 2em;
	background: url(../image/ico-back.png) left center no-repeat;
	font-size: 1.4em;
	padding-left: 1.5em;
	display: inline-block;
}
.exhibition-work-content .back:hover{
	color: #bd2b2e;
	background: url(../image/ico-back-selected.png) left center no-repeat;
}
.exhibition-work-content h1{
	text-align:center;
	font-size:3em;
}
.exhibition-work-content .content{
	font-size:1.6em;	
}
.exhibition-work-content p{
	/*text-indent:2.4em;*/
	line-height: 2em;
}
.exhibition-work-content img{
	padding-bottom:1em;
}
@media (max-width: 640px){
	.exhibition-work-content{
		padding:2em 1em 0 1em;
	}
	
	.exhibition-work-content h1{
		font-size:2.4em;
	}
}
.show-row{
	background-color:#f5f5f4;
	margin-bottom:1em;
}
.show-row-image{
	position:relative;
}
.show-row-image .show-selected{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1000;
	background:url(../image/bg_black_25.png) repeat;
}
.show-row-caption{
	font-size:3.4em;
	text-align: center;
	padding:1.2em 0;
}
.show-row-caption div{
	display:inline-block;
}
.show-row-caption span{
	display:inline-block;
	padding: 0 0.5em;
}
.show-row-caption span.show-row-arrow{
	padding: 0;
}
.show-row-caption span *{
	vertical-align: middle;
}
@media (max-width: 640px){
	.show-row-caption{
		font-size:1.8em;
		text-align: left;
		padding-left:10px;
		padding-right:10px;
		
	}
	.show-row-caption span{
		padding: 0.25em 0;
	}
	.show-row-caption span *{
		vertical-align:baseline;
	}
	.show-row-caption div{
		display:block;
		position: relative;
		padding-left: 20px;
	}
	.show-row-caption span.show-row-arrow{
		position: absolute;
		left: 0;
		top: 0;
	}
	.show-row-caption span.show-row-arrow img{
		width: 10px;
	}
}
.show-detail{
	font-size:1.6em;
	text-align:center;
	padding-top:6em;
	position: relative;
}
.show-detail .back{
	position: absolute;
	top: 2em;
	left: 2em;
	background: url(../image/ico-back.png) left center no-repeat;
	font-size: 0.875em;
	padding-left: 1.5em;
	display: inline-block;
}
.show-detail .back:hover{
	color: #bd2b2e;
	background: url(../image/ico-back-selected.png) left center no-repeat;
}
.show-detail-descr{
	padding:3em 0;
	max-width:1180px;
	margin: 0 auto;
}
.show-detail p{
	margin-bottom: 1.25em;
}
.show-detail-descr p{
	margin-bottom:0;
	line-height: 1.8em;
	padding-top: 1em;
}
.show-detail-descr p strong{
	font-weight: normal;
}
@media (max-width: 640px){
	.show-detail{
		font-size:1.4em;
	}
	.show-detail p{
		margin-bottom:calc(1.25em * 0.2);
	}
	.show-detail-descr{
		padding:1em 0;
	}
	.show-detail-descr p{
		line-height: 1.8em;
	}
	.show-detail-descr p strong{
		font-weight: bold;
		font-size: 1.2em;
	}
}

.category-container{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:1000;
	background:url(../image/bg_white_95.png) repeat;
	border-bottom:1px solid #e8e8e7;
	border-top:1px solid #e7e7e6;
}
.category-container-inner{
	max-width:1180px;
	font-size:1.6em;
	margin:0 auto;
}
.category-container-inner .tr{
	display:table;
	width:100%;	
}
.category-container-inner .tr .cell{
	display:table-cell;
	width:20%;
	text-align:center;
	vertical-align:middle;
	position: relative;
	padding:2em 0 3em;
}
.category-container-inner .tr .cell p{
	position:absolute;
	bottom:1em;
	left:0;
	width:100%;	
}
.category-selected p a{
	color:#bd2b2e;
}
@media (max-width: 640px){
	.category-container{
		display:block;
		position:inherit;
	}
	.category-container-inner{
		font-size: 1.2em;
	}
	.category-container-inner .tr .cell{
		padding:0.5em 0 2em;
	}
	.category-container img{
		max-width: 50%;
	}
	.category-container-inner .tr .cell p{
		bottom:0.5em;
	}
}

.goods-container{
	border-top:1px solid #e7e7e6;
	background-color:#F5F5F4;
	padding-bottom:1em;
}
.goods-wrap{
	max-width: 1180px;
	margin: 0 auto;
}
.goods-unit-wrap{
	position: relative;
	/*width: 33.333%;*/
	box-shadow: 1px 1px 3px #dddddc;
	background-color:#FFF;
	margin-bottom: 2em;
}

.goods-unit{
	padding:20px 20px 0 20px;
	width:340px;
}
@media (max-width: 640px){
	.goods-unit{
		padding:2em 2em 0 2em;
		width:calc(320px - 4em - 20px);
	}
}
@media (max-width: 639px) and (min-width: 414px){
	.goods-unit{
		padding:2em 2em 0 2em;
		width:calc(414px - 4em);
	}
}
@media (max-width: 413px) and (min-width: 375px){
	.goods-unit{
		padding:2em 2em 0 2em;
		width:calc(375px - 4em);
	}
}
@media (max-width: 374px) and (min-width: 320px){
	.goods-unit{
		padding:2em 2em 0 2em;
		width:calc(320px - 4em);
	}
}
.goods-unit-selected{
	display:none;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../image/bg_black_10.png) center center repeat;	
}
.goods-unit-image{
	text-align:center;	
}
.goods-unit-title{
	background:url(../image/ico-dot.png) center top repeat-x;
	font-size:2.2em;
	/*font-weight:bold;*/
	padding:1em 0;
}
@media (max-width: 640px){
	.goods-unit-title{
		font-weight:normal;
	}
}


.goods-detail-container{
	max-width:1180px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
.goods-slider-navigation{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index: 999;
}

.goods-slider-navigation a{
	display:inline-block;
	height:2px;
	width: 100%;
	background:url(../image/ico_detail_line.jpg) repeat-x;
}
.goods-slider-navigation a.selected{
	background:url(../image/ico_detail_line_selected.jpg) repeat-x;
}
.goods-detail-container .slider-btn{
	position: absolute;
	top: calc(50% - 26px);
	width: calc(52px * var(--ratio));
	height: calc(52px * var(--ratio));
	text-align: center;
	cursor: pointer;
	display: none;
}
.goods-detail-container .slider-btn span{
	display: block;
	width: 100%;
	height: 100%;
}

.goods-detail-container .btn-left{
	left: 30px;
}
.goods-detail-container .btn-right{
	right: 30px;
}
.goods-detail-container .btn-left span{
	background: url(../image/ico_carousel_arrow_left.png) no-repeat;
	background-size: contain;
}
.goods-detail-container .btn-left span.btn-selected{
	background: url(../image/ico_carousel_arrow_left_selected.png) no-repeat;
	background-size: contain;
}
.goods-detail-container .btn-right span{
	background: url(../image/ico_carousel_arrow_right.png) no-repeat;
	background-size: contain;
}
.goods-detail-container .btn-right span.btn-selected{
	background: url(../image/ico_carousel_arrow_right_selected.png) no-repeat;
	background-size: contain;
}

.goods-detail-title{
	position:absolute;
	z-index:998;
	width:100%;
	background:url(../image/bg_white_85.png) repeat;
	bottom:0;
	left:0;	
}
.goods-detail-title h1{
	font-size:calc(3em * var(--ratio));
	padding-left:0.6em;
	background:url(../image/ico_vertical_line.png) left center no-repeat;
}
.goods-detail-container .close{
	position:absolute;
	z-index:999;
	right:1em;
	top:1em;
}
.goods-detail-slider img{
	max-width: 100%;
}

.media-container{
	max-width: 1180px;
	margin:0 auto;	
}
.media-unit{
	position:relative;
	margin:2em 0;
}
.media-unit-image{
	position:absolute;
	left:0;
	top:0;	
}
.media-unit-content{
	position:relative;	
}
.media-unit-title{
	font-size:1.6em;
	font-weight:bold;
	line-height:2;
	color:#000;
	padding-left: 320px;
	padding-bottom:0.6em;
}
.media-unit-title a:hover{
	color:#bd2b2e;
}
.media-unit-title span{
	display: none;
}
.media-unit-desrc{
	font-size:1.4em;
	line-height:2;
	padding-left: 320px;
	padding-bottom:42px;
	min-height:100px;
}
.media-unit-foot{
	position:absolute;
	bottom: 0;
	left: 320px;
	width:calc(100% - 320px);
	font-size:1.4em;
	line-height:3;
	border-top:1px dashed #e5e5e5;
	color:#666;
}
.media-unit-foot .time{
	position:absolute;
	right: 0;
	top:0;
}

@media (max-width: 640px){
	.media-unit{
		padding: 0 1em;
	}
	.media-unit-title{
		padding: 0;
	}
	.media-unit-title a{
		color:#bd2b2e;
	}
	.media-unit-title span{
		display:inline-block;
		width: 15px;
	}
	.media-unit-image{
		position:inherit;
		text-align: center;
		padding: 0.6em 0;
	}
	.media-unit-image img{
		width: 100%;
	}
	.media-unit-content{
		position:relative;
		margin-left:0;
		padding-bottom:52px;
		min-height:10px;	
	}
	.media-unit-desrc{
		padding-left: 0;
		padding-bottom: 0;
		min-height: 10px;
	}
	.media-unit-foot{
		position:absolute;
		bottom: 0;
		left: 0;
		width:100%;
	}
}

.media-detail{
	padding-top:5em;	
}
.media-detail .back{
	position: absolute;
	top: 2em;
	left: 2em;
	background: url(../image/ico-back.png) left center no-repeat;
	font-size: 1.4em;
	padding-left: 1.5em;
	display: inline-block;
}
.media-detail .back:hover{
	color: #bd2b2e;
	background: url(../image/ico-back-selected.png) left center no-repeat;
}
.media-content-container{
	background-color: #f5f5f5;
}
.media-container h1{
	text-align:center;
	font-size:3em;	
	padding-top:1em;
	padding-bottom: 0.2em;
}
.media-container p.time{
	font-size:1.4em;
	background:url(../image/ico-dot.png) center center repeat-x;
	text-align:center;
	width:40%;
	margin:0 auto;
}
.media-container p.time span{
	display:inline-block;
	padding:1em;
	background-color:#FFF;
	color:#999999;
}
.media-container p.news-time span{
	background-color:#f5f5f5;
}
.media-content{
	font-size:1.6em;
	line-height:2;	
	padding-top:2em;
}
.media-content img{
	padding:1em 0;
	max-width: 100%;
}
.media-footer{
	position:relative;
	font-size:1.4em;
	line-height:2;
	padding:2em 0;	
}
.media-footer .next:hover,
.media-footer .next:hover a{
	color: #bd2b2e;
}
.media-footer .share{
	position:absolute;
	right: 0;
	top:2em;
}
@media (max-width: 640px){
	.media-container{
		padding: 0 1em;
	}
	.media-container h1{
		font-size: 1.8em;
	}
	.media-container p.time{
		font-size: 1.2em;
		width:80%;
	}
	.media-content{
		padding-top: 0;
	}
	.media-footer .share{
		position:inherit;
		top: inherit;
		padding-top: 1em;
		text-align: center;
	}
}
.news-footer-template{
	text-align: center;
	font-size: 2em;
	line-height: 1.8;
	font-weight: bold;
	padding-top: 2em;
}
.news-footer-template img{
	padding-top: 2em;
	max-width: 35%;
}
@media (max-width: 1440px){
	.news-footer-template img{
		max-width: 40%;
	}
}

.breadcrumb{
	display: inline-block;
	font-size:1.6em;
	padding-bottom:1em;
	padding-right: 26px;
	background:url(../image/bg-breadcrumb.png) bottom right no-repeat;	
}
.breadcrumb a:last-child{
	color:#bd2b2e;
}
.page-navigation{
	font-size:1.1em;
	text-align: center;
	padding: 3em 0;
}
.page-navigation a{
	color:#666;
}
.page-navigation a,
.page-navigation span{
	display: inline-block;
	padding: 0.5em;
}
.page-navigation .all,
.page-navigation .pageindex{
	display: none;
}


.trends-container{
	border-top:1px solid #dddddc;
	background-color:#F5F5F4;
	padding-bottom:1em;
}
.archive-years{
	max-width: 1180px;
	font-size:1.6em;
	margin: 1em auto;
}
.archive-years span{
	display: inline-block;
	padding-right: 20px;
}
.archive-years span:last-child{
	padding-right: 0;
}
.archive-years .current-year{
	color:#be1d27;
}
.trends-wrap{
	max-width: 1180px;
	margin: 0 auto;
}
.trends-unit-wrap{
	position: relative;
	box-shadow: 1px 1px 3px #dddddc;
	background-color:#FFF;
	margin-bottom: 2em;
}
.trends-unit{
	padding:20px 20px 56px 20px;
	width:340px;
}

@media (max-width: 640px){
	.trends-unit{
		padding:2em 2em 5.6em 2em;
		width:calc(320px - 4em - 20px);
	}
	.archive-years span:first-child{
		padding-left: 20px;
	}
}
@media (max-width: 639px) and (min-width: 414px){
	.trends-unit{
		padding:2em 2em 5.6em 2em;
		width:calc(414px - 4em);
	}
}
@media (max-width: 413px) and (min-width: 375px){
	.trends-unit{
		padding:2em 2em 5.6em 2em;
		width:calc(375px - 4em);
	}
}
@media (max-width: 374px) and (min-width: 320px){
	.trends-unit{
		padding:2em 2em 5.6em 2em;
		width:calc(320px - 4em);
	}
}

.trends-unit-selected{
	display:none;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../image/bg_black_10.png) center center repeat;	
}
.trends-unit-image{
	text-align:center;	
}

.trends-unit-title{
	font-size:1.6em;
	padding-top:1em;
	font-weight:bold;
}
.trends-unit-time{
	font-size:1.4em;
	color:#999;
	line-height:2;
}
.trends-unit-desrc{
	font-size:1.4em;
	line-height:2;
	padding-bottom:2em;
	word-break:break-all;
}
.trends-unit-foot-wrap{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.trends-unit-foot-wrap-padding{
	padding:0 2em;
}
.trends-unit-foot{
	position:relative;
	background:url(../image/ico-dot.png) center top repeat-x;
	font-size:1.4em;
	line-height: 4;
	color:#666;
}
.trends-unit-foot-open{
	position:absolute;
	right:0;
	top:0;
}
.trends-unit-foot-open a{
	color:#be1d27;
}


.proccess-row{
	position: relative;
}
.proccess-row-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
.proccess-row span font{
	display: inline-block;
	font-size:calc(4.8em * var(--ratio));
	color:#FFF;
	padding: 0.5em 1em;
	border:1px #FFF solid;
}
.proccess-row-wrap-2 span font{
	color:#000;
	border:1px #000 solid;
}
.proccess-center{
	text-align:center;
	font-size:1.6em;
	line-height:2;
	padding: 3em 0;
}
.proccess-center img{
	padding-bottom:1em;	
}
.proccess-goods-title{
	font-size:3em;
	text-align:center;
	padding-top:3em;
	line-height:2;
}
.proccess-goods-desrc{
	font-size:2.4em;
	text-align:center;
	line-height:2;
	padding-bottom:3em;
}
.s-title{
	font-size: 1.4em;
	line-height: 2;
	display: inline-block;
	padding-left: 5px;
}
.next-link:hover{
	color:#be1d27;
}
@media (max-width: 640px){
	.proccess-row span font{
		font-size:calc(4.8em * 0.5);
		line-height: 2;
	}
	.proccess-goods-title{
		font-size:2.4em;
	}
	.proccess-goods-desrc{
		font-size:1.8em;
	}
	.proccess-center{
		line-height: 1.5;
		padding: 1.5em 0;
	}
}
@media (max-width: 768px){
	.proccess-center .pure-u-1-2{
		width:100%;
	}
}
