*{margin: 0px;padding: 0px;}
body{min-width:1100px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1100px;
	margin:0 auto;
	overflow: hidden;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	z-index: 100;
}
.head .top{
	width: 100%;
	height: 30px;
	background: #000000;
 
}
.head .top p{
	font-size: 13px;
	color:#ffffff;
	line-height: 30px;
	float: left;
}
.head .top b{
	font-size: 16px;
}
.head .top  ul{
	float: right;
}
.head .top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.head .top ul li a{
	font-size: 13px;
	color:#fff;
}
.head .top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #fff;
}
.head .top ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 28px;
}
.head  .tel{
	float: right;
}
.nav{
	float: right;
}
.nav ul li{
	float: left;
	height:110px;
	line-height:110px;
	width: 80px;
	text-align: center;
	margin-left: 10px;
}
.nav ul li a{
	color:#000000;
	font-size: 15px;
	display: block;
}
.nav ul li a:hover{
	background: #0065dc;
	color:#ffffff;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	margin-top: 30px;
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
  background: #fff;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:14px;
    height:14px;
    width:1px;
    background:#333;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}
.product{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.title {
	margin-top: 30px;
}
.title p{
	color:#333333;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	height:45px;
}
.title p:after{
	content: "";
	width: 65px;
	height: 3px;
	background: #0e6ba8;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
}
.title span{
	display: block;
	color:#666666;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
}
.product .tab{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.product .tab ul{
	margin-left: -10px;
}
.product .tab ul li{
	float: left;
	width: 264px;
	height: 40px;
	border: 1px solid #d2d2d2;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product .tab ul li a{
	display: flex;
	align-items: center;
	height: 40px;
	font-size:16px;
	color:#666666;
	justify-content: center;

}
.product .tab ul li img{
	display: block;
	margin-left: 10px;
}
.product .tab ul li img:last-child{
	display: none;
}
.product .tab ul li:hover{
	background: #0e6ba8;
	border: 1px solid #0e6ba8;
}
.product .tab ul li:hover img{
	display: none;
}
.product .tab ul li:hover img:last-child {
	display: block;
}
.product .tab ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .pic ul{
	margin-left: -21px;
}
.product .pic ul li{
	float: left;
	width: 258px;
	height: 260px;
	background: #f2f2f2;
	margin-left: 21px;
	margin-bottom: 23px;
}
.product .pic ul li img{
	display: block;
	width: 220px;
	height: 200px;
	margin:19px;
	margin-bottom: 0;
}
.product .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333333;
	font-size: 14px;
	text-align: center;
}
.product .pic ul li:hover p{
	text-decoration: underline;
}
.adv{
	width: 100%;
	height: 720px;
	background: #0065dc;
	margin-top: 30px;
}
.adv .left{
	width: 50%;
	position: relative;
	height: 720px;
	float: left;
	background: url(../images/adv.png)no-repeat right top;
 
}
.adv .left .tit{
	width: 455px;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 138px;
	top: 152px;
}
.adv .left .tit p{
	color:#0065dc;
	font-size: 52px;
	font-weight: bold;
	color:#0065dc;
	float: left;
	width: 222px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background: #fff;
	 
}
.adv .left .tit span{
	float: left;
	color:#ffca3b;
	font-size: 52px;
	font-weight: bold;
	margin-left: 10px;
}
.adv .left .tit b{
	color:#ffffff;
	font-size: 15px;
	width: 393px;
	float: right;
	margin-top: 5px;
	line-height: 22px;
}
.adv .right{
	float: left;
	width: 50%;
	margin-left: -50px;
	position: relative;
	z-index: 100;
}
.adv .right ul{
	margin-top: 70px;
}
.adv .right ul li {
	height: auto;
	overflow: hidden;
	margin-bottom: 34px;
}
.adv .right ul li  .num{
	float: left;
	margin-top: 10px;
}
.adv .right ul li .info{
	float: left;
	width: 464px;
	margin-left: 20px;

}
.adv .right ul li .info h4{
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3px;

}
.adv .right ul li .info p{
	display: block;
	width: 100%;
	position: relative;
	height: auto;
	font-size: 16px;
	color:#fff;
	padding-left: 10px;
	overflow: hidden;
}
.adv .right ul li .info p:after{
	content: "■";
	color:#fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color:;
}
.about{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background: url(../images/bg.png)no-repeat right 120px;
	position: relative;
}
.about .logo{
	float: left;
	width: 208px;
	height: 188px;
	background: #eeeeee;
	border: 6px solid #0065dc;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 100;
	align-items: center;
	margin-top: 30px;
}
.about .info{
	float: left;
	width: 620px;
	height: auto;
	margin-left: 20px;
	margin-top: 35px;
}
.about .info p{
	color:#333333;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
.about .pic{
	margin-top: -15px;
	float: left;
}
.about a{
	display: block;
	width: 180px;
	height: 60px;
	background: #0e6ba8;
	position: absolute;
	right: 0;
	bottom: 88px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
}
.about a:hover{
	text-decoration: underline;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top:60px;
	position: relative;
}
.cases .main{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.cases .rolling{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom:50px;
}
.rolling .bd{
	width: 1100px;
	margin:0 auto;
}
.rolling .bd ul li{
	width: 358px;
	border: 1px solid #d2d2d2;
	height: auto;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	background: #fff;
}
.rolling .bd ul li div{
	width: 338px;
	height: 268px;
	border: 1px solid #d2d2d2;
	margin:10px;
	margin-bottom:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rolling .bd ul li div img{
	display: block;
	width: 338px;
	height: 268px;
}
.rolling .bd ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333333;
	font-size: 15px;
}
.rolling .next,.rolling .prev{
	position: absolute;
	top: 130px;
}
.rolling .next{
	left: 0;
}
.rolling .prev{
	right: 0;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eee;
	padding-bottom: 35px;
	padding-top: 30px;
}
.news .pic{
	float: left;
	width: 500px;
	height: 360px;
	position: relative;
	margin-top: 30px;
}
.news .pic img{
	display: block;
	width: 500px;
	height: 360px;
}
.news .pic div{
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.news .pic div h4{
	color:#fff;
	font-size: 16px;
	float: left;
	width: 330px;
	margin-top: 15px;
	margin-left: 20px;
}
.news .pic div span{
	display: block;
	color:#fff;
	font-size: 12px;
	margin-top: 15px;
	float: right;
	margin-right: 20px;
	line-height: 20px;
}
.news .pic div p{
	float: left;
	width: 470px;
	margin-left: 20px;
	color:#fff;
	font-size: 14px;
	margin-top: 12px;
}
.news  ul{
	float: right;
	width: 590px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.news  ul li{
	width: 100%;
	height: 68px;
	background: #fff;
	margin-top: 5px;
}
.news  ul li p{
	color:#000000;
	font-size: 15px;
	line-height: 68px;
	position: relative;
	padding-left: 15px;
	margin-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 390px;
}
.news  ul li p:after{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color:#666;
	font-size: 14px;
}
.news  ul li  span{
	float: right;
	margin-right: 20px;
	color:#666666;
	font-size: 12px;
	line-height: 60px;
}
.news  ul li:hover p{
	text-decoration: underline;
}
.footer{
	width: 100%;
	height: 460px;
	background: url(../images/bg02.png)no-repeat center;
	float:left;
}
.links{
	width: 100%;
	height: 60px;
	background: rgba(14,74,144,0.6);
}
.links .tit{
	width: 167px;
	height: 50px;
	background: url(../images/links.png)no-repeat center;
	margin-top: 5px;
	float: left;
}
.links .tit p{
	color:#3e97fe;
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
}
.links ul{
	width: 615px;
	float: left;
	height: 44px;
	overflow: hidden;
	margin-top: 8px;

}
.links ul li{
	padding-right: 10px;
	float: left;
	position: relative;
	padding-left: 10px;
	line-height: 22px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: #398ef1;
}
.links ul li a{
	color:#3e97fe;
	font-size: 13px;
}
.links img{
	display: block;
	float: right;
	margin-top: 15px;
}
.footer .left{
	float: left;
}
.footer .name{
	margin-top: 70px;
}
.footer .tel{
	margin-top: 15px;
}
.footer .tel img{
	display: block;
}
.footer .fn {
	margin-top: 25px;
}
.footer .fn ul{
	display: flex;
	width: 240px;
	justify-content: space-between;
	align-items: center;
}
.footer .fn ul li{
	float: left;
	width: 58px;
	height: 58px;
}
.footer .fn ul li a{
	display: block;
	width: 58px;
	height: 58px;
}
.footer .fn ul li:nth-child(1){
	background: url(../images/icon03.png)no-repeat 0 -210px;
}
.footer .fn ul li:nth-child(2){
	background: url(../images/icon03.png)no-repeat -89px -210px;
}
.footer .fn ul li:nth-child(3){
	background: url(../images/icon03.png)no-repeat -178px -210px;
}
.footer  .cont{
	width: 440px;
	margin-top: 70px;
	float: left;
	margin-left: 70px;
}
.footer  .cont ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer  .cont ul li p{
	color:#fff;
	font-size: 14px;
	line-height: 25px;
	margin-left: 35px;
}
.footer  .cont ul li:nth-child(1){
	background: url(../images/icon03.png)no-repeat 0 0;
}
.footer  .cont ul li:nth-child(2){
	background: url(../images/icon03.png)no-repeat 0 -35px;
}
.footer  .cont ul li:nth-child(3){
	background: url(../images/icon03.png)no-repeat 0 -70px;
}
.footer  .cont ul li:nth-child(4){
	background: url(../images/icon03.png)no-repeat 0 -106px;
}
.footer  .cont ul li:nth-child(5){
	background: url(../images/icon03.png)no-repeat 0 -144px;
}
.footer  .cont span{
	color:#fff;
	font-size: 13px;
	line-height: 25px;
}
.footer  .cont  a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: #fff;
}
.footer .ewm img{
	display: block;
	width: 191px;
	height: 191px;
	margin:4px;
	margin-bottom: 0;
}
.footer .ewm p{
	width: 100%;
	height: 40px;
	text-align: center;
	color:#555555;
	font-size: 16px;
	line-height: 40px;
}


.container{ width:1100px; margin:0px auto;}
.con_left{ width:240px; float:left; margin-right:15px; margin-bottom:10px; margin-top:30px;}
.con_right{ width:835px; float:left; margin-top:30px;}
.in_contact{width:238px; margin-top:10px; float:left; border:#CCC 1px solid;}
.in_contact .tit{
	width: 238px;
	height:42px;
	background:#0065dc;
	float: left;
	 
}
.in_contact .tit div{ position:relative;}
.in_contact .tit div h3{
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	color:#fff;
}
.in_contact .tit div span{ position:absolute; right:5px; top:0px; line-height:42px; font-size:12px;}
.in_contact .tit div span a:link{ color:#fff;}
.in_contact .tit div span a:visited{ color:#fff;}
.in_contact .tit div span a:hover{ color:#f00;}
.in_contact h3{ font-size:15px; font-weight:bold; line-height:40px; padding-left:10px;}
.in_contact p{ width:100%; font-size:13px; line-height:24px;}
.in_contactmid{ padding-left:10px;}
.in_contactmid img{ margin-top:10px;}
.in_casetit{ width:98%; padding-left:2%;font-weight:bold;background:#0065dc; height:48px; line-height:48px;font-size:18px; border-radius:5px 5px 0px 0px; color:#fff; text-align:left; position:relative;}
.lyproduct{ width:98%; float:left; margin-left:2%; margin-top:20px;}
.lyproduct ul{ margin-bottom:20px; width:100%; float:left;}
.lyproduct h5{ font-size:16px; line-height:40px; margin-bottom:10px;}
.lyproduct ul li{ float:left; height:60px; line-height:60px; background:#eee; padding-right:30px; margin-right:5px; text-align:left; padding-left:10px;}
.lyproduct ul li a:link,.lyproduct ul li a:visited{ color:#333;}
.lyproduct ul li a:hover{ color:#f00;}
.lyproduct h5 a{color:#333;}
.product .list{
	float: left;
	width: 240px;
	height: 720px;
	overflow: hidden;
	background: #f2f2f2;
 
}
.product .list .tit{
	width: 240px;
	height: 90px;
	background:#0065dc;
}
.product .list .tit p{
	font-size: 24px;
	color:#ffffff;
	line-height: 90px;
	font-weight: bold;
	float: left;
	margin-left: 25px;
}
.product .list .tit  span{
	display: block;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	color:#fff;
	margin-left:5px;
}
.product .list ul{
	width:218px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
}
.product .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
 
}
.product .list ul li a{
	display: block;
	width: 220px;
	height: 36px;
	background: url(../images/title02.png)no-repeat;
}
.product .list ul li h4{
	font-size: 16px;
	color:#ffffff;
	font-weight: normal;
	line-height: 36px;
	margin-left: 40px;
}
.product .list ul ul{
	width: 220px;
	height: auto;
	overflow: hidden;
}
.product .list ul ul li a{
	background: none;
	color:#333333;
	font-size: 14px;
}
.product .list ul ul li a:hover{
	color:#ccc;
}
.product .list ul ul li {
	height: 25px;
	border-bottom: 1px dashed #d2d2d2;
	line-height: 25px;
	position: relative;
	margin-top: 10px;
}
.product .list ul ul li:after{
    content:"";
    position:absolute;
    left:30px;
    top:7px;
    height:11px;
    width:11px;
    background:url(../images/icon01.png)no-repeat;
}
.product .list ul ul li a{
	margin-left:50px;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.position{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.position a:link{ color:#fff; font-size:12px;}
.position a:visited{ color:#fff;font-size:12px;}
.position a:hover{ color:#000;font-size:12px;}
.ul_news{ width:240px; margin:0px auto; float:left; padding-bottom:10px;}
.ul_news li{ width:94%; padding-left:2%; font-size:13px; height:32px; line-height:32px; color:#1d1d1d; border-bottom:#CCC 1px dotted; margin:0px auto;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product { width:100%; margin:0px auto;}
.main_right_product ul,.main_right_product1 ul{ margin:0px; padding:0px; width:110%;}
.main_right_product ul li{ list-style:none; width:265px; height:250px; float:left; margin-top:10px; margin-right:18px;}
.main_right_product1 ul li{ list-style:none; width:265px; height:200px; float:left; margin-top:10px; margin-right:18px;}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{ width:255px; height:210px;  border:#eee 5px solid;}
.main_right_product1 ul li img{ width:260px; height:150px;  border:#ccc 5px solid;}
.main_right_product ul li a:link,.main_right_product1 ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_right_product1 ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_right_product1 ul li a:hover{ color:#0065dc; text-decoration:none;}
.index_newscont h3,.main_right_product h3{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/jt.gif) no-repeat 5px; padding-left:30px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#0065dc;}
.index_newscont .newscontent p{font-size:16px; line-height:30px; color:#555;}


.m_hover{ background:#ccc;}
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:20px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#0065dc; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#0065dc; text-decoration:none;}

/*留言*/
td{ font-size:14px;}
.coolbg{ width:60px; height:30px; line-height:30px; color:#FFF; background:#333333; border:none;}
.intxt{ height:32px; margin-top:10px; border-radius:5px; border:#ccc 1px solid;}
.index_newscont textarea{border-radius:5px; border:#ccc 1px solid;}


.qq{
	position: fixed;
	right: 0;
	bottom: 0;
}