﻿@charset "utf-8";
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
input {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:link,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
body {
  background-image: url('../img/dbg.jpg');
}
/* header */
.header_box {
  width: 100%;
  height: 200px;
  background-image: url('../img/bg.jpg');
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.header_box .header {
  width: 1300px;
  height: auto;
  margin: 58px auto 0 auto;
  overflow: hidden;
}
.header .logo {
  width: 44px;
  height: 55px;
  float: left;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .school_name {
  float: left;
  height: 65px;

  margin-left: 12px;
}
.header .chi_name,
.header .eng_name {
  color: #f5f5f5;
  font-weight: bold;
}
.header .chi_name {
  font-size: 20px;
  margin-top: 5px;
}
.header .eng_name {
  margin-top: 5px;
  font-size: 8px;
  margin-left: 0px;
}
/* nav */
.nav_box {
  width: 100%;
}
.nav_box .nav {
  width: 910px;
  height: 48px;

  float: right;
}
.nav ul {
  padding-top: 13px;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  display: inline-block;
  padding: 0 12px;

  color: #feffff;
  font-size: 14px;
}
.nav ul li a:hover {
}
.nav ul .current a {
  border-left: 0;
}
.nav ul .last a {
  padding-right: 6px;
}
#slider {
  width: 40px;
  height: 30px;
  background: #5e382d;
  /* 绝对定位 */
  position: absolute;
  left: 8px;
  top: 10px;
}
/* main */
.main_box {
  width: 100%;
}
.main_box .main {
  width: 1300px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  margin: 30px auto;
  -webkit-box-shadow: 5px 5px 5px #d1d1d1; /*webkit*/
  -moz-box-shadow: 5px 5px 5px #d1d1d1; /*firefox*/
  box-shadow: 5px 5px 5px #d1d1d1; /*opera或ie9*/
}
.main .article_box {
  padding-left: 38px;
  padding-right: 40px;
	padding-bottom: 40px;
  overflow: hidden;
}
/* footer */
.footer_box {
  width: 100%;
  background-image: url('../img/fbg.jpg');
  padding: 35px 0;
}
.footer_box .footer {
  width: 1300px;
  height:auto;
  margin: 0 auto;
	overflow: hidden;
}
.footer p {
  color: #fefefe;
  text-align: center;
  line-height: 26px;
	margin-top:5px;
}
.nav_menu_bar {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #c5ad70;
  z-index: 9999;
}
.nav_menu_bar span {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_menu_bar .span1 {
  transform: translate(-50%, -50%);
  margin-top: -10px;
  transition: margin-top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
}
.nav_menu_bar .span2 {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.nav_menu_bar .span3 {
  transform: translate(-50%, -50%);
  margin-top: 10px;
  transition: margin-top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
}

.nav_menu_bar.active {
  background-color: #c5ad70;
}
.nav_menu_bar.active .span1 {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0px;
  transition: margin-top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}
.nav_menu_bar.active .span2 {
  opacity: 0;
  transition: maropacityp 0.2s ease-in-out 0.2s;
}

.nav_menu_bar.active .span3 {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0px;
  transition: margin-top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}

@media screen and (max-width: 1300px) {
  html,
  body {
    overflow-x: hidden;
  }
  /* header */
  .header_box {
  }
  .header_box .header {
    width: 100%;
    padding-top: 8px;
    margin: 0;
    background-color: #5f1112;
    position: fixed;
    top: 0;
  }
  .header .logo {
    margin-left: 12px;
    width: 38px;
    height: 45px;
  }
  .header .school_name {
    height: 52px;
  }
  .header .chi_name {
    font-size: 16px;
  }
  .header .eng_name {
    font-size: 6px;
  }
  .nav_menu_bar {
    display: block;
  }
  .nav_box {
    position: fixed;
    background: #5f1112;
    width: 100%;
    top: 60px;
    left: 0;
    bottom: 0;
    border-top: 1px solid #c5ad70;
    transform: translateX(100%);
    z-index: 9998;
  }

  .nav_box.active {
    transform: translateX(0%);
    transition: all 0.5s;
  }
  .nav_box.close {
    transition: all 0.5s;
  }
  .nav_box .nav {
    width: 100%;
  }
  .nav ul li {
    float: inherit;
    padding: 0 16px;
  }
  .nav ul li a {
    font-size: 16px;
    display: block;
    padding: 10px 0;
  }
  .nav ul li.slippery {
    display: none;
  }

  /* footer */
  .footer_box .footer {
    width: 100%;
   
 
  }
  .footer p {
    padding: 0 50px;
    line-height: 26px;
	  text-align:center;
	  font-size: 12px;
   
  }
}