﻿/* 全局定义 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
table {
    border-collapse: collapse;
    border-spacing: 0; max-width: 1100px;  overflow-x: scroll; 
}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style:none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* 公共样式 */
html{ width:100%; height:100%; }
body{ width:100%; height:100%; color:#333;font:14px/30px "Microsoft YaHei",Tahoma,Helvetica,Arial,sans-serif;  }
a{color:#333;text-decoration:none; outline:none;}
a:hover {color:#f60;text-decoration:underline; }
.clearbox { border:none; clear:both;font-size:0; height:0; line-height:0; overflow:hidden;}
.blank { height:12px;font-size:0px; line-height:0; overflow:hidden;}
.nodata{color:#f60;}
.fl{float:left; }
.fr{float:right; }


.hide-lg,
.hide-xlg{
	display: block !important;
}
.show-lg,
.show-xlg{
	display: none !important;
}
@media (min-width: 1480px) {
  .show-lg {
    display: block !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1599px) {
  .show-xlg {
    display: block !important;
  }
  .hide-xlg {
    display: none !important;
  }
}

/* 通用框架 */
.logobar,.sw,#content{
	width: calc(100% - 20px); 
	margin: 0 auto;
}

.sw::after,
.content::after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#header{
	margin-bottom: 20px;
}
.logobar{
	position: relative;
	z-index: 3;
	height: 133px;
}

.topbg{
	position: absolute;
	width: 614px;
	height: 133px;
	left: 618px;
	top: 0;
}
.logo{
	float: left;
	margin: 36px 0 0 0;
}

.navBar{
	height: 46px;
	background: #0c3c75;
}
.mainNav{ 
	height:46px; 
	line-height:46px;  
	position:relative;
	display: flex;
	justify-content: space-between;
}
.mainNav .ul1{ 
	display:none;  
	position:absolute; 
	top:46px; 
	left:0px; 
	width:100%; 
	text-align:center;
	background: #083161;
	z-index: 100;
} 

.mainNav .li1{ 
	position:relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainNav .li1 .h1{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.mainNav .li1 .a1{
	display: block;
	padding: 0 10px;
	font-size:16px; 
	font-weight:bold; 
	height:46px; 
	line-height:46px; 
	color:#fff; 
	white-space: nowrap;
	text-align:center;   
}
.mainNav .on1 .a1{ 
	text-decoration:none;
	background:#083161; 
}

.mainNav .li2{
	line-height: 38px;
	border-bottom: 1px #66758f solid;
}	
.mainNav .li2 .a2{
	color: #bfc4ce;
}
#topbanner {
    height: 133px;
}

#topbanner .hd,
#topbanner .con {
    display: none;
}
#banner {
    height: 293px;
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: center;
}

#banner .prev,
#banner .next {
    display: none;
}

#banner .hd {
    bottom: 0px;
    left: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
}

#banner .hd ul {
    height: 12px;
    margin-top: 18px;
}

#banner .hd li {
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 6px;
    overflow: hidden;

}

#banner .hd li span {
    display: none;
}

#banner .hd li.on {
    background: #f63400;
}

#banner .bd .title,
#banner .bd .intro {
    display: none;
}


/* .s-form {
	float: right;
	width: 196px;
	height: 26px;
	position: relative;
	margin-top: 10px;
}
#inputkeyword{
	width: 194px;
	height: 24px;
	border: 1px #7b95b4 solid;
	background: #0c3c75;
	color: #fff !important;
}
.submit,.s-form .btn{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 1px;
	right: 1px;
	background: url(images/fdj.png) no-repeat center center;
	text-indent: -999em;
	border:none;
	cursor: pointer;
} */

.s-form {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 70px;
    float: right;
    width: 240px;
    height: 26px;
	border: 1px solid rgba(174, 174, 174, 0.68);
	border-radius: 13px;
}
.s-form  #inputkeyword{
	width: 180px;
	height: 26px;
	float: left;
	line-height: 26px;
	padding: 0 10px;
	background: none;
	outline: none;
	border: none;
}
.s-form .btn-box{
	float: left;
}
.s-form .search{
	width: 40px;
	height: 26px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	line-height: 26px;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
	background:  url(img/icon-search.png) center center no-repeat;
	background-size: 18px auto;
}
.s-form .dropdown-word{
	position: absolute;
	z-index: 2;
	margin: 0;
	top: 28px;
}

.footer{
	background: #104685;
	color: #fff;
	padding:20px 0;
	text-align: center;
}
.copyRight{
	line-height: 30px;
}
.footer a{color: #fff;}

/*右侧 S*/
.side{width:250px; float:left;}
/*右侧 E*/

.sw::after,
#header::after,
#content::after,
#footer::after,
.navBar::after,
.mainNav::after{
	display: block;
    content: "";
    font-size: 0;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}