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

body {
	min-width: 1080px;
	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;
}
/**/
.top {
	width: 100%;
	height: 30px;
	background: #eee;
	/*border-bottom: 1px solid #999;*/
}
.top_main {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 30px;
}
.top_main p {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.top ul {
	float: right;
}
.top ul li {
	float: left;
	position: relative;
	margin-left: 15px;
}
.top_main a {
	font-size: 12px;
	color: #999;
	float: left;
	line-height: 30px;
	margin-left: 6px;
}
.top ul li:after {
	content: "";
	background: #999;
	width: 1px;
	height: 13px;
	top: 8px;
	margin-left: 9px;
	position: absolute;
}
.top ul li:last-child:after {
	width: 0;
	height: 0;
}
/**/
.header{
	width: 100%;
	height: auto;
	/*border-bottom: 1px solid #00479d;*/
}
.head{
	width: 1080px;
	height: 112px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo span{
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #00479d;
}
.header .logo p{
	display: block;
	font-size: 14px;
	font-family: arial;
	color: #666;
}
.header .header_tel img {
	display: block;
	float: left;
}
/**/
.nav{
	width: 100%;
	height: 50px;
	float: left;
	background:#1959a7;
}
.nav .main{
	width: 1080px;
	height: 50px;
	margin: 0 auto;
}
.nav .main ul li{
	float: left;
	width: 135px;
}
.nav .main ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.nav .main ul li a:hover{
	background: #cda669;
	color: #fff;
}
/**/
.banner{
	width: 100%;
	height: auto;
	float: left;
}
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -25px;
	z-index: 1;
}

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

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	border: 1px solid #00479d;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #00479d;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/**/
.search {
	width: 100%;
	height: 40px;
	background: #eee;
	float: left;
}

.search .main {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.search .main p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #0068b7;
	line-height: 40px;
	float: left;
}

.search .main ul li {
	float: left;
	margin-right: 20px;
	position: relative;
}
.search .main ul li:last-child:after{
	width: 0;
	height: 0;
}
.search .main ul li:after{
	content: "";
	background: #999;
	width: 2px;
	height: 15px;
	position: absolute;
	right: -10px;
    top: 12px;
}
.search .main ul li a{
	font-size: 13px;
	color: #666;
	line-height: 40px;
	text-align: center;
}
.search .main ul li a:hover{
	color:#0068b7;
}
/**/
.product{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.product .main{
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
.list{
	width: 228px;
	height: auto;
	float: left;
}
 .list .title img{
	display: block;
	float: left;
}
.list ul{
	width: 100%;
	height: auto;
	float: left;
}
 .list ul li{
	width: 228px;
	height: 150px;
	background: #e6e6e6;
	margin-bottom: 8px;
}
 .list ul li .list_pic{
	width: 50px;
	height: 75px;
	margin: 0 auto;
	background:url(../images/pro_list_bg01.png)no-repeat center;
	background-position: center bottom;
}
 .list ul li:nth-child(2) .list_pic{
	background:url(../images/pro_list_icon.png)no-repeat center;
	background-position: center bottom;
}
.list ul li:nth-child(3) .list_pic{
	background: url(../images/pro_list_icon02.png)no-repeat center;
	background-position: center bottom;
}
.list ul li span{
	display: block;
	font-size: 20px;
	color: #323232;
	text-align: center;
	margin-top: 6px;
}
.list ul li p{
	display: block;
	font-size: 12px;
	color:#323232;
	text-align: center;
}
.list ul li:hover .list_pic{
	background:url(../images/pro_list_icon01.png)no-repeat center;
	background-position: center bottom;
}
 .list ul li:nth-child(2):hover .list_pic{
	background: url(../images/pro_list_bg02.png)no-repeat center;
	background-position: center bottom;
}
 .list ul li:nth-child(3):hover .list_pic{
	background: url(../images/pro_list_bg03.png)no-repeat center;
	background-position: center bottom;
}
 .list ul li:hover{
	background: #00479d;
}
.list ul li:hover span{
	color: #fff;
}
 .list ul li:hover p{
	color: #fff;
}
.product .pic{
	width: 840px;
	height: auto;
	float: right;
}
.product .pic ul li{
	float: left;
	height: auto;
	margin: 0 7px 20px 0;
	position: relative;
}
.product .pic ul li:nth-child(3n){
	margin-right: 0;
}
.product .pic ul li img{
	display: block;
	width: 273px;
	height: 295px;
	border: 1px solid #fff;
}
.product .pic ul li p{
	display: block;
	font-size: 15px;
	color: #fff;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}
.product .pic ul li:hover img{
	border: 1px solid #00479d;
}
/**/
.about{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.about .title span{
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.about .title b{
	display: block;
	font-size: 22px;
	color: #00479d;
	text-align: center;
	font-weight: normal;
	position: relative;
}
.about .title b:before{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	left: 0;
	top: 15px;
}
.about .title b:after{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	right: 0;
	top: 15px;
}
.about .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
	margin-top: 5px;
}
.about .pic{
	float: left;
	width: 50%;
	margin-top: 20px;
}
.about .pic img{
	width: 100%;
	height: 469px;	
}
.about .right{
	float: right;
	width: 50%;
	height: 469px;
	background: #eee;
	margin-top: 20px;
}
.about .right .title{
	float: left;
	margin:35px 0 0 30px;
}
.about .right .title p{
	display: block;
	width: 245px;
	height: 35px;
	font-size: 18px;
	color: #fff;
	background: #00479d;
	line-height: 35px;
	text-align: left;
	padding-left: 5px;
}
.about .right .title img{
	display: block;
	margin-top: 25px;
}
.about .right .text{
	width: 510px;
	height: 190px;
	overflow: hidden;
	padding-top: 20px;
	margin-left: 30px;
}
.about .right .text p{
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 24px;
	text-indent: 1em;
}
.about .right a{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	margin: 30px 0 0 40px;
}
/**/
.cases{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.cases .title span{
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.cases .title b{
	display: block;
	font-size: 22px;
	color: #00479d;
	text-align: center;
	font-weight: normal;
	position: relative;
}
.cases .title b:before{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	left: 0;
	top: 15px;
}
.cases .title b:after{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	right: 0;
	top: 15px;
}
.cases .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
	margin-top: 5px;
}
.cases .main{
	width: 1080px;
	height: 270px;
	margin: 0 auto;
	/*background: #eee;*/
	margin-top: 30px;
}
#scroll{
	float: left;
	margin-top: 20px;
}
.cases_pic{
	float: left;
}
.cases_pic ul li{
	float: left;
	margin-right: 10px;
}
.cases_pic ul li img{
	display: block;
	width: 280px;
	height: 180px;
	border: 1px solid #eee;
	padding: 6px;
}
.cases_pic ul li p{
	width: 100%;
	line-height: 40px;
	font-size: 15px;
	color: #1a1a1a;
	text-align: center;
}
/**/
.adv{
	width: 100%;
	height: 206px;
	float: left;
	margin-top: 50px;
	background: url(../images/adv_bg.png)no-repeat center;
	background-size: 100% 100%;
}
.adv .tel{
	width: 302px;
	height: 55px;
	margin: 0 auto;
	/*background: #00479d;*/
	margin-top: 75px;
}
.adv .tel img{
	display: block;
	float: left;
	margin:5px 10px 0 27px;
}
.adv .tel p{
	display: block;
	font-size: 13px;
	color: #fff;
}
.adv .tel span{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
/**/
.news{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.news .title span{
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.news .title b{
	display: block;
	font-size: 22px;
	color: #00479d;
	text-align: center;
	font-weight: normal;
	position: relative;
}
.news .title b:before{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	left: 0;
	top: 15px;
}
.news .title b:after{
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 45%;
	position: absolute;
	right: 0;
	top: 15px;
}
.news .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
	margin-top: 5px;
}
.news .main{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.news .main ul li{
	float: left;
	width: 530px;
	height: 90px;
	border-bottom: 1px dashed #cdcdcd;
}
.news .main ul li:nth-child(2n){
	float: right;
}
.news .main ul li .time{
	width: 80px;
	height: 62px;
	float: left;
	margin-top: 10px;
}
.news .main ul li .time span{
	display: block;
	font-size: 25px;
	color: #1a1a1a;
	width:80px;
	height: 38px;
	background: #eee;
	text-align: center;
	line-height: 38px;
}
.news .main ul li .time p{
	display: block;
	font-size: 12px;
	color: #fff;
	width:80px;
	height: 24px;
	background: #00479d;
	text-align: center;
	line-height: 24px;
}
.news .main ul li .info{
	width: 430px;
	height: auto;
	float: right;
	margin-top: 21px;
}
.news .main ul li .info span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
}
.news .main ul li .info p{
	display: block;
	font-size: 13px;
	color: #696969;
	width: 413px;
	height: 20px;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .main ul li:hover{
	border-bottom: 1px dashed #00479d;
}
.news .main ul li:hover .info span{
	color:#00479d;
}
.news .main ul li:hover .info p{
	color:#00479d;
}
/**/
.quick_nav{
	width: 320px;
	height: 350px;
	float: left;
	position: absolute;
	top: -58px;
	left: 0;
}
.quick_nav .title{
	width: 100%;
	height: 58px;
	background: #191919;
}
.quick_nav .title p{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 58px;
	text-align: center;
}
.quick_nav .text{
	width: 100%;
	height: 100%;
	background: #024290;
	float: left;
}
.quick_nav .text .icon img{
	display: block;
	margin: 0 auto;
}
.quick_nav ul{
	width: 210px;
	height: auto;
	margin-top: 40px;
	margin-left: 60px;
}
.quick_nav ul li a{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.quick_nav .tel{
	width: 348px;
	height: 67px;
	margin:30px 0 0 20px;
	background: url(../images/quick_nav_tel.png)no-repeat center;
}
.quick_nav .tel img{
	display: block;
	float: left;
	margin: 20px 10px 0 15px;
}
.quick_nav .tel p{
	display: block;
	font-size: 13px;
	color: #545454;
	float: left;
	line-height: 67px;
}
.quick_nav .tel span{
	display: block;
	font-size: 30px;
	font-family: arial;
	color: #00479d;
	float: left;
	line-height: 67px;
}
/**/
.friendlink{
	width: 100%;
	height: 58px;
	float: left;
	margin-top: 60px;
}
.link{
	width: 1080px;
	height: 58px;
	margin: 0 auto;
	background: #eee;
}
.link ul{
	width: 752px;
	height: 58px;
	float: right;
	overflow: hidden;
}
.link ul li{
	float: left;
	margin-right: 20px;
}
.link ul p{
	display: block;
	font-size: 16px;
	color: #191919;
	line-height: 58px;
	float: left;
}
.link ul li a{
	display: block;
	font-size: 12px;
	color: #191919;
	line-height: 58px;
}
/**/
.footer{
	width: 100%;
	height: 350px;
	float: left;
	background: #1959a7;
}
.foot{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.foot .section{
	width: 635px;
	height: auto;
	float: right;
}
.foot .section .msg{
	height: auto;
	float: left;
}
.foot .section .msg .title{
	margin-top: 60px;
}
.foot .section .msg .title span{
	display: block;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.foot .section .msg .title p{
	display: block;
	font-size: 12px;
	font-family: arial;
	color: #fff;
}
.foot .section .msg .text{
	height: auto;
	margin-top: 20px;
}
.foot .section .msg .text p{
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
}
.foot .section .icon{
	float: right;
	margin-top: 145px;
}
.foot .section .icon img{
	display: block;
	width: 166px;
	height: 166px;
	border: 5px solid #fff;
}
/**/
.copyright{
	width: 100%;
	height: 43px;
	float: left;
	background: #0e0e0e;
}
.copyright .main{
	width: 617px;
	height: 100%;
	margin: 0 auto;
}
.copyright .main p{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 43px;
	float: left;
}
.copyright .main a{
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}
/**/
*html .fixed {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

.fixed {
	position: fixed;
	width: 50px;
	height: 230px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.fixed ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.fixed ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidetop:hover {
	background-color: #e32b1f;
}

.fixed ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #454545;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.fixed ul li .sidebottom {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidebottom:hover {
	background-color: #e32b1f;
}

.fixed ul li img {
	float: left;
}

.sidebox span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.sidebox p {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-top: 7px;
	color: #fff;
}
.hid_box{
	display: none;
	position: fixed;
	bottom: 370px;
	right: 70px;
}
.hid_box img{
	display: block;
	width: 139px;
	height: 139px;
}


.container{ width:1080px; margin:20px auto; }
.con_left{ width:228px; float:left; margin-right:20px; margin-bottom:80px;}
.con_right{ width:820px; float:left; margin-bottom:50px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:218px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.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:#333; text-align:left; position:relative; border-bottom:#00479d 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: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:228px; 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 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:270px; height:240px;  float:left; margin-top:10px; margin-right:11px; }
.main_case ul li{ list-style:none; width:270px; height:340px;  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:260px; height:180px; border:#eee 1px solid;}
.main_case ul li img{width:260px; height:300px; 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:#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:#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:#1776b6;}
.nav ul li.current {background: #cda669;}
.nav ul li.current a{ color:#fff;}
.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:#333; bolder-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}