/* @charset "utf-8";
.flexslider img{display:block;width: 100% !important;left: 0px !important;}

@font-face {
	font-family: 'exo_2.0thin';
	src: url(../fonts/Exo2.0-Thin-webfont.eot);
	src: url(../fonts/Exo2.0-Thin-webfont.eot?#iefix)
	format('embedded-opentype'), url(../fonts/Exo2.0-Thin-webfont.woff)
	format('woff'), url(../fonts/Exo2.0-Thin-webfont.ttf)
	format('truetype'), url(../fonts/Exo2.0-Thin-webfont.svg#exo_2.0thin) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'exo_2.0light';
	src: url(../fonts/Exo2.0-Light-webfont.eot);
	src: url(../fonts/Exo2.0-Light-webfont.eot?#iefix)
	format('embedded-opentype'), url(../fonts/Exo2.0-Light-webfont.woff)
	format('woff'), url(../fonts/Exo2.0-Light-webfont.ttf)
	format('truetype'), url(../fonts/Exo2.0-Light-webfont.svg#exo_2.0light) format('svg');
	font-weight: 400;
	font-style: normal
} */

@media (max-width: 767px){
.about_con .firstRow td:first-child{width:90%;margin:0 auto;}
.about_con .firstRow td:last-child{width:90%;margin:0 auto;}
}


@media (max-width: 767px){
.about_con .firstRow{width:90%;margin:0 auto;}
.about_con .firstRow td:last-child{width:90%;margin:0 auto;}
}

@media (max-width: 767px){
.full{
    width: 100%;
    /*height:auto !important;*/
    overflow: hidden;
	margin-bottom:6px;
}
}
.full{
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

/* excel start */
table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	width: 100%;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.exc01{width:20%;}
.exc02{width:20%;}
.exc03{width:30%;}
.exc04{width:20%;}
.oddrowcolor{
	background-color:#d4e3e5;
	text-align: center;
}
.evenrowcolor{
	background-color:#c3dde0;
	text-align: center;
}
/* excel end */

.wrapper{max-width:1200px;margin:0 auto;}

.biaoti{margin-top:45px;text-align: center;}
.biaoti h2{color: #333;font-size: 28px;font-weight: bold;height:32px;line-height: 32px;left: -20px;}
.biaoti  strong {float: left;color: #000; padding-left: 33px;}
.biaoti span{color: #999999;display: block;float: left;font: normal 20px  'Corbel' !important;  padding-left: 6px; margin-top: 10px;}

.inside_con{margin-bottom: 60px;padding:20px;}

.trans {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.trans2 {
	-webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
	transition: all .4s cubic-bezier(1, 0, 0, 1)
}

.no-touch .trans_3d {
	-webkit-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	transform-origin: center center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.no-touch .trans_3d_a:hover .trans_3d {
	-webkit-transform: perspective(100px) rotateX(0);
	transform: perspective(100px) rotateX(0)
}

.c_white,
.c_white h1,
.c_white h2,
.c_white h3,
.c_white h4,
.c_white h5,
.c_white p,
.c_white span {
	color: #fff;
	font: normal 55px '等线' !important;
}

.c_gray {
	color: #666
}

.c_dark {
	color: #333
}

.c_brand {
	color:#48217a;
}

.bgc_white {
	background-color: #fff
}

.bgc_brand {
	background-color: #48217a
}

.dark_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .2;
	filter: alpha(opacity=20)
}

.inline-nav ul:after,
.inline-nav ul:before {
	content: " ";
	display: table
}

.inline-nav ul:after {
	clear: both
}

.inline-nav ul li {
	float: left;
	overflow: hidden
}

.inline-nav ul li:not(:last-child) {
	margin-right: 2px
}

.inline-nav ul li a {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	color: inherit;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.no-touch .inline-nav ul li a:hover {
	background: #48217a;
	color: #fff
}

.inline-nav ul li a span {
	color: inherit
}

.inline-nav ul li.active a {
	background: #fff;
	color: #48217a;
}

.inline-nav.text-center ul {
	display: inline-block
}

.inline-nav.text-center ul li {
	float: none;
	display: inline-block
}

@media (min-width:768px) {
	.head .inline-nav {
		float: left;
		margin: 10px 0 0 30px
	}
}

@media (max-width:767px) {
	.head .inline-nav {
		width: 100%;
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.head.has-nav .title {
		bottom: 0
	}
}

div,
footer,
header,
hgroup,
main,
nav,
section {
	position: relative;
	display: block
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font-family: "exo_2.0light", "PingFang SC", "Hiragino Sans GB", " ", sans-serif;
	text-align: left;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden
}

::-moz-selection {
	color: #fff;
	background: #0495a6
}

::selection {
	color: #fff;
	background:#48217a;
}

a,
h1,
h2,
h3,
h4,
h5,
p,
span {
	position: relative
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
	line-height: 1.2;
	font-style: normal;
	margin: 0;
	text-transform: uppercase
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-family: "exo_2.0thin", "PingFang SC", "Hiragino Sans GB", " ", sans-serif;
	line-height: 1
}

.h1,
h1 {
	font-size: 64px
}

.h2,
h2 {
	font-size: 48px
}

.h3,
h3 {
	font-size: 36px
}

.h4,
h4 {
	font-size: 24px
}

.h5,
h5 {
	font-size: 18px
}

p {
	/*font-family: Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", " ", sans-serif;*/
	font-size: 14px;
	line-height: 1.6;
	margin: 24px 0
}

p.mg-small {
	margin: 12px 0
}

p.p18 {
	font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	cursor: default
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a span {
	cursor: pointer
}

a {
	color: #666;
	cursor: pointer
}

a,
a:active,
a:hover {
	outline: 0;
	text-decoration: none
}

hr {
	box-sizing: content-box;
	background-color: #0495a6;
	border: 0;
	width: 30px;
	height: 2px;
	margin-top: 5px;
	float: left
}

ol,
ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	position: relative
}

img {
	border: 0
}

img .middle {
	vertical-align: middle
}

.font_thin {
	font-family: "exo_2.0thin"
}

*,
:after,
:before {
	box-sizing: border-box
}

.float_l {
	float: left
}

.float_r {
	float: right
}

.align_c {
	text-align: center
}

.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.scrollbg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}


.mt2 {
	margin-top: 2px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.mt120 {
	margin-top: 120px
}

.mb120 {
	margin-bottom: 120px
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.mt0 {
	margin-top: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.m0 {
	margin: 0 !important
}

.list_text li {
	list-style: disc;
	margin-left: 15px
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.vertical_obj {
	display: table
}

.vertical_obj .vertical_cont {
	display: table-cell;
	vertical-align: middle
	
}

.zh-CN .en {
	display: none
}

.en-US .cn {
	display: none
}

.wrap {
	padding: 0px 10%;
	margin: auto
}

.wrap:after,
.wrap:before {
	content: " ";
	display: table
}

.wrap:after {
	clear: both
}

.wrap.ptm0 {
	padding-top: 0;
	padding-bottom: 0
}

.wrap.pt0 {
	padding-top: 0
}

.wrap.pb0 {
	padding-bottom: 0
}

.desk-full,
.full,
.landfull {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.fullw {
	width: 100%;
	overflow-x: hidden
}

.halfw {
	width: 50%
}

#main {
	width: 100%;
	height: 100%;

}

.loader_bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999
}

.loading-icon {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10000
}

.head {
	width: 100%;
	height: 360px;
	background-color: #915bd6;
	overflow: hidden
}

.head .title {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center
}

@-webkit-keyframes down_arrow {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes down_arrow {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

.down_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	font-size: 24px;
	color: #fff;
	z-index: 30
}

.down_arrow:before {
	position: absolute;
	left: 20px;
	-webkit-animation: down_arrow 1.5s infinite;
	animation: down_arrow 1.5s infinite
}

.grid_btns li {
	float: left;
	width: 25%;
	padding: 2px
}

.grid_btns li a .title {
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1440px) {
	.grid_btns li {
		width: 20%
	}
}

@media (max-width:800px) {
	.grid_btns li {
		width: 33.33%
	}
}

@media (max-width:767px) {
	.grid_btns li {
		width: 50%
	}
}

#store_infos p {
	margin: 10px 0
}

.jobs .grid_btns li {
	width: 33.3%
}

@media (min-width:1440px) {
	.jobs .grid_btns li {
		width: 25%
	}
}

@media (max-width:767px) {
	.jobs .grid_btns li {
		width: 50%
	}
}

@media (max-width:400px) {
	.jobs .grid_btns li {
		width: 100%
	}
}

#job_infos .item .info {
	float: left;
	width: 70%;
	padding-right: 20px;
	border-right: 1px solid #f0f0f0
}

#job_infos .item .btns {
	float: right;
	width: 30%;
	padding-left: 30px
}

#job_infos .item .btns a {
	margin-top: 0;
	margin-bottom: 15px
}

@media (max-width:767px) {
	#job_infos .item .info {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #f0f0f0
	}

	#job_infos .item .btns {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-top: 20px
	}

	#job_infos .item .btns a {
		margin-top: 0;
		margin-bottom: 10px
	}
}

.pop_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default
}

#bg_mask {
	z-index: 998
}

@media screen and (orientation:portrait) {
	.landfull {
		height: auto
	}

	.bgimg {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
		float: left
	}
}

@media (min-width:1600px) {
	.wrap {
		padding-left: 20%;
		padding-right: 20%
	}
}

@media (max-width:800px) {

	.h1,
	h1 {
		font-size: 48px
	}

	.h2,
	h2 {
		font-size: 36px
	}

	.h3,
	h3 {
		font-size: 24px
	}

	.h4,
	h4 {
		font-size: 20px
	}

	.desk-full {
		height: auto
	}

	.wrap {
		padding: 90px 50px
	}

	.flex-direction-nav {
		display: none
	}

	.head {
		height: 300px
	}

	.head .title {
		bottom: 60px
	}
}

@media (max-width:767px) {

	body,
	p {
		font-size: 12px
	}

	.h1,
	h1 {
		font-size: 36px
	}

	.h2,
	h2 {
		font-size: 24px
	}

	.h3,
	h3 {
		font-size: 20px
	}

	.h4,
	h4 {
		font-size: 18px
	}

	.h5,
	h5,
	p.p18 {
		font-size: 14px
	}

	.wrap {
		padding: 40px 30px
	}

	.mb120 {
		margin-bottom: 0
	}

	.head {
		height: 200px
	}

	.head .title {
		bottom: 40px
	}
}

.thumbs {
	overflow: hidden;
	margin-right: -6px
}

.thumbs li {
	float: left;
	border-left: 1px solid #dcdcdc;

	margin-left: -1px;
	width: 25%
}
.tiao{ background:rgba(0,0,0,0.4); position:fixed; top:0px; left:0px; width:100%; height:100%;
	z-index: 999;}
.tiao .xiangxi{ width:70%; background:#fff; margin:0 auto; margin-top: 0%}


input,textarea {outline: none}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100% !important;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.slide_container {margin-bottom: 50px;position: relative;width: 100%;}
.slide {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.slide li {position: absolute;width: 100%;left: 0;top: 0;}
.slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.slide .caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.slide_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 0;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 61px;width: 38px;background: transparent url("../images/themes.gif") no-repeat left top;margin-top: -45px;}
.slide_nav:active {opacity: 1.0;}
.slide_nav.next {left: auto;background-position: right top;right: 0;}
.thumbs li a {
	float: left;
	width: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	font: normal 60px '等线' !important;
}

.thumbs li a img {
	width: 100%;
	<!-- height: 1000px;-->
	<!--height: auto-->
	 
}

.thumbs .bg {
	position: absolute;
	width:100%;
	top: 50%;
	bottom: 50%;
	background-color: #48217a;
	opacity: 0;
	filter: alpha(opacity=0)
}

@media (max-width:800px) {
	.thumbs {
		margin-right: -3px
	}
}

@media (max-width:767px) {
	.thumbs {
		margin-right: -2px
	}
}

.thumb_title {
	position: absolute;
	width: 100%;
	padding: 0 30px;
	top: 50%;
	margin-top: -14px;
	line-height: 1;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden
}

.thumb_title .cn {
	margin-top: -14px
}

.no-touch .thumbs li a:hover .bg {
	top: 0px;
	bottom: 10px;
	opacity: .8;
	filter: alpha(opacity=80)
}

.no-touch .thumbs li a:hover .thumb_title {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.photo-gallery-list {
	margin-right: -2px
}

.photo-gallery-list li {
	border: none;
	margin-left: 0;
	padding: 2px 2px 0 0
}

.photo-gallery-list i {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px 0 0 -30px;
	top: 50%;
	left: 50%;
	font-size: 24px;
	background-color: #fff;
	color: #0495a6;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.no-touch .photo-gallery-list a:hover i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.no-touch .photo-gallery-list a:hover img {
	opacity: .8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news.thumbs li {
	width: 33.3%
}

@media (min-width:1440px) {
	.news.thumbs li {
		width: 25%
	}
}

@media (max-width:800px) {
	.news.thumbs li {
		width: 50%
	}
}

@media (max-width:767px) {
	.news.thumbs li {
		width: 100%
	}
}

.news.thumbs li a {
	text-align: left;
	padding: 30px;
	background-color: transparent;
	font-size: 14px
}

.news.thumbs .title,
.news.thumbs li a img {
	margin-bottom: 20px
}

.news.thumbs .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #0495a6
}

.no-touch .news.thumbs li a:hover img {
	opacity: .8;
	filter: alpha(opacity=80)
}

.no-touch .news.thumbs li a:hover .title {
	color: #0495a6
}

.no-touch .news.thumbs li a:hover .line {
	height: 4px
}

@media (max-width:767px) {

	.photo-gallery-list li,
	.product-list .thumbs li {
		width: 50%
	}
}

.big_btn {
	display: inline-block;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 30px;
	border: 2px solid #fff;
	-webkit-transition: background-color .5s ease, color .5s ease;
	transition: background-color .5s ease, color .5s ease
}

.no-touch .big_btn:hover {
	background-color: #fff;
	color: #48217a;
}

.btn_blue,
.btn_white {
	float: left;
	padding: 0 15px;
	line-height: 36px;
	margin-top: 30px;
	margin-right: 10px;
	vertical-align: top
}

.btn_white {
	color: #fff;
	border: 1px solid #fff
}

.no-touch .btn_white:hover {
	background-color: #fff;
	color: #48217a;
}

.btn_blue {
	color: #0495a6;
	border: 1px solid #0495a6
}

.no-touch .btn_blue:hover {
	background-color: #48217a;
	color: #fff;
}

.btn_blue:before,
.btn_white:before {
	font-size: 20px;
	margin-right: 10px;
	line-height: 36px;
	vertical-align: top
}

.block_btn {
	display: block;
	background-color: #dcdcdc;
	padding: 20px;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.no-touch .block_btn:hover {
	background-color:#48217a;
}

.no-touch .block_btn:hover span {
	color: #fff
}

.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	background-color: #fff;
	color: #0495a6;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.close_btn.show {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.no-touch .close_btn:hover {
	background-color: #48217a;
	color: #fff
}

.iconbtn {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	text-align: center;
	margin-left: -1px;
	color: #0495a6;
	border: 1px solid #0495a6;
	border-radius: 20px
}

.no-touch .iconbtn:hover {
	background-color: #48217a;
	color: #fff
}

@media (max-width:1024px) {
	.big_btn {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.big_btn {
		font-size: 18px;
		padding: 12px;
		border-width: 1px
	}

	.btn_blue,
	.btn_white {
		margin-top: 20px
	}

	.block_btn {
		padding: 15px
	}

	.close_btn {
		width: 50px;
		height: 50px;
		line-height: 46px;
		font-size: 18px
	}
}

.flexslider.full .flex-viewport,
.flexslider.full .slides,
.flexslider.full .slides li {
	width: 100%;
	height: 100%
}

.text_slider .slides li>div {
	padding-left: 2px
}

.flex-direction-nav {
	float: left;
	margin: -2px 0 0 15px
}

.flex-direction-nav li {
	display: inline-block
}

.flex-direction-nav a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	border-radius: 15px;
	text-align: center;
	color: #fff
}

.no-touch .flex-direction-nav a:hover {
	background-color: #fff;
	color: #48217a;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.flexslider.full .flex-direction-nav {
	position: static;
	float: none;
	margin: 0
}

.flexslider.full .flex-direction-nav li {
	position: static
}

.flexslider.full .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius: 30px;
	line-height: 60px;
	font-size: 30px;
	z-index: 20
}

.lt-ie9 .flexslider.full .flex-direction-nav a {
	background-image: url(../images/alpha-bg.png)
}

.flexslider.full .flex-prev {
	left: 5%
}

.flexslider.full .flex-next {
	right: 5%
}

#gallery .flex-direction-nav a {
	position: absolute;
	top: 60px;
	bottom: 60px;
	width: 50%;
	height: auto;
	color: transparent;
	margin-top: 0;
	border-radius: 0;
	z-index: 20
}

#gallery .flex-direction-nav a i {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 32px;
	margin: -16px 0 0 0;
	color: #0495a6;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

#gallery .flex-prev {
	left: 0
}

#gallery .flex-next {
	right: 0
}

#gallery .flex-direction-nav .flex-next i {
	left: auto;
	right: 20px
}

.no-touch #gallery .flex-direction-nav a:hover {
	background-color: transparent;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.no-touch #gallery .flex-direction-nav a:hover i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.flex-control-nav {
	float: left;
	margin-left: -5px
}

.flex-control-nav li {
	display: inline-block;
	margin: 5px
}

.flex-control-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
	zoom: 1
}

#gallery .flex-control-nav,
.flexslider.full .flex-control-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	margin-left: 0;
	float: none;
	z-index: 22
}

.flex-control-nav a.flex-active,
.flex-control-nav a:active,
.no-touch .flex-control-nav a:hover {
	background-color: #fff;
	zoom: 1
}

.clearbg .flex-control-nav a {
	border-color: #0495a6
}

.clearbg .flex-control-nav a.flex-active,
.clearbg .flex-control-nav a:active,
.no-touch .clearbg .flex-control-nav a:hover {
	background-color: #48217a;
}

.flex-control-nav a.flex-active {
	cursor: default
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #f0f0f0;
	overflow: visible;
	z-index: 999
}

.top_logo {
	float: left;
	height: 100%;
	width: 40%;
	overflow: hidden
	padding-top:11px;
}

.top_logo .logo_img {
	height: 100%;
	width: auto;
	overflow: hidden
}

.top_logo img {
	 /*height:50%;
	width: auto; */
	height:auto;
	width:35%;
}

.no-touch .top_logo:hover {
	background-color: #fff
}

.no-touch .max_header .top_logo:hover {
	background-color: #48217a;
	background-color: rgba(0, 0, 0, .2)
}

nav {
	float: right
}

nav .menu_btn {
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	color: #999;
	display: none
}

#nav {
	float: left
}

#nav>li {
	display: inline-block;
	float: left
}

#nav>li>a {
	display: block;
	height: 60px;
	padding: 0 28px;
/* 	left: -188px; */
}

#nav>li>a span {
	line-height: 60px;
	color: #999
}

#nav>li.active>a,
.no-touch #nav>li>a:hover {
	background-color: #fff;
	box-shadow: 0 -8px 16px rgba(0, 0, 0, .1)
}

#nav>li.active>a span,
#nav>li.has_sub.open .submenu_btn span,
.no-touch #nav>li>a:hover span {
	color: #48217a;
}

#nav>li.has_sub.open>a {
	background-color: #fff
}

.subnav {
	position: absolute;
	background-color: #fff;
	width: 110px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
	overflow: hidden
}

.subnav .back_btn {
	display: none
}

.subnav li {
	width: 100%;
	height: 0;
	opacity: 0
}

.subnav li:first-child {
	border-top: none
}

.subnav li a {
	display: block;
	
	line-height: 40px
}

.subnav li a span {
	color: #999
}

.no-touch .subnav li a:hover {
	background-color: #48217a
}

.no-touch .subnav li a:hover span {
	color: #fff
}

.has_sub.open .subnav li {
	height: 40px;
	opacity: 1
}



.max_header header {
	height: 90px;
	background-color:#fff
	background-color: transparent;
	border-color: transparent
	opacity:0.8;
}

.max_header .top_logo {
	
}

.max_header .top_logo img {
	height: auto;
	margin-top: 0;
	width:100%; max-width:350px;
}

.max_header nav .menu_btn {
	height: 60px;
	line-height: 58px;
	color: #fff;
}

.max_header #nav>li>a {
	height: 70px
}

.max_header #nav>li>a span {
	line-height: 90px;
	color: #000
	
}

.max_header #nav>li.active>a span,
.max_header #nav>li.has_sub.open .submenu_btn span,
.max_header .no-touch #nav>li>a:hover span {
	color:#48217a;
}

.max_header .subnav li a span {
	color: #999
}

.max_header .lang_btn {
	top: 30px;
	border-color: #fff
}

.max_header .lang_btn span {
	color: #fff
}

@media (max-width:800px) {
	.top_logo {
		padding: 20px 30px
	}

	.lang_btn {
		margin-right: 10px
	}

	.max_header header {
		height: 80px
	}

	.max_header .top_logo {
		padding: 30px
	}

	.max_header .top_logo img {
		height: 40px
	}

	.max_header #nav>li>a span {
		line-height: 80px
	}

	.max_header .lang_btn {
		top: 25px
	}
}

@media (max-width:767px) {
	nav .menu_btn {
	display: block;
	background: url(../images/nav.png) center center no-repeat;
	}

	header {
		height: 50px
	}

	.top_logo {
		padding: 15px 20px
	}

	.lang_btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		border: none;
		top: 0;
		margin-left: 0
	}

	#nav {
		position: fixed;
		background-color: #fff;
		width: 100%;
		right: 0;
		top: 50px;
		overflow-x: visible
	}

	#nav>li {
		width: 50%;
		height: 0;
		border-right: 1px solid #f0f0f0;
		overflow: hidden
	}

	#nav>li>a,
	.max_header #nav>li>a {
		height: 100%;
		padding: 0 20px
	}

	#nav>li>a span,
	.max_header #nav>li>a span {
		line-height: 50px;
		color: #999
	}

	.max_header #nav>li.active>a span {
		color: #48217a;
	}

	.nav-open #nav>li {
		height: 50px;
		border-bottom: 1px solid #f0f0f0
	}

	.nav-open .menu_btn,
	.nav-open.max_header .menu_btn {
		background-color: #fff;
		color: #0495a6
	}

	.subnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		box-shadow: none
	}

	.subnav ul {
		margin: 0 -1px -1px 0
	}

	.subnav li {
		float: left;
		width: 50%;
		border-right: 1px solid #f0f0f0
	}

	.open_sub #nav {
		right: 100%
	}

	.open_sub .open .back_btn {
		height: 50px
	}

	.has_sub .back_btn {
		width: 100%;
		height: 0;
		padding: 0 20px;
		line-height: 50px;
		color: #fff;
		background-color: #0495a6;
		display: block
	}

	.has_sub.open .subnav li {
		border-bottom: 1px solid #f0f0f0
	}

	.max_header header {
		height: 60px
	}

	.max_header .top_logo {
		padding: 20px
	}

	.max_header .lang_btn {
		top: 5px
	}

	.max_header #nav {
		top: 60px
	}
}

@media (max-width:767px) and (orientation:landscape) {
	header {
		position: absolute
	}

	nav {
		float: none
	}

	nav .menu_btn {
		float: right
	}

	#nav {
		position: absolute
	}

	.open_sub #nav {
		right: 0
	}

	.nav-open #nav>li.has_sub.open {
		overflow: visible;
		width: 100%;
		height: auto;
		border-color: #0495a6
	}

	.nav-open #nav>li.has_sub.open .submenu_btn {
		display: none
	}

	.subnav {
		position: relative
	}

	#nav>li,
	.subnav li {
		width: 33.33%
	}
}

footer .wrap {
	padding-top: 60px;
	padding-bottom: 60px
}


footer a,footer h4{display: inline-block;color: #fff;border-bottom: 1px solid transparent;font-size: 14px;}

footer .title.c_white {
	margin-bottom: 20px
}

footer #qrcodes ul li a{color:#fff;}
footer #qrcodes ul li a:hover{text-decoration: none;}
footer #qrcodes ul li img{display: block;margin: 0 auto;}
footer #qrcodes ul li span{display: block;text-align: center;height:26px;line-height: 26px;}

footer #qrcodes,
footer .info {
	float: left
}

footer #qrcodes {
	margin-right: 20px;width: 30%;
}

footer #qrcodes ul li {
	display: inline-block;
	float: left;
	margin-left: 2px;
	width: 19%;
}

footer #qrcodes ul li:first-child {
	margin: 0;
	width: 19%;
}

footer #qrcodes img {
	display: block;
	margin-bottom: 5px
}

footer .info ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
}

footer .info ul li {
	display: inline-block;
	margin-right: 20px
}

footer .info .btm {
	margin: -1px 0 0;
	font-size: 12px;
	line-height: 2;
	padding-top: 10px;
	border-top: 1px solid #fff
}

footer .info .inline {
	display: inline
}

.no-touch #qrcodes a:hover,
.no-touch footer .info a:hover {
	border-color: #fff
}

@media (max-width:767px) {
	footer.mt120 {
		margin-top: 0
	}

	footer #share {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		border-top: 1px solid #dcdcdc
	}

	footer .wrap {
		padding-top: 30px;
		padding-bottom: 30px
	}

	footer #qrcodes {
		margin-right: 0;
		margin-bottom: 30px;
		float: none
	}

	footer #qrcodes img {
/* 		width: 80px;
		height: 80px */
	}

	footer .info .btm {
		font-size: 10px
	}
}

@-webkit-keyframes mk_scale {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes mk_scale {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes mk_fade {
	0% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@keyframes mk_fade {
	0% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-20px, 0);
		transform: translate(-20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-20px, 0);
		transform: translate(-20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

.ios8 .anim_emt,
.no-touch.cssanimations .anim_emt {
	visibility: hidden
}

.anim_emt.start-animation.scale_up {
	-webkit-animation: mk_scale .5s 1 cubic-bezier(.445, .05, .55, .95);
	animation: mk_scale .5s 1 cubic-bezier(.445, .05, .55, .95);
	visibility: visible;
	font: normal 32px '等线' !important;
}

.anim_emt.start-animation.fade_in {
	-webkit-animation: mk_fade .7s 1 cubic-bezier(.445, .05, .55, .95);
	animation: mk_fade .7s 1 cubic-bezier(.445, .05, .55, .95);
	visibility: visible
}

.anim_emt.start-animation.r_to_l {
	-webkit-animation: mk_right_to_left .6s 1 cubic-bezier(.77, 0, .175, 1);
	animation: mk_right_to_left .6s 1 cubic-bezier(.77, 0, .175, 1);
	visibility: visible
}

.anim_emt.start-animation.l_to_r {
	-webkit-animation: mk_left_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	animation: mk_left_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	visibility: visible
}

.anim_emt.start-animation.t_to_b {
	-webkit-animation: mk_top_to_bottom .6s 1 cubic-bezier(.77, 0, .175, 1);
	animation: mk_top_to_bottom .6s 1 cubic-bezier(.77, 0, .175, 1);
	visibility: visible
}

.anim_emt.start-animation.b_to_t {
	-webkit-animation: mk_bottom_to_top .6s 1 cubic-bezier(.77, 0, .175, 1);
	animation: mk_bottom_to_top .6s 1 cubic-bezier(.77, 0, .175, 1);
	visibility: visible
}

#gallery {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9000
}

#gallery .wrapper {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	top: 100%;
	background-color: #fff;
	-webkit-transition: top 1s cubic-bezier(1, 0, 0, 1);
	transition: top 1s cubic-bezier(1, 0, 0, 1)
}

#gallery.active .wrapper {
	top: 0
}

#gallery .slides li {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat
}

#gallery .slides li>div {
	width: 100%;
	height: 100%;
	padding: 60px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#gallery .slides li>div.active {
	opacity: 1
}

@media (max-width:767px) {
	#gallery .slides li>div {
		padding: 0
	}
}

.pop_window {
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	visibility: hidden;
	opacity: 0;
	z-index: 1001
}

.pop_window .pop_bg {
	display: block;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 0
}

.pop_window .box {
	height: 100%
}

.pop_window .box .cont {
	width: 100%;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.pop_window .close_btn {
	position: absolute
}

@media (max-width:767px) {
	.pop_window {
		padding-top: 50px
	}
}

.pop_window,
.pop_window .pop_bg {
	-webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
	transition: all 1s cubic-bezier(1, 0, 0, 1)
}

.pop-show.pop_window {
	top: 0;
	visibility: visible;
	opacity: 1
}

.pop-show.pop_window .pop_bg {
	height: 100%
}

.home #head .slide-item {
	display: table !important;
	text-align: center
}

.home #head .slide-item>div {
	display: table-cell;
	vertical-align: middle
}

.home #head .slide-item .info {
	position: absolute;
	bottom: 80px;
	opacity: 0;
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 1
}

.home #head .slide-item .info .wrap {
	padding-top: 0;
	padding-bottom: 0;
	text-transform: none;
	line-height: 1.2;
	color: #fff
}

.home #head .slide-item a {
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	transform-origin: center center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: background-color .5s ease, color .5s ease, -webkit-transform 1.3s ease .5s;
	transition: background-color .5s ease, color .5s ease, -webkit-transform 1.3s ease .5s;
	transition: transform 1.3s ease .5s, background-color .5s ease, color .5s ease;
	transition: transform 1.3s ease .5s, background-color .5s ease, color .5s ease, -webkit-transform 1.3s ease .5s
}

.home #head .flex-active-slide .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.home #head .flex-active-slide a {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0)
}

@media screen and (orientation:portrait) {
	.home #head .slide-item img {
		margin-top: 10%
	}

	.home #head .slide-item .info {
		top: 20%;
		bottom: auto
	}
}

.home .home_grid {
	margin-bottom: -2px
}

.home .home_grid .thumbs li {
	border-left: none;
	margin-left: 0;
	width:50%;
}

.home .home_grid .thumbs li.grid-2 {
	position: absolute;
	left: 0;
	top: 50%
}

.home .home_grid .thumbs li.grid-6 {
	width: 50%;
	margin-top: -1px
}

@media screen and (orientation:portrait) {
	.home .home_grid .thumbs li {
		width: 50%
	}

	.home .home_grid .thumbs li.grid-2 {
		top: 25%
	}

	.home .home_grid .thumbs li.grid-3 {
		margin-top: 2px
	}

	.home .home_grid .thumbs li.grid-6 {
		width: 100%;
		margin-top: 1px
	}
}

.home .touch .home_grid .thumb_title {
	opacity: 1;
	margin-top: -6px
}

.home .touch .home_grid .thumb_title h4 {
	font-size: 12px;
	text-shadow: 1px 1px rgba(0, 0, 0, .4)
}

.home #news .title {
	margin-bottom: 20px
}

.home #news ul li a {
	display: inline-block;
	margin-top: 20px
}

.home #news ul li a hr {
	float: none
}

@media (max-width:800px) {
	.home #scenes {
		height: 460px
	}
}

@media (max-width:767px) {
	.home #scenes {
		height: 200px
	}

	.home #news .title {
		margin-bottom: 0
	}
}

.no-touch #news ul li a:hover {
	color: #48217a;
}

.no-touch #news ul li a:hover hr {
	width: 100%
}

.product_img {
	border-top: 1px solid #f0f0f0
}

.product_info {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -50%;
	width: 50%;
	background-color: rgba(255, 255, 255, .9);
	overflow: hidden
}

.product_info.show {
	left: 0
}

@media (max-width:767px) {
	.product_info {
		position: relative;
		left: 0;
		width: 100%;
		border-top: 1px solid #f0f0f0
	}
}

.product_info .info {
	position: absolute;
	top: 170px;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 40px;
	overflow: hidden
}

.product_info .info .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}

.product_info .info .c_brand {
	margin-right: 10px;
	font-size: 14px
}

.product_info .info p {
	margin: 10px 0
}

@media (max-width:800px) {
	.product_info .info {
		top: 160px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.product_info .info {
		position: relative;
		top: 0;
		bottom: 0;
		padding: 40px 30px
	}
}

.no-rgba .product_info {
	background-image: url(../images/alpha90-bg.png)
}

.proinfo_btn {
	position: fixed;
	top: 100px;
	left: 40px
}

.proinfo_btn span {
	display: block;
	line-height: 36px
}

.proinfo_btn .hide {
	display: none
}

.proinfo_btn.show .show {
	display: none
}

.proinfo_btn.show .hide {
	display: block
}

.proinfo_btn.init_hide {
	visibility: hidden;
	opacity: 0;
	background-color: #0495a6;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

@media (max-width:800px) {
	.proinfo_btn {
		top: 90px;
		left: 30px
	}
}

@media (max-width:767px) {
	.proinfo_btn {
		display: none
	}
}

.news .head {
	height: auto;
	padding-top: 200px;
	padding-bottom: 60px
}

.news .head .title {
	position: relative;
	bottom: 0;
	text-align: left
}

@media (max-width:767px) {
	.news .head {
		padding-top: 100px;
		padding-bottom: 30px
	}
}

.news .body_wrap {
	padding-top: 40px
}

@media (max-width:767px) {
	.news .body_wrap {
		padding-top: 20px
	}
}

.news .body img {
	max-width: 100%;
	height: auto
}

.news .body a {
	display: inline;
	color: #0495a6;
	text-decoration: underline
}

#bsBox,
#bsBox:after,
#bsBox:before,
#bsBox>div>div>div,
#bsBox>div>div>div:after,
#bsBox>div>div>div:before,
#bsWXBox,
#bsWXBox:after,
#bsWXBox:before {
	box-sizing: content-box
}

#bsWXBox {
	background: #fff !important
}

#bsBox {
	width: 300px !important;
	height: 400px !important;
	margin-left: -150px !important;
	margin-top: -200px !important;
	background: 0 0 !important;
	padding: 0 !important;
	border: 2px solid #fff !important
}

#bsBox .bsTop {
	width: 300px !important
}

#bsBox #bsMorePanel {
	width: 300px !important;
	height: 376px !important
}

#bsBox .bsPlatDiv {
	width: 300px !important;
	height: 316px !important;
	padding: 5px !important
}

#bsBox .bFind {
	width: 200px !important
}

.bsClose {
	top: 0 !important;
	right: 0 !important;
	width: 30px;
	height: 24px;
	line-height: 24px !important;
	text-align: center
}

#bsWXBox .bsClose {
	top: 6px !important;
	right: 6px !important
}

.bsBox {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .5)
}

a.bsSiteLink {
	color: #666
}

@media all and (max-height:420px) {
	#bsBox {
		height: 224px !important;
		margin-top: -112px !important
	}

	#bsBox #bsMorePanel {
		height: 200px !important
	}

	#bsBox .bsPlatDiv {
		height: 140px !important
	}
}
/**/
.slideBox{ position:relative; margin:0 auto; background:#fff;height:100vh;}
.slideBox .hd{ position:static;}
.slideBox .hd a{ width:38px; height:61px; margin-top:-30px; position:absolute; top:50%; z-index:3;}
.slideBox .hd .prev{ background:transparent url(../images/themes.gif) no-repeat left top; left:0;}
.slideBox .hd .next{ background:transparent url(../images/themes.gif) no-repeat right top; right:0;}
.slideBox .bd{}
.slideBox .bd ul{ margin:0;}
.slideBox .bd ul li{ width:100%; text-align:center;}
.slideBox .bd ul li table td{ height:100vh;}
.slideBox .bd ul li img{ max-width:100%; max-height:100%;}