@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-family:"microsoft yahei";
	text-decoration: none;
	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: #f45828;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}
.productlist1{
	overflow:hidden;
	}
.productlist1 ul{
	width:102%;
	}
.productlist1 ul li{
	width: 19.1%;
    float: left;
	margin-bottom:10px;
    margin-right: .6%;
	overflow:hidden;
	border:1px solid #e8e8e8;
	background:#e8e8e8;
	}
	
	
	
	

	
	
.productlist1 ul li img{
	width:100%;
	transition:all 0.4s;
	}
.productlist1 ul li h2{
	padding:15px 5% 15px 5%;
	}
.productlist1 ul li  h2 b{
	font-size:18px;
	}
.productlist1 ul li  h2 P{
	font-weight:normal;
	padding-top:5px;
	color:#015aaa;
	}
.productlist1 ul li:hover{
	background:#015aaa;
	transition:all 0.4s;
	}
.productlist1 ul li:hover img{
	transform: scale(.96);
	}
.productlist1 ul li:hover h2 b , .productlist1 ul li:hover h2 p{
	color:#fff;
	}
	
.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{
	padding:0 80px;
	margin:auto;
	width:100%
}

/*top*/
.header123{
	width:100%;
	position:fixed;
	top:0px;
	background:#fff;
	z-index:999;
	box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 15%);
	}

.head{
	margin:auto;
}
.logo{
	float:left;
	margin:10px 0;
	}

.tel{
	color: #f45828;
	float:left;
	font-size:33px;
	margin-top:15px;
	margin-left:20px;
	font-family: "ywzt";
	}
.nav_img{
	display:none;
	}
/**/
.nav{
	height:77px;
	float:right;
	width:60%;
}
.nav ul{
	margin:auto;
	text-align:right;
	}
.nav ul li{
	display:inline-block;
	position:relative;
	margin:0 2.5%;
	}
.nav ul li a{
	color: #333;
	font-size:18px;
	line-height:77px;
	display:inline-block;	
}
.nav ul li a:hover , .nav ul .sy a{
	font-weight:bold;
	background:url(nav_jt.jpg) no-repeat center bottom;
	}

.nav .submenu{ 
	width:140px;
	position:absolute; 
	top:77px;
	display:none;
	left:50%;
	margin-left:-70px;
	z-index:999;
	padding:10px 0;
	background-image:none;
	background-color: #082875;
	
	}
.nav .submenu dl dt a{
	display: block;
	background:none;
	padding:0px;
	text-align:center;
	line-height: 35px;
	height: 35px;
	}
.nav .submenu dl dt a span{
	border-bottom:1px solid #082875;
	line-height: 35px;
	height: 35px;
	color:#fff;
	display:inline-block;
    font-size: 15px;
	text-align:center;
	 font-weight: normal;
	}
.nav .submenu dl dt a:hover span{
	background-image:none;
	border-bottom:1px solid #b5bfd6;
	color:#b5bfd6;
	transition:all 0.6s;
	}

/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide123 {
	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.2);
	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.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#f45828;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:10px;
	height: 10px;
	opacity:0.8;
	border-radius:5px;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
	width:30px;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-63px;
	}


/**/
.position {
    height: 60px;
    background: #fff;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
}
.position img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/**/
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.page-num-current {
background-color: #3266af;
color:#ffffff
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #f45828;
	background-color: #f45828;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}
.mian_bj {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    background: #f7f7f7;
}
.mian_nav a{
	display:inline-block;
	padding:15px 25px;
	font-size:16px;
	background:#fff;
	}
.mian_nav{
	margin-bottom:25px;
	}
.mian_nav a:hover , .mian_nav .on{
	background:#f45828;
	color:#fff;
	transition:all 0.5s;
	}
/**/
.productlist{
	overflow:hidden;
	}
.productlist ul{
	width:102%;
	}
.productlist ul li{
	width: 19.1%;
    float: left;
	margin-bottom:10px;
    margin-right: .6%;
	overflow:hidden;
	border:1px solid #e8e8e8;
	background:#e8e8e8;
	}
.productlist ul li img{
	width:100%;
	transition:all 0.4s;
	}
.productlist ul li h2{
	padding:15px 5% 15px 5%;
	}
.productlist ul li  h2 b{
	font-size:18px;
	}
.productlist ul li  h2 P{
	font-weight:normal;
	padding-top:5px;
	color:#f45828;
	}
.productlist ul li:hover{
	background:#f45828;
	transition:all 0.4s;
	}
.productlist ul li:hover img{
	transform: scale(.96);
	}
.productlist ul li:hover h2 b , .productlist ul li:hover h2 p{
	color:#fff;
	}
/**/



.productlist1{
	overflow:hidden;
	}
.productlist1 ul{
	width:102%;
	}
.productlist1 ul li{
	width: 19.1%;
    float: left;
	margin-bottom:10px;
    margin-right: .6%;
	overflow:hidden;
	border:1px solid #e8e8e8;
	background:#e8e8e8;
	}
	
	
	
	

	
	
.productlist1 ul li img{
	width:100%;
	transition:all 0.4s;
	}
.productlist1 ul li h2{
	padding:15px 5% 15px 5%;
	}
.productlist1 ul li  h2 b{
	font-size:18px;
	}
.productlist1 ul li  h2 P{
	font-weight:normal;
	padding-top:5px;
	color:#f45828;
	}
.productlist1 ul li:hover{
	background:#f45828;
	transition:all 0.4s;
	}
.productlist1 ul li:hover img{
	transform: scale(.96);
	}
.productlist1 ul li:hover h2 b , .productlist1 ul li:hover h2 p{
	color:#fff;
	}
	
	
.showlist{
	overflow:hidden;
	}
.showlist ul{
	width: 102%;
	}
.showlist ul li {
    width: 24%;
    float: left;
    margin-bottom: 10px;
    margin-right: .6%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
}
.showlist ul li img{
	width:100%;
	}
.showlist ul li p{
	line-height:65px;
	font-size:18px;
	text-align:center;
	}
/**/
.foot{
	padding:80px 0;
	background:#232323;
	}
.foot p , .foot a{
	color:#fff;
	line-height:28px;
	}
.foot_contact{
	width:33%;
	float:left;
	}
.foot_contact img{
	margin-bottom:20px;
	max-width:100%;
	}
.foot_nav{
	width:57%;
	float:left;
	}
.foot_nav ul li{
	float:left;
	margin-right:40px;
	}
.foot_nav ul li a{
	display:block;
	}
.foot_nav ul li a b{
	font-size:24px;
	padding-bottom:15px;
	display:block;
	}
.foot_ewm{
	float:right;
	width:10%;
	}
.foot_ewm img{
	width:100%;
	}
.foot_ewm p{
	text-align:center;
	}
.bqsy{
	background:#232323;
	padding:20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
.bqsy ul{
	color:#fff;
	}
.bqsy a{
	float:right;
	color:#fff;
	}
.showbanner{
	background:url(show_bj.jpg) center no-repeat;
	padding:20px 0 100px 0;
	}
.showbanner .swiper-pagination-bullet-active{
	background:#f45828;
	}	
.showimg{
	width:40%;
	float:left;
	}
.jianshu{
	width:55%;
	float:right;
	}
.jianshu h2{
	font-size:30px;
	color:#333;
	}
.jianshu ul{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:25px 0;
	margin:35px 0;
	line-height:30px;
	}
.jianshu  .show_tel span{
	font-size:40px;
	font-family:ywzt;
	color:#f45828;
	}
.jianshu img{
	float:left;
	margin-right:10px;
	}
.jianshu .ghome{
    font-size: 18px;
    margin-top: 20px;
    height: 50px;
    line-height: 35px;
    color: #333;
	display:block;
}
.jianshu .ghome img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.positionshow{
	height: 70px;
    background: #fff;
	line-height:70px;
    border-bottom: 1px solid #dfdfdf;
	}

.positionshow_bt li{
	width:200px;
	font-size:20px;
	color:#333;
	float:left;
	text-align:center;
	height:70px;
	cursor:pointer;
	}	
.positionshow_bt .hover {
    border-bottom: 2px solid #f45828;
}	
	
.showproduct{
	padding:40px 0 100px 0;
	}	
	
.pagination {
	text-align: center;
	padding-top:15px;
}
.page-item {
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num {
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover {
	color: #fff;
	background: #f45828;
}
.page-num-current {
	background: #f45828;
	color: #fff;
}	
	
.biaoge table{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
    width: 100%;
	margin:auto;
	margin-bottom:10px;
	margin-top:5px;
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
	}

.biaoge table td{
	padding:6px 10px ;
	color:#666;
	font-size:14px;
	line-height:24px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
	
.biaoge table tr > td:first-child{
	text-align:right;
	}
.show_bt{
	border:1px solid #ddd;
	padding:10px 15px;
	background:#f1f1f1;
	}
.show_bt h2{
	font-size:30px;
	display:inline-block;
	padding-right:10px;
	}	
.show_bt span{
	font-size:16px;
	}
.gxjn{
	overflow:hidden;
	padding-top:20px;
	}
.gxjn ul{
	width:102%;
	}	
.gxjn ul li{
	width: 23%;
    margin-right: 2%;
	float:left;
	}	
.gxjn ul li h2{
	font-size:18px;
	padding-bottom:8px;
	padding-top:15px;
	}	
.gxjn ul li p{
	line-height:180%;
	}
.gxjn ul li img{
	width:100%;
	}	
.mt30{
	margin-top:30px;
	}	
.tzcb{
	overflow:hidden;
	padding-top:20px;
	}
.tzcb ul{
	width:102%;
	}	
.tzcb ul li{
	width:15%;
	float:left;
	border:1px solid #ddd;
	padding:20px;
	margin-right:1.6%;
	}
.tzcb ul li h2{
	font-size:18px;
	padding:8px 0;
	}
.aqwd{
	overflow:hidden;
	padding-top:20px;
	}	
.aqwd ul{
	width:102%;
	}
.aqwd ul li{
	width: 23%;
    margin-right: 2%;
	float:left;
	border:1px solid #ddd;
	padding:20px 20px 50px 20px;
	}
.aqwd ul li img{
	margin:auto;
	}
.aqwd ul li h2{
	font-size:18px;
	padding:8px 0;
	text-align:center;
	}
.aqwd ul li P{
	text-align:center;
	}
.dzqys ul li{
	width:48%;
	margin-bottom:20px;
	float:left;
	margin-right:2%;
	}	
.dzqys ul li h2{
	font-size:30px;
	padding-bottom:10px;
	}
.dzqys ul li h4{
	font-size:16px;
	padding:5px 0;
	}
.dzqys ul li p{
	line-height:24px;
	}
.rsys ul li{
	border:1px solid #ddd;
	padding:10px;
	width:23%;
	margin-right:2%;
	float:left;
	}
.rsys ul li h2{
	text-align:center;
	font-size:20px;
	padding:10px 0;
	}	
.rsys ul li p{
	text-align:center;
	}
.rsys ul li img{
	width:40%;
	margin:0 auto 15px;
	display:block;
		}	
	
	
@media (min-width:1450px) and (max-width:1700px) {
	.logo{
	
		}
	.logo img{
		width:100%;
		margin-top:5px;
		}	
	.tel{
		font-size:26px;
		margin-top:25px;
		}
	.nav ul li a{
		font-size:16px;
		}
	}

@media (min-width:1200px) and (max-width:1449px) {
	.container{
		width:1200px;
		margin:auto;
		padding:0px;
		}
	.logo{
	
		}
	.logo img{
		width:100%;
		margin-top:5px;
		}
	.tel{
		font-size:24px;
		margin-top:25px;
		}	
	.nav{
		width:55%;
		}
	.nav ul li a{
		font-size:16px;
		}
	.nav ul li{
		margin: 0 2%;
		}
	.productlist ul li h2 b{
		font-size:18px;
		}
	.foot_nav ul li a b{
		font-size:18px;
		}
	.showimg{
		width:50%;
		float:left;
		}
	.jianshu{
		width:45%;
		float:right;
		}
	.showlist ul li p{
		font-size:16px;
		padding:0px 10px;
		white-space:normal;
		overflow:hidden;
		display:block;
		width:100%;
		}
	.productlist ul li h2 p{
	font-size:13px;
	}
	}


.bb_logo{
	width:30%;
	margin-left:5%;
	}
.xmbbnr h2{
	color:#fff;
	padding:20px  0 10px 0;
	margin-left:5%;
	font-size:30px;
	}
.xmbbnr h4{
	font-size:16px;
	color:#cae5ff;
	margin-left:5%;
	font-weight:normal;
	}
.xmbb {
    background: #f3f8ff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    width: 100%;
	position:relative;
	}
.xmbb .bb_bj{
	width:100%;
	}
.xmbbnr{
	position:absolute;
	z-index:3;
	top:0px;
	max-width: 640px;
    min-width: 320px;
	padding:30px 3% 30px 3%;
	}
.xmbbnr .bb_top{
	width:85%;
	margin:20px auto 0;
	}
.xmbbnr ul{
	background:#fff;
	padding:30px 5%;
	border-radius:20px;
	border:1px solid #e4f0fe;
	}
.form-control{
    width: 100%;
    padding: 15px 2.5%;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #e4f0fe;
    border-radius: 0;
	font-size: 14px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}
.button {
    background: #236fec;
    border: none;
    line-height: 50px;
    color: #FFF;
    width: 100%;
	font-size:16px;
    text-align: center;
}
















