@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: #ff7800;
}

.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: 1200px;
	margin:auto;
}

/*top*/
.head{
	height:140px;
	}

.logo{
	float:left;
	width:480px;
	margin-top:35px;
}
.logo h2{
	font-size:30px;
	color:#333;
	}
.logo h3{
	color:#333;
	margin-top:10px;
	}
.nav{
	width:600px;
	float:right;
	margin-top:30px;
	}
.nav h2{
	width:322px;
	margin-left:278px;
	height:30px;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #387bcd;
	border-radius:15px;
	}
.nav h2 b{
	width:160px;
	background:#387bcd;
	color:#fff;
	height:28px;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	line-height:28px;
	display:block;
	float:left;
	}
.nav h2 b img{
	display:inline-block;
	margin-left:5px;
	margin-top:3px;
	vertical-align:top;
	}	
.nav h2 span{
	line-height:30px;
	font-family:ywzt;
	color:#387bcd;
	display:block;
	width:160px;
	text-align:center;
	float:left;
	font-size:20px;
	font-weight:normal;
	}
.nav ul li{
	width:100px;
	float:left;
	position:relative;
	}
.nav ul li a{
	color: #000;
	font-size:16px;
	line-height:40px;
	display:block;
	text-align:center;
}

.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#387bcd;
}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:40px;
	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:#387bcd !important;
	color:#fff;
	}
/*banner*/
.banner{
	position:relative;
	}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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:#387bcd;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:10px;
	height: 10px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#387bcd;
	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-image: linear-gradient(to right, rgba(55,122,204,1), rgba(2,60,125,1));
	}
.form-control {
    background-color: #fff;
    height: 50px;
    color: #6e6e6e;
    text-align: left;
	padding-left:10px;
	float:left;
	width:48%;
	margin:1%;
    border: 1px solid #ddd;
    font-size: 14px;
}
.nr100{
	height:150px;
	width:98%;
	padding-top:10px;
	}
.zxlys ul{
	padding-top:40px;
	}
.form button{
	width:20%;
	margin-left:1%;
	background:#134dd1;
	border:none;
	color:#fff;
	padding:10px;
	text-align:center;
	}
.nr20 {
    background:#fff;
    width: 15%;
    float: right;
    color: #000;
    font-size: 20px;
    height: 50px;
    border: none;
}
/**/
.bt{
	padding:80px 0 40px 0;
	}
.bt h2{
	font-size:36px;
	color:#333;
	text-align:center;
	}
.bt p{
	font-size:18px;
	text-align:center;
	color:#666;
	line-height:50px;
	}

.bt ul{
	text-align:center;
	}
.bt ul li{
	display:inline-block;
	border-radius:5px;
	font-size:24px;
	padding:5px 16px;
	background:#387bcd;
	color:#fff;
	}

.bt ul .hover{
	background:#ff7800;
	cursor:pointer;
	}
/**/


.product{
	width:1200px;
	margin:auto;
	text-align:center;
	overflow:hidden;
	}
.product ul{
	width:1300px;
	}
.product ul li{
	width:282px;
	float:left;
	height:222px;
	border:1px solid #ddd;
	overflow:hidden;
	position:relative;
	margin:0px 24px 20px 0;
	}
.product ul li img{
	width:100%;
	}
.product ul li p{
	width:280px;
	height:280px;
	transition:all 0.6s;
	display:block;
	position:absolute;
	top:280px;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:240px;
	background-color: rgba(0,0,0,0.65);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	}

.product ul li:hover p{
	top:0px;
	}
.more{
	font-size:20px;
	color:#fff;
	padding:15px 55px;
	display:inline-block;
	background:#387bcd;
	text-align:center;
	border-radius:8px;
	margin-top:20px;
	margin-left:500px;
	transition:all 0.6s;
	}
.product .more:hover{
	background:#ff7800;
	color:#fff;
	}
/**/
.xbanner{
	background-image: linear-gradient(to right, rgba(55,122,204,1), rgba(2,60,125,1));
	margin-top:60px;
	height:200px;
	}
.xbanner ul{
	position:relative;
	}
.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:10px;
	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;
	}
.xbanner1 ul li{
	width:290px;
	float:left;
	padding-top:40px;
	}
.xbanner1 ul h2{
	width:590px;
	float:left;
	padding-top:25px;
	}
.xbanner1 ul .xbanner1_img{
	position:absolute;
	right:-60px;
	top:-70px;
	}
.xbanner2 ul li{
	width:290px;
	float:right;
	padding-top:40px;
	}
.xbanner2 ul h2{
	width:600px;
	float:left;
	margin-left:280px;
	padding-top:100px;
	}
.xbanner2 ul .xbanner2_img{
	position:absolute;
	top:-153px;
	}
/**/
.jsys{
	margin-bottom:160px;
	overflow:hidden;
	}
.jsys ul{
	width:1300px;
	}
.jsys ul li{
	width:290px;
	margin-right:13px;
	height:540px;
	float:left;
	background:#387bcd;
	border-radius:10px;
	overflow:hidden;
	}
.jsys ul li h2{
	padding:20px 20px;
	position:relative;
	font-weight:normal;
	}
.jsys ul li h2 span{
	font-size:50px;
	font-family:ywzt;
	color:#ff7800;
	text-align:center;
	display:block;
	}
.jsys ul li h2 b{
	font-size:24px;
	color:#fff;
	position:relative;
	z-index:3;
	text-align:center;
	padding-top:5px;
	display:block;
	padding-bottom:10px;
	}
.jsys ul li h2 p{
	color:#fff;
	text-align:center;
	line-height:24px;
	}


/**/
.news{
	overflow:hidden;
	}
.news ul {
	width:1300px;
	}
.news ul li{
	width:336px;
	float:left;
	margin-right:96px;
	}
.news ul li .news_img{
	width:336px;
	height:240px;
	border-radius:10px;
	}
.news ul li b{
	font-size:20px;
	line-height:50px;
	}
.news ul li p{
	color:#555;
	line-height:22px;
	}
.news ul li span{
	display:inline-block;
	padding:8px 25px;
	margin-top:20px;
	transition:all 0.6s;
	border:1px solid #7f7f7f;
	}
.news ul li:hover span{
	padding:8px 35px;
	}
/**/	
.foot{
	background:url(foot_bj.jpg) no-repeat center;
	height:295px;
	margin-top:100px;
	}
.foot ul{
	width:1200px;
	margin:auto;
	padding:60px 0;
	}
.foot ul .left{
	
	width:600px;
	}
.foot ul .left img{
	float:left;
	}
.foot ul .left p{
	display:block;
	float:left;
	color:#fff;
	line-height:28px;
	}
.foot ul .left a{
	color:#fff;
	}
.foot ul .left p b{
	font-size:24px;
	display:block;
	margin-bottom:20px;
	}

.foot ul .right{
	width:600px;
	text-align:right;
	}
.foot ul .right h2{
	font-size:30px;
	color:#fff;
	padding-top:20px;
	text-align:right;
	}
.foot ul .right h3{
	text-align:right;
	color:#fff;
	padding:10px 0 20px 0;
	font-size:17px;
	}
.foot ul .right  p{
	text-align:right;
	
	}
.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:#134dd1;
	 width: 270px;
	 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: 270px;
	 height: 60px;
	 padding-left: 30px;
	 font-size: 15px;
	 background: url(tb9.png) no-repeat 240px 30px #f4f3f3;
}
.flnr ul li a:hover{
	 background: url(tb91.png) no-repeat 240px 30px #f4f3f3;
	 color:#134dd1;
	}
.flnr ul li .xdhgl{
	 background: url(tb91.png) no-repeat 240px 30px #f4f3f3;
	 color:#134dd1;
	}
	
.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;
    height: 340px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 280px;
	overflow:hidden;
}
.case_item a {
    display: block;
}
.case_item .img {
    height: 215px;
    overflow: hidden;
    width: 280px;
	background: #f2f2f2;
    transition: all 1s ease;
	padding:5px;
}
.case_item .img img {
    width: 270px;
	height:205px;
}
.case_item:hover .img{
	background:#134dd1;
	}
.case_item .txt {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 26px 0 22px;
    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: #134dd1 none repeat scroll 0 0;
    border: 1px solid #134dd1;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    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: #134dd1 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  h3{
	font-size:14px;
	height:28px; 
	line-height:28px;
	}
.products_show h5{
	border-bottom:2px solid #eee;
	font-size:18px; 
	margin-bottom:15px;
	height:50px; 
	line-height:50px;
	}
.nrxx{
	margin-top:20px
	}
.nrxx h2{
	font-size:20px;
	color:#666;
	}
.nrxx  ul{
	 padding-top:20px;
	 margin-top:15px;
	 line-height:24px;
	 border-top:3px  solid #ddd;
	}
.nrxx  ul img{
	max-width:100%;
	}
.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: #f08326;
	padding: 0px 10px;
}
.page-num-current{
	background: #f08326;
	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{ 
	height:334px; 
	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;
	}
.products ul li:hover{ 
	
	background:#134dd1;  
	
	color:#fff;
	}
.products ul li:hover h2{
	color:#fff;
}