@charset "utf-8";

/*--------------------------head-wrapper---------------------------*/

.head-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	z-index: 10000;
	text-align: right;
}

.page-head-wrapper {
	position: relative;
	background: #f2217d;
}

.header,
.language,
.head-search-wrap,
.head-search,
.head-search-wrap .search-title,
.nav-bar .nav {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: left;
}

.logo {
	position: relative;
	height: 142px;
	line-height: 142px;
	float: left;
}

.logo img {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	max-height: 83px;
}

.header {
	text-align: right;
	margin: 25px 0 0;
}

.language {}

.head-search-wrap {
	color: #FFF;
	margin: 8px 0 0 30px;
}

.head-search-wrap .search-title {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	background-position: -362px 4px;
	cursor: pointer;
}

.head-search-wrap.wrap-hide .search-title {
	background-position: -305px 2px;
}

.head-search {
	width: 0;
	height: 25px;
	opacity: 0;
	overflow: hidden;
}

.head-search .search-ipt {
	position: absolute;
	right: 0;
	top: 0;
	width: 265px;
	height: 25px;
	background: none;
	color: #FFF;
	border: none;
}

.head-search .search-btn {
	position: absolute;
	left: 0;
	top: 4px;
	width: 25px;
	height: 25px;
	border: none;
	background-color: transparent;
	background-position: -305px 2px;
}

.nav-bar {
	height: 45px;
	margin: 10px 0 0;
	font-family: 'Acrom';
}

.nav-bar .nav {
	position: relative;
}

.nav-bar .nav li,
.nav-bar .nav li a {
	position: relative;
	display: block;
}

.nav-bar .nav>li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 17px;
}

.nav-bar .nav>li>a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #000;
}

.nav-bar .nav li li {
	display: block;
	*display: block;
	line-height: 35px;
}

.nav-bar .nav li li a {
	padding: 0 15px;
}

.nav-bar .nav ul {
	width: 225px;
	position: absolute;
	top: 45px;
	left: 0;
	background: rgba(255, 255, 255, 1);
	text-align: left;
	display: none;
}

.nav-bar .nav ul ul {
	top: 0;
	left: 225px;
}

.nav-bar .nav ul li:hover>a {
	background: #FFF;
	color: #e7192d
}

.nav-bar .nav-bar .nav li .nav-ico {}

.nav-bar .nav>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1.5px;
	background: #000;
}

.nav-bar .nav>li:hover>a:after,
.nav-bar .nav>li.nav-current>a:after {
	width: 100%;
}

.nav-bar .nav li li .nav-li-ico {
	display: block;
	width: 0;
	height: 0;
	border: 4px solid;
	position: absolute;
	top: 0px;
	right: 5px;
	border-color: transparent transparent transparent #fff;
	background: none;
	margin: 0;
	padding: 0;
}

.nav-bar .nav li li:hover .nav-li-ico {
	border-color: transparent transparent transparent #e7192d;
}


/*--------------------------footer---------------------------*/

.foot-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fbd2e4;
	margin: 70px 0 0;
	padding: 74px 0;
}

.foot-wrapper .layout {}

.foot-wrapper,
.foot-wrapper a {
	color: #000;
	font-family: 'Acrom';
}

.foot-social {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 330px;
}

.foot-social .title {
	position: relative;
	font-family: 'AcromMedium';
	font-size: 40px;
	color: #000;
	line-height: 50px;
	padding: 0 100px 0 0;
}

.foot-social ul {
	padding: 40px 50px 0 0;
}

.foot-social ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 13px 0 0;
}

.foot-social ul li a {
	position: relative;
	display: block;
	font-size: 18px;
}

.foot-wrapper .foot-items {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 870px;
}

.foot-wrapper .foot-items:after {
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .2)
}

.foot-items .foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.foot-items .foot-item.foot-item-product {
	width: 300px;
}

.foot-items .foot-item.foot-item-information {
	width: 220px;
}

.foot-items .foot-item.foot-item-contact {
	width: 350px;
}

.foot-items .foot-item .foot-tit {
	position: relative;
	font-family: 'AcromMedium';
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0 50px 0 0;
}

.foot-items .foot-item .foot-cont {
	padding: 0 50px 0 0;
}

.foot-items .foot-item.foot-item-contact .foot-cont {
	padding: 0;
}

.foot-items .foot-item .foot-cont li {
	position: relative;
	line-height: 30px;
}

.foot-items .foot-item.foot-item-contact li {
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
}

.foot-items .foot-item.foot-item-contact li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
	height: 20px;
	background-image: url(../images/page-ico.png);
	background-repeat: no-repeat;
}

.foot-items .foot-item.foot-item-contact li.foot-addr:before {
	background-position: -342px -347px;
}

.foot-items .foot-item.foot-item-contact li.foot-phone:before {
	background-position: -342px -402px;
}

.foot-items .foot-item.foot-item-contact li.foot-email:before {
	background-position: -342px -440px;
}

.foot-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 555px;
	opacity: .2;
}

.foot-img img {
	position: relative;
	max-width: 100%;
}

.gotop {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 33px;
	text-align: center;
	background-image: url(../images/top.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	right: 20px;
	bottom: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
	-moz-opacity: 80;
	filter: alpha(opacity=80);
	z-index: 999
}

.gotop:hover {
	-moz-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 1;
	-moz-opacity: 100;
	filter: alpha(opacity=100);
}


/*--------------------------index---------------------------*/

.index-layout {
	position: relative;
	width: 100%;
}

.ind-layout {
	background: #fbd2e4;
}

.product-classification-wrap {
	position: relative;
	margin: -120px 0 0;
	z-index: 999;
}

.product-classification-wrap .layout {
	background: #fbd2e4;
}

.product-classification-wrap .layout:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background: #f2217d;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 0;
}

.product-classification {
	position: relative;
	padding: 19px;
	width: 105%;
	z-index: 1;
}

.classification-title-bar {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	background: #fbd2e4;
	color: #fff;
	width: 230px;
	height: 230px;
	margin: 0 3px 3px 0;
}

.classification-title-bar .wrap {
	padding: 30px 18px;
}

.classification-title-bar .title {
	position: relative;
	font-size: 29px;
	letter-spacing: 1px;
	padding: 0 0 35px;
	font-family: 'AcromMedium';
}

.classification-title-bar .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 88px;
	height: 5px;
	background: #FFF;
}

.classification-title-bar .title span {
	font-size: 19px;
}

.classification-title-bar .text {
	font-family: 'AcromThin';
	font-size: 13px;
	line-height: 18px;
}

.classification-item {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	overflow: hidden;
	width: 230px;
	height: 230px;
	margin: 0 3px 3px 0;
}

.classification-item .item-wrap {
	position: relative;
}

.classification-item .image {
	position: relative;
	display: table-cell;
	width: 230px;
	height: 230px;
}

.classification-item .image img {
	max-width: 230px;
	max-height: 230px;
}

.classification-item .info-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fbd2e4;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.classification-item .info-wrap,
.classification-item .info-wrap a {
	color: #FFF;
}

.classification-item .info-wrap .info-table {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*top: 50%;
	*left: 0;
	width: 230px;
	height: 230px;
}

.classification-item .info-wrap .info-table .info {
	position: relative;
	padding: 20px;
}

.classification-item .title {
	font-family: 'AcromMedium';
	font-size: 19px;
	line-height: 28px;
}

.classification-item .more {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #FFF;
	border-radius: 50%;
	margin: 15px 0 0;
}

.classification-item .more:before {
	color: #140f1e;
	content: '\f054';
	font-size: 12px;
}

.classification-item .more:hover {
	background: #fbd2e4;
}

.classification-item:hover .info-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.about-us-wrap {
	position: relative;
	margin: 70px 0 0;
	z-index: 999;
}

.about-us-wrap .layout {
	background: #1a1926;
}

.about-us-wrap .layout:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background: #f2217d;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 0;
}

.about-us {
	position: relative;
	padding: 30px 0 40px;
	overflow: hidden;
	z-index: 1;
}

.about-us,
.about-us a {
	color: #fff;
}

.about-us-content {
	position: relative;
	width: 875px;
	float: left;
}

.about-item {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	width: 50%;
}

.about-item .item-wrap {
	position: relative;
	padding: 40px 130px 50px 0;
}

.about-item .title-bar {
	position: relative;
}

.about-item .title-bar i {
	position: absolute;
	left: 0;
	top: 32px;
	font-family: 'AcromExtraBold';
	font-size: 53px;
	color: #fff;
}

.about-item .title-bar .title {
	padding: 20px 0 20px 85px;
	font: '';
	font-size: 18px;
	font-family: 'AcromMedium';
}

.about-item .text {
	font-family: 'AcromLight';
	word-wrap: break-word;
}

.about-us-title-bar {
	position: relative;
	width: 245px;
	float: right;
	margin: 55px 80px 0 0;
	text-align: right;
}

.about-us-title-bar .title {
	position: relative;
	font-family: 'AcromExtraBold';
	font-size: 50px;
	line-height: 50px;
}

.about-us-title-bar .more {
	display: block;
	text-decoration: underline;
	font-family: 'AcromMedium';
	font-size: 20px;
	margin: 20px 0 120px;
}

.about-us-title-bar img {
	position: relative;
	width: 172px;
}

.company-data-wrap {
	position: relative;
}

.company-data {
	position: relative;
	width: 1420px;
	float: right;
	border-left: 25px solid #fbd2e4;
	background: #fbd2e4;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	margin: 60px 0 0;
	z-index: 1;
}

.data-items {
	position: relative;
	width: 100%;
	float: left;
}

.data-items img {
	display: block;
	width: 100%;
}

.data-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 50%;
	height: 200px;
	background: #FFF;
	color: #fbd2e4;
}

.data-item .item-wrap {
	position: relative;
}

.data-item .title {
	font-family: 'AcromExtraBold';
	font-size: 50px;
}

.data-item .sub-title {
	font-family: 'AcromMedium';
	font-size: 18px;
	margin: 30px 0 0;
}

.company-data .data-image {
	position: relative;
	width: 960px;
	float: right;
}

.company-data .data-image img {
	width: 960px;
	height: 400px;
}

.company-service-wrap {
	position: relative;
	margin: -80px 0 70px;
	z-index: 0;
}

.company-service-wrap,
.company-service-wrap a {
	color: #fff;
}

.company-service-wrap .layout {
	padding: 190px 0 110px;
}

.company-service-wrap .layout:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background: #f2217d;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 0;
}

.company-service {
	position: relative;
	z-index: 1;
}

.company-service .title-bar {
	position: relative;
	width: 225px;
	float: left;
	padding: 0 0 15px;
}

.company-service .title-bar:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .3)
}

.company-service .title-bar .title {
	font-family: 'AcromExtraBold';
	font-size: 40px;
	line-height: 45px;
}

.company-service .title-bar .title span {}

.service-items {
	position: relative;
	width: 957px;
	float: right;
}

.service-item {
	position: relative;
	width: 299px;
	margin: 0 20px 0 0;
}

.service-item .item-wrap {
	position: relative;
}

.service-item .image {
	position: relative;
	width: 100%;
}

.service-item .image img {
	position: relative;
	width: 100%;
}

.service-item .title {
	font-family: 'AcromMedium';
	font-size: 14px;
	padding: 10px 0;
	line-height: 20px;
}

.service-items .owl-nav,
.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: 120px;
	left: -260px;
	z-index: 0;
	width: 100%;
}

.goods-items .owl-nav {
	top: -40px;
	left: auto;
	right: 10px;
	width: auto;
}

.service-items .owl-prev,
.service-items .owl-next,
.goods-items .owl-prev,
.goods-items .owl-next {
	position: relative;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background-repeat: no-repeat;
	font-size: 36px;
	color: #8d8c93;
	background: none
}

.goods-items .owl-prev,
.goods-items .owl-next {
	font-size: 22px;
}

.service-items .owl-prev:before,
.goods-items .owl-prev:before {
	content: '\f104';
	color: #fff;
}

.service-items .owl-next:before,
.goods-items .owl-next:before {
	content: '\f105';
	color: #fff;
}

.service-items .owl-prev:hover,
.service-items .owl-next:hover,
.goods-items .owl-prev:hover,
.goods-items .owl-next:hover {
	color: #fbd2e4
}

.company-else-wrap {
	position: relative;
	width: 100%;
}

.company-else {
	position: relative;
	width: 1465px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	overflow: hidden;
	background: #f2217d;
}

.international-fair {
	position: relative;
	width: 825px;
	float: left;
	border-right: 1px solid #fff;
	border-left: 26px solid #fbd2e4;
}

.international-fair .image {
	position: relative;
	width: auto;
	height: 300px;
	float: left;
}

.international-fair .image img {
	position: relative;
	height: 300px;
	width: auto;
}

.international-fair .content {
	position: relative;
	width: 400px;
	float: right;
}

.international-fair .content .wrap {
	position: relative;
	padding: 38px 28px;
}

.international-fair .content .title {
	position: relative;
	font-family: 'AcromExtraBold';
	font-size: 40px;
	color: #fff;
	line-height: 45px;
}

.international-fair .content .text {
	font-family: 'Acrom';
	line-height: 20px;
	margin: 20px 0 15px;
	color: #fff;
}

.international-fair .content .more {
	font-family: 'AcromMedium';
	color: #fff;
	text-decoration: underline;
}

.certificate-wrap {
	position: relative;
	width: 600px;
	float: right;
}

.certificate-items {
	margin: 70px 0 0
}

.certificate-items li {
	position: relative;
	width: 180px;
	margin: 0 20px 0 0;
}

.certificate-items li img {
	position: relative;
	width: 100%;
}

.certificate-items .owl-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	text-align: center;
}

.certificate-items .owl-dots .owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	margin: 0 4px;
	background: #dcdcdc;
}

.certificate-items .owl-dots .active {
	background: #a8d3e6;
}


/*----------------------------------page---------------------------------*/

.path-bar {
	position: relative;
	width: 100%;
	line-height: 30px;
	margin: 0 0 40px;
	background: #eeeeee;
	line-height: 52px;
}

.path-bar li:after {
	content: ">>";
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0
}

.path-bar .path-nav {}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: 'Acrom';
	font-size: 12px;
	color: #666666;
}

.path-bar li a {
	display: block;
	padding: 0 20px 0 5px;
	color: #666666;
}

.path-bar li:hover a,
.path-bar li.current a {}

.path-bar li:first-child a:before {
	content: '\f015';
	color: #fbd2e4;
	font-size: 22px;
}

.path-bar li:last-child:after {
	content: '';
}


/*----------------------------------aside---------------------------------*/

.aside {
	float: left;
	width: 232px;
}

.side-head-search {
	position: relative;
	width: 230px;
	height: 31px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px;
}

.side-head-search .search-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	padding: 0 10px;
	height: 31px;
	border: none;
	background: none;
	color: #c6c6c6;
}

.side-head-search .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 31px;
	border: none;
	background: url(../images/page-ico.png) no-repeat 7px 8px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	font-family: 'AcromMedium';
}

.side-widget {
	position: relative;
	margin: 0 0 40px;
}

.side-widget .side-cate {}

.side-cate ul li {
	position: relative;
	line-height: 38px;
}

.side-cate ul li li li {
	padding: 0 10px;
}

.side-cate ul li a {
	position: relative;
	display: block;
}

.side-cate ul li li a {
	color: #000;
}

.side-cate-menu li .side-ico {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
}

.side-cate-menu li .side-ico:before {
	content: '\f107';
}

.side-cate-menu li.active .side-ico:before {
	content: '\f106';
}

.products-scroll-list-wrap {
	position: relative;
}

.products-scroll-list {
	position: relative;
	padding: 25px 0 0;
}

.products-scroll-list li {
	padding: 0 0 35px;
	display: block;
	overflow: hidden;
}

.products-scroll-list li img {
	width: 60px;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 12px 0 0;
	border-radius: 2px;
}

.products-scroll-list li .pd-info {
	line-height: 20px;
	overflow: hidden;
}

.products-scroll-btn-prev,
.products-scroll-btn-next {
	position: relative;
	width: 100%;
	height: 19px;
	display: block;
	z-index: 999
}

.products-scroll-btn-prev {
	background: url(../images/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}

.products-scroll-btn-next {
	background: url(../images/icons-next.png) no-repeat center center;
	margin: -20px 0 20px;
}

.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.side-bn img {
	max-width: 100%
}

.main {
	position: relative;
	width: 920px;
	display: block;
	float: right;
}

.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 8px;
	margin: 0 0 10px;
}

.main-tit-bar .title {
	position: relative;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

.main-banner {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.main-banner img {
	position: relative;
	width: 100%;
}

.product-list {
	margin: 40px 0 0;
}

.product-list,
.certificate-list,
.video-list,
.download-list,
.faq-list {
	position: relative;
}

.product-list ul,
.certificate-list ul,
.video-list ul {
	position: relative;
	width: 110%;
}

.product-item {
	position: relative;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 284px;
	margin: 0 34px 20px 0;
	text-align: center;
}

.goods-items .product-item {
	width: 215px;
	margin: 0 20px 0 0;
}

.product-item .item-wrap {
	position: relative;
}

.product-item .pd-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-item .pd-img img {
	position: relative;
	width: 100%;
}

.product-item .pd-info {
	padding: 10px;
}

.product-item .pd-info .pd-name {
	font-size: 14px;
	line-height: 20px;
}

.download-list ul {}

.download-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: left;
}

.download-list ul li .download-cont .download-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
	max-width: 25px;
	max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.download-list ul li .download-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-top-color: #C9C9C9;
	border-bottom-color: #A5A5A5;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
	background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
	background: -o-linear-gradient(top, #F1F1F1, #DADADA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}

.download-list ul li .download-button a {
	position: relative;
	display: block;
	padding: 0 12px 0 40px;
	color: #0A0A0A;
	background-image: url(../images/icons08.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

.faq-list ul {}

.faq-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 1px solid #E9E9E9;
	color: #3D3D3D;
}

.faq-list ul li .faq-title {
	position: relative;
	padding: 20px 0 16px 42px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.faq-list ul li .faq-title b {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
}

.faq-list ul li .faq-title b.faq-down {
	background: url(../images/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
	background: url(../images/icons09.png) no-repeat center center;
}

.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 42px;
	font-size: 14px;
}

.page-bar {
	position: relative;
	display: block;
	margin: 32px 0 22px;
}

#page {
	display: inline-block;
	float: right;
}

#page  a,
#page p,
#page  span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #e5e5e5;
	height: 33px;
	line-height: 33px;
	padding: 0 14px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 5px;
}

#page span,
#page span a {
	text-transform: uppercase;
}

#page span {
	margin: 0 10px;
}

.page-count {}

#page .page-prev {
	margin: 0 10px 0 10px;
}

#page .page-next {
	margin: 0 0 0 15px;
}

#page a.cur,
#page a:hover {
	background: #1a1926;
	color: #FFF;
}

#page a:hover {
	text-decoration: none;
}

.blog-list {
	background: #fff;
	padding: 0 0 80px;
	margin: 0 auto 15px;
}

.blog-list .blog-item {
	padding: 20px 0;
	position: relative;
	margin: 0 auto 3px;
}

.blog-list .blog-item .blog-img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 20px 8px 0;
}

.blog-list .blog-item .blog-tit {
	font-size: 16px;
}

.blog-list .blog-item .blog-meta {
	display: block;
	color: #aaa;
}

.blog-list .blog-item .blog-meta span {
	display: inline;
	padding: 0 15px 0 0;
}

.blog-list .blog-item .blog-summary {
	padding: 8px 0;
	color: #999;
}

.blog-list .blog-item .readmore {
	display: block;
	text-align: right;
	font-size: 14px;
}

.blog-list .blog-item .readmore:hover a {
	color: #1F5792;
}

.blog-list .blog-item .readmore i {
	font-size: 14px;
}

.blog-list .blog-item:hover {
	background: #fafafa;
}

.blog-list .blog-item:hover img {
	opacity: 0.8;
}

.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px double #fbd2e4;
	border-bottom: 1px double #fbd2e4;
	;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}


/* product photos */

.product-intro {
	position: relative;
	display: block;
}

.product-title {
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-family: 'AcromMedium';
	font-weight: normal;
	line-height: 28px;
	color: #1a1926;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	background-color: #fff;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view {
	position: relative;
	width: 430px;
	float: left;
}

.product-view .product-image {
	border: 1px solid #eee;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	width: 365px;
	margin: 20px 0 0 32px;
}

.product-view .image-additional ul {
	position: relative;
	width: 388px;
}

.product-view .image-additional li {
	position: relative;
	width: 74px;
	margin: 0 23px 0 0;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	border: 1px solid #CCC;
}

.product-view .image-additional img.popup {
	display: none;
}

.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.image-additional .owl-prev,
.image-additional .owl-next {
	position: absolute;
	top: 0;
	width: 8px;
	height: 15px;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background-repeat: no-repeat;
	text-indent: 99999px;
	background-image: url(../images/page-ico.png)
}

.image-additional .owl-prev {
	background-position: -119px 0;
	left: -30px;
}

.image-additional .owl-next {
	background-position: -169px 0;
	right: -10px;
}


/* product summary */

.product-summary {
	position: relative;
	width: 450px;
	float: right;
}

.product-summary .share-this {
	float: right;
	margin: 30px 0 0;
}

.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}

.detail-tabs {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.detail-tabs h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-family: 'AcromMedium';
	font-size: 14px;
	margin: 0 28px 0 0;
	line-height: 30px;
	cursor: pointer;
}

.detail-tabs h2.current {
	color: #fbd2e4
}

.detail-tabs h2.current:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fbd2e4
}

.product-detail .detail-panel {
	padding: 20px 0 0 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.goods-tbar {
	position: relative;
}

.goods-tbar .title {
	position: relative;
	font-family: 'AcromMedium';
	font-size: 18px;
}

.goods-may-like {
	position: relative;
	margin: 40px 0 0;
}

.goods-items-wrap {
	position: relative;
	width: 100%;
}

.goods-items {
	position: relative;
	width: 940px;
	margin: 20px 0 0;
}


/*====CONTENT SLIDER NAVIGATION
=======================================================*/


/* for:
   public site module
================================================== */


/* lightbox */

.jquery-lightbox-button-close,
.jquery-lightbox-button-left,
.jquery-lightbox-button-right,
.slide-banners .flex-prev,
.slide-banners .flex-next,
.about-banner-wrap .owl-prev,
.about-banner-wrap .owl-next,
.history-foot .site-name {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.jquery-lightbox-overlay {
	background: #000;
}

.jquery-lightbox-navigator {
	display: none;
	height: 0!important;
}

.jquery-lightbox {
	padding: 0;
	background: #fff url(../images/loading.gif) center center no-repeat;
}

.jquery-lightbox-background img {
	display: block;
	max-width: 100%;
}

.jquery-lightbox-button-close,
.jquery-lightbox-button-left,
.jquery-lightbox-button-right {
	background-image: url(../images/lightbox_sprites.png);
	background-repeat: no-repeat;
	background-color: transparent;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.jquery-lightbox:hover .jquery-lightbox-button-close,
.jquery-lightbox:hover .jquery-lightbox-button-left,
.jquery-lightbox:hover .jquery-lightbox-button-right {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 9000;
}

.jquery-lightbox-button-close {
	display: block;
	width: 28px;
	height: 28px;
	background-position: -56px 0;
	position: absolute;
	right: 6px;
	top: 6px;
	text-indent: -9999em;
	overflow: hidden;
}

.jquery-lightbox-buttons {
	width: 56px;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
}

.jquery-lightbox-button-left,
.jquery-lightbox-button-right {
	display: block;
	width: 28px;
	height: 36px;
	text-indent: -9999em;
	overflow: hidden;
	position: relative;
	position: absolute;
}

.jquery-lightbox-button-left {
	background-position: 0 0;
	left: 6px;
}

.jquery-lightbox-button-right {
	background-position: -28px 0;
	right: 6px;
}

.jquery-lightbox-button-max {
	display: none!important;
}

.jquery-lightbox-mode-html .jquery-lightbox-background {
	display: none;
}

.jquery-lightbox-mode-image .jquery-lightbox-html {
	display: none;
}

.lightbox-html .jquery-lightbox-overlay {
	background: #fff;
}

.lightbox-html .jquery-lightbox {
	border: 1px solid #999;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.lightbox-html embed {
	border-radius: 0 0 8px 8px;
}

.lightbox-html .jquery-lightbox {
	padding: 35px 15px 15px;
}

.lightbox-html .jquery-lightbox-button-close {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/lightbox_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	text-indent: -9999em;
	overflow: hidden;
}


/* inquiry form */

.product-detail .inquiry-form-wrap {
	height: 400px;
}

.inquiry-form-wrap {
	position: relative;
	height: 400px;
}

.inquiry-form {
	position: relative;
	border: 1px solid #eeeeee;
}

.inquiry-form .inquiry-form-title {
	position: relative;
	font-size: 14px;
	line-height: 35px;
	color: #222222;
	padding: 0 24px;
	background: #fbd2e4;
	color: #FFF;
}

.inquiry-form ul {
	position: relative;
	overflow: hidden;
	padding: 18px 18px;
}

.inquiry-form .form-item {
	position: relative;
	display: block;
}

.inquiry-form input[type="text"],
.inquiry-form .form-text,
.inquiry-form textarea {
	position: relative;
	border: 1px solid #eeeeee;
	width: 94%;
	height: 35px;
	line-height: 35px;
	margin: 0 0 8px;
	color: #000;
	padding: 0 10px;
	font-size: 12px;
}

.inquiry-form .form-text,
.inquiry-form textarea {
	height: 112px;
}

.inquiry-form input[type="text"].form-input-capcha {
	width: 30%
}

.inquiry-form .form-btn-wrap {
	position: absolute;
	right: 18px;
	bottom: 26px;
}

.inquiry-form .form-btn-wrap .form-btn-submit {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	background: #fbd2e4;
	border: none;
	border: 1px solid #fbd2e4;
	font-family: 'SourceSansProRegular'
}

.inquiry-form .form-btn-wrap .form-btn-submit:hover {
	background: none;
	color: #fbd2e4;
}

.Validform_checktip {
	display: block;
	width: 93%;
	margin: 0 auto;
	_display: none;
}

.Validform_wrong {
	font-weight: bold;
	color: #da3439;
	_display: block;
}


/* entry table
----------------------------- */

.entry {
	padding: 15px 0;
}

.entry {
	color: #666;
}

.entry a {
	color: #0030FF;
}

.faq_faq {
	margin: 0;
	padding: 8px 0;
	font-size: 24px !important;
	line-height: 1.8;
	font-weight: bold;
	color: #000;
}

.entry p {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
	line-height: 1.8;
}


.entry table {
	/*border-collapse:collapse;*/
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.entry th,
.entry td {
	height: 30px;
	/*border:1px solid #ccc;*/
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	padding: 0 15px;
}

.entry th {
	font-size: 12px;
	background: #eee;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

.entry td.amts {
	color: #cb2027;
}

.entry th#cartDelete {
	text-align: center;
}

.entry .button {
	margin: 15px 10px 0 0;
	background: #dfdfdf;
	padding: 8px 15px;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
	color: #777;
	font-weight: bold;
	text-transform: Capitalize;
}

.entry .button:hover {
	background: #cb2027;
	color: #fff;
}

.entry .deletecartitem {
	width: 50px;
	text-align: center;
}

.entry .deletecartitem label {
	display: none;
}

.entry .stotal td.amts {
	font-size: 18px;
	font-weight: bold;
}

.entry img.alignleft {
	float: left;
	margin: 20px 15px 0 0;
}

.entry img.alignright {
	float: right;
	margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
	float: left;
	margin-left: 0;
}

.entry img.alignrightnopad {
	float: right;
	margin-right: 0;
}

.entry img.aligncenter {
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
}

.entry img {
	max-width: 100%;
}

.cartitem a {
	color: #292929;
	font-weight: bold;
}

.inquiry-form ul li {
	background: none;
}

.entry .inquiry-form-wrap {
	margin: 20px 0 0;
}


/* contact form
----------------------------- */

.contact-form {
	padding: 15px 20px 50px;
}

.contact-form .form-item {
	width: auto;
	padding: 6px 0 6px 90px;
	_width: 600px;
}

.contact-form .form-label {
	width: 85px;
}

.contact-form .form-btn-wrap {
	position: relative;
	display: block;
	padding: 15px 0 0 90px;
	bottom: auto;
	right: auto;
}

.contact-form .form-btn-wrap .form-btn-submit {
	padding: 5px 40px;
	text-align: center;
	font-size: 14px;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-linear-gradient(top, #fff, #ddd);
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: -o-linear-gradient(top, #fff, #ddd);
	background: linear-gradient(top, #fff, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
	border-radius: 3px;
}

.contact-form .form-btn-wrap .form-btn-submit:hover {
	border: 1px solid #aaa;
	color: #333;
	box-shadow: 0 0 3px #ddd inset;
}


/* others
----------------------------- */

.top-category {
	padding-bottom: 10px;
}

.top-category .titl {
	padding: 5px;
	line-height: 12px;
	border: 1px solid #cccccc;
}

.pagenavi {
	padding: 10px 5px 30px 20px;
}

.pagenavi span,
.pagenavi a {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
}


/* rating
----------------------------- */

.post-ratings {
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff;*/
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}

.post-ratings-image {
	border: 0px;
}

.post-ratings IMG,
.post-ratings-loading IMG,
.post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.post-ratings-text {}

.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}


/* size */

.model {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}

.info-title {
	max-height: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
}

.info-con {
	display: block;
	margin-left: 20px;
}

.info-con-title {
	font-size: 15px;
	color: #FF3300;
}

.info-con span {
	display: block;
}

.info-left {
	float: left;
	width: 120px;
	max-height: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
	margin-top: 123px;
}

.info-middle {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 10px;
}

.info-right {
	float: left;
	width: 120px;
}

.info-right div:first-child {
	height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
	margin-top: 11px;
}

.info-right div:nth-child(2) {
	height: 166px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
	margin-top: 13px;
}

.info-right div:nth-child(3) {
	height: 148px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
	margin-top: 9px;
}

.size-table td {
	text-align: center;
}


/* for: page================================================== */

.main .item-head {
	padding: 10px 0;
	border-top: 1px dashed #c0c0c0;
	clear: both;
	font-size: 14px;
	font-weight: bold;
}

.main .color-show li {
	width: 70px;
	height: 90px;
	float: left;
	text-align: center;
}

.main .color-show li img {
	width: 51px;
	height: 51px;
}

.main .color-show li span {
	display: block;
	padding: 5px 0 0;
}

.main .color-show li.show-big {
	width: 220px;
	min-height: 300px;
	_height: 300px;
	_overflow: visible;
	float: left;
}

.main .color-show li.show-big img {
	width: 160px;
	height: auto;
	margin: 15px auto 0;
}

.selected {
	cursor: pointer;
}

.ico ul li {
	padding: 5px 0;
}

.ico ul li a {
	color: #FFC000;
	font-weight: bold;
}

.sub-tbar {
	line-height: 30px;
	background: url(../images/tit_bg_line.png) repeat-x scroll 0 15px;
	text-align: center;
	margin-bottom: 15px;
}

.sub-tbar h3 {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	font-size: 18px;
	font-weight: normal;
}

.sub-tbar h3 {
	*display: inline;
}

.handmade li {
	float: left;
	width: 257px;
	height: 280px;
	padding: 0 10px;
}

.handmade li .img,
.handmade li .img img {
	display: block;
	width: 250px;
	height: 138px;
}

.handmade li .tit {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 0 0;
	font-size: 12px;
}

.handmade li .tit,
.handmade li .tit a {
	color: #333;
}

.handmade li .summary {
	height: 80px;
	line-height: 20px;
	overflow: hidden;
}

.shippingdate {
	padding: 2px 0 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 10px 0 0;
}

.detail {
	float: right;
	width: 350px;
	padding: 2px 0 0 20px;
	border-top: 1px dashed #ddd;
	border-left: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 10px 0 0;
}

.detail a {}

.detail ul {
	overflow: hidden;
}

.detail ul li {
	float: left;
	width: 160px;
}


/* for: page faq...================================================== */

.size {
	margin-top: 0px;
	padding-left: 60px;
}

.size table {
	border: 1px solid #efefef;
	margin-top: 20px;
}

.size ul li {
	float: left;
	padding: 0 18px;
}

.size table td {
	text-align: center;
}

.size table tr {
	text-align: center;
}

.size table th {
	text-align: center;
	color: #FFC000;
	font-weight: bold;
}

.size-pro table {
	border: 1px solid #efefef;
	margin-top: 20px;
	text-align: center;
}

.size-pro ul li {
	float: left;
	padding: 0 18px;
}

.size-pro table td {
	text-align: center;
}

.size-pro table tr {
	text-align: center;
	color: #FFC000;
	font-weight: bold;
}

.size-pro table th {
	text-align: center;
	color: #FFC000;
	font-weight: bold;
}

.attachment-100x100 {
	max-width: 120px;
}


/* dropdown
----------------------------- */

.topbar .change-currency {
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}

.topbar .change-currency a:hover {
	text-decoration: none;
}

.topbar .change-currency a.USD,
.change-currency a.EUR,
.topbar .change-currency a.CAD,
.topbar .change-currency a.GBP,
.topbar .change-currency a.AUD,
.topbar .change-currency a.HK,
.topbar .change-currency a.JPY,
.topbar .change-currency a.RUB,
.topbar .change-currency a.CHF,
.topbar .change-currency a.MXN,
.topbar .change-currency a.NOK,
.topbar .change-currency a.CZK,
.topbar .change-currency a.BRL,
.topbar .change-currency a.ARS {
	padding: 0 0 0 26px;
	background-image: url(../images/currency-icons.png);
	background-repeat: no-repeat;
}

.topbar .change-currency a.USD {
	background-position: 2px 4px;
}

.topbar .change-currency a.EUR {
	background-position: 2px -22px;
}

.topbar .change-currency a.CAD {
	background-position: 2px -50px;
}

.topbar .change-currency a.GBP {
	background-position: 2px -75px;
}

.topbar .change-currency a.AUD {
	background-position: 2px -100px;
}

.topbar .change-currency a.HK {
	background-position: 2px -125px;
}

.topbar .change-currency a.JPY {
	background-position: 2px -150px;
}

.topbar .change-currency a.RUB {
	background-position: 2px -177px;
}

.topbar .change-currency a.CHF {
	background-position: 2px -202px;
}

.topbar .change-currency a.MXN {
	background-position: 2px -227px;
}

.topbar .change-currency a.NOK {
	background-position: 2px -252px;
}

.topbar .change-currency a.CZK {
	background-position: 2px -278px;
}

.topbar .change-currency a.BRL {
	background-position: 2px -303px;
}

.topbar .change-currency a.ARS {
	background-position: 2px -329px;
}

.dropdown {
	display: inline-block;
	float: left;
	margin-right: 5px;
	position: relative;
	padding-top: 1px;
}

.dropdown .submenu {
	width: 90px;
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	background: #fff;
	border-radius: 0 3px 3px 3px;
	border: 1px solid #bbb;
	text-align: left;
	padding: 5px;
	z-index: 99999;
	background: #fff;
}

.dropdown .submenu a {
	display: block;
	border-top: 1px solid #eee;
}

.over .submenu {
	display: block
}

.currency_cur {
	width: 90px;
	padding: 0 5px;
	border: 1px solid #bbb;
}

.currency_text {
	float: left;
}

.totalall {
	font-size: 18px;
	font-weight: bold;
}

.masking-out {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: block;
	overflow: hidden;
	z-index: 99999
}

.masking-out-cont {
	position: relative;
	width: 1080px;
	margin: 100px auto;
	text-align: center;
}

.masking-out-cont,
.masking-out-cont a {
	color: #FFF;
}

.asking-out-title {
	font-size: 48px;
}

.masking-out-detail {
	padding: 35px 0;
	text-align: left;
}

.masking-out-close,
.web-close {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	margin: 0 20px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}

.masking-out-close {
	background: #000
}

.web-close {
	background: #ccc;
	color: #000;
}

.none {
	display: none;
}

.blog-article img {
	margin: 10px;
}

.blog-article p {
	padding: 0;
}

.conmain {
	width: 920px;
	margin-top: 20px;
}

.conmain .conlt {
	width: 50%;
	margin-right: 2%;
	float: left;
}

.conmain b {
	font-size: 24px;
	font-weight: normal;
	color: #272727;
	position: relative;
	padding-bottom: 3%;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.conmain .conrt {
	width: 47%;
	float: left;
}

.conleft b:after,
.conmain b:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100px;
	height: 1px;
	background: #8e2927;
}

.conlt p {
	line-height: 20px;
	margin: 3% 0;
	color: #777;
	font-size: 14px;
}

.conlt li {
	line-height: 30px;
	font-size: 14px;
	color: #686868;
	border-bottom: 1px dashed #ccc;
}

.main01 {
	width: 1200px;
}

.dbcnzz img {
	display: none;
}

.inquiry-pop-bd .inquiry-pop iframe {
	min-height: 400px !important;
}