@charset "utf-8";
/* CSS Document */

/* 公用 */
.main{
	width:1300px; 
	margin:0 auto;
/* 	background-color:#EEE; */
	margin-top:9px;
	}

/* header */
.header{
	background-color:#FFF;
	width:1245px;
	margin:0 auto;
	}

.logo{
	float:left; 
	margin:15px 0 15px 15px;
}

.navbar{
	border-top:2px solid #163DCD;
	}
.nav{
	float:left;
	}
.nav ul li{
	float:left;
	position:relative;
	}	
.nav a{
	height:52px; 
	width:170px;
	text-align:center; 
	line-height:49px; 
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#535353;
	}
	
.nav a:hover{
	color:#FFF;
	font-weight:bold;
	background-color:#163DCD;
	}
.nav ul li ul{
	position:absolute;
	display:none;
	}
.nav ul li ul li{
	float:none;
	}
.nav ul li ul li a{
	width:170px;
	background-color:#F2F2F2;
	height:45px;
	line-height:45px; 
	font-weight:normal;
	color:#000;
	padding:0;
	}
.nav ul li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background-color:#999999;
	}

.search{
	float:right;
	margin:11px 0;
	width:400px;
	margin-top:60px;
	}
	
.search-text{
	width:210px;
	height:30px;
	line-height:30px;
	border:1px solid #D5D5D5;
	padding:0 5px;
	color:#6f6f6f;
	}
.search-btn{
	width:52px;
	height:30px;
	line-height:27px;
	border:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color:#163DCD;
	cursor:pointer;
	}
.search span{
	display:block;
	float:right;
	height:32px;
	line-height:32px;
}

/* focus */
.focus-wrap{
	height:554px;
	background-color:#EEEEEE;
	}
.focus-wrap-inside{
	height:275px;
	background-color:#137A3B;
	}
.focus{
	width:1300px;
	height:542px;
	margin:0 auto;
	}
.focus-inside{
	width:1300px;
	margin:0 auto;
	}
	
/* prd window */
.prd-window{
	margin-top:9px;
	height:354px;
	border:1px solid #888888;
	}
.title-area{
	margin:0 auto;
	width:1225px;
	height:52px;
	line-height:60px;
	border-bottom:1px solid #C5C5C5;
	margin-top:8px;
	}	
.title-area-title{
	font-size:20px;
	margin-left:5px;
	}
.title-area-title a{
	color:#13793B;
	}
.title-area-title a:hover{
	color:#F00;
	}
.prd-show{
	width:1245px;
	margin:0 auto;
	}
.prd-show ul li{
	float:left;
	margin: 15px 5px 5px 15px;
	width:225px;
	height:260px;
	overflow:hidden;
	text-align:center;
	}
.prd-show p{
	height:50px;
	line-height:50px;
	}
	
/* footer */
.footer{
	margin-top:15px;
	height:160px;
	background-color:#EEEEEE;
	}
.footer-main{
	margin-top:20px;
}
.social{
	margin-left:450px;
}
.address{
	margin:15px 0 15px 150px;
	
	
}
.qrcode{
	margin:10px 45px 10px 0;
}
.divider{
	float:left;
	width:1px;
	height:100px;
	background-color:#137A3B;
	margin-top:23px;
	}
.copyright{
	background-color:#163DCD;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#FFF;
	
}

/* 主页main */
.main-left{
	height:384px;
	width:391px;
	background-color:#F4F4F4;
	padding:20px;
}
.right-up{
	width:827px;
	background-color:#F4F4F4;
	padding:20px;
	height:170px;
	overflow:hidden;
}
.right-down{
	width:827px;
	background-color:#F4F4F4;
	padding:20px;
	margin-top:4px;
	height:170px;
	overflow:hidden;
}
.right-up img{
	float:left;
	margin-right:20px;
	width:407px;
	height:143px;
	
}
.right-down img{
	float:left;
	margin-right:20px;
	
}
.right-up p,.right-down p{
	line-height:28px;
	height:140px;
	overflow:hidden;
	
}
.title{
	height:30px;
	line-height:30px;
	width:100%;
	font-size:16px;
	font-weight:normal;
	color:#153DCC;
}
.more a{
	font-size:14px;
	color:#153DCC;
}
.more a:hover{
	color:#F00;
}
.main-left ul{
	margin-top:10px;
}
.main-left ul li{
	height:40px;
}
.main-left ul li span{
	
	float:right;
}
.index-prd{
	height:294px;
	background-color:#F4F4F4;
	margin-top:5px;
	padding:20px;
}
.index-prd-list li{
	float:left;
	width:230px;
	height:230px;
	margin:10px 22px 0 0;
}
.index-prd-list li span{
	display:block;
	width:100%；
	height:30px;
	line-height:30px;
	text-align:center;
}

/* about */
.focus2-wrap{
	height:305px;
	background-color:#EEE;
}
.focus2{
	width:1300px;
	margin:0 auto;
}
.main-menu{
	width:196px;
	background-color:#F4F4F4;
}
.main-cont{
	width:1094px;
	min-height:600px;
	background-color:#F4F4F4;
}
.title2{
	background:url("../images/bgline.jpg") no-repeat bottom;
	height:35px;
	line-height:35px;
}
.left-menu{
	width:100%;
	overflow:hidden;
	padding:20px 0;
}
.left-menu ul{
	margin-top:12px;
}
.left-menu ul li{
	height:30px;
	line-height:30px;
	margin-left:25px;
}
.left-menu img{
    display:block;
    margin:auto;
}
.name{
	margin-left:20px;
}
.address2{
	padding:20px 25px 0 25px;
}
.bread{
	margin-top:20px;
	background:url("../images/bgline2.jpg") no-repeat bottom;
	height:35px;
	line-height:35px;
	font-size:16px;
}
.bread span{
	margin-left:25px;
}
.content{
	padding:40px;
	line-height:28px;
}
.news-cont h1{
	margin-top:15px;
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	line-height:80px;
}
.news-cont h3{
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
.text{
	display:block;
	padding:60px;
	font-size:14px;
	line-height:28px;
}
.NewsList{
	padding:40px 50px 0 50px;
}
.NewsList li{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #9A9A9A;
}
.NewsList li span{
	float:right;
}
.download{
	float:right;
	display:block;
	width:124px;
	height:45px;
	background:url(../images/download3.png) center no-repeat;
}
.PrdList{
	padding:20px 0 0;
}
.PrdList li{
	float:left;
	margin-left:19px;
	width:345px；
}

.PrdList li span{
	display:block;
	text-align:center;
	line-height:50px;
}
.PrdList li img{
	width:246px;
	height:246px;
	border:1px solid #CFCFCF;
}
.prd-cont{
	padding:25px 60px 25px 60px;
	height:400px;
}
.prd-cont img{
	display:block;
	float:left;
	width:380px;
	height:380px;
	border:1px solid #CFCFCF;
}
.contact-cont{
	padding:80px 60px 0px 60px;
}
.contact2{
	margin:50px 80px 0 0;
}
.prd-info{
	float:right;
	width:560px;
	height:380px;
}
.prd-info h2{
	width:100%;
	height:65px;
	line-height:65px;
	text-align:center;
	margin-bottom:15px;
}
.prd-info dt{
	float:left;
	width:118px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	background-color:#E8E8E8;
	margin:5px 5px 0 0;
}
.prd-info dd{
	float:right;
	width:420px;
	height:45px;
	line-height:45px;
	font-size:14px;
	background-color:#FFF;
	padding-left:15px;
	margin-top:5px;
}
.blank{
	height:10px;
	background-color:#FFF;
}

.related h3{
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:normal;
	color:#153DCC;
}
.related ul{
	padding:0 25px;
	margin-bottom:40px;
	height:250px;
}
.related ul li{
	float:left;
	height:246px;
	width:246px;
	border:1px solid #CFCFCF;
	margin-right:10px;
	
}
.related ul li a{
	display:block;
}
.related ul li span{
	display:block;
	line-height:40px;
	text-align:center;
}
.contact{
	line-height:40px;
	padding-left:60px;
}
.search-desc{
	margin-left:25px;
}
.feedback{
	line-height:30px;
	margin-left:40px;
	/* width:55%; */
}
.feedback table{
	margin-left: 0px;
}
.feedback tr input{
	height:22px;
}
.related h5{
	line-height:50px;
	text-align:center;
	
}


.page{
	text-align:center;
	height:50px;
	line-height:60px;
	margin:30px 0
	}
.page a{
	line-height:15px;
	margin-right:10px;
	padding:5px 15px;
	background-color:#ccc;
	color:#FFF;
	}	
.page a:hover{
	padding:5px 15px;
	background-color:#163DCD;
	color:#FFF;
	}
.page li{
	display: inline-block;
}
	

.sidebar{
	width:212px;
	margin-left:15px;
	}
.sidebar-nav{
	margin-bottom:15px;
	border-bottom:1px solid #137A3B;
	}
.sidebar-nav-title{
	height:46px;
	line-height:46px;
	background-color:#137A3B;
	padding-left:15px;
	font-size:24px;
	color:#FFF;
	}
.sidebar-nav ul li{
	padding-left:15px;
	height:50px;
	line-height:50px;
	border-top:1px solid #137A3B;
	
	}
.sidebar-nav ul li a{
	color:#000;
	width:100%;
	display:block;
	}
.sidebar-nav ul li a:hover{
	font-weight:bold;
	color:#000;
	}

.sidebarMenu dl dd{
	height:30px;
	line-height:30px;
	border-top:none;
	}
.sidebarMenu dl dd a:hover{
	display:block;
	border-bottom:none;
	height:30px;
	line-height:30px;
	background-color:#E8F2EC;
	color:#000;
	}
.active{
	font-weight:bold;
	color:#000;
	}
.sidebar-nav dl{
	padding:10px 15px;
	line-height:22px;
	}
.sidebar-nav dl dt{
	font-weight:bold;
	}

.tips{
	height:37px;
	line-height:37px;
	border-bottom:1px solid #137A3B;
	font-size:15px;
	}
.tips span{
	margin-left:10px;
	}
.show-cont{
	padding:20px 50px 0;
	line-height:25px;
	}
	
.show-cont h2{
	text-align:center;
	font-size:30px;
	font-weight:normal;
	line-height:70px;
	}
.show-pic{
	width:1025px;
	height:645px;
	border-bottom:1px solid #137A3B;
	}
.show-pic ul{
	margin:38px 0 0 75px;
	}
.show-pic ul li{
	float:left;
	margin-right:34px;
	width:190px;
	overflow:hidden;
	text-align:center;
	}
.show-pic p{
	height:40px;
	line-height:40px;
	}
.news{
	border-bottom:1px solid #137A3B;
	padding-right:60px;
	}
.focus-news{
	height:230px;
	}
.focus-news img{
	float:left;
	margin-right:29px;
	width:490px;
	height:230px;
	}
.focus-news-r{
	padding:15px 0;
	}
.focus-news-r a{
	font-size:20px;
	color:#137A3B;
	height:50px;
	}
.focus-news-r h4{
	height:40px;
	line-height:40px;
	}
.focus-news-r span {
	padding:20px 0;
	line-height:25px;
	font-size:14px;
	}
.news-list{
	margin:15px 0;
	}
.news-list li a{
	height:30px;
	line-height:30px;
	background-color:#E8F2EC;
	padding-left:10px;
	margin-bottom:6px;
	display:block;
	width:100%;
	}
.news-list li a:hover{
	height:30px;
	line-height:30px;
	color:#FFF;
	background-color:#137A3B;
	margin-bottom:6px;
	color:#FFF;
	display:block;
	width:100%;
	}
.prd-list-wrap{
	width:1025px;
	border-bottom:1px solid #137A3B;
	padding:16px 0;
	}
.prd-list{
	width:990px;
	height:1040px;
	background-color:#E8F2EC;
	padding:35px 0 0 35px;
	}
.prd-list ul li{
	float:left;
	margin-right:35px;
	width:160px;
	overflow:hidden;
	text-align:center;
	}
.prd-list p{
	height:40px;
	line-height:40px;
	}
	
	
.prd-spec-img{
	width:238px;
	height:328px;
	float:left;
	margin-right:29px;
	border:1px solid #137A3B;
	margin:30px;
	}
.prd-spec-r{
	margin:35px 20px 0 0;
	}
.prd-spec-r h2{
	font-size:30px;
	color:#137A3B;
	height:30px;
	line-height:30px;
	}
.prd-spec-cnt{
	width:680px;
	border-top:1px solid #137A3B;
	line-height:30px;
	padding-top:15px;
	
	}
.cnt-tab-list{
	height:35px;
	border-bottom:1px solid #137A3B;
	
	}
.cnt-tab-list li a{
	float:left;
	height:35px;
	line-height:35px;
	background-color:#137A3B;
	color:#FFF;
	font-size:14px;
	padding:0 15px;
	margin-right:15px;
	}
.cnt-tab-list li a:hover{
	height:35px;
	line-height:35px;
	background-color:#03481E;
	color:#FFF;
	font-size:14px;
	padding:0 15px;
	margin-right:15px;
	}
.cnt-tab-cnt1,.cnt-tab-cnt2,.cnt-tab-cnt3,.cnt-tab-cnt4{
	width:945px;
	margin:30px;
	padding-left:20px;
	text-align:center;
	display:none;
	}
.cnt-tab-cnt1{
	display:block;
	}
	
.cnt-tab-cnt2 img{
	margin-right:30px;
	}
.cnt-tab-cnt4 li{
	width:180px;
	overflow:hidden;
	margin:0 auto;
	font-weight:bold;
	}
.btn li:hover{
	height:35px;
	line-height:35px;
	background-color:#137A3B;
	color:#FFF;
	font-size:14px;
	padding:0 15px;
	margin-right:15px;
	}
	
.prd-related-list{
	width:990px;
	height:260px;
	background-color:#E8F2EC;
	padding:35px 0 0 35px;
	margin-top:15px;
	}
.prd-related-list ul li{
	float:left;
	margin-right:35px;
	width:160px;
	overflow:hidden;
	text-align:center;
	}
.prd-related-list p{
	height:40px;
	line-height:40px;
	}
	
/* 分页 */
DIV.technorati {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.technorati A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 6px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: rgb(66,97,222); MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.technorati A:hover {
	BACKGROUND-IMAGE: none; COLOR: #fff; BACKGROUND-COLOR: #4261df
}
DIV.technorati A:active {
	BACKGROUND-IMAGE: none; COLOR: #fff; BACKGROUND-COLOR: #4261df
}
DIV.technorati SPAN.thisclass {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #000; MARGIN-RIGHT: 3px; PADDING-TOP: 2px
}
DIV.technorati SPAN.disabled {
	DISPLAY: none
}
