﻿/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html,body,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,
a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline; color: #666; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;display: block;}
html{-webkit-text-size-adjust:none;}
img{border:none;vertical-align:middle; max-width: 100%;}
input,select,button{padding:0;margin:0;outline:none;font-family:inherit;vertical-align:middle;}
textarea{font-family:inherit;}
button{cursor:pointer;}
html{overflow-x:hidden;}
body{font-size:12px;background:#fff;font-family:'Microsoft YaHei';}
ul,ol{list-style-type:none;}
h1{font-size:24px;}
h2{font-size:18px;}
h3,h4{font-size:14px;}
h5{font-size:12px;}
i,em,address{font-style:normal;}
a{ text-decoration:none;color:#4f4f4f;}
a:hover{transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;color:#fd8300;}
a:active{}	/*点击与释放时*/
a:visited{}/* 访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.center{width:1200px;margin:0 auto;}
.bk{display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}
.bk5{display:block;height:5px; line-height:0;overflow:hidden; clear:both;font-size:0;}

.bk10{display:block;height:10px; line-height:0;overflow:hidden; clear:both;font-size:0;}
.fl{float:left;display:inline;}
.fr{float:right !important;display:inline;}
/*- - - - - - - - -样式属首页.html - - - - - - - -*/
	/*页头*/
	#header { height:300px; position:relative; min-width:1200px; margin:0 auto; z-index:1500; background:url(../images/nybanner.jpg) center no-repeat; background-size:cover }
#header .head { height:100px; background:url(../images/headerbg.png) top repeat-x; width:100% }
#header .head:hover { background-color:rgba(1, 88, 139, 1); transition:.4s;
}
/*网站标志*/
		#logo { float:left; width:200px; height:60px; padding-top:11px; }
/*菜单*/
		#menu { float:left; width:780px; height:80px; padding:10px; padding-left:20px; padding-right:0 }
#nav-menu { width: 100%; height: 80px; color: #f7f8ee; }
nav { height: 50px; }
.nav-items { text-align: center; line-height: 80px }
.nav-items a { font-size: .9em; text-decoration: none; font-weight: bold; line-height: 17px; text-transform: uppercase; color: #fff; display: inline-block; border: 2px solid transparent; border-bottom: 0px solid #fff; padding: 10px 10px 10px 15px; transition: .5s ease-in-out;
font-size: 14px; }
.nav-items a:hover, .nav-items a.on { border: 2px solid #01588b; background: #01588b; color: #fff; border-radius: 30px; transition: .4s;
}
#top_html { display: table; float:right; margin: 0; width: inherit; height: inherit; text-align:left; width:130px; padding-top:30px }
#top_html .bdshare-button-style0-16 a, #top_html .bdshare-button-style0-16 .bds_more { width: 20px; height: 20px !important; padding:0 }
#top_html .bdshare-button-style0-16 .bds_more { background: url(../images/fx5.png) 0 0 !important; }
#top_html .bdshare-button-style0-16 .bds_weixin { background: url(../images/fx1.png) 0 0 !important; }
#top_html .bdshare-button-style0-16 .bds_tsina { background: url(../images/fx2.png) 0 0 !important; }
#top_html .bdshare-button-style0-16 .bds_tqq { background: url(../images/fx3.png) 0 0 !important; }
#top_html .bdshare-button-style0-16 .bds_qzone { background: url(../images/fx4.png) 0 0 !important; }


/*页尾*/
	#footer { min-width:1200px; margin:0 auto; background-color:#0098EE; padding:50px 0; overflow:hidden }
#footer .ft_lxwm { float:left; width:800px; line-height:35px; font-size:16px; color:#FFF }
#footer .ft_lxwm h2 { line-height:35px; font-size:18px; color:#FFF }
#footer .ft_lxwm h2 span { color:#CCC; font-size:16px; font-weight:normal }
#footer .ft_lxwm p { line-height:35px; font-size:16px; color:#FFF; text-align:left }
#footer .erweima { float:right; margin-right:12px; }
#footer .erweima dl { float:left; padding:0 15px; text-align:center }
#footer .erweima dl dd { line-height:30px; font-size:16px; color:#FFF }
#footer .erweima img { float:left; width:89px; height:89px; }
.copyright { height:80px; line-height:80px; text-align:center; background:#01588B; width:100%; color:#FFF; font-size:14px; }


