body{font-family: "微软雅黑"; /*padding-top: 222px;*/}
a{color: #000;}
a:hover{text-decoration: none;}
ul,li{list-style: none;}
.mobile-logo{
	display: none;
}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-fixed-top{
	background: #fff;
}
/*header*/
.head{
	position: relative;
}
header .fr{
	text-align: right;
	margin-top: 40px;
}
header .fr p a {
	color: #000;
	margin: 0 10px;
}
header .fr .hotline{
	color: #0e3461;
	font-size: 18px;
	background: url(../images/tel_03.jpg) no-repeat left center;
	padding-left: 40px;
}
.container{width: 980px !important;}
.swiper-container{height: 329px !important;}

/*******导航栏*******/
.navbar-default{
	background: #fff;
	border-color: #fff;
	border: none;
}
.navbar{
	margin-bottom: 0;
}
.nav>li>a{
	padding: 15px 25px;
}
.navbar-default .navbar-nav>li>a{
	color: #484848;
	font-size: 20px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li.open > a,.navbar-default .navbar-nav>li>a:hover{
	color: #484848;
	background-color: #fff;
	background: url(../images/active_03.jpg) no-repeat center bottom;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #484848;
	background-color: #fff;
}
.sub-nav{
	position: absolute;
	display: none;
	width: 100%;
	height: 57px;
	background: #0e3461;
	z-index: 9;
}
/*下拉菜单 */
.my-dropdown-menu{
	display: none;
	position: absolute;
	width: 800px;
	height: 57px;
	margin-left: -100%;
	z-index: 99;
}
.my-dropdown-menu li{
	list-style: none;
	float: left;
}
.my-dropdown-menu li a{
	color: #fff;
	line-height: 57px;
	margin: 15px 0;
	padding: 0 25px;
	font-size: 18px;
	border-right: 1px solid #fff;
}
.my-dropdown-menu li:last-child a{
	border-right: none;
}
.nav>li:hover .my-dropdown-menu,.nav>li.active .my-dropdown-menu{
	display: block;
}

/*banner*/
.swiper-container{
	height: 329px;
}
.swiper-button-next, .swiper-button-prev{
	width: 32px !important;
	height: 32px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/swiper_button_next_03.png) !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/swiper_button_prev_03.png) !important;
}

/*首页滚动*/
/*#slide{
	overflow: hidden;
}
#slide li{
	float: left;
	list-style: none;
	padding: 5px 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#slide .slideul1{width:7999px;padding: 0;}
#slide .slideul2{padding: 0;}
#slide .slideul2 li .mask{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	line-height: 250px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0;
}
#slide .slideul2 li .mask div{
	background-color: rgba(0,0,0,.5);
	margin: 0 10px;
}
#slide img{
	width: 375px; 
	height: 240px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#slide .slideul2 li:hover{
	padding: 0px 10px;
}
#slide .slideul2 li:hover img{
	width: 385px; 
	height: 250px;
}
#slide .slideul2 li:hover .mask{
	opacity: 1;
}*/
/*图片滚动*/
.scrollimg{width:980px; height:240px;position:relative;margin:0 auto;}
.scrollimg div.imgwrap{width:900px;height:234px;margin:0 40px;position:absolute;top:0;overflow:hidden;}
.scrollimg div.imgwrap ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:absolute;top:0;}
.scrollimg ul li{
	position:relative;
	float:left;
	overflow:hidden; 
	padding: 5px 6px; 
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.scrollimg ul li img{
	width: 290px;
	height: 200px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.scrollimg a.arrow{display:block;height:50px;width:20px;background:url(../images/arrow.png) no-repeat 0 0;position:absolute;top:87px;cursor:pointer;text-indent:-99999px;}
.scrollimg a.back{background-position:0 0;left:0;}
.scrollimg a.back:hover{background-position:0 -100px;}
.scrollimg a.forward{background-position:0 -50px;right:0;}
.scrollimg a.forward:hover{background-position:0 -150px;}
.scrollimg li .mask{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	line-height: 234px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0;
}
.scrollimg li .mask div{
	background-color: rgba(0,0,0,.5);
}
.scrollimg li:hover{
	padding: 0;
}
.scrollimg li:hover img{
	width: 300px; 
	height: 210px;
}
.scrollimg li:hover .mask{
	opacity: 1;
}

/*推荐*/
.recommend-item h3 {
	color: #101c5e;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	font-weight: bold;
}
.recommend-item .info{
	height: 280px;
	padding: 10px 20px;
	border: 1px solid #606060;
	border-top: none;
	border-radius: 2px;
}
.recommend-item p{
	height: 120px;
	overflow: hidden;
}
.recommend-item .readmore{
	display: block;
	width: 95px;
	height: 28px;
	background: url(../images/readmore_03.jpg);
}

h1.contain-title, h1.contain-title span{
	text-align: center;
	display: flex;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	color: #626262;
	font-size: 30px;
	font-weight: bold;
}
h1.contain-title:before,h1.contain-title:after{
	content: '';
	display: block;
	width: 200px;
	margin: 0 -20px;
	border-top: 1px solid #d9d9d9;
}
h1.contain-title span:before,h1.contain-title span:after{
	content: '';
	display: block;
	width: 100px;
	margin: 0 20px;
	border-top: 7px solid #d9d9d9;
}
.gray-title{
	width: 100%;
	background: #2c2b2a;
	padding: 25px 0;
	margin: 20px 0;
	text-align: center;
	color: #fff;
}

/*面包屑*/
.bread{
	background-color: #dfdfdf;
	height: 25px;
	line-height: 25px;
}
/*子页内容*/
.sub-content{
	/*padding: 30px 5%;*/
}
.sub-title{
	border-bottom: 2px solid #7b7b7b;
}
.sub-title:after{
	display: block;
	content: '';
	clear: both;
}
.sub-title .fl{
	border-bottom: 2px solid #222863;
}
.sub-content .main-content{
 
	padding-top: 20px;
}
.sub-content .main-content img{
	max-width: 100%;
 
}
.sub-content .title h1{
	color: #686766;
}

/*产品列表*/
.pro-li{
	padding: 0 15px;
	margin-bottom: 30px;
	min-height: 390px;
	overflow: hidden;
}
.pro-li .pro-item{
	position: relative;
	border: 1px solid #ccc;
	padding-top: 35px;
	min-height: 390px;
	overflow: hidden;
}
.pro-li.factory{
	min-height: 350px;
}
.pro-li .pro-item.factory{
	min-height: 350px;
}
.pro-li .pro-item .mask{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 500px;
	background: url(../images/pro_li_hover.png);
}
.pro-li:hover .mask{
	display: block;
}
.pro-li .name{
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #222222;
}
.pro-li .desc{
	padding: 0 10px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #929292;
}

/*联系我们页面*/
.contact-page{display: inline-block; width: 100%; height: 850px; background: url(../images/contact_bg_06.jpg) no-repeat; background-size: cover;}
.contact-page .contact-form{width: 950px; height: 608px; background-color: rgba(57,66,65,.7); margin: 100px auto;}
.contact-page .contact-form a{color: #fff;}
.contact-page .contact-form h1{height: 50px; font:30px/50px "微软雅黑"; text-align: center; color: #fff; background-color: rgba(0,0,0,.5); text-transform: uppercase;}

.offline{float:left; width: 600px; /*padding: 130px 50px;*/padding: 130px 0px;}
.offline .item{float: left; width: 280px; height: 150px; /*margin-right: 40px;*/}
.offline .item .contact{font:bold 18px "微软雅黑"; color: #72b3ff; padding-bottom: 30px; text-transform: uppercase;}
.offline .item p{font:14px/20px "微软雅黑"; color: #fff;}
.offline .item .icon{display: block; float: left; width: 55px; height: 55px; background: url(../images/find-us-icon.png); background-position: 0 55px; margin-right: 20px;}
.offline .item .icon.address{background-position: -55px 55px;}
.offline .item .icon.email{background-position: -110px 55px;}
.offline .item .icon.qq{background-position: -165px 55px;}
.offline .item .content{float: left; width: 200px;}

.online{float: left; width: 290px; padding-top: 50px;}
.online h3{font:bold 18px "微软雅黑"; color: #72b3ff; border-bottom: 1px solid #72b3ff; text-align: center; text-transform: uppercase;}
.online p{font:14px/20px Tahoma; color: #ccc; }
.online input,.online textarea{width: 290px; height: 40px; background: #2c3534; border: 0; margin: 5px 0; padding-left: 3px; color:#ccc; font: bold 16px "微软雅黑";}
.online textarea{height: 175px;}
#send{display: inline-block; width: 100px; height: 40px; font:bold 18px/40px "微软雅黑"; color: #fff; text-align: center; background: #72b3ff; margin-top: 10px;}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

/*产品内容页*/
.goodsConts .cloud-zoom{display:block;width:550px;margin-bottom:10px; position: relative;}
.goodsConts .cloud-zoom img{width:550px;height:420px;border:1px solid #ccc;}
.goodsConts .zoomlist li{}
.goodsConts .zoomlist li img{width:70px;height:60px;}
.pro-info{
	margin-left: 20px;
	font-size: 18px;
	line-height: 40px;
	max-width: 380px;
}
.pro-info span{
	color: #1b3983;
	font-size: 27px;
}


/*联系我们*/
.guestbook{background: #efeff4;}
.guestbook p{color: #0e3461; border-bottom: 1px solid #0e3461; text-align: center; font-weight: bold; font-size: 1em; padding: 10px 0;}
.contact th{color: #0e3461; text-align: center;}
.contact tr{height: 50px;}
.contact td{padding-right: 5px;}
.mui-button-row{
	position: relative;
	height: 60px;
	padding-top: 5px;
	text-align: center;
}
.mui-input-group .mui-input-row {
	height: 40px
}

.mui-input-group .mui-input-row:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc
}
.mui-input-group input,
.mui-input-group textarea {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 21px;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 10px 15px;
	-webkit-user-select: text;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: 0;
	-webkit-appearance: none
}

.footer h5,.footer p{text-align: center;}
.footer span a{
	color: #fff;
}