@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 12px;
  color: #333;
  line-height: 1;
  min-width: 1260px;
}
 ol,ul {
        list-style:none;
    }
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #0068B7;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.border{
	border:1px solid red;
}
.main{
	width:1000px;
	margin:0 auto;
}

/*头部*/
.head{
	width:100%;
}
.head .head_t{
	width:100%;
	background:#ececec;
	height:35px;
	line-height:35px;
}
.head .head_t .head_t_l{
	width:270px;
	height:35px;
	overflow:hidden;
}
.head .head_t .head_t_l a{
	font-size:12px;
	color:#4f4f4f;
	float:left;
	font-family:"宋体";
	
}
.head .head_t .head_t_l i{
	float:left;
	width:1px;
	height:12px;
	background:#aaa;
	margin:11px 10px 0;
}
.head .head_t .head_t_l a:hover{
	color:#0068B7;
	
}

.head .head_t .head_t_m{
	width:470px;
	height:35px;
	background:#e1e1e1;
	overflow:hidden;
}
.head .head_t .head_t_m ul li {
	height:35px;
	width:470px;
	overflow:hidden;
}
.head .head_t .head_t_m ul li a{
	font-family:"宋体";
	color:#014896;
	font-size:12px;
	float:left;
	height:35px;
	width:400px;
	overflow:hidden;
}
.head .head_t .head_t_m ul li a:hover{
	color:#0068B7;
}
.head .head_t .head_t_m ul li i{
	float:left;
	width:5px;
	height:5px;
	background:#235383;
	margin:15px 10px 0 20px;
}
.head .head_t .head_t_r .search_box{
	width:220px;
	height:25px;
	border:1px solid #e4e4e4;
	margin:5px 0 0 40px;
	line-height:25px;
	background:#fff;
}
.head .head_t .head_t_r .search_box div.word{
	width:45px;
	border-right:1px solid #e4e4e4;
	padding-left:5px;
	color:#949494;
	cursor:pointer;
	background:url(../images/sub.png) no-repeat ;
	background-position:32px 8px;
}
.head .head_t .head_t_r .search_box div.word:hover{
	color:#0068B7;
}
.head .head_t .head_t_r .search_box div.word p{
	display:inline-block;
}

.head .head_t .head_t_r .search_box ul.hide{
	padding-left:5px;
	width:35px;
	cursor:pointer;
	display:none;
	position:absolute;
	z-index:999;
	top:30px;
	background:#fff;
}
.head .head_t .head_t_r .search_box ul.hide li:hover{
	color:#0068B7;
}
.head .head_t .head_t_r .search_box .search{
	width:170px;
	height:25px;
}
.head .head_t .head_t_r .search_box .search .text{
	width:140px;
	height:23px;
	border:none;
	outline:none;
	text-indent:5px;
}
.head .head_t .head_t_r .search_box .search .btn{
	width:27px;
	height:23px;
	border:none;
	outline:none;
	background-color:none;
	background:url(../images/search.png) no-repeat right center;
	
}
.head .head_m{
	width:100%;
	background:#fff;
}
.head .head_m .main{
	height:90px;
}
.head .head_m .main .logo{
	width:170px;
	height:90px;
	position:relative;
}
.head .head_m .main .word{
	line-height:20px;
	padding-top:25px;
	padding-left:15px;
	width:330px;
	height:90px;
	overflow:hidden;
	
}
.head .head_m .main .word h1{
	font-weight:400;
	font-size:14px;
	color:#505050;
	width:315px;
	height:20px;
	overflow:hidden;
}
.head .head_m .main .word p{
	font-weight:600;
	font-size:14px;
	color:#000;
	width:315px;
	height:20px;
	overflow:hidden;
}
.head .head_m .main .phone{
	width:390px;
	height:90px;
	padding-left:50px;
	background:url(../images/call.png) no-repeat left center;
	overflow:hidden;
}
.head .head_m .main .phone .num{
	width:260px;
	height:90px;
	line-height:20px;
	padding-top:25px;
	overflow:hidden;

}
.head .head_m .main .phone .num h1{
	font-size:12px;
	font-weight:400;
	color:#505050;
	width:260px;
	height:20px;
	overflow:hidden;
}
.head .head_m .main .phone .num p{
	display:inline-block;
	font-size:18px;
	font-weight:400;
	color:#004795;
	max-width:123px;
	height:20px;
	overflow:hidden;

}
.head .head_m .main .phone .num p.first{
	margin-right:15px;
}
.head .head_m .main .phone .erwei{
	width:71px;
	height:90px;
	position:relative;
}

/*nav导航*/
.head .head_nav{
	width:100%;
	background:#5faeff;
}
.head .head_nav .main{
	height:45px;
	display:block !important;
}
.head .head_nav .main ul{
	display:block !important;
}
.head .head_nav .main ul li{
	width:116px;
	height:45px;
	float:left;
	text-align:center;
	line-height:45px;
	display:block !important;
	position:relative;
	z-index:9999;
	
}
.head .head_nav .main  div.hide{
	width:110px;
	position:relative;
	z-index:999;
	background:#5faeff;
	display:none;
	border-top:1px solid #fff;
	overflow:hidden;
}
.head .head_nav .main  div.no{
	border:none;
}
.head .head_nav .main  div.hide a{
	float:left;
	width:110px;
	min-height:45px;
	padding:20px 20px;
	font-size:12px;
	color:#fff;
	font-weight:400;
	overflow:hidden;
	text-align:center;
	transition:0.5s;
	word-wrap:break-word;
	line-height:12px;
	
	
}
.head .head_nav .main  div.hide a:hover{
	background:#014896;
}

.head .head_nav .main ul li.first{
	width:65px;
	text-align:left;
}
.head .head_nav .main ul li.first a{
	width:60px;
	height:45px;
	padding-left:5px;
	overflow:hidden;

}
.head .head_nav .main ul li .a1{
	float:left;
	width:110px;
	height:45px;
	font-size:14px;
	color:#fff;
	font-weight:600;
	word-spacing:8px; letter-spacing: 1px;
	overflow:hidden;
	transition:0.5s;
}
.head .head_nav .main ul li:hover a.a1{
	background:#014896;
}
.head .head_nav .main ul li a.on{
	background:#014896;
}
.head .head_nav .main ul li:hover .hide{
	display:block;
}
.head .head_nav .main ul li i{
	float:left;
	width:1px;
	height:15px;
	background:#8ae3ff;
	margin-left:2px;
	margin-top:15px;
}

/*底部*/
.footer{
	width:100%;
	padding:30px 0 25px 0;
	background:#0f1620;
	overflow:hidden;
}
.footer .msg{
	min-height: 140px;
	border-right:1px solid #272e37;
	margin-left:40px;
	overflow:hidden;
	line-height:20px;
	float:left;
	padding-right:40px;
}
.footer .msg h1 a{
	display:block;
	font-size:16px;
	font-weight:600;
	color:#fff;
	margin-bottom:10px;
	width:80px;
	height:20px;
	overflow:hidden;
}
.footer .msg a{
	display:block;
	font-size:12px;
	color:#fff;
	max-width:80px;
	
	overflow:hidden;
	
}
.footer .msg span.more{
	font-family:"宋体";
}
.footer .msg a:hover{
	color:#0068B7;
}
.footer .msg .erwei{
	width:110px;
	height:110px;
	position:relative;
}
.footer .msg p{
	color:#fff;
	display:block;
	width:100%;
	text-align:center;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
/*版权*/
.copyright{
	width:100%;
	background:#0c1117;
	line-height:45px;
}
.copyright .left{
	width:750px;
	
}
.copyright {
	color:#fff;
}

.copyright  a{
	color:#fff;
	
}
.copyright a:hover{
	color:#0068B7;
}
.copyright .right{
	width:180px;
	height:45px;
	overflow:hidden;
}
