* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1010px;
	background: #ffffff;
	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;
}
/**/
.header{
	width: 100%;
	height: 120px;
	background: #fff;
	float: left;
}
.head{
	width: 1010px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	float: left;
	margin-top: 15px;
}
.logo img{
	display: block;
}
.head_tel img{
	display: block;
	float: left;
}
.head_tel{
 
	height: auto;
	float: right;
    margin-top: -20px;
}
.head_tel .text{
	width: 170px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	float: left;
	flex-direction: column;
	margin-left:10px;
}
.head_tel p{
	display: block;
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	font-family: arial;
	color: #e60012;
	float: right;
}
/**/
.nav_box {
	width: 100%;
	height: 50px;
	background:#e60012;
	float: left;

}
.nav {
	width: 1010px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;

}
.nav ul li {
	float: left;
	width: 126px;
	height: 100%;
	position: relative;
}
.nav ul li a {
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.nav ul li a:hover {
	background:#0067b6;
}
.nav {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
}
.nav .on a{
	background:#0067b6;
}
.nav .on ul li a{
	background: none;
}
.nav a{
	color: #fff;
}
.nav .sub{
	display: none;
	width: 126px;
	left: 0;
	top: 50px;
	position: absolute;
	background:rgba(44,107,167,0.5);
	line-height: 26px;
}
.nav .sub li {
	border-bottom: 1px dashed #fff;
	height: 30px;
	zoom: 1;
}
.nav .sub a {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.nav .sub a:hover {
	background: #408dce;
	color: #fff;
}
/**/
.banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.b_slider {
	width: 100%;
}

.b_slider ul li {
	top: 0;
	float: left;
}

.banner ul li img {
	display: block;
	width: 100%;
	float: left;
}

.banner .hd {
	height: 20px;
	width: 115px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -40px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:#fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #f39800;
}

.banner .bd {
	position: relative;
	height: 100%;
	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 .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .prevStop {
	display: none;
}
.banner .nextStop {
	display: none;
}
/**/
.container{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.container .main{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
 .list_box{
	width: 217px;
	height: auto;
	float: left;
	background: #eee;
	padding-bottom: 20px;
}
.list_box .title{
	margin-bottom: 10px;
}
.list_box .list{
	width: 198px;
	height: 460px;
	margin: 0 auto;
	overflow: hidden;
}
 .list_box .list ul li{
	float: left;
	width: 99%;
	height: 30px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative;
}
 .list_box .list ul li:before{
	content: "";
	background: url(../images/list_before.png)no-repeat left;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 5px;
}
 .list_box .list ul li a{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding-left: 18px;
}
 .list_box .list ul li a:hover{
	color: #00A0E9;
}
.container .main .intro{
	width: 430px;
	height: 280px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
}
.container .main .intro .intro_title{
	width: 100%;
	height: 30px;
	background: #0067b6;
	display: flex;
	justify-content: space-between;
}
.container .main .intro .intro_title p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
}
.container .main .intro .intro_title a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding-right: 10px;
}
.container .main .intro .intro_main{
	width: 415px;
	height: 215px;
	float: right;
	overflow: hidden;
	margin-top: 15px;
}
.container .main .intro .intro_main img{
	display: block;
	width: 180px;
	height: 115px;
	border: 1px solid #999;
	float: left;
	margin: 0 10px 3px 0;
}
.container .main .intro .intro_main p{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-indent: 15px;
}
.container .main .intro .intro_main a{
	font-size: 14px;
	color: #e60012;
	padding-left: 10px;
}
/**/
.container .main .news{
	width: 315px;
	height: 290px;
	float: right;
	overflow: hidden;
}
.container .main .news .news_title{
	width: 100%;
	height: 30px;
	background: #0067b6;
	display: flex;
	justify-content: space-between;
}
.container .main .news .news_title p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
}
.container .main .news .news_title a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding-right: 10px;
}
.container .main .news ul{
	width: 307px;
	float: right;
	margin-top: 10px;
}
.container .main .news ul li{
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #333;
}
.container .main .news ul li:hover .info p{
	color:#00a0e9;
}
.container .main .news ul li:hover .time p{
	color:#00a0e9;
}
.container .main .news ul li .info{
	width: 200px;
	height: 100%;
	float: left;
}
.container .main .news ul li .info p{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.container .main .news ul li .time{
	width: 80px;
	height: 100%;
	float: right;
}
.container .main .news ul li .time p{
	display: block;
	font-size:12px;
	color: #666;
	line-height: 30px;
}
/**/
.container .main .tab{
	width: 430px;
	height: 265px;
	float: left;
	margin:20px 0 0 30px;
	overflow: hidden;
}
.container .main .tab .slideTxtBox .hd{
	width: 430px;
	height: 30px;
	background: #0067b6;
}
.container .main .tab .slideTxtBox .hd ul li{
	width: 80px;
	float: left;
}
.container .main .tab .slideTxtBox .hd ul li a{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.container .main .tab .slideTxtBox .bd ul{
	width: 424px;
	float: right;
	margin-top: 10px;
}
.container .main .tab .slideTxtBox .bd ul li{
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #333;
}
.slideTxtBox .hd ul li.on{
	background: #00a0e9;
}
.container .main .tab .slideTxtBox .bd ul li:hover .info p{
	color:#00a0e9;
}
.container .main .tab .slideTxtBox .bd ul li:hover .time p{
	color:#00a0e9;
}
.container .main .tab .slideTxtBox .bd ul li .info{
	width: 320px;
	height: 100%;
	float: left;
}
.container .main .tab .slideTxtBox .bd ul li .info p{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.container .main .tab .slideTxtBox .bd ul li .time{
	width: 80px;
	height: 100%;
	float: right;
}
.container .main .tab .slideTxtBox .bd ul li .time p{
	display: block;
	font-size:12px;
	color: #666;
	line-height: 30px;
}
/**/
.container .main .policy{
	width: 315px;
	height: 290px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}
.container .main .policy .policy_title{
	width: 100%;
	height: 30px;
	background: #0067b6;
	display: flex;
	justify-content: space-between;
}
.container .main .policy .policy_title p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
}
.container .main .policy .policy_title a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding-right: 10px;
}
.container .main .policy ul{
	width: 307px;
	float: right;
	margin-top: 10px;
}
.container .main .policy ul li{
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #333;
}
.container .main .policy ul li:hover .info p{
	color:#00a0e9;
}
.container .main .policy ul li:hover .time p{
	color:#00a0e9;
}
.container .main .policy ul li .info{
	width: 200px;
	height: 100%;
	float: left;
}
.container .main .policy ul li .info p{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.container .main .policy ul li .time{
	width: 80px;
	height: 100%;
	float: right;
}
.container .main .policy ul li .time p{
	display: block;
	font-size:12px;
	color: #666;
	line-height: 30px;
}
/**/
.cases_cont{
	width: 100%;
	height: auto;
	float: left;
}
.cases{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.cases .cases_title{
	width: 100%;
	height: 30px;
	background: #0067b6;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.cases .cases_title p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
}
.cases .cases_title a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding-right: 10px;
}
.cases .picMarquee-left{
	width: 935px;
	height: auto;
	margin: 0 auto;
}
.cases .picMarquee-left .prev{
	display: block;
	position: absolute;
	left: 0;
	top: 120px;
}
.cases .picMarquee-left .next{
	display: block;
	position: absolute;
	right: 0;
	top: 120px;
}
.cases .picMarquee-left .bd .picList li{
	float: left;
	margin-right: 10px;
}
.cases .picMarquee-left .bd .picList li img{
	display: block;
	width: 214px;
	height: 214px;
	border: 1px solid #ccc;
}
.cases .picMarquee-left .bd .picList li p{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	text-align: center;

}
.cases .picMarquee-left .bd .picList li:hover p{
	color: #00a0e9;
}
/**/
.friendlink{
	width: 100%;
	height: 80px;
	float: left;
	background: #e60012;
	margin-top: 20px;
}
.link{
	width: 1010px;
	margin: 0 auto;
}
.link .link_title{
	width: 80px;
	height: 30px;
	margin:5px 10px 0 0;
	float: left;
	background: url(../images/link_icon.png)no-repeat left top;
}
.link .link_title p{
	font-size: 12px;
	color: #fff;
	padding-top: 13px;
    margin-left: 22px;
}
.link ul li{
	float: left;
	margin-right: 15px;
}
.link ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
}
.foot{
	width: 1010px;
	height: auto;
	margin: 0 auto;
}
.foot ul{
	width: 930px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.foot ul li{
	float: left;
	width: 115px;
	height: 25px;
	position: relative;
}
.foot ul li a{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	text-align: center;
}
.foot ul li:after{
	content: "";
	background: #000;
	width: 1px;
	height: 16px;
	position: absolute;
	top:6px;
}
.foot ul li:first-child:after{
	width: 0;
	height: 0;
}
.foot p{
	display: block;
	font-size:14px;
	color: #000;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 25px;
}
.foot p a{
	font-size:14px;
	color: #000;
	width: 100%;
	text-align: center;
}

.conta{ width:1010px; margin:20px auto; }
.con_left{ width:217px; float:left; margin-right:13px; margin-bottom:50px;}
.con_right{ width:780px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:207px; padding-left:10px; height:40px;line-height:40px; color:#fff; font-size:16px; background:#0067b6; 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:50px;  line-height:50px;font-size:18px; font-weight:bold; color:#fff; text-align:left; position:relative; background:#0067b6;}
.position{ position:absolute; right:10px; top:0px; font-size:14px; font-weight:normal;}
.position a:link{ color:#fff;}
.position a:visited{ color:#fff;}
.position a:hover{ color:#000;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:89%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; 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_contact p a{font-size:14px; line-height:24px; color:#333;}
.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{ width:100%; margin:0px auto;}

.main_right_product p a{color:#000000;}

.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:255px; height:280px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:235px; height:235px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#1776b6; 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 a{color:#000000;}


.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:#1776b6;}
.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:#1776b6; 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:#1776b6;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}

/*在线qq*/
.qq{
	position: fixed;
	right: 0;
	bottom: 0;
}
.qq img{
	display: block;
}






