/* 公共css样式 */
@charset "utf-8";

@font-face {
    font-family: "FZLTHJW";
    src: url("../fonts/FZLTHJW.TTF");
}

body, h1, h2, h3, h4, h5, h6, p, img, a, dl, dt, dd, ul, li, ol, input, label { margin: 0; padding: 0; }
body { font-family:FZLTHJW, sans-serif; background-color:#f7f5f4; font-size: 14px; color: #333; }
/*body { font-family:FZLTHJW, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif; background-color:#f7f5f4; font-size: 14px; color: #333; }*/
ul,ol { list-style: outside none none; }
input, label, button{ outline:none; }
a { color: #333; }
a:hover { color: #3382ff }
a, a:link, a:hover, a:active { text-decoration: none; outline:none; }
.none { display: none; }
.fl { float: left; }
.fr { float: right; }
.clearfix { clear: both; }

/* 边距 */
.mg_t10 { margin-top: 10px !important; }
.mg_t20 { margin-top: 20px !important; }
.mg_t24 { margin-top: 24px !important; }
.mg_t30 { margin-top: 30px !important; }

.mg_t300 { margin-top: 300px !important; } /* 新增 */

.mg_t35 { margin-top: 35px !important; }
.mg_t50 { margin-top: 50px !important; }
.mg_t60 { margin-top: 60px !important; }
.mg_b30 { margin-bottom: 30px !important; }
.mg_b35 { margin-bottom: 35px !important; }
.mg_b50 { margin-bottom: 50px !important; }
.mg_b80 { margin-bottom: 50px !important; }

/* #header */
#heading {
    position: relative;
}
.header_navs {
    
    max-width: 1920px;
    height: 110px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
   
}
.header_navs .center {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding: 20px 0;
}
.header_navs .center .logo {
    width: 396px;
    height: 75px;
    overflow: hidden;
}
.header_navs .center .logo img {
    width: 100%;
    height: 100%;
}
.header_navs .center .fr {
    width: calc(100% - 396px);
    height: 75px;
    position: relative;
}
.header_navs .center .top_hd {
    position: absolute;
    top: 0;
    right: 0;
}
.header_navs .center .top_hd li {
    display: block;
    float: left;
    margin-left: 15px;
}
.header_navs .center .top_hd li a {
    font-size: 13px;
    color: #5e5756;
}
.header_navs .center .top_hd li a:hover {
    color: #3382ff;
}


.nav_hd {
    position: absolute;
    bottom: 0;
    right: -10px;
    height: auto;
}
.nav_hd .navbar-collapse {
    padding: 0;
}
.nav_hd .navbar {
    min-height: auto;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.nav_hd .nav > li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.nav_hd .nav > li > a {
    color: #333;
    padding: 0 10px;
}
.nav_hd .navbar-default .navbar-nav > li > a:focus,
.nav_hd .navbar-default .navbar-nav > li > a:hover {
    color: #3382ff;
}
.nav_hd .navbar-default .navbar-nav > .open > a,
.nav_hd .navbar-default .navbar-nav > .open > a:focus,
.nav_hd .navbar-default .navbar-nav > .open > a:hover {
    /* color: #ccc; */
    background: transparent;
}
/* .nav_hd .dropdown-menu {
    min-width: 100%;
    padding: 0;
    padding-top: 15px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 100vw;
    right: 0;
    left: auto;
    text-align: right;
} */
.nav_hd .dropdown-menu {
	min-width: 100%;
	padding: 0;
	padding-top: 15px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	width: 100vw;
	left: calc(-100vw / 2 + 42px);
	text-align: center;
}
.nav_hd .dropdown-menu > li {
    /* width: 100%; */
    height: 40px;
    font-size: 16px;
    display: inline-block;
}
.nav_hd .dropdown-menu > li > a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    /* background: rgba(0,0,0,0.3); */
    color: #fff;
}
.nav_hd .dropdown-menu > li:last-child > a {
    /* padding-right: 10px; */
}
.header_navs .bgBar {
    display: none;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.3);
}
.nav_hd .dropdown-menu > li > a:focus,
.nav_hd .dropdown-menu > li > a:hover {
    color: #3382ff;
    font-weight: bold;
}


/* 背景图 */
.inside_banner {
    width: 100%;
    height: 300px;
    margin: 0 auto;
	position: fixed;
    top: 0;
    display: block;
    z-index: 0;
    left: 0;	
	overflow: hidden;
	
}

.inside_banner img {
    width: 100%;
    min-height: 100%;
}


/* #footer */
#footer {
    width: 100%;
    background: #d9d9d9;
    font-size: 16px;
}
#footer .center {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}
#footer .info .f_list li {
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 20px;
    border-left: 1px solid #666;
}
#footer .info .f_list li a {
    display: block;
}
#footer .info .f_list li:first-child {
    border: none;
    padding-left: 0;
}
#footer .codes .item {
    float: left;
    text-align: center;
    margin: 20px 0 0 20px;
}
#footer .codes .item img {
    width: 80px;
    height: 80px;
}
#footer .codes .item p {
    font-size: 14px;
    margin-top: 15px;
}


.input-group-addon {
    background: url(../images/icon_search.png) no-repeat 18px center;
    padding: 0px 24px;
    border: none;
    height: 22px;
    position: relative;
    left: -8px;
    background-color: #fff;
    cursor: pointer;
}
.search-input{
    margin-left:10px;
    float: left;
    width: 110px;
    height: 22px;
    border: 0;
    line-height: 22px;
}