@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: '宋体', '黑体';
  color: #666;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "黑体", "宋体";
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  color: #666;
}
a:hover {
  color: #0782D0;
}
.top {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #0782D0;
}
.top p {
  width: 1200px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  line-height: 40px;
}
.head {
  width: 100%;
  height: 90px;
  background: #e9e9e9;
}
.head .cont {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.head .cont .logo {
  float: left;
  width: 380px;
  height: 53px;
  overflow: hidden;
  margin-top: 15px;
}
.head .cont .logo img {
  width: 100%;
}
.head .cont .menu {
  float: right;
  width: 670px;
  height: 90px;
}
.head .cont .menu li {
  width: 110px;
  height: 90px;
  text-align: center;
  position: relative;
  float: left;
  line-height: 90px;
  color: #515151;
  border-right: 1px solid #dfdfdf;
}
.head .cont .menu li a {
  color: #515151;
  font-size: 14px;
}
.head .cont .menu li a:hover {
  color: #0782D0;
  text-decoration: underline;
}
.head .cont .menu li ul {
  width: 170px;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  display: none;
}
.head .cont .menu li ul li {
  width: 100%;
  height: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  background: #0782D0;
}
.head .cont .menu li ul li a {
  color: #fff;
}
.head .cont .menu li ul li:hover {
  background: #FF9900;
}
.head .cont .menu li ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.head .cont .menu li #nengli {
  width: 110px;
}
.head .cont .menu li:hover ul {
  display: block;
}
.banner {
  width: 100%;
  height: 392px;
  overflow: hidden;
}
.banner .wrapper {
  width: 100%;
  height: 392px;
}
.banner .slideBox {
  position: relative;
  margin: 0 auto;
  height: 392px;
  overflow: hidden;
}
.banner .slideBox .bd {
  position: relative;
  z-index: 0;
}
.banner .slideBox .bd ul .on {
  background-position: 0 0;
}
.banner .slideBox .prev,
.banner .slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 70px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: #000 url(/bhu/images/icons.png) no-repeat;
  border: 1px solid #dcdfe3;
}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
  filter: alpha(opacity=38);
  opacity: 0.38;
}
.banner .slideBox .prev {
  left: 80px;
  background-position: -390px -353px;
}
.banner .slideBox .next {
  right: 80px;
  background-position: -440px -353px;
}
.banner .icon-map2 {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  background-position: 0 -88px;
}
.banner .com .hd {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .com .hd > ul > li {
  float: left;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 6px;
  text-indent: -999px;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .com .hd > ul > li.on {
  background-color: #006DB6;
  cursor: default;
}
.nbanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #dedede;
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .nav {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .nav .xian1 {
  width: 100%;
  height: 50px;
  border-bottom: #e0dddb 1px solid;
  position: relative;
  margin: 30px 0 70px;
}
.index .nav .xian1 .xtitle {
  width: 390px;
  height: 50px;
  font-family: '黑体';
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 23px;
  color: #0782D0;
  font-size: 24px;
  border-bottom: #0782D0 1px solid;
  border-top: #dcdfe3 1px solid;
  background: #fff;
  text-align: center;
}
.index .nav .xian1 .xtitle span {
  color: #ff9900;
  text-transform: uppercase;
}
.index .nav .xian1 .dian {
  width: 11px;
  height: 6px;
  overflow: hidden;
  background: url("/bhu/images/titbg.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 74px;
}
.index .nav .xian2 {
  width: 100%;
  height: 50px;
  border-bottom: #e0dddb 1px solid;
  position: relative;
  margin: 30px 0 70px;
}
.index .nav .xian2 .xtitle {
  width: 330px;
  height: 50px;
  font-family: '黑体';
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 23px;
  color: #0782D0;
  font-size: 24px;
  border-bottom: #0782D0 1px solid;
  border-top: #dcdfe3 1px solid;
  background: #fff;
  text-align: center;
}
.index .nav .xian2 .xtitle span {
  color: #ff9900;
}
.index .nav .xian2 .dian {
  width: 11px;
  height: 6px;
  overflow: hidden;
  background: url("/bhu/images/titbg.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 74px;
}
.index .pro {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .pro .pbox {
  width: 276px;
  height: 320px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  display: block;
}
.index .pro .pbox div {
  border: #dcdfe3 1px solid;
}
.index .pro .pbox img {
  width: 258px;
  height: 220px;
  border: #fff 8px solid;
}
.index .pro .pbox p {
  width: 100%;
  height: 45px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #666;
  font-weight: bold;
}
.index .pro .pbox p a {
  font-size: 18px;
}
.index .pro .pbox:nth-child(4),
.index .pro .pbox:nth-child(8) {
  margin-right: 0;
}
.index .more {
  width: 120px;
  height: 40px;
  overflow: hidden;
  background: #0782D0;
  color: #fff;
  margin: 20px auto 60px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
}
.index .more:hover {
  background: #ff9900;
}
.index .aboutus {
  width: 100%;
  height: 370px;
  overflow: hidden;
  background: #0782D0;
}
.index .aboutus .cont {
  width: 1200px;
  height: 360px;
  overflow: hidden;
  margin: 0 auto;
}
.index .aboutus .cont .cont_left {
  width: 400px;
  height: 340px;
  overflow: hidden;
  float: left;
}
.index .aboutus .cont .cont_left img {
  width: 350px;
  height: 230px;
  margin-top: 60px;
  border: #fff 5px solid;
}
.index .aboutus .cont .cont_right {
  width: 800px;
  height: 300px;
  overflow: hidden;
  float: left;
  padding-top: 50px;
}
.index .aboutus .cont .cont_right p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
  text-indent: 0em;
  line-height: 30px;
}
.index .aboutus .cont .cont_right p:nth-child(1) {
  text-indent: 0px;
  font-size: 26px;
  line-height: 44px;
}
.index .jbox {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
}
.index .news {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.index .news .news_left {
  width: 580px;
  height: 370px;
  overflow: hidden;
  float: left;
}
.index .news .news_left li {
  width: 100%;
  height: 75px;
  overflow: hidden;
  border-bottom: #e0dddb 1px solid;
  margin-top: 20px;
}
.index .news .news_left li a .ntime {
  width: 65px;
  height: 65px;
  overflow: hidden;
  background: #0782D0;
  float: left;
  text-align: center;
}
.index .news .news_left li a .ntime p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.index .news .news_left li a .ntime p:first-child {
  font-size: 30px;
  line-height: 40px;
}
.index .news .news_left li a .ntext {
  width: 496px;
  height: 65px;
  overflow: hidden;
  float: right;
}
.index .news .news_left li a .ntext p {
  font-size: 12px;
  color: #838383;
  line-height: 20px;
}
.index .news .news_left li a .ntext p:first-child {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.index .news .news_left li:first-child {
  margin-top: 0;
}
.index .news .news_right {
  width: 520px;
  height: 400px;
  overflow: hidden;
  float: right;
}
.index .news .news_right .news_top {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 8px;
}
.index .news .news_right .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .news .news_right .news_list a {
  width: 100%;
  height: 38px;
  overflow: hidden;
  border-bottom: #e0dddb 1px dashed;
  text-indent: 20px;
  color: #666;
  display: block;
  line-height: 40px;
  background: url('/bhu/images/news_libg.png') left center no-repeat;
}
.index .news .news_right .news_list a span {
  float: right;
}
.index .contact {
  width: 100%;
  height: 461px;
  overflow: hidden;
  background: url('/bhu/images/map.jpg') center center no-repeat;
}
.index .contact .cbox {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .contact .cbox .ccbox {
  float: left;
  width: 400px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.index .contact .cbox .ccbox img {
  margin-bottom: 50px;
}
.index .contact .cbox .ccbox p {
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}
.index .contact .cbox .ccbox p span {
  font-size: 24px;
  line-height: 44px;
}
.foot {
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #fff;
  padding: 15px 0;
  background: #0782D0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
}
.foot a {
  color: #fff;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont {
  width: 1200px;
  height: auto;
  overflow: hidden;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.order .cont .cont_left {
  width: 250px;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .cont .cont_left .title {
  width: 250px;
  height: 60px;
  overflow: hidden;
  background: #0782D0;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.order .cont .cont_left .class {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_left .class .nav {
  width: 230px;
  height: 50px;
  overflow: hidden;
  display: block;
  background: #f1f1f1;
  line-height: 50px;
  text-align: center;
  color: #666;
  border-bottom: #aeaeae 1px dashed;
  font-size: 16px;
  padding: 0 10px;
}
.order .cont .cont_left .class .nav:hover {
  color: #fff;
  background: #FE7E00;
}
.order .cont .cont_left .class .nav:last-child {
  border-bottom: 0;
}
.order .cont .cont_left .seg {
  width: 250px;
  height: 25px;
  overflow: hidden;
}
.order .cont .cont_left .content {
  width: 224px;
  height: auto;
  overflow: hidden;
  padding: 15px 10px 30px;
  border: #0782D0 3px solid;
  border-top: 0;
}
.order .cont .cont_right {
  width: 900px;
  height: auto;
  overflow: hidden;
  float: right;
}
.order .cont .cont_right .top {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  background: url(/bhu/images/logo_03.png) left center no-repeat;
  text-align: left;
  text-indent: 40px;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
.order .cont .cont_right .top a {
  color: #666;
}
.order .cont .cont_right .contt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  text-align: left;
}
.order .cont .cont_right .contt .title {
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #000;
}
.order .cont .cont_right .contt .title h3 {
  font-size: 22px;
}
.order .cont .cont_right .contt .infos {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.order .cont .cont_right .contt .albumblock {
  width: 210px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.order .cont .cont_right .contt .albumblock .inner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_right .contt .albumblock .inner img {
  width: 210px;
  height: 160px;
  overflow: hidden;
}
.order .cont .cont_right .contt .albumblock .inner .albumtitle {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  height: 40px;
}
.order .cont .cont_right .contc {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  text-align: left;
}
.order .cont .cont_right .contc a {
  color: #666;
  width: 100%;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  text-align: left;
  display: block;
}
.order .cont .cont_right .contc a span {
  float: right;
}
.order .cont .cont_right .fpage {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.order .cont .cont_right .fpage a {
  color: #666;
}
