@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;
	}
span{
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #ff7800;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	
.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: 1200px;
	margin:auto;
}

/*top*/
.head{
	height:120px;
	}

.logo{
	float:left;
	width:460px;
	margin-top:20px;
}


.head_tel{
	width:488px;
	float:right;
	height:46px;
	margin-top:40px;
	overflow:hidden;
	border:1px solid #0888ea;
	border-radius:23px;
	}

.head_tel b{
	width:263px;
	background:#0888ea;
	color:#fff;
	height:44px;
	font-size:28px;
	text-align:center;
	font-weight:normal;
	line-height:44px;
	display:block;
	float:left;
	}
.head_tel b img{
	display:inline-block;
	margin-left:5px;
	margin-top:3px;
	vertical-align:top;
	}	
.head_tel span{
	line-height:44px;
	font-family:ywzt;
	color:#0888ea;
	display:block;
	width:223px;
	text-align:center;
	float:left;
	font-size:30px;
	font-weight:normal;
	}
/**/	
.nav{
	width:100%;
	background:#0888ea;
	height:35px;
	}

.nav ul li{
	width:171px;
	float:left;
	position:relative;
	}
.nav ul li a{
	color: #fff;
	font-size:15px;
	line-height:35px;
	display:block;
	text-align:center;
}

.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#ff8400;
}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:35px;
	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 .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#0888ea !important;
	color:#fff;
	}
/*banner*/
.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:#0888ea;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:16px;
	height: 16px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#0888ea;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-75px;
	}
/**/
.zxlys{
	height:130px;
	background:#0888ea;
	}

.form-control {
    background-color: #fff;
    height: 50px;
    color: #6e6e6e;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
}
.zxlys ul{
	padding-top:40px;
	}
.zxlysan {
    background-image: linear-gradient(to right, rgba(255,132,0,1), rgba(255,255,255,1));
    width: 20%;
    float: right;
    color: #fff;
    font-size: 20px;
    height: 50px;
    border: none;
	
}
/**/
.bt{
	padding:60px 0 30px 0;
	background:url(bt_bj.png) no-repeat center 132px;
	}
.bt h2{
	font-size:36px;
	color:#0888ea;
	font-weight:normal;
	text-align:center;
	}
.bt h2 span{
	color:#333;
	}
.bt p{
	font-size:18px;
	text-align:center;
	color:#666;
	line-height:50px;
	}
.bt h4{
	text-align:center;
	}
.bt h4 a{
	display:inline-block;
	background:#0888ea;
	height:45px;
	border-radius:10px;
	line-height:45px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:0 40px;
	}
.bt h4 a:hover , .bt h4 .hover a{
	background:#ff8400;
	}
.bai h2{
	color:#fff;
	}
.bai h2 span{
	color:#ff8400;
	}
.bai p{
	color:#fff;
	}
.bai h4{
	background:#fff;
	}
/**/
.hot_product{
	overflow:hidden;
	}
.hot_product ul{
	width:1300px;
	}
.hot_product ul li{
	float:left;
	width:275px;
	height:275px;
	overflow:hidden;
	position:relative;
	margin-right:33px;
	margin-bottom:30px;
	border:1px solid #ddd;
	}
.hot_product ul li img{
	width:100%;
	}
.hot_product ul li p{
	position:absolute;
	width:275px;
	height:275px;
	background-color: rgba(0,0,0,0.6);
	top:280px;
	text-align:center;
	padding:120px 20px 0 20px;
	color:#fff;
	transition:all 0.6s;
	font-size:18px;
	}
.hot_product ul li:hover p{
	top:0px;
	}	
/**/
.wmdly_bj{
	background:url(ly_bj.jpg) bottom center no-repeat #fefefe;
	}
.wmdly{
	overflow:hidden;
	padding-bottom:80px;
	}
.wmdly ul{
	width:1300px;
	}
.wmdly ul li{
	width:230px;
	height:270px;
	border-radius:10px;
	overflow:hidden;
	background:#ffffff;
	float:left;
	margin-right:12.5px;
	border:3px solid #0888ea;
	}
.wmdly ul li img{
	width:100%;
	}
.wmdly ul li h2{
	color:#0888ea;
	font-size:18px;
	text-align:center;
	padding-top:15px;
	}
.wmdly ul li span{
	display:block;
	width:55px;
	height:2px;
	background:#0888ea;
	margin:10px auto;
	}
.wmdly ul li p{
	text-align:center;
	}
/**/
.xbanner{
	background-image: linear-gradient(to right, rgba(79,180,251,1), rgba(10,137,234,1));
	height:200px;
	}
.xbanner ul{
	position:relative;
	height:200px;
	}
.xbanner ul li span{
	width:240px;
	height:48px;
	border-radius:24px;
	overflow:hidden;
	text-align:center;
	display:block;
	background:#fff;
	color:#054082;
	font-size:18px;
	line-height:48px;
	}
.xbanner ul li span img{
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
	margin-right:10px;
	}
.xbanner ul li a{
	display:block;
	width:240px;
	height:48px;
	border-radius:24px;
	overflow:hidden;
	text-align:center;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
	line-height:48px;
	margin-top:20px;
	}
.xbanner ul h2{
	font-size:30px;
	color:#fff;
	}
.xbanner ul h2 span{
	font-size:16px;
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	}

.xbanner2 ul li{
	width:290px;
	float:left;
	padding-top:40px;
	}
.xbanner2 ul h2{
	width:590px;
	float:left;
	padding-top:40px;
	}
.xbanner2 ul .xbanner2_img{
	position:absolute;
	right:-60px;
	top:-70px;
	}
.xbanner1 ul li{
	width:240px;
	float:right;
	padding-top:40px;
	}
.xbanner1 ul h2{
	width:500px;
	float:left;
	margin-left:400px;
	padding-top:100px;
	}
.xbanner1 ul .xbanner1_img{
	position:absolute;
	bottom:0px;
	left:-200px;
	}
/**/
.about_bj{
	background:#f7f7f7;
	height:610px;
	margin-top:70px;
	}
.about{
	position:relative;
	}
.about .left{
	width:560px;
	float:left;
	}
.about .left li{
	height:100px;
	margin-top:35px;
	}
.about .left li h4{
	float:left;
	width:100px;
	height:100px;
	padding:8px;
	border-radius:10px;
	border:2px solid #0888ea;
	}
.about .left li h2{
	width:430px;
	float:right;
	}
.about .left li h2 b{
	font-size:24px;
	color:#333;
	display:block;
	margin-top:5px;
	}
.about .left li h2 b em{
	font-style:normal;
	color:#0888ea;
	}
.about .left li h2 span{
	display:block;
	font-size:16px;
	padding:5px 0;
	font-weight:normal;
	}
.about .left li p{
	font-weight:normal;
	}
.about .right{
	float:right;
	z-index:3;
	width:600px;
	position:relative;
	}
.about .right li{
	margin:45px 0 35px 35px;
	background-color: rgba(0,0,0,0.6);
	border-radius:20px;
	padding:25px;
	}
.about .right li p{
	line-height:32px;
	color:#fff;
	font-size:18px;
	}
.about .right  a{
	color:#fff;
	font-size:24px;
	display:block;
	width:160px;
	height:42px;
	margin-left:35px;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	background:#da3e3e;
	}
.about .right a:hover{
	background:#ce2f2f;
	}
.about .about_img{
	position:absolute;
	z-index:2;
	left:50%;
	}
/**/
.case{
	height:497px;
	background:url(cfzs.jpg);
	margin:50px auto 100px;
	}
.case h2{
	text-align:right;
	padding:45px;
	font-size:16px;
	font-weight:normal;
	}
.case h2 b{
	font-size:30px;
	color:#3173c2;
	}
/**/
.news{
	overflow:hidden;
	}	
.news ul{
	width:1300px;
	padding-top:50px;
	}
.news ul li{
	background:#f3f3f3;
	width:388px;
	float:left;
	margin-right:18px;
	height:265px;
	padding:40px 20px;
	position:relative;
	}	
.news ul li h4{
	background:#4d4d4d;
	width:95px;
	height:95px;
	position:absolute;
	top:-30px;
	left:20px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	padding-top:15px;
	}
.news ul li h4 b{
	font-size:40px;
	font-family:ywzt;
	text-align:center;
	display:block;
	color:#fff;
	font-weight:normal;
	}	
.news ul li h2{
	font-size:24px;
	color:#333;
	font-weight:normal;
	padding-top:50px;
	padding-bottom:15px;
	}	
.news ul li p{
	line-height:24px;
	}	
.news ul li:hover h4{
	background:#1c6fb5;
	}	
.news ul li:hover h2{
	color:#1c6fb5;
	}	
/**/
.foot_top{
	background:#ff8400;
	margin-top:100px;
	padding:60px 0;
	}
.foot_top ul h2{
	font-size:36px;
	color:#fff;
	font-weight:normal;
	float:left;
	width:50%;
	}
.foot_top ul a{
	border-bottom:1px solid #fff;
	color:#fff;
	float:right;
	line-height:40px;
	text-align:right;
	width:30%;
	display:block;
	}
/**/	
.foot{
	background:url(foot_bj.jpg) no-repeat center;
	height:229px;
	}
.foot ul{
	width:1200px;
	margin:auto;
	padding:55px 0;
	}
.foot ul .left{
	line-height:23px;
	width:450px;
	}
.foot ul .left img{
	float:left;
	margin-left:10px;
	border-radius:10px;
	overflow:hidden;
	}
.foot ul .left p{
	display:block;
	float:left;
	margin-left:30px;
	color:#fff;
	}
.foot ul .left a{
	color:#fff;
	}
.foot ul .left p b{
	font-size:24px;
	display:block;
	margin-bottom:20px;
	}

.foot ul .right{
	width:750px;
	text-align:right;
	}
.foot ul .right h2{
	font-size:48px;
	color:#fff;
	text-align:right;
	}
.foot ul .right h3{
	text-align:right;
	color:#fff;
	padding:10px 0 10px 0;
	font-size:14px;
	}
.foot ul .right h4 a{
	float:left;
	line-height:26px;
	width:200px;
	display:block;
	text-align:right;
	color:#fff;
	font-weight:normal;
	}
.foot ul .right  p{
	text-align:right;
	padding-top:10px;
	}
.foot ul .right  p a{
	color:#fff;
	display:inline-block;
	padding:0 10px;
	line-height:14px;
	border-right:1px solid #fff;
	}

/**/
.n_banner{
	height: 400px;
	width: 100%;

}
.n_banner h2{
	font-size:30px;
	color:#fff;
	text-align:center;
	padding-top:150px;
	}
.n_banner h4{
	font-size:20px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	}
.con{
	width: 1200px;
	margin: 50px auto;
}
.con_l{
	 width: 270px;
	 float: left;
}
.flbt{
	 background:#387bcd;
	 width: 100%;
	 height: 102px;
	 font-size: 30px;
	 color: #FFF;
	 line-height: 35px;
	 padding: 20px 40px;
}
.flbt span{
   font-size: 20px;
   display: block;
   font-weight:normal;
   line-height: 28px;
   font-family: ywzf;
   text-transform:uppercase;
}
.flnr{
	border-bottom: 5px solid #ddd;
}
.flnr ul li{

	line-height: 60px;
	border-bottom: 1px solid #d6d7d9;

}

.flnr ul li a{
	 display: block;
	 width: 100%;
	 height: 60px;
	 padding-left: 30px;
	 font-size: 15px;
	 background: url(tb9.png) no-repeat 90% 30px #f4f3f3;
}
.flnr ul li a:hover{
	 background: url(tb91.png) no-repeat 90% 30px #f4f3f3;
	 color:#387bcd;
	}
.flnr ul li .xdhgl{
	 background: url(tb91.png) no-repeat 90% 30px #f4f3f3;
	 color:#387bcd;
	}
	
.flnr ul li ul{
	border-top: 1px solid #d6d7d9;
	background: #f7f7f7;
	padding: 10px 0 ;

}
.flnr ul li ul li{
	line-height: 14px;
	line-height: 36px;
	border: none;
}
.flnr ul li ul li a{
	 display: block;
	 width: 240px;
	 height: 36px;
	 font-size: 14px;
	 padding-left: 30px;
	 background: none;
}
.flnr ul li ul li a:hover{
	 background: none;
	 color:#ff6000
}
.flnr ul li ul li .xdhg2{
	 color:#ff6000
	}
	
.con_r{
	width: 880px;
	float: right;
}
.nrbt{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 117px;
	background: url(btbj.jpg) no-repeat center right;
	font-size: 30px;
	font-weight: bold;
	padding-top: 32px;
	line-height: 30px;
}
.nrbt span{
	font-size: 18px;
	color: #c4c4c4;
	font-weight: normal;
	text-transform:uppercase;
}
.neir{
	margin-top: 20px;	
	line-height: 35px;
	min-height:450px;
}
.neir video{
	width:420px;
	margin:0 10px;
	float:left;
	}
.mbx{
	 height:35px; 
	 line-height:35px;
	 color:#999;
	 font-size:13px;
	}
.mbx a{
	color:#999;
	font-size:13px;
	}

/*新闻内页*/
.newslists{
	width:880px;
	
	}
.newslists ul{
	border-bottom:1px  dashed #ddd;
	margin-top:20px;
	padding-bottom:20px;
	height:150px;
    }
.newslists ul img{
	width:180px;
	height:120px;
	float:left;
	border:3px solid #ddd
	}
.newslists ul li{
	 width:100%;
	 float:right
	}	
.newslists ul li h4{
	background:url(rl.png) no-repeat  center left;
	padding-left:25px;
	font-size:16px;
	font-weight:normal;
	color:#999;
	transition: all 0.6s ease 0s;
	}
.newslists ul li h1{
	 font-size:18px;
	 font-weight:normal;
	 line-height:25px;
	 margin-bottom:5px;
	 transition: all 0.6s ease 0s;
	}
.newslists ul li p{
	 color:#999;
	 line-height:22px;
	 font-size:13px;
	 transition: all 0.6s ease 0s;
	}
.newslists ul li:hover a {
	 color:#FF6000;
	}
.newslists ul li:hover p {
	 color:#FF6000;
	}
.newslists ul li:hover h4 {
	 color:#FF6000;
	}
.newslists ul li:hover h1 {
	 color:#FF6000;
	}
/*新闻详细*/	
.news_show h1{ 
     text-align:center;
	 font-size:20px;
	 color:#444;
	}
.news_show h4{
	 border-top:1px dashed #ccc;
	 border-bottom:1px dashed #ccc;
	 font-weight:normal;
	 text-align:center;
	 color:#ccc;
	 margin:20px 0;
	}
.news_show .neirq{
	line-height:26px;
	font-size:14px;
	
	}
.pnext{
	 border-top:1px dashed #ccc;
	 border-bottom:1px dashed #ccc;
	  margin:20px 0;
	  padding:10px 0;
	}
.pnext .left{
	 width:730px
	}
.pnext .right{
	 width:100px;
	  text-align:right;
	}

.pnext li{
	 height:30px;
	 line-height:30px
	}
.pnext li b{

	  font-weight:normal;
	}
.pnext li a{
	color:#888;
	}
.pnext li a:hover{
	 color:#ff6000;
	}
/**/
.product_list{ 
	margin-bottom:10px;
	width:880px; 
	overflow:hidden;
	}
.product_list ul{
	width:920px;
	}
.case_item {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 280px;
	overflow:hidden;
}
.case_item a {
    display: block;
}
.case_item .img {
    overflow: hidden;
    width: 280px;
	background: #f2f2f2;
    transition: all 1s ease;
	padding:5px;
}
.case_item .img img {
    width: 270px;
}
.case_item:hover .img{
	background:#387bcd;
	}
.case_item .txt {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 16px 0 20px;
    position: relative;
    text-align: center;
    z-index: 0;
	
}
.case_item p {
    background: rgba(0, 0, 0, 0) url("pro_line.jpg") no-repeat scroll center top;
    font-size:16px;
	text-align:center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.case_item .more {
    background: #387bcd none repeat scroll 0 0;
    border: 1px solid #387bcd;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 18px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 72px;
    text-align: center;
	padding:0px;
}
.case_item:hover .more {
    border-color: #fff;
}
.case_item .txt::before {
    background: #387bcd none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    transform: scale3d(0, 0, 1);
    transition: transform 0.6s ease 0s;
    width: 200%;
    z-index: -1;
}
.case_item:hover .txt::before {
    transform: scale3d(1, 1, 1);
}
.case_item:hover .txt p {
    background: rgba(0, 0, 0, 0) url("pro_line1.jpg") no-repeat scroll center top;
    color: #fff;
}
.prspan{
	width: 400px;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.products_show{ 
	margin-top:20px;
	 }
.products_show_r{ 
	float:right;width:330px; 
	line-height:28px;
	}
.products_show_r h1{
	font-size:20px; 
	border:none;
	line-height:40px; 
	color:#333;
	}
.products_show_r  h4{
	font-size:14px;
	padding:10px 0 20px;
	font-weight:normal;
	color:#999;
	line-height:28px;
	}
.products_show h5{
	border-bottom:2px solid #eee;
	font-size:18px; 
	margin-bottom:15px;
	height:50px; 
	line-height:50px;
	}
.products_show_r h2{
	font-size:30px;
	height:40px;
	line-height:40px;
	}
.products_show_r img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	}
.products_show_r p img{
	margin-top:3px;
	}
.products_show_r p a{
	width:160px;
	height:40px;
	background:#1c6fb5;
	color:#fff;
	display:block;
	float:left;
	padding:8px 0 0 30px 
	}
.products_show_r p .product_lx{
	background:#ff8400;
	}
.nrxx{
	margin-top:20px;
	overflow:hidden;
	width:880px;
	}
.nrxx h3{
	background:url(pr_bot_bj.jpg);
	height:50px;
	}
.nrxx h3 b{
	display:block;
	width:200px;
	color:#fff;
	float:left;
	line-height:50px;
	font-size:24px;
	text-align:center;
	font-weight:normal;
	}
.nrxx h3 span{
	display:block;
	width:600px;
	float:right;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:50px;
	text-align:right;
	padding-right:10px;
	}
.nrxx  .ptb20{
	padding:20px 0;
	}
.nrxx  ul img{
	max-width:100%;
	}
.show_more{
	padding-top:20px;
	}	
.show_more .swiper-wrapper p{
	text-align:center;
	height:50px;
	line-height:48px;
	background:#f1f1f1;
	} 
.products_show table{border-left:1px solid #ccc;width:100%;height:32px; line-height:32px; border-bottom:1px solid #ccc;}
.products_show table td{border-right:1px solid #ccc; border-top:1px solid #ccc;height:32px; line-height:28px; padding:0 20px ; text-align:left;}
.products_show_r p{ line-height:28px; display:block; height:46px; margin:10px 0;}
.show_tp img{
	float:left;
	}

.products_show_l{ width:510px; height:auto; float:left; overflow:hidden;}

.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.pagination{
	text-align: center;
	padding-top: 10px;
}
.page-item{
	display: inline-block;
	padding: 0px 10px;
	background: #ddd;
}
.page-num{
	padding: 0px 10px;
	display: inline-block;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	display: inline-block;
	background: #ff8400;
	padding: 0px 10px;
}
.page-num-current{
	background: #ff8400;
	color: #fff;
}
.cjwt {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.wt {
   
    color: #f6760c;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 10px;
}
.dn {
	line-height:22px;
}
.products{ 
	margin-bottom:10px;
	width:880px; 
	overflow:hidden;
	}
.products ul{
	width:920px;
	}
.products ul li{ 
	margin:10px 0; 
	float:left; 
	margin-right:15px; 
	width:284px;  
	background:#ddd;  
	padding:7px;
	transition: all 0.6s ease 0s;
	}
.products ul li .post-title-portfolio { 
	text-align:center;
	font-size:16px;
	height:40px;
	line-height:40px;
	}
.products ul li:hover{ 
	
	background:#387bcd;  
	
	color:#fff;
	}
.products ul li:hover h2{
	color:#fff;
}
/**/
.show_qyys{
	margin:30px 0;
	height:493px;
	position:relative;
	}
.show_qyys img{
	width:840px;
	height:350px;
	border-radius:20px;
	margin:auto;
	}
.show_qyys h2{
	width:351px;
	height:166px;
	font-weight:normal;
	border-radius:10px;
	position:absolute;
	bottom:10px;
	z-index:2;
	color:#fff;
	padding:20px 0 0 40px;
	font-size:24px;
	}
.show_qyysli1 h2{
	background:url(show_pr_left1.jpg) no-repeat center;
	}
.show_qyysli2 h2{
	background:url(show_pr_left2.jpg) no-repeat center;
	}
.show_qyysli3 h2{
	background:url(show_pr_left3.jpg) no-repeat center;
	}
.show_qyysli4 h2{
	background:url(show_pr_left4.jpg) no-repeat center;
	}
.show_qyys h2 b{
	display:block;
	font-size:70px;
	font-family:ywzt;
	font-weight:normal;
	padding-top:20px;
	}
.show_qyys h2 b em{
	font-size:14px;
	font-style:normal;
	}
.show_qyys h4{
	display:block;
	width:634px;
	height:187px;
	position:absolute;
	bottom:0px;
	z-index:9;
	right:0px;
	padding-left:130px;
	padding-top:45px;
	background:url(show_pr_ringht.png)
	}
.show_qyys h4 p{
	color:#fff;
	font-weight:normal;
	background:url(bsyd.png) no-repeat 0px 12px;
	padding-left:20px;
	font-size:18px;
	padding-right:40px;
	}

.show_qqys_img{
	background:url(ryzz_bj.jpg) no-repeat top;
	margin-bottom:40px;
	}

.show_qqys_img h2{
	font-size:48px;
	text-align:center;
	height:105px;
	font-weight:normal;
	color:#fff;
	padding-top:60px;
	}
.show_qqys_img h2 span{
	color:#f24700;
	}
.show_qqys_img h4{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:5px 0;
	font-weight:normal;
	}
.show_qqys_img h6{
	font-size:18px;
	color:#fff;
	padding-bottom:20px;
	font-weight:normal;
	text-align:center;
	}
.show_qqys_img li{
	width:280px;
	float:left;
	margin:6px;
	}
.show_qqys_img li img{
	width:280px;
	}
/**/
.gsjj{
	width:880px;
	overflow:hidden;
	}
.gsjj_bt h2{
	font-size:48px;
	color:#1c6fb5;
	text-align:center;
	padding-top:40px;
	}
.gsjj_bt h2 span{
	color:#f34700;
	}
.gsjj_bt h4{
	font-size:18px;
	color:#666;
	padding:15px 0;
	text-align:center;
	font-weight:normal;
	}
.gsjj_bt b{
	display:block;
	width:120px;
	margin:auto;
	height:1px;
	background:#1c6fb5;
	}
.gsjj_bt h6{
	text-align:center;
	padding:20px 0;
	font-weight:normal;
	color:#666;
	font-size:15px;
	}
.gsjj_ico{
	padding:20px 0 40px;
	}
.gsjj_ico ul li{
	width:154px;
	float:left;
	margin:0 11px;
	}
.gsjj_ico ul li span{
	display:block;
	width:154px;
	height:154px;
	border-radius:77px;
	background:#1c6fb5;
	}
.gsjj_ico ul li h2{
	font-size:20px;
	color:#1c6fb5;
	text-align:center;
	font-weight:normal;
	padding:10px 0 5px 0
	}

.gsjj_ico ul li p{
	font-size:15px;
	color:#666;
	text-align:center
	}
.gsjj_tp{
	background:url(about_bj_n.jpg)  no-repeat 0px 540px;
	}
.gsjj_tp img{
	float:left;
	border-radius:10px;
	}
.gsjj_tp1{
	width:840px;
	margin-left:20px;
	margin-bottom:20px;
	}
.gsjj_tp2 , .gsjj_tp3{
	height:263px;
	margin-left:20px;
	}
.gsjj_tp ul{
	padding:20px 20px 40px 20px;
	float:left;
	}
.gsjj_tp ul p{
	color:#fff;
	margin-top:20px;
	font-size:22px;
	line-height:50px;
	}
.gsjj_link {
	padding:60px 0 30px 0;
	}
.gsjj_link ul li{
	width:154px;
	float:left;
	margin:0 11px;
	}
.gsjj_link ul li p{
	text-align:center;
	font-size:18px;
	line-height:50px;
	}
.gsjj_fwbx{
	padding-bottom:50px;
	}
.gsjj_fwbx ul li{
	height:187px;
	position:relative;
	margin-top:20px;
	}
.gsjj_fwbx ul li img{
	float:left;
	margin-top:10px;
	}
.gsjj_fwbx ul li h4{
    display: block;
    width: 634px;
    height: 187px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    right: 0px;
    padding-left: 130px;
    padding-top: 35px;
    background: url(show_pr_ringht.png);
}
.gsjj_fwbx ul li h4 p {
    color: #fff;
    font-weight: normal;
    background: url(bsyd.png) no-repeat 0px 7px;
    padding-left: 20px;
    font-size: 18px;
    padding-right: 40px;
}
.gsjj_fwbx ul li h4 b{
	font-size:30px;
	color:#fff;
	margin-bottom:15px;
	display:block;
	}
.gsjj_xbanner img{
	width:100%;
	}
.gsjj_bot{
	background:url(about_bj_b.jpg);
	padding:20px 40px 40px 40px;
	}
.gsjj_bot p{
	color:#fff;
	margin-top:20px;
	font-size:22px;
	line-height:50px;
	}































