﻿@charset "utf-8";
/*-----------------全局变量属性设置-------------------*/
*{ margin:0; padding:0;}
body{
	font-family:"新宋体";
	font-size:12px;
	color:#333;
	font-weight:normal;
}
a{ text-decoration:none; color:#333;}
ul,li{ list-style-type:none;}
img{ border:none}
h1,h2,h3,h4{ padding:0;margin:0;font-size:12px; font-weight:normal;}
.clear{ clear:both;}
/*------------------全局变量属性设置------------------*/
/*--------------------------------顶部head属性设置-------------------------------*/

#head {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#head .top {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	height: 87px;
	
}
.top .logo {
	float: left;
}
.top .logo img{width:660px;height:110px;}
.top .phone {
	float: right;margin-top:40px;
}
.top .phone ul{
	float: right;
	margin-bottom: 10px;
}
.top .phone ul li{
	float:left;
	padding:0 5px;
	line-height:24px;
}
.top .phone h1{

	float: right;
	height:25px;
	text-align:center;
	line-height:24px;
	background-image: url(img/phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.top .phone h1 span{
	font-family:"微软雅黑";
	font-size:15px;
}
.top .phone h1 a{
	font-family:"微软雅黑";
	font-size:30px;
	color:#FF0000;
}

#head .nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(img/nav_bg.gif);
	background-repeat: repeat-x;
	overflow:auto;
}
.nav ul{
	width:1000px;
	height:42px;
	margin-right: auto;
	margin-left: auto;
}
.nav ul li{
	float:left;
	height:30px;
	text-align:center;
	padding:10px 20px 0;
	background:url(img/nav_li_sqe.gif) no-repeat right center;
}
.nav ul .li_sel{
	float:left;
	height:30px;
	text-align:center;
	padding:10px 20px 0;
	background:url(img/nav_li_sel.gif) no-repeat center top;
}
.nav ul .li_sel:hover{
	background:url(img/nav_li_sel.gif) no-repeat center top;
}
.nav ul li.last{
	background:none;
}
.nav ul li a{
	font-family:"微软雅黑";
	font-size:15px;
	color:#FFFFFF;
}
.nav ul li:hover{
	background:url(img/nav_li_bg.gif) no-repeat center top;
}
.nav ul li a:hover{
	font-weight:bold;
}
/*--------------------------------顶部head属性设置-------------------------------*/

/*--------------------------------中间mian属性设置-------------------------------*/

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main .123 {
	margin-bottom:10p;
}
#main .banner {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align:center;
}
#main .product {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#main .product .type {
	float: left;
	width: 202px;
}
.type .conts {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #034a92;
	border-bottom-color: #034a92;
	border-left-color: #034a92;
	padding-top: 15px;
	padding-bottom: 10px;
}
.type .conts h2{
	width:178px;
	height:23px;
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	font-family:"新宋体";
	font-size:15px;
	color:#034a92;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	padding-top: 6px;
	padding-left: 10px;
}
.type .conts h2:hover{
	text-decoration:underline;
}
.type .conts ul{
	width:178px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0;
}
.type .conts ul li{
	width:155px;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c5c5c5;
	background-image: url(img/tu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 9px;
	padding-left: 20px;
}
.type .conts ul li:hover{
	text-decoration:underline;
}
#main .product .pro {
	float: right;
	width: 785px;
}
.pro .title {
	height: 29px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
}
.pro .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left:55px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.pro .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.pro .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.pro .title .more a:hover{
	text-decoration:underline;
}
.pro .conts {
	width: 100%;
	padding-top: 10px;
}
.pro .conts dl{
	width: 242px;
	height:225px;
	float:left;
	border: 1px solid #e6e6e6;
	background-color: #f4f4f4;
	padding-top: 2px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.pro .conts dl dt{
	width:238px;
	height:198px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.pro .conts dl dd{
	width:100%;
	line-height:22px;
	text-align:center;
	background-color:#FFFFFF;
}
.pro .conts dl dd:hover{
	text-decoration:underline;
}
#main .advantage {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.advantage .title {
	height: 67px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
.advantage .conts{
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}

.advantage .conts .ad1{
	width: 984px;
	height:344px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d1d1;
	background-image: url(img/advantage_bg1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.advantage .conts .ad1 dl{
	float:left;
	width:492px;
	height:344px;
	padding-top: 10px;
}
.advantage .conts .ad1 dl dt{
	height:31px;
	background-image: url(img/ad1_dt_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#2663a4;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 70px;
}
.advantage .conts .ad1 dl dd{
	background-image: url(img/ad1_dd_bg.jpg);
	background-repeat: no-repeat;
	height: 268px;
	width: 450px;
	background-position: center bottom;
	font-family:"新宋体";
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.advantage .conts .ad1 dl dd span{
	color:#cb2819;
}

.advantage .conts .ad1 .right{
	float:right;
	width:492px;
	height:344px;
}
.advantage .conts .ad1 .right dt{
	height:31px;
	background-image: url(img/ad1_dt_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#2663a4;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 70px;
}
.advantage .conts .ad1 .right dd{
	background-image: url(img/ad_dd_bg.jpg);
	background-repeat: no-repeat;
	height: 268px;
	width: 450px;
	background-position: center bottom;
	font-family:"新宋体";
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.advantage .conts .ad1 .right dd span{
	color:#cb2819;
}

.advantage .conts .ad2{
	width: 984px;
	height:340px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d1d1;
	background-image: url(img/ad2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
}
.advantage .conts .ad2 dl{
	float:left;
	width:492px;
}
.advantage .conts .ad2 dl dt{
	height:31px;
	background-image: url(img/ad1_dt_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#2663a4;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 70px;
}
.advantage .conts .ad2 dl .ad2_tit{
	height:31px;
	background-image: url(img/ad1_dt_bg.gif);
	background-repeat: no-repeat;
	background-position: 70px center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#2663a4;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 125px;
}
.advantage .conts .ad2 dl dd{
	width: 450px;
	height:270px;
	font-family:"新宋体";
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(img/ad1_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.advantage .conts .ad2 dl .ad2_tu2{
	width: 450px;
	height:270px;
	font-family:"新宋体";
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(img/ad2_tu2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.advantage .conts .ad2 dl dd span{
	color:#cb2819;
}
.advantage .conts .ad3{
	width: 984px;
	height:300px;
	background-image: url(img/ad3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
}
.advantage .conts .ad3 .tit{
	width:100%;
	height:31px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#2663a4;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(img/ad1_dt_bg.gif);
	background-repeat: no-repeat;
	background-position: 420px;
	margin-bottom:20px;
}
.advantage .conts .ad3 .conts{
	width:100%;
	text-align:center;
	line-height:24px;
	color:#333333;
	font-family: "新宋体";
	font-size: 14px;
}
.advantage .conts .ad3 .conts span{
	color:#cb2819;
}

#main .case {
	background-color: #cecece;
	width: 990px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 226px;
}
.case ul{
	width:100%;
}
.case ul .btn{
	float:left;
	width:30px;
	height:31px;
	padding-top:90px;
	padding-left:15px;
}
.case ul .btn2{
	float:right;
	width:30px;
	height:31px;
	padding-top:90px;
	padding-right:15px;
}
.case ul .tu{
	float:left;
	width:207px;
	text-align:center;
	margin-right: 9px;
	margin-left: 8px;
	padding-top:23px;
}
.case ul .tu a{
	line-height:24px;
}
.case ul .tu a:hover{
	text-decoration:underline;
}

#main .promiss {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#main .share_honner {
	width: 998px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.share {
	float: left;
	width: 721px;
}
.share .title {
	height: 29px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
}
.share .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left:55px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.share .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.share .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.share .title .more a:hover{
	text-decoration:underline;
}
.share .conts {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.share .conts dl{
	width:345px;
	height:115px;
	float:left;
	margin-right:6px;
	margin-left:6px;
	margin-bottom: 18px;
}
.share .conts dl dt{
	width:125px;
	height:113px;
	float:left;
}
.share .conts dl dd{
	float:right;
	width:209px;
}
.share .conts dl dd b{
	line-height:24px;
}
.share .conts dl dd b a{
	color:#0951a3;
	font-size:13px;
	font-family:"微软雅黑";
}
.share .conts dl dd span{
	line-height:22px;
}

.honner {
	float: right;
	width: 254px;
}
.honner .title {
	height: 26px;
	width: 254px;
	background-image: url(img/honner_title.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.honner .title a {
	float: right;
	padding-right:10px;
}
.honner .conts {
	width: 252px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d5d3d4;
	border-bottom-color: #d5d3d4;
	border-left-color: #d5d3d4;
	padding-top: 10px;
	height: 250px;
}
.honner .conts ul{
	width:100%;
}
.honner .conts ul .btn{
	float:left;
	width:16px;
	height:24px;
	padding-top:100px;
	padding-left: 10px;
}
.honner .conts ul .btn2{
	float:right;
	width:16px;
	height:24px;
	padding-top:100px;
	padding-right:10px;
}
.honner .conts ul .tu{
	float:left;
	width:168px;
	height:200px;
	text-align:center;
	padding-top:0px;
	margin-left: 15px;
}
.honner .conts ul .tu a{
	line-height:24px;
}
.honner .conts ul .tu a:hover{
	text-decoration:underline;
}
#main .part {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.news {
	float: left;
	width: 230px;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
}
.news .title {
	height: 29px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
}
.news .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:40px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.news .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.news .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.news .title .more a:hover{
	text-decoration:underline;
}
.news .conts {
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.news .conts ul{
	width:220px;
	margin-right: auto;
	margin-left: auto;
}
.news .conts ul li{
	width:195px;
	height:21px;
	background-image: url(img/sanjiao.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.news .conts ul li:hover{
	text-decoration:underline;
}
.company {
	float: left;
	width:496px;
	border: 1px solid #dbdbdb;
}
.company .title {
	height: 29px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
}
.company .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:40px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.company .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.company .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.company .title .more a:hover{
	text-decoration:underline;
}
.company .conts {
	width: 476px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height:23px;
}
.company .conts img{
	width:210px;
	height:156px;
	float:left;margin-right:8px;
}
.company .conts dl dd{
	width:256px;
	height:156px;
	float:right;
	line-height:24px;
}
.company .conts ul{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
.company .conts ul li{
	float:left;
	width:127px;
	height:84px;
	padding-right:10px;
}


.problem {
	float: right;
	width:245px;
	border: 1px solid #dbdbdb;
}
.problem .title {
	height: 29px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
}
.problem .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:40px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.problem .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.problem .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.problem .title .more a:hover{
	text-decoration:underline;
}
.problem .conts {
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.problem .conts ul{
	width:220px;
	margin-right: auto;
	margin-left: auto;
}
.problem .conts ul li{
	width:195px;
	height:21px;
	background-image: url(img/sanjiao.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.problem .conts dl{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d1d1;
	margin-bottom: 6px;
	padding-bottom: 8px;
}
.problem .conts dl dt{
	background-image: url(img/ask.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	line-height:24px;
	margin-bottom:5px;
}
.problem .conts dl dt a{
	color:#181717;
}
.problem .conts dl dd{
	background-image: url(img/answer.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
	line-height:24px;
}


#main .link {
	width: 998px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top:10px;
}
.link .title {
	height: 32px;
	width: 998px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #034a92;
	border-top:1px solid #CCCCCC;
}
.link .title .tit{
	float:left;
	background-image: url(img/logo_tu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:40px;
	font-family:"微软雅黑";
	font-size:15px;
	font-weight:bold;
	color:#034a92;
	height:24px;
	padding-top: 5px;
}
.link .title .more{
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.link .title .more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}
.link .conts {
	width: 998px;
	padding-top: 5px;
	padding-left: 5px;
}
.link .conts ul{
	width: 100%;
}
.link .conts ul li{
	float:left;
	padding:0 10px;
	line-height:24px;
}


/*--------------------------------中间mian属性设置-------------------------------*/

/*--------------------------------中间mian属性设置-------------------------------*/
#bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#bottom .title {
	background-color: #004891;
	width: 100%;
	height: 38px;
}
.title ul{
	width:700px;
	height:26px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	text-align:center;
}
.title ul li{
	float:left;
	padding:0 5px;
	font-family:"新宋体";
	font-size:15px;
	color:#FFFFFF;

}
.title ul li a{
	font-family:"新宋体";
	font-size:15px;
	color:#FFFFFF;
	font-weight:bolder;
}
.title ul li a:hover{
	text-decoration:underline;
}
#bottom .conts {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 110px;
}
.conts .logo {
	float: left;
	padding-top:25px;
}
.conts .words{
	float: left;
	line-height:22px;
	color:#797979;
	padding-left:15px;
	text-align:center;
}
.conts .words a{
	color:#333;
}
.conts .words a:hover{
	text-decoration:underline;
}
.conts .2wm{
	float: left;
	padding-left:20px;
}
.pages{float:left;width:100%;
	text-align:center;
}
.pages strong{color:red;}
.pages a{
	display:inline-block;
	border:1px solid #ccc;
	height:20px;
	line-height:20px;
	padding:0 7px;
	margin-left:5px;
	background:#fff;
	text-indent:0px;
}
.pages a:hover{
	color:#f60;
	border:1px solid #ff5500;
}
.pages .focus{
	display:inline-block;
	color:#f60;
	border:1px solid #ff5500;
	height:20px;
	line-height:20px;
	padding:0 7px;
	margin-left:5px;
	background:#ffeee5;
	text-indent:0px;
}
.newsinfo{font-size:14px;line-height:24px;color:#333333;}
.article_title {
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.article_atr {
    text-align: center;
}
.proinfo{padding:5px 10px;text-align:left;font-size:14px;line-height:21px;letter-spacing:1px;}