﻿* {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0 !important;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}


li, img, input, em, select {
    list-style: none;
    border: none;
    font-style: normal;
    outline: none;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}
a:link, a:visited {
    text-decoration: none;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

.img-position-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.topsent{
    width: 100%;
    background: #ddd;
    height: 40px;
    line-height: 40px;
}
.topsent .topzt{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.topsent .topzt p{
    width: 75%;
    float: left;
    font-size: 14px;
}
.topsent .topzt span{
    display: inline-block;
    font-size: 14px;
    float: right;
}
.topsent .topzt span font{
    margin-right: 20px;
}
.topsent .topzt span font a{
    color: black;
}
.header {
	width: 100%;
	z-index: 104;
	background: #fff;
	position: relative;
	height: 99px;
	transition: all 0.3s ease-out;
}

.Logo {
	float: left;
	transition: all 0.3s ease-out;
}
.mid{
    display: inline-block;
    float: left;
    padding-top: 25px;
	margin-left: 50px;
}
.mid p{
    font-size: 16px;
    font-weight: bold;
    color: #0057a8;
    margin-bottom: 10px;
}
.mid span{
    font-size: 14px;
}
.tel2 {
    float: right;
    background: url(/web/20211216233942im_/http://banzdw.cn/style/images/tel.png) no-repeat left;
    padding: 25px 0 0 50px;
    font-size: 14px;
    line-height: 24px;
    color: #767676;
}

.tel2>b {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #0057a8;
}

.tel2>b>span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: 100;
	font-size: 14px;
	color: #979797;
}




.nav {
    z-index: 105;
    width: 100%;
    background: #0057a8;
    border-bottom: 3px #002e7b solid;
    overflow: hidden;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.nul {
	transition: all 0.3s ease-out;
}

.nul > li {
    float: left;
    width: 16.66%;
    position: relative;
    border-right: 1px #003e77 solid;
    box-shadow: 1px 0 1px #1665ae;
    box-sizing: border-box;
}

.nul > li:last-child {
	border: none;
	box-shadow: initial;
}

.nul > li > a {
	color: #fff;
	line-height: 53px;
	height: 53px;
	padding: 0 3px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s ease-out;
}

.nul > li:hover > a {
	color: #fff;
	background: #0d6bc3;
}

.nul > li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 104;
	background: rgba(0, 84, 168,0.68);
}

.nul > li ul li {
	width: 100%;
	border-top: 1px rgba(255, 255, 255, 0.38) solid;
}

.nul > li ul li > a {
	line-height: 36px;
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	height: 36px;
	border: none;
	color: #fff;
	transition: all 0.3s ease-out;
}

.nul > li ul li > a:hover {
	color: #fff;
	background: #0d6bc3;
}

.acta {
	color: #fff !important;
	background: #0d6bc3;
}



.banner {
    width: 100%;
    overflow: hidden;
}

.pic {
    width: 100%;
    height: 480px;
}

.picture {
    width: 100%;
}

    .picture img {
        width: 100%;
    }

.aa .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.aa .swiper-pagination-bullet-active {
    background: #fe0000;
}



footer {
    width: 100%;
    padding: 30px 0px 30px 0px;
    background: #007bc9;
    float: left;
}
footer .footer_top_nav {
    display: block;
    width: 100%;
}
footer .footer_top_nav ul {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #45adef;
    margin-bottom: 15px;
    overflow: hidden;
}
footer .footer_top_nav ul li {
    display: inline-block;
    float: left;
}
footer .footer_top_nav ul li a {
    color: #fff;
    margin-right: 40px;
    margin-left: 20px;
}
.foot_list {
    position: relative;
}
.foot_list .footerlogo {
    width: 24%;
    float: left;
    padding-top: 20px;
}
.foot_list .footerlogo img {
    max-width: 100%;
    height: auto;
}
.foot_list .footerinfo {
    width: 55%;
    float: left;
    padding-left: 5%;
    padding-top: 10px;
}
.foot_list .footerinfo p {
    margin-bottom: 6px;
    overflow: hidden;
    height: auto;
    font-size: 14px;
    color: #fff;
}
.foot_list .footerimg {
    float: right;
    text-align: right;
}
.foot_list .footerimg img {
    max-width: 100%;
    height: auto;
}
.foot_list p a {
    color: #fff;
}



.fn {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*
     FILE ARCHIVED ON 23:39:42 Dec 16, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:35:36 Oct 16, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 81.695
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.078
  cdx.remote: 0.072
  esindex: 0.013
  LoadShardBlock: 50.281 (3)
  PetaboxLoader3.datanode: 67.176 (4)
  load_resource: 93.999
  PetaboxLoader3.resolve: 47.899
*/