﻿*{margin: 0px;padding: 0px;}
body{min-width:1080px;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: 1080px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:97px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 97px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background: #0068b7;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 157px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #2e90fa;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	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:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #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:#0068b7;
	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: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.title p{
	width: 204px;
	height:35px;
	font-size: 24px;
	color:#1a1a1a;
	font-weight: bold;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 2px solid #0068b7;
}
.title b{
	color:#0068b7;
}

.product .list{
	float: left;
	width: 210px;
	height: auto;
	min-height: 516px;
	overflow: hidden;
	margin-top: 30px;
	background:#0068b7;
}
.product .list .tit{
	width:200px;
	margin:0 auto;
	height: 75px;
	border-bottom: 1px solid #fff;
	position: relative;
 

}
.product .list .tit p{
	font-size: 24px;
	color:#ffffff;
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.product .list .tit span{
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.product .list .tit hr{
	display: block;
	width: 60px;
	height: 3px;
	border: none;
	background:#2d3842;
	margin:0 auto;
	position: absolute;
	bottom:-1px;
	left: 50%;
	margin-left: -30px;
}
.product .list .box{
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 200px;
	min-height: 300px;
	padding-bottom: 20px;
	margin:0 auto;
	margin-top: 10px;
}
.product .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top:5px;
	transition:1s;
}
.product .list ul  .vice{
	display: block;
}
.product .list ul li h4{
	width: 100%;
	height: 40px;
	background: url(../images/icon01.png)no-repeat center;
}
.product .list ul li h4 a{
	display: block;
	color:#1a1a1a;
	font-size: 16px;
	line-height: 40px;
	margin-left: 50px;
}
.product .list ul ul{
	width: 140px;
	margin-left:45px;
}
.product .list ul ul li{
	width: 100%;
	height: 25px;
	line-height: 25px;
	 
}
.product .list ul ul li a{
	color:#fff;
	font-size: 16px;

}
.product .list ul ul li:hover a{
	color:#ccc;
}
.product  .tel{
	width: 191px;
	margin:0 auto;
	margin-top: 10px;
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-bottom: 10px;
}
.product .pic{
	float: right;
	width: 860px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .pic ul{
	margin-left: -10px;
}
.product .pic ul li{
	float: left;
	width: 280px;
	position: relative;
 
	margin-left: 10px;
	margin-bottom: 15px;

}
.product .pic ul li img{
	display: block;
	width: 280px;
	height: 208px;
 
}
.product .pic ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color:#1a1a1a;
	position:absolute;
	bottom: 0;
	font-size: 15px;
	color:#fff;
}
 
.gg{
	max-width: 1920px;
	margin: 0 auto;
	height: 300px;
	overflow: hidden;
	background: url(../images/gg.png)no-repeat center;
	margin-top: 40px;
}


.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}
.adv ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.adv ul li:nth-child(2n){
	flex-direction:row-reverse;
}
.adv .intro {
	width: 550px;
	height: auto;
	min-height: 220px;
	overflow: hidden;
}
.adv .intro .num{
	float: left;
}
.adv .intro .num img{
	display: block;
}
.adv .intro .info{
	float: right;
	width: 445px;
	height: auto;
	overflow: hidden;
}
.adv .intro .info .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
 
}
.adv .intro .info .t p{
	color:#0076ca;
	font-size: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.adv .intro .info .t span{
	display: block;
	color:#999999;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
}
.adv .intro .info  .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.adv .intro .info  .text p{
	color:#666666;
	font-size: 15px;
	line-height:22px;
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
}
.adv .intro .info  .text p:after{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color:#0076ca;
}
.adv .pic img{
	display: block;
 
}
.about{
	width: 100%;
	height: 533px;
	background: #0068b7;
	margin-top: 50px;
}
.about .pic{
	float: left;
	width: 50%;
	height: 533px;

	background: url(../images/about.png)no-repeat center;
}
.about .intro{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	margin-left: 45px;
}
.about .intro .tit{
	width: 250px;
	height: 35px;
	overflow: hidden;
	margin-top: 95px;
	border-bottom: 1px solid #fff;
}
.about .intro .tit p{
	color:#f49309;
	font-size: 24px;
	float: left;
	font-weight: bold;
}
.about .intro .tit b{
	color:#fff;
}
.about .intro .tit span{
	display: block;
	color:#f49309;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	text-transform: uppercase;
}
.about .intro .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.about .intro .info p{
	color:#fff;
	font-size: 15px;
	line-height: 22px;
	text-indent: 2em;
}
.about .intro .more{
	display: block;
	width: 120px;
	height: 30px;
	background: #fff;
	color:#0068b7;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	margin-top: 35px;
}
.cases{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.cases .show{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.cases .box{
	width: 400%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 320px;
	height: auto;
	margin-left: 10px;
	overflow: hidden;
}
.cases .pic ul li img{
	display: block;
	width: 320px;
	height: 220px;
}
.cases .pic ul li p{
	width: 100%;
	line-height: 35px;
	color:#1a1a1a;
	font-size: 16px;
	text-align: center;
}

.section{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 40px;
}
.news{
	width: 605px;
	height:524px;
	overflow: hidden;
	float: left;
	margin-top: 50px;
	 
}
.news .tit{
	width: 100%;
	height: 60px;
	background: #0068b7;
	margin-bottom: 25px;
}
.news .tit p{
	color:#fff;
	font-size: 24px;
	float: left;
	line-height: 60px;
	margin-left: 10px;
	font-weight: bold;
}
.news .tit span{
	display: block;
	color:#fff;
	 text-transform: uppercase;
	 font-size: 16px;
	line-height: 60px;
	float: left;
	margin-left: 5px;
}
.news .tit a{
	display: block;
	float: right;
	line-height: 60px;
	margin-right: 10px;
	color:#fff;
	font-size: 14px;
}
.news .part{
	width: 605px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 13px;
}
.news .part .time{
	width: 120px;
	height: 100px;
	color:#fff;
	overflow: hidden;
	text-align: center;
	float: left;
	background: #999999;
}
.news .part .time span{
	font-size: 30px;
	display: block;
	margin-top: 13px;
}
.news .part .time p{
	font-size: 20px;
}
.news .part .info{
	width: 460px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 5px;
}
.news .part .info p{
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 5px;
}
.news .part .info p:hover{
	color:#0068b7;
}
.news .part .info  span{
	display: block;
	color:#666666;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}
.news ul{
	width: 605px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul li{
	width: 100%;
	border-bottom: 1px dashed #808080;
	position: relative;
	line-height: 35px;
}
.news ul li a{
	color:#1a1a1a;
	font-size: 14px;
	margin-left: 20px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li a:after{
	content: "※";
	color:#1a1a1a;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

.news ul li span{
	display: block;
	float: right;
	margin-right: 15px;
}
.news ul li a:hover{
	color:#0068b7;
}
.messg{
	width: 425px;
	height:525px;
	overflow: hidden;
	float: right;
	background: #eee;
	margin-top: 50px;
}
.messg .tit{
	width: 100%;
	height: 60px;
	background: #0068b7;
}
.messg .tit p{
	color:#fff;
	font-size: 24px;
	float: left;
	line-height: 60px;
	margin-left: 10px;
	font-weight: bold;
}
.messg .tit span{
	display: block;
	color:#fff;
	 text-transform: uppercase;
	 font-size: 16px;
	line-height: 60px;
	float: left;
	margin-left: 5px;
}
.messg .tit a{
	display: block;
	float: right;
	line-height: 60px;
	margin-right: 10px;
	color:#fff;
	font-size: 14px;
}
.messg form{
	width: 340px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.messg form ul li {
	width: 100%;
	line-height: 38px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.messg form ul li p{
	font-size: 16px;
	color:#1a1a1a;
	float: left;
}
.messg form ul li input{
	width: 240px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 5px;
	outline: none;
	background: none;

}

.messg form ul li textarea{
	width: 240px;
	resize: none;
	outline: none;
	height: 98px;
	border: 1px solid #999999;
	border-radius: 5px;
	background: none;
}
.messg .btn{
	width: 100%;
	height: 38px;
	background: #0068b7;
	color:#fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 25px;
}
.links{
	width: 100%;
	height: 60px;
	background:#0068b7;
	overflow: hidden;
}
.links .tit img{
	display: block;
	margin-top: 15px;
	float: left;
}
.links .tit p{
	color:#fff;
	float: left;
	margin-left: 5px;
	line-height: 60px;
	font-size: 18px;
}
.links  ul{
	float: left;
	width: 890px;
	height: 60px;
}
.links   ul li{
	float: left;
	padding-right: 10px;
	line-height: 60px;
	padding-left: 10px;
}
.links   ul li a{
	color:#fff;
	font-size: 12px;
}
.footer{
	width: 100%;
	height: 258px;
	position: relative;
	background:url(../images/bg01.png)repeat-x center top;
	float:left;
}
.footer .left{
	float: left;
	margin-top: 35px;
}
.footer .left .name img{
	display: block;
}
.footer .left .info{
	margin-top: 20px;
}
.footer .left .info p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 24px;
}
.footer  .ewm{
	float: right;
	margin-top: 35px;
}
.footer  .ewm img{
	display: block;
	width: 148px;
	height: 148px;
}
.footer  .ewm p{
	width: 100%;
	line-height: 25px;
	color:#0068b7;
	font-size: 13px;
	text-align: center;
}
.footer .cr{
	width: 100%;
	height:30px; 
	background: #0068b7;
	position: absolute;
	bottom: 0;
}
.footer .cr p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.footer .cr  a{
	color:#fff;
}

.float{
	 position:fixed;
	 right: 0;
	 bottom: 100px;
	 width: 50px;

}
.float ul li{
	width:180px;
	height: auto;
	overflow: hidden;
	min-height: 50px;
	margin-top: 3px;
	transition: .5s;
	
}
 
.float ul li:nth-child(1){
	background: #9c9c9c url(../images/f01.png)no-repeat left top;
}

.float ul li:nth-child(2){
	background:#9c9c9c url(../images/f02.png)no-repeat left top;
}

.float ul li:nth-child(3){
	background:#9c9c9c url(../images/f03.png)no-repeat left top;
}

.float ul li:nth-child(4){
	background:transparent url(../images/f04.png)no-repeat left top;
}
.float ul li p{
	width: 120px;
	margin-left: 55px;
	line-height: 50px;
 
	text-align: center;
	font-size: 16px;
	color:#ffffff;
}
.float ul li a{
	display: block;
	width: 50px;
	height: 50px;
}
.float ul li img{
	display: block;
	width: 0;
	height: 0;
	float: right;
	transition: .35s;
	border: 2px solid #fff;
}
.float ul li:nth-child(3):hover{
	margin-left: -130px;
}
.float ul li:nth-child(4):hover{
	margin-left: -130px;
}
.float ul li:last-child:hover img{
	width: 120px;
	height: 120px;
}

.container{ width:1080px; margin:0px auto; }
.con_left{ width:210px; float:left; margin-right:20px; margin-bottom:50px;}
.con_right{ width:850px; float:left; margin-bottom:30px; margin-top:50px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:200px; padding-left:10px; height:60px;line-height:60px; color:#fff; font-size:18px; background:#0068b7; font-weight:bold;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#fff;}
.in_prokind span a:visited{ color:#fff;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#0068b7; text-align:left; position:relative; border-bottom:#ccc 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:240px; margin-left:5px; font-size:13px; height:42px; line-height:42px; border-bottom:#bfbfbf 1px solid; color:#1d1d1d; background:url(../images/icon04.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product,.main_case{ width:100%; margin:0px auto;}
.main_right_product p a{ color: #000;}
.main_right_product ul,.main_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:275px; height:240px;  float:left; margin-top:10px; margin-right:13px; }
.main_case ul li{ list-style:none; width:275px; height:220px;  float:left; margin-top:10px; margin-right:13px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:265px; height:200px; padding:5px;border:#eee 1px solid;}
.main_case ul li img{width:265px; height:180px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.main_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_case ul li a:hover{ color:#0068b7; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont p a{ color: #000;}
.index_newscont .newscontent p a{ color: #000;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/icon04.jpg) no-repeat 5px; padding-left:25px; 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:#0068b7;}
.nav ul li.current {background: #2e90fa;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.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; border-radius:3px;}
.thisclass{ background:#0068b7; 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:#1776b6; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#0068b7; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
