@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #1ea6a1;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.container{
	width: 80%;
	margin:auto;
}

/*top*/
.head_bj{
	width:100%;
	background:url(logo_bj.jpg) no-repeat center;
	}
.head{
	margin:auto;
}
.logo{
	float:left;
	margin:30px 0;
	}
.nav_img{
	display:none;
	}
/**/
.nav{
	height:77px;
	float:right;
	margin-top:25px;
}
.nav ul{
	margin:auto;
	}
.nav ul li{
	display:inline-block;
	position:relative;

	}
.nav ul li a{
	color: #000;
	font-size:17px;
	line-height:77px;
	display:inline-block;
	padding:0 30px
}
.nav ul li:hover .navli:after ,  .nav ul .sy .navli:after{
	background: #4578e5;
	height: 3px;
	width:25px;
	margin:-20px auto 0;
	content: " ";
	display:table;
	}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:77px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu2{
	width:180%;
	left:-40%;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#4578e5 !important;
	color:#fff;
	}

/*banner*/
.banner_m{
	display:none;
	}
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#4578e5;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#ffff00;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-63px;
	}
/**/
.zxly{
	background-color: rgba(211,211,211,1);
	width:100%;
	}
.zxly ul{
	padding:25px 0;
	}
.form-control{
    background-color: #fff;
	height:50px;
    color: #6e6e6e;
	text-align:center;
	border:1px solid #ddd;;
    font-size: 14px;
}
.nr20{
	background:#fff;
	width:15%;
	float:right;
	color:#000;
	font-size:20px;
	height:50px;
	border:none;
	}
/**/
.bt{
	padding-top:40px;
	padding-bottom:50px;
	}
.bt img{
	display:inline-block;
	vertical-align:middle;
	}
.bt h2{
	display:inline-block;
	vertical-align:middle;
	padding-left:1%;
	font-size:36px;
	color:#333;
	}
.bt h2 img{
	margin-left:10px;
	}
.bt span{
	display:block;
	font-size:18px;
	color:#666;
	font-weight:normal;
	}
.bt a{
	font-size:25px;
	color:#fff;
	float:right;
	border-radius:0px;
	padding:5px 40px 5px 50px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(69,120,229,1));
	}
/**/	
.product_bj{
	background:#f7f7f7;
	padding-bottom:70px
	}
.product ul{
	width:102%;
	}
.product ul li{
	width:23.75%;
	float:left;
	margin-right:1%;
	margin-bottom:20px;
	
	}
.product ul li h2{
	overflow:hidden;
	border-radius:8px;
	border:1px solid #333;
	}

.product ul li img{
	width:100%;
	height:330px;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;

	}
.product ul li img:hover{
transform: scale(1.2);
	}	
.product ul li p{
	font-size:23px;
	line-height:50px;
	}
.product ul li p span{
	float:right;
	font-size:18px;
	color:#fff;
	background:#000;
	display:block;
	padding:5px 15px;
	border-radius:8px;
	margin-top:10px;
	line-height:20px;
	}
/**/
.video{
	float:left;
	}
.video img{
	width:100%;
	}
.about ul{
	width:43%;
	float:right;
	}
.about ul h2{
	font-size:36px;
	}
.about ul li p{
	font-size:18px;
	line-height:32px;
	margin-top:10px;
	}
/**/
.wmdys{
	padding:50px 0;
	}
.wmdys h3{
	font-size:24px;
	color:#666666;
	font-weight:normal;
	padding-top:20px;
	}
.wmdys ul{
	width:102%;
	}
.wmdys ul li{
	width:27%;
	margin-right:2%;
	float:left;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:25px;
	background: linear-gradient(to right, rgba(221,221,221,1), rgba(250,250,250,1));
	}
.wmdys ul .wmdysli2{
	width:40%;
	}
.wmdys ul li h4{
	background:#000;
	padding:5px;
	width:114px;
	float:left;
	border-radius:10px;
	}
.wmdys ul li h4 span{
	border:1px solid #fff;
	border-radius:10px;
	display:block;
	}
.wmdys ul li h4 span img{
	width:100px;
	}
.wmdys ul li h5{
	width: calc(100% - 120px);
	float:right;
	padding:15px;
	font-weight:normal;
	line-height:24px;
	}
.wmdys .wmdys_img{
	width:100%;
	}
/**/
.news_bt{
	padding-bottom:30px;
	}
.news{
	width:48.5%;
	}
.news h2{
	font-size:18px;
	line-height:34px;
	padding-left:15px;
	font-weight:normal;
	color:#fff;
	margin-bottom:30px;
	background:url(news_bj.jpg) no-repeat left;
	}
.news li{
	margin-bottom:20px;
	}
.news li img{
	float:left;
	width:58%;
	}
.news li p{
	width:40%;
	float:right;
	}
.news li p b{
	display:block;
	font-size:24px;
	border-left:2px solid #f43906;
	padding:3px 0 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}	
.news li p span{
	display:block;
	margin-top:10px;
	}
/**/	
.foot{
	padding:50px 0 30px 0;
	margin-top:40px;
	background:url(foot_bj.jpg) no-repeat center;
	}
.foot a{
	color:#f6f9fe;
	}
.foot_contact{
	width:38%;
	color:#f6f9fe;
	float:left;
	line-height:24px;
	}	
.foot_ewm{
	width:9%;
	float:left;
	
	}	
.foot_ewm img{
	width:85%;
	float:left;
	float:left;
	}
.foot_ewm p{
	float:right;
	color:#fff;
	line-height:15px;
	display:block;
	width:10%;
	}	
.foot_nav{
	float:right;
	width:42%;
	}	
.foot_nav h2{
	text-align:right;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	font-weight:normal;
	}
.foot_nav h3{
	font-size:24px;
	color:#fff;
	padding:10px 0;
	text-align:right;
	font-weight:normal;
	}
.foot_nav p{
	text-align:right;
	}
.foot_nav p a{
	display:inline-block;
	padding:0 5px;
	border-right:1px solid #fff;
	line-height:14px;
	}
/**/

.banner_n{
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
	
.banner_n h2{
	position:absolute;
	top:35%;
	text-align:center;
	font-size:52px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	}
.banner_n h4{
	position:absolute;
	top:53%;
	text-align:center;
	font-size:20px;
	width:100%;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
.banner_n h4 a{
	color:#fff;
	font-size:20px;
	padding:0 10px;
	}
.banner_bt{
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	}	
	
/**/
.mian_w{
	padding:60px 0 100px 0;
	}

.about_n  ul p{
	line-height:30px;
	font-size:16px;
	}
.about_n  ul img{
	max-width:100%;
	}
.about_img img{
	max-width:100%;
	}
.article-tit{
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-size:24px;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#333;
	}

/**/
.nav_n{
	background:#f1f1f1;
	}
.nav_n ul{
	padding:10px 0;
	}	
.nav_n ul a{
	display:inline-block;
	padding:10px 25px;
	margin:5px 0;
	font-size:16px;
	color:#555;
	border: 1px solid rgba(0,0,0,.25);
	}
.nav_n ul a:hover , .nav_n ul .on{
	background:#1c1c1c;
	border: 1px solid #1c1c1c;
	color:#fff;
	}

/**/
.newslist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	}	
.newslist ul li b{
	font-size:20px;
	display:block;
	} 	
.newslist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.newslist ul li:hover{
	background:#4a6dff;
	border:1px solid #4a6dff;
	}	
.newslist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}	
/**/
.joblist ul{
	width:101%;
	}
.joblist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	height:400px;
	float:left;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	width:49%;
	margin-right:1%;
	margin-bottom:20px;
	}	
.joblist ul li b{
	font-size:20px;
	display:block;
	} 	
.joblist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.joblist ul li:hover{
	background:#4a6dff;
	border:1px solid #4a6dff
	}	
.joblist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}	
/**/
.btn{
	margin-bottom:20px;
	}
.btn img{
	display:inline-block;
	}
.btn h2{
	font-size:36px;
	line-height:100%;
	display:inline-block;
	}
.btn h4{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top:20px;
	padding:8px 0;
	font-weight:normal;
	color:#aaa;
	}
/**/
.pagination {
	text-align: center;
	padding-top:15px;
}
.page-item {
	display: inline-block;
	padding: 5px;
	background:#f1f1f1;
	border: 1px solid rgba(0,0,0,.1);
}
.page-num {
	padding: 5px 4px;
	display: inline-block;
	margin: 0 2px;
	background:#f1f1f1;
	border: 1px solid rgba(0,0,0,.1);
}
.pagination a:hover {
	color: #fff;
	background:#1c1c1c;
}
.page-num-current {
	color: #fff;
	background:#1c1c1c;
}

/**/
.productlist{
	overflow:hidden;
	}	
.productlist ul{
	width:102%;
	}	
.productlist ul li{
	width:23.7%;
	float:left;
	border:1px solid #ddd;
	margin:7px 0;
	margin-right:1%;
	}	
.productlist ul li span{
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:100%;
	display:block;
	height:330px;
	transition: all .5s ease;
	}	
.productlist ul li h2{
	background:rgba(0,0,0,.1);
	text-align:center;
	padding:18px 0;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}		
.productlist ul li:hover img{
	transform: scale(1.05)
	}	
.productlist ul li:hover h2{
	background:#1c1c1c;
	color:#fff;
	}	
/**/

.product-show-left{
	width:100%;
	float:left;
	border: 1px solid #ddd;
	}
.sjs-left{
	width:40%;
	}
.product-show-right{
	width:100%;
	padding-top:30px;
	float:right
	}
.sjs-right{
	width:100%;
	}
.product-show-right h2{
	font-size:36px;
	color:#333;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,.1);
	margin-bottom:15px;
	padding-bottom:15px;
	}
.product-show-right img{
	max-width:100%;
	}
.product-show-right h2 span{
	font-size: 16px;
    color: #1c1c1c;
	margin-left:10px;
    border: 1px solid #1c1c1c;
    padding: 2px 10px;
    border-radius: 5px;
	vertical-align:middle;
	font-weight:normal;
	}
.product-show-right a{
	color:#aaa;
	}
.product-show-right h4{
	font-weight:normal;
	line-height:30px;
	}
.product-show-right h3 img{
	max-width:100%;
	}
.product-show-right h5{
	font-size:20px;
	padding-top:20px;
	}
.product-show-right h4 p{
	font-size:16px;
	color:#666;
	line-height:32px;
	}
.product-show-right h4 p strong {
	font-size:18px;
	}
.product-show-right h6 img{
	width:30px;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	}
.product-show-right h6 {
	font-size:18px;
	margin-top:20px;
	height:50px;
	line-height:50px;
	color:#333;
	}
#swiper2 .swiper-pagination , #swiper3 .swiper-pagination{
	display:none;
	}
.contact{
	background:#f1f1f1;
	}
.contact_xj{
	width:30%;
	line-height:35px;
	float:left;
	padding:30px 50px;
	}
#allmap {
	width:70%;
	float:right;
	height: 430px;
	overflow: hidden;
	font-family:"微软雅黑" ;
	}
.BMapLabel{
	border: 1px  solid #DDD !important; 
	line-height: 22px !important;
	font-size: 14px !important;
	padding: 15px !important;
	top: -60px !important;
	left: 30px !important;
	font-family:"microsoft yahei"!important;
}
.BMapLabel span{
	font-size: 24px;
	font-family: ywzt;
	color:#c40c17 ;
	line-height: 35px !important;
}
.BMapLabel  img{
	width:250px;
	margin-top:15px;
	}

.product-show{
	width:750px !important;
	}

































	