/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}

body,html{-webkit-text-size-adjust:none;}
body{
	font-family:"微软雅黑" , "宋体";
	font-size:14px;
	width: 100%;
	min-width: 1250px;
	overflow-x: hidden;
}
ul li{
	list-style:none;
}
input{outline: none; border: none;}

a, a:link, a:active {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.page{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear:both;
}
.header{
	width:1200px;
	height:150px;
	margin:0 auto;
}
.logo{
	float:left;
	padding:42px 0 0 30px;
}
.head_right{
	float:right;
	padding-top:60px;
}
.search{
	float:left;
	width:208px;
	height:32px;
	background:url(../images/search_bg.jpg) no-repeat 0 7px;
	padding-top:7px;
}
.s_text{
	float:left;
	padding:8px 0 0 18px;
}
.s_input{
	width:136px;
	height:16px;
}
.s_btn{
	float:left;
	padding:8px 0 0 5px;
}
.s_btn a{
	width:17px;
	height:16px;
	display:block;
}
.s_btn button{
	width: 22px;
	height: 18px;
	background: transparent;
	cursor: pointer;
	border: none;
	outline: none;
}
.mail{
	float:left;
	width:122px;
	height:45px;
	line-height:45px;
	border-left:1px #b2aba6 solid;
}
.mail_tb{
	float:left;
	width:30px;
	padding:16px 0 0 22px;
}
.mail_wz{
	float:left;
}
.mail_wz a:link{
	color:#666;
	text-decoration:none;
}
.mail_wz a:visited{
	color:#666;
	text-decoration:none;
}
.mail_wz a:hover{
	color:#00307c;
	text-decoration:underline;
}
.menu{
	clear:both;
	height:54px;
	background:#00307c;
}
.nav{
	width:1200px;
	margin:0 auto;
}
.nav li{
	line-height:54px;
	float:left;
	font-size:16px;
}
.nav li a{
	height:54px;
	padding:0 33px;
	display:block;
}
.nav li a:link{
	color:#fff;
	text-decoration:none;
}
.nav li a:visited{
	color:#fff;
	text-decoration:none;
}
.nav li a:hover , .nav li a.on{
	color:#00307c;
	text-decoration:none;
	background:url(../images/nav_hover.jpg) repeat-x;
}
.banner{
	clear:both;
	height:400px;
	background:url(../images/banner.jpg) no-repeat center 0;
}
.container{
	width:1200px;
	margin:0 auto;
}
.product{
	width:380px;
	float:left;
	padding-top:40px;
}
.title{
	height:40px;
	line-height:40px;
	border-bottom:1px #999 solid;
}
.title_1{
	height:20px;
	line-height:20px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding-left:15px;
	border-left:2px #00307c solid;
}
.title_2{
	height:20px;
	float:left;
	padding:5px 0 0 12px;
}
.more{
	float:right;
	padding-top:5px;
}
.product_content{
	display:none;
	clear:both;
	padding-top:22px;
}
.product_content li{
	height:30px;
	line-height:30px;
	background:url(../images/li_bg.png) no-repeat 3px center;
	padding-left:12px;
}
.product_content li a:link{
	color:#666;
	text-decoration:none;
}
.product_content li a:visited{
	color:#666;
	text-decoration:none;
}
.product_content li a:hover{
	color:#00307d;
	text-decoration:underline;
}
.solution{
	width:380px;
	float:left;
	padding:40px 0 0 30px;
}
.support{
	width:380px;
	float:left;
	padding:40px 0 0 30px;
}

.link{
	clear:both;
	width:1200px;
	height:66px;
	margin:0 auto;
	padding-top:60px;
}
.link_title{
	float:left;
	width:116px;
}
.link_content{
	float:left;
}
.link_content li{
	float:left;
	padding-left:26px;
}
.link_content li img.gray{
	-webkit-filter: grayscale(1);
	gray:1;
	opacity: .6;
}
.link_content li img.gray:hover{
	-webkit-filter: grayscale(0);
	gray:0;
	opacity: 1;

}
.footer{
	height:138px;
	background:#373737;
}
.footer_logo{
	float:left;
	width:152px;
	padding:15px 0 0 15px;
}
.footer_mid{
	float:left;
	width:784px;
	text-align:center;
}
.sub_nav{
	height:34px;
	border-bottom:1px #4a4a4a solid;
	color:#7c7c7c;
	padding-top:24px;
}
.sub_nav a:link{
	color:#7c7c7c;
	text-decoration:none;
}
.sub_nav a:visited{
	color:#7c7c7c;
	text-decoration:none;
}
.sub_nav a:hover{
	color:#7c7c7c;
	text-decoration:underline;
}
.footer_mid_con{
	padding-top:10px;
	line-height:24px;
	color:#7c7c7c;
}
.footer_right{
	float:right;
	padding-top:38px;
}
.footer_right li{
	float:left;
	padding-left:22px;
	position: relative;
}
.wechatImg{
	position: absolute;
	top: -140px;
	left: -30px;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #333;
	border-radius: 4px;
	overflow: hidden;
	padding: 20px;
	display: none;
}
.wechatImg img{
	width: 100%;
	display: block;
}



/******************************产品展示css****************************/
.p_nav{
	width:270px;
	float:left;
	padding-top:80px;
	padding-bottom: 50px;
}
.p_nav_title{
	height:70px;
	border-bottom:1px #ccc solid;
}
.p_nav_con{
	padding-top:32px;
}
.p_nav_con li{background: url(../images/p_titile_bg.jpg) no-repeat 10px 6px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.p_nav_con li a:link{
	color:#333;
	text-decoration:none;
}
/*.p_nav_con li a:visited{
	color:#333;
	text-decoration:none;
}*/

.p_home a:link{
	color:#333;
	text-decoration:none;
}
.p_home a:visited{
	color:#333;
	text-decoration:none;
}

.p_nav_con li dl a{
	display: block;
	margin-top: 5px;
	padding-left: 10px;
	position: relative;
	line-height: 22px;

}
.p_nav_con li dl a:before{content: '·';position: absolute; top: 0px; left: -10px; font-size: 34px;}

.p_nav_con li dl dd a{
	display: block;
	margin-top: 5px;
	padding-left: 16px;
	position: relative;
	color: #666;
	line-height: 20px;
}
.p_nav_con li dl dd a:before{content: '-';position: absolute; top: -1px; left: 6px; font-size: 10px;}

.p_nav_con li a:hover , .p_nav_con li a.on{
	color:#00307c;
	text-decoration:underline;
}

.p_list{
	width:900px;
	float:right;
	padding-top:110px;
}
.p_home{
	height:40px;
	line-height:40px;
	border-bottom:1px #ccc solid;
}
.p_home a:hover{
	color:#00307c;
	text-decoration:underline;
}
.p_list_con{
	padding:10px 0 40px 0;
}
.p_list_con li{
	clear:both;
	padding-top:14px;
}
.p_list_img{
	float:left;
	width:237px;
}
.p_list_img img{
	width:235px;
	height:278px;
	border:1px #ccc solid;
}
.p_list_nr{
	float:right;
	width:578px;
	height:240px;
	background:#f1f1f1;
	line-height:28px;
	color:#666;
	padding:20px 34px;
}



/*************************技术方案css*****************/
.t_list_con li{
	padding:30px 0;
}
.t_list_con li:hover{
	background:#f7f7f7;
}
.t_list{
	clear:both;
	padding-top:36px;
}
.t_list_img{
	float:left;
	width:241px;
}
.t_list_img img{
	width:239px;
	height:141px;
	border:1px #ccc solid;
}
.t_list_nr{
	float:right;
	width:924px;
}
.t_list_nr_title{
	height:35px;
	font-size:18px;
}
.t_list_nr_title a:link{
	color:#00307c;
	text-decoration:none;
}
.t_list_nr_title a:visited{
	color:#00307c;
	text-decoration:none;
}
.t_list_nr_title a:hover{
	color:#00307c;
	text-decoration:underline;
}
.t_list_nr_time{
	line-height:18px;
	font-size:12px;
	color:#999;
}
.t_list_nr_time_1{
	float:left;
	width:116px;
	background:url(../images/time.jpg) no-repeat 0 center;
	padding-left:22px;
}
.t_list_nr_time_2{
	float:left;
	background:url(../images/browse.jpg) no-repeat 0 center;
	padding-left:22px;
}
.t_list_nr_con{
	clear:both;
	font-size:14px;
	line-height:24px;
	color:#666;
	padding-top:20px;
	text-align:justify;
}
.t_list_nr_con a{
	color:#00307c;
}
.fy{
	padding:30px 0 30px 350px;
}
.fy li{
	float:left;
	padding-left:10px;
}
.fy li a{
	padding:15px 20px;
	display:block;
	border:1px #dedede solid;
	border-radius:8px;
}
.fy li a:link{
	color:#333;
	text-decoration:none;
}
.fy li a:visited{
	color:#333;
	text-decoration:none;
}
.fy li a:hover{
	color:#fff;
	text-decoration:none;
	background:#00307c;
}

/*************************************关于我们***********************************/
.gywm_banner{
	clear:both;
	height:300px;
	background:url(../images/gywm_banner.jpg) no-repeat center 0;
}
.gywm_container{
	padding-top:30px;
}
.gywm_con{
	padding-top:40px;
}
.gywm_con_left{
	float:left;
	padding-top:8px;
}
.gywm_con_right{
	float:right;
	width:833px;
	color:#666;
	line-height:30px;
}

.qywh_title{
	clear:both;
	height:54px;
	font-size:30px;
	text-align:center;
	color:#333;
	padding-top:90px;
}
.qywh_subtitle{
	text-align:center;
}
.gywh_tit{
	padding-top:86px;
}
.gywh_con{
}
.gywh_tit ul:after{content: ''; clear: both; display: block}
.gywh_tit li{
	float:left;
	padding:0 38px;
}
.gywh_tit li a{
	width:150px;
	height:100px;
	border-radius:150px;
	display:block;
	text-align:center;
	font-size:18px;
	line-height:28px;
	padding-top:50px;
	text-decoration:none;
	position: relative;
}
.gywh_tit li a.on:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -42px;
	left: 74px;
	height: 42px;
	width: 1px;
	background: #333;
}
.gywh_tit li a:link{
	color:#fff;
	border:2px #00307c solid;
	background:#00307c;
}
.gywh_tit li a:visited{
	color:#fff;
	border:2px #00307c solid;
	background:#00307c;
}
.gywh_tit li a:hover , .gywh_tit li a.on{
	color:#373737;
	border:2px #373737 solid;
	background:#fff;
}
.gywh_tit li span{
	font-size:10px;
	-webkit-transform:scale(0.8);
	display:block;
}
.gywh_con{
	clear:both;
}
.gywh_con_1{
	width:113px;
	height:40px;
	float:left;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}
.gywh_con_2{
	width:1086px;
	height:40px;
	float:left;
	border-bottom:1px #333 solid;
}
.gywh_con_3{
	margin-top: 40px;
	clear:both;
	height:210px;
	padding-top:20px;
	display: none;
	border-top:1px #333 solid;
}
.gywh_con_3_1{
	font-size:18px;
	color:#333;
	line-height:70px;
}
.gywh_con_3_2{
	color:#333;
}


/*************************联系我们css***************/
.lxwm_banner{
	clear:both;
	height:300px;
	background:url(../images/lxwm_banner.jpg) no-repeat center 0;
}
.lxwm_content{
	height:380px;
	background:#f6f6f6;
	margin:40px 0 80px 0;
	border-left:2px #00307c solid;
	padding:10px;
}
.lxwm_content_left{
	float:left;
	width:536px;
	height:330px;
	border-right:1px #cfcfcf dotted;
	padding:50px 0 0 26px
}
.lxwm_content_left li{
	clear:both;
	height:42px;
	line-height:42px;
	color:#333;
}
.lxwm_content_left_tb{
	float:left;
	width:40px;
}
.lxwm_content_left_wz{
	float:left;
}
.iw_poi_title{
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content{
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
.lxwm_content_right{
	float:left;
	padding-left:10px;
}

.views{padding: 50px 0;}
.views .titleBox{
	padding: 20px 0;
	text-align: center;
}
.views .t_s_p{
	color: #777;
	padding: 18px 0;
}





/******************产品分类页css************************/
.pr_list{
	clear:both;
	padding:36px 0;

}
.p_box{
	background:url(../images/pr_list_bg.jpg) repeat-y;
	margin-top:30px;
}
.p_leftbox{
	float:left;
	width:210px;
	zoom:1;
}
.p_menu{
	padding-top:34px;
}
.p_menu li{
	height:60px;
	margin-top:14px;
}

.p_menu li a{
	width:210px;
	height:60px;
	display:block;
	background: #01327e;
	font-size: 18px;
	overflow: hidden;
}
.p_menu li a span{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 60px;

}
.p_menu li a img{display: none; width: 100%;}
.p_menu li:hover a span{display: none}
.p_menu li:hover a img{display: block}
.p_menu li:hover a img,.p_menu li.on a img{display: block}
.p_menu li:hover a span,.p_menu li.on a span{display: none}


.p_rightbox{
	float:left;
	width:920px;
	padding:30px 0 0 50px;
	display: none;
}

.p_rlist{
	clear:both;
	padding-top:20px;
}
.p_rlist_title{
	font-size:16px;
	color:#333;
	height:36px;
	border-bottom:1px #ccc solid;
}
.p_rlist_content{
	padding-top:10px;
}
.p_rlist_content li{
	float:left;
	width:295px;
	height:38px;
	line-height:38px;
	background:url(../images/p_rlist_libg.jpg) no-repeat 0 center;
	padding-left:10px;
}
.p_rlist_content li a:link{
	color:#666;
	text-decoration:none;
}
.p_rlist_content li a:visited{
	color:#666;
	text-decoration:none;
}
.p_rlist_content li a:hover{
	color:#00307c;
	text-decoration:underline;
}

















































