﻿/*--css reset--*/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,pre,code,address,variable,form,fieldset,blockquote {
	padding:0;
	margin:0;
	
	font-weight:normal;
	font-family:"微软雅黑", "黑体";
	color:#333;
}
ol{margin-left:0; list-style:none;}
ul,li{margin-left:0; list-style:none;}

a{ color:#333;text-decoration:none;}
a:hover{color:#333;text-decoration:underline;}
img,input{ vertical-align:middle;}
.clean{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.hidden{ display:none;}
.show{ display:block;}
img{ border:none}
/*--css reset over--*/

.banner{ background:url(../Images/title.jpg) no-repeat center; height: 210px; background-color: #3e7adc;}
.main_navbg{ background: url(../Images/main_navbg.jpg) repeat; padding-bottom: 3px;}
.main_nav{ width: 1200px; margin: 0 auto; line-height: 50px;}
.main_nav li{ float:left; width: 16.6%; box-sizing: border-box; text-align: center; font-size: 18px; font-weight: bold;}
.main_nav li a{ color: #0b316f;}

.main{ width: 1200px !important; margin: 0 auto !important; padding:0 !important;}
.btns{ padding: 30px 0;}
.btns li{ float:left; padding: 0 10px;}
.Focus_news { padding-bottom:40px;}
.Focus_news .right{  width: 50%; box-sizing: border-box; padding-left: 16px;}
.title{ border-bottom:1px solid #9a9a9a; text-align: right; height: 49px;}
.title a{font-size: 16px; color: #999; line-height: 44px;}
.title span{float:left; border-bottom: 5px solid #3e7adc; line-height: 44px; padding: 0 10px; font-size: 24px; color: #0b316f;}
.newslist{ padding:10px 0 0 10px;}
.newslist li{ line-height:36px; font-size: 16px;}

.other_news{padding-bottom:54px;}
.other_news .listbox{ width: 333px; padding: 0 10px; }
.other_news .listbox .title span{font-size: 18px;} 
.contact_box{ background-color: #f6f6f6; width: 282px; text-align: center; padding: 18px 0 20px;}
.contact_box a{ display:block; padding-bottom: 18px;}

.foot{ text-align: center; background: #f6f6f6; border-top: 3px solid #0b316f; height: 74px; line-height: 74px;}
