
/* 导航轮播 */
/*.swiper-container {*/
	/*min-width: 1200px;*/
/*}*/

.swiper-container .item img{
	width: 100%;
	max-width: 100%;
}
/* 导航nav */
.hearder_two .container {
	margin: 0 auto;
}

.hearder_top .row {
	height: 40px;
	line-height: 40px;
	background: #F5F5F5;
	color: #666666;
}

/*  2.2 Header Logo Menu
/*----------------------------------------*/
.header-logo-menu.stick {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	margin: auto;
	padding: 0px;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 999999;
}

.bg-dark.header-logo-menu.stick {
	background: #3F5771
}

.as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
	width: 1200px
}

/*----------------------------------------*/
/*  2.2.1 Header Logo
/*----------------------------------------*/
/* .logo>a {
	display: inline-block;
	position: relative;
	z-index: 8
} */

.logo {
	width: 176px;
	height: 74px;
	margin-top: 10px;
}

.logo img {
	width: 100%;
	height: 100%;
}


/*----------------------------------------*/
/*  2.2.2 Header Mainmenu
/*----------------------------------------*/
.mainmenu {
	display: inline-block;
	position: relative;
	z-index: 99
}

.mainmenu-area {
	height: 90px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.header-logo-menu.stick .mainmenu-area {
	height: 90px;
	/* line-height: 90px; */
	margin: 0;
}
.mainmenu ul{
	padding-top:35px ;
}
.mainmenu ul#nav>li {
	display: inline-block;
	position: relative;
	width: 120px;
	text-align: center;
}

.mainmenu ul#nav>li>a {
	color: #2d3e50;
	display: block;
	font-family: "Microrost YaHei";

	color: #353434;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	line-height: 32px;
}

.mainmenu ul#nav>li>a:hover {
	color: #3558A3;
}

.mainmenu ul#nav>li>a:after,
.mainmenu ul#nav.menu-white>li>a:after {
	bottom: 36px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.header-logo-menu.stick .mainmenu ul#nav>li>a:after {
	/* bottom: 30px; */
}

.mainmenu ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.mainmenu ul#nav.menu-white>li:hover>a:after {
	background: #2d3e50
}

.mainmenu ul#nav>li:hover>a:after,
.mainmenu ul#nav.menu-white>li:hover>a:after,
.mainmenu ul#nav>li.current>a:after,
.mainmenu ul#nav.menu-white>li.current>a:after {
	width: 21px
}

.mainmenu ul#nav>li.current>a {
	/* background-color: #3558A3; */
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.mainmenu ul#nav.menu-white>li>a {
	color: #fff
}

.mainmenu ul#nav.menu-white>li:hover>a,
.stick .mainmenu ul#nav.menu-white>li:hover>a {
	color: #2d3e50
}

.mainmenu li>a>i {
	/* margin-left: 6px; */
	position: relative;
	top: -1px;
}

.lg-space .mainmenu ul#nav>li {
	margin-right: 36px;
}

.mainmenu ul#nav.border-full>li:hover>a:after {
	width: 100%
}

.mainmenu ul#nav.border-top>li>a:after {
	bottom: auto;
	top: 30px
}

.mainmenu ul#nav.border-top-2>li>a:after {
	bottom: auto;
	top: -9px
}

.padding-small .logo {
	padding-top: 20px
}

.padding-small .mainmenu ul#nav>li>a {
	line-height: 82px
}

/*------------------------------------------*/
/*  Dropdown Menu
/*------------------------------------------*/
.mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	left: 8px;
	margin-top: 15px;
	padding: 5px 15px;
	width: 120px;
	position: absolute;
	text-align: center;
	top: 100%;

	z-index: -99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.mainmenu ul#nav li ul.sub-menu>li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.mainmenu ul#nav li ul.sub-menu>li a,
.mega-menu a {
	color: #2d3e50;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 33px;
	text-transform: capitalize;
}

.mainmenu ul#nav li ul.sub-menu>li a:hover {
	color: #3558A3;
	text-decoration: none;
}

.mainmenu li>.sub-menu i {
	float: right;
	font-size: 17px;
	top: 10px;
}

.mainmenu ul#nav li:last-child,
.header-two .mainmenu ul#nav li:last-child {
	margin-right: 0
}

.mainmenu>nav>ul#nav>li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9999;
}

.mainmenu ul.sub-menu ul.inside-menu {
	left: 169px;
	top: -2px;
	width: 195px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.mainmenu ul.sub-menu li:hover ul.inside-menu {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	z-index: 9999;
}

.fixed {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}

.wh-100{
	width: 100%;
	height: 100%;
}
.section{
	margin-top: 15px;
}
/* 标题下划线 */
.section .section-title5:after {
	content: '';
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 15px;
	position: absolute;
	text-align: center;
	width: 125px;
}
.section .section-title4:after {
	content: '';
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 15px;
	position: absolute;
	text-align: center;
	width: 100px;
}

/* 产品 */

.product .product-nav {
	padding: 20px 0px;
}

.product .product-nav ul {
	margin: 0 auto;
	list-style: none;
	text-align: center;
	text-align: center;
	display: table;
}

.product .product-nav ul li {
	width: 120px;
	height: 28px;
	line-height: 23px;
	float: left;
	margin: 0 10px;
	border: 2px solid #D2D2D2;
	border-radius: 14px;
}

.product .product-nav ul li a {
	color: #666;
}

.product .product-nav ul li.active {
	background-color: #000000;

	border: 2px solid #000000;
}

.product .product-nav ul li.active a {
	color: #fff;
}

.product .product-nav ul li a:hover {
	text-decoration: none;
}

.product_imglist{
	height: 250px;
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	}
}
.product_imglist img{
	width: 100%!important;
	height: 100%!important;
}
.down-up{
		background: rgba(0, 0, 0, 0.5);
		height: 100%;
		left: 0;
		top: -100%;
		width: 100%;
		position: absolute;
		animation: down-up 1s;
		-webkit-animation: down-up 1s;
		animation-fill-mode: none;
		animation-fill-mode: backwards;
		/* -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s; */
}
.product_imglist:hover .down-up {
    top: 0;
}

.searchIcon{
	position: absolute;
	top: -100%;
	left: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product_imglist:hover .searchIcon {
    top: 50%;
}
/* 关于我们开始 */
.aboutus{

}
.aboutus .aboutus-content{

}
.aboutus .aboutus-content .aboutus-l{
position: relative;
height: 386px;
opacity: 0.9;
}
.aboutus .aboutus-content .aboutus-l .adoutus-img{

}
.aboutus .aboutus-content .aboutus-l .adoutus-img img{
	width: 100%;
	height: 100%;
}
.aboutus .aboutus-content .aboutus-l .adoutus-text{
	position: absolute;
	    top: 0px;
	    color: #fff;
	    padding:40px 30px;
}
.aboutus .aboutus-content .aboutus-l .adoutus-text button{
	width: 113px;
	    height: 36px;
	    background: #D4DCDF;
	    border-radius: 18px;
	    border: none;
	    color: #000;
}
.aboutus .aboutus-content .aboutus-l .adoutus-text p{
	 line-height: 30px;
	     margin-top: 30px;
	     text-indent: 2em;
 }
.aboutus .aboutus-content .aboutus-r{
 }
.aboutus .aboutus-content .aboutus-r .aboutus-rt {
	height: 269px;
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.72);
	width: 80%;
}
.aboutus .aboutus-content .aboutus-r .aboutus-rt img{
	width: 100%;
	height: 100%;
}

.aboutus .aboutus-content .aboutus-r .aboutus-rb{
	height: 200px;
	text-align: right;
	position: relative;
}
.aboutus .aboutus-content .aboutus-r .aboutus-rb .rb-img{
	position: absolute;
	right: 0px;
	top: -5px;
	width: 80%;
	height: 100%;
	z-index: -1;
	background: #fff;
}
.aboutus .aboutus-content .aboutus-r .aboutus-rb .rb-img img{
	width: 100%;
	height: 100%;
}

/* 关于我们结束 */



/* 案例中心 */
.case.section-c{
	position: relative;
	padding: 20px;
	background-color: #D4DCDF;
	color: #333;
}
.case.section-c .section-title:after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left:0px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100px;
}
.case .case-l .case-img{
	width: 590px;
	/*height: 350px;*/
}
.case .case-l .case-img img{
	width: 100%;
	height: 100%;
}

.case .case-r  .case-title{
	position: relative;
	padding: 10px 0 ;
}
.case .case-r  .case-title h4{
	margin: 0;
}
/* .case .case-r .case-title:after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0px;
	position: absolute;
	width: 90px;
} */
.case .case-r .case-des{
	padding: 20px 0;
}
.case .case-r  .case-btn button{
	width: 100px;
	height: 36px;
	background: #fff;
	border: none;
}


/* 脚部 */
footer.footer-content {
	color: #bababa;
	margin-top: 10px;
}

footer .footer-menu {
	color: #fff;
	height: 40px;
	line-height: 40px;
	background-color: #585865;
}

footer .footer-des {
	padding: 20px 0 10px 0;
	background-color: #474754;
}

footer .footer-des .des-news div {
	margin: 10px 0;
}
.des-news>div>span{
	color: #bababa;
}
.a-no{
	color: #fff;
}
.a-no:hover{
	text-decoration:none!important;
	color:#fff!important;
}
/*相册图集*/
﻿.zoomed > .container{-webkit-filter:blur(3px);filter:blur(3px);}
.container{width:505px;margin:0 auto;}
.gallery{list-style-type:none;float:left;padding:20px 20px 10px 20px;margin:0;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;}
.gallery li{
	padding:10px 10px 0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);
	box-shadow:0 1px 3px rgba(0,0,0,0.25);}
.gallery li:nth-child(6n){padding-right:0;}
.gallery li a,.gallery li img{max-width:400px;}
.tags-and-links{
	margin-top: 30px;
	padding-top: 20px;
	border-top:1px #ccc solid;
}
.related-tag{
	border:1px #eee solid;
	color:#666;
	padding:5px 10px;
}
.product-detail{
	line-height: 40px;
	text-align: center;
	color:#666;
}


﻿#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(images/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(images/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(images/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{}
.mod_gallerylist{width:100%; margin:0 auto}
.meta{font-size:12px; text-align:center;}
.image_container{
	border:1px #eee solid;
}
.image_container:hover{
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);
	box-shadow:0 1px 5px rgba(0,0,0,0.5);
}
.image_container img{

	padding:0 10px 10px 0;
	max-width:400px;}
