﻿@charset "utf-8";
/* CSS 样式表 */
* {
    padding: 0px;
    margin: 0px;
}
b{
	font-weight: normal;
}
ul,
li {
    list-style: none;
}
img {
    border: none;
}
a:link,
a:visited {
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: none;
}
a {
    cursor:pointer;
    color: #333;
}
body {
    font-family: 微软雅黑, 宋体;
    color: #000;
    background-color: #fff;
    font-size: 15px;
}
.p1080{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.p1344{
	width: 1344px;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	margin-top: 15px;
	margin-bottom: 15px;
}
#hleft{
	float: left;
	width: 700px;
	margin-top: 5px;
}
#hright{
	float: right;
}
.h1{
	font-weight: 600;
    color: #676767;
    font-size: 16px;
    margin-top: 5px;
}
#nav{
	background: #00539F;
}
#nav ul li{
	width: 165px;
	height: 40px;
	float: left;
	text-align:center;
}
#nav ul li a{
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}
#nav ul li a:hover{
	background-color: #F39801;
	display: block;
}
#remen{
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}
#remen a{
	margin-right: 10px;
}
#remen a:hover{
	color: #00539F;
}
#main{
	background: #EEE;
	height: 380px;
}
#main_gy{
	float: left;
	margin-top: 30px;
	width: 775px;
}
#main_gy_t{
	height: 40px;
	background: #00539F;
}
#main_gy_t P{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#main_gy_b{
	margin-top: 20px;
}
#main_gy_b img{
	float: left;
	margin-right: 20px;
}
#main_gy_b p{
	text-indent: 2em;
	line-height: 30px;
}
#main_gy_b p a{
	color: #F3A63C;
}
#main_lx{
	width: 280px;
	height: 322px;
	float: right;
	margin-top: 30px;
}
#main_lx_t{
	height: 40px;
	background: #00539F;
}
#main_lx_t P{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#main_lx_b{
	border: 1px solid #AEAEAE;
}
#main_lx_b p{
	font-size: 16px;
	line-height: 38px;
	padding: 20px 10px 20px 10px;
}
#news{
	margin-bottom: 30px;
}
#news_img{
	margin-top: 20px;
	margin-bottom: 20px;
}
#news_conten{
	height: 300px;
}
#news_conten img{
	float: left;
}
#news_conten ul{
	width: 45%;
	float: right;
	margin-bottom: 30px;
}
#news_conten ul li{
	border-bottom: 1px solid #AEAEAE;
	height: 41px;
	line-height: 41px;
}
#news_conten ul li a:hover{
	color: #00539F;
}
#news_conten strong{
	color: #01539F;
	font-size: 20px;
}
#news_conten a{
	width: 370px;
	float: left;
	margin-top: -4px;
}
#news_conten a p{
	margin-left: 18px;
    margin-top: -40px;
}
#news_conten span{
	float: right;
	color: #C9C9C9;
	font-size: 13px;
}
#product{
	background: #EEE;
}
#p_tp{
	margin-top: 20px;
	height: 40px;
	background: #00539F;
}
#p_tp P{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#demo{
    overflow: hidden;
    margin: 20px 10px 20px 10px;
}
#indemo{
    float: left;
    width: 800%;
    height: 235px;
}
#demo1{
    float: left;
}
#demo1 li p{
    float: left;
    text-align: center;
    line-height: 30px;
    background: #F39801;
    color: #fff;
    width: 259px;
    margin-top: -5px;
}
#demo1 li {
    width: 270px;
    height: 220px;
    float: left;
    font-size: 15px;
}
#demo1 img{
    height:194px;
    width:259px;
}
#demo2{
    float: left;
}
#demo2 li p{
    float: left;
    text-align: center;
    line-height: 30px;
    background: #F39801;
    color: #fff;
    width: 259px;
    margin-top: -5px;
}
#demo2 li {
    width: 270px;
    height: 220px;
    float: left;
    font-size: 15px;
}
#demo2 img{
	height:194px;
    width:259px;
}
#link{
	margin-top: 10px;
	margin-bottom: 10px;
}
#link li{
	width: 100px;
	float: left;
	margin-right: 10px;
}
#link img{
	float: left;
	margin-right: 15px;
}
#link p{
	font-size: 16px;
	font-weight: bold;
}
#link a{
	line-height: 40px;	
	float: left;
}
#link a:hover{
	color: #00539F;
}
#footer{
	background-color: #00539F;
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}
#footer a{
	color: #fff;
}
#footer_main{
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 25px;
}
#footer_main_left{
	width: 29%;
	height: 185px;
	border-right: 1px solid #D6D7D2;
	text-align: center;
	float: left;
}
#footer_main_right{
	width: 65%;
	float: right;
}
#ft1{
	width: 230px;
	float: left;
}
#ft2{
	float: right;
	width: 420px;
}
/*单页*/
#mlf{
	float: left;
	width: 30%;
}
#mrt{
	float: right;
	width: 67%;
}
#about_nav{
	height: 35px;
	background: #00539F;
	line-height: 35px;
	text-align: center;
}
#about_nav p{
	color: #fff;
	font-size: 17px;
	text-align: left;
	margin-left: 13px;
}
#mlf_tp{
	margin-bottom: 30px;
}
#mlf_tp1 ul{
	margin-bottom: 20px;
}
#mlf_tp1,#mlf_bm1,#adress_cont,#adress_cont2,#adress_cont3,#mrt_bm1{
	border: 1px solid #D6D7D2;
}
#mlf_tp1 ul li{
	border-bottom: 1px dotted #AEAEAE;
	line-height: 40px;
	font-size: 15px;
}
#mlf_tp1 ul li p{
	margin-left: 20px;
}
#mlf_tp1 ul li a:hover{
	color: #00539F;
}
#mlf_bm{
	margin-bottom: 30px;
}
#mlf_bm1{
	line-height: 40px;
	padding: 10px;
}
#adress{
	background: #00539F;
	height: 35px;
	color: #fff;
	line-height: 35px;
	font-size: 17px;
}
#adress a{
	color: #fff;
}
#adress p{
	margin-left: 13px;
}
#adress a:hover{
	color: #00008B;
}
#adress_cont h1{
	text-align: center;
	font-size: 21px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
#adress_cont2 h1{
	text-align: center;
	font-size: 21px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
#adress_cont p{
	font-size: 15px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.p2{
	font-size: 15px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.p3{
	font-size: 15px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#mrt_bm1{
	height: 170px;
}
#mrt_bm1 ul li{
	float: left;
	margin-left: 15px;
    margin-top: 15px;
}
#mrt_bm1 ul li img{
	height: 120px;
	margin-right: 1px;
}
#mrt_bm1 ul li p{
	text-align: center;
}
#mrt_bm1 ul li p:hover{
	color: #00539F;
}
/*产品列表页*/
#project{
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    height: 620px;
}
#project a{
	float: left;
	margin-right: 17px;
}
#project img{
	width: 215px;
	height: 160px;
}
#project p{
	font-size: 15px;
	margin-bottom: 10px;
}
#project a p:hover{
	color: #00539F;
}
/*产品详情页*/
.admin{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*新闻列表页*/
#adress_cont1{
	height: 700px;
	border: 1px solid #D6D7D2;
}
#adress_cont1 ul{
	margin-bottom: 25px;
	margin-top: 10px;
}
#adress_cont1 ul li{
	height: 40px;
	border-bottom: 1px dotted #AEAEAE;
	overflow: hidden;
	font-weight: normal;
}
#adress_cont1 ul li a{
	float: left;
}
#adress_cont1 ul li p{
	float: left;
	font-size: 15px;
	text-decoration: none;
	list-style-type:none;
	line-height: 40px;
	color:black;
}
#adress_cont1 ul li p:hover{
	color: #00539F;
}
#adress_cont1 ul li span{
	float: right;
	font-size: 13px;
	color: #676767;
	margin-right: 10px;
	margin-top: 15px;
}
#adress_cont1 ul li p{
	text-indent: 2em;
}
#mrt_bm{
	margin-bottom: 30px;
}
/*新闻详情页*/
#fick{
    line-height: 30px;
    padding-left: 2%;
    padding-bottom: 1em;
    margin-top: 20px;
}
#flickr {
    width: 95%;
    padding:0px;
    font-family:Verdana;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 15px;
}
#flickr li{
	float: left;
}
#flickr a {
    color: #078dca;
    margin-right: 3px;
    text-decoration: none;
    border: #dedfde 1px solid ;
    padding: 2px 6px;
}
#flickr a:hover {
    color: #fff;
    background-color: #078dca;
    border:#dddddd 1px solid ;
}
#flickr span.current {
    font-weight: bold;
    color: #ff0084;
    margin-right: 3px;
    padding: 2px 6px;
}
#flickr span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding:2px 6px;
}
#product1-content{
	margin-top: 10px;
}
.product-show{
	float: left;
	width: 256px;
	margin: 7px;
	background: #FFF;
}
.product-show img{
	width: 256px;
	height: 180px;
	display: block;
}
.product-show p{
	text-align: center;
	line-height: 40px;
	border: 1px solid #215DA3;
	border-top: none;
	color: #666;
}
.product-show:hover{
	box-shadow: 1px 1px 10px 0px #999999;
}
.product-show:hover p{
	border: 1px solid #215DA3;
	border-top: none;
	color: #333;
	background: #FFF;
}
#main_pro_t{
	height: 40px;
	background: #00539F;
}
#main_pro_t P{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
/*
     FILE ARCHIVED ON 18:25:14 Jan 29, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:12:53 May 13, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.776
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.08
  esindex: 0.011
  cdx.remote: 8.796
  LoadShardBlock: 104.146 (3)
  PetaboxLoader3.datanode: 114.134 (5)
  PetaboxLoader3.resolve: 399.164 (3)
  load_resource: 467.021 (2)
*/﻿
/*
     FILE ARCHIVED ON ﻿03:24:27 May 13, 2024﻿ AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON ﻿02:45:12 Dec 23, 2024﻿.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.742﻿
﻿  ﻿exclusion.robots﻿: ﻿0.035﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.02﻿
﻿  ﻿esindex﻿: ﻿0.015﻿
﻿  ﻿cdx.remote﻿: ﻿22.181﻿
﻿  ﻿LoadShardBlock﻿: ﻿251.52﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿243.644﻿ (﻿4﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿150.931﻿ (﻿2﻿)
﻿  ﻿load_resource﻿: ﻿168.677﻿
﻿*/