/* 
  Theme Name:MAO6106
  Theme URL:https://fuwu.maosiji.com
  Description: 《MAO6106》主题是猫斯基(fuwu.maosiji.com)专为 probecom.com 制作的外贸主题，在使用过程中遇到任何问题，可联系微信 maosiji-com（加好友时请注明主题名称。）
  Author:猫斯基(maosiji.com)
  Author URI:https://maosiji.com
  Version:3.0.1
  Time:2019.08.03
 update: 2022.10.26
  Tags:外贸主题,产品展示主题,SEO优化主题,猫斯基主题
*/

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

a:focus,
a:hover,
a:visited,
a:active {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #80ab4e;
}

.mt {
	margin-top: 100px;
}

.mb {
	margin-bottom: 100px;
}

.mt20 {
	margin-top: 20px;
}

.pt20 {
	padding-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

.oneline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.w1170 {
	width: 1170px;
}

.mt0 {
	margin-top: 0;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.colorwhite {
	color: #fff;
}

.mb20 {
	margin-bottom: 20px;
}

.mb70 {
	margin-bottom: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.dib {
	display: inline-block;
}

.maoul0 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media only screen and (max-width: 768px) {
	.mt,
	.mt50 {
		margin-top: 20px;
	}
	.mb70 {
		margin-bottom: 20px;
	}
	.pb70 {
		padding-bottom: 20px;
	}
	.mb {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1170px) {
	.w1170 {
		width: 100%;
	}
}


/*首页*/

.maoHomeBanner .swipslider {
	padding-top: 23% !important;
}

.maoHomeBanner .swipslider ul li a img {
	display: inline-block;
	width: 100%;
}


/*
 
 * 首页关于
 * */

.maoHomeAbout .row>div:first-child {
	animation-name: fadeInLeft;
	animation-duration: 2s;
}

.maoHomeAbout .row>div:last-child {
	animation-name: fadeInRight;
	animation-duration: 2s;
}

.maoHomeAbout .swipslider .mao_description {
	position: relative;
	top: -120px;
	left: 0;
	text-align: center;
	z-index: 9999999999999999999999999;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.maoHomeAbout .swipslider .mao_description {
		top: -100px;
	}
}

.maoHomeAbout .swipslider .mao_description h4 {
	background: rgba(0, 0, 0, .5);
	/*width: 80%;*/
	padding: 10px 0;
	overflow: hidden;
}

.maoHomeAbout .swipslider ul li a img {
	display: inline-block;
	width: 100%;
}


/*首页 产品分类*/

.maoHomeProducts .maoHR {
	display: inline-block;
}

@-webkit-keyframes flipOutYtest {
	from {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
	}
	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
	to {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}

.test {
	-webkit-animation: flipOutYtest 0.75s linear;
	animation: flipOutYtest 0.75s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
	from {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
		opacity: 1;
	}
}

.test2 {
	-webkit-animation: flipInYtest 0.75s linear;
	animation: flipInYtest 0.75s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.well {
	width: 1000px;
	min-height: 250px;
	/*  margin: auto;
  min-width: 1250px;
  column-width: 250px;
  -webkit-column-width: 250px;
  -webkit-column-gap: 0px;
  column-gap: 0px;*/
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.well .well-item {
	position: relative;
	float: left;
	width: 23%;
	min-height: 250px;
	margin: 1%;
}

.well .well-item img {
	width: 100%;
	min-height: 250px;
}

.correct {
	position: absolute;
	width: 100%;
}

.opposite {
	min-height: 250px;
	width: 100%;
}

.opposite div,
.opposite a.opposite-content-text {
	min-height: 250px;
	width: 100%;
}

.opposite a.opposite-content-text:hover h3 {
	color: #fff;
}

.opposite-content {
	display: block;
	width: 100%;
	min-height: 250px;
	background-color: #D95E22;
}

.opposite-content-text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 24px;
}

.maoReverse .diycorrect {
	text-align: center;
	line-height: 2;
	background: #fff;
	min-height: 200px;
}

.maoReverse .diyopposite,
.maoReverse .diyopposite div,
.maoReverse .diyopposite a.opposite-content-text {
	min-height: 200px !important;
}

.maoReverse .diycorrect img {
	width: 110px !important;
	height: 110px !important;
	min-height: 110px !important;
	margin-top: 20px;
}


/*
 * 
 * 首页 视频模块
 * 
 * */

.maoVideo {
	height: 390px;
}

.maoCarousel-videos {
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.maoCarousel-videos .owl-carousel .owl-item {
	height: 200px;
}

.maoCarousel-videos .owl-carousel .item {
	padding: 15px;
	height: 100%;
}

.maoCarousel-videos .owl-carousel .item h4 {
	color: #fff;
	margin-top: 0;
}

.maoCarousel-videos .owl-carousel .item a {
	float: right;
	position: relative;
	top: 70px;
}

.maoCarousel-videos .owl-carousel .item a img {
	width: 45px;
	display: inline-block;
}

.maoCarousel-videos .owl-carousel .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.maoCarousel-videos .owl-carousel .owl-nav .owl-prev,
.maoCarousel-videos .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #869791;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.maoCarousel-videos .owl-carousel .owl-nav .owl-prev:hover,
.maoCarousel-videos .owl-carousel .owl-nav .owl-next:hover {
	background: #D6D6D6;
}

.maoModel iframe {
	width: 100% !important;
}

.maoModel .modal-body {
	text-align: center;
}


/*
 
 * 优势模块
 * */

.maoAdvContent {
	height: 327px;
}

.maoAdvContent .mao_content a {
	width: 120px;
	height: 120px;
	display: block;
	border: 3px solid #00aeef;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
	margin: 0 auto 20px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.maoAdvContent .mao_content a:hover {
	-webkit-transform: rotateY(200deg);
	transform: rotateY(200deg);
}


/*
 
 * 底部
 * 
 * */

.maoFooterInfo .maolr {
	padding: 30px;
	padding-top: 40px;
	height: 300px;
}

@media only screen and (max-width: 1200px) {
	.maoFooterInfo .maolr {
		height: auto;
	}
}

.maoFooterInfo .mao_left .mao_sns a {
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	line-height: 42px;
}

.maoFooterInfo .mao_left .mao_sns a i {
	color: #fff;
}

.maoFooterInfo .mao_left .mao_sns a:hover i {
	animation-name: bounce;
	animation-duration: 1s;
}

.maoFooterInfo .mao_add2 h4,
.maoFooterInfo .mao_add1 h4,
.maoFooterInfo .maoul0,
.maoFooterInfo .maoul0 li {
	display: inline-block;
}

.maoFooterInfo .mao_copy {
	clear: both;
	height: 50px;
	line-height: 50px;
}


/*
 
 * 博客分类页
 * 
 * */

.maoCatBlog .maoFirstArticle {
	box-shadow: 0 0 25px #888888;
	padding: 15px;
	background: #fff;
	word-wrap: break-word;
	word-break: break-all;
}

.maoCatBlog .maoFirstArticle h1 {
	font-family: 微软雅黑;
	font-size: 25px;
}

.maoCatBlog .maoFirstArticle .mao_word p {
	line-height: 2.2;
}

.maoCatBlog .maoFirstArticle .mao_pic img {
	vertical-align: top;
	border: 8px solid #eee;
	margin-top: 8px;
	width: 100%;
}

.maoCatBlog .maoOneArticle {
	margin-bottom: 20px;
}

.maoCatBlog .maoOneArticle h2 {
	height: 40px;
	font-family: 微软雅黑;
	font-size: 18px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.maoCatBlog .maoOneArticle a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.maoCatBlog .maoOneArticle a div {
	max-height: 250px;
	overflow: hidden;
}

.maoCatBlog .maoOneArticle a div span,
.maoCatBlog .maoOneArticle a div img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.maoCatBlog .maoOneArticle a:hover div img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.maoCatBlog .maoOneArticle a:hover div span {
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
	top: -250px;
}

.maoCatBlog .maoOneArticle:nth-child(8n) a:hover div span {
	background-color: rgba(117, 76, 40, 0.55);
}

.maoCatBlog .maoOneArticle:nth-child(8n+1) a:hover div span {
	background-color: rgba(184, 32, 44, 0.55);
}

.maoCatBlog .maoOneArticle:nth-child(8n+2) a:hover div span {
	background-color: rgba(240, 90, 40, 0.55);
	;
}

.maoCatBlog .maoOneArticle:nth-child(8n+3) a:hover div span {
	background-color: rgba(102, 205, 245, 0.72);
}

.maoCatBlog .maoOneArticle:nth-child(8n+4) a:hover div span {
	background-color: rgba(228, 200, 90, 0.55);
}

.maoCatBlog .maoOneArticle:nth-child(8n+5) a:hover div span {
	background-color: rgba(146, 40, 140, 0.55);
}

.maoCatBlog .maoOneArticle:nth-child(8n+6) a:hover div span {
	background-color: rgba(0, 146, 71, 0.55);
}

.maoCatBlog .maoOneArticle:nth-child(8n+7) a:hover div span {
	background-color: rgba(8, 116, 189, 0.55);
}


/*
 
 * Page页 关于我们
 * 
 * */

.maoSmallBanner .maoSB>div.innerSB {
	height: 150px;
	background-color: rgba(68, 119, 229, 0.5);
	padding-top: 45px;
}


/*
 
 * Page页内容样式
 * */

.maoPageContent p {
	text-align: justify;
	color: #606060;
	font-size: 15px;
	margin: 0.85em 0;
	line-height: 28px;
}

.maoPageContent>div {
	padding: 30px 0;
}

.maoPageContent .maoCS>h2 {
	color: #2c2424;
	text-align: center;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.maoPageContent .maoCS>h2:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 4px;
	background: #4d749f;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/*
 
 * 底部banner
 * */

.maoFooterBanner .maofb {
	height: 450px;
	padding: 60px 0;
}

.maoFooterBanner .maofb .w1170>h2 {
	color: #2c2424;
	text-align: center;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.maoFooterBanner .maofb>h2:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 4px;
	background: #4d749f;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/* 样式	开始*/

.maoFooterBanner .maofb div.maostyle1 {
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 30px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

.maoFooterBanner .maofb .w1170 {
	margin: 0 auto;
}

.maoFooterBanner .maofb div.maostyle1:before {
	position: absolute;
	content: "";
	top: -8px;
	left: -8px;
	width: 102%;
	border: 1px solid #fff;
	height: 109%;
	padding: 7px;
}

.maoFooterBanner .maofb div.maostyle1 p {
	margin: 0.85em 0;
	line-height: 28px;
	color: #393535;
	font-size: 25px;
}

@media only screen and (max-width: 768px) {
	.maoFooterBanner .maofb div.maostyle1 p {
		font-size: 12px;
	}
	.maoFooterBanner .maofb div.maostyle1 {
		margin-top: 0;
	}
	.maoFooterBanner .maofb div.maostyle1:before {
		width: 103%;
	}
	.maoFooterBanner .maofb .w1170>h2 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 425px) {
	.maoFooterBanner .maofb div.maostyle1:before {
		width: 105%;
	}
}


/* 样式	结束*/


/*

/*
 
 * 联系页面样式
 * */

.maoContactUs .maoCU {
	-webkit-box-shadow: 0px 0px 30px -2px rgba(171, 171, 171, 1);
	-moz-box-shadow: 0px 0px 30px -2px rgba(171, 171, 171, 1);
	box-shadow: 0px 0px 30px -2px rgba(171, 171, 171, 1);
	padding: 3% 2%;
	margin: -70px 0 80px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.maoContactUs .maoCU .mao_left {
	border-right: 1px solid #ddd;
}

.maoContactUs .maoCU .mao_right h5 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.maoContactUs .maoCU .mao_right ul {
	list-style: none;
	padding: 0;
}

.maoContactUs .maoCU .mao_right ul li {
	color: #606060;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 22px;
}

.maoContactUs .maoCU .mao_right ul li i {
	font-size: 1.5em;
}

@media only screen and (max-width: 768px) {
	.maoContactUs .maoCU {
		margin: 0;
	}
}


/*
 
 * 博客和产品页的轮播图
 * */

.nivo-controlNav.nivo-thumbs-enabled {
	text-align: left;
}

.nivo-controlNav.nivo-thumbs-enabled a {
	display: inline-block;
	padding: 0 5px;
	margin-top: 15px;
}

.nivo-controlNav.nivo-thumbs-enabled a:first-child {
	/*padding-left: 0;*/
}

.nivo-controlNav.nivo-thumbs-enabled a img {
	width: 83px;
}

.nivoSlider .nivo-directionNav a {
	width: 30px;
	height: 30px;
	background: url(wmx_static/img/arrows.png);
}

.nivoSlider .nivo-directionNav a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.nivoSlider .nivo-directionNav a.nivo-prevNav {
	left: 15px;
}


/*
 
 * 博客、产品文字部分样式
 * */

.maoMain {
	padding: 30px 15px;
}

.maoarticle {
	word-wrap: break-word;
	word-break: break-all;
}

.maoMain .maoarticle p {
	margin: 0.85em 0;
	line-height: 28px;
	color: #606060;
	font-size: 15px;
}

.maoarticle .mao_info .mao_left {
	height: 35px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.maoarticle .mao_info .mao_left .form-group {
	padding: 0;
}

.maoarticle .mao_info .mao_left .form-group button {
	width: 100%;
	border-radius: 0
}

.maoarticle .mao_info .mao_right>div {
	opacity: 1 !important;
}


/*
 
 * 侧边栏
 * */

.maoSidebar .maoarticleSider {}


/*
 
 * 样式一
 * */

#fg_s_showarticle_4,
#fg_s_showarticle_3,
.maoCollapse {
	padding: 15px 15px 0px;
	background-color: #fff;
}

.fg_head_indexpage_unify {
	border-bottom: 1px solid black;
}

#fg_s_showarticle_4 .fg_body,
#fg_s_showarticle_3 .fg_body {
	padding: 15px 0 20px 0;
}

#fg_s_showarticle_4 .fg_body ul,
#fg_s_showarticle_3 .fg_body ul {
	list-style-type: none;
	padding: 0 10px;
}

#fg_s_showarticle_4 .fg_body ul li,
#fg_s_showarticle_3 .fg_body ul li {
	margin-bottom: 15px;
	height: auto;
}

#fg_s_showarticle_4 .fg_body ul li a,
#fg_s_showarticle_3 .fg_body ul li a {
	position: relative;
	height: 80px;
	color: #8590a6;
	width: 100%;
	display: inline-block;
}

#fg_s_showarticle_4 .fg_body ul li .fg_img,
#fg_s_showarticle_3 .fg_body ul li .fg_img {
	margin: 0 18px 0 0;
	width: 100%;
	height: 80px;
	border-radius: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#fg_s_showarticle_4 .fg_body .fg_mask,
#fg_s_showarticle_3 .fg_body .fg_mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: 10px 0 10px 15px; */
	background: rgba(43, 68, 95, .0);
	border-radius: 4px;
}

#fg_s_showarticle_4 .fg_body .fg_title,
#fg_s_showarticle_3 .fg_body .fg_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: 10px 0 10px 15px; */
	opacity: 0;
	border-radius: 4px;
	color: #fff;
	padding: 10px;
	line-height: 60px;
	text-align: center;
}

#fg_s_showarticle_4 .fg_body ul li a .fg_title,
#fg_s_showarticle_3 .fg_body ul li a:hover .fg_title {
	opacity: 1 !important;
}

#fg_s_showarticle_4 .fg_body ul li a .fg_mask,
#fg_s_showarticle_3 .fg_body ul li a:hover .fg_mask {
	background: rgba(43, 68, 95, 0.5) !important;
}

.dao_transition {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


/*
 
 * 产品详情页 弹窗
 * */

#myModal7 .modal-dialog {
	line-height: 10;
}

@media only screen and (max-width: 992px) {
	.maoSidebarProduct {
		display: none;
	}
	.maoSidebar {
		margin-top: 20px;
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.nivo-controlNav.nivo-thumbs-enabled {
		display: none;
	}
	.maoarticle .mao_info {
		margin-top: 20px;
	}
	#myModal7 .modal-dialog {
		line-height: 5;
	}
}


/*
 
 * 分类侧边栏
 * */

.maoCollapse_ul>ul {
	margin: 0;
	padding: 0;
}

.maoCollapse_ul ul {
	list-style-type: none;
}

.maoCollapse_ul ul li {
	padding: 0 !important;
}

.maoCollapse_ul ul li {
	border-bottom: 1px solid #e7e6e6;
	padding: 0px 5px 0px 25px;
}

.maoCollapse_ul ul li a {
	color: #777778;
	font-size: 15px;
	position: relative;
	margin-left: 0;
	-webkit-transition: margin-left 0.3s ease-in-out;
	-moz-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
	padding: 8px 0;
	display: inline-block;
	width: 90%;
}

.maoCollapse_ul ul li.active {
	background: #f8f8f8;
}

.maoCollapse_ul ul li.active>a {
	color: #2781cd;
}

.maoCollapse_ul ul li a:before {
	content: "\f054";
	font-family: 'FontAwesome';
	left: -18px;
	top: 10px;
	font-size: 12px;
	color: #777778;
	margin-right: 15px;
}

.maoCollapse_ul ul li span.CatExpander {
	padding-right: 5px;
	float: right;
	cursor: pointer;
	margin-top: 8px;
	width: 10%;
	text-align: center;
}

.maoCollapse_ul ul li ul {
	display: none;
	padding-left: 20px;
}


/*
 
 * 产品分类页
 * */

.maoCatDes .w1170 {
	padding: 25px;
}

.maoCatDes .w1170 p {
	margin: 0.85em 0;
	line-height: 28px;
	color: #606060;
	font-size: 15px;
}

.maoCP .maoOneArticle .mao_word {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 10px 0px;
	margin-top: 0;
	position: relative;
	line-height: 25px;
	border-bottom: 2px solid #2e518d;
	margin-bottom: 10px;
	overflow: hidden;
}


/*
 
 * 导航
 * */

.header-main {
	padding: 10px 0
}

.site-branding {
	float: left
}

.site-title {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	/*background: url(mao_dynamic/logo.png) no-repeat;*/
	/*height: 50px;
	width: 250px;*/
	text-indent: -99999px;
	font-size: 16px;
	font-size: 1rem
}

.primary-navigation-wrap {
	float: right;
	position: relative;
	top: 15px;
}

.main-navigation-toggle {
	display: none;
	border: none;
}

.main-navigation-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative
}

.main-navigation-menu li {
	float: left;
	position: relative
}

.main-navigation-menu a {
	display: block;
	font-size: 14px;
	padding: 0.9em 1.1em;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
	list-style-position: outside;
}

.main-navigation-menu ul li {
	margin: 0
}

.main-navigation-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 0.9em 0;
	float: left;
	font-size: 14px;
}

.main-navigation-menu ul li:last-child a {
	border-bottom: none
}

.main-navigation-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem
}

.main-navigation-menu li:hover ul ul,
.main-navigation-menu li:hover ul ul ul,
.main-navigation-menu li:hover ul ul ul ul {
	display: none
}

.main-navigation-menu li:hover ul,
.main-navigation-menu li li:hover ul,
.main-navigation-menu li li li:hover ul,
.main-navigation-menu li li li li:hover ul {
	display: block
}

.main-navigation-menu>ul li.current-menu-item>a {
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #fff;*/
}

.main-navigation-menu li.current-menu-item ul li a,
.main-navigation-menu ul li.current-menu-item ul li a {
	text-decoration: none
}

.main-navigation-menu ul li.current-menu-item a {
	text-decoration: underline
}

.main-navigation-menu .menu-item-has-children a:after {
	content: ' \00BB'
}

.main-navigation-menu .menu-item-has-children ul li a:after {
	display: none
}

.main-navigation-menu li.current-menu-item a:before {
	text-decoration: none
}

@media only screen and (max-width: 80em) {
	/*.language-switcher {
		margin-left: 1em
	}*/
	.main-navigation-menu a {
		padding: 0.9em 1.0em
	}
}

@media only screen and (max-width: 75em) {
	.header-main {
		padding: 1.4em 0
	}
	.site-title {
		margin: 0.5em 0 0;
		height: 40px;
		width: 200px;
		background-size: 200px 40px
	}
	/*.language-switcher {
		display: none
	}*/
	.main-navigation-menu a {
		padding: 0.9em
	}
}

@media only screen and (max-width: 70em) {
	.container-mao {
		/*width: 100%;*/
		margin: 0;
		padding-left: 1.5em;
		padding-right: 1.5em
	}
}

@media only screen and (max-width: 65em) {}

@media only screen and (max-width: 60em) {
	.primary-navigation-wrap {
		float: none;
		top: 10px;
	}
	.main-navigation-menu li {
		float: none;
		position: static
	}
	.main-navigation-menu ul {
		position: static;
		display: block
	}
	.main-navigation-menu ul a {
		width: auto;
		float: none
	}
	.main-navigation-menu li ul ul {
		margin-left: 0
	}
	.main-navigation-menu li:hover ul ul,
	.main-navigation-menu li:hover ul ul ul,
	.main-navigation-menu li:hover ul ul ul ul,
	.main-navigation-menu li:hover ul,
	.main-navigation-menu li li:hover ul,
	.main-navigation-menu li li li:hover ul,
	.main-navigation-menu li li li li:hover ul {
		display: inline
	}
	.main-navigation-menu .menu-item-right {
		float: none
	}
	.main-navigation-menu .menu-item-right a:before {
		display: none
	}
	.main-navigation-menu .menu-item-has-children a:after {
		content: ''
	}
	.main-navigation-toggle {
		float: right;
		display: inline-block;
		padding: 1em 1.4em;
		background: none;
	}
	.main-navigation-toggle:hover,
	.main-navigation-toggle:active,
	.main-navigation-toggle:focus {
		cursor: pointer;
		background: none;
		border: none;
	}
	.main-navigation-toggle:after {
		float: left;
		display: inline-block;
		font-size: 24px;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		font-family: 'FontAwesome';
		content: '\f0c9';
		color: #444;
	}
	.main-navigation-menu {
		float: left;
		width: 100%;
		display: none;
		margin-top: 1em;
		/*border-top: 1px solid rgba(255, 255, 255, 0.2)*/
	}
	.main-navigation-menu a {
		display: block;
		clear: left;
		padding: 0.8em 1.4em;
		/*border-bottom: 1px solid rgba(255, 255, 255, 0.2)*/
	}
	.main-navigation-menu ul {
		width: 100%
	}
	.main-navigation-menu ul a {
		display: block;
		width: 100%
	}
	.main-navigation-menu a:hover,
	.main-navigation-menu li.current-menu-item a {
		background: none
	}
	.main-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.6em 1.2em
	}
	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer
	}
	.main-navigation-menu .submenu-dropdown-toggle:before {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		font-family: 'FontAwesome';
		content: '\f078';
		color: #fff
	}
	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f077'
	}
	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 20px
	}
}

@media only screen and (max-width: 50em) {
	.container-mao {
		/*width: 100%;*/
		margin: 0;
		padding-left: 1.25em;
		padding-right: 1.25em
	}
	.header-main {
		padding: 1.4em 1.25em
	}
}

@media only screen and (max-width: 30em) {
	.header-main {
		padding: 1em 0.8em
	}
}

@media only screen and (min-width: 60em) {
	.main-navigation-menu {
		display: block !important
	}
}

header.common-header {
	height: auto;
}

header .logo,
header nav ul li {
	display: block;
}

header .logo,
header.common-header nav>ul>li {
	position: static;
}

.container-mao {
	max-width: 1170px;
}


/*
 
 * maoh
 * */

.maoheader {
	z-index: 1000;
}

.maoheader .maotou {
	height: 30px;
	padding: 0 15px;
}

.maoheader .maotou span {
	position: relative;
	top: 5px;
}

.maoheader .maotou span:first-child {
	float: left;
}

.maoheader .maotou span:last-child {
	float: right;
}

@media only screen and (max-width: 850px) {
	.maoheader .maotou span:first-child {
		display: none;
	}
}

@media only screen and (max-width: 510px) {
	.maoheader .maotou {
		display: none;
	}
}


/*
 
 * 分类导航
 * */

.dao_pagination {
	text-align: center;
}

.dao_pagination ul {
	list-style-type: none;
	padding: 0;
}

.dao_pagination ul li {
	display: inline-block;
	padding: 10px;
}

.mao_flexlider {
	width: 100%;
	margin: 0 auto 0;
}

.mao_flexlider ul li {
	position: relative;
}

.mao_flexlider ul li div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
	width: 35%;
	color: #fff;
	padding: 2em;
}

.mao_flexlider .flex-control-nav {
	display: none;
}

.mao_flexlider .flexslider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	margin: -80px 1em 0 0;
}

.mao_flexlider .flexslider .flex-direction-nav a:hover {
	background: rgba(0, 0, 0, .8);
}

.mao_flexlider .flexslider .flex-direction-nav a.flex-prev {
	opacity: 0.7;
	right: 75px;
	left: inherit;
}

.mao_flexlider .flexslider .flex-direction-nav a.flex-next {
	opacity: 0.7;
	right: 15px;
}

.mao_flexlider .flexslider .flex-direction-nav a:before {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.mao_flexlider ul li div p {
		display: none;
	}
	.mao_flexlider ul li div h2 {
		font-size: 16px;
	}
	.mao_flexlider ul li div {
		padding: 1em;
		width: 50%;
	}
	.mao_flexlider .flexslider .flex-direction-nav a.flex-prev {
		right: 50px;
	}
	.mao_flexlider .flexslider .flex-direction-nav a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: -40px 1em 0 0;
	}
	.mao_flexlider .flexslider .flex-direction-nav a:before {
		font-size: 20px;
	}
}

.mao_products p {
	color: #555458;
}

.mao_products .yucontent>div {
	margin-bottom: 20px;
}

.mao_products .yupost {
	background: #f5f5f7;
}

.mao_products .yupost a {
	overflow: hidden;
	display: block;
}

.mao_products .yupost a img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.mao_products .yupost a img:hover {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
}

.mao_products .yupost h3 {
	padding: 0 20px;
}

.mao_products .yupost div {
	padding: 20px;
}

.mao_products .yupost h3 {
	position: relative;
	margin-bottom: 0;
}

.mao_products .yupost h3 a {
	color: #555458;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.mao_products .yupost h3 a:before {
	position: absolute;
	top: 100%;
	left: 20px;
	width: 30px;
	height: 1px;
	background: #c1c0c3;
	content: '';
	margin-top: 12px;
}

.mao_products .yupost a img {
	width: 100%;
}

.mao_aboutus {
	background: #ece8e7;
	padding: 104px 0 114px;
	margin-bottom: 106px;
}

.mao_aboutus img {
	width: 100%;
}

.mao_blog {
	margin-bottom: 106px;
}

.mao_blog h2 {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
	font-size: 18px;
	padding: 15px;
}

.mao_blog h3 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	border-bottom: 5px solid #333;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.mao_blog h3 a {
	font-size: 16px;
	font-weight: bold;
}

.mao_blog .yumeta {
	display: block;
	color: #333;
	margin: 0;
	padding: 15px;
	background: #eee;
}

.mao_blog .yumeta span {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
}

.mao_blog p {
	padding: 15px;
	line-height: 25px;
}

.mao_blog .yyyuy {
	display: inline-block;
	width: 100%;
	background: #eee;
	margin-bottom: 15px;
}

.mao_blog .yyyuy img,
.mao_blog .yyyuy>div {
	float: left;
}

.mao_blog .yyyuy>div {
	padding-left: 10px;
}

.mao_anli {
	margin-bottom: 106px;
}

.mao_anli .yuhead a {
	float: right;
	margin-top: 25px;
	border: 1px solid #3A4F52;
	color: #3A4F52;
	padding: 10px 16px;
	font-size: 18px;
}

.mao_anli .yuhead a:hover {
	background: #3A4F52;
	color: white;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.mao_anli .yucontent>div {
	margin-bottom: 20px;
}

.mao_anli .yu2 p {
	color: #6a6a6a;
}

.mao_anli em {
	font-size: 12px;
}

.mao_footer {
	background: #fff;
}

.mao_footer .yucontent {
	padding: 30px 0;
}

.mao_footer .yucontent h3 {
	margin-bottom: 20px;
}

.mao_footer .yucontent a {
	color: #fff;
}
.mao_footer .yucontent a:hover {
	color: #ddd;
}

.mao_footer .yucontent p {
	margin-bottom: 15px;
	color: #fff;
}

.mao_footer .yucontent a p {
	padding: 10px 0;
	font-size: 12px;
}

.mao_footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mao_footer ul li {
	margin-bottom: 10px;
}

.mao_footer .yuimgs img {
	width: 80px;
	margin-bottom: 5px;
}

#video1 .mao-videolink {
	display: block;
	height: 450px;
	position: relative;
}

#video1 .mao-videolink img {
	width: 50px;
	position: absolute;
	top: 45%;
	left: 45%;
}

.mao_footer {
	background: #337897;
	color: #fff;
}
.mao70 {
							width: 70%;
						}
						@media only screen and (max-width: 1200px) {
							.mao70 {
								width: 50%;
							}
							.mao70 p {
								display: none;
							}
						}