body {
	font-family:"微软雅黑",Arial, "宋体";
	font-size:12px;
	color:#666;
	
}
html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, blockquote, sub, sup, tt, i, b, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a, ol {
	margin:0;
	padding:0; 
}
ul, ol, li {
	list-style-type:none;
	list-style:none;
}
button, input, select, textarea {
	vertical-align:middle;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
address, cite, dfn, em, var {
	font-style:normal;
}
code, kbd, pre, samp {
	font-family:courier new, courier, monospace;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
legend {
	color:#000;
}
fieldset, img {
	border:0;
}
button, input, select, textarea {
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#f30;
	text-decoration:underline;
}

.white, .white a {
	color: #316AC5;
	text-decoration:none;
}
.white a:hover {
	text-decoration:underline;
}
.white span{
	font-weight:bold;
}
.clearfix {
	clear:both;
}
/*-----------------index--------------------*/
#header {
    width: 100%;
    height: 128px;
    /*background:url(../images/logo.png?v=20190310) no-repeat 0 20px;*/
    vertical-align: middle;
   
}
#header dl{
	width:150px;
	height:28px;
	text-align:right;
	line-height:28px;
	float:right;
	padding-right:30px;
}
.menu-container {
    width: 100%;
    height: 41px;
    /*background: url(../images/menu-container-back.png) repeat-x;*/
    background: -webkit-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(#0a78ba,#094f7a, #0a78ba); /* 标准的语法（必须放在最后） */
}
.menu {
	width: 1280px;
	height: 41px;
	margin: 0px auto;
	
}
.top-menu {
    width: 1280px;
    height: 41px;
    margin: 0px auto;
}
.menu_off{
	width:123px;
	height:41px;
	float:left;
	background:url(../images/menu_bg.png) -41px right no-repeat;
}
.menu_off a{
	width:123px;
	height:41px;
	font:normal 14px/40px "Microsoft Yahei";
	color:#fff;
	float:left;
	text-align:center;
}
.menu_off a.hover,.menu_off a:hover{
	color:#fff;
	text-decoration:none;
	background:url(../images/menu_bg.png) top right no-repeat;
}
.menu_on{
	width:123px;
	height:41px;
	float:left;
	background:url(../images/menu_bg.png) top right repeat-x;
	color:#000;
	font-weight:bold;
	position:relative;
	z-index:9999;
}
.menu_on a{
	width:123px;
	height:41px;
	font:normal 14px/40px "Microsoft Yahei";
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
}
.menu_on a.hover,.menu_on a:hover{
	font-weight:bold;
	background:url(../images/menu_bg.png) top right repeat-x;
	color:#fff;
	text-decoration:none;
}
.sub_menu{
	display:none;
}
.menu_on .sub_menu{
	width:121px;
	padding:0px 0px;
	top:41px; left:0px;
	background:#00A7D6;
	position:absolute;
	display:block;
	z-index:9999;
	overflow:hidden;
}
.menu_on .sub_menu a{
	width:123px;
	height:30px;
	color:#fff;
	font:normal 14px/30px "Microsoft Yahei";
	text-align:center;
	border-bottom:#009CD2 1px solid;
	display:block;
}
.menu_on .sub_menu a:hover{
	background:#dff6fc;
	color:#000;
}
#banner{
	width:1280px;
	height:340px;
	margin:0 auto;
	margin-top:10px;
    background: url(../images/focus_bg1.png) top center no-repeat;
}
#main{
	width:1280px;
	overflow:hidden;
	margin:0px auto 0px auto;
}
#main dl.main_top{
	width:1280px;
	height:16px;
	overflow:hidden;
}
#main dl.main_about{
	width:998px;
	height:218px;
	background:url(../images/main_about22.jpg) center no-repeat;
	padding:0px 0px;
	overflow:hidden;
}
#main dl.main_about dt.news{
	width:277px;
	overflow:hidden;
	height:218px;
	float:left;
}
#main dl.main_about dt.news div.news_tit{
	width:240px;
	height:30px;
	background:url(../images/item_title.jpg) no-repeat;
	padding:0px 12px 0px 25px;
}
#main dl.main_about dt.news div.news_tit li.tit_left{
	width:160px;
	height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
}
#main dl.main_about dt.news div.news_tit li.tit_right{
	width:30px;
	height:30px;
	float:right;
	overflow:hidden;
}
#main dl.main_about dt.news div.news_tit li.tit_right a{
	height:30px;
	width:30px;
	display:block;
}
#main dl.main_about dt.news div.news_con{
	padding:10px 0px 0px 0px;
}
#main dl.main_about dt.news div.news_con p{
	width:278px;
	height:29px;
	margin:0 auto;
	border-bottom:#ccc 1px dotted;
	line-height:29px;
	text-indent:20px;
	display:inline-block;
	overflow:hidden;
	background:url(../images/news_li_bg.png) 0px 7px no-repeat;
}
#main dl.main_about dt.news div.news_con p span{
	float:right;
}
#main dl.main_about dt.about{
	width:699px;
	margin:0px 0px 0px 22px;
	overflow:hidden;
	float:left;
}
#main dl.main_about dt.about div.about_tit{
	width:699px;
	height:30px;
	background:url(../images/item_title_2.jpg) no-repeat;
	overflow:hidden;
}
#main dl.main_about dt.about div.about_tit a{
	width:389px;
	height:30px;
	display:block;
}


.about_tit .tit_left{
	width:160px;
	height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	text-indent:26px;
}
.about_tit .tit_right{
	width:50px;
	height:30px;
	float:right;
	overflow:hidden; 
}
.about_tit .tit_right a { display:block;width:50px;height:30px;}

#main dl.main_about dt.about div.about_con{
	height:161px;
	overflow:hidden;
	padding:10px 0px 0px 0px;
	line-height:25px;
}
#main dl.main_about dt.about div.about_con img{
	float:left;
	margin:5px 8px 0px 8px;
	border:#ccc 0px solid;
}
#main dl.main_about dt.about div.about_con a{
	color:#900;
}
#main dl.main_about dt.news div.contact_con{
	background:url(../images/contact_pic.jpg) right top no-repeat;
	line-height:24px;
	padding:15px 0px 0px 5px;
	height:160px;
}
#main dl.index_product{
	width:994px;
	overflow:hidden;
	clear:both;
	border:#e4e4e4 3px solid;

	margin:0px 0px 7px 0px;
}
#main dl.index_product .pro_contain{
	padding:15px 0px;
}
#main dl.index_product .pro_pic{
	width:168px;
	height:156px;
	padding:5px;
	border:#d8d8d8 1px solid;
	margin:0px 10px 0px 0px;
	float:left;
}
#main dl.index_product .pro_pic:hover{
	border:#075A98 1px solid;
}
#main dl.index_product .pro_pic img{
	width:168px;
	height:132px;
	overflow:hidden;
}
#main dl.index_product .pro_pic p{
	line-height:24px;
	text-align:center;
	display:block;
	height:24px;
}
#bot_menu {
    /*background:url(../images/footer_bg.jpg) top center repeat-x #fff;*/
    height: 131px;
    text-align: center;
    line-height: 35px;
    margin: 10px 0px 0px 0px;
    padding-top: 10px;
    background: -webkit-linear-gradient(#eee,#ddd, #ccc);
    background: -o-linear-gradient(#eee,#ddd, #ccc);
    background: -moz-linear-gradient(#eee,#ddd, #ccc);
    background: linear-gradient(#fefefe,#efefef);
}

#copyright{
	background:url(../images/copyright_bg.jpg) bottom repeat-x #fff;
	padding:15px 0px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	border-bottom:#17629f 3px solid;
}
/*----------------------------------------------------------sub--------------------------------------------------------------*/
#sub_main {
	padding:0px 0px 20px 0px;
	margin:10px 0px 0px 0px;
}
#sub_main div.main_bot{
	width:1280px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin:0 auto;
}
#sub_main .main_left{
	width:203px;
	float:left;
	overflow:hidden;
}
#sub_main .main_right{
	width:1060px;
	float:right;
	overflow:hidden;
}
    #sub_main .main_left .leftmenu_top {
        width: 203px;
        height: 35px;
        /*background: url(../images/leftmenu_top.png) 0 0 no-repeat;*/
        line-height: 35px;
        color: #FFF;
        font-weight: bold;
        text-indent: 10px;
        background: -webkit-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#0a78ba,#094f7a, #0a78ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(#0a78ba,#094f7a, #0a78ba); /* 标准的语法（必须放在最后） */
    }
#sub_main .main_left .leftmenu_item{
	width:201px;
	overflow:hidden;
	padding:10px 0px 16px 0px;
	border:1px solid #075A98;
}
#sub_main .main_left .leftmenu_item a{
	width:150px;
	height:30px;
	font-size:14px;
	margin:0 auto;
	background:url(../images/focus_bg.png) -761px -237px no-repeat;
	line-height:30px;
	padding:0px 0px 0px 33px;
	display:block;
	border-bottom:1px dotted #d8d8d8;
	line-height:30px;
}
#sub_main .main_left .leftmenu_item a.hover,#sub_main .main_left .leftmenu_item a:hover{
	background:url(../images/focus_bg.png) -761px -191px no-repeat;
	color:#075A9A;
}
#sub_main .main_left .leftmenu_link{
	width:203px;
	overflow:hidden;
	margin-top:10px;
}
    #sub_main .main_right .right_pos {
        color: #666;
        font-size: 14px;
        height: 36px;
        /*background: url(../images/pos.jpg) 10px 0 no-repeat;*/
        line-height: 36px;
        text-indent: 10px;
        background: -webkit-linear-gradient(#eee,#ddd, #ccc);
        background: -o-linear-gradient(#eee,#ddd, #ccc);
        background: -moz-linear-gradient(#eee,#ddd, #ccc);
        background: linear-gradient(#eee,#ddd, #ccc);
    }
    #sub_main .main_right .right_content {
        margin: 10px 0px 0px 0px;
        padding: 15px 15px 15px 15px;
        background: url(../images/right_content22.jpg) top no-repeat;
        font-size: 14px;
        line-height: 30px;
        min-height: 200px;
        height: auto !important;
        height: 200px;
        border: 1px solid #d8d8d8;
    }
.tong_pos{
	height:36px;
	background:url(../images/pos.png) no-repeat 0 0;
	line-height:36px;
	text-indent:60px;
	}
.tong_content{
	width:998px;
	margin:10px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background:url(../images/right_content22.jpg) top no-repeat;
	font-size:14px;
	line-height:30px;
	min-height:200px;
	height:auto !important;
	height:200px;
	border:1px solid #d8d8d8;
}

.news_nav { width:745px;min-height:200px;float:left;}
.company_nav { width:520px;min-height:200px;float:left; margin-left:15px;}
.p_tit {
    height: 31px;
    /*background: url(../images/item_title_3.jpg) no-repeat;*/
    background: -webkit-linear-gradient(#eee,#ddd, #ccc);
    background: -o-linear-gradient(#eee,#ddd, #ccc);
    background: -moz-linear-gradient(#eee,#ddd, #ccc);
    background: linear-gradient(#eee,#ddd, #ccc);
}
.p_tit2 {
    height: 31px;
    /*background: url(../images/item_title_4.jpg) no-repeat;*/
    background: -webkit-linear-gradient(#eee,#ddd, #ccc);
    background: -o-linear-gradient(#eee,#ddd, #ccc);
    background: -moz-linear-gradient(#eee,#ddd, #ccc);
    background: linear-gradient(#eee,#ddd, #ccc);
}
.list_nav { min-height:300px;overflow:hidden;}
.com_info { font-size:14px;height:310px;border:1px solid #ddd;border-top:0px; padding-left:15px;padding-top:15px; padding-right:15px; line-height:25px;}
.p_tit h3, .p_tit2 h3 {
    width: 160px;
    height: 31px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    color: #3676dc;
    text-indent: 30px;
}
.p_tit .more,.p_tit2 .more {
	width:50px;
	height:31px;
	float:right;
	overflow:hidden;
}
.p_tit .more a,.p_tit2 .more a {width:50px;
	height:31px;text-indent:-9999px;
	display:block;
	line-height:31px;}

.list_nav li { width:709px;height:150px; margin:0 auto; padding-top:15px; border-bottom:1px dashed #ddd; overflow:hidden; clear:both;}
.n_pic {width:177px; float:left; min-height:130px; margin-left:0px; padding-top:5px; text-align:center; border:1px solid #ddd;}
.n_tit {width:513px; margin-left:15px;min-height:135px; float:left;  }
.n_tit a { font:bold 16px 'Microsoft Yahei'; color:#333;}
.n_tit a:hover { color:#ff0000;}
.news_t { width:505px; height:25px; line-height:25px; overflow:hidden; display:block;}
.summ { height:65px; overflow:hidden; line-height:25px;}
.n_tit p { font-size:14px; line-height:23px;margin-top:15px; text-indent:0px;}
.n_date a{ font:14px '宋体'; line-height:23px; color:#FFF;}
.n_date a:hover {color:#FFF;}
.n_date { width:65px; height:23px; text-align:center;line-height:23px; background-color:#309B02; color:#fff; float:right;}
.cont_info { font-size:14px;min-height:190px;
             /*background:url(../images/contact_pic.jpg) no-repeat right 20px;*/
             border:1px solid #ddd;border-top:0px; padding-left:15px;padding-top:15px; padding-right:15px; line-height:25px;

}


.content-title{
    width:100%;
    height:42px;
    color:#000;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}
.content-pubdate {
    width: 100%;
    height: 36px;
    color: #000;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}

